aws-sdk-pricing 1.12.0 → 1.13.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: 8dacf40d78283c971f1382e87c8b5d5b398b65f0
4
- data.tar.gz: a127a5b5e6e22a9ec77b44eb288fe342967be37d
3
+ metadata.gz: 2a6c515295490eb9c5e42b76867b5e3db7a1020e
4
+ data.tar.gz: 3c3a1a53005ced606867dcdc02207fb47cfd9fa2
5
5
  SHA512:
6
- metadata.gz: 47a42c8fe0f7d5d4bda9b4f481165329a0662a264cfdb7d86dc8a0e003c1bf0fcb7b9a4533ca53f0ad2e89c76a40053e8ef3c80ffdca2f382b5373d6f03f69df
7
- data.tar.gz: 16bf451c846542e4112e3a01638bc04fede45a64d98efe2c29af623705714239f9be632bc2905340213ea5745efc6cc63107990422ecca1b344ef201538a13cf
6
+ metadata.gz: c3eea81d65d24ecd652c50b18cbd101ddb750a1365988120b958ef5e54a0ac8a1cf45a271e9dd68e8382d3b29a24930aeba1a44a9e46c67a7d4341c35c14557f
7
+ data.tar.gz: 1a0a64c7dd51a65b5f3cb2c092d12e4926c7100d6a4712382c0dae6eafb98d9d6d72047833b98079d587d6932076eabc49394dfe0a98861beb504022b7936002
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-pricing/customizations'
42
42
  # @service
43
43
  module Aws::Pricing
44
44
 
45
- GEM_VERSION = '1.12.0'
45
+ GEM_VERSION = '1.13.0'
46
46
 
47
47
  end
@@ -116,6 +116,10 @@ module Aws::Pricing
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.
@@ -528,7 +532,7 @@ module Aws::Pricing
528
532
  params: params,
529
533
  config: config)
530
534
  context[:gem_name] = 'aws-sdk-pricing'
531
- context[:gem_version] = '1.12.0'
535
+ context[:gem_version] = '1.13.0'
532
536
  Seahorse::Client::Request.new(handlers, context)
533
537
  end
534
538
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-pricing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.0
4
+ version: 1.13.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