aws-sdk-arczonalshift 1.39.0 → 1.40.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-arczonalshift/client.rb +1 -1
- data/lib/aws-sdk-arczonalshift/endpoint_parameters.rb +4 -4
- data/lib/aws-sdk-arczonalshift.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: ad788d17d981782b7a4ed56950e6308df028babd68f42a830980a5ca76e21d73
|
4
|
+
data.tar.gz: a64d0126304ea5b33cb3552c42c241afb7bc89a2a16c5b7fc06e4b8e6140667a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d2548691f81861fe1e86fcfddbaca77117b96709057e4563e3a73cffc675d13330393a6cad292438a4b73401290af62c783715ed3eec1e55bb47c1c9474ab14
|
7
|
+
data.tar.gz: 3d09f597176e703a40971a957108ee3633cd8ca90eca23dfd2d6eabac22cc370dd2f3934f8866729b857d62138c31b837e6f71c390d14c494b2e432e356f1017
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.40.0
|
@@ -1581,7 +1581,7 @@ module Aws::ARCZonalShift
|
|
1581
1581
|
tracer: tracer
|
1582
1582
|
)
|
1583
1583
|
context[:gem_name] = 'aws-sdk-arczonalshift'
|
1584
|
-
context[:gem_version] = '1.
|
1584
|
+
context[:gem_version] = '1.40.0'
|
1585
1585
|
Seahorse::Client::Request.new(handlers, context)
|
1586
1586
|
end
|
1587
1587
|
|
@@ -13,22 +13,22 @@ module Aws::ARCZonalShift
|
|
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,
|