aws-sdk-organizations 1.55.0 → 1.56.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
  SHA256:
3
- metadata.gz: 78724d85186dccac0b2496828db237e0b610b857aea289ab281ce7677e19408e
4
- data.tar.gz: c5c16b2ee0c89775ea3f7ea2a07e7a7aea737667232de0038013047fcd5c33ec
3
+ metadata.gz: d9a6d3418bcf41035fd568ef4c68f1cd02fc5ad6f1f3db79de42301657632dcd
4
+ data.tar.gz: a3c1007cea9a8f8b3065d6d23414c5af2f5bc9351c457f6425b75fec756aa972
5
5
  SHA512:
6
- metadata.gz: 06ab60ff1ee0ffe6fe4611de1e6848e7aadf4f47ff579a93eb1bc67fe9667072f14e1706bab64841f15d00e2381bf16e05d3a414445e92fb195c28526371e345
7
- data.tar.gz: 05de1c564e725fad7202ca270285023448fff8f59e06841c88e5abfc8e45718757a1146ad076356d28affd7de7ebd035d04d316bf11c509785f4d2cb8aef9312
6
+ metadata.gz: ad153b4698b5c59652b26f098b084576044db4f9a47595514434096eac2f6a5030bdc97abe4762f0f71301f49346e309273f1c82ed9da024e8402dfb94615463
7
+ data.tar.gz: 50e46f63f650e662fcd681ed02a23beaeb4e18a8a15774ebf84fa858c56a680206365ab64c53998ace1cd1a411aaf8b08e2e909356aca9462982618c9301a482
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-organizations/customizations'
48
48
  # @!group service
49
49
  module Aws::Organizations
50
50
 
51
- GEM_VERSION = '1.55.0'
51
+ GEM_VERSION = '1.56.0'
52
52
 
53
53
  end
@@ -1770,7 +1770,7 @@ module Aws::Organizations
1770
1770
  #
1771
1771
  #
1772
1772
  #
1773
- # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrated-services-list.html
1773
+ # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services_list.html
1774
1774
  #
1775
1775
  # @option params [required, String] :account_id
1776
1776
  # The account ID number of the member account in the organization that
@@ -2412,25 +2412,56 @@ module Aws::Organizations
2412
2412
  # operations in older accounts until the service completes its clean-up
2413
2413
  # from AWS Organizations.
2414
2414
  #
2415
- #
2416
- #
2417
- # We recommend that you disable integration between AWS Organizations
2418
- # and the specified AWS service by using the console or commands that
2419
- # are provided by the specified service. Doing so ensures that the other
2420
- # service is aware that it can clean up any resources that are required
2421
- # only for the integration. How the service cleans up its resources in
2422
- # the organization's accounts depends on that service. For more
2423
- # information, see the documentation for the other AWS service.
2415
+ # We <b> <i>strongly recommend</i> </b> that you don't use this command
2416
+ # to disable integration between AWS Organizations and the specified AWS
2417
+ # service. Instead, use the console or commands that are provided by the
2418
+ # specified service. This lets the trusted service perform any required
2419
+ # initialization when enabling trusted access, such as creating any
2420
+ # required resources and any required clean up of resources when
2421
+ # disabling trusted access.
2422
+ #
2423
+ # For information about how to disable trusted service access to your
2424
+ # organization using the trusted service, see the **Learn more** link
2425
+ # under the **Supports Trusted Access** column at [AWS services that you
2426
+ # can use with AWS Organizations][2]. on this page.
2427
+ #
2428
+ # If you disable access by using this command, it causes the following
2429
+ # actions to occur:
2430
+ #
2431
+ # * The service can no longer create a service-linked role in the
2432
+ # accounts in your organization. This means that the service can't
2433
+ # perform operations on your behalf on any new accounts in your
2434
+ # organization. The service can still perform operations in older
2435
+ # accounts until the service completes its clean-up from AWS
2436
+ # Organizations.
2437
+ #
2438
+ # * The service can no longer perform tasks in the member accounts in
2439
+ # the organization, unless those operations are explicitly permitted
2440
+ # by the IAM policies that are attached to your roles. This includes
2441
+ # any data aggregation from the member accounts to the management
2442
+ # account, or to a delegated administrator account, where relevant.
2443
+ #
2444
+ # * Some services detect this and clean up any remaining data or
2445
+ # resources related to the integration, while other services stop
2446
+ # accessing the organization but leave any historical data and
2447
+ # configuration in place to support a possible re-enabling of the
2448
+ # integration.
2449
+ #
2450
+ # Using the other service's console or commands to disable the
2451
+ # integration ensures that the other service is aware that it can clean
2452
+ # up any resources that are required only for the integration. How the
2453
+ # service cleans up its resources in the organization's accounts
2454
+ # depends on that service. For more information, see the documentation
2455
+ # for the other AWS service.
2424
2456
  #
2425
2457
  # After you perform the `DisableAWSServiceAccess` operation, the
2426
2458
  # specified service can no longer perform operations in your
2427
- # organization's accounts unless the operations are explicitly
2428
- # permitted by the IAM policies that are attached to your roles.
2459
+ # organization's accounts
2429
2460
  #
2430
2461
  # For more information about integrating other services with AWS
2431
2462
  # Organizations, including the list of services that work with
2432
2463
  # Organizations, see [Integrating AWS Organizations with Other AWS
2433
- # Services][2] in the *AWS Organizations User Guide.*
2464
+ # Services][3] in the *AWS Organizations User Guide.*
2434
2465
  #
2435
2466
  # This operation can be called only from the organization's management
2436
2467
  # account.
@@ -2438,7 +2469,8 @@ module Aws::Organizations
2438
2469
  #
2439
2470
  #
2440
2471
  # [1]: http://docs.aws.amazon.com/IAM/latest/UserGuide/using-service-linked-roles.html
2441
- # [2]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html
2472
+ # [2]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services_list.html
2473
+ # [3]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html
2442
2474
  #
2443
2475
  # @option params [required, String] :service_principal
2444
2476
  # The service principal name of the AWS service for which you want to
@@ -3041,6 +3073,12 @@ module Aws::Organizations
3041
3073
  # all required account information has not yet been provided][1] in
3042
3074
  # the *AWS Organizations User Guide.*
3043
3075
  #
3076
+ # * The account that you want to leave must not be a delegated
3077
+ # administrator account for any AWS service enabled for your
3078
+ # organization. If the account is a delegated administrator, you must
3079
+ # first change the delegated administrator account to another account
3080
+ # that is remaining in the organization.
3081
+ #
3044
3082
  # * You can leave an organization only after you enable IAM user access
3045
3083
  # to billing in your account. For more information, see [Activating
3046
3084
  # Access to the Billing and Cost Management Console][2] in the *AWS
@@ -4946,7 +4984,7 @@ module Aws::Organizations
4946
4984
  #
4947
4985
  #
4948
4986
  #
4949
- # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrated-services-list.html
4987
+ # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services_list.html
4950
4988
  #
4951
4989
  # @option params [required, String] :account_id
4952
4990
  # The account ID number of the member account in the organization to
@@ -5002,6 +5040,12 @@ module Aws::Organizations
5002
5040
  # information has not yet been provided][1] in the *AWS Organizations
5003
5041
  # User Guide.*
5004
5042
  #
5043
+ # * The account that you want to leave must not be a delegated
5044
+ # administrator account for any AWS service enabled for your
5045
+ # organization. If the account is a delegated administrator, you must
5046
+ # first change the delegated administrator account to another account
5047
+ # that is remaining in the organization.
5048
+ #
5005
5049
  # * After the account leaves the organization, all tags that were
5006
5050
  # attached to the account object in the organization are deleted. AWS
5007
5051
  # accounts outside of an organization do not support tags.
@@ -5380,7 +5424,7 @@ module Aws::Organizations
5380
5424
  params: params,
5381
5425
  config: config)
5382
5426
  context[:gem_name] = 'aws-sdk-organizations'
5383
- context[:gem_version] = '1.55.0'
5427
+ context[:gem_version] = '1.56.0'
5384
5428
  Seahorse::Client::Request.new(handlers, context)
5385
5429
  end
5386
5430
 
@@ -121,12 +121,12 @@ module Aws::Organizations
121
121
  # The Amazon Resource Name (ARN) of the account.
122
122
  #
123
123
  # For more information about ARNs in Organizations, see [ARN Formats
124
- # Supported by Organizations][1] in the *AWS Organizations User
125
- # Guide*.
124
+ # Supported by Organizations][1] in the *AWS Service Authorization
125
+ # Reference*.
126
126
  #
127
127
  #
128
128
  #
129
- # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_permissions.html#orgs-permissions-arns
129
+ # [1]: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsorganizations.html#awsorganizations-resources-for-iam-policies
130
130
  # @return [String]
131
131
  #
132
132
  # @!attribute [rw] email
@@ -2129,12 +2129,12 @@ module Aws::Organizations
2129
2129
  # The Amazon Resource Name (ARN) of a handshake.
2130
2130
  #
2131
2131
  # For more information about ARNs in Organizations, see [ARN Formats
2132
- # Supported by Organizations][1] in the *AWS Organizations User
2133
- # Guide*.
2132
+ # Supported by Organizations][1] in the *AWS Service Authorization
2133
+ # Reference*.
2134
2134
  #
2135
2135
  #
2136
2136
  #
2137
- # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_permissions.html#orgs-permissions-arns
2137
+ # [1]: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsorganizations.html#awsorganizations-resources-for-iam-policies
2138
2138
  # @return [String]
2139
2139
  #
2140
2140
  # @!attribute [rw] parties
@@ -3941,12 +3941,12 @@ module Aws::Organizations
3941
3941
  # The Amazon Resource Name (ARN) of an organization.
3942
3942
  #
3943
3943
  # For more information about ARNs in Organizations, see [ARN Formats
3944
- # Supported by Organizations][1] in the *AWS Organizations User
3945
- # Guide*.
3944
+ # Supported by Organizations][1] in the *AWS Service Authorization
3945
+ # Reference*.
3946
3946
  #
3947
3947
  #
3948
3948
  #
3949
- # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_permissions.html#orgs-permissions-arns
3949
+ # [1]: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsorganizations.html#awsorganizations-resources-for-iam-policies
3950
3950
  # @return [String]
3951
3951
  #
3952
3952
  # @!attribute [rw] feature_set
@@ -3968,12 +3968,12 @@ module Aws::Organizations
3968
3968
  # the management account for the organization.
3969
3969
  #
3970
3970
  # For more information about ARNs in Organizations, see [ARN Formats
3971
- # Supported by Organizations][1] in the *AWS Organizations User
3972
- # Guide*.
3971
+ # Supported by Organizations][1] in the *AWS Service Authorization
3972
+ # Reference*.
3973
3973
  #
3974
3974
  #
3975
3975
  #
3976
- # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_permissions.html#orgs-permissions-arns
3976
+ # [1]: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsorganizations.html#awsorganizations-resources-for-iam-policies
3977
3977
  # @return [String]
3978
3978
  #
3979
3979
  # @!attribute [rw] master_account_id
@@ -4053,12 +4053,12 @@ module Aws::Organizations
4053
4053
  # The Amazon Resource Name (ARN) of this OU.
4054
4054
  #
4055
4055
  # For more information about ARNs in Organizations, see [ARN Formats
4056
- # Supported by Organizations][1] in the *AWS Organizations User
4057
- # Guide*.
4056
+ # Supported by Organizations][1] in the *AWS Service Authorization
4057
+ # Reference*.
4058
4058
  #
4059
4059
  #
4060
4060
  #
4061
- # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_permissions.html#orgs-permissions-arns
4061
+ # [1]: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsorganizations.html#awsorganizations-resources-for-iam-policies
4062
4062
  # @return [String]
4063
4063
  #
4064
4064
  # @!attribute [rw] name
@@ -4254,12 +4254,12 @@ module Aws::Organizations
4254
4254
  # The Amazon Resource Name (ARN) of the policy.
4255
4255
  #
4256
4256
  # For more information about ARNs in Organizations, see [ARN Formats
4257
- # Supported by Organizations][1] in the *AWS Organizations User
4258
- # Guide*.
4257
+ # Supported by Organizations][1] in the *AWS Service Authorization
4258
+ # Reference*.
4259
4259
  #
4260
4260
  #
4261
4261
  #
4262
- # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_permissions.html#orgs-permissions-arns
4262
+ # [1]: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsorganizations.html#awsorganizations-resources-for-iam-policies
4263
4263
  # @return [String]
4264
4264
  #
4265
4265
  # @!attribute [rw] name
@@ -4329,12 +4329,12 @@ module Aws::Organizations
4329
4329
  # The Amazon Resource Name (ARN) of the policy target.
4330
4330
  #
4331
4331
  # For more information about ARNs in Organizations, see [ARN Formats
4332
- # Supported by Organizations][1] in the *AWS Organizations User
4333
- # Guide*.
4332
+ # Supported by Organizations][1] in the *AWS Service Authorization
4333
+ # Reference*.
4334
4334
  #
4335
4335
  #
4336
4336
  #
4337
- # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_permissions.html#orgs-permissions-arns
4337
+ # [1]: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsorganizations.html#awsorganizations-resources-for-iam-policies
4338
4338
  # @return [String]
4339
4339
  #
4340
4340
  # @!attribute [rw] name
@@ -4515,12 +4515,12 @@ module Aws::Organizations
4515
4515
  # The Amazon Resource Name (ARN) of the root.
4516
4516
  #
4517
4517
  # For more information about ARNs in Organizations, see [ARN Formats
4518
- # Supported by Organizations][1] in the *AWS Organizations User
4519
- # Guide*.
4518
+ # Supported by Organizations][1] in the *AWS Service Authorization
4519
+ # Reference*.
4520
4520
  #
4521
4521
  #
4522
4522
  #
4523
- # [1]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_permissions.html#orgs-permissions-arns
4523
+ # [1]: https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsorganizations.html#awsorganizations-resources-for-iam-policies
4524
4524
  # @return [String]
4525
4525
  #
4526
4526
  # @!attribute [rw] name
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.55.0
4
+ version: 1.56.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: 2020-10-21 00:00:00.000000000 Z
11
+ date: 2021-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.109.0
22
+ version: 3.112.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.109.0
32
+ version: 3.112.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement