aws-sdk-cloudwatchevents 1.59.0 → 1.61.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudwatchevents/client.rb +6 -1
- data/lib/aws-sdk-cloudwatchevents/endpoints.rb +1 -0
- 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: 37faa8ecc463a95694ff43f09897be2f066361e805996712e6527f193bb4fe06
|
4
|
+
data.tar.gz: a2271330c2fdbe28018d3bbfa0fa3cb99ce58f07d1430ae01440af5bbee8c778
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d74050be33fbf4a4228ca7d9f4ff59456b354b4c5352074b37f824ff216bc8d05009c7200d165accd981be4c16bb1f937e4844c06f91952e6a7f3acabc5c172
|
7
|
+
data.tar.gz: bdec320b6a84c41d46ac23228b2876fd6d89e437e1c40901a0f55bfdf0e4aa8a92bec257a437479c5731954230ba0ba1b694c48281c0eacde9e17338d431aa0d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.61.0 (2023-06-15)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.60.0 (2023-05-31)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.59.0 (2023-01-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.61.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.61.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.61.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-06-15 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
|