aws-sdk-ec2 1.58.0 → 1.59.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-ec2.rb +1 -1
- data/lib/aws-sdk-ec2/client.rb +7 -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: 8a39f92c11ad1a03e4ca9704de93381356baf581
|
4
|
+
data.tar.gz: 917b021ba78a88fefdf8ced90706ef63551c07a7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '08739fca4cbc8074a0a26e8f0d763f72007f7609292f6b4b2fa3d228855d295ced98e2bba62c3d10682d5ffe5ef33026b858f719a8f4b61b8c1ac4476a122500'
|
7
|
+
data.tar.gz: 5c299bbd1f5deff426d0ff8bf18a305271f0ea3ba3f8b6ac2b295ce493cdc3f989eb06cea9dc35d80be4c3c68b55d8f652c9714670bc0b3c76df7f7af5d5a2ab
|
data/lib/aws-sdk-ec2.rb
CHANGED
data/lib/aws-sdk-ec2/client.rb
CHANGED
@@ -16,6 +16,7 @@ require 'aws-sdk-core/plugins/retry_errors.rb'
|
|
16
16
|
require 'aws-sdk-core/plugins/global_configuration.rb'
|
17
17
|
require 'aws-sdk-core/plugins/regional_endpoint.rb'
|
18
18
|
require 'aws-sdk-core/plugins/endpoint_discovery.rb'
|
19
|
+
require 'aws-sdk-core/plugins/endpoint_pattern.rb'
|
19
20
|
require 'aws-sdk-core/plugins/response_paging.rb'
|
20
21
|
require 'aws-sdk-core/plugins/stub_responses.rb'
|
21
22
|
require 'aws-sdk-core/plugins/idempotency_token.rb'
|
@@ -49,6 +50,7 @@ module Aws::EC2
|
|
49
50
|
add_plugin(Aws::Plugins::GlobalConfiguration)
|
50
51
|
add_plugin(Aws::Plugins::RegionalEndpoint)
|
51
52
|
add_plugin(Aws::Plugins::EndpointDiscovery)
|
53
|
+
add_plugin(Aws::Plugins::EndpointPattern)
|
52
54
|
add_plugin(Aws::Plugins::ResponsePaging)
|
53
55
|
add_plugin(Aws::Plugins::StubResponses)
|
54
56
|
add_plugin(Aws::Plugins::IdempotencyToken)
|
@@ -128,6 +130,10 @@ module Aws::EC2
|
|
128
130
|
# When `true`, an attempt is made to coerce request parameters into
|
129
131
|
# the required types.
|
130
132
|
#
|
133
|
+
# @option options [Boolean] :disable_host_prefix_injection (false)
|
134
|
+
# Set to true to disable SDK automatically adding host prefix
|
135
|
+
# to default service endpoint when available.
|
136
|
+
#
|
131
137
|
# @option options [String] :endpoint
|
132
138
|
# The client endpoint is normally constructed from the `:region`
|
133
139
|
# option. You should only configure an `:endpoint` when connecting
|
@@ -26808,7 +26814,7 @@ module Aws::EC2
|
|
26808
26814
|
params: params,
|
26809
26815
|
config: config)
|
26810
26816
|
context[:gem_name] = 'aws-sdk-ec2'
|
26811
|
-
context[:gem_version] = '1.
|
26817
|
+
context[:gem_version] = '1.59.0'
|
26812
26818
|
Seahorse::Client::Request.new(handlers, context)
|
26813
26819
|
end
|
26814
26820
|
|
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.59.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-11-
|
11
|
+
date: 2018-11-20 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.39.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.39.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:
|