Skip to content

Commit be527d1

Browse files
Update SDK models
1 parent 846829f commit be527d1

File tree

242 files changed

+7389
-2204
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

242 files changed

+7389
-2204
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[workspace]
22
resolver = "2"
33
exclude = [
4-
"tests/telemetry",
4+
"tests/no-default-features",
55
"tests/webassembly",
6-
"tests/no-default-features"
6+
"tests/telemetry"
77
]
88
members = [
99
"sdk/accessanalyzer",

aws-models/bedrock-agentcore-control.json

Lines changed: 768 additions & 325 deletions
Large diffs are not rendered by default.

aws-models/config-service.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11709,6 +11709,12 @@
1170911709
"traits": {
1171011710
"smithy.api#enumValue": "FAILED"
1171111711
}
11712+
},
11713+
"UNKNOWN": {
11714+
"target": "smithy.api#Unit",
11715+
"traits": {
11716+
"smithy.api#enumValue": "UNKNOWN"
11717+
}
1171211718
}
1171311719
}
1171411720
},
@@ -11811,6 +11817,24 @@
1181111817
"traits": {
1181211818
"smithy.api#enumValue": "FAILED"
1181311819
}
11820+
},
11821+
"IN_PROGRESS": {
11822+
"target": "smithy.api#Unit",
11823+
"traits": {
11824+
"smithy.api#enumValue": "IN_PROGRESS"
11825+
}
11826+
},
11827+
"EXITED": {
11828+
"target": "smithy.api#Unit",
11829+
"traits": {
11830+
"smithy.api#enumValue": "EXITED"
11831+
}
11832+
},
11833+
"UNKNOWN": {
11834+
"target": "smithy.api#Unit",
11835+
"traits": {
11836+
"smithy.api#enumValue": "UNKNOWN"
11837+
}
1181411838
}
1181511839
}
1181611840
},

aws-models/connect.json

Lines changed: 23 additions & 10 deletions
Large diffs are not rendered by default.

aws-models/license-manager-user-subscriptions.json

Lines changed: 92 additions & 68 deletions
Large diffs are not rendered by default.

aws-models/medialive.json

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1914,6 +1914,13 @@
19141914
"smithy.api#documentation": "Rate control mode.\n\nQVBR: Quality will match the specified quality level except when it is constrained by the\nmaximum bitrate. Recommended if you or your viewers pay for bandwidth.\n\nCBR: Quality varies, depending on the video complexity. Recommended only if you distribute\nyour assets to devices that cannot handle variable bitrates.",
19151915
"smithy.api#jsonName": "rateControlMode"
19161916
}
1917+
},
1918+
"MinBitrate": {
1919+
"target": "com.amazonaws.medialive#__integerMin0Max8000000",
1920+
"traits": {
1921+
"smithy.api#documentation": "Used for QVBR rate control mode only.\nOptional.\nEnter a minimum bitrate if you want to keep the output bitrate about a threshold, in order to prevent the downstream system from de-allocating network bandwidth for this output.",
1922+
"smithy.api#jsonName": "minBitrate"
1923+
}
19171924
}
19181925
},
19191926
"traits": {
@@ -17045,6 +17052,13 @@
1704517052
"smithy.api#documentation": "Sets the minimum QP. If you aren't familiar with quantization adjustment, leave the field empty. MediaLive will\napply an appropriate value.",
1704617053
"smithy.api#jsonName": "minQp"
1704717054
}
17055+
},
17056+
"MinBitrate": {
17057+
"target": "com.amazonaws.medialive#__integerMin0",
17058+
"traits": {
17059+
"smithy.api#documentation": "Used for QVBR rate control mode only.\nOptional.\nEnter a minimum bitrate if you want to keep the output bitrate about a threshold, in order to prevent the downstream system from de-allocating network bandwidth for this output.",
17060+
"smithy.api#jsonName": "minBitrate"
17061+
}
1704817062
}
1704917063
},
1705017064
"traits": {
@@ -17339,6 +17353,26 @@
1733917353
"smithy.api#documentation": "H265 Flicker Aq"
1734017354
}
1734117355
},
17356+
"com.amazonaws.medialive#H265GopBReference": {
17357+
"type": "enum",
17358+
"members": {
17359+
"DISABLED": {
17360+
"target": "smithy.api#Unit",
17361+
"traits": {
17362+
"smithy.api#enumValue": "DISABLED"
17363+
}
17364+
},
17365+
"ENABLED": {
17366+
"target": "smithy.api#Unit",
17367+
"traits": {
17368+
"smithy.api#enumValue": "ENABLED"
17369+
}
17370+
}
17371+
},
17372+
"traits": {
17373+
"smithy.api#documentation": "H265 Gop BReference"
17374+
}
17375+
},
1734217376
"com.amazonaws.medialive#H265GopSizeUnits": {
1734317377
"type": "enum",
1734417378
"members": {
@@ -17875,12 +17909,60 @@
1787517909
"smithy.api#documentation": "Enable or disable the deblocking filter for this codec. The filter reduces blocking artifacts at block boundaries,\nwhich improves overall video quality. If the filter is disabled, visible block edges might appear in the output,\nespecially at lower bitrates.",
1787617910
"smithy.api#jsonName": "deblocking"
1787717911
}
17912+
},
17913+
"GopBReference": {
17914+
"target": "com.amazonaws.medialive#H265GopBReference",
17915+
"traits": {
17916+
"smithy.api#documentation": "Allows the encoder to use a B-Frame as a reference frame as well.\nENABLED: B-frames will also serve as reference frames.\nDISABLED: B-frames won't be reference frames.\nMust be DISABLED if resolution is greater than 1080p or when using tiled hevc encoding.",
17917+
"smithy.api#jsonName": "gopBReference"
17918+
}
17919+
},
17920+
"GopNumBFrames": {
17921+
"target": "com.amazonaws.medialive#__integerMin0Max3",
17922+
"traits": {
17923+
"smithy.api#documentation": "Sets the number of B-frames between reference frames.\nSet to 2 if resolution is greater than 1080p or when using tiled hevc encoding.",
17924+
"smithy.api#jsonName": "gopNumBFrames"
17925+
}
17926+
},
17927+
"MinBitrate": {
17928+
"target": "com.amazonaws.medialive#__integerMin0Max40000000",
17929+
"traits": {
17930+
"smithy.api#documentation": "Used for QVBR rate control mode only.\nOptional.\nEnter a minimum bitrate if you want to keep the output bitrate about a threshold, in order to prevent the downstream system from de-allocating network bandwidth for this output.",
17931+
"smithy.api#jsonName": "minBitrate"
17932+
}
17933+
},
17934+
"SubgopLength": {
17935+
"target": "com.amazonaws.medialive#H265SubGopLength",
17936+
"traits": {
17937+
"smithy.api#documentation": "Sets the number of B-frames in each sub-GOP.\nFIXED: Use the value in Num B-frames.\nDYNAMIC: Optimizes the number of B-frames in each sub-GOP to improve visual quality.\nMust be FIXED if resolution is greater than 1080p or when using tiled hevc encoding.",
17938+
"smithy.api#jsonName": "subgopLength"
17939+
}
1787817940
}
1787917941
},
1788017942
"traits": {
1788117943
"smithy.api#documentation": "H265 Settings"
1788217944
}
1788317945
},
17946+
"com.amazonaws.medialive#H265SubGopLength": {
17947+
"type": "enum",
17948+
"members": {
17949+
"DYNAMIC": {
17950+
"target": "smithy.api#Unit",
17951+
"traits": {
17952+
"smithy.api#enumValue": "DYNAMIC"
17953+
}
17954+
},
17955+
"FIXED": {
17956+
"target": "smithy.api#Unit",
17957+
"traits": {
17958+
"smithy.api#enumValue": "FIXED"
17959+
}
17960+
}
17961+
},
17962+
"traits": {
17963+
"smithy.api#documentation": "H265 Sub Gop Length"
17964+
}
17965+
},
1788417966
"com.amazonaws.medialive#H265Tier": {
1788517967
"type": "enum",
1788617968
"members": {
@@ -38181,6 +38263,16 @@
3818138263
}
3818238264
}
3818338265
},
38266+
"com.amazonaws.medialive#__integerMin0Max3": {
38267+
"type": "integer",
38268+
"traits": {
38269+
"smithy.api#documentation": "Placeholder documentation for __integerMin0Max3",
38270+
"smithy.api#range": {
38271+
"min": 0,
38272+
"max": 3
38273+
}
38274+
}
38275+
},
3818438276
"com.amazonaws.medialive#__integerMin0Max30": {
3818538277
"type": "integer",
3818638278
"traits": {
@@ -38211,6 +38303,16 @@
3821138303
}
3821238304
}
3821338305
},
38306+
"com.amazonaws.medialive#__integerMin0Max40000000": {
38307+
"type": "integer",
38308+
"traits": {
38309+
"smithy.api#documentation": "Placeholder documentation for __integerMin0Max40000000",
38310+
"smithy.api#range": {
38311+
"min": 0,
38312+
"max": 40000000
38313+
}
38314+
}
38315+
},
3821438316
"com.amazonaws.medialive#__integerMin0Max500": {
3821538317
"type": "integer",
3821638318
"traits": {
@@ -38261,6 +38363,16 @@
3826138363
}
3826238364
}
3826338365
},
38366+
"com.amazonaws.medialive#__integerMin0Max8000000": {
38367+
"type": "integer",
38368+
"traits": {
38369+
"smithy.api#documentation": "Placeholder documentation for __integerMin0Max8000000",
38370+
"smithy.api#range": {
38371+
"min": 0,
38372+
"max": 8000000
38373+
}
38374+
}
38375+
},
3826438376
"com.amazonaws.medialive#__integerMin0Max8191": {
3826538377
"type": "integer",
3826638378
"traits": {

aws-models/sdk-endpoints.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7525,6 +7525,7 @@
75257525
} ]
75267526
},
75277527
"endpoints" : {
7528+
"ap-east-1" : { },
75287529
"ap-east-2" : { },
75297530
"ap-northeast-1" : {
75307531
"hostname" : "datazone.ap-northeast-1.api.aws"
@@ -7573,6 +7574,7 @@
75737574
"eu-central-1" : {
75747575
"hostname" : "datazone.eu-central-1.api.aws"
75757576
},
7577+
"eu-central-2" : { },
75767578
"eu-north-1" : {
75777579
"hostname" : "datazone.eu-north-1.api.aws"
75787580
},
@@ -20240,6 +20242,7 @@
2024020242
"endpoints" : {
2024120243
"af-south-1" : { },
2024220244
"ap-east-1" : { },
20245+
"ap-east-2" : { },
2024320246
"ap-northeast-1" : { },
2024420247
"ap-northeast-2" : { },
2024520248
"ap-south-1" : { },
@@ -22988,6 +22991,7 @@
2298822991
"tags" : [ "dualstack" ]
2298922992
} ]
2299022993
},
22994+
"ap-southeast-6" : { },
2299122995
"ap-southeast-7" : {
2299222996
"variants" : [ {
2299322997
"hostname" : "securityhub.ap-southeast-7.api.aws",

aws-models/sqs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3499,7 +3499,7 @@
34993499
}
35003500
],
35013501
"traits": {
3502-
"smithy.api#documentation": "<p>Delivers a message to the specified queue.</p>\n <important>\n <p>A message can include only XML, JSON, and unformatted text. The following Unicode characters are allowed. For more information, see the <a href=\"http://www.w3.org/TR/REC-xml/#charsets\">W3C specification for characters</a>.</p>\n <p>\n <code>#x9</code> | <code>#xA</code> | <code>#xD</code> | <code>#x20</code> to <code>#xD7FF</code> | <code>#xE000</code> to <code>#xFFFD</code> | <code>#x10000</code> to <code>#x10FFFF</code>\n </p>\n <p>Amazon SQS does not throw an exception or completely reject the message if it contains invalid characters. Instead, it replaces those invalid characters with U+FFFD before storing the message in the queue, as long as the message body contains at least one valid character.</p>\n </important>"
3502+
"smithy.api#documentation": "<p>Delivers a message to the specified queue.</p>\n <important>\n <p>A message can include only XML, JSON, and unformatted text. The following Unicode characters are allowed. For more information, see the <a href=\"http://www.w3.org/TR/REC-xml/#charsets\">W3C specification for characters</a>.</p>\n <p>\n <code>#x9</code> | <code>#xA</code> | <code>#xD</code> | <code>#x20</code> to <code>#xD7FF</code> | <code>#xE000</code> to <code>#xFFFD</code> | <code>#x10000</code> to <code>#x10FFFF</code>\n </p>\n <p>If a message contains characters outside the allowed set, Amazon SQS rejects the message and returns an InvalidMessageContents error. Ensure that your message body includes only valid characters to avoid this exception.</p>\n </important>"
35033503
}
35043504
},
35053505
"com.amazonaws.sqs#SendMessageBatch": {
@@ -3564,7 +3564,7 @@
35643564
}
35653565
],
35663566
"traits": {
3567-
"smithy.api#documentation": "<p>You can use <code>SendMessageBatch</code> to send up to 10 messages to the specified\n queue by assigning either identical or different values to each message (or by not\n assigning values at all). This is a batch version of <code>\n <a>SendMessage</a>.</code> For a FIFO queue, multiple messages within a single batch are enqueued\n in the order they are sent.</p>\n <p>The result of sending each message is reported individually in the response.\n Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of <code>200</code>.</p>\n <p>The maximum allowed individual message size and the maximum total payload size (the\n sum of the individual lengths of all of the batched messages) are both 1 MiB \n 1,048,576 bytes.</p>\n <important>\n <p>A message can include only XML, JSON, and unformatted text. The following Unicode characters are allowed. For more information, see the <a href=\"http://www.w3.org/TR/REC-xml/#charsets\">W3C specification for characters</a>.</p>\n <p>\n <code>#x9</code> | <code>#xA</code> | <code>#xD</code> | <code>#x20</code> to <code>#xD7FF</code> | <code>#xE000</code> to <code>#xFFFD</code> | <code>#x10000</code> to <code>#x10FFFF</code>\n </p>\n <p>Amazon SQS does not throw an exception or completely reject the message if it contains invalid characters. Instead, it replaces those invalid characters with U+FFFD before storing the message in the queue, as long as the message body contains at least one valid character.</p>\n </important>\n <p>If you don't specify the <code>DelaySeconds</code> parameter for an entry, Amazon SQS uses\n the default value for the queue.</p>"
3567+
"smithy.api#documentation": "<p>You can use <code>SendMessageBatch</code> to send up to 10 messages to the specified\n queue by assigning either identical or different values to each message (or by not\n assigning values at all). This is a batch version of <code>\n <a>SendMessage</a>.</code> For a FIFO queue, multiple messages within a single batch are enqueued\n in the order they are sent.</p>\n <p>The result of sending each message is reported individually in the response.\n Because the batch request can result in a combination of successful and unsuccessful actions, you should check for batch errors even when the call returns an HTTP status code of <code>200</code>.</p>\n <p>The maximum allowed individual message size and the maximum total payload size (the\n sum of the individual lengths of all of the batched messages) are both 1 MiB \n 1,048,576 bytes.</p>\n <important>\n <p>A message can include only XML, JSON, and unformatted text. The following Unicode characters are allowed. For more information, see the <a href=\"http://www.w3.org/TR/REC-xml/#charsets\">W3C specification for characters</a>.</p>\n <p>\n <code>#x9</code> | <code>#xA</code> | <code>#xD</code> | <code>#x20</code> to <code>#xD7FF</code> | <code>#xE000</code> to <code>#xFFFD</code> | <code>#x10000</code> to <code>#x10FFFF</code>\n </p>\n <p>If a message contains characters outside the allowed set, Amazon SQS rejects the message and returns an InvalidMessageContents error. Ensure that your message body includes only valid characters to avoid this exception.</p>\n </important>\n <p>If you don't specify the <code>DelaySeconds</code> parameter for an entry, Amazon SQS uses\n the default value for the queue.</p>"
35683568
}
35693569
},
35703570
"com.amazonaws.sqs#SendMessageBatchRequest": {
@@ -3747,7 +3747,7 @@
37473747
"MessageBody": {
37483748
"target": "com.amazonaws.sqs#String",
37493749
"traits": {
3750-
"smithy.api#documentation": "<p>The message to send. The minimum size is one character. The maximum size is \n 1 MiB or 1,048,576 bytes</p>\n <important>\n <p>A message can include only XML, JSON, and unformatted text. The following Unicode characters are allowed. For more information, see the <a href=\"http://www.w3.org/TR/REC-xml/#charsets\">W3C specification for characters</a>.</p>\n <p>\n <code>#x9</code> | <code>#xA</code> | <code>#xD</code> | <code>#x20</code> to <code>#xD7FF</code> | <code>#xE000</code> to <code>#xFFFD</code> | <code>#x10000</code> to <code>#x10FFFF</code>\n </p>\n <p>Amazon SQS does not throw an exception or completely reject the message if it contains invalid characters. Instead, it replaces those invalid characters with U+FFFD before storing the message in the queue, as long as the message body contains at least one valid character.</p>\n </important>",
3750+
"smithy.api#documentation": "<p>The message to send. The minimum size is one character. The maximum size is \n 1 MiB or 1,048,576 bytes</p>\n <important>\n <p>A message can include only XML, JSON, and unformatted text. The following Unicode characters are allowed. For more information, see the <a href=\"http://www.w3.org/TR/REC-xml/#charsets\">W3C specification for characters</a>.</p>\n <p>\n <code>#x9</code> | <code>#xA</code> | <code>#xD</code> | <code>#x20</code> to <code>#xD7FF</code> | <code>#xE000</code> to <code>#xFFFD</code> | <code>#x10000</code> to <code>#x10FFFF</code>\n </p>\n <p>If a message contains characters outside the allowed set, Amazon SQS rejects the message and returns an InvalidMessageContents error. Ensure that your message body includes only valid characters to avoid this exception.</p>\n </important>",
37513751
"smithy.api#required": {}
37523752
}
37533753
},

sdk/bedrockagentcorecontrol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
22
[package]
33
name = "aws-sdk-bedrockagentcorecontrol"
4-
version = "1.8.0"
4+
version = "1.9.0"
55
authors = ["AWS Rust SDK Team <[email protected]>", "Russell Cohen <[email protected]>"]
66
description = "AWS SDK for Amazon Bedrock Agent Core Control Plane Fronting Layer"
77
edition = "2021"

sdk/bedrockagentcorecontrol/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# aws-sdk-bedrockagentcorecontrol
22

3-
Amazon Bedrock Agent Core Control is a service that enables you to manage memory resources for your Amazon Bedrock agents.
4-
5-
Use this API to create, retrieve, update, and delete memory resources and their associated memory strategies. Memory resources enable your agents to store and retrieve information from conversations and interactions.
3+
Welcome to the Amazon Bedrock AgentCore Control plane API reference. Control plane actions configure, create, modify, and monitor Amazon Web Services resources.
64

75
## Getting Started
86

@@ -16,7 +14,7 @@ your project, add the following to your **Cargo.toml** file:
1614
```toml
1715
[dependencies]
1816
aws-config = { version = "1.1.7", features = ["behavior-version-latest"] }
19-
aws-sdk-bedrockagentcorecontrol = "1.8.0"
17+
aws-sdk-bedrockagentcorecontrol = "1.9.0"
2018
tokio = { version = "1", features = ["full"] }
2119
```
2220

0 commit comments

Comments
 (0)