aws-sdk-robomaker 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1146 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::RoboMaker
9
+ # @api private
10
+ module ClientApi
11
+
12
+ include Seahorse::Model
13
+
14
+ Architecture = Shapes::StringShape.new(name: 'Architecture')
15
+ Arn = Shapes::StringShape.new(name: 'Arn')
16
+ Arns = Shapes::ListShape.new(name: 'Arns')
17
+ BatchDescribeSimulationJobRequest = Shapes::StructureShape.new(name: 'BatchDescribeSimulationJobRequest')
18
+ BatchDescribeSimulationJobResponse = Shapes::StructureShape.new(name: 'BatchDescribeSimulationJobResponse')
19
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
20
+ CancelSimulationJobRequest = Shapes::StructureShape.new(name: 'CancelSimulationJobRequest')
21
+ CancelSimulationJobResponse = Shapes::StructureShape.new(name: 'CancelSimulationJobResponse')
22
+ ClientRequestToken = Shapes::StringShape.new(name: 'ClientRequestToken')
23
+ ConcurrentDeploymentException = Shapes::StructureShape.new(name: 'ConcurrentDeploymentException')
24
+ CreateDeploymentJobRequest = Shapes::StructureShape.new(name: 'CreateDeploymentJobRequest')
25
+ CreateDeploymentJobResponse = Shapes::StructureShape.new(name: 'CreateDeploymentJobResponse')
26
+ CreateFleetRequest = Shapes::StructureShape.new(name: 'CreateFleetRequest')
27
+ CreateFleetResponse = Shapes::StructureShape.new(name: 'CreateFleetResponse')
28
+ CreateRobotApplicationRequest = Shapes::StructureShape.new(name: 'CreateRobotApplicationRequest')
29
+ CreateRobotApplicationResponse = Shapes::StructureShape.new(name: 'CreateRobotApplicationResponse')
30
+ CreateRobotApplicationVersionRequest = Shapes::StructureShape.new(name: 'CreateRobotApplicationVersionRequest')
31
+ CreateRobotApplicationVersionResponse = Shapes::StructureShape.new(name: 'CreateRobotApplicationVersionResponse')
32
+ CreateRobotRequest = Shapes::StructureShape.new(name: 'CreateRobotRequest')
33
+ CreateRobotResponse = Shapes::StructureShape.new(name: 'CreateRobotResponse')
34
+ CreateSimulationApplicationRequest = Shapes::StructureShape.new(name: 'CreateSimulationApplicationRequest')
35
+ CreateSimulationApplicationResponse = Shapes::StructureShape.new(name: 'CreateSimulationApplicationResponse')
36
+ CreateSimulationApplicationVersionRequest = Shapes::StructureShape.new(name: 'CreateSimulationApplicationVersionRequest')
37
+ CreateSimulationApplicationVersionResponse = Shapes::StructureShape.new(name: 'CreateSimulationApplicationVersionResponse')
38
+ CreateSimulationJobRequest = Shapes::StructureShape.new(name: 'CreateSimulationJobRequest')
39
+ CreateSimulationJobResponse = Shapes::StructureShape.new(name: 'CreateSimulationJobResponse')
40
+ CreatedAt = Shapes::TimestampShape.new(name: 'CreatedAt')
41
+ DeleteFleetRequest = Shapes::StructureShape.new(name: 'DeleteFleetRequest')
42
+ DeleteFleetResponse = Shapes::StructureShape.new(name: 'DeleteFleetResponse')
43
+ DeleteRobotApplicationRequest = Shapes::StructureShape.new(name: 'DeleteRobotApplicationRequest')
44
+ DeleteRobotApplicationResponse = Shapes::StructureShape.new(name: 'DeleteRobotApplicationResponse')
45
+ DeleteRobotRequest = Shapes::StructureShape.new(name: 'DeleteRobotRequest')
46
+ DeleteRobotResponse = Shapes::StructureShape.new(name: 'DeleteRobotResponse')
47
+ DeleteSimulationApplicationRequest = Shapes::StructureShape.new(name: 'DeleteSimulationApplicationRequest')
48
+ DeleteSimulationApplicationResponse = Shapes::StructureShape.new(name: 'DeleteSimulationApplicationResponse')
49
+ DeploymentApplicationConfig = Shapes::StructureShape.new(name: 'DeploymentApplicationConfig')
50
+ DeploymentApplicationConfigs = Shapes::ListShape.new(name: 'DeploymentApplicationConfigs')
51
+ DeploymentConfig = Shapes::StructureShape.new(name: 'DeploymentConfig')
52
+ DeploymentJob = Shapes::StructureShape.new(name: 'DeploymentJob')
53
+ DeploymentJobErrorCode = Shapes::StringShape.new(name: 'DeploymentJobErrorCode')
54
+ DeploymentJobs = Shapes::ListShape.new(name: 'DeploymentJobs')
55
+ DeploymentLaunchConfig = Shapes::StructureShape.new(name: 'DeploymentLaunchConfig')
56
+ DeploymentStatus = Shapes::StringShape.new(name: 'DeploymentStatus')
57
+ DeregisterRobotRequest = Shapes::StructureShape.new(name: 'DeregisterRobotRequest')
58
+ DeregisterRobotResponse = Shapes::StructureShape.new(name: 'DeregisterRobotResponse')
59
+ DescribeDeploymentJobRequest = Shapes::StructureShape.new(name: 'DescribeDeploymentJobRequest')
60
+ DescribeDeploymentJobResponse = Shapes::StructureShape.new(name: 'DescribeDeploymentJobResponse')
61
+ DescribeFleetRequest = Shapes::StructureShape.new(name: 'DescribeFleetRequest')
62
+ DescribeFleetResponse = Shapes::StructureShape.new(name: 'DescribeFleetResponse')
63
+ DescribeRobotApplicationRequest = Shapes::StructureShape.new(name: 'DescribeRobotApplicationRequest')
64
+ DescribeRobotApplicationResponse = Shapes::StructureShape.new(name: 'DescribeRobotApplicationResponse')
65
+ DescribeRobotRequest = Shapes::StructureShape.new(name: 'DescribeRobotRequest')
66
+ DescribeRobotResponse = Shapes::StructureShape.new(name: 'DescribeRobotResponse')
67
+ DescribeSimulationApplicationRequest = Shapes::StructureShape.new(name: 'DescribeSimulationApplicationRequest')
68
+ DescribeSimulationApplicationResponse = Shapes::StructureShape.new(name: 'DescribeSimulationApplicationResponse')
69
+ DescribeSimulationJobRequest = Shapes::StructureShape.new(name: 'DescribeSimulationJobRequest')
70
+ DescribeSimulationJobResponse = Shapes::StructureShape.new(name: 'DescribeSimulationJobResponse')
71
+ EnvironmentVariableKey = Shapes::StringShape.new(name: 'EnvironmentVariableKey')
72
+ EnvironmentVariableMap = Shapes::MapShape.new(name: 'EnvironmentVariableMap')
73
+ EnvironmentVariableValue = Shapes::StringShape.new(name: 'EnvironmentVariableValue')
74
+ FailureBehavior = Shapes::StringShape.new(name: 'FailureBehavior')
75
+ Filter = Shapes::StructureShape.new(name: 'Filter')
76
+ FilterValues = Shapes::ListShape.new(name: 'FilterValues')
77
+ Filters = Shapes::ListShape.new(name: 'Filters')
78
+ Fleet = Shapes::StructureShape.new(name: 'Fleet')
79
+ Fleets = Shapes::ListShape.new(name: 'Fleets')
80
+ GenericString = Shapes::StringShape.new(name: 'GenericString')
81
+ IamRole = Shapes::StringShape.new(name: 'IamRole')
82
+ Id = Shapes::StringShape.new(name: 'Id')
83
+ IdempotentParameterMismatchException = Shapes::StructureShape.new(name: 'IdempotentParameterMismatchException')
84
+ InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
85
+ InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
86
+ JobDuration = Shapes::IntegerShape.new(name: 'JobDuration')
87
+ LastUpdatedAt = Shapes::TimestampShape.new(name: 'LastUpdatedAt')
88
+ LaunchConfig = Shapes::StructureShape.new(name: 'LaunchConfig')
89
+ LimitExceededException = Shapes::StructureShape.new(name: 'LimitExceededException')
90
+ ListDeploymentJobsRequest = Shapes::StructureShape.new(name: 'ListDeploymentJobsRequest')
91
+ ListDeploymentJobsResponse = Shapes::StructureShape.new(name: 'ListDeploymentJobsResponse')
92
+ ListFleetsRequest = Shapes::StructureShape.new(name: 'ListFleetsRequest')
93
+ ListFleetsResponse = Shapes::StructureShape.new(name: 'ListFleetsResponse')
94
+ ListRobotApplicationsRequest = Shapes::StructureShape.new(name: 'ListRobotApplicationsRequest')
95
+ ListRobotApplicationsResponse = Shapes::StructureShape.new(name: 'ListRobotApplicationsResponse')
96
+ ListRobotsRequest = Shapes::StructureShape.new(name: 'ListRobotsRequest')
97
+ ListRobotsResponse = Shapes::StructureShape.new(name: 'ListRobotsResponse')
98
+ ListSimulationApplicationsRequest = Shapes::StructureShape.new(name: 'ListSimulationApplicationsRequest')
99
+ ListSimulationApplicationsResponse = Shapes::StructureShape.new(name: 'ListSimulationApplicationsResponse')
100
+ ListSimulationJobsRequest = Shapes::StructureShape.new(name: 'ListSimulationJobsRequest')
101
+ ListSimulationJobsResponse = Shapes::StructureShape.new(name: 'ListSimulationJobsResponse')
102
+ MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
103
+ Name = Shapes::StringShape.new(name: 'Name')
104
+ OutputLocation = Shapes::StructureShape.new(name: 'OutputLocation')
105
+ PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
106
+ Percentage = Shapes::IntegerShape.new(name: 'Percentage')
107
+ ProgressDetail = Shapes::StructureShape.new(name: 'ProgressDetail')
108
+ RegisterRobotRequest = Shapes::StructureShape.new(name: 'RegisterRobotRequest')
109
+ RegisterRobotResponse = Shapes::StructureShape.new(name: 'RegisterRobotResponse')
110
+ RenderingEngine = Shapes::StructureShape.new(name: 'RenderingEngine')
111
+ RenderingEngineType = Shapes::StringShape.new(name: 'RenderingEngineType')
112
+ RenderingEngineVersionType = Shapes::StringShape.new(name: 'RenderingEngineVersionType')
113
+ ResourceAlreadyExistsException = Shapes::StructureShape.new(name: 'ResourceAlreadyExistsException')
114
+ ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
115
+ RestartSimulationJobRequest = Shapes::StructureShape.new(name: 'RestartSimulationJobRequest')
116
+ RestartSimulationJobResponse = Shapes::StructureShape.new(name: 'RestartSimulationJobResponse')
117
+ RevisionId = Shapes::StringShape.new(name: 'RevisionId')
118
+ Robot = Shapes::StructureShape.new(name: 'Robot')
119
+ RobotApplicationConfig = Shapes::StructureShape.new(name: 'RobotApplicationConfig')
120
+ RobotApplicationConfigs = Shapes::ListShape.new(name: 'RobotApplicationConfigs')
121
+ RobotApplicationNames = Shapes::ListShape.new(name: 'RobotApplicationNames')
122
+ RobotApplicationSummaries = Shapes::ListShape.new(name: 'RobotApplicationSummaries')
123
+ RobotApplicationSummary = Shapes::StructureShape.new(name: 'RobotApplicationSummary')
124
+ RobotDeployment = Shapes::StructureShape.new(name: 'RobotDeployment')
125
+ RobotDeploymentSummary = Shapes::ListShape.new(name: 'RobotDeploymentSummary')
126
+ RobotSoftwareSuite = Shapes::StructureShape.new(name: 'RobotSoftwareSuite')
127
+ RobotSoftwareSuiteType = Shapes::StringShape.new(name: 'RobotSoftwareSuiteType')
128
+ RobotSoftwareSuiteVersionType = Shapes::StringShape.new(name: 'RobotSoftwareSuiteVersionType')
129
+ RobotStatus = Shapes::StringShape.new(name: 'RobotStatus')
130
+ Robots = Shapes::ListShape.new(name: 'Robots')
131
+ S3Bucket = Shapes::StringShape.new(name: 'S3Bucket')
132
+ S3Etag = Shapes::StringShape.new(name: 'S3Etag')
133
+ S3Key = Shapes::StringShape.new(name: 'S3Key')
134
+ SecurityGroups = Shapes::ListShape.new(name: 'SecurityGroups')
135
+ SimulationApplicationConfig = Shapes::StructureShape.new(name: 'SimulationApplicationConfig')
136
+ SimulationApplicationConfigs = Shapes::ListShape.new(name: 'SimulationApplicationConfigs')
137
+ SimulationApplicationNames = Shapes::ListShape.new(name: 'SimulationApplicationNames')
138
+ SimulationApplicationSummaries = Shapes::ListShape.new(name: 'SimulationApplicationSummaries')
139
+ SimulationApplicationSummary = Shapes::StructureShape.new(name: 'SimulationApplicationSummary')
140
+ SimulationJob = Shapes::StructureShape.new(name: 'SimulationJob')
141
+ SimulationJobErrorCode = Shapes::StringShape.new(name: 'SimulationJobErrorCode')
142
+ SimulationJobStatus = Shapes::StringShape.new(name: 'SimulationJobStatus')
143
+ SimulationJobSummaries = Shapes::ListShape.new(name: 'SimulationJobSummaries')
144
+ SimulationJobSummary = Shapes::StructureShape.new(name: 'SimulationJobSummary')
145
+ SimulationJobs = Shapes::ListShape.new(name: 'SimulationJobs')
146
+ SimulationSoftwareSuite = Shapes::StructureShape.new(name: 'SimulationSoftwareSuite')
147
+ SimulationSoftwareSuiteType = Shapes::StringShape.new(name: 'SimulationSoftwareSuiteType')
148
+ SimulationSoftwareSuiteVersionType = Shapes::StringShape.new(name: 'SimulationSoftwareSuiteVersionType')
149
+ SimulationTimeMillis = Shapes::IntegerShape.new(name: 'SimulationTimeMillis')
150
+ Source = Shapes::StructureShape.new(name: 'Source')
151
+ SourceConfig = Shapes::StructureShape.new(name: 'SourceConfig')
152
+ SourceConfigs = Shapes::ListShape.new(name: 'SourceConfigs')
153
+ Sources = Shapes::ListShape.new(name: 'Sources')
154
+ Subnets = Shapes::ListShape.new(name: 'Subnets')
155
+ SyncDeploymentJobRequest = Shapes::StructureShape.new(name: 'SyncDeploymentJobRequest')
156
+ SyncDeploymentJobResponse = Shapes::StructureShape.new(name: 'SyncDeploymentJobResponse')
157
+ ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
158
+ UpdateRobotApplicationRequest = Shapes::StructureShape.new(name: 'UpdateRobotApplicationRequest')
159
+ UpdateRobotApplicationResponse = Shapes::StructureShape.new(name: 'UpdateRobotApplicationResponse')
160
+ UpdateSimulationApplicationRequest = Shapes::StructureShape.new(name: 'UpdateSimulationApplicationRequest')
161
+ UpdateSimulationApplicationResponse = Shapes::StructureShape.new(name: 'UpdateSimulationApplicationResponse')
162
+ VPCConfig = Shapes::StructureShape.new(name: 'VPCConfig')
163
+ VPCConfigResponse = Shapes::StructureShape.new(name: 'VPCConfigResponse')
164
+ Version = Shapes::StringShape.new(name: 'Version')
165
+ VersionQualifier = Shapes::StringShape.new(name: 'VersionQualifier')
166
+ errorMessage = Shapes::StringShape.new(name: 'errorMessage')
167
+
168
+ Arns.member = Shapes::ShapeRef.new(shape: Arn)
169
+
170
+ BatchDescribeSimulationJobRequest.add_member(:jobs, Shapes::ShapeRef.new(shape: Arns, required: true, location_name: "jobs"))
171
+ BatchDescribeSimulationJobRequest.struct_class = Types::BatchDescribeSimulationJobRequest
172
+
173
+ BatchDescribeSimulationJobResponse.add_member(:jobs, Shapes::ShapeRef.new(shape: SimulationJobs, location_name: "jobs"))
174
+ BatchDescribeSimulationJobResponse.add_member(:unprocessed_jobs, Shapes::ShapeRef.new(shape: Arns, location_name: "unprocessedJobs"))
175
+ BatchDescribeSimulationJobResponse.struct_class = Types::BatchDescribeSimulationJobResponse
176
+
177
+ CancelSimulationJobRequest.add_member(:job, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "job"))
178
+ CancelSimulationJobRequest.struct_class = Types::CancelSimulationJobRequest
179
+
180
+ CancelSimulationJobResponse.struct_class = Types::CancelSimulationJobResponse
181
+
182
+ CreateDeploymentJobRequest.add_member(:deployment_config, Shapes::ShapeRef.new(shape: DeploymentConfig, location_name: "deploymentConfig"))
183
+ CreateDeploymentJobRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
184
+ CreateDeploymentJobRequest.add_member(:fleet, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "fleet"))
185
+ CreateDeploymentJobRequest.add_member(:deployment_application_configs, Shapes::ShapeRef.new(shape: DeploymentApplicationConfigs, required: true, location_name: "deploymentApplicationConfigs"))
186
+ CreateDeploymentJobRequest.struct_class = Types::CreateDeploymentJobRequest
187
+
188
+ CreateDeploymentJobResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
189
+ CreateDeploymentJobResponse.add_member(:fleet, Shapes::ShapeRef.new(shape: Arn, location_name: "fleet"))
190
+ CreateDeploymentJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: DeploymentStatus, location_name: "status"))
191
+ CreateDeploymentJobResponse.add_member(:deployment_application_configs, Shapes::ShapeRef.new(shape: DeploymentApplicationConfigs, location_name: "deploymentApplicationConfigs"))
192
+ CreateDeploymentJobResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: GenericString, location_name: "failureReason"))
193
+ CreateDeploymentJobResponse.add_member(:failure_code, Shapes::ShapeRef.new(shape: DeploymentJobErrorCode, location_name: "failureCode"))
194
+ CreateDeploymentJobResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
195
+ CreateDeploymentJobResponse.add_member(:deployment_config, Shapes::ShapeRef.new(shape: DeploymentConfig, location_name: "deploymentConfig"))
196
+ CreateDeploymentJobResponse.struct_class = Types::CreateDeploymentJobResponse
197
+
198
+ CreateFleetRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
199
+ CreateFleetRequest.struct_class = Types::CreateFleetRequest
200
+
201
+ CreateFleetResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
202
+ CreateFleetResponse.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
203
+ CreateFleetResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
204
+ CreateFleetResponse.struct_class = Types::CreateFleetResponse
205
+
206
+ CreateRobotApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
207
+ CreateRobotApplicationRequest.add_member(:sources, Shapes::ShapeRef.new(shape: SourceConfigs, required: true, location_name: "sources"))
208
+ CreateRobotApplicationRequest.add_member(:robot_software_suite, Shapes::ShapeRef.new(shape: RobotSoftwareSuite, required: true, location_name: "robotSoftwareSuite"))
209
+ CreateRobotApplicationRequest.struct_class = Types::CreateRobotApplicationRequest
210
+
211
+ CreateRobotApplicationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
212
+ CreateRobotApplicationResponse.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
213
+ CreateRobotApplicationResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
214
+ CreateRobotApplicationResponse.add_member(:sources, Shapes::ShapeRef.new(shape: Sources, location_name: "sources"))
215
+ CreateRobotApplicationResponse.add_member(:robot_software_suite, Shapes::ShapeRef.new(shape: RobotSoftwareSuite, location_name: "robotSoftwareSuite"))
216
+ CreateRobotApplicationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
217
+ CreateRobotApplicationResponse.add_member(:revision_id, Shapes::ShapeRef.new(shape: RevisionId, location_name: "revisionId"))
218
+ CreateRobotApplicationResponse.struct_class = Types::CreateRobotApplicationResponse
219
+
220
+ CreateRobotApplicationVersionRequest.add_member(:application, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "application"))
221
+ CreateRobotApplicationVersionRequest.add_member(:current_revision_id, Shapes::ShapeRef.new(shape: RevisionId, location_name: "currentRevisionId"))
222
+ CreateRobotApplicationVersionRequest.struct_class = Types::CreateRobotApplicationVersionRequest
223
+
224
+ CreateRobotApplicationVersionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
225
+ CreateRobotApplicationVersionResponse.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
226
+ CreateRobotApplicationVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
227
+ CreateRobotApplicationVersionResponse.add_member(:sources, Shapes::ShapeRef.new(shape: Sources, location_name: "sources"))
228
+ CreateRobotApplicationVersionResponse.add_member(:robot_software_suite, Shapes::ShapeRef.new(shape: RobotSoftwareSuite, location_name: "robotSoftwareSuite"))
229
+ CreateRobotApplicationVersionResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
230
+ CreateRobotApplicationVersionResponse.add_member(:revision_id, Shapes::ShapeRef.new(shape: RevisionId, location_name: "revisionId"))
231
+ CreateRobotApplicationVersionResponse.struct_class = Types::CreateRobotApplicationVersionResponse
232
+
233
+ CreateRobotRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
234
+ CreateRobotRequest.add_member(:architecture, Shapes::ShapeRef.new(shape: Architecture, required: true, location_name: "architecture"))
235
+ CreateRobotRequest.add_member(:greengrass_group_id, Shapes::ShapeRef.new(shape: Id, required: true, location_name: "greengrassGroupId"))
236
+ CreateRobotRequest.struct_class = Types::CreateRobotRequest
237
+
238
+ CreateRobotResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
239
+ CreateRobotResponse.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
240
+ CreateRobotResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
241
+ CreateRobotResponse.add_member(:greengrass_group_id, Shapes::ShapeRef.new(shape: Id, location_name: "greengrassGroupId"))
242
+ CreateRobotResponse.add_member(:architecture, Shapes::ShapeRef.new(shape: Architecture, location_name: "architecture"))
243
+ CreateRobotResponse.struct_class = Types::CreateRobotResponse
244
+
245
+ CreateSimulationApplicationRequest.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
246
+ CreateSimulationApplicationRequest.add_member(:sources, Shapes::ShapeRef.new(shape: SourceConfigs, required: true, location_name: "sources"))
247
+ CreateSimulationApplicationRequest.add_member(:simulation_software_suite, Shapes::ShapeRef.new(shape: SimulationSoftwareSuite, required: true, location_name: "simulationSoftwareSuite"))
248
+ CreateSimulationApplicationRequest.add_member(:robot_software_suite, Shapes::ShapeRef.new(shape: RobotSoftwareSuite, required: true, location_name: "robotSoftwareSuite"))
249
+ CreateSimulationApplicationRequest.add_member(:rendering_engine, Shapes::ShapeRef.new(shape: RenderingEngine, required: true, location_name: "renderingEngine"))
250
+ CreateSimulationApplicationRequest.struct_class = Types::CreateSimulationApplicationRequest
251
+
252
+ CreateSimulationApplicationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
253
+ CreateSimulationApplicationResponse.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
254
+ CreateSimulationApplicationResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
255
+ CreateSimulationApplicationResponse.add_member(:sources, Shapes::ShapeRef.new(shape: Sources, location_name: "sources"))
256
+ CreateSimulationApplicationResponse.add_member(:simulation_software_suite, Shapes::ShapeRef.new(shape: SimulationSoftwareSuite, location_name: "simulationSoftwareSuite"))
257
+ CreateSimulationApplicationResponse.add_member(:robot_software_suite, Shapes::ShapeRef.new(shape: RobotSoftwareSuite, location_name: "robotSoftwareSuite"))
258
+ CreateSimulationApplicationResponse.add_member(:rendering_engine, Shapes::ShapeRef.new(shape: RenderingEngine, location_name: "renderingEngine"))
259
+ CreateSimulationApplicationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
260
+ CreateSimulationApplicationResponse.add_member(:revision_id, Shapes::ShapeRef.new(shape: RevisionId, location_name: "revisionId"))
261
+ CreateSimulationApplicationResponse.struct_class = Types::CreateSimulationApplicationResponse
262
+
263
+ CreateSimulationApplicationVersionRequest.add_member(:application, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "application"))
264
+ CreateSimulationApplicationVersionRequest.add_member(:current_revision_id, Shapes::ShapeRef.new(shape: RevisionId, location_name: "currentRevisionId"))
265
+ CreateSimulationApplicationVersionRequest.struct_class = Types::CreateSimulationApplicationVersionRequest
266
+
267
+ CreateSimulationApplicationVersionResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
268
+ CreateSimulationApplicationVersionResponse.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
269
+ CreateSimulationApplicationVersionResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
270
+ CreateSimulationApplicationVersionResponse.add_member(:sources, Shapes::ShapeRef.new(shape: Sources, location_name: "sources"))
271
+ CreateSimulationApplicationVersionResponse.add_member(:simulation_software_suite, Shapes::ShapeRef.new(shape: SimulationSoftwareSuite, location_name: "simulationSoftwareSuite"))
272
+ CreateSimulationApplicationVersionResponse.add_member(:robot_software_suite, Shapes::ShapeRef.new(shape: RobotSoftwareSuite, location_name: "robotSoftwareSuite"))
273
+ CreateSimulationApplicationVersionResponse.add_member(:rendering_engine, Shapes::ShapeRef.new(shape: RenderingEngine, location_name: "renderingEngine"))
274
+ CreateSimulationApplicationVersionResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
275
+ CreateSimulationApplicationVersionResponse.add_member(:revision_id, Shapes::ShapeRef.new(shape: RevisionId, location_name: "revisionId"))
276
+ CreateSimulationApplicationVersionResponse.struct_class = Types::CreateSimulationApplicationVersionResponse
277
+
278
+ CreateSimulationJobRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
279
+ CreateSimulationJobRequest.add_member(:output_location, Shapes::ShapeRef.new(shape: OutputLocation, location_name: "outputLocation"))
280
+ CreateSimulationJobRequest.add_member(:max_job_duration_in_seconds, Shapes::ShapeRef.new(shape: JobDuration, required: true, location_name: "maxJobDurationInSeconds"))
281
+ CreateSimulationJobRequest.add_member(:iam_role, Shapes::ShapeRef.new(shape: IamRole, required: true, location_name: "iamRole"))
282
+ CreateSimulationJobRequest.add_member(:failure_behavior, Shapes::ShapeRef.new(shape: FailureBehavior, location_name: "failureBehavior"))
283
+ CreateSimulationJobRequest.add_member(:robot_applications, Shapes::ShapeRef.new(shape: RobotApplicationConfigs, location_name: "robotApplications"))
284
+ CreateSimulationJobRequest.add_member(:simulation_applications, Shapes::ShapeRef.new(shape: SimulationApplicationConfigs, location_name: "simulationApplications"))
285
+ CreateSimulationJobRequest.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VPCConfig, location_name: "vpcConfig"))
286
+ CreateSimulationJobRequest.struct_class = Types::CreateSimulationJobRequest
287
+
288
+ CreateSimulationJobResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
289
+ CreateSimulationJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: SimulationJobStatus, location_name: "status"))
290
+ CreateSimulationJobResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
291
+ CreateSimulationJobResponse.add_member(:failure_behavior, Shapes::ShapeRef.new(shape: FailureBehavior, location_name: "failureBehavior"))
292
+ CreateSimulationJobResponse.add_member(:failure_code, Shapes::ShapeRef.new(shape: SimulationJobErrorCode, location_name: "failureCode"))
293
+ CreateSimulationJobResponse.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken"))
294
+ CreateSimulationJobResponse.add_member(:output_location, Shapes::ShapeRef.new(shape: OutputLocation, location_name: "outputLocation"))
295
+ CreateSimulationJobResponse.add_member(:max_job_duration_in_seconds, Shapes::ShapeRef.new(shape: JobDuration, location_name: "maxJobDurationInSeconds"))
296
+ CreateSimulationJobResponse.add_member(:simulation_time_millis, Shapes::ShapeRef.new(shape: SimulationTimeMillis, location_name: "simulationTimeMillis"))
297
+ CreateSimulationJobResponse.add_member(:iam_role, Shapes::ShapeRef.new(shape: IamRole, location_name: "iamRole"))
298
+ CreateSimulationJobResponse.add_member(:robot_applications, Shapes::ShapeRef.new(shape: RobotApplicationConfigs, location_name: "robotApplications"))
299
+ CreateSimulationJobResponse.add_member(:simulation_applications, Shapes::ShapeRef.new(shape: SimulationApplicationConfigs, location_name: "simulationApplications"))
300
+ CreateSimulationJobResponse.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VPCConfigResponse, location_name: "vpcConfig"))
301
+ CreateSimulationJobResponse.struct_class = Types::CreateSimulationJobResponse
302
+
303
+ DeleteFleetRequest.add_member(:fleet, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "fleet"))
304
+ DeleteFleetRequest.struct_class = Types::DeleteFleetRequest
305
+
306
+ DeleteFleetResponse.struct_class = Types::DeleteFleetResponse
307
+
308
+ DeleteRobotApplicationRequest.add_member(:application, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "application"))
309
+ DeleteRobotApplicationRequest.add_member(:application_version, Shapes::ShapeRef.new(shape: Version, location_name: "applicationVersion"))
310
+ DeleteRobotApplicationRequest.struct_class = Types::DeleteRobotApplicationRequest
311
+
312
+ DeleteRobotApplicationResponse.struct_class = Types::DeleteRobotApplicationResponse
313
+
314
+ DeleteRobotRequest.add_member(:robot, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "robot"))
315
+ DeleteRobotRequest.struct_class = Types::DeleteRobotRequest
316
+
317
+ DeleteRobotResponse.struct_class = Types::DeleteRobotResponse
318
+
319
+ DeleteSimulationApplicationRequest.add_member(:application, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "application"))
320
+ DeleteSimulationApplicationRequest.add_member(:application_version, Shapes::ShapeRef.new(shape: Version, location_name: "applicationVersion"))
321
+ DeleteSimulationApplicationRequest.struct_class = Types::DeleteSimulationApplicationRequest
322
+
323
+ DeleteSimulationApplicationResponse.struct_class = Types::DeleteSimulationApplicationResponse
324
+
325
+ DeploymentApplicationConfig.add_member(:application, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "application"))
326
+ DeploymentApplicationConfig.add_member(:application_version, Shapes::ShapeRef.new(shape: Version, required: true, location_name: "applicationVersion"))
327
+ DeploymentApplicationConfig.add_member(:launch_config, Shapes::ShapeRef.new(shape: DeploymentLaunchConfig, required: true, location_name: "launchConfig"))
328
+ DeploymentApplicationConfig.struct_class = Types::DeploymentApplicationConfig
329
+
330
+ DeploymentApplicationConfigs.member = Shapes::ShapeRef.new(shape: DeploymentApplicationConfig)
331
+
332
+ DeploymentConfig.add_member(:concurrent_deployment_percentage, Shapes::ShapeRef.new(shape: Percentage, location_name: "concurrentDeploymentPercentage"))
333
+ DeploymentConfig.add_member(:failure_threshold_percentage, Shapes::ShapeRef.new(shape: Percentage, location_name: "failureThresholdPercentage"))
334
+ DeploymentConfig.struct_class = Types::DeploymentConfig
335
+
336
+ DeploymentJob.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
337
+ DeploymentJob.add_member(:fleet, Shapes::ShapeRef.new(shape: Arn, location_name: "fleet"))
338
+ DeploymentJob.add_member(:status, Shapes::ShapeRef.new(shape: DeploymentStatus, location_name: "status"))
339
+ DeploymentJob.add_member(:deployment_application_configs, Shapes::ShapeRef.new(shape: DeploymentApplicationConfigs, location_name: "deploymentApplicationConfigs"))
340
+ DeploymentJob.add_member(:deployment_config, Shapes::ShapeRef.new(shape: DeploymentConfig, location_name: "deploymentConfig"))
341
+ DeploymentJob.add_member(:failure_reason, Shapes::ShapeRef.new(shape: GenericString, location_name: "failureReason"))
342
+ DeploymentJob.add_member(:failure_code, Shapes::ShapeRef.new(shape: DeploymentJobErrorCode, location_name: "failureCode"))
343
+ DeploymentJob.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
344
+ DeploymentJob.struct_class = Types::DeploymentJob
345
+
346
+ DeploymentJobs.member = Shapes::ShapeRef.new(shape: DeploymentJob)
347
+
348
+ DeploymentLaunchConfig.add_member(:package_name, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "packageName"))
349
+ DeploymentLaunchConfig.add_member(:pre_launch_file, Shapes::ShapeRef.new(shape: GenericString, location_name: "preLaunchFile"))
350
+ DeploymentLaunchConfig.add_member(:launch_file, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "launchFile"))
351
+ DeploymentLaunchConfig.add_member(:post_launch_file, Shapes::ShapeRef.new(shape: GenericString, location_name: "postLaunchFile"))
352
+ DeploymentLaunchConfig.add_member(:environment_variables, Shapes::ShapeRef.new(shape: EnvironmentVariableMap, location_name: "environmentVariables"))
353
+ DeploymentLaunchConfig.struct_class = Types::DeploymentLaunchConfig
354
+
355
+ DeregisterRobotRequest.add_member(:fleet, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "fleet"))
356
+ DeregisterRobotRequest.add_member(:robot, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "robot"))
357
+ DeregisterRobotRequest.struct_class = Types::DeregisterRobotRequest
358
+
359
+ DeregisterRobotResponse.add_member(:fleet, Shapes::ShapeRef.new(shape: Arn, location_name: "fleet"))
360
+ DeregisterRobotResponse.add_member(:robot, Shapes::ShapeRef.new(shape: Arn, location_name: "robot"))
361
+ DeregisterRobotResponse.struct_class = Types::DeregisterRobotResponse
362
+
363
+ DescribeDeploymentJobRequest.add_member(:job, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "job"))
364
+ DescribeDeploymentJobRequest.struct_class = Types::DescribeDeploymentJobRequest
365
+
366
+ DescribeDeploymentJobResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
367
+ DescribeDeploymentJobResponse.add_member(:fleet, Shapes::ShapeRef.new(shape: Arn, location_name: "fleet"))
368
+ DescribeDeploymentJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: DeploymentStatus, location_name: "status"))
369
+ DescribeDeploymentJobResponse.add_member(:deployment_config, Shapes::ShapeRef.new(shape: DeploymentConfig, location_name: "deploymentConfig"))
370
+ DescribeDeploymentJobResponse.add_member(:deployment_application_configs, Shapes::ShapeRef.new(shape: DeploymentApplicationConfigs, location_name: "deploymentApplicationConfigs"))
371
+ DescribeDeploymentJobResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: GenericString, location_name: "failureReason"))
372
+ DescribeDeploymentJobResponse.add_member(:failure_code, Shapes::ShapeRef.new(shape: DeploymentJobErrorCode, location_name: "failureCode"))
373
+ DescribeDeploymentJobResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
374
+ DescribeDeploymentJobResponse.add_member(:robot_deployment_summary, Shapes::ShapeRef.new(shape: RobotDeploymentSummary, location_name: "robotDeploymentSummary"))
375
+ DescribeDeploymentJobResponse.struct_class = Types::DescribeDeploymentJobResponse
376
+
377
+ DescribeFleetRequest.add_member(:fleet, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "fleet"))
378
+ DescribeFleetRequest.struct_class = Types::DescribeFleetRequest
379
+
380
+ DescribeFleetResponse.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
381
+ DescribeFleetResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
382
+ DescribeFleetResponse.add_member(:robots, Shapes::ShapeRef.new(shape: Robots, location_name: "robots"))
383
+ DescribeFleetResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
384
+ DescribeFleetResponse.add_member(:last_deployment_status, Shapes::ShapeRef.new(shape: DeploymentStatus, location_name: "lastDeploymentStatus"))
385
+ DescribeFleetResponse.add_member(:last_deployment_job, Shapes::ShapeRef.new(shape: Arn, location_name: "lastDeploymentJob"))
386
+ DescribeFleetResponse.add_member(:last_deployment_time, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "lastDeploymentTime"))
387
+ DescribeFleetResponse.struct_class = Types::DescribeFleetResponse
388
+
389
+ DescribeRobotApplicationRequest.add_member(:application, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "application"))
390
+ DescribeRobotApplicationRequest.add_member(:application_version, Shapes::ShapeRef.new(shape: Version, location_name: "applicationVersion"))
391
+ DescribeRobotApplicationRequest.struct_class = Types::DescribeRobotApplicationRequest
392
+
393
+ DescribeRobotApplicationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
394
+ DescribeRobotApplicationResponse.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
395
+ DescribeRobotApplicationResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
396
+ DescribeRobotApplicationResponse.add_member(:sources, Shapes::ShapeRef.new(shape: Sources, location_name: "sources"))
397
+ DescribeRobotApplicationResponse.add_member(:robot_software_suite, Shapes::ShapeRef.new(shape: RobotSoftwareSuite, location_name: "robotSoftwareSuite"))
398
+ DescribeRobotApplicationResponse.add_member(:revision_id, Shapes::ShapeRef.new(shape: RevisionId, location_name: "revisionId"))
399
+ DescribeRobotApplicationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
400
+ DescribeRobotApplicationResponse.struct_class = Types::DescribeRobotApplicationResponse
401
+
402
+ DescribeRobotRequest.add_member(:robot, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "robot"))
403
+ DescribeRobotRequest.struct_class = Types::DescribeRobotRequest
404
+
405
+ DescribeRobotResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
406
+ DescribeRobotResponse.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
407
+ DescribeRobotResponse.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "fleetArn"))
408
+ DescribeRobotResponse.add_member(:status, Shapes::ShapeRef.new(shape: RobotStatus, location_name: "status"))
409
+ DescribeRobotResponse.add_member(:greengrass_group_id, Shapes::ShapeRef.new(shape: Id, location_name: "greengrassGroupId"))
410
+ DescribeRobotResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
411
+ DescribeRobotResponse.add_member(:architecture, Shapes::ShapeRef.new(shape: Architecture, location_name: "architecture"))
412
+ DescribeRobotResponse.add_member(:last_deployment_job, Shapes::ShapeRef.new(shape: Arn, location_name: "lastDeploymentJob"))
413
+ DescribeRobotResponse.add_member(:last_deployment_time, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "lastDeploymentTime"))
414
+ DescribeRobotResponse.struct_class = Types::DescribeRobotResponse
415
+
416
+ DescribeSimulationApplicationRequest.add_member(:application, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "application"))
417
+ DescribeSimulationApplicationRequest.add_member(:application_version, Shapes::ShapeRef.new(shape: Version, location_name: "applicationVersion"))
418
+ DescribeSimulationApplicationRequest.struct_class = Types::DescribeSimulationApplicationRequest
419
+
420
+ DescribeSimulationApplicationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
421
+ DescribeSimulationApplicationResponse.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
422
+ DescribeSimulationApplicationResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
423
+ DescribeSimulationApplicationResponse.add_member(:sources, Shapes::ShapeRef.new(shape: Sources, location_name: "sources"))
424
+ DescribeSimulationApplicationResponse.add_member(:simulation_software_suite, Shapes::ShapeRef.new(shape: SimulationSoftwareSuite, location_name: "simulationSoftwareSuite"))
425
+ DescribeSimulationApplicationResponse.add_member(:robot_software_suite, Shapes::ShapeRef.new(shape: RobotSoftwareSuite, location_name: "robotSoftwareSuite"))
426
+ DescribeSimulationApplicationResponse.add_member(:rendering_engine, Shapes::ShapeRef.new(shape: RenderingEngine, location_name: "renderingEngine"))
427
+ DescribeSimulationApplicationResponse.add_member(:revision_id, Shapes::ShapeRef.new(shape: RevisionId, location_name: "revisionId"))
428
+ DescribeSimulationApplicationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
429
+ DescribeSimulationApplicationResponse.struct_class = Types::DescribeSimulationApplicationResponse
430
+
431
+ DescribeSimulationJobRequest.add_member(:job, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "job"))
432
+ DescribeSimulationJobRequest.struct_class = Types::DescribeSimulationJobRequest
433
+
434
+ DescribeSimulationJobResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
435
+ DescribeSimulationJobResponse.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
436
+ DescribeSimulationJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: SimulationJobStatus, location_name: "status"))
437
+ DescribeSimulationJobResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
438
+ DescribeSimulationJobResponse.add_member(:failure_behavior, Shapes::ShapeRef.new(shape: FailureBehavior, location_name: "failureBehavior"))
439
+ DescribeSimulationJobResponse.add_member(:failure_code, Shapes::ShapeRef.new(shape: SimulationJobErrorCode, location_name: "failureCode"))
440
+ DescribeSimulationJobResponse.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken"))
441
+ DescribeSimulationJobResponse.add_member(:output_location, Shapes::ShapeRef.new(shape: OutputLocation, location_name: "outputLocation"))
442
+ DescribeSimulationJobResponse.add_member(:max_job_duration_in_seconds, Shapes::ShapeRef.new(shape: JobDuration, location_name: "maxJobDurationInSeconds"))
443
+ DescribeSimulationJobResponse.add_member(:simulation_time_millis, Shapes::ShapeRef.new(shape: SimulationTimeMillis, location_name: "simulationTimeMillis"))
444
+ DescribeSimulationJobResponse.add_member(:iam_role, Shapes::ShapeRef.new(shape: IamRole, location_name: "iamRole"))
445
+ DescribeSimulationJobResponse.add_member(:robot_applications, Shapes::ShapeRef.new(shape: RobotApplicationConfigs, location_name: "robotApplications"))
446
+ DescribeSimulationJobResponse.add_member(:simulation_applications, Shapes::ShapeRef.new(shape: SimulationApplicationConfigs, location_name: "simulationApplications"))
447
+ DescribeSimulationJobResponse.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VPCConfigResponse, location_name: "vpcConfig"))
448
+ DescribeSimulationJobResponse.struct_class = Types::DescribeSimulationJobResponse
449
+
450
+ EnvironmentVariableMap.key = Shapes::ShapeRef.new(shape: EnvironmentVariableKey)
451
+ EnvironmentVariableMap.value = Shapes::ShapeRef.new(shape: EnvironmentVariableValue)
452
+
453
+ Filter.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
454
+ Filter.add_member(:values, Shapes::ShapeRef.new(shape: FilterValues, location_name: "values"))
455
+ Filter.struct_class = Types::Filter
456
+
457
+ FilterValues.member = Shapes::ShapeRef.new(shape: Name)
458
+
459
+ Filters.member = Shapes::ShapeRef.new(shape: Filter)
460
+
461
+ Fleet.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
462
+ Fleet.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
463
+ Fleet.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
464
+ Fleet.add_member(:last_deployment_status, Shapes::ShapeRef.new(shape: DeploymentStatus, location_name: "lastDeploymentStatus"))
465
+ Fleet.add_member(:last_deployment_job, Shapes::ShapeRef.new(shape: Arn, location_name: "lastDeploymentJob"))
466
+ Fleet.add_member(:last_deployment_time, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "lastDeploymentTime"))
467
+ Fleet.struct_class = Types::Fleet
468
+
469
+ Fleets.member = Shapes::ShapeRef.new(shape: Fleet)
470
+
471
+ LaunchConfig.add_member(:package_name, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "packageName"))
472
+ LaunchConfig.add_member(:launch_file, Shapes::ShapeRef.new(shape: GenericString, required: true, location_name: "launchFile"))
473
+ LaunchConfig.add_member(:environment_variables, Shapes::ShapeRef.new(shape: EnvironmentVariableMap, location_name: "environmentVariables"))
474
+ LaunchConfig.struct_class = Types::LaunchConfig
475
+
476
+ ListDeploymentJobsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "filters"))
477
+ ListDeploymentJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
478
+ ListDeploymentJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
479
+ ListDeploymentJobsRequest.struct_class = Types::ListDeploymentJobsRequest
480
+
481
+ ListDeploymentJobsResponse.add_member(:deployment_jobs, Shapes::ShapeRef.new(shape: DeploymentJobs, location_name: "deploymentJobs"))
482
+ ListDeploymentJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
483
+ ListDeploymentJobsResponse.struct_class = Types::ListDeploymentJobsResponse
484
+
485
+ ListFleetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
486
+ ListFleetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
487
+ ListFleetsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "filters"))
488
+ ListFleetsRequest.struct_class = Types::ListFleetsRequest
489
+
490
+ ListFleetsResponse.add_member(:fleet_details, Shapes::ShapeRef.new(shape: Fleets, location_name: "fleetDetails"))
491
+ ListFleetsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
492
+ ListFleetsResponse.struct_class = Types::ListFleetsResponse
493
+
494
+ ListRobotApplicationsRequest.add_member(:version_qualifier, Shapes::ShapeRef.new(shape: VersionQualifier, location_name: "versionQualifier"))
495
+ ListRobotApplicationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
496
+ ListRobotApplicationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
497
+ ListRobotApplicationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "filters"))
498
+ ListRobotApplicationsRequest.struct_class = Types::ListRobotApplicationsRequest
499
+
500
+ ListRobotApplicationsResponse.add_member(:robot_application_summaries, Shapes::ShapeRef.new(shape: RobotApplicationSummaries, location_name: "robotApplicationSummaries"))
501
+ ListRobotApplicationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
502
+ ListRobotApplicationsResponse.struct_class = Types::ListRobotApplicationsResponse
503
+
504
+ ListRobotsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
505
+ ListRobotsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
506
+ ListRobotsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "filters"))
507
+ ListRobotsRequest.struct_class = Types::ListRobotsRequest
508
+
509
+ ListRobotsResponse.add_member(:robots, Shapes::ShapeRef.new(shape: Robots, location_name: "robots"))
510
+ ListRobotsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
511
+ ListRobotsResponse.struct_class = Types::ListRobotsResponse
512
+
513
+ ListSimulationApplicationsRequest.add_member(:version_qualifier, Shapes::ShapeRef.new(shape: VersionQualifier, location_name: "versionQualifier"))
514
+ ListSimulationApplicationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
515
+ ListSimulationApplicationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
516
+ ListSimulationApplicationsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "filters"))
517
+ ListSimulationApplicationsRequest.struct_class = Types::ListSimulationApplicationsRequest
518
+
519
+ ListSimulationApplicationsResponse.add_member(:simulation_application_summaries, Shapes::ShapeRef.new(shape: SimulationApplicationSummaries, location_name: "simulationApplicationSummaries"))
520
+ ListSimulationApplicationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
521
+ ListSimulationApplicationsResponse.struct_class = Types::ListSimulationApplicationsResponse
522
+
523
+ ListSimulationJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
524
+ ListSimulationJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location_name: "maxResults"))
525
+ ListSimulationJobsRequest.add_member(:filters, Shapes::ShapeRef.new(shape: Filters, location_name: "filters"))
526
+ ListSimulationJobsRequest.struct_class = Types::ListSimulationJobsRequest
527
+
528
+ ListSimulationJobsResponse.add_member(:simulation_job_summaries, Shapes::ShapeRef.new(shape: SimulationJobSummaries, required: true, location_name: "simulationJobSummaries"))
529
+ ListSimulationJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
530
+ ListSimulationJobsResponse.struct_class = Types::ListSimulationJobsResponse
531
+
532
+ OutputLocation.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3Bucket, location_name: "s3Bucket"))
533
+ OutputLocation.add_member(:s3_prefix, Shapes::ShapeRef.new(shape: S3Key, location_name: "s3Prefix"))
534
+ OutputLocation.struct_class = Types::OutputLocation
535
+
536
+ ProgressDetail.add_member(:current_progress, Shapes::ShapeRef.new(shape: GenericString, location_name: "currentProgress"))
537
+ ProgressDetail.add_member(:target_resource, Shapes::ShapeRef.new(shape: GenericString, location_name: "targetResource"))
538
+ ProgressDetail.struct_class = Types::ProgressDetail
539
+
540
+ RegisterRobotRequest.add_member(:fleet, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "fleet"))
541
+ RegisterRobotRequest.add_member(:robot, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "robot"))
542
+ RegisterRobotRequest.struct_class = Types::RegisterRobotRequest
543
+
544
+ RegisterRobotResponse.add_member(:fleet, Shapes::ShapeRef.new(shape: Arn, location_name: "fleet"))
545
+ RegisterRobotResponse.add_member(:robot, Shapes::ShapeRef.new(shape: Arn, location_name: "robot"))
546
+ RegisterRobotResponse.struct_class = Types::RegisterRobotResponse
547
+
548
+ RenderingEngine.add_member(:name, Shapes::ShapeRef.new(shape: RenderingEngineType, location_name: "name"))
549
+ RenderingEngine.add_member(:version, Shapes::ShapeRef.new(shape: RenderingEngineVersionType, location_name: "version"))
550
+ RenderingEngine.struct_class = Types::RenderingEngine
551
+
552
+ RestartSimulationJobRequest.add_member(:job, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "job"))
553
+ RestartSimulationJobRequest.struct_class = Types::RestartSimulationJobRequest
554
+
555
+ RestartSimulationJobResponse.struct_class = Types::RestartSimulationJobResponse
556
+
557
+ Robot.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
558
+ Robot.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
559
+ Robot.add_member(:fleet_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "fleetArn"))
560
+ Robot.add_member(:status, Shapes::ShapeRef.new(shape: RobotStatus, location_name: "status"))
561
+ Robot.add_member(:green_grass_group_id, Shapes::ShapeRef.new(shape: Id, location_name: "greenGrassGroupId"))
562
+ Robot.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
563
+ Robot.add_member(:architecture, Shapes::ShapeRef.new(shape: Architecture, location_name: "architecture"))
564
+ Robot.add_member(:last_deployment_job, Shapes::ShapeRef.new(shape: Arn, location_name: "lastDeploymentJob"))
565
+ Robot.add_member(:last_deployment_time, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "lastDeploymentTime"))
566
+ Robot.struct_class = Types::Robot
567
+
568
+ RobotApplicationConfig.add_member(:application, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "application"))
569
+ RobotApplicationConfig.add_member(:application_version, Shapes::ShapeRef.new(shape: Version, location_name: "applicationVersion"))
570
+ RobotApplicationConfig.add_member(:launch_config, Shapes::ShapeRef.new(shape: LaunchConfig, required: true, location_name: "launchConfig"))
571
+ RobotApplicationConfig.struct_class = Types::RobotApplicationConfig
572
+
573
+ RobotApplicationConfigs.member = Shapes::ShapeRef.new(shape: RobotApplicationConfig)
574
+
575
+ RobotApplicationNames.member = Shapes::ShapeRef.new(shape: Name)
576
+
577
+ RobotApplicationSummaries.member = Shapes::ShapeRef.new(shape: RobotApplicationSummary)
578
+
579
+ RobotApplicationSummary.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
580
+ RobotApplicationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
581
+ RobotApplicationSummary.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
582
+ RobotApplicationSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
583
+ RobotApplicationSummary.struct_class = Types::RobotApplicationSummary
584
+
585
+ RobotDeployment.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
586
+ RobotDeployment.add_member(:deployment_start_time, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "deploymentStartTime"))
587
+ RobotDeployment.add_member(:deployment_finish_time, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "deploymentFinishTime"))
588
+ RobotDeployment.add_member(:status, Shapes::ShapeRef.new(shape: RobotStatus, location_name: "status"))
589
+ RobotDeployment.add_member(:progress_detail, Shapes::ShapeRef.new(shape: ProgressDetail, location_name: "progressDetail"))
590
+ RobotDeployment.add_member(:failure_reason, Shapes::ShapeRef.new(shape: GenericString, location_name: "failureReason"))
591
+ RobotDeployment.add_member(:failure_code, Shapes::ShapeRef.new(shape: DeploymentJobErrorCode, location_name: "failureCode"))
592
+ RobotDeployment.struct_class = Types::RobotDeployment
593
+
594
+ RobotDeploymentSummary.member = Shapes::ShapeRef.new(shape: RobotDeployment)
595
+
596
+ RobotSoftwareSuite.add_member(:name, Shapes::ShapeRef.new(shape: RobotSoftwareSuiteType, location_name: "name"))
597
+ RobotSoftwareSuite.add_member(:version, Shapes::ShapeRef.new(shape: RobotSoftwareSuiteVersionType, location_name: "version"))
598
+ RobotSoftwareSuite.struct_class = Types::RobotSoftwareSuite
599
+
600
+ Robots.member = Shapes::ShapeRef.new(shape: Robot)
601
+
602
+ SecurityGroups.member = Shapes::ShapeRef.new(shape: GenericString)
603
+
604
+ SimulationApplicationConfig.add_member(:application, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "application"))
605
+ SimulationApplicationConfig.add_member(:application_version, Shapes::ShapeRef.new(shape: Version, location_name: "applicationVersion"))
606
+ SimulationApplicationConfig.add_member(:launch_config, Shapes::ShapeRef.new(shape: LaunchConfig, required: true, location_name: "launchConfig"))
607
+ SimulationApplicationConfig.struct_class = Types::SimulationApplicationConfig
608
+
609
+ SimulationApplicationConfigs.member = Shapes::ShapeRef.new(shape: SimulationApplicationConfig)
610
+
611
+ SimulationApplicationNames.member = Shapes::ShapeRef.new(shape: Name)
612
+
613
+ SimulationApplicationSummaries.member = Shapes::ShapeRef.new(shape: SimulationApplicationSummary)
614
+
615
+ SimulationApplicationSummary.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
616
+ SimulationApplicationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
617
+ SimulationApplicationSummary.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
618
+ SimulationApplicationSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
619
+ SimulationApplicationSummary.struct_class = Types::SimulationApplicationSummary
620
+
621
+ SimulationJob.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
622
+ SimulationJob.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
623
+ SimulationJob.add_member(:status, Shapes::ShapeRef.new(shape: SimulationJobStatus, location_name: "status"))
624
+ SimulationJob.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
625
+ SimulationJob.add_member(:failure_behavior, Shapes::ShapeRef.new(shape: FailureBehavior, location_name: "failureBehavior"))
626
+ SimulationJob.add_member(:failure_code, Shapes::ShapeRef.new(shape: SimulationJobErrorCode, location_name: "failureCode"))
627
+ SimulationJob.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken"))
628
+ SimulationJob.add_member(:output_location, Shapes::ShapeRef.new(shape: OutputLocation, location_name: "outputLocation"))
629
+ SimulationJob.add_member(:max_job_duration_in_seconds, Shapes::ShapeRef.new(shape: JobDuration, location_name: "maxJobDurationInSeconds"))
630
+ SimulationJob.add_member(:simulation_time_millis, Shapes::ShapeRef.new(shape: SimulationTimeMillis, location_name: "simulationTimeMillis"))
631
+ SimulationJob.add_member(:iam_role, Shapes::ShapeRef.new(shape: IamRole, location_name: "iamRole"))
632
+ SimulationJob.add_member(:robot_applications, Shapes::ShapeRef.new(shape: RobotApplicationConfigs, location_name: "robotApplications"))
633
+ SimulationJob.add_member(:simulation_applications, Shapes::ShapeRef.new(shape: SimulationApplicationConfigs, location_name: "simulationApplications"))
634
+ SimulationJob.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VPCConfigResponse, location_name: "vpcConfig"))
635
+ SimulationJob.struct_class = Types::SimulationJob
636
+
637
+ SimulationJobSummaries.member = Shapes::ShapeRef.new(shape: SimulationJobSummary)
638
+
639
+ SimulationJobSummary.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
640
+ SimulationJobSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
641
+ SimulationJobSummary.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
642
+ SimulationJobSummary.add_member(:status, Shapes::ShapeRef.new(shape: SimulationJobStatus, location_name: "status"))
643
+ SimulationJobSummary.add_member(:simulation_application_names, Shapes::ShapeRef.new(shape: SimulationApplicationNames, location_name: "simulationApplicationNames"))
644
+ SimulationJobSummary.add_member(:robot_application_names, Shapes::ShapeRef.new(shape: RobotApplicationNames, location_name: "robotApplicationNames"))
645
+ SimulationJobSummary.struct_class = Types::SimulationJobSummary
646
+
647
+ SimulationJobs.member = Shapes::ShapeRef.new(shape: SimulationJob)
648
+
649
+ SimulationSoftwareSuite.add_member(:name, Shapes::ShapeRef.new(shape: SimulationSoftwareSuiteType, location_name: "name"))
650
+ SimulationSoftwareSuite.add_member(:version, Shapes::ShapeRef.new(shape: SimulationSoftwareSuiteVersionType, location_name: "version"))
651
+ SimulationSoftwareSuite.struct_class = Types::SimulationSoftwareSuite
652
+
653
+ Source.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3Bucket, location_name: "s3Bucket"))
654
+ Source.add_member(:s3_key, Shapes::ShapeRef.new(shape: S3Key, location_name: "s3Key"))
655
+ Source.add_member(:etag, Shapes::ShapeRef.new(shape: S3Etag, location_name: "etag"))
656
+ Source.add_member(:architecture, Shapes::ShapeRef.new(shape: Architecture, location_name: "architecture"))
657
+ Source.struct_class = Types::Source
658
+
659
+ SourceConfig.add_member(:s3_bucket, Shapes::ShapeRef.new(shape: S3Bucket, location_name: "s3Bucket"))
660
+ SourceConfig.add_member(:s3_key, Shapes::ShapeRef.new(shape: S3Key, location_name: "s3Key"))
661
+ SourceConfig.add_member(:architecture, Shapes::ShapeRef.new(shape: Architecture, location_name: "architecture"))
662
+ SourceConfig.struct_class = Types::SourceConfig
663
+
664
+ SourceConfigs.member = Shapes::ShapeRef.new(shape: SourceConfig)
665
+
666
+ Sources.member = Shapes::ShapeRef.new(shape: Source)
667
+
668
+ Subnets.member = Shapes::ShapeRef.new(shape: GenericString)
669
+
670
+ SyncDeploymentJobRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, required: true, location_name: "clientRequestToken", metadata: {"idempotencyToken"=>true}))
671
+ SyncDeploymentJobRequest.add_member(:fleet, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "fleet"))
672
+ SyncDeploymentJobRequest.struct_class = Types::SyncDeploymentJobRequest
673
+
674
+ SyncDeploymentJobResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
675
+ SyncDeploymentJobResponse.add_member(:fleet, Shapes::ShapeRef.new(shape: Arn, location_name: "fleet"))
676
+ SyncDeploymentJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: DeploymentStatus, location_name: "status"))
677
+ SyncDeploymentJobResponse.add_member(:deployment_config, Shapes::ShapeRef.new(shape: DeploymentConfig, location_name: "deploymentConfig"))
678
+ SyncDeploymentJobResponse.add_member(:deployment_application_configs, Shapes::ShapeRef.new(shape: DeploymentApplicationConfigs, location_name: "deploymentApplicationConfigs"))
679
+ SyncDeploymentJobResponse.add_member(:failure_reason, Shapes::ShapeRef.new(shape: GenericString, location_name: "failureReason"))
680
+ SyncDeploymentJobResponse.add_member(:failure_code, Shapes::ShapeRef.new(shape: DeploymentJobErrorCode, location_name: "failureCode"))
681
+ SyncDeploymentJobResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
682
+ SyncDeploymentJobResponse.struct_class = Types::SyncDeploymentJobResponse
683
+
684
+ UpdateRobotApplicationRequest.add_member(:application, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "application"))
685
+ UpdateRobotApplicationRequest.add_member(:sources, Shapes::ShapeRef.new(shape: SourceConfigs, required: true, location_name: "sources"))
686
+ UpdateRobotApplicationRequest.add_member(:robot_software_suite, Shapes::ShapeRef.new(shape: RobotSoftwareSuite, required: true, location_name: "robotSoftwareSuite"))
687
+ UpdateRobotApplicationRequest.add_member(:current_revision_id, Shapes::ShapeRef.new(shape: RevisionId, location_name: "currentRevisionId"))
688
+ UpdateRobotApplicationRequest.struct_class = Types::UpdateRobotApplicationRequest
689
+
690
+ UpdateRobotApplicationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
691
+ UpdateRobotApplicationResponse.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
692
+ UpdateRobotApplicationResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
693
+ UpdateRobotApplicationResponse.add_member(:sources, Shapes::ShapeRef.new(shape: Sources, location_name: "sources"))
694
+ UpdateRobotApplicationResponse.add_member(:robot_software_suite, Shapes::ShapeRef.new(shape: RobotSoftwareSuite, location_name: "robotSoftwareSuite"))
695
+ UpdateRobotApplicationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
696
+ UpdateRobotApplicationResponse.add_member(:revision_id, Shapes::ShapeRef.new(shape: RevisionId, location_name: "revisionId"))
697
+ UpdateRobotApplicationResponse.struct_class = Types::UpdateRobotApplicationResponse
698
+
699
+ UpdateSimulationApplicationRequest.add_member(:application, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "application"))
700
+ UpdateSimulationApplicationRequest.add_member(:sources, Shapes::ShapeRef.new(shape: SourceConfigs, required: true, location_name: "sources"))
701
+ UpdateSimulationApplicationRequest.add_member(:simulation_software_suite, Shapes::ShapeRef.new(shape: SimulationSoftwareSuite, required: true, location_name: "simulationSoftwareSuite"))
702
+ UpdateSimulationApplicationRequest.add_member(:robot_software_suite, Shapes::ShapeRef.new(shape: RobotSoftwareSuite, required: true, location_name: "robotSoftwareSuite"))
703
+ UpdateSimulationApplicationRequest.add_member(:rendering_engine, Shapes::ShapeRef.new(shape: RenderingEngine, required: true, location_name: "renderingEngine"))
704
+ UpdateSimulationApplicationRequest.add_member(:current_revision_id, Shapes::ShapeRef.new(shape: RevisionId, location_name: "currentRevisionId"))
705
+ UpdateSimulationApplicationRequest.struct_class = Types::UpdateSimulationApplicationRequest
706
+
707
+ UpdateSimulationApplicationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
708
+ UpdateSimulationApplicationResponse.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
709
+ UpdateSimulationApplicationResponse.add_member(:version, Shapes::ShapeRef.new(shape: Version, location_name: "version"))
710
+ UpdateSimulationApplicationResponse.add_member(:sources, Shapes::ShapeRef.new(shape: Sources, location_name: "sources"))
711
+ UpdateSimulationApplicationResponse.add_member(:simulation_software_suite, Shapes::ShapeRef.new(shape: SimulationSoftwareSuite, location_name: "simulationSoftwareSuite"))
712
+ UpdateSimulationApplicationResponse.add_member(:robot_software_suite, Shapes::ShapeRef.new(shape: RobotSoftwareSuite, location_name: "robotSoftwareSuite"))
713
+ UpdateSimulationApplicationResponse.add_member(:rendering_engine, Shapes::ShapeRef.new(shape: RenderingEngine, location_name: "renderingEngine"))
714
+ UpdateSimulationApplicationResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
715
+ UpdateSimulationApplicationResponse.add_member(:revision_id, Shapes::ShapeRef.new(shape: RevisionId, location_name: "revisionId"))
716
+ UpdateSimulationApplicationResponse.struct_class = Types::UpdateSimulationApplicationResponse
717
+
718
+ VPCConfig.add_member(:subnets, Shapes::ShapeRef.new(shape: Subnets, required: true, location_name: "subnets"))
719
+ VPCConfig.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroups, location_name: "securityGroups"))
720
+ VPCConfig.add_member(:assign_public_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "assignPublicIp"))
721
+ VPCConfig.struct_class = Types::VPCConfig
722
+
723
+ VPCConfigResponse.add_member(:subnets, Shapes::ShapeRef.new(shape: Subnets, location_name: "subnets"))
724
+ VPCConfigResponse.add_member(:security_groups, Shapes::ShapeRef.new(shape: SecurityGroups, location_name: "securityGroups"))
725
+ VPCConfigResponse.add_member(:vpc_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "vpcId"))
726
+ VPCConfigResponse.add_member(:assign_public_ip, Shapes::ShapeRef.new(shape: Boolean, location_name: "assignPublicIp"))
727
+ VPCConfigResponse.struct_class = Types::VPCConfigResponse
728
+
729
+
730
+ # @api private
731
+ API = Seahorse::Model::Api.new.tap do |api|
732
+
733
+ api.version = "2018-06-29"
734
+
735
+ api.metadata = {
736
+ "apiVersion" => "2018-06-29",
737
+ "endpointPrefix" => "robomaker",
738
+ "jsonVersion" => "1.1",
739
+ "protocol" => "rest-json",
740
+ "serviceAbbreviation" => "RoboMaker",
741
+ "serviceFullName" => "AWS RoboMaker",
742
+ "serviceId" => "RoboMaker",
743
+ "signatureVersion" => "v4",
744
+ "signingName" => "robomaker",
745
+ "uid" => "robomaker-2018-06-29",
746
+ }
747
+
748
+ api.add_operation(:batch_describe_simulation_job, Seahorse::Model::Operation.new.tap do |o|
749
+ o.name = "BatchDescribeSimulationJob"
750
+ o.http_method = "POST"
751
+ o.http_request_uri = "/batchDescribeSimulationJob"
752
+ o.input = Shapes::ShapeRef.new(shape: BatchDescribeSimulationJobRequest)
753
+ o.output = Shapes::ShapeRef.new(shape: BatchDescribeSimulationJobResponse)
754
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
755
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
756
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
757
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
758
+ end)
759
+
760
+ api.add_operation(:cancel_simulation_job, Seahorse::Model::Operation.new.tap do |o|
761
+ o.name = "CancelSimulationJob"
762
+ o.http_method = "POST"
763
+ o.http_request_uri = "/cancelSimulationJob"
764
+ o.input = Shapes::ShapeRef.new(shape: CancelSimulationJobRequest)
765
+ o.output = Shapes::ShapeRef.new(shape: CancelSimulationJobResponse)
766
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
767
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
768
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
769
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
770
+ end)
771
+
772
+ api.add_operation(:create_deployment_job, Seahorse::Model::Operation.new.tap do |o|
773
+ o.name = "CreateDeploymentJob"
774
+ o.http_method = "POST"
775
+ o.http_request_uri = "/createDeploymentJob"
776
+ o.input = Shapes::ShapeRef.new(shape: CreateDeploymentJobRequest)
777
+ o.output = Shapes::ShapeRef.new(shape: CreateDeploymentJobResponse)
778
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
779
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
780
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
781
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
782
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
783
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentDeploymentException)
784
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
785
+ end)
786
+
787
+ api.add_operation(:create_fleet, Seahorse::Model::Operation.new.tap do |o|
788
+ o.name = "CreateFleet"
789
+ o.http_method = "POST"
790
+ o.http_request_uri = "/createFleet"
791
+ o.input = Shapes::ShapeRef.new(shape: CreateFleetRequest)
792
+ o.output = Shapes::ShapeRef.new(shape: CreateFleetResponse)
793
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
794
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
795
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
796
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
797
+ end)
798
+
799
+ api.add_operation(:create_robot, Seahorse::Model::Operation.new.tap do |o|
800
+ o.name = "CreateRobot"
801
+ o.http_method = "POST"
802
+ o.http_request_uri = "/createRobot"
803
+ o.input = Shapes::ShapeRef.new(shape: CreateRobotRequest)
804
+ o.output = Shapes::ShapeRef.new(shape: CreateRobotResponse)
805
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
806
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
807
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
808
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
809
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
810
+ end)
811
+
812
+ api.add_operation(:create_robot_application, Seahorse::Model::Operation.new.tap do |o|
813
+ o.name = "CreateRobotApplication"
814
+ o.http_method = "POST"
815
+ o.http_request_uri = "/createRobotApplication"
816
+ o.input = Shapes::ShapeRef.new(shape: CreateRobotApplicationRequest)
817
+ o.output = Shapes::ShapeRef.new(shape: CreateRobotApplicationResponse)
818
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
819
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
820
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
821
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
822
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
823
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
824
+ end)
825
+
826
+ api.add_operation(:create_robot_application_version, Seahorse::Model::Operation.new.tap do |o|
827
+ o.name = "CreateRobotApplicationVersion"
828
+ o.http_method = "POST"
829
+ o.http_request_uri = "/createRobotApplicationVersion"
830
+ o.input = Shapes::ShapeRef.new(shape: CreateRobotApplicationVersionRequest)
831
+ o.output = Shapes::ShapeRef.new(shape: CreateRobotApplicationVersionResponse)
832
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
833
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
834
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
835
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
836
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
837
+ end)
838
+
839
+ api.add_operation(:create_simulation_application, Seahorse::Model::Operation.new.tap do |o|
840
+ o.name = "CreateSimulationApplication"
841
+ o.http_method = "POST"
842
+ o.http_request_uri = "/createSimulationApplication"
843
+ o.input = Shapes::ShapeRef.new(shape: CreateSimulationApplicationRequest)
844
+ o.output = Shapes::ShapeRef.new(shape: CreateSimulationApplicationResponse)
845
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
846
+ o.errors << Shapes::ShapeRef.new(shape: ResourceAlreadyExistsException)
847
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
848
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
849
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
850
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
851
+ end)
852
+
853
+ api.add_operation(:create_simulation_application_version, Seahorse::Model::Operation.new.tap do |o|
854
+ o.name = "CreateSimulationApplicationVersion"
855
+ o.http_method = "POST"
856
+ o.http_request_uri = "/createSimulationApplicationVersion"
857
+ o.input = Shapes::ShapeRef.new(shape: CreateSimulationApplicationVersionRequest)
858
+ o.output = Shapes::ShapeRef.new(shape: CreateSimulationApplicationVersionResponse)
859
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
860
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
861
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
862
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
863
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
864
+ end)
865
+
866
+ api.add_operation(:create_simulation_job, Seahorse::Model::Operation.new.tap do |o|
867
+ o.name = "CreateSimulationJob"
868
+ o.http_method = "POST"
869
+ o.http_request_uri = "/createSimulationJob"
870
+ o.input = Shapes::ShapeRef.new(shape: CreateSimulationJobRequest)
871
+ o.output = Shapes::ShapeRef.new(shape: CreateSimulationJobResponse)
872
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
873
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
874
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
875
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
876
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
877
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
878
+ end)
879
+
880
+ api.add_operation(:delete_fleet, Seahorse::Model::Operation.new.tap do |o|
881
+ o.name = "DeleteFleet"
882
+ o.http_method = "POST"
883
+ o.http_request_uri = "/deleteFleet"
884
+ o.input = Shapes::ShapeRef.new(shape: DeleteFleetRequest)
885
+ o.output = Shapes::ShapeRef.new(shape: DeleteFleetResponse)
886
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
887
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
888
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
889
+ end)
890
+
891
+ api.add_operation(:delete_robot, Seahorse::Model::Operation.new.tap do |o|
892
+ o.name = "DeleteRobot"
893
+ o.http_method = "POST"
894
+ o.http_request_uri = "/deleteRobot"
895
+ o.input = Shapes::ShapeRef.new(shape: DeleteRobotRequest)
896
+ o.output = Shapes::ShapeRef.new(shape: DeleteRobotResponse)
897
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
898
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
899
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
900
+ end)
901
+
902
+ api.add_operation(:delete_robot_application, Seahorse::Model::Operation.new.tap do |o|
903
+ o.name = "DeleteRobotApplication"
904
+ o.http_method = "POST"
905
+ o.http_request_uri = "/deleteRobotApplication"
906
+ o.input = Shapes::ShapeRef.new(shape: DeleteRobotApplicationRequest)
907
+ o.output = Shapes::ShapeRef.new(shape: DeleteRobotApplicationResponse)
908
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
909
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
910
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
911
+ end)
912
+
913
+ api.add_operation(:delete_simulation_application, Seahorse::Model::Operation.new.tap do |o|
914
+ o.name = "DeleteSimulationApplication"
915
+ o.http_method = "POST"
916
+ o.http_request_uri = "/deleteSimulationApplication"
917
+ o.input = Shapes::ShapeRef.new(shape: DeleteSimulationApplicationRequest)
918
+ o.output = Shapes::ShapeRef.new(shape: DeleteSimulationApplicationResponse)
919
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
920
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
921
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
922
+ end)
923
+
924
+ api.add_operation(:deregister_robot, Seahorse::Model::Operation.new.tap do |o|
925
+ o.name = "DeregisterRobot"
926
+ o.http_method = "POST"
927
+ o.http_request_uri = "/deregisterRobot"
928
+ o.input = Shapes::ShapeRef.new(shape: DeregisterRobotRequest)
929
+ o.output = Shapes::ShapeRef.new(shape: DeregisterRobotResponse)
930
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
931
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
932
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
933
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
934
+ end)
935
+
936
+ api.add_operation(:describe_deployment_job, Seahorse::Model::Operation.new.tap do |o|
937
+ o.name = "DescribeDeploymentJob"
938
+ o.http_method = "POST"
939
+ o.http_request_uri = "/describeDeploymentJob"
940
+ o.input = Shapes::ShapeRef.new(shape: DescribeDeploymentJobRequest)
941
+ o.output = Shapes::ShapeRef.new(shape: DescribeDeploymentJobResponse)
942
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
943
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
944
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
945
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
946
+ end)
947
+
948
+ api.add_operation(:describe_fleet, Seahorse::Model::Operation.new.tap do |o|
949
+ o.name = "DescribeFleet"
950
+ o.http_method = "POST"
951
+ o.http_request_uri = "/describeFleet"
952
+ o.input = Shapes::ShapeRef.new(shape: DescribeFleetRequest)
953
+ o.output = Shapes::ShapeRef.new(shape: DescribeFleetResponse)
954
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
955
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
956
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
957
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
958
+ end)
959
+
960
+ api.add_operation(:describe_robot, Seahorse::Model::Operation.new.tap do |o|
961
+ o.name = "DescribeRobot"
962
+ o.http_method = "POST"
963
+ o.http_request_uri = "/describeRobot"
964
+ o.input = Shapes::ShapeRef.new(shape: DescribeRobotRequest)
965
+ o.output = Shapes::ShapeRef.new(shape: DescribeRobotResponse)
966
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
967
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
968
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
969
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
970
+ end)
971
+
972
+ api.add_operation(:describe_robot_application, Seahorse::Model::Operation.new.tap do |o|
973
+ o.name = "DescribeRobotApplication"
974
+ o.http_method = "POST"
975
+ o.http_request_uri = "/describeRobotApplication"
976
+ o.input = Shapes::ShapeRef.new(shape: DescribeRobotApplicationRequest)
977
+ o.output = Shapes::ShapeRef.new(shape: DescribeRobotApplicationResponse)
978
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
979
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
980
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
981
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
982
+ end)
983
+
984
+ api.add_operation(:describe_simulation_application, Seahorse::Model::Operation.new.tap do |o|
985
+ o.name = "DescribeSimulationApplication"
986
+ o.http_method = "POST"
987
+ o.http_request_uri = "/describeSimulationApplication"
988
+ o.input = Shapes::ShapeRef.new(shape: DescribeSimulationApplicationRequest)
989
+ o.output = Shapes::ShapeRef.new(shape: DescribeSimulationApplicationResponse)
990
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
991
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
992
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
993
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
994
+ end)
995
+
996
+ api.add_operation(:describe_simulation_job, Seahorse::Model::Operation.new.tap do |o|
997
+ o.name = "DescribeSimulationJob"
998
+ o.http_method = "POST"
999
+ o.http_request_uri = "/describeSimulationJob"
1000
+ o.input = Shapes::ShapeRef.new(shape: DescribeSimulationJobRequest)
1001
+ o.output = Shapes::ShapeRef.new(shape: DescribeSimulationJobResponse)
1002
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1003
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1004
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1005
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1006
+ end)
1007
+
1008
+ api.add_operation(:list_deployment_jobs, Seahorse::Model::Operation.new.tap do |o|
1009
+ o.name = "ListDeploymentJobs"
1010
+ o.http_method = "POST"
1011
+ o.http_request_uri = "/listDeploymentJobs"
1012
+ o.input = Shapes::ShapeRef.new(shape: ListDeploymentJobsRequest)
1013
+ o.output = Shapes::ShapeRef.new(shape: ListDeploymentJobsResponse)
1014
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1015
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1016
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1017
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1018
+ end)
1019
+
1020
+ api.add_operation(:list_fleets, Seahorse::Model::Operation.new.tap do |o|
1021
+ o.name = "ListFleets"
1022
+ o.http_method = "POST"
1023
+ o.http_request_uri = "/listFleets"
1024
+ o.input = Shapes::ShapeRef.new(shape: ListFleetsRequest)
1025
+ o.output = Shapes::ShapeRef.new(shape: ListFleetsResponse)
1026
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1027
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1028
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1029
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1030
+ end)
1031
+
1032
+ api.add_operation(:list_robot_applications, Seahorse::Model::Operation.new.tap do |o|
1033
+ o.name = "ListRobotApplications"
1034
+ o.http_method = "POST"
1035
+ o.http_request_uri = "/listRobotApplications"
1036
+ o.input = Shapes::ShapeRef.new(shape: ListRobotApplicationsRequest)
1037
+ o.output = Shapes::ShapeRef.new(shape: ListRobotApplicationsResponse)
1038
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1039
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1040
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1041
+ end)
1042
+
1043
+ api.add_operation(:list_robots, Seahorse::Model::Operation.new.tap do |o|
1044
+ o.name = "ListRobots"
1045
+ o.http_method = "POST"
1046
+ o.http_request_uri = "/listRobots"
1047
+ o.input = Shapes::ShapeRef.new(shape: ListRobotsRequest)
1048
+ o.output = Shapes::ShapeRef.new(shape: ListRobotsResponse)
1049
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1050
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1051
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1052
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1053
+ end)
1054
+
1055
+ api.add_operation(:list_simulation_applications, Seahorse::Model::Operation.new.tap do |o|
1056
+ o.name = "ListSimulationApplications"
1057
+ o.http_method = "POST"
1058
+ o.http_request_uri = "/listSimulationApplications"
1059
+ o.input = Shapes::ShapeRef.new(shape: ListSimulationApplicationsRequest)
1060
+ o.output = Shapes::ShapeRef.new(shape: ListSimulationApplicationsResponse)
1061
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1062
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1063
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1064
+ end)
1065
+
1066
+ api.add_operation(:list_simulation_jobs, Seahorse::Model::Operation.new.tap do |o|
1067
+ o.name = "ListSimulationJobs"
1068
+ o.http_method = "POST"
1069
+ o.http_request_uri = "/listSimulationJobs"
1070
+ o.input = Shapes::ShapeRef.new(shape: ListSimulationJobsRequest)
1071
+ o.output = Shapes::ShapeRef.new(shape: ListSimulationJobsResponse)
1072
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1073
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1074
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1075
+ end)
1076
+
1077
+ api.add_operation(:register_robot, Seahorse::Model::Operation.new.tap do |o|
1078
+ o.name = "RegisterRobot"
1079
+ o.http_method = "POST"
1080
+ o.http_request_uri = "/registerRobot"
1081
+ o.input = Shapes::ShapeRef.new(shape: RegisterRobotRequest)
1082
+ o.output = Shapes::ShapeRef.new(shape: RegisterRobotResponse)
1083
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1084
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1085
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1086
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1087
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1088
+ end)
1089
+
1090
+ api.add_operation(:restart_simulation_job, Seahorse::Model::Operation.new.tap do |o|
1091
+ o.name = "RestartSimulationJob"
1092
+ o.http_method = "POST"
1093
+ o.http_request_uri = "/restartSimulationJob"
1094
+ o.input = Shapes::ShapeRef.new(shape: RestartSimulationJobRequest)
1095
+ o.output = Shapes::ShapeRef.new(shape: RestartSimulationJobResponse)
1096
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1097
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1098
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1099
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1100
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1101
+ end)
1102
+
1103
+ api.add_operation(:sync_deployment_job, Seahorse::Model::Operation.new.tap do |o|
1104
+ o.name = "SyncDeploymentJob"
1105
+ o.http_method = "POST"
1106
+ o.http_request_uri = "/syncDeploymentJob"
1107
+ o.input = Shapes::ShapeRef.new(shape: SyncDeploymentJobRequest)
1108
+ o.output = Shapes::ShapeRef.new(shape: SyncDeploymentJobResponse)
1109
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1110
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1111
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1112
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1113
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1114
+ o.errors << Shapes::ShapeRef.new(shape: ConcurrentDeploymentException)
1115
+ o.errors << Shapes::ShapeRef.new(shape: IdempotentParameterMismatchException)
1116
+ end)
1117
+
1118
+ api.add_operation(:update_robot_application, Seahorse::Model::Operation.new.tap do |o|
1119
+ o.name = "UpdateRobotApplication"
1120
+ o.http_method = "POST"
1121
+ o.http_request_uri = "/updateRobotApplication"
1122
+ o.input = Shapes::ShapeRef.new(shape: UpdateRobotApplicationRequest)
1123
+ o.output = Shapes::ShapeRef.new(shape: UpdateRobotApplicationResponse)
1124
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1125
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1126
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1127
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1128
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1129
+ end)
1130
+
1131
+ api.add_operation(:update_simulation_application, Seahorse::Model::Operation.new.tap do |o|
1132
+ o.name = "UpdateSimulationApplication"
1133
+ o.http_method = "POST"
1134
+ o.http_request_uri = "/updateSimulationApplication"
1135
+ o.input = Shapes::ShapeRef.new(shape: UpdateSimulationApplicationRequest)
1136
+ o.output = Shapes::ShapeRef.new(shape: UpdateSimulationApplicationResponse)
1137
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1138
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1139
+ o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
1140
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1141
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
1142
+ end)
1143
+ end
1144
+
1145
+ end
1146
+ end