Skip to content

Commit 11d36e6

Browse files
Updated API models and rebuilt service gems.
1 parent 47b111f commit 11d36e6

File tree

62 files changed

+5453
-55
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+5453
-55
lines changed

apis/bedrock-agent-runtime/2023-07-26/api-2.json

Lines changed: 815 additions & 1 deletion
Large diffs are not rendered by default.

apis/bedrock-agent-runtime/2023-07-26/docs-2.json

Lines changed: 406 additions & 4 deletions
Large diffs are not rendered by default.

apis/bedrock-agent-runtime/2023-07-26/paginators-1.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@
66
"limit_key": "maxItems",
77
"result_key": "memoryContents"
88
},
9+
"ListInvocationSteps": {
10+
"input_token": "nextToken",
11+
"output_token": "nextToken",
12+
"limit_key": "maxResults",
13+
"result_key": "invocationStepSummaries"
14+
},
15+
"ListInvocations": {
16+
"input_token": "nextToken",
17+
"output_token": "nextToken",
18+
"limit_key": "maxResults",
19+
"result_key": "invocationSummaries"
20+
},
21+
"ListSessions": {
22+
"input_token": "nextToken",
23+
"output_token": "nextToken",
24+
"limit_key": "maxResults",
25+
"result_key": "sessionSummaries"
26+
},
927
"Rerank": {
1028
"input_token": "nextToken",
1129
"output_token": "nextToken",

apis/elasticmapreduce/2009-03-31/docs-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
"refs": {
238238
"Cluster$UnhealthyNodeReplacement": "<p>Indicates whether Amazon EMR should gracefully replace Amazon EC2 core instances that have degraded within the cluster.</p>",
239239
"CreateStudioInput$TrustedIdentityPropagationEnabled": "<p> A Boolean indicating whether to enable Trusted identity propagation for the Studio. The default value is <code>false</code>. </p>",
240-
"EbsConfiguration$EbsOptimized": "<p>Indicates whether an Amazon EBS volume is EBS-optimized.</p>",
240+
"EbsConfiguration$EbsOptimized": "<p>Indicates whether an Amazon EBS volume is EBS-optimized. The default is false. You should explicitly set this value to true to enable the Amazon EBS-optimized setting for an EC2 instance.</p>",
241241
"InstanceGroup$EbsOptimized": "<p>If the instance group is EBS-optimized. An Amazon EBS-optimized instance uses an optimized configuration stack and provides additional, dedicated capacity for Amazon EBS I/O.</p>",
242242
"InstanceTypeSpecification$EbsOptimized": "<p>Evaluates to <code>TRUE</code> when the specified <code>InstanceType</code> is EBS-optimized.</p>",
243243
"JobFlowInstancesConfig$UnhealthyNodeReplacement": "<p>Indicates whether Amazon EMR should gracefully replace core nodes that have degraded within the cluster.</p>",

apis/qbusiness/2023-11-27/api-2.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,25 @@
323323
],
324324
"idempotent":true
325325
},
326+
"DeleteAttachment":{
327+
"name":"DeleteAttachment",
328+
"http":{
329+
"method":"DELETE",
330+
"requestUri":"/applications/{applicationId}/conversations/{conversationId}/attachments/{attachmentId}",
331+
"responseCode":200
332+
},
333+
"input":{"shape":"DeleteAttachmentRequest"},
334+
"output":{"shape":"DeleteAttachmentResponse"},
335+
"errors":[
336+
{"shape":"ResourceNotFoundException"},
337+
{"shape":"InternalServerException"},
338+
{"shape":"LicenseNotFoundException"},
339+
{"shape":"ThrottlingException"},
340+
{"shape":"ValidationException"},
341+
{"shape":"AccessDeniedException"}
342+
],
343+
"idempotent":true
344+
},
326345
"DeleteChatControlsConfiguration":{
327346
"name":"DeleteChatControlsConfiguration",
328347
"http":{
@@ -2753,6 +2772,41 @@
27532772
"members":{
27542773
}
27552774
},
2775+
"DeleteAttachmentRequest":{
2776+
"type":"structure",
2777+
"required":[
2778+
"applicationId",
2779+
"conversationId",
2780+
"attachmentId"
2781+
],
2782+
"members":{
2783+
"applicationId":{
2784+
"shape":"ApplicationId",
2785+
"location":"uri",
2786+
"locationName":"applicationId"
2787+
},
2788+
"conversationId":{
2789+
"shape":"ConversationId",
2790+
"location":"uri",
2791+
"locationName":"conversationId"
2792+
},
2793+
"attachmentId":{
2794+
"shape":"AttachmentId",
2795+
"location":"uri",
2796+
"locationName":"attachmentId"
2797+
},
2798+
"userId":{
2799+
"shape":"UserId",
2800+
"location":"querystring",
2801+
"locationName":"userId"
2802+
}
2803+
}
2804+
},
2805+
"DeleteAttachmentResponse":{
2806+
"type":"structure",
2807+
"members":{
2808+
}
2809+
},
27562810
"DeleteChatControlsConfigurationRequest":{
27572811
"type":"structure",
27582812
"required":["applicationId"],

apis/qbusiness/2023-11-27/docs-2.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"CreateUser": "<p>Creates a universally unique identifier (UUID) mapped to a list of local user ids within an application.</p>",
1919
"CreateWebExperience": "<p>Creates an Amazon Q Business web experience.</p>",
2020
"DeleteApplication": "<p>Deletes an Amazon Q Business application.</p>",
21+
"DeleteAttachment": "<p>Deletes an attachment associated with a specific Amazon Q Business conversation.</p>",
2122
"DeleteChatControlsConfiguration": "<p>Deletes chat controls configured for an existing Amazon Q Business application.</p>",
2223
"DeleteConversation": "<p>Deletes an Amazon Q Business web experience conversation.</p>",
2324
"DeleteDataAccessor": "<p>Deletes a specified data accessor. This operation permanently removes the data accessor and its associated IAM Identity Center application. Any access granted to the ISV through this data accessor will be revoked.</p>",
@@ -288,6 +289,7 @@
288289
"CreateUserRequest$applicationId": "<p>The identifier of the application for which the user mapping will be created.</p>",
289290
"CreateWebExperienceRequest$applicationId": "<p>The identifier of the Amazon Q Business web experience.</p>",
290291
"DeleteApplicationRequest$applicationId": "<p>The identifier of the Amazon Q Business application.</p>",
292+
"DeleteAttachmentRequest$applicationId": "<p>The unique identifier for the Amazon Q Business application environment.</p>",
291293
"DeleteChatControlsConfigurationRequest$applicationId": "<p>The identifier of the application the chat controls have been configured for.</p>",
292294
"DeleteConversationRequest$applicationId": "<p>The identifier of the Amazon Q Business application associated with the conversation.</p>",
293295
"DeleteDataAccessorRequest$applicationId": "<p>The unique identifier of the Amazon Q Business application.</p>",
@@ -412,7 +414,8 @@
412414
"refs": {
413415
"Attachment$attachmentId": "<p>The identifier of the Amazon Q Business attachment.</p>",
414416
"AttachmentOutput$attachmentId": "<p>The unique identifier of the Amazon Q Business attachment.</p>",
415-
"ConversationSource$attachmentId": "<p>The unique identifier of the Amazon Q Business attachment.</p>"
417+
"ConversationSource$attachmentId": "<p>The unique identifier of the Amazon Q Business attachment.</p>",
418+
"DeleteAttachmentRequest$attachmentId": "<p>The unique identifier for the attachment.</p>"
416419
}
417420
},
418421
"AttachmentInput": {
@@ -805,6 +808,7 @@
805808
"ChatSyncOutput$conversationId": "<p>The identifier of the Amazon Q Business conversation.</p>",
806809
"Conversation$conversationId": "<p>The identifier of the Amazon Q Business conversation.</p>",
807810
"ConversationSource$conversationId": "<p>The unique identifier of the Amazon Q Business conversation.</p>",
811+
"DeleteAttachmentRequest$conversationId": "<p>The unique identifier of the conversation.</p>",
808812
"DeleteConversationRequest$conversationId": "<p>The identifier of the Amazon Q Business web experience conversation being deleted.</p>",
809813
"FailedAttachmentEvent$conversationId": "<p> The identifier of the conversation associated with the failed file upload.</p>",
810814
"GetMediaRequest$conversationId": "<p>The identifier of the Amazon Q Business conversation.</p>",
@@ -1137,6 +1141,16 @@
11371141
"refs": {
11381142
}
11391143
},
1144+
"DeleteAttachmentRequest": {
1145+
"base": null,
1146+
"refs": {
1147+
}
1148+
},
1149+
"DeleteAttachmentResponse": {
1150+
"base": null,
1151+
"refs": {
1152+
}
1153+
},
11401154
"DeleteChatControlsConfigurationRequest": {
11411155
"base": null,
11421156
"refs": {
@@ -3528,6 +3542,7 @@
35283542
"refs": {
35293543
"ChatInput$userId": "<p>The identifier of the user attached to the chat input. </p>",
35303544
"ChatSyncInput$userId": "<p>The identifier of the user attached to the chat input.</p>",
3545+
"DeleteAttachmentRequest$userId": "<p>The unique identifier of the user involved in the conversation.</p>",
35313546
"DeleteConversationRequest$userId": "<p>The identifier of the user who is deleting the conversation.</p>",
35323547
"ListAttachmentsRequest$userId": "<p>The unique identifier of the user involved in the Amazon Q Business web experience conversation.</p>",
35333548
"ListConversationsRequest$userId": "<p>The identifier of the user involved in the Amazon Q Business web experience conversation. </p>",

apis/redshift-serverless/2021-04-21/api-2.json

Lines changed: 99 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,23 @@
444444
{"shape":"ValidationException"}
445445
]
446446
},
447+
"GetTrack":{
448+
"name":"GetTrack",
449+
"http":{
450+
"method":"POST",
451+
"requestUri":"/"
452+
},
453+
"input":{"shape":"GetTrackRequest"},
454+
"output":{"shape":"GetTrackResponse"},
455+
"errors":[
456+
{"shape":"InternalServerException"},
457+
{"shape":"ResourceNotFoundException"},
458+
{"shape":"ConflictException"},
459+
{"shape":"ValidationException"},
460+
{"shape":"AccessDeniedException"},
461+
{"shape":"ThrottlingException"}
462+
]
463+
},
447464
"GetUsageLimit":{
448465
"name":"GetUsageLimit",
449466
"http":{
@@ -617,6 +634,22 @@
617634
{"shape":"ThrottlingException"}
618635
]
619636
},
637+
"ListTracks":{
638+
"name":"ListTracks",
639+
"http":{
640+
"method":"POST",
641+
"requestUri":"/"
642+
},
643+
"input":{"shape":"ListTracksRequest"},
644+
"output":{"shape":"ListTracksResponse"},
645+
"errors":[
646+
{"shape":"InternalServerException"},
647+
{"shape":"InvalidPaginationException"},
648+
{"shape":"ValidationException"},
649+
{"shape":"AccessDeniedException"},
650+
{"shape":"ThrottlingException"}
651+
]
652+
},
620653
"ListUsageLimits":{
621654
"name":"ListUsageLimits",
622655
"http":{
@@ -1142,6 +1175,7 @@
11421175
"securityGroupIds":{"shape":"SecurityGroupIdList"},
11431176
"subnetIds":{"shape":"SubnetIdList"},
11441177
"tags":{"shape":"TagList"},
1178+
"trackName":{"shape":"TrackName"},
11451179
"workgroupName":{"shape":"WorkgroupName"}
11461180
}
11471181
},
@@ -1458,6 +1492,19 @@
14581492
"tableRestoreStatus":{"shape":"TableRestoreStatus"}
14591493
}
14601494
},
1495+
"GetTrackRequest":{
1496+
"type":"structure",
1497+
"required":["trackName"],
1498+
"members":{
1499+
"trackName":{"shape":"TrackName"}
1500+
}
1501+
},
1502+
"GetTrackResponse":{
1503+
"type":"structure",
1504+
"members":{
1505+
"track":{"shape":"ServerlessTrack"}
1506+
}
1507+
},
14611508
"GetUsageLimitRequest":{
14621509
"type":"structure",
14631510
"required":["usageLimitId"],
@@ -1749,6 +1796,26 @@
17491796
"tags":{"shape":"TagList"}
17501797
}
17511798
},
1799+
"ListTracksRequest":{
1800+
"type":"structure",
1801+
"members":{
1802+
"maxResults":{"shape":"ListTracksRequestMaxResultsInteger"},
1803+
"nextToken":{"shape":"PaginationToken"}
1804+
}
1805+
},
1806+
"ListTracksRequestMaxResultsInteger":{
1807+
"type":"integer",
1808+
"box":true,
1809+
"max":100,
1810+
"min":1
1811+
},
1812+
"ListTracksResponse":{
1813+
"type":"structure",
1814+
"members":{
1815+
"nextToken":{"shape":"PaginationToken"},
1816+
"tracks":{"shape":"TrackList"}
1817+
}
1818+
},
17521819
"ListUsageLimitsRequest":{
17531820
"type":"structure",
17541821
"members":{
@@ -2129,6 +2196,14 @@
21292196
"type":"list",
21302197
"member":{"shape":"SecurityGroupId"}
21312198
},
2199+
"ServerlessTrack":{
2200+
"type":"structure",
2201+
"members":{
2202+
"trackName":{"shape":"TrackName"},
2203+
"updateTargets":{"shape":"UpdateTargetsList"},
2204+
"workgroupVersion":{"shape":"String"}
2205+
}
2206+
},
21322207
"ServiceQuotaExceededException":{
21332208
"type":"structure",
21342209
"required":["message"],
@@ -2321,6 +2396,16 @@
23212396
},
23222397
"exception":true
23232398
},
2399+
"TrackList":{
2400+
"type":"list",
2401+
"member":{"shape":"ServerlessTrack"}
2402+
},
2403+
"TrackName":{
2404+
"type":"string",
2405+
"max":256,
2406+
"min":1,
2407+
"pattern":"^[a-zA-Z0-9_]+$"
2408+
},
23242409
"UntagResourceRequest":{
23252410
"type":"structure",
23262411
"required":[
@@ -2444,6 +2529,17 @@
24442529
"snapshot":{"shape":"Snapshot"}
24452530
}
24462531
},
2532+
"UpdateTarget":{
2533+
"type":"structure",
2534+
"members":{
2535+
"trackName":{"shape":"TrackName"},
2536+
"workgroupVersion":{"shape":"String"}
2537+
}
2538+
},
2539+
"UpdateTargetsList":{
2540+
"type":"list",
2541+
"member":{"shape":"UpdateTarget"}
2542+
},
24472543
"UpdateUsageLimitRequest":{
24482544
"type":"structure",
24492545
"required":["usageLimitId"],
@@ -2473,6 +2569,7 @@
24732569
"publiclyAccessible":{"shape":"Boolean"},
24742570
"securityGroupIds":{"shape":"SecurityGroupIdList"},
24752571
"subnetIds":{"shape":"SubnetIdList"},
2572+
"trackName":{"shape":"TrackName"},
24762573
"workgroupName":{"shape":"WorkgroupName"}
24772574
}
24782575
},
@@ -2580,12 +2677,14 @@
25802677
"maxCapacity":{"shape":"Integer"},
25812678
"namespaceName":{"shape":"String"},
25822679
"patchVersion":{"shape":"String"},
2680+
"pendingTrackName":{"shape":"TrackName"},
25832681
"port":{"shape":"Integer"},
25842682
"pricePerformanceTarget":{"shape":"PerformanceTarget"},
25852683
"publiclyAccessible":{"shape":"Boolean"},
25862684
"securityGroupIds":{"shape":"SecurityGroupIdList"},
25872685
"status":{"shape":"WorkgroupStatus"},
25882686
"subnetIds":{"shape":"SubnetIdList"},
2687+
"trackName":{"shape":"TrackName"},
25892688
"workgroupArn":{"shape":"String"},
25902689
"workgroupId":{"shape":"String"},
25912690
"workgroupName":{"shape":"WorkgroupName"},

0 commit comments

Comments
 (0)