aws-sdk-ssm 1.203.0 → 1.204.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: 8dfa66aaa24ddf64be321eabf279432968beb39a201b43c8efe72ee76825a546
4
- data.tar.gz: 8d09f93351e0ca5aaa3e26cc264ae330c7e28e789b250be1261aaf936777a715
3
+ metadata.gz: 97c560e3bfbea224045e25b6e55214d0099bd391649c3ea719e1000d77076338
4
+ data.tar.gz: 29f43b1d5d5319689f438da06581ea75e5798090933fac6f88d2853918259b9a
5
5
  SHA512:
6
- metadata.gz: fd246a5a6fcb92f179d3f9f00f5052bbe56d5b265a55003a6ae89b1b73959545b6f93a53e858feb6663027b96f378ee6b26db25af2be41aa82657dee09b58cad
7
- data.tar.gz: 9adc6c47d4a0646b540fa0840090eef7d16df93d4d70d5b4a79b9e4bfe3ef2f375c1c1dd2a249dfc38202eb1005e16d8a515fc19c67aa2f1bd778eadd8b92eca
6
+ metadata.gz: a6be61764f90144ac8e8466420923bd56ea18bec1271dcf3a688808f868ad9795231e8b9bb1f098c66d75ad14c43191e769f0c3f0c982362276d98df34b7de3c
7
+ data.tar.gz: c9e58f46ecfd022498dedbc691df69faf31b468e0333eb80daf3d55648e3bd2277b526ed8ceb2df5eff6d54f397fb0dd0a77ecb1ad233194c6bf48a403aae93c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.204.0 (2025-10-16)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.203.0 (2025-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.203.0
1
+ 1.204.0
@@ -13548,7 +13548,7 @@ module Aws::SSM
13548
13548
  tracer: tracer
13549
13549
  )
13550
13550
  context[:gem_name] = 'aws-sdk-ssm'
13551
- context[:gem_version] = '1.203.0'
13551
+ context[:gem_version] = '1.204.0'
13552
13552
  Seahorse::Client::Request.new(handlers, context)
13553
13553
  end
13554
13554
 
@@ -13,22 +13,22 @@ module Aws::SSM
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,
data/lib/aws-sdk-ssm.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::SSM
55
55
  autoload :EndpointProvider, 'aws-sdk-ssm/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-ssm/endpoints'
57
57
 
58
- GEM_VERSION = '1.203.0'
58
+ GEM_VERSION = '1.204.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ssm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.203.0
4
+ version: 1.204.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services