aws-sdk-ecs 1.165.0 → 1.167.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -69,6 +69,8 @@ module Aws::ECS
69
69
  ContainerDefinitions = Shapes::ListShape.new(name: 'ContainerDefinitions')
70
70
  ContainerDependencies = Shapes::ListShape.new(name: 'ContainerDependencies')
71
71
  ContainerDependency = Shapes::StructureShape.new(name: 'ContainerDependency')
72
+ ContainerImage = Shapes::StructureShape.new(name: 'ContainerImage')
73
+ ContainerImages = Shapes::ListShape.new(name: 'ContainerImages')
72
74
  ContainerInstance = Shapes::StructureShape.new(name: 'ContainerInstance')
73
75
  ContainerInstanceField = Shapes::StringShape.new(name: 'ContainerInstanceField')
74
76
  ContainerInstanceFieldList = Shapes::ListShape.new(name: 'ContainerInstanceFieldList')
@@ -89,6 +91,7 @@ module Aws::ECS
89
91
  CreateServiceResponse = Shapes::StructureShape.new(name: 'CreateServiceResponse')
90
92
  CreateTaskSetRequest = Shapes::StructureShape.new(name: 'CreateTaskSetRequest')
91
93
  CreateTaskSetResponse = Shapes::StructureShape.new(name: 'CreateTaskSetResponse')
94
+ CreatedAt = Shapes::StructureShape.new(name: 'CreatedAt')
92
95
  DeleteAccountSettingRequest = Shapes::StructureShape.new(name: 'DeleteAccountSettingRequest')
93
96
  DeleteAccountSettingResponse = Shapes::StructureShape.new(name: 'DeleteAccountSettingResponse')
94
97
  DeleteAttributesRequest = Shapes::StructureShape.new(name: 'DeleteAttributesRequest')
@@ -122,6 +125,10 @@ module Aws::ECS
122
125
  DescribeClustersResponse = Shapes::StructureShape.new(name: 'DescribeClustersResponse')
123
126
  DescribeContainerInstancesRequest = Shapes::StructureShape.new(name: 'DescribeContainerInstancesRequest')
124
127
  DescribeContainerInstancesResponse = Shapes::StructureShape.new(name: 'DescribeContainerInstancesResponse')
128
+ DescribeServiceDeploymentsRequest = Shapes::StructureShape.new(name: 'DescribeServiceDeploymentsRequest')
129
+ DescribeServiceDeploymentsResponse = Shapes::StructureShape.new(name: 'DescribeServiceDeploymentsResponse')
130
+ DescribeServiceRevisionsRequest = Shapes::StructureShape.new(name: 'DescribeServiceRevisionsRequest')
131
+ DescribeServiceRevisionsResponse = Shapes::StructureShape.new(name: 'DescribeServiceRevisionsResponse')
125
132
  DescribeServicesRequest = Shapes::StructureShape.new(name: 'DescribeServicesRequest')
126
133
  DescribeServicesResponse = Shapes::StructureShape.new(name: 'DescribeServicesResponse')
127
134
  DescribeTaskDefinitionRequest = Shapes::StructureShape.new(name: 'DescribeTaskDefinitionRequest')
@@ -203,6 +210,8 @@ module Aws::ECS
203
210
  ListClustersResponse = Shapes::StructureShape.new(name: 'ListClustersResponse')
204
211
  ListContainerInstancesRequest = Shapes::StructureShape.new(name: 'ListContainerInstancesRequest')
205
212
  ListContainerInstancesResponse = Shapes::StructureShape.new(name: 'ListContainerInstancesResponse')
213
+ ListServiceDeploymentsRequest = Shapes::StructureShape.new(name: 'ListServiceDeploymentsRequest')
214
+ ListServiceDeploymentsResponse = Shapes::StructureShape.new(name: 'ListServiceDeploymentsResponse')
206
215
  ListServicesByNamespaceRequest = Shapes::StructureShape.new(name: 'ListServicesByNamespaceRequest')
207
216
  ListServicesByNamespaceResponse = Shapes::StructureShape.new(name: 'ListServicesByNamespaceResponse')
208
217
  ListServicesRequest = Shapes::StructureShape.new(name: 'ListServicesRequest')
@@ -289,6 +298,7 @@ module Aws::ECS
289
298
  ResourceRequirements = Shapes::ListShape.new(name: 'ResourceRequirements')
290
299
  ResourceType = Shapes::StringShape.new(name: 'ResourceType')
291
300
  Resources = Shapes::ListShape.new(name: 'Resources')
301
+ Rollback = Shapes::StructureShape.new(name: 'Rollback')
292
302
  RunTaskRequest = Shapes::StructureShape.new(name: 'RunTaskRequest')
293
303
  RunTaskResponse = Shapes::StructureShape.new(name: 'RunTaskResponse')
294
304
  RuntimePlatform = Shapes::StructureShape.new(name: 'RuntimePlatform')
@@ -310,6 +320,15 @@ module Aws::ECS
310
320
  ServiceConnectServiceResourceList = Shapes::ListShape.new(name: 'ServiceConnectServiceResourceList')
311
321
  ServiceConnectTlsCertificateAuthority = Shapes::StructureShape.new(name: 'ServiceConnectTlsCertificateAuthority')
312
322
  ServiceConnectTlsConfiguration = Shapes::StructureShape.new(name: 'ServiceConnectTlsConfiguration')
323
+ ServiceDeployment = Shapes::StructureShape.new(name: 'ServiceDeployment')
324
+ ServiceDeploymentAlarms = Shapes::StructureShape.new(name: 'ServiceDeploymentAlarms')
325
+ ServiceDeploymentBrief = Shapes::StructureShape.new(name: 'ServiceDeploymentBrief')
326
+ ServiceDeploymentCircuitBreaker = Shapes::StructureShape.new(name: 'ServiceDeploymentCircuitBreaker')
327
+ ServiceDeploymentRollbackMonitorsStatus = Shapes::StringShape.new(name: 'ServiceDeploymentRollbackMonitorsStatus')
328
+ ServiceDeploymentStatus = Shapes::StringShape.new(name: 'ServiceDeploymentStatus')
329
+ ServiceDeploymentStatusList = Shapes::ListShape.new(name: 'ServiceDeploymentStatusList')
330
+ ServiceDeployments = Shapes::ListShape.new(name: 'ServiceDeployments')
331
+ ServiceDeploymentsBrief = Shapes::ListShape.new(name: 'ServiceDeploymentsBrief')
313
332
  ServiceEvent = Shapes::StructureShape.new(name: 'ServiceEvent')
314
333
  ServiceEvents = Shapes::ListShape.new(name: 'ServiceEvents')
315
334
  ServiceField = Shapes::StringShape.new(name: 'ServiceField')
@@ -319,6 +338,10 @@ module Aws::ECS
319
338
  ServiceNotFoundException = Shapes::StructureShape.new(name: 'ServiceNotFoundException')
320
339
  ServiceRegistries = Shapes::ListShape.new(name: 'ServiceRegistries')
321
340
  ServiceRegistry = Shapes::StructureShape.new(name: 'ServiceRegistry')
341
+ ServiceRevision = Shapes::StructureShape.new(name: 'ServiceRevision')
342
+ ServiceRevisionSummary = Shapes::StructureShape.new(name: 'ServiceRevisionSummary')
343
+ ServiceRevisions = Shapes::ListShape.new(name: 'ServiceRevisions')
344
+ ServiceRevisionsSummaryList = Shapes::ListShape.new(name: 'ServiceRevisionsSummaryList')
322
345
  ServiceVolumeConfiguration = Shapes::StructureShape.new(name: 'ServiceVolumeConfiguration')
323
346
  ServiceVolumeConfigurations = Shapes::ListShape.new(name: 'ServiceVolumeConfigurations')
324
347
  Services = Shapes::ListShape.new(name: 'Services')
@@ -607,6 +630,13 @@ module Aws::ECS
607
630
  ContainerDependency.add_member(:condition, Shapes::ShapeRef.new(shape: ContainerCondition, required: true, location_name: "condition"))
608
631
  ContainerDependency.struct_class = Types::ContainerDependency
609
632
 
633
+ ContainerImage.add_member(:container_name, Shapes::ShapeRef.new(shape: String, location_name: "containerName"))
634
+ ContainerImage.add_member(:image_digest, Shapes::ShapeRef.new(shape: String, location_name: "imageDigest"))
635
+ ContainerImage.add_member(:image, Shapes::ShapeRef.new(shape: String, location_name: "image"))
636
+ ContainerImage.struct_class = Types::ContainerImage
637
+
638
+ ContainerImages.member = Shapes::ShapeRef.new(shape: ContainerImage)
639
+
610
640
  ContainerInstance.add_member(:container_instance_arn, Shapes::ShapeRef.new(shape: String, location_name: "containerInstanceArn"))
611
641
  ContainerInstance.add_member(:ec2_instance_id, Shapes::ShapeRef.new(shape: String, location_name: "ec2InstanceId"))
612
642
  ContainerInstance.add_member(:capacity_provider_name, Shapes::ShapeRef.new(shape: String, location_name: "capacityProviderName"))
@@ -732,6 +762,10 @@ module Aws::ECS
732
762
  CreateTaskSetResponse.add_member(:task_set, Shapes::ShapeRef.new(shape: TaskSet, location_name: "taskSet"))
733
763
  CreateTaskSetResponse.struct_class = Types::CreateTaskSetResponse
734
764
 
765
+ CreatedAt.add_member(:before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "before"))
766
+ CreatedAt.add_member(:after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "after"))
767
+ CreatedAt.struct_class = Types::CreatedAt
768
+
735
769
  DeleteAccountSettingRequest.add_member(:name, Shapes::ShapeRef.new(shape: SettingName, required: true, location_name: "name"))
736
770
  DeleteAccountSettingRequest.add_member(:principal_arn, Shapes::ShapeRef.new(shape: String, location_name: "principalArn"))
737
771
  DeleteAccountSettingRequest.struct_class = Types::DeleteAccountSettingRequest
@@ -805,8 +839,8 @@ module Aws::ECS
805
839
  Deployment.struct_class = Types::Deployment
806
840
 
807
841
  DeploymentAlarms.add_member(:alarm_names, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "alarmNames"))
808
- DeploymentAlarms.add_member(:enable, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "enable"))
809
842
  DeploymentAlarms.add_member(:rollback, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "rollback"))
843
+ DeploymentAlarms.add_member(:enable, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "enable"))
810
844
  DeploymentAlarms.struct_class = Types::DeploymentAlarms
811
845
 
812
846
  DeploymentCircuitBreaker.add_member(:enable, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "enable"))
@@ -869,6 +903,20 @@ module Aws::ECS
869
903
  DescribeContainerInstancesResponse.add_member(:failures, Shapes::ShapeRef.new(shape: Failures, location_name: "failures"))
870
904
  DescribeContainerInstancesResponse.struct_class = Types::DescribeContainerInstancesResponse
871
905
 
906
+ DescribeServiceDeploymentsRequest.add_member(:service_deployment_arns, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "serviceDeploymentArns"))
907
+ DescribeServiceDeploymentsRequest.struct_class = Types::DescribeServiceDeploymentsRequest
908
+
909
+ DescribeServiceDeploymentsResponse.add_member(:service_deployments, Shapes::ShapeRef.new(shape: ServiceDeployments, location_name: "serviceDeployments"))
910
+ DescribeServiceDeploymentsResponse.add_member(:failures, Shapes::ShapeRef.new(shape: Failures, location_name: "failures"))
911
+ DescribeServiceDeploymentsResponse.struct_class = Types::DescribeServiceDeploymentsResponse
912
+
913
+ DescribeServiceRevisionsRequest.add_member(:service_revision_arns, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "serviceRevisionArns"))
914
+ DescribeServiceRevisionsRequest.struct_class = Types::DescribeServiceRevisionsRequest
915
+
916
+ DescribeServiceRevisionsResponse.add_member(:service_revisions, Shapes::ShapeRef.new(shape: ServiceRevisions, location_name: "serviceRevisions"))
917
+ DescribeServiceRevisionsResponse.add_member(:failures, Shapes::ShapeRef.new(shape: Failures, location_name: "failures"))
918
+ DescribeServiceRevisionsResponse.struct_class = Types::DescribeServiceRevisionsResponse
919
+
872
920
  DescribeServicesRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
873
921
  DescribeServicesRequest.add_member(:services, Shapes::ShapeRef.new(shape: StringList, required: true, location_name: "services"))
874
922
  DescribeServicesRequest.add_member(:include, Shapes::ShapeRef.new(shape: ServiceFieldList, location_name: "include"))
@@ -1124,6 +1172,18 @@ module Aws::ECS
1124
1172
  ListContainerInstancesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1125
1173
  ListContainerInstancesResponse.struct_class = Types::ListContainerInstancesResponse
1126
1174
 
1175
+ ListServiceDeploymentsRequest.add_member(:service, Shapes::ShapeRef.new(shape: String, required: true, location_name: "service"))
1176
+ ListServiceDeploymentsRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
1177
+ ListServiceDeploymentsRequest.add_member(:status, Shapes::ShapeRef.new(shape: ServiceDeploymentStatusList, location_name: "status"))
1178
+ ListServiceDeploymentsRequest.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
1179
+ ListServiceDeploymentsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1180
+ ListServiceDeploymentsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "maxResults"))
1181
+ ListServiceDeploymentsRequest.struct_class = Types::ListServiceDeploymentsRequest
1182
+
1183
+ ListServiceDeploymentsResponse.add_member(:service_deployments, Shapes::ShapeRef.new(shape: ServiceDeploymentsBrief, location_name: "serviceDeployments"))
1184
+ ListServiceDeploymentsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1185
+ ListServiceDeploymentsResponse.struct_class = Types::ListServiceDeploymentsResponse
1186
+
1127
1187
  ListServicesByNamespaceRequest.add_member(:namespace, Shapes::ShapeRef.new(shape: String, required: true, location_name: "namespace"))
1128
1188
  ListServicesByNamespaceRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "nextToken"))
1129
1189
  ListServicesByNamespaceRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "maxResults"))
@@ -1402,6 +1462,11 @@ module Aws::ECS
1402
1462
 
1403
1463
  Resources.member = Shapes::ShapeRef.new(shape: Resource)
1404
1464
 
1465
+ Rollback.add_member(:reason, Shapes::ShapeRef.new(shape: String, location_name: "reason"))
1466
+ Rollback.add_member(:started_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startedAt"))
1467
+ Rollback.add_member(:service_revision_arn, Shapes::ShapeRef.new(shape: String, location_name: "serviceRevisionArn"))
1468
+ Rollback.struct_class = Types::Rollback
1469
+
1405
1470
  RunTaskRequest.add_member(:capacity_provider_strategy, Shapes::ShapeRef.new(shape: CapacityProviderStrategy, location_name: "capacityProviderStrategy"))
1406
1471
  RunTaskRequest.add_member(:cluster, Shapes::ShapeRef.new(shape: String, location_name: "cluster"))
1407
1472
  RunTaskRequest.add_member(:count, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "count"))
@@ -1513,6 +1578,51 @@ module Aws::ECS
1513
1578
  ServiceConnectTlsConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: String, location_name: "roleArn"))
1514
1579
  ServiceConnectTlsConfiguration.struct_class = Types::ServiceConnectTlsConfiguration
1515
1580
 
1581
+ ServiceDeployment.add_member(:service_deployment_arn, Shapes::ShapeRef.new(shape: String, location_name: "serviceDeploymentArn"))
1582
+ ServiceDeployment.add_member(:service_arn, Shapes::ShapeRef.new(shape: String, location_name: "serviceArn"))
1583
+ ServiceDeployment.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "clusterArn"))
1584
+ ServiceDeployment.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
1585
+ ServiceDeployment.add_member(:started_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startedAt"))
1586
+ ServiceDeployment.add_member(:finished_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "finishedAt"))
1587
+ ServiceDeployment.add_member(:stopped_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "stoppedAt"))
1588
+ ServiceDeployment.add_member(:updated_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updatedAt"))
1589
+ ServiceDeployment.add_member(:source_service_revisions, Shapes::ShapeRef.new(shape: ServiceRevisionsSummaryList, location_name: "sourceServiceRevisions"))
1590
+ ServiceDeployment.add_member(:target_service_revision, Shapes::ShapeRef.new(shape: ServiceRevisionSummary, location_name: "targetServiceRevision"))
1591
+ ServiceDeployment.add_member(:status, Shapes::ShapeRef.new(shape: ServiceDeploymentStatus, location_name: "status"))
1592
+ ServiceDeployment.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
1593
+ ServiceDeployment.add_member(:deployment_configuration, Shapes::ShapeRef.new(shape: DeploymentConfiguration, location_name: "deploymentConfiguration"))
1594
+ ServiceDeployment.add_member(:rollback, Shapes::ShapeRef.new(shape: Rollback, location_name: "rollback"))
1595
+ ServiceDeployment.add_member(:deployment_circuit_breaker, Shapes::ShapeRef.new(shape: ServiceDeploymentCircuitBreaker, location_name: "deploymentCircuitBreaker"))
1596
+ ServiceDeployment.add_member(:alarms, Shapes::ShapeRef.new(shape: ServiceDeploymentAlarms, location_name: "alarms"))
1597
+ ServiceDeployment.struct_class = Types::ServiceDeployment
1598
+
1599
+ ServiceDeploymentAlarms.add_member(:status, Shapes::ShapeRef.new(shape: ServiceDeploymentRollbackMonitorsStatus, location_name: "status"))
1600
+ ServiceDeploymentAlarms.add_member(:alarm_names, Shapes::ShapeRef.new(shape: StringList, location_name: "alarmNames"))
1601
+ ServiceDeploymentAlarms.add_member(:triggered_alarm_names, Shapes::ShapeRef.new(shape: StringList, location_name: "triggeredAlarmNames"))
1602
+ ServiceDeploymentAlarms.struct_class = Types::ServiceDeploymentAlarms
1603
+
1604
+ ServiceDeploymentBrief.add_member(:service_deployment_arn, Shapes::ShapeRef.new(shape: String, location_name: "serviceDeploymentArn"))
1605
+ ServiceDeploymentBrief.add_member(:service_arn, Shapes::ShapeRef.new(shape: String, location_name: "serviceArn"))
1606
+ ServiceDeploymentBrief.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "clusterArn"))
1607
+ ServiceDeploymentBrief.add_member(:started_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startedAt"))
1608
+ ServiceDeploymentBrief.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
1609
+ ServiceDeploymentBrief.add_member(:finished_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "finishedAt"))
1610
+ ServiceDeploymentBrief.add_member(:target_service_revision_arn, Shapes::ShapeRef.new(shape: String, location_name: "targetServiceRevisionArn"))
1611
+ ServiceDeploymentBrief.add_member(:status, Shapes::ShapeRef.new(shape: ServiceDeploymentStatus, location_name: "status"))
1612
+ ServiceDeploymentBrief.add_member(:status_reason, Shapes::ShapeRef.new(shape: String, location_name: "statusReason"))
1613
+ ServiceDeploymentBrief.struct_class = Types::ServiceDeploymentBrief
1614
+
1615
+ ServiceDeploymentCircuitBreaker.add_member(:status, Shapes::ShapeRef.new(shape: ServiceDeploymentRollbackMonitorsStatus, location_name: "status"))
1616
+ ServiceDeploymentCircuitBreaker.add_member(:failure_count, Shapes::ShapeRef.new(shape: Integer, location_name: "failureCount"))
1617
+ ServiceDeploymentCircuitBreaker.add_member(:threshold, Shapes::ShapeRef.new(shape: Integer, location_name: "threshold"))
1618
+ ServiceDeploymentCircuitBreaker.struct_class = Types::ServiceDeploymentCircuitBreaker
1619
+
1620
+ ServiceDeploymentStatusList.member = Shapes::ShapeRef.new(shape: ServiceDeploymentStatus)
1621
+
1622
+ ServiceDeployments.member = Shapes::ShapeRef.new(shape: ServiceDeployment)
1623
+
1624
+ ServiceDeploymentsBrief.member = Shapes::ShapeRef.new(shape: ServiceDeploymentBrief)
1625
+
1516
1626
  ServiceEvent.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
1517
1627
  ServiceEvent.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
1518
1628
  ServiceEvent.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
@@ -1546,6 +1656,35 @@ module Aws::ECS
1546
1656
  ServiceRegistry.add_member(:container_port, Shapes::ShapeRef.new(shape: BoxedInteger, location_name: "containerPort"))
1547
1657
  ServiceRegistry.struct_class = Types::ServiceRegistry
1548
1658
 
1659
+ ServiceRevision.add_member(:service_revision_arn, Shapes::ShapeRef.new(shape: String, location_name: "serviceRevisionArn"))
1660
+ ServiceRevision.add_member(:service_arn, Shapes::ShapeRef.new(shape: String, location_name: "serviceArn"))
1661
+ ServiceRevision.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "clusterArn"))
1662
+ ServiceRevision.add_member(:task_definition, Shapes::ShapeRef.new(shape: String, location_name: "taskDefinition"))
1663
+ ServiceRevision.add_member(:capacity_provider_strategy, Shapes::ShapeRef.new(shape: CapacityProviderStrategy, location_name: "capacityProviderStrategy"))
1664
+ ServiceRevision.add_member(:launch_type, Shapes::ShapeRef.new(shape: LaunchType, location_name: "launchType"))
1665
+ ServiceRevision.add_member(:platform_version, Shapes::ShapeRef.new(shape: String, location_name: "platformVersion"))
1666
+ ServiceRevision.add_member(:platform_family, Shapes::ShapeRef.new(shape: String, location_name: "platformFamily"))
1667
+ ServiceRevision.add_member(:load_balancers, Shapes::ShapeRef.new(shape: LoadBalancers, location_name: "loadBalancers"))
1668
+ ServiceRevision.add_member(:service_registries, Shapes::ShapeRef.new(shape: ServiceRegistries, location_name: "serviceRegistries"))
1669
+ ServiceRevision.add_member(:network_configuration, Shapes::ShapeRef.new(shape: NetworkConfiguration, location_name: "networkConfiguration"))
1670
+ ServiceRevision.add_member(:container_images, Shapes::ShapeRef.new(shape: ContainerImages, location_name: "containerImages"))
1671
+ ServiceRevision.add_member(:guard_duty_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "guardDutyEnabled"))
1672
+ ServiceRevision.add_member(:service_connect_configuration, Shapes::ShapeRef.new(shape: ServiceConnectConfiguration, location_name: "serviceConnectConfiguration"))
1673
+ ServiceRevision.add_member(:volume_configurations, Shapes::ShapeRef.new(shape: ServiceVolumeConfigurations, location_name: "volumeConfigurations"))
1674
+ ServiceRevision.add_member(:fargate_ephemeral_storage, Shapes::ShapeRef.new(shape: DeploymentEphemeralStorage, location_name: "fargateEphemeralStorage"))
1675
+ ServiceRevision.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
1676
+ ServiceRevision.struct_class = Types::ServiceRevision
1677
+
1678
+ ServiceRevisionSummary.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
1679
+ ServiceRevisionSummary.add_member(:requested_task_count, Shapes::ShapeRef.new(shape: Integer, location_name: "requestedTaskCount"))
1680
+ ServiceRevisionSummary.add_member(:running_task_count, Shapes::ShapeRef.new(shape: Integer, location_name: "runningTaskCount"))
1681
+ ServiceRevisionSummary.add_member(:pending_task_count, Shapes::ShapeRef.new(shape: Integer, location_name: "pendingTaskCount"))
1682
+ ServiceRevisionSummary.struct_class = Types::ServiceRevisionSummary
1683
+
1684
+ ServiceRevisions.member = Shapes::ShapeRef.new(shape: ServiceRevision)
1685
+
1686
+ ServiceRevisionsSummaryList.member = Shapes::ShapeRef.new(shape: ServiceRevisionSummary)
1687
+
1549
1688
  ServiceVolumeConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: ECSVolumeName, required: true, location_name: "name"))
1550
1689
  ServiceVolumeConfiguration.add_member(:managed_ebs_volume, Shapes::ShapeRef.new(shape: ServiceManagedEBSVolumeConfiguration, location_name: "managedEBSVolume"))
1551
1690
  ServiceVolumeConfiguration.struct_class = Types::ServiceVolumeConfiguration
@@ -2176,6 +2315,36 @@ module Aws::ECS
2176
2315
  o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
2177
2316
  end)
2178
2317
 
2318
+ api.add_operation(:describe_service_deployments, Seahorse::Model::Operation.new.tap do |o|
2319
+ o.name = "DescribeServiceDeployments"
2320
+ o.http_method = "POST"
2321
+ o.http_request_uri = "/"
2322
+ o.input = Shapes::ShapeRef.new(shape: DescribeServiceDeploymentsRequest)
2323
+ o.output = Shapes::ShapeRef.new(shape: DescribeServiceDeploymentsResponse)
2324
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2325
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
2326
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
2327
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2328
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
2329
+ o.errors << Shapes::ShapeRef.new(shape: ServiceNotFoundException)
2330
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedFeatureException)
2331
+ end)
2332
+
2333
+ api.add_operation(:describe_service_revisions, Seahorse::Model::Operation.new.tap do |o|
2334
+ o.name = "DescribeServiceRevisions"
2335
+ o.http_method = "POST"
2336
+ o.http_request_uri = "/"
2337
+ o.input = Shapes::ShapeRef.new(shape: DescribeServiceRevisionsRequest)
2338
+ o.output = Shapes::ShapeRef.new(shape: DescribeServiceRevisionsResponse)
2339
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2340
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
2341
+ o.errors << Shapes::ShapeRef.new(shape: ClusterNotFoundException)
2342
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2343
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
2344
+ o.errors << Shapes::ShapeRef.new(shape: ServiceNotFoundException)
2345
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedFeatureException)
2346
+ end)
2347
+
2179
2348
  api.add_operation(:describe_services, Seahorse::Model::Operation.new.tap do |o|
2180
2349
  o.name = "DescribeServices"
2181
2350
  o.http_method = "POST"
@@ -2334,6 +2503,20 @@ module Aws::ECS
2334
2503
  )
2335
2504
  end)
2336
2505
 
2506
+ api.add_operation(:list_service_deployments, Seahorse::Model::Operation.new.tap do |o|
2507
+ o.name = "ListServiceDeployments"
2508
+ o.http_method = "POST"
2509
+ o.http_request_uri = "/"
2510
+ o.input = Shapes::ShapeRef.new(shape: ListServiceDeploymentsRequest)
2511
+ o.output = Shapes::ShapeRef.new(shape: ListServiceDeploymentsResponse)
2512
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2513
+ o.errors << Shapes::ShapeRef.new(shape: ClientException)
2514
+ o.errors << Shapes::ShapeRef.new(shape: InvalidParameterException)
2515
+ o.errors << Shapes::ShapeRef.new(shape: ServerException)
2516
+ o.errors << Shapes::ShapeRef.new(shape: ServiceNotFoundException)
2517
+ o.errors << Shapes::ShapeRef.new(shape: UnsupportedFeatureException)
2518
+ end)
2519
+
2337
2520
  api.add_operation(:list_services, Seahorse::Model::Operation.new.tap do |o|
2338
2521
  o.name = "ListServices"
2339
2522
  o.http_method = "POST"