aws-sdk-configservice 1.139.0 → 1.140.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: 6181dba09f14cb73feb1f9e34758b845d8d317a8c94a2ac96b17bf58e89e779a
4
- data.tar.gz: 7b4d8e9a4f92749c280d52f8ec91c1119f09e7bfd1695a5daee1886b80eb0659
3
+ metadata.gz: 42aed4a6d45f289e39fb491c843718a5382020fa74e64467ad14c18e228d504d
4
+ data.tar.gz: a7fd7ba635f86ad44f9e2bcf92ac9d2cdfe3e6dbfa481a6c453b99737a73a4ec
5
5
  SHA512:
6
- metadata.gz: 8202e725903a207aeb0a69d916835099f21eeaa005ab8607c17f7f88c8dba9b779dc4bfb4771d8cd2b667836cffe7d17d7ea03f2f9baf03eeb17aa7472e4c692
7
- data.tar.gz: 8f6d6a37b2c172935e74994cd68d10aaf9be69240dec509b37c3bbac066ad94b8ed3713886b9290bac763ed26c9ac2a10d8d733714e2094b67b560db4397ffb5
6
+ metadata.gz: 693fea40839e4481ece8c16af16f5906abbc571e02fce596d5918f262f26b57145309b2fd8975724e16bab78665f75274596bee7557001d95ce3070fc8924924
7
+ data.tar.gz: 31280fded4eb47db2275ce7cfd9d7b9e9dc02986185545df63837a34cc712f27739a2dc85f5a52c0979f342d84bbf7c2c02e6b0b959b05a742bf28c76e19ca8a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.140.0 (2025-10-23)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.139.0 (2025-10-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.139.0
1
+ 1.140.0
@@ -6612,7 +6612,7 @@ module Aws::ConfigService
6612
6612
  tracer: tracer
6613
6613
  )
6614
6614
  context[:gem_name] = 'aws-sdk-configservice'
6615
- context[:gem_version] = '1.139.0'
6615
+ context[:gem_version] = '1.140.0'
6616
6616
  Seahorse::Client::Request.new(handlers, context)
6617
6617
  end
6618
6618
 
@@ -13,22 +13,22 @@ module Aws::ConfigService
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::ConfigService
54
54
  autoload :EndpointProvider, 'aws-sdk-configservice/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-configservice/endpoints'
56
56
 
57
- GEM_VERSION = '1.139.0'
57
+ GEM_VERSION = '1.140.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-configservice
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.139.0
4
+ version: 1.140.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services