@propulsionworks/cloudformation 0.0.2 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/exports/main.ts +6 -5
- package/lib/assert.ts +62 -0
- package/lib/builder.ts +366 -0
- package/lib/intrinsics.ts +1223 -0
- package/{exports/main → lib}/template.ts +41 -13
- package/out/exports/main.d.ts +6 -5
- package/out/exports/main.d.ts.map +1 -1
- package/out/exports/main.js +6 -5
- package/out/exports/main.js.map +1 -1
- package/out/exports/resources.generated/alexa-ask-skill.d.ts +80 -0
- package/out/exports/resources.generated/aws-accessanalyzer-analyzer.d.ts +125 -0
- package/out/exports/resources.generated/aws-acmpca-certificate.d.ts +374 -0
- package/out/exports/resources.generated/aws-acmpca-certificateauthority.d.ts +432 -0
- package/out/exports/resources.generated/aws-acmpca-certificateauthorityactivation.d.ts +30 -0
- package/out/exports/resources.generated/aws-acmpca-permission.d.ts +30 -0
- package/out/exports/resources.generated/aws-amazonmq-broker.d.ts +330 -0
- package/out/exports/resources.generated/aws-amazonmq-configuration.d.ts +71 -0
- package/out/exports/resources.generated/aws-amazonmq-configurationassociation.d.ts +34 -0
- package/out/exports/resources.generated/aws-amplify-app.d.ts +301 -0
- package/out/exports/resources.generated/aws-amplify-branch.d.ts +171 -0
- package/out/exports/resources.generated/aws-amplify-domain.d.ts +139 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-component.d.ts +444 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-form.d.ts +409 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-theme.d.ts +76 -0
- package/out/exports/resources.generated/aws-apigateway-account.d.ts +20 -0
- package/out/exports/resources.generated/aws-apigateway-apikey.d.ts +62 -0
- package/out/exports/resources.generated/aws-apigateway-authorizer.d.ts +54 -0
- package/out/exports/resources.generated/aws-apigateway-basepathmapping.d.ts +24 -0
- package/out/exports/resources.generated/aws-apigateway-basepathmappingv2.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigateway-clientcertificate.d.ts +22 -0
- package/out/exports/resources.generated/aws-apigateway-deployment.d.ts +215 -0
- package/out/exports/resources.generated/aws-apigateway-documentationpart.d.ts +53 -0
- package/out/exports/resources.generated/aws-apigateway-documentationversion.d.ts +22 -0
- package/out/exports/resources.generated/aws-apigateway-domainname.d.ts +96 -0
- package/out/exports/resources.generated/aws-apigateway-domainnameaccessassociation.d.ts +34 -0
- package/out/exports/resources.generated/aws-apigateway-domainnamev2.d.ts +56 -0
- package/out/exports/resources.generated/aws-apigateway-gatewayresponse.d.ts +34 -0
- package/out/exports/resources.generated/aws-apigateway-method.d.ts +174 -0
- package/out/exports/resources.generated/aws-apigateway-model.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigateway-requestvalidator.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigateway-resource.d.ts +26 -0
- package/out/exports/resources.generated/aws-apigateway-restapi.d.ts +133 -0
- package/out/exports/resources.generated/aws-apigateway-stage.d.ts +151 -0
- package/out/exports/resources.generated/aws-apigateway-usageplan.d.ts +93 -0
- package/out/exports/resources.generated/aws-apigateway-usageplankey.d.ts +26 -0
- package/out/exports/resources.generated/aws-apigateway-vpclink.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigatewayv2-api.d.ts +142 -0
- package/out/exports/resources.generated/aws-apigatewayv2-apigatewaymanagedoverrides.d.ts +143 -0
- package/out/exports/resources.generated/aws-apigatewayv2-apimapping.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigatewayv2-authorizer.d.ts +75 -0
- package/out/exports/resources.generated/aws-apigatewayv2-deployment.d.ts +26 -0
- package/out/exports/resources.generated/aws-apigatewayv2-domainname.d.ts +84 -0
- package/out/exports/resources.generated/aws-apigatewayv2-integration.d.ts +147 -0
- package/out/exports/resources.generated/aws-apigatewayv2-integrationresponse.d.ts +48 -0
- package/out/exports/resources.generated/aws-apigatewayv2-model.d.ts +34 -0
- package/out/exports/resources.generated/aws-apigatewayv2-route.d.ts +62 -0
- package/out/exports/resources.generated/aws-apigatewayv2-routeresponse.d.ts +47 -0
- package/out/exports/resources.generated/aws-apigatewayv2-stage.d.ts +100 -0
- package/out/exports/resources.generated/aws-apigatewayv2-vpclink.d.ts +30 -0
- package/out/exports/resources.generated/aws-appconfig-application.d.ts +36 -0
- package/out/exports/resources.generated/aws-appconfig-configurationprofile.d.ts +121 -0
- package/out/exports/resources.generated/aws-appconfig-deployment.d.ts +80 -0
- package/out/exports/resources.generated/aws-appconfig-deploymentstrategy.d.ts +68 -0
- package/out/exports/resources.generated/aws-appconfig-environment.d.ts +78 -0
- package/out/exports/resources.generated/aws-appconfig-extension.d.ts +102 -0
- package/out/exports/resources.generated/aws-appconfig-extensionassociation.d.ts +46 -0
- package/out/exports/resources.generated/aws-appconfig-hostedconfigurationversion.d.ts +61 -0
- package/out/exports/resources.generated/aws-appflow-connector.d.ts +59 -0
- package/out/exports/resources.generated/aws-appflow-connectorprofile.d.ts +895 -0
- package/out/exports/resources.generated/aws-appflow-flow.d.ts +1067 -0
- package/out/exports/resources.generated/aws-appintegrations-application.d.ts +74 -0
- package/out/exports/resources.generated/aws-appintegrations-dataintegration.d.ts +108 -0
- package/out/exports/resources.generated/aws-appintegrations-eventintegration.d.ts +59 -0
- package/out/exports/resources.generated/aws-applicationautoscaling-scalabletarget.d.ts +176 -0
- package/out/exports/resources.generated/aws-applicationautoscaling-scalingpolicy.d.ts +594 -0
- package/out/exports/resources.generated/aws-applicationinsights-application.d.ts +487 -0
- package/out/exports/resources.generated/aws-applicationsignals-discovery.d.ts +23 -0
- package/out/exports/resources.generated/aws-applicationsignals-servicelevelobjective.d.ts +491 -0
- package/out/exports/resources.generated/aws-appmesh-gatewayroute.d.ts +418 -0
- package/out/exports/resources.generated/aws-appmesh-mesh.d.ts +80 -0
- package/out/exports/resources.generated/aws-appmesh-route.d.ts +494 -0
- package/out/exports/resources.generated/aws-appmesh-virtualgateway.d.ts +474 -0
- package/out/exports/resources.generated/aws-appmesh-virtualnode.d.ts +695 -0
- package/out/exports/resources.generated/aws-appmesh-virtualrouter.d.ts +90 -0
- package/out/exports/resources.generated/aws-appmesh-virtualservice.d.ts +99 -0
- package/out/exports/resources.generated/aws-apprunner-autoscalingconfiguration.d.ts +60 -0
- package/out/exports/resources.generated/aws-apprunner-observabilityconfiguration.d.ts +63 -0
- package/out/exports/resources.generated/aws-apprunner-service.d.ts +439 -0
- package/out/exports/resources.generated/aws-apprunner-vpcconnector.d.ts +52 -0
- package/out/exports/resources.generated/aws-apprunner-vpcingressconnection.d.ts +67 -0
- package/out/exports/resources.generated/aws-appstream-appblock.d.ts +98 -0
- package/out/exports/resources.generated/aws-appstream-appblockbuilder.d.ts +92 -0
- package/out/exports/resources.generated/aws-appstream-application.d.ts +95 -0
- package/out/exports/resources.generated/aws-appstream-applicationentitlementassociation.d.ts +20 -0
- package/out/exports/resources.generated/aws-appstream-applicationfleetassociation.d.ts +16 -0
- package/out/exports/resources.generated/aws-appstream-directoryconfig.d.ts +50 -0
- package/out/exports/resources.generated/aws-appstream-entitlement.d.ts +61 -0
- package/out/exports/resources.generated/aws-appstream-fleet.d.ts +210 -0
- package/out/exports/resources.generated/aws-appstream-imagebuilder.d.ts +143 -0
- package/out/exports/resources.generated/aws-appstream-stack.d.ts +144 -0
- package/out/exports/resources.generated/aws-appstream-stackfleetassociation.d.ts +23 -0
- package/out/exports/resources.generated/aws-appstream-stackuserassociation.d.ts +29 -0
- package/out/exports/resources.generated/aws-appstream-user.d.ts +35 -0
- package/out/exports/resources.generated/aws-appsync-api.d.ts +181 -0
- package/out/exports/resources.generated/aws-appsync-apicache.d.ts +71 -0
- package/out/exports/resources.generated/aws-appsync-apikey.d.ts +34 -0
- package/out/exports/resources.generated/aws-appsync-channelnamespace.d.ts +91 -0
- package/out/exports/resources.generated/aws-appsync-datasource.d.ts +263 -0
- package/out/exports/resources.generated/aws-appsync-domainname.d.ts +53 -0
- package/out/exports/resources.generated/aws-appsync-domainnameapiassociation.d.ts +22 -0
- package/out/exports/resources.generated/aws-appsync-functionconfiguration.d.ts +138 -0
- package/out/exports/resources.generated/aws-appsync-graphqlapi.d.ts +319 -0
- package/out/exports/resources.generated/aws-appsync-graphqlschema.d.ts +32 -0
- package/out/exports/resources.generated/aws-appsync-resolver.d.ts +175 -0
- package/out/exports/resources.generated/aws-appsync-sourceapiassociation.d.ts +84 -0
- package/out/exports/resources.generated/aws-apptest-testcase.d.ts +380 -0
- package/out/exports/resources.generated/aws-aps-rulegroupsnamespace.d.ts +36 -0
- package/out/exports/resources.generated/aws-aps-scraper.d.ts +124 -0
- package/out/exports/resources.generated/aws-aps-workspace.d.ts +131 -0
- package/out/exports/resources.generated/aws-arczonalshift-autoshiftobservernotificationstatus.d.ts +20 -0
- package/out/exports/resources.generated/aws-arczonalshift-zonalautoshiftconfiguration.d.ts +101 -0
- package/out/exports/resources.generated/aws-athena-capacityreservation.d.ts +72 -0
- package/out/exports/resources.generated/aws-athena-datacatalog.d.ts +79 -0
- package/out/exports/resources.generated/aws-athena-namedquery.d.ts +44 -0
- package/out/exports/resources.generated/aws-athena-preparedstatement.d.ts +32 -0
- package/out/exports/resources.generated/aws-athena-workgroup.d.ts +254 -0
- package/out/exports/resources.generated/aws-auditmanager-assessment.d.ts +216 -0
- package/out/exports/resources.generated/aws-autoscaling-autoscalinggroup.d.ts +1017 -0
- package/out/exports/resources.generated/aws-autoscaling-launchconfiguration.d.ts +236 -0
- package/out/exports/resources.generated/aws-autoscaling-lifecyclehook.d.ts +55 -0
- package/out/exports/resources.generated/aws-autoscaling-scalingpolicy.d.ts +607 -0
- package/out/exports/resources.generated/aws-autoscaling-scheduledaction.d.ts +60 -0
- package/out/exports/resources.generated/aws-autoscaling-warmpool.d.ts +51 -0
- package/out/exports/resources.generated/aws-autoscalingplans-scalingplan.d.ts +331 -0
- package/out/exports/resources.generated/aws-b2bi-capability.d.ts +123 -0
- package/out/exports/resources.generated/aws-b2bi-partnership.d.ts +211 -0
- package/out/exports/resources.generated/aws-b2bi-profile.d.ts +71 -0
- package/out/exports/resources.generated/aws-b2bi-transformer.d.ts +151 -0
- package/out/exports/resources.generated/aws-backup-backupplan.d.ts +174 -0
- package/out/exports/resources.generated/aws-backup-backupselection.d.ts +112 -0
- package/out/exports/resources.generated/aws-backup-backupvault.d.ts +93 -0
- package/out/exports/resources.generated/aws-backup-framework.d.ts +94 -0
- package/out/exports/resources.generated/aws-backup-logicallyairgappedbackupvault.d.ts +67 -0
- package/out/exports/resources.generated/aws-backup-reportplan.d.ts +82 -0
- package/out/exports/resources.generated/aws-backup-restoretestingplan.d.ts +81 -0
- package/out/exports/resources.generated/aws-backup-restoretestingselection.d.ts +81 -0
- package/out/exports/resources.generated/aws-backupgateway-hypervisor.d.ts +65 -0
- package/out/exports/resources.generated/aws-batch-computeenvironment.d.ts +412 -0
- package/out/exports/resources.generated/aws-batch-consumableresource.d.ts +54 -0
- package/out/exports/resources.generated/aws-batch-jobdefinition.d.ts +1252 -0
- package/out/exports/resources.generated/aws-batch-jobqueue.d.ts +86 -0
- package/out/exports/resources.generated/aws-batch-schedulingpolicy.d.ts +79 -0
- package/out/exports/resources.generated/aws-bcmdataexports-export.d.ts +156 -0
- package/out/exports/resources.generated/aws-bedrock-agent.d.ts +582 -0
- package/out/exports/resources.generated/aws-bedrock-agentalias.d.ts +91 -0
- package/out/exports/resources.generated/aws-bedrock-applicationinferenceprofile.d.ts +97 -0
- package/out/exports/resources.generated/aws-bedrock-blueprint.d.ts +59 -0
- package/out/exports/resources.generated/aws-bedrock-dataautomationproject.d.ts +504 -0
- package/out/exports/resources.generated/aws-bedrock-datasource.d.ts +743 -0
- package/out/exports/resources.generated/aws-bedrock-flow.d.ts +587 -0
- package/out/exports/resources.generated/aws-bedrock-flowalias.d.ts +78 -0
- package/out/exports/resources.generated/aws-bedrock-flowversion.d.ts +62 -0
- package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +496 -0
- package/out/exports/resources.generated/aws-bedrock-guardrailversion.d.ts +39 -0
- package/out/exports/resources.generated/aws-bedrock-intelligentpromptrouter.d.ts +96 -0
- package/out/exports/resources.generated/aws-bedrock-knowledgebase.d.ts +936 -0
- package/out/exports/resources.generated/aws-bedrock-prompt.d.ts +398 -0
- package/out/exports/resources.generated/aws-bedrock-promptversion.d.ts +73 -0
- package/out/exports/resources.generated/aws-billingconductor-billinggroup.d.ts +88 -0
- package/out/exports/resources.generated/aws-billingconductor-customlineitem.d.ts +150 -0
- package/out/exports/resources.generated/aws-billingconductor-pricingplan.d.ts +47 -0
- package/out/exports/resources.generated/aws-billingconductor-pricingrule.d.ts +99 -0
- package/out/exports/resources.generated/aws-budgets-budget.d.ts +390 -0
- package/out/exports/resources.generated/aws-budgets-budgetsaction.d.ts +151 -0
- package/out/exports/resources.generated/aws-cassandra-keyspace.d.ts +61 -0
- package/out/exports/resources.generated/aws-cassandra-table.d.ts +316 -0
- package/out/exports/resources.generated/aws-cassandra-type.d.ts +59 -0
- package/out/exports/resources.generated/aws-ce-anomalymonitor.d.ts +63 -0
- package/out/exports/resources.generated/aws-ce-anomalysubscription.d.ts +82 -0
- package/out/exports/resources.generated/aws-ce-costcategory.d.ts +49 -0
- package/out/exports/resources.generated/aws-certificatemanager-account.d.ts +29 -0
- package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +98 -0
- package/out/exports/resources.generated/aws-chatbot-customaction.d.ts +115 -0
- package/out/exports/resources.generated/aws-chatbot-microsoftteamschannelconfiguration.d.ts +98 -0
- package/out/exports/resources.generated/aws-chatbot-slackchannelconfiguration.d.ts +82 -0
- package/out/exports/resources.generated/aws-cleanrooms-analysistemplate.d.ts +206 -0
- package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +235 -0
- package/out/exports/resources.generated/aws-cleanrooms-configuredtable.d.ts +364 -0
- package/out/exports/resources.generated/aws-cleanrooms-configuredtableassociation.d.ts +140 -0
- package/out/exports/resources.generated/aws-cleanrooms-idmappingtable.d.ts +80 -0
- package/out/exports/resources.generated/aws-cleanrooms-idnamespaceassociation.d.ts +89 -0
- package/out/exports/resources.generated/aws-cleanrooms-membership.d.ts +260 -0
- package/out/exports/resources.generated/aws-cleanrooms-privacybudgettemplate.d.ts +75 -0
- package/out/exports/resources.generated/aws-cleanroomsml-trainingdataset.d.ts +141 -0
- package/out/exports/resources.generated/aws-cloud9-environmentec2.d.ts +90 -0
- package/out/exports/resources.generated/aws-cloudformation-customresource.d.ts +27 -0
- package/out/exports/resources.generated/aws-cloudformation-guardhook.d.ts +183 -0
- package/out/exports/resources.generated/aws-cloudformation-hookdefaultversion.d.ts +62 -0
- package/out/exports/resources.generated/aws-cloudformation-hooktypeconfig.d.ts +76 -0
- package/out/exports/resources.generated/aws-cloudformation-hookversion.d.ts +94 -0
- package/out/exports/resources.generated/aws-cloudformation-lambdahook.d.ts +159 -0
- package/out/exports/resources.generated/aws-cloudformation-macro.d.ts +35 -0
- package/out/exports/resources.generated/aws-cloudformation-moduledefaultversion.d.ts +55 -0
- package/out/exports/resources.generated/aws-cloudformation-moduleversion.d.ts +73 -0
- package/out/exports/resources.generated/aws-cloudformation-publictypeversion.d.ts +138 -0
- package/out/exports/resources.generated/aws-cloudformation-publisher.d.ts +46 -0
- package/out/exports/resources.generated/aws-cloudformation-resourcedefaultversion.d.ts +60 -0
- package/out/exports/resources.generated/aws-cloudformation-resourceversion.d.ts +112 -0
- package/out/exports/resources.generated/aws-cloudformation-stack.d.ts +129 -0
- package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +387 -0
- package/out/exports/resources.generated/aws-cloudformation-typeactivation.d.ts +172 -0
- package/out/exports/resources.generated/aws-cloudformation-waitcondition.d.ts +33 -0
- package/out/exports/resources.generated/aws-cloudformation-waitconditionhandle.d.ts +19 -0
- package/out/exports/resources.generated/aws-cloudfront-anycastiplist.d.ts +42 -0
- package/out/exports/resources.generated/aws-cloudfront-cachepolicy.d.ts +178 -0
- package/out/exports/resources.generated/aws-cloudfront-cloudfrontoriginaccessidentity.d.ts +31 -0
- package/out/exports/resources.generated/aws-cloudfront-connectiongroup.d.ts +64 -0
- package/out/exports/resources.generated/aws-cloudfront-continuousdeploymentpolicy.d.ts +139 -0
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +1157 -0
- package/out/exports/resources.generated/aws-cloudfront-distributiontenant.d.ts +161 -0
- package/out/exports/resources.generated/aws-cloudfront-function.d.ts +75 -0
- package/out/exports/resources.generated/aws-cloudfront-keygroup.d.ts +43 -0
- package/out/exports/resources.generated/aws-cloudfront-keyvaluestore.d.ts +47 -0
- package/out/exports/resources.generated/aws-cloudfront-monitoringsubscription.d.ts +34 -0
- package/out/exports/resources.generated/aws-cloudfront-originaccesscontrol.d.ts +60 -0
- package/out/exports/resources.generated/aws-cloudfront-originrequestpolicy.d.ts +121 -0
- package/out/exports/resources.generated/aws-cloudfront-publickey.d.ts +43 -0
- package/out/exports/resources.generated/aws-cloudfront-realtimelogconfig.d.ts +62 -0
- package/out/exports/resources.generated/aws-cloudfront-responseheaderspolicy.d.ts +394 -0
- package/out/exports/resources.generated/aws-cloudfront-streamingdistribution.d.ts +107 -0
- package/out/exports/resources.generated/aws-cloudfront-vpcorigin.d.ts +73 -0
- package/out/exports/resources.generated/aws-cloudtrail-channel.d.ts +51 -0
- package/out/exports/resources.generated/aws-cloudtrail-dashboard.d.ts +114 -0
- package/out/exports/resources.generated/aws-cloudtrail-eventdatastore.d.ts +268 -0
- package/out/exports/resources.generated/aws-cloudtrail-resourcepolicy.d.ts +25 -0
- package/out/exports/resources.generated/aws-cloudtrail-trail.d.ts +366 -0
- package/out/exports/resources.generated/aws-cloudwatch-alarm.d.ts +239 -0
- package/out/exports/resources.generated/aws-cloudwatch-anomalydetector.d.ts +232 -0
- package/out/exports/resources.generated/aws-cloudwatch-compositealarm.d.ts +98 -0
- package/out/exports/resources.generated/aws-cloudwatch-dashboard.d.ts +20 -0
- package/out/exports/resources.generated/aws-cloudwatch-insightrule.d.ts +39 -0
- package/out/exports/resources.generated/aws-cloudwatch-metricstream.d.ts +218 -0
- package/out/exports/resources.generated/aws-codeartifact-domain.d.ts +50 -0
- package/out/exports/resources.generated/aws-codeartifact-packagegroup.d.ts +76 -0
- package/out/exports/resources.generated/aws-codeartifact-repository.d.ts +73 -0
- package/out/exports/resources.generated/aws-codebuild-fleet.d.ts +218 -0
- package/out/exports/resources.generated/aws-codebuild-project.d.ts +727 -0
- package/out/exports/resources.generated/aws-codebuild-reportgroup.d.ts +91 -0
- package/out/exports/resources.generated/aws-codebuild-sourcecredential.d.ts +29 -0
- package/out/exports/resources.generated/aws-codecommit-repository.d.ts +122 -0
- package/out/exports/resources.generated/aws-codeconnections-connection.d.ts +53 -0
- package/out/exports/resources.generated/aws-codedeploy-application.d.ts +22 -0
- package/out/exports/resources.generated/aws-codedeploy-deploymentconfig.d.ts +150 -0
- package/out/exports/resources.generated/aws-codedeploy-deploymentgroup.d.ts +545 -0
- package/out/exports/resources.generated/aws-codeguruprofiler-profilinggroup.d.ts +60 -0
- package/out/exports/resources.generated/aws-codegurureviewer-repositoryassociation.d.ts +72 -0
- package/out/exports/resources.generated/aws-codepipeline-customactiontype.d.ts +118 -0
- package/out/exports/resources.generated/aws-codepipeline-pipeline.d.ts +577 -0
- package/out/exports/resources.generated/aws-codepipeline-webhook.d.ts +91 -0
- package/out/exports/resources.generated/aws-codestar-githubrepository.d.ts +73 -0
- package/out/exports/resources.generated/aws-codestarconnections-connection.d.ts +51 -0
- package/out/exports/resources.generated/aws-codestarconnections-repositorylink.d.ts +48 -0
- package/out/exports/resources.generated/aws-codestarconnections-syncconfiguration.d.ts +58 -0
- package/out/exports/resources.generated/aws-codestarnotifications-notificationrule.d.ts +82 -0
- package/out/exports/resources.generated/aws-cognito-identitypool.d.ts +126 -0
- package/out/exports/resources.generated/aws-cognito-identitypoolprincipaltag.d.ts +24 -0
- package/out/exports/resources.generated/aws-cognito-identitypoolroleattachment.d.ts +87 -0
- package/out/exports/resources.generated/aws-cognito-logdeliveryconfiguration.d.ts +76 -0
- package/out/exports/resources.generated/aws-cognito-managedloginbranding.d.ts +74 -0
- package/out/exports/resources.generated/aws-cognito-userpool.d.ts +652 -0
- package/out/exports/resources.generated/aws-cognito-userpoolclient.d.ts +262 -0
- package/out/exports/resources.generated/aws-cognito-userpooldomain.d.ts +41 -0
- package/out/exports/resources.generated/aws-cognito-userpoolgroup.d.ts +34 -0
- package/out/exports/resources.generated/aws-cognito-userpoolidentityprovider.d.ts +60 -0
- package/out/exports/resources.generated/aws-cognito-userpoolresourceserver.d.ts +41 -0
- package/out/exports/resources.generated/aws-cognito-userpoolriskconfigurationattachment.d.ts +159 -0
- package/out/exports/resources.generated/aws-cognito-userpooluicustomizationattachment.d.ts +20 -0
- package/out/exports/resources.generated/aws-cognito-userpooluser.d.ts +86 -0
- package/out/exports/resources.generated/aws-cognito-userpoolusertogroupattachment.d.ts +25 -0
- package/out/exports/resources.generated/aws-comprehend-documentclassifier.d.ts +250 -0
- package/out/exports/resources.generated/aws-comprehend-flywheel.d.ts +157 -0
- package/out/exports/resources.generated/aws-config-aggregationauthorization.d.ts +29 -0
- package/out/exports/resources.generated/aws-config-configrule.d.ts +177 -0
- package/out/exports/resources.generated/aws-config-configurationaggregator.d.ts +67 -0
- package/out/exports/resources.generated/aws-config-configurationrecorder.d.ts +311 -0
- package/out/exports/resources.generated/aws-config-conformancepack.d.ts +76 -0
- package/out/exports/resources.generated/aws-config-deliverychannel.d.ts +82 -0
- package/out/exports/resources.generated/aws-config-organizationconfigrule.d.ts +183 -0
- package/out/exports/resources.generated/aws-config-organizationconformancepack.d.ts +65 -0
- package/out/exports/resources.generated/aws-config-remediationconfiguration.d.ts +81 -0
- package/out/exports/resources.generated/aws-config-storedquery.d.ts +48 -0
- package/out/exports/resources.generated/aws-connect-agentstatus.d.ts +63 -0
- package/out/exports/resources.generated/aws-connect-approvedorigin.d.ts +22 -0
- package/out/exports/resources.generated/aws-connect-contactflow.d.ts +57 -0
- package/out/exports/resources.generated/aws-connect-contactflowmodule.d.ts +59 -0
- package/out/exports/resources.generated/aws-connect-contactflowversion.d.ts +40 -0
- package/out/exports/resources.generated/aws-connect-emailaddress.d.ts +47 -0
- package/out/exports/resources.generated/aws-connect-evaluationform.d.ts +371 -0
- package/out/exports/resources.generated/aws-connect-hoursofoperation.d.ts +145 -0
- package/out/exports/resources.generated/aws-connect-instance.d.ts +95 -0
- package/out/exports/resources.generated/aws-connect-instancestorageconfig.d.ts +126 -0
- package/out/exports/resources.generated/aws-connect-integrationassociation.d.ts +40 -0
- package/out/exports/resources.generated/aws-connect-phonenumber.d.ts +56 -0
- package/out/exports/resources.generated/aws-connect-predefinedattribute.d.ts +36 -0
- package/out/exports/resources.generated/aws-connect-prompt.d.ts +43 -0
- package/out/exports/resources.generated/aws-connect-queue.d.ts +101 -0
- package/out/exports/resources.generated/aws-connect-quickconnect.d.ts +104 -0
- package/out/exports/resources.generated/aws-connect-routingprofile.d.ts +123 -0
- package/out/exports/resources.generated/aws-connect-rule.d.ts +239 -0
- package/out/exports/resources.generated/aws-connect-securitykey.d.ts +34 -0
- package/out/exports/resources.generated/aws-connect-securityprofile.d.ts +92 -0
- package/out/exports/resources.generated/aws-connect-tasktemplate.d.ts +154 -0
- package/out/exports/resources.generated/aws-connect-trafficdistributiongroup.d.ts +48 -0
- package/out/exports/resources.generated/aws-connect-user.d.ts +143 -0
- package/out/exports/resources.generated/aws-connect-userhierarchygroup.d.ts +33 -0
- package/out/exports/resources.generated/aws-connect-userhierarchystructure.d.ts +115 -0
- package/out/exports/resources.generated/aws-connect-view.d.ts +66 -0
- package/out/exports/resources.generated/aws-connect-viewversion.d.ts +46 -0
- package/out/exports/resources.generated/aws-connectcampaigns-campaign.d.ts +169 -0
- package/out/exports/resources.generated/aws-connectcampaignsv2-campaign.d.ts +499 -0
- package/out/exports/resources.generated/aws-controltower-enabledbaseline.d.ts +49 -0
- package/out/exports/resources.generated/aws-controltower-enabledcontrol.d.ts +43 -0
- package/out/exports/resources.generated/aws-controltower-landingzone.d.ts +53 -0
- package/out/exports/resources.generated/aws-cur-reportdefinition.d.ts +71 -0
- package/out/exports/resources.generated/aws-customerprofiles-calculatedattributedefinition.d.ts +127 -0
- package/out/exports/resources.generated/aws-customerprofiles-domain.d.ts +238 -0
- package/out/exports/resources.generated/aws-customerprofiles-eventstream.d.ts +46 -0
- package/out/exports/resources.generated/aws-customerprofiles-eventtrigger.d.ts +140 -0
- package/out/exports/resources.generated/aws-customerprofiles-integration.d.ts +363 -0
- package/out/exports/resources.generated/aws-customerprofiles-objecttype.d.ts +145 -0
- package/out/exports/resources.generated/aws-customerprofiles-segmentdefinition.d.ts +339 -0
- package/out/exports/resources.generated/aws-databrew-dataset.d.ts +329 -0
- package/out/exports/resources.generated/aws-databrew-job.d.ts +442 -0
- package/out/exports/resources.generated/aws-databrew-project.d.ts +52 -0
- package/out/exports/resources.generated/aws-databrew-recipe.d.ts +548 -0
- package/out/exports/resources.generated/aws-databrew-ruleset.d.ts +126 -0
- package/out/exports/resources.generated/aws-databrew-schedule.d.ts +28 -0
- package/out/exports/resources.generated/aws-datapipeline-pipeline.d.ts +138 -0
- package/out/exports/resources.generated/aws-datasync-agent.d.ts +62 -0
- package/out/exports/resources.generated/aws-datasync-locationazureblob.d.ts +83 -0
- package/out/exports/resources.generated/aws-datasync-locationefs.d.ts +88 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxlustre.d.ts +48 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxontap.d.ts +163 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxopenzfs.d.ts +83 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxwindows.d.ts +68 -0
- package/out/exports/resources.generated/aws-datasync-locationhdfs.d.ts +130 -0
- package/out/exports/resources.generated/aws-datasync-locationnfs.d.ts +80 -0
- package/out/exports/resources.generated/aws-datasync-locationobjectstorage.d.ts +90 -0
- package/out/exports/resources.generated/aws-datasync-locations3.d.ts +73 -0
- package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +137 -0
- package/out/exports/resources.generated/aws-datasync-storagesystem.d.ts +85 -0
- package/out/exports/resources.generated/aws-datasync-task.d.ts +460 -0
- package/out/exports/resources.generated/aws-datazone-connection.d.ts +612 -0
- package/out/exports/resources.generated/aws-datazone-datasource.d.ts +321 -0
- package/out/exports/resources.generated/aws-datazone-domain.d.ts +115 -0
- package/out/exports/resources.generated/aws-datazone-domainunit.d.ts +71 -0
- package/out/exports/resources.generated/aws-datazone-environment.d.ts +133 -0
- package/out/exports/resources.generated/aws-datazone-environmentactions.d.ts +73 -0
- package/out/exports/resources.generated/aws-datazone-environmentblueprintconfiguration.d.ts +89 -0
- package/out/exports/resources.generated/aws-datazone-environmentprofile.d.ts +98 -0
- package/out/exports/resources.generated/aws-datazone-groupprofile.d.ts +45 -0
- package/out/exports/resources.generated/aws-datazone-owner.d.ts +53 -0
- package/out/exports/resources.generated/aws-datazone-project.d.ts +95 -0
- package/out/exports/resources.generated/aws-datazone-projectmembership.d.ts +37 -0
- package/out/exports/resources.generated/aws-datazone-subscriptiontarget.d.ts +104 -0
- package/out/exports/resources.generated/aws-datazone-userprofile.d.ts +53 -0
- package/out/exports/resources.generated/aws-dax-cluster.d.ts +113 -0
- package/out/exports/resources.generated/aws-dax-parametergroup.d.ts +25 -0
- package/out/exports/resources.generated/aws-dax-subnetgroup.d.ts +23 -0
- package/out/exports/resources.generated/aws-deadline-farm.d.ts +46 -0
- package/out/exports/resources.generated/aws-deadline-fleet.d.ts +390 -0
- package/out/exports/resources.generated/aws-deadline-licenseendpoint.d.ts +53 -0
- package/out/exports/resources.generated/aws-deadline-limit.d.ts +58 -0
- package/out/exports/resources.generated/aws-deadline-meteredproduct.d.ts +43 -0
- package/out/exports/resources.generated/aws-deadline-monitor.d.ts +51 -0
- package/out/exports/resources.generated/aws-deadline-queue.d.ts +149 -0
- package/out/exports/resources.generated/aws-deadline-queueenvironment.d.ts +46 -0
- package/out/exports/resources.generated/aws-deadline-queuefleetassociation.d.ts +23 -0
- package/out/exports/resources.generated/aws-deadline-queuelimitassociation.d.ts +23 -0
- package/out/exports/resources.generated/aws-deadline-storageprofile.d.ts +60 -0
- package/out/exports/resources.generated/aws-detective-graph.d.ts +25 -0
- package/out/exports/resources.generated/aws-detective-memberinvitation.d.ts +34 -0
- package/out/exports/resources.generated/aws-detective-organizationadmin.d.ts +19 -0
- package/out/exports/resources.generated/aws-devopsguru-loganomalydetectionintegration.d.ts +13 -0
- package/out/exports/resources.generated/aws-devopsguru-notificationchannel.d.ts +79 -0
- package/out/exports/resources.generated/aws-devopsguru-resourcecollection.d.ts +81 -0
- package/out/exports/resources.generated/aws-directoryservice-microsoftad.d.ts +67 -0
- package/out/exports/resources.generated/aws-directoryservice-simplead.d.ts +71 -0
- package/out/exports/resources.generated/aws-dlm-lifecyclepolicy.d.ts +660 -0
- package/out/exports/resources.generated/aws-dms-certificate.d.ts +23 -0
- package/out/exports/resources.generated/aws-dms-datamigration.d.ts +103 -0
- package/out/exports/resources.generated/aws-dms-dataprovider.d.ts +1112 -0
- package/out/exports/resources.generated/aws-dms-endpoint.d.ts +1463 -0
- package/out/exports/resources.generated/aws-dms-eventsubscription.d.ts +45 -0
- package/out/exports/resources.generated/aws-dms-instanceprofile.d.ts +79 -0
- package/out/exports/resources.generated/aws-dms-migrationproject.d.ts +103 -0
- package/out/exports/resources.generated/aws-dms-replicationconfig.d.ts +109 -0
- package/out/exports/resources.generated/aws-dms-replicationinstance.d.ts +115 -0
- package/out/exports/resources.generated/aws-dms-replicationsubnetgroup.d.ts +29 -0
- package/out/exports/resources.generated/aws-dms-replicationtask.d.ts +85 -0
- package/out/exports/resources.generated/aws-docdb-dbcluster.d.ts +247 -0
- package/out/exports/resources.generated/aws-docdb-dbclusterparametergroup.d.ts +43 -0
- package/out/exports/resources.generated/aws-docdb-dbinstance.d.ts +87 -0
- package/out/exports/resources.generated/aws-docdb-dbsubnetgroup.d.ts +31 -0
- package/out/exports/resources.generated/aws-docdb-eventsubscription.d.ts +51 -0
- package/out/exports/resources.generated/aws-docdbelastic-cluster.d.ts +106 -0
- package/out/exports/resources.generated/aws-dsql-cluster.d.ts +65 -0
- package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +608 -0
- package/out/exports/resources.generated/aws-dynamodb-table.d.ts +506 -0
- package/out/exports/resources.generated/aws-ec2-capacityreservation.d.ts +186 -0
- package/out/exports/resources.generated/aws-ec2-capacityreservationfleet.d.ts +117 -0
- package/out/exports/resources.generated/aws-ec2-carriergateway.d.ts +30 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnauthorizationrule.d.ts +31 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnendpoint.d.ts +235 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnroute.d.ts +36 -0
- package/out/exports/resources.generated/aws-ec2-clientvpntargetnetworkassociation.d.ts +19 -0
- package/out/exports/resources.generated/aws-ec2-customergateway.d.ts +52 -0
- package/out/exports/resources.generated/aws-ec2-dhcpoptions.d.ts +44 -0
- package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +863 -0
- package/out/exports/resources.generated/aws-ec2-egressonlyinternetgateway.d.ts +20 -0
- package/out/exports/resources.generated/aws-ec2-eip.d.ts +64 -0
- package/out/exports/resources.generated/aws-ec2-eipassociation.d.ts +35 -0
- package/out/exports/resources.generated/aws-ec2-enclavecertificateiamroleassociation.d.ts +40 -0
- package/out/exports/resources.generated/aws-ec2-flowlog.d.ts +92 -0
- package/out/exports/resources.generated/aws-ec2-gatewayroutetableassociation.d.ts +22 -0
- package/out/exports/resources.generated/aws-ec2-host.d.ts +54 -0
- package/out/exports/resources.generated/aws-ec2-instance.d.ts +664 -0
- package/out/exports/resources.generated/aws-ec2-instanceconnectendpoint.d.ts +43 -0
- package/out/exports/resources.generated/aws-ec2-internetgateway.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-ipam.d.ts +92 -0
- package/out/exports/resources.generated/aws-ec2-ipamallocation.d.ts +40 -0
- package/out/exports/resources.generated/aws-ec2-ipampool.d.ts +147 -0
- package/out/exports/resources.generated/aws-ec2-ipampoolcidr.d.ts +30 -0
- package/out/exports/resources.generated/aws-ec2-ipamresourcediscovery.d.ts +84 -0
- package/out/exports/resources.generated/aws-ec2-ipamresourcediscoveryassociation.d.ts +67 -0
- package/out/exports/resources.generated/aws-ec2-ipamscope.d.ts +48 -0
- package/out/exports/resources.generated/aws-ec2-keypair.d.ts +65 -0
- package/out/exports/resources.generated/aws-ec2-launchtemplate.d.ts +1307 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroute.d.ts +54 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetable.d.ts +42 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevirtualinterfacegroupassociation.d.ts +42 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevpcassociation.d.ts +34 -0
- package/out/exports/resources.generated/aws-ec2-natgateway.d.ts +61 -0
- package/out/exports/resources.generated/aws-ec2-networkacl.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-networkaclentry.d.ts +82 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscope.d.ts +126 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscopeanalysis.d.ts +50 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsanalysis.d.ts +58 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightspath.d.ts +103 -0
- package/out/exports/resources.generated/aws-ec2-networkinterface.d.ts +171 -0
- package/out/exports/resources.generated/aws-ec2-networkinterfaceattachment.d.ts +52 -0
- package/out/exports/resources.generated/aws-ec2-networkinterfacepermission.d.ts +23 -0
- package/out/exports/resources.generated/aws-ec2-networkperformancemetricsubscription.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-placementgroup.d.ts +37 -0
- package/out/exports/resources.generated/aws-ec2-prefixlist.d.ts +74 -0
- package/out/exports/resources.generated/aws-ec2-route.d.ts +80 -0
- package/out/exports/resources.generated/aws-ec2-routeserver.d.ts +50 -0
- package/out/exports/resources.generated/aws-ec2-routeserverassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-routeserverendpoint.d.ts +46 -0
- package/out/exports/resources.generated/aws-ec2-routeserverpeer.d.ts +79 -0
- package/out/exports/resources.generated/aws-ec2-routeserverpropagation.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-routetable.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-securitygroup.d.ts +194 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupegress.d.ts +71 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupingress.d.ts +90 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupvpcassociation.d.ts +31 -0
- package/out/exports/resources.generated/aws-ec2-snapshotblockpublicaccess.d.ts +23 -0
- package/out/exports/resources.generated/aws-ec2-spotfleet.d.ts +1059 -0
- package/out/exports/resources.generated/aws-ec2-subnet.d.ts +138 -0
- package/out/exports/resources.generated/aws-ec2-subnetcidrblock.d.ts +41 -0
- package/out/exports/resources.generated/aws-ec2-subnetnetworkaclassociation.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-subnetroutetableassociation.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilter.d.ts +29 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilterrule.d.ts +74 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorsession.d.ts +55 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrortarget.d.ts +37 -0
- package/out/exports/resources.generated/aws-ec2-transitgateway.d.ts +78 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayattachment.d.ts +57 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayconnect.d.ts +51 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomain.d.ts +58 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomainassociation.d.ts +36 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupmember.d.ts +50 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupsource.d.ts +52 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaypeeringattachment.d.ts +45 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroute.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetable.d.ts +22 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetableassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetablepropagation.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayvpcattachment.d.ts +59 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessendpoint.d.ts +240 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessgroup.d.ts +69 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessinstance.d.ts +141 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccesstrustprovider.d.ts +154 -0
- package/out/exports/resources.generated/aws-ec2-volume.d.ts +139 -0
- package/out/exports/resources.generated/aws-ec2-volumeattachment.d.ts +26 -0
- package/out/exports/resources.generated/aws-ec2-vpc.d.ts +77 -0
- package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessexclusion.d.ts +53 -0
- package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessoptions.d.ts +21 -0
- package/out/exports/resources.generated/aws-ec2-vpccidrblock.d.ts +72 -0
- package/out/exports/resources.generated/aws-ec2-vpcdhcpoptionsassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpoint.d.ts +120 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointconnectionnotification.d.ts +32 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointservice.d.ts +54 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointservicepermissions.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-vpcgatewayattachment.d.ts +30 -0
- package/out/exports/resources.generated/aws-ec2-vpcpeeringconnection.d.ts +50 -0
- package/out/exports/resources.generated/aws-ec2-vpnconnection.d.ts +352 -0
- package/out/exports/resources.generated/aws-ec2-vpnconnectionroute.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-vpngateway.d.ts +29 -0
- package/out/exports/resources.generated/aws-ec2-vpngatewayroutepropagation.d.ts +24 -0
- package/out/exports/resources.generated/aws-ecr-publicrepository.d.ts +42 -0
- package/out/exports/resources.generated/aws-ecr-pullthroughcacherule.d.ts +32 -0
- package/out/exports/resources.generated/aws-ecr-registrypolicy.d.ts +21 -0
- package/out/exports/resources.generated/aws-ecr-registryscanningconfiguration.d.ts +60 -0
- package/out/exports/resources.generated/aws-ecr-replicationconfiguration.d.ts +72 -0
- package/out/exports/resources.generated/aws-ecr-repository.d.ts +109 -0
- package/out/exports/resources.generated/aws-ecr-repositorycreationtemplate.d.ts +96 -0
- package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +92 -0
- package/out/exports/resources.generated/aws-ecs-cluster.d.ts +211 -0
- package/out/exports/resources.generated/aws-ecs-clustercapacityproviderassociations.d.ts +49 -0
- package/out/exports/resources.generated/aws-ecs-primarytaskset.d.ts +20 -0
- package/out/exports/resources.generated/aws-ecs-service.d.ts +864 -0
- package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +1322 -0
- package/out/exports/resources.generated/aws-ecs-taskset.d.ts +219 -0
- package/out/exports/resources.generated/aws-efs-accesspoint.d.ts +98 -0
- package/out/exports/resources.generated/aws-efs-filesystem.d.ts +182 -0
- package/out/exports/resources.generated/aws-efs-mounttarget.d.ts +38 -0
- package/out/exports/resources.generated/aws-eks-accessentry.d.ts +86 -0
- package/out/exports/resources.generated/aws-eks-addon.d.ts +82 -0
- package/out/exports/resources.generated/aws-eks-cluster.d.ts +458 -0
- package/out/exports/resources.generated/aws-eks-fargateprofile.d.ts +82 -0
- package/out/exports/resources.generated/aws-eks-identityproviderconfig.d.ts +86 -0
- package/out/exports/resources.generated/aws-eks-nodegroup.d.ts +236 -0
- package/out/exports/resources.generated/aws-eks-podidentityassociation.d.ts +50 -0
- package/out/exports/resources.generated/aws-elasticache-cachecluster.d.ts +307 -0
- package/out/exports/resources.generated/aws-elasticache-globalreplicationgroup.d.ts +109 -0
- package/out/exports/resources.generated/aws-elasticache-parametergroup.d.ts +39 -0
- package/out/exports/resources.generated/aws-elasticache-replicationgroup.d.ts +446 -0
- package/out/exports/resources.generated/aws-elasticache-securitygroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-elasticache-securitygroupingress.d.ts +25 -0
- package/out/exports/resources.generated/aws-elasticache-serverlesscache.d.ts +158 -0
- package/out/exports/resources.generated/aws-elasticache-subnetgroup.d.ts +28 -0
- package/out/exports/resources.generated/aws-elasticache-user.d.ts +65 -0
- package/out/exports/resources.generated/aws-elasticache-usergroup.d.ts +35 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-application.d.ts +104 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-applicationversion.d.ts +44 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-configurationtemplate.d.ts +102 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-environment.d.ts +146 -0
- package/out/exports/resources.generated/aws-elasticloadbalancing-loadbalancer.d.ts +291 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listener.d.ts +418 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenercertificate.d.ts +28 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenerrule.d.ts +487 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-loadbalancer.d.ts +204 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-targetgroup.d.ts +220 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststore.d.ts +42 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststorerevocation.d.ts +44 -0
- package/out/exports/resources.generated/aws-elasticsearch-domain.d.ts +351 -0
- package/out/exports/resources.generated/aws-emr-cluster.d.ts +860 -0
- package/out/exports/resources.generated/aws-emr-instancefleetconfig.d.ts +283 -0
- package/out/exports/resources.generated/aws-emr-instancegroupconfig.d.ts +269 -0
- package/out/exports/resources.generated/aws-emr-securityconfiguration.d.ts +16 -0
- package/out/exports/resources.generated/aws-emr-step.d.ts +64 -0
- package/out/exports/resources.generated/aws-emr-studio.d.ts +116 -0
- package/out/exports/resources.generated/aws-emr-studiosessionmapping.d.ts +27 -0
- package/out/exports/resources.generated/aws-emr-walworkspace.d.ts +19 -0
- package/out/exports/resources.generated/aws-emrcontainers-virtualcluster.d.ts +97 -0
- package/out/exports/resources.generated/aws-emrserverless-application.d.ts +352 -0
- package/out/exports/resources.generated/aws-entityresolution-idmappingworkflow.d.ts +176 -0
- package/out/exports/resources.generated/aws-entityresolution-idnamespace.d.ts +151 -0
- package/out/exports/resources.generated/aws-entityresolution-matchingworkflow.d.ts +202 -0
- package/out/exports/resources.generated/aws-entityresolution-policystatement.d.ts +37 -0
- package/out/exports/resources.generated/aws-entityresolution-schemamapping.d.ts +96 -0
- package/out/exports/resources.generated/aws-events-apidestination.d.ts +66 -0
- package/out/exports/resources.generated/aws-events-archive.d.ts +56 -0
- package/out/exports/resources.generated/aws-events-connection.d.ts +290 -0
- package/out/exports/resources.generated/aws-events-endpoint.d.ts +135 -0
- package/out/exports/resources.generated/aws-events-eventbus.d.ts +70 -0
- package/out/exports/resources.generated/aws-events-eventbuspolicy.d.ts +70 -0
- package/out/exports/resources.generated/aws-events-rule.d.ts +585 -0
- package/out/exports/resources.generated/aws-eventschemas-discoverer.d.ts +52 -0
- package/out/exports/resources.generated/aws-eventschemas-registry.d.ts +43 -0
- package/out/exports/resources.generated/aws-eventschemas-registrypolicy.d.ts +27 -0
- package/out/exports/resources.generated/aws-eventschemas-schema.d.ts +69 -0
- package/out/exports/resources.generated/aws-evidently-experiment.d.ts +234 -0
- package/out/exports/resources.generated/aws-evidently-feature.d.ts +198 -0
- package/out/exports/resources.generated/aws-evidently-launch.d.ts +209 -0
- package/out/exports/resources.generated/aws-evidently-project.d.ts +118 -0
- package/out/exports/resources.generated/aws-evidently-segment.d.ts +54 -0
- package/out/exports/resources.generated/aws-finspace-environment.d.ts +155 -0
- package/out/exports/resources.generated/aws-fis-experimenttemplate.d.ts +243 -0
- package/out/exports/resources.generated/aws-fis-targetaccountconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-fms-notificationchannel.d.ts +18 -0
- package/out/exports/resources.generated/aws-fms-policy.d.ts +562 -0
- package/out/exports/resources.generated/aws-fms-resourceset.d.ts +33 -0
- package/out/exports/resources.generated/aws-forecast-dataset.d.ts +95 -0
- package/out/exports/resources.generated/aws-forecast-datasetgroup.d.ts +47 -0
- package/out/exports/resources.generated/aws-frauddetector-detector.d.ts +294 -0
- package/out/exports/resources.generated/aws-frauddetector-entitytype.d.ts +41 -0
- package/out/exports/resources.generated/aws-frauddetector-eventtype.d.ts +158 -0
- package/out/exports/resources.generated/aws-frauddetector-label.d.ts +43 -0
- package/out/exports/resources.generated/aws-frauddetector-list.d.ts +54 -0
- package/out/exports/resources.generated/aws-frauddetector-outcome.d.ts +41 -0
- package/out/exports/resources.generated/aws-frauddetector-variable.d.ts +65 -0
- package/out/exports/resources.generated/aws-fsx-datarepositoryassociation.d.ts +110 -0
- package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +660 -0
- package/out/exports/resources.generated/aws-fsx-snapshot.d.ts +29 -0
- package/out/exports/resources.generated/aws-fsx-storagevirtualmachine.d.ts +100 -0
- package/out/exports/resources.generated/aws-fsx-volume.d.ts +404 -0
- package/out/exports/resources.generated/aws-gamelift-alias.d.ts +84 -0
- package/out/exports/resources.generated/aws-gamelift-build.d.ts +70 -0
- package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +366 -0
- package/out/exports/resources.generated/aws-gamelift-containergroupdefinition.d.ts +366 -0
- package/out/exports/resources.generated/aws-gamelift-fleet.d.ts +430 -0
- package/out/exports/resources.generated/aws-gamelift-gameservergroup.d.ts +163 -0
- package/out/exports/resources.generated/aws-gamelift-gamesessionqueue.d.ts +129 -0
- package/out/exports/resources.generated/aws-gamelift-location.d.ts +26 -0
- package/out/exports/resources.generated/aws-gamelift-matchmakingconfiguration.d.ts +130 -0
- package/out/exports/resources.generated/aws-gamelift-matchmakingruleset.d.ts +51 -0
- package/out/exports/resources.generated/aws-gamelift-script.d.ts +76 -0
- package/out/exports/resources.generated/aws-globalaccelerator-accelerator.d.ts +67 -0
- package/out/exports/resources.generated/aws-globalaccelerator-crossaccountattachment.d.ts +64 -0
- package/out/exports/resources.generated/aws-globalaccelerator-endpointgroup.d.ts +116 -0
- package/out/exports/resources.generated/aws-globalaccelerator-listener.d.ts +51 -0
- package/out/exports/resources.generated/aws-glue-classifier.d.ts +125 -0
- package/out/exports/resources.generated/aws-glue-connection.d.ts +276 -0
- package/out/exports/resources.generated/aws-glue-crawler.d.ts +329 -0
- package/out/exports/resources.generated/aws-glue-customentitytype.d.ts +31 -0
- package/out/exports/resources.generated/aws-glue-database.d.ts +107 -0
- package/out/exports/resources.generated/aws-glue-datacatalogencryptionsettings.d.ts +68 -0
- package/out/exports/resources.generated/aws-glue-dataqualityruleset.d.ts +48 -0
- package/out/exports/resources.generated/aws-glue-devendpoint.d.ts +99 -0
- package/out/exports/resources.generated/aws-glue-job.d.ts +192 -0
- package/out/exports/resources.generated/aws-glue-mltransform.d.ts +205 -0
- package/out/exports/resources.generated/aws-glue-partition.d.ts +208 -0
- package/out/exports/resources.generated/aws-glue-registry.d.ts +31 -0
- package/out/exports/resources.generated/aws-glue-schema.d.ts +89 -0
- package/out/exports/resources.generated/aws-glue-schemaversion.d.ts +47 -0
- package/out/exports/resources.generated/aws-glue-schemaversionmetadata.d.ts +25 -0
- package/out/exports/resources.generated/aws-glue-securityconfiguration.d.ts +62 -0
- package/out/exports/resources.generated/aws-glue-table.d.ts +286 -0
- package/out/exports/resources.generated/aws-glue-tableoptimizer.d.ts +60 -0
- package/out/exports/resources.generated/aws-glue-trigger.d.ts +143 -0
- package/out/exports/resources.generated/aws-glue-usageprofile.d.ts +114 -0
- package/out/exports/resources.generated/aws-glue-workflow.d.ts +31 -0
- package/out/exports/resources.generated/aws-grafana-workspace.d.ts +347 -0
- package/out/exports/resources.generated/aws-greengrass-connectordefinition.d.ts +89 -0
- package/out/exports/resources.generated/aws-greengrass-connectordefinitionversion.d.ts +46 -0
- package/out/exports/resources.generated/aws-greengrass-coredefinition.d.ts +89 -0
- package/out/exports/resources.generated/aws-greengrass-coredefinitionversion.d.ts +46 -0
- package/out/exports/resources.generated/aws-greengrass-devicedefinition.d.ts +89 -0
- package/out/exports/resources.generated/aws-greengrass-devicedefinitionversion.d.ts +46 -0
- package/out/exports/resources.generated/aws-greengrass-functiondefinition.d.ts +223 -0
- package/out/exports/resources.generated/aws-greengrass-functiondefinitionversion.d.ts +180 -0
- package/out/exports/resources.generated/aws-greengrass-group.d.ts +110 -0
- package/out/exports/resources.generated/aws-greengrass-groupversion.d.ts +45 -0
- package/out/exports/resources.generated/aws-greengrass-loggerdefinition.d.ts +93 -0
- package/out/exports/resources.generated/aws-greengrass-loggerdefinitionversion.d.ts +50 -0
- package/out/exports/resources.generated/aws-greengrass-resourcedefinition.d.ts +233 -0
- package/out/exports/resources.generated/aws-greengrass-resourcedefinitionversion.d.ts +190 -0
- package/out/exports/resources.generated/aws-greengrass-subscriptiondefinition.d.ts +89 -0
- package/out/exports/resources.generated/aws-greengrass-subscriptiondefinitionversion.d.ts +46 -0
- package/out/exports/resources.generated/aws-greengrassv2-componentversion.d.ts +288 -0
- package/out/exports/resources.generated/aws-greengrassv2-deployment.d.ts +313 -0
- package/out/exports/resources.generated/aws-groundstation-config.d.ts +268 -0
- package/out/exports/resources.generated/aws-groundstation-dataflowendpointgroup.d.ts +208 -0
- package/out/exports/resources.generated/aws-groundstation-missionprofile.d.ts +126 -0
- package/out/exports/resources.generated/aws-guardduty-detector.d.ts +154 -0
- package/out/exports/resources.generated/aws-guardduty-filter.d.ts +241 -0
- package/out/exports/resources.generated/aws-guardduty-ipset.d.ts +65 -0
- package/out/exports/resources.generated/aws-guardduty-malwareprotectionplan.d.ts +97 -0
- package/out/exports/resources.generated/aws-guardduty-master.d.ts +23 -0
- package/out/exports/resources.generated/aws-guardduty-member.d.ts +32 -0
- package/out/exports/resources.generated/aws-guardduty-publishingdestination.d.ts +72 -0
- package/out/exports/resources.generated/aws-guardduty-threatintelset.d.ts +66 -0
- package/out/exports/resources.generated/aws-healthimaging-datastore.d.ts +48 -0
- package/out/exports/resources.generated/aws-healthlake-fhirdatastore.d.ts +138 -0
- package/out/exports/resources.generated/aws-iam-accesskey.d.ts +36 -0
- package/out/exports/resources.generated/aws-iam-group.d.ts +68 -0
- package/out/exports/resources.generated/aws-iam-grouppolicy.d.ts +37 -0
- package/out/exports/resources.generated/aws-iam-instanceprofile.d.ts +38 -0
- package/out/exports/resources.generated/aws-iam-managedpolicy.d.ts +126 -0
- package/out/exports/resources.generated/aws-iam-oidcprovider.d.ts +56 -0
- package/out/exports/resources.generated/aws-iam-policy.d.ts +73 -0
- package/out/exports/resources.generated/aws-iam-role.d.ts +108 -0
- package/out/exports/resources.generated/aws-iam-rolepolicy.d.ts +39 -0
- package/out/exports/resources.generated/aws-iam-samlprovider.d.ts +95 -0
- package/out/exports/resources.generated/aws-iam-servercertificate.d.ts +75 -0
- package/out/exports/resources.generated/aws-iam-servicelinkedrole.d.ts +32 -0
- package/out/exports/resources.generated/aws-iam-user.d.ts +107 -0
- package/out/exports/resources.generated/aws-iam-userpolicy.d.ts +37 -0
- package/out/exports/resources.generated/aws-iam-usertogroupaddition.d.ts +24 -0
- package/out/exports/resources.generated/aws-iam-virtualmfadevice.d.ts +51 -0
- package/out/exports/resources.generated/aws-identitystore-group.d.ts +40 -0
- package/out/exports/resources.generated/aws-identitystore-groupmembership.d.ts +47 -0
- package/out/exports/resources.generated/aws-imagebuilder-component.d.ts +118 -0
- package/out/exports/resources.generated/aws-imagebuilder-containerrecipe.d.ts +267 -0
- package/out/exports/resources.generated/aws-imagebuilder-distributionconfiguration.d.ts +237 -0
- package/out/exports/resources.generated/aws-imagebuilder-image.d.ts +225 -0
- package/out/exports/resources.generated/aws-imagebuilder-imagepipeline.d.ts +223 -0
- package/out/exports/resources.generated/aws-imagebuilder-imagerecipe.d.ts +181 -0
- package/out/exports/resources.generated/aws-imagebuilder-infrastructureconfiguration.d.ts +139 -0
- package/out/exports/resources.generated/aws-imagebuilder-lifecyclepolicy.d.ts +197 -0
- package/out/exports/resources.generated/aws-imagebuilder-workflow.d.ts +107 -0
- package/out/exports/resources.generated/aws-inspector-assessmenttarget.d.ts +22 -0
- package/out/exports/resources.generated/aws-inspector-assessmenttemplate.d.ts +34 -0
- package/out/exports/resources.generated/aws-inspector-resourcegroup.d.ts +20 -0
- package/out/exports/resources.generated/aws-inspectorv2-cisscanconfiguration.d.ts +120 -0
- package/out/exports/resources.generated/aws-inspectorv2-filter.d.ts +266 -0
- package/out/exports/resources.generated/aws-internetmonitor-monitor.d.ts +204 -0
- package/out/exports/resources.generated/aws-invoicing-invoiceunit.d.ts +51 -0
- package/out/exports/resources.generated/aws-iot-accountauditconfiguration.d.ts +191 -0
- package/out/exports/resources.generated/aws-iot-authorizer.d.ts +57 -0
- package/out/exports/resources.generated/aws-iot-billinggroup.d.ts +41 -0
- package/out/exports/resources.generated/aws-iot-cacertificate.d.ts +96 -0
- package/out/exports/resources.generated/aws-iot-certificate.d.ts +56 -0
- package/out/exports/resources.generated/aws-iot-certificateprovider.d.ts +42 -0
- package/out/exports/resources.generated/aws-iot-command.d.ts +102 -0
- package/out/exports/resources.generated/aws-iot-custommetric.d.ts +38 -0
- package/out/exports/resources.generated/aws-iot-dimension.d.ts +33 -0
- package/out/exports/resources.generated/aws-iot-domainconfiguration.d.ts +149 -0
- package/out/exports/resources.generated/aws-iot-fleetmetric.d.ts +79 -0
- package/out/exports/resources.generated/aws-iot-jobtemplate.d.ts +190 -0
- package/out/exports/resources.generated/aws-iot-logging.d.ts +30 -0
- package/out/exports/resources.generated/aws-iot-mitigationaction.d.ts +132 -0
- package/out/exports/resources.generated/aws-iot-policy.d.ts +30 -0
- package/out/exports/resources.generated/aws-iot-policyprincipalattachment.d.ts +21 -0
- package/out/exports/resources.generated/aws-iot-provisioningtemplate.d.ts +63 -0
- package/out/exports/resources.generated/aws-iot-resourcespecificlogging.d.ts +32 -0
- package/out/exports/resources.generated/aws-iot-rolealias.d.ts +46 -0
- package/out/exports/resources.generated/aws-iot-scheduledaudit.d.ts +61 -0
- package/out/exports/resources.generated/aws-iot-securityprofile.d.ts +246 -0
- package/out/exports/resources.generated/aws-iot-softwarepackage.d.ts +34 -0
- package/out/exports/resources.generated/aws-iot-softwarepackageversion.d.ts +118 -0
- package/out/exports/resources.generated/aws-iot-thing.d.ts +44 -0
- package/out/exports/resources.generated/aws-iot-thinggroup.d.ts +72 -0
- package/out/exports/resources.generated/aws-iot-thingprincipalattachment.d.ts +21 -0
- package/out/exports/resources.generated/aws-iot-thingtype.d.ts +70 -0
- package/out/exports/resources.generated/aws-iot-topicrule.d.ts +913 -0
- package/out/exports/resources.generated/aws-iot-topicruledestination.d.ts +64 -0
- package/out/exports/resources.generated/aws-iotanalytics-channel.d.ts +85 -0
- package/out/exports/resources.generated/aws-iotanalytics-dataset.d.ts +397 -0
- package/out/exports/resources.generated/aws-iotanalytics-datastore.d.ts +226 -0
- package/out/exports/resources.generated/aws-iotanalytics-pipeline.d.ts +338 -0
- package/out/exports/resources.generated/aws-iotcoredeviceadvisor-suitedefinition.d.ts +87 -0
- package/out/exports/resources.generated/aws-iotevents-alarmmodel.d.ts +575 -0
- package/out/exports/resources.generated/aws-iotevents-detectormodel.d.ts +644 -0
- package/out/exports/resources.generated/aws-iotevents-input.d.ts +54 -0
- package/out/exports/resources.generated/aws-iotfleethub-application.d.ts +77 -0
- package/out/exports/resources.generated/aws-iotfleetwise-campaign.d.ts +479 -0
- package/out/exports/resources.generated/aws-iotfleetwise-decodermanifest.d.ts +358 -0
- package/out/exports/resources.generated/aws-iotfleetwise-fleet.d.ts +50 -0
- package/out/exports/resources.generated/aws-iotfleetwise-modelmanifest.d.ts +60 -0
- package/out/exports/resources.generated/aws-iotfleetwise-signalcatalog.d.ts +221 -0
- package/out/exports/resources.generated/aws-iotfleetwise-statetemplate.d.ts +69 -0
- package/out/exports/resources.generated/aws-iotfleetwise-vehicle.d.ts +105 -0
- package/out/exports/resources.generated/aws-iotsitewise-accesspolicy.d.ts +109 -0
- package/out/exports/resources.generated/aws-iotsitewise-asset.d.ts +110 -0
- package/out/exports/resources.generated/aws-iotsitewise-assetmodel.d.ts +392 -0
- package/out/exports/resources.generated/aws-iotsitewise-dashboard.d.ts +45 -0
- package/out/exports/resources.generated/aws-iotsitewise-dataset.d.ts +67 -0
- package/out/exports/resources.generated/aws-iotsitewise-gateway.d.ts +91 -0
- package/out/exports/resources.generated/aws-iotsitewise-portal.d.ts +97 -0
- package/out/exports/resources.generated/aws-iotsitewise-project.d.ts +42 -0
- package/out/exports/resources.generated/aws-iotthingsgraph-flowtemplate.d.ts +17 -0
- package/out/exports/resources.generated/aws-iottwinmaker-componenttype.d.ts +294 -0
- package/out/exports/resources.generated/aws-iottwinmaker-entity.d.ts +364 -0
- package/out/exports/resources.generated/aws-iottwinmaker-scene.d.ts +66 -0
- package/out/exports/resources.generated/aws-iottwinmaker-syncjob.d.ts +58 -0
- package/out/exports/resources.generated/aws-iottwinmaker-workspace.d.ts +53 -0
- package/out/exports/resources.generated/aws-iotwireless-destination.d.ts +43 -0
- package/out/exports/resources.generated/aws-iotwireless-deviceprofile.d.ts +138 -0
- package/out/exports/resources.generated/aws-iotwireless-fuotatask.d.ts +89 -0
- package/out/exports/resources.generated/aws-iotwireless-multicastgroup.d.ts +76 -0
- package/out/exports/resources.generated/aws-iotwireless-networkanalyzerconfiguration.d.ts +46 -0
- package/out/exports/resources.generated/aws-iotwireless-partneraccount.d.ts +92 -0
- package/out/exports/resources.generated/aws-iotwireless-serviceprofile.d.ts +115 -0
- package/out/exports/resources.generated/aws-iotwireless-taskdefinition.d.ts +126 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessdevice.d.ts +343 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessdeviceimporttask.d.ts +76 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessgateway.d.ts +64 -0
- package/out/exports/resources.generated/aws-ivs-channel.d.ts +117 -0
- package/out/exports/resources.generated/aws-ivs-encoderconfiguration.d.ts +63 -0
- package/out/exports/resources.generated/aws-ivs-ingestconfiguration.d.ts +67 -0
- package/out/exports/resources.generated/aws-ivs-playbackkeypair.d.ts +38 -0
- package/out/exports/resources.generated/aws-ivs-playbackrestrictionpolicy.d.ts +45 -0
- package/out/exports/resources.generated/aws-ivs-publickey.d.ts +37 -0
- package/out/exports/resources.generated/aws-ivs-recordingconfiguration.d.ts +124 -0
- package/out/exports/resources.generated/aws-ivs-stage.d.ts +58 -0
- package/out/exports/resources.generated/aws-ivs-storageconfiguration.d.ts +46 -0
- package/out/exports/resources.generated/aws-ivs-streamkey.d.ts +32 -0
- package/out/exports/resources.generated/aws-ivschat-loggingconfiguration.d.ts +98 -0
- package/out/exports/resources.generated/aws-ivschat-room.d.ts +78 -0
- package/out/exports/resources.generated/aws-kafkaconnect-connector.d.ts +326 -0
- package/out/exports/resources.generated/aws-kafkaconnect-customplugin.d.ts +69 -0
- package/out/exports/resources.generated/aws-kafkaconnect-workerconfiguration.d.ts +39 -0
- package/out/exports/resources.generated/aws-kendra-datasource.d.ts +1780 -0
- package/out/exports/resources.generated/aws-kendra-faq.d.ts +80 -0
- package/out/exports/resources.generated/aws-kendra-index.d.ts +255 -0
- package/out/exports/resources.generated/aws-kendraranking-executionplan.d.ts +47 -0
- package/out/exports/resources.generated/aws-kinesis-resourcepolicy.d.ts +27 -0
- package/out/exports/resources.generated/aws-kinesis-stream.d.ts +92 -0
- package/out/exports/resources.generated/aws-kinesis-streamconsumer.d.ts +45 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-application.d.ts +225 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-applicationoutput.d.ts +106 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-applicationreferencedatasource.d.ts +149 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-application.d.ts +652 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.d.ts +30 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationoutput.d.ts +90 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationreferencedatasource.d.ts +141 -0
- package/out/exports/resources.generated/aws-kinesisfirehose-deliverystream.d.ts +1629 -0
- package/out/exports/resources.generated/aws-kinesisvideo-signalingchannel.d.ts +39 -0
- package/out/exports/resources.generated/aws-kinesisvideo-stream.d.ts +62 -0
- package/out/exports/resources.generated/aws-kms-alias.d.ts +53 -0
- package/out/exports/resources.generated/aws-kms-key.d.ts +214 -0
- package/out/exports/resources.generated/aws-kms-replicakey.d.ts +118 -0
- package/out/exports/resources.generated/aws-lakeformation-datacellsfilter.d.ts +66 -0
- package/out/exports/resources.generated/aws-lakeformation-datalakesettings.d.ts +75 -0
- package/out/exports/resources.generated/aws-lakeformation-permissions.d.ts +145 -0
- package/out/exports/resources.generated/aws-lakeformation-principalpermissions.d.ts +241 -0
- package/out/exports/resources.generated/aws-lakeformation-resource.d.ts +34 -0
- package/out/exports/resources.generated/aws-lakeformation-tag.d.ts +26 -0
- package/out/exports/resources.generated/aws-lakeformation-tagassociation.d.ts +133 -0
- package/out/exports/resources.generated/aws-lambda-alias.d.ts +77 -0
- package/out/exports/resources.generated/aws-lambda-codesigningconfig.d.ts +61 -0
- package/out/exports/resources.generated/aws-lambda-eventinvokeconfig.d.ts +101 -0
- package/out/exports/resources.generated/aws-lambda-eventsourcemapping.d.ts +374 -0
- package/out/exports/resources.generated/aws-lambda-function.d.ts +374 -0
- package/out/exports/resources.generated/aws-lambda-layerversion.d.ts +59 -0
- package/out/exports/resources.generated/aws-lambda-layerversionpermission.d.ts +32 -0
- package/out/exports/resources.generated/aws-lambda-permission.d.ts +83 -0
- package/out/exports/resources.generated/aws-lambda-url.d.ts +85 -0
- package/out/exports/resources.generated/aws-lambda-version.d.ts +83 -0
- package/out/exports/resources.generated/aws-launchwizard-deployment.d.ts +70 -0
- package/out/exports/resources.generated/aws-lex-bot.d.ts +1730 -0
- package/out/exports/resources.generated/aws-lex-botalias.d.ts +221 -0
- package/out/exports/resources.generated/aws-lex-botversion.d.ts +52 -0
- package/out/exports/resources.generated/aws-lex-resourcepolicy.d.ts +29 -0
- package/out/exports/resources.generated/aws-licensemanager-grant.d.ts +50 -0
- package/out/exports/resources.generated/aws-licensemanager-license.d.ts +175 -0
- package/out/exports/resources.generated/aws-lightsail-alarm.d.ts +82 -0
- package/out/exports/resources.generated/aws-lightsail-bucket.d.ts +89 -0
- package/out/exports/resources.generated/aws-lightsail-certificate.d.ts +40 -0
- package/out/exports/resources.generated/aws-lightsail-container.d.ts +230 -0
- package/out/exports/resources.generated/aws-lightsail-database.d.ts +190 -0
- package/out/exports/resources.generated/aws-lightsail-disk.d.ts +128 -0
- package/out/exports/resources.generated/aws-lightsail-distribution.d.ts +271 -0
- package/out/exports/resources.generated/aws-lightsail-instance.d.ts +313 -0
- package/out/exports/resources.generated/aws-lightsail-loadbalancer.d.ts +61 -0
- package/out/exports/resources.generated/aws-lightsail-loadbalancertlscertificate.d.ts +47 -0
- package/out/exports/resources.generated/aws-lightsail-staticip.d.ts +30 -0
- package/out/exports/resources.generated/aws-location-apikey.d.ts +151 -0
- package/out/exports/resources.generated/aws-location-geofencecollection.d.ts +80 -0
- package/out/exports/resources.generated/aws-location-map.d.ts +139 -0
- package/out/exports/resources.generated/aws-location-placeindex.d.ts +103 -0
- package/out/exports/resources.generated/aws-location-routecalculator.d.ts +84 -0
- package/out/exports/resources.generated/aws-location-tracker.d.ts +84 -0
- package/out/exports/resources.generated/aws-location-trackerconsumer.d.ts +31 -0
- package/out/exports/resources.generated/aws-logs-accountpolicy.d.ts +150 -0
- package/out/exports/resources.generated/aws-logs-delivery.d.ts +71 -0
- package/out/exports/resources.generated/aws-logs-deliverydestination.d.ts +59 -0
- package/out/exports/resources.generated/aws-logs-deliverysource.d.ts +59 -0
- package/out/exports/resources.generated/aws-logs-destination.d.ts +36 -0
- package/out/exports/resources.generated/aws-logs-integration.d.ts +64 -0
- package/out/exports/resources.generated/aws-logs-loganomalydetector.d.ts +66 -0
- package/out/exports/resources.generated/aws-logs-loggroup.d.ts +75 -0
- package/out/exports/resources.generated/aws-logs-logstream.d.ts +24 -0
- package/out/exports/resources.generated/aws-logs-metricfilter.d.ts +112 -0
- package/out/exports/resources.generated/aws-logs-querydefinition.d.ts +39 -0
- package/out/exports/resources.generated/aws-logs-resourcepolicy.d.ts +22 -0
- package/out/exports/resources.generated/aws-logs-subscriptionfilter.d.ts +45 -0
- package/out/exports/resources.generated/aws-logs-transformer.d.ts +376 -0
- package/out/exports/resources.generated/aws-lookoutequipment-inferencescheduler.d.ts +119 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-alert.d.ts +82 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-anomalydetector.d.ts +368 -0
- package/out/exports/resources.generated/aws-lookoutvision-project.d.ts +18 -0
- package/out/exports/resources.generated/aws-m2-application.d.ts +75 -0
- package/out/exports/resources.generated/aws-m2-deployment.d.ts +33 -0
- package/out/exports/resources.generated/aws-m2-environment.d.ts +141 -0
- package/out/exports/resources.generated/aws-macie-allowlist.d.ts +104 -0
- package/out/exports/resources.generated/aws-macie-customdataidentifier.d.ts +65 -0
- package/out/exports/resources.generated/aws-macie-findingsfilter.d.ts +96 -0
- package/out/exports/resources.generated/aws-macie-session.d.ts +38 -0
- package/out/exports/resources.generated/aws-managedblockchain-accessor.d.ts +63 -0
- package/out/exports/resources.generated/aws-managedblockchain-member.d.ts +154 -0
- package/out/exports/resources.generated/aws-managedblockchain-node.d.ts +57 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridge.d.ts +217 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridgeoutput.d.ts +47 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridgesource.d.ts +83 -0
- package/out/exports/resources.generated/aws-mediaconnect-flow.d.ts +540 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowentitlement.d.ts +85 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowoutput.d.ts +179 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowsource.d.ts +160 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowvpcinterface.d.ts +44 -0
- package/out/exports/resources.generated/aws-mediaconnect-gateway.d.ts +43 -0
- package/out/exports/resources.generated/aws-mediaconvert-jobtemplate.d.ts +125 -0
- package/out/exports/resources.generated/aws-mediaconvert-preset.d.ts +47 -0
- package/out/exports/resources.generated/aws-mediaconvert-queue.d.ts +47 -0
- package/out/exports/resources.generated/aws-medialive-channel.d.ts +3868 -0
- package/out/exports/resources.generated/aws-medialive-channelplacementgroup.d.ts +46 -0
- package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplate.d.ts +124 -0
- package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplategroup.d.ts +50 -0
- package/out/exports/resources.generated/aws-medialive-cluster.d.ts +82 -0
- package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplate.d.ts +89 -0
- package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplategroup.d.ts +50 -0
- package/out/exports/resources.generated/aws-medialive-input.d.ts +158 -0
- package/out/exports/resources.generated/aws-medialive-inputsecuritygroup.d.ts +39 -0
- package/out/exports/resources.generated/aws-medialive-multiplex.d.ts +94 -0
- package/out/exports/resources.generated/aws-medialive-multiplexprogram.d.ts +163 -0
- package/out/exports/resources.generated/aws-medialive-network.d.ts +59 -0
- package/out/exports/resources.generated/aws-medialive-sdisource.d.ts +54 -0
- package/out/exports/resources.generated/aws-medialive-signalmap.d.ts +101 -0
- package/out/exports/resources.generated/aws-mediapackage-asset.d.ts +44 -0
- package/out/exports/resources.generated/aws-mediapackage-channel.d.ts +51 -0
- package/out/exports/resources.generated/aws-mediapackage-originendpoint.d.ts +550 -0
- package/out/exports/resources.generated/aws-mediapackage-packagingconfiguration.d.ts +355 -0
- package/out/exports/resources.generated/aws-mediapackage-packaginggroup.d.ts +64 -0
- package/out/exports/resources.generated/aws-mediapackagev2-channel.d.ts +87 -0
- package/out/exports/resources.generated/aws-mediapackagev2-channelgroup.d.ts +45 -0
- package/out/exports/resources.generated/aws-mediapackagev2-channelpolicy.d.ts +27 -0
- package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +494 -0
- package/out/exports/resources.generated/aws-mediapackagev2-originendpointpolicy.d.ts +34 -0
- package/out/exports/resources.generated/aws-mediastore-container.d.ts +119 -0
- package/out/exports/resources.generated/aws-mediatailor-channel.d.ts +144 -0
- package/out/exports/resources.generated/aws-mediatailor-channelpolicy.d.ts +17 -0
- package/out/exports/resources.generated/aws-mediatailor-livesource.d.ts +48 -0
- package/out/exports/resources.generated/aws-mediatailor-playbackconfiguration.d.ts +194 -0
- package/out/exports/resources.generated/aws-mediatailor-sourcelocation.d.ts +110 -0
- package/out/exports/resources.generated/aws-mediatailor-vodsource.d.ts +48 -0
- package/out/exports/resources.generated/aws-memorydb-acl.d.ts +35 -0
- package/out/exports/resources.generated/aws-memorydb-cluster.d.ts +155 -0
- package/out/exports/resources.generated/aws-memorydb-multiregioncluster.d.ts +63 -0
- package/out/exports/resources.generated/aws-memorydb-parametergroup.d.ts +36 -0
- package/out/exports/resources.generated/aws-memorydb-subnetgroup.d.ts +37 -0
- package/out/exports/resources.generated/aws-memorydb-user.d.ts +52 -0
- package/out/exports/resources.generated/aws-mpa-approvalteam.d.ts +35 -0
- package/out/exports/resources.generated/aws-mpa-identitysource.d.ts +29 -0
- package/out/exports/resources.generated/aws-msk-batchscramsecret.d.ts +16 -0
- package/out/exports/resources.generated/aws-msk-cluster.d.ts +463 -0
- package/out/exports/resources.generated/aws-msk-clusterpolicy.d.ts +25 -0
- package/out/exports/resources.generated/aws-msk-configuration.d.ts +57 -0
- package/out/exports/resources.generated/aws-msk-replicator.d.ts +191 -0
- package/out/exports/resources.generated/aws-msk-serverlesscluster.d.ts +63 -0
- package/out/exports/resources.generated/aws-msk-vpcconnection.d.ts +45 -0
- package/out/exports/resources.generated/aws-mwaa-environment.d.ts +233 -0
- package/out/exports/resources.generated/aws-neptune-dbcluster.d.ts +211 -0
- package/out/exports/resources.generated/aws-neptune-dbclusterparametergroup.d.ts +34 -0
- package/out/exports/resources.generated/aws-neptune-dbinstance.d.ts +93 -0
- package/out/exports/resources.generated/aws-neptune-dbparametergroup.d.ts +38 -0
- package/out/exports/resources.generated/aws-neptune-dbsubnetgroup.d.ts +24 -0
- package/out/exports/resources.generated/aws-neptune-eventsubscription.d.ts +29 -0
- package/out/exports/resources.generated/aws-neptunegraph-graph.d.ts +78 -0
- package/out/exports/resources.generated/aws-neptunegraph-privategraphendpoint.d.ts +36 -0
- package/out/exports/resources.generated/aws-networkfirewall-firewall.d.ts +96 -0
- package/out/exports/resources.generated/aws-networkfirewall-firewallpolicy.d.ts +243 -0
- package/out/exports/resources.generated/aws-networkfirewall-loggingconfiguration.d.ts +77 -0
- package/out/exports/resources.generated/aws-networkfirewall-rulegroup.d.ts +496 -0
- package/out/exports/resources.generated/aws-networkfirewall-tlsinspectionconfiguration.d.ts +173 -0
- package/out/exports/resources.generated/aws-networkmanager-connectattachment.d.ts +127 -0
- package/out/exports/resources.generated/aws-networkmanager-connectpeer.d.ts +67 -0
- package/out/exports/resources.generated/aws-networkmanager-corenetwork.d.ts +48 -0
- package/out/exports/resources.generated/aws-networkmanager-customergatewayassociation.d.ts +26 -0
- package/out/exports/resources.generated/aws-networkmanager-device.d.ts +104 -0
- package/out/exports/resources.generated/aws-networkmanager-directconnectgatewayattachment.d.ts +112 -0
- package/out/exports/resources.generated/aws-networkmanager-globalnetwork.d.ts +36 -0
- package/out/exports/resources.generated/aws-networkmanager-link.d.ts +73 -0
- package/out/exports/resources.generated/aws-networkmanager-linkassociation.d.ts +20 -0
- package/out/exports/resources.generated/aws-networkmanager-site.d.ts +65 -0
- package/out/exports/resources.generated/aws-networkmanager-sitetositevpnattachment.d.ts +112 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewaypeering.d.ts +58 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewayregistration.d.ts +16 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewayroutetableattachment.d.ts +116 -0
- package/out/exports/resources.generated/aws-networkmanager-vpcattachment.d.ts +135 -0
- package/out/exports/resources.generated/aws-notifications-channelassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-notifications-eventrule.d.ts +57 -0
- package/out/exports/resources.generated/aws-notifications-managednotificationaccountcontactassociation.d.ts +20 -0
- package/out/exports/resources.generated/aws-notifications-managednotificationadditionalchannelassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-notifications-notificationconfiguration.d.ts +60 -0
- package/out/exports/resources.generated/aws-notifications-notificationhub.d.ts +19 -0
- package/out/exports/resources.generated/aws-notificationscontacts-emailcontact.d.ts +67 -0
- package/out/exports/resources.generated/aws-oam-link.d.ts +111 -0
- package/out/exports/resources.generated/aws-oam-sink.d.ts +40 -0
- package/out/exports/resources.generated/aws-omics-annotationstore.d.ts +141 -0
- package/out/exports/resources.generated/aws-omics-referencestore.d.ts +72 -0
- package/out/exports/resources.generated/aws-omics-rungroup.d.ts +64 -0
- package/out/exports/resources.generated/aws-omics-sequencestore.d.ts +126 -0
- package/out/exports/resources.generated/aws-omics-variantstore.d.ts +107 -0
- package/out/exports/resources.generated/aws-omics-workflow.d.ts +135 -0
- package/out/exports/resources.generated/aws-omics-workflowversion.d.ts +111 -0
- package/out/exports/resources.generated/aws-opensearchserverless-accesspolicy.d.ts +36 -0
- package/out/exports/resources.generated/aws-opensearchserverless-collection.d.ts +71 -0
- package/out/exports/resources.generated/aws-opensearchserverless-index.d.ts +116 -0
- package/out/exports/resources.generated/aws-opensearchserverless-lifecyclepolicy.d.ts +36 -0
- package/out/exports/resources.generated/aws-opensearchserverless-securityconfig.d.ts +111 -0
- package/out/exports/resources.generated/aws-opensearchserverless-securitypolicy.d.ts +40 -0
- package/out/exports/resources.generated/aws-opensearchserverless-vpcendpoint.d.ts +39 -0
- package/out/exports/resources.generated/aws-opensearchservice-application.d.ts +92 -0
- package/out/exports/resources.generated/aws-opensearchservice-domain.d.ts +572 -0
- package/out/exports/resources.generated/aws-opsworks-app.d.ts +143 -0
- package/out/exports/resources.generated/aws-opsworks-elasticloadbalancerattachment.d.ts +19 -0
- package/out/exports/resources.generated/aws-opsworks-instance.d.ts +212 -0
- package/out/exports/resources.generated/aws-opsworks-layer.d.ts +209 -0
- package/out/exports/resources.generated/aws-opsworks-stack.d.ts +258 -0
- package/out/exports/resources.generated/aws-opsworks-userprofile.d.ts +31 -0
- package/out/exports/resources.generated/aws-opsworks-volume.d.ts +27 -0
- package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +209 -0
- package/out/exports/resources.generated/aws-organizations-account.d.ts +117 -0
- package/out/exports/resources.generated/aws-organizations-organization.d.ts +63 -0
- package/out/exports/resources.generated/aws-organizations-organizationalunit.d.ts +55 -0
- package/out/exports/resources.generated/aws-organizations-policy.d.ts +89 -0
- package/out/exports/resources.generated/aws-organizations-resourcepolicy.d.ts +40 -0
- package/out/exports/resources.generated/aws-osis-pipeline.d.ts +141 -0
- package/out/exports/resources.generated/aws-panorama-applicationinstance.d.ts +94 -0
- package/out/exports/resources.generated/aws-panorama-package.d.ts +50 -0
- package/out/exports/resources.generated/aws-panorama-packageversion.d.ts +59 -0
- package/out/exports/resources.generated/aws-paymentcryptography-alias.d.ts +37 -0
- package/out/exports/resources.generated/aws-paymentcryptography-key.d.ts +150 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-connector.d.ts +50 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-directoryregistration.d.ts +26 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-serviceprincipalname.d.ts +22 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-template.d.ts +723 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-templategroupaccesscontrolentry.d.ts +47 -0
- package/out/exports/resources.generated/aws-pcaconnectorscep-challenge.d.ts +27 -0
- package/out/exports/resources.generated/aws-pcaconnectorscep-connector.d.ts +69 -0
- package/out/exports/resources.generated/aws-pcs-cluster.d.ts +112 -0
- package/out/exports/resources.generated/aws-pcs-computenodegroup.d.ts +136 -0
- package/out/exports/resources.generated/aws-pcs-queue.d.ts +48 -0
- package/out/exports/resources.generated/aws-personalize-dataset.d.ts +119 -0
- package/out/exports/resources.generated/aws-personalize-datasetgroup.d.ts +42 -0
- package/out/exports/resources.generated/aws-personalize-schema.d.ts +40 -0
- package/out/exports/resources.generated/aws-personalize-solution.d.ts +198 -0
- package/out/exports/resources.generated/aws-pinpoint-admchannel.d.ts +32 -0
- package/out/exports/resources.generated/aws-pinpoint-apnschannel.d.ts +52 -0
- package/out/exports/resources.generated/aws-pinpoint-apnssandboxchannel.d.ts +52 -0
- package/out/exports/resources.generated/aws-pinpoint-apnsvoipchannel.d.ts +52 -0
- package/out/exports/resources.generated/aws-pinpoint-apnsvoipsandboxchannel.d.ts +52 -0
- package/out/exports/resources.generated/aws-pinpoint-app.d.ts +30 -0
- package/out/exports/resources.generated/aws-pinpoint-applicationsettings.d.ts +92 -0
- package/out/exports/resources.generated/aws-pinpoint-baiduchannel.d.ts +32 -0
- package/out/exports/resources.generated/aws-pinpoint-campaign.d.ts +636 -0
- package/out/exports/resources.generated/aws-pinpoint-emailchannel.d.ts +44 -0
- package/out/exports/resources.generated/aws-pinpoint-emailtemplate.d.ts +45 -0
- package/out/exports/resources.generated/aws-pinpoint-eventstream.d.ts +27 -0
- package/out/exports/resources.generated/aws-pinpoint-gcmchannel.d.ts +36 -0
- package/out/exports/resources.generated/aws-pinpoint-inapptemplate.d.ts +183 -0
- package/out/exports/resources.generated/aws-pinpoint-pushtemplate.d.ts +158 -0
- package/out/exports/resources.generated/aws-pinpoint-segment.d.ts +227 -0
- package/out/exports/resources.generated/aws-pinpoint-smschannel.d.ts +36 -0
- package/out/exports/resources.generated/aws-pinpoint-smstemplate.d.ts +37 -0
- package/out/exports/resources.generated/aws-pinpoint-voicechannel.d.ts +24 -0
- package/out/exports/resources.generated/aws-pinpointemail-configurationset.d.ts +73 -0
- package/out/exports/resources.generated/aws-pinpointemail-configurationseteventdestination.d.ts +121 -0
- package/out/exports/resources.generated/aws-pinpointemail-dedicatedippool.d.ts +19 -0
- package/out/exports/resources.generated/aws-pinpointemail-identity.d.ts +84 -0
- package/out/exports/resources.generated/aws-pipes-pipe.d.ts +1585 -0
- package/out/exports/resources.generated/aws-proton-environmentaccountconnection.d.ts +72 -0
- package/out/exports/resources.generated/aws-proton-environmenttemplate.d.ts +56 -0
- package/out/exports/resources.generated/aws-proton-servicetemplate.d.ts +52 -0
- package/out/exports/resources.generated/aws-qbusiness-application.d.ts +194 -0
- package/out/exports/resources.generated/aws-qbusiness-dataaccessor.d.ts +172 -0
- package/out/exports/resources.generated/aws-qbusiness-datasource.d.ts +341 -0
- package/out/exports/resources.generated/aws-qbusiness-index.d.ts +117 -0
- package/out/exports/resources.generated/aws-qbusiness-permission.d.ts +33 -0
- package/out/exports/resources.generated/aws-qbusiness-plugin.d.ts +190 -0
- package/out/exports/resources.generated/aws-qbusiness-retriever.d.ts +105 -0
- package/out/exports/resources.generated/aws-qbusiness-webexperience.d.ts +195 -0
- package/out/exports/resources.generated/aws-qldb-ledger.d.ts +67 -0
- package/out/exports/resources.generated/aws-qldb-stream.d.ts +77 -0
- package/out/exports/resources.generated/aws-quicksight-analysis.d.ts +11521 -0
- package/out/exports/resources.generated/aws-quicksight-custompermissions.d.ts +110 -0
- package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +11631 -0
- package/out/exports/resources.generated/aws-quicksight-dataset.d.ts +1014 -0
- package/out/exports/resources.generated/aws-quicksight-datasource.d.ts +820 -0
- package/out/exports/resources.generated/aws-quicksight-folder.d.ts +99 -0
- package/out/exports/resources.generated/aws-quicksight-refreshschedule.d.ts +85 -0
- package/out/exports/resources.generated/aws-quicksight-template.d.ts +10850 -0
- package/out/exports/resources.generated/aws-quicksight-theme.d.ts +302 -0
- package/out/exports/resources.generated/aws-quicksight-topic.d.ts +773 -0
- package/out/exports/resources.generated/aws-quicksight-vpcconnection.d.ts +78 -0
- package/out/exports/resources.generated/aws-ram-permission.d.ts +53 -0
- package/out/exports/resources.generated/aws-ram-resourceshare.d.ts +52 -0
- package/out/exports/resources.generated/aws-rbin-rule.d.ts +123 -0
- package/out/exports/resources.generated/aws-rds-customdbengineversion.d.ts +100 -0
- package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +844 -0
- package/out/exports/resources.generated/aws-rds-dbclusterparametergroup.d.ts +74 -0
- package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +1159 -0
- package/out/exports/resources.generated/aws-rds-dbparametergroup.d.ts +85 -0
- package/out/exports/resources.generated/aws-rds-dbproxy.d.ts +120 -0
- package/out/exports/resources.generated/aws-rds-dbproxyendpoint.d.ts +77 -0
- package/out/exports/resources.generated/aws-rds-dbproxytargetgroup.d.ts +111 -0
- package/out/exports/resources.generated/aws-rds-dbsecuritygroup.d.ts +56 -0
- package/out/exports/resources.generated/aws-rds-dbsecuritygroupingress.d.ts +37 -0
- package/out/exports/resources.generated/aws-rds-dbshardgroup.d.ts +79 -0
- package/out/exports/resources.generated/aws-rds-dbsubnetgroup.d.ts +34 -0
- package/out/exports/resources.generated/aws-rds-eventsubscription.d.ts +55 -0
- package/out/exports/resources.generated/aws-rds-globalcluster.d.ts +155 -0
- package/out/exports/resources.generated/aws-rds-integration.d.ts +59 -0
- package/out/exports/resources.generated/aws-rds-optiongroup.d.ts +100 -0
- package/out/exports/resources.generated/aws-redshift-cluster.d.ts +403 -0
- package/out/exports/resources.generated/aws-redshift-clusterparametergroup.d.ts +46 -0
- package/out/exports/resources.generated/aws-redshift-clustersecuritygroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-redshift-clustersecuritygroupingress.d.ts +40 -0
- package/out/exports/resources.generated/aws-redshift-clustersubnetgroup.d.ts +29 -0
- package/out/exports/resources.generated/aws-redshift-endpointaccess.d.ts +57 -0
- package/out/exports/resources.generated/aws-redshift-endpointauthorization.d.ts +59 -0
- package/out/exports/resources.generated/aws-redshift-eventsubscription.d.ts +91 -0
- package/out/exports/resources.generated/aws-redshift-integration.d.ts +44 -0
- package/out/exports/resources.generated/aws-redshift-scheduledaction.d.ts +109 -0
- package/out/exports/resources.generated/aws-redshiftserverless-namespace.d.ts +153 -0
- package/out/exports/resources.generated/aws-redshiftserverless-workgroup.d.ts +205 -0
- package/out/exports/resources.generated/aws-refactorspaces-application.d.ts +121 -0
- package/out/exports/resources.generated/aws-refactorspaces-environment.d.ts +56 -0
- package/out/exports/resources.generated/aws-refactorspaces-route.d.ts +134 -0
- package/out/exports/resources.generated/aws-refactorspaces-service.d.ts +109 -0
- package/out/exports/resources.generated/aws-rekognition-collection.d.ts +22 -0
- package/out/exports/resources.generated/aws-rekognition-project.d.ts +18 -0
- package/out/exports/resources.generated/aws-rekognition-streamprocessor.d.ts +285 -0
- package/out/exports/resources.generated/aws-resiliencehub-app.d.ts +360 -0
- package/out/exports/resources.generated/aws-resiliencehub-resiliencypolicy.d.ts +62 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-defaultviewassociation.d.ts +21 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-index.d.ts +38 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-view.d.ts +67 -0
- package/out/exports/resources.generated/aws-resourcegroups-group.d.ts +144 -0
- package/out/exports/resources.generated/aws-resourcegroups-tagsynctask.d.ts +76 -0
- package/out/exports/resources.generated/aws-robomaker-fleet.d.ts +29 -0
- package/out/exports/resources.generated/aws-robomaker-robot.d.ts +44 -0
- package/out/exports/resources.generated/aws-robomaker-robotapplication.d.ts +80 -0
- package/out/exports/resources.generated/aws-robomaker-robotapplicationversion.d.ts +29 -0
- package/out/exports/resources.generated/aws-robomaker-simulationapplication.d.ts +113 -0
- package/out/exports/resources.generated/aws-robomaker-simulationapplicationversion.d.ts +29 -0
- package/out/exports/resources.generated/aws-rolesanywhere-crl.d.ts +36 -0
- package/out/exports/resources.generated/aws-rolesanywhere-profile.d.ts +84 -0
- package/out/exports/resources.generated/aws-rolesanywhere-trustanchor.d.ts +89 -0
- package/out/exports/resources.generated/aws-route53-cidrcollection.d.ts +44 -0
- package/out/exports/resources.generated/aws-route53-dnssec.d.ts +13 -0
- package/out/exports/resources.generated/aws-route53-healthcheck.d.ts +113 -0
- package/out/exports/resources.generated/aws-route53-hostedzone.d.ts +157 -0
- package/out/exports/resources.generated/aws-route53-keysigningkey.d.ts +36 -0
- package/out/exports/resources.generated/aws-route53-recordset.d.ts +467 -0
- package/out/exports/resources.generated/aws-route53-recordsetgroup.d.ts +477 -0
- package/out/exports/resources.generated/aws-route53profiles-profile.d.ts +34 -0
- package/out/exports/resources.generated/aws-route53profiles-profileassociation.d.ts +36 -0
- package/out/exports/resources.generated/aws-route53profiles-profileresourceassociation.d.ts +34 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-cluster.d.ts +35 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-controlpanel.d.ts +42 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-routingcontrol.d.ts +37 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-safetyrule.d.ts +132 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-cell.d.ts +39 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-readinesscheck.d.ts +37 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-recoverygroup.d.ts +34 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-resourceset.d.ts +132 -0
- package/out/exports/resources.generated/aws-route53resolver-firewalldomainlist.d.ts +84 -0
- package/out/exports/resources.generated/aws-route53resolver-firewallrulegroup.d.ts +174 -0
- package/out/exports/resources.generated/aws-route53resolver-firewallrulegroupassociation.d.ts +89 -0
- package/out/exports/resources.generated/aws-route53resolver-outpostresolver.d.ts +78 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverconfig.d.ts +36 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverdnssecconfig.d.ts +32 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverendpoint.d.ts +114 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfig.d.ts +77 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfigassociation.d.ts +56 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverrule.d.ts +101 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverruleassociation.d.ts +38 -0
- package/out/exports/resources.generated/aws-rum-appmonitor.d.ts +332 -0
- package/out/exports/resources.generated/aws-s3-accessgrant.d.ts +92 -0
- package/out/exports/resources.generated/aws-s3-accessgrantsinstance.d.ts +31 -0
- package/out/exports/resources.generated/aws-s3-accessgrantslocation.d.ts +42 -0
- package/out/exports/resources.generated/aws-s3-accesspoint.d.ts +111 -0
- package/out/exports/resources.generated/aws-s3-bucket.d.ts +1253 -0
- package/out/exports/resources.generated/aws-s3-bucketpolicy.d.ts +34 -0
- package/out/exports/resources.generated/aws-s3-multiregionaccesspoint.d.ts +85 -0
- package/out/exports/resources.generated/aws-s3-multiregionaccesspointpolicy.d.ts +28 -0
- package/out/exports/resources.generated/aws-s3-storagelens.d.ts +309 -0
- package/out/exports/resources.generated/aws-s3-storagelensgroup.d.ts +141 -0
- package/out/exports/resources.generated/aws-s3express-bucketpolicy.d.ts +52 -0
- package/out/exports/resources.generated/aws-s3express-directorybucket.d.ts +205 -0
- package/out/exports/resources.generated/aws-s3objectlambda-accesspoint.d.ts +90 -0
- package/out/exports/resources.generated/aws-s3objectlambda-accesspointpolicy.d.ts +20 -0
- package/out/exports/resources.generated/aws-s3outposts-accesspoint.d.ts +53 -0
- package/out/exports/resources.generated/aws-s3outposts-bucket.d.ts +285 -0
- package/out/exports/resources.generated/aws-s3outposts-bucketpolicy.d.ts +28 -0
- package/out/exports/resources.generated/aws-s3outposts-endpoint.d.ts +90 -0
- package/out/exports/resources.generated/aws-s3tables-tablebucket.d.ts +61 -0
- package/out/exports/resources.generated/aws-s3tables-tablebucketpolicy.d.ts +19 -0
- package/out/exports/resources.generated/aws-sagemaker-app.d.ts +96 -0
- package/out/exports/resources.generated/aws-sagemaker-appimageconfig.d.ts +150 -0
- package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +175 -0
- package/out/exports/resources.generated/aws-sagemaker-coderepository.d.ts +48 -0
- package/out/exports/resources.generated/aws-sagemaker-dataqualityjobdefinition.d.ts +379 -0
- package/out/exports/resources.generated/aws-sagemaker-device.d.ts +48 -0
- package/out/exports/resources.generated/aws-sagemaker-devicefleet.d.ts +55 -0
- package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +723 -0
- package/out/exports/resources.generated/aws-sagemaker-endpoint.d.ts +175 -0
- package/out/exports/resources.generated/aws-sagemaker-endpointconfig.d.ts +404 -0
- package/out/exports/resources.generated/aws-sagemaker-featuregroup.d.ts +239 -0
- package/out/exports/resources.generated/aws-sagemaker-image.d.ts +54 -0
- package/out/exports/resources.generated/aws-sagemaker-imageversion.d.ts +98 -0
- package/out/exports/resources.generated/aws-sagemaker-inferencecomponent.d.ts +232 -0
- package/out/exports/resources.generated/aws-sagemaker-inferenceexperiment.d.ts +247 -0
- package/out/exports/resources.generated/aws-sagemaker-mlflowtrackingserver.d.ts +62 -0
- package/out/exports/resources.generated/aws-sagemaker-model.d.ts +261 -0
- package/out/exports/resources.generated/aws-sagemaker-modelbiasjobdefinition.d.ts +415 -0
- package/out/exports/resources.generated/aws-sagemaker-modelcard.d.ts +624 -0
- package/out/exports/resources.generated/aws-sagemaker-modelexplainabilityjobdefinition.d.ts +374 -0
- package/out/exports/resources.generated/aws-sagemaker-modelpackage.d.ts +916 -0
- package/out/exports/resources.generated/aws-sagemaker-modelpackagegroup.d.ts +41 -0
- package/out/exports/resources.generated/aws-sagemaker-modelqualityjobdefinition.d.ts +425 -0
- package/out/exports/resources.generated/aws-sagemaker-monitoringschedule.d.ts +528 -0
- package/out/exports/resources.generated/aws-sagemaker-notebookinstance.d.ts +104 -0
- package/out/exports/resources.generated/aws-sagemaker-notebookinstancelifecycleconfig.d.ts +36 -0
- package/out/exports/resources.generated/aws-sagemaker-partnerapp.d.ts +103 -0
- package/out/exports/resources.generated/aws-sagemaker-pipeline.d.ts +81 -0
- package/out/exports/resources.generated/aws-sagemaker-project.d.ts +77 -0
- package/out/exports/resources.generated/aws-sagemaker-space.d.ts +332 -0
- package/out/exports/resources.generated/aws-sagemaker-studiolifecycleconfig.d.ts +39 -0
- package/out/exports/resources.generated/aws-sagemaker-userprofile.d.ts +507 -0
- package/out/exports/resources.generated/aws-sagemaker-workteam.d.ts +88 -0
- package/out/exports/resources.generated/aws-scheduler-schedule.d.ts +445 -0
- package/out/exports/resources.generated/aws-scheduler-schedulegroup.d.ts +54 -0
- package/out/exports/resources.generated/aws-sdb-domain.d.ts +17 -0
- package/out/exports/resources.generated/aws-secretsmanager-resourcepolicy.d.ts +33 -0
- package/out/exports/resources.generated/aws-secretsmanager-rotationschedule.d.ts +204 -0
- package/out/exports/resources.generated/aws-secretsmanager-secret.d.ts +143 -0
- package/out/exports/resources.generated/aws-secretsmanager-secrettargetattachment.d.ts +39 -0
- package/out/exports/resources.generated/aws-securityhub-automationrule.d.ts +613 -0
- package/out/exports/resources.generated/aws-securityhub-configurationpolicy.d.ts +179 -0
- package/out/exports/resources.generated/aws-securityhub-delegatedadmin.d.ts +30 -0
- package/out/exports/resources.generated/aws-securityhub-findingaggregator.d.ts +41 -0
- package/out/exports/resources.generated/aws-securityhub-hub.d.ts +54 -0
- package/out/exports/resources.generated/aws-securityhub-insight.d.ts +681 -0
- package/out/exports/resources.generated/aws-securityhub-organizationconfiguration.d.ts +53 -0
- package/out/exports/resources.generated/aws-securityhub-policyassociation.d.ts +43 -0
- package/out/exports/resources.generated/aws-securityhub-productsubscription.d.ts +24 -0
- package/out/exports/resources.generated/aws-securityhub-securitycontrol.d.ts +0 -0
- package/out/exports/resources.generated/aws-securityhub-standard.d.ts +44 -0
- package/out/exports/resources.generated/aws-securitylake-awslogsource.d.ts +29 -0
- package/out/exports/resources.generated/aws-securitylake-datalake.d.ts +110 -0
- package/out/exports/resources.generated/aws-securitylake-subscriber.d.ts +133 -0
- package/out/exports/resources.generated/aws-securitylake-subscribernotification.d.ts +72 -0
- package/out/exports/resources.generated/aws-servicecatalog-acceptedportfolioshare.d.ts +22 -0
- package/out/exports/resources.generated/aws-servicecatalog-cloudformationproduct.d.ts +161 -0
- package/out/exports/resources.generated/aws-servicecatalog-cloudformationprovisionedproduct.d.ts +217 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchnotificationconstraint.d.ts +34 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchroleconstraint.d.ts +44 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchtemplateconstraint.d.ts +34 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolio.d.ts +41 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioprincipalassociation.d.ts +30 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioproductassociation.d.ts +32 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioshare.d.ts +30 -0
- package/out/exports/resources.generated/aws-servicecatalog-resourceupdateconstraint.d.ts +36 -0
- package/out/exports/resources.generated/aws-servicecatalog-serviceaction.d.ts +59 -0
- package/out/exports/resources.generated/aws-servicecatalog-serviceactionassociation.d.ts +29 -0
- package/out/exports/resources.generated/aws-servicecatalog-stacksetconstraint.d.ts +56 -0
- package/out/exports/resources.generated/aws-servicecatalog-tagoption.d.ts +26 -0
- package/out/exports/resources.generated/aws-servicecatalog-tagoptionassociation.d.ts +19 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-application.d.ts +55 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroup.d.ts +40 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroupassociation.d.ts +34 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-resourceassociation.d.ts +36 -0
- package/out/exports/resources.generated/aws-servicediscovery-httpnamespace.d.ts +32 -0
- package/out/exports/resources.generated/aws-servicediscovery-instance.d.ts +62 -0
- package/out/exports/resources.generated/aws-servicediscovery-privatednsnamespace.d.ts +69 -0
- package/out/exports/resources.generated/aws-servicediscovery-publicdnsnamespace.d.ts +69 -0
- package/out/exports/resources.generated/aws-servicediscovery-service.d.ts +255 -0
- package/out/exports/resources.generated/aws-ses-configurationset.d.ts +164 -0
- package/out/exports/resources.generated/aws-ses-configurationseteventdestination.d.ts +150 -0
- package/out/exports/resources.generated/aws-ses-contactlist.d.ts +52 -0
- package/out/exports/resources.generated/aws-ses-dedicatedippool.d.ts +29 -0
- package/out/exports/resources.generated/aws-ses-emailidentity.d.ts +154 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddoninstance.d.ts +36 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddonsubscription.d.ts +31 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerarchive.d.ts +55 -0
- package/out/exports/resources.generated/aws-ses-mailmanageringresspoint.d.ts +117 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerrelay.d.ts +62 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerruleset.d.ts +441 -0
- package/out/exports/resources.generated/aws-ses-mailmanagertrafficpolicy.d.ts +197 -0
- package/out/exports/resources.generated/aws-ses-receiptfilter.d.ts +47 -0
- package/out/exports/resources.generated/aws-ses-receiptrule.d.ts +285 -0
- package/out/exports/resources.generated/aws-ses-receiptruleset.d.ts +19 -0
- package/out/exports/resources.generated/aws-ses-template.d.ts +39 -0
- package/out/exports/resources.generated/aws-ses-vdmattributes.d.ts +48 -0
- package/out/exports/resources.generated/aws-shield-drtaccess.d.ts +49 -0
- package/out/exports/resources.generated/aws-shield-proactiveengagement.d.ts +77 -0
- package/out/exports/resources.generated/aws-shield-protection.d.ts +96 -0
- package/out/exports/resources.generated/aws-shield-protectiongroup.d.ts +47 -0
- package/out/exports/resources.generated/aws-signer-profilepermission.d.ts +30 -0
- package/out/exports/resources.generated/aws-signer-signingprofile.d.ts +52 -0
- package/out/exports/resources.generated/aws-simspaceweaver-simulation.d.ts +101 -0
- package/out/exports/resources.generated/aws-sns-subscription.d.ts +77 -0
- package/out/exports/resources.generated/aws-sns-topic.d.ts +134 -0
- package/out/exports/resources.generated/aws-sns-topicinlinepolicy.d.ts +17 -0
- package/out/exports/resources.generated/aws-sns-topicpolicy.d.ts +23 -0
- package/out/exports/resources.generated/aws-sqs-queue.d.ts +138 -0
- package/out/exports/resources.generated/aws-sqs-queueinlinepolicy.d.ts +17 -0
- package/out/exports/resources.generated/aws-sqs-queuepolicy.d.ts +23 -0
- package/out/exports/resources.generated/aws-ssm-association.d.ts +191 -0
- package/out/exports/resources.generated/aws-ssm-document.d.ts +117 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindow.d.ts +57 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindowtarget.d.ts +54 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindowtask.d.ts +308 -0
- package/out/exports/resources.generated/aws-ssm-parameter.d.ts +70 -0
- package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +217 -0
- package/out/exports/resources.generated/aws-ssm-resourcedatasync.d.ts +143 -0
- package/out/exports/resources.generated/aws-ssm-resourcepolicy.d.ts +27 -0
- package/out/exports/resources.generated/aws-ssmcontacts-contact.d.ts +119 -0
- package/out/exports/resources.generated/aws-ssmcontacts-contactchannel.d.ts +46 -0
- package/out/exports/resources.generated/aws-ssmcontacts-plan.d.ts +104 -0
- package/out/exports/resources.generated/aws-ssmcontacts-rotation.d.ts +194 -0
- package/out/exports/resources.generated/aws-ssmguiconnect-preferences.d.ts +44 -0
- package/out/exports/resources.generated/aws-ssmincidents-replicationset.d.ts +51 -0
- package/out/exports/resources.generated/aws-ssmincidents-responseplan.d.ts +261 -0
- package/out/exports/resources.generated/aws-ssmquicksetup-configurationmanager.d.ts +372 -0
- package/out/exports/resources.generated/aws-sso-application.d.ts +90 -0
- package/out/exports/resources.generated/aws-sso-applicationassignment.d.ts +26 -0
- package/out/exports/resources.generated/aws-sso-assignment.d.ts +44 -0
- package/out/exports/resources.generated/aws-sso-instance.d.ts +52 -0
- package/out/exports/resources.generated/aws-sso-instanceaccesscontrolattributeconfiguration.d.ts +52 -0
- package/out/exports/resources.generated/aws-sso-permissionset.d.ts +113 -0
- package/out/exports/resources.generated/aws-stepfunctions-activity.d.ts +102 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachine.d.ts +215 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachinealias.d.ts +157 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachineversion.d.ts +42 -0
- package/out/exports/resources.generated/aws-supportapp-accountalias.d.ts +28 -0
- package/out/exports/resources.generated/aws-supportapp-slackchannelconfiguration.d.ts +63 -0
- package/out/exports/resources.generated/aws-supportapp-slackworkspaceconfiguration.d.ts +30 -0
- package/out/exports/resources.generated/aws-synthetics-canary.d.ts +303 -0
- package/out/exports/resources.generated/aws-synthetics-group.d.ts +33 -0
- package/out/exports/resources.generated/aws-systemsmanagersap-application.d.ts +99 -0
- package/out/exports/resources.generated/aws-timestream-database.d.ts +31 -0
- package/out/exports/resources.generated/aws-timestream-influxdbinstance.d.ts +159 -0
- package/out/exports/resources.generated/aws-timestream-scheduledquery.d.ts +279 -0
- package/out/exports/resources.generated/aws-timestream-table.d.ts +165 -0
- package/out/exports/resources.generated/aws-transfer-agreement.d.ts +137 -0
- package/out/exports/resources.generated/aws-transfer-certificate.d.ts +99 -0
- package/out/exports/resources.generated/aws-transfer-connector.d.ts +140 -0
- package/out/exports/resources.generated/aws-transfer-profile.d.ts +43 -0
- package/out/exports/resources.generated/aws-transfer-server.d.ts +394 -0
- package/out/exports/resources.generated/aws-transfer-user.d.ts +165 -0
- package/out/exports/resources.generated/aws-transfer-webapp.d.ts +115 -0
- package/out/exports/resources.generated/aws-transfer-workflow.d.ts +262 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-identitysource.d.ts +184 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policy.d.ts +127 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policystore.d.ts +80 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policytemplate.d.ts +36 -0
- package/out/exports/resources.generated/aws-voiceid-domain.d.ts +50 -0
- package/out/exports/resources.generated/aws-vpclattice-accesslogsubscription.d.ts +60 -0
- package/out/exports/resources.generated/aws-vpclattice-authpolicy.d.ts +28 -0
- package/out/exports/resources.generated/aws-vpclattice-listener.d.ts +125 -0
- package/out/exports/resources.generated/aws-vpclattice-resourceconfiguration.d.ts +94 -0
- package/out/exports/resources.generated/aws-vpclattice-resourcegateway.d.ts +53 -0
- package/out/exports/resources.generated/aws-vpclattice-resourcepolicy.d.ts +20 -0
- package/out/exports/resources.generated/aws-vpclattice-rule.d.ts +220 -0
- package/out/exports/resources.generated/aws-vpclattice-service.d.ts +79 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetwork.d.ts +68 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkresourceassociation.d.ts +42 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkserviceassociation.d.ts +106 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkvpcassociation.d.ts +88 -0
- package/out/exports/resources.generated/aws-vpclattice-targetgroup.d.ts +191 -0
- package/out/exports/resources.generated/aws-waf-bytematchset.d.ts +178 -0
- package/out/exports/resources.generated/aws-waf-ipset.d.ts +56 -0
- package/out/exports/resources.generated/aws-waf-rule.d.ts +51 -0
- package/out/exports/resources.generated/aws-waf-sizeconstraintset.d.ts +143 -0
- package/out/exports/resources.generated/aws-waf-sqlinjectionmatchset.d.ts +117 -0
- package/out/exports/resources.generated/aws-waf-webacl.d.ts +77 -0
- package/out/exports/resources.generated/aws-waf-xssmatchset.d.ts +117 -0
- package/out/exports/resources.generated/aws-wafregional-bytematchset.d.ts +178 -0
- package/out/exports/resources.generated/aws-wafregional-geomatchset.d.ts +44 -0
- package/out/exports/resources.generated/aws-wafregional-ipset.d.ts +56 -0
- package/out/exports/resources.generated/aws-wafregional-ratebasedrule.d.ts +63 -0
- package/out/exports/resources.generated/aws-wafregional-regexpatternset.d.ts +21 -0
- package/out/exports/resources.generated/aws-wafregional-rule.d.ts +51 -0
- package/out/exports/resources.generated/aws-wafregional-sizeconstraintset.d.ts +143 -0
- package/out/exports/resources.generated/aws-wafregional-sqlinjectionmatchset.d.ts +117 -0
- package/out/exports/resources.generated/aws-wafregional-webacl.d.ts +72 -0
- package/out/exports/resources.generated/aws-wafregional-webaclassociation.d.ts +23 -0
- package/out/exports/resources.generated/aws-wafregional-xssmatchset.d.ts +117 -0
- package/out/exports/resources.generated/aws-wafv2-ipset.d.ts +74 -0
- package/out/exports/resources.generated/aws-wafv2-loggingconfiguration.d.ts +142 -0
- package/out/exports/resources.generated/aws-wafv2-regexpatternset.d.ts +49 -0
- package/out/exports/resources.generated/aws-wafv2-rulegroup.d.ts +1496 -0
- package/out/exports/resources.generated/aws-wafv2-webacl.d.ts +2227 -0
- package/out/exports/resources.generated/aws-wafv2-webaclassociation.d.ts +45 -0
- package/out/exports/resources.generated/aws-wisdom-aiagent.d.ts +225 -0
- package/out/exports/resources.generated/aws-wisdom-aiagentversion.d.ts +39 -0
- package/out/exports/resources.generated/aws-wisdom-aiguardrail.d.ts +276 -0
- package/out/exports/resources.generated/aws-wisdom-aiguardrailversion.d.ts +43 -0
- package/out/exports/resources.generated/aws-wisdom-aiprompt.d.ts +109 -0
- package/out/exports/resources.generated/aws-wisdom-aipromptversion.d.ts +41 -0
- package/out/exports/resources.generated/aws-wisdom-assistant.d.ts +56 -0
- package/out/exports/resources.generated/aws-wisdom-assistantassociation.d.ts +53 -0
- package/out/exports/resources.generated/aws-wisdom-knowledgebase.d.ts +282 -0
- package/out/exports/resources.generated/aws-wisdom-messagetemplate.d.ts +615 -0
- package/out/exports/resources.generated/aws-wisdom-messagetemplateversion.d.ts +30 -0
- package/out/exports/resources.generated/aws-workspaces-connectionalias.d.ts +32 -0
- package/out/exports/resources.generated/aws-workspaces-workspace.d.ts +73 -0
- package/out/exports/resources.generated/aws-workspaces-workspacespool.d.ts +112 -0
- package/out/exports/resources.generated/aws-workspacesthinclient-environment.d.ts +146 -0
- package/out/exports/resources.generated/aws-workspacesweb-browsersettings.d.ts +45 -0
- package/out/exports/resources.generated/aws-workspacesweb-dataprotectionsettings.d.ts +166 -0
- package/out/exports/resources.generated/aws-workspacesweb-identityprovider.d.ts +78 -0
- package/out/exports/resources.generated/aws-workspacesweb-ipaccesssettings.d.ts +78 -0
- package/out/exports/resources.generated/aws-workspacesweb-networksettings.d.ts +50 -0
- package/out/exports/resources.generated/aws-workspacesweb-portal.d.ts +161 -0
- package/out/exports/resources.generated/aws-workspacesweb-truststore.d.ts +29 -0
- package/out/exports/resources.generated/aws-workspacesweb-useraccessloggingsettings.d.ts +38 -0
- package/out/exports/resources.generated/aws-workspacesweb-usersettings.d.ts +146 -0
- package/out/exports/resources.generated/aws-xray-group.d.ts +50 -0
- package/out/exports/resources.generated/aws-xray-resourcepolicy.d.ts +25 -0
- package/out/exports/resources.generated/aws-xray-samplingrule.d.ts +181 -0
- package/out/exports/resources.generated/aws-xray-transactionsearchconfig.d.ts +18 -0
- package/out/lib/assert.d.ts +21 -0
- package/out/lib/assert.d.ts.map +1 -0
- package/out/lib/assert.js +39 -0
- package/out/lib/assert.js.map +1 -0
- package/out/lib/builder.d.ts +153 -0
- package/out/lib/builder.d.ts.map +1 -0
- package/out/lib/builder.js +169 -0
- package/out/lib/builder.js.map +1 -0
- package/out/lib/intrinsics.d.ts +940 -0
- package/out/lib/intrinsics.d.ts.map +1 -0
- package/out/lib/intrinsics.js +431 -0
- package/out/lib/intrinsics.js.map +1 -0
- package/out/lib/json.d.ts.map +1 -0
- package/out/{exports/main → lib}/json.js.map +1 -1
- package/out/lib/parameters.d.ts.map +1 -0
- package/out/{exports/main → lib}/parameters.js.map +1 -1
- package/out/lib/policy.d.ts.map +1 -0
- package/out/{exports/main → lib}/policy.js.map +1 -1
- package/out/{exports/main → lib}/template.d.ts +29 -8
- package/out/lib/template.d.ts.map +1 -0
- package/out/lib/template.js +14 -0
- package/out/lib/template.js.map +1 -0
- package/package.json +12 -4
- package/exports/main/intrinsics.ts +0 -632
- package/out/exports/main/intrinsics.d.ts +0 -522
- package/out/exports/main/intrinsics.d.ts.map +0 -1
- package/out/exports/main/intrinsics.js +0 -20
- package/out/exports/main/intrinsics.js.map +0 -1
- package/out/exports/main/json.d.ts.map +0 -1
- package/out/exports/main/parameters.d.ts.map +0 -1
- package/out/exports/main/policy.d.ts.map +0 -1
- package/out/exports/main/template.d.ts.map +0 -1
- package/out/exports/main/template.js +0 -13
- package/out/exports/main/template.js.map +0 -1
- /package/{exports/main → lib}/json.ts +0 -0
- /package/{exports/main → lib}/parameters.ts +0 -0
- /package/{exports/main → lib}/policy.ts +0 -0
- /package/out/{exports/main → lib}/json.d.ts +0 -0
- /package/out/{exports/main → lib}/json.js +0 -0
- /package/out/{exports/main → lib}/parameters.d.ts +0 -0
- /package/out/{exports/main → lib}/parameters.js +0 -0
- /package/out/{exports/main → lib}/policy.d.ts +0 -0
- /package/out/{exports/main → lib}/policy.js +0 -0
|
@@ -1,522 +0,0 @@
|
|
|
1
|
-
import type { JsonPrimitive } from "./json.ts";
|
|
2
|
-
/**
|
|
3
|
-
* Branding symbol for {@link IntrinsicValue}.
|
|
4
|
-
*/
|
|
5
|
-
export declare const IntrinsicValueType: unique symbol;
|
|
6
|
-
/**
|
|
7
|
-
* Pseudo parameters are parameters that are predefined by AWS CloudFormation.
|
|
8
|
-
* You don't declare them in your template. Use them the same way as you would a
|
|
9
|
-
* parameter, as the argument for the Ref function.
|
|
10
|
-
*/
|
|
11
|
-
export declare const PseudoParameters: readonly ["AWS::AccountId", "AWS::NotificationARNs", "AWS::NoValue", "AWS::Partition", "AWS::Region", "AWS::StackId", "AWS::StackName", "AWS::URLSuffix"];
|
|
12
|
-
/**
|
|
13
|
-
* Pseudo parameters are parameters that are predefined by AWS CloudFormation.
|
|
14
|
-
* You don't declare them in your template. Use them the same way as you would a
|
|
15
|
-
* parameter, as the argument for the Ref function.
|
|
16
|
-
*/
|
|
17
|
-
export type PseudoParameter = (typeof PseudoParameters)[number];
|
|
18
|
-
/**
|
|
19
|
-
* Type brand for intrinsic functions returning the given type.
|
|
20
|
-
*/
|
|
21
|
-
export type IntrinsicValue<T> = {
|
|
22
|
-
[IntrinsicValueType]: T;
|
|
23
|
-
};
|
|
24
|
-
type LogicFunction<ValueFn, LogicFn = never> = FnAnd<ValueFn, LogicFn> | FnEquals<ValueFn> | FnNot<ValueFn, LogicFn> | FnOr<ValueFn, LogicFn> | LogicFn;
|
|
25
|
-
/**
|
|
26
|
-
* Value functions which can be used within Condition definitions.
|
|
27
|
-
*/
|
|
28
|
-
export type ConditionValueFunction = FnFindInMap | Ref;
|
|
29
|
-
/**
|
|
30
|
-
* Value functions which can be used with If functions.
|
|
31
|
-
*/
|
|
32
|
-
export type IfValueFunction<Value> = (Value extends string ? FnBase64 | FnJoin | FnSub : never) | (Value extends string[] ? FnGetAZs : never) | FnFindInMap<Value> | FnGetAtt<Value> | FnIf<Value> | FnSelect<Value> | Ref<Value>;
|
|
33
|
-
/**
|
|
34
|
-
* You can use intrinsic functions, such as Fn::If, Fn::Equals, and Fn::Not, to
|
|
35
|
-
* conditionally create stack resources. These conditions are evaluated based on
|
|
36
|
-
* input parameters that you declare when you create or update a stack. After
|
|
37
|
-
* you define all your conditions, you can associate them with resources or
|
|
38
|
-
* resource properties in the Resources and Outputs sections of a template.
|
|
39
|
-
*/
|
|
40
|
-
export type ConditionFunction = LogicFunction<ConditionValueFunction>;
|
|
41
|
-
/**
|
|
42
|
-
* An intrinsic function which returns the given value.
|
|
43
|
-
*/
|
|
44
|
-
export type ValueFn<Value = unknown> = (Value extends string ? FnBase64 | FnJoin | FnSub : never) | (Value extends readonly string[] ? FnCidr | FnGetAZs | FnSplit : never) | (Value extends readonly (infer Element)[] ? ValueFn<Element>[] : never) | FnFindInMap<Value> | FnGetAtt<Value> | FnIf<Value> | FnImportValue<Value> | FnSelect<Value> | Ref<Value>;
|
|
45
|
-
/**
|
|
46
|
-
* Convert a value to accept intrinsic functions.
|
|
47
|
-
*/
|
|
48
|
-
export type WithIntrinsics<Value> = Value extends object ? {
|
|
49
|
-
[K in keyof Value]: Value[K] | WithIntrinsics<Value[K]>;
|
|
50
|
-
} : Value | ValueFn<Value>;
|
|
51
|
-
/**
|
|
52
|
-
* Condition functions for use in Rule conditions or assertions.
|
|
53
|
-
*/
|
|
54
|
-
export type RuleConditionFunction = FnContains | FnEachMemberEquals | FnEachMemberIn;
|
|
55
|
-
/**
|
|
56
|
-
* String value functions which can be used with rules.
|
|
57
|
-
*/
|
|
58
|
-
export type RuleValueFunction<Value = string | string[]> = (Value extends string[] ? FnRefAll | FnValueOfAll : never) | FnValueOf<Value> | Ref<Value>;
|
|
59
|
-
/**
|
|
60
|
-
* In the condition or assertions of a rule, you can use intrinsic functions,
|
|
61
|
-
* such as `Fn::Equals`, `Fn::Not`, and `Fn::RefAll`. The condition property
|
|
62
|
-
* determines if AWS CloudFormation applies the assertions. If the condition
|
|
63
|
-
* evaluates to true, CloudFormation evaluates the assertions to verify whether
|
|
64
|
-
* a parameter value is valid when a provisioned product is created or updated.
|
|
65
|
-
* If a parameter value isn't valid, CloudFormation doesn't create or update the
|
|
66
|
-
* stack. If the condition evaluates to false, CloudFormation doesn't check the
|
|
67
|
-
* parameter value and proceeds with the stack operation.
|
|
68
|
-
*/
|
|
69
|
-
export type RuleFunction = LogicFunction<RuleValueFunction, RuleConditionFunction>;
|
|
70
|
-
/**
|
|
71
|
-
* Returns true if all the specified conditions evaluate to true, or returns
|
|
72
|
-
* false if any one of the conditions evaluates to false. `Fn::And` acts as an
|
|
73
|
-
* AND operator. The minimum number of conditions that you can include is 2,
|
|
74
|
-
* and the maximum is 10.
|
|
75
|
-
*
|
|
76
|
-
* @param conditions A condition that evaluates to true or false.
|
|
77
|
-
*
|
|
78
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-conditions.html#intrinsic-function-reference-conditions-and}
|
|
79
|
-
*/
|
|
80
|
-
export type FnAnd<ValueFn = ConditionValueFunction, LogicFn = never> = {
|
|
81
|
-
"Fn::And": LogicFunction<ValueFn, LogicFn>[];
|
|
82
|
-
};
|
|
83
|
-
/**
|
|
84
|
-
* The intrinsic function `Fn::Base64` returns the Base64 representation of
|
|
85
|
-
* the input string. This function is typically used to pass encoded data to
|
|
86
|
-
* Amazon EC2 instances by way of the UserData property.
|
|
87
|
-
*
|
|
88
|
-
* @param valueToEncode The string value you want to convert to Base64.
|
|
89
|
-
* @returns The original string, in Base64 representation.
|
|
90
|
-
*
|
|
91
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-base64.html}
|
|
92
|
-
*/
|
|
93
|
-
export type FnBase64 = {
|
|
94
|
-
[IntrinsicValueType]?: string;
|
|
95
|
-
"Fn::Base64": string | ValueFn<string>;
|
|
96
|
-
};
|
|
97
|
-
/**
|
|
98
|
-
* The intrinsic function `Fn::Cidr` returns an array of CIDR address blocks.
|
|
99
|
-
* The number of CIDR blocks returned is dependent on the count parameter.
|
|
100
|
-
*
|
|
101
|
-
* @param ipBlock The user-specified CIDR address block to be split into
|
|
102
|
-
* smaller CIDR blocks.
|
|
103
|
-
* @param count The number of CIDRs to generate. Valid range is between 1 and
|
|
104
|
-
* 256.
|
|
105
|
-
* @param cidrBits The number of subnet bits for the CIDR. For example,
|
|
106
|
-
* specifying a value "8" for this parameter will create a CIDR with a mask of
|
|
107
|
-
* "/24".
|
|
108
|
-
* @returns An array of CIDR address blocks.
|
|
109
|
-
*
|
|
110
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-cidr.html}
|
|
111
|
-
*/
|
|
112
|
-
export type FnCidr = {
|
|
113
|
-
[IntrinsicValueType]?: string[];
|
|
114
|
-
"Fn::Cidr": [
|
|
115
|
-
ipBlock: string | FnSelect<string> | Ref<string>,
|
|
116
|
-
count: number | FnSelect<number> | Ref<number>,
|
|
117
|
-
cidrBits: number | FnSelect<number> | Ref<number>
|
|
118
|
-
];
|
|
119
|
-
};
|
|
120
|
-
/**
|
|
121
|
-
* The intrinsic function Condition returns the evaluated result of the
|
|
122
|
-
* specified condition.
|
|
123
|
-
*
|
|
124
|
-
* When you are declaring a condition in a template and you need to use another
|
|
125
|
-
* condition in the evaluation, you can use Condition to refer to that other
|
|
126
|
-
* condition. This is used when declaring a condition in the Conditions section
|
|
127
|
-
* of the template.
|
|
128
|
-
*
|
|
129
|
-
* @param name The name of the condition you want to reference.
|
|
130
|
-
*
|
|
131
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-condition.html}
|
|
132
|
-
*/
|
|
133
|
-
export type FnCondition = {
|
|
134
|
-
Condition: string;
|
|
135
|
-
};
|
|
136
|
-
/**
|
|
137
|
-
* Returns `true` if a specified string matches at least one value in a list
|
|
138
|
-
* of strings.
|
|
139
|
-
*
|
|
140
|
-
* @param listOfStrings A list of strings, such as `"A", "B", "C"`.
|
|
141
|
-
* @param string A string, such as `"A"`, that you want to compare against a
|
|
142
|
-
* list of strings.
|
|
143
|
-
*
|
|
144
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-rules.html#fn-contains}
|
|
145
|
-
*/
|
|
146
|
-
export type FnContains = {
|
|
147
|
-
"Fn::Contains": [
|
|
148
|
-
listOfStrings: string[] | RuleValueFunction<string[]>,
|
|
149
|
-
string: string | RuleValueFunction<string>
|
|
150
|
-
];
|
|
151
|
-
};
|
|
152
|
-
/**
|
|
153
|
-
* Returns `true` if a specified string matches all values in a list.
|
|
154
|
-
*
|
|
155
|
-
* @param listOfStrings A list of strings, such as `"A", "B", "C"`.
|
|
156
|
-
* @param string A string, such as `"A"`, that you want to compare against a
|
|
157
|
-
* list of strings.
|
|
158
|
-
*
|
|
159
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-rules.html#fn-eachmemberequals}
|
|
160
|
-
*/
|
|
161
|
-
export type FnEachMemberEquals = {
|
|
162
|
-
"Fn::EachMemberEquals": [
|
|
163
|
-
listOfStrings: string[] | RuleValueFunction<string[]>,
|
|
164
|
-
string: string | RuleValueFunction<string>
|
|
165
|
-
];
|
|
166
|
-
};
|
|
167
|
-
/**
|
|
168
|
-
* Returns `true` if a specified string matches all values in a list.
|
|
169
|
-
*
|
|
170
|
-
* @param stringsToCheck A list of strings, such as `"A", "B", "C"`.
|
|
171
|
-
* CloudFormation checks whether each member in the stringsToC`heck parameter
|
|
172
|
-
* is in the `stringsToMap` parameter.
|
|
173
|
-
* @param stringsToMatch A list of strings, such as `"A", "B", "C"`. Each
|
|
174
|
-
* member in the `stringsToMatch` parameter is compared against the members of
|
|
175
|
-
* the `stringsToCheck` parameter.
|
|
176
|
-
*
|
|
177
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-rules.html#fn-eachmemberin}
|
|
178
|
-
*/
|
|
179
|
-
export type FnEachMemberIn = {
|
|
180
|
-
"Fn::EachMemberIn": [
|
|
181
|
-
stringsToCheck: string[] | RuleValueFunction<string[]>,
|
|
182
|
-
stringsToMatch: string[] | RuleValueFunction<string[]>
|
|
183
|
-
];
|
|
184
|
-
};
|
|
185
|
-
/**
|
|
186
|
-
* Compares if two values are equal. Returns true if the two values are equal
|
|
187
|
-
* or false if they aren't.
|
|
188
|
-
*
|
|
189
|
-
* @param value1 A value of any primitive type that you want to compare.
|
|
190
|
-
* @param value2 A value of any primitive type that you want to compare.
|
|
191
|
-
*
|
|
192
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-conditions.html#intrinsic-function-reference-conditions-equals}
|
|
193
|
-
*/
|
|
194
|
-
export type FnEquals<ValueFn = ConditionValueFunction> = {
|
|
195
|
-
"Fn::Equals": [
|
|
196
|
-
value1: JsonPrimitive | ValueFn,
|
|
197
|
-
value2: JsonPrimitive | ValueFn
|
|
198
|
-
];
|
|
199
|
-
};
|
|
200
|
-
/**
|
|
201
|
-
* The intrinsic function `Fn::FindInMap` returns the value corresponding to
|
|
202
|
-
* keys in a two-level map that is declared in the Mappings section.
|
|
203
|
-
*
|
|
204
|
-
* @param mapName The logical name of a mapping declared in the Mappings
|
|
205
|
-
* section that contains the keys and values.
|
|
206
|
-
* @param topLevelKey The top-level key name. Its value is a list of key-value pairs.
|
|
207
|
-
* @param secondLevelKey The second-level key name, which is set to one of the keys from the list assigned to TopLevelKey.
|
|
208
|
-
* @returns The value that is assigned to SecondLevelKey.
|
|
209
|
-
*
|
|
210
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-findinmap.html}
|
|
211
|
-
*/
|
|
212
|
-
export type FnFindInMap<Value = unknown> = {
|
|
213
|
-
[IntrinsicValueType]?: Value;
|
|
214
|
-
"Fn::FindInMap": [
|
|
215
|
-
mapName: string | FnFindInMap<string> | Ref<string>,
|
|
216
|
-
topLevelKey: string | FnFindInMap<string> | Ref<string>,
|
|
217
|
-
secondLevelKey: string | FnFindInMap<string> | Ref<string>
|
|
218
|
-
];
|
|
219
|
-
};
|
|
220
|
-
/**
|
|
221
|
-
* The `Fn::GetAtt` intrinsic function returns the value of an attribute from
|
|
222
|
-
* a resource in the template. For more information about GetAtt return values
|
|
223
|
-
* for a particular resource, refer to the documentation for that resource in
|
|
224
|
-
* the Resource and Property Reference.
|
|
225
|
-
*
|
|
226
|
-
* @param logicalNameOfResource The logical name (also called logical ID) of
|
|
227
|
-
* the resource that contains the attribute that you want.
|
|
228
|
-
* @param attributeName The name of the resource-specific attribute whose
|
|
229
|
-
* value you want. See the resource's reference page for details about the
|
|
230
|
-
* attributes available for that resource type.
|
|
231
|
-
* @returns The attribute value.
|
|
232
|
-
*
|
|
233
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-getatt.html}
|
|
234
|
-
*/
|
|
235
|
-
export type FnGetAtt<Value> = {
|
|
236
|
-
[IntrinsicValueType]?: Value;
|
|
237
|
-
"Fn::GetAtt": [
|
|
238
|
-
logicalResourceName: string,
|
|
239
|
-
attributeName: string | Ref<string>
|
|
240
|
-
];
|
|
241
|
-
};
|
|
242
|
-
/**
|
|
243
|
-
* The intrinsic function `Fn::GetAZs` returns an array that lists
|
|
244
|
-
* Availability Zones for a specified region. Because customers have access to
|
|
245
|
-
* different Availability Zones, the intrinsic function `Fn::GetAZs` enables
|
|
246
|
-
* template authors to write templates that adapt to the calling user's
|
|
247
|
-
* access. That way you don't have to hard-code a full list of Availability
|
|
248
|
-
* Zones for a specified region.
|
|
249
|
-
*
|
|
250
|
-
* @param region The name of the region for which you want to get the
|
|
251
|
-
* Availability Zones. You can use the AWS::Region pseudo parameter to
|
|
252
|
-
* specify the region in which the stack is created. Specifying an empty
|
|
253
|
-
* string is equivalent to specifying AWS::Region.
|
|
254
|
-
* @returns The list of Availability Zones for the region.
|
|
255
|
-
*
|
|
256
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-getavailabilityzones.html}
|
|
257
|
-
*/
|
|
258
|
-
export type FnGetAZs = {
|
|
259
|
-
[IntrinsicValueType]?: string[];
|
|
260
|
-
"Fn::GetAZs": string | Ref<string>;
|
|
261
|
-
};
|
|
262
|
-
/**
|
|
263
|
-
* Returns one value if the specified condition evaluates to true and another
|
|
264
|
-
* value if the specified condition evaluates to false. Currently, AWS
|
|
265
|
-
* CloudFormation supports the Fn::If intrinsic function in the metadata
|
|
266
|
-
* attribute, update policy attribute, and property values in the Resources
|
|
267
|
-
* section and Outputs sections of a template. You can use the `AWS::NoValue`
|
|
268
|
-
* pseudo parameter as a return value to remove the corresponding property.
|
|
269
|
-
*
|
|
270
|
-
* @param conditionName A reference to a condition in the Conditions section.
|
|
271
|
-
* Use the condition's name to reference it.
|
|
272
|
-
* @param valueIfTrue A value to be returned if the specified condition
|
|
273
|
-
* evaluates to true.
|
|
274
|
-
* @param valueIfFalse A value to be returned if the specified condition
|
|
275
|
-
* evaluates to false.
|
|
276
|
-
*
|
|
277
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-conditions.html#intrinsic-function-reference-conditions-if}
|
|
278
|
-
*/
|
|
279
|
-
export type FnIf<Value> = {
|
|
280
|
-
[IntrinsicValueType]?: Value;
|
|
281
|
-
"Fn::If": [
|
|
282
|
-
conditionName: string,
|
|
283
|
-
valueIfTrue: Value | IfValueFunction<Value>,
|
|
284
|
-
valueIfFalse: Value | IfValueFunction<Value>
|
|
285
|
-
];
|
|
286
|
-
};
|
|
287
|
-
/**
|
|
288
|
-
* The intrinsic function `Fn::ImportValue` returns the value of an output
|
|
289
|
-
* exported by another stack. You typically use this function to create
|
|
290
|
-
* cross-stack references. In the following example template snippets, Stack A
|
|
291
|
-
* exports VPC security group values and Stack B imports them.
|
|
292
|
-
*
|
|
293
|
-
* @param sharedValueToImport The stack output value that you want to import.
|
|
294
|
-
* @returns The stack output value.
|
|
295
|
-
*
|
|
296
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-importvalue.html}
|
|
297
|
-
*/
|
|
298
|
-
export type FnImportValue<Value> = {
|
|
299
|
-
[IntrinsicValueType]?: Value;
|
|
300
|
-
"Fn::ImportValue": string | FnBase64 | FnJoin | FnSub | FnFindInMap<string> | FnIf<string> | FnSelect<string> | Ref<string>;
|
|
301
|
-
};
|
|
302
|
-
/**
|
|
303
|
-
* The intrinsic function `Fn::Join` appends a set of values into a single
|
|
304
|
-
* value, separated by the specified delimiter. If a delimiter is the empty
|
|
305
|
-
* string, the set of values are concatenated with no delimiter.
|
|
306
|
-
*
|
|
307
|
-
* @param delimiter The value you want to occur between fragments. The
|
|
308
|
-
* delimiter will occur between fragments only. It will not terminate the
|
|
309
|
-
* final value.
|
|
310
|
-
* @param listOfValues The list of values you want combined.
|
|
311
|
-
* @returns The combined string.
|
|
312
|
-
*
|
|
313
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-join.html}
|
|
314
|
-
*/
|
|
315
|
-
export type FnJoin = {
|
|
316
|
-
[IntrinsicValueType]?: string;
|
|
317
|
-
"Fn::Join": [delimiter: string, listOfValues: FnJoinListValue];
|
|
318
|
-
};
|
|
319
|
-
/**
|
|
320
|
-
* Allowed functions in each element of the `listOfValues` parameter in
|
|
321
|
-
* {@link FnJoin}.
|
|
322
|
-
*/
|
|
323
|
-
export type FnJoinListItemValue = string | FnBase64 | FnFindInMap<string> | FnGetAtt<string> | FnIf<string> | FnImportValue<string> | FnSelect<string> | Ref<string>;
|
|
324
|
-
/**
|
|
325
|
-
* Allowed functions in the `listOfValues` parameter in {@link FnJoin}.
|
|
326
|
-
*/
|
|
327
|
-
export type FnJoinListValue = FnGetAZs | FnFindInMap<string[]> | FnGetAtt<string[]> | FnIf<string[]> | FnImportValue<string[]> | FnSelect<string[]> | FnSplit | Ref<string[]> | FnJoinListItemValue[];
|
|
328
|
-
/**
|
|
329
|
-
* Returns true for a condition that evaluates to false or returns false for a
|
|
330
|
-
* condition that evaluates to true. `Fn::Not` acts as a NOT operator.
|
|
331
|
-
*
|
|
332
|
-
* @param condition A condition such as `Fn::Equals` that evaluates to true or
|
|
333
|
-
* false.
|
|
334
|
-
*
|
|
335
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-conditions.html#intrinsic-function-reference-conditions-not}
|
|
336
|
-
*/
|
|
337
|
-
export type FnNot<ValueFn = ConditionValueFunction, LogicFn = never> = {
|
|
338
|
-
"Fn::Not": [condition: LogicFunction<ValueFn, LogicFn>];
|
|
339
|
-
};
|
|
340
|
-
/**
|
|
341
|
-
* Returns true if any one of the specified conditions evaluate to true, or
|
|
342
|
-
* returns false if all of the conditions evaluates to false. `Fn::Or` acts as
|
|
343
|
-
* an OR operator. The minimum number of conditions that you can include is 2,
|
|
344
|
-
* and the maximum is 10.
|
|
345
|
-
*
|
|
346
|
-
* @param conditions A condition that evaluates to true or false.
|
|
347
|
-
*
|
|
348
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-conditions.html#intrinsic-function-reference-conditions-or}
|
|
349
|
-
*/
|
|
350
|
-
export type FnOr<ValueFn = ConditionValueFunction, LogicFn = never> = {
|
|
351
|
-
"Fn::Or": LogicFunction<ValueFn, LogicFn>[];
|
|
352
|
-
};
|
|
353
|
-
/**
|
|
354
|
-
* The intrinsic function Ref returns the value of the specified parameter or
|
|
355
|
-
* resource.
|
|
356
|
-
*
|
|
357
|
-
* - When you specify a parameter's logical name, it returns the value of the
|
|
358
|
-
* parameter.
|
|
359
|
-
*
|
|
360
|
-
* - When you specify a resource's logical name, it returns a value that you
|
|
361
|
-
* can typically use to refer to that resource, such as a physical ID.
|
|
362
|
-
*
|
|
363
|
-
* When you are declaring a resource in a template and you need to specify
|
|
364
|
-
* another template resource by name, you can use the Ref to refer to that
|
|
365
|
-
* other resource. In general, Ref returns the name of the resource. For
|
|
366
|
-
* example, a reference to an AWS::AutoScaling::AutoScalingGroup returns the
|
|
367
|
-
* name of that Auto Scaling group resource.
|
|
368
|
-
*
|
|
369
|
-
* @param logicalName The logical name of the resource or parameter you want
|
|
370
|
-
* to dereference.
|
|
371
|
-
*
|
|
372
|
-
* @returns The physical ID of the resource or the value of the parameter.
|
|
373
|
-
*
|
|
374
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-ref.html}
|
|
375
|
-
*/
|
|
376
|
-
export type Ref<Value = unknown> = {
|
|
377
|
-
[IntrinsicValueType]?: Value;
|
|
378
|
-
Ref: string;
|
|
379
|
-
};
|
|
380
|
-
/**
|
|
381
|
-
* Returns all values for a specified parameter type.
|
|
382
|
-
*
|
|
383
|
-
* @param parameterType An AWS-specific parameter type, such as
|
|
384
|
-
* `AWS::EC2::SecurityGroup::Id` or `AWS::EC2::VPC::Id`. For more information,
|
|
385
|
-
* see Parameters in the AWS CloudFormation User Guide.
|
|
386
|
-
*
|
|
387
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-rules.html#fn-refall}
|
|
388
|
-
*/
|
|
389
|
-
export type FnRefAll = {
|
|
390
|
-
[IntrinsicValueType]?: string[];
|
|
391
|
-
"Fn::RefAll": string | RuleValueFunction<string>;
|
|
392
|
-
};
|
|
393
|
-
/**
|
|
394
|
-
* The intrinsic function `Fn::Select` returns a single object from a list of
|
|
395
|
-
* objects by index.
|
|
396
|
-
*
|
|
397
|
-
* @param index The index of the object to retrieve. This must be a value from
|
|
398
|
-
* zero to N-1, where N represents the number of elements in the array.
|
|
399
|
-
* @param listOfObjects The list of objects to select from. This list must not
|
|
400
|
-
* be null, nor can it have null entries.
|
|
401
|
-
* @returns The selected object.
|
|
402
|
-
*
|
|
403
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-select.html}
|
|
404
|
-
*/
|
|
405
|
-
export type FnSelect<Value> = {
|
|
406
|
-
[IntrinsicValueType]?: Value;
|
|
407
|
-
"Fn::Select": [
|
|
408
|
-
index: number | Ref<number> | FnFindInMap<number>,
|
|
409
|
-
listOfObjects: Value[] | (Value extends string[] ? FnGetAZs | FnSplit : never) | FnFindInMap<Value[]> | FnGetAtt<Value[]> | Ref<Value[]>
|
|
410
|
-
];
|
|
411
|
-
};
|
|
412
|
-
/**
|
|
413
|
-
* To split a string into a list of string values so that you can select an
|
|
414
|
-
* element from the resulting string list, use the `Fn::Split` intrinsic
|
|
415
|
-
* function. Specify the location of splits with a delimiter, such as , (a
|
|
416
|
-
* comma). After you split a string, use the `Fn::Select` function to pick a
|
|
417
|
-
* specific element.
|
|
418
|
-
*
|
|
419
|
-
* @param delimiter A string value that determines where the source string is
|
|
420
|
-
* divided.
|
|
421
|
-
* @param sourceString The string value that you want to split.
|
|
422
|
-
* @returns A list of string values.
|
|
423
|
-
*
|
|
424
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-split.html}
|
|
425
|
-
*/
|
|
426
|
-
export type FnSplit = {
|
|
427
|
-
[IntrinsicValueType]?: string[];
|
|
428
|
-
"Fn::Split": [delimiter: string, sourceString: string | ValueFn<string>];
|
|
429
|
-
};
|
|
430
|
-
/**
|
|
431
|
-
* The intrinsic function `Fn::Sub` substitutes variables in an input string
|
|
432
|
-
* with values that you specify. In your templates, you can use this function
|
|
433
|
-
* to construct commands or outputs that include values that aren't available
|
|
434
|
-
* until you create or update a stack.
|
|
435
|
-
*
|
|
436
|
-
* @param text A string with variables that AWS CloudFormation substitutes
|
|
437
|
-
* with their associated values at runtime. Write variables as `${MyVarName}`.
|
|
438
|
-
* Variables can be template parameter names, resource logical IDs,
|
|
439
|
-
* resource attributes, or a variable in a key-value map. If you specify only
|
|
440
|
-
* template parameter names, resource logical IDs, and resource attributes,
|
|
441
|
-
* don't specify a key-value map.
|
|
442
|
-
*
|
|
443
|
-
* If you specify template parameter names or resource logical IDs, such as
|
|
444
|
-
* `${InstanceTypeParameter}` AWS CloudFormation returns the same values as if
|
|
445
|
-
* you used the Ref intrinsic function. If you specify resource attributes,
|
|
446
|
-
* such as `${MyInstance.PublicIp}` AWS CloudFormation returns the same values
|
|
447
|
-
* as if you used the `Fn::GetAtt` intrinsic function.
|
|
448
|
-
*
|
|
449
|
-
* To write a dollar sign and curly braces (`${}`) literally, add an
|
|
450
|
-
* exclamation point (!) after the open curly brace, such as `${!Literal}`.
|
|
451
|
-
* AWS CloudFormation resolves this text as `${Literal}`.
|
|
452
|
-
*
|
|
453
|
-
* @param values A map of values that AWS CloudFormation substitutes for the
|
|
454
|
-
* associated variable names at runtime.
|
|
455
|
-
*
|
|
456
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-sub.html}
|
|
457
|
-
*/
|
|
458
|
-
export type FnSub = {
|
|
459
|
-
[IntrinsicValueType]?: string;
|
|
460
|
-
"Fn::Sub": [text: string, values: Record<string, string | ValueFn<string>>];
|
|
461
|
-
};
|
|
462
|
-
/**
|
|
463
|
-
* Map of parameter type to attribute name to output type.
|
|
464
|
-
*/
|
|
465
|
-
export type FnValueOfTypeMap = {
|
|
466
|
-
"AWS::EC2::VPC::Id": {
|
|
467
|
-
DefaultNetworkAcl: string;
|
|
468
|
-
DefaultSecurityGroup: string;
|
|
469
|
-
} & Record<`Tags.${string}`, string>;
|
|
470
|
-
"AWS::EC2::Subnet::Id": {
|
|
471
|
-
AvailabilityZone: string;
|
|
472
|
-
VpcId: string;
|
|
473
|
-
} & Record<`Tags.${string}`, string>;
|
|
474
|
-
"AWS::EC2::SecurityGroup::Id": Record<`Tags.${string}`, string>;
|
|
475
|
-
};
|
|
476
|
-
/**
|
|
477
|
-
* Supported attributes for {@link FnValueOf} and {@link FnValueOfAll}.
|
|
478
|
-
*/
|
|
479
|
-
export type FnValueOfAttribute = {
|
|
480
|
-
[K in keyof FnValueOfTypeMap]: keyof FnValueOfTypeMap[K];
|
|
481
|
-
}[keyof FnValueOfTypeMap];
|
|
482
|
-
/**
|
|
483
|
-
* Supported parameter types for {@link FnValueOf} and {@link FnValueOfAll}.
|
|
484
|
-
*/
|
|
485
|
-
export type FnValueOfType = keyof FnValueOfTypeMap;
|
|
486
|
-
/**
|
|
487
|
-
* Returns an attribute value or list of values for a specific parameter and
|
|
488
|
-
* attribute.
|
|
489
|
-
*
|
|
490
|
-
* @param parameterLogicalId The name of a parameter for which you want to
|
|
491
|
-
* retrieve attribute values. The parameter must be declared in the
|
|
492
|
-
* `Parameters` section of the template.
|
|
493
|
-
* @param attribute The name of an attribute from which you want to retrieve a
|
|
494
|
-
* value.
|
|
495
|
-
*
|
|
496
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-rules.html#fn-valueof}
|
|
497
|
-
*/
|
|
498
|
-
export type FnValueOf<Value = string> = {
|
|
499
|
-
[IntrinsicValueType]?: Value;
|
|
500
|
-
"Fn::ValueOf": [parameterLogicalId: string, attribute: FnValueOfAttribute];
|
|
501
|
-
};
|
|
502
|
-
/**
|
|
503
|
-
* Returns a list of all attribute values for a given parameter type and
|
|
504
|
-
* attribute.
|
|
505
|
-
*
|
|
506
|
-
* @param parameterType An AWS-specific parameter type, such as
|
|
507
|
-
* `AWS::EC2::SecurityGroup::Id` or `AWS::EC2::VPC::Id`. For more information,
|
|
508
|
-
* see Parameters in the AWS CloudFormation User Guide.
|
|
509
|
-
* @param attribute The name of an attribute from which you want to retrieve a
|
|
510
|
-
* value.
|
|
511
|
-
*
|
|
512
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-rules.html#fn-valueofall}
|
|
513
|
-
*/
|
|
514
|
-
export type FnValueOfAll = {
|
|
515
|
-
[IntrinsicValueType]?: string[];
|
|
516
|
-
"Fn::ValueOfAll": [
|
|
517
|
-
parameterType: FnValueOfType,
|
|
518
|
-
attribute: FnValueOfAttribute
|
|
519
|
-
];
|
|
520
|
-
};
|
|
521
|
-
export {};
|
|
522
|
-
//# sourceMappingURL=intrinsics.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"intrinsics.d.ts","sourceRoot":"","sources":["../../../exports/main/intrinsics.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Branding symbol for {@link IntrinsicValue}.
|
|
3
|
-
*/
|
|
4
|
-
export const IntrinsicValueType = Symbol.for("@propulsionworks/cloudformation/IntrinsicValueType");
|
|
5
|
-
/**
|
|
6
|
-
* Pseudo parameters are parameters that are predefined by AWS CloudFormation.
|
|
7
|
-
* You don't declare them in your template. Use them the same way as you would a
|
|
8
|
-
* parameter, as the argument for the Ref function.
|
|
9
|
-
*/
|
|
10
|
-
export const PseudoParameters = [
|
|
11
|
-
"AWS::AccountId",
|
|
12
|
-
"AWS::NotificationARNs",
|
|
13
|
-
"AWS::NoValue",
|
|
14
|
-
"AWS::Partition",
|
|
15
|
-
"AWS::Region",
|
|
16
|
-
"AWS::StackId",
|
|
17
|
-
"AWS::StackName",
|
|
18
|
-
"AWS::URLSuffix",
|
|
19
|
-
];
|
|
20
|
-
//# sourceMappingURL=intrinsics.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"intrinsics.js","sourceRoot":"","sources":["../../../exports/main/intrinsics.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,MAAM,CAAC,GAAG,CAC1C,oDAAoD,CACrD,CAAC;AAEF;;;;GAIG;AACH,MAAM,CAAC,MAAM,gBAAgB,GAAG;IAC9B,gBAAgB;IAChB,uBAAuB;IACvB,cAAc;IACd,gBAAgB;IAChB,aAAa;IACb,cAAc;IACd,gBAAgB;IAChB,gBAAgB;CACR,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"json.d.ts","sourceRoot":"","sources":["../../../exports/main/json.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;AAE7D,MAAM,MAAM,SAAS,GACjB,aAAa,GACb,SAAS,EAAE,GACX;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,SAAS,CAAA;CAAE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../exports/main/parameters.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,MAAM,iBAAiB,CAAC,CAAC,SAAS,MAAM,IAAI,QAAQ,CAAC,GAAG,CAAC;AAE/D;;GAEG;AACH,MAAM,MAAM,0BAA0B,CAAC,CAAC,IACtC,CAAC,SAAS,iBAAiB,CAAC,MAAM,OAAO,CAAC,GAAG,OAAO,GAAG,KAAK,CAAC;AAE/D;;;GAGG;AACH,MAAM,MAAM,+BAA+B,GACvC,kCAAkC,GAClC,qBAAqB,GACrB,wBAAwB,GACxB,oCAAoC,GACpC,6BAA6B,GAC7B,sBAAsB,GACtB,sBAAsB,GACtB,mBAAmB,GACnB,8BAA8B,CAAC;AAEnC;;;;;;;;;;;;;GAaG;AACH,MAAM,MAAM,sBAAsB,GAC9B,kCAAkC,GAClC,qBAAqB,GACrB,wBAAwB,GACxB,4BAA4B,GAC5B,oCAAoC,GACpC,6BAA6B,GAC7B,sBAAsB,GACtB,sBAAsB,GACtB,mBAAmB,GACnB,8BAA8B,CAAC;AAEnC;;;;;;;;;;;;;GAaG;AACH,MAAM,MAAM,gBAAgB,GACxB,sBAAsB,GACtB,iBAAiB,CAAC,+BAA+B,CAAC,CAAC;AAEvD;;;;GAIG;AACH,MAAM,MAAM,qBAAqB,CAAC,CAAC,SAAS,MAAM,IAChD,8BAA8B,CAAC,GAAG,CAAC;AAErC;;;;;;;;;;GAUG;AACH,MAAM,MAAM,gBAAgB,GACxB,2BAA2B,GAC3B,qBAAqB,CAAC,QAAQ,CAAC,GAC/B,qBAAqB,CAAC,iBAAiB,CAAC,QAAQ,CAAC,CAAC,GAClD,qBAAqB,CAAC,oBAAoB,CAAC,GAC3C,qBAAqB,CAAC,gBAAgB,CAAC,CAAC;AAE5C;;;GAGG;AACH,MAAM,MAAM,wBAAwB,GAChC,oBAAoB,GACpB,iBAAiB,CAAC,QAAQ,CAAC,GAC3B,iBAAiB,CAAC,+BAA+B,CAAC,CAAC;AAEvD;;;;GAIG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,kBAAkB,EAAE,MAAM,EAAE,CAAC;CAC9B,GAAG;KACD,CAAC,IAAI,gBAAgB,GAAG,gBAAgB,GAAG,CAAC,SACzC,wBAAwB,GACxB,qBAAqB,CAAC,wBAAwB,CAAC,GAC/C,MAAM,EAAE,GACR,MAAM;CACX,CAAC;AAEF;;;;;;GAMG;AACH,MAAM,MAAM,aAAa,GAAG,MAAM,gBAAgB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"policy.d.ts","sourceRoot":"","sources":["../../../exports/main/policy.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"template.d.ts","sourceRoot":"","sources":["../../../exports/main/template.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* An object containing all valid TemplateSection values.
|
|
3
|
-
*/
|
|
4
|
-
export const TemplateSection = {
|
|
5
|
-
Conditions: "Conditions",
|
|
6
|
-
Mappings: "Mappings",
|
|
7
|
-
Metadata: "Metadata",
|
|
8
|
-
Outputs: "Outputs",
|
|
9
|
-
Parameters: "Parameters",
|
|
10
|
-
Resources: "Resources",
|
|
11
|
-
Rules: "Rules",
|
|
12
|
-
};
|
|
13
|
-
//# sourceMappingURL=template.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"template.js","sourceRoot":"","sources":["../../../exports/main/template.ts"],"names":[],"mappings":"AAiJA;;GAEG;AACH,MAAM,CAAC,MAAM,eAAe,GAAkC;IAC5D,UAAU,EAAE,YAAY;IACxB,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,SAAS;IAClB,UAAU,EAAE,YAAY;IACxB,SAAS,EAAE,WAAW;IACtB,KAAK,EAAE,OAAO;CACf,CAAC"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|