aws-sdk-dynamodbstreams 1.3.0 → 1.4.0

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
  SHA1:
3
- metadata.gz: 2aea6820a4a4a3b8264c2a0cba75063e3c7ce261
4
- data.tar.gz: 02e73dab5efae367b5d517f409c319cd11c64193
3
+ metadata.gz: 54b81e7613f810bc01b9cdd20af23827b5016258
4
+ data.tar.gz: 1c33ebb5d876662304cc0d104393ff7cb6a0467f
5
5
  SHA512:
6
- metadata.gz: b5fa7b69957475f52d127a58d3c39acc8bb63b575156255979a4b8050c2bc99c04e9edbb0d49c25ed8710e20105236eb52316e646c254ad366eb889f2d778cc4
7
- data.tar.gz: d5050073232e95d9e44187850417344b73102c53f572f8f2f85fb02958fa6f79b6637929ded8e8d62d6afd63a88872daf1ef4b191f6948489dfaa397a56c9f84
6
+ metadata.gz: f2844b11a3d90d68e146a1af1cd2a12aca12fd9d5fe1cf9fbbf46b511130c0a6b04e1f552429315624242474f1f99e22e16e345dc6bf9780c74cd1d79a018c5e
7
+ data.tar.gz: 6b628a6a959f9073349a1fc075140645de6028152d2170f289412b31e7e27519856af7846dddc3c140bb8d2dc8742816323552ad54c04b517e7543eaa1dbf7c8
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-dynamodbstreams/customizations'
42
42
  # @service
43
43
  module Aws::DynamoDBStreams
44
44
 
45
- GEM_VERSION = '1.3.0'
45
+ GEM_VERSION = '1.4.0'
46
46
 
47
47
  end
@@ -96,19 +96,19 @@ module Aws::DynamoDBStreams
96
96
  #
97
97
  # @option options [String] :access_key_id
98
98
  #
99
- # @option options [] :client_side_monitoring (false)
99
+ # @option options [Boolean] :client_side_monitoring (false)
100
100
  # When `true`, client-side metrics will be collected for all API requests from
101
101
  # this client.
102
102
  #
103
- # @option options [] :client_side_monitoring_client_id ("")
103
+ # @option options [String] :client_side_monitoring_client_id ("")
104
104
  # Allows you to provide an identifier for this client which will be attached to
105
105
  # all generated client side metrics. Defaults to an empty string.
106
106
  #
107
- # @option options [] :client_side_monitoring_port (31000)
107
+ # @option options [Integer] :client_side_monitoring_port (31000)
108
108
  # Required for publishing client metrics. The port that the client side monitoring
109
109
  # agent is running on, where client metrics will be published via UDP.
110
110
  #
111
- # @option options [] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
111
+ # @option options [Aws::ClientSideMonitoring::Publisher] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
112
112
  # Allows you to provide a custom client-side monitoring publisher class. By default,
113
113
  # will use the Client Side Monitoring Agent Publisher.
114
114
  #
@@ -636,7 +636,7 @@ module Aws::DynamoDBStreams
636
636
  params: params,
637
637
  config: config)
638
638
  context[:gem_name] = 'aws-sdk-dynamodbstreams'
639
- context[:gem_version] = '1.3.0'
639
+ context[:gem_version] = '1.4.0'
640
640
  Seahorse::Client::Request.new(handlers, context)
641
641
  end
642
642
 
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.3.0
4
+ version: 1.4.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