aws-sdk-ec2 1.44.0 → 1.45.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 +2 -2
- metadata +8 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a9e7bdd6b9bc0f7d2df7c25f0f32b67d776efae6
|
|
4
|
+
data.tar.gz: e6c76b0d462a572409356c708c3d795ce84540f7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e74e2592382384213f97da51fe15993bcb9b9e3f485b7abf53fd22e985755a074506d506cf30e6308be9bdb013893438ab7301d579c5bf56422cfdfaeb45ec2
|
|
7
|
+
data.tar.gz: a8371c447196f32dd66da5ef5bbac2cdbfbb09c35fa111c163a7b4122d12cb38bc0da6e3b0be27fca9a4e3dee0f54786481bc50bec8038b0a4e6a89886a79f05
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/lib/aws-sdk-ec2/client.rb
CHANGED
|
@@ -112,7 +112,7 @@ module Aws::EC2
|
|
|
112
112
|
# Required for publishing client metrics. The port that the client side monitoring
|
|
113
113
|
# agent is running on, where client metrics will be published via UDP.
|
|
114
114
|
#
|
|
115
|
-
# @option options [] :client_side_monitoring_publisher (
|
|
115
|
+
# @option options [] :client_side_monitoring_publisher (Aws::ClientSideMonitoring::Publisher)
|
|
116
116
|
# Allows you to provide a custom client-side monitoring publisher class. By default,
|
|
117
117
|
# will use the Client Side Monitoring Agent Publisher.
|
|
118
118
|
#
|
|
@@ -25717,7 +25717,7 @@ module Aws::EC2
|
|
|
25717
25717
|
params: params,
|
|
25718
25718
|
config: config)
|
|
25719
25719
|
context[:gem_name] = 'aws-sdk-ec2'
|
|
25720
|
-
context[:gem_version] = '1.
|
|
25720
|
+
context[:gem_version] = '1.45.0'
|
|
25721
25721
|
Seahorse::Client::Request.new(handlers, context)
|
|
25722
25722
|
end
|
|
25723
25723
|
|
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.45.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-
|
|
11
|
+
date: 2018-09-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sigv4
|
|
@@ -31,6 +31,9 @@ dependencies:
|
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
33
|
version: '3'
|
|
34
|
+
- - ">="
|
|
35
|
+
- !ruby/object:Gem::Version
|
|
36
|
+
version: 3.26.0
|
|
34
37
|
type: :runtime
|
|
35
38
|
prerelease: false
|
|
36
39
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -38,6 +41,9 @@ dependencies:
|
|
|
38
41
|
- - "~>"
|
|
39
42
|
- !ruby/object:Gem::Version
|
|
40
43
|
version: '3'
|
|
44
|
+
- - ">="
|
|
45
|
+
- !ruby/object:Gem::Version
|
|
46
|
+
version: 3.26.0
|
|
41
47
|
description: Official AWS Ruby gem for Amazon Elastic Compute Cloud (Amazon EC2).
|
|
42
48
|
This gem is part of the AWS SDK for Ruby.
|
|
43
49
|
email:
|