lib/aws-sdk-ecs/client.rb in aws-sdk-ecs-1.116.0 vs lib/aws-sdk-ecs/client.rb in aws-sdk-ecs-1.117.0

- old
+ new

@@ -5477,11 +5477,11 @@ # # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html#tag-resources # # @option params [required, String] :value # The account setting value for the specified principal ARN. Accepted - # values are `enabled` and `disabled`. + # values are `enabled`, `disabled`, `on`, and `off`. # # @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 @@ -5593,11 +5593,11 @@ # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html#tag-resources # [2]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-fips-compliance.html # # @option params [required, String] :value # The account setting value for the specified principal ARN. Accepted - # values are `enabled` and `disabled`. + # values are `enabled`, `disabled`, `on`, and `off`. # # @return [Types::PutAccountSettingDefaultResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods: # # * {Types::PutAccountSettingDefaultResponse#setting #setting} => Types::Setting # @@ -9702,10 +9702,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-ecs' - context[:gem_version] = '1.116.0' + context[:gem_version] = '1.117.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #