@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,394 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Modifies the given ``CertPolicyId`` with a qualifier. AWS Private CA supports the certification practice statement (CPS) qualifier.
|
|
3
|
+
*/
|
|
4
|
+
export type PolicyQualifierInfoList = PolicyQualifierInfo[];
|
|
5
|
+
/**
|
|
6
|
+
* Contains a sequence of one or more policy information terms, each of which consists of an object identifier (OID) and optional qualifiers. For more information, see NIST's definition of [Object Identifier (OID)](https://docs.aws.amazon.com/https://csrc.nist.gov/glossary/term/Object_Identifier).
|
|
7
|
+
* In an end-entity certificate, these terms indicate the policy under which the certificate was issued and the purposes for which it may be used. In a CA certificate, these terms limit the set of policies for certification paths that include this certificate.
|
|
8
|
+
*/
|
|
9
|
+
export type CertificatePolicyList = PolicyInformation[];
|
|
10
|
+
/**
|
|
11
|
+
* Specifies additional purposes for which the certified public key may be used other than basic purposes indicated in the ``KeyUsage`` extension.
|
|
12
|
+
*/
|
|
13
|
+
export type ExtendedKeyUsageList = ExtendedKeyUsage[];
|
|
14
|
+
/**
|
|
15
|
+
* Contains a sequence of one or more X.500 relative distinguished names (RDNs), each of which consists of an object identifier (OID) and a value. For more information, see NIST’s definition of [Object Identifier (OID)](https://docs.aws.amazon.com/https://csrc.nist.gov/glossary/term/Object_Identifier).
|
|
16
|
+
* Custom attributes cannot be used in combination with standard attributes.
|
|
17
|
+
*/
|
|
18
|
+
export type CustomAttributeList = CustomAttribute[];
|
|
19
|
+
/**
|
|
20
|
+
* The subject alternative name extension allows identities to be bound to the subject of the certificate. These identities may be included in addition to or in place of the identity in the subject field of the certificate.
|
|
21
|
+
*/
|
|
22
|
+
export type GeneralNameList = GeneralName[];
|
|
23
|
+
/**
|
|
24
|
+
* Contains a sequence of one or more X.509 extensions, each of which consists of an object identifier (OID), a base64-encoded value, and the critical flag. For more information, see the [Global OID reference database.](https://docs.aws.amazon.com/https://oidref.com/2.5.29)
|
|
25
|
+
*/
|
|
26
|
+
export type CustomExtensionList = CustomExtension[];
|
|
27
|
+
/**
|
|
28
|
+
* The ``AWS::ACMPCA::Certificate`` resource is used to issue a certificate using your private certificate authority. For more information, see the [IssueCertificate](https://docs.aws.amazon.com/privateca/latest/APIReference/API_IssueCertificate.html) action.
|
|
29
|
+
*/
|
|
30
|
+
export interface _AWS_ACMPCA_CERTIFICATE {
|
|
31
|
+
ApiPassthrough?: ApiPassthrough;
|
|
32
|
+
/**
|
|
33
|
+
* The Amazon Resource Name (ARN) for the private CA issues the certificate.
|
|
34
|
+
*/
|
|
35
|
+
CertificateAuthorityArn: string;
|
|
36
|
+
/**
|
|
37
|
+
* The certificate signing request (CSR) for the certificate.
|
|
38
|
+
*/
|
|
39
|
+
CertificateSigningRequest: string;
|
|
40
|
+
/**
|
|
41
|
+
* The name of the algorithm that will be used to sign the certificate to be issued.
|
|
42
|
+
* This parameter should not be confused with the ``SigningAlgorithm`` parameter used to sign a CSR in the ``CreateCertificateAuthority`` action.
|
|
43
|
+
* The specified signing algorithm family (RSA or ECDSA) must match the algorithm family of the CA's secret key.
|
|
44
|
+
*/
|
|
45
|
+
SigningAlgorithm: string;
|
|
46
|
+
/**
|
|
47
|
+
* Specifies a custom configuration template to use when issuing a certificate. If this parameter is not provided, PCAshort defaults to the ``EndEntityCertificate/V1`` template. For more information about PCAshort templates, see [Using Templates](https://docs.aws.amazon.com/privateca/latest/userguide/UsingTemplates.html).
|
|
48
|
+
*/
|
|
49
|
+
TemplateArn?: string;
|
|
50
|
+
Validity: Validity;
|
|
51
|
+
ValidityNotBefore?: Validity1;
|
|
52
|
+
Certificate?: string;
|
|
53
|
+
Arn?: string;
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Specifies X.509 certificate information to be included in the issued certificate. An ``APIPassthrough`` or ``APICSRPassthrough`` template variant must be selected, or else this parameter is ignored.
|
|
57
|
+
*/
|
|
58
|
+
export interface ApiPassthrough {
|
|
59
|
+
Extensions?: Extensions;
|
|
60
|
+
Subject?: Subject1;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* Specifies X.509 extension information for a certificate.
|
|
64
|
+
*/
|
|
65
|
+
export interface Extensions {
|
|
66
|
+
CertificatePolicies?: CertificatePolicyList;
|
|
67
|
+
ExtendedKeyUsage?: ExtendedKeyUsageList;
|
|
68
|
+
KeyUsage?: KeyUsage;
|
|
69
|
+
SubjectAlternativeNames?: GeneralNameList;
|
|
70
|
+
CustomExtensions?: CustomExtensionList;
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* Defines the X.509 ``CertificatePolicies`` extension.
|
|
74
|
+
*/
|
|
75
|
+
export interface PolicyInformation {
|
|
76
|
+
/**
|
|
77
|
+
* Specifies the object identifier (OID) of the certificate policy under which the certificate was issued. For more information, see NIST's definition of [Object Identifier (OID)](https://docs.aws.amazon.com/https://csrc.nist.gov/glossary/term/Object_Identifier).
|
|
78
|
+
*/
|
|
79
|
+
CertPolicyId: string;
|
|
80
|
+
PolicyQualifiers?: PolicyQualifierInfoList;
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* Modifies the ``CertPolicyId`` of a ``PolicyInformation`` object with a qualifier. AWS Private CA supports the certification practice statement (CPS) qualifier.
|
|
84
|
+
*/
|
|
85
|
+
export interface PolicyQualifierInfo {
|
|
86
|
+
/**
|
|
87
|
+
* Identifies the qualifier modifying a ``CertPolicyId``.
|
|
88
|
+
*/
|
|
89
|
+
PolicyQualifierId: string;
|
|
90
|
+
Qualifier: Qualifier;
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* Defines the qualifier type. AWS Private CA supports the use of a URI for a CPS qualifier in this field.
|
|
94
|
+
*/
|
|
95
|
+
export interface Qualifier {
|
|
96
|
+
/**
|
|
97
|
+
* Contains a pointer to a certification practice statement (CPS) published by the CA.
|
|
98
|
+
*/
|
|
99
|
+
CpsUri: string;
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
* Specifies additional purposes for which the certified public key may be used other than basic purposes indicated in the ``KeyUsage`` extension.
|
|
103
|
+
*/
|
|
104
|
+
export interface ExtendedKeyUsage {
|
|
105
|
+
/**
|
|
106
|
+
* Specifies a standard ``ExtendedKeyUsage`` as defined as in [RFC 5280](https://docs.aws.amazon.com/https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.12).
|
|
107
|
+
*/
|
|
108
|
+
ExtendedKeyUsageType?: string;
|
|
109
|
+
/**
|
|
110
|
+
* Specifies a custom ``ExtendedKeyUsage`` with an object identifier (OID).
|
|
111
|
+
*/
|
|
112
|
+
ExtendedKeyUsageObjectIdentifier?: string;
|
|
113
|
+
}
|
|
114
|
+
/**
|
|
115
|
+
* Defines one or more purposes for which the key contained in the certificate can be used. Default value for each option is false.
|
|
116
|
+
*/
|
|
117
|
+
export interface KeyUsage {
|
|
118
|
+
/**
|
|
119
|
+
* Key can be used for digital signing.
|
|
120
|
+
*/
|
|
121
|
+
DigitalSignature?: boolean;
|
|
122
|
+
/**
|
|
123
|
+
* Key can be used for non-repudiation.
|
|
124
|
+
*/
|
|
125
|
+
NonRepudiation?: boolean;
|
|
126
|
+
/**
|
|
127
|
+
* Key can be used to encipher data.
|
|
128
|
+
*/
|
|
129
|
+
KeyEncipherment?: boolean;
|
|
130
|
+
/**
|
|
131
|
+
* Key can be used to decipher data.
|
|
132
|
+
*/
|
|
133
|
+
DataEncipherment?: boolean;
|
|
134
|
+
/**
|
|
135
|
+
* Key can be used in a key-agreement protocol.
|
|
136
|
+
*/
|
|
137
|
+
KeyAgreement?: boolean;
|
|
138
|
+
/**
|
|
139
|
+
* Key can be used to sign certificates.
|
|
140
|
+
*/
|
|
141
|
+
KeyCertSign?: boolean;
|
|
142
|
+
/**
|
|
143
|
+
* Key can be used to sign CRLs.
|
|
144
|
+
*/
|
|
145
|
+
CRLSign?: boolean;
|
|
146
|
+
/**
|
|
147
|
+
* Key can be used only to encipher data.
|
|
148
|
+
*/
|
|
149
|
+
EncipherOnly?: boolean;
|
|
150
|
+
/**
|
|
151
|
+
* Key can be used only to decipher data.
|
|
152
|
+
*/
|
|
153
|
+
DecipherOnly?: boolean;
|
|
154
|
+
}
|
|
155
|
+
/**
|
|
156
|
+
* Describes an ASN.1 X.400 ``GeneralName`` as defined in [RFC 5280](https://docs.aws.amazon.com/https://datatracker.ietf.org/doc/html/rfc5280). Only one of the following naming options should be provided. Providing more than one option results in an ``InvalidArgsException`` error.
|
|
157
|
+
*/
|
|
158
|
+
export interface GeneralName {
|
|
159
|
+
OtherName?: OtherName;
|
|
160
|
+
/**
|
|
161
|
+
* Represents ``GeneralName`` as an [RFC 822](https://docs.aws.amazon.com/https://datatracker.ietf.org/doc/html/rfc822) email address.
|
|
162
|
+
*/
|
|
163
|
+
Rfc822Name?: string;
|
|
164
|
+
/**
|
|
165
|
+
* Represents ``GeneralName`` as a DNS name.
|
|
166
|
+
*/
|
|
167
|
+
DnsName?: string;
|
|
168
|
+
DirectoryName?: Subject;
|
|
169
|
+
EdiPartyName?: EdiPartyName;
|
|
170
|
+
/**
|
|
171
|
+
* Represents ``GeneralName`` as a URI.
|
|
172
|
+
*/
|
|
173
|
+
UniformResourceIdentifier?: string;
|
|
174
|
+
/**
|
|
175
|
+
* Represents ``GeneralName`` as an IPv4 or IPv6 address.
|
|
176
|
+
*/
|
|
177
|
+
IpAddress?: string;
|
|
178
|
+
/**
|
|
179
|
+
* Represents ``GeneralName`` as an object identifier (OID).
|
|
180
|
+
*/
|
|
181
|
+
RegisteredId?: string;
|
|
182
|
+
}
|
|
183
|
+
/**
|
|
184
|
+
* Represents ``GeneralName`` using an ``OtherName`` object.
|
|
185
|
+
*/
|
|
186
|
+
export interface OtherName {
|
|
187
|
+
/**
|
|
188
|
+
* Specifies an OID.
|
|
189
|
+
*/
|
|
190
|
+
TypeId: string;
|
|
191
|
+
/**
|
|
192
|
+
* Specifies an OID value.
|
|
193
|
+
*/
|
|
194
|
+
Value: string;
|
|
195
|
+
}
|
|
196
|
+
/**
|
|
197
|
+
* Contains information about the certificate subject. The certificate can be one issued by your private certificate authority (CA) or it can be your private CA certificate. The Subject field in the certificate identifies the entity that owns or controls the public key in the certificate. The entity can be a user, computer, device, or service. The Subject must contain an X.500 distinguished name (DN). A DN is a sequence of relative distinguished names (RDNs). The RDNs are separated by commas in the certificate. The DN must be unique for each entity, but your private CA can issue more than one certificate with the same DN to the same entity.
|
|
198
|
+
*/
|
|
199
|
+
export interface Subject {
|
|
200
|
+
/**
|
|
201
|
+
* Two-digit code that specifies the country in which the certificate subject located.
|
|
202
|
+
*/
|
|
203
|
+
Country?: string;
|
|
204
|
+
/**
|
|
205
|
+
* Legal name of the organization with which the certificate subject is affiliated.
|
|
206
|
+
*/
|
|
207
|
+
Organization?: string;
|
|
208
|
+
/**
|
|
209
|
+
* A subdivision or unit of the organization (such as sales or finance) with which the certificate subject is affiliated.
|
|
210
|
+
*/
|
|
211
|
+
OrganizationalUnit?: string;
|
|
212
|
+
/**
|
|
213
|
+
* Disambiguating information for the certificate subject.
|
|
214
|
+
*/
|
|
215
|
+
DistinguishedNameQualifier?: string;
|
|
216
|
+
/**
|
|
217
|
+
* State in which the subject of the certificate is located.
|
|
218
|
+
*/
|
|
219
|
+
State?: string;
|
|
220
|
+
/**
|
|
221
|
+
* For CA and end-entity certificates in a private PKI, the common name (CN) can be any string within the length limit.
|
|
222
|
+
* Note: In publicly trusted certificates, the common name must be a fully qualified domain name (FQDN) associated with the certificate subject.
|
|
223
|
+
*/
|
|
224
|
+
CommonName?: string;
|
|
225
|
+
/**
|
|
226
|
+
* The certificate serial number.
|
|
227
|
+
*/
|
|
228
|
+
SerialNumber?: string;
|
|
229
|
+
/**
|
|
230
|
+
* The locality (such as a city or town) in which the certificate subject is located.
|
|
231
|
+
*/
|
|
232
|
+
Locality?: string;
|
|
233
|
+
/**
|
|
234
|
+
* A title such as Mr. or Ms., which is pre-pended to the name to refer formally to the certificate subject.
|
|
235
|
+
*/
|
|
236
|
+
Title?: string;
|
|
237
|
+
/**
|
|
238
|
+
* Family name. In the US and the UK, for example, the surname of an individual is ordered last. In Asian cultures the surname is typically ordered first.
|
|
239
|
+
*/
|
|
240
|
+
Surname?: string;
|
|
241
|
+
/**
|
|
242
|
+
* First name.
|
|
243
|
+
*/
|
|
244
|
+
GivenName?: string;
|
|
245
|
+
/**
|
|
246
|
+
* Concatenation that typically contains the first letter of the *GivenName*, the first letter of the middle name if one exists, and the first letter of the *Surname*.
|
|
247
|
+
*/
|
|
248
|
+
Initials?: string;
|
|
249
|
+
/**
|
|
250
|
+
* Typically a shortened version of a longer *GivenName*. For example, Jonathan is often shortened to John. Elizabeth is often shortened to Beth, Liz, or Eliza.
|
|
251
|
+
*/
|
|
252
|
+
Pseudonym?: string;
|
|
253
|
+
/**
|
|
254
|
+
* Typically a qualifier appended to the name of an individual. Examples include Jr. for junior, Sr. for senior, and III for third.
|
|
255
|
+
*/
|
|
256
|
+
GenerationQualifier?: string;
|
|
257
|
+
CustomAttributes?: CustomAttributeList;
|
|
258
|
+
}
|
|
259
|
+
/**
|
|
260
|
+
* Defines the X.500 relative distinguished name (RDN).
|
|
261
|
+
*/
|
|
262
|
+
export interface CustomAttribute {
|
|
263
|
+
/**
|
|
264
|
+
* Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).
|
|
265
|
+
*/
|
|
266
|
+
ObjectIdentifier: string;
|
|
267
|
+
/**
|
|
268
|
+
* Specifies the attribute value of relative distinguished name (RDN).
|
|
269
|
+
*/
|
|
270
|
+
Value: string;
|
|
271
|
+
}
|
|
272
|
+
/**
|
|
273
|
+
* Represents ``GeneralName`` as an ``EdiPartyName`` object.
|
|
274
|
+
*/
|
|
275
|
+
export interface EdiPartyName {
|
|
276
|
+
/**
|
|
277
|
+
* Specifies the party name.
|
|
278
|
+
*/
|
|
279
|
+
PartyName: string;
|
|
280
|
+
/**
|
|
281
|
+
* Specifies the name assigner.
|
|
282
|
+
*/
|
|
283
|
+
NameAssigner: string;
|
|
284
|
+
}
|
|
285
|
+
/**
|
|
286
|
+
* Specifies the X.509 extension information for a certificate.
|
|
287
|
+
* Extensions present in ``CustomExtensions`` follow the ``ApiPassthrough`` [template rules](https://docs.aws.amazon.com/privateca/latest/userguide/UsingTemplates.html#template-order-of-operations).
|
|
288
|
+
*/
|
|
289
|
+
export interface CustomExtension {
|
|
290
|
+
/**
|
|
291
|
+
* Specifies the critical flag of the X.509 extension.
|
|
292
|
+
*/
|
|
293
|
+
Critical?: boolean;
|
|
294
|
+
/**
|
|
295
|
+
* Specifies the object identifier (OID) of the X.509 extension. For more information, see the [Global OID reference database.](https://docs.aws.amazon.com/https://oidref.com/2.5.29)
|
|
296
|
+
*/
|
|
297
|
+
ObjectIdentifier: string;
|
|
298
|
+
/**
|
|
299
|
+
* Specifies the base64-encoded value of the X.509 extension.
|
|
300
|
+
*/
|
|
301
|
+
Value: string;
|
|
302
|
+
}
|
|
303
|
+
/**
|
|
304
|
+
* Contains information about the certificate subject. The Subject field in the certificate identifies the entity that owns or controls the public key in the certificate. The entity can be a user, computer, device, or service. The Subject must contain an X.500 distinguished name (DN). A DN is a sequence of relative distinguished names (RDNs). The RDNs are separated by commas in the certificate.
|
|
305
|
+
*/
|
|
306
|
+
export interface Subject1 {
|
|
307
|
+
/**
|
|
308
|
+
* Two-digit code that specifies the country in which the certificate subject located.
|
|
309
|
+
*/
|
|
310
|
+
Country?: string;
|
|
311
|
+
/**
|
|
312
|
+
* Legal name of the organization with which the certificate subject is affiliated.
|
|
313
|
+
*/
|
|
314
|
+
Organization?: string;
|
|
315
|
+
/**
|
|
316
|
+
* A subdivision or unit of the organization (such as sales or finance) with which the certificate subject is affiliated.
|
|
317
|
+
*/
|
|
318
|
+
OrganizationalUnit?: string;
|
|
319
|
+
/**
|
|
320
|
+
* Disambiguating information for the certificate subject.
|
|
321
|
+
*/
|
|
322
|
+
DistinguishedNameQualifier?: string;
|
|
323
|
+
/**
|
|
324
|
+
* State in which the subject of the certificate is located.
|
|
325
|
+
*/
|
|
326
|
+
State?: string;
|
|
327
|
+
/**
|
|
328
|
+
* For CA and end-entity certificates in a private PKI, the common name (CN) can be any string within the length limit.
|
|
329
|
+
* Note: In publicly trusted certificates, the common name must be a fully qualified domain name (FQDN) associated with the certificate subject.
|
|
330
|
+
*/
|
|
331
|
+
CommonName?: string;
|
|
332
|
+
/**
|
|
333
|
+
* The certificate serial number.
|
|
334
|
+
*/
|
|
335
|
+
SerialNumber?: string;
|
|
336
|
+
/**
|
|
337
|
+
* The locality (such as a city or town) in which the certificate subject is located.
|
|
338
|
+
*/
|
|
339
|
+
Locality?: string;
|
|
340
|
+
/**
|
|
341
|
+
* A title such as Mr. or Ms., which is pre-pended to the name to refer formally to the certificate subject.
|
|
342
|
+
*/
|
|
343
|
+
Title?: string;
|
|
344
|
+
/**
|
|
345
|
+
* Family name. In the US and the UK, for example, the surname of an individual is ordered last. In Asian cultures the surname is typically ordered first.
|
|
346
|
+
*/
|
|
347
|
+
Surname?: string;
|
|
348
|
+
/**
|
|
349
|
+
* First name.
|
|
350
|
+
*/
|
|
351
|
+
GivenName?: string;
|
|
352
|
+
/**
|
|
353
|
+
* Concatenation that typically contains the first letter of the *GivenName*, the first letter of the middle name if one exists, and the first letter of the *Surname*.
|
|
354
|
+
*/
|
|
355
|
+
Initials?: string;
|
|
356
|
+
/**
|
|
357
|
+
* Typically a shortened version of a longer *GivenName*. For example, Jonathan is often shortened to John. Elizabeth is often shortened to Beth, Liz, or Eliza.
|
|
358
|
+
*/
|
|
359
|
+
Pseudonym?: string;
|
|
360
|
+
/**
|
|
361
|
+
* Typically a qualifier appended to the name of an individual. Examples include Jr. for junior, Sr. for senior, and III for third.
|
|
362
|
+
*/
|
|
363
|
+
GenerationQualifier?: string;
|
|
364
|
+
CustomAttributes?: CustomAttributeList;
|
|
365
|
+
}
|
|
366
|
+
/**
|
|
367
|
+
* The period of time during which the certificate will be valid.
|
|
368
|
+
*/
|
|
369
|
+
export interface Validity {
|
|
370
|
+
/**
|
|
371
|
+
* A long integer interpreted according to the value of ``Type``, below.
|
|
372
|
+
*/
|
|
373
|
+
Value: number;
|
|
374
|
+
/**
|
|
375
|
+
* Specifies whether the ``Value`` parameter represents days, months, or years.
|
|
376
|
+
*/
|
|
377
|
+
Type: string;
|
|
378
|
+
}
|
|
379
|
+
/**
|
|
380
|
+
* Information describing the start of the validity period of the certificate. This parameter sets the “Not Before" date for the certificate.
|
|
381
|
+
* By default, when issuing a certificate, PCAshort sets the "Not Before" date to the issuance time minus 60 minutes. This compensates for clock inconsistencies across computer systems. The ``ValidityNotBefore`` parameter can be used to customize the “Not Before” value.
|
|
382
|
+
* Unlike the ``Validity`` parameter, the ``ValidityNotBefore`` parameter is optional.
|
|
383
|
+
* The ``ValidityNotBefore`` value is expressed as an explicit date and time, using the ``Validity`` type value ``ABSOLUTE``.
|
|
384
|
+
*/
|
|
385
|
+
export interface Validity1 {
|
|
386
|
+
/**
|
|
387
|
+
* A long integer interpreted according to the value of ``Type``, below.
|
|
388
|
+
*/
|
|
389
|
+
Value: number;
|
|
390
|
+
/**
|
|
391
|
+
* Specifies whether the ``Value`` parameter represents days, months, or years.
|
|
392
|
+
*/
|
|
393
|
+
Type: string;
|
|
394
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXdzLWFjbXBjYS1jZXJ0aWZpY2F0ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbImF3cy1hY21wY2EtY2VydGlmaWNhdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogTW9kaWZpZXMgdGhlIGdpdmVuIGBgQ2VydFBvbGljeUlkYGAgd2l0aCBhIHF1YWxpZmllci4gQVdTIFByaXZhdGUgQ0Egc3VwcG9ydHMgdGhlIGNlcnRpZmljYXRpb24gcHJhY3RpY2Ugc3RhdGVtZW50IChDUFMpIHF1YWxpZmllci5cbiAqL1xuZXhwb3J0IHR5cGUgUG9saWN5UXVhbGlmaWVySW5mb0xpc3QgPSBQb2xpY3lRdWFsaWZpZXJJbmZvW11cbi8qKlxuICogQ29udGFpbnMgYSBzZXF1ZW5jZSBvZiBvbmUgb3IgbW9yZSBwb2xpY3kgaW5mb3JtYXRpb24gdGVybXMsIGVhY2ggb2Ygd2hpY2ggY29uc2lzdHMgb2YgYW4gb2JqZWN0IGlkZW50aWZpZXIgKE9JRCkgYW5kIG9wdGlvbmFsIHF1YWxpZmllcnMuIEZvciBtb3JlIGluZm9ybWF0aW9uLCBzZWUgTklTVCdzIGRlZmluaXRpb24gb2YgW09iamVjdCBJZGVudGlmaWVyIChPSUQpXShodHRwczovL2RvY3MuYXdzLmFtYXpvbi5jb20vaHR0cHM6Ly9jc3JjLm5pc3QuZ292L2dsb3NzYXJ5L3Rlcm0vT2JqZWN0X0lkZW50aWZpZXIpLlxuICogIEluIGFuIGVuZC1lbnRpdHkgY2VydGlmaWNhdGUsIHRoZXNlIHRlcm1zIGluZGljYXRlIHRoZSBwb2xpY3kgdW5kZXIgd2hpY2ggdGhlIGNlcnRpZmljYXRlIHdhcyBpc3N1ZWQgYW5kIHRoZSBwdXJwb3NlcyBmb3Igd2hpY2ggaXQgbWF5IGJlIHVzZWQuIEluIGEgQ0EgY2VydGlmaWNhdGUsIHRoZXNlIHRlcm1zIGxpbWl0IHRoZSBzZXQgb2YgcG9saWNpZXMgZm9yIGNlcnRpZmljYXRpb24gcGF0aHMgdGhhdCBpbmNsdWRlIHRoaXMgY2VydGlmaWNhdGUuXG4gKi9cbmV4cG9ydCB0eXBlIENlcnRpZmljYXRlUG9saWN5TGlzdCA9IFBvbGljeUluZm9ybWF0aW9uW11cbi8qKlxuICogU3BlY2lmaWVzIGFkZGl0aW9uYWwgcHVycG9zZXMgZm9yIHdoaWNoIHRoZSBjZXJ0aWZpZWQgcHVibGljIGtleSBtYXkgYmUgdXNlZCBvdGhlciB0aGFuIGJhc2ljIHB1cnBvc2VzIGluZGljYXRlZCBpbiB0aGUgYGBLZXlVc2FnZWBgIGV4dGVuc2lvbi5cbiAqL1xuZXhwb3J0IHR5cGUgRXh0ZW5kZWRLZXlVc2FnZUxpc3QgPSBFeHRlbmRlZEtleVVzYWdlW11cbi8qKlxuICogQ29udGFpbnMgYSBzZXF1ZW5jZSBvZiBvbmUgb3IgbW9yZSBYLjUwMCByZWxhdGl2ZSBkaXN0aW5ndWlzaGVkIG5hbWVzIChSRE5zKSwgZWFjaCBvZiB3aGljaCBjb25zaXN0cyBvZiBhbiBvYmplY3QgaWRlbnRpZmllciAoT0lEKSBhbmQgYSB2YWx1ZS4gRm9yIG1vcmUgaW5mb3JtYXRpb24sIHNlZSBOSVNU4oCZcyBkZWZpbml0aW9uIG9mIFtPYmplY3QgSWRlbnRpZmllciAoT0lEKV0oaHR0cHM6Ly9kb2NzLmF3cy5hbWF6b24uY29tL2h0dHBzOi8vY3NyYy5uaXN0Lmdvdi9nbG9zc2FyeS90ZXJtL09iamVjdF9JZGVudGlmaWVyKS5cbiAqICAgQ3VzdG9tIGF0dHJpYnV0ZXMgY2Fubm90IGJlIHVzZWQgaW4gY29tYmluYXRpb24gd2l0aCBzdGFuZGFyZCBhdHRyaWJ1dGVzLlxuICovXG5leHBvcnQgdHlwZSBDdXN0b21BdHRyaWJ1dGVMaXN0ID0gQ3VzdG9tQXR0cmlidXRlW11cbi8qKlxuICogVGhlIHN1YmplY3QgYWx0ZXJuYXRpdmUgbmFtZSBleHRlbnNpb24gYWxsb3dzIGlkZW50aXRpZXMgdG8gYmUgYm91bmQgdG8gdGhlIHN1YmplY3Qgb2YgdGhlIGNlcnRpZmljYXRlLiBUaGVzZSBpZGVudGl0aWVzIG1heSBiZSBpbmNsdWRlZCBpbiBhZGRpdGlvbiB0byBvciBpbiBwbGFjZSBvZiB0aGUgaWRlbnRpdHkgaW4gdGhlIHN1YmplY3QgZmllbGQgb2YgdGhlIGNlcnRpZmljYXRlLlxuICovXG5leHBvcnQgdHlwZSBHZW5lcmFsTmFtZUxpc3QgPSBHZW5lcmFsTmFtZVtdXG4vKipcbiAqIENvbnRhaW5zIGEgc2VxdWVuY2Ugb2Ygb25lIG9yIG1vcmUgWC41MDkgZXh0ZW5zaW9ucywgZWFjaCBvZiB3aGljaCBjb25zaXN0cyBvZiBhbiBvYmplY3QgaWRlbnRpZmllciAoT0lEKSwgYSBiYXNlNjQtZW5jb2RlZCB2YWx1ZSwgYW5kIHRoZSBjcml0aWNhbCBmbGFnLiBGb3IgbW9yZSBpbmZvcm1hdGlvbiwgc2VlIHRoZSBbR2xvYmFsIE9JRCByZWZlcmVuY2UgZGF0YWJhc2UuXShodHRwczovL2RvY3MuYXdzLmFtYXpvbi5jb20vaHR0cHM6Ly9vaWRyZWYuY29tLzIuNS4yOSlcbiAqL1xuZXhwb3J0IHR5cGUgQ3VzdG9tRXh0ZW5zaW9uTGlzdCA9IEN1c3RvbUV4dGVuc2lvbltdXG5cbi8qKlxuICogVGhlIGBgQVdTOjpBQ01QQ0E6OkNlcnRpZmljYXRlYGAgcmVzb3VyY2UgaXMgdXNlZCB0byBpc3N1ZSBhIGNlcnRpZmljYXRlIHVzaW5nIHlvdXIgcHJpdmF0ZSBjZXJ0aWZpY2F0ZSBhdXRob3JpdHkuIEZvciBtb3JlIGluZm9ybWF0aW9uLCBzZWUgdGhlIFtJc3N1ZUNlcnRpZmljYXRlXShodHRwczovL2RvY3MuYXdzLmFtYXpvbi5jb20vcHJpdmF0ZWNhL2xhdGVzdC9BUElSZWZlcmVuY2UvQVBJX0lzc3VlQ2VydGlmaWNhdGUuaHRtbCkgYWN0aW9uLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIF9BV1NfQUNNUENBX0NFUlRJRklDQVRFIHtcbkFwaVBhc3N0aHJvdWdoPzogQXBpUGFzc3Rocm91Z2hcbi8qKlxuICogVGhlIEFtYXpvbiBSZXNvdXJjZSBOYW1lIChBUk4pIGZvciB0aGUgcHJpdmF0ZSBDQSBpc3N1ZXMgdGhlIGNlcnRpZmljYXRlLlxuICovXG5DZXJ0aWZpY2F0ZUF1dGhvcml0eUFybjogc3RyaW5nXG4vKipcbiAqIFRoZSBjZXJ0aWZpY2F0ZSBzaWduaW5nIHJlcXVlc3QgKENTUikgZm9yIHRoZSBjZXJ0aWZpY2F0ZS5cbiAqL1xuQ2VydGlmaWNhdGVTaWduaW5nUmVxdWVzdDogc3RyaW5nXG4vKipcbiAqIFRoZSBuYW1lIG9mIHRoZSBhbGdvcml0aG0gdGhhdCB3aWxsIGJlIHVzZWQgdG8gc2lnbiB0aGUgY2VydGlmaWNhdGUgdG8gYmUgaXNzdWVkLiBcbiAqICBUaGlzIHBhcmFtZXRlciBzaG91bGQgbm90IGJlIGNvbmZ1c2VkIHdpdGggdGhlIGBgU2lnbmluZ0FsZ29yaXRobWBgIHBhcmFtZXRlciB1c2VkIHRvIHNpZ24gYSBDU1IgaW4gdGhlIGBgQ3JlYXRlQ2VydGlmaWNhdGVBdXRob3JpdHlgYCBhY3Rpb24uXG4gKiAgIFRoZSBzcGVjaWZpZWQgc2lnbmluZyBhbGdvcml0aG0gZmFtaWx5IChSU0Egb3IgRUNEU0EpIG11c3QgbWF0Y2ggdGhlIGFsZ29yaXRobSBmYW1pbHkgb2YgdGhlIENBJ3Mgc2VjcmV0IGtleS5cbiAqL1xuU2lnbmluZ0FsZ29yaXRobTogc3RyaW5nXG4vKipcbiAqIFNwZWNpZmllcyBhIGN1c3RvbSBjb25maWd1cmF0aW9uIHRlbXBsYXRlIHRvIHVzZSB3aGVuIGlzc3VpbmcgYSBjZXJ0aWZpY2F0ZS4gSWYgdGhpcyBwYXJhbWV0ZXIgaXMgbm90IHByb3ZpZGVkLCBQQ0FzaG9ydCBkZWZhdWx0cyB0byB0aGUgYGBFbmRFbnRpdHlDZXJ0aWZpY2F0ZS9WMWBgIHRlbXBsYXRlLiBGb3IgbW9yZSBpbmZvcm1hdGlvbiBhYm91dCBQQ0FzaG9ydCB0ZW1wbGF0ZXMsIHNlZSBbVXNpbmcgVGVtcGxhdGVzXShodHRwczovL2RvY3MuYXdzLmFtYXpvbi5jb20vcHJpdmF0ZWNhL2xhdGVzdC91c2VyZ3VpZGUvVXNpbmdUZW1wbGF0ZXMuaHRtbCkuXG4gKi9cblRlbXBsYXRlQXJuPzogc3RyaW5nXG5WYWxpZGl0eTogVmFsaWRpdHlcblZhbGlkaXR5Tm90QmVmb3JlPzogVmFsaWRpdHkxXG5DZXJ0aWZpY2F0ZT86IHN0cmluZ1xuQXJuPzogc3RyaW5nXG59XG4vKipcbiAqIFNwZWNpZmllcyBYLjUwOSBjZXJ0aWZpY2F0ZSBpbmZvcm1hdGlvbiB0byBiZSBpbmNsdWRlZCBpbiB0aGUgaXNzdWVkIGNlcnRpZmljYXRlLiBBbiBgYEFQSVBhc3N0aHJvdWdoYGAgb3IgYGBBUElDU1JQYXNzdGhyb3VnaGBgIHRlbXBsYXRlIHZhcmlhbnQgbXVzdCBiZSBzZWxlY3RlZCwgb3IgZWxzZSB0aGlzIHBhcmFtZXRlciBpcyBpZ25vcmVkLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIEFwaVBhc3N0aHJvdWdoIHtcbkV4dGVuc2lvbnM/OiBFeHRlbnNpb25zXG5TdWJqZWN0PzogU3ViamVjdDFcbn1cbi8qKlxuICogU3BlY2lmaWVzIFguNTA5IGV4dGVuc2lvbiBpbmZvcm1hdGlvbiBmb3IgYSBjZXJ0aWZpY2F0ZS5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBFeHRlbnNpb25zIHtcbkNlcnRpZmljYXRlUG9saWNpZXM/OiBDZXJ0aWZpY2F0ZVBvbGljeUxpc3RcbkV4dGVuZGVkS2V5VXNhZ2U/OiBFeHRlbmRlZEtleVVzYWdlTGlzdFxuS2V5VXNhZ2U/OiBLZXlVc2FnZVxuU3ViamVjdEFsdGVybmF0aXZlTmFtZXM/OiBHZW5lcmFsTmFtZUxpc3RcbkN1c3RvbUV4dGVuc2lvbnM/OiBDdXN0b21FeHRlbnNpb25MaXN0XG59XG4vKipcbiAqIERlZmluZXMgdGhlIFguNTA5IGBgQ2VydGlmaWNhdGVQb2xpY2llc2BgIGV4dGVuc2lvbi5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBQb2xpY3lJbmZvcm1hdGlvbiB7XG4vKipcbiAqIFNwZWNpZmllcyB0aGUgb2JqZWN0IGlkZW50aWZpZXIgKE9JRCkgb2YgdGhlIGNlcnRpZmljYXRlIHBvbGljeSB1bmRlciB3aGljaCB0aGUgY2VydGlmaWNhdGUgd2FzIGlzc3VlZC4gRm9yIG1vcmUgaW5mb3JtYXRpb24sIHNlZSBOSVNUJ3MgZGVmaW5pdGlvbiBvZiBbT2JqZWN0IElkZW50aWZpZXIgKE9JRCldKGh0dHBzOi8vZG9jcy5hd3MuYW1hem9uLmNvbS9odHRwczovL2NzcmMubmlzdC5nb3YvZ2xvc3NhcnkvdGVybS9PYmplY3RfSWRlbnRpZmllcikuXG4gKi9cbkNlcnRQb2xpY3lJZDogc3RyaW5nXG5Qb2xpY3lRdWFsaWZpZXJzPzogUG9saWN5UXVhbGlmaWVySW5mb0xpc3Rcbn1cbi8qKlxuICogTW9kaWZpZXMgdGhlIGBgQ2VydFBvbGljeUlkYGAgb2YgYSBgYFBvbGljeUluZm9ybWF0aW9uYGAgb2JqZWN0IHdpdGggYSBxdWFsaWZpZXIuIEFXUyBQcml2YXRlIENBIHN1cHBvcnRzIHRoZSBjZXJ0aWZpY2F0aW9uIHByYWN0aWNlIHN0YXRlbWVudCAoQ1BTKSBxdWFsaWZpZXIuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgUG9saWN5UXVhbGlmaWVySW5mbyB7XG4vKipcbiAqIElkZW50aWZpZXMgdGhlIHF1YWxpZmllciBtb2RpZnlpbmcgYSBgYENlcnRQb2xpY3lJZGBgLlxuICovXG5Qb2xpY3lRdWFsaWZpZXJJZDogc3RyaW5nXG5RdWFsaWZpZXI6IFF1YWxpZmllclxufVxuLyoqXG4gKiBEZWZpbmVzIHRoZSBxdWFsaWZpZXIgdHlwZS4gQVdTIFByaXZhdGUgQ0Egc3VwcG9ydHMgdGhlIHVzZSBvZiBhIFVSSSBmb3IgYSBDUFMgcXVhbGlmaWVyIGluIHRoaXMgZmllbGQuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgUXVhbGlmaWVyIHtcbi8qKlxuICogQ29udGFpbnMgYSBwb2ludGVyIHRvIGEgY2VydGlmaWNhdGlvbiBwcmFjdGljZSBzdGF0ZW1lbnQgKENQUykgcHVibGlzaGVkIGJ5IHRoZSBDQS5cbiAqL1xuQ3BzVXJpOiBzdHJpbmdcbn1cbi8qKlxuICogU3BlY2lmaWVzIGFkZGl0aW9uYWwgcHVycG9zZXMgZm9yIHdoaWNoIHRoZSBjZXJ0aWZpZWQgcHVibGljIGtleSBtYXkgYmUgdXNlZCBvdGhlciB0aGFuIGJhc2ljIHB1cnBvc2VzIGluZGljYXRlZCBpbiB0aGUgYGBLZXlVc2FnZWBgIGV4dGVuc2lvbi5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBFeHRlbmRlZEtleVVzYWdlIHtcbi8qKlxuICogU3BlY2lmaWVzIGEgc3RhbmRhcmQgYGBFeHRlbmRlZEtleVVzYWdlYGAgYXMgZGVmaW5lZCBhcyBpbiBbUkZDIDUyODBdKGh0dHBzOi8vZG9jcy5hd3MuYW1hem9uLmNvbS9odHRwczovL2RhdGF0cmFja2VyLmlldGYub3JnL2RvYy9odG1sL3JmYzUyODAjc2VjdGlvbi00LjIuMS4xMikuXG4gKi9cbkV4dGVuZGVkS2V5VXNhZ2VUeXBlPzogc3RyaW5nXG4vKipcbiAqIFNwZWNpZmllcyBhIGN1c3RvbSBgYEV4dGVuZGVkS2V5VXNhZ2VgYCB3aXRoIGFuIG9iamVjdCBpZGVudGlmaWVyIChPSUQpLlxuICovXG5FeHRlbmRlZEtleVVzYWdlT2JqZWN0SWRlbnRpZmllcj86IHN0cmluZ1xufVxuLyoqXG4gKiBEZWZpbmVzIG9uZSBvciBtb3JlIHB1cnBvc2VzIGZvciB3aGljaCB0aGUga2V5IGNvbnRhaW5lZCBpbiB0aGUgY2VydGlmaWNhdGUgY2FuIGJlIHVzZWQuIERlZmF1bHQgdmFsdWUgZm9yIGVhY2ggb3B0aW9uIGlzIGZhbHNlLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIEtleVVzYWdlIHtcbi8qKlxuICogS2V5IGNhbiBiZSB1c2VkIGZvciBkaWdpdGFsIHNpZ25pbmcuXG4gKi9cbkRpZ2l0YWxTaWduYXR1cmU/OiBib29sZWFuXG4vKipcbiAqIEtleSBjYW4gYmUgdXNlZCBmb3Igbm9uLXJlcHVkaWF0aW9uLlxuICovXG5Ob25SZXB1ZGlhdGlvbj86IGJvb2xlYW5cbi8qKlxuICogS2V5IGNhbiBiZSB1c2VkIHRvIGVuY2lwaGVyIGRhdGEuXG4gKi9cbktleUVuY2lwaGVybWVudD86IGJvb2xlYW5cbi8qKlxuICogS2V5IGNhbiBiZSB1c2VkIHRvIGRlY2lwaGVyIGRhdGEuXG4gKi9cbkRhdGFFbmNpcGhlcm1lbnQ/OiBib29sZWFuXG4vKipcbiAqIEtleSBjYW4gYmUgdXNlZCBpbiBhIGtleS1hZ3JlZW1lbnQgcHJvdG9jb2wuXG4gKi9cbktleUFncmVlbWVudD86IGJvb2xlYW5cbi8qKlxuICogS2V5IGNhbiBiZSB1c2VkIHRvIHNpZ24gY2VydGlmaWNhdGVzLlxuICovXG5LZXlDZXJ0U2lnbj86IGJvb2xlYW5cbi8qKlxuICogS2V5IGNhbiBiZSB1c2VkIHRvIHNpZ24gQ1JMcy5cbiAqL1xuQ1JMU2lnbj86IGJvb2xlYW5cbi8qKlxuICogS2V5IGNhbiBiZSB1c2VkIG9ubHkgdG8gZW5jaXBoZXIgZGF0YS5cbiAqL1xuRW5jaXBoZXJPbmx5PzogYm9vbGVhblxuLyoqXG4gKiBLZXkgY2FuIGJlIHVzZWQgb25seSB0byBkZWNpcGhlciBkYXRhLlxuICovXG5EZWNpcGhlck9ubHk/OiBib29sZWFuXG59XG4vKipcbiAqIERlc2NyaWJlcyBhbiBBU04uMSBYLjQwMCBgYEdlbmVyYWxOYW1lYGAgYXMgZGVmaW5lZCBpbiBbUkZDIDUyODBdKGh0dHBzOi8vZG9jcy5hd3MuYW1hem9uLmNvbS9odHRwczovL2RhdGF0cmFja2VyLmlldGYub3JnL2RvYy9odG1sL3JmYzUyODApLiBPbmx5IG9uZSBvZiB0aGUgZm9sbG93aW5nIG5hbWluZyBvcHRpb25zIHNob3VsZCBiZSBwcm92aWRlZC4gUHJvdmlkaW5nIG1vcmUgdGhhbiBvbmUgb3B0aW9uIHJlc3VsdHMgaW4gYW4gYGBJbnZhbGlkQXJnc0V4Y2VwdGlvbmBgIGVycm9yLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIEdlbmVyYWxOYW1lIHtcbk90aGVyTmFtZT86IE90aGVyTmFtZVxuLyoqXG4gKiBSZXByZXNlbnRzIGBgR2VuZXJhbE5hbWVgYCBhcyBhbiBbUkZDIDgyMl0oaHR0cHM6Ly9kb2NzLmF3cy5hbWF6b24uY29tL2h0dHBzOi8vZGF0YXRyYWNrZXIuaWV0Zi5vcmcvZG9jL2h0bWwvcmZjODIyKSBlbWFpbCBhZGRyZXNzLlxuICovXG5SZmM4MjJOYW1lPzogc3RyaW5nXG4vKipcbiAqIFJlcHJlc2VudHMgYGBHZW5lcmFsTmFtZWBgIGFzIGEgRE5TIG5hbWUuXG4gKi9cbkRuc05hbWU/OiBzdHJpbmdcbkRpcmVjdG9yeU5hbWU/OiBTdWJqZWN0XG5FZGlQYXJ0eU5hbWU/OiBFZGlQYXJ0eU5hbWVcbi8qKlxuICogUmVwcmVzZW50cyBgYEdlbmVyYWxOYW1lYGAgYXMgYSBVUkkuXG4gKi9cblVuaWZvcm1SZXNvdXJjZUlkZW50aWZpZXI/OiBzdHJpbmdcbi8qKlxuICogUmVwcmVzZW50cyBgYEdlbmVyYWxOYW1lYGAgYXMgYW4gSVB2NCBvciBJUHY2IGFkZHJlc3MuXG4gKi9cbklwQWRkcmVzcz86IHN0cmluZ1xuLyoqXG4gKiBSZXByZXNlbnRzIGBgR2VuZXJhbE5hbWVgYCBhcyBhbiBvYmplY3QgaWRlbnRpZmllciAoT0lEKS5cbiAqL1xuUmVnaXN0ZXJlZElkPzogc3RyaW5nXG59XG4vKipcbiAqIFJlcHJlc2VudHMgYGBHZW5lcmFsTmFtZWBgIHVzaW5nIGFuIGBgT3RoZXJOYW1lYGAgb2JqZWN0LlxuICovXG5leHBvcnQgaW50ZXJmYWNlIE90aGVyTmFtZSB7XG4vKipcbiAqIFNwZWNpZmllcyBhbiBPSUQuXG4gKi9cblR5cGVJZDogc3RyaW5nXG4vKipcbiAqIFNwZWNpZmllcyBhbiBPSUQgdmFsdWUuXG4gKi9cblZhbHVlOiBzdHJpbmdcbn1cbi8qKlxuICogQ29udGFpbnMgaW5mb3JtYXRpb24gYWJvdXQgdGhlIGNlcnRpZmljYXRlIHN1YmplY3QuIFRoZSBjZXJ0aWZpY2F0ZSBjYW4gYmUgb25lIGlzc3VlZCBieSB5b3VyIHByaXZhdGUgY2VydGlmaWNhdGUgYXV0aG9yaXR5IChDQSkgb3IgaXQgY2FuIGJlIHlvdXIgcHJpdmF0ZSBDQSBjZXJ0aWZpY2F0ZS4gVGhlIFN1YmplY3QgZmllbGQgaW4gdGhlIGNlcnRpZmljYXRlIGlkZW50aWZpZXMgdGhlIGVudGl0eSB0aGF0IG93bnMgb3IgY29udHJvbHMgdGhlIHB1YmxpYyBrZXkgaW4gdGhlIGNlcnRpZmljYXRlLiBUaGUgZW50aXR5IGNhbiBiZSBhIHVzZXIsIGNvbXB1dGVyLCBkZXZpY2UsIG9yIHNlcnZpY2UuIFRoZSBTdWJqZWN0IG11c3QgY29udGFpbiBhbiBYLjUwMCBkaXN0aW5ndWlzaGVkIG5hbWUgKEROKS4gQSBETiBpcyBhIHNlcXVlbmNlIG9mIHJlbGF0aXZlIGRpc3Rpbmd1aXNoZWQgbmFtZXMgKFJETnMpLiBUaGUgUkROcyBhcmUgc2VwYXJhdGVkIGJ5IGNvbW1hcyBpbiB0aGUgY2VydGlmaWNhdGUuIFRoZSBETiBtdXN0IGJlIHVuaXF1ZSBmb3IgZWFjaCBlbnRpdHksIGJ1dCB5b3VyIHByaXZhdGUgQ0EgY2FuIGlzc3VlIG1vcmUgdGhhbiBvbmUgY2VydGlmaWNhdGUgd2l0aCB0aGUgc2FtZSBETiB0byB0aGUgc2FtZSBlbnRpdHkuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgU3ViamVjdCB7XG4vKipcbiAqIFR3by1kaWdpdCBjb2RlIHRoYXQgc3BlY2lmaWVzIHRoZSBjb3VudHJ5IGluIHdoaWNoIHRoZSBjZXJ0aWZpY2F0ZSBzdWJqZWN0IGxvY2F0ZWQuXG4gKi9cbkNvdW50cnk/OiBzdHJpbmdcbi8qKlxuICogTGVnYWwgbmFtZSBvZiB0aGUgb3JnYW5pemF0aW9uIHdpdGggd2hpY2ggdGhlIGNlcnRpZmljYXRlIHN1YmplY3QgaXMgYWZmaWxpYXRlZC5cbiAqL1xuT3JnYW5pemF0aW9uPzogc3RyaW5nXG4vKipcbiAqIEEgc3ViZGl2aXNpb24gb3IgdW5pdCBvZiB0aGUgb3JnYW5pemF0aW9uIChzdWNoIGFzIHNhbGVzIG9yIGZpbmFuY2UpIHdpdGggd2hpY2ggdGhlIGNlcnRpZmljYXRlIHN1YmplY3QgaXMgYWZmaWxpYXRlZC5cbiAqL1xuT3JnYW5pemF0aW9uYWxVbml0Pzogc3RyaW5nXG4vKipcbiAqIERpc2FtYmlndWF0aW5nIGluZm9ybWF0aW9uIGZvciB0aGUgY2VydGlmaWNhdGUgc3ViamVjdC5cbiAqL1xuRGlzdGluZ3Vpc2hlZE5hbWVRdWFsaWZpZXI/OiBzdHJpbmdcbi8qKlxuICogU3RhdGUgaW4gd2hpY2ggdGhlIHN1YmplY3Qgb2YgdGhlIGNlcnRpZmljYXRlIGlzIGxvY2F0ZWQuXG4gKi9cblN0YXRlPzogc3RyaW5nXG4vKipcbiAqIEZvciBDQSBhbmQgZW5kLWVudGl0eSBjZXJ0aWZpY2F0ZXMgaW4gYSBwcml2YXRlIFBLSSwgdGhlIGNvbW1vbiBuYW1lIChDTikgY2FuIGJlIGFueSBzdHJpbmcgd2l0aGluIHRoZSBsZW5ndGggbGltaXQuXG4gKiAgTm90ZTogSW4gcHVibGljbHkgdHJ1c3RlZCBjZXJ0aWZpY2F0ZXMsIHRoZSBjb21tb24gbmFtZSBtdXN0IGJlIGEgZnVsbHkgcXVhbGlmaWVkIGRvbWFpbiBuYW1lIChGUUROKSBhc3NvY2lhdGVkIHdpdGggdGhlIGNlcnRpZmljYXRlIHN1YmplY3QuXG4gKi9cbkNvbW1vbk5hbWU/OiBzdHJpbmdcbi8qKlxuICogVGhlIGNlcnRpZmljYXRlIHNlcmlhbCBudW1iZXIuXG4gKi9cblNlcmlhbE51bWJlcj86IHN0cmluZ1xuLyoqXG4gKiBUaGUgbG9jYWxpdHkgKHN1Y2ggYXMgYSBjaXR5IG9yIHRvd24pIGluIHdoaWNoIHRoZSBjZXJ0aWZpY2F0ZSBzdWJqZWN0IGlzIGxvY2F0ZWQuXG4gKi9cbkxvY2FsaXR5Pzogc3RyaW5nXG4vKipcbiAqIEEgdGl0bGUgc3VjaCBhcyBNci4gb3IgTXMuLCB3aGljaCBpcyBwcmUtcGVuZGVkIHRvIHRoZSBuYW1lIHRvIHJlZmVyIGZvcm1hbGx5IHRvIHRoZSBjZXJ0aWZpY2F0ZSBzdWJqZWN0LlxuICovXG5UaXRsZT86IHN0cmluZ1xuLyoqXG4gKiBGYW1pbHkgbmFtZS4gSW4gdGhlIFVTIGFuZCB0aGUgVUssIGZvciBleGFtcGxlLCB0aGUgc3VybmFtZSBvZiBhbiBpbmRpdmlkdWFsIGlzIG9yZGVyZWQgbGFzdC4gSW4gQXNpYW4gY3VsdHVyZXMgdGhlIHN1cm5hbWUgaXMgdHlwaWNhbGx5IG9yZGVyZWQgZmlyc3QuXG4gKi9cblN1cm5hbWU/OiBzdHJpbmdcbi8qKlxuICogRmlyc3QgbmFtZS5cbiAqL1xuR2l2ZW5OYW1lPzogc3RyaW5nXG4vKipcbiAqIENvbmNhdGVuYXRpb24gdGhhdCB0eXBpY2FsbHkgY29udGFpbnMgdGhlIGZpcnN0IGxldHRlciBvZiB0aGUgKkdpdmVuTmFtZSosIHRoZSBmaXJzdCBsZXR0ZXIgb2YgdGhlIG1pZGRsZSBuYW1lIGlmIG9uZSBleGlzdHMsIGFuZCB0aGUgZmlyc3QgbGV0dGVyIG9mIHRoZSAqU3VybmFtZSouXG4gKi9cbkluaXRpYWxzPzogc3RyaW5nXG4vKipcbiAqIFR5cGljYWxseSBhIHNob3J0ZW5lZCB2ZXJzaW9uIG9mIGEgbG9uZ2VyICpHaXZlbk5hbWUqLiBGb3IgZXhhbXBsZSwgSm9uYXRoYW4gaXMgb2Z0ZW4gc2hvcnRlbmVkIHRvIEpvaG4uIEVsaXphYmV0aCBpcyBvZnRlbiBzaG9ydGVuZWQgdG8gQmV0aCwgTGl6LCBvciBFbGl6YS5cbiAqL1xuUHNldWRvbnltPzogc3RyaW5nXG4vKipcbiAqIFR5cGljYWxseSBhIHF1YWxpZmllciBhcHBlbmRlZCB0byB0aGUgbmFtZSBvZiBhbiBpbmRpdmlkdWFsLiBFeGFtcGxlcyBpbmNsdWRlIEpyLiBmb3IganVuaW9yLCBTci4gZm9yIHNlbmlvciwgYW5kIElJSSBmb3IgdGhpcmQuXG4gKi9cbkdlbmVyYXRpb25RdWFsaWZpZXI/OiBzdHJpbmdcbkN1c3RvbUF0dHJpYnV0ZXM/OiBDdXN0b21BdHRyaWJ1dGVMaXN0XG59XG4vKipcbiAqIERlZmluZXMgdGhlIFguNTAwIHJlbGF0aXZlIGRpc3Rpbmd1aXNoZWQgbmFtZSAoUkROKS5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBDdXN0b21BdHRyaWJ1dGUge1xuLyoqXG4gKiBTcGVjaWZpZXMgdGhlIG9iamVjdCBpZGVudGlmaWVyIChPSUQpIG9mIHRoZSBhdHRyaWJ1dGUgdHlwZSBvZiB0aGUgcmVsYXRpdmUgZGlzdGluZ3Vpc2hlZCBuYW1lIChSRE4pLlxuICovXG5PYmplY3RJZGVudGlmaWVyOiBzdHJpbmdcbi8qKlxuICogU3BlY2lmaWVzIHRoZSBhdHRyaWJ1dGUgdmFsdWUgb2YgcmVsYXRpdmUgZGlzdGluZ3Vpc2hlZCBuYW1lIChSRE4pLlxuICovXG5WYWx1ZTogc3RyaW5nXG59XG4vKipcbiAqIFJlcHJlc2VudHMgYGBHZW5lcmFsTmFtZWBgIGFzIGFuIGBgRWRpUGFydHlOYW1lYGAgb2JqZWN0LlxuICovXG5leHBvcnQgaW50ZXJmYWNlIEVkaVBhcnR5TmFtZSB7XG4vKipcbiAqIFNwZWNpZmllcyB0aGUgcGFydHkgbmFtZS5cbiAqL1xuUGFydHlOYW1lOiBzdHJpbmdcbi8qKlxuICogU3BlY2lmaWVzIHRoZSBuYW1lIGFzc2lnbmVyLlxuICovXG5OYW1lQXNzaWduZXI6IHN0cmluZ1xufVxuLyoqXG4gKiBTcGVjaWZpZXMgdGhlIFguNTA5IGV4dGVuc2lvbiBpbmZvcm1hdGlvbiBmb3IgYSBjZXJ0aWZpY2F0ZS5cbiAqICBFeHRlbnNpb25zIHByZXNlbnQgaW4gYGBDdXN0b21FeHRlbnNpb25zYGAgZm9sbG93IHRoZSBgYEFwaVBhc3N0aHJvdWdoYGAgW3RlbXBsYXRlIHJ1bGVzXShodHRwczovL2RvY3MuYXdzLmFtYXpvbi5jb20vcHJpdmF0ZWNhL2xhdGVzdC91c2VyZ3VpZGUvVXNpbmdUZW1wbGF0ZXMuaHRtbCN0ZW1wbGF0ZS1vcmRlci1vZi1vcGVyYXRpb25zKS5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBDdXN0b21FeHRlbnNpb24ge1xuLyoqXG4gKiBTcGVjaWZpZXMgdGhlIGNyaXRpY2FsIGZsYWcgb2YgdGhlIFguNTA5IGV4dGVuc2lvbi5cbiAqL1xuQ3JpdGljYWw/OiBib29sZWFuXG4vKipcbiAqIFNwZWNpZmllcyB0aGUgb2JqZWN0IGlkZW50aWZpZXIgKE9JRCkgb2YgdGhlIFguNTA5IGV4dGVuc2lvbi4gRm9yIG1vcmUgaW5mb3JtYXRpb24sIHNlZSB0aGUgW0dsb2JhbCBPSUQgcmVmZXJlbmNlIGRhdGFiYXNlLl0oaHR0cHM6Ly9kb2NzLmF3cy5hbWF6b24uY29tL2h0dHBzOi8vb2lkcmVmLmNvbS8yLjUuMjkpXG4gKi9cbk9iamVjdElkZW50aWZpZXI6IHN0cmluZ1xuLyoqXG4gKiBTcGVjaWZpZXMgdGhlIGJhc2U2NC1lbmNvZGVkIHZhbHVlIG9mIHRoZSBYLjUwOSBleHRlbnNpb24uXG4gKi9cblZhbHVlOiBzdHJpbmdcbn1cbi8qKlxuICogQ29udGFpbnMgaW5mb3JtYXRpb24gYWJvdXQgdGhlIGNlcnRpZmljYXRlIHN1YmplY3QuIFRoZSBTdWJqZWN0IGZpZWxkIGluIHRoZSBjZXJ0aWZpY2F0ZSBpZGVudGlmaWVzIHRoZSBlbnRpdHkgdGhhdCBvd25zIG9yIGNvbnRyb2xzIHRoZSBwdWJsaWMga2V5IGluIHRoZSBjZXJ0aWZpY2F0ZS4gVGhlIGVudGl0eSBjYW4gYmUgYSB1c2VyLCBjb21wdXRlciwgZGV2aWNlLCBvciBzZXJ2aWNlLiBUaGUgU3ViamVjdCBtdXN0IGNvbnRhaW4gYW4gWC41MDAgZGlzdGluZ3Vpc2hlZCBuYW1lIChETikuIEEgRE4gaXMgYSBzZXF1ZW5jZSBvZiByZWxhdGl2ZSBkaXN0aW5ndWlzaGVkIG5hbWVzIChSRE5zKS4gVGhlIFJETnMgYXJlIHNlcGFyYXRlZCBieSBjb21tYXMgaW4gdGhlIGNlcnRpZmljYXRlLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIFN1YmplY3QxIHtcbi8qKlxuICogVHdvLWRpZ2l0IGNvZGUgdGhhdCBzcGVjaWZpZXMgdGhlIGNvdW50cnkgaW4gd2hpY2ggdGhlIGNlcnRpZmljYXRlIHN1YmplY3QgbG9jYXRlZC5cbiAqL1xuQ291bnRyeT86IHN0cmluZ1xuLyoqXG4gKiBMZWdhbCBuYW1lIG9mIHRoZSBvcmdhbml6YXRpb24gd2l0aCB3aGljaCB0aGUgY2VydGlmaWNhdGUgc3ViamVjdCBpcyBhZmZpbGlhdGVkLlxuICovXG5Pcmdhbml6YXRpb24/OiBzdHJpbmdcbi8qKlxuICogQSBzdWJkaXZpc2lvbiBvciB1bml0IG9mIHRoZSBvcmdhbml6YXRpb24gKHN1Y2ggYXMgc2FsZXMgb3IgZmluYW5jZSkgd2l0aCB3aGljaCB0aGUgY2VydGlmaWNhdGUgc3ViamVjdCBpcyBhZmZpbGlhdGVkLlxuICovXG5Pcmdhbml6YXRpb25hbFVuaXQ/OiBzdHJpbmdcbi8qKlxuICogRGlzYW1iaWd1YXRpbmcgaW5mb3JtYXRpb24gZm9yIHRoZSBjZXJ0aWZpY2F0ZSBzdWJqZWN0LlxuICovXG5EaXN0aW5ndWlzaGVkTmFtZVF1YWxpZmllcj86IHN0cmluZ1xuLyoqXG4gKiBTdGF0ZSBpbiB3aGljaCB0aGUgc3ViamVjdCBvZiB0aGUgY2VydGlmaWNhdGUgaXMgbG9jYXRlZC5cbiAqL1xuU3RhdGU/OiBzdHJpbmdcbi8qKlxuICogRm9yIENBIGFuZCBlbmQtZW50aXR5IGNlcnRpZmljYXRlcyBpbiBhIHByaXZhdGUgUEtJLCB0aGUgY29tbW9uIG5hbWUgKENOKSBjYW4gYmUgYW55IHN0cmluZyB3aXRoaW4gdGhlIGxlbmd0aCBsaW1pdC5cbiAqICBOb3RlOiBJbiBwdWJsaWNseSB0cnVzdGVkIGNlcnRpZmljYXRlcywgdGhlIGNvbW1vbiBuYW1lIG11c3QgYmUgYSBmdWxseSBxdWFsaWZpZWQgZG9tYWluIG5hbWUgKEZRRE4pIGFzc29jaWF0ZWQgd2l0aCB0aGUgY2VydGlmaWNhdGUgc3ViamVjdC5cbiAqL1xuQ29tbW9uTmFtZT86IHN0cmluZ1xuLyoqXG4gKiBUaGUgY2VydGlmaWNhdGUgc2VyaWFsIG51bWJlci5cbiAqL1xuU2VyaWFsTnVtYmVyPzogc3RyaW5nXG4vKipcbiAqIFRoZSBsb2NhbGl0eSAoc3VjaCBhcyBhIGNpdHkgb3IgdG93bikgaW4gd2hpY2ggdGhlIGNlcnRpZmljYXRlIHN1YmplY3QgaXMgbG9jYXRlZC5cbiAqL1xuTG9jYWxpdHk/OiBzdHJpbmdcbi8qKlxuICogQSB0aXRsZSBzdWNoIGFzIE1yLiBvciBNcy4sIHdoaWNoIGlzIHByZS1wZW5kZWQgdG8gdGhlIG5hbWUgdG8gcmVmZXIgZm9ybWFsbHkgdG8gdGhlIGNlcnRpZmljYXRlIHN1YmplY3QuXG4gKi9cblRpdGxlPzogc3RyaW5nXG4vKipcbiAqIEZhbWlseSBuYW1lLiBJbiB0aGUgVVMgYW5kIHRoZSBVSywgZm9yIGV4YW1wbGUsIHRoZSBzdXJuYW1lIG9mIGFuIGluZGl2aWR1YWwgaXMgb3JkZXJlZCBsYXN0LiBJbiBBc2lhbiBjdWx0dXJlcyB0aGUgc3VybmFtZSBpcyB0eXBpY2FsbHkgb3JkZXJlZCBmaXJzdC5cbiAqL1xuU3VybmFtZT86IHN0cmluZ1xuLyoqXG4gKiBGaXJzdCBuYW1lLlxuICovXG5HaXZlbk5hbWU/OiBzdHJpbmdcbi8qKlxuICogQ29uY2F0ZW5hdGlvbiB0aGF0IHR5cGljYWxseSBjb250YWlucyB0aGUgZmlyc3QgbGV0dGVyIG9mIHRoZSAqR2l2ZW5OYW1lKiwgdGhlIGZpcnN0IGxldHRlciBvZiB0aGUgbWlkZGxlIG5hbWUgaWYgb25lIGV4aXN0cywgYW5kIHRoZSBmaXJzdCBsZXR0ZXIgb2YgdGhlICpTdXJuYW1lKi5cbiAqL1xuSW5pdGlhbHM/OiBzdHJpbmdcbi8qKlxuICogVHlwaWNhbGx5IGEgc2hvcnRlbmVkIHZlcnNpb24gb2YgYSBsb25nZXIgKkdpdmVuTmFtZSouIEZvciBleGFtcGxlLCBKb25hdGhhbiBpcyBvZnRlbiBzaG9ydGVuZWQgdG8gSm9obi4gRWxpemFiZXRoIGlzIG9mdGVuIHNob3J0ZW5lZCB0byBCZXRoLCBMaXosIG9yIEVsaXphLlxuICovXG5Qc2V1ZG9ueW0/OiBzdHJpbmdcbi8qKlxuICogVHlwaWNhbGx5IGEgcXVhbGlmaWVyIGFwcGVuZGVkIHRvIHRoZSBuYW1lIG9mIGFuIGluZGl2aWR1YWwuIEV4YW1wbGVzIGluY2x1ZGUgSnIuIGZvciBqdW5pb3IsIFNyLiBmb3Igc2VuaW9yLCBhbmQgSUlJIGZvciB0aGlyZC5cbiAqL1xuR2VuZXJhdGlvblF1YWxpZmllcj86IHN0cmluZ1xuQ3VzdG9tQXR0cmlidXRlcz86IEN1c3RvbUF0dHJpYnV0ZUxpc3Rcbn1cbi8qKlxuICogVGhlIHBlcmlvZCBvZiB0aW1lIGR1cmluZyB3aGljaCB0aGUgY2VydGlmaWNhdGUgd2lsbCBiZSB2YWxpZC5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBWYWxpZGl0eSB7XG4vKipcbiAqIEEgbG9uZyBpbnRlZ2VyIGludGVycHJldGVkIGFjY29yZGluZyB0byB0aGUgdmFsdWUgb2YgYGBUeXBlYGAsIGJlbG93LlxuICovXG5WYWx1ZTogbnVtYmVyXG4vKipcbiAqIFNwZWNpZmllcyB3aGV0aGVyIHRoZSBgYFZhbHVlYGAgcGFyYW1ldGVyIHJlcHJlc2VudHMgZGF5cywgbW9udGhzLCBvciB5ZWFycy5cbiAqL1xuVHlwZTogc3RyaW5nXG59XG4vKipcbiAqIEluZm9ybWF0aW9uIGRlc2NyaWJpbmcgdGhlIHN0YXJ0IG9mIHRoZSB2YWxpZGl0eSBwZXJpb2Qgb2YgdGhlIGNlcnRpZmljYXRlLiBUaGlzIHBhcmFtZXRlciBzZXRzIHRoZSDigJxOb3QgQmVmb3JlXCIgZGF0ZSBmb3IgdGhlIGNlcnRpZmljYXRlLlxuICogIEJ5IGRlZmF1bHQsIHdoZW4gaXNzdWluZyBhIGNlcnRpZmljYXRlLCBQQ0FzaG9ydCBzZXRzIHRoZSBcIk5vdCBCZWZvcmVcIiBkYXRlIHRvIHRoZSBpc3N1YW5jZSB0aW1lIG1pbnVzIDYwIG1pbnV0ZXMuIFRoaXMgY29tcGVuc2F0ZXMgZm9yIGNsb2NrIGluY29uc2lzdGVuY2llcyBhY3Jvc3MgY29tcHV0ZXIgc3lzdGVtcy4gVGhlIGBgVmFsaWRpdHlOb3RCZWZvcmVgYCBwYXJhbWV0ZXIgY2FuIGJlIHVzZWQgdG8gY3VzdG9taXplIHRoZSDigJxOb3QgQmVmb3Jl4oCdIHZhbHVlLiBcbiAqICBVbmxpa2UgdGhlIGBgVmFsaWRpdHlgYCBwYXJhbWV0ZXIsIHRoZSBgYFZhbGlkaXR5Tm90QmVmb3JlYGAgcGFyYW1ldGVyIGlzIG9wdGlvbmFsLlxuICogIFRoZSBgYFZhbGlkaXR5Tm90QmVmb3JlYGAgdmFsdWUgaXMgZXhwcmVzc2VkIGFzIGFuIGV4cGxpY2l0IGRhdGUgYW5kIHRpbWUsIHVzaW5nIHRoZSBgYFZhbGlkaXR5YGAgdHlwZSB2YWx1ZSBgYEFCU09MVVRFYGAuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgVmFsaWRpdHkxIHtcbi8qKlxuICogQSBsb25nIGludGVnZXIgaW50ZXJwcmV0ZWQgYWNjb3JkaW5nIHRvIHRoZSB2YWx1ZSBvZiBgYFR5cGVgYCwgYmVsb3cuXG4gKi9cblZhbHVlOiBudW1iZXJcbi8qKlxuICogU3BlY2lmaWVzIHdoZXRoZXIgdGhlIGBgVmFsdWVgYCBwYXJhbWV0ZXIgcmVwcmVzZW50cyBkYXlzLCBtb250aHMsIG9yIHllYXJzLlxuICovXG5UeXBlOiBzdHJpbmdcbn1cbiJdfQ==
|
|
@@ -0,0 +1,213 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* String that contains X.509 ObjectIdentifier information.
|
|
3
|
+
*/
|
|
4
|
+
export type CustomObjectIdentifier = string;
|
|
5
|
+
/**
|
|
6
|
+
* Array of X.500 attribute type and value. CustomAttributes cannot be used along with pre-defined attributes.
|
|
7
|
+
*/
|
|
8
|
+
export type CustomAttributeList = CustomAttribute[];
|
|
9
|
+
/**
|
|
10
|
+
* Pre-defined enum string for X.509 AccessMethod ObjectIdentifiers.
|
|
11
|
+
*/
|
|
12
|
+
export type AccessMethodType = string;
|
|
13
|
+
/**
|
|
14
|
+
* String that contains X.509 Rfc822Name information.
|
|
15
|
+
*/
|
|
16
|
+
export type Rfc822Name = string;
|
|
17
|
+
/**
|
|
18
|
+
* String that contains X.509 DnsName information.
|
|
19
|
+
*/
|
|
20
|
+
export type DnsName = string;
|
|
21
|
+
/**
|
|
22
|
+
* String that contains X.509 UniformResourceIdentifier information.
|
|
23
|
+
*/
|
|
24
|
+
export type UniformResourceIdentifier = string;
|
|
25
|
+
/**
|
|
26
|
+
* String that contains X.509 IpAddress information.
|
|
27
|
+
*/
|
|
28
|
+
export type IpAddress = string;
|
|
29
|
+
/**
|
|
30
|
+
* Array of X.509 AccessDescription.
|
|
31
|
+
*/
|
|
32
|
+
export type SubjectInformationAccess = AccessDescription[];
|
|
33
|
+
/**
|
|
34
|
+
* Private certificate authority.
|
|
35
|
+
*/
|
|
36
|
+
export interface _AWS_ACMPCA_CERTIFICATEAUTHORITY {
|
|
37
|
+
/**
|
|
38
|
+
* The Amazon Resource Name (ARN) of the certificate authority.
|
|
39
|
+
*/
|
|
40
|
+
Arn?: string;
|
|
41
|
+
/**
|
|
42
|
+
* The type of the certificate authority.
|
|
43
|
+
*/
|
|
44
|
+
Type: string;
|
|
45
|
+
/**
|
|
46
|
+
* Public key algorithm and size, in bits, of the key pair that your CA creates when it issues a certificate.
|
|
47
|
+
*/
|
|
48
|
+
KeyAlgorithm: string;
|
|
49
|
+
/**
|
|
50
|
+
* Algorithm your CA uses to sign certificate requests.
|
|
51
|
+
*/
|
|
52
|
+
SigningAlgorithm: string;
|
|
53
|
+
Subject: Subject;
|
|
54
|
+
RevocationConfiguration?: RevocationConfiguration;
|
|
55
|
+
Tags?: Tag[];
|
|
56
|
+
/**
|
|
57
|
+
* The base64 PEM-encoded certificate signing request (CSR) for your certificate authority certificate.
|
|
58
|
+
*/
|
|
59
|
+
CertificateSigningRequest?: string;
|
|
60
|
+
CsrExtensions?: CsrExtensions;
|
|
61
|
+
/**
|
|
62
|
+
* KeyStorageSecurityStadard defines a cryptographic key management compliance standard used for handling CA keys.
|
|
63
|
+
*/
|
|
64
|
+
KeyStorageSecurityStandard?: string;
|
|
65
|
+
/**
|
|
66
|
+
* Usage mode of the ceritificate authority.
|
|
67
|
+
*/
|
|
68
|
+
UsageMode?: string;
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* Structure that contains X.500 distinguished name information for your CA.
|
|
72
|
+
*/
|
|
73
|
+
export interface Subject {
|
|
74
|
+
Country?: string;
|
|
75
|
+
Organization?: string;
|
|
76
|
+
OrganizationalUnit?: string;
|
|
77
|
+
DistinguishedNameQualifier?: string;
|
|
78
|
+
State?: string;
|
|
79
|
+
CommonName?: string;
|
|
80
|
+
SerialNumber?: string;
|
|
81
|
+
Locality?: string;
|
|
82
|
+
Title?: string;
|
|
83
|
+
Surname?: string;
|
|
84
|
+
GivenName?: string;
|
|
85
|
+
Initials?: string;
|
|
86
|
+
Pseudonym?: string;
|
|
87
|
+
GenerationQualifier?: string;
|
|
88
|
+
CustomAttributes?: CustomAttributeList;
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* Structure that contains X.500 attribute type and value.
|
|
92
|
+
*/
|
|
93
|
+
export interface CustomAttribute {
|
|
94
|
+
ObjectIdentifier: CustomObjectIdentifier;
|
|
95
|
+
Value: string;
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* Certificate revocation information used by the CreateCertificateAuthority and UpdateCertificateAuthority actions.
|
|
99
|
+
*/
|
|
100
|
+
export interface RevocationConfiguration {
|
|
101
|
+
CrlConfiguration?: CrlConfiguration;
|
|
102
|
+
OcspConfiguration?: OcspConfiguration;
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* Your certificate authority can create and maintain a certificate revocation list (CRL). A CRL contains information about certificates that have been revoked.
|
|
106
|
+
*/
|
|
107
|
+
export interface CrlConfiguration {
|
|
108
|
+
Enabled: boolean;
|
|
109
|
+
ExpirationInDays?: number;
|
|
110
|
+
CustomCname?: string;
|
|
111
|
+
S3BucketName?: string;
|
|
112
|
+
S3ObjectAcl?: string;
|
|
113
|
+
CrlDistributionPointExtensionConfiguration?: CrlDistributionPointExtensionConfiguration;
|
|
114
|
+
}
|
|
115
|
+
/**
|
|
116
|
+
* Configures the default behavior of the CRL Distribution Point extension for certificates issued by your certificate authority
|
|
117
|
+
*/
|
|
118
|
+
export interface CrlDistributionPointExtensionConfiguration {
|
|
119
|
+
OmitExtension: boolean;
|
|
120
|
+
}
|
|
121
|
+
/**
|
|
122
|
+
* Helps to configure online certificate status protocol (OCSP) responder for your certificate authority
|
|
123
|
+
*/
|
|
124
|
+
export interface OcspConfiguration {
|
|
125
|
+
Enabled: boolean;
|
|
126
|
+
OcspCustomCname?: string;
|
|
127
|
+
}
|
|
128
|
+
export interface Tag {
|
|
129
|
+
Key: string;
|
|
130
|
+
Value?: string;
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* Structure that contains CSR pass through extension information used by the CreateCertificateAuthority action.
|
|
134
|
+
*/
|
|
135
|
+
export interface CsrExtensions {
|
|
136
|
+
KeyUsage?: KeyUsage;
|
|
137
|
+
SubjectInformationAccess?: SubjectInformationAccess;
|
|
138
|
+
}
|
|
139
|
+
/**
|
|
140
|
+
* Structure that contains X.509 KeyUsage information.
|
|
141
|
+
*/
|
|
142
|
+
export interface KeyUsage {
|
|
143
|
+
DigitalSignature?: boolean;
|
|
144
|
+
NonRepudiation?: boolean;
|
|
145
|
+
KeyEncipherment?: boolean;
|
|
146
|
+
DataEncipherment?: boolean;
|
|
147
|
+
KeyAgreement?: boolean;
|
|
148
|
+
KeyCertSign?: boolean;
|
|
149
|
+
CRLSign?: boolean;
|
|
150
|
+
EncipherOnly?: boolean;
|
|
151
|
+
DecipherOnly?: boolean;
|
|
152
|
+
}
|
|
153
|
+
/**
|
|
154
|
+
* Structure that contains X.509 AccessDescription information.
|
|
155
|
+
*/
|
|
156
|
+
export interface AccessDescription {
|
|
157
|
+
AccessMethod: AccessMethod;
|
|
158
|
+
AccessLocation: GeneralName;
|
|
159
|
+
}
|
|
160
|
+
/**
|
|
161
|
+
* Structure that contains X.509 AccessMethod information. Assign one and ONLY one field.
|
|
162
|
+
*/
|
|
163
|
+
export interface AccessMethod {
|
|
164
|
+
CustomObjectIdentifier?: CustomObjectIdentifier;
|
|
165
|
+
AccessMethodType?: AccessMethodType;
|
|
166
|
+
}
|
|
167
|
+
/**
|
|
168
|
+
* Structure that contains X.509 GeneralName information. Assign one and ONLY one field.
|
|
169
|
+
*/
|
|
170
|
+
export interface GeneralName {
|
|
171
|
+
OtherName?: OtherName;
|
|
172
|
+
Rfc822Name?: Rfc822Name;
|
|
173
|
+
DnsName?: DnsName;
|
|
174
|
+
DirectoryName?: Subject1;
|
|
175
|
+
EdiPartyName?: EdiPartyName;
|
|
176
|
+
UniformResourceIdentifier?: UniformResourceIdentifier;
|
|
177
|
+
IpAddress?: IpAddress;
|
|
178
|
+
RegisteredId?: CustomObjectIdentifier;
|
|
179
|
+
}
|
|
180
|
+
/**
|
|
181
|
+
* Structure that contains X.509 OtherName information.
|
|
182
|
+
*/
|
|
183
|
+
export interface OtherName {
|
|
184
|
+
TypeId: CustomObjectIdentifier;
|
|
185
|
+
Value: string;
|
|
186
|
+
}
|
|
187
|
+
/**
|
|
188
|
+
* Structure that contains X.500 distinguished name information for your CA.
|
|
189
|
+
*/
|
|
190
|
+
export interface Subject1 {
|
|
191
|
+
Country?: string;
|
|
192
|
+
Organization?: string;
|
|
193
|
+
OrganizationalUnit?: string;
|
|
194
|
+
DistinguishedNameQualifier?: string;
|
|
195
|
+
State?: string;
|
|
196
|
+
CommonName?: string;
|
|
197
|
+
SerialNumber?: string;
|
|
198
|
+
Locality?: string;
|
|
199
|
+
Title?: string;
|
|
200
|
+
Surname?: string;
|
|
201
|
+
GivenName?: string;
|
|
202
|
+
Initials?: string;
|
|
203
|
+
Pseudonym?: string;
|
|
204
|
+
GenerationQualifier?: string;
|
|
205
|
+
CustomAttributes?: CustomAttributeList;
|
|
206
|
+
}
|
|
207
|
+
/**
|
|
208
|
+
* Structure that contains X.509 EdiPartyName information.
|
|
209
|
+
*/
|
|
210
|
+
export interface EdiPartyName {
|
|
211
|
+
PartyName: string;
|
|
212
|
+
NameAssigner?: string;
|
|
213
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXdzLWFjbXBjYS1jZXJ0aWZpY2F0ZWF1dGhvcml0eS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbImF3cy1hY21wY2EtY2VydGlmaWNhdGVhdXRob3JpdHkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogU3RyaW5nIHRoYXQgY29udGFpbnMgWC41MDkgT2JqZWN0SWRlbnRpZmllciBpbmZvcm1hdGlvbi5cbiAqL1xuZXhwb3J0IHR5cGUgQ3VzdG9tT2JqZWN0SWRlbnRpZmllciA9IHN0cmluZ1xuLyoqXG4gKiBBcnJheSBvZiBYLjUwMCBhdHRyaWJ1dGUgdHlwZSBhbmQgdmFsdWUuIEN1c3RvbUF0dHJpYnV0ZXMgY2Fubm90IGJlIHVzZWQgYWxvbmcgd2l0aCBwcmUtZGVmaW5lZCBhdHRyaWJ1dGVzLlxuICovXG5leHBvcnQgdHlwZSBDdXN0b21BdHRyaWJ1dGVMaXN0ID0gQ3VzdG9tQXR0cmlidXRlW11cbi8qKlxuICogUHJlLWRlZmluZWQgZW51bSBzdHJpbmcgZm9yIFguNTA5IEFjY2Vzc01ldGhvZCBPYmplY3RJZGVudGlmaWVycy5cbiAqL1xuZXhwb3J0IHR5cGUgQWNjZXNzTWV0aG9kVHlwZSA9IHN0cmluZ1xuLyoqXG4gKiBTdHJpbmcgdGhhdCBjb250YWlucyBYLjUwOSBSZmM4MjJOYW1lIGluZm9ybWF0aW9uLlxuICovXG5leHBvcnQgdHlwZSBSZmM4MjJOYW1lID0gc3RyaW5nXG4vKipcbiAqIFN0cmluZyB0aGF0IGNvbnRhaW5zIFguNTA5IERuc05hbWUgaW5mb3JtYXRpb24uXG4gKi9cbmV4cG9ydCB0eXBlIERuc05hbWUgPSBzdHJpbmdcbi8qKlxuICogU3RyaW5nIHRoYXQgY29udGFpbnMgWC41MDkgVW5pZm9ybVJlc291cmNlSWRlbnRpZmllciBpbmZvcm1hdGlvbi5cbiAqL1xuZXhwb3J0IHR5cGUgVW5pZm9ybVJlc291cmNlSWRlbnRpZmllciA9IHN0cmluZ1xuLyoqXG4gKiBTdHJpbmcgdGhhdCBjb250YWlucyBYLjUwOSBJcEFkZHJlc3MgaW5mb3JtYXRpb24uXG4gKi9cbmV4cG9ydCB0eXBlIElwQWRkcmVzcyA9IHN0cmluZ1xuLyoqXG4gKiBBcnJheSBvZiBYLjUwOSBBY2Nlc3NEZXNjcmlwdGlvbi5cbiAqL1xuZXhwb3J0IHR5cGUgU3ViamVjdEluZm9ybWF0aW9uQWNjZXNzID0gQWNjZXNzRGVzY3JpcHRpb25bXVxuXG4vKipcbiAqIFByaXZhdGUgY2VydGlmaWNhdGUgYXV0aG9yaXR5LlxuICovXG5leHBvcnQgaW50ZXJmYWNlIF9BV1NfQUNNUENBX0NFUlRJRklDQVRFQVVUSE9SSVRZIHtcbi8qKlxuICogVGhlIEFtYXpvbiBSZXNvdXJjZSBOYW1lIChBUk4pIG9mIHRoZSBjZXJ0aWZpY2F0ZSBhdXRob3JpdHkuXG4gKi9cbkFybj86IHN0cmluZ1xuLyoqXG4gKiBUaGUgdHlwZSBvZiB0aGUgY2VydGlmaWNhdGUgYXV0aG9yaXR5LlxuICovXG5UeXBlOiBzdHJpbmdcbi8qKlxuICogUHVibGljIGtleSBhbGdvcml0aG0gYW5kIHNpemUsIGluIGJpdHMsIG9mIHRoZSBrZXkgcGFpciB0aGF0IHlvdXIgQ0EgY3JlYXRlcyB3aGVuIGl0IGlzc3VlcyBhIGNlcnRpZmljYXRlLlxuICovXG5LZXlBbGdvcml0aG06IHN0cmluZ1xuLyoqXG4gKiBBbGdvcml0aG0geW91ciBDQSB1c2VzIHRvIHNpZ24gY2VydGlmaWNhdGUgcmVxdWVzdHMuXG4gKi9cblNpZ25pbmdBbGdvcml0aG06IHN0cmluZ1xuU3ViamVjdDogU3ViamVjdFxuUmV2b2NhdGlvbkNvbmZpZ3VyYXRpb24/OiBSZXZvY2F0aW9uQ29uZmlndXJhdGlvblxuVGFncz86IFRhZ1tdXG4vKipcbiAqIFRoZSBiYXNlNjQgUEVNLWVuY29kZWQgY2VydGlmaWNhdGUgc2lnbmluZyByZXF1ZXN0IChDU1IpIGZvciB5b3VyIGNlcnRpZmljYXRlIGF1dGhvcml0eSBjZXJ0aWZpY2F0ZS5cbiAqL1xuQ2VydGlmaWNhdGVTaWduaW5nUmVxdWVzdD86IHN0cmluZ1xuQ3NyRXh0ZW5zaW9ucz86IENzckV4dGVuc2lvbnNcbi8qKlxuICogS2V5U3RvcmFnZVNlY3VyaXR5U3RhZGFyZCBkZWZpbmVzIGEgY3J5cHRvZ3JhcGhpYyBrZXkgbWFuYWdlbWVudCBjb21wbGlhbmNlIHN0YW5kYXJkIHVzZWQgZm9yIGhhbmRsaW5nIENBIGtleXMuXG4gKi9cbktleVN0b3JhZ2VTZWN1cml0eVN0YW5kYXJkPzogc3RyaW5nXG4vKipcbiAqIFVzYWdlIG1vZGUgb2YgdGhlIGNlcml0aWZpY2F0ZSBhdXRob3JpdHkuXG4gKi9cblVzYWdlTW9kZT86IHN0cmluZ1xufVxuLyoqXG4gKiBTdHJ1Y3R1cmUgdGhhdCBjb250YWlucyBYLjUwMCBkaXN0aW5ndWlzaGVkIG5hbWUgaW5mb3JtYXRpb24gZm9yIHlvdXIgQ0EuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgU3ViamVjdCB7XG5Db3VudHJ5Pzogc3RyaW5nXG5Pcmdhbml6YXRpb24/OiBzdHJpbmdcbk9yZ2FuaXphdGlvbmFsVW5pdD86IHN0cmluZ1xuRGlzdGluZ3Vpc2hlZE5hbWVRdWFsaWZpZXI/OiBzdHJpbmdcblN0YXRlPzogc3RyaW5nXG5Db21tb25OYW1lPzogc3RyaW5nXG5TZXJpYWxOdW1iZXI/OiBzdHJpbmdcbkxvY2FsaXR5Pzogc3RyaW5nXG5UaXRsZT86IHN0cmluZ1xuU3VybmFtZT86IHN0cmluZ1xuR2l2ZW5OYW1lPzogc3RyaW5nXG5Jbml0aWFscz86IHN0cmluZ1xuUHNldWRvbnltPzogc3RyaW5nXG5HZW5lcmF0aW9uUXVhbGlmaWVyPzogc3RyaW5nXG5DdXN0b21BdHRyaWJ1dGVzPzogQ3VzdG9tQXR0cmlidXRlTGlzdFxufVxuLyoqXG4gKiBTdHJ1Y3R1cmUgdGhhdCBjb250YWlucyBYLjUwMCBhdHRyaWJ1dGUgdHlwZSBhbmQgdmFsdWUuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgQ3VzdG9tQXR0cmlidXRlIHtcbk9iamVjdElkZW50aWZpZXI6IEN1c3RvbU9iamVjdElkZW50aWZpZXJcblZhbHVlOiBzdHJpbmdcbn1cbi8qKlxuICogQ2VydGlmaWNhdGUgcmV2b2NhdGlvbiBpbmZvcm1hdGlvbiB1c2VkIGJ5IHRoZSBDcmVhdGVDZXJ0aWZpY2F0ZUF1dGhvcml0eSBhbmQgVXBkYXRlQ2VydGlmaWNhdGVBdXRob3JpdHkgYWN0aW9ucy5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBSZXZvY2F0aW9uQ29uZmlndXJhdGlvbiB7XG5DcmxDb25maWd1cmF0aW9uPzogQ3JsQ29uZmlndXJhdGlvblxuT2NzcENvbmZpZ3VyYXRpb24/OiBPY3NwQ29uZmlndXJhdGlvblxufVxuLyoqXG4gKiBZb3VyIGNlcnRpZmljYXRlIGF1dGhvcml0eSBjYW4gY3JlYXRlIGFuZCBtYWludGFpbiBhIGNlcnRpZmljYXRlIHJldm9jYXRpb24gbGlzdCAoQ1JMKS4gQSBDUkwgY29udGFpbnMgaW5mb3JtYXRpb24gYWJvdXQgY2VydGlmaWNhdGVzIHRoYXQgaGF2ZSBiZWVuIHJldm9rZWQuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgQ3JsQ29uZmlndXJhdGlvbiB7XG5FbmFibGVkOiBib29sZWFuXG5FeHBpcmF0aW9uSW5EYXlzPzogbnVtYmVyXG5DdXN0b21DbmFtZT86IHN0cmluZ1xuUzNCdWNrZXROYW1lPzogc3RyaW5nXG5TM09iamVjdEFjbD86IHN0cmluZ1xuQ3JsRGlzdHJpYnV0aW9uUG9pbnRFeHRlbnNpb25Db25maWd1cmF0aW9uPzogQ3JsRGlzdHJpYnV0aW9uUG9pbnRFeHRlbnNpb25Db25maWd1cmF0aW9uXG59XG4vKipcbiAqIENvbmZpZ3VyZXMgdGhlIGRlZmF1bHQgYmVoYXZpb3Igb2YgdGhlIENSTCBEaXN0cmlidXRpb24gUG9pbnQgZXh0ZW5zaW9uIGZvciBjZXJ0aWZpY2F0ZXMgaXNzdWVkIGJ5IHlvdXIgY2VydGlmaWNhdGUgYXV0aG9yaXR5XG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgQ3JsRGlzdHJpYnV0aW9uUG9pbnRFeHRlbnNpb25Db25maWd1cmF0aW9uIHtcbk9taXRFeHRlbnNpb246IGJvb2xlYW5cbn1cbi8qKlxuICogSGVscHMgdG8gY29uZmlndXJlIG9ubGluZSBjZXJ0aWZpY2F0ZSBzdGF0dXMgcHJvdG9jb2wgKE9DU1ApIHJlc3BvbmRlciBmb3IgeW91ciBjZXJ0aWZpY2F0ZSBhdXRob3JpdHlcbiAqL1xuZXhwb3J0IGludGVyZmFjZSBPY3NwQ29uZmlndXJhdGlvbiB7XG5FbmFibGVkOiBib29sZWFuXG5PY3NwQ3VzdG9tQ25hbWU/OiBzdHJpbmdcbn1cbmV4cG9ydCBpbnRlcmZhY2UgVGFnIHtcbktleTogc3RyaW5nXG5WYWx1ZT86IHN0cmluZ1xufVxuLyoqXG4gKiBTdHJ1Y3R1cmUgdGhhdCBjb250YWlucyBDU1IgcGFzcyB0aHJvdWdoIGV4dGVuc2lvbiBpbmZvcm1hdGlvbiB1c2VkIGJ5IHRoZSBDcmVhdGVDZXJ0aWZpY2F0ZUF1dGhvcml0eSBhY3Rpb24uXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgQ3NyRXh0ZW5zaW9ucyB7XG5LZXlVc2FnZT86IEtleVVzYWdlXG5TdWJqZWN0SW5mb3JtYXRpb25BY2Nlc3M/OiBTdWJqZWN0SW5mb3JtYXRpb25BY2Nlc3Ncbn1cbi8qKlxuICogU3RydWN0dXJlIHRoYXQgY29udGFpbnMgWC41MDkgS2V5VXNhZ2UgaW5mb3JtYXRpb24uXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgS2V5VXNhZ2Uge1xuRGlnaXRhbFNpZ25hdHVyZT86IGJvb2xlYW5cbk5vblJlcHVkaWF0aW9uPzogYm9vbGVhblxuS2V5RW5jaXBoZXJtZW50PzogYm9vbGVhblxuRGF0YUVuY2lwaGVybWVudD86IGJvb2xlYW5cbktleUFncmVlbWVudD86IGJvb2xlYW5cbktleUNlcnRTaWduPzogYm9vbGVhblxuQ1JMU2lnbj86IGJvb2xlYW5cbkVuY2lwaGVyT25seT86IGJvb2xlYW5cbkRlY2lwaGVyT25seT86IGJvb2xlYW5cbn1cbi8qKlxuICogU3RydWN0dXJlIHRoYXQgY29udGFpbnMgWC41MDkgQWNjZXNzRGVzY3JpcHRpb24gaW5mb3JtYXRpb24uXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgQWNjZXNzRGVzY3JpcHRpb24ge1xuQWNjZXNzTWV0aG9kOiBBY2Nlc3NNZXRob2RcbkFjY2Vzc0xvY2F0aW9uOiBHZW5lcmFsTmFtZVxufVxuLyoqXG4gKiBTdHJ1Y3R1cmUgdGhhdCBjb250YWlucyBYLjUwOSBBY2Nlc3NNZXRob2QgaW5mb3JtYXRpb24uIEFzc2lnbiBvbmUgYW5kIE9OTFkgb25lIGZpZWxkLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIEFjY2Vzc01ldGhvZCB7XG5DdXN0b21PYmplY3RJZGVudGlmaWVyPzogQ3VzdG9tT2JqZWN0SWRlbnRpZmllclxuQWNjZXNzTWV0aG9kVHlwZT86IEFjY2Vzc01ldGhvZFR5cGVcbn1cbi8qKlxuICogU3RydWN0dXJlIHRoYXQgY29udGFpbnMgWC41MDkgR2VuZXJhbE5hbWUgaW5mb3JtYXRpb24uIEFzc2lnbiBvbmUgYW5kIE9OTFkgb25lIGZpZWxkLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIEdlbmVyYWxOYW1lIHtcbk90aGVyTmFtZT86IE90aGVyTmFtZVxuUmZjODIyTmFtZT86IFJmYzgyMk5hbWVcbkRuc05hbWU/OiBEbnNOYW1lXG5EaXJlY3RvcnlOYW1lPzogU3ViamVjdDFcbkVkaVBhcnR5TmFtZT86IEVkaVBhcnR5TmFtZVxuVW5pZm9ybVJlc291cmNlSWRlbnRpZmllcj86IFVuaWZvcm1SZXNvdXJjZUlkZW50aWZpZXJcbklwQWRkcmVzcz86IElwQWRkcmVzc1xuUmVnaXN0ZXJlZElkPzogQ3VzdG9tT2JqZWN0SWRlbnRpZmllclxufVxuLyoqXG4gKiBTdHJ1Y3R1cmUgdGhhdCBjb250YWlucyBYLjUwOSBPdGhlck5hbWUgaW5mb3JtYXRpb24uXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgT3RoZXJOYW1lIHtcblR5cGVJZDogQ3VzdG9tT2JqZWN0SWRlbnRpZmllclxuVmFsdWU6IHN0cmluZ1xufVxuLyoqXG4gKiBTdHJ1Y3R1cmUgdGhhdCBjb250YWlucyBYLjUwMCBkaXN0aW5ndWlzaGVkIG5hbWUgaW5mb3JtYXRpb24gZm9yIHlvdXIgQ0EuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgU3ViamVjdDEge1xuQ291bnRyeT86IHN0cmluZ1xuT3JnYW5pemF0aW9uPzogc3RyaW5nXG5Pcmdhbml6YXRpb25hbFVuaXQ/OiBzdHJpbmdcbkRpc3Rpbmd1aXNoZWROYW1lUXVhbGlmaWVyPzogc3RyaW5nXG5TdGF0ZT86IHN0cmluZ1xuQ29tbW9uTmFtZT86IHN0cmluZ1xuU2VyaWFsTnVtYmVyPzogc3RyaW5nXG5Mb2NhbGl0eT86IHN0cmluZ1xuVGl0bGU/OiBzdHJpbmdcblN1cm5hbWU/OiBzdHJpbmdcbkdpdmVuTmFtZT86IHN0cmluZ1xuSW5pdGlhbHM/OiBzdHJpbmdcblBzZXVkb255bT86IHN0cmluZ1xuR2VuZXJhdGlvblF1YWxpZmllcj86IHN0cmluZ1xuQ3VzdG9tQXR0cmlidXRlcz86IEN1c3RvbUF0dHJpYnV0ZUxpc3Rcbn1cbi8qKlxuICogU3RydWN0dXJlIHRoYXQgY29udGFpbnMgWC41MDkgRWRpUGFydHlOYW1lIGluZm9ybWF0aW9uLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIEVkaVBhcnR5TmFtZSB7XG5QYXJ0eU5hbWU6IHN0cmluZ1xuTmFtZUFzc2lnbmVyPzogc3RyaW5nXG59XG4iXX0=
|