aws-sdk-cloudwatchevents 1.11.1 → 1.12.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a4b48ad6062607d27c80c22a0e6d34163f793646
4
- data.tar.gz: d2f5c850cbed3f214bf4fb78d2794930ed696174
3
+ metadata.gz: 1bc70805263aaeb99915e21235a60e5d23058e41
4
+ data.tar.gz: 0fabdc0b8b9ef3a0e0ef4283d4288a6694a97e45
5
5
  SHA512:
6
- metadata.gz: ad6c8776d38799ca1a944e90272ea6a01c9f0b21b95e71d12a5190fb93c44ede7556913976f44724641cc86baa5e94d9ec4abf05ec2c9f961540efae656922da
7
- data.tar.gz: 3b8c07e70b744764de4df4c6a0d12969589d79f1d1e01c6faabe279872db7cec159c6bb314fa05059bb2ba3a1b83d9d77c9f327964efe8fe2f231ba11b888ea5
6
+ metadata.gz: b2834c42acc8351be426b87ead8d221edc73decbbfd93347ba294f3a7cf92eb20f7a7a3cf449595d390e74facb7c7d81bbb18c39915e89df78e490ffd6e35c63
7
+ data.tar.gz: 7a61f3a89482cfda5bd9c05bee7c4d374065b9fd1f5881d04e102611d2c12d0fa9f28e30735e7fc615416a22ac5531c815fdeff978967d91c6df4920da2eea1a
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-cloudwatchevents/customizations'
42
42
  # @service
43
43
  module Aws::CloudWatchEvents
44
44
 
45
- GEM_VERSION = '1.11.1'
45
+ GEM_VERSION = '1.12.0'
46
46
 
47
47
  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'
@@ -47,6 +48,7 @@ module Aws::CloudWatchEvents
47
48
  add_plugin(Aws::Plugins::GlobalConfiguration)
48
49
  add_plugin(Aws::Plugins::RegionalEndpoint)
49
50
  add_plugin(Aws::Plugins::EndpointDiscovery)
51
+ add_plugin(Aws::Plugins::EndpointPattern)
50
52
  add_plugin(Aws::Plugins::ResponsePaging)
51
53
  add_plugin(Aws::Plugins::StubResponses)
52
54
  add_plugin(Aws::Plugins::IdempotencyToken)
@@ -124,6 +126,10 @@ module Aws::CloudWatchEvents
124
126
  # When `true`, an attempt is made to coerce request parameters into
125
127
  # the required types.
126
128
  #
129
+ # @option options [Boolean] :disable_host_prefix_injection (false)
130
+ # Set to true to disable SDK automatically adding host prefix
131
+ # to default service endpoint when available.
132
+ #
127
133
  # @option options [String] :endpoint
128
134
  # The client endpoint is normally constructed from the `:region`
129
135
  # option. You should only configure an `:endpoint` when connecting
@@ -1088,7 +1094,7 @@ module Aws::CloudWatchEvents
1088
1094
  params: params,
1089
1095
  config: config)
1090
1096
  context[:gem_name] = 'aws-sdk-cloudwatchevents'
1091
- context[:gem_version] = '1.11.1'
1097
+ context[:gem_version] = '1.12.0'
1092
1098
  Seahorse::Client::Request.new(handlers, context)
1093
1099
  end
1094
1100
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatchevents
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.1
4
+ version: 1.12.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-16 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-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.37.0
22
+ version: 3.39.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.37.0
32
+ version: 3.39.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement