Skip to content

Commit 3505e4b

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 0b4f636 commit 3505e4b

File tree

8 files changed

+934
-996
lines changed

8 files changed

+934
-996
lines changed

codegen/sdk-codegen/aws-models/appstream.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9228,6 +9228,12 @@
92289228
"traits": {
92299229
"smithy.api#documentation": "<p>The names of the domains for the account.</p>"
92309230
}
9231+
},
9232+
"DomainsRequireAdminConsent": {
9233+
"target": "com.amazonaws.appstream#DomainList",
9234+
"traits": {
9235+
"smithy.api#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>"
9236+
}
92319237
}
92329238
},
92339239
"traits": {

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4547,6 +4547,12 @@
45474547
"members": {
45484548
"message": {
45494549
"target": "com.amazonaws.bedrockagentruntime#NonBlankString"
4550+
},
4551+
"reason": {
4552+
"target": "smithy.api#String",
4553+
"traits": {
4554+
"smithy.api#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>"
4555+
}
45504556
}
45514557
},
45524558
"traits": {
@@ -8285,7 +8291,7 @@
82858291
}
82868292
],
82878293
"traits": {
8288-
"smithy.api#documentation": "<p>Queries a knowledge base and generates responses based on the retrieved results, with output in streaming format.</p>\n <note>\n <p>The CLI doesn't support streaming operations in Amazon Bedrock, including <code>InvokeModelWithResponseStream</code>.</p>\n </note>",
8294+
"smithy.api#documentation": "<p>Queries a knowledge base and generates responses based on the retrieved results, with output in streaming format.</p>\n <note>\n <p>The CLI doesn't support streaming operations in Amazon Bedrock, including <code>InvokeModelWithResponseStream</code>.</p>\n </note>\n <p>This operation requires permission for the <code> bedrock:RetrieveAndGenerate</code> action.</p>",
82898295
"smithy.api#http": {
82908296
"code": 200,
82918297
"method": "POST",

codegen/sdk-codegen/aws-models/ecr-public.json

Lines changed: 13 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -3131,31 +3131,6 @@
31313131
}
31323132
],
31333133
"rules": [
3134-
{
3135-
"conditions": [
3136-
{
3137-
"fn": "stringEquals",
3138-
"argv": [
3139-
"aws",
3140-
{
3141-
"fn": "getAttr",
3142-
"argv": [
3143-
{
3144-
"ref": "PartitionResult"
3145-
},
3146-
"name"
3147-
]
3148-
}
3149-
]
3150-
}
3151-
],
3152-
"endpoint": {
3153-
"url": "https://ecr-public.{Region}.api.aws",
3154-
"properties": {},
3155-
"headers": {}
3156-
},
3157-
"type": "endpoint"
3158-
},
31593134
{
31603135
"conditions": [],
31613136
"endpoint": {
@@ -3201,67 +3176,54 @@
32013176
"smithy.rules#endpointTests": {
32023177
"testCases": [
32033178
{
3204-
"documentation": "For region us-east-1 with FIPS disabled and DualStack disabled",
3205-
"expect": {
3206-
"endpoint": {
3207-
"url": "https://api.ecr-public.us-east-1.amazonaws.com"
3208-
}
3209-
},
3210-
"params": {
3211-
"Region": "us-east-1",
3212-
"UseFIPS": false,
3213-
"UseDualStack": false
3214-
}
3215-
},
3216-
{
3217-
"documentation": "For region us-east-1 with FIPS disabled and DualStack enabled",
3179+
"documentation": "For region us-east-1 with FIPS enabled and DualStack enabled",
32183180
"expect": {
32193181
"endpoint": {
3220-
"url": "https://ecr-public.us-east-1.api.aws"
3182+
"url": "https://api.ecr-public-fips.us-east-1.api.aws"
32213183
}
32223184
},
32233185
"params": {
32243186
"Region": "us-east-1",
3225-
"UseFIPS": false,
3187+
"UseFIPS": true,
32263188
"UseDualStack": true
32273189
}
32283190
},
32293191
{
3230-
"documentation": "For region us-west-2 with FIPS disabled and DualStack disabled",
3192+
"documentation": "For region us-east-1 with FIPS enabled and DualStack disabled",
32313193
"expect": {
32323194
"endpoint": {
3233-
"url": "https://api.ecr-public.us-west-2.amazonaws.com"
3195+
"url": "https://api.ecr-public-fips.us-east-1.amazonaws.com"
32343196
}
32353197
},
32363198
"params": {
3237-
"Region": "us-west-2",
3238-
"UseFIPS": false,
3199+
"Region": "us-east-1",
3200+
"UseFIPS": true,
32393201
"UseDualStack": false
32403202
}
32413203
},
32423204
{
3243-
"documentation": "For region us-east-1 with FIPS enabled and DualStack enabled",
3205+
"documentation": "For region us-east-1 with FIPS disabled and DualStack enabled",
32443206
"expect": {
32453207
"endpoint": {
3246-
"url": "https://api.ecr-public-fips.us-east-1.api.aws"
3208+
"url": "https://api.ecr-public.us-east-1.api.aws"
32473209
}
32483210
},
32493211
"params": {
32503212
"Region": "us-east-1",
3251-
"UseFIPS": true,
3213+
"UseFIPS": false,
32523214
"UseDualStack": true
32533215
}
32543216
},
32553217
{
3256-
"documentation": "For region us-east-1 with FIPS enabled and DualStack disabled",
3218+
"documentation": "For region us-east-1 with FIPS disabled and DualStack disabled",
32573219
"expect": {
32583220
"endpoint": {
3259-
"url": "https://api.ecr-public-fips.us-east-1.amazonaws.com"
3221+
"url": "https://api.ecr-public.us-east-1.amazonaws.com"
32603222
}
32613223
},
32623224
"params": {
32633225
"Region": "us-east-1",
3264-
"UseFIPS": true,
3226+
"UseFIPS": false,
32653227
"UseDualStack": false
32663228
}
32673229
},

0 commit comments

Comments
 (0)