aws-sdk-dynamodb 1.13.0 → 1.14.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-dynamodb.rb +1 -1
- data/lib/aws-sdk-dynamodb/client.rb +5 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 99d5d8db65bac7c72b50c821c649b216c853f53e
|
4
|
+
data.tar.gz: 700af0c4d299ce48da635fe8612b24c2bf85d4d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3e7473171fec65a5c1f65781d63019c9e95b77b6c2d331424f3a3422857cdbab61cea23a34431a41f99ec72acd64be2739fbd8d57292f8a4e2542fcf8806ab3f
|
7
|
+
data.tar.gz: c257ee5e8a3b1f3c3ce10e40a20469d4bf324c87180c5e4edb0a910cc1752f2b37536b29eee2fd418cf3a6fd99ef812c79623ccd0c590f83a0c9617a63f0820a
|
data/lib/aws-sdk-dynamodb.rb
CHANGED
@@ -102,19 +102,19 @@ module Aws::DynamoDB
|
|
102
102
|
#
|
103
103
|
# @option options [String] :access_key_id
|
104
104
|
#
|
105
|
-
# @option options [] :client_side_monitoring (false)
|
105
|
+
# @option options [Boolean] :client_side_monitoring (false)
|
106
106
|
# When `true`, client-side metrics will be collected for all API requests from
|
107
107
|
# this client.
|
108
108
|
#
|
109
|
-
# @option options [] :client_side_monitoring_client_id ("")
|
109
|
+
# @option options [String] :client_side_monitoring_client_id ("")
|
110
110
|
# Allows you to provide an identifier for this client which will be attached to
|
111
111
|
# all generated client side metrics. Defaults to an empty string.
|
112
112
|
#
|
113
|
-
# @option options [] :client_side_monitoring_port (31000)
|
113
|
+
# @option options [Integer] :client_side_monitoring_port (31000)
|
114
114
|
# Required for publishing client metrics. The port that the client side monitoring
|
115
115
|
# agent is running on, where client metrics will be published via UDP.
|
116
116
|
#
|
117
|
-
# @option options [] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
|
117
|
+
# @option options [Aws::ClientSideMonitoring::Publisher] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
|
118
118
|
# Allows you to provide a custom client-side monitoring publisher class. By default,
|
119
119
|
# will use the Client Side Monitoring Agent Publisher.
|
120
120
|
#
|
@@ -5387,7 +5387,7 @@ module Aws::DynamoDB
|
|
5387
5387
|
params: params,
|
5388
5388
|
config: config)
|
5389
5389
|
context[:gem_name] = 'aws-sdk-dynamodb'
|
5390
|
-
context[:gem_version] = '1.
|
5390
|
+
context[:gem_version] = '1.14.0'
|
5391
5391
|
Seahorse::Client::Request.new(handlers, context)
|
5392
5392
|
end
|
5393
5393
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-dynamodb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.14.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: 2018-
|
11
|
+
date: 2018-10-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|