From 5933d6920c5273c04b33c8ad8920425062ad78b4 Mon Sep 17 00:00:00 2001 From: awstools Date: Thu, 17 Oct 2024 18:20:14 +0000 Subject: [PATCH] docs(client-ecs): This is an Amazon ECS documentation only update to address tickets. --- clients/client-ecs/src/models/models_0.ts | 13 ++++++------- codegen/sdk-codegen/aws-models/ecs.json | 6 +++--- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/clients/client-ecs/src/models/models_0.ts b/clients/client-ecs/src/models/models_0.ts index a51d106ecfe3..57208210fe90 100644 --- a/clients/client-ecs/src/models/models_0.ts +++ b/clients/client-ecs/src/models/models_0.ts @@ -11742,8 +11742,7 @@ export interface RunTaskRequest { propagateTags?: PropagateTags; /** - *

The reference ID to use for the task. The reference ID can have a maximum length of - * 1024 characters.

+ *

This parameter is only used by Amazon ECS. It is not intended for use by customers.

* @public */ referenceId?: string; @@ -11926,16 +11925,16 @@ export interface StartTaskRequest { propagateTags?: PropagateTags; /** - *

The reference ID to use for the task.

+ *

This parameter is only used by Amazon ECS. It is not intended for use by customers.

* @public */ referenceId?: string; /** - *

An optional tag specified when a task is started. For example, if you automatically - * trigger a task to run a batch process job, you could apply a unique identifier for that - * job to your task with the startedBy parameter. You can then identify which - * tasks belong to that job by filtering the results of a ListTasks call with + *

An optional tag specified when a task is started. For example, if you automatically trigger + * a task to run a batch process job, you could apply a unique identifier for that job to + * your task with the startedBy parameter. You can then identify which tasks + * belong to that job by filtering the results of a ListTasks call with * the startedBy value. Up to 36 letters (uppercase and lowercase), numbers, * hyphens (-), forward slash (/), and underscores (_) are allowed.

*

If a task is started by an Amazon ECS service, the startedBy parameter diff --git a/codegen/sdk-codegen/aws-models/ecs.json b/codegen/sdk-codegen/aws-models/ecs.json index 3d0034cdf6b6..2603311b17c8 100644 --- a/codegen/sdk-codegen/aws-models/ecs.json +++ b/codegen/sdk-codegen/aws-models/ecs.json @@ -9602,7 +9602,7 @@ "referenceId": { "target": "com.amazonaws.ecs#String", "traits": { - "smithy.api#documentation": "

The reference ID to use for the task. The reference ID can have a maximum length of\n\t\t\t1024 characters.

" + "smithy.api#documentation": "

This parameter is only used by Amazon ECS. It is not intended for use by customers.

" } }, "startedBy": { @@ -10651,13 +10651,13 @@ "referenceId": { "target": "com.amazonaws.ecs#String", "traits": { - "smithy.api#documentation": "

The reference ID to use for the task.

" + "smithy.api#documentation": "

This parameter is only used by Amazon ECS. It is not intended for use by customers.

" } }, "startedBy": { "target": "com.amazonaws.ecs#String", "traits": { - "smithy.api#documentation": "

An optional tag specified when a task is started. For example, if you automatically\n\t\t\ttrigger a task to run a batch process job, you could apply a unique identifier for that\n\t\t\tjob to your task with the startedBy parameter. You can then identify which\n\t\t\ttasks belong to that job by filtering the results of a ListTasks call with\n\t\t\tthe startedBy value. Up to 36 letters (uppercase and lowercase), numbers,\n\t\t\thyphens (-), forward slash (/), and underscores (_) are allowed.

\n

If a task is started by an Amazon ECS service, the startedBy parameter\n\t\t\tcontains the deployment ID of the service that starts it.

" + "smithy.api#documentation": "

An optional tag specified when a task is started. For example, if you automatically trigger\n\t\t\ta task to run a batch process job, you could apply a unique identifier for that job to\n\t\t\tyour task with the startedBy parameter. You can then identify which tasks\n\t\t\tbelong to that job by filtering the results of a ListTasks call with\n\t\t\tthe startedBy value. Up to 36 letters (uppercase and lowercase), numbers,\n\t\t\thyphens (-), forward slash (/), and underscores (_) are allowed.

\n

If a task is started by an Amazon ECS service, the startedBy parameter\n\t\t\tcontains the deployment ID of the service that starts it.

" } }, "tags": {