aws-sdk-dynamodbstreams 1.68.0 → 1.68.1

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: 7b29766fa51bff6c47228ace37940ee95712d4637151a3fe7e54dfeea6f22c06
4
- data.tar.gz: e8d42ebc437a97eb70dbe539c6cf2a9a6f9a5483be24c827022a2da7fe278df7
3
+ metadata.gz: 458e138a193a98e14e330f705f7157207a9ed6e35d97aa19982d77f8e1714ab8
4
+ data.tar.gz: 87e5c1fbfd96c905009019d6a1f5cb552482ad64efb0328bbe91f1d1d6708b86
5
5
  SHA512:
6
- metadata.gz: c7d3d86a4b6beeb8e81d7574ffdfd489a5e23e52046d551bb54dfbfe7abd4d7970bb93b39d45c45cae166c65feb54861e2b81077a9110a6d86d8b78b15771253
7
- data.tar.gz: 5f8242dc5116140c0334629131eedb9ff81d85926de0a7b4311af27e778e8c47069ac9ab5e1add97f5c75255f61717f8084d7c05af8ad977bc714944414749c3
6
+ metadata.gz: f7ef6c273ef91664b265f951c5a5b91f352253dc6623857ec12c31b64637b241e5ca9f419ccc74b3a9907d16eaa569c2a83a78cb5aa949af97dea4690e91a5fc
7
+ data.tar.gz: 967bfed76394a54959fd0b5d6db17b48a2ec53aa6b7f7718d805234b0c7737023cb4ae571539444334ba900290e76f8e1d0befa43073c993a67b4d7719defd01
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.68.1 (2024-10-11)
5
+ ------------------
6
+
7
+ * Issue - require SimpleAttributes Plugin from AttributeTranslator.
8
+
4
9
  1.68.0 (2024-09-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.68.0
1
+ 1.68.1
@@ -1,3 +1,7 @@
1
+ # frozen_string_literal: true
2
+
3
+ require_relative 'plugins/simple_attributes'
4
+
1
5
  module Aws
2
6
  module DynamoDBStreams
3
7
  # A utility class that translates DynamoDBStream events from Lambda
@@ -915,7 +915,7 @@ module Aws::DynamoDBStreams
915
915
  tracer: tracer
916
916
  )
917
917
  context[:gem_name] = 'aws-sdk-dynamodbstreams'
918
- context[:gem_version] = '1.68.0'
918
+ context[:gem_version] = '1.68.1'
919
919
  Seahorse::Client::Request.new(handlers, context)
920
920
  end
921
921
 
@@ -54,7 +54,7 @@ module Aws::DynamoDBStreams
54
54
  autoload :EndpointProvider, 'aws-sdk-dynamodbstreams/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-dynamodbstreams/endpoints'
56
56
 
57
- GEM_VERSION = '1.68.0'
57
+ GEM_VERSION = '1.68.1'
58
58
 
59
59
  end
60
60
 
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.68.0
4
+ version: 1.68.1
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-24 00:00:00.000000000 Z
11
+ date: 2024-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core