aws-sdk-sms 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: 9f5847875f03cd74d19c20e19af9e0676172251e
4
- data.tar.gz: 7b7a2f7de98629c26d02ef88130f5cb575353bc3
3
+ metadata.gz: d42ee1df0d27900bcf64c7edb347c0a9f27baa56
4
+ data.tar.gz: 01e24c26866d478943acc81adba6eb4dc91b2554
5
5
  SHA512:
6
- metadata.gz: 671eb651a37ee92561f5b1d801cadc2e45c098517d8e6ed3b7853e046de125cd73710f793b0ea390755067e1a82cf9125d895f7cefa91255bbd1fa09ddc9e3f8
7
- data.tar.gz: '098075075666a396bd31ad2616f370bc9b7faf306a8118a6de68543ea2a00b165b65bb172710ea7c5631745c339e4b0cdd1cb1d9cb8e427b03d0a0cb68a6b062'
6
+ metadata.gz: 960ad90c3c8e375442c635df363621305d2a4cc6c76d2dbe9d901fb8399a3fd53c9712001678e6cbfdd78e7e584b5c9e5d79e0510646eed40d8f4b0ebd726c74
7
+ data.tar.gz: 229b3fa3ae35d9868d360ec9505c9c7bf8514ac2f63dcdaa8ace1dd6242934ace17b6a1c96f30d195e01c63160aad21d34b9eaeb11db56c1e56bd02b40b524fa
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-sms/customizations'
42
42
  # @service
43
43
  module Aws::SMS
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::SMS
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
  #
@@ -660,7 +660,7 @@ module Aws::SMS
660
660
  params: params,
661
661
  config: config)
662
662
  context[:gem_name] = 'aws-sdk-sms'
663
- context[:gem_version] = '1.3.0'
663
+ context[:gem_version] = '1.4.0'
664
664
  Seahorse::Client::Request.new(handlers, context)
665
665
  end
666
666
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sms
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