aws-sdk-sms 1.13.0 → 1.14.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: 1b2978f609171d6ba2eef1742bb1b6c00ef9d1a5
4
- data.tar.gz: d999bafd96d84e40f28606a507813d8a7a6111b1
3
+ metadata.gz: de869111a8a80f40abd3771b45e673cfa5ccfa87
4
+ data.tar.gz: a5d57774e4f5826d519d5ba01b38ff9e42ecae12
5
5
  SHA512:
6
- metadata.gz: 992846fbc269769435dc5a0127f36e1ebe5027161cf4ef0b05a0248fc6ead4adfc3d878693e9dc889ff2b78e3e2c0169de75336d75a1f15b9167fba72c0c934a
7
- data.tar.gz: 9b82548c55449720e4e6c75eaa0718c5eda5a11527ceea0d4035924b19d7368219648b4718ba93d0fff7aac0405250cbb9ca8a17b2170247c75cfe35b15f9f7d
6
+ metadata.gz: 006fa86023c46a50560ff941bfedbd1917917d6bd785ffde7b183b6db3da27630de8b17b0df988c7e92cfb22ae0769f68f5833e2fdb0cd2965f30994e806819b
7
+ data.tar.gz: 98e797b111468fa63cb14803e45b714d322b173b4c11b80a8d2ac26b75d08a99d37b875534c7e3a2d4c7886eb85c95e7c65a5bf761b813d8b739c85427132276
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-sms/customizations'
42
42
  # @service
43
43
  module Aws::SMS
44
44
 
45
- GEM_VERSION = '1.13.0'
45
+ GEM_VERSION = '1.14.0'
46
46
 
47
47
  end
@@ -116,6 +116,10 @@ module Aws::SMS
116
116
  # Allows you to provide an identifier for this client which will be attached to
117
117
  # all generated client side metrics. Defaults to an empty string.
118
118
  #
119
+ # @option options [String] :client_side_monitoring_host ("127.0.0.1")
120
+ # Allows you to specify the DNS hostname or IPv4 or IPv6 address that the client
121
+ # side monitoring agent is running on, where client metrics will be published via UDP.
122
+ #
119
123
  # @option options [Integer] :client_side_monitoring_port (31000)
120
124
  # Required for publishing client metrics. The port that the client side monitoring
121
125
  # agent is running on, where client metrics will be published via UDP.
@@ -1628,7 +1632,7 @@ module Aws::SMS
1628
1632
  params: params,
1629
1633
  config: config)
1630
1634
  context[:gem_name] = 'aws-sdk-sms'
1631
- context[:gem_version] = '1.13.0'
1635
+ context[:gem_version] = '1.14.0'
1632
1636
  Seahorse::Client::Request.new(handlers, context)
1633
1637
  end
1634
1638
 
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.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: 2019-05-21 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