aws-sdk-organizations 1.4.0 → 1.5.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dc66325a44d08ae413f6ac5a15f390bfdd84bb03
|
4
|
+
data.tar.gz: f5ffdfaf27fbae9bf009d4afc463e46cf95cb485
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3802f6d5a3e22d22dd121eff633442087809c7571ffb4aa0e3ab2963d6a4c5718758906aac5ccdb26a2f887de4ab43b0b96e064176480dbf24e5b8d9821a6a87
|
7
|
+
data.tar.gz: cd65ecd208e846fa9dbf9fda64e048e9ec74ed536e5bb0d71ce563fbe94935703f1ce5a56ca40633bc31acce8f7a4e06545f98400ddb35cdecbb214ee808bbb5
|
@@ -164,13 +164,22 @@ module Aws::Organizations
|
|
164
164
|
# * **Invitation to join** or **Approve all features request**
|
165
165
|
# handshakes: only a principal from the member account.
|
166
166
|
#
|
167
|
+
# The user who calls the API for an invitation to join must have the
|
168
|
+
# `organizations:AcceptHandshake` permission. If you enabled all
|
169
|
+
# features in the organization, then the user must also have the
|
170
|
+
# `iam:CreateServiceLinkedRole` permission so that Organizations can
|
171
|
+
# create the required service-linked role named
|
172
|
+
# *OrgsServiceLinkedRoleName*. For more information, see [AWS
|
173
|
+
# Organizations and Service-Linked Roles][1] in the *AWS Organizations
|
174
|
+
# User Guide*.
|
175
|
+
#
|
167
176
|
# * **Enable all features final confirmation** handshake: only a
|
168
177
|
# principal from the master account.
|
169
178
|
#
|
170
179
|
# For more information about invitations, see [Inviting an AWS Account
|
171
|
-
# to Join Your Organization][
|
180
|
+
# to Join Your Organization][2] in the *AWS Organizations User Guide*.
|
172
181
|
# For more information about requests to enable all features in the
|
173
|
-
# organization, see [Enabling All Features in Your Organization][
|
182
|
+
# organization, see [Enabling All Features in Your Organization][3] in
|
174
183
|
# the *AWS Organizations User Guide*.
|
175
184
|
#
|
176
185
|
# After you accept a handshake, it continues to appear in the results of
|
@@ -178,8 +187,9 @@ module Aws::Organizations
|
|
178
187
|
#
|
179
188
|
#
|
180
189
|
#
|
181
|
-
# [1]: http://docs.aws.amazon.com/organizations/latest/userguide/
|
182
|
-
# [2]: http://docs.aws.amazon.com/organizations/latest/userguide/
|
190
|
+
# [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_integration_services.html#orgs_integration_service-linked-roles
|
191
|
+
# [2]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_invites.html
|
192
|
+
# [3]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html
|
183
193
|
#
|
184
194
|
# @option params [required, String] :handshake_id
|
185
195
|
# The unique identifier (ID) of the handshake that you want to accept.
|
@@ -267,7 +277,7 @@ module Aws::Organizations
|
|
267
277
|
# resp.handshake.state #=> String, one of "REQUESTED", "OPEN", "CANCELED", "ACCEPTED", "DECLINED", "EXPIRED"
|
268
278
|
# resp.handshake.requested_timestamp #=> Time
|
269
279
|
# resp.handshake.expiration_timestamp #=> Time
|
270
|
-
# resp.handshake.action #=> String, one of "INVITE", "ENABLE_ALL_FEATURES", "APPROVE_ALL_FEATURES"
|
280
|
+
# resp.handshake.action #=> String, one of "INVITE", "ENABLE_ALL_FEATURES", "APPROVE_ALL_FEATURES", "ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE"
|
271
281
|
# resp.handshake.resources #=> Array
|
272
282
|
# resp.handshake.resources[0].value #=> String
|
273
283
|
# resp.handshake.resources[0].type #=> String, one of "ACCOUNT", "ORGANIZATION", "ORGANIZATION_FEATURE_SET", "EMAIL", "MASTER_EMAIL", "MASTER_NAME", "NOTES", "PARENT_HANDSHAKE"
|
@@ -505,7 +515,7 @@ module Aws::Organizations
|
|
505
515
|
# resp.handshake.state #=> String, one of "REQUESTED", "OPEN", "CANCELED", "ACCEPTED", "DECLINED", "EXPIRED"
|
506
516
|
# resp.handshake.requested_timestamp #=> Time
|
507
517
|
# resp.handshake.expiration_timestamp #=> Time
|
508
|
-
# resp.handshake.action #=> String, one of "INVITE", "ENABLE_ALL_FEATURES", "APPROVE_ALL_FEATURES"
|
518
|
+
# resp.handshake.action #=> String, one of "INVITE", "ENABLE_ALL_FEATURES", "APPROVE_ALL_FEATURES", "ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE"
|
509
519
|
# resp.handshake.resources #=> Array
|
510
520
|
# resp.handshake.resources[0].value #=> String
|
511
521
|
# resp.handshake.resources[0].type #=> String, one of "ACCOUNT", "ORGANIZATION", "ORGANIZATION_FEATURE_SET", "EMAIL", "MASTER_EMAIL", "MASTER_NAME", "NOTES", "PARENT_HANDSHAKE"
|
@@ -527,15 +537,28 @@ module Aws::Organizations
|
|
527
537
|
# response element from this operation to provide as a parameter to the
|
528
538
|
# DescribeCreateAccountStatus operation.
|
529
539
|
#
|
530
|
-
#
|
531
|
-
#
|
532
|
-
#
|
533
|
-
#
|
534
|
-
#
|
535
|
-
#
|
540
|
+
# The user who calls the API for an invitation to join must have the
|
541
|
+
# `organizations:CreateAccount` permission. If you enabled all features
|
542
|
+
# in the organization, then the user must also have the
|
543
|
+
# `iam:CreateServiceLinkedRole` permission so that Organizations can
|
544
|
+
# create the required service-linked role named
|
545
|
+
# *OrgsServiceLinkedRoleName*. For more information, see [AWS
|
546
|
+
# Organizations and Service-Linked Roles][1] in the *AWS Organizations
|
547
|
+
# User Guide*.
|
548
|
+
#
|
549
|
+
# The user in the master account who calls this API must also have the
|
550
|
+
# `iam:CreateRole` permission because AWS Organizations preconfigures
|
551
|
+
# the new member account with a role (named
|
552
|
+
# `OrganizationAccountAccessRole` by default) that grants users in the
|
553
|
+
# master account administrator permissions in the new member account.
|
554
|
+
# Principals in the master account can assume the role. AWS
|
555
|
+
# Organizations clones the company name and address information for the
|
556
|
+
# new account from the organization's master account.
|
557
|
+
#
|
558
|
+
#
|
536
559
|
#
|
537
560
|
# For more information about creating accounts, see [Creating an AWS
|
538
|
-
# Account in Your Organization][
|
561
|
+
# Account in Your Organization][2] in the *AWS Organizations User
|
539
562
|
# Guide*.
|
540
563
|
#
|
541
564
|
# When you create an account in an organization using the AWS
|
@@ -545,7 +568,7 @@ module Aws::Organizations
|
|
545
568
|
# automatically collected. If you must remove an account from your
|
546
569
|
# organization later, you can do so only after you provide the missing
|
547
570
|
# information. Follow the steps at [ To leave an organization when all
|
548
|
-
# required account information has not yet been provided][
|
571
|
+
# required account information has not yet been provided][3] in the *AWS
|
549
572
|
# Organizations User Guide*.
|
550
573
|
#
|
551
574
|
# <note markdown="1"> When you create a member account with this operation, you can choose
|
@@ -555,7 +578,7 @@ module Aws::Organizations
|
|
555
578
|
# for the account. If you disable this, then only the account root user
|
556
579
|
# can access billing information. For information about how to disable
|
557
580
|
# this for an account, see [Granting Access to Your Billing Information
|
558
|
-
# and Tools][
|
581
|
+
# and Tools][4].
|
559
582
|
#
|
560
583
|
# </note>
|
561
584
|
#
|
@@ -565,14 +588,15 @@ module Aws::Organizations
|
|
565
588
|
# If you get an exception that indicates that you exceeded your account
|
566
589
|
# limits for the organization or that you can"t add an account because
|
567
590
|
# your organization is still initializing, please contact [ AWS Customer
|
568
|
-
# Support][
|
591
|
+
# Support][5].
|
569
592
|
#
|
570
593
|
#
|
571
594
|
#
|
572
|
-
# [1]: http://docs.aws.amazon.com/organizations/latest/userguide/
|
573
|
-
# [2]: http://docs.aws.amazon.com/organizations/latest/userguide/
|
574
|
-
# [3]: http://docs.aws.amazon.com/
|
575
|
-
# [4]:
|
595
|
+
# [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_integration_services.html#orgs_integration_service-linked-roles
|
596
|
+
# [2]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_create.html
|
597
|
+
# [3]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#leave-without-all-info
|
598
|
+
# [4]: http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/grantaccess.html
|
599
|
+
# [5]: https://console.aws.amazon.com/support/home#/
|
576
600
|
#
|
577
601
|
# @option params [required, String] :email
|
578
602
|
# The email address of the owner to assign to the new member account.
|
@@ -671,7 +695,7 @@ module Aws::Organizations
|
|
671
695
|
# resp.create_account_status.requested_timestamp #=> Time
|
672
696
|
# resp.create_account_status.completed_timestamp #=> Time
|
673
697
|
# resp.create_account_status.account_id #=> String
|
674
|
-
# resp.create_account_status.failure_reason #=> String, one of "ACCOUNT_LIMIT_EXCEEDED", "EMAIL_ALREADY_EXISTS", "INVALID_ADDRESS", "INVALID_EMAIL", "INTERNAL_FAILURE"
|
698
|
+
# resp.create_account_status.failure_reason #=> String, one of "ACCOUNT_LIMIT_EXCEEDED", "EMAIL_ALREADY_EXISTS", "INVALID_ADDRESS", "INVALID_EMAIL", "CONCURRENT_ACCOUNT_MODIFICATION", "INTERNAL_FAILURE"
|
675
699
|
#
|
676
700
|
# @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CreateAccount AWS API Documentation
|
677
701
|
#
|
@@ -1093,7 +1117,7 @@ module Aws::Organizations
|
|
1093
1117
|
# resp.handshake.state #=> String, one of "REQUESTED", "OPEN", "CANCELED", "ACCEPTED", "DECLINED", "EXPIRED"
|
1094
1118
|
# resp.handshake.requested_timestamp #=> Time
|
1095
1119
|
# resp.handshake.expiration_timestamp #=> Time
|
1096
|
-
# resp.handshake.action #=> String, one of "INVITE", "ENABLE_ALL_FEATURES", "APPROVE_ALL_FEATURES"
|
1120
|
+
# resp.handshake.action #=> String, one of "INVITE", "ENABLE_ALL_FEATURES", "APPROVE_ALL_FEATURES", "ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE"
|
1097
1121
|
# resp.handshake.resources #=> Array
|
1098
1122
|
# resp.handshake.resources[0].value #=> String
|
1099
1123
|
# resp.handshake.resources[0].type #=> String, one of "ACCOUNT", "ORGANIZATION", "ORGANIZATION_FEATURE_SET", "EMAIL", "MASTER_EMAIL", "MASTER_NAME", "NOTES", "PARENT_HANDSHAKE"
|
@@ -1340,7 +1364,7 @@ module Aws::Organizations
|
|
1340
1364
|
# resp.create_account_status.requested_timestamp #=> Time
|
1341
1365
|
# resp.create_account_status.completed_timestamp #=> Time
|
1342
1366
|
# resp.create_account_status.account_id #=> String
|
1343
|
-
# resp.create_account_status.failure_reason #=> String, one of "ACCOUNT_LIMIT_EXCEEDED", "EMAIL_ALREADY_EXISTS", "INVALID_ADDRESS", "INVALID_EMAIL", "INTERNAL_FAILURE"
|
1367
|
+
# resp.create_account_status.failure_reason #=> String, one of "ACCOUNT_LIMIT_EXCEEDED", "EMAIL_ALREADY_EXISTS", "INVALID_ADDRESS", "INVALID_EMAIL", "CONCURRENT_ACCOUNT_MODIFICATION", "INTERNAL_FAILURE"
|
1344
1368
|
#
|
1345
1369
|
# @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/DescribeCreateAccountStatus AWS API Documentation
|
1346
1370
|
#
|
@@ -1447,7 +1471,7 @@ module Aws::Organizations
|
|
1447
1471
|
# resp.handshake.state #=> String, one of "REQUESTED", "OPEN", "CANCELED", "ACCEPTED", "DECLINED", "EXPIRED"
|
1448
1472
|
# resp.handshake.requested_timestamp #=> Time
|
1449
1473
|
# resp.handshake.expiration_timestamp #=> Time
|
1450
|
-
# resp.handshake.action #=> String, one of "INVITE", "ENABLE_ALL_FEATURES", "APPROVE_ALL_FEATURES"
|
1474
|
+
# resp.handshake.action #=> String, one of "INVITE", "ENABLE_ALL_FEATURES", "APPROVE_ALL_FEATURES", "ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE"
|
1451
1475
|
# resp.handshake.resources #=> Array
|
1452
1476
|
# resp.handshake.resources[0].value #=> String
|
1453
1477
|
# resp.handshake.resources[0].type #=> String, one of "ACCOUNT", "ORGANIZATION", "ORGANIZATION_FEATURE_SET", "EMAIL", "MASTER_EMAIL", "MASTER_NAME", "NOTES", "PARENT_HANDSHAKE"
|
@@ -1894,7 +1918,7 @@ module Aws::Organizations
|
|
1894
1918
|
# resp.handshake.state #=> String, one of "REQUESTED", "OPEN", "CANCELED", "ACCEPTED", "DECLINED", "EXPIRED"
|
1895
1919
|
# resp.handshake.requested_timestamp #=> Time
|
1896
1920
|
# resp.handshake.expiration_timestamp #=> Time
|
1897
|
-
# resp.handshake.action #=> String, one of "INVITE", "ENABLE_ALL_FEATURES", "APPROVE_ALL_FEATURES"
|
1921
|
+
# resp.handshake.action #=> String, one of "INVITE", "ENABLE_ALL_FEATURES", "APPROVE_ALL_FEATURES", "ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE"
|
1898
1922
|
# resp.handshake.resources #=> Array
|
1899
1923
|
# resp.handshake.resources[0].value #=> String
|
1900
1924
|
# resp.handshake.resources[0].type #=> String, one of "ACCOUNT", "ORGANIZATION", "ORGANIZATION_FEATURE_SET", "EMAIL", "MASTER_EMAIL", "MASTER_NAME", "NOTES", "PARENT_HANDSHAKE"
|
@@ -2120,7 +2144,7 @@ module Aws::Organizations
|
|
2120
2144
|
# resp.handshake.state #=> String, one of "REQUESTED", "OPEN", "CANCELED", "ACCEPTED", "DECLINED", "EXPIRED"
|
2121
2145
|
# resp.handshake.requested_timestamp #=> Time
|
2122
2146
|
# resp.handshake.expiration_timestamp #=> Time
|
2123
|
-
# resp.handshake.action #=> String, one of "INVITE", "ENABLE_ALL_FEATURES", "APPROVE_ALL_FEATURES"
|
2147
|
+
# resp.handshake.action #=> String, one of "INVITE", "ENABLE_ALL_FEATURES", "APPROVE_ALL_FEATURES", "ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE"
|
2124
2148
|
# resp.handshake.resources #=> Array
|
2125
2149
|
# resp.handshake.resources[0].value #=> String
|
2126
2150
|
# resp.handshake.resources[0].type #=> String, one of "ACCOUNT", "ORGANIZATION", "ORGANIZATION_FEATURE_SET", "EMAIL", "MASTER_EMAIL", "MASTER_NAME", "NOTES", "PARENT_HANDSHAKE"
|
@@ -2595,7 +2619,7 @@ module Aws::Organizations
|
|
2595
2619
|
# resp.create_account_statuses[0].requested_timestamp #=> Time
|
2596
2620
|
# resp.create_account_statuses[0].completed_timestamp #=> Time
|
2597
2621
|
# resp.create_account_statuses[0].account_id #=> String
|
2598
|
-
# resp.create_account_statuses[0].failure_reason #=> String, one of "ACCOUNT_LIMIT_EXCEEDED", "EMAIL_ALREADY_EXISTS", "INVALID_ADDRESS", "INVALID_EMAIL", "INTERNAL_FAILURE"
|
2622
|
+
# resp.create_account_statuses[0].failure_reason #=> String, one of "ACCOUNT_LIMIT_EXCEEDED", "EMAIL_ALREADY_EXISTS", "INVALID_ADDRESS", "INVALID_EMAIL", "CONCURRENT_ACCOUNT_MODIFICATION", "INTERNAL_FAILURE"
|
2599
2623
|
# resp.next_token #=> String
|
2600
2624
|
#
|
2601
2625
|
# @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/ListCreateAccountStatus AWS API Documentation
|
@@ -2709,7 +2733,7 @@ module Aws::Organizations
|
|
2709
2733
|
#
|
2710
2734
|
# resp = client.list_handshakes_for_account({
|
2711
2735
|
# filter: {
|
2712
|
-
# action_type: "INVITE", # accepts INVITE, ENABLE_ALL_FEATURES, APPROVE_ALL_FEATURES
|
2736
|
+
# action_type: "INVITE", # accepts INVITE, ENABLE_ALL_FEATURES, APPROVE_ALL_FEATURES, ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE
|
2713
2737
|
# parent_handshake_id: "HandshakeId",
|
2714
2738
|
# },
|
2715
2739
|
# next_token: "NextToken",
|
@@ -2727,7 +2751,7 @@ module Aws::Organizations
|
|
2727
2751
|
# resp.handshakes[0].state #=> String, one of "REQUESTED", "OPEN", "CANCELED", "ACCEPTED", "DECLINED", "EXPIRED"
|
2728
2752
|
# resp.handshakes[0].requested_timestamp #=> Time
|
2729
2753
|
# resp.handshakes[0].expiration_timestamp #=> Time
|
2730
|
-
# resp.handshakes[0].action #=> String, one of "INVITE", "ENABLE_ALL_FEATURES", "APPROVE_ALL_FEATURES"
|
2754
|
+
# resp.handshakes[0].action #=> String, one of "INVITE", "ENABLE_ALL_FEATURES", "APPROVE_ALL_FEATURES", "ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE"
|
2731
2755
|
# resp.handshakes[0].resources #=> Array
|
2732
2756
|
# resp.handshakes[0].resources[0].value #=> String
|
2733
2757
|
# resp.handshakes[0].resources[0].type #=> String, one of "ACCOUNT", "ORGANIZATION", "ORGANIZATION_FEATURE_SET", "EMAIL", "MASTER_EMAIL", "MASTER_NAME", "NOTES", "PARENT_HANDSHAKE"
|
@@ -2889,7 +2913,7 @@ module Aws::Organizations
|
|
2889
2913
|
#
|
2890
2914
|
# resp = client.list_handshakes_for_organization({
|
2891
2915
|
# filter: {
|
2892
|
-
# action_type: "INVITE", # accepts INVITE, ENABLE_ALL_FEATURES, APPROVE_ALL_FEATURES
|
2916
|
+
# action_type: "INVITE", # accepts INVITE, ENABLE_ALL_FEATURES, APPROVE_ALL_FEATURES, ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE
|
2893
2917
|
# parent_handshake_id: "HandshakeId",
|
2894
2918
|
# },
|
2895
2919
|
# next_token: "NextToken",
|
@@ -2907,7 +2931,7 @@ module Aws::Organizations
|
|
2907
2931
|
# resp.handshakes[0].state #=> String, one of "REQUESTED", "OPEN", "CANCELED", "ACCEPTED", "DECLINED", "EXPIRED"
|
2908
2932
|
# resp.handshakes[0].requested_timestamp #=> Time
|
2909
2933
|
# resp.handshakes[0].expiration_timestamp #=> Time
|
2910
|
-
# resp.handshakes[0].action #=> String, one of "INVITE", "ENABLE_ALL_FEATURES", "APPROVE_ALL_FEATURES"
|
2934
|
+
# resp.handshakes[0].action #=> String, one of "INVITE", "ENABLE_ALL_FEATURES", "APPROVE_ALL_FEATURES", "ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE"
|
2911
2935
|
# resp.handshakes[0].resources #=> Array
|
2912
2936
|
# resp.handshakes[0].resources[0].value #=> String
|
2913
2937
|
# resp.handshakes[0].resources[0].type #=> String, one of "ACCOUNT", "ORGANIZATION", "ORGANIZATION_FEATURE_SET", "EMAIL", "MASTER_EMAIL", "MASTER_NAME", "NOTES", "PARENT_HANDSHAKE"
|
@@ -3876,7 +3900,7 @@ module Aws::Organizations
|
|
3876
3900
|
params: params,
|
3877
3901
|
config: config)
|
3878
3902
|
context[:gem_name] = 'aws-sdk-organizations'
|
3879
|
-
context[:gem_version] = '1.
|
3903
|
+
context[:gem_version] = '1.5.0'
|
3880
3904
|
Seahorse::Client::Request.new(handlers, context)
|
3881
3905
|
end
|
3882
3906
|
|
@@ -15,6 +15,8 @@ module Aws::Organizations
|
|
15
15
|
AcceptHandshakeRequest = Shapes::StructureShape.new(name: 'AcceptHandshakeRequest')
|
16
16
|
AcceptHandshakeResponse = Shapes::StructureShape.new(name: 'AcceptHandshakeResponse')
|
17
17
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
18
|
+
AccessDeniedForDependencyException = Shapes::StructureShape.new(name: 'AccessDeniedForDependencyException')
|
19
|
+
AccessDeniedForDependencyExceptionReason = Shapes::StringShape.new(name: 'AccessDeniedForDependencyExceptionReason')
|
18
20
|
Account = Shapes::StructureShape.new(name: 'Account')
|
19
21
|
AccountArn = Shapes::StringShape.new(name: 'AccountArn')
|
20
22
|
AccountId = Shapes::StringShape.new(name: 'AccountId')
|
@@ -600,6 +602,7 @@ module Aws::Organizations
|
|
600
602
|
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
601
603
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
602
604
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
605
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedForDependencyException)
|
603
606
|
end)
|
604
607
|
|
605
608
|
api.add_operation(:attach_policy, Seahorse::Model::Operation.new.tap do |o|
|
@@ -666,6 +669,7 @@ module Aws::Organizations
|
|
666
669
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
667
670
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
668
671
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
672
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedForDependencyException)
|
669
673
|
end)
|
670
674
|
|
671
675
|
api.add_operation(:create_organizational_unit, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1123,7 +1123,25 @@ module Aws::Organizations
|
|
1123
1123
|
#
|
1124
1124
|
# @!attribute [rw] action
|
1125
1125
|
# The type of handshake, indicating what action occurs when the
|
1126
|
-
# recipient accepts the handshake.
|
1126
|
+
# recipient accepts the handshake. The following handshake types are
|
1127
|
+
# supported:
|
1128
|
+
#
|
1129
|
+
# * **INVITE**\: This type of handshake represents a request to join
|
1130
|
+
# an organization. It is always sent from the master account to only
|
1131
|
+
# non-member accounts.
|
1132
|
+
#
|
1133
|
+
# * **ENABLE\_ALL\_FEATURES**\: This type of handshake represents a
|
1134
|
+
# request to enable all features in an organization. It is always
|
1135
|
+
# sent from the master account to only *invited* member accounts.
|
1136
|
+
# Created accounts do not receive this because those accounts were
|
1137
|
+
# created by the organization's master account and approval is
|
1138
|
+
# inferred.
|
1139
|
+
#
|
1140
|
+
# * **APPROVE\_ALL\_FEATURES**\: This type of handshake is sent from
|
1141
|
+
# the Organizations service when all member accounts have approved
|
1142
|
+
# the `ENABLE_ALL_FEATURES` invitation. It is sent only to the
|
1143
|
+
# master account and signals the master that it can finalize the
|
1144
|
+
# process to enable all features.
|
1127
1145
|
# @return [String]
|
1128
1146
|
#
|
1129
1147
|
# @!attribute [rw] resources
|
@@ -1151,7 +1169,7 @@ module Aws::Organizations
|
|
1151
1169
|
# data as a hash:
|
1152
1170
|
#
|
1153
1171
|
# {
|
1154
|
-
# action_type: "INVITE", # accepts INVITE, ENABLE_ALL_FEATURES, APPROVE_ALL_FEATURES
|
1172
|
+
# action_type: "INVITE", # accepts INVITE, ENABLE_ALL_FEATURES, APPROVE_ALL_FEATURES, ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE
|
1155
1173
|
# parent_handshake_id: "HandshakeId",
|
1156
1174
|
# }
|
1157
1175
|
#
|
@@ -1591,7 +1609,7 @@ module Aws::Organizations
|
|
1591
1609
|
#
|
1592
1610
|
# {
|
1593
1611
|
# filter: {
|
1594
|
-
# action_type: "INVITE", # accepts INVITE, ENABLE_ALL_FEATURES, APPROVE_ALL_FEATURES
|
1612
|
+
# action_type: "INVITE", # accepts INVITE, ENABLE_ALL_FEATURES, APPROVE_ALL_FEATURES, ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE
|
1595
1613
|
# parent_handshake_id: "HandshakeId",
|
1596
1614
|
# },
|
1597
1615
|
# next_token: "NextToken",
|
@@ -1664,7 +1682,7 @@ module Aws::Organizations
|
|
1664
1682
|
#
|
1665
1683
|
# {
|
1666
1684
|
# filter: {
|
1667
|
-
# action_type: "INVITE", # accepts INVITE, ENABLE_ALL_FEATURES, APPROVE_ALL_FEATURES
|
1685
|
+
# action_type: "INVITE", # accepts INVITE, ENABLE_ALL_FEATURES, APPROVE_ALL_FEATURES, ADD_ORGANIZATIONS_SERVICE_LINKED_ROLE
|
1668
1686
|
# parent_handshake_id: "HandshakeId",
|
1669
1687
|
# },
|
1670
1688
|
# next_token: "NextToken",
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-organizations
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-10-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|