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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5c3da2acbabf8352284abf2fc48a4cc8249a5a92
4
- data.tar.gz: 2bab17284fdf9adce557ef958be767d15a5ce9d9
3
+ metadata.gz: a9e7bdd6b9bc0f7d2df7c25f0f32b67d776efae6
4
+ data.tar.gz: e6c76b0d462a572409356c708c3d795ce84540f7
5
5
  SHA512:
6
- metadata.gz: f403327af01f4a7a84f440410d393cea35c5976d3d2ac796f57cc6d8d65dbe40b8121b0229740c69f2244649aa5855b6ff5358d8cafd74b96847ec884e501ca3
7
- data.tar.gz: 0e53f611c33d5607dd9a225b40eb87eb973cd9cff31774c11c91c92f11b120a3be367c2a23595ff196ef92969e2acebee9cabc6547a028f6141f58064cd297a2
6
+ metadata.gz: 3e74e2592382384213f97da51fe15993bcb9b9e3f485b7abf53fd22e985755a074506d506cf30e6308be9bdb013893438ab7301d579c5bf56422cfdfaeb45ec2
7
+ data.tar.gz: a8371c447196f32dd66da5ef5bbac2cdbfbb09c35fa111c163a7b4122d12cb38bc0da6e3b0be27fca9a4e3dee0f54786481bc50bec8038b0a4e6a89886a79f05
@@ -65,6 +65,6 @@ require_relative 'aws-sdk-ec2/customizations'
65
65
  # @service
66
66
  module Aws::EC2
67
67
 
68
- GEM_VERSION = '1.44.0'
68
+ GEM_VERSION = '1.45.0'
69
69
 
70
70
  end
@@ -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 (#<Aws::ClientSideMonitoring::Publisher:0x00007f20e3c7b9f0 @agent_port=nil, @mutex=#<Thread::Mutex:0x00007f20e3c7b9a0>>)
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.44.0'
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.44.0
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-05 00:00:00.000000000 Z
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: