aws-sdk-cloudwatchevents 1.93.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: 986dd4c62e95edd731b445c7abd7ccc3b1c6b293db73191096358f5fdd0ff5df
4
- data.tar.gz: 756e6c0ea74a3da04368f36352d5111f3431bb0cc0e96b895d222a8ee4f0ae40
3
+ metadata.gz: 9af6ca02c52bd969735bc000080597ff590033f5dbca257b65e79cb201bee91d
4
+ data.tar.gz: d711d9edd5aa4179c927bb0e06eea6a910c33fd5032b206bae33dfbd7e13e38b
5
5
  SHA512:
6
- metadata.gz: c24e75ed15bd9e7348c6c8e521053cc7b5b7013a53928c256b91f16523189337a00b3a1156e4e270b00ce93ae9bddcd66c47564755fb09636a2d39c9ef3b676a
7
- data.tar.gz: dcd7fb7ad8e362a67e9da80c06e773b63b432b1167009b67bf7251e8be9fbe3cd11f5dc392d6e5d4e48557c7b779c00ccfec7e75d6a70f73db8ceafd3f31febc
6
+ metadata.gz: 05b814495f15f8570cc8368d50ff1e9a3061103682b34f0800f23382c4ec973d72ddb6edea5987cbe45986e68605db5bbc1f6fb984efa824fe5f8851f3ee0b9d
7
+ data.tar.gz: df6b03a3b2547c4dddad8a0cab802123232610ca3e7f92b3ac1e7004c823a1ea6920e21a6a1c20eb7ca797110695b7f95849f70e51fdf4cb0c3552a7fe2bf3c2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.95.0 (2025-08-25)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
9
+ 1.94.0 (2025-08-04)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.93.0 (2025-07-31)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.93.0
1
+ 1.95.0
@@ -95,8 +95,8 @@ module Aws::CloudWatchEvents
95
95
  # class name or an instance of a plugin class.
96
96
  #
97
97
  # @option options [required, Aws::CredentialProvider] :credentials
98
- # Your AWS credentials used for authentication. This can be an instance of any one of the
99
- # following classes:
98
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
99
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
100
100
  #
101
101
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
102
102
  # credentials.
@@ -124,8 +124,7 @@ module Aws::CloudWatchEvents
124
124
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
125
125
  # from the Cognito Identity service.
126
126
  #
127
- # When `:credentials` are not configured directly, the following
128
- # locations will be searched for credentials:
127
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
129
128
  #
130
129
  # * `Aws.config[:credentials]`
131
130
  #
@@ -139,12 +138,10 @@ module Aws::CloudWatchEvents
139
138
  #
140
139
  # * `~/.aws/config`
141
140
  #
142
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
143
- # are very aggressive. Construct and pass an instance of
144
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
- # enable retries and extended timeouts. Instance profile credential
146
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
147
- # to `true`.
141
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
142
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
143
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
144
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
148
145
  #
149
146
  # @option options [required, String] :region
150
147
  # The AWS region to connect to. The configured `:region` is
@@ -384,8 +381,8 @@ module Aws::CloudWatchEvents
384
381
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
385
382
  #
386
383
  # @option options [Aws::TokenProvider] :token_provider
387
- # Your Bearer token used for authentication. This can be an instance of any one of the
388
- # following classes:
384
+ # Your Bearer token used for authentication. This can be any class that includes and implements
385
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
389
386
  #
390
387
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
391
388
  # tokens.
@@ -2668,7 +2665,7 @@ module Aws::CloudWatchEvents
2668
2665
  # West (Oregon) us-west-2, or Europe (Ireland) eu-west-1 Regions as a
2669
2666
  # target for a rule.
2670
2667
  #
2671
- # * Firehose delivery stream (Kinesis Data Firehose)
2668
+ # * Firehose delivery stream (Firehose)
2672
2669
  #
2673
2670
  # * Inspector assessment template (Amazon Inspector)
2674
2671
  #
@@ -3467,7 +3464,7 @@ module Aws::CloudWatchEvents
3467
3464
  tracer: tracer
3468
3465
  )
3469
3466
  context[:gem_name] = 'aws-sdk-cloudwatchevents'
3470
- context[:gem_version] = '1.93.0'
3467
+ context[:gem_version] = '1.95.0'
3471
3468
  Seahorse::Client::Request.new(handlers, context)
3472
3469
  end
3473
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.93.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.93.0
4
+ version: 1.95.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services