aws-sdk-ram 1.87.0 → 1.89.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-ram/client.rb +6 -8
- data/lib/aws-sdk-ram.rb +1 -1
- data/sig/client.rbs +4 -4
- 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: b2a8700f40268c9fbf83622b4fe7fcc35dfe105fef83a53308752fcbb7c52701
|
|
4
|
+
data.tar.gz: eb8374737b856b18a0ab54d04c9d644b05378faf94d6892058ef957ad85a95d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b89e8a3da2eca43499bd94fd51e676bc9289e322ae7fe93855c45339b91606702aca9758ec25308c7aa987ef70ad95bf2255e6cd3b6d9f5409ab2af81a7738eb
|
|
7
|
+
data.tar.gz: 524982f3ba8a934ca5ebea508f8eac793c0d2fd641400959121441938bc6701513ea60815ea59565fcffdcba7327b42651dee9edcc4e0c82df3d86031fd3a1a5
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.89.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.88.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.87.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.89.0
|
data/lib/aws-sdk-ram/client.rb
CHANGED
|
@@ -199,7 +199,7 @@ module Aws::RAM
|
|
|
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::RAM
|
|
|
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
|
|
@@ -3582,7 +3580,7 @@ module Aws::RAM
|
|
|
3582
3580
|
tracer: tracer
|
|
3583
3581
|
)
|
|
3584
3582
|
context[:gem_name] = 'aws-sdk-ram'
|
|
3585
|
-
context[:gem_version] = '1.
|
|
3583
|
+
context[:gem_version] = '1.89.0'
|
|
3586
3584
|
Seahorse::Client::Request.new(handlers, context)
|
|
3587
3585
|
end
|
|
3588
3586
|
|
data/lib/aws-sdk-ram.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -135,7 +135,7 @@ module Aws
|
|
|
135
135
|
{
|
|
136
136
|
key: ::String?,
|
|
137
137
|
value: ::String?
|
|
138
|
-
}
|
|
138
|
+
}
|
|
139
139
|
]
|
|
140
140
|
) -> _CreatePermissionResponseSuccess
|
|
141
141
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePermissionResponseSuccess
|
|
@@ -167,7 +167,7 @@ module Aws
|
|
|
167
167
|
{
|
|
168
168
|
key: ::String?,
|
|
169
169
|
value: ::String?
|
|
170
|
-
}
|
|
170
|
+
}
|
|
171
171
|
],
|
|
172
172
|
?allow_external_principals: bool,
|
|
173
173
|
?client_token: ::String,
|
|
@@ -326,7 +326,7 @@ module Aws
|
|
|
326
326
|
{
|
|
327
327
|
tag_key: ::String?,
|
|
328
328
|
tag_values: Array[::String]?
|
|
329
|
-
}
|
|
329
|
+
}
|
|
330
330
|
],
|
|
331
331
|
?next_token: ::String,
|
|
332
332
|
?max_results: ::Integer,
|
|
@@ -557,7 +557,7 @@ module Aws
|
|
|
557
557
|
{
|
|
558
558
|
key: ::String?,
|
|
559
559
|
value: ::String?
|
|
560
|
-
}
|
|
560
|
+
}
|
|
561
561
|
],
|
|
562
562
|
?resource_arn: ::String
|
|
563
563
|
) -> _TagResourceResponseSuccess
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-ram
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.89.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
|