aws-sdk-rolesanywhere 1.41.0 → 1.42.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: 22e51edf744e7368a9aba3caafe91bf91d4153934fe3eea126e5dd0df18dfaf6
4
- data.tar.gz: efb42d075bb723db30de45a12dacefce73c031d609e4006712e5075a0edf5cf3
3
+ metadata.gz: 82ebc62d50ee8a763cbef87378b4486de844a6952cf887fa8fc915f9f56c71d9
4
+ data.tar.gz: 2f5d348b8118a03ab697ff513672af342950b8f02f71715f238c5a4b3f858e7a
5
5
  SHA512:
6
- metadata.gz: ffdd4bc6d6ff8aa46d504ee860ec85d7e921dd467912812d218bda9eb8386f23e7bb0eb96619fbe84dbb3c52dcdfbfca6ebe322f0ffbe5dc0bae9efa98526a14
7
- data.tar.gz: ec1790f4fb96ff8b453d30498442058c458bdc4a40d200cdabe214643e69de889992e6b443320b6e2c0051c7b499d3a8a0535169aa364c03a45ac63bd48600c6
6
+ metadata.gz: '092abb44b2406ef74740f3188e9fe37c0168d85db24023f2576f9afa1190ef30b69ef4498c7a39a27ab6cd79a45e626cad224da2d13b39d7139d4ecddafcdb42'
7
+ data.tar.gz: a976b1f7afe0911fd7b3665b2dc1b73f45cba6f8837650b0201e8558280b71d303ca41d88947973dc50c6f54da8f75d9b529c4dd919dbda9588922191885b09c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.0 (2025-10-17)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.41.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.42.0
@@ -2048,7 +2048,7 @@ module Aws::RolesAnywhere
2048
2048
  tracer: tracer
2049
2049
  )
2050
2050
  context[:gem_name] = 'aws-sdk-rolesanywhere'
2051
- context[:gem_version] = '1.41.0'
2051
+ context[:gem_version] = '1.42.0'
2052
2052
  Seahorse::Client::Request.new(handlers, context)
2053
2053
  end
2054
2054
 
@@ -13,22 +13,22 @@ module Aws::RolesAnywhere
13
13
  # @!attribute region
14
14
  # The AWS region used to dispatch the request.
15
15
  #
16
- # @return [String]
16
+ # @return [string]
17
17
  #
18
18
  # @!attribute use_dual_stack
19
19
  # When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
20
20
  #
21
- # @return [Boolean]
21
+ # @return [boolean]
22
22
  #
23
23
  # @!attribute use_fips
24
24
  # When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.
25
25
  #
26
- # @return [Boolean]
26
+ # @return [boolean]
27
27
  #
28
28
  # @!attribute endpoint
29
29
  # Override the endpoint used to send this request
30
30
  #
31
- # @return [String]
31
+ # @return [string]
32
32
  #
33
33
  EndpointParameters = Struct.new(
34
34
  :region,
@@ -54,7 +54,7 @@ module Aws::RolesAnywhere
54
54
  autoload :EndpointProvider, 'aws-sdk-rolesanywhere/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-rolesanywhere/endpoints'
56
56
 
57
- GEM_VERSION = '1.41.0'
57
+ GEM_VERSION = '1.42.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-rolesanywhere
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.41.0
4
+ version: 1.42.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services