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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 99b2e2acc3d66a07d0db30e6790423295217eae725369a7036cb59178bf65480
4
- data.tar.gz: 6379c61fa71eb5fd5300c92d80611b9900ddd2c4258b85be01e9aafb4f514714
3
+ metadata.gz: 99e638ca21535f4bf3c4cc1679fa8c64519283457cb3bac2cfc88b1daac317f6
4
+ data.tar.gz: 99ea6f9cac78649b85b5a3e061402d0a26c4789743209c199f59e9dbfc49372e
5
5
  SHA512:
6
- metadata.gz: 5660c4fb00b2d51a5170ceb8c82a6990c21380d98c3e63563e2170fa6657d632947c9c067f7ec7e8fb739bec48e97ab36f862e147454a8053d898e7c908c622e
7
- data.tar.gz: 8ce2e6617d5d698d52bdc4cb234f29712120e3ed9e4f1094cae7b9e1fb6aadd6f57a335e86ac52562d8dad2747a5d09b337805ba6a73af3d9ed1c064a7fa7146
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.145.0
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.145.0'
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
@@ -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.145.0'
57
+ GEM_VERSION = '1.146.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.145.0
4
+ version: 1.146.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services