aws-sdk-ssmsap 1.44.0 → 1.45.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: 5dd5a8f35f92e24ffcfea5c5f290ef9fbf5aaeb6a217d004804eb304f6aa98bd
4
- data.tar.gz: 4a8f79b5c48fcbddb58b586c1d44f5432b5e7622bb1de8819ee73fa7f361cb2b
3
+ metadata.gz: 40a451d16cd473ef7d30e7aa300fd59da6311fefab08749d6b0b54c085adf67e
4
+ data.tar.gz: cdc68aa329cf0676a40de4704f99108808bc05701029020e19f522e83fa1e198
5
5
  SHA512:
6
- metadata.gz: 747e96a4f5fb02dab81c1755b84c2cdfd1a12a37f6f2fd7708fc134ce8910d5059bcdca6316c74aa237e23b56af346c5ed2d4b9803515c8bf2bccc81a72dcae5
7
- data.tar.gz: 38f3c0680c9ea8b69ff9824b6e7213adffb26b0a374aa14933402fd5b78d9588bbf7c722d6e49ea38b2e66803303b294dae6a4a32f5e66a80517bafd24b1e7d2
6
+ metadata.gz: ac9a216347763100c558f9edd638073c7846004fb5c9888e8650b5e485f752341eb2e288a3034c59d896f188e2eb76ff9b19fd4b4e8f57e96b7c7d4fdb5c1e86
7
+ data.tar.gz: 6df9fa0168ab53eea7be91e32b1af6751b4657ef9dd8da80d4ad07a8f7188eda4c3a7449de24d9fe7276fa5e44fbb7c19e4d60b0f918971a30040d5a155a3a06
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.45.0 (2025-10-27)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.44.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.44.0
1
+ 1.45.0
@@ -1797,7 +1797,7 @@ module Aws::SsmSap
1797
1797
  tracer: tracer
1798
1798
  )
1799
1799
  context[:gem_name] = 'aws-sdk-ssmsap'
1800
- context[:gem_version] = '1.44.0'
1800
+ context[:gem_version] = '1.45.0'
1801
1801
  Seahorse::Client::Request.new(handlers, context)
1802
1802
  end
1803
1803
 
@@ -13,22 +13,22 @@ module Aws::SsmSap
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::SsmSap
54
54
  autoload :EndpointProvider, 'aws-sdk-ssmsap/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-ssmsap/endpoints'
56
56
 
57
- GEM_VERSION = '1.44.0'
57
+ GEM_VERSION = '1.45.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-ssmsap
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.44.0
4
+ version: 1.45.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services