@aws-cdk/aws-s3tables-alpha 2.268.0-alpha.0 → 2.270.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,7 +8,7 @@
8
8
  "url": "https://aws.amazon.com"
9
9
  },
10
10
  "dependencies": {
11
- "aws-cdk-lib": "^2.268.0",
11
+ "aws-cdk-lib": "^2.270.0",
12
12
  "constructs": "^10.5.0"
13
13
  },
14
14
  "dependencyClosure": {
@@ -3262,6 +3262,19 @@
3262
3262
  }
3263
3263
  }
3264
3264
  },
3265
+ "aws-cdk-lib.aws_pricingplanmanager": {
3266
+ "targets": {
3267
+ "dotnet": {
3268
+ "namespace": "Amazon.CDK.AWS.PricingPlanManager"
3269
+ },
3270
+ "java": {
3271
+ "package": "software.amazon.awscdk.services.pricingplanmanager"
3272
+ },
3273
+ "python": {
3274
+ "module": "aws_cdk.aws_pricingplanmanager"
3275
+ }
3276
+ }
3277
+ },
3265
3278
  "aws-cdk-lib.aws_proton": {
3266
3279
  "targets": {
3267
3280
  "dotnet": {
@@ -8095,6 +8108,22 @@
8095
8108
  }
8096
8109
  }
8097
8110
  },
8111
+ "aws-cdk-lib.interfaces.aws_pricingplanmanager": {
8112
+ "targets": {
8113
+ "dotnet": {
8114
+ "namespace": "Amazon.CDK.Interfaces.PricingPlanManager"
8115
+ },
8116
+ "go": {
8117
+ "packageName": "interfacesawspricingplanmanager"
8118
+ },
8119
+ "java": {
8120
+ "package": "software.amazon.awscdk.interfaces.pricingplanmanager"
8121
+ },
8122
+ "python": {
8123
+ "module": "aws_cdk.interfaces.aws_pricingplanmanager"
8124
+ }
8125
+ }
8126
+ },
8098
8127
  "aws-cdk-lib.interfaces.aws_proton": {
8099
8128
  "targets": {
8100
8129
  "dotnet": {
@@ -13385,6 +13414,6 @@
13385
13414
  "symbolId": "lib/table-bucket:UnreferencedFileRemovalStatus"
13386
13415
  }
13387
13416
  },
13388
- "version": "2.268.0-alpha.0",
13417
+ "version": "2.270.0-alpha.0",
13389
13418
  "fingerprint": "**********"
13390
13419
  }
package/lib/namespace.js CHANGED
@@ -62,7 +62,7 @@ let Namespace = (() => {
62
62
  Namespace = _classThis = _classDescriptor.value;
63
63
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
64
64
  }
65
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-s3tables-alpha.Namespace", version: "2.268.0-alpha.0" };
65
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-s3tables-alpha.Namespace", version: "2.270.0-alpha.0" };
66
66
  /** Uniquely identifies this class. */
67
67
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-s3tables-alpha.Namespace';
68
68
  /**
@@ -95,7 +95,7 @@ let TableBucketPolicy = (() => {
95
95
  TableBucketPolicy = _classThis = _classDescriptor.value;
96
96
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
97
97
  }
98
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-s3tables-alpha.TableBucketPolicy", version: "2.268.0-alpha.0" };
98
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-s3tables-alpha.TableBucketPolicy", version: "2.270.0-alpha.0" };
99
99
  /** Uniquely identifies this class. */
100
100
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-s3tables-alpha.TableBucketPolicy';
101
101
  /**
@@ -256,7 +256,7 @@ let TableBucket = (() => {
256
256
  TableBucket = _classThis = _classDescriptor.value;
257
257
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
258
258
  }
259
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-s3tables-alpha.TableBucket", version: "2.268.0-alpha.0" };
259
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-s3tables-alpha.TableBucket", version: "2.270.0-alpha.0" };
260
260
  /** Uniquely identifies this class. */
261
261
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-s3tables-alpha.TableBucket';
262
262
  /**
@@ -95,7 +95,7 @@ let TablePolicy = (() => {
95
95
  TablePolicy = _classThis = _classDescriptor.value;
96
96
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
97
97
  }
98
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-s3tables-alpha.TablePolicy", version: "2.268.0-alpha.0" };
98
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-s3tables-alpha.TablePolicy", version: "2.270.0-alpha.0" };
99
99
  /** Uniquely identifies this class. */
100
100
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-s3tables-alpha.TablePolicy';
101
101
  /**
package/lib/table.js CHANGED
@@ -156,7 +156,7 @@ var Status;
156
156
  * Iceberg transform values for partition and sort fields.
157
157
  */
158
158
  class IcebergTransform {
159
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-s3tables-alpha.IcebergTransform", version: "2.268.0-alpha.0" };
159
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-s3tables-alpha.IcebergTransform", version: "2.270.0-alpha.0" };
160
160
  /**
161
161
  * Use the column value as the transform value without transformation.
162
162
  */
@@ -267,7 +267,7 @@ let Table = (() => {
267
267
  Table = _classThis = _classDescriptor.value;
268
268
  if (_metadata) Object.defineProperty(_classThis, Symbol.metadata, { enumerable: true, configurable: true, writable: true, value: _metadata });
269
269
  }
270
- static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-s3tables-alpha.Table", version: "2.268.0-alpha.0" };
270
+ static [JSII_RTTI_SYMBOL_1] = { fqn: "@aws-cdk/aws-s3tables-alpha.Table", version: "2.270.0-alpha.0" };
271
271
  /** Uniquely identifies this class. */
272
272
  static PROPERTY_INJECTION_ID = '@aws-cdk.aws-s3tables-alpha.Table';
273
273
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-cdk/aws-s3tables-alpha",
3
3
  "private": false,
4
- "version": "2.268.0-alpha.0",
4
+ "version": "2.270.0-alpha.0",
5
5
  "description": "CDK Constructs for S3 Tables",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
@@ -77,17 +77,17 @@
77
77
  },
78
78
  "license": "Apache-2.0",
79
79
  "devDependencies": {
80
- "aws-cdk-lib": "2.268.0",
81
- "@aws-cdk/cdk-build-tools": "2.268.0-alpha.0",
82
- "@aws-cdk/pkglint": "2.268.0-alpha.0",
80
+ "aws-cdk-lib": "2.270.0",
81
+ "@aws-cdk/cdk-build-tools": "2.270.0-alpha.0",
82
+ "@aws-cdk/pkglint": "2.270.0-alpha.0",
83
83
  "@types/jest": "^29.5.14",
84
84
  "constructs": "^10.5.0",
85
85
  "jest": "^29.7.0",
86
- "@aws-cdk/integ-tests-alpha": "2.268.0-alpha.0"
86
+ "@aws-cdk/integ-tests-alpha": "2.270.0-alpha.0"
87
87
  },
88
88
  "homepage": "https://github.com/aws/aws-cdk",
89
89
  "peerDependencies": {
90
- "aws-cdk-lib": "^2.268.0",
90
+ "aws-cdk-lib": "^2.270.0",
91
91
  "constructs": "^10.5.0"
92
92
  },
93
93
  "separate-module": false,