@horietakehiro/aws-cdk-utul 0.41.47 → 0.41.48

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.
Files changed (47) hide show
  1. package/lib/types/cfn-resource-types/aws-apigateway-domainname.d.ts +1 -0
  2. package/lib/types/cfn-resource-types/aws-apigateway-domainname.js +1 -1
  3. package/lib/types/cfn-resource-types/aws-apigateway-domainnamev2.d.ts +1 -0
  4. package/lib/types/cfn-resource-types/aws-apigateway-domainnamev2.js +1 -1
  5. package/lib/types/cfn-resource-types/aws-apigateway-method.d.ts +2 -0
  6. package/lib/types/cfn-resource-types/aws-apigateway-method.js +1 -1
  7. package/lib/types/cfn-resource-types/aws-apigateway-restapi.d.ts +2 -0
  8. package/lib/types/cfn-resource-types/aws-apigateway-restapi.js +1 -1
  9. package/lib/types/cfn-resource-types/aws-cloudtrail-trail.d.ts +8 -0
  10. package/lib/types/cfn-resource-types/aws-cloudtrail-trail.js +1 -1
  11. package/lib/types/cfn-resource-types/aws-ec2-vpnconcentrator.d.ts +29 -0
  12. package/lib/types/cfn-resource-types/aws-ec2-vpnconcentrator.js +3 -0
  13. package/lib/types/cfn-resource-types/aws-ec2-vpnconnection.d.ts +5 -0
  14. package/lib/types/cfn-resource-types/aws-ec2-vpnconnection.js +1 -1
  15. package/lib/types/cfn-resource-types/aws-ecs-service.d.ts +34 -5
  16. package/lib/types/cfn-resource-types/aws-ecs-service.js +1 -1
  17. package/lib/types/cfn-resource-types/aws-elasticloadbalancingv2-targetgroup.d.ts +16 -12
  18. package/lib/types/cfn-resource-types/aws-elasticloadbalancingv2-targetgroup.js +1 -1
  19. package/lib/types/cfn-resource-types/aws-glue-integration.d.ts +90 -0
  20. package/lib/types/cfn-resource-types/aws-glue-integration.js +3 -0
  21. package/lib/types/cfn-resource-types/aws-lakeformation-datalakesettings.d.ts +3 -0
  22. package/lib/types/cfn-resource-types/aws-lakeformation-datalakesettings.js +1 -1
  23. package/lib/types/cfn-resource-types/aws-lex-botversion.d.ts +1 -1
  24. package/lib/types/cfn-resource-types/aws-lex-botversion.js +1 -1
  25. package/lib/types/cfn-resource-types/aws-lex-resourcepolicy.d.ts +1 -1
  26. package/lib/types/cfn-resource-types/aws-lex-resourcepolicy.js +1 -1
  27. package/lib/types/cfn-resource-types/aws-opensearchserverless-collection.d.ts +43 -18
  28. package/lib/types/cfn-resource-types/aws-opensearchserverless-collection.js +1 -1
  29. package/lib/types/cfn-resource-types/aws-opensearchservice-domain.d.ts +10 -0
  30. package/lib/types/cfn-resource-types/aws-opensearchservice-domain.js +1 -1
  31. package/lib/types/cfn-resource-types/aws-s3tables-tablebucket.d.ts +10 -0
  32. package/lib/types/cfn-resource-types/aws-s3tables-tablebucket.js +1 -1
  33. package/lib/types/cfn-resource-types/aws-servicecatalog-cloudformationproduct.d.ts +3 -5
  34. package/lib/types/cfn-resource-types/aws-servicecatalog-cloudformationproduct.js +1 -1
  35. package/lib/types/cfn-resource-types/aws-vpclattice-domainverification.d.ts +23 -0
  36. package/lib/types/cfn-resource-types/aws-vpclattice-domainverification.js +3 -0
  37. package/lib/types/cfn-resource-types/aws-vpclattice-resourceconfiguration.d.ts +8 -5
  38. package/lib/types/cfn-resource-types/aws-vpclattice-resourceconfiguration.js +1 -1
  39. package/lib/types/cfn-resource-types/aws-vpclattice-servicenetworkresourceassociation.d.ts +1 -0
  40. package/lib/types/cfn-resource-types/aws-vpclattice-servicenetworkresourceassociation.js +1 -1
  41. package/lib/types/cfn-resource-types/aws-vpclattice-servicenetworkvpcassociation.d.ts +10 -0
  42. package/lib/types/cfn-resource-types/aws-vpclattice-servicenetworkvpcassociation.js +1 -1
  43. package/lib/types/cfn-resource-types.d.ts +6 -2
  44. package/lib/types/cfn-resource-types.js +27 -23
  45. package/package.json +1 -1
  46. package/lib/types/cfn-resource-types/dev-fsx-storagevirtualmachine.d.ts +0 -31
  47. package/lib/types/cfn-resource-types/dev-fsx-storagevirtualmachine.js +0 -3
@@ -520,6 +520,7 @@ import { _AWS_EC2_VPCENDPOINTSERVICE } from "./cfn-resource-types/aws-ec2-vpcend
520
520
  import { _AWS_EC2_VPCENDPOINTSERVICEPERMISSIONS } from "./cfn-resource-types/aws-ec2-vpcendpointservicepermissions";
521
521
  import { _AWS_EC2_VPCGATEWAYATTACHMENT } from "./cfn-resource-types/aws-ec2-vpcgatewayattachment";
522
522
  import { _AWS_EC2_VPCPEERINGCONNECTION } from "./cfn-resource-types/aws-ec2-vpcpeeringconnection";
523
+ import { _AWS_EC2_VPNCONCENTRATOR } from "./cfn-resource-types/aws-ec2-vpnconcentrator";
523
524
  import { _AWS_EC2_VPNCONNECTION } from "./cfn-resource-types/aws-ec2-vpnconnection";
524
525
  import { _AWS_EC2_VPNCONNECTIONROUTE } from "./cfn-resource-types/aws-ec2-vpnconnectionroute";
525
526
  import { _AWS_EC2_VPNGATEWAY } from "./cfn-resource-types/aws-ec2-vpngateway";
@@ -647,6 +648,7 @@ import { _AWS_GLUE_DATABASE } from "./cfn-resource-types/aws-glue-database";
647
648
  import { _AWS_GLUE_DATACATALOGENCRYPTIONSETTINGS } from "./cfn-resource-types/aws-glue-datacatalogencryptionsettings";
648
649
  import { _AWS_GLUE_DATAQUALITYRULESET } from "./cfn-resource-types/aws-glue-dataqualityruleset";
649
650
  import { _AWS_GLUE_DEVENDPOINT } from "./cfn-resource-types/aws-glue-devendpoint";
651
+ import { _AWS_GLUE_INTEGRATION } from "./cfn-resource-types/aws-glue-integration";
650
652
  import { _AWS_GLUE_INTEGRATIONRESOURCEPROPERTY } from "./cfn-resource-types/aws-glue-integrationresourceproperty";
651
653
  import { _AWS_GLUE_JOB } from "./cfn-resource-types/aws-glue-job";
652
654
  import { _AWS_GLUE_MLTRANSFORM } from "./cfn-resource-types/aws-glue-mltransform";
@@ -1409,6 +1411,7 @@ import { _AWS_VERIFIEDPERMISSIONS_POLICYTEMPLATE } from "./cfn-resource-types/aw
1409
1411
  import { _AWS_VOICEID_DOMAIN } from "./cfn-resource-types/aws-voiceid-domain";
1410
1412
  import { _AWS_VPCLATTICE_ACCESSLOGSUBSCRIPTION } from "./cfn-resource-types/aws-vpclattice-accesslogsubscription";
1411
1413
  import { _AWS_VPCLATTICE_AUTHPOLICY } from "./cfn-resource-types/aws-vpclattice-authpolicy";
1414
+ import { _AWS_VPCLATTICE_DOMAINVERIFICATION } from "./cfn-resource-types/aws-vpclattice-domainverification";
1412
1415
  import { _AWS_VPCLATTICE_LISTENER } from "./cfn-resource-types/aws-vpclattice-listener";
1413
1416
  import { _AWS_VPCLATTICE_RESOURCECONFIGURATION } from "./cfn-resource-types/aws-vpclattice-resourceconfiguration";
1414
1417
  import { _AWS_VPCLATTICE_RESOURCEGATEWAY } from "./cfn-resource-types/aws-vpclattice-resourcegateway";
@@ -1477,7 +1480,6 @@ import { _AWS_XRAY_GROUP } from "./cfn-resource-types/aws-xray-group";
1477
1480
  import { _AWS_XRAY_RESOURCEPOLICY } from "./cfn-resource-types/aws-xray-resourcepolicy";
1478
1481
  import { _AWS_XRAY_SAMPLINGRULE } from "./cfn-resource-types/aws-xray-samplingrule";
1479
1482
  import { _AWS_XRAY_TRANSACTIONSEARCHCONFIG } from "./cfn-resource-types/aws-xray-transactionsearchconfig";
1480
- import { _DEV_FSX_STORAGEVIRTUALMACHINE } from "./cfn-resource-types/dev-fsx-storagevirtualmachine";
1481
1483
  export declare const ALEXA_ASK_SKILL: RESOURCE<_ALEXA_ASK_SKILL>;
1482
1484
  export declare const AWS_ACCESSANALYZER_ANALYZER: RESOURCE<_AWS_ACCESSANALYZER_ANALYZER>;
1483
1485
  export declare const AWS_ACMPCA_CERTIFICATE: RESOURCE<_AWS_ACMPCA_CERTIFICATE>;
@@ -1998,6 +2000,7 @@ export declare const AWS_EC2_VPCENDPOINTSERVICE: RESOURCE<_AWS_EC2_VPCENDPOINTSE
1998
2000
  export declare const AWS_EC2_VPCENDPOINTSERVICEPERMISSIONS: RESOURCE<_AWS_EC2_VPCENDPOINTSERVICEPERMISSIONS>;
1999
2001
  export declare const AWS_EC2_VPCGATEWAYATTACHMENT: RESOURCE<_AWS_EC2_VPCGATEWAYATTACHMENT>;
2000
2002
  export declare const AWS_EC2_VPCPEERINGCONNECTION: RESOURCE<_AWS_EC2_VPCPEERINGCONNECTION>;
2003
+ export declare const AWS_EC2_VPNCONCENTRATOR: RESOURCE<_AWS_EC2_VPNCONCENTRATOR>;
2001
2004
  export declare const AWS_EC2_VPNCONNECTION: RESOURCE<_AWS_EC2_VPNCONNECTION>;
2002
2005
  export declare const AWS_EC2_VPNCONNECTIONROUTE: RESOURCE<_AWS_EC2_VPNCONNECTIONROUTE>;
2003
2006
  export declare const AWS_EC2_VPNGATEWAY: RESOURCE<_AWS_EC2_VPNGATEWAY>;
@@ -2125,6 +2128,7 @@ export declare const AWS_GLUE_DATABASE: RESOURCE<_AWS_GLUE_DATABASE>;
2125
2128
  export declare const AWS_GLUE_DATACATALOGENCRYPTIONSETTINGS: RESOURCE<_AWS_GLUE_DATACATALOGENCRYPTIONSETTINGS>;
2126
2129
  export declare const AWS_GLUE_DATAQUALITYRULESET: RESOURCE<_AWS_GLUE_DATAQUALITYRULESET>;
2127
2130
  export declare const AWS_GLUE_DEVENDPOINT: RESOURCE<_AWS_GLUE_DEVENDPOINT>;
2131
+ export declare const AWS_GLUE_INTEGRATION: RESOURCE<_AWS_GLUE_INTEGRATION>;
2128
2132
  export declare const AWS_GLUE_INTEGRATIONRESOURCEPROPERTY: RESOURCE<_AWS_GLUE_INTEGRATIONRESOURCEPROPERTY>;
2129
2133
  export declare const AWS_GLUE_JOB: RESOURCE<_AWS_GLUE_JOB>;
2130
2134
  export declare const AWS_GLUE_MLTRANSFORM: RESOURCE<_AWS_GLUE_MLTRANSFORM>;
@@ -2887,6 +2891,7 @@ export declare const AWS_VERIFIEDPERMISSIONS_POLICYTEMPLATE: RESOURCE<_AWS_VERIF
2887
2891
  export declare const AWS_VOICEID_DOMAIN: RESOURCE<_AWS_VOICEID_DOMAIN>;
2888
2892
  export declare const AWS_VPCLATTICE_ACCESSLOGSUBSCRIPTION: RESOURCE<_AWS_VPCLATTICE_ACCESSLOGSUBSCRIPTION>;
2889
2893
  export declare const AWS_VPCLATTICE_AUTHPOLICY: RESOURCE<_AWS_VPCLATTICE_AUTHPOLICY>;
2894
+ export declare const AWS_VPCLATTICE_DOMAINVERIFICATION: RESOURCE<_AWS_VPCLATTICE_DOMAINVERIFICATION>;
2890
2895
  export declare const AWS_VPCLATTICE_LISTENER: RESOURCE<_AWS_VPCLATTICE_LISTENER>;
2891
2896
  export declare const AWS_VPCLATTICE_RESOURCECONFIGURATION: RESOURCE<_AWS_VPCLATTICE_RESOURCECONFIGURATION>;
2892
2897
  export declare const AWS_VPCLATTICE_RESOURCEGATEWAY: RESOURCE<_AWS_VPCLATTICE_RESOURCEGATEWAY>;
@@ -2955,4 +2960,3 @@ export declare const AWS_XRAY_GROUP: RESOURCE<_AWS_XRAY_GROUP>;
2955
2960
  export declare const AWS_XRAY_RESOURCEPOLICY: RESOURCE<_AWS_XRAY_RESOURCEPOLICY>;
2956
2961
  export declare const AWS_XRAY_SAMPLINGRULE: RESOURCE<_AWS_XRAY_SAMPLINGRULE>;
2957
2962
  export declare const AWS_XRAY_TRANSACTIONSEARCHCONFIG: RESOURCE<_AWS_XRAY_TRANSACTIONSEARCHCONFIG>;
2958
- export declare const DEV_FSX_STORAGEVIRTUALMACHINE: RESOURCE<_DEV_FSX_STORAGEVIRTUALMACHINE>;