aws-sdk-dynamodb 1.13.0 → 1.14.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
  SHA1:
3
- metadata.gz: e8e0de088c3fbdac2dae4053ef49dd711f6970d6
4
- data.tar.gz: 1fa0aa0ff0d5cae47abcb51ab4ceb902b052719e
3
+ metadata.gz: 99d5d8db65bac7c72b50c821c649b216c853f53e
4
+ data.tar.gz: 700af0c4d299ce48da635fe8612b24c2bf85d4d0
5
5
  SHA512:
6
- metadata.gz: 61a4f9922fdc314cc72b0d340e04bf53da50c4d006b30966397e1cd98c2d76e237457e72bfb66e8c123ab4b28f8a0ba3c370df698a327f91f68516ddda635b01
7
- data.tar.gz: df3c20fef9d5c84681c5be213c099500e85d8b052e30ad9c284b2f293a00b57fb3f312aea38ba7fc4247de33b7576d0fabccfdcc3891c5f5e33da54f198e606f
6
+ metadata.gz: 3e7473171fec65a5c1f65781d63019c9e95b77b6c2d331424f3a3422857cdbab61cea23a34431a41f99ec72acd64be2739fbd8d57292f8a4e2542fcf8806ab3f
7
+ data.tar.gz: c257ee5e8a3b1f3c3ce10e40a20469d4bf324c87180c5e4edb0a910cc1752f2b37536b29eee2fd418cf3a6fd99ef812c79623ccd0c590f83a0c9617a63f0820a
@@ -44,6 +44,6 @@ require_relative 'aws-sdk-dynamodb/customizations'
44
44
  # @service
45
45
  module Aws::DynamoDB
46
46
 
47
- GEM_VERSION = '1.13.0'
47
+ GEM_VERSION = '1.14.0'
48
48
 
49
49
  end
@@ -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.13.0'
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.13.0
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-09-06 00:00:00.000000000 Z
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