aws-sdk-route53recoverycontrolconfig 1.35.0 → 1.36.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-route53recoverycontrolconfig/client.rb +1 -3
- data/lib/aws-sdk-route53recoverycontrolconfig.rb +3 -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: 3eb294036c6e44d4f70c6c0754031a46054615d6a3dc013fbbb7ee60be698281
|
4
|
+
data.tar.gz: 761006cd9140c8ecce03b87c66f81fb3102b58f562bc732a4af52428de32104c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d114e83fe6cb4fa39f48e40312b82b4deaaf298ced083d061871b948e6334ee1024cd195c16c74a2343ed5d213745004aa26960f326b08b8ff71aa29753730de
|
7
|
+
data.tar.gz: 4b2519ae7d355f2aa27ce8bac3fdb5f62fbfcce02e1daf1f1be2c11a776997b9e4ab4073ac8a41e85b5c2cf961a9ba08c4052c0561e2093c63ad546e5445d4ba
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.36.0
|
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
|
|
36
36
|
require 'aws-sdk-core/plugins/sign.rb'
|
37
37
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
38
38
|
|
39
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:route53recoverycontrolconfig)
|
40
|
-
|
41
39
|
module Aws::Route53RecoveryControlConfig
|
42
40
|
# An API client for Route53RecoveryControlConfig. To construct a client, you need to configure a `:region` and `:credentials`.
|
43
41
|
#
|
@@ -1495,7 +1493,7 @@ module Aws::Route53RecoveryControlConfig
|
|
1495
1493
|
tracer: tracer
|
1496
1494
|
)
|
1497
1495
|
context[:gem_name] = 'aws-sdk-route53recoverycontrolconfig'
|
1498
|
-
context[:gem_version] = '1.
|
1496
|
+
context[:gem_version] = '1.36.0'
|
1499
1497
|
Seahorse::Client::Request.new(handlers, context)
|
1500
1498
|
end
|
1501
1499
|
|
@@ -11,6 +11,8 @@
|
|
11
11
|
require 'aws-sdk-core'
|
12
12
|
require 'aws-sigv4'
|
13
13
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:route53recoverycontrolconfig)
|
15
|
+
|
14
16
|
# This module provides support for AWS Route53 Recovery Control Config. This module is available in the
|
15
17
|
# `aws-sdk-route53recoverycontrolconfig` gem.
|
16
18
|
#
|
@@ -53,7 +55,7 @@ module Aws::Route53RecoveryControlConfig
|
|
53
55
|
autoload :EndpointProvider, 'aws-sdk-route53recoverycontrolconfig/endpoint_provider'
|
54
56
|
autoload :Endpoints, 'aws-sdk-route53recoverycontrolconfig/endpoints'
|
55
57
|
|
56
|
-
GEM_VERSION = '1.
|
58
|
+
GEM_VERSION = '1.36.0'
|
57
59
|
|
58
60
|
end
|
59
61
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.36.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: 2024-09-
|
11
|
+
date: 2024-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|