Skip to content

Commit 3e5c8db

Browse files
Update SDK models
1 parent a82ca31 commit 3e5c8db

File tree

417 files changed

+25819
-3997
lines changed

Some content is hidden

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

417 files changed

+25819
-3997
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[workspace]
22
resolver = "2"
33
exclude = [
4-
"examples/webassembly",
54
"examples/examples",
6-
"examples/lambda",
5+
"examples/webassembly",
76
"examples/cross_service",
87
"examples/test-utils",
8+
"examples/lambda",
99
"tests/no-default-features",
1010
"tests/webassembly"
1111
]

aws-models/codebuild.json

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

aws-models/controltower.json

Lines changed: 83 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1390,6 +1390,12 @@
13901390
"traits": {
13911391
"smithy.api#enumValue": "UPDATE_ENABLED_CONTROL"
13921392
}
1393+
},
1394+
"RESET_ENABLED_CONTROL": {
1395+
"target": "smithy.api#Unit",
1396+
"traits": {
1397+
"smithy.api#enumValue": "RESET_ENABLED_CONTROL"
1398+
}
13931399
}
13941400
}
13951401
},
@@ -2357,7 +2363,12 @@
23572363
},
23582364
"list": {
23592365
"target": "com.amazonaws.controltower#ListEnabledControls"
2360-
}
2366+
},
2367+
"operations": [
2368+
{
2369+
"target": "com.amazonaws.controltower#ResetEnabledControl"
2370+
}
2371+
]
23612372
},
23622373
"com.amazonaws.controltower#EnabledControlSummary": {
23632374
"type": "structure",
@@ -4035,6 +4046,76 @@
40354046
"smithy.api#output": {}
40364047
}
40374048
},
4049+
"com.amazonaws.controltower#ResetEnabledControl": {
4050+
"type": "operation",
4051+
"input": {
4052+
"target": "com.amazonaws.controltower#ResetEnabledControlInput"
4053+
},
4054+
"output": {
4055+
"target": "com.amazonaws.controltower#ResetEnabledControlOutput"
4056+
},
4057+
"errors": [
4058+
{
4059+
"target": "com.amazonaws.controltower#AccessDeniedException"
4060+
},
4061+
{
4062+
"target": "com.amazonaws.controltower#ConflictException"
4063+
},
4064+
{
4065+
"target": "com.amazonaws.controltower#InternalServerException"
4066+
},
4067+
{
4068+
"target": "com.amazonaws.controltower#ResourceNotFoundException"
4069+
},
4070+
{
4071+
"target": "com.amazonaws.controltower#ServiceQuotaExceededException"
4072+
},
4073+
{
4074+
"target": "com.amazonaws.controltower#ThrottlingException"
4075+
},
4076+
{
4077+
"target": "com.amazonaws.controltower#ValidationException"
4078+
}
4079+
],
4080+
"traits": {
4081+
"smithy.api#documentation": "<p>Resets an enabled control.</p>",
4082+
"smithy.api#http": {
4083+
"code": 200,
4084+
"method": "POST",
4085+
"uri": "/reset-enabled-control"
4086+
}
4087+
}
4088+
},
4089+
"com.amazonaws.controltower#ResetEnabledControlInput": {
4090+
"type": "structure",
4091+
"members": {
4092+
"enabledControlIdentifier": {
4093+
"target": "com.amazonaws.controltower#Arn",
4094+
"traits": {
4095+
"smithy.api#documentation": "<p>The ARN of the enabled control to be reset.</p>",
4096+
"smithy.api#required": {}
4097+
}
4098+
}
4099+
},
4100+
"traits": {
4101+
"smithy.api#input": {}
4102+
}
4103+
},
4104+
"com.amazonaws.controltower#ResetEnabledControlOutput": {
4105+
"type": "structure",
4106+
"members": {
4107+
"operationIdentifier": {
4108+
"target": "com.amazonaws.controltower#OperationIdentifier",
4109+
"traits": {
4110+
"smithy.api#documentation": "<p> The operation identifier for this <code>ResetEnabledControl</code> operation. </p>",
4111+
"smithy.api#required": {}
4112+
}
4113+
}
4114+
},
4115+
"traits": {
4116+
"smithy.api#output": {}
4117+
}
4118+
},
40384119
"com.amazonaws.controltower#ResetLandingZone": {
40394120
"type": "operation",
40404121
"input": {
@@ -4502,7 +4583,7 @@
45024583
}
45034584
],
45044585
"traits": {
4505-
"smithy.api#documentation": "<p>\n Updates the configuration of an already enabled control.</p>\n <p>If the enabled control shows an <code>EnablementStatus</code> of SUCCEEDED, supply parameters that are different from the currently configured parameters. Otherwise, Amazon Web Services Control Tower will not accept the request.</p>\n <p>If the enabled control shows an <code>EnablementStatus</code> of FAILED, Amazon Web Services Control Tower updates the control to match any valid parameters that you supply.</p>\n <p>If the <code>DriftSummary</code> status for the control shows as DRIFTED, you cannot call this API. Instead, you can update the control by calling <code>DisableControl</code> and again calling <code>EnableControl</code>, or you can run an extending governance operation. For usage examples, see the <a href=\"https://docs.aws.amazon.com/controltower/latest/controlreference/control-api-examples-short.html\">\n <i>Controls Reference Guide</i>\n </a>.\n </p>",
4586+
"smithy.api#documentation": "<p>\n Updates the configuration of an already enabled control.</p>\n <p>If the enabled control shows an <code>EnablementStatus</code> of SUCCEEDED, supply parameters that are different from the currently configured parameters. Otherwise, Amazon Web Services Control Tower will not accept the request.</p>\n <p>If the enabled control shows an <code>EnablementStatus</code> of FAILED, Amazon Web Services Control Tower updates the control to match any valid parameters that you supply.</p>\n <p>If the <code>DriftSummary</code> status for the control shows as <code>DRIFTED</code>, you cannot call this API. Instead, you can update the control by calling the <code>ResetEnabledControl</code> API. Alternatively, you can call <code>DisableControl</code> and then call <code>EnableControl</code> again. Also, you can run an extending governance operation to repair drift. For usage examples, see the <a href=\"https://docs.aws.amazon.com/controltower/latest/controlreference/control-api-examples-short.html\">\n <i>Controls Reference Guide</i>\n </a>.\n </p>",
45064587
"smithy.api#http": {
45074588
"code": 200,
45084589
"method": "POST",

0 commit comments

Comments
 (0)