@aws-cdk/aws-pipes-targets-alpha 2.246.0-alpha.0 → 2.247.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.246.0-alpha.0",
12
- "aws-cdk-lib": "^2.246.0",
11
+ "@aws-cdk/aws-pipes-alpha": "2.247.0-alpha.0",
12
+ "aws-cdk-lib": "^2.247.0",
13
13
  "constructs": "^10.5.0"
14
14
  },
15
15
  "dependencyClosure": {
@@ -2059,6 +2059,19 @@
2059
2059
  }
2060
2060
  }
2061
2061
  },
2062
+ "aws-cdk-lib.aws_interconnect": {
2063
+ "targets": {
2064
+ "dotnet": {
2065
+ "namespace": "Amazon.CDK.AWS.Interconnect"
2066
+ },
2067
+ "java": {
2068
+ "package": "software.amazon.awscdk.services.interconnect"
2069
+ },
2070
+ "python": {
2071
+ "module": "aws_cdk.aws_interconnect"
2072
+ }
2073
+ }
2074
+ },
2062
2075
  "aws-cdk-lib.aws_internetmonitor": {
2063
2076
  "targets": {
2064
2077
  "dotnet": {
@@ -3986,6 +3999,19 @@
3986
3999
  }
3987
4000
  }
3988
4001
  },
4002
+ "aws-cdk-lib.aws_uxc": {
4003
+ "targets": {
4004
+ "dotnet": {
4005
+ "namespace": "Amazon.CDK.AWS.UXC"
4006
+ },
4007
+ "java": {
4008
+ "package": "software.amazon.awscdk.services.uxc"
4009
+ },
4010
+ "python": {
4011
+ "module": "aws_cdk.aws_uxc"
4012
+ }
4013
+ }
4014
+ },
3989
4015
  "aws-cdk-lib.aws_verifiedpermissions": {
3990
4016
  "targets": {
3991
4017
  "dotnet": {
@@ -6278,6 +6304,22 @@
6278
6304
  }
6279
6305
  }
6280
6306
  },
6307
+ "aws-cdk-lib.interfaces.aws_interconnect": {
6308
+ "targets": {
6309
+ "dotnet": {
6310
+ "namespace": "Amazon.CDK.Interfaces.Interconnect"
6311
+ },
6312
+ "go": {
6313
+ "packageName": "interfacesawsinterconnect"
6314
+ },
6315
+ "java": {
6316
+ "package": "software.amazon.awscdk.interfaces.interconnect"
6317
+ },
6318
+ "python": {
6319
+ "module": "aws_cdk.interfaces.aws_interconnect"
6320
+ }
6321
+ }
6322
+ },
6281
6323
  "aws-cdk-lib.interfaces.aws_internetmonitor": {
6282
6324
  "targets": {
6283
6325
  "dotnet": {
@@ -8422,6 +8464,22 @@
8422
8464
  }
8423
8465
  }
8424
8466
  },
8467
+ "aws-cdk-lib.interfaces.aws_uxc": {
8468
+ "targets": {
8469
+ "dotnet": {
8470
+ "namespace": "Amazon.CDK.Interfaces.UXC"
8471
+ },
8472
+ "go": {
8473
+ "packageName": "interfacesawsuxc"
8474
+ },
8475
+ "java": {
8476
+ "package": "software.amazon.awscdk.interfaces.uxc"
8477
+ },
8478
+ "python": {
8479
+ "module": "aws_cdk.interfaces.aws_uxc"
8480
+ }
8481
+ }
8482
+ },
8425
8483
  "aws-cdk-lib.interfaces.aws_verifiedpermissions": {
8426
8484
  "targets": {
8427
8485
  "dotnet": {
@@ -11001,6 +11059,6 @@
11001
11059
  "symbolId": "lib/stepfunctions:StateMachineInvocationType"
11002
11060
  }
11003
11061
  },
11004
- "version": "2.246.0-alpha.0",
11062
+ "version": "2.247.0-alpha.0",
11005
11063
  "fingerprint": "**********"
11006
11064
  }
@@ -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.246.0-alpha.0" };
11
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.ApiDestinationTarget", version: "2.247.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.246.0-alpha.0" };
11
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.ApiGatewayTarget", version: "2.247.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.246.0-alpha.0" };
11
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.CloudWatchLogsTarget", version: "2.247.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.246.0-alpha.0" };
11
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.EventBridgeTarget", version: "2.247.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.246.0-alpha.0" };
10
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.FirehoseTarget", version: "2.247.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.246.0-alpha.0" };
11
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.KinesisTarget", version: "2.247.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.246.0-alpha.0" };
25
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.LambdaFunction", version: "2.247.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.246.0-alpha.0" };
10
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.SageMakerTarget", version: "2.247.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.246.0-alpha.0" };
10
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.SnsTarget", version: "2.247.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.246.0-alpha.0" };
10
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.SqsTarget", version: "2.247.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.246.0-alpha.0" };
26
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.SfnStateMachine", version: "2.247.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.246.0-alpha.0",
3
+ "version": "2.247.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.246.0-alpha.0",
85
+ "@aws-cdk/cdk-build-tools": "2.247.0-alpha.0",
86
86
  "@aws-cdk/integ-runner": "^2.197.1",
87
- "@aws-cdk/pkglint": "2.246.0-alpha.0",
87
+ "@aws-cdk/pkglint": "2.247.0-alpha.0",
88
88
  "@types/jest": "^29.5.14",
89
89
  "jest": "^29",
90
- "aws-cdk-lib": "2.246.0",
90
+ "aws-cdk-lib": "2.247.0",
91
91
  "constructs": "^10.5.0",
92
- "@aws-cdk/aws-pipes-alpha": "2.246.0-alpha.0",
93
- "@aws-cdk/integ-tests-alpha": "2.246.0-alpha.0"
92
+ "@aws-cdk/aws-pipes-alpha": "2.247.0-alpha.0",
93
+ "@aws-cdk/integ-tests-alpha": "2.247.0-alpha.0"
94
94
  },
95
95
  "dependencies": {},
96
96
  "peerDependencies": {
97
- "@aws-cdk/aws-pipes-alpha": "2.246.0-alpha.0",
98
- "aws-cdk-lib": "^2.246.0",
97
+ "@aws-cdk/aws-pipes-alpha": "2.247.0-alpha.0",
98
+ "aws-cdk-lib": "^2.247.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.246.0-alpha.0"
120
+ "@aws-cdk/aws-pipes-sources-alpha": "^2.247.0-alpha.0"
121
121
  }
122
122
  }
123
123
  }