aws-sdk-ec2 1.93.0 → 1.94.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 71d652dec0c71a364047c33bdbe7524aed4f6571
4
- data.tar.gz: 05523f090cd58aa97d899543bb568eeae88611a4
3
+ metadata.gz: f43def92c69abd6c6811a4947f3368a173e7345a
4
+ data.tar.gz: de99751f64f6d7dd25729885468abb3afc1bfb51
5
5
  SHA512:
6
- metadata.gz: af0fc7e39f344a7142a629b37224b7c8771e62fff2b8d511e4a701e79182d91c1bbc79d579f5db9c568613b25822dcee685911f93b11a57a12781500d36c0b2f
7
- data.tar.gz: f427bf4758be3186c9c7b6e90c2bd922e6a14981f0103dfa6c49db4c76982ab181d52b01bb255134ea35650f35c4899f43994573216d6d31a6f7581fd986d8c4
6
+ metadata.gz: 4b23d54f78213d92eef702d0101955d6d2667b4570d925c41f46a04e63827ddc69afea5f5274e50706947250e140ff88da2f07e7e5fd8bc24c93372f143f817c
7
+ data.tar.gz: e5832ffedb28cc2ae2d47fc79b0bda3861cde99409880f65cf37de465bd3bbc08d3860b9db2fee2dea5b7f1bba0ee4bfdd1afde534287e092100ffbb1f738f41
@@ -65,6 +65,6 @@ require_relative 'aws-sdk-ec2/customizations'
65
65
  # @service
66
66
  module Aws::EC2
67
67
 
68
- GEM_VERSION = '1.93.0'
68
+ GEM_VERSION = '1.94.0'
69
69
 
70
70
  end
@@ -120,6 +120,10 @@ module Aws::EC2
120
120
  # Allows you to provide an identifier for this client which will be attached to
121
121
  # all generated client side metrics. Defaults to an empty string.
122
122
  #
123
+ # @option options [String] :client_side_monitoring_host ("127.0.0.1")
124
+ # Allows you to specify the DNS hostname or IPv4 or IPv6 address that the client
125
+ # side monitoring agent is running on, where client metrics will be published via UDP.
126
+ #
123
127
  # @option options [Integer] :client_side_monitoring_port (31000)
124
128
  # Required for publishing client metrics. The port that the client side monitoring
125
129
  # agent is running on, where client metrics will be published via UDP.
@@ -30726,7 +30730,7 @@ module Aws::EC2
30726
30730
  params: params,
30727
30731
  config: config)
30728
30732
  context[:gem_name] = 'aws-sdk-ec2'
30729
- context[:gem_version] = '1.93.0'
30733
+ context[:gem_version] = '1.94.0'
30730
30734
  Seahorse::Client::Request.new(handlers, context)
30731
30735
  end
30732
30736
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ec2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.93.0
4
+ version: 1.94.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-06-14 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-sigv4
@@ -33,7 +33,7 @@ dependencies:
33
33
  version: '3'
34
34
  - - ">="
35
35
  - !ruby/object:Gem::Version
36
- version: 3.53.0
36
+ version: 3.56.0
37
37
  type: :runtime
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: '3'
44
44
  - - ">="
45
45
  - !ruby/object:Gem::Version
46
- version: 3.53.0
46
+ version: 3.56.0
47
47
  description: Official AWS Ruby gem for Amazon Elastic Compute Cloud (Amazon EC2).
48
48
  This gem is part of the AWS SDK for Ruby.
49
49
  email: