aws-sdk-cloudwatchevents 1.63.0 → 1.64.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudwatchevents/client.rb +5 -1
- data/lib/aws-sdk-cloudwatchevents.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7e1749d2e16c183c4c17858d12e6e6532fb59b6e27e6c3f8e0ca2ecd94ebcd4a
|
4
|
+
data.tar.gz: 75e077847eb36169bc36a20e073b3cdf06ec50515eab1f73d46fdfe50f9bf842
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e9cf81714ce2c920451e5257ea0fa68cf568ba16d1924f3779ee13ed6f61a3ae1fdf11eff8403524163b0b6073a7e8361ae72ed3605183f77bcc69f45add5856
|
7
|
+
data.tar.gz: 135294ec8300e2a3d0616af4ba878869f9585d0d9b7aa059eb8b62d1e803c37d1bf63c68dfd4f5c7ba9b243325a82e7ae1fe5f56d97f57785253c2e08c7f8e11
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.64.0
|
@@ -216,6 +216,10 @@ module Aws::CloudWatchEvents
|
|
216
216
|
# @option options [Boolean] :endpoint_discovery (false)
|
217
217
|
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
218
218
|
#
|
219
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
220
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
221
|
+
# variables and the shared configuration file.
|
222
|
+
#
|
219
223
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
220
224
|
# The log formatter.
|
221
225
|
#
|
@@ -3370,7 +3374,7 @@ module Aws::CloudWatchEvents
|
|
3370
3374
|
params: params,
|
3371
3375
|
config: config)
|
3372
3376
|
context[:gem_name] = 'aws-sdk-cloudwatchevents'
|
3373
|
-
context[:gem_version] = '1.
|
3377
|
+
context[:gem_version] = '1.64.0'
|
3374
3378
|
Seahorse::Client::Request.new(handlers, context)
|
3375
3379
|
end
|
3376
3380
|
|
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.
|
4
|
+
version: 1.64.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: 2023-07-
|
11
|
+
date: 2023-07-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|