aws-sdk-organizations 1.144.0 → 1.145.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 +13 -13
- data/lib/aws-sdk-organizations.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 99b2e2acc3d66a07d0db30e6790423295217eae725369a7036cb59178bf65480
|
|
4
|
+
data.tar.gz: 6379c61fa71eb5fd5300c92d80611b9900ddd2c4258b85be01e9aafb4f514714
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5660c4fb00b2d51a5170ceb8c82a6990c21380d98c3e63563e2170fa6657d632947c9c067f7ec7e8fb739bec48e97ab36f862e147454a8053d898e7c908c622e
|
|
7
|
+
data.tar.gz: 8ce2e6617d5d698d52bdc4cb234f29712120e3ed9e4f1094cae7b9e1fb6aadd6f57a335e86ac52562d8dad2747a5d09b337805ba6a73af3d9ed1c064a7fa7146
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.145.0
|
|
@@ -508,11 +508,11 @@ module Aws::Organizations
|
|
|
508
508
|
# CloudTrail, available only in the management account's event history.
|
|
509
509
|
# If the account was standalone and joined a new organization, an
|
|
510
510
|
# `AccountJoinedOrganization` event is logged with
|
|
511
|
-
# `joinedMethod:
|
|
511
|
+
# `joinedMethod:INVITED` and `joinedTime` fields. If the account
|
|
512
512
|
# departed one organization and joined another, both an
|
|
513
|
-
# `AccountDepartedOrganization` event with `
|
|
514
|
-
# `
|
|
515
|
-
# `joinedMethod:
|
|
513
|
+
# `AccountDepartedOrganization` event with `departureMethod:LEFT` and
|
|
514
|
+
# `departureTime` and an `AccountJoinedOrganization` event with
|
|
515
|
+
# `joinedMethod:INVITED` and `joinedTime` are logged in their respective
|
|
516
516
|
# management accounts.
|
|
517
517
|
#
|
|
518
518
|
#
|
|
@@ -910,7 +910,7 @@ module Aws::Organizations
|
|
|
910
910
|
# After the permanent termination of the account after the 90-day
|
|
911
911
|
# waiting period, Organizations logs a membership event in CloudTrail.
|
|
912
912
|
# The event is an `AccountDepartedOrganization` event with
|
|
913
|
-
# `
|
|
913
|
+
# `departureMethod:CLEANED` and `departureTime`. This event is available
|
|
914
914
|
# only in the management account's event history.
|
|
915
915
|
#
|
|
916
916
|
#
|
|
@@ -1503,7 +1503,7 @@ module Aws::Organizations
|
|
|
1503
1503
|
#
|
|
1504
1504
|
# The `AccountJoinedOrganization` event is logged in CloudTrail and is
|
|
1505
1505
|
# available only in the management account's event history. This event
|
|
1506
|
-
# includes `joinedMethod:
|
|
1506
|
+
# includes `joinedMethod:INVITED` and `joinedTime` fields to provide
|
|
1507
1507
|
# context on how and when the account joined the organization.
|
|
1508
1508
|
#
|
|
1509
1509
|
#
|
|
@@ -2013,8 +2013,8 @@ module Aws::Organizations
|
|
|
2013
2013
|
#
|
|
2014
2014
|
# When an organization is deleted, Organizations logs a membership event
|
|
2015
2015
|
# in CloudTrail. The event is an `AccountDepartedOrganization` event
|
|
2016
|
-
# with `
|
|
2017
|
-
# only in the management account's event history.
|
|
2016
|
+
# with `departureMethod:LEFT` and `departureTime`. This event is
|
|
2017
|
+
# available only in the management account's event history.
|
|
2018
2018
|
#
|
|
2019
2019
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
2020
2020
|
#
|
|
@@ -3763,8 +3763,8 @@ module Aws::Organizations
|
|
|
3763
3763
|
#
|
|
3764
3764
|
# When an account leaves an organization, Organizations logs a
|
|
3765
3765
|
# membership event in CloudTrail. The event is an
|
|
3766
|
-
# `AccountDepartedOrganization` event with `
|
|
3767
|
-
# `
|
|
3766
|
+
# `AccountDepartedOrganization` event with `departureMethod:LEFT` and
|
|
3767
|
+
# `departureTime`. This event is available only in the management
|
|
3768
3768
|
# account's event history.
|
|
3769
3769
|
#
|
|
3770
3770
|
# * The management account in an organization with all features enabled
|
|
@@ -6237,8 +6237,8 @@ module Aws::Organizations
|
|
|
6237
6237
|
#
|
|
6238
6238
|
# When an account is removed from an organization, Organizations logs a
|
|
6239
6239
|
# membership event in CloudTrail. The event is an
|
|
6240
|
-
# `AccountDepartedOrganization` event with `
|
|
6241
|
-
# `
|
|
6240
|
+
# `AccountDepartedOrganization` event with `departureMethod:REMOVED` and
|
|
6241
|
+
# `departureTime`. This event is available only in the management
|
|
6242
6242
|
# account's event history.
|
|
6243
6243
|
#
|
|
6244
6244
|
# * You can remove an account from your organization only if the account
|
|
@@ -6793,7 +6793,7 @@ module Aws::Organizations
|
|
|
6793
6793
|
tracer: tracer
|
|
6794
6794
|
)
|
|
6795
6795
|
context[:gem_name] = 'aws-sdk-organizations'
|
|
6796
|
-
context[:gem_version] = '1.
|
|
6796
|
+
context[:gem_version] = '1.145.0'
|
|
6797
6797
|
Seahorse::Client::Request.new(handlers, context)
|
|
6798
6798
|
end
|
|
6799
6799
|
|