aws-sdk-cloudwatchevents 1.84.0 → 1.86.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: 31d5f5da83f4fac4195078ef684b2595490cce34efb1752cc419461cdc98f9ec
4
- data.tar.gz: 2d397505987a1cc74bbe62929b493ac7ade5ce553ddae5163dad80f2ea9a9ecb
3
+ metadata.gz: 3d6546993d60e7997143ef937745020a1c1e6a7ff6a9dd393b09251f98eae6a0
4
+ data.tar.gz: 8398a0ee83bb026f6073655e53098900aa7505331db983da8f7d2c7ebf382376
5
5
  SHA512:
6
- metadata.gz: 931007ab75d6afba6729be2decc6c46e2ab1949fe3940210c8bc00cc92fdb88bb6b59e59643fe0a2891d8d1623e9e75f3c93ff87115b3ad12f07c616a17b3d02
7
- data.tar.gz: 5a016a4776f759b7aba0644f851c5db5d476c559fcfffed3564d6fe1e912e0ef6bb2ae2836b52ce3cad6291a07ccb2ae7a4b330bbc5e016c2c55d0722aaee127
6
+ metadata.gz: 7071cb6b6d0d9cd13ad9515ce975eb0373fd7fe79fd80d7ec9d5848eb3865f45234818f17277b60d7ec2ad844e36a4c07ecaef37acda4264edaa042f3ba0396a
7
+ data.tar.gz: dd1d23434e49398f32d73515d4f3a54f41999ce9d347e711be5f7fc7f8d6408971b2200823dbc81cce12b01cf7b12593f5f1ab1e0604ad7890e132240e0f241d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.86.0 (2025-01-15)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.85.0 (2024-11-06)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.84.0 (2024-10-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.84.0
1
+ 1.86.0
@@ -257,11 +257,34 @@ module Aws::CloudWatchEvents
257
257
  # Used when loading credentials from the shared credentials file
258
258
  # at HOME/.aws/credentials. When not specified, 'default' is used.
259
259
  #
260
+ # @option options [String] :request_checksum_calculation ("when_supported")
261
+ # Determines when a checksum will be calculated for request payloads. Values are:
262
+ #
263
+ # * `when_supported` - (default) When set, a checksum will be
264
+ # calculated for all request payloads of operations modeled with the
265
+ # `httpChecksum` trait where `requestChecksumRequired` is `true` and/or a
266
+ # `requestAlgorithmMember` is modeled.
267
+ # * `when_required` - When set, a checksum will only be calculated for
268
+ # request payloads of operations modeled with the `httpChecksum` trait where
269
+ # `requestChecksumRequired` is `true` or where a `requestAlgorithmMember`
270
+ # is modeled and supplied.
271
+ #
260
272
  # @option options [Integer] :request_min_compression_size_bytes (10240)
261
273
  # The minimum size in bytes that triggers compression for request
262
274
  # bodies. The value must be non-negative integer value between 0
263
275
  # and 10485780 bytes inclusive.
264
276
  #
277
+ # @option options [String] :response_checksum_validation ("when_supported")
278
+ # Determines when checksum validation will be performed on response payloads. Values are:
279
+ #
280
+ # * `when_supported` - (default) When set, checksum validation is performed on all
281
+ # response payloads of operations modeled with the `httpChecksum` trait where
282
+ # `responseAlgorithms` is modeled, except when no modeled checksum algorithms
283
+ # are supported.
284
+ # * `when_required` - When set, checksum validation is not performed on
285
+ # response payloads of operations unless the checksum algorithm is supported and
286
+ # the `requestValidationModeMember` member is set to `ENABLED`.
287
+ #
265
288
  # @option options [Proc] :retry_backoff
266
289
  # A proc or lambda used for backoff. Defaults to 2**retries * retry_base_delay.
267
290
  # This option is only used in the `legacy` retry mode.
@@ -3435,7 +3458,7 @@ module Aws::CloudWatchEvents
3435
3458
  tracer: tracer
3436
3459
  )
3437
3460
  context[:gem_name] = 'aws-sdk-cloudwatchevents'
3438
- context[:gem_version] = '1.84.0'
3461
+ context[:gem_version] = '1.86.0'
3439
3462
  Seahorse::Client::Request.new(handlers, context)
3440
3463
  end
3441
3464
 
@@ -318,8 +318,8 @@ module Aws::CloudWatchEvents
318
318
  # `Value` fields. The `Value` field specifies the ID of the Amazon Web
319
319
  # Services organization. Following is an example value for `Condition`:
320
320
  #
321
- # `'\{"Type" : "StringEquals", "Key": "aws:PrincipalOrgID", "Value":
322
- # "o-1234567890"\}'`
321
+ # `'{"Type" : "StringEquals", "Key": "aws:PrincipalOrgID", "Value":
322
+ # "o-1234567890"}'`
323
323
  #
324
324
  # @!attribute [rw] type
325
325
  # Specifies the type of condition. Currently the only supported value
@@ -2041,14 +2041,14 @@ module Aws::CloudWatchEvents
2041
2041
  #
2042
2042
  # ` "InputTransformer":`
2043
2043
  #
2044
- # `\{`
2044
+ # `{`
2045
2045
  #
2046
- # `"InputPathsMap": \{"instance": "$.detail.instance","status":
2047
- # "$.detail.status"\},`
2046
+ # `"InputPathsMap": {"instance": "$.detail.instance","status":
2047
+ # "$.detail.status"},`
2048
2048
  #
2049
2049
  # `"InputTemplate": "<instance> is in state <status>"`
2050
2050
  #
2051
- # `\}`
2051
+ # `}`
2052
2052
  #
2053
2053
  # To have the `InputTemplate` include quote marks within a JSON
2054
2054
  # string, escape each quote marks with a slash, as in the following
@@ -2056,29 +2056,29 @@ module Aws::CloudWatchEvents
2056
2056
  #
2057
2057
  # ` "InputTransformer":`
2058
2058
  #
2059
- # `\{`
2059
+ # `{`
2060
2060
  #
2061
- # `"InputPathsMap": \{"instance": "$.detail.instance","status":
2062
- # "$.detail.status"\},`
2061
+ # `"InputPathsMap": {"instance": "$.detail.instance","status":
2062
+ # "$.detail.status"},`
2063
2063
  #
2064
2064
  # `"InputTemplate": "<instance> is in state "<status>""`
2065
2065
  #
2066
- # `\}`
2066
+ # `}`
2067
2067
  #
2068
2068
  # The `InputTemplate` can also be valid JSON with varibles in quotes
2069
2069
  # or out, as in the following example:
2070
2070
  #
2071
2071
  # ` "InputTransformer":`
2072
2072
  #
2073
- # `\{`
2073
+ # `{`
2074
2074
  #
2075
- # `"InputPathsMap": \{"instance": "$.detail.instance","status":
2076
- # "$.detail.status"\},`
2075
+ # `"InputPathsMap": {"instance": "$.detail.instance","status":
2076
+ # "$.detail.status"},`
2077
2077
  #
2078
- # `"InputTemplate": '\{"myInstance": <instance>,"myStatus":
2079
- # "<instance> is in state "<status>""\}'`
2078
+ # `"InputTemplate": '{"myInstance": <instance>,"myStatus": "<instance>
2079
+ # is in state "<status>""}'`
2080
2080
  #
2081
- # `\}`
2081
+ # `}`
2082
2082
  # @return [String]
2083
2083
  #
2084
2084
  # @see http://docs.aws.amazon.com/goto/WebAPI/events-2015-10-07/InputTransformer AWS API Documentation
@@ -54,7 +54,7 @@ module Aws::CloudWatchEvents
54
54
  autoload :EndpointProvider, 'aws-sdk-cloudwatchevents/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-cloudwatchevents/endpoints'
56
56
 
57
- GEM_VERSION = '1.84.0'
57
+ GEM_VERSION = '1.86.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -39,7 +39,9 @@ module Aws
39
39
  ?logger: untyped,
40
40
  ?max_attempts: Integer,
41
41
  ?profile: String,
42
+ ?request_checksum_calculation: String,
42
43
  ?request_min_compression_size_bytes: Integer,
44
+ ?response_checksum_validation: String,
43
45
  ?retry_backoff: Proc,
44
46
  ?retry_base_delay: Float,
45
47
  ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
data/sig/resource.rbs CHANGED
@@ -39,7 +39,9 @@ module Aws
39
39
  ?logger: untyped,
40
40
  ?max_attempts: Integer,
41
41
  ?profile: String,
42
+ ?request_checksum_calculation: String,
42
43
  ?request_min_compression_size_bytes: Integer,
44
+ ?response_checksum_validation: String,
43
45
  ?retry_backoff: Proc,
44
46
  ?retry_base_delay: Float,
45
47
  ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
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.84.0
4
+ version: 1.86.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: 2024-10-18 00:00:00.000000000 Z
11
+ date: 2025-01-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.210.0
22
+ version: 3.216.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.210.0
32
+ version: 3.216.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement