@aws-sdk/client-cloudwatch-events 3.872.0 → 3.875.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.
@@ -77,7 +77,7 @@ declare const PutTargetsCommand_base: {
77
77
  * us-west-2, or Europe (Ireland) eu-west-1 Regions as a target for a rule.</p>
78
78
  * </li>
79
79
  * <li>
80
- * <p>Firehose delivery stream (Kinesis Data Firehose)</p>
80
+ * <p>Firehose delivery stream (Firehose)</p>
81
81
  * </li>
82
82
  * <li>
83
83
  * <p>Inspector assessment template (Amazon Inspector)</p>
@@ -2935,30 +2935,30 @@ export interface RunCommandParameters {
2935
2935
  RunCommandTargets: RunCommandTarget[] | undefined;
2936
2936
  }
2937
2937
  /**
2938
- * <p>Name/Value pair of a parameter to start execution of a SageMaker Model Building
2938
+ * <p>Name/Value pair of a parameter to start execution of a SageMaker AI Model Building
2939
2939
  * Pipeline.</p>
2940
2940
  * @public
2941
2941
  */
2942
2942
  export interface SageMakerPipelineParameter {
2943
2943
  /**
2944
- * <p>Name of parameter to start execution of a SageMaker Model Building Pipeline.</p>
2944
+ * <p>Name of parameter to start execution of a SageMaker AI Model Building Pipeline.</p>
2945
2945
  * @public
2946
2946
  */
2947
2947
  Name: string | undefined;
2948
2948
  /**
2949
- * <p>Value of parameter to start execution of a SageMaker Model Building Pipeline.</p>
2949
+ * <p>Value of parameter to start execution of a SageMaker AI Model Building Pipeline.</p>
2950
2950
  * @public
2951
2951
  */
2952
2952
  Value: string | undefined;
2953
2953
  }
2954
2954
  /**
2955
- * <p>These are custom parameters to use when the target is a SageMaker Model Building Pipeline
2955
+ * <p>These are custom parameters to use when the target is a SageMaker AI Model Building Pipeline
2956
2956
  * that starts based on EventBridge events.</p>
2957
2957
  * @public
2958
2958
  */
2959
2959
  export interface SageMakerPipelineParameters {
2960
2960
  /**
2961
- * <p>List of Parameter names and values for SageMaker Model Building Pipeline execution.</p>
2961
+ * <p>List of Parameter names and values for SageMaker AI Model Building Pipeline execution.</p>
2962
2962
  * @public
2963
2963
  */
2964
2964
  PipelineParameterList?: SageMakerPipelineParameter[] | undefined;
@@ -3079,9 +3079,9 @@ export interface Target {
3079
3079
  */
3080
3080
  RedshiftDataParameters?: RedshiftDataParameters | undefined;
3081
3081
  /**
3082
- * <p>Contains the SageMaker Model Building Pipeline parameters to start execution of a
3083
- * SageMaker Model Building Pipeline.</p>
3084
- * <p>If you specify a SageMaker Model Building Pipeline as a target, you can use this to
3082
+ * <p>Contains the SageMaker AI Model Building Pipeline parameters to start execution of a
3083
+ * SageMaker AI Model Building Pipeline.</p>
3084
+ * <p>If you specify a SageMaker AI Model Building Pipeline as a target, you can use this to
3085
3085
  * specify parameters to start a pipeline execution based on EventBridge events.</p>
3086
3086
  * @public
3087
3087
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudwatch-events",
3
3
  "description": "AWS SDK for JavaScript Cloudwatch Events Client for Node.js, Browser and React Native",
4
- "version": "3.872.0",
4
+ "version": "3.875.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cloudwatch-events",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.864.0",
24
- "@aws-sdk/credential-provider-node": "3.872.0",
25
- "@aws-sdk/middleware-host-header": "3.862.0",
26
- "@aws-sdk/middleware-logger": "3.862.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.862.0",
28
- "@aws-sdk/middleware-user-agent": "3.864.0",
29
- "@aws-sdk/region-config-resolver": "3.862.0",
23
+ "@aws-sdk/core": "3.873.0",
24
+ "@aws-sdk/credential-provider-node": "3.873.0",
25
+ "@aws-sdk/middleware-host-header": "3.873.0",
26
+ "@aws-sdk/middleware-logger": "3.873.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.873.0",
28
+ "@aws-sdk/middleware-user-agent": "3.873.0",
29
+ "@aws-sdk/region-config-resolver": "3.873.0",
30
30
  "@aws-sdk/types": "3.862.0",
31
- "@aws-sdk/util-endpoints": "3.862.0",
32
- "@aws-sdk/util-user-agent-browser": "3.862.0",
33
- "@aws-sdk/util-user-agent-node": "3.864.0",
31
+ "@aws-sdk/util-endpoints": "3.873.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.873.0",
33
+ "@aws-sdk/util-user-agent-node": "3.873.0",
34
34
  "@smithy/config-resolver": "^4.1.5",
35
35
  "@smithy/core": "^3.8.0",
36
36
  "@smithy/fetch-http-handler": "^5.1.1",