aws-sdk-route53recoverycontrolconfig 1.48.0 → 1.50.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d281ff69d0590dac51134534544479e8bb8c9d4e1925f531c1b3df84a103c0d7
|
4
|
+
data.tar.gz: 829dcb0a9101c5849e2957e5d44230b7a89de58bac50b5a5884e026a60f10a46
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c7e5c31de5dbe62801be856d4b1107354178be2ceae39d72c4eef11045e7c7b53e476a19dc068a29ac2f0c3b32844dbc5800492c59a8022a94fecadcefc191e3
|
7
|
+
data.tar.gz: 0bfb7fad2287007ea063437b8747f664b2cbe71d252dc275e8536997f0dae007d8286bec5d6453b66748d8339049bf00f482238051a18f3fde50bc8337ad421f
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.50.0 (2025-10-16)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Update endpoint ruleset parameters casing
|
8
|
+
|
9
|
+
1.49.0 (2025-08-26)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.48.0 (2025-08-20)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.50.0
|
@@ -1568,7 +1568,7 @@ module Aws::Route53RecoveryControlConfig
|
|
1568
1568
|
tracer: tracer
|
1569
1569
|
)
|
1570
1570
|
context[:gem_name] = 'aws-sdk-route53recoverycontrolconfig'
|
1571
|
-
context[:gem_version] = '1.
|
1571
|
+
context[:gem_version] = '1.50.0'
|
1572
1572
|
Seahorse::Client::Request.new(handlers, context)
|
1573
1573
|
end
|
1574
1574
|
|
@@ -13,22 +13,22 @@ module Aws::Route53RecoveryControlConfig
|
|
13
13
|
# @!attribute use_dual_stack
|
14
14
|
# When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.
|
15
15
|
#
|
16
|
-
# @return [
|
16
|
+
# @return [boolean]
|
17
17
|
#
|
18
18
|
# @!attribute use_fips
|
19
19
|
# 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.
|
20
20
|
#
|
21
|
-
# @return [
|
21
|
+
# @return [boolean]
|
22
22
|
#
|
23
23
|
# @!attribute endpoint
|
24
24
|
# Override the endpoint used to send this request
|
25
25
|
#
|
26
|
-
# @return [
|
26
|
+
# @return [string]
|
27
27
|
#
|
28
28
|
# @!attribute region
|
29
29
|
# The AWS region used to dispatch the request.
|
30
30
|
#
|
31
|
-
# @return [
|
31
|
+
# @return [string]
|
32
32
|
#
|
33
33
|
EndpointParameters = Struct.new(
|
34
34
|
:use_dual_stack,
|
@@ -55,7 +55,7 @@ module Aws::Route53RecoveryControlConfig
|
|
55
55
|
autoload :EndpointProvider, 'aws-sdk-route53recoverycontrolconfig/endpoint_provider'
|
56
56
|
autoload :Endpoints, 'aws-sdk-route53recoverycontrolconfig/endpoints'
|
57
57
|
|
58
|
-
GEM_VERSION = '1.
|
58
|
+
GEM_VERSION = '1.50.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-route53recoverycontrolconfig
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.50.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
version: '3'
|
19
19
|
- - ">="
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 3.
|
21
|
+
version: 3.231.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -28,7 +28,7 @@ dependencies:
|
|
28
28
|
version: '3'
|
29
29
|
- - ">="
|
30
30
|
- !ruby/object:Gem::Version
|
31
|
-
version: 3.
|
31
|
+
version: 3.231.0
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: aws-sigv4
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|