@aws-cdk/aws-pipes-targets-alpha 2.241.0-alpha.0 → 2.243.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.241.0-alpha.0",
12
- "aws-cdk-lib": "^2.241.0",
11
+ "@aws-cdk/aws-pipes-alpha": "2.243.0-alpha.0",
12
+ "aws-cdk-lib": "^2.243.0",
13
13
  "constructs": "^10.5.0"
14
14
  },
15
15
  "dependencyClosure": {
@@ -648,6 +648,19 @@
648
648
  }
649
649
  }
650
650
  },
651
+ "aws-cdk-lib.aws_bedrockmantle": {
652
+ "targets": {
653
+ "dotnet": {
654
+ "namespace": "Amazon.CDK.AWS.BedrockMantle"
655
+ },
656
+ "java": {
657
+ "package": "software.amazon.awscdk.services.bedrockmantle"
658
+ },
659
+ "python": {
660
+ "module": "aws_cdk.aws_bedrockmantle"
661
+ }
662
+ }
663
+ },
651
664
  "aws-cdk-lib.aws_billingconductor": {
652
665
  "targets": {
653
666
  "dotnet": {
@@ -1416,6 +1429,22 @@
1416
1429
  }
1417
1430
  }
1418
1431
  },
1432
+ "aws-cdk-lib.aws_ecr.mixins": {
1433
+ "targets": {
1434
+ "dotnet": {
1435
+ "namespace": "Amazon.CDK.AWS.ECR.Mixins"
1436
+ },
1437
+ "go": {
1438
+ "packageName": "awsecrmixins"
1439
+ },
1440
+ "java": {
1441
+ "package": "software.amazon.awscdk.services.ecr.mixins"
1442
+ },
1443
+ "python": {
1444
+ "module": "aws_cdk.aws_ecr.mixins"
1445
+ }
1446
+ }
1447
+ },
1419
1448
  "aws-cdk-lib.aws_ecr_assets": {
1420
1449
  "targets": {
1421
1450
  "dotnet": {
@@ -1442,6 +1471,22 @@
1442
1471
  }
1443
1472
  }
1444
1473
  },
1474
+ "aws-cdk-lib.aws_ecs.mixins": {
1475
+ "targets": {
1476
+ "dotnet": {
1477
+ "namespace": "Amazon.CDK.AWS.ECS.Mixins"
1478
+ },
1479
+ "go": {
1480
+ "packageName": "awsecsmixins"
1481
+ },
1482
+ "java": {
1483
+ "package": "software.amazon.awscdk.services.ecs.mixins"
1484
+ },
1485
+ "python": {
1486
+ "module": "aws_cdk.aws_ecs.mixins"
1487
+ }
1488
+ }
1489
+ },
1445
1490
  "aws-cdk-lib.aws_ecs_patterns": {
1446
1491
  "targets": {
1447
1492
  "dotnet": {
@@ -3366,6 +3411,22 @@
3366
3411
  }
3367
3412
  }
3368
3413
  },
3414
+ "aws-cdk-lib.aws_s3.mixins": {
3415
+ "targets": {
3416
+ "dotnet": {
3417
+ "namespace": "Amazon.CDK.AWS.S3.Mixins"
3418
+ },
3419
+ "go": {
3420
+ "packageName": "awss3mixins"
3421
+ },
3422
+ "java": {
3423
+ "package": "software.amazon.awscdk.services.s3.mixins"
3424
+ },
3425
+ "python": {
3426
+ "module": "aws_cdk.aws_s3.mixins"
3427
+ }
3428
+ }
3429
+ },
3369
3430
  "aws-cdk-lib.aws_s3_assets": {
3370
3431
  "targets": {
3371
3432
  "dotnet": {
@@ -4655,6 +4716,22 @@
4655
4716
  }
4656
4717
  }
4657
4718
  },
4719
+ "aws-cdk-lib.interfaces.aws_bedrockmantle": {
4720
+ "targets": {
4721
+ "dotnet": {
4722
+ "namespace": "Amazon.CDK.Interfaces.BedrockMantle"
4723
+ },
4724
+ "go": {
4725
+ "packageName": "interfacesawsbedrockmantle"
4726
+ },
4727
+ "java": {
4728
+ "package": "software.amazon.awscdk.interfaces.bedrockmantle"
4729
+ },
4730
+ "python": {
4731
+ "module": "aws_cdk.interfaces.aws_bedrockmantle"
4732
+ }
4733
+ }
4734
+ },
4658
4735
  "aws-cdk-lib.interfaces.aws_billing": {
4659
4736
  "targets": {
4660
4737
  "dotnet": {
@@ -8602,7 +8679,7 @@
8602
8679
  "stability": "experimental"
8603
8680
  },
8604
8681
  "homepage": "https://github.com/aws/aws-cdk",
8605
- "jsiiVersion": "5.9.29 (build f415c53)",
8682
+ "jsiiVersion": "5.9.31 (build 550e607)",
8606
8683
  "keywords": [
8607
8684
  "aws",
8608
8685
  "cdk",
@@ -10866,6 +10943,6 @@
10866
10943
  "symbolId": "lib/stepfunctions:StateMachineInvocationType"
10867
10944
  }
10868
10945
  },
10869
- "version": "2.241.0-alpha.0",
10946
+ "version": "2.243.0-alpha.0",
10870
10947
  "fingerprint": "**********"
10871
10948
  }
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.241.0-alpha.0" };
11
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.ApiDestinationTarget", version: "2.243.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.241.0-alpha.0" };
11
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.ApiGatewayTarget", version: "2.243.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.241.0-alpha.0" };
11
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.CloudWatchLogsTarget", version: "2.243.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.241.0-alpha.0" };
11
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.EventBridgeTarget", version: "2.243.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.241.0-alpha.0" };
10
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.FirehoseTarget", version: "2.243.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.241.0-alpha.0" };
11
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.KinesisTarget", version: "2.243.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.241.0-alpha.0" };
25
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.LambdaFunction", version: "2.243.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.241.0-alpha.0" };
10
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.SageMakerTarget", version: "2.243.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.241.0-alpha.0" };
10
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.SnsTarget", version: "2.243.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.241.0-alpha.0" };
10
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.SqsTarget", version: "2.243.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.241.0-alpha.0" };
26
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-pipes-targets-alpha.SfnStateMachine", version: "2.243.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.241.0-alpha.0",
3
+ "version": "2.243.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,24 +82,24 @@
82
82
  },
83
83
  "license": "Apache-2.0",
84
84
  "devDependencies": {
85
- "@aws-cdk/cdk-build-tools": "2.241.0-alpha.0",
85
+ "@aws-cdk/cdk-build-tools": "2.243.0-alpha.0",
86
86
  "@aws-cdk/integ-runner": "^2.196.1",
87
- "@aws-cdk/pkglint": "2.241.0-alpha.0",
87
+ "@aws-cdk/pkglint": "2.243.0-alpha.0",
88
88
  "@types/jest": "^29.5.14",
89
89
  "jest": "^29",
90
- "aws-cdk-lib": "2.241.0",
90
+ "aws-cdk-lib": "2.243.0",
91
91
  "constructs": "^10.5.0",
92
- "@aws-cdk/aws-pipes-alpha": "2.241.0-alpha.0",
93
- "@aws-cdk/integ-tests-alpha": "2.241.0-alpha.0"
92
+ "@aws-cdk/aws-pipes-alpha": "2.243.0-alpha.0",
93
+ "@aws-cdk/integ-tests-alpha": "2.243.0-alpha.0"
94
94
  },
95
95
  "dependencies": {},
96
96
  "peerDependencies": {
97
- "@aws-cdk/aws-pipes-alpha": "2.241.0-alpha.0",
98
- "aws-cdk-lib": "^2.241.0",
97
+ "@aws-cdk/aws-pipes-alpha": "2.243.0-alpha.0",
98
+ "aws-cdk-lib": "^2.243.0",
99
99
  "constructs": "^10.5.0"
100
100
  },
101
101
  "engines": {
102
- "node": ">= 18.0.0"
102
+ "node": ">= 20.0.0"
103
103
  },
104
104
  "stability": "experimental",
105
105
  "maturity": "experimental",
@@ -117,7 +117,7 @@
117
117
  },
118
118
  "jsiiRosetta": {
119
119
  "exampleDependencies": {
120
- "@aws-cdk/aws-pipes-sources-alpha": "^2.241.0-alpha.0"
120
+ "@aws-cdk/aws-pipes-sources-alpha": "^2.243.0-alpha.0"
121
121
  }
122
122
  }
123
123
  }