aws-sdk-cloudwatchevents 1.59.0 → 1.60.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudwatchevents/client.rb +6 -1
- data/lib/aws-sdk-cloudwatchevents/types.rb +1 -1
- data/lib/aws-sdk-cloudwatchevents.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4d803f54df52bad67177a0361c431235c2eccf52147d3989191e9b4e47e2c8b6
|
|
4
|
+
data.tar.gz: 56d0fe21e2c27aed2ca146158ddd83c752e04af667895b78be4307b2c78e3405
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4fb2beb182c5dbcad307f7a1ad70f7c9e23fb3f6621cc1d95ab67b10dbbbddad5723e6b9d903b6a571c7f5ef5257288a79a8c7d9f012301dd370b35610e7a6f7
|
|
7
|
+
data.tar.gz: 518e03f1dc07a87644dccb0092a8a322a18d123a40119091568c31a1b8530b7b5aba490cd1e406e59f87933467d23e7c579c8d322d6c0dd6bcbdf172207e0253
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.60.0
|
|
@@ -275,6 +275,11 @@ module Aws::CloudWatchEvents
|
|
|
275
275
|
# in the future.
|
|
276
276
|
#
|
|
277
277
|
#
|
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
|
279
|
+
# A unique and opaque application ID that is appended to the
|
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
|
281
|
+
# maximum length of 50.
|
|
282
|
+
#
|
|
278
283
|
# @option options [String] :secret_access_key
|
|
279
284
|
#
|
|
280
285
|
# @option options [String] :session_token
|
|
@@ -3354,7 +3359,7 @@ module Aws::CloudWatchEvents
|
|
|
3354
3359
|
params: params,
|
|
3355
3360
|
config: config)
|
|
3356
3361
|
context[:gem_name] = 'aws-sdk-cloudwatchevents'
|
|
3357
|
-
context[:gem_version] = '1.
|
|
3362
|
+
context[:gem_version] = '1.60.0'
|
|
3358
3363
|
Seahorse::Client::Request.new(handlers, context)
|
|
3359
3364
|
end
|
|
3360
3365
|
|
|
@@ -316,7 +316,7 @@ module Aws::CloudWatchEvents
|
|
|
316
316
|
# the only supported condition is membership in a certain Amazon Web
|
|
317
317
|
# Services organization. The string must contain `Type`, `Key`, and
|
|
318
318
|
# `Value` fields. The `Value` field specifies the ID of the Amazon Web
|
|
319
|
-
# Services organization. Following is an example value for `Condition
|
|
319
|
+
# Services organization. Following is an example value for `Condition`:
|
|
320
320
|
#
|
|
321
321
|
# `'\{"Type" : "StringEquals", "Key": "aws:PrincipalOrgID", "Value":
|
|
322
322
|
# "o-1234567890"\}'`
|
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.60.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-
|
|
11
|
+
date: 2023-05-31 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.
|
|
22
|
+
version: 3.174.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.
|
|
32
|
+
version: 3.174.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|