@horietakehiro/aws-cdk-utul 0.41.41 → 0.41.43
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/lib/types/cfn-resource-types/aws-batch-jobdefinition.d.ts +4 -0
- package/lib/types/cfn-resource-types/aws-batch-jobdefinition.js +1 -1
- package/lib/types/cfn-resource-types/aws-ce-anomalymonitor.d.ts +1 -1
- package/lib/types/cfn-resource-types/aws-ce-anomalymonitor.js +1 -1
- package/lib/types/cfn-resource-types/aws-datazone-connection.d.ts +4 -0
- package/lib/types/cfn-resource-types/aws-datazone-connection.js +1 -1
- package/lib/types/cfn-resource-types/aws-ec2-launchtemplate.d.ts +5 -4
- package/lib/types/cfn-resource-types/aws-ec2-launchtemplate.js +1 -1
- package/lib/types/cfn-resource-types/aws-ec2-natgateway.d.ts +3 -0
- package/lib/types/cfn-resource-types/aws-ec2-natgateway.js +1 -1
- package/lib/types/cfn-resource-types/aws-ecs-service.d.ts +5 -0
- package/lib/types/cfn-resource-types/aws-ecs-service.js +1 -1
- package/lib/types/cfn-resource-types/aws-elasticloadbalancingv2-listenerrule.d.ts +16 -1
- package/lib/types/cfn-resource-types/aws-elasticloadbalancingv2-listenerrule.js +1 -1
- package/lib/types/cfn-resource-types/aws-networkfirewall-firewall.d.ts +1 -0
- package/lib/types/cfn-resource-types/aws-networkfirewall-firewall.js +1 -1
- package/lib/types/cfn-resource-types/aws-networkfirewall-firewallpolicy.d.ts +1 -0
- package/lib/types/cfn-resource-types/aws-networkfirewall-firewallpolicy.js +1 -1
- package/lib/types/cfn-resource-types/aws-networkfirewall-rulegroup.d.ts +1 -1
- package/lib/types/cfn-resource-types/aws-networkfirewall-rulegroup.js +1 -1
- package/lib/types/cfn-resource-types/aws-networkmanager-connectattachment.d.ts +4 -0
- package/lib/types/cfn-resource-types/aws-networkmanager-connectattachment.js +1 -1
- package/lib/types/cfn-resource-types/aws-networkmanager-directconnectgatewayattachment.d.ts +4 -0
- package/lib/types/cfn-resource-types/aws-networkmanager-directconnectgatewayattachment.js +1 -1
- package/lib/types/cfn-resource-types/aws-networkmanager-sitetositevpnattachment.d.ts +4 -0
- package/lib/types/cfn-resource-types/aws-networkmanager-sitetositevpnattachment.js +1 -1
- package/lib/types/cfn-resource-types/aws-networkmanager-transitgatewaypeering.d.ts +4 -0
- package/lib/types/cfn-resource-types/aws-networkmanager-transitgatewaypeering.js +1 -1
- package/lib/types/cfn-resource-types/aws-networkmanager-transitgatewayroutetableattachment.d.ts +4 -0
- package/lib/types/cfn-resource-types/aws-networkmanager-transitgatewayroutetableattachment.js +1 -1
- package/lib/types/cfn-resource-types/aws-networkmanager-vpcattachment.d.ts +4 -0
- package/lib/types/cfn-resource-types/aws-networkmanager-vpcattachment.js +1 -1
- package/lib/types/cfn-resource-types/aws-s3vectors-index.d.ts +58 -0
- package/lib/types/cfn-resource-types/aws-s3vectors-index.js +3 -0
- package/lib/types/cfn-resource-types/aws-s3vectors-vectorbucket.d.ts +34 -0
- package/lib/types/cfn-resource-types/aws-s3vectors-vectorbucket.js +3 -0
- package/lib/types/cfn-resource-types/aws-s3vectors-vectorbucketpolicy.d.ts +24 -0
- package/lib/types/cfn-resource-types/aws-s3vectors-vectorbucketpolicy.js +3 -0
- package/lib/types/cfn-resource-types/aws-sso-assignment.d.ts +2 -2
- package/lib/types/cfn-resource-types/aws-sso-assignment.js +1 -1
- package/lib/types/cfn-resource-types.d.ts +6 -0
- package/lib/types/cfn-resource-types.js +13 -7
- package/package.json +1 -1
|
@@ -1223,6 +1223,9 @@ import { _AWS_S3TABLES_TABLE } from "./cfn-resource-types/aws-s3tables-table";
|
|
|
1223
1223
|
import { _AWS_S3TABLES_TABLEBUCKET } from "./cfn-resource-types/aws-s3tables-tablebucket";
|
|
1224
1224
|
import { _AWS_S3TABLES_TABLEBUCKETPOLICY } from "./cfn-resource-types/aws-s3tables-tablebucketpolicy";
|
|
1225
1225
|
import { _AWS_S3TABLES_TABLEPOLICY } from "./cfn-resource-types/aws-s3tables-tablepolicy";
|
|
1226
|
+
import { _AWS_S3VECTORS_INDEX } from "./cfn-resource-types/aws-s3vectors-index";
|
|
1227
|
+
import { _AWS_S3VECTORS_VECTORBUCKET } from "./cfn-resource-types/aws-s3vectors-vectorbucket";
|
|
1228
|
+
import { _AWS_S3VECTORS_VECTORBUCKETPOLICY } from "./cfn-resource-types/aws-s3vectors-vectorbucketpolicy";
|
|
1226
1229
|
import { _AWS_SAGEMAKER_APP } from "./cfn-resource-types/aws-sagemaker-app";
|
|
1227
1230
|
import { _AWS_SAGEMAKER_APPIMAGECONFIG } from "./cfn-resource-types/aws-sagemaker-appimageconfig";
|
|
1228
1231
|
import { _AWS_SAGEMAKER_CLUSTER } from "./cfn-resource-types/aws-sagemaker-cluster";
|
|
@@ -2690,6 +2693,9 @@ export declare const AWS_S3TABLES_TABLE: RESOURCE<_AWS_S3TABLES_TABLE>;
|
|
|
2690
2693
|
export declare const AWS_S3TABLES_TABLEBUCKET: RESOURCE<_AWS_S3TABLES_TABLEBUCKET>;
|
|
2691
2694
|
export declare const AWS_S3TABLES_TABLEBUCKETPOLICY: RESOURCE<_AWS_S3TABLES_TABLEBUCKETPOLICY>;
|
|
2692
2695
|
export declare const AWS_S3TABLES_TABLEPOLICY: RESOURCE<_AWS_S3TABLES_TABLEPOLICY>;
|
|
2696
|
+
export declare const AWS_S3VECTORS_INDEX: RESOURCE<_AWS_S3VECTORS_INDEX>;
|
|
2697
|
+
export declare const AWS_S3VECTORS_VECTORBUCKET: RESOURCE<_AWS_S3VECTORS_VECTORBUCKET>;
|
|
2698
|
+
export declare const AWS_S3VECTORS_VECTORBUCKETPOLICY: RESOURCE<_AWS_S3VECTORS_VECTORBUCKETPOLICY>;
|
|
2693
2699
|
export declare const AWS_SAGEMAKER_APP: RESOURCE<_AWS_SAGEMAKER_APP>;
|
|
2694
2700
|
export declare const AWS_SAGEMAKER_APPIMAGECONFIG: RESOURCE<_AWS_SAGEMAKER_APPIMAGECONFIG>;
|
|
2695
2701
|
export declare const AWS_SAGEMAKER_CLUSTER: RESOURCE<_AWS_SAGEMAKER_CLUSTER>;
|