lib/aws-sdk-ecs/client.rb in aws-sdk-ecs-1.128.0 vs lib/aws-sdk-ecs/client.rb in aws-sdk-ecs-1.129.0

- old
+ new

@@ -5534,19 +5534,19 @@ # values are `enabled`, `disabled`, `on`, and `off`. # # When you specify `fargateTaskRetirementWaitPeriod` for the `name`, the # following are the valid values: # - # * `0` - immediately retire the tasks and patch Fargate + # * `0` - Amazon Web Services sends the notification, and immediately + # retires the affected tasks. # - # There is no advanced notification. Your tasks are retired - # immediately, and Fargate is patched without any notification. + # * `7` - Amazon Web Services sends the notification, and waits 7 + # calendar days to retire the tasks. # - # * `7` -wait 7 calendar days to retire the tasks and patch Fargate + # * `14` - Amazon Web Services sends the notification, and waits 14 + # calendar days to retire the tasks. # - # * `14` - wait 14 calendar days to retire the tasks and patch Fargate - # # @option params [String] :principal_arn # The ARN of the principal, which can be a user, role, or the root user. # If you specify the root user, it modifies the account setting for all # users, roles, and the root user of the account unless a user or role # explicitly overrides these settings. If this field is omitted, the @@ -5676,19 +5676,19 @@ # values are `enabled`, `disabled`, `on`, and `off`. # # When you specify `fargateTaskRetirementWaitPeriod` for the `name`, the # following are the valid values: # - # * `0` - immediately retire the tasks and patch Fargate + # * `0` - Amazon Web Services sends the notification, and immediately + # retires the affected tasks. # - # There is no advanced notification. Your tasks are retired - # immediately, and Fargate is patched without any notification. + # * `7` - Amazon Web Services sends the notification, and waits 7 + # calendar days to retire the tasks. # - # * `7` -wait 7 calendar days to retire the tasks and patch Fargate + # * `14` - Amazon Web Services sends the notification, and waits 14 + # calendar days to retire the tasks. # - # * `14` - wait 14 calendar days to retire the tasks and patch Fargate - # # @return [Types::PutAccountSettingDefaultResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::PutAccountSettingDefaultResponse#setting #setting} => Types::Setting # # @@ -9806,10 +9806,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-ecs' - context[:gem_version] = '1.128.0' + context[:gem_version] = '1.129.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #