aws-sdk-ecs 1.192.0 → 1.194.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 98c19597f8dbe1de1f1618fbda56f0469479eb6b08970d15407276f5746cf703
4
- data.tar.gz: 4bedccfd80a9695b0b55e84de17b0d60e3c7df2ceadba83ecb8828da29a9f1fa
3
+ metadata.gz: ee3ea98304c30b7f4a951642bcdcaefe62f892514bde76debabd1cc01542237f
4
+ data.tar.gz: fe6518043d1024c569ad19f76723a3a3b95d7667e6e38315d66524e7073bb7e1
5
5
  SHA512:
6
- metadata.gz: 3a08f10c4dccebd955cfceee551589e7ce896078bd89e6bec1a5b6f7b3e9eae159e212d3a40d78b58f7ddeddeea67caf999ce5d60d92f4821bfc0241524f0bd7
7
- data.tar.gz: 89778af0c0cf3f7e1b8e8d98259d62dcb3466d9d2210da184be20696a7c0a150b4d2fba1616dacd36a0f0e73a920daf8a9c1f62fc1acd92e8aaef9ac371b0b38
6
+ metadata.gz: 7704db613a2eca8b7668508b4996940bf720a46514f7ca11683649af8fd766b616aa933d35addf1da7c1b203458f250ca8ef6ada66e18f0d3e024483fd8c1573
7
+ data.tar.gz: 6d6bda55d509d52b8fda932bba887c24bb8b2fc0e464958661f8aa04a95617ec129983bb3faea99ccab99089bab0c971deab289eaff2538d6b3eb9271c556dc2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.194.0 (2025-06-12)
5
+ ------------------
6
+
7
+ * Feature - This Amazon ECS release supports updating the capacityProviderStrategy parameter in update-service.
8
+
9
+ 1.193.0 (2025-06-02)
10
+ ------------------
11
+
12
+ * Feature - Updates Amazon ECS documentation to include note for upcoming default log driver mode change.
13
+
4
14
  1.192.0 (2025-05-16)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.192.0
1
+ 1.194.0
@@ -6789,6 +6789,18 @@ module Aws::ECS
6789
6789
  # using this account setting will be used as the default. For more
6790
6790
  # information about log delivery modes, see [LogConfiguration][7].
6791
6791
  #
6792
+ # <note markdown="1"> On June 25, 2025, Amazon ECS is changing the default log driver mode
6793
+ # from `blocking` to `non-blocking` to prioritize task availability
6794
+ # over logging. To continue using the `blocking` mode after this
6795
+ # change, do one of the following:
6796
+ #
6797
+ # * Set the `mode` option in your container definition's
6798
+ # `logConfiguration` as `blocking`.
6799
+ #
6800
+ # * Set the `defaultLogDriverMode` account setting to `blocking`.
6801
+ #
6802
+ # </note>
6803
+ #
6792
6804
  # * `guardDutyActivate` - The `guardDutyActivate` parameter is read-only
6793
6805
  # in Amazon ECS and indicates whether Amazon ECS Runtime Monitoring is
6794
6806
  # enabled or disabled by your security administrator in your Amazon
@@ -7016,6 +7028,18 @@ module Aws::ECS
7016
7028
  # using this account setting will be used as the default. For more
7017
7029
  # information about log delivery modes, see [LogConfiguration][7].
7018
7030
  #
7031
+ # <note markdown="1"> On June 25, 2025, Amazon ECS is changing the default log driver mode
7032
+ # from `blocking` to `non-blocking` to prioritize task availability
7033
+ # over logging. To continue using the `blocking` mode after this
7034
+ # change, do one of the following:
7035
+ #
7036
+ # * Set the `mode` option in your container definition's
7037
+ # `logConfiguration` as `blocking`.
7038
+ #
7039
+ # * Set the `defaultLogDriverMode` account setting to `blocking`.
7040
+ #
7041
+ # </note>
7042
+ #
7019
7043
  # * `guardDutyActivate` - The `guardDutyActivate` parameter is read-only
7020
7044
  # in Amazon ECS and indicates whether Amazon ECS Runtime Monitoring is
7021
7045
  # enabled or disabled by your security administrator in your Amazon
@@ -11433,31 +11457,20 @@ module Aws::ECS
11433
11457
  # Zone (based on the previous steps), favoring container instances
11434
11458
  # with the largest number of running tasks for this service.
11435
11459
  #
11436
- # <note markdown="1"> You must have a service-linked role when you update any of the
11437
- # following service properties:
11438
- #
11439
- # * `loadBalancers`,
11440
- #
11441
- # * `serviceRegistries`
11442
- #
11443
- # For more information about the role see the `CreateService` request
11444
- # parameter [ `role` ][5].
11445
- #
11446
- # </note>
11447
- #
11448
11460
  #
11449
11461
  #
11450
11462
  # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ebs-volumes.html#ebs-volume-types
11451
11463
  # [2]: https://docs.aws.amazon.com/codedeploy/latest/APIReference/API_CreateDeployment.html
11452
11464
  # [3]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateTaskSet.html
11453
11465
  # [4]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_UpdateService.html
11454
- # [5]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateService.html#ECS-CreateService-request-role
11455
11466
  #
11456
11467
  # @option params [String] :cluster
11457
11468
  # The short name or full Amazon Resource Name (ARN) of the cluster that
11458
11469
  # your service runs on. If you do not specify a cluster, the default
11459
11470
  # cluster is assumed.
11460
11471
  #
11472
+ # You can't change the cluster name.
11473
+ #
11461
11474
  # @option params [required, String] :service
11462
11475
  # The name of the service to update.
11463
11476
  #
@@ -11474,41 +11487,39 @@ module Aws::ECS
11474
11487
  # after the new version is running.
11475
11488
  #
11476
11489
  # @option params [Array<Types::CapacityProviderStrategyItem>] :capacity_provider_strategy
11477
- # The capacity provider strategy to update the service to use.
11490
+ # The details of a capacity provider strategy. You can set a capacity
11491
+ # provider when you create a cluster, run a task, or update a service.
11478
11492
  #
11479
- # if the service uses the default capacity provider strategy for the
11480
- # cluster, the service can be updated to use one or more capacity
11481
- # providers as opposed to the default capacity provider strategy.
11482
- # However, when a service is using a capacity provider strategy that's
11483
- # not the default capacity provider strategy, the service can't be
11484
- # updated to use the cluster's default capacity provider strategy.
11493
+ # When you use Fargate, the capacity providers are `FARGATE` or
11494
+ # `FARGATE_SPOT`.
11485
11495
  #
11486
- # A capacity provider strategy consists of one or more capacity
11487
- # providers along with the `base` and `weight` to assign to them. A
11488
- # capacity provider must be associated with the cluster to be used in a
11489
- # capacity provider strategy. The [PutClusterCapacityProviders][1] API
11490
- # is used to associate a capacity provider with a cluster. Only capacity
11491
- # providers with an `ACTIVE` or `UPDATING` status can be used.
11496
+ # When you use Amazon EC2, the capacity providers are Auto Scaling
11497
+ # groups.
11492
11498
  #
11493
- # If specifying a capacity provider that uses an Auto Scaling group, the
11494
- # capacity provider must already be created. New capacity providers can
11495
- # be created with the [CreateClusterCapacityProvider][2] API operation.
11499
+ # You can change capacity providers for rolling deployments and
11500
+ # blue/green deployments.
11496
11501
  #
11497
- # To use a Fargate capacity provider, specify either the `FARGATE` or
11498
- # `FARGATE_SPOT` capacity providers. The Fargate capacity providers are
11499
- # available to all accounts and only need to be associated with a
11500
- # cluster to be used.
11502
+ # The following list provides the valid transitions:
11501
11503
  #
11502
- # The [PutClusterCapacityProviders][1]API operation is used to update
11503
- # the list of available capacity providers for a cluster after the
11504
- # cluster is created.
11504
+ # * Update the Fargate launch type to an EC2 capacity provider.
11505
11505
  #
11506
+ # * Update the Amazon EC2 launch type to a Fargate capacity provider.
11506
11507
  #
11508
+ # * Update the Fargate capacity provider to an EC2 capacity provider.
11507
11509
  #
11510
+ # * Update the Amazon EC2 capacity provider to a Fargate capacity
11511
+ # provider.
11508
11512
  #
11513
+ # * Update the EC2 or Fargate capacity provider back to the launch type.
11509
11514
  #
11510
- # [1]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutClusterCapacityProviders.html
11511
- # [2]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateClusterCapacityProvider.html
11515
+ # Pass an empty list in the `capacityProvider` parameter.
11516
+ #
11517
+ # For information about Amazon Web Services CDK considerations, see
11518
+ # [Amazon Web Services CDK considerations][1].
11519
+ #
11520
+ #
11521
+ #
11522
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/update-service-parameters.html
11512
11523
  #
11513
11524
  # @option params [Types::DeploymentConfiguration] :deployment_configuration
11514
11525
  # Optional deployment parameters that control how many tasks run during
@@ -11605,6 +11616,10 @@ module Aws::ECS
11605
11616
  # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-using-tags.html
11606
11617
  #
11607
11618
  # @option params [Array<Types::LoadBalancer>] :load_balancers
11619
+ # <note markdown="1"> You must have a service-linked role when you update this property
11620
+ #
11621
+ # </note>
11622
+ #
11608
11623
  # A list of Elastic Load Balancing load balancer objects. It contains
11609
11624
  # the load balancer name, the container name, and the container port to
11610
11625
  # access from the load balancer. The container name is as it appears in
@@ -11651,8 +11666,15 @@ module Aws::ECS
11651
11666
  # that Amazon ECS starts new tasks with the updated tags.
11652
11667
  #
11653
11668
  # @option params [Array<Types::ServiceRegistry>] :service_registries
11669
+ # <note markdown="1"> You must have a service-linked role when you update this property.
11670
+ #
11671
+ # For more information about the role see the `CreateService` request
11672
+ # parameter [ `role` ][1].
11673
+ #
11674
+ # </note>
11675
+ #
11654
11676
  # The details for the service discovery registries to assign to this
11655
- # service. For more information, see [Service Discovery][1].
11677
+ # service. For more information, see [Service Discovery][2].
11656
11678
  #
11657
11679
  # When you add, update, or remove the service registries configuration,
11658
11680
  # Amazon ECS starts new tasks with the updated service registries
@@ -11663,7 +11685,8 @@ module Aws::ECS
11663
11685
  #
11664
11686
  #
11665
11687
  #
11666
- # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-discovery.html
11688
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateService.html#ECS-CreateService-request-role
11689
+ # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-discovery.html
11667
11690
  #
11668
11691
  # @option params [Types::ServiceConnectConfiguration] :service_connect_configuration
11669
11692
  # The configuration for this service to discover and connect to
@@ -12539,7 +12562,7 @@ module Aws::ECS
12539
12562
  tracer: tracer
12540
12563
  )
12541
12564
  context[:gem_name] = 'aws-sdk-ecs'
12542
- context[:gem_version] = '1.192.0'
12565
+ context[:gem_version] = '1.194.0'
12543
12566
  Seahorse::Client::Request.new(handlers, context)
12544
12567
  end
12545
12568
 
@@ -5382,6 +5382,45 @@ module Aws::ECS
5382
5382
  # are part of a service, if the task reports as unhealthy then the task
5383
5383
  # will be stopped and the service scheduler will replace it.
5384
5384
  #
5385
+ # When a container health check fails for a task that is part of a
5386
+ # service, the following process occurs:
5387
+ #
5388
+ # 1. The task is marked as `UNHEALTHY`.
5389
+ #
5390
+ # 2. The unhealthy task will be stopped, and during the stopping
5391
+ # process, it will go through the following states:
5392
+ #
5393
+ # * `DEACTIVATING` - In this state, Amazon ECS performs additional
5394
+ # steps before stopping the task. For example, for tasks that are
5395
+ # part of services configured to use Elastic Load Balancing target
5396
+ # groups, target groups will be deregistered in this state.
5397
+ #
5398
+ # * `STOPPING` - The task is in the process of being stopped.
5399
+ #
5400
+ # * `DEPROVISIONING` - Resources associated with the task are being
5401
+ # cleaned up.
5402
+ #
5403
+ # * `STOPPED` - The task has been completely stopped.
5404
+ # 3. After the old task stops, a new task will be launched to ensure
5405
+ # service operation, and the new task will go through the following
5406
+ # lifecycle:
5407
+ #
5408
+ # * `PROVISIONING` - Resources required for the task are being
5409
+ # provisioned.
5410
+ #
5411
+ # * `PENDING` - The task is waiting to be placed on a container
5412
+ # instance.
5413
+ #
5414
+ # * `ACTIVATING` - In this state, Amazon ECS pulls container images,
5415
+ # creates containers, configures task networking, registers load
5416
+ # balancer target groups, and configures service discovery status.
5417
+ #
5418
+ # * `RUNNING` - The task is running and performing its work.
5419
+ #
5420
+ # For more detailed information about task lifecycle states, see [Task
5421
+ # lifecycle][1] in the *Amazon Elastic Container Service Developer
5422
+ # Guide*.
5423
+ #
5385
5424
  # The following are notes about container health check support:
5386
5425
  #
5387
5426
  # * If the Amazon ECS container agent becomes disconnected from the
@@ -5396,25 +5435,26 @@ module Aws::ECS
5396
5435
  #
5397
5436
  # * Container health checks require version `1.17.0` or greater of the
5398
5437
  # Amazon ECS container agent. For more information, see [Updating the
5399
- # Amazon ECS container agent][1].
5438
+ # Amazon ECS container agent][2].
5400
5439
  #
5401
5440
  # * Container health checks are supported for Fargate tasks if you're
5402
5441
  # using platform version `1.1.0` or greater. For more information, see
5403
- # [Fargate platform versions][2].
5442
+ # [Fargate platform versions][3].
5404
5443
  #
5405
5444
  # * Container health checks aren't supported for tasks that are part of
5406
5445
  # a service that's configured to use a Classic Load Balancer.
5407
5446
  #
5408
5447
  # For an example of how to specify a task definition with multiple
5409
5448
  # containers where container dependency is specified, see [Container
5410
- # dependency][3] in the *Amazon Elastic Container Service Developer
5449
+ # dependency][4] in the *Amazon Elastic Container Service Developer
5411
5450
  # Guide*.
5412
5451
  #
5413
5452
  #
5414
5453
  #
5415
- # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-update.html
5416
- # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html
5417
- # [3]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/example_task_definitions.html#example_task_definition-containerdependency
5454
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-lifecycle-explanation.html
5455
+ # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-agent-update.html
5456
+ # [3]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/platform_versions.html
5457
+ # [4]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/example_task_definitions.html#example_task_definition-containerdependency
5418
5458
  #
5419
5459
  # @!attribute [rw] command
5420
5460
  # A string array representing the command that the container runs to
@@ -7027,6 +7067,18 @@ module Aws::ECS
7027
7067
  # see [Default log driver mode][4] in the *Amazon Elastic Container
7028
7068
  # Service Developer Guide*.
7029
7069
  #
7070
+ # <note markdown="1"> On June 25, 2025, Amazon ECS is changing the default log driver
7071
+ # mode from `blocking` to `non-blocking` to prioritize task
7072
+ # availability over logging. To continue using the `blocking` mode
7073
+ # after this change, do one of the following:
7074
+ #
7075
+ # * Set the `mode` option in your container definition's
7076
+ # `logConfiguration` as `blocking`.
7077
+ #
7078
+ # * Set the `defaultLogDriverMode` account setting to `blocking`.
7079
+ #
7080
+ # </note>
7081
+ #
7030
7082
  # max-buffer-size
7031
7083
  #
7032
7084
  # : Required: No
@@ -8017,6 +8069,18 @@ module Aws::ECS
8017
8069
  # using this account setting will be used as the default. For more
8018
8070
  # information about log delivery modes, see [LogConfiguration][7].
8019
8071
  #
8072
+ # <note markdown="1"> On June 25, 2025, Amazon ECS is changing the default log driver
8073
+ # mode from `blocking` to `non-blocking` to prioritize task
8074
+ # availability over logging. To continue using the `blocking` mode
8075
+ # after this change, do one of the following:
8076
+ #
8077
+ # * Set the `mode` option in your container definition's
8078
+ # `logConfiguration` as `blocking`.
8079
+ #
8080
+ # * Set the `defaultLogDriverMode` account setting to `blocking`.
8081
+ #
8082
+ # </note>
8083
+ #
8020
8084
  # * `guardDutyActivate` - The `guardDutyActivate` parameter is
8021
8085
  # read-only in Amazon ECS and indicates whether Amazon ECS Runtime
8022
8086
  # Monitoring is enabled or disabled by your security administrator
@@ -8172,6 +8236,18 @@ module Aws::ECS
8172
8236
  # using this account setting will be used as the default. For more
8173
8237
  # information about log delivery modes, see [LogConfiguration][7].
8174
8238
  #
8239
+ # <note markdown="1"> On June 25, 2025, Amazon ECS is changing the default log driver
8240
+ # mode from `blocking` to `non-blocking` to prioritize task
8241
+ # availability over logging. To continue using the `blocking` mode
8242
+ # after this change, do one of the following:
8243
+ #
8244
+ # * Set the `mode` option in your container definition's
8245
+ # `logConfiguration` as `blocking`.
8246
+ #
8247
+ # * Set the `defaultLogDriverMode` account setting to `blocking`.
8248
+ #
8249
+ # </note>
8250
+ #
8175
8251
  # * `guardDutyActivate` - The `guardDutyActivate` parameter is
8176
8252
  # read-only in Amazon ECS and indicates whether Amazon ECS Runtime
8177
8253
  # Monitoring is enabled or disabled by your security administrator
@@ -13316,6 +13392,8 @@ module Aws::ECS
13316
13392
  # The short name or full Amazon Resource Name (ARN) of the cluster
13317
13393
  # that your service runs on. If you do not specify a cluster, the
13318
13394
  # default cluster is assumed.
13395
+ #
13396
+ # You can't change the cluster name.
13319
13397
  # @return [String]
13320
13398
  #
13321
13399
  # @!attribute [rw] service
@@ -13337,44 +13415,40 @@ module Aws::ECS
13337
13415
  # @return [String]
13338
13416
  #
13339
13417
  # @!attribute [rw] capacity_provider_strategy
13340
- # The capacity provider strategy to update the service to use.
13418
+ # The details of a capacity provider strategy. You can set a capacity
13419
+ # provider when you create a cluster, run a task, or update a service.
13341
13420
  #
13342
- # if the service uses the default capacity provider strategy for the
13343
- # cluster, the service can be updated to use one or more capacity
13344
- # providers as opposed to the default capacity provider strategy.
13345
- # However, when a service is using a capacity provider strategy
13346
- # that's not the default capacity provider strategy, the service
13347
- # can't be updated to use the cluster's default capacity provider
13348
- # strategy.
13421
+ # When you use Fargate, the capacity providers are `FARGATE` or
13422
+ # `FARGATE_SPOT`.
13349
13423
  #
13350
- # A capacity provider strategy consists of one or more capacity
13351
- # providers along with the `base` and `weight` to assign to them. A
13352
- # capacity provider must be associated with the cluster to be used in
13353
- # a capacity provider strategy. The [PutClusterCapacityProviders][1]
13354
- # API is used to associate a capacity provider with a cluster. Only
13355
- # capacity providers with an `ACTIVE` or `UPDATING` status can be
13356
- # used.
13424
+ # When you use Amazon EC2, the capacity providers are Auto Scaling
13425
+ # groups.
13357
13426
  #
13358
- # If specifying a capacity provider that uses an Auto Scaling group,
13359
- # the capacity provider must already be created. New capacity
13360
- # providers can be created with the [CreateClusterCapacityProvider][2]
13361
- # API operation.
13427
+ # You can change capacity providers for rolling deployments and
13428
+ # blue/green deployments.
13362
13429
  #
13363
- # To use a Fargate capacity provider, specify either the `FARGATE` or
13364
- # `FARGATE_SPOT` capacity providers. The Fargate capacity providers
13365
- # are available to all accounts and only need to be associated with a
13366
- # cluster to be used.
13430
+ # The following list provides the valid transitions:
13367
13431
  #
13368
- # The [PutClusterCapacityProviders][1]API operation is used to update
13369
- # the list of available capacity providers for a cluster after the
13370
- # cluster is created.
13432
+ # * Update the Fargate launch type to an EC2 capacity provider.
13371
13433
  #
13434
+ # * Update the Amazon EC2 launch type to a Fargate capacity provider.
13372
13435
  #
13436
+ # * Update the Fargate capacity provider to an EC2 capacity provider.
13373
13437
  #
13438
+ # * Update the Amazon EC2 capacity provider to a Fargate capacity
13439
+ # provider.
13374
13440
  #
13441
+ # * Update the EC2 or Fargate capacity provider back to the launch
13442
+ # type.
13375
13443
  #
13376
- # [1]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PutClusterCapacityProviders.html
13377
- # [2]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateClusterCapacityProvider.html
13444
+ # Pass an empty list in the `capacityProvider` parameter.
13445
+ #
13446
+ # For information about Amazon Web Services CDK considerations, see
13447
+ # [Amazon Web Services CDK considerations][1].
13448
+ #
13449
+ #
13450
+ #
13451
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/update-service-parameters.html
13378
13452
  # @return [Array<Types::CapacityProviderStrategyItem>]
13379
13453
  #
13380
13454
  # @!attribute [rw] deployment_configuration
@@ -13486,6 +13560,10 @@ module Aws::ECS
13486
13560
  # @return [Boolean]
13487
13561
  #
13488
13562
  # @!attribute [rw] load_balancers
13563
+ # <note markdown="1"> You must have a service-linked role when you update this property
13564
+ #
13565
+ # </note>
13566
+ #
13489
13567
  # A list of Elastic Load Balancing load balancer objects. It contains
13490
13568
  # the load balancer name, the container name, and the container port
13491
13569
  # to access from the load balancer. The container name is as it
@@ -13534,8 +13612,15 @@ module Aws::ECS
13534
13612
  # @return [String]
13535
13613
  #
13536
13614
  # @!attribute [rw] service_registries
13615
+ # <note markdown="1"> You must have a service-linked role when you update this property.
13616
+ #
13617
+ # For more information about the role see the `CreateService` request
13618
+ # parameter [ `role` ][1].
13619
+ #
13620
+ # </note>
13621
+ #
13537
13622
  # The details for the service discovery registries to assign to this
13538
- # service. For more information, see [Service Discovery][1].
13623
+ # service. For more information, see [Service Discovery][2].
13539
13624
  #
13540
13625
  # When you add, update, or remove the service registries
13541
13626
  # configuration, Amazon ECS starts new tasks with the updated service
@@ -13547,7 +13632,8 @@ module Aws::ECS
13547
13632
  #
13548
13633
  #
13549
13634
  #
13550
- # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-discovery.html
13635
+ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_CreateService.html#ECS-CreateService-request-role
13636
+ # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-discovery.html
13551
13637
  # @return [Array<Types::ServiceRegistry>]
13552
13638
  #
13553
13639
  # @!attribute [rw] service_connect_configuration
@@ -13747,7 +13833,7 @@ module Aws::ECS
13747
13833
  #
13748
13834
  #
13749
13835
  #
13750
- # [1]: https://github.com/aws/amazon-ecs-agent/commits/master
13836
+ # [1]: https://github.com/aws/amazon-ecs-agent
13751
13837
  # @return [String]
13752
13838
  #
13753
13839
  # @!attribute [rw] docker_version
data/lib/aws-sdk-ecs.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::ECS
55
55
  autoload :EndpointProvider, 'aws-sdk-ecs/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-ecs/endpoints'
57
57
 
58
- GEM_VERSION = '1.192.0'
58
+ GEM_VERSION = '1.194.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ecs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.192.0
4
+ version: 1.194.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.216.0
21
+ version: 3.225.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.216.0
31
+ version: 3.225.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -84,7 +84,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
84
84
  requirements:
85
85
  - - ">="
86
86
  - !ruby/object:Gem::Version
87
- version: '2.5'
87
+ version: '2.7'
88
88
  required_rubygems_version: !ruby/object:Gem::Requirement
89
89
  requirements:
90
90
  - - ">="