aws-sdk-eventbridge 1.34.0 → 1.37.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-eventbridge/client.rb +23 -2
- data/lib/aws-sdk-eventbridge/types.rb +15 -5
- data/lib/aws-sdk-eventbridge.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4043d29bdf199f47d79f7905c1e144efc3a583d73536012348f276cde8b9583b
|
4
|
+
data.tar.gz: 9b4195171f5ad20d0f3c87d1ba41a21c81ba519a73e380543c3a15c01a592b22
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db9c11d97797f3c5dcfda08b50e51fd97e00ce7a584c3460bfff3f305841630792ae8a056c16b8f6fac08f480a89743be6218e623e18f8bb6cb17846cc3467c9
|
7
|
+
data.tar.gz: b3bbb2c8cb0709fde9bd1e9cc0cb89656e76424dc0fbb6c8a6a8bcb9cc60fab4dbc38ee16b6c8a2a7377e91897d1e439c0c19b84b1f10b9ecfbdfda7d4b1fa93
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.37.0 (2022-02-24)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.36.0 (2022-02-07)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Documentation updates for EventBridge
|
13
|
+
|
14
|
+
1.35.0 (2022-02-03)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
4
19
|
1.34.0 (2021-12-21)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.37.0
|
@@ -27,7 +27,9 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
|
27
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
28
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
29
|
require 'aws-sdk-core/plugins/http_checksum.rb'
|
30
|
+
require 'aws-sdk-core/plugins/checksum_algorithm.rb'
|
30
31
|
require 'aws-sdk-core/plugins/defaults_mode.rb'
|
32
|
+
require 'aws-sdk-core/plugins/recursion_detection.rb'
|
31
33
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
32
34
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
33
35
|
|
@@ -74,7 +76,9 @@ module Aws::EventBridge
|
|
74
76
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
75
77
|
add_plugin(Aws::Plugins::TransferEncoding)
|
76
78
|
add_plugin(Aws::Plugins::HttpChecksum)
|
79
|
+
add_plugin(Aws::Plugins::ChecksumAlgorithm)
|
77
80
|
add_plugin(Aws::Plugins::DefaultsMode)
|
81
|
+
add_plugin(Aws::Plugins::RecursionDetection)
|
78
82
|
add_plugin(Aws::Plugins::SignatureV4)
|
79
83
|
add_plugin(Aws::Plugins::Protocols::JsonRpc)
|
80
84
|
|
@@ -2306,6 +2310,10 @@ module Aws::EventBridge
|
|
2306
2310
|
# external account, specify this `StatementId` when you run
|
2307
2311
|
# [RemovePermission][1].
|
2308
2312
|
#
|
2313
|
+
# <note markdown="1"> Each `StatementId` must be unique.
|
2314
|
+
#
|
2315
|
+
# </note>
|
2316
|
+
#
|
2309
2317
|
#
|
2310
2318
|
#
|
2311
2319
|
# [1]: https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_RemovePermission.html
|
@@ -2507,6 +2515,11 @@ module Aws::EventBridge
|
|
2507
2515
|
#
|
2508
2516
|
# Targets are the resources that are invoked when a rule is triggered.
|
2509
2517
|
#
|
2518
|
+
# <note markdown="1"> Each rule can have up to five (5) targets associated with it at one
|
2519
|
+
# time.
|
2520
|
+
#
|
2521
|
+
# </note>
|
2522
|
+
#
|
2510
2523
|
# You can configure the following as targets for Events:
|
2511
2524
|
#
|
2512
2525
|
# * [API destination][1]
|
@@ -2525,6 +2538,8 @@ module Aws::EventBridge
|
|
2525
2538
|
#
|
2526
2539
|
# * Amazon EC2 `CreateSnapshot` API call
|
2527
2540
|
#
|
2541
|
+
# * EC2 Image Builder
|
2542
|
+
#
|
2528
2543
|
# * Amazon EC2 `RebootInstances` API call
|
2529
2544
|
#
|
2530
2545
|
# * Amazon EC2 `StopInstances` API call
|
@@ -2551,7 +2566,7 @@ module Aws::EventBridge
|
|
2551
2566
|
#
|
2552
2567
|
# * Amazon SNS topic
|
2553
2568
|
#
|
2554
|
-
# * Amazon SQS queues (includes FIFO queues
|
2569
|
+
# * Amazon SQS queues (includes FIFO queues)
|
2555
2570
|
#
|
2556
2571
|
# * SSM Automation
|
2557
2572
|
#
|
@@ -2845,6 +2860,12 @@ module Aws::EventBridge
|
|
2845
2860
|
# Removes the specified targets from the specified rule. When the rule
|
2846
2861
|
# is triggered, those targets are no longer be invoked.
|
2847
2862
|
#
|
2863
|
+
# <note markdown="1"> A successful execution of `RemoveTargets` doesn't guarantee all
|
2864
|
+
# targets are removed from the rule, it means that the target(s) listed
|
2865
|
+
# in the request are removed.
|
2866
|
+
#
|
2867
|
+
# </note>
|
2868
|
+
#
|
2848
2869
|
# When you remove a target, when the associated rule triggers, removed
|
2849
2870
|
# targets might continue to be invoked. Allow a short period of time for
|
2850
2871
|
# changes to take effect.
|
@@ -3333,7 +3354,7 @@ module Aws::EventBridge
|
|
3333
3354
|
params: params,
|
3334
3355
|
config: config)
|
3335
3356
|
context[:gem_name] = 'aws-sdk-eventbridge'
|
3336
|
-
context[:gem_version] = '1.
|
3357
|
+
context[:gem_version] = '1.37.0'
|
3337
3358
|
Seahorse::Client::Request.new(handlers, context)
|
3338
3359
|
end
|
3339
3360
|
|
@@ -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.37.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:
|
11
|
+
date: 2022-02-24 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.
|
22
|
+
version: 3.127.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.
|
32
|
+
version: 3.127.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|