aws-sdk-dax 1.62.0 → 1.63.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: 970771a29e1ad82dd962d741565b9d00c35dc1a18a349c2e1b0d8740d22b56b9
4
- data.tar.gz: 21d9e801377133d8dc0a7bcdc2948c1bc115649a2a99d37a6945efe1bbe54cdc
3
+ metadata.gz: 0531d3d5f16cd0b8c8830f049c0df11797447c8fa9482d413bff757cf6ae6a5f
4
+ data.tar.gz: 574aac3d43d0b2c0e34a7611785bc30292a0fde6420eb2695313267573112474
5
5
  SHA512:
6
- metadata.gz: 0a27e8999110cb9e4ae383bd362cdfc2911a3f4b26a6a89515de88f2ab8bef72fe47dc56f357aff3e0f4219939462dcb02a9646ce58fe66025270729f622387d
7
- data.tar.gz: a525205fa04f7e9893261b6caaee89c8daf8ca6e856a4a7f5d2419fbdb317a0c125367936947e31e9f25ee73f0f3599b1e7523fca95b3d5c6033f28f0a14474b
6
+ metadata.gz: f5fde1694e1eaf2fe46c1c331a1e3662601bb97dda19c42c29a0b4857dab24ec5b632500a362d4104364f83f88931cf3044b8828b1f4e7158a61af96397808b4
7
+ data.tar.gz: '0233825d55b49bdffdd219f8202bf80abdba2e7e2693ce2d8ef726e98dc59139162e9c9b20e6ecbdb4283dddab606495fd4d68a884a6a565998ee823ccd7ff78'
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.63.0 (2024-09-23)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.62.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.62.0
1
+ 1.63.0
@@ -1789,7 +1789,7 @@ module Aws::DAX
1789
1789
  tracer: tracer
1790
1790
  )
1791
1791
  context[:gem_name] = 'aws-sdk-dax'
1792
- context[:gem_version] = '1.62.0'
1792
+ context[:gem_version] = '1.63.0'
1793
1793
  Seahorse::Client::Request.new(handlers, context)
1794
1794
  end
1795
1795
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::DAX
11
12
  # @api private
12
13
  module ClientApi
@@ -1683,3 +1683,4 @@ module Aws::DAX
1683
1683
 
1684
1684
  end
1685
1685
  end
1686
+
data/lib/aws-sdk-dax.rb CHANGED
@@ -11,17 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-dax/types'
15
- require_relative 'aws-sdk-dax/client_api'
16
- require_relative 'aws-sdk-dax/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-dax/client'
18
- require_relative 'aws-sdk-dax/errors'
19
- require_relative 'aws-sdk-dax/resource'
20
- require_relative 'aws-sdk-dax/endpoint_parameters'
21
- require_relative 'aws-sdk-dax/endpoint_provider'
22
- require_relative 'aws-sdk-dax/endpoints'
23
- require_relative 'aws-sdk-dax/customizations'
24
-
25
14
  # This module provides support for Amazon DynamoDB Accelerator (DAX). This module is available in the
26
15
  # `aws-sdk-dax` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-dax/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::DAX
43
+ autoload :Types, 'aws-sdk-dax/types'
44
+ autoload :ClientApi, 'aws-sdk-dax/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-dax/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-dax/client'
49
+ autoload :Errors, 'aws-sdk-dax/errors'
50
+ autoload :Resource, 'aws-sdk-dax/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-dax/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-dax/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-dax/endpoints'
54
54
 
55
- GEM_VERSION = '1.62.0'
55
+ GEM_VERSION = '1.63.0'
56
56
 
57
57
  end
58
+
59
+ require_relative 'aws-sdk-dax/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dax
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.62.0
4
+ version: 1.63.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-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core