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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 16af8003319307ee879b4bff99ad7cf3272c6e6680a1767004f242f8cd4b5414
4
- data.tar.gz: e9edaba3e7aff92540d52186e106e80723d1ee1e3360e08a7bd97ef580f64cc5
3
+ metadata.gz: 3eb294036c6e44d4f70c6c0754031a46054615d6a3dc013fbbb7ee60be698281
4
+ data.tar.gz: 761006cd9140c8ecce03b87c66f81fb3102b58f562bc732a4af52428de32104c
5
5
  SHA512:
6
- metadata.gz: cf0c7d6c37d5f3e5b5ea8c33a08f07c0422c1b863651a2e15159048aa9978fcca9f84ad8bacc976ea8688fcca5185efea94c8e7af849d712b5c7ff313c97de07
7
- data.tar.gz: cd9446f52539416ecdaefc400313f5b3ec6906ed4d864f00d966d0955a069901906e9d23db11d3caf4fcd194244d6bf5f09cf6babaf7f312a9fa2a4674ae73cd
6
+ metadata.gz: d114e83fe6cb4fa39f48e40312b82b4deaaf298ced083d061871b948e6334ee1024cd195c16c74a2343ed5d213745004aa26960f326b08b8ff71aa29753730de
7
+ data.tar.gz: 4b2519ae7d355f2aa27ce8bac3fdb5f62fbfcce02e1daf1f1be2c11a776997b9e4ab4073ac8a41e85b5c2cf961a9ba08c4052c0561e2093c63ad546e5445d4ba
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.36.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.35.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.35.0
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.35.0'
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.35.0'
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.35.0
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-23 00:00:00.000000000 Z
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