aws-sdk-dynamodb 1.30.0 → 1.31.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: b3207999c71fd53f282dbf0c36a44b71fba8effb
4
- data.tar.gz: fc3f148a737e22420b57c9cefa363ba50c3534aa
3
+ metadata.gz: f4fac22ac79cd0a8596d4af469bc4f1015c519a9
4
+ data.tar.gz: 2f47456e7aa9f70953b260493d817c1989497d3b
5
5
  SHA512:
6
- metadata.gz: 8156d06434b1d5f943321b249486cecfa1607fe76730543dc6354b483505afbe8ef6020c096ffbb813533258cd42759629dfbf225b5e901d230172a428d68fe6
7
- data.tar.gz: 2692178c7935dbd3e7f349b6b03e6fbfd839b75def670f0d0ce2480c01f5df2a45ca4c978fe2c1a34c1362e065e26616032503cf34c56e5eecb973ff23f0e653
6
+ metadata.gz: e5810f991a6075f05df5fd03727ba7fea284940ce6f34911a2c7116862e6c06c629507de56dfc0ddb45b5754ce665c83b4daf5061e18a8db06f5be9884f4236e
7
+ data.tar.gz: f6f8f9bce1511f00efb73463f675ac269c8829583f9b4c7868d4216f30cf4495a569d9dd654e52e6a75edabacccb374ad30dc0d30901fdfb676325b2617a02ad
@@ -44,6 +44,6 @@ require_relative 'aws-sdk-dynamodb/customizations'
44
44
  # @service
45
45
  module Aws::DynamoDB
46
46
 
47
- GEM_VERSION = '1.30.0'
47
+ GEM_VERSION = '1.31.0'
48
48
 
49
49
  end
@@ -122,6 +122,10 @@ module Aws::DynamoDB
122
122
  # Allows you to provide an identifier for this client which will be attached to
123
123
  # all generated client side metrics. Defaults to an empty string.
124
124
  #
125
+ # @option options [String] :client_side_monitoring_host ("127.0.0.1")
126
+ # Allows you to specify the DNS hostname or IPv4 or IPv6 address that the client
127
+ # side monitoring agent is running on, where client metrics will be published via UDP.
128
+ #
125
129
  # @option options [Integer] :client_side_monitoring_port (31000)
126
130
  # Required for publishing client metrics. The port that the client side monitoring
127
131
  # agent is running on, where client metrics will be published via UDP.
@@ -5812,7 +5816,7 @@ module Aws::DynamoDB
5812
5816
  params: params,
5813
5817
  config: config)
5814
5818
  context[:gem_name] = 'aws-sdk-dynamodb'
5815
- context[:gem_version] = '1.30.0'
5819
+ context[:gem_version] = '1.31.0'
5816
5820
  Seahorse::Client::Request.new(handlers, context)
5817
5821
  end
5818
5822
 
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.30.0
4
+ version: 1.31.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: 2019-06-06 00:00:00.000000000 Z
11
+ date: 2019-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.53.0
22
+ version: 3.56.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.53.0
32
+ version: 3.56.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement