aws-sdk-ssmcontacts 1.52.0 → 1.53.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: a791e8c91e41899535827fa60a6e9f3947b24959317ee8a12a48ce4b8aa43c49
4
- data.tar.gz: 760a317a2dd088cb341f6bf8c9a867015a0ff611fb670bd4d538c47ab6505127
3
+ metadata.gz: 4affac9c83a62d246e41b594b5fda2b008b57e90fbef1082556a878ce91510cd
4
+ data.tar.gz: 815f8e6008acc183e91c895b3f245cdd437c4441cb828ca0fb8a28129f8f8903
5
5
  SHA512:
6
- metadata.gz: dc31150775941985f1ff2b804be59602d4dfd1d1b5aac74143b104af4116ac4f0690d1e477297b80a72773650f3b0a9487155589123228c74da9b7bd35b0d41a
7
- data.tar.gz: 03ba9e63238e101ac2aa6221ee29402330c12e597bc9c129cc0b667187295ba7060137e6c34d8f77d5deabfbad6d1b05bad5d3dd8695415f08cfa89838b4e304
6
+ metadata.gz: d72f712ff3b9f747d3adee9402752cbee12a9049a6abff514bdb5fa1d21912ec64c60d8ca66dd133d7f074b5a1c356eede2bbe04c427f33f6de7a25e62d79e87
7
+ data.tar.gz: ef36e1395e1abbf1e1f259fc74d3c41bfcf9c40d1d45e9014bf7c6cf396bb4ceb8a949085f0510c008382437a79433e3a28f31d1bfc8b7cf5710cd29dc74b83f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.53.0 (2025-10-16)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.52.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.52.0
1
+ 1.53.0
@@ -2458,7 +2458,7 @@ module Aws::SSMContacts
2458
2458
  tracer: tracer
2459
2459
  )
2460
2460
  context[:gem_name] = 'aws-sdk-ssmcontacts'
2461
- context[:gem_version] = '1.52.0'
2461
+ context[:gem_version] = '1.53.0'
2462
2462
  Seahorse::Client::Request.new(handlers, context)
2463
2463
  end
2464
2464
 
@@ -13,22 +13,22 @@ module Aws::SSMContacts
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::SSMContacts
54
54
  autoload :EndpointProvider, 'aws-sdk-ssmcontacts/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-ssmcontacts/endpoints'
56
56
 
57
- GEM_VERSION = '1.52.0'
57
+ GEM_VERSION = '1.53.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-ssmcontacts
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.52.0
4
+ version: 1.53.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services