Skip to content

Commit 5779afd

Browse files
author
AWS
committed
AWS Organizations Update: This release introduces delegated administrator for AWS Organizations, a new feature to help you delegate the management of your Organizations policies, enabling you to govern your AWS organization in a decentralized way. You can now allow member accounts to manage Organizations policies.
1 parent d8e12f1 commit 5779afd

File tree

4 files changed

+167
-17
lines changed

4 files changed

+167
-17
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Organizations",
4+
"contributor": "",
5+
"description": "This release introduces delegated administrator for AWS Organizations, a new feature to help you delegate the management of your Organizations policies, enabling you to govern your AWS organization in a decentralized way. You can now allow member accounts to manage Organizations policies."
6+
}

services/organizations/src/main/resources/codegen-resources/endpoint-rule-set.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"parameters": {
44
"Region": {
55
"builtIn": "AWS::Region",
6-
"required": false,
6+
"required": true,
77
"documentation": "The AWS region used to dispatch the request.",
88
"type": "String"
99
},

services/organizations/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
}
1818
},
1919
"params": {
20-
"UseDualStack": false,
2120
"Region": "aws-cn-global",
22-
"UseFIPS": false
21+
"UseFIPS": false,
22+
"UseDualStack": false
2323
}
2424
},
2525
{
@@ -39,9 +39,9 @@
3939
}
4040
},
4141
"params": {
42-
"UseDualStack": false,
4342
"Region": "aws-global",
44-
"UseFIPS": false
43+
"UseFIPS": false,
44+
"UseDualStack": false
4545
}
4646
},
4747
{
@@ -61,9 +61,9 @@
6161
}
6262
},
6363
"params": {
64-
"UseDualStack": false,
6564
"Region": "aws-us-gov-global",
66-
"UseFIPS": false
65+
"UseFIPS": false,
66+
"UseDualStack": false
6767
}
6868
},
6969
{
@@ -74,9 +74,9 @@
7474
}
7575
},
7676
"params": {
77-
"UseDualStack": false,
7877
"Region": "us-east-1",
7978
"UseFIPS": false,
79+
"UseDualStack": false,
8080
"Endpoint": "https://example.com"
8181
}
8282
},
@@ -86,9 +86,9 @@
8686
"error": "Invalid Configuration: FIPS and custom endpoint are not supported"
8787
},
8888
"params": {
89-
"UseDualStack": false,
9089
"Region": "us-east-1",
9190
"UseFIPS": true,
91+
"UseDualStack": false,
9292
"Endpoint": "https://example.com"
9393
}
9494
},
@@ -98,9 +98,9 @@
9898
"error": "Invalid Configuration: Dualstack and custom endpoint are not supported"
9999
},
100100
"params": {
101-
"UseDualStack": true,
102101
"Region": "us-east-1",
103102
"UseFIPS": false,
103+
"UseDualStack": true,
104104
"Endpoint": "https://example.com"
105105
}
106106
}

0 commit comments

Comments
 (0)