aws-sdk-organizations 1.139.0 → 1.140.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: d36a88e2c529eec49e3f05596a55b6546622977fbe792829ac59a7a0563f9656
4
- data.tar.gz: 33ba6a3a98d7a5a5f17479186bea1c33337fff912548abdaf944329121b92955
3
+ metadata.gz: 74dedc70280ef3f4bf6f3caf880f6610309dee317de8eb568bc82daedfbbc3da
4
+ data.tar.gz: ffdd485efeb417ce2fa799257e9b5a2ec2a584a52dcc1ae832e6bc89d5134df3
5
5
  SHA512:
6
- metadata.gz: 7797a10c60edd83586b00122f9f9c43ad3cdcff1fa555a2542a7ae06e2d87b35e7e5a0a74c3d3daa180fb7c499a1390328b97a69dd5dc336a0554adb0edb8c00
7
- data.tar.gz: 6143687402b077e860a189210ef3d06dd52b0a9511736dd67411fd5ce2eb7d2f26adad66b2228c1e202603d1eee6c86d880b490b5f03c6a01c8be71a51737650
6
+ metadata.gz: 478a7e8cb020c07a8afc63caa749336dabeb72d93f72cf622400a9ba8a54edf47493bb08b1d355a0e05ad40346bca716d1e9e3a1a44bcf61bc696f6a46f95785
7
+ data.tar.gz: d43472c49f5ef9e4f26188a097551848b8fad5443af37f7c54a1708208571e98645c4f316cee8b5852f43b3c02498b899bbd94911cd66642c4958c772cc91fea
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.140.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.139.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.139.0
1
+ 1.140.0
@@ -6744,7 +6744,7 @@ module Aws::Organizations
6744
6744
  tracer: tracer
6745
6745
  )
6746
6746
  context[:gem_name] = 'aws-sdk-organizations'
6747
- context[:gem_version] = '1.139.0'
6747
+ context[:gem_version] = '1.140.0'
6748
6748
  Seahorse::Client::Request.new(handlers, context)
6749
6749
  end
6750
6750
 
@@ -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.139.0'
57
+ GEM_VERSION = '1.140.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -126,7 +126,7 @@ module Aws
126
126
  {
127
127
  key: ::String,
128
128
  value: ::String
129
- },
129
+ }
130
130
  ]
131
131
  ) -> _CreateAccountResponseSuccess
132
132
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateAccountResponseSuccess
@@ -145,7 +145,7 @@ module Aws
145
145
  {
146
146
  key: ::String,
147
147
  value: ::String
148
- },
148
+ }
149
149
  ]
150
150
  ) -> _CreateGovCloudAccountResponseSuccess
151
151
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateGovCloudAccountResponseSuccess
@@ -172,7 +172,7 @@ module Aws
172
172
  {
173
173
  key: ::String,
174
174
  value: ::String
175
- },
175
+ }
176
176
  ]
177
177
  ) -> _CreateOrganizationalUnitResponseSuccess
178
178
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateOrganizationalUnitResponseSuccess
@@ -191,7 +191,7 @@ module Aws
191
191
  {
192
192
  key: ::String,
193
193
  value: ::String
194
- },
194
+ }
195
195
  ]
196
196
  ) -> _CreatePolicyResponseSuccess
197
197
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePolicyResponseSuccess
@@ -385,7 +385,7 @@ module Aws
385
385
  {
386
386
  key: ::String,
387
387
  value: ::String
388
- },
388
+ }
389
389
  ]
390
390
  ) -> _InviteAccountToOrganizationResponseSuccess
391
391
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _InviteAccountToOrganizationResponseSuccess
@@ -408,7 +408,7 @@ module Aws
408
408
  {
409
409
  key: ::String,
410
410
  value: ::String
411
- },
411
+ }
412
412
  ]
413
413
  ) -> _InviteOrganizationToTransferResponsibilityResponseSuccess
414
414
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _InviteOrganizationToTransferResponsibilityResponseSuccess
@@ -707,7 +707,7 @@ module Aws
707
707
  {
708
708
  key: ::String,
709
709
  value: ::String
710
- },
710
+ }
711
711
  ]
712
712
  ) -> _PutResourcePolicyResponseSuccess
713
713
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutResourcePolicyResponseSuccess
@@ -732,7 +732,7 @@ module Aws
732
732
  {
733
733
  key: ::String,
734
734
  value: ::String
735
- },
735
+ }
736
736
  ]
737
737
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
738
738
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
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.139.0
4
+ version: 1.140.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services