aws-sdk-route53recoverycontrolconfig 1.34.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: cd401a785650afb12e236ebb8875c94fd88bfb02b4aa3486c23aff4d33c9023e
4
- data.tar.gz: fe9215fc338b8a2730a56fa6916eeb61c2d814aaec8e6a7dd8d40cabc8e6c07e
3
+ metadata.gz: 3eb294036c6e44d4f70c6c0754031a46054615d6a3dc013fbbb7ee60be698281
4
+ data.tar.gz: 761006cd9140c8ecce03b87c66f81fb3102b58f562bc732a4af52428de32104c
5
5
  SHA512:
6
- metadata.gz: d6a52e241a2aa8ee2138ba7a9fe08ee85891565532d7f99eee8ebc7eda8dc387c35142b97068b2c09726018476024b417b0346736ee4583a6788d4e52ad34667
7
- data.tar.gz: e986fcdb54a32ec1d9f3e8f46744cafce5d96bea8efda2e2a7632789b5b7d1930d4c764011c842d668461391e576567171ca65be0b44d4a432c36fb08d564d7d
6
+ metadata.gz: d114e83fe6cb4fa39f48e40312b82b4deaaf298ced083d061871b948e6334ee1024cd195c16c74a2343ed5d213745004aa26960f326b08b8ff71aa29753730de
7
+ data.tar.gz: 4b2519ae7d355f2aa27ce8bac3fdb5f62fbfcce02e1daf1f1be2c11a776997b9e4ab4073ac8a41e85b5c2cf961a9ba08c4052c0561e2093c63ad546e5445d4ba
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.35.0 (2024-09-23)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.34.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.34.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.34.0'
1496
+ context[:gem_version] = '1.36.0'
1499
1497
  Seahorse::Client::Request.new(handlers, context)
1500
1498
  end
1501
1499
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::Route53RecoveryControlConfig
11
12
  # @api private
12
13
  module ClientApi
@@ -1403,3 +1403,4 @@ module Aws::Route53RecoveryControlConfig
1403
1403
 
1404
1404
  end
1405
1405
  end
1406
+
@@ -11,17 +11,7 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-route53recoverycontrolconfig/types'
15
- require_relative 'aws-sdk-route53recoverycontrolconfig/client_api'
16
- require_relative 'aws-sdk-route53recoverycontrolconfig/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-route53recoverycontrolconfig/client'
18
- require_relative 'aws-sdk-route53recoverycontrolconfig/errors'
19
- require_relative 'aws-sdk-route53recoverycontrolconfig/waiters'
20
- require_relative 'aws-sdk-route53recoverycontrolconfig/resource'
21
- require_relative 'aws-sdk-route53recoverycontrolconfig/endpoint_parameters'
22
- require_relative 'aws-sdk-route53recoverycontrolconfig/endpoint_provider'
23
- require_relative 'aws-sdk-route53recoverycontrolconfig/endpoints'
24
- require_relative 'aws-sdk-route53recoverycontrolconfig/customizations'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:route53recoverycontrolconfig)
25
15
 
26
16
  # This module provides support for AWS Route53 Recovery Control Config. This module is available in the
27
17
  # `aws-sdk-route53recoverycontrolconfig` gem.
@@ -52,7 +42,21 @@ require_relative 'aws-sdk-route53recoverycontrolconfig/customizations'
52
42
  #
53
43
  # @!group service
54
44
  module Aws::Route53RecoveryControlConfig
45
+ autoload :Types, 'aws-sdk-route53recoverycontrolconfig/types'
46
+ autoload :ClientApi, 'aws-sdk-route53recoverycontrolconfig/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-route53recoverycontrolconfig/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-route53recoverycontrolconfig/client'
51
+ autoload :Errors, 'aws-sdk-route53recoverycontrolconfig/errors'
52
+ autoload :Waiters, 'aws-sdk-route53recoverycontrolconfig/waiters'
53
+ autoload :Resource, 'aws-sdk-route53recoverycontrolconfig/resource'
54
+ autoload :EndpointParameters, 'aws-sdk-route53recoverycontrolconfig/endpoint_parameters'
55
+ autoload :EndpointProvider, 'aws-sdk-route53recoverycontrolconfig/endpoint_provider'
56
+ autoload :Endpoints, 'aws-sdk-route53recoverycontrolconfig/endpoints'
55
57
 
56
- GEM_VERSION = '1.34.0'
58
+ GEM_VERSION = '1.36.0'
57
59
 
58
60
  end
61
+
62
+ require_relative 'aws-sdk-route53recoverycontrolconfig/customizations'
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.34.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-20 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