aws-sdk-organizations 1.145.0 → 1.146.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 +1 -1
- data/lib/aws-sdk-organizations/types.rb +6 -0
- 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: 99e638ca21535f4bf3c4cc1679fa8c64519283457cb3bac2cfc88b1daac317f6
|
|
4
|
+
data.tar.gz: 99ea6f9cac78649b85b5a3e061402d0a26c4789743209c199f59e9dbfc49372e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b3b0c175bdec5c58fb014d19b1e2f3296197bb24852e33ae75ba92fa5cd13e5a9377337ba8ed3cff1bc7ca16991669363cdfaa9d0d935d22b38601c429e73c2d
|
|
7
|
+
data.tar.gz: f723e428d048b0ebcc673167c59930262b4b4a6e0ff05bd25c224b53300138b93c07b6224999d7ffbf620010021596c3c97fbfb2fc283f1ff09b738c77f61450
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.146.0 (2026-08-11)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Documentation update for AWS Organizations that clarifies valid input values for the HandshakePartyType parameter in the InviteAccountToOrganization. API ORGANIZATION is valid in responses only. valid input values are ACCOUNT and EMAIL
|
|
8
|
+
|
|
4
9
|
1.145.0 (2026-08-04)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.146.0
|
|
@@ -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.146.0'
|
|
6797
6797
|
Seahorse::Client::Request.new(handlers, context)
|
|
6798
6798
|
end
|
|
6799
6799
|
|
|
@@ -2582,6 +2582,12 @@ module Aws::Organizations
|
|
|
2582
2582
|
#
|
|
2583
2583
|
# @!attribute [rw] type
|
|
2584
2584
|
# The type of ID for the participant.
|
|
2585
|
+
#
|
|
2586
|
+
# <note markdown="1"> ORGANIZATION is valid only in the response context (identifying the
|
|
2587
|
+
# inviting organization). Valid input values for the Target parameter
|
|
2588
|
+
# are ACCOUNT and EMAIL only.
|
|
2589
|
+
#
|
|
2590
|
+
# </note>
|
|
2585
2591
|
# @return [String]
|
|
2586
2592
|
#
|
|
2587
2593
|
# @see http://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/HandshakeParty AWS API Documentation
|