aws-sdk-arczonalshift 1.30.0 → 1.32.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: 31d217e370f8466bbd1d8094a3544986cea5cb231dd68e668982f02b47d70c19
4
- data.tar.gz: 2f14a42cc87c4c90b09b6cfc883a28d2543178f64b9664d54786aa9c7f20c9ee
3
+ metadata.gz: e8c66c0a2613c9259858c8a36f91a43d43eae2fa8e3dd62dc6b55a723340bb6d
4
+ data.tar.gz: 47651ff9d7a33a8f59314d8d11438cb24753aec37e29a54c1029300e8d4013a8
5
5
  SHA512:
6
- metadata.gz: 122bad948c957215755f052336fc49afd793f495ddd13af94c6877343d9aa9f3e38cb0e387c68918ea1ad50d1670dffe6f7e7fadb4a8aaced86b15fb6909c2cb
7
- data.tar.gz: 83c77b6d54c9595529c25ae236024a38f6425bda829579d2def26b0e06d5f6d8fd116363c800ecd4914848cb9bb84852080419a49ac31beb1f75652b3ba312d4
6
+ metadata.gz: 4646be95e3dd38812b0c9f62410df6df9d8d5800a5fe1e946bd81292fdcf0d63214a9d051fac541af4d38257fe8c5d73d6f0c72afcf558dde72ddbafc5ce909e
7
+ data.tar.gz: e1f3d499a1727b519e9515265542ad2f93e3e34ea0377f1da9111ee602f0d195a3157aaa6110c12fe6202725b30f41fb6c2f4fc85c0366c69ca7db1975dc269a
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.32.0 (2025-05-01)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.31.0 (2025-04-21)
10
+ ------------------
11
+
12
+ * Feature - Updates to documentation and exception types for Zonal Autoshift
13
+
4
14
  1.30.0 (2025-03-26)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.30.0
1
+ 1.32.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. `ListZonalShifts` returns
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.30.0'
1354
+ context[:gem_version] = '1.32.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
@@ -54,7 +54,7 @@ module Aws::ARCZonalShift
54
54
  autoload :EndpointProvider, 'aws-sdk-arczonalshift/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-arczonalshift/endpoints'
56
56
 
57
- GEM_VERSION = '1.30.0'
57
+ GEM_VERSION = '1.32.0'
58
58
 
59
59
  end
60
60
 
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,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-arczonalshift
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.30.0
4
+ version: 1.32.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-03-26 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: aws-sdk-core
@@ -77,7 +76,6 @@ licenses:
77
76
  metadata:
78
77
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-arczonalshift
79
78
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-arczonalshift/CHANGELOG.md
80
- post_install_message:
81
79
  rdoc_options: []
82
80
  require_paths:
83
81
  - lib
@@ -92,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
90
  - !ruby/object:Gem::Version
93
91
  version: '0'
94
92
  requirements: []
95
- rubygems_version: 3.4.10
96
- signing_key:
93
+ rubygems_version: 3.6.7
97
94
  specification_version: 4
98
95
  summary: AWS SDK for Ruby - AWS ARC - Zonal Shift
99
96
  test_files: []