aws-sdk-eventbridge 1.72.0 → 1.73.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-eventbridge/client.rb +1 -1
- data/lib/aws-sdk-eventbridge/types.rb +16 -16
- data/lib/aws-sdk-eventbridge.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: bee29a2d54938366e2e4bf5eb24d12173815ddb315741d40fd28eeec33105964
|
4
|
+
data.tar.gz: e21e2d11dfb8e4a11244127fce67e78b1df40a8bac3546a7ac16745215e78282
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5b0a6e89edab7eb425ed0f87796390523aa3d758ffc0721f8ea60fa379bfac478b2f0f8175b7d3bfb782329ab975b5f056cb6694078fdc9dca874b77726ae710
|
7
|
+
data.tar.gz: 6602913447af063d9f67c578c079efdc6dccc4b4323a88bb096ba78edb7ec5b07b8c345d4ec1782dc10a37ef9e963ef221877d55f3f71d969b14de515af61acc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.73.0
|
@@ -341,8 +341,8 @@ module Aws::EventBridge
|
|
341
341
|
# `Value` fields. The `Value` field specifies the ID of the Amazon Web
|
342
342
|
# Services organization. Following is an example value for `Condition`:
|
343
343
|
#
|
344
|
-
# `'
|
345
|
-
# "o-1234567890"
|
344
|
+
# `'{"Type" : "StringEquals", "Key": "aws:PrincipalOrgID", "Value":
|
345
|
+
# "o-1234567890"}'`
|
346
346
|
#
|
347
347
|
# @!attribute [rw] type
|
348
348
|
# Specifies the type of condition. Currently the only supported value
|
@@ -2535,14 +2535,14 @@ module Aws::EventBridge
|
|
2535
2535
|
#
|
2536
2536
|
# ` "InputTransformer":`
|
2537
2537
|
#
|
2538
|
-
#
|
2538
|
+
# `{`
|
2539
2539
|
#
|
2540
|
-
# `"InputPathsMap":
|
2541
|
-
# "$.detail.status"
|
2540
|
+
# `"InputPathsMap": {"instance": "$.detail.instance","status":
|
2541
|
+
# "$.detail.status"},`
|
2542
2542
|
#
|
2543
2543
|
# `"InputTemplate": "<instance> is in state <status>"`
|
2544
2544
|
#
|
2545
|
-
#
|
2545
|
+
# `}`
|
2546
2546
|
#
|
2547
2547
|
# To have the `InputTemplate` include quote marks within a JSON
|
2548
2548
|
# string, escape each quote marks with a slash, as in the following
|
@@ -2550,29 +2550,29 @@ module Aws::EventBridge
|
|
2550
2550
|
#
|
2551
2551
|
# ` "InputTransformer":`
|
2552
2552
|
#
|
2553
|
-
#
|
2553
|
+
# `{`
|
2554
2554
|
#
|
2555
|
-
# `"InputPathsMap":
|
2556
|
-
# "$.detail.status"
|
2555
|
+
# `"InputPathsMap": {"instance": "$.detail.instance","status":
|
2556
|
+
# "$.detail.status"},`
|
2557
2557
|
#
|
2558
2558
|
# `"InputTemplate": "<instance> is in state "<status>""`
|
2559
2559
|
#
|
2560
|
-
#
|
2560
|
+
# `}`
|
2561
2561
|
#
|
2562
2562
|
# The `InputTemplate` can also be valid JSON with varibles in quotes
|
2563
2563
|
# or out, as in the following example:
|
2564
2564
|
#
|
2565
2565
|
# ` "InputTransformer":`
|
2566
2566
|
#
|
2567
|
-
#
|
2567
|
+
# `{`
|
2568
2568
|
#
|
2569
|
-
# `"InputPathsMap":
|
2570
|
-
# "$.detail.status"
|
2569
|
+
# `"InputPathsMap": {"instance": "$.detail.instance","status":
|
2570
|
+
# "$.detail.status"},`
|
2571
2571
|
#
|
2572
|
-
# `"InputTemplate": '
|
2573
|
-
#
|
2572
|
+
# `"InputTemplate": '{"myInstance": <instance>,"myStatus": "<instance>
|
2573
|
+
# is in state "<status>""}'`
|
2574
2574
|
#
|
2575
|
-
#
|
2575
|
+
# `}`
|
2576
2576
|
# @return [String]
|
2577
2577
|
#
|
2578
2578
|
# @see http://docs.aws.amazon.com/goto/WebAPI/eventbridge-2015-10-07/InputTransformer AWS API Documentation
|
data/lib/aws-sdk-eventbridge.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-eventbridge
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.73.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
|