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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fea9e72c564281474fadd367018d2fc7a4f015447301607be2acc35e41d785a7
4
- data.tar.gz: 491e4b5883a1b42d676e4264fc0a8a1b4d9f4f229dac43657ff6949d8f2da243
3
+ metadata.gz: 4d803f54df52bad67177a0361c431235c2eccf52147d3989191e9b4e47e2c8b6
4
+ data.tar.gz: 56d0fe21e2c27aed2ca146158ddd83c752e04af667895b78be4307b2c78e3405
5
5
  SHA512:
6
- metadata.gz: 055f00352a849c0d0084e428f44ecea46dbccbc85294b336f440ae23bf9505cf2c55f952b2f8a85342bf162b7038a7cae79fe1cfdc80012bb85210438bdb2ef8
7
- data.tar.gz: eaa3ced1fae65ad560123769d22dfbf927e5456f2ad3c0ccd646ff2ecf07d1be9ef14f667e779b8cd651ae0f177e71e79eac085db7c07076012c5ad710316a01
6
+ metadata.gz: 4fb2beb182c5dbcad307f7a1ad70f7c9e23fb3f6621cc1d95ab67b10dbbbddad5723e6b9d903b6a571c7f5ef5257288a79a8c7d9f012301dd370b35610e7a6f7
7
+ data.tar.gz: 518e03f1dc07a87644dccb0092a8a322a18d123a40119091568c31a1b8530b7b5aba490cd1e406e59f87933467d23e7c579c8d322d6c0dd6bcbdf172207e0253
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.60.0 (2023-05-31)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.59.0 (2023-01-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.59.0
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.59.0'
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"\}'`
@@ -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.60.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.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-01-18 00:00:00.000000000 Z
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.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