Skip to content

Commit aa6203f

Browse files
Updated API models and rebuilt service gems.
1 parent 83d7550 commit aa6203f

File tree

90 files changed

+11922
-8043
lines changed

Some content is hidden

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

90 files changed

+11922
-8043
lines changed

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

Lines changed: 940 additions & 718 deletions
Large diffs are not rendered by default.

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

Lines changed: 255 additions & 154 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"version": "1.0",
3-
"examples": {
4-
}
3+
"examples": {}
54
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"version": 2,
3+
"waiters": {
4+
}
5+
}

apis/bedrock-data-automation/2023-07-26/api-2.json

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,8 @@
283283
"required":["state"],
284284
"members":{
285285
"state":{"shape":"State"},
286-
"types":{"shape":"AudioExtractionCategoryTypes"}
286+
"types":{"shape":"AudioExtractionCategoryTypes"},
287+
"typeConfiguration":{"shape":"AudioExtractionCategoryTypeConfiguration"}
287288
}
288289
},
289290
"AudioExtractionCategoryType":{
@@ -294,6 +295,12 @@
294295
"TOPIC_CONTENT_MODERATION"
295296
]
296297
},
298+
"AudioExtractionCategoryTypeConfiguration":{
299+
"type":"structure",
300+
"members":{
301+
"transcript":{"shape":"TranscriptConfiguration"}
302+
}
303+
},
297304
"AudioExtractionCategoryTypes":{
298305
"type":"list",
299306
"member":{"shape":"AudioExtractionCategoryType"}
@@ -442,6 +449,13 @@
442449
"type":"list",
443450
"member":{"shape":"BlueprintSummary"}
444451
},
452+
"ChannelLabelingConfiguration":{
453+
"type":"structure",
454+
"required":["state"],
455+
"members":{
456+
"state":{"shape":"State"}
457+
}
458+
},
445459
"ClientToken":{
446460
"type":"string",
447461
"max":256,
@@ -657,8 +671,7 @@
657671
},
658672
"DeleteBlueprintResponse":{
659673
"type":"structure",
660-
"members":{
661-
}
674+
"members":{}
662675
},
663676
"DeleteDataAutomationProjectRequest":{
664677
"type":"structure",
@@ -1055,6 +1068,13 @@
10551068
},
10561069
"exception":true
10571070
},
1071+
"SpeakerLabelingConfiguration":{
1072+
"type":"structure",
1073+
"required":["state"],
1074+
"members":{
1075+
"state":{"shape":"State"}
1076+
}
1077+
},
10581078
"SplitterConfiguration":{
10591079
"type":"structure",
10601080
"members":{
@@ -1118,8 +1138,7 @@
11181138
},
11191139
"TagResourceResponse":{
11201140
"type":"structure",
1121-
"members":{
1122-
}
1141+
"members":{}
11231142
},
11241143
"TagValue":{
11251144
"type":"string",
@@ -1143,6 +1162,13 @@
11431162
},
11441163
"exception":true
11451164
},
1165+
"TranscriptConfiguration":{
1166+
"type":"structure",
1167+
"members":{
1168+
"speakerLabeling":{"shape":"SpeakerLabelingConfiguration"},
1169+
"channelLabeling":{"shape":"ChannelLabelingConfiguration"}
1170+
}
1171+
},
11461172
"Type":{
11471173
"type":"string",
11481174
"enum":[
@@ -1165,8 +1191,7 @@
11651191
},
11661192
"UntagResourceResponse":{
11671193
"type":"structure",
1168-
"members":{
1169-
}
1194+
"members":{}
11701195
},
11711196
"UpdateBlueprintRequest":{
11721197
"type":"structure",

0 commit comments

Comments
 (0)