Skip to content

Commit f053db1

Browse files
feat: update AWS API models
1 parent facb26d commit f053db1

File tree

8 files changed

+1502
-182
lines changed

8 files changed

+1502
-182
lines changed

codegen/sdk/aws-models/bedrock-agent.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7154,7 +7154,7 @@
71547154
}
71557155
],
71567156
"traits": {
7157-
"smithy.api#documentation": "<p>Gets information about a data ingestion job. Data sources are ingested into your knowledge base so that Large Lanaguage Models (LLMs) can use your data.</p>",
7157+
"smithy.api#documentation": "<p>Gets information about a data ingestion job. Data sources are ingested into your knowledge base so that Large Language Models (LLMs) can use your data.</p>",
71587158
"smithy.api#http": {
71597159
"code": 200,
71607160
"method": "GET",
@@ -10620,12 +10620,6 @@
1062010620
"smithy.api#documentation": "<p>The percentage of most-likely candidates that the model considers for the next token.</p>"
1062110621
}
1062210622
},
10623-
"topK": {
10624-
"target": "com.amazonaws.bedrockagent#TopK",
10625-
"traits": {
10626-
"smithy.api#documentation": "<p>The number of most-likely candidates that the model considers for the next token during generation.</p>"
10627-
}
10628-
},
1062910623
"maxTokens": {
1063010624
"target": "com.amazonaws.bedrockagent#MaximumLength",
1063110625
"traits": {
@@ -10862,7 +10856,8 @@
1086210856
"templateConfiguration": {
1086310857
"target": "com.amazonaws.bedrockagent#PromptTemplateConfiguration",
1086410858
"traits": {
10865-
"smithy.api#documentation": "<p>Contains configurations for the prompt template.</p>"
10859+
"smithy.api#documentation": "<p>Contains configurations for the prompt template.</p>",
10860+
"smithy.api#required": {}
1086610861
}
1086710862
},
1086810863
"modelId": {
@@ -10896,7 +10891,7 @@
1089610891
},
1089710892
"traits": {
1089810893
"smithy.api#length": {
10899-
"max": 3
10894+
"max": 1
1090010895
},
1090110896
"smithy.api#sensitive": {}
1090210897
}

codegen/sdk/aws-models/dataexchange.json

Lines changed: 1313 additions & 117 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/ecs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9643,7 +9643,7 @@
96439643
"referenceId": {
96449644
"target": "com.amazonaws.ecs#String",
96459645
"traits": {
9646-
"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>"
9646+
"smithy.api#documentation": "<p>This parameter is only used by Amazon ECS. It is not intended for use by customers.</p>"
96479647
}
96489648
},
96499649
"startedBy": {
@@ -10692,13 +10692,13 @@
1069210692
"referenceId": {
1069310693
"target": "com.amazonaws.ecs#String",
1069410694
"traits": {
10695-
"smithy.api#documentation": "<p>The reference ID to use for the task.</p>"
10695+
"smithy.api#documentation": "<p>This parameter is only used by Amazon ECS. It is not intended for use by customers.</p>"
1069610696
}
1069710697
},
1069810698
"startedBy": {
1069910699
"target": "com.amazonaws.ecs#String",
1070010700
"traits": {
10701-
"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>"
10701+
"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>"
1070210702
}
1070310703
},
1070410704
"tags": {

codegen/sdk/aws-models/pinpoint-sms-voice-v2.json

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1568,7 +1568,7 @@
15681568
}
15691569
],
15701570
"traits": {
1571-
"smithy.api#documentation": "<p>Create a new registration attachment to use for uploading a file or a URL to a file. The maximum file size is 1MiB and valid file extensions are PDF, JPEG and PNG. For example, many sender ID registrations require a signed “letter of authorization” (LOA) to be submitted.</p>"
1571+
"smithy.api#documentation": "<p>Create a new registration attachment to use for uploading a file or a URL to a file.\n The maximum file size is 500KB and valid file extensions are PDF, JPEG and PNG. For\n example, many sender ID registrations require a signed “letter of authorization” (LOA)\n to be submitted.</p>\n <p>Use either <code>AttachmentUrl</code> or <code>AttachmentBody</code> to upload your attachment. If both are specified then an exception is returned.</p>"
15721572
}
15731573
},
15741574
"com.amazonaws.pinpointsmsvoicev2#CreateRegistrationAttachmentRequest": {
@@ -1577,13 +1577,13 @@
15771577
"AttachmentBody": {
15781578
"target": "com.amazonaws.pinpointsmsvoicev2#AttachmentBody",
15791579
"traits": {
1580-
"smithy.api#documentation": "<p>The registration file to upload. The maximum file size is 1MiB and valid file extensions are PDF, JPEG and PNG.</p>"
1580+
"smithy.api#documentation": "<p>The registration file to upload. The maximum file size is 500KB and valid file extensions are PDF, JPEG and PNG.</p>"
15811581
}
15821582
},
15831583
"AttachmentUrl": {
15841584
"target": "com.amazonaws.pinpointsmsvoicev2#AttachmentUrl",
15851585
"traits": {
1586-
"smithy.api#documentation": "<p>A URL to the required registration file. For example, you can provide the S3 object URL.</p>"
1586+
"smithy.api#documentation": "<p>Registration files have to be stored in an Amazon S3 bucket. The URI to use when sending is in the format <code>s3://BucketName/FileName</code>.</p>"
15871587
}
15881588
},
15891589
"Tags": {
@@ -3826,7 +3826,7 @@
38263826
}
38273827
],
38283828
"traits": {
3829-
"smithy.api#documentation": "<p>Describes the specified opted out destination numbers or all opted out destination\n numbers in an opt-out list.</p>\n <p>If you specify opted out numbers, the output includes information for only the\n specified opted out numbers. If you specify filters, the output includes information for\n only those opted out numbers that meet the filter criteria. If you don't specify opted\n out numbers or filters, the output includes information for all opted out destination\n numbers in your opt-out list.</p>\n <p>If you specify an opted out number that isn't valid, an error is returned.</p>",
3829+
"smithy.api#documentation": "<p>Describes the specified opted out destination numbers or all opted out destination\n numbers in an opt-out list.</p>\n <p>If you specify opted out numbers, the output includes information for only the\n specified opted out numbers. If you specify filters, the output includes information for\n only those opted out numbers that meet the filter criteria. If you don't specify opted\n out numbers or filters, the output includes information for all opted out destination\n numbers in your opt-out list.</p>\n <p>If you specify an opted out number that isn't valid, an exception is returned.</p>",
38303830
"smithy.api#paginated": {
38313831
"items": "OptedOutNumbers"
38323832
}
@@ -3845,7 +3845,7 @@
38453845
"OptedOutNumbers": {
38463846
"target": "com.amazonaws.pinpointsmsvoicev2#OptedOutNumberList",
38473847
"traits": {
3848-
"smithy.api#documentation": "<p>An array of phone numbers to search for in the OptOutList.</p>"
3848+
"smithy.api#documentation": "<p>An array of phone numbers to search for in the OptOutList.</p>\n <p>If you specify an opted out number that isn't valid, an exception is returned.</p>"
38493849
}
38503850
},
38513851
"Filters": {
@@ -9685,6 +9685,10 @@
96859685
"value": "REVIEWING",
96869686
"name": "REVIEWING"
96879687
},
9688+
{
9689+
"value": "REQUIRES_AUTHENTICATION",
9690+
"name": "REQUIRES_AUTHENTICATION"
9691+
},
96889692
{
96899693
"value": "PROVISIONING",
96909694
"name": "PROVISIONING"
@@ -9971,6 +9975,10 @@
99719975
"value": "REVIEWING",
99729976
"name": "REVIEWING"
99739977
},
9978+
{
9979+
"value": "REQUIRES_AUTHENTICATION",
9980+
"name": "REQUIRES_AUTHENTICATION"
9981+
},
99749982
{
99759983
"value": "APPROVED",
99769984
"name": "APPROVED"
@@ -13597,6 +13605,10 @@
1359713605
"value": "VOICE_CAPABILITY_NOT_AVAILABLE",
1359813606
"name": "VOICE_CAPABILITY_NOT_AVAILABLE"
1359913607
},
13608+
{
13609+
"value": "UNSPECIFIED_PARAMETER_NOT_SUPPORTED",
13610+
"name": "UNSPECIFIED_PARAMETER_NOT_SUPPORTED"
13611+
},
1360013612
{
1360113613
"value": "OTHER",
1360213614
"name": "OTHER"

0 commit comments

Comments
 (0)