Skip to content

Commit

Permalink
Update API model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Mar 6, 2023
1 parent c826c1a commit e98a1b6
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 67 deletions.
90 changes: 45 additions & 45 deletions codegen/sdk-codegen/aws-models/account.json
Original file line number Diff line number Diff line change
Expand Up @@ -914,8 +914,8 @@
},
"params": {
"Region": "aws-global",
"UseDualStack": false,
"UseFIPS": false
"UseFIPS": false,
"UseDualStack": false
}
},
{
Expand All @@ -927,8 +927,8 @@
},
"params": {
"Region": "us-east-1",
"UseDualStack": true,
"UseFIPS": true
"UseFIPS": true,
"UseDualStack": true
}
},
{
Expand All @@ -940,8 +940,8 @@
},
"params": {
"Region": "us-east-1",
"UseDualStack": false,
"UseFIPS": true
"UseFIPS": true,
"UseDualStack": false
}
},
{
Expand All @@ -953,8 +953,8 @@
},
"params": {
"Region": "us-east-1",
"UseDualStack": true,
"UseFIPS": false
"UseFIPS": false,
"UseDualStack": true
}
},
{
Expand All @@ -975,8 +975,8 @@
},
"params": {
"Region": "us-east-1",
"UseDualStack": false,
"UseFIPS": false
"UseFIPS": false,
"UseDualStack": false
}
},
{
Expand All @@ -997,8 +997,8 @@
},
"params": {
"Region": "aws-cn-global",
"UseDualStack": false,
"UseFIPS": false
"UseFIPS": false,
"UseDualStack": false
}
},
{
Expand All @@ -1010,8 +1010,8 @@
},
"params": {
"Region": "cn-north-1",
"UseDualStack": true,
"UseFIPS": true
"UseFIPS": true,
"UseDualStack": true
}
},
{
Expand All @@ -1023,8 +1023,8 @@
},
"params": {
"Region": "cn-north-1",
"UseDualStack": false,
"UseFIPS": true
"UseFIPS": true,
"UseDualStack": false
}
},
{
Expand All @@ -1036,8 +1036,8 @@
},
"params": {
"Region": "cn-north-1",
"UseDualStack": true,
"UseFIPS": false
"UseFIPS": false,
"UseDualStack": true
}
},
{
Expand All @@ -1058,8 +1058,8 @@
},
"params": {
"Region": "cn-north-1",
"UseDualStack": false,
"UseFIPS": false
"UseFIPS": false,
"UseDualStack": false
}
},
{
Expand All @@ -1071,8 +1071,8 @@
},
"params": {
"Region": "us-gov-east-1",
"UseDualStack": true,
"UseFIPS": true
"UseFIPS": true,
"UseDualStack": true
}
},
{
Expand All @@ -1084,8 +1084,8 @@
},
"params": {
"Region": "us-gov-east-1",
"UseDualStack": false,
"UseFIPS": true
"UseFIPS": true,
"UseDualStack": false
}
},
{
Expand All @@ -1097,8 +1097,8 @@
},
"params": {
"Region": "us-gov-east-1",
"UseDualStack": true,
"UseFIPS": false
"UseFIPS": false,
"UseDualStack": true
}
},
{
Expand All @@ -1110,8 +1110,8 @@
},
"params": {
"Region": "us-gov-east-1",
"UseDualStack": false,
"UseFIPS": false
"UseFIPS": false,
"UseDualStack": false
}
},
{
Expand All @@ -1123,8 +1123,8 @@
},
"params": {
"Region": "us-iso-east-1",
"UseDualStack": false,
"UseFIPS": true
"UseFIPS": true,
"UseDualStack": false
}
},
{
Expand All @@ -1136,8 +1136,8 @@
},
"params": {
"Region": "us-iso-east-1",
"UseDualStack": false,
"UseFIPS": false
"UseFIPS": false,
"UseDualStack": false
}
},
{
Expand All @@ -1149,8 +1149,8 @@
},
"params": {
"Region": "us-isob-east-1",
"UseDualStack": false,
"UseFIPS": true
"UseFIPS": true,
"UseDualStack": false
}
},
{
Expand All @@ -1162,8 +1162,8 @@
},
"params": {
"Region": "us-isob-east-1",
"UseDualStack": false,
"UseFIPS": false
"UseFIPS": false,
"UseDualStack": false
}
},
{
Expand All @@ -1175,8 +1175,8 @@
},
"params": {
"Region": "us-east-1",
"UseDualStack": false,
"UseFIPS": false,
"UseDualStack": false,
"Endpoint": "https://example.com"
}
},
Expand All @@ -1188,8 +1188,8 @@
}
},
"params": {
"UseDualStack": false,
"UseFIPS": false,
"UseDualStack": false,
"Endpoint": "https://example.com"
}
},
Expand All @@ -1200,8 +1200,8 @@
},
"params": {
"Region": "us-east-1",
"UseDualStack": false,
"UseFIPS": true,
"UseDualStack": false,
"Endpoint": "https://example.com"
}
},
Expand All @@ -1212,8 +1212,8 @@
},
"params": {
"Region": "us-east-1",
"UseDualStack": true,
"UseFIPS": false,
"UseDualStack": true,
"Endpoint": "https://example.com"
}
}
Expand Down Expand Up @@ -1576,7 +1576,7 @@
"RegionName": {
"target": "com.amazonaws.account#RegionName",
"traits": {
"smithy.api#documentation": "<p>Specifies the Region-code for a given Region name (for example, <code>af-south-1</code>). When\n you disable a Region, AWS performs actions to deactivate that Region in your account, such\n as destroying IAM resources in the Region. This process takes a few minutes for most\n accounts, but this can take several hours. You cannot enable the Region until the\n disabling process is fully completed.</p>",
"smithy.api#documentation": "<p>Specifies the Region-code for a given Region name (for example, <code>af-south-1</code>). When\n you disable a Region, Amazon Web Services performs actions to deactivate that Region in your account, such\n as destroying IAM resources in the Region. This process takes a few minutes for most\n accounts, but this can take several hours. You cannot enable the Region until the\n disabling process is fully completed.</p>",
"smithy.api#required": {}
}
}
Expand All @@ -1600,9 +1600,9 @@
"traits": {
"smithy.api#length": {
"min": 1,
"max": 64
"max": 254
},
"smithy.api#pattern": "^[\\s]*[\\w+=.#!&-]+@[\\w.-]+\\.[\\w]+[\\s]*$",
"smithy.api#pattern": "^[\\s]*[\\w+=.#|!&-]+@[\\w.-]+\\.[\\w]+[\\s]*$",
"smithy.api#sensitive": {}
}
},
Expand Down Expand Up @@ -1652,7 +1652,7 @@
"RegionName": {
"target": "com.amazonaws.account#RegionName",
"traits": {
"smithy.api#documentation": "<p>Specifies the Region-code for a given Region name (for example, <code>af-south-1</code>). When\n you enable a Region, AWS performs actions to prepare your account in that Region, such\n as distributing your IAM resources to the Region. This process takes a few minutes for\n most accounts, but it can take several hours. You cannot use the Region until this\n process is complete. Furthermore, you cannot disable the Region until the enabling\n process is fully completed.</p>",
"smithy.api#documentation": "<p>Specifies the Region-code for a given Region name (for example, <code>af-south-1</code>). When\n you enable a Region, Amazon Web Services performs actions to prepare your account in that Region, such\n as distributing your IAM resources to the Region. This process takes a few minutes for\n most accounts, but it can take several hours. You cannot use the Region until this\n process is complete. Furthermore, you cannot disable the Region until the enabling\n process is fully completed.</p>",
"smithy.api#required": {}
}
}
Expand Down Expand Up @@ -2366,7 +2366,7 @@
}
},
"traits": {
"smithy.api#documentation": "<p>The input failed to meet the constraints specified by the AWS service in a specified field.</p>"
"smithy.api#documentation": "<p>The input failed to meet the constraints specified by the Amazon Web Services service in a specified field.</p>"
}
},
"com.amazonaws.account#ValidationExceptionFieldList": {
Expand Down
Loading

0 comments on commit e98a1b6

Please sign in to comment.