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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fea9e72c564281474fadd367018d2fc7a4f015447301607be2acc35e41d785a7
4
- data.tar.gz: 491e4b5883a1b42d676e4264fc0a8a1b4d9f4f229dac43657ff6949d8f2da243
3
+ metadata.gz: 37faa8ecc463a95694ff43f09897be2f066361e805996712e6527f193bb4fe06
4
+ data.tar.gz: a2271330c2fdbe28018d3bbfa0fa3cb99ce58f07d1430ae01440af5bbee8c778
5
5
  SHA512:
6
- metadata.gz: 055f00352a849c0d0084e428f44ecea46dbccbc85294b336f440ae23bf9505cf2c55f952b2f8a85342bf162b7038a7cae79fe1cfdc80012bb85210438bdb2ef8
7
- data.tar.gz: eaa3ced1fae65ad560123769d22dfbf927e5456f2ad3c0ccd646ff2ecf07d1be9ef14f667e779b8cd651ae0f177e71e79eac085db7c07076012c5ad710316a01
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.59.0
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.59.0'
3362
+ context[:gem_version] = '1.61.0'
3358
3363
  Seahorse::Client::Request.new(handlers, context)
3359
3364
  end
3360
3365
 
@@ -9,6 +9,7 @@
9
9
 
10
10
 
11
11
  module Aws::CloudWatchEvents
12
+ # @api private
12
13
  module Endpoints
13
14
 
14
15
  class ActivateEventSource
@@ -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"\}'`
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-cloudwatchevents/customizations'
52
52
  # @!group service
53
53
  module Aws::CloudWatchEvents
54
54
 
55
- GEM_VERSION = '1.59.0'
55
+ GEM_VERSION = '1.61.0'
56
56
 
57
57
  end
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.59.0
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-01-18 00:00:00.000000000 Z
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.165.0
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.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement