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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cloudwatchevents/client.rb +2 -2
- data/lib/aws-sdk-cloudwatchevents/endpoint_provider.rb +1 -1
- data/lib/aws-sdk-cloudwatchevents/types.rb +12 -12
- data/lib/aws-sdk-cloudwatchevents.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9af6ca02c52bd969735bc000080597ff590033f5dbca257b65e79cb201bee91d
|
4
|
+
data.tar.gz: d711d9edd5aa4179c927bb0e06eea6a910c33fd5032b206bae33dfbd7e13e38b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 05b814495f15f8570cc8368d50ff1e9a3061103682b34f0800f23382c4ec973d72ddb6edea5987cbe45986e68605db5bbc1f6fb984efa824fe5f8851f3ee0b9d
|
7
|
+
data.tar.gz: df6b03a3b2547c4dddad8a0cab802123232610ca3e7f92b3ac1e7004c823a1ea6920e21a6a1c20eb7ca797110695b7f95849f70e51fdf4cb0c3552a7fe2bf3c2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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 (
|
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.
|
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?(
|
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
|
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
|
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
|
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
|
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,
|
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
|
#
|