aws-sdk-organizations 1.17.0 → 1.18.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-organizations/client.rb +27 -26
- data/lib/aws-sdk-organizations/types.rb +17 -17
- data/lib/aws-sdk-organizations.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 76410041e1b424f1942fc52dc73e2a22d8e658e9
|
|
4
|
+
data.tar.gz: 1f767f4dc72b40edffde3d8f402788e54d23fea0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1a7b33634f2b2179f9c0194f791cc5dc00ddbb00168e3deff8a41625463b008448b9f91145b0656baf7e04a8e5c0fe2ae7b21e47093534b3f502e8425ca6d1cd
|
|
7
|
+
data.tar.gz: 9d1b0560e198b3dc2ab9f4173c24e938368f90fdd9858ac64178b433c5a66b38b3b1402a87512b4b75690523111f03f6d243584c7c0ca4e6593fea5ff4996c5f
|
|
@@ -248,8 +248,8 @@ module Aws::Organizations
|
|
|
248
248
|
#
|
|
249
249
|
#
|
|
250
250
|
# [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_integration_services.html#orgs_integration_service-linked-roles
|
|
251
|
-
# [2]:
|
|
252
|
-
# [3]:
|
|
251
|
+
# [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_invites.html
|
|
252
|
+
# [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html
|
|
253
253
|
#
|
|
254
254
|
# @option params [required, String] :handshake_id
|
|
255
255
|
# The unique identifier (ID) of the handshake that you want to accept.
|
|
@@ -369,9 +369,10 @@ module Aws::Organizations
|
|
|
369
369
|
# * If you attach the policy directly to an account, then it affects
|
|
370
370
|
# only that account.
|
|
371
371
|
#
|
|
372
|
-
# SCPs
|
|
373
|
-
#
|
|
374
|
-
# a
|
|
372
|
+
# SCPs are JSON policies that specify the maximum permissions for an
|
|
373
|
+
# organization or organizational unit (OU). When you attach one SCP to
|
|
374
|
+
# a higher level root or OU, and you also attach a different SCP to a
|
|
375
|
+
# child OU or to an account, the child policy can further restrict
|
|
375
376
|
# only the permissions that pass through the parent filter and are
|
|
376
377
|
# available to the child. An SCP that is attached to a child cannot
|
|
377
378
|
# grant a permission that is not already granted by the parent. For
|
|
@@ -400,7 +401,7 @@ module Aws::Organizations
|
|
|
400
401
|
#
|
|
401
402
|
#
|
|
402
403
|
#
|
|
403
|
-
# [1]:
|
|
404
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
|
|
404
405
|
#
|
|
405
406
|
# @option params [required, String] :policy_id
|
|
406
407
|
# The unique identifier (ID) of the policy that you want to attach to
|
|
@@ -605,7 +606,7 @@ module Aws::Organizations
|
|
|
605
606
|
# * Check the AWS CloudTrail log for the `CreateAccountResult` event.
|
|
606
607
|
# For information on using AWS CloudTrail with Organizations, see
|
|
607
608
|
# [Monitoring the Activity in Your Organization][1] in the *AWS
|
|
608
|
-
# Organizations User Guide
|
|
609
|
+
# Organizations User Guide.*
|
|
609
610
|
#
|
|
610
611
|
#
|
|
611
612
|
#
|
|
@@ -628,7 +629,7 @@ module Aws::Organizations
|
|
|
628
629
|
#
|
|
629
630
|
# For more information about creating accounts, see [Creating an AWS
|
|
630
631
|
# Account in Your Organization][3] in the *AWS Organizations User
|
|
631
|
-
# Guide
|
|
632
|
+
# Guide.*
|
|
632
633
|
#
|
|
633
634
|
# * When you create an account in an organization using the AWS
|
|
634
635
|
# Organizations console, API, or CLI commands, the information
|
|
@@ -646,7 +647,7 @@ module Aws::Organizations
|
|
|
646
647
|
# because your organization is still initializing, wait one hour and
|
|
647
648
|
# then try again. If the error persists, contact [AWS Support][5].
|
|
648
649
|
#
|
|
649
|
-
# * Using CreateAccount to create multiple temporary accounts
|
|
650
|
+
# * Using CreateAccount to create multiple temporary accounts isn't
|
|
650
651
|
# recommended. You can only close an account from the Billing and Cost
|
|
651
652
|
# Management Console, and you must be signed in as the root user. For
|
|
652
653
|
# information on the requirements and process for closing an account,
|
|
@@ -668,11 +669,11 @@ module Aws::Organizations
|
|
|
668
669
|
#
|
|
669
670
|
# [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_monitoring.html
|
|
670
671
|
# [2]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html#orgs_integrate_services-using_slrs
|
|
671
|
-
# [3]:
|
|
672
|
+
# [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_create.html
|
|
672
673
|
# [4]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#leave-without-all-info
|
|
673
674
|
# [5]: https://console.aws.amazon.com/support/home#/
|
|
674
675
|
# [6]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_close.html
|
|
675
|
-
# [7]:
|
|
676
|
+
# [7]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/grantaccess.html
|
|
676
677
|
#
|
|
677
678
|
# @option params [required, String] :email
|
|
678
679
|
# The email address of the owner to assign to the new member account.
|
|
@@ -709,8 +710,8 @@ module Aws::Organizations
|
|
|
709
710
|
#
|
|
710
711
|
#
|
|
711
712
|
#
|
|
712
|
-
# [1]:
|
|
713
|
-
# [2]:
|
|
713
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_access.html#orgs_manage_accounts_create-cross-account-role
|
|
714
|
+
# [2]: https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_cross-account-with-roles.html
|
|
714
715
|
# [3]: http://wikipedia.org/wiki/regex
|
|
715
716
|
#
|
|
716
717
|
# @option params [String] :iam_user_access_to_billing
|
|
@@ -727,7 +728,7 @@ module Aws::Organizations
|
|
|
727
728
|
#
|
|
728
729
|
#
|
|
729
730
|
#
|
|
730
|
-
# [1]:
|
|
731
|
+
# [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/grantaccess.html#ControllingAccessWebsite-Activate
|
|
731
732
|
#
|
|
732
733
|
# @return [Types::CreateAccountResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
733
734
|
#
|
|
@@ -800,7 +801,7 @@ module Aws::Organizations
|
|
|
800
801
|
#
|
|
801
802
|
#
|
|
802
803
|
#
|
|
803
|
-
# [1]:
|
|
804
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/orgs_getting-started_concepts.html#account
|
|
804
805
|
#
|
|
805
806
|
# @option params [String] :feature_set
|
|
806
807
|
# Specifies the feature set supported by the new organization. Each
|
|
@@ -819,8 +820,8 @@ module Aws::Organizations
|
|
|
819
820
|
#
|
|
820
821
|
#
|
|
821
822
|
#
|
|
822
|
-
# [1]:
|
|
823
|
-
# [2]:
|
|
823
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#feature-set-cb-only
|
|
824
|
+
# [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#feature-set-all
|
|
824
825
|
#
|
|
825
826
|
# @return [Types::CreateOrganizationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
826
827
|
#
|
|
@@ -919,7 +920,7 @@ module Aws::Organizations
|
|
|
919
920
|
#
|
|
920
921
|
#
|
|
921
922
|
#
|
|
922
|
-
# [1]:
|
|
923
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_ous.html
|
|
923
924
|
#
|
|
924
925
|
# @option params [required, String] :parent_id
|
|
925
926
|
# The unique identifier (ID) of the parent root or OU in which you want
|
|
@@ -999,7 +1000,7 @@ module Aws::Organizations
|
|
|
999
1000
|
#
|
|
1000
1001
|
#
|
|
1001
1002
|
#
|
|
1002
|
-
# [1]:
|
|
1003
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies.html
|
|
1003
1004
|
#
|
|
1004
1005
|
# @option params [required, String] :content
|
|
1005
1006
|
# The policy content to add to the new policy. For example, if you
|
|
@@ -1011,8 +1012,8 @@ module Aws::Organizations
|
|
|
1011
1012
|
#
|
|
1012
1013
|
#
|
|
1013
1014
|
#
|
|
1014
|
-
# [1]:
|
|
1015
|
-
# [2]:
|
|
1015
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
|
|
1016
|
+
# [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_scp-syntax.html
|
|
1016
1017
|
#
|
|
1017
1018
|
# @option params [required, String] :description
|
|
1018
1019
|
# An optional description to assign to the policy.
|
|
@@ -1776,8 +1777,8 @@ module Aws::Organizations
|
|
|
1776
1777
|
#
|
|
1777
1778
|
#
|
|
1778
1779
|
#
|
|
1779
|
-
# [1]:
|
|
1780
|
-
# [2]:
|
|
1780
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_about-scps.html#orgs_policies_whitelist
|
|
1781
|
+
# [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_about-scps.html#orgs_policies_blacklist
|
|
1781
1782
|
#
|
|
1782
1783
|
# @option params [required, String] :policy_id
|
|
1783
1784
|
# The unique identifier (ID) of the policy you want to detach. You can
|
|
@@ -2068,7 +2069,7 @@ module Aws::Organizations
|
|
|
2068
2069
|
#
|
|
2069
2070
|
#
|
|
2070
2071
|
#
|
|
2071
|
-
# [1]:
|
|
2072
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_org_support-all-features.html
|
|
2072
2073
|
#
|
|
2073
2074
|
# @return [Types::EnableAllFeaturesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2074
2075
|
#
|
|
@@ -4179,7 +4180,7 @@ module Aws::Organizations
|
|
|
4179
4180
|
#
|
|
4180
4181
|
#
|
|
4181
4182
|
#
|
|
4182
|
-
# [1]:
|
|
4183
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_scp-syntax.html
|
|
4183
4184
|
#
|
|
4184
4185
|
# @return [Types::UpdatePolicyResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
4185
4186
|
#
|
|
@@ -4278,7 +4279,7 @@ module Aws::Organizations
|
|
|
4278
4279
|
params: params,
|
|
4279
4280
|
config: config)
|
|
4280
4281
|
context[:gem_name] = 'aws-sdk-organizations'
|
|
4281
|
-
context[:gem_version] = '1.
|
|
4282
|
+
context[:gem_version] = '1.18.0'
|
|
4282
4283
|
Seahorse::Client::Request.new(handlers, context)
|
|
4283
4284
|
end
|
|
4284
4285
|
|
|
@@ -67,7 +67,7 @@ module Aws::Organizations
|
|
|
67
67
|
#
|
|
68
68
|
#
|
|
69
69
|
#
|
|
70
|
-
# [1]:
|
|
70
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_permissions.html#orgs-permissions-arns
|
|
71
71
|
# @return [String]
|
|
72
72
|
#
|
|
73
73
|
# @!attribute [rw] email
|
|
@@ -287,8 +287,8 @@ module Aws::Organizations
|
|
|
287
287
|
#
|
|
288
288
|
#
|
|
289
289
|
#
|
|
290
|
-
# [1]:
|
|
291
|
-
# [2]:
|
|
290
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_access.html#orgs_manage_accounts_create-cross-account-role
|
|
291
|
+
# [2]: https://docs.aws.amazon.com/IAM/latest/UserGuide/tutorial_cross-account-with-roles.html
|
|
292
292
|
# [3]: http://wikipedia.org/wiki/regex
|
|
293
293
|
# @return [String]
|
|
294
294
|
#
|
|
@@ -306,7 +306,7 @@ module Aws::Organizations
|
|
|
306
306
|
#
|
|
307
307
|
#
|
|
308
308
|
#
|
|
309
|
-
# [1]:
|
|
309
|
+
# [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/grantaccess.html#ControllingAccessWebsite-Activate
|
|
310
310
|
# @return [String]
|
|
311
311
|
#
|
|
312
312
|
# @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CreateAccountRequest AWS API Documentation
|
|
@@ -447,8 +447,8 @@ module Aws::Organizations
|
|
|
447
447
|
#
|
|
448
448
|
#
|
|
449
449
|
#
|
|
450
|
-
# [1]:
|
|
451
|
-
# [2]:
|
|
450
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#feature-set-cb-only
|
|
451
|
+
# [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#feature-set-all
|
|
452
452
|
# @return [String]
|
|
453
453
|
#
|
|
454
454
|
# @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/CreateOrganizationRequest AWS API Documentation
|
|
@@ -541,8 +541,8 @@ module Aws::Organizations
|
|
|
541
541
|
#
|
|
542
542
|
#
|
|
543
543
|
#
|
|
544
|
-
# [1]:
|
|
545
|
-
# [2]:
|
|
544
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_scp.html
|
|
545
|
+
# [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_scp-syntax.html
|
|
546
546
|
# @return [String]
|
|
547
547
|
#
|
|
548
548
|
# @!attribute [rw] description
|
|
@@ -1142,7 +1142,7 @@ module Aws::Organizations
|
|
|
1142
1142
|
#
|
|
1143
1143
|
#
|
|
1144
1144
|
#
|
|
1145
|
-
# [1]:
|
|
1145
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_permissions.html#orgs-permissions-arns
|
|
1146
1146
|
# @return [String]
|
|
1147
1147
|
#
|
|
1148
1148
|
# @!attribute [rw] parties
|
|
@@ -2404,7 +2404,7 @@ module Aws::Organizations
|
|
|
2404
2404
|
#
|
|
2405
2405
|
#
|
|
2406
2406
|
#
|
|
2407
|
-
# [1]:
|
|
2407
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_permissions.html#orgs-permissions-arns
|
|
2408
2408
|
# @return [String]
|
|
2409
2409
|
#
|
|
2410
2410
|
# @!attribute [rw] feature_set
|
|
@@ -2418,7 +2418,7 @@ module Aws::Organizations
|
|
|
2418
2418
|
#
|
|
2419
2419
|
#
|
|
2420
2420
|
#
|
|
2421
|
-
# [1]:
|
|
2421
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/orgs_manage_org_support-all-features.html
|
|
2422
2422
|
# @return [String]
|
|
2423
2423
|
#
|
|
2424
2424
|
# @!attribute [rw] master_account_arn
|
|
@@ -2431,7 +2431,7 @@ module Aws::Organizations
|
|
|
2431
2431
|
#
|
|
2432
2432
|
#
|
|
2433
2433
|
#
|
|
2434
|
-
# [1]:
|
|
2434
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_permissions.html#orgs-permissions-arns
|
|
2435
2435
|
# @return [String]
|
|
2436
2436
|
#
|
|
2437
2437
|
# @!attribute [rw] master_account_id
|
|
@@ -2503,7 +2503,7 @@ module Aws::Organizations
|
|
|
2503
2503
|
#
|
|
2504
2504
|
#
|
|
2505
2505
|
#
|
|
2506
|
-
# [1]:
|
|
2506
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_permissions.html#orgs-permissions-arns
|
|
2507
2507
|
# @return [String]
|
|
2508
2508
|
#
|
|
2509
2509
|
# @!attribute [rw] name
|
|
@@ -2603,7 +2603,7 @@ module Aws::Organizations
|
|
|
2603
2603
|
#
|
|
2604
2604
|
#
|
|
2605
2605
|
#
|
|
2606
|
-
# [1]:
|
|
2606
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_permissions.html#orgs-permissions-arns
|
|
2607
2607
|
# @return [String]
|
|
2608
2608
|
#
|
|
2609
2609
|
# @!attribute [rw] name
|
|
@@ -2676,7 +2676,7 @@ module Aws::Organizations
|
|
|
2676
2676
|
#
|
|
2677
2677
|
#
|
|
2678
2678
|
#
|
|
2679
|
-
# [1]:
|
|
2679
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_permissions.html#orgs-permissions-arns
|
|
2680
2680
|
# @return [String]
|
|
2681
2681
|
#
|
|
2682
2682
|
# @!attribute [rw] name
|
|
@@ -2779,7 +2779,7 @@ module Aws::Organizations
|
|
|
2779
2779
|
#
|
|
2780
2780
|
#
|
|
2781
2781
|
#
|
|
2782
|
-
# [1]:
|
|
2782
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_permissions.html#orgs-permissions-arns
|
|
2783
2783
|
# @return [String]
|
|
2784
2784
|
#
|
|
2785
2785
|
# @!attribute [rw] name
|
|
@@ -2912,7 +2912,7 @@ module Aws::Organizations
|
|
|
2912
2912
|
#
|
|
2913
2913
|
#
|
|
2914
2914
|
#
|
|
2915
|
-
# [1]:
|
|
2915
|
+
# [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_scp-syntax.html
|
|
2916
2916
|
# @return [String]
|
|
2917
2917
|
#
|
|
2918
2918
|
# @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/UpdatePolicyRequest AWS API Documentation
|
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.18.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:
|
|
11
|
+
date: 2019-02-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|