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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-wellarchitected/client.rb +1 -1
- data/lib/aws-sdk-wellarchitected/endpoint_parameters.rb +4 -4
- data/lib/aws-sdk-wellarchitected.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7ba8b1bb21bce201e10b2f499656c90bd2d170f1c3a8c48faf66f325e5770f0e
|
4
|
+
data.tar.gz: fcc0890c3202af0085a28ba1eaacb9d0021e2c267bb95cd4daa5c2db398058be
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 261dacf24e96f45a4a42948ed168ff91ba7939fb0ebc69bfeb26cfc2e8ee7daefc7e0af5d7ae83ea5f98a91fa7761758515228cb1d2d877fbe165d433c23b324
|
7
|
+
data.tar.gz: d09aa7cd5471cfa3e56d88a33b1c10873a88eed38affcbc25a2fa8c8168a93595aff1312ff7bf1b2909f1eab2885137d7f285101b179b9edb2a7bec14bb8dbdb
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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 [
|
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 [
|
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 [
|
26
|
+
# @return [boolean]
|
27
27
|
#
|
28
28
|
# @!attribute endpoint
|
29
29
|
# Override the endpoint used to send this request
|
30
30
|
#
|
31
|
-
# @return [
|
31
|
+
# @return [string]
|
32
32
|
#
|
33
33
|
EndpointParameters = Struct.new(
|
34
34
|
:region,
|