aws-sdk-rolesanywhere 1.50.0 → 1.52.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: c68f7179d2641b92fc5f55c23b455ee11404e8906bc2be2f6f911baa0dace501
4
- data.tar.gz: 1ec4c356c3270d7e095f90cfc8a7555432969622e57d56521cfa852f68817a02
3
+ metadata.gz: 4974c807fe4b4cfbdfcacb933090884c4a2dd227b0c86d5ac991bd6cf4ef5a10
4
+ data.tar.gz: 35804d978984840e31e1954dead91226bcd29470fdaa77a903fb62c5381a95a9
5
5
  SHA512:
6
- metadata.gz: 6ad415ca42aa33be139a00bcfae80f16ace35610536d08e65ae2e0a5463c8d72185892495528f93a70606f770cd0c2b2e0cf4294af5d6ed33e17a911f838c24a
7
- data.tar.gz: b1daf6d4315a504537cc861872a96fcaf212765c3f6fb88d303bdc8dc880b0fdbeb558b70aa5af42936b85a949239b0e2289f9879ce9c7a4ec7b46e17cabd534
6
+ metadata.gz: 686845a503da1caaa4e339ea7e161062f51a32e3a4935662ba868d2d903dc2e8df0ca67a558147120bb0f781780f14d938d88786ab60339528942a777367d4b6
7
+ data.tar.gz: a3206dc9714c087218a6a704c7da7c015f9ce4f5cb980180217375c2b730e6d475bd2ab8fb0bcc03335fca8ad0ef4d2dbcfb89115536b57d8e458019681a349f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.52.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.51.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.50.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.52.0
@@ -199,7 +199,7 @@ module Aws::RolesAnywhere
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::RolesAnywhere
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. This is default value if
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` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
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
@@ -2231,7 +2229,7 @@ module Aws::RolesAnywhere
2231
2229
  tracer: tracer
2232
2230
  )
2233
2231
  context[:gem_name] = 'aws-sdk-rolesanywhere'
2234
- context[:gem_version] = '1.50.0'
2232
+ context[:gem_version] = '1.52.0'
2235
2233
  Seahorse::Client::Request.new(handlers, context)
2236
2234
  end
2237
2235
 
@@ -55,7 +55,7 @@ module Aws::RolesAnywhere
55
55
  autoload :EndpointProvider, 'aws-sdk-rolesanywhere/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-rolesanywhere/endpoints'
57
57
 
58
- GEM_VERSION = '1.50.0'
58
+ GEM_VERSION = '1.52.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -95,7 +95,7 @@ module Aws
95
95
  {
96
96
  key: ::String,
97
97
  value: ::String
98
- },
98
+ }
99
99
  ],
100
100
  ?accept_role_session_name: bool
101
101
  ) -> _CreateProfileResponseSuccess
@@ -120,7 +120,7 @@ module Aws
120
120
  {
121
121
  key: ::String,
122
122
  value: ::String
123
- },
123
+ }
124
124
  ],
125
125
  ?notification_settings: Array[
126
126
  {
@@ -128,7 +128,7 @@ module Aws
128
128
  event: ("CA_CERTIFICATE_EXPIRY" | "END_ENTITY_CERTIFICATE_EXPIRY"),
129
129
  threshold: ::Integer?,
130
130
  channel: ("ALL")?
131
- },
131
+ }
132
132
  ]
133
133
  ) -> _CreateTrustAnchorResponseSuccess
134
134
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateTrustAnchorResponseSuccess
@@ -288,7 +288,7 @@ module Aws
288
288
  {
289
289
  key: ::String,
290
290
  value: ::String
291
- },
291
+ }
292
292
  ],
293
293
  trust_anchor_arn: ::String
294
294
  ) -> _ImportCrlResponseSuccess
@@ -363,7 +363,7 @@ module Aws
363
363
  mapping_rules: Array[
364
364
  {
365
365
  specifier: ::String
366
- },
366
+ }
367
367
  ]
368
368
  ) -> _PutAttributeMappingResponseSuccess
369
369
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutAttributeMappingResponseSuccess
@@ -381,7 +381,7 @@ module Aws
381
381
  event: ("CA_CERTIFICATE_EXPIRY" | "END_ENTITY_CERTIFICATE_EXPIRY"),
382
382
  threshold: ::Integer?,
383
383
  channel: ("ALL")?
384
- },
384
+ }
385
385
  ]
386
386
  ) -> _PutNotificationSettingsResponseSuccess
387
387
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutNotificationSettingsResponseSuccess
@@ -397,7 +397,7 @@ module Aws
397
397
  {
398
398
  event: ("CA_CERTIFICATE_EXPIRY" | "END_ENTITY_CERTIFICATE_EXPIRY"),
399
399
  channel: ("ALL")?
400
- },
400
+ }
401
401
  ]
402
402
  ) -> _ResetNotificationSettingsResponseSuccess
403
403
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ResetNotificationSettingsResponseSuccess
@@ -412,7 +412,7 @@ module Aws
412
412
  {
413
413
  key: ::String,
414
414
  value: ::String
415
- },
415
+ }
416
416
  ]
417
417
  ) -> _TagResourceResponseSuccess
418
418
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-rolesanywhere
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.50.0
4
+ version: 1.52.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.247.0
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.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement