aws-sdk-ec2 1.58.0 → 1.59.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: a0179c310d450f74f2b10eb4a5a6bafe0458ead1
4
- data.tar.gz: 804373fe765c78ddacaeaac312c8ef204a22e7a8
3
+ metadata.gz: 8a39f92c11ad1a03e4ca9704de93381356baf581
4
+ data.tar.gz: 917b021ba78a88fefdf8ced90706ef63551c07a7
5
5
  SHA512:
6
- metadata.gz: 60e3283b2b8d8eb45b13af3a1ba1346b6eda591ba192d17511f04065fa8d6cdb70ea32cbbf3251ae5283c8c75adcbf13d0ed3a4833bbae3b4a23c6bc7d0e1204
7
- data.tar.gz: 9df1e80cb4943384e4dff82dcbddfb9c7a2c44137714c0be1d9684d640171b5a069bf812c6579a728379cf34a04bd27ae217a782ea4e57b0e05ea141dfcaa7aa
6
+ metadata.gz: '08739fca4cbc8074a0a26e8f0d763f72007f7609292f6b4b2fa3d228855d295ced98e2bba62c3d10682d5ffe5ef33026b858f719a8f4b61b8c1ac4476a122500'
7
+ data.tar.gz: 5c299bbd1f5deff426d0ff8bf18a305271f0ea3ba3f8b6ac2b295ce493cdc3f989eb06cea9dc35d80be4c3c68b55d8f652c9714670bc0b3c76df7f7af5d5a2ab
data/lib/aws-sdk-ec2.rb CHANGED
@@ -65,6 +65,6 @@ require_relative 'aws-sdk-ec2/customizations'
65
65
  # @service
66
66
  module Aws::EC2
67
67
 
68
- GEM_VERSION = '1.58.0'
68
+ GEM_VERSION = '1.59.0'
69
69
 
70
70
  end
@@ -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.58.0'
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.58.0
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-19 00:00:00.000000000 Z
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.37.0
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.37.0
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: