Skip to content

Commit a063f2f

Browse files
Release Model Changes:
47e9bc44-83d9-4831-925a-af043f70a68b becff4b8-5e59-4115-bd47-761b2b6abf86 23bc1405-009e-4bf7-884c-d03bd96019a9 c3e29c08-34aa-449d-a480-2b08ea367cee d749d8a6-254c-4b70-afb7-79bf6b8283f0 3cd1683a-cb49-4f47-b99b-f71e470da7cb
1 parent 44e5150 commit a063f2f

File tree

7 files changed

+490
-20
lines changed

7 files changed

+490
-20
lines changed

gradle.properties

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
model.all.version=1.0.163
1+
model.all.version=1.0.164
22
model.accessanalyzer.version=1.0.4
33
model.account.version=1.0.3
44
model.acm.version=1.0.3
@@ -42,7 +42,7 @@ model.bedrock-agent.version=1.0.6
4242
model.bedrock-agent-runtime.version=1.0.5
4343
model.bedrock-data-automation.version=1.0.6
4444
model.bedrock-data-automation-runtime.version=1.0.4
45-
model.bedrock-runtime.version=1.0.15
45+
model.bedrock-runtime.version=1.0.16
4646
model.billing.version=1.0.6
4747
model.billingconductor.version=1.0.4
4848
model.braket.version=1.0.5
@@ -94,7 +94,7 @@ model.connect.version=1.0.29
9494
model.connect-contact-lens.version=1.0.2
9595
model.connectcampaigns.version=1.0.2
9696
model.connectcampaignsv2.version=1.0.5
97-
model.connectcases.version=1.0.7
97+
model.connectcases.version=1.0.8
9898
model.connectparticipant.version=1.0.5
9999
model.controlcatalog.version=1.0.4
100100
model.controltower.version=1.0.4
@@ -130,7 +130,7 @@ model.ecr.version=1.0.8
130130
model.ecr-public.version=1.0.2
131131
model.ecs.version=1.0.19
132132
model.efs.version=1.0.3
133-
model.eks.version=1.0.11
133+
model.eks.version=1.0.12
134134
model.eks-auth.version=1.0.1
135135
model.elastic-beanstalk.version=1.0.2
136136
model.elastic-load-balancing.version=1.0.2
@@ -235,7 +235,7 @@ model.marketplace-metering.version=1.0.4
235235
model.marketplace-reporting.version=1.0.2
236236
model.mediaconnect.version=1.0.6
237237
model.mediaconvert.version=1.0.11
238-
model.medialive.version=1.0.12
238+
model.medialive.version=1.0.13
239239
model.mediapackage.version=1.0.2
240240
model.mediapackage-vod.version=1.0.2
241241
model.mediapackagev2.version=1.0.9
@@ -297,7 +297,7 @@ model.ram.version=1.0.2
297297
model.rbin.version=1.0.3
298298
model.rds.version=1.0.20
299299
model.rds-data.version=1.0.2
300-
model.redshift.version=1.0.6
300+
model.redshift.version=1.0.7
301301
model.redshift-data.version=1.0.3
302302
model.redshift-serverless.version=1.0.5
303303
model.rekognition.version=1.0.3
@@ -389,7 +389,7 @@ model.workmail.version=1.0.3
389389
model.workmailmessageflow.version=1.0.2
390390
model.workspaces.version=1.0.6
391391
model.workspaces-thin-client.version=1.0.5
392-
model.workspaces-web.version=1.0.6
392+
model.workspaces-web.version=1.0.7
393393
model.xray.version=1.0.3
394394
org.gradle.jvmargs=-Xmx1024m
395395
org.gradle.parallel=true

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

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1968,6 +1968,12 @@
19681968
"traits": {
19691969
"smithy.api#documentation": "<p>Specifies the processing tier configuration used for serving the request.</p>"
19701970
}
1971+
},
1972+
"outputConfig": {
1973+
"target": "com.amazonaws.bedrockruntime#OutputConfig",
1974+
"traits": {
1975+
"smithy.api#documentation": "<p>Output configuration for a model response.</p>"
1976+
}
19711977
}
19721978
},
19731979
"traits": {
@@ -2289,6 +2295,12 @@
22892295
"traits": {
22902296
"smithy.api#documentation": "<p>Specifies the processing tier configuration used for serving the request.</p>"
22912297
}
2298+
},
2299+
"outputConfig": {
2300+
"target": "com.amazonaws.bedrockruntime#OutputConfig",
2301+
"traits": {
2302+
"smithy.api#documentation": "<p>Output configuration for a model response.</p>"
2303+
}
22922304
}
22932305
},
22942306
"traits": {
@@ -5710,6 +5722,33 @@
57105722
"smithy.api#pattern": "^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}::foundation-model/[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})|(arn:aws(|-us-gov|-cn|-iso|-iso-b):bedrock:(|[0-9a-z-]{1,20}):(|[0-9]{12}):inference-profile/[a-zA-Z0-9-:.]+)$"
57115723
}
57125724
},
5725+
"com.amazonaws.bedrockruntime#JsonSchemaDefinition": {
5726+
"type": "structure",
5727+
"members": {
5728+
"schema": {
5729+
"target": "smithy.api#String",
5730+
"traits": {
5731+
"smithy.api#documentation": "<p> The JSON schema to constrain the model's output. For more information, see <a href=\"https://json-schema.org/understanding-json-schema/reference\">JSON Schema Reference</a>. </p>",
5732+
"smithy.api#required": {}
5733+
}
5734+
},
5735+
"name": {
5736+
"target": "smithy.api#String",
5737+
"traits": {
5738+
"smithy.api#documentation": "<p> The name of the JSON schema. </p>"
5739+
}
5740+
},
5741+
"description": {
5742+
"target": "smithy.api#String",
5743+
"traits": {
5744+
"smithy.api#documentation": "<p> A description of the JSON schema. </p>"
5745+
}
5746+
}
5747+
},
5748+
"traits": {
5749+
"smithy.api#documentation": "<p> JSON schema structured output format options. </p>"
5750+
}
5751+
},
57135752
"com.amazonaws.bedrockruntime#KmsKeyId": {
57145753
"type": "string",
57155754
"traits": {
@@ -6030,6 +6069,71 @@
60306069
}
60316070
}
60326071
},
6072+
"com.amazonaws.bedrockruntime#OutputConfig": {
6073+
"type": "structure",
6074+
"members": {
6075+
"textFormat": {
6076+
"target": "com.amazonaws.bedrockruntime#OutputFormat",
6077+
"traits": {
6078+
"smithy.api#documentation": "<p>Structured output parameters to control the model's text response. </p>"
6079+
}
6080+
}
6081+
},
6082+
"traits": {
6083+
"smithy.api#documentation": "<p>Output configuration for a model response in a call to <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_Converse.html\">Converse</a> or <a href=\"https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_ConverseStream.html\">ConverseStream</a>.</p>"
6084+
}
6085+
},
6086+
"com.amazonaws.bedrockruntime#OutputFormat": {
6087+
"type": "structure",
6088+
"members": {
6089+
"type": {
6090+
"target": "com.amazonaws.bedrockruntime#OutputFormatType",
6091+
"traits": {
6092+
"smithy.api#documentation": "<p> The type of structured output format. </p>",
6093+
"smithy.api#required": {}
6094+
}
6095+
},
6096+
"structure": {
6097+
"target": "com.amazonaws.bedrockruntime#OutputFormatStructure",
6098+
"traits": {
6099+
"smithy.api#documentation": "<p> The structure that the model's output must adhere to. </p>",
6100+
"smithy.api#required": {}
6101+
}
6102+
}
6103+
},
6104+
"traits": {
6105+
"smithy.api#documentation": "<p> Structured output parameters to control the model's response. </p>"
6106+
}
6107+
},
6108+
"com.amazonaws.bedrockruntime#OutputFormatStructure": {
6109+
"type": "union",
6110+
"members": {
6111+
"jsonSchema": {
6112+
"target": "com.amazonaws.bedrockruntime#JsonSchemaDefinition",
6113+
"traits": {
6114+
"smithy.api#documentation": "<p> A JSON schema structure that the model's output must adhere to. </p>"
6115+
}
6116+
}
6117+
},
6118+
"traits": {
6119+
"smithy.api#documentation": "<p> The structure that the model's output must adhere to. </p>",
6120+
"smithy.api#sensitive": {}
6121+
}
6122+
},
6123+
"com.amazonaws.bedrockruntime#OutputFormatType": {
6124+
"type": "enum",
6125+
"members": {
6126+
"JSON_SCHEMA": {
6127+
"target": "smithy.api#Unit",
6128+
"traits": {
6129+
"smithy.api#enumValue": "json_schema"
6130+
}
6131+
}
6132+
},
6133+
"traits": {
6134+
"smithy.api#documentation": "<p> The type of structured output format. Available options are: json_schema. </p>"
6135+
}
6136+
},
60336137
"com.amazonaws.bedrockruntime#PaginationToken": {
60346138
"type": "string",
60356139
"traits": {
@@ -7176,6 +7280,12 @@
71767280
"smithy.api#documentation": "<p>The input schema for the tool in JSON format.</p>",
71777281
"smithy.api#required": {}
71787282
}
7283+
},
7284+
"strict": {
7285+
"target": "smithy.api#Boolean",
7286+
"traits": {
7287+
"smithy.api#documentation": "<p>Flag to enable structured output enforcement on a tool usage response.</p>"
7288+
}
71797289
}
71807290
},
71817291
"traits": {

0 commit comments

Comments
 (0)