aws-sdk-arczonalshift 1.30.0 → 1.31.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 +2 -11
- data/lib/aws-sdk-arczonalshift/types.rb +0 -2
- data/lib/aws-sdk-arczonalshift.rb +1 -1
- data/sig/types.rbs +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 30353ff391bb4fc83071275dc0790c5628a9cbca7b208fb96019d184eb5af3cd
|
4
|
+
data.tar.gz: a0bf4467d31e6b53afc28288c78e72b01b41209a2bc1ce54027cccb6707d2c95
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 803ebfe4816d28beb3b4a448f35f417040ef712f1e2187617b2aab35b76ba76622b2889bc582ea11731526d6fbf5a471890c51317284e042999e52ede7b27dbc
|
7
|
+
data.tar.gz: 8cd7978bca2cdf21fba291b83d77f8231c4212963da02a2800e9e8fa594b2921b27f275cdafe778a03970af7af4be4fb03452c72170824511263c5e80bfb9cf6
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.31.0
|
@@ -892,16 +892,7 @@ module Aws::ARCZonalShift
|
|
892
892
|
|
893
893
|
# Lists all active and completed zonal shifts in Amazon Route 53
|
894
894
|
# Application Recovery Controller in your Amazon Web Services account in
|
895
|
-
# this Amazon Web Services Region.
|
896
|
-
# customer-initiated zonal shifts, as well as practice run zonal shifts
|
897
|
-
# that ARC started on your behalf for zonal autoshift.
|
898
|
-
#
|
899
|
-
# For more information about listing autoshifts, see
|
900
|
-
# [">ListAutoshifts][1].
|
901
|
-
#
|
902
|
-
#
|
903
|
-
#
|
904
|
-
# [1]: https://docs.aws.amazon.com/arc-zonal-shift/latest/api/API_ListAutoshifts.html
|
895
|
+
# this Amazon Web Services Region.
|
905
896
|
#
|
906
897
|
# @option params [Integer] :max_results
|
907
898
|
# The number of objects that you want to return with this call.
|
@@ -1360,7 +1351,7 @@ module Aws::ARCZonalShift
|
|
1360
1351
|
tracer: tracer
|
1361
1352
|
)
|
1362
1353
|
context[:gem_name] = 'aws-sdk-arczonalshift'
|
1363
|
-
context[:gem_version] = '1.
|
1354
|
+
context[:gem_version] = '1.31.0'
|
1364
1355
|
Seahorse::Client::Request.new(handlers, context)
|
1365
1356
|
end
|
1366
1357
|
|
@@ -96,8 +96,6 @@ module Aws::ARCZonalShift
|
|
96
96
|
# Web Services ends the autoshift, and traffic for the resource is no
|
97
97
|
# longer directed to the other Availability Zones in the Region.
|
98
98
|
#
|
99
|
-
# You can stop an autoshift for a resource by disabling zonal autoshift.
|
100
|
-
#
|
101
99
|
# @!attribute [rw] away_from
|
102
100
|
# The Availability Zone (for example, `use1-az1`) that traffic is
|
103
101
|
# shifted away from for a resource when Amazon Web Services starts an
|
data/sig/types.rbs
CHANGED
@@ -229,7 +229,7 @@ module Aws::ARCZonalShift
|
|
229
229
|
|
230
230
|
class ValidationException
|
231
231
|
attr_accessor message: ::String
|
232
|
-
attr_accessor reason: ("InvalidExpiresIn" | "InvalidStatus" | "MissingValue" | "InvalidToken" | "InvalidResourceIdentifier" | "InvalidAz" | "UnsupportedAz" | "InvalidAlarmCondition" | "InvalidConditionType" | "InvalidPracticeBlocker" | "FISExperimentUpdateNotAllowed")
|
232
|
+
attr_accessor reason: ("InvalidExpiresIn" | "InvalidStatus" | "MissingValue" | "InvalidToken" | "InvalidResourceIdentifier" | "InvalidAz" | "UnsupportedAz" | "InvalidAlarmCondition" | "InvalidConditionType" | "InvalidPracticeBlocker" | "FISExperimentUpdateNotAllowed" | "AutoshiftUpdateNotAllowed")
|
233
233
|
SENSITIVE: []
|
234
234
|
end
|
235
235
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-arczonalshift
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.31.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-04-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|