Skip to content

Commit aac6d2b

Browse files
author
AWS SDK for Go v2 automation user
committed
Update API model
1 parent bdaead7 commit aac6d2b

10 files changed

Lines changed: 10505 additions & 3591 deletions

File tree

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

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,6 +1068,29 @@
10681068
}
10691069
}
10701070
},
1071+
"com.amazonaws.account#AccountState": {
1072+
"type": "string",
1073+
"traits": {
1074+
"smithy.api#enum": [
1075+
{
1076+
"value": "PENDING_ACTIVATION",
1077+
"name": "PENDING_ACTIVATION"
1078+
},
1079+
{
1080+
"value": "ACTIVE",
1081+
"name": "ACTIVE"
1082+
},
1083+
{
1084+
"value": "SUSPENDED",
1085+
"name": "SUSPENDED"
1086+
},
1087+
{
1088+
"value": "CLOSED",
1089+
"name": "CLOSED"
1090+
}
1091+
]
1092+
}
1093+
},
10711094
"com.amazonaws.account#AddressLine": {
10721095
"type": "string",
10731096
"traits": {
@@ -1577,7 +1600,7 @@
15771600
}
15781601
],
15791602
"traits": {
1580-
"smithy.api#documentation": "<p>Retrieves information about the specified account including its account name, account ID, and account creation date and time. To use this API, an IAM user or role must have the <code>account:GetAccountInformation</code> IAM permission. </p>",
1603+
"smithy.api#documentation": "<p>Retrieves information about the specified account including its account name, account ID, account creation date and time, and account state. To use this API, an IAM user or role must have the <code>account:GetAccountInformation</code> IAM permission. </p>",
15811604
"smithy.api#http": {
15821605
"uri": "/getAccountInformation",
15831606
"method": "POST",
@@ -1623,6 +1646,12 @@
16231646
"traits": {
16241647
"smithy.api#documentation": "<p>The date and time the account was created.</p>"
16251648
}
1649+
},
1650+
"AccountState": {
1651+
"target": "com.amazonaws.account#AccountState",
1652+
"traits": {
1653+
"smithy.api#documentation": "<p>The state of the account. Each account state represents a specific phase in the account lifecycle. Use this information to manage account access, automate workflows, or trigger actions based on account state changes.</p> <p>Valid values: <code>PENDING_ACTIVATION | ACTIVE | SUSPENDED | CLOSED</code> </p>"
1654+
}
16261655
}
16271656
},
16281657
"traits": {

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

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

0 commit comments

Comments
 (0)