Skip to content

Commit cf12113

Browse files
Updated API models and rebuilt service gems.
1 parent d341a54 commit cf12113

File tree

32 files changed

+691
-150
lines changed

32 files changed

+691
-150
lines changed

apis/bedrock-runtime/2023-09-30/api-2.json

Lines changed: 41 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,8 @@
292292
"guardrailConfig":{"shape":"GuardrailConfiguration"},
293293
"additionalModelRequestFields":{"shape":"Document"},
294294
"promptVariables":{"shape":"PromptVariableMap"},
295-
"additionalModelResponseFieldPaths":{"shape":"ConverseRequestAdditionalModelResponseFieldPathsList"}
295+
"additionalModelResponseFieldPaths":{"shape":"ConverseRequestAdditionalModelResponseFieldPathsList"},
296+
"performanceConfig":{"shape":"PerformanceConfiguration"}
296297
}
297298
},
298299
"ConverseRequestAdditionalModelResponseFieldPathsList":{
@@ -320,7 +321,8 @@
320321
"usage":{"shape":"TokenUsage"},
321322
"metrics":{"shape":"ConverseMetrics"},
322323
"additionalModelResponseFields":{"shape":"Document"},
323-
"trace":{"shape":"ConverseTrace"}
324+
"trace":{"shape":"ConverseTrace"},
325+
"performanceConfig":{"shape":"PerformanceConfiguration"}
324326
}
325327
},
326328
"ConverseStreamMetadataEvent":{
@@ -332,7 +334,8 @@
332334
"members":{
333335
"usage":{"shape":"TokenUsage"},
334336
"metrics":{"shape":"ConverseStreamMetrics"},
335-
"trace":{"shape":"ConverseStreamTrace"}
337+
"trace":{"shape":"ConverseStreamTrace"},
338+
"performanceConfig":{"shape":"PerformanceConfiguration"}
336339
},
337340
"event":true
338341
},
@@ -376,7 +379,8 @@
376379
"guardrailConfig":{"shape":"GuardrailStreamConfiguration"},
377380
"additionalModelRequestFields":{"shape":"Document"},
378381
"promptVariables":{"shape":"PromptVariableMap"},
379-
"additionalModelResponseFieldPaths":{"shape":"ConverseStreamRequestAdditionalModelResponseFieldPathsList"}
382+
"additionalModelResponseFieldPaths":{"shape":"ConverseStreamRequestAdditionalModelResponseFieldPathsList"},
383+
"performanceConfig":{"shape":"PerformanceConfiguration"}
380384
}
381385
},
382386
"ConverseStreamRequestAdditionalModelResponseFieldPathsList":{
@@ -1080,6 +1084,11 @@
10801084
"shape":"GuardrailVersion",
10811085
"location":"header",
10821086
"locationName":"X-Amzn-Bedrock-GuardrailVersion"
1087+
},
1088+
"performanceConfigLatency":{
1089+
"shape":"PerformanceConfigLatency",
1090+
"location":"header",
1091+
"locationName":"X-Amzn-Bedrock-PerformanceConfig-Latency"
10831092
}
10841093
},
10851094
"payload":"body"
@@ -1096,6 +1105,11 @@
10961105
"shape":"MimeType",
10971106
"location":"header",
10981107
"locationName":"Content-Type"
1108+
},
1109+
"performanceConfigLatency":{
1110+
"shape":"PerformanceConfigLatency",
1111+
"location":"header",
1112+
"locationName":"X-Amzn-Bedrock-PerformanceConfig-Latency"
10991113
}
11001114
},
11011115
"payload":"body"
@@ -1134,6 +1148,11 @@
11341148
"shape":"GuardrailVersion",
11351149
"location":"header",
11361150
"locationName":"X-Amzn-Bedrock-GuardrailVersion"
1151+
},
1152+
"performanceConfigLatency":{
1153+
"shape":"PerformanceConfigLatency",
1154+
"location":"header",
1155+
"locationName":"X-Amzn-Bedrock-PerformanceConfig-Latency"
11371156
}
11381157
},
11391158
"payload":"body"
@@ -1150,6 +1169,11 @@
11501169
"shape":"MimeType",
11511170
"location":"header",
11521171
"locationName":"X-Amzn-Bedrock-Content-Type"
1172+
},
1173+
"performanceConfigLatency":{
1174+
"shape":"PerformanceConfigLatency",
1175+
"location":"header",
1176+
"locationName":"X-Amzn-Bedrock-PerformanceConfig-Latency"
11531177
}
11541178
},
11551179
"payload":"body"
@@ -1271,6 +1295,19 @@
12711295
"event":true,
12721296
"sensitive":true
12731297
},
1298+
"PerformanceConfigLatency":{
1299+
"type":"string",
1300+
"enum":[
1301+
"standard",
1302+
"optimized"
1303+
]
1304+
},
1305+
"PerformanceConfiguration":{
1306+
"type":"structure",
1307+
"members":{
1308+
"latency":{"shape":"PerformanceConfigLatency"}
1309+
}
1310+
},
12741311
"PromptVariableMap":{
12751312
"type":"map",
12761313
"key":{"shape":"String"},

apis/bedrock-runtime/2023-09-30/docs-2.json

Lines changed: 35 additions & 16 deletions
Large diffs are not rendered by default.

apis/s3control/2018-08-20/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5824,7 +5824,8 @@
58245824
"CRC32",
58255825
"CRC32C",
58265826
"SHA1",
5827-
"SHA256"
5827+
"SHA256",
5828+
"CRC64NVME"
58285829
]
58295830
},
58305831
"S3ContentLength":{

apis/s3control/2018-08-20/docs-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2986,7 +2986,7 @@
29862986
"S3RegionalOrS3ExpressBucketArnString": {
29872987
"base": null,
29882988
"refs": {
2989-
"S3CopyObjectOperation$TargetResource": "<p>Specifies the destination bucket Amazon Resource Name (ARN) for the batch copy operation.</p> <ul> <li> <p> <b>General purpose buckets</b> - For example, to copy objects to a general purpose bucket named <code>destinationBucket</code>, set the <code>TargetResource</code> property to <code>arn:aws:s3:::destinationBucket</code>.</p> </li> <li> <p> <b>Directory buckets</b> - For example, to copy objects to a directory bucket named <code>destinationBucket</code> in the Availability Zone identified by the AZ ID <code>usw2-az1</code>, set the <code>TargetResource</code> property to <code>arn:aws:s3express:<i>region</i>:<i>account_id</i>:/bucket/<i>destination_bucket_base_name</i>--<i>usw2-az1</i>--x-s3</code>. A directory bucket as a destination bucket can be in Availability Zone or Local Zone. </p> <note> <p>Copying objects across different Amazon Web Services Regions isn't supported when the source or destination bucket is in Amazon Web Services Local Zones. The source and destination buckets must have the same parent Amazon Web Services Region. Otherwise, you get an HTTP <code>400 Bad Request</code> error with the error code <code>InvalidRequest</code>.</p> </note> </li> </ul>"
2989+
"S3CopyObjectOperation$TargetResource": "<p>Specifies the destination bucket Amazon Resource Name (ARN) for the batch copy operation.</p> <ul> <li> <p> <b>General purpose buckets</b> - For example, to copy objects to a general purpose bucket named <code>destinationBucket</code>, set the <code>TargetResource</code> property to <code>arn:aws:s3:::destinationBucket</code>.</p> </li> <li> <p> <b>Directory buckets</b> - For example, to copy objects to a directory bucket named <code>destinationBucket</code> in the Availability Zone; identified by the AZ ID <code>usw2-az1</code>, set the <code>TargetResource</code> property to <code>arn:aws:s3express:<i>region</i>:<i>account_id</i>:/bucket/<i>destination_bucket_base_name</i>--<i>usw2-az1</i>--x-s3</code>.</p> </li> </ul>"
29902990
}
29912991
},
29922992
"S3ReplicateObjectOperation": {

apis/socialmessaging/2024-01-01/api-2.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,8 @@
501501
"members":{
502502
"accountName":{"shape":"WhatsAppBusinessAccountName"},
503503
"registrationStatus":{"shape":"RegistrationStatus"},
504-
"unregisteredWhatsAppPhoneNumbers":{"shape":"WhatsAppPhoneNumberDetailList"}
504+
"unregisteredWhatsAppPhoneNumbers":{"shape":"WhatsAppPhoneNumberDetailList"},
505+
"wabaId":{"shape":"LinkedWhatsAppBusinessAccountId"}
505506
}
506507
},
507508
"LinkedWhatsAppBusinessAccountSummary":{
@@ -644,6 +645,10 @@
644645
},
645646
"exception":true
646647
},
648+
"RoleArn":{
649+
"type":"string",
650+
"pattern":"arn:aws:iam::\\d{12}:role\\/[a-zA-Z0-9+=,.@\\-_]+"
651+
},
647652
"S3File":{
648653
"type":"structure",
649654
"required":[
@@ -823,7 +828,8 @@
823828
"type":"structure",
824829
"required":["eventDestinationArn"],
825830
"members":{
826-
"eventDestinationArn":{"shape":"EventDestinationArn"}
831+
"eventDestinationArn":{"shape":"EventDestinationArn"},
832+
"roleArn":{"shape":"RoleArn"}
827833
}
828834
},
829835
"WhatsAppBusinessAccountEventDestinations":{

apis/socialmessaging/2024-01-01/docs-2.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@
190190
"GetLinkedWhatsAppBusinessAccountInput$id": "<p>The unique identifier, from Amazon Web Services, of the linked WhatsApp Business Account. WABA identifiers are formatted as <code>waba-01234567890123456789012345678901</code>. Use <a href=\"https://docs.aws.amazon.com/social-messaging/latest/APIReference/API_ListLinkedWhatsAppBusinessAccounts.html\">ListLinkedWhatsAppBusinessAccounts</a> to list all WABAs and their details.</p>",
191191
"GetLinkedWhatsAppBusinessAccountPhoneNumberOutput$linkedWhatsAppBusinessAccountId": "<p>The WABA identifier linked to the phone number, formatted as <code>waba-01234567890123456789012345678901</code>.</p>",
192192
"LinkedWhatsAppBusinessAccount$id": "<p>The ID of the linked WhatsApp Business Account, formatted as <code>waba-01234567890123456789012345678901</code>.</p>",
193+
"LinkedWhatsAppBusinessAccountIdMetaData$wabaId": "<p>The Amazon Resource Name (ARN) of the WhatsApp Business Account ID.</p>",
193194
"LinkedWhatsAppBusinessAccountSummary$id": "<p>The ID of the linked WhatsApp Business Account, formatted as <code>waba-01234567890123456789012345678901</code>.</p>",
194195
"PutWhatsAppBusinessAccountEventDestinationsInput$id": "<p>The unique identifier of your WhatsApp Business Account. WABA identifiers are formatted as <code>waba-01234567890123456789012345678901</code>. Use <a href=\"https://docs.aws.amazon.com/social-messaging/latest/APIReference/API_ListLinkedWhatsAppBusinessAccounts.html\">ListLinkedWhatsAppBusinessAccounts</a> to list all WABAs and their details.</p>",
195196
"WhatsAppSetupFinalization$phoneNumberParent": "<p>Used to add a new phone number to an existing WhatsApp Business Account. This field can't be used when the <code>waba</code> field is present.</p>"
@@ -299,6 +300,12 @@
299300
"refs": {
300301
}
301302
},
303+
"RoleArn": {
304+
"base": null,
305+
"refs": {
306+
"WhatsAppBusinessAccountEventDestination$roleArn": "<p>The Amazon Resource Name (ARN) of an Identity and Access Management role that is able to import phone numbers and write events.</p>"
307+
}
308+
},
302309
"S3File": {
303310
"base": "<p>Contains information for the S3 bucket that contains media files.</p>",
304311
"refs": {

gems/aws-partitions/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased Changes
22
------------------
33

4+
1.1016.0 (2024-12-03)
5+
------------------
6+
7+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8+
49
1.1015.0 (2024-12-02)
510
------------------
611

gems/aws-partitions/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1015.0
1+
1.1016.0

0 commit comments

Comments
 (0)