Skip to content

Commit 5805546

Browse files
Release Model Changes:
eca629c6-50fb-4937-9bd6-a66e4e684262 206a4d79-0a72-4e70-a321-ca5f735e3236 4ae15ffb-b482-4f00-9b33-9e6fa79c16e8 4eb3206c-cafb-4b29-8f63-78e2d7bf1bec
1 parent 80c3681 commit 5805546

File tree

5 files changed

+408
-183
lines changed

5 files changed

+408
-183
lines changed

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
model.all.version=1.0.79
1+
model.all.version=1.0.80
22
model.accessanalyzer.version=1.0.2
33
model.account.version=1.0.1
44
model.acm.version=1.0.2
@@ -38,12 +38,12 @@ model.backupsearch.version=1.0.2
3838
model.batch.version=1.0.6
3939
model.bcm-data-exports.version=1.0.0
4040
model.bcm-pricing-calculator.version=1.0.2
41-
model.bedrock.version=1.0.11
41+
model.bedrock.version=1.0.12
4242
model.bedrock-agent.version=1.0.4
4343
model.bedrock-agent-runtime.version=1.0.3
4444
model.bedrock-data-automation.version=1.0.2
4545
model.bedrock-data-automation-runtime.version=1.0.1
46-
model.bedrock-runtime.version=1.0.6
46+
model.bedrock-runtime.version=1.0.7
4747
model.billing.version=1.0.3
4848
model.billingconductor.version=1.0.1
4949
model.braket.version=1.0.2
@@ -172,7 +172,7 @@ model.health.version=1.0.1
172172
model.healthlake.version=1.0.2
173173
model.iam.version=1.0.2
174174
model.identitystore.version=1.0.1
175-
model.imagebuilder.version=1.0.2
175+
model.imagebuilder.version=1.0.3
176176
model.inspector.version=1.0.1
177177
model.inspector-scan.version=1.0.1
178178
model.inspector2.version=1.0.4
@@ -386,7 +386,7 @@ model.translate.version=1.0.1
386386
model.trustedadvisor.version=1.0.1
387387
model.verifiedpermissions.version=1.0.2
388388
model.voice-id.version=1.0.1
389-
model.vpc-lattice.version=1.0.1
389+
model.vpc-lattice.version=1.0.2
390390
model.waf.version=1.0.1
391391
model.waf-regional.version=1.0.1
392392
model.wafv2.version=1.0.4

models/bedrock-runtime/service/2023-09-30/bedrock-runtime-2023-09-30.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -730,6 +730,9 @@
730730
{
731731
"target": "com.amazonaws.bedrockruntime#ServiceQuotaExceededException"
732732
},
733+
{
734+
"target": "com.amazonaws.bedrockruntime#ServiceUnavailableException"
735+
},
733736
{
734737
"target": "com.amazonaws.bedrockruntime#ThrottlingException"
735738
},
@@ -6048,6 +6051,12 @@
60486051
"traits": {
60496052
"smithy.api#enumValue": "content_filtered"
60506053
}
6054+
},
6055+
"MODEL_CONTEXT_WINDOW_EXCEEDED": {
6056+
"target": "smithy.api#Unit",
6057+
"traits": {
6058+
"smithy.api#enumValue": "model_context_window_exceeded"
6059+
}
60516060
}
60526061
}
60536062
},

models/bedrock/service/2023-04-20/bedrock-2023-04-20.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6237,7 +6237,7 @@
62376237
"min": 20,
62386238
"max": 1011
62396239
},
6240-
"smithy.api#pattern": "^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:custom-model/(imported|[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([a-z0-9-]{1,63}[.]){0,2}[a-z0-9-]{1,63}([:][a-z0-9-]{1,63}){0,2})/[a-z0-9]{12}$"
6240+
"smithy.api#pattern": "^arn:aws(|-us-gov|-cn|-iso|-iso-b):bedrock:[a-z0-9-]{1,20}:[0-9]{12}:custom-model/(imported|[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([a-z0-9-]{1,63}[.]){0,2}[a-z0-9-]{1,63}([:][a-z0-9-]{1,63}){0,2})/[a-z0-9]{12}$"
62416241
}
62426242
},
62436243
"com.amazonaws.bedrock#CustomModelDeploymentArn": {
@@ -10111,11 +10111,21 @@
1011110111
"smithy.api#output": {}
1011210112
}
1011310113
},
10114+
"com.amazonaws.bedrock#GetFoundationModelIdentifier": {
10115+
"type": "string",
10116+
"traits": {
10117+
"smithy.api#length": {
10118+
"min": 1,
10119+
"max": 2048
10120+
},
10121+
"smithy.api#pattern": "^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}::foundation-model/[a-z0-9-]{1,63}[.]{1}([a-z0-9-]{1,63}[.]){0,2}[a-z0-9-]{1,63}([:][a-z0-9-]{1,63}){0,2})|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.]?[a-z0-9-]{1,63})([:][a-z0-9-]{1,63}){0,2})$"
10122+
}
10123+
},
1011410124
"com.amazonaws.bedrock#GetFoundationModelRequest": {
1011510125
"type": "structure",
1011610126
"members": {
1011710127
"modelIdentifier": {
10118-
"target": "com.amazonaws.bedrock#ModelIdentifier",
10128+
"target": "com.amazonaws.bedrock#GetFoundationModelIdentifier",
1011910129
"traits": {
1012010130
"smithy.api#documentation": "<p>The model identifier. </p>",
1012110131
"smithy.api#httpLabel": {},
@@ -13811,7 +13821,7 @@
1381113821
"min": 1,
1381213822
"max": 256
1381313823
},
13814-
"smithy.api#pattern": "^[a-zA-Z0-9](-*[a-zA-Z0-9])*$"
13824+
"smithy.api#pattern": "^[a-zA-Z0-9]([-a-zA-Z0-9]{0,254}[a-zA-Z0-9])?$"
1381513825
}
1381613826
},
1381713827
"com.amazonaws.bedrock#Identifier": {
@@ -19017,7 +19027,6 @@
1901719027
"com.amazonaws.bedrock#RoleArn": {
1901819028
"type": "string",
1901919029
"traits": {
19020-
"smithy.api#documentation": "ARN of a IAM role",
1902119030
"smithy.api#length": {
1902219031
"max": 2048
1902319032
},

0 commit comments

Comments
 (0)