aws-sdk-organizations 1.58.0 → 1.62.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: fc243d884f5c39fb4be5836fb63f45533bac3f5f272f6209acfaff49f78af491
4
+ data.tar.gz: 29509a5d673e855e3814a46b33f0909481428afd1087046cb411781f34391681
5
5
  SHA512:
6
- metadata.gz: e55d46ba76ea94148810c499772fc726a397520d5308e245481bd5f77de59aeb82d588a72a10211d261beddf2e0a0b7076e918bec2d2823d3d20bd619a4504d4
7
- data.tar.gz: 8a45817eac6faff06bb8dca6bae81d0d28a4956c9b113bd2099bbb841671f61f0613aec52027551be2718286a7180b21012bdcd0b4e453da03adaf3c98a356fb
6
+ metadata.gz: 9525624f78d4f67386369727f8e946b969d9430f0d5dbca9b91dba944fac6edda26c72e587140f8f8abc67c52d71bc84d76bb3709de3f147cca0e9b8f8ea9630
7
+ data.tar.gz: da1d46745f8a041510f196fed35f1155b75d91e2512590a251d170e246374797cca50fe549564144df173772c942dc2323468aa7f7b1b4e65b9179a1db4552f5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.62.0 (2021-09-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.61.0 (2021-07-30)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.60.0 (2021-07-28)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.59.0 (2021-04-29)
20
+ ------------------
21
+
22
+ * Feature - Minor text updates for AWS Organizations API Reference
23
+
4
24
  1.58.0 (2021-03-10)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.62.0
@@ -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.62.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
@@ -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.62.0'
52
52
 
53
53
  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.58.0
4
+ version: 1.62.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-09-01 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.112.0
22
+ version: 3.120.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.112.0
32
+ version: 3.120.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -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:
@@ -76,15 +76,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
76
76
  requirements:
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: '0'
79
+ version: '2.3'
80
80
  required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  requirements:
82
82
  - - ">="
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