Skip to content

Commit 703d19e

Browse files
Update to latest models
1 parent 45da16d commit 703d19e

File tree

19 files changed

+822
-1072
lines changed

19 files changed

+822
-1072
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``appstream``",
4+
"description": "Add support for managing admin consent requirement on selected domains for OneDrive Storage Connectors in AppStream2.0."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``bedrock-agent-runtime``",
4+
"description": "Add a 'reason' field to InternalServerException"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``ecr``",
4+
"description": "Temporarily updating dualstack endpoint support"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``ecr-public``",
4+
"description": "Temporarily updating dualstack endpoint support"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``mediatailor``",
4+
"description": "Adds options for configuring how MediaTailor conditions ads before inserting them into the content stream. Based on the new settings, MediaTailor will either transcode ads to match the content stream as it has in the past, or it will insert ads without first transcoding them."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``qbusiness``",
4+
"description": "Added APIs to manage QBusiness user subscriptions"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``s3tables``",
4+
"description": "You can now use the CreateTable API operation to create tables with schemas by adding an optional metadata argument."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``verifiedpermissions``",
4+
"description": "Adds Cedar JSON format support for entities and context data in authorization requests"
5+
}

botocore/data/appstream/2016-12-01/service-2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5041,6 +5041,10 @@
50415041
"Domains":{
50425042
"shape":"DomainList",
50435043
"documentation":"<p>The names of the domains for the account.</p>"
5044+
},
5045+
"DomainsRequireAdminConsent":{
5046+
"shape":"DomainList",
5047+
"documentation":"<p>The OneDrive for Business domains where you require admin consent when users try to link their OneDrive account to AppStream 2.0. The attribute can only be specified when ConnectorType=ONE_DRIVE.</p>"
50445048
}
50455049
},
50465050
"documentation":"<p>Describes a connector that enables persistent storage for users.</p>"

botocore/data/bedrock-agent-runtime/2023-07-26/service-2.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
{"shape":"AccessDeniedException"},
254254
{"shape":"ServiceQuotaExceededException"}
255255
],
256-
"documentation":"<p>Queries a knowledge base and generates responses based on the retrieved results, with output in streaming format.</p> <note> <p>The CLI doesn't support streaming operations in Amazon Bedrock, including <code>InvokeModelWithResponseStream</code>.</p> </note>"
256+
"documentation":"<p>Queries a knowledge base and generates responses based on the retrieved results, with output in streaming format.</p> <note> <p>The CLI doesn't support streaming operations in Amazon Bedrock, including <code>InvokeModelWithResponseStream</code>.</p> </note> <p>This operation requires permission for the <code> bedrock:RetrieveAndGenerate</code> action.</p>"
257257
}
258258
},
259259
"shapes":{
@@ -2666,7 +2666,11 @@
26662666
"InternalServerException":{
26672667
"type":"structure",
26682668
"members":{
2669-
"message":{"shape":"NonBlankString"}
2669+
"message":{"shape":"NonBlankString"},
2670+
"reason":{
2671+
"shape":"String",
2672+
"documentation":"<p>The reason for the exception. If the reason is <code>BEDROCK_MODEL_INVOCATION_SERVICE_UNAVAILABLE</code>, the model invocation service is unavailable. Retry your request.</p>"
2673+
}
26702674
},
26712675
"documentation":"<p>An internal server error occurred. Retry your request.</p>",
26722676
"error":{"httpStatusCode":500},

0 commit comments

Comments
 (0)