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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ba1f8dfc148e581debed8d0c8584c24caa89b62c974cb4cc6dde30e5c0e8042
4
- data.tar.gz: b180593db34ddeeba2c7ee1f086d1e3a91262d238e7079b71362e5f196e7f59a
3
+ metadata.gz: ad788d17d981782b7a4ed56950e6308df028babd68f42a830980a5ca76e21d73
4
+ data.tar.gz: a64d0126304ea5b33cb3552c42c241afb7bc89a2a16c5b7fc06e4b8e6140667a
5
5
  SHA512:
6
- metadata.gz: f9ebb6a4eba5c59435cc9634a448a57d1c4ed88c10da3e525a61ca00c5d8cd0ba28f26ded80cebad9223fd863e83c36344d8424989b578cf47187733620a31e5
7
- data.tar.gz: a9ffb823452475ef385f339bcfbd29992579216d9fcc8dc367c7d28c52b60726d7377b9dc231b9b74a45a2efe7a9bcc77a217a3490b648a281be36ad4f6b2fe6
6
+ metadata.gz: 4d2548691f81861fe1e86fcfddbaca77117b96709057e4563e3a73cffc675d13330393a6cad292438a4b73401290af62c783715ed3eec1e55bb47c1c9474ab14
7
+ data.tar.gz: 3d09f597176e703a40971a957108ee3633cd8ca90eca23dfd2d6eabac22cc370dd2f3934f8866729b857d62138c31b837e6f71c390d14c494b2e432e356f1017
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.0 (2025-10-17)
5
+ ------------------
6
+
7
+ * Feature - Update endpoint ruleset parameters casing
8
+
4
9
  1.39.0 (2025-08-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.39.0
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.39.0'
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 [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,
@@ -55,7 +55,7 @@ module Aws::ARCZonalShift
55
55
  autoload :EndpointProvider, 'aws-sdk-arczonalshift/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-arczonalshift/endpoints'
57
57
 
58
- GEM_VERSION = '1.39.0'
58
+ GEM_VERSION = '1.40.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-arczonalshift
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.39.0
4
+ version: 1.40.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services