aws-sdk-organizations 1.139.0 → 1.141.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-organizations/client.rb +6 -8
- data/lib/aws-sdk-organizations.rb +1 -1
- data/sig/client.rbs +8 -8
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8f3cc235c80804be715dfb2a34d9fd1d0bab2a7c273817edc935a768dd996253
|
|
4
|
+
data.tar.gz: ea8f6d60cf7f8471bc8f2db3b8f981ebac9859a115ae2edbf037e6c18f1d302c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8dacdfd4eac04a6284ccba184c3cbd45b54de3dfa6fb9842e7a507ccbf84bc130f5cec0a555401dec09bf674f76b5aab604a0f1f78107e6e0702049b394397e6
|
|
7
|
+
data.tar.gz: 369ea1aa99a59f5af617472ca95bb1a91db2bcd108705821314dd82e29f0cb895259f2e8d1a698b7fcb6928fbfe06a5700361dccb109c7c96e7f9786df65b2ca
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.141.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.140.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.139.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.141.0
|
|
@@ -199,7 +199,7 @@ module Aws::Organizations
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::Organizations
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -6744,7 +6742,7 @@ module Aws::Organizations
|
|
|
6744
6742
|
tracer: tracer
|
|
6745
6743
|
)
|
|
6746
6744
|
context[:gem_name] = 'aws-sdk-organizations'
|
|
6747
|
-
context[:gem_version] = '1.
|
|
6745
|
+
context[:gem_version] = '1.141.0'
|
|
6748
6746
|
Seahorse::Client::Request.new(handlers, context)
|
|
6749
6747
|
end
|
|
6750
6748
|
|
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.
|
|
4
|
+
version: 1.141.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|