Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Mar 4, 2024
1 parent 2704b9b commit f4f583f
Show file tree
Hide file tree
Showing 14 changed files with 139 additions and 99 deletions.
17 changes: 17 additions & 0 deletions .changes/3.300.10
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "api-change",
"category": "CloudFormation",
"description": "Add DetailedStatus field to DescribeStackEvents and DescribeStacks APIs"
},
{
"type": "api-change",
"category": "Organizations",
"description": "Documentation update for AWS Organizations"
},
{
"type": "api-change",
"category": "FSx",
"description": "Added support for creating FSx for NetApp ONTAP file systems with up to 12 HA pairs, delivering up to 72 GB\/s of read throughput and 12 GB\/s of write throughput."
}
]
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## next release

* `Aws\CloudFormation` - Add DetailedStatus field to DescribeStackEvents and DescribeStacks APIs
* `Aws\Organizations` - Documentation update for AWS Organizations
* `Aws\FSx` - Added support for creating FSx for NetApp ONTAP file systems with up to 12 HA pairs, delivering up to 72 GB/s of read throughput and 12 GB/s of write throughput.

## 3.300.9 - 2024-03-01

* `Aws\AccessAnalyzer` - Fixed a typo in description field.
Expand Down
16 changes: 13 additions & 3 deletions src/data/cloudformation/2010-05-15/api-2.json
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion src/data/cloudformation/2010-05-15/api-2.json.php

Large diffs are not rendered by default.

121 changes: 64 additions & 57 deletions src/data/cloudformation/2010-05-15/docs-2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/data/cloudformation/2010-05-15/docs-2.json.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/data/fsx/2018-03-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2603,7 +2603,7 @@
},
"HAPairs":{
"type":"integer",
"max":6,
"max":12,
"min":1
},
"IncludeShared":{"type":"boolean"},
Expand Down
2 changes: 1 addition & 1 deletion src/data/fsx/2018-03-01/api-2.json.php

Large diffs are not rendered by default.

56 changes: 28 additions & 28 deletions src/data/fsx/2018-03-01/docs-2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/data/fsx/2018-03-01/docs-2.json.php

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/data/organizations/2016-11-28/api-2.json
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion src/data/organizations/2016-11-28/api-2.json.php

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/data/organizations/2016-11-28/docs-2.json
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion src/data/organizations/2016-11-28/docs-2.json.php

Large diffs are not rendered by default.

0 comments on commit f4f583f

Please sign in to comment.