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 +4 -4
- data/lib/aws-sdk-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/client.rb +5 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f43def92c69abd6c6811a4947f3368a173e7345a
|
|
4
|
+
data.tar.gz: de99751f64f6d7dd25729885468abb3afc1bfb51
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b23d54f78213d92eef702d0101955d6d2667b4570d925c41f46a04e63827ddc69afea5f5274e50706947250e140ff88da2f07e7e5fd8bc24c93372f143f817c
|
|
7
|
+
data.tar.gz: e5832ffedb28cc2ae2d47fc79b0bda3861cde99409880f65cf37de465bd3bbc08d3860b9db2fee2dea5b7f1bba0ee4bfdd1afde534287e092100ffbb1f738f41
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -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.
|
|
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.
|
|
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-
|
|
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.
|
|
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.
|
|
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:
|