Skip to content

Commit 59019dc

Browse files
Update SDK models
1 parent 02fd744 commit 59019dc

File tree

901 files changed

+68196
-951
lines changed

Some content is hidden

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

901 files changed

+68196
-951
lines changed

Cargo.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[workspace]
22
resolver = "2"
33
exclude = [
4-
"examples/lambda",
54
"examples/webassembly",
6-
"examples/examples",
7-
"examples/cross_service",
85
"examples/test-utils",
9-
"tests/telemetry",
6+
"examples/cross_service",
7+
"examples/lambda",
8+
"examples/examples",
109
"tests/webassembly",
11-
"tests/no-default-features"
10+
"tests/no-default-features",
11+
"tests/telemetry"
1212
]
1313
members = [
1414
"sdk/accessanalyzer",
@@ -38,6 +38,7 @@ members = [
3838
"sdk/appstream",
3939
"sdk/appsync",
4040
"sdk/apptest",
41+
"sdk/arcregionswitch",
4142
"sdk/arczonalshift",
4243
"sdk/artifact",
4344
"sdk/athena",

aws-models/acm-pca.json

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

aws-models/aiops.json

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

aws-models/arc-region-switch.json

Lines changed: 5386 additions & 0 deletions
Large diffs are not rendered by default.

aws-models/auditmanager.json

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3574,7 +3574,7 @@
35743574
"controlSets": {
35753575
"target": "com.amazonaws.auditmanager#CreateAssessmentFrameworkControlSets",
35763576
"traits": {
3577-
"smithy.api#documentation": "<p> The control sets that are associated with the framework. </p>",
3577+
"smithy.api#documentation": "<p> The control sets that are associated with the framework. </p>\n <note>\n <p>The <code>Controls</code> object returns a partial response when called through Framework\n APIs. For a complete <code>Controls</code> object, use <code>GetControl</code>.</p>\n </note>",
35783578
"smithy.api#required": {}
35793579
}
35803580
},
@@ -3595,7 +3595,7 @@
35953595
"framework": {
35963596
"target": "com.amazonaws.auditmanager#Framework",
35973597
"traits": {
3598-
"smithy.api#documentation": "<p> The name of the new framework that the <code>CreateAssessmentFramework</code> API\n returned. </p>"
3598+
"smithy.api#documentation": "<p> The new framework object that the <code>CreateAssessmentFramework</code> API returned. </p>"
35993599
}
36003600
}
36013601
},
@@ -5053,13 +5053,17 @@
50535053
"controlSources": {
50545054
"target": "com.amazonaws.auditmanager#ControlSources",
50555055
"traits": {
5056-
"smithy.api#documentation": "<p> The control data sources where Audit Manager collects evidence from.</p>"
5056+
"smithy.api#deprecated": {
5057+
"since": "2025-07-24",
5058+
"message": "Use controlSources from the Control"
5059+
},
5060+
"smithy.api#documentation": "<p> The control data sources where Audit Manager collects evidence from.</p>\n <important>\n <p>This API parameter is no longer supported.</p>\n </important>"
50575061
}
50585062
},
50595063
"controlSets": {
50605064
"target": "com.amazonaws.auditmanager#ControlSets",
50615065
"traits": {
5062-
"smithy.api#documentation": "<p> The control sets that are associated with the framework. </p>"
5066+
"smithy.api#documentation": "<p> The control sets that are associated with the framework. </p>\n <note>\n <p>The <code>Controls</code> object returns a partial response when called through\n Framework APIs. For a complete <code>Controls</code> object, use\n <code>GetControl</code>.</p>\n </note>"
50635067
}
50645068
},
50655069
"createdAt": {
@@ -5309,7 +5313,7 @@
53095313
"framework": {
53105314
"target": "com.amazonaws.auditmanager#Framework",
53115315
"traits": {
5312-
"smithy.api#documentation": "<p> The framework that the <code>GetAssessmentFramework</code> API returned. </p>"
5316+
"smithy.api#documentation": "<p> The framework that the <code>GetAssessmentFramework</code> API returned. </p>\n <note>\n <p>The <code>Controls</code> object returns a partial response when called through\n Framework APIs. For a complete <code>Controls</code> object, use\n <code>GetControl</code>.</p>\n </note>"
53135317
}
53145318
}
53155319
},
@@ -8063,7 +8067,7 @@
80638067
"min": 1,
80648068
"max": 1024
80658069
},
8066-
"smithy.api#pattern": "^(S|s)3:\\/\\/[a-zA-Z0-9\\-\\.\\(\\)\\'\\*\\_\\!\\/]+$"
8070+
"smithy.api#pattern": "^(S|s)3:\\/\\/[a-zA-Z0-9\\-\\.\\(\\)\\'\\*\\_\\!\\=\\+\\@\\:\\s\\,\\?\\/]+$"
80678071
}
80688072
},
80698073
"com.amazonaws.auditmanager#SNSTopic": {
@@ -9076,6 +9080,9 @@
90769080
{
90779081
"target": "com.amazonaws.auditmanager#ResourceNotFoundException"
90789082
},
9083+
{
9084+
"target": "com.amazonaws.auditmanager#ServiceQuotaExceededException"
9085+
},
90799086
{
90809087
"target": "com.amazonaws.auditmanager#ValidationException"
90819088
}
@@ -9161,7 +9168,7 @@
91619168
"controlSets": {
91629169
"target": "com.amazonaws.auditmanager#UpdateAssessmentFrameworkControlSets",
91639170
"traits": {
9164-
"smithy.api#documentation": "<p> The control sets that are associated with the framework. </p>",
9171+
"smithy.api#documentation": "<p> The control sets that are associated with the framework. </p>\n <note>\n <p>The <code>Controls</code> object returns a partial response when called through Framework\n APIs. For a complete <code>Controls</code> object, use <code>GetControl</code>.</p>\n </note>",
91659172
"smithy.api#required": {}
91669173
}
91679174
}
@@ -9176,7 +9183,7 @@
91769183
"framework": {
91779184
"target": "com.amazonaws.auditmanager#Framework",
91789185
"traits": {
9179-
"smithy.api#documentation": "<p> The name of the framework. </p>"
9186+
"smithy.api#documentation": "<p> The framework object. </p>"
91809187
}
91819188
}
91829189
},

0 commit comments

Comments
 (0)