lib/aws-sdk-ecs/client.rb in aws-sdk-ecs-1.111.0 vs lib/aws-sdk-ecs/client.rb in aws-sdk-ecs-1.112.0

- old
+ new

@@ -733,10 +733,21 @@ # definition. If the number of tasks running in a service drops below # the `desiredCount`, Amazon ECS runs another copy of the task in the # specified cluster. To update an existing service, see the # UpdateService action. # + # <note markdown="1"> Starting April 15, 2023, Amazon Web Services will not onboard new + # customers to Amazon Elastic Inference (EI), and will help current + # customers migrate their workloads to options that offer better price + # and performance. After April 15, 2023, new customers will not be able + # to launch instances with Amazon EI accelerators in Amazon SageMaker, + # Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI + # at least once during the past 30-day period are considered current + # customers and will be able to continue using the service. + # + # </note> + # # In addition to maintaining the desired count of tasks in your service, # you can optionally run your service behind one or more load balancers. # The load balancers distribute traffic across the tasks that are # associated with the service. For more information, see [Service load # balancing][1] in the *Amazon Elastic Container Service Developer @@ -1147,12 +1158,16 @@ # # @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 API action. + # to a task after task creation, use the [TagResource][1] API action. # + # + # + # [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 enabled for # the service. If `true`, this enables execute command functionality on # all containers in the service tasks. # @@ -6812,10 +6827,21 @@ # *Amazon Elastic Container Service Developer Guide*. # # Alternatively, you can use StartTask to use your own scheduler or # place tasks manually on specific container instances. # + # <note markdown="1"> Starting April 15, 2023, Amazon Web Services will not onboard new + # customers to Amazon Elastic Inference (EI), and will help current + # customers migrate their workloads to options that offer better price + # and performance. After April 15, 2023, new customers will not be able + # to launch instances with Amazon EI accelerators in Amazon SageMaker, + # Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI + # at least once during the past 30-day period are considered current + # customers and will be able to continue using the service. + # + # </note> + # # The Amazon ECS API follows an eventual consistency model. This is # because of the distributed nature of the system supporting the API. # This means that the result of an API command you run that affects your # Amazon ECS resources might not be immediately visible to all # subsequent commands you run. Keep this in mind when you carry out an @@ -7305,10 +7331,21 @@ end # Starts a new task from the specified task definition on the specified # container instance or instances. # + # <note markdown="1"> Starting April 15, 2023, Amazon Web Services will not onboard new + # customers to Amazon Elastic Inference (EI), and will help current + # customers migrate their workloads to options that offer better price + # and performance. After April 15, 2023, new customers will not be able + # to launch instances with Amazon EI accelerators in Amazon SageMaker, + # Amazon ECS, or Amazon EC2. However, customers who have used Amazon EI + # at least once during the past 30-day period are considered current + # customers and will be able to continue using the service. + # + # </note> + # # Alternatively, you can use RunTask to place tasks for you. For more # information, see [Scheduling Tasks][1] in the *Amazon Elastic # Container Service Developer Guide*. # # @@ -9635,10 +9672,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-ecs' - context[:gem_version] = '1.111.0' + context[:gem_version] = '1.112.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. #