@horietakehiro/aws-cdk-utul 0.12.0 → 0.20.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/index.d.ts +0 -1
- package/index.js +3 -3
- package/lib/assertions.d.ts +114 -2
- package/lib/assertions.js +121 -5
- package/lib/stack-manager.d.ts +0 -41
- package/lib/stack-manager.js +188 -131
- package/lib/typed-resource.d.ts +6 -5
- package/lib/typed-resource.js +1 -1
- package/lib/types/cfn-resource-types/aws-apigateway-account.d.ts +0 -3
- package/lib/types/cfn-resource-types/aws-apigateway-account.js +1 -1
- package/lib/types/cfn-resource-types/aws-apigateway-apikey.d.ts +0 -27
- package/lib/types/cfn-resource-types/aws-apigateway-apikey.js +1 -1
- package/lib/types/cfn-resource-types/aws-apigateway-authorizer.d.ts +0 -30
- package/lib/types/cfn-resource-types/aws-apigateway-authorizer.js +1 -1
- package/lib/types/cfn-resource-types/aws-apigateway-basepathmapping.d.ts +0 -12
- package/lib/types/cfn-resource-types/aws-apigateway-basepathmapping.js +1 -1
- package/lib/types/cfn-resource-types/aws-apigateway-clientcertificate.d.ts +0 -6
- package/lib/types/cfn-resource-types/aws-apigateway-clientcertificate.js +1 -1
- package/lib/types/cfn-resource-types/aws-apigateway-deployment.d.ts +0 -63
- package/lib/types/cfn-resource-types/aws-apigateway-deployment.js +1 -1
- package/lib/types/cfn-resource-types/aws-apigateway-documentationpart.d.ts +0 -24
- package/lib/types/cfn-resource-types/aws-apigateway-documentationpart.js +1 -1
- package/lib/types/cfn-resource-types/aws-apigateway-documentationversion.d.ts +0 -9
- package/lib/types/cfn-resource-types/aws-apigateway-documentationversion.js +1 -1
- package/lib/types/cfn-resource-types/aws-apigateway-gatewayresponse.d.ts +0 -15
- package/lib/types/cfn-resource-types/aws-apigateway-gatewayresponse.js +1 -1
- package/lib/types/cfn-resource-types/aws-apigateway-method.d.ts +0 -109
- package/lib/types/cfn-resource-types/aws-apigateway-method.js +1 -1
- package/lib/types/cfn-resource-types/aws-apigateway-model.d.ts +0 -12
- package/lib/types/cfn-resource-types/aws-apigateway-model.js +1 -1
- package/lib/types/cfn-resource-types/aws-apigateway-requestvalidator.d.ts +0 -12
- package/lib/types/cfn-resource-types/aws-apigateway-requestvalidator.js +1 -1
- package/lib/types/cfn-resource-types/aws-apigateway-resource.d.ts +0 -9
- package/lib/types/cfn-resource-types/aws-apigateway-resource.js +1 -1
- package/lib/types/cfn-resource-types/aws-apigateway-restapi.d.ts +0 -33
- package/lib/types/cfn-resource-types/aws-apigateway-restapi.js +1 -1
- package/lib/types/cfn-resource-types/aws-apigateway-stage.d.ts +0 -75
- package/lib/types/cfn-resource-types/aws-apigateway-stage.js +1 -1
- package/lib/types/cfn-resource-types/aws-apigateway-usageplan.d.ts +0 -48
- package/lib/types/cfn-resource-types/aws-apigateway-usageplan.js +1 -1
- package/lib/types/cfn-resource-types/aws-apigateway-usageplankey.d.ts +0 -3
- package/lib/types/cfn-resource-types/aws-apigateway-usageplankey.js +1 -1
- package/lib/types/cfn-resource-types/aws-appsync-api.d.ts +123 -0
- package/lib/types/cfn-resource-types/aws-appsync-api.js +3 -0
- package/lib/types/cfn-resource-types/aws-appsync-channelnamespace.d.ts +66 -0
- package/lib/types/cfn-resource-types/aws-appsync-channelnamespace.js +3 -0
- package/lib/types/cfn-resource-types/aws-autoscaling-autoscalinggroup.d.ts +30 -0
- package/lib/types/cfn-resource-types/aws-autoscaling-autoscalinggroup.js +1 -1
- package/lib/types/cfn-resource-types/aws-bedrock-applicationinferenceprofile.d.ts +82 -0
- package/lib/types/cfn-resource-types/aws-bedrock-applicationinferenceprofile.js +3 -0
- package/lib/types/cfn-resource-types/aws-cleanrooms-analysistemplate.d.ts +1 -1
- package/lib/types/cfn-resource-types/aws-cleanrooms-analysistemplate.js +1 -1
- package/lib/types/cfn-resource-types/aws-cleanrooms-collaboration.d.ts +2 -0
- package/lib/types/cfn-resource-types/aws-cleanrooms-collaboration.js +1 -1
- package/lib/types/cfn-resource-types/aws-cleanrooms-membership.d.ts +1 -0
- package/lib/types/cfn-resource-types/aws-cleanrooms-membership.js +1 -1
- package/lib/types/cfn-resource-types/aws-codebuild-fleet.d.ts +28 -1
- package/lib/types/cfn-resource-types/aws-codebuild-fleet.js +1 -1
- package/lib/types/cfn-resource-types/aws-cognito-userpool.d.ts +94 -94
- package/lib/types/cfn-resource-types/aws-cognito-userpool.js +1 -1
- package/lib/types/cfn-resource-types/aws-datasync-task.d.ts +100 -96
- package/lib/types/cfn-resource-types/aws-datasync-task.js +1 -1
- package/lib/types/cfn-resource-types/aws-dynamodb-globaltable.d.ts +96 -96
- package/lib/types/cfn-resource-types/aws-dynamodb-globaltable.js +1 -1
- package/lib/types/cfn-resource-types/aws-ec2-securitygroupvpcassociation.d.ts +25 -0
- package/lib/types/cfn-resource-types/aws-ec2-securitygroupvpcassociation.js +3 -0
- package/lib/types/cfn-resource-types/aws-ec2-vpnconnection.d.ts +1 -1
- package/lib/types/cfn-resource-types/aws-ec2-vpnconnection.js +1 -1
- package/lib/types/cfn-resource-types/aws-ecs-service.d.ts +5 -4
- package/lib/types/cfn-resource-types/aws-ecs-service.js +1 -1
- package/lib/types/cfn-resource-types/aws-elasticloadbalancingv2-loadbalancer.d.ts +17 -14
- package/lib/types/cfn-resource-types/aws-elasticloadbalancingv2-loadbalancer.js +1 -1
- package/lib/types/cfn-resource-types/aws-events-connection.d.ts +26 -26
- package/lib/types/cfn-resource-types/aws-events-connection.js +1 -1
- package/lib/types/cfn-resource-types/aws-gamelift-containergroupdefinition.d.ts +4 -179
- package/lib/types/cfn-resource-types/aws-gamelift-containergroupdefinition.js +1 -1
- package/lib/types/cfn-resource-types/aws-gamelift-fleet.d.ts +1 -42
- package/lib/types/cfn-resource-types/aws-gamelift-fleet.js +1 -1
- package/lib/types/cfn-resource-types/aws-inspectorv2-cisscanconfiguration.d.ts +1 -1
- package/lib/types/cfn-resource-types/aws-inspectorv2-cisscanconfiguration.js +1 -1
- package/lib/types/cfn-resource-types/aws-iotwireless-wirelessdeviceimporttask.d.ts +12 -1
- package/lib/types/cfn-resource-types/aws-iotwireless-wirelessdeviceimporttask.js +1 -1
- package/lib/types/cfn-resource-types/aws-lambda-function.d.ts +24 -4
- package/lib/types/cfn-resource-types/aws-lambda-function.js +1 -1
- package/lib/types/cfn-resource-types/aws-lambda-version.d.ts +1 -9
- package/lib/types/cfn-resource-types/aws-lambda-version.js +1 -1
- package/lib/types/cfn-resource-types/aws-logs-delivery.d.ts +20 -0
- package/lib/types/cfn-resource-types/aws-logs-delivery.js +1 -1
- package/lib/types/cfn-resource-types/aws-logs-deliverydestination.d.ts +4 -0
- package/lib/types/cfn-resource-types/aws-logs-deliverydestination.js +1 -1
- package/lib/types/cfn-resource-types/aws-m2-application.d.ts +1 -1
- package/lib/types/cfn-resource-types/aws-m2-application.js +1 -1
- package/lib/types/cfn-resource-types/aws-mediapackagev2-originendpoint.d.ts +19 -0
- package/lib/types/cfn-resource-types/aws-mediapackagev2-originendpoint.js +1 -1
- package/lib/types/cfn-resource-types/aws-nimblestudio-launchprofile.d.ts +23 -143
- package/lib/types/cfn-resource-types/aws-nimblestudio-launchprofile.js +1 -1
- package/lib/types/cfn-resource-types/aws-nimblestudio-streamingimage.d.ts +16 -46
- package/lib/types/cfn-resource-types/aws-nimblestudio-streamingimage.js +1 -1
- package/lib/types/cfn-resource-types/aws-nimblestudio-studio.d.ts +15 -47
- package/lib/types/cfn-resource-types/aws-nimblestudio-studio.js +1 -1
- package/lib/types/cfn-resource-types/aws-nimblestudio-studiocomponent.d.ts +36 -163
- package/lib/types/cfn-resource-types/aws-nimblestudio-studiocomponent.js +1 -1
- package/lib/types/cfn-resource-types/aws-opensearchservice-application.d.ts +89 -0
- package/lib/types/cfn-resource-types/aws-opensearchservice-application.js +3 -0
- package/lib/types/cfn-resource-types/aws-opensearchservice-domain.d.ts +30 -0
- package/lib/types/cfn-resource-types/aws-opensearchservice-domain.js +1 -1
- package/lib/types/cfn-resource-types/aws-quicksight-analysis.d.ts +1 -1
- package/lib/types/cfn-resource-types/aws-quicksight-analysis.js +1 -1
- package/lib/types/cfn-resource-types/aws-quicksight-dashboard.d.ts +1 -1
- package/lib/types/cfn-resource-types/aws-quicksight-dashboard.js +1 -1
- package/lib/types/cfn-resource-types/aws-quicksight-datasource.d.ts +22 -9
- package/lib/types/cfn-resource-types/aws-quicksight-datasource.js +1 -1
- package/lib/types/cfn-resource-types/aws-quicksight-template.d.ts +1 -1
- package/lib/types/cfn-resource-types/aws-quicksight-template.js +1 -1
- package/lib/types/cfn-resource-types/aws-rds-dbcluster.d.ts +372 -371
- package/lib/types/cfn-resource-types/aws-rds-dbcluster.js +1 -1
- package/lib/types/cfn-resource-types/aws-rds-dbshardgroup.d.ts +56 -0
- package/lib/types/cfn-resource-types/aws-rds-dbshardgroup.js +3 -0
- package/lib/types/cfn-resource-types/aws-sagemaker-studiolifecycleconfig.d.ts +2 -2
- package/lib/types/cfn-resource-types/aws-sagemaker-studiolifecycleconfig.js +1 -1
- package/lib/types/cfn-resource-types/aws-secretsmanager-rotationschedule.d.ts +71 -11
- package/lib/types/cfn-resource-types/aws-secretsmanager-rotationschedule.js +1 -1
- package/lib/types/cfn-resource-types/aws-ses-configurationset.d.ts +4 -0
- package/lib/types/cfn-resource-types/aws-ses-configurationset.js +1 -1
- package/lib/types/cfn-resource-types/aws-transfer-user.d.ts +28 -14
- package/lib/types/cfn-resource-types/aws-transfer-user.js +1 -1
- package/lib/types/cfn-resource-types/aws-wisdom-aiagent.d.ts +76 -0
- package/lib/types/cfn-resource-types/aws-wisdom-aiagent.js +3 -0
- package/lib/types/cfn-resource-types/aws-wisdom-aiagentversion.d.ts +12 -0
- package/lib/types/cfn-resource-types/aws-wisdom-aiagentversion.js +3 -0
- package/lib/types/cfn-resource-types/aws-wisdom-aipromptversion.d.ts +12 -0
- package/lib/types/cfn-resource-types/aws-wisdom-aipromptversion.js +3 -0
- package/lib/types/cfn-resource-types.d.ts +19 -1
- package/lib/types/cfn-resource-types.js +45 -27
- package/package.json +1 -1