lib/aws-sdk-ecs/client.rb in aws-sdk-ecs-1.121.0 vs lib/aws-sdk-ecs/client.rb in aws-sdk-ecs-1.122.0

- old
+ new

@@ -1162,22 +1162,27 @@ # Specifies whether to turn on Amazon ECS managed tags for the tasks # within the service. For more information, see [Tagging your Amazon ECS # resources][1] in the *Amazon Elastic Container Service Developer # Guide*. # + # When you use Amazon ECS managed tags, you need to set the + # `propagateTags` request parameter. # # + # # [1]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-using-tags.html # # @option params [String] :propagate_tags # Specifies whether to propagate the tags from the task definition to # the task. If no value is specified, the tags aren't propagated. Tags # can only be propagated to the task during task creation. To add tags # to a task after task creation, use the [TagResource][1] API action. # + # The default is `NONE`. # # + # # [1]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_TagResource.html # # @option params [Boolean] :enable_execute_command # Determines whether the execute command functionality is turned on for # the service. If `true`, this enables execute command functionality on @@ -2354,12 +2359,20 @@ # service to reference a `DELETE_IN_PROGRESS` task definition revision. # # A task definition revision will stay in `DELETE_IN_PROGRESS` status # until all the associated tasks and services have been terminated. # + # When you delete all `INACTIVE` task definition revisions, the task + # definition name is not displayed in the console and not returned in + # the API. If a task definition revisions are in the + # `DELETE_IN_PROGRESS` state, the task definition name is displayed in + # the console and returned in the API. The task definition name is + # retained by Amazon ECS and the revision is incremented the next time + # you create a task definition with that name. # # + # # [1]: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DeregisterTaskDefinition.html # # @option params [required, Array<String>] :task_definitions # The `family` and `revision` (`family:revision`) or full Amazon # Resource Name (ARN) of the task definition to delete. You must specify @@ -9707,10 +9720,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-ecs' - context[:gem_version] = '1.121.0' + context[:gem_version] = '1.122.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #