aws-sdk-organizations 1.99.0 → 1.100.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-organizations/client.rb +20 -18
- data/lib/aws-sdk-organizations/types.rb +5 -4
- data/lib/aws-sdk-organizations.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cad1634f26d7d97d7fef67e61831b440e3cbcbfa3fe55b1c9add0d0982eaa4f2
|
|
4
|
+
data.tar.gz: 8c6506b6a0da24b746f5e81be1d3353e0eee2951cce7555913b563f2f102527c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0e1e9dba2a0dcb6c0754953886af729750edb04bb35abccf86733f128147fbeea20d3f038f7e9721a58e4564dbc7f9a75fe4cde46f4ad29012da3a6a889407be
|
|
7
|
+
data.tar.gz: 41d3130d98eb52fce102fa848ec47f5901f81d15f7787f7d794ed44f8ff70c722f4a2c8d0cc1bdf64cb82dd35b8791ee2f123ba0b8b1e21ec03c2d53867ca2d9
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.100.0
|
|
@@ -825,9 +825,9 @@ module Aws::Organizations
|
|
|
825
825
|
# <note markdown="1"> * You can close only 10% of member accounts, between 10 and 1000,
|
|
826
826
|
# within a rolling 30 day period. This quota is not bound by a
|
|
827
827
|
# calendar month, but starts when you close an account. After you
|
|
828
|
-
# reach this limit, you can close additional accounts. For more
|
|
828
|
+
# reach this limit, you can't close additional accounts. For more
|
|
829
829
|
# information, see [Closing a member account in your organization][3]
|
|
830
|
-
# and [Quotas for Organizations][4]in the *Organizations User Guide*.
|
|
830
|
+
# and [Quotas for Organizations][4] in the *Organizations User Guide*.
|
|
831
831
|
#
|
|
832
832
|
# * To reinstate a closed account, contact Amazon Web Services Support
|
|
833
833
|
# within the 90-day grace period while the account is in SUSPENDED
|
|
@@ -928,12 +928,12 @@ module Aws::Organizations
|
|
|
928
928
|
# then try again. If the error persists, contact [Amazon Web Services
|
|
929
929
|
# Support][5].
|
|
930
930
|
#
|
|
931
|
-
# *
|
|
932
|
-
#
|
|
933
|
-
#
|
|
934
|
-
#
|
|
935
|
-
#
|
|
936
|
-
#
|
|
931
|
+
# * It isn't recommended to use `CreateAccount` to create multiple
|
|
932
|
+
# temporary accounts, and using the `CreateAccount` API to close
|
|
933
|
+
# accounts is subject to a 30-day usage quota. For information on the
|
|
934
|
+
# requirements and process for closing an account, see [Closing a
|
|
935
|
+
# member account in your organization][6] in the *Organizations User
|
|
936
|
+
# Guide*.
|
|
937
937
|
#
|
|
938
938
|
# <note markdown="1"> When you create a member account with this operation, you can choose
|
|
939
939
|
# whether to create the account with the **IAM User and Role Access to
|
|
@@ -2476,7 +2476,7 @@ module Aws::Organizations
|
|
|
2476
2476
|
#
|
|
2477
2477
|
# @example Example: To get information about an organizational unit
|
|
2478
2478
|
#
|
|
2479
|
-
# # The following example shows how to request details about an OU
|
|
2479
|
+
# # The following example shows how to request details about an OU:
|
|
2480
2480
|
#
|
|
2481
2481
|
# resp = client.describe_organizational_unit({
|
|
2482
2482
|
# organizational_unit_id: "ou-examplerootid111-exampleouid111",
|
|
@@ -2896,12 +2896,13 @@ module Aws::Organizations
|
|
|
2896
2896
|
req.send_request(options)
|
|
2897
2897
|
end
|
|
2898
2898
|
|
|
2899
|
-
#
|
|
2900
|
-
#
|
|
2901
|
-
#
|
|
2902
|
-
#
|
|
2903
|
-
#
|
|
2904
|
-
#
|
|
2899
|
+
# Provides an Amazon Web Services service (the service that is specified
|
|
2900
|
+
# by `ServicePrincipal`) with permissions to view the structure of an
|
|
2901
|
+
# organization, create a [service-linked role][1] in all the accounts in
|
|
2902
|
+
# the organization, and allow the service to perform operations on
|
|
2903
|
+
# behalf of the organization and its accounts. Establishing these
|
|
2904
|
+
# permissions can be a first step in enabling the integration of an
|
|
2905
|
+
# Amazon Web Services service with Organizations.
|
|
2905
2906
|
#
|
|
2906
2907
|
# We recommend that you enable integration between Organizations and the
|
|
2907
2908
|
# specified Amazon Web Services service by using the console or commands
|
|
@@ -3393,8 +3394,9 @@ module Aws::Organizations
|
|
|
3393
3394
|
# support tags.
|
|
3394
3395
|
#
|
|
3395
3396
|
# * A newly created account has a waiting period before it can be
|
|
3396
|
-
# removed from its organization.
|
|
3397
|
-
#
|
|
3397
|
+
# removed from its organization. You must wait until at least seven
|
|
3398
|
+
# days after the account was created. Invited accounts aren't subject
|
|
3399
|
+
# to this waiting period.
|
|
3398
3400
|
#
|
|
3399
3401
|
# * If you are using an organization principal to call
|
|
3400
3402
|
# `LeaveOrganization` across multiple accounts, you can only do this
|
|
@@ -5806,7 +5808,7 @@ module Aws::Organizations
|
|
|
5806
5808
|
tracer: tracer
|
|
5807
5809
|
)
|
|
5808
5810
|
context[:gem_name] = 'aws-sdk-organizations'
|
|
5809
|
-
context[:gem_version] = '1.
|
|
5811
|
+
context[:gem_version] = '1.100.0'
|
|
5810
5812
|
Seahorse::Client::Request.new(handlers, context)
|
|
5811
5813
|
end
|
|
5812
5814
|
|
|
@@ -605,9 +605,9 @@ module Aws::Organizations
|
|
|
605
605
|
# for this account.
|
|
606
606
|
#
|
|
607
607
|
# * WAIT\_PERIOD\_ACTIVE: After you create an Amazon Web Services
|
|
608
|
-
# account,
|
|
609
|
-
#
|
|
610
|
-
#
|
|
608
|
+
# account, you must wait until at least seven days after the account
|
|
609
|
+
# was created. Invited accounts aren't subject to this waiting
|
|
610
|
+
# period.
|
|
611
611
|
#
|
|
612
612
|
#
|
|
613
613
|
#
|
|
@@ -1598,7 +1598,8 @@ module Aws::Organizations
|
|
|
1598
1598
|
#
|
|
1599
1599
|
# The `AvailablePolicyTypes` part of the response is deprecated, and
|
|
1600
1600
|
# you shouldn't use it in your apps. It doesn't include any policy
|
|
1601
|
-
# type supported by Organizations other than SCPs.
|
|
1601
|
+
# type supported by Organizations other than SCPs. In the China
|
|
1602
|
+
# (Ningxia) Region, no policy type is included. To determine which
|
|
1602
1603
|
# policy types are enabled in your organization, use the ` ListRoots `
|
|
1603
1604
|
# operation.
|
|
1604
1605
|
# @return [Types::Organization]
|
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.100.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: 2024-09-
|
|
11
|
+
date: 2024-09-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|