Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.50.31 #5188

Merged
merged 1 commit into from Mar 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
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

Release v1.50.30 (2024-03-01)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.50.30"
const SDKVersion = "1.50.31"
16 changes: 13 additions & 3 deletions models/apis/cloudformation/2010-05-15/api-2.json
Expand Up @@ -2250,6 +2250,13 @@
"max":1024,
"min":1
},
"DetailedStatus":{
"type":"string",
"enum":[
"CONFIGURATION_COMPLETE",
"VALIDATION_FAILED"
]
},
"DetectStackDriftInput":{
"type":"structure",
"required":["StackName"],
Expand Down Expand Up @@ -3999,7 +4006,8 @@
"ParentId":{"shape":"StackId"},
"RootId":{"shape":"StackId"},
"DriftInformation":{"shape":"StackDriftInformation"},
"RetainExceptOnCreate":{"shape":"RetainExceptOnCreate"}
"RetainExceptOnCreate":{"shape":"RetainExceptOnCreate"},
"DetailedStatus":{"shape":"DetailedStatus"}
}
},
"StackDriftDetectionId":{
Expand Down Expand Up @@ -4065,7 +4073,8 @@
"HookStatus":{"shape":"HookStatus"},
"HookStatusReason":{"shape":"HookStatusReason"},
"HookInvocationPoint":{"shape":"HookInvocationPoint"},
"HookFailureMode":{"shape":"HookFailureMode"}
"HookFailureMode":{"shape":"HookFailureMode"},
"DetailedStatus":{"shape":"DetailedStatus"}
}
},
"StackEvents":{
Expand Down Expand Up @@ -4115,7 +4124,8 @@
"FAILED",
"CANCELLED",
"INOPERABLE",
"SKIPPED_SUSPENDED_ACCOUNT"
"SKIPPED_SUSPENDED_ACCOUNT",
"FAILED_IMPORT"
]
},
"StackInstanceFilter":{
Expand Down
121 changes: 64 additions & 57 deletions models/apis/cloudformation/2010-05-15/docs-2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion models/apis/fsx/2018-03-01/api-2.json
Expand Up @@ -2603,7 +2603,7 @@
},
"HAPairs":{
"type":"integer",
"max":6,
"max":12,
"min":1
},
"IncludeShared":{"type":"boolean"},
Expand Down
56 changes: 28 additions & 28 deletions models/apis/fsx/2018-03-01/docs-2.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions models/apis/organizations/2016-11-28/api-2.json
Expand Up @@ -2422,7 +2422,6 @@
},
"PolicyContent":{
"type":"string",
"max":1000000,
"min":1,
"pattern":"[\\s\\S]*"
},
Expand Down Expand Up @@ -2653,7 +2652,8 @@
"members":{
"Message":{"shape":"ExceptionMessage"}
},
"exception":true
"exception":true,
"fault":true
},
"ServicePrincipal":{
"type":"string",
Expand Down
4 changes: 2 additions & 2 deletions models/apis/organizations/2016-11-28/docs-2.json
Expand Up @@ -1114,7 +1114,7 @@
"refs": {
"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>",
"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>",
"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>",
"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>",
"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>"
}
},
Expand Down Expand Up @@ -1414,7 +1414,7 @@
"refs": {
"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>",
"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>",
"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>"
"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>"
}
},
"RootName": {
Expand Down