@propulsionworks/cloudformation 0.1.0 → 0.1.2
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/lib/intrinsics.ts +8 -3
- package/out/exports/resources.generated/alexa-ask-skill.d.ts +26 -0
- package/out/exports/resources.generated/aws-accessanalyzer-analyzer.d.ts +29 -0
- package/out/exports/resources.generated/aws-acmpca-certificate.d.ts +88 -0
- package/out/exports/resources.generated/aws-acmpca-certificateauthority.d.ts +91 -0
- package/out/exports/resources.generated/aws-acmpca-certificateauthorityactivation.d.ts +13 -0
- package/out/exports/resources.generated/aws-acmpca-permission.d.ts +15 -0
- package/out/exports/resources.generated/aws-amazonmq-broker.d.ts +92 -0
- package/out/exports/resources.generated/aws-amazonmq-configuration.d.ts +23 -0
- package/out/exports/resources.generated/aws-amazonmq-configurationassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-amplify-app.d.ts +55 -0
- package/out/exports/resources.generated/aws-amplify-branch.d.ts +35 -0
- package/out/exports/resources.generated/aws-amplify-domain.d.ts +30 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-component.d.ts +114 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-form.d.ts +117 -0
- package/out/exports/resources.generated/aws-amplifyuibuilder-theme.d.ts +23 -0
- package/out/exports/resources.generated/aws-apigateway-account.d.ts +12 -0
- package/out/exports/resources.generated/aws-apigateway-apikey.d.ts +20 -0
- package/out/exports/resources.generated/aws-apigateway-authorizer.d.ts +19 -0
- package/out/exports/resources.generated/aws-apigateway-basepathmapping.d.ts +9 -0
- package/out/exports/resources.generated/aws-apigateway-basepathmappingv2.d.ts +13 -0
- package/out/exports/resources.generated/aws-apigateway-clientcertificate.d.ts +11 -0
- package/out/exports/resources.generated/aws-apigateway-deployment.d.ts +56 -0
- package/out/exports/resources.generated/aws-apigateway-documentationpart.d.ts +18 -0
- package/out/exports/resources.generated/aws-apigateway-documentationversion.d.ts +8 -0
- package/out/exports/resources.generated/aws-apigateway-domainname.d.ts +31 -0
- package/out/exports/resources.generated/aws-apigateway-domainnameaccessassociation.d.ts +17 -0
- package/out/exports/resources.generated/aws-apigateway-domainnamev2.d.ts +19 -1
- package/out/exports/resources.generated/aws-apigateway-gatewayresponse.d.ts +14 -0
- package/out/exports/resources.generated/aws-apigateway-method.d.ts +43 -0
- package/out/exports/resources.generated/aws-apigateway-model.d.ts +10 -0
- package/out/exports/resources.generated/aws-apigateway-requestvalidator.d.ts +13 -0
- package/out/exports/resources.generated/aws-apigateway-resource.d.ts +12 -0
- package/out/exports/resources.generated/aws-apigateway-restapi.d.ts +36 -1
- package/out/exports/resources.generated/aws-apigateway-stage.d.ts +38 -0
- package/out/exports/resources.generated/aws-apigateway-usageplan.d.ts +28 -0
- package/out/exports/resources.generated/aws-apigateway-usageplankey.d.ts +12 -0
- package/out/exports/resources.generated/aws-apigateway-vpclink.d.ts +13 -0
- package/out/exports/resources.generated/aws-apigatewayv2-api.d.ts +40 -0
- package/out/exports/resources.generated/aws-apigatewayv2-apigatewaymanagedoverrides.d.ts +40 -0
- package/out/exports/resources.generated/aws-apigatewayv2-apimapping.d.ts +13 -0
- package/out/exports/resources.generated/aws-apigatewayv2-authorizer.d.ts +23 -0
- package/out/exports/resources.generated/aws-apigatewayv2-deployment.d.ts +12 -0
- package/out/exports/resources.generated/aws-apigatewayv2-domainname.d.ts +27 -0
- package/out/exports/resources.generated/aws-apigatewayv2-integration.d.ts +34 -0
- package/out/exports/resources.generated/aws-apigatewayv2-integrationresponse.d.ts +16 -0
- package/out/exports/resources.generated/aws-apigatewayv2-model.d.ts +14 -0
- package/out/exports/resources.generated/aws-apigatewayv2-route.d.ts +21 -0
- package/out/exports/resources.generated/aws-apigatewayv2-routeresponse.d.ts +17 -0
- package/out/exports/resources.generated/aws-apigatewayv2-stage.d.ts +30 -0
- package/out/exports/resources.generated/aws-apigatewayv2-vpclink.d.ts +13 -0
- package/out/exports/resources.generated/aws-appconfig-application.d.ts +22 -0
- package/out/exports/resources.generated/aws-appconfig-configurationprofile.d.ts +37 -0
- package/out/exports/resources.generated/aws-appconfig-deployment.d.ts +34 -0
- package/out/exports/resources.generated/aws-appconfig-deploymentstrategy.d.ts +27 -0
- package/out/exports/resources.generated/aws-appconfig-environment.d.ts +28 -0
- package/out/exports/resources.generated/aws-appconfig-extension.d.ts +34 -0
- package/out/exports/resources.generated/aws-appconfig-extensionassociation.d.ts +17 -0
- package/out/exports/resources.generated/aws-appconfig-hostedconfigurationversion.d.ts +22 -0
- package/out/exports/resources.generated/aws-appflow-connector.d.ts +17 -0
- package/out/exports/resources.generated/aws-appflow-connectorprofile.d.ts +218 -0
- package/out/exports/resources.generated/aws-appflow-flow.d.ts +316 -0
- package/out/exports/resources.generated/aws-appintegrations-application.d.ts +19 -0
- package/out/exports/resources.generated/aws-appintegrations-dataintegration.d.ts +25 -0
- package/out/exports/resources.generated/aws-appintegrations-eventintegration.d.ts +16 -0
- package/out/exports/resources.generated/aws-applicationautoscaling-scalabletarget.d.ts +37 -0
- package/out/exports/resources.generated/aws-applicationautoscaling-scalingpolicy.d.ts +151 -0
- package/out/exports/resources.generated/aws-applicationinsights-application.d.ts +105 -0
- package/out/exports/resources.generated/aws-applicationsignals-discovery.d.ts +19 -0
- package/out/exports/resources.generated/aws-applicationsignals-servicelevelobjective.d.ts +130 -0
- package/out/exports/resources.generated/aws-appmesh-gatewayroute.d.ts +110 -0
- package/out/exports/resources.generated/aws-appmesh-mesh.d.ts +30 -0
- package/out/exports/resources.generated/aws-appmesh-route.d.ts +126 -0
- package/out/exports/resources.generated/aws-appmesh-virtualgateway.d.ts +120 -0
- package/out/exports/resources.generated/aws-appmesh-virtualnode.d.ts +174 -0
- package/out/exports/resources.generated/aws-appmesh-virtualrouter.d.ts +33 -0
- package/out/exports/resources.generated/aws-appmesh-virtualservice.d.ts +35 -0
- package/out/exports/resources.generated/aws-apprunner-autoscalingconfiguration.d.ts +26 -0
- package/out/exports/resources.generated/aws-apprunner-observabilityconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-apprunner-service.d.ts +86 -0
- package/out/exports/resources.generated/aws-apprunner-vpcconnector.d.ts +18 -0
- package/out/exports/resources.generated/aws-apprunner-vpcingressconnection.d.ts +22 -0
- package/out/exports/resources.generated/aws-appstream-appblock.d.ts +27 -0
- package/out/exports/resources.generated/aws-appstream-appblockbuilder.d.ts +27 -0
- package/out/exports/resources.generated/aws-appstream-application.d.ts +26 -0
- package/out/exports/resources.generated/aws-appstream-applicationentitlementassociation.d.ts +8 -0
- package/out/exports/resources.generated/aws-appstream-applicationfleetassociation.d.ts +7 -0
- package/out/exports/resources.generated/aws-appstream-directoryconfig.d.ts +15 -0
- package/out/exports/resources.generated/aws-appstream-entitlement.d.ts +18 -0
- package/out/exports/resources.generated/aws-appstream-fleet.d.ts +45 -0
- package/out/exports/resources.generated/aws-appstream-imagebuilder.d.ts +33 -0
- package/out/exports/resources.generated/aws-appstream-stack.d.ts +41 -0
- package/out/exports/resources.generated/aws-appstream-stackfleetassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-appstream-stackuserassociation.d.ts +15 -0
- package/out/exports/resources.generated/aws-appstream-user.d.ts +16 -0
- package/out/exports/resources.generated/aws-appsync-api.d.ts +47 -0
- package/out/exports/resources.generated/aws-appsync-apicache.d.ts +18 -0
- package/out/exports/resources.generated/aws-appsync-apikey.d.ts +14 -0
- package/out/exports/resources.generated/aws-appsync-channelnamespace.d.ts +63 -3
- package/out/exports/resources.generated/aws-appsync-datasource.d.ts +63 -0
- package/out/exports/resources.generated/aws-appsync-domainname.d.ts +16 -0
- package/out/exports/resources.generated/aws-appsync-domainnameapiassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-appsync-functionconfiguration.d.ts +39 -0
- package/out/exports/resources.generated/aws-appsync-graphqlapi.d.ts +64 -0
- package/out/exports/resources.generated/aws-appsync-graphqlschema.d.ts +16 -0
- package/out/exports/resources.generated/aws-appsync-resolver.d.ts +46 -0
- package/out/exports/resources.generated/aws-appsync-sourceapiassociation.d.ts +23 -0
- package/out/exports/resources.generated/aws-apptest-testcase.d.ts +113 -0
- package/out/exports/resources.generated/aws-aps-rulegroupsnamespace.d.ts +13 -0
- package/out/exports/resources.generated/aws-aps-scraper.d.ts +32 -0
- package/out/exports/resources.generated/aws-aps-workspace.d.ts +87 -0
- package/out/exports/resources.generated/aws-arczonalshift-autoshiftobservernotificationstatus.d.ts +16 -0
- package/out/exports/resources.generated/aws-arczonalshift-zonalautoshiftconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-athena-capacityreservation.d.ts +24 -0
- package/out/exports/resources.generated/aws-athena-datacatalog.d.ts +13 -0
- package/out/exports/resources.generated/aws-athena-namedquery.d.ts +14 -0
- package/out/exports/resources.generated/aws-athena-preparedstatement.d.ts +9 -0
- package/out/exports/resources.generated/aws-athena-workgroup.d.ts +67 -0
- package/out/exports/resources.generated/aws-auditmanager-assessment.d.ts +52 -0
- package/out/exports/resources.generated/aws-autoscaling-autoscalinggroup.d.ts +171 -0
- package/out/exports/resources.generated/aws-autoscaling-launchconfiguration.d.ts +47 -0
- package/out/exports/resources.generated/aws-autoscaling-lifecyclehook.d.ts +17 -0
- package/out/exports/resources.generated/aws-autoscaling-scalingpolicy.d.ts +101 -0
- package/out/exports/resources.generated/aws-autoscaling-scheduledaction.d.ts +21 -0
- package/out/exports/resources.generated/aws-autoscaling-warmpool.d.ts +18 -0
- package/out/exports/resources.generated/aws-autoscalingplans-scalingplan.d.ts +77 -0
- package/out/exports/resources.generated/aws-b2bi-capability.d.ts +47 -0
- package/out/exports/resources.generated/aws-b2bi-partnership.d.ts +52 -0
- package/out/exports/resources.generated/aws-b2bi-profile.d.ts +22 -0
- package/out/exports/resources.generated/aws-b2bi-transformer.d.ts +103 -0
- package/out/exports/resources.generated/aws-backup-backupplan.d.ts +43 -0
- package/out/exports/resources.generated/aws-backup-backupselection.d.ts +29 -0
- package/out/exports/resources.generated/aws-backup-backupvault.d.ts +27 -1
- package/out/exports/resources.generated/aws-backup-framework.d.ts +25 -0
- package/out/exports/resources.generated/aws-backup-logicallyairgappedbackupvault.d.ts +27 -1
- package/out/exports/resources.generated/aws-backup-reportplan.d.ts +18 -0
- package/out/exports/resources.generated/aws-backup-restoretestingplan.d.ts +29 -0
- package/out/exports/resources.generated/aws-backup-restoretestingselection.d.ts +30 -0
- package/out/exports/resources.generated/aws-backupgateway-hypervisor.d.ts +18 -0
- package/out/exports/resources.generated/aws-batch-computeenvironment.d.ts +86 -0
- package/out/exports/resources.generated/aws-batch-consumableresource.d.ts +17 -0
- package/out/exports/resources.generated/aws-batch-jobdefinition.d.ts +334 -0
- package/out/exports/resources.generated/aws-batch-jobqueue.d.ts +24 -0
- package/out/exports/resources.generated/aws-batch-schedulingpolicy.d.ts +19 -0
- package/out/exports/resources.generated/aws-bcmdataexports-export.d.ts +58 -0
- package/out/exports/resources.generated/aws-bedrock-agent.d.ts +124 -0
- package/out/exports/resources.generated/aws-bedrock-agentalias.d.ts +27 -0
- package/out/exports/resources.generated/aws-bedrock-applicationinferenceprofile.d.ts +24 -0
- package/out/exports/resources.generated/aws-bedrock-blueprint.d.ts +18 -0
- package/out/exports/resources.generated/aws-bedrock-dataautomationproject.d.ts +150 -0
- package/out/exports/resources.generated/aws-bedrock-datasource.d.ts +169 -0
- package/out/exports/resources.generated/aws-bedrock-flow.d.ts +147 -1
- package/out/exports/resources.generated/aws-bedrock-flowalias.d.ts +44 -0
- package/out/exports/resources.generated/aws-bedrock-flowversion.d.ts +18 -0
- package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +167 -0
- package/out/exports/resources.generated/aws-bedrock-guardrailversion.d.ts +13 -0
- package/out/exports/resources.generated/aws-bedrock-intelligentpromptrouter.d.ts +25 -0
- package/out/exports/resources.generated/aws-bedrock-knowledgebase.d.ts +217 -0
- package/out/exports/resources.generated/aws-bedrock-prompt.d.ts +80 -1
- package/out/exports/resources.generated/aws-bedrock-promptversion.d.ts +19 -0
- package/out/exports/resources.generated/aws-billingconductor-billinggroup.d.ts +28 -0
- package/out/exports/resources.generated/aws-billingconductor-customlineitem.d.ts +44 -0
- package/out/exports/resources.generated/aws-billingconductor-pricingplan.d.ts +16 -0
- package/out/exports/resources.generated/aws-billingconductor-pricingrule.d.ts +25 -0
- package/out/exports/resources.generated/aws-budgets-budget.d.ts +83 -0
- package/out/exports/resources.generated/aws-budgets-budgetsaction.d.ts +40 -0
- package/out/exports/resources.generated/aws-cassandra-keyspace.d.ts +12 -0
- package/out/exports/resources.generated/aws-cassandra-table.d.ts +54 -0
- package/out/exports/resources.generated/aws-cassandra-type.d.ts +23 -0
- package/out/exports/resources.generated/aws-ce-anomalymonitor.d.ts +18 -0
- package/out/exports/resources.generated/aws-ce-anomalysubscription.d.ts +26 -0
- package/out/exports/resources.generated/aws-ce-costcategory.d.ts +16 -0
- package/out/exports/resources.generated/aws-certificatemanager-account.d.ts +12 -0
- package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +27 -0
- package/out/exports/resources.generated/aws-chatbot-customaction.d.ts +30 -0
- package/out/exports/resources.generated/aws-chatbot-microsoftteamschannelconfiguration.d.ts +27 -0
- package/out/exports/resources.generated/aws-chatbot-slackchannelconfiguration.d.ts +25 -0
- package/out/exports/resources.generated/aws-cleanrooms-analysistemplate.d.ts +44 -0
- package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +65 -0
- package/out/exports/resources.generated/aws-cleanrooms-configuredtable.d.ts +102 -0
- package/out/exports/resources.generated/aws-cleanrooms-configuredtableassociation.d.ts +35 -0
- package/out/exports/resources.generated/aws-cleanrooms-idmappingtable.d.ts +22 -0
- package/out/exports/resources.generated/aws-cleanrooms-idnamespaceassociation.d.ts +24 -0
- package/out/exports/resources.generated/aws-cleanrooms-membership.d.ts +61 -0
- package/out/exports/resources.generated/aws-cleanrooms-privacybudgettemplate.d.ts +18 -0
- package/out/exports/resources.generated/aws-cleanroomsml-trainingdataset.d.ts +39 -0
- package/out/exports/resources.generated/aws-cloud9-environmentec2.d.ts +26 -0
- package/out/exports/resources.generated/aws-cloudformation-customresource.d.ts +17 -0
- package/out/exports/resources.generated/aws-cloudformation-guardhook.d.ts +31 -0
- package/out/exports/resources.generated/aws-cloudformation-hookdefaultversion.d.ts +19 -0
- package/out/exports/resources.generated/aws-cloudformation-hooktypeconfig.d.ts +19 -0
- package/out/exports/resources.generated/aws-cloudformation-hookversion.d.ts +24 -0
- package/out/exports/resources.generated/aws-cloudformation-lambdahook.d.ts +26 -0
- package/out/exports/resources.generated/aws-cloudformation-macro.d.ts +18 -0
- package/out/exports/resources.generated/aws-cloudformation-moduledefaultversion.d.ts +15 -0
- package/out/exports/resources.generated/aws-cloudformation-moduleversion.d.ts +22 -0
- package/out/exports/resources.generated/aws-cloudformation-publictypeversion.d.ts +34 -0
- package/out/exports/resources.generated/aws-cloudformation-publisher.d.ts +16 -0
- package/out/exports/resources.generated/aws-cloudformation-resourcedefaultversion.d.ts +17 -0
- package/out/exports/resources.generated/aws-cloudformation-resourceversion.d.ts +29 -0
- package/out/exports/resources.generated/aws-cloudformation-stack.d.ts +92 -0
- package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +69 -0
- package/out/exports/resources.generated/aws-cloudformation-typeactivation.d.ts +34 -0
- package/out/exports/resources.generated/aws-cloudformation-waitcondition.d.ts +16 -0
- package/out/exports/resources.generated/aws-cloudformation-waitconditionhandle.d.ts +15 -0
- package/out/exports/resources.generated/aws-cloudfront-anycastiplist.d.ts +15 -0
- package/out/exports/resources.generated/aws-cloudfront-cachepolicy.d.ts +40 -0
- package/out/exports/resources.generated/aws-cloudfront-cloudfrontoriginaccessidentity.d.ts +13 -0
- package/out/exports/resources.generated/aws-cloudfront-connectiongroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-cloudfront-continuousdeploymentpolicy.d.ts +35 -0
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +184 -0
- package/out/exports/resources.generated/aws-cloudfront-distributiontenant.d.ts +42 -0
- package/out/exports/resources.generated/aws-cloudfront-function.d.ts +31 -0
- package/out/exports/resources.generated/aws-cloudfront-keygroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-cloudfront-keyvaluestore.d.ts +17 -0
- package/out/exports/resources.generated/aws-cloudfront-monitoringsubscription.d.ts +11 -0
- package/out/exports/resources.generated/aws-cloudfront-originaccesscontrol.d.ts +20 -0
- package/out/exports/resources.generated/aws-cloudfront-originrequestpolicy.d.ts +34 -0
- package/out/exports/resources.generated/aws-cloudfront-publickey.d.ts +16 -0
- package/out/exports/resources.generated/aws-cloudfront-realtimelogconfig.d.ts +19 -0
- package/out/exports/resources.generated/aws-cloudfront-responseheaderspolicy.d.ts +82 -0
- package/out/exports/resources.generated/aws-cloudfront-streamingdistribution.d.ts +32 -0
- package/out/exports/resources.generated/aws-cloudfront-vpcorigin.d.ts +22 -0
- package/out/exports/resources.generated/aws-cloudtrail-channel.d.ts +16 -0
- package/out/exports/resources.generated/aws-cloudtrail-dashboard.d.ts +35 -0
- package/out/exports/resources.generated/aws-cloudtrail-eventdatastore.d.ts +39 -0
- package/out/exports/resources.generated/aws-cloudtrail-resourcepolicy.d.ts +7 -1
- package/out/exports/resources.generated/aws-cloudtrail-trail.d.ts +47 -0
- package/out/exports/resources.generated/aws-cloudwatch-alarm.d.ts +55 -0
- package/out/exports/resources.generated/aws-cloudwatch-anomalydetector.d.ts +57 -0
- package/out/exports/resources.generated/aws-cloudwatch-compositealarm.d.ts +28 -0
- package/out/exports/resources.generated/aws-cloudwatch-dashboard.d.ts +9 -0
- package/out/exports/resources.generated/aws-cloudwatch-insightrule.d.ts +17 -0
- package/out/exports/resources.generated/aws-cloudwatch-metricstream.d.ts +51 -0
- package/out/exports/resources.generated/aws-codeartifact-domain.d.ts +15 -1
- package/out/exports/resources.generated/aws-codeartifact-packagegroup.d.ts +35 -0
- package/out/exports/resources.generated/aws-codeartifact-repository.d.ts +19 -1
- package/out/exports/resources.generated/aws-codebuild-fleet.d.ts +45 -0
- package/out/exports/resources.generated/aws-codebuild-project.d.ts +138 -0
- package/out/exports/resources.generated/aws-codebuild-reportgroup.d.ts +27 -0
- package/out/exports/resources.generated/aws-codebuild-sourcecredential.d.ts +17 -0
- package/out/exports/resources.generated/aws-codecommit-repository.d.ts +36 -0
- package/out/exports/resources.generated/aws-codeconnections-connection.d.ts +17 -0
- package/out/exports/resources.generated/aws-codedeploy-application.d.ts +8 -0
- package/out/exports/resources.generated/aws-codedeploy-deploymentconfig.d.ts +30 -0
- package/out/exports/resources.generated/aws-codedeploy-deploymentgroup.d.ts +111 -0
- package/out/exports/resources.generated/aws-codeguruprofiler-profilinggroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-codegurureviewer-repositoryassociation.d.ts +22 -0
- package/out/exports/resources.generated/aws-codepipeline-customactiontype.d.ts +35 -0
- package/out/exports/resources.generated/aws-codepipeline-pipeline.d.ts +127 -1
- package/out/exports/resources.generated/aws-codepipeline-webhook.d.ts +30 -0
- package/out/exports/resources.generated/aws-codestar-githubrepository.d.ts +25 -0
- package/out/exports/resources.generated/aws-codestarconnections-connection.d.ts +17 -0
- package/out/exports/resources.generated/aws-codestarconnections-repositorylink.d.ts +16 -0
- package/out/exports/resources.generated/aws-codestarconnections-syncconfiguration.d.ts +19 -0
- package/out/exports/resources.generated/aws-codestarnotifications-notificationrule.d.ts +22 -0
- package/out/exports/resources.generated/aws-cognito-identitypool.d.ts +37 -0
- package/out/exports/resources.generated/aws-cognito-identitypoolprincipaltag.d.ts +9 -0
- package/out/exports/resources.generated/aws-cognito-identitypoolroleattachment.d.ts +24 -0
- package/out/exports/resources.generated/aws-cognito-logdeliveryconfiguration.d.ts +23 -0
- package/out/exports/resources.generated/aws-cognito-managedloginbranding.d.ts +36 -0
- package/out/exports/resources.generated/aws-cognito-userpool.d.ts +136 -0
- package/out/exports/resources.generated/aws-cognito-userpoolclient.d.ts +53 -0
- package/out/exports/resources.generated/aws-cognito-userpooldomain.d.ts +15 -0
- package/out/exports/resources.generated/aws-cognito-userpoolgroup.d.ts +10 -0
- package/out/exports/resources.generated/aws-cognito-userpoolidentityprovider.d.ts +11 -0
- package/out/exports/resources.generated/aws-cognito-userpoolresourceserver.d.ts +14 -0
- package/out/exports/resources.generated/aws-cognito-userpoolriskconfigurationattachment.d.ts +41 -0
- package/out/exports/resources.generated/aws-cognito-userpooluicustomizationattachment.d.ts +8 -0
- package/out/exports/resources.generated/aws-cognito-userpooluser.d.ts +16 -0
- package/out/exports/resources.generated/aws-cognito-userpoolusertogroupattachment.d.ts +13 -0
- package/out/exports/resources.generated/aws-comprehend-documentclassifier.d.ts +49 -0
- package/out/exports/resources.generated/aws-comprehend-flywheel.d.ts +44 -0
- package/out/exports/resources.generated/aws-config-aggregationauthorization.d.ts +12 -0
- package/out/exports/resources.generated/aws-config-configrule.d.ts +53 -0
- package/out/exports/resources.generated/aws-config-configurationaggregator.d.ts +21 -0
- package/out/exports/resources.generated/aws-config-configurationrecorder.d.ts +44 -0
- package/out/exports/resources.generated/aws-config-conformancepack.d.ts +15 -0
- package/out/exports/resources.generated/aws-config-deliverychannel.d.ts +33 -0
- package/out/exports/resources.generated/aws-config-organizationconfigrule.d.ts +61 -0
- package/out/exports/resources.generated/aws-config-organizationconformancepack.d.ts +15 -0
- package/out/exports/resources.generated/aws-config-remediationconfiguration.d.ts +26 -0
- package/out/exports/resources.generated/aws-config-storedquery.d.ts +14 -0
- package/out/exports/resources.generated/aws-connect-agentstatus.d.ts +19 -0
- package/out/exports/resources.generated/aws-connect-approvedorigin.d.ts +7 -0
- package/out/exports/resources.generated/aws-connect-contactflow.d.ts +16 -0
- package/out/exports/resources.generated/aws-connect-contactflowmodule.d.ts +16 -0
- package/out/exports/resources.generated/aws-connect-contactflowversion.d.ts +13 -0
- package/out/exports/resources.generated/aws-connect-emailaddress.d.ts +14 -0
- package/out/exports/resources.generated/aws-connect-evaluationform.d.ts +73 -0
- package/out/exports/resources.generated/aws-connect-hoursofoperation.d.ts +37 -0
- package/out/exports/resources.generated/aws-connect-instance.d.ts +30 -0
- package/out/exports/resources.generated/aws-connect-instancestorageconfig.d.ts +34 -0
- package/out/exports/resources.generated/aws-connect-integrationassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-connect-phonenumber.d.ts +17 -0
- package/out/exports/resources.generated/aws-connect-predefinedattribute.d.ts +13 -0
- package/out/exports/resources.generated/aws-connect-prompt.d.ts +14 -0
- package/out/exports/resources.generated/aws-connect-queue.d.ts +33 -0
- package/out/exports/resources.generated/aws-connect-quickconnect.d.ts +29 -0
- package/out/exports/resources.generated/aws-connect-routingprofile.d.ts +32 -0
- package/out/exports/resources.generated/aws-connect-rule.d.ts +78 -0
- package/out/exports/resources.generated/aws-connect-securitykey.d.ts +13 -0
- package/out/exports/resources.generated/aws-connect-securityprofile.d.ts +26 -0
- package/out/exports/resources.generated/aws-connect-tasktemplate.d.ts +38 -0
- package/out/exports/resources.generated/aws-connect-trafficdistributiongroup.d.ts +15 -0
- package/out/exports/resources.generated/aws-connect-user.d.ts +38 -0
- package/out/exports/resources.generated/aws-connect-userhierarchygroup.d.ts +13 -0
- package/out/exports/resources.generated/aws-connect-userhierarchystructure.d.ts +31 -0
- package/out/exports/resources.generated/aws-connect-view.d.ts +17 -0
- package/out/exports/resources.generated/aws-connect-viewversion.d.ts +13 -0
- package/out/exports/resources.generated/aws-connectcampaigns-campaign.d.ts +40 -0
- package/out/exports/resources.generated/aws-connectcampaignsv2-campaign.d.ts +123 -0
- package/out/exports/resources.generated/aws-controltower-enabledbaseline.d.ts +26 -0
- package/out/exports/resources.generated/aws-controltower-enabledcontrol.d.ts +12 -0
- package/out/exports/resources.generated/aws-controltower-landingzone.d.ts +22 -0
- package/out/exports/resources.generated/aws-cur-reportdefinition.d.ts +17 -0
- package/out/exports/resources.generated/aws-customerprofiles-calculatedattributedefinition.d.ts +36 -0
- package/out/exports/resources.generated/aws-customerprofiles-domain.d.ts +56 -0
- package/out/exports/resources.generated/aws-customerprofiles-eventstream.d.ts +15 -0
- package/out/exports/resources.generated/aws-customerprofiles-eventtrigger.d.ts +37 -0
- package/out/exports/resources.generated/aws-customerprofiles-integration.d.ts +108 -0
- package/out/exports/resources.generated/aws-customerprofiles-objecttype.d.ts +34 -0
- package/out/exports/resources.generated/aws-customerprofiles-segmentdefinition.d.ts +84 -0
- package/out/exports/resources.generated/aws-databrew-dataset.d.ts +76 -0
- package/out/exports/resources.generated/aws-databrew-job.d.ts +96 -0
- package/out/exports/resources.generated/aws-databrew-project.d.ts +14 -0
- package/out/exports/resources.generated/aws-databrew-recipe.d.ts +134 -0
- package/out/exports/resources.generated/aws-databrew-ruleset.d.ts +29 -0
- package/out/exports/resources.generated/aws-databrew-schedule.d.ts +9 -0
- package/out/exports/resources.generated/aws-datapipeline-pipeline.d.ts +48 -0
- package/out/exports/resources.generated/aws-datasync-agent.d.ts +22 -0
- package/out/exports/resources.generated/aws-datasync-locationazureblob.d.ts +74 -2
- package/out/exports/resources.generated/aws-datasync-locationefs.d.ts +20 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxlustre.d.ts +14 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxontap.d.ts +30 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxopenzfs.d.ts +21 -0
- package/out/exports/resources.generated/aws-datasync-locationfsxwindows.d.ts +17 -0
- package/out/exports/resources.generated/aws-datasync-locationhdfs.d.ts +29 -0
- package/out/exports/resources.generated/aws-datasync-locationnfs.d.ts +19 -0
- package/out/exports/resources.generated/aws-datasync-locationobjectstorage.d.ts +71 -1
- package/out/exports/resources.generated/aws-datasync-locations3.d.ts +19 -0
- package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +25 -0
- package/out/exports/resources.generated/aws-datasync-storagesystem.d.ts +27 -1
- package/out/exports/resources.generated/aws-datasync-task.d.ts +65 -0
- package/out/exports/resources.generated/aws-datazone-connection.d.ts +119 -0
- package/out/exports/resources.generated/aws-datazone-datasource.d.ts +72 -0
- package/out/exports/resources.generated/aws-datazone-domain.d.ts +31 -0
- package/out/exports/resources.generated/aws-datazone-domainunit.d.ts +18 -0
- package/out/exports/resources.generated/aws-datazone-environment.d.ts +34 -0
- package/out/exports/resources.generated/aws-datazone-environmentactions.d.ts +19 -0
- package/out/exports/resources.generated/aws-datazone-environmentblueprintconfiguration.d.ts +35 -0
- package/out/exports/resources.generated/aws-datazone-environmentprofile.d.ts +26 -0
- package/out/exports/resources.generated/aws-datazone-groupprofile.d.ts +15 -0
- package/out/exports/resources.generated/aws-datazone-owner.d.ts +14 -0
- package/out/exports/resources.generated/aws-datazone-project.d.ts +42 -0
- package/out/exports/resources.generated/aws-datazone-projectmembership.d.ts +13 -0
- package/out/exports/resources.generated/aws-datazone-subscriptiontarget.d.ts +28 -0
- package/out/exports/resources.generated/aws-datazone-userprofile.d.ts +18 -0
- package/out/exports/resources.generated/aws-dax-cluster.d.ts +30 -0
- package/out/exports/resources.generated/aws-dax-parametergroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-dax-subnetgroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-deadline-farm.d.ts +14 -0
- package/out/exports/resources.generated/aws-deadline-fleet.d.ts +131 -0
- package/out/exports/resources.generated/aws-deadline-licenseendpoint.d.ts +20 -0
- package/out/exports/resources.generated/aws-deadline-limit.d.ts +17 -0
- package/out/exports/resources.generated/aws-deadline-meteredproduct.d.ts +14 -0
- package/out/exports/resources.generated/aws-deadline-monitor.d.ts +16 -0
- package/out/exports/resources.generated/aws-deadline-queue.d.ts +37 -0
- package/out/exports/resources.generated/aws-deadline-queueenvironment.d.ts +18 -0
- package/out/exports/resources.generated/aws-deadline-queuefleetassociation.d.ts +8 -0
- package/out/exports/resources.generated/aws-deadline-queuelimitassociation.d.ts +8 -0
- package/out/exports/resources.generated/aws-deadline-storageprofile.d.ts +23 -0
- package/out/exports/resources.generated/aws-detective-graph.d.ts +11 -0
- package/out/exports/resources.generated/aws-detective-memberinvitation.d.ts +10 -0
- package/out/exports/resources.generated/aws-detective-organizationadmin.d.ts +10 -0
- package/out/exports/resources.generated/aws-devopsguru-loganomalydetectionintegration.d.ts +9 -0
- package/out/exports/resources.generated/aws-devopsguru-notificationchannel.d.ts +24 -0
- package/out/exports/resources.generated/aws-devopsguru-resourcecollection.d.ts +18 -0
- package/out/exports/resources.generated/aws-directoryservice-microsoftad.d.ts +21 -0
- package/out/exports/resources.generated/aws-directoryservice-simplead.d.ts +22 -0
- package/out/exports/resources.generated/aws-dlm-lifecyclepolicy.d.ts +133 -0
- package/out/exports/resources.generated/aws-dms-certificate.d.ts +14 -0
- package/out/exports/resources.generated/aws-dms-datamigration.d.ts +29 -0
- package/out/exports/resources.generated/aws-dms-dataprovider.d.ts +32 -0
- package/out/exports/resources.generated/aws-dms-endpoint.d.ts +295 -0
- package/out/exports/resources.generated/aws-dms-eventsubscription.d.ts +18 -0
- package/out/exports/resources.generated/aws-dms-instanceprofile.d.ts +20 -0
- package/out/exports/resources.generated/aws-dms-migrationproject.d.ts +29 -0
- package/out/exports/resources.generated/aws-dms-replicationconfig.d.ts +29 -0
- package/out/exports/resources.generated/aws-dms-replicationinstance.d.ts +30 -0
- package/out/exports/resources.generated/aws-dms-replicationsubnetgroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-dms-replicationtask.d.ts +24 -0
- package/out/exports/resources.generated/aws-docdb-dbcluster.d.ts +54 -0
- package/out/exports/resources.generated/aws-docdb-dbclusterparametergroup.d.ts +22 -0
- package/out/exports/resources.generated/aws-docdb-dbinstance.d.ts +23 -0
- package/out/exports/resources.generated/aws-docdb-dbsubnetgroup.d.ts +15 -0
- package/out/exports/resources.generated/aws-docdb-eventsubscription.d.ts +21 -0
- package/out/exports/resources.generated/aws-docdbelastic-cluster.d.ts +26 -0
- package/out/exports/resources.generated/aws-dsql-cluster.d.ts +42 -0
- package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +160 -1
- package/out/exports/resources.generated/aws-dynamodb-table.d.ts +102 -1
- package/out/exports/resources.generated/aws-ec2-capacityreservation.d.ts +40 -0
- package/out/exports/resources.generated/aws-ec2-capacityreservationfleet.d.ts +29 -0
- package/out/exports/resources.generated/aws-ec2-carriergateway.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnauthorizationrule.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnendpoint.d.ts +56 -0
- package/out/exports/resources.generated/aws-ec2-clientvpnroute.d.ts +17 -0
- package/out/exports/resources.generated/aws-ec2-clientvpntargetnetworkassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-customergateway.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-dhcpoptions.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +137 -0
- package/out/exports/resources.generated/aws-ec2-egressonlyinternetgateway.d.ts +12 -0
- package/out/exports/resources.generated/aws-ec2-eip.d.ts +22 -0
- package/out/exports/resources.generated/aws-ec2-eipassociation.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-enclavecertificateiamroleassociation.d.ts +17 -0
- package/out/exports/resources.generated/aws-ec2-flowlog.d.ts +21 -0
- package/out/exports/resources.generated/aws-ec2-gatewayroutetableassociation.d.ts +11 -0
- package/out/exports/resources.generated/aws-ec2-host.d.ts +19 -1
- package/out/exports/resources.generated/aws-ec2-instance.d.ts +160 -0
- package/out/exports/resources.generated/aws-ec2-instanceconnectendpoint.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-internetgateway.d.ts +10 -0
- package/out/exports/resources.generated/aws-ec2-ipam.d.ts +28 -0
- package/out/exports/resources.generated/aws-ec2-ipamallocation.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-ipampool.d.ts +39 -0
- package/out/exports/resources.generated/aws-ec2-ipampoolcidr.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-ipamresourcediscovery.d.ts +22 -0
- package/out/exports/resources.generated/aws-ec2-ipamresourcediscoveryassociation.d.ts +19 -0
- package/out/exports/resources.generated/aws-ec2-ipamscope.d.ts +19 -0
- package/out/exports/resources.generated/aws-ec2-keypair.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-launchtemplate.d.ts +239 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroute.d.ts +21 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetable.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevirtualinterfacegroupassociation.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-localgatewayroutetablevpcassociation.d.ts +14 -0
- package/out/exports/resources.generated/aws-ec2-natgateway.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-networkacl.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-networkaclentry.d.ts +28 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscope.d.ts +40 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsaccessscopeanalysis.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightsanalysis.d.ts +20 -0
- package/out/exports/resources.generated/aws-ec2-networkinsightspath.d.ts +35 -0
- package/out/exports/resources.generated/aws-ec2-networkinterface.d.ts +43 -0
- package/out/exports/resources.generated/aws-ec2-networkinterfaceattachment.d.ts +17 -0
- package/out/exports/resources.generated/aws-ec2-networkinterfacepermission.d.ts +14 -0
- package/out/exports/resources.generated/aws-ec2-networkperformancemetricsubscription.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-placementgroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-ec2-prefixlist.d.ts +20 -0
- package/out/exports/resources.generated/aws-ec2-route.d.ts +28 -0
- package/out/exports/resources.generated/aws-ec2-routeserver.d.ts +19 -0
- package/out/exports/resources.generated/aws-ec2-routeserverassociation.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-routeserverendpoint.d.ts +20 -0
- package/out/exports/resources.generated/aws-ec2-routeserverpeer.d.ts +24 -0
- package/out/exports/resources.generated/aws-ec2-routeserverpropagation.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-routetable.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-securitygroup.d.ts +47 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupegress.d.ts +28 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupingress.d.ts +29 -0
- package/out/exports/resources.generated/aws-ec2-securitygroupvpcassociation.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-snapshotblockpublicaccess.d.ts +10 -0
- package/out/exports/resources.generated/aws-ec2-spotfleet.d.ts +197 -0
- package/out/exports/resources.generated/aws-ec2-subnet.d.ts +37 -0
- package/out/exports/resources.generated/aws-ec2-subnetcidrblock.d.ts +15 -0
- package/out/exports/resources.generated/aws-ec2-subnetnetworkaclassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-ec2-subnetroutetableassociation.d.ts +11 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilter.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilterrule.d.ts +29 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorsession.d.ts +25 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrortarget.d.ts +22 -0
- package/out/exports/resources.generated/aws-ec2-transitgateway.d.ts +33 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayattachment.d.ts +20 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayconnect.d.ts +19 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomain.d.ts +17 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastdomainassociation.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupmember.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaymulticastgroupsource.d.ts +20 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewaypeeringattachment.d.ts +18 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroute.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetable.d.ts +11 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetableassociation.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetablepropagation.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-transitgatewayvpcattachment.d.ts +16 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessendpoint.d.ts +61 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessgroup.d.ts +22 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccessinstance.d.ts +31 -0
- package/out/exports/resources.generated/aws-ec2-verifiedaccesstrustprovider.d.ts +41 -0
- package/out/exports/resources.generated/aws-ec2-volume.d.ts +39 -0
- package/out/exports/resources.generated/aws-ec2-volumeattachment.d.ts +14 -0
- package/out/exports/resources.generated/aws-ec2-vpc.d.ts +25 -0
- package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessexclusion.d.ts +17 -0
- package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessoptions.d.ts +10 -0
- package/out/exports/resources.generated/aws-ec2-vpccidrblock.d.ts +25 -0
- package/out/exports/resources.generated/aws-ec2-vpcdhcpoptionsassociation.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpoint.d.ts +35 -1
- package/out/exports/resources.generated/aws-ec2-vpcendpointconnectionnotification.d.ts +15 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointservice.d.ts +27 -0
- package/out/exports/resources.generated/aws-ec2-vpcendpointservicepermissions.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-vpcgatewayattachment.d.ts +12 -0
- package/out/exports/resources.generated/aws-ec2-vpcpeeringconnection.d.ts +21 -0
- package/out/exports/resources.generated/aws-ec2-vpnconnection.d.ts +71 -0
- package/out/exports/resources.generated/aws-ec2-vpnconnectionroute.d.ts +9 -0
- package/out/exports/resources.generated/aws-ec2-vpngateway.d.ts +14 -0
- package/out/exports/resources.generated/aws-ec2-vpngatewayroutepropagation.d.ts +13 -0
- package/out/exports/resources.generated/aws-ecr-publicrepository.d.ts +13 -1
- package/out/exports/resources.generated/aws-ecr-pullthroughcacherule.d.ts +11 -0
- package/out/exports/resources.generated/aws-ecr-registrypolicy.d.ts +12 -1
- package/out/exports/resources.generated/aws-ecr-registryscanningconfiguration.d.ts +20 -0
- package/out/exports/resources.generated/aws-ecr-replicationconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-ecr-repository.d.ts +27 -1
- package/out/exports/resources.generated/aws-ecr-repositorycreationtemplate.d.ts +24 -0
- package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +21 -0
- package/out/exports/resources.generated/aws-ecs-cluster.d.ts +41 -0
- package/out/exports/resources.generated/aws-ecs-clustercapacityproviderassociations.d.ts +13 -0
- package/out/exports/resources.generated/aws-ecs-primarytaskset.d.ts +8 -0
- package/out/exports/resources.generated/aws-ecs-service.d.ts +136 -0
- package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +202 -0
- package/out/exports/resources.generated/aws-ecs-taskset.d.ts +47 -0
- package/out/exports/resources.generated/aws-efs-accesspoint.d.ts +28 -0
- package/out/exports/resources.generated/aws-efs-filesystem.d.ts +39 -1
- package/out/exports/resources.generated/aws-efs-mounttarget.d.ts +14 -0
- package/out/exports/resources.generated/aws-eks-accessentry.d.ts +26 -0
- package/out/exports/resources.generated/aws-eks-addon.d.ts +23 -0
- package/out/exports/resources.generated/aws-eks-cluster.d.ts +98 -0
- package/out/exports/resources.generated/aws-eks-fargateprofile.d.ts +31 -0
- package/out/exports/resources.generated/aws-eks-identityproviderconfig.d.ts +27 -0
- package/out/exports/resources.generated/aws-eks-nodegroup.d.ts +62 -0
- package/out/exports/resources.generated/aws-eks-podidentityassociation.d.ts +15 -0
- package/out/exports/resources.generated/aws-elasticache-cachecluster.d.ts +50 -0
- package/out/exports/resources.generated/aws-elasticache-globalreplicationgroup.d.ts +33 -0
- package/out/exports/resources.generated/aws-elasticache-parametergroup.d.ts +13 -0
- package/out/exports/resources.generated/aws-elasticache-replicationgroup.d.ts +81 -0
- package/out/exports/resources.generated/aws-elasticache-securitygroup.d.ts +15 -0
- package/out/exports/resources.generated/aws-elasticache-securitygroupingress.d.ts +16 -0
- package/out/exports/resources.generated/aws-elasticache-serverlesscache.d.ts +44 -0
- package/out/exports/resources.generated/aws-elasticache-subnetgroup.d.ts +9 -0
- package/out/exports/resources.generated/aws-elasticache-user.d.ts +18 -0
- package/out/exports/resources.generated/aws-elasticache-usergroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-application.d.ts +24 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-applicationversion.d.ts +21 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-configurationtemplate.d.ts +28 -0
- package/out/exports/resources.generated/aws-elasticbeanstalk-environment.d.ts +32 -0
- package/out/exports/resources.generated/aws-elasticloadbalancing-loadbalancer.d.ts +69 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listener.d.ts +92 -1
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenercertificate.d.ts +15 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenerrule.d.ts +105 -1
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-loadbalancer.d.ts +39 -1
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-targetgroup.d.ts +44 -1
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststore.d.ts +16 -0
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststorerevocation.d.ts +16 -0
- package/out/exports/resources.generated/aws-elasticsearch-domain.d.ts +89 -0
- package/out/exports/resources.generated/aws-emr-cluster.d.ts +206 -0
- package/out/exports/resources.generated/aws-emr-instancefleetconfig.d.ts +72 -0
- package/out/exports/resources.generated/aws-emr-instancegroupconfig.d.ts +72 -0
- package/out/exports/resources.generated/aws-emr-securityconfiguration.d.ts +7 -0
- package/out/exports/resources.generated/aws-emr-step.d.ts +21 -0
- package/out/exports/resources.generated/aws-emr-studio.d.ts +28 -0
- package/out/exports/resources.generated/aws-emr-studiosessionmapping.d.ts +9 -0
- package/out/exports/resources.generated/aws-emr-walworkspace.d.ts +7 -0
- package/out/exports/resources.generated/aws-emrcontainers-virtualcluster.d.ts +22 -0
- package/out/exports/resources.generated/aws-emrserverless-application.d.ts +94 -0
- package/out/exports/resources.generated/aws-entityresolution-idmappingworkflow.d.ts +43 -0
- package/out/exports/resources.generated/aws-entityresolution-idnamespace.d.ts +42 -0
- package/out/exports/resources.generated/aws-entityresolution-matchingworkflow.d.ts +53 -0
- package/out/exports/resources.generated/aws-entityresolution-policystatement.d.ts +14 -0
- package/out/exports/resources.generated/aws-entityresolution-schemamapping.d.ts +26 -0
- package/out/exports/resources.generated/aws-events-apidestination.d.ts +27 -0
- package/out/exports/resources.generated/aws-events-archive.d.ts +19 -0
- package/out/exports/resources.generated/aws-events-connection.d.ts +63 -0
- package/out/exports/resources.generated/aws-events-endpoint.d.ts +35 -0
- package/out/exports/resources.generated/aws-events-eventbus.d.ts +19 -1
- package/out/exports/resources.generated/aws-events-eventbuspolicy.d.ts +29 -0
- package/out/exports/resources.generated/aws-events-rule.d.ts +129 -0
- package/out/exports/resources.generated/aws-eventschemas-discoverer.d.ts +18 -0
- package/out/exports/resources.generated/aws-eventschemas-registry.d.ts +16 -0
- package/out/exports/resources.generated/aws-eventschemas-registrypolicy.d.ts +12 -1
- package/out/exports/resources.generated/aws-eventschemas-schema.d.ts +22 -0
- package/out/exports/resources.generated/aws-evidently-experiment.d.ts +50 -0
- package/out/exports/resources.generated/aws-evidently-feature.d.ts +41 -0
- package/out/exports/resources.generated/aws-evidently-launch.d.ts +46 -0
- package/out/exports/resources.generated/aws-evidently-project.d.ts +25 -0
- package/out/exports/resources.generated/aws-evidently-segment.d.ts +19 -0
- package/out/exports/resources.generated/aws-finspace-environment.d.ts +34 -0
- package/out/exports/resources.generated/aws-fis-experimenttemplate.d.ts +59 -0
- package/out/exports/resources.generated/aws-fis-targetaccountconfiguration.d.ts +9 -0
- package/out/exports/resources.generated/aws-fms-notificationchannel.d.ts +9 -0
- package/out/exports/resources.generated/aws-fms-policy.d.ts +86 -0
- package/out/exports/resources.generated/aws-fms-resourceset.d.ts +18 -0
- package/out/exports/resources.generated/aws-forecast-dataset.d.ts +32 -0
- package/out/exports/resources.generated/aws-forecast-datasetgroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-frauddetector-detector.d.ts +62 -0
- package/out/exports/resources.generated/aws-frauddetector-entitytype.d.ts +14 -0
- package/out/exports/resources.generated/aws-frauddetector-eventtype.d.ts +36 -0
- package/out/exports/resources.generated/aws-frauddetector-label.d.ts +14 -0
- package/out/exports/resources.generated/aws-frauddetector-list.d.ts +18 -0
- package/out/exports/resources.generated/aws-frauddetector-outcome.d.ts +14 -0
- package/out/exports/resources.generated/aws-frauddetector-variable.d.ts +18 -0
- package/out/exports/resources.generated/aws-fsx-datarepositoryassociation.d.ts +29 -0
- package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +135 -0
- package/out/exports/resources.generated/aws-fsx-snapshot.d.ts +15 -0
- package/out/exports/resources.generated/aws-fsx-storagevirtualmachine.d.ts +27 -0
- package/out/exports/resources.generated/aws-fsx-volume.d.ts +78 -0
- package/out/exports/resources.generated/aws-gamelift-alias.d.ts +21 -0
- package/out/exports/resources.generated/aws-gamelift-build.d.ts +21 -0
- package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +73 -0
- package/out/exports/resources.generated/aws-gamelift-containergroupdefinition.d.ts +70 -0
- package/out/exports/resources.generated/aws-gamelift-fleet.d.ts +84 -4
- package/out/exports/resources.generated/aws-gamelift-gameservergroup.d.ts +52 -0
- package/out/exports/resources.generated/aws-gamelift-gamesessionqueue.d.ts +29 -0
- package/out/exports/resources.generated/aws-gamelift-location.d.ts +11 -0
- package/out/exports/resources.generated/aws-gamelift-matchmakingconfiguration.d.ts +30 -0
- package/out/exports/resources.generated/aws-gamelift-matchmakingruleset.d.ts +24 -0
- package/out/exports/resources.generated/aws-gamelift-script.d.ts +21 -0
- package/out/exports/resources.generated/aws-globalaccelerator-accelerator.d.ts +18 -0
- package/out/exports/resources.generated/aws-globalaccelerator-crossaccountattachment.d.ts +25 -0
- package/out/exports/resources.generated/aws-globalaccelerator-endpointgroup.d.ts +27 -0
- package/out/exports/resources.generated/aws-globalaccelerator-listener.d.ts +16 -0
- package/out/exports/resources.generated/aws-glue-classifier.d.ts +37 -0
- package/out/exports/resources.generated/aws-glue-connection.d.ts +58 -0
- package/out/exports/resources.generated/aws-glue-crawler.d.ts +76 -0
- package/out/exports/resources.generated/aws-glue-customentitytype.d.ts +17 -0
- package/out/exports/resources.generated/aws-glue-database.d.ts +28 -0
- package/out/exports/resources.generated/aws-glue-datacatalogencryptionsettings.d.ts +23 -0
- package/out/exports/resources.generated/aws-glue-dataqualityruleset.d.ts +20 -0
- package/out/exports/resources.generated/aws-glue-devendpoint.d.ts +26 -0
- package/out/exports/resources.generated/aws-glue-job.d.ts +39 -0
- package/out/exports/resources.generated/aws-glue-mltransform.d.ts +45 -0
- package/out/exports/resources.generated/aws-glue-partition.d.ts +56 -0
- package/out/exports/resources.generated/aws-glue-registry.d.ts +12 -0
- package/out/exports/resources.generated/aws-glue-schema.d.ts +24 -0
- package/out/exports/resources.generated/aws-glue-schemaversion.d.ts +15 -0
- package/out/exports/resources.generated/aws-glue-schemaversionmetadata.d.ts +8 -0
- package/out/exports/resources.generated/aws-glue-securityconfiguration.d.ts +23 -0
- package/out/exports/resources.generated/aws-glue-table.d.ts +74 -0
- package/out/exports/resources.generated/aws-glue-tableoptimizer.d.ts +55 -0
- package/out/exports/resources.generated/aws-glue-trigger.d.ts +36 -0
- package/out/exports/resources.generated/aws-glue-usageprofile.d.ts +31 -0
- package/out/exports/resources.generated/aws-glue-workflow.d.ts +16 -0
- package/out/exports/resources.generated/aws-grafana-workspace.d.ts +65 -0
- package/out/exports/resources.generated/aws-greengrass-connectordefinition.d.ts +27 -0
- package/out/exports/resources.generated/aws-greengrass-connectordefinitionversion.d.ts +21 -0
- package/out/exports/resources.generated/aws-greengrass-coredefinition.d.ts +28 -0
- package/out/exports/resources.generated/aws-greengrass-coredefinitionversion.d.ts +22 -0
- package/out/exports/resources.generated/aws-greengrass-devicedefinition.d.ts +28 -0
- package/out/exports/resources.generated/aws-greengrass-devicedefinitionversion.d.ts +22 -0
- package/out/exports/resources.generated/aws-greengrass-functiondefinition.d.ts +52 -0
- package/out/exports/resources.generated/aws-greengrass-functiondefinitionversion.d.ts +46 -0
- package/out/exports/resources.generated/aws-greengrass-group.d.ts +42 -0
- package/out/exports/resources.generated/aws-greengrass-groupversion.d.ts +21 -0
- package/out/exports/resources.generated/aws-greengrass-loggerdefinition.d.ts +29 -0
- package/out/exports/resources.generated/aws-greengrass-loggerdefinitionversion.d.ts +23 -0
- package/out/exports/resources.generated/aws-greengrass-resourcedefinition.d.ts +57 -0
- package/out/exports/resources.generated/aws-greengrass-resourcedefinitionversion.d.ts +51 -0
- package/out/exports/resources.generated/aws-greengrass-subscriptiondefinition.d.ts +28 -0
- package/out/exports/resources.generated/aws-greengrass-subscriptiondefinitionversion.d.ts +22 -0
- package/out/exports/resources.generated/aws-greengrassv2-componentversion.d.ts +77 -0
- package/out/exports/resources.generated/aws-greengrassv2-deployment.d.ts +72 -0
- package/out/exports/resources.generated/aws-groundstation-config.d.ts +78 -0
- package/out/exports/resources.generated/aws-groundstation-dataflowendpointgroup.d.ts +56 -0
- package/out/exports/resources.generated/aws-groundstation-missionprofile.d.ts +33 -0
- package/out/exports/resources.generated/aws-guardduty-detector.d.ts +40 -0
- package/out/exports/resources.generated/aws-guardduty-filter.d.ts +30 -0
- package/out/exports/resources.generated/aws-guardduty-ipset.d.ts +20 -0
- package/out/exports/resources.generated/aws-guardduty-malwareprotectionplan.d.ts +27 -0
- package/out/exports/resources.generated/aws-guardduty-master.d.ts +8 -0
- package/out/exports/resources.generated/aws-guardduty-member.d.ts +11 -0
- package/out/exports/resources.generated/aws-guardduty-publishingdestination.d.ts +23 -0
- package/out/exports/resources.generated/aws-guardduty-threatintelset.d.ts +18 -0
- package/out/exports/resources.generated/aws-healthimaging-datastore.d.ts +17 -0
- package/out/exports/resources.generated/aws-healthlake-fhirdatastore.d.ts +34 -0
- package/out/exports/resources.generated/aws-iam-accesskey.d.ts +17 -0
- package/out/exports/resources.generated/aws-iam-group.d.ts +18 -1
- package/out/exports/resources.generated/aws-iam-grouppolicy.d.ts +12 -1
- package/out/exports/resources.generated/aws-iam-instanceprofile.d.ts +14 -0
- package/out/exports/resources.generated/aws-iam-managedpolicy.d.ts +29 -1
- package/out/exports/resources.generated/aws-iam-oidcprovider.d.ts +33 -0
- package/out/exports/resources.generated/aws-iam-policy.d.ts +28 -1
- package/out/exports/resources.generated/aws-iam-role.d.ts +24 -2
- package/out/exports/resources.generated/aws-iam-rolepolicy.d.ts +14 -1
- package/out/exports/resources.generated/aws-iam-samlprovider.d.ts +28 -0
- package/out/exports/resources.generated/aws-iam-servercertificate.d.ts +23 -0
- package/out/exports/resources.generated/aws-iam-servicelinkedrole.d.ts +14 -0
- package/out/exports/resources.generated/aws-iam-user.d.ts +25 -1
- package/out/exports/resources.generated/aws-iam-userpolicy.d.ts +12 -1
- package/out/exports/resources.generated/aws-iam-usertogroupaddition.d.ts +11 -0
- package/out/exports/resources.generated/aws-iam-virtualmfadevice.d.ts +17 -0
- package/out/exports/resources.generated/aws-identitystore-group.d.ts +12 -0
- package/out/exports/resources.generated/aws-identitystore-groupmembership.d.ts +14 -0
- package/out/exports/resources.generated/aws-imagebuilder-component.d.ts +35 -0
- package/out/exports/resources.generated/aws-imagebuilder-containerrecipe.d.ts +66 -0
- package/out/exports/resources.generated/aws-imagebuilder-distributionconfiguration.d.ts +61 -0
- package/out/exports/resources.generated/aws-imagebuilder-image.d.ts +59 -0
- package/out/exports/resources.generated/aws-imagebuilder-imagepipeline.d.ts +58 -0
- package/out/exports/resources.generated/aws-imagebuilder-imagerecipe.d.ts +44 -0
- package/out/exports/resources.generated/aws-imagebuilder-infrastructureconfiguration.d.ts +37 -0
- package/out/exports/resources.generated/aws-imagebuilder-lifecyclepolicy.d.ts +52 -0
- package/out/exports/resources.generated/aws-imagebuilder-workflow.d.ts +27 -0
- package/out/exports/resources.generated/aws-inspector-assessmenttarget.d.ts +11 -0
- package/out/exports/resources.generated/aws-inspector-assessmenttemplate.d.ts +14 -0
- package/out/exports/resources.generated/aws-inspector-resourcegroup.d.ts +10 -0
- package/out/exports/resources.generated/aws-inspectorv2-cisscanconfiguration.d.ts +39 -0
- package/out/exports/resources.generated/aws-inspectorv2-filter.d.ts +77 -0
- package/out/exports/resources.generated/aws-internetmonitor-monitor.d.ts +50 -0
- package/out/exports/resources.generated/aws-invoicing-invoiceunit.d.ts +18 -0
- package/out/exports/resources.generated/aws-iot-accountauditconfiguration.d.ts +45 -0
- package/out/exports/resources.generated/aws-iot-authorizer.d.ts +17 -0
- package/out/exports/resources.generated/aws-iot-billinggroup.d.ts +15 -0
- package/out/exports/resources.generated/aws-iot-cacertificate.d.ts +22 -0
- package/out/exports/resources.generated/aws-iot-certificate.d.ts +15 -0
- package/out/exports/resources.generated/aws-iot-certificateprovider.d.ts +16 -0
- package/out/exports/resources.generated/aws-iot-command.d.ts +61 -0
- package/out/exports/resources.generated/aws-iot-custommetric.d.ts +13 -0
- package/out/exports/resources.generated/aws-iot-dimension.d.ts +13 -0
- package/out/exports/resources.generated/aws-iot-domainconfiguration.d.ts +34 -0
- package/out/exports/resources.generated/aws-iot-fleetmetric.d.ts +25 -0
- package/out/exports/resources.generated/aws-iot-jobtemplate.d.ts +49 -0
- package/out/exports/resources.generated/aws-iot-logging.d.ts +13 -0
- package/out/exports/resources.generated/aws-iot-mitigationaction.d.ts +35 -0
- package/out/exports/resources.generated/aws-iot-policy.d.ts +15 -1
- package/out/exports/resources.generated/aws-iot-policyprincipalattachment.d.ts +15 -0
- package/out/exports/resources.generated/aws-iot-provisioningtemplate.d.ts +20 -0
- package/out/exports/resources.generated/aws-iot-resourcespecificlogging.d.ts +12 -0
- package/out/exports/resources.generated/aws-iot-rolealias.d.ts +15 -0
- package/out/exports/resources.generated/aws-iot-scheduledaudit.d.ts +15 -0
- package/out/exports/resources.generated/aws-iot-securityprofile.d.ts +53 -0
- package/out/exports/resources.generated/aws-iot-softwarepackage.d.ts +14 -0
- package/out/exports/resources.generated/aws-iot-softwarepackageversion.d.ts +38 -0
- package/out/exports/resources.generated/aws-iot-thing.d.ts +16 -0
- package/out/exports/resources.generated/aws-iot-thinggroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-iot-thingprincipalattachment.d.ts +15 -0
- package/out/exports/resources.generated/aws-iot-thingtype.d.ts +18 -0
- package/out/exports/resources.generated/aws-iot-topicrule.d.ts +207 -0
- package/out/exports/resources.generated/aws-iot-topicruledestination.d.ts +23 -0
- package/out/exports/resources.generated/aws-iotanalytics-channel.d.ts +25 -0
- package/out/exports/resources.generated/aws-iotanalytics-dataset.d.ts +86 -0
- package/out/exports/resources.generated/aws-iotanalytics-datastore.d.ts +53 -0
- package/out/exports/resources.generated/aws-iotanalytics-pipeline.d.ts +70 -0
- package/out/exports/resources.generated/aws-iotcoredeviceadvisor-suitedefinition.d.ts +18 -0
- package/out/exports/resources.generated/aws-iotevents-alarmmodel.d.ts +94 -0
- package/out/exports/resources.generated/aws-iotevents-detectormodel.d.ts +124 -0
- package/out/exports/resources.generated/aws-iotevents-input.d.ts +13 -0
- package/out/exports/resources.generated/aws-iotfleethub-application.d.ts +20 -0
- package/out/exports/resources.generated/aws-iotfleetwise-campaign.d.ts +112 -0
- package/out/exports/resources.generated/aws-iotfleetwise-decodermanifest.d.ts +116 -0
- package/out/exports/resources.generated/aws-iotfleetwise-fleet.d.ts +19 -0
- package/out/exports/resources.generated/aws-iotfleetwise-modelmanifest.d.ts +20 -0
- package/out/exports/resources.generated/aws-iotfleetwise-signalcatalog.d.ts +56 -0
- package/out/exports/resources.generated/aws-iotfleetwise-statetemplate.d.ts +23 -0
- package/out/exports/resources.generated/aws-iotfleetwise-vehicle.d.ts +41 -0
- package/out/exports/resources.generated/aws-iotsitewise-accesspolicy.d.ts +30 -0
- package/out/exports/resources.generated/aws-iotsitewise-asset.d.ts +27 -0
- package/out/exports/resources.generated/aws-iotsitewise-assetmodel.d.ts +85 -0
- package/out/exports/resources.generated/aws-iotsitewise-dashboard.d.ts +15 -0
- package/out/exports/resources.generated/aws-iotsitewise-dataset.d.ts +29 -0
- package/out/exports/resources.generated/aws-iotsitewise-gateway.d.ts +27 -0
- package/out/exports/resources.generated/aws-iotsitewise-portal.d.ts +26 -0
- package/out/exports/resources.generated/aws-iotsitewise-project.d.ts +17 -0
- package/out/exports/resources.generated/aws-iotthingsgraph-flowtemplate.d.ts +26 -0
- package/out/exports/resources.generated/aws-iottwinmaker-componenttype.d.ts +64 -0
- package/out/exports/resources.generated/aws-iottwinmaker-entity.d.ts +75 -0
- package/out/exports/resources.generated/aws-iottwinmaker-scene.d.ts +18 -0
- package/out/exports/resources.generated/aws-iottwinmaker-syncjob.d.ts +16 -0
- package/out/exports/resources.generated/aws-iottwinmaker-workspace.d.ts +16 -0
- package/out/exports/resources.generated/aws-iotwireless-destination.d.ts +15 -0
- package/out/exports/resources.generated/aws-iotwireless-deviceprofile.d.ts +33 -0
- package/out/exports/resources.generated/aws-iotwireless-fuotatask.d.ts +24 -0
- package/out/exports/resources.generated/aws-iotwireless-multicastgroup.d.ts +22 -0
- package/out/exports/resources.generated/aws-iotwireless-networkanalyzerconfiguration.d.ts +21 -0
- package/out/exports/resources.generated/aws-iotwireless-partneraccount.d.ts +25 -0
- package/out/exports/resources.generated/aws-iotwireless-serviceprofile.d.ts +33 -0
- package/out/exports/resources.generated/aws-iotwireless-taskdefinition.d.ts +32 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessdevice.d.ts +80 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessdeviceimporttask.d.ts +20 -0
- package/out/exports/resources.generated/aws-iotwireless-wirelessgateway.d.ts +20 -0
- package/out/exports/resources.generated/aws-ivs-channel.d.ts +27 -0
- package/out/exports/resources.generated/aws-ivs-encoderconfiguration.d.ts +12 -0
- package/out/exports/resources.generated/aws-ivs-ingestconfiguration.d.ts +18 -0
- package/out/exports/resources.generated/aws-ivs-playbackkeypair.d.ts +13 -0
- package/out/exports/resources.generated/aws-ivs-playbackrestrictionpolicy.d.ts +14 -0
- package/out/exports/resources.generated/aws-ivs-publickey.d.ts +13 -0
- package/out/exports/resources.generated/aws-ivs-recordingconfiguration.d.ts +28 -0
- package/out/exports/resources.generated/aws-ivs-stage.d.ts +16 -0
- package/out/exports/resources.generated/aws-ivs-storageconfiguration.d.ts +14 -0
- package/out/exports/resources.generated/aws-ivs-streamkey.d.ts +12 -0
- package/out/exports/resources.generated/aws-ivschat-loggingconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-ivschat-room.d.ts +19 -0
- package/out/exports/resources.generated/aws-kafkaconnect-connector.d.ts +78 -0
- package/out/exports/resources.generated/aws-kafkaconnect-customplugin.d.ts +21 -0
- package/out/exports/resources.generated/aws-kafkaconnect-workerconfiguration.d.ts +14 -0
- package/out/exports/resources.generated/aws-kendra-datasource.d.ts +402 -0
- package/out/exports/resources.generated/aws-kendra-faq.d.ts +22 -0
- package/out/exports/resources.generated/aws-kendra-index.d.ts +73 -0
- package/out/exports/resources.generated/aws-kendraranking-executionplan.d.ts +18 -0
- package/out/exports/resources.generated/aws-kinesis-resourcepolicy.d.ts +14 -1
- package/out/exports/resources.generated/aws-kinesis-stream.d.ts +22 -0
- package/out/exports/resources.generated/aws-kinesis-streamconsumer.d.ts +22 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-application.d.ts +54 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-applicationoutput.d.ts +40 -0
- package/out/exports/resources.generated/aws-kinesisanalytics-applicationreferencedatasource.d.ts +46 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-application.d.ts +136 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationcloudwatchloggingoption.d.ts +17 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationoutput.d.ts +35 -0
- package/out/exports/resources.generated/aws-kinesisanalyticsv2-applicationreferencedatasource.d.ts +41 -0
- package/out/exports/resources.generated/aws-kinesisfirehose-deliverystream.d.ts +383 -0
- package/out/exports/resources.generated/aws-kinesisvideo-signalingchannel.d.ts +15 -0
- package/out/exports/resources.generated/aws-kinesisvideo-stream.d.ts +23 -0
- package/out/exports/resources.generated/aws-kms-alias.d.ts +22 -0
- package/out/exports/resources.generated/aws-kms-key.d.ts +38 -1
- package/out/exports/resources.generated/aws-kms-replicakey.d.ts +30 -1
- package/out/exports/resources.generated/aws-lakeformation-datacellsfilter.d.ts +17 -0
- package/out/exports/resources.generated/aws-lakeformation-datalakesettings.d.ts +21 -0
- package/out/exports/resources.generated/aws-lakeformation-permissions.d.ts +41 -0
- package/out/exports/resources.generated/aws-lakeformation-principalpermissions.d.ts +67 -0
- package/out/exports/resources.generated/aws-lakeformation-resource.d.ts +14 -0
- package/out/exports/resources.generated/aws-lakeformation-tag.d.ts +8 -0
- package/out/exports/resources.generated/aws-lakeformation-tagassociation.d.ts +34 -0
- package/out/exports/resources.generated/aws-lambda-alias.d.ts +24 -0
- package/out/exports/resources.generated/aws-lambda-codesigningconfig.d.ts +18 -0
- package/out/exports/resources.generated/aws-lambda-eventinvokeconfig.d.ts +19 -0
- package/out/exports/resources.generated/aws-lambda-eventsourcemapping.d.ts +77 -0
- package/out/exports/resources.generated/aws-lambda-function.d.ts +86 -0
- package/out/exports/resources.generated/aws-lambda-layerversion.d.ts +19 -0
- package/out/exports/resources.generated/aws-lambda-layerversionpermission.d.ts +15 -0
- package/out/exports/resources.generated/aws-lambda-permission.d.ts +23 -0
- package/out/exports/resources.generated/aws-lambda-url.d.ts +22 -0
- package/out/exports/resources.generated/aws-lambda-version.d.ts +20 -0
- package/out/exports/resources.generated/aws-launchwizard-deployment.d.ts +22 -0
- package/out/exports/resources.generated/aws-lex-bot.d.ts +475 -3
- package/out/exports/resources.generated/aws-lex-botalias.d.ts +57 -0
- package/out/exports/resources.generated/aws-lex-botversion.d.ts +21 -0
- package/out/exports/resources.generated/aws-lex-resourcepolicy.d.ts +14 -1
- package/out/exports/resources.generated/aws-licensemanager-grant.d.ts +18 -0
- package/out/exports/resources.generated/aws-licensemanager-license.d.ts +48 -0
- package/out/exports/resources.generated/aws-lightsail-alarm.d.ts +21 -0
- package/out/exports/resources.generated/aws-lightsail-bucket.d.ts +21 -0
- package/out/exports/resources.generated/aws-lightsail-certificate.d.ts +16 -0
- package/out/exports/resources.generated/aws-lightsail-container.d.ts +52 -0
- package/out/exports/resources.generated/aws-lightsail-database.d.ts +33 -0
- package/out/exports/resources.generated/aws-lightsail-disk.d.ts +30 -0
- package/out/exports/resources.generated/aws-lightsail-distribution.d.ts +50 -0
- package/out/exports/resources.generated/aws-lightsail-instance.d.ts +63 -0
- package/out/exports/resources.generated/aws-lightsail-loadbalancer.d.ts +20 -0
- package/out/exports/resources.generated/aws-lightsail-loadbalancertlscertificate.d.ts +16 -0
- package/out/exports/resources.generated/aws-lightsail-staticip.d.ts +13 -0
- package/out/exports/resources.generated/aws-location-apikey.d.ts +24 -0
- package/out/exports/resources.generated/aws-location-geofencecollection.d.ts +23 -0
- package/out/exports/resources.generated/aws-location-map.d.ts +24 -0
- package/out/exports/resources.generated/aws-location-placeindex.d.ts +28 -0
- package/out/exports/resources.generated/aws-location-routecalculator.d.ts +24 -0
- package/out/exports/resources.generated/aws-location-tracker.d.ts +33 -0
- package/out/exports/resources.generated/aws-location-trackerconsumer.d.ts +9 -0
- package/out/exports/resources.generated/aws-logs-accountpolicy.d.ts +69 -0
- package/out/exports/resources.generated/aws-logs-delivery.d.ts +24 -0
- package/out/exports/resources.generated/aws-logs-deliverydestination.d.ts +24 -1
- package/out/exports/resources.generated/aws-logs-deliverysource.d.ts +25 -0
- package/out/exports/resources.generated/aws-logs-destination.d.ts +13 -0
- package/out/exports/resources.generated/aws-logs-integration.d.ts +22 -0
- package/out/exports/resources.generated/aws-logs-loganomalydetector.d.ts +27 -0
- package/out/exports/resources.generated/aws-logs-loggroup.d.ts +22 -0
- package/out/exports/resources.generated/aws-logs-logstream.d.ts +15 -0
- package/out/exports/resources.generated/aws-logs-metricfilter.d.ts +22 -0
- package/out/exports/resources.generated/aws-logs-querydefinition.d.ts +13 -0
- package/out/exports/resources.generated/aws-logs-resourcepolicy.d.ts +7 -0
- package/out/exports/resources.generated/aws-logs-subscriptionfilter.d.ts +19 -0
- package/out/exports/resources.generated/aws-logs-transformer.d.ts +78 -0
- package/out/exports/resources.generated/aws-lookoutequipment-inferencescheduler.d.ts +37 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-alert.d.ts +23 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-anomalydetector.d.ts +84 -0
- package/out/exports/resources.generated/aws-lookoutvision-project.d.ts +10 -0
- package/out/exports/resources.generated/aws-m2-application.d.ts +23 -0
- package/out/exports/resources.generated/aws-m2-deployment.d.ts +13 -0
- package/out/exports/resources.generated/aws-m2-environment.d.ts +37 -0
- package/out/exports/resources.generated/aws-macie-allowlist.d.ts +33 -0
- package/out/exports/resources.generated/aws-macie-customdataidentifier.d.ts +24 -0
- package/out/exports/resources.generated/aws-macie-findingsfilter.d.ts +30 -0
- package/out/exports/resources.generated/aws-macie-session.d.ts +15 -0
- package/out/exports/resources.generated/aws-managedblockchain-accessor.d.ts +25 -0
- package/out/exports/resources.generated/aws-managedblockchain-member.d.ts +42 -0
- package/out/exports/resources.generated/aws-managedblockchain-node.d.ts +20 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridge.d.ts +67 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridgeoutput.d.ts +14 -0
- package/out/exports/resources.generated/aws-mediaconnect-bridgesource.d.ts +25 -0
- package/out/exports/resources.generated/aws-mediaconnect-flow.d.ts +129 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowentitlement.d.ts +26 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowoutput.d.ts +48 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowsource.d.ts +44 -0
- package/out/exports/resources.generated/aws-mediaconnect-flowvpcinterface.d.ts +24 -0
- package/out/exports/resources.generated/aws-mediaconnect-gateway.d.ts +16 -0
- package/out/exports/resources.generated/aws-mediaconvert-jobtemplate.d.ts +33 -0
- package/out/exports/resources.generated/aws-mediaconvert-preset.d.ts +22 -0
- package/out/exports/resources.generated/aws-mediaconvert-queue.d.ts +19 -0
- package/out/exports/resources.generated/aws-medialive-channel.d.ts +1298 -0
- package/out/exports/resources.generated/aws-medialive-channelplacementgroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplate.d.ts +33 -0
- package/out/exports/resources.generated/aws-medialive-cloudwatchalarmtemplategroup.d.ts +18 -0
- package/out/exports/resources.generated/aws-medialive-cluster.d.ts +25 -0
- package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplate.d.ts +23 -0
- package/out/exports/resources.generated/aws-medialive-eventbridgeruletemplategroup.d.ts +18 -0
- package/out/exports/resources.generated/aws-medialive-input.d.ts +110 -0
- package/out/exports/resources.generated/aws-medialive-inputsecuritygroup.d.ts +16 -0
- package/out/exports/resources.generated/aws-medialive-multiplex.d.ts +25 -0
- package/out/exports/resources.generated/aws-medialive-multiplexprogram.d.ts +72 -0
- package/out/exports/resources.generated/aws-medialive-network.d.ts +28 -0
- package/out/exports/resources.generated/aws-medialive-sdisource.d.ts +19 -0
- package/out/exports/resources.generated/aws-medialive-signalmap.d.ts +29 -0
- package/out/exports/resources.generated/aws-mediapackage-asset.d.ts +18 -0
- package/out/exports/resources.generated/aws-mediapackage-channel.d.ts +18 -0
- package/out/exports/resources.generated/aws-mediapackage-originendpoint.d.ts +114 -0
- package/out/exports/resources.generated/aws-mediapackage-packagingconfiguration.d.ts +80 -0
- package/out/exports/resources.generated/aws-mediapackage-packaginggroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-mediapackagev2-channel.d.ts +31 -1
- package/out/exports/resources.generated/aws-mediapackagev2-channelgroup.d.ts +16 -1
- package/out/exports/resources.generated/aws-mediapackagev2-channelpolicy.d.ts +8 -1
- package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +157 -4
- package/out/exports/resources.generated/aws-mediapackagev2-originendpointpolicy.d.ts +9 -1
- package/out/exports/resources.generated/aws-mediastore-container.d.ts +35 -0
- package/out/exports/resources.generated/aws-mediatailor-channel.d.ts +50 -0
- package/out/exports/resources.generated/aws-mediatailor-channelpolicy.d.ts +7 -1
- package/out/exports/resources.generated/aws-mediatailor-livesource.d.ts +20 -0
- package/out/exports/resources.generated/aws-mediatailor-playbackconfiguration.d.ts +53 -0
- package/out/exports/resources.generated/aws-mediatailor-sourcelocation.d.ts +32 -0
- package/out/exports/resources.generated/aws-mediatailor-vodsource.d.ts +20 -0
- package/out/exports/resources.generated/aws-memorydb-acl.d.ts +13 -0
- package/out/exports/resources.generated/aws-memorydb-cluster.d.ts +50 -0
- package/out/exports/resources.generated/aws-memorydb-multiregioncluster.d.ts +21 -0
- package/out/exports/resources.generated/aws-memorydb-parametergroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-memorydb-subnetgroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-memorydb-user.d.ts +14 -0
- package/out/exports/resources.generated/aws-mpa-approvalteam.d.ts +81 -0
- package/out/exports/resources.generated/aws-mpa-identitysource.d.ts +47 -0
- package/out/exports/resources.generated/aws-msk-batchscramsecret.d.ts +7 -0
- package/out/exports/resources.generated/aws-msk-cluster.d.ts +112 -0
- package/out/exports/resources.generated/aws-msk-clusterpolicy.d.ts +11 -1
- package/out/exports/resources.generated/aws-msk-configuration.d.ts +25 -0
- package/out/exports/resources.generated/aws-msk-replicator.d.ts +49 -0
- package/out/exports/resources.generated/aws-msk-serverlesscluster.d.ts +28 -0
- package/out/exports/resources.generated/aws-msk-vpcconnection.d.ts +16 -0
- package/out/exports/resources.generated/aws-mwaa-environment.d.ts +60 -0
- package/out/exports/resources.generated/aws-neptune-dbcluster.d.ts +49 -0
- package/out/exports/resources.generated/aws-neptune-dbclusterparametergroup.d.ts +12 -0
- package/out/exports/resources.generated/aws-neptune-dbinstance.d.ts +44 -0
- package/out/exports/resources.generated/aws-neptune-dbparametergroup.d.ts +16 -0
- package/out/exports/resources.generated/aws-neptune-dbsubnetgroup.d.ts +9 -0
- package/out/exports/resources.generated/aws-neptune-eventsubscription.d.ts +24 -0
- package/out/exports/resources.generated/aws-neptunegraph-graph.d.ts +22 -0
- package/out/exports/resources.generated/aws-neptunegraph-privategraphendpoint.d.ts +16 -0
- package/out/exports/resources.generated/aws-networkfirewall-firewall.d.ts +27 -0
- package/out/exports/resources.generated/aws-networkfirewall-firewallpolicy.d.ts +59 -0
- package/out/exports/resources.generated/aws-networkfirewall-loggingconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-networkfirewall-rulegroup.d.ts +104 -0
- package/out/exports/resources.generated/aws-networkfirewall-tlsinspectionconfiguration.d.ts +44 -0
- package/out/exports/resources.generated/aws-networkmanager-connectattachment.d.ts +38 -0
- package/out/exports/resources.generated/aws-networkmanager-connectpeer.d.ts +22 -0
- package/out/exports/resources.generated/aws-networkmanager-corenetwork.d.ts +17 -0
- package/out/exports/resources.generated/aws-networkmanager-customergatewayassociation.d.ts +11 -0
- package/out/exports/resources.generated/aws-networkmanager-device.d.ts +29 -0
- package/out/exports/resources.generated/aws-networkmanager-directconnectgatewayattachment.d.ts +33 -0
- package/out/exports/resources.generated/aws-networkmanager-globalnetwork.d.ts +14 -0
- package/out/exports/resources.generated/aws-networkmanager-link.d.ts +22 -0
- package/out/exports/resources.generated/aws-networkmanager-linkassociation.d.ts +8 -0
- package/out/exports/resources.generated/aws-networkmanager-site.d.ts +20 -0
- package/out/exports/resources.generated/aws-networkmanager-sitetositevpnattachment.d.ts +33 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewaypeering.d.ts +20 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewayregistration.d.ts +7 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewayroutetableattachment.d.ts +34 -0
- package/out/exports/resources.generated/aws-networkmanager-vpcattachment.d.ts +38 -0
- package/out/exports/resources.generated/aws-notifications-channelassociation.d.ts +7 -0
- package/out/exports/resources.generated/aws-notifications-eventrule.d.ts +16 -0
- package/out/exports/resources.generated/aws-notifications-managednotificationaccountcontactassociation.d.ts +8 -0
- package/out/exports/resources.generated/aws-notifications-managednotificationadditionalchannelassociation.d.ts +7 -0
- package/out/exports/resources.generated/aws-notifications-notificationconfiguration.d.ts +21 -0
- package/out/exports/resources.generated/aws-notifications-notificationhub.d.ts +10 -0
- package/out/exports/resources.generated/aws-notificationscontacts-emailcontact.d.ts +21 -0
- package/out/exports/resources.generated/aws-oam-link.d.ts +31 -0
- package/out/exports/resources.generated/aws-oam-sink.d.ts +16 -1
- package/out/exports/resources.generated/aws-omics-annotationstore.d.ts +47 -0
- package/out/exports/resources.generated/aws-omics-referencestore.d.ts +21 -0
- package/out/exports/resources.generated/aws-omics-rungroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-omics-sequencestore.d.ts +37 -1
- package/out/exports/resources.generated/aws-omics-variantstore.d.ts +31 -0
- package/out/exports/resources.generated/aws-omics-workflow.d.ts +46 -0
- package/out/exports/resources.generated/aws-omics-workflowversion.d.ts +76 -1
- package/out/exports/resources.generated/aws-opensearchserverless-accesspolicy.d.ts +10 -0
- package/out/exports/resources.generated/aws-opensearchserverless-collection.d.ts +21 -0
- package/out/exports/resources.generated/aws-opensearchserverless-index.d.ts +22 -0
- package/out/exports/resources.generated/aws-opensearchserverless-lifecyclepolicy.d.ts +10 -0
- package/out/exports/resources.generated/aws-opensearchserverless-securityconfig.d.ts +28 -0
- package/out/exports/resources.generated/aws-opensearchserverless-securitypolicy.d.ts +14 -0
- package/out/exports/resources.generated/aws-opensearchserverless-vpcendpoint.d.ts +13 -0
- package/out/exports/resources.generated/aws-opensearchservice-application.d.ts +23 -0
- package/out/exports/resources.generated/aws-opensearchservice-domain.d.ts +149 -0
- package/out/exports/resources.generated/aws-opsworks-app.d.ts +50 -0
- package/out/exports/resources.generated/aws-opsworks-elasticloadbalancerattachment.d.ts +13 -0
- package/out/exports/resources.generated/aws-opsworks-instance.d.ts +62 -0
- package/out/exports/resources.generated/aws-opsworks-layer.d.ts +72 -0
- package/out/exports/resources.generated/aws-opsworks-stack.d.ts +66 -0
- package/out/exports/resources.generated/aws-opsworks-userprofile.d.ts +16 -0
- package/out/exports/resources.generated/aws-opsworks-volume.d.ts +15 -0
- package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +34 -0
- package/out/exports/resources.generated/aws-organizations-account.d.ts +52 -0
- package/out/exports/resources.generated/aws-organizations-organization.d.ts +23 -0
- package/out/exports/resources.generated/aws-organizations-organizationalunit.d.ts +19 -0
- package/out/exports/resources.generated/aws-organizations-policy.d.ts +25 -0
- package/out/exports/resources.generated/aws-organizations-resourcepolicy.d.ts +16 -0
- package/out/exports/resources.generated/aws-osis-pipeline.d.ts +32 -0
- package/out/exports/resources.generated/aws-panorama-applicationinstance.d.ts +34 -0
- package/out/exports/resources.generated/aws-panorama-package.d.ts +18 -0
- package/out/exports/resources.generated/aws-panorama-packageversion.d.ts +23 -0
- package/out/exports/resources.generated/aws-paymentcryptography-alias.d.ts +20 -0
- package/out/exports/resources.generated/aws-paymentcryptography-key.d.ts +70 -1
- package/out/exports/resources.generated/aws-pcaconnectorad-connector.d.ts +16 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-directoryregistration.d.ts +11 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-serviceprincipalname.d.ts +7 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-template.d.ts +196 -0
- package/out/exports/resources.generated/aws-pcaconnectorad-templategroupaccesscontrolentry.d.ts +15 -0
- package/out/exports/resources.generated/aws-pcaconnectorscep-challenge.d.ts +15 -0
- package/out/exports/resources.generated/aws-pcaconnectorscep-connector.d.ts +23 -0
- package/out/exports/resources.generated/aws-pcs-cluster.d.ts +44 -0
- package/out/exports/resources.generated/aws-pcs-computenodegroup.d.ts +28 -0
- package/out/exports/resources.generated/aws-pcs-queue.d.ts +17 -0
- package/out/exports/resources.generated/aws-personalize-dataset.d.ts +42 -0
- package/out/exports/resources.generated/aws-personalize-datasetgroup.d.ts +15 -0
- package/out/exports/resources.generated/aws-personalize-schema.d.ts +20 -0
- package/out/exports/resources.generated/aws-personalize-solution.d.ts +37 -0
- package/out/exports/resources.generated/aws-pinpoint-admchannel.d.ts +15 -0
- package/out/exports/resources.generated/aws-pinpoint-apnschannel.d.ts +20 -0
- package/out/exports/resources.generated/aws-pinpoint-apnssandboxchannel.d.ts +20 -0
- package/out/exports/resources.generated/aws-pinpoint-apnsvoipchannel.d.ts +20 -0
- package/out/exports/resources.generated/aws-pinpoint-apnsvoipsandboxchannel.d.ts +20 -0
- package/out/exports/resources.generated/aws-pinpoint-app.d.ts +14 -0
- package/out/exports/resources.generated/aws-pinpoint-applicationsettings.d.ts +30 -0
- package/out/exports/resources.generated/aws-pinpoint-baiduchannel.d.ts +15 -0
- package/out/exports/resources.generated/aws-pinpoint-campaign.d.ts +149 -0
- package/out/exports/resources.generated/aws-pinpoint-emailchannel.d.ts +18 -0
- package/out/exports/resources.generated/aws-pinpoint-emailtemplate.d.ts +19 -0
- package/out/exports/resources.generated/aws-pinpoint-eventstream.d.ts +14 -0
- package/out/exports/resources.generated/aws-pinpoint-gcmchannel.d.ts +16 -0
- package/out/exports/resources.generated/aws-pinpoint-inapptemplate.d.ts +51 -0
- package/out/exports/resources.generated/aws-pinpoint-pushtemplate.d.ts +43 -0
- package/out/exports/resources.generated/aws-pinpoint-segment.d.ts +57 -0
- package/out/exports/resources.generated/aws-pinpoint-smschannel.d.ts +15 -0
- package/out/exports/resources.generated/aws-pinpoint-smstemplate.d.ts +17 -0
- package/out/exports/resources.generated/aws-pinpoint-voicechannel.d.ts +13 -0
- package/out/exports/resources.generated/aws-pinpointemail-configurationset.d.ts +25 -0
- package/out/exports/resources.generated/aws-pinpointemail-configurationseteventdestination.d.ts +36 -0
- package/out/exports/resources.generated/aws-pinpointemail-dedicatedippool.d.ts +13 -0
- package/out/exports/resources.generated/aws-pinpointemail-identity.d.ts +31 -0
- package/out/exports/resources.generated/aws-pipes-pipe.d.ts +354 -0
- package/out/exports/resources.generated/aws-proton-environmentaccountconnection.d.ts +21 -0
- package/out/exports/resources.generated/aws-proton-environmenttemplate.d.ts +23 -0
- package/out/exports/resources.generated/aws-proton-servicetemplate.d.ts +18 -0
- package/out/exports/resources.generated/aws-qbusiness-application.d.ts +68 -0
- package/out/exports/resources.generated/aws-qbusiness-dataaccessor.d.ts +38 -0
- package/out/exports/resources.generated/aws-qbusiness-datasource.d.ts +83 -0
- package/out/exports/resources.generated/aws-qbusiness-index.d.ts +42 -0
- package/out/exports/resources.generated/aws-qbusiness-permission.d.ts +9 -0
- package/out/exports/resources.generated/aws-qbusiness-plugin.d.ts +50 -0
- package/out/exports/resources.generated/aws-qbusiness-retriever.d.ts +30 -0
- package/out/exports/resources.generated/aws-qbusiness-webexperience.d.ts +47 -0
- package/out/exports/resources.generated/aws-qldb-ledger.d.ts +18 -0
- package/out/exports/resources.generated/aws-qldb-stream.d.ts +22 -0
- package/out/exports/resources.generated/aws-quicksight-analysis.d.ts +2884 -0
- package/out/exports/resources.generated/aws-quicksight-custompermissions.d.ts +34 -0
- package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +2903 -0
- package/out/exports/resources.generated/aws-quicksight-dataset.d.ts +276 -0
- package/out/exports/resources.generated/aws-quicksight-datasource.d.ts +181 -0
- package/out/exports/resources.generated/aws-quicksight-folder.d.ts +28 -0
- package/out/exports/resources.generated/aws-quicksight-refreshschedule.d.ts +17 -0
- package/out/exports/resources.generated/aws-quicksight-template.d.ts +2692 -0
- package/out/exports/resources.generated/aws-quicksight-theme.d.ts +72 -0
- package/out/exports/resources.generated/aws-quicksight-topic.d.ts +228 -0
- package/out/exports/resources.generated/aws-quicksight-vpcconnection.d.ts +28 -0
- package/out/exports/resources.generated/aws-ram-permission.d.ts +16 -0
- package/out/exports/resources.generated/aws-ram-resourceshare.d.ts +18 -0
- package/out/exports/resources.generated/aws-rbin-rule.d.ts +33 -0
- package/out/exports/resources.generated/aws-rds-customdbengineversion.d.ts +21 -0
- package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +116 -0
- package/out/exports/resources.generated/aws-rds-dbclusterparametergroup.d.ts +16 -0
- package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +141 -0
- package/out/exports/resources.generated/aws-rds-dbparametergroup.d.ts +22 -0
- package/out/exports/resources.generated/aws-rds-dbproxy.d.ts +40 -0
- package/out/exports/resources.generated/aws-rds-dbproxyendpoint.d.ts +23 -0
- package/out/exports/resources.generated/aws-rds-dbproxytargetgroup.d.ts +34 -0
- package/out/exports/resources.generated/aws-rds-dbsecuritygroup.d.ts +22 -0
- package/out/exports/resources.generated/aws-rds-dbsecuritygroupingress.d.ts +22 -0
- package/out/exports/resources.generated/aws-rds-dbshardgroup.d.ts +19 -0
- package/out/exports/resources.generated/aws-rds-dbsubnetgroup.d.ts +11 -0
- package/out/exports/resources.generated/aws-rds-eventsubscription.d.ts +12 -0
- package/out/exports/resources.generated/aws-rds-globalcluster.d.ts +27 -0
- package/out/exports/resources.generated/aws-rds-integration.d.ts +18 -0
- package/out/exports/resources.generated/aws-rds-optiongroup.d.ts +21 -0
- package/out/exports/resources.generated/aws-redshift-cluster.d.ts +71 -1
- package/out/exports/resources.generated/aws-redshift-clusterparametergroup.d.ts +13 -0
- package/out/exports/resources.generated/aws-redshift-clustersecuritygroup.d.ts +15 -0
- package/out/exports/resources.generated/aws-redshift-clustersecuritygroupingress.d.ts +19 -0
- package/out/exports/resources.generated/aws-redshift-clustersubnetgroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-redshift-endpointaccess.d.ts +17 -0
- package/out/exports/resources.generated/aws-redshift-endpointauthorization.d.ts +20 -0
- package/out/exports/resources.generated/aws-redshift-eventsubscription.d.ts +22 -0
- package/out/exports/resources.generated/aws-redshift-integration.d.ts +16 -0
- package/out/exports/resources.generated/aws-redshift-scheduledaction.d.ts +29 -0
- package/out/exports/resources.generated/aws-redshiftserverless-namespace.d.ts +45 -1
- package/out/exports/resources.generated/aws-redshiftserverless-workgroup.d.ts +55 -0
- package/out/exports/resources.generated/aws-refactorspaces-application.d.ts +33 -0
- package/out/exports/resources.generated/aws-refactorspaces-environment.d.ts +20 -0
- package/out/exports/resources.generated/aws-refactorspaces-route.d.ts +64 -0
- package/out/exports/resources.generated/aws-refactorspaces-service.d.ts +29 -0
- package/out/exports/resources.generated/aws-rekognition-collection.d.ts +11 -0
- package/out/exports/resources.generated/aws-rekognition-project.d.ts +10 -0
- package/out/exports/resources.generated/aws-rekognition-streamprocessor.d.ts +70 -0
- package/out/exports/resources.generated/aws-resiliencehub-app.d.ts +41 -0
- package/out/exports/resources.generated/aws-resiliencehub-resiliencypolicy.d.ts +35 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-defaultviewassociation.d.ts +10 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-index.d.ts +24 -0
- package/out/exports/resources.generated/aws-resourceexplorer2-view.d.ts +18 -0
- package/out/exports/resources.generated/aws-resourcegroups-group.d.ts +37 -0
- package/out/exports/resources.generated/aws-resourcegroups-tagsynctask.d.ts +24 -0
- package/out/exports/resources.generated/aws-robomaker-fleet.d.ts +15 -0
- package/out/exports/resources.generated/aws-robomaker-robot.d.ts +18 -0
- package/out/exports/resources.generated/aws-robomaker-robotapplication.d.ts +23 -0
- package/out/exports/resources.generated/aws-robomaker-robotapplicationversion.d.ts +12 -0
- package/out/exports/resources.generated/aws-robomaker-simulationapplication.d.ts +31 -0
- package/out/exports/resources.generated/aws-robomaker-simulationapplicationversion.d.ts +12 -0
- package/out/exports/resources.generated/aws-rolesanywhere-crl.d.ts +14 -0
- package/out/exports/resources.generated/aws-rolesanywhere-profile.d.ts +28 -0
- package/out/exports/resources.generated/aws-rolesanywhere-trustanchor.d.ts +33 -0
- package/out/exports/resources.generated/aws-route53-cidrcollection.d.ts +15 -0
- package/out/exports/resources.generated/aws-route53-dnssec.d.ts +6 -0
- package/out/exports/resources.generated/aws-route53-healthcheck.d.ts +30 -0
- package/out/exports/resources.generated/aws-route53-hostedzone.d.ts +45 -0
- package/out/exports/resources.generated/aws-route53-keysigningkey.d.ts +9 -0
- package/out/exports/resources.generated/aws-route53-recordset.d.ts +49 -0
- package/out/exports/resources.generated/aws-route53-recordsetgroup.d.ts +51 -0
- package/out/exports/resources.generated/aws-route53profiles-profile.d.ts +13 -0
- package/out/exports/resources.generated/aws-route53profiles-profileassociation.d.ts +14 -0
- package/out/exports/resources.generated/aws-route53profiles-profileresourceassociation.d.ts +14 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-cluster.d.ts +13 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-controlpanel.d.ts +15 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-routingcontrol.d.ts +15 -0
- package/out/exports/resources.generated/aws-route53recoverycontrol-safetyrule.d.ts +42 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-cell.d.ts +19 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-readinesscheck.d.ts +16 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-recoverygroup.d.ts +16 -0
- package/out/exports/resources.generated/aws-route53recoveryreadiness-resourceset.d.ts +40 -0
- package/out/exports/resources.generated/aws-route53resolver-firewalldomainlist.d.ts +23 -0
- package/out/exports/resources.generated/aws-route53resolver-firewallrulegroup.d.ts +33 -0
- package/out/exports/resources.generated/aws-route53resolver-firewallrulegroupassociation.d.ts +22 -0
- package/out/exports/resources.generated/aws-route53resolver-outpostresolver.d.ts +20 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverconfig.d.ts +13 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverdnssecconfig.d.ts +12 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverendpoint.d.ts +33 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfig.d.ts +19 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverqueryloggingconfigassociation.d.ts +15 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverrule.d.ts +25 -0
- package/out/exports/resources.generated/aws-route53resolver-resolverruleassociation.d.ts +15 -0
- package/out/exports/resources.generated/aws-rum-appmonitor.d.ts +65 -0
- package/out/exports/resources.generated/aws-s3-accessgrant.d.ts +30 -0
- package/out/exports/resources.generated/aws-s3-accessgrantsinstance.d.ts +15 -0
- package/out/exports/resources.generated/aws-s3-accessgrantslocation.d.ts +22 -0
- package/out/exports/resources.generated/aws-s3-accesspoint.d.ts +25 -1
- package/out/exports/resources.generated/aws-s3-bucket.d.ts +258 -0
- package/out/exports/resources.generated/aws-s3-bucketpolicy.d.ts +24 -1
- package/out/exports/resources.generated/aws-s3-multiregionaccesspoint.d.ts +21 -0
- package/out/exports/resources.generated/aws-s3-multiregionaccesspointpolicy.d.ts +12 -1
- package/out/exports/resources.generated/aws-s3-storagelens.d.ts +74 -0
- package/out/exports/resources.generated/aws-s3-storagelensgroup.d.ts +38 -0
- package/out/exports/resources.generated/aws-s3express-bucketpolicy.d.ts +42 -1
- package/out/exports/resources.generated/aws-s3express-directorybucket.d.ts +73 -0
- package/out/exports/resources.generated/aws-s3objectlambda-accesspoint.d.ts +30 -0
- package/out/exports/resources.generated/aws-s3objectlambda-accesspointpolicy.d.ts +7 -1
- package/out/exports/resources.generated/aws-s3outposts-accesspoint.d.ts +17 -1
- package/out/exports/resources.generated/aws-s3outposts-bucket.d.ts +46 -0
- package/out/exports/resources.generated/aws-s3outposts-bucketpolicy.d.ts +15 -1
- package/out/exports/resources.generated/aws-s3outposts-endpoint.d.ts +26 -0
- package/out/exports/resources.generated/aws-s3tables-tablebucket.d.ts +22 -0
- package/out/exports/resources.generated/aws-s3tables-tablebucketpolicy.d.ts +9 -1
- package/out/exports/resources.generated/aws-sagemaker-app.d.ts +23 -1
- package/out/exports/resources.generated/aws-sagemaker-appimageconfig.d.ts +35 -0
- package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +42 -0
- package/out/exports/resources.generated/aws-sagemaker-coderepository.d.ts +21 -0
- package/out/exports/resources.generated/aws-sagemaker-dataqualityjobdefinition.d.ts +85 -0
- package/out/exports/resources.generated/aws-sagemaker-device.d.ts +12 -0
- package/out/exports/resources.generated/aws-sagemaker-devicefleet.d.ts +13 -0
- package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +177 -3
- package/out/exports/resources.generated/aws-sagemaker-endpoint.d.ts +43 -0
- package/out/exports/resources.generated/aws-sagemaker-endpointconfig.d.ts +137 -0
- package/out/exports/resources.generated/aws-sagemaker-featuregroup.d.ts +49 -0
- package/out/exports/resources.generated/aws-sagemaker-image.d.ts +14 -0
- package/out/exports/resources.generated/aws-sagemaker-imageversion.d.ts +32 -0
- package/out/exports/resources.generated/aws-sagemaker-inferencecomponent.d.ts +70 -0
- package/out/exports/resources.generated/aws-sagemaker-inferenceexperiment.d.ts +57 -0
- package/out/exports/resources.generated/aws-sagemaker-mlflowtrackingserver.d.ts +17 -0
- package/out/exports/resources.generated/aws-sagemaker-model.d.ts +59 -0
- package/out/exports/resources.generated/aws-sagemaker-modelbiasjobdefinition.d.ts +92 -0
- package/out/exports/resources.generated/aws-sagemaker-modelcard.d.ts +184 -0
- package/out/exports/resources.generated/aws-sagemaker-modelexplainabilityjobdefinition.d.ts +83 -0
- package/out/exports/resources.generated/aws-sagemaker-modelpackage.d.ts +177 -0
- package/out/exports/resources.generated/aws-sagemaker-modelpackagegroup.d.ts +15 -1
- package/out/exports/resources.generated/aws-sagemaker-modelqualityjobdefinition.d.ts +95 -0
- package/out/exports/resources.generated/aws-sagemaker-monitoringschedule.d.ts +109 -0
- package/out/exports/resources.generated/aws-sagemaker-notebookinstance.d.ts +30 -0
- package/out/exports/resources.generated/aws-sagemaker-notebookinstancelifecycleconfig.d.ts +17 -0
- package/out/exports/resources.generated/aws-sagemaker-partnerapp.d.ts +26 -0
- package/out/exports/resources.generated/aws-sagemaker-pipeline.d.ts +17 -0
- package/out/exports/resources.generated/aws-sagemaker-project.d.ts +20 -0
- package/out/exports/resources.generated/aws-sagemaker-space.d.ts +72 -0
- package/out/exports/resources.generated/aws-sagemaker-studiolifecycleconfig.d.ts +13 -0
- package/out/exports/resources.generated/aws-sagemaker-userprofile.d.ts +122 -3
- package/out/exports/resources.generated/aws-sagemaker-workteam.d.ts +33 -0
- package/out/exports/resources.generated/aws-scheduler-schedule.d.ts +95 -0
- package/out/exports/resources.generated/aws-scheduler-schedulegroup.d.ts +19 -0
- package/out/exports/resources.generated/aws-sdb-domain.d.ts +14 -0
- package/out/exports/resources.generated/aws-secretsmanager-resourcepolicy.d.ts +14 -1
- package/out/exports/resources.generated/aws-secretsmanager-rotationschedule.d.ts +45 -0
- package/out/exports/resources.generated/aws-secretsmanager-secret.d.ts +40 -0
- package/out/exports/resources.generated/aws-secretsmanager-secrettargetattachment.d.ts +22 -0
- package/out/exports/resources.generated/aws-securityhub-automationrule.d.ts +110 -0
- package/out/exports/resources.generated/aws-securityhub-configurationpolicy.d.ts +42 -0
- package/out/exports/resources.generated/aws-securityhub-delegatedadmin.d.ts +17 -0
- package/out/exports/resources.generated/aws-securityhub-findingaggregator.d.ts +16 -0
- package/out/exports/resources.generated/aws-securityhub-hub.d.ts +20 -0
- package/out/exports/resources.generated/aws-securityhub-insight.d.ts +144 -0
- package/out/exports/resources.generated/aws-securityhub-organizationconfiguration.d.ts +15 -0
- package/out/exports/resources.generated/aws-securityhub-policyassociation.d.ts +16 -0
- package/out/exports/resources.generated/aws-securityhub-productsubscription.d.ts +14 -0
- package/out/exports/resources.generated/aws-securityhub-securitycontrol.d.ts +0 -0
- package/out/exports/resources.generated/aws-securityhub-standard.d.ts +18 -0
- package/out/exports/resources.generated/aws-securitylake-awslogsource.d.ts +11 -0
- package/out/exports/resources.generated/aws-securitylake-datalake.d.ts +32 -0
- package/out/exports/resources.generated/aws-securitylake-subscriber.d.ts +31 -0
- package/out/exports/resources.generated/aws-securitylake-subscribernotification.d.ts +22 -0
- package/out/exports/resources.generated/aws-servicecatalog-acceptedportfolioshare.d.ts +13 -0
- package/out/exports/resources.generated/aws-servicecatalog-cloudformationproduct.d.ts +43 -0
- package/out/exports/resources.generated/aws-servicecatalog-cloudformationprovisionedproduct.d.ts +38 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchnotificationconstraint.d.ts +16 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchroleconstraint.d.ts +17 -0
- package/out/exports/resources.generated/aws-servicecatalog-launchtemplateconstraint.d.ts +16 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolio.d.ts +15 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioprincipalassociation.d.ts +15 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioproductassociation.d.ts +17 -0
- package/out/exports/resources.generated/aws-servicecatalog-portfolioshare.d.ts +15 -0
- package/out/exports/resources.generated/aws-servicecatalog-resourceupdateconstraint.d.ts +16 -0
- package/out/exports/resources.generated/aws-servicecatalog-serviceaction.d.ts +17 -0
- package/out/exports/resources.generated/aws-servicecatalog-serviceactionassociation.d.ts +8 -0
- package/out/exports/resources.generated/aws-servicecatalog-stacksetconstraint.d.ts +20 -0
- package/out/exports/resources.generated/aws-servicecatalog-tagoption.d.ts +12 -0
- package/out/exports/resources.generated/aws-servicecatalog-tagoptionassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-application.d.ts +16 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroup.d.ts +14 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-attributegroupassociation.d.ts +12 -0
- package/out/exports/resources.generated/aws-servicecatalogappregistry-resourceassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-servicediscovery-httpnamespace.d.ts +15 -0
- package/out/exports/resources.generated/aws-servicediscovery-instance.d.ts +11 -0
- package/out/exports/resources.generated/aws-servicediscovery-privatednsnamespace.d.ts +22 -0
- package/out/exports/resources.generated/aws-servicediscovery-publicdnsnamespace.d.ts +23 -0
- package/out/exports/resources.generated/aws-servicediscovery-service.d.ts +42 -0
- package/out/exports/resources.generated/aws-ses-configurationset.d.ts +45 -0
- package/out/exports/resources.generated/aws-ses-configurationseteventdestination.d.ts +36 -0
- package/out/exports/resources.generated/aws-ses-contactlist.d.ts +14 -0
- package/out/exports/resources.generated/aws-ses-dedicatedippool.d.ts +9 -0
- package/out/exports/resources.generated/aws-ses-emailidentity.d.ts +39 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddoninstance.d.ts +13 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddonsubscription.d.ts +12 -0
- package/out/exports/resources.generated/aws-ses-mailmanageraddresslist.d.ts +40 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerarchive.d.ts +22 -0
- package/out/exports/resources.generated/aws-ses-mailmanageringresspoint.d.ts +38 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerrelay.d.ts +16 -0
- package/out/exports/resources.generated/aws-ses-mailmanagerruleset.d.ts +166 -0
- package/out/exports/resources.generated/aws-ses-mailmanagertrafficpolicy.d.ts +88 -0
- package/out/exports/resources.generated/aws-ses-receiptfilter.d.ts +18 -0
- package/out/exports/resources.generated/aws-ses-receiptrule.d.ts +63 -0
- package/out/exports/resources.generated/aws-ses-receiptruleset.d.ts +16 -0
- package/out/exports/resources.generated/aws-ses-template.d.ts +17 -0
- package/out/exports/resources.generated/aws-ses-vdmattributes.d.ts +15 -0
- package/out/exports/resources.generated/aws-shield-drtaccess.d.ts +23 -0
- package/out/exports/resources.generated/aws-shield-proactiveengagement.d.ts +29 -0
- package/out/exports/resources.generated/aws-shield-protection.d.ts +36 -0
- package/out/exports/resources.generated/aws-shield-protectiongroup.d.ts +17 -0
- package/out/exports/resources.generated/aws-signer-profilepermission.d.ts +10 -0
- package/out/exports/resources.generated/aws-signer-signingprofile.d.ts +21 -0
- package/out/exports/resources.generated/aws-simspaceweaver-simulation.d.ts +24 -0
- package/out/exports/resources.generated/aws-sns-subscription.d.ts +20 -0
- package/out/exports/resources.generated/aws-sns-topic.d.ts +33 -0
- package/out/exports/resources.generated/aws-sns-topicinlinepolicy.d.ts +7 -1
- package/out/exports/resources.generated/aws-sns-topicpolicy.d.ts +11 -1
- package/out/exports/resources.generated/aws-sqs-queue.d.ts +38 -0
- package/out/exports/resources.generated/aws-sqs-queueinlinepolicy.d.ts +7 -1
- package/out/exports/resources.generated/aws-sqs-queuepolicy.d.ts +11 -1
- package/out/exports/resources.generated/aws-ssm-association.d.ts +35 -0
- package/out/exports/resources.generated/aws-ssm-document.d.ts +24 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindow.d.ts +24 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindowtarget.d.ts +20 -0
- package/out/exports/resources.generated/aws-ssm-maintenancewindowtask.d.ts +66 -0
- package/out/exports/resources.generated/aws-ssm-parameter.d.ts +27 -0
- package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +42 -0
- package/out/exports/resources.generated/aws-ssm-resourcedatasync.d.ts +40 -0
- package/out/exports/resources.generated/aws-ssm-resourcepolicy.d.ts +12 -1
- package/out/exports/resources.generated/aws-ssmcontacts-contact.d.ts +34 -0
- package/out/exports/resources.generated/aws-ssmcontacts-contactchannel.d.ts +16 -0
- package/out/exports/resources.generated/aws-ssmcontacts-plan.d.ts +31 -0
- package/out/exports/resources.generated/aws-ssmcontacts-rotation.d.ts +49 -0
- package/out/exports/resources.generated/aws-ssmguiconnect-preferences.d.ts +15 -0
- package/out/exports/resources.generated/aws-ssmincidents-replicationset.d.ts +17 -0
- package/out/exports/resources.generated/aws-ssmincidents-responseplan.d.ts +54 -0
- package/out/exports/resources.generated/aws-ssmquicksetup-configurationmanager.d.ts +25 -0
- package/out/exports/resources.generated/aws-sso-application.d.ts +24 -0
- package/out/exports/resources.generated/aws-sso-applicationassignment.d.ts +8 -0
- package/out/exports/resources.generated/aws-sso-assignment.d.ts +13 -0
- package/out/exports/resources.generated/aws-sso-instance.d.ts +19 -0
- package/out/exports/resources.generated/aws-sso-instanceaccesscontrolattributeconfiguration.d.ts +15 -0
- package/out/exports/resources.generated/aws-sso-permissionset.d.ts +25 -1
- package/out/exports/resources.generated/aws-stepfunctions-activity.d.ts +22 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachine.d.ts +43 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachinealias.d.ts +28 -0
- package/out/exports/resources.generated/aws-stepfunctions-statemachineversion.d.ts +16 -0
- package/out/exports/resources.generated/aws-supportapp-accountalias.d.ts +12 -0
- package/out/exports/resources.generated/aws-supportapp-slackchannelconfiguration.d.ts +24 -0
- package/out/exports/resources.generated/aws-supportapp-slackworkspaceconfiguration.d.ts +15 -0
- package/out/exports/resources.generated/aws-synthetics-canary.d.ts +76 -0
- package/out/exports/resources.generated/aws-synthetics-group.d.ts +16 -0
- package/out/exports/resources.generated/aws-systemsmanagersap-application.d.ts +26 -0
- package/out/exports/resources.generated/aws-timestream-database.d.ts +12 -0
- package/out/exports/resources.generated/aws-timestream-influxdbinstance.d.ts +32 -0
- package/out/exports/resources.generated/aws-timestream-scheduledquery.d.ts +76 -0
- package/out/exports/resources.generated/aws-timestream-table.d.ts +22 -0
- package/out/exports/resources.generated/aws-transfer-agreement.d.ts +25 -0
- package/out/exports/resources.generated/aws-transfer-certificate.d.ts +27 -0
- package/out/exports/resources.generated/aws-transfer-connector.d.ts +20 -0
- package/out/exports/resources.generated/aws-transfer-profile.d.ts +14 -0
- package/out/exports/resources.generated/aws-transfer-server.d.ts +81 -0
- package/out/exports/resources.generated/aws-transfer-user.d.ts +35 -0
- package/out/exports/resources.generated/aws-transfer-webapp.d.ts +28 -0
- package/out/exports/resources.generated/aws-transfer-workflow.d.ts +32 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-identitysource.d.ts +46 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policy.d.ts +45 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policystore.d.ts +31 -0
- package/out/exports/resources.generated/aws-verifiedpermissions-policytemplate.d.ts +12 -0
- package/out/exports/resources.generated/aws-voiceid-domain.d.ts +15 -0
- package/out/exports/resources.generated/aws-vpclattice-accesslogsubscription.d.ts +16 -0
- package/out/exports/resources.generated/aws-vpclattice-authpolicy.d.ts +13 -1
- package/out/exports/resources.generated/aws-vpclattice-listener.d.ts +28 -0
- package/out/exports/resources.generated/aws-vpclattice-resourceconfiguration.d.ts +23 -0
- package/out/exports/resources.generated/aws-vpclattice-resourcegateway.d.ts +16 -0
- package/out/exports/resources.generated/aws-vpclattice-resourcepolicy.d.ts +7 -1
- package/out/exports/resources.generated/aws-vpclattice-rule.d.ts +47 -0
- package/out/exports/resources.generated/aws-vpclattice-service.d.ts +22 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetwork.d.ts +20 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkresourceassociation.d.ts +13 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkserviceassociation.d.ts +29 -0
- package/out/exports/resources.generated/aws-vpclattice-servicenetworkvpcassociation.d.ts +26 -0
- package/out/exports/resources.generated/aws-vpclattice-targetgroup.d.ts +44 -0
- package/out/exports/resources.generated/aws-waf-bytematchset.d.ts +26 -0
- package/out/exports/resources.generated/aws-waf-ipset.d.ts +24 -0
- package/out/exports/resources.generated/aws-waf-rule.d.ts +27 -0
- package/out/exports/resources.generated/aws-waf-sizeconstraintset.d.ts +27 -0
- package/out/exports/resources.generated/aws-waf-sqlinjectionmatchset.d.ts +25 -0
- package/out/exports/resources.generated/aws-waf-webacl.d.ts +25 -0
- package/out/exports/resources.generated/aws-waf-xssmatchset.d.ts +25 -0
- package/out/exports/resources.generated/aws-wafregional-bytematchset.d.ts +26 -0
- package/out/exports/resources.generated/aws-wafregional-geomatchset.d.ts +22 -0
- package/out/exports/resources.generated/aws-wafregional-ipset.d.ts +24 -0
- package/out/exports/resources.generated/aws-wafregional-ratebasedrule.d.ts +33 -0
- package/out/exports/resources.generated/aws-wafregional-regexpatternset.d.ts +15 -0
- package/out/exports/resources.generated/aws-wafregional-rule.d.ts +27 -0
- package/out/exports/resources.generated/aws-wafregional-sizeconstraintset.d.ts +27 -0
- package/out/exports/resources.generated/aws-wafregional-sqlinjectionmatchset.d.ts +25 -0
- package/out/exports/resources.generated/aws-wafregional-webacl.d.ts +27 -0
- package/out/exports/resources.generated/aws-wafregional-webaclassociation.d.ts +17 -0
- package/out/exports/resources.generated/aws-wafregional-xssmatchset.d.ts +25 -0
- package/out/exports/resources.generated/aws-wafv2-ipset.d.ts +22 -0
- package/out/exports/resources.generated/aws-wafv2-loggingconfiguration.d.ts +42 -0
- package/out/exports/resources.generated/aws-wafv2-regexpatternset.d.ts +19 -0
- package/out/exports/resources.generated/aws-wafv2-rulegroup.d.ts +250 -1
- package/out/exports/resources.generated/aws-wafv2-webacl.d.ts +365 -1
- package/out/exports/resources.generated/aws-wafv2-webaclassociation.d.ts +26 -0
- package/out/exports/resources.generated/aws-wisdom-aiagent.d.ts +65 -0
- package/out/exports/resources.generated/aws-wisdom-aiagentversion.d.ts +15 -0
- package/out/exports/resources.generated/aws-wisdom-aiguardrail.d.ts +65 -0
- package/out/exports/resources.generated/aws-wisdom-aiguardrailversion.d.ts +15 -0
- package/out/exports/resources.generated/aws-wisdom-aiprompt.d.ts +35 -0
- package/out/exports/resources.generated/aws-wisdom-aipromptversion.d.ts +15 -0
- package/out/exports/resources.generated/aws-wisdom-assistant.d.ts +20 -0
- package/out/exports/resources.generated/aws-wisdom-assistantassociation.d.ts +20 -0
- package/out/exports/resources.generated/aws-wisdom-knowledgebase.d.ts +57 -1
- package/out/exports/resources.generated/aws-wisdom-messagetemplate.d.ts +118 -0
- package/out/exports/resources.generated/aws-wisdom-messagetemplateversion.d.ts +12 -0
- package/out/exports/resources.generated/aws-workspaces-connectionalias.d.ts +12 -0
- package/out/exports/resources.generated/aws-workspaces-workspace.d.ts +25 -0
- package/out/exports/resources.generated/aws-workspaces-workspacespool.d.ts +40 -0
- package/out/exports/resources.generated/aws-workspacesthinclient-environment.d.ts +39 -0
- package/out/exports/resources.generated/aws-workspacesweb-browsersettings.d.ts +14 -0
- package/out/exports/resources.generated/aws-workspacesweb-dataprotectionsettings.d.ts +40 -0
- package/out/exports/resources.generated/aws-workspacesweb-identityprovider.d.ts +19 -0
- package/out/exports/resources.generated/aws-workspacesweb-ipaccesssettings.d.ts +20 -0
- package/out/exports/resources.generated/aws-workspacesweb-networksettings.d.ts +18 -0
- package/out/exports/resources.generated/aws-workspacesweb-portal.d.ts +47 -0
- package/out/exports/resources.generated/aws-workspacesweb-truststore.d.ts +12 -0
- package/out/exports/resources.generated/aws-workspacesweb-useraccessloggingsettings.d.ts +18 -0
- package/out/exports/resources.generated/aws-workspacesweb-usersettings.d.ts +50 -0
- package/out/exports/resources.generated/aws-xray-group.d.ts +16 -0
- package/out/exports/resources.generated/aws-xray-resourcepolicy.d.ts +8 -0
- package/out/exports/resources.generated/aws-xray-samplingrule.d.ts +59 -0
- package/out/exports/resources.generated/aws-xray-transactionsearchconfig.d.ts +10 -0
- package/out/lib/intrinsics.d.ts +2 -2
- package/out/lib/intrinsics.d.ts.map +1 -1
- package/out/lib/intrinsics.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
import type { ResourceDefinition } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* Creates or updates a *log transformer* for a single log group. You use log transformers to transform log events into a different format, making them easier for you to process and analyze. You can also transform logs from different sources into standardized formats that contains relevant, source-specific information.
|
|
4
|
+
*
|
|
5
|
+
* After you have created a transformer, CloudWatch Logs performs the transformations at the time of log ingestion. You can then refer to the transformed versions of the logs during operations such as querying with CloudWatch Logs Insights or creating metric filters or subscription filers.
|
|
6
|
+
*
|
|
7
|
+
* You can also use a transformer to copy metadata from metadata keys into the log events themselves. This metadata can include log group name, log stream name, account ID and Region.
|
|
8
|
+
*
|
|
9
|
+
* A transformer for a log group is a series of processors, where each processor applies one type of transformation to the log events ingested into this log group. The processors work one after another, in the order that you list them, like a pipeline. For more information about the available processors to use in a transformer, see [Processors that you can use](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-Processors) .
|
|
10
|
+
*
|
|
11
|
+
* Having log events in standardized format enables visibility across your applications for your log analysis, reporting, and alarming needs. CloudWatch Logs provides transformation for common log types with out-of-the-box transformation templates for major AWS log sources such as VPC flow logs, Lambda, and Amazon RDS. You can use pre-built transformation templates or create custom transformation policies.
|
|
12
|
+
*
|
|
13
|
+
* You can create transformers only for the log groups in the Standard log class.
|
|
14
|
+
*
|
|
15
|
+
* You can also set up a transformer at the account level. For more information, see [PutAccountPolicy](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutAccountPolicy.html) . If there is both a log-group level transformer created with `PutTransformer` and an account-level transformer that could apply to the same log group, the log group uses only the log-group level transformer. It ignores the account-level transformer.
|
|
16
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-transformer.html}
|
|
17
|
+
*/
|
|
2
18
|
export type LogsTransformer = ResourceDefinition<"AWS::Logs::Transformer", LogsTransformerProps>;
|
|
3
19
|
/**
|
|
4
20
|
* Creates or updates a *log transformer* for a single log group. You use log transformers to transform log events into a different format, making them easier for you to process and analyze. You can also transform logs from different sources into standardized formats that contains relevant, source-specific information.
|
|
@@ -14,6 +30,7 @@ export type LogsTransformer = ResourceDefinition<"AWS::Logs::Transformer", LogsT
|
|
|
14
30
|
* You can create transformers only for the log groups in the Standard log class.
|
|
15
31
|
*
|
|
16
32
|
* You can also set up a transformer at the account level. For more information, see [PutAccountPolicy](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutAccountPolicy.html) . If there is both a log-group level transformer created with `PutTransformer` and an account-level transformer that could apply to the same log group, the log group uses only the log-group level transformer. It ignores the account-level transformer.
|
|
33
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-transformer.html}
|
|
17
34
|
*/
|
|
18
35
|
export type LogsTransformerProps = {
|
|
19
36
|
/**
|
|
@@ -21,63 +38,77 @@ export type LogsTransformerProps = {
|
|
|
21
38
|
* @minLength 1
|
|
22
39
|
* @maxLength 2048
|
|
23
40
|
* @pattern [\w#+=/:,.@-]*
|
|
41
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-transformer.html#cfn-logs-transformer-loggroupidentifier}
|
|
24
42
|
*/
|
|
25
43
|
LogGroupIdentifier: string;
|
|
26
44
|
/**
|
|
27
45
|
* This structure is an array that contains the configuration of this log transformer. A log transformer is an array of processors, where each processor applies one type of transformation to the log events that are ingested.
|
|
46
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-transformer.html#cfn-logs-transformer-transformerconfig}
|
|
28
47
|
*/
|
|
29
48
|
TransformerConfig: Processor[];
|
|
30
49
|
};
|
|
31
50
|
/**
|
|
32
51
|
* This object defines one key that will be added with the [addKeys](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-addKey) processor.
|
|
52
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-addkeyentry.html}
|
|
33
53
|
*/
|
|
34
54
|
export type AddKeyEntry = {
|
|
35
55
|
/**
|
|
36
56
|
* The key of the new entry to be added to the log event
|
|
57
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-addkeyentry.html#cfn-logs-transformer-addkeyentry-key}
|
|
37
58
|
*/
|
|
38
59
|
Key: string;
|
|
39
60
|
/**
|
|
40
61
|
* Specifies whether to overwrite the value if the key already exists in the log event. If you omit this, the default is `false` .
|
|
62
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-addkeyentry.html#cfn-logs-transformer-addkeyentry-overwriteifexists}
|
|
41
63
|
*/
|
|
42
64
|
OverwriteIfExists?: boolean | undefined;
|
|
43
65
|
/**
|
|
44
66
|
* The value of the new entry to be added to the log event
|
|
45
67
|
* @minLength 1
|
|
46
68
|
* @maxLength 256
|
|
69
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-addkeyentry.html#cfn-logs-transformer-addkeyentry-value}
|
|
47
70
|
*/
|
|
48
71
|
Value: string;
|
|
49
72
|
};
|
|
50
73
|
/**
|
|
51
74
|
* This object defines one value to be copied with the [copyValue](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-copyValue) processor.
|
|
75
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-copyvalueentry.html}
|
|
52
76
|
*/
|
|
53
77
|
export type CopyValueEntry = {
|
|
54
78
|
/**
|
|
55
79
|
* Specifies whether to overwrite the value if the destination key already exists. If you omit this, the default is `false` .
|
|
80
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-copyvalueentry.html#cfn-logs-transformer-copyvalueentry-overwriteifexists}
|
|
56
81
|
*/
|
|
57
82
|
OverwriteIfExists?: boolean | undefined;
|
|
58
83
|
/**
|
|
59
84
|
* The key to copy.
|
|
85
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-copyvalueentry.html#cfn-logs-transformer-copyvalueentry-source}
|
|
60
86
|
*/
|
|
61
87
|
Source: string;
|
|
62
88
|
/**
|
|
63
89
|
* The key of the field to copy the value to.
|
|
90
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-copyvalueentry.html#cfn-logs-transformer-copyvalueentry-target}
|
|
64
91
|
*/
|
|
65
92
|
Target: string;
|
|
66
93
|
};
|
|
67
94
|
/**
|
|
68
95
|
* This object defines one key that will be moved with the [moveKey](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-moveKey) processor.
|
|
96
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-movekeyentry.html}
|
|
69
97
|
*/
|
|
70
98
|
export type MoveKeyEntry = {
|
|
71
99
|
/**
|
|
72
100
|
* Specifies whether to overwrite the value if the destination key already exists. If you omit this, the default is `false` .
|
|
101
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-movekeyentry.html#cfn-logs-transformer-movekeyentry-overwriteifexists}
|
|
73
102
|
*/
|
|
74
103
|
OverwriteIfExists?: boolean | undefined;
|
|
75
104
|
/**
|
|
76
105
|
* The key to move.
|
|
106
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-movekeyentry.html#cfn-logs-transformer-movekeyentry-source}
|
|
77
107
|
*/
|
|
78
108
|
Source: string;
|
|
79
109
|
/**
|
|
80
110
|
* The key to move to.
|
|
111
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-movekeyentry.html#cfn-logs-transformer-movekeyentry-target}
|
|
81
112
|
*/
|
|
82
113
|
Target: string;
|
|
83
114
|
};
|
|
@@ -87,10 +118,12 @@ export type MoveKeyEntry = {
|
|
|
87
118
|
* For more information about CloudFront log format, see [Configure and use standard logs (access logs)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/AccessLogs.html) .
|
|
88
119
|
*
|
|
89
120
|
* If you use this processor, it must be the first processor in your transformer.
|
|
121
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-parsecloudfront.html}
|
|
90
122
|
*/
|
|
91
123
|
export type ParseCloudfront = {
|
|
92
124
|
/**
|
|
93
125
|
* Omit this parameter and the whole log message will be processed by this processor. No other value than `@message` is allowed for `source` .
|
|
126
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-parsecloudfront.html#cfn-logs-transformer-parsecloudfront-source}
|
|
94
127
|
*/
|
|
95
128
|
Source?: string | undefined;
|
|
96
129
|
};
|
|
@@ -100,10 +133,12 @@ export type ParseCloudfront = {
|
|
|
100
133
|
* For more information about RDS for PostgreSQL log format, see [RDS for PostgreSQL database log filesTCP flag sequence](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.Concepts.PostgreSQL.html#USER_LogAccess.Concepts.PostgreSQL.Log_Format.log-line-prefix) .
|
|
101
134
|
*
|
|
102
135
|
* > If you use this processor, it must be the first processor in your transformer.
|
|
136
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-parsepostgres.html}
|
|
103
137
|
*/
|
|
104
138
|
export type ParsePostgres = {
|
|
105
139
|
/**
|
|
106
140
|
* Omit this parameter and the whole log message will be processed by this processor. No other value than `@message` is allowed for `source` .
|
|
141
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-parsepostgres.html#cfn-logs-transformer-parsepostgres-source}
|
|
107
142
|
*/
|
|
108
143
|
Source?: string | undefined;
|
|
109
144
|
};
|
|
@@ -111,10 +146,12 @@ export type ParsePostgres = {
|
|
|
111
146
|
* Use this processor to parse Route 53 vended logs, extract fields, and and convert them into a JSON format. This processor always processes the entire log event message. For more information about this processor including examples, see [parseRoute53](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-parseRoute53) .
|
|
112
147
|
*
|
|
113
148
|
* > If you use this processor, it must be the first processor in your transformer.
|
|
149
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-parseroute53.html}
|
|
114
150
|
*/
|
|
115
151
|
export type ParseRoute53 = {
|
|
116
152
|
/**
|
|
117
153
|
* Omit this parameter and the whole log message will be processed by this processor. No other value than `@message` is allowed for `source` .
|
|
154
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-parseroute53.html#cfn-logs-transformer-parseroute53-source}
|
|
118
155
|
*/
|
|
119
156
|
Source?: string | undefined;
|
|
120
157
|
};
|
|
@@ -124,10 +161,12 @@ export type ParseRoute53 = {
|
|
|
124
161
|
* This processor doesn't support custom log formats, such as NAT gateway logs. For more information about custom log formats in Amazon VPC, see [parseVPC](https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs-records-examples.html#flow-log-example-tcp-flag) For more information about this processor including examples, see [parseVPC](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-parseVPC) .
|
|
125
162
|
*
|
|
126
163
|
* > If you use this processor, it must be the first processor in your transformer.
|
|
164
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-parsevpc.html}
|
|
127
165
|
*/
|
|
128
166
|
export type ParseVPC = {
|
|
129
167
|
/**
|
|
130
168
|
* Omit this parameter and the whole log message will be processed by this processor. No other value than `@message` is allowed for `source` .
|
|
169
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-parsevpc.html#cfn-logs-transformer-parsevpc-source}
|
|
131
170
|
*/
|
|
132
171
|
Source?: string | undefined;
|
|
133
172
|
};
|
|
@@ -137,31 +176,37 @@ export type ParseVPC = {
|
|
|
137
176
|
* For more information about AWS WAF log format, see [Log examples for web ACL traffic](https://docs.aws.amazon.com/waf/latest/developerguide/logging-examples.html) .
|
|
138
177
|
*
|
|
139
178
|
* > If you use this processor, it must be the first processor in your transformer.
|
|
179
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-parsewaf.html}
|
|
140
180
|
*/
|
|
141
181
|
export type ParseWAF = {
|
|
142
182
|
/**
|
|
143
183
|
* Omit this parameter and the whole log message will be processed by this processor. No other value than `@message` is allowed for `source` .
|
|
184
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-parsewaf.html#cfn-logs-transformer-parsewaf-source}
|
|
144
185
|
*/
|
|
145
186
|
Source?: string | undefined;
|
|
146
187
|
};
|
|
147
188
|
/**
|
|
148
189
|
* This structure contains the information about one processor in a log transformer.
|
|
190
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-processor.html}
|
|
149
191
|
*/
|
|
150
192
|
export type Processor = {
|
|
151
193
|
/**
|
|
152
194
|
* Use this parameter to include the [addKeys](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-addKeys) processor in your transformer.
|
|
195
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-processor.html#cfn-logs-transformer-processor-addkeys}
|
|
153
196
|
*/
|
|
154
197
|
AddKeys?: {
|
|
155
198
|
Entries: AddKeyEntry[];
|
|
156
199
|
} | undefined;
|
|
157
200
|
/**
|
|
158
201
|
* Use this parameter to include the [copyValue](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-copyValue) processor in your transformer.
|
|
202
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-processor.html#cfn-logs-transformer-processor-copyvalue}
|
|
159
203
|
*/
|
|
160
204
|
CopyValue?: {
|
|
161
205
|
Entries: CopyValueEntry[];
|
|
162
206
|
} | undefined;
|
|
163
207
|
/**
|
|
164
208
|
* Use this parameter to include the [CSV](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-CSV) processor in your transformer.
|
|
209
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-processor.html#cfn-logs-transformer-processor-csv}
|
|
165
210
|
*/
|
|
166
211
|
Csv?: {
|
|
167
212
|
Columns?: string[] | undefined;
|
|
@@ -177,6 +222,7 @@ export type Processor = {
|
|
|
177
222
|
} | undefined;
|
|
178
223
|
/**
|
|
179
224
|
* Use this parameter to include the [datetimeConverter](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-datetimeConverter) processor in your transformer.
|
|
225
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-processor.html#cfn-logs-transformer-processor-datetimeconverter}
|
|
180
226
|
*/
|
|
181
227
|
DateTimeConverter?: {
|
|
182
228
|
Locale?: string | undefined;
|
|
@@ -189,12 +235,14 @@ export type Processor = {
|
|
|
189
235
|
} | undefined;
|
|
190
236
|
/**
|
|
191
237
|
* Use this parameter to include the [deleteKeys](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-deleteKeys) processor in your transformer.
|
|
238
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-processor.html#cfn-logs-transformer-processor-deletekeys}
|
|
192
239
|
*/
|
|
193
240
|
DeleteKeys?: {
|
|
194
241
|
WithKeys: string[];
|
|
195
242
|
} | undefined;
|
|
196
243
|
/**
|
|
197
244
|
* Use this parameter to include the [grok](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-grok) processor in your transformer.
|
|
245
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-processor.html#cfn-logs-transformer-processor-grok}
|
|
198
246
|
*/
|
|
199
247
|
Grok?: {
|
|
200
248
|
/**
|
|
@@ -205,6 +253,7 @@ export type Processor = {
|
|
|
205
253
|
} | undefined;
|
|
206
254
|
/**
|
|
207
255
|
* Use this parameter to include the [listToMap](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-listToMap) processor in your transformer.
|
|
256
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-processor.html#cfn-logs-transformer-processor-listtomap}
|
|
208
257
|
*/
|
|
209
258
|
ListToMap?: {
|
|
210
259
|
Flatten?: boolean | undefined;
|
|
@@ -216,12 +265,14 @@ export type Processor = {
|
|
|
216
265
|
} | undefined;
|
|
217
266
|
/**
|
|
218
267
|
* Use this parameter to include the [lowerCaseString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-lowerCaseString) processor in your transformer.
|
|
268
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-processor.html#cfn-logs-transformer-processor-lowercasestring}
|
|
219
269
|
*/
|
|
220
270
|
LowerCaseString?: {
|
|
221
271
|
WithKeys: string[];
|
|
222
272
|
} | undefined;
|
|
223
273
|
/**
|
|
224
274
|
* Use this parameter to include the [moveKeys](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-moveKeys) processor in your transformer.
|
|
275
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-processor.html#cfn-logs-transformer-processor-movekeys}
|
|
225
276
|
*/
|
|
226
277
|
MoveKeys?: {
|
|
227
278
|
Entries: MoveKeyEntry[];
|
|
@@ -230,10 +281,12 @@ export type Processor = {
|
|
|
230
281
|
* Use this parameter to include the [parseCloudfront](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-parseCloudfront) processor in your transformer.
|
|
231
282
|
*
|
|
232
283
|
* If you use this processor, it must be the first processor in your transformer.
|
|
284
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-processor.html#cfn-logs-transformer-processor-parsecloudfront}
|
|
233
285
|
*/
|
|
234
286
|
ParseCloudfront?: ParseCloudfront | undefined;
|
|
235
287
|
/**
|
|
236
288
|
* Use this parameter to include the [parseJSON](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-parseJSON) processor in your transformer.
|
|
289
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-processor.html#cfn-logs-transformer-processor-parsejson}
|
|
237
290
|
*/
|
|
238
291
|
ParseJSON?: {
|
|
239
292
|
Destination?: string | undefined;
|
|
@@ -241,6 +294,7 @@ export type Processor = {
|
|
|
241
294
|
} | undefined;
|
|
242
295
|
/**
|
|
243
296
|
* Use this parameter to include the [parseKeyValue](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-parseKeyValue) processor in your transformer.
|
|
297
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-processor.html#cfn-logs-transformer-processor-parsekeyvalue}
|
|
244
298
|
*/
|
|
245
299
|
ParseKeyValue?: {
|
|
246
300
|
Destination?: string | undefined;
|
|
@@ -255,58 +309,68 @@ export type Processor = {
|
|
|
255
309
|
* Use this parameter to include the [parsePostGres](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-parsePostGres) processor in your transformer.
|
|
256
310
|
*
|
|
257
311
|
* If you use this processor, it must be the first processor in your transformer.
|
|
312
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-processor.html#cfn-logs-transformer-processor-parsepostgres}
|
|
258
313
|
*/
|
|
259
314
|
ParsePostgres?: ParsePostgres | undefined;
|
|
260
315
|
/**
|
|
261
316
|
* Use this parameter to include the [parseRoute53](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-parseRoute53) processor in your transformer.
|
|
262
317
|
*
|
|
263
318
|
* If you use this processor, it must be the first processor in your transformer.
|
|
319
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-processor.html#cfn-logs-transformer-processor-parseroute53}
|
|
264
320
|
*/
|
|
265
321
|
ParseRoute53?: ParseRoute53 | undefined;
|
|
266
322
|
/**
|
|
267
323
|
* Use this parameter to include the [parseVPC](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-parseVPC) processor in your transformer.
|
|
268
324
|
*
|
|
269
325
|
* If you use this processor, it must be the first processor in your transformer.
|
|
326
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-processor.html#cfn-logs-transformer-processor-parsevpc}
|
|
270
327
|
*/
|
|
271
328
|
ParseVPC?: ParseVPC | undefined;
|
|
272
329
|
/**
|
|
273
330
|
* Use this parameter to include the [parseWAF](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-parseWAF) processor in your transformer.
|
|
274
331
|
*
|
|
275
332
|
* If you use this processor, it must be the first processor in your transformer.
|
|
333
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-processor.html#cfn-logs-transformer-processor-parsewaf}
|
|
276
334
|
*/
|
|
277
335
|
ParseWAF?: ParseWAF | undefined;
|
|
278
336
|
/**
|
|
279
337
|
* Use this parameter to include the [renameKeys](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation.html#CloudWatch-Logs-Transformation-renameKeys) processor in your transformer.
|
|
338
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-processor.html#cfn-logs-transformer-processor-renamekeys}
|
|
280
339
|
*/
|
|
281
340
|
RenameKeys?: {
|
|
282
341
|
Entries: RenameKeyEntry[];
|
|
283
342
|
} | undefined;
|
|
284
343
|
/**
|
|
285
344
|
* Use this parameter to include the [splitString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-splitString) processor in your transformer.
|
|
345
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-processor.html#cfn-logs-transformer-processor-splitstring}
|
|
286
346
|
*/
|
|
287
347
|
SplitString?: {
|
|
288
348
|
Entries: SplitStringEntry[];
|
|
289
349
|
} | undefined;
|
|
290
350
|
/**
|
|
291
351
|
* Use this parameter to include the [substituteString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-substituteString) processor in your transformer.
|
|
352
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-processor.html#cfn-logs-transformer-processor-substitutestring}
|
|
292
353
|
*/
|
|
293
354
|
SubstituteString?: {
|
|
294
355
|
Entries: SubstituteStringEntry[];
|
|
295
356
|
} | undefined;
|
|
296
357
|
/**
|
|
297
358
|
* Use this parameter to include the [trimString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-trimString) processor in your transformer.
|
|
359
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-processor.html#cfn-logs-transformer-processor-trimstring}
|
|
298
360
|
*/
|
|
299
361
|
TrimString?: {
|
|
300
362
|
WithKeys: string[];
|
|
301
363
|
} | undefined;
|
|
302
364
|
/**
|
|
303
365
|
* Use this parameter to include the [typeConverter](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-typeConverter) processor in your transformer.
|
|
366
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-processor.html#cfn-logs-transformer-processor-typeconverter}
|
|
304
367
|
*/
|
|
305
368
|
TypeConverter?: {
|
|
306
369
|
Entries: TypeConverterEntry[];
|
|
307
370
|
} | undefined;
|
|
308
371
|
/**
|
|
309
372
|
* Use this parameter to include the [upperCaseString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-upperCaseString) processor in your transformer.
|
|
373
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-processor.html#cfn-logs-transformer-processor-uppercasestring}
|
|
310
374
|
*/
|
|
311
375
|
UpperCaseString?: {
|
|
312
376
|
WithKeys: string[];
|
|
@@ -314,62 +378,76 @@ export type Processor = {
|
|
|
314
378
|
};
|
|
315
379
|
/**
|
|
316
380
|
* This object defines one key that will be renamed with the [renameKey](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-renameKey) processor.
|
|
381
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-renamekeyentry.html}
|
|
317
382
|
*/
|
|
318
383
|
export type RenameKeyEntry = {
|
|
319
384
|
/**
|
|
320
385
|
* The key to rename
|
|
386
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-renamekeyentry.html#cfn-logs-transformer-renamekeyentry-key}
|
|
321
387
|
*/
|
|
322
388
|
Key: string;
|
|
323
389
|
/**
|
|
324
390
|
* Specifies whether to overwrite the existing value if the destination key already exists. The default is `false`
|
|
391
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-renamekeyentry.html#cfn-logs-transformer-renamekeyentry-overwriteifexists}
|
|
325
392
|
*/
|
|
326
393
|
OverwriteIfExists?: boolean | undefined;
|
|
327
394
|
/**
|
|
328
395
|
* The string to use for the new key name
|
|
396
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-renamekeyentry.html#cfn-logs-transformer-renamekeyentry-renameto}
|
|
329
397
|
*/
|
|
330
398
|
RenameTo: string;
|
|
331
399
|
};
|
|
332
400
|
/**
|
|
333
401
|
* This object defines one log field that will be split with the [splitString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-splitString) processor.
|
|
402
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-splitstringentry.html}
|
|
334
403
|
*/
|
|
335
404
|
export type SplitStringEntry = {
|
|
336
405
|
/**
|
|
337
406
|
* The separator characters to split the string entry on.
|
|
338
407
|
* @maxLength 128
|
|
408
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-splitstringentry.html#cfn-logs-transformer-splitstringentry-delimiter}
|
|
339
409
|
*/
|
|
340
410
|
Delimiter: string;
|
|
341
411
|
/**
|
|
342
412
|
* The key of the field to split.
|
|
413
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-splitstringentry.html#cfn-logs-transformer-splitstringentry-source}
|
|
343
414
|
*/
|
|
344
415
|
Source: string;
|
|
345
416
|
};
|
|
346
417
|
/**
|
|
347
418
|
* This object defines one log field key that will be replaced using the [substituteString](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-substituteString) processor.
|
|
419
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-substitutestringentry.html}
|
|
348
420
|
*/
|
|
349
421
|
export type SubstituteStringEntry = {
|
|
350
422
|
/**
|
|
351
423
|
* The regular expression string to be replaced. Special regex characters such as [ and ] must be escaped using \\ when using double quotes and with \ when using single quotes. For more information, see [Class Pattern](https://docs.aws.amazon.com/https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/regex/Pattern.html) on the Oracle web site.
|
|
424
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-substitutestringentry.html#cfn-logs-transformer-substitutestringentry-from}
|
|
352
425
|
*/
|
|
353
426
|
From: string;
|
|
354
427
|
/**
|
|
355
428
|
* The key to modify
|
|
429
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-substitutestringentry.html#cfn-logs-transformer-substitutestringentry-source}
|
|
356
430
|
*/
|
|
357
431
|
Source: string;
|
|
358
432
|
/**
|
|
359
433
|
* The string to be substituted for each match of `from`
|
|
434
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-substitutestringentry.html#cfn-logs-transformer-substitutestringentry-to}
|
|
360
435
|
*/
|
|
361
436
|
To: string;
|
|
362
437
|
};
|
|
363
438
|
/**
|
|
364
439
|
* This object defines one value type that will be converted using the [typeConverter](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch-Logs-Transformation-Processors.html#CloudWatch-Logs-Transformation-typeConverter) processor.
|
|
440
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-typeconverterentry.html}
|
|
365
441
|
*/
|
|
366
442
|
export type TypeConverterEntry = {
|
|
367
443
|
/**
|
|
368
444
|
* The key with the value that is to be converted to a different type.
|
|
445
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-typeconverterentry.html#cfn-logs-transformer-typeconverterentry-key}
|
|
369
446
|
*/
|
|
370
447
|
Key: string;
|
|
371
448
|
/**
|
|
372
449
|
* The type to convert the field value to. Valid values are `integer` , `double` , `string` and `boolean` .
|
|
450
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-typeconverterentry.html#cfn-logs-transformer-typeconverterentry-type}
|
|
373
451
|
*/
|
|
374
452
|
Type: "boolean" | "integer" | "double" | "string";
|
|
375
453
|
};
|
|
@@ -1,19 +1,28 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* Creates a scheduled inference. Scheduling an inference is setting up a continuous real-time inference plan to analyze new measurement data. When setting up the schedule, you provide an Amazon S3 bucket location for the input data, assign it a delimiter between separate entries in the data, set an offset delay if desired, and set the frequency of inferencing. You must also provide an Amazon S3 bucket location for the output data.
|
|
4
|
+
*
|
|
5
|
+
* > Updating some properties below (for example, InferenceSchedulerName and ServerSideKmsKeyId) triggers a resource replacement, which requires a new model. To replace such a property using AWS CloudFormation , but without creating a completely new stack, you must replace ModelName. If you need to replace the property, but want to use the same model, delete the current stack and create a new one with the updated properties.
|
|
6
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lookoutequipment-inferencescheduler.html}
|
|
7
|
+
*/
|
|
2
8
|
export type LookoutEquipmentInferenceScheduler = ResourceDefinitionWithAttributes<"AWS::LookoutEquipment::InferenceScheduler", LookoutEquipmentInferenceSchedulerProps, LookoutEquipmentInferenceSchedulerAttribs>;
|
|
3
9
|
/**
|
|
4
10
|
* Creates a scheduled inference. Scheduling an inference is setting up a continuous real-time inference plan to analyze new measurement data. When setting up the schedule, you provide an Amazon S3 bucket location for the input data, assign it a delimiter between separate entries in the data, set an offset delay if desired, and set the frequency of inferencing. You must also provide an Amazon S3 bucket location for the output data.
|
|
5
11
|
*
|
|
6
12
|
* > Updating some properties below (for example, InferenceSchedulerName and ServerSideKmsKeyId) triggers a resource replacement, which requires a new model. To replace such a property using AWS CloudFormation , but without creating a completely new stack, you must replace ModelName. If you need to replace the property, but want to use the same model, delete the current stack and create a new one with the updated properties.
|
|
13
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lookoutequipment-inferencescheduler.html}
|
|
7
14
|
*/
|
|
8
15
|
export type LookoutEquipmentInferenceSchedulerProps = {
|
|
9
16
|
/**
|
|
10
17
|
* A period of time (in minutes) by which inference on the data is delayed after the data starts. For instance, if an offset delay time of five minutes was selected, inference will not begin on the data until the first data measurement after the five minute mark. For example, if five minutes is selected, the inference scheduler will wake up at the configured frequency with the additional five minute delay time to check the customer S3 bucket. The customer can upload data at the same frequency and they don't need to stop and restart the scheduler when uploading new data.
|
|
11
18
|
* @min 0
|
|
12
19
|
* @max 60
|
|
20
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lookoutequipment-inferencescheduler.html#cfn-lookoutequipment-inferencescheduler-datadelayoffsetinminutes}
|
|
13
21
|
*/
|
|
14
22
|
DataDelayOffsetInMinutes?: number | undefined;
|
|
15
23
|
/**
|
|
16
24
|
* Specifies configuration information for the input data for the inference scheduler, including delimiter, format, and dataset location.
|
|
25
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lookoutequipment-inferencescheduler.html#cfn-lookoutequipment-inferencescheduler-datainputconfiguration}
|
|
17
26
|
*/
|
|
18
27
|
DataInputConfiguration: {
|
|
19
28
|
InferenceInputNameConfiguration?: InputNameConfiguration | undefined;
|
|
@@ -26,6 +35,7 @@ export type LookoutEquipmentInferenceSchedulerProps = {
|
|
|
26
35
|
};
|
|
27
36
|
/**
|
|
28
37
|
* Specifies configuration information for the output results for the inference scheduler, including the Amazon S3 location for the output.
|
|
38
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lookoutequipment-inferencescheduler.html#cfn-lookoutequipment-inferencescheduler-dataoutputconfiguration}
|
|
29
39
|
*/
|
|
30
40
|
DataOutputConfiguration: {
|
|
31
41
|
/**
|
|
@@ -39,6 +49,7 @@ export type LookoutEquipmentInferenceSchedulerProps = {
|
|
|
39
49
|
};
|
|
40
50
|
/**
|
|
41
51
|
* How often data is uploaded to the source S3 bucket for the input data. This value is the length of time between data uploads. For instance, if you select 5 minutes, Amazon Lookout for Equipment will upload the real-time data to the source bucket once every 5 minutes. This frequency also determines how often Amazon Lookout for Equipment starts a scheduled inference on your data. In this example, it starts once every 5 minutes.
|
|
52
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lookoutequipment-inferencescheduler.html#cfn-lookoutequipment-inferencescheduler-datauploadfrequency}
|
|
42
53
|
*/
|
|
43
54
|
DataUploadFrequency: "PT5M" | "PT10M" | "PT15M" | "PT30M" | "PT1H";
|
|
44
55
|
/**
|
|
@@ -46,6 +57,7 @@ export type LookoutEquipmentInferenceSchedulerProps = {
|
|
|
46
57
|
* @minLength 1
|
|
47
58
|
* @maxLength 200
|
|
48
59
|
* @pattern ^[0-9a-zA-Z_-]{1,200}$
|
|
60
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lookoutequipment-inferencescheduler.html#cfn-lookoutequipment-inferencescheduler-inferenceschedulername}
|
|
49
61
|
*/
|
|
50
62
|
InferenceSchedulerName?: string | undefined;
|
|
51
63
|
/**
|
|
@@ -53,6 +65,7 @@ export type LookoutEquipmentInferenceSchedulerProps = {
|
|
|
53
65
|
* @minLength 1
|
|
54
66
|
* @maxLength 200
|
|
55
67
|
* @pattern ^[0-9a-zA-Z_-]{1,200}$
|
|
68
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lookoutequipment-inferencescheduler.html#cfn-lookoutequipment-inferencescheduler-modelname}
|
|
56
69
|
*/
|
|
57
70
|
ModelName: string;
|
|
58
71
|
/**
|
|
@@ -60,6 +73,7 @@ export type LookoutEquipmentInferenceSchedulerProps = {
|
|
|
60
73
|
* @minLength 20
|
|
61
74
|
* @maxLength 2048
|
|
62
75
|
* @pattern arn:aws(-[^:]+)?:iam::[0-9]{12}:role/.+
|
|
76
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lookoutequipment-inferencescheduler.html#cfn-lookoutequipment-inferencescheduler-rolearn}
|
|
63
77
|
*/
|
|
64
78
|
RoleArn: string;
|
|
65
79
|
/**
|
|
@@ -67,26 +81,33 @@ export type LookoutEquipmentInferenceSchedulerProps = {
|
|
|
67
81
|
* @minLength 1
|
|
68
82
|
* @maxLength 2048
|
|
69
83
|
* @pattern ^[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,2048}$
|
|
84
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lookoutequipment-inferencescheduler.html#cfn-lookoutequipment-inferencescheduler-serversidekmskeyid}
|
|
70
85
|
*/
|
|
71
86
|
ServerSideKmsKeyId?: string | undefined;
|
|
72
87
|
/**
|
|
73
88
|
* Any tags associated with the inference scheduler.
|
|
74
89
|
*
|
|
75
90
|
* For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) .
|
|
91
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lookoutequipment-inferencescheduler.html#cfn-lookoutequipment-inferencescheduler-tags}
|
|
76
92
|
*/
|
|
77
93
|
Tags?: Tag[] | undefined;
|
|
78
94
|
};
|
|
95
|
+
/**
|
|
96
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lookoutequipment-inferencescheduler.html#aws-resource-lookoutequipment-inferencescheduler-return-values}
|
|
97
|
+
*/
|
|
79
98
|
export type LookoutEquipmentInferenceSchedulerAttribs = {
|
|
80
99
|
/**
|
|
81
100
|
* The Amazon Resource Name (ARN) of the inference scheduler being created.
|
|
82
101
|
* @minLength 1
|
|
83
102
|
* @maxLength 200
|
|
84
103
|
* @pattern arn:aws(-[^:]+)?:lookoutequipment:[a-zA-Z0-9\-]*:[0-9]{12}:inference-scheduler\/.+
|
|
104
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lookoutequipment-inferencescheduler.html#cfn-lookoutequipment-inferencescheduler-inferenceschedulerarn}
|
|
85
105
|
*/
|
|
86
106
|
InferenceSchedulerArn: string;
|
|
87
107
|
};
|
|
88
108
|
/**
|
|
89
109
|
* Specifies configuration information for the input data for the inference, including timestamp format and delimiter.
|
|
110
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lookoutequipment-inferencescheduler-inputnameconfiguration.html}
|
|
90
111
|
*/
|
|
91
112
|
export type InputNameConfiguration = {
|
|
92
113
|
/**
|
|
@@ -94,26 +115,42 @@ export type InputNameConfiguration = {
|
|
|
94
115
|
* @minLength 0
|
|
95
116
|
* @maxLength 1
|
|
96
117
|
* @pattern ^(\-|\_|\s)?$
|
|
118
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lookoutequipment-inferencescheduler-inputnameconfiguration.html#cfn-lookoutequipment-inferencescheduler-inputnameconfiguration-componenttimestampdelimiter}
|
|
97
119
|
*/
|
|
98
120
|
ComponentTimestampDelimiter?: string | undefined;
|
|
99
121
|
/**
|
|
100
122
|
* The format of the timestamp, whether Epoch time, or standard, with or without hyphens (-).
|
|
101
123
|
* @pattern ^EPOCH|yyyy-MM-dd-HH-mm-ss|yyyyMMddHHmmss$
|
|
124
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lookoutequipment-inferencescheduler-inputnameconfiguration.html#cfn-lookoutequipment-inferencescheduler-inputnameconfiguration-timestampformat}
|
|
102
125
|
*/
|
|
103
126
|
TimestampFormat?: string | undefined;
|
|
104
127
|
};
|
|
105
128
|
/**
|
|
106
129
|
* Specifies configuration information for the input data for the inference, including input data S3 location.
|
|
130
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lookoutequipment-inferencescheduler-s3inputconfiguration.html}
|
|
107
131
|
*/
|
|
108
132
|
export type S3InputConfiguration = {
|
|
133
|
+
/**
|
|
134
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lookoutequipment-inferencescheduler-s3inputconfiguration.html#cfn-lookoutequipment-inferencescheduler-s3inputconfiguration-bucket}
|
|
135
|
+
*/
|
|
109
136
|
Bucket: string;
|
|
137
|
+
/**
|
|
138
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lookoutequipment-inferencescheduler-s3inputconfiguration.html#cfn-lookoutequipment-inferencescheduler-s3inputconfiguration-prefix}
|
|
139
|
+
*/
|
|
110
140
|
Prefix?: string | undefined;
|
|
111
141
|
};
|
|
112
142
|
/**
|
|
113
143
|
* Specifies configuration information for the output results from the inference, including output S3 location.
|
|
144
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lookoutequipment-inferencescheduler-s3outputconfiguration.html}
|
|
114
145
|
*/
|
|
115
146
|
export type S3OutputConfiguration = {
|
|
147
|
+
/**
|
|
148
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lookoutequipment-inferencescheduler-s3outputconfiguration.html#cfn-lookoutequipment-inferencescheduler-s3outputconfiguration-bucket}
|
|
149
|
+
*/
|
|
116
150
|
Bucket: string;
|
|
151
|
+
/**
|
|
152
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lookoutequipment-inferencescheduler-s3outputconfiguration.html#cfn-lookoutequipment-inferencescheduler-s3outputconfiguration-prefix}
|
|
153
|
+
*/
|
|
117
154
|
Prefix?: string | undefined;
|
|
118
155
|
};
|
|
119
156
|
//# sourceMappingURL=aws-lookoutequipment-inferencescheduler.d.ts.map
|