aws-sdk-eventbridge 1.35.0 → 1.36.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 +19 -2
- data/lib/aws-sdk-eventbridge/types.rb +15 -5
- 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: 744618e19be698bd640a2c4b16fc0c28d9ce92d35a6eb6ac3a9ed010889917ec
|
4
|
+
data.tar.gz: ceaf98e95ba456006a316ba8144d1d7d7ad32be56dc0b74d2cffe1e94fae4490
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cbebcf3803e3b97762fbdf34dfbddc186e09168e34501f1531ac854a463c71add5d60e6c0c107962d4d369367d9afe083e1f90066f67d7dd7cb81c5488800ac4
|
7
|
+
data.tar.gz: 22fe08ed9bcfdad478a873f68eb397853bc20295c093043234a94a13b0d525e0c44db614011dc8ba7e61f74399992e8cadeeb6a62e8a79d6f1475443c562a7c5
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.36.0
|
@@ -2308,6 +2308,10 @@ module Aws::EventBridge
|
|
2308
2308
|
# external account, specify this `StatementId` when you run
|
2309
2309
|
# [RemovePermission][1].
|
2310
2310
|
#
|
2311
|
+
# <note markdown="1"> Each `StatementId` must be unique.
|
2312
|
+
#
|
2313
|
+
# </note>
|
2314
|
+
#
|
2311
2315
|
#
|
2312
2316
|
#
|
2313
2317
|
# [1]: https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_RemovePermission.html
|
@@ -2509,6 +2513,11 @@ module Aws::EventBridge
|
|
2509
2513
|
#
|
2510
2514
|
# Targets are the resources that are invoked when a rule is triggered.
|
2511
2515
|
#
|
2516
|
+
# <note markdown="1"> Each rule can have up to five (5) targets associated with it at one
|
2517
|
+
# time.
|
2518
|
+
#
|
2519
|
+
# </note>
|
2520
|
+
#
|
2512
2521
|
# You can configure the following as targets for Events:
|
2513
2522
|
#
|
2514
2523
|
# * [API destination][1]
|
@@ -2527,6 +2536,8 @@ module Aws::EventBridge
|
|
2527
2536
|
#
|
2528
2537
|
# * Amazon EC2 `CreateSnapshot` API call
|
2529
2538
|
#
|
2539
|
+
# * EC2 Image Builder
|
2540
|
+
#
|
2530
2541
|
# * Amazon EC2 `RebootInstances` API call
|
2531
2542
|
#
|
2532
2543
|
# * Amazon EC2 `StopInstances` API call
|
@@ -2553,7 +2564,7 @@ module Aws::EventBridge
|
|
2553
2564
|
#
|
2554
2565
|
# * Amazon SNS topic
|
2555
2566
|
#
|
2556
|
-
# * Amazon SQS queues (includes FIFO queues
|
2567
|
+
# * Amazon SQS queues (includes FIFO queues)
|
2557
2568
|
#
|
2558
2569
|
# * SSM Automation
|
2559
2570
|
#
|
@@ -2847,6 +2858,12 @@ module Aws::EventBridge
|
|
2847
2858
|
# Removes the specified targets from the specified rule. When the rule
|
2848
2859
|
# is triggered, those targets are no longer be invoked.
|
2849
2860
|
#
|
2861
|
+
# <note markdown="1"> A successful execution of `RemoveTargets` doesn't guarantee all
|
2862
|
+
# targets are removed from the rule, it means that the target(s) listed
|
2863
|
+
# in the request are removed.
|
2864
|
+
#
|
2865
|
+
# </note>
|
2866
|
+
#
|
2850
2867
|
# When you remove a target, when the associated rule triggers, removed
|
2851
2868
|
# targets might continue to be invoked. Allow a short period of time for
|
2852
2869
|
# changes to take effect.
|
@@ -3335,7 +3352,7 @@ module Aws::EventBridge
|
|
3335
3352
|
params: params,
|
3336
3353
|
config: config)
|
3337
3354
|
context[:gem_name] = 'aws-sdk-eventbridge'
|
3338
|
-
context[:gem_version] = '1.
|
3355
|
+
context[:gem_version] = '1.36.0'
|
3339
3356
|
Seahorse::Client::Request.new(handlers, context)
|
3340
3357
|
end
|
3341
3358
|
|
@@ -2302,7 +2302,7 @@ module Aws::EventBridge
|
|
2302
2302
|
# Specifies the launch type on which your task is running. The launch
|
2303
2303
|
# type that you specify here must match one of the launch type
|
2304
2304
|
# (compatibilities) of the target task. The `FARGATE` value is
|
2305
|
-
# supported only in the Regions where Fargate
|
2305
|
+
# supported only in the Regions where Fargate with Amazon ECS is
|
2306
2306
|
# supported. For more information, see [Fargate on Amazon ECS][1] in
|
2307
2307
|
# the *Amazon Elastic Container Service Developer Guide*.
|
2308
2308
|
#
|
@@ -3665,7 +3665,7 @@ module Aws::EventBridge
|
|
3665
3665
|
# @return [String]
|
3666
3666
|
#
|
3667
3667
|
# @!attribute [rw] trace_header
|
3668
|
-
# An X-Ray
|
3668
|
+
# An X-Ray trace header, which is an http header (X-Amzn-Trace-Id)
|
3669
3669
|
# that contains the trace-id associated with the event.
|
3670
3670
|
#
|
3671
3671
|
# To learn more about X-Ray trace headers, see [Tracing header][1] in
|
@@ -3710,7 +3710,12 @@ module Aws::EventBridge
|
|
3710
3710
|
include Aws::Structure
|
3711
3711
|
end
|
3712
3712
|
|
3713
|
-
# Represents an event that failed to be submitted.
|
3713
|
+
# Represents an event that failed to be submitted. For information about
|
3714
|
+
# the errors that are common to all actions, see [Common Errors][1].
|
3715
|
+
#
|
3716
|
+
#
|
3717
|
+
#
|
3718
|
+
# [1]: https://docs.aws.amazon.com/eventbridge/latest/APIReference/CommonErrors.html
|
3714
3719
|
#
|
3715
3720
|
# @!attribute [rw] event_id
|
3716
3721
|
# The ID of the event.
|
@@ -3897,6 +3902,10 @@ module Aws::EventBridge
|
|
3897
3902
|
# external account, specify this `StatementId` when you run
|
3898
3903
|
# [RemovePermission][1].
|
3899
3904
|
#
|
3905
|
+
# <note markdown="1"> Each `StatementId` must be unique.
|
3906
|
+
#
|
3907
|
+
# </note>
|
3908
|
+
#
|
3900
3909
|
#
|
3901
3910
|
#
|
3902
3911
|
# [1]: https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_RemovePermission.html
|
@@ -5025,8 +5034,9 @@ module Aws::EventBridge
|
|
5025
5034
|
# }
|
5026
5035
|
#
|
5027
5036
|
# @!attribute [rw] id
|
5028
|
-
# The ID of the target
|
5029
|
-
#
|
5037
|
+
# The ID of the target within the specified rule. Use this ID to
|
5038
|
+
# reference the target when updating the rule. We recommend using a
|
5039
|
+
# memorable and unique string.
|
5030
5040
|
# @return [String]
|
5031
5041
|
#
|
5032
5042
|
# @!attribute [rw] arn
|
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.36.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: 2022-02-
|
11
|
+
date: 2022-02-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|