aws-sdk-cloudwatchevents 1.84.0 → 1.85.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudwatchevents/client.rb +1 -1
- data/lib/aws-sdk-cloudwatchevents/types.rb +16 -16
- data/lib/aws-sdk-cloudwatchevents.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f786931ac478d7ed95bbb266ba53cb0104b676932cb49c98df0be02fec0f2d87
|
|
4
|
+
data.tar.gz: 9a84e48283fe2b372468ba0315879a666171a72508688e96c46dc7a29e60a2e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3ef5a7bbfc1cfb88dd2c15850611559eb891c06319ce430582b3c1f6ef8294a08813a9f9cebed0f4a5283c0271e53777819232fe764059066aafddd9509aa9bb
|
|
7
|
+
data.tar.gz: 3aa30240e8bdb050f33e790ae1cea8a2df3d0992535fbb4f13b8b576f2d57c25eb72510771f87754fb3812fa1b20aa2b1d857ee2ea769b9ba589cf3017bd2e78
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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
|
-
# `'
|
|
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":
|
|
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":
|
|
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":
|
|
2076
|
-
# "$.detail.status"
|
|
2075
|
+
# `"InputPathsMap": {"instance": "$.detail.instance","status":
|
|
2076
|
+
# "$.detail.status"},`
|
|
2077
2077
|
#
|
|
2078
|
-
# `"InputTemplate": '
|
|
2079
|
-
#
|
|
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
|
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.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-
|
|
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
|