@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,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXdzLWFwaWdhdGV3YXktZGVwbG95bWVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbImF3cy1hcGlnYXRld2F5LWRlcGxveW1lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogVGhlIGBgQVdTOjpBcGlHYXRld2F5OjpEZXBsb3ltZW50YGAgcmVzb3VyY2UgZGVwbG95cyBhbiBBUEkgR2F0ZXdheSBgYFJlc3RBcGlgYCByZXNvdXJjZSB0byBhIHN0YWdlIHNvIHRoYXQgY2xpZW50cyBjYW4gY2FsbCB0aGUgQVBJIG92ZXIgdGhlIGludGVybmV0LiBUaGUgc3RhZ2UgYWN0cyBhcyBhbiBlbnZpcm9ubWVudC5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBfQVdTX0FQSUdBVEVXQVlfREVQTE9ZTUVOVCB7XG5EZXBsb3ltZW50SWQ/OiBzdHJpbmdcbi8qKlxuICogVGhlIGRlc2NyaXB0aW9uIGZvciB0aGUgRGVwbG95bWVudCByZXNvdXJjZSB0byBjcmVhdGUuXG4gKi9cbkRlc2NyaXB0aW9uPzogc3RyaW5nXG5TdGFnZURlc2NyaXB0aW9uPzogU3RhZ2VEZXNjcmlwdGlvblxuLyoqXG4gKiBUaGUgbmFtZSBvZiB0aGUgU3RhZ2UgcmVzb3VyY2UgZm9yIHRoZSBEZXBsb3ltZW50IHJlc291cmNlIHRvIGNyZWF0ZS5cbiAqL1xuU3RhZ2VOYW1lPzogc3RyaW5nXG4vKipcbiAqIFRoZSBzdHJpbmcgaWRlbnRpZmllciBvZiB0aGUgYXNzb2NpYXRlZCBSZXN0QXBpLlxuICovXG5SZXN0QXBpSWQ6IHN0cmluZ1xuRGVwbG95bWVudENhbmFyeVNldHRpbmdzPzogRGVwbG95bWVudENhbmFyeVNldHRpbmdzXG59XG4vKipcbiAqIFRoZSBkZXNjcmlwdGlvbiBvZiB0aGUgU3RhZ2UgcmVzb3VyY2UgZm9yIHRoZSBEZXBsb3ltZW50IHJlc291cmNlIHRvIGNyZWF0ZS4gVG8gc3BlY2lmeSBhIHN0YWdlIGRlc2NyaXB0aW9uLCB5b3UgbXVzdCBhbHNvIHByb3ZpZGUgYSBzdGFnZSBuYW1lLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIFN0YWdlRGVzY3JpcHRpb24ge1xuLyoqXG4gKiBUaGUgdGltZS10by1saXZlIChUVEwpIHBlcmlvZCwgaW4gc2Vjb25kcywgdGhhdCBzcGVjaWZpZXMgaG93IGxvbmcgQVBJIEdhdGV3YXkgY2FjaGVzIHJlc3BvbnNlcy5cbiAqL1xuQ2FjaGVUdGxJblNlY29uZHM/OiBudW1iZXJcbi8qKlxuICogQSBkZXNjcmlwdGlvbiBvZiB0aGUgcHVycG9zZSBvZiB0aGUgc3RhZ2UuXG4gKi9cbkRlc2NyaXB0aW9uPzogc3RyaW5nXG4vKipcbiAqIFRoZSBsb2dnaW5nIGxldmVsIGZvciB0aGlzIG1ldGhvZC4gRm9yIHZhbGlkIHZhbHVlcywgc2VlIHRoZSBgYGxvZ2dpbmdMZXZlbGBgIHByb3BlcnR5IG9mIHRoZSBbTWV0aG9kU2V0dGluZ10oaHR0cHM6Ly9kb2NzLmF3cy5hbWF6b24uY29tL2FwaWdhdGV3YXkvbGF0ZXN0L2FwaS9BUElfTWV0aG9kU2V0dGluZy5odG1sKSByZXNvdXJjZSBpbiB0aGUgKkFtYXpvbiBBUEkgR2F0ZXdheSBBUEkgUmVmZXJlbmNlKi5cbiAqL1xuTG9nZ2luZ0xldmVsPzogc3RyaW5nXG5DYW5hcnlTZXR0aW5nPzogQ2FuYXJ5U2V0dGluZ1xuLyoqXG4gKiBUaGUgdGFyZ2V0IHJlcXVlc3Qgc3RlYWR5LXN0YXRlIHJhdGUgbGltaXQuIEZvciBtb3JlIGluZm9ybWF0aW9uLCBzZWUgW01hbmFnZSBBUEkgUmVxdWVzdCBUaHJvdHRsaW5nXShodHRwczovL2RvY3MuYXdzLmFtYXpvbi5jb20vYXBpZ2F0ZXdheS9sYXRlc3QvZGV2ZWxvcGVyZ3VpZGUvYXBpLWdhdGV3YXktcmVxdWVzdC10aHJvdHRsaW5nLmh0bWwpIGluIHRoZSAqQVBJIEdhdGV3YXkgRGV2ZWxvcGVyIEd1aWRlKi5cbiAqL1xuVGhyb3R0bGluZ1JhdGVMaW1pdD86IG51bWJlclxuLyoqXG4gKiBUaGUgaWRlbnRpZmllciBvZiB0aGUgY2xpZW50IGNlcnRpZmljYXRlIHRoYXQgQVBJIEdhdGV3YXkgdXNlcyB0byBjYWxsIHlvdXIgaW50ZWdyYXRpb24gZW5kcG9pbnRzIGluIHRoZSBzdGFnZS5cbiAqL1xuQ2xpZW50Q2VydGlmaWNhdGVJZD86IHN0cmluZ1xuLyoqXG4gKiBBIG1hcCB0aGF0IGRlZmluZXMgdGhlIHN0YWdlIHZhcmlhYmxlcy4gVmFyaWFibGUgbmFtZXMgbXVzdCBjb25zaXN0IG9mIGFscGhhbnVtZXJpYyBjaGFyYWN0ZXJzLCBhbmQgdGhlIHZhbHVlcyBtdXN0IG1hdGNoIHRoZSBmb2xsb3dpbmcgcmVndWxhciBleHByZXNzaW9uOiBgYFtBLVphLXowLTktLl9+Oi8/IyY9LF0rYGAuXG4gKi9cblZhcmlhYmxlcz86IHtcbi8qKlxuICogVGhpcyBpbnRlcmZhY2Ugd2FzIHJlZmVyZW5jZWQgYnkgYHVuZGVmaW5lZGAncyBKU09OLVNjaGVtYSBkZWZpbml0aW9uXG4gKiB2aWEgdGhlIGBwYXR0ZXJuUHJvcGVydHlgIFwiW2EtekEtWjAtOV0rXCIuXG4gKi9cbltrOiBzdHJpbmddOiBzdHJpbmdcbn1cbi8qKlxuICogVGhlIHZlcnNpb24gaWRlbnRpZmllciBvZiB0aGUgQVBJIGRvY3VtZW50YXRpb24gc25hcHNob3QuXG4gKi9cbkRvY3VtZW50YXRpb25WZXJzaW9uPzogc3RyaW5nXG4vKipcbiAqIEluZGljYXRlcyB3aGV0aGVyIHRoZSBjYWNoZWQgcmVzcG9uc2VzIGFyZSBlbmNyeXB0ZWQuXG4gKi9cbkNhY2hlRGF0YUVuY3J5cHRlZD86IGJvb2xlYW5cbi8qKlxuICogSW5kaWNhdGVzIHdoZXRoZXIgZGF0YSB0cmFjZSBsb2dnaW5nIGlzIGVuYWJsZWQgZm9yIG1ldGhvZHMgaW4gdGhlIHN0YWdlLiBBUEkgR2F0ZXdheSBwdXNoZXMgdGhlc2UgbG9ncyB0byBBbWF6b24gQ2xvdWRXYXRjaCBMb2dzLlxuICovXG5EYXRhVHJhY2VFbmFibGVkPzogYm9vbGVhblxuLyoqXG4gKiBUaGUgdGFyZ2V0IHJlcXVlc3QgYnVyc3QgcmF0ZSBsaW1pdC4gVGhpcyBhbGxvd3MgbW9yZSByZXF1ZXN0cyB0aHJvdWdoIGZvciBhIHBlcmlvZCBvZiB0aW1lIHRoYW4gdGhlIHRhcmdldCByYXRlIGxpbWl0LiBGb3IgbW9yZSBpbmZvcm1hdGlvbiwgc2VlIFtNYW5hZ2UgQVBJIFJlcXVlc3QgVGhyb3R0bGluZ10oaHR0cHM6Ly9kb2NzLmF3cy5hbWF6b24uY29tL2FwaWdhdGV3YXkvbGF0ZXN0L2RldmVsb3Blcmd1aWRlL2FwaS1nYXRld2F5LXJlcXVlc3QtdGhyb3R0bGluZy5odG1sKSBpbiB0aGUgKkFQSSBHYXRld2F5IERldmVsb3BlciBHdWlkZSouXG4gKi9cblRocm90dGxpbmdCdXJzdExpbWl0PzogbnVtYmVyXG4vKipcbiAqIEluZGljYXRlcyB3aGV0aGVyIHJlc3BvbnNlcyBhcmUgY2FjaGVkIGFuZCByZXR1cm5lZCBmb3IgcmVxdWVzdHMuIFlvdSBtdXN0IGVuYWJsZSBhIGNhY2hlIGNsdXN0ZXIgb24gdGhlIHN0YWdlIHRvIGNhY2hlIHJlc3BvbnNlcy4gRm9yIG1vcmUgaW5mb3JtYXRpb24sIHNlZSBbRW5hYmxlIEFQSSBHYXRld2F5IENhY2hpbmcgaW4gYSBTdGFnZSB0byBFbmhhbmNlIEFQSSBQZXJmb3JtYW5jZV0oaHR0cHM6Ly9kb2NzLmF3cy5hbWF6b24uY29tL2FwaWdhdGV3YXkvbGF0ZXN0L2RldmVsb3Blcmd1aWRlL2FwaS1nYXRld2F5LWNhY2hpbmcuaHRtbCkgaW4gdGhlICpBUEkgR2F0ZXdheSBEZXZlbG9wZXIgR3VpZGUqLlxuICovXG5DYWNoaW5nRW5hYmxlZD86IGJvb2xlYW5cbi8qKlxuICogU3BlY2lmaWVzIHdoZXRoZXIgYWN0aXZlIHRyYWNpbmcgd2l0aCBYLXJheSBpcyBlbmFibGVkIGZvciB0aGlzIHN0YWdlLlxuICogIEZvciBtb3JlIGluZm9ybWF0aW9uLCBzZWUgW1RyYWNlIEFQSSBHYXRld2F5IEFQSSBFeGVjdXRpb24gd2l0aCBYLVJheV0oaHR0cHM6Ly9kb2NzLmF3cy5hbWF6b24uY29tL2FwaWdhdGV3YXkvbGF0ZXN0L2RldmVsb3Blcmd1aWRlL2FwaWdhdGV3YXkteHJheS5odG1sKSBpbiB0aGUgKkFQSSBHYXRld2F5IERldmVsb3BlciBHdWlkZSouXG4gKi9cblRyYWNpbmdFbmFibGVkPzogYm9vbGVhblxuLyoqXG4gKiBDb25maWd1cmVzIHNldHRpbmdzIGZvciBhbGwgb2YgdGhlIHN0YWdlJ3MgbWV0aG9kcy5cbiAqL1xuTWV0aG9kU2V0dGluZ3M/OiBNZXRob2RTZXR0aW5nW11cbkFjY2Vzc0xvZ1NldHRpbmc/OiBBY2Nlc3NMb2dTZXR0aW5nXG4vKipcbiAqIFRoZSBzaXplIG9mIHRoZSBzdGFnZSdzIGNhY2hlIGNsdXN0ZXIuIEZvciBtb3JlIGluZm9ybWF0aW9uLCBzZWUgW2NhY2hlQ2x1c3RlclNpemVdKGh0dHBzOi8vZG9jcy5hd3MuYW1hem9uLmNvbS9hcGlnYXRld2F5L2xhdGVzdC9hcGkvQVBJX0NyZWF0ZVN0YWdlLmh0bWwjYXBpZ3ctQ3JlYXRlU3RhZ2UtcmVxdWVzdC1jYWNoZUNsdXN0ZXJTaXplKSBpbiB0aGUgKkFQSSBHYXRld2F5IEFQSSBSZWZlcmVuY2UqLlxuICovXG5DYWNoZUNsdXN0ZXJTaXplPzogc3RyaW5nXG4vKipcbiAqIEluZGljYXRlcyB3aGV0aGVyIEFtYXpvbiBDbG91ZFdhdGNoIG1ldHJpY3MgYXJlIGVuYWJsZWQgZm9yIG1ldGhvZHMgaW4gdGhlIHN0YWdlLlxuICovXG5NZXRyaWNzRW5hYmxlZD86IGJvb2xlYW5cbi8qKlxuICogQW4gYXJyYXkgb2YgYXJiaXRyYXJ5IHRhZ3MgKGtleS12YWx1ZSBwYWlycykgdG8gYXNzb2NpYXRlIHdpdGggdGhlIHN0YWdlLlxuICovXG5UYWdzPzogVGFnW11cbi8qKlxuICogU3BlY2lmaWVzIHdoZXRoZXIgYSBjYWNoZSBjbHVzdGVyIGlzIGVuYWJsZWQgZm9yIHRoZSBzdGFnZS5cbiAqL1xuQ2FjaGVDbHVzdGVyRW5hYmxlZD86IGJvb2xlYW5cbn1cbi8qKlxuICogU3BlY2lmaWVzIHNldHRpbmdzIGZvciB0aGUgY2FuYXJ5IGRlcGxveW1lbnQgaW4gdGhpcyBzdGFnZS5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBDYW5hcnlTZXR0aW5nIHtcbi8qKlxuICogU3RhZ2UgdmFyaWFibGVzIG92ZXJyaWRkZW4gZm9yIGEgY2FuYXJ5IHJlbGVhc2UgZGVwbG95bWVudCwgaW5jbHVkaW5nIG5ldyBzdGFnZSB2YXJpYWJsZXMgaW50cm9kdWNlZCBpbiB0aGUgY2FuYXJ5LiBUaGVzZSBzdGFnZSB2YXJpYWJsZXMgYXJlIHJlcHJlc2VudGVkIGFzIGEgc3RyaW5nLXRvLXN0cmluZyBtYXAgYmV0d2VlbiBzdGFnZSB2YXJpYWJsZSBuYW1lcyBhbmQgdGhlaXIgdmFsdWVzLlxuICovXG5TdGFnZVZhcmlhYmxlT3ZlcnJpZGVzPzoge1xuLyoqXG4gKiBUaGlzIGludGVyZmFjZSB3YXMgcmVmZXJlbmNlZCBieSBgdW5kZWZpbmVkYCdzIEpTT04tU2NoZW1hIGRlZmluaXRpb25cbiAqIHZpYSB0aGUgYHBhdHRlcm5Qcm9wZXJ0eWAgXCJbYS16QS1aMC05XStcIi5cbiAqL1xuW2s6IHN0cmluZ106IHN0cmluZ1xufVxuLyoqXG4gKiBUaGUgcGVyY2VudCAoMC0xMDApIG9mIHRyYWZmaWMgZGl2ZXJ0ZWQgdG8gYSBjYW5hcnkgZGVwbG95bWVudC5cbiAqL1xuUGVyY2VudFRyYWZmaWM/OiBudW1iZXJcbi8qKlxuICogQSBCb29sZWFuIGZsYWcgdG8gaW5kaWNhdGUgd2hldGhlciB0aGUgY2FuYXJ5IGRlcGxveW1lbnQgdXNlcyB0aGUgc3RhZ2UgY2FjaGUgb3Igbm90LlxuICovXG5Vc2VTdGFnZUNhY2hlPzogYm9vbGVhblxufVxuLyoqXG4gKiBUaGUgYGBNZXRob2RTZXR0aW5nYGAgcHJvcGVydHkgdHlwZSBjb25maWd1cmVzIHNldHRpbmdzIGZvciBhbGwgbWV0aG9kcyBpbiBhIHN0YWdlLlxuICogIFRoZSBgYE1ldGhvZFNldHRpbmdzYGAgcHJvcGVydHkgb2YgdGhlIFtBbWF6b24gQVBJIEdhdGV3YXkgRGVwbG95bWVudCBTdGFnZURlc2NyaXB0aW9uXShodHRwczovL2RvY3MuYXdzLmFtYXpvbi5jb20vQVdTQ2xvdWRGb3JtYXRpb24vbGF0ZXN0L1VzZXJHdWlkZS9hd3MtcHJvcGVydGllcy1hcGlnYXRld2F5LWRlcGxveW1lbnQtc3RhZ2VkZXNjcmlwdGlvbi5odG1sKSBwcm9wZXJ0eSB0eXBlIGNvbnRhaW5zIGEgbGlzdCBvZiBgYE1ldGhvZFNldHRpbmdgYCBwcm9wZXJ0eSB0eXBlcy5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBNZXRob2RTZXR0aW5nIHtcbi8qKlxuICogU3BlY2lmaWVzIHRoZSB0aW1lIHRvIGxpdmUgKFRUTCksIGluIHNlY29uZHMsIGZvciBjYWNoZWQgcmVzcG9uc2VzLiBUaGUgaGlnaGVyIHRoZSBUVEwsIHRoZSBsb25nZXIgdGhlIHJlc3BvbnNlIHdpbGwgYmUgY2FjaGVkLlxuICovXG5DYWNoZVR0bEluU2Vjb25kcz86IG51bWJlclxuLyoqXG4gKiBTcGVjaWZpZXMgdGhlIGxvZ2dpbmcgbGV2ZWwgZm9yIHRoaXMgbWV0aG9kLCB3aGljaCBhZmZlY3RzIHRoZSBsb2cgZW50cmllcyBwdXNoZWQgdG8gQW1hem9uIENsb3VkV2F0Y2ggTG9ncy4gVmFsaWQgdmFsdWVzIGFyZSBgYE9GRmBgLCBgYEVSUk9SYGAsIGFuZCBgYElORk9gYC4gQ2hvb3NlIGBgRVJST1JgYCB0byB3cml0ZSBvbmx5IGVycm9yLWxldmVsIGVudHJpZXMgdG8gQ2xvdWRXYXRjaCBMb2dzLCBvciBjaG9vc2UgYGBJTkZPYGAgdG8gaW5jbHVkZSBhbGwgYGBFUlJPUmBgIGV2ZW50cyBhcyB3ZWxsIGFzIGV4dHJhIGluZm9ybWF0aW9uYWwgZXZlbnRzLlxuICovXG5Mb2dnaW5nTGV2ZWw/OiBzdHJpbmdcbi8qKlxuICogVGhlIHJlc291cmNlIHBhdGggZm9yIHRoaXMgbWV0aG9kLiBGb3J3YXJkIHNsYXNoZXMgKGBgL2BgKSBhcmUgZW5jb2RlZCBhcyBgYH4xYGAgYW5kIHRoZSBpbml0aWFsIHNsYXNoIG11c3QgaW5jbHVkZSBhIGZvcndhcmQgc2xhc2guIEZvciBleGFtcGxlLCB0aGUgcGF0aCB2YWx1ZSBgYC9yZXNvdXJjZS9zdWJyZXNvdXJjZWBgIG11c3QgYmUgZW5jb2RlZCBhcyBgYC9+MXJlc291cmNlfjFzdWJyZXNvdXJjZWBgLiBUbyBzcGVjaWZ5IHRoZSByb290IHBhdGgsIHVzZSBvbmx5IGEgc2xhc2ggKGBgL2BgKS5cbiAqL1xuUmVzb3VyY2VQYXRoPzogc3RyaW5nXG4vKipcbiAqIFNwZWNpZmllcyB3aGV0aGVyIHRoZSBjYWNoZWQgcmVzcG9uc2VzIGFyZSBlbmNyeXB0ZWQuXG4gKi9cbkNhY2hlRGF0YUVuY3J5cHRlZD86IGJvb2xlYW5cbi8qKlxuICogU3BlY2lmaWVzIHdoZXRoZXIgZGF0YSB0cmFjZSBsb2dnaW5nIGlzIGVuYWJsZWQgZm9yIHRoaXMgbWV0aG9kLCB3aGljaCBhZmZlY3RzIHRoZSBsb2cgZW50cmllcyBwdXNoZWQgdG8gQW1hem9uIENsb3VkV2F0Y2ggTG9ncy4gVGhpcyBjYW4gYmUgdXNlZnVsIHRvIHRyb3VibGVzaG9vdCBBUElzLCBidXQgY2FuIHJlc3VsdCBpbiBsb2dnaW5nIHNlbnNpdGl2ZSBkYXRhLiBXZSByZWNvbW1lbmQgdGhhdCB5b3UgZG9uJ3QgZW5hYmxlIHRoaXMgb3B0aW9uIGZvciBwcm9kdWN0aW9uIEFQSXMuXG4gKi9cbkRhdGFUcmFjZUVuYWJsZWQ/OiBib29sZWFuXG4vKipcbiAqIFNwZWNpZmllcyB0aGUgdGhyb3R0bGluZyBidXJzdCBsaW1pdC5cbiAqL1xuVGhyb3R0bGluZ0J1cnN0TGltaXQ/OiBudW1iZXJcbi8qKlxuICogU3BlY2lmaWVzIHdoZXRoZXIgcmVzcG9uc2VzIHNob3VsZCBiZSBjYWNoZWQgYW5kIHJldHVybmVkIGZvciByZXF1ZXN0cy4gQSBjYWNoZSBjbHVzdGVyIG11c3QgYmUgZW5hYmxlZCBvbiB0aGUgc3RhZ2UgZm9yIHJlc3BvbnNlcyB0byBiZSBjYWNoZWQuXG4gKi9cbkNhY2hpbmdFbmFibGVkPzogYm9vbGVhblxuLyoqXG4gKiBTcGVjaWZpZXMgd2hldGhlciBBbWF6b24gQ2xvdWRXYXRjaCBtZXRyaWNzIGFyZSBlbmFibGVkIGZvciB0aGlzIG1ldGhvZC5cbiAqL1xuTWV0cmljc0VuYWJsZWQ/OiBib29sZWFuXG4vKipcbiAqIFRoZSBIVFRQIG1ldGhvZC5cbiAqL1xuSHR0cE1ldGhvZD86IHN0cmluZ1xuLyoqXG4gKiBTcGVjaWZpZXMgdGhlIHRocm90dGxpbmcgcmF0ZSBsaW1pdC5cbiAqL1xuVGhyb3R0bGluZ1JhdGVMaW1pdD86IG51bWJlclxufVxuLyoqXG4gKiBTcGVjaWZpZXMgc2V0dGluZ3MgZm9yIGxvZ2dpbmcgYWNjZXNzIGluIHRoaXMgc3RhZ2UuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgQWNjZXNzTG9nU2V0dGluZyB7XG4vKipcbiAqIEEgc2luZ2xlIGxpbmUgZm9ybWF0IG9mIHRoZSBhY2Nlc3MgbG9ncyBvZiBkYXRhLCBhcyBzcGVjaWZpZWQgYnkgc2VsZWN0ZWQgJGNvbnRleHQgdmFyaWFibGVzLiBUaGUgZm9ybWF0IG11c3QgaW5jbHVkZSBhdCBsZWFzdCBgYCRjb250ZXh0LnJlcXVlc3RJZGBgLlxuICovXG5Gb3JtYXQ/OiBzdHJpbmdcbi8qKlxuICogVGhlIEFtYXpvbiBSZXNvdXJjZSBOYW1lIChBUk4pIG9mIHRoZSBDbG91ZFdhdGNoIExvZ3MgbG9nIGdyb3VwIG9yIEtpbmVzaXMgRGF0YSBGaXJlaG9zZSBkZWxpdmVyeSBzdHJlYW0gdG8gcmVjZWl2ZSBhY2Nlc3MgbG9ncy4gSWYgeW91IHNwZWNpZnkgYSBLaW5lc2lzIERhdGEgRmlyZWhvc2UgZGVsaXZlcnkgc3RyZWFtLCB0aGUgc3RyZWFtIG5hbWUgbXVzdCBiZWdpbiB3aXRoIGBgYW1hem9uLWFwaWdhdGV3YXktYGAuXG4gKi9cbkRlc3RpbmF0aW9uQXJuPzogc3RyaW5nXG59XG5leHBvcnQgaW50ZXJmYWNlIFRhZyB7XG4vKipcbiAqIFRoZSB2YWx1ZSBmb3IgdGhlIHRhZ1xuICovXG5WYWx1ZTogc3RyaW5nXG4vKipcbiAqIFRoZSBrZXkgbmFtZSBvZiB0aGUgdGFnXG4gKi9cbktleTogc3RyaW5nXG59XG4vKipcbiAqIFRoZSBpbnB1dCBjb25maWd1cmF0aW9uIGZvciBhIGNhbmFyeSBkZXBsb3ltZW50LlxuICovXG5leHBvcnQgaW50ZXJmYWNlIERlcGxveW1lbnRDYW5hcnlTZXR0aW5ncyB7XG4vKipcbiAqIEEgc3RhZ2UgdmFyaWFibGUgb3ZlcnJpZGVzIHVzZWQgZm9yIHRoZSBjYW5hcnkgcmVsZWFzZSBkZXBsb3ltZW50LiBUaGV5IGNhbiBvdmVycmlkZSBleGlzdGluZyBzdGFnZSB2YXJpYWJsZXMgb3IgYWRkIG5ldyBzdGFnZSB2YXJpYWJsZXMgZm9yIHRoZSBjYW5hcnkgcmVsZWFzZSBkZXBsb3ltZW50LiBUaGVzZSBzdGFnZSB2YXJpYWJsZXMgYXJlIHJlcHJlc2VudGVkIGFzIGEgc3RyaW5nLXRvLXN0cmluZyBtYXAgYmV0d2VlbiBzdGFnZSB2YXJpYWJsZSBuYW1lcyBhbmQgdGhlaXIgdmFsdWVzLlxuICovXG5TdGFnZVZhcmlhYmxlT3ZlcnJpZGVzPzoge1xuLyoqXG4gKiBUaGlzIGludGVyZmFjZSB3YXMgcmVmZXJlbmNlZCBieSBgdW5kZWZpbmVkYCdzIEpTT04tU2NoZW1hIGRlZmluaXRpb25cbiAqIHZpYSB0aGUgYHBhdHRlcm5Qcm9wZXJ0eWAgXCJbYS16QS1aMC05XStcIi5cbiAqL1xuW2s6IHN0cmluZ106IHN0cmluZ1xufVxuLyoqXG4gKiBUaGUgcGVyY2VudGFnZSAoMC4wLTEwMC4wKSBvZiB0cmFmZmljIHJvdXRlZCB0byB0aGUgY2FuYXJ5IGRlcGxveW1lbnQuXG4gKi9cblBlcmNlbnRUcmFmZmljPzogbnVtYmVyXG4vKipcbiAqIEEgQm9vbGVhbiBmbGFnIHRvIGluZGljYXRlIHdoZXRoZXIgdGhlIGNhbmFyeSByZWxlYXNlIGRlcGxveW1lbnQgdXNlcyB0aGUgc3RhZ2UgY2FjaGUgb3Igbm90LlxuICovXG5Vc2VTdGFnZUNhY2hlPzogYm9vbGVhblxufVxuIl19
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The ``AWS::ApiGateway::DocumentationPart`` resource creates a documentation part for an API. For more information, see [Representation of API Documentation in API Gateway](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-documenting-api-content-representation.html) in the *API Gateway Developer Guide*.
|
|
3
|
+
*/
|
|
4
|
+
export interface _AWS_APIGATEWAY_DOCUMENTATIONPART {
|
|
5
|
+
DocumentationPartId?: string;
|
|
6
|
+
Location: Location;
|
|
7
|
+
/**
|
|
8
|
+
* The new documentation content map of the targeted API entity. Enclosed key-value pairs are API-specific, but only OpenAPI-compliant key-value pairs can be exported and, hence, published.
|
|
9
|
+
*/
|
|
10
|
+
Properties: string;
|
|
11
|
+
/**
|
|
12
|
+
* The string identifier of the associated RestApi.
|
|
13
|
+
*/
|
|
14
|
+
RestApiId: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* The location of the targeted API entity of the to-be-created documentation part.
|
|
18
|
+
*/
|
|
19
|
+
export interface Location {
|
|
20
|
+
/**
|
|
21
|
+
* The HTTP verb of a method. It is a valid field for the API entity types of ``METHOD``, ``PATH_PARAMETER``, ``QUERY_PARAMETER``, ``REQUEST_HEADER``, ``REQUEST_BODY``, ``RESPONSE``, ``RESPONSE_HEADER``, and ``RESPONSE_BODY``. The default value is ``*`` for any method. When an applicable child entity inherits the content of an entity of the same type with more general specifications of the other ``location`` attributes, the child entity's ``method`` attribute must match that of the parent entity exactly.
|
|
22
|
+
*/
|
|
23
|
+
Method?: string;
|
|
24
|
+
/**
|
|
25
|
+
* The name of the targeted API entity. It is a valid and required field for the API entity types of ``AUTHORIZER``, ``MODEL``, ``PATH_PARAMETER``, ``QUERY_PARAMETER``, ``REQUEST_HEADER``, ``REQUEST_BODY`` and ``RESPONSE_HEADER``. It is an invalid field for any other entity type.
|
|
26
|
+
*/
|
|
27
|
+
Name?: string;
|
|
28
|
+
/**
|
|
29
|
+
* The URL path of the target. It is a valid field for the API entity types of ``RESOURCE``, ``METHOD``, ``PATH_PARAMETER``, ``QUERY_PARAMETER``, ``REQUEST_HEADER``, ``REQUEST_BODY``, ``RESPONSE``, ``RESPONSE_HEADER``, and ``RESPONSE_BODY``. The default value is ``/`` for the root resource. When an applicable child entity inherits the content of another entity of the same type with more general specifications of the other ``location`` attributes, the child entity's ``path`` attribute must match that of the parent entity as a prefix.
|
|
30
|
+
*/
|
|
31
|
+
Path?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The HTTP status code of a response. It is a valid field for the API entity types of ``RESPONSE``, ``RESPONSE_HEADER``, and ``RESPONSE_BODY``. The default value is ``*`` for any status code. When an applicable child entity inherits the content of an entity of the same type with more general specifications of the other ``location`` attributes, the child entity's ``statusCode`` attribute must match that of the parent entity exactly.
|
|
34
|
+
*/
|
|
35
|
+
StatusCode?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The type of API entity to which the documentation content applies. Valid values are ``API``, ``AUTHORIZER``, ``MODEL``, ``RESOURCE``, ``METHOD``, ``PATH_PARAMETER``, ``QUERY_PARAMETER``, ``REQUEST_HEADER``, ``REQUEST_BODY``, ``RESPONSE``, ``RESPONSE_HEADER``, and ``RESPONSE_BODY``. Content inheritance does not apply to any entity of the ``API``, ``AUTHORIZER``, ``METHOD``, ``MODEL``, ``REQUEST_BODY``, or ``RESOURCE`` type.
|
|
38
|
+
*/
|
|
39
|
+
Type?: ("API" | "AUTHORIZER" | "MODEL" | "RESOURCE" | "METHOD" | "PATH_PARAMETER" | "QUERY_PARAMETER" | "REQUEST_HEADER" | "REQUEST_BODY" | "RESPONSE" | "RESPONSE_HEADER" | "RESPONSE_BODY");
|
|
40
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXdzLWFwaWdhdGV3YXktZG9jdW1lbnRhdGlvbnBhcnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJhd3MtYXBpZ2F0ZXdheS1kb2N1bWVudGF0aW9ucGFydC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBUaGUgYGBBV1M6OkFwaUdhdGV3YXk6OkRvY3VtZW50YXRpb25QYXJ0YGAgcmVzb3VyY2UgY3JlYXRlcyBhIGRvY3VtZW50YXRpb24gcGFydCBmb3IgYW4gQVBJLiBGb3IgbW9yZSBpbmZvcm1hdGlvbiwgc2VlIFtSZXByZXNlbnRhdGlvbiBvZiBBUEkgRG9jdW1lbnRhdGlvbiBpbiBBUEkgR2F0ZXdheV0oaHR0cHM6Ly9kb2NzLmF3cy5hbWF6b24uY29tL2FwaWdhdGV3YXkvbGF0ZXN0L2RldmVsb3Blcmd1aWRlL2FwaS1nYXRld2F5LWRvY3VtZW50aW5nLWFwaS1jb250ZW50LXJlcHJlc2VudGF0aW9uLmh0bWwpIGluIHRoZSAqQVBJIEdhdGV3YXkgRGV2ZWxvcGVyIEd1aWRlKi5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBfQVdTX0FQSUdBVEVXQVlfRE9DVU1FTlRBVElPTlBBUlQge1xuRG9jdW1lbnRhdGlvblBhcnRJZD86IHN0cmluZ1xuTG9jYXRpb246IExvY2F0aW9uXG4vKipcbiAqIFRoZSBuZXcgZG9jdW1lbnRhdGlvbiBjb250ZW50IG1hcCBvZiB0aGUgdGFyZ2V0ZWQgQVBJIGVudGl0eS4gRW5jbG9zZWQga2V5LXZhbHVlIHBhaXJzIGFyZSBBUEktc3BlY2lmaWMsIGJ1dCBvbmx5IE9wZW5BUEktY29tcGxpYW50IGtleS12YWx1ZSBwYWlycyBjYW4gYmUgZXhwb3J0ZWQgYW5kLCBoZW5jZSwgcHVibGlzaGVkLlxuICovXG5Qcm9wZXJ0aWVzOiBzdHJpbmdcbi8qKlxuICogVGhlIHN0cmluZyBpZGVudGlmaWVyIG9mIHRoZSBhc3NvY2lhdGVkIFJlc3RBcGkuXG4gKi9cblJlc3RBcGlJZDogc3RyaW5nXG59XG4vKipcbiAqIFRoZSBsb2NhdGlvbiBvZiB0aGUgdGFyZ2V0ZWQgQVBJIGVudGl0eSBvZiB0aGUgdG8tYmUtY3JlYXRlZCBkb2N1bWVudGF0aW9uIHBhcnQuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgTG9jYXRpb24ge1xuLyoqXG4gKiBUaGUgSFRUUCB2ZXJiIG9mIGEgbWV0aG9kLiBJdCBpcyBhIHZhbGlkIGZpZWxkIGZvciB0aGUgQVBJIGVudGl0eSB0eXBlcyBvZiBgYE1FVEhPRGBgLCBgYFBBVEhfUEFSQU1FVEVSYGAsIGBgUVVFUllfUEFSQU1FVEVSYGAsIGBgUkVRVUVTVF9IRUFERVJgYCwgYGBSRVFVRVNUX0JPRFlgYCwgYGBSRVNQT05TRWBgLCBgYFJFU1BPTlNFX0hFQURFUmBgLCBhbmQgYGBSRVNQT05TRV9CT0RZYGAuIFRoZSBkZWZhdWx0IHZhbHVlIGlzIGBgKmBgIGZvciBhbnkgbWV0aG9kLiBXaGVuIGFuIGFwcGxpY2FibGUgY2hpbGQgZW50aXR5IGluaGVyaXRzIHRoZSBjb250ZW50IG9mIGFuIGVudGl0eSBvZiB0aGUgc2FtZSB0eXBlIHdpdGggbW9yZSBnZW5lcmFsIHNwZWNpZmljYXRpb25zIG9mIHRoZSBvdGhlciBgYGxvY2F0aW9uYGAgYXR0cmlidXRlcywgdGhlIGNoaWxkIGVudGl0eSdzIGBgbWV0aG9kYGAgYXR0cmlidXRlIG11c3QgbWF0Y2ggdGhhdCBvZiB0aGUgcGFyZW50IGVudGl0eSBleGFjdGx5LlxuICovXG5NZXRob2Q/OiBzdHJpbmdcbi8qKlxuICogVGhlIG5hbWUgb2YgdGhlIHRhcmdldGVkIEFQSSBlbnRpdHkuIEl0IGlzIGEgdmFsaWQgYW5kIHJlcXVpcmVkIGZpZWxkIGZvciB0aGUgQVBJIGVudGl0eSB0eXBlcyBvZiBgYEFVVEhPUklaRVJgYCwgYGBNT0RFTGBgLCBgYFBBVEhfUEFSQU1FVEVSYGAsIGBgUVVFUllfUEFSQU1FVEVSYGAsIGBgUkVRVUVTVF9IRUFERVJgYCwgYGBSRVFVRVNUX0JPRFlgYCBhbmQgYGBSRVNQT05TRV9IRUFERVJgYC4gSXQgaXMgYW4gaW52YWxpZCBmaWVsZCBmb3IgYW55IG90aGVyIGVudGl0eSB0eXBlLlxuICovXG5OYW1lPzogc3RyaW5nXG4vKipcbiAqIFRoZSBVUkwgcGF0aCBvZiB0aGUgdGFyZ2V0LiBJdCBpcyBhIHZhbGlkIGZpZWxkIGZvciB0aGUgQVBJIGVudGl0eSB0eXBlcyBvZiBgYFJFU09VUkNFYGAsIGBgTUVUSE9EYGAsIGBgUEFUSF9QQVJBTUVURVJgYCwgYGBRVUVSWV9QQVJBTUVURVJgYCwgYGBSRVFVRVNUX0hFQURFUmBgLCBgYFJFUVVFU1RfQk9EWWBgLCBgYFJFU1BPTlNFYGAsIGBgUkVTUE9OU0VfSEVBREVSYGAsIGFuZCBgYFJFU1BPTlNFX0JPRFlgYC4gVGhlIGRlZmF1bHQgdmFsdWUgaXMgYGAvYGAgZm9yIHRoZSByb290IHJlc291cmNlLiBXaGVuIGFuIGFwcGxpY2FibGUgY2hpbGQgZW50aXR5IGluaGVyaXRzIHRoZSBjb250ZW50IG9mIGFub3RoZXIgZW50aXR5IG9mIHRoZSBzYW1lIHR5cGUgd2l0aCBtb3JlIGdlbmVyYWwgc3BlY2lmaWNhdGlvbnMgb2YgdGhlIG90aGVyIGBgbG9jYXRpb25gYCBhdHRyaWJ1dGVzLCB0aGUgY2hpbGQgZW50aXR5J3MgYGBwYXRoYGAgYXR0cmlidXRlIG11c3QgbWF0Y2ggdGhhdCBvZiB0aGUgcGFyZW50IGVudGl0eSBhcyBhIHByZWZpeC5cbiAqL1xuUGF0aD86IHN0cmluZ1xuLyoqXG4gKiBUaGUgSFRUUCBzdGF0dXMgY29kZSBvZiBhIHJlc3BvbnNlLiBJdCBpcyBhIHZhbGlkIGZpZWxkIGZvciB0aGUgQVBJIGVudGl0eSB0eXBlcyBvZiBgYFJFU1BPTlNFYGAsIGBgUkVTUE9OU0VfSEVBREVSYGAsIGFuZCBgYFJFU1BPTlNFX0JPRFlgYC4gVGhlIGRlZmF1bHQgdmFsdWUgaXMgYGAqYGAgZm9yIGFueSBzdGF0dXMgY29kZS4gV2hlbiBhbiBhcHBsaWNhYmxlIGNoaWxkIGVudGl0eSBpbmhlcml0cyB0aGUgY29udGVudCBvZiBhbiBlbnRpdHkgb2YgdGhlIHNhbWUgdHlwZSB3aXRoIG1vcmUgZ2VuZXJhbCBzcGVjaWZpY2F0aW9ucyBvZiB0aGUgb3RoZXIgYGBsb2NhdGlvbmBgIGF0dHJpYnV0ZXMsIHRoZSBjaGlsZCBlbnRpdHkncyBgYHN0YXR1c0NvZGVgYCBhdHRyaWJ1dGUgbXVzdCBtYXRjaCB0aGF0IG9mIHRoZSBwYXJlbnQgZW50aXR5IGV4YWN0bHkuXG4gKi9cblN0YXR1c0NvZGU/OiBzdHJpbmdcbi8qKlxuICogVGhlIHR5cGUgb2YgQVBJIGVudGl0eSB0byB3aGljaCB0aGUgZG9jdW1lbnRhdGlvbiBjb250ZW50IGFwcGxpZXMuIFZhbGlkIHZhbHVlcyBhcmUgYGBBUElgYCwgYGBBVVRIT1JJWkVSYGAsIGBgTU9ERUxgYCwgYGBSRVNPVVJDRWBgLCBgYE1FVEhPRGBgLCBgYFBBVEhfUEFSQU1FVEVSYGAsIGBgUVVFUllfUEFSQU1FVEVSYGAsIGBgUkVRVUVTVF9IRUFERVJgYCwgYGBSRVFVRVNUX0JPRFlgYCwgYGBSRVNQT05TRWBgLCBgYFJFU1BPTlNFX0hFQURFUmBgLCBhbmQgYGBSRVNQT05TRV9CT0RZYGAuIENvbnRlbnQgaW5oZXJpdGFuY2UgZG9lcyBub3QgYXBwbHkgdG8gYW55IGVudGl0eSBvZiB0aGUgYGBBUElgYCwgYGBBVVRIT1JJWkVSYGAsIGBgTUVUSE9EYGAsIGBgTU9ERUxgYCwgYGBSRVFVRVNUX0JPRFlgYCwgb3IgYGBSRVNPVVJDRWBgIHR5cGUuXG4gKi9cblR5cGU/OiAoXCJBUElcIiB8IFwiQVVUSE9SSVpFUlwiIHwgXCJNT0RFTFwiIHwgXCJSRVNPVVJDRVwiIHwgXCJNRVRIT0RcIiB8IFwiUEFUSF9QQVJBTUVURVJcIiB8IFwiUVVFUllfUEFSQU1FVEVSXCIgfCBcIlJFUVVFU1RfSEVBREVSXCIgfCBcIlJFUVVFU1RfQk9EWVwiIHwgXCJSRVNQT05TRVwiIHwgXCJSRVNQT05TRV9IRUFERVJcIiB8IFwiUkVTUE9OU0VfQk9EWVwiKVxufVxuIl19
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The ``AWS::ApiGateway::DocumentationVersion`` resource creates a snapshot of the documentation for an API. For more information, see [Representation of API Documentation in API Gateway](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-documenting-api-content-representation.html) in the *API Gateway Developer Guide*.
|
|
3
|
+
*/
|
|
4
|
+
export interface _AWS_APIGATEWAY_DOCUMENTATIONVERSION {
|
|
5
|
+
/**
|
|
6
|
+
* A description about the new documentation snapshot.
|
|
7
|
+
*/
|
|
8
|
+
Description?: string;
|
|
9
|
+
/**
|
|
10
|
+
* The version identifier of the to-be-updated documentation version.
|
|
11
|
+
*/
|
|
12
|
+
DocumentationVersion: string;
|
|
13
|
+
/**
|
|
14
|
+
* The string identifier of the associated RestApi.
|
|
15
|
+
*/
|
|
16
|
+
RestApiId: string;
|
|
17
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXdzLWFwaWdhdGV3YXktZG9jdW1lbnRhdGlvbnZlcnNpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJhd3MtYXBpZ2F0ZXdheS1kb2N1bWVudGF0aW9udmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBUaGUgYGBBV1M6OkFwaUdhdGV3YXk6OkRvY3VtZW50YXRpb25WZXJzaW9uYGAgcmVzb3VyY2UgY3JlYXRlcyBhIHNuYXBzaG90IG9mIHRoZSBkb2N1bWVudGF0aW9uIGZvciBhbiBBUEkuIEZvciBtb3JlIGluZm9ybWF0aW9uLCBzZWUgW1JlcHJlc2VudGF0aW9uIG9mIEFQSSBEb2N1bWVudGF0aW9uIGluIEFQSSBHYXRld2F5XShodHRwczovL2RvY3MuYXdzLmFtYXpvbi5jb20vYXBpZ2F0ZXdheS9sYXRlc3QvZGV2ZWxvcGVyZ3VpZGUvYXBpLWdhdGV3YXktZG9jdW1lbnRpbmctYXBpLWNvbnRlbnQtcmVwcmVzZW50YXRpb24uaHRtbCkgaW4gdGhlICpBUEkgR2F0ZXdheSBEZXZlbG9wZXIgR3VpZGUqLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIF9BV1NfQVBJR0FURVdBWV9ET0NVTUVOVEFUSU9OVkVSU0lPTiB7XG4vKipcbiAqIEEgZGVzY3JpcHRpb24gYWJvdXQgdGhlIG5ldyBkb2N1bWVudGF0aW9uIHNuYXBzaG90LlxuICovXG5EZXNjcmlwdGlvbj86IHN0cmluZ1xuLyoqXG4gKiBUaGUgdmVyc2lvbiBpZGVudGlmaWVyIG9mIHRoZSB0by1iZS11cGRhdGVkIGRvY3VtZW50YXRpb24gdmVyc2lvbi5cbiAqL1xuRG9jdW1lbnRhdGlvblZlcnNpb246IHN0cmluZ1xuLyoqXG4gKiBUaGUgc3RyaW5nIGlkZW50aWZpZXIgb2YgdGhlIGFzc29jaWF0ZWQgUmVzdEFwaS5cbiAqL1xuUmVzdEFwaUlkOiBzdHJpbmdcbn1cbiJdfQ==
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Resource Type definition for AWS::ApiGateway::DomainName.
|
|
3
|
+
*/
|
|
4
|
+
export interface _AWS_APIGATEWAY_DOMAINNAME {
|
|
5
|
+
MutualTlsAuthentication?: MutualTlsAuthentication;
|
|
6
|
+
OwnershipVerificationCertificateArn?: string;
|
|
7
|
+
RegionalHostedZoneId?: string;
|
|
8
|
+
RegionalDomainName?: string;
|
|
9
|
+
DomainName?: string;
|
|
10
|
+
SecurityPolicy?: string;
|
|
11
|
+
DistributionHostedZoneId?: string;
|
|
12
|
+
EndpointConfiguration?: EndpointConfiguration;
|
|
13
|
+
DistributionDomainName?: string;
|
|
14
|
+
RegionalCertificateArn?: string;
|
|
15
|
+
Tags?: Tag[];
|
|
16
|
+
CertificateArn?: string;
|
|
17
|
+
}
|
|
18
|
+
export interface MutualTlsAuthentication {
|
|
19
|
+
TruststoreVersion?: string;
|
|
20
|
+
TruststoreUri?: string;
|
|
21
|
+
}
|
|
22
|
+
export interface EndpointConfiguration {
|
|
23
|
+
Types?: string[];
|
|
24
|
+
}
|
|
25
|
+
export interface Tag {
|
|
26
|
+
Value?: string;
|
|
27
|
+
Key?: string;
|
|
28
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXdzLWFwaWdhdGV3YXktZG9tYWlubmFtZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbImF3cy1hcGlnYXRld2F5LWRvbWFpbm5hbWUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogUmVzb3VyY2UgVHlwZSBkZWZpbml0aW9uIGZvciBBV1M6OkFwaUdhdGV3YXk6OkRvbWFpbk5hbWUuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgX0FXU19BUElHQVRFV0FZX0RPTUFJTk5BTUUge1xuTXV0dWFsVGxzQXV0aGVudGljYXRpb24/OiBNdXR1YWxUbHNBdXRoZW50aWNhdGlvblxuT3duZXJzaGlwVmVyaWZpY2F0aW9uQ2VydGlmaWNhdGVBcm4/OiBzdHJpbmdcblJlZ2lvbmFsSG9zdGVkWm9uZUlkPzogc3RyaW5nXG5SZWdpb25hbERvbWFpbk5hbWU/OiBzdHJpbmdcbkRvbWFpbk5hbWU/OiBzdHJpbmdcblNlY3VyaXR5UG9saWN5Pzogc3RyaW5nXG5EaXN0cmlidXRpb25Ib3N0ZWRab25lSWQ/OiBzdHJpbmdcbkVuZHBvaW50Q29uZmlndXJhdGlvbj86IEVuZHBvaW50Q29uZmlndXJhdGlvblxuRGlzdHJpYnV0aW9uRG9tYWluTmFtZT86IHN0cmluZ1xuUmVnaW9uYWxDZXJ0aWZpY2F0ZUFybj86IHN0cmluZ1xuVGFncz86IFRhZ1tdXG5DZXJ0aWZpY2F0ZUFybj86IHN0cmluZ1xufVxuZXhwb3J0IGludGVyZmFjZSBNdXR1YWxUbHNBdXRoZW50aWNhdGlvbiB7XG5UcnVzdHN0b3JlVmVyc2lvbj86IHN0cmluZ1xuVHJ1c3RzdG9yZVVyaT86IHN0cmluZ1xufVxuZXhwb3J0IGludGVyZmFjZSBFbmRwb2ludENvbmZpZ3VyYXRpb24ge1xuVHlwZXM/OiBzdHJpbmdbXVxufVxuZXhwb3J0IGludGVyZmFjZSBUYWcge1xuVmFsdWU/OiBzdHJpbmdcbktleT86IHN0cmluZ1xufVxuIl19
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The ``AWS::ApiGateway::GatewayResponse`` resource creates a gateway response for your API. For more information, see [API Gateway Responses](https://docs.aws.amazon.com/apigateway/latest/developerguide/customize-gateway-responses.html#api-gateway-gatewayResponse-definition) in the *API Gateway Developer Guide*.
|
|
3
|
+
*/
|
|
4
|
+
export interface _AWS_APIGATEWAY_GATEWAYRESPONSE {
|
|
5
|
+
Id?: string;
|
|
6
|
+
/**
|
|
7
|
+
* The string identifier of the associated RestApi.
|
|
8
|
+
*/
|
|
9
|
+
RestApiId: string;
|
|
10
|
+
/**
|
|
11
|
+
* The response type of the associated GatewayResponse.
|
|
12
|
+
*/
|
|
13
|
+
ResponseType: string;
|
|
14
|
+
/**
|
|
15
|
+
* The HTTP status code for this GatewayResponse.
|
|
16
|
+
*/
|
|
17
|
+
StatusCode?: string;
|
|
18
|
+
/**
|
|
19
|
+
* Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.
|
|
20
|
+
*/
|
|
21
|
+
ResponseParameters?: {
|
|
22
|
+
/**
|
|
23
|
+
* This interface was referenced by `undefined`'s JSON-Schema definition
|
|
24
|
+
* via the `patternProperty` "[a-zA-Z0-9]+".
|
|
25
|
+
*/
|
|
26
|
+
[k: string]: string;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Response templates of the GatewayResponse as a string-to-string map of key-value pairs.
|
|
30
|
+
*/
|
|
31
|
+
ResponseTemplates?: {
|
|
32
|
+
/**
|
|
33
|
+
* This interface was referenced by `undefined`'s JSON-Schema definition
|
|
34
|
+
* via the `patternProperty` "[a-zA-Z0-9]+".
|
|
35
|
+
*/
|
|
36
|
+
[k: string]: string;
|
|
37
|
+
};
|
|
38
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXdzLWFwaWdhdGV3YXktZ2F0ZXdheXJlc3BvbnNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiYXdzLWFwaWdhdGV3YXktZ2F0ZXdheXJlc3BvbnNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIFRoZSBgYEFXUzo6QXBpR2F0ZXdheTo6R2F0ZXdheVJlc3BvbnNlYGAgcmVzb3VyY2UgY3JlYXRlcyBhIGdhdGV3YXkgcmVzcG9uc2UgZm9yIHlvdXIgQVBJLiBGb3IgbW9yZSBpbmZvcm1hdGlvbiwgc2VlIFtBUEkgR2F0ZXdheSBSZXNwb25zZXNdKGh0dHBzOi8vZG9jcy5hd3MuYW1hem9uLmNvbS9hcGlnYXRld2F5L2xhdGVzdC9kZXZlbG9wZXJndWlkZS9jdXN0b21pemUtZ2F0ZXdheS1yZXNwb25zZXMuaHRtbCNhcGktZ2F0ZXdheS1nYXRld2F5UmVzcG9uc2UtZGVmaW5pdGlvbikgaW4gdGhlICpBUEkgR2F0ZXdheSBEZXZlbG9wZXIgR3VpZGUqLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIF9BV1NfQVBJR0FURVdBWV9HQVRFV0FZUkVTUE9OU0Uge1xuSWQ/OiBzdHJpbmdcbi8qKlxuICogVGhlIHN0cmluZyBpZGVudGlmaWVyIG9mIHRoZSBhc3NvY2lhdGVkIFJlc3RBcGkuXG4gKi9cblJlc3RBcGlJZDogc3RyaW5nXG4vKipcbiAqIFRoZSByZXNwb25zZSB0eXBlIG9mIHRoZSBhc3NvY2lhdGVkIEdhdGV3YXlSZXNwb25zZS5cbiAqL1xuUmVzcG9uc2VUeXBlOiBzdHJpbmdcbi8qKlxuICogVGhlIEhUVFAgc3RhdHVzIGNvZGUgZm9yIHRoaXMgR2F0ZXdheVJlc3BvbnNlLlxuICovXG5TdGF0dXNDb2RlPzogc3RyaW5nXG4vKipcbiAqIFJlc3BvbnNlIHBhcmFtZXRlcnMgKHBhdGhzLCBxdWVyeSBzdHJpbmdzIGFuZCBoZWFkZXJzKSBvZiB0aGUgR2F0ZXdheVJlc3BvbnNlIGFzIGEgc3RyaW5nLXRvLXN0cmluZyBtYXAgb2Yga2V5LXZhbHVlIHBhaXJzLlxuICovXG5SZXNwb25zZVBhcmFtZXRlcnM/OiB7XG4vKipcbiAqIFRoaXMgaW50ZXJmYWNlIHdhcyByZWZlcmVuY2VkIGJ5IGB1bmRlZmluZWRgJ3MgSlNPTi1TY2hlbWEgZGVmaW5pdGlvblxuICogdmlhIHRoZSBgcGF0dGVyblByb3BlcnR5YCBcIlthLXpBLVowLTldK1wiLlxuICovXG5bazogc3RyaW5nXTogc3RyaW5nXG59XG4vKipcbiAqIFJlc3BvbnNlIHRlbXBsYXRlcyBvZiB0aGUgR2F0ZXdheVJlc3BvbnNlIGFzIGEgc3RyaW5nLXRvLXN0cmluZyBtYXAgb2Yga2V5LXZhbHVlIHBhaXJzLlxuICovXG5SZXNwb25zZVRlbXBsYXRlcz86IHtcbi8qKlxuICogVGhpcyBpbnRlcmZhY2Ugd2FzIHJlZmVyZW5jZWQgYnkgYHVuZGVmaW5lZGAncyBKU09OLVNjaGVtYSBkZWZpbml0aW9uXG4gKiB2aWEgdGhlIGBwYXR0ZXJuUHJvcGVydHlgIFwiW2EtekEtWjAtOV0rXCIuXG4gKi9cbltrOiBzdHJpbmddOiBzdHJpbmdcbn1cbn1cbiJdfQ==
|
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The ``AWS::ApiGateway::Method`` resource creates API Gateway methods that define the parameters and body that clients must send in their requests.
|
|
3
|
+
*/
|
|
4
|
+
export interface _AWS_APIGATEWAY_METHOD {
|
|
5
|
+
Integration?: Integration;
|
|
6
|
+
/**
|
|
7
|
+
* A human-friendly operation identifier for the method. For example, you can assign the ``operationName`` of ``ListPets`` for the ``GET /pets`` method in the ``PetStore`` example.
|
|
8
|
+
*/
|
|
9
|
+
OperationName?: string;
|
|
10
|
+
/**
|
|
11
|
+
* A key-value map specifying data schemas, represented by Model resources, (as the mapped value) of the request payloads of given content types (as the mapping key).
|
|
12
|
+
*/
|
|
13
|
+
RequestModels?: {
|
|
14
|
+
/**
|
|
15
|
+
* This interface was referenced by `undefined`'s JSON-Schema definition
|
|
16
|
+
* via the `patternProperty` "[a-zA-Z0-9]+".
|
|
17
|
+
*/
|
|
18
|
+
[k: string]: string;
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* The string identifier of the associated RestApi.
|
|
22
|
+
*/
|
|
23
|
+
RestApiId: string;
|
|
24
|
+
/**
|
|
25
|
+
* A list of authorization scopes configured on the method. The scopes are used with a ``COGNITO_USER_POOLS`` authorizer to authorize the method invocation. The authorization works by matching the method scopes against the scopes parsed from the access token in the incoming request. The method invocation is authorized if any method scopes matches a claimed scope in the access token. Otherwise, the invocation is not authorized. When the method scope is configured, the client must provide an access token instead of an identity token for authorization purposes.
|
|
26
|
+
*/
|
|
27
|
+
AuthorizationScopes?: string[];
|
|
28
|
+
/**
|
|
29
|
+
* The identifier of a RequestValidator for request validation.
|
|
30
|
+
*/
|
|
31
|
+
RequestValidatorId?: string;
|
|
32
|
+
/**
|
|
33
|
+
* A key-value map defining required or optional method request parameters that can be accepted by API Gateway. A key is a method request parameter name matching the pattern of ``method.request.{location}.{name}``, where ``location`` is ``querystring``, ``path``, or ``header`` and ``name`` is a valid and unique parameter name. The value associated with the key is a Boolean flag indicating whether the parameter is required (``true``) or optional (``false``). The method request parameter names defined here are available in Integration to be mapped to integration request parameters or templates.
|
|
34
|
+
*/
|
|
35
|
+
RequestParameters?: {
|
|
36
|
+
/**
|
|
37
|
+
* This interface was referenced by `undefined`'s JSON-Schema definition
|
|
38
|
+
* via the `patternProperty` "[a-zA-Z0-9]+".
|
|
39
|
+
*/
|
|
40
|
+
[k: string]: (boolean | string);
|
|
41
|
+
};
|
|
42
|
+
/**
|
|
43
|
+
* Gets a method response associated with a given HTTP status code.
|
|
44
|
+
*/
|
|
45
|
+
MethodResponses?: MethodResponse[];
|
|
46
|
+
/**
|
|
47
|
+
* The identifier of an authorizer to use on this method. The method's authorization type must be ``CUSTOM`` or ``COGNITO_USER_POOLS``.
|
|
48
|
+
*/
|
|
49
|
+
AuthorizerId?: string;
|
|
50
|
+
/**
|
|
51
|
+
* The Resource identifier for the MethodResponse resource.
|
|
52
|
+
*/
|
|
53
|
+
ResourceId: string;
|
|
54
|
+
/**
|
|
55
|
+
* A boolean flag specifying whether a valid ApiKey is required to invoke this method.
|
|
56
|
+
*/
|
|
57
|
+
ApiKeyRequired?: boolean;
|
|
58
|
+
/**
|
|
59
|
+
* The method's authorization type. This parameter is required. For valid values, see [Method](https://docs.aws.amazon.com/apigateway/latest/api/API_Method.html) in the *API Gateway API Reference*.
|
|
60
|
+
* If you specify the ``AuthorizerId`` property, specify ``CUSTOM`` or ``COGNITO_USER_POOLS`` for this property.
|
|
61
|
+
*/
|
|
62
|
+
AuthorizationType?: string;
|
|
63
|
+
/**
|
|
64
|
+
* The method's HTTP verb.
|
|
65
|
+
*/
|
|
66
|
+
HttpMethod: string;
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* Represents an ``HTTP``, ``HTTP_PROXY``, ``AWS``, ``AWS_PROXY``, or Mock integration.
|
|
70
|
+
*/
|
|
71
|
+
export interface Integration {
|
|
72
|
+
/**
|
|
73
|
+
* Specifies a group of related cached parameters. By default, API Gateway uses the resource ID as the ``cacheNamespace``. You can specify the same ``cacheNamespace`` across resources to return the same cached data for requests to different resources.
|
|
74
|
+
*/
|
|
75
|
+
CacheNamespace?: string;
|
|
76
|
+
/**
|
|
77
|
+
* The type of the network connection to the integration endpoint. The valid value is ``INTERNET`` for connections through the public routable internet or ``VPC_LINK`` for private connections between API Gateway and a network load balancer in a VPC. The default value is ``INTERNET``.
|
|
78
|
+
*/
|
|
79
|
+
ConnectionType?: ("INTERNET" | "VPC_LINK");
|
|
80
|
+
/**
|
|
81
|
+
* Specifies the integration's responses.
|
|
82
|
+
*/
|
|
83
|
+
IntegrationResponses?: IntegrationResponse[];
|
|
84
|
+
/**
|
|
85
|
+
* Specifies the integration's HTTP method type. For the Type property, if you specify ``MOCK``, this property is optional. For Lambda integrations, you must set the integration method to ``POST``. For all other types, you must specify this property.
|
|
86
|
+
*/
|
|
87
|
+
IntegrationHttpMethod?: string;
|
|
88
|
+
/**
|
|
89
|
+
* Specifies Uniform Resource Identifier (URI) of the integration endpoint.
|
|
90
|
+
* For ``HTTP`` or ``HTTP_PROXY`` integrations, the URI must be a fully formed, encoded HTTP(S) URL according to the RFC-3986 specification for standard integrations. If ``connectionType`` is ``VPC_LINK`` specify the Network Load Balancer DNS name. For ``AWS`` or ``AWS_PROXY`` integrations, the URI is of the form ``arn:aws:apigateway:{region}:{subdomain.service|service}:path|action/{service_api}``. Here, {Region} is the API Gateway region (e.g., us-east-1); {service} is the name of the integrated AWS service (e.g., s3); and {subdomain} is a designated subdomain supported by certain AWS service for fast host-name lookup. action can be used for an AWS service action-based API, using an Action={name}&{p1}={v1}&p2={v2}... query string. The ensuing {service_api} refers to a supported action {name} plus any required input parameters. Alternatively, path can be used for an AWS service path-based API. The ensuing service_api refers to the path to an AWS service resource, including the region of the integrated AWS service, if applicable. For example, for integration with the S3 API of GetObject, the uri can be either ``arn:aws:apigateway:us-west-2:s3:action/GetObject&Bucket={bucket}&Key={key}`` or ``arn:aws:apigateway:us-west-2:s3:path/{bucket}/{key}``
|
|
91
|
+
*/
|
|
92
|
+
Uri?: string;
|
|
93
|
+
/**
|
|
94
|
+
* Specifies how the method request body of an unmapped content type will be passed through the integration request to the back end without transformation. A content type is unmapped if no mapping template is defined in the integration or the content type does not match any of the mapped content types, as specified in ``requestTemplates``. The valid value is one of the following: ``WHEN_NO_MATCH``: passes the method request body through the integration request to the back end without transformation when the method request content type does not match any content type associated with the mapping templates defined in the integration request. ``WHEN_NO_TEMPLATES``: passes the method request body through the integration request to the back end without transformation when no mapping template is defined in the integration request. If a template is defined when this option is selected, the method request of an unmapped content-type will be rejected with an HTTP 415 Unsupported Media Type response. ``NEVER``: rejects the method request with an HTTP 415 Unsupported Media Type response when either the method request content type does not match any content type associated with the mapping templates defined in the integration request or no mapping template is defined in the integration request.
|
|
95
|
+
*/
|
|
96
|
+
PassthroughBehavior?: ("WHEN_NO_MATCH" | "WHEN_NO_TEMPLATES" | "NEVER");
|
|
97
|
+
/**
|
|
98
|
+
* A key-value map specifying request parameters that are passed from the method request to the back end. The key is an integration request parameter name and the associated value is a method request parameter value or static value that must be enclosed within single quotes and pre-encoded as required by the back end. The method request parameter value must match the pattern of ``method.request.{location}.{name}``, where ``location`` is ``querystring``, ``path``, or ``header`` and ``name`` must be a valid and unique method request parameter name.
|
|
99
|
+
*/
|
|
100
|
+
RequestParameters?: {
|
|
101
|
+
/**
|
|
102
|
+
* This interface was referenced by `undefined`'s JSON-Schema definition
|
|
103
|
+
* via the `patternProperty` "[a-zA-Z0-9]+".
|
|
104
|
+
*/
|
|
105
|
+
[k: string]: string;
|
|
106
|
+
};
|
|
107
|
+
/**
|
|
108
|
+
* The ID of the VpcLink used for the integration when ``connectionType=VPC_LINK`` and undefined, otherwise.
|
|
109
|
+
*/
|
|
110
|
+
ConnectionId?: string;
|
|
111
|
+
/**
|
|
112
|
+
* Specifies an API method integration type. The valid value is one of the following:
|
|
113
|
+
* For the HTTP and HTTP proxy integrations, each integration can specify a protocol (``http/https``), port and path. Standard 80 and 443 ports are supported as well as custom ports above 1024. An HTTP or HTTP proxy integration with a ``connectionType`` of ``VPC_LINK`` is referred to as a private integration and uses a VpcLink to connect API Gateway to a network load balancer of a VPC.
|
|
114
|
+
*/
|
|
115
|
+
Type: ("AWS" | "AWS_PROXY" | "HTTP" | "HTTP_PROXY" | "MOCK");
|
|
116
|
+
/**
|
|
117
|
+
* A list of request parameters whose values API Gateway caches. To be valid values for ``cacheKeyParameters``, these parameters must also be specified for Method ``requestParameters``.
|
|
118
|
+
*/
|
|
119
|
+
CacheKeyParameters?: string[];
|
|
120
|
+
/**
|
|
121
|
+
* Specifies how to handle request payload content type conversions. Supported values are ``CONVERT_TO_BINARY`` and ``CONVERT_TO_TEXT``, with the following behaviors:
|
|
122
|
+
* If this property is not defined, the request payload will be passed through from the method request to integration request without modification, provided that the ``passthroughBehavior`` is configured to support payload pass-through.
|
|
123
|
+
*/
|
|
124
|
+
ContentHandling?: ("CONVERT_TO_BINARY" | "CONVERT_TO_TEXT");
|
|
125
|
+
/**
|
|
126
|
+
* Represents a map of Velocity templates that are applied on the request payload based on the value of the Content-Type header sent by the client. The content type value is the key in this map, and the template (as a String) is the value.
|
|
127
|
+
*/
|
|
128
|
+
RequestTemplates?: {
|
|
129
|
+
/**
|
|
130
|
+
* This interface was referenced by `undefined`'s JSON-Schema definition
|
|
131
|
+
* via the `patternProperty` "[a-zA-Z0-9]+".
|
|
132
|
+
*/
|
|
133
|
+
[k: string]: string;
|
|
134
|
+
};
|
|
135
|
+
/**
|
|
136
|
+
* Custom timeout between 50 and 29,000 milliseconds. The default value is 29,000 milliseconds or 29 seconds.
|
|
137
|
+
*/
|
|
138
|
+
TimeoutInMillis?: number;
|
|
139
|
+
/**
|
|
140
|
+
* Specifies the credentials required for the integration, if any. For AWS integrations, three options are available. To specify an IAM Role for API Gateway to assume, use the role's Amazon Resource Name (ARN). To require that the caller's identity be passed through from the request, specify the string ``arn:aws:iam::\*:user/\*``. To use resource-based permissions on supported AWS services, specify null.
|
|
141
|
+
*/
|
|
142
|
+
Credentials?: string;
|
|
143
|
+
}
|
|
144
|
+
/**
|
|
145
|
+
* ``IntegrationResponse`` is a property of the [Amazon API Gateway Method Integration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apitgateway-method-integration.html) property type that specifies the response that API Gateway sends after a method's backend finishes processing a request.
|
|
146
|
+
*/
|
|
147
|
+
export interface IntegrationResponse {
|
|
148
|
+
/**
|
|
149
|
+
* Specifies the templates used to transform the integration response body. Response templates are represented as a key/value map, with a content-type as the key and a template as the value.
|
|
150
|
+
*/
|
|
151
|
+
ResponseTemplates?: {
|
|
152
|
+
/**
|
|
153
|
+
* This interface was referenced by `undefined`'s JSON-Schema definition
|
|
154
|
+
* via the `patternProperty` "[a-zA-Z0-9]+".
|
|
155
|
+
*/
|
|
156
|
+
[k: string]: string;
|
|
157
|
+
};
|
|
158
|
+
/**
|
|
159
|
+
* Specifies the regular expression (regex) pattern used to choose an integration response based on the response from the back end. For example, if the success response returns nothing and the error response returns some string, you could use the ``.+`` regex to match error response. However, make sure that the error response does not contain any newline (``\n``) character in such cases. If the back end is an LAMlong function, the LAMlong function error header is matched. For all other HTTP and AWS back ends, the HTTP status code is matched.
|
|
160
|
+
*/
|
|
161
|
+
SelectionPattern?: string;
|
|
162
|
+
/**
|
|
163
|
+
* Specifies how to handle response payload content type conversions. Supported values are ``CONVERT_TO_BINARY`` and ``CONVERT_TO_TEXT``, with the following behaviors:
|
|
164
|
+
* If this property is not defined, the response payload will be passed through from the integration response to the method response without modification.
|
|
165
|
+
*/
|
|
166
|
+
ContentHandling?: ("CONVERT_TO_BINARY" | "CONVERT_TO_TEXT");
|
|
167
|
+
/**
|
|
168
|
+
* A key-value map specifying response parameters that are passed to the method response from the back end. The key is a method response header parameter name and the mapped value is an integration response header value, a static value enclosed within a pair of single quotes, or a JSON expression from the integration response body. The mapping key must match the pattern of ``method.response.header.{name}``, where ``name`` is a valid and unique header name. The mapped non-static value must match the pattern of ``integration.response.header.{name}`` or ``integration.response.body.{JSON-expression}``, where ``name`` is a valid and unique response header name and ``JSON-expression`` is a valid JSON expression without the ``$`` prefix.
|
|
169
|
+
*/
|
|
170
|
+
ResponseParameters?: {
|
|
171
|
+
/**
|
|
172
|
+
* This interface was referenced by `undefined`'s JSON-Schema definition
|
|
173
|
+
* via the `patternProperty` "[a-zA-Z0-9]+".
|
|
174
|
+
*/
|
|
175
|
+
[k: string]: string;
|
|
176
|
+
};
|
|
177
|
+
/**
|
|
178
|
+
* Specifies the status code that is used to map the integration response to an existing MethodResponse.
|
|
179
|
+
*/
|
|
180
|
+
StatusCode: string;
|
|
181
|
+
}
|
|
182
|
+
/**
|
|
183
|
+
* Represents a method response of a given HTTP status code returned to the client. The method response is passed from the back end through the associated integration response that can be transformed using a mapping template.
|
|
184
|
+
*/
|
|
185
|
+
export interface MethodResponse {
|
|
186
|
+
/**
|
|
187
|
+
* A key-value map specifying required or optional response parameters that API Gateway can send back to the caller. A key defines a method response header and the value specifies whether the associated method response header is required or not. The expression of the key must match the pattern ``method.response.header.{name}``, where ``name`` is a valid and unique header name. API Gateway passes certain integration response data to the method response headers specified here according to the mapping you prescribe in the API's IntegrationResponse. The integration response data that can be mapped include an integration response header expressed in ``integration.response.header.{name}``, a static value enclosed within a pair of single quotes (e.g., ``'application/json'``), or a JSON expression from the back-end response payload in the form of ``integration.response.body.{JSON-expression}``, where ``JSON-expression`` is a valid JSON expression without the ``$`` prefix.)
|
|
188
|
+
*/
|
|
189
|
+
ResponseParameters?: {
|
|
190
|
+
/**
|
|
191
|
+
* This interface was referenced by `undefined`'s JSON-Schema definition
|
|
192
|
+
* via the `patternProperty` "[a-zA-Z0-9]+".
|
|
193
|
+
*/
|
|
194
|
+
[k: string]: (boolean | string);
|
|
195
|
+
};
|
|
196
|
+
/**
|
|
197
|
+
* The method response's status code.
|
|
198
|
+
*/
|
|
199
|
+
StatusCode: string;
|
|
200
|
+
/**
|
|
201
|
+
* Specifies the Model resources used for the response's content-type. Response models are represented as a key/value map, with a content-type as the key and a Model name as the value.
|
|
202
|
+
*/
|
|
203
|
+
ResponseModels?: {
|
|
204
|
+
/**
|
|
205
|
+
* This interface was referenced by `undefined`'s JSON-Schema definition
|
|
206
|
+
* via the `patternProperty` "[a-zA-Z0-9]+".
|
|
207
|
+
*/
|
|
208
|
+
[k: string]: string;
|
|
209
|
+
};
|
|
210
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXdzLWFwaWdhdGV3YXktbWV0aG9kLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiYXdzLWFwaWdhdGV3YXktbWV0aG9kLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIFRoZSBgYEFXUzo6QXBpR2F0ZXdheTo6TWV0aG9kYGAgcmVzb3VyY2UgY3JlYXRlcyBBUEkgR2F0ZXdheSBtZXRob2RzIHRoYXQgZGVmaW5lIHRoZSBwYXJhbWV0ZXJzIGFuZCBib2R5IHRoYXQgY2xpZW50cyBtdXN0IHNlbmQgaW4gdGhlaXIgcmVxdWVzdHMuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgX0FXU19BUElHQVRFV0FZX01FVEhPRCB7XG5JbnRlZ3JhdGlvbj86IEludGVncmF0aW9uXG4vKipcbiAqIEEgaHVtYW4tZnJpZW5kbHkgb3BlcmF0aW9uIGlkZW50aWZpZXIgZm9yIHRoZSBtZXRob2QuIEZvciBleGFtcGxlLCB5b3UgY2FuIGFzc2lnbiB0aGUgYGBvcGVyYXRpb25OYW1lYGAgb2YgYGBMaXN0UGV0c2BgIGZvciB0aGUgYGBHRVQgL3BldHNgYCBtZXRob2QgaW4gdGhlIGBgUGV0U3RvcmVgYCBleGFtcGxlLlxuICovXG5PcGVyYXRpb25OYW1lPzogc3RyaW5nXG4vKipcbiAqIEEga2V5LXZhbHVlIG1hcCBzcGVjaWZ5aW5nIGRhdGEgc2NoZW1hcywgcmVwcmVzZW50ZWQgYnkgTW9kZWwgcmVzb3VyY2VzLCAoYXMgdGhlIG1hcHBlZCB2YWx1ZSkgb2YgdGhlIHJlcXVlc3QgcGF5bG9hZHMgb2YgZ2l2ZW4gY29udGVudCB0eXBlcyAoYXMgdGhlIG1hcHBpbmcga2V5KS5cbiAqL1xuUmVxdWVzdE1vZGVscz86IHtcbi8qKlxuICogVGhpcyBpbnRlcmZhY2Ugd2FzIHJlZmVyZW5jZWQgYnkgYHVuZGVmaW5lZGAncyBKU09OLVNjaGVtYSBkZWZpbml0aW9uXG4gKiB2aWEgdGhlIGBwYXR0ZXJuUHJvcGVydHlgIFwiW2EtekEtWjAtOV0rXCIuXG4gKi9cbltrOiBzdHJpbmddOiBzdHJpbmdcbn1cbi8qKlxuICogVGhlIHN0cmluZyBpZGVudGlmaWVyIG9mIHRoZSBhc3NvY2lhdGVkIFJlc3RBcGkuXG4gKi9cblJlc3RBcGlJZDogc3RyaW5nXG4vKipcbiAqIEEgbGlzdCBvZiBhdXRob3JpemF0aW9uIHNjb3BlcyBjb25maWd1cmVkIG9uIHRoZSBtZXRob2QuIFRoZSBzY29wZXMgYXJlIHVzZWQgd2l0aCBhIGBgQ09HTklUT19VU0VSX1BPT0xTYGAgYXV0aG9yaXplciB0byBhdXRob3JpemUgdGhlIG1ldGhvZCBpbnZvY2F0aW9uLiBUaGUgYXV0aG9yaXphdGlvbiB3b3JrcyBieSBtYXRjaGluZyB0aGUgbWV0aG9kIHNjb3BlcyBhZ2FpbnN0IHRoZSBzY29wZXMgcGFyc2VkIGZyb20gdGhlIGFjY2VzcyB0b2tlbiBpbiB0aGUgaW5jb21pbmcgcmVxdWVzdC4gVGhlIG1ldGhvZCBpbnZvY2F0aW9uIGlzIGF1dGhvcml6ZWQgaWYgYW55IG1ldGhvZCBzY29wZXMgbWF0Y2hlcyBhIGNsYWltZWQgc2NvcGUgaW4gdGhlIGFjY2VzcyB0b2tlbi4gT3RoZXJ3aXNlLCB0aGUgaW52b2NhdGlvbiBpcyBub3QgYXV0aG9yaXplZC4gV2hlbiB0aGUgbWV0aG9kIHNjb3BlIGlzIGNvbmZpZ3VyZWQsIHRoZSBjbGllbnQgbXVzdCBwcm92aWRlIGFuIGFjY2VzcyB0b2tlbiBpbnN0ZWFkIG9mIGFuIGlkZW50aXR5IHRva2VuIGZvciBhdXRob3JpemF0aW9uIHB1cnBvc2VzLlxuICovXG5BdXRob3JpemF0aW9uU2NvcGVzPzogc3RyaW5nW11cbi8qKlxuICogVGhlIGlkZW50aWZpZXIgb2YgYSBSZXF1ZXN0VmFsaWRhdG9yIGZvciByZXF1ZXN0IHZhbGlkYXRpb24uXG4gKi9cblJlcXVlc3RWYWxpZGF0b3JJZD86IHN0cmluZ1xuLyoqXG4gKiBBIGtleS12YWx1ZSBtYXAgZGVmaW5pbmcgcmVxdWlyZWQgb3Igb3B0aW9uYWwgbWV0aG9kIHJlcXVlc3QgcGFyYW1ldGVycyB0aGF0IGNhbiBiZSBhY2NlcHRlZCBieSBBUEkgR2F0ZXdheS4gQSBrZXkgaXMgYSBtZXRob2QgcmVxdWVzdCBwYXJhbWV0ZXIgbmFtZSBtYXRjaGluZyB0aGUgcGF0dGVybiBvZiBgYG1ldGhvZC5yZXF1ZXN0Lntsb2NhdGlvbn0ue25hbWV9YGAsIHdoZXJlIGBgbG9jYXRpb25gYCBpcyBgYHF1ZXJ5c3RyaW5nYGAsIGBgcGF0aGBgLCBvciBgYGhlYWRlcmBgIGFuZCBgYG5hbWVgYCBpcyBhIHZhbGlkIGFuZCB1bmlxdWUgcGFyYW1ldGVyIG5hbWUuIFRoZSB2YWx1ZSBhc3NvY2lhdGVkIHdpdGggdGhlIGtleSBpcyBhIEJvb2xlYW4gZmxhZyBpbmRpY2F0aW5nIHdoZXRoZXIgdGhlIHBhcmFtZXRlciBpcyByZXF1aXJlZCAoYGB0cnVlYGApIG9yIG9wdGlvbmFsIChgYGZhbHNlYGApLiBUaGUgbWV0aG9kIHJlcXVlc3QgcGFyYW1ldGVyIG5hbWVzIGRlZmluZWQgaGVyZSBhcmUgYXZhaWxhYmxlIGluIEludGVncmF0aW9uIHRvIGJlIG1hcHBlZCB0byBpbnRlZ3JhdGlvbiByZXF1ZXN0IHBhcmFtZXRlcnMgb3IgdGVtcGxhdGVzLlxuICovXG5SZXF1ZXN0UGFyYW1ldGVycz86IHtcbi8qKlxuICogVGhpcyBpbnRlcmZhY2Ugd2FzIHJlZmVyZW5jZWQgYnkgYHVuZGVmaW5lZGAncyBKU09OLVNjaGVtYSBkZWZpbml0aW9uXG4gKiB2aWEgdGhlIGBwYXR0ZXJuUHJvcGVydHlgIFwiW2EtekEtWjAtOV0rXCIuXG4gKi9cbltrOiBzdHJpbmddOiAoYm9vbGVhbiB8IHN0cmluZylcbn1cbi8qKlxuICogR2V0cyBhIG1ldGhvZCByZXNwb25zZSBhc3NvY2lhdGVkIHdpdGggYSBnaXZlbiBIVFRQIHN0YXR1cyBjb2RlLlxuICovXG5NZXRob2RSZXNwb25zZXM/OiBNZXRob2RSZXNwb25zZVtdXG4vKipcbiAqIFRoZSBpZGVudGlmaWVyIG9mIGFuIGF1dGhvcml6ZXIgdG8gdXNlIG9uIHRoaXMgbWV0aG9kLiBUaGUgbWV0aG9kJ3MgYXV0aG9yaXphdGlvbiB0eXBlIG11c3QgYmUgYGBDVVNUT01gYCBvciBgYENPR05JVE9fVVNFUl9QT09MU2BgLlxuICovXG5BdXRob3JpemVySWQ/OiBzdHJpbmdcbi8qKlxuICogVGhlIFJlc291cmNlIGlkZW50aWZpZXIgZm9yIHRoZSBNZXRob2RSZXNwb25zZSByZXNvdXJjZS5cbiAqL1xuUmVzb3VyY2VJZDogc3RyaW5nXG4vKipcbiAqIEEgYm9vbGVhbiBmbGFnIHNwZWNpZnlpbmcgd2hldGhlciBhIHZhbGlkIEFwaUtleSBpcyByZXF1aXJlZCB0byBpbnZva2UgdGhpcyBtZXRob2QuXG4gKi9cbkFwaUtleVJlcXVpcmVkPzogYm9vbGVhblxuLyoqXG4gKiBUaGUgbWV0aG9kJ3MgYXV0aG9yaXphdGlvbiB0eXBlLiBUaGlzIHBhcmFtZXRlciBpcyByZXF1aXJlZC4gRm9yIHZhbGlkIHZhbHVlcywgc2VlIFtNZXRob2RdKGh0dHBzOi8vZG9jcy5hd3MuYW1hem9uLmNvbS9hcGlnYXRld2F5L2xhdGVzdC9hcGkvQVBJX01ldGhvZC5odG1sKSBpbiB0aGUgKkFQSSBHYXRld2F5IEFQSSBSZWZlcmVuY2UqLlxuICogICBJZiB5b3Ugc3BlY2lmeSB0aGUgYGBBdXRob3JpemVySWRgYCBwcm9wZXJ0eSwgc3BlY2lmeSBgYENVU1RPTWBgIG9yIGBgQ09HTklUT19VU0VSX1BPT0xTYGAgZm9yIHRoaXMgcHJvcGVydHkuXG4gKi9cbkF1dGhvcml6YXRpb25UeXBlPzogc3RyaW5nXG4vKipcbiAqIFRoZSBtZXRob2QncyBIVFRQIHZlcmIuXG4gKi9cbkh0dHBNZXRob2Q6IHN0cmluZ1xufVxuLyoqXG4gKiBSZXByZXNlbnRzIGFuIGBgSFRUUGBgLCBgYEhUVFBfUFJPWFlgYCwgYGBBV1NgYCwgYGBBV1NfUFJPWFlgYCwgb3IgTW9jayBpbnRlZ3JhdGlvbi5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBJbnRlZ3JhdGlvbiB7XG4vKipcbiAqIFNwZWNpZmllcyBhIGdyb3VwIG9mIHJlbGF0ZWQgY2FjaGVkIHBhcmFtZXRlcnMuIEJ5IGRlZmF1bHQsIEFQSSBHYXRld2F5IHVzZXMgdGhlIHJlc291cmNlIElEIGFzIHRoZSBgYGNhY2hlTmFtZXNwYWNlYGAuIFlvdSBjYW4gc3BlY2lmeSB0aGUgc2FtZSBgYGNhY2hlTmFtZXNwYWNlYGAgYWNyb3NzIHJlc291cmNlcyB0byByZXR1cm4gdGhlIHNhbWUgY2FjaGVkIGRhdGEgZm9yIHJlcXVlc3RzIHRvIGRpZmZlcmVudCByZXNvdXJjZXMuXG4gKi9cbkNhY2hlTmFtZXNwYWNlPzogc3RyaW5nXG4vKipcbiAqIFRoZSB0eXBlIG9mIHRoZSBuZXR3b3JrIGNvbm5lY3Rpb24gdG8gdGhlIGludGVncmF0aW9uIGVuZHBvaW50LiBUaGUgdmFsaWQgdmFsdWUgaXMgYGBJTlRFUk5FVGBgIGZvciBjb25uZWN0aW9ucyB0aHJvdWdoIHRoZSBwdWJsaWMgcm91dGFibGUgaW50ZXJuZXQgb3IgYGBWUENfTElOS2BgIGZvciBwcml2YXRlIGNvbm5lY3Rpb25zIGJldHdlZW4gQVBJIEdhdGV3YXkgYW5kIGEgbmV0d29yayBsb2FkIGJhbGFuY2VyIGluIGEgVlBDLiBUaGUgZGVmYXVsdCB2YWx1ZSBpcyBgYElOVEVSTkVUYGAuXG4gKi9cbkNvbm5lY3Rpb25UeXBlPzogKFwiSU5URVJORVRcIiB8IFwiVlBDX0xJTktcIilcbi8qKlxuICogU3BlY2lmaWVzIHRoZSBpbnRlZ3JhdGlvbidzIHJlc3BvbnNlcy5cbiAqL1xuSW50ZWdyYXRpb25SZXNwb25zZXM/OiBJbnRlZ3JhdGlvblJlc3BvbnNlW11cbi8qKlxuICogU3BlY2lmaWVzIHRoZSBpbnRlZ3JhdGlvbidzIEhUVFAgbWV0aG9kIHR5cGUuIEZvciB0aGUgVHlwZSBwcm9wZXJ0eSwgaWYgeW91IHNwZWNpZnkgYGBNT0NLYGAsIHRoaXMgcHJvcGVydHkgaXMgb3B0aW9uYWwuIEZvciBMYW1iZGEgaW50ZWdyYXRpb25zLCB5b3UgbXVzdCBzZXQgdGhlIGludGVncmF0aW9uIG1ldGhvZCB0byBgYFBPU1RgYC4gRm9yIGFsbCBvdGhlciB0eXBlcywgeW91IG11c3Qgc3BlY2lmeSB0aGlzIHByb3BlcnR5LlxuICovXG5JbnRlZ3JhdGlvbkh0dHBNZXRob2Q/OiBzdHJpbmdcbi8qKlxuICogU3BlY2lmaWVzIFVuaWZvcm0gUmVzb3VyY2UgSWRlbnRpZmllciAoVVJJKSBvZiB0aGUgaW50ZWdyYXRpb24gZW5kcG9pbnQuXG4gKiAgRm9yIGBgSFRUUGBgIG9yIGBgSFRUUF9QUk9YWWBgIGludGVncmF0aW9ucywgdGhlIFVSSSBtdXN0IGJlIGEgZnVsbHkgZm9ybWVkLCBlbmNvZGVkIEhUVFAoUykgVVJMIGFjY29yZGluZyB0byB0aGUgUkZDLTM5ODYgc3BlY2lmaWNhdGlvbiBmb3Igc3RhbmRhcmQgaW50ZWdyYXRpb25zLiBJZiBgYGNvbm5lY3Rpb25UeXBlYGAgaXMgYGBWUENfTElOS2BgIHNwZWNpZnkgdGhlIE5ldHdvcmsgTG9hZCBCYWxhbmNlciBETlMgbmFtZS4gRm9yIGBgQVdTYGAgb3IgYGBBV1NfUFJPWFlgYCBpbnRlZ3JhdGlvbnMsIHRoZSBVUkkgaXMgb2YgdGhlIGZvcm0gYGBhcm46YXdzOmFwaWdhdGV3YXk6e3JlZ2lvbn06e3N1YmRvbWFpbi5zZXJ2aWNlfHNlcnZpY2V9OnBhdGh8YWN0aW9uL3tzZXJ2aWNlX2FwaX1gYC4gSGVyZSwge1JlZ2lvbn0gaXMgdGhlIEFQSSBHYXRld2F5IHJlZ2lvbiAoZS5nLiwgdXMtZWFzdC0xKTsge3NlcnZpY2V9IGlzIHRoZSBuYW1lIG9mIHRoZSBpbnRlZ3JhdGVkIEFXUyBzZXJ2aWNlIChlLmcuLCBzMyk7IGFuZCB7c3ViZG9tYWlufSBpcyBhIGRlc2lnbmF0ZWQgc3ViZG9tYWluIHN1cHBvcnRlZCBieSBjZXJ0YWluIEFXUyBzZXJ2aWNlIGZvciBmYXN0IGhvc3QtbmFtZSBsb29rdXAuIGFjdGlvbiBjYW4gYmUgdXNlZCBmb3IgYW4gQVdTIHNlcnZpY2UgYWN0aW9uLWJhc2VkIEFQSSwgdXNpbmcgYW4gQWN0aW9uPXtuYW1lfSZ7cDF9PXt2MX0mcDI9e3YyfS4uLiBxdWVyeSBzdHJpbmcuIFRoZSBlbnN1aW5nIHtzZXJ2aWNlX2FwaX0gcmVmZXJzIHRvIGEgc3VwcG9ydGVkIGFjdGlvbiB7bmFtZX0gcGx1cyBhbnkgcmVxdWlyZWQgaW5wdXQgcGFyYW1ldGVycy4gQWx0ZXJuYXRpdmVseSwgcGF0aCBjYW4gYmUgdXNlZCBmb3IgYW4gQVdTIHNlcnZpY2UgcGF0aC1iYXNlZCBBUEkuIFRoZSBlbnN1aW5nIHNlcnZpY2VfYXBpIHJlZmVycyB0byB0aGUgcGF0aCB0byBhbiBBV1Mgc2VydmljZSByZXNvdXJjZSwgaW5jbHVkaW5nIHRoZSByZWdpb24gb2YgdGhlIGludGVncmF0ZWQgQVdTIHNlcnZpY2UsIGlmIGFwcGxpY2FibGUuIEZvciBleGFtcGxlLCBmb3IgaW50ZWdyYXRpb24gd2l0aCB0aGUgUzMgQVBJIG9mIEdldE9iamVjdCwgdGhlIHVyaSBjYW4gYmUgZWl0aGVyIGBgYXJuOmF3czphcGlnYXRld2F5OnVzLXdlc3QtMjpzMzphY3Rpb24vR2V0T2JqZWN0JkJ1Y2tldD17YnVja2V0fSZLZXk9e2tleX1gYCBvciBgYGFybjphd3M6YXBpZ2F0ZXdheTp1cy13ZXN0LTI6czM6cGF0aC97YnVja2V0fS97a2V5fWBgXG4gKi9cblVyaT86IHN0cmluZ1xuLyoqXG4gKiBTcGVjaWZpZXMgaG93IHRoZSBtZXRob2QgcmVxdWVzdCBib2R5IG9mIGFuIHVubWFwcGVkIGNvbnRlbnQgdHlwZSB3aWxsIGJlIHBhc3NlZCB0aHJvdWdoIHRoZSBpbnRlZ3JhdGlvbiByZXF1ZXN0IHRvIHRoZSBiYWNrIGVuZCB3aXRob3V0IHRyYW5zZm9ybWF0aW9uLiBBIGNvbnRlbnQgdHlwZSBpcyB1bm1hcHBlZCBpZiBubyBtYXBwaW5nIHRlbXBsYXRlIGlzIGRlZmluZWQgaW4gdGhlIGludGVncmF0aW9uIG9yIHRoZSBjb250ZW50IHR5cGUgZG9lcyBub3QgbWF0Y2ggYW55IG9mIHRoZSBtYXBwZWQgY29udGVudCB0eXBlcywgYXMgc3BlY2lmaWVkIGluIGBgcmVxdWVzdFRlbXBsYXRlc2BgLiBUaGUgdmFsaWQgdmFsdWUgaXMgb25lIG9mIHRoZSBmb2xsb3dpbmc6IGBgV0hFTl9OT19NQVRDSGBgOiBwYXNzZXMgdGhlIG1ldGhvZCByZXF1ZXN0IGJvZHkgdGhyb3VnaCB0aGUgaW50ZWdyYXRpb24gcmVxdWVzdCB0byB0aGUgYmFjayBlbmQgd2l0aG91dCB0cmFuc2Zvcm1hdGlvbiB3aGVuIHRoZSBtZXRob2QgcmVxdWVzdCBjb250ZW50IHR5cGUgZG9lcyBub3QgbWF0Y2ggYW55IGNvbnRlbnQgdHlwZSBhc3NvY2lhdGVkIHdpdGggdGhlIG1hcHBpbmcgdGVtcGxhdGVzIGRlZmluZWQgaW4gdGhlIGludGVncmF0aW9uIHJlcXVlc3QuIGBgV0hFTl9OT19URU1QTEFURVNgYDogcGFzc2VzIHRoZSBtZXRob2QgcmVxdWVzdCBib2R5IHRocm91Z2ggdGhlIGludGVncmF0aW9uIHJlcXVlc3QgdG8gdGhlIGJhY2sgZW5kIHdpdGhvdXQgdHJhbnNmb3JtYXRpb24gd2hlbiBubyBtYXBwaW5nIHRlbXBsYXRlIGlzIGRlZmluZWQgaW4gdGhlIGludGVncmF0aW9uIHJlcXVlc3QuIElmIGEgdGVtcGxhdGUgaXMgZGVmaW5lZCB3aGVuIHRoaXMgb3B0aW9uIGlzIHNlbGVjdGVkLCB0aGUgbWV0aG9kIHJlcXVlc3Qgb2YgYW4gdW5tYXBwZWQgY29udGVudC10eXBlIHdpbGwgYmUgcmVqZWN0ZWQgd2l0aCBhbiBIVFRQIDQxNSBVbnN1cHBvcnRlZCBNZWRpYSBUeXBlIHJlc3BvbnNlLiBgYE5FVkVSYGA6IHJlamVjdHMgdGhlIG1ldGhvZCByZXF1ZXN0IHdpdGggYW4gSFRUUCA0MTUgVW5zdXBwb3J0ZWQgTWVkaWEgVHlwZSByZXNwb25zZSB3aGVuIGVpdGhlciB0aGUgbWV0aG9kIHJlcXVlc3QgY29udGVudCB0eXBlIGRvZXMgbm90IG1hdGNoIGFueSBjb250ZW50IHR5cGUgYXNzb2NpYXRlZCB3aXRoIHRoZSBtYXBwaW5nIHRlbXBsYXRlcyBkZWZpbmVkIGluIHRoZSBpbnRlZ3JhdGlvbiByZXF1ZXN0IG9yIG5vIG1hcHBpbmcgdGVtcGxhdGUgaXMgZGVmaW5lZCBpbiB0aGUgaW50ZWdyYXRpb24gcmVxdWVzdC5cbiAqL1xuUGFzc3Rocm91Z2hCZWhhdmlvcj86IChcIldIRU5fTk9fTUFUQ0hcIiB8IFwiV0hFTl9OT19URU1QTEFURVNcIiB8IFwiTkVWRVJcIilcbi8qKlxuICogQSBrZXktdmFsdWUgbWFwIHNwZWNpZnlpbmcgcmVxdWVzdCBwYXJhbWV0ZXJzIHRoYXQgYXJlIHBhc3NlZCBmcm9tIHRoZSBtZXRob2QgcmVxdWVzdCB0byB0aGUgYmFjayBlbmQuIFRoZSBrZXkgaXMgYW4gaW50ZWdyYXRpb24gcmVxdWVzdCBwYXJhbWV0ZXIgbmFtZSBhbmQgdGhlIGFzc29jaWF0ZWQgdmFsdWUgaXMgYSBtZXRob2QgcmVxdWVzdCBwYXJhbWV0ZXIgdmFsdWUgb3Igc3RhdGljIHZhbHVlIHRoYXQgbXVzdCBiZSBlbmNsb3NlZCB3aXRoaW4gc2luZ2xlIHF1b3RlcyBhbmQgcHJlLWVuY29kZWQgYXMgcmVxdWlyZWQgYnkgdGhlIGJhY2sgZW5kLiBUaGUgbWV0aG9kIHJlcXVlc3QgcGFyYW1ldGVyIHZhbHVlIG11c3QgbWF0Y2ggdGhlIHBhdHRlcm4gb2YgYGBtZXRob2QucmVxdWVzdC57bG9jYXRpb259LntuYW1lfWBgLCB3aGVyZSBgYGxvY2F0aW9uYGAgaXMgYGBxdWVyeXN0cmluZ2BgLCBgYHBhdGhgYCwgb3IgYGBoZWFkZXJgYCBhbmQgYGBuYW1lYGAgbXVzdCBiZSBhIHZhbGlkIGFuZCB1bmlxdWUgbWV0aG9kIHJlcXVlc3QgcGFyYW1ldGVyIG5hbWUuXG4gKi9cblJlcXVlc3RQYXJhbWV0ZXJzPzoge1xuLyoqXG4gKiBUaGlzIGludGVyZmFjZSB3YXMgcmVmZXJlbmNlZCBieSBgdW5kZWZpbmVkYCdzIEpTT04tU2NoZW1hIGRlZmluaXRpb25cbiAqIHZpYSB0aGUgYHBhdHRlcm5Qcm9wZXJ0eWAgXCJbYS16QS1aMC05XStcIi5cbiAqL1xuW2s6IHN0cmluZ106IHN0cmluZ1xufVxuLyoqXG4gKiBUaGUgSUQgb2YgdGhlIFZwY0xpbmsgdXNlZCBmb3IgdGhlIGludGVncmF0aW9uIHdoZW4gYGBjb25uZWN0aW9uVHlwZT1WUENfTElOS2BgIGFuZCB1bmRlZmluZWQsIG90aGVyd2lzZS5cbiAqL1xuQ29ubmVjdGlvbklkPzogc3RyaW5nXG4vKipcbiAqIFNwZWNpZmllcyBhbiBBUEkgbWV0aG9kIGludGVncmF0aW9uIHR5cGUuIFRoZSB2YWxpZCB2YWx1ZSBpcyBvbmUgb2YgdGhlIGZvbGxvd2luZzpcbiAqICBGb3IgdGhlIEhUVFAgYW5kIEhUVFAgcHJveHkgaW50ZWdyYXRpb25zLCBlYWNoIGludGVncmF0aW9uIGNhbiBzcGVjaWZ5IGEgcHJvdG9jb2wgKGBgaHR0cC9odHRwc2BgKSwgcG9ydCBhbmQgcGF0aC4gU3RhbmRhcmQgODAgYW5kIDQ0MyBwb3J0cyBhcmUgc3VwcG9ydGVkIGFzIHdlbGwgYXMgY3VzdG9tIHBvcnRzIGFib3ZlIDEwMjQuIEFuIEhUVFAgb3IgSFRUUCBwcm94eSBpbnRlZ3JhdGlvbiB3aXRoIGEgYGBjb25uZWN0aW9uVHlwZWBgIG9mIGBgVlBDX0xJTktgYCBpcyByZWZlcnJlZCB0byBhcyBhIHByaXZhdGUgaW50ZWdyYXRpb24gYW5kIHVzZXMgYSBWcGNMaW5rIHRvIGNvbm5lY3QgQVBJIEdhdGV3YXkgdG8gYSBuZXR3b3JrIGxvYWQgYmFsYW5jZXIgb2YgYSBWUEMuXG4gKi9cblR5cGU6IChcIkFXU1wiIHwgXCJBV1NfUFJPWFlcIiB8IFwiSFRUUFwiIHwgXCJIVFRQX1BST1hZXCIgfCBcIk1PQ0tcIilcbi8qKlxuICogQSBsaXN0IG9mIHJlcXVlc3QgcGFyYW1ldGVycyB3aG9zZSB2YWx1ZXMgQVBJIEdhdGV3YXkgY2FjaGVzLiBUbyBiZSB2YWxpZCB2YWx1ZXMgZm9yIGBgY2FjaGVLZXlQYXJhbWV0ZXJzYGAsIHRoZXNlIHBhcmFtZXRlcnMgbXVzdCBhbHNvIGJlIHNwZWNpZmllZCBmb3IgTWV0aG9kIGBgcmVxdWVzdFBhcmFtZXRlcnNgYC5cbiAqL1xuQ2FjaGVLZXlQYXJhbWV0ZXJzPzogc3RyaW5nW11cbi8qKlxuICogU3BlY2lmaWVzIGhvdyB0byBoYW5kbGUgcmVxdWVzdCBwYXlsb2FkIGNvbnRlbnQgdHlwZSBjb252ZXJzaW9ucy4gU3VwcG9ydGVkIHZhbHVlcyBhcmUgYGBDT05WRVJUX1RPX0JJTkFSWWBgIGFuZCBgYENPTlZFUlRfVE9fVEVYVGBgLCB3aXRoIHRoZSBmb2xsb3dpbmcgYmVoYXZpb3JzOlxuICogIElmIHRoaXMgcHJvcGVydHkgaXMgbm90IGRlZmluZWQsIHRoZSByZXF1ZXN0IHBheWxvYWQgd2lsbCBiZSBwYXNzZWQgdGhyb3VnaCBmcm9tIHRoZSBtZXRob2QgcmVxdWVzdCB0byBpbnRlZ3JhdGlvbiByZXF1ZXN0IHdpdGhvdXQgbW9kaWZpY2F0aW9uLCBwcm92aWRlZCB0aGF0IHRoZSBgYHBhc3N0aHJvdWdoQmVoYXZpb3JgYCBpcyBjb25maWd1cmVkIHRvIHN1cHBvcnQgcGF5bG9hZCBwYXNzLXRocm91Z2guXG4gKi9cbkNvbnRlbnRIYW5kbGluZz86IChcIkNPTlZFUlRfVE9fQklOQVJZXCIgfCBcIkNPTlZFUlRfVE9fVEVYVFwiKVxuLyoqXG4gKiBSZXByZXNlbnRzIGEgbWFwIG9mIFZlbG9jaXR5IHRlbXBsYXRlcyB0aGF0IGFyZSBhcHBsaWVkIG9uIHRoZSByZXF1ZXN0IHBheWxvYWQgYmFzZWQgb24gdGhlIHZhbHVlIG9mIHRoZSBDb250ZW50LVR5cGUgaGVhZGVyIHNlbnQgYnkgdGhlIGNsaWVudC4gVGhlIGNvbnRlbnQgdHlwZSB2YWx1ZSBpcyB0aGUga2V5IGluIHRoaXMgbWFwLCBhbmQgdGhlIHRlbXBsYXRlIChhcyBhIFN0cmluZykgaXMgdGhlIHZhbHVlLlxuICovXG5SZXF1ZXN0VGVtcGxhdGVzPzoge1xuLyoqXG4gKiBUaGlzIGludGVyZmFjZSB3YXMgcmVmZXJlbmNlZCBieSBgdW5kZWZpbmVkYCdzIEpTT04tU2NoZW1hIGRlZmluaXRpb25cbiAqIHZpYSB0aGUgYHBhdHRlcm5Qcm9wZXJ0eWAgXCJbYS16QS1aMC05XStcIi5cbiAqL1xuW2s6IHN0cmluZ106IHN0cmluZ1xufVxuLyoqXG4gKiBDdXN0b20gdGltZW91dCBiZXR3ZWVuIDUwIGFuZCAyOSwwMDAgbWlsbGlzZWNvbmRzLiBUaGUgZGVmYXVsdCB2YWx1ZSBpcyAyOSwwMDAgbWlsbGlzZWNvbmRzIG9yIDI5IHNlY29uZHMuXG4gKi9cblRpbWVvdXRJbk1pbGxpcz86IG51bWJlclxuLyoqXG4gKiBTcGVjaWZpZXMgdGhlIGNyZWRlbnRpYWxzIHJlcXVpcmVkIGZvciB0aGUgaW50ZWdyYXRpb24sIGlmIGFueS4gRm9yIEFXUyBpbnRlZ3JhdGlvbnMsIHRocmVlIG9wdGlvbnMgYXJlIGF2YWlsYWJsZS4gVG8gc3BlY2lmeSBhbiBJQU0gUm9sZSBmb3IgQVBJIEdhdGV3YXkgdG8gYXNzdW1lLCB1c2UgdGhlIHJvbGUncyBBbWF6b24gUmVzb3VyY2UgTmFtZSAoQVJOKS4gVG8gcmVxdWlyZSB0aGF0IHRoZSBjYWxsZXIncyBpZGVudGl0eSBiZSBwYXNzZWQgdGhyb3VnaCBmcm9tIHRoZSByZXF1ZXN0LCBzcGVjaWZ5IHRoZSBzdHJpbmcgYGBhcm46YXdzOmlhbTo6XFwqOnVzZXIvXFwqYGAuIFRvIHVzZSByZXNvdXJjZS1iYXNlZCBwZXJtaXNzaW9ucyBvbiBzdXBwb3J0ZWQgQVdTIHNlcnZpY2VzLCBzcGVjaWZ5IG51bGwuXG4gKi9cbkNyZWRlbnRpYWxzPzogc3RyaW5nXG59XG4vKipcbiAqIGBgSW50ZWdyYXRpb25SZXNwb25zZWBgIGlzIGEgcHJvcGVydHkgb2YgdGhlIFtBbWF6b24gQVBJIEdhdGV3YXkgTWV0aG9kIEludGVncmF0aW9uXShodHRwczovL2RvY3MuYXdzLmFtYXpvbi5jb20vQVdTQ2xvdWRGb3JtYXRpb24vbGF0ZXN0L1VzZXJHdWlkZS9hd3MtcHJvcGVydGllcy1hcGl0Z2F0ZXdheS1tZXRob2QtaW50ZWdyYXRpb24uaHRtbCkgcHJvcGVydHkgdHlwZSB0aGF0IHNwZWNpZmllcyB0aGUgcmVzcG9uc2UgdGhhdCBBUEkgR2F0ZXdheSBzZW5kcyBhZnRlciBhIG1ldGhvZCdzIGJhY2tlbmQgZmluaXNoZXMgcHJvY2Vzc2luZyBhIHJlcXVlc3QuXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgSW50ZWdyYXRpb25SZXNwb25zZSB7XG4vKipcbiAqIFNwZWNpZmllcyB0aGUgdGVtcGxhdGVzIHVzZWQgdG8gdHJhbnNmb3JtIHRoZSBpbnRlZ3JhdGlvbiByZXNwb25zZSBib2R5LiBSZXNwb25zZSB0ZW1wbGF0ZXMgYXJlIHJlcHJlc2VudGVkIGFzIGEga2V5L3ZhbHVlIG1hcCwgd2l0aCBhIGNvbnRlbnQtdHlwZSBhcyB0aGUga2V5IGFuZCBhIHRlbXBsYXRlIGFzIHRoZSB2YWx1ZS5cbiAqL1xuUmVzcG9uc2VUZW1wbGF0ZXM/OiB7XG4vKipcbiAqIFRoaXMgaW50ZXJmYWNlIHdhcyByZWZlcmVuY2VkIGJ5IGB1bmRlZmluZWRgJ3MgSlNPTi1TY2hlbWEgZGVmaW5pdGlvblxuICogdmlhIHRoZSBgcGF0dGVyblByb3BlcnR5YCBcIlthLXpBLVowLTldK1wiLlxuICovXG5bazogc3RyaW5nXTogc3RyaW5nXG59XG4vKipcbiAqIFNwZWNpZmllcyB0aGUgcmVndWxhciBleHByZXNzaW9uIChyZWdleCkgcGF0dGVybiB1c2VkIHRvIGNob29zZSBhbiBpbnRlZ3JhdGlvbiByZXNwb25zZSBiYXNlZCBvbiB0aGUgcmVzcG9uc2UgZnJvbSB0aGUgYmFjayBlbmQuIEZvciBleGFtcGxlLCBpZiB0aGUgc3VjY2VzcyByZXNwb25zZSByZXR1cm5zIG5vdGhpbmcgYW5kIHRoZSBlcnJvciByZXNwb25zZSByZXR1cm5zIHNvbWUgc3RyaW5nLCB5b3UgY291bGQgdXNlIHRoZSBgYC4rYGAgcmVnZXggdG8gbWF0Y2ggZXJyb3IgcmVzcG9uc2UuIEhvd2V2ZXIsIG1ha2Ugc3VyZSB0aGF0IHRoZSBlcnJvciByZXNwb25zZSBkb2VzIG5vdCBjb250YWluIGFueSBuZXdsaW5lIChgYFxcbmBgKSBjaGFyYWN0ZXIgaW4gc3VjaCBjYXNlcy4gSWYgdGhlIGJhY2sgZW5kIGlzIGFuIExBTWxvbmcgZnVuY3Rpb24sIHRoZSBMQU1sb25nIGZ1bmN0aW9uIGVycm9yIGhlYWRlciBpcyBtYXRjaGVkLiBGb3IgYWxsIG90aGVyIEhUVFAgYW5kIEFXUyBiYWNrIGVuZHMsIHRoZSBIVFRQIHN0YXR1cyBjb2RlIGlzIG1hdGNoZWQuXG4gKi9cblNlbGVjdGlvblBhdHRlcm4/OiBzdHJpbmdcbi8qKlxuICogU3BlY2lmaWVzIGhvdyB0byBoYW5kbGUgcmVzcG9uc2UgcGF5bG9hZCBjb250ZW50IHR5cGUgY29udmVyc2lvbnMuIFN1cHBvcnRlZCB2YWx1ZXMgYXJlIGBgQ09OVkVSVF9UT19CSU5BUllgYCBhbmQgYGBDT05WRVJUX1RPX1RFWFRgYCwgd2l0aCB0aGUgZm9sbG93aW5nIGJlaGF2aW9yczpcbiAqICBJZiB0aGlzIHByb3BlcnR5IGlzIG5vdCBkZWZpbmVkLCB0aGUgcmVzcG9uc2UgcGF5bG9hZCB3aWxsIGJlIHBhc3NlZCB0aHJvdWdoIGZyb20gdGhlIGludGVncmF0aW9uIHJlc3BvbnNlIHRvIHRoZSBtZXRob2QgcmVzcG9uc2Ugd2l0aG91dCBtb2RpZmljYXRpb24uXG4gKi9cbkNvbnRlbnRIYW5kbGluZz86IChcIkNPTlZFUlRfVE9fQklOQVJZXCIgfCBcIkNPTlZFUlRfVE9fVEVYVFwiKVxuLyoqXG4gKiBBIGtleS12YWx1ZSBtYXAgc3BlY2lmeWluZyByZXNwb25zZSBwYXJhbWV0ZXJzIHRoYXQgYXJlIHBhc3NlZCB0byB0aGUgbWV0aG9kIHJlc3BvbnNlIGZyb20gdGhlIGJhY2sgZW5kLiBUaGUga2V5IGlzIGEgbWV0aG9kIHJlc3BvbnNlIGhlYWRlciBwYXJhbWV0ZXIgbmFtZSBhbmQgdGhlIG1hcHBlZCB2YWx1ZSBpcyBhbiBpbnRlZ3JhdGlvbiByZXNwb25zZSBoZWFkZXIgdmFsdWUsIGEgc3RhdGljIHZhbHVlIGVuY2xvc2VkIHdpdGhpbiBhIHBhaXIgb2Ygc2luZ2xlIHF1b3Rlcywgb3IgYSBKU09OIGV4cHJlc3Npb24gZnJvbSB0aGUgaW50ZWdyYXRpb24gcmVzcG9uc2UgYm9keS4gVGhlIG1hcHBpbmcga2V5IG11c3QgbWF0Y2ggdGhlIHBhdHRlcm4gb2YgYGBtZXRob2QucmVzcG9uc2UuaGVhZGVyLntuYW1lfWBgLCB3aGVyZSBgYG5hbWVgYCBpcyBhIHZhbGlkIGFuZCB1bmlxdWUgaGVhZGVyIG5hbWUuIFRoZSBtYXBwZWQgbm9uLXN0YXRpYyB2YWx1ZSBtdXN0IG1hdGNoIHRoZSBwYXR0ZXJuIG9mIGBgaW50ZWdyYXRpb24ucmVzcG9uc2UuaGVhZGVyLntuYW1lfWBgIG9yIGBgaW50ZWdyYXRpb24ucmVzcG9uc2UuYm9keS57SlNPTi1leHByZXNzaW9ufWBgLCB3aGVyZSBgYG5hbWVgYCBpcyBhIHZhbGlkIGFuZCB1bmlxdWUgcmVzcG9uc2UgaGVhZGVyIG5hbWUgYW5kIGBgSlNPTi1leHByZXNzaW9uYGAgaXMgYSB2YWxpZCBKU09OIGV4cHJlc3Npb24gd2l0aG91dCB0aGUgYGAkYGAgcHJlZml4LlxuICovXG5SZXNwb25zZVBhcmFtZXRlcnM/OiB7XG4vKipcbiAqIFRoaXMgaW50ZXJmYWNlIHdhcyByZWZlcmVuY2VkIGJ5IGB1bmRlZmluZWRgJ3MgSlNPTi1TY2hlbWEgZGVmaW5pdGlvblxuICogdmlhIHRoZSBgcGF0dGVyblByb3BlcnR5YCBcIlthLXpBLVowLTldK1wiLlxuICovXG5bazogc3RyaW5nXTogc3RyaW5nXG59XG4vKipcbiAqIFNwZWNpZmllcyB0aGUgc3RhdHVzIGNvZGUgdGhhdCBpcyB1c2VkIHRvIG1hcCB0aGUgaW50ZWdyYXRpb24gcmVzcG9uc2UgdG8gYW4gZXhpc3RpbmcgTWV0aG9kUmVzcG9uc2UuXG4gKi9cblN0YXR1c0NvZGU6IHN0cmluZ1xufVxuLyoqXG4gKiBSZXByZXNlbnRzIGEgbWV0aG9kIHJlc3BvbnNlIG9mIGEgZ2l2ZW4gSFRUUCBzdGF0dXMgY29kZSByZXR1cm5lZCB0byB0aGUgY2xpZW50LiBUaGUgbWV0aG9kIHJlc3BvbnNlIGlzIHBhc3NlZCBmcm9tIHRoZSBiYWNrIGVuZCB0aHJvdWdoIHRoZSBhc3NvY2lhdGVkIGludGVncmF0aW9uIHJlc3BvbnNlIHRoYXQgY2FuIGJlIHRyYW5zZm9ybWVkIHVzaW5nIGEgbWFwcGluZyB0ZW1wbGF0ZS5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBNZXRob2RSZXNwb25zZSB7XG4vKipcbiAqIEEga2V5LXZhbHVlIG1hcCBzcGVjaWZ5aW5nIHJlcXVpcmVkIG9yIG9wdGlvbmFsIHJlc3BvbnNlIHBhcmFtZXRlcnMgdGhhdCBBUEkgR2F0ZXdheSBjYW4gc2VuZCBiYWNrIHRvIHRoZSBjYWxsZXIuIEEga2V5IGRlZmluZXMgYSBtZXRob2QgcmVzcG9uc2UgaGVhZGVyIGFuZCB0aGUgdmFsdWUgc3BlY2lmaWVzIHdoZXRoZXIgdGhlIGFzc29jaWF0ZWQgbWV0aG9kIHJlc3BvbnNlIGhlYWRlciBpcyByZXF1aXJlZCBvciBub3QuIFRoZSBleHByZXNzaW9uIG9mIHRoZSBrZXkgbXVzdCBtYXRjaCB0aGUgcGF0dGVybiBgYG1ldGhvZC5yZXNwb25zZS5oZWFkZXIue25hbWV9YGAsIHdoZXJlIGBgbmFtZWBgIGlzIGEgdmFsaWQgYW5kIHVuaXF1ZSBoZWFkZXIgbmFtZS4gQVBJIEdhdGV3YXkgcGFzc2VzIGNlcnRhaW4gaW50ZWdyYXRpb24gcmVzcG9uc2UgZGF0YSB0byB0aGUgbWV0aG9kIHJlc3BvbnNlIGhlYWRlcnMgc3BlY2lmaWVkIGhlcmUgYWNjb3JkaW5nIHRvIHRoZSBtYXBwaW5nIHlvdSBwcmVzY3JpYmUgaW4gdGhlIEFQSSdzIEludGVncmF0aW9uUmVzcG9uc2UuIFRoZSBpbnRlZ3JhdGlvbiByZXNwb25zZSBkYXRhIHRoYXQgY2FuIGJlIG1hcHBlZCBpbmNsdWRlIGFuIGludGVncmF0aW9uIHJlc3BvbnNlIGhlYWRlciBleHByZXNzZWQgaW4gYGBpbnRlZ3JhdGlvbi5yZXNwb25zZS5oZWFkZXIue25hbWV9YGAsIGEgc3RhdGljIHZhbHVlIGVuY2xvc2VkIHdpdGhpbiBhIHBhaXIgb2Ygc2luZ2xlIHF1b3RlcyAoZS5nLiwgYGAnYXBwbGljYXRpb24vanNvbidgYCksIG9yIGEgSlNPTiBleHByZXNzaW9uIGZyb20gdGhlIGJhY2stZW5kIHJlc3BvbnNlIHBheWxvYWQgaW4gdGhlIGZvcm0gb2YgYGBpbnRlZ3JhdGlvbi5yZXNwb25zZS5ib2R5LntKU09OLWV4cHJlc3Npb259YGAsIHdoZXJlIGBgSlNPTi1leHByZXNzaW9uYGAgaXMgYSB2YWxpZCBKU09OIGV4cHJlc3Npb24gd2l0aG91dCB0aGUgYGAkYGAgcHJlZml4LilcbiAqL1xuUmVzcG9uc2VQYXJhbWV0ZXJzPzoge1xuLyoqXG4gKiBUaGlzIGludGVyZmFjZSB3YXMgcmVmZXJlbmNlZCBieSBgdW5kZWZpbmVkYCdzIEpTT04tU2NoZW1hIGRlZmluaXRpb25cbiAqIHZpYSB0aGUgYHBhdHRlcm5Qcm9wZXJ0eWAgXCJbYS16QS1aMC05XStcIi5cbiAqL1xuW2s6IHN0cmluZ106IChib29sZWFuIHwgc3RyaW5nKVxufVxuLyoqXG4gKiBUaGUgbWV0aG9kIHJlc3BvbnNlJ3Mgc3RhdHVzIGNvZGUuXG4gKi9cblN0YXR1c0NvZGU6IHN0cmluZ1xuLyoqXG4gKiBTcGVjaWZpZXMgdGhlIE1vZGVsIHJlc291cmNlcyB1c2VkIGZvciB0aGUgcmVzcG9uc2UncyBjb250ZW50LXR5cGUuIFJlc3BvbnNlIG1vZGVscyBhcmUgcmVwcmVzZW50ZWQgYXMgYSBrZXkvdmFsdWUgbWFwLCB3aXRoIGEgY29udGVudC10eXBlIGFzIHRoZSBrZXkgYW5kIGEgTW9kZWwgbmFtZSBhcyB0aGUgdmFsdWUuXG4gKi9cblJlc3BvbnNlTW9kZWxzPzoge1xuLyoqXG4gKiBUaGlzIGludGVyZmFjZSB3YXMgcmVmZXJlbmNlZCBieSBgdW5kZWZpbmVkYCdzIEpTT04tU2NoZW1hIGRlZmluaXRpb25cbiAqIHZpYSB0aGUgYHBhdHRlcm5Qcm9wZXJ0eWAgXCJbYS16QS1aMC05XStcIi5cbiAqL1xuW2s6IHN0cmluZ106IHN0cmluZ1xufVxufVxuIl19
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The ``AWS::ApiGateway::Model`` resource defines the structure of a request or response payload for an API method.
|
|
3
|
+
*/
|
|
4
|
+
export interface _AWS_APIGATEWAY_MODEL {
|
|
5
|
+
/**
|
|
6
|
+
* The content-type for the model.
|
|
7
|
+
*/
|
|
8
|
+
ContentType?: string;
|
|
9
|
+
/**
|
|
10
|
+
* The description of the model.
|
|
11
|
+
*/
|
|
12
|
+
Description?: string;
|
|
13
|
+
/**
|
|
14
|
+
* A name for the model. If you don't specify a name, CFN generates a unique physical ID and uses that ID for the model name. For more information, see [Name Type](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-name.html).
|
|
15
|
+
* If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
|
|
16
|
+
*/
|
|
17
|
+
Name?: string;
|
|
18
|
+
/**
|
|
19
|
+
* The string identifier of the associated RestApi.
|
|
20
|
+
*/
|
|
21
|
+
RestApiId: string;
|
|
22
|
+
/**
|
|
23
|
+
* The schema for the model. For ``application/json`` models, this should be JSON schema draft 4 model. Do not include "\* /" characters in the description of any properties because such "\* /" characters may be interpreted as the closing marker for comments in some languages, such as Java or JavaScript, causing the installation of your API's SDK generated by API Gateway to fail.
|
|
24
|
+
*/
|
|
25
|
+
Schema?: ({
|
|
26
|
+
[k: string]: unknown;
|
|
27
|
+
} | string);
|
|
28
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXdzLWFwaWdhdGV3YXktbW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJhd3MtYXBpZ2F0ZXdheS1tb2RlbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBUaGUgYGBBV1M6OkFwaUdhdGV3YXk6Ok1vZGVsYGAgcmVzb3VyY2UgZGVmaW5lcyB0aGUgc3RydWN0dXJlIG9mIGEgcmVxdWVzdCBvciByZXNwb25zZSBwYXlsb2FkIGZvciBhbiBBUEkgbWV0aG9kLlxuICovXG5leHBvcnQgaW50ZXJmYWNlIF9BV1NfQVBJR0FURVdBWV9NT0RFTCB7XG4vKipcbiAqIFRoZSBjb250ZW50LXR5cGUgZm9yIHRoZSBtb2RlbC5cbiAqL1xuQ29udGVudFR5cGU/OiBzdHJpbmdcbi8qKlxuICogVGhlIGRlc2NyaXB0aW9uIG9mIHRoZSBtb2RlbC5cbiAqL1xuRGVzY3JpcHRpb24/OiBzdHJpbmdcbi8qKlxuICogQSBuYW1lIGZvciB0aGUgbW9kZWwuIElmIHlvdSBkb24ndCBzcGVjaWZ5IGEgbmFtZSwgQ0ZOIGdlbmVyYXRlcyBhIHVuaXF1ZSBwaHlzaWNhbCBJRCBhbmQgdXNlcyB0aGF0IElEIGZvciB0aGUgbW9kZWwgbmFtZS4gRm9yIG1vcmUgaW5mb3JtYXRpb24sIHNlZSBbTmFtZSBUeXBlXShodHRwczovL2RvY3MuYXdzLmFtYXpvbi5jb20vQVdTQ2xvdWRGb3JtYXRpb24vbGF0ZXN0L1VzZXJHdWlkZS9hd3MtcHJvcGVydGllcy1uYW1lLmh0bWwpLlxuICogICBJZiB5b3Ugc3BlY2lmeSBhIG5hbWUsIHlvdSBjYW5ub3QgcGVyZm9ybSB1cGRhdGVzIHRoYXQgcmVxdWlyZSByZXBsYWNlbWVudCBvZiB0aGlzIHJlc291cmNlLiBZb3UgY2FuIHBlcmZvcm0gdXBkYXRlcyB0aGF0IHJlcXVpcmUgbm8gb3Igc29tZSBpbnRlcnJ1cHRpb24uIElmIHlvdSBtdXN0IHJlcGxhY2UgdGhlIHJlc291cmNlLCBzcGVjaWZ5IGEgbmV3IG5hbWUuXG4gKi9cbk5hbWU/OiBzdHJpbmdcbi8qKlxuICogVGhlIHN0cmluZyBpZGVudGlmaWVyIG9mIHRoZSBhc3NvY2lhdGVkIFJlc3RBcGkuXG4gKi9cblJlc3RBcGlJZDogc3RyaW5nXG4vKipcbiAqIFRoZSBzY2hlbWEgZm9yIHRoZSBtb2RlbC4gRm9yIGBgYXBwbGljYXRpb24vanNvbmBgIG1vZGVscywgdGhpcyBzaG91bGQgYmUgSlNPTiBzY2hlbWEgZHJhZnQgNCBtb2RlbC4gRG8gbm90IGluY2x1ZGUgXCJcXCogL1wiIGNoYXJhY3RlcnMgaW4gdGhlIGRlc2NyaXB0aW9uIG9mIGFueSBwcm9wZXJ0aWVzIGJlY2F1c2Ugc3VjaCBcIlxcKiAvXCIgY2hhcmFjdGVycyBtYXkgYmUgaW50ZXJwcmV0ZWQgYXMgdGhlIGNsb3NpbmcgbWFya2VyIGZvciBjb21tZW50cyBpbiBzb21lIGxhbmd1YWdlcywgc3VjaCBhcyBKYXZhIG9yIEphdmFTY3JpcHQsIGNhdXNpbmcgdGhlIGluc3RhbGxhdGlvbiBvZiB5b3VyIEFQSSdzIFNESyBnZW5lcmF0ZWQgYnkgQVBJIEdhdGV3YXkgdG8gZmFpbC5cbiAqL1xuU2NoZW1hPzogKHtcbltrOiBzdHJpbmddOiB1bmtub3duXG59IHwgc3RyaW5nKVxufVxuIl19
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The ``AWS::ApiGateway::RequestValidator`` resource sets up basic validation rules for incoming requests to your API. For more information, see [Enable Basic Request Validation for an API in API Gateway](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-method-request-validation.html) in the *API Gateway Developer Guide*.
|
|
3
|
+
*/
|
|
4
|
+
export interface _AWS_APIGATEWAY_REQUESTVALIDATOR {
|
|
5
|
+
RequestValidatorId?: string;
|
|
6
|
+
/**
|
|
7
|
+
* The name of this RequestValidator
|
|
8
|
+
*/
|
|
9
|
+
Name?: string;
|
|
10
|
+
/**
|
|
11
|
+
* The string identifier of the associated RestApi.
|
|
12
|
+
*/
|
|
13
|
+
RestApiId: string;
|
|
14
|
+
/**
|
|
15
|
+
* A Boolean flag to indicate whether to validate a request body according to the configured Model schema.
|
|
16
|
+
*/
|
|
17
|
+
ValidateRequestBody?: boolean;
|
|
18
|
+
/**
|
|
19
|
+
* A Boolean flag to indicate whether to validate request parameters (``true``) or not (``false``).
|
|
20
|
+
*/
|
|
21
|
+
ValidateRequestParameters?: boolean;
|
|
22
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXdzLWFwaWdhdGV3YXktcmVxdWVzdHZhbGlkYXRvci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbImF3cy1hcGlnYXRld2F5LXJlcXVlc3R2YWxpZGF0b3IudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogVGhlIGBgQVdTOjpBcGlHYXRld2F5OjpSZXF1ZXN0VmFsaWRhdG9yYGAgcmVzb3VyY2Ugc2V0cyB1cCBiYXNpYyB2YWxpZGF0aW9uIHJ1bGVzIGZvciBpbmNvbWluZyByZXF1ZXN0cyB0byB5b3VyIEFQSS4gRm9yIG1vcmUgaW5mb3JtYXRpb24sIHNlZSBbRW5hYmxlIEJhc2ljIFJlcXVlc3QgVmFsaWRhdGlvbiBmb3IgYW4gQVBJIGluIEFQSSBHYXRld2F5XShodHRwczovL2RvY3MuYXdzLmFtYXpvbi5jb20vYXBpZ2F0ZXdheS9sYXRlc3QvZGV2ZWxvcGVyZ3VpZGUvYXBpLWdhdGV3YXktbWV0aG9kLXJlcXVlc3QtdmFsaWRhdGlvbi5odG1sKSBpbiB0aGUgKkFQSSBHYXRld2F5IERldmVsb3BlciBHdWlkZSouXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgX0FXU19BUElHQVRFV0FZX1JFUVVFU1RWQUxJREFUT1Ige1xuUmVxdWVzdFZhbGlkYXRvcklkPzogc3RyaW5nXG4vKipcbiAqIFRoZSBuYW1lIG9mIHRoaXMgUmVxdWVzdFZhbGlkYXRvclxuICovXG5OYW1lPzogc3RyaW5nXG4vKipcbiAqIFRoZSBzdHJpbmcgaWRlbnRpZmllciBvZiB0aGUgYXNzb2NpYXRlZCBSZXN0QXBpLlxuICovXG5SZXN0QXBpSWQ6IHN0cmluZ1xuLyoqXG4gKiBBIEJvb2xlYW4gZmxhZyB0byBpbmRpY2F0ZSB3aGV0aGVyIHRvIHZhbGlkYXRlIGEgcmVxdWVzdCBib2R5IGFjY29yZGluZyB0byB0aGUgY29uZmlndXJlZCBNb2RlbCBzY2hlbWEuXG4gKi9cblZhbGlkYXRlUmVxdWVzdEJvZHk/OiBib29sZWFuXG4vKipcbiAqIEEgQm9vbGVhbiBmbGFnIHRvIGluZGljYXRlIHdoZXRoZXIgdG8gdmFsaWRhdGUgcmVxdWVzdCBwYXJhbWV0ZXJzIChgYHRydWVgYCkgb3Igbm90IChgYGZhbHNlYGApLlxuICovXG5WYWxpZGF0ZVJlcXVlc3RQYXJhbWV0ZXJzPzogYm9vbGVhblxufVxuIl19
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The ``AWS::ApiGateway::Resource`` resource creates a resource in an API.
|
|
3
|
+
*/
|
|
4
|
+
export interface _AWS_APIGATEWAY_RESOURCE {
|
|
5
|
+
/**
|
|
6
|
+
* The parent resource's identifier.
|
|
7
|
+
*/
|
|
8
|
+
ParentId: string;
|
|
9
|
+
/**
|
|
10
|
+
* The last path segment for this resource.
|
|
11
|
+
*/
|
|
12
|
+
PathPart: string;
|
|
13
|
+
ResourceId?: string;
|
|
14
|
+
/**
|
|
15
|
+
* The string identifier of the associated RestApi.
|
|
16
|
+
*/
|
|
17
|
+
RestApiId: string;
|
|
18
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXdzLWFwaWdhdGV3YXktcmVzb3VyY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJhd3MtYXBpZ2F0ZXdheS1yZXNvdXJjZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBUaGUgYGBBV1M6OkFwaUdhdGV3YXk6OlJlc291cmNlYGAgcmVzb3VyY2UgY3JlYXRlcyBhIHJlc291cmNlIGluIGFuIEFQSS5cbiAqL1xuZXhwb3J0IGludGVyZmFjZSBfQVdTX0FQSUdBVEVXQVlfUkVTT1VSQ0Uge1xuLyoqXG4gKiBUaGUgcGFyZW50IHJlc291cmNlJ3MgaWRlbnRpZmllci5cbiAqL1xuUGFyZW50SWQ6IHN0cmluZ1xuLyoqXG4gKiBUaGUgbGFzdCBwYXRoIHNlZ21lbnQgZm9yIHRoaXMgcmVzb3VyY2UuXG4gKi9cblBhdGhQYXJ0OiBzdHJpbmdcblJlc291cmNlSWQ/OiBzdHJpbmdcbi8qKlxuICogVGhlIHN0cmluZyBpZGVudGlmaWVyIG9mIHRoZSBhc3NvY2lhdGVkIFJlc3RBcGkuXG4gKi9cblJlc3RBcGlJZDogc3RyaW5nXG59XG4iXX0=
|