aws-sdk-eventbridge 1.54.0 → 1.56.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: 40722811941ff324040fad00ca9ee792e2577241c0fa37dce49657c27882bfc9
4
- data.tar.gz: f0e5284daccd7df0c1290864e67a60357f3e12a61f26d9169df7f8e9eb619444
3
+ metadata.gz: aade0930b98dfcbfcbb153f41d4a8bd0b182eda17d86900ca8469af5fc7318ea
4
+ data.tar.gz: bb14366ac1ec21cf723524c5d50aeede5debfd786e81a44f004f467a4993d88f
5
5
  SHA512:
6
- metadata.gz: 762ebfaaece2540a60e7e33021ef27d28c083413f9fd84b5be0dd6e9e0914b7eb6271716669e6c6d916d39f35d062090cfe5abb051688903226e9d1c514f5d1a
7
- data.tar.gz: 46b6739a733fbd089d1d15c16033b07f1bbe96c4e8510c4fe805299359f97b948b5353b4e835ef3e72356011d045bf49473c7bbcfa0a539af795dc86a8202b29
6
+ metadata.gz: 2387606d834a1a8a370f1a42ccf062ff08f9472934fa97e624bb8e022cdf81054539a893e861163cfcb49dd1c7239afca5974ae4452a9cbf3df6ce1da72a3ab1
7
+ data.tar.gz: 42bd0f9fae01f72c03986d4e7642b61415c50956b9ca4d41a9d724b05510100da52c52321828bb30e9ec194cfb5ad891ac6b0ea2d65da8b9f11146c3452eb790
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.56.0 (2024-01-11)
5
+ ------------------
6
+
7
+ * Feature - Adding AppSync as an EventBridge Target
8
+
9
+ 1.55.0 (2023-12-20)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.54.0 (2023-11-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.56.0
@@ -2484,6 +2484,7 @@ module Aws::EventBridge
2484
2484
  # resp.targets[0].dead_letter_config.arn #=> String
2485
2485
  # resp.targets[0].retry_policy.maximum_retry_attempts #=> Integer
2486
2486
  # resp.targets[0].retry_policy.maximum_event_age_in_seconds #=> Integer
2487
+ # resp.targets[0].app_sync_parameters.graph_ql_operation #=> String
2487
2488
  # resp.next_token #=> String
2488
2489
  #
2489
2490
  # @see http://docs.aws.amazon.com/goto/WebAPI/eventbridge-2015-10-07/ListTargetsByRule AWS API Documentation
@@ -2816,39 +2817,7 @@ module Aws::EventBridge
2816
2817
  # [1]: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-patterns.html
2817
2818
  #
2818
2819
  # @option params [String] :state
2819
- # The state of the rule.
2820
- #
2821
- # Valid values include:
2822
- #
2823
- # * `DISABLED`: The rule is disabled. EventBridge does not match any
2824
- # events against the rule.
2825
- #
2826
- # * `ENABLED`: The rule is enabled. EventBridge matches events against
2827
- # the rule, *except* for Amazon Web Services management events
2828
- # delivered through CloudTrail.
2829
- #
2830
- # * `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`: The rule is enabled
2831
- # for all events, including Amazon Web Services management events
2832
- # delivered through CloudTrail.
2833
- #
2834
- # Management events provide visibility into management operations that
2835
- # are performed on resources in your Amazon Web Services account.
2836
- # These are also known as control plane operations. For more
2837
- # information, see [Logging management events][1] in the *CloudTrail
2838
- # User Guide*, and [Filtering management events from Amazon Web
2839
- # Services services][2] in the *Amazon EventBridge User Guide*.
2840
- #
2841
- # This value is only valid for rules on the [default][3] event bus or
2842
- # [custom event buses][4]. It does not apply to [partner event
2843
- # buses][5].
2844
- #
2845
- #
2846
- #
2847
- # [1]: https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-events-with-cloudtrail.html#logging-management-events
2848
- # [2]: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-cloudtrail
2849
- # [3]: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-what-is-how-it-works-concepts.html#eb-bus-concepts-buses
2850
- # [4]: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-create-event-bus.html
2851
- # [5]: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-saas.html
2820
+ # Indicates whether the rule is enabled or disabled.
2852
2821
  #
2853
2822
  # @option params [String] :description
2854
2823
  # A description of the rule.
@@ -3157,6 +3126,9 @@ module Aws::EventBridge
3157
3126
  # maximum_retry_attempts: 1,
3158
3127
  # maximum_event_age_in_seconds: 1,
3159
3128
  # },
3129
+ # app_sync_parameters: {
3130
+ # graph_ql_operation: "GraphQLOperation",
3131
+ # },
3160
3132
  # },
3161
3133
  # ],
3162
3134
  # })
@@ -3806,7 +3778,7 @@ module Aws::EventBridge
3806
3778
  params: params,
3807
3779
  config: config)
3808
3780
  context[:gem_name] = 'aws-sdk-eventbridge'
3809
- context[:gem_version] = '1.54.0'
3781
+ context[:gem_version] = '1.56.0'
3810
3782
  Seahorse::Client::Request.new(handlers, context)
3811
3783
  end
3812
3784
 
@@ -24,6 +24,7 @@ module Aws::EventBridge
24
24
  ApiDestinationName = Shapes::StringShape.new(name: 'ApiDestinationName')
25
25
  ApiDestinationResponseList = Shapes::ListShape.new(name: 'ApiDestinationResponseList')
26
26
  ApiDestinationState = Shapes::StringShape.new(name: 'ApiDestinationState')
27
+ AppSyncParameters = Shapes::StructureShape.new(name: 'AppSyncParameters')
27
28
  Archive = Shapes::StructureShape.new(name: 'Archive')
28
29
  ArchiveArn = Shapes::StringShape.new(name: 'ArchiveArn')
29
30
  ArchiveDescription = Shapes::StringShape.new(name: 'ArchiveDescription')
@@ -154,6 +155,7 @@ module Aws::EventBridge
154
155
  EventSourceState = Shapes::StringShape.new(name: 'EventSourceState')
155
156
  EventTime = Shapes::TimestampShape.new(name: 'EventTime')
156
157
  FailoverConfig = Shapes::StructureShape.new(name: 'FailoverConfig')
158
+ GraphQLOperation = Shapes::StringShape.new(name: 'GraphQLOperation')
157
159
  HeaderKey = Shapes::StringShape.new(name: 'HeaderKey')
158
160
  HeaderParametersMap = Shapes::MapShape.new(name: 'HeaderParametersMap')
159
161
  HeaderValue = Shapes::StringShape.new(name: 'HeaderValue')
@@ -366,6 +368,9 @@ module Aws::EventBridge
366
368
 
367
369
  ApiDestinationResponseList.member = Shapes::ShapeRef.new(shape: ApiDestination)
368
370
 
371
+ AppSyncParameters.add_member(:graph_ql_operation, Shapes::ShapeRef.new(shape: GraphQLOperation, location_name: "GraphQLOperation"))
372
+ AppSyncParameters.struct_class = Types::AppSyncParameters
373
+
369
374
  Archive.add_member(:archive_name, Shapes::ShapeRef.new(shape: ArchiveName, location_name: "ArchiveName"))
370
375
  Archive.add_member(:event_source_arn, Shapes::ShapeRef.new(shape: Arn, location_name: "EventSourceArn"))
371
376
  Archive.add_member(:state, Shapes::ShapeRef.new(shape: ArchiveState, location_name: "State"))
@@ -1249,6 +1254,7 @@ module Aws::EventBridge
1249
1254
  Target.add_member(:sage_maker_pipeline_parameters, Shapes::ShapeRef.new(shape: SageMakerPipelineParameters, location_name: "SageMakerPipelineParameters"))
1250
1255
  Target.add_member(:dead_letter_config, Shapes::ShapeRef.new(shape: DeadLetterConfig, location_name: "DeadLetterConfig"))
1251
1256
  Target.add_member(:retry_policy, Shapes::ShapeRef.new(shape: RetryPolicy, location_name: "RetryPolicy"))
1257
+ Target.add_member(:app_sync_parameters, Shapes::ShapeRef.new(shape: AppSyncParameters, location_name: "AppSyncParameters"))
1252
1258
  Target.struct_class = Types::Target
1253
1259
 
1254
1260
  TargetIdList.member = Shapes::ShapeRef.new(shape: TargetId)
@@ -78,6 +78,29 @@ module Aws::EventBridge
78
78
  include Aws::Structure
79
79
  end
80
80
 
81
+ # Contains the GraphQL operation to be parsed and executed, if the event
82
+ # target is an AppSync API.
83
+ #
84
+ # @!attribute [rw] graph_ql_operation
85
+ # The GraphQL operation; that is, the query, mutation, or subscription
86
+ # to be parsed and executed by the GraphQL service.
87
+ #
88
+ # For more information, see [Operations][1] in the *AppSync User
89
+ # Guide*.
90
+ #
91
+ #
92
+ #
93
+ # [1]: https://docs.aws.amazon.com/appsync/latest/devguide/graphql-architecture.html#graphql-operations
94
+ # @return [String]
95
+ #
96
+ # @see http://docs.aws.amazon.com/goto/WebAPI/eventbridge-2015-10-07/AppSyncParameters AWS API Documentation
97
+ #
98
+ class AppSyncParameters < Struct.new(
99
+ :graph_ql_operation)
100
+ SENSITIVE = [:graph_ql_operation]
101
+ include Aws::Structure
102
+ end
103
+
81
104
  # An `Archive` object that contains details about an archive.
82
105
  #
83
106
  # @!attribute [rw] archive_name
@@ -3706,40 +3729,7 @@ module Aws::EventBridge
3706
3729
  # @return [String]
3707
3730
  #
3708
3731
  # @!attribute [rw] state
3709
- # The state of the rule.
3710
- #
3711
- # Valid values include:
3712
- #
3713
- # * `DISABLED`: The rule is disabled. EventBridge does not match any
3714
- # events against the rule.
3715
- #
3716
- # * `ENABLED`: The rule is enabled. EventBridge matches events against
3717
- # the rule, *except* for Amazon Web Services management events
3718
- # delivered through CloudTrail.
3719
- #
3720
- # * `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`: The rule is
3721
- # enabled for all events, including Amazon Web Services management
3722
- # events delivered through CloudTrail.
3723
- #
3724
- # Management events provide visibility into management operations
3725
- # that are performed on resources in your Amazon Web Services
3726
- # account. These are also known as control plane operations. For
3727
- # more information, see [Logging management events][1] in the
3728
- # *CloudTrail User Guide*, and [Filtering management events from
3729
- # Amazon Web Services services][2] in the *Amazon EventBridge User
3730
- # Guide*.
3731
- #
3732
- # This value is only valid for rules on the [default][3] event bus
3733
- # or [custom event buses][4]. It does not apply to [partner event
3734
- # buses][5].
3735
- #
3736
- #
3737
- #
3738
- # [1]: https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-events-with-cloudtrail.html#logging-management-events
3739
- # [2]: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-cloudtrail
3740
- # [3]: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-what-is-how-it-works-concepts.html#eb-bus-concepts-buses
3741
- # [4]: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-create-event-bus.html
3742
- # [5]: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-saas.html
3732
+ # Indicates whether the rule is enabled or disabled.
3743
3733
  # @return [String]
3744
3734
  #
3745
3735
  # @!attribute [rw] description
@@ -4181,39 +4171,6 @@ module Aws::EventBridge
4181
4171
  #
4182
4172
  # @!attribute [rw] state
4183
4173
  # The state of the rule.
4184
- #
4185
- # Valid values include:
4186
- #
4187
- # * `DISABLED`: The rule is disabled. EventBridge does not match any
4188
- # events against the rule.
4189
- #
4190
- # * `ENABLED`: The rule is enabled. EventBridge matches events against
4191
- # the rule, *except* for Amazon Web Services management events
4192
- # delivered through CloudTrail.
4193
- #
4194
- # * `ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS`: The rule is
4195
- # enabled for all events, including Amazon Web Services management
4196
- # events delivered through CloudTrail.
4197
- #
4198
- # Management events provide visibility into management operations
4199
- # that are performed on resources in your Amazon Web Services
4200
- # account. These are also known as control plane operations. For
4201
- # more information, see [Logging management events][1] in the
4202
- # *CloudTrail User Guide*, and [Filtering management events from
4203
- # Amazon Web Services services][2] in the *Amazon EventBridge User
4204
- # Guide*.
4205
- #
4206
- # This value is only valid for rules on the [default][3] event bus
4207
- # or [custom event buses][4]. It does not apply to [partner event
4208
- # buses][5].
4209
- #
4210
- #
4211
- #
4212
- # [1]: https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-management-events-with-cloudtrail.html#logging-management-events
4213
- # [2]: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-service-event.html#eb-service-event-cloudtrail
4214
- # [3]: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-what-is-how-it-works-concepts.html#eb-bus-concepts-buses
4215
- # [4]: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-create-event-bus.html
4216
- # [5]: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-saas.html
4217
4174
  # @return [String]
4218
4175
  #
4219
4176
  # @!attribute [rw] description
@@ -4627,6 +4584,11 @@ module Aws::EventBridge
4627
4584
  # configuration to use for the dead-letter queue.
4628
4585
  # @return [Types::RetryPolicy]
4629
4586
  #
4587
+ # @!attribute [rw] app_sync_parameters
4588
+ # Contains the GraphQL operation to be parsed and executed, if the
4589
+ # event target is an AppSync API.
4590
+ # @return [Types::AppSyncParameters]
4591
+ #
4630
4592
  # @see http://docs.aws.amazon.com/goto/WebAPI/eventbridge-2015-10-07/Target AWS API Documentation
4631
4593
  #
4632
4594
  class Target < Struct.new(
@@ -4645,7 +4607,8 @@ module Aws::EventBridge
4645
4607
  :redshift_data_parameters,
4646
4608
  :sage_maker_pipeline_parameters,
4647
4609
  :dead_letter_config,
4648
- :retry_policy)
4610
+ :retry_policy,
4611
+ :app_sync_parameters)
4649
4612
  SENSITIVE = []
4650
4613
  include Aws::Structure
4651
4614
  end
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-eventbridge/customizations'
52
52
  # @!group service
53
53
  module Aws::EventBridge
54
54
 
55
- GEM_VERSION = '1.54.0'
55
+ GEM_VERSION = '1.56.0'
56
56
 
57
57
  end
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.54.0
4
+ version: 1.56.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-28 00:00:00.000000000 Z
11
+ date: 2024-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -72,7 +72,7 @@ licenses:
72
72
  metadata:
73
73
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-eventbridge
74
74
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-eventbridge/CHANGELOG.md
75
- post_install_message:
75
+ post_install_message:
76
76
  rdoc_options: []
77
77
  require_paths:
78
78
  - lib
@@ -87,8 +87,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
87
  - !ruby/object:Gem::Version
88
88
  version: '0'
89
89
  requirements: []
90
- rubygems_version: 3.1.6
91
- signing_key:
90
+ rubygems_version: 3.4.10
91
+ signing_key:
92
92
  specification_version: 4
93
93
  summary: AWS SDK for Ruby - Amazon EventBridge
94
94
  test_files: []