Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit fee5f23

Browse files
Release v1.50.31 (2024-03-04) (#5188)
Release v1.50.31 (2024-03-04) === ### Service Client Updates * `service/cloudformation`: Updates service API and documentation * Add DetailedStatus field to DescribeStackEvents and DescribeStacks APIs * `service/fsx`: Updates service API and documentation * `service/organizations`: Updates service API and documentation * Documentation update for AWS Organizations
1 parent 744ce18 commit fee5f23

File tree

11 files changed

+314
-187
lines changed

11 files changed

+314
-187
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Release v1.50.31 (2024-03-04)
2+
===
3+
4+
### Service Client Updates
5+
* `service/cloudformation`: Updates service API and documentation
6+
* Add DetailedStatus field to DescribeStackEvents and DescribeStacks APIs
7+
* `service/fsx`: Updates service API and documentation
8+
* `service/organizations`: Updates service API and documentation
9+
* Documentation update for AWS Organizations
10+
111
Release v1.50.30 (2024-03-01)
212
===
313

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.50.30"
8+
const SDKVersion = "1.50.31"

models/apis/cloudformation/2010-05-15/api-2.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2250,6 +2250,13 @@
22502250
"max":1024,
22512251
"min":1
22522252
},
2253+
"DetailedStatus":{
2254+
"type":"string",
2255+
"enum":[
2256+
"CONFIGURATION_COMPLETE",
2257+
"VALIDATION_FAILED"
2258+
]
2259+
},
22532260
"DetectStackDriftInput":{
22542261
"type":"structure",
22552262
"required":["StackName"],
@@ -3999,7 +4006,8 @@
39994006
"ParentId":{"shape":"StackId"},
40004007
"RootId":{"shape":"StackId"},
40014008
"DriftInformation":{"shape":"StackDriftInformation"},
4002-
"RetainExceptOnCreate":{"shape":"RetainExceptOnCreate"}
4009+
"RetainExceptOnCreate":{"shape":"RetainExceptOnCreate"},
4010+
"DetailedStatus":{"shape":"DetailedStatus"}
40034011
}
40044012
},
40054013
"StackDriftDetectionId":{
@@ -4065,7 +4073,8 @@
40654073
"HookStatus":{"shape":"HookStatus"},
40664074
"HookStatusReason":{"shape":"HookStatusReason"},
40674075
"HookInvocationPoint":{"shape":"HookInvocationPoint"},
4068-
"HookFailureMode":{"shape":"HookFailureMode"}
4076+
"HookFailureMode":{"shape":"HookFailureMode"},
4077+
"DetailedStatus":{"shape":"DetailedStatus"}
40694078
}
40704079
},
40714080
"StackEvents":{
@@ -4115,7 +4124,8 @@
41154124
"FAILED",
41164125
"CANCELLED",
41174126
"INOPERABLE",
4118-
"SKIPPED_SUSPENDED_ACCOUNT"
4127+
"SKIPPED_SUSPENDED_ACCOUNT",
4128+
"FAILED_IMPORT"
41194129
]
41204130
},
41214131
"StackInstanceFilter":{

models/apis/cloudformation/2010-05-15/docs-2.json

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

models/apis/fsx/2018-03-01/api-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2603,7 +2603,7 @@
26032603
},
26042604
"HAPairs":{
26052605
"type":"integer",
2606-
"max":6,
2606+
"max":12,
26072607
"min":1
26082608
},
26092609
"IncludeShared":{"type":"boolean"},

models/apis/fsx/2018-03-01/docs-2.json

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

models/apis/organizations/2016-11-28/api-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2422,7 +2422,6 @@
24222422
},
24232423
"PolicyContent":{
24242424
"type":"string",
2425-
"max":1000000,
24262425
"min":1,
24272426
"pattern":"[\\s\\S]*"
24282427
},
@@ -2653,7 +2652,8 @@
26532652
"members":{
26542653
"Message":{"shape":"ExceptionMessage"}
26552654
},
2656-
"exception":true
2655+
"exception":true,
2656+
"fault":true
26572657
},
26582658
"ServicePrincipal":{
26592659
"type":"string",

models/apis/organizations/2016-11-28/docs-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,7 @@
11141114
"refs": {
11151115
"DeleteOrganizationalUnitRequest$OrganizationalUnitId": "<p>The unique identifier (ID) of the organizational unit that you want to delete. You can get the ID from the <a>ListOrganizationalUnitsForParent</a> operation.</p> <p>The <a href=\"http://wikipedia.org/wiki/regex\">regex pattern</a> for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.</p>",
11161116
"DescribeOrganizationalUnitRequest$OrganizationalUnitId": "<p>The unique identifier (ID) of the organizational unit that you want details about. You can get the ID from the <a>ListOrganizationalUnitsForParent</a> operation.</p> <p>The <a href=\"http://wikipedia.org/wiki/regex\">regex pattern</a> for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.</p>",
1117-
"OrganizationalUnit$Id": "<p>The unique identifier (ID) associated with this OU.</p> <p>The <a href=\"http://wikipedia.org/wiki/regex\">regex pattern</a> for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.</p>",
1117+
"OrganizationalUnit$Id": "<p>The unique identifier (ID) associated with this OU. The ID is unique to the organization only.</p> <p>The <a href=\"http://wikipedia.org/wiki/regex\">regex pattern</a> for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.</p>",
11181118
"UpdateOrganizationalUnitRequest$OrganizationalUnitId": "<p>The unique identifier (ID) of the OU that you want to rename. You can get the ID from the <a>ListOrganizationalUnitsForParent</a> operation.</p> <p>The <a href=\"http://wikipedia.org/wiki/regex\">regex pattern</a> for an organizational unit ID string requires \"ou-\" followed by from 4 to 32 lowercase letters or digits (the ID of the root that contains the OU). This string is followed by a second \"-\" dash and from 8 to 32 additional lowercase letters or digits.</p>"
11191119
}
11201120
},
@@ -1414,7 +1414,7 @@
14141414
"refs": {
14151415
"DisablePolicyTypeRequest$RootId": "<p>The unique identifier (ID) of the root in which you want to disable a policy type. You can get the ID from the <a>ListRoots</a> operation.</p> <p>The <a href=\"http://wikipedia.org/wiki/regex\">regex pattern</a> for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.</p>",
14161416
"EnablePolicyTypeRequest$RootId": "<p>The unique identifier (ID) of the root in which you want to enable a policy type. You can get the ID from the <a>ListRoots</a> operation.</p> <p>The <a href=\"http://wikipedia.org/wiki/regex\">regex pattern</a> for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.</p>",
1417-
"Root$Id": "<p>The unique identifier (ID) for the root.</p> <p>The <a href=\"http://wikipedia.org/wiki/regex\">regex pattern</a> for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.</p>"
1417+
"Root$Id": "<p>The unique identifier (ID) for the root. The ID is unique to the organization only.</p> <p>The <a href=\"http://wikipedia.org/wiki/regex\">regex pattern</a> for a root ID string requires \"r-\" followed by from 4 to 32 lowercase letters or digits.</p>"
14181418
}
14191419
},
14201420
"RootName": {

0 commit comments

Comments
 (0)