aws-sdk-organizations 1.0.0.rc5 → 1.0.0.rc6
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: 4a0d181b05cdc34b320c3f2629abd85efe2a14e3
|
4
|
+
data.tar.gz: 518126c1d2804b69d8cb8402f31cbe757f0aad02
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28ee2ddb016fa0cd94189cbb9ef41e9f8b0e8890a7afaa6482fc0042313f9f46bd56f6df870640b570a6ada036b03a9c088caf435c03da50b4a3035e582049e3
|
7
|
+
data.tar.gz: dbb0f6c22b5a267f11b0faecbed6003eea47a0bc3d3113b5c620757c6732ce385c85d878826e20283750d30a27c074a8ec245d554e12df15bae38421762b6a4a
|
@@ -173,6 +173,9 @@ module Aws::Organizations
|
|
173
173
|
# organization, see [Enabling All Features in Your Organization][2] in
|
174
174
|
# the *AWS Organizations User Guide*.
|
175
175
|
#
|
176
|
+
# After you accept a handshake, it continues to appear in the results of
|
177
|
+
# relevant APIs for only 30 days. After that it is deleted.
|
178
|
+
#
|
176
179
|
#
|
177
180
|
#
|
178
181
|
# [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_invites.html
|
@@ -333,6 +336,9 @@ module Aws::Organizations
|
|
333
336
|
# use DeclineHandshake instead. After a handshake is canceled, the
|
334
337
|
# recipient can no longer respond to that handshake.
|
335
338
|
#
|
339
|
+
# After you cancel a handshake, it continues to appear in the results of
|
340
|
+
# relevant APIs for only 30 days. After that it is deleted.
|
341
|
+
#
|
336
342
|
# @option params [required, String] :handshake_id
|
337
343
|
# The unique identifier (ID) of the handshake that you want to cancel.
|
338
344
|
# You can get the ID from the ListHandshakesForOrganization operation.
|
@@ -729,6 +735,9 @@ module Aws::Organizations
|
|
729
735
|
# instead. The originator can't reactivate a declined request, but can
|
730
736
|
# re-initiate the process with a new handshake request.
|
731
737
|
#
|
738
|
+
# After you decline a handshake, it continues to appear in the results
|
739
|
+
# of relevant APIs for only 30 days. After that it is deleted.
|
740
|
+
#
|
732
741
|
# @option params [required, String] :handshake_id
|
733
742
|
# The unique identifier (ID) of the handshake that you want to decline.
|
734
743
|
# You can get the ID from the ListHandshakesForAccount operation.
|
@@ -967,6 +976,10 @@ module Aws::Organizations
|
|
967
976
|
# handshake ID comes from the response to the original
|
968
977
|
# InviteAccountToOrganization operation that generated the handshake.
|
969
978
|
#
|
979
|
+
# You can access handshakes that are ACCEPTED, DECLINED, or CANCELED for
|
980
|
+
# only 30 days after they change to that state. They are then deleted
|
981
|
+
# and no longer accessible.
|
982
|
+
#
|
970
983
|
# This operation can be called from any account in the organization.
|
971
984
|
#
|
972
985
|
# @option params [required, String] :handshake_id
|
@@ -1386,9 +1399,20 @@ module Aws::Organizations
|
|
1386
1399
|
# invitation is implemented as a Handshake whose details are in the
|
1387
1400
|
# response.
|
1388
1401
|
#
|
1402
|
+
# You can invite AWS accounts only from the same reseller as the master
|
1403
|
+
# account. For example, if your organization's master account was
|
1404
|
+
# created by Amazon Internet Services Pvt. Ltd (AISPL), an AWS reseller
|
1405
|
+
# in India, then you can only invite other AISPL accounts to your
|
1406
|
+
# organization. You can't combine accounts from AISPL and AWS. For more
|
1407
|
+
# information, see [Consolidated Billing in India][1].
|
1408
|
+
#
|
1389
1409
|
# This operation can be called only from the organization's master
|
1390
1410
|
# account.
|
1391
1411
|
#
|
1412
|
+
#
|
1413
|
+
#
|
1414
|
+
# [1]: http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/useconsolidatedbilliing-India.html
|
1415
|
+
#
|
1392
1416
|
# @option params [required, Types::HandshakeParty] :target
|
1393
1417
|
# The identifier (ID) of the AWS account that you want to invite to join
|
1394
1418
|
# your organization. This is a JSON object that contains the following
|
@@ -1459,11 +1483,24 @@ module Aws::Organizations
|
|
1459
1483
|
# This operation can be called only from a member account in the
|
1460
1484
|
# organization.
|
1461
1485
|
#
|
1462
|
-
# The master account in an organization with all features enabled can
|
1463
|
-
#
|
1464
|
-
#
|
1465
|
-
#
|
1466
|
-
#
|
1486
|
+
# * The master account in an organization with all features enabled can
|
1487
|
+
# set service control policies (SCPs) that can restrict what
|
1488
|
+
# administrators of member accounts can do, including preventing them
|
1489
|
+
# from successfully calling `LeaveOrganization` and leaving the
|
1490
|
+
# organization.
|
1491
|
+
#
|
1492
|
+
# * If you created the account using the AWS Organizations console, the
|
1493
|
+
# Organizations API, or the Organizations CLI commands, then you
|
1494
|
+
# cannot remove the account.
|
1495
|
+
#
|
1496
|
+
# * You can leave an organization only after you enable IAM user access
|
1497
|
+
# to billing in your account. For more information, see [Activating
|
1498
|
+
# Access to the Billing and Cost Management Console][1] in the *AWS
|
1499
|
+
# Billing and Cost Management User Guide*.
|
1500
|
+
#
|
1501
|
+
#
|
1502
|
+
#
|
1503
|
+
# [1]: http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/grantaccess.html#ControllingAccessWebsite-Activate
|
1467
1504
|
#
|
1468
1505
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1469
1506
|
#
|
@@ -1737,6 +1774,10 @@ module Aws::Organizations
|
|
1737
1774
|
# Lists the current handshakes that are associated with the account of
|
1738
1775
|
# the requesting user.
|
1739
1776
|
#
|
1777
|
+
# Handshakes that are ACCEPTED, DECLINED, or CANCELED appear in the
|
1778
|
+
# results of this API for only 30 days after changing to that state.
|
1779
|
+
# After that they are deleted and no longer accessible.
|
1780
|
+
#
|
1740
1781
|
# This operation can be called from any account in the organization.
|
1741
1782
|
#
|
1742
1783
|
# @option params [Types::HandshakeFilter] :filter
|
@@ -1814,6 +1855,10 @@ module Aws::Organizations
|
|
1814
1855
|
# operation returns a list of handshake structures. Each structure
|
1815
1856
|
# contains details and status about a handshake.
|
1816
1857
|
#
|
1858
|
+
# Handshakes that are ACCEPTED, DECLINED, or CANCELED appear in the
|
1859
|
+
# results of this API for only 30 days after changing to that state.
|
1860
|
+
# After that they are deleted and no longer accessible.
|
1861
|
+
#
|
1817
1862
|
# This operation can be called only from the organization's master
|
1818
1863
|
# account.
|
1819
1864
|
#
|
@@ -2386,9 +2431,19 @@ module Aws::Organizations
|
|
2386
2431
|
# account. Member accounts can remove themselves with LeaveOrganization
|
2387
2432
|
# instead.
|
2388
2433
|
#
|
2389
|
-
# You can remove only
|
2390
|
-
#
|
2391
|
-
# Organizations
|
2434
|
+
# * You can remove only accounts that were created outside your
|
2435
|
+
# organization and invited to join. If you created the account using
|
2436
|
+
# the AWS Organizations console, the Organizations API, or the
|
2437
|
+
# Organizations CLI commands, then you cannot remove the account.
|
2438
|
+
#
|
2439
|
+
# * You can remove a member account only after you enable IAM user
|
2440
|
+
# access to billing in the member account. For more information, see
|
2441
|
+
# [Activating Access to the Billing and Cost Management Console][1] in
|
2442
|
+
# the *AWS Billing and Cost Management User Guide*.
|
2443
|
+
#
|
2444
|
+
#
|
2445
|
+
#
|
2446
|
+
# [1]: http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/grantaccess.html#ControllingAccessWebsite-Activate
|
2392
2447
|
#
|
2393
2448
|
# @option params [required, String] :account_id
|
2394
2449
|
# The unique identifier (ID) of the member account that you want to
|
@@ -2559,7 +2614,7 @@ module Aws::Organizations
|
|
2559
2614
|
params: params,
|
2560
2615
|
config: config)
|
2561
2616
|
context[:gem_name] = 'aws-sdk-organizations'
|
2562
|
-
context[:gem_version] = '1.0.0.
|
2617
|
+
context[:gem_version] = '1.0.0.rc6'
|
2563
2618
|
Seahorse::Client::Request.new(handlers, context)
|
2564
2619
|
end
|
2565
2620
|
|
@@ -628,6 +628,7 @@ module Aws::Organizations
|
|
628
628
|
o.input = Shapes::ShapeRef.new(shape: CancelHandshakeRequest)
|
629
629
|
o.output = Shapes::ShapeRef.new(shape: CancelHandshakeResponse)
|
630
630
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
631
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
631
632
|
o.errors << Shapes::ShapeRef.new(shape: HandshakeNotFoundException)
|
632
633
|
o.errors << Shapes::ShapeRef.new(shape: InvalidHandshakeTransitionException)
|
633
634
|
o.errors << Shapes::ShapeRef.new(shape: HandshakeAlreadyInStateException)
|
@@ -644,6 +645,7 @@ module Aws::Organizations
|
|
644
645
|
o.output = Shapes::ShapeRef.new(shape: CreateAccountResponse)
|
645
646
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
646
647
|
o.errors << Shapes::ShapeRef.new(shape: AWSOrganizationsNotInUseException)
|
648
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
647
649
|
o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
|
648
650
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
649
651
|
o.errors << Shapes::ShapeRef.new(shape: FinalizingOrganizationException)
|
@@ -674,6 +676,7 @@ module Aws::Organizations
|
|
674
676
|
o.output = Shapes::ShapeRef.new(shape: CreateOrganizationalUnitResponse)
|
675
677
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
676
678
|
o.errors << Shapes::ShapeRef.new(shape: AWSOrganizationsNotInUseException)
|
679
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
677
680
|
o.errors << Shapes::ShapeRef.new(shape: ConstraintViolationException)
|
678
681
|
o.errors << Shapes::ShapeRef.new(shape: DuplicateOrganizationalUnitException)
|
679
682
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
@@ -707,6 +710,7 @@ module Aws::Organizations
|
|
707
710
|
o.input = Shapes::ShapeRef.new(shape: DeclineHandshakeRequest)
|
708
711
|
o.output = Shapes::ShapeRef.new(shape: DeclineHandshakeResponse)
|
709
712
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
713
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
710
714
|
o.errors << Shapes::ShapeRef.new(shape: HandshakeNotFoundException)
|
711
715
|
o.errors << Shapes::ShapeRef.new(shape: InvalidHandshakeTransitionException)
|
712
716
|
o.errors << Shapes::ShapeRef.new(shape: HandshakeAlreadyInStateException)
|
@@ -797,6 +801,7 @@ module Aws::Organizations
|
|
797
801
|
o.input = Shapes::ShapeRef.new(shape: DescribeHandshakeRequest)
|
798
802
|
o.output = Shapes::ShapeRef.new(shape: DescribeHandshakeResponse)
|
799
803
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
804
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
800
805
|
o.errors << Shapes::ShapeRef.new(shape: HandshakeNotFoundException)
|
801
806
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
802
807
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
@@ -811,6 +816,7 @@ module Aws::Organizations
|
|
811
816
|
o.output = Shapes::ShapeRef.new(shape: DescribeOrganizationResponse)
|
812
817
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
813
818
|
o.errors << Shapes::ShapeRef.new(shape: AWSOrganizationsNotInUseException)
|
819
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
814
820
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
815
821
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
816
822
|
end)
|
@@ -886,6 +892,7 @@ module Aws::Organizations
|
|
886
892
|
o.output = Shapes::ShapeRef.new(shape: EnableAllFeaturesResponse)
|
887
893
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
888
894
|
o.errors << Shapes::ShapeRef.new(shape: AWSOrganizationsNotInUseException)
|
895
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
889
896
|
o.errors << Shapes::ShapeRef.new(shape: HandshakeConstraintViolationException)
|
890
897
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
891
898
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
@@ -918,6 +925,7 @@ module Aws::Organizations
|
|
918
925
|
o.output = Shapes::ShapeRef.new(shape: InviteAccountToOrganizationResponse)
|
919
926
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
920
927
|
o.errors << Shapes::ShapeRef.new(shape: AWSOrganizationsNotInUseException)
|
928
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
921
929
|
o.errors << Shapes::ShapeRef.new(shape: HandshakeConstraintViolationException)
|
922
930
|
o.errors << Shapes::ShapeRef.new(shape: DuplicateHandshakeException)
|
923
931
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
@@ -1028,6 +1036,7 @@ module Aws::Organizations
|
|
1028
1036
|
o.input = Shapes::ShapeRef.new(shape: ListHandshakesForAccountRequest)
|
1029
1037
|
o.output = Shapes::ShapeRef.new(shape: ListHandshakesForAccountResponse)
|
1030
1038
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1039
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
1031
1040
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1032
1041
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
1033
1042
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -1047,6 +1056,7 @@ module Aws::Organizations
|
|
1047
1056
|
o.output = Shapes::ShapeRef.new(shape: ListHandshakesForOrganizationResponse)
|
1048
1057
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1049
1058
|
o.errors << Shapes::ShapeRef.new(shape: AWSOrganizationsNotInUseException)
|
1059
|
+
o.errors << Shapes::ShapeRef.new(shape: ConcurrentModificationException)
|
1050
1060
|
o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
|
1051
1061
|
o.errors << Shapes::ShapeRef.new(shape: ServiceException)
|
1052
1062
|
o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
|
@@ -1047,6 +1047,10 @@ module Aws::Organizations
|
|
1047
1047
|
# account (the recipient) to join its organization, the two accounts
|
1048
1048
|
# exchange information as a series of handshake requests and responses.
|
1049
1049
|
#
|
1050
|
+
# **Note:** Handshakes that are CANCELED, ACCEPTED, or DECLINED show up
|
1051
|
+
# in lists for only 30 days after entering that state After that they
|
1052
|
+
# are deleted.
|
1053
|
+
#
|
1050
1054
|
# @!attribute [rw] id
|
1051
1055
|
# The unique identifier (ID) of a handshake. The originating account
|
1052
1056
|
# creates the ID when it initiates the handshake.
|
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.0.0.
|
4
|
+
version: 1.0.0.rc6
|
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-06-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 3.0.0.
|
19
|
+
version: 3.0.0.rc13
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 3.0.0.
|
26
|
+
version: 3.0.0.rc13
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: aws-sigv4
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|