aws-sdk-wellarchitected 1.59.0 → 1.60.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: 03ccdb1a225eefa41a99d04542f03da798e06d871fca2b5e2cc667f4af751cdf
4
- data.tar.gz: 1628c66ceb151956668c12db922d6c99f63259707904d3073f72339a0dde4a99
3
+ metadata.gz: 7ba8b1bb21bce201e10b2f499656c90bd2d170f1c3a8c48faf66f325e5770f0e
4
+ data.tar.gz: fcc0890c3202af0085a28ba1eaacb9d0021e2c267bb95cd4daa5c2db398058be
5
5
  SHA512:
6
- metadata.gz: acec7852878667f56bcd56892aa7d6280a222793aed6c731ce18e4cee521884667b701354384b0d6ef6619eb5f3a8feba6a0c35e4e6fb5c2d9a1eea5853615c9
7
- data.tar.gz: 14374c2f42d5d64afd28ad268fc79e88d721e643b6d329e321f19717daabb4d13c201d566e705a21d1c4012e3f99fa4c93b4d3fe90a7ee2746486e80bf63cc36
6
+ metadata.gz: 261dacf24e96f45a4a42948ed168ff91ba7939fb0ebc69bfeb26cfc2e8ee7daefc7e0af5d7ae83ea5f98a91fa7761758515228cb1d2d877fbe165d433c23b324
7
+ data.tar.gz: d09aa7cd5471cfa3e56d88a33b1c10873a88eed38affcbc25a2fa8c8168a93595aff1312ff7bf1b2909f1eab2885137d7f285101b179b9edb2a7bec14bb8dbdb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.60.0 (2025-10-17)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.59.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.59.0
1
+ 1.60.0
@@ -5250,7 +5250,7 @@ module Aws::WellArchitected
5250
5250
  tracer: tracer
5251
5251
  )
5252
5252
  context[:gem_name] = 'aws-sdk-wellarchitected'
5253
- context[:gem_version] = '1.59.0'
5253
+ context[:gem_version] = '1.60.0'
5254
5254
  Seahorse::Client::Request.new(handlers, context)
5255
5255
  end
5256
5256
 
@@ -13,22 +13,22 @@ module Aws::WellArchitected
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::WellArchitected
54
54
  autoload :EndpointProvider, 'aws-sdk-wellarchitected/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-wellarchitected/endpoints'
56
56
 
57
- GEM_VERSION = '1.59.0'
57
+ GEM_VERSION = '1.60.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-wellarchitected
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.59.0
4
+ version: 1.60.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services