aws-sdk-route53domains 1.67.0 → 1.69.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: b0c31448cc47e2da99829bb311b88b05c3fe2c209717cf756723e816121a0c6a
4
- data.tar.gz: 5975b9d4ca1a1a98e3b77597c7cbf160c3d38f59e493993ee02ca91535d3ec54
3
+ metadata.gz: 48feaffce093b3c916710258cc1cd1fb7116d7f95a6995d6149c5d5f96ecb719
4
+ data.tar.gz: 3ccccd3d4006f177a92531179e24c40ccd435ce2a2f8de3bf85a4d27ba239d62
5
5
  SHA512:
6
- metadata.gz: 6b250e0ef3260d74601725e8e82375f061e5dd15bd750a607020e5713ee1850975ed7fb0e31556eb23fc2fb69531861d2426750db3e6ae48afd464aad546f53b
7
- data.tar.gz: 491d8401d6f3b504a73064006eb55d7a56366d9cc5a3af7cc13515986537d0d21ff0b343293070521ee6ffc8146f0afb99afb6d5b6435d40b8bbb7c3471c4445
6
+ metadata.gz: 2b4082dd9f2999999ed0a0985487242f409ec0907e67edc0190906a89c115a225168322719f929d99bddbe6c0664ed03fd7866dc62c500880675be36727a3df6
7
+ data.tar.gz: 4bfcaacc953226bec0f0831fd144737e76f062515dc1bc612090d55180fd6b83d7ded32e91370e7f2161a4e5b914f0f7e90d3e04966120c27d767128fb6b3600
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.69.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.68.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.67.0 (2024-09-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.67.0
1
+ 1.69.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/json_rpc.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:route53domains)
40
-
41
39
  module Aws::Route53Domains
42
40
  # An API client for Route53Domains. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -2833,7 +2831,7 @@ module Aws::Route53Domains
2833
2831
  tracer: tracer
2834
2832
  )
2835
2833
  context[:gem_name] = 'aws-sdk-route53domains'
2836
- context[:gem_version] = '1.67.0'
2834
+ context[:gem_version] = '1.69.0'
2837
2835
  Seahorse::Client::Request.new(handlers, context)
2838
2836
  end
2839
2837
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::Route53Domains
11
12
  # @api private
12
13
  module ClientApi
@@ -3208,3 +3208,4 @@ module Aws::Route53Domains
3208
3208
 
3209
3209
  end
3210
3210
  end
3211
+
@@ -11,16 +11,7 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-route53domains/types'
15
- require_relative 'aws-sdk-route53domains/client_api'
16
- require_relative 'aws-sdk-route53domains/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-route53domains/client'
18
- require_relative 'aws-sdk-route53domains/errors'
19
- require_relative 'aws-sdk-route53domains/resource'
20
- require_relative 'aws-sdk-route53domains/endpoint_parameters'
21
- require_relative 'aws-sdk-route53domains/endpoint_provider'
22
- require_relative 'aws-sdk-route53domains/endpoints'
23
- require_relative 'aws-sdk-route53domains/customizations'
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:route53domains)
24
15
 
25
16
  # This module provides support for Amazon Route 53 Domains. This module is available in the
26
17
  # `aws-sdk-route53domains` gem.
@@ -51,7 +42,20 @@ require_relative 'aws-sdk-route53domains/customizations'
51
42
  #
52
43
  # @!group service
53
44
  module Aws::Route53Domains
45
+ autoload :Types, 'aws-sdk-route53domains/types'
46
+ autoload :ClientApi, 'aws-sdk-route53domains/client_api'
47
+ module Plugins
48
+ autoload :Endpoints, 'aws-sdk-route53domains/plugins/endpoints.rb'
49
+ end
50
+ autoload :Client, 'aws-sdk-route53domains/client'
51
+ autoload :Errors, 'aws-sdk-route53domains/errors'
52
+ autoload :Resource, 'aws-sdk-route53domains/resource'
53
+ autoload :EndpointParameters, 'aws-sdk-route53domains/endpoint_parameters'
54
+ autoload :EndpointProvider, 'aws-sdk-route53domains/endpoint_provider'
55
+ autoload :Endpoints, 'aws-sdk-route53domains/endpoints'
54
56
 
55
- GEM_VERSION = '1.67.0'
57
+ GEM_VERSION = '1.69.0'
56
58
 
57
59
  end
60
+
61
+ require_relative 'aws-sdk-route53domains/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-route53domains
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.67.0
4
+ version: 1.69.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