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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: abe88330c5f6e81dc073399d9b3dd2855712debe98a69220a6b09c84225aebbd
4
- data.tar.gz: 12a10add6390e1d8290ce22651f67601a5678dd462026da43eba0b76a5f0e9b2
3
+ metadata.gz: 99b2e2acc3d66a07d0db30e6790423295217eae725369a7036cb59178bf65480
4
+ data.tar.gz: 6379c61fa71eb5fd5300c92d80611b9900ddd2c4258b85be01e9aafb4f514714
5
5
  SHA512:
6
- metadata.gz: 2cdac9b72f2f18a473d68afe91d9d9f235ca66caedc2992a5f7279acc1ea69b97a74624ada42c9da92516dbe8e73889c4a70d090c34cef3e084c4d073c35304c
7
- data.tar.gz: e307dee882e02e9480b7a4fa2d40ad9b3ed1e2f97da93274d482955b30a788e5fbef11fe05cd15b6e5dbd941b156a09c6b83f9ab884acfd95c1c339c76732722
6
+ metadata.gz: 5660c4fb00b2d51a5170ceb8c82a6990c21380d98c3e63563e2170fa6657d632947c9c067f7ec7e8fb739bec48e97ab36f862e147454a8053d898e7c908c622e
7
+ data.tar.gz: 8ce2e6617d5d698d52bdc4cb234f29712120e3ed9e4f1094cae7b9e1fb6aadd6f57a335e86ac52562d8dad2747a5d09b337805ba6a73af3d9ed1c064a7fa7146
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.145.0 (2026-08-04)
5
+ ------------------
6
+
7
+ * Feature - Improved accuracy of CloudTrail event documentation for AWS Organizations membership operations.
8
+
4
9
  1.144.0 (2026-07-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.144.0
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:Invited` and `joinedTime` fields. If the account
511
+ # `joinedMethod:INVITED` and `joinedTime` fields. If the account
512
512
  # departed one organization and joined another, both an
513
- # `AccountDepartedOrganization` event with `departedMethod:Left` and
514
- # `departedTime` and an `AccountJoinedOrganization` event with
515
- # `joinedMethod:Invited` and `joinedTime` are logged in their respective
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
- # `departedMethod:Cleaned` and `departedTime`. This event is available
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:Invited` and `joinedTime` fields to provide
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 `departedMethod:Left` and `departedTime`. This event is available
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 `departedMethod:Left` and
3767
- # `departedTime`. This event is available only in the management
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 `departedMethod:Removed` and
6241
- # `departedTime`. This event is available only in the management
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.144.0'
6796
+ context[:gem_version] = '1.145.0'
6797
6797
  Seahorse::Client::Request.new(handlers, context)
6798
6798
  end
6799
6799
 
@@ -54,7 +54,7 @@ module Aws::Organizations
54
54
  autoload :EndpointProvider, 'aws-sdk-organizations/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-organizations/endpoints'
56
56
 
57
- GEM_VERSION = '1.144.0'
57
+ GEM_VERSION = '1.145.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-organizations
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.144.0
4
+ version: 1.145.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services