aws-sdk-cloudwatchevents 1.94.0 → 1.95.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: ad385ba17ae6053096899f2ba81bb2682ee0a2983b207ae326801d0311cea675
4
- data.tar.gz: 4f21196de21c960ed4427668036ba53519bdda37d23afca0f9ac72a969afeb76
3
+ metadata.gz: 9af6ca02c52bd969735bc000080597ff590033f5dbca257b65e79cb201bee91d
4
+ data.tar.gz: d711d9edd5aa4179c927bb0e06eea6a910c33fd5032b206bae33dfbd7e13e38b
5
5
  SHA512:
6
- metadata.gz: d7573c9d655110a892fa4ea9b30324abf8a867652eab655c87916dd2dad6a4c3212393cdab4ebc8f9980c75a969fb17990fad816eb8b3da6646e1b800a024f21
7
- data.tar.gz: 21e508527880eb3f3b80fe301b9f051afb9fab06e577125c590fb0ca0a2ca5c3823856151e331c20562dcab5737583c94f695182d11acc93eb26cd067a124f13
6
+ metadata.gz: 05b814495f15f8570cc8368d50ff1e9a3061103682b34f0800f23382c4ec973d72ddb6edea5987cbe45986e68605db5bbc1f6fb984efa824fe5f8851f3ee0b9d
7
+ data.tar.gz: df6b03a3b2547c4dddad8a0cab802123232610ca3e7f92b3ac1e7004c823a1ea6920e21a6a1c20eb7ca797110695b7f95849f70e51fdf4cb0c3552a7fe2bf3c2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.95.0 (2025-08-25)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.94.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.94.0
1
+ 1.95.0
@@ -2665,7 +2665,7 @@ module Aws::CloudWatchEvents
2665
2665
  # West (Oregon) us-west-2, or Europe (Ireland) eu-west-1 Regions as a
2666
2666
  # target for a rule.
2667
2667
  #
2668
- # * Firehose delivery stream (Kinesis Data Firehose)
2668
+ # * Firehose delivery stream (Firehose)
2669
2669
  #
2670
2670
  # * Inspector assessment template (Amazon Inspector)
2671
2671
  #
@@ -3464,7 +3464,7 @@ module Aws::CloudWatchEvents
3464
3464
  tracer: tracer
3465
3465
  )
3466
3466
  context[:gem_name] = 'aws-sdk-cloudwatchevents'
3467
- context[:gem_version] = '1.94.0'
3467
+ context[:gem_version] = '1.95.0'
3468
3468
  Seahorse::Client::Request.new(handlers, context)
3469
3469
  end
3470
3470
 
@@ -28,7 +28,7 @@ module Aws::CloudWatchEvents
28
28
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
29
29
  end
30
30
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
31
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
31
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
32
32
  if Aws::Endpoints::Matchers.string_equals?(parameters.region, "us-gov-east-1")
33
33
  return Aws::Endpoints::Endpoint.new(url: "https://events.us-gov-east-1.amazonaws.com", headers: {}, properties: {})
34
34
  end
@@ -3659,17 +3659,17 @@ module Aws::CloudWatchEvents
3659
3659
  include Aws::Structure
3660
3660
  end
3661
3661
 
3662
- # Name/Value pair of a parameter to start execution of a SageMaker Model
3663
- # Building Pipeline.
3662
+ # Name/Value pair of a parameter to start execution of a SageMaker AI
3663
+ # Model Building Pipeline.
3664
3664
  #
3665
3665
  # @!attribute [rw] name
3666
- # Name of parameter to start execution of a SageMaker Model Building
3667
- # Pipeline.
3666
+ # Name of parameter to start execution of a SageMaker AI Model
3667
+ # Building Pipeline.
3668
3668
  # @return [String]
3669
3669
  #
3670
3670
  # @!attribute [rw] value
3671
- # Value of parameter to start execution of a SageMaker Model Building
3672
- # Pipeline.
3671
+ # Value of parameter to start execution of a SageMaker AI Model
3672
+ # Building Pipeline.
3673
3673
  # @return [String]
3674
3674
  #
3675
3675
  # @see http://docs.aws.amazon.com/goto/WebAPI/events-2015-10-07/SageMakerPipelineParameter AWS API Documentation
@@ -3681,11 +3681,11 @@ module Aws::CloudWatchEvents
3681
3681
  include Aws::Structure
3682
3682
  end
3683
3683
 
3684
- # These are custom parameters to use when the target is a SageMaker
3684
+ # These are custom parameters to use when the target is a SageMaker AI
3685
3685
  # Model Building Pipeline that starts based on EventBridge events.
3686
3686
  #
3687
3687
  # @!attribute [rw] pipeline_parameter_list
3688
- # List of Parameter names and values for SageMaker Model Building
3688
+ # List of Parameter names and values for SageMaker AI Model Building
3689
3689
  # Pipeline execution.
3690
3690
  # @return [Array<Types::SageMakerPipelineParameter>]
3691
3691
  #
@@ -3945,11 +3945,11 @@ module Aws::CloudWatchEvents
3945
3945
  # @return [Types::RedshiftDataParameters]
3946
3946
  #
3947
3947
  # @!attribute [rw] sage_maker_pipeline_parameters
3948
- # Contains the SageMaker Model Building Pipeline parameters to start
3949
- # execution of a SageMaker Model Building Pipeline.
3948
+ # Contains the SageMaker AI Model Building Pipeline parameters to
3949
+ # start execution of a SageMaker AI Model Building Pipeline.
3950
3950
  #
3951
- # If you specify a SageMaker Model Building Pipeline as a target, you
3952
- # can use this to specify parameters to start a pipeline execution
3951
+ # If you specify a SageMaker AI Model Building Pipeline as a target,
3952
+ # you can use this to specify parameters to start a pipeline execution
3953
3953
  # based on EventBridge events.
3954
3954
  # @return [Types::SageMakerPipelineParameters]
3955
3955
  #
@@ -54,7 +54,7 @@ module Aws::CloudWatchEvents
54
54
  autoload :EndpointProvider, 'aws-sdk-cloudwatchevents/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-cloudwatchevents/endpoints'
56
56
 
57
- GEM_VERSION = '1.94.0'
57
+ GEM_VERSION = '1.95.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudwatchevents
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.94.0
4
+ version: 1.95.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services