aws-sdk-dynamodbstreams 1.66.0 → 1.67.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: 91ab6e7c6e5f44ef28ed0cb027fd00f28a4c10b76bd3b75a2a0f7e88effa2594
4
- data.tar.gz: b98d9d57c6693f05c89d558a9efb9e9b22b9e12de45275fee00f36126db29fbe
3
+ metadata.gz: c070bc5d54afb622f126a6a03253a1d10280467c759218a55d9a44d52a831f6f
4
+ data.tar.gz: acbf8e7dcdaa1c0a0937e9c580bf61e833c4ee739c990946b488f6198b258958
5
5
  SHA512:
6
- metadata.gz: ff5a0cbc43c77b662ed7302472c334f37dd2acb1f32644f100d526eb49a89fe1ddca9c866f9c123c7d74b37e292098778b536d32a4397cf223a5280b01c57446
7
- data.tar.gz: 41951ba31d49e742665a7930a2fa9480aff5dbecad970d9c61c15dce7c1aa8ffbe7114e4b558ee83bb1006f5f2f76ae22a98f706dc634746918f26adf901fdd2
6
+ metadata.gz: 651b36b737ccc0878c0cc313b3a7e41830a615da95f5bccbb4067c26057da645b9d6c541e066bc522224d187415567d2bfeaf2ba3378726f0083f292051307d5
7
+ data.tar.gz: eebb73c7aae582751f24e84f5ca5cb49bde958d98ba9f3e788ade3489d154150105ff2c011fabe64799c1adb9087422fce8482739357d3cdb657831ecf3869ae
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.67.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.66.0 (2024-09-20)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.66.0
1
+ 1.67.0
@@ -917,7 +917,7 @@ module Aws::DynamoDBStreams
917
917
  tracer: tracer
918
918
  )
919
919
  context[:gem_name] = 'aws-sdk-dynamodbstreams'
920
- context[:gem_version] = '1.66.0'
920
+ context[:gem_version] = '1.67.0'
921
921
  Seahorse::Client::Request.new(handlers, context)
922
922
  end
923
923
 
@@ -7,6 +7,7 @@
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  module Aws::DynamoDBStreams
11
12
  # @api private
12
13
  module ClientApi
@@ -1,5 +1,9 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  # utility classes
4
- require 'aws-sdk-dynamodbstreams/attribute_translator'
5
- require 'aws-sdk-dynamodbstreams/attribute_value'
4
+ module Aws
5
+ module DynamoDBStreams
6
+ autoload :AttributeTranslator, 'aws-sdk-dynamodbstreams/attribute_translator'
7
+ autoload :AttributeValue, 'aws-sdk-dynamodbstreams/attribute_value'
8
+ end
9
+ end
@@ -812,3 +812,4 @@ module Aws::DynamoDBStreams
812
812
 
813
813
  end
814
814
  end
815
+
@@ -11,17 +11,6 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
- require_relative 'aws-sdk-dynamodbstreams/types'
15
- require_relative 'aws-sdk-dynamodbstreams/client_api'
16
- require_relative 'aws-sdk-dynamodbstreams/plugins/endpoints.rb'
17
- require_relative 'aws-sdk-dynamodbstreams/client'
18
- require_relative 'aws-sdk-dynamodbstreams/errors'
19
- require_relative 'aws-sdk-dynamodbstreams/resource'
20
- require_relative 'aws-sdk-dynamodbstreams/endpoint_parameters'
21
- require_relative 'aws-sdk-dynamodbstreams/endpoint_provider'
22
- require_relative 'aws-sdk-dynamodbstreams/endpoints'
23
- require_relative 'aws-sdk-dynamodbstreams/customizations'
24
-
25
14
  # This module provides support for Amazon DynamoDB Streams. This module is available in the
26
15
  # `aws-sdk-dynamodbstreams` gem.
27
16
  #
@@ -51,7 +40,20 @@ require_relative 'aws-sdk-dynamodbstreams/customizations'
51
40
  #
52
41
  # @!group service
53
42
  module Aws::DynamoDBStreams
43
+ autoload :Types, 'aws-sdk-dynamodbstreams/types'
44
+ autoload :ClientApi, 'aws-sdk-dynamodbstreams/client_api'
45
+ module Plugins
46
+ autoload :Endpoints, 'aws-sdk-dynamodbstreams/plugins/endpoints.rb'
47
+ end
48
+ autoload :Client, 'aws-sdk-dynamodbstreams/client'
49
+ autoload :Errors, 'aws-sdk-dynamodbstreams/errors'
50
+ autoload :Resource, 'aws-sdk-dynamodbstreams/resource'
51
+ autoload :EndpointParameters, 'aws-sdk-dynamodbstreams/endpoint_parameters'
52
+ autoload :EndpointProvider, 'aws-sdk-dynamodbstreams/endpoint_provider'
53
+ autoload :Endpoints, 'aws-sdk-dynamodbstreams/endpoints'
54
54
 
55
- GEM_VERSION = '1.66.0'
55
+ GEM_VERSION = '1.67.0'
56
56
 
57
57
  end
58
+
59
+ require_relative 'aws-sdk-dynamodbstreams/customizations'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-dynamodbstreams
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.66.0
4
+ version: 1.67.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