aws-sdk-organizations 1.58.0 → 1.59.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: 3b700ca46d377000ec945ca5bed18888118937b10475369bb829e6b1a32d6be9
4
- data.tar.gz: aa6b200c0ec51ee8b143b9d0e2d8fc80b4af1268b625b92d5b5c8ee79da041f1
3
+ metadata.gz: 0d798a49b1ec8b32a5345cb1eece1e461b5725ecc8a294c8c95a8c94169b23bf
4
+ data.tar.gz: 0c144b97a268f47111e0074eb818ff3df4478bf8dcc29f00ae9f46581e65496b
5
5
  SHA512:
6
- metadata.gz: e55d46ba76ea94148810c499772fc726a397520d5308e245481bd5f77de59aeb82d588a72a10211d261beddf2e0a0b7076e918bec2d2823d3d20bd619a4504d4
7
- data.tar.gz: 8a45817eac6faff06bb8dca6bae81d0d28a4956c9b113bd2099bbb841671f61f0613aec52027551be2718286a7180b21012bdcd0b4e453da03adaf3c98a356fb
6
+ metadata.gz: f962a16d9b8ed5aa7b11408fddf38b57caa87e226a99fadbff906c3727bbfe096fdd70702a1591b2a6337759e25686e56b25f69683338fc85f5129b473f32b3e
7
+ data.tar.gz: 2fae6dbbab9c02162fdb85be8429be5723d27fe40e44b9fcd196f35636bbc20eb4a5b575cc10795ca9b49ab3bc8df855ba289712f20cac05b4f05982bdacafde
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.0 (2021-04-29)
5
+ ------------------
6
+
7
+ * Feature - Minor text updates for AWS Organizations API Reference
8
+
4
9
  1.58.0 (2021-03-10)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.59.0
@@ -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.58.0'
51
+ GEM_VERSION = '1.59.0'
52
52
 
53
53
  end
@@ -701,7 +701,7 @@ module Aws::Organizations
701
701
  #
702
702
  # * Check the AWS CloudTrail log for the `CreateAccountResult` event.
703
703
  # For information on using AWS CloudTrail with AWS Organizations, see
704
- # [Monitoring the Activity in Your Organization][1] in the *AWS
704
+ # [Logging and monitoring in AWS Organizations][1] in the *AWS
705
705
  # Organizations User Guide.*
706
706
  #
707
707
  # The user who calls the API to create an account must have the
@@ -764,7 +764,7 @@ module Aws::Organizations
764
764
  #
765
765
  #
766
766
  #
767
- # [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_monitoring.html
767
+ # [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_security_incident-response.html#orgs_cloudtrail-integration
768
768
  # [2]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services.html#orgs_integrate_services-using_slrs
769
769
  # [3]: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_create.html
770
770
  # [4]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#leave-without-all-info
@@ -3088,6 +3088,10 @@ module Aws::Organizations
3088
3088
  # attached to the account object in the organization are deleted. AWS
3089
3089
  # accounts outside of an organization do not support tags.
3090
3090
  #
3091
+ # * A newly created account has a waiting period before it can be
3092
+ # removed from its organization. If you get an error that indicates
3093
+ # that a wait period is required, then try again in a few days.
3094
+ #
3091
3095
  #
3092
3096
  #
3093
3097
  # [1]: http://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_remove.html#leave-without-all-info
@@ -5424,7 +5428,7 @@ module Aws::Organizations
5424
5428
  params: params,
5425
5429
  config: config)
5426
5430
  context[:gem_name] = 'aws-sdk-organizations'
5427
- context[:gem_version] = '1.58.0'
5431
+ context[:gem_version] = '1.59.0'
5428
5432
  Seahorse::Client::Request.new(handlers, context)
5429
5433
  end
5430
5434
 
@@ -424,7 +424,7 @@ module Aws::Organizations
424
424
  #
425
425
  # </note>
426
426
  #
427
- # * ACCOUNT\_CANNOT\_LEAVE\_ORGANIZAION: You attempted to remove the
427
+ # * ACCOUNT\_CANNOT\_LEAVE\_ORGANIZATION: You attempted to remove the
428
428
  # management account from the organization. You can't remove the
429
429
  # management account. Instead, after you remove all member accounts,
430
430
  # delete the organization itself.
@@ -503,7 +503,7 @@ module Aws::Organizations
503
503
  # the same marketplace.
504
504
  #
505
505
  # * MASTER\_ACCOUNT\_MISSING\_BUSINESS\_LICENSE: Applies only to the AWS
506
- # Regions in China. To create an organization, the master must have an
506
+ # Regions in China. To create an organization, the master must have a
507
507
  # valid business license. For more information, contact customer
508
508
  # support.
509
509
  #
@@ -744,7 +744,7 @@ module Aws::Organizations
744
744
  # @return [String]
745
745
  #
746
746
  # @!attribute [rw] state
747
- # The status of the request.
747
+ # The status of the asynchronous request to create an AWS account.
748
748
  # @return [String]
749
749
  #
750
750
  # @!attribute [rw] requested_timestamp
@@ -777,8 +777,8 @@ module Aws::Organizations
777
777
  # @!attribute [rw] failure_reason
778
778
  # If the request failed, a description of the reason for the failure.
779
779
  #
780
- # * ACCOUNT\_LIMIT\_EXCEEDED: The account could not be created because
781
- # you have reached the limit on the number of accounts in your
780
+ # * ACCOUNT\_LIMIT\_EXCEEDED: The account couldn't be created because
781
+ # you reached the limit on the number of accounts in your
782
782
  # organization.
783
783
  #
784
784
  # * CONCURRENT\_ACCOUNT\_MODIFICATION: You already submitted a request
@@ -806,7 +806,7 @@ module Aws::Organizations
806
806
  #
807
807
  # * INTERNAL\_FAILURE: The account could not be created because of an
808
808
  # internal failure. Try again later. If the problem persists,
809
- # contact Customer Support.
809
+ # contact AWS Customer Support.
810
810
  #
811
811
  # * MISSING\_BUSINESS\_VALIDATION: The AWS account that owns your
812
812
  # organization has not received Business Validation.
@@ -1312,7 +1312,7 @@ module Aws::Organizations
1312
1312
  # delegated administrator.
1313
1313
  #
1314
1314
  # @!attribute [rw] service_principal
1315
- # The name of a service that can request an operation for the
1315
+ # The name of an AWS service that can request an operation for the
1316
1316
  # specified service. This is typically in the form of a URL, such as:
1317
1317
  # ` servicename.amazonaws.com`.
1318
1318
  # @return [String]
@@ -2124,9 +2124,9 @@ module Aws::Organizations
2124
2124
  # accounts exchange information as a series of handshake requests and
2125
2125
  # responses.
2126
2126
  #
2127
- # **Note:** Handshakes that are CANCELED, ACCEPTED, or DECLINED show up
2128
- # in lists for only 30 days after entering that state After that they
2129
- # are deleted.
2127
+ # **Note:** Handshakes that are `CANCELED`, `ACCEPTED`, or `DECLINED`
2128
+ # show up in lists for only 30 days after entering that state After that
2129
+ # they are deleted.
2130
2130
  #
2131
2131
  # @!attribute [rw] id
2132
2132
  # The unique identifier (ID) of a handshake. The originating account
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.58.0
4
+ version: 1.59.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: 2021-03-10 00:00:00.000000000 Z
11
+ date: 2021-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -66,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
66
66
  licenses:
67
67
  - Apache-2.0
68
68
  metadata:
69
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-organizations
70
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-organizations/CHANGELOG.md
69
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-organizations
70
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-organizations/CHANGELOG.md
71
71
  post_install_message:
72
72
  rdoc_options: []
73
73
  require_paths:
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
- rubyforge_project:
87
- rubygems_version: 2.7.6.2
86
+ rubygems_version: 3.1.6
88
87
  signing_key:
89
88
  specification_version: 4
90
89
  summary: AWS SDK for Ruby - Organizations