aws-sdk-dynamodbstreams 1.0.0.rc4 → 1.0.0.rc5
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 +4 -4
- data/lib/aws-sdk-dynamodbstreams.rb +1 -1
- data/lib/aws-sdk-dynamodbstreams/client.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bd39b5b56e493fd3bf18d8869a41afd041b5bf52
|
4
|
+
data.tar.gz: d81119d813a9fb66dc0d321b342501e56778fc8d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7244715906bed1f8957f3986c8c3813520508ab45efcf79bb038fa7df489b385122ca7139dac7c815acf61dc559cfe79dd0022f45849009d9310fd951d8d1220
|
7
|
+
data.tar.gz: 0ee8f8f671b301afb8174ce3783e2c2120cda6fecd3791e9dcd5e1b2f0414d9aebfbb1ad7633f573a98e48c11eaa27552dbfb38e52afda96f66f17bda4ef09ae
|
@@ -418,7 +418,7 @@ module Aws::DynamoDBStreams
|
|
418
418
|
params: params,
|
419
419
|
config: config)
|
420
420
|
context[:gem_name] = 'aws-sdk-dynamodbstreams'
|
421
|
-
context[:gem_version] = '1.0.0.
|
421
|
+
context[:gem_version] = '1.0.0.rc5'
|
422
422
|
Seahorse::Client::Request.new(handlers, context)
|
423
423
|
end
|
424
424
|
|