@aws-cdk/aws-pipes-targets-alpha 2.250.0-alpha.0 → 2.251.0-alpha.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.
package/.jsii CHANGED
@@ -8,8 +8,8 @@
8
8
  "url": "https://aws.amazon.com"
9
9
  },
10
10
  "dependencies": {
11
- "@aws-cdk/aws-pipes-alpha": "2.250.0-alpha.0",
12
- "aws-cdk-lib": "^2.250.0",
11
+ "@aws-cdk/aws-pipes-alpha": "2.251.0-alpha.0",
12
+ "aws-cdk-lib": "^2.251.0",
13
13
  "constructs": "^10.5.0"
14
14
  },
15
15
  "dependencyClosure": {
@@ -11204,6 +11204,6 @@
11204
11204
  "symbolId": "lib/stepfunctions:StateMachineInvocationType"
11205
11205
  }
11206
11206
  },
11207
- "version": "2.250.0-alpha.0",
11207
+ "version": "2.251.0-alpha.0",
11208
11208
  "fingerprint": "**********"
11209
11209
  }
Binary file
@@ -8,7 +8,7 @@ const aws_iam_1 = require("aws-cdk-lib/aws-iam");
8
8
  * An EventBridge Pipes target that sends messages to an EventBridge API destination.
9
9
  */
10
10
  class ApiDestinationTarget {
11
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.ApiDestinationTarget", version: "2.250.0-alpha.0" };
11
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.ApiDestinationTarget", version: "2.251.0-alpha.0" };
12
12
  destination;
13
13
  apiParameters;
14
14
  targetArn;
@@ -8,7 +8,7 @@ const aws_iam_1 = require("aws-cdk-lib/aws-iam");
8
8
  * An EventBridge Pipes target that sends messages to an EventBridge API destination.
9
9
  */
10
10
  class ApiGatewayTarget {
11
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.ApiGatewayTarget", version: "2.250.0-alpha.0" };
11
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.ApiGatewayTarget", version: "2.251.0-alpha.0" };
12
12
  restApi;
13
13
  restApiParameters;
14
14
  restApiArn;
@@ -8,7 +8,7 @@ const aws_cdk_lib_1 = require("aws-cdk-lib");
8
8
  * An EventBridge Pipes target that sends messages to a CloudWatch Logs log group.
9
9
  */
10
10
  class CloudWatchLogsTarget {
11
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.CloudWatchLogsTarget", version: "2.250.0-alpha.0" };
11
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.CloudWatchLogsTarget", version: "2.251.0-alpha.0" };
12
12
  logGroup;
13
13
  cloudWatchLogsParameters;
14
14
  targetArn;
@@ -8,7 +8,7 @@ const aws_cdk_lib_1 = require("aws-cdk-lib");
8
8
  * An EventBridge Pipes target that sends messages to an EventBridge event bus.
9
9
  */
10
10
  class EventBridgeTarget {
11
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.EventBridgeTarget", version: "2.250.0-alpha.0" };
11
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.EventBridgeTarget", version: "2.251.0-alpha.0" };
12
12
  eventBus;
13
13
  eventBridgeParameters;
14
14
  targetArn;
package/lib/firehose.js CHANGED
@@ -7,7 +7,7 @@ const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
7
7
  * An EventBridge Pipes target that sends messages to an Amazon Data Firehose delivery stream.
8
8
  */
9
9
  class FirehoseTarget {
10
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.FirehoseTarget", version: "2.250.0-alpha.0" };
10
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.FirehoseTarget", version: "2.251.0-alpha.0" };
11
11
  deliveryStream;
12
12
  deliveryStreamParameters;
13
13
  targetArn;
package/lib/kinesis.js CHANGED
@@ -8,7 +8,7 @@ const aws_cdk_lib_1 = require("aws-cdk-lib");
8
8
  * An EventBridge Pipes target that sends messages to a Kinesis stream.
9
9
  */
10
10
  class KinesisTarget {
11
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.KinesisTarget", version: "2.250.0-alpha.0" };
11
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.KinesisTarget", version: "2.251.0-alpha.0" };
12
12
  stream;
13
13
  streamParameters;
14
14
  targetArn;
package/lib/lambda.js CHANGED
@@ -22,7 +22,7 @@ var LambdaFunctionInvocationType;
22
22
  * An EventBridge Pipes target that sends messages to an AWS Lambda Function.
23
23
  */
24
24
  class LambdaFunction {
25
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.LambdaFunction", version: "2.250.0-alpha.0" };
25
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.LambdaFunction", version: "2.251.0-alpha.0" };
26
26
  targetArn;
27
27
  lambdaFunction;
28
28
  invocationType;
package/lib/sagemaker.js CHANGED
@@ -7,7 +7,7 @@ const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
7
7
  * An EventBridge Pipes target that sends messages to a SageMaker pipeline.
8
8
  */
9
9
  class SageMakerTarget {
10
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.SageMakerTarget", version: "2.250.0-alpha.0" };
10
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.SageMakerTarget", version: "2.251.0-alpha.0" };
11
11
  pipeline;
12
12
  sageMakerParameters;
13
13
  pipelineParameters;
package/lib/sns.js CHANGED
@@ -7,7 +7,7 @@ const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
7
7
  * A EventBridge Pipes target that sends messages to an SNS topic.
8
8
  */
9
9
  class SnsTarget {
10
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.SnsTarget", version: "2.250.0-alpha.0" };
10
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.SnsTarget", version: "2.251.0-alpha.0" };
11
11
  topic;
12
12
  topicParameters;
13
13
  targetArn;
package/lib/sqs.js CHANGED
@@ -7,7 +7,7 @@ const JSII_RTTI_SYMBOL_1 = Symbol.for("jsii.rtti");
7
7
  * A EventBridge Pipes target that sends messages to an SQS queue.
8
8
  */
9
9
  class SqsTarget {
10
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.SqsTarget", version: "2.250.0-alpha.0" };
10
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.SqsTarget", version: "2.251.0-alpha.0" };
11
11
  queue;
12
12
  queueParameters;
13
13
  targetArn;
@@ -23,7 +23,7 @@ var StateMachineInvocationType;
23
23
  * An EventBridge Pipes target that sends messages to an AWS Step Functions State Machine.
24
24
  */
25
25
  class SfnStateMachine {
26
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.SfnStateMachine", version: "2.250.0-alpha.0" };
26
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.SfnStateMachine", version: "2.251.0-alpha.0" };
27
27
  targetArn;
28
28
  stateMachine;
29
29
  invocationType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-cdk/aws-pipes-targets-alpha",
3
- "version": "2.250.0-alpha.0",
3
+ "version": "2.251.0-alpha.0",
4
4
  "description": "The CDK Construct Library for Amazon EventBridge Pipes Targets",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -82,20 +82,20 @@
82
82
  },
83
83
  "license": "Apache-2.0",
84
84
  "devDependencies": {
85
- "@aws-cdk/cdk-build-tools": "2.250.0-alpha.0",
85
+ "@aws-cdk/cdk-build-tools": "2.251.0-alpha.0",
86
86
  "@aws-cdk/integ-runner": "^2.197.1",
87
- "@aws-cdk/pkglint": "2.250.0-alpha.0",
87
+ "@aws-cdk/pkglint": "2.251.0-alpha.0",
88
88
  "@types/jest": "^29.5.14",
89
89
  "jest": "^29",
90
- "aws-cdk-lib": "2.250.0",
90
+ "aws-cdk-lib": "2.251.0",
91
91
  "constructs": "^10.5.0",
92
- "@aws-cdk/aws-pipes-alpha": "2.250.0-alpha.0",
93
- "@aws-cdk/integ-tests-alpha": "2.250.0-alpha.0"
92
+ "@aws-cdk/aws-pipes-alpha": "2.251.0-alpha.0",
93
+ "@aws-cdk/integ-tests-alpha": "2.251.0-alpha.0"
94
94
  },
95
95
  "dependencies": {},
96
96
  "peerDependencies": {
97
- "@aws-cdk/aws-pipes-alpha": "2.250.0-alpha.0",
98
- "aws-cdk-lib": "^2.250.0",
97
+ "@aws-cdk/aws-pipes-alpha": "2.251.0-alpha.0",
98
+ "aws-cdk-lib": "^2.251.0",
99
99
  "constructs": "^10.5.0"
100
100
  },
101
101
  "engines": {
@@ -117,7 +117,7 @@
117
117
  },
118
118
  "jsiiRosetta": {
119
119
  "exampleDependencies": {
120
- "@aws-cdk/aws-pipes-sources-alpha": "^2.250.0-alpha.0"
120
+ "@aws-cdk/aws-pipes-sources-alpha": "^2.251.0-alpha.0"
121
121
  }
122
122
  }
123
123
  }