Skip to content

Commit 5933d69

Browse files
author
awstools
committed
docs(client-ecs): This is an Amazon ECS documentation only update to address tickets.
1 parent 1f02a26 commit 5933d69

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

clients/client-ecs/src/models/models_0.ts

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11742,8 +11742,7 @@ export interface RunTaskRequest {
1174211742
propagateTags?: PropagateTags;
1174311743

1174411744
/**
11745-
* <p>The reference ID to use for the task. The reference ID can have a maximum length of
11746-
* 1024 characters.</p>
11745+
* <p>This parameter is only used by Amazon ECS. It is not intended for use by customers.</p>
1174711746
* @public
1174811747
*/
1174911748
referenceId?: string;
@@ -11926,16 +11925,16 @@ export interface StartTaskRequest {
1192611925
propagateTags?: PropagateTags;
1192711926

1192811927
/**
11929-
* <p>The reference ID to use for the task.</p>
11928+
* <p>This parameter is only used by Amazon ECS. It is not intended for use by customers.</p>
1193011929
* @public
1193111930
*/
1193211931
referenceId?: string;
1193311932

1193411933
/**
11935-
* <p>An optional tag specified when a task is started. For example, if you automatically
11936-
* trigger a task to run a batch process job, you could apply a unique identifier for that
11937-
* job to your task with the <code>startedBy</code> parameter. You can then identify which
11938-
* tasks belong to that job by filtering the results of a <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListTasks.html">ListTasks</a> call with
11934+
* <p>An optional tag specified when a task is started. For example, if you automatically trigger
11935+
* a task to run a batch process job, you could apply a unique identifier for that job to
11936+
* your task with the <code>startedBy</code> parameter. You can then identify which tasks
11937+
* belong to that job by filtering the results of a <a href="https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListTasks.html">ListTasks</a> call with
1193911938
* the <code>startedBy</code> value. Up to 36 letters (uppercase and lowercase), numbers,
1194011939
* hyphens (-), forward slash (/), and underscores (_) are allowed.</p>
1194111940
* <p>If a task is started by an Amazon ECS service, the <code>startedBy</code> parameter

codegen/sdk-codegen/aws-models/ecs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9602,7 +9602,7 @@
96029602
"referenceId": {
96039603
"target": "com.amazonaws.ecs#String",
96049604
"traits": {
9605-
"smithy.api#documentation": "<p>The reference ID to use for the task. The reference ID can have a maximum length of\n\t\t\t1024 characters.</p>"
9605+
"smithy.api#documentation": "<p>This parameter is only used by Amazon ECS. It is not intended for use by customers.</p>"
96069606
}
96079607
},
96089608
"startedBy": {
@@ -10651,13 +10651,13 @@
1065110651
"referenceId": {
1065210652
"target": "com.amazonaws.ecs#String",
1065310653
"traits": {
10654-
"smithy.api#documentation": "<p>The reference ID to use for the task.</p>"
10654+
"smithy.api#documentation": "<p>This parameter is only used by Amazon ECS. It is not intended for use by customers.</p>"
1065510655
}
1065610656
},
1065710657
"startedBy": {
1065810658
"target": "com.amazonaws.ecs#String",
1065910659
"traits": {
10660-
"smithy.api#documentation": "<p>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 <code>startedBy</code> parameter. You can then identify which\n\t\t\ttasks belong to that job by filtering the results of a <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListTasks.html\">ListTasks</a> call with\n\t\t\tthe <code>startedBy</code> value. Up to 36 letters (uppercase and lowercase), numbers,\n\t\t\thyphens (-), forward slash (/), and underscores (_) are allowed.</p>\n <p>If a task is started by an Amazon ECS service, the <code>startedBy</code> parameter\n\t\t\tcontains the deployment ID of the service that starts it.</p>"
10660+
"smithy.api#documentation": "<p>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 <code>startedBy</code> parameter. You can then identify which tasks\n\t\t\tbelong to that job by filtering the results of a <a href=\"https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ListTasks.html\">ListTasks</a> call with\n\t\t\tthe <code>startedBy</code> value. Up to 36 letters (uppercase and lowercase), numbers,\n\t\t\thyphens (-), forward slash (/), and underscores (_) are allowed.</p>\n <p>If a task is started by an Amazon ECS service, the <code>startedBy</code> parameter\n\t\t\tcontains the deployment ID of the service that starts it.</p>"
1066110661
}
1066210662
},
1066310663
"tags": {

0 commit comments

Comments
 (0)