aws-sdk-simpledb 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: cdde7cd42e1ed7a1a4dfced848223853915992ba
4
- data.tar.gz: bfa85f6ea32a1fc6bbed5136728ba60ae5abcbf1
3
+ metadata.gz: 5a9d42288056b354cf56b9ad1d811028b5baf5cc
4
+ data.tar.gz: ad078898cf991bf7a8f9014f6464136bc24e466a
5
5
  SHA512:
6
- metadata.gz: d282b545d69cf9c55da348790931ef5a031c756b5f0047dbdb9169fae337804dd348ceee14d53e5453d89425492c2f68143f558d5486e1010401ccad3e4f8742
7
- data.tar.gz: 4a597f4fb31e80d00b42785ea4dd21164920e5f6bc2b9ca3ba1c9e2724a69585d1319d1d8df13556b19e4a7c3fd5f4d1003a0fdd0c61cf5aa2c104b52392cb49
6
+ metadata.gz: 255e40589df223880b66b549773a2494cbef1485b0dcbeddf1ca9bd8396f843b4c79f2da90e63396b7c315ba550509176ad561fbd53d827f6d7908bd8eb6059d
7
+ data.tar.gz: e945ac846674bb335753e8022be81c3ddc9360cd4df505ea912f069b284709fc1a910a1088db9adf698d41f7f91fa22b0e51afd4600988f2b497562769342d00
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-simpledb/customizations'
42
42
  # @service
43
43
  module Aws::SimpleDB
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::SimpleDB
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
  #
@@ -690,7 +690,7 @@ module Aws::SimpleDB
690
690
  params: params,
691
691
  config: config)
692
692
  context[:gem_name] = 'aws-sdk-simpledb'
693
- context[:gem_version] = '1.3.0'
693
+ context[:gem_version] = '1.4.0'
694
694
  Seahorse::Client::Request.new(handlers, context)
695
695
  end
696
696
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-simpledb
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