lib/aws-sdk-simspaceweaver/plugins/endpoints.rb in aws-sdk-simspaceweaver-1.1.0 vs lib/aws-sdk-simspaceweaver/plugins/endpoints.rb in aws-sdk-simspaceweaver-1.2.0
- old
+ new
@@ -54,9 +54,11 @@
end
end
def parameters_for_operation(context)
case context.operation_name
+ when :create_snapshot
+ Aws::SimSpaceWeaver::Endpoints::CreateSnapshot.build(context)
when :delete_app
Aws::SimSpaceWeaver::Endpoints::DeleteApp.build(context)
when :delete_simulation
Aws::SimSpaceWeaver::Endpoints::DeleteSimulation.build(context)
when :describe_app