@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,216 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The AWS::GameLift::ContainerGroupDefinition resource creates an Amazon GameLift container group definition.
|
|
3
|
+
*/
|
|
4
|
+
export interface _AWS_GAMELIFT_CONTAINERGROUPDEFINITION {
|
|
5
|
+
/**
|
|
6
|
+
* The operating system of the container group
|
|
7
|
+
*/
|
|
8
|
+
OperatingSystem: "AMAZON_LINUX_2023";
|
|
9
|
+
/**
|
|
10
|
+
* A descriptive label for the container group definition.
|
|
11
|
+
*/
|
|
12
|
+
Name: string;
|
|
13
|
+
/**
|
|
14
|
+
* The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift container group resource and uniquely identifies it across all AWS Regions.
|
|
15
|
+
*/
|
|
16
|
+
ContainerGroupDefinitionArn?: string;
|
|
17
|
+
/**
|
|
18
|
+
* Specifies whether the container group includes replica or daemon containers.
|
|
19
|
+
*/
|
|
20
|
+
SchedulingStrategy?: ("REPLICA" | "DAEMON");
|
|
21
|
+
/**
|
|
22
|
+
* The maximum amount of memory (in MiB) to allocate for this container group.
|
|
23
|
+
*/
|
|
24
|
+
TotalMemoryLimit: number;
|
|
25
|
+
/**
|
|
26
|
+
* A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").
|
|
27
|
+
*/
|
|
28
|
+
CreationTime?: string;
|
|
29
|
+
/**
|
|
30
|
+
* A collection of container definitions that define the containers in this group.
|
|
31
|
+
*
|
|
32
|
+
* @minItems 1
|
|
33
|
+
* @maxItems 10
|
|
34
|
+
*/
|
|
35
|
+
ContainerDefinitions: ContainerDefinition[];
|
|
36
|
+
/**
|
|
37
|
+
* An array of key-value pairs to apply to this resource.
|
|
38
|
+
*
|
|
39
|
+
* @minItems 0
|
|
40
|
+
* @maxItems 200
|
|
41
|
+
*/
|
|
42
|
+
Tags?: Tag[];
|
|
43
|
+
/**
|
|
44
|
+
* The maximum number of CPU units reserved for this container group. The value is expressed as an integer amount of CPU units. (1 vCPU is equal to 1024 CPU units.)
|
|
45
|
+
*/
|
|
46
|
+
TotalCpuLimit: number;
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Details about a container that is used in a container fleet
|
|
50
|
+
*/
|
|
51
|
+
export interface ContainerDefinition {
|
|
52
|
+
/**
|
|
53
|
+
* The working directory to run commands inside the container in.
|
|
54
|
+
*/
|
|
55
|
+
WorkingDirectory?: string;
|
|
56
|
+
MemoryLimits?: MemoryLimits;
|
|
57
|
+
HealthCheck?: ContainerHealthCheck;
|
|
58
|
+
/**
|
|
59
|
+
* The maximum number of CPU units reserved for this container. The value is expressed as an integer amount of CPU units. 1 vCPU is equal to 1024 CPU units
|
|
60
|
+
*/
|
|
61
|
+
Cpu?: number;
|
|
62
|
+
/**
|
|
63
|
+
* The entry point that's passed to the container so that it will run as an executable. If there are multiple arguments, each argument is a string in the array.
|
|
64
|
+
*
|
|
65
|
+
* @minItems 1
|
|
66
|
+
* @maxItems 20
|
|
67
|
+
*/
|
|
68
|
+
EntryPoint?: string[];
|
|
69
|
+
/**
|
|
70
|
+
* Specifies the image URI of this container.
|
|
71
|
+
*/
|
|
72
|
+
ImageUri: string;
|
|
73
|
+
/**
|
|
74
|
+
* The digest of the container image.
|
|
75
|
+
*/
|
|
76
|
+
ResolvedImageDigest?: string;
|
|
77
|
+
/**
|
|
78
|
+
* Specifies if the container is essential. If an essential container fails a health check, then all containers in the container group will be restarted. You must specify exactly 1 essential container in a container group.
|
|
79
|
+
*/
|
|
80
|
+
Essential?: boolean;
|
|
81
|
+
PortConfiguration?: PortConfiguration;
|
|
82
|
+
/**
|
|
83
|
+
* A list of container dependencies that determines when this container starts up and shuts down. For container groups with multiple containers, dependencies let you define a startup/shutdown sequence across the containers.
|
|
84
|
+
*
|
|
85
|
+
* @minItems 1
|
|
86
|
+
* @maxItems 10
|
|
87
|
+
*/
|
|
88
|
+
DependsOn?: ContainerDependency[];
|
|
89
|
+
/**
|
|
90
|
+
* A descriptive label for the container definition. Container definition names must be unique with a container group definition.
|
|
91
|
+
*/
|
|
92
|
+
ContainerName: string;
|
|
93
|
+
/**
|
|
94
|
+
* The command that's passed to the container.
|
|
95
|
+
*
|
|
96
|
+
* @minItems 1
|
|
97
|
+
* @maxItems 20
|
|
98
|
+
*/
|
|
99
|
+
Command?: string[];
|
|
100
|
+
/**
|
|
101
|
+
* The environment variables to pass to a container.
|
|
102
|
+
*
|
|
103
|
+
* @minItems 1
|
|
104
|
+
* @maxItems 20
|
|
105
|
+
*/
|
|
106
|
+
Environment?: ContainerEnvironment[];
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* Specifies how much memory is available to the container. You must specify at least this parameter or the TotalMemoryLimit parameter of the ContainerGroupDefinition.
|
|
110
|
+
*/
|
|
111
|
+
export interface MemoryLimits {
|
|
112
|
+
/**
|
|
113
|
+
* The amount of memory that is reserved for the container.
|
|
114
|
+
*/
|
|
115
|
+
SoftLimit?: number;
|
|
116
|
+
/**
|
|
117
|
+
* The hard limit of memory to reserve for the container.
|
|
118
|
+
*/
|
|
119
|
+
HardLimit?: number;
|
|
120
|
+
}
|
|
121
|
+
/**
|
|
122
|
+
* Specifies how the health of the containers will be checked.
|
|
123
|
+
*/
|
|
124
|
+
export interface ContainerHealthCheck {
|
|
125
|
+
/**
|
|
126
|
+
* A string array representing the command that the container runs to determine if it is healthy.
|
|
127
|
+
*
|
|
128
|
+
* @minItems 1
|
|
129
|
+
* @maxItems 20
|
|
130
|
+
*/
|
|
131
|
+
Command: string[];
|
|
132
|
+
/**
|
|
133
|
+
* How many seconds the process manager allows the command to run before canceling it.
|
|
134
|
+
*/
|
|
135
|
+
Timeout?: number;
|
|
136
|
+
/**
|
|
137
|
+
* How many times the process manager will retry the command after a timeout. (The first run of the command does not count as a retry.)
|
|
138
|
+
*/
|
|
139
|
+
Retries?: number;
|
|
140
|
+
/**
|
|
141
|
+
* How often (in seconds) the health is checked.
|
|
142
|
+
*/
|
|
143
|
+
Interval?: number;
|
|
144
|
+
/**
|
|
145
|
+
* The optional grace period (in seconds) to give a container time to boostrap before teh health check is declared failed.
|
|
146
|
+
*/
|
|
147
|
+
StartPeriod?: number;
|
|
148
|
+
}
|
|
149
|
+
/**
|
|
150
|
+
* Defines the ports on the container.
|
|
151
|
+
*/
|
|
152
|
+
export interface PortConfiguration {
|
|
153
|
+
/**
|
|
154
|
+
* Specifies one or more ranges of ports on a container.
|
|
155
|
+
*
|
|
156
|
+
* @minItems 1
|
|
157
|
+
* @maxItems 100
|
|
158
|
+
*/
|
|
159
|
+
ContainerPortRanges: ContainerPortRange[];
|
|
160
|
+
}
|
|
161
|
+
/**
|
|
162
|
+
* A set of one or more port numbers that can be opened on the container.
|
|
163
|
+
*/
|
|
164
|
+
export interface ContainerPortRange {
|
|
165
|
+
/**
|
|
166
|
+
* A starting value for the range of allowed port numbers.
|
|
167
|
+
*/
|
|
168
|
+
FromPort: number;
|
|
169
|
+
/**
|
|
170
|
+
* An ending value for the range of allowed port numbers. Port numbers are end-inclusive. This value must be equal to or greater than FromPort.
|
|
171
|
+
*/
|
|
172
|
+
ToPort: number;
|
|
173
|
+
/**
|
|
174
|
+
* Defines the protocol of these ports.
|
|
175
|
+
*/
|
|
176
|
+
Protocol: ("TCP" | "UDP");
|
|
177
|
+
}
|
|
178
|
+
/**
|
|
179
|
+
* A dependency that impacts a container's startup and shutdown.
|
|
180
|
+
*/
|
|
181
|
+
export interface ContainerDependency {
|
|
182
|
+
/**
|
|
183
|
+
* The type of dependency.
|
|
184
|
+
*/
|
|
185
|
+
Condition: ("START" | "COMPLETE" | "SUCCESS" | "HEALTHY");
|
|
186
|
+
/**
|
|
187
|
+
* A descriptive label for the container definition. The container being defined depends on this container's condition.
|
|
188
|
+
*/
|
|
189
|
+
ContainerName: string;
|
|
190
|
+
}
|
|
191
|
+
/**
|
|
192
|
+
* An environment variable to set inside a container, in the form of a key-value pair.
|
|
193
|
+
*/
|
|
194
|
+
export interface ContainerEnvironment {
|
|
195
|
+
/**
|
|
196
|
+
* The environment variable value.
|
|
197
|
+
*/
|
|
198
|
+
Value: string;
|
|
199
|
+
/**
|
|
200
|
+
* The environment variable name.
|
|
201
|
+
*/
|
|
202
|
+
Name: string;
|
|
203
|
+
}
|
|
204
|
+
/**
|
|
205
|
+
* A key-value pair to associate with a resource.
|
|
206
|
+
*/
|
|
207
|
+
export interface Tag {
|
|
208
|
+
/**
|
|
209
|
+
* The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length.
|
|
210
|
+
*/
|
|
211
|
+
Value: string;
|
|
212
|
+
/**
|
|
213
|
+
* The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length.
|
|
214
|
+
*/
|
|
215
|
+
Key: string;
|
|
216
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXdzLWdhbWVsaWZ0LWNvbnRhaW5lcmdyb3VwZGVmaW5pdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbImF3cy1nYW1lbGlmdC1jb250YWluZXJncm91cGRlZmluaXRpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogVGhlIEFXUzo6R2FtZUxpZnQ6OkNvbnRhaW5lckdyb3VwRGVmaW5pdGlvbiByZXNvdXJjZSBjcmVhdGVzIGFuIEFtYXpvbiBHYW1lTGlmdCBjb250YWluZXIgZ3JvdXAgZGVmaW5pdGlvbi5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBfQVdTX0dBTUVMSUZUX0NPTlRBSU5FUkdST1VQREVGSU5JVElPTiB7XG4vKipcbiAqIFRoZSBvcGVyYXRpbmcgc3lzdGVtIG9mIHRoZSBjb250YWluZXIgZ3JvdXBcbiAqL1xuT3BlcmF0aW5nU3lzdGVtOiBcIkFNQVpPTl9MSU5VWF8yMDIzXCJcbi8qKlxuICogQSBkZXNjcmlwdGl2ZSBsYWJlbCBmb3IgdGhlIGNvbnRhaW5lciBncm91cCBkZWZpbml0aW9uLlxuICovXG5OYW1lOiBzdHJpbmdcbi8qKlxuICogVGhlIEFtYXpvbiBSZXNvdXJjZSBOYW1lIChBUk4pIHRoYXQgaXMgYXNzaWduZWQgdG8gYSBBbWF6b24gR2FtZUxpZnQgY29udGFpbmVyIGdyb3VwIHJlc291cmNlIGFuZCB1bmlxdWVseSBpZGVudGlmaWVzIGl0IGFjcm9zcyBhbGwgQVdTIFJlZ2lvbnMuXG4gKi9cbkNvbnRhaW5lckdyb3VwRGVmaW5pdGlvbkFybj86IHN0cmluZ1xuLyoqXG4gKiBTcGVjaWZpZXMgd2hldGhlciB0aGUgY29udGFpbmVyIGdyb3VwIGluY2x1ZGVzIHJlcGxpY2Egb3IgZGFlbW9uIGNvbnRhaW5lcnMuXG4gKi9cblNjaGVkdWxpbmdTdHJhdGVneT86IChcIlJFUExJQ0FcIiB8IFwiREFFTU9OXCIpXG4vKipcbiAqIFRoZSBtYXhpbXVtIGFtb3VudCBvZiBtZW1vcnkgKGluIE1pQikgdG8gYWxsb2NhdGUgZm9yIHRoaXMgY29udGFpbmVyIGdyb3VwLlxuICovXG5Ub3RhbE1lbW9yeUxpbWl0OiBudW1iZXJcbi8qKlxuICogQSB0aW1lIHN0YW1wIGluZGljYXRpbmcgd2hlbiB0aGlzIGRhdGEgb2JqZWN0IHdhcyBjcmVhdGVkLiBGb3JtYXQgaXMgYSBudW1iZXIgZXhwcmVzc2VkIGluIFVuaXggdGltZSBhcyBtaWxsaXNlY29uZHMgKGZvciBleGFtcGxlIFwiMTQ2OTQ5ODQ2OC4wNTdcIikuXG4gKi9cbkNyZWF0aW9uVGltZT86IHN0cmluZ1xuLyoqXG4gKiBBIGNvbGxlY3Rpb24gb2YgY29udGFpbmVyIGRlZmluaXRpb25zIHRoYXQgZGVmaW5lIHRoZSBjb250YWluZXJzIGluIHRoaXMgZ3JvdXAuXG4gKiBcbiAqIEBtaW5JdGVtcyAxXG4gKiBAbWF4SXRlbXMgMTBcbiAqL1xuQ29udGFpbmVyRGVmaW5pdGlvbnM6IENvbnRhaW5lckRlZmluaXRpb25bXVxuLyoqXG4gKiBBbiBhcnJheSBvZiBrZXktdmFsdWUgcGFpcnMgdG8gYXBwbHkgdG8gdGhpcyByZXNvdXJjZS5cbiAqIFxuICogQG1pbkl0ZW1zIDBcbiAqIEBtYXhJdGVtcyAyMDBcbiAqL1xuVGFncz86IFRhZ1tdXG4vKipcbiAqIFRoZSBtYXhpbXVtIG51bWJlciBvZiBDUFUgdW5pdHMgcmVzZXJ2ZWQgZm9yIHRoaXMgY29udGFpbmVyIGdyb3VwLiBUaGUgdmFsdWUgaXMgZXhwcmVzc2VkIGFzIGFuIGludGVnZXIgYW1vdW50IG9mIENQVSB1bml0cy4gKDEgdkNQVSBpcyBlcXVhbCB0byAxMDI0IENQVSB1bml0cy4pXG4gKi9cblRvdGFsQ3B1TGltaXQ6IG51bWJlclxufVxuLyoqXG4gKiBEZXRhaWxzIGFib3V0IGEgY29udGFpbmVyIHRoYXQgaXMgdXNlZCBpbiBhIGNvbnRhaW5lciBmbGVldFxuICovXG5leHBvcnQgaW50ZXJmYWNlIENvbnRhaW5lckRlZmluaXRpb24ge1xuLyoqXG4gKiBUaGUgd29ya2luZyBkaXJlY3RvcnkgdG8gcnVuIGNvbW1hbmRzIGluc2lkZSB0aGUgY29udGFpbmVyIGluLlxuICovXG5Xb3JraW5nRGlyZWN0b3J5Pzogc3RyaW5nXG5NZW1vcnlMaW1pdHM/OiBNZW1vcnlMaW1pdHNcbkhlYWx0aENoZWNrPzogQ29udGFpbmVySGVhbHRoQ2hlY2tcbi8qKlxuICogVGhlIG1heGltdW0gbnVtYmVyIG9mIENQVSB1bml0cyByZXNlcnZlZCBmb3IgdGhpcyBjb250YWluZXIuIFRoZSB2YWx1ZSBpcyBleHByZXNzZWQgYXMgYW4gaW50ZWdlciBhbW91bnQgb2YgQ1BVIHVuaXRzLiAxIHZDUFUgaXMgZXF1YWwgdG8gMTAyNCBDUFUgdW5pdHNcbiAqL1xuQ3B1PzogbnVtYmVyXG4vKipcbiAqIFRoZSBlbnRyeSBwb2ludCB0aGF0J3MgcGFzc2VkIHRvIHRoZSBjb250YWluZXIgc28gdGhhdCBpdCB3aWxsIHJ1biBhcyBhbiBleGVjdXRhYmxlLiBJZiB0aGVyZSBhcmUgbXVsdGlwbGUgYXJndW1lbnRzLCBlYWNoIGFyZ3VtZW50IGlzIGEgc3RyaW5nIGluIHRoZSBhcnJheS5cbiAqIFxuICogQG1pbkl0ZW1zIDFcbiAqIEBtYXhJdGVtcyAyMFxuICovXG5FbnRyeVBvaW50Pzogc3RyaW5nW11cbi8qKlxuICogU3BlY2lmaWVzIHRoZSBpbWFnZSBVUkkgb2YgdGhpcyBjb250YWluZXIuXG4gKi9cbkltYWdlVXJpOiBzdHJpbmdcbi8qKlxuICogVGhlIGRpZ2VzdCBvZiB0aGUgY29udGFpbmVyIGltYWdlLlxuICovXG5SZXNvbHZlZEltYWdlRGlnZXN0Pzogc3RyaW5nXG4vKipcbiAqIFNwZWNpZmllcyBpZiB0aGUgY29udGFpbmVyIGlzIGVzc2VudGlhbC4gSWYgYW4gZXNzZW50aWFsIGNvbnRhaW5lciBmYWlscyBhIGhlYWx0aCBjaGVjaywgdGhlbiBhbGwgY29udGFpbmVycyBpbiB0aGUgY29udGFpbmVyIGdyb3VwIHdpbGwgYmUgcmVzdGFydGVkLiBZb3UgbXVzdCBzcGVjaWZ5IGV4YWN0bHkgMSBlc3NlbnRpYWwgY29udGFpbmVyIGluIGEgY29udGFpbmVyIGdyb3VwLlxuICovXG5Fc3NlbnRpYWw/OiBib29sZWFuXG5Qb3J0Q29uZmlndXJhdGlvbj86IFBvcnRDb25maWd1cmF0aW9uXG4vKipcbiAqIEEgbGlzdCBvZiBjb250YWluZXIgZGVwZW5kZW5jaWVzIHRoYXQgZGV0ZXJtaW5lcyB3aGVuIHRoaXMgY29udGFpbmVyIHN0YXJ0cyB1cCBhbmQgc2h1dHMgZG93bi4gRm9yIGNvbnRhaW5lciBncm91cHMgd2l0aCBtdWx0aXBsZSBjb250YWluZXJzLCBkZXBlbmRlbmNpZXMgbGV0IHlvdSBkZWZpbmUgYSBzdGFydHVwL3NodXRkb3duIHNlcXVlbmNlIGFjcm9zcyB0aGUgY29udGFpbmVycy5cbiAqIFxuICogQG1pbkl0ZW1zIDFcbiAqIEBtYXhJdGVtcyAxMFxuICovXG5EZXBlbmRzT24/OiBDb250YWluZXJEZXBlbmRlbmN5W11cbi8qKlxuICogQSBkZXNjcmlwdGl2ZSBsYWJlbCBmb3IgdGhlIGNvbnRhaW5lciBkZWZpbml0aW9uLiBDb250YWluZXIgZGVmaW5pdGlvbiBuYW1lcyBtdXN0IGJlIHVuaXF1ZSB3aXRoIGEgY29udGFpbmVyIGdyb3VwIGRlZmluaXRpb24uXG4gKi9cbkNvbnRhaW5lck5hbWU6IHN0cmluZ1xuLyoqXG4gKiBUaGUgY29tbWFuZCB0aGF0J3MgcGFzc2VkIHRvIHRoZSBjb250YWluZXIuXG4gKiBcbiAqIEBtaW5JdGVtcyAxXG4gKiBAbWF4SXRlbXMgMjBcbiAqL1xuQ29tbWFuZD86IHN0cmluZ1tdXG4vKipcbiAqIFRoZSBlbnZpcm9ubWVudCB2YXJpYWJsZXMgdG8gcGFzcyB0byBhIGNvbnRhaW5lci5cbiAqIFxuICogQG1pbkl0ZW1zIDFcbiAqIEBtYXhJdGVtcyAyMFxuICovXG5FbnZpcm9ubWVudD86IENvbnRhaW5lckVudmlyb25tZW50W11cbn1cbi8qKlxuICogU3BlY2lmaWVzIGhvdyBtdWNoIG1lbW9yeSBpcyBhdmFpbGFibGUgdG8gdGhlIGNvbnRhaW5lci4gWW91IG11c3Qgc3BlY2lmeSBhdCBsZWFzdCB0aGlzIHBhcmFtZXRlciBvciB0aGUgVG90YWxNZW1vcnlMaW1pdCBwYXJhbWV0ZXIgb2YgdGhlIENvbnRhaW5lckdyb3VwRGVmaW5pdGlvbi5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBNZW1vcnlMaW1pdHMge1xuLyoqXG4gKiBUaGUgYW1vdW50IG9mIG1lbW9yeSB0aGF0IGlzIHJlc2VydmVkIGZvciB0aGUgY29udGFpbmVyLlxuICovXG5Tb2Z0TGltaXQ/OiBudW1iZXJcbi8qKlxuICogVGhlIGhhcmQgbGltaXQgb2YgbWVtb3J5IHRvIHJlc2VydmUgZm9yIHRoZSBjb250YWluZXIuXG4gKi9cbkhhcmRMaW1pdD86IG51bWJlclxufVxuLyoqXG4gKiBTcGVjaWZpZXMgaG93IHRoZSBoZWFsdGggb2YgdGhlIGNvbnRhaW5lcnMgd2lsbCBiZSBjaGVja2VkLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIENvbnRhaW5lckhlYWx0aENoZWNrIHtcbi8qKlxuICogQSBzdHJpbmcgYXJyYXkgcmVwcmVzZW50aW5nIHRoZSBjb21tYW5kIHRoYXQgdGhlIGNvbnRhaW5lciBydW5zIHRvIGRldGVybWluZSBpZiBpdCBpcyBoZWFsdGh5LlxuICogXG4gKiBAbWluSXRlbXMgMVxuICogQG1heEl0ZW1zIDIwXG4gKi9cbkNvbW1hbmQ6IHN0cmluZ1tdXG4vKipcbiAqIEhvdyBtYW55IHNlY29uZHMgdGhlIHByb2Nlc3MgbWFuYWdlciBhbGxvd3MgdGhlIGNvbW1hbmQgdG8gcnVuIGJlZm9yZSBjYW5jZWxpbmcgaXQuXG4gKi9cblRpbWVvdXQ/OiBudW1iZXJcbi8qKlxuICogSG93IG1hbnkgdGltZXMgdGhlIHByb2Nlc3MgbWFuYWdlciB3aWxsIHJldHJ5IHRoZSBjb21tYW5kIGFmdGVyIGEgdGltZW91dC4gKFRoZSBmaXJzdCBydW4gb2YgdGhlIGNvbW1hbmQgZG9lcyBub3QgY291bnQgYXMgYSByZXRyeS4pXG4gKi9cblJldHJpZXM/OiBudW1iZXJcbi8qKlxuICogSG93IG9mdGVuIChpbiBzZWNvbmRzKSB0aGUgaGVhbHRoIGlzIGNoZWNrZWQuXG4gKi9cbkludGVydmFsPzogbnVtYmVyXG4vKipcbiAqIFRoZSBvcHRpb25hbCBncmFjZSBwZXJpb2QgKGluIHNlY29uZHMpIHRvIGdpdmUgYSBjb250YWluZXIgdGltZSB0byBib29zdHJhcCBiZWZvcmUgdGVoIGhlYWx0aCBjaGVjayBpcyBkZWNsYXJlZCBmYWlsZWQuXG4gKi9cblN0YXJ0UGVyaW9kPzogbnVtYmVyXG59XG4vKipcbiAqIERlZmluZXMgdGhlIHBvcnRzIG9uIHRoZSBjb250YWluZXIuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgUG9ydENvbmZpZ3VyYXRpb24ge1xuLyoqXG4gKiBTcGVjaWZpZXMgb25lIG9yIG1vcmUgcmFuZ2VzIG9mIHBvcnRzIG9uIGEgY29udGFpbmVyLlxuICogXG4gKiBAbWluSXRlbXMgMVxuICogQG1heEl0ZW1zIDEwMFxuICovXG5Db250YWluZXJQb3J0UmFuZ2VzOiBDb250YWluZXJQb3J0UmFuZ2VbXVxufVxuLyoqXG4gKiBBIHNldCBvZiBvbmUgb3IgbW9yZSBwb3J0IG51bWJlcnMgdGhhdCBjYW4gYmUgb3BlbmVkIG9uIHRoZSBjb250YWluZXIuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgQ29udGFpbmVyUG9ydFJhbmdlIHtcbi8qKlxuICogQSBzdGFydGluZyB2YWx1ZSBmb3IgdGhlIHJhbmdlIG9mIGFsbG93ZWQgcG9ydCBudW1iZXJzLlxuICovXG5Gcm9tUG9ydDogbnVtYmVyXG4vKipcbiAqIEFuIGVuZGluZyB2YWx1ZSBmb3IgdGhlIHJhbmdlIG9mIGFsbG93ZWQgcG9ydCBudW1iZXJzLiBQb3J0IG51bWJlcnMgYXJlIGVuZC1pbmNsdXNpdmUuIFRoaXMgdmFsdWUgbXVzdCBiZSBlcXVhbCB0byBvciBncmVhdGVyIHRoYW4gRnJvbVBvcnQuXG4gKi9cblRvUG9ydDogbnVtYmVyXG4vKipcbiAqIERlZmluZXMgdGhlIHByb3RvY29sIG9mIHRoZXNlIHBvcnRzLlxuICovXG5Qcm90b2NvbDogKFwiVENQXCIgfCBcIlVEUFwiKVxufVxuLyoqXG4gKiBBIGRlcGVuZGVuY3kgdGhhdCBpbXBhY3RzIGEgY29udGFpbmVyJ3Mgc3RhcnR1cCBhbmQgc2h1dGRvd24uXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgQ29udGFpbmVyRGVwZW5kZW5jeSB7XG4vKipcbiAqIFRoZSB0eXBlIG9mIGRlcGVuZGVuY3kuXG4gKi9cbkNvbmRpdGlvbjogKFwiU1RBUlRcIiB8IFwiQ09NUExFVEVcIiB8IFwiU1VDQ0VTU1wiIHwgXCJIRUFMVEhZXCIpXG4vKipcbiAqIEEgZGVzY3JpcHRpdmUgbGFiZWwgZm9yIHRoZSBjb250YWluZXIgZGVmaW5pdGlvbi4gVGhlIGNvbnRhaW5lciBiZWluZyBkZWZpbmVkIGRlcGVuZHMgb24gdGhpcyBjb250YWluZXIncyBjb25kaXRpb24uXG4gKi9cbkNvbnRhaW5lck5hbWU6IHN0cmluZ1xufVxuLyoqXG4gKiBBbiBlbnZpcm9ubWVudCB2YXJpYWJsZSB0byBzZXQgaW5zaWRlIGEgY29udGFpbmVyLCBpbiB0aGUgZm9ybSBvZiBhIGtleS12YWx1ZSBwYWlyLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIENvbnRhaW5lckVudmlyb25tZW50IHtcbi8qKlxuICogVGhlIGVudmlyb25tZW50IHZhcmlhYmxlIHZhbHVlLlxuICovXG5WYWx1ZTogc3RyaW5nXG4vKipcbiAqIFRoZSBlbnZpcm9ubWVudCB2YXJpYWJsZSBuYW1lLlxuICovXG5OYW1lOiBzdHJpbmdcbn1cbi8qKlxuICogQSBrZXktdmFsdWUgcGFpciB0byBhc3NvY2lhdGUgd2l0aCBhIHJlc291cmNlLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIFRhZyB7XG4vKipcbiAqIFRoZSB2YWx1ZSBmb3IgdGhlIHRhZy4gWW91IGNhbiBzcGVjaWZ5IGEgdmFsdWUgdGhhdCBpcyAwIHRvIDI1NiBVbmljb2RlIGNoYXJhY3RlcnMgaW4gbGVuZ3RoLlxuICovXG5WYWx1ZTogc3RyaW5nXG4vKipcbiAqIFRoZSBrZXkgbmFtZSBvZiB0aGUgdGFnLiBZb3UgY2FuIHNwZWNpZnkgYSB2YWx1ZSB0aGF0IGlzIDEgdG8gMTI4IFVuaWNvZGUgY2hhcmFjdGVycyBpbiBsZW5ndGguXG4gKi9cbktleTogc3RyaW5nXG59XG4iXX0=
|
|
@@ -0,0 +1,327 @@
|
|
|
1
|
+
export type Location = string;
|
|
2
|
+
/**
|
|
3
|
+
* The AWS::GameLift::Fleet resource creates an Amazon GameLift (GameLift) fleet to host game servers. A fleet is a set of EC2 or Anywhere instances, each of which can host multiple game sessions.
|
|
4
|
+
*/
|
|
5
|
+
export interface _AWS_GAMELIFT_FLEET {
|
|
6
|
+
/**
|
|
7
|
+
* A list of rules that control how a fleet is scaled.
|
|
8
|
+
*
|
|
9
|
+
* @maxItems 50
|
|
10
|
+
*/
|
|
11
|
+
ScalingPolicies?: ScalingPolicy[];
|
|
12
|
+
AnywhereConfiguration?: AnywhereConfiguration;
|
|
13
|
+
/**
|
|
14
|
+
* Determines whether to apply fleet or location capacities on fleet creation.
|
|
15
|
+
*/
|
|
16
|
+
ApplyCapacity?: ("ON_UPDATE" | "ON_CREATE_AND_UPDATE");
|
|
17
|
+
CertificateConfiguration?: CertificateConfiguration;
|
|
18
|
+
/**
|
|
19
|
+
* ComputeType to differentiate EC2 hardware managed by GameLift and Anywhere hardware managed by the customer.
|
|
20
|
+
*/
|
|
21
|
+
ComputeType?: ("EC2" | "ANYWHERE" | "CONTAINER");
|
|
22
|
+
ContainerGroupsConfiguration?: ContainerGroupsConfiguration;
|
|
23
|
+
/**
|
|
24
|
+
* A human-readable description of a fleet.
|
|
25
|
+
*/
|
|
26
|
+
Description?: string;
|
|
27
|
+
/**
|
|
28
|
+
* [DEPRECATED] The number of EC2 instances that you want this fleet to host. When creating a new fleet, GameLift automatically sets this value to "1" and initiates a single instance. Once the fleet is active, update this value to trigger GameLift to add or remove instances from the fleet.
|
|
29
|
+
*/
|
|
30
|
+
DesiredEC2Instances?: number;
|
|
31
|
+
/**
|
|
32
|
+
* A range of IP addresses and port settings that allow inbound traffic to connect to server processes on an Amazon GameLift server.
|
|
33
|
+
*
|
|
34
|
+
* @maxItems 50
|
|
35
|
+
*/
|
|
36
|
+
EC2InboundPermissions?: IpPermission[];
|
|
37
|
+
/**
|
|
38
|
+
* The name of an EC2 instance type that is supported in Amazon GameLift. A fleet instance type determines the computing resources of each instance in the fleet, including CPU, memory, storage, and networking capacity. Amazon GameLift supports the following EC2 instance types. See Amazon EC2 Instance Types for detailed descriptions.
|
|
39
|
+
*/
|
|
40
|
+
EC2InstanceType?: string;
|
|
41
|
+
/**
|
|
42
|
+
* Indicates whether to use On-Demand instances or Spot instances for this fleet. If empty, the default is ON_DEMAND. Both categories of instances use identical hardware and configurations based on the instance type selected for this fleet.
|
|
43
|
+
*/
|
|
44
|
+
FleetType?: ("ON_DEMAND" | "SPOT");
|
|
45
|
+
/**
|
|
46
|
+
* A unique identifier for an AWS IAM role that manages access to your AWS services. With an instance role ARN set, any application that runs on an instance in this fleet can assume the role, including install scripts, server processes, and daemons (background processes). Create a role or look up a role's ARN from the IAM dashboard in the AWS Management Console.
|
|
47
|
+
*/
|
|
48
|
+
InstanceRoleARN?: string;
|
|
49
|
+
/**
|
|
50
|
+
* Credentials provider implementation that loads credentials from the Amazon EC2 Instance Metadata Service.
|
|
51
|
+
*/
|
|
52
|
+
InstanceRoleCredentialsProvider?: "SHARED_CREDENTIAL_FILE";
|
|
53
|
+
/**
|
|
54
|
+
* @minItems 1
|
|
55
|
+
* @maxItems 100
|
|
56
|
+
*/
|
|
57
|
+
Locations?: LocationConfiguration[];
|
|
58
|
+
/**
|
|
59
|
+
* This parameter is no longer used. When hosting a custom game build, specify where Amazon GameLift should store log files using the Amazon GameLift server API call ProcessReady()
|
|
60
|
+
*/
|
|
61
|
+
LogPaths?: string[];
|
|
62
|
+
/**
|
|
63
|
+
* [DEPRECATED] The maximum value that is allowed for the fleet's instance count. When creating a new fleet, GameLift automatically sets this value to "1". Once the fleet is active, you can change this value.
|
|
64
|
+
*/
|
|
65
|
+
MaxSize?: number;
|
|
66
|
+
/**
|
|
67
|
+
* The name of an Amazon CloudWatch metric group. A metric group aggregates the metrics for all fleets in the group. Specify a string containing the metric group name. You can use an existing name or use a new name to create a new metric group. Currently, this parameter can have only one string.
|
|
68
|
+
*
|
|
69
|
+
* @maxItems 1
|
|
70
|
+
*/
|
|
71
|
+
MetricGroups?: string[];
|
|
72
|
+
/**
|
|
73
|
+
* [DEPRECATED] The minimum value allowed for the fleet's instance count. When creating a new fleet, GameLift automatically sets this value to "0". After the fleet is active, you can change this value.
|
|
74
|
+
*/
|
|
75
|
+
MinSize?: number;
|
|
76
|
+
/**
|
|
77
|
+
* A descriptive label that is associated with a fleet. Fleet names do not need to be unique.
|
|
78
|
+
*/
|
|
79
|
+
Name: string;
|
|
80
|
+
/**
|
|
81
|
+
* A game session protection policy to apply to all game sessions hosted on instances in this fleet. When protected, active game sessions cannot be terminated during a scale-down event. If this parameter is not set, instances in this fleet default to no protection. You can change a fleet's protection policy to affect future game sessions on the fleet. You can also set protection for individual game sessions.
|
|
82
|
+
*/
|
|
83
|
+
NewGameSessionProtectionPolicy?: ("FullProtection" | "NoProtection");
|
|
84
|
+
/**
|
|
85
|
+
* A unique identifier for the AWS account with the VPC that you want to peer your Amazon GameLift fleet with. You can find your account ID in the AWS Management Console under account settings.
|
|
86
|
+
*/
|
|
87
|
+
PeerVpcAwsAccountId?: string;
|
|
88
|
+
/**
|
|
89
|
+
* A unique identifier for a VPC with resources to be accessed by your Amazon GameLift fleet. The VPC must be in the same Region as your fleet. To look up a VPC ID, use the VPC Dashboard in the AWS Management Console.
|
|
90
|
+
*/
|
|
91
|
+
PeerVpcId?: string;
|
|
92
|
+
ResourceCreationLimitPolicy?: ResourceCreationLimitPolicy;
|
|
93
|
+
/**
|
|
94
|
+
* Unique fleet ID
|
|
95
|
+
*/
|
|
96
|
+
FleetId?: string;
|
|
97
|
+
/**
|
|
98
|
+
* A unique identifier for a build to be deployed on the new fleet. If you are deploying the fleet with a custom game build, you must specify this property. The build must have been successfully uploaded to Amazon GameLift and be in a READY status. This fleet setting cannot be changed once the fleet is created.
|
|
99
|
+
*/
|
|
100
|
+
BuildId?: string;
|
|
101
|
+
/**
|
|
102
|
+
* A unique identifier for a Realtime script to be deployed on a new Realtime Servers fleet. The script must have been successfully uploaded to Amazon GameLift. This fleet setting cannot be changed once the fleet is created.
|
|
103
|
+
*
|
|
104
|
+
* Note: It is not currently possible to use the !Ref command to reference a script created with a CloudFormation template for the fleet property ScriptId. Instead, use Fn::GetAtt Script.Arn or Fn::GetAtt Script.Id to retrieve either of these properties as input for ScriptId. Alternatively, enter a ScriptId string manually.
|
|
105
|
+
*/
|
|
106
|
+
ScriptId?: string;
|
|
107
|
+
RuntimeConfiguration?: RuntimeConfiguration;
|
|
108
|
+
/**
|
|
109
|
+
* This parameter is no longer used but is retained for backward compatibility. Instead, specify server launch parameters in the RuntimeConfiguration parameter. A request must specify either a runtime configuration or values for both ServerLaunchParameters and ServerLaunchPath.
|
|
110
|
+
*/
|
|
111
|
+
ServerLaunchParameters?: string;
|
|
112
|
+
/**
|
|
113
|
+
* This parameter is no longer used. Instead, specify a server launch path using the RuntimeConfiguration parameter. Requests that specify a server launch path and launch parameters instead of a runtime configuration will continue to work.
|
|
114
|
+
*/
|
|
115
|
+
ServerLaunchPath?: string;
|
|
116
|
+
}
|
|
117
|
+
/**
|
|
118
|
+
* Rule that controls how a fleet is scaled. Scaling policies are uniquely identified by the combination of name and fleet ID.
|
|
119
|
+
*/
|
|
120
|
+
export interface ScalingPolicy {
|
|
121
|
+
/**
|
|
122
|
+
* Comparison operator to use when measuring a metric against the threshold value.
|
|
123
|
+
*/
|
|
124
|
+
ComparisonOperator?: ("GreaterThanOrEqualToThreshold" | "GreaterThanThreshold" | "LessThanThreshold" | "LessThanOrEqualToThreshold");
|
|
125
|
+
/**
|
|
126
|
+
* Length of time (in minutes) the metric must be at or beyond the threshold before a scaling event is triggered.
|
|
127
|
+
*/
|
|
128
|
+
EvaluationPeriods?: number;
|
|
129
|
+
Location?: Location;
|
|
130
|
+
/**
|
|
131
|
+
* Name of the Amazon GameLift-defined metric that is used to trigger a scaling adjustment.
|
|
132
|
+
*/
|
|
133
|
+
MetricName: ("ActivatingGameSessions" | "ActiveGameSessions" | "ActiveInstances" | "AvailableGameSessions" | "AvailablePlayerSessions" | "CurrentPlayerSessions" | "IdleInstances" | "PercentAvailableGameSessions" | "PercentIdleInstances" | "QueueDepth" | "WaitTime" | "ConcurrentActivatableGameSessions");
|
|
134
|
+
/**
|
|
135
|
+
* A descriptive label that is associated with a fleet's scaling policy. Policy names do not need to be unique.
|
|
136
|
+
*/
|
|
137
|
+
Name: string;
|
|
138
|
+
/**
|
|
139
|
+
* The type of scaling policy to create. For a target-based policy, set the parameter MetricName to 'PercentAvailableGameSessions' and specify a TargetConfiguration. For a rule-based policy set the following parameters: MetricName, ComparisonOperator, Threshold, EvaluationPeriods, ScalingAdjustmentType, and ScalingAdjustment.
|
|
140
|
+
*/
|
|
141
|
+
PolicyType?: ("RuleBased" | "TargetBased");
|
|
142
|
+
/**
|
|
143
|
+
* Amount of adjustment to make, based on the scaling adjustment type.
|
|
144
|
+
*/
|
|
145
|
+
ScalingAdjustment?: number;
|
|
146
|
+
/**
|
|
147
|
+
* The type of adjustment to make to a fleet's instance count.
|
|
148
|
+
*/
|
|
149
|
+
ScalingAdjustmentType?: ("ChangeInCapacity" | "ExactCapacity" | "PercentChangeInCapacity");
|
|
150
|
+
/**
|
|
151
|
+
* Current status of the scaling policy. The scaling policy can be in force only when in an ACTIVE status. Scaling policies can be suspended for individual fleets. If the policy is suspended for a fleet, the policy status does not change.
|
|
152
|
+
*/
|
|
153
|
+
Status?: ("ACTIVE" | "UPDATE_REQUESTED" | "UPDATING" | "DELETE_REQUESTED" | "DELETING" | "DELETED" | "ERROR");
|
|
154
|
+
TargetConfiguration?: TargetConfiguration;
|
|
155
|
+
/**
|
|
156
|
+
* Metric value used to trigger a scaling event.
|
|
157
|
+
*/
|
|
158
|
+
Threshold?: number;
|
|
159
|
+
/**
|
|
160
|
+
* The current status of the fleet's scaling policies in a requested fleet location. The status PENDING_UPDATE indicates that an update was requested for the fleet but has not yet been completed for the location.
|
|
161
|
+
*/
|
|
162
|
+
UpdateStatus?: "PENDING_UPDATE";
|
|
163
|
+
}
|
|
164
|
+
/**
|
|
165
|
+
* An object that contains settings for a target-based scaling policy.
|
|
166
|
+
*/
|
|
167
|
+
export interface TargetConfiguration {
|
|
168
|
+
/**
|
|
169
|
+
* Desired value to use with a target-based scaling policy. The value must be relevant for whatever metric the scaling policy is using. For example, in a policy using the metric PercentAvailableGameSessions, the target value should be the preferred size of the fleet's buffer (the percent of capacity that should be idle and ready for new game sessions).
|
|
170
|
+
*/
|
|
171
|
+
TargetValue: number;
|
|
172
|
+
}
|
|
173
|
+
/**
|
|
174
|
+
* Configuration for Anywhere fleet.
|
|
175
|
+
*/
|
|
176
|
+
export interface AnywhereConfiguration {
|
|
177
|
+
/**
|
|
178
|
+
* Cost of compute can be specified on Anywhere Fleets to prioritize placement across Queue destinations based on Cost.
|
|
179
|
+
*/
|
|
180
|
+
Cost: string;
|
|
181
|
+
}
|
|
182
|
+
/**
|
|
183
|
+
* Indicates whether to generate a TLS/SSL certificate for the new fleet. TLS certificates are used for encrypting traffic between game clients and game servers running on GameLift. If this parameter is not set, certificate generation is disabled. This fleet setting cannot be changed once the fleet is created.
|
|
184
|
+
*/
|
|
185
|
+
export interface CertificateConfiguration {
|
|
186
|
+
CertificateType: ("DISABLED" | "GENERATED");
|
|
187
|
+
}
|
|
188
|
+
/**
|
|
189
|
+
* Specifies container groups that this instance will hold. You must specify exactly one replica group. Optionally, you may specify exactly one daemon group. You can't change this property after you create the fleet.
|
|
190
|
+
*/
|
|
191
|
+
export interface ContainerGroupsConfiguration {
|
|
192
|
+
/**
|
|
193
|
+
* The names of the container group definitions that will be created in an instance. You must specify exactly one REPLICA container group. You have the option to also specify one DAEMON container group.
|
|
194
|
+
*
|
|
195
|
+
* @minItems 1
|
|
196
|
+
* @maxItems 2
|
|
197
|
+
*/
|
|
198
|
+
ContainerGroupDefinitionNames: string[];
|
|
199
|
+
ConnectionPortRange: ConnectionPortRange;
|
|
200
|
+
ContainerGroupsPerInstance?: ContainerGroupsPerInstance;
|
|
201
|
+
}
|
|
202
|
+
/**
|
|
203
|
+
* Defines the range of ports on the instance that allow inbound traffic to connect with containers in a fleet.
|
|
204
|
+
*/
|
|
205
|
+
export interface ConnectionPortRange {
|
|
206
|
+
/**
|
|
207
|
+
* A starting value for a range of allowed port numbers.
|
|
208
|
+
*/
|
|
209
|
+
FromPort: number;
|
|
210
|
+
/**
|
|
211
|
+
* An ending value for a range of allowed port numbers. Port numbers are end-inclusive. This value must be higher than FromPort.
|
|
212
|
+
*/
|
|
213
|
+
ToPort: number;
|
|
214
|
+
}
|
|
215
|
+
/**
|
|
216
|
+
* The number of container groups per instance.
|
|
217
|
+
*/
|
|
218
|
+
export interface ContainerGroupsPerInstance {
|
|
219
|
+
/**
|
|
220
|
+
* Use this parameter to override the number of replica container groups GameLift will launch per instance with a number that is lower than that calculated maximum.
|
|
221
|
+
*/
|
|
222
|
+
DesiredReplicaContainerGroupsPerInstance?: number;
|
|
223
|
+
/**
|
|
224
|
+
* GameLift calculates the maximum number of replica container groups it can launch per instance based on instance properties such as CPU, memory, and connection ports.
|
|
225
|
+
*/
|
|
226
|
+
MaxReplicaContainerGroupsPerInstance?: number;
|
|
227
|
+
}
|
|
228
|
+
/**
|
|
229
|
+
* A range of IP addresses and port settings that allow inbound traffic to connect to server processes on an Amazon GameLift hosting resource. New game sessions that are started on the fleet are assigned an IP address/port number combination, which must fall into the fleet's allowed ranges. For fleets created with a custom game server, the ranges reflect the server's game session assignments. For Realtime Servers fleets, Amazon GameLift automatically opens two port ranges, one for TCP messaging and one for UDP, for use by the Realtime servers.
|
|
230
|
+
*/
|
|
231
|
+
export interface IpPermission {
|
|
232
|
+
/**
|
|
233
|
+
* A starting value for a range of allowed port numbers.
|
|
234
|
+
*/
|
|
235
|
+
FromPort: number;
|
|
236
|
+
/**
|
|
237
|
+
* A range of allowed IP addresses. This value must be expressed in CIDR notation. Example: "000.000.000.000/[subnet mask]" or optionally the shortened version "0.0.0.0/[subnet mask]".
|
|
238
|
+
*/
|
|
239
|
+
IpRange: string;
|
|
240
|
+
/**
|
|
241
|
+
* The network communication protocol used by the fleet.
|
|
242
|
+
*/
|
|
243
|
+
Protocol: ("TCP" | "UDP");
|
|
244
|
+
/**
|
|
245
|
+
* An ending value for a range of allowed port numbers. Port numbers are end-inclusive. This value must be higher than FromPort.
|
|
246
|
+
*/
|
|
247
|
+
ToPort: number;
|
|
248
|
+
}
|
|
249
|
+
/**
|
|
250
|
+
* A remote location where a multi-location fleet can deploy EC2 instances for game hosting.
|
|
251
|
+
*/
|
|
252
|
+
export interface LocationConfiguration {
|
|
253
|
+
Location: Location;
|
|
254
|
+
LocationCapacity?: LocationCapacity;
|
|
255
|
+
}
|
|
256
|
+
/**
|
|
257
|
+
* Current resource capacity settings in a specified fleet or location. The location value might refer to a fleet's remote location or its home Region.
|
|
258
|
+
*/
|
|
259
|
+
export interface LocationCapacity {
|
|
260
|
+
/**
|
|
261
|
+
* The number of EC2 instances you want to maintain in the specified fleet location. This value must fall between the minimum and maximum size limits.
|
|
262
|
+
*/
|
|
263
|
+
DesiredEC2Instances: number;
|
|
264
|
+
/**
|
|
265
|
+
* The minimum value allowed for the fleet's instance count for a location. When creating a new fleet, GameLift automatically sets this value to "0". After the fleet is active, you can change this value.
|
|
266
|
+
*/
|
|
267
|
+
MinSize: number;
|
|
268
|
+
/**
|
|
269
|
+
* The maximum value that is allowed for the fleet's instance count for a location. When creating a new fleet, GameLift automatically sets this value to "1". Once the fleet is active, you can change this value.
|
|
270
|
+
*/
|
|
271
|
+
MaxSize: number;
|
|
272
|
+
}
|
|
273
|
+
/**
|
|
274
|
+
* A policy that limits the number of game sessions an individual player can create over a span of time for this fleet.
|
|
275
|
+
*/
|
|
276
|
+
export interface ResourceCreationLimitPolicy {
|
|
277
|
+
/**
|
|
278
|
+
* The maximum number of game sessions that an individual can create during the policy period.
|
|
279
|
+
*/
|
|
280
|
+
NewGameSessionsPerCreator?: number;
|
|
281
|
+
/**
|
|
282
|
+
* The time span used in evaluating the resource creation limit policy.
|
|
283
|
+
*/
|
|
284
|
+
PolicyPeriodInMinutes?: number;
|
|
285
|
+
}
|
|
286
|
+
/**
|
|
287
|
+
* Instructions for launching server processes on each instance in the fleet. Server processes run either a custom game build executable or a Realtime script. The runtime configuration defines the server executables or launch script file, launch parameters, and the number of processes to run concurrently on each instance. When creating a fleet, the runtime configuration must have at least one server process configuration; otherwise the request fails with an invalid request exception.
|
|
288
|
+
*
|
|
289
|
+
* This parameter is required unless the parameters ServerLaunchPath and ServerLaunchParameters are defined. Runtime configuration has replaced these parameters, but fleets that use them will continue to work.
|
|
290
|
+
*/
|
|
291
|
+
export interface RuntimeConfiguration {
|
|
292
|
+
/**
|
|
293
|
+
* The maximum amount of time (in seconds) that a game session can remain in status ACTIVATING. If the game session is not active before the timeout, activation is terminated and the game session status is changed to TERMINATED.
|
|
294
|
+
*/
|
|
295
|
+
GameSessionActivationTimeoutSeconds?: number;
|
|
296
|
+
/**
|
|
297
|
+
* The maximum number of game sessions with status ACTIVATING to allow on an instance simultaneously. This setting limits the amount of instance resources that can be used for new game activations at any one time.
|
|
298
|
+
*/
|
|
299
|
+
MaxConcurrentGameSessionActivations?: number;
|
|
300
|
+
/**
|
|
301
|
+
* A collection of server process configurations that describe which server processes to run on each instance in a fleet.
|
|
302
|
+
*
|
|
303
|
+
* @maxItems 50
|
|
304
|
+
*/
|
|
305
|
+
ServerProcesses?: ServerProcess[];
|
|
306
|
+
}
|
|
307
|
+
/**
|
|
308
|
+
* A set of instructions for launching server processes on each instance in a fleet. Each instruction set identifies the location of the server executable, optional launch parameters, and the number of server processes with this configuration to maintain concurrently on the instance. Server process configurations make up a fleet's RuntimeConfiguration.
|
|
309
|
+
*/
|
|
310
|
+
export interface ServerProcess {
|
|
311
|
+
/**
|
|
312
|
+
* The number of server processes that use this configuration to run concurrently on an instance.
|
|
313
|
+
*/
|
|
314
|
+
ConcurrentExecutions: number;
|
|
315
|
+
/**
|
|
316
|
+
* The location of the server executable in a custom game build or the name of the Realtime script file that contains the Init() function. Game builds and Realtime scripts are installed on instances at the root:
|
|
317
|
+
*
|
|
318
|
+
* Windows (for custom game builds only): C:\game. Example: "C:\game\MyGame\server.exe"
|
|
319
|
+
*
|
|
320
|
+
* Linux: /local/game. Examples: "/local/game/MyGame/server.exe" or "/local/game/MyRealtimeScript.js"
|
|
321
|
+
*/
|
|
322
|
+
LaunchPath: string;
|
|
323
|
+
/**
|
|
324
|
+
* An optional list of parameters to pass to the server executable or Realtime script on launch.
|
|
325
|
+
*/
|
|
326
|
+
Parameters?: string;
|
|
327
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXdzLWdhbWVsaWZ0LWZsZWV0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiYXdzLWdhbWVsaWZ0LWZsZWV0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgdHlwZSBMb2NhdGlvbiA9IHN0cmluZ1xuXG4vKipcbiAqIFRoZSBBV1M6OkdhbWVMaWZ0OjpGbGVldCByZXNvdXJjZSBjcmVhdGVzIGFuIEFtYXpvbiBHYW1lTGlmdCAoR2FtZUxpZnQpIGZsZWV0IHRvIGhvc3QgZ2FtZSBzZXJ2ZXJzLiBBIGZsZWV0IGlzIGEgc2V0IG9mIEVDMiBvciBBbnl3aGVyZSBpbnN0YW5jZXMsIGVhY2ggb2Ygd2hpY2ggY2FuIGhvc3QgbXVsdGlwbGUgZ2FtZSBzZXNzaW9ucy5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBfQVdTX0dBTUVMSUZUX0ZMRUVUIHtcbi8qKlxuICogQSBsaXN0IG9mIHJ1bGVzIHRoYXQgY29udHJvbCBob3cgYSBmbGVldCBpcyBzY2FsZWQuXG4gKiBcbiAqIEBtYXhJdGVtcyA1MFxuICovXG5TY2FsaW5nUG9saWNpZXM/OiBTY2FsaW5nUG9saWN5W11cbkFueXdoZXJlQ29uZmlndXJhdGlvbj86IEFueXdoZXJlQ29uZmlndXJhdGlvblxuLyoqXG4gKiBEZXRlcm1pbmVzIHdoZXRoZXIgdG8gYXBwbHkgZmxlZXQgb3IgbG9jYXRpb24gY2FwYWNpdGllcyBvbiBmbGVldCBjcmVhdGlvbi5cbiAqL1xuQXBwbHlDYXBhY2l0eT86IChcIk9OX1VQREFURVwiIHwgXCJPTl9DUkVBVEVfQU5EX1VQREFURVwiKVxuQ2VydGlmaWNhdGVDb25maWd1cmF0aW9uPzogQ2VydGlmaWNhdGVDb25maWd1cmF0aW9uXG4vKipcbiAqIENvbXB1dGVUeXBlIHRvIGRpZmZlcmVudGlhdGUgRUMyIGhhcmR3YXJlIG1hbmFnZWQgYnkgR2FtZUxpZnQgYW5kIEFueXdoZXJlIGhhcmR3YXJlIG1hbmFnZWQgYnkgdGhlIGN1c3RvbWVyLlxuICovXG5Db21wdXRlVHlwZT86IChcIkVDMlwiIHwgXCJBTllXSEVSRVwiIHwgXCJDT05UQUlORVJcIilcbkNvbnRhaW5lckdyb3Vwc0NvbmZpZ3VyYXRpb24/OiBDb250YWluZXJHcm91cHNDb25maWd1cmF0aW9uXG4vKipcbiAqIEEgaHVtYW4tcmVhZGFibGUgZGVzY3JpcHRpb24gb2YgYSBmbGVldC5cbiAqL1xuRGVzY3JpcHRpb24/OiBzdHJpbmdcbi8qKlxuICogW0RFUFJFQ0FURURdIFRoZSBudW1iZXIgb2YgRUMyIGluc3RhbmNlcyB0aGF0IHlvdSB3YW50IHRoaXMgZmxlZXQgdG8gaG9zdC4gV2hlbiBjcmVhdGluZyBhIG5ldyBmbGVldCwgR2FtZUxpZnQgYXV0b21hdGljYWxseSBzZXRzIHRoaXMgdmFsdWUgdG8gXCIxXCIgYW5kIGluaXRpYXRlcyBhIHNpbmdsZSBpbnN0YW5jZS4gT25jZSB0aGUgZmxlZXQgaXMgYWN0aXZlLCB1cGRhdGUgdGhpcyB2YWx1ZSB0byB0cmlnZ2VyIEdhbWVMaWZ0IHRvIGFkZCBvciByZW1vdmUgaW5zdGFuY2VzIGZyb20gdGhlIGZsZWV0LlxuICovXG5EZXNpcmVkRUMySW5zdGFuY2VzPzogbnVtYmVyXG4vKipcbiAqIEEgcmFuZ2Ugb2YgSVAgYWRkcmVzc2VzIGFuZCBwb3J0IHNldHRpbmdzIHRoYXQgYWxsb3cgaW5ib3VuZCB0cmFmZmljIHRvIGNvbm5lY3QgdG8gc2VydmVyIHByb2Nlc3NlcyBvbiBhbiBBbWF6b24gR2FtZUxpZnQgc2VydmVyLlxuICogXG4gKiBAbWF4SXRlbXMgNTBcbiAqL1xuRUMySW5ib3VuZFBlcm1pc3Npb25zPzogSXBQZXJtaXNzaW9uW11cbi8qKlxuICogVGhlIG5hbWUgb2YgYW4gRUMyIGluc3RhbmNlIHR5cGUgdGhhdCBpcyBzdXBwb3J0ZWQgaW4gQW1hem9uIEdhbWVMaWZ0LiBBIGZsZWV0IGluc3RhbmNlIHR5cGUgZGV0ZXJtaW5lcyB0aGUgY29tcHV0aW5nIHJlc291cmNlcyBvZiBlYWNoIGluc3RhbmNlIGluIHRoZSBmbGVldCwgaW5jbHVkaW5nIENQVSwgbWVtb3J5LCBzdG9yYWdlLCBhbmQgbmV0d29ya2luZyBjYXBhY2l0eS4gQW1hem9uIEdhbWVMaWZ0IHN1cHBvcnRzIHRoZSBmb2xsb3dpbmcgRUMyIGluc3RhbmNlIHR5cGVzLiBTZWUgQW1hem9uIEVDMiBJbnN0YW5jZSBUeXBlcyBmb3IgZGV0YWlsZWQgZGVzY3JpcHRpb25zLlxuICovXG5FQzJJbnN0YW5jZVR5cGU/OiBzdHJpbmdcbi8qKlxuICogSW5kaWNhdGVzIHdoZXRoZXIgdG8gdXNlIE9uLURlbWFuZCBpbnN0YW5jZXMgb3IgU3BvdCBpbnN0YW5jZXMgZm9yIHRoaXMgZmxlZXQuIElmIGVtcHR5LCB0aGUgZGVmYXVsdCBpcyBPTl9ERU1BTkQuIEJvdGggY2F0ZWdvcmllcyBvZiBpbnN0YW5jZXMgdXNlIGlkZW50aWNhbCBoYXJkd2FyZSBhbmQgY29uZmlndXJhdGlvbnMgYmFzZWQgb24gdGhlIGluc3RhbmNlIHR5cGUgc2VsZWN0ZWQgZm9yIHRoaXMgZmxlZXQuXG4gKi9cbkZsZWV0VHlwZT86IChcIk9OX0RFTUFORFwiIHwgXCJTUE9UXCIpXG4vKipcbiAqIEEgdW5pcXVlIGlkZW50aWZpZXIgZm9yIGFuIEFXUyBJQU0gcm9sZSB0aGF0IG1hbmFnZXMgYWNjZXNzIHRvIHlvdXIgQVdTIHNlcnZpY2VzLiBXaXRoIGFuIGluc3RhbmNlIHJvbGUgQVJOIHNldCwgYW55IGFwcGxpY2F0aW9uIHRoYXQgcnVucyBvbiBhbiBpbnN0YW5jZSBpbiB0aGlzIGZsZWV0IGNhbiBhc3N1bWUgdGhlIHJvbGUsIGluY2x1ZGluZyBpbnN0YWxsIHNjcmlwdHMsIHNlcnZlciBwcm9jZXNzZXMsIGFuZCBkYWVtb25zIChiYWNrZ3JvdW5kIHByb2Nlc3NlcykuIENyZWF0ZSBhIHJvbGUgb3IgbG9vayB1cCBhIHJvbGUncyBBUk4gZnJvbSB0aGUgSUFNIGRhc2hib2FyZCBpbiB0aGUgQVdTIE1hbmFnZW1lbnQgQ29uc29sZS5cbiAqL1xuSW5zdGFuY2VSb2xlQVJOPzogc3RyaW5nXG4vKipcbiAqIENyZWRlbnRpYWxzIHByb3ZpZGVyIGltcGxlbWVudGF0aW9uIHRoYXQgbG9hZHMgY3JlZGVudGlhbHMgZnJvbSB0aGUgQW1hem9uIEVDMiBJbnN0YW5jZSBNZXRhZGF0YSBTZXJ2aWNlLlxuICovXG5JbnN0YW5jZVJvbGVDcmVkZW50aWFsc1Byb3ZpZGVyPzogXCJTSEFSRURfQ1JFREVOVElBTF9GSUxFXCJcbi8qKlxuICogQG1pbkl0ZW1zIDFcbiAqIEBtYXhJdGVtcyAxMDBcbiAqL1xuTG9jYXRpb25zPzogTG9jYXRpb25Db25maWd1cmF0aW9uW11cbi8qKlxuICogVGhpcyBwYXJhbWV0ZXIgaXMgbm8gbG9uZ2VyIHVzZWQuIFdoZW4gaG9zdGluZyBhIGN1c3RvbSBnYW1lIGJ1aWxkLCBzcGVjaWZ5IHdoZXJlIEFtYXpvbiBHYW1lTGlmdCBzaG91bGQgc3RvcmUgbG9nIGZpbGVzIHVzaW5nIHRoZSBBbWF6b24gR2FtZUxpZnQgc2VydmVyIEFQSSBjYWxsIFByb2Nlc3NSZWFkeSgpXG4gKi9cbkxvZ1BhdGhzPzogc3RyaW5nW11cbi8qKlxuICogW0RFUFJFQ0FURURdIFRoZSBtYXhpbXVtIHZhbHVlIHRoYXQgaXMgYWxsb3dlZCBmb3IgdGhlIGZsZWV0J3MgaW5zdGFuY2UgY291bnQuIFdoZW4gY3JlYXRpbmcgYSBuZXcgZmxlZXQsIEdhbWVMaWZ0IGF1dG9tYXRpY2FsbHkgc2V0cyB0aGlzIHZhbHVlIHRvIFwiMVwiLiBPbmNlIHRoZSBmbGVldCBpcyBhY3RpdmUsIHlvdSBjYW4gY2hhbmdlIHRoaXMgdmFsdWUuXG4gKi9cbk1heFNpemU/OiBudW1iZXJcbi8qKlxuICogVGhlIG5hbWUgb2YgYW4gQW1hem9uIENsb3VkV2F0Y2ggbWV0cmljIGdyb3VwLiBBIG1ldHJpYyBncm91cCBhZ2dyZWdhdGVzIHRoZSBtZXRyaWNzIGZvciBhbGwgZmxlZXRzIGluIHRoZSBncm91cC4gU3BlY2lmeSBhIHN0cmluZyBjb250YWluaW5nIHRoZSBtZXRyaWMgZ3JvdXAgbmFtZS4gWW91IGNhbiB1c2UgYW4gZXhpc3RpbmcgbmFtZSBvciB1c2UgYSBuZXcgbmFtZSB0byBjcmVhdGUgYSBuZXcgbWV0cmljIGdyb3VwLiBDdXJyZW50bHksIHRoaXMgcGFyYW1ldGVyIGNhbiBoYXZlIG9ubHkgb25lIHN0cmluZy5cbiAqIFxuICogQG1heEl0ZW1zIDFcbiAqL1xuTWV0cmljR3JvdXBzPzogc3RyaW5nW11cbi8qKlxuICogW0RFUFJFQ0FURURdIFRoZSBtaW5pbXVtIHZhbHVlIGFsbG93ZWQgZm9yIHRoZSBmbGVldCdzIGluc3RhbmNlIGNvdW50LiBXaGVuIGNyZWF0aW5nIGEgbmV3IGZsZWV0LCBHYW1lTGlmdCBhdXRvbWF0aWNhbGx5IHNldHMgdGhpcyB2YWx1ZSB0byBcIjBcIi4gQWZ0ZXIgdGhlIGZsZWV0IGlzIGFjdGl2ZSwgeW91IGNhbiBjaGFuZ2UgdGhpcyB2YWx1ZS5cbiAqL1xuTWluU2l6ZT86IG51bWJlclxuLyoqXG4gKiBBIGRlc2NyaXB0aXZlIGxhYmVsIHRoYXQgaXMgYXNzb2NpYXRlZCB3aXRoIGEgZmxlZXQuIEZsZWV0IG5hbWVzIGRvIG5vdCBuZWVkIHRvIGJlIHVuaXF1ZS5cbiAqL1xuTmFtZTogc3RyaW5nXG4vKipcbiAqIEEgZ2FtZSBzZXNzaW9uIHByb3RlY3Rpb24gcG9saWN5IHRvIGFwcGx5IHRvIGFsbCBnYW1lIHNlc3Npb25zIGhvc3RlZCBvbiBpbnN0YW5jZXMgaW4gdGhpcyBmbGVldC4gV2hlbiBwcm90ZWN0ZWQsIGFjdGl2ZSBnYW1lIHNlc3Npb25zIGNhbm5vdCBiZSB0ZXJtaW5hdGVkIGR1cmluZyBhIHNjYWxlLWRvd24gZXZlbnQuIElmIHRoaXMgcGFyYW1ldGVyIGlzIG5vdCBzZXQsIGluc3RhbmNlcyBpbiB0aGlzIGZsZWV0IGRlZmF1bHQgdG8gbm8gcHJvdGVjdGlvbi4gWW91IGNhbiBjaGFuZ2UgYSBmbGVldCdzIHByb3RlY3Rpb24gcG9saWN5IHRvIGFmZmVjdCBmdXR1cmUgZ2FtZSBzZXNzaW9ucyBvbiB0aGUgZmxlZXQuIFlvdSBjYW4gYWxzbyBzZXQgcHJvdGVjdGlvbiBmb3IgaW5kaXZpZHVhbCBnYW1lIHNlc3Npb25zLlxuICovXG5OZXdHYW1lU2Vzc2lvblByb3RlY3Rpb25Qb2xpY3k/OiAoXCJGdWxsUHJvdGVjdGlvblwiIHwgXCJOb1Byb3RlY3Rpb25cIilcbi8qKlxuICogQSB1bmlxdWUgaWRlbnRpZmllciBmb3IgdGhlIEFXUyBhY2NvdW50IHdpdGggdGhlIFZQQyB0aGF0IHlvdSB3YW50IHRvIHBlZXIgeW91ciBBbWF6b24gR2FtZUxpZnQgZmxlZXQgd2l0aC4gWW91IGNhbiBmaW5kIHlvdXIgYWNjb3VudCBJRCBpbiB0aGUgQVdTIE1hbmFnZW1lbnQgQ29uc29sZSB1bmRlciBhY2NvdW50IHNldHRpbmdzLlxuICovXG5QZWVyVnBjQXdzQWNjb3VudElkPzogc3RyaW5nXG4vKipcbiAqIEEgdW5pcXVlIGlkZW50aWZpZXIgZm9yIGEgVlBDIHdpdGggcmVzb3VyY2VzIHRvIGJlIGFjY2Vzc2VkIGJ5IHlvdXIgQW1hem9uIEdhbWVMaWZ0IGZsZWV0LiBUaGUgVlBDIG11c3QgYmUgaW4gdGhlIHNhbWUgUmVnaW9uIGFzIHlvdXIgZmxlZXQuIFRvIGxvb2sgdXAgYSBWUEMgSUQsIHVzZSB0aGUgVlBDIERhc2hib2FyZCBpbiB0aGUgQVdTIE1hbmFnZW1lbnQgQ29uc29sZS5cbiAqL1xuUGVlclZwY0lkPzogc3RyaW5nXG5SZXNvdXJjZUNyZWF0aW9uTGltaXRQb2xpY3k/OiBSZXNvdXJjZUNyZWF0aW9uTGltaXRQb2xpY3lcbi8qKlxuICogVW5pcXVlIGZsZWV0IElEXG4gKi9cbkZsZWV0SWQ/OiBzdHJpbmdcbi8qKlxuICogQSB1bmlxdWUgaWRlbnRpZmllciBmb3IgYSBidWlsZCB0byBiZSBkZXBsb3llZCBvbiB0aGUgbmV3IGZsZWV0LiBJZiB5b3UgYXJlIGRlcGxveWluZyB0aGUgZmxlZXQgd2l0aCBhIGN1c3RvbSBnYW1lIGJ1aWxkLCB5b3UgbXVzdCBzcGVjaWZ5IHRoaXMgcHJvcGVydHkuIFRoZSBidWlsZCBtdXN0IGhhdmUgYmVlbiBzdWNjZXNzZnVsbHkgdXBsb2FkZWQgdG8gQW1hem9uIEdhbWVMaWZ0IGFuZCBiZSBpbiBhIFJFQURZIHN0YXR1cy4gVGhpcyBmbGVldCBzZXR0aW5nIGNhbm5vdCBiZSBjaGFuZ2VkIG9uY2UgdGhlIGZsZWV0IGlzIGNyZWF0ZWQuXG4gKi9cbkJ1aWxkSWQ/OiBzdHJpbmdcbi8qKlxuICogQSB1bmlxdWUgaWRlbnRpZmllciBmb3IgYSBSZWFsdGltZSBzY3JpcHQgdG8gYmUgZGVwbG95ZWQgb24gYSBuZXcgUmVhbHRpbWUgU2VydmVycyBmbGVldC4gVGhlIHNjcmlwdCBtdXN0IGhhdmUgYmVlbiBzdWNjZXNzZnVsbHkgdXBsb2FkZWQgdG8gQW1hem9uIEdhbWVMaWZ0LiBUaGlzIGZsZWV0IHNldHRpbmcgY2Fubm90IGJlIGNoYW5nZWQgb25jZSB0aGUgZmxlZXQgaXMgY3JlYXRlZC5cbiAqIFxuICogTm90ZTogSXQgaXMgbm90IGN1cnJlbnRseSBwb3NzaWJsZSB0byB1c2UgdGhlICFSZWYgY29tbWFuZCB0byByZWZlcmVuY2UgYSBzY3JpcHQgY3JlYXRlZCB3aXRoIGEgQ2xvdWRGb3JtYXRpb24gdGVtcGxhdGUgZm9yIHRoZSBmbGVldCBwcm9wZXJ0eSBTY3JpcHRJZC4gSW5zdGVhZCwgdXNlIEZuOjpHZXRBdHQgU2NyaXB0LkFybiBvciBGbjo6R2V0QXR0IFNjcmlwdC5JZCB0byByZXRyaWV2ZSBlaXRoZXIgb2YgdGhlc2UgcHJvcGVydGllcyBhcyBpbnB1dCBmb3IgU2NyaXB0SWQuIEFsdGVybmF0aXZlbHksIGVudGVyIGEgU2NyaXB0SWQgc3RyaW5nIG1hbnVhbGx5LlxuICovXG5TY3JpcHRJZD86IHN0cmluZ1xuUnVudGltZUNvbmZpZ3VyYXRpb24/OiBSdW50aW1lQ29uZmlndXJhdGlvblxuLyoqXG4gKiBUaGlzIHBhcmFtZXRlciBpcyBubyBsb25nZXIgdXNlZCBidXQgaXMgcmV0YWluZWQgZm9yIGJhY2t3YXJkIGNvbXBhdGliaWxpdHkuIEluc3RlYWQsIHNwZWNpZnkgc2VydmVyIGxhdW5jaCBwYXJhbWV0ZXJzIGluIHRoZSBSdW50aW1lQ29uZmlndXJhdGlvbiBwYXJhbWV0ZXIuIEEgcmVxdWVzdCBtdXN0IHNwZWNpZnkgZWl0aGVyIGEgcnVudGltZSBjb25maWd1cmF0aW9uIG9yIHZhbHVlcyBmb3IgYm90aCBTZXJ2ZXJMYXVuY2hQYXJhbWV0ZXJzIGFuZCBTZXJ2ZXJMYXVuY2hQYXRoLlxuICovXG5TZXJ2ZXJMYXVuY2hQYXJhbWV0ZXJzPzogc3RyaW5nXG4vKipcbiAqIFRoaXMgcGFyYW1ldGVyIGlzIG5vIGxvbmdlciB1c2VkLiBJbnN0ZWFkLCBzcGVjaWZ5IGEgc2VydmVyIGxhdW5jaCBwYXRoIHVzaW5nIHRoZSBSdW50aW1lQ29uZmlndXJhdGlvbiBwYXJhbWV0ZXIuIFJlcXVlc3RzIHRoYXQgc3BlY2lmeSBhIHNlcnZlciBsYXVuY2ggcGF0aCBhbmQgbGF1bmNoIHBhcmFtZXRlcnMgaW5zdGVhZCBvZiBhIHJ1bnRpbWUgY29uZmlndXJhdGlvbiB3aWxsIGNvbnRpbnVlIHRvIHdvcmsuXG4gKi9cblNlcnZlckxhdW5jaFBhdGg/OiBzdHJpbmdcbn1cbi8qKlxuICogUnVsZSB0aGF0IGNvbnRyb2xzIGhvdyBhIGZsZWV0IGlzIHNjYWxlZC4gU2NhbGluZyBwb2xpY2llcyBhcmUgdW5pcXVlbHkgaWRlbnRpZmllZCBieSB0aGUgY29tYmluYXRpb24gb2YgbmFtZSBhbmQgZmxlZXQgSUQuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgU2NhbGluZ1BvbGljeSB7XG4vKipcbiAqIENvbXBhcmlzb24gb3BlcmF0b3IgdG8gdXNlIHdoZW4gbWVhc3VyaW5nIGEgbWV0cmljIGFnYWluc3QgdGhlIHRocmVzaG9sZCB2YWx1ZS5cbiAqL1xuQ29tcGFyaXNvbk9wZXJhdG9yPzogKFwiR3JlYXRlclRoYW5PckVxdWFsVG9UaHJlc2hvbGRcIiB8IFwiR3JlYXRlclRoYW5UaHJlc2hvbGRcIiB8IFwiTGVzc1RoYW5UaHJlc2hvbGRcIiB8IFwiTGVzc1RoYW5PckVxdWFsVG9UaHJlc2hvbGRcIilcbi8qKlxuICogTGVuZ3RoIG9mIHRpbWUgKGluIG1pbnV0ZXMpIHRoZSBtZXRyaWMgbXVzdCBiZSBhdCBvciBiZXlvbmQgdGhlIHRocmVzaG9sZCBiZWZvcmUgYSBzY2FsaW5nIGV2ZW50IGlzIHRyaWdnZXJlZC5cbiAqL1xuRXZhbHVhdGlvblBlcmlvZHM/OiBudW1iZXJcbkxvY2F0aW9uPzogTG9jYXRpb25cbi8qKlxuICogTmFtZSBvZiB0aGUgQW1hem9uIEdhbWVMaWZ0LWRlZmluZWQgbWV0cmljIHRoYXQgaXMgdXNlZCB0byB0cmlnZ2VyIGEgc2NhbGluZyBhZGp1c3RtZW50LlxuICovXG5NZXRyaWNOYW1lOiAoXCJBY3RpdmF0aW5nR2FtZVNlc3Npb25zXCIgfCBcIkFjdGl2ZUdhbWVTZXNzaW9uc1wiIHwgXCJBY3RpdmVJbnN0YW5jZXNcIiB8IFwiQXZhaWxhYmxlR2FtZVNlc3Npb25zXCIgfCBcIkF2YWlsYWJsZVBsYXllclNlc3Npb25zXCIgfCBcIkN1cnJlbnRQbGF5ZXJTZXNzaW9uc1wiIHwgXCJJZGxlSW5zdGFuY2VzXCIgfCBcIlBlcmNlbnRBdmFpbGFibGVHYW1lU2Vzc2lvbnNcIiB8IFwiUGVyY2VudElkbGVJbnN0YW5jZXNcIiB8IFwiUXVldWVEZXB0aFwiIHwgXCJXYWl0VGltZVwiIHwgXCJDb25jdXJyZW50QWN0aXZhdGFibGVHYW1lU2Vzc2lvbnNcIilcbi8qKlxuICogQSBkZXNjcmlwdGl2ZSBsYWJlbCB0aGF0IGlzIGFzc29jaWF0ZWQgd2l0aCBhIGZsZWV0J3Mgc2NhbGluZyBwb2xpY3kuIFBvbGljeSBuYW1lcyBkbyBub3QgbmVlZCB0byBiZSB1bmlxdWUuXG4gKi9cbk5hbWU6IHN0cmluZ1xuLyoqXG4gKiBUaGUgdHlwZSBvZiBzY2FsaW5nIHBvbGljeSB0byBjcmVhdGUuIEZvciBhIHRhcmdldC1iYXNlZCBwb2xpY3ksIHNldCB0aGUgcGFyYW1ldGVyIE1ldHJpY05hbWUgdG8gJ1BlcmNlbnRBdmFpbGFibGVHYW1lU2Vzc2lvbnMnIGFuZCBzcGVjaWZ5IGEgVGFyZ2V0Q29uZmlndXJhdGlvbi4gRm9yIGEgcnVsZS1iYXNlZCBwb2xpY3kgc2V0IHRoZSBmb2xsb3dpbmcgcGFyYW1ldGVyczogTWV0cmljTmFtZSwgQ29tcGFyaXNvbk9wZXJhdG9yLCBUaHJlc2hvbGQsIEV2YWx1YXRpb25QZXJpb2RzLCBTY2FsaW5nQWRqdXN0bWVudFR5cGUsIGFuZCBTY2FsaW5nQWRqdXN0bWVudC5cbiAqL1xuUG9saWN5VHlwZT86IChcIlJ1bGVCYXNlZFwiIHwgXCJUYXJnZXRCYXNlZFwiKVxuLyoqXG4gKiBBbW91bnQgb2YgYWRqdXN0bWVudCB0byBtYWtlLCBiYXNlZCBvbiB0aGUgc2NhbGluZyBhZGp1c3RtZW50IHR5cGUuXG4gKi9cblNjYWxpbmdBZGp1c3RtZW50PzogbnVtYmVyXG4vKipcbiAqIFRoZSB0eXBlIG9mIGFkanVzdG1lbnQgdG8gbWFrZSB0byBhIGZsZWV0J3MgaW5zdGFuY2UgY291bnQuXG4gKi9cblNjYWxpbmdBZGp1c3RtZW50VHlwZT86IChcIkNoYW5nZUluQ2FwYWNpdHlcIiB8IFwiRXhhY3RDYXBhY2l0eVwiIHwgXCJQZXJjZW50Q2hhbmdlSW5DYXBhY2l0eVwiKVxuLyoqXG4gKiBDdXJyZW50IHN0YXR1cyBvZiB0aGUgc2NhbGluZyBwb2xpY3kuIFRoZSBzY2FsaW5nIHBvbGljeSBjYW4gYmUgaW4gZm9yY2Ugb25seSB3aGVuIGluIGFuIEFDVElWRSBzdGF0dXMuIFNjYWxpbmcgcG9saWNpZXMgY2FuIGJlIHN1c3BlbmRlZCBmb3IgaW5kaXZpZHVhbCBmbGVldHMuIElmIHRoZSBwb2xpY3kgaXMgc3VzcGVuZGVkIGZvciBhIGZsZWV0LCB0aGUgcG9saWN5IHN0YXR1cyBkb2VzIG5vdCBjaGFuZ2UuXG4gKi9cblN0YXR1cz86IChcIkFDVElWRVwiIHwgXCJVUERBVEVfUkVRVUVTVEVEXCIgfCBcIlVQREFUSU5HXCIgfCBcIkRFTEVURV9SRVFVRVNURURcIiB8IFwiREVMRVRJTkdcIiB8IFwiREVMRVRFRFwiIHwgXCJFUlJPUlwiKVxuVGFyZ2V0Q29uZmlndXJhdGlvbj86IFRhcmdldENvbmZpZ3VyYXRpb25cbi8qKlxuICogTWV0cmljIHZhbHVlIHVzZWQgdG8gdHJpZ2dlciBhIHNjYWxpbmcgZXZlbnQuXG4gKi9cblRocmVzaG9sZD86IG51bWJlclxuLyoqXG4gKiBUaGUgY3VycmVudCBzdGF0dXMgb2YgdGhlIGZsZWV0J3Mgc2NhbGluZyBwb2xpY2llcyBpbiBhIHJlcXVlc3RlZCBmbGVldCBsb2NhdGlvbi4gVGhlIHN0YXR1cyBQRU5ESU5HX1VQREFURSBpbmRpY2F0ZXMgdGhhdCBhbiB1cGRhdGUgd2FzIHJlcXVlc3RlZCBmb3IgdGhlIGZsZWV0IGJ1dCBoYXMgbm90IHlldCBiZWVuIGNvbXBsZXRlZCBmb3IgdGhlIGxvY2F0aW9uLlxuICovXG5VcGRhdGVTdGF0dXM/OiBcIlBFTkRJTkdfVVBEQVRFXCJcbn1cbi8qKlxuICogQW4gb2JqZWN0IHRoYXQgY29udGFpbnMgc2V0dGluZ3MgZm9yIGEgdGFyZ2V0LWJhc2VkIHNjYWxpbmcgcG9saWN5LlxuICovXG5leHBvcnQgaW50ZXJmYWNlIFRhcmdldENvbmZpZ3VyYXRpb24ge1xuLyoqXG4gKiBEZXNpcmVkIHZhbHVlIHRvIHVzZSB3aXRoIGEgdGFyZ2V0LWJhc2VkIHNjYWxpbmcgcG9saWN5LiBUaGUgdmFsdWUgbXVzdCBiZSByZWxldmFudCBmb3Igd2hhdGV2ZXIgbWV0cmljIHRoZSBzY2FsaW5nIHBvbGljeSBpcyB1c2luZy4gRm9yIGV4YW1wbGUsIGluIGEgcG9saWN5IHVzaW5nIHRoZSBtZXRyaWMgUGVyY2VudEF2YWlsYWJsZUdhbWVTZXNzaW9ucywgdGhlIHRhcmdldCB2YWx1ZSBzaG91bGQgYmUgdGhlIHByZWZlcnJlZCBzaXplIG9mIHRoZSBmbGVldCdzIGJ1ZmZlciAodGhlIHBlcmNlbnQgb2YgY2FwYWNpdHkgdGhhdCBzaG91bGQgYmUgaWRsZSBhbmQgcmVhZHkgZm9yIG5ldyBnYW1lIHNlc3Npb25zKS5cbiAqL1xuVGFyZ2V0VmFsdWU6IG51bWJlclxufVxuLyoqXG4gKiBDb25maWd1cmF0aW9uIGZvciBBbnl3aGVyZSBmbGVldC5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBBbnl3aGVyZUNvbmZpZ3VyYXRpb24ge1xuLyoqXG4gKiBDb3N0IG9mIGNvbXB1dGUgY2FuIGJlIHNwZWNpZmllZCBvbiBBbnl3aGVyZSBGbGVldHMgdG8gcHJpb3JpdGl6ZSBwbGFjZW1lbnQgYWNyb3NzIFF1ZXVlIGRlc3RpbmF0aW9ucyBiYXNlZCBvbiBDb3N0LlxuICovXG5Db3N0OiBzdHJpbmdcbn1cbi8qKlxuICogSW5kaWNhdGVzIHdoZXRoZXIgdG8gZ2VuZXJhdGUgYSBUTFMvU1NMIGNlcnRpZmljYXRlIGZvciB0aGUgbmV3IGZsZWV0LiBUTFMgY2VydGlmaWNhdGVzIGFyZSB1c2VkIGZvciBlbmNyeXB0aW5nIHRyYWZmaWMgYmV0d2VlbiBnYW1lIGNsaWVudHMgYW5kIGdhbWUgc2VydmVycyBydW5uaW5nIG9uIEdhbWVMaWZ0LiBJZiB0aGlzIHBhcmFtZXRlciBpcyBub3Qgc2V0LCBjZXJ0aWZpY2F0ZSBnZW5lcmF0aW9uIGlzIGRpc2FibGVkLiBUaGlzIGZsZWV0IHNldHRpbmcgY2Fubm90IGJlIGNoYW5nZWQgb25jZSB0aGUgZmxlZXQgaXMgY3JlYXRlZC5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBDZXJ0aWZpY2F0ZUNvbmZpZ3VyYXRpb24ge1xuQ2VydGlmaWNhdGVUeXBlOiAoXCJESVNBQkxFRFwiIHwgXCJHRU5FUkFURURcIilcbn1cbi8qKlxuICogU3BlY2lmaWVzIGNvbnRhaW5lciBncm91cHMgdGhhdCB0aGlzIGluc3RhbmNlIHdpbGwgaG9sZC4gWW91IG11c3Qgc3BlY2lmeSBleGFjdGx5IG9uZSByZXBsaWNhIGdyb3VwLiBPcHRpb25hbGx5LCB5b3UgbWF5IHNwZWNpZnkgZXhhY3RseSBvbmUgZGFlbW9uIGdyb3VwLiBZb3UgY2FuJ3QgY2hhbmdlIHRoaXMgcHJvcGVydHkgYWZ0ZXIgeW91IGNyZWF0ZSB0aGUgZmxlZXQuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgQ29udGFpbmVyR3JvdXBzQ29uZmlndXJhdGlvbiB7XG4vKipcbiAqIFRoZSBuYW1lcyBvZiB0aGUgY29udGFpbmVyIGdyb3VwIGRlZmluaXRpb25zIHRoYXQgd2lsbCBiZSBjcmVhdGVkIGluIGFuIGluc3RhbmNlLiBZb3UgbXVzdCBzcGVjaWZ5IGV4YWN0bHkgb25lIFJFUExJQ0EgY29udGFpbmVyIGdyb3VwLiBZb3UgaGF2ZSB0aGUgb3B0aW9uIHRvIGFsc28gc3BlY2lmeSBvbmUgREFFTU9OIGNvbnRhaW5lciBncm91cC5cbiAqIFxuICogQG1pbkl0ZW1zIDFcbiAqIEBtYXhJdGVtcyAyXG4gKi9cbkNvbnRhaW5lckdyb3VwRGVmaW5pdGlvbk5hbWVzOiBzdHJpbmdbXVxuQ29ubmVjdGlvblBvcnRSYW5nZTogQ29ubmVjdGlvblBvcnRSYW5nZVxuQ29udGFpbmVyR3JvdXBzUGVySW5zdGFuY2U/OiBDb250YWluZXJHcm91cHNQZXJJbnN0YW5jZVxufVxuLyoqXG4gKiBEZWZpbmVzIHRoZSByYW5nZSBvZiBwb3J0cyBvbiB0aGUgaW5zdGFuY2UgdGhhdCBhbGxvdyBpbmJvdW5kIHRyYWZmaWMgdG8gY29ubmVjdCB3aXRoIGNvbnRhaW5lcnMgaW4gYSBmbGVldC5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBDb25uZWN0aW9uUG9ydFJhbmdlIHtcbi8qKlxuICogQSBzdGFydGluZyB2YWx1ZSBmb3IgYSByYW5nZSBvZiBhbGxvd2VkIHBvcnQgbnVtYmVycy5cbiAqL1xuRnJvbVBvcnQ6IG51bWJlclxuLyoqXG4gKiBBbiBlbmRpbmcgdmFsdWUgZm9yIGEgcmFuZ2Ugb2YgYWxsb3dlZCBwb3J0IG51bWJlcnMuIFBvcnQgbnVtYmVycyBhcmUgZW5kLWluY2x1c2l2ZS4gVGhpcyB2YWx1ZSBtdXN0IGJlIGhpZ2hlciB0aGFuIEZyb21Qb3J0LlxuICovXG5Ub1BvcnQ6IG51bWJlclxufVxuLyoqXG4gKiBUaGUgbnVtYmVyIG9mIGNvbnRhaW5lciBncm91cHMgcGVyIGluc3RhbmNlLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIENvbnRhaW5lckdyb3Vwc1Blckluc3RhbmNlIHtcbi8qKlxuICogVXNlIHRoaXMgcGFyYW1ldGVyIHRvIG92ZXJyaWRlIHRoZSBudW1iZXIgb2YgcmVwbGljYSBjb250YWluZXIgZ3JvdXBzIEdhbWVMaWZ0IHdpbGwgbGF1bmNoIHBlciBpbnN0YW5jZSB3aXRoIGEgbnVtYmVyIHRoYXQgaXMgbG93ZXIgdGhhbiB0aGF0IGNhbGN1bGF0ZWQgbWF4aW11bS5cbiAqL1xuRGVzaXJlZFJlcGxpY2FDb250YWluZXJHcm91cHNQZXJJbnN0YW5jZT86IG51bWJlclxuLyoqXG4gKiBHYW1lTGlmdCBjYWxjdWxhdGVzIHRoZSBtYXhpbXVtIG51bWJlciBvZiByZXBsaWNhIGNvbnRhaW5lciBncm91cHMgaXQgY2FuIGxhdW5jaCBwZXIgaW5zdGFuY2UgYmFzZWQgb24gaW5zdGFuY2UgcHJvcGVydGllcyBzdWNoIGFzIENQVSwgbWVtb3J5LCBhbmQgY29ubmVjdGlvbiBwb3J0cy5cbiAqL1xuTWF4UmVwbGljYUNvbnRhaW5lckdyb3Vwc1Blckluc3RhbmNlPzogbnVtYmVyXG59XG4vKipcbiAqIEEgcmFuZ2Ugb2YgSVAgYWRkcmVzc2VzIGFuZCBwb3J0IHNldHRpbmdzIHRoYXQgYWxsb3cgaW5ib3VuZCB0cmFmZmljIHRvIGNvbm5lY3QgdG8gc2VydmVyIHByb2Nlc3NlcyBvbiBhbiBBbWF6b24gR2FtZUxpZnQgaG9zdGluZyByZXNvdXJjZS4gTmV3IGdhbWUgc2Vzc2lvbnMgdGhhdCBhcmUgc3RhcnRlZCBvbiB0aGUgZmxlZXQgYXJlIGFzc2lnbmVkIGFuIElQIGFkZHJlc3MvcG9ydCBudW1iZXIgY29tYmluYXRpb24sIHdoaWNoIG11c3QgZmFsbCBpbnRvIHRoZSBmbGVldCdzIGFsbG93ZWQgcmFuZ2VzLiBGb3IgZmxlZXRzIGNyZWF0ZWQgd2l0aCBhIGN1c3RvbSBnYW1lIHNlcnZlciwgdGhlIHJhbmdlcyByZWZsZWN0IHRoZSBzZXJ2ZXIncyBnYW1lIHNlc3Npb24gYXNzaWdubWVudHMuIEZvciBSZWFsdGltZSBTZXJ2ZXJzIGZsZWV0cywgQW1hem9uIEdhbWVMaWZ0IGF1dG9tYXRpY2FsbHkgb3BlbnMgdHdvIHBvcnQgcmFuZ2VzLCBvbmUgZm9yIFRDUCBtZXNzYWdpbmcgYW5kIG9uZSBmb3IgVURQLCBmb3IgdXNlIGJ5IHRoZSBSZWFsdGltZSBzZXJ2ZXJzLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIElwUGVybWlzc2lvbiB7XG4vKipcbiAqIEEgc3RhcnRpbmcgdmFsdWUgZm9yIGEgcmFuZ2Ugb2YgYWxsb3dlZCBwb3J0IG51bWJlcnMuXG4gKi9cbkZyb21Qb3J0OiBudW1iZXJcbi8qKlxuICogQSByYW5nZSBvZiBhbGxvd2VkIElQIGFkZHJlc3Nlcy4gVGhpcyB2YWx1ZSBtdXN0IGJlIGV4cHJlc3NlZCBpbiBDSURSIG5vdGF0aW9uLiBFeGFtcGxlOiBcIjAwMC4wMDAuMDAwLjAwMC9bc3VibmV0IG1hc2tdXCIgb3Igb3B0aW9uYWxseSB0aGUgc2hvcnRlbmVkIHZlcnNpb24gXCIwLjAuMC4wL1tzdWJuZXQgbWFza11cIi5cbiAqL1xuSXBSYW5nZTogc3RyaW5nXG4vKipcbiAqIFRoZSBuZXR3b3JrIGNvbW11bmljYXRpb24gcHJvdG9jb2wgdXNlZCBieSB0aGUgZmxlZXQuXG4gKi9cblByb3RvY29sOiAoXCJUQ1BcIiB8IFwiVURQXCIpXG4vKipcbiAqIEFuIGVuZGluZyB2YWx1ZSBmb3IgYSByYW5nZSBvZiBhbGxvd2VkIHBvcnQgbnVtYmVycy4gUG9ydCBudW1iZXJzIGFyZSBlbmQtaW5jbHVzaXZlLiBUaGlzIHZhbHVlIG11c3QgYmUgaGlnaGVyIHRoYW4gRnJvbVBvcnQuXG4gKi9cblRvUG9ydDogbnVtYmVyXG59XG4vKipcbiAqIEEgcmVtb3RlIGxvY2F0aW9uIHdoZXJlIGEgbXVsdGktbG9jYXRpb24gZmxlZXQgY2FuIGRlcGxveSBFQzIgaW5zdGFuY2VzIGZvciBnYW1lIGhvc3RpbmcuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgTG9jYXRpb25Db25maWd1cmF0aW9uIHtcbkxvY2F0aW9uOiBMb2NhdGlvblxuTG9jYXRpb25DYXBhY2l0eT86IExvY2F0aW9uQ2FwYWNpdHlcbn1cbi8qKlxuICogQ3VycmVudCByZXNvdXJjZSBjYXBhY2l0eSBzZXR0aW5ncyBpbiBhIHNwZWNpZmllZCBmbGVldCBvciBsb2NhdGlvbi4gVGhlIGxvY2F0aW9uIHZhbHVlIG1pZ2h0IHJlZmVyIHRvIGEgZmxlZXQncyByZW1vdGUgbG9jYXRpb24gb3IgaXRzIGhvbWUgUmVnaW9uLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIExvY2F0aW9uQ2FwYWNpdHkge1xuLyoqXG4gKiBUaGUgbnVtYmVyIG9mIEVDMiBpbnN0YW5jZXMgeW91IHdhbnQgdG8gbWFpbnRhaW4gaW4gdGhlIHNwZWNpZmllZCBmbGVldCBsb2NhdGlvbi4gVGhpcyB2YWx1ZSBtdXN0IGZhbGwgYmV0d2VlbiB0aGUgbWluaW11bSBhbmQgbWF4aW11bSBzaXplIGxpbWl0cy5cbiAqL1xuRGVzaXJlZEVDMkluc3RhbmNlczogbnVtYmVyXG4vKipcbiAqIFRoZSBtaW5pbXVtIHZhbHVlIGFsbG93ZWQgZm9yIHRoZSBmbGVldCdzIGluc3RhbmNlIGNvdW50IGZvciBhIGxvY2F0aW9uLiBXaGVuIGNyZWF0aW5nIGEgbmV3IGZsZWV0LCBHYW1lTGlmdCBhdXRvbWF0aWNhbGx5IHNldHMgdGhpcyB2YWx1ZSB0byBcIjBcIi4gQWZ0ZXIgdGhlIGZsZWV0IGlzIGFjdGl2ZSwgeW91IGNhbiBjaGFuZ2UgdGhpcyB2YWx1ZS5cbiAqL1xuTWluU2l6ZTogbnVtYmVyXG4vKipcbiAqIFRoZSBtYXhpbXVtIHZhbHVlIHRoYXQgaXMgYWxsb3dlZCBmb3IgdGhlIGZsZWV0J3MgaW5zdGFuY2UgY291bnQgZm9yIGEgbG9jYXRpb24uIFdoZW4gY3JlYXRpbmcgYSBuZXcgZmxlZXQsIEdhbWVMaWZ0IGF1dG9tYXRpY2FsbHkgc2V0cyB0aGlzIHZhbHVlIHRvIFwiMVwiLiBPbmNlIHRoZSBmbGVldCBpcyBhY3RpdmUsIHlvdSBjYW4gY2hhbmdlIHRoaXMgdmFsdWUuXG4gKi9cbk1heFNpemU6IG51bWJlclxufVxuLyoqXG4gKiBBIHBvbGljeSB0aGF0IGxpbWl0cyB0aGUgbnVtYmVyIG9mIGdhbWUgc2Vzc2lvbnMgYW4gaW5kaXZpZHVhbCBwbGF5ZXIgY2FuIGNyZWF0ZSBvdmVyIGEgc3BhbiBvZiB0aW1lIGZvciB0aGlzIGZsZWV0LlxuICovXG5leHBvcnQgaW50ZXJmYWNlIFJlc291cmNlQ3JlYXRpb25MaW1pdFBvbGljeSB7XG4vKipcbiAqIFRoZSBtYXhpbXVtIG51bWJlciBvZiBnYW1lIHNlc3Npb25zIHRoYXQgYW4gaW5kaXZpZHVhbCBjYW4gY3JlYXRlIGR1cmluZyB0aGUgcG9saWN5IHBlcmlvZC5cbiAqL1xuTmV3R2FtZVNlc3Npb25zUGVyQ3JlYXRvcj86IG51bWJlclxuLyoqXG4gKiBUaGUgdGltZSBzcGFuIHVzZWQgaW4gZXZhbHVhdGluZyB0aGUgcmVzb3VyY2UgY3JlYXRpb24gbGltaXQgcG9saWN5LlxuICovXG5Qb2xpY3lQZXJpb2RJbk1pbnV0ZXM/OiBudW1iZXJcbn1cbi8qKlxuICogSW5zdHJ1Y3Rpb25zIGZvciBsYXVuY2hpbmcgc2VydmVyIHByb2Nlc3NlcyBvbiBlYWNoIGluc3RhbmNlIGluIHRoZSBmbGVldC4gU2VydmVyIHByb2Nlc3NlcyBydW4gZWl0aGVyIGEgY3VzdG9tIGdhbWUgYnVpbGQgZXhlY3V0YWJsZSBvciBhIFJlYWx0aW1lIHNjcmlwdC4gVGhlIHJ1bnRpbWUgY29uZmlndXJhdGlvbiBkZWZpbmVzIHRoZSBzZXJ2ZXIgZXhlY3V0YWJsZXMgb3IgbGF1bmNoIHNjcmlwdCBmaWxlLCBsYXVuY2ggcGFyYW1ldGVycywgYW5kIHRoZSBudW1iZXIgb2YgcHJvY2Vzc2VzIHRvIHJ1biBjb25jdXJyZW50bHkgb24gZWFjaCBpbnN0YW5jZS4gV2hlbiBjcmVhdGluZyBhIGZsZWV0LCB0aGUgcnVudGltZSBjb25maWd1cmF0aW9uIG11c3QgaGF2ZSBhdCBsZWFzdCBvbmUgc2VydmVyIHByb2Nlc3MgY29uZmlndXJhdGlvbjsgb3RoZXJ3aXNlIHRoZSByZXF1ZXN0IGZhaWxzIHdpdGggYW4gaW52YWxpZCByZXF1ZXN0IGV4Y2VwdGlvbi5cbiAqIFxuICogVGhpcyBwYXJhbWV0ZXIgaXMgcmVxdWlyZWQgdW5sZXNzIHRoZSBwYXJhbWV0ZXJzIFNlcnZlckxhdW5jaFBhdGggYW5kIFNlcnZlckxhdW5jaFBhcmFtZXRlcnMgYXJlIGRlZmluZWQuIFJ1bnRpbWUgY29uZmlndXJhdGlvbiBoYXMgcmVwbGFjZWQgdGhlc2UgcGFyYW1ldGVycywgYnV0IGZsZWV0cyB0aGF0IHVzZSB0aGVtIHdpbGwgY29udGludWUgdG8gd29yay5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBSdW50aW1lQ29uZmlndXJhdGlvbiB7XG4vKipcbiAqIFRoZSBtYXhpbXVtIGFtb3VudCBvZiB0aW1lIChpbiBzZWNvbmRzKSB0aGF0IGEgZ2FtZSBzZXNzaW9uIGNhbiByZW1haW4gaW4gc3RhdHVzIEFDVElWQVRJTkcuIElmIHRoZSBnYW1lIHNlc3Npb24gaXMgbm90IGFjdGl2ZSBiZWZvcmUgdGhlIHRpbWVvdXQsIGFjdGl2YXRpb24gaXMgdGVybWluYXRlZCBhbmQgdGhlIGdhbWUgc2Vzc2lvbiBzdGF0dXMgaXMgY2hhbmdlZCB0byBURVJNSU5BVEVELlxuICovXG5HYW1lU2Vzc2lvbkFjdGl2YXRpb25UaW1lb3V0U2Vjb25kcz86IG51bWJlclxuLyoqXG4gKiBUaGUgbWF4aW11bSBudW1iZXIgb2YgZ2FtZSBzZXNzaW9ucyB3aXRoIHN0YXR1cyBBQ1RJVkFUSU5HIHRvIGFsbG93IG9uIGFuIGluc3RhbmNlIHNpbXVsdGFuZW91c2x5LiBUaGlzIHNldHRpbmcgbGltaXRzIHRoZSBhbW91bnQgb2YgaW5zdGFuY2UgcmVzb3VyY2VzIHRoYXQgY2FuIGJlIHVzZWQgZm9yIG5ldyBnYW1lIGFjdGl2YXRpb25zIGF0IGFueSBvbmUgdGltZS5cbiAqL1xuTWF4Q29uY3VycmVudEdhbWVTZXNzaW9uQWN0aXZhdGlvbnM/OiBudW1iZXJcbi8qKlxuICogQSBjb2xsZWN0aW9uIG9mIHNlcnZlciBwcm9jZXNzIGNvbmZpZ3VyYXRpb25zIHRoYXQgZGVzY3JpYmUgd2hpY2ggc2VydmVyIHByb2Nlc3NlcyB0byBydW4gb24gZWFjaCBpbnN0YW5jZSBpbiBhIGZsZWV0LlxuICogXG4gKiBAbWF4SXRlbXMgNTBcbiAqL1xuU2VydmVyUHJvY2Vzc2VzPzogU2VydmVyUHJvY2Vzc1tdXG59XG4vKipcbiAqIEEgc2V0IG9mIGluc3RydWN0aW9ucyBmb3IgbGF1bmNoaW5nIHNlcnZlciBwcm9jZXNzZXMgb24gZWFjaCBpbnN0YW5jZSBpbiBhIGZsZWV0LiBFYWNoIGluc3RydWN0aW9uIHNldCBpZGVudGlmaWVzIHRoZSBsb2NhdGlvbiBvZiB0aGUgc2VydmVyIGV4ZWN1dGFibGUsIG9wdGlvbmFsIGxhdW5jaCBwYXJhbWV0ZXJzLCBhbmQgdGhlIG51bWJlciBvZiBzZXJ2ZXIgcHJvY2Vzc2VzIHdpdGggdGhpcyBjb25maWd1cmF0aW9uIHRvIG1haW50YWluIGNvbmN1cnJlbnRseSBvbiB0aGUgaW5zdGFuY2UuIFNlcnZlciBwcm9jZXNzIGNvbmZpZ3VyYXRpb25zIG1ha2UgdXAgYSBmbGVldCdzIFJ1bnRpbWVDb25maWd1cmF0aW9uLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIFNlcnZlclByb2Nlc3Mge1xuLyoqXG4gKiBUaGUgbnVtYmVyIG9mIHNlcnZlciBwcm9jZXNzZXMgdGhhdCB1c2UgdGhpcyBjb25maWd1cmF0aW9uIHRvIHJ1biBjb25jdXJyZW50bHkgb24gYW4gaW5zdGFuY2UuXG4gKi9cbkNvbmN1cnJlbnRFeGVjdXRpb25zOiBudW1iZXJcbi8qKlxuICogVGhlIGxvY2F0aW9uIG9mIHRoZSBzZXJ2ZXIgZXhlY3V0YWJsZSBpbiBhIGN1c3RvbSBnYW1lIGJ1aWxkIG9yIHRoZSBuYW1lIG9mIHRoZSBSZWFsdGltZSBzY3JpcHQgZmlsZSB0aGF0IGNvbnRhaW5zIHRoZSBJbml0KCkgZnVuY3Rpb24uIEdhbWUgYnVpbGRzIGFuZCBSZWFsdGltZSBzY3JpcHRzIGFyZSBpbnN0YWxsZWQgb24gaW5zdGFuY2VzIGF0IHRoZSByb290OlxuICogXG4gKiBXaW5kb3dzIChmb3IgY3VzdG9tIGdhbWUgYnVpbGRzIG9ubHkpOiBDOlxcZ2FtZS4gRXhhbXBsZTogXCJDOlxcZ2FtZVxcTXlHYW1lXFxzZXJ2ZXIuZXhlXCJcbiAqIFxuICogTGludXg6IC9sb2NhbC9nYW1lLiBFeGFtcGxlczogXCIvbG9jYWwvZ2FtZS9NeUdhbWUvc2VydmVyLmV4ZVwiIG9yIFwiL2xvY2FsL2dhbWUvTXlSZWFsdGltZVNjcmlwdC5qc1wiXG4gKi9cbkxhdW5jaFBhdGg6IHN0cmluZ1xuLyoqXG4gKiBBbiBvcHRpb25hbCBsaXN0IG9mIHBhcmFtZXRlcnMgdG8gcGFzcyB0byB0aGUgc2VydmVyIGV4ZWN1dGFibGUgb3IgUmVhbHRpbWUgc2NyaXB0IG9uIGxhdW5jaC5cbiAqL1xuUGFyYW1ldGVycz86IHN0cmluZ1xufVxuIl19
|