aws-sdk-organizations 1.99.0 → 1.100.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: ee56be8c815509746b9b5005c19deda16885435dc936d33956936704b0682ec6
4
- data.tar.gz: e5817821c318201f40a610fcbee8071294be74c99f163750abd62e4c6d109ff9
3
+ metadata.gz: cad1634f26d7d97d7fef67e61831b440e3cbcbfa3fe55b1c9add0d0982eaa4f2
4
+ data.tar.gz: 8c6506b6a0da24b746f5e81be1d3353e0eee2951cce7555913b563f2f102527c
5
5
  SHA512:
6
- metadata.gz: 7f150696e14948f72a85429555d6c399a9d79cf263bae670c25735783b2657574d20e4b7e83a6aa83ff5023f93d83d6579e6b4d821a7491869fb35f36a85733d
7
- data.tar.gz: 3f5e4bf78ba0f29f949c2cba3eeb22cc97776acba8d4b071ef57ec6c961a752b5182a4d040a7204525a60ba66cb1a116a568e08dc0edc5106c00b6f9e2cecac5
6
+ metadata.gz: 0e1e9dba2a0dcb6c0754953886af729750edb04bb35abccf86733f128147fbeea20d3f038f7e9721a58e4564dbc7f9a75fe4cde46f4ad29012da3a6a889407be
7
+ data.tar.gz: 41d3130d98eb52fce102fa848ec47f5901f81d15f7787f7d794ed44f8ff70c722f4a2c8d0cc1bdf64cb82dd35b8791ee2f123ba0b8b1e21ec03c2d53867ca2d9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.100.0 (2024-09-16)
5
+ ------------------
6
+
7
+ * Feature - Doc only update for AWS Organizations that fixes several customer-reported issues
8
+
4
9
  1.99.0 (2024-09-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.99.0
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
- # * Using `CreateAccount` to create multiple temporary accounts isn't
932
- # recommended. You can only close an account from the Billing and Cost
933
- # Management console, and you must be signed in as the root user. For
934
- # information on the requirements and process for closing an account,
935
- # see [Closing a member account in your organization][6] in the
936
- # *Organizations User Guide*.
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:/n/n
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
- # Enables the integration of an Amazon Web Services service (the service
2900
- # that is specified by `ServicePrincipal`) with Organizations. When you
2901
- # enable integration, you allow the specified service to create a
2902
- # [service-linked role][1] in all the accounts in your organization.
2903
- # This allows the service to perform operations on your behalf in your
2904
- # organization and its accounts.
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. If you get an error that indicates
3397
- # that a wait period is required, then try again in a few days.
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.99.0'
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, there is a waiting period before you can remove it from the
609
- # organization. If you get an error that indicates that a wait period
610
- # is required, try again in a few days.
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. To determine which
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]
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-organizations/customizations'
52
52
  # @!group service
53
53
  module Aws::Organizations
54
54
 
55
- GEM_VERSION = '1.99.0'
55
+ GEM_VERSION = '1.100.0'
56
56
 
57
57
  end
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.99.0
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 00:00:00.000000000 Z
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