aws-sdk-eventbridge 1.55.0 → 1.57.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: d7ff4ac41cf2e0563ae698ab178676936b498488954a2c3095dc971b2a3c21d7
4
- data.tar.gz: fc0eaad757c92e7d1a2f08d31bae5b18bb7fde7701943a42b4582bdcaaf760d8
3
+ metadata.gz: 3a971a1bc71c3392b3e17ffa5bf9cd7e3094ae9d76492764168032935c6a10dd
4
+ data.tar.gz: 3a505121c113fa2a320629d0f9290223ac1b9ec454b1e51631b67aac9fb03d3d
5
5
  SHA512:
6
- metadata.gz: 7eddbc7d65dd56b3a2d82a309e4906c8182880ba64b8b74bce048ecb204a887a3bc7381e2ac491d8927eda7e9fd5a8f07ab0d99e6f0bf037c0ae2adba6af338c
7
- data.tar.gz: 00c531852b6a3ec7abb974ed9035f2642d58d42046f8a2127ba2166ba59d5c39035260864581be2b3deedae0739fab4438f40d623a098dfed6cbfa9ee9828fca
6
+ metadata.gz: 115040e3d1709d378a2a0e75f7787eee8f67299b920df0f33c40f426f27b322032ba715a5a8b168ec1b00e8422a88e5e8e8c00f3b76b8c518da2ab4af57bb79e
7
+ data.tar.gz: c8dcfc06b3b76f4c3d7389d5fcbc8221054c5f305fcc82730e865f0e93ccdfd707c9f0674bd2ec568f15df8fd8350aa362bdc6b24d199151eb0dae8429a47a13
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.56.0 (2024-01-11)
10
+ ------------------
11
+
12
+ * Feature - Adding AppSync as an EventBridge Target
13
+
4
14
  1.55.0 (2023-12-20)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.55.0
1
+ 1.57.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.55.0'
3781
+ context[:gem_version] = '1.57.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)
@@ -14,6 +14,7 @@ module Aws::EventBridge
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::EventBridge::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -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.55.0'
55
+ GEM_VERSION = '1.57.0'
56
56
 
57
57
  end