aws-sdk-cloudwatchevents 1.84.0 → 1.85.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: f786931ac478d7ed95bbb266ba53cb0104b676932cb49c98df0be02fec0f2d87
4
+ data.tar.gz: 9a84e48283fe2b372468ba0315879a666171a72508688e96c46dc7a29e60a2e9
5
5
  SHA512:
6
- metadata.gz: 931007ab75d6afba6729be2decc6c46e2ab1949fe3940210c8bc00cc92fdb88bb6b59e59643fe0a2891d8d1623e9e75f3c93ff87115b3ad12f07c616a17b3d02
7
- data.tar.gz: 5a016a4776f759b7aba0644f851c5db5d476c559fcfffed3564d6fe1e912e0ef6bb2ae2836b52ce3cad6291a07ccb2ae7a4b330bbc5e016c2c55d0722aaee127
6
+ metadata.gz: 3ef5a7bbfc1cfb88dd2c15850611559eb891c06319ce430582b3c1f6ef8294a08813a9f9cebed0f4a5283c0271e53777819232fe764059066aafddd9509aa9bb
7
+ data.tar.gz: 3aa30240e8bdb050f33e790ae1cea8a2df3d0992535fbb4f13b8b576f2d57c25eb72510771f87754fb3812fa1b20aa2b1d857ee2ea769b9ba589cf3017bd2e78
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.85.0 (2024-11-06)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.84.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.84.0
1
+ 1.85.0
@@ -3435,7 +3435,7 @@ module Aws::CloudWatchEvents
3435
3435
  tracer: tracer
3436
3436
  )
3437
3437
  context[:gem_name] = 'aws-sdk-cloudwatchevents'
3438
- context[:gem_version] = '1.84.0'
3438
+ context[:gem_version] = '1.85.0'
3439
3439
  Seahorse::Client::Request.new(handlers, context)
3440
3440
  end
3441
3441
 
@@ -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.85.0'
58
58
 
59
59
  end
60
60
 
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.85.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: 2024-11-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core