@horietakehiro/aws-cdk-utul 0.1.1
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/.env +1 -0
- package/README.md +14 -0
- package/package.json +37 -0
- package/src/assertions.d.ts +29 -0
- package/src/assertions.js +88 -0
- package/src/index.d.ts +3 -0
- package/src/index.js +7 -0
- package/src/typed-resource.d.ts +97 -0
- package/src/typed-resource.js +3 -0
- package/src/types/cfn-resource-types/alexa-ask-skill.d.ts +26 -0
- package/src/types/cfn-resource-types/alexa-ask-skill.js +3 -0
- package/src/types/cfn-resource-types/aws-accessanalyzer-analyzer.d.ts +72 -0
- package/src/types/cfn-resource-types/aws-accessanalyzer-analyzer.js +3 -0
- package/src/types/cfn-resource-types/aws-acmpca-certificate.d.ts +394 -0
- package/src/types/cfn-resource-types/aws-acmpca-certificate.js +3 -0
- package/src/types/cfn-resource-types/aws-acmpca-certificateauthority.d.ts +213 -0
- package/src/types/cfn-resource-types/aws-acmpca-certificateauthority.js +3 -0
- package/src/types/cfn-resource-types/aws-acmpca-certificateauthorityactivation.d.ts +25 -0
- package/src/types/cfn-resource-types/aws-acmpca-certificateauthorityactivation.js +3 -0
- package/src/types/cfn-resource-types/aws-acmpca-permission.d.ts +21 -0
- package/src/types/cfn-resource-types/aws-acmpca-permission.js +3 -0
- package/src/types/cfn-resource-types/aws-amazonmq-broker.d.ts +76 -0
- package/src/types/cfn-resource-types/aws-amazonmq-broker.js +3 -0
- package/src/types/cfn-resource-types/aws-amazonmq-configuration.d.ts +19 -0
- package/src/types/cfn-resource-types/aws-amazonmq-configuration.js +3 -0
- package/src/types/cfn-resource-types/aws-amazonmq-configurationassociation.d.ts +12 -0
- package/src/types/cfn-resource-types/aws-amazonmq-configurationassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-amplify-app.d.ts +60 -0
- package/src/types/cfn-resource-types/aws-amplify-app.js +3 -0
- package/src/types/cfn-resource-types/aws-amplify-branch.d.ts +36 -0
- package/src/types/cfn-resource-types/aws-amplify-branch.js +3 -0
- package/src/types/cfn-resource-types/aws-amplify-domain.d.ts +34 -0
- package/src/types/cfn-resource-types/aws-amplify-domain.js +3 -0
- package/src/types/cfn-resource-types/aws-amplifyuibuilder-component.d.ts +186 -0
- package/src/types/cfn-resource-types/aws-amplifyuibuilder-component.js +3 -0
- package/src/types/cfn-resource-types/aws-amplifyuibuilder-form.d.ts +160 -0
- package/src/types/cfn-resource-types/aws-amplifyuibuilder-form.js +3 -0
- package/src/types/cfn-resource-types/aws-amplifyuibuilder-theme.d.ts +29 -0
- package/src/types/cfn-resource-types/aws-amplifyuibuilder-theme.js +3 -0
- package/src/types/cfn-resource-types/aws-apigateway-account.d.ts +10 -0
- package/src/types/cfn-resource-types/aws-apigateway-account.js +3 -0
- package/src/types/cfn-resource-types/aws-apigateway-apikey.d.ts +62 -0
- package/src/types/cfn-resource-types/aws-apigateway-apikey.js +3 -0
- package/src/types/cfn-resource-types/aws-apigateway-authorizer.d.ts +46 -0
- package/src/types/cfn-resource-types/aws-apigateway-authorizer.js +3 -0
- package/src/types/cfn-resource-types/aws-apigateway-basepathmapping.d.ts +21 -0
- package/src/types/cfn-resource-types/aws-apigateway-basepathmapping.js +3 -0
- package/src/types/cfn-resource-types/aws-apigateway-clientcertificate.d.ts +18 -0
- package/src/types/cfn-resource-types/aws-apigateway-clientcertificate.js +3 -0
- package/src/types/cfn-resource-types/aws-apigateway-deployment.d.ts +217 -0
- package/src/types/cfn-resource-types/aws-apigateway-deployment.js +3 -0
- package/src/types/cfn-resource-types/aws-apigateway-documentationpart.d.ts +40 -0
- package/src/types/cfn-resource-types/aws-apigateway-documentationpart.js +3 -0
- package/src/types/cfn-resource-types/aws-apigateway-documentationversion.d.ts +17 -0
- package/src/types/cfn-resource-types/aws-apigateway-documentationversion.js +3 -0
- package/src/types/cfn-resource-types/aws-apigateway-domainname.d.ts +28 -0
- package/src/types/cfn-resource-types/aws-apigateway-domainname.js +3 -0
- package/src/types/cfn-resource-types/aws-apigateway-gatewayresponse.d.ts +38 -0
- package/src/types/cfn-resource-types/aws-apigateway-gatewayresponse.js +3 -0
- package/src/types/cfn-resource-types/aws-apigateway-method.d.ts +210 -0
- package/src/types/cfn-resource-types/aws-apigateway-method.js +3 -0
- package/src/types/cfn-resource-types/aws-apigateway-model.d.ts +28 -0
- package/src/types/cfn-resource-types/aws-apigateway-model.js +3 -0
- package/src/types/cfn-resource-types/aws-apigateway-requestvalidator.d.ts +22 -0
- package/src/types/cfn-resource-types/aws-apigateway-requestvalidator.js +3 -0
- package/src/types/cfn-resource-types/aws-apigateway-resource.d.ts +18 -0
- package/src/types/cfn-resource-types/aws-apigateway-resource.js +3 -0
- package/src/types/cfn-resource-types/aws-apigateway-restapi.d.ts +115 -0
- package/src/types/cfn-resource-types/aws-apigateway-restapi.js +3 -0
- package/src/types/cfn-resource-types/aws-apigateway-stage.d.ts +157 -0
- package/src/types/cfn-resource-types/aws-apigateway-stage.js +3 -0
- package/src/types/cfn-resource-types/aws-apigateway-usageplan.d.ts +100 -0
- package/src/types/cfn-resource-types/aws-apigateway-usageplan.js +3 -0
- package/src/types/cfn-resource-types/aws-apigateway-usageplankey.d.ts +18 -0
- package/src/types/cfn-resource-types/aws-apigateway-usageplankey.js +3 -0
- package/src/types/cfn-resource-types/aws-apigateway-vpclink.d.ts +26 -0
- package/src/types/cfn-resource-types/aws-apigateway-vpclink.js +3 -0
- package/src/types/cfn-resource-types/aws-apigatewayv2-api.d.ts +127 -0
- package/src/types/cfn-resource-types/aws-apigatewayv2-api.js +3 -0
- package/src/types/cfn-resource-types/aws-apigatewayv2-apigatewaymanagedoverrides.d.ts +46 -0
- package/src/types/cfn-resource-types/aws-apigatewayv2-apigatewaymanagedoverrides.js +3 -0
- package/src/types/cfn-resource-types/aws-apigatewayv2-apimapping.d.ts +22 -0
- package/src/types/cfn-resource-types/aws-apigatewayv2-apimapping.js +3 -0
- package/src/types/cfn-resource-types/aws-apigatewayv2-authorizer.d.ts +62 -0
- package/src/types/cfn-resource-types/aws-apigatewayv2-authorizer.js +3 -0
- package/src/types/cfn-resource-types/aws-apigatewayv2-deployment.d.ts +18 -0
- package/src/types/cfn-resource-types/aws-apigatewayv2-deployment.js +3 -0
- package/src/types/cfn-resource-types/aws-apigatewayv2-domainname.d.ts +66 -0
- package/src/types/cfn-resource-types/aws-apigatewayv2-domainname.js +3 -0
- package/src/types/cfn-resource-types/aws-apigatewayv2-integration.d.ts +118 -0
- package/src/types/cfn-resource-types/aws-apigatewayv2-integration.js +3 -0
- package/src/types/cfn-resource-types/aws-apigatewayv2-integrationresponse.d.ts +41 -0
- package/src/types/cfn-resource-types/aws-apigatewayv2-integrationresponse.js +3 -0
- package/src/types/cfn-resource-types/aws-apigatewayv2-model.d.ts +28 -0
- package/src/types/cfn-resource-types/aws-apigatewayv2-model.js +3 -0
- package/src/types/cfn-resource-types/aws-apigatewayv2-route.d.ts +58 -0
- package/src/types/cfn-resource-types/aws-apigatewayv2-route.js +3 -0
- package/src/types/cfn-resource-types/aws-apigatewayv2-routeresponse.d.ts +46 -0
- package/src/types/cfn-resource-types/aws-apigatewayv2-routeresponse.js +3 -0
- package/src/types/cfn-resource-types/aws-apigatewayv2-stage.d.ts +35 -0
- package/src/types/cfn-resource-types/aws-apigatewayv2-stage.js +3 -0
- package/src/types/cfn-resource-types/aws-apigatewayv2-vpclink.d.ts +28 -0
- package/src/types/cfn-resource-types/aws-apigatewayv2-vpclink.js +3 -0
- package/src/types/cfn-resource-types/aws-appconfig-application.d.ts +34 -0
- package/src/types/cfn-resource-types/aws-appconfig-application.js +3 -0
- package/src/types/cfn-resource-types/aws-appconfig-configurationprofile.d.ts +77 -0
- package/src/types/cfn-resource-types/aws-appconfig-configurationprofile.js +3 -0
- package/src/types/cfn-resource-types/aws-appconfig-deployment.d.ts +24 -0
- package/src/types/cfn-resource-types/aws-appconfig-deployment.js +3 -0
- package/src/types/cfn-resource-types/aws-appconfig-deploymentstrategy.d.ts +18 -0
- package/src/types/cfn-resource-types/aws-appconfig-deploymentstrategy.js +3 -0
- package/src/types/cfn-resource-types/aws-appconfig-environment.d.ts +58 -0
- package/src/types/cfn-resource-types/aws-appconfig-environment.js +3 -0
- package/src/types/cfn-resource-types/aws-appconfig-extension.d.ts +82 -0
- package/src/types/cfn-resource-types/aws-appconfig-extension.js +3 -0
- package/src/types/cfn-resource-types/aws-appconfig-extensionassociation.d.ts +36 -0
- package/src/types/cfn-resource-types/aws-appconfig-extensionassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-appconfig-hostedconfigurationversion.d.ts +37 -0
- package/src/types/cfn-resource-types/aws-appconfig-hostedconfigurationversion.js +3 -0
- package/src/types/cfn-resource-types/aws-appflow-connector.d.ts +37 -0
- package/src/types/cfn-resource-types/aws-appflow-connector.js +3 -0
- package/src/types/cfn-resource-types/aws-appflow-connectorprofile.d.ts +688 -0
- package/src/types/cfn-resource-types/aws-appflow-connectorprofile.js +3 -0
- package/src/types/cfn-resource-types/aws-appflow-flow.d.ts +474 -0
- package/src/types/cfn-resource-types/aws-appflow-flow.js +3 -0
- package/src/types/cfn-resource-types/aws-appintegrations-application.d.ts +68 -0
- package/src/types/cfn-resource-types/aws-appintegrations-application.js +3 -0
- package/src/types/cfn-resource-types/aws-appintegrations-dataintegration.d.ts +113 -0
- package/src/types/cfn-resource-types/aws-appintegrations-dataintegration.js +3 -0
- package/src/types/cfn-resource-types/aws-appintegrations-eventintegration.d.ts +48 -0
- package/src/types/cfn-resource-types/aws-appintegrations-eventintegration.js +3 -0
- package/src/types/cfn-resource-types/aws-applicationautoscaling-scalabletarget.d.ts +149 -0
- package/src/types/cfn-resource-types/aws-applicationautoscaling-scalabletarget.js +3 -0
- package/src/types/cfn-resource-types/aws-applicationautoscaling-scalingpolicy.d.ts +292 -0
- package/src/types/cfn-resource-types/aws-applicationautoscaling-scalingpolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-applicationinsights-application.d.ts +403 -0
- package/src/types/cfn-resource-types/aws-applicationinsights-application.js +3 -0
- package/src/types/cfn-resource-types/aws-applicationsignals-servicelevelobjective.d.ts +271 -0
- package/src/types/cfn-resource-types/aws-applicationsignals-servicelevelobjective.js +3 -0
- package/src/types/cfn-resource-types/aws-appmesh-gatewayroute.d.ts +124 -0
- package/src/types/cfn-resource-types/aws-appmesh-gatewayroute.js +3 -0
- package/src/types/cfn-resource-types/aws-appmesh-mesh.d.ts +27 -0
- package/src/types/cfn-resource-types/aws-appmesh-mesh.js +3 -0
- package/src/types/cfn-resource-types/aws-appmesh-route.d.ts +142 -0
- package/src/types/cfn-resource-types/aws-appmesh-route.js +3 -0
- package/src/types/cfn-resource-types/aws-appmesh-virtualgateway.d.ts +143 -0
- package/src/types/cfn-resource-types/aws-appmesh-virtualgateway.js +3 -0
- package/src/types/cfn-resource-types/aws-appmesh-virtualnode.d.ts +204 -0
- package/src/types/cfn-resource-types/aws-appmesh-virtualnode.js +3 -0
- package/src/types/cfn-resource-types/aws-appmesh-virtualrouter.d.ts +28 -0
- package/src/types/cfn-resource-types/aws-appmesh-virtualrouter.js +3 -0
- package/src/types/cfn-resource-types/aws-appmesh-virtualservice.d.ts +31 -0
- package/src/types/cfn-resource-types/aws-appmesh-virtualservice.js +3 -0
- package/src/types/cfn-resource-types/aws-apprunner-autoscalingconfiguration.d.ts +41 -0
- package/src/types/cfn-resource-types/aws-apprunner-autoscalingconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-apprunner-observabilityconfiguration.d.ts +39 -0
- package/src/types/cfn-resource-types/aws-apprunner-observabilityconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-apprunner-service.d.ts +266 -0
- package/src/types/cfn-resource-types/aws-apprunner-service.js +3 -0
- package/src/types/cfn-resource-types/aws-apprunner-vpcconnector.d.ts +35 -0
- package/src/types/cfn-resource-types/aws-apprunner-vpcconnector.js +3 -0
- package/src/types/cfn-resource-types/aws-apprunner-vpcingressconnection.d.ts +44 -0
- package/src/types/cfn-resource-types/aws-apprunner-vpcingressconnection.js +3 -0
- package/src/types/cfn-resource-types/aws-appstream-appblock.d.ts +34 -0
- package/src/types/cfn-resource-types/aws-appstream-appblock.js +3 -0
- package/src/types/cfn-resource-types/aws-appstream-appblockbuilder.d.ts +32 -0
- package/src/types/cfn-resource-types/aws-appstream-appblockbuilder.js +3 -0
- package/src/types/cfn-resource-types/aws-appstream-application.d.ts +33 -0
- package/src/types/cfn-resource-types/aws-appstream-application.js +3 -0
- package/src/types/cfn-resource-types/aws-appstream-applicationentitlementassociation.d.ts +8 -0
- package/src/types/cfn-resource-types/aws-appstream-applicationentitlementassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-appstream-applicationfleetassociation.d.ts +8 -0
- package/src/types/cfn-resource-types/aws-appstream-applicationfleetassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-appstream-directoryconfig.d.ts +17 -0
- package/src/types/cfn-resource-types/aws-appstream-directoryconfig.js +3 -0
- package/src/types/cfn-resource-types/aws-appstream-entitlement.d.ts +16 -0
- package/src/types/cfn-resource-types/aws-appstream-entitlement.js +3 -0
- package/src/types/cfn-resource-types/aws-appstream-fleet.d.ts +48 -0
- package/src/types/cfn-resource-types/aws-appstream-fleet.js +3 -0
- package/src/types/cfn-resource-types/aws-appstream-imagebuilder.d.ts +35 -0
- package/src/types/cfn-resource-types/aws-appstream-imagebuilder.js +3 -0
- package/src/types/cfn-resource-types/aws-appstream-stack.d.ts +45 -0
- package/src/types/cfn-resource-types/aws-appstream-stack.js +3 -0
- package/src/types/cfn-resource-types/aws-appstream-stackfleetassociation.d.ts +8 -0
- package/src/types/cfn-resource-types/aws-appstream-stackfleetassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-appstream-stackuserassociation.d.ts +10 -0
- package/src/types/cfn-resource-types/aws-appstream-stackuserassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-appstream-user.d.ts +11 -0
- package/src/types/cfn-resource-types/aws-appstream-user.js +3 -0
- package/src/types/cfn-resource-types/aws-appsync-apicache.d.ts +13 -0
- package/src/types/cfn-resource-types/aws-appsync-apicache.js +3 -0
- package/src/types/cfn-resource-types/aws-appsync-apikey.d.ts +11 -0
- package/src/types/cfn-resource-types/aws-appsync-apikey.js +3 -0
- package/src/types/cfn-resource-types/aws-appsync-datasource.d.ts +69 -0
- package/src/types/cfn-resource-types/aws-appsync-datasource.js +3 -0
- package/src/types/cfn-resource-types/aws-appsync-domainname.d.ts +10 -0
- package/src/types/cfn-resource-types/aws-appsync-domainname.js +3 -0
- package/src/types/cfn-resource-types/aws-appsync-domainnameapiassociation.d.ts +8 -0
- package/src/types/cfn-resource-types/aws-appsync-domainnameapiassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-appsync-functionconfiguration.d.ts +99 -0
- package/src/types/cfn-resource-types/aws-appsync-functionconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-appsync-graphqlapi.d.ts +75 -0
- package/src/types/cfn-resource-types/aws-appsync-graphqlapi.js +3 -0
- package/src/types/cfn-resource-types/aws-appsync-graphqlschema.d.ts +9 -0
- package/src/types/cfn-resource-types/aws-appsync-graphqlschema.js +3 -0
- package/src/types/cfn-resource-types/aws-appsync-resolver.d.ts +132 -0
- package/src/types/cfn-resource-types/aws-appsync-resolver.js +3 -0
- package/src/types/cfn-resource-types/aws-appsync-sourceapiassociation.d.ts +63 -0
- package/src/types/cfn-resource-types/aws-appsync-sourceapiassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-apptest-testcase.d.ts +164 -0
- package/src/types/cfn-resource-types/aws-apptest-testcase.js +3 -0
- package/src/types/cfn-resource-types/aws-aps-rulegroupsnamespace.d.ts +38 -0
- package/src/types/cfn-resource-types/aws-aps-rulegroupsnamespace.js +3 -0
- package/src/types/cfn-resource-types/aws-aps-scraper.d.ts +103 -0
- package/src/types/cfn-resource-types/aws-aps-scraper.js +3 -0
- package/src/types/cfn-resource-types/aws-aps-workspace.d.ts +56 -0
- package/src/types/cfn-resource-types/aws-aps-workspace.js +3 -0
- package/src/types/cfn-resource-types/aws-arczonalshift-autoshiftobservernotificationstatus.d.ts +17 -0
- package/src/types/cfn-resource-types/aws-arczonalshift-autoshiftobservernotificationstatus.js +3 -0
- package/src/types/cfn-resource-types/aws-arczonalshift-zonalautoshiftconfiguration.d.ts +38 -0
- package/src/types/cfn-resource-types/aws-arczonalshift-zonalautoshiftconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-athena-capacityreservation.d.ts +58 -0
- package/src/types/cfn-resource-types/aws-athena-capacityreservation.js +3 -0
- package/src/types/cfn-resource-types/aws-athena-datacatalog.d.ts +36 -0
- package/src/types/cfn-resource-types/aws-athena-datacatalog.js +3 -0
- package/src/types/cfn-resource-types/aws-athena-namedquery.d.ts +29 -0
- package/src/types/cfn-resource-types/aws-athena-namedquery.js +3 -0
- package/src/types/cfn-resource-types/aws-athena-preparedstatement.d.ts +21 -0
- package/src/types/cfn-resource-types/aws-athena-preparedstatement.js +3 -0
- package/src/types/cfn-resource-types/aws-athena-workgroup.d.ts +176 -0
- package/src/types/cfn-resource-types/aws-athena-workgroup.js +3 -0
- package/src/types/cfn-resource-types/aws-auditmanager-assessment.d.ts +170 -0
- package/src/types/cfn-resource-types/aws-auditmanager-assessment.js +3 -0
- package/src/types/cfn-resource-types/aws-autoscaling-autoscalinggroup.d.ts +697 -0
- package/src/types/cfn-resource-types/aws-autoscaling-autoscalinggroup.js +3 -0
- package/src/types/cfn-resource-types/aws-autoscaling-launchconfiguration.d.ts +148 -0
- package/src/types/cfn-resource-types/aws-autoscaling-launchconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-autoscaling-lifecyclehook.d.ts +37 -0
- package/src/types/cfn-resource-types/aws-autoscaling-lifecyclehook.js +3 -0
- package/src/types/cfn-resource-types/aws-autoscaling-scalingpolicy.d.ts +147 -0
- package/src/types/cfn-resource-types/aws-autoscaling-scalingpolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-autoscaling-scheduledaction.d.ts +41 -0
- package/src/types/cfn-resource-types/aws-autoscaling-scheduledaction.js +3 -0
- package/src/types/cfn-resource-types/aws-autoscaling-warmpool.d.ts +13 -0
- package/src/types/cfn-resource-types/aws-autoscaling-warmpool.js +3 -0
- package/src/types/cfn-resource-types/aws-autoscalingplans-scalingplan.d.ts +69 -0
- package/src/types/cfn-resource-types/aws-autoscalingplans-scalingplan.js +3 -0
- package/src/types/cfn-resource-types/aws-b2bi-capability.d.ts +51 -0
- package/src/types/cfn-resource-types/aws-b2bi-capability.js +3 -0
- package/src/types/cfn-resource-types/aws-b2bi-partnership.d.ts +24 -0
- package/src/types/cfn-resource-types/aws-b2bi-partnership.js +3 -0
- package/src/types/cfn-resource-types/aws-b2bi-profile.d.ts +25 -0
- package/src/types/cfn-resource-types/aws-b2bi-profile.js +3 -0
- package/src/types/cfn-resource-types/aws-b2bi-transformer.d.ts +36 -0
- package/src/types/cfn-resource-types/aws-b2bi-transformer.js +3 -0
- package/src/types/cfn-resource-types/aws-backup-backupplan.d.ts +54 -0
- package/src/types/cfn-resource-types/aws-backup-backupplan.js +3 -0
- package/src/types/cfn-resource-types/aws-backup-backupselection.d.ts +31 -0
- package/src/types/cfn-resource-types/aws-backup-backupselection.js +3 -0
- package/src/types/cfn-resource-types/aws-backup-backupvault.d.ts +30 -0
- package/src/types/cfn-resource-types/aws-backup-backupvault.js +3 -0
- package/src/types/cfn-resource-types/aws-backup-framework.d.ts +89 -0
- package/src/types/cfn-resource-types/aws-backup-framework.js +3 -0
- package/src/types/cfn-resource-types/aws-backup-reportplan.d.ts +76 -0
- package/src/types/cfn-resource-types/aws-backup-reportplan.js +3 -0
- package/src/types/cfn-resource-types/aws-backup-restoretestingplan.d.ts +33 -0
- package/src/types/cfn-resource-types/aws-backup-restoretestingplan.js +3 -0
- package/src/types/cfn-resource-types/aws-backup-restoretestingselection.d.ts +28 -0
- package/src/types/cfn-resource-types/aws-backup-restoretestingselection.js +3 -0
- package/src/types/cfn-resource-types/aws-backupgateway-hypervisor.d.ts +17 -0
- package/src/types/cfn-resource-types/aws-backupgateway-hypervisor.js +3 -0
- package/src/types/cfn-resource-types/aws-batch-computeenvironment.d.ts +73 -0
- package/src/types/cfn-resource-types/aws-batch-computeenvironment.js +3 -0
- package/src/types/cfn-resource-types/aws-batch-jobdefinition.d.ts +267 -0
- package/src/types/cfn-resource-types/aws-batch-jobdefinition.js +3 -0
- package/src/types/cfn-resource-types/aws-batch-jobqueue.d.ts +33 -0
- package/src/types/cfn-resource-types/aws-batch-jobqueue.js +3 -0
- package/src/types/cfn-resource-types/aws-batch-schedulingpolicy.d.ts +40 -0
- package/src/types/cfn-resource-types/aws-batch-schedulingpolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-bcmdataexports-export.d.ts +65 -0
- package/src/types/cfn-resource-types/aws-bcmdataexports-export.js +3 -0
- package/src/types/cfn-resource-types/aws-bedrock-agent.d.ts +329 -0
- package/src/types/cfn-resource-types/aws-bedrock-agent.js +3 -0
- package/src/types/cfn-resource-types/aws-bedrock-agentalias.d.ts +91 -0
- package/src/types/cfn-resource-types/aws-bedrock-agentalias.js +3 -0
- package/src/types/cfn-resource-types/aws-bedrock-datasource.d.ts +461 -0
- package/src/types/cfn-resource-types/aws-bedrock-datasource.js +3 -0
- package/src/types/cfn-resource-types/aws-bedrock-flow.d.ts +516 -0
- package/src/types/cfn-resource-types/aws-bedrock-flow.js +3 -0
- package/src/types/cfn-resource-types/aws-bedrock-flowalias.d.ts +66 -0
- package/src/types/cfn-resource-types/aws-bedrock-flowalias.js +3 -0
- package/src/types/cfn-resource-types/aws-bedrock-flowversion.d.ts +451 -0
- package/src/types/cfn-resource-types/aws-bedrock-flowversion.js +3 -0
- package/src/types/cfn-resource-types/aws-bedrock-guardrail.d.ts +259 -0
- package/src/types/cfn-resource-types/aws-bedrock-guardrail.js +3 -0
- package/src/types/cfn-resource-types/aws-bedrock-guardrailversion.d.ts +25 -0
- package/src/types/cfn-resource-types/aws-bedrock-guardrailversion.js +3 -0
- package/src/types/cfn-resource-types/aws-bedrock-knowledgebase.d.ts +264 -0
- package/src/types/cfn-resource-types/aws-bedrock-knowledgebase.js +3 -0
- package/src/types/cfn-resource-types/aws-bedrock-prompt.d.ts +166 -0
- package/src/types/cfn-resource-types/aws-bedrock-prompt.js +3 -0
- package/src/types/cfn-resource-types/aws-bedrock-promptversion.d.ts +152 -0
- package/src/types/cfn-resource-types/aws-bedrock-promptversion.js +3 -0
- package/src/types/cfn-resource-types/aws-billingconductor-billinggroup.d.ts +50 -0
- package/src/types/cfn-resource-types/aws-billingconductor-billinggroup.js +3 -0
- package/src/types/cfn-resource-types/aws-billingconductor-customlineitem.d.ts +67 -0
- package/src/types/cfn-resource-types/aws-billingconductor-customlineitem.js +3 -0
- package/src/types/cfn-resource-types/aws-billingconductor-pricingplan.d.ts +33 -0
- package/src/types/cfn-resource-types/aws-billingconductor-pricingplan.js +3 -0
- package/src/types/cfn-resource-types/aws-billingconductor-pricingrule.d.ts +74 -0
- package/src/types/cfn-resource-types/aws-billingconductor-pricingrule.js +3 -0
- package/src/types/cfn-resource-types/aws-budgets-budget.d.ts +70 -0
- package/src/types/cfn-resource-types/aws-budgets-budget.js +3 -0
- package/src/types/cfn-resource-types/aws-budgets-budgetsaction.d.ts +71 -0
- package/src/types/cfn-resource-types/aws-budgets-budgetsaction.js +3 -0
- package/src/types/cfn-resource-types/aws-cassandra-keyspace.d.ts +28 -0
- package/src/types/cfn-resource-types/aws-cassandra-keyspace.js +3 -0
- package/src/types/cfn-resource-types/aws-cassandra-table.d.ts +137 -0
- package/src/types/cfn-resource-types/aws-cassandra-table.js +3 -0
- package/src/types/cfn-resource-types/aws-ce-anomalymonitor.d.ts +56 -0
- package/src/types/cfn-resource-types/aws-ce-anomalymonitor.js +3 -0
- package/src/types/cfn-resource-types/aws-ce-anomalysubscription.d.ts +63 -0
- package/src/types/cfn-resource-types/aws-ce-anomalysubscription.js +3 -0
- package/src/types/cfn-resource-types/aws-ce-costcategory.d.ts +28 -0
- package/src/types/cfn-resource-types/aws-ce-costcategory.js +3 -0
- package/src/types/cfn-resource-types/aws-certificatemanager-account.d.ts +11 -0
- package/src/types/cfn-resource-types/aws-certificatemanager-account.js +3 -0
- package/src/types/cfn-resource-types/aws-certificatemanager-certificate.d.ts +23 -0
- package/src/types/cfn-resource-types/aws-certificatemanager-certificate.js +3 -0
- package/src/types/cfn-resource-types/aws-chatbot-microsoftteamschannelconfiguration.d.ts +53 -0
- package/src/types/cfn-resource-types/aws-chatbot-microsoftteamschannelconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-chatbot-slackchannelconfiguration.d.ts +49 -0
- package/src/types/cfn-resource-types/aws-chatbot-slackchannelconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-cleanrooms-analysistemplate.d.ts +47 -0
- package/src/types/cfn-resource-types/aws-cleanrooms-analysistemplate.js +3 -0
- package/src/types/cfn-resource-types/aws-cleanrooms-collaboration.d.ts +49 -0
- package/src/types/cfn-resource-types/aws-cleanrooms-collaboration.js +3 -0
- package/src/types/cfn-resource-types/aws-cleanrooms-configuredtable.d.ts +135 -0
- package/src/types/cfn-resource-types/aws-cleanrooms-configuredtable.js +3 -0
- package/src/types/cfn-resource-types/aws-cleanrooms-configuredtableassociation.d.ts +66 -0
- package/src/types/cfn-resource-types/aws-cleanrooms-configuredtableassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-cleanrooms-idmappingtable.d.ts +37 -0
- package/src/types/cfn-resource-types/aws-cleanrooms-idmappingtable.js +3 -0
- package/src/types/cfn-resource-types/aws-cleanrooms-idnamespaceassociation.d.ts +36 -0
- package/src/types/cfn-resource-types/aws-cleanrooms-idnamespaceassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-cleanrooms-membership.d.ts +41 -0
- package/src/types/cfn-resource-types/aws-cleanrooms-membership.js +3 -0
- package/src/types/cfn-resource-types/aws-cleanrooms-privacybudgettemplate.d.ts +25 -0
- package/src/types/cfn-resource-types/aws-cleanrooms-privacybudgettemplate.js +3 -0
- package/src/types/cfn-resource-types/aws-cleanroomsml-trainingdataset.d.ts +54 -0
- package/src/types/cfn-resource-types/aws-cleanroomsml-trainingdataset.js +3 -0
- package/src/types/cfn-resource-types/aws-cloud9-environmentec2.d.ts +25 -0
- package/src/types/cfn-resource-types/aws-cloud9-environmentec2.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudformation-customresource.d.ts +7 -0
- package/src/types/cfn-resource-types/aws-cloudformation-customresource.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudformation-hookdefaultversion.d.ts +25 -0
- package/src/types/cfn-resource-types/aws-cloudformation-hookdefaultversion.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudformation-hooktypeconfig.d.ts +29 -0
- package/src/types/cfn-resource-types/aws-cloudformation-hooktypeconfig.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudformation-hookversion.d.ts +61 -0
- package/src/types/cfn-resource-types/aws-cloudformation-hookversion.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudformation-macro.d.ts +11 -0
- package/src/types/cfn-resource-types/aws-cloudformation-macro.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudformation-moduledefaultversion.d.ts +19 -0
- package/src/types/cfn-resource-types/aws-cloudformation-moduledefaultversion.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudformation-moduleversion.d.ts +51 -0
- package/src/types/cfn-resource-types/aws-cloudformation-moduleversion.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudformation-publictypeversion.d.ts +41 -0
- package/src/types/cfn-resource-types/aws-cloudformation-publictypeversion.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudformation-publisher.d.ts +29 -0
- package/src/types/cfn-resource-types/aws-cloudformation-publisher.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudformation-resourcedefaultversion.d.ts +25 -0
- package/src/types/cfn-resource-types/aws-cloudformation-resourcedefaultversion.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudformation-resourceversion.d.ts +65 -0
- package/src/types/cfn-resource-types/aws-cloudformation-resourceversion.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudformation-stack.d.ts +54 -0
- package/src/types/cfn-resource-types/aws-cloudformation-stack.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudformation-stackset.d.ts +177 -0
- package/src/types/cfn-resource-types/aws-cloudformation-stackset.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudformation-typeactivation.d.ts +63 -0
- package/src/types/cfn-resource-types/aws-cloudformation-typeactivation.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudformation-waitcondition.d.ts +12 -0
- package/src/types/cfn-resource-types/aws-cloudformation-waitcondition.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudformation-waitconditionhandle.d.ts +6 -0
- package/src/types/cfn-resource-types/aws-cloudformation-waitconditionhandle.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudfront-cachepolicy.d.ts +35 -0
- package/src/types/cfn-resource-types/aws-cloudfront-cachepolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudfront-cloudfrontoriginaccessidentity.d.ts +11 -0
- package/src/types/cfn-resource-types/aws-cloudfront-cloudfrontoriginaccessidentity.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudfront-continuousdeploymentpolicy.d.ts +42 -0
- package/src/types/cfn-resource-types/aws-cloudfront-continuousdeploymentpolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudfront-distribution.d.ts +795 -0
- package/src/types/cfn-resource-types/aws-cloudfront-distribution.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudfront-function.d.ts +23 -0
- package/src/types/cfn-resource-types/aws-cloudfront-function.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudfront-keygroup.d.ts +13 -0
- package/src/types/cfn-resource-types/aws-cloudfront-keygroup.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudfront-keyvaluestore.d.ts +15 -0
- package/src/types/cfn-resource-types/aws-cloudfront-keyvaluestore.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudfront-monitoringsubscription.d.ts +13 -0
- package/src/types/cfn-resource-types/aws-cloudfront-monitoringsubscription.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudfront-originaccesscontrol.d.ts +14 -0
- package/src/types/cfn-resource-types/aws-cloudfront-originaccesscontrol.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudfront-originrequestpolicy.d.ts +27 -0
- package/src/types/cfn-resource-types/aws-cloudfront-originrequestpolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudfront-publickey.d.ts +14 -0
- package/src/types/cfn-resource-types/aws-cloudfront-publickey.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudfront-realtimelogconfig.d.ts +24 -0
- package/src/types/cfn-resource-types/aws-cloudfront-realtimelogconfig.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudfront-responseheaderspolicy.d.ts +91 -0
- package/src/types/cfn-resource-types/aws-cloudfront-responseheaderspolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudfront-streamingdistribution.d.ts +35 -0
- package/src/types/cfn-resource-types/aws-cloudfront-streamingdistribution.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudtrail-channel.d.ts +55 -0
- package/src/types/cfn-resource-types/aws-cloudtrail-channel.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudtrail-eventdatastore.d.ts +156 -0
- package/src/types/cfn-resource-types/aws-cloudtrail-eventdatastore.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudtrail-resourcepolicy.d.ts +15 -0
- package/src/types/cfn-resource-types/aws-cloudtrail-resourcepolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudtrail-trail.d.ts +180 -0
- package/src/types/cfn-resource-types/aws-cloudtrail-trail.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudwatch-alarm.d.ts +213 -0
- package/src/types/cfn-resource-types/aws-cloudwatch-alarm.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudwatch-anomalydetector.d.ts +59 -0
- package/src/types/cfn-resource-types/aws-cloudwatch-anomalydetector.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudwatch-compositealarm.d.ts +74 -0
- package/src/types/cfn-resource-types/aws-cloudwatch-compositealarm.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudwatch-dashboard.d.ts +13 -0
- package/src/types/cfn-resource-types/aws-cloudwatch-dashboard.js +3 -0
- package/src/types/cfn-resource-types/aws-cloudwatch-insightrule.d.ts +13 -0
- package/src/types/cfn-resource-types/aws-cloudwatch-insightrule.js +3 -0
- package/src/types/cfn-resource-types/aws-codeartifact-domain.d.ts +48 -0
- package/src/types/cfn-resource-types/aws-codeartifact-domain.js +3 -0
- package/src/types/cfn-resource-types/aws-codeartifact-packagegroup.d.ts +82 -0
- package/src/types/cfn-resource-types/aws-codeartifact-packagegroup.js +3 -0
- package/src/types/cfn-resource-types/aws-codeartifact-repository.d.ts +60 -0
- package/src/types/cfn-resource-types/aws-codeartifact-repository.js +3 -0
- package/src/types/cfn-resource-types/aws-codebuild-fleet.d.ts +30 -0
- package/src/types/cfn-resource-types/aws-codebuild-fleet.js +3 -0
- package/src/types/cfn-resource-types/aws-codebuild-project.d.ts +149 -0
- package/src/types/cfn-resource-types/aws-codebuild-project.js +3 -0
- package/src/types/cfn-resource-types/aws-codebuild-reportgroup.d.ts +28 -0
- package/src/types/cfn-resource-types/aws-codebuild-reportgroup.js +3 -0
- package/src/types/cfn-resource-types/aws-codebuild-sourcecredential.d.ts +10 -0
- package/src/types/cfn-resource-types/aws-codebuild-sourcecredential.js +3 -0
- package/src/types/cfn-resource-types/aws-codecommit-repository.d.ts +36 -0
- package/src/types/cfn-resource-types/aws-codecommit-repository.js +3 -0
- package/src/types/cfn-resource-types/aws-codeconnections-connection.d.ts +46 -0
- package/src/types/cfn-resource-types/aws-codeconnections-connection.js +3 -0
- package/src/types/cfn-resource-types/aws-codedeploy-application.d.ts +21 -0
- package/src/types/cfn-resource-types/aws-codedeploy-application.js +3 -0
- package/src/types/cfn-resource-types/aws-codedeploy-deploymentconfig.d.ts +51 -0
- package/src/types/cfn-resource-types/aws-codedeploy-deploymentconfig.js +3 -0
- package/src/types/cfn-resource-types/aws-codedeploy-deploymentgroup.d.ts +133 -0
- package/src/types/cfn-resource-types/aws-codedeploy-deploymentgroup.js +3 -0
- package/src/types/cfn-resource-types/aws-codeguruprofiler-profilinggroup.d.ts +66 -0
- package/src/types/cfn-resource-types/aws-codeguruprofiler-profilinggroup.js +3 -0
- package/src/types/cfn-resource-types/aws-codegurureviewer-repositoryassociation.d.ts +48 -0
- package/src/types/cfn-resource-types/aws-codegurureviewer-repositoryassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-codepipeline-customactiontype.d.ts +113 -0
- package/src/types/cfn-resource-types/aws-codepipeline-customactiontype.js +3 -0
- package/src/types/cfn-resource-types/aws-codepipeline-pipeline.d.ts +415 -0
- package/src/types/cfn-resource-types/aws-codepipeline-pipeline.js +3 -0
- package/src/types/cfn-resource-types/aws-codepipeline-webhook.d.ts +23 -0
- package/src/types/cfn-resource-types/aws-codepipeline-webhook.js +3 -0
- package/src/types/cfn-resource-types/aws-codestar-githubrepository.d.ts +22 -0
- package/src/types/cfn-resource-types/aws-codestar-githubrepository.js +3 -0
- package/src/types/cfn-resource-types/aws-codestarconnections-connection.d.ts +46 -0
- package/src/types/cfn-resource-types/aws-codestarconnections-connection.js +3 -0
- package/src/types/cfn-resource-types/aws-codestarconnections-repositorylink.d.ts +50 -0
- package/src/types/cfn-resource-types/aws-codestarconnections-repositorylink.js +3 -0
- package/src/types/cfn-resource-types/aws-codestarconnections-syncconfiguration.d.ts +49 -0
- package/src/types/cfn-resource-types/aws-codestarconnections-syncconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-codestarnotifications-notificationrule.d.ts +29 -0
- package/src/types/cfn-resource-types/aws-codestarnotifications-notificationrule.js +3 -0
- package/src/types/cfn-resource-types/aws-cognito-identitypool.d.ts +53 -0
- package/src/types/cfn-resource-types/aws-cognito-identitypool.js +3 -0
- package/src/types/cfn-resource-types/aws-cognito-identitypoolprincipaltag.d.ts +11 -0
- package/src/types/cfn-resource-types/aws-cognito-identitypoolprincipaltag.js +3 -0
- package/src/types/cfn-resource-types/aws-cognito-identitypoolroleattachment.d.ts +36 -0
- package/src/types/cfn-resource-types/aws-cognito-identitypoolroleattachment.js +3 -0
- package/src/types/cfn-resource-types/aws-cognito-logdeliveryconfiguration.d.ts +25 -0
- package/src/types/cfn-resource-types/aws-cognito-logdeliveryconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-cognito-userpool.d.ts +150 -0
- package/src/types/cfn-resource-types/aws-cognito-userpool.js +3 -0
- package/src/types/cfn-resource-types/aws-cognito-userpoolclient.d.ts +42 -0
- package/src/types/cfn-resource-types/aws-cognito-userpoolclient.js +3 -0
- package/src/types/cfn-resource-types/aws-cognito-userpooldomain.d.ts +13 -0
- package/src/types/cfn-resource-types/aws-cognito-userpooldomain.js +3 -0
- package/src/types/cfn-resource-types/aws-cognito-userpoolgroup.d.ts +10 -0
- package/src/types/cfn-resource-types/aws-cognito-userpoolgroup.js +3 -0
- package/src/types/cfn-resource-types/aws-cognito-userpoolidentityprovider.d.ts +16 -0
- package/src/types/cfn-resource-types/aws-cognito-userpoolidentityprovider.js +3 -0
- package/src/types/cfn-resource-types/aws-cognito-userpoolresourceserver.d.ts +13 -0
- package/src/types/cfn-resource-types/aws-cognito-userpoolresourceserver.js +3 -0
- package/src/types/cfn-resource-types/aws-cognito-userpoolriskconfigurationattachment.d.ts +47 -0
- package/src/types/cfn-resource-types/aws-cognito-userpoolriskconfigurationattachment.js +3 -0
- package/src/types/cfn-resource-types/aws-cognito-userpooluicustomizationattachment.d.ts +8 -0
- package/src/types/cfn-resource-types/aws-cognito-userpooluicustomizationattachment.js +3 -0
- package/src/types/cfn-resource-types/aws-cognito-userpooluser.d.ts +23 -0
- package/src/types/cfn-resource-types/aws-cognito-userpooluser.js +3 -0
- package/src/types/cfn-resource-types/aws-cognito-userpoolusertogroupattachment.d.ts +8 -0
- package/src/types/cfn-resource-types/aws-cognito-userpoolusertogroupattachment.js +3 -0
- package/src/types/cfn-resource-types/aws-comprehend-documentclassifier.d.ts +72 -0
- package/src/types/cfn-resource-types/aws-comprehend-documentclassifier.js +3 -0
- package/src/types/cfn-resource-types/aws-comprehend-flywheel.d.ts +59 -0
- package/src/types/cfn-resource-types/aws-comprehend-flywheel.js +3 -0
- package/src/types/cfn-resource-types/aws-config-aggregationauthorization.d.ts +36 -0
- package/src/types/cfn-resource-types/aws-config-aggregationauthorization.js +3 -0
- package/src/types/cfn-resource-types/aws-config-configrule.d.ts +148 -0
- package/src/types/cfn-resource-types/aws-config-configrule.js +3 -0
- package/src/types/cfn-resource-types/aws-config-configurationaggregator.d.ts +44 -0
- package/src/types/cfn-resource-types/aws-config-configurationaggregator.js +3 -0
- package/src/types/cfn-resource-types/aws-config-configurationrecorder.d.ts +32 -0
- package/src/types/cfn-resource-types/aws-config-configurationrecorder.js +3 -0
- package/src/types/cfn-resource-types/aws-config-conformancepack.d.ts +54 -0
- package/src/types/cfn-resource-types/aws-config-conformancepack.js +3 -0
- package/src/types/cfn-resource-types/aws-config-deliverychannel.d.ts +15 -0
- package/src/types/cfn-resource-types/aws-config-deliverychannel.js +3 -0
- package/src/types/cfn-resource-types/aws-config-organizationconfigrule.d.ts +45 -0
- package/src/types/cfn-resource-types/aws-config-organizationconfigrule.js +3 -0
- package/src/types/cfn-resource-types/aws-config-organizationconformancepack.d.ts +50 -0
- package/src/types/cfn-resource-types/aws-config-organizationconformancepack.js +3 -0
- package/src/types/cfn-resource-types/aws-config-remediationconfiguration.d.ts +25 -0
- package/src/types/cfn-resource-types/aws-config-remediationconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-config-storedquery.d.ts +29 -0
- package/src/types/cfn-resource-types/aws-config-storedquery.js +3 -0
- package/src/types/cfn-resource-types/aws-connect-agentstatus.d.ts +64 -0
- package/src/types/cfn-resource-types/aws-connect-agentstatus.js +3 -0
- package/src/types/cfn-resource-types/aws-connect-approvedorigin.d.ts +15 -0
- package/src/types/cfn-resource-types/aws-connect-approvedorigin.js +3 -0
- package/src/types/cfn-resource-types/aws-connect-contactflow.d.ts +52 -0
- package/src/types/cfn-resource-types/aws-connect-contactflow.js +3 -0
- package/src/types/cfn-resource-types/aws-connect-contactflowmodule.d.ts +52 -0
- package/src/types/cfn-resource-types/aws-connect-contactflowmodule.js +3 -0
- package/src/types/cfn-resource-types/aws-connect-evaluationform.d.ts +341 -0
- package/src/types/cfn-resource-types/aws-connect-evaluationform.js +3 -0
- package/src/types/cfn-resource-types/aws-connect-hoursofoperation.d.ts +87 -0
- package/src/types/cfn-resource-types/aws-connect-hoursofoperation.js +3 -0
- package/src/types/cfn-resource-types/aws-connect-instance.d.ts +95 -0
- package/src/types/cfn-resource-types/aws-connect-instance.js +3 -0
- package/src/types/cfn-resource-types/aws-connect-instancestorageconfig.d.ts +76 -0
- package/src/types/cfn-resource-types/aws-connect-instancestorageconfig.js +3 -0
- package/src/types/cfn-resource-types/aws-connect-integrationassociation.d.ts +25 -0
- package/src/types/cfn-resource-types/aws-connect-integrationassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-connect-phonenumber.d.ts +56 -0
- package/src/types/cfn-resource-types/aws-connect-phonenumber.js +3 -0
- package/src/types/cfn-resource-types/aws-connect-predefinedattribute.d.ts +38 -0
- package/src/types/cfn-resource-types/aws-connect-predefinedattribute.js +3 -0
- package/src/types/cfn-resource-types/aws-connect-prompt.d.ts +42 -0
- package/src/types/cfn-resource-types/aws-connect-prompt.js +3 -0
- package/src/types/cfn-resource-types/aws-connect-queue.d.ts +90 -0
- package/src/types/cfn-resource-types/aws-connect-queue.js +3 -0
- package/src/types/cfn-resource-types/aws-connect-quickconnect.d.ts +94 -0
- package/src/types/cfn-resource-types/aws-connect-quickconnect.js +3 -0
- package/src/types/cfn-resource-types/aws-connect-routingprofile.d.ts +111 -0
- package/src/types/cfn-resource-types/aws-connect-routingprofile.js +3 -0
- package/src/types/cfn-resource-types/aws-connect-rule.d.ts +283 -0
- package/src/types/cfn-resource-types/aws-connect-rule.js +3 -0
- package/src/types/cfn-resource-types/aws-connect-securitykey.d.ts +20 -0
- package/src/types/cfn-resource-types/aws-connect-securitykey.js +3 -0
- package/src/types/cfn-resource-types/aws-connect-securityprofile.d.ts +109 -0
- package/src/types/cfn-resource-types/aws-connect-securityprofile.js +3 -0
- package/src/types/cfn-resource-types/aws-connect-tasktemplate.d.ts +153 -0
- package/src/types/cfn-resource-types/aws-connect-tasktemplate.js +3 -0
- package/src/types/cfn-resource-types/aws-connect-trafficdistributiongroup.d.ts +48 -0
- package/src/types/cfn-resource-types/aws-connect-trafficdistributiongroup.js +3 -0
- package/src/types/cfn-resource-types/aws-connect-user.d.ts +144 -0
- package/src/types/cfn-resource-types/aws-connect-user.js +3 -0
- package/src/types/cfn-resource-types/aws-connect-userhierarchygroup.d.ts +40 -0
- package/src/types/cfn-resource-types/aws-connect-userhierarchygroup.js +3 -0
- package/src/types/cfn-resource-types/aws-connect-userhierarchystructure.d.ts +75 -0
- package/src/types/cfn-resource-types/aws-connect-userhierarchystructure.js +3 -0
- package/src/types/cfn-resource-types/aws-connect-view.d.ts +60 -0
- package/src/types/cfn-resource-types/aws-connect-view.js +3 -0
- package/src/types/cfn-resource-types/aws-connect-viewversion.d.ts +25 -0
- package/src/types/cfn-resource-types/aws-connect-viewversion.js +3 -0
- package/src/types/cfn-resource-types/aws-connectcampaigns-campaign.d.ts +115 -0
- package/src/types/cfn-resource-types/aws-connectcampaigns-campaign.js +3 -0
- package/src/types/cfn-resource-types/aws-controltower-enabledbaseline.d.ts +24 -0
- package/src/types/cfn-resource-types/aws-controltower-enabledbaseline.js +3 -0
- package/src/types/cfn-resource-types/aws-controltower-enabledcontrol.d.ts +47 -0
- package/src/types/cfn-resource-types/aws-controltower-enabledcontrol.js +3 -0
- package/src/types/cfn-resource-types/aws-controltower-landingzone.d.ts +19 -0
- package/src/types/cfn-resource-types/aws-controltower-landingzone.js +3 -0
- package/src/types/cfn-resource-types/aws-cur-reportdefinition.d.ts +53 -0
- package/src/types/cfn-resource-types/aws-cur-reportdefinition.js +3 -0
- package/src/types/cfn-resource-types/aws-customerprofiles-calculatedattributedefinition.d.ts +131 -0
- package/src/types/cfn-resource-types/aws-customerprofiles-calculatedattributedefinition.js +3 -0
- package/src/types/cfn-resource-types/aws-customerprofiles-domain.d.ts +224 -0
- package/src/types/cfn-resource-types/aws-customerprofiles-domain.js +3 -0
- package/src/types/cfn-resource-types/aws-customerprofiles-eventstream.d.ts +61 -0
- package/src/types/cfn-resource-types/aws-customerprofiles-eventstream.js +3 -0
- package/src/types/cfn-resource-types/aws-customerprofiles-integration.d.ts +133 -0
- package/src/types/cfn-resource-types/aws-customerprofiles-integration.js +3 -0
- package/src/types/cfn-resource-types/aws-customerprofiles-objecttype.d.ts +102 -0
- package/src/types/cfn-resource-types/aws-customerprofiles-objecttype.js +3 -0
- package/src/types/cfn-resource-types/aws-databrew-dataset.d.ts +190 -0
- package/src/types/cfn-resource-types/aws-databrew-dataset.js +3 -0
- package/src/types/cfn-resource-types/aws-databrew-job.d.ts +228 -0
- package/src/types/cfn-resource-types/aws-databrew-job.js +3 -0
- package/src/types/cfn-resource-types/aws-databrew-project.d.ts +43 -0
- package/src/types/cfn-resource-types/aws-databrew-project.js +3 -0
- package/src/types/cfn-resource-types/aws-databrew-recipe.d.ts +208 -0
- package/src/types/cfn-resource-types/aws-databrew-recipe.js +3 -0
- package/src/types/cfn-resource-types/aws-databrew-ruleset.d.ts +100 -0
- package/src/types/cfn-resource-types/aws-databrew-ruleset.js +3 -0
- package/src/types/cfn-resource-types/aws-databrew-schedule.d.ts +26 -0
- package/src/types/cfn-resource-types/aws-databrew-schedule.js +3 -0
- package/src/types/cfn-resource-types/aws-datapipeline-pipeline.d.ts +102 -0
- package/src/types/cfn-resource-types/aws-datapipeline-pipeline.js +3 -0
- package/src/types/cfn-resource-types/aws-datasync-agent.d.ts +52 -0
- package/src/types/cfn-resource-types/aws-datasync-agent.js +3 -0
- package/src/types/cfn-resource-types/aws-datasync-locationazureblob.d.ts +69 -0
- package/src/types/cfn-resource-types/aws-datasync-locationazureblob.js +3 -0
- package/src/types/cfn-resource-types/aws-datasync-locationefs.d.ts +69 -0
- package/src/types/cfn-resource-types/aws-datasync-locationefs.js +3 -0
- package/src/types/cfn-resource-types/aws-datasync-locationfsxlustre.d.ts +48 -0
- package/src/types/cfn-resource-types/aws-datasync-locationfsxlustre.js +3 -0
- package/src/types/cfn-resource-types/aws-datasync-locationfsxontap.d.ts +102 -0
- package/src/types/cfn-resource-types/aws-datasync-locationfsxontap.js +3 -0
- package/src/types/cfn-resource-types/aws-datasync-locationfsxopenzfs.d.ts +70 -0
- package/src/types/cfn-resource-types/aws-datasync-locationfsxopenzfs.js +3 -0
- package/src/types/cfn-resource-types/aws-datasync-locationfsxwindows.d.ts +56 -0
- package/src/types/cfn-resource-types/aws-datasync-locationfsxwindows.js +3 -0
- package/src/types/cfn-resource-types/aws-datasync-locationhdfs.d.ts +108 -0
- package/src/types/cfn-resource-types/aws-datasync-locationhdfs.js +3 -0
- package/src/types/cfn-resource-types/aws-datasync-locationnfs.d.ts +63 -0
- package/src/types/cfn-resource-types/aws-datasync-locationnfs.js +3 -0
- package/src/types/cfn-resource-types/aws-datasync-locationobjectstorage.d.ts +71 -0
- package/src/types/cfn-resource-types/aws-datasync-locationobjectstorage.js +3 -0
- package/src/types/cfn-resource-types/aws-datasync-locations3.d.ts +54 -0
- package/src/types/cfn-resource-types/aws-datasync-locations3.js +3 -0
- package/src/types/cfn-resource-types/aws-datasync-locationsmb.d.ts +69 -0
- package/src/types/cfn-resource-types/aws-datasync-locationsmb.js +3 -0
- package/src/types/cfn-resource-types/aws-datasync-storagesystem.d.ts +83 -0
- package/src/types/cfn-resource-types/aws-datasync-storagesystem.js +3 -0
- package/src/types/cfn-resource-types/aws-datasync-task.d.ts +288 -0
- package/src/types/cfn-resource-types/aws-datasync-task.js +3 -0
- package/src/types/cfn-resource-types/aws-datazone-datasource.d.ts +239 -0
- package/src/types/cfn-resource-types/aws-datazone-datasource.js +3 -0
- package/src/types/cfn-resource-types/aws-datazone-domain.d.ts +82 -0
- package/src/types/cfn-resource-types/aws-datazone-domain.js +3 -0
- package/src/types/cfn-resource-types/aws-datazone-environment.d.ts +109 -0
- package/src/types/cfn-resource-types/aws-datazone-environment.js +3 -0
- package/src/types/cfn-resource-types/aws-datazone-environmentactions.d.ts +48 -0
- package/src/types/cfn-resource-types/aws-datazone-environmentactions.js +3 -0
- package/src/types/cfn-resource-types/aws-datazone-environmentblueprintconfiguration.d.ts +29 -0
- package/src/types/cfn-resource-types/aws-datazone-environmentblueprintconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-datazone-environmentprofile.d.ts +78 -0
- package/src/types/cfn-resource-types/aws-datazone-environmentprofile.js +3 -0
- package/src/types/cfn-resource-types/aws-datazone-groupprofile.d.ts +30 -0
- package/src/types/cfn-resource-types/aws-datazone-groupprofile.js +3 -0
- package/src/types/cfn-resource-types/aws-datazone-project.d.ts +44 -0
- package/src/types/cfn-resource-types/aws-datazone-project.js +3 -0
- package/src/types/cfn-resource-types/aws-datazone-projectmembership.d.ts +17 -0
- package/src/types/cfn-resource-types/aws-datazone-projectmembership.js +3 -0
- package/src/types/cfn-resource-types/aws-datazone-subscriptiontarget.d.ts +89 -0
- package/src/types/cfn-resource-types/aws-datazone-subscriptiontarget.js +3 -0
- package/src/types/cfn-resource-types/aws-datazone-userprofile.d.ts +70 -0
- package/src/types/cfn-resource-types/aws-datazone-userprofile.js +3 -0
- package/src/types/cfn-resource-types/aws-dax-cluster.d.ts +28 -0
- package/src/types/cfn-resource-types/aws-dax-cluster.js +3 -0
- package/src/types/cfn-resource-types/aws-dax-parametergroup.d.ts +11 -0
- package/src/types/cfn-resource-types/aws-dax-parametergroup.js +3 -0
- package/src/types/cfn-resource-types/aws-dax-subnetgroup.d.ts +9 -0
- package/src/types/cfn-resource-types/aws-dax-subnetgroup.js +3 -0
- package/src/types/cfn-resource-types/aws-deadline-farm.d.ts +29 -0
- package/src/types/cfn-resource-types/aws-deadline-farm.js +3 -0
- package/src/types/cfn-resource-types/aws-deadline-fleet.d.ts +154 -0
- package/src/types/cfn-resource-types/aws-deadline-fleet.js +3 -0
- package/src/types/cfn-resource-types/aws-deadline-licenseendpoint.d.ts +41 -0
- package/src/types/cfn-resource-types/aws-deadline-licenseendpoint.js +3 -0
- package/src/types/cfn-resource-types/aws-deadline-meteredproduct.d.ts +11 -0
- package/src/types/cfn-resource-types/aws-deadline-meteredproduct.js +3 -0
- package/src/types/cfn-resource-types/aws-deadline-monitor.d.ts +13 -0
- package/src/types/cfn-resource-types/aws-deadline-monitor.js +3 -0
- package/src/types/cfn-resource-types/aws-deadline-queue.d.ts +62 -0
- package/src/types/cfn-resource-types/aws-deadline-queue.js +3 -0
- package/src/types/cfn-resource-types/aws-deadline-queueenvironment.d.ts +13 -0
- package/src/types/cfn-resource-types/aws-deadline-queueenvironment.js +3 -0
- package/src/types/cfn-resource-types/aws-deadline-queuefleetassociation.d.ts +8 -0
- package/src/types/cfn-resource-types/aws-deadline-queuefleetassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-deadline-storageprofile.d.ts +21 -0
- package/src/types/cfn-resource-types/aws-deadline-storageprofile.js +3 -0
- package/src/types/cfn-resource-types/aws-detective-graph.d.ts +27 -0
- package/src/types/cfn-resource-types/aws-detective-graph.js +3 -0
- package/src/types/cfn-resource-types/aws-detective-memberinvitation.d.ts +25 -0
- package/src/types/cfn-resource-types/aws-detective-memberinvitation.js +3 -0
- package/src/types/cfn-resource-types/aws-detective-organizationadmin.d.ts +13 -0
- package/src/types/cfn-resource-types/aws-detective-organizationadmin.js +3 -0
- package/src/types/cfn-resource-types/aws-devopsguru-loganomalydetectionintegration.d.ts +10 -0
- package/src/types/cfn-resource-types/aws-devopsguru-loganomalydetectionintegration.js +3 -0
- package/src/types/cfn-resource-types/aws-devopsguru-notificationchannel.d.ts +52 -0
- package/src/types/cfn-resource-types/aws-devopsguru-notificationchannel.js +3 -0
- package/src/types/cfn-resource-types/aws-devopsguru-resourcecollection.d.ts +49 -0
- package/src/types/cfn-resource-types/aws-devopsguru-resourcecollection.js +3 -0
- package/src/types/cfn-resource-types/aws-directoryservice-microsoftad.d.ts +19 -0
- package/src/types/cfn-resource-types/aws-directoryservice-microsoftad.js +3 -0
- package/src/types/cfn-resource-types/aws-directoryservice-simplead.d.ts +59 -0
- package/src/types/cfn-resource-types/aws-directoryservice-simplead.js +3 -0
- package/src/types/cfn-resource-types/aws-dlm-lifecyclepolicy.d.ts +157 -0
- package/src/types/cfn-resource-types/aws-dlm-lifecyclepolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-dms-certificate.d.ts +9 -0
- package/src/types/cfn-resource-types/aws-dms-certificate.js +3 -0
- package/src/types/cfn-resource-types/aws-dms-dataprovider.d.ts +56 -0
- package/src/types/cfn-resource-types/aws-dms-dataprovider.js +3 -0
- package/src/types/cfn-resource-types/aws-dms-endpoint.d.ts +309 -0
- package/src/types/cfn-resource-types/aws-dms-endpoint.js +3 -0
- package/src/types/cfn-resource-types/aws-dms-eventsubscription.d.ts +17 -0
- package/src/types/cfn-resource-types/aws-dms-eventsubscription.js +3 -0
- package/src/types/cfn-resource-types/aws-dms-instanceprofile.d.ts +66 -0
- package/src/types/cfn-resource-types/aws-dms-instanceprofile.js +3 -0
- package/src/types/cfn-resource-types/aws-dms-migrationproject.d.ts +83 -0
- package/src/types/cfn-resource-types/aws-dms-migrationproject.js +3 -0
- package/src/types/cfn-resource-types/aws-dms-replicationconfig.d.ts +83 -0
- package/src/types/cfn-resource-types/aws-dms-replicationconfig.js +3 -0
- package/src/types/cfn-resource-types/aws-dms-replicationinstance.d.ts +27 -0
- package/src/types/cfn-resource-types/aws-dms-replicationinstance.js +3 -0
- package/src/types/cfn-resource-types/aws-dms-replicationsubnetgroup.d.ts +14 -0
- package/src/types/cfn-resource-types/aws-dms-replicationsubnetgroup.js +3 -0
- package/src/types/cfn-resource-types/aws-dms-replicationtask.d.ts +23 -0
- package/src/types/cfn-resource-types/aws-dms-replicationtask.js +3 -0
- package/src/types/cfn-resource-types/aws-docdb-dbcluster.d.ts +37 -0
- package/src/types/cfn-resource-types/aws-docdb-dbcluster.js +3 -0
- package/src/types/cfn-resource-types/aws-docdb-dbclusterparametergroup.d.ts +17 -0
- package/src/types/cfn-resource-types/aws-docdb-dbclusterparametergroup.js +3 -0
- package/src/types/cfn-resource-types/aws-docdb-dbinstance.d.ts +22 -0
- package/src/types/cfn-resource-types/aws-docdb-dbinstance.js +3 -0
- package/src/types/cfn-resource-types/aws-docdb-dbsubnetgroup.d.ts +14 -0
- package/src/types/cfn-resource-types/aws-docdb-dbsubnetgroup.js +3 -0
- package/src/types/cfn-resource-types/aws-docdb-eventsubscription.d.ts +12 -0
- package/src/types/cfn-resource-types/aws-docdb-eventsubscription.js +3 -0
- package/src/types/cfn-resource-types/aws-docdbelastic-cluster.d.ts +29 -0
- package/src/types/cfn-resource-types/aws-docdbelastic-cluster.js +3 -0
- package/src/types/cfn-resource-types/aws-dynamodb-globaltable.d.ts +148 -0
- package/src/types/cfn-resource-types/aws-dynamodb-globaltable.js +3 -0
- package/src/types/cfn-resource-types/aws-dynamodb-table.d.ts +432 -0
- package/src/types/cfn-resource-types/aws-dynamodb-table.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-capacityreservation.d.ts +29 -0
- package/src/types/cfn-resource-types/aws-ec2-capacityreservation.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-capacityreservationfleet.d.ts +35 -0
- package/src/types/cfn-resource-types/aws-ec2-capacityreservationfleet.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-carriergateway.d.ts +30 -0
- package/src/types/cfn-resource-types/aws-ec2-carriergateway.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-clientvpnauthorizationrule.d.ts +11 -0
- package/src/types/cfn-resource-types/aws-ec2-clientvpnauthorizationrule.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-clientvpnendpoint.d.ts +59 -0
- package/src/types/cfn-resource-types/aws-ec2-clientvpnendpoint.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-clientvpnroute.d.ts +10 -0
- package/src/types/cfn-resource-types/aws-ec2-clientvpnroute.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-clientvpntargetnetworkassociation.d.ts +8 -0
- package/src/types/cfn-resource-types/aws-ec2-clientvpntargetnetworkassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-customergateway.d.ts +50 -0
- package/src/types/cfn-resource-types/aws-ec2-customergateway.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-dhcpoptions.d.ts +38 -0
- package/src/types/cfn-resource-types/aws-ec2-dhcpoptions.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-ec2fleet.d.ts +155 -0
- package/src/types/cfn-resource-types/aws-ec2-ec2fleet.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-egressonlyinternetgateway.d.ts +13 -0
- package/src/types/cfn-resource-types/aws-ec2-egressonlyinternetgateway.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-eip.d.ts +51 -0
- package/src/types/cfn-resource-types/aws-ec2-eip.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-eipassociation.d.ts +25 -0
- package/src/types/cfn-resource-types/aws-ec2-eipassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-enclavecertificateiamroleassociation.d.ts +25 -0
- package/src/types/cfn-resource-types/aws-ec2-enclavecertificateiamroleassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-flowlog.d.ts +62 -0
- package/src/types/cfn-resource-types/aws-ec2-flowlog.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-gatewayroutetableassociation.d.ts +17 -0
- package/src/types/cfn-resource-types/aws-ec2-gatewayroutetableassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-host.d.ts +41 -0
- package/src/types/cfn-resource-types/aws-ec2-host.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-instance.d.ts +418 -0
- package/src/types/cfn-resource-types/aws-ec2-instance.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-instanceconnectendpoint.d.ts +40 -0
- package/src/types/cfn-resource-types/aws-ec2-instanceconnectendpoint.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-internetgateway.d.ts +23 -0
- package/src/types/cfn-resource-types/aws-ec2-internetgateway.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-ipam.d.ts +76 -0
- package/src/types/cfn-resource-types/aws-ec2-ipam.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-ipamallocation.d.ts +23 -0
- package/src/types/cfn-resource-types/aws-ec2-ipamallocation.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-ipampool.d.ts +127 -0
- package/src/types/cfn-resource-types/aws-ec2-ipampool.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-ipampoolcidr.d.ts +25 -0
- package/src/types/cfn-resource-types/aws-ec2-ipampoolcidr.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-ipamresourcediscovery.d.ts +60 -0
- package/src/types/cfn-resource-types/aws-ec2-ipamresourcediscovery.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-ipamresourcediscoveryassociation.d.ts +62 -0
- package/src/types/cfn-resource-types/aws-ec2-ipamresourcediscoveryassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-ipamscope.d.ts +51 -0
- package/src/types/cfn-resource-types/aws-ec2-ipamscope.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-keypair.d.ts +50 -0
- package/src/types/cfn-resource-types/aws-ec2-keypair.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-launchtemplate.d.ts +978 -0
- package/src/types/cfn-resource-types/aws-ec2-launchtemplate.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-localgatewayroute.d.ts +31 -0
- package/src/types/cfn-resource-types/aws-ec2-localgatewayroute.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-localgatewayroutetable.d.ts +42 -0
- package/src/types/cfn-resource-types/aws-ec2-localgatewayroutetable.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-localgatewayroutetablevirtualinterfacegroupassociation.d.ts +42 -0
- package/src/types/cfn-resource-types/aws-ec2-localgatewayroutetablevirtualinterfacegroupassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-localgatewayroutetablevpcassociation.d.ts +34 -0
- package/src/types/cfn-resource-types/aws-ec2-localgatewayroutetablevpcassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-natgateway.d.ts +60 -0
- package/src/types/cfn-resource-types/aws-ec2-natgateway.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-networkacl.d.ts +27 -0
- package/src/types/cfn-resource-types/aws-ec2-networkacl.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-networkaclentry.d.ts +50 -0
- package/src/types/cfn-resource-types/aws-ec2-networkaclentry.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-networkinsightsaccessscope.d.ts +42 -0
- package/src/types/cfn-resource-types/aws-ec2-networkinsightsaccessscope.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-networkinsightsaccessscopeanalysis.d.ts +19 -0
- package/src/types/cfn-resource-types/aws-ec2-networkinsightsaccessscopeanalysis.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-networkinsightsanalysis.d.ts +173 -0
- package/src/types/cfn-resource-types/aws-ec2-networkinsightsanalysis.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-networkinsightspath.d.ts +36 -0
- package/src/types/cfn-resource-types/aws-ec2-networkinsightspath.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-networkinterface.d.ts +112 -0
- package/src/types/cfn-resource-types/aws-ec2-networkinterface.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-networkinterfaceattachment.d.ts +38 -0
- package/src/types/cfn-resource-types/aws-ec2-networkinterfaceattachment.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-networkinterfacepermission.d.ts +9 -0
- package/src/types/cfn-resource-types/aws-ec2-networkinterfacepermission.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-networkperformancemetricsubscription.d.ts +21 -0
- package/src/types/cfn-resource-types/aws-ec2-networkperformancemetricsubscription.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-placementgroup.d.ts +38 -0
- package/src/types/cfn-resource-types/aws-ec2-placementgroup.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-prefixlist.d.ts +49 -0
- package/src/types/cfn-resource-types/aws-ec2-prefixlist.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-route.d.ts +69 -0
- package/src/types/cfn-resource-types/aws-ec2-route.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-routetable.d.ts +28 -0
- package/src/types/cfn-resource-types/aws-ec2-routetable.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-securitygroup.d.ts +63 -0
- package/src/types/cfn-resource-types/aws-ec2-securitygroup.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-securitygroupegress.d.ts +54 -0
- package/src/types/cfn-resource-types/aws-ec2-securitygroupegress.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-securitygroupingress.d.ts +71 -0
- package/src/types/cfn-resource-types/aws-ec2-securitygroupingress.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-snapshotblockpublicaccess.d.ts +13 -0
- package/src/types/cfn-resource-types/aws-ec2-snapshotblockpublicaccess.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-spotfleet.d.ts +211 -0
- package/src/types/cfn-resource-types/aws-ec2-spotfleet.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-subnet.d.ts +106 -0
- package/src/types/cfn-resource-types/aws-ec2-subnet.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-subnetcidrblock.d.ts +33 -0
- package/src/types/cfn-resource-types/aws-ec2-subnetcidrblock.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-subnetnetworkaclassociation.d.ts +14 -0
- package/src/types/cfn-resource-types/aws-ec2-subnetnetworkaclassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-subnetroutetableassociation.d.ts +15 -0
- package/src/types/cfn-resource-types/aws-ec2-subnetroutetableassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-trafficmirrorfilter.d.ts +13 -0
- package/src/types/cfn-resource-types/aws-ec2-trafficmirrorfilter.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-trafficmirrorfilterrule.d.ts +25 -0
- package/src/types/cfn-resource-types/aws-ec2-trafficmirrorfilterrule.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-trafficmirrorsession.d.ts +18 -0
- package/src/types/cfn-resource-types/aws-ec2-trafficmirrorsession.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-trafficmirrortarget.d.ts +15 -0
- package/src/types/cfn-resource-types/aws-ec2-trafficmirrortarget.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-transitgateway.d.ts +23 -0
- package/src/types/cfn-resource-types/aws-ec2-transitgateway.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-transitgatewayattachment.d.ts +31 -0
- package/src/types/cfn-resource-types/aws-ec2-transitgatewayattachment.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-transitgatewayconnect.d.ts +49 -0
- package/src/types/cfn-resource-types/aws-ec2-transitgatewayconnect.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-transitgatewaymulticastdomain.d.ts +56 -0
- package/src/types/cfn-resource-types/aws-ec2-transitgatewaymulticastdomain.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-transitgatewaymulticastdomainassociation.d.ts +29 -0
- package/src/types/cfn-resource-types/aws-ec2-transitgatewaymulticastdomainassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-transitgatewaymulticastgroupmember.d.ts +45 -0
- package/src/types/cfn-resource-types/aws-ec2-transitgatewaymulticastgroupmember.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-transitgatewaymulticastgroupsource.d.ts +45 -0
- package/src/types/cfn-resource-types/aws-ec2-transitgatewaymulticastgroupsource.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-transitgatewaypeeringattachment.d.ts +61 -0
- package/src/types/cfn-resource-types/aws-ec2-transitgatewaypeeringattachment.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-transitgatewayroute.d.ts +21 -0
- package/src/types/cfn-resource-types/aws-ec2-transitgatewayroute.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-transitgatewayroutetable.d.ts +27 -0
- package/src/types/cfn-resource-types/aws-ec2-transitgatewayroutetable.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-transitgatewayroutetableassociation.d.ts +13 -0
- package/src/types/cfn-resource-types/aws-ec2-transitgatewayroutetableassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-transitgatewayroutetablepropagation.d.ts +13 -0
- package/src/types/cfn-resource-types/aws-ec2-transitgatewayroutetablepropagation.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-transitgatewayvpcattachment.d.ts +33 -0
- package/src/types/cfn-resource-types/aws-ec2-transitgatewayvpcattachment.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-verifiedaccessendpoint.d.ts +152 -0
- package/src/types/cfn-resource-types/aws-ec2-verifiedaccessendpoint.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-verifiedaccessgroup.d.ts +72 -0
- package/src/types/cfn-resource-types/aws-ec2-verifiedaccessgroup.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-verifiedaccessinstance.d.ts +140 -0
- package/src/types/cfn-resource-types/aws-ec2-verifiedaccessinstance.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-volume.d.ts +108 -0
- package/src/types/cfn-resource-types/aws-ec2-volume.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-volumeattachment.d.ts +20 -0
- package/src/types/cfn-resource-types/aws-ec2-volumeattachment.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-vpc.d.ts +60 -0
- package/src/types/cfn-resource-types/aws-ec2-vpc.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-vpccidrblock.d.ts +53 -0
- package/src/types/cfn-resource-types/aws-ec2-vpccidrblock.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-vpcdhcpoptionsassociation.d.ts +13 -0
- package/src/types/cfn-resource-types/aws-ec2-vpcdhcpoptionsassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-vpcendpoint.d.ts +53 -0
- package/src/types/cfn-resource-types/aws-ec2-vpcendpoint.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-vpcendpointconnectionnotification.d.ts +25 -0
- package/src/types/cfn-resource-types/aws-ec2-vpcendpointconnectionnotification.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-vpcendpointservice.d.ts +11 -0
- package/src/types/cfn-resource-types/aws-ec2-vpcendpointservice.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-vpcendpointservicepermissions.d.ts +7 -0
- package/src/types/cfn-resource-types/aws-ec2-vpcendpointservicepermissions.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-vpcgatewayattachment.d.ts +21 -0
- package/src/types/cfn-resource-types/aws-ec2-vpcgatewayattachment.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-vpcpeeringconnection.d.ts +40 -0
- package/src/types/cfn-resource-types/aws-ec2-vpcpeeringconnection.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-vpnconnection.d.ts +87 -0
- package/src/types/cfn-resource-types/aws-ec2-vpnconnection.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-vpnconnectionroute.d.ts +14 -0
- package/src/types/cfn-resource-types/aws-ec2-vpnconnectionroute.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-vpngateway.d.ts +32 -0
- package/src/types/cfn-resource-types/aws-ec2-vpngateway.js +3 -0
- package/src/types/cfn-resource-types/aws-ec2-vpngatewayroutepropagation.d.ts +14 -0
- package/src/types/cfn-resource-types/aws-ec2-vpngatewayroutepropagation.js +3 -0
- package/src/types/cfn-resource-types/aws-ecr-publicrepository.d.ts +77 -0
- package/src/types/cfn-resource-types/aws-ecr-publicrepository.js +3 -0
- package/src/types/cfn-resource-types/aws-ecr-pullthroughcacherule.d.ts +21 -0
- package/src/types/cfn-resource-types/aws-ecr-pullthroughcacherule.js +3 -0
- package/src/types/cfn-resource-types/aws-ecr-registrypolicy.d.ts +13 -0
- package/src/types/cfn-resource-types/aws-ecr-registrypolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-ecr-replicationconfiguration.d.ts +71 -0
- package/src/types/cfn-resource-types/aws-ecr-replicationconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-ecr-repository.d.ts +87 -0
- package/src/types/cfn-resource-types/aws-ecr-repository.js +3 -0
- package/src/types/cfn-resource-types/aws-ecr-repositorycreationtemplate.d.ts +82 -0
- package/src/types/cfn-resource-types/aws-ecr-repositorycreationtemplate.js +3 -0
- package/src/types/cfn-resource-types/aws-ecs-capacityprovider.d.ts +28 -0
- package/src/types/cfn-resource-types/aws-ecs-capacityprovider.js +3 -0
- package/src/types/cfn-resource-types/aws-ecs-cluster.d.ts +171 -0
- package/src/types/cfn-resource-types/aws-ecs-cluster.js +3 -0
- package/src/types/cfn-resource-types/aws-ecs-clustercapacityproviderassociations.d.ts +30 -0
- package/src/types/cfn-resource-types/aws-ecs-clustercapacityproviderassociations.js +3 -0
- package/src/types/cfn-resource-types/aws-ecs-primarytaskset.d.ts +17 -0
- package/src/types/cfn-resource-types/aws-ecs-primarytaskset.js +3 -0
- package/src/types/cfn-resource-types/aws-ecs-service.d.ts +596 -0
- package/src/types/cfn-resource-types/aws-ecs-service.js +3 -0
- package/src/types/cfn-resource-types/aws-ecs-taskdefinition.d.ts +1037 -0
- package/src/types/cfn-resource-types/aws-ecs-taskdefinition.js +3 -0
- package/src/types/cfn-resource-types/aws-ecs-taskset.d.ts +120 -0
- package/src/types/cfn-resource-types/aws-ecs-taskset.js +3 -0
- package/src/types/cfn-resource-types/aws-efs-accesspoint.d.ts +81 -0
- package/src/types/cfn-resource-types/aws-efs-accesspoint.js +3 -0
- package/src/types/cfn-resource-types/aws-efs-filesystem.d.ts +160 -0
- package/src/types/cfn-resource-types/aws-efs-filesystem.js +3 -0
- package/src/types/cfn-resource-types/aws-efs-mounttarget.d.ts +22 -0
- package/src/types/cfn-resource-types/aws-efs-mounttarget.js +3 -0
- package/src/types/cfn-resource-types/aws-eks-accessentry.d.ts +75 -0
- package/src/types/cfn-resource-types/aws-eks-accessentry.js +3 -0
- package/src/types/cfn-resource-types/aws-eks-addon.d.ts +71 -0
- package/src/types/cfn-resource-types/aws-eks-addon.js +3 -0
- package/src/types/cfn-resource-types/aws-eks-cluster.d.ts +204 -0
- package/src/types/cfn-resource-types/aws-eks-cluster.js +3 -0
- package/src/types/cfn-resource-types/aws-eks-fargateprofile.d.ts +57 -0
- package/src/types/cfn-resource-types/aws-eks-fargateprofile.js +3 -0
- package/src/types/cfn-resource-types/aws-eks-identityproviderconfig.d.ts +82 -0
- package/src/types/cfn-resource-types/aws-eks-identityproviderconfig.js +3 -0
- package/src/types/cfn-resource-types/aws-eks-nodegroup.d.ts +123 -0
- package/src/types/cfn-resource-types/aws-eks-nodegroup.js +3 -0
- package/src/types/cfn-resource-types/aws-eks-podidentityassociation.d.ts +46 -0
- package/src/types/cfn-resource-types/aws-eks-podidentityassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-elasticache-cachecluster.d.ts +55 -0
- package/src/types/cfn-resource-types/aws-elasticache-cachecluster.js +3 -0
- package/src/types/cfn-resource-types/aws-elasticache-globalreplicationgroup.d.ts +89 -0
- package/src/types/cfn-resource-types/aws-elasticache-globalreplicationgroup.js +3 -0
- package/src/types/cfn-resource-types/aws-elasticache-parametergroup.d.ts +35 -0
- package/src/types/cfn-resource-types/aws-elasticache-parametergroup.js +3 -0
- package/src/types/cfn-resource-types/aws-elasticache-replicationgroup.d.ts +81 -0
- package/src/types/cfn-resource-types/aws-elasticache-replicationgroup.js +3 -0
- package/src/types/cfn-resource-types/aws-elasticache-securitygroup.d.ts +12 -0
- package/src/types/cfn-resource-types/aws-elasticache-securitygroup.js +3 -0
- package/src/types/cfn-resource-types/aws-elasticache-securitygroupingress.d.ts +9 -0
- package/src/types/cfn-resource-types/aws-elasticache-securitygroupingress.js +3 -0
- package/src/types/cfn-resource-types/aws-elasticache-serverlesscache.d.ts +139 -0
- package/src/types/cfn-resource-types/aws-elasticache-serverlesscache.js +3 -0
- package/src/types/cfn-resource-types/aws-elasticache-subnetgroup.d.ts +25 -0
- package/src/types/cfn-resource-types/aws-elasticache-subnetgroup.js +3 -0
- package/src/types/cfn-resource-types/aws-elasticache-user.d.ts +66 -0
- package/src/types/cfn-resource-types/aws-elasticache-user.js +3 -0
- package/src/types/cfn-resource-types/aws-elasticache-usergroup.d.ts +44 -0
- package/src/types/cfn-resource-types/aws-elasticache-usergroup.js +3 -0
- package/src/types/cfn-resource-types/aws-elasticbeanstalk-application.d.ts +65 -0
- package/src/types/cfn-resource-types/aws-elasticbeanstalk-application.js +3 -0
- package/src/types/cfn-resource-types/aws-elasticbeanstalk-applicationversion.d.ts +28 -0
- package/src/types/cfn-resource-types/aws-elasticbeanstalk-applicationversion.js +3 -0
- package/src/types/cfn-resource-types/aws-elasticbeanstalk-configurationtemplate.d.ts +75 -0
- package/src/types/cfn-resource-types/aws-elasticbeanstalk-configurationtemplate.js +3 -0
- package/src/types/cfn-resource-types/aws-elasticbeanstalk-environment.d.ts +96 -0
- package/src/types/cfn-resource-types/aws-elasticbeanstalk-environment.js +3 -0
- package/src/types/cfn-resource-types/aws-elasticloadbalancing-loadbalancer.d.ts +76 -0
- package/src/types/cfn-resource-types/aws-elasticloadbalancing-loadbalancer.js +3 -0
- package/src/types/cfn-resource-types/aws-elasticloadbalancingv2-listener.d.ts +289 -0
- package/src/types/cfn-resource-types/aws-elasticloadbalancingv2-listener.js +3 -0
- package/src/types/cfn-resource-types/aws-elasticloadbalancingv2-listenercertificate.d.ts +11 -0
- package/src/types/cfn-resource-types/aws-elasticloadbalancingv2-listenercertificate.js +3 -0
- package/src/types/cfn-resource-types/aws-elasticloadbalancingv2-listenerrule.d.ts +357 -0
- package/src/types/cfn-resource-types/aws-elasticloadbalancingv2-listenerrule.js +3 -0
- package/src/types/cfn-resource-types/aws-elasticloadbalancingv2-loadbalancer.d.ts +146 -0
- package/src/types/cfn-resource-types/aws-elasticloadbalancingv2-loadbalancer.js +3 -0
- package/src/types/cfn-resource-types/aws-elasticloadbalancingv2-targetgroup.d.ts +141 -0
- package/src/types/cfn-resource-types/aws-elasticloadbalancingv2-targetgroup.js +3 -0
- package/src/types/cfn-resource-types/aws-elasticloadbalancingv2-truststore.d.ts +41 -0
- package/src/types/cfn-resource-types/aws-elasticloadbalancingv2-truststore.js +3 -0
- package/src/types/cfn-resource-types/aws-elasticloadbalancingv2-truststorerevocation.d.ts +33 -0
- package/src/types/cfn-resource-types/aws-elasticloadbalancingv2-truststorerevocation.js +3 -0
- package/src/types/cfn-resource-types/aws-elasticsearch-domain.d.ts +109 -0
- package/src/types/cfn-resource-types/aws-elasticsearch-domain.js +3 -0
- package/src/types/cfn-resource-types/aws-emr-cluster.d.ts +229 -0
- package/src/types/cfn-resource-types/aws-emr-cluster.js +3 -0
- package/src/types/cfn-resource-types/aws-emr-instancefleetconfig.d.ts +60 -0
- package/src/types/cfn-resource-types/aws-emr-instancefleetconfig.js +3 -0
- package/src/types/cfn-resource-types/aws-emr-instancegroupconfig.d.ts +83 -0
- package/src/types/cfn-resource-types/aws-emr-instancegroupconfig.js +3 -0
- package/src/types/cfn-resource-types/aws-emr-securityconfiguration.d.ts +15 -0
- package/src/types/cfn-resource-types/aws-emr-securityconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-emr-step.d.ts +35 -0
- package/src/types/cfn-resource-types/aws-emr-step.js +3 -0
- package/src/types/cfn-resource-types/aws-emr-studio.d.ts +105 -0
- package/src/types/cfn-resource-types/aws-emr-studio.js +3 -0
- package/src/types/cfn-resource-types/aws-emr-studiosessionmapping.d.ts +21 -0
- package/src/types/cfn-resource-types/aws-emr-studiosessionmapping.js +3 -0
- package/src/types/cfn-resource-types/aws-emr-walworkspace.d.ts +26 -0
- package/src/types/cfn-resource-types/aws-emr-walworkspace.js +3 -0
- package/src/types/cfn-resource-types/aws-emrcontainers-virtualcluster.d.ts +52 -0
- package/src/types/cfn-resource-types/aws-emrcontainers-virtualcluster.js +3 -0
- package/src/types/cfn-resource-types/aws-emrserverless-application.d.ts +285 -0
- package/src/types/cfn-resource-types/aws-emrserverless-application.js +3 -0
- package/src/types/cfn-resource-types/aws-entityresolution-idmappingworkflow.d.ts +124 -0
- package/src/types/cfn-resource-types/aws-entityresolution-idmappingworkflow.js +3 -0
- package/src/types/cfn-resource-types/aws-entityresolution-idnamespace.d.ts +94 -0
- package/src/types/cfn-resource-types/aws-entityresolution-idnamespace.js +3 -0
- package/src/types/cfn-resource-types/aws-entityresolution-matchingworkflow.d.ts +138 -0
- package/src/types/cfn-resource-types/aws-entityresolution-matchingworkflow.js +3 -0
- package/src/types/cfn-resource-types/aws-entityresolution-policystatement.d.ts +25 -0
- package/src/types/cfn-resource-types/aws-entityresolution-policystatement.js +3 -0
- package/src/types/cfn-resource-types/aws-entityresolution-schemamapping.d.ts +73 -0
- package/src/types/cfn-resource-types/aws-entityresolution-schemamapping.js +3 -0
- package/src/types/cfn-resource-types/aws-events-apidestination.d.ts +24 -0
- package/src/types/cfn-resource-types/aws-events-apidestination.js +3 -0
- package/src/types/cfn-resource-types/aws-events-archive.d.ts +13 -0
- package/src/types/cfn-resource-types/aws-events-archive.js +3 -0
- package/src/types/cfn-resource-types/aws-events-connection.d.ts +60 -0
- package/src/types/cfn-resource-types/aws-events-connection.js +3 -0
- package/src/types/cfn-resource-types/aws-events-endpoint.d.ts +44 -0
- package/src/types/cfn-resource-types/aws-events-endpoint.js +3 -0
- package/src/types/cfn-resource-types/aws-events-eventbus.d.ts +45 -0
- package/src/types/cfn-resource-types/aws-events-eventbus.js +3 -0
- package/src/types/cfn-resource-types/aws-events-eventbuspolicy.d.ts +19 -0
- package/src/types/cfn-resource-types/aws-events-eventbuspolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-events-rule.d.ts +182 -0
- package/src/types/cfn-resource-types/aws-events-rule.js +3 -0
- package/src/types/cfn-resource-types/aws-eventschemas-discoverer.d.ts +37 -0
- package/src/types/cfn-resource-types/aws-eventschemas-discoverer.js +3 -0
- package/src/types/cfn-resource-types/aws-eventschemas-registry.d.ts +25 -0
- package/src/types/cfn-resource-types/aws-eventschemas-registry.js +3 -0
- package/src/types/cfn-resource-types/aws-eventschemas-registrypolicy.d.ts +11 -0
- package/src/types/cfn-resource-types/aws-eventschemas-registrypolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-eventschemas-schema.d.ts +49 -0
- package/src/types/cfn-resource-types/aws-eventschemas-schema.js +3 -0
- package/src/types/cfn-resource-types/aws-evidently-experiment.d.ts +96 -0
- package/src/types/cfn-resource-types/aws-evidently-experiment.js +3 -0
- package/src/types/cfn-resource-types/aws-evidently-feature.d.ts +52 -0
- package/src/types/cfn-resource-types/aws-evidently-feature.js +3 -0
- package/src/types/cfn-resource-types/aws-evidently-launch.d.ts +96 -0
- package/src/types/cfn-resource-types/aws-evidently-launch.js +3 -0
- package/src/types/cfn-resource-types/aws-evidently-project.d.ts +45 -0
- package/src/types/cfn-resource-types/aws-evidently-project.js +3 -0
- package/src/types/cfn-resource-types/aws-evidently-segment.d.ts +26 -0
- package/src/types/cfn-resource-types/aws-evidently-segment.js +3 -0
- package/src/types/cfn-resource-types/aws-finspace-environment.d.ts +128 -0
- package/src/types/cfn-resource-types/aws-finspace-environment.js +3 -0
- package/src/types/cfn-resource-types/aws-fis-experimenttemplate.d.ts +173 -0
- package/src/types/cfn-resource-types/aws-fis-experimenttemplate.js +3 -0
- package/src/types/cfn-resource-types/aws-fis-targetaccountconfiguration.d.ts +25 -0
- package/src/types/cfn-resource-types/aws-fis-targetaccountconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-fms-notificationchannel.d.ts +11 -0
- package/src/types/cfn-resource-types/aws-fms-notificationchannel.js +3 -0
- package/src/types/cfn-resource-types/aws-fms-policy.d.ts +181 -0
- package/src/types/cfn-resource-types/aws-fms-policy.js +3 -0
- package/src/types/cfn-resource-types/aws-fms-resourceset.d.ts +30 -0
- package/src/types/cfn-resource-types/aws-fms-resourceset.js +3 -0
- package/src/types/cfn-resource-types/aws-forecast-dataset.d.ts +67 -0
- package/src/types/cfn-resource-types/aws-forecast-dataset.js +3 -0
- package/src/types/cfn-resource-types/aws-forecast-datasetgroup.d.ts +42 -0
- package/src/types/cfn-resource-types/aws-forecast-datasetgroup.js +3 -0
- package/src/types/cfn-resource-types/aws-frauddetector-detector.d.ts +231 -0
- package/src/types/cfn-resource-types/aws-frauddetector-detector.js +3 -0
- package/src/types/cfn-resource-types/aws-frauddetector-entitytype.d.ts +35 -0
- package/src/types/cfn-resource-types/aws-frauddetector-entitytype.js +3 -0
- package/src/types/cfn-resource-types/aws-frauddetector-eventtype.d.ts +120 -0
- package/src/types/cfn-resource-types/aws-frauddetector-eventtype.js +3 -0
- package/src/types/cfn-resource-types/aws-frauddetector-label.d.ts +35 -0
- package/src/types/cfn-resource-types/aws-frauddetector-label.js +3 -0
- package/src/types/cfn-resource-types/aws-frauddetector-list.d.ts +59 -0
- package/src/types/cfn-resource-types/aws-frauddetector-list.js +3 -0
- package/src/types/cfn-resource-types/aws-frauddetector-outcome.d.ts +35 -0
- package/src/types/cfn-resource-types/aws-frauddetector-outcome.js +3 -0
- package/src/types/cfn-resource-types/aws-frauddetector-variable.d.ts +51 -0
- package/src/types/cfn-resource-types/aws-frauddetector-variable.js +3 -0
- package/src/types/cfn-resource-types/aws-fsx-datarepositoryassociation.d.ts +94 -0
- package/src/types/cfn-resource-types/aws-fsx-datarepositoryassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-fsx-filesystem.d.ts +126 -0
- package/src/types/cfn-resource-types/aws-fsx-filesystem.js +3 -0
- package/src/types/cfn-resource-types/aws-fsx-snapshot.d.ts +14 -0
- package/src/types/cfn-resource-types/aws-fsx-snapshot.js +3 -0
- package/src/types/cfn-resource-types/aws-fsx-storagevirtualmachine.d.ts +30 -0
- package/src/types/cfn-resource-types/aws-fsx-storagevirtualmachine.js +3 -0
- package/src/types/cfn-resource-types/aws-fsx-volume.d.ts +91 -0
- package/src/types/cfn-resource-types/aws-fsx-volume.js +3 -0
- package/src/types/cfn-resource-types/aws-gamelift-alias.d.ts +37 -0
- package/src/types/cfn-resource-types/aws-gamelift-alias.js +3 -0
- package/src/types/cfn-resource-types/aws-gamelift-build.d.ts +47 -0
- package/src/types/cfn-resource-types/aws-gamelift-build.js +3 -0
- package/src/types/cfn-resource-types/aws-gamelift-containergroupdefinition.d.ts +216 -0
- package/src/types/cfn-resource-types/aws-gamelift-containergroupdefinition.js +3 -0
- package/src/types/cfn-resource-types/aws-gamelift-fleet.d.ts +327 -0
- package/src/types/cfn-resource-types/aws-gamelift-fleet.js +3 -0
- package/src/types/cfn-resource-types/aws-gamelift-gameservergroup.d.ts +133 -0
- package/src/types/cfn-resource-types/aws-gamelift-gameservergroup.js +3 -0
- package/src/types/cfn-resource-types/aws-gamelift-gamesessionqueue.d.ts +107 -0
- package/src/types/cfn-resource-types/aws-gamelift-gamesessionqueue.js +3 -0
- package/src/types/cfn-resource-types/aws-gamelift-location.d.ts +26 -0
- package/src/types/cfn-resource-types/aws-gamelift-location.js +3 -0
- package/src/types/cfn-resource-types/aws-gamelift-matchmakingconfiguration.d.ts +107 -0
- package/src/types/cfn-resource-types/aws-gamelift-matchmakingconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-gamelift-matchmakingruleset.d.ts +41 -0
- package/src/types/cfn-resource-types/aws-gamelift-matchmakingruleset.js +3 -0
- package/src/types/cfn-resource-types/aws-gamelift-script.d.ts +70 -0
- package/src/types/cfn-resource-types/aws-gamelift-script.js +3 -0
- package/src/types/cfn-resource-types/aws-globalaccelerator-accelerator.d.ts +59 -0
- package/src/types/cfn-resource-types/aws-globalaccelerator-accelerator.js +3 -0
- package/src/types/cfn-resource-types/aws-globalaccelerator-crossaccountattachment.d.ts +43 -0
- package/src/types/cfn-resource-types/aws-globalaccelerator-crossaccountattachment.js +3 -0
- package/src/types/cfn-resource-types/aws-globalaccelerator-endpointgroup.d.ts +75 -0
- package/src/types/cfn-resource-types/aws-globalaccelerator-endpointgroup.js +3 -0
- package/src/types/cfn-resource-types/aws-globalaccelerator-listener.d.ts +33 -0
- package/src/types/cfn-resource-types/aws-globalaccelerator-listener.js +3 -0
- package/src/types/cfn-resource-types/aws-glue-classifier.d.ts +36 -0
- package/src/types/cfn-resource-types/aws-glue-classifier.js +3 -0
- package/src/types/cfn-resource-types/aws-glue-connection.d.ts +23 -0
- package/src/types/cfn-resource-types/aws-glue-connection.js +3 -0
- package/src/types/cfn-resource-types/aws-glue-crawler.d.ts +85 -0
- package/src/types/cfn-resource-types/aws-glue-crawler.js +3 -0
- package/src/types/cfn-resource-types/aws-glue-customentitytype.d.ts +12 -0
- package/src/types/cfn-resource-types/aws-glue-customentitytype.js +3 -0
- package/src/types/cfn-resource-types/aws-glue-database.d.ts +92 -0
- package/src/types/cfn-resource-types/aws-glue-database.js +3 -0
- package/src/types/cfn-resource-types/aws-glue-datacatalogencryptionsettings.d.ts +21 -0
- package/src/types/cfn-resource-types/aws-glue-datacatalogencryptionsettings.js +3 -0
- package/src/types/cfn-resource-types/aws-glue-dataqualityruleset.d.ts +18 -0
- package/src/types/cfn-resource-types/aws-glue-dataqualityruleset.js +3 -0
- package/src/types/cfn-resource-types/aws-glue-devendpoint.d.ts +25 -0
- package/src/types/cfn-resource-types/aws-glue-devendpoint.js +3 -0
- package/src/types/cfn-resource-types/aws-glue-job.d.ts +49 -0
- package/src/types/cfn-resource-types/aws-glue-job.js +3 -0
- package/src/types/cfn-resource-types/aws-glue-mltransform.d.ts +48 -0
- package/src/types/cfn-resource-types/aws-glue-mltransform.js +3 -0
- package/src/types/cfn-resource-types/aws-glue-partition.d.ts +67 -0
- package/src/types/cfn-resource-types/aws-glue-partition.js +3 -0
- package/src/types/cfn-resource-types/aws-glue-registry.d.ts +34 -0
- package/src/types/cfn-resource-types/aws-glue-registry.js +3 -0
- package/src/types/cfn-resource-types/aws-glue-schema.d.ts +78 -0
- package/src/types/cfn-resource-types/aws-glue-schema.js +3 -0
- package/src/types/cfn-resource-types/aws-glue-schemaversion.d.ts +31 -0
- package/src/types/cfn-resource-types/aws-glue-schemaversion.js +3 -0
- package/src/types/cfn-resource-types/aws-glue-schemaversionmetadata.d.ts +17 -0
- package/src/types/cfn-resource-types/aws-glue-schemaversionmetadata.js +3 -0
- package/src/types/cfn-resource-types/aws-glue-securityconfiguration.d.ts +23 -0
- package/src/types/cfn-resource-types/aws-glue-securityconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-glue-table.d.ts +90 -0
- package/src/types/cfn-resource-types/aws-glue-table.js +3 -0
- package/src/types/cfn-resource-types/aws-glue-tableoptimizer.d.ts +15 -0
- package/src/types/cfn-resource-types/aws-glue-tableoptimizer.js +3 -0
- package/src/types/cfn-resource-types/aws-glue-trigger.d.ts +129 -0
- package/src/types/cfn-resource-types/aws-glue-trigger.js +3 -0
- package/src/types/cfn-resource-types/aws-glue-workflow.d.ts +15 -0
- package/src/types/cfn-resource-types/aws-glue-workflow.js +3 -0
- package/src/types/cfn-resource-types/aws-grafana-workspace.d.ts +219 -0
- package/src/types/cfn-resource-types/aws-grafana-workspace.js +3 -0
- package/src/types/cfn-resource-types/aws-greengrass-connectordefinition.d.ts +23 -0
- package/src/types/cfn-resource-types/aws-greengrass-connectordefinition.js +3 -0
- package/src/types/cfn-resource-types/aws-greengrass-connectordefinitionversion.d.ts +15 -0
- package/src/types/cfn-resource-types/aws-greengrass-connectordefinitionversion.js +3 -0
- package/src/types/cfn-resource-types/aws-greengrass-coredefinition.d.ts +22 -0
- package/src/types/cfn-resource-types/aws-greengrass-coredefinition.js +3 -0
- package/src/types/cfn-resource-types/aws-greengrass-coredefinitionversion.d.ts +14 -0
- package/src/types/cfn-resource-types/aws-greengrass-coredefinitionversion.js +3 -0
- package/src/types/cfn-resource-types/aws-greengrass-devicedefinition.d.ts +22 -0
- package/src/types/cfn-resource-types/aws-greengrass-devicedefinition.js +3 -0
- package/src/types/cfn-resource-types/aws-greengrass-devicedefinitionversion.d.ts +14 -0
- package/src/types/cfn-resource-types/aws-greengrass-devicedefinitionversion.js +3 -0
- package/src/types/cfn-resource-types/aws-greengrass-functiondefinition.d.ts +54 -0
- package/src/types/cfn-resource-types/aws-greengrass-functiondefinition.js +3 -0
- package/src/types/cfn-resource-types/aws-greengrass-functiondefinitionversion.d.ts +46 -0
- package/src/types/cfn-resource-types/aws-greengrass-functiondefinitionversion.js +3 -0
- package/src/types/cfn-resource-types/aws-greengrass-group.d.ts +24 -0
- package/src/types/cfn-resource-types/aws-greengrass-group.js +3 -0
- package/src/types/cfn-resource-types/aws-greengrass-groupversion.d.ts +14 -0
- package/src/types/cfn-resource-types/aws-greengrass-groupversion.js +3 -0
- package/src/types/cfn-resource-types/aws-greengrass-loggerdefinition.d.ts +23 -0
- package/src/types/cfn-resource-types/aws-greengrass-loggerdefinition.js +3 -0
- package/src/types/cfn-resource-types/aws-greengrass-loggerdefinitionversion.d.ts +15 -0
- package/src/types/cfn-resource-types/aws-greengrass-loggerdefinitionversion.js +3 -0
- package/src/types/cfn-resource-types/aws-greengrass-resourcedefinition.d.ts +59 -0
- package/src/types/cfn-resource-types/aws-greengrass-resourcedefinition.js +3 -0
- package/src/types/cfn-resource-types/aws-greengrass-resourcedefinitionversion.d.ts +51 -0
- package/src/types/cfn-resource-types/aws-greengrass-resourcedefinitionversion.js +3 -0
- package/src/types/cfn-resource-types/aws-greengrass-subscriptiondefinition.d.ts +22 -0
- package/src/types/cfn-resource-types/aws-greengrass-subscriptiondefinition.js +3 -0
- package/src/types/cfn-resource-types/aws-greengrass-subscriptiondefinitionversion.d.ts +14 -0
- package/src/types/cfn-resource-types/aws-greengrass-subscriptiondefinitionversion.js +3 -0
- package/src/types/cfn-resource-types/aws-greengrassv2-componentversion.d.ts +92 -0
- package/src/types/cfn-resource-types/aws-greengrassv2-componentversion.js +3 -0
- package/src/types/cfn-resource-types/aws-greengrassv2-deployment.d.ts +90 -0
- package/src/types/cfn-resource-types/aws-greengrassv2-deployment.js +3 -0
- package/src/types/cfn-resource-types/aws-groundstation-config.d.ts +88 -0
- package/src/types/cfn-resource-types/aws-groundstation-config.js +3 -0
- package/src/types/cfn-resource-types/aws-groundstation-dataflowendpointgroup.d.ts +107 -0
- package/src/types/cfn-resource-types/aws-groundstation-dataflowendpointgroup.js +3 -0
- package/src/types/cfn-resource-types/aws-groundstation-missionprofile.d.ts +52 -0
- package/src/types/cfn-resource-types/aws-groundstation-missionprofile.js +3 -0
- package/src/types/cfn-resource-types/aws-guardduty-detector.d.ts +44 -0
- package/src/types/cfn-resource-types/aws-guardduty-detector.js +3 -0
- package/src/types/cfn-resource-types/aws-guardduty-filter.d.ts +39 -0
- package/src/types/cfn-resource-types/aws-guardduty-filter.js +3 -0
- package/src/types/cfn-resource-types/aws-guardduty-ipset.d.ts +16 -0
- package/src/types/cfn-resource-types/aws-guardduty-ipset.js +3 -0
- package/src/types/cfn-resource-types/aws-guardduty-malwareprotectionplan.d.ts +82 -0
- package/src/types/cfn-resource-types/aws-guardduty-malwareprotectionplan.js +3 -0
- package/src/types/cfn-resource-types/aws-guardduty-master.d.ts +17 -0
- package/src/types/cfn-resource-types/aws-guardduty-master.js +3 -0
- package/src/types/cfn-resource-types/aws-guardduty-member.d.ts +11 -0
- package/src/types/cfn-resource-types/aws-guardduty-member.js +3 -0
- package/src/types/cfn-resource-types/aws-guardduty-threatintelset.d.ts +16 -0
- package/src/types/cfn-resource-types/aws-guardduty-threatintelset.js +3 -0
- package/src/types/cfn-resource-types/aws-healthimaging-datastore.d.ts +50 -0
- package/src/types/cfn-resource-types/aws-healthimaging-datastore.js +3 -0
- package/src/types/cfn-resource-types/aws-healthlake-fhirdatastore.d.ts +115 -0
- package/src/types/cfn-resource-types/aws-healthlake-fhirdatastore.js +3 -0
- package/src/types/cfn-resource-types/aws-iam-accesskey.d.ts +10 -0
- package/src/types/cfn-resource-types/aws-iam-accesskey.js +3 -0
- package/src/types/cfn-resource-types/aws-iam-group.d.ts +49 -0
- package/src/types/cfn-resource-types/aws-iam-group.js +3 -0
- package/src/types/cfn-resource-types/aws-iam-grouppolicy.d.ts +28 -0
- package/src/types/cfn-resource-types/aws-iam-grouppolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-iam-instanceprofile.d.ts +22 -0
- package/src/types/cfn-resource-types/aws-iam-instanceprofile.js +3 -0
- package/src/types/cfn-resource-types/aws-iam-managedpolicy.d.ts +66 -0
- package/src/types/cfn-resource-types/aws-iam-managedpolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-iam-oidcprovider.d.ts +29 -0
- package/src/types/cfn-resource-types/aws-iam-oidcprovider.js +3 -0
- package/src/types/cfn-resource-types/aws-iam-policy.d.ts +43 -0
- package/src/types/cfn-resource-types/aws-iam-policy.js +3 -0
- package/src/types/cfn-resource-types/aws-iam-role.d.ts +89 -0
- package/src/types/cfn-resource-types/aws-iam-role.js +3 -0
- package/src/types/cfn-resource-types/aws-iam-rolepolicy.d.ts +29 -0
- package/src/types/cfn-resource-types/aws-iam-rolepolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-iam-samlprovider.d.ts +25 -0
- package/src/types/cfn-resource-types/aws-iam-samlprovider.js +3 -0
- package/src/types/cfn-resource-types/aws-iam-servercertificate.d.ts +28 -0
- package/src/types/cfn-resource-types/aws-iam-servercertificate.js +3 -0
- package/src/types/cfn-resource-types/aws-iam-servicelinkedrole.d.ts +21 -0
- package/src/types/cfn-resource-types/aws-iam-servicelinkedrole.js +3 -0
- package/src/types/cfn-resource-types/aws-iam-user.d.ts +94 -0
- package/src/types/cfn-resource-types/aws-iam-user.js +3 -0
- package/src/types/cfn-resource-types/aws-iam-userpolicy.d.ts +28 -0
- package/src/types/cfn-resource-types/aws-iam-userpolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-iam-usertogroupaddition.d.ts +8 -0
- package/src/types/cfn-resource-types/aws-iam-usertogroupaddition.js +3 -0
- package/src/types/cfn-resource-types/aws-iam-virtualmfadevice.d.ts +23 -0
- package/src/types/cfn-resource-types/aws-iam-virtualmfadevice.js +3 -0
- package/src/types/cfn-resource-types/aws-identitystore-group.d.ts +21 -0
- package/src/types/cfn-resource-types/aws-identitystore-group.js +3 -0
- package/src/types/cfn-resource-types/aws-identitystore-groupmembership.d.ts +27 -0
- package/src/types/cfn-resource-types/aws-identitystore-groupmembership.js +3 -0
- package/src/types/cfn-resource-types/aws-imagebuilder-component.d.ts +65 -0
- package/src/types/cfn-resource-types/aws-imagebuilder-component.js +3 -0
- package/src/types/cfn-resource-types/aws-imagebuilder-containerrecipe.d.ts +178 -0
- package/src/types/cfn-resource-types/aws-imagebuilder-containerrecipe.js +3 -0
- package/src/types/cfn-resource-types/aws-imagebuilder-distributionconfiguration.d.ts +200 -0
- package/src/types/cfn-resource-types/aws-imagebuilder-distributionconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-imagebuilder-image.d.ts +131 -0
- package/src/types/cfn-resource-types/aws-imagebuilder-image.js +3 -0
- package/src/types/cfn-resource-types/aws-imagebuilder-imagepipeline.d.ts +145 -0
- package/src/types/cfn-resource-types/aws-imagebuilder-imagepipeline.js +3 -0
- package/src/types/cfn-resource-types/aws-imagebuilder-imagerecipe.d.ts +148 -0
- package/src/types/cfn-resource-types/aws-imagebuilder-imagerecipe.js +3 -0
- package/src/types/cfn-resource-types/aws-imagebuilder-infrastructureconfiguration.d.ts +99 -0
- package/src/types/cfn-resource-types/aws-imagebuilder-infrastructureconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-imagebuilder-lifecyclepolicy.d.ts +189 -0
- package/src/types/cfn-resource-types/aws-imagebuilder-lifecyclepolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-imagebuilder-workflow.d.ts +53 -0
- package/src/types/cfn-resource-types/aws-imagebuilder-workflow.js +3 -0
- package/src/types/cfn-resource-types/aws-inspector-assessmenttarget.d.ts +8 -0
- package/src/types/cfn-resource-types/aws-inspector-assessmenttarget.js +3 -0
- package/src/types/cfn-resource-types/aws-inspector-assessmenttemplate.d.ts +15 -0
- package/src/types/cfn-resource-types/aws-inspector-assessmenttemplate.js +3 -0
- package/src/types/cfn-resource-types/aws-inspector-resourcegroup.d.ts +11 -0
- package/src/types/cfn-resource-types/aws-inspector-resourcegroup.js +3 -0
- package/src/types/cfn-resource-types/aws-inspectorv2-cisscanconfiguration.d.ts +78 -0
- package/src/types/cfn-resource-types/aws-inspectorv2-cisscanconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-inspectorv2-filter.d.ts +124 -0
- package/src/types/cfn-resource-types/aws-inspectorv2-filter.js +3 -0
- package/src/types/cfn-resource-types/aws-internetmonitor-monitor.d.ts +54 -0
- package/src/types/cfn-resource-types/aws-internetmonitor-monitor.js +3 -0
- package/src/types/cfn-resource-types/aws-iot-accountauditconfiguration.d.ts +65 -0
- package/src/types/cfn-resource-types/aws-iot-accountauditconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-iot-authorizer.d.ts +24 -0
- package/src/types/cfn-resource-types/aws-iot-authorizer.js +3 -0
- package/src/types/cfn-resource-types/aws-iot-billinggroup.d.ts +30 -0
- package/src/types/cfn-resource-types/aws-iot-billinggroup.js +3 -0
- package/src/types/cfn-resource-types/aws-iot-cacertificate.d.ts +39 -0
- package/src/types/cfn-resource-types/aws-iot-cacertificate.js +3 -0
- package/src/types/cfn-resource-types/aws-iot-certificate.d.ts +12 -0
- package/src/types/cfn-resource-types/aws-iot-certificate.js +3 -0
- package/src/types/cfn-resource-types/aws-iot-certificateprovider.d.ts +33 -0
- package/src/types/cfn-resource-types/aws-iot-certificateprovider.js +3 -0
- package/src/types/cfn-resource-types/aws-iot-custommetric.d.ts +40 -0
- package/src/types/cfn-resource-types/aws-iot-custommetric.js +3 -0
- package/src/types/cfn-resource-types/aws-iot-dimension.d.ts +43 -0
- package/src/types/cfn-resource-types/aws-iot-dimension.js +3 -0
- package/src/types/cfn-resource-types/aws-iot-domainconfiguration.d.ts +41 -0
- package/src/types/cfn-resource-types/aws-iot-domainconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-iot-fleetmetric.d.ts +86 -0
- package/src/types/cfn-resource-types/aws-iot-fleetmetric.js +3 -0
- package/src/types/cfn-resource-types/aws-iot-jobtemplate.d.ts +158 -0
- package/src/types/cfn-resource-types/aws-iot-jobtemplate.js +3 -0
- package/src/types/cfn-resource-types/aws-iot-logging.d.ts +17 -0
- package/src/types/cfn-resource-types/aws-iot-logging.js +3 -0
- package/src/types/cfn-resource-types/aws-iot-mitigationaction.d.ts +99 -0
- package/src/types/cfn-resource-types/aws-iot-mitigationaction.js +3 -0
- package/src/types/cfn-resource-types/aws-iot-policy.d.ts +16 -0
- package/src/types/cfn-resource-types/aws-iot-policy.js +3 -0
- package/src/types/cfn-resource-types/aws-iot-policyprincipalattachment.d.ts +8 -0
- package/src/types/cfn-resource-types/aws-iot-policyprincipalattachment.js +3 -0
- package/src/types/cfn-resource-types/aws-iot-provisioningtemplate.d.ts +22 -0
- package/src/types/cfn-resource-types/aws-iot-provisioningtemplate.js +3 -0
- package/src/types/cfn-resource-types/aws-iot-resourcespecificlogging.d.ts +21 -0
- package/src/types/cfn-resource-types/aws-iot-resourcespecificlogging.js +3 -0
- package/src/types/cfn-resource-types/aws-iot-rolealias.d.ts +23 -0
- package/src/types/cfn-resource-types/aws-iot-rolealias.js +3 -0
- package/src/types/cfn-resource-types/aws-iot-scheduledaudit.d.ts +48 -0
- package/src/types/cfn-resource-types/aws-iot-scheduledaudit.js +3 -0
- package/src/types/cfn-resource-types/aws-iot-securityprofile.d.ts +202 -0
- package/src/types/cfn-resource-types/aws-iot-securityprofile.js +3 -0
- package/src/types/cfn-resource-types/aws-iot-softwarepackage.d.ts +27 -0
- package/src/types/cfn-resource-types/aws-iot-softwarepackage.js +3 -0
- package/src/types/cfn-resource-types/aws-iot-softwarepackageversion.d.ts +39 -0
- package/src/types/cfn-resource-types/aws-iot-softwarepackageversion.js +3 -0
- package/src/types/cfn-resource-types/aws-iot-thing.d.ts +18 -0
- package/src/types/cfn-resource-types/aws-iot-thing.js +3 -0
- package/src/types/cfn-resource-types/aws-iot-thinggroup.d.ts +42 -0
- package/src/types/cfn-resource-types/aws-iot-thinggroup.js +3 -0
- package/src/types/cfn-resource-types/aws-iot-thingprincipalattachment.d.ts +8 -0
- package/src/types/cfn-resource-types/aws-iot-thingprincipalattachment.js +3 -0
- package/src/types/cfn-resource-types/aws-iot-thingtype.d.ts +35 -0
- package/src/types/cfn-resource-types/aws-iot-thingtype.js +3 -0
- package/src/types/cfn-resource-types/aws-iot-topicrule.d.ts +260 -0
- package/src/types/cfn-resource-types/aws-iot-topicrule.js +3 -0
- package/src/types/cfn-resource-types/aws-iot-topicruledestination.d.ts +34 -0
- package/src/types/cfn-resource-types/aws-iot-topicruledestination.js +3 -0
- package/src/types/cfn-resource-types/aws-iot1click-device.d.ts +8 -0
- package/src/types/cfn-resource-types/aws-iot1click-device.js +3 -0
- package/src/types/cfn-resource-types/aws-iot1click-placement.d.ts +14 -0
- package/src/types/cfn-resource-types/aws-iot1click-placement.js +3 -0
- package/src/types/cfn-resource-types/aws-iot1click-project.d.ts +18 -0
- package/src/types/cfn-resource-types/aws-iot1click-project.js +3 -0
- package/src/types/cfn-resource-types/aws-iotanalytics-channel.d.ts +33 -0
- package/src/types/cfn-resource-types/aws-iotanalytics-channel.js +3 -0
- package/src/types/cfn-resource-types/aws-iotanalytics-dataset.d.ts +135 -0
- package/src/types/cfn-resource-types/aws-iotanalytics-dataset.js +3 -0
- package/src/types/cfn-resource-types/aws-iotanalytics-datastore.d.ts +81 -0
- package/src/types/cfn-resource-types/aws-iotanalytics-datastore.js +3 -0
- package/src/types/cfn-resource-types/aws-iotanalytics-pipeline.d.ts +102 -0
- package/src/types/cfn-resource-types/aws-iotanalytics-pipeline.js +3 -0
- package/src/types/cfn-resource-types/aws-iotcoredeviceadvisor-suitedefinition.d.ts +68 -0
- package/src/types/cfn-resource-types/aws-iotcoredeviceadvisor-suitedefinition.js +3 -0
- package/src/types/cfn-resource-types/aws-iotevents-alarmmodel.d.ts +345 -0
- package/src/types/cfn-resource-types/aws-iotevents-alarmmodel.js +3 -0
- package/src/types/cfn-resource-types/aws-iotevents-detectormodel.d.ts +426 -0
- package/src/types/cfn-resource-types/aws-iotevents-detectormodel.js +3 -0
- package/src/types/cfn-resource-types/aws-iotevents-input.d.ts +56 -0
- package/src/types/cfn-resource-types/aws-iotevents-input.js +3 -0
- package/src/types/cfn-resource-types/aws-iotfleethub-application.d.ts +69 -0
- package/src/types/cfn-resource-types/aws-iotfleethub-application.js +3 -0
- package/src/types/cfn-resource-types/aws-iotfleetwise-campaign.d.ts +128 -0
- package/src/types/cfn-resource-types/aws-iotfleetwise-campaign.js +3 -0
- package/src/types/cfn-resource-types/aws-iotfleetwise-decodermanifest.d.ts +89 -0
- package/src/types/cfn-resource-types/aws-iotfleetwise-decodermanifest.js +3 -0
- package/src/types/cfn-resource-types/aws-iotfleetwise-fleet.d.ts +20 -0
- package/src/types/cfn-resource-types/aws-iotfleetwise-fleet.js +3 -0
- package/src/types/cfn-resource-types/aws-iotfleetwise-modelmanifest.d.ts +26 -0
- package/src/types/cfn-resource-types/aws-iotfleetwise-modelmanifest.js +3 -0
- package/src/types/cfn-resource-types/aws-iotfleetwise-signalcatalog.d.ts +84 -0
- package/src/types/cfn-resource-types/aws-iotfleetwise-signalcatalog.js +3 -0
- package/src/types/cfn-resource-types/aws-iotfleetwise-vehicle.d.ts +30 -0
- package/src/types/cfn-resource-types/aws-iotfleetwise-vehicle.js +3 -0
- package/src/types/cfn-resource-types/aws-iotsitewise-accesspolicy.d.ts +79 -0
- package/src/types/cfn-resource-types/aws-iotsitewise-accesspolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-iotsitewise-asset.d.ts +89 -0
- package/src/types/cfn-resource-types/aws-iotsitewise-asset.js +3 -0
- package/src/types/cfn-resource-types/aws-iotsitewise-assetmodel.d.ts +247 -0
- package/src/types/cfn-resource-types/aws-iotsitewise-assetmodel.js +3 -0
- package/src/types/cfn-resource-types/aws-iotsitewise-dashboard.d.ts +40 -0
- package/src/types/cfn-resource-types/aws-iotsitewise-dashboard.js +3 -0
- package/src/types/cfn-resource-types/aws-iotsitewise-gateway.d.ts +81 -0
- package/src/types/cfn-resource-types/aws-iotsitewise-gateway.js +3 -0
- package/src/types/cfn-resource-types/aws-iotsitewise-portal.d.ts +69 -0
- package/src/types/cfn-resource-types/aws-iotsitewise-portal.js +3 -0
- package/src/types/cfn-resource-types/aws-iotsitewise-project.d.ts +44 -0
- package/src/types/cfn-resource-types/aws-iotsitewise-project.js +3 -0
- package/src/types/cfn-resource-types/aws-iotthingsgraph-flowtemplate.d.ts +12 -0
- package/src/types/cfn-resource-types/aws-iotthingsgraph-flowtemplate.js +3 -0
- package/src/types/cfn-resource-types/aws-iottwinmaker-componenttype.d.ts +358 -0
- package/src/types/cfn-resource-types/aws-iottwinmaker-componenttype.js +3 -0
- package/src/types/cfn-resource-types/aws-iottwinmaker-entity.d.ts +450 -0
- package/src/types/cfn-resource-types/aws-iottwinmaker-entity.js +3 -0
- package/src/types/cfn-resource-types/aws-iottwinmaker-scene.d.ts +70 -0
- package/src/types/cfn-resource-types/aws-iottwinmaker-scene.js +3 -0
- package/src/types/cfn-resource-types/aws-iottwinmaker-syncjob.d.ts +43 -0
- package/src/types/cfn-resource-types/aws-iottwinmaker-syncjob.js +3 -0
- package/src/types/cfn-resource-types/aws-iottwinmaker-workspace.d.ts +43 -0
- package/src/types/cfn-resource-types/aws-iottwinmaker-workspace.js +3 -0
- package/src/types/cfn-resource-types/aws-iotwireless-destination.d.ts +39 -0
- package/src/types/cfn-resource-types/aws-iotwireless-destination.js +3 -0
- package/src/types/cfn-resource-types/aws-iotwireless-deviceprofile.d.ts +56 -0
- package/src/types/cfn-resource-types/aws-iotwireless-deviceprofile.js +3 -0
- package/src/types/cfn-resource-types/aws-iotwireless-fuotatask.d.ts +73 -0
- package/src/types/cfn-resource-types/aws-iotwireless-fuotatask.js +3 -0
- package/src/types/cfn-resource-types/aws-iotwireless-multicastgroup.d.ts +65 -0
- package/src/types/cfn-resource-types/aws-iotwireless-multicastgroup.js +3 -0
- package/src/types/cfn-resource-types/aws-iotwireless-networkanalyzerconfiguration.d.ts +57 -0
- package/src/types/cfn-resource-types/aws-iotwireless-networkanalyzerconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-iotwireless-partneraccount.d.ts +58 -0
- package/src/types/cfn-resource-types/aws-iotwireless-partneraccount.js +3 -0
- package/src/types/cfn-resource-types/aws-iotwireless-serviceprofile.d.ts +52 -0
- package/src/types/cfn-resource-types/aws-iotwireless-serviceprofile.js +3 -0
- package/src/types/cfn-resource-types/aws-iotwireless-taskdefinition.d.ts +63 -0
- package/src/types/cfn-resource-types/aws-iotwireless-taskdefinition.js +3 -0
- package/src/types/cfn-resource-types/aws-iotwireless-wirelessdevice.d.ts +121 -0
- package/src/types/cfn-resource-types/aws-iotwireless-wirelessdevice.js +3 -0
- package/src/types/cfn-resource-types/aws-iotwireless-wirelessdeviceimporttask.d.ts +68 -0
- package/src/types/cfn-resource-types/aws-iotwireless-wirelessdeviceimporttask.js +3 -0
- package/src/types/cfn-resource-types/aws-iotwireless-wirelessgateway.d.ts +51 -0
- package/src/types/cfn-resource-types/aws-iotwireless-wirelessgateway.js +3 -0
- package/src/types/cfn-resource-types/aws-ivs-channel.d.ts +55 -0
- package/src/types/cfn-resource-types/aws-ivs-channel.js +3 -0
- package/src/types/cfn-resource-types/aws-ivs-encoderconfiguration.d.ts +53 -0
- package/src/types/cfn-resource-types/aws-ivs-encoderconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-ivs-playbackkeypair.d.ts +31 -0
- package/src/types/cfn-resource-types/aws-ivs-playbackkeypair.js +3 -0
- package/src/types/cfn-resource-types/aws-ivs-playbackrestrictionpolicy.d.ts +44 -0
- package/src/types/cfn-resource-types/aws-ivs-playbackrestrictionpolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-ivs-publickey.d.ts +31 -0
- package/src/types/cfn-resource-types/aws-ivs-publickey.js +3 -0
- package/src/types/cfn-resource-types/aws-ivs-recordingconfiguration.d.ts +86 -0
- package/src/types/cfn-resource-types/aws-ivs-recordingconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-ivs-stage.d.ts +42 -0
- package/src/types/cfn-resource-types/aws-ivs-stage.js +3 -0
- package/src/types/cfn-resource-types/aws-ivs-storageconfiguration.d.ts +33 -0
- package/src/types/cfn-resource-types/aws-ivs-storageconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-ivs-streamkey.d.ts +27 -0
- package/src/types/cfn-resource-types/aws-ivs-streamkey.js +3 -0
- package/src/types/cfn-resource-types/aws-ivschat-loggingconfiguration.d.ts +74 -0
- package/src/types/cfn-resource-types/aws-ivschat-loggingconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-ivschat-room.d.ts +63 -0
- package/src/types/cfn-resource-types/aws-ivschat-room.js +3 -0
- package/src/types/cfn-resource-types/aws-kafkaconnect-connector.d.ts +255 -0
- package/src/types/cfn-resource-types/aws-kafkaconnect-connector.js +3 -0
- package/src/types/cfn-resource-types/aws-kafkaconnect-customplugin.d.ts +80 -0
- package/src/types/cfn-resource-types/aws-kafkaconnect-customplugin.js +3 -0
- package/src/types/cfn-resource-types/aws-kafkaconnect-workerconfiguration.d.ts +33 -0
- package/src/types/cfn-resource-types/aws-kafkaconnect-workerconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-kendra-datasource.d.ts +523 -0
- package/src/types/cfn-resource-types/aws-kendra-datasource.js +3 -0
- package/src/types/cfn-resource-types/aws-kendra-faq.d.ts +66 -0
- package/src/types/cfn-resource-types/aws-kendra-faq.js +3 -0
- package/src/types/cfn-resource-types/aws-kendra-index.d.ts +137 -0
- package/src/types/cfn-resource-types/aws-kendra-index.js +3 -0
- package/src/types/cfn-resource-types/aws-kendraranking-executionplan.d.ts +49 -0
- package/src/types/cfn-resource-types/aws-kendraranking-executionplan.js +3 -0
- package/src/types/cfn-resource-types/aws-kinesis-stream.d.ts +66 -0
- package/src/types/cfn-resource-types/aws-kinesis-stream.js +3 -0
- package/src/types/cfn-resource-types/aws-kinesis-streamconsumer.d.ts +11 -0
- package/src/types/cfn-resource-types/aws-kinesis-streamconsumer.js +3 -0
- package/src/types/cfn-resource-types/aws-kinesisanalytics-application.d.ts +61 -0
- package/src/types/cfn-resource-types/aws-kinesisanalytics-application.js +3 -0
- package/src/types/cfn-resource-types/aws-kinesisanalytics-applicationoutput.d.ts +30 -0
- package/src/types/cfn-resource-types/aws-kinesisanalytics-applicationoutput.js +3 -0
- package/src/types/cfn-resource-types/aws-kinesisanalytics-applicationreferencedatasource.d.ts +43 -0
- package/src/types/cfn-resource-types/aws-kinesisanalytics-applicationreferencedatasource.js +3 -0
- package/src/types/cfn-resource-types/aws-kinesisanalyticsv2-application.d.ts +523 -0
- package/src/types/cfn-resource-types/aws-kinesisanalyticsv2-application.js +3 -0
- package/src/types/cfn-resource-types/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.d.ts +11 -0
- package/src/types/cfn-resource-types/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.js +3 -0
- package/src/types/cfn-resource-types/aws-kinesisanalyticsv2-applicationoutput.d.ts +27 -0
- package/src/types/cfn-resource-types/aws-kinesisanalyticsv2-applicationoutput.js +3 -0
- package/src/types/cfn-resource-types/aws-kinesisanalyticsv2-applicationreferencedatasource.d.ts +42 -0
- package/src/types/cfn-resource-types/aws-kinesisanalyticsv2-applicationreferencedatasource.js +3 -0
- package/src/types/cfn-resource-types/aws-kinesisfirehose-deliverystream.d.ts +391 -0
- package/src/types/cfn-resource-types/aws-kinesisfirehose-deliverystream.js +3 -0
- package/src/types/cfn-resource-types/aws-kinesisvideo-signalingchannel.d.ts +41 -0
- package/src/types/cfn-resource-types/aws-kinesisvideo-signalingchannel.js +3 -0
- package/src/types/cfn-resource-types/aws-kinesisvideo-stream.d.ts +49 -0
- package/src/types/cfn-resource-types/aws-kinesisvideo-stream.js +3 -0
- package/src/types/cfn-resource-types/aws-kms-alias.d.ts +33 -0
- package/src/types/cfn-resource-types/aws-kms-alias.js +3 -0
- package/src/types/cfn-resource-types/aws-kms-key.d.ts +158 -0
- package/src/types/cfn-resource-types/aws-kms-key.js +3 -0
- package/src/types/cfn-resource-types/aws-kms-replicakey.d.ts +46 -0
- package/src/types/cfn-resource-types/aws-kms-replicakey.js +3 -0
- package/src/types/cfn-resource-types/aws-lakeformation-datacellsfilter.d.ts +55 -0
- package/src/types/cfn-resource-types/aws-lakeformation-datacellsfilter.js +3 -0
- package/src/types/cfn-resource-types/aws-lakeformation-datalakesettings.d.ts +26 -0
- package/src/types/cfn-resource-types/aws-lakeformation-datalakesettings.js +3 -0
- package/src/types/cfn-resource-types/aws-lakeformation-permissions.d.ts +45 -0
- package/src/types/cfn-resource-types/aws-lakeformation-permissions.js +3 -0
- package/src/types/cfn-resource-types/aws-lakeformation-principalpermissions.d.ts +216 -0
- package/src/types/cfn-resource-types/aws-lakeformation-principalpermissions.js +3 -0
- package/src/types/cfn-resource-types/aws-lakeformation-resource.d.ts +11 -0
- package/src/types/cfn-resource-types/aws-lakeformation-resource.js +3 -0
- package/src/types/cfn-resource-types/aws-lakeformation-tag.d.ts +22 -0
- package/src/types/cfn-resource-types/aws-lakeformation-tag.js +3 -0
- package/src/types/cfn-resource-types/aws-lakeformation-tagassociation.d.ts +63 -0
- package/src/types/cfn-resource-types/aws-lakeformation-tagassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-lambda-alias.d.ts +58 -0
- package/src/types/cfn-resource-types/aws-lambda-alias.js +3 -0
- package/src/types/cfn-resource-types/aws-lambda-codesigningconfig.d.ts +54 -0
- package/src/types/cfn-resource-types/aws-lambda-codesigningconfig.js +3 -0
- package/src/types/cfn-resource-types/aws-lambda-eventinvokeconfig.d.ts +47 -0
- package/src/types/cfn-resource-types/aws-lambda-eventinvokeconfig.js +3 -0
- package/src/types/cfn-resource-types/aws-lambda-eventsourcemapping.d.ts +262 -0
- package/src/types/cfn-resource-types/aws-lambda-eventsourcemapping.js +3 -0
- package/src/types/cfn-resource-types/aws-lambda-function.d.ts +280 -0
- package/src/types/cfn-resource-types/aws-lambda-function.js +3 -0
- package/src/types/cfn-resource-types/aws-lambda-layerversion.d.ts +44 -0
- package/src/types/cfn-resource-types/aws-lambda-layerversion.js +3 -0
- package/src/types/cfn-resource-types/aws-lambda-layerversionpermission.d.ts +25 -0
- package/src/types/cfn-resource-types/aws-lambda-layerversionpermission.js +3 -0
- package/src/types/cfn-resource-types/aws-lambda-permission.d.ts +48 -0
- package/src/types/cfn-resource-types/aws-lambda-permission.js +3 -0
- package/src/types/cfn-resource-types/aws-lambda-url.d.ts +69 -0
- package/src/types/cfn-resource-types/aws-lambda-url.js +3 -0
- package/src/types/cfn-resource-types/aws-lambda-version.d.ts +57 -0
- package/src/types/cfn-resource-types/aws-lambda-version.js +3 -0
- package/src/types/cfn-resource-types/aws-launchwizard-deployment.d.ts +66 -0
- package/src/types/cfn-resource-types/aws-launchwizard-deployment.js +3 -0
- package/src/types/cfn-resource-types/aws-lex-bot.d.ts +1637 -0
- package/src/types/cfn-resource-types/aws-lex-bot.js +3 -0
- package/src/types/cfn-resource-types/aws-lex-botalias.d.ts +177 -0
- package/src/types/cfn-resource-types/aws-lex-botalias.js +3 -0
- package/src/types/cfn-resource-types/aws-lex-botversion.d.ts +41 -0
- package/src/types/cfn-resource-types/aws-lex-botversion.js +3 -0
- package/src/types/cfn-resource-types/aws-lex-resourcepolicy.d.ts +27 -0
- package/src/types/cfn-resource-types/aws-lex-resourcepolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-licensemanager-grant.d.ts +29 -0
- package/src/types/cfn-resource-types/aws-licensemanager-grant.js +3 -0
- package/src/types/cfn-resource-types/aws-licensemanager-license.d.ts +78 -0
- package/src/types/cfn-resource-types/aws-licensemanager-license.js +3 -0
- package/src/types/cfn-resource-types/aws-lightsail-alarm.d.ts +54 -0
- package/src/types/cfn-resource-types/aws-lightsail-alarm.js +3 -0
- package/src/types/cfn-resource-types/aws-lightsail-bucket.d.ts +65 -0
- package/src/types/cfn-resource-types/aws-lightsail-bucket.js +3 -0
- package/src/types/cfn-resource-types/aws-lightsail-certificate.d.ts +39 -0
- package/src/types/cfn-resource-types/aws-lightsail-certificate.js +3 -0
- package/src/types/cfn-resource-types/aws-lightsail-container.d.ts +167 -0
- package/src/types/cfn-resource-types/aws-lightsail-container.js +3 -0
- package/src/types/cfn-resource-types/aws-lightsail-database.d.ts +116 -0
- package/src/types/cfn-resource-types/aws-lightsail-database.js +3 -0
- package/src/types/cfn-resource-types/aws-lightsail-disk.d.ts +108 -0
- package/src/types/cfn-resource-types/aws-lightsail-disk.js +3 -0
- package/src/types/cfn-resource-types/aws-lightsail-distribution.d.ts +164 -0
- package/src/types/cfn-resource-types/aws-lightsail-distribution.js +3 -0
- package/src/types/cfn-resource-types/aws-lightsail-instance.d.ts +253 -0
- package/src/types/cfn-resource-types/aws-lightsail-instance.js +3 -0
- package/src/types/cfn-resource-types/aws-lightsail-loadbalancer.d.ts +55 -0
- package/src/types/cfn-resource-types/aws-lightsail-loadbalancer.js +3 -0
- package/src/types/cfn-resource-types/aws-lightsail-loadbalancertlscertificate.d.ts +34 -0
- package/src/types/cfn-resource-types/aws-lightsail-loadbalancertlscertificate.js +3 -0
- package/src/types/cfn-resource-types/aws-lightsail-staticip.d.ts +22 -0
- package/src/types/cfn-resource-types/aws-lightsail-staticip.js +3 -0
- package/src/types/cfn-resource-types/aws-location-apikey.d.ts +57 -0
- package/src/types/cfn-resource-types/aws-location-apikey.js +3 -0
- package/src/types/cfn-resource-types/aws-location-geofencecollection.d.ts +42 -0
- package/src/types/cfn-resource-types/aws-location-geofencecollection.js +3 -0
- package/src/types/cfn-resource-types/aws-location-map.d.ts +46 -0
- package/src/types/cfn-resource-types/aws-location-map.js +3 -0
- package/src/types/cfn-resource-types/aws-location-placeindex.d.ts +43 -0
- package/src/types/cfn-resource-types/aws-location-placeindex.js +3 -0
- package/src/types/cfn-resource-types/aws-location-routecalculator.d.ts +38 -0
- package/src/types/cfn-resource-types/aws-location-routecalculator.js +3 -0
- package/src/types/cfn-resource-types/aws-location-tracker.d.ts +46 -0
- package/src/types/cfn-resource-types/aws-location-tracker.js +3 -0
- package/src/types/cfn-resource-types/aws-location-trackerconsumer.d.ts +7 -0
- package/src/types/cfn-resource-types/aws-location-trackerconsumer.js +3 -0
- package/src/types/cfn-resource-types/aws-logs-accountpolicy.d.ts +35 -0
- package/src/types/cfn-resource-types/aws-logs-accountpolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-logs-delivery.d.ts +46 -0
- package/src/types/cfn-resource-types/aws-logs-delivery.js +3 -0
- package/src/types/cfn-resource-types/aws-logs-deliverydestination.d.ts +50 -0
- package/src/types/cfn-resource-types/aws-logs-deliverydestination.js +3 -0
- package/src/types/cfn-resource-types/aws-logs-deliverysource.d.ts +52 -0
- package/src/types/cfn-resource-types/aws-logs-deliverysource.js +3 -0
- package/src/types/cfn-resource-types/aws-logs-destination.d.ts +22 -0
- package/src/types/cfn-resource-types/aws-logs-destination.js +3 -0
- package/src/types/cfn-resource-types/aws-logs-loganomalydetector.d.ts +43 -0
- package/src/types/cfn-resource-types/aws-logs-loganomalydetector.js +3 -0
- package/src/types/cfn-resource-types/aws-logs-loggroup.d.ts +50 -0
- package/src/types/cfn-resource-types/aws-logs-loggroup.js +3 -0
- package/src/types/cfn-resource-types/aws-logs-logstream.d.ts +13 -0
- package/src/types/cfn-resource-types/aws-logs-logstream.js +3 -0
- package/src/types/cfn-resource-types/aws-logs-metricfilter.d.ts +79 -0
- package/src/types/cfn-resource-types/aws-logs-metricfilter.js +3 -0
- package/src/types/cfn-resource-types/aws-logs-querydefinition.d.ts +21 -0
- package/src/types/cfn-resource-types/aws-logs-querydefinition.js +3 -0
- package/src/types/cfn-resource-types/aws-logs-resourcepolicy.d.ts +13 -0
- package/src/types/cfn-resource-types/aws-logs-resourcepolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-logs-subscriptionfilter.d.ts +35 -0
- package/src/types/cfn-resource-types/aws-logs-subscriptionfilter.js +3 -0
- package/src/types/cfn-resource-types/aws-lookoutequipment-inferencescheduler.d.ts +102 -0
- package/src/types/cfn-resource-types/aws-lookoutequipment-inferencescheduler.js +3 -0
- package/src/types/cfn-resource-types/aws-lookoutmetrics-alert.d.ts +59 -0
- package/src/types/cfn-resource-types/aws-lookoutmetrics-alert.js +3 -0
- package/src/types/cfn-resource-types/aws-lookoutmetrics-anomalydetector.d.ts +163 -0
- package/src/types/cfn-resource-types/aws-lookoutmetrics-anomalydetector.js +3 -0
- package/src/types/cfn-resource-types/aws-lookoutvision-project.d.ts +12 -0
- package/src/types/cfn-resource-types/aws-lookoutvision-project.js +3 -0
- package/src/types/cfn-resource-types/aws-m2-application.d.ts +32 -0
- package/src/types/cfn-resource-types/aws-m2-application.js +3 -0
- package/src/types/cfn-resource-types/aws-m2-environment.d.ts +110 -0
- package/src/types/cfn-resource-types/aws-m2-environment.js +3 -0
- package/src/types/cfn-resource-types/aws-macie-allowlist.d.ts +61 -0
- package/src/types/cfn-resource-types/aws-macie-allowlist.js +3 -0
- package/src/types/cfn-resource-types/aws-macie-customdataidentifier.d.ts +54 -0
- package/src/types/cfn-resource-types/aws-macie-customdataidentifier.js +3 -0
- package/src/types/cfn-resource-types/aws-macie-findingsfilter.d.ts +71 -0
- package/src/types/cfn-resource-types/aws-macie-findingsfilter.js +3 -0
- package/src/types/cfn-resource-types/aws-macie-session.d.ts +21 -0
- package/src/types/cfn-resource-types/aws-macie-session.js +3 -0
- package/src/types/cfn-resource-types/aws-managedblockchain-accessor.d.ts +34 -0
- package/src/types/cfn-resource-types/aws-managedblockchain-accessor.js +3 -0
- package/src/types/cfn-resource-types/aws-managedblockchain-member.d.ts +44 -0
- package/src/types/cfn-resource-types/aws-managedblockchain-member.js +3 -0
- package/src/types/cfn-resource-types/aws-managedblockchain-node.d.ts +14 -0
- package/src/types/cfn-resource-types/aws-managedblockchain-node.js +3 -0
- package/src/types/cfn-resource-types/aws-mediaconnect-bridge.d.ts +163 -0
- package/src/types/cfn-resource-types/aws-mediaconnect-bridge.js +3 -0
- package/src/types/cfn-resource-types/aws-mediaconnect-bridgeoutput.d.ts +39 -0
- package/src/types/cfn-resource-types/aws-mediaconnect-bridgeoutput.js +3 -0
- package/src/types/cfn-resource-types/aws-mediaconnect-bridgesource.d.ts +55 -0
- package/src/types/cfn-resource-types/aws-mediaconnect-bridgesource.js +3 -0
- package/src/types/cfn-resource-types/aws-mediaconnect-flow.d.ts +371 -0
- package/src/types/cfn-resource-types/aws-mediaconnect-flow.js +3 -0
- package/src/types/cfn-resource-types/aws-mediaconnect-flowentitlement.d.ts +75 -0
- package/src/types/cfn-resource-types/aws-mediaconnect-flowentitlement.js +3 -0
- package/src/types/cfn-resource-types/aws-mediaconnect-flowoutput.d.ts +151 -0
- package/src/types/cfn-resource-types/aws-mediaconnect-flowoutput.js +3 -0
- package/src/types/cfn-resource-types/aws-mediaconnect-flowsource.d.ts +143 -0
- package/src/types/cfn-resource-types/aws-mediaconnect-flowsource.js +3 -0
- package/src/types/cfn-resource-types/aws-mediaconnect-flowvpcinterface.d.ts +29 -0
- package/src/types/cfn-resource-types/aws-mediaconnect-flowvpcinterface.js +3 -0
- package/src/types/cfn-resource-types/aws-mediaconnect-gateway.d.ts +41 -0
- package/src/types/cfn-resource-types/aws-mediaconnect-gateway.js +3 -0
- package/src/types/cfn-resource-types/aws-mediaconvert-jobtemplate.d.ts +29 -0
- package/src/types/cfn-resource-types/aws-mediaconvert-jobtemplate.js +3 -0
- package/src/types/cfn-resource-types/aws-mediaconvert-preset.d.ts +16 -0
- package/src/types/cfn-resource-types/aws-mediaconvert-preset.js +3 -0
- package/src/types/cfn-resource-types/aws-mediaconvert-queue.d.ts +14 -0
- package/src/types/cfn-resource-types/aws-mediaconvert-queue.js +3 -0
- package/src/types/cfn-resource-types/aws-medialive-channel.d.ts +1068 -0
- package/src/types/cfn-resource-types/aws-medialive-channel.js +3 -0
- package/src/types/cfn-resource-types/aws-medialive-channelplacementgroup.d.ts +45 -0
- package/src/types/cfn-resource-types/aws-medialive-channelplacementgroup.js +3 -0
- package/src/types/cfn-resource-types/aws-medialive-cloudwatchalarmtemplate.d.ts +83 -0
- package/src/types/cfn-resource-types/aws-medialive-cloudwatchalarmtemplate.js +3 -0
- package/src/types/cfn-resource-types/aws-medialive-cloudwatchalarmtemplategroup.d.ts +35 -0
- package/src/types/cfn-resource-types/aws-medialive-cloudwatchalarmtemplategroup.js +3 -0
- package/src/types/cfn-resource-types/aws-medialive-cluster.d.ts +73 -0
- package/src/types/cfn-resource-types/aws-medialive-cluster.js +3 -0
- package/src/types/cfn-resource-types/aws-medialive-eventbridgeruletemplate.d.ts +72 -0
- package/src/types/cfn-resource-types/aws-medialive-eventbridgeruletemplate.js +3 -0
- package/src/types/cfn-resource-types/aws-medialive-eventbridgeruletemplategroup.d.ts +35 -0
- package/src/types/cfn-resource-types/aws-medialive-eventbridgeruletemplategroup.js +3 -0
- package/src/types/cfn-resource-types/aws-medialive-input.d.ts +52 -0
- package/src/types/cfn-resource-types/aws-medialive-input.js +3 -0
- package/src/types/cfn-resource-types/aws-medialive-inputsecuritygroup.d.ts +14 -0
- package/src/types/cfn-resource-types/aws-medialive-inputsecuritygroup.js +3 -0
- package/src/types/cfn-resource-types/aws-medialive-multiplex.d.ts +81 -0
- package/src/types/cfn-resource-types/aws-medialive-multiplex.js +3 -0
- package/src/types/cfn-resource-types/aws-medialive-multiplexprogram.d.ts +121 -0
- package/src/types/cfn-resource-types/aws-medialive-multiplexprogram.js +3 -0
- package/src/types/cfn-resource-types/aws-medialive-network.d.ts +60 -0
- package/src/types/cfn-resource-types/aws-medialive-network.js +3 -0
- package/src/types/cfn-resource-types/aws-medialive-sdisource.d.ts +47 -0
- package/src/types/cfn-resource-types/aws-medialive-sdisource.js +3 -0
- package/src/types/cfn-resource-types/aws-medialive-signalmap.d.ts +135 -0
- package/src/types/cfn-resource-types/aws-medialive-signalmap.js +3 -0
- package/src/types/cfn-resource-types/aws-mediapackage-asset.d.ts +58 -0
- package/src/types/cfn-resource-types/aws-mediapackage-asset.js +3 -0
- package/src/types/cfn-resource-types/aws-mediapackage-channel.d.ts +76 -0
- package/src/types/cfn-resource-types/aws-mediapackage-channel.js +3 -0
- package/src/types/cfn-resource-types/aws-mediapackage-originendpoint.d.ts +367 -0
- package/src/types/cfn-resource-types/aws-mediapackage-originendpoint.js +3 -0
- package/src/types/cfn-resource-types/aws-mediapackage-packagingconfiguration.d.ts +243 -0
- package/src/types/cfn-resource-types/aws-mediapackage-packagingconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-mediapackage-packaginggroup.d.ts +49 -0
- package/src/types/cfn-resource-types/aws-mediapackage-packaginggroup.js +3 -0
- package/src/types/cfn-resource-types/aws-mediapackagev2-channel.d.ts +48 -0
- package/src/types/cfn-resource-types/aws-mediapackagev2-channel.js +3 -0
- package/src/types/cfn-resource-types/aws-mediapackagev2-channelgroup.d.ts +31 -0
- package/src/types/cfn-resource-types/aws-mediapackagev2-channelgroup.js +3 -0
- package/src/types/cfn-resource-types/aws-mediapackagev2-channelpolicy.d.ts +10 -0
- package/src/types/cfn-resource-types/aws-mediapackagev2-channelpolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-mediapackagev2-originendpoint.d.ts +332 -0
- package/src/types/cfn-resource-types/aws-mediapackagev2-originendpoint.js +3 -0
- package/src/types/cfn-resource-types/aws-mediapackagev2-originendpointpolicy.d.ts +11 -0
- package/src/types/cfn-resource-types/aws-mediapackagev2-originendpointpolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-mediastore-container.d.ts +33 -0
- package/src/types/cfn-resource-types/aws-mediastore-container.js +3 -0
- package/src/types/cfn-resource-types/aws-mediatailor-channel.d.ts +115 -0
- package/src/types/cfn-resource-types/aws-mediatailor-channel.js +3 -0
- package/src/types/cfn-resource-types/aws-mediatailor-channelpolicy.d.ts +12 -0
- package/src/types/cfn-resource-types/aws-mediatailor-channelpolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-mediatailor-livesource.d.ts +38 -0
- package/src/types/cfn-resource-types/aws-mediatailor-livesource.js +3 -0
- package/src/types/cfn-resource-types/aws-mediatailor-playbackconfiguration.d.ts +165 -0
- package/src/types/cfn-resource-types/aws-mediatailor-playbackconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-mediatailor-sourcelocation.d.ts +81 -0
- package/src/types/cfn-resource-types/aws-mediatailor-sourcelocation.js +3 -0
- package/src/types/cfn-resource-types/aws-mediatailor-vodsource.d.ts +38 -0
- package/src/types/cfn-resource-types/aws-mediatailor-vodsource.js +3 -0
- package/src/types/cfn-resource-types/aws-memorydb-acl.d.ts +40 -0
- package/src/types/cfn-resource-types/aws-memorydb-acl.js +3 -0
- package/src/types/cfn-resource-types/aws-memorydb-cluster.d.ts +149 -0
- package/src/types/cfn-resource-types/aws-memorydb-cluster.js +3 -0
- package/src/types/cfn-resource-types/aws-memorydb-parametergroup.d.ts +46 -0
- package/src/types/cfn-resource-types/aws-memorydb-parametergroup.js +3 -0
- package/src/types/cfn-resource-types/aws-memorydb-subnetgroup.d.ts +40 -0
- package/src/types/cfn-resource-types/aws-memorydb-subnetgroup.js +3 -0
- package/src/types/cfn-resource-types/aws-memorydb-user.d.ts +53 -0
- package/src/types/cfn-resource-types/aws-memorydb-user.js +3 -0
- package/src/types/cfn-resource-types/aws-msk-batchscramsecret.d.ts +8 -0
- package/src/types/cfn-resource-types/aws-msk-batchscramsecret.js +3 -0
- package/src/types/cfn-resource-types/aws-msk-cluster.d.ts +148 -0
- package/src/types/cfn-resource-types/aws-msk-cluster.js +3 -0
- package/src/types/cfn-resource-types/aws-msk-clusterpolicy.d.ts +19 -0
- package/src/types/cfn-resource-types/aws-msk-clusterpolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-msk-configuration.d.ts +17 -0
- package/src/types/cfn-resource-types/aws-msk-configuration.js +3 -0
- package/src/types/cfn-resource-types/aws-msk-replicator.d.ts +181 -0
- package/src/types/cfn-resource-types/aws-msk-replicator.js +3 -0
- package/src/types/cfn-resource-types/aws-msk-serverlesscluster.d.ts +32 -0
- package/src/types/cfn-resource-types/aws-msk-serverlesscluster.js +3 -0
- package/src/types/cfn-resource-types/aws-msk-vpcconnection.d.ts +32 -0
- package/src/types/cfn-resource-types/aws-msk-vpcconnection.js +3 -0
- package/src/types/cfn-resource-types/aws-mwaa-environment.d.ts +191 -0
- package/src/types/cfn-resource-types/aws-mwaa-environment.js +3 -0
- package/src/types/cfn-resource-types/aws-neptune-dbcluster.d.ts +191 -0
- package/src/types/cfn-resource-types/aws-neptune-dbcluster.js +3 -0
- package/src/types/cfn-resource-types/aws-neptune-dbclusterparametergroup.d.ts +17 -0
- package/src/types/cfn-resource-types/aws-neptune-dbclusterparametergroup.js +3 -0
- package/src/types/cfn-resource-types/aws-neptune-dbinstance.d.ts +23 -0
- package/src/types/cfn-resource-types/aws-neptune-dbinstance.js +3 -0
- package/src/types/cfn-resource-types/aws-neptune-dbparametergroup.d.ts +17 -0
- package/src/types/cfn-resource-types/aws-neptune-dbparametergroup.js +3 -0
- package/src/types/cfn-resource-types/aws-neptune-dbsubnetgroup.d.ts +14 -0
- package/src/types/cfn-resource-types/aws-neptune-dbsubnetgroup.js +3 -0
- package/src/types/cfn-resource-types/aws-neptune-eventsubscription.d.ts +11 -0
- package/src/types/cfn-resource-types/aws-neptune-eventsubscription.js +3 -0
- package/src/types/cfn-resource-types/aws-neptunegraph-graph.d.ts +82 -0
- package/src/types/cfn-resource-types/aws-neptunegraph-graph.js +3 -0
- package/src/types/cfn-resource-types/aws-neptunegraph-privategraphendpoint.d.ts +31 -0
- package/src/types/cfn-resource-types/aws-neptunegraph-privategraphendpoint.js +3 -0
- package/src/types/cfn-resource-types/aws-networkfirewall-firewall.d.ts +42 -0
- package/src/types/cfn-resource-types/aws-networkfirewall-firewall.js +3 -0
- package/src/types/cfn-resource-types/aws-networkfirewall-firewallpolicy.d.ts +76 -0
- package/src/types/cfn-resource-types/aws-networkfirewall-firewallpolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-networkfirewall-loggingconfiguration.d.ts +32 -0
- package/src/types/cfn-resource-types/aws-networkfirewall-loggingconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-networkfirewall-rulegroup.d.ts +146 -0
- package/src/types/cfn-resource-types/aws-networkfirewall-rulegroup.js +3 -0
- package/src/types/cfn-resource-types/aws-networkfirewall-tlsinspectionconfiguration.d.ts +52 -0
- package/src/types/cfn-resource-types/aws-networkfirewall-tlsinspectionconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-networkmanager-connectattachment.d.ts +124 -0
- package/src/types/cfn-resource-types/aws-networkmanager-connectattachment.js +3 -0
- package/src/types/cfn-resource-types/aws-networkmanager-connectpeer.d.ts +114 -0
- package/src/types/cfn-resource-types/aws-networkmanager-connectpeer.js +3 -0
- package/src/types/cfn-resource-types/aws-networkmanager-corenetwork.d.ts +98 -0
- package/src/types/cfn-resource-types/aws-networkmanager-corenetwork.js +3 -0
- package/src/types/cfn-resource-types/aws-networkmanager-customergatewayassociation.d.ts +21 -0
- package/src/types/cfn-resource-types/aws-networkmanager-customergatewayassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-networkmanager-device.d.ts +98 -0
- package/src/types/cfn-resource-types/aws-networkmanager-device.js +3 -0
- package/src/types/cfn-resource-types/aws-networkmanager-globalnetwork.d.ts +42 -0
- package/src/types/cfn-resource-types/aws-networkmanager-globalnetwork.js +3 -0
- package/src/types/cfn-resource-types/aws-networkmanager-link.d.ts +72 -0
- package/src/types/cfn-resource-types/aws-networkmanager-link.js +3 -0
- package/src/types/cfn-resource-types/aws-networkmanager-linkassociation.d.ts +17 -0
- package/src/types/cfn-resource-types/aws-networkmanager-linkassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-networkmanager-site.d.ts +64 -0
- package/src/types/cfn-resource-types/aws-networkmanager-site.js +3 -0
- package/src/types/cfn-resource-types/aws-networkmanager-sitetositevpnattachment.d.ts +114 -0
- package/src/types/cfn-resource-types/aws-networkmanager-sitetositevpnattachment.js +3 -0
- package/src/types/cfn-resource-types/aws-networkmanager-transitgatewaypeering.d.ts +66 -0
- package/src/types/cfn-resource-types/aws-networkmanager-transitgatewaypeering.js +3 -0
- package/src/types/cfn-resource-types/aws-networkmanager-transitgatewayregistration.d.ts +13 -0
- package/src/types/cfn-resource-types/aws-networkmanager-transitgatewayregistration.js +3 -0
- package/src/types/cfn-resource-types/aws-networkmanager-transitgatewayroutetableattachment.d.ts +118 -0
- package/src/types/cfn-resource-types/aws-networkmanager-transitgatewayroutetableattachment.js +3 -0
- package/src/types/cfn-resource-types/aws-networkmanager-vpcattachment.d.ts +132 -0
- package/src/types/cfn-resource-types/aws-networkmanager-vpcattachment.js +3 -0
- package/src/types/cfn-resource-types/aws-nimblestudio-launchprofile.d.ts +169 -0
- package/src/types/cfn-resource-types/aws-nimblestudio-launchprofile.js +3 -0
- package/src/types/cfn-resource-types/aws-nimblestudio-streamingimage.d.ts +57 -0
- package/src/types/cfn-resource-types/aws-nimblestudio-streamingimage.js +3 -0
- package/src/types/cfn-resource-types/aws-nimblestudio-studio.d.ts +57 -0
- package/src/types/cfn-resource-types/aws-nimblestudio-studio.js +3 -0
- package/src/types/cfn-resource-types/aws-nimblestudio-studiocomponent.d.ts +188 -0
- package/src/types/cfn-resource-types/aws-nimblestudio-studiocomponent.js +3 -0
- package/src/types/cfn-resource-types/aws-oam-link.d.ts +35 -0
- package/src/types/cfn-resource-types/aws-oam-link.js +3 -0
- package/src/types/cfn-resource-types/aws-oam-sink.d.ts +31 -0
- package/src/types/cfn-resource-types/aws-oam-sink.js +3 -0
- package/src/types/cfn-resource-types/aws-omics-annotationstore.d.ts +65 -0
- package/src/types/cfn-resource-types/aws-omics-annotationstore.js +3 -0
- package/src/types/cfn-resource-types/aws-omics-referencestore.d.ts +42 -0
- package/src/types/cfn-resource-types/aws-omics-referencestore.js +3 -0
- package/src/types/cfn-resource-types/aws-omics-rungroup.d.ts +26 -0
- package/src/types/cfn-resource-types/aws-omics-rungroup.js +3 -0
- package/src/types/cfn-resource-types/aws-omics-sequencestore.d.ts +46 -0
- package/src/types/cfn-resource-types/aws-omics-sequencestore.js +3 -0
- package/src/types/cfn-resource-types/aws-omics-variantstore.d.ts +33 -0
- package/src/types/cfn-resource-types/aws-omics-variantstore.js +3 -0
- package/src/types/cfn-resource-types/aws-omics-workflow.d.ts +46 -0
- package/src/types/cfn-resource-types/aws-omics-workflow.js +3 -0
- package/src/types/cfn-resource-types/aws-opensearchserverless-accesspolicy.d.ts +22 -0
- package/src/types/cfn-resource-types/aws-opensearchserverless-accesspolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-opensearchserverless-collection.d.ts +66 -0
- package/src/types/cfn-resource-types/aws-opensearchserverless-collection.js +3 -0
- package/src/types/cfn-resource-types/aws-opensearchserverless-lifecyclepolicy.d.ts +22 -0
- package/src/types/cfn-resource-types/aws-opensearchserverless-lifecyclepolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-opensearchserverless-securityconfig.d.ts +44 -0
- package/src/types/cfn-resource-types/aws-opensearchserverless-securityconfig.js +3 -0
- package/src/types/cfn-resource-types/aws-opensearchserverless-securitypolicy.d.ts +22 -0
- package/src/types/cfn-resource-types/aws-opensearchserverless-securitypolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-opensearchserverless-vpcendpoint.d.ts +31 -0
- package/src/types/cfn-resource-types/aws-opensearchserverless-vpcendpoint.js +3 -0
- package/src/types/cfn-resource-types/aws-opensearchservice-domain.d.ts +179 -0
- package/src/types/cfn-resource-types/aws-opensearchservice-domain.js +3 -0
- package/src/types/cfn-resource-types/aws-opsworks-app.d.ts +47 -0
- package/src/types/cfn-resource-types/aws-opsworks-app.js +3 -0
- package/src/types/cfn-resource-types/aws-opsworks-elasticloadbalancerattachment.d.ts +8 -0
- package/src/types/cfn-resource-types/aws-opsworks-elasticloadbalancerattachment.js +3 -0
- package/src/types/cfn-resource-types/aws-opsworks-instance.d.ts +95 -0
- package/src/types/cfn-resource-types/aws-opsworks-instance.js +3 -0
- package/src/types/cfn-resource-types/aws-opsworks-layer.d.ts +73 -0
- package/src/types/cfn-resource-types/aws-opsworks-layer.js +3 -0
- package/src/types/cfn-resource-types/aws-opsworks-stack.d.ts +68 -0
- package/src/types/cfn-resource-types/aws-opsworks-stack.js +3 -0
- package/src/types/cfn-resource-types/aws-opsworks-userprofile.d.ts +10 -0
- package/src/types/cfn-resource-types/aws-opsworks-userprofile.js +3 -0
- package/src/types/cfn-resource-types/aws-opsworks-volume.d.ts +10 -0
- package/src/types/cfn-resource-types/aws-opsworks-volume.js +3 -0
- package/src/types/cfn-resource-types/aws-opsworkscm-server.d.ts +36 -0
- package/src/types/cfn-resource-types/aws-opsworkscm-server.js +3 -0
- package/src/types/cfn-resource-types/aws-organizations-account.d.ts +58 -0
- package/src/types/cfn-resource-types/aws-organizations-account.js +3 -0
- package/src/types/cfn-resource-types/aws-organizations-organization.d.ts +33 -0
- package/src/types/cfn-resource-types/aws-organizations-organization.js +3 -0
- package/src/types/cfn-resource-types/aws-organizations-organizationalunit.d.ts +38 -0
- package/src/types/cfn-resource-types/aws-organizations-organizationalunit.js +3 -0
- package/src/types/cfn-resource-types/aws-organizations-policy.d.ts +56 -0
- package/src/types/cfn-resource-types/aws-organizations-policy.js +3 -0
- package/src/types/cfn-resource-types/aws-organizations-resourcepolicy.d.ts +36 -0
- package/src/types/cfn-resource-types/aws-organizations-resourcepolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-osis-pipeline.d.ts +135 -0
- package/src/types/cfn-resource-types/aws-osis-pipeline.js +3 -0
- package/src/types/cfn-resource-types/aws-panorama-applicationinstance.d.ts +62 -0
- package/src/types/cfn-resource-types/aws-panorama-applicationinstance.js +3 -0
- package/src/types/cfn-resource-types/aws-panorama-package.d.ts +47 -0
- package/src/types/cfn-resource-types/aws-panorama-package.js +3 -0
- package/src/types/cfn-resource-types/aws-panorama-packageversion.d.ts +35 -0
- package/src/types/cfn-resource-types/aws-panorama-packageversion.js +3 -0
- package/src/types/cfn-resource-types/aws-paymentcryptography-alias.d.ts +7 -0
- package/src/types/cfn-resource-types/aws-paymentcryptography-alias.js +3 -0
- package/src/types/cfn-resource-types/aws-paymentcryptography-key.d.ts +50 -0
- package/src/types/cfn-resource-types/aws-paymentcryptography-key.js +3 -0
- package/src/types/cfn-resource-types/aws-pcaconnectorad-connector.d.ts +24 -0
- package/src/types/cfn-resource-types/aws-pcaconnectorad-connector.js +3 -0
- package/src/types/cfn-resource-types/aws-pcaconnectorad-directoryregistration.d.ts +15 -0
- package/src/types/cfn-resource-types/aws-pcaconnectorad-directoryregistration.js +3 -0
- package/src/types/cfn-resource-types/aws-pcaconnectorad-serviceprincipalname.d.ts +7 -0
- package/src/types/cfn-resource-types/aws-pcaconnectorad-serviceprincipalname.js +3 -0
- package/src/types/cfn-resource-types/aws-pcaconnectorad-template.d.ts +258 -0
- package/src/types/cfn-resource-types/aws-pcaconnectorad-template.js +3 -0
- package/src/types/cfn-resource-types/aws-pcaconnectorad-templategroupaccesscontrolentry.d.ts +14 -0
- package/src/types/cfn-resource-types/aws-pcaconnectorad-templategroupaccesscontrolentry.js +3 -0
- package/src/types/cfn-resource-types/aws-pcaconnectorscep-challenge.d.ts +15 -0
- package/src/types/cfn-resource-types/aws-pcaconnectorscep-challenge.js +3 -0
- package/src/types/cfn-resource-types/aws-pcaconnectorscep-connector.d.ts +33 -0
- package/src/types/cfn-resource-types/aws-pcaconnectorscep-connector.js +3 -0
- package/src/types/cfn-resource-types/aws-personalize-dataset.d.ts +56 -0
- package/src/types/cfn-resource-types/aws-personalize-dataset.js +3 -0
- package/src/types/cfn-resource-types/aws-personalize-datasetgroup.d.ts +25 -0
- package/src/types/cfn-resource-types/aws-personalize-datasetgroup.js +3 -0
- package/src/types/cfn-resource-types/aws-personalize-schema.d.ts +21 -0
- package/src/types/cfn-resource-types/aws-personalize-schema.js +3 -0
- package/src/types/cfn-resource-types/aws-personalize-solution.d.ts +186 -0
- package/src/types/cfn-resource-types/aws-personalize-solution.js +3 -0
- package/src/types/cfn-resource-types/aws-pinpoint-admchannel.d.ts +10 -0
- package/src/types/cfn-resource-types/aws-pinpoint-admchannel.js +3 -0
- package/src/types/cfn-resource-types/aws-pinpoint-apnschannel.d.ts +15 -0
- package/src/types/cfn-resource-types/aws-pinpoint-apnschannel.js +3 -0
- package/src/types/cfn-resource-types/aws-pinpoint-apnssandboxchannel.d.ts +15 -0
- package/src/types/cfn-resource-types/aws-pinpoint-apnssandboxchannel.js +3 -0
- package/src/types/cfn-resource-types/aws-pinpoint-apnsvoipchannel.d.ts +15 -0
- package/src/types/cfn-resource-types/aws-pinpoint-apnsvoipchannel.js +3 -0
- package/src/types/cfn-resource-types/aws-pinpoint-apnsvoipsandboxchannel.d.ts +15 -0
- package/src/types/cfn-resource-types/aws-pinpoint-apnsvoipsandboxchannel.js +3 -0
- package/src/types/cfn-resource-types/aws-pinpoint-app.d.ts +11 -0
- package/src/types/cfn-resource-types/aws-pinpoint-app.js +3 -0
- package/src/types/cfn-resource-types/aws-pinpoint-applicationsettings.d.ts +26 -0
- package/src/types/cfn-resource-types/aws-pinpoint-applicationsettings.js +3 -0
- package/src/types/cfn-resource-types/aws-pinpoint-baiduchannel.d.ts +10 -0
- package/src/types/cfn-resource-types/aws-pinpoint-baiduchannel.js +3 -0
- package/src/types/cfn-resource-types/aws-pinpoint-campaign.d.ts +177 -0
- package/src/types/cfn-resource-types/aws-pinpoint-campaign.js +3 -0
- package/src/types/cfn-resource-types/aws-pinpoint-emailchannel.d.ts +13 -0
- package/src/types/cfn-resource-types/aws-pinpoint-emailchannel.js +3 -0
- package/src/types/cfn-resource-types/aws-pinpoint-emailtemplate.d.ts +16 -0
- package/src/types/cfn-resource-types/aws-pinpoint-emailtemplate.js +3 -0
- package/src/types/cfn-resource-types/aws-pinpoint-eventstream.d.ts +9 -0
- package/src/types/cfn-resource-types/aws-pinpoint-eventstream.js +3 -0
- package/src/types/cfn-resource-types/aws-pinpoint-gcmchannel.d.ts +11 -0
- package/src/types/cfn-resource-types/aws-pinpoint-gcmchannel.js +3 -0
- package/src/types/cfn-resource-types/aws-pinpoint-inapptemplate.d.ts +54 -0
- package/src/types/cfn-resource-types/aws-pinpoint-inapptemplate.js +3 -0
- package/src/types/cfn-resource-types/aws-pinpoint-pushtemplate.d.ts +43 -0
- package/src/types/cfn-resource-types/aws-pinpoint-pushtemplate.js +3 -0
- package/src/types/cfn-resource-types/aws-pinpoint-segment.d.ts +73 -0
- package/src/types/cfn-resource-types/aws-pinpoint-segment.js +3 -0
- package/src/types/cfn-resource-types/aws-pinpoint-smschannel.d.ts +10 -0
- package/src/types/cfn-resource-types/aws-pinpoint-smschannel.js +3 -0
- package/src/types/cfn-resource-types/aws-pinpoint-smstemplate.d.ts +14 -0
- package/src/types/cfn-resource-types/aws-pinpoint-smstemplate.js +3 -0
- package/src/types/cfn-resource-types/aws-pinpoint-voicechannel.d.ts +8 -0
- package/src/types/cfn-resource-types/aws-pinpoint-voicechannel.js +3 -0
- package/src/types/cfn-resource-types/aws-pinpointemail-configurationset.d.ts +28 -0
- package/src/types/cfn-resource-types/aws-pinpointemail-configurationset.js +3 -0
- package/src/types/cfn-resource-types/aws-pinpointemail-configurationseteventdestination.d.ts +35 -0
- package/src/types/cfn-resource-types/aws-pinpointemail-configurationseteventdestination.js +3 -0
- package/src/types/cfn-resource-types/aws-pinpointemail-dedicatedippool.d.ts +12 -0
- package/src/types/cfn-resource-types/aws-pinpointemail-dedicatedippool.js +3 -0
- package/src/types/cfn-resource-types/aws-pinpointemail-identity.d.ts +25 -0
- package/src/types/cfn-resource-types/aws-pinpointemail-identity.js +3 -0
- package/src/types/cfn-resource-types/aws-pipes-pipe.d.ts +518 -0
- package/src/types/cfn-resource-types/aws-pipes-pipe.js +3 -0
- package/src/types/cfn-resource-types/aws-proton-environmentaccountconnection.d.ts +60 -0
- package/src/types/cfn-resource-types/aws-proton-environmentaccountconnection.js +3 -0
- package/src/types/cfn-resource-types/aws-proton-environmenttemplate.d.ts +46 -0
- package/src/types/cfn-resource-types/aws-proton-environmenttemplate.js +3 -0
- package/src/types/cfn-resource-types/aws-proton-servicetemplate.d.ts +46 -0
- package/src/types/cfn-resource-types/aws-proton-servicetemplate.js +3 -0
- package/src/types/cfn-resource-types/aws-qbusiness-application.d.ts +55 -0
- package/src/types/cfn-resource-types/aws-qbusiness-application.js +3 -0
- package/src/types/cfn-resource-types/aws-qbusiness-datasource.d.ts +84 -0
- package/src/types/cfn-resource-types/aws-qbusiness-datasource.js +3 -0
- package/src/types/cfn-resource-types/aws-qbusiness-index.d.ts +49 -0
- package/src/types/cfn-resource-types/aws-qbusiness-index.js +3 -0
- package/src/types/cfn-resource-types/aws-qbusiness-plugin.d.ts +66 -0
- package/src/types/cfn-resource-types/aws-qbusiness-plugin.js +3 -0
- package/src/types/cfn-resource-types/aws-qbusiness-retriever.d.ts +39 -0
- package/src/types/cfn-resource-types/aws-qbusiness-retriever.js +3 -0
- package/src/types/cfn-resource-types/aws-qbusiness-webexperience.d.ts +43 -0
- package/src/types/cfn-resource-types/aws-qbusiness-webexperience.js +3 -0
- package/src/types/cfn-resource-types/aws-qldb-ledger.d.ts +15 -0
- package/src/types/cfn-resource-types/aws-qldb-ledger.js +3 -0
- package/src/types/cfn-resource-types/aws-qldb-stream.d.ts +40 -0
- package/src/types/cfn-resource-types/aws-qldb-stream.js +3 -0
- package/src/types/cfn-resource-types/aws-quicksight-analysis.d.ts +3852 -0
- package/src/types/cfn-resource-types/aws-quicksight-analysis.js +3 -0
- package/src/types/cfn-resource-types/aws-quicksight-dashboard.d.ts +3975 -0
- package/src/types/cfn-resource-types/aws-quicksight-dashboard.js +3 -0
- package/src/types/cfn-resource-types/aws-quicksight-dataset.d.ts +858 -0
- package/src/types/cfn-resource-types/aws-quicksight-dataset.js +3 -0
- package/src/types/cfn-resource-types/aws-quicksight-datasource.d.ts +565 -0
- package/src/types/cfn-resource-types/aws-quicksight-datasource.js +3 -0
- package/src/types/cfn-resource-types/aws-quicksight-refreshschedule.d.ts +47 -0
- package/src/types/cfn-resource-types/aws-quicksight-refreshschedule.js +3 -0
- package/src/types/cfn-resource-types/aws-quicksight-template.d.ts +3867 -0
- package/src/types/cfn-resource-types/aws-quicksight-template.js +3 -0
- package/src/types/cfn-resource-types/aws-quicksight-theme.d.ts +303 -0
- package/src/types/cfn-resource-types/aws-quicksight-theme.js +3 -0
- package/src/types/cfn-resource-types/aws-quicksight-topic.d.ts +218 -0
- package/src/types/cfn-resource-types/aws-quicksight-topic.js +3 -0
- package/src/types/cfn-resource-types/aws-quicksight-vpcconnection.d.ts +89 -0
- package/src/types/cfn-resource-types/aws-quicksight-vpcconnection.js +3 -0
- package/src/types/cfn-resource-types/aws-ram-permission.d.ts +40 -0
- package/src/types/cfn-resource-types/aws-ram-permission.js +3 -0
- package/src/types/cfn-resource-types/aws-ram-resourceshare.d.ts +18 -0
- package/src/types/cfn-resource-types/aws-ram-resourceshare.js +3 -0
- package/src/types/cfn-resource-types/aws-rds-customdbengineversion.d.ts +70 -0
- package/src/types/cfn-resource-types/aws-rds-customdbengineversion.js +3 -0
- package/src/types/cfn-resource-types/aws-rds-dbcluster.d.ts +608 -0
- package/src/types/cfn-resource-types/aws-rds-dbcluster.js +3 -0
- package/src/types/cfn-resource-types/aws-rds-dbclusterparametergroup.d.ts +68 -0
- package/src/types/cfn-resource-types/aws-rds-dbclusterparametergroup.js +3 -0
- package/src/types/cfn-resource-types/aws-rds-dbinstance.d.ts +861 -0
- package/src/types/cfn-resource-types/aws-rds-dbinstance.js +3 -0
- package/src/types/cfn-resource-types/aws-rds-dbparametergroup.d.ts +76 -0
- package/src/types/cfn-resource-types/aws-rds-dbparametergroup.js +3 -0
- package/src/types/cfn-resource-types/aws-rds-dbproxy.d.ts +89 -0
- package/src/types/cfn-resource-types/aws-rds-dbproxy.js +3 -0
- package/src/types/cfn-resource-types/aws-rds-dbproxyendpoint.d.ts +53 -0
- package/src/types/cfn-resource-types/aws-rds-dbproxyendpoint.js +3 -0
- package/src/types/cfn-resource-types/aws-rds-dbproxytargetgroup.d.ts +42 -0
- package/src/types/cfn-resource-types/aws-rds-dbproxytargetgroup.js +3 -0
- package/src/types/cfn-resource-types/aws-rds-dbsecuritygroup.d.ts +20 -0
- package/src/types/cfn-resource-types/aws-rds-dbsecuritygroup.js +3 -0
- package/src/types/cfn-resource-types/aws-rds-dbsecuritygroupingress.d.ts +11 -0
- package/src/types/cfn-resource-types/aws-rds-dbsecuritygroupingress.js +3 -0
- package/src/types/cfn-resource-types/aws-rds-dbsubnetgroup.d.ts +44 -0
- package/src/types/cfn-resource-types/aws-rds-dbsubnetgroup.js +3 -0
- package/src/types/cfn-resource-types/aws-rds-eventsubscription.d.ts +61 -0
- package/src/types/cfn-resource-types/aws-rds-eventsubscription.js +3 -0
- package/src/types/cfn-resource-types/aws-rds-globalcluster.d.ts +39 -0
- package/src/types/cfn-resource-types/aws-rds-globalcluster.js +3 -0
- package/src/types/cfn-resource-types/aws-rds-integration.d.ts +63 -0
- package/src/types/cfn-resource-types/aws-rds-integration.js +3 -0
- package/src/types/cfn-resource-types/aws-rds-optiongroup.d.ts +105 -0
- package/src/types/cfn-resource-types/aws-rds-optiongroup.js +3 -0
- package/src/types/cfn-resource-types/aws-redshift-cluster.d.ts +269 -0
- package/src/types/cfn-resource-types/aws-redshift-cluster.js +3 -0
- package/src/types/cfn-resource-types/aws-redshift-clusterparametergroup.d.ts +48 -0
- package/src/types/cfn-resource-types/aws-redshift-clusterparametergroup.js +3 -0
- package/src/types/cfn-resource-types/aws-redshift-clustersecuritygroup.d.ts +12 -0
- package/src/types/cfn-resource-types/aws-redshift-clustersecuritygroup.js +3 -0
- package/src/types/cfn-resource-types/aws-redshift-clustersecuritygroupingress.d.ts +10 -0
- package/src/types/cfn-resource-types/aws-redshift-clustersecuritygroupingress.js +3 -0
- package/src/types/cfn-resource-types/aws-redshift-clustersubnetgroup.d.ts +38 -0
- package/src/types/cfn-resource-types/aws-redshift-clustersubnetgroup.js +3 -0
- package/src/types/cfn-resource-types/aws-redshift-endpointaccess.d.ts +96 -0
- package/src/types/cfn-resource-types/aws-redshift-endpointaccess.js +3 -0
- package/src/types/cfn-resource-types/aws-redshift-endpointauthorization.d.ts +54 -0
- package/src/types/cfn-resource-types/aws-redshift-endpointauthorization.js +3 -0
- package/src/types/cfn-resource-types/aws-redshift-eventsubscription.d.ts +74 -0
- package/src/types/cfn-resource-types/aws-redshift-eventsubscription.js +3 -0
- package/src/types/cfn-resource-types/aws-redshift-scheduledaction.d.ts +75 -0
- package/src/types/cfn-resource-types/aws-redshift-scheduledaction.js +3 -0
- package/src/types/cfn-resource-types/aws-redshiftserverless-namespace.d.ts +114 -0
- package/src/types/cfn-resource-types/aws-redshiftserverless-namespace.js +3 -0
- package/src/types/cfn-resource-types/aws-redshiftserverless-workgroup.d.ts +105 -0
- package/src/types/cfn-resource-types/aws-redshiftserverless-workgroup.js +3 -0
- package/src/types/cfn-resource-types/aws-refactorspaces-application.d.ts +41 -0
- package/src/types/cfn-resource-types/aws-refactorspaces-application.js +3 -0
- package/src/types/cfn-resource-types/aws-refactorspaces-environment.d.ts +29 -0
- package/src/types/cfn-resource-types/aws-refactorspaces-environment.js +3 -0
- package/src/types/cfn-resource-types/aws-refactorspaces-route.d.ts +44 -0
- package/src/types/cfn-resource-types/aws-refactorspaces-route.js +3 -0
- package/src/types/cfn-resource-types/aws-refactorspaces-service.d.ts +40 -0
- package/src/types/cfn-resource-types/aws-refactorspaces-service.js +3 -0
- package/src/types/cfn-resource-types/aws-rekognition-collection.d.ts +32 -0
- package/src/types/cfn-resource-types/aws-rekognition-collection.js +3 -0
- package/src/types/cfn-resource-types/aws-rekognition-project.d.ts +12 -0
- package/src/types/cfn-resource-types/aws-rekognition-project.js +3 -0
- package/src/types/cfn-resource-types/aws-rekognition-streamprocessor.d.ts +179 -0
- package/src/types/cfn-resource-types/aws-rekognition-streamprocessor.js +3 -0
- package/src/types/cfn-resource-types/aws-resiliencehub-app.d.ts +103 -0
- package/src/types/cfn-resource-types/aws-resiliencehub-app.js +3 -0
- package/src/types/cfn-resource-types/aws-resiliencehub-resiliencypolicy.d.ts +54 -0
- package/src/types/cfn-resource-types/aws-resiliencehub-resiliencypolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-resourceexplorer2-defaultviewassociation.d.ts +10 -0
- package/src/types/cfn-resource-types/aws-resourceexplorer2-defaultviewassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-resourceexplorer2-index.d.ts +18 -0
- package/src/types/cfn-resource-types/aws-resourceexplorer2-index.js +3 -0
- package/src/types/cfn-resource-types/aws-resourceexplorer2-view.d.ts +24 -0
- package/src/types/cfn-resource-types/aws-resourceexplorer2-view.js +3 -0
- package/src/types/cfn-resource-types/aws-resourcegroups-group.d.ts +47 -0
- package/src/types/cfn-resource-types/aws-resourcegroups-group.js +3 -0
- package/src/types/cfn-resource-types/aws-robomaker-fleet.d.ts +24 -0
- package/src/types/cfn-resource-types/aws-robomaker-fleet.js +3 -0
- package/src/types/cfn-resource-types/aws-robomaker-robot.d.ts +36 -0
- package/src/types/cfn-resource-types/aws-robomaker-robot.js +3 -0
- package/src/types/cfn-resource-types/aws-robomaker-robotapplication.d.ts +64 -0
- package/src/types/cfn-resource-types/aws-robomaker-robotapplication.js +3 -0
- package/src/types/cfn-resource-types/aws-robomaker-robotapplicationversion.d.ts +13 -0
- package/src/types/cfn-resource-types/aws-robomaker-robotapplicationversion.js +3 -0
- package/src/types/cfn-resource-types/aws-robomaker-simulationapplication.d.ts +95 -0
- package/src/types/cfn-resource-types/aws-robomaker-simulationapplication.js +3 -0
- package/src/types/cfn-resource-types/aws-robomaker-simulationapplicationversion.d.ts +13 -0
- package/src/types/cfn-resource-types/aws-robomaker-simulationapplicationversion.js +3 -0
- package/src/types/cfn-resource-types/aws-rolesanywhere-crl.d.ts +19 -0
- package/src/types/cfn-resource-types/aws-rolesanywhere-crl.js +3 -0
- package/src/types/cfn-resource-types/aws-rolesanywhere-profile.d.ts +33 -0
- package/src/types/cfn-resource-types/aws-rolesanywhere-profile.js +3 -0
- package/src/types/cfn-resource-types/aws-rolesanywhere-trustanchor.d.ts +44 -0
- package/src/types/cfn-resource-types/aws-rolesanywhere-trustanchor.js +3 -0
- package/src/types/cfn-resource-types/aws-route53-cidrcollection.d.ts +31 -0
- package/src/types/cfn-resource-types/aws-route53-cidrcollection.js +3 -0
- package/src/types/cfn-resource-types/aws-route53-dnssec.d.ts +9 -0
- package/src/types/cfn-resource-types/aws-route53-dnssec.js +3 -0
- package/src/types/cfn-resource-types/aws-route53-healthcheck.d.ts +64 -0
- package/src/types/cfn-resource-types/aws-route53-healthcheck.js +3 -0
- package/src/types/cfn-resource-types/aws-route53-hostedzone.d.ts +100 -0
- package/src/types/cfn-resource-types/aws-route53-hostedzone.js +3 -0
- package/src/types/cfn-resource-types/aws-route53-keysigningkey.d.ts +21 -0
- package/src/types/cfn-resource-types/aws-route53-keysigningkey.js +3 -0
- package/src/types/cfn-resource-types/aws-route53-recordset.d.ts +47 -0
- package/src/types/cfn-resource-types/aws-route53-recordset.js +3 -0
- package/src/types/cfn-resource-types/aws-route53-recordsetgroup.d.ts +52 -0
- package/src/types/cfn-resource-types/aws-route53-recordsetgroup.js +3 -0
- package/src/types/cfn-resource-types/aws-route53profiles-profile.d.ts +35 -0
- package/src/types/cfn-resource-types/aws-route53profiles-profile.js +3 -0
- package/src/types/cfn-resource-types/aws-route53profiles-profileassociation.d.ts +39 -0
- package/src/types/cfn-resource-types/aws-route53profiles-profileassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-route53profiles-profileresourceassociation.d.ts +29 -0
- package/src/types/cfn-resource-types/aws-route53profiles-profileresourceassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-route53recoverycontrol-cluster.d.ts +33 -0
- package/src/types/cfn-resource-types/aws-route53recoverycontrol-cluster.js +3 -0
- package/src/types/cfn-resource-types/aws-route53recoverycontrol-controlpanel.d.ts +37 -0
- package/src/types/cfn-resource-types/aws-route53recoverycontrol-controlpanel.js +3 -0
- package/src/types/cfn-resource-types/aws-route53recoverycontrol-routingcontrol.d.ts +25 -0
- package/src/types/cfn-resource-types/aws-route53recoverycontrol-routingcontrol.js +3 -0
- package/src/types/cfn-resource-types/aws-route53recoverycontrol-safetyrule.d.ts +84 -0
- package/src/types/cfn-resource-types/aws-route53recoverycontrol-safetyrule.js +3 -0
- package/src/types/cfn-resource-types/aws-route53recoveryreadiness-cell.d.ts +33 -0
- package/src/types/cfn-resource-types/aws-route53recoveryreadiness-cell.js +3 -0
- package/src/types/cfn-resource-types/aws-route53recoveryreadiness-readinesscheck.d.ts +25 -0
- package/src/types/cfn-resource-types/aws-route53recoveryreadiness-readinesscheck.js +3 -0
- package/src/types/cfn-resource-types/aws-route53recoveryreadiness-recoverygroup.d.ts +27 -0
- package/src/types/cfn-resource-types/aws-route53recoveryreadiness-recoverygroup.js +3 -0
- package/src/types/cfn-resource-types/aws-route53recoveryreadiness-resourceset.d.ts +106 -0
- package/src/types/cfn-resource-types/aws-route53recoveryreadiness-resourceset.js +3 -0
- package/src/types/cfn-resource-types/aws-route53resolver-firewalldomainlist.d.ts +71 -0
- package/src/types/cfn-resource-types/aws-route53resolver-firewalldomainlist.js +3 -0
- package/src/types/cfn-resource-types/aws-route53resolver-firewallrulegroup.d.ts +111 -0
- package/src/types/cfn-resource-types/aws-route53resolver-firewallrulegroup.js +3 -0
- package/src/types/cfn-resource-types/aws-route53resolver-firewallrulegroupassociation.d.ts +74 -0
- package/src/types/cfn-resource-types/aws-route53resolver-firewallrulegroupassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-route53resolver-outpostresolver.d.ts +66 -0
- package/src/types/cfn-resource-types/aws-route53resolver-outpostresolver.js +3 -0
- package/src/types/cfn-resource-types/aws-route53resolver-resolverconfig.d.ts +25 -0
- package/src/types/cfn-resource-types/aws-route53resolver-resolverconfig.js +3 -0
- package/src/types/cfn-resource-types/aws-route53resolver-resolverdnssecconfig.d.ts +21 -0
- package/src/types/cfn-resource-types/aws-route53resolver-resolverdnssecconfig.js +3 -0
- package/src/types/cfn-resource-types/aws-route53resolver-resolverendpoint.d.ts +27 -0
- package/src/types/cfn-resource-types/aws-route53resolver-resolverendpoint.js +3 -0
- package/src/types/cfn-resource-types/aws-route53resolver-resolverqueryloggingconfig.d.ts +45 -0
- package/src/types/cfn-resource-types/aws-route53resolver-resolverqueryloggingconfig.js +3 -0
- package/src/types/cfn-resource-types/aws-route53resolver-resolverqueryloggingconfigassociation.d.ts +33 -0
- package/src/types/cfn-resource-types/aws-route53resolver-resolverqueryloggingconfigassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-route53resolver-resolverrule.d.ts +69 -0
- package/src/types/cfn-resource-types/aws-route53resolver-resolverrule.js +3 -0
- package/src/types/cfn-resource-types/aws-route53resolver-resolverruleassociation.d.ts +18 -0
- package/src/types/cfn-resource-types/aws-route53resolver-resolverruleassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-rum-appmonitor.d.ts +230 -0
- package/src/types/cfn-resource-types/aws-rum-appmonitor.js +3 -0
- package/src/types/cfn-resource-types/aws-s3-accessgrant.d.ts +62 -0
- package/src/types/cfn-resource-types/aws-s3-accessgrant.js +3 -0
- package/src/types/cfn-resource-types/aws-s3-accessgrantsinstance.d.ts +22 -0
- package/src/types/cfn-resource-types/aws-s3-accessgrantsinstance.js +3 -0
- package/src/types/cfn-resource-types/aws-s3-accessgrantslocation.d.ts +26 -0
- package/src/types/cfn-resource-types/aws-s3-accessgrantslocation.js +3 -0
- package/src/types/cfn-resource-types/aws-s3-accesspoint.d.ts +74 -0
- package/src/types/cfn-resource-types/aws-s3-accesspoint.js +3 -0
- package/src/types/cfn-resource-types/aws-s3-bucket.d.ts +1029 -0
- package/src/types/cfn-resource-types/aws-s3-bucket.js +3 -0
- package/src/types/cfn-resource-types/aws-s3-bucketpolicy.d.ts +21 -0
- package/src/types/cfn-resource-types/aws-s3-bucketpolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-s3-multiregionaccesspoint.d.ts +57 -0
- package/src/types/cfn-resource-types/aws-s3-multiregionaccesspoint.js +3 -0
- package/src/types/cfn-resource-types/aws-s3-multiregionaccesspointpolicy.d.ts +24 -0
- package/src/types/cfn-resource-types/aws-s3-multiregionaccesspointpolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-s3-storagelens.d.ts +222 -0
- package/src/types/cfn-resource-types/aws-s3-storagelens.js +3 -0
- package/src/types/cfn-resource-types/aws-s3-storagelensgroup.d.ts +93 -0
- package/src/types/cfn-resource-types/aws-s3-storagelensgroup.js +3 -0
- package/src/types/cfn-resource-types/aws-s3express-bucketpolicy.d.ts +15 -0
- package/src/types/cfn-resource-types/aws-s3express-bucketpolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-s3express-directorybucket.d.ts +26 -0
- package/src/types/cfn-resource-types/aws-s3express-directorybucket.js +3 -0
- package/src/types/cfn-resource-types/aws-s3objectlambda-accesspoint.d.ts +83 -0
- package/src/types/cfn-resource-types/aws-s3objectlambda-accesspoint.js +3 -0
- package/src/types/cfn-resource-types/aws-s3objectlambda-accesspointpolicy.d.ts +15 -0
- package/src/types/cfn-resource-types/aws-s3objectlambda-accesspointpolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-s3outposts-accesspoint.d.ts +33 -0
- package/src/types/cfn-resource-types/aws-s3outposts-accesspoint.js +3 -0
- package/src/types/cfn-resource-types/aws-s3outposts-bucket.d.ts +72 -0
- package/src/types/cfn-resource-types/aws-s3outposts-bucket.js +3 -0
- package/src/types/cfn-resource-types/aws-s3outposts-bucketpolicy.d.ts +15 -0
- package/src/types/cfn-resource-types/aws-s3outposts-bucketpolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-s3outposts-endpoint.d.ts +66 -0
- package/src/types/cfn-resource-types/aws-s3outposts-endpoint.js +3 -0
- package/src/types/cfn-resource-types/aws-sagemaker-app.d.ts +58 -0
- package/src/types/cfn-resource-types/aws-sagemaker-app.js +3 -0
- package/src/types/cfn-resource-types/aws-sagemaker-appimageconfig.d.ts +143 -0
- package/src/types/cfn-resource-types/aws-sagemaker-appimageconfig.js +3 -0
- package/src/types/cfn-resource-types/aws-sagemaker-cluster.d.ts +168 -0
- package/src/types/cfn-resource-types/aws-sagemaker-cluster.js +3 -0
- package/src/types/cfn-resource-types/aws-sagemaker-coderepository.d.ts +18 -0
- package/src/types/cfn-resource-types/aws-sagemaker-coderepository.js +3 -0
- package/src/types/cfn-resource-types/aws-sagemaker-dataqualityjobdefinition.d.ts +309 -0
- package/src/types/cfn-resource-types/aws-sagemaker-dataqualityjobdefinition.js +3 -0
- package/src/types/cfn-resource-types/aws-sagemaker-device.d.ts +41 -0
- package/src/types/cfn-resource-types/aws-sagemaker-device.js +3 -0
- package/src/types/cfn-resource-types/aws-sagemaker-devicefleet.d.ts +48 -0
- package/src/types/cfn-resource-types/aws-sagemaker-devicefleet.js +3 -0
- package/src/types/cfn-resource-types/aws-sagemaker-domain.d.ts +572 -0
- package/src/types/cfn-resource-types/aws-sagemaker-domain.js +3 -0
- package/src/types/cfn-resource-types/aws-sagemaker-endpoint.d.ts +52 -0
- package/src/types/cfn-resource-types/aws-sagemaker-endpoint.js +3 -0
- package/src/types/cfn-resource-types/aws-sagemaker-endpointconfig.d.ts +127 -0
- package/src/types/cfn-resource-types/aws-sagemaker-endpointconfig.js +3 -0
- package/src/types/cfn-resource-types/aws-sagemaker-featuregroup.d.ts +118 -0
- package/src/types/cfn-resource-types/aws-sagemaker-featuregroup.js +3 -0
- package/src/types/cfn-resource-types/aws-sagemaker-image.d.ts +49 -0
- package/src/types/cfn-resource-types/aws-sagemaker-image.js +3 -0
- package/src/types/cfn-resource-types/aws-sagemaker-imageversion.d.ts +80 -0
- package/src/types/cfn-resource-types/aws-sagemaker-imageversion.js +3 -0
- package/src/types/cfn-resource-types/aws-sagemaker-inferencecomponent.d.ts +127 -0
- package/src/types/cfn-resource-types/aws-sagemaker-inferencecomponent.js +3 -0
- package/src/types/cfn-resource-types/aws-sagemaker-inferenceexperiment.d.ts +209 -0
- package/src/types/cfn-resource-types/aws-sagemaker-inferenceexperiment.js +3 -0
- package/src/types/cfn-resource-types/aws-sagemaker-mlflowtrackingserver.d.ts +57 -0
- package/src/types/cfn-resource-types/aws-sagemaker-mlflowtrackingserver.js +3 -0
- package/src/types/cfn-resource-types/aws-sagemaker-model.d.ts +65 -0
- package/src/types/cfn-resource-types/aws-sagemaker-model.js +3 -0
- package/src/types/cfn-resource-types/aws-sagemaker-modelbiasjobdefinition.d.ts +327 -0
- package/src/types/cfn-resource-types/aws-sagemaker-modelbiasjobdefinition.js +3 -0
- package/src/types/cfn-resource-types/aws-sagemaker-modelcard.d.ts +471 -0
- package/src/types/cfn-resource-types/aws-sagemaker-modelcard.js +3 -0
- package/src/types/cfn-resource-types/aws-sagemaker-modelexplainabilityjobdefinition.d.ts +299 -0
- package/src/types/cfn-resource-types/aws-sagemaker-modelexplainabilityjobdefinition.js +3 -0
- package/src/types/cfn-resource-types/aws-sagemaker-modelpackage.d.ts +616 -0
- package/src/types/cfn-resource-types/aws-sagemaker-modelpackage.js +3 -0
- package/src/types/cfn-resource-types/aws-sagemaker-modelpackagegroup.d.ts +50 -0
- package/src/types/cfn-resource-types/aws-sagemaker-modelpackagegroup.js +3 -0
- package/src/types/cfn-resource-types/aws-sagemaker-modelqualityjobdefinition.d.ts +340 -0
- package/src/types/cfn-resource-types/aws-sagemaker-modelqualityjobdefinition.js +3 -0
- package/src/types/cfn-resource-types/aws-sagemaker-monitoringschedule.d.ts +402 -0
- package/src/types/cfn-resource-types/aws-sagemaker-monitoringschedule.js +3 -0
- package/src/types/cfn-resource-types/aws-sagemaker-notebookinstance.d.ts +29 -0
- package/src/types/cfn-resource-types/aws-sagemaker-notebookinstance.js +3 -0
- package/src/types/cfn-resource-types/aws-sagemaker-notebookinstancelifecycleconfig.d.ts +12 -0
- package/src/types/cfn-resource-types/aws-sagemaker-notebookinstancelifecycleconfig.js +3 -0
- package/src/types/cfn-resource-types/aws-sagemaker-pipeline.d.ts +58 -0
- package/src/types/cfn-resource-types/aws-sagemaker-pipeline.js +3 -0
- package/src/types/cfn-resource-types/aws-sagemaker-project.d.ts +100 -0
- package/src/types/cfn-resource-types/aws-sagemaker-project.js +3 -0
- package/src/types/cfn-resource-types/aws-sagemaker-space.d.ts +207 -0
- package/src/types/cfn-resource-types/aws-sagemaker-space.js +3 -0
- package/src/types/cfn-resource-types/aws-sagemaker-studiolifecycleconfig.d.ts +32 -0
- package/src/types/cfn-resource-types/aws-sagemaker-studiolifecycleconfig.js +3 -0
- package/src/types/cfn-resource-types/aws-sagemaker-userprofile.d.ts +369 -0
- package/src/types/cfn-resource-types/aws-sagemaker-userprofile.js +3 -0
- package/src/types/cfn-resource-types/aws-sagemaker-workteam.d.ts +31 -0
- package/src/types/cfn-resource-types/aws-sagemaker-workteam.js +3 -0
- package/src/types/cfn-resource-types/aws-scheduler-schedule.d.ts +312 -0
- package/src/types/cfn-resource-types/aws-scheduler-schedule.js +3 -0
- package/src/types/cfn-resource-types/aws-scheduler-schedulegroup.d.ts +43 -0
- package/src/types/cfn-resource-types/aws-scheduler-schedulegroup.js +3 -0
- package/src/types/cfn-resource-types/aws-sdb-domain.d.ts +7 -0
- package/src/types/cfn-resource-types/aws-sdb-domain.js +3 -0
- package/src/types/cfn-resource-types/aws-secretsmanager-resourcepolicy.d.ts +23 -0
- package/src/types/cfn-resource-types/aws-secretsmanager-resourcepolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-secretsmanager-rotationschedule.d.ts +29 -0
- package/src/types/cfn-resource-types/aws-secretsmanager-rotationschedule.js +3 -0
- package/src/types/cfn-resource-types/aws-secretsmanager-secret.d.ts +125 -0
- package/src/types/cfn-resource-types/aws-secretsmanager-secret.js +3 -0
- package/src/types/cfn-resource-types/aws-secretsmanager-secrettargetattachment.d.ts +9 -0
- package/src/types/cfn-resource-types/aws-secretsmanager-secrettargetattachment.js +3 -0
- package/src/types/cfn-resource-types/aws-securityhub-automationrule.d.ts +596 -0
- package/src/types/cfn-resource-types/aws-securityhub-automationrule.js +3 -0
- package/src/types/cfn-resource-types/aws-securityhub-configurationpolicy.d.ts +163 -0
- package/src/types/cfn-resource-types/aws-securityhub-configurationpolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-securityhub-delegatedadmin.d.ts +14 -0
- package/src/types/cfn-resource-types/aws-securityhub-delegatedadmin.js +3 -0
- package/src/types/cfn-resource-types/aws-securityhub-findingaggregator.d.ts +29 -0
- package/src/types/cfn-resource-types/aws-securityhub-findingaggregator.js +3 -0
- package/src/types/cfn-resource-types/aws-securityhub-hub.d.ts +40 -0
- package/src/types/cfn-resource-types/aws-securityhub-hub.js +3 -0
- package/src/types/cfn-resource-types/aws-securityhub-insight.d.ts +742 -0
- package/src/types/cfn-resource-types/aws-securityhub-insight.js +3 -0
- package/src/types/cfn-resource-types/aws-securityhub-organizationconfiguration.d.ts +33 -0
- package/src/types/cfn-resource-types/aws-securityhub-organizationconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-securityhub-policyassociation.d.ts +37 -0
- package/src/types/cfn-resource-types/aws-securityhub-policyassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-securityhub-productsubscription.d.ts +13 -0
- package/src/types/cfn-resource-types/aws-securityhub-productsubscription.js +3 -0
- package/src/types/cfn-resource-types/aws-securityhub-securitycontrol.d.ts +75 -0
- package/src/types/cfn-resource-types/aws-securityhub-securitycontrol.js +3 -0
- package/src/types/cfn-resource-types/aws-securityhub-standard.d.ts +33 -0
- package/src/types/cfn-resource-types/aws-securityhub-standard.js +3 -0
- package/src/types/cfn-resource-types/aws-securitylake-awslogsource.d.ts +21 -0
- package/src/types/cfn-resource-types/aws-securitylake-awslogsource.js +3 -0
- package/src/types/cfn-resource-types/aws-securitylake-datalake.d.ts +87 -0
- package/src/types/cfn-resource-types/aws-securitylake-datalake.js +3 -0
- package/src/types/cfn-resource-types/aws-securitylake-subscriber.d.ts +90 -0
- package/src/types/cfn-resource-types/aws-securitylake-subscriber.js +3 -0
- package/src/types/cfn-resource-types/aws-securitylake-subscribernotification.d.ts +52 -0
- package/src/types/cfn-resource-types/aws-securitylake-subscribernotification.js +3 -0
- package/src/types/cfn-resource-types/aws-servicecatalog-acceptedportfolioshare.d.ts +8 -0
- package/src/types/cfn-resource-types/aws-servicecatalog-acceptedportfolioshare.js +3 -0
- package/src/types/cfn-resource-types/aws-servicecatalog-cloudformationproduct.d.ts +48 -0
- package/src/types/cfn-resource-types/aws-servicecatalog-cloudformationproduct.js +3 -0
- package/src/types/cfn-resource-types/aws-servicecatalog-cloudformationprovisionedproduct.d.ts +51 -0
- package/src/types/cfn-resource-types/aws-servicecatalog-cloudformationprovisionedproduct.js +3 -0
- package/src/types/cfn-resource-types/aws-servicecatalog-launchnotificationconstraint.d.ts +11 -0
- package/src/types/cfn-resource-types/aws-servicecatalog-launchnotificationconstraint.js +3 -0
- package/src/types/cfn-resource-types/aws-servicecatalog-launchroleconstraint.d.ts +12 -0
- package/src/types/cfn-resource-types/aws-servicecatalog-launchroleconstraint.js +3 -0
- package/src/types/cfn-resource-types/aws-servicecatalog-launchtemplateconstraint.d.ts +11 -0
- package/src/types/cfn-resource-types/aws-servicecatalog-launchtemplateconstraint.js +3 -0
- package/src/types/cfn-resource-types/aws-servicecatalog-portfolio.d.ts +16 -0
- package/src/types/cfn-resource-types/aws-servicecatalog-portfolio.js +3 -0
- package/src/types/cfn-resource-types/aws-servicecatalog-portfolioprincipalassociation.d.ts +10 -0
- package/src/types/cfn-resource-types/aws-servicecatalog-portfolioprincipalassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-servicecatalog-portfolioproductassociation.d.ts +10 -0
- package/src/types/cfn-resource-types/aws-servicecatalog-portfolioproductassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-servicecatalog-portfolioshare.d.ts +10 -0
- package/src/types/cfn-resource-types/aws-servicecatalog-portfolioshare.js +3 -0
- package/src/types/cfn-resource-types/aws-servicecatalog-resourceupdateconstraint.d.ts +11 -0
- package/src/types/cfn-resource-types/aws-servicecatalog-resourceupdateconstraint.js +3 -0
- package/src/types/cfn-resource-types/aws-servicecatalog-serviceaction.d.ts +15 -0
- package/src/types/cfn-resource-types/aws-servicecatalog-serviceaction.js +3 -0
- package/src/types/cfn-resource-types/aws-servicecatalog-serviceactionassociation.d.ts +8 -0
- package/src/types/cfn-resource-types/aws-servicecatalog-serviceactionassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-servicecatalog-stacksetconstraint.d.ts +15 -0
- package/src/types/cfn-resource-types/aws-servicecatalog-stacksetconstraint.js +3 -0
- package/src/types/cfn-resource-types/aws-servicecatalog-tagoption.d.ts +9 -0
- package/src/types/cfn-resource-types/aws-servicecatalog-tagoption.js +3 -0
- package/src/types/cfn-resource-types/aws-servicecatalog-tagoptionassociation.d.ts +8 -0
- package/src/types/cfn-resource-types/aws-servicecatalog-tagoptionassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-servicecatalogappregistry-application.d.ts +35 -0
- package/src/types/cfn-resource-types/aws-servicecatalogappregistry-application.js +3 -0
- package/src/types/cfn-resource-types/aws-servicecatalogappregistry-attributegroup.d.ts +26 -0
- package/src/types/cfn-resource-types/aws-servicecatalogappregistry-attributegroup.js +3 -0
- package/src/types/cfn-resource-types/aws-servicecatalogappregistry-attributegroupassociation.d.ts +15 -0
- package/src/types/cfn-resource-types/aws-servicecatalogappregistry-attributegroupassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-servicecatalogappregistry-resourceassociation.d.ts +19 -0
- package/src/types/cfn-resource-types/aws-servicecatalogappregistry-resourceassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-servicediscovery-httpnamespace.d.ts +14 -0
- package/src/types/cfn-resource-types/aws-servicediscovery-httpnamespace.js +3 -0
- package/src/types/cfn-resource-types/aws-servicediscovery-instance.d.ts +10 -0
- package/src/types/cfn-resource-types/aws-servicediscovery-instance.js +3 -0
- package/src/types/cfn-resource-types/aws-servicediscovery-privatednsnamespace.d.ts +26 -0
- package/src/types/cfn-resource-types/aws-servicediscovery-privatednsnamespace.js +3 -0
- package/src/types/cfn-resource-types/aws-servicediscovery-publicdnsnamespace.d.ts +25 -0
- package/src/types/cfn-resource-types/aws-servicediscovery-publicdnsnamespace.js +3 -0
- package/src/types/cfn-resource-types/aws-servicediscovery-service.d.ts +36 -0
- package/src/types/cfn-resource-types/aws-servicediscovery-service.js +3 -0
- package/src/types/cfn-resource-types/aws-ses-configurationset.d.ts +86 -0
- package/src/types/cfn-resource-types/aws-ses-configurationset.js +3 -0
- package/src/types/cfn-resource-types/aws-ses-configurationseteventdestination.d.ts +83 -0
- package/src/types/cfn-resource-types/aws-ses-configurationseteventdestination.js +3 -0
- package/src/types/cfn-resource-types/aws-ses-contactlist.d.ts +46 -0
- package/src/types/cfn-resource-types/aws-ses-contactlist.js +3 -0
- package/src/types/cfn-resource-types/aws-ses-dedicatedippool.d.ts +13 -0
- package/src/types/cfn-resource-types/aws-ses-dedicatedippool.js +3 -0
- package/src/types/cfn-resource-types/aws-ses-emailidentity.d.ts +77 -0
- package/src/types/cfn-resource-types/aws-ses-emailidentity.js +3 -0
- package/src/types/cfn-resource-types/aws-ses-mailmanageraddoninstance.d.ts +18 -0
- package/src/types/cfn-resource-types/aws-ses-mailmanageraddoninstance.js +3 -0
- package/src/types/cfn-resource-types/aws-ses-mailmanageraddonsubscription.d.ts +17 -0
- package/src/types/cfn-resource-types/aws-ses-mailmanageraddonsubscription.js +3 -0
- package/src/types/cfn-resource-types/aws-ses-mailmanagerarchive.d.ts +26 -0
- package/src/types/cfn-resource-types/aws-ses-mailmanagerarchive.js +3 -0
- package/src/types/cfn-resource-types/aws-ses-mailmanageringresspoint.d.ts +34 -0
- package/src/types/cfn-resource-types/aws-ses-mailmanageringresspoint.js +3 -0
- package/src/types/cfn-resource-types/aws-ses-mailmanagerrelay.d.ts +29 -0
- package/src/types/cfn-resource-types/aws-ses-mailmanagerrelay.js +3 -0
- package/src/types/cfn-resource-types/aws-ses-mailmanagerruleset.d.ts +208 -0
- package/src/types/cfn-resource-types/aws-ses-mailmanagerruleset.js +3 -0
- package/src/types/cfn-resource-types/aws-ses-mailmanagertrafficpolicy.d.ts +88 -0
- package/src/types/cfn-resource-types/aws-ses-mailmanagertrafficpolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-ses-receiptfilter.d.ts +15 -0
- package/src/types/cfn-resource-types/aws-ses-receiptfilter.js +3 -0
- package/src/types/cfn-resource-types/aws-ses-receiptrule.d.ts +61 -0
- package/src/types/cfn-resource-types/aws-ses-receiptrule.js +3 -0
- package/src/types/cfn-resource-types/aws-ses-receiptruleset.d.ts +7 -0
- package/src/types/cfn-resource-types/aws-ses-receiptruleset.js +3 -0
- package/src/types/cfn-resource-types/aws-ses-template.d.ts +28 -0
- package/src/types/cfn-resource-types/aws-ses-template.js +3 -0
- package/src/types/cfn-resource-types/aws-ses-vdmattributes.d.ts +29 -0
- package/src/types/cfn-resource-types/aws-ses-vdmattributes.js +3 -0
- package/src/types/cfn-resource-types/aws-shield-drtaccess.d.ts +17 -0
- package/src/types/cfn-resource-types/aws-shield-drtaccess.js +3 -0
- package/src/types/cfn-resource-types/aws-shield-proactiveengagement.d.ts +36 -0
- package/src/types/cfn-resource-types/aws-shield-proactiveengagement.js +3 -0
- package/src/types/cfn-resource-types/aws-shield-protection.d.ts +72 -0
- package/src/types/cfn-resource-types/aws-shield-protection.js +3 -0
- package/src/types/cfn-resource-types/aws-shield-protectiongroup.d.ts +53 -0
- package/src/types/cfn-resource-types/aws-shield-protectiongroup.js +3 -0
- package/src/types/cfn-resource-types/aws-signer-profilepermission.d.ts +10 -0
- package/src/types/cfn-resource-types/aws-signer-profilepermission.js +3 -0
- package/src/types/cfn-resource-types/aws-signer-signingprofile.d.ts +41 -0
- package/src/types/cfn-resource-types/aws-signer-signingprofile.js +3 -0
- package/src/types/cfn-resource-types/aws-simspaceweaver-simulation.d.ts +35 -0
- package/src/types/cfn-resource-types/aws-simspaceweaver-simulation.js +3 -0
- package/src/types/cfn-resource-types/aws-sns-subscription.d.ts +61 -0
- package/src/types/cfn-resource-types/aws-sns-subscription.js +3 -0
- package/src/types/cfn-resource-types/aws-sns-topic.d.ts +131 -0
- package/src/types/cfn-resource-types/aws-sns-topic.js +3 -0
- package/src/types/cfn-resource-types/aws-sns-topicinlinepolicy.d.ts +15 -0
- package/src/types/cfn-resource-types/aws-sns-topicinlinepolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-sns-topicpolicy.d.ts +16 -0
- package/src/types/cfn-resource-types/aws-sns-topicpolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-sqs-queue.d.ts +119 -0
- package/src/types/cfn-resource-types/aws-sqs-queue.js +3 -0
- package/src/types/cfn-resource-types/aws-sqs-queueinlinepolicy.d.ts +15 -0
- package/src/types/cfn-resource-types/aws-sqs-queueinlinepolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-sqs-queuepolicy.d.ts +18 -0
- package/src/types/cfn-resource-types/aws-sqs-queuepolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-ssm-association.d.ts +78 -0
- package/src/types/cfn-resource-types/aws-ssm-association.js +3 -0
- package/src/types/cfn-resource-types/aws-ssm-document.d.ts +91 -0
- package/src/types/cfn-resource-types/aws-ssm-document.js +3 -0
- package/src/types/cfn-resource-types/aws-ssm-maintenancewindow.d.ts +21 -0
- package/src/types/cfn-resource-types/aws-ssm-maintenancewindow.js +3 -0
- package/src/types/cfn-resource-types/aws-ssm-maintenancewindowtarget.d.ts +16 -0
- package/src/types/cfn-resource-types/aws-ssm-maintenancewindowtarget.js +3 -0
- package/src/types/cfn-resource-types/aws-ssm-maintenancewindowtask.d.ts +76 -0
- package/src/types/cfn-resource-types/aws-ssm-maintenancewindowtask.js +3 -0
- package/src/types/cfn-resource-types/aws-ssm-parameter.d.ts +53 -0
- package/src/types/cfn-resource-types/aws-ssm-parameter.js +3 -0
- package/src/types/cfn-resource-types/aws-ssm-patchbaseline.d.ts +141 -0
- package/src/types/cfn-resource-types/aws-ssm-patchbaseline.js +3 -0
- package/src/types/cfn-resource-types/aws-ssm-resourcedatasync.d.ts +31 -0
- package/src/types/cfn-resource-types/aws-ssm-resourcedatasync.js +3 -0
- package/src/types/cfn-resource-types/aws-ssm-resourcepolicy.d.ts +23 -0
- package/src/types/cfn-resource-types/aws-ssm-resourcepolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-ssmcontacts-contact.d.ts +81 -0
- package/src/types/cfn-resource-types/aws-ssmcontacts-contact.js +3 -0
- package/src/types/cfn-resource-types/aws-ssmcontacts-contactchannel.d.ts +31 -0
- package/src/types/cfn-resource-types/aws-ssmcontacts-contactchannel.js +3 -0
- package/src/types/cfn-resource-types/aws-ssmcontacts-plan.d.ts +72 -0
- package/src/types/cfn-resource-types/aws-ssmcontacts-plan.js +3 -0
- package/src/types/cfn-resource-types/aws-ssmcontacts-rotation.d.ts +114 -0
- package/src/types/cfn-resource-types/aws-ssmcontacts-rotation.js +3 -0
- package/src/types/cfn-resource-types/aws-ssmincidents-replicationset.d.ts +55 -0
- package/src/types/cfn-resource-types/aws-ssmincidents-replicationset.js +3 -0
- package/src/types/cfn-resource-types/aws-ssmincidents-responseplan.d.ts +204 -0
- package/src/types/cfn-resource-types/aws-ssmincidents-responseplan.js +3 -0
- package/src/types/cfn-resource-types/aws-ssmquicksetup-configurationmanager.d.ts +51 -0
- package/src/types/cfn-resource-types/aws-ssmquicksetup-configurationmanager.js +3 -0
- package/src/types/cfn-resource-types/aws-sso-application.d.ts +64 -0
- package/src/types/cfn-resource-types/aws-sso-application.js +3 -0
- package/src/types/cfn-resource-types/aws-sso-applicationassignment.d.ts +17 -0
- package/src/types/cfn-resource-types/aws-sso-applicationassignment.js +3 -0
- package/src/types/cfn-resource-types/aws-sso-assignment.d.ts +29 -0
- package/src/types/cfn-resource-types/aws-sso-assignment.js +3 -0
- package/src/types/cfn-resource-types/aws-sso-instance.d.ts +36 -0
- package/src/types/cfn-resource-types/aws-sso-instance.js +3 -0
- package/src/types/cfn-resource-types/aws-sso-instanceaccesscontrolattributeconfiguration.d.ts +32 -0
- package/src/types/cfn-resource-types/aws-sso-instanceaccesscontrolattributeconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-sso-permissionset.d.ts +67 -0
- package/src/types/cfn-resource-types/aws-sso-permissionset.js +3 -0
- package/src/types/cfn-resource-types/aws-stepfunctions-activity.d.ts +18 -0
- package/src/types/cfn-resource-types/aws-stepfunctions-activity.js +3 -0
- package/src/types/cfn-resource-types/aws-stepfunctions-statemachine.d.ts +60 -0
- package/src/types/cfn-resource-types/aws-stepfunctions-statemachine.js +3 -0
- package/src/types/cfn-resource-types/aws-stepfunctions-statemachinealias.d.ts +63 -0
- package/src/types/cfn-resource-types/aws-stepfunctions-statemachinealias.js +3 -0
- package/src/types/cfn-resource-types/aws-stepfunctions-statemachineversion.d.ts +9 -0
- package/src/types/cfn-resource-types/aws-stepfunctions-statemachineversion.js +3 -0
- package/src/types/cfn-resource-types/aws-supportapp-accountalias.d.ts +13 -0
- package/src/types/cfn-resource-types/aws-supportapp-accountalias.js +3 -0
- package/src/types/cfn-resource-types/aws-supportapp-slackchannelconfiguration.d.ts +37 -0
- package/src/types/cfn-resource-types/aws-supportapp-slackchannelconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-supportapp-slackworkspaceconfiguration.d.ts +13 -0
- package/src/types/cfn-resource-types/aws-supportapp-slackworkspaceconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-synthetics-canary.d.ts +171 -0
- package/src/types/cfn-resource-types/aws-synthetics-canary.js +3 -0
- package/src/types/cfn-resource-types/aws-synthetics-group.d.ts +38 -0
- package/src/types/cfn-resource-types/aws-synthetics-group.js +3 -0
- package/src/types/cfn-resource-types/aws-systemsmanagersap-application.d.ts +48 -0
- package/src/types/cfn-resource-types/aws-systemsmanagersap-application.js +3 -0
- package/src/types/cfn-resource-types/aws-timestream-database.d.ts +27 -0
- package/src/types/cfn-resource-types/aws-timestream-database.js +3 -0
- package/src/types/cfn-resource-types/aws-timestream-influxdbinstance.d.ts +129 -0
- package/src/types/cfn-resource-types/aws-timestream-influxdbinstance.js +3 -0
- package/src/types/cfn-resource-types/aws-timestream-scheduledquery.d.ts +267 -0
- package/src/types/cfn-resource-types/aws-timestream-scheduledquery.js +3 -0
- package/src/types/cfn-resource-types/aws-timestream-table.d.ts +111 -0
- package/src/types/cfn-resource-types/aws-timestream-table.js +3 -0
- package/src/types/cfn-resource-types/aws-transfer-agreement.d.ts +60 -0
- package/src/types/cfn-resource-types/aws-transfer-agreement.js +3 -0
- package/src/types/cfn-resource-types/aws-transfer-certificate.d.ts +80 -0
- package/src/types/cfn-resource-types/aws-transfer-certificate.js +3 -0
- package/src/types/cfn-resource-types/aws-transfer-connector.d.ts +112 -0
- package/src/types/cfn-resource-types/aws-transfer-connector.js +3 -0
- package/src/types/cfn-resource-types/aws-transfer-profile.d.ts +48 -0
- package/src/types/cfn-resource-types/aws-transfer-profile.js +3 -0
- package/src/types/cfn-resource-types/aws-transfer-server.d.ts +64 -0
- package/src/types/cfn-resource-types/aws-transfer-server.js +3 -0
- package/src/types/cfn-resource-types/aws-transfer-user.d.ts +33 -0
- package/src/types/cfn-resource-types/aws-transfer-user.js +3 -0
- package/src/types/cfn-resource-types/aws-transfer-workflow.d.ts +199 -0
- package/src/types/cfn-resource-types/aws-transfer-workflow.js +3 -0
- package/src/types/cfn-resource-types/aws-verifiedpermissions-identitysource.d.ts +73 -0
- package/src/types/cfn-resource-types/aws-verifiedpermissions-identitysource.js +3 -0
- package/src/types/cfn-resource-types/aws-verifiedpermissions-policy.d.ts +30 -0
- package/src/types/cfn-resource-types/aws-verifiedpermissions-policy.js +3 -0
- package/src/types/cfn-resource-types/aws-verifiedpermissions-policystore.d.ts +18 -0
- package/src/types/cfn-resource-types/aws-verifiedpermissions-policystore.js +3 -0
- package/src/types/cfn-resource-types/aws-verifiedpermissions-policytemplate.d.ts +9 -0
- package/src/types/cfn-resource-types/aws-verifiedpermissions-policytemplate.js +3 -0
- package/src/types/cfn-resource-types/aws-voiceid-domain.d.ts +21 -0
- package/src/types/cfn-resource-types/aws-voiceid-domain.js +3 -0
- package/src/types/cfn-resource-types/aws-vpclattice-accesslogsubscription.d.ts +20 -0
- package/src/types/cfn-resource-types/aws-vpclattice-accesslogsubscription.js +3 -0
- package/src/types/cfn-resource-types/aws-vpclattice-authpolicy.d.ts +10 -0
- package/src/types/cfn-resource-types/aws-vpclattice-authpolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-vpclattice-listener.d.ts +41 -0
- package/src/types/cfn-resource-types/aws-vpclattice-listener.js +3 -0
- package/src/types/cfn-resource-types/aws-vpclattice-resourcepolicy.d.ts +9 -0
- package/src/types/cfn-resource-types/aws-vpclattice-resourcepolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-vpclattice-rule.d.ts +69 -0
- package/src/types/cfn-resource-types/aws-vpclattice-rule.js +3 -0
- package/src/types/cfn-resource-types/aws-vpclattice-service.d.ts +28 -0
- package/src/types/cfn-resource-types/aws-vpclattice-service.js +3 -0
- package/src/types/cfn-resource-types/aws-vpclattice-servicenetwork.d.ts +20 -0
- package/src/types/cfn-resource-types/aws-vpclattice-servicenetwork.js +3 -0
- package/src/types/cfn-resource-types/aws-vpclattice-servicenetworkserviceassociation.d.ts +31 -0
- package/src/types/cfn-resource-types/aws-vpclattice-servicenetworkserviceassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-vpclattice-servicenetworkvpcassociation.d.ts +25 -0
- package/src/types/cfn-resource-types/aws-vpclattice-servicenetworkvpcassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-vpclattice-targetgroup.d.ts +55 -0
- package/src/types/cfn-resource-types/aws-vpclattice-targetgroup.js +3 -0
- package/src/types/cfn-resource-types/aws-waf-bytematchset.d.ts +19 -0
- package/src/types/cfn-resource-types/aws-waf-bytematchset.js +3 -0
- package/src/types/cfn-resource-types/aws-waf-ipset.d.ts +12 -0
- package/src/types/cfn-resource-types/aws-waf-ipset.js +3 -0
- package/src/types/cfn-resource-types/aws-waf-rule.d.ts +14 -0
- package/src/types/cfn-resource-types/aws-waf-rule.js +3 -0
- package/src/types/cfn-resource-types/aws-waf-sizeconstraintset.d.ts +18 -0
- package/src/types/cfn-resource-types/aws-waf-sizeconstraintset.js +3 -0
- package/src/types/cfn-resource-types/aws-waf-sqlinjectionmatchset.d.ts +16 -0
- package/src/types/cfn-resource-types/aws-waf-sqlinjectionmatchset.js +3 -0
- package/src/types/cfn-resource-types/aws-waf-webacl.d.ts +18 -0
- package/src/types/cfn-resource-types/aws-waf-webacl.js +3 -0
- package/src/types/cfn-resource-types/aws-waf-xssmatchset.d.ts +16 -0
- package/src/types/cfn-resource-types/aws-waf-xssmatchset.js +3 -0
- package/src/types/cfn-resource-types/aws-wafregional-bytematchset.d.ts +19 -0
- package/src/types/cfn-resource-types/aws-wafregional-bytematchset.js +3 -0
- package/src/types/cfn-resource-types/aws-wafregional-geomatchset.d.ts +12 -0
- package/src/types/cfn-resource-types/aws-wafregional-geomatchset.js +3 -0
- package/src/types/cfn-resource-types/aws-wafregional-ipset.d.ts +12 -0
- package/src/types/cfn-resource-types/aws-wafregional-ipset.js +3 -0
- package/src/types/cfn-resource-types/aws-wafregional-ratebasedrule.d.ts +16 -0
- package/src/types/cfn-resource-types/aws-wafregional-ratebasedrule.js +3 -0
- package/src/types/cfn-resource-types/aws-wafregional-regexpatternset.d.ts +8 -0
- package/src/types/cfn-resource-types/aws-wafregional-regexpatternset.js +3 -0
- package/src/types/cfn-resource-types/aws-wafregional-rule.d.ts +14 -0
- package/src/types/cfn-resource-types/aws-wafregional-rule.js +3 -0
- package/src/types/cfn-resource-types/aws-wafregional-sizeconstraintset.d.ts +18 -0
- package/src/types/cfn-resource-types/aws-wafregional-sizeconstraintset.js +3 -0
- package/src/types/cfn-resource-types/aws-wafregional-sqlinjectionmatchset.d.ts +16 -0
- package/src/types/cfn-resource-types/aws-wafregional-sqlinjectionmatchset.js +3 -0
- package/src/types/cfn-resource-types/aws-wafregional-webacl.d.ts +18 -0
- package/src/types/cfn-resource-types/aws-wafregional-webacl.js +3 -0
- package/src/types/cfn-resource-types/aws-wafregional-webaclassociation.d.ts +8 -0
- package/src/types/cfn-resource-types/aws-wafregional-webaclassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-wafregional-xssmatchset.d.ts +16 -0
- package/src/types/cfn-resource-types/aws-wafregional-xssmatchset.js +3 -0
- package/src/types/cfn-resource-types/aws-wafv2-ipset.d.ts +51 -0
- package/src/types/cfn-resource-types/aws-wafv2-ipset.js +3 -0
- package/src/types/cfn-resource-types/aws-wafv2-loggingconfiguration.d.ts +104 -0
- package/src/types/cfn-resource-types/aws-wafv2-loggingconfiguration.js +3 -0
- package/src/types/cfn-resource-types/aws-wafv2-regexpatternset.d.ts +34 -0
- package/src/types/cfn-resource-types/aws-wafv2-regexpatternset.js +3 -0
- package/src/types/cfn-resource-types/aws-wafv2-rulegroup.d.ts +588 -0
- package/src/types/cfn-resource-types/aws-wafv2-rulegroup.js +3 -0
- package/src/types/cfn-resource-types/aws-wafv2-webacl.d.ts +806 -0
- package/src/types/cfn-resource-types/aws-wafv2-webacl.js +3 -0
- package/src/types/cfn-resource-types/aws-wafv2-webaclassociation.d.ts +8 -0
- package/src/types/cfn-resource-types/aws-wafv2-webaclassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-wisdom-assistant.d.ts +20 -0
- package/src/types/cfn-resource-types/aws-wisdom-assistant.js +3 -0
- package/src/types/cfn-resource-types/aws-wisdom-assistantassociation.d.ts +20 -0
- package/src/types/cfn-resource-types/aws-wisdom-assistantassociation.js +3 -0
- package/src/types/cfn-resource-types/aws-wisdom-knowledgebase.d.ts +39 -0
- package/src/types/cfn-resource-types/aws-wisdom-knowledgebase.js +3 -0
- package/src/types/cfn-resource-types/aws-workspaces-connectionalias.d.ts +20 -0
- package/src/types/cfn-resource-types/aws-workspaces-connectionalias.js +3 -0
- package/src/types/cfn-resource-types/aws-workspaces-workspace.d.ts +25 -0
- package/src/types/cfn-resource-types/aws-workspaces-workspace.js +3 -0
- package/src/types/cfn-resource-types/aws-workspaces-workspacespool.d.ts +33 -0
- package/src/types/cfn-resource-types/aws-workspaces-workspacespool.js +3 -0
- package/src/types/cfn-resource-types/aws-workspacesthinclient-environment.d.ts +136 -0
- package/src/types/cfn-resource-types/aws-workspacesthinclient-environment.js +3 -0
- package/src/types/cfn-resource-types/aws-workspacesweb-browsersettings.d.ts +26 -0
- package/src/types/cfn-resource-types/aws-workspacesweb-browsersettings.js +3 -0
- package/src/types/cfn-resource-types/aws-workspacesweb-identityprovider.d.ts +18 -0
- package/src/types/cfn-resource-types/aws-workspacesweb-identityprovider.js +3 -0
- package/src/types/cfn-resource-types/aws-workspacesweb-ipaccesssettings.d.ts +40 -0
- package/src/types/cfn-resource-types/aws-workspacesweb-ipaccesssettings.js +3 -0
- package/src/types/cfn-resource-types/aws-workspacesweb-networksettings.d.ts +27 -0
- package/src/types/cfn-resource-types/aws-workspacesweb-networksettings.js +3 -0
- package/src/types/cfn-resource-types/aws-workspacesweb-portal.d.ts +46 -0
- package/src/types/cfn-resource-types/aws-workspacesweb-portal.js +3 -0
- package/src/types/cfn-resource-types/aws-workspacesweb-truststore.d.ts +17 -0
- package/src/types/cfn-resource-types/aws-workspacesweb-truststore.js +3 -0
- package/src/types/cfn-resource-types/aws-workspacesweb-useraccessloggingsettings.d.ts +20 -0
- package/src/types/cfn-resource-types/aws-workspacesweb-useraccessloggingsettings.js +3 -0
- package/src/types/cfn-resource-types/aws-workspacesweb-usersettings.d.ts +52 -0
- package/src/types/cfn-resource-types/aws-workspacesweb-usersettings.js +3 -0
- package/src/types/cfn-resource-types/aws-xray-group.d.ts +43 -0
- package/src/types/cfn-resource-types/aws-xray-group.js +3 -0
- package/src/types/cfn-resource-types/aws-xray-resourcepolicy.d.ts +17 -0
- package/src/types/cfn-resource-types/aws-xray-resourcepolicy.js +3 -0
- package/src/types/cfn-resource-types/aws-xray-samplingrule.d.ts +148 -0
- package/src/types/cfn-resource-types/aws-xray-samplingrule.js +3 -0
- package/src/types/cfn-resource-types.d.ts +2614 -0
- package/src/types/cfn-resource-types.js +2642 -0
- package/tsconfig.json +41 -0
|
@@ -0,0 +1,432 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The ``AWS::DynamoDB::Table`` resource creates a DDB table. For more information, see [CreateTable](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_CreateTable.html) in the *API Reference*.
|
|
3
|
+
* You should be aware of the following behaviors when working with DDB tables:
|
|
4
|
+
* + CFNlong typically creates DDB tables in parallel. However, if your template includes multiple DDB tables with indexes, you must declare dependencies so that the tables are created sequentially. DDBlong limits the number of tables with secondary indexes that are in the creating state. If you create multiple tables with indexes at the same time, DDB returns an error and the stack operation fails. For an example, see [DynamoDB Table with a DependsOn Attribute](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html#aws-resource-dynamodb-table--examples--DynamoDB_Table_with_a_DependsOn_Attribute).
|
|
5
|
+
*
|
|
6
|
+
* Our guidance is to use the latest schema documented here for your CFNlong templates. This schema supports the provisioning of all table settings below. When using this schema in your CFNlong templates, please ensure that your Identity and Access Management (IAM) policies are updated with appropriate permissions to allow for the authorization of these setting changes.
|
|
7
|
+
*/
|
|
8
|
+
export interface _AWS_DYNAMODB_TABLE {
|
|
9
|
+
OnDemandThroughput?: OnDemandThroughput;
|
|
10
|
+
SSESpecification?: SSESpecification;
|
|
11
|
+
KinesisStreamSpecification?: KinesisStreamSpecification;
|
|
12
|
+
StreamSpecification?: StreamSpecification;
|
|
13
|
+
ContributorInsightsSpecification?: ContributorInsightsSpecification;
|
|
14
|
+
ImportSourceSpecification?: ImportSourceSpecification;
|
|
15
|
+
PointInTimeRecoverySpecification?: PointInTimeRecoverySpecification;
|
|
16
|
+
ProvisionedThroughput?: ProvisionedThroughput;
|
|
17
|
+
/**
|
|
18
|
+
* A name for the table. If you don't specify a name, CFNlong generates a unique physical ID and uses that ID for the table name. For more information, see [Name Type](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-name.html).
|
|
19
|
+
* If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
|
|
20
|
+
*/
|
|
21
|
+
TableName?: string;
|
|
22
|
+
/**
|
|
23
|
+
* A list of attributes that describe the key schema for the table and indexes.
|
|
24
|
+
* This property is required to create a DDB table.
|
|
25
|
+
* Update requires: [Some interruptions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-some-interrupt). Replacement if you edit an existing AttributeDefinition.
|
|
26
|
+
*/
|
|
27
|
+
AttributeDefinitions?: AttributeDefinition[];
|
|
28
|
+
/**
|
|
29
|
+
* Specify how you are charged for read and write throughput and how you manage capacity.
|
|
30
|
+
* Valid values include:
|
|
31
|
+
* + ``PROVISIONED`` - We recommend using ``PROVISIONED`` for predictable workloads. ``PROVISIONED`` sets the billing mode to [Provisioned Mode](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadWriteCapacityMode.html#HowItWorks.ProvisionedThroughput.Manual).
|
|
32
|
+
* + ``PAY_PER_REQUEST`` - We recommend using ``PAY_PER_REQUEST`` for unpredictable workloads. ``PAY_PER_REQUEST`` sets the billing mode to [On-Demand Mode](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadWriteCapacityMode.html#HowItWorks.OnDemand).
|
|
33
|
+
*
|
|
34
|
+
* If not specified, the default is ``PROVISIONED``.
|
|
35
|
+
*/
|
|
36
|
+
BillingMode?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Global secondary indexes to be created on the table. You can create up to 20 global secondary indexes.
|
|
39
|
+
* If you update a table to include a new global secondary index, CFNlong initiates the index creation and then proceeds with the stack update. CFNlong doesn't wait for the index to complete creation because the backfilling phase can take a long time, depending on the size of the table. You can't use the index or update the table until the index's status is ``ACTIVE``. You can track its status by using the DynamoDB [DescribeTable](https://docs.aws.amazon.com/cli/latest/reference/dynamodb/describe-table.html) command.
|
|
40
|
+
* If you add or delete an index during an update, we recommend that you don't update any other resources. If your stack fails to update and is rolled back while adding a new index, you must manually delete the index.
|
|
41
|
+
* Updates are not supported. The following are exceptions:
|
|
42
|
+
* + If you update either the contributor insights specification or the provisioned throughput values of global secondary indexes, you can update the table without interruption.
|
|
43
|
+
* + You can delete or add one global secondary index without interruption. If you do both in the same update (for example, by changing the index's logical ID), the update fails.
|
|
44
|
+
*/
|
|
45
|
+
GlobalSecondaryIndexes?: GlobalSecondaryIndex[];
|
|
46
|
+
ResourcePolicy?: ResourcePolicy1;
|
|
47
|
+
/**
|
|
48
|
+
* Specifies the attributes that make up the primary key for the table. The attributes in the ``KeySchema`` property must also be defined in the ``AttributeDefinitions`` property.
|
|
49
|
+
*/
|
|
50
|
+
KeySchema: (KeySchema[] | {
|
|
51
|
+
[k: string]: unknown;
|
|
52
|
+
});
|
|
53
|
+
/**
|
|
54
|
+
* Local secondary indexes to be created on the table. You can create up to 5 local secondary indexes. Each index is scoped to a given hash key value. The size of each hash key can be up to 10 gigabytes.
|
|
55
|
+
*/
|
|
56
|
+
LocalSecondaryIndexes?: LocalSecondaryIndex[];
|
|
57
|
+
Arn?: string;
|
|
58
|
+
StreamArn?: string;
|
|
59
|
+
/**
|
|
60
|
+
* Determines if a table is protected from deletion. When enabled, the table cannot be deleted by any user or process. This setting is disabled by default. For more information, see [Using deletion protection](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithTables.Basics.html#WorkingWithTables.Basics.DeletionProtection) in the *Developer Guide*.
|
|
61
|
+
*/
|
|
62
|
+
DeletionProtectionEnabled?: boolean;
|
|
63
|
+
/**
|
|
64
|
+
* The table class of the new table. Valid values are ``STANDARD`` and ``STANDARD_INFREQUENT_ACCESS``.
|
|
65
|
+
*/
|
|
66
|
+
TableClass?: string;
|
|
67
|
+
/**
|
|
68
|
+
* An array of key-value pairs to apply to this resource.
|
|
69
|
+
* For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).
|
|
70
|
+
*/
|
|
71
|
+
Tags?: Tag[];
|
|
72
|
+
TimeToLiveSpecification?: TimeToLiveSpecification;
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* Sets the maximum number of read and write units for the specified on-demand table. If you use this property, you must specify ``MaxReadRequestUnits``, ``MaxWriteRequestUnits``, or both.
|
|
76
|
+
*/
|
|
77
|
+
export interface OnDemandThroughput {
|
|
78
|
+
/**
|
|
79
|
+
* Maximum number of read request units for the specified table.
|
|
80
|
+
* To specify a maximum ``OnDemandThroughput`` on your table, set the value of ``MaxReadRequestUnits`` as greater than or equal to 1. To remove the maximum ``OnDemandThroughput`` that is currently set on your table, set the value of ``MaxReadRequestUnits`` to -1.
|
|
81
|
+
*/
|
|
82
|
+
MaxReadRequestUnits?: number;
|
|
83
|
+
/**
|
|
84
|
+
* Maximum number of write request units for the specified table.
|
|
85
|
+
* To specify a maximum ``OnDemandThroughput`` on your table, set the value of ``MaxWriteRequestUnits`` as greater than or equal to 1. To remove the maximum ``OnDemandThroughput`` that is currently set on your table, set the value of ``MaxWriteRequestUnits`` to -1.
|
|
86
|
+
*/
|
|
87
|
+
MaxWriteRequestUnits?: number;
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* Specifies the settings to enable server-side encryption.
|
|
91
|
+
*/
|
|
92
|
+
export interface SSESpecification {
|
|
93
|
+
/**
|
|
94
|
+
* Indicates whether server-side encryption is done using an AWS managed key or an AWS owned key. If enabled (true), server-side encryption type is set to ``KMS`` and an AWS managed key is used (KMS charges apply). If disabled (false) or not specified, server-side encryption is set to AWS owned key.
|
|
95
|
+
*/
|
|
96
|
+
SSEEnabled: boolean;
|
|
97
|
+
/**
|
|
98
|
+
* Server-side encryption type. The only supported value is:
|
|
99
|
+
* + ``KMS`` - Server-side encryption that uses KMSlong. The key is stored in your account and is managed by KMS (KMS charges apply).
|
|
100
|
+
*/
|
|
101
|
+
SSEType?: string;
|
|
102
|
+
/**
|
|
103
|
+
* The KMS key that should be used for the KMS encryption. To specify a key, use its key ID, Amazon Resource Name (ARN), alias name, or alias ARN. Note that you should only provide this parameter if the key is different from the default DynamoDB key ``alias/aws/dynamodb``.
|
|
104
|
+
*/
|
|
105
|
+
KMSMasterKeyId?: ({
|
|
106
|
+
[k: string]: unknown;
|
|
107
|
+
} & string);
|
|
108
|
+
}
|
|
109
|
+
/**
|
|
110
|
+
* The Kinesis Data Streams configuration for the specified table.
|
|
111
|
+
*/
|
|
112
|
+
export interface KinesisStreamSpecification {
|
|
113
|
+
/**
|
|
114
|
+
* The precision for the time and date that the stream was created.
|
|
115
|
+
*/
|
|
116
|
+
ApproximateCreationDateTimePrecision?: ("MICROSECOND" | "MILLISECOND");
|
|
117
|
+
/**
|
|
118
|
+
* The ARN for a specific Kinesis data stream.
|
|
119
|
+
* Length Constraints: Minimum length of 37. Maximum length of 1024.
|
|
120
|
+
*/
|
|
121
|
+
StreamArn: string;
|
|
122
|
+
}
|
|
123
|
+
/**
|
|
124
|
+
* The settings for the DDB table stream, which capture changes to items stored in the table.
|
|
125
|
+
*/
|
|
126
|
+
export interface StreamSpecification {
|
|
127
|
+
/**
|
|
128
|
+
* When an item in the table is modified, ``StreamViewType`` determines what information is written to the stream for this table. Valid values for ``StreamViewType`` are:
|
|
129
|
+
* + ``KEYS_ONLY`` - Only the key attributes of the modified item are written to the stream.
|
|
130
|
+
* + ``NEW_IMAGE`` - The entire item, as it appears after it was modified, is written to the stream.
|
|
131
|
+
* + ``OLD_IMAGE`` - The entire item, as it appeared before it was modified, is written to the stream.
|
|
132
|
+
* + ``NEW_AND_OLD_IMAGES`` - Both the new and the old item images of the item are written to the stream.
|
|
133
|
+
*/
|
|
134
|
+
StreamViewType: string;
|
|
135
|
+
ResourcePolicy?: ResourcePolicy;
|
|
136
|
+
}
|
|
137
|
+
/**
|
|
138
|
+
* Creates or updates a resource-based policy document that contains the permissions for DDB resources, such as a table's streams. Resource-based policies let you define access permissions by specifying who has access to each resource, and the actions they are allowed to perform on each resource.
|
|
139
|
+
* In a CFNshort template, you can provide the policy in JSON or YAML format because CFNshort converts YAML to JSON before submitting it to DDB. For more information about resource-based policies, see [Using resource-based policies for](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/access-control-resource-based.html) and [Resource-based policy examples](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/rbac-examples.html).
|
|
140
|
+
*/
|
|
141
|
+
export interface ResourcePolicy {
|
|
142
|
+
/**
|
|
143
|
+
* A resource-based policy document that contains permissions to add to the specified DDB table, index, or both. In a CFNshort template, you can provide the policy in JSON or YAML format because CFNshort converts YAML to JSON before submitting it to DDB. For more information about resource-based policies, see [Using resource-based policies for](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/access-control-resource-based.html) and [Resource-based policy examples](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/rbac-examples.html).
|
|
144
|
+
*/
|
|
145
|
+
PolicyDocument: {
|
|
146
|
+
[k: string]: unknown;
|
|
147
|
+
};
|
|
148
|
+
}
|
|
149
|
+
/**
|
|
150
|
+
* The settings used to enable or disable CloudWatch Contributor Insights for the specified table.
|
|
151
|
+
*/
|
|
152
|
+
export interface ContributorInsightsSpecification {
|
|
153
|
+
/**
|
|
154
|
+
* Indicates whether CloudWatch Contributor Insights are to be enabled (true) or disabled (false).
|
|
155
|
+
*/
|
|
156
|
+
Enabled: boolean;
|
|
157
|
+
}
|
|
158
|
+
/**
|
|
159
|
+
* Specifies the properties of data being imported from the S3 bucket source to the table.
|
|
160
|
+
* If you specify the ``ImportSourceSpecification`` property, and also specify either the ``StreamSpecification``, the ``TableClass`` property, or the ``DeletionProtectionEnabled`` property, the IAM entity creating/updating stack must have ``UpdateTable`` permission.
|
|
161
|
+
*/
|
|
162
|
+
export interface ImportSourceSpecification {
|
|
163
|
+
S3BucketSource: S3BucketSource;
|
|
164
|
+
/**
|
|
165
|
+
* The format of the source data. Valid values for ``ImportFormat`` are ``CSV``, ``DYNAMODB_JSON`` or ``ION``.
|
|
166
|
+
*/
|
|
167
|
+
InputFormat: string;
|
|
168
|
+
InputFormatOptions?: InputFormatOptions;
|
|
169
|
+
/**
|
|
170
|
+
* Type of compression to be used on the input coming from the imported table.
|
|
171
|
+
*/
|
|
172
|
+
InputCompressionType?: string;
|
|
173
|
+
}
|
|
174
|
+
/**
|
|
175
|
+
* The S3 bucket that provides the source for the import.
|
|
176
|
+
*/
|
|
177
|
+
export interface S3BucketSource {
|
|
178
|
+
/**
|
|
179
|
+
* The S3 bucket that is being imported from.
|
|
180
|
+
*/
|
|
181
|
+
S3Bucket: string;
|
|
182
|
+
/**
|
|
183
|
+
* The key prefix shared by all S3 Objects that are being imported.
|
|
184
|
+
*/
|
|
185
|
+
S3KeyPrefix?: string;
|
|
186
|
+
/**
|
|
187
|
+
* The account number of the S3 bucket that is being imported from. If the bucket is owned by the requester this is optional.
|
|
188
|
+
*/
|
|
189
|
+
S3BucketOwner?: string;
|
|
190
|
+
}
|
|
191
|
+
/**
|
|
192
|
+
* Additional properties that specify how the input is formatted,
|
|
193
|
+
*/
|
|
194
|
+
export interface InputFormatOptions {
|
|
195
|
+
Csv?: Csv;
|
|
196
|
+
}
|
|
197
|
+
/**
|
|
198
|
+
* The options for imported source files in CSV format. The values are Delimiter and HeaderList.
|
|
199
|
+
*/
|
|
200
|
+
export interface Csv {
|
|
201
|
+
/**
|
|
202
|
+
* The delimiter used for separating items in the CSV file being imported.
|
|
203
|
+
*/
|
|
204
|
+
Delimiter?: string;
|
|
205
|
+
/**
|
|
206
|
+
* List of the headers used to specify a common header for all source CSV files being imported. If this field is specified then the first line of each CSV file is treated as data instead of the header. If this field is not specified the the first line of each CSV file is treated as the header.
|
|
207
|
+
*/
|
|
208
|
+
HeaderList?: string[];
|
|
209
|
+
}
|
|
210
|
+
/**
|
|
211
|
+
* The settings used to enable point in time recovery.
|
|
212
|
+
*/
|
|
213
|
+
export interface PointInTimeRecoverySpecification {
|
|
214
|
+
/**
|
|
215
|
+
* Indicates whether point in time recovery is enabled (true) or disabled (false) on the table.
|
|
216
|
+
*/
|
|
217
|
+
PointInTimeRecoveryEnabled?: boolean;
|
|
218
|
+
}
|
|
219
|
+
/**
|
|
220
|
+
* Throughput for the specified table, which consists of values for ``ReadCapacityUnits`` and ``WriteCapacityUnits``. For more information about the contents of a provisioned throughput structure, see [Amazon DynamoDB Table ProvisionedThroughput](https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ProvisionedThroughput.html).
|
|
221
|
+
* If you set ``BillingMode`` as ``PROVISIONED``, you must specify this property. If you set ``BillingMode`` as ``PAY_PER_REQUEST``, you cannot specify this property.
|
|
222
|
+
*/
|
|
223
|
+
export interface ProvisionedThroughput {
|
|
224
|
+
/**
|
|
225
|
+
* The maximum number of writes consumed per second before DynamoDB returns a ``ThrottlingException``. For more information, see [Specifying Read and Write Requirements](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ProvisionedThroughput.html) in the *Amazon DynamoDB Developer Guide*.
|
|
226
|
+
* If read/write capacity mode is ``PAY_PER_REQUEST`` the value is set to 0.
|
|
227
|
+
*/
|
|
228
|
+
WriteCapacityUnits: number;
|
|
229
|
+
/**
|
|
230
|
+
* The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ``ThrottlingException``. For more information, see [Specifying Read and Write Requirements](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ProvisionedThroughput.html) in the *Amazon DynamoDB Developer Guide*.
|
|
231
|
+
* If read/write capacity mode is ``PAY_PER_REQUEST`` the value is set to 0.
|
|
232
|
+
*/
|
|
233
|
+
ReadCapacityUnits: number;
|
|
234
|
+
}
|
|
235
|
+
/**
|
|
236
|
+
* Represents an attribute for describing the schema for the table and indexes.
|
|
237
|
+
*/
|
|
238
|
+
export interface AttributeDefinition {
|
|
239
|
+
/**
|
|
240
|
+
* The data type for the attribute, where:
|
|
241
|
+
* + ``S`` - the attribute is of type String
|
|
242
|
+
* + ``N`` - the attribute is of type Number
|
|
243
|
+
* + ``B`` - the attribute is of type Binary
|
|
244
|
+
*/
|
|
245
|
+
AttributeType: string;
|
|
246
|
+
/**
|
|
247
|
+
* A name for the attribute.
|
|
248
|
+
*/
|
|
249
|
+
AttributeName: string;
|
|
250
|
+
}
|
|
251
|
+
/**
|
|
252
|
+
* Represents the properties of a global secondary index.
|
|
253
|
+
*/
|
|
254
|
+
export interface GlobalSecondaryIndex {
|
|
255
|
+
/**
|
|
256
|
+
* The name of the global secondary index. The name must be unique among all other indexes on this table.
|
|
257
|
+
*/
|
|
258
|
+
IndexName: string;
|
|
259
|
+
OnDemandThroughput?: OnDemandThroughput1;
|
|
260
|
+
ContributorInsightsSpecification?: ContributorInsightsSpecification1;
|
|
261
|
+
Projection: Projection;
|
|
262
|
+
ProvisionedThroughput?: ProvisionedThroughput1;
|
|
263
|
+
/**
|
|
264
|
+
* The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types:
|
|
265
|
+
* + ``HASH`` - partition key
|
|
266
|
+
* + ``RANGE`` - sort key
|
|
267
|
+
*
|
|
268
|
+
* The partition key of an item is also known as its *hash attribute*. The term "hash attribute" derives from DynamoDB's usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.
|
|
269
|
+
* The sort key of an item is also known as its *range attribute*. The term "range attribute" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.
|
|
270
|
+
*/
|
|
271
|
+
KeySchema: KeySchema[];
|
|
272
|
+
}
|
|
273
|
+
/**
|
|
274
|
+
* The maximum number of read and write units for the specified global secondary index. If you use this parameter, you must specify ``MaxReadRequestUnits``, ``MaxWriteRequestUnits``, or both.
|
|
275
|
+
*/
|
|
276
|
+
export interface OnDemandThroughput1 {
|
|
277
|
+
/**
|
|
278
|
+
* Maximum number of read request units for the specified table.
|
|
279
|
+
* To specify a maximum ``OnDemandThroughput`` on your table, set the value of ``MaxReadRequestUnits`` as greater than or equal to 1. To remove the maximum ``OnDemandThroughput`` that is currently set on your table, set the value of ``MaxReadRequestUnits`` to -1.
|
|
280
|
+
*/
|
|
281
|
+
MaxReadRequestUnits?: number;
|
|
282
|
+
/**
|
|
283
|
+
* Maximum number of write request units for the specified table.
|
|
284
|
+
* To specify a maximum ``OnDemandThroughput`` on your table, set the value of ``MaxWriteRequestUnits`` as greater than or equal to 1. To remove the maximum ``OnDemandThroughput`` that is currently set on your table, set the value of ``MaxWriteRequestUnits`` to -1.
|
|
285
|
+
*/
|
|
286
|
+
MaxWriteRequestUnits?: number;
|
|
287
|
+
}
|
|
288
|
+
/**
|
|
289
|
+
* The settings used to enable or disable CloudWatch Contributor Insights for the specified global secondary index.
|
|
290
|
+
*/
|
|
291
|
+
export interface ContributorInsightsSpecification1 {
|
|
292
|
+
/**
|
|
293
|
+
* Indicates whether CloudWatch Contributor Insights are to be enabled (true) or disabled (false).
|
|
294
|
+
*/
|
|
295
|
+
Enabled: boolean;
|
|
296
|
+
}
|
|
297
|
+
/**
|
|
298
|
+
* Represents attributes that are copied (projected) from the table into the global secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.
|
|
299
|
+
*/
|
|
300
|
+
export interface Projection {
|
|
301
|
+
/**
|
|
302
|
+
* Represents the non-key attribute names which will be projected into the index.
|
|
303
|
+
* For local secondary indexes, the total count of ``NonKeyAttributes`` summed across all of the local secondary indexes, must not exceed 100. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.
|
|
304
|
+
*/
|
|
305
|
+
NonKeyAttributes?: string[];
|
|
306
|
+
/**
|
|
307
|
+
* The set of attributes that are projected into the index:
|
|
308
|
+
* + ``KEYS_ONLY`` - Only the index and primary keys are projected into the index.
|
|
309
|
+
* + ``INCLUDE`` - In addition to the attributes described in ``KEYS_ONLY``, the secondary index will include other non-key attributes that you specify.
|
|
310
|
+
* + ``ALL`` - All of the table attributes are projected into the index.
|
|
311
|
+
*
|
|
312
|
+
* When using the DynamoDB console, ``ALL`` is selected by default.
|
|
313
|
+
*/
|
|
314
|
+
ProjectionType?: string;
|
|
315
|
+
}
|
|
316
|
+
/**
|
|
317
|
+
* Represents the provisioned throughput settings for the specified global secondary index.
|
|
318
|
+
* For current minimum and maximum provisioned throughput values, see [Service, Account, and Table Quotas](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Limits.html) in the *Amazon DynamoDB Developer Guide*.
|
|
319
|
+
*/
|
|
320
|
+
export interface ProvisionedThroughput1 {
|
|
321
|
+
/**
|
|
322
|
+
* The maximum number of writes consumed per second before DynamoDB returns a ``ThrottlingException``. For more information, see [Specifying Read and Write Requirements](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ProvisionedThroughput.html) in the *Amazon DynamoDB Developer Guide*.
|
|
323
|
+
* If read/write capacity mode is ``PAY_PER_REQUEST`` the value is set to 0.
|
|
324
|
+
*/
|
|
325
|
+
WriteCapacityUnits: number;
|
|
326
|
+
/**
|
|
327
|
+
* The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ``ThrottlingException``. For more information, see [Specifying Read and Write Requirements](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ProvisionedThroughput.html) in the *Amazon DynamoDB Developer Guide*.
|
|
328
|
+
* If read/write capacity mode is ``PAY_PER_REQUEST`` the value is set to 0.
|
|
329
|
+
*/
|
|
330
|
+
ReadCapacityUnits: number;
|
|
331
|
+
}
|
|
332
|
+
/**
|
|
333
|
+
* Represents *a single element* of a key schema. A key schema specifies the attributes that make up the primary key of a table, or the key attributes of an index.
|
|
334
|
+
* A ``KeySchemaElement`` represents exactly one attribute of the primary key. For example, a simple primary key would be represented by one ``KeySchemaElement`` (for the partition key). A composite primary key would require one ``KeySchemaElement`` for the partition key, and another ``KeySchemaElement`` for the sort key.
|
|
335
|
+
* A ``KeySchemaElement`` must be a scalar, top-level attribute (not a nested attribute). The data type must be one of String, Number, or Binary. The attribute cannot be nested within a List or a Map.
|
|
336
|
+
*/
|
|
337
|
+
export interface KeySchema {
|
|
338
|
+
/**
|
|
339
|
+
* The role that this key attribute will assume:
|
|
340
|
+
* + ``HASH`` - partition key
|
|
341
|
+
* + ``RANGE`` - sort key
|
|
342
|
+
*
|
|
343
|
+
* The partition key of an item is also known as its *hash attribute*. The term "hash attribute" derives from DynamoDB's usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.
|
|
344
|
+
* The sort key of an item is also known as its *range attribute*. The term "range attribute" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.
|
|
345
|
+
*/
|
|
346
|
+
KeyType: string;
|
|
347
|
+
/**
|
|
348
|
+
* The name of a key attribute.
|
|
349
|
+
*/
|
|
350
|
+
AttributeName: string;
|
|
351
|
+
}
|
|
352
|
+
/**
|
|
353
|
+
* A resource-based policy document that contains permissions to add to the specified table. In a CFNshort template, you can provide the policy in JSON or YAML format because CFNshort converts YAML to JSON before submitting it to DDB. For more information about resource-based policies, see [Using resource-based policies for](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/access-control-resource-based.html) and [Resource-based policy examples](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/rbac-examples.html).
|
|
354
|
+
* When you attach a resource-based policy while creating a table, the policy creation is *strongly consistent*. For information about the considerations that you should keep in mind while attaching a resource-based policy, see [Resource-based policy considerations](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/rbac-considerations.html).
|
|
355
|
+
*/
|
|
356
|
+
export interface ResourcePolicy1 {
|
|
357
|
+
/**
|
|
358
|
+
* A resource-based policy document that contains permissions to add to the specified DDB table, index, or both. In a CFNshort template, you can provide the policy in JSON or YAML format because CFNshort converts YAML to JSON before submitting it to DDB. For more information about resource-based policies, see [Using resource-based policies for](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/access-control-resource-based.html) and [Resource-based policy examples](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/rbac-examples.html).
|
|
359
|
+
*/
|
|
360
|
+
PolicyDocument: {
|
|
361
|
+
[k: string]: unknown;
|
|
362
|
+
};
|
|
363
|
+
}
|
|
364
|
+
/**
|
|
365
|
+
* Represents the properties of a local secondary index. A local secondary index can only be created when its parent table is created.
|
|
366
|
+
*/
|
|
367
|
+
export interface LocalSecondaryIndex {
|
|
368
|
+
/**
|
|
369
|
+
* The name of the local secondary index. The name must be unique among all other indexes on this table.
|
|
370
|
+
*/
|
|
371
|
+
IndexName: string;
|
|
372
|
+
Projection: Projection1;
|
|
373
|
+
/**
|
|
374
|
+
* The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:
|
|
375
|
+
* + ``HASH`` - partition key
|
|
376
|
+
* + ``RANGE`` - sort key
|
|
377
|
+
*
|
|
378
|
+
* The partition key of an item is also known as its *hash attribute*. The term "hash attribute" derives from DynamoDB's usage of an internal hash function to evenly distribute data items across partitions, based on their partition key values.
|
|
379
|
+
* The sort key of an item is also known as its *range attribute*. The term "range attribute" derives from the way DynamoDB stores items with the same partition key physically close together, in sorted order by the sort key value.
|
|
380
|
+
*/
|
|
381
|
+
KeySchema: KeySchema[];
|
|
382
|
+
}
|
|
383
|
+
/**
|
|
384
|
+
* Represents attributes that are copied (projected) from the table into the local secondary index. These are in addition to the primary key attributes and index key attributes, which are automatically projected.
|
|
385
|
+
*/
|
|
386
|
+
export interface Projection1 {
|
|
387
|
+
/**
|
|
388
|
+
* Represents the non-key attribute names which will be projected into the index.
|
|
389
|
+
* For local secondary indexes, the total count of ``NonKeyAttributes`` summed across all of the local secondary indexes, must not exceed 100. If you project the same attribute into two different indexes, this counts as two distinct attributes when determining the total.
|
|
390
|
+
*/
|
|
391
|
+
NonKeyAttributes?: string[];
|
|
392
|
+
/**
|
|
393
|
+
* The set of attributes that are projected into the index:
|
|
394
|
+
* + ``KEYS_ONLY`` - Only the index and primary keys are projected into the index.
|
|
395
|
+
* + ``INCLUDE`` - In addition to the attributes described in ``KEYS_ONLY``, the secondary index will include other non-key attributes that you specify.
|
|
396
|
+
* + ``ALL`` - All of the table attributes are projected into the index.
|
|
397
|
+
*
|
|
398
|
+
* When using the DynamoDB console, ``ALL`` is selected by default.
|
|
399
|
+
*/
|
|
400
|
+
ProjectionType?: string;
|
|
401
|
+
}
|
|
402
|
+
/**
|
|
403
|
+
* Describes a tag. A tag is a key-value pair. You can add up to 50 tags to a single DynamoDB table.
|
|
404
|
+
* AWS-assigned tag names and values are automatically assigned the ``aws:`` prefix, which the user cannot assign. AWS-assigned tag names do not count towards the tag limit of 50. User-assigned tag names have the prefix ``user:`` in the Cost Allocation Report. You cannot backdate the application of a tag.
|
|
405
|
+
* For an overview on tagging DynamoDB resources, see [Tagging for DynamoDB](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tagging.html) in the *Amazon DynamoDB Developer Guide*.
|
|
406
|
+
*/
|
|
407
|
+
export interface Tag {
|
|
408
|
+
/**
|
|
409
|
+
* The value of the tag. Tag values are case-sensitive and can be null.
|
|
410
|
+
*/
|
|
411
|
+
Value: string;
|
|
412
|
+
/**
|
|
413
|
+
* The key of the tag. Tag keys are case sensitive. Each DynamoDB table can only have up to one tag with the same key. If you try to add an existing tag (same key), the existing tag value will be updated to the new value.
|
|
414
|
+
*/
|
|
415
|
+
Key: string;
|
|
416
|
+
}
|
|
417
|
+
/**
|
|
418
|
+
* Specifies the Time to Live (TTL) settings for the table.
|
|
419
|
+
* For detailed information about the limits in DynamoDB, see [Limits in Amazon DynamoDB](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Limits.html) in the Amazon DynamoDB Developer Guide.
|
|
420
|
+
*/
|
|
421
|
+
export interface TimeToLiveSpecification {
|
|
422
|
+
/**
|
|
423
|
+
* Indicates whether TTL is to be enabled (true) or disabled (false) on the table.
|
|
424
|
+
*/
|
|
425
|
+
Enabled: boolean;
|
|
426
|
+
/**
|
|
427
|
+
* The name of the TTL attribute used to store the expiration time for items in the table.
|
|
428
|
+
* + The ``AttributeName`` property is required when enabling the TTL, or when TTL is already enabled.
|
|
429
|
+
* + To update this property, you must first disable TTL and then enable TTL with the new attribute name.
|
|
430
|
+
*/
|
|
431
|
+
AttributeName?: string;
|
|
432
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXdzLWR5bmFtb2RiLXRhYmxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiYXdzLWR5bmFtb2RiLXRhYmxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIFRoZSBgYEFXUzo6RHluYW1vREI6OlRhYmxlYGAgcmVzb3VyY2UgY3JlYXRlcyBhIEREQiB0YWJsZS4gRm9yIG1vcmUgaW5mb3JtYXRpb24sIHNlZSBbQ3JlYXRlVGFibGVdKGh0dHBzOi8vZG9jcy5hd3MuYW1hem9uLmNvbS9hbWF6b25keW5hbW9kYi9sYXRlc3QvQVBJUmVmZXJlbmNlL0FQSV9DcmVhdGVUYWJsZS5odG1sKSBpbiB0aGUgKkFQSSBSZWZlcmVuY2UqLlxuICogIFlvdSBzaG91bGQgYmUgYXdhcmUgb2YgdGhlIGZvbGxvd2luZyBiZWhhdmlvcnMgd2hlbiB3b3JraW5nIHdpdGggRERCIHRhYmxlczpcbiAqICAgKyAgIENGTmxvbmcgdHlwaWNhbGx5IGNyZWF0ZXMgRERCIHRhYmxlcyBpbiBwYXJhbGxlbC4gSG93ZXZlciwgaWYgeW91ciB0ZW1wbGF0ZSBpbmNsdWRlcyBtdWx0aXBsZSBEREIgdGFibGVzIHdpdGggaW5kZXhlcywgeW91IG11c3QgZGVjbGFyZSBkZXBlbmRlbmNpZXMgc28gdGhhdCB0aGUgdGFibGVzIGFyZSBjcmVhdGVkIHNlcXVlbnRpYWxseS4gRERCbG9uZyBsaW1pdHMgdGhlIG51bWJlciBvZiB0YWJsZXMgd2l0aCBzZWNvbmRhcnkgaW5kZXhlcyB0aGF0IGFyZSBpbiB0aGUgY3JlYXRpbmcgc3RhdGUuIElmIHlvdSBjcmVhdGUgbXVsdGlwbGUgdGFibGVzIHdpdGggaW5kZXhlcyBhdCB0aGUgc2FtZSB0aW1lLCBEREIgcmV0dXJucyBhbiBlcnJvciBhbmQgdGhlIHN0YWNrIG9wZXJhdGlvbiBmYWlscy4gRm9yIGFuIGV4YW1wbGUsIHNlZSBbRHluYW1vREIgVGFibGUgd2l0aCBhIERlcGVuZHNPbiBBdHRyaWJ1dGVdKGh0dHBzOi8vZG9jcy5hd3MuYW1hem9uLmNvbS9BV1NDbG91ZEZvcm1hdGlvbi9sYXRlc3QvVXNlckd1aWRlL2F3cy1yZXNvdXJjZS1keW5hbW9kYi10YWJsZS5odG1sI2F3cy1yZXNvdXJjZS1keW5hbW9kYi10YWJsZS0tZXhhbXBsZXMtLUR5bmFtb0RCX1RhYmxlX3dpdGhfYV9EZXBlbmRzT25fQXR0cmlidXRlKS5cbiAqICAgXG4gKiAgICBPdXIgZ3VpZGFuY2UgaXMgdG8gdXNlIHRoZSBsYXRlc3Qgc2NoZW1hIGRvY3VtZW50ZWQgaGVyZSBmb3IgeW91ciBDRk5sb25nIHRlbXBsYXRlcy4gVGhpcyBzY2hlbWEgc3VwcG9ydHMgdGhlIHByb3Zpc2lvbmluZyBvZiBhbGwgdGFibGUgc2V0dGluZ3MgYmVsb3cuIFdoZW4gdXNpbmcgdGhpcyBzY2hlbWEgaW4geW91ciBDRk5sb25nIHRlbXBsYXRlcywgcGxlYXNlIGVuc3VyZSB0aGF0IHlvdXIgSWRlbnRpdHkgYW5kIEFjY2VzcyBNYW5hZ2VtZW50IChJQU0pIHBvbGljaWVzIGFyZSB1cGRhdGVkIHdpdGggYXBwcm9wcmlhdGUgcGVybWlzc2lvbnMgdG8gYWxsb3cgZm9yIHRoZSBhdXRob3JpemF0aW9uIG9mIHRoZXNlIHNldHRpbmcgY2hhbmdlcy5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBfQVdTX0RZTkFNT0RCX1RBQkxFIHtcbk9uRGVtYW5kVGhyb3VnaHB1dD86IE9uRGVtYW5kVGhyb3VnaHB1dFxuU1NFU3BlY2lmaWNhdGlvbj86IFNTRVNwZWNpZmljYXRpb25cbktpbmVzaXNTdHJlYW1TcGVjaWZpY2F0aW9uPzogS2luZXNpc1N0cmVhbVNwZWNpZmljYXRpb25cblN0cmVhbVNwZWNpZmljYXRpb24/OiBTdHJlYW1TcGVjaWZpY2F0aW9uXG5Db250cmlidXRvckluc2lnaHRzU3BlY2lmaWNhdGlvbj86IENvbnRyaWJ1dG9ySW5zaWdodHNTcGVjaWZpY2F0aW9uXG5JbXBvcnRTb3VyY2VTcGVjaWZpY2F0aW9uPzogSW1wb3J0U291cmNlU3BlY2lmaWNhdGlvblxuUG9pbnRJblRpbWVSZWNvdmVyeVNwZWNpZmljYXRpb24/OiBQb2ludEluVGltZVJlY292ZXJ5U3BlY2lmaWNhdGlvblxuUHJvdmlzaW9uZWRUaHJvdWdocHV0PzogUHJvdmlzaW9uZWRUaHJvdWdocHV0XG4vKipcbiAqIEEgbmFtZSBmb3IgdGhlIHRhYmxlLiBJZiB5b3UgZG9uJ3Qgc3BlY2lmeSBhIG5hbWUsIENGTmxvbmcgZ2VuZXJhdGVzIGEgdW5pcXVlIHBoeXNpY2FsIElEIGFuZCB1c2VzIHRoYXQgSUQgZm9yIHRoZSB0YWJsZSBuYW1lLiBGb3IgbW9yZSBpbmZvcm1hdGlvbiwgc2VlIFtOYW1lIFR5cGVdKGh0dHBzOi8vZG9jcy5hd3MuYW1hem9uLmNvbS9BV1NDbG91ZEZvcm1hdGlvbi9sYXRlc3QvVXNlckd1aWRlL2F3cy1wcm9wZXJ0aWVzLW5hbWUuaHRtbCkuXG4gKiAgIElmIHlvdSBzcGVjaWZ5IGEgbmFtZSwgeW91IGNhbm5vdCBwZXJmb3JtIHVwZGF0ZXMgdGhhdCByZXF1aXJlIHJlcGxhY2VtZW50IG9mIHRoaXMgcmVzb3VyY2UuIFlvdSBjYW4gcGVyZm9ybSB1cGRhdGVzIHRoYXQgcmVxdWlyZSBubyBvciBzb21lIGludGVycnVwdGlvbi4gSWYgeW91IG11c3QgcmVwbGFjZSB0aGUgcmVzb3VyY2UsIHNwZWNpZnkgYSBuZXcgbmFtZS5cbiAqL1xuVGFibGVOYW1lPzogc3RyaW5nXG4vKipcbiAqIEEgbGlzdCBvZiBhdHRyaWJ1dGVzIHRoYXQgZGVzY3JpYmUgdGhlIGtleSBzY2hlbWEgZm9yIHRoZSB0YWJsZSBhbmQgaW5kZXhlcy5cbiAqICBUaGlzIHByb3BlcnR5IGlzIHJlcXVpcmVkIHRvIGNyZWF0ZSBhIEREQiB0YWJsZS5cbiAqICBVcGRhdGUgcmVxdWlyZXM6IFtTb21lIGludGVycnVwdGlvbnNdKGh0dHBzOi8vZG9jcy5hd3MuYW1hem9uLmNvbS9BV1NDbG91ZEZvcm1hdGlvbi9sYXRlc3QvVXNlckd1aWRlL3VzaW5nLWNmbi11cGRhdGluZy1zdGFja3MtdXBkYXRlLWJlaGF2aW9ycy5odG1sI3VwZGF0ZS1zb21lLWludGVycnVwdCkuIFJlcGxhY2VtZW50IGlmIHlvdSBlZGl0IGFuIGV4aXN0aW5nIEF0dHJpYnV0ZURlZmluaXRpb24uXG4gKi9cbkF0dHJpYnV0ZURlZmluaXRpb25zPzogQXR0cmlidXRlRGVmaW5pdGlvbltdXG4vKipcbiAqIFNwZWNpZnkgaG93IHlvdSBhcmUgY2hhcmdlZCBmb3IgcmVhZCBhbmQgd3JpdGUgdGhyb3VnaHB1dCBhbmQgaG93IHlvdSBtYW5hZ2UgY2FwYWNpdHkuXG4gKiAgVmFsaWQgdmFsdWVzIGluY2x1ZGU6XG4gKiAgICsgICBgYFBST1ZJU0lPTkVEYGAgLSBXZSByZWNvbW1lbmQgdXNpbmcgYGBQUk9WSVNJT05FRGBgIGZvciBwcmVkaWN0YWJsZSB3b3JrbG9hZHMuIGBgUFJPVklTSU9ORURgYCBzZXRzIHRoZSBiaWxsaW5nIG1vZGUgdG8gW1Byb3Zpc2lvbmVkIE1vZGVdKGh0dHBzOi8vZG9jcy5hd3MuYW1hem9uLmNvbS9hbWF6b25keW5hbW9kYi9sYXRlc3QvZGV2ZWxvcGVyZ3VpZGUvSG93SXRXb3Jrcy5SZWFkV3JpdGVDYXBhY2l0eU1vZGUuaHRtbCNIb3dJdFdvcmtzLlByb3Zpc2lvbmVkVGhyb3VnaHB1dC5NYW51YWwpLlxuICogICArICAgYGBQQVlfUEVSX1JFUVVFU1RgYCAtIFdlIHJlY29tbWVuZCB1c2luZyBgYFBBWV9QRVJfUkVRVUVTVGBgIGZvciB1bnByZWRpY3RhYmxlIHdvcmtsb2Fkcy4gYGBQQVlfUEVSX1JFUVVFU1RgYCBzZXRzIHRoZSBiaWxsaW5nIG1vZGUgdG8gW09uLURlbWFuZCBNb2RlXShodHRwczovL2RvY3MuYXdzLmFtYXpvbi5jb20vYW1hem9uZHluYW1vZGIvbGF0ZXN0L2RldmVsb3Blcmd1aWRlL0hvd0l0V29ya3MuUmVhZFdyaXRlQ2FwYWNpdHlNb2RlLmh0bWwjSG93SXRXb3Jrcy5PbkRlbWFuZCkuXG4gKiAgIFxuICogIElmIG5vdCBzcGVjaWZpZWQsIHRoZSBkZWZhdWx0IGlzIGBgUFJPVklTSU9ORURgYC5cbiAqL1xuQmlsbGluZ01vZGU/OiBzdHJpbmdcbi8qKlxuICogR2xvYmFsIHNlY29uZGFyeSBpbmRleGVzIHRvIGJlIGNyZWF0ZWQgb24gdGhlIHRhYmxlLiBZb3UgY2FuIGNyZWF0ZSB1cCB0byAyMCBnbG9iYWwgc2Vjb25kYXJ5IGluZGV4ZXMuXG4gKiAgIElmIHlvdSB1cGRhdGUgYSB0YWJsZSB0byBpbmNsdWRlIGEgbmV3IGdsb2JhbCBzZWNvbmRhcnkgaW5kZXgsIENGTmxvbmcgaW5pdGlhdGVzIHRoZSBpbmRleCBjcmVhdGlvbiBhbmQgdGhlbiBwcm9jZWVkcyB3aXRoIHRoZSBzdGFjayB1cGRhdGUuIENGTmxvbmcgZG9lc24ndCB3YWl0IGZvciB0aGUgaW5kZXggdG8gY29tcGxldGUgY3JlYXRpb24gYmVjYXVzZSB0aGUgYmFja2ZpbGxpbmcgcGhhc2UgY2FuIHRha2UgYSBsb25nIHRpbWUsIGRlcGVuZGluZyBvbiB0aGUgc2l6ZSBvZiB0aGUgdGFibGUuIFlvdSBjYW4ndCB1c2UgdGhlIGluZGV4IG9yIHVwZGF0ZSB0aGUgdGFibGUgdW50aWwgdGhlIGluZGV4J3Mgc3RhdHVzIGlzIGBgQUNUSVZFYGAuIFlvdSBjYW4gdHJhY2sgaXRzIHN0YXR1cyBieSB1c2luZyB0aGUgRHluYW1vREIgW0Rlc2NyaWJlVGFibGVdKGh0dHBzOi8vZG9jcy5hd3MuYW1hem9uLmNvbS9jbGkvbGF0ZXN0L3JlZmVyZW5jZS9keW5hbW9kYi9kZXNjcmliZS10YWJsZS5odG1sKSBjb21tYW5kLlxuICogIElmIHlvdSBhZGQgb3IgZGVsZXRlIGFuIGluZGV4IGR1cmluZyBhbiB1cGRhdGUsIHdlIHJlY29tbWVuZCB0aGF0IHlvdSBkb24ndCB1cGRhdGUgYW55IG90aGVyIHJlc291cmNlcy4gSWYgeW91ciBzdGFjayBmYWlscyB0byB1cGRhdGUgYW5kIGlzIHJvbGxlZCBiYWNrIHdoaWxlIGFkZGluZyBhIG5ldyBpbmRleCwgeW91IG11c3QgbWFudWFsbHkgZGVsZXRlIHRoZSBpbmRleC4gXG4gKiAgVXBkYXRlcyBhcmUgbm90IHN1cHBvcnRlZC4gVGhlIGZvbGxvd2luZyBhcmUgZXhjZXB0aW9uczpcbiAqICAgKyAgSWYgeW91IHVwZGF0ZSBlaXRoZXIgdGhlIGNvbnRyaWJ1dG9yIGluc2lnaHRzIHNwZWNpZmljYXRpb24gb3IgdGhlIHByb3Zpc2lvbmVkIHRocm91Z2hwdXQgdmFsdWVzIG9mIGdsb2JhbCBzZWNvbmRhcnkgaW5kZXhlcywgeW91IGNhbiB1cGRhdGUgdGhlIHRhYmxlIHdpdGhvdXQgaW50ZXJydXB0aW9uLlxuICogICArICBZb3UgY2FuIGRlbGV0ZSBvciBhZGQgb25lIGdsb2JhbCBzZWNvbmRhcnkgaW5kZXggd2l0aG91dCBpbnRlcnJ1cHRpb24uIElmIHlvdSBkbyBib3RoIGluIHRoZSBzYW1lIHVwZGF0ZSAoZm9yIGV4YW1wbGUsIGJ5IGNoYW5naW5nIHRoZSBpbmRleCdzIGxvZ2ljYWwgSUQpLCB0aGUgdXBkYXRlIGZhaWxzLlxuICovXG5HbG9iYWxTZWNvbmRhcnlJbmRleGVzPzogR2xvYmFsU2Vjb25kYXJ5SW5kZXhbXVxuUmVzb3VyY2VQb2xpY3k/OiBSZXNvdXJjZVBvbGljeTFcbi8qKlxuICogU3BlY2lmaWVzIHRoZSBhdHRyaWJ1dGVzIHRoYXQgbWFrZSB1cCB0aGUgcHJpbWFyeSBrZXkgZm9yIHRoZSB0YWJsZS4gVGhlIGF0dHJpYnV0ZXMgaW4gdGhlIGBgS2V5U2NoZW1hYGAgcHJvcGVydHkgbXVzdCBhbHNvIGJlIGRlZmluZWQgaW4gdGhlIGBgQXR0cmlidXRlRGVmaW5pdGlvbnNgYCBwcm9wZXJ0eS5cbiAqL1xuS2V5U2NoZW1hOiAoS2V5U2NoZW1hW10gfCB7XG5bazogc3RyaW5nXTogdW5rbm93blxufSlcbi8qKlxuICogTG9jYWwgc2Vjb25kYXJ5IGluZGV4ZXMgdG8gYmUgY3JlYXRlZCBvbiB0aGUgdGFibGUuIFlvdSBjYW4gY3JlYXRlIHVwIHRvIDUgbG9jYWwgc2Vjb25kYXJ5IGluZGV4ZXMuIEVhY2ggaW5kZXggaXMgc2NvcGVkIHRvIGEgZ2l2ZW4gaGFzaCBrZXkgdmFsdWUuIFRoZSBzaXplIG9mIGVhY2ggaGFzaCBrZXkgY2FuIGJlIHVwIHRvIDEwIGdpZ2FieXRlcy5cbiAqL1xuTG9jYWxTZWNvbmRhcnlJbmRleGVzPzogTG9jYWxTZWNvbmRhcnlJbmRleFtdXG5Bcm4/OiBzdHJpbmdcblN0cmVhbUFybj86IHN0cmluZ1xuLyoqXG4gKiBEZXRlcm1pbmVzIGlmIGEgdGFibGUgaXMgcHJvdGVjdGVkIGZyb20gZGVsZXRpb24uIFdoZW4gZW5hYmxlZCwgdGhlIHRhYmxlIGNhbm5vdCBiZSBkZWxldGVkIGJ5IGFueSB1c2VyIG9yIHByb2Nlc3MuIFRoaXMgc2V0dGluZyBpcyBkaXNhYmxlZCBieSBkZWZhdWx0LiBGb3IgbW9yZSBpbmZvcm1hdGlvbiwgc2VlIFtVc2luZyBkZWxldGlvbiBwcm90ZWN0aW9uXShodHRwczovL2RvY3MuYXdzLmFtYXpvbi5jb20vYW1hem9uZHluYW1vZGIvbGF0ZXN0L2RldmVsb3Blcmd1aWRlL1dvcmtpbmdXaXRoVGFibGVzLkJhc2ljcy5odG1sI1dvcmtpbmdXaXRoVGFibGVzLkJhc2ljcy5EZWxldGlvblByb3RlY3Rpb24pIGluIHRoZSAqRGV2ZWxvcGVyIEd1aWRlKi5cbiAqL1xuRGVsZXRpb25Qcm90ZWN0aW9uRW5hYmxlZD86IGJvb2xlYW5cbi8qKlxuICogVGhlIHRhYmxlIGNsYXNzIG9mIHRoZSBuZXcgdGFibGUuIFZhbGlkIHZhbHVlcyBhcmUgYGBTVEFOREFSRGBgIGFuZCBgYFNUQU5EQVJEX0lORlJFUVVFTlRfQUNDRVNTYGAuXG4gKi9cblRhYmxlQ2xhc3M/OiBzdHJpbmdcbi8qKlxuICogQW4gYXJyYXkgb2Yga2V5LXZhbHVlIHBhaXJzIHRvIGFwcGx5IHRvIHRoaXMgcmVzb3VyY2UuXG4gKiAgRm9yIG1vcmUgaW5mb3JtYXRpb24sIHNlZSBbVGFnXShodHRwczovL2RvY3MuYXdzLmFtYXpvbi5jb20vQVdTQ2xvdWRGb3JtYXRpb24vbGF0ZXN0L1VzZXJHdWlkZS9hd3MtcHJvcGVydGllcy1yZXNvdXJjZS10YWdzLmh0bWwpLlxuICovXG5UYWdzPzogVGFnW11cblRpbWVUb0xpdmVTcGVjaWZpY2F0aW9uPzogVGltZVRvTGl2ZVNwZWNpZmljYXRpb25cbn1cbi8qKlxuICogU2V0cyB0aGUgbWF4aW11bSBudW1iZXIgb2YgcmVhZCBhbmQgd3JpdGUgdW5pdHMgZm9yIHRoZSBzcGVjaWZpZWQgb24tZGVtYW5kIHRhYmxlLiBJZiB5b3UgdXNlIHRoaXMgcHJvcGVydHksIHlvdSBtdXN0IHNwZWNpZnkgYGBNYXhSZWFkUmVxdWVzdFVuaXRzYGAsIGBgTWF4V3JpdGVSZXF1ZXN0VW5pdHNgYCwgb3IgYm90aC5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBPbkRlbWFuZFRocm91Z2hwdXQge1xuLyoqXG4gKiBNYXhpbXVtIG51bWJlciBvZiByZWFkIHJlcXVlc3QgdW5pdHMgZm9yIHRoZSBzcGVjaWZpZWQgdGFibGUuXG4gKiAgVG8gc3BlY2lmeSBhIG1heGltdW0gYGBPbkRlbWFuZFRocm91Z2hwdXRgYCBvbiB5b3VyIHRhYmxlLCBzZXQgdGhlIHZhbHVlIG9mIGBgTWF4UmVhZFJlcXVlc3RVbml0c2BgIGFzIGdyZWF0ZXIgdGhhbiBvciBlcXVhbCB0byAxLiBUbyByZW1vdmUgdGhlIG1heGltdW0gYGBPbkRlbWFuZFRocm91Z2hwdXRgYCB0aGF0IGlzIGN1cnJlbnRseSBzZXQgb24geW91ciB0YWJsZSwgc2V0IHRoZSB2YWx1ZSBvZiBgYE1heFJlYWRSZXF1ZXN0VW5pdHNgYCB0byAtMS5cbiAqL1xuTWF4UmVhZFJlcXVlc3RVbml0cz86IG51bWJlclxuLyoqXG4gKiBNYXhpbXVtIG51bWJlciBvZiB3cml0ZSByZXF1ZXN0IHVuaXRzIGZvciB0aGUgc3BlY2lmaWVkIHRhYmxlLlxuICogIFRvIHNwZWNpZnkgYSBtYXhpbXVtIGBgT25EZW1hbmRUaHJvdWdocHV0YGAgb24geW91ciB0YWJsZSwgc2V0IHRoZSB2YWx1ZSBvZiBgYE1heFdyaXRlUmVxdWVzdFVuaXRzYGAgYXMgZ3JlYXRlciB0aGFuIG9yIGVxdWFsIHRvIDEuIFRvIHJlbW92ZSB0aGUgbWF4aW11bSBgYE9uRGVtYW5kVGhyb3VnaHB1dGBgIHRoYXQgaXMgY3VycmVudGx5IHNldCBvbiB5b3VyIHRhYmxlLCBzZXQgdGhlIHZhbHVlIG9mIGBgTWF4V3JpdGVSZXF1ZXN0VW5pdHNgYCB0byAtMS5cbiAqL1xuTWF4V3JpdGVSZXF1ZXN0VW5pdHM/OiBudW1iZXJcbn1cbi8qKlxuICogU3BlY2lmaWVzIHRoZSBzZXR0aW5ncyB0byBlbmFibGUgc2VydmVyLXNpZGUgZW5jcnlwdGlvbi5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBTU0VTcGVjaWZpY2F0aW9uIHtcbi8qKlxuICogSW5kaWNhdGVzIHdoZXRoZXIgc2VydmVyLXNpZGUgZW5jcnlwdGlvbiBpcyBkb25lIHVzaW5nIGFuIEFXUyBtYW5hZ2VkIGtleSBvciBhbiBBV1Mgb3duZWQga2V5LiBJZiBlbmFibGVkICh0cnVlKSwgc2VydmVyLXNpZGUgZW5jcnlwdGlvbiB0eXBlIGlzIHNldCB0byBgYEtNU2BgIGFuZCBhbiBBV1MgbWFuYWdlZCBrZXkgaXMgdXNlZCAoS01TIGNoYXJnZXMgYXBwbHkpLiBJZiBkaXNhYmxlZCAoZmFsc2UpIG9yIG5vdCBzcGVjaWZpZWQsIHNlcnZlci1zaWRlIGVuY3J5cHRpb24gaXMgc2V0IHRvIEFXUyBvd25lZCBrZXkuXG4gKi9cblNTRUVuYWJsZWQ6IGJvb2xlYW5cbi8qKlxuICogU2VydmVyLXNpZGUgZW5jcnlwdGlvbiB0eXBlLiBUaGUgb25seSBzdXBwb3J0ZWQgdmFsdWUgaXM6XG4gKiAgICsgICBgYEtNU2BgIC0gU2VydmVyLXNpZGUgZW5jcnlwdGlvbiB0aGF0IHVzZXMgS01TbG9uZy4gVGhlIGtleSBpcyBzdG9yZWQgaW4geW91ciBhY2NvdW50IGFuZCBpcyBtYW5hZ2VkIGJ5IEtNUyAoS01TIGNoYXJnZXMgYXBwbHkpLlxuICovXG5TU0VUeXBlPzogc3RyaW5nXG4vKipcbiAqIFRoZSBLTVMga2V5IHRoYXQgc2hvdWxkIGJlIHVzZWQgZm9yIHRoZSBLTVMgZW5jcnlwdGlvbi4gVG8gc3BlY2lmeSBhIGtleSwgdXNlIGl0cyBrZXkgSUQsIEFtYXpvbiBSZXNvdXJjZSBOYW1lIChBUk4pLCBhbGlhcyBuYW1lLCBvciBhbGlhcyBBUk4uIE5vdGUgdGhhdCB5b3Ugc2hvdWxkIG9ubHkgcHJvdmlkZSB0aGlzIHBhcmFtZXRlciBpZiB0aGUga2V5IGlzIGRpZmZlcmVudCBmcm9tIHRoZSBkZWZhdWx0IER5bmFtb0RCIGtleSBgYGFsaWFzL2F3cy9keW5hbW9kYmBgLlxuICovXG5LTVNNYXN0ZXJLZXlJZD86ICh7XG5bazogc3RyaW5nXTogdW5rbm93blxufSAmIHN0cmluZylcbn1cbi8qKlxuICogVGhlIEtpbmVzaXMgRGF0YSBTdHJlYW1zIGNvbmZpZ3VyYXRpb24gZm9yIHRoZSBzcGVjaWZpZWQgdGFibGUuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgS2luZXNpc1N0cmVhbVNwZWNpZmljYXRpb24ge1xuLyoqXG4gKiBUaGUgcHJlY2lzaW9uIGZvciB0aGUgdGltZSBhbmQgZGF0ZSB0aGF0IHRoZSBzdHJlYW0gd2FzIGNyZWF0ZWQuXG4gKi9cbkFwcHJveGltYXRlQ3JlYXRpb25EYXRlVGltZVByZWNpc2lvbj86IChcIk1JQ1JPU0VDT05EXCIgfCBcIk1JTExJU0VDT05EXCIpXG4vKipcbiAqIFRoZSBBUk4gZm9yIGEgc3BlY2lmaWMgS2luZXNpcyBkYXRhIHN0cmVhbS5cbiAqICBMZW5ndGggQ29uc3RyYWludHM6IE1pbmltdW0gbGVuZ3RoIG9mIDM3LiBNYXhpbXVtIGxlbmd0aCBvZiAxMDI0LlxuICovXG5TdHJlYW1Bcm46IHN0cmluZ1xufVxuLyoqXG4gKiBUaGUgc2V0dGluZ3MgZm9yIHRoZSBEREIgdGFibGUgc3RyZWFtLCB3aGljaCBjYXB0dXJlIGNoYW5nZXMgdG8gaXRlbXMgc3RvcmVkIGluIHRoZSB0YWJsZS5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBTdHJlYW1TcGVjaWZpY2F0aW9uIHtcbi8qKlxuICogV2hlbiBhbiBpdGVtIGluIHRoZSB0YWJsZSBpcyBtb2RpZmllZCwgYGBTdHJlYW1WaWV3VHlwZWBgIGRldGVybWluZXMgd2hhdCBpbmZvcm1hdGlvbiBpcyB3cml0dGVuIHRvIHRoZSBzdHJlYW0gZm9yIHRoaXMgdGFibGUuIFZhbGlkIHZhbHVlcyBmb3IgYGBTdHJlYW1WaWV3VHlwZWBgIGFyZTpcbiAqICAgKyAgIGBgS0VZU19PTkxZYGAgLSBPbmx5IHRoZSBrZXkgYXR0cmlidXRlcyBvZiB0aGUgbW9kaWZpZWQgaXRlbSBhcmUgd3JpdHRlbiB0byB0aGUgc3RyZWFtLlxuICogICArICAgYGBORVdfSU1BR0VgYCAtIFRoZSBlbnRpcmUgaXRlbSwgYXMgaXQgYXBwZWFycyBhZnRlciBpdCB3YXMgbW9kaWZpZWQsIGlzIHdyaXR0ZW4gdG8gdGhlIHN0cmVhbS5cbiAqICAgKyAgIGBgT0xEX0lNQUdFYGAgLSBUaGUgZW50aXJlIGl0ZW0sIGFzIGl0IGFwcGVhcmVkIGJlZm9yZSBpdCB3YXMgbW9kaWZpZWQsIGlzIHdyaXR0ZW4gdG8gdGhlIHN0cmVhbS5cbiAqICAgKyAgIGBgTkVXX0FORF9PTERfSU1BR0VTYGAgLSBCb3RoIHRoZSBuZXcgYW5kIHRoZSBvbGQgaXRlbSBpbWFnZXMgb2YgdGhlIGl0ZW0gYXJlIHdyaXR0ZW4gdG8gdGhlIHN0cmVhbS5cbiAqL1xuU3RyZWFtVmlld1R5cGU6IHN0cmluZ1xuUmVzb3VyY2VQb2xpY3k/OiBSZXNvdXJjZVBvbGljeVxufVxuLyoqXG4gKiBDcmVhdGVzIG9yIHVwZGF0ZXMgYSByZXNvdXJjZS1iYXNlZCBwb2xpY3kgZG9jdW1lbnQgdGhhdCBjb250YWlucyB0aGUgcGVybWlzc2lvbnMgZm9yIEREQiByZXNvdXJjZXMsIHN1Y2ggYXMgYSB0YWJsZSdzIHN0cmVhbXMuIFJlc291cmNlLWJhc2VkIHBvbGljaWVzIGxldCB5b3UgZGVmaW5lIGFjY2VzcyBwZXJtaXNzaW9ucyBieSBzcGVjaWZ5aW5nIHdobyBoYXMgYWNjZXNzIHRvIGVhY2ggcmVzb3VyY2UsIGFuZCB0aGUgYWN0aW9ucyB0aGV5IGFyZSBhbGxvd2VkIHRvIHBlcmZvcm0gb24gZWFjaCByZXNvdXJjZS5cbiAqICBJbiBhIENGTnNob3J0IHRlbXBsYXRlLCB5b3UgY2FuIHByb3ZpZGUgdGhlIHBvbGljeSBpbiBKU09OIG9yIFlBTUwgZm9ybWF0IGJlY2F1c2UgQ0ZOc2hvcnQgY29udmVydHMgWUFNTCB0byBKU09OIGJlZm9yZSBzdWJtaXR0aW5nIGl0IHRvIEREQi4gRm9yIG1vcmUgaW5mb3JtYXRpb24gYWJvdXQgcmVzb3VyY2UtYmFzZWQgcG9saWNpZXMsIHNlZSBbVXNpbmcgcmVzb3VyY2UtYmFzZWQgcG9saWNpZXMgZm9yXShodHRwczovL2RvY3MuYXdzLmFtYXpvbi5jb20vYW1hem9uZHluYW1vZGIvbGF0ZXN0L2RldmVsb3Blcmd1aWRlL2FjY2Vzcy1jb250cm9sLXJlc291cmNlLWJhc2VkLmh0bWwpIGFuZCBbUmVzb3VyY2UtYmFzZWQgcG9saWN5IGV4YW1wbGVzXShodHRwczovL2RvY3MuYXdzLmFtYXpvbi5jb20vYW1hem9uZHluYW1vZGIvbGF0ZXN0L2RldmVsb3Blcmd1aWRlL3JiYWMtZXhhbXBsZXMuaHRtbCkuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgUmVzb3VyY2VQb2xpY3kge1xuLyoqXG4gKiBBIHJlc291cmNlLWJhc2VkIHBvbGljeSBkb2N1bWVudCB0aGF0IGNvbnRhaW5zIHBlcm1pc3Npb25zIHRvIGFkZCB0byB0aGUgc3BlY2lmaWVkIEREQiB0YWJsZSwgaW5kZXgsIG9yIGJvdGguIEluIGEgQ0ZOc2hvcnQgdGVtcGxhdGUsIHlvdSBjYW4gcHJvdmlkZSB0aGUgcG9saWN5IGluIEpTT04gb3IgWUFNTCBmb3JtYXQgYmVjYXVzZSBDRk5zaG9ydCBjb252ZXJ0cyBZQU1MIHRvIEpTT04gYmVmb3JlIHN1Ym1pdHRpbmcgaXQgdG8gRERCLiBGb3IgbW9yZSBpbmZvcm1hdGlvbiBhYm91dCByZXNvdXJjZS1iYXNlZCBwb2xpY2llcywgc2VlIFtVc2luZyByZXNvdXJjZS1iYXNlZCBwb2xpY2llcyBmb3JdKGh0dHBzOi8vZG9jcy5hd3MuYW1hem9uLmNvbS9hbWF6b25keW5hbW9kYi9sYXRlc3QvZGV2ZWxvcGVyZ3VpZGUvYWNjZXNzLWNvbnRyb2wtcmVzb3VyY2UtYmFzZWQuaHRtbCkgYW5kIFtSZXNvdXJjZS1iYXNlZCBwb2xpY3kgZXhhbXBsZXNdKGh0dHBzOi8vZG9jcy5hd3MuYW1hem9uLmNvbS9hbWF6b25keW5hbW9kYi9sYXRlc3QvZGV2ZWxvcGVyZ3VpZGUvcmJhYy1leGFtcGxlcy5odG1sKS5cbiAqL1xuUG9saWN5RG9jdW1lbnQ6IHtcbltrOiBzdHJpbmddOiB1bmtub3duXG59XG59XG4vKipcbiAqIFRoZSBzZXR0aW5ncyB1c2VkIHRvIGVuYWJsZSBvciBkaXNhYmxlIENsb3VkV2F0Y2ggQ29udHJpYnV0b3IgSW5zaWdodHMgZm9yIHRoZSBzcGVjaWZpZWQgdGFibGUuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgQ29udHJpYnV0b3JJbnNpZ2h0c1NwZWNpZmljYXRpb24ge1xuLyoqXG4gKiBJbmRpY2F0ZXMgd2hldGhlciBDbG91ZFdhdGNoIENvbnRyaWJ1dG9yIEluc2lnaHRzIGFyZSB0byBiZSBlbmFibGVkICh0cnVlKSBvciBkaXNhYmxlZCAoZmFsc2UpLlxuICovXG5FbmFibGVkOiBib29sZWFuXG59XG4vKipcbiAqIFNwZWNpZmllcyB0aGUgcHJvcGVydGllcyBvZiBkYXRhIGJlaW5nIGltcG9ydGVkIGZyb20gdGhlIFMzIGJ1Y2tldCBzb3VyY2UgdG8gdGhlIHRhYmxlLlxuICogICBJZiB5b3Ugc3BlY2lmeSB0aGUgYGBJbXBvcnRTb3VyY2VTcGVjaWZpY2F0aW9uYGAgcHJvcGVydHksIGFuZCBhbHNvIHNwZWNpZnkgZWl0aGVyIHRoZSBgYFN0cmVhbVNwZWNpZmljYXRpb25gYCwgdGhlIGBgVGFibGVDbGFzc2BgIHByb3BlcnR5LCBvciB0aGUgYGBEZWxldGlvblByb3RlY3Rpb25FbmFibGVkYGAgcHJvcGVydHksIHRoZSBJQU0gZW50aXR5IGNyZWF0aW5nL3VwZGF0aW5nIHN0YWNrIG11c3QgaGF2ZSBgYFVwZGF0ZVRhYmxlYGAgcGVybWlzc2lvbi5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBJbXBvcnRTb3VyY2VTcGVjaWZpY2F0aW9uIHtcblMzQnVja2V0U291cmNlOiBTM0J1Y2tldFNvdXJjZVxuLyoqXG4gKiBUaGUgZm9ybWF0IG9mIHRoZSBzb3VyY2UgZGF0YS4gVmFsaWQgdmFsdWVzIGZvciBgYEltcG9ydEZvcm1hdGBgIGFyZSBgYENTVmBgLCBgYERZTkFNT0RCX0pTT05gYCBvciBgYElPTmBgLlxuICovXG5JbnB1dEZvcm1hdDogc3RyaW5nXG5JbnB1dEZvcm1hdE9wdGlvbnM/OiBJbnB1dEZvcm1hdE9wdGlvbnNcbi8qKlxuICogVHlwZSBvZiBjb21wcmVzc2lvbiB0byBiZSB1c2VkIG9uIHRoZSBpbnB1dCBjb21pbmcgZnJvbSB0aGUgaW1wb3J0ZWQgdGFibGUuXG4gKi9cbklucHV0Q29tcHJlc3Npb25UeXBlPzogc3RyaW5nXG59XG4vKipcbiAqIFRoZSBTMyBidWNrZXQgdGhhdCBwcm92aWRlcyB0aGUgc291cmNlIGZvciB0aGUgaW1wb3J0LlxuICovXG5leHBvcnQgaW50ZXJmYWNlIFMzQnVja2V0U291cmNlIHtcbi8qKlxuICogVGhlIFMzIGJ1Y2tldCB0aGF0IGlzIGJlaW5nIGltcG9ydGVkIGZyb20uXG4gKi9cblMzQnVja2V0OiBzdHJpbmdcbi8qKlxuICogVGhlIGtleSBwcmVmaXggc2hhcmVkIGJ5IGFsbCBTMyBPYmplY3RzIHRoYXQgYXJlIGJlaW5nIGltcG9ydGVkLlxuICovXG5TM0tleVByZWZpeD86IHN0cmluZ1xuLyoqXG4gKiBUaGUgYWNjb3VudCBudW1iZXIgb2YgdGhlIFMzIGJ1Y2tldCB0aGF0IGlzIGJlaW5nIGltcG9ydGVkIGZyb20uIElmIHRoZSBidWNrZXQgaXMgb3duZWQgYnkgdGhlIHJlcXVlc3RlciB0aGlzIGlzIG9wdGlvbmFsLlxuICovXG5TM0J1Y2tldE93bmVyPzogc3RyaW5nXG59XG4vKipcbiAqIEFkZGl0aW9uYWwgcHJvcGVydGllcyB0aGF0IHNwZWNpZnkgaG93IHRoZSBpbnB1dCBpcyBmb3JtYXR0ZWQsXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgSW5wdXRGb3JtYXRPcHRpb25zIHtcbkNzdj86IENzdlxufVxuLyoqXG4gKiBUaGUgb3B0aW9ucyBmb3IgaW1wb3J0ZWQgc291cmNlIGZpbGVzIGluIENTViBmb3JtYXQuIFRoZSB2YWx1ZXMgYXJlIERlbGltaXRlciBhbmQgSGVhZGVyTGlzdC5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBDc3Yge1xuLyoqXG4gKiBUaGUgZGVsaW1pdGVyIHVzZWQgZm9yIHNlcGFyYXRpbmcgaXRlbXMgaW4gdGhlIENTViBmaWxlIGJlaW5nIGltcG9ydGVkLlxuICovXG5EZWxpbWl0ZXI/OiBzdHJpbmdcbi8qKlxuICogTGlzdCBvZiB0aGUgaGVhZGVycyB1c2VkIHRvIHNwZWNpZnkgYSBjb21tb24gaGVhZGVyIGZvciBhbGwgc291cmNlIENTViBmaWxlcyBiZWluZyBpbXBvcnRlZC4gSWYgdGhpcyBmaWVsZCBpcyBzcGVjaWZpZWQgdGhlbiB0aGUgZmlyc3QgbGluZSBvZiBlYWNoIENTViBmaWxlIGlzIHRyZWF0ZWQgYXMgZGF0YSBpbnN0ZWFkIG9mIHRoZSBoZWFkZXIuIElmIHRoaXMgZmllbGQgaXMgbm90IHNwZWNpZmllZCB0aGUgdGhlIGZpcnN0IGxpbmUgb2YgZWFjaCBDU1YgZmlsZSBpcyB0cmVhdGVkIGFzIHRoZSBoZWFkZXIuXG4gKi9cbkhlYWRlckxpc3Q/OiBzdHJpbmdbXVxufVxuLyoqXG4gKiBUaGUgc2V0dGluZ3MgdXNlZCB0byBlbmFibGUgcG9pbnQgaW4gdGltZSByZWNvdmVyeS5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBQb2ludEluVGltZVJlY292ZXJ5U3BlY2lmaWNhdGlvbiB7XG4vKipcbiAqIEluZGljYXRlcyB3aGV0aGVyIHBvaW50IGluIHRpbWUgcmVjb3ZlcnkgaXMgZW5hYmxlZCAodHJ1ZSkgb3IgZGlzYWJsZWQgKGZhbHNlKSBvbiB0aGUgdGFibGUuXG4gKi9cblBvaW50SW5UaW1lUmVjb3ZlcnlFbmFibGVkPzogYm9vbGVhblxufVxuLyoqXG4gKiBUaHJvdWdocHV0IGZvciB0aGUgc3BlY2lmaWVkIHRhYmxlLCB3aGljaCBjb25zaXN0cyBvZiB2YWx1ZXMgZm9yIGBgUmVhZENhcGFjaXR5VW5pdHNgYCBhbmQgYGBXcml0ZUNhcGFjaXR5VW5pdHNgYC4gRm9yIG1vcmUgaW5mb3JtYXRpb24gYWJvdXQgdGhlIGNvbnRlbnRzIG9mIGEgcHJvdmlzaW9uZWQgdGhyb3VnaHB1dCBzdHJ1Y3R1cmUsIHNlZSBbQW1hem9uIER5bmFtb0RCIFRhYmxlIFByb3Zpc2lvbmVkVGhyb3VnaHB1dF0oaHR0cHM6Ly9kb2NzLmF3cy5hbWF6b24uY29tL2FtYXpvbmR5bmFtb2RiL2xhdGVzdC9BUElSZWZlcmVuY2UvQVBJX1Byb3Zpc2lvbmVkVGhyb3VnaHB1dC5odG1sKS4gXG4gKiAgSWYgeW91IHNldCBgYEJpbGxpbmdNb2RlYGAgYXMgYGBQUk9WSVNJT05FRGBgLCB5b3UgbXVzdCBzcGVjaWZ5IHRoaXMgcHJvcGVydHkuIElmIHlvdSBzZXQgYGBCaWxsaW5nTW9kZWBgIGFzIGBgUEFZX1BFUl9SRVFVRVNUYGAsIHlvdSBjYW5ub3Qgc3BlY2lmeSB0aGlzIHByb3BlcnR5LlxuICovXG5leHBvcnQgaW50ZXJmYWNlIFByb3Zpc2lvbmVkVGhyb3VnaHB1dCB7XG4vKipcbiAqIFRoZSBtYXhpbXVtIG51bWJlciBvZiB3cml0ZXMgY29uc3VtZWQgcGVyIHNlY29uZCBiZWZvcmUgRHluYW1vREIgcmV0dXJucyBhIGBgVGhyb3R0bGluZ0V4Y2VwdGlvbmBgLiBGb3IgbW9yZSBpbmZvcm1hdGlvbiwgc2VlIFtTcGVjaWZ5aW5nIFJlYWQgYW5kIFdyaXRlIFJlcXVpcmVtZW50c10oaHR0cHM6Ly9kb2NzLmF3cy5hbWF6b24uY29tL2FtYXpvbmR5bmFtb2RiL2xhdGVzdC9kZXZlbG9wZXJndWlkZS9Qcm92aXNpb25lZFRocm91Z2hwdXQuaHRtbCkgaW4gdGhlICpBbWF6b24gRHluYW1vREIgRGV2ZWxvcGVyIEd1aWRlKi5cbiAqICBJZiByZWFkL3dyaXRlIGNhcGFjaXR5IG1vZGUgaXMgYGBQQVlfUEVSX1JFUVVFU1RgYCB0aGUgdmFsdWUgaXMgc2V0IHRvIDAuXG4gKi9cbldyaXRlQ2FwYWNpdHlVbml0czogbnVtYmVyXG4vKipcbiAqIFRoZSBtYXhpbXVtIG51bWJlciBvZiBzdHJvbmdseSBjb25zaXN0ZW50IHJlYWRzIGNvbnN1bWVkIHBlciBzZWNvbmQgYmVmb3JlIER5bmFtb0RCIHJldHVybnMgYSBgYFRocm90dGxpbmdFeGNlcHRpb25gYC4gRm9yIG1vcmUgaW5mb3JtYXRpb24sIHNlZSBbU3BlY2lmeWluZyBSZWFkIGFuZCBXcml0ZSBSZXF1aXJlbWVudHNdKGh0dHBzOi8vZG9jcy5hd3MuYW1hem9uLmNvbS9hbWF6b25keW5hbW9kYi9sYXRlc3QvZGV2ZWxvcGVyZ3VpZGUvUHJvdmlzaW9uZWRUaHJvdWdocHV0Lmh0bWwpIGluIHRoZSAqQW1hem9uIER5bmFtb0RCIERldmVsb3BlciBHdWlkZSouXG4gKiAgSWYgcmVhZC93cml0ZSBjYXBhY2l0eSBtb2RlIGlzIGBgUEFZX1BFUl9SRVFVRVNUYGAgdGhlIHZhbHVlIGlzIHNldCB0byAwLlxuICovXG5SZWFkQ2FwYWNpdHlVbml0czogbnVtYmVyXG59XG4vKipcbiAqIFJlcHJlc2VudHMgYW4gYXR0cmlidXRlIGZvciBkZXNjcmliaW5nIHRoZSBzY2hlbWEgZm9yIHRoZSB0YWJsZSBhbmQgaW5kZXhlcy5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBBdHRyaWJ1dGVEZWZpbml0aW9uIHtcbi8qKlxuICogVGhlIGRhdGEgdHlwZSBmb3IgdGhlIGF0dHJpYnV0ZSwgd2hlcmU6XG4gKiAgICsgICBgYFNgYCAtIHRoZSBhdHRyaWJ1dGUgaXMgb2YgdHlwZSBTdHJpbmdcbiAqICAgKyAgIGBgTmBgIC0gdGhlIGF0dHJpYnV0ZSBpcyBvZiB0eXBlIE51bWJlclxuICogICArICAgYGBCYGAgLSB0aGUgYXR0cmlidXRlIGlzIG9mIHR5cGUgQmluYXJ5XG4gKi9cbkF0dHJpYnV0ZVR5cGU6IHN0cmluZ1xuLyoqXG4gKiBBIG5hbWUgZm9yIHRoZSBhdHRyaWJ1dGUuXG4gKi9cbkF0dHJpYnV0ZU5hbWU6IHN0cmluZ1xufVxuLyoqXG4gKiBSZXByZXNlbnRzIHRoZSBwcm9wZXJ0aWVzIG9mIGEgZ2xvYmFsIHNlY29uZGFyeSBpbmRleC5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBHbG9iYWxTZWNvbmRhcnlJbmRleCB7XG4vKipcbiAqIFRoZSBuYW1lIG9mIHRoZSBnbG9iYWwgc2Vjb25kYXJ5IGluZGV4LiBUaGUgbmFtZSBtdXN0IGJlIHVuaXF1ZSBhbW9uZyBhbGwgb3RoZXIgaW5kZXhlcyBvbiB0aGlzIHRhYmxlLlxuICovXG5JbmRleE5hbWU6IHN0cmluZ1xuT25EZW1hbmRUaHJvdWdocHV0PzogT25EZW1hbmRUaHJvdWdocHV0MVxuQ29udHJpYnV0b3JJbnNpZ2h0c1NwZWNpZmljYXRpb24/OiBDb250cmlidXRvckluc2lnaHRzU3BlY2lmaWNhdGlvbjFcblByb2plY3Rpb246IFByb2plY3Rpb25cblByb3Zpc2lvbmVkVGhyb3VnaHB1dD86IFByb3Zpc2lvbmVkVGhyb3VnaHB1dDFcbi8qKlxuICogVGhlIGNvbXBsZXRlIGtleSBzY2hlbWEgZm9yIGEgZ2xvYmFsIHNlY29uZGFyeSBpbmRleCwgd2hpY2ggY29uc2lzdHMgb2Ygb25lIG9yIG1vcmUgcGFpcnMgb2YgYXR0cmlidXRlIG5hbWVzIGFuZCBrZXkgdHlwZXM6XG4gKiAgICsgICBgYEhBU0hgYCAtIHBhcnRpdGlvbiBrZXlcbiAqICAgKyAgIGBgUkFOR0VgYCAtIHNvcnQga2V5XG4gKiAgIFxuICogICBUaGUgcGFydGl0aW9uIGtleSBvZiBhbiBpdGVtIGlzIGFsc28ga25vd24gYXMgaXRzICpoYXNoIGF0dHJpYnV0ZSouIFRoZSB0ZXJtIFwiaGFzaCBhdHRyaWJ1dGVcIiBkZXJpdmVzIGZyb20gRHluYW1vREIncyB1c2FnZSBvZiBhbiBpbnRlcm5hbCBoYXNoIGZ1bmN0aW9uIHRvIGV2ZW5seSBkaXN0cmlidXRlIGRhdGEgaXRlbXMgYWNyb3NzIHBhcnRpdGlvbnMsIGJhc2VkIG9uIHRoZWlyIHBhcnRpdGlvbiBrZXkgdmFsdWVzLlxuICogIFRoZSBzb3J0IGtleSBvZiBhbiBpdGVtIGlzIGFsc28ga25vd24gYXMgaXRzICpyYW5nZSBhdHRyaWJ1dGUqLiBUaGUgdGVybSBcInJhbmdlIGF0dHJpYnV0ZVwiIGRlcml2ZXMgZnJvbSB0aGUgd2F5IER5bmFtb0RCIHN0b3JlcyBpdGVtcyB3aXRoIHRoZSBzYW1lIHBhcnRpdGlvbiBrZXkgcGh5c2ljYWxseSBjbG9zZSB0b2dldGhlciwgaW4gc29ydGVkIG9yZGVyIGJ5IHRoZSBzb3J0IGtleSB2YWx1ZS5cbiAqL1xuS2V5U2NoZW1hOiBLZXlTY2hlbWFbXVxufVxuLyoqXG4gKiBUaGUgbWF4aW11bSBudW1iZXIgb2YgcmVhZCBhbmQgd3JpdGUgdW5pdHMgZm9yIHRoZSBzcGVjaWZpZWQgZ2xvYmFsIHNlY29uZGFyeSBpbmRleC4gSWYgeW91IHVzZSB0aGlzIHBhcmFtZXRlciwgeW91IG11c3Qgc3BlY2lmeSBgYE1heFJlYWRSZXF1ZXN0VW5pdHNgYCwgYGBNYXhXcml0ZVJlcXVlc3RVbml0c2BgLCBvciBib3RoLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIE9uRGVtYW5kVGhyb3VnaHB1dDEge1xuLyoqXG4gKiBNYXhpbXVtIG51bWJlciBvZiByZWFkIHJlcXVlc3QgdW5pdHMgZm9yIHRoZSBzcGVjaWZpZWQgdGFibGUuXG4gKiAgVG8gc3BlY2lmeSBhIG1heGltdW0gYGBPbkRlbWFuZFRocm91Z2hwdXRgYCBvbiB5b3VyIHRhYmxlLCBzZXQgdGhlIHZhbHVlIG9mIGBgTWF4UmVhZFJlcXVlc3RVbml0c2BgIGFzIGdyZWF0ZXIgdGhhbiBvciBlcXVhbCB0byAxLiBUbyByZW1vdmUgdGhlIG1heGltdW0gYGBPbkRlbWFuZFRocm91Z2hwdXRgYCB0aGF0IGlzIGN1cnJlbnRseSBzZXQgb24geW91ciB0YWJsZSwgc2V0IHRoZSB2YWx1ZSBvZiBgYE1heFJlYWRSZXF1ZXN0VW5pdHNgYCB0byAtMS5cbiAqL1xuTWF4UmVhZFJlcXVlc3RVbml0cz86IG51bWJlclxuLyoqXG4gKiBNYXhpbXVtIG51bWJlciBvZiB3cml0ZSByZXF1ZXN0IHVuaXRzIGZvciB0aGUgc3BlY2lmaWVkIHRhYmxlLlxuICogIFRvIHNwZWNpZnkgYSBtYXhpbXVtIGBgT25EZW1hbmRUaHJvdWdocHV0YGAgb24geW91ciB0YWJsZSwgc2V0IHRoZSB2YWx1ZSBvZiBgYE1heFdyaXRlUmVxdWVzdFVuaXRzYGAgYXMgZ3JlYXRlciB0aGFuIG9yIGVxdWFsIHRvIDEuIFRvIHJlbW92ZSB0aGUgbWF4aW11bSBgYE9uRGVtYW5kVGhyb3VnaHB1dGBgIHRoYXQgaXMgY3VycmVudGx5IHNldCBvbiB5b3VyIHRhYmxlLCBzZXQgdGhlIHZhbHVlIG9mIGBgTWF4V3JpdGVSZXF1ZXN0VW5pdHNgYCB0byAtMS5cbiAqL1xuTWF4V3JpdGVSZXF1ZXN0VW5pdHM/OiBudW1iZXJcbn1cbi8qKlxuICogVGhlIHNldHRpbmdzIHVzZWQgdG8gZW5hYmxlIG9yIGRpc2FibGUgQ2xvdWRXYXRjaCBDb250cmlidXRvciBJbnNpZ2h0cyBmb3IgdGhlIHNwZWNpZmllZCBnbG9iYWwgc2Vjb25kYXJ5IGluZGV4LlxuICovXG5leHBvcnQgaW50ZXJmYWNlIENvbnRyaWJ1dG9ySW5zaWdodHNTcGVjaWZpY2F0aW9uMSB7XG4vKipcbiAqIEluZGljYXRlcyB3aGV0aGVyIENsb3VkV2F0Y2ggQ29udHJpYnV0b3IgSW5zaWdodHMgYXJlIHRvIGJlIGVuYWJsZWQgKHRydWUpIG9yIGRpc2FibGVkIChmYWxzZSkuXG4gKi9cbkVuYWJsZWQ6IGJvb2xlYW5cbn1cbi8qKlxuICogUmVwcmVzZW50cyBhdHRyaWJ1dGVzIHRoYXQgYXJlIGNvcGllZCAocHJvamVjdGVkKSBmcm9tIHRoZSB0YWJsZSBpbnRvIHRoZSBnbG9iYWwgc2Vjb25kYXJ5IGluZGV4LiBUaGVzZSBhcmUgaW4gYWRkaXRpb24gdG8gdGhlIHByaW1hcnkga2V5IGF0dHJpYnV0ZXMgYW5kIGluZGV4IGtleSBhdHRyaWJ1dGVzLCB3aGljaCBhcmUgYXV0b21hdGljYWxseSBwcm9qZWN0ZWQuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgUHJvamVjdGlvbiB7XG4vKipcbiAqIFJlcHJlc2VudHMgdGhlIG5vbi1rZXkgYXR0cmlidXRlIG5hbWVzIHdoaWNoIHdpbGwgYmUgcHJvamVjdGVkIGludG8gdGhlIGluZGV4LlxuICogIEZvciBsb2NhbCBzZWNvbmRhcnkgaW5kZXhlcywgdGhlIHRvdGFsIGNvdW50IG9mIGBgTm9uS2V5QXR0cmlidXRlc2BgIHN1bW1lZCBhY3Jvc3MgYWxsIG9mIHRoZSBsb2NhbCBzZWNvbmRhcnkgaW5kZXhlcywgbXVzdCBub3QgZXhjZWVkIDEwMC4gSWYgeW91IHByb2plY3QgdGhlIHNhbWUgYXR0cmlidXRlIGludG8gdHdvIGRpZmZlcmVudCBpbmRleGVzLCB0aGlzIGNvdW50cyBhcyB0d28gZGlzdGluY3QgYXR0cmlidXRlcyB3aGVuIGRldGVybWluaW5nIHRoZSB0b3RhbC5cbiAqL1xuTm9uS2V5QXR0cmlidXRlcz86IHN0cmluZ1tdXG4vKipcbiAqIFRoZSBzZXQgb2YgYXR0cmlidXRlcyB0aGF0IGFyZSBwcm9qZWN0ZWQgaW50byB0aGUgaW5kZXg6XG4gKiAgICsgICBgYEtFWVNfT05MWWBgIC0gT25seSB0aGUgaW5kZXggYW5kIHByaW1hcnkga2V5cyBhcmUgcHJvamVjdGVkIGludG8gdGhlIGluZGV4LlxuICogICArICAgYGBJTkNMVURFYGAgLSBJbiBhZGRpdGlvbiB0byB0aGUgYXR0cmlidXRlcyBkZXNjcmliZWQgaW4gYGBLRVlTX09OTFlgYCwgdGhlIHNlY29uZGFyeSBpbmRleCB3aWxsIGluY2x1ZGUgb3RoZXIgbm9uLWtleSBhdHRyaWJ1dGVzIHRoYXQgeW91IHNwZWNpZnkuXG4gKiAgICsgICBgYEFMTGBgIC0gQWxsIG9mIHRoZSB0YWJsZSBhdHRyaWJ1dGVzIGFyZSBwcm9qZWN0ZWQgaW50byB0aGUgaW5kZXguXG4gKiAgIFxuICogIFdoZW4gdXNpbmcgdGhlIER5bmFtb0RCIGNvbnNvbGUsIGBgQUxMYGAgaXMgc2VsZWN0ZWQgYnkgZGVmYXVsdC5cbiAqL1xuUHJvamVjdGlvblR5cGU/OiBzdHJpbmdcbn1cbi8qKlxuICogUmVwcmVzZW50cyB0aGUgcHJvdmlzaW9uZWQgdGhyb3VnaHB1dCBzZXR0aW5ncyBmb3IgdGhlIHNwZWNpZmllZCBnbG9iYWwgc2Vjb25kYXJ5IGluZGV4LlxuICogIEZvciBjdXJyZW50IG1pbmltdW0gYW5kIG1heGltdW0gcHJvdmlzaW9uZWQgdGhyb3VnaHB1dCB2YWx1ZXMsIHNlZSBbU2VydmljZSwgQWNjb3VudCwgYW5kIFRhYmxlIFF1b3Rhc10oaHR0cHM6Ly9kb2NzLmF3cy5hbWF6b24uY29tL2FtYXpvbmR5bmFtb2RiL2xhdGVzdC9kZXZlbG9wZXJndWlkZS9MaW1pdHMuaHRtbCkgaW4gdGhlICpBbWF6b24gRHluYW1vREIgRGV2ZWxvcGVyIEd1aWRlKi5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBQcm92aXNpb25lZFRocm91Z2hwdXQxIHtcbi8qKlxuICogVGhlIG1heGltdW0gbnVtYmVyIG9mIHdyaXRlcyBjb25zdW1lZCBwZXIgc2Vjb25kIGJlZm9yZSBEeW5hbW9EQiByZXR1cm5zIGEgYGBUaHJvdHRsaW5nRXhjZXB0aW9uYGAuIEZvciBtb3JlIGluZm9ybWF0aW9uLCBzZWUgW1NwZWNpZnlpbmcgUmVhZCBhbmQgV3JpdGUgUmVxdWlyZW1lbnRzXShodHRwczovL2RvY3MuYXdzLmFtYXpvbi5jb20vYW1hem9uZHluYW1vZGIvbGF0ZXN0L2RldmVsb3Blcmd1aWRlL1Byb3Zpc2lvbmVkVGhyb3VnaHB1dC5odG1sKSBpbiB0aGUgKkFtYXpvbiBEeW5hbW9EQiBEZXZlbG9wZXIgR3VpZGUqLlxuICogIElmIHJlYWQvd3JpdGUgY2FwYWNpdHkgbW9kZSBpcyBgYFBBWV9QRVJfUkVRVUVTVGBgIHRoZSB2YWx1ZSBpcyBzZXQgdG8gMC5cbiAqL1xuV3JpdGVDYXBhY2l0eVVuaXRzOiBudW1iZXJcbi8qKlxuICogVGhlIG1heGltdW0gbnVtYmVyIG9mIHN0cm9uZ2x5IGNvbnNpc3RlbnQgcmVhZHMgY29uc3VtZWQgcGVyIHNlY29uZCBiZWZvcmUgRHluYW1vREIgcmV0dXJucyBhIGBgVGhyb3R0bGluZ0V4Y2VwdGlvbmBgLiBGb3IgbW9yZSBpbmZvcm1hdGlvbiwgc2VlIFtTcGVjaWZ5aW5nIFJlYWQgYW5kIFdyaXRlIFJlcXVpcmVtZW50c10oaHR0cHM6Ly9kb2NzLmF3cy5hbWF6b24uY29tL2FtYXpvbmR5bmFtb2RiL2xhdGVzdC9kZXZlbG9wZXJndWlkZS9Qcm92aXNpb25lZFRocm91Z2hwdXQuaHRtbCkgaW4gdGhlICpBbWF6b24gRHluYW1vREIgRGV2ZWxvcGVyIEd1aWRlKi5cbiAqICBJZiByZWFkL3dyaXRlIGNhcGFjaXR5IG1vZGUgaXMgYGBQQVlfUEVSX1JFUVVFU1RgYCB0aGUgdmFsdWUgaXMgc2V0IHRvIDAuXG4gKi9cblJlYWRDYXBhY2l0eVVuaXRzOiBudW1iZXJcbn1cbi8qKlxuICogUmVwcmVzZW50cyAqYSBzaW5nbGUgZWxlbWVudCogb2YgYSBrZXkgc2NoZW1hLiBBIGtleSBzY2hlbWEgc3BlY2lmaWVzIHRoZSBhdHRyaWJ1dGVzIHRoYXQgbWFrZSB1cCB0aGUgcHJpbWFyeSBrZXkgb2YgYSB0YWJsZSwgb3IgdGhlIGtleSBhdHRyaWJ1dGVzIG9mIGFuIGluZGV4LlxuICogIEEgYGBLZXlTY2hlbWFFbGVtZW50YGAgcmVwcmVzZW50cyBleGFjdGx5IG9uZSBhdHRyaWJ1dGUgb2YgdGhlIHByaW1hcnkga2V5LiBGb3IgZXhhbXBsZSwgYSBzaW1wbGUgcHJpbWFyeSBrZXkgd291bGQgYmUgcmVwcmVzZW50ZWQgYnkgb25lIGBgS2V5U2NoZW1hRWxlbWVudGBgIChmb3IgdGhlIHBhcnRpdGlvbiBrZXkpLiBBIGNvbXBvc2l0ZSBwcmltYXJ5IGtleSB3b3VsZCByZXF1aXJlIG9uZSBgYEtleVNjaGVtYUVsZW1lbnRgYCBmb3IgdGhlIHBhcnRpdGlvbiBrZXksIGFuZCBhbm90aGVyIGBgS2V5U2NoZW1hRWxlbWVudGBgIGZvciB0aGUgc29ydCBrZXkuXG4gKiAgQSBgYEtleVNjaGVtYUVsZW1lbnRgYCBtdXN0IGJlIGEgc2NhbGFyLCB0b3AtbGV2ZWwgYXR0cmlidXRlIChub3QgYSBuZXN0ZWQgYXR0cmlidXRlKS4gVGhlIGRhdGEgdHlwZSBtdXN0IGJlIG9uZSBvZiBTdHJpbmcsIE51bWJlciwgb3IgQmluYXJ5LiBUaGUgYXR0cmlidXRlIGNhbm5vdCBiZSBuZXN0ZWQgd2l0aGluIGEgTGlzdCBvciBhIE1hcC5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBLZXlTY2hlbWEge1xuLyoqXG4gKiBUaGUgcm9sZSB0aGF0IHRoaXMga2V5IGF0dHJpYnV0ZSB3aWxsIGFzc3VtZTpcbiAqICAgKyAgIGBgSEFTSGBgIC0gcGFydGl0aW9uIGtleVxuICogICArICAgYGBSQU5HRWBgIC0gc29ydCBrZXlcbiAqICAgXG4gKiAgIFRoZSBwYXJ0aXRpb24ga2V5IG9mIGFuIGl0ZW0gaXMgYWxzbyBrbm93biBhcyBpdHMgKmhhc2ggYXR0cmlidXRlKi4gVGhlIHRlcm0gXCJoYXNoIGF0dHJpYnV0ZVwiIGRlcml2ZXMgZnJvbSBEeW5hbW9EQidzIHVzYWdlIG9mIGFuIGludGVybmFsIGhhc2ggZnVuY3Rpb24gdG8gZXZlbmx5IGRpc3RyaWJ1dGUgZGF0YSBpdGVtcyBhY3Jvc3MgcGFydGl0aW9ucywgYmFzZWQgb24gdGhlaXIgcGFydGl0aW9uIGtleSB2YWx1ZXMuXG4gKiAgVGhlIHNvcnQga2V5IG9mIGFuIGl0ZW0gaXMgYWxzbyBrbm93biBhcyBpdHMgKnJhbmdlIGF0dHJpYnV0ZSouIFRoZSB0ZXJtIFwicmFuZ2UgYXR0cmlidXRlXCIgZGVyaXZlcyBmcm9tIHRoZSB3YXkgRHluYW1vREIgc3RvcmVzIGl0ZW1zIHdpdGggdGhlIHNhbWUgcGFydGl0aW9uIGtleSBwaHlzaWNhbGx5IGNsb3NlIHRvZ2V0aGVyLCBpbiBzb3J0ZWQgb3JkZXIgYnkgdGhlIHNvcnQga2V5IHZhbHVlLlxuICovXG5LZXlUeXBlOiBzdHJpbmdcbi8qKlxuICogVGhlIG5hbWUgb2YgYSBrZXkgYXR0cmlidXRlLlxuICovXG5BdHRyaWJ1dGVOYW1lOiBzdHJpbmdcbn1cbi8qKlxuICogQSByZXNvdXJjZS1iYXNlZCBwb2xpY3kgZG9jdW1lbnQgdGhhdCBjb250YWlucyBwZXJtaXNzaW9ucyB0byBhZGQgdG8gdGhlIHNwZWNpZmllZCB0YWJsZS4gSW4gYSBDRk5zaG9ydCB0ZW1wbGF0ZSwgeW91IGNhbiBwcm92aWRlIHRoZSBwb2xpY3kgaW4gSlNPTiBvciBZQU1MIGZvcm1hdCBiZWNhdXNlIENGTnNob3J0IGNvbnZlcnRzIFlBTUwgdG8gSlNPTiBiZWZvcmUgc3VibWl0dGluZyBpdCB0byBEREIuIEZvciBtb3JlIGluZm9ybWF0aW9uIGFib3V0IHJlc291cmNlLWJhc2VkIHBvbGljaWVzLCBzZWUgW1VzaW5nIHJlc291cmNlLWJhc2VkIHBvbGljaWVzIGZvcl0oaHR0cHM6Ly9kb2NzLmF3cy5hbWF6b24uY29tL2FtYXpvbmR5bmFtb2RiL2xhdGVzdC9kZXZlbG9wZXJndWlkZS9hY2Nlc3MtY29udHJvbC1yZXNvdXJjZS1iYXNlZC5odG1sKSBhbmQgW1Jlc291cmNlLWJhc2VkIHBvbGljeSBleGFtcGxlc10oaHR0cHM6Ly9kb2NzLmF3cy5hbWF6b24uY29tL2FtYXpvbmR5bmFtb2RiL2xhdGVzdC9kZXZlbG9wZXJndWlkZS9yYmFjLWV4YW1wbGVzLmh0bWwpLlxuICogIFdoZW4geW91IGF0dGFjaCBhIHJlc291cmNlLWJhc2VkIHBvbGljeSB3aGlsZSBjcmVhdGluZyBhIHRhYmxlLCB0aGUgcG9saWN5IGNyZWF0aW9uIGlzICpzdHJvbmdseSBjb25zaXN0ZW50Ki4gRm9yIGluZm9ybWF0aW9uIGFib3V0IHRoZSBjb25zaWRlcmF0aW9ucyB0aGF0IHlvdSBzaG91bGQga2VlcCBpbiBtaW5kIHdoaWxlIGF0dGFjaGluZyBhIHJlc291cmNlLWJhc2VkIHBvbGljeSwgc2VlIFtSZXNvdXJjZS1iYXNlZCBwb2xpY3kgY29uc2lkZXJhdGlvbnNdKGh0dHBzOi8vZG9jcy5hd3MuYW1hem9uLmNvbS9hbWF6b25keW5hbW9kYi9sYXRlc3QvZGV2ZWxvcGVyZ3VpZGUvcmJhYy1jb25zaWRlcmF0aW9ucy5odG1sKS5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBSZXNvdXJjZVBvbGljeTEge1xuLyoqXG4gKiBBIHJlc291cmNlLWJhc2VkIHBvbGljeSBkb2N1bWVudCB0aGF0IGNvbnRhaW5zIHBlcm1pc3Npb25zIHRvIGFkZCB0byB0aGUgc3BlY2lmaWVkIEREQiB0YWJsZSwgaW5kZXgsIG9yIGJvdGguIEluIGEgQ0ZOc2hvcnQgdGVtcGxhdGUsIHlvdSBjYW4gcHJvdmlkZSB0aGUgcG9saWN5IGluIEpTT04gb3IgWUFNTCBmb3JtYXQgYmVjYXVzZSBDRk5zaG9ydCBjb252ZXJ0cyBZQU1MIHRvIEpTT04gYmVmb3JlIHN1Ym1pdHRpbmcgaXQgdG8gRERCLiBGb3IgbW9yZSBpbmZvcm1hdGlvbiBhYm91dCByZXNvdXJjZS1iYXNlZCBwb2xpY2llcywgc2VlIFtVc2luZyByZXNvdXJjZS1iYXNlZCBwb2xpY2llcyBmb3JdKGh0dHBzOi8vZG9jcy5hd3MuYW1hem9uLmNvbS9hbWF6b25keW5hbW9kYi9sYXRlc3QvZGV2ZWxvcGVyZ3VpZGUvYWNjZXNzLWNvbnRyb2wtcmVzb3VyY2UtYmFzZWQuaHRtbCkgYW5kIFtSZXNvdXJjZS1iYXNlZCBwb2xpY3kgZXhhbXBsZXNdKGh0dHBzOi8vZG9jcy5hd3MuYW1hem9uLmNvbS9hbWF6b25keW5hbW9kYi9sYXRlc3QvZGV2ZWxvcGVyZ3VpZGUvcmJhYy1leGFtcGxlcy5odG1sKS5cbiAqL1xuUG9saWN5RG9jdW1lbnQ6IHtcbltrOiBzdHJpbmddOiB1bmtub3duXG59XG59XG4vKipcbiAqIFJlcHJlc2VudHMgdGhlIHByb3BlcnRpZXMgb2YgYSBsb2NhbCBzZWNvbmRhcnkgaW5kZXguIEEgbG9jYWwgc2Vjb25kYXJ5IGluZGV4IGNhbiBvbmx5IGJlIGNyZWF0ZWQgd2hlbiBpdHMgcGFyZW50IHRhYmxlIGlzIGNyZWF0ZWQuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgTG9jYWxTZWNvbmRhcnlJbmRleCB7XG4vKipcbiAqIFRoZSBuYW1lIG9mIHRoZSBsb2NhbCBzZWNvbmRhcnkgaW5kZXguIFRoZSBuYW1lIG11c3QgYmUgdW5pcXVlIGFtb25nIGFsbCBvdGhlciBpbmRleGVzIG9uIHRoaXMgdGFibGUuXG4gKi9cbkluZGV4TmFtZTogc3RyaW5nXG5Qcm9qZWN0aW9uOiBQcm9qZWN0aW9uMVxuLyoqXG4gKiBUaGUgY29tcGxldGUga2V5IHNjaGVtYSBmb3IgdGhlIGxvY2FsIHNlY29uZGFyeSBpbmRleCwgY29uc2lzdGluZyBvZiBvbmUgb3IgbW9yZSBwYWlycyBvZiBhdHRyaWJ1dGUgbmFtZXMgYW5kIGtleSB0eXBlczpcbiAqICAgKyAgIGBgSEFTSGBgIC0gcGFydGl0aW9uIGtleVxuICogICArICAgYGBSQU5HRWBgIC0gc29ydCBrZXlcbiAqICAgXG4gKiAgIFRoZSBwYXJ0aXRpb24ga2V5IG9mIGFuIGl0ZW0gaXMgYWxzbyBrbm93biBhcyBpdHMgKmhhc2ggYXR0cmlidXRlKi4gVGhlIHRlcm0gXCJoYXNoIGF0dHJpYnV0ZVwiIGRlcml2ZXMgZnJvbSBEeW5hbW9EQidzIHVzYWdlIG9mIGFuIGludGVybmFsIGhhc2ggZnVuY3Rpb24gdG8gZXZlbmx5IGRpc3RyaWJ1dGUgZGF0YSBpdGVtcyBhY3Jvc3MgcGFydGl0aW9ucywgYmFzZWQgb24gdGhlaXIgcGFydGl0aW9uIGtleSB2YWx1ZXMuXG4gKiAgVGhlIHNvcnQga2V5IG9mIGFuIGl0ZW0gaXMgYWxzbyBrbm93biBhcyBpdHMgKnJhbmdlIGF0dHJpYnV0ZSouIFRoZSB0ZXJtIFwicmFuZ2UgYXR0cmlidXRlXCIgZGVyaXZlcyBmcm9tIHRoZSB3YXkgRHluYW1vREIgc3RvcmVzIGl0ZW1zIHdpdGggdGhlIHNhbWUgcGFydGl0aW9uIGtleSBwaHlzaWNhbGx5IGNsb3NlIHRvZ2V0aGVyLCBpbiBzb3J0ZWQgb3JkZXIgYnkgdGhlIHNvcnQga2V5IHZhbHVlLlxuICovXG5LZXlTY2hlbWE6IEtleVNjaGVtYVtdXG59XG4vKipcbiAqIFJlcHJlc2VudHMgYXR0cmlidXRlcyB0aGF0IGFyZSBjb3BpZWQgKHByb2plY3RlZCkgZnJvbSB0aGUgdGFibGUgaW50byB0aGUgbG9jYWwgc2Vjb25kYXJ5IGluZGV4LiBUaGVzZSBhcmUgaW4gYWRkaXRpb24gdG8gdGhlIHByaW1hcnkga2V5IGF0dHJpYnV0ZXMgYW5kIGluZGV4IGtleSBhdHRyaWJ1dGVzLCB3aGljaCBhcmUgYXV0b21hdGljYWxseSBwcm9qZWN0ZWQuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgUHJvamVjdGlvbjEge1xuLyoqXG4gKiBSZXByZXNlbnRzIHRoZSBub24ta2V5IGF0dHJpYnV0ZSBuYW1lcyB3aGljaCB3aWxsIGJlIHByb2plY3RlZCBpbnRvIHRoZSBpbmRleC5cbiAqICBGb3IgbG9jYWwgc2Vjb25kYXJ5IGluZGV4ZXMsIHRoZSB0b3RhbCBjb3VudCBvZiBgYE5vbktleUF0dHJpYnV0ZXNgYCBzdW1tZWQgYWNyb3NzIGFsbCBvZiB0aGUgbG9jYWwgc2Vjb25kYXJ5IGluZGV4ZXMsIG11c3Qgbm90IGV4Y2VlZCAxMDAuIElmIHlvdSBwcm9qZWN0IHRoZSBzYW1lIGF0dHJpYnV0ZSBpbnRvIHR3byBkaWZmZXJlbnQgaW5kZXhlcywgdGhpcyBjb3VudHMgYXMgdHdvIGRpc3RpbmN0IGF0dHJpYnV0ZXMgd2hlbiBkZXRlcm1pbmluZyB0aGUgdG90YWwuXG4gKi9cbk5vbktleUF0dHJpYnV0ZXM/OiBzdHJpbmdbXVxuLyoqXG4gKiBUaGUgc2V0IG9mIGF0dHJpYnV0ZXMgdGhhdCBhcmUgcHJvamVjdGVkIGludG8gdGhlIGluZGV4OlxuICogICArICAgYGBLRVlTX09OTFlgYCAtIE9ubHkgdGhlIGluZGV4IGFuZCBwcmltYXJ5IGtleXMgYXJlIHByb2plY3RlZCBpbnRvIHRoZSBpbmRleC5cbiAqICAgKyAgIGBgSU5DTFVERWBgIC0gSW4gYWRkaXRpb24gdG8gdGhlIGF0dHJpYnV0ZXMgZGVzY3JpYmVkIGluIGBgS0VZU19PTkxZYGAsIHRoZSBzZWNvbmRhcnkgaW5kZXggd2lsbCBpbmNsdWRlIG90aGVyIG5vbi1rZXkgYXR0cmlidXRlcyB0aGF0IHlvdSBzcGVjaWZ5LlxuICogICArICAgYGBBTExgYCAtIEFsbCBvZiB0aGUgdGFibGUgYXR0cmlidXRlcyBhcmUgcHJvamVjdGVkIGludG8gdGhlIGluZGV4LlxuICogICBcbiAqICBXaGVuIHVzaW5nIHRoZSBEeW5hbW9EQiBjb25zb2xlLCBgYEFMTGBgIGlzIHNlbGVjdGVkIGJ5IGRlZmF1bHQuXG4gKi9cblByb2plY3Rpb25UeXBlPzogc3RyaW5nXG59XG4vKipcbiAqIERlc2NyaWJlcyBhIHRhZy4gQSB0YWcgaXMgYSBrZXktdmFsdWUgcGFpci4gWW91IGNhbiBhZGQgdXAgdG8gNTAgdGFncyB0byBhIHNpbmdsZSBEeW5hbW9EQiB0YWJsZS4gXG4gKiAgIEFXUy1hc3NpZ25lZCB0YWcgbmFtZXMgYW5kIHZhbHVlcyBhcmUgYXV0b21hdGljYWxseSBhc3NpZ25lZCB0aGUgYGBhd3M6YGAgcHJlZml4LCB3aGljaCB0aGUgdXNlciBjYW5ub3QgYXNzaWduLiBBV1MtYXNzaWduZWQgdGFnIG5hbWVzIGRvIG5vdCBjb3VudCB0b3dhcmRzIHRoZSB0YWcgbGltaXQgb2YgNTAuIFVzZXItYXNzaWduZWQgdGFnIG5hbWVzIGhhdmUgdGhlIHByZWZpeCBgYHVzZXI6YGAgaW4gdGhlIENvc3QgQWxsb2NhdGlvbiBSZXBvcnQuIFlvdSBjYW5ub3QgYmFja2RhdGUgdGhlIGFwcGxpY2F0aW9uIG9mIGEgdGFnLlxuICogIEZvciBhbiBvdmVydmlldyBvbiB0YWdnaW5nIER5bmFtb0RCIHJlc291cmNlcywgc2VlIFtUYWdnaW5nIGZvciBEeW5hbW9EQl0oaHR0cHM6Ly9kb2NzLmF3cy5hbWF6b24uY29tL2FtYXpvbmR5bmFtb2RiL2xhdGVzdC9kZXZlbG9wZXJndWlkZS9UYWdnaW5nLmh0bWwpIGluIHRoZSAqQW1hem9uIER5bmFtb0RCIERldmVsb3BlciBHdWlkZSouXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgVGFnIHtcbi8qKlxuICogVGhlIHZhbHVlIG9mIHRoZSB0YWcuIFRhZyB2YWx1ZXMgYXJlIGNhc2Utc2Vuc2l0aXZlIGFuZCBjYW4gYmUgbnVsbC5cbiAqL1xuVmFsdWU6IHN0cmluZ1xuLyoqXG4gKiBUaGUga2V5IG9mIHRoZSB0YWcuIFRhZyBrZXlzIGFyZSBjYXNlIHNlbnNpdGl2ZS4gRWFjaCBEeW5hbW9EQiB0YWJsZSBjYW4gb25seSBoYXZlIHVwIHRvIG9uZSB0YWcgd2l0aCB0aGUgc2FtZSBrZXkuIElmIHlvdSB0cnkgdG8gYWRkIGFuIGV4aXN0aW5nIHRhZyAoc2FtZSBrZXkpLCB0aGUgZXhpc3RpbmcgdGFnIHZhbHVlIHdpbGwgYmUgdXBkYXRlZCB0byB0aGUgbmV3IHZhbHVlLlxuICovXG5LZXk6IHN0cmluZ1xufVxuLyoqXG4gKiBTcGVjaWZpZXMgdGhlIFRpbWUgdG8gTGl2ZSAoVFRMKSBzZXR0aW5ncyBmb3IgdGhlIHRhYmxlLlxuICogICBGb3IgZGV0YWlsZWQgaW5mb3JtYXRpb24gYWJvdXQgdGhlIGxpbWl0cyBpbiBEeW5hbW9EQiwgc2VlIFtMaW1pdHMgaW4gQW1hem9uIER5bmFtb0RCXShodHRwczovL2RvY3MuYXdzLmFtYXpvbi5jb20vYW1hem9uZHluYW1vZGIvbGF0ZXN0L2RldmVsb3Blcmd1aWRlL0xpbWl0cy5odG1sKSBpbiB0aGUgQW1hem9uIER5bmFtb0RCIERldmVsb3BlciBHdWlkZS5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBUaW1lVG9MaXZlU3BlY2lmaWNhdGlvbiB7XG4vKipcbiAqIEluZGljYXRlcyB3aGV0aGVyIFRUTCBpcyB0byBiZSBlbmFibGVkICh0cnVlKSBvciBkaXNhYmxlZCAoZmFsc2UpIG9uIHRoZSB0YWJsZS5cbiAqL1xuRW5hYmxlZDogYm9vbGVhblxuLyoqXG4gKiBUaGUgbmFtZSBvZiB0aGUgVFRMIGF0dHJpYnV0ZSB1c2VkIHRvIHN0b3JlIHRoZSBleHBpcmF0aW9uIHRpbWUgZm9yIGl0ZW1zIGluIHRoZSB0YWJsZS5cbiAqICAgICsgIFRoZSBgYEF0dHJpYnV0ZU5hbWVgYCBwcm9wZXJ0eSBpcyByZXF1aXJlZCB3aGVuIGVuYWJsaW5nIHRoZSBUVEwsIG9yIHdoZW4gVFRMIGlzIGFscmVhZHkgZW5hYmxlZC5cbiAqICAgKyAgVG8gdXBkYXRlIHRoaXMgcHJvcGVydHksIHlvdSBtdXN0IGZpcnN0IGRpc2FibGUgVFRMIGFuZCB0aGVuIGVuYWJsZSBUVEwgd2l0aCB0aGUgbmV3IGF0dHJpYnV0ZSBuYW1lLlxuICovXG5BdHRyaWJ1dGVOYW1lPzogc3RyaW5nXG59XG4iXX0=
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Resource Type definition for AWS::EC2::CapacityReservation
|
|
3
|
+
*/
|
|
4
|
+
export interface _AWS_EC2_CAPACITYRESERVATION {
|
|
5
|
+
Tenancy?: string;
|
|
6
|
+
EndDateType?: string;
|
|
7
|
+
TagSpecifications?: TagSpecification[];
|
|
8
|
+
AvailabilityZone: string;
|
|
9
|
+
TotalInstanceCount?: number;
|
|
10
|
+
EndDate?: string;
|
|
11
|
+
EbsOptimized?: boolean;
|
|
12
|
+
OutPostArn?: string;
|
|
13
|
+
InstanceCount: number;
|
|
14
|
+
PlacementGroupArn?: string;
|
|
15
|
+
AvailableInstanceCount?: number;
|
|
16
|
+
InstancePlatform: string;
|
|
17
|
+
Id?: string;
|
|
18
|
+
InstanceType: string;
|
|
19
|
+
EphemeralStorage?: boolean;
|
|
20
|
+
InstanceMatchCriteria?: string;
|
|
21
|
+
}
|
|
22
|
+
export interface TagSpecification {
|
|
23
|
+
ResourceType?: string;
|
|
24
|
+
Tags?: Tag[];
|
|
25
|
+
}
|
|
26
|
+
export interface Tag {
|
|
27
|
+
Value: string;
|
|
28
|
+
Key: string;
|
|
29
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXdzLWVjMi1jYXBhY2l0eXJlc2VydmF0aW9uLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiYXdzLWVjMi1jYXBhY2l0eXJlc2VydmF0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIFJlc291cmNlIFR5cGUgZGVmaW5pdGlvbiBmb3IgQVdTOjpFQzI6OkNhcGFjaXR5UmVzZXJ2YXRpb25cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBfQVdTX0VDMl9DQVBBQ0lUWVJFU0VSVkFUSU9OIHtcblRlbmFuY3k/OiBzdHJpbmdcbkVuZERhdGVUeXBlPzogc3RyaW5nXG5UYWdTcGVjaWZpY2F0aW9ucz86IFRhZ1NwZWNpZmljYXRpb25bXVxuQXZhaWxhYmlsaXR5Wm9uZTogc3RyaW5nXG5Ub3RhbEluc3RhbmNlQ291bnQ/OiBudW1iZXJcbkVuZERhdGU/OiBzdHJpbmdcbkVic09wdGltaXplZD86IGJvb2xlYW5cbk91dFBvc3RBcm4/OiBzdHJpbmdcbkluc3RhbmNlQ291bnQ6IG51bWJlclxuUGxhY2VtZW50R3JvdXBBcm4/OiBzdHJpbmdcbkF2YWlsYWJsZUluc3RhbmNlQ291bnQ/OiBudW1iZXJcbkluc3RhbmNlUGxhdGZvcm06IHN0cmluZ1xuSWQ/OiBzdHJpbmdcbkluc3RhbmNlVHlwZTogc3RyaW5nXG5FcGhlbWVyYWxTdG9yYWdlPzogYm9vbGVhblxuSW5zdGFuY2VNYXRjaENyaXRlcmlhPzogc3RyaW5nXG59XG5leHBvcnQgaW50ZXJmYWNlIFRhZ1NwZWNpZmljYXRpb24ge1xuUmVzb3VyY2VUeXBlPzogc3RyaW5nXG5UYWdzPzogVGFnW11cbn1cbmV4cG9ydCBpbnRlcmZhY2UgVGFnIHtcblZhbHVlOiBzdHJpbmdcbktleTogc3RyaW5nXG59XG4iXX0=
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Resource Type definition for AWS::EC2::CapacityReservationFleet
|
|
3
|
+
*/
|
|
4
|
+
export interface _AWS_EC2_CAPACITYRESERVATIONFLEET {
|
|
5
|
+
AllocationStrategy?: string;
|
|
6
|
+
TagSpecifications?: TagSpecification[];
|
|
7
|
+
/**
|
|
8
|
+
* @maxItems 50
|
|
9
|
+
*/
|
|
10
|
+
InstanceTypeSpecifications?: InstanceTypeSpecification[];
|
|
11
|
+
TotalTargetCapacity?: number;
|
|
12
|
+
EndDate?: string;
|
|
13
|
+
InstanceMatchCriteria?: "open";
|
|
14
|
+
CapacityReservationFleetId?: string;
|
|
15
|
+
Tenancy?: "default";
|
|
16
|
+
RemoveEndDate?: boolean;
|
|
17
|
+
NoRemoveEndDate?: boolean;
|
|
18
|
+
}
|
|
19
|
+
export interface TagSpecification {
|
|
20
|
+
ResourceType?: string;
|
|
21
|
+
Tags?: Tag[];
|
|
22
|
+
}
|
|
23
|
+
export interface Tag {
|
|
24
|
+
Value: string;
|
|
25
|
+
Key: string;
|
|
26
|
+
}
|
|
27
|
+
export interface InstanceTypeSpecification {
|
|
28
|
+
InstanceType?: string;
|
|
29
|
+
InstancePlatform?: string;
|
|
30
|
+
Weight?: number;
|
|
31
|
+
AvailabilityZone?: string;
|
|
32
|
+
AvailabilityZoneId?: string;
|
|
33
|
+
EbsOptimized?: boolean;
|
|
34
|
+
Priority?: number;
|
|
35
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXdzLWVjMi1jYXBhY2l0eXJlc2VydmF0aW9uZmxlZXQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJhd3MtZWMyLWNhcGFjaXR5cmVzZXJ2YXRpb25mbGVldC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBSZXNvdXJjZSBUeXBlIGRlZmluaXRpb24gZm9yIEFXUzo6RUMyOjpDYXBhY2l0eVJlc2VydmF0aW9uRmxlZXRcbiAqL1xuZXhwb3J0IGludGVyZmFjZSBfQVdTX0VDMl9DQVBBQ0lUWVJFU0VSVkFUSU9ORkxFRVQge1xuQWxsb2NhdGlvblN0cmF0ZWd5Pzogc3RyaW5nXG5UYWdTcGVjaWZpY2F0aW9ucz86IFRhZ1NwZWNpZmljYXRpb25bXVxuLyoqXG4gKiBAbWF4SXRlbXMgNTBcbiAqL1xuSW5zdGFuY2VUeXBlU3BlY2lmaWNhdGlvbnM/OiBJbnN0YW5jZVR5cGVTcGVjaWZpY2F0aW9uW11cblRvdGFsVGFyZ2V0Q2FwYWNpdHk/OiBudW1iZXJcbkVuZERhdGU/OiBzdHJpbmdcbkluc3RhbmNlTWF0Y2hDcml0ZXJpYT86IFwib3BlblwiXG5DYXBhY2l0eVJlc2VydmF0aW9uRmxlZXRJZD86IHN0cmluZ1xuVGVuYW5jeT86IFwiZGVmYXVsdFwiXG5SZW1vdmVFbmREYXRlPzogYm9vbGVhblxuTm9SZW1vdmVFbmREYXRlPzogYm9vbGVhblxufVxuZXhwb3J0IGludGVyZmFjZSBUYWdTcGVjaWZpY2F0aW9uIHtcblJlc291cmNlVHlwZT86IHN0cmluZ1xuVGFncz86IFRhZ1tdXG59XG5leHBvcnQgaW50ZXJmYWNlIFRhZyB7XG5WYWx1ZTogc3RyaW5nXG5LZXk6IHN0cmluZ1xufVxuZXhwb3J0IGludGVyZmFjZSBJbnN0YW5jZVR5cGVTcGVjaWZpY2F0aW9uIHtcbkluc3RhbmNlVHlwZT86IHN0cmluZ1xuSW5zdGFuY2VQbGF0Zm9ybT86IHN0cmluZ1xuV2VpZ2h0PzogbnVtYmVyXG5BdmFpbGFiaWxpdHlab25lPzogc3RyaW5nXG5BdmFpbGFiaWxpdHlab25lSWQ/OiBzdHJpbmdcbkVic09wdGltaXplZD86IGJvb2xlYW5cblByaW9yaXR5PzogbnVtYmVyXG59XG4iXX0=
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The tags for the carrier gateway.
|
|
3
|
+
*/
|
|
4
|
+
export type Tags = Tag[];
|
|
5
|
+
/**
|
|
6
|
+
* An example resource schema demonstrating some basic constructs and validation rules.
|
|
7
|
+
*/
|
|
8
|
+
export interface _AWS_EC2_CARRIERGATEWAY {
|
|
9
|
+
/**
|
|
10
|
+
* The ID of the carrier gateway.
|
|
11
|
+
*/
|
|
12
|
+
CarrierGatewayId?: string;
|
|
13
|
+
/**
|
|
14
|
+
* The state of the carrier gateway.
|
|
15
|
+
*/
|
|
16
|
+
State?: string;
|
|
17
|
+
/**
|
|
18
|
+
* The ID of the VPC.
|
|
19
|
+
*/
|
|
20
|
+
VpcId: string;
|
|
21
|
+
/**
|
|
22
|
+
* The ID of the owner.
|
|
23
|
+
*/
|
|
24
|
+
OwnerId?: string;
|
|
25
|
+
Tags?: Tags;
|
|
26
|
+
}
|
|
27
|
+
export interface Tag {
|
|
28
|
+
Key?: string;
|
|
29
|
+
Value?: string;
|
|
30
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXdzLWVjMi1jYXJyaWVyZ2F0ZXdheS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbImF3cy1lYzItY2FycmllcmdhdGV3YXkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogVGhlIHRhZ3MgZm9yIHRoZSBjYXJyaWVyIGdhdGV3YXkuXG4gKi9cbmV4cG9ydCB0eXBlIFRhZ3MgPSBUYWdbXVxuXG4vKipcbiAqIEFuIGV4YW1wbGUgcmVzb3VyY2Ugc2NoZW1hIGRlbW9uc3RyYXRpbmcgc29tZSBiYXNpYyBjb25zdHJ1Y3RzIGFuZCB2YWxpZGF0aW9uIHJ1bGVzLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIF9BV1NfRUMyX0NBUlJJRVJHQVRFV0FZIHtcbi8qKlxuICogVGhlIElEIG9mIHRoZSBjYXJyaWVyIGdhdGV3YXkuXG4gKi9cbkNhcnJpZXJHYXRld2F5SWQ/OiBzdHJpbmdcbi8qKlxuICogVGhlIHN0YXRlIG9mIHRoZSBjYXJyaWVyIGdhdGV3YXkuXG4gKi9cblN0YXRlPzogc3RyaW5nXG4vKipcbiAqIFRoZSBJRCBvZiB0aGUgVlBDLlxuICovXG5WcGNJZDogc3RyaW5nXG4vKipcbiAqIFRoZSBJRCBvZiB0aGUgb3duZXIuXG4gKi9cbk93bmVySWQ/OiBzdHJpbmdcblRhZ3M/OiBUYWdzXG59XG5leHBvcnQgaW50ZXJmYWNlIFRhZyB7XG5LZXk/OiBzdHJpbmdcblZhbHVlPzogc3RyaW5nXG59XG4iXX0=
|