aws-sdk-eventbridge 1.41.0 → 1.42.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9648253d0ce6f24dad21657cea9e57c57142f9e13f560b64d295bc57b58fd338
4
- data.tar.gz: 77d15742d7b366b25255f91e54bd0437085f3aec716dee6a808d3d34ed0fe456
3
+ metadata.gz: 45b0975c8e25a947ab7e9bf75ed24a1b109feae359e582499e55321d0b83292c
4
+ data.tar.gz: 5efce2887ff6d9f0f28c8c6cd562e96001110489d165d7c513c8c79cde71482a
5
5
  SHA512:
6
- metadata.gz: 1c2c55aba0a797aae8491259e70cc159b42289e19b53d7b3a08d758b799138e4311f0d6501b74a829828bb86699e15c9cf45a46a304b80f83945f75213fae849
7
- data.tar.gz: be953b271d462063a3b7d6fa0cc24b34f09764e98cf3c8c726b41cd63c6db6dfb4c669075f721f0f8c7f9e11e6e1cd10b9cf8b3de96364774804f61de3d0d341
6
+ metadata.gz: 758711c1643775c3618b20893c94b1037fe2b6625e0ebd4604efb99d9f68979c5b1a868e4d8f1c192c21d9f6328190311c217c22c698a5cb6d28c3bf115e151d
7
+ data.tar.gz: 95eb7d36668e709367a5e91cdb5f8d812eec572fa436e31b7a44c710b4fb635da6f10f5cbd45753e6a5989c8979c785414c25f2a58c7f47da75f980123fdd333
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.42.0 (2023-01-26)
5
+ ------------------
6
+
7
+ * Feature - Minor comments for Redshift Serverless workgroup target support.
8
+
4
9
  1.41.0 (2023-01-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.41.0
1
+ 1.42.0
@@ -561,6 +561,10 @@ module Aws::EventBridge
561
561
  # @option params [required, String] :authorization_type
562
562
  # The type of authorization to use for the connection.
563
563
  #
564
+ # <note markdown="1"> OAUTH tokens are refreshed when a 401 or 407 response is returned.
565
+ #
566
+ # </note>
567
+ #
564
568
  # @option params [required, Types::CreateConnectionAuthRequestParameters] :auth_parameters
565
569
  # A `CreateConnectionAuthRequestParameters` object that contains the
566
570
  # authorization parameters to use to authorize with the endpoint.
@@ -680,7 +684,10 @@ module Aws::EventBridge
680
684
  # Region..
681
685
  #
682
686
  # @option params [Types::ReplicationConfig] :replication_config
683
- # Enable or disable event replication.
687
+ # Enable or disable event replication. The default state is `ENABLED`
688
+ # which means you must supply a `RoleArn`. If you don't have a
689
+ # `RoleArn` or you don't want event replication enabled, set the state
690
+ # to `DISABLED`.
684
691
  #
685
692
  # @option params [required, Array<Types::EndpointEventBus>] :event_buses
686
693
  # Define the event buses used.
@@ -755,12 +762,13 @@ module Aws::EventBridge
755
762
  # @option params [required, String] :name
756
763
  # The name of the new event bus.
757
764
  #
758
- # Event bus names cannot contain the / character. You can't use the
759
- # name `default` for a custom event bus, as this name is already used
760
- # for your account's default event bus.
765
+ # Custom event bus names can't contain the `/` character, but you can
766
+ # use the `/` character in partner event bus names. In addition, for
767
+ # partner event buses, the name must exactly match the name of the
768
+ # partner event source that this event bus is matched to.
761
769
  #
762
- # If this is a partner event bus, the name must exactly match the name
763
- # of the partner event source that this event bus is matched to.
770
+ # You can't use the name `default` for a custom event bus, as this name
771
+ # is already used for your account's default event bus.
764
772
  #
765
773
  # @option params [String] :event_source_name
766
774
  # If you are creating a partner event bus, this specifies the partner
@@ -1888,7 +1896,7 @@ module Aws::EventBridge
1888
1896
  #
1889
1897
  # @option params [String] :next_token
1890
1898
  # If `nextToken` is returned, there are more results available. The
1891
- # value of nextToken is a unique pagination token for each page. Make
1899
+ # value of `nextToken` is a unique pagination token for each page. Make
1892
1900
  # the call again using the returned token to retrieve the next page.
1893
1901
  # Keep all other arguments unchanged. Each pagination token expires
1894
1902
  # after 24 hours. Using an expired pagination token will return an HTTP
@@ -2454,7 +2462,7 @@ module Aws::EventBridge
2454
2462
  #
2455
2463
  # @option params [String] :endpoint_id
2456
2464
  # The URL subdomain of the endpoint. For example, if the URL for
2457
- # Endpoint is abcde.veo.endpoints.event.amazonaws.com, then the
2465
+ # Endpoint is https://abcde.veo.endpoints.event.amazonaws.com, then the
2458
2466
  # EndpointId is `abcde.veo`.
2459
2467
  #
2460
2468
  # When using Java, you must include `auth-crt` on the class path.
@@ -2730,12 +2738,12 @@ module Aws::EventBridge
2730
2738
  # "rate(5 minutes)".
2731
2739
  #
2732
2740
  # @option params [String] :event_pattern
2733
- # The event pattern. For more information, see [EventBridge event
2741
+ # The event pattern. For more information, see [Amazon EventBridge event
2734
2742
  # patterns][1] in the *Amazon EventBridge User Guide*.
2735
2743
  #
2736
2744
  #
2737
2745
  #
2738
- # [1]: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-patterns.html.html
2746
+ # [1]: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-patterns.html
2739
2747
  #
2740
2748
  # @option params [String] :state
2741
2749
  # Indicates whether the rule is enabled or disabled.
@@ -2849,6 +2857,8 @@ module Aws::EventBridge
2849
2857
  #
2850
2858
  # * Redshift cluster
2851
2859
  #
2860
+ # * Redshift Serverless workgroup
2861
+ #
2852
2862
  # * SageMaker Pipeline
2853
2863
  #
2854
2864
  # * SNS topic
@@ -2878,10 +2888,10 @@ module Aws::EventBridge
2878
2888
  # Amazon EventBridge needs the appropriate permissions. For Lambda and
2879
2889
  # Amazon SNS resources, EventBridge relies on resource-based policies.
2880
2890
  # For EC2 instances, Kinesis Data Streams, Step Functions state machines
2881
- # and API Gateway REST APIs, EventBridge relies on IAM roles that you
2882
- # specify in the `RoleARN` argument in `PutTargets`. For more
2883
- # information, see [Authentication and Access Control][6] in the *Amazon
2884
- # EventBridge User Guide*.
2891
+ # and API Gateway APIs, EventBridge relies on IAM roles that you specify
2892
+ # in the `RoleARN` argument in `PutTargets`. For more information, see
2893
+ # [Authentication and Access Control][6] in the *Amazon EventBridge User
2894
+ # Guide*.
2885
2895
  #
2886
2896
  # If another Amazon Web Services account is in the same region and has
2887
2897
  # granted you permission (using `PutPermission`), you can send events to
@@ -3649,7 +3659,7 @@ module Aws::EventBridge
3649
3659
  #
3650
3660
  # @option params [Types::RoutingConfig] :routing_config
3651
3661
  # Configure the routing policy, including the health check and secondary
3652
- # Region..
3662
+ # Region.
3653
3663
  #
3654
3664
  # @option params [Types::ReplicationConfig] :replication_config
3655
3665
  # Whether event replication was enabled or disabled by this request.
@@ -3734,7 +3744,7 @@ module Aws::EventBridge
3734
3744
  params: params,
3735
3745
  config: config)
3736
3746
  context[:gem_name] = 'aws-sdk-eventbridge'
3737
- context[:gem_version] = '1.41.0'
3747
+ context[:gem_version] = '1.42.0'
3738
3748
  Seahorse::Client::Request.new(handlers, context)
3739
3749
  end
3740
3750
 
@@ -57,6 +57,9 @@ module Aws::EventBridge
57
57
 
58
58
  def initialize(options = {})
59
59
  self[:region] = options[:region]
60
+ if self[:region].nil?
61
+ raise ArgumentError, "Missing required EndpointParameter: :region"
62
+ end
60
63
  self[:use_dual_stack] = options[:use_dual_stack]
61
64
  self[:use_dual_stack] = false if self[:use_dual_stack].nil?
62
65
  if self[:use_dual_stack].nil?
@@ -20,21 +20,21 @@ module Aws::EventBridge
20
20
  if Aws::Endpoints::Matchers.valid_host_label?(endpoint_id, true)
21
21
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, false)
22
22
  if Aws::Endpoints::Matchers.set?(endpoint)
23
- return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4a", "signingRegionSet"=>["*"], "signingName"=>"events"}]})
23
+ return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4a", "signingName"=>"events", "signingRegionSet"=>["*"]}]})
24
24
  end
25
25
  if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
26
26
  if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
27
- return Aws::Endpoints::Endpoint.new(url: "https://#{endpoint_id}.endpoint.events.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4a", "signingRegionSet"=>["*"], "signingName"=>"events"}]})
27
+ return Aws::Endpoints::Endpoint.new(url: "https://#{endpoint_id}.endpoint.events.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4a", "signingName"=>"events", "signingRegionSet"=>["*"]}]})
28
28
  end
29
29
  raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
30
30
  end
31
- return Aws::Endpoints::Endpoint.new(url: "https://#{endpoint_id}.endpoint.events.#{partition_result['dnsSuffix']}", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4a", "signingRegionSet"=>["*"], "signingName"=>"events"}]})
31
+ return Aws::Endpoints::Endpoint.new(url: "https://#{endpoint_id}.endpoint.events.#{partition_result['dnsSuffix']}", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4a", "signingName"=>"events", "signingRegionSet"=>["*"]}]})
32
32
  end
33
33
  raise ArgumentError, "Invalid Configuration: FIPS is not supported with EventBridge multi-region endpoints."
34
34
  end
35
35
  raise ArgumentError, "EndpointId must be a valid host label."
36
36
  end
37
- if Aws::Endpoints::Matchers.set?(endpoint) && (url = Aws::Endpoints::Matchers.parse_url(endpoint))
37
+ if Aws::Endpoints::Matchers.set?(endpoint)
38
38
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
39
39
  raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
40
40
  end
@@ -51,12 +51,12 @@ module Aws::EventBridge
51
51
  end
52
52
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
53
53
  if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
54
- if Aws::Endpoints::Matchers.string_equals?(region, "us-gov-west-1")
55
- return Aws::Endpoints::Endpoint.new(url: "https://events.us-gov-west-1.amazonaws.com", headers: {}, properties: {})
56
- end
57
54
  if Aws::Endpoints::Matchers.string_equals?(region, "us-gov-east-1")
58
55
  return Aws::Endpoints::Endpoint.new(url: "https://events.us-gov-east-1.amazonaws.com", headers: {}, properties: {})
59
56
  end
57
+ if Aws::Endpoints::Matchers.string_equals?(region, "us-gov-west-1")
58
+ return Aws::Endpoints::Endpoint.new(url: "https://events.us-gov-west-1.amazonaws.com", headers: {}, properties: {})
59
+ end
60
60
  return Aws::Endpoints::Endpoint.new(url: "https://events-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
61
61
  end
62
62
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -366,6 +366,10 @@ module Aws::EventBridge
366
366
  #
367
367
  # @!attribute [rw] authorization_type
368
368
  # The authorization type specified for the connection.
369
+ #
370
+ # <note markdown="1"> OAUTH tokens are refreshed when a 401 or 407 response is returned.
371
+ #
372
+ # </note>
369
373
  # @return [String]
370
374
  #
371
375
  # @!attribute [rw] creation_time
@@ -874,6 +878,10 @@ module Aws::EventBridge
874
878
  #
875
879
  # @!attribute [rw] authorization_type
876
880
  # The type of authorization to use for the connection.
881
+ #
882
+ # <note markdown="1"> OAUTH tokens are refreshed when a 401 or 407 response is returned.
883
+ #
884
+ # </note>
877
885
  # @return [String]
878
886
  #
879
887
  # @!attribute [rw] auth_parameters
@@ -934,7 +942,10 @@ module Aws::EventBridge
934
942
  # @return [Types::RoutingConfig]
935
943
  #
936
944
  # @!attribute [rw] replication_config
937
- # Enable or disable event replication.
945
+ # Enable or disable event replication. The default state is `ENABLED`
946
+ # which means you must supply a `RoleArn`. If you don't have a
947
+ # `RoleArn` or you don't want event replication enabled, set the
948
+ # state to `DISABLED`.
938
949
  # @return [Types::ReplicationConfig]
939
950
  #
940
951
  # @!attribute [rw] event_buses
@@ -1005,12 +1016,13 @@ module Aws::EventBridge
1005
1016
  # @!attribute [rw] name
1006
1017
  # The name of the new event bus.
1007
1018
  #
1008
- # Event bus names cannot contain the / character. You can't use the
1009
- # name `default` for a custom event bus, as this name is already used
1010
- # for your account's default event bus.
1019
+ # Custom event bus names can't contain the `/` character, but you can
1020
+ # use the `/` character in partner event bus names. In addition, for
1021
+ # partner event buses, the name must exactly match the name of the
1022
+ # partner event source that this event bus is matched to.
1011
1023
  #
1012
- # If this is a partner event bus, the name must exactly match the name
1013
- # of the partner event source that this event bus is matched to.
1024
+ # You can't use the name `default` for a custom event bus, as this
1025
+ # name is already used for your account's default event bus.
1014
1026
  # @return [String]
1015
1027
  #
1016
1028
  # @!attribute [rw] event_source_name
@@ -2089,11 +2101,11 @@ module Aws::EventBridge
2089
2101
  include Aws::Structure
2090
2102
  end
2091
2103
 
2092
- # An global endpoint used to improve your application's availability by
2104
+ # A global endpoint used to improve your application's availability by
2093
2105
  # making it regional-fault tolerant. For more information about global
2094
2106
  # endpoints, see [Making applications Regional-fault tolerant with
2095
2107
  # global endpoints and event replication][1] in the Amazon EventBridge
2096
- # User Guide..
2108
+ # User Guide.
2097
2109
  #
2098
2110
  #
2099
2111
  #
@@ -2117,6 +2129,9 @@ module Aws::EventBridge
2117
2129
  #
2118
2130
  # @!attribute [rw] replication_config
2119
2131
  # Whether event replication was enabled or disabled for this endpoint.
2132
+ # The default state is `ENABLED` which means you must supply a
2133
+ # `RoleArn`. If you don't have a `RoleArn` or you don't want event
2134
+ # replication enabled, set the state to `DISABLED`.
2120
2135
  # @return [Types::ReplicationConfig]
2121
2136
  #
2122
2137
  # @!attribute [rw] event_buses
@@ -2129,8 +2144,8 @@ module Aws::EventBridge
2129
2144
  #
2130
2145
  # @!attribute [rw] endpoint_id
2131
2146
  # The URL subdomain of the endpoint. For example, if the URL for
2132
- # Endpoint is abcde.veo.endpoints.event.amazonaws.com, then the
2133
- # EndpointId is `abcde.veo`.
2147
+ # Endpoint is https://abcde.veo.endpoints.event.amazonaws.com, then
2148
+ # the EndpointId is `abcde.veo`.
2134
2149
  # @return [String]
2135
2150
  #
2136
2151
  # @!attribute [rw] endpoint_url
@@ -2187,13 +2202,13 @@ module Aws::EventBridge
2187
2202
  include Aws::Structure
2188
2203
  end
2189
2204
 
2190
- # An event bus receives events from a source and routes them to rules
2191
- # associated with that event bus. Your account's default event bus
2192
- # receives events from Amazon Web Services services. A custom event bus
2193
- # can receive events from your custom applications and services. A
2194
- # partner event bus receives events from an event source created by an
2195
- # SaaS partner. These events come from the partners services or
2196
- # applications.
2205
+ # An event bus receives events from a source, uses rules to evaluate
2206
+ # them, applies any configured input transformation, and routes them to
2207
+ # the appropriate target(s). Your account's default event bus receives
2208
+ # events from Amazon Web Services services. A custom event bus can
2209
+ # receive events from your custom applications and services. A partner
2210
+ # event bus receives events from an event source created by an SaaS
2211
+ # partner. These events come from the partners services or applications.
2197
2212
  #
2198
2213
  # @!attribute [rw] name
2199
2214
  # The name of the event bus.
@@ -2288,23 +2303,23 @@ module Aws::EventBridge
2288
2303
  end
2289
2304
 
2290
2305
  # These are custom parameter to be used when the target is an API
2291
- # Gateway REST APIs or EventBridge ApiDestinations. In the latter case,
2292
- # these are merged with any InvocationParameters specified on the
2293
- # Connection, with any values from the Connection taking precedence.
2306
+ # Gateway APIs or EventBridge ApiDestinations. In the latter case, these
2307
+ # are merged with any InvocationParameters specified on the Connection,
2308
+ # with any values from the Connection taking precedence.
2294
2309
  #
2295
2310
  # @!attribute [rw] path_parameter_values
2296
- # The path parameter values to be used to populate API Gateway REST
2297
- # API or EventBridge ApiDestination path wildcards ("*").
2311
+ # The path parameter values to be used to populate API Gateway API or
2312
+ # EventBridge ApiDestination path wildcards ("*").
2298
2313
  # @return [Array<String>]
2299
2314
  #
2300
2315
  # @!attribute [rw] header_parameters
2301
2316
  # The headers that need to be sent as part of request invoking the API
2302
- # Gateway REST API or EventBridge ApiDestination.
2317
+ # Gateway API or EventBridge ApiDestination.
2303
2318
  # @return [Hash<String,String>]
2304
2319
  #
2305
2320
  # @!attribute [rw] query_string_parameters
2306
2321
  # The query string keys/values that need to be sent as part of request
2307
- # invoking the API Gateway REST API or EventBridge ApiDestination.
2322
+ # invoking the API Gateway API or EventBridge ApiDestination.
2308
2323
  # @return [Hash<String,String>]
2309
2324
  #
2310
2325
  # @see http://docs.aws.amazon.com/goto/WebAPI/eventbridge-2015-10-07/HttpParameters AWS API Documentation
@@ -2343,7 +2358,7 @@ module Aws::EventBridge
2343
2358
  # Input template where you specify placeholders that will be filled
2344
2359
  # with the values of the keys from `InputPathsMap` to customize the
2345
2360
  # data sent to the target. Enclose each `InputPathsMaps` value in
2346
- # brackets: &lt;*value*&gt; The InputTemplate must be valid JSON.
2361
+ # brackets: &lt;*value*&gt;
2347
2362
  #
2348
2363
  # If `InputTemplate` is a JSON object (surrounded by curly braces),
2349
2364
  # the following restrictions apply:
@@ -2616,11 +2631,11 @@ module Aws::EventBridge
2616
2631
  #
2617
2632
  # @!attribute [rw] next_token
2618
2633
  # If `nextToken` is returned, there are more results available. The
2619
- # value of nextToken is a unique pagination token for each page. Make
2620
- # the call again using the returned token to retrieve the next page.
2621
- # Keep all other arguments unchanged. Each pagination token expires
2622
- # after 24 hours. Using an expired pagination token will return an
2623
- # HTTP 400 InvalidToken error.
2634
+ # value of `nextToken` is a unique pagination token for each page.
2635
+ # Make the call again using the returned token to retrieve the next
2636
+ # page. Keep all other arguments unchanged. Each pagination token
2637
+ # expires after 24 hours. Using an expired pagination token will
2638
+ # return an HTTP 400 InvalidToken error.
2624
2639
  # @return [String]
2625
2640
  #
2626
2641
  # @!attribute [rw] max_results
@@ -2644,11 +2659,11 @@ module Aws::EventBridge
2644
2659
  #
2645
2660
  # @!attribute [rw] next_token
2646
2661
  # If `nextToken` is returned, there are more results available. The
2647
- # value of nextToken is a unique pagination token for each page. Make
2648
- # the call again using the returned token to retrieve the next page.
2649
- # Keep all other arguments unchanged. Each pagination token expires
2650
- # after 24 hours. Using an expired pagination token will return an
2651
- # HTTP 400 InvalidToken error.
2662
+ # value of `nextToken` is a unique pagination token for each page.
2663
+ # Make the call again using the returned token to retrieve the next
2664
+ # page. Keep all other arguments unchanged. Each pagination token
2665
+ # expires after 24 hours. Using an expired pagination token will
2666
+ # return an HTTP 400 InvalidToken error.
2652
2667
  # @return [String]
2653
2668
  #
2654
2669
  # @see http://docs.aws.amazon.com/goto/WebAPI/eventbridge-2015-10-07/ListEndpointsResponse AWS API Documentation
@@ -3252,8 +3267,8 @@ module Aws::EventBridge
3252
3267
  #
3253
3268
  # @!attribute [rw] endpoint_id
3254
3269
  # The URL subdomain of the endpoint. For example, if the URL for
3255
- # Endpoint is abcde.veo.endpoints.event.amazonaws.com, then the
3256
- # EndpointId is `abcde.veo`.
3270
+ # Endpoint is https://abcde.veo.endpoints.event.amazonaws.com, then
3271
+ # the EndpointId is `abcde.veo`.
3257
3272
  #
3258
3273
  # When using Java, you must include `auth-crt` on the class path.
3259
3274
  # @return [String]
@@ -3290,8 +3305,8 @@ module Aws::EventBridge
3290
3305
  # @return [Array<String>]
3291
3306
  #
3292
3307
  # @!attribute [rw] detail_type
3293
- # Free-form string used to decide what fields to expect in the event
3294
- # detail.
3308
+ # Free-form string, with a maximum of 128 characters, used to decide
3309
+ # what fields to expect in the event detail.
3295
3310
  # @return [String]
3296
3311
  #
3297
3312
  # @!attribute [rw] detail
@@ -3348,6 +3363,9 @@ module Aws::EventBridge
3348
3363
  # ingestion was successful, the entry has the event ID in it.
3349
3364
  # Otherwise, you can use the error code and error message to identify
3350
3365
  # the problem with the entry.
3366
+ #
3367
+ # For each record, the index of the response element is the same as
3368
+ # the index in the request array.
3351
3369
  # @return [Array<Types::PutEventsResultEntry>]
3352
3370
  #
3353
3371
  # @see http://docs.aws.amazon.com/goto/WebAPI/eventbridge-2015-10-07/PutEventsResponse AWS API Documentation
@@ -3417,8 +3435,8 @@ module Aws::EventBridge
3417
3435
  # @return [Array<String>]
3418
3436
  #
3419
3437
  # @!attribute [rw] detail_type
3420
- # A free-form string used to decide what fields to expect in the event
3421
- # detail.
3438
+ # A free-form string, with a maximum of 128 characters, used to decide
3439
+ # what fields to expect in the event detail.
3422
3440
  # @return [String]
3423
3441
  #
3424
3442
  # @!attribute [rw] detail
@@ -3567,12 +3585,12 @@ module Aws::EventBridge
3567
3585
  # @return [String]
3568
3586
  #
3569
3587
  # @!attribute [rw] event_pattern
3570
- # The event pattern. For more information, see [EventBridge event
3571
- # patterns][1] in the *Amazon EventBridge User Guide*.
3588
+ # The event pattern. For more information, see [Amazon EventBridge
3589
+ # event patterns][1] in the *Amazon EventBridge User Guide*.
3572
3590
  #
3573
3591
  #
3574
3592
  #
3575
- # [1]: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-patterns.html.html
3593
+ # [1]: https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-patterns.html
3576
3594
  # @return [String]
3577
3595
  #
3578
3596
  # @!attribute [rw] state
@@ -3697,8 +3715,8 @@ module Aws::EventBridge
3697
3715
  end
3698
3716
 
3699
3717
  # These are custom parameters to be used when the target is a Amazon
3700
- # Redshift cluster to invoke the Amazon Redshift Data API
3701
- # ExecuteStatement based on EventBridge events.
3718
+ # Redshift cluster or Redshift Serverless workgroup to invoke the Amazon
3719
+ # Redshift Data API ExecuteStatement based on EventBridge events.
3702
3720
  #
3703
3721
  # @!attribute [rw] secret_manager_arn
3704
3722
  # The name or ARN of the secret that enables access to the database.
@@ -3714,6 +3732,9 @@ module Aws::EventBridge
3714
3732
  # @!attribute [rw] db_user
3715
3733
  # The database user name. Required when authenticating using temporary
3716
3734
  # credentials.
3735
+ #
3736
+ # Do not provide this parameter when connecting to a Redshift
3737
+ # Serverless workgroup.
3717
3738
  # @return [String]
3718
3739
  #
3719
3740
  # @!attribute [rw] sql
@@ -4325,9 +4346,9 @@ module Aws::EventBridge
4325
4346
  #
4326
4347
  # @!attribute [rw] input_path
4327
4348
  # The value of the JSONPath that is used for extracting part of the
4328
- # matched event when passing it to the target. You must use JSON dot
4329
- # notation, not bracket notation. For more information about JSON
4330
- # paths, see [JSONPath][1].
4349
+ # matched event when passing it to the target. You may use JSON dot
4350
+ # notation or bracket notation. For more information about JSON paths,
4351
+ # see [JSONPath][1].
4331
4352
  #
4332
4353
  #
4333
4354
  #
@@ -4383,10 +4404,10 @@ module Aws::EventBridge
4383
4404
  #
4384
4405
  # @!attribute [rw] http_parameters
4385
4406
  # Contains the HTTP parameters to use when the target is a API Gateway
4386
- # REST endpoint or EventBridge ApiDestination.
4407
+ # endpoint or EventBridge ApiDestination.
4387
4408
  #
4388
- # If you specify an API Gateway REST API or EventBridge ApiDestination
4389
- # as a target, you can use this parameter to specify headers, path
4409
+ # If you specify an API Gateway API or EventBridge ApiDestination as a
4410
+ # target, you can use this parameter to specify headers, path
4390
4411
  # parameters, and query string keys/values as part of your target
4391
4412
  # invoking request. If you're using ApiDestinations, the
4392
4413
  # corresponding Connection can also have these values configured. In
@@ -4836,7 +4857,7 @@ module Aws::EventBridge
4836
4857
  #
4837
4858
  # @!attribute [rw] routing_config
4838
4859
  # Configure the routing policy, including the health check and
4839
- # secondary Region..
4860
+ # secondary Region.
4840
4861
  # @return [Types::RoutingConfig]
4841
4862
  #
4842
4863
  # @!attribute [rw] replication_config
@@ -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.41.0'
55
+ GEM_VERSION = '1.42.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.41.0
4
+ version: 1.42.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: 2023-01-18 00:00:00.000000000 Z
11
+ date: 2023-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core