Skip to content

Commit 848eb59

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent 1d7b134 commit 848eb59

8 files changed

Lines changed: 797 additions & 151 deletions

File tree

codegen/sdk-codegen/aws-models/bedrock-agentcore-control.json

Lines changed: 75 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8852,6 +8852,37 @@
88528852
"com.amazonaws.bedrockagentcorecontrol#DomainName": {
88538853
"type": "string"
88548854
},
8855+
"com.amazonaws.bedrockagentcorecontrol#EfsAccessPointArn": {
8856+
"type": "string",
8857+
"traits": {
8858+
"smithy.api#length": {
8859+
"max": 128
8860+
},
8861+
"smithy.api#pattern": "^arn:aws[-a-z]*:elasticfilesystem:[0-9a-z-:]+:access-point/fsap-[0-9a-f]{8,40}$"
8862+
}
8863+
},
8864+
"com.amazonaws.bedrockagentcorecontrol#EfsAccessPointConfiguration": {
8865+
"type": "structure",
8866+
"members": {
8867+
"accessPointArn": {
8868+
"target": "com.amazonaws.bedrockagentcorecontrol#EfsAccessPointArn",
8869+
"traits": {
8870+
"smithy.api#documentation": "<p>The ARN of the EFS access point to mount into the AgentCore Runtime.</p>",
8871+
"smithy.api#required": {}
8872+
}
8873+
},
8874+
"mountPath": {
8875+
"target": "com.amazonaws.bedrockagentcorecontrol#MountPath",
8876+
"traits": {
8877+
"smithy.api#documentation": "<p>The mount path for the EFS access point inside the AgentCore Runtime. The path must be under <code>/mnt</code> with exactly one subdirectory level (for example, <code>/mnt/data</code>).</p>",
8878+
"smithy.api#required": {}
8879+
}
8880+
}
8881+
},
8882+
"traits": {
8883+
"smithy.api#documentation": "<p>Configuration for an Amazon EFS access point filesystem mounted into the AgentCore Runtime. EFS access points provide shared file storage accessible from your AgentCore Runtime sessions.</p>"
8884+
}
8885+
},
88558886
"com.amazonaws.bedrockagentcorecontrol#EncryptionFailure": {
88568887
"type": "structure",
88578888
"members": {
@@ -9604,6 +9635,18 @@
96049635
"traits": {
96059636
"smithy.api#documentation": "<p>Configuration for session storage. Session storage provides persistent storage that is preserved across AgentCore Runtime session invocations.</p>"
96069637
}
9638+
},
9639+
"s3FilesAccessPoint": {
9640+
"target": "com.amazonaws.bedrockagentcorecontrol#S3FilesAccessPointConfiguration",
9641+
"traits": {
9642+
"smithy.api#documentation": "<p>Configuration for an Amazon S3 Files access point to mount into the AgentCore Runtime.</p>"
9643+
}
9644+
},
9645+
"efsAccessPoint": {
9646+
"target": "com.amazonaws.bedrockagentcorecontrol#EfsAccessPointConfiguration",
9647+
"traits": {
9648+
"smithy.api#documentation": "<p>Configuration for an Amazon EFS access point to mount into the AgentCore Runtime.</p>"
9649+
}
96079650
}
96089651
},
96099652
"traits": {
@@ -9618,7 +9661,7 @@
96189661
"traits": {
96199662
"smithy.api#length": {
96209663
"min": 0,
9621-
"max": 1
9664+
"max": 5
96229665
}
96239666
}
96249667
},
@@ -21930,6 +21973,37 @@
2193021973
"smithy.api#documentation": "<p>The Amazon S3 configuration for a gateway. This structure defines how the gateway accesses files in Amazon S3.</p>"
2193121974
}
2193221975
},
21976+
"com.amazonaws.bedrockagentcorecontrol#S3FilesAccessPointArn": {
21977+
"type": "string",
21978+
"traits": {
21979+
"smithy.api#length": {
21980+
"max": 256
21981+
},
21982+
"smithy.api#pattern": "^arn:aws[-a-z]*:s3files:[0-9a-z-:]+:file-system/fs-[0-9a-f]{17,40}/access-point/fsap-[0-9a-f]{17,40}$"
21983+
}
21984+
},
21985+
"com.amazonaws.bedrockagentcorecontrol#S3FilesAccessPointConfiguration": {
21986+
"type": "structure",
21987+
"members": {
21988+
"accessPointArn": {
21989+
"target": "com.amazonaws.bedrockagentcorecontrol#S3FilesAccessPointArn",
21990+
"traits": {
21991+
"smithy.api#documentation": "<p>The ARN of the S3 Files access point to mount into the AgentCore Runtime.</p>",
21992+
"smithy.api#required": {}
21993+
}
21994+
},
21995+
"mountPath": {
21996+
"target": "com.amazonaws.bedrockagentcorecontrol#MountPath",
21997+
"traits": {
21998+
"smithy.api#documentation": "<p>The mount path for the S3 Files access point inside the AgentCore Runtime. The path must be under <code>/mnt</code> with exactly one subdirectory level (for example, <code>/mnt/data</code>).</p>",
21999+
"smithy.api#required": {}
22000+
}
22001+
}
22002+
},
22003+
"traits": {
22004+
"smithy.api#documentation": "<p>Configuration for an Amazon S3 Files access point filesystem mounted into the AgentCore Runtime. S3 Files access points provide shared file storage accessible from your AgentCore Runtime sessions.</p>"
22005+
}
22006+
},
2193322007
"com.amazonaws.bedrockagentcorecontrol#S3Location": {
2193422008
"type": "structure",
2193522009
"members": {

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14326,6 +14326,12 @@
1432614326
"traits": {
1432714327
"smithy.api#documentation": "<p>Set the evaluation method for composite rules in the ruleset to ROW/COLUMN</p>"
1432814328
}
14329+
},
14330+
"CustomLogGroupPrefix": {
14331+
"target": "com.amazonaws.glue#GenericString",
14332+
"traits": {
14333+
"smithy.api#documentation": "<p>A custom prefix for the CloudWatch log group names. When specified, evaluation run logs are written to <code><CustomLogGroupPrefix>/error</code> and <code><CustomLogGroupPrefix>/output</code> instead of the default <code>/aws-glue/data-quality/error</code> and <code>/aws-glue/data-quality/output</code> log groups.</p>"
14334+
}
1432914335
}
1433014336
},
1433114337
"traits": {
@@ -14906,6 +14912,12 @@
1490614912
"traits": {
1490714913
"smithy.api#documentation": "<p>Filter results by runs that started after this time.</p>"
1490814914
}
14915+
},
14916+
"RulesetName": {
14917+
"target": "com.amazonaws.glue#NameString",
14918+
"traits": {
14919+
"smithy.api#documentation": "<p>Filter results by the name of the ruleset.</p>"
14920+
}
1490914921
}
1491014922
},
1491114923
"traits": {

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7095,6 +7095,9 @@
70957095
"target": "com.amazonaws.imagebuilder#ImportDiskImageResponse"
70967096
},
70977097
"errors": [
7098+
{
7099+
"target": "com.amazonaws.imagebuilder#AccessDeniedException"
7100+
},
70987101
{
70997102
"target": "com.amazonaws.imagebuilder#ClientException"
71007103
},
@@ -7103,6 +7106,9 @@
71037106
},
71047107
{
71057108
"target": "com.amazonaws.imagebuilder#ServiceUnavailableException"
7109+
},
7110+
{
7111+
"target": "com.amazonaws.imagebuilder#TooManyRequestsException"
71067112
}
71077113
],
71087114
"traits": {
@@ -7118,7 +7124,7 @@
71187124
"type": "structure",
71197125
"members": {
71207126
"name": {
7121-
"target": "com.amazonaws.imagebuilder#NonEmptyString",
7127+
"target": "com.amazonaws.imagebuilder#ResourceName",
71227128
"traits": {
71237129
"smithy.api#documentation": "<p>The name of the image resource that's created from the import.</p>",
71247130
"smithy.api#required": {}

codegen/sdk-codegen/aws-models/lex-models-v2.json

Lines changed: 138 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2242,6 +2242,108 @@
22422242
"smithy.api#pattern": "^s3://([a-z0-9\\\\.-]+)/(.+)$"
22432243
}
22442244
},
2245+
"com.amazonaws.lexmodelsv2#AudioFillerDelayInMilliseconds": {
2246+
"type": "integer"
2247+
},
2248+
"com.amazonaws.lexmodelsv2#AudioFillerDeliveryDelayInMilliseconds": {
2249+
"type": "integer"
2250+
},
2251+
"com.amazonaws.lexmodelsv2#AudioFillerDurationInMilliseconds": {
2252+
"type": "integer"
2253+
},
2254+
"com.amazonaws.lexmodelsv2#AudioFillerSettings": {
2255+
"type": "structure",
2256+
"members": {
2257+
"enabled": {
2258+
"target": "com.amazonaws.lexmodelsv2#Boolean",
2259+
"traits": {
2260+
"smithy.api#default": false,
2261+
"smithy.api#documentation": "<p>Specifies whether audio filler playback is enabled for the bot locale.\n Set to <code>true</code> to play filler audio while Amazon Lex processes a\n user utterance. Set to <code>false</code> to disable filler audio.</p>"
2262+
}
2263+
},
2264+
"audioType": {
2265+
"target": "com.amazonaws.lexmodelsv2#AudioFillerType",
2266+
"traits": {
2267+
"smithy.api#documentation": "<p>The identifier of the audio filler to play while Amazon Lex processes the\n user's input. This field is required when <code>enabled</code> is\n <code>true</code>.</p>"
2268+
}
2269+
},
2270+
"startDelayInMilliseconds": {
2271+
"target": "com.amazonaws.lexmodelsv2#AudioFillerDelayInMilliseconds",
2272+
"traits": {
2273+
"smithy.api#documentation": "<p>The time, in milliseconds, to wait after the end of the user's\n utterance before starting audio filler playback. Valid range is\n <code>500</code> to <code>5000</code> milliseconds. If not specified,\n Amazon Lex uses a default of <code>2500</code> milliseconds.</p>"
2274+
}
2275+
},
2276+
"minimumPlayDurationInMilliseconds": {
2277+
"target": "com.amazonaws.lexmodelsv2#AudioFillerDurationInMilliseconds",
2278+
"traits": {
2279+
"smithy.api#documentation": "<p>The minimum time, in milliseconds, that audio filler plays once it\n has started, even if the bot response becomes ready sooner. Valid range\n is <code>1000</code> to <code>5000</code> milliseconds. If not\n specified, Amazon Lex uses a default of <code>3000</code>\n milliseconds.</p>"
2280+
}
2281+
},
2282+
"responseDeliveryDelayInMilliseconds": {
2283+
"target": "com.amazonaws.lexmodelsv2#AudioFillerDeliveryDelayInMilliseconds",
2284+
"traits": {
2285+
"smithy.api#documentation": "<p>The silent delay, in milliseconds, inserted between the end of audio\n filler playback and the start of the bot's response. Valid range is\n <code>200</code> to <code>1000</code> milliseconds. If not specified,\n Amazon Lex uses a default of <code>500</code> milliseconds.</p>"
2286+
}
2287+
}
2288+
},
2289+
"traits": {
2290+
"smithy.api#documentation": "<p>Configuration that plays background filler audio during speech-to-speech\n interactions to mask processing delays and improve the perceived\n responsiveness of the bot.</p>\n <p>Audio filler requires <code>unifiedSpeechSettings</code> (speech-to-speech)\n to be enabled on the bot locale when <code>enabled</code> is\n <code>true</code>.</p>"
2291+
}
2292+
},
2293+
"com.amazonaws.lexmodelsv2#AudioFillerType": {
2294+
"type": "enum",
2295+
"members": {
2296+
"MELODY_CHIPPER_CHIME": {
2297+
"target": "smithy.api#Unit",
2298+
"traits": {
2299+
"smithy.api#enumValue": "MELODY_CHIPPER_CHIME"
2300+
}
2301+
},
2302+
"MELODY_CURIOUS_CRAWL": {
2303+
"target": "smithy.api#Unit",
2304+
"traits": {
2305+
"smithy.api#enumValue": "MELODY_CURIOUS_CRAWL"
2306+
}
2307+
},
2308+
"MELODY_RISING_RIPPLE": {
2309+
"target": "smithy.api#Unit",
2310+
"traits": {
2311+
"smithy.api#enumValue": "MELODY_RISING_RIPPLE"
2312+
}
2313+
},
2314+
"MELODY_PATIENT_PING": {
2315+
"target": "smithy.api#Unit",
2316+
"traits": {
2317+
"smithy.api#enumValue": "MELODY_PATIENT_PING"
2318+
}
2319+
},
2320+
"MELODY_PONDERING_PONG": {
2321+
"target": "smithy.api#Unit",
2322+
"traits": {
2323+
"smithy.api#enumValue": "MELODY_PONDERING_PONG"
2324+
}
2325+
},
2326+
"TYPING_KINETIC_KEYS": {
2327+
"target": "smithy.api#Unit",
2328+
"traits": {
2329+
"smithy.api#enumValue": "TYPING_KINETIC_KEYS"
2330+
}
2331+
},
2332+
"TYPING_QUIET_QWERTY": {
2333+
"target": "smithy.api#Unit",
2334+
"traits": {
2335+
"smithy.api#enumValue": "TYPING_QUIET_QWERTY"
2336+
}
2337+
}
2338+
},
2339+
"traits": {
2340+
"smithy.api#documentation": "<p>The audio filler identifier played during speech-to-speech\n interactions. Supported values include melody and typing variants such\n as <code>MELODY_CHIPPER_CHIME</code>, <code>MELODY_CURIOUS_CRAWL</code>,\n <code>MELODY_RISING_RIPPLE</code>, <code>MELODY_PATIENT_PING</code>,\n <code>MELODY_PONDERING_PONG</code>, <code>TYPING_KINETIC_KEYS</code>,\n and <code>TYPING_QUIET_QWERTY</code>.</p>",
2341+
"smithy.api#length": {
2342+
"min": 1,
2343+
"max": 64
2344+
}
2345+
}
2346+
},
22452347
"com.amazonaws.lexmodelsv2#AudioLogDestination": {
22462348
"type": "structure",
22472349
"members": {
@@ -3562,6 +3664,12 @@
35623664
"traits": {
35633665
"smithy.api#documentation": "<p>Unified speech settings to apply when importing the bot locale configuration.</p>"
35643666
}
3667+
},
3668+
"audioFillerSettings": {
3669+
"target": "com.amazonaws.lexmodelsv2#AudioFillerSettings",
3670+
"traits": {
3671+
"smithy.api#documentation": "<p>Audio filler settings to apply when importing the bot locale\n configuration. Audio filler requires <code>unifiedSpeechSettings</code>\n (speech-to-speech) to be enabled when <code>enabled</code> is\n <code>true</code>.</p>"
3672+
}
35653673
}
35663674
},
35673675
"traits": {
@@ -5523,6 +5631,12 @@
55235631
"smithy.api#documentation": "<p>Unified speech settings to configure for the new bot locale.</p>"
55245632
}
55255633
},
5634+
"audioFillerSettings": {
5635+
"target": "com.amazonaws.lexmodelsv2#AudioFillerSettings",
5636+
"traits": {
5637+
"smithy.api#documentation": "<p>Audio filler settings to configure for the new bot locale. When\n enabled, Amazon Lex plays a brief background audio filler during\n speech-to-speech interactions to mask processing delays. Requires\n <code>unifiedSpeechSettings</code> (speech-to-speech) to be configured\n on the bot locale.</p>"
5638+
}
5639+
},
55265640
"speechRecognitionSettings": {
55275641
"target": "com.amazonaws.lexmodelsv2#SpeechRecognitionSettings",
55285642
"traits": {
@@ -5594,6 +5708,12 @@
55945708
"smithy.api#documentation": "<p>The unified speech settings configured for the created bot locale.</p>"
55955709
}
55965710
},
5711+
"audioFillerSettings": {
5712+
"target": "com.amazonaws.lexmodelsv2#AudioFillerSettings",
5713+
"traits": {
5714+
"smithy.api#documentation": "<p>The audio filler settings configured for the created bot locale.</p>"
5715+
}
5716+
},
55975717
"speechRecognitionSettings": {
55985718
"target": "com.amazonaws.lexmodelsv2#SpeechRecognitionSettings",
55995719
"traits": {
@@ -9436,6 +9556,12 @@
94369556
"smithy.api#documentation": "<p>The unified speech settings configured for the bot locale.</p>"
94379557
}
94389558
},
9559+
"audioFillerSettings": {
9560+
"target": "com.amazonaws.lexmodelsv2#AudioFillerSettings",
9561+
"traits": {
9562+
"smithy.api#documentation": "<p>The audio filler settings configured for the bot locale.</p>"
9563+
}
9564+
},
94399565
"speechRecognitionSettings": {
94409566
"target": "com.amazonaws.lexmodelsv2#SpeechRecognitionSettings",
94419567
"traits": {
@@ -24153,6 +24279,12 @@
2415324279
"smithy.api#documentation": "<p>Updated unified speech settings to apply to the bot locale.</p>"
2415424280
}
2415524281
},
24282+
"audioFillerSettings": {
24283+
"target": "com.amazonaws.lexmodelsv2#AudioFillerSettings",
24284+
"traits": {
24285+
"smithy.api#documentation": "<p>Updated audio filler settings to apply to the bot locale. When\n enabled, requires <code>unifiedSpeechSettings</code> (speech-to-speech)\n to be configured on the bot locale.</p>"
24286+
}
24287+
},
2415624288
"speechRecognitionSettings": {
2415724289
"target": "com.amazonaws.lexmodelsv2#SpeechRecognitionSettings",
2415824290
"traits": {
@@ -24227,6 +24359,12 @@
2422724359
"smithy.api#documentation": "<p>The updated unified speech settings for the bot locale.</p>"
2422824360
}
2422924361
},
24362+
"audioFillerSettings": {
24363+
"target": "com.amazonaws.lexmodelsv2#AudioFillerSettings",
24364+
"traits": {
24365+
"smithy.api#documentation": "<p>The updated audio filler settings for the bot locale.</p>"
24366+
}
24367+
},
2423024368
"speechRecognitionSettings": {
2423124369
"target": "com.amazonaws.lexmodelsv2#SpeechRecognitionSettings",
2423224370
"traits": {

0 commit comments

Comments
 (0)