lib/aws-sdk-ecs/client.rb in aws-sdk-ecs-1.140.0 vs lib/aws-sdk-ecs/client.rb in aws-sdk-ecs-1.141.0

- old
+ new

@@ -1011,11 +1011,11 @@ # `capacityProviderStrategy` parameter must be omitted. # # # # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html - # [2]: https://docs.aws.amazon.com/AmazonECS/latest/userguide/fargate-capacity-providers.html + # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-capacity-providers.html # # @option params [Array<Types::CapacityProviderStrategyItem>] :capacity_provider_strategy # The capacity provider strategy to use for the service. # # If a `capacityProviderStrategy` is specified, the `launchType` @@ -6607,12 +6607,12 @@ # # @option params [Types::EphemeralStorage] :ephemeral_storage # The amount of ephemeral storage to allocate for the task. This # parameter is used to expand the total amount of ephemeral storage # available, beyond the default amount, for tasks hosted on Fargate. For - # more information, see [Fargate task storage][1] in the *Amazon ECS - # User Guide for Fargate*. + # more information, see [Using data volumes in tasks][1] in the *Amazon + # ECS Developer Guide*. # # <note markdown="1"> For tasks using the Fargate launch type, the task requires the # following platforms: # # * Linux platform version `1.4.0` or later. @@ -6621,11 +6621,11 @@ # # </note> # # # - # [1]: https://docs.aws.amazon.com/AmazonECS/latest/userguide/using_data_volumes.html + # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_data_volumes.html # # @option params [Types::RuntimePlatform] :runtime_platform # The operating system that your tasks definitions run on. A platform # family is specified only for tasks using the Fargate launch type. # @@ -7220,11 +7220,11 @@ # The `FARGATE` launch type runs your tasks on Fargate On-Demand # infrastructure. # # <note markdown="1"> Fargate Spot infrastructure is available for use but a capacity # provider strategy must be used. For more information, see [Fargate - # capacity providers][2] in the *Amazon ECS User Guide for Fargate*. + # capacity providers][2] in the *Amazon ECS Developer Guide*. # # </note> # # The `EC2` launch type runs your tasks on Amazon EC2 instances # registered to your cluster. @@ -7240,11 +7240,11 @@ # `capacityProviderStrategy` and not `launchType`. # # # # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/launch_types.html - # [2]: https://docs.aws.amazon.com/AmazonECS/latest/userguide/fargate-capacity-providers.html + # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-capacity-providers.html # # @option params [Types::NetworkConfiguration] :network_configuration # The network configuration for the task. This parameter is required for # task definitions that use the `awsvpc` network mode to receive their # own elastic network interface, and it isn't supported for other @@ -10165,10 +10165,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-ecs' - context[:gem_version] = '1.140.0' + context[:gem_version] = '1.141.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #