lib/aws-sdk-ecs/client.rb in aws-sdk-ecs-1.101.0 vs lib/aws-sdk-ecs/client.rb in aws-sdk-ecs-1.102.0

- old
+ new

@@ -4971,10 +4971,20 @@ # `awsvpcTrunking` is specified, the ENI limit for your Amazon ECS # container instances is affected. If `containerInsights` is specified, # the default setting for CloudWatch Container Insights for your # clusters is affected. # + # Fargate is transitioning from task count-based quotas to vCPU-based + # quotas. You can set the name to `fargateVCPULimit` to opt in or opt + # out of the vCPU-based quotas. For information about the opt in + # timeline, see [Fargate vCPU-based quotas timeline][1] in the *Amazon + # ECS Developer Guide*. + # + # + # + # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html#fargate-quota-timeline + # # @option params [required, String] :value # The account setting value for the specified principal ARN. Accepted # values are `enabled` and `disabled`. # # @return [Types::PutAccountSettingDefaultResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: @@ -5735,11 +5745,11 @@ # <note markdown="1"> This parameter is only supported for tasks hosted on Fargate using the # following platform versions: # # * Linux platform version `1.4.0` or later. # - # * Windows platform version `1.0.0` or later. + # ^ # # </note> # # # @@ -8758,10 +8768,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-ecs' - context[:gem_version] = '1.101.0' + context[:gem_version] = '1.102.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #