aws-sdk-ecs 1.0.0.rc1 → 1.0.0.rc2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,1017 +1,1149 @@
1
1
  # WARNING ABOUT GENERATED CODE
2
2
  #
3
- # This file is generated. See the contributing for info on making contributions:
3
+ # This file is generated. See the contributing guide for more information:
4
4
  # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
5
5
  #
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
- module Aws
9
- module ECS
10
- # @api private
11
- module ClientApi
12
-
13
- include Seahorse::Model
14
-
15
- AgentUpdateStatus = Shapes::StringShape.new(name: 'AgentUpdateStatus')
16
- Attribute = Shapes::StructureShape.new(name: 'Attribute')
17
- Attributes = Shapes::ListShape.new(name: 'Attributes')
18
- Boolean = Shapes::BooleanShape.new(name: 'Boolean')
19
- BoxedBoolean = Shapes::BooleanShape.new(name: 'BoxedBoolean')
20
- BoxedInteger = Shapes::IntegerShape.new(name: 'BoxedInteger')
21
- ClientException = Shapes::StructureShape.new(name: 'ClientException')
22
- Cluster = Shapes::StructureShape.new(name: 'Cluster')
23
- ClusterContainsContainerInstancesException = Shapes::StructureShape.new(name: 'ClusterContainsContainerInstancesException')
24
- ClusterContainsServicesException = Shapes::StructureShape.new(name: 'ClusterContainsServicesException')
25
- ClusterNotFoundException = Shapes::StructureShape.new(name: 'ClusterNotFoundException')
26
- Clusters = Shapes::ListShape.new(name: 'Clusters')
27
- Container = Shapes::StructureShape.new(name: 'Container')
28
- ContainerDefinition = Shapes::StructureShape.new(name: 'ContainerDefinition')
29
- ContainerDefinitions = Shapes::ListShape.new(name: 'ContainerDefinitions')
30
- ContainerInstance = Shapes::StructureShape.new(name: 'ContainerInstance')
31
- ContainerInstances = Shapes::ListShape.new(name: 'ContainerInstances')
32
- ContainerOverride = Shapes::StructureShape.new(name: 'ContainerOverride')
33
- ContainerOverrides = Shapes::ListShape.new(name: 'ContainerOverrides')
34
- Containers = Shapes::ListShape.new(name: 'Containers')
35
- CreateClusterRequest = Shapes::StructureShape.new(name: 'CreateClusterRequest')
36
- CreateClusterResponse = Shapes::StructureShape.new(name: 'CreateClusterResponse')
37
- CreateServiceRequest = Shapes::StructureShape.new(name: 'CreateServiceRequest')
38
- CreateServiceResponse = Shapes::StructureShape.new(name: 'CreateServiceResponse')
39
- DeleteClusterRequest = Shapes::StructureShape.new(name: 'DeleteClusterRequest')
40
- DeleteClusterResponse = Shapes::StructureShape.new(name: 'DeleteClusterResponse')
41
- DeleteServiceRequest = Shapes::StructureShape.new(name: 'DeleteServiceRequest')
42
- DeleteServiceResponse = Shapes::StructureShape.new(name: 'DeleteServiceResponse')
43
- Deployment = Shapes::StructureShape.new(name: 'Deployment')
44
- DeploymentConfiguration = Shapes::StructureShape.new(name: 'DeploymentConfiguration')
45
- Deployments = Shapes::ListShape.new(name: 'Deployments')
46
- DeregisterContainerInstanceRequest = Shapes::StructureShape.new(name: 'DeregisterContainerInstanceRequest')
47
- DeregisterContainerInstanceResponse = Shapes::StructureShape.new(name: 'DeregisterContainerInstanceResponse')
48
- DeregisterTaskDefinitionRequest = Shapes::StructureShape.new(name: 'DeregisterTaskDefinitionRequest')
49
- DeregisterTaskDefinitionResponse = Shapes::StructureShape.new(name: 'DeregisterTaskDefinitionResponse')
50
- DescribeClustersRequest = Shapes::StructureShape.new(name: 'DescribeClustersRequest')
51
- DescribeClustersResponse = Shapes::StructureShape.new(name: 'DescribeClustersResponse')
52
- DescribeContainerInstancesRequest = Shapes::StructureShape.new(name: 'DescribeContainerInstancesRequest')
53
- DescribeContainerInstancesResponse = Shapes::StructureShape.new(name: 'DescribeContainerInstancesResponse')
54
- DescribeServicesRequest = Shapes::StructureShape.new(name: 'DescribeServicesRequest')
55
- DescribeServicesResponse = Shapes::StructureShape.new(name: 'DescribeServicesResponse')
56
- DescribeTaskDefinitionRequest = Shapes::StructureShape.new(name: 'DescribeTaskDefinitionRequest')
57
- DescribeTaskDefinitionResponse = Shapes::StructureShape.new(name: 'DescribeTaskDefinitionResponse')
58
- DescribeTasksRequest = Shapes::StructureShape.new(name: 'DescribeTasksRequest')
59
- DescribeTasksResponse = Shapes::StructureShape.new(name: 'DescribeTasksResponse')
60
- DesiredStatus = Shapes::StringShape.new(name: 'DesiredStatus')
61
- DiscoverPollEndpointRequest = Shapes::StructureShape.new(name: 'DiscoverPollEndpointRequest')
62
- DiscoverPollEndpointResponse = Shapes::StructureShape.new(name: 'DiscoverPollEndpointResponse')
63
- DockerLabelsMap = Shapes::MapShape.new(name: 'DockerLabelsMap')
64
- Double = Shapes::FloatShape.new(name: 'Double')
65
- EnvironmentVariables = Shapes::ListShape.new(name: 'EnvironmentVariables')
66
- Failure = Shapes::StructureShape.new(name: 'Failure')
67
- Failures = Shapes::ListShape.new(name: 'Failures')
68
- HostEntry = Shapes::StructureShape.new(name: 'HostEntry')
69
- HostEntryList = Shapes::ListShape.new(name: 'HostEntryList')
70
- HostVolumeProperties = Shapes::StructureShape.new(name: 'HostVolumeProperties')
71
- Integer = Shapes::IntegerShape.new(name: 'Integer')
72
- InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
73
- KeyValuePair = Shapes::StructureShape.new(name: 'KeyValuePair')
74
- ListClustersRequest = Shapes::StructureShape.new(name: 'ListClustersRequest')
75
- ListClustersResponse = Shapes::StructureShape.new(name: 'ListClustersResponse')
76
- ListContainerInstancesRequest = Shapes::StructureShape.new(name: 'ListContainerInstancesRequest')
77
- ListContainerInstancesResponse = Shapes::StructureShape.new(name: 'ListContainerInstancesResponse')
78
- ListServicesRequest = Shapes::StructureShape.new(name: 'ListServicesRequest')
79
- ListServicesResponse = Shapes::StructureShape.new(name: 'ListServicesResponse')
80
- ListTaskDefinitionFamiliesRequest = Shapes::StructureShape.new(name: 'ListTaskDefinitionFamiliesRequest')
81
- ListTaskDefinitionFamiliesResponse = Shapes::StructureShape.new(name: 'ListTaskDefinitionFamiliesResponse')
82
- ListTaskDefinitionsRequest = Shapes::StructureShape.new(name: 'ListTaskDefinitionsRequest')
83
- ListTaskDefinitionsResponse = Shapes::StructureShape.new(name: 'ListTaskDefinitionsResponse')
84
- ListTasksRequest = Shapes::StructureShape.new(name: 'ListTasksRequest')
85
- ListTasksResponse = Shapes::StructureShape.new(name: 'ListTasksResponse')
86
- LoadBalancer = Shapes::StructureShape.new(name: 'LoadBalancer')
87
- LoadBalancers = Shapes::ListShape.new(name: 'LoadBalancers')
88
- LogConfiguration = Shapes::StructureShape.new(name: 'LogConfiguration')
89
- LogConfigurationOptionsMap = Shapes::MapShape.new(name: 'LogConfigurationOptionsMap')
90
- LogDriver = Shapes::StringShape.new(name: 'LogDriver')
91
- Long = Shapes::IntegerShape.new(name: 'Long')
92
- MissingVersionException = Shapes::StructureShape.new(name: 'MissingVersionException')
93
- MountPoint = Shapes::StructureShape.new(name: 'MountPoint')
94
- MountPointList = Shapes::ListShape.new(name: 'MountPointList')
95
- NetworkBinding = Shapes::StructureShape.new(name: 'NetworkBinding')
96
- NetworkBindings = Shapes::ListShape.new(name: 'NetworkBindings')
97
- NetworkMode = Shapes::StringShape.new(name: 'NetworkMode')
98
- NoUpdateAvailableException = Shapes::StructureShape.new(name: 'NoUpdateAvailableException')
99
- PortMapping = Shapes::StructureShape.new(name: 'PortMapping')
100
- PortMappingList = Shapes::ListShape.new(name: 'PortMappingList')
101
- RegisterContainerInstanceRequest = Shapes::StructureShape.new(name: 'RegisterContainerInstanceRequest')
102
- RegisterContainerInstanceResponse = Shapes::StructureShape.new(name: 'RegisterContainerInstanceResponse')
103
- RegisterTaskDefinitionRequest = Shapes::StructureShape.new(name: 'RegisterTaskDefinitionRequest')
104
- RegisterTaskDefinitionResponse = Shapes::StructureShape.new(name: 'RegisterTaskDefinitionResponse')
105
- RequiresAttributes = Shapes::ListShape.new(name: 'RequiresAttributes')
106
- Resource = Shapes::StructureShape.new(name: 'Resource')
107
- Resources = Shapes::ListShape.new(name: 'Resources')
108
- RunTaskRequest = Shapes::StructureShape.new(name: 'RunTaskRequest')
109
- RunTaskResponse = Shapes::StructureShape.new(name: 'RunTaskResponse')
110
- ServerException = Shapes::StructureShape.new(name: 'ServerException')
111
- Service = Shapes::StructureShape.new(name: 'Service')
112
- ServiceEvent = Shapes::StructureShape.new(name: 'ServiceEvent')
113
- ServiceEvents = Shapes::ListShape.new(name: 'ServiceEvents')
114
- ServiceNotActiveException = Shapes::StructureShape.new(name: 'ServiceNotActiveException')
115
- ServiceNotFoundException = Shapes::StructureShape.new(name: 'ServiceNotFoundException')
116
- Services = Shapes::ListShape.new(name: 'Services')
117
- SortOrder = Shapes::StringShape.new(name: 'SortOrder')
118
- StartTaskRequest = Shapes::StructureShape.new(name: 'StartTaskRequest')
119
- StartTaskResponse = Shapes::StructureShape.new(name: 'StartTaskResponse')
120
- StopTaskRequest = Shapes::StructureShape.new(name: 'StopTaskRequest')
121
- StopTaskResponse = Shapes::StructureShape.new(name: 'StopTaskResponse')
122
- String = Shapes::StringShape.new(name: 'String')
123
- StringList = Shapes::ListShape.new(name: 'StringList')
124
- SubmitContainerStateChangeRequest = Shapes::StructureShape.new(name: 'SubmitContainerStateChangeRequest')
125
- SubmitContainerStateChangeResponse = Shapes::StructureShape.new(name: 'SubmitContainerStateChangeResponse')
126
- SubmitTaskStateChangeRequest = Shapes::StructureShape.new(name: 'SubmitTaskStateChangeRequest')
127
- SubmitTaskStateChangeResponse = Shapes::StructureShape.new(name: 'SubmitTaskStateChangeResponse')
128
- Task = Shapes::StructureShape.new(name: 'Task')
129
- TaskDefinition = Shapes::StructureShape.new(name: 'TaskDefinition')
130
- TaskDefinitionFamilyStatus = Shapes::StringShape.new(name: 'TaskDefinitionFamilyStatus')
131
- TaskDefinitionStatus = Shapes::StringShape.new(name: 'TaskDefinitionStatus')
132
- TaskOverride = Shapes::StructureShape.new(name: 'TaskOverride')
133
- Tasks = Shapes::ListShape.new(name: 'Tasks')
134
- Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
135
- TransportProtocol = Shapes::StringShape.new(name: 'TransportProtocol')
136
- Ulimit = Shapes::StructureShape.new(name: 'Ulimit')
137
- UlimitList = Shapes::ListShape.new(name: 'UlimitList')
138
- UlimitName = Shapes::StringShape.new(name: 'UlimitName')
139
- UpdateContainerAgentRequest = Shapes::StructureShape.new(name: 'UpdateContainerAgentRequest')
140
- UpdateContainerAgentResponse = Shapes::StructureShape.new(name: 'UpdateContainerAgentResponse')
141
- UpdateInProgressException = Shapes::StructureShape.new(name: 'UpdateInProgressException')
142
- UpdateServiceRequest = Shapes::StructureShape.new(name: 'UpdateServiceRequest')
143
- UpdateServiceResponse = Shapes::StructureShape.new(name: 'UpdateServiceResponse')
144
- VersionInfo = Shapes::StructureShape.new(name: 'VersionInfo')
145
- Volume = Shapes::StructureShape.new(name: 'Volume')
146
- VolumeFrom = Shapes::StructureShape.new(name: 'VolumeFrom')
147
- VolumeFromList = Shapes::ListShape.new(name: 'VolumeFromList')
148
- VolumeList = Shapes::ListShape.new(name: 'VolumeList')
149
-
150
- Attribute.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
151
- Attribute.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
152
- Attribute.struct_class = Types::Attribute
153
-
154
- Attributes.member = Shapes::ShapeRef.new(shape: Attribute)
155
-
156
- Cluster.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "clusterArn"))
157
- Cluster.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, location_name: "clusterName"))
158
- Cluster.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
159
- Cluster.add_member(:registered_container_instances_count, Shapes::ShapeRef.new(shape: Integer, location_name: "registeredContainerInstancesCount"))
160
- Cluster.add_member(:running_tasks_count, Shapes::ShapeRef.new(shape: Integer, location_name: "runningTasksCount"))
161
- Cluster.add_member(:pending_tasks_count, Shapes::ShapeRef.new(shape: Integer, location_name: "pendingTasksCount"))
162
- Cluster.add_member(:active_services_count, Shapes::ShapeRef.new(shape: Integer, location_name: "activeServicesCount"))
163
- Cluster.struct_class = Types::Cluster
164
-
165
- Clusters.member = Shapes::ShapeRef.new(shape: Cluster)
166
-
167
- Container.add_member(:container_arn, Shapes::ShapeRef.new(shape: String, location_name: "containerArn"))
168
- Container.add_member(:task_arn, Shapes::ShapeRef.new(shape: String, location_name: "taskArn"))
169
- Container.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
170
- Container.add_member(:last_status, Shapes::ShapeRef.new(shape: String, location_name: "lastStatus"))
171
- Container.add_member(:exit_code, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "exitCode"))
172
- Container.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "reason"))
173
- Container.add_member(:network_bindings, Shapes::ShapeRef.new(shape: NetworkBindings, location_name: "networkBindings"))
174
- Container.struct_class = Types::Container
175
-
176
- ContainerDefinition.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
177
- ContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape: String, location_name: "image"))
178
- ContainerDefinition.add_member(:cpu, Shapes::ShapeRef.new(shape: Integer, location_name: "cpu"))
179
- ContainerDefinition.add_member(:memory, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "memory"))
180
- ContainerDefinition.add_member(:memory_reservation, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "memoryReservation"))
181
- ContainerDefinition.add_member(:links, Shapes::ShapeRef.new(shape: StringList, location_name: "links"))
182
- ContainerDefinition.add_member(:port_mappings, Shapes::ShapeRef.new(shape: PortMappingList, location_name: "portMappings"))
183
- ContainerDefinition.add_member(:essential, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "essential"))
184
- ContainerDefinition.add_member(:entry_point, Shapes::ShapeRef.new(shape: StringList, location_name: "entryPoint"))
185
- ContainerDefinition.add_member(:command, Shapes::ShapeRef.new(shape: StringList, location_name: "command"))
186
- ContainerDefinition.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentVariables, location_name: "environment"))
187
- ContainerDefinition.add_member(:mount_points, Shapes::ShapeRef.new(shape: MountPointList, location_name: "mountPoints"))
188
- ContainerDefinition.add_member(:volumes_from, Shapes::ShapeRef.new(shape: VolumeFromList, location_name: "volumesFrom"))
189
- ContainerDefinition.add_member(:hostname, Shapes::ShapeRef.new(shape: String, location_name: "hostname"))
190
- ContainerDefinition.add_member(:user, Shapes::ShapeRef.new(shape: String, location_name: "user"))
191
- ContainerDefinition.add_member(:working_directory, Shapes::ShapeRef.new(shape: String, location_name: "workingDirectory"))
192
- ContainerDefinition.add_member(:disable_networking, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "disableNetworking"))
193
- ContainerDefinition.add_member(:privileged, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "privileged"))
194
- ContainerDefinition.add_member(:readonly_root_filesystem, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "readonlyRootFilesystem"))
195
- ContainerDefinition.add_member(:dns_servers, Shapes::ShapeRef.new(shape: StringList, location_name: "dnsServers"))
196
- ContainerDefinition.add_member(:dns_search_domains, Shapes::ShapeRef.new(shape: StringList, location_name: "dnsSearchDomains"))
197
- ContainerDefinition.add_member(:extra_hosts, Shapes::ShapeRef.new(shape: HostEntryList, location_name: "extraHosts"))
198
- ContainerDefinition.add_member(:docker_security_options, Shapes::ShapeRef.new(shape: StringList, location_name: "dockerSecurityOptions"))
199
- ContainerDefinition.add_member(:docker_labels, Shapes::ShapeRef.new(shape: DockerLabelsMap, location_name: "dockerLabels"))
200
- ContainerDefinition.add_member(:ulimits, Shapes::ShapeRef.new(shape: UlimitList, location_name: "ulimits"))
201
- ContainerDefinition.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LogConfiguration, location_name: "logConfiguration"))
202
- ContainerDefinition.struct_class = Types::ContainerDefinition
203
-
204
- ContainerDefinitions.member = Shapes::ShapeRef.new(shape: ContainerDefinition)
205
-
206
- ContainerInstance.add_member(:container_instance_arn, Shapes::ShapeRef.new(shape: String, location_name: "containerInstanceArn"))
207
- ContainerInstance.add_member(:ec2_instance_id, Shapes::ShapeRef.new(shape: String, location_name: "ec2InstanceId"))
208
- ContainerInstance.add_member(:version, Shapes::ShapeRef.new(shape: Long, location_name: "version"))
209
- ContainerInstance.add_member(:version_info, Shapes::ShapeRef.new(shape: VersionInfo, location_name: "versionInfo"))
210
- ContainerInstance.add_member(:remaining_resources, Shapes::ShapeRef.new(shape: Resources, location_name: "remainingResources"))
211
- ContainerInstance.add_member(:registered_resources, Shapes::ShapeRef.new(shape: Resources, location_name: "registeredResources"))
212
- ContainerInstance.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
213
- ContainerInstance.add_member(:agent_connected, Shapes::ShapeRef.new(shape: Boolean, location_name: "agentConnected"))
214
- ContainerInstance.add_member(:running_tasks_count, Shapes::ShapeRef.new(shape: Integer, location_name: "runningTasksCount"))
215
- ContainerInstance.add_member(:pending_tasks_count, Shapes::ShapeRef.new(shape: Integer, location_name: "pendingTasksCount"))
216
- ContainerInstance.add_member(:agent_update_status, Shapes::ShapeRef.new(shape: AgentUpdateStatus, location_name: "agentUpdateStatus"))
217
- ContainerInstance.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "attributes"))
218
- ContainerInstance.struct_class = Types::ContainerInstance
219
-
220
- ContainerInstances.member = Shapes::ShapeRef.new(shape: ContainerInstance)
221
-
222
- ContainerOverride.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
223
- ContainerOverride.add_member(:command, Shapes::ShapeRef.new(shape: StringList, location_name: "command"))
224
- ContainerOverride.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentVariables, location_name: "environment"))
225
- ContainerOverride.struct_class = Types::ContainerOverride
226
-
227
- ContainerOverrides.member = Shapes::ShapeRef.new(shape: ContainerOverride)
228
-
229
- Containers.member = Shapes::ShapeRef.new(shape: Container)
230
-
231
- CreateClusterRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, location_name: "clusterName"))
232
- CreateClusterRequest.struct_class = Types::CreateClusterRequest
233
-
234
- CreateClusterResponse.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "cluster"))
235
- CreateClusterResponse.struct_class = Types::CreateClusterResponse
236
-
237
- CreateServiceRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
238
- CreateServiceRequest.add_member(:service_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "serviceName"))
239
- CreateServiceRequest.add_member(:task_definition, Shapes::ShapeRef.new(shape: String, required: true, location_name: "taskDefinition"))
240
- CreateServiceRequest.add_member(:load_balancers, Shapes::ShapeRef.new(shape: LoadBalancers, location_name: "loadBalancers"))
241
- CreateServiceRequest.add_member(:desired_count, Shapes::ShapeRef.new(shape: BoxedInteger, required: true, location_name: "desiredCount"))
242
- CreateServiceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken"))
243
- CreateServiceRequest.add_member(:role, Shapes::ShapeRef.new(shape: String, location_name: "role"))
244
- CreateServiceRequest.add_member(:deployment_configuration, Shapes::ShapeRef.new(shape: DeploymentConfiguration, location_name: "deploymentConfiguration"))
245
- CreateServiceRequest.struct_class = Types::CreateServiceRequest
246
-
247
- CreateServiceResponse.add_member(:service, Shapes::ShapeRef.new(shape: Service, location_name: "service"))
248
- CreateServiceResponse.struct_class = Types::CreateServiceResponse
249
-
250
- DeleteClusterRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, required: true, location_name: "cluster"))
251
- DeleteClusterRequest.struct_class = Types::DeleteClusterRequest
252
-
253
- DeleteClusterResponse.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "cluster"))
254
- DeleteClusterResponse.struct_class = Types::DeleteClusterResponse
255
-
256
- DeleteServiceRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
257
- DeleteServiceRequest.add_member(:service, Shapes::ShapeRef.new(shape: String, required: true, location_name: "service"))
258
- DeleteServiceRequest.struct_class = Types::DeleteServiceRequest
259
-
260
- DeleteServiceResponse.add_member(:service, Shapes::ShapeRef.new(shape: Service, location_name: "service"))
261
- DeleteServiceResponse.struct_class = Types::DeleteServiceResponse
262
-
263
- Deployment.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
264
- Deployment.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
265
- Deployment.add_member(:task_definition, Shapes::ShapeRef.new(shape: String, location_name: "taskDefinition"))
266
- Deployment.add_member(:desired_count, Shapes::ShapeRef.new(shape: Integer, location_name: "desiredCount"))
267
- Deployment.add_member(:pending_count, Shapes::ShapeRef.new(shape: Integer, location_name: "pendingCount"))
268
- Deployment.add_member(:running_count, Shapes::ShapeRef.new(shape: Integer, location_name: "runningCount"))
269
- Deployment.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
270
- Deployment.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
271
- Deployment.struct_class = Types::Deployment
272
-
273
- DeploymentConfiguration.add_member(:maximum_percent, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "maximumPercent"))
274
- DeploymentConfiguration.add_member(:minimum_healthy_percent, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "minimumHealthyPercent"))
275
- DeploymentConfiguration.struct_class = Types::DeploymentConfiguration
276
-
277
- Deployments.member = Shapes::ShapeRef.new(shape: Deployment)
278
-
279
- DeregisterContainerInstanceRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
280
- DeregisterContainerInstanceRequest.add_member(:container_instance, Shapes::ShapeRef.new(shape: String, required: true, location_name: "containerInstance"))
281
- DeregisterContainerInstanceRequest.add_member(:force, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "force"))
282
- DeregisterContainerInstanceRequest.struct_class = Types::DeregisterContainerInstanceRequest
283
-
284
- DeregisterContainerInstanceResponse.add_member(:container_instance, Shapes::ShapeRef.new(shape: ContainerInstance, location_name: "containerInstance"))
285
- DeregisterContainerInstanceResponse.struct_class = Types::DeregisterContainerInstanceResponse
286
-
287
- DeregisterTaskDefinitionRequest.add_member(:task_definition, Shapes::ShapeRef.new(shape: String, required: true, location_name: "taskDefinition"))
288
- DeregisterTaskDefinitionRequest.struct_class = Types::DeregisterTaskDefinitionRequest
289
-
290
- DeregisterTaskDefinitionResponse.add_member(:task_definition, Shapes::ShapeRef.new(shape: TaskDefinition, location_name: "taskDefinition"))
291
- DeregisterTaskDefinitionResponse.struct_class = Types::DeregisterTaskDefinitionResponse
292
-
293
- DescribeClustersRequest.add_member(:clusters, Shapes::ShapeRef.new(shape: StringList, location_name: "clusters"))
294
- DescribeClustersRequest.struct_class = Types::DescribeClustersRequest
295
-
296
- DescribeClustersResponse.add_member(:clusters, Shapes::ShapeRef.new(shape: Clusters, location_name: "clusters"))
297
- DescribeClustersResponse.add_member(:failures, Shapes::ShapeRef.new(shape: Failures, location_name: "failures"))
298
- DescribeClustersResponse.struct_class = Types::DescribeClustersResponse
299
-
300
- DescribeContainerInstancesRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
301
- DescribeContainerInstancesRequest.add_member(:container_instances, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "containerInstances"))
302
- DescribeContainerInstancesRequest.struct_class = Types::DescribeContainerInstancesRequest
303
-
304
- DescribeContainerInstancesResponse.add_member(:container_instances, Shapes::ShapeRef.new(shape: ContainerInstances, location_name: "containerInstances"))
305
- DescribeContainerInstancesResponse.add_member(:failures, Shapes::ShapeRef.new(shape: Failures, location_name: "failures"))
306
- DescribeContainerInstancesResponse.struct_class = Types::DescribeContainerInstancesResponse
307
-
308
- DescribeServicesRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
309
- DescribeServicesRequest.add_member(:services, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "services"))
310
- DescribeServicesRequest.struct_class = Types::DescribeServicesRequest
311
-
312
- DescribeServicesResponse.add_member(:services, Shapes::ShapeRef.new(shape: Services, location_name: "services"))
313
- DescribeServicesResponse.add_member(:failures, Shapes::ShapeRef.new(shape: Failures, location_name: "failures"))
314
- DescribeServicesResponse.struct_class = Types::DescribeServicesResponse
315
-
316
- DescribeTaskDefinitionRequest.add_member(:task_definition, Shapes::ShapeRef.new(shape: String, required: true, location_name: "taskDefinition"))
317
- DescribeTaskDefinitionRequest.struct_class = Types::DescribeTaskDefinitionRequest
8
+ module Aws::ECS
9
+ # @api private
10
+ module ClientApi
11
+
12
+ include Seahorse::Model
13
+
14
+ AgentUpdateStatus = Shapes::StringShape.new(name: 'AgentUpdateStatus')
15
+ Attribute = Shapes::StructureShape.new(name: 'Attribute')
16
+ AttributeLimitExceededException = Shapes::StructureShape.new(name: 'AttributeLimitExceededException')
17
+ Attributes = Shapes::ListShape.new(name: 'Attributes')
18
+ Boolean = Shapes::BooleanShape.new(name: 'Boolean')
19
+ BoxedBoolean = Shapes::BooleanShape.new(name: 'BoxedBoolean')
20
+ BoxedInteger = Shapes::IntegerShape.new(name: 'BoxedInteger')
21
+ ClientException = Shapes::StructureShape.new(name: 'ClientException')
22
+ Cluster = Shapes::StructureShape.new(name: 'Cluster')
23
+ ClusterContainsContainerInstancesException = Shapes::StructureShape.new(name: 'ClusterContainsContainerInstancesException')
24
+ ClusterContainsServicesException = Shapes::StructureShape.new(name: 'ClusterContainsServicesException')
25
+ ClusterNotFoundException = Shapes::StructureShape.new(name: 'ClusterNotFoundException')
26
+ Clusters = Shapes::ListShape.new(name: 'Clusters')
27
+ Container = Shapes::StructureShape.new(name: 'Container')
28
+ ContainerDefinition = Shapes::StructureShape.new(name: 'ContainerDefinition')
29
+ ContainerDefinitions = Shapes::ListShape.new(name: 'ContainerDefinitions')
30
+ ContainerInstance = Shapes::StructureShape.new(name: 'ContainerInstance')
31
+ ContainerInstanceStatus = Shapes::StringShape.new(name: 'ContainerInstanceStatus')
32
+ ContainerInstances = Shapes::ListShape.new(name: 'ContainerInstances')
33
+ ContainerOverride = Shapes::StructureShape.new(name: 'ContainerOverride')
34
+ ContainerOverrides = Shapes::ListShape.new(name: 'ContainerOverrides')
35
+ Containers = Shapes::ListShape.new(name: 'Containers')
36
+ CreateClusterRequest = Shapes::StructureShape.new(name: 'CreateClusterRequest')
37
+ CreateClusterResponse = Shapes::StructureShape.new(name: 'CreateClusterResponse')
38
+ CreateServiceRequest = Shapes::StructureShape.new(name: 'CreateServiceRequest')
39
+ CreateServiceResponse = Shapes::StructureShape.new(name: 'CreateServiceResponse')
40
+ DeleteAttributesRequest = Shapes::StructureShape.new(name: 'DeleteAttributesRequest')
41
+ DeleteAttributesResponse = Shapes::StructureShape.new(name: 'DeleteAttributesResponse')
42
+ DeleteClusterRequest = Shapes::StructureShape.new(name: 'DeleteClusterRequest')
43
+ DeleteClusterResponse = Shapes::StructureShape.new(name: 'DeleteClusterResponse')
44
+ DeleteServiceRequest = Shapes::StructureShape.new(name: 'DeleteServiceRequest')
45
+ DeleteServiceResponse = Shapes::StructureShape.new(name: 'DeleteServiceResponse')
46
+ Deployment = Shapes::StructureShape.new(name: 'Deployment')
47
+ DeploymentConfiguration = Shapes::StructureShape.new(name: 'DeploymentConfiguration')
48
+ Deployments = Shapes::ListShape.new(name: 'Deployments')
49
+ DeregisterContainerInstanceRequest = Shapes::StructureShape.new(name: 'DeregisterContainerInstanceRequest')
50
+ DeregisterContainerInstanceResponse = Shapes::StructureShape.new(name: 'DeregisterContainerInstanceResponse')
51
+ DeregisterTaskDefinitionRequest = Shapes::StructureShape.new(name: 'DeregisterTaskDefinitionRequest')
52
+ DeregisterTaskDefinitionResponse = Shapes::StructureShape.new(name: 'DeregisterTaskDefinitionResponse')
53
+ DescribeClustersRequest = Shapes::StructureShape.new(name: 'DescribeClustersRequest')
54
+ DescribeClustersResponse = Shapes::StructureShape.new(name: 'DescribeClustersResponse')
55
+ DescribeContainerInstancesRequest = Shapes::StructureShape.new(name: 'DescribeContainerInstancesRequest')
56
+ DescribeContainerInstancesResponse = Shapes::StructureShape.new(name: 'DescribeContainerInstancesResponse')
57
+ DescribeServicesRequest = Shapes::StructureShape.new(name: 'DescribeServicesRequest')
58
+ DescribeServicesResponse = Shapes::StructureShape.new(name: 'DescribeServicesResponse')
59
+ DescribeTaskDefinitionRequest = Shapes::StructureShape.new(name: 'DescribeTaskDefinitionRequest')
60
+ DescribeTaskDefinitionResponse = Shapes::StructureShape.new(name: 'DescribeTaskDefinitionResponse')
61
+ DescribeTasksRequest = Shapes::StructureShape.new(name: 'DescribeTasksRequest')
62
+ DescribeTasksResponse = Shapes::StructureShape.new(name: 'DescribeTasksResponse')
63
+ DesiredStatus = Shapes::StringShape.new(name: 'DesiredStatus')
64
+ DiscoverPollEndpointRequest = Shapes::StructureShape.new(name: 'DiscoverPollEndpointRequest')
65
+ DiscoverPollEndpointResponse = Shapes::StructureShape.new(name: 'DiscoverPollEndpointResponse')
66
+ DockerLabelsMap = Shapes::MapShape.new(name: 'DockerLabelsMap')
67
+ Double = Shapes::FloatShape.new(name: 'Double')
68
+ EnvironmentVariables = Shapes::ListShape.new(name: 'EnvironmentVariables')
69
+ Failure = Shapes::StructureShape.new(name: 'Failure')
70
+ Failures = Shapes::ListShape.new(name: 'Failures')
71
+ HostEntry = Shapes::StructureShape.new(name: 'HostEntry')
72
+ HostEntryList = Shapes::ListShape.new(name: 'HostEntryList')
73
+ HostVolumeProperties = Shapes::StructureShape.new(name: 'HostVolumeProperties')
74
+ Integer = Shapes::IntegerShape.new(name: 'Integer')
75
+ InvalidParameterException = Shapes::StructureShape.new(name: 'InvalidParameterException')
76
+ KeyValuePair = Shapes::StructureShape.new(name: 'KeyValuePair')
77
+ ListAttributesRequest = Shapes::StructureShape.new(name: 'ListAttributesRequest')
78
+ ListAttributesResponse = Shapes::StructureShape.new(name: 'ListAttributesResponse')
79
+ ListClustersRequest = Shapes::StructureShape.new(name: 'ListClustersRequest')
80
+ ListClustersResponse = Shapes::StructureShape.new(name: 'ListClustersResponse')
81
+ ListContainerInstancesRequest = Shapes::StructureShape.new(name: 'ListContainerInstancesRequest')
82
+ ListContainerInstancesResponse = Shapes::StructureShape.new(name: 'ListContainerInstancesResponse')
83
+ ListServicesRequest = Shapes::StructureShape.new(name: 'ListServicesRequest')
84
+ ListServicesResponse = Shapes::StructureShape.new(name: 'ListServicesResponse')
85
+ ListTaskDefinitionFamiliesRequest = Shapes::StructureShape.new(name: 'ListTaskDefinitionFamiliesRequest')
86
+ ListTaskDefinitionFamiliesResponse = Shapes::StructureShape.new(name: 'ListTaskDefinitionFamiliesResponse')
87
+ ListTaskDefinitionsRequest = Shapes::StructureShape.new(name: 'ListTaskDefinitionsRequest')
88
+ ListTaskDefinitionsResponse = Shapes::StructureShape.new(name: 'ListTaskDefinitionsResponse')
89
+ ListTasksRequest = Shapes::StructureShape.new(name: 'ListTasksRequest')
90
+ ListTasksResponse = Shapes::StructureShape.new(name: 'ListTasksResponse')
91
+ LoadBalancer = Shapes::StructureShape.new(name: 'LoadBalancer')
92
+ LoadBalancers = Shapes::ListShape.new(name: 'LoadBalancers')
93
+ LogConfiguration = Shapes::StructureShape.new(name: 'LogConfiguration')
94
+ LogConfigurationOptionsMap = Shapes::MapShape.new(name: 'LogConfigurationOptionsMap')
95
+ LogDriver = Shapes::StringShape.new(name: 'LogDriver')
96
+ Long = Shapes::IntegerShape.new(name: 'Long')
97
+ MissingVersionException = Shapes::StructureShape.new(name: 'MissingVersionException')
98
+ MountPoint = Shapes::StructureShape.new(name: 'MountPoint')
99
+ MountPointList = Shapes::ListShape.new(name: 'MountPointList')
100
+ NetworkBinding = Shapes::StructureShape.new(name: 'NetworkBinding')
101
+ NetworkBindings = Shapes::ListShape.new(name: 'NetworkBindings')
102
+ NetworkMode = Shapes::StringShape.new(name: 'NetworkMode')
103
+ NoUpdateAvailableException = Shapes::StructureShape.new(name: 'NoUpdateAvailableException')
104
+ PlacementConstraint = Shapes::StructureShape.new(name: 'PlacementConstraint')
105
+ PlacementConstraintType = Shapes::StringShape.new(name: 'PlacementConstraintType')
106
+ PlacementConstraints = Shapes::ListShape.new(name: 'PlacementConstraints')
107
+ PlacementStrategies = Shapes::ListShape.new(name: 'PlacementStrategies')
108
+ PlacementStrategy = Shapes::StructureShape.new(name: 'PlacementStrategy')
109
+ PlacementStrategyType = Shapes::StringShape.new(name: 'PlacementStrategyType')
110
+ PortMapping = Shapes::StructureShape.new(name: 'PortMapping')
111
+ PortMappingList = Shapes::ListShape.new(name: 'PortMappingList')
112
+ PutAttributesRequest = Shapes::StructureShape.new(name: 'PutAttributesRequest')
113
+ PutAttributesResponse = Shapes::StructureShape.new(name: 'PutAttributesResponse')
114
+ RegisterContainerInstanceRequest = Shapes::StructureShape.new(name: 'RegisterContainerInstanceRequest')
115
+ RegisterContainerInstanceResponse = Shapes::StructureShape.new(name: 'RegisterContainerInstanceResponse')
116
+ RegisterTaskDefinitionRequest = Shapes::StructureShape.new(name: 'RegisterTaskDefinitionRequest')
117
+ RegisterTaskDefinitionResponse = Shapes::StructureShape.new(name: 'RegisterTaskDefinitionResponse')
118
+ RequiresAttributes = Shapes::ListShape.new(name: 'RequiresAttributes')
119
+ Resource = Shapes::StructureShape.new(name: 'Resource')
120
+ Resources = Shapes::ListShape.new(name: 'Resources')
121
+ RunTaskRequest = Shapes::StructureShape.new(name: 'RunTaskRequest')
122
+ RunTaskResponse = Shapes::StructureShape.new(name: 'RunTaskResponse')
123
+ ServerException = Shapes::StructureShape.new(name: 'ServerException')
124
+ Service = Shapes::StructureShape.new(name: 'Service')
125
+ ServiceEvent = Shapes::StructureShape.new(name: 'ServiceEvent')
126
+ ServiceEvents = Shapes::ListShape.new(name: 'ServiceEvents')
127
+ ServiceNotActiveException = Shapes::StructureShape.new(name: 'ServiceNotActiveException')
128
+ ServiceNotFoundException = Shapes::StructureShape.new(name: 'ServiceNotFoundException')
129
+ Services = Shapes::ListShape.new(name: 'Services')
130
+ SortOrder = Shapes::StringShape.new(name: 'SortOrder')
131
+ StartTaskRequest = Shapes::StructureShape.new(name: 'StartTaskRequest')
132
+ StartTaskResponse = Shapes::StructureShape.new(name: 'StartTaskResponse')
133
+ StopTaskRequest = Shapes::StructureShape.new(name: 'StopTaskRequest')
134
+ StopTaskResponse = Shapes::StructureShape.new(name: 'StopTaskResponse')
135
+ String = Shapes::StringShape.new(name: 'String')
136
+ StringList = Shapes::ListShape.new(name: 'StringList')
137
+ SubmitContainerStateChangeRequest = Shapes::StructureShape.new(name: 'SubmitContainerStateChangeRequest')
138
+ SubmitContainerStateChangeResponse = Shapes::StructureShape.new(name: 'SubmitContainerStateChangeResponse')
139
+ SubmitTaskStateChangeRequest = Shapes::StructureShape.new(name: 'SubmitTaskStateChangeRequest')
140
+ SubmitTaskStateChangeResponse = Shapes::StructureShape.new(name: 'SubmitTaskStateChangeResponse')
141
+ TargetNotFoundException = Shapes::StructureShape.new(name: 'TargetNotFoundException')
142
+ TargetType = Shapes::StringShape.new(name: 'TargetType')
143
+ Task = Shapes::StructureShape.new(name: 'Task')
144
+ TaskDefinition = Shapes::StructureShape.new(name: 'TaskDefinition')
145
+ TaskDefinitionFamilyStatus = Shapes::StringShape.new(name: 'TaskDefinitionFamilyStatus')
146
+ TaskDefinitionPlacementConstraint = Shapes::StructureShape.new(name: 'TaskDefinitionPlacementConstraint')
147
+ TaskDefinitionPlacementConstraintType = Shapes::StringShape.new(name: 'TaskDefinitionPlacementConstraintType')
148
+ TaskDefinitionPlacementConstraints = Shapes::ListShape.new(name: 'TaskDefinitionPlacementConstraints')
149
+ TaskDefinitionStatus = Shapes::StringShape.new(name: 'TaskDefinitionStatus')
150
+ TaskOverride = Shapes::StructureShape.new(name: 'TaskOverride')
151
+ Tasks = Shapes::ListShape.new(name: 'Tasks')
152
+ Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
153
+ TransportProtocol = Shapes::StringShape.new(name: 'TransportProtocol')
154
+ Ulimit = Shapes::StructureShape.new(name: 'Ulimit')
155
+ UlimitList = Shapes::ListShape.new(name: 'UlimitList')
156
+ UlimitName = Shapes::StringShape.new(name: 'UlimitName')
157
+ UpdateContainerAgentRequest = Shapes::StructureShape.new(name: 'UpdateContainerAgentRequest')
158
+ UpdateContainerAgentResponse = Shapes::StructureShape.new(name: 'UpdateContainerAgentResponse')
159
+ UpdateContainerInstancesStateRequest = Shapes::StructureShape.new(name: 'UpdateContainerInstancesStateRequest')
160
+ UpdateContainerInstancesStateResponse = Shapes::StructureShape.new(name: 'UpdateContainerInstancesStateResponse')
161
+ UpdateInProgressException = Shapes::StructureShape.new(name: 'UpdateInProgressException')
162
+ UpdateServiceRequest = Shapes::StructureShape.new(name: 'UpdateServiceRequest')
163
+ UpdateServiceResponse = Shapes::StructureShape.new(name: 'UpdateServiceResponse')
164
+ VersionInfo = Shapes::StructureShape.new(name: 'VersionInfo')
165
+ Volume = Shapes::StructureShape.new(name: 'Volume')
166
+ VolumeFrom = Shapes::StructureShape.new(name: 'VolumeFrom')
167
+ VolumeFromList = Shapes::ListShape.new(name: 'VolumeFromList')
168
+ VolumeList = Shapes::ListShape.new(name: 'VolumeList')
169
+
170
+ Attribute.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
171
+ Attribute.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
172
+ Attribute.add_member(:target_type, Shapes::ShapeRef.new(shape: TargetType, location_name: "targetType"))
173
+ Attribute.add_member(:target_id, Shapes::ShapeRef.new(shape: String, location_name: "targetId"))
174
+ Attribute.struct_class = Types::Attribute
175
+
176
+ Attributes.member = Shapes::ShapeRef.new(shape: Attribute)
177
+
178
+ Cluster.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "clusterArn"))
179
+ Cluster.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, location_name: "clusterName"))
180
+ Cluster.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
181
+ Cluster.add_member(:registered_container_instances_count, Shapes::ShapeRef.new(shape: Integer, location_name: "registeredContainerInstancesCount"))
182
+ Cluster.add_member(:running_tasks_count, Shapes::ShapeRef.new(shape: Integer, location_name: "runningTasksCount"))
183
+ Cluster.add_member(:pending_tasks_count, Shapes::ShapeRef.new(shape: Integer, location_name: "pendingTasksCount"))
184
+ Cluster.add_member(:active_services_count, Shapes::ShapeRef.new(shape: Integer, location_name: "activeServicesCount"))
185
+ Cluster.struct_class = Types::Cluster
186
+
187
+ Clusters.member = Shapes::ShapeRef.new(shape: Cluster)
188
+
189
+ Container.add_member(:container_arn, Shapes::ShapeRef.new(shape: String, location_name: "containerArn"))
190
+ Container.add_member(:task_arn, Shapes::ShapeRef.new(shape: String, location_name: "taskArn"))
191
+ Container.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
192
+ Container.add_member(:last_status, Shapes::ShapeRef.new(shape: String, location_name: "lastStatus"))
193
+ Container.add_member(:exit_code, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "exitCode"))
194
+ Container.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "reason"))
195
+ Container.add_member(:network_bindings, Shapes::ShapeRef.new(shape: NetworkBindings, location_name: "networkBindings"))
196
+ Container.struct_class = Types::Container
197
+
198
+ ContainerDefinition.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
199
+ ContainerDefinition.add_member(:image, Shapes::ShapeRef.new(shape: String, location_name: "image"))
200
+ ContainerDefinition.add_member(:cpu, Shapes::ShapeRef.new(shape: Integer, location_name: "cpu"))
201
+ ContainerDefinition.add_member(:memory, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "memory"))
202
+ ContainerDefinition.add_member(:memory_reservation, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "memoryReservation"))
203
+ ContainerDefinition.add_member(:links, Shapes::ShapeRef.new(shape: StringList, location_name: "links"))
204
+ ContainerDefinition.add_member(:port_mappings, Shapes::ShapeRef.new(shape: PortMappingList, location_name: "portMappings"))
205
+ ContainerDefinition.add_member(:essential, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "essential"))
206
+ ContainerDefinition.add_member(:entry_point, Shapes::ShapeRef.new(shape: StringList, location_name: "entryPoint"))
207
+ ContainerDefinition.add_member(:command, Shapes::ShapeRef.new(shape: StringList, location_name: "command"))
208
+ ContainerDefinition.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentVariables, location_name: "environment"))
209
+ ContainerDefinition.add_member(:mount_points, Shapes::ShapeRef.new(shape: MountPointList, location_name: "mountPoints"))
210
+ ContainerDefinition.add_member(:volumes_from, Shapes::ShapeRef.new(shape: VolumeFromList, location_name: "volumesFrom"))
211
+ ContainerDefinition.add_member(:hostname, Shapes::ShapeRef.new(shape: String, location_name: "hostname"))
212
+ ContainerDefinition.add_member(:user, Shapes::ShapeRef.new(shape: String, location_name: "user"))
213
+ ContainerDefinition.add_member(:working_directory, Shapes::ShapeRef.new(shape: String, location_name: "workingDirectory"))
214
+ ContainerDefinition.add_member(:disable_networking, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "disableNetworking"))
215
+ ContainerDefinition.add_member(:privileged, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "privileged"))
216
+ ContainerDefinition.add_member(:readonly_root_filesystem, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "readonlyRootFilesystem"))
217
+ ContainerDefinition.add_member(:dns_servers, Shapes::ShapeRef.new(shape: StringList, location_name: "dnsServers"))
218
+ ContainerDefinition.add_member(:dns_search_domains, Shapes::ShapeRef.new(shape: StringList, location_name: "dnsSearchDomains"))
219
+ ContainerDefinition.add_member(:extra_hosts, Shapes::ShapeRef.new(shape: HostEntryList, location_name: "extraHosts"))
220
+ ContainerDefinition.add_member(:docker_security_options, Shapes::ShapeRef.new(shape: StringList, location_name: "dockerSecurityOptions"))
221
+ ContainerDefinition.add_member(:docker_labels, Shapes::ShapeRef.new(shape: DockerLabelsMap, location_name: "dockerLabels"))
222
+ ContainerDefinition.add_member(:ulimits, Shapes::ShapeRef.new(shape: UlimitList, location_name: "ulimits"))
223
+ ContainerDefinition.add_member(:log_configuration, Shapes::ShapeRef.new(shape: LogConfiguration, location_name: "logConfiguration"))
224
+ ContainerDefinition.struct_class = Types::ContainerDefinition
225
+
226
+ ContainerDefinitions.member = Shapes::ShapeRef.new(shape: ContainerDefinition)
227
+
228
+ ContainerInstance.add_member(:container_instance_arn, Shapes::ShapeRef.new(shape: String, location_name: "containerInstanceArn"))
229
+ ContainerInstance.add_member(:ec2_instance_id, Shapes::ShapeRef.new(shape: String, location_name: "ec2InstanceId"))
230
+ ContainerInstance.add_member(:version, Shapes::ShapeRef.new(shape: Long, location_name: "version"))
231
+ ContainerInstance.add_member(:version_info, Shapes::ShapeRef.new(shape: VersionInfo, location_name: "versionInfo"))
232
+ ContainerInstance.add_member(:remaining_resources, Shapes::ShapeRef.new(shape: Resources, location_name: "remainingResources"))
233
+ ContainerInstance.add_member(:registered_resources, Shapes::ShapeRef.new(shape: Resources, location_name: "registeredResources"))
234
+ ContainerInstance.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
235
+ ContainerInstance.add_member(:agent_connected, Shapes::ShapeRef.new(shape: Boolean, location_name: "agentConnected"))
236
+ ContainerInstance.add_member(:running_tasks_count, Shapes::ShapeRef.new(shape: Integer, location_name: "runningTasksCount"))
237
+ ContainerInstance.add_member(:pending_tasks_count, Shapes::ShapeRef.new(shape: Integer, location_name: "pendingTasksCount"))
238
+ ContainerInstance.add_member(:agent_update_status, Shapes::ShapeRef.new(shape: AgentUpdateStatus, location_name: "agentUpdateStatus"))
239
+ ContainerInstance.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "attributes"))
240
+ ContainerInstance.struct_class = Types::ContainerInstance
241
+
242
+ ContainerInstances.member = Shapes::ShapeRef.new(shape: ContainerInstance)
243
+
244
+ ContainerOverride.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
245
+ ContainerOverride.add_member(:command, Shapes::ShapeRef.new(shape: StringList, location_name: "command"))
246
+ ContainerOverride.add_member(:environment, Shapes::ShapeRef.new(shape: EnvironmentVariables, location_name: "environment"))
247
+ ContainerOverride.struct_class = Types::ContainerOverride
248
+
249
+ ContainerOverrides.member = Shapes::ShapeRef.new(shape: ContainerOverride)
250
+
251
+ Containers.member = Shapes::ShapeRef.new(shape: Container)
252
+
253
+ CreateClusterRequest.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, location_name: "clusterName"))
254
+ CreateClusterRequest.struct_class = Types::CreateClusterRequest
255
+
256
+ CreateClusterResponse.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "cluster"))
257
+ CreateClusterResponse.struct_class = Types::CreateClusterResponse
258
+
259
+ CreateServiceRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
260
+ CreateServiceRequest.add_member(:service_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "serviceName"))
261
+ CreateServiceRequest.add_member(:task_definition, Shapes::ShapeRef.new(shape: String, required: true, location_name: "taskDefinition"))
262
+ CreateServiceRequest.add_member(:load_balancers, Shapes::ShapeRef.new(shape: LoadBalancers, location_name: "loadBalancers"))
263
+ CreateServiceRequest.add_member(:desired_count, Shapes::ShapeRef.new(shape: BoxedInteger, required: true, location_name: "desiredCount"))
264
+ CreateServiceRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken"))
265
+ CreateServiceRequest.add_member(:role, Shapes::ShapeRef.new(shape: String, location_name: "role"))
266
+ CreateServiceRequest.add_member(:deployment_configuration, Shapes::ShapeRef.new(shape: DeploymentConfiguration, location_name: "deploymentConfiguration"))
267
+ CreateServiceRequest.add_member(:placement_constraints, Shapes::ShapeRef.new(shape: PlacementConstraints, location_name: "placementConstraints"))
268
+ CreateServiceRequest.add_member(:placement_strategy, Shapes::ShapeRef.new(shape: PlacementStrategies, location_name: "placementStrategy"))
269
+ CreateServiceRequest.struct_class = Types::CreateServiceRequest
270
+
271
+ CreateServiceResponse.add_member(:service, Shapes::ShapeRef.new(shape: Service, location_name: "service"))
272
+ CreateServiceResponse.struct_class = Types::CreateServiceResponse
273
+
274
+ DeleteAttributesRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
275
+ DeleteAttributesRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, required: true, location_name: "attributes"))
276
+ DeleteAttributesRequest.struct_class = Types::DeleteAttributesRequest
277
+
278
+ DeleteAttributesResponse.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "attributes"))
279
+ DeleteAttributesResponse.struct_class = Types::DeleteAttributesResponse
280
+
281
+ DeleteClusterRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, required: true, location_name: "cluster"))
282
+ DeleteClusterRequest.struct_class = Types::DeleteClusterRequest
283
+
284
+ DeleteClusterResponse.add_member(:cluster, Shapes::ShapeRef.new(shape: Cluster, location_name: "cluster"))
285
+ DeleteClusterResponse.struct_class = Types::DeleteClusterResponse
286
+
287
+ DeleteServiceRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
288
+ DeleteServiceRequest.add_member(:service, Shapes::ShapeRef.new(shape: String, required: true, location_name: "service"))
289
+ DeleteServiceRequest.struct_class = Types::DeleteServiceRequest
290
+
291
+ DeleteServiceResponse.add_member(:service, Shapes::ShapeRef.new(shape: Service, location_name: "service"))
292
+ DeleteServiceResponse.struct_class = Types::DeleteServiceResponse
293
+
294
+ Deployment.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
295
+ Deployment.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
296
+ Deployment.add_member(:task_definition, Shapes::ShapeRef.new(shape: String, location_name: "taskDefinition"))
297
+ Deployment.add_member(:desired_count, Shapes::ShapeRef.new(shape: Integer, location_name: "desiredCount"))
298
+ Deployment.add_member(:pending_count, Shapes::ShapeRef.new(shape: Integer, location_name: "pendingCount"))
299
+ Deployment.add_member(:running_count, Shapes::ShapeRef.new(shape: Integer, location_name: "runningCount"))
300
+ Deployment.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
301
+ Deployment.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
302
+ Deployment.struct_class = Types::Deployment
303
+
304
+ DeploymentConfiguration.add_member(:maximum_percent, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "maximumPercent"))
305
+ DeploymentConfiguration.add_member(:minimum_healthy_percent, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "minimumHealthyPercent"))
306
+ DeploymentConfiguration.struct_class = Types::DeploymentConfiguration
307
+
308
+ Deployments.member = Shapes::ShapeRef.new(shape: Deployment)
309
+
310
+ DeregisterContainerInstanceRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
311
+ DeregisterContainerInstanceRequest.add_member(:container_instance, Shapes::ShapeRef.new(shape: String, required: true, location_name: "containerInstance"))
312
+ DeregisterContainerInstanceRequest.add_member(:force, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "force"))
313
+ DeregisterContainerInstanceRequest.struct_class = Types::DeregisterContainerInstanceRequest
314
+
315
+ DeregisterContainerInstanceResponse.add_member(:container_instance, Shapes::ShapeRef.new(shape: ContainerInstance, location_name: "containerInstance"))
316
+ DeregisterContainerInstanceResponse.struct_class = Types::DeregisterContainerInstanceResponse
317
+
318
+ DeregisterTaskDefinitionRequest.add_member(:task_definition, Shapes::ShapeRef.new(shape: String, required: true, location_name: "taskDefinition"))
319
+ DeregisterTaskDefinitionRequest.struct_class = Types::DeregisterTaskDefinitionRequest
320
+
321
+ DeregisterTaskDefinitionResponse.add_member(:task_definition, Shapes::ShapeRef.new(shape: TaskDefinition, location_name: "taskDefinition"))
322
+ DeregisterTaskDefinitionResponse.struct_class = Types::DeregisterTaskDefinitionResponse
318
323
 
319
- DescribeTaskDefinitionResponse.add_member(:task_definition, Shapes::ShapeRef.new(shape: TaskDefinition, location_name: "taskDefinition"))
320
- DescribeTaskDefinitionResponse.struct_class = Types::DescribeTaskDefinitionResponse
324
+ DescribeClustersRequest.add_member(:clusters, Shapes::ShapeRef.new(shape: StringList, location_name: "clusters"))
325
+ DescribeClustersRequest.struct_class = Types::DescribeClustersRequest
326
+
327
+ DescribeClustersResponse.add_member(:clusters, Shapes::ShapeRef.new(shape: Clusters, location_name: "clusters"))
328
+ DescribeClustersResponse.add_member(:failures, Shapes::ShapeRef.new(shape: Failures, location_name: "failures"))
329
+ DescribeClustersResponse.struct_class = Types::DescribeClustersResponse
330
+
331
+ DescribeContainerInstancesRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
332
+ DescribeContainerInstancesRequest.add_member(:container_instances, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "containerInstances"))
333
+ DescribeContainerInstancesRequest.struct_class = Types::DescribeContainerInstancesRequest
321
334
 
322
- DescribeTasksRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
323
- DescribeTasksRequest.add_member(:tasks, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "tasks"))
324
- DescribeTasksRequest.struct_class = Types::DescribeTasksRequest
335
+ DescribeContainerInstancesResponse.add_member(:container_instances, Shapes::ShapeRef.new(shape: ContainerInstances, location_name: "containerInstances"))
336
+ DescribeContainerInstancesResponse.add_member(:failures, Shapes::ShapeRef.new(shape: Failures, location_name: "failures"))
337
+ DescribeContainerInstancesResponse.struct_class = Types::DescribeContainerInstancesResponse
325
338
 
326
- DescribeTasksResponse.add_member(:tasks, Shapes::ShapeRef.new(shape: Tasks, location_name: "tasks"))
327
- DescribeTasksResponse.add_member(:failures, Shapes::ShapeRef.new(shape: Failures, location_name: "failures"))
328
- DescribeTasksResponse.struct_class = Types::DescribeTasksResponse
329
-
330
- DiscoverPollEndpointRequest.add_member(:container_instance, Shapes::ShapeRef.new(shape: String, location_name: "containerInstance"))
331
- DiscoverPollEndpointRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
332
- DiscoverPollEndpointRequest.struct_class = Types::DiscoverPollEndpointRequest
333
-
334
- DiscoverPollEndpointResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: String, location_name: "endpoint"))
335
- DiscoverPollEndpointResponse.add_member(:telemetry_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "telemetryEndpoint"))
336
- DiscoverPollEndpointResponse.struct_class = Types::DiscoverPollEndpointResponse
337
-
338
- DockerLabelsMap.key = Shapes::ShapeRef.new(shape: String)
339
- DockerLabelsMap.value = Shapes::ShapeRef.new(shape: String)
340
-
341
- EnvironmentVariables.member = Shapes::ShapeRef.new(shape: KeyValuePair)
339
+ DescribeServicesRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
340
+ DescribeServicesRequest.add_member(:services, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "services"))
341
+ DescribeServicesRequest.struct_class = Types::DescribeServicesRequest
342
342
 
343
- Failure.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
344
- Failure.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "reason"))
345
- Failure.struct_class = Types::Failure
343
+ DescribeServicesResponse.add_member(:services, Shapes::ShapeRef.new(shape: Services, location_name: "services"))
344
+ DescribeServicesResponse.add_member(:failures, Shapes::ShapeRef.new(shape: Failures, location_name: "failures"))
345
+ DescribeServicesResponse.struct_class = Types::DescribeServicesResponse
346
346
 
347
- Failures.member = Shapes::ShapeRef.new(shape: Failure)
347
+ DescribeTaskDefinitionRequest.add_member(:task_definition, Shapes::ShapeRef.new(shape: String, required: true, location_name: "taskDefinition"))
348
+ DescribeTaskDefinitionRequest.struct_class = Types::DescribeTaskDefinitionRequest
348
349
 
349
- HostEntry.add_member(:hostname, Shapes::ShapeRef.new(shape: String, required: true, location_name: "hostname"))
350
- HostEntry.add_member(:ip_address, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ipAddress"))
351
- HostEntry.struct_class = Types::HostEntry
350
+ DescribeTaskDefinitionResponse.add_member(:task_definition, Shapes::ShapeRef.new(shape: TaskDefinition, location_name: "taskDefinition"))
351
+ DescribeTaskDefinitionResponse.struct_class = Types::DescribeTaskDefinitionResponse
352
+
353
+ DescribeTasksRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
354
+ DescribeTasksRequest.add_member(:tasks, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "tasks"))
355
+ DescribeTasksRequest.struct_class = Types::DescribeTasksRequest
356
+
357
+ DescribeTasksResponse.add_member(:tasks, Shapes::ShapeRef.new(shape: Tasks, location_name: "tasks"))
358
+ DescribeTasksResponse.add_member(:failures, Shapes::ShapeRef.new(shape: Failures, location_name: "failures"))
359
+ DescribeTasksResponse.struct_class = Types::DescribeTasksResponse
360
+
361
+ DiscoverPollEndpointRequest.add_member(:container_instance, Shapes::ShapeRef.new(shape: String, location_name: "containerInstance"))
362
+ DiscoverPollEndpointRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
363
+ DiscoverPollEndpointRequest.struct_class = Types::DiscoverPollEndpointRequest
364
+
365
+ DiscoverPollEndpointResponse.add_member(:endpoint, Shapes::ShapeRef.new(shape: String, location_name: "endpoint"))
366
+ DiscoverPollEndpointResponse.add_member(:telemetry_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "telemetryEndpoint"))
367
+ DiscoverPollEndpointResponse.struct_class = Types::DiscoverPollEndpointResponse
368
+
369
+ DockerLabelsMap.key = Shapes::ShapeRef.new(shape: String)
370
+ DockerLabelsMap.value = Shapes::ShapeRef.new(shape: String)
371
+
372
+ EnvironmentVariables.member = Shapes::ShapeRef.new(shape: KeyValuePair)
373
+
374
+ Failure.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
375
+ Failure.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "reason"))
376
+ Failure.struct_class = Types::Failure
377
+
378
+ Failures.member = Shapes::ShapeRef.new(shape: Failure)
379
+
380
+ HostEntry.add_member(:hostname, Shapes::ShapeRef.new(shape: String, required: true, location_name: "hostname"))
381
+ HostEntry.add_member(:ip_address, Shapes::ShapeRef.new(shape: String, required: true, location_name: "ipAddress"))
382
+ HostEntry.struct_class = Types::HostEntry
383
+
384
+ HostEntryList.member = Shapes::ShapeRef.new(shape: HostEntry)
385
+
386
+ HostVolumeProperties.add_member(:source_path, Shapes::ShapeRef.new(shape: String, location_name: "sourcePath"))
387
+ HostVolumeProperties.struct_class = Types::HostVolumeProperties
388
+
389
+ KeyValuePair.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
390
+ KeyValuePair.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
391
+ KeyValuePair.struct_class = Types::KeyValuePair
392
+
393
+ ListAttributesRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
394
+ ListAttributesRequest.add_member(:target_type, Shapes::ShapeRef.new(shape: TargetType, required: true, location_name: "targetType"))
395
+ ListAttributesRequest.add_member(:attribute_name, Shapes::ShapeRef.new(shape: String, location_name: "attributeName"))
396
+ ListAttributesRequest.add_member(:attribute_value, Shapes::ShapeRef.new(shape: String, location_name: "attributeValue"))
397
+ ListAttributesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
398
+ ListAttributesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "maxResults"))
399
+ ListAttributesRequest.struct_class = Types::ListAttributesRequest
400
+
401
+ ListAttributesResponse.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "attributes"))
402
+ ListAttributesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
403
+ ListAttributesResponse.struct_class = Types::ListAttributesResponse
352
404
 
353
- HostEntryList.member = Shapes::ShapeRef.new(shape: HostEntry)
405
+ ListClustersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
406
+ ListClustersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "maxResults"))
407
+ ListClustersRequest.struct_class = Types::ListClustersRequest
354
408
 
355
- HostVolumeProperties.add_member(:source_path, Shapes::ShapeRef.new(shape: String, location_name: "sourcePath"))
356
- HostVolumeProperties.struct_class = Types::HostVolumeProperties
409
+ ListClustersResponse.add_member(:cluster_arns, Shapes::ShapeRef.new(shape: StringList, location_name: "clusterArns"))
410
+ ListClustersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
411
+ ListClustersResponse.struct_class = Types::ListClustersResponse
357
412
 
358
- KeyValuePair.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
359
- KeyValuePair.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
360
- KeyValuePair.struct_class = Types::KeyValuePair
413
+ ListContainerInstancesRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
414
+ ListContainerInstancesRequest.add_member(:filter, Shapes::ShapeRef.new(shape: String, location_name: "filter"))
415
+ ListContainerInstancesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
416
+ ListContainerInstancesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "maxResults"))
417
+ ListContainerInstancesRequest.add_member(:status, Shapes::ShapeRef.new(shape: ContainerInstanceStatus, location_name: "status"))
418
+ ListContainerInstancesRequest.struct_class = Types::ListContainerInstancesRequest
361
419
 
362
- ListClustersRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
363
- ListClustersRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "maxResults"))
364
- ListClustersRequest.struct_class = Types::ListClustersRequest
365
-
366
- ListClustersResponse.add_member(:cluster_arns, Shapes::ShapeRef.new(shape: StringList, location_name: "clusterArns"))
367
- ListClustersResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
368
- ListClustersResponse.struct_class = Types::ListClustersResponse
420
+ ListContainerInstancesResponse.add_member(:container_instance_arns, Shapes::ShapeRef.new(shape: StringList, location_name: "containerInstanceArns"))
421
+ ListContainerInstancesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
422
+ ListContainerInstancesResponse.struct_class = Types::ListContainerInstancesResponse
369
423
 
370
- ListContainerInstancesRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
371
- ListContainerInstancesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
372
- ListContainerInstancesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "maxResults"))
373
- ListContainerInstancesRequest.struct_class = Types::ListContainerInstancesRequest
424
+ ListServicesRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
425
+ ListServicesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
426
+ ListServicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "maxResults"))
427
+ ListServicesRequest.struct_class = Types::ListServicesRequest
428
+
429
+ ListServicesResponse.add_member(:service_arns, Shapes::ShapeRef.new(shape: StringList, location_name: "serviceArns"))
430
+ ListServicesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
431
+ ListServicesResponse.struct_class = Types::ListServicesResponse
432
+
433
+ ListTaskDefinitionFamiliesRequest.add_member(:family_prefix, Shapes::ShapeRef.new(shape: String, location_name: "familyPrefix"))
434
+ ListTaskDefinitionFamiliesRequest.add_member(:status, Shapes::ShapeRef.new(shape: TaskDefinitionFamilyStatus, location_name: "status"))
435
+ ListTaskDefinitionFamiliesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
436
+ ListTaskDefinitionFamiliesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "maxResults"))
437
+ ListTaskDefinitionFamiliesRequest.struct_class = Types::ListTaskDefinitionFamiliesRequest
438
+
439
+ ListTaskDefinitionFamiliesResponse.add_member(:families, Shapes::ShapeRef.new(shape: StringList, location_name: "families"))
440
+ ListTaskDefinitionFamiliesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
441
+ ListTaskDefinitionFamiliesResponse.struct_class = Types::ListTaskDefinitionFamiliesResponse
442
+
443
+ ListTaskDefinitionsRequest.add_member(:family_prefix, Shapes::ShapeRef.new(shape: String, location_name: "familyPrefix"))
444
+ ListTaskDefinitionsRequest.add_member(:status, Shapes::ShapeRef.new(shape: TaskDefinitionStatus, location_name: "status"))
445
+ ListTaskDefinitionsRequest.add_member(:sort, Shapes::ShapeRef.new(shape: SortOrder, location_name: "sort"))
446
+ ListTaskDefinitionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
447
+ ListTaskDefinitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "maxResults"))
448
+ ListTaskDefinitionsRequest.struct_class = Types::ListTaskDefinitionsRequest
449
+
450
+ ListTaskDefinitionsResponse.add_member(:task_definition_arns, Shapes::ShapeRef.new(shape: StringList, location_name: "taskDefinitionArns"))
451
+ ListTaskDefinitionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
452
+ ListTaskDefinitionsResponse.struct_class = Types::ListTaskDefinitionsResponse
453
+
454
+ ListTasksRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
455
+ ListTasksRequest.add_member(:container_instance, Shapes::ShapeRef.new(shape: String, location_name: "containerInstance"))
456
+ ListTasksRequest.add_member(:family, Shapes::ShapeRef.new(shape: String, location_name: "family"))
457
+ ListTasksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
458
+ ListTasksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "maxResults"))
459
+ ListTasksRequest.add_member(:started_by, Shapes::ShapeRef.new(shape: String, location_name: "startedBy"))
460
+ ListTasksRequest.add_member(:service_name, Shapes::ShapeRef.new(shape: String, location_name: "serviceName"))
461
+ ListTasksRequest.add_member(:desired_status, Shapes::ShapeRef.new(shape: DesiredStatus, location_name: "desiredStatus"))
462
+ ListTasksRequest.struct_class = Types::ListTasksRequest
463
+
464
+ ListTasksResponse.add_member(:task_arns, Shapes::ShapeRef.new(shape: StringList, location_name: "taskArns"))
465
+ ListTasksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
466
+ ListTasksResponse.struct_class = Types::ListTasksResponse
467
+
468
+ LoadBalancer.add_member(:target_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "targetGroupArn"))
469
+ LoadBalancer.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: String, location_name: "loadBalancerName"))
470
+ LoadBalancer.add_member(:container_name, Shapes::ShapeRef.new(shape: String, location_name: "containerName"))
471
+ LoadBalancer.add_member(:container_port, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "containerPort"))
472
+ LoadBalancer.struct_class = Types::LoadBalancer
473
+
474
+ LoadBalancers.member = Shapes::ShapeRef.new(shape: LoadBalancer)
475
+
476
+ LogConfiguration.add_member(:log_driver, Shapes::ShapeRef.new(shape: LogDriver, required: true, location_name: "logDriver"))
477
+ LogConfiguration.add_member(:options, Shapes::ShapeRef.new(shape: LogConfigurationOptionsMap, location_name: "options"))
478
+ LogConfiguration.struct_class = Types::LogConfiguration
479
+
480
+ LogConfigurationOptionsMap.key = Shapes::ShapeRef.new(shape: String)
481
+ LogConfigurationOptionsMap.value = Shapes::ShapeRef.new(shape: String)
482
+
483
+ MountPoint.add_member(:source_volume, Shapes::ShapeRef.new(shape: String, location_name: "sourceVolume"))
484
+ MountPoint.add_member(:container_path, Shapes::ShapeRef.new(shape: String, location_name: "containerPath"))
485
+ MountPoint.add_member(:read_only, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "readOnly"))
486
+ MountPoint.struct_class = Types::MountPoint
487
+
488
+ MountPointList.member = Shapes::ShapeRef.new(shape: MountPoint)
489
+
490
+ NetworkBinding.add_member(:bind_ip, Shapes::ShapeRef.new(shape: String, location_name: "bindIP"))
491
+ NetworkBinding.add_member(:container_port, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "containerPort"))
492
+ NetworkBinding.add_member(:host_port, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "hostPort"))
493
+ NetworkBinding.add_member(:protocol, Shapes::ShapeRef.new(shape: TransportProtocol, location_name: "protocol"))
494
+ NetworkBinding.struct_class = Types::NetworkBinding
495
+
496
+ NetworkBindings.member = Shapes::ShapeRef.new(shape: NetworkBinding)
497
+
498
+ PlacementConstraint.add_member(:type, Shapes::ShapeRef.new(shape: PlacementConstraintType, location_name: "type"))
499
+ PlacementConstraint.add_member(:expression, Shapes::ShapeRef.new(shape: String, location_name: "expression"))
500
+ PlacementConstraint.struct_class = Types::PlacementConstraint
501
+
502
+ PlacementConstraints.member = Shapes::ShapeRef.new(shape: PlacementConstraint)
503
+
504
+ PlacementStrategies.member = Shapes::ShapeRef.new(shape: PlacementStrategy)
505
+
506
+ PlacementStrategy.add_member(:type, Shapes::ShapeRef.new(shape: PlacementStrategyType, location_name: "type"))
507
+ PlacementStrategy.add_member(:field, Shapes::ShapeRef.new(shape: String, location_name: "field"))
508
+ PlacementStrategy.struct_class = Types::PlacementStrategy
509
+
510
+ PortMapping.add_member(:container_port, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "containerPort"))
511
+ PortMapping.add_member(:host_port, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "hostPort"))
512
+ PortMapping.add_member(:protocol, Shapes::ShapeRef.new(shape: TransportProtocol, location_name: "protocol"))
513
+ PortMapping.struct_class = Types::PortMapping
514
+
515
+ PortMappingList.member = Shapes::ShapeRef.new(shape: PortMapping)
516
+
517
+ PutAttributesRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
518
+ PutAttributesRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, required: true, location_name: "attributes"))
519
+ PutAttributesRequest.struct_class = Types::PutAttributesRequest
520
+
521
+ PutAttributesResponse.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "attributes"))
522
+ PutAttributesResponse.struct_class = Types::PutAttributesResponse
523
+
524
+ RegisterContainerInstanceRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
525
+ RegisterContainerInstanceRequest.add_member(:instance_identity_document, Shapes::ShapeRef.new(shape: String, location_name: "instanceIdentityDocument"))
526
+ RegisterContainerInstanceRequest.add_member(:instance_identity_document_signature, Shapes::ShapeRef.new(shape: String, location_name: "instanceIdentityDocumentSignature"))
527
+ RegisterContainerInstanceRequest.add_member(:total_resources, Shapes::ShapeRef.new(shape: Resources, location_name: "totalResources"))
528
+ RegisterContainerInstanceRequest.add_member(:version_info, Shapes::ShapeRef.new(shape: VersionInfo, location_name: "versionInfo"))
529
+ RegisterContainerInstanceRequest.add_member(:container_instance_arn, Shapes::ShapeRef.new(shape: String, location_name: "containerInstanceArn"))
530
+ RegisterContainerInstanceRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "attributes"))
531
+ RegisterContainerInstanceRequest.struct_class = Types::RegisterContainerInstanceRequest
532
+
533
+ RegisterContainerInstanceResponse.add_member(:container_instance, Shapes::ShapeRef.new(shape: ContainerInstance, location_name: "containerInstance"))
534
+ RegisterContainerInstanceResponse.struct_class = Types::RegisterContainerInstanceResponse
535
+
536
+ RegisterTaskDefinitionRequest.add_member(:family, Shapes::ShapeRef.new(shape: String, required: true, location_name: "family"))
537
+ RegisterTaskDefinitionRequest.add_member(:task_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "taskRoleArn"))
538
+ RegisterTaskDefinitionRequest.add_member(:network_mode, Shapes::ShapeRef.new(shape: NetworkMode, location_name: "networkMode"))
539
+ RegisterTaskDefinitionRequest.add_member(:container_definitions, Shapes::ShapeRef.new(shape: ContainerDefinitions, required: true, location_name: "containerDefinitions"))
540
+ RegisterTaskDefinitionRequest.add_member(:volumes, Shapes::ShapeRef.new(shape: VolumeList, location_name: "volumes"))
541
+ RegisterTaskDefinitionRequest.add_member(:placement_constraints, Shapes::ShapeRef.new(shape: TaskDefinitionPlacementConstraints, location_name: "placementConstraints"))
542
+ RegisterTaskDefinitionRequest.struct_class = Types::RegisterTaskDefinitionRequest
543
+
544
+ RegisterTaskDefinitionResponse.add_member(:task_definition, Shapes::ShapeRef.new(shape: TaskDefinition, location_name: "taskDefinition"))
545
+ RegisterTaskDefinitionResponse.struct_class = Types::RegisterTaskDefinitionResponse
546
+
547
+ RequiresAttributes.member = Shapes::ShapeRef.new(shape: Attribute)
548
+
549
+ Resource.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
550
+ Resource.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
551
+ Resource.add_member(:double_value, Shapes::ShapeRef.new(shape: Double, location_name: "doubleValue"))
552
+ Resource.add_member(:long_value, Shapes::ShapeRef.new(shape: Long, location_name: "longValue"))
553
+ Resource.add_member(:integer_value, Shapes::ShapeRef.new(shape: Integer, location_name: "integerValue"))
554
+ Resource.add_member(:string_set_value, Shapes::ShapeRef.new(shape: StringList, location_name: "stringSetValue"))
555
+ Resource.struct_class = Types::Resource
556
+
557
+ Resources.member = Shapes::ShapeRef.new(shape: Resource)
558
+
559
+ RunTaskRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
560
+ RunTaskRequest.add_member(:task_definition, Shapes::ShapeRef.new(shape: String, required: true, location_name: "taskDefinition"))
561
+ RunTaskRequest.add_member(:overrides, Shapes::ShapeRef.new(shape: TaskOverride, location_name: "overrides"))
562
+ RunTaskRequest.add_member(:count, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "count"))
563
+ RunTaskRequest.add_member(:started_by, Shapes::ShapeRef.new(shape: String, location_name: "startedBy"))
564
+ RunTaskRequest.add_member(:group, Shapes::ShapeRef.new(shape: String, location_name: "group"))
565
+ RunTaskRequest.add_member(:placement_constraints, Shapes::ShapeRef.new(shape: PlacementConstraints, location_name: "placementConstraints"))
566
+ RunTaskRequest.add_member(:placement_strategy, Shapes::ShapeRef.new(shape: PlacementStrategies, location_name: "placementStrategy"))
567
+ RunTaskRequest.struct_class = Types::RunTaskRequest
568
+
569
+ RunTaskResponse.add_member(:tasks, Shapes::ShapeRef.new(shape: Tasks, location_name: "tasks"))
570
+ RunTaskResponse.add_member(:failures, Shapes::ShapeRef.new(shape: Failures, location_name: "failures"))
571
+ RunTaskResponse.struct_class = Types::RunTaskResponse
572
+
573
+ Service.add_member(:service_arn, Shapes::ShapeRef.new(shape: String, location_name: "serviceArn"))
574
+ Service.add_member(:service_name, Shapes::ShapeRef.new(shape: String, location_name: "serviceName"))
575
+ Service.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "clusterArn"))
576
+ Service.add_member(:load_balancers, Shapes::ShapeRef.new(shape: LoadBalancers, location_name: "loadBalancers"))
577
+ Service.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
578
+ Service.add_member(:desired_count, Shapes::ShapeRef.new(shape: Integer, location_name: "desiredCount"))
579
+ Service.add_member(:running_count, Shapes::ShapeRef.new(shape: Integer, location_name: "runningCount"))
580
+ Service.add_member(:pending_count, Shapes::ShapeRef.new(shape: Integer, location_name: "pendingCount"))
581
+ Service.add_member(:task_definition, Shapes::ShapeRef.new(shape: String, location_name: "taskDefinition"))
582
+ Service.add_member(:deployment_configuration, Shapes::ShapeRef.new(shape: DeploymentConfiguration, location_name: "deploymentConfiguration"))
583
+ Service.add_member(:deployments, Shapes::ShapeRef.new(shape: Deployments, location_name: "deployments"))
584
+ Service.add_member(:role_arn, Shapes::ShapeRef.new(shape: String, location_name: "roleArn"))
585
+ Service.add_member(:events, Shapes::ShapeRef.new(shape: ServiceEvents, location_name: "events"))
586
+ Service.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
587
+ Service.add_member(:placement_constraints, Shapes::ShapeRef.new(shape: PlacementConstraints, location_name: "placementConstraints"))
588
+ Service.add_member(:placement_strategy, Shapes::ShapeRef.new(shape: PlacementStrategies, location_name: "placementStrategy"))
589
+ Service.struct_class = Types::Service
590
+
591
+ ServiceEvent.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
592
+ ServiceEvent.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
593
+ ServiceEvent.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
594
+ ServiceEvent.struct_class = Types::ServiceEvent
595
+
596
+ ServiceEvents.member = Shapes::ShapeRef.new(shape: ServiceEvent)
597
+
598
+ Services.member = Shapes::ShapeRef.new(shape: Service)
599
+
600
+ StartTaskRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
601
+ StartTaskRequest.add_member(:task_definition, Shapes::ShapeRef.new(shape: String, required: true, location_name: "taskDefinition"))
602
+ StartTaskRequest.add_member(:overrides, Shapes::ShapeRef.new(shape: TaskOverride, location_name: "overrides"))
603
+ StartTaskRequest.add_member(:container_instances, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "containerInstances"))
604
+ StartTaskRequest.add_member(:started_by, Shapes::ShapeRef.new(shape: String, location_name: "startedBy"))
605
+ StartTaskRequest.add_member(:group, Shapes::ShapeRef.new(shape: String, location_name: "group"))
606
+ StartTaskRequest.struct_class = Types::StartTaskRequest
607
+
608
+ StartTaskResponse.add_member(:tasks, Shapes::ShapeRef.new(shape: Tasks, location_name: "tasks"))
609
+ StartTaskResponse.add_member(:failures, Shapes::ShapeRef.new(shape: Failures, location_name: "failures"))
610
+ StartTaskResponse.struct_class = Types::StartTaskResponse
611
+
612
+ StopTaskRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
613
+ StopTaskRequest.add_member(:task, Shapes::ShapeRef.new(shape: String, required: true, location_name: "task"))
614
+ StopTaskRequest.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "reason"))
615
+ StopTaskRequest.struct_class = Types::StopTaskRequest
616
+
617
+ StopTaskResponse.add_member(:task, Shapes::ShapeRef.new(shape: Task, location_name: "task"))
618
+ StopTaskResponse.struct_class = Types::StopTaskResponse
619
+
620
+ StringList.member = Shapes::ShapeRef.new(shape: String)
621
+
622
+ SubmitContainerStateChangeRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
623
+ SubmitContainerStateChangeRequest.add_member(:task, Shapes::ShapeRef.new(shape: String, location_name: "task"))
624
+ SubmitContainerStateChangeRequest.add_member(:container_name, Shapes::ShapeRef.new(shape: String, location_name: "containerName"))
625
+ SubmitContainerStateChangeRequest.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
626
+ SubmitContainerStateChangeRequest.add_member(:exit_code, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "exitCode"))
627
+ SubmitContainerStateChangeRequest.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "reason"))
628
+ SubmitContainerStateChangeRequest.add_member(:network_bindings, Shapes::ShapeRef.new(shape: NetworkBindings, location_name: "networkBindings"))
629
+ SubmitContainerStateChangeRequest.struct_class = Types::SubmitContainerStateChangeRequest
630
+
631
+ SubmitContainerStateChangeResponse.add_member(:acknowledgment, Shapes::ShapeRef.new(shape: String, location_name: "acknowledgment"))
632
+ SubmitContainerStateChangeResponse.struct_class = Types::SubmitContainerStateChangeResponse
633
+
634
+ SubmitTaskStateChangeRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
635
+ SubmitTaskStateChangeRequest.add_member(:task, Shapes::ShapeRef.new(shape: String, location_name: "task"))
636
+ SubmitTaskStateChangeRequest.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
637
+ SubmitTaskStateChangeRequest.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "reason"))
638
+ SubmitTaskStateChangeRequest.struct_class = Types::SubmitTaskStateChangeRequest
639
+
640
+ SubmitTaskStateChangeResponse.add_member(:acknowledgment, Shapes::ShapeRef.new(shape: String, location_name: "acknowledgment"))
641
+ SubmitTaskStateChangeResponse.struct_class = Types::SubmitTaskStateChangeResponse
642
+
643
+ Task.add_member(:task_arn, Shapes::ShapeRef.new(shape: String, location_name: "taskArn"))
644
+ Task.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "clusterArn"))
645
+ Task.add_member(:task_definition_arn, Shapes::ShapeRef.new(shape: String, location_name: "taskDefinitionArn"))
646
+ Task.add_member(:container_instance_arn, Shapes::ShapeRef.new(shape: String, location_name: "containerInstanceArn"))
647
+ Task.add_member(:overrides, Shapes::ShapeRef.new(shape: TaskOverride, location_name: "overrides"))
648
+ Task.add_member(:last_status, Shapes::ShapeRef.new(shape: String, location_name: "lastStatus"))
649
+ Task.add_member(:desired_status, Shapes::ShapeRef.new(shape: String, location_name: "desiredStatus"))
650
+ Task.add_member(:containers, Shapes::ShapeRef.new(shape: Containers, location_name: "containers"))
651
+ Task.add_member(:started_by, Shapes::ShapeRef.new(shape: String, location_name: "startedBy"))
652
+ Task.add_member(:version, Shapes::ShapeRef.new(shape: Long, location_name: "version"))
653
+ Task.add_member(:stopped_reason, Shapes::ShapeRef.new(shape: String, location_name: "stoppedReason"))
654
+ Task.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
655
+ Task.add_member(:started_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startedAt"))
656
+ Task.add_member(:stopped_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "stoppedAt"))
657
+ Task.add_member(:group, Shapes::ShapeRef.new(shape: String, location_name: "group"))
658
+ Task.struct_class = Types::Task
659
+
660
+ TaskDefinition.add_member(:task_definition_arn, Shapes::ShapeRef.new(shape: String, location_name: "taskDefinitionArn"))
661
+ TaskDefinition.add_member(:container_definitions, Shapes::ShapeRef.new(shape: ContainerDefinitions, location_name: "containerDefinitions"))
662
+ TaskDefinition.add_member(:family, Shapes::ShapeRef.new(shape: String, location_name: "family"))
663
+ TaskDefinition.add_member(:task_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "taskRoleArn"))
664
+ TaskDefinition.add_member(:network_mode, Shapes::ShapeRef.new(shape: NetworkMode, location_name: "networkMode"))
665
+ TaskDefinition.add_member(:revision, Shapes::ShapeRef.new(shape: Integer, location_name: "revision"))
666
+ TaskDefinition.add_member(:volumes, Shapes::ShapeRef.new(shape: VolumeList, location_name: "volumes"))
667
+ TaskDefinition.add_member(:status, Shapes::ShapeRef.new(shape: TaskDefinitionStatus, location_name: "status"))
668
+ TaskDefinition.add_member(:requires_attributes, Shapes::ShapeRef.new(shape: RequiresAttributes, location_name: "requiresAttributes"))
669
+ TaskDefinition.add_member(:placement_constraints, Shapes::ShapeRef.new(shape: TaskDefinitionPlacementConstraints, location_name: "placementConstraints"))
670
+ TaskDefinition.struct_class = Types::TaskDefinition
671
+
672
+ TaskDefinitionPlacementConstraint.add_member(:type, Shapes::ShapeRef.new(shape: TaskDefinitionPlacementConstraintType, location_name: "type"))
673
+ TaskDefinitionPlacementConstraint.add_member(:expression, Shapes::ShapeRef.new(shape: String, location_name: "expression"))
674
+ TaskDefinitionPlacementConstraint.struct_class = Types::TaskDefinitionPlacementConstraint
675
+
676
+ TaskDefinitionPlacementConstraints.member = Shapes::ShapeRef.new(shape: TaskDefinitionPlacementConstraint)
677
+
678
+ TaskOverride.add_member(:container_overrides, Shapes::ShapeRef.new(shape: ContainerOverrides, location_name: "containerOverrides"))
679
+ TaskOverride.add_member(:task_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "taskRoleArn"))
680
+ TaskOverride.struct_class = Types::TaskOverride
681
+
682
+ Tasks.member = Shapes::ShapeRef.new(shape: Task)
683
+
684
+ Ulimit.add_member(:name, Shapes::ShapeRef.new(shape: UlimitName, required: true, location_name: "name"))
685
+ Ulimit.add_member(:soft_limit, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "softLimit"))
686
+ Ulimit.add_member(:hard_limit, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "hardLimit"))
687
+ Ulimit.struct_class = Types::Ulimit
688
+
689
+ UlimitList.member = Shapes::ShapeRef.new(shape: Ulimit)
690
+
691
+ UpdateContainerAgentRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
692
+ UpdateContainerAgentRequest.add_member(:container_instance, Shapes::ShapeRef.new(shape: String, required: true, location_name: "containerInstance"))
693
+ UpdateContainerAgentRequest.struct_class = Types::UpdateContainerAgentRequest
694
+
695
+ UpdateContainerAgentResponse.add_member(:container_instance, Shapes::ShapeRef.new(shape: ContainerInstance, location_name: "containerInstance"))
696
+ UpdateContainerAgentResponse.struct_class = Types::UpdateContainerAgentResponse
697
+
698
+ UpdateContainerInstancesStateRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
699
+ UpdateContainerInstancesStateRequest.add_member(:container_instances, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "containerInstances"))
700
+ UpdateContainerInstancesStateRequest.add_member(:status, Shapes::ShapeRef.new(shape: ContainerInstanceStatus, required: true, location_name: "status"))
701
+ UpdateContainerInstancesStateRequest.struct_class = Types::UpdateContainerInstancesStateRequest
702
+
703
+ UpdateContainerInstancesStateResponse.add_member(:container_instances, Shapes::ShapeRef.new(shape: ContainerInstances, location_name: "containerInstances"))
704
+ UpdateContainerInstancesStateResponse.add_member(:failures, Shapes::ShapeRef.new(shape: Failures, location_name: "failures"))
705
+ UpdateContainerInstancesStateResponse.struct_class = Types::UpdateContainerInstancesStateResponse
706
+
707
+ UpdateServiceRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
708
+ UpdateServiceRequest.add_member(:service, Shapes::ShapeRef.new(shape: String, required: true, location_name: "service"))
709
+ UpdateServiceRequest.add_member(:desired_count, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "desiredCount"))
710
+ UpdateServiceRequest.add_member(:task_definition, Shapes::ShapeRef.new(shape: String, location_name: "taskDefinition"))
711
+ UpdateServiceRequest.add_member(:deployment_configuration, Shapes::ShapeRef.new(shape: DeploymentConfiguration, location_name: "deploymentConfiguration"))
712
+ UpdateServiceRequest.struct_class = Types::UpdateServiceRequest
713
+
714
+ UpdateServiceResponse.add_member(:service, Shapes::ShapeRef.new(shape: Service, location_name: "service"))
715
+ UpdateServiceResponse.struct_class = Types::UpdateServiceResponse
716
+
717
+ VersionInfo.add_member(:agent_version, Shapes::ShapeRef.new(shape: String, location_name: "agentVersion"))
718
+ VersionInfo.add_member(:agent_hash, Shapes::ShapeRef.new(shape: String, location_name: "agentHash"))
719
+ VersionInfo.add_member(:docker_version, Shapes::ShapeRef.new(shape: String, location_name: "dockerVersion"))
720
+ VersionInfo.struct_class = Types::VersionInfo
721
+
722
+ Volume.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
723
+ Volume.add_member(:host, Shapes::ShapeRef.new(shape: HostVolumeProperties, location_name: "host"))
724
+ Volume.struct_class = Types::Volume
725
+
726
+ VolumeFrom.add_member(:source_container, Shapes::ShapeRef.new(shape: String, location_name: "sourceContainer"))
727
+ VolumeFrom.add_member(:read_only, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "readOnly"))
728
+ VolumeFrom.struct_class = Types::VolumeFrom
729
+
730
+ VolumeFromList.member = Shapes::ShapeRef.new(shape: VolumeFrom)
731
+
732
+ VolumeList.member = Shapes::ShapeRef.new(shape: Volume)
374
733
 
375
- ListContainerInstancesResponse.add_member(:container_instance_arns, Shapes::ShapeRef.new(shape: StringList, location_name: "containerInstanceArns"))
376
- ListContainerInstancesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
377
- ListContainerInstancesResponse.struct_class = Types::ListContainerInstancesResponse
378
-
379
- ListServicesRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
380
- ListServicesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
381
- ListServicesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "maxResults"))
382
- ListServicesRequest.struct_class = Types::ListServicesRequest
383
-
384
- ListServicesResponse.add_member(:service_arns, Shapes::ShapeRef.new(shape: StringList, location_name: "serviceArns"))
385
- ListServicesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
386
- ListServicesResponse.struct_class = Types::ListServicesResponse
387
-
388
- ListTaskDefinitionFamiliesRequest.add_member(:family_prefix, Shapes::ShapeRef.new(shape: String, location_name: "familyPrefix"))
389
- ListTaskDefinitionFamiliesRequest.add_member(:status, Shapes::ShapeRef.new(shape: TaskDefinitionFamilyStatus, location_name: "status"))
390
- ListTaskDefinitionFamiliesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
391
- ListTaskDefinitionFamiliesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "maxResults"))
392
- ListTaskDefinitionFamiliesRequest.struct_class = Types::ListTaskDefinitionFamiliesRequest
393
-
394
- ListTaskDefinitionFamiliesResponse.add_member(:families, Shapes::ShapeRef.new(shape: StringList, location_name: "families"))
395
- ListTaskDefinitionFamiliesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
396
- ListTaskDefinitionFamiliesResponse.struct_class = Types::ListTaskDefinitionFamiliesResponse
397
-
398
- ListTaskDefinitionsRequest.add_member(:family_prefix, Shapes::ShapeRef.new(shape: String, location_name: "familyPrefix"))
399
- ListTaskDefinitionsRequest.add_member(:status, Shapes::ShapeRef.new(shape: TaskDefinitionStatus, location_name: "status"))
400
- ListTaskDefinitionsRequest.add_member(:sort, Shapes::ShapeRef.new(shape: SortOrder, location_name: "sort"))
401
- ListTaskDefinitionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
402
- ListTaskDefinitionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "maxResults"))
403
- ListTaskDefinitionsRequest.struct_class = Types::ListTaskDefinitionsRequest
404
-
405
- ListTaskDefinitionsResponse.add_member(:task_definition_arns, Shapes::ShapeRef.new(shape: StringList, location_name: "taskDefinitionArns"))
406
- ListTaskDefinitionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
407
- ListTaskDefinitionsResponse.struct_class = Types::ListTaskDefinitionsResponse
408
-
409
- ListTasksRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
410
- ListTasksRequest.add_member(:container_instance, Shapes::ShapeRef.new(shape: String, location_name: "containerInstance"))
411
- ListTasksRequest.add_member(:family, Shapes::ShapeRef.new(shape: String, location_name: "family"))
412
- ListTasksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
413
- ListTasksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "maxResults"))
414
- ListTasksRequest.add_member(:started_by, Shapes::ShapeRef.new(shape: String, location_name: "startedBy"))
415
- ListTasksRequest.add_member(:service_name, Shapes::ShapeRef.new(shape: String, location_name: "serviceName"))
416
- ListTasksRequest.add_member(:desired_status, Shapes::ShapeRef.new(shape: DesiredStatus, location_name: "desiredStatus"))
417
- ListTasksRequest.struct_class = Types::ListTasksRequest
418
-
419
- ListTasksResponse.add_member(:task_arns, Shapes::ShapeRef.new(shape: StringList, location_name: "taskArns"))
420
- ListTasksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
421
- ListTasksResponse.struct_class = Types::ListTasksResponse
422
-
423
- LoadBalancer.add_member(:target_group_arn, Shapes::ShapeRef.new(shape: String, location_name: "targetGroupArn"))
424
- LoadBalancer.add_member(:load_balancer_name, Shapes::ShapeRef.new(shape: String, location_name: "loadBalancerName"))
425
- LoadBalancer.add_member(:container_name, Shapes::ShapeRef.new(shape: String, location_name: "containerName"))
426
- LoadBalancer.add_member(:container_port, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "containerPort"))
427
- LoadBalancer.struct_class = Types::LoadBalancer
428
-
429
- LoadBalancers.member = Shapes::ShapeRef.new(shape: LoadBalancer)
430
-
431
- LogConfiguration.add_member(:log_driver, Shapes::ShapeRef.new(shape: LogDriver, required: true, location_name: "logDriver"))
432
- LogConfiguration.add_member(:options, Shapes::ShapeRef.new(shape: LogConfigurationOptionsMap, location_name: "options"))
433
- LogConfiguration.struct_class = Types::LogConfiguration
434
-
435
- LogConfigurationOptionsMap.key = Shapes::ShapeRef.new(shape: String)
436
- LogConfigurationOptionsMap.value = Shapes::ShapeRef.new(shape: String)
437
-
438
- MountPoint.add_member(:source_volume, Shapes::ShapeRef.new(shape: String, location_name: "sourceVolume"))
439
- MountPoint.add_member(:container_path, Shapes::ShapeRef.new(shape: String, location_name: "containerPath"))
440
- MountPoint.add_member(:read_only, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "readOnly"))
441
- MountPoint.struct_class = Types::MountPoint
442
-
443
- MountPointList.member = Shapes::ShapeRef.new(shape: MountPoint)
444
-
445
- NetworkBinding.add_member(:bind_ip, Shapes::ShapeRef.new(shape: String, location_name: "bindIP"))
446
- NetworkBinding.add_member(:container_port, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "containerPort"))
447
- NetworkBinding.add_member(:host_port, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "hostPort"))
448
- NetworkBinding.add_member(:protocol, Shapes::ShapeRef.new(shape: TransportProtocol, location_name: "protocol"))
449
- NetworkBinding.struct_class = Types::NetworkBinding
450
-
451
- NetworkBindings.member = Shapes::ShapeRef.new(shape: NetworkBinding)
452
-
453
- PortMapping.add_member(:container_port, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "containerPort"))
454
- PortMapping.add_member(:host_port, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "hostPort"))
455
- PortMapping.add_member(:protocol, Shapes::ShapeRef.new(shape: TransportProtocol, location_name: "protocol"))
456
- PortMapping.struct_class = Types::PortMapping
457
-
458
- PortMappingList.member = Shapes::ShapeRef.new(shape: PortMapping)
459
-
460
- RegisterContainerInstanceRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
461
- RegisterContainerInstanceRequest.add_member(:instance_identity_document, Shapes::ShapeRef.new(shape: String, location_name: "instanceIdentityDocument"))
462
- RegisterContainerInstanceRequest.add_member(:instance_identity_document_signature, Shapes::ShapeRef.new(shape: String, location_name: "instanceIdentityDocumentSignature"))
463
- RegisterContainerInstanceRequest.add_member(:total_resources, Shapes::ShapeRef.new(shape: Resources, location_name: "totalResources"))
464
- RegisterContainerInstanceRequest.add_member(:version_info, Shapes::ShapeRef.new(shape: VersionInfo, location_name: "versionInfo"))
465
- RegisterContainerInstanceRequest.add_member(:container_instance_arn, Shapes::ShapeRef.new(shape: String, location_name: "containerInstanceArn"))
466
- RegisterContainerInstanceRequest.add_member(:attributes, Shapes::ShapeRef.new(shape: Attributes, location_name: "attributes"))
467
- RegisterContainerInstanceRequest.struct_class = Types::RegisterContainerInstanceRequest
468
-
469
- RegisterContainerInstanceResponse.add_member(:container_instance, Shapes::ShapeRef.new(shape: ContainerInstance, location_name: "containerInstance"))
470
- RegisterContainerInstanceResponse.struct_class = Types::RegisterContainerInstanceResponse
471
-
472
- RegisterTaskDefinitionRequest.add_member(:family, Shapes::ShapeRef.new(shape: String, required: true, location_name: "family"))
473
- RegisterTaskDefinitionRequest.add_member(:task_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "taskRoleArn"))
474
- RegisterTaskDefinitionRequest.add_member(:network_mode, Shapes::ShapeRef.new(shape: NetworkMode, location_name: "networkMode"))
475
- RegisterTaskDefinitionRequest.add_member(:container_definitions, Shapes::ShapeRef.new(shape: ContainerDefinitions, required: true, location_name: "containerDefinitions"))
476
- RegisterTaskDefinitionRequest.add_member(:volumes, Shapes::ShapeRef.new(shape: VolumeList, location_name: "volumes"))
477
- RegisterTaskDefinitionRequest.struct_class = Types::RegisterTaskDefinitionRequest
478
-
479
- RegisterTaskDefinitionResponse.add_member(:task_definition, Shapes::ShapeRef.new(shape: TaskDefinition, location_name: "taskDefinition"))
480
- RegisterTaskDefinitionResponse.struct_class = Types::RegisterTaskDefinitionResponse
481
-
482
- RequiresAttributes.member = Shapes::ShapeRef.new(shape: Attribute)
483
-
484
- Resource.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
485
- Resource.add_member(:type, Shapes::ShapeRef.new(shape: String, location_name: "type"))
486
- Resource.add_member(:double_value, Shapes::ShapeRef.new(shape: Double, location_name: "doubleValue"))
487
- Resource.add_member(:long_value, Shapes::ShapeRef.new(shape: Long, location_name: "longValue"))
488
- Resource.add_member(:integer_value, Shapes::ShapeRef.new(shape: Integer, location_name: "integerValue"))
489
- Resource.add_member(:string_set_value, Shapes::ShapeRef.new(shape: StringList, location_name: "stringSetValue"))
490
- Resource.struct_class = Types::Resource
491
-
492
- Resources.member = Shapes::ShapeRef.new(shape: Resource)
493
-
494
- RunTaskRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
495
- RunTaskRequest.add_member(:task_definition, Shapes::ShapeRef.new(shape: String, required: true, location_name: "taskDefinition"))
496
- RunTaskRequest.add_member(:overrides, Shapes::ShapeRef.new(shape: TaskOverride, location_name: "overrides"))
497
- RunTaskRequest.add_member(:count, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "count"))
498
- RunTaskRequest.add_member(:started_by, Shapes::ShapeRef.new(shape: String, location_name: "startedBy"))
499
- RunTaskRequest.struct_class = Types::RunTaskRequest
500
-
501
- RunTaskResponse.add_member(:tasks, Shapes::ShapeRef.new(shape: Tasks, location_name: "tasks"))
502
- RunTaskResponse.add_member(:failures, Shapes::ShapeRef.new(shape: Failures, location_name: "failures"))
503
- RunTaskResponse.struct_class = Types::RunTaskResponse
504
-
505
- Service.add_member(:service_arn, Shapes::ShapeRef.new(shape: String, location_name: "serviceArn"))
506
- Service.add_member(:service_name, Shapes::ShapeRef.new(shape: String, location_name: "serviceName"))
507
- Service.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "clusterArn"))
508
- Service.add_member(:load_balancers, Shapes::ShapeRef.new(shape: LoadBalancers, location_name: "loadBalancers"))
509
- Service.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
510
- Service.add_member(:desired_count, Shapes::ShapeRef.new(shape: Integer, location_name: "desiredCount"))
511
- Service.add_member(:running_count, Shapes::ShapeRef.new(shape: Integer, location_name: "runningCount"))
512
- Service.add_member(:pending_count, Shapes::ShapeRef.new(shape: Integer, location_name: "pendingCount"))
513
- Service.add_member(:task_definition, Shapes::ShapeRef.new(shape: String, location_name: "taskDefinition"))
514
- Service.add_member(:deployment_configuration, Shapes::ShapeRef.new(shape: DeploymentConfiguration, location_name: "deploymentConfiguration"))
515
- Service.add_member(:deployments, Shapes::ShapeRef.new(shape: Deployments, location_name: "deployments"))
516
- Service.add_member(:role_arn, Shapes::ShapeRef.new(shape: String, location_name: "roleArn"))
517
- Service.add_member(:events, Shapes::ShapeRef.new(shape: ServiceEvents, location_name: "events"))
518
- Service.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
519
- Service.struct_class = Types::Service
520
-
521
- ServiceEvent.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
522
- ServiceEvent.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
523
- ServiceEvent.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
524
- ServiceEvent.struct_class = Types::ServiceEvent
525
-
526
- ServiceEvents.member = Shapes::ShapeRef.new(shape: ServiceEvent)
527
-
528
- Services.member = Shapes::ShapeRef.new(shape: Service)
529
-
530
- StartTaskRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
531
- StartTaskRequest.add_member(:task_definition, Shapes::ShapeRef.new(shape: String, required: true, location_name: "taskDefinition"))
532
- StartTaskRequest.add_member(:overrides, Shapes::ShapeRef.new(shape: TaskOverride, location_name: "overrides"))
533
- StartTaskRequest.add_member(:container_instances, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "containerInstances"))
534
- StartTaskRequest.add_member(:started_by, Shapes::ShapeRef.new(shape: String, location_name: "startedBy"))
535
- StartTaskRequest.struct_class = Types::StartTaskRequest
536
-
537
- StartTaskResponse.add_member(:tasks, Shapes::ShapeRef.new(shape: Tasks, location_name: "tasks"))
538
- StartTaskResponse.add_member(:failures, Shapes::ShapeRef.new(shape: Failures, location_name: "failures"))
539
- StartTaskResponse.struct_class = Types::StartTaskResponse
540
-
541
- StopTaskRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
542
- StopTaskRequest.add_member(:task, Shapes::ShapeRef.new(shape: String, required: true, location_name: "task"))
543
- StopTaskRequest.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "reason"))
544
- StopTaskRequest.struct_class = Types::StopTaskRequest
545
-
546
- StopTaskResponse.add_member(:task, Shapes::ShapeRef.new(shape: Task, location_name: "task"))
547
- StopTaskResponse.struct_class = Types::StopTaskResponse
548
-
549
- StringList.member = Shapes::ShapeRef.new(shape: String)
550
-
551
- SubmitContainerStateChangeRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
552
- SubmitContainerStateChangeRequest.add_member(:task, Shapes::ShapeRef.new(shape: String, location_name: "task"))
553
- SubmitContainerStateChangeRequest.add_member(:container_name, Shapes::ShapeRef.new(shape: String, location_name: "containerName"))
554
- SubmitContainerStateChangeRequest.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
555
- SubmitContainerStateChangeRequest.add_member(:exit_code, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "exitCode"))
556
- SubmitContainerStateChangeRequest.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "reason"))
557
- SubmitContainerStateChangeRequest.add_member(:network_bindings, Shapes::ShapeRef.new(shape: NetworkBindings, location_name: "networkBindings"))
558
- SubmitContainerStateChangeRequest.struct_class = Types::SubmitContainerStateChangeRequest
559
-
560
- SubmitContainerStateChangeResponse.add_member(:acknowledgment, Shapes::ShapeRef.new(shape: String, location_name: "acknowledgment"))
561
- SubmitContainerStateChangeResponse.struct_class = Types::SubmitContainerStateChangeResponse
562
-
563
- SubmitTaskStateChangeRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
564
- SubmitTaskStateChangeRequest.add_member(:task, Shapes::ShapeRef.new(shape: String, location_name: "task"))
565
- SubmitTaskStateChangeRequest.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
566
- SubmitTaskStateChangeRequest.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "reason"))
567
- SubmitTaskStateChangeRequest.struct_class = Types::SubmitTaskStateChangeRequest
568
-
569
- SubmitTaskStateChangeResponse.add_member(:acknowledgment, Shapes::ShapeRef.new(shape: String, location_name: "acknowledgment"))
570
- SubmitTaskStateChangeResponse.struct_class = Types::SubmitTaskStateChangeResponse
571
-
572
- Task.add_member(:task_arn, Shapes::ShapeRef.new(shape: String, location_name: "taskArn"))
573
- Task.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "clusterArn"))
574
- Task.add_member(:task_definition_arn, Shapes::ShapeRef.new(shape: String, location_name: "taskDefinitionArn"))
575
- Task.add_member(:container_instance_arn, Shapes::ShapeRef.new(shape: String, location_name: "containerInstanceArn"))
576
- Task.add_member(:overrides, Shapes::ShapeRef.new(shape: TaskOverride, location_name: "overrides"))
577
- Task.add_member(:last_status, Shapes::ShapeRef.new(shape: String, location_name: "lastStatus"))
578
- Task.add_member(:desired_status, Shapes::ShapeRef.new(shape: String, location_name: "desiredStatus"))
579
- Task.add_member(:containers, Shapes::ShapeRef.new(shape: Containers, location_name: "containers"))
580
- Task.add_member(:started_by, Shapes::ShapeRef.new(shape: String, location_name: "startedBy"))
581
- Task.add_member(:version, Shapes::ShapeRef.new(shape: Long, location_name: "version"))
582
- Task.add_member(:stopped_reason, Shapes::ShapeRef.new(shape: String, location_name: "stoppedReason"))
583
- Task.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
584
- Task.add_member(:started_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startedAt"))
585
- Task.add_member(:stopped_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "stoppedAt"))
586
- Task.struct_class = Types::Task
587
-
588
- TaskDefinition.add_member(:task_definition_arn, Shapes::ShapeRef.new(shape: String, location_name: "taskDefinitionArn"))
589
- TaskDefinition.add_member(:container_definitions, Shapes::ShapeRef.new(shape: ContainerDefinitions, location_name: "containerDefinitions"))
590
- TaskDefinition.add_member(:family, Shapes::ShapeRef.new(shape: String, location_name: "family"))
591
- TaskDefinition.add_member(:task_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "taskRoleArn"))
592
- TaskDefinition.add_member(:network_mode, Shapes::ShapeRef.new(shape: NetworkMode, location_name: "networkMode"))
593
- TaskDefinition.add_member(:revision, Shapes::ShapeRef.new(shape: Integer, location_name: "revision"))
594
- TaskDefinition.add_member(:volumes, Shapes::ShapeRef.new(shape: VolumeList, location_name: "volumes"))
595
- TaskDefinition.add_member(:status, Shapes::ShapeRef.new(shape: TaskDefinitionStatus, location_name: "status"))
596
- TaskDefinition.add_member(:requires_attributes, Shapes::ShapeRef.new(shape: RequiresAttributes, location_name: "requiresAttributes"))
597
- TaskDefinition.struct_class = Types::TaskDefinition
598
-
599
- TaskOverride.add_member(:container_overrides, Shapes::ShapeRef.new(shape: ContainerOverrides, location_name: "containerOverrides"))
600
- TaskOverride.add_member(:task_role_arn, Shapes::ShapeRef.new(shape: String, location_name: "taskRoleArn"))
601
- TaskOverride.struct_class = Types::TaskOverride
602
-
603
- Tasks.member = Shapes::ShapeRef.new(shape: Task)
604
-
605
- Ulimit.add_member(:name, Shapes::ShapeRef.new(shape: UlimitName, required: true, location_name: "name"))
606
- Ulimit.add_member(:soft_limit, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "softLimit"))
607
- Ulimit.add_member(:hard_limit, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "hardLimit"))
608
- Ulimit.struct_class = Types::Ulimit
609
-
610
- UlimitList.member = Shapes::ShapeRef.new(shape: Ulimit)
611
-
612
- UpdateContainerAgentRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
613
- UpdateContainerAgentRequest.add_member(:container_instance, Shapes::ShapeRef.new(shape: String, required: true, location_name: "containerInstance"))
614
- UpdateContainerAgentRequest.struct_class = Types::UpdateContainerAgentRequest
615
-
616
- UpdateContainerAgentResponse.add_member(:container_instance, Shapes::ShapeRef.new(shape: ContainerInstance, location_name: "containerInstance"))
617
- UpdateContainerAgentResponse.struct_class = Types::UpdateContainerAgentResponse
618
-
619
- UpdateServiceRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
620
- UpdateServiceRequest.add_member(:service, Shapes::ShapeRef.new(shape: String, required: true, location_name: "service"))
621
- UpdateServiceRequest.add_member(:desired_count, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "desiredCount"))
622
- UpdateServiceRequest.add_member(:task_definition, Shapes::ShapeRef.new(shape: String, location_name: "taskDefinition"))
623
- UpdateServiceRequest.add_member(:deployment_configuration, Shapes::ShapeRef.new(shape: DeploymentConfiguration, location_name: "deploymentConfiguration"))
624
- UpdateServiceRequest.struct_class = Types::UpdateServiceRequest
625
-
626
- UpdateServiceResponse.add_member(:service, Shapes::ShapeRef.new(shape: Service, location_name: "service"))
627
- UpdateServiceResponse.struct_class = Types::UpdateServiceResponse
628
-
629
- VersionInfo.add_member(:agent_version, Shapes::ShapeRef.new(shape: String, location_name: "agentVersion"))
630
- VersionInfo.add_member(:agent_hash, Shapes::ShapeRef.new(shape: String, location_name: "agentHash"))
631
- VersionInfo.add_member(:docker_version, Shapes::ShapeRef.new(shape: String, location_name: "dockerVersion"))
632
- VersionInfo.struct_class = Types::VersionInfo
633
-
634
- Volume.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
635
- Volume.add_member(:host, Shapes::ShapeRef.new(shape: HostVolumeProperties, location_name: "host"))
636
- Volume.struct_class = Types::Volume
637
-
638
- VolumeFrom.add_member(:source_container, Shapes::ShapeRef.new(shape: String, location_name: "sourceContainer"))
639
- VolumeFrom.add_member(:read_only, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "readOnly"))
640
- VolumeFrom.struct_class = Types::VolumeFrom
641
-
642
- VolumeFromList.member = Shapes::ShapeRef.new(shape: VolumeFrom)
643
-
644
- VolumeList.member = Shapes::ShapeRef.new(shape: Volume)
645
-
646
-
647
- # @api private
648
- API = Seahorse::Model::Api.new.tap do |api|
649
-
650
- api.version = "2014-11-13"
651
-
652
- api.metadata = {
653
- "endpointPrefix" => "ecs",
654
- "jsonVersion" => "1.1",
655
- "protocol" => "json",
656
- "serviceFullName" => "Amazon EC2 Container Service",
657
- "signatureVersion" => "v4",
658
- "targetPrefix" => "AmazonEC2ContainerServiceV20141113",
659
- }
660
-
661
- api.add_operation(:create_cluster, Seahorse::Model::Operation.new.tap do |o|
662
- o.name = "CreateCluster"
663
- o.http_method = "POST"
664
- o.http_request_uri = "/"
665
- o.input = Shapes::ShapeRef.new(shape: CreateClusterRequest)
666
- o.output = Shapes::ShapeRef.new(shape: CreateClusterResponse)
667
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
668
- o.errors << Shapes::ShapeRef.new(shape: ClientException)
669
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
670
- end)
671
-
672
- api.add_operation(:create_service, Seahorse::Model::Operation.new.tap do |o|
673
- o.name = "CreateService"
674
- o.http_method = "POST"
675
- o.http_request_uri = "/"
676
- o.input = Shapes::ShapeRef.new(shape: CreateServiceRequest)
677
- o.output = Shapes::ShapeRef.new(shape: CreateServiceResponse)
678
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
679
- o.errors << Shapes::ShapeRef.new(shape: ClientException)
680
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
681
- o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
682
- end)
683
-
684
- api.add_operation(:delete_cluster, Seahorse::Model::Operation.new.tap do |o|
685
- o.name = "DeleteCluster"
686
- o.http_method = "POST"
687
- o.http_request_uri = "/"
688
- o.input = Shapes::ShapeRef.new(shape: DeleteClusterRequest)
689
- o.output = Shapes::ShapeRef.new(shape: DeleteClusterResponse)
690
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
691
- o.errors << Shapes::ShapeRef.new(shape: ClientException)
692
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
693
- o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
694
- o.errors << Shapes::ShapeRef.new(shape: ClusterContainsContainerInstancesException)
695
- o.errors << Shapes::ShapeRef.new(shape: ClusterContainsServicesException)
696
- end)
697
-
698
- api.add_operation(:delete_service, Seahorse::Model::Operation.new.tap do |o|
699
- o.name = "DeleteService"
700
- o.http_method = "POST"
701
- o.http_request_uri = "/"
702
- o.input = Shapes::ShapeRef.new(shape: DeleteServiceRequest)
703
- o.output = Shapes::ShapeRef.new(shape: DeleteServiceResponse)
704
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
705
- o.errors << Shapes::ShapeRef.new(shape: ClientException)
706
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
707
- o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
708
- o.errors << Shapes::ShapeRef.new(shape: ServiceNotFoundException)
709
- end)
710
-
711
- api.add_operation(:deregister_container_instance, Seahorse::Model::Operation.new.tap do |o|
712
- o.name = "DeregisterContainerInstance"
713
- o.http_method = "POST"
714
- o.http_request_uri = "/"
715
- o.input = Shapes::ShapeRef.new(shape: DeregisterContainerInstanceRequest)
716
- o.output = Shapes::ShapeRef.new(shape: DeregisterContainerInstanceResponse)
717
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
718
- o.errors << Shapes::ShapeRef.new(shape: ClientException)
719
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
720
- o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
721
- end)
722
-
723
- api.add_operation(:deregister_task_definition, Seahorse::Model::Operation.new.tap do |o|
724
- o.name = "DeregisterTaskDefinition"
725
- o.http_method = "POST"
726
- o.http_request_uri = "/"
727
- o.input = Shapes::ShapeRef.new(shape: DeregisterTaskDefinitionRequest)
728
- o.output = Shapes::ShapeRef.new(shape: DeregisterTaskDefinitionResponse)
729
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
730
- o.errors << Shapes::ShapeRef.new(shape: ClientException)
731
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
732
- end)
733
-
734
- api.add_operation(:describe_clusters, Seahorse::Model::Operation.new.tap do |o|
735
- o.name = "DescribeClusters"
736
- o.http_method = "POST"
737
- o.http_request_uri = "/"
738
- o.input = Shapes::ShapeRef.new(shape: DescribeClustersRequest)
739
- o.output = Shapes::ShapeRef.new(shape: DescribeClustersResponse)
740
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
741
- o.errors << Shapes::ShapeRef.new(shape: ClientException)
742
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
743
- end)
744
-
745
- api.add_operation(:describe_container_instances, Seahorse::Model::Operation.new.tap do |o|
746
- o.name = "DescribeContainerInstances"
747
- o.http_method = "POST"
748
- o.http_request_uri = "/"
749
- o.input = Shapes::ShapeRef.new(shape: DescribeContainerInstancesRequest)
750
- o.output = Shapes::ShapeRef.new(shape: DescribeContainerInstancesResponse)
751
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
752
- o.errors << Shapes::ShapeRef.new(shape: ClientException)
753
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
754
- o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
755
- end)
756
-
757
- api.add_operation(:describe_services, Seahorse::Model::Operation.new.tap do |o|
758
- o.name = "DescribeServices"
759
- o.http_method = "POST"
760
- o.http_request_uri = "/"
761
- o.input = Shapes::ShapeRef.new(shape: DescribeServicesRequest)
762
- o.output = Shapes::ShapeRef.new(shape: DescribeServicesResponse)
763
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
764
- o.errors << Shapes::ShapeRef.new(shape: ClientException)
765
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
766
- o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
767
- end)
768
-
769
- api.add_operation(:describe_task_definition, Seahorse::Model::Operation.new.tap do |o|
770
- o.name = "DescribeTaskDefinition"
771
- o.http_method = "POST"
772
- o.http_request_uri = "/"
773
- o.input = Shapes::ShapeRef.new(shape: DescribeTaskDefinitionRequest)
774
- o.output = Shapes::ShapeRef.new(shape: DescribeTaskDefinitionResponse)
775
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
776
- o.errors << Shapes::ShapeRef.new(shape: ClientException)
777
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
778
- end)
779
-
780
- api.add_operation(:describe_tasks, Seahorse::Model::Operation.new.tap do |o|
781
- o.name = "DescribeTasks"
782
- o.http_method = "POST"
783
- o.http_request_uri = "/"
784
- o.input = Shapes::ShapeRef.new(shape: DescribeTasksRequest)
785
- o.output = Shapes::ShapeRef.new(shape: DescribeTasksResponse)
786
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
787
- o.errors << Shapes::ShapeRef.new(shape: ClientException)
788
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
789
- o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
790
- end)
791
-
792
- api.add_operation(:discover_poll_endpoint, Seahorse::Model::Operation.new.tap do |o|
793
- o.name = "DiscoverPollEndpoint"
794
- o.http_method = "POST"
795
- o.http_request_uri = "/"
796
- o.input = Shapes::ShapeRef.new(shape: DiscoverPollEndpointRequest)
797
- o.output = Shapes::ShapeRef.new(shape: DiscoverPollEndpointResponse)
798
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
799
- o.errors << Shapes::ShapeRef.new(shape: ClientException)
800
- end)
801
-
802
- api.add_operation(:list_clusters, Seahorse::Model::Operation.new.tap do |o|
803
- o.name = "ListClusters"
804
- o.http_method = "POST"
805
- o.http_request_uri = "/"
806
- o.input = Shapes::ShapeRef.new(shape: ListClustersRequest)
807
- o.output = Shapes::ShapeRef.new(shape: ListClustersResponse)
808
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
809
- o.errors << Shapes::ShapeRef.new(shape: ClientException)
810
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
811
- o[:pager] = Aws::Pager.new(
812
- limit_key: "max_results",
813
- tokens: {
814
- "next_token" => "next_token"
815
- }
816
- )
817
- end)
818
-
819
- api.add_operation(:list_container_instances, Seahorse::Model::Operation.new.tap do |o|
820
- o.name = "ListContainerInstances"
821
- o.http_method = "POST"
822
- o.http_request_uri = "/"
823
- o.input = Shapes::ShapeRef.new(shape: ListContainerInstancesRequest)
824
- o.output = Shapes::ShapeRef.new(shape: ListContainerInstancesResponse)
825
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
826
- o.errors << Shapes::ShapeRef.new(shape: ClientException)
827
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
828
- o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
829
- o[:pager] = Aws::Pager.new(
830
- limit_key: "max_results",
831
- tokens: {
832
- "next_token" => "next_token"
833
- }
834
- )
835
- end)
836
-
837
- api.add_operation(:list_services, Seahorse::Model::Operation.new.tap do |o|
838
- o.name = "ListServices"
839
- o.http_method = "POST"
840
- o.http_request_uri = "/"
841
- o.input = Shapes::ShapeRef.new(shape: ListServicesRequest)
842
- o.output = Shapes::ShapeRef.new(shape: ListServicesResponse)
843
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
844
- o.errors << Shapes::ShapeRef.new(shape: ClientException)
845
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
846
- o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
847
- o[:pager] = Aws::Pager.new(
848
- limit_key: "max_results",
849
- tokens: {
850
- "next_token" => "next_token"
851
- }
852
- )
853
- end)
854
-
855
- api.add_operation(:list_task_definition_families, Seahorse::Model::Operation.new.tap do |o|
856
- o.name = "ListTaskDefinitionFamilies"
857
- o.http_method = "POST"
858
- o.http_request_uri = "/"
859
- o.input = Shapes::ShapeRef.new(shape: ListTaskDefinitionFamiliesRequest)
860
- o.output = Shapes::ShapeRef.new(shape: ListTaskDefinitionFamiliesResponse)
861
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
862
- o.errors << Shapes::ShapeRef.new(shape: ClientException)
863
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
864
- o[:pager] = Aws::Pager.new(
865
- limit_key: "max_results",
866
- tokens: {
867
- "next_token" => "next_token"
868
- }
869
- )
870
- end)
871
-
872
- api.add_operation(:list_task_definitions, Seahorse::Model::Operation.new.tap do |o|
873
- o.name = "ListTaskDefinitions"
874
- o.http_method = "POST"
875
- o.http_request_uri = "/"
876
- o.input = Shapes::ShapeRef.new(shape: ListTaskDefinitionsRequest)
877
- o.output = Shapes::ShapeRef.new(shape: ListTaskDefinitionsResponse)
878
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
879
- o.errors << Shapes::ShapeRef.new(shape: ClientException)
880
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
881
- o[:pager] = Aws::Pager.new(
882
- limit_key: "max_results",
883
- tokens: {
884
- "next_token" => "next_token"
885
- }
886
- )
887
- end)
888
-
889
- api.add_operation(:list_tasks, Seahorse::Model::Operation.new.tap do |o|
890
- o.name = "ListTasks"
891
- o.http_method = "POST"
892
- o.http_request_uri = "/"
893
- o.input = Shapes::ShapeRef.new(shape: ListTasksRequest)
894
- o.output = Shapes::ShapeRef.new(shape: ListTasksResponse)
895
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
896
- o.errors << Shapes::ShapeRef.new(shape: ClientException)
897
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
898
- o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
899
- o.errors << Shapes::ShapeRef.new(shape: ServiceNotFoundException)
900
- o[:pager] = Aws::Pager.new(
901
- limit_key: "max_results",
902
- tokens: {
903
- "next_token" => "next_token"
904
- }
905
- )
906
- end)
907
-
908
- api.add_operation(:register_container_instance, Seahorse::Model::Operation.new.tap do |o|
909
- o.name = "RegisterContainerInstance"
910
- o.http_method = "POST"
911
- o.http_request_uri = "/"
912
- o.input = Shapes::ShapeRef.new(shape: RegisterContainerInstanceRequest)
913
- o.output = Shapes::ShapeRef.new(shape: RegisterContainerInstanceResponse)
914
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
915
- o.errors << Shapes::ShapeRef.new(shape: ClientException)
916
- end)
917
-
918
- api.add_operation(:register_task_definition, Seahorse::Model::Operation.new.tap do |o|
919
- o.name = "RegisterTaskDefinition"
920
- o.http_method = "POST"
921
- o.http_request_uri = "/"
922
- o.input = Shapes::ShapeRef.new(shape: RegisterTaskDefinitionRequest)
923
- o.output = Shapes::ShapeRef.new(shape: RegisterTaskDefinitionResponse)
924
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
925
- o.errors << Shapes::ShapeRef.new(shape: ClientException)
926
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
927
- end)
928
-
929
- api.add_operation(:run_task, Seahorse::Model::Operation.new.tap do |o|
930
- o.name = "RunTask"
931
- o.http_method = "POST"
932
- o.http_request_uri = "/"
933
- o.input = Shapes::ShapeRef.new(shape: RunTaskRequest)
934
- o.output = Shapes::ShapeRef.new(shape: RunTaskResponse)
935
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
936
- o.errors << Shapes::ShapeRef.new(shape: ClientException)
937
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
938
- o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
939
- end)
940
-
941
- api.add_operation(:start_task, Seahorse::Model::Operation.new.tap do |o|
942
- o.name = "StartTask"
943
- o.http_method = "POST"
944
- o.http_request_uri = "/"
945
- o.input = Shapes::ShapeRef.new(shape: StartTaskRequest)
946
- o.output = Shapes::ShapeRef.new(shape: StartTaskResponse)
947
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
948
- o.errors << Shapes::ShapeRef.new(shape: ClientException)
949
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
950
- o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
951
- end)
952
-
953
- api.add_operation(:stop_task, Seahorse::Model::Operation.new.tap do |o|
954
- o.name = "StopTask"
955
- o.http_method = "POST"
956
- o.http_request_uri = "/"
957
- o.input = Shapes::ShapeRef.new(shape: StopTaskRequest)
958
- o.output = Shapes::ShapeRef.new(shape: StopTaskResponse)
959
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
960
- o.errors << Shapes::ShapeRef.new(shape: ClientException)
961
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
962
- o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
963
- end)
964
-
965
- api.add_operation(:submit_container_state_change, Seahorse::Model::Operation.new.tap do |o|
966
- o.name = "SubmitContainerStateChange"
967
- o.http_method = "POST"
968
- o.http_request_uri = "/"
969
- o.input = Shapes::ShapeRef.new(shape: SubmitContainerStateChangeRequest)
970
- o.output = Shapes::ShapeRef.new(shape: SubmitContainerStateChangeResponse)
971
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
972
- o.errors << Shapes::ShapeRef.new(shape: ClientException)
973
- end)
974
-
975
- api.add_operation(:submit_task_state_change, Seahorse::Model::Operation.new.tap do |o|
976
- o.name = "SubmitTaskStateChange"
977
- o.http_method = "POST"
978
- o.http_request_uri = "/"
979
- o.input = Shapes::ShapeRef.new(shape: SubmitTaskStateChangeRequest)
980
- o.output = Shapes::ShapeRef.new(shape: SubmitTaskStateChangeResponse)
981
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
982
- o.errors << Shapes::ShapeRef.new(shape: ClientException)
983
- end)
984
-
985
- api.add_operation(:update_container_agent, Seahorse::Model::Operation.new.tap do |o|
986
- o.name = "UpdateContainerAgent"
987
- o.http_method = "POST"
988
- o.http_request_uri = "/"
989
- o.input = Shapes::ShapeRef.new(shape: UpdateContainerAgentRequest)
990
- o.output = Shapes::ShapeRef.new(shape: UpdateContainerAgentResponse)
991
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
992
- o.errors << Shapes::ShapeRef.new(shape: ClientException)
993
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
994
- o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
995
- o.errors << Shapes::ShapeRef.new(shape: UpdateInProgressException)
996
- o.errors << Shapes::ShapeRef.new(shape: NoUpdateAvailableException)
997
- o.errors << Shapes::ShapeRef.new(shape: MissingVersionException)
998
- end)
999
-
1000
- api.add_operation(:update_service, Seahorse::Model::Operation.new.tap do |o|
1001
- o.name = "UpdateService"
1002
- o.http_method = "POST"
1003
- o.http_request_uri = "/"
1004
- o.input = Shapes::ShapeRef.new(shape: UpdateServiceRequest)
1005
- o.output = Shapes::ShapeRef.new(shape: UpdateServiceResponse)
1006
- o.errors << Shapes::ShapeRef.new(shape: ServerException)
1007
- o.errors << Shapes::ShapeRef.new(shape: ClientException)
1008
- o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1009
- o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
1010
- o.errors << Shapes::ShapeRef.new(shape: ServiceNotFoundException)
1011
- o.errors << Shapes::ShapeRef.new(shape: ServiceNotActiveException)
1012
- end)
1013
- end
1014
734
 
735
+ # @api private
736
+ API = Seahorse::Model::Api.new.tap do |api|
737
+
738
+ api.version = "2014-11-13"
739
+
740
+ api.metadata = {
741
+ "endpointPrefix" => "ecs",
742
+ "jsonVersion" => "1.1",
743
+ "protocol" => "json",
744
+ "serviceFullName" => "Amazon EC2 Container Service",
745
+ "signatureVersion" => "v4",
746
+ "targetPrefix" => "AmazonEC2ContainerServiceV20141113",
747
+ }
748
+
749
+ api.add_operation(:create_cluster, Seahorse::Model::Operation.new.tap do |o|
750
+ o.name = "CreateCluster"
751
+ o.http_method = "POST"
752
+ o.http_request_uri = "/"
753
+ o.input = Shapes::ShapeRef.new(shape: CreateClusterRequest)
754
+ o.output = Shapes::ShapeRef.new(shape: CreateClusterResponse)
755
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
756
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
757
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
758
+ end)
759
+
760
+ api.add_operation(:create_service, Seahorse::Model::Operation.new.tap do |o|
761
+ o.name = "CreateService"
762
+ o.http_method = "POST"
763
+ o.http_request_uri = "/"
764
+ o.input = Shapes::ShapeRef.new(shape: CreateServiceRequest)
765
+ o.output = Shapes::ShapeRef.new(shape: CreateServiceResponse)
766
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
767
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
768
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
769
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
770
+ end)
771
+
772
+ api.add_operation(:delete_attributes, Seahorse::Model::Operation.new.tap do |o|
773
+ o.name = "DeleteAttributes"
774
+ o.http_method = "POST"
775
+ o.http_request_uri = "/"
776
+ o.input = Shapes::ShapeRef.new(shape: DeleteAttributesRequest)
777
+ o.output = Shapes::ShapeRef.new(shape: DeleteAttributesResponse)
778
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
779
+ o.errors << Shapes::ShapeRef.new(shape: TargetNotFoundException)
780
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
781
+ end)
782
+
783
+ api.add_operation(:delete_cluster, Seahorse::Model::Operation.new.tap do |o|
784
+ o.name = "DeleteCluster"
785
+ o.http_method = "POST"
786
+ o.http_request_uri = "/"
787
+ o.input = Shapes::ShapeRef.new(shape: DeleteClusterRequest)
788
+ o.output = Shapes::ShapeRef.new(shape: DeleteClusterResponse)
789
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
790
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
791
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
792
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
793
+ o.errors << Shapes::ShapeRef.new(shape: ClusterContainsContainerInstancesException)
794
+ o.errors << Shapes::ShapeRef.new(shape: ClusterContainsServicesException)
795
+ end)
796
+
797
+ api.add_operation(:delete_service, Seahorse::Model::Operation.new.tap do |o|
798
+ o.name = "DeleteService"
799
+ o.http_method = "POST"
800
+ o.http_request_uri = "/"
801
+ o.input = Shapes::ShapeRef.new(shape: DeleteServiceRequest)
802
+ o.output = Shapes::ShapeRef.new(shape: DeleteServiceResponse)
803
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
804
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
805
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
806
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
807
+ o.errors << Shapes::ShapeRef.new(shape: ServiceNotFoundException)
808
+ end)
809
+
810
+ api.add_operation(:deregister_container_instance, Seahorse::Model::Operation.new.tap do |o|
811
+ o.name = "DeregisterContainerInstance"
812
+ o.http_method = "POST"
813
+ o.http_request_uri = "/"
814
+ o.input = Shapes::ShapeRef.new(shape: DeregisterContainerInstanceRequest)
815
+ o.output = Shapes::ShapeRef.new(shape: DeregisterContainerInstanceResponse)
816
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
817
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
818
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
819
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
820
+ end)
821
+
822
+ api.add_operation(:deregister_task_definition, Seahorse::Model::Operation.new.tap do |o|
823
+ o.name = "DeregisterTaskDefinition"
824
+ o.http_method = "POST"
825
+ o.http_request_uri = "/"
826
+ o.input = Shapes::ShapeRef.new(shape: DeregisterTaskDefinitionRequest)
827
+ o.output = Shapes::ShapeRef.new(shape: DeregisterTaskDefinitionResponse)
828
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
829
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
830
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
831
+ end)
832
+
833
+ api.add_operation(:describe_clusters, Seahorse::Model::Operation.new.tap do |o|
834
+ o.name = "DescribeClusters"
835
+ o.http_method = "POST"
836
+ o.http_request_uri = "/"
837
+ o.input = Shapes::ShapeRef.new(shape: DescribeClustersRequest)
838
+ o.output = Shapes::ShapeRef.new(shape: DescribeClustersResponse)
839
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
840
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
841
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
842
+ end)
843
+
844
+ api.add_operation(:describe_container_instances, Seahorse::Model::Operation.new.tap do |o|
845
+ o.name = "DescribeContainerInstances"
846
+ o.http_method = "POST"
847
+ o.http_request_uri = "/"
848
+ o.input = Shapes::ShapeRef.new(shape: DescribeContainerInstancesRequest)
849
+ o.output = Shapes::ShapeRef.new(shape: DescribeContainerInstancesResponse)
850
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
851
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
852
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
853
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
854
+ end)
855
+
856
+ api.add_operation(:describe_services, Seahorse::Model::Operation.new.tap do |o|
857
+ o.name = "DescribeServices"
858
+ o.http_method = "POST"
859
+ o.http_request_uri = "/"
860
+ o.input = Shapes::ShapeRef.new(shape: DescribeServicesRequest)
861
+ o.output = Shapes::ShapeRef.new(shape: DescribeServicesResponse)
862
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
863
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
864
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
865
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
866
+ end)
867
+
868
+ api.add_operation(:describe_task_definition, Seahorse::Model::Operation.new.tap do |o|
869
+ o.name = "DescribeTaskDefinition"
870
+ o.http_method = "POST"
871
+ o.http_request_uri = "/"
872
+ o.input = Shapes::ShapeRef.new(shape: DescribeTaskDefinitionRequest)
873
+ o.output = Shapes::ShapeRef.new(shape: DescribeTaskDefinitionResponse)
874
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
875
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
876
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
877
+ end)
878
+
879
+ api.add_operation(:describe_tasks, Seahorse::Model::Operation.new.tap do |o|
880
+ o.name = "DescribeTasks"
881
+ o.http_method = "POST"
882
+ o.http_request_uri = "/"
883
+ o.input = Shapes::ShapeRef.new(shape: DescribeTasksRequest)
884
+ o.output = Shapes::ShapeRef.new(shape: DescribeTasksResponse)
885
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
886
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
887
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
888
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
889
+ end)
890
+
891
+ api.add_operation(:discover_poll_endpoint, Seahorse::Model::Operation.new.tap do |o|
892
+ o.name = "DiscoverPollEndpoint"
893
+ o.http_method = "POST"
894
+ o.http_request_uri = "/"
895
+ o.input = Shapes::ShapeRef.new(shape: DiscoverPollEndpointRequest)
896
+ o.output = Shapes::ShapeRef.new(shape: DiscoverPollEndpointResponse)
897
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
898
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
899
+ end)
900
+
901
+ api.add_operation(:list_attributes, Seahorse::Model::Operation.new.tap do |o|
902
+ o.name = "ListAttributes"
903
+ o.http_method = "POST"
904
+ o.http_request_uri = "/"
905
+ o.input = Shapes::ShapeRef.new(shape: ListAttributesRequest)
906
+ o.output = Shapes::ShapeRef.new(shape: ListAttributesResponse)
907
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
908
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
909
+ end)
910
+
911
+ api.add_operation(:list_clusters, Seahorse::Model::Operation.new.tap do |o|
912
+ o.name = "ListClusters"
913
+ o.http_method = "POST"
914
+ o.http_request_uri = "/"
915
+ o.input = Shapes::ShapeRef.new(shape: ListClustersRequest)
916
+ o.output = Shapes::ShapeRef.new(shape: ListClustersResponse)
917
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
918
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
919
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
920
+ o[:pager] = Aws::Pager.new(
921
+ limit_key: "max_results",
922
+ tokens: {
923
+ "next_token" => "next_token"
924
+ }
925
+ )
926
+ end)
927
+
928
+ api.add_operation(:list_container_instances, Seahorse::Model::Operation.new.tap do |o|
929
+ o.name = "ListContainerInstances"
930
+ o.http_method = "POST"
931
+ o.http_request_uri = "/"
932
+ o.input = Shapes::ShapeRef.new(shape: ListContainerInstancesRequest)
933
+ o.output = Shapes::ShapeRef.new(shape: ListContainerInstancesResponse)
934
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
935
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
936
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
937
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
938
+ o[:pager] = Aws::Pager.new(
939
+ limit_key: "max_results",
940
+ tokens: {
941
+ "next_token" => "next_token"
942
+ }
943
+ )
944
+ end)
945
+
946
+ api.add_operation(:list_services, Seahorse::Model::Operation.new.tap do |o|
947
+ o.name = "ListServices"
948
+ o.http_method = "POST"
949
+ o.http_request_uri = "/"
950
+ o.input = Shapes::ShapeRef.new(shape: ListServicesRequest)
951
+ o.output = Shapes::ShapeRef.new(shape: ListServicesResponse)
952
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
953
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
954
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
955
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
956
+ o[:pager] = Aws::Pager.new(
957
+ limit_key: "max_results",
958
+ tokens: {
959
+ "next_token" => "next_token"
960
+ }
961
+ )
962
+ end)
963
+
964
+ api.add_operation(:list_task_definition_families, Seahorse::Model::Operation.new.tap do |o|
965
+ o.name = "ListTaskDefinitionFamilies"
966
+ o.http_method = "POST"
967
+ o.http_request_uri = "/"
968
+ o.input = Shapes::ShapeRef.new(shape: ListTaskDefinitionFamiliesRequest)
969
+ o.output = Shapes::ShapeRef.new(shape: ListTaskDefinitionFamiliesResponse)
970
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
971
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
972
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
973
+ o[:pager] = Aws::Pager.new(
974
+ limit_key: "max_results",
975
+ tokens: {
976
+ "next_token" => "next_token"
977
+ }
978
+ )
979
+ end)
980
+
981
+ api.add_operation(:list_task_definitions, Seahorse::Model::Operation.new.tap do |o|
982
+ o.name = "ListTaskDefinitions"
983
+ o.http_method = "POST"
984
+ o.http_request_uri = "/"
985
+ o.input = Shapes::ShapeRef.new(shape: ListTaskDefinitionsRequest)
986
+ o.output = Shapes::ShapeRef.new(shape: ListTaskDefinitionsResponse)
987
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
988
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
989
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
990
+ o[:pager] = Aws::Pager.new(
991
+ limit_key: "max_results",
992
+ tokens: {
993
+ "next_token" => "next_token"
994
+ }
995
+ )
996
+ end)
997
+
998
+ api.add_operation(:list_tasks, Seahorse::Model::Operation.new.tap do |o|
999
+ o.name = "ListTasks"
1000
+ o.http_method = "POST"
1001
+ o.http_request_uri = "/"
1002
+ o.input = Shapes::ShapeRef.new(shape: ListTasksRequest)
1003
+ o.output = Shapes::ShapeRef.new(shape: ListTasksResponse)
1004
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
1005
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1006
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1007
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
1008
+ o.errors << Shapes::ShapeRef.new(shape: ServiceNotFoundException)
1009
+ o[:pager] = Aws::Pager.new(
1010
+ limit_key: "max_results",
1011
+ tokens: {
1012
+ "next_token" => "next_token"
1013
+ }
1014
+ )
1015
+ end)
1016
+
1017
+ api.add_operation(:put_attributes, Seahorse::Model::Operation.new.tap do |o|
1018
+ o.name = "PutAttributes"
1019
+ o.http_method = "POST"
1020
+ o.http_request_uri = "/"
1021
+ o.input = Shapes::ShapeRef.new(shape: PutAttributesRequest)
1022
+ o.output = Shapes::ShapeRef.new(shape: PutAttributesResponse)
1023
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
1024
+ o.errors << Shapes::ShapeRef.new(shape: TargetNotFoundException)
1025
+ o.errors << Shapes::ShapeRef.new(shape: AttributeLimitExceededException)
1026
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1027
+ end)
1028
+
1029
+ api.add_operation(:register_container_instance, Seahorse::Model::Operation.new.tap do |o|
1030
+ o.name = "RegisterContainerInstance"
1031
+ o.http_method = "POST"
1032
+ o.http_request_uri = "/"
1033
+ o.input = Shapes::ShapeRef.new(shape: RegisterContainerInstanceRequest)
1034
+ o.output = Shapes::ShapeRef.new(shape: RegisterContainerInstanceResponse)
1035
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
1036
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1037
+ end)
1038
+
1039
+ api.add_operation(:register_task_definition, Seahorse::Model::Operation.new.tap do |o|
1040
+ o.name = "RegisterTaskDefinition"
1041
+ o.http_method = "POST"
1042
+ o.http_request_uri = "/"
1043
+ o.input = Shapes::ShapeRef.new(shape: RegisterTaskDefinitionRequest)
1044
+ o.output = Shapes::ShapeRef.new(shape: RegisterTaskDefinitionResponse)
1045
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
1046
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1047
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1048
+ end)
1049
+
1050
+ api.add_operation(:run_task, Seahorse::Model::Operation.new.tap do |o|
1051
+ o.name = "RunTask"
1052
+ o.http_method = "POST"
1053
+ o.http_request_uri = "/"
1054
+ o.input = Shapes::ShapeRef.new(shape: RunTaskRequest)
1055
+ o.output = Shapes::ShapeRef.new(shape: RunTaskResponse)
1056
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
1057
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1058
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1059
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
1060
+ end)
1061
+
1062
+ api.add_operation(:start_task, Seahorse::Model::Operation.new.tap do |o|
1063
+ o.name = "StartTask"
1064
+ o.http_method = "POST"
1065
+ o.http_request_uri = "/"
1066
+ o.input = Shapes::ShapeRef.new(shape: StartTaskRequest)
1067
+ o.output = Shapes::ShapeRef.new(shape: StartTaskResponse)
1068
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
1069
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1070
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1071
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
1072
+ end)
1073
+
1074
+ api.add_operation(:stop_task, Seahorse::Model::Operation.new.tap do |o|
1075
+ o.name = "StopTask"
1076
+ o.http_method = "POST"
1077
+ o.http_request_uri = "/"
1078
+ o.input = Shapes::ShapeRef.new(shape: StopTaskRequest)
1079
+ o.output = Shapes::ShapeRef.new(shape: StopTaskResponse)
1080
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
1081
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1082
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1083
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
1084
+ end)
1085
+
1086
+ api.add_operation(:submit_container_state_change, Seahorse::Model::Operation.new.tap do |o|
1087
+ o.name = "SubmitContainerStateChange"
1088
+ o.http_method = "POST"
1089
+ o.http_request_uri = "/"
1090
+ o.input = Shapes::ShapeRef.new(shape: SubmitContainerStateChangeRequest)
1091
+ o.output = Shapes::ShapeRef.new(shape: SubmitContainerStateChangeResponse)
1092
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
1093
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1094
+ end)
1095
+
1096
+ api.add_operation(:submit_task_state_change, Seahorse::Model::Operation.new.tap do |o|
1097
+ o.name = "SubmitTaskStateChange"
1098
+ o.http_method = "POST"
1099
+ o.http_request_uri = "/"
1100
+ o.input = Shapes::ShapeRef.new(shape: SubmitTaskStateChangeRequest)
1101
+ o.output = Shapes::ShapeRef.new(shape: SubmitTaskStateChangeResponse)
1102
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
1103
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1104
+ end)
1105
+
1106
+ api.add_operation(:update_container_agent, Seahorse::Model::Operation.new.tap do |o|
1107
+ o.name = "UpdateContainerAgent"
1108
+ o.http_method = "POST"
1109
+ o.http_request_uri = "/"
1110
+ o.input = Shapes::ShapeRef.new(shape: UpdateContainerAgentRequest)
1111
+ o.output = Shapes::ShapeRef.new(shape: UpdateContainerAgentResponse)
1112
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
1113
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1114
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1115
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
1116
+ o.errors << Shapes::ShapeRef.new(shape: UpdateInProgressException)
1117
+ o.errors << Shapes::ShapeRef.new(shape: NoUpdateAvailableException)
1118
+ o.errors << Shapes::ShapeRef.new(shape: MissingVersionException)
1119
+ end)
1120
+
1121
+ api.add_operation(:update_container_instances_state, Seahorse::Model::Operation.new.tap do |o|
1122
+ o.name = "UpdateContainerInstancesState"
1123
+ o.http_method = "POST"
1124
+ o.http_request_uri = "/"
1125
+ o.input = Shapes::ShapeRef.new(shape: UpdateContainerInstancesStateRequest)
1126
+ o.output = Shapes::ShapeRef.new(shape: UpdateContainerInstancesStateResponse)
1127
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
1128
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1129
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1130
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
1131
+ end)
1132
+
1133
+ api.add_operation(:update_service, Seahorse::Model::Operation.new.tap do |o|
1134
+ o.name = "UpdateService"
1135
+ o.http_method = "POST"
1136
+ o.http_request_uri = "/"
1137
+ o.input = Shapes::ShapeRef.new(shape: UpdateServiceRequest)
1138
+ o.output = Shapes::ShapeRef.new(shape: UpdateServiceResponse)
1139
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
1140
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
1141
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
1142
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
1143
+ o.errors << Shapes::ShapeRef.new(shape: ServiceNotFoundException)
1144
+ o.errors << Shapes::ShapeRef.new(shape: ServiceNotActiveException)
1145
+ end)
1015
1146
  end
1147
+
1016
1148
  end
1017
1149
  end