@pulumi/aws 6.84.0-alpha.1752785069 → 7.0.0-alpha.1752855061
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/accessanalyzer/analyzer.d.ts +66 -11
- package/accessanalyzer/analyzer.js +50 -1
- package/accessanalyzer/analyzer.js.map +1 -1
- package/accessanalyzer/archiveRule.d.ts +12 -0
- package/accessanalyzer/archiveRule.js +2 -0
- package/accessanalyzer/archiveRule.js.map +1 -1
- package/acm/certificate.d.ts +11 -108
- package/acm/certificate.js +2 -0
- package/acm/certificate.js.map +1 -1
- package/acm/certificateValidation.d.ts +12 -0
- package/acm/certificateValidation.js +2 -0
- package/acm/certificateValidation.js.map +1 -1
- package/acm/getCertificate.d.ts +9 -0
- package/acm/getCertificate.js +2 -0
- package/acm/getCertificate.js.map +1 -1
- package/acmpca/certificate.d.ts +12 -0
- package/acmpca/certificate.js +2 -0
- package/acmpca/certificate.js.map +1 -1
- package/acmpca/certificateAuthority.d.ts +13 -5
- package/acmpca/certificateAuthority.js +3 -1
- package/acmpca/certificateAuthority.js.map +1 -1
- package/acmpca/certificateAuthorityCertificate.d.ts +12 -0
- package/acmpca/certificateAuthorityCertificate.js +2 -0
- package/acmpca/certificateAuthorityCertificate.js.map +1 -1
- package/acmpca/getCertificate.d.ts +9 -0
- package/acmpca/getCertificate.js +2 -0
- package/acmpca/getCertificate.js.map +1 -1
- package/acmpca/getCertificateAuthority.d.ts +9 -0
- package/acmpca/getCertificateAuthority.js +2 -0
- package/acmpca/getCertificateAuthority.js.map +1 -1
- package/acmpca/permission.d.ts +12 -0
- package/acmpca/permission.js +2 -0
- package/acmpca/permission.js.map +1 -1
- package/acmpca/policy.d.ts +12 -0
- package/acmpca/policy.js +2 -0
- package/acmpca/policy.js.map +1 -1
- package/alb/getListener.d.ts +9 -0
- package/alb/getListener.js +2 -0
- package/alb/getListener.js.map +1 -1
- package/alb/getLoadBalancer.d.ts +9 -0
- package/alb/getLoadBalancer.js +2 -0
- package/alb/getLoadBalancer.js.map +1 -1
- package/alb/getTargetGroup.d.ts +9 -0
- package/alb/getTargetGroup.js +2 -0
- package/alb/getTargetGroup.js.map +1 -1
- package/alb/index.d.ts +0 -2
- package/alb/index.js +0 -2
- package/alb/index.js.map +1 -1
- package/alb/listener.d.ts +14 -6
- package/alb/listener.js +2 -0
- package/alb/listener.js.map +1 -1
- package/alb/listenerCertificate.d.ts +12 -0
- package/alb/listenerCertificate.js +2 -0
- package/alb/listenerCertificate.js.map +1 -1
- package/alb/listenerRule.d.ts +12 -4
- package/alb/listenerRule.js +2 -0
- package/alb/listenerRule.js.map +1 -1
- package/alb/loadBalancer.d.ts +23 -13
- package/alb/loadBalancer.js +2 -0
- package/alb/loadBalancer.js.map +1 -1
- package/alb/targetGroup.d.ts +12 -4
- package/alb/targetGroup.js +2 -0
- package/alb/targetGroup.js.map +1 -1
- package/alb/targetGroupAttachment.d.ts +12 -0
- package/alb/targetGroupAttachment.js +2 -0
- package/alb/targetGroupAttachment.js.map +1 -1
- package/amp/alertManagerDefinition.d.ts +12 -0
- package/amp/alertManagerDefinition.js +2 -0
- package/amp/alertManagerDefinition.js.map +1 -1
- package/amp/getDefaultScraperConfiguration.d.ts +21 -2
- package/amp/getDefaultScraperConfiguration.js +10 -4
- package/amp/getDefaultScraperConfiguration.js.map +1 -1
- package/amp/getWorkspace.d.ts +9 -0
- package/amp/getWorkspace.js +2 -0
- package/amp/getWorkspace.js.map +1 -1
- package/amp/getWorkspaces.d.ts +9 -0
- package/amp/getWorkspaces.js +2 -0
- package/amp/getWorkspaces.js.map +1 -1
- package/amp/index.d.ts +4 -1
- package/amp/index.js +6 -1
- package/amp/index.js.map +1 -1
- package/amp/queryLoggingConfiguration.d.ts +107 -0
- package/amp/queryLoggingConfiguration.js +82 -0
- package/amp/queryLoggingConfiguration.js.map +1 -0
- package/amp/ruleGroupNamespace.d.ts +12 -4
- package/amp/ruleGroupNamespace.js +2 -0
- package/amp/ruleGroupNamespace.js.map +1 -1
- package/amp/scraper.d.ts +12 -6
- package/amp/scraper.js +2 -0
- package/amp/scraper.js.map +1 -1
- package/amp/workspace.d.ts +12 -4
- package/amp/workspace.js +2 -0
- package/amp/workspace.js.map +1 -1
- package/amp/workspaceConfiguration.d.ts +12 -0
- package/amp/workspaceConfiguration.js +2 -0
- package/amp/workspaceConfiguration.js.map +1 -1
- package/amplify/app.d.ts +38 -4
- package/amplify/app.js +18 -0
- package/amplify/app.js.map +1 -1
- package/amplify/backendEnvironment.d.ts +12 -0
- package/amplify/backendEnvironment.js +2 -0
- package/amplify/backendEnvironment.js.map +1 -1
- package/amplify/branch.d.ts +28 -8
- package/amplify/branch.js +8 -4
- package/amplify/branch.js.map +1 -1
- package/amplify/domainAssociation.d.ts +12 -0
- package/amplify/domainAssociation.js +2 -0
- package/amplify/domainAssociation.js.map +1 -1
- package/amplify/webhook.d.ts +12 -0
- package/amplify/webhook.js +2 -0
- package/amplify/webhook.js.map +1 -1
- package/apigateway/account.d.ts +8 -20
- package/apigateway/account.js +4 -4
- package/apigateway/account.js.map +1 -1
- package/apigateway/apiKey.d.ts +12 -4
- package/apigateway/apiKey.js +2 -0
- package/apigateway/apiKey.js.map +1 -1
- package/apigateway/authorizer.d.ts +12 -0
- package/apigateway/authorizer.js +2 -0
- package/apigateway/authorizer.js.map +1 -1
- package/apigateway/basePathMapping.d.ts +12 -0
- package/apigateway/basePathMapping.js +2 -0
- package/apigateway/basePathMapping.js.map +1 -1
- package/apigateway/clientCertificate.d.ts +12 -4
- package/apigateway/clientCertificate.js +2 -0
- package/apigateway/clientCertificate.js.map +1 -1
- package/apigateway/deployment.d.ts +14 -105
- package/apigateway/deployment.js +3 -13
- package/apigateway/deployment.js.map +1 -1
- package/apigateway/documentationPart.d.ts +12 -0
- package/apigateway/documentationPart.js +2 -0
- package/apigateway/documentationPart.js.map +1 -1
- package/apigateway/documentationVersion.d.ts +12 -0
- package/apigateway/documentationVersion.js +2 -0
- package/apigateway/documentationVersion.js.map +1 -1
- package/apigateway/domainName.d.ts +12 -4
- package/apigateway/domainName.js +2 -0
- package/apigateway/domainName.js.map +1 -1
- package/apigateway/domainNameAccessAssociation.d.ts +12 -4
- package/apigateway/domainNameAccessAssociation.js +2 -0
- package/apigateway/domainNameAccessAssociation.js.map +1 -1
- package/apigateway/getApiKeys.d.ts +9 -0
- package/apigateway/getApiKeys.js +2 -0
- package/apigateway/getApiKeys.js.map +1 -1
- package/apigateway/getAuthorizer.d.ts +9 -0
- package/apigateway/getAuthorizer.js +2 -0
- package/apigateway/getAuthorizer.js.map +1 -1
- package/apigateway/getAuthorizers.d.ts +9 -0
- package/apigateway/getAuthorizers.js +2 -0
- package/apigateway/getAuthorizers.js.map +1 -1
- package/apigateway/getDomainName.d.ts +9 -0
- package/apigateway/getDomainName.js +2 -0
- package/apigateway/getDomainName.js.map +1 -1
- package/apigateway/getExport.d.ts +9 -0
- package/apigateway/getExport.js +2 -0
- package/apigateway/getExport.js.map +1 -1
- package/apigateway/getKey.d.ts +9 -0
- package/apigateway/getKey.js +2 -0
- package/apigateway/getKey.js.map +1 -1
- package/apigateway/getResource.d.ts +9 -0
- package/apigateway/getResource.js +2 -0
- package/apigateway/getResource.js.map +1 -1
- package/apigateway/getRestApi.d.ts +9 -0
- package/apigateway/getRestApi.js +2 -0
- package/apigateway/getRestApi.js.map +1 -1
- package/apigateway/getSdk.d.ts +9 -0
- package/apigateway/getSdk.js +2 -0
- package/apigateway/getSdk.js.map +1 -1
- package/apigateway/getVpcLink.d.ts +9 -0
- package/apigateway/getVpcLink.js +2 -0
- package/apigateway/getVpcLink.js.map +1 -1
- package/apigateway/integration.d.ts +12 -0
- package/apigateway/integration.js +2 -0
- package/apigateway/integration.js.map +1 -1
- package/apigateway/integrationResponse.d.ts +12 -0
- package/apigateway/integrationResponse.js +2 -0
- package/apigateway/integrationResponse.js.map +1 -1
- package/apigateway/method.d.ts +12 -0
- package/apigateway/method.js +2 -0
- package/apigateway/method.js.map +1 -1
- package/apigateway/methodResponse.d.ts +12 -0
- package/apigateway/methodResponse.js +2 -0
- package/apigateway/methodResponse.js.map +1 -1
- package/apigateway/methodSettings.d.ts +12 -0
- package/apigateway/methodSettings.js +2 -0
- package/apigateway/methodSettings.js.map +1 -1
- package/apigateway/model.d.ts +12 -0
- package/apigateway/model.js +2 -0
- package/apigateway/model.js.map +1 -1
- package/apigateway/requestValidator.d.ts +12 -0
- package/apigateway/requestValidator.js +2 -0
- package/apigateway/requestValidator.js.map +1 -1
- package/apigateway/resource.d.ts +12 -0
- package/apigateway/resource.js +2 -0
- package/apigateway/resource.js.map +1 -1
- package/apigateway/response.d.ts +12 -0
- package/apigateway/response.js +2 -0
- package/apigateway/response.js.map +1 -1
- package/apigateway/restApi.d.ts +12 -4
- package/apigateway/restApi.js +2 -0
- package/apigateway/restApi.js.map +1 -1
- package/apigateway/restApiPolicy.d.ts +12 -0
- package/apigateway/restApiPolicy.js +2 -0
- package/apigateway/restApiPolicy.js.map +1 -1
- package/apigateway/restApiPut.d.ts +12 -0
- package/apigateway/restApiPut.js +2 -0
- package/apigateway/restApiPut.js.map +1 -1
- package/apigateway/stage.d.ts +18 -10
- package/apigateway/stage.js +2 -0
- package/apigateway/stage.js.map +1 -1
- package/apigateway/usagePlan.d.ts +12 -4
- package/apigateway/usagePlan.js +2 -0
- package/apigateway/usagePlan.js.map +1 -1
- package/apigateway/usagePlanKey.d.ts +12 -0
- package/apigateway/usagePlanKey.js +2 -0
- package/apigateway/usagePlanKey.js.map +1 -1
- package/apigateway/vpcLink.d.ts +12 -4
- package/apigateway/vpcLink.js +2 -0
- package/apigateway/vpcLink.js.map +1 -1
- package/apigatewayv2/api.d.ts +12 -4
- package/apigatewayv2/api.js +2 -0
- package/apigatewayv2/api.js.map +1 -1
- package/apigatewayv2/apiMapping.d.ts +12 -0
- package/apigatewayv2/apiMapping.js +2 -0
- package/apigatewayv2/apiMapping.js.map +1 -1
- package/apigatewayv2/authorizer.d.ts +12 -0
- package/apigatewayv2/authorizer.js +2 -0
- package/apigatewayv2/authorizer.js.map +1 -1
- package/apigatewayv2/deployment.d.ts +12 -0
- package/apigatewayv2/deployment.js +2 -0
- package/apigatewayv2/deployment.js.map +1 -1
- package/apigatewayv2/domainName.d.ts +12 -4
- package/apigatewayv2/domainName.js +2 -0
- package/apigatewayv2/domainName.js.map +1 -1
- package/apigatewayv2/getApi.d.ts +9 -0
- package/apigatewayv2/getApi.js +2 -0
- package/apigatewayv2/getApi.js.map +1 -1
- package/apigatewayv2/getApis.d.ts +9 -0
- package/apigatewayv2/getApis.js +2 -0
- package/apigatewayv2/getApis.js.map +1 -1
- package/apigatewayv2/getExport.d.ts +9 -0
- package/apigatewayv2/getExport.js +2 -0
- package/apigatewayv2/getExport.js.map +1 -1
- package/apigatewayv2/getVpcLink.d.ts +9 -0
- package/apigatewayv2/getVpcLink.js +2 -0
- package/apigatewayv2/getVpcLink.js.map +1 -1
- package/apigatewayv2/integration.d.ts +12 -0
- package/apigatewayv2/integration.js +2 -0
- package/apigatewayv2/integration.js.map +1 -1
- package/apigatewayv2/integrationResponse.d.ts +12 -0
- package/apigatewayv2/integrationResponse.js +2 -0
- package/apigatewayv2/integrationResponse.js.map +1 -1
- package/apigatewayv2/model.d.ts +12 -0
- package/apigatewayv2/model.js +2 -0
- package/apigatewayv2/model.js.map +1 -1
- package/apigatewayv2/route.d.ts +12 -0
- package/apigatewayv2/route.js +2 -0
- package/apigatewayv2/route.js.map +1 -1
- package/apigatewayv2/routeResponse.d.ts +12 -0
- package/apigatewayv2/routeResponse.js +2 -0
- package/apigatewayv2/routeResponse.js.map +1 -1
- package/apigatewayv2/stage.d.ts +12 -4
- package/apigatewayv2/stage.js +2 -0
- package/apigatewayv2/stage.js.map +1 -1
- package/apigatewayv2/vpcLink.d.ts +12 -4
- package/apigatewayv2/vpcLink.js +2 -0
- package/apigatewayv2/vpcLink.js.map +1 -1
- package/appautoscaling/policy.d.ts +12 -0
- package/appautoscaling/policy.js +2 -0
- package/appautoscaling/policy.js.map +1 -1
- package/appautoscaling/scheduledAction.d.ts +12 -0
- package/appautoscaling/scheduledAction.js +2 -0
- package/appautoscaling/scheduledAction.js.map +1 -1
- package/appautoscaling/target.d.ts +12 -4
- package/appautoscaling/target.js +2 -0
- package/appautoscaling/target.js.map +1 -1
- package/appconfig/application.d.ts +12 -4
- package/appconfig/application.js +2 -0
- package/appconfig/application.js.map +1 -1
- package/appconfig/configurationProfile.d.ts +12 -4
- package/appconfig/configurationProfile.js +2 -0
- package/appconfig/configurationProfile.js.map +1 -1
- package/appconfig/deployment.d.ts +12 -4
- package/appconfig/deployment.js +2 -0
- package/appconfig/deployment.js.map +1 -1
- package/appconfig/deploymentStrategy.d.ts +12 -4
- package/appconfig/deploymentStrategy.js +2 -0
- package/appconfig/deploymentStrategy.js.map +1 -1
- package/appconfig/environment.d.ts +12 -4
- package/appconfig/environment.js +2 -0
- package/appconfig/environment.js.map +1 -1
- package/appconfig/eventIntegration.d.ts +12 -4
- package/appconfig/eventIntegration.js +2 -0
- package/appconfig/eventIntegration.js.map +1 -1
- package/appconfig/extension.d.ts +12 -6
- package/appconfig/extension.js +2 -0
- package/appconfig/extension.js.map +1 -1
- package/appconfig/extensionAssociation.d.ts +12 -0
- package/appconfig/extensionAssociation.js +2 -0
- package/appconfig/extensionAssociation.js.map +1 -1
- package/appconfig/getConfigurationProfile.d.ts +9 -0
- package/appconfig/getConfigurationProfile.js +2 -0
- package/appconfig/getConfigurationProfile.js.map +1 -1
- package/appconfig/getConfigurationProfiles.d.ts +9 -0
- package/appconfig/getConfigurationProfiles.js +2 -0
- package/appconfig/getConfigurationProfiles.js.map +1 -1
- package/appconfig/getEnvironment.d.ts +9 -0
- package/appconfig/getEnvironment.js +2 -0
- package/appconfig/getEnvironment.js.map +1 -1
- package/appconfig/getEnvironments.d.ts +9 -0
- package/appconfig/getEnvironments.js +2 -0
- package/appconfig/getEnvironments.js.map +1 -1
- package/appconfig/hostedConfigurationVersion.d.ts +12 -0
- package/appconfig/hostedConfigurationVersion.js +2 -0
- package/appconfig/hostedConfigurationVersion.js.map +1 -1
- package/appfabric/appAuthorization.d.ts +12 -6
- package/appfabric/appAuthorization.js +2 -0
- package/appfabric/appAuthorization.js.map +1 -1
- package/appfabric/appAuthorizationConnection.d.ts +12 -0
- package/appfabric/appAuthorizationConnection.js +2 -0
- package/appfabric/appAuthorizationConnection.js.map +1 -1
- package/appfabric/appBundle.d.ts +12 -4
- package/appfabric/appBundle.js +2 -0
- package/appfabric/appBundle.js.map +1 -1
- package/appfabric/ingestion.d.ts +12 -4
- package/appfabric/ingestion.js +2 -0
- package/appfabric/ingestion.js.map +1 -1
- package/appfabric/ingestionDestination.d.ts +12 -4
- package/appfabric/ingestionDestination.js +2 -0
- package/appfabric/ingestionDestination.js.map +1 -1
- package/appflow/connectorProfile.d.ts +19 -4
- package/appflow/connectorProfile.js +6 -4
- package/appflow/connectorProfile.js.map +1 -1
- package/appflow/flow.d.ts +19 -11
- package/appflow/flow.js +9 -7
- package/appflow/flow.js.map +1 -1
- package/appintegrations/dataIntegration.d.ts +12 -4
- package/appintegrations/dataIntegration.js +2 -0
- package/appintegrations/dataIntegration.js.map +1 -1
- package/appintegrations/getEventIntegration.d.ts +9 -0
- package/appintegrations/getEventIntegration.js +2 -0
- package/appintegrations/getEventIntegration.js.map +1 -1
- package/applicationinsights/application.d.ts +12 -4
- package/applicationinsights/application.js +2 -0
- package/applicationinsights/application.js.map +1 -1
- package/applicationloadbalancing/index.d.ts +0 -2
- package/applicationloadbalancing/index.js +0 -3
- package/applicationloadbalancing/index.js.map +1 -1
- package/appmesh/gatewayRoute.d.ts +12 -4
- package/appmesh/gatewayRoute.js +2 -0
- package/appmesh/gatewayRoute.js.map +1 -1
- package/appmesh/getGatewayRoute.d.ts +9 -0
- package/appmesh/getGatewayRoute.js +2 -0
- package/appmesh/getGatewayRoute.js.map +1 -1
- package/appmesh/getMesh.d.ts +9 -0
- package/appmesh/getMesh.js +2 -0
- package/appmesh/getMesh.js.map +1 -1
- package/appmesh/getRoute.d.ts +9 -0
- package/appmesh/getRoute.js +2 -0
- package/appmesh/getRoute.js.map +1 -1
- package/appmesh/getVirtualGateway.d.ts +9 -0
- package/appmesh/getVirtualGateway.js +2 -0
- package/appmesh/getVirtualGateway.js.map +1 -1
- package/appmesh/getVirtualNode.d.ts +9 -0
- package/appmesh/getVirtualNode.js +2 -0
- package/appmesh/getVirtualNode.js.map +1 -1
- package/appmesh/getVirtualRouter.d.ts +9 -0
- package/appmesh/getVirtualRouter.js +2 -0
- package/appmesh/getVirtualRouter.js.map +1 -1
- package/appmesh/getVirtualService.d.ts +9 -0
- package/appmesh/getVirtualService.js +2 -0
- package/appmesh/getVirtualService.js.map +1 -1
- package/appmesh/mesh.d.ts +12 -4
- package/appmesh/mesh.js +2 -0
- package/appmesh/mesh.js.map +1 -1
- package/appmesh/route.d.ts +12 -4
- package/appmesh/route.js +2 -0
- package/appmesh/route.js.map +1 -1
- package/appmesh/virtualGateway.d.ts +12 -4
- package/appmesh/virtualGateway.js +2 -0
- package/appmesh/virtualGateway.js.map +1 -1
- package/appmesh/virtualNode.d.ts +12 -4
- package/appmesh/virtualNode.js +2 -0
- package/appmesh/virtualNode.js.map +1 -1
- package/appmesh/virtualRouter.d.ts +12 -4
- package/appmesh/virtualRouter.js +2 -0
- package/appmesh/virtualRouter.js.map +1 -1
- package/appmesh/virtualService.d.ts +12 -4
- package/appmesh/virtualService.js +2 -0
- package/appmesh/virtualService.js.map +1 -1
- package/apprunner/autoScalingConfigurationVersion.d.ts +12 -4
- package/apprunner/autoScalingConfigurationVersion.js +2 -0
- package/apprunner/autoScalingConfigurationVersion.js.map +1 -1
- package/apprunner/connection.d.ts +12 -4
- package/apprunner/connection.js +2 -0
- package/apprunner/connection.js.map +1 -1
- package/apprunner/customDomainAssociation.d.ts +12 -0
- package/apprunner/customDomainAssociation.js +2 -0
- package/apprunner/customDomainAssociation.js.map +1 -1
- package/apprunner/defaultAutoScalingConfigurationVersion.d.ts +12 -0
- package/apprunner/defaultAutoScalingConfigurationVersion.js +2 -0
- package/apprunner/defaultAutoScalingConfigurationVersion.js.map +1 -1
- package/apprunner/deployment.d.ts +12 -0
- package/apprunner/deployment.js +2 -0
- package/apprunner/deployment.js.map +1 -1
- package/apprunner/getHostedZoneId.d.ts +3 -5
- package/apprunner/getHostedZoneId.js.map +1 -1
- package/apprunner/observabilityConfiguration.d.ts +12 -4
- package/apprunner/observabilityConfiguration.js +2 -0
- package/apprunner/observabilityConfiguration.js.map +1 -1
- package/apprunner/service.d.ts +12 -4
- package/apprunner/service.js +2 -0
- package/apprunner/service.js.map +1 -1
- package/apprunner/vpcConnector.d.ts +12 -4
- package/apprunner/vpcConnector.js +2 -0
- package/apprunner/vpcConnector.js.map +1 -1
- package/apprunner/vpcIngressConnection.d.ts +12 -4
- package/apprunner/vpcIngressConnection.js +2 -0
- package/apprunner/vpcIngressConnection.js.map +1 -1
- package/appstream/directoryConfig.d.ts +12 -0
- package/appstream/directoryConfig.js +2 -0
- package/appstream/directoryConfig.js.map +1 -1
- package/appstream/fleet.d.ts +12 -6
- package/appstream/fleet.js +2 -0
- package/appstream/fleet.js.map +1 -1
- package/appstream/fleetStackAssociation.d.ts +12 -0
- package/appstream/fleetStackAssociation.js +2 -0
- package/appstream/fleetStackAssociation.js.map +1 -1
- package/appstream/getImage.d.ts +9 -0
- package/appstream/getImage.js +2 -0
- package/appstream/getImage.js.map +1 -1
- package/appstream/imageBuilder.d.ts +12 -4
- package/appstream/imageBuilder.js +2 -0
- package/appstream/imageBuilder.js.map +1 -1
- package/appstream/stack.d.ts +12 -6
- package/appstream/stack.js +2 -0
- package/appstream/stack.js.map +1 -1
- package/appstream/user.d.ts +12 -0
- package/appstream/user.js +2 -0
- package/appstream/user.js.map +1 -1
- package/appstream/userStackAssociation.d.ts +12 -0
- package/appstream/userStackAssociation.js +2 -0
- package/appstream/userStackAssociation.js.map +1 -1
- package/appsync/apiCache.d.ts +12 -0
- package/appsync/apiCache.js +2 -0
- package/appsync/apiCache.js.map +1 -1
- package/appsync/apiKey.d.ts +12 -0
- package/appsync/apiKey.js +2 -0
- package/appsync/apiKey.js.map +1 -1
- package/appsync/dataSource.d.ts +12 -0
- package/appsync/dataSource.js +2 -0
- package/appsync/dataSource.js.map +1 -1
- package/appsync/domainName.d.ts +12 -0
- package/appsync/domainName.js +2 -0
- package/appsync/domainName.js.map +1 -1
- package/appsync/domainNameApiAssociation.d.ts +12 -0
- package/appsync/domainNameApiAssociation.js +2 -0
- package/appsync/domainNameApiAssociation.js.map +1 -1
- package/appsync/function.d.ts +12 -0
- package/appsync/function.js +2 -0
- package/appsync/function.js.map +1 -1
- package/appsync/graphQLApi.d.ts +12 -4
- package/appsync/graphQLApi.js +2 -0
- package/appsync/graphQLApi.js.map +1 -1
- package/appsync/resolver.d.ts +12 -0
- package/appsync/resolver.js +2 -0
- package/appsync/resolver.js.map +1 -1
- package/appsync/sourceApiAssociation.d.ts +12 -0
- package/appsync/sourceApiAssociation.js +2 -0
- package/appsync/sourceApiAssociation.js.map +1 -1
- package/appsync/type.d.ts +12 -0
- package/appsync/type.js +2 -0
- package/appsync/type.js.map +1 -1
- package/athena/capacityReservation.d.ts +12 -4
- package/athena/capacityReservation.js +2 -0
- package/athena/capacityReservation.js.map +1 -1
- package/athena/dataCatalog.d.ts +12 -4
- package/athena/dataCatalog.js +2 -0
- package/athena/dataCatalog.js.map +1 -1
- package/athena/database.d.ts +13 -1
- package/athena/database.js +3 -1
- package/athena/database.js.map +1 -1
- package/athena/getNamedQuery.d.ts +9 -0
- package/athena/getNamedQuery.js +2 -0
- package/athena/getNamedQuery.js.map +1 -1
- package/athena/namedQuery.d.ts +13 -1
- package/athena/namedQuery.js +3 -1
- package/athena/namedQuery.js.map +1 -1
- package/athena/preparedStatement.d.ts +13 -1
- package/athena/preparedStatement.js +3 -1
- package/athena/preparedStatement.js.map +1 -1
- package/athena/workgroup.d.ts +12 -4
- package/athena/workgroup.js +2 -0
- package/athena/workgroup.js.map +1 -1
- package/auditmanager/accountRegistration.d.ts +12 -0
- package/auditmanager/accountRegistration.js +2 -0
- package/auditmanager/accountRegistration.js.map +1 -1
- package/auditmanager/assessment.d.ts +14 -8
- package/auditmanager/assessment.js +2 -3
- package/auditmanager/assessment.js.map +1 -1
- package/auditmanager/assessmentDelegation.d.ts +12 -0
- package/auditmanager/assessmentDelegation.js +2 -0
- package/auditmanager/assessmentDelegation.js.map +1 -1
- package/auditmanager/assessmentReport.d.ts +12 -0
- package/auditmanager/assessmentReport.js +2 -0
- package/auditmanager/assessmentReport.js.map +1 -1
- package/auditmanager/control.d.ts +12 -6
- package/auditmanager/control.js +2 -0
- package/auditmanager/control.js.map +1 -1
- package/auditmanager/framework.d.ts +12 -6
- package/auditmanager/framework.js +2 -0
- package/auditmanager/framework.js.map +1 -1
- package/auditmanager/frameworkShare.d.ts +12 -0
- package/auditmanager/frameworkShare.js +2 -0
- package/auditmanager/frameworkShare.js.map +1 -1
- package/auditmanager/getControl.d.ts +10 -4
- package/auditmanager/getControl.js +2 -2
- package/auditmanager/getControl.js.map +1 -1
- package/auditmanager/getFramework.d.ts +10 -4
- package/auditmanager/getFramework.js +2 -2
- package/auditmanager/getFramework.js.map +1 -1
- package/auditmanager/organizationAdminAccountRegistration.d.ts +12 -0
- package/auditmanager/organizationAdminAccountRegistration.js +2 -0
- package/auditmanager/organizationAdminAccountRegistration.js.map +1 -1
- package/autoscaling/attachment.d.ts +12 -0
- package/autoscaling/attachment.js +2 -0
- package/autoscaling/attachment.js.map +1 -1
- package/autoscaling/getAmiIds.d.ts +17 -8
- package/autoscaling/getAmiIds.js +10 -8
- package/autoscaling/getAmiIds.js.map +1 -1
- package/autoscaling/getGroup.d.ts +9 -0
- package/autoscaling/getGroup.js +2 -0
- package/autoscaling/getGroup.js.map +1 -1
- package/autoscaling/group.d.ts +15 -4
- package/autoscaling/group.js +2 -0
- package/autoscaling/group.js.map +1 -1
- package/autoscaling/index.d.ts +0 -2
- package/autoscaling/index.js +0 -2
- package/autoscaling/index.js.map +1 -1
- package/autoscaling/lifecycleHook.d.ts +12 -0
- package/autoscaling/lifecycleHook.js +2 -0
- package/autoscaling/lifecycleHook.js.map +1 -1
- package/autoscaling/notification.d.ts +20 -8
- package/autoscaling/notification.js +6 -4
- package/autoscaling/notification.js.map +1 -1
- package/autoscaling/policy.d.ts +12 -0
- package/autoscaling/policy.js +2 -0
- package/autoscaling/policy.js.map +1 -1
- package/autoscaling/schedule.d.ts +12 -0
- package/autoscaling/schedule.js +2 -0
- package/autoscaling/schedule.js.map +1 -1
- package/autoscaling/tag.d.ts +12 -0
- package/autoscaling/tag.js +2 -0
- package/autoscaling/tag.js.map +1 -1
- package/autoscaling/trafficSourceAttachment.d.ts +12 -0
- package/autoscaling/trafficSourceAttachment.js +2 -0
- package/autoscaling/trafficSourceAttachment.js.map +1 -1
- package/autoscalingplans/scalingPlan.d.ts +12 -0
- package/autoscalingplans/scalingPlan.js +2 -0
- package/autoscalingplans/scalingPlan.js.map +1 -1
- package/backup/framework.d.ts +12 -4
- package/backup/framework.js +2 -0
- package/backup/framework.js.map +1 -1
- package/backup/getFramework.d.ts +9 -0
- package/backup/getFramework.js +2 -0
- package/backup/getFramework.js.map +1 -1
- package/backup/getPlan.d.ts +9 -0
- package/backup/getPlan.js +2 -0
- package/backup/getPlan.js.map +1 -1
- package/backup/getReportPlan.d.ts +9 -0
- package/backup/getReportPlan.js +2 -0
- package/backup/getReportPlan.js.map +1 -1
- package/backup/getSelection.d.ts +9 -0
- package/backup/getSelection.js +2 -0
- package/backup/getSelection.js.map +1 -1
- package/backup/getVault.d.ts +9 -0
- package/backup/getVault.js +2 -0
- package/backup/getVault.js.map +1 -1
- package/backup/logicallyAirGappedVault.d.ts +12 -4
- package/backup/logicallyAirGappedVault.js +2 -0
- package/backup/logicallyAirGappedVault.js.map +1 -1
- package/backup/plan.d.ts +12 -4
- package/backup/plan.js +2 -0
- package/backup/plan.js.map +1 -1
- package/backup/regionSettings.d.ts +12 -0
- package/backup/regionSettings.js +2 -0
- package/backup/regionSettings.js.map +1 -1
- package/backup/reportPlan.d.ts +12 -4
- package/backup/reportPlan.js +2 -0
- package/backup/reportPlan.js.map +1 -1
- package/backup/restoreTestingPlan.d.ts +12 -4
- package/backup/restoreTestingPlan.js +2 -0
- package/backup/restoreTestingPlan.js.map +1 -1
- package/backup/restoreTestingSelection.d.ts +12 -0
- package/backup/restoreTestingSelection.js +2 -0
- package/backup/restoreTestingSelection.js.map +1 -1
- package/backup/selection.d.ts +12 -0
- package/backup/selection.js +2 -0
- package/backup/selection.js.map +1 -1
- package/backup/vault.d.ts +12 -4
- package/backup/vault.js +2 -0
- package/backup/vault.js.map +1 -1
- package/backup/vaultLockConfiguration.d.ts +12 -0
- package/backup/vaultLockConfiguration.js +2 -0
- package/backup/vaultLockConfiguration.js.map +1 -1
- package/backup/vaultNotifications.d.ts +15 -3
- package/backup/vaultNotifications.js +5 -3
- package/backup/vaultNotifications.js.map +1 -1
- package/backup/vaultPolicy.d.ts +12 -0
- package/backup/vaultPolicy.js +2 -0
- package/backup/vaultPolicy.js.map +1 -1
- package/batch/computeEnvironment.d.ts +40 -32
- package/batch/computeEnvironment.js +10 -8
- package/batch/computeEnvironment.js.map +1 -1
- package/batch/getComputeEnvironment.d.ts +14 -5
- package/batch/getComputeEnvironment.js +6 -4
- package/batch/getComputeEnvironment.js.map +1 -1
- package/batch/getJobDefinition.d.ts +9 -0
- package/batch/getJobDefinition.js +2 -0
- package/batch/getJobDefinition.js.map +1 -1
- package/batch/getJobQueue.d.ts +9 -0
- package/batch/getJobQueue.js +2 -0
- package/batch/getJobQueue.js.map +1 -1
- package/batch/getSchedulingPolicy.d.ts +9 -0
- package/batch/getSchedulingPolicy.js +2 -0
- package/batch/getSchedulingPolicy.js.map +1 -1
- package/batch/jobDefinition.d.ts +47 -4
- package/batch/jobDefinition.js +37 -0
- package/batch/jobDefinition.js.map +1 -1
- package/batch/jobQueue.d.ts +12 -22
- package/batch/jobQueue.js +2 -2
- package/batch/jobQueue.js.map +1 -1
- package/batch/schedulingPolicy.d.ts +12 -4
- package/batch/schedulingPolicy.js +2 -0
- package/batch/schedulingPolicy.js.map +1 -1
- package/bcmdata/export.d.ts +10 -6
- package/bcmdata/export.js +2 -0
- package/bcmdata/export.js.map +1 -1
- package/bedrock/agentAgent.d.ts +14 -6
- package/bedrock/agentAgent.js +4 -2
- package/bedrock/agentAgent.js.map +1 -1
- package/bedrock/agentAgentActionGroup.d.ts +12 -0
- package/bedrock/agentAgentActionGroup.js +2 -0
- package/bedrock/agentAgentActionGroup.js.map +1 -1
- package/bedrock/agentAgentAlias.d.ts +12 -4
- package/bedrock/agentAgentAlias.js +2 -0
- package/bedrock/agentAgentAlias.js.map +1 -1
- package/bedrock/agentAgentCollaborator.d.ts +16 -4
- package/bedrock/agentAgentCollaborator.js +6 -4
- package/bedrock/agentAgentCollaborator.js.map +1 -1
- package/bedrock/agentAgentKnowledgeBaseAssociation.d.ts +12 -0
- package/bedrock/agentAgentKnowledgeBaseAssociation.js +2 -0
- package/bedrock/agentAgentKnowledgeBaseAssociation.js.map +1 -1
- package/bedrock/agentDataSource.d.ts +12 -0
- package/bedrock/agentDataSource.js +2 -0
- package/bedrock/agentDataSource.js.map +1 -1
- package/bedrock/agentKnowledgeBase.d.ts +12 -4
- package/bedrock/agentKnowledgeBase.js +2 -0
- package/bedrock/agentKnowledgeBase.js.map +1 -1
- package/bedrock/agentPrompt.d.ts +12 -4
- package/bedrock/agentPrompt.js +2 -0
- package/bedrock/agentPrompt.js.map +1 -1
- package/bedrock/customModel.d.ts +12 -4
- package/bedrock/customModel.js +2 -0
- package/bedrock/customModel.js.map +1 -1
- package/bedrock/getAgentAgentVersions.d.ts +9 -0
- package/bedrock/getAgentAgentVersions.js +2 -0
- package/bedrock/getAgentAgentVersions.js.map +1 -1
- package/bedrock/getCustomModel.d.ts +9 -0
- package/bedrock/getCustomModel.js +2 -0
- package/bedrock/getCustomModel.js.map +1 -1
- package/bedrock/getCustomModels.d.ts +21 -2
- package/bedrock/getCustomModels.js +10 -4
- package/bedrock/getCustomModels.js.map +1 -1
- package/bedrock/getInferenceProfile.d.ts +9 -0
- package/bedrock/getInferenceProfile.js +2 -0
- package/bedrock/getInferenceProfile.js.map +1 -1
- package/bedrock/getInferenceProfiles.d.ts +21 -2
- package/bedrock/getInferenceProfiles.js +10 -4
- package/bedrock/getInferenceProfiles.js.map +1 -1
- package/bedrock/guardrail.d.ts +12 -6
- package/bedrock/guardrail.js +2 -0
- package/bedrock/guardrail.js.map +1 -1
- package/bedrock/guardrailVersion.d.ts +12 -0
- package/bedrock/guardrailVersion.js +2 -0
- package/bedrock/guardrailVersion.js.map +1 -1
- package/bedrock/index.d.ts +2 -2
- package/bedrock/inferenceProfile.d.ts +12 -6
- package/bedrock/inferenceProfile.js +2 -0
- package/bedrock/inferenceProfile.js.map +1 -1
- package/bedrock/provisionedModelThroughput.d.ts +12 -4
- package/bedrock/provisionedModelThroughput.js +2 -0
- package/bedrock/provisionedModelThroughput.js.map +1 -1
- package/bedrockfoundation/getModel.d.ts +9 -0
- package/bedrockfoundation/getModel.js +2 -0
- package/bedrockfoundation/getModel.js.map +1 -1
- package/bedrockfoundation/getModels.d.ts +9 -0
- package/bedrockfoundation/getModels.js +2 -0
- package/bedrockfoundation/getModels.js.map +1 -1
- package/bedrockmodel/invocationLoggingConfiguration.d.ts +66 -0
- package/bedrockmodel/invocationLoggingConfiguration.js +56 -0
- package/bedrockmodel/invocationLoggingConfiguration.js.map +1 -1
- package/budgets/budget.d.ts +0 -4
- package/budgets/budget.js.map +1 -1
- package/budgets/budgetAction.d.ts +0 -4
- package/budgets/budgetAction.js.map +1 -1
- package/cfg/aggregateAuthorization.d.ts +28 -14
- package/cfg/aggregateAuthorization.js +4 -5
- package/cfg/aggregateAuthorization.js.map +1 -1
- package/cfg/configurationAggregator.d.ts +12 -4
- package/cfg/configurationAggregator.js +2 -0
- package/cfg/configurationAggregator.js.map +1 -1
- package/cfg/conformancePack.d.ts +15 -3
- package/cfg/conformancePack.js +5 -3
- package/cfg/conformancePack.js.map +1 -1
- package/cfg/deliveryChannel.d.ts +13 -1
- package/cfg/deliveryChannel.js +3 -1
- package/cfg/deliveryChannel.js.map +1 -1
- package/cfg/organizationConformancePack.d.ts +15 -3
- package/cfg/organizationConformancePack.js +5 -3
- package/cfg/organizationConformancePack.js.map +1 -1
- package/cfg/organizationCustomPolicyRule.d.ts +12 -0
- package/cfg/organizationCustomPolicyRule.js +2 -0
- package/cfg/organizationCustomPolicyRule.js.map +1 -1
- package/cfg/organizationCustomRule.d.ts +12 -0
- package/cfg/organizationCustomRule.js +2 -0
- package/cfg/organizationCustomRule.js.map +1 -1
- package/cfg/organizationManagedRule.d.ts +12 -0
- package/cfg/organizationManagedRule.js +2 -0
- package/cfg/organizationManagedRule.js.map +1 -1
- package/cfg/recorder.d.ts +12 -0
- package/cfg/recorder.js +2 -0
- package/cfg/recorder.js.map +1 -1
- package/cfg/recorderStatus.d.ts +13 -1
- package/cfg/recorderStatus.js +3 -1
- package/cfg/recorderStatus.js.map +1 -1
- package/cfg/remediationConfiguration.d.ts +12 -0
- package/cfg/remediationConfiguration.js +2 -0
- package/cfg/remediationConfiguration.js.map +1 -1
- package/cfg/retentionConfiguration.d.ts +12 -0
- package/cfg/retentionConfiguration.js +2 -0
- package/cfg/retentionConfiguration.js.map +1 -1
- package/cfg/rule.d.ts +12 -4
- package/cfg/rule.js +2 -0
- package/cfg/rule.js.map +1 -1
- package/chatbot/getSlackWorkspace.d.ts +9 -0
- package/chatbot/getSlackWorkspace.js +2 -0
- package/chatbot/getSlackWorkspace.js.map +1 -1
- package/chatbot/slackChannelConfiguration.d.ts +12 -4
- package/chatbot/slackChannelConfiguration.js +2 -0
- package/chatbot/slackChannelConfiguration.js.map +1 -1
- package/chatbot/teamsChannelConfiguration.d.ts +12 -4
- package/chatbot/teamsChannelConfiguration.js +2 -0
- package/chatbot/teamsChannelConfiguration.js.map +1 -1
- package/chime/index.d.ts +0 -3
- package/chime/index.js +1 -6
- package/chime/index.js.map +1 -1
- package/chime/sdkvoiceSipMediaApplication.d.ts +12 -4
- package/chime/sdkvoiceSipMediaApplication.js +2 -0
- package/chime/sdkvoiceSipMediaApplication.js.map +1 -1
- package/chime/sdkvoiceSipRule.d.ts +12 -0
- package/chime/sdkvoiceSipRule.js +2 -0
- package/chime/sdkvoiceSipRule.js.map +1 -1
- package/chime/sdkvoiceVoiceProfileDomain.d.ts +12 -6
- package/chime/sdkvoiceVoiceProfileDomain.js +2 -0
- package/chime/sdkvoiceVoiceProfileDomain.js.map +1 -1
- package/chime/voiceConnector.d.ts +12 -4
- package/chime/voiceConnector.js +2 -0
- package/chime/voiceConnector.js.map +1 -1
- package/chime/voiceConnectorGroup.d.ts +12 -0
- package/chime/voiceConnectorGroup.js +2 -0
- package/chime/voiceConnectorGroup.js.map +1 -1
- package/chime/voiceConnectorLogging.d.ts +12 -0
- package/chime/voiceConnectorLogging.js +2 -0
- package/chime/voiceConnectorLogging.js.map +1 -1
- package/chime/voiceConnectorOrigination.d.ts +12 -0
- package/chime/voiceConnectorOrigination.js +2 -0
- package/chime/voiceConnectorOrigination.js.map +1 -1
- package/chime/voiceConnectorStreaming.d.ts +12 -0
- package/chime/voiceConnectorStreaming.js +2 -0
- package/chime/voiceConnectorStreaming.js.map +1 -1
- package/chime/voiceConnectorTermination.d.ts +12 -0
- package/chime/voiceConnectorTermination.js +2 -0
- package/chime/voiceConnectorTermination.js.map +1 -1
- package/chime/voiceConnectorTerminationCredentials.d.ts +12 -0
- package/chime/voiceConnectorTerminationCredentials.js +2 -0
- package/chime/voiceConnectorTerminationCredentials.js.map +1 -1
- package/chimesdkmediapipelines/mediaInsightsPipelineConfiguration.d.ts +12 -6
- package/chimesdkmediapipelines/mediaInsightsPipelineConfiguration.js +2 -0
- package/chimesdkmediapipelines/mediaInsightsPipelineConfiguration.js.map +1 -1
- package/cleanrooms/collaboration.d.ts +12 -6
- package/cleanrooms/collaboration.js +2 -0
- package/cleanrooms/collaboration.js.map +1 -1
- package/cleanrooms/configuredTable.d.ts +12 -6
- package/cleanrooms/configuredTable.js +2 -0
- package/cleanrooms/configuredTable.js.map +1 -1
- package/cleanrooms/membership.d.ts +12 -6
- package/cleanrooms/membership.js +2 -0
- package/cleanrooms/membership.js.map +1 -1
- package/cloud9/environmentEC2.d.ts +12 -4
- package/cloud9/environmentEC2.js +2 -0
- package/cloud9/environmentEC2.js.map +1 -1
- package/cloud9/environmentMembership.d.ts +12 -0
- package/cloud9/environmentMembership.js +2 -0
- package/cloud9/environmentMembership.js.map +1 -1
- package/cloudcontrol/getResource.d.ts +9 -0
- package/cloudcontrol/getResource.js +2 -0
- package/cloudcontrol/getResource.js.map +1 -1
- package/cloudcontrol/resource.d.ts +12 -0
- package/cloudcontrol/resource.js +2 -0
- package/cloudcontrol/resource.js.map +1 -1
- package/cloudformation/cloudFormationType.d.ts +12 -0
- package/cloudformation/cloudFormationType.js +2 -0
- package/cloudformation/cloudFormationType.js.map +1 -1
- package/cloudformation/getCloudFormationType.d.ts +9 -0
- package/cloudformation/getCloudFormationType.js +2 -0
- package/cloudformation/getCloudFormationType.js.map +1 -1
- package/cloudformation/getExport.d.ts +9 -0
- package/cloudformation/getExport.js +2 -0
- package/cloudformation/getExport.js.map +1 -1
- package/cloudformation/getStack.d.ts +9 -0
- package/cloudformation/getStack.js +2 -0
- package/cloudformation/getStack.js.map +1 -1
- package/cloudformation/stack.d.ts +12 -4
- package/cloudformation/stack.js +2 -0
- package/cloudformation/stack.js.map +1 -1
- package/cloudformation/stackInstances.d.ts +12 -0
- package/cloudformation/stackInstances.js +2 -0
- package/cloudformation/stackInstances.js.map +1 -1
- package/cloudformation/stackSet.d.ts +12 -4
- package/cloudformation/stackSet.js +2 -0
- package/cloudformation/stackSet.js.map +1 -1
- package/cloudformation/stackSetInstance.d.ts +23 -5
- package/cloudformation/stackSetInstance.js +4 -2
- package/cloudformation/stackSetInstance.js.map +1 -1
- package/cloudfront/distribution.d.ts +16 -8
- package/cloudfront/distribution.js +6 -4
- package/cloudfront/distribution.js.map +1 -1
- package/cloudfront/getDistribution.d.ts +4 -0
- package/cloudfront/getDistribution.js.map +1 -1
- package/cloudfront/getLogDeliveryCanonicalUserId.d.ts +10 -10
- package/cloudfront/getLogDeliveryCanonicalUserId.js +8 -8
- package/cloudfront/originAccessIdentity.d.ts +1 -1
- package/cloudfront/originAccessIdentity.js +1 -1
- package/cloudfront/responseHeadersPolicy.d.ts +0 -4
- package/cloudfront/responseHeadersPolicy.js +1 -1
- package/cloudfront/responseHeadersPolicy.js.map +1 -1
- package/cloudfront/vpcOrigin.d.ts +0 -4
- package/cloudfront/vpcOrigin.js.map +1 -1
- package/cloudhsmv2/cluster.d.ts +12 -4
- package/cloudhsmv2/cluster.js +2 -0
- package/cloudhsmv2/cluster.js.map +1 -1
- package/cloudhsmv2/getCluster.d.ts +9 -0
- package/cloudhsmv2/getCluster.js +2 -0
- package/cloudhsmv2/getCluster.js.map +1 -1
- package/cloudhsmv2/hsm.d.ts +18 -0
- package/cloudhsmv2/hsm.js +2 -0
- package/cloudhsmv2/hsm.js.map +1 -1
- package/cloudsearch/domain.d.ts +12 -0
- package/cloudsearch/domain.js +2 -0
- package/cloudsearch/domain.js.map +1 -1
- package/cloudsearch/domainServiceAccessPolicy.d.ts +12 -0
- package/cloudsearch/domainServiceAccessPolicy.js +2 -0
- package/cloudsearch/domainServiceAccessPolicy.js.map +1 -1
- package/cloudtrail/eventDataStore.d.ts +12 -4
- package/cloudtrail/eventDataStore.js +2 -0
- package/cloudtrail/eventDataStore.js.map +1 -1
- package/cloudtrail/getServiceAccount.d.ts +8 -10
- package/cloudtrail/getServiceAccount.js +4 -4
- package/cloudtrail/getServiceAccount.js.map +1 -1
- package/cloudtrail/trail.d.ts +19 -11
- package/cloudtrail/trail.js +9 -7
- package/cloudtrail/trail.js.map +1 -1
- package/cloudwatch/compositeAlarm.d.ts +12 -4
- package/cloudwatch/compositeAlarm.js +2 -0
- package/cloudwatch/compositeAlarm.js.map +1 -1
- package/cloudwatch/contributorInsightRule.d.ts +12 -6
- package/cloudwatch/contributorInsightRule.js +2 -0
- package/cloudwatch/contributorInsightRule.js.map +1 -1
- package/cloudwatch/contributorManagedInsightRule.d.ts +12 -6
- package/cloudwatch/contributorManagedInsightRule.js +2 -0
- package/cloudwatch/contributorManagedInsightRule.js.map +1 -1
- package/cloudwatch/dashboard.d.ts +12 -0
- package/cloudwatch/dashboard.js +2 -0
- package/cloudwatch/dashboard.js.map +1 -1
- package/cloudwatch/eventApiDestination.d.ts +12 -0
- package/cloudwatch/eventApiDestination.js +2 -0
- package/cloudwatch/eventApiDestination.js.map +1 -1
- package/cloudwatch/eventArchive.d.ts +103 -15
- package/cloudwatch/eventArchive.js +69 -1
- package/cloudwatch/eventArchive.js.map +1 -1
- package/cloudwatch/eventBus.d.ts +12 -4
- package/cloudwatch/eventBus.js +2 -0
- package/cloudwatch/eventBus.js.map +1 -1
- package/cloudwatch/eventBusPolicy.d.ts +12 -0
- package/cloudwatch/eventBusPolicy.js +2 -0
- package/cloudwatch/eventBusPolicy.js.map +1 -1
- package/cloudwatch/eventConnection.d.ts +12 -0
- package/cloudwatch/eventConnection.js +2 -0
- package/cloudwatch/eventConnection.js.map +1 -1
- package/cloudwatch/eventEndpoint.d.ts +12 -0
- package/cloudwatch/eventEndpoint.js +2 -0
- package/cloudwatch/eventEndpoint.js.map +1 -1
- package/cloudwatch/eventPermission.d.ts +12 -0
- package/cloudwatch/eventPermission.js +2 -0
- package/cloudwatch/eventPermission.js.map +1 -1
- package/cloudwatch/eventRule.d.ts +30 -46
- package/cloudwatch/eventRule.js +5 -3
- package/cloudwatch/eventRule.js.map +1 -1
- package/cloudwatch/eventRuleMixins.js +1 -1
- package/cloudwatch/eventRuleMixins.js.map +1 -1
- package/cloudwatch/eventTarget.d.ts +12 -0
- package/cloudwatch/eventTarget.js +2 -0
- package/cloudwatch/eventTarget.js.map +1 -1
- package/cloudwatch/getContributorManagedInsightRules.d.ts +9 -0
- package/cloudwatch/getContributorManagedInsightRules.js +2 -0
- package/cloudwatch/getContributorManagedInsightRules.js.map +1 -1
- package/cloudwatch/getEventBus.d.ts +9 -0
- package/cloudwatch/getEventBus.js +2 -0
- package/cloudwatch/getEventBus.js.map +1 -1
- package/cloudwatch/getEventBuses.d.ts +9 -0
- package/cloudwatch/getEventBuses.js +2 -0
- package/cloudwatch/getEventBuses.js.map +1 -1
- package/cloudwatch/getEventConnection.d.ts +9 -0
- package/cloudwatch/getEventConnection.js +2 -0
- package/cloudwatch/getEventConnection.js.map +1 -1
- package/cloudwatch/getEventSource.d.ts +9 -0
- package/cloudwatch/getEventSource.js +2 -0
- package/cloudwatch/getEventSource.js.map +1 -1
- package/cloudwatch/getLogGroup.d.ts +9 -0
- package/cloudwatch/getLogGroup.js +2 -0
- package/cloudwatch/getLogGroup.js.map +1 -1
- package/cloudwatch/getLogGroups.d.ts +9 -0
- package/cloudwatch/getLogGroups.js +2 -0
- package/cloudwatch/getLogGroups.js.map +1 -1
- package/cloudwatch/internetMonitor.d.ts +12 -4
- package/cloudwatch/internetMonitor.js +2 -0
- package/cloudwatch/internetMonitor.js.map +1 -1
- package/cloudwatch/logAccountPolicy.d.ts +12 -0
- package/cloudwatch/logAccountPolicy.js +2 -0
- package/cloudwatch/logAccountPolicy.js.map +1 -1
- package/cloudwatch/logAnomalyDetector.d.ts +12 -6
- package/cloudwatch/logAnomalyDetector.js +2 -0
- package/cloudwatch/logAnomalyDetector.js.map +1 -1
- package/cloudwatch/logDataProtectionPolicy.d.ts +14 -2
- package/cloudwatch/logDataProtectionPolicy.js +4 -2
- package/cloudwatch/logDataProtectionPolicy.js.map +1 -1
- package/cloudwatch/logDelivery.d.ts +12 -4
- package/cloudwatch/logDelivery.js +2 -0
- package/cloudwatch/logDelivery.js.map +1 -1
- package/cloudwatch/logDeliveryDestination.d.ts +12 -4
- package/cloudwatch/logDeliveryDestination.js +2 -0
- package/cloudwatch/logDeliveryDestination.js.map +1 -1
- package/cloudwatch/logDeliveryDestinationPolicy.d.ts +12 -0
- package/cloudwatch/logDeliveryDestinationPolicy.js +2 -0
- package/cloudwatch/logDeliveryDestinationPolicy.js.map +1 -1
- package/cloudwatch/logDeliverySource.d.ts +12 -4
- package/cloudwatch/logDeliverySource.js +2 -0
- package/cloudwatch/logDeliverySource.js.map +1 -1
- package/cloudwatch/logDestination.d.ts +12 -4
- package/cloudwatch/logDestination.js +2 -0
- package/cloudwatch/logDestination.js.map +1 -1
- package/cloudwatch/logDestinationPolicy.d.ts +12 -0
- package/cloudwatch/logDestinationPolicy.js +2 -0
- package/cloudwatch/logDestinationPolicy.js.map +1 -1
- package/cloudwatch/logGroup.d.ts +18 -10
- package/cloudwatch/logGroup.js +2 -0
- package/cloudwatch/logGroup.js.map +1 -1
- package/cloudwatch/logGroupMixins.js +2 -2
- package/cloudwatch/logGroupMixins.js.map +1 -1
- package/cloudwatch/logIndexPolicy.d.ts +12 -0
- package/cloudwatch/logIndexPolicy.js +2 -0
- package/cloudwatch/logIndexPolicy.js.map +1 -1
- package/cloudwatch/logMetricFilter.d.ts +12 -0
- package/cloudwatch/logMetricFilter.js +2 -0
- package/cloudwatch/logMetricFilter.js.map +1 -1
- package/cloudwatch/logResourcePolicy.d.ts +15 -3
- package/cloudwatch/logResourcePolicy.js +2 -0
- package/cloudwatch/logResourcePolicy.js.map +1 -1
- package/cloudwatch/logStream.d.ts +12 -0
- package/cloudwatch/logStream.js +2 -0
- package/cloudwatch/logStream.js.map +1 -1
- package/cloudwatch/logSubscriptionFilter.d.ts +12 -0
- package/cloudwatch/logSubscriptionFilter.js +2 -0
- package/cloudwatch/logSubscriptionFilter.js.map +1 -1
- package/cloudwatch/metricAlarm.d.ts +12 -4
- package/cloudwatch/metricAlarm.js +2 -0
- package/cloudwatch/metricAlarm.js.map +1 -1
- package/cloudwatch/metricStream.d.ts +14 -6
- package/cloudwatch/metricStream.js +4 -2
- package/cloudwatch/metricStream.js.map +1 -1
- package/cloudwatch/queryDefinition.d.ts +12 -0
- package/cloudwatch/queryDefinition.js +2 -0
- package/cloudwatch/queryDefinition.js.map +1 -1
- package/codeartifact/domain.d.ts +12 -4
- package/codeartifact/domain.js +2 -0
- package/codeartifact/domain.js.map +1 -1
- package/codeartifact/domainPermissions.d.ts +13 -1
- package/codeartifact/domainPermissions.js +2 -3
- package/codeartifact/domainPermissions.js.map +1 -1
- package/codeartifact/getAuthorizationToken.d.ts +9 -0
- package/codeartifact/getAuthorizationToken.js +2 -0
- package/codeartifact/getAuthorizationToken.js.map +1 -1
- package/codeartifact/getRepositoryEndpoint.d.ts +9 -0
- package/codeartifact/getRepositoryEndpoint.js +2 -0
- package/codeartifact/getRepositoryEndpoint.js.map +1 -1
- package/codeartifact/repository.d.ts +12 -4
- package/codeartifact/repository.js +2 -0
- package/codeartifact/repository.js.map +1 -1
- package/codeartifact/repositoryPermissionsPolicy.d.ts +12 -0
- package/codeartifact/repositoryPermissionsPolicy.js +2 -0
- package/codeartifact/repositoryPermissionsPolicy.js.map +1 -1
- package/codebuild/fleet.d.ts +12 -6
- package/codebuild/fleet.js +2 -0
- package/codebuild/fleet.js.map +1 -1
- package/codebuild/getFleet.d.ts +9 -0
- package/codebuild/getFleet.js +2 -0
- package/codebuild/getFleet.js.map +1 -1
- package/codebuild/project.d.ts +20 -12
- package/codebuild/project.js +10 -8
- package/codebuild/project.js.map +1 -1
- package/codebuild/reportGroup.d.ts +14 -6
- package/codebuild/reportGroup.js +4 -2
- package/codebuild/reportGroup.js.map +1 -1
- package/codebuild/resourcePolicy.d.ts +12 -0
- package/codebuild/resourcePolicy.js +2 -0
- package/codebuild/resourcePolicy.js.map +1 -1
- package/codebuild/sourceCredential.d.ts +12 -0
- package/codebuild/sourceCredential.js +2 -0
- package/codebuild/sourceCredential.js.map +1 -1
- package/codebuild/webhook.d.ts +12 -0
- package/codebuild/webhook.js +2 -0
- package/codebuild/webhook.js.map +1 -1
- package/codecatalyst/devEnvironment.d.ts +12 -0
- package/codecatalyst/devEnvironment.js +2 -0
- package/codecatalyst/devEnvironment.js.map +1 -1
- package/codecatalyst/getDevEnvironment.d.ts +9 -0
- package/codecatalyst/getDevEnvironment.js +2 -0
- package/codecatalyst/getDevEnvironment.js.map +1 -1
- package/codecatalyst/project.d.ts +12 -0
- package/codecatalyst/project.js +2 -0
- package/codecatalyst/project.js.map +1 -1
- package/codecatalyst/sourceRepository.d.ts +12 -0
- package/codecatalyst/sourceRepository.js +2 -0
- package/codecatalyst/sourceRepository.js.map +1 -1
- package/codecommit/approvalRuleTemplate.d.ts +12 -0
- package/codecommit/approvalRuleTemplate.js +2 -0
- package/codecommit/approvalRuleTemplate.js.map +1 -1
- package/codecommit/approvalRuleTemplateAssociation.d.ts +12 -0
- package/codecommit/approvalRuleTemplateAssociation.js +2 -0
- package/codecommit/approvalRuleTemplateAssociation.js.map +1 -1
- package/codecommit/getApprovalRuleTemplate.d.ts +9 -0
- package/codecommit/getApprovalRuleTemplate.js +2 -0
- package/codecommit/getApprovalRuleTemplate.js.map +1 -1
- package/codecommit/getRepository.d.ts +9 -0
- package/codecommit/getRepository.js +2 -0
- package/codecommit/getRepository.js.map +1 -1
- package/codecommit/repository.d.ts +12 -4
- package/codecommit/repository.js +2 -0
- package/codecommit/repository.js.map +1 -1
- package/codecommit/trigger.d.ts +12 -0
- package/codecommit/trigger.js +2 -0
- package/codecommit/trigger.js.map +1 -1
- package/codeconnections/connection.d.ts +12 -4
- package/codeconnections/connection.js +2 -0
- package/codeconnections/connection.js.map +1 -1
- package/codeconnections/host.d.ts +12 -6
- package/codeconnections/host.js +2 -0
- package/codeconnections/host.js.map +1 -1
- package/codedeploy/application.d.ts +12 -4
- package/codedeploy/application.js +2 -0
- package/codedeploy/application.js.map +1 -1
- package/codedeploy/deploymentConfig.d.ts +12 -0
- package/codedeploy/deploymentConfig.js +2 -0
- package/codedeploy/deploymentConfig.js.map +1 -1
- package/codedeploy/deploymentGroup.d.ts +12 -4
- package/codedeploy/deploymentGroup.js +2 -0
- package/codedeploy/deploymentGroup.js.map +1 -1
- package/codeguruprofiler/getProfilingGroup.d.ts +9 -0
- package/codeguruprofiler/getProfilingGroup.js +2 -0
- package/codeguruprofiler/getProfilingGroup.js.map +1 -1
- package/codeguruprofiler/profilingGroup.d.ts +12 -4
- package/codeguruprofiler/profilingGroup.js +2 -0
- package/codeguruprofiler/profilingGroup.js.map +1 -1
- package/codegurureviewer/repositoryAssociation.d.ts +12 -6
- package/codegurureviewer/repositoryAssociation.js +2 -0
- package/codegurureviewer/repositoryAssociation.js.map +1 -1
- package/codepipeline/customActionType.d.ts +12 -4
- package/codepipeline/customActionType.js +2 -0
- package/codepipeline/customActionType.js.map +1 -1
- package/codepipeline/pipeline.d.ts +19 -11
- package/codepipeline/pipeline.js +3 -1
- package/codepipeline/pipeline.js.map +1 -1
- package/codepipeline/webhook.d.ts +12 -4
- package/codepipeline/webhook.js +2 -0
- package/codepipeline/webhook.js.map +1 -1
- package/codestarconnections/connection.d.ts +12 -4
- package/codestarconnections/connection.js +2 -0
- package/codestarconnections/connection.js.map +1 -1
- package/codestarconnections/getConnection.d.ts +9 -0
- package/codestarconnections/getConnection.js +2 -0
- package/codestarconnections/getConnection.js.map +1 -1
- package/codestarconnections/host.d.ts +12 -0
- package/codestarconnections/host.js +2 -0
- package/codestarconnections/host.js.map +1 -1
- package/codestarnotifications/notificationRule.d.ts +15 -7
- package/codestarnotifications/notificationRule.js +5 -3
- package/codestarnotifications/notificationRule.js.map +1 -1
- package/cognito/getIdentityPool.d.ts +9 -0
- package/cognito/getIdentityPool.js +2 -0
- package/cognito/getIdentityPool.js.map +1 -1
- package/cognito/getUserGroup.d.ts +9 -0
- package/cognito/getUserGroup.js +2 -0
- package/cognito/getUserGroup.js.map +1 -1
- package/cognito/getUserGroups.d.ts +9 -0
- package/cognito/getUserGroups.js +2 -0
- package/cognito/getUserGroups.js.map +1 -1
- package/cognito/getUserPool.d.ts +9 -0
- package/cognito/getUserPool.js +2 -0
- package/cognito/getUserPool.js.map +1 -1
- package/cognito/getUserPoolClient.d.ts +9 -0
- package/cognito/getUserPoolClient.js +2 -0
- package/cognito/getUserPoolClient.js.map +1 -1
- package/cognito/getUserPoolClients.d.ts +9 -0
- package/cognito/getUserPoolClients.js +2 -0
- package/cognito/getUserPoolClients.js.map +1 -1
- package/cognito/getUserPoolSigningCertificate.d.ts +9 -0
- package/cognito/getUserPoolSigningCertificate.js +2 -0
- package/cognito/getUserPoolSigningCertificate.js.map +1 -1
- package/cognito/getUserPools.d.ts +9 -0
- package/cognito/getUserPools.js +2 -0
- package/cognito/getUserPools.js.map +1 -1
- package/cognito/identityPool.d.ts +12 -4
- package/cognito/identityPool.js +2 -0
- package/cognito/identityPool.js.map +1 -1
- package/cognito/identityPoolProviderPrincipalTag.d.ts +12 -0
- package/cognito/identityPoolProviderPrincipalTag.js +2 -0
- package/cognito/identityPoolProviderPrincipalTag.js.map +1 -1
- package/cognito/identityPoolRoleAttachment.d.ts +12 -0
- package/cognito/identityPoolRoleAttachment.js +2 -0
- package/cognito/identityPoolRoleAttachment.js.map +1 -1
- package/cognito/identityProvider.d.ts +12 -0
- package/cognito/identityProvider.js +2 -0
- package/cognito/identityProvider.js.map +1 -1
- package/cognito/managedUserPoolClient.d.ts +12 -0
- package/cognito/managedUserPoolClient.js +2 -0
- package/cognito/managedUserPoolClient.js.map +1 -1
- package/cognito/resourceServer.d.ts +12 -0
- package/cognito/resourceServer.js +2 -0
- package/cognito/resourceServer.js.map +1 -1
- package/cognito/riskConfiguration.d.ts +12 -0
- package/cognito/riskConfiguration.js +2 -0
- package/cognito/riskConfiguration.js.map +1 -1
- package/cognito/user.d.ts +12 -0
- package/cognito/user.js +2 -0
- package/cognito/user.js.map +1 -1
- package/cognito/userGroup.d.ts +12 -0
- package/cognito/userGroup.js +2 -0
- package/cognito/userGroup.js.map +1 -1
- package/cognito/userInGroup.d.ts +20 -0
- package/cognito/userInGroup.js +10 -0
- package/cognito/userInGroup.js.map +1 -1
- package/cognito/userPool.d.ts +12 -4
- package/cognito/userPool.js +2 -0
- package/cognito/userPool.js.map +1 -1
- package/cognito/userPoolClient.d.ts +12 -0
- package/cognito/userPoolClient.js +2 -0
- package/cognito/userPoolClient.js.map +1 -1
- package/cognito/userPoolDomain.d.ts +12 -0
- package/cognito/userPoolDomain.js +2 -0
- package/cognito/userPoolDomain.js.map +1 -1
- package/cognito/userPoolUICustomization.d.ts +12 -0
- package/cognito/userPoolUICustomization.js +2 -0
- package/cognito/userPoolUICustomization.js.map +1 -1
- package/comprehend/documentClassifier.d.ts +12 -4
- package/comprehend/documentClassifier.js +2 -0
- package/comprehend/documentClassifier.js.map +1 -1
- package/comprehend/entityRecognizer.d.ts +12 -4
- package/comprehend/entityRecognizer.js +2 -0
- package/comprehend/entityRecognizer.js.map +1 -1
- package/computeoptimizer/enrollmentStatus.d.ts +12 -0
- package/computeoptimizer/enrollmentStatus.js +2 -0
- package/computeoptimizer/enrollmentStatus.js.map +1 -1
- package/computeoptimizer/recommendationPreferences.d.ts +12 -0
- package/computeoptimizer/recommendationPreferences.js +2 -0
- package/computeoptimizer/recommendationPreferences.js.map +1 -1
- package/config/require.d.ts +1 -1
- package/config/require.js.map +1 -1
- package/config/vars.d.ts +2 -3
- package/config/vars.js +4 -4
- package/config/vars.js.map +1 -1
- package/connect/botAssociation.d.ts +13 -1
- package/connect/botAssociation.js +3 -1
- package/connect/botAssociation.js.map +1 -1
- package/connect/contactFlow.d.ts +12 -4
- package/connect/contactFlow.js +2 -0
- package/connect/contactFlow.js.map +1 -1
- package/connect/contactFlowModule.d.ts +12 -4
- package/connect/contactFlowModule.js +2 -0
- package/connect/contactFlowModule.js.map +1 -1
- package/connect/getBotAssociation.d.ts +9 -0
- package/connect/getBotAssociation.js +2 -0
- package/connect/getBotAssociation.js.map +1 -1
- package/connect/getContactFlow.d.ts +9 -0
- package/connect/getContactFlow.js +2 -0
- package/connect/getContactFlow.js.map +1 -1
- package/connect/getContactFlowModule.d.ts +9 -0
- package/connect/getContactFlowModule.js +2 -0
- package/connect/getContactFlowModule.js.map +1 -1
- package/connect/getHoursOfOperation.d.ts +9 -0
- package/connect/getHoursOfOperation.js +2 -0
- package/connect/getHoursOfOperation.js.map +1 -1
- package/connect/getInstance.d.ts +9 -0
- package/connect/getInstance.js +2 -0
- package/connect/getInstance.js.map +1 -1
- package/connect/getInstanceStorageConfig.d.ts +9 -0
- package/connect/getInstanceStorageConfig.js +2 -0
- package/connect/getInstanceStorageConfig.js.map +1 -1
- package/connect/getLambdaFunctionAssociation.d.ts +9 -0
- package/connect/getLambdaFunctionAssociation.js +2 -0
- package/connect/getLambdaFunctionAssociation.js.map +1 -1
- package/connect/getPrompt.d.ts +9 -0
- package/connect/getPrompt.js +2 -0
- package/connect/getPrompt.js.map +1 -1
- package/connect/getQueue.d.ts +9 -0
- package/connect/getQueue.js +2 -0
- package/connect/getQueue.js.map +1 -1
- package/connect/getQuickConnect.d.ts +9 -0
- package/connect/getQuickConnect.js +2 -0
- package/connect/getQuickConnect.js.map +1 -1
- package/connect/getRoutingProfile.d.ts +9 -0
- package/connect/getRoutingProfile.js +2 -0
- package/connect/getRoutingProfile.js.map +1 -1
- package/connect/getSecurityProfile.d.ts +9 -0
- package/connect/getSecurityProfile.js +2 -0
- package/connect/getSecurityProfile.js.map +1 -1
- package/connect/getUser.d.ts +9 -0
- package/connect/getUser.js +2 -0
- package/connect/getUser.js.map +1 -1
- package/connect/getUserHierarchyGroup.d.ts +9 -0
- package/connect/getUserHierarchyGroup.js +2 -0
- package/connect/getUserHierarchyGroup.js.map +1 -1
- package/connect/getUserHierarchyStructure.d.ts +9 -0
- package/connect/getUserHierarchyStructure.js +2 -0
- package/connect/getUserHierarchyStructure.js.map +1 -1
- package/connect/getVocabulary.d.ts +9 -0
- package/connect/getVocabulary.js +2 -0
- package/connect/getVocabulary.js.map +1 -1
- package/connect/hoursOfOperation.d.ts +12 -4
- package/connect/hoursOfOperation.js +2 -0
- package/connect/hoursOfOperation.js.map +1 -1
- package/connect/instance.d.ts +12 -4
- package/connect/instance.js +2 -0
- package/connect/instance.js.map +1 -1
- package/connect/instanceStorageConfig.d.ts +12 -0
- package/connect/instanceStorageConfig.js +2 -0
- package/connect/instanceStorageConfig.js.map +1 -1
- package/connect/lambdaFunctionAssociation.d.ts +12 -0
- package/connect/lambdaFunctionAssociation.js +2 -0
- package/connect/lambdaFunctionAssociation.js.map +1 -1
- package/connect/phoneNumber.d.ts +12 -4
- package/connect/phoneNumber.js +2 -0
- package/connect/phoneNumber.js.map +1 -1
- package/connect/queue.d.ts +12 -4
- package/connect/queue.js +2 -0
- package/connect/queue.js.map +1 -1
- package/connect/quickConnect.d.ts +12 -4
- package/connect/quickConnect.js +2 -0
- package/connect/quickConnect.js.map +1 -1
- package/connect/routingProfile.d.ts +12 -4
- package/connect/routingProfile.js +2 -0
- package/connect/routingProfile.js.map +1 -1
- package/connect/securityProfile.d.ts +12 -4
- package/connect/securityProfile.js +2 -0
- package/connect/securityProfile.js.map +1 -1
- package/connect/user.d.ts +12 -4
- package/connect/user.js +2 -0
- package/connect/user.js.map +1 -1
- package/connect/userHierarchyGroup.d.ts +12 -4
- package/connect/userHierarchyGroup.js +2 -0
- package/connect/userHierarchyGroup.js.map +1 -1
- package/connect/userHierarchyStructure.d.ts +12 -0
- package/connect/userHierarchyStructure.js +2 -0
- package/connect/userHierarchyStructure.js.map +1 -1
- package/connect/vocabulary.d.ts +12 -4
- package/connect/vocabulary.js +2 -0
- package/connect/vocabulary.js.map +1 -1
- package/controltower/controlTowerControl.d.ts +13 -1
- package/controltower/controlTowerControl.js +3 -1
- package/controltower/controlTowerControl.js.map +1 -1
- package/controltower/getControls.d.ts +9 -0
- package/controltower/getControls.js +2 -0
- package/controltower/getControls.js.map +1 -1
- package/controltower/landingZone.d.ts +12 -4
- package/controltower/landingZone.js +2 -0
- package/controltower/landingZone.js.map +1 -1
- package/costexplorer/anomalyMonitor.d.ts +0 -4
- package/costexplorer/anomalyMonitor.js.map +1 -1
- package/costexplorer/anomalySubscription.d.ts +0 -4
- package/costexplorer/anomalySubscription.js.map +1 -1
- package/costexplorer/costCategory.d.ts +0 -4
- package/costexplorer/costCategory.js.map +1 -1
- package/cur/reportDefinition.d.ts +9 -12
- package/cur/reportDefinition.js +4 -0
- package/cur/reportDefinition.js.map +1 -1
- package/customerprofiles/domain.d.ts +16 -8
- package/customerprofiles/domain.js +6 -4
- package/customerprofiles/domain.js.map +1 -1
- package/customerprofiles/profile.d.ts +12 -0
- package/customerprofiles/profile.js +2 -0
- package/customerprofiles/profile.js.map +1 -1
- package/dataexchange/dataSet.d.ts +12 -4
- package/dataexchange/dataSet.js +2 -0
- package/dataexchange/dataSet.js.map +1 -1
- package/dataexchange/eventAction.d.ts +12 -0
- package/dataexchange/eventAction.js +2 -0
- package/dataexchange/eventAction.js.map +1 -1
- package/dataexchange/revision.d.ts +12 -4
- package/dataexchange/revision.js +2 -0
- package/dataexchange/revision.js.map +1 -1
- package/dataexchange/revisionAssets.d.ts +12 -4
- package/dataexchange/revisionAssets.js +2 -0
- package/dataexchange/revisionAssets.js.map +1 -1
- package/datapipeline/getPipeline.d.ts +9 -0
- package/datapipeline/getPipeline.js +2 -0
- package/datapipeline/getPipeline.js.map +1 -1
- package/datapipeline/getPipelineDefinition.d.ts +9 -0
- package/datapipeline/getPipelineDefinition.js +2 -0
- package/datapipeline/getPipelineDefinition.js.map +1 -1
- package/datapipeline/pipeline.d.ts +12 -4
- package/datapipeline/pipeline.js +2 -0
- package/datapipeline/pipeline.js.map +1 -1
- package/datapipeline/pipelineDefinition.d.ts +12 -0
- package/datapipeline/pipelineDefinition.js +2 -0
- package/datapipeline/pipelineDefinition.js.map +1 -1
- package/datasync/agent.d.ts +13 -5
- package/datasync/agent.js +3 -1
- package/datasync/agent.js.map +1 -1
- package/datasync/efsLocation.d.ts +15 -8
- package/datasync/efsLocation.js +2 -0
- package/datasync/efsLocation.js.map +1 -1
- package/datasync/fsxOpenZfsFileSystem.d.ts +12 -4
- package/datasync/fsxOpenZfsFileSystem.js +2 -0
- package/datasync/fsxOpenZfsFileSystem.js.map +1 -1
- package/datasync/locationAzureBlob.d.ts +12 -4
- package/datasync/locationAzureBlob.js +2 -0
- package/datasync/locationAzureBlob.js.map +1 -1
- package/datasync/locationFsxLustre.d.ts +12 -4
- package/datasync/locationFsxLustre.js +2 -0
- package/datasync/locationFsxLustre.js.map +1 -1
- package/datasync/locationFsxOntapFileSystem.d.ts +12 -6
- package/datasync/locationFsxOntapFileSystem.js +2 -0
- package/datasync/locationFsxOntapFileSystem.js.map +1 -1
- package/datasync/locationFsxWindows.d.ts +12 -4
- package/datasync/locationFsxWindows.js +2 -0
- package/datasync/locationFsxWindows.js.map +1 -1
- package/datasync/locationHdfs.d.ts +12 -4
- package/datasync/locationHdfs.js +2 -0
- package/datasync/locationHdfs.js.map +1 -1
- package/datasync/locationObjectStorage.d.ts +12 -4
- package/datasync/locationObjectStorage.js +2 -0
- package/datasync/locationObjectStorage.js.map +1 -1
- package/datasync/locationSmb.d.ts +12 -4
- package/datasync/locationSmb.js +2 -0
- package/datasync/locationSmb.js.map +1 -1
- package/datasync/nfsLocation.d.ts +12 -4
- package/datasync/nfsLocation.js +2 -0
- package/datasync/nfsLocation.js.map +1 -1
- package/datasync/s3location.d.ts +15 -8
- package/datasync/s3location.js +2 -0
- package/datasync/s3location.js.map +1 -1
- package/datasync/task.d.ts +21 -14
- package/datasync/task.js +2 -0
- package/datasync/task.js.map +1 -1
- package/datazone/assetType.d.ts +12 -0
- package/datazone/assetType.js +2 -0
- package/datazone/assetType.js.map +1 -1
- package/datazone/domain.d.ts +12 -4
- package/datazone/domain.js +2 -0
- package/datazone/domain.js.map +1 -1
- package/datazone/environment.d.ts +12 -0
- package/datazone/environment.js +2 -0
- package/datazone/environment.js.map +1 -1
- package/datazone/environmentBlueprintConfiguration.d.ts +15 -36
- package/datazone/environmentBlueprintConfiguration.js +2 -27
- package/datazone/environmentBlueprintConfiguration.js.map +1 -1
- package/datazone/environmentProfile.d.ts +12 -0
- package/datazone/environmentProfile.js +2 -0
- package/datazone/environmentProfile.js.map +1 -1
- package/datazone/formType.d.ts +12 -0
- package/datazone/formType.js +2 -0
- package/datazone/formType.js.map +1 -1
- package/datazone/getDomain.d.ts +9 -0
- package/datazone/getDomain.js +2 -0
- package/datazone/getDomain.js.map +1 -1
- package/datazone/getEnvironmentBlueprint.d.ts +9 -0
- package/datazone/getEnvironmentBlueprint.js +2 -0
- package/datazone/getEnvironmentBlueprint.js.map +1 -1
- package/datazone/glossary.d.ts +12 -0
- package/datazone/glossary.js +2 -0
- package/datazone/glossary.js.map +1 -1
- package/datazone/glossaryTerm.d.ts +12 -0
- package/datazone/glossaryTerm.js +2 -0
- package/datazone/glossaryTerm.js.map +1 -1
- package/datazone/project.d.ts +12 -0
- package/datazone/project.js +2 -0
- package/datazone/project.js.map +1 -1
- package/datazone/userProfile.d.ts +12 -0
- package/datazone/userProfile.js +2 -0
- package/datazone/userProfile.js.map +1 -1
- package/dax/cluster.d.ts +12 -4
- package/dax/cluster.js +2 -0
- package/dax/cluster.js.map +1 -1
- package/dax/parameterGroup.d.ts +12 -0
- package/dax/parameterGroup.js +2 -0
- package/dax/parameterGroup.js.map +1 -1
- package/dax/subnetGroup.d.ts +12 -0
- package/dax/subnetGroup.js +2 -0
- package/dax/subnetGroup.js.map +1 -1
- package/detective/graph.d.ts +12 -6
- package/detective/graph.js +2 -0
- package/detective/graph.js.map +1 -1
- package/detective/invitationAccepter.d.ts +12 -0
- package/detective/invitationAccepter.js +2 -0
- package/detective/invitationAccepter.js.map +1 -1
- package/detective/member.d.ts +12 -0
- package/detective/member.js +2 -0
- package/detective/member.js.map +1 -1
- package/detective/organizationAdminAccount.d.ts +12 -0
- package/detective/organizationAdminAccount.js +2 -0
- package/detective/organizationAdminAccount.js.map +1 -1
- package/detective/organizationConfiguration.d.ts +12 -0
- package/detective/organizationConfiguration.js +2 -0
- package/detective/organizationConfiguration.js.map +1 -1
- package/devicefarm/devicePool.d.ts +12 -4
- package/devicefarm/devicePool.js +2 -0
- package/devicefarm/devicePool.js.map +1 -1
- package/devicefarm/instanceProfile.d.ts +12 -4
- package/devicefarm/instanceProfile.js +2 -0
- package/devicefarm/instanceProfile.js.map +1 -1
- package/devicefarm/networkProfile.d.ts +12 -4
- package/devicefarm/networkProfile.js +2 -0
- package/devicefarm/networkProfile.js.map +1 -1
- package/devicefarm/project.d.ts +12 -4
- package/devicefarm/project.js +2 -0
- package/devicefarm/project.js.map +1 -1
- package/devicefarm/testGridProject.d.ts +12 -4
- package/devicefarm/testGridProject.js +2 -0
- package/devicefarm/testGridProject.js.map +1 -1
- package/devicefarm/upload.d.ts +12 -0
- package/devicefarm/upload.js +2 -0
- package/devicefarm/upload.js.map +1 -1
- package/devopsguru/eventSourcesConfig.d.ts +13 -1
- package/devopsguru/eventSourcesConfig.js +3 -1
- package/devopsguru/eventSourcesConfig.js.map +1 -1
- package/devopsguru/getNotificationChannel.d.ts +9 -0
- package/devopsguru/getNotificationChannel.js +2 -0
- package/devopsguru/getNotificationChannel.js.map +1 -1
- package/devopsguru/getResourceCollection.d.ts +7 -15
- package/devopsguru/getResourceCollection.js +2 -4
- package/devopsguru/getResourceCollection.js.map +1 -1
- package/devopsguru/notificationChannel.d.ts +12 -0
- package/devopsguru/notificationChannel.js +2 -0
- package/devopsguru/notificationChannel.js.map +1 -1
- package/devopsguru/resourceCollection.d.ts +12 -0
- package/devopsguru/resourceCollection.js +2 -0
- package/devopsguru/resourceCollection.js.map +1 -1
- package/devopsguru/serviceIntegration.d.ts +13 -1
- package/devopsguru/serviceIntegration.js +3 -1
- package/devopsguru/serviceIntegration.js.map +1 -1
- package/directconnect/bgpPeer.d.ts +12 -0
- package/directconnect/bgpPeer.js +2 -0
- package/directconnect/bgpPeer.js.map +1 -1
- package/directconnect/connection.d.ts +12 -4
- package/directconnect/connection.js +2 -0
- package/directconnect/connection.js.map +1 -1
- package/directconnect/connectionAssociation.d.ts +12 -0
- package/directconnect/connectionAssociation.js +2 -0
- package/directconnect/connectionAssociation.js.map +1 -1
- package/directconnect/connectionConfirmation.d.ts +12 -0
- package/directconnect/connectionConfirmation.js +2 -0
- package/directconnect/connectionConfirmation.js.map +1 -1
- package/directconnect/gatewayAssociation.d.ts +6 -6
- package/directconnect/gatewayAssociation.js +2 -2
- package/directconnect/gatewayAssociation.js.map +1 -1
- package/directconnect/gatewayAssociationProposal.d.ts +12 -0
- package/directconnect/gatewayAssociationProposal.js +2 -0
- package/directconnect/gatewayAssociationProposal.js.map +1 -1
- package/directconnect/getConnection.d.ts +9 -0
- package/directconnect/getConnection.js +2 -0
- package/directconnect/getConnection.js.map +1 -1
- package/directconnect/getLocation.d.ts +9 -0
- package/directconnect/getLocation.js +2 -0
- package/directconnect/getLocation.js.map +1 -1
- package/directconnect/getLocations.d.ts +21 -2
- package/directconnect/getLocations.js +10 -4
- package/directconnect/getLocations.js.map +1 -1
- package/directconnect/getRouterConfiguration.d.ts +9 -0
- package/directconnect/getRouterConfiguration.js +2 -0
- package/directconnect/getRouterConfiguration.js.map +1 -1
- package/directconnect/hostedConnection.d.ts +14 -2
- package/directconnect/hostedConnection.js +2 -0
- package/directconnect/hostedConnection.js.map +1 -1
- package/directconnect/hostedPrivateVirtualInterface.d.ts +12 -0
- package/directconnect/hostedPrivateVirtualInterface.js +2 -0
- package/directconnect/hostedPrivateVirtualInterface.js.map +1 -1
- package/directconnect/hostedPrivateVirtualInterfaceAccepter.d.ts +12 -4
- package/directconnect/hostedPrivateVirtualInterfaceAccepter.js +2 -0
- package/directconnect/hostedPrivateVirtualInterfaceAccepter.js.map +1 -1
- package/directconnect/hostedPublicVirtualInterface.d.ts +12 -0
- package/directconnect/hostedPublicVirtualInterface.js +2 -0
- package/directconnect/hostedPublicVirtualInterface.js.map +1 -1
- package/directconnect/hostedPublicVirtualInterfaceAccepter.d.ts +12 -4
- package/directconnect/hostedPublicVirtualInterfaceAccepter.js +2 -0
- package/directconnect/hostedPublicVirtualInterfaceAccepter.js.map +1 -1
- package/directconnect/hostedTransitVirtualInterface.d.ts +12 -0
- package/directconnect/hostedTransitVirtualInterface.js +2 -0
- package/directconnect/hostedTransitVirtualInterface.js.map +1 -1
- package/directconnect/hostedTransitVirtualInterfaceAcceptor.d.ts +12 -4
- package/directconnect/hostedTransitVirtualInterfaceAcceptor.js +2 -0
- package/directconnect/hostedTransitVirtualInterfaceAcceptor.js.map +1 -1
- package/directconnect/index.d.ts +1 -1
- package/directconnect/linkAggregationGroup.d.ts +12 -4
- package/directconnect/linkAggregationGroup.js +2 -0
- package/directconnect/linkAggregationGroup.js.map +1 -1
- package/directconnect/macsecKeyAssociation.d.ts +12 -0
- package/directconnect/macsecKeyAssociation.js +2 -0
- package/directconnect/macsecKeyAssociation.js.map +1 -1
- package/directconnect/privateVirtualInterface.d.ts +12 -4
- package/directconnect/privateVirtualInterface.js +2 -0
- package/directconnect/privateVirtualInterface.js.map +1 -1
- package/directconnect/publicVirtualInterface.d.ts +12 -4
- package/directconnect/publicVirtualInterface.js +2 -0
- package/directconnect/publicVirtualInterface.js.map +1 -1
- package/directconnect/transitVirtualInterface.d.ts +12 -4
- package/directconnect/transitVirtualInterface.js +2 -0
- package/directconnect/transitVirtualInterface.js.map +1 -1
- package/directoryservice/conditionalForwarder.d.ts +12 -0
- package/directoryservice/conditionalForwarder.js +2 -0
- package/directoryservice/conditionalForwarder.js.map +1 -1
- package/directoryservice/directory.d.ts +12 -4
- package/directoryservice/directory.js +2 -0
- package/directoryservice/directory.js.map +1 -1
- package/directoryservice/getDirectory.d.ts +9 -0
- package/directoryservice/getDirectory.js +2 -0
- package/directoryservice/getDirectory.js.map +1 -1
- package/directoryservice/index.d.ts +0 -6
- package/directoryservice/index.js +1 -11
- package/directoryservice/index.js.map +1 -1
- package/directoryservice/logSubscription.d.ts +12 -0
- package/directoryservice/logSubscription.js +2 -0
- package/directoryservice/logSubscription.js.map +1 -1
- package/directoryservice/radiusSettings.d.ts +12 -0
- package/directoryservice/radiusSettings.js +2 -0
- package/directoryservice/radiusSettings.js.map +1 -1
- package/directoryservice/serviceRegion.d.ts +12 -4
- package/directoryservice/serviceRegion.js +2 -0
- package/directoryservice/serviceRegion.js.map +1 -1
- package/directoryservice/sharedDirectory.d.ts +12 -0
- package/directoryservice/sharedDirectory.js +2 -0
- package/directoryservice/sharedDirectory.js.map +1 -1
- package/directoryservice/sharedDirectoryAccepter.d.ts +12 -0
- package/directoryservice/sharedDirectoryAccepter.js +2 -0
- package/directoryservice/sharedDirectoryAccepter.js.map +1 -1
- package/directoryservice/trust.d.ts +12 -0
- package/directoryservice/trust.js +2 -0
- package/directoryservice/trust.js.map +1 -1
- package/dlm/lifecyclePolicy.d.ts +12 -4
- package/dlm/lifecyclePolicy.js +2 -0
- package/dlm/lifecyclePolicy.js.map +1 -1
- package/dms/certificate.d.ts +12 -10
- package/dms/certificate.js +2 -0
- package/dms/certificate.js.map +1 -1
- package/dms/endpoint.d.ts +10 -17
- package/dms/endpoint.js +3 -6
- package/dms/endpoint.js.map +1 -1
- package/dms/eventSubscription.d.ts +12 -4
- package/dms/eventSubscription.js +2 -0
- package/dms/eventSubscription.js.map +1 -1
- package/dms/getCertificate.d.ts +9 -0
- package/dms/getCertificate.js +2 -0
- package/dms/getCertificate.js.map +1 -1
- package/dms/getEndpoint.d.ts +9 -0
- package/dms/getEndpoint.js +2 -0
- package/dms/getEndpoint.js.map +1 -1
- package/dms/getReplicationInstance.d.ts +9 -0
- package/dms/getReplicationInstance.js +2 -0
- package/dms/getReplicationInstance.js.map +1 -1
- package/dms/getReplicationSubnetGroup.d.ts +9 -0
- package/dms/getReplicationSubnetGroup.js +2 -0
- package/dms/getReplicationSubnetGroup.js.map +1 -1
- package/dms/getReplicationTask.d.ts +9 -10
- package/dms/getReplicationTask.js +2 -0
- package/dms/getReplicationTask.js.map +1 -1
- package/dms/replicationConfig.d.ts +12 -4
- package/dms/replicationConfig.js +2 -0
- package/dms/replicationConfig.js.map +1 -1
- package/dms/replicationInstance.d.ts +12 -34
- package/dms/replicationInstance.js +2 -0
- package/dms/replicationInstance.js.map +1 -1
- package/dms/replicationSubnetGroup.d.ts +12 -4
- package/dms/replicationSubnetGroup.js +2 -0
- package/dms/replicationSubnetGroup.js.map +1 -1
- package/dms/replicationTask.d.ts +12 -4
- package/dms/replicationTask.js +2 -0
- package/dms/replicationTask.js.map +1 -1
- package/dms/s3endpoint.d.ts +12 -4
- package/dms/s3endpoint.js +2 -0
- package/dms/s3endpoint.js.map +1 -1
- package/docdb/cluster.d.ts +12 -4
- package/docdb/cluster.js +2 -0
- package/docdb/cluster.js.map +1 -1
- package/docdb/clusterInstance.d.ts +12 -4
- package/docdb/clusterInstance.js +2 -0
- package/docdb/clusterInstance.js.map +1 -1
- package/docdb/clusterParameterGroup.d.ts +12 -4
- package/docdb/clusterParameterGroup.js +2 -0
- package/docdb/clusterParameterGroup.js.map +1 -1
- package/docdb/clusterSnapshot.d.ts +12 -0
- package/docdb/clusterSnapshot.js +2 -0
- package/docdb/clusterSnapshot.js.map +1 -1
- package/docdb/elasticCluster.d.ts +12 -6
- package/docdb/elasticCluster.js +2 -0
- package/docdb/elasticCluster.js.map +1 -1
- package/docdb/eventSubscription.d.ts +12 -4
- package/docdb/eventSubscription.js +2 -0
- package/docdb/eventSubscription.js.map +1 -1
- package/docdb/getEngineVersion.d.ts +9 -0
- package/docdb/getEngineVersion.js +2 -0
- package/docdb/getEngineVersion.js.map +1 -1
- package/docdb/getOrderableDbInstance.d.ts +9 -0
- package/docdb/getOrderableDbInstance.js +2 -0
- package/docdb/getOrderableDbInstance.js.map +1 -1
- package/docdb/globalCluster.d.ts +12 -0
- package/docdb/globalCluster.js +2 -0
- package/docdb/globalCluster.js.map +1 -1
- package/docdb/subnetGroup.d.ts +12 -4
- package/docdb/subnetGroup.js +2 -0
- package/docdb/subnetGroup.js.map +1 -1
- package/drs/replicationConfigurationTemplate.d.ts +12 -4
- package/drs/replicationConfigurationTemplate.js +2 -0
- package/drs/replicationConfigurationTemplate.js.map +1 -1
- package/dsql/cluster.d.ts +12 -4
- package/dsql/cluster.js +2 -0
- package/dsql/cluster.js.map +1 -1
- package/dsql/clusterPeering.d.ts +12 -0
- package/dsql/clusterPeering.js +2 -0
- package/dsql/clusterPeering.js.map +1 -1
- package/dynamodb/contributorInsights.d.ts +12 -0
- package/dynamodb/contributorInsights.js +2 -0
- package/dynamodb/contributorInsights.js.map +1 -1
- package/dynamodb/dynamodbMixins.js +1 -1
- package/dynamodb/dynamodbMixins.js.map +1 -1
- package/dynamodb/getTable.d.ts +9 -0
- package/dynamodb/getTable.js +2 -0
- package/dynamodb/getTable.js.map +1 -1
- package/dynamodb/getTableItem.d.ts +9 -0
- package/dynamodb/getTableItem.js +2 -0
- package/dynamodb/getTableItem.js.map +1 -1
- package/dynamodb/getTables.d.ts +21 -2
- package/dynamodb/getTables.js +10 -4
- package/dynamodb/getTables.js.map +1 -1
- package/dynamodb/globalTable.d.ts +12 -0
- package/dynamodb/globalTable.js +2 -0
- package/dynamodb/globalTable.js.map +1 -1
- package/dynamodb/index.d.ts +1 -1
- package/dynamodb/kinesisStreamingDestination.d.ts +12 -0
- package/dynamodb/kinesisStreamingDestination.js +2 -0
- package/dynamodb/kinesisStreamingDestination.js.map +1 -1
- package/dynamodb/resourcePolicy.d.ts +12 -0
- package/dynamodb/resourcePolicy.js +2 -0
- package/dynamodb/resourcePolicy.js.map +1 -1
- package/dynamodb/table.d.ts +48 -5
- package/dynamodb/table.js +38 -1
- package/dynamodb/table.js.map +1 -1
- package/dynamodb/tableExport.d.ts +13 -1
- package/dynamodb/tableExport.js +3 -1
- package/dynamodb/tableExport.js.map +1 -1
- package/dynamodb/tableItem.d.ts +12 -0
- package/dynamodb/tableItem.js +2 -0
- package/dynamodb/tableItem.js.map +1 -1
- package/dynamodb/tableReplica.d.ts +12 -4
- package/dynamodb/tableReplica.js +2 -0
- package/dynamodb/tableReplica.js.map +1 -1
- package/dynamodb/tag.d.ts +13 -1
- package/dynamodb/tag.js +3 -1
- package/dynamodb/tag.js.map +1 -1
- package/ebs/defaultKmsKey.d.ts +12 -0
- package/ebs/defaultKmsKey.js +2 -0
- package/ebs/defaultKmsKey.js.map +1 -1
- package/ebs/encryptionByDefault.d.ts +12 -0
- package/ebs/encryptionByDefault.js +2 -0
- package/ebs/encryptionByDefault.js.map +1 -1
- package/ebs/fastSnapshotRestore.d.ts +12 -0
- package/ebs/fastSnapshotRestore.js +2 -0
- package/ebs/fastSnapshotRestore.js.map +1 -1
- package/ebs/getDefaultKmsKey.d.ts +21 -2
- package/ebs/getDefaultKmsKey.js +10 -4
- package/ebs/getDefaultKmsKey.js.map +1 -1
- package/ebs/getEbsVolumes.d.ts +9 -0
- package/ebs/getEbsVolumes.js +2 -0
- package/ebs/getEbsVolumes.js.map +1 -1
- package/ebs/getEncryptionByDefault.d.ts +21 -2
- package/ebs/getEncryptionByDefault.js +10 -4
- package/ebs/getEncryptionByDefault.js.map +1 -1
- package/ebs/getSnapshot.d.ts +11 -6
- package/ebs/getSnapshot.js +2 -0
- package/ebs/getSnapshot.js.map +1 -1
- package/ebs/getSnapshotIds.d.ts +11 -6
- package/ebs/getSnapshotIds.js +2 -0
- package/ebs/getSnapshotIds.js.map +1 -1
- package/ebs/getVolume.d.ts +9 -0
- package/ebs/getVolume.js +2 -0
- package/ebs/getVolume.js.map +1 -1
- package/ebs/index.d.ts +2 -2
- package/ebs/snapshot.d.ts +12 -4
- package/ebs/snapshot.js +2 -0
- package/ebs/snapshot.js.map +1 -1
- package/ebs/snapshotBlockPublicAccess.d.ts +12 -0
- package/ebs/snapshotBlockPublicAccess.js +2 -0
- package/ebs/snapshotBlockPublicAccess.js.map +1 -1
- package/ebs/snapshotCopy.d.ts +12 -4
- package/ebs/snapshotCopy.js +2 -0
- package/ebs/snapshotCopy.js.map +1 -1
- package/ebs/snapshotImport.d.ts +12 -4
- package/ebs/snapshotImport.js +2 -0
- package/ebs/snapshotImport.js.map +1 -1
- package/ebs/volume.d.ts +12 -4
- package/ebs/volume.js +2 -0
- package/ebs/volume.js.map +1 -1
- package/ec2/ami.d.ts +12 -4
- package/ec2/ami.js +2 -0
- package/ec2/ami.js.map +1 -1
- package/ec2/amiCopy.d.ts +12 -6
- package/ec2/amiCopy.js +2 -0
- package/ec2/amiCopy.js.map +1 -1
- package/ec2/amiFromInstance.d.ts +12 -6
- package/ec2/amiFromInstance.js +2 -0
- package/ec2/amiFromInstance.js.map +1 -1
- package/ec2/amiLaunchPermission.d.ts +12 -0
- package/ec2/amiLaunchPermission.js +2 -0
- package/ec2/amiLaunchPermission.js.map +1 -1
- package/ec2/availabilityZoneGroup.d.ts +12 -0
- package/ec2/availabilityZoneGroup.js +2 -0
- package/ec2/availabilityZoneGroup.js.map +1 -1
- package/ec2/capacityBlockReservation.d.ts +12 -4
- package/ec2/capacityBlockReservation.js +2 -0
- package/ec2/capacityBlockReservation.js.map +1 -1
- package/ec2/capacityReservation.d.ts +12 -4
- package/ec2/capacityReservation.js +2 -0
- package/ec2/capacityReservation.js.map +1 -1
- package/ec2/carrierGateway.d.ts +12 -4
- package/ec2/carrierGateway.js +2 -0
- package/ec2/carrierGateway.js.map +1 -1
- package/ec2/customerGateway.d.ts +12 -4
- package/ec2/customerGateway.js +2 -0
- package/ec2/customerGateway.js.map +1 -1
- package/ec2/dedicatedHost.d.ts +12 -4
- package/ec2/dedicatedHost.js +2 -0
- package/ec2/dedicatedHost.js.map +1 -1
- package/ec2/defaultCreditSpecification.d.ts +12 -0
- package/ec2/defaultCreditSpecification.js +2 -0
- package/ec2/defaultCreditSpecification.js.map +1 -1
- package/ec2/defaultNetworkAcl.d.ts +12 -4
- package/ec2/defaultNetworkAcl.js +2 -0
- package/ec2/defaultNetworkAcl.js.map +1 -1
- package/ec2/defaultRouteTable.d.ts +12 -4
- package/ec2/defaultRouteTable.js +2 -0
- package/ec2/defaultRouteTable.js.map +1 -1
- package/ec2/defaultSecurityGroup.d.ts +12 -4
- package/ec2/defaultSecurityGroup.js +2 -0
- package/ec2/defaultSecurityGroup.js.map +1 -1
- package/ec2/defaultSubnet.d.ts +3 -6
- package/ec2/defaultSubnet.js +2 -0
- package/ec2/defaultSubnet.js.map +1 -1
- package/ec2/defaultVpc.d.ts +3 -6
- package/ec2/defaultVpc.js +2 -0
- package/ec2/defaultVpc.js.map +1 -1
- package/ec2/defaultVpcDhcpOptions.d.ts +3 -6
- package/ec2/defaultVpcDhcpOptions.js +2 -0
- package/ec2/defaultVpcDhcpOptions.js.map +1 -1
- package/ec2/egressOnlyInternetGateway.d.ts +12 -4
- package/ec2/egressOnlyInternetGateway.js +2 -0
- package/ec2/egressOnlyInternetGateway.js.map +1 -1
- package/ec2/eip.d.ts +30 -40
- package/ec2/eip.js +2 -2
- package/ec2/eip.js.map +1 -1
- package/ec2/eipAssociation.d.ts +12 -0
- package/ec2/eipAssociation.js +2 -0
- package/ec2/eipAssociation.js.map +1 -1
- package/ec2/eipDomainName.d.ts +12 -0
- package/ec2/eipDomainName.js +2 -0
- package/ec2/eipDomainName.js.map +1 -1
- package/ec2/fleet.d.ts +12 -4
- package/ec2/fleet.js +2 -0
- package/ec2/fleet.js.map +1 -1
- package/ec2/flowLog.d.ts +48 -61
- package/ec2/flowLog.js +6 -6
- package/ec2/flowLog.js.map +1 -1
- package/ec2/getAmi.d.ts +24 -0
- package/ec2/getAmi.js +4 -0
- package/ec2/getAmi.js.map +1 -1
- package/ec2/getAmiIds.d.ts +9 -0
- package/ec2/getAmiIds.js +2 -0
- package/ec2/getAmiIds.js.map +1 -1
- package/ec2/getCapacityBlockOffering.d.ts +9 -0
- package/ec2/getCapacityBlockOffering.js +2 -0
- package/ec2/getCapacityBlockOffering.js.map +1 -1
- package/ec2/getCoipPool.d.ts +9 -0
- package/ec2/getCoipPool.js +2 -0
- package/ec2/getCoipPool.js.map +1 -1
- package/ec2/getCoipPools.d.ts +9 -0
- package/ec2/getCoipPools.js +2 -0
- package/ec2/getCoipPools.js.map +1 -1
- package/ec2/getCustomerGateway.d.ts +9 -0
- package/ec2/getCustomerGateway.js +2 -0
- package/ec2/getCustomerGateway.js.map +1 -1
- package/ec2/getDedicatedHost.d.ts +9 -0
- package/ec2/getDedicatedHost.js +2 -0
- package/ec2/getDedicatedHost.js.map +1 -1
- package/ec2/getEips.d.ts +9 -0
- package/ec2/getEips.js +2 -0
- package/ec2/getEips.js.map +1 -1
- package/ec2/getElasticIp.d.ts +9 -0
- package/ec2/getElasticIp.js +2 -0
- package/ec2/getElasticIp.js.map +1 -1
- package/ec2/getInstance.d.ts +9 -0
- package/ec2/getInstance.js +2 -0
- package/ec2/getInstance.js.map +1 -1
- package/ec2/getInstanceType.d.ts +9 -0
- package/ec2/getInstanceType.js +2 -0
- package/ec2/getInstanceType.js.map +1 -1
- package/ec2/getInstanceTypeOffering.d.ts +9 -0
- package/ec2/getInstanceTypeOffering.js +2 -0
- package/ec2/getInstanceTypeOffering.js.map +1 -1
- package/ec2/getInstanceTypeOfferings.d.ts +9 -0
- package/ec2/getInstanceTypeOfferings.js +2 -0
- package/ec2/getInstanceTypeOfferings.js.map +1 -1
- package/ec2/getInstanceTypes.d.ts +9 -0
- package/ec2/getInstanceTypes.js +2 -0
- package/ec2/getInstanceTypes.js.map +1 -1
- package/ec2/getInstances.d.ts +9 -0
- package/ec2/getInstances.js +2 -0
- package/ec2/getInstances.js.map +1 -1
- package/ec2/getInternetGateway.d.ts +9 -0
- package/ec2/getInternetGateway.js +2 -0
- package/ec2/getInternetGateway.js.map +1 -1
- package/ec2/getIpamPreviewNextCidr.d.ts +9 -0
- package/ec2/getIpamPreviewNextCidr.js +2 -0
- package/ec2/getIpamPreviewNextCidr.js.map +1 -1
- package/ec2/getKeyPair.d.ts +9 -0
- package/ec2/getKeyPair.js +2 -0
- package/ec2/getKeyPair.js.map +1 -1
- package/ec2/getLaunchConfiguration.d.ts +9 -0
- package/ec2/getLaunchConfiguration.js +2 -0
- package/ec2/getLaunchConfiguration.js.map +1 -1
- package/ec2/getLaunchTemplate.d.ts +9 -8
- package/ec2/getLaunchTemplate.js +2 -0
- package/ec2/getLaunchTemplate.js.map +1 -1
- package/ec2/getLocalGateway.d.ts +9 -0
- package/ec2/getLocalGateway.js +2 -0
- package/ec2/getLocalGateway.js.map +1 -1
- package/ec2/getLocalGatewayRouteTable.d.ts +9 -0
- package/ec2/getLocalGatewayRouteTable.js +2 -0
- package/ec2/getLocalGatewayRouteTable.js.map +1 -1
- package/ec2/getLocalGatewayRouteTables.d.ts +9 -0
- package/ec2/getLocalGatewayRouteTables.js +2 -0
- package/ec2/getLocalGatewayRouteTables.js.map +1 -1
- package/ec2/getLocalGatewayVirtualInterface.d.ts +9 -0
- package/ec2/getLocalGatewayVirtualInterface.js +2 -0
- package/ec2/getLocalGatewayVirtualInterface.js.map +1 -1
- package/ec2/getLocalGatewayVirtualInterfaceGroup.d.ts +9 -0
- package/ec2/getLocalGatewayVirtualInterfaceGroup.js +2 -0
- package/ec2/getLocalGatewayVirtualInterfaceGroup.js.map +1 -1
- package/ec2/getLocalGatewayVirtualInterfaceGroups.d.ts +9 -0
- package/ec2/getLocalGatewayVirtualInterfaceGroups.js +2 -0
- package/ec2/getLocalGatewayVirtualInterfaceGroups.js.map +1 -1
- package/ec2/getLocalGateways.d.ts +9 -0
- package/ec2/getLocalGateways.js +2 -0
- package/ec2/getLocalGateways.js.map +1 -1
- package/ec2/getManagedPrefixList.d.ts +11 -2
- package/ec2/getManagedPrefixList.js +4 -2
- package/ec2/getManagedPrefixList.js.map +1 -1
- package/ec2/getManagedPrefixLists.d.ts +9 -0
- package/ec2/getManagedPrefixLists.js +2 -0
- package/ec2/getManagedPrefixLists.js.map +1 -1
- package/ec2/getNatGateway.d.ts +9 -0
- package/ec2/getNatGateway.js +2 -0
- package/ec2/getNatGateway.js.map +1 -1
- package/ec2/getNatGateways.d.ts +9 -0
- package/ec2/getNatGateways.js +2 -0
- package/ec2/getNatGateways.js.map +1 -1
- package/ec2/getNetworkAcls.d.ts +9 -0
- package/ec2/getNetworkAcls.js +2 -0
- package/ec2/getNetworkAcls.js.map +1 -1
- package/ec2/getNetworkInsightsAnalysis.d.ts +9 -0
- package/ec2/getNetworkInsightsAnalysis.js +2 -0
- package/ec2/getNetworkInsightsAnalysis.js.map +1 -1
- package/ec2/getNetworkInsightsPath.d.ts +9 -0
- package/ec2/getNetworkInsightsPath.js +2 -0
- package/ec2/getNetworkInsightsPath.js.map +1 -1
- package/ec2/getNetworkInterface.d.ts +9 -0
- package/ec2/getNetworkInterface.js +2 -0
- package/ec2/getNetworkInterface.js.map +1 -1
- package/ec2/getNetworkInterfaces.d.ts +9 -0
- package/ec2/getNetworkInterfaces.js +2 -0
- package/ec2/getNetworkInterfaces.js.map +1 -1
- package/ec2/getPrefixList.d.ts +9 -0
- package/ec2/getPrefixList.js +2 -0
- package/ec2/getPrefixList.js.map +1 -1
- package/ec2/getPublicIpv4Pool.d.ts +9 -0
- package/ec2/getPublicIpv4Pool.js +2 -0
- package/ec2/getPublicIpv4Pool.js.map +1 -1
- package/ec2/getPublicIpv4Pools.d.ts +9 -0
- package/ec2/getPublicIpv4Pools.js +2 -0
- package/ec2/getPublicIpv4Pools.js.map +1 -1
- package/ec2/getRoute.d.ts +9 -0
- package/ec2/getRoute.js +2 -0
- package/ec2/getRoute.js.map +1 -1
- package/ec2/getRouteTable.d.ts +9 -0
- package/ec2/getRouteTable.js +2 -0
- package/ec2/getRouteTable.js.map +1 -1
- package/ec2/getRouteTables.d.ts +9 -0
- package/ec2/getRouteTables.js +2 -0
- package/ec2/getRouteTables.js.map +1 -1
- package/ec2/getSecurityGroup.d.ts +9 -0
- package/ec2/getSecurityGroup.js +2 -0
- package/ec2/getSecurityGroup.js.map +1 -1
- package/ec2/getSecurityGroups.d.ts +9 -0
- package/ec2/getSecurityGroups.js +2 -0
- package/ec2/getSecurityGroups.js.map +1 -1
- package/ec2/getSerialConsoleAccess.d.ts +21 -2
- package/ec2/getSerialConsoleAccess.js +10 -4
- package/ec2/getSerialConsoleAccess.js.map +1 -1
- package/ec2/getSpotDatafeedSubscription.d.ts +21 -2
- package/ec2/getSpotDatafeedSubscription.js +10 -4
- package/ec2/getSpotDatafeedSubscription.js.map +1 -1
- package/ec2/getSpotPrice.d.ts +9 -0
- package/ec2/getSpotPrice.js +2 -0
- package/ec2/getSpotPrice.js.map +1 -1
- package/ec2/getSubnet.d.ts +9 -0
- package/ec2/getSubnet.js +2 -0
- package/ec2/getSubnet.js.map +1 -1
- package/ec2/getSubnets.d.ts +9 -0
- package/ec2/getSubnets.js +2 -0
- package/ec2/getSubnets.js.map +1 -1
- package/ec2/getTransitGatewayRouteTables.d.ts +9 -0
- package/ec2/getTransitGatewayRouteTables.js +2 -0
- package/ec2/getTransitGatewayRouteTables.js.map +1 -1
- package/ec2/getVpc.d.ts +9 -0
- package/ec2/getVpc.js +2 -0
- package/ec2/getVpc.js.map +1 -1
- package/ec2/getVpcDhcpOptions.d.ts +9 -0
- package/ec2/getVpcDhcpOptions.js +2 -0
- package/ec2/getVpcDhcpOptions.js.map +1 -1
- package/ec2/getVpcEndpoint.d.ts +9 -0
- package/ec2/getVpcEndpoint.js +2 -0
- package/ec2/getVpcEndpoint.js.map +1 -1
- package/ec2/getVpcEndpointService.d.ts +7 -1
- package/ec2/getVpcEndpointService.js.map +1 -1
- package/ec2/getVpcIpam.d.ts +9 -0
- package/ec2/getVpcIpam.js +2 -0
- package/ec2/getVpcIpam.js.map +1 -1
- package/ec2/getVpcIpamPool.d.ts +9 -0
- package/ec2/getVpcIpamPool.js +2 -0
- package/ec2/getVpcIpamPool.js.map +1 -1
- package/ec2/getVpcIpamPoolCidrs.d.ts +9 -0
- package/ec2/getVpcIpamPoolCidrs.js +2 -0
- package/ec2/getVpcIpamPoolCidrs.js.map +1 -1
- package/ec2/getVpcIpamPools.d.ts +9 -0
- package/ec2/getVpcIpamPools.js +2 -0
- package/ec2/getVpcIpamPools.js.map +1 -1
- package/ec2/getVpcIpams.d.ts +9 -0
- package/ec2/getVpcIpams.js +2 -0
- package/ec2/getVpcIpams.js.map +1 -1
- package/ec2/getVpcPeeringConnection.d.ts +12 -16
- package/ec2/getVpcPeeringConnection.js +0 -4
- package/ec2/getVpcPeeringConnection.js.map +1 -1
- package/ec2/getVpcPeeringConnections.d.ts +9 -0
- package/ec2/getVpcPeeringConnections.js +2 -0
- package/ec2/getVpcPeeringConnections.js.map +1 -1
- package/ec2/getVpcs.d.ts +9 -0
- package/ec2/getVpcs.js +2 -0
- package/ec2/getVpcs.js.map +1 -1
- package/ec2/getVpnGateway.d.ts +9 -0
- package/ec2/getVpnGateway.js +2 -0
- package/ec2/getVpnGateway.js.map +1 -1
- package/ec2/index.d.ts +2 -16
- package/ec2/index.js +3 -17
- package/ec2/index.js.map +1 -1
- package/ec2/instance.d.ts +13 -47
- package/ec2/instance.js +2 -4
- package/ec2/instance.js.map +1 -1
- package/ec2/instanceMetadataDefaults.d.ts +12 -0
- package/ec2/instanceMetadataDefaults.js +2 -0
- package/ec2/instanceMetadataDefaults.js.map +1 -1
- package/ec2/internetGateway.d.ts +12 -4
- package/ec2/internetGateway.js +2 -0
- package/ec2/internetGateway.js.map +1 -1
- package/ec2/internetGatewayAttachment.d.ts +12 -0
- package/ec2/internetGatewayAttachment.js +2 -0
- package/ec2/internetGatewayAttachment.js.map +1 -1
- package/ec2/keyPair.d.ts +12 -4
- package/ec2/keyPair.js +2 -0
- package/ec2/keyPair.js.map +1 -1
- package/ec2/launchConfiguration.d.ts +12 -0
- package/ec2/launchConfiguration.js +2 -0
- package/ec2/launchConfiguration.js.map +1 -1
- package/ec2/launchTemplate.d.ts +12 -43
- package/ec2/launchTemplate.js +2 -4
- package/ec2/launchTemplate.js.map +1 -1
- package/ec2/localGatewayRoute.d.ts +12 -0
- package/ec2/localGatewayRoute.js +2 -0
- package/ec2/localGatewayRoute.js.map +1 -1
- package/ec2/localGatewayRouteTableVpcAssociation.d.ts +12 -4
- package/ec2/localGatewayRouteTableVpcAssociation.js +2 -0
- package/ec2/localGatewayRouteTableVpcAssociation.js.map +1 -1
- package/ec2/mainRouteTableAssociation.d.ts +12 -0
- package/ec2/mainRouteTableAssociation.js +2 -0
- package/ec2/mainRouteTableAssociation.js.map +1 -1
- package/ec2/managedPrefixList.d.ts +12 -4
- package/ec2/managedPrefixList.js +2 -0
- package/ec2/managedPrefixList.js.map +1 -1
- package/ec2/managedPrefixListEntry.d.ts +12 -0
- package/ec2/managedPrefixListEntry.js +2 -0
- package/ec2/managedPrefixListEntry.js.map +1 -1
- package/ec2/natGateway.d.ts +12 -4
- package/ec2/natGateway.js +2 -0
- package/ec2/natGateway.js.map +1 -1
- package/ec2/networkAcl.d.ts +12 -4
- package/ec2/networkAcl.js +2 -0
- package/ec2/networkAcl.js.map +1 -1
- package/ec2/networkAclAssociation.d.ts +12 -0
- package/ec2/networkAclAssociation.js +2 -0
- package/ec2/networkAclAssociation.js.map +1 -1
- package/ec2/networkAclRule.d.ts +12 -0
- package/ec2/networkAclRule.js +2 -0
- package/ec2/networkAclRule.js.map +1 -1
- package/ec2/networkInsightsAnalysis.d.ts +12 -4
- package/ec2/networkInsightsAnalysis.js +2 -0
- package/ec2/networkInsightsAnalysis.js.map +1 -1
- package/ec2/networkInsightsPath.d.ts +12 -4
- package/ec2/networkInsightsPath.js +2 -0
- package/ec2/networkInsightsPath.js.map +1 -1
- package/ec2/networkInterface.d.ts +12 -4
- package/ec2/networkInterface.js +2 -0
- package/ec2/networkInterface.js.map +1 -1
- package/ec2/networkInterfaceAttachment.d.ts +12 -0
- package/ec2/networkInterfaceAttachment.js +2 -0
- package/ec2/networkInterfaceAttachment.js.map +1 -1
- package/ec2/networkInterfacePermission.d.ts +12 -0
- package/ec2/networkInterfacePermission.js +2 -0
- package/ec2/networkInterfacePermission.js.map +1 -1
- package/ec2/networkInterfaceSecurityGroupAttachment.d.ts +12 -0
- package/ec2/networkInterfaceSecurityGroupAttachment.js +2 -0
- package/ec2/networkInterfaceSecurityGroupAttachment.js.map +1 -1
- package/ec2/peeringConnectionOptions.d.ts +12 -0
- package/ec2/peeringConnectionOptions.js +2 -0
- package/ec2/peeringConnectionOptions.js.map +1 -1
- package/ec2/placementGroup.d.ts +12 -4
- package/ec2/placementGroup.js +2 -0
- package/ec2/placementGroup.js.map +1 -1
- package/ec2/proxyProtocolPolicy.d.ts +12 -0
- package/ec2/proxyProtocolPolicy.js +2 -0
- package/ec2/proxyProtocolPolicy.js.map +1 -1
- package/ec2/route.d.ts +12 -0
- package/ec2/route.js +2 -0
- package/ec2/route.js.map +1 -1
- package/ec2/routeTable.d.ts +12 -4
- package/ec2/routeTable.js +2 -0
- package/ec2/routeTable.js.map +1 -1
- package/ec2/routeTableAssociation.d.ts +12 -0
- package/ec2/routeTableAssociation.js +2 -0
- package/ec2/routeTableAssociation.js.map +1 -1
- package/ec2/securityGroup.d.ts +12 -4
- package/ec2/securityGroup.js +2 -0
- package/ec2/securityGroup.js.map +1 -1
- package/ec2/securityGroupAssociation.d.ts +12 -0
- package/ec2/securityGroupAssociation.js +2 -0
- package/ec2/securityGroupAssociation.js.map +1 -1
- package/ec2/securityGroupRule.d.ts +16 -7
- package/ec2/securityGroupRule.js +3 -1
- package/ec2/securityGroupRule.js.map +1 -1
- package/ec2/snapshotCreateVolumePermission.d.ts +12 -0
- package/ec2/snapshotCreateVolumePermission.js +2 -0
- package/ec2/snapshotCreateVolumePermission.js.map +1 -1
- package/ec2/spotDatafeedSubscription.d.ts +13 -1
- package/ec2/spotDatafeedSubscription.js +3 -1
- package/ec2/spotDatafeedSubscription.js.map +1 -1
- package/ec2/spotFleetRequest.d.ts +12 -4
- package/ec2/spotFleetRequest.js +2 -0
- package/ec2/spotFleetRequest.js.map +1 -1
- package/ec2/spotInstanceRequest.d.ts +13 -65
- package/ec2/spotInstanceRequest.js +2 -6
- package/ec2/spotInstanceRequest.js.map +1 -1
- package/ec2/subnet.d.ts +12 -4
- package/ec2/subnet.js +2 -0
- package/ec2/subnet.js.map +1 -1
- package/ec2/subnetCidrReservation.d.ts +12 -0
- package/ec2/subnetCidrReservation.js +2 -0
- package/ec2/subnetCidrReservation.js.map +1 -1
- package/ec2/tag.d.ts +12 -0
- package/ec2/tag.js +2 -0
- package/ec2/tag.js.map +1 -1
- package/ec2/trafficMirrorFilter.d.ts +12 -4
- package/ec2/trafficMirrorFilter.js +2 -0
- package/ec2/trafficMirrorFilter.js.map +1 -1
- package/ec2/trafficMirrorFilterRule.d.ts +12 -0
- package/ec2/trafficMirrorFilterRule.js +2 -0
- package/ec2/trafficMirrorFilterRule.js.map +1 -1
- package/ec2/trafficMirrorSession.d.ts +12 -4
- package/ec2/trafficMirrorSession.js +2 -0
- package/ec2/trafficMirrorSession.js.map +1 -1
- package/ec2/trafficMirrorTarget.d.ts +12 -4
- package/ec2/trafficMirrorTarget.js +2 -0
- package/ec2/trafficMirrorTarget.js.map +1 -1
- package/ec2/volumeAttachment.d.ts +12 -0
- package/ec2/volumeAttachment.js +2 -0
- package/ec2/volumeAttachment.js.map +1 -1
- package/ec2/vpc.d.ts +14 -6
- package/ec2/vpc.js +4 -2
- package/ec2/vpc.js.map +1 -1
- package/ec2/vpcBlockPublicAccessExclusion.d.ts +12 -4
- package/ec2/vpcBlockPublicAccessExclusion.js +2 -0
- package/ec2/vpcBlockPublicAccessExclusion.js.map +1 -1
- package/ec2/vpcBlockPublicAccessOptions.d.ts +12 -0
- package/ec2/vpcBlockPublicAccessOptions.js +2 -0
- package/ec2/vpcBlockPublicAccessOptions.js.map +1 -1
- package/ec2/vpcDhcpOptions.d.ts +12 -4
- package/ec2/vpcDhcpOptions.js +2 -0
- package/ec2/vpcDhcpOptions.js.map +1 -1
- package/ec2/vpcDhcpOptionsAssociation.d.ts +12 -0
- package/ec2/vpcDhcpOptionsAssociation.js +2 -0
- package/ec2/vpcDhcpOptionsAssociation.js.map +1 -1
- package/ec2/vpcEndpoint.d.ts +12 -4
- package/ec2/vpcEndpoint.js +2 -0
- package/ec2/vpcEndpoint.js.map +1 -1
- package/ec2/vpcEndpointConnectionAccepter.d.ts +12 -0
- package/ec2/vpcEndpointConnectionAccepter.js +2 -0
- package/ec2/vpcEndpointConnectionAccepter.js.map +1 -1
- package/ec2/vpcEndpointConnectionNotification.d.ts +12 -0
- package/ec2/vpcEndpointConnectionNotification.js +2 -0
- package/ec2/vpcEndpointConnectionNotification.js.map +1 -1
- package/ec2/vpcEndpointPolicy.d.ts +12 -0
- package/ec2/vpcEndpointPolicy.js +2 -0
- package/ec2/vpcEndpointPolicy.js.map +1 -1
- package/ec2/vpcEndpointRouteTableAssociation.d.ts +12 -0
- package/ec2/vpcEndpointRouteTableAssociation.js +2 -0
- package/ec2/vpcEndpointRouteTableAssociation.js.map +1 -1
- package/ec2/vpcEndpointService.d.ts +12 -4
- package/ec2/vpcEndpointService.js +2 -0
- package/ec2/vpcEndpointService.js.map +1 -1
- package/ec2/vpcEndpointServiceAllowedPrinciple.d.ts +12 -0
- package/ec2/vpcEndpointServiceAllowedPrinciple.js +2 -0
- package/ec2/vpcEndpointServiceAllowedPrinciple.js.map +1 -1
- package/ec2/vpcEndpointSubnetAssociation.d.ts +12 -0
- package/ec2/vpcEndpointSubnetAssociation.js +2 -0
- package/ec2/vpcEndpointSubnetAssociation.js.map +1 -1
- package/ec2/vpcIpam.d.ts +13 -5
- package/ec2/vpcIpam.js +3 -1
- package/ec2/vpcIpam.js.map +1 -1
- package/ec2/vpcIpamPool.d.ts +16 -8
- package/ec2/vpcIpamPool.js +6 -4
- package/ec2/vpcIpamPool.js.map +1 -1
- package/ec2/vpcIpamPoolCidr.d.ts +15 -3
- package/ec2/vpcIpamPoolCidr.js +5 -3
- package/ec2/vpcIpamPoolCidr.js.map +1 -1
- package/ec2/vpcIpamPoolCidrAllocation.d.ts +16 -4
- package/ec2/vpcIpamPoolCidrAllocation.js +6 -4
- package/ec2/vpcIpamPoolCidrAllocation.js.map +1 -1
- package/ec2/vpcIpamPreviewNextCidr.d.ts +14 -2
- package/ec2/vpcIpamPreviewNextCidr.js +4 -2
- package/ec2/vpcIpamPreviewNextCidr.js.map +1 -1
- package/ec2/vpcIpamResourceDiscovery.d.ts +13 -5
- package/ec2/vpcIpamResourceDiscovery.js +3 -1
- package/ec2/vpcIpamResourceDiscovery.js.map +1 -1
- package/ec2/vpcIpamResourceDiscoveryAssociation.d.ts +12 -4
- package/ec2/vpcIpamResourceDiscoveryAssociation.js +2 -0
- package/ec2/vpcIpamResourceDiscoveryAssociation.js.map +1 -1
- package/ec2/vpcIpamScope.d.ts +13 -7
- package/ec2/vpcIpamScope.js +3 -1
- package/ec2/vpcIpamScope.js.map +1 -1
- package/ec2/vpcIpv4CidrBlockAssociation.d.ts +12 -0
- package/ec2/vpcIpv4CidrBlockAssociation.js +2 -0
- package/ec2/vpcIpv4CidrBlockAssociation.js.map +1 -1
- package/ec2/vpcIpv6CidrBlockAssociation.d.ts +12 -0
- package/ec2/vpcIpv6CidrBlockAssociation.js +2 -0
- package/ec2/vpcIpv6CidrBlockAssociation.js.map +1 -1
- package/ec2/vpcNetworkPerformanceMetricSubscription.d.ts +12 -0
- package/ec2/vpcNetworkPerformanceMetricSubscription.js +2 -0
- package/ec2/vpcNetworkPerformanceMetricSubscription.js.map +1 -1
- package/ec2/vpcPeeringConnection.d.ts +12 -4
- package/ec2/vpcPeeringConnection.js +2 -0
- package/ec2/vpcPeeringConnection.js.map +1 -1
- package/ec2/vpcPeeringConnectionAccepter.d.ts +46 -4
- package/ec2/vpcPeeringConnectionAccepter.js +36 -0
- package/ec2/vpcPeeringConnectionAccepter.js.map +1 -1
- package/ec2/vpnConnection.d.ts +12 -4
- package/ec2/vpnConnection.js +2 -0
- package/ec2/vpnConnection.js.map +1 -1
- package/ec2/vpnConnectionRoute.d.ts +12 -0
- package/ec2/vpnConnectionRoute.js +2 -0
- package/ec2/vpnConnectionRoute.js.map +1 -1
- package/ec2/vpnGateway.d.ts +12 -4
- package/ec2/vpnGateway.js +2 -0
- package/ec2/vpnGateway.js.map +1 -1
- package/ec2/vpnGatewayAttachment.d.ts +12 -0
- package/ec2/vpnGatewayAttachment.js +2 -0
- package/ec2/vpnGatewayAttachment.js.map +1 -1
- package/ec2/vpnGatewayRoutePropagation.d.ts +12 -0
- package/ec2/vpnGatewayRoutePropagation.js +2 -0
- package/ec2/vpnGatewayRoutePropagation.js.map +1 -1
- package/ec2clientvpn/authorizationRule.d.ts +12 -0
- package/ec2clientvpn/authorizationRule.js +2 -0
- package/ec2clientvpn/authorizationRule.js.map +1 -1
- package/ec2clientvpn/endpoint.d.ts +12 -4
- package/ec2clientvpn/endpoint.js +2 -0
- package/ec2clientvpn/endpoint.js.map +1 -1
- package/ec2clientvpn/getEndpoint.d.ts +9 -0
- package/ec2clientvpn/getEndpoint.js +2 -0
- package/ec2clientvpn/getEndpoint.js.map +1 -1
- package/ec2clientvpn/networkAssociation.d.ts +12 -0
- package/ec2clientvpn/networkAssociation.js +2 -0
- package/ec2clientvpn/networkAssociation.js.map +1 -1
- package/ec2clientvpn/route.d.ts +12 -0
- package/ec2clientvpn/route.js +2 -0
- package/ec2clientvpn/route.js.map +1 -1
- package/ec2transitgateway/connect.d.ts +12 -4
- package/ec2transitgateway/connect.js +2 -0
- package/ec2transitgateway/connect.js.map +1 -1
- package/ec2transitgateway/connectPeer.d.ts +12 -4
- package/ec2transitgateway/connectPeer.js +2 -0
- package/ec2transitgateway/connectPeer.js.map +1 -1
- package/ec2transitgateway/defaultRouteTableAssociation.d.ts +12 -0
- package/ec2transitgateway/defaultRouteTableAssociation.js +2 -0
- package/ec2transitgateway/defaultRouteTableAssociation.js.map +1 -1
- package/ec2transitgateway/defaultRouteTablePropagation.d.ts +12 -0
- package/ec2transitgateway/defaultRouteTablePropagation.js +2 -0
- package/ec2transitgateway/defaultRouteTablePropagation.js.map +1 -1
- package/ec2transitgateway/getAttachment.d.ts +9 -0
- package/ec2transitgateway/getAttachment.js +2 -0
- package/ec2transitgateway/getAttachment.js.map +1 -1
- package/ec2transitgateway/getAttachments.d.ts +9 -0
- package/ec2transitgateway/getAttachments.js +2 -0
- package/ec2transitgateway/getAttachments.js.map +1 -1
- package/ec2transitgateway/getConnect.d.ts +9 -0
- package/ec2transitgateway/getConnect.js +2 -0
- package/ec2transitgateway/getConnect.js.map +1 -1
- package/ec2transitgateway/getConnectPeer.d.ts +9 -0
- package/ec2transitgateway/getConnectPeer.js +2 -0
- package/ec2transitgateway/getConnectPeer.js.map +1 -1
- package/ec2transitgateway/getDirectConnectGatewayAttachment.d.ts +9 -0
- package/ec2transitgateway/getDirectConnectGatewayAttachment.js +2 -0
- package/ec2transitgateway/getDirectConnectGatewayAttachment.js.map +1 -1
- package/ec2transitgateway/getMulticastDomain.d.ts +9 -0
- package/ec2transitgateway/getMulticastDomain.js +2 -0
- package/ec2transitgateway/getMulticastDomain.js.map +1 -1
- package/ec2transitgateway/getPeeringAttachment.d.ts +9 -0
- package/ec2transitgateway/getPeeringAttachment.js +2 -0
- package/ec2transitgateway/getPeeringAttachment.js.map +1 -1
- package/ec2transitgateway/getPeeringAttachments.d.ts +9 -0
- package/ec2transitgateway/getPeeringAttachments.js +2 -0
- package/ec2transitgateway/getPeeringAttachments.js.map +1 -1
- package/ec2transitgateway/getRouteTable.d.ts +9 -0
- package/ec2transitgateway/getRouteTable.js +2 -0
- package/ec2transitgateway/getRouteTable.js.map +1 -1
- package/ec2transitgateway/getRouteTableAssociations.d.ts +9 -0
- package/ec2transitgateway/getRouteTableAssociations.js +2 -0
- package/ec2transitgateway/getRouteTableAssociations.js.map +1 -1
- package/ec2transitgateway/getRouteTablePropagations.d.ts +9 -0
- package/ec2transitgateway/getRouteTablePropagations.js +2 -0
- package/ec2transitgateway/getRouteTablePropagations.js.map +1 -1
- package/ec2transitgateway/getRouteTableRoutes.d.ts +9 -0
- package/ec2transitgateway/getRouteTableRoutes.js +2 -0
- package/ec2transitgateway/getRouteTableRoutes.js.map +1 -1
- package/ec2transitgateway/getTransitGateway.d.ts +9 -0
- package/ec2transitgateway/getTransitGateway.js +2 -0
- package/ec2transitgateway/getTransitGateway.js.map +1 -1
- package/ec2transitgateway/getVpcAttachment.d.ts +9 -0
- package/ec2transitgateway/getVpcAttachment.js +2 -0
- package/ec2transitgateway/getVpcAttachment.js.map +1 -1
- package/ec2transitgateway/getVpcAttachments.d.ts +9 -0
- package/ec2transitgateway/getVpcAttachments.js +2 -0
- package/ec2transitgateway/getVpcAttachments.js.map +1 -1
- package/ec2transitgateway/getVpnAttachment.d.ts +9 -0
- package/ec2transitgateway/getVpnAttachment.js +2 -0
- package/ec2transitgateway/getVpnAttachment.js.map +1 -1
- package/ec2transitgateway/instanceConnectEndpoint.d.ts +12 -4
- package/ec2transitgateway/instanceConnectEndpoint.js +2 -0
- package/ec2transitgateway/instanceConnectEndpoint.js.map +1 -1
- package/ec2transitgateway/instanceState.d.ts +12 -0
- package/ec2transitgateway/instanceState.js +2 -0
- package/ec2transitgateway/instanceState.js.map +1 -1
- package/ec2transitgateway/multicastDomain.d.ts +12 -4
- package/ec2transitgateway/multicastDomain.js +2 -0
- package/ec2transitgateway/multicastDomain.js.map +1 -1
- package/ec2transitgateway/multicastDomainAssociation.d.ts +12 -0
- package/ec2transitgateway/multicastDomainAssociation.js +2 -0
- package/ec2transitgateway/multicastDomainAssociation.js.map +1 -1
- package/ec2transitgateway/multicastGroupMember.d.ts +12 -0
- package/ec2transitgateway/multicastGroupMember.js +2 -0
- package/ec2transitgateway/multicastGroupMember.js.map +1 -1
- package/ec2transitgateway/multicastGroupSource.d.ts +12 -0
- package/ec2transitgateway/multicastGroupSource.js +2 -0
- package/ec2transitgateway/multicastGroupSource.js.map +1 -1
- package/ec2transitgateway/peeringAttachment.d.ts +12 -4
- package/ec2transitgateway/peeringAttachment.js +2 -0
- package/ec2transitgateway/peeringAttachment.js.map +1 -1
- package/ec2transitgateway/peeringAttachmentAccepter.d.ts +12 -4
- package/ec2transitgateway/peeringAttachmentAccepter.js +2 -0
- package/ec2transitgateway/peeringAttachmentAccepter.js.map +1 -1
- package/ec2transitgateway/policyTable.d.ts +12 -4
- package/ec2transitgateway/policyTable.js +2 -0
- package/ec2transitgateway/policyTable.js.map +1 -1
- package/ec2transitgateway/policyTableAssociation.d.ts +12 -0
- package/ec2transitgateway/policyTableAssociation.js +2 -0
- package/ec2transitgateway/policyTableAssociation.js.map +1 -1
- package/ec2transitgateway/prefixListReference.d.ts +12 -0
- package/ec2transitgateway/prefixListReference.js +2 -0
- package/ec2transitgateway/prefixListReference.js.map +1 -1
- package/ec2transitgateway/route.d.ts +12 -0
- package/ec2transitgateway/route.js +2 -0
- package/ec2transitgateway/route.js.map +1 -1
- package/ec2transitgateway/routeTable.d.ts +12 -4
- package/ec2transitgateway/routeTable.js +2 -0
- package/ec2transitgateway/routeTable.js.map +1 -1
- package/ec2transitgateway/routeTableAssociation.d.ts +12 -0
- package/ec2transitgateway/routeTableAssociation.js +2 -0
- package/ec2transitgateway/routeTableAssociation.js.map +1 -1
- package/ec2transitgateway/routeTablePropagation.d.ts +12 -0
- package/ec2transitgateway/routeTablePropagation.js +2 -0
- package/ec2transitgateway/routeTablePropagation.js.map +1 -1
- package/ec2transitgateway/transitGateway.d.ts +14 -7
- package/ec2transitgateway/transitGateway.js +2 -0
- package/ec2transitgateway/transitGateway.js.map +1 -1
- package/ec2transitgateway/vpcAttachment.d.ts +12 -4
- package/ec2transitgateway/vpcAttachment.js +2 -0
- package/ec2transitgateway/vpcAttachment.js.map +1 -1
- package/ec2transitgateway/vpcAttachmentAccepter.d.ts +12 -4
- package/ec2transitgateway/vpcAttachmentAccepter.js +2 -0
- package/ec2transitgateway/vpcAttachmentAccepter.js.map +1 -1
- package/ecr/accountSetting.d.ts +12 -0
- package/ecr/accountSetting.js +2 -0
- package/ecr/accountSetting.js.map +1 -1
- package/ecr/getAuthorizationToken.d.ts +9 -0
- package/ecr/getAuthorizationToken.js +2 -0
- package/ecr/getAuthorizationToken.js.map +1 -1
- package/ecr/getImage.d.ts +9 -0
- package/ecr/getImage.js +2 -0
- package/ecr/getImage.js.map +1 -1
- package/ecr/getPullThroughCacheRule.d.ts +9 -0
- package/ecr/getPullThroughCacheRule.js +2 -0
- package/ecr/getPullThroughCacheRule.js.map +1 -1
- package/ecr/getRepositories.d.ts +21 -2
- package/ecr/getRepositories.js +10 -4
- package/ecr/getRepositories.js.map +1 -1
- package/ecr/getRepository.d.ts +9 -0
- package/ecr/getRepository.js +2 -0
- package/ecr/getRepository.js.map +1 -1
- package/ecr/getRepositoryCreationTemplate.d.ts +9 -0
- package/ecr/getRepositoryCreationTemplate.js +2 -0
- package/ecr/getRepositoryCreationTemplate.js.map +1 -1
- package/ecr/index.d.ts +2 -4
- package/ecr/index.js +3 -4
- package/ecr/index.js.map +1 -1
- package/ecr/lifecyclePolicy.d.ts +15 -3
- package/ecr/lifecyclePolicy.js +2 -0
- package/ecr/lifecyclePolicy.js.map +1 -1
- package/ecr/lifecyclePolicyDocument.d.ts +5 -67
- package/ecr/lifecyclePolicyDocument.js +0 -13
- package/ecr/lifecyclePolicyDocument.js.map +1 -1
- package/ecr/pullThroughCacheRule.d.ts +12 -0
- package/ecr/pullThroughCacheRule.js +2 -0
- package/ecr/pullThroughCacheRule.js.map +1 -1
- package/ecr/registryPolicy.d.ts +16 -4
- package/ecr/registryPolicy.js +3 -1
- package/ecr/registryPolicy.js.map +1 -1
- package/ecr/registryScanningConfiguration.d.ts +12 -0
- package/ecr/registryScanningConfiguration.js +2 -0
- package/ecr/registryScanningConfiguration.js.map +1 -1
- package/ecr/replicationConfiguration.d.ts +12 -0
- package/ecr/replicationConfiguration.js +2 -0
- package/ecr/replicationConfiguration.js.map +1 -1
- package/ecr/repository.d.ts +12 -4
- package/ecr/repository.js +2 -0
- package/ecr/repository.js.map +1 -1
- package/ecr/repositoryCreationTemplate.d.ts +12 -0
- package/ecr/repositoryCreationTemplate.js +2 -0
- package/ecr/repositoryCreationTemplate.js.map +1 -1
- package/ecr/repositoryPolicy.d.ts +15 -3
- package/ecr/repositoryPolicy.js +2 -0
- package/ecr/repositoryPolicy.js.map +1 -1
- package/ecrpublic/getAuthorizationToken.d.ts +21 -2
- package/ecrpublic/getAuthorizationToken.js +10 -4
- package/ecrpublic/getAuthorizationToken.js.map +1 -1
- package/ecrpublic/index.d.ts +1 -1
- package/ecrpublic/repository.d.ts +12 -4
- package/ecrpublic/repository.js +2 -0
- package/ecrpublic/repository.js.map +1 -1
- package/ecrpublic/repositoryPolicy.d.ts +12 -0
- package/ecrpublic/repositoryPolicy.js +2 -0
- package/ecrpublic/repositoryPolicy.js.map +1 -1
- package/ecs/accountSettingDefault.d.ts +12 -0
- package/ecs/accountSettingDefault.js +2 -0
- package/ecs/accountSettingDefault.js.map +1 -1
- package/ecs/capacityProvider.d.ts +18 -10
- package/ecs/capacityProvider.js +8 -6
- package/ecs/capacityProvider.js.map +1 -1
- package/ecs/cluster.d.ts +12 -4
- package/ecs/cluster.js +2 -0
- package/ecs/cluster.js.map +1 -1
- package/ecs/clusterCapacityProviders.d.ts +12 -0
- package/ecs/clusterCapacityProviders.js +2 -0
- package/ecs/clusterCapacityProviders.js.map +1 -1
- package/ecs/getCluster.d.ts +9 -0
- package/ecs/getCluster.js +2 -0
- package/ecs/getCluster.js.map +1 -1
- package/ecs/getClusters.d.ts +21 -2
- package/ecs/getClusters.js +10 -4
- package/ecs/getClusters.js.map +1 -1
- package/ecs/getContainerDefinition.d.ts +9 -0
- package/ecs/getContainerDefinition.js +2 -0
- package/ecs/getContainerDefinition.js.map +1 -1
- package/ecs/getService.d.ts +9 -0
- package/ecs/getService.js +2 -0
- package/ecs/getService.js.map +1 -1
- package/ecs/getTaskDefinition.d.ts +9 -4
- package/ecs/getTaskDefinition.js +2 -0
- package/ecs/getTaskDefinition.js.map +1 -1
- package/ecs/getTaskExecution.d.ts +9 -0
- package/ecs/getTaskExecution.js +2 -0
- package/ecs/getTaskExecution.js.map +1 -1
- package/ecs/index.d.ts +1 -1
- package/ecs/service.d.ts +20 -4
- package/ecs/service.js +4 -0
- package/ecs/service.js.map +1 -1
- package/ecs/tag.d.ts +13 -1
- package/ecs/tag.js +3 -1
- package/ecs/tag.js.map +1 -1
- package/ecs/taskDefinition.d.ts +20 -34
- package/ecs/taskDefinition.js +4 -14
- package/ecs/taskDefinition.js.map +1 -1
- package/ecs/taskSet.d.ts +12 -4
- package/ecs/taskSet.js +2 -0
- package/ecs/taskSet.js.map +1 -1
- package/efs/accessPoint.d.ts +12 -4
- package/efs/accessPoint.js +2 -0
- package/efs/accessPoint.js.map +1 -1
- package/efs/backupPolicy.d.ts +12 -0
- package/efs/backupPolicy.js +2 -0
- package/efs/backupPolicy.js.map +1 -1
- package/efs/fileSystem.d.ts +12 -4
- package/efs/fileSystem.js +2 -0
- package/efs/fileSystem.js.map +1 -1
- package/efs/fileSystemPolicy.d.ts +12 -0
- package/efs/fileSystemPolicy.js +2 -0
- package/efs/fileSystemPolicy.js.map +1 -1
- package/efs/getAccessPoint.d.ts +9 -0
- package/efs/getAccessPoint.js +2 -0
- package/efs/getAccessPoint.js.map +1 -1
- package/efs/getAccessPoints.d.ts +9 -0
- package/efs/getAccessPoints.js +2 -0
- package/efs/getAccessPoints.js.map +1 -1
- package/efs/getFileSystem.d.ts +10 -4
- package/efs/getFileSystem.js +2 -0
- package/efs/getFileSystem.js.map +1 -1
- package/efs/getMountTarget.d.ts +9 -0
- package/efs/getMountTarget.js +2 -0
- package/efs/getMountTarget.js.map +1 -1
- package/efs/mountTarget.d.ts +12 -0
- package/efs/mountTarget.js +2 -0
- package/efs/mountTarget.js.map +1 -1
- package/efs/replicationConfiguration.d.ts +12 -0
- package/efs/replicationConfiguration.js +2 -0
- package/efs/replicationConfiguration.js.map +1 -1
- package/eks/accessEntry.d.ts +12 -4
- package/eks/accessEntry.js +2 -0
- package/eks/accessEntry.js.map +1 -1
- package/eks/accessPolicyAssociation.d.ts +12 -0
- package/eks/accessPolicyAssociation.js +2 -0
- package/eks/accessPolicyAssociation.js.map +1 -1
- package/eks/addon.d.ts +12 -22
- package/eks/addon.js +2 -2
- package/eks/addon.js.map +1 -1
- package/eks/cluster.d.ts +12 -9
- package/eks/cluster.js +2 -4
- package/eks/cluster.js.map +1 -1
- package/eks/fargateProfile.d.ts +12 -4
- package/eks/fargateProfile.js +2 -0
- package/eks/fargateProfile.js.map +1 -1
- package/eks/getAccessEntry.d.ts +21 -0
- package/eks/getAccessEntry.js +4 -0
- package/eks/getAccessEntry.js.map +1 -1
- package/eks/getAddon.d.ts +9 -0
- package/eks/getAddon.js +2 -0
- package/eks/getAddon.js.map +1 -1
- package/eks/getAddonVersion.d.ts +9 -0
- package/eks/getAddonVersion.js +2 -0
- package/eks/getAddonVersion.js.map +1 -1
- package/eks/getCluster.d.ts +9 -0
- package/eks/getCluster.js +2 -0
- package/eks/getCluster.js.map +1 -1
- package/eks/getClusterAuth.d.ts +9 -0
- package/eks/getClusterAuth.js +2 -0
- package/eks/getClusterAuth.js.map +1 -1
- package/eks/getClusterVersions.d.ts +9 -0
- package/eks/getClusterVersions.js +2 -0
- package/eks/getClusterVersions.js.map +1 -1
- package/eks/getClusters.d.ts +21 -2
- package/eks/getClusters.js +10 -4
- package/eks/getClusters.js.map +1 -1
- package/eks/getNodeGroup.d.ts +9 -0
- package/eks/getNodeGroup.js +2 -0
- package/eks/getNodeGroup.js.map +1 -1
- package/eks/getNodeGroups.d.ts +9 -0
- package/eks/getNodeGroups.js +2 -0
- package/eks/getNodeGroups.js.map +1 -1
- package/eks/identityProviderConfig.d.ts +12 -4
- package/eks/identityProviderConfig.js +2 -0
- package/eks/identityProviderConfig.js.map +1 -1
- package/eks/index.d.ts +1 -1
- package/eks/nodeGroup.d.ts +12 -4
- package/eks/nodeGroup.js +2 -0
- package/eks/nodeGroup.js.map +1 -1
- package/eks/podIdentityAssociation.d.ts +44 -4
- package/eks/podIdentityAssociation.js +8 -0
- package/eks/podIdentityAssociation.js.map +1 -1
- package/elasticache/cluster.d.ts +12 -10
- package/elasticache/cluster.js +2 -0
- package/elasticache/cluster.js.map +1 -1
- package/elasticache/getCluster.d.ts +9 -0
- package/elasticache/getCluster.js +2 -0
- package/elasticache/getCluster.js.map +1 -1
- package/elasticache/getReplicationGroup.d.ts +9 -0
- package/elasticache/getReplicationGroup.js +2 -0
- package/elasticache/getReplicationGroup.js.map +1 -1
- package/elasticache/getReservedCacheNodeOffering.d.ts +9 -0
- package/elasticache/getReservedCacheNodeOffering.js +2 -0
- package/elasticache/getReservedCacheNodeOffering.js.map +1 -1
- package/elasticache/getServerlessCache.d.ts +9 -0
- package/elasticache/getServerlessCache.js +2 -0
- package/elasticache/getServerlessCache.js.map +1 -1
- package/elasticache/getSubnetGroup.d.ts +9 -0
- package/elasticache/getSubnetGroup.js +2 -0
- package/elasticache/getSubnetGroup.js.map +1 -1
- package/elasticache/getUser.d.ts +9 -0
- package/elasticache/getUser.js +2 -0
- package/elasticache/getUser.js.map +1 -1
- package/elasticache/globalReplicationGroup.d.ts +12 -0
- package/elasticache/globalReplicationGroup.js +2 -0
- package/elasticache/globalReplicationGroup.js.map +1 -1
- package/elasticache/parameterGroup.d.ts +12 -4
- package/elasticache/parameterGroup.js +2 -0
- package/elasticache/parameterGroup.js.map +1 -1
- package/elasticache/replicationGroup.d.ts +15 -7
- package/elasticache/replicationGroup.js +2 -0
- package/elasticache/replicationGroup.js.map +1 -1
- package/elasticache/reservedCacheNode.d.ts +12 -4
- package/elasticache/reservedCacheNode.js +2 -0
- package/elasticache/reservedCacheNode.js.map +1 -1
- package/elasticache/serverlessCache.d.ts +12 -6
- package/elasticache/serverlessCache.js +2 -0
- package/elasticache/serverlessCache.js.map +1 -1
- package/elasticache/subnetGroup.d.ts +12 -4
- package/elasticache/subnetGroup.js +2 -0
- package/elasticache/subnetGroup.js.map +1 -1
- package/elasticache/user.d.ts +12 -6
- package/elasticache/user.js +2 -0
- package/elasticache/user.js.map +1 -1
- package/elasticache/userGroup.d.ts +12 -4
- package/elasticache/userGroup.js +2 -0
- package/elasticache/userGroup.js.map +1 -1
- package/elasticache/userGroupAssociation.d.ts +12 -0
- package/elasticache/userGroupAssociation.js +2 -0
- package/elasticache/userGroupAssociation.js.map +1 -1
- package/elasticbeanstalk/application.d.ts +12 -4
- package/elasticbeanstalk/application.js +2 -0
- package/elasticbeanstalk/application.js.map +1 -1
- package/elasticbeanstalk/applicationVersion.d.ts +13 -5
- package/elasticbeanstalk/applicationVersion.js +3 -1
- package/elasticbeanstalk/applicationVersion.js.map +1 -1
- package/elasticbeanstalk/configurationTemplate.d.ts +12 -0
- package/elasticbeanstalk/configurationTemplate.js +2 -0
- package/elasticbeanstalk/configurationTemplate.js.map +1 -1
- package/elasticbeanstalk/environment.d.ts +15 -7
- package/elasticbeanstalk/environment.js +2 -0
- package/elasticbeanstalk/environment.js.map +1 -1
- package/elasticbeanstalk/getApplication.d.ts +9 -0
- package/elasticbeanstalk/getApplication.js +2 -0
- package/elasticbeanstalk/getApplication.js.map +1 -1
- package/elasticbeanstalk/getHostedZone.d.ts +3 -6
- package/elasticbeanstalk/getHostedZone.js.map +1 -1
- package/elasticbeanstalk/getSolutionStack.d.ts +9 -0
- package/elasticbeanstalk/getSolutionStack.js +2 -0
- package/elasticbeanstalk/getSolutionStack.js.map +1 -1
- package/elasticsearch/domain.d.ts +16 -9
- package/elasticsearch/domain.js +4 -2
- package/elasticsearch/domain.js.map +1 -1
- package/elasticsearch/domainPolicy.d.ts +15 -3
- package/elasticsearch/domainPolicy.js +2 -0
- package/elasticsearch/domainPolicy.js.map +1 -1
- package/elasticsearch/domainSamlOptions.d.ts +12 -0
- package/elasticsearch/domainSamlOptions.js +2 -0
- package/elasticsearch/domainSamlOptions.js.map +1 -1
- package/elasticsearch/getDomain.d.ts +9 -0
- package/elasticsearch/getDomain.js +2 -0
- package/elasticsearch/getDomain.js.map +1 -1
- package/elasticsearch/vpcEndpoint.d.ts +12 -0
- package/elasticsearch/vpcEndpoint.js +2 -0
- package/elasticsearch/vpcEndpoint.js.map +1 -1
- package/elastictranscoder/pipeline.d.ts +14 -0
- package/elastictranscoder/pipeline.js +4 -0
- package/elastictranscoder/pipeline.js.map +1 -1
- package/elastictranscoder/preset.d.ts +14 -0
- package/elastictranscoder/preset.js +4 -0
- package/elastictranscoder/preset.js.map +1 -1
- package/elb/appCookieStickinessPolicy.d.ts +12 -0
- package/elb/appCookieStickinessPolicy.js +2 -0
- package/elb/appCookieStickinessPolicy.js.map +1 -1
- package/elb/attachment.d.ts +12 -0
- package/elb/attachment.js +2 -0
- package/elb/attachment.js.map +1 -1
- package/elb/getHostedZoneId.d.ts +3 -5
- package/elb/getHostedZoneId.js.map +1 -1
- package/elb/getLoadBalancer.d.ts +9 -0
- package/elb/getLoadBalancer.js +2 -0
- package/elb/getLoadBalancer.js.map +1 -1
- package/elb/getServiceAccount.d.ts +8 -10
- package/elb/getServiceAccount.js +4 -4
- package/elb/getServiceAccount.js.map +1 -1
- package/elb/listenerPolicy.d.ts +12 -0
- package/elb/listenerPolicy.js +2 -0
- package/elb/listenerPolicy.js.map +1 -1
- package/elb/loadBalancer.d.ts +12 -4
- package/elb/loadBalancer.js +2 -0
- package/elb/loadBalancer.js.map +1 -1
- package/elb/loadBalancerBackendServerPolicy.d.ts +12 -0
- package/elb/loadBalancerBackendServerPolicy.js +2 -0
- package/elb/loadBalancerBackendServerPolicy.js.map +1 -1
- package/elb/loadBalancerCookieStickinessPolicy.d.ts +12 -0
- package/elb/loadBalancerCookieStickinessPolicy.js +2 -0
- package/elb/loadBalancerCookieStickinessPolicy.js.map +1 -1
- package/elb/loadBalancerPolicy.d.ts +12 -0
- package/elb/loadBalancerPolicy.js +2 -0
- package/elb/loadBalancerPolicy.js.map +1 -1
- package/elb/sslNegotiationPolicy.d.ts +12 -0
- package/elb/sslNegotiationPolicy.js +2 -0
- package/elb/sslNegotiationPolicy.js.map +1 -1
- package/emr/blockPublicAccessConfiguration.d.ts +12 -0
- package/emr/blockPublicAccessConfiguration.js +2 -0
- package/emr/blockPublicAccessConfiguration.js.map +1 -1
- package/emr/cluster.d.ts +24 -4
- package/emr/cluster.js +4 -0
- package/emr/cluster.js.map +1 -1
- package/emr/getReleaseLabels.d.ts +9 -0
- package/emr/getReleaseLabels.js +2 -0
- package/emr/getReleaseLabels.js.map +1 -1
- package/emr/getSupportedInstanceTypes.d.ts +10 -10
- package/emr/getSupportedInstanceTypes.js +2 -2
- package/emr/getSupportedInstanceTypes.js.map +1 -1
- package/emr/instanceFleet.d.ts +12 -0
- package/emr/instanceFleet.js +2 -0
- package/emr/instanceFleet.js.map +1 -1
- package/emr/instanceGroup.d.ts +12 -0
- package/emr/instanceGroup.js +2 -0
- package/emr/instanceGroup.js.map +1 -1
- package/emr/managedScalingPolicy.d.ts +12 -0
- package/emr/managedScalingPolicy.js +2 -0
- package/emr/managedScalingPolicy.js.map +1 -1
- package/emr/securityConfiguration.d.ts +12 -0
- package/emr/securityConfiguration.js +2 -0
- package/emr/securityConfiguration.js.map +1 -1
- package/emr/studio.d.ts +12 -6
- package/emr/studio.js +2 -0
- package/emr/studio.js.map +1 -1
- package/emr/studioSessionMapping.d.ts +12 -0
- package/emr/studioSessionMapping.js +2 -0
- package/emr/studioSessionMapping.js.map +1 -1
- package/emrcontainers/getVirtualCluster.d.ts +9 -0
- package/emrcontainers/getVirtualCluster.js +2 -0
- package/emrcontainers/getVirtualCluster.js.map +1 -1
- package/emrcontainers/jobTemplate.d.ts +12 -4
- package/emrcontainers/jobTemplate.js +2 -0
- package/emrcontainers/jobTemplate.js.map +1 -1
- package/emrcontainers/virtualCluster.d.ts +12 -4
- package/emrcontainers/virtualCluster.js +2 -0
- package/emrcontainers/virtualCluster.js.map +1 -1
- package/emrserverless/application.d.ts +12 -4
- package/emrserverless/application.js +2 -0
- package/emrserverless/application.js.map +1 -1
- package/evidently/feature.d.ts +14 -4
- package/evidently/feature.js +4 -0
- package/evidently/feature.js.map +1 -1
- package/evidently/launch.d.ts +14 -4
- package/evidently/launch.js +4 -0
- package/evidently/launch.js.map +1 -1
- package/evidently/project.d.ts +14 -4
- package/evidently/project.js +4 -0
- package/evidently/project.js.map +1 -1
- package/evidently/segment.d.ts +14 -4
- package/evidently/segment.js +4 -0
- package/evidently/segment.js.map +1 -1
- package/finspace/kxCluster.d.ts +15 -7
- package/finspace/kxCluster.js +2 -0
- package/finspace/kxCluster.js.map +1 -1
- package/finspace/kxDatabase.d.ts +12 -4
- package/finspace/kxDatabase.js +2 -0
- package/finspace/kxDatabase.js.map +1 -1
- package/finspace/kxDataview.d.ts +12 -4
- package/finspace/kxDataview.js +2 -0
- package/finspace/kxDataview.js.map +1 -1
- package/finspace/kxEnvironment.d.ts +12 -4
- package/finspace/kxEnvironment.js +2 -0
- package/finspace/kxEnvironment.js.map +1 -1
- package/finspace/kxScalingGroup.d.ts +28 -20
- package/finspace/kxScalingGroup.js +2 -0
- package/finspace/kxScalingGroup.js.map +1 -1
- package/finspace/kxUser.d.ts +12 -4
- package/finspace/kxUser.js +2 -0
- package/finspace/kxUser.js.map +1 -1
- package/finspace/kxVolume.d.ts +30 -24
- package/finspace/kxVolume.js +2 -0
- package/finspace/kxVolume.js.map +1 -1
- package/fis/experimentTemplate.d.ts +12 -6
- package/fis/experimentTemplate.js +2 -0
- package/fis/experimentTemplate.js.map +1 -1
- package/fis/getExperimentTemplates.d.ts +9 -0
- package/fis/getExperimentTemplates.js +2 -0
- package/fis/getExperimentTemplates.js.map +1 -1
- package/fms/policy.d.ts +24 -4
- package/fms/policy.js +4 -0
- package/fms/policy.js.map +1 -1
- package/fms/resourceSet.d.ts +12 -6
- package/fms/resourceSet.js +2 -0
- package/fms/resourceSet.js.map +1 -1
- package/fsx/backup.d.ts +18 -4
- package/fsx/backup.js +2 -0
- package/fsx/backup.js.map +1 -1
- package/fsx/dataRepositoryAssociation.d.ts +14 -6
- package/fsx/dataRepositoryAssociation.js +4 -2
- package/fsx/dataRepositoryAssociation.js.map +1 -1
- package/fsx/fileCache.d.ts +12 -6
- package/fsx/fileCache.js +2 -0
- package/fsx/fileCache.js.map +1 -1
- package/fsx/getOntapFileSystem.d.ts +9 -0
- package/fsx/getOntapFileSystem.js +2 -0
- package/fsx/getOntapFileSystem.js.map +1 -1
- package/fsx/getOntapStorageVirtualMachine.d.ts +9 -0
- package/fsx/getOntapStorageVirtualMachine.js +2 -0
- package/fsx/getOntapStorageVirtualMachine.js.map +1 -1
- package/fsx/getOntapStorageVirtualMachines.d.ts +9 -0
- package/fsx/getOntapStorageVirtualMachines.js +2 -0
- package/fsx/getOntapStorageVirtualMachines.js.map +1 -1
- package/fsx/getOpenZfsSnapshot.d.ts +9 -0
- package/fsx/getOpenZfsSnapshot.js +2 -0
- package/fsx/getOpenZfsSnapshot.js.map +1 -1
- package/fsx/getWindowsFileSystem.d.ts +9 -0
- package/fsx/getWindowsFileSystem.js +2 -0
- package/fsx/getWindowsFileSystem.js.map +1 -1
- package/fsx/lustreFileSystem.d.ts +12 -4
- package/fsx/lustreFileSystem.js +2 -0
- package/fsx/lustreFileSystem.js.map +1 -1
- package/fsx/ontapFileSystem.d.ts +12 -4
- package/fsx/ontapFileSystem.js +2 -0
- package/fsx/ontapFileSystem.js.map +1 -1
- package/fsx/ontapStorageVirtualMachine.d.ts +12 -4
- package/fsx/ontapStorageVirtualMachine.js +2 -0
- package/fsx/ontapStorageVirtualMachine.js.map +1 -1
- package/fsx/ontapVolume.d.ts +12 -4
- package/fsx/ontapVolume.js +2 -0
- package/fsx/ontapVolume.js.map +1 -1
- package/fsx/openZfsFileSystem.d.ts +12 -4
- package/fsx/openZfsFileSystem.js +2 -0
- package/fsx/openZfsFileSystem.js.map +1 -1
- package/fsx/openZfsSnapshot.d.ts +12 -4
- package/fsx/openZfsSnapshot.js +2 -0
- package/fsx/openZfsSnapshot.js.map +1 -1
- package/fsx/openZfsVolume.d.ts +12 -4
- package/fsx/openZfsVolume.js +2 -0
- package/fsx/openZfsVolume.js.map +1 -1
- package/fsx/windowsFileSystem.d.ts +12 -4
- package/fsx/windowsFileSystem.js +2 -0
- package/fsx/windowsFileSystem.js.map +1 -1
- package/gamelift/alias.d.ts +12 -4
- package/gamelift/alias.js +2 -0
- package/gamelift/alias.js.map +1 -1
- package/gamelift/build.d.ts +12 -4
- package/gamelift/build.js +2 -0
- package/gamelift/build.js.map +1 -1
- package/gamelift/fleet.d.ts +12 -4
- package/gamelift/fleet.js +2 -0
- package/gamelift/fleet.js.map +1 -1
- package/gamelift/gameServerGroup.d.ts +12 -6
- package/gamelift/gameServerGroup.js +2 -0
- package/gamelift/gameServerGroup.js.map +1 -1
- package/gamelift/gameSessionQueue.d.ts +12 -4
- package/gamelift/gameSessionQueue.js +2 -0
- package/gamelift/gameSessionQueue.js.map +1 -1
- package/gamelift/index.d.ts +0 -6
- package/gamelift/index.js +1 -11
- package/gamelift/index.js.map +1 -1
- package/gamelift/script.d.ts +12 -4
- package/gamelift/script.js +2 -0
- package/gamelift/script.js.map +1 -1
- package/getArn.d.ts +1 -1
- package/getAvailabilityZone.d.ts +17 -8
- package/getAvailabilityZone.js +6 -4
- package/getAvailabilityZone.js.map +1 -1
- package/getAvailabilityZones.d.ts +9 -0
- package/getAvailabilityZones.js +2 -0
- package/getAvailabilityZones.js.map +1 -1
- package/getBillingServiceAccount.d.ts +4 -4
- package/getBillingServiceAccount.js +4 -4
- package/getRegion.d.ts +26 -10
- package/getRegion.js +10 -8
- package/getRegion.js.map +1 -1
- package/getService.d.ts +4 -4
- package/getService.js +2 -2
- package/getServicePrincipal.d.ts +3 -6
- package/getServicePrincipal.js.map +1 -1
- package/glacier/vault.d.ts +12 -4
- package/glacier/vault.js +2 -0
- package/glacier/vault.js.map +1 -1
- package/glacier/vaultLock.d.ts +12 -0
- package/glacier/vaultLock.js +2 -0
- package/glacier/vaultLock.js.map +1 -1
- package/globalaccelerator/accelerator.d.ts +0 -4
- package/globalaccelerator/accelerator.js.map +1 -1
- package/globalaccelerator/crossAccountAttachment.d.ts +0 -4
- package/globalaccelerator/crossAccountAttachment.js.map +1 -1
- package/globalaccelerator/customRoutingAccelerator.d.ts +0 -4
- package/globalaccelerator/customRoutingAccelerator.js.map +1 -1
- package/globalaccelerator/getAccelerator.d.ts +0 -2
- package/globalaccelerator/getAccelerator.js +0 -2
- package/globalaccelerator/getAccelerator.js.map +1 -1
- package/glue/catalogDatabase.d.ts +12 -4
- package/glue/catalogDatabase.js +2 -0
- package/glue/catalogDatabase.js.map +1 -1
- package/glue/catalogTable.d.ts +12 -0
- package/glue/catalogTable.js +2 -0
- package/glue/catalogTable.js.map +1 -1
- package/glue/catalogTableOptimizer.d.ts +12 -0
- package/glue/catalogTableOptimizer.js +2 -0
- package/glue/catalogTableOptimizer.js.map +1 -1
- package/glue/classifier.d.ts +12 -0
- package/glue/classifier.js +2 -0
- package/glue/classifier.js.map +1 -1
- package/glue/connection.d.ts +12 -4
- package/glue/connection.js +2 -0
- package/glue/connection.js.map +1 -1
- package/glue/crawler.d.ts +12 -4
- package/glue/crawler.js +2 -0
- package/glue/crawler.js.map +1 -1
- package/glue/dataCatalogEncryptionSettings.d.ts +12 -0
- package/glue/dataCatalogEncryptionSettings.js +2 -0
- package/glue/dataCatalogEncryptionSettings.js.map +1 -1
- package/glue/dataQualityRuleset.d.ts +12 -4
- package/glue/dataQualityRuleset.js +2 -0
- package/glue/dataQualityRuleset.js.map +1 -1
- package/glue/devEndpoint.d.ts +12 -4
- package/glue/devEndpoint.js +2 -0
- package/glue/devEndpoint.js.map +1 -1
- package/glue/getCatalogTable.d.ts +12 -0
- package/glue/getCatalogTable.js +2 -0
- package/glue/getCatalogTable.js.map +1 -1
- package/glue/getConnection.d.ts +9 -0
- package/glue/getConnection.js +2 -0
- package/glue/getConnection.js.map +1 -1
- package/glue/getDataCatalogEncryptionSettings.d.ts +9 -0
- package/glue/getDataCatalogEncryptionSettings.js +2 -0
- package/glue/getDataCatalogEncryptionSettings.js.map +1 -1
- package/glue/getRegistry.d.ts +9 -0
- package/glue/getRegistry.js +2 -0
- package/glue/getRegistry.js.map +1 -1
- package/glue/getScript.d.ts +9 -0
- package/glue/getScript.js +2 -0
- package/glue/getScript.js.map +1 -1
- package/glue/job.d.ts +24 -4
- package/glue/job.js +4 -0
- package/glue/job.js.map +1 -1
- package/glue/mltransform.d.ts +12 -4
- package/glue/mltransform.js +2 -0
- package/glue/mltransform.js.map +1 -1
- package/glue/partition.d.ts +12 -0
- package/glue/partition.js +2 -0
- package/glue/partition.js.map +1 -1
- package/glue/partitionIndex.d.ts +12 -0
- package/glue/partitionIndex.js +2 -0
- package/glue/partitionIndex.js.map +1 -1
- package/glue/registry.d.ts +12 -4
- package/glue/registry.js +2 -0
- package/glue/registry.js.map +1 -1
- package/glue/resourcePolicy.d.ts +13 -1
- package/glue/resourcePolicy.js +3 -1
- package/glue/resourcePolicy.js.map +1 -1
- package/glue/schema.d.ts +12 -4
- package/glue/schema.js +2 -0
- package/glue/schema.js.map +1 -1
- package/glue/securityConfiguration.d.ts +12 -0
- package/glue/securityConfiguration.js +2 -0
- package/glue/securityConfiguration.js.map +1 -1
- package/glue/trigger.d.ts +12 -4
- package/glue/trigger.js +2 -0
- package/glue/trigger.js.map +1 -1
- package/glue/userDefinedFunction.d.ts +12 -0
- package/glue/userDefinedFunction.js +2 -0
- package/glue/userDefinedFunction.js.map +1 -1
- package/glue/workflow.d.ts +12 -4
- package/glue/workflow.js +2 -0
- package/glue/workflow.js.map +1 -1
- package/grafana/getWorkspace.d.ts +9 -0
- package/grafana/getWorkspace.js +2 -0
- package/grafana/getWorkspace.js.map +1 -1
- package/grafana/licenseAssociation.d.ts +12 -0
- package/grafana/licenseAssociation.js +2 -0
- package/grafana/licenseAssociation.js.map +1 -1
- package/grafana/roleAssociation.d.ts +12 -0
- package/grafana/roleAssociation.js +2 -0
- package/grafana/roleAssociation.js.map +1 -1
- package/grafana/workspace.d.ts +16 -8
- package/grafana/workspace.js +3 -1
- package/grafana/workspace.js.map +1 -1
- package/grafana/workspaceApiKey.d.ts +12 -0
- package/grafana/workspaceApiKey.js +2 -0
- package/grafana/workspaceApiKey.js.map +1 -1
- package/grafana/workspaceSamlConfiguration.d.ts +12 -0
- package/grafana/workspaceSamlConfiguration.js +2 -0
- package/grafana/workspaceSamlConfiguration.js.map +1 -1
- package/grafana/workspaceServiceAccount.d.ts +12 -0
- package/grafana/workspaceServiceAccount.js +2 -0
- package/grafana/workspaceServiceAccount.js.map +1 -1
- package/grafana/workspaceServiceAccountToken.d.ts +12 -0
- package/grafana/workspaceServiceAccountToken.js +2 -0
- package/grafana/workspaceServiceAccountToken.js.map +1 -1
- package/guardduty/detector.d.ts +18 -4
- package/guardduty/detector.js +2 -0
- package/guardduty/detector.js.map +1 -1
- package/guardduty/detectorFeature.d.ts +33 -0
- package/guardduty/detectorFeature.js +23 -0
- package/guardduty/detectorFeature.js.map +1 -1
- package/guardduty/filter.d.ts +12 -4
- package/guardduty/filter.js +2 -0
- package/guardduty/filter.js.map +1 -1
- package/guardduty/getDetector.d.ts +9 -0
- package/guardduty/getDetector.js +2 -0
- package/guardduty/getDetector.js.map +1 -1
- package/guardduty/getFindingIds.d.ts +9 -0
- package/guardduty/getFindingIds.js +2 -0
- package/guardduty/getFindingIds.js.map +1 -1
- package/guardduty/inviteAccepter.d.ts +12 -0
- package/guardduty/inviteAccepter.js +2 -0
- package/guardduty/inviteAccepter.js.map +1 -1
- package/guardduty/ipset.d.ts +14 -6
- package/guardduty/ipset.js +4 -2
- package/guardduty/ipset.js.map +1 -1
- package/guardduty/malwareProtectionPlan.d.ts +12 -6
- package/guardduty/malwareProtectionPlan.js +2 -0
- package/guardduty/malwareProtectionPlan.js.map +1 -1
- package/guardduty/member.d.ts +12 -0
- package/guardduty/member.js +2 -0
- package/guardduty/member.js.map +1 -1
- package/guardduty/memberDetectorFeature.d.ts +13 -11
- package/guardduty/memberDetectorFeature.js +3 -11
- package/guardduty/memberDetectorFeature.js.map +1 -1
- package/guardduty/organizationAdminAccount.d.ts +12 -0
- package/guardduty/organizationAdminAccount.js +2 -0
- package/guardduty/organizationAdminAccount.js.map +1 -1
- package/guardduty/organizationConfiguration.d.ts +25 -22
- package/guardduty/organizationConfiguration.js +5 -2
- package/guardduty/organizationConfiguration.js.map +1 -1
- package/guardduty/organizationConfigurationFeature.d.ts +13 -1
- package/guardduty/organizationConfigurationFeature.js +3 -1
- package/guardduty/organizationConfigurationFeature.js.map +1 -1
- package/guardduty/publishingDestination.d.ts +16 -4
- package/guardduty/publishingDestination.js +6 -4
- package/guardduty/publishingDestination.js.map +1 -1
- package/guardduty/threatIntelSet.d.ts +14 -6
- package/guardduty/threatIntelSet.js +4 -2
- package/guardduty/threatIntelSet.js.map +1 -1
- package/iam/documents.d.ts +8 -154
- package/iam/documents.js.map +1 -1
- package/iam/getPrincipalPolicySimulation.d.ts +12 -12
- package/iam/getPrincipalPolicySimulation.js +12 -12
- package/iam/groupPolicy.d.ts +3 -3
- package/iam/groupPolicy.js.map +1 -1
- package/iam/groupPolicyAttachment.d.ts +3 -4
- package/iam/groupPolicyAttachment.js.map +1 -1
- package/iam/index.d.ts +0 -1
- package/iam/index.js +0 -1
- package/iam/index.js.map +1 -1
- package/iam/instanceProfile.d.ts +0 -4
- package/iam/instanceProfile.js.map +1 -1
- package/iam/openIdConnectProvider.d.ts +0 -4
- package/iam/openIdConnectProvider.js.map +1 -1
- package/iam/policy.d.ts +3 -7
- package/iam/policy.js.map +1 -1
- package/iam/policyAttachment.d.ts +3 -4
- package/iam/policyAttachment.js.map +1 -1
- package/iam/role.d.ts +2 -7
- package/iam/role.js.map +1 -1
- package/iam/rolePolicy.d.ts +25 -18
- package/iam/rolePolicy.js.map +1 -1
- package/iam/rolePolicyAttachment.d.ts +3 -4
- package/iam/rolePolicyAttachment.js.map +1 -1
- package/iam/samlProvider.d.ts +0 -4
- package/iam/samlProvider.js.map +1 -1
- package/iam/serverCertificate.d.ts +0 -4
- package/iam/serverCertificate.js.map +1 -1
- package/iam/serviceLinkedRole.d.ts +0 -4
- package/iam/serviceLinkedRole.js.map +1 -1
- package/iam/user.d.ts +0 -4
- package/iam/user.js.map +1 -1
- package/iam/userPolicy.d.ts +3 -3
- package/iam/userPolicy.js.map +1 -1
- package/iam/userPolicyAttachment.d.ts +3 -4
- package/iam/userPolicyAttachment.js.map +1 -1
- package/iam/virtualMfaDevice.d.ts +0 -4
- package/iam/virtualMfaDevice.js.map +1 -1
- package/identitystore/getGroup.d.ts +9 -16
- package/identitystore/getGroup.js +2 -2
- package/identitystore/getGroup.js.map +1 -1
- package/identitystore/getGroupMemberships.d.ts +9 -0
- package/identitystore/getGroupMemberships.js +2 -0
- package/identitystore/getGroupMemberships.js.map +1 -1
- package/identitystore/getGroups.d.ts +9 -0
- package/identitystore/getGroups.js +2 -0
- package/identitystore/getGroups.js.map +1 -1
- package/identitystore/getUser.d.ts +12 -16
- package/identitystore/getUser.js +2 -2
- package/identitystore/getUser.js.map +1 -1
- package/identitystore/getUsers.d.ts +12 -0
- package/identitystore/getUsers.js +2 -0
- package/identitystore/getUsers.js.map +1 -1
- package/identitystore/group.d.ts +12 -0
- package/identitystore/group.js +2 -0
- package/identitystore/group.js.map +1 -1
- package/identitystore/groupMembership.d.ts +12 -0
- package/identitystore/groupMembership.js +2 -0
- package/identitystore/groupMembership.js.map +1 -1
- package/identitystore/user.d.ts +12 -0
- package/identitystore/user.js +2 -0
- package/identitystore/user.js.map +1 -1
- package/imagebuilder/component.d.ts +12 -4
- package/imagebuilder/component.js +2 -0
- package/imagebuilder/component.js.map +1 -1
- package/imagebuilder/containerRecipe.d.ts +12 -4
- package/imagebuilder/containerRecipe.js +2 -0
- package/imagebuilder/containerRecipe.js.map +1 -1
- package/imagebuilder/distributionConfiguration.d.ts +12 -4
- package/imagebuilder/distributionConfiguration.js +2 -0
- package/imagebuilder/distributionConfiguration.js.map +1 -1
- package/imagebuilder/getComponent.d.ts +9 -0
- package/imagebuilder/getComponent.js +2 -0
- package/imagebuilder/getComponent.js.map +1 -1
- package/imagebuilder/getComponents.d.ts +9 -0
- package/imagebuilder/getComponents.js +2 -0
- package/imagebuilder/getComponents.js.map +1 -1
- package/imagebuilder/getContainerRecipe.d.ts +9 -0
- package/imagebuilder/getContainerRecipe.js +2 -0
- package/imagebuilder/getContainerRecipe.js.map +1 -1
- package/imagebuilder/getContainerRecipes.d.ts +9 -0
- package/imagebuilder/getContainerRecipes.js +2 -0
- package/imagebuilder/getContainerRecipes.js.map +1 -1
- package/imagebuilder/getDistributionConfiguration.d.ts +12 -0
- package/imagebuilder/getDistributionConfiguration.js +2 -0
- package/imagebuilder/getDistributionConfiguration.js.map +1 -1
- package/imagebuilder/getDistributionConfigurations.d.ts +9 -0
- package/imagebuilder/getDistributionConfigurations.js +2 -0
- package/imagebuilder/getDistributionConfigurations.js.map +1 -1
- package/imagebuilder/getImage.d.ts +12 -0
- package/imagebuilder/getImage.js +2 -0
- package/imagebuilder/getImage.js.map +1 -1
- package/imagebuilder/getImagePipeline.d.ts +9 -0
- package/imagebuilder/getImagePipeline.js +2 -0
- package/imagebuilder/getImagePipeline.js.map +1 -1
- package/imagebuilder/getImagePipelines.d.ts +9 -0
- package/imagebuilder/getImagePipelines.js +2 -0
- package/imagebuilder/getImagePipelines.js.map +1 -1
- package/imagebuilder/getImageRecipe.d.ts +9 -0
- package/imagebuilder/getImageRecipe.js +2 -0
- package/imagebuilder/getImageRecipe.js.map +1 -1
- package/imagebuilder/getImageRecipes.d.ts +9 -0
- package/imagebuilder/getImageRecipes.js +2 -0
- package/imagebuilder/getImageRecipes.js.map +1 -1
- package/imagebuilder/getInfrastructureConfiguration.d.ts +9 -0
- package/imagebuilder/getInfrastructureConfiguration.js +2 -0
- package/imagebuilder/getInfrastructureConfiguration.js.map +1 -1
- package/imagebuilder/getInfrastructureConfigurations.d.ts +9 -0
- package/imagebuilder/getInfrastructureConfigurations.js +2 -0
- package/imagebuilder/getInfrastructureConfigurations.js.map +1 -1
- package/imagebuilder/image.d.ts +12 -4
- package/imagebuilder/image.js +2 -0
- package/imagebuilder/image.js.map +1 -1
- package/imagebuilder/imagePipeline.d.ts +12 -4
- package/imagebuilder/imagePipeline.js +2 -0
- package/imagebuilder/imagePipeline.js.map +1 -1
- package/imagebuilder/imageRecipe.d.ts +13 -5
- package/imagebuilder/imageRecipe.js +3 -1
- package/imagebuilder/imageRecipe.js.map +1 -1
- package/imagebuilder/infrastructureConfiguration.d.ts +12 -4
- package/imagebuilder/infrastructureConfiguration.js +2 -0
- package/imagebuilder/infrastructureConfiguration.js.map +1 -1
- package/imagebuilder/lifecyclePolicy.d.ts +12 -4
- package/imagebuilder/lifecyclePolicy.js +2 -0
- package/imagebuilder/lifecyclePolicy.js.map +1 -1
- package/imagebuilder/workflow.d.ts +12 -6
- package/imagebuilder/workflow.js +2 -0
- package/imagebuilder/workflow.js.map +1 -1
- package/index.d.ts +1 -6
- package/index.js +2 -11
- package/index.js.map +1 -1
- package/inspector/assessmentTarget.d.ts +12 -0
- package/inspector/assessmentTarget.js +2 -0
- package/inspector/assessmentTarget.js.map +1 -1
- package/inspector/assessmentTemplate.d.ts +12 -4
- package/inspector/assessmentTemplate.js +2 -0
- package/inspector/assessmentTemplate.js.map +1 -1
- package/inspector/getRulesPackages.d.ts +21 -2
- package/inspector/getRulesPackages.js +10 -4
- package/inspector/getRulesPackages.js.map +1 -1
- package/inspector/index.d.ts +1 -1
- package/inspector/resourceGroup.d.ts +12 -0
- package/inspector/resourceGroup.js +2 -0
- package/inspector/resourceGroup.js.map +1 -1
- package/inspector2/delegatedAdminAccount.d.ts +12 -0
- package/inspector2/delegatedAdminAccount.js +2 -0
- package/inspector2/delegatedAdminAccount.js.map +1 -1
- package/inspector2/enabler.d.ts +12 -0
- package/inspector2/enabler.js +2 -0
- package/inspector2/enabler.js.map +1 -1
- package/inspector2/filter.d.ts +12 -4
- package/inspector2/filter.js +2 -0
- package/inspector2/filter.js.map +1 -1
- package/inspector2/memberAssociation.d.ts +12 -0
- package/inspector2/memberAssociation.js +2 -0
- package/inspector2/memberAssociation.js.map +1 -1
- package/inspector2/organizationConfiguration.d.ts +12 -0
- package/inspector2/organizationConfiguration.js +2 -0
- package/inspector2/organizationConfiguration.js.map +1 -1
- package/iot/authorizer.d.ts +12 -4
- package/iot/authorizer.js +2 -0
- package/iot/authorizer.js.map +1 -1
- package/iot/billingGroup.d.ts +12 -6
- package/iot/billingGroup.js +2 -0
- package/iot/billingGroup.js.map +1 -1
- package/iot/caCertificate.d.ts +12 -4
- package/iot/caCertificate.js +2 -0
- package/iot/caCertificate.js.map +1 -1
- package/iot/certificate.d.ts +12 -0
- package/iot/certificate.js +2 -0
- package/iot/certificate.js.map +1 -1
- package/iot/domainConfiguration.d.ts +12 -4
- package/iot/domainConfiguration.js +2 -0
- package/iot/domainConfiguration.js.map +1 -1
- package/iot/eventConfigurations.d.ts +12 -0
- package/iot/eventConfigurations.js +2 -0
- package/iot/eventConfigurations.js.map +1 -1
- package/iot/getEndpoint.d.ts +9 -0
- package/iot/getEndpoint.js +2 -0
- package/iot/getEndpoint.js.map +1 -1
- package/iot/getRegistrationCode.d.ts +21 -2
- package/iot/getRegistrationCode.js +10 -4
- package/iot/getRegistrationCode.js.map +1 -1
- package/iot/index.d.ts +1 -1
- package/iot/indexingConfiguration.d.ts +12 -0
- package/iot/indexingConfiguration.js +2 -0
- package/iot/indexingConfiguration.js.map +1 -1
- package/iot/loggingOptions.d.ts +12 -0
- package/iot/loggingOptions.js +2 -0
- package/iot/loggingOptions.js.map +1 -1
- package/iot/policy.d.ts +12 -4
- package/iot/policy.js +2 -0
- package/iot/policy.js.map +1 -1
- package/iot/policyAttachment.d.ts +15 -4
- package/iot/policyAttachment.js +2 -0
- package/iot/policyAttachment.js.map +1 -1
- package/iot/provisioningTemplate.d.ts +12 -4
- package/iot/provisioningTemplate.js +2 -0
- package/iot/provisioningTemplate.js.map +1 -1
- package/iot/roleAlias.d.ts +12 -4
- package/iot/roleAlias.js +2 -0
- package/iot/roleAlias.js.map +1 -1
- package/iot/thing.d.ts +12 -0
- package/iot/thing.js +2 -0
- package/iot/thing.js.map +1 -1
- package/iot/thingGroup.d.ts +12 -6
- package/iot/thingGroup.js +2 -0
- package/iot/thingGroup.js.map +1 -1
- package/iot/thingGroupMembership.d.ts +12 -0
- package/iot/thingGroupMembership.js +2 -0
- package/iot/thingGroupMembership.js.map +1 -1
- package/iot/thingPrincipalAttachment.d.ts +15 -4
- package/iot/thingPrincipalAttachment.js +2 -0
- package/iot/thingPrincipalAttachment.js.map +1 -1
- package/iot/thingType.d.ts +12 -4
- package/iot/thingType.js +2 -0
- package/iot/thingType.js.map +1 -1
- package/iot/topicRule.d.ts +15 -7
- package/iot/topicRule.js +5 -3
- package/iot/topicRule.js.map +1 -1
- package/iot/topicRuleDestination.d.ts +12 -0
- package/iot/topicRuleDestination.js +2 -0
- package/iot/topicRuleDestination.js.map +1 -1
- package/ivs/channel.d.ts +12 -4
- package/ivs/channel.js +2 -0
- package/ivs/channel.js.map +1 -1
- package/ivs/getStreamKey.d.ts +9 -0
- package/ivs/getStreamKey.js +2 -0
- package/ivs/getStreamKey.js.map +1 -1
- package/ivs/playbackKeyPair.d.ts +12 -4
- package/ivs/playbackKeyPair.js +2 -0
- package/ivs/playbackKeyPair.js.map +1 -1
- package/ivs/recordingConfiguration.d.ts +12 -4
- package/ivs/recordingConfiguration.js +2 -0
- package/ivs/recordingConfiguration.js.map +1 -1
- package/ivschat/loggingConfiguration.d.ts +16 -8
- package/ivschat/loggingConfiguration.js +6 -4
- package/ivschat/loggingConfiguration.js.map +1 -1
- package/ivschat/room.d.ts +12 -4
- package/ivschat/room.js +2 -0
- package/ivschat/room.js.map +1 -1
- package/kendra/dataSource.d.ts +12 -4
- package/kendra/dataSource.js +2 -0
- package/kendra/dataSource.js.map +1 -1
- package/kendra/experience.d.ts +12 -0
- package/kendra/experience.js +2 -0
- package/kendra/experience.js.map +1 -1
- package/kendra/faq.d.ts +3 -4
- package/kendra/faq.js +2 -0
- package/kendra/faq.js.map +1 -1
- package/kendra/getExperience.d.ts +9 -0
- package/kendra/getExperience.js +2 -0
- package/kendra/getExperience.js.map +1 -1
- package/kendra/getFaq.d.ts +9 -0
- package/kendra/getFaq.js +2 -0
- package/kendra/getFaq.js.map +1 -1
- package/kendra/getIndex.d.ts +9 -0
- package/kendra/getIndex.js +2 -0
- package/kendra/getIndex.js.map +1 -1
- package/kendra/getQuerySuggestionsBlockList.d.ts +9 -0
- package/kendra/getQuerySuggestionsBlockList.js +2 -0
- package/kendra/getQuerySuggestionsBlockList.js.map +1 -1
- package/kendra/getThesaurus.d.ts +9 -0
- package/kendra/getThesaurus.js +2 -0
- package/kendra/getThesaurus.js.map +1 -1
- package/kendra/index_.d.ts +12 -4
- package/kendra/index_.js +2 -0
- package/kendra/index_.js.map +1 -1
- package/kendra/querySuggestionsBlockList.d.ts +3 -4
- package/kendra/querySuggestionsBlockList.js +2 -0
- package/kendra/querySuggestionsBlockList.js.map +1 -1
- package/kendra/thesaurus.d.ts +3 -4
- package/kendra/thesaurus.js +2 -0
- package/kendra/thesaurus.js.map +1 -1
- package/keyspaces/keyspace.d.ts +12 -4
- package/keyspaces/keyspace.js +2 -0
- package/keyspaces/keyspace.js.map +1 -1
- package/keyspaces/table.d.ts +12 -4
- package/keyspaces/table.js +2 -0
- package/keyspaces/table.js.map +1 -1
- package/kinesis/analyticsApplication.d.ts +16 -7
- package/kinesis/analyticsApplication.js +4 -0
- package/kinesis/analyticsApplication.js.map +1 -1
- package/kinesis/firehoseDeliveryStream.d.ts +22 -14
- package/kinesis/firehoseDeliveryStream.js +6 -4
- package/kinesis/firehoseDeliveryStream.js.map +1 -1
- package/kinesis/getFirehoseDeliveryStream.d.ts +9 -0
- package/kinesis/getFirehoseDeliveryStream.js +2 -0
- package/kinesis/getFirehoseDeliveryStream.js.map +1 -1
- package/kinesis/getStream.d.ts +9 -0
- package/kinesis/getStream.js +2 -0
- package/kinesis/getStream.js.map +1 -1
- package/kinesis/getStreamConsumer.d.ts +18 -0
- package/kinesis/getStreamConsumer.js +4 -0
- package/kinesis/getStreamConsumer.js.map +1 -1
- package/kinesis/kinesisMixins.js +1 -1
- package/kinesis/kinesisMixins.js.map +1 -1
- package/kinesis/resourcePolicy.d.ts +12 -0
- package/kinesis/resourcePolicy.js +2 -0
- package/kinesis/resourcePolicy.js.map +1 -1
- package/kinesis/stream.d.ts +12 -4
- package/kinesis/stream.js +2 -0
- package/kinesis/stream.js.map +1 -1
- package/kinesis/streamConsumer.d.ts +27 -0
- package/kinesis/streamConsumer.js +6 -0
- package/kinesis/streamConsumer.js.map +1 -1
- package/kinesis/videoStream.d.ts +12 -4
- package/kinesis/videoStream.js +2 -0
- package/kinesis/videoStream.js.map +1 -1
- package/kinesisanalyticsv2/application.d.ts +14 -6
- package/kinesisanalyticsv2/application.js +4 -2
- package/kinesisanalyticsv2/application.js.map +1 -1
- package/kinesisanalyticsv2/applicationSnapshot.d.ts +12 -0
- package/kinesisanalyticsv2/applicationSnapshot.js +2 -0
- package/kinesisanalyticsv2/applicationSnapshot.js.map +1 -1
- package/kms/alias.d.ts +12 -0
- package/kms/alias.js +2 -0
- package/kms/alias.js.map +1 -1
- package/kms/ciphertext.d.ts +12 -0
- package/kms/ciphertext.js +2 -0
- package/kms/ciphertext.js.map +1 -1
- package/kms/customKeyStore.d.ts +12 -0
- package/kms/customKeyStore.js +2 -0
- package/kms/customKeyStore.js.map +1 -1
- package/kms/externalKey.d.ts +12 -4
- package/kms/externalKey.js +2 -0
- package/kms/externalKey.js.map +1 -1
- package/kms/getAlias.d.ts +9 -0
- package/kms/getAlias.js +2 -0
- package/kms/getAlias.js.map +1 -1
- package/kms/getCipherText.d.ts +9 -0
- package/kms/getCipherText.js +2 -0
- package/kms/getCipherText.js.map +1 -1
- package/kms/getCustomKeyStore.d.ts +9 -0
- package/kms/getCustomKeyStore.js +2 -0
- package/kms/getCustomKeyStore.js.map +1 -1
- package/kms/getKey.d.ts +13 -1
- package/kms/getKey.js +2 -0
- package/kms/getKey.js.map +1 -1
- package/kms/getPublicKey.d.ts +9 -0
- package/kms/getPublicKey.js +2 -0
- package/kms/getPublicKey.js.map +1 -1
- package/kms/getSecret.d.ts +9 -0
- package/kms/getSecret.js +8 -0
- package/kms/getSecret.js.map +1 -1
- package/kms/getSecrets.d.ts +3 -0
- package/kms/getSecrets.js +2 -0
- package/kms/getSecrets.js.map +1 -1
- package/kms/grant.d.ts +12 -0
- package/kms/grant.js +2 -0
- package/kms/grant.js.map +1 -1
- package/kms/key.d.ts +15 -7
- package/kms/key.js +2 -0
- package/kms/key.js.map +1 -1
- package/kms/keyPolicy.d.ts +12 -0
- package/kms/keyPolicy.js +2 -0
- package/kms/keyPolicy.js.map +1 -1
- package/kms/replicaExternalKey.d.ts +12 -4
- package/kms/replicaExternalKey.js +2 -0
- package/kms/replicaExternalKey.js.map +1 -1
- package/kms/replicaKey.d.ts +33 -4
- package/kms/replicaKey.js +23 -0
- package/kms/replicaKey.js.map +1 -1
- package/lakeformation/dataCellsFilter.d.ts +12 -0
- package/lakeformation/dataCellsFilter.js +2 -0
- package/lakeformation/dataCellsFilter.js.map +1 -1
- package/lakeformation/dataLakeSettings.d.ts +12 -0
- package/lakeformation/dataLakeSettings.js +2 -0
- package/lakeformation/dataLakeSettings.js.map +1 -1
- package/lakeformation/getDataLakeSettings.d.ts +9 -0
- package/lakeformation/getDataLakeSettings.js +2 -0
- package/lakeformation/getDataLakeSettings.js.map +1 -1
- package/lakeformation/getPermissions.d.ts +9 -0
- package/lakeformation/getPermissions.js +2 -0
- package/lakeformation/getPermissions.js.map +1 -1
- package/lakeformation/getResource.d.ts +9 -0
- package/lakeformation/getResource.js +2 -0
- package/lakeformation/getResource.js.map +1 -1
- package/lakeformation/lfTag.d.ts +12 -0
- package/lakeformation/lfTag.js +2 -0
- package/lakeformation/lfTag.js.map +1 -1
- package/lakeformation/optIn.d.ts +12 -0
- package/lakeformation/optIn.js +2 -0
- package/lakeformation/optIn.js.map +1 -1
- package/lakeformation/permissions.d.ts +12 -0
- package/lakeformation/permissions.js +2 -0
- package/lakeformation/permissions.js.map +1 -1
- package/lakeformation/resource.d.ts +27 -6
- package/lakeformation/resource.js +2 -0
- package/lakeformation/resource.js.map +1 -1
- package/lakeformation/resourceLfTag.d.ts +12 -0
- package/lakeformation/resourceLfTag.js +2 -0
- package/lakeformation/resourceLfTag.js.map +1 -1
- package/lakeformation/resourceLfTags.d.ts +12 -0
- package/lakeformation/resourceLfTags.js +2 -0
- package/lakeformation/resourceLfTags.js.map +1 -1
- package/lambda/alias.d.ts +91 -23
- package/lambda/alias.js +62 -10
- package/lambda/alias.js.map +1 -1
- package/lambda/codeSigningConfig.d.ts +118 -25
- package/lambda/codeSigningConfig.js +90 -9
- package/lambda/codeSigningConfig.js.map +1 -1
- package/lambda/eventSourceMapping.d.ts +216 -161
- package/lambda/eventSourceMapping.js +106 -63
- package/lambda/eventSourceMapping.js.map +1 -1
- package/lambda/function.d.ts +320 -224
- package/lambda/function.js +219 -116
- package/lambda/function.js.map +1 -1
- package/lambda/functionEventInvokeConfig.d.ts +113 -27
- package/lambda/functionEventInvokeConfig.js +97 -21
- package/lambda/functionEventInvokeConfig.js.map +1 -1
- package/lambda/functionRecursionConfig.d.ts +63 -9
- package/lambda/functionRecursionConfig.js +44 -6
- package/lambda/functionRecursionConfig.js.map +1 -1
- package/lambda/functionUrl.d.ts +61 -31
- package/lambda/functionUrl.js +24 -10
- package/lambda/functionUrl.js.map +1 -1
- package/lambda/getAlias.d.ts +199 -6
- package/lambda/getAlias.js +186 -4
- package/lambda/getAlias.js.map +1 -1
- package/lambda/getCodeSigningConfig.d.ts +135 -10
- package/lambda/getCodeSigningConfig.js +122 -8
- package/lambda/getCodeSigningConfig.js.map +1 -1
- package/lambda/getFunction.d.ts +202 -26
- package/lambda/getFunction.js +166 -10
- package/lambda/getFunction.js.map +1 -1
- package/lambda/getFunctionUrl.d.ts +108 -15
- package/lambda/getFunctionUrl.js +92 -10
- package/lambda/getFunctionUrl.js.map +1 -1
- package/lambda/getFunctions.d.ts +153 -6
- package/lambda/getFunctions.js +140 -6
- package/lambda/getFunctions.js.map +1 -1
- package/lambda/getInvocation.d.ts +34 -19
- package/lambda/getInvocation.js +16 -10
- package/lambda/getInvocation.js.map +1 -1
- package/lambda/getLayerVersion.d.ts +184 -17
- package/lambda/getLayerVersion.js +166 -10
- package/lambda/getLayerVersion.js.map +1 -1
- package/lambda/index.d.ts +1 -2
- package/lambda/index.js +0 -1
- package/lambda/index.js.map +1 -1
- package/lambda/invocation.d.ts +51 -30
- package/lambda/invocation.js +30 -19
- package/lambda/invocation.js.map +1 -1
- package/lambda/lambdaMixins.d.ts +2 -3
- package/lambda/lambdaMixins.js +2 -2
- package/lambda/lambdaMixins.js.map +1 -1
- package/lambda/layerVersion.d.ts +75 -15
- package/lambda/layerVersion.js +59 -9
- package/lambda/layerVersion.js.map +1 -1
- package/lambda/layerVersionPermission.d.ts +123 -31
- package/lambda/layerVersionPermission.js +84 -8
- package/lambda/layerVersionPermission.js.map +1 -1
- package/lambda/permission.d.ts +57 -74
- package/lambda/permission.js +8 -17
- package/lambda/permission.js.map +1 -1
- package/lambda/provisionedConcurrencyConfig.d.ts +21 -9
- package/lambda/provisionedConcurrencyConfig.js +5 -3
- package/lambda/provisionedConcurrencyConfig.js.map +1 -1
- package/lambda/runtimeManagementConfig.d.ts +19 -8
- package/lambda/runtimeManagementConfig.js +9 -8
- package/lambda/runtimeManagementConfig.js.map +1 -1
- package/lb/getHostedZoneId.d.ts +3 -5
- package/lb/getHostedZoneId.js.map +1 -1
- package/lb/getLbs.d.ts +9 -0
- package/lb/getLbs.js +2 -0
- package/lb/getLbs.js.map +1 -1
- package/lb/getListener.d.ts +9 -0
- package/lb/getListener.js +2 -0
- package/lb/getListener.js.map +1 -1
- package/lb/getListenerRule.d.ts +9 -0
- package/lb/getListenerRule.js +2 -0
- package/lb/getListenerRule.js.map +1 -1
- package/lb/getLoadBalancer.d.ts +9 -0
- package/lb/getLoadBalancer.js +2 -0
- package/lb/getLoadBalancer.js.map +1 -1
- package/lb/getTargetGroup.d.ts +9 -0
- package/lb/getTargetGroup.js +2 -0
- package/lb/getTargetGroup.js.map +1 -1
- package/lb/getTrustStore.d.ts +9 -0
- package/lb/getTrustStore.js +2 -0
- package/lb/getTrustStore.js.map +1 -1
- package/lb/listener.d.ts +14 -6
- package/lb/listener.js +2 -0
- package/lb/listener.js.map +1 -1
- package/lb/listenerCertificate.d.ts +12 -0
- package/lb/listenerCertificate.js +2 -0
- package/lb/listenerCertificate.js.map +1 -1
- package/lb/listenerRule.d.ts +12 -4
- package/lb/listenerRule.js +2 -0
- package/lb/listenerRule.js.map +1 -1
- package/lb/loadBalancer.d.ts +16 -6
- package/lb/loadBalancer.js +2 -0
- package/lb/loadBalancer.js.map +1 -1
- package/lb/targetGroup.d.ts +12 -4
- package/lb/targetGroup.js +2 -0
- package/lb/targetGroup.js.map +1 -1
- package/lb/targetGroupAttachment.d.ts +12 -0
- package/lb/targetGroupAttachment.js +2 -0
- package/lb/targetGroupAttachment.js.map +1 -1
- package/lb/trustStore.d.ts +12 -4
- package/lb/trustStore.js +2 -0
- package/lb/trustStore.js.map +1 -1
- package/lb/trustStoreRevocation.d.ts +12 -0
- package/lb/trustStoreRevocation.js +2 -0
- package/lb/trustStoreRevocation.js.map +1 -1
- package/lex/bot.d.ts +12 -0
- package/lex/bot.js +2 -0
- package/lex/bot.js.map +1 -1
- package/lex/botAlias.d.ts +12 -0
- package/lex/botAlias.js +2 -0
- package/lex/botAlias.js.map +1 -1
- package/lex/getBot.d.ts +9 -0
- package/lex/getBot.js +2 -0
- package/lex/getBot.js.map +1 -1
- package/lex/getBotAlias.d.ts +9 -0
- package/lex/getBotAlias.js +2 -0
- package/lex/getBotAlias.js.map +1 -1
- package/lex/getIntent.d.ts +9 -0
- package/lex/getIntent.js +2 -0
- package/lex/getIntent.js.map +1 -1
- package/lex/getSlotType.d.ts +9 -0
- package/lex/getSlotType.js +2 -0
- package/lex/getSlotType.js.map +1 -1
- package/lex/intent.d.ts +12 -0
- package/lex/intent.js +2 -0
- package/lex/intent.js.map +1 -1
- package/lex/slotType.d.ts +12 -0
- package/lex/slotType.js +2 -0
- package/lex/slotType.js.map +1 -1
- package/lex/v2modelsBot.d.ts +12 -6
- package/lex/v2modelsBot.js +2 -0
- package/lex/v2modelsBot.js.map +1 -1
- package/lex/v2modelsBotLocale.d.ts +12 -0
- package/lex/v2modelsBotLocale.js +2 -0
- package/lex/v2modelsBotLocale.js.map +1 -1
- package/lex/v2modelsBotVersion.d.ts +15 -9
- package/lex/v2modelsBotVersion.js +2 -0
- package/lex/v2modelsBotVersion.js.map +1 -1
- package/lex/v2modelsIntent.d.ts +12 -0
- package/lex/v2modelsIntent.js +2 -0
- package/lex/v2modelsIntent.js.map +1 -1
- package/lex/v2modelsSlot.d.ts +12 -0
- package/lex/v2modelsSlot.js +2 -0
- package/lex/v2modelsSlot.js.map +1 -1
- package/lex/v2modelsSlotType.d.ts +23 -11
- package/lex/v2modelsSlotType.js +8 -6
- package/lex/v2modelsSlotType.js.map +1 -1
- package/licensemanager/association.d.ts +12 -0
- package/licensemanager/association.js +2 -0
- package/licensemanager/association.js.map +1 -1
- package/licensemanager/getLicenseGrants.d.ts +9 -0
- package/licensemanager/getLicenseGrants.js +2 -0
- package/licensemanager/getLicenseGrants.js.map +1 -1
- package/licensemanager/getReceivedLicense.d.ts +9 -0
- package/licensemanager/getReceivedLicense.js +2 -0
- package/licensemanager/getReceivedLicense.js.map +1 -1
- package/licensemanager/getReceivedLicenses.d.ts +9 -0
- package/licensemanager/getReceivedLicenses.js +2 -0
- package/licensemanager/getReceivedLicenses.js.map +1 -1
- package/licensemanager/licenseConfiguration.d.ts +12 -4
- package/licensemanager/licenseConfiguration.js +2 -0
- package/licensemanager/licenseConfiguration.js.map +1 -1
- package/licensemanager/licenseGrant.d.ts +12 -0
- package/licensemanager/licenseGrant.js +2 -0
- package/licensemanager/licenseGrant.js.map +1 -1
- package/licensemanager/licenseGrantAccepter.d.ts +12 -0
- package/licensemanager/licenseGrantAccepter.js +2 -0
- package/licensemanager/licenseGrantAccepter.js.map +1 -1
- package/lightsail/bucket.d.ts +6 -6
- package/lightsail/bucket.js +1 -1
- package/lightsail/bucket.js.map +1 -1
- package/lightsail/bucketAccessKey.d.ts +12 -0
- package/lightsail/bucketAccessKey.js +2 -0
- package/lightsail/bucketAccessKey.js.map +1 -1
- package/lightsail/bucketResourceAccess.d.ts +12 -0
- package/lightsail/bucketResourceAccess.js +2 -0
- package/lightsail/bucketResourceAccess.js.map +1 -1
- package/lightsail/certificate.d.ts +12 -4
- package/lightsail/certificate.js +2 -0
- package/lightsail/certificate.js.map +1 -1
- package/lightsail/containerService.d.ts +12 -4
- package/lightsail/containerService.js +2 -0
- package/lightsail/containerService.js.map +1 -1
- package/lightsail/containerServiceDeploymentVersion.d.ts +12 -0
- package/lightsail/containerServiceDeploymentVersion.js +2 -0
- package/lightsail/containerServiceDeploymentVersion.js.map +1 -1
- package/lightsail/database.d.ts +12 -4
- package/lightsail/database.js +2 -0
- package/lightsail/database.js.map +1 -1
- package/lightsail/disk.d.ts +12 -4
- package/lightsail/disk.js +2 -0
- package/lightsail/disk.js.map +1 -1
- package/lightsail/disk_attachment.d.ts +12 -0
- package/lightsail/disk_attachment.js +2 -0
- package/lightsail/disk_attachment.js.map +1 -1
- package/lightsail/distribution.d.ts +12 -4
- package/lightsail/distribution.js +2 -0
- package/lightsail/distribution.js.map +1 -1
- package/lightsail/domain.d.ts +18 -0
- package/lightsail/domain.js +2 -0
- package/lightsail/domain.js.map +1 -1
- package/lightsail/domainEntry.d.ts +12 -0
- package/lightsail/domainEntry.js +2 -0
- package/lightsail/domainEntry.js.map +1 -1
- package/lightsail/instance.d.ts +12 -4
- package/lightsail/instance.js +2 -0
- package/lightsail/instance.js.map +1 -1
- package/lightsail/instancePublicPorts.d.ts +24 -6
- package/lightsail/instancePublicPorts.js +2 -0
- package/lightsail/instancePublicPorts.js.map +1 -1
- package/lightsail/keyPair.d.ts +12 -4
- package/lightsail/keyPair.js +2 -0
- package/lightsail/keyPair.js.map +1 -1
- package/lightsail/lb.d.ts +12 -4
- package/lightsail/lb.js +2 -0
- package/lightsail/lb.js.map +1 -1
- package/lightsail/lbAttachment.d.ts +18 -0
- package/lightsail/lbAttachment.js +2 -0
- package/lightsail/lbAttachment.js.map +1 -1
- package/lightsail/lbCertificate.d.ts +12 -0
- package/lightsail/lbCertificate.js +2 -0
- package/lightsail/lbCertificate.js.map +1 -1
- package/lightsail/lbCertificateAttachment.d.ts +18 -0
- package/lightsail/lbCertificateAttachment.js +2 -0
- package/lightsail/lbCertificateAttachment.js.map +1 -1
- package/lightsail/lbHttpsRedirectionPolicy.d.ts +18 -0
- package/lightsail/lbHttpsRedirectionPolicy.js +2 -0
- package/lightsail/lbHttpsRedirectionPolicy.js.map +1 -1
- package/lightsail/lbStickinessPolicy.d.ts +18 -0
- package/lightsail/lbStickinessPolicy.js +2 -0
- package/lightsail/lbStickinessPolicy.js.map +1 -1
- package/lightsail/staticIp.d.ts +18 -0
- package/lightsail/staticIp.js +2 -0
- package/lightsail/staticIp.js.map +1 -1
- package/lightsail/staticIpAttachment.d.ts +18 -0
- package/lightsail/staticIpAttachment.js +2 -0
- package/lightsail/staticIpAttachment.js.map +1 -1
- package/location/geofenceCollection.d.ts +12 -6
- package/location/geofenceCollection.js +2 -0
- package/location/geofenceCollection.js.map +1 -1
- package/location/getGeofenceCollection.d.ts +9 -0
- package/location/getGeofenceCollection.js +2 -0
- package/location/getGeofenceCollection.js.map +1 -1
- package/location/getMap.d.ts +9 -0
- package/location/getMap.js +2 -0
- package/location/getMap.js.map +1 -1
- package/location/getPlaceIndex.d.ts +9 -0
- package/location/getPlaceIndex.js +2 -0
- package/location/getPlaceIndex.js.map +1 -1
- package/location/getRouteCalculator.d.ts +9 -0
- package/location/getRouteCalculator.js +2 -0
- package/location/getRouteCalculator.js.map +1 -1
- package/location/getTracker.d.ts +9 -0
- package/location/getTracker.js +2 -0
- package/location/getTracker.js.map +1 -1
- package/location/getTrackerAssociation.d.ts +9 -0
- package/location/getTrackerAssociation.js +2 -0
- package/location/getTrackerAssociation.js.map +1 -1
- package/location/getTrackerAssociations.d.ts +9 -0
- package/location/getTrackerAssociations.js +2 -0
- package/location/getTrackerAssociations.js.map +1 -1
- package/location/map.d.ts +12 -4
- package/location/map.js +2 -0
- package/location/map.js.map +1 -1
- package/location/placeIndex.d.ts +12 -4
- package/location/placeIndex.js +2 -0
- package/location/placeIndex.js.map +1 -1
- package/location/routeCalculation.d.ts +12 -4
- package/location/routeCalculation.js +2 -0
- package/location/routeCalculation.js.map +1 -1
- package/location/tracker.d.ts +12 -4
- package/location/tracker.js +2 -0
- package/location/tracker.js.map +1 -1
- package/location/trackerAssociation.d.ts +12 -0
- package/location/trackerAssociation.js +2 -0
- package/location/trackerAssociation.js.map +1 -1
- package/m2/application.d.ts +12 -4
- package/m2/application.js +2 -0
- package/m2/application.js.map +1 -1
- package/m2/deployment.d.ts +12 -0
- package/m2/deployment.js +2 -0
- package/m2/deployment.js.map +1 -1
- package/m2/environment.d.ts +12 -6
- package/m2/environment.js +2 -0
- package/m2/environment.js.map +1 -1
- package/macie/customDataIdentifier.d.ts +12 -4
- package/macie/customDataIdentifier.js +2 -0
- package/macie/customDataIdentifier.js.map +1 -1
- package/macie/findingsFilter.d.ts +13 -5
- package/macie/findingsFilter.js +3 -1
- package/macie/findingsFilter.js.map +1 -1
- package/macie2/account.d.ts +12 -0
- package/macie2/account.js +2 -0
- package/macie2/account.js.map +1 -1
- package/macie2/classificationExportConfiguration.d.ts +17 -5
- package/macie2/classificationExportConfiguration.js +7 -2
- package/macie2/classificationExportConfiguration.js.map +1 -1
- package/macie2/classificationJob.d.ts +12 -4
- package/macie2/classificationJob.js +2 -0
- package/macie2/classificationJob.js.map +1 -1
- package/macie2/invitationAccepter.d.ts +12 -0
- package/macie2/invitationAccepter.js +2 -0
- package/macie2/invitationAccepter.js.map +1 -1
- package/macie2/member.d.ts +12 -4
- package/macie2/member.js +2 -0
- package/macie2/member.js.map +1 -1
- package/macie2/organizationAdminAccount.d.ts +12 -0
- package/macie2/organizationAdminAccount.js +2 -0
- package/macie2/organizationAdminAccount.js.map +1 -1
- package/macie2/organizationConfiguration.d.ts +12 -0
- package/macie2/organizationConfiguration.js +2 -0
- package/macie2/organizationConfiguration.js.map +1 -1
- package/mediaconvert/getQueue.d.ts +9 -0
- package/mediaconvert/getQueue.js +2 -0
- package/mediaconvert/getQueue.js.map +1 -1
- package/mediaconvert/queue.d.ts +12 -4
- package/mediaconvert/queue.js +2 -0
- package/mediaconvert/queue.js.map +1 -1
- package/medialive/channel.d.ts +12 -6
- package/medialive/channel.js +2 -0
- package/medialive/channel.js.map +1 -1
- package/medialive/getInput.d.ts +9 -0
- package/medialive/getInput.js +2 -0
- package/medialive/getInput.js.map +1 -1
- package/medialive/input.d.ts +12 -6
- package/medialive/input.js +2 -0
- package/medialive/input.js.map +1 -1
- package/medialive/inputSecurityGroup.d.ts +12 -6
- package/medialive/inputSecurityGroup.js +2 -0
- package/medialive/inputSecurityGroup.js.map +1 -1
- package/medialive/multiplex.d.ts +12 -6
- package/medialive/multiplex.js +2 -0
- package/medialive/multiplex.js.map +1 -1
- package/medialive/multiplexProgram.d.ts +12 -0
- package/medialive/multiplexProgram.js +2 -0
- package/medialive/multiplexProgram.js.map +1 -1
- package/mediapackage/channel.d.ts +12 -4
- package/mediapackage/channel.js +2 -0
- package/mediapackage/channel.js.map +1 -1
- package/mediapackagev2/channelGroup.d.ts +12 -4
- package/mediapackagev2/channelGroup.js +2 -0
- package/mediapackagev2/channelGroup.js.map +1 -1
- package/mediastore/container.d.ts +14 -4
- package/mediastore/container.js +4 -0
- package/mediastore/container.js.map +1 -1
- package/mediastore/containerPolicy.d.ts +13 -1
- package/mediastore/containerPolicy.js +3 -1
- package/mediastore/containerPolicy.js.map +1 -1
- package/memorydb/acl.d.ts +12 -4
- package/memorydb/acl.js +2 -0
- package/memorydb/acl.js.map +1 -1
- package/memorydb/cluster.d.ts +12 -4
- package/memorydb/cluster.js +2 -0
- package/memorydb/cluster.js.map +1 -1
- package/memorydb/getAcl.d.ts +9 -0
- package/memorydb/getAcl.js +2 -0
- package/memorydb/getAcl.js.map +1 -1
- package/memorydb/getCluster.d.ts +9 -0
- package/memorydb/getCluster.js +2 -0
- package/memorydb/getCluster.js.map +1 -1
- package/memorydb/getParameterGroup.d.ts +9 -0
- package/memorydb/getParameterGroup.js +2 -0
- package/memorydb/getParameterGroup.js.map +1 -1
- package/memorydb/getSnapshot.d.ts +9 -0
- package/memorydb/getSnapshot.js +2 -0
- package/memorydb/getSnapshot.js.map +1 -1
- package/memorydb/getSubnetGroup.d.ts +9 -0
- package/memorydb/getSubnetGroup.js +2 -0
- package/memorydb/getSubnetGroup.js.map +1 -1
- package/memorydb/getUser.d.ts +9 -0
- package/memorydb/getUser.js +2 -0
- package/memorydb/getUser.js.map +1 -1
- package/memorydb/multiRegionCluster.d.ts +12 -4
- package/memorydb/multiRegionCluster.js +2 -0
- package/memorydb/multiRegionCluster.js.map +1 -1
- package/memorydb/parameterGroup.d.ts +12 -4
- package/memorydb/parameterGroup.js +2 -0
- package/memorydb/parameterGroup.js.map +1 -1
- package/memorydb/snapshot.d.ts +12 -4
- package/memorydb/snapshot.js +2 -0
- package/memorydb/snapshot.js.map +1 -1
- package/memorydb/subnetGroup.d.ts +12 -4
- package/memorydb/subnetGroup.js +2 -0
- package/memorydb/subnetGroup.js.map +1 -1
- package/memorydb/user.d.ts +12 -4
- package/memorydb/user.js +2 -0
- package/memorydb/user.js.map +1 -1
- package/mq/broker.d.ts +49 -51
- package/mq/broker.js +14 -22
- package/mq/broker.js.map +1 -1
- package/mq/configuration.d.ts +24 -18
- package/mq/configuration.js +3 -3
- package/mq/configuration.js.map +1 -1
- package/mq/getBroker.d.ts +80 -40
- package/mq/getBroker.js +4 -36
- package/mq/getBroker.js.map +1 -1
- package/mq/getBrokerEngineTypes.d.ts +15 -10
- package/mq/getBrokerEngineTypes.js +4 -6
- package/mq/getBrokerEngineTypes.js.map +1 -1
- package/mq/getInstanceTypeOfferings.d.ts +36 -17
- package/mq/getInstanceTypeOfferings.js +28 -16
- package/mq/getInstanceTypeOfferings.js.map +1 -1
- package/msk/cluster.d.ts +14 -6
- package/msk/cluster.js +4 -2
- package/msk/cluster.js.map +1 -1
- package/msk/clusterPolicy.d.ts +12 -0
- package/msk/clusterPolicy.js +2 -0
- package/msk/clusterPolicy.js.map +1 -1
- package/msk/configuration.d.ts +12 -0
- package/msk/configuration.js +2 -0
- package/msk/configuration.js.map +1 -1
- package/msk/getBootstrapBrokers.d.ts +9 -0
- package/msk/getBootstrapBrokers.js +2 -0
- package/msk/getBootstrapBrokers.js.map +1 -1
- package/msk/getBrokerNodes.d.ts +9 -0
- package/msk/getBrokerNodes.js +2 -0
- package/msk/getBrokerNodes.js.map +1 -1
- package/msk/getCluster.d.ts +9 -0
- package/msk/getCluster.js +2 -0
- package/msk/getCluster.js.map +1 -1
- package/msk/getConfiguration.d.ts +9 -0
- package/msk/getConfiguration.js +2 -0
- package/msk/getConfiguration.js.map +1 -1
- package/msk/getKafkaVersion.d.ts +9 -0
- package/msk/getKafkaVersion.js +2 -0
- package/msk/getKafkaVersion.js.map +1 -1
- package/msk/getVpcConnection.d.ts +9 -0
- package/msk/getVpcConnection.js +2 -0
- package/msk/getVpcConnection.js.map +1 -1
- package/msk/replicator.d.ts +12 -4
- package/msk/replicator.js +2 -0
- package/msk/replicator.js.map +1 -1
- package/msk/scramSecretAssociation.d.ts +12 -0
- package/msk/scramSecretAssociation.js +2 -0
- package/msk/scramSecretAssociation.js.map +1 -1
- package/msk/serverlessCluster.d.ts +12 -4
- package/msk/serverlessCluster.js +2 -0
- package/msk/serverlessCluster.js.map +1 -1
- package/msk/singleScramSecretAssociation.d.ts +12 -0
- package/msk/singleScramSecretAssociation.js +2 -0
- package/msk/singleScramSecretAssociation.js.map +1 -1
- package/msk/vpcConnection.d.ts +12 -4
- package/msk/vpcConnection.js +2 -0
- package/msk/vpcConnection.js.map +1 -1
- package/mskconnect/connector.d.ts +12 -4
- package/mskconnect/connector.js +2 -0
- package/mskconnect/connector.js.map +1 -1
- package/mskconnect/customPlugin.d.ts +13 -5
- package/mskconnect/customPlugin.js +3 -1
- package/mskconnect/customPlugin.js.map +1 -1
- package/mskconnect/getConnector.d.ts +9 -0
- package/mskconnect/getConnector.js +2 -0
- package/mskconnect/getConnector.js.map +1 -1
- package/mskconnect/getCustomPlugin.d.ts +9 -0
- package/mskconnect/getCustomPlugin.js +2 -0
- package/mskconnect/getCustomPlugin.js.map +1 -1
- package/mskconnect/getWorkerConfiguration.d.ts +9 -0
- package/mskconnect/getWorkerConfiguration.js +2 -0
- package/mskconnect/getWorkerConfiguration.js.map +1 -1
- package/mskconnect/workerConfiguration.d.ts +12 -4
- package/mskconnect/workerConfiguration.js +2 -0
- package/mskconnect/workerConfiguration.js.map +1 -1
- package/mwaa/environment.d.ts +13 -5
- package/mwaa/environment.js +3 -1
- package/mwaa/environment.js.map +1 -1
- package/neptune/cluster.d.ts +15 -7
- package/neptune/cluster.js +2 -0
- package/neptune/cluster.js.map +1 -1
- package/neptune/clusterEndpoint.d.ts +12 -4
- package/neptune/clusterEndpoint.js +2 -0
- package/neptune/clusterEndpoint.js.map +1 -1
- package/neptune/clusterInstance.d.ts +12 -4
- package/neptune/clusterInstance.js +2 -0
- package/neptune/clusterInstance.js.map +1 -1
- package/neptune/clusterParameterGroup.d.ts +12 -4
- package/neptune/clusterParameterGroup.js +2 -0
- package/neptune/clusterParameterGroup.js.map +1 -1
- package/neptune/clusterSnapshot.d.ts +12 -0
- package/neptune/clusterSnapshot.js +2 -0
- package/neptune/clusterSnapshot.js.map +1 -1
- package/neptune/eventSubscription.d.ts +12 -4
- package/neptune/eventSubscription.js +2 -0
- package/neptune/eventSubscription.js.map +1 -1
- package/neptune/getEngineVersion.d.ts +9 -0
- package/neptune/getEngineVersion.js +2 -0
- package/neptune/getEngineVersion.js.map +1 -1
- package/neptune/getOrderableDbInstance.d.ts +9 -0
- package/neptune/getOrderableDbInstance.js +2 -0
- package/neptune/getOrderableDbInstance.js.map +1 -1
- package/neptune/globalCluster.d.ts +12 -0
- package/neptune/globalCluster.js +2 -0
- package/neptune/globalCluster.js.map +1 -1
- package/neptune/parameterGroup.d.ts +12 -4
- package/neptune/parameterGroup.js +2 -0
- package/neptune/parameterGroup.js.map +1 -1
- package/neptune/subnetGroup.d.ts +12 -4
- package/neptune/subnetGroup.js +2 -0
- package/neptune/subnetGroup.js.map +1 -1
- package/neptunegraph/graph.d.ts +18 -6
- package/neptunegraph/graph.js +3 -1
- package/neptunegraph/graph.js.map +1 -1
- package/networkfirewall/firewall.d.ts +12 -4
- package/networkfirewall/firewall.js +2 -0
- package/networkfirewall/firewall.js.map +1 -1
- package/networkfirewall/firewallPolicy.d.ts +63 -6
- package/networkfirewall/firewallPolicy.js +53 -2
- package/networkfirewall/firewallPolicy.js.map +1 -1
- package/networkfirewall/getFirewall.d.ts +9 -0
- package/networkfirewall/getFirewall.js +2 -0
- package/networkfirewall/getFirewall.js.map +1 -1
- package/networkfirewall/getFirewallPolicy.d.ts +9 -0
- package/networkfirewall/getFirewallPolicy.js +2 -0
- package/networkfirewall/getFirewallPolicy.js.map +1 -1
- package/networkfirewall/getResourcePolicy.d.ts +9 -0
- package/networkfirewall/getResourcePolicy.js +2 -0
- package/networkfirewall/getResourcePolicy.js.map +1 -1
- package/networkfirewall/loggingConfiguration.d.ts +12 -0
- package/networkfirewall/loggingConfiguration.js +2 -0
- package/networkfirewall/loggingConfiguration.js.map +1 -1
- package/networkfirewall/resourcePolicy.d.ts +12 -0
- package/networkfirewall/resourcePolicy.js +2 -0
- package/networkfirewall/resourcePolicy.js.map +1 -1
- package/networkfirewall/ruleGroup.d.ts +12 -4
- package/networkfirewall/ruleGroup.js +2 -0
- package/networkfirewall/ruleGroup.js.map +1 -1
- package/networkfirewall/tlsInspectionConfiguration.d.ts +12 -6
- package/networkfirewall/tlsInspectionConfiguration.js +2 -0
- package/networkfirewall/tlsInspectionConfiguration.js.map +1 -1
- package/networkmanager/attachmentAccepter.d.ts +71 -33
- package/networkmanager/attachmentAccepter.js +47 -9
- package/networkmanager/attachmentAccepter.js.map +1 -1
- package/networkmanager/connectAttachment.d.ts +43 -39
- package/networkmanager/connectAttachment.js +4 -2
- package/networkmanager/connectAttachment.js.map +1 -1
- package/networkmanager/connectPeer.d.ts +47 -37
- package/networkmanager/connectPeer.js +5 -3
- package/networkmanager/connectPeer.js.map +1 -1
- package/networkmanager/connection.d.ts +31 -28
- package/networkmanager/connection.js +3 -2
- package/networkmanager/connection.js.map +1 -1
- package/networkmanager/coreNetwork.d.ts +22 -36
- package/networkmanager/coreNetwork.js +3 -3
- package/networkmanager/coreNetwork.js.map +1 -1
- package/networkmanager/coreNetworkPolicyAttachment.d.ts +6 -4
- package/networkmanager/coreNetworkPolicyAttachment.js +3 -1
- package/networkmanager/coreNetworkPolicyAttachment.js.map +1 -1
- package/networkmanager/customerGatewayAssociation.d.ts +21 -14
- package/networkmanager/customerGatewayAssociation.js +3 -2
- package/networkmanager/customerGatewayAssociation.js.map +1 -1
- package/networkmanager/device.d.ts +40 -37
- package/networkmanager/device.js +3 -2
- package/networkmanager/device.js.map +1 -1
- package/networkmanager/dxGatewayAttachment.d.ts +12 -8
- package/networkmanager/dxGatewayAttachment.js +4 -2
- package/networkmanager/dxGatewayAttachment.js.map +1 -1
- package/networkmanager/getConnection.d.ts +2 -2
- package/networkmanager/getConnection.js +2 -2
- package/networkmanager/getConnections.d.ts +2 -2
- package/networkmanager/getConnections.js +2 -2
- package/networkmanager/getDevice.d.ts +26 -2
- package/networkmanager/getDevice.js +26 -2
- package/networkmanager/getDevice.js.map +1 -1
- package/networkmanager/getDevices.d.ts +2 -2
- package/networkmanager/getDevices.js +2 -2
- package/networkmanager/getGlobalNetwork.d.ts +2 -2
- package/networkmanager/getGlobalNetwork.js +2 -2
- package/networkmanager/getGlobalNetworks.d.ts +2 -2
- package/networkmanager/getGlobalNetworks.js +2 -2
- package/networkmanager/getLink.d.ts +2 -2
- package/networkmanager/getLink.js +2 -2
- package/networkmanager/getLinks.d.ts +2 -2
- package/networkmanager/getLinks.js +2 -2
- package/networkmanager/getSite.d.ts +2 -2
- package/networkmanager/getSite.js +2 -2
- package/networkmanager/getSites.d.ts +2 -2
- package/networkmanager/getSites.js +2 -2
- package/networkmanager/globalNetwork.d.ts +7 -9
- package/networkmanager/globalNetwork.js +3 -1
- package/networkmanager/globalNetwork.js.map +1 -1
- package/networkmanager/link.d.ts +29 -27
- package/networkmanager/link.js +1 -1
- package/networkmanager/linkAssociation.d.ts +10 -12
- package/networkmanager/linkAssociation.js +1 -3
- package/networkmanager/linkAssociation.js.map +1 -1
- package/networkmanager/site.d.ts +17 -15
- package/networkmanager/site.js +1 -1
- package/networkmanager/siteToSiteVpnAttachment.d.ts +27 -31
- package/networkmanager/siteToSiteVpnAttachment.js +1 -1
- package/networkmanager/siteToSiteVpnAttachment.js.map +1 -1
- package/networkmanager/transitGatewayConnectPeerAssociation.d.ts +20 -15
- package/networkmanager/transitGatewayConnectPeerAssociation.js +2 -3
- package/networkmanager/transitGatewayConnectPeerAssociation.js.map +1 -1
- package/networkmanager/transitGatewayPeering.d.ts +29 -27
- package/networkmanager/transitGatewayPeering.js +1 -1
- package/networkmanager/transitGatewayRegistration.d.ts +7 -9
- package/networkmanager/transitGatewayRegistration.js +1 -3
- package/networkmanager/transitGatewayRegistration.js.map +1 -1
- package/networkmanager/transitGatewayRouteTableAttachment.d.ts +35 -33
- package/networkmanager/transitGatewayRouteTableAttachment.js +1 -1
- package/networkmanager/vpcAttachment.d.ts +33 -37
- package/networkmanager/vpcAttachment.js +1 -1
- package/networkmanager/vpcAttachment.js.map +1 -1
- package/networkmonitor/monitor.d.ts +12 -4
- package/networkmonitor/monitor.js +2 -0
- package/networkmonitor/monitor.js.map +1 -1
- package/networkmonitor/probe.d.ts +12 -4
- package/networkmonitor/probe.js +2 -0
- package/networkmonitor/probe.js.map +1 -1
- package/notifications/contactsEmailContact.d.ts +0 -4
- package/notifications/contactsEmailContact.js.map +1 -1
- package/notifications/notificationConfiguration.d.ts +0 -4
- package/notifications/notificationConfiguration.js.map +1 -1
- package/oam/getLink.d.ts +9 -0
- package/oam/getLink.js +2 -0
- package/oam/getLink.js.map +1 -1
- package/oam/getLinks.d.ts +21 -2
- package/oam/getLinks.js +10 -4
- package/oam/getLinks.js.map +1 -1
- package/oam/getSink.d.ts +9 -0
- package/oam/getSink.js +2 -0
- package/oam/getSink.js.map +1 -1
- package/oam/getSinks.d.ts +21 -2
- package/oam/getSinks.js +10 -4
- package/oam/getSinks.js.map +1 -1
- package/oam/index.d.ts +2 -2
- package/oam/link.d.ts +12 -6
- package/oam/link.js +2 -0
- package/oam/link.js.map +1 -1
- package/oam/sink.d.ts +12 -6
- package/oam/sink.js +2 -0
- package/oam/sink.js.map +1 -1
- package/oam/sinkPolicy.d.ts +12 -0
- package/oam/sinkPolicy.js +2 -0
- package/oam/sinkPolicy.js.map +1 -1
- package/opensearch/authorizeVpcEndpointAccess.d.ts +12 -0
- package/opensearch/authorizeVpcEndpointAccess.js +2 -0
- package/opensearch/authorizeVpcEndpointAccess.js.map +1 -1
- package/opensearch/domain.d.ts +14 -18
- package/opensearch/domain.js +4 -4
- package/opensearch/domain.js.map +1 -1
- package/opensearch/domainPolicy.d.ts +12 -0
- package/opensearch/domainPolicy.js +2 -0
- package/opensearch/domainPolicy.js.map +1 -1
- package/opensearch/domainSamlOptions.d.ts +12 -0
- package/opensearch/domainSamlOptions.js +2 -0
- package/opensearch/domainSamlOptions.js.map +1 -1
- package/opensearch/getDomain.d.ts +9 -6
- package/opensearch/getDomain.js +2 -0
- package/opensearch/getDomain.js.map +1 -1
- package/opensearch/getServerlessAccessPolicy.d.ts +9 -0
- package/opensearch/getServerlessAccessPolicy.js +2 -0
- package/opensearch/getServerlessAccessPolicy.js.map +1 -1
- package/opensearch/getServerlessCollection.d.ts +13 -0
- package/opensearch/getServerlessCollection.js +2 -0
- package/opensearch/getServerlessCollection.js.map +1 -1
- package/opensearch/getServerlessLifecyclePolicy.d.ts +9 -0
- package/opensearch/getServerlessLifecyclePolicy.js +2 -0
- package/opensearch/getServerlessLifecyclePolicy.js.map +1 -1
- package/opensearch/getServerlessSecurityConfig.d.ts +12 -3
- package/opensearch/getServerlessSecurityConfig.js +2 -0
- package/opensearch/getServerlessSecurityConfig.js.map +1 -1
- package/opensearch/getServerlessSecurityPolicy.d.ts +9 -0
- package/opensearch/getServerlessSecurityPolicy.js +2 -0
- package/opensearch/getServerlessSecurityPolicy.js.map +1 -1
- package/opensearch/getServerlessVpcEndpoint.d.ts +9 -0
- package/opensearch/getServerlessVpcEndpoint.js +2 -0
- package/opensearch/getServerlessVpcEndpoint.js.map +1 -1
- package/opensearch/inboundConnectionAccepter.d.ts +14 -2
- package/opensearch/inboundConnectionAccepter.js +4 -2
- package/opensearch/inboundConnectionAccepter.js.map +1 -1
- package/opensearch/outboundConnection.d.ts +14 -2
- package/opensearch/outboundConnection.js +4 -2
- package/opensearch/outboundConnection.js.map +1 -1
- package/opensearch/package.d.ts +13 -1
- package/opensearch/package.js +3 -1
- package/opensearch/package.js.map +1 -1
- package/opensearch/packageAssociation.d.ts +12 -0
- package/opensearch/packageAssociation.js +2 -0
- package/opensearch/packageAssociation.js.map +1 -1
- package/opensearch/serverlessAccessPolicy.d.ts +12 -0
- package/opensearch/serverlessAccessPolicy.js +2 -0
- package/opensearch/serverlessAccessPolicy.js.map +1 -1
- package/opensearch/serverlessCollection.d.ts +12 -6
- package/opensearch/serverlessCollection.js +2 -0
- package/opensearch/serverlessCollection.js.map +1 -1
- package/opensearch/serverlessLifecyclePolicy.d.ts +12 -0
- package/opensearch/serverlessLifecyclePolicy.js +2 -0
- package/opensearch/serverlessLifecyclePolicy.js.map +1 -1
- package/opensearch/serverlessSecurityConfig.d.ts +12 -0
- package/opensearch/serverlessSecurityConfig.js +2 -0
- package/opensearch/serverlessSecurityConfig.js.map +1 -1
- package/opensearch/serverlessSecurityPolicy.d.ts +12 -0
- package/opensearch/serverlessSecurityPolicy.js +2 -0
- package/opensearch/serverlessSecurityPolicy.js.map +1 -1
- package/opensearch/serverlessVpcEndpoint.d.ts +12 -0
- package/opensearch/serverlessVpcEndpoint.js +2 -0
- package/opensearch/serverlessVpcEndpoint.js.map +1 -1
- package/opensearch/vpcEndpoint.d.ts +12 -0
- package/opensearch/vpcEndpoint.js +2 -0
- package/opensearch/vpcEndpoint.js.map +1 -1
- package/opensearchingest/pipeline.d.ts +13 -7
- package/opensearchingest/pipeline.js +3 -1
- package/opensearchingest/pipeline.js.map +1 -1
- package/organizations/account.d.ts +0 -4
- package/organizations/account.js.map +1 -1
- package/organizations/organizationalUnit.d.ts +0 -4
- package/organizations/organizationalUnit.js.map +1 -1
- package/organizations/policy.d.ts +0 -4
- package/organizations/policy.js.map +1 -1
- package/organizations/resourcePolicy.d.ts +0 -4
- package/organizations/resourcePolicy.js.map +1 -1
- package/outposts/getAsset.d.ts +9 -0
- package/outposts/getAsset.js +2 -0
- package/outposts/getAsset.js.map +1 -1
- package/outposts/getAssets.d.ts +9 -0
- package/outposts/getAssets.js +2 -0
- package/outposts/getAssets.js.map +1 -1
- package/outposts/getOutpost.d.ts +9 -0
- package/outposts/getOutpost.js +2 -0
- package/outposts/getOutpost.js.map +1 -1
- package/outposts/getOutpostInstanceType.d.ts +9 -0
- package/outposts/getOutpostInstanceType.js +2 -0
- package/outposts/getOutpostInstanceType.js.map +1 -1
- package/outposts/getOutpostInstanceTypes.d.ts +9 -0
- package/outposts/getOutpostInstanceTypes.js +2 -0
- package/outposts/getOutpostInstanceTypes.js.map +1 -1
- package/outposts/getOutposts.d.ts +9 -0
- package/outposts/getOutposts.js +2 -0
- package/outposts/getOutposts.js.map +1 -1
- package/outposts/getSite.d.ts +9 -0
- package/outposts/getSite.js +2 -0
- package/outposts/getSite.js.map +1 -1
- package/outposts/getSites.d.ts +21 -2
- package/outposts/getSites.js +10 -4
- package/outposts/getSites.js.map +1 -1
- package/outposts/index.d.ts +1 -1
- package/package.json +2 -2
- package/paymentcryptography/key.d.ts +37 -7
- package/paymentcryptography/key.js +24 -0
- package/paymentcryptography/key.js.map +1 -1
- package/paymentcryptography/keyAlias.d.ts +38 -0
- package/paymentcryptography/keyAlias.js +28 -0
- package/paymentcryptography/keyAlias.js.map +1 -1
- package/pinpoint/admChannel.d.ts +12 -0
- package/pinpoint/admChannel.js +2 -0
- package/pinpoint/admChannel.js.map +1 -1
- package/pinpoint/apnsChannel.d.ts +12 -0
- package/pinpoint/apnsChannel.js +2 -0
- package/pinpoint/apnsChannel.js.map +1 -1
- package/pinpoint/apnsSandboxChannel.d.ts +12 -0
- package/pinpoint/apnsSandboxChannel.js +2 -0
- package/pinpoint/apnsSandboxChannel.js.map +1 -1
- package/pinpoint/apnsVoipChannel.d.ts +12 -0
- package/pinpoint/apnsVoipChannel.js +2 -0
- package/pinpoint/apnsVoipChannel.js.map +1 -1
- package/pinpoint/apnsVoipSandboxChannel.d.ts +12 -0
- package/pinpoint/apnsVoipSandboxChannel.js +2 -0
- package/pinpoint/apnsVoipSandboxChannel.js.map +1 -1
- package/pinpoint/app.d.ts +12 -4
- package/pinpoint/app.js +2 -0
- package/pinpoint/app.js.map +1 -1
- package/pinpoint/baiduChannel.d.ts +12 -0
- package/pinpoint/baiduChannel.js +2 -0
- package/pinpoint/baiduChannel.js.map +1 -1
- package/pinpoint/emailChannel.d.ts +12 -0
- package/pinpoint/emailChannel.js +2 -0
- package/pinpoint/emailChannel.js.map +1 -1
- package/pinpoint/emailTemplate.d.ts +12 -6
- package/pinpoint/emailTemplate.js +2 -0
- package/pinpoint/emailTemplate.js.map +1 -1
- package/pinpoint/eventStream.d.ts +12 -0
- package/pinpoint/eventStream.js +2 -0
- package/pinpoint/eventStream.js.map +1 -1
- package/pinpoint/gcmChannel.d.ts +12 -0
- package/pinpoint/gcmChannel.js +2 -0
- package/pinpoint/gcmChannel.js.map +1 -1
- package/pinpoint/smsChannel.d.ts +12 -0
- package/pinpoint/smsChannel.js +2 -0
- package/pinpoint/smsChannel.js.map +1 -1
- package/pinpoint/smsvoicev2ConfigurationSet.d.ts +12 -4
- package/pinpoint/smsvoicev2ConfigurationSet.js +2 -0
- package/pinpoint/smsvoicev2ConfigurationSet.js.map +1 -1
- package/pinpoint/smsvoicev2OptOutList.d.ts +12 -4
- package/pinpoint/smsvoicev2OptOutList.js +2 -0
- package/pinpoint/smsvoicev2OptOutList.js.map +1 -1
- package/pinpoint/smsvoicev2PhoneNumber.d.ts +12 -4
- package/pinpoint/smsvoicev2PhoneNumber.js +2 -0
- package/pinpoint/smsvoicev2PhoneNumber.js.map +1 -1
- package/pipes/pipe.d.ts +12 -4
- package/pipes/pipe.js +2 -0
- package/pipes/pipe.js.map +1 -1
- package/polly/getVoices.d.ts +9 -0
- package/polly/getVoices.js +2 -0
- package/polly/getVoices.js.map +1 -1
- package/provider.d.ts +3 -4
- package/provider.js +1 -1
- package/provider.js.map +1 -1
- package/qbusiness/application.d.ts +12 -4
- package/qbusiness/application.js +2 -0
- package/qbusiness/application.js.map +1 -1
- package/qldb/getLedger.d.ts +9 -0
- package/qldb/getLedger.js +2 -0
- package/qldb/getLedger.js.map +1 -1
- package/qldb/ledger.d.ts +12 -4
- package/qldb/ledger.js +2 -0
- package/qldb/ledger.js.map +1 -1
- package/qldb/stream.d.ts +12 -4
- package/qldb/stream.js +2 -0
- package/qldb/stream.js.map +1 -1
- package/quicksight/accountSubscription.d.ts +12 -0
- package/quicksight/accountSubscription.js +2 -0
- package/quicksight/accountSubscription.js.map +1 -1
- package/quicksight/analysis.d.ts +12 -4
- package/quicksight/analysis.js +2 -0
- package/quicksight/analysis.js.map +1 -1
- package/quicksight/dashboard.d.ts +12 -4
- package/quicksight/dashboard.js +2 -0
- package/quicksight/dashboard.js.map +1 -1
- package/quicksight/dataSet.d.ts +12 -4
- package/quicksight/dataSet.js +2 -0
- package/quicksight/dataSet.js.map +1 -1
- package/quicksight/dataSource.d.ts +14 -6
- package/quicksight/dataSource.js +4 -2
- package/quicksight/dataSource.js.map +1 -1
- package/quicksight/folder.d.ts +12 -4
- package/quicksight/folder.js +2 -0
- package/quicksight/folder.js.map +1 -1
- package/quicksight/folderMembership.d.ts +12 -0
- package/quicksight/folderMembership.js +2 -0
- package/quicksight/folderMembership.js.map +1 -1
- package/quicksight/getDataSet.d.ts +7 -16
- package/quicksight/getDataSet.js +2 -2
- package/quicksight/getDataSet.js.map +1 -1
- package/quicksight/getQuicksightAnalysis.d.ts +9 -0
- package/quicksight/getQuicksightAnalysis.js +2 -0
- package/quicksight/getQuicksightAnalysis.js.map +1 -1
- package/quicksight/getQuicksightGroup.d.ts +9 -0
- package/quicksight/getQuicksightGroup.js +2 -0
- package/quicksight/getQuicksightGroup.js.map +1 -1
- package/quicksight/getQuicksightUser.d.ts +9 -0
- package/quicksight/getQuicksightUser.js +2 -0
- package/quicksight/getQuicksightUser.js.map +1 -1
- package/quicksight/getTheme.d.ts +9 -0
- package/quicksight/getTheme.js +2 -0
- package/quicksight/getTheme.js.map +1 -1
- package/quicksight/group.d.ts +12 -0
- package/quicksight/group.js +2 -0
- package/quicksight/group.js.map +1 -1
- package/quicksight/groupMembership.d.ts +12 -0
- package/quicksight/groupMembership.js +2 -0
- package/quicksight/groupMembership.js.map +1 -1
- package/quicksight/iamPolicyAssignment.d.ts +12 -0
- package/quicksight/iamPolicyAssignment.js +2 -0
- package/quicksight/iamPolicyAssignment.js.map +1 -1
- package/quicksight/index.d.ts +0 -3
- package/quicksight/index.js +1 -4
- package/quicksight/index.js.map +1 -1
- package/quicksight/ingestion.d.ts +12 -0
- package/quicksight/ingestion.js +2 -0
- package/quicksight/ingestion.js.map +1 -1
- package/quicksight/namespace.d.ts +12 -4
- package/quicksight/namespace.js +2 -0
- package/quicksight/namespace.js.map +1 -1
- package/quicksight/refreshSchedule.d.ts +12 -0
- package/quicksight/refreshSchedule.js +2 -0
- package/quicksight/refreshSchedule.js.map +1 -1
- package/quicksight/roleMembership.d.ts +12 -0
- package/quicksight/roleMembership.js +2 -0
- package/quicksight/roleMembership.js.map +1 -1
- package/quicksight/template.d.ts +12 -4
- package/quicksight/template.js +2 -0
- package/quicksight/template.js.map +1 -1
- package/quicksight/templateAlias.d.ts +12 -0
- package/quicksight/templateAlias.js +2 -0
- package/quicksight/templateAlias.js.map +1 -1
- package/quicksight/theme.d.ts +12 -4
- package/quicksight/theme.js +2 -0
- package/quicksight/theme.js.map +1 -1
- package/quicksight/user.d.ts +12 -0
- package/quicksight/user.js +2 -0
- package/quicksight/user.js.map +1 -1
- package/quicksight/vpcConnection.d.ts +12 -4
- package/quicksight/vpcConnection.js +2 -0
- package/quicksight/vpcConnection.js.map +1 -1
- package/ram/getResourceShare.d.ts +9 -0
- package/ram/getResourceShare.js +2 -0
- package/ram/getResourceShare.js.map +1 -1
- package/ram/principalAssociation.d.ts +12 -0
- package/ram/principalAssociation.js +2 -0
- package/ram/principalAssociation.js.map +1 -1
- package/ram/resourceAssociation.d.ts +12 -0
- package/ram/resourceAssociation.js +2 -0
- package/ram/resourceAssociation.js.map +1 -1
- package/ram/resourceShare.d.ts +12 -4
- package/ram/resourceShare.js +2 -0
- package/ram/resourceShare.js.map +1 -1
- package/ram/resourceShareAccepter.d.ts +12 -0
- package/ram/resourceShareAccepter.js +2 -0
- package/ram/resourceShareAccepter.js.map +1 -1
- package/rbin/rule.d.ts +64 -23
- package/rbin/rule.js +28 -1
- package/rbin/rule.js.map +1 -1
- package/rds/certificate.d.ts +12 -0
- package/rds/certificate.js +2 -0
- package/rds/certificate.js.map +1 -1
- package/rds/cluster.d.ts +13 -5
- package/rds/cluster.js +3 -1
- package/rds/cluster.js.map +1 -1
- package/rds/clusterActivityStream.d.ts +13 -1
- package/rds/clusterActivityStream.js +3 -1
- package/rds/clusterActivityStream.js.map +1 -1
- package/rds/clusterEndpoint.d.ts +15 -7
- package/rds/clusterEndpoint.js +5 -3
- package/rds/clusterEndpoint.js.map +1 -1
- package/rds/clusterInstance.d.ts +16 -9
- package/rds/clusterInstance.js +3 -1
- package/rds/clusterInstance.js.map +1 -1
- package/rds/clusterParameterGroup.d.ts +12 -4
- package/rds/clusterParameterGroup.js +2 -0
- package/rds/clusterParameterGroup.js.map +1 -1
- package/rds/clusterRoleAssociation.d.ts +12 -0
- package/rds/clusterRoleAssociation.js +2 -0
- package/rds/clusterRoleAssociation.js.map +1 -1
- package/rds/clusterSnapshot.d.ts +12 -4
- package/rds/clusterSnapshot.js +2 -0
- package/rds/clusterSnapshot.js.map +1 -1
- package/rds/clusterSnapshotCopy.d.ts +12 -4
- package/rds/clusterSnapshotCopy.js +2 -0
- package/rds/clusterSnapshotCopy.js.map +1 -1
- package/rds/customDbEngineVersion.d.ts +12 -4
- package/rds/customDbEngineVersion.js +2 -0
- package/rds/customDbEngineVersion.js.map +1 -1
- package/rds/eventSubscription.d.ts +12 -4
- package/rds/eventSubscription.js +2 -0
- package/rds/eventSubscription.js.map +1 -1
- package/rds/exportTask.d.ts +18 -6
- package/rds/exportTask.js +8 -6
- package/rds/exportTask.js.map +1 -1
- package/rds/getCertificate.d.ts +9 -0
- package/rds/getCertificate.js +2 -0
- package/rds/getCertificate.js.map +1 -1
- package/rds/getCluster.d.ts +9 -0
- package/rds/getCluster.js +2 -0
- package/rds/getCluster.js.map +1 -1
- package/rds/getClusterParameterGroup.d.ts +9 -0
- package/rds/getClusterParameterGroup.js +2 -0
- package/rds/getClusterParameterGroup.js.map +1 -1
- package/rds/getClusterSnapshot.d.ts +9 -0
- package/rds/getClusterSnapshot.js +2 -0
- package/rds/getClusterSnapshot.js.map +1 -1
- package/rds/getClusters.d.ts +9 -0
- package/rds/getClusters.js +2 -0
- package/rds/getClusters.js.map +1 -1
- package/rds/getEngineVersion.d.ts +9 -0
- package/rds/getEngineVersion.js +2 -0
- package/rds/getEngineVersion.js.map +1 -1
- package/rds/getEventCategories.d.ts +9 -0
- package/rds/getEventCategories.js +2 -0
- package/rds/getEventCategories.js.map +1 -1
- package/rds/getInstance.d.ts +9 -0
- package/rds/getInstance.js +2 -0
- package/rds/getInstance.js.map +1 -1
- package/rds/getInstances.d.ts +9 -0
- package/rds/getInstances.js +2 -0
- package/rds/getInstances.js.map +1 -1
- package/rds/getOrderableDbInstance.d.ts +9 -0
- package/rds/getOrderableDbInstance.js +2 -0
- package/rds/getOrderableDbInstance.js.map +1 -1
- package/rds/getParameterGroup.d.ts +9 -0
- package/rds/getParameterGroup.js +2 -0
- package/rds/getParameterGroup.js.map +1 -1
- package/rds/getProxy.d.ts +9 -0
- package/rds/getProxy.js +2 -0
- package/rds/getProxy.js.map +1 -1
- package/rds/getReservedInstanceOffering.d.ts +9 -0
- package/rds/getReservedInstanceOffering.js +2 -0
- package/rds/getReservedInstanceOffering.js.map +1 -1
- package/rds/getSnapshot.d.ts +9 -0
- package/rds/getSnapshot.js +2 -0
- package/rds/getSnapshot.js.map +1 -1
- package/rds/getSubnetGroup.d.ts +9 -0
- package/rds/getSubnetGroup.js +2 -0
- package/rds/getSubnetGroup.js.map +1 -1
- package/rds/globalCluster.d.ts +17 -9
- package/rds/globalCluster.js +7 -5
- package/rds/globalCluster.js.map +1 -1
- package/rds/index.d.ts +0 -4
- package/rds/index.js +0 -4
- package/rds/index.js.map +1 -1
- package/rds/instance.d.ts +12 -16
- package/rds/instance.js +2 -2
- package/rds/instance.js.map +1 -1
- package/rds/instanceAutomatedBackupsReplication.d.ts +12 -0
- package/rds/instanceAutomatedBackupsReplication.js +2 -0
- package/rds/instanceAutomatedBackupsReplication.js.map +1 -1
- package/rds/instanceDesiredState.d.ts +12 -0
- package/rds/instanceDesiredState.js +2 -0
- package/rds/instanceDesiredState.js.map +1 -1
- package/rds/integration.d.ts +12 -4
- package/rds/integration.js +2 -0
- package/rds/integration.js.map +1 -1
- package/rds/optionGroup.d.ts +12 -4
- package/rds/optionGroup.js +2 -0
- package/rds/optionGroup.js.map +1 -1
- package/rds/parameterGroup.d.ts +12 -4
- package/rds/parameterGroup.js +2 -0
- package/rds/parameterGroup.js.map +1 -1
- package/rds/proxy.d.ts +12 -4
- package/rds/proxy.js +2 -0
- package/rds/proxy.js.map +1 -1
- package/rds/proxyDefaultTargetGroup.d.ts +12 -0
- package/rds/proxyDefaultTargetGroup.js +2 -0
- package/rds/proxyDefaultTargetGroup.js.map +1 -1
- package/rds/proxyEndpoint.d.ts +12 -6
- package/rds/proxyEndpoint.js +2 -0
- package/rds/proxyEndpoint.js.map +1 -1
- package/rds/proxyTarget.d.ts +12 -0
- package/rds/proxyTarget.js +2 -0
- package/rds/proxyTarget.js.map +1 -1
- package/rds/reservedInstance.d.ts +12 -4
- package/rds/reservedInstance.js +2 -0
- package/rds/reservedInstance.js.map +1 -1
- package/rds/roleAssociation.d.ts +12 -0
- package/rds/roleAssociation.js +2 -0
- package/rds/roleAssociation.js.map +1 -1
- package/rds/shardGroup.d.ts +12 -4
- package/rds/shardGroup.js +2 -0
- package/rds/shardGroup.js.map +1 -1
- package/rds/snapshot.d.ts +12 -4
- package/rds/snapshot.js +2 -0
- package/rds/snapshot.js.map +1 -1
- package/rds/snapshotCopy.d.ts +12 -4
- package/rds/snapshotCopy.js +2 -0
- package/rds/snapshotCopy.js.map +1 -1
- package/rds/subnetGroup.d.ts +12 -4
- package/rds/subnetGroup.js +2 -0
- package/rds/subnetGroup.js.map +1 -1
- package/redshift/authenticationProfile.d.ts +12 -0
- package/redshift/authenticationProfile.js +2 -0
- package/redshift/authenticationProfile.js.map +1 -1
- package/redshift/cluster.d.ts +21 -58
- package/redshift/cluster.js +5 -7
- package/redshift/cluster.js.map +1 -1
- package/redshift/clusterIamRoles.d.ts +12 -0
- package/redshift/clusterIamRoles.js +2 -0
- package/redshift/clusterIamRoles.js.map +1 -1
- package/redshift/clusterSnapshot.d.ts +12 -4
- package/redshift/clusterSnapshot.js +2 -0
- package/redshift/clusterSnapshot.js.map +1 -1
- package/redshift/dataShareAuthorization.d.ts +12 -0
- package/redshift/dataShareAuthorization.js +2 -0
- package/redshift/dataShareAuthorization.js.map +1 -1
- package/redshift/dataShareConsumerAssociation.d.ts +12 -0
- package/redshift/dataShareConsumerAssociation.js +2 -0
- package/redshift/dataShareConsumerAssociation.js.map +1 -1
- package/redshift/endpointAccess.d.ts +12 -0
- package/redshift/endpointAccess.js +2 -0
- package/redshift/endpointAccess.js.map +1 -1
- package/redshift/endpointAuthorization.d.ts +12 -0
- package/redshift/endpointAuthorization.js +2 -0
- package/redshift/endpointAuthorization.js.map +1 -1
- package/redshift/eventSubscription.d.ts +12 -4
- package/redshift/eventSubscription.js +2 -0
- package/redshift/eventSubscription.js.map +1 -1
- package/redshift/getCluster.d.ts +9 -0
- package/redshift/getCluster.js +2 -0
- package/redshift/getCluster.js.map +1 -1
- package/redshift/getClusterCredentials.d.ts +9 -0
- package/redshift/getClusterCredentials.js +2 -0
- package/redshift/getClusterCredentials.js.map +1 -1
- package/redshift/getDataShares.d.ts +6 -6
- package/redshift/getDataShares.js +2 -2
- package/redshift/getDataShares.js.map +1 -1
- package/redshift/getOrderableCluster.d.ts +9 -0
- package/redshift/getOrderableCluster.js +2 -0
- package/redshift/getOrderableCluster.js.map +1 -1
- package/redshift/getProducerDataShares.d.ts +10 -10
- package/redshift/getProducerDataShares.js +2 -2
- package/redshift/getProducerDataShares.js.map +1 -1
- package/redshift/getSubnetGroup.d.ts +9 -0
- package/redshift/getSubnetGroup.js +2 -0
- package/redshift/getSubnetGroup.js.map +1 -1
- package/redshift/hsmClientCertificate.d.ts +12 -4
- package/redshift/hsmClientCertificate.js +2 -0
- package/redshift/hsmClientCertificate.js.map +1 -1
- package/redshift/hsmConfiguration.d.ts +12 -4
- package/redshift/hsmConfiguration.js +2 -0
- package/redshift/hsmConfiguration.js.map +1 -1
- package/redshift/index.d.ts +0 -3
- package/redshift/index.js +1 -4
- package/redshift/index.js.map +1 -1
- package/redshift/integration.d.ts +12 -4
- package/redshift/integration.js +2 -0
- package/redshift/integration.js.map +1 -1
- package/redshift/logging.d.ts +12 -0
- package/redshift/logging.js +2 -0
- package/redshift/logging.js.map +1 -1
- package/redshift/parameterGroup.d.ts +12 -4
- package/redshift/parameterGroup.js +2 -0
- package/redshift/parameterGroup.js.map +1 -1
- package/redshift/partner.d.ts +12 -0
- package/redshift/partner.js +2 -0
- package/redshift/partner.js.map +1 -1
- package/redshift/resourcePolicy.d.ts +12 -0
- package/redshift/resourcePolicy.js +2 -0
- package/redshift/resourcePolicy.js.map +1 -1
- package/redshift/scheduledAction.d.ts +12 -0
- package/redshift/scheduledAction.js +2 -0
- package/redshift/scheduledAction.js.map +1 -1
- package/redshift/snapshotCopy.d.ts +12 -0
- package/redshift/snapshotCopy.js +2 -0
- package/redshift/snapshotCopy.js.map +1 -1
- package/redshift/snapshotCopyGrant.d.ts +12 -17
- package/redshift/snapshotCopyGrant.js +2 -13
- package/redshift/snapshotCopyGrant.js.map +1 -1
- package/redshift/snapshotSchedule.d.ts +12 -4
- package/redshift/snapshotSchedule.js +2 -0
- package/redshift/snapshotSchedule.js.map +1 -1
- package/redshift/snapshotScheduleAssociation.d.ts +12 -0
- package/redshift/snapshotScheduleAssociation.js +2 -0
- package/redshift/snapshotScheduleAssociation.js.map +1 -1
- package/redshift/subnetGroup.d.ts +12 -4
- package/redshift/subnetGroup.js +2 -0
- package/redshift/subnetGroup.js.map +1 -1
- package/redshift/usageLimit.d.ts +12 -4
- package/redshift/usageLimit.js +2 -0
- package/redshift/usageLimit.js.map +1 -1
- package/redshiftdata/statement.d.ts +12 -0
- package/redshiftdata/statement.js +2 -0
- package/redshiftdata/statement.js.map +1 -1
- package/redshiftserverless/customDomainAssociation.d.ts +12 -0
- package/redshiftserverless/customDomainAssociation.js +2 -0
- package/redshiftserverless/customDomainAssociation.js.map +1 -1
- package/redshiftserverless/endpointAccess.d.ts +12 -0
- package/redshiftserverless/endpointAccess.js +2 -0
- package/redshiftserverless/endpointAccess.js.map +1 -1
- package/redshiftserverless/getCredentials.d.ts +9 -0
- package/redshiftserverless/getCredentials.js +2 -0
- package/redshiftserverless/getCredentials.js.map +1 -1
- package/redshiftserverless/getNamespace.d.ts +9 -0
- package/redshiftserverless/getNamespace.js +2 -0
- package/redshiftserverless/getNamespace.js.map +1 -1
- package/redshiftserverless/getWorkgroup.d.ts +9 -0
- package/redshiftserverless/getWorkgroup.js +2 -0
- package/redshiftserverless/getWorkgroup.js.map +1 -1
- package/redshiftserverless/namespace.d.ts +12 -4
- package/redshiftserverless/namespace.js +2 -0
- package/redshiftserverless/namespace.js.map +1 -1
- package/redshiftserverless/resourcePolicy.d.ts +12 -0
- package/redshiftserverless/resourcePolicy.js +2 -0
- package/redshiftserverless/resourcePolicy.js.map +1 -1
- package/redshiftserverless/snapshot.d.ts +12 -0
- package/redshiftserverless/snapshot.js +2 -0
- package/redshiftserverless/snapshot.js.map +1 -1
- package/redshiftserverless/usageLimit.d.ts +12 -0
- package/redshiftserverless/usageLimit.js +2 -0
- package/redshiftserverless/usageLimit.js.map +1 -1
- package/redshiftserverless/workgroup.d.ts +12 -4
- package/redshiftserverless/workgroup.js +2 -0
- package/redshiftserverless/workgroup.js.map +1 -1
- package/rekognition/collection.d.ts +12 -4
- package/rekognition/collection.js +2 -0
- package/rekognition/collection.js.map +1 -1
- package/rekognition/project.d.ts +12 -4
- package/rekognition/project.js +2 -0
- package/rekognition/project.js.map +1 -1
- package/rekognition/streamProcessor.d.ts +13 -5
- package/rekognition/streamProcessor.js +3 -1
- package/rekognition/streamProcessor.js.map +1 -1
- package/resiliencehub/resiliencyPolicy.d.ts +44 -4
- package/resiliencehub/resiliencyPolicy.js +34 -0
- package/resiliencehub/resiliencyPolicy.js.map +1 -1
- package/resourceexplorer/index_.d.ts +12 -4
- package/resourceexplorer/index_.js +2 -0
- package/resourceexplorer/index_.js.map +1 -1
- package/resourceexplorer/search.d.ts +12 -0
- package/resourceexplorer/search.js +2 -0
- package/resourceexplorer/search.js.map +1 -1
- package/resourceexplorer/view.d.ts +12 -4
- package/resourceexplorer/view.js +2 -0
- package/resourceexplorer/view.js.map +1 -1
- package/resourcegroups/group.d.ts +12 -4
- package/resourcegroups/group.js +2 -0
- package/resourcegroups/group.js.map +1 -1
- package/resourcegroups/resource.d.ts +12 -0
- package/resourcegroups/resource.js +2 -0
- package/resourcegroups/resource.js.map +1 -1
- package/resourcegroupstaggingapi/getResources.d.ts +9 -0
- package/resourcegroupstaggingapi/getResources.js +2 -0
- package/resourcegroupstaggingapi/getResources.js.map +1 -1
- package/rolesanywhere/profile.d.ts +0 -4
- package/rolesanywhere/profile.js.map +1 -1
- package/rolesanywhere/trustAnchor.d.ts +0 -4
- package/rolesanywhere/trustAnchor.js.map +1 -1
- package/route53/getProfilesProfiles.d.ts +21 -2
- package/route53/getProfilesProfiles.js +10 -4
- package/route53/getProfilesProfiles.js.map +1 -1
- package/route53/getQueryLogConfig.d.ts +9 -0
- package/route53/getQueryLogConfig.js +2 -0
- package/route53/getQueryLogConfig.js.map +1 -1
- package/route53/getResolverEndpoint.d.ts +9 -0
- package/route53/getResolverEndpoint.js +2 -0
- package/route53/getResolverEndpoint.js.map +1 -1
- package/route53/getResolverFirewallConfig.d.ts +9 -0
- package/route53/getResolverFirewallConfig.js +2 -0
- package/route53/getResolverFirewallConfig.js.map +1 -1
- package/route53/getResolverFirewallDomainList.d.ts +9 -0
- package/route53/getResolverFirewallDomainList.js +2 -0
- package/route53/getResolverFirewallDomainList.js.map +1 -1
- package/route53/getResolverFirewallRuleGroup.d.ts +9 -0
- package/route53/getResolverFirewallRuleGroup.js +2 -0
- package/route53/getResolverFirewallRuleGroup.js.map +1 -1
- package/route53/getResolverFirewallRuleGroupAssociation.d.ts +9 -0
- package/route53/getResolverFirewallRuleGroupAssociation.js +2 -0
- package/route53/getResolverFirewallRuleGroupAssociation.js.map +1 -1
- package/route53/getResolverFirewallRules.d.ts +9 -0
- package/route53/getResolverFirewallRules.js +2 -0
- package/route53/getResolverFirewallRules.js.map +1 -1
- package/route53/getResolverRule.d.ts +9 -0
- package/route53/getResolverRule.js +2 -0
- package/route53/getResolverRule.js.map +1 -1
- package/route53/getResolverRules.d.ts +9 -0
- package/route53/getResolverRules.js +2 -0
- package/route53/getResolverRules.js.map +1 -1
- package/route53/getTrafficPolicyDocument.d.ts +4 -4
- package/route53/getTrafficPolicyDocument.js +4 -4
- package/route53/healthCheck.d.ts +0 -4
- package/route53/healthCheck.js.map +1 -1
- package/route53/index.d.ts +1 -2
- package/route53/index.js +0 -1
- package/route53/index.js.map +1 -1
- package/route53/profilesAssociation.d.ts +12 -4
- package/route53/profilesAssociation.js +2 -0
- package/route53/profilesAssociation.js.map +1 -1
- package/route53/profilesProfile.d.ts +12 -4
- package/route53/profilesProfile.js +2 -0
- package/route53/profilesProfile.js.map +1 -1
- package/route53/profilesResourceAssociation.d.ts +13 -1
- package/route53/profilesResourceAssociation.js +2 -0
- package/route53/profilesResourceAssociation.js.map +1 -1
- package/route53/resolverConfig.d.ts +12 -0
- package/route53/resolverConfig.js +2 -0
- package/route53/resolverConfig.js.map +1 -1
- package/route53/resolverDnsSecConfig.d.ts +12 -0
- package/route53/resolverDnsSecConfig.js +2 -0
- package/route53/resolverDnsSecConfig.js.map +1 -1
- package/route53/resolverEndpoint.d.ts +12 -4
- package/route53/resolverEndpoint.js +2 -0
- package/route53/resolverEndpoint.js.map +1 -1
- package/route53/resolverFirewallConfig.d.ts +12 -0
- package/route53/resolverFirewallConfig.js +2 -0
- package/route53/resolverFirewallConfig.js.map +1 -1
- package/route53/resolverFirewallDomainList.d.ts +12 -4
- package/route53/resolverFirewallDomainList.js +2 -0
- package/route53/resolverFirewallDomainList.js.map +1 -1
- package/route53/resolverFirewallRule.d.ts +12 -0
- package/route53/resolverFirewallRule.js +2 -0
- package/route53/resolverFirewallRule.js.map +1 -1
- package/route53/resolverFirewallRuleGroup.d.ts +12 -4
- package/route53/resolverFirewallRuleGroup.js +2 -0
- package/route53/resolverFirewallRuleGroup.js.map +1 -1
- package/route53/resolverFirewallRuleGroupAssociation.d.ts +12 -4
- package/route53/resolverFirewallRuleGroupAssociation.js +2 -0
- package/route53/resolverFirewallRuleGroupAssociation.js.map +1 -1
- package/route53/resolverQueryLogConfig.d.ts +12 -4
- package/route53/resolverQueryLogConfig.js +2 -0
- package/route53/resolverQueryLogConfig.js.map +1 -1
- package/route53/resolverQueryLogConfigAssociation.d.ts +12 -0
- package/route53/resolverQueryLogConfigAssociation.js +2 -0
- package/route53/resolverQueryLogConfigAssociation.js.map +1 -1
- package/route53/resolverRule.d.ts +12 -4
- package/route53/resolverRule.js +2 -0
- package/route53/resolverRule.js.map +1 -1
- package/route53/resolverRuleAssociation.d.ts +12 -0
- package/route53/resolverRuleAssociation.js +2 -0
- package/route53/resolverRuleAssociation.js.map +1 -1
- package/route53/zone.d.ts +0 -4
- package/route53/zone.js.map +1 -1
- package/route53domains/domain.d.ts +0 -4
- package/route53domains/domain.js.map +1 -1
- package/route53domains/registeredDomain.d.ts +0 -4
- package/route53domains/registeredDomain.js.map +1 -1
- package/route53recoveryreadiness/cell.d.ts +0 -4
- package/route53recoveryreadiness/cell.js.map +1 -1
- package/route53recoveryreadiness/readinessCheck.d.ts +0 -4
- package/route53recoveryreadiness/readinessCheck.js.map +1 -1
- package/route53recoveryreadiness/recoveryGroup.d.ts +0 -4
- package/route53recoveryreadiness/recoveryGroup.js.map +1 -1
- package/route53recoveryreadiness/resourceSet.d.ts +0 -4
- package/route53recoveryreadiness/resourceSet.js.map +1 -1
- package/rum/appMonitor.d.ts +12 -4
- package/rum/appMonitor.js +2 -0
- package/rum/appMonitor.js.map +1 -1
- package/rum/metricsDestination.d.ts +12 -0
- package/rum/metricsDestination.js +2 -0
- package/rum/metricsDestination.js.map +1 -1
- package/s3/accessPoint.d.ts +13 -1
- package/s3/accessPoint.js +3 -1
- package/s3/accessPoint.js.map +1 -1
- package/s3/analyticsConfiguration.d.ts +15 -3
- package/s3/analyticsConfiguration.js +5 -3
- package/s3/analyticsConfiguration.js.map +1 -1
- package/s3/bucket.d.ts +239 -426
- package/s3/bucket.js +19 -325
- package/s3/bucket.js.map +1 -1
- package/s3/bucketAccelerateConfiguration.d.ts +119 -0
- package/s3/bucketAccelerateConfiguration.js +98 -0
- package/s3/bucketAccelerateConfiguration.js.map +1 -0
- package/s3/bucketAccelerateConfigurationV2.d.ts +17 -2
- package/s3/bucketAccelerateConfigurationV2.js +11 -2
- package/s3/bucketAccelerateConfigurationV2.js.map +1 -1
- package/s3/bucketAcl.d.ts +238 -0
- package/s3/bucketAcl.js +202 -0
- package/s3/bucketAcl.js.map +1 -0
- package/s3/bucketAclV2.d.ts +21 -6
- package/s3/bucketAclV2.js +15 -6
- package/s3/bucketAclV2.js.map +1 -1
- package/s3/bucketCorsConfiguration.d.ts +138 -0
- package/s3/bucketCorsConfiguration.js +115 -0
- package/s3/bucketCorsConfiguration.js.map +1 -0
- package/s3/bucketCorsConfigurationV2.d.ts +18 -3
- package/s3/bucketCorsConfigurationV2.js +12 -3
- package/s3/bucketCorsConfigurationV2.js.map +1 -1
- package/s3/bucketIntelligentTieringConfiguration.d.ts +14 -2
- package/s3/bucketIntelligentTieringConfiguration.js +4 -2
- package/s3/bucketIntelligentTieringConfiguration.js.map +1 -1
- package/s3/bucketLifecycleConfiguration.d.ts +434 -0
- package/s3/bucketLifecycleConfiguration.js +397 -0
- package/s3/bucketLifecycleConfiguration.js.map +1 -0
- package/s3/bucketLifecycleConfigurationV2.d.ts +33 -18
- package/s3/bucketLifecycleConfigurationV2.js +27 -18
- package/s3/bucketLifecycleConfigurationV2.js.map +1 -1
- package/s3/bucketLogging.d.ts +171 -0
- package/s3/bucketLogging.js +121 -0
- package/s3/bucketLogging.js.map +1 -0
- package/s3/bucketLoggingV2.d.ts +20 -5
- package/s3/bucketLoggingV2.js +14 -5
- package/s3/bucketLoggingV2.js.map +1 -1
- package/s3/bucketMetric.d.ts +15 -3
- package/s3/bucketMetric.js +5 -3
- package/s3/bucketMetric.js.map +1 -1
- package/s3/bucketNotification.d.ts +18 -6
- package/s3/bucketNotification.js +8 -6
- package/s3/bucketNotification.js.map +1 -1
- package/s3/bucketObject.d.ts +22 -14
- package/s3/bucketObject.js +12 -10
- package/s3/bucketObject.js.map +1 -1
- package/s3/bucketObjectLockConfiguration.d.ts +161 -0
- package/s3/bucketObjectLockConfiguration.js +114 -0
- package/s3/bucketObjectLockConfiguration.js.map +1 -0
- package/s3/bucketObjectLockConfigurationV2.d.ts +21 -6
- package/s3/bucketObjectLockConfigurationV2.js +12 -3
- package/s3/bucketObjectLockConfigurationV2.js.map +1 -1
- package/s3/bucketObjectv2.d.ts +23 -15
- package/s3/bucketObjectv2.js +13 -11
- package/s3/bucketObjectv2.js.map +1 -1
- package/s3/bucketOwnershipControls.d.ts +13 -1
- package/s3/bucketOwnershipControls.js +3 -1
- package/s3/bucketOwnershipControls.js.map +1 -1
- package/s3/bucketPolicy.d.ts +18 -4
- package/s3/bucketPolicy.js +5 -1
- package/s3/bucketPolicy.js.map +1 -1
- package/s3/bucketPublicAccessBlock.d.ts +13 -1
- package/s3/bucketPublicAccessBlock.js +3 -1
- package/s3/bucketPublicAccessBlock.js.map +1 -1
- package/s3/bucketReplicationConfig.d.ts +12 -160
- package/s3/bucketReplicationConfig.js +2 -160
- package/s3/bucketReplicationConfig.js.map +1 -1
- package/s3/bucketRequestPaymentConfiguration.d.ts +120 -0
- package/s3/bucketRequestPaymentConfiguration.js +99 -0
- package/s3/bucketRequestPaymentConfiguration.js.map +1 -0
- package/s3/bucketRequestPaymentConfigurationV2.d.ts +17 -2
- package/s3/bucketRequestPaymentConfigurationV2.js +11 -2
- package/s3/bucketRequestPaymentConfigurationV2.js.map +1 -1
- package/s3/bucketServerSideEncryptionConfiguration.d.ts +130 -0
- package/s3/bucketServerSideEncryptionConfiguration.js +107 -0
- package/s3/bucketServerSideEncryptionConfiguration.js.map +1 -0
- package/s3/bucketServerSideEncryptionConfigurationV2.d.ts +18 -3
- package/s3/bucketServerSideEncryptionConfigurationV2.js +12 -3
- package/s3/bucketServerSideEncryptionConfigurationV2.js.map +1 -1
- package/s3/bucketV2.d.ts +99 -82
- package/s3/bucketV2.js +11 -6
- package/s3/bucketV2.js.map +1 -1
- package/s3/bucketVersioning.d.ts +192 -0
- package/s3/bucketVersioning.js +159 -0
- package/s3/bucketVersioning.js.map +1 -0
- package/s3/bucketVersioningV2.d.ts +25 -10
- package/s3/bucketVersioningV2.js +19 -10
- package/s3/bucketVersioningV2.js.map +1 -1
- package/s3/bucketWebsiteConfiguration.d.ts +228 -0
- package/s3/bucketWebsiteConfiguration.js +147 -0
- package/s3/bucketWebsiteConfiguration.js.map +1 -0
- package/s3/bucketWebsiteConfigurationV2.d.ts +17 -2
- package/s3/bucketWebsiteConfigurationV2.js +11 -2
- package/s3/bucketWebsiteConfigurationV2.js.map +1 -1
- package/s3/directoryBucket.d.ts +45 -3
- package/s3/directoryBucket.js +6 -0
- package/s3/directoryBucket.js.map +1 -1
- package/s3/getBucket.d.ts +12 -3
- package/s3/getBucket.js +2 -0
- package/s3/getBucket.js.map +1 -1
- package/s3/getBucketObject.d.ts +9 -0
- package/s3/getBucketObject.js +2 -0
- package/s3/getBucketObject.js.map +1 -1
- package/s3/getBucketObjects.d.ts +9 -0
- package/s3/getBucketObjects.js +2 -0
- package/s3/getBucketObjects.js.map +1 -1
- package/s3/getBucketPolicy.d.ts +9 -0
- package/s3/getBucketPolicy.js +2 -0
- package/s3/getBucketPolicy.js.map +1 -1
- package/s3/getDirectoryBuckets.d.ts +21 -2
- package/s3/getDirectoryBuckets.js +10 -4
- package/s3/getDirectoryBuckets.js.map +1 -1
- package/s3/getObject.d.ts +9 -0
- package/s3/getObject.js +2 -0
- package/s3/getObject.js.map +1 -1
- package/s3/getObjects.d.ts +9 -0
- package/s3/getObjects.js +2 -0
- package/s3/getObjects.js.map +1 -1
- package/s3/index.d.ts +31 -2
- package/s3/index.js +52 -2
- package/s3/index.js.map +1 -1
- package/s3/inventory.d.ts +16 -4
- package/s3/inventory.js +6 -4
- package/s3/inventory.js.map +1 -1
- package/s3/objectCopy.d.ts +12 -4
- package/s3/objectCopy.js +2 -0
- package/s3/objectCopy.js.map +1 -1
- package/s3/s3Mixins.js +1 -1
- package/s3/s3Mixins.js.map +1 -1
- package/s3control/accessGrant.d.ts +12 -4
- package/s3control/accessGrant.js +2 -0
- package/s3control/accessGrant.js.map +1 -1
- package/s3control/accessGrantsInstance.d.ts +12 -4
- package/s3control/accessGrantsInstance.js +2 -0
- package/s3control/accessGrantsInstance.js.map +1 -1
- package/s3control/accessGrantsInstanceResourcePolicy.d.ts +12 -0
- package/s3control/accessGrantsInstanceResourcePolicy.js +2 -0
- package/s3control/accessGrantsInstanceResourcePolicy.js.map +1 -1
- package/s3control/accessGrantsLocation.d.ts +12 -4
- package/s3control/accessGrantsLocation.js +2 -0
- package/s3control/accessGrantsLocation.js.map +1 -1
- package/s3control/accessPointPolicy.d.ts +13 -1
- package/s3control/accessPointPolicy.js +3 -1
- package/s3control/accessPointPolicy.js.map +1 -1
- package/s3control/bucket.d.ts +13 -5
- package/s3control/bucket.js +3 -1
- package/s3control/bucket.js.map +1 -1
- package/s3control/bucketLifecycleConfiguration.d.ts +13 -1
- package/s3control/bucketLifecycleConfiguration.js +3 -1
- package/s3control/bucketLifecycleConfiguration.js.map +1 -1
- package/s3control/bucketPolicy.d.ts +12 -0
- package/s3control/bucketPolicy.js +2 -0
- package/s3control/bucketPolicy.js.map +1 -1
- package/s3control/directoryBucketAccessPointScope.d.ts +12 -0
- package/s3control/directoryBucketAccessPointScope.js +2 -0
- package/s3control/directoryBucketAccessPointScope.js.map +1 -1
- package/s3control/getMultiRegionAccessPoint.d.ts +12 -0
- package/s3control/getMultiRegionAccessPoint.js +2 -0
- package/s3control/getMultiRegionAccessPoint.js.map +1 -1
- package/s3control/multiRegionAccessPoint.d.ts +14 -2
- package/s3control/multiRegionAccessPoint.js +4 -2
- package/s3control/multiRegionAccessPoint.js.map +1 -1
- package/s3control/multiRegionAccessPointPolicy.d.ts +12 -0
- package/s3control/multiRegionAccessPointPolicy.js +2 -0
- package/s3control/multiRegionAccessPointPolicy.js.map +1 -1
- package/s3control/objectLambdaAccessPoint.d.ts +13 -1
- package/s3control/objectLambdaAccessPoint.js +3 -1
- package/s3control/objectLambdaAccessPoint.js.map +1 -1
- package/s3control/objectLambdaAccessPointPolicy.d.ts +13 -1
- package/s3control/objectLambdaAccessPointPolicy.js +3 -1
- package/s3control/objectLambdaAccessPointPolicy.js.map +1 -1
- package/s3control/storageLensConfiguration.d.ts +12 -4
- package/s3control/storageLensConfiguration.js +2 -0
- package/s3control/storageLensConfiguration.js.map +1 -1
- package/s3outposts/endpoint.d.ts +12 -0
- package/s3outposts/endpoint.js +2 -0
- package/s3outposts/endpoint.js.map +1 -1
- package/s3tables/namespace.d.ts +12 -0
- package/s3tables/namespace.js +2 -0
- package/s3tables/namespace.js.map +1 -1
- package/s3tables/table.d.ts +74 -0
- package/s3tables/table.js +51 -0
- package/s3tables/table.js.map +1 -1
- package/s3tables/tableBucket.d.ts +12 -0
- package/s3tables/tableBucket.js +2 -0
- package/s3tables/tableBucket.js.map +1 -1
- package/s3tables/tableBucketPolicy.d.ts +12 -0
- package/s3tables/tableBucketPolicy.js +2 -0
- package/s3tables/tableBucketPolicy.js.map +1 -1
- package/s3tables/tablePolicy.d.ts +12 -0
- package/s3tables/tablePolicy.js +2 -0
- package/s3tables/tablePolicy.js.map +1 -1
- package/sagemaker/app.d.ts +12 -4
- package/sagemaker/app.js +2 -0
- package/sagemaker/app.js.map +1 -1
- package/sagemaker/appImageConfig.d.ts +69 -10
- package/sagemaker/appImageConfig.js +47 -0
- package/sagemaker/appImageConfig.js.map +1 -1
- package/sagemaker/codeRepository.d.ts +12 -4
- package/sagemaker/codeRepository.js +2 -0
- package/sagemaker/codeRepository.js.map +1 -1
- package/sagemaker/dataQualityJobDefinition.d.ts +12 -4
- package/sagemaker/dataQualityJobDefinition.js +2 -0
- package/sagemaker/dataQualityJobDefinition.js.map +1 -1
- package/sagemaker/device.d.ts +12 -0
- package/sagemaker/device.js +2 -0
- package/sagemaker/device.js.map +1 -1
- package/sagemaker/deviceFleet.d.ts +12 -4
- package/sagemaker/deviceFleet.js +2 -0
- package/sagemaker/deviceFleet.js.map +1 -1
- package/sagemaker/domain.d.ts +51 -4
- package/sagemaker/domain.js +41 -0
- package/sagemaker/domain.js.map +1 -1
- package/sagemaker/endpoint.d.ts +12 -4
- package/sagemaker/endpoint.js +2 -0
- package/sagemaker/endpoint.js.map +1 -1
- package/sagemaker/endpointConfiguration.d.ts +12 -4
- package/sagemaker/endpointConfiguration.js +2 -0
- package/sagemaker/endpointConfiguration.js.map +1 -1
- package/sagemaker/featureGroup.d.ts +12 -4
- package/sagemaker/featureGroup.js +2 -0
- package/sagemaker/featureGroup.js.map +1 -1
- package/sagemaker/flowDefinition.d.ts +13 -5
- package/sagemaker/flowDefinition.js +3 -1
- package/sagemaker/flowDefinition.js.map +1 -1
- package/sagemaker/getPrebuiltEcrImage.d.ts +3 -3
- package/sagemaker/hub.d.ts +12 -4
- package/sagemaker/hub.js +2 -0
- package/sagemaker/hub.js.map +1 -1
- package/sagemaker/humanTaskUI.d.ts +12 -4
- package/sagemaker/humanTaskUI.js +2 -0
- package/sagemaker/humanTaskUI.js.map +1 -1
- package/sagemaker/image.d.ts +12 -4
- package/sagemaker/image.js +2 -0
- package/sagemaker/image.js.map +1 -1
- package/sagemaker/imageVersion.d.ts +42 -2
- package/sagemaker/imageVersion.js +22 -2
- package/sagemaker/imageVersion.js.map +1 -1
- package/sagemaker/mlflowTrackingServer.d.ts +12 -4
- package/sagemaker/mlflowTrackingServer.js +2 -0
- package/sagemaker/mlflowTrackingServer.js.map +1 -1
- package/sagemaker/model.d.ts +12 -4
- package/sagemaker/model.js +2 -0
- package/sagemaker/model.js.map +1 -1
- package/sagemaker/modelPackageGroup.d.ts +12 -4
- package/sagemaker/modelPackageGroup.js +2 -0
- package/sagemaker/modelPackageGroup.js.map +1 -1
- package/sagemaker/modelPackageGroupPolicy.d.ts +12 -0
- package/sagemaker/modelPackageGroupPolicy.js +2 -0
- package/sagemaker/modelPackageGroupPolicy.js.map +1 -1
- package/sagemaker/monitoringSchedule.d.ts +12 -4
- package/sagemaker/monitoringSchedule.js +2 -0
- package/sagemaker/monitoringSchedule.js.map +1 -1
- package/sagemaker/notebookInstance.d.ts +12 -22
- package/sagemaker/notebookInstance.js +2 -2
- package/sagemaker/notebookInstance.js.map +1 -1
- package/sagemaker/notebookInstanceLifecycleConfiguration.d.ts +12 -4
- package/sagemaker/notebookInstanceLifecycleConfiguration.js +2 -0
- package/sagemaker/notebookInstanceLifecycleConfiguration.js.map +1 -1
- package/sagemaker/pipeline.d.ts +12 -4
- package/sagemaker/pipeline.js +2 -0
- package/sagemaker/pipeline.js.map +1 -1
- package/sagemaker/project.d.ts +12 -4
- package/sagemaker/project.js +2 -0
- package/sagemaker/project.js.map +1 -1
- package/sagemaker/servicecatalogPortfolioStatus.d.ts +12 -0
- package/sagemaker/servicecatalogPortfolioStatus.js +2 -0
- package/sagemaker/servicecatalogPortfolioStatus.js.map +1 -1
- package/sagemaker/space.d.ts +12 -4
- package/sagemaker/space.js +2 -0
- package/sagemaker/space.js.map +1 -1
- package/sagemaker/studioLifecycleConfig.d.ts +12 -4
- package/sagemaker/studioLifecycleConfig.js +2 -0
- package/sagemaker/studioLifecycleConfig.js.map +1 -1
- package/sagemaker/userProfile.d.ts +12 -4
- package/sagemaker/userProfile.js +2 -0
- package/sagemaker/userProfile.js.map +1 -1
- package/sagemaker/workforce.d.ts +12 -0
- package/sagemaker/workforce.js +2 -0
- package/sagemaker/workforce.js.map +1 -1
- package/sagemaker/workteam.d.ts +12 -4
- package/sagemaker/workteam.js +2 -0
- package/sagemaker/workteam.js.map +1 -1
- package/scheduler/schedule.d.ts +12 -0
- package/scheduler/schedule.js +2 -0
- package/scheduler/schedule.js.map +1 -1
- package/scheduler/scheduleGroup.d.ts +12 -4
- package/scheduler/scheduleGroup.js +2 -0
- package/scheduler/scheduleGroup.js.map +1 -1
- package/schemas/discoverer.d.ts +12 -4
- package/schemas/discoverer.js +2 -0
- package/schemas/discoverer.js.map +1 -1
- package/schemas/registry.d.ts +12 -4
- package/schemas/registry.js +2 -0
- package/schemas/registry.js.map +1 -1
- package/schemas/registryPolicy.d.ts +12 -0
- package/schemas/registryPolicy.js +2 -0
- package/schemas/registryPolicy.js.map +1 -1
- package/schemas/schema.d.ts +12 -4
- package/schemas/schema.js +2 -0
- package/schemas/schema.js.map +1 -1
- package/secretsmanager/getRandomPassword.d.ts +9 -0
- package/secretsmanager/getRandomPassword.js +2 -0
- package/secretsmanager/getRandomPassword.js.map +1 -1
- package/secretsmanager/getSecret.d.ts +9 -0
- package/secretsmanager/getSecret.js +2 -0
- package/secretsmanager/getSecret.js.map +1 -1
- package/secretsmanager/getSecretRotation.d.ts +9 -0
- package/secretsmanager/getSecretRotation.js +2 -0
- package/secretsmanager/getSecretRotation.js.map +1 -1
- package/secretsmanager/getSecretVersion.d.ts +9 -0
- package/secretsmanager/getSecretVersion.js +2 -0
- package/secretsmanager/getSecretVersion.js.map +1 -1
- package/secretsmanager/getSecretVersions.d.ts +9 -0
- package/secretsmanager/getSecretVersions.js +2 -0
- package/secretsmanager/getSecretVersions.js.map +1 -1
- package/secretsmanager/getSecrets.d.ts +9 -0
- package/secretsmanager/getSecrets.js +2 -0
- package/secretsmanager/getSecrets.js.map +1 -1
- package/secretsmanager/secret.d.ts +12 -4
- package/secretsmanager/secret.js +2 -0
- package/secretsmanager/secret.js.map +1 -1
- package/secretsmanager/secretPolicy.d.ts +12 -0
- package/secretsmanager/secretPolicy.js +2 -0
- package/secretsmanager/secretPolicy.js.map +1 -1
- package/secretsmanager/secretRotation.d.ts +12 -0
- package/secretsmanager/secretRotation.js +2 -0
- package/secretsmanager/secretRotation.js.map +1 -1
- package/secretsmanager/secretVersion.d.ts +12 -0
- package/secretsmanager/secretVersion.js +2 -0
- package/secretsmanager/secretVersion.js.map +1 -1
- package/securityhub/account.d.ts +12 -0
- package/securityhub/account.js +2 -0
- package/securityhub/account.js.map +1 -1
- package/securityhub/actionTarget.d.ts +12 -0
- package/securityhub/actionTarget.js +2 -0
- package/securityhub/actionTarget.js.map +1 -1
- package/securityhub/automationRule.d.ts +12 -6
- package/securityhub/automationRule.js +2 -0
- package/securityhub/automationRule.js.map +1 -1
- package/securityhub/configurationPolicy.d.ts +12 -0
- package/securityhub/configurationPolicy.js +2 -0
- package/securityhub/configurationPolicy.js.map +1 -1
- package/securityhub/configurationPolicyAssociation.d.ts +12 -0
- package/securityhub/configurationPolicyAssociation.js +2 -0
- package/securityhub/configurationPolicyAssociation.js.map +1 -1
- package/securityhub/findingAggregator.d.ts +12 -0
- package/securityhub/findingAggregator.js +2 -0
- package/securityhub/findingAggregator.js.map +1 -1
- package/securityhub/getStandardsControlAssociations.d.ts +9 -0
- package/securityhub/getStandardsControlAssociations.js +2 -0
- package/securityhub/getStandardsControlAssociations.js.map +1 -1
- package/securityhub/insight.d.ts +12 -0
- package/securityhub/insight.js +2 -0
- package/securityhub/insight.js.map +1 -1
- package/securityhub/inviteAccepter.d.ts +12 -0
- package/securityhub/inviteAccepter.js +2 -0
- package/securityhub/inviteAccepter.js.map +1 -1
- package/securityhub/member.d.ts +12 -0
- package/securityhub/member.js +2 -0
- package/securityhub/member.js.map +1 -1
- package/securityhub/organizationAdminAccount.d.ts +12 -0
- package/securityhub/organizationAdminAccount.js +2 -0
- package/securityhub/organizationAdminAccount.js.map +1 -1
- package/securityhub/organizationConfiguration.d.ts +12 -0
- package/securityhub/organizationConfiguration.js +2 -0
- package/securityhub/organizationConfiguration.js.map +1 -1
- package/securityhub/productSubscription.d.ts +13 -1
- package/securityhub/productSubscription.js +3 -1
- package/securityhub/productSubscription.js.map +1 -1
- package/securityhub/standardsControl.d.ts +12 -0
- package/securityhub/standardsControl.js +2 -0
- package/securityhub/standardsControl.js.map +1 -1
- package/securityhub/standardsControlAssociation.d.ts +12 -0
- package/securityhub/standardsControlAssociation.js +2 -0
- package/securityhub/standardsControlAssociation.js.map +1 -1
- package/securityhub/standardsSubscription.d.ts +13 -1
- package/securityhub/standardsSubscription.js +3 -1
- package/securityhub/standardsSubscription.js.map +1 -1
- package/securitylake/awsLogSource.d.ts +12 -0
- package/securitylake/awsLogSource.js +2 -0
- package/securitylake/awsLogSource.js.map +1 -1
- package/securitylake/customLogSource.d.ts +12 -0
- package/securitylake/customLogSource.js +2 -0
- package/securitylake/customLogSource.js.map +1 -1
- package/securitylake/dataLake.d.ts +12 -4
- package/securitylake/dataLake.js +2 -0
- package/securitylake/dataLake.js.map +1 -1
- package/securitylake/subscriber.d.ts +17 -9
- package/securitylake/subscriber.js +6 -4
- package/securitylake/subscriber.js.map +1 -1
- package/securitylake/subscriberNotification.d.ts +12 -0
- package/securitylake/subscriberNotification.js +2 -0
- package/securitylake/subscriberNotification.js.map +1 -1
- package/serverlessrepository/cloudFormationStack.d.ts +13 -5
- package/serverlessrepository/cloudFormationStack.js +3 -1
- package/serverlessrepository/cloudFormationStack.js.map +1 -1
- package/serverlessrepository/getApplication.d.ts +9 -0
- package/serverlessrepository/getApplication.js +2 -0
- package/serverlessrepository/getApplication.js.map +1 -1
- package/servicecatalog/appregistryApplication.d.ts +13 -5
- package/servicecatalog/appregistryApplication.js +3 -1
- package/servicecatalog/appregistryApplication.js.map +1 -1
- package/servicecatalog/appregistryAttributeGroup.d.ts +12 -4
- package/servicecatalog/appregistryAttributeGroup.js +2 -0
- package/servicecatalog/appregistryAttributeGroup.js.map +1 -1
- package/servicecatalog/appregistryAttributeGroupAssociation.d.ts +12 -0
- package/servicecatalog/appregistryAttributeGroupAssociation.js +2 -0
- package/servicecatalog/appregistryAttributeGroupAssociation.js.map +1 -1
- package/servicecatalog/budgetResourceAssociation.d.ts +12 -0
- package/servicecatalog/budgetResourceAssociation.js +2 -0
- package/servicecatalog/budgetResourceAssociation.js.map +1 -1
- package/servicecatalog/constraint.d.ts +12 -0
- package/servicecatalog/constraint.js +2 -0
- package/servicecatalog/constraint.js.map +1 -1
- package/servicecatalog/getAppregistryApplication.d.ts +9 -0
- package/servicecatalog/getAppregistryApplication.js +2 -0
- package/servicecatalog/getAppregistryApplication.js.map +1 -1
- package/servicecatalog/getAppregistryAttributeGroup.d.ts +11 -0
- package/servicecatalog/getAppregistryAttributeGroup.js +2 -0
- package/servicecatalog/getAppregistryAttributeGroup.js.map +1 -1
- package/servicecatalog/getAppregistryAttributeGroupAssociations.d.ts +11 -4
- package/servicecatalog/getAppregistryAttributeGroupAssociations.js +2 -0
- package/servicecatalog/getAppregistryAttributeGroupAssociations.js.map +1 -1
- package/servicecatalog/getConstraint.d.ts +9 -0
- package/servicecatalog/getConstraint.js +2 -0
- package/servicecatalog/getConstraint.js.map +1 -1
- package/servicecatalog/getLaunchPaths.d.ts +9 -0
- package/servicecatalog/getLaunchPaths.js +2 -0
- package/servicecatalog/getLaunchPaths.js.map +1 -1
- package/servicecatalog/getPortfolio.d.ts +9 -0
- package/servicecatalog/getPortfolio.js +2 -0
- package/servicecatalog/getPortfolio.js.map +1 -1
- package/servicecatalog/getPortfolioConstraints.d.ts +9 -0
- package/servicecatalog/getPortfolioConstraints.js +2 -0
- package/servicecatalog/getPortfolioConstraints.js.map +1 -1
- package/servicecatalog/getProduct.d.ts +9 -0
- package/servicecatalog/getProduct.js +2 -0
- package/servicecatalog/getProduct.js.map +1 -1
- package/servicecatalog/getProvisioningArtifacts.d.ts +9 -0
- package/servicecatalog/getProvisioningArtifacts.js +2 -0
- package/servicecatalog/getProvisioningArtifacts.js.map +1 -1
- package/servicecatalog/portfolio.d.ts +12 -4
- package/servicecatalog/portfolio.js +2 -0
- package/servicecatalog/portfolio.js.map +1 -1
- package/servicecatalog/portfolioShare.d.ts +12 -0
- package/servicecatalog/portfolioShare.js +2 -0
- package/servicecatalog/portfolioShare.js.map +1 -1
- package/servicecatalog/principalPortfolioAssociation.d.ts +12 -0
- package/servicecatalog/principalPortfolioAssociation.js +2 -0
- package/servicecatalog/principalPortfolioAssociation.js.map +1 -1
- package/servicecatalog/product.d.ts +12 -4
- package/servicecatalog/product.js +2 -0
- package/servicecatalog/product.js.map +1 -1
- package/servicecatalog/productPortfolioAssociation.d.ts +12 -0
- package/servicecatalog/productPortfolioAssociation.js +2 -0
- package/servicecatalog/productPortfolioAssociation.js.map +1 -1
- package/servicecatalog/provisionedProduct.d.ts +12 -4
- package/servicecatalog/provisionedProduct.js +2 -0
- package/servicecatalog/provisionedProduct.js.map +1 -1
- package/servicecatalog/provisioningArtifact.d.ts +12 -0
- package/servicecatalog/provisioningArtifact.js +2 -0
- package/servicecatalog/provisioningArtifact.js.map +1 -1
- package/servicecatalog/serviceAction.d.ts +12 -0
- package/servicecatalog/serviceAction.js +2 -0
- package/servicecatalog/serviceAction.js.map +1 -1
- package/servicecatalog/tagOption.d.ts +12 -0
- package/servicecatalog/tagOption.js +2 -0
- package/servicecatalog/tagOption.js.map +1 -1
- package/servicecatalog/tagOptionResourceAssociation.d.ts +12 -0
- package/servicecatalog/tagOptionResourceAssociation.js +2 -0
- package/servicecatalog/tagOptionResourceAssociation.js.map +1 -1
- package/servicediscovery/getDnsNamespace.d.ts +9 -0
- package/servicediscovery/getDnsNamespace.js +2 -0
- package/servicediscovery/getDnsNamespace.js.map +1 -1
- package/servicediscovery/getHttpNamespace.d.ts +9 -0
- package/servicediscovery/getHttpNamespace.js +2 -0
- package/servicediscovery/getHttpNamespace.js.map +1 -1
- package/servicediscovery/getService.d.ts +9 -24
- package/servicediscovery/getService.js +2 -2
- package/servicediscovery/getService.js.map +1 -1
- package/servicediscovery/httpNamespace.d.ts +12 -4
- package/servicediscovery/httpNamespace.js +2 -0
- package/servicediscovery/httpNamespace.js.map +1 -1
- package/servicediscovery/instance.d.ts +12 -0
- package/servicediscovery/instance.js +2 -0
- package/servicediscovery/instance.js.map +1 -1
- package/servicediscovery/privateDnsNamespace.d.ts +12 -4
- package/servicediscovery/privateDnsNamespace.js +2 -0
- package/servicediscovery/privateDnsNamespace.js.map +1 -1
- package/servicediscovery/publicDnsNamespace.d.ts +12 -4
- package/servicediscovery/publicDnsNamespace.js +2 -0
- package/servicediscovery/publicDnsNamespace.js.map +1 -1
- package/servicediscovery/service.d.ts +12 -10
- package/servicediscovery/service.js +2 -0
- package/servicediscovery/service.js.map +1 -1
- package/servicequotas/getService.d.ts +9 -0
- package/servicequotas/getService.js +2 -0
- package/servicequotas/getService.js.map +1 -1
- package/servicequotas/getServiceQuota.d.ts +9 -0
- package/servicequotas/getServiceQuota.js +2 -0
- package/servicequotas/getServiceQuota.js.map +1 -1
- package/servicequotas/getTemplates.d.ts +21 -15
- package/servicequotas/getTemplates.js +8 -6
- package/servicequotas/getTemplates.js.map +1 -1
- package/servicequotas/serviceQuota.d.ts +12 -0
- package/servicequotas/serviceQuota.js +2 -0
- package/servicequotas/serviceQuota.js.map +1 -1
- package/servicequotas/template.d.ts +23 -5
- package/servicequotas/template.js +3 -4
- package/servicequotas/template.js.map +1 -1
- package/servicequotas/templateAssociation.d.ts +12 -0
- package/servicequotas/templateAssociation.js +2 -0
- package/servicequotas/templateAssociation.js.map +1 -1
- package/ses/activeReceiptRuleSet.d.ts +12 -0
- package/ses/activeReceiptRuleSet.js +2 -0
- package/ses/activeReceiptRuleSet.js.map +1 -1
- package/ses/configurationSet.d.ts +12 -0
- package/ses/configurationSet.js +2 -0
- package/ses/configurationSet.js.map +1 -1
- package/ses/domainDkim.d.ts +12 -0
- package/ses/domainDkim.js +2 -0
- package/ses/domainDkim.js.map +1 -1
- package/ses/domainIdentity.d.ts +12 -0
- package/ses/domainIdentity.js +2 -0
- package/ses/domainIdentity.js.map +1 -1
- package/ses/domainIdentityVerification.d.ts +12 -0
- package/ses/domainIdentityVerification.js +2 -0
- package/ses/domainIdentityVerification.js.map +1 -1
- package/ses/emailIdentity.d.ts +12 -0
- package/ses/emailIdentity.js +2 -0
- package/ses/emailIdentity.js.map +1 -1
- package/ses/eventDestination.d.ts +12 -0
- package/ses/eventDestination.js +2 -0
- package/ses/eventDestination.js.map +1 -1
- package/ses/getActiveReceiptRuleSet.d.ts +21 -2
- package/ses/getActiveReceiptRuleSet.js +10 -4
- package/ses/getActiveReceiptRuleSet.js.map +1 -1
- package/ses/getDomainIdentity.d.ts +9 -0
- package/ses/getDomainIdentity.js +2 -0
- package/ses/getDomainIdentity.js.map +1 -1
- package/ses/getEmailIdentity.d.ts +9 -0
- package/ses/getEmailIdentity.js +2 -0
- package/ses/getEmailIdentity.js.map +1 -1
- package/ses/identityNotificationTopic.d.ts +12 -0
- package/ses/identityNotificationTopic.js +2 -0
- package/ses/identityNotificationTopic.js.map +1 -1
- package/ses/identityPolicy.d.ts +12 -0
- package/ses/identityPolicy.js +2 -0
- package/ses/identityPolicy.js.map +1 -1
- package/ses/index.d.ts +1 -1
- package/ses/mailFrom.d.ts +12 -0
- package/ses/mailFrom.js +2 -0
- package/ses/mailFrom.js.map +1 -1
- package/ses/receiptFilter.d.ts +12 -0
- package/ses/receiptFilter.js +2 -0
- package/ses/receiptFilter.js.map +1 -1
- package/ses/receiptRule.d.ts +12 -0
- package/ses/receiptRule.js +2 -0
- package/ses/receiptRule.js.map +1 -1
- package/ses/receiptRuleSet.d.ts +12 -0
- package/ses/receiptRuleSet.js +2 -0
- package/ses/receiptRuleSet.js.map +1 -1
- package/ses/template.d.ts +12 -0
- package/ses/template.js +2 -0
- package/ses/template.js.map +1 -1
- package/sesv2/accountSuppressionAttributes.d.ts +12 -0
- package/sesv2/accountSuppressionAttributes.js +2 -0
- package/sesv2/accountSuppressionAttributes.js.map +1 -1
- package/sesv2/accountVdmAttributes.d.ts +12 -0
- package/sesv2/accountVdmAttributes.js +2 -0
- package/sesv2/accountVdmAttributes.js.map +1 -1
- package/sesv2/configurationSet.d.ts +12 -6
- package/sesv2/configurationSet.js +2 -0
- package/sesv2/configurationSet.js.map +1 -1
- package/sesv2/configurationSetEventDestination.d.ts +12 -0
- package/sesv2/configurationSetEventDestination.js +2 -0
- package/sesv2/configurationSetEventDestination.js.map +1 -1
- package/sesv2/contactList.d.ts +12 -6
- package/sesv2/contactList.js +2 -0
- package/sesv2/contactList.js.map +1 -1
- package/sesv2/dedicatedIpAssignment.d.ts +12 -0
- package/sesv2/dedicatedIpAssignment.js +2 -0
- package/sesv2/dedicatedIpAssignment.js.map +1 -1
- package/sesv2/dedicatedIpPool.d.ts +12 -6
- package/sesv2/dedicatedIpPool.js +2 -0
- package/sesv2/dedicatedIpPool.js.map +1 -1
- package/sesv2/emailIdentity.d.ts +12 -4
- package/sesv2/emailIdentity.js +2 -0
- package/sesv2/emailIdentity.js.map +1 -1
- package/sesv2/emailIdentityFeedbackAttributes.d.ts +12 -0
- package/sesv2/emailIdentityFeedbackAttributes.js +2 -0
- package/sesv2/emailIdentityFeedbackAttributes.js.map +1 -1
- package/sesv2/emailIdentityMailFromAttributes.d.ts +12 -0
- package/sesv2/emailIdentityMailFromAttributes.js +2 -0
- package/sesv2/emailIdentityMailFromAttributes.js.map +1 -1
- package/sesv2/emailIdentityPolicy.d.ts +12 -0
- package/sesv2/emailIdentityPolicy.js +2 -0
- package/sesv2/emailIdentityPolicy.js.map +1 -1
- package/sesv2/getConfigurationSet.d.ts +9 -0
- package/sesv2/getConfigurationSet.js +2 -0
- package/sesv2/getConfigurationSet.js.map +1 -1
- package/sesv2/getDedicatedIpPool.d.ts +9 -0
- package/sesv2/getDedicatedIpPool.js +2 -0
- package/sesv2/getDedicatedIpPool.js.map +1 -1
- package/sesv2/getEmailIdentity.d.ts +9 -0
- package/sesv2/getEmailIdentity.js +2 -0
- package/sesv2/getEmailIdentity.js.map +1 -1
- package/sesv2/getEmailIdentityMailFromAttributes.d.ts +9 -0
- package/sesv2/getEmailIdentityMailFromAttributes.js +2 -0
- package/sesv2/getEmailIdentityMailFromAttributes.js.map +1 -1
- package/sfn/activity.d.ts +12 -4
- package/sfn/activity.js +2 -0
- package/sfn/activity.js.map +1 -1
- package/sfn/alias.d.ts +12 -0
- package/sfn/alias.js +2 -0
- package/sfn/alias.js.map +1 -1
- package/sfn/getActivity.d.ts +9 -0
- package/sfn/getActivity.js +2 -0
- package/sfn/getActivity.js.map +1 -1
- package/sfn/getAlias.d.ts +9 -0
- package/sfn/getAlias.js +2 -0
- package/sfn/getAlias.js.map +1 -1
- package/sfn/getStateMachine.d.ts +9 -0
- package/sfn/getStateMachine.js +2 -0
- package/sfn/getStateMachine.js.map +1 -1
- package/sfn/getStateMachineVersions.d.ts +9 -0
- package/sfn/getStateMachineVersions.js +2 -0
- package/sfn/getStateMachineVersions.js.map +1 -1
- package/sfn/stateMachine.d.ts +12 -4
- package/sfn/stateMachine.js +2 -0
- package/sfn/stateMachine.js.map +1 -1
- package/shield/drtAccessLogBucketAssociation.d.ts +1 -1
- package/shield/drtAccessLogBucketAssociation.js +1 -1
- package/shield/protection.d.ts +1 -5
- package/shield/protection.js +1 -1
- package/shield/protection.js.map +1 -1
- package/shield/protectionGroup.d.ts +2 -6
- package/shield/protectionGroup.js +2 -2
- package/shield/protectionGroup.js.map +1 -1
- package/shield/protectionHealthCheckAssociation.d.ts +1 -1
- package/shield/protectionHealthCheckAssociation.js +1 -1
- package/signer/getSigningJob.d.ts +9 -0
- package/signer/getSigningJob.js +2 -0
- package/signer/getSigningJob.js.map +1 -1
- package/signer/getSigningProfile.d.ts +9 -0
- package/signer/getSigningProfile.js +2 -0
- package/signer/getSigningProfile.js.map +1 -1
- package/signer/signingJob.d.ts +12 -0
- package/signer/signingJob.js +2 -0
- package/signer/signingJob.js.map +1 -1
- package/signer/signingProfile.d.ts +12 -4
- package/signer/signingProfile.js +2 -0
- package/signer/signingProfile.js.map +1 -1
- package/signer/signingProfilePermission.d.ts +12 -0
- package/signer/signingProfilePermission.js +2 -0
- package/signer/signingProfilePermission.js.map +1 -1
- package/sns/dataProtectionPolicy.d.ts +12 -0
- package/sns/dataProtectionPolicy.js +2 -0
- package/sns/dataProtectionPolicy.js.map +1 -1
- package/sns/getTopic.d.ts +9 -0
- package/sns/getTopic.js +2 -0
- package/sns/getTopic.js.map +1 -1
- package/sns/platformApplication.d.ts +12 -0
- package/sns/platformApplication.js +2 -0
- package/sns/platformApplication.js.map +1 -1
- package/sns/smsPreferences.d.ts +12 -0
- package/sns/smsPreferences.js +2 -0
- package/sns/smsPreferences.js.map +1 -1
- package/sns/snsMixins.js +2 -2
- package/sns/snsMixins.js.map +1 -1
- package/sns/topic.d.ts +14 -7
- package/sns/topic.js +2 -0
- package/sns/topic.js.map +1 -1
- package/sns/topicPolicy.d.ts +15 -3
- package/sns/topicPolicy.js +2 -0
- package/sns/topicPolicy.js.map +1 -1
- package/sns/topicSubscription.d.ts +15 -3
- package/sns/topicSubscription.js +5 -3
- package/sns/topicSubscription.js.map +1 -1
- package/sqs/getQueue.d.ts +9 -0
- package/sqs/getQueue.js +2 -0
- package/sqs/getQueue.js.map +1 -1
- package/sqs/getQueues.d.ts +9 -0
- package/sqs/getQueues.js +2 -0
- package/sqs/getQueues.js.map +1 -1
- package/sqs/queue.d.ts +12 -4
- package/sqs/queue.js +2 -0
- package/sqs/queue.js.map +1 -1
- package/sqs/queuePolicy.d.ts +16 -4
- package/sqs/queuePolicy.js +3 -1
- package/sqs/queuePolicy.js.map +1 -1
- package/sqs/redrive.d.ts +1 -2
- package/sqs/redriveAllowPolicy.d.ts +12 -0
- package/sqs/redriveAllowPolicy.js +2 -0
- package/sqs/redriveAllowPolicy.js.map +1 -1
- package/sqs/redrivePolicy.d.ts +12 -0
- package/sqs/redrivePolicy.js +2 -0
- package/sqs/redrivePolicy.js.map +1 -1
- package/sqs/sqsMixins.js +1 -1
- package/sqs/sqsMixins.js.map +1 -1
- package/ssm/activation.d.ts +12 -4
- package/ssm/activation.js +2 -0
- package/ssm/activation.js.map +1 -1
- package/ssm/association.d.ts +12 -22
- package/ssm/association.js +2 -2
- package/ssm/association.js.map +1 -1
- package/ssm/contactsRotation.d.ts +12 -4
- package/ssm/contactsRotation.js +2 -0
- package/ssm/contactsRotation.js.map +1 -1
- package/ssm/defaultPatchBaseline.d.ts +12 -0
- package/ssm/defaultPatchBaseline.js +2 -0
- package/ssm/defaultPatchBaseline.js.map +1 -1
- package/ssm/document.d.ts +12 -4
- package/ssm/document.js +2 -0
- package/ssm/document.js.map +1 -1
- package/ssm/getContactsRotation.d.ts +9 -0
- package/ssm/getContactsRotation.js +2 -0
- package/ssm/getContactsRotation.js.map +1 -1
- package/ssm/getDocument.d.ts +9 -0
- package/ssm/getDocument.js +2 -0
- package/ssm/getDocument.js.map +1 -1
- package/ssm/getInstances.d.ts +9 -0
- package/ssm/getInstances.js +2 -0
- package/ssm/getInstances.js.map +1 -1
- package/ssm/getMaintenanceWindows.d.ts +9 -0
- package/ssm/getMaintenanceWindows.js +2 -0
- package/ssm/getMaintenanceWindows.js.map +1 -1
- package/ssm/getParameter.d.ts +9 -0
- package/ssm/getParameter.js +2 -0
- package/ssm/getParameter.js.map +1 -1
- package/ssm/getParametersByPath.d.ts +9 -0
- package/ssm/getParametersByPath.js +2 -0
- package/ssm/getParametersByPath.js.map +1 -1
- package/ssm/getPatchBaseline.d.ts +9 -0
- package/ssm/getPatchBaseline.js +2 -0
- package/ssm/getPatchBaseline.js.map +1 -1
- package/ssm/getPatchBaselines.d.ts +9 -0
- package/ssm/getPatchBaselines.js +2 -0
- package/ssm/getPatchBaselines.js.map +1 -1
- package/ssm/index.d.ts +0 -1
- package/ssm/index.js +0 -1
- package/ssm/index.js.map +1 -1
- package/ssm/maintenanceWindow.d.ts +12 -4
- package/ssm/maintenanceWindow.js +2 -0
- package/ssm/maintenanceWindow.js.map +1 -1
- package/ssm/maintenanceWindowTarget.d.ts +12 -0
- package/ssm/maintenanceWindowTarget.js +2 -0
- package/ssm/maintenanceWindowTarget.js.map +1 -1
- package/ssm/maintenanceWindowTask.d.ts +12 -0
- package/ssm/maintenanceWindowTask.js +2 -0
- package/ssm/maintenanceWindowTask.js.map +1 -1
- package/ssm/parameter.d.ts +13 -5
- package/ssm/parameter.js +2 -0
- package/ssm/parameter.js.map +1 -1
- package/ssm/patchBaseline.d.ts +12 -4
- package/ssm/patchBaseline.js +2 -0
- package/ssm/patchBaseline.js.map +1 -1
- package/ssm/patchGroup.d.ts +12 -0
- package/ssm/patchGroup.js +2 -0
- package/ssm/patchGroup.js.map +1 -1
- package/ssm/quicksetupConfigurationManager.d.ts +14 -6
- package/ssm/quicksetupConfigurationManager.js +4 -2
- package/ssm/quicksetupConfigurationManager.js.map +1 -1
- package/ssm/resourceDataSync.d.ts +16 -4
- package/ssm/resourceDataSync.js +6 -4
- package/ssm/resourceDataSync.js.map +1 -1
- package/ssm/serviceSetting.d.ts +12 -0
- package/ssm/serviceSetting.js +2 -0
- package/ssm/serviceSetting.js.map +1 -1
- package/ssmcontacts/contact.d.ts +15 -7
- package/ssmcontacts/contact.js +2 -0
- package/ssmcontacts/contact.js.map +1 -1
- package/ssmcontacts/contactChannel.d.ts +12 -0
- package/ssmcontacts/contactChannel.js +2 -0
- package/ssmcontacts/contactChannel.js.map +1 -1
- package/ssmcontacts/getContact.d.ts +9 -0
- package/ssmcontacts/getContact.js +2 -0
- package/ssmcontacts/getContact.js.map +1 -1
- package/ssmcontacts/getContactChannel.d.ts +9 -0
- package/ssmcontacts/getContactChannel.js +2 -0
- package/ssmcontacts/getContactChannel.js.map +1 -1
- package/ssmcontacts/getPlan.d.ts +9 -0
- package/ssmcontacts/getPlan.js +2 -0
- package/ssmcontacts/getPlan.js.map +1 -1
- package/ssmcontacts/plan.d.ts +12 -0
- package/ssmcontacts/plan.js +2 -0
- package/ssmcontacts/plan.js.map +1 -1
- package/ssmincidents/getReplicationSet.d.ts +9 -0
- package/ssmincidents/getReplicationSet.js.map +1 -1
- package/ssmincidents/getResponsePlan.d.ts +9 -0
- package/ssmincidents/getResponsePlan.js +2 -0
- package/ssmincidents/getResponsePlan.js.map +1 -1
- package/ssmincidents/replicationSet.d.ts +23 -9
- package/ssmincidents/replicationSet.js +2 -3
- package/ssmincidents/replicationSet.js.map +1 -1
- package/ssmincidents/responsePlan.d.ts +12 -4
- package/ssmincidents/responsePlan.js +2 -0
- package/ssmincidents/responsePlan.js.map +1 -1
- package/ssoadmin/accountAssignment.d.ts +12 -0
- package/ssoadmin/accountAssignment.js +2 -0
- package/ssoadmin/accountAssignment.js.map +1 -1
- package/ssoadmin/application.d.ts +26 -6
- package/ssoadmin/application.js +4 -0
- package/ssoadmin/application.js.map +1 -1
- package/ssoadmin/applicationAccessScope.d.ts +13 -1
- package/ssoadmin/applicationAccessScope.js +3 -1
- package/ssoadmin/applicationAccessScope.js.map +1 -1
- package/ssoadmin/applicationAssignment.d.ts +14 -2
- package/ssoadmin/applicationAssignment.js +4 -2
- package/ssoadmin/applicationAssignment.js.map +1 -1
- package/ssoadmin/applicationAssignmentConfiguration.d.ts +13 -1
- package/ssoadmin/applicationAssignmentConfiguration.js +3 -1
- package/ssoadmin/applicationAssignmentConfiguration.js.map +1 -1
- package/ssoadmin/customerManagedPolicyAttachment.d.ts +12 -0
- package/ssoadmin/customerManagedPolicyAttachment.js +2 -0
- package/ssoadmin/customerManagedPolicyAttachment.js.map +1 -1
- package/ssoadmin/getApplication.d.ts +6 -6
- package/ssoadmin/getApplication.js +2 -2
- package/ssoadmin/getApplication.js.map +1 -1
- package/ssoadmin/getApplicationAssignments.d.ts +8 -8
- package/ssoadmin/getApplicationAssignments.js +4 -4
- package/ssoadmin/getApplicationAssignments.js.map +1 -1
- package/ssoadmin/getApplicationProviders.d.ts +6 -6
- package/ssoadmin/getApplicationProviders.js +2 -2
- package/ssoadmin/getApplicationProviders.js.map +1 -1
- package/ssoadmin/getInstances.d.ts +21 -2
- package/ssoadmin/getInstances.js +10 -4
- package/ssoadmin/getInstances.js.map +1 -1
- package/ssoadmin/getPermissionSet.d.ts +13 -0
- package/ssoadmin/getPermissionSet.js +2 -0
- package/ssoadmin/getPermissionSet.js.map +1 -1
- package/ssoadmin/getPermissionSets.d.ts +9 -0
- package/ssoadmin/getPermissionSets.js +2 -0
- package/ssoadmin/getPermissionSets.js.map +1 -1
- package/ssoadmin/getPrincipalApplicationAssignments.d.ts +9 -0
- package/ssoadmin/getPrincipalApplicationAssignments.js +2 -0
- package/ssoadmin/getPrincipalApplicationAssignments.js.map +1 -1
- package/ssoadmin/index.d.ts +1 -1
- package/ssoadmin/instanceAccessControlAttributes.d.ts +12 -0
- package/ssoadmin/instanceAccessControlAttributes.js +2 -0
- package/ssoadmin/instanceAccessControlAttributes.js.map +1 -1
- package/ssoadmin/managedPolicyAttachment.d.ts +12 -0
- package/ssoadmin/managedPolicyAttachment.js +2 -0
- package/ssoadmin/managedPolicyAttachment.js.map +1 -1
- package/ssoadmin/permissionSet.d.ts +12 -4
- package/ssoadmin/permissionSet.js +2 -0
- package/ssoadmin/permissionSet.js.map +1 -1
- package/ssoadmin/permissionSetInlinePolicy.d.ts +12 -0
- package/ssoadmin/permissionSetInlinePolicy.js +2 -0
- package/ssoadmin/permissionSetInlinePolicy.js.map +1 -1
- package/ssoadmin/permissionsBoundaryAttachment.d.ts +12 -0
- package/ssoadmin/permissionsBoundaryAttachment.js +2 -0
- package/ssoadmin/permissionsBoundaryAttachment.js.map +1 -1
- package/ssoadmin/trustedTokenIssuer.d.ts +12 -4
- package/ssoadmin/trustedTokenIssuer.js +2 -0
- package/ssoadmin/trustedTokenIssuer.js.map +1 -1
- package/storagegateway/cache.d.ts +12 -0
- package/storagegateway/cache.js +2 -0
- package/storagegateway/cache.js.map +1 -1
- package/storagegateway/cachesIscsiVolume.d.ts +12 -4
- package/storagegateway/cachesIscsiVolume.js +2 -0
- package/storagegateway/cachesIscsiVolume.js.map +1 -1
- package/storagegateway/fileSystemAssociation.d.ts +12 -4
- package/storagegateway/fileSystemAssociation.js +2 -0
- package/storagegateway/fileSystemAssociation.js.map +1 -1
- package/storagegateway/gateway.d.ts +12 -4
- package/storagegateway/gateway.js +2 -0
- package/storagegateway/gateway.js.map +1 -1
- package/storagegateway/getLocalDisk.d.ts +9 -0
- package/storagegateway/getLocalDisk.js +2 -0
- package/storagegateway/getLocalDisk.js.map +1 -1
- package/storagegateway/nfsFileShare.d.ts +12 -4
- package/storagegateway/nfsFileShare.js +2 -0
- package/storagegateway/nfsFileShare.js.map +1 -1
- package/storagegateway/smbFileShare.d.ts +18 -10
- package/storagegateway/smbFileShare.js +2 -0
- package/storagegateway/smbFileShare.js.map +1 -1
- package/storagegateway/storedIscsiVolume.d.ts +12 -4
- package/storagegateway/storedIscsiVolume.js +2 -0
- package/storagegateway/storedIscsiVolume.js.map +1 -1
- package/storagegateway/tapePool.d.ts +12 -4
- package/storagegateway/tapePool.js +2 -0
- package/storagegateway/tapePool.js.map +1 -1
- package/storagegateway/uploadBuffer.d.ts +12 -0
- package/storagegateway/uploadBuffer.js +2 -0
- package/storagegateway/uploadBuffer.js.map +1 -1
- package/storagegateway/workingStorage.d.ts +12 -0
- package/storagegateway/workingStorage.js +2 -0
- package/storagegateway/workingStorage.js.map +1 -1
- package/swf/domain.d.ts +12 -4
- package/swf/domain.js +2 -0
- package/swf/domain.js.map +1 -1
- package/synthetics/canary.d.ts +12 -4
- package/synthetics/canary.js +2 -0
- package/synthetics/canary.js.map +1 -1
- package/synthetics/getRuntimeVersion.d.ts +9 -0
- package/synthetics/getRuntimeVersion.js +2 -0
- package/synthetics/getRuntimeVersion.js.map +1 -1
- package/synthetics/getRuntimeVersions.d.ts +6 -6
- package/synthetics/getRuntimeVersions.js +2 -2
- package/synthetics/getRuntimeVersions.js.map +1 -1
- package/synthetics/group.d.ts +12 -4
- package/synthetics/group.js +2 -0
- package/synthetics/group.js.map +1 -1
- package/synthetics/groupAssociation.d.ts +12 -0
- package/synthetics/groupAssociation.js +2 -0
- package/synthetics/groupAssociation.js.map +1 -1
- package/timestreaminfluxdb/dbInstance.d.ts +16 -8
- package/timestreaminfluxdb/dbInstance.js +6 -4
- package/timestreaminfluxdb/dbInstance.js.map +1 -1
- package/timestreamquery/scheduledQuery.d.ts +13 -5
- package/timestreamquery/scheduledQuery.js +3 -1
- package/timestreamquery/scheduledQuery.js.map +1 -1
- package/timestreamwrite/database.d.ts +12 -4
- package/timestreamwrite/database.js +2 -0
- package/timestreamwrite/database.js.map +1 -1
- package/timestreamwrite/getDatabase.d.ts +9 -0
- package/timestreamwrite/getDatabase.js +2 -0
- package/timestreamwrite/getDatabase.js.map +1 -1
- package/timestreamwrite/getTable.d.ts +9 -0
- package/timestreamwrite/getTable.js +2 -0
- package/timestreamwrite/getTable.js.map +1 -1
- package/timestreamwrite/table.d.ts +12 -4
- package/timestreamwrite/table.js +2 -0
- package/timestreamwrite/table.js.map +1 -1
- package/transcribe/languageModel.d.ts +15 -9
- package/transcribe/languageModel.js +5 -3
- package/transcribe/languageModel.js.map +1 -1
- package/transcribe/medicalVocabulary.d.ts +13 -7
- package/transcribe/medicalVocabulary.js +3 -1
- package/transcribe/medicalVocabulary.js.map +1 -1
- package/transcribe/vocabulary.d.ts +13 -7
- package/transcribe/vocabulary.js +3 -1
- package/transcribe/vocabulary.js.map +1 -1
- package/transcribe/vocabularyFilter.d.ts +12 -6
- package/transcribe/vocabularyFilter.js +2 -0
- package/transcribe/vocabularyFilter.js.map +1 -1
- package/transfer/access.d.ts +12 -0
- package/transfer/access.js +2 -0
- package/transfer/access.js.map +1 -1
- package/transfer/agreement.d.ts +12 -6
- package/transfer/agreement.js +2 -0
- package/transfer/agreement.js.map +1 -1
- package/transfer/certificate.d.ts +12 -6
- package/transfer/certificate.js +2 -0
- package/transfer/certificate.js.map +1 -1
- package/transfer/connector.d.ts +12 -6
- package/transfer/connector.js +2 -0
- package/transfer/connector.js.map +1 -1
- package/transfer/getConnector.d.ts +9 -0
- package/transfer/getConnector.js +2 -0
- package/transfer/getConnector.js.map +1 -1
- package/transfer/getServer.d.ts +9 -0
- package/transfer/getServer.js +2 -0
- package/transfer/getServer.js.map +1 -1
- package/transfer/profile.d.ts +12 -6
- package/transfer/profile.js +2 -0
- package/transfer/profile.js.map +1 -1
- package/transfer/server.d.ts +12 -4
- package/transfer/server.js +2 -0
- package/transfer/server.js.map +1 -1
- package/transfer/sshKey.d.ts +12 -0
- package/transfer/sshKey.js +2 -0
- package/transfer/sshKey.js.map +1 -1
- package/transfer/tag.d.ts +12 -0
- package/transfer/tag.js +2 -0
- package/transfer/tag.js.map +1 -1
- package/transfer/user.d.ts +12 -4
- package/transfer/user.js +2 -0
- package/transfer/user.js.map +1 -1
- package/transfer/workflow.d.ts +12 -4
- package/transfer/workflow.js +2 -0
- package/transfer/workflow.js.map +1 -1
- package/types/enums/alb/index.d.ts +10 -0
- package/types/enums/alb/index.js +10 -0
- package/types/enums/alb/index.js.map +1 -1
- package/types/enums/ec2/index.d.ts +0 -40
- package/types/enums/ec2/index.js +0 -40
- package/types/enums/ec2/index.js.map +1 -1
- package/types/enums/ecr/index.d.ts +24 -0
- package/types/enums/ecr/index.js +18 -0
- package/types/enums/ecr/index.js.map +1 -0
- package/types/enums/iam/index.d.ts +16 -158
- package/types/enums/iam/index.js +9 -159
- package/types/enums/iam/index.js.map +1 -1
- package/types/enums/index.d.ts +2 -1
- package/types/enums/index.js +3 -1
- package/types/enums/index.js.map +1 -1
- package/types/input.d.ts +996 -2197
- package/types/input.js.map +1 -1
- package/types/output.d.ts +999 -1848
- package/types/output.js.map +1 -1
- package/verifiedaccess/endpoint.d.ts +12 -6
- package/verifiedaccess/endpoint.js +2 -0
- package/verifiedaccess/endpoint.js.map +1 -1
- package/verifiedaccess/group.d.ts +12 -6
- package/verifiedaccess/group.js +2 -0
- package/verifiedaccess/group.js.map +1 -1
- package/verifiedaccess/instance.d.ts +12 -6
- package/verifiedaccess/instance.js +2 -0
- package/verifiedaccess/instance.js.map +1 -1
- package/verifiedaccess/instanceLoggingConfiguration.d.ts +12 -0
- package/verifiedaccess/instanceLoggingConfiguration.js +2 -0
- package/verifiedaccess/instanceLoggingConfiguration.js.map +1 -1
- package/verifiedaccess/instanceTrustProviderAttachment.d.ts +12 -0
- package/verifiedaccess/instanceTrustProviderAttachment.js +2 -0
- package/verifiedaccess/instanceTrustProviderAttachment.js.map +1 -1
- package/verifiedaccess/trustProvider.d.ts +12 -6
- package/verifiedaccess/trustProvider.js +2 -0
- package/verifiedaccess/trustProvider.js.map +1 -1
- package/verifiedpermissions/getPolicyStore.d.ts +9 -0
- package/verifiedpermissions/getPolicyStore.js +2 -0
- package/verifiedpermissions/getPolicyStore.js.map +1 -1
- package/verifiedpermissions/identitySource.d.ts +12 -0
- package/verifiedpermissions/identitySource.js +2 -0
- package/verifiedpermissions/identitySource.js.map +1 -1
- package/verifiedpermissions/policy.d.ts +12 -0
- package/verifiedpermissions/policy.js +2 -0
- package/verifiedpermissions/policy.js.map +1 -1
- package/verifiedpermissions/policyStore.d.ts +12 -4
- package/verifiedpermissions/policyStore.js +2 -0
- package/verifiedpermissions/policyStore.js.map +1 -1
- package/verifiedpermissions/policyTemplate.d.ts +12 -0
- package/verifiedpermissions/policyTemplate.js +2 -0
- package/verifiedpermissions/policyTemplate.js.map +1 -1
- package/verifiedpermissions/schema.d.ts +39 -0
- package/verifiedpermissions/schema.js +29 -0
- package/verifiedpermissions/schema.js.map +1 -1
- package/vpc/endpointPrivateDns.d.ts +12 -0
- package/vpc/endpointPrivateDns.js +2 -0
- package/vpc/endpointPrivateDns.js.map +1 -1
- package/vpc/endpointServicePrivateDnsVerification.d.ts +12 -0
- package/vpc/endpointServicePrivateDnsVerification.js +2 -0
- package/vpc/endpointServicePrivateDnsVerification.js.map +1 -1
- package/vpc/getEndpointAssociations.d.ts +77 -0
- package/vpc/{getVpcEndpointAssociations.js → getEndpointAssociations.js} +12 -10
- package/vpc/getEndpointAssociations.js.map +1 -0
- package/vpc/getSecurityGroupRule.d.ts +9 -0
- package/vpc/getSecurityGroupRule.js +2 -0
- package/vpc/getSecurityGroupRule.js.map +1 -1
- package/vpc/getSecurityGroupRules.d.ts +9 -0
- package/vpc/getSecurityGroupRules.js +2 -0
- package/vpc/getSecurityGroupRules.js.map +1 -1
- package/vpc/index.d.ts +3 -3
- package/vpc/index.js +4 -4
- package/vpc/index.js.map +1 -1
- package/vpc/routeServer.d.ts +12 -4
- package/vpc/routeServer.js +2 -0
- package/vpc/routeServer.js.map +1 -1
- package/vpc/routeServerEndpoint.d.ts +12 -4
- package/vpc/routeServerEndpoint.js +2 -0
- package/vpc/routeServerEndpoint.js.map +1 -1
- package/vpc/routeServerPeer.d.ts +27 -4
- package/vpc/routeServerPeer.js +2 -0
- package/vpc/routeServerPeer.js.map +1 -1
- package/vpc/routeServerPropagation.d.ts +18 -0
- package/vpc/routeServerPropagation.js +2 -0
- package/vpc/routeServerPropagation.js.map +1 -1
- package/vpc/routeServerVpcAssociation.d.ts +18 -0
- package/vpc/routeServerVpcAssociation.js +2 -0
- package/vpc/routeServerVpcAssociation.js.map +1 -1
- package/vpc/securityGroupEgressRule.d.ts +12 -4
- package/vpc/securityGroupEgressRule.js +2 -0
- package/vpc/securityGroupEgressRule.js.map +1 -1
- package/vpc/securityGroupIngressRule.d.ts +18 -4
- package/vpc/securityGroupIngressRule.js +2 -0
- package/vpc/securityGroupIngressRule.js.map +1 -1
- package/vpc/securityGroupVpcAssociation.d.ts +12 -0
- package/vpc/securityGroupVpcAssociation.js +2 -0
- package/vpc/securityGroupVpcAssociation.js.map +1 -1
- package/vpclattice/accessLogSubscription.d.ts +12 -6
- package/vpclattice/accessLogSubscription.js +2 -0
- package/vpclattice/accessLogSubscription.js.map +1 -1
- package/vpclattice/authPolicy.d.ts +12 -0
- package/vpclattice/authPolicy.js +2 -0
- package/vpclattice/authPolicy.js.map +1 -1
- package/vpclattice/getAuthPolicy.d.ts +9 -0
- package/vpclattice/getAuthPolicy.js +2 -0
- package/vpclattice/getAuthPolicy.js.map +1 -1
- package/vpclattice/getListener.d.ts +9 -0
- package/vpclattice/getListener.js +2 -0
- package/vpclattice/getListener.js.map +1 -1
- package/vpclattice/getResourcePolicy.d.ts +9 -0
- package/vpclattice/getResourcePolicy.js +2 -0
- package/vpclattice/getResourcePolicy.js.map +1 -1
- package/vpclattice/getService.d.ts +9 -0
- package/vpclattice/getService.js +2 -0
- package/vpclattice/getService.js.map +1 -1
- package/vpclattice/getServiceNetwork.d.ts +9 -0
- package/vpclattice/getServiceNetwork.js +2 -0
- package/vpclattice/getServiceNetwork.js.map +1 -1
- package/vpclattice/listener.d.ts +12 -6
- package/vpclattice/listener.js +2 -0
- package/vpclattice/listener.js.map +1 -1
- package/vpclattice/listenerRule.d.ts +12 -4
- package/vpclattice/listenerRule.js +2 -0
- package/vpclattice/listenerRule.js.map +1 -1
- package/vpclattice/resourceConfiguration.d.ts +12 -4
- package/vpclattice/resourceConfiguration.js +2 -0
- package/vpclattice/resourceConfiguration.js.map +1 -1
- package/vpclattice/resourceGateway.d.ts +12 -4
- package/vpclattice/resourceGateway.js +2 -0
- package/vpclattice/resourceGateway.js.map +1 -1
- package/vpclattice/resourcePolicy.d.ts +12 -0
- package/vpclattice/resourcePolicy.js +2 -0
- package/vpclattice/resourcePolicy.js.map +1 -1
- package/vpclattice/service.d.ts +12 -4
- package/vpclattice/service.js +2 -0
- package/vpclattice/service.js.map +1 -1
- package/vpclattice/serviceNetwork.d.ts +12 -4
- package/vpclattice/serviceNetwork.js +2 -0
- package/vpclattice/serviceNetwork.js.map +1 -1
- package/vpclattice/serviceNetworkResourceAssociation.d.ts +12 -4
- package/vpclattice/serviceNetworkResourceAssociation.js +2 -0
- package/vpclattice/serviceNetworkResourceAssociation.js.map +1 -1
- package/vpclattice/serviceNetworkServiceAssociation.d.ts +12 -7
- package/vpclattice/serviceNetworkServiceAssociation.js +2 -0
- package/vpclattice/serviceNetworkServiceAssociation.js.map +1 -1
- package/vpclattice/serviceNetworkVpcAssociation.d.ts +12 -4
- package/vpclattice/serviceNetworkVpcAssociation.js +2 -0
- package/vpclattice/serviceNetworkVpcAssociation.js.map +1 -1
- package/vpclattice/targetGroup.d.ts +12 -4
- package/vpclattice/targetGroup.js +2 -0
- package/vpclattice/targetGroup.js.map +1 -1
- package/vpclattice/targetGroupAttachment.d.ts +12 -0
- package/vpclattice/targetGroupAttachment.js +2 -0
- package/vpclattice/targetGroupAttachment.js.map +1 -1
- package/waf/rateBasedRule.d.ts +0 -4
- package/waf/rateBasedRule.js.map +1 -1
- package/waf/rule.d.ts +0 -4
- package/waf/rule.js.map +1 -1
- package/waf/ruleGroup.d.ts +0 -4
- package/waf/ruleGroup.js.map +1 -1
- package/waf/webAcl.d.ts +0 -4
- package/waf/webAcl.js.map +1 -1
- package/wafregional/byteMatchSet.d.ts +12 -0
- package/wafregional/byteMatchSet.js +2 -0
- package/wafregional/byteMatchSet.js.map +1 -1
- package/wafregional/geoMatchSet.d.ts +12 -0
- package/wafregional/geoMatchSet.js +2 -0
- package/wafregional/geoMatchSet.js.map +1 -1
- package/wafregional/getIpset.d.ts +9 -0
- package/wafregional/getIpset.js +2 -0
- package/wafregional/getIpset.js.map +1 -1
- package/wafregional/getRateBasedMod.d.ts +9 -0
- package/wafregional/getRateBasedMod.js +2 -0
- package/wafregional/getRateBasedMod.js.map +1 -1
- package/wafregional/getRule.d.ts +9 -0
- package/wafregional/getRule.js +2 -0
- package/wafregional/getRule.js.map +1 -1
- package/wafregional/getSubscribedRuleGroup.d.ts +9 -0
- package/wafregional/getSubscribedRuleGroup.js +2 -0
- package/wafregional/getSubscribedRuleGroup.js.map +1 -1
- package/wafregional/getWebAcl.d.ts +9 -0
- package/wafregional/getWebAcl.js +2 -0
- package/wafregional/getWebAcl.js.map +1 -1
- package/wafregional/ipSet.d.ts +12 -0
- package/wafregional/ipSet.js +2 -0
- package/wafregional/ipSet.js.map +1 -1
- package/wafregional/rateBasedRule.d.ts +12 -4
- package/wafregional/rateBasedRule.js +2 -0
- package/wafregional/rateBasedRule.js.map +1 -1
- package/wafregional/regexMatchSet.d.ts +12 -0
- package/wafregional/regexMatchSet.js +2 -0
- package/wafregional/regexMatchSet.js.map +1 -1
- package/wafregional/regexPatternSet.d.ts +12 -0
- package/wafregional/regexPatternSet.js +2 -0
- package/wafregional/regexPatternSet.js.map +1 -1
- package/wafregional/rule.d.ts +12 -4
- package/wafregional/rule.js +2 -0
- package/wafregional/rule.js.map +1 -1
- package/wafregional/ruleGroup.d.ts +12 -4
- package/wafregional/ruleGroup.js +2 -0
- package/wafregional/ruleGroup.js.map +1 -1
- package/wafregional/sizeConstraintSet.d.ts +12 -0
- package/wafregional/sizeConstraintSet.js +2 -0
- package/wafregional/sizeConstraintSet.js.map +1 -1
- package/wafregional/sqlInjectionMatchSet.d.ts +12 -0
- package/wafregional/sqlInjectionMatchSet.js +2 -0
- package/wafregional/sqlInjectionMatchSet.js.map +1 -1
- package/wafregional/webAcl.d.ts +12 -4
- package/wafregional/webAcl.js +2 -0
- package/wafregional/webAcl.js.map +1 -1
- package/wafregional/webAclAssociation.d.ts +12 -0
- package/wafregional/webAclAssociation.js +2 -0
- package/wafregional/webAclAssociation.js.map +1 -1
- package/wafregional/xssMatchSet.d.ts +12 -0
- package/wafregional/xssMatchSet.js +2 -0
- package/wafregional/xssMatchSet.js.map +1 -1
- package/wafv2/apiKey.d.ts +12 -0
- package/wafv2/apiKey.js +2 -0
- package/wafv2/apiKey.js.map +1 -1
- package/wafv2/getIpSet.d.ts +9 -0
- package/wafv2/getIpSet.js +2 -0
- package/wafv2/getIpSet.js.map +1 -1
- package/wafv2/getRegexPatternSet.d.ts +9 -0
- package/wafv2/getRegexPatternSet.js +2 -0
- package/wafv2/getRegexPatternSet.js.map +1 -1
- package/wafv2/getRuleGroup.d.ts +9 -0
- package/wafv2/getRuleGroup.js +2 -0
- package/wafv2/getRuleGroup.js.map +1 -1
- package/wafv2/getWebAcl.d.ts +9 -0
- package/wafv2/getWebAcl.js +2 -0
- package/wafv2/getWebAcl.js.map +1 -1
- package/wafv2/ipSet.d.ts +12 -4
- package/wafv2/ipSet.js +2 -0
- package/wafv2/ipSet.js.map +1 -1
- package/wafv2/regexPatternSet.d.ts +12 -4
- package/wafv2/regexPatternSet.js +2 -0
- package/wafv2/regexPatternSet.js.map +1 -1
- package/wafv2/ruleGroup.d.ts +12 -4
- package/wafv2/ruleGroup.js +2 -0
- package/wafv2/ruleGroup.js.map +1 -1
- package/wafv2/webAcl.d.ts +12 -4
- package/wafv2/webAcl.js +2 -0
- package/wafv2/webAcl.js.map +1 -1
- package/wafv2/webAclAssociation.d.ts +12 -0
- package/wafv2/webAclAssociation.js +2 -0
- package/wafv2/webAclAssociation.js.map +1 -1
- package/wafv2/webAclLoggingConfiguration.d.ts +12 -0
- package/wafv2/webAclLoggingConfiguration.js +2 -0
- package/wafv2/webAclLoggingConfiguration.js.map +1 -1
- package/workspaces/connectionAlias.d.ts +12 -4
- package/workspaces/connectionAlias.js +2 -0
- package/workspaces/connectionAlias.js.map +1 -1
- package/workspaces/directory.d.ts +12 -4
- package/workspaces/directory.js +2 -0
- package/workspaces/directory.js.map +1 -1
- package/workspaces/getBundle.d.ts +9 -0
- package/workspaces/getBundle.js +2 -0
- package/workspaces/getBundle.js.map +1 -1
- package/workspaces/getDirectory.d.ts +9 -0
- package/workspaces/getDirectory.js +2 -0
- package/workspaces/getDirectory.js.map +1 -1
- package/workspaces/getImage.d.ts +9 -0
- package/workspaces/getImage.js +2 -0
- package/workspaces/getImage.js.map +1 -1
- package/workspaces/getWorkspace.d.ts +9 -0
- package/workspaces/getWorkspace.js +2 -0
- package/workspaces/getWorkspace.js.map +1 -1
- package/workspaces/index.d.ts +0 -18
- package/workspaces/index.js +1 -31
- package/workspaces/index.js.map +1 -1
- package/workspaces/ipGroup.d.ts +12 -4
- package/workspaces/ipGroup.js +2 -0
- package/workspaces/ipGroup.js.map +1 -1
- package/workspaces/workspace.d.ts +12 -4
- package/workspaces/workspace.js +2 -0
- package/workspaces/workspace.js.map +1 -1
- package/workspacesweb/browserSettings.d.ts +12 -4
- package/workspacesweb/browserSettings.js +2 -0
- package/workspacesweb/browserSettings.js.map +1 -1
- package/workspacesweb/dataProtectionSettings.d.ts +12 -4
- package/workspacesweb/dataProtectionSettings.js +2 -2
- package/workspacesweb/dataProtectionSettings.js.map +1 -1
- package/workspacesweb/ipAccessSettings.d.ts +12 -4
- package/workspacesweb/ipAccessSettings.js +2 -2
- package/workspacesweb/ipAccessSettings.js.map +1 -1
- package/workspacesweb/networkSettings.d.ts +12 -4
- package/workspacesweb/networkSettings.js +2 -0
- package/workspacesweb/networkSettings.js.map +1 -1
- package/workspacesweb/userAccessLoggingSettings.d.ts +12 -4
- package/workspacesweb/userAccessLoggingSettings.js +2 -2
- package/workspacesweb/userAccessLoggingSettings.js.map +1 -1
- package/workspacesweb/userSettings.d.ts +12 -4
- package/workspacesweb/userSettings.js +2 -0
- package/workspacesweb/userSettings.js.map +1 -1
- package/xray/encryptionConfig.d.ts +12 -0
- package/xray/encryptionConfig.js +2 -0
- package/xray/encryptionConfig.js.map +1 -1
- package/xray/group.d.ts +12 -4
- package/xray/group.js +2 -0
- package/xray/group.js.map +1 -1
- package/xray/resourcePolicy.d.ts +12 -0
- package/xray/resourcePolicy.js +2 -0
- package/xray/resourcePolicy.js.map +1 -1
- package/xray/samplingRule.d.ts +12 -4
- package/xray/samplingRule.js +2 -0
- package/xray/samplingRule.js.map +1 -1
- package/alb/ipAddressType.d.ts +0 -5
- package/alb/ipAddressType.js +0 -21
- package/alb/ipAddressType.js.map +0 -1
- package/alb/loadBalancerType.d.ts +0 -5
- package/alb/loadBalancerType.js +0 -21
- package/alb/loadBalancerType.js.map +0 -1
- package/applicationloadbalancing/ipAddressType.d.ts +0 -5
- package/applicationloadbalancing/ipAddressType.js +0 -21
- package/applicationloadbalancing/ipAddressType.js.map +0 -1
- package/applicationloadbalancing/loadBalancerType.d.ts +0 -5
- package/applicationloadbalancing/loadBalancerType.js +0 -21
- package/applicationloadbalancing/loadBalancerType.js.map +0 -1
- package/arn.d.ts +0 -5
- package/arn.js +0 -16
- package/arn.js.map +0 -1
- package/autoscaling/metrics.d.ts +0 -19
- package/autoscaling/metrics.js +0 -35
- package/autoscaling/metrics.js.map +0 -1
- package/autoscaling/notificationType.d.ts +0 -11
- package/autoscaling/notificationType.js +0 -27
- package/autoscaling/notificationType.js.map +0 -1
- package/chime/voiceConnectorOrganization.d.ts +0 -120
- package/chime/voiceConnectorOrganization.js +0 -107
- package/chime/voiceConnectorOrganization.js.map +0 -1
- package/directoryservice/conditionalForwader.d.ts +0 -102
- package/directoryservice/conditionalForwader.js +0 -94
- package/directoryservice/conditionalForwader.js.map +0 -1
- package/directoryservice/logService.d.ts +0 -108
- package/directoryservice/logService.js +0 -107
- package/directoryservice/logService.js.map +0 -1
- package/ec2/getVpcIamPool.d.ts +0 -209
- package/ec2/getVpcIamPool.js +0 -106
- package/ec2/getVpcIamPool.js.map +0 -1
- package/ec2/getVpcIamPoolCidrs.d.ts +0 -158
- package/ec2/getVpcIamPoolCidrs.js +0 -138
- package/ec2/getVpcIamPoolCidrs.js.map +0 -1
- package/ec2/getVpcIamPools.d.ts +0 -97
- package/ec2/getVpcIamPools.js +0 -82
- package/ec2/getVpcIamPools.js.map +0 -1
- package/ec2/instancePlatform.d.ts +0 -52
- package/ec2/instancePlatform.js +0 -69
- package/ec2/instancePlatform.js.map +0 -1
- package/ec2/instanceType.d.ts +0 -337
- package/ec2/instanceType.js +0 -355
- package/ec2/instanceType.js.map +0 -1
- package/ec2/placementStrategy.d.ts +0 -14
- package/ec2/placementStrategy.js +0 -30
- package/ec2/placementStrategy.js.map +0 -1
- package/ec2/protocolType.d.ts +0 -9
- package/ec2/protocolType.js +0 -25
- package/ec2/protocolType.js.map +0 -1
- package/ec2/tenancy.d.ts +0 -16
- package/ec2/tenancy.js +0 -33
- package/ec2/tenancy.js.map +0 -1
- package/ecr/getCredentials.d.ts +0 -28
- package/ecr/getCredentials.js +0 -22
- package/ecr/getCredentials.js.map +0 -1
- package/gamelift/matchmakingConfiguration.d.ts +0 -272
- package/gamelift/matchmakingConfiguration.js +0 -107
- package/gamelift/matchmakingConfiguration.js.map +0 -1
- package/gamelift/matchmakingRuleSet.d.ts +0 -107
- package/gamelift/matchmakingRuleSet.js +0 -76
- package/gamelift/matchmakingRuleSet.js.map +0 -1
- package/iam/managedPolicies.d.ts +0 -534
- package/iam/managedPolicies.js +0 -551
- package/iam/managedPolicies.js.map +0 -1
- package/lambda/runtimes.d.ts +0 -43
- package/lambda/runtimes.js +0 -59
- package/lambda/runtimes.js.map +0 -1
- package/opsworks/application.d.ts +0 -293
- package/opsworks/application.js +0 -138
- package/opsworks/application.js.map +0 -1
- package/opsworks/customLayer.d.ts +0 -345
- package/opsworks/customLayer.js +0 -127
- package/opsworks/customLayer.js.map +0 -1
- package/opsworks/ecsClusterLayer.d.ts +0 -314
- package/opsworks/ecsClusterLayer.js +0 -118
- package/opsworks/ecsClusterLayer.js.map +0 -1
- package/opsworks/gangliaLayer.d.ts +0 -342
- package/opsworks/gangliaLayer.js +0 -122
- package/opsworks/gangliaLayer.js.map +0 -1
- package/opsworks/haproxyLayer.d.ts +0 -378
- package/opsworks/haproxyLayer.js +0 -128
- package/opsworks/haproxyLayer.js.map +0 -1
- package/opsworks/index.d.ts +0 -51
- package/opsworks/index.js +0 -102
- package/opsworks/index.js.map +0 -1
- package/opsworks/instance.d.ts +0 -592
- package/opsworks/instance.js +0 -211
- package/opsworks/instance.js.map +0 -1
- package/opsworks/javaAppLayer.d.ts +0 -363
- package/opsworks/javaAppLayer.js +0 -120
- package/opsworks/javaAppLayer.js.map +0 -1
- package/opsworks/memcachedLayer.d.ts +0 -315
- package/opsworks/memcachedLayer.js +0 -112
- package/opsworks/memcachedLayer.js.map +0 -1
- package/opsworks/mysqlLayer.d.ts +0 -327
- package/opsworks/mysqlLayer.js +0 -114
- package/opsworks/mysqlLayer.js.map +0 -1
- package/opsworks/nodejsAppLayer.d.ts +0 -315
- package/opsworks/nodejsAppLayer.js +0 -112
- package/opsworks/nodejsAppLayer.js.map +0 -1
- package/opsworks/permission.d.ts +0 -112
- package/opsworks/permission.js +0 -79
- package/opsworks/permission.js.map +0 -1
- package/opsworks/phpAppLayer.d.ts +0 -311
- package/opsworks/phpAppLayer.js +0 -118
- package/opsworks/phpAppLayer.js.map +0 -1
- package/opsworks/railsAppLayer.d.ts +0 -375
- package/opsworks/railsAppLayer.js +0 -122
- package/opsworks/railsAppLayer.js.map +0 -1
- package/opsworks/rdsDbInstance.d.ts +0 -99
- package/opsworks/rdsDbInstance.js +0 -84
- package/opsworks/rdsDbInstance.js.map +0 -1
- package/opsworks/stack.d.ts +0 -376
- package/opsworks/stack.js +0 -142
- package/opsworks/stack.js.map +0 -1
- package/opsworks/staticWebLayer.d.ts +0 -302
- package/opsworks/staticWebLayer.js +0 -118
- package/opsworks/staticWebLayer.js.map +0 -1
- package/opsworks/userProfile.d.ts +0 -97
- package/opsworks/userProfile.js +0 -74
- package/opsworks/userProfile.js.map +0 -1
- package/quicksight/getAnalysis.d.ts +0 -92
- package/quicksight/getAnalysis.js +0 -62
- package/quicksight/getAnalysis.js.map +0 -1
- package/rds/engineMode.d.ts +0 -9
- package/rds/engineMode.js +0 -25
- package/rds/engineMode.js.map +0 -1
- package/rds/engineType.d.ts +0 -7
- package/rds/engineType.js +0 -23
- package/rds/engineType.js.map +0 -1
- package/rds/instanceType.d.ts +0 -122
- package/rds/instanceType.js +0 -139
- package/rds/instanceType.js.map +0 -1
- package/rds/storageType.d.ts +0 -10
- package/rds/storageType.js +0 -27
- package/rds/storageType.js.map +0 -1
- package/redshift/getServiceAccount.d.ts +0 -133
- package/redshift/getServiceAccount.js +0 -120
- package/redshift/getServiceAccount.js.map +0 -1
- package/region.d.ts +0 -49
- package/region.js +0 -65
- package/region.js.map +0 -1
- package/route53/recordType.d.ts +0 -28
- package/route53/recordType.js +0 -45
- package/route53/recordType.js.map +0 -1
- package/s3/cannedAcl.d.ts +0 -17
- package/s3/cannedAcl.js +0 -33
- package/s3/cannedAcl.js.map +0 -1
- package/simpledb/domain.d.ts +0 -70
- package/simpledb/domain.js +0 -71
- package/simpledb/domain.js.map +0 -1
- package/simpledb/index.d.ts +0 -3
- package/simpledb/index.js +0 -22
- package/simpledb/index.js.map +0 -1
- package/ssm/parameterType.d.ts +0 -7
- package/ssm/parameterType.js +0 -13
- package/ssm/parameterType.js.map +0 -1
- package/vpc/getVpcEndpointAssociations.d.ts +0 -68
- package/vpc/getVpcEndpointAssociations.js.map +0 -1
- package/worklink/fleet.d.ts +0 -224
- package/worklink/fleet.js +0 -127
- package/worklink/fleet.js.map +0 -1
- package/worklink/index.d.ts +0 -6
- package/worklink/index.js +0 -27
- package/worklink/index.js.map +0 -1
- package/worklink/websiteCertificateAuthorityAssociation.d.ts +0 -109
- package/worklink/websiteCertificateAuthorityAssociation.js +0 -90
- package/worklink/websiteCertificateAuthorityAssociation.js.map +0 -1
- package/workspaces/webBrowserSettings.d.ts +0 -193
- package/workspaces/webBrowserSettings.js +0 -125
- package/workspaces/webBrowserSettings.js.map +0 -1
- package/workspaces/webDataProtectionSettings.d.ts +0 -264
- package/workspaces/webDataProtectionSettings.js +0 -174
- package/workspaces/webDataProtectionSettings.js.map +0 -1
- package/workspaces/webIpAccessSettings.d.ts +0 -245
- package/workspaces/webIpAccessSettings.js +0 -155
- package/workspaces/webIpAccessSettings.js.map +0 -1
- package/workspaces/webNetworkSettings.d.ts +0 -184
- package/workspaces/webNetworkSettings.js +0 -128
- package/workspaces/webNetworkSettings.js.map +0 -1
- package/workspaces/webUserAccessLoggingSettings.d.ts +0 -152
- package/workspaces/webUserAccessLoggingSettings.js +0 -110
- package/workspaces/webUserAccessLoggingSettings.js.map +0 -1
- package/workspaces/webUserSettings.d.ts +0 -345
- package/workspaces/webUserSettings.js +0 -197
- package/workspaces/webUserSettings.js.map +0 -1
package/types/output.d.ts
CHANGED
|
@@ -32,33 +32,63 @@ export interface GetRegionsFilter {
|
|
|
32
32
|
export declare namespace accessanalyzer {
|
|
33
33
|
interface AnalyzerConfiguration {
|
|
34
34
|
/**
|
|
35
|
-
*
|
|
35
|
+
* Specifies the configuration of an internal access analyzer for an AWS organization or account. This configuration determines how the analyzer evaluates access within your AWS environment. See `internalAccess` Block for details.
|
|
36
|
+
*/
|
|
37
|
+
internalAccess?: outputs.accessanalyzer.AnalyzerConfigurationInternalAccess;
|
|
38
|
+
/**
|
|
39
|
+
* Specifies the configuration of an unused access analyzer for an AWS organization or account. See `unusedAccess` Block for details.
|
|
36
40
|
*/
|
|
37
41
|
unusedAccess?: outputs.accessanalyzer.AnalyzerConfigurationUnusedAccess;
|
|
38
42
|
}
|
|
43
|
+
interface AnalyzerConfigurationInternalAccess {
|
|
44
|
+
/**
|
|
45
|
+
* Information about analysis rules for the internal access analyzer. These rules determine which resources and access patterns will be analyzed. See `analysisRule` Block for Internal Access Analyzer for details.
|
|
46
|
+
*/
|
|
47
|
+
analysisRule?: outputs.accessanalyzer.AnalyzerConfigurationInternalAccessAnalysisRule;
|
|
48
|
+
}
|
|
49
|
+
interface AnalyzerConfigurationInternalAccessAnalysisRule {
|
|
50
|
+
/**
|
|
51
|
+
* List of rules for the internal access analyzer containing criteria to include in analysis. Only resources that meet the rule criteria will generate findings. See `inclusion` Block for details.
|
|
52
|
+
*/
|
|
53
|
+
inclusions?: outputs.accessanalyzer.AnalyzerConfigurationInternalAccessAnalysisRuleInclusion[];
|
|
54
|
+
}
|
|
55
|
+
interface AnalyzerConfigurationInternalAccessAnalysisRuleInclusion {
|
|
56
|
+
/**
|
|
57
|
+
* List of AWS account IDs to apply to the internal access analysis rule criteria. Account IDs can only be applied to the analysis rule criteria for organization-level analyzers.
|
|
58
|
+
*/
|
|
59
|
+
accountIds?: string[];
|
|
60
|
+
/**
|
|
61
|
+
* List of resource ARNs to apply to the internal access analysis rule criteria. The analyzer will only generate findings for resources that match these ARNs.
|
|
62
|
+
*/
|
|
63
|
+
resourceArns?: string[];
|
|
64
|
+
/**
|
|
65
|
+
* List of resource types to apply to the internal access analysis rule criteria. The analyzer will only generate findings for resources of these types. Refer to [InternalAccessAnalysisRuleCriteria](https://docs.aws.amazon.com/access-analyzer/latest/APIReference/API_InternalAccessAnalysisRuleCriteria.html) in the AWS IAM Access Analyzer API Reference for valid values.
|
|
66
|
+
*/
|
|
67
|
+
resourceTypes?: string[];
|
|
68
|
+
}
|
|
39
69
|
interface AnalyzerConfigurationUnusedAccess {
|
|
40
70
|
/**
|
|
41
|
-
*
|
|
71
|
+
* Information about analysis rules for the analyzer. Analysis rules determine which entities will generate findings based on the criteria you define when you create the rule. See `analysisRule` Block for Unused Access Analyzer for details.
|
|
42
72
|
*/
|
|
43
73
|
analysisRule?: outputs.accessanalyzer.AnalyzerConfigurationUnusedAccessAnalysisRule;
|
|
44
74
|
/**
|
|
45
|
-
*
|
|
75
|
+
* Specified access age in days for which to generate findings for unused access.
|
|
46
76
|
*/
|
|
47
77
|
unusedAccessAge?: number;
|
|
48
78
|
}
|
|
49
79
|
interface AnalyzerConfigurationUnusedAccessAnalysisRule {
|
|
50
80
|
/**
|
|
51
|
-
*
|
|
81
|
+
* List of rules for the analyzer containing criteria to exclude from analysis. Entities that meet the rule criteria will not generate findings. See `exclusion` Block for details.
|
|
52
82
|
*/
|
|
53
83
|
exclusions?: outputs.accessanalyzer.AnalyzerConfigurationUnusedAccessAnalysisRuleExclusion[];
|
|
54
84
|
}
|
|
55
85
|
interface AnalyzerConfigurationUnusedAccessAnalysisRuleExclusion {
|
|
56
86
|
/**
|
|
57
|
-
*
|
|
87
|
+
* List of AWS account IDs to apply to the analysis rule criteria. The accounts cannot include the organization analyzer owner account. Account IDs can only be applied to the analysis rule criteria for organization-level analyzers.
|
|
58
88
|
*/
|
|
59
89
|
accountIds?: string[];
|
|
60
90
|
/**
|
|
61
|
-
*
|
|
91
|
+
* List of key-value pairs for resource tags to exclude from the analysis.
|
|
62
92
|
*/
|
|
63
93
|
resourceTags?: {
|
|
64
94
|
[key: string]: string;
|
|
@@ -618,11 +648,12 @@ export declare namespace alb {
|
|
|
618
648
|
*/
|
|
619
649
|
advertiseTrustStoreCaNames: string;
|
|
620
650
|
/**
|
|
621
|
-
* Whether client certificate expiry is ignored.
|
|
651
|
+
* Whether client certificate expiry is ignored.
|
|
652
|
+
* Default is `false`.
|
|
622
653
|
*/
|
|
623
654
|
ignoreClientCertificateExpiry?: boolean;
|
|
624
655
|
/**
|
|
625
|
-
* Valid values are `off`, `
|
|
656
|
+
* Valid values are `off`, `passthrough`, and `verify`.
|
|
626
657
|
*/
|
|
627
658
|
mode: string;
|
|
628
659
|
/**
|
|
@@ -1067,6 +1098,42 @@ export declare namespace alb {
|
|
|
1067
1098
|
}
|
|
1068
1099
|
}
|
|
1069
1100
|
export declare namespace amp {
|
|
1101
|
+
interface QueryLoggingConfigurationDestination {
|
|
1102
|
+
/**
|
|
1103
|
+
* Configuration block for CloudWatch Logs destination. See `cloudwatchLogs`.
|
|
1104
|
+
*/
|
|
1105
|
+
cloudwatchLogs?: outputs.amp.QueryLoggingConfigurationDestinationCloudwatchLogs;
|
|
1106
|
+
/**
|
|
1107
|
+
* A list of filter configurations that specify which logs should be sent to the destination. See `filters`.
|
|
1108
|
+
*/
|
|
1109
|
+
filters?: outputs.amp.QueryLoggingConfigurationDestinationFilters;
|
|
1110
|
+
}
|
|
1111
|
+
interface QueryLoggingConfigurationDestinationCloudwatchLogs {
|
|
1112
|
+
/**
|
|
1113
|
+
* The ARN of the CloudWatch log group to which query logs will be sent.
|
|
1114
|
+
*/
|
|
1115
|
+
logGroupArn: string;
|
|
1116
|
+
}
|
|
1117
|
+
interface QueryLoggingConfigurationDestinationFilters {
|
|
1118
|
+
/**
|
|
1119
|
+
* The Query Samples Processed (QSP) threshold above which queries will be logged. Queries processing more samples than this threshold will be captured in logs.
|
|
1120
|
+
*/
|
|
1121
|
+
qspThreshold: number;
|
|
1122
|
+
}
|
|
1123
|
+
interface QueryLoggingConfigurationTimeouts {
|
|
1124
|
+
/**
|
|
1125
|
+
* A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
1126
|
+
*/
|
|
1127
|
+
create?: string;
|
|
1128
|
+
/**
|
|
1129
|
+
* A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
|
|
1130
|
+
*/
|
|
1131
|
+
delete?: string;
|
|
1132
|
+
/**
|
|
1133
|
+
* A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
1134
|
+
*/
|
|
1135
|
+
update?: string;
|
|
1136
|
+
}
|
|
1070
1137
|
interface ScraperDestination {
|
|
1071
1138
|
/**
|
|
1072
1139
|
* Configuration block for an Amazon Managed Prometheus workspace destination. See `amp`.
|
|
@@ -1224,6 +1291,12 @@ export declare namespace amplify {
|
|
|
1224
1291
|
*/
|
|
1225
1292
|
target: string;
|
|
1226
1293
|
}
|
|
1294
|
+
interface AppJobConfig {
|
|
1295
|
+
/**
|
|
1296
|
+
* Size of the build instance. Valid values: `STANDARD_8GB`, `LARGE_16GB`, and `XLARGE_72GB`. Default: `STANDARD_8GB`.
|
|
1297
|
+
*/
|
|
1298
|
+
buildComputeType: string;
|
|
1299
|
+
}
|
|
1227
1300
|
interface AppProductionBranch {
|
|
1228
1301
|
/**
|
|
1229
1302
|
* Branch name for the production branch.
|
|
@@ -1288,22 +1361,6 @@ export declare namespace apigateway {
|
|
|
1288
1361
|
*/
|
|
1289
1362
|
rateLimit: number;
|
|
1290
1363
|
}
|
|
1291
|
-
interface DeploymentCanarySettings {
|
|
1292
|
-
/**
|
|
1293
|
-
* Percentage (0.0-100.0) of traffic routed to the canary deployment.
|
|
1294
|
-
*/
|
|
1295
|
-
percentTraffic?: number;
|
|
1296
|
-
/**
|
|
1297
|
-
* Stage variable overrides used for the canary release deployment. They can override existing stage variables or add new stage variables for the canary release deployment. These stage variables are represented as a string-to-string map between stage variable names and their values.
|
|
1298
|
-
*/
|
|
1299
|
-
stageVariableOverrides?: {
|
|
1300
|
-
[key: string]: string;
|
|
1301
|
-
};
|
|
1302
|
-
/**
|
|
1303
|
-
* Boolean flag to indicate whether the canary release deployment uses the stage cache or not.
|
|
1304
|
-
*/
|
|
1305
|
-
useStageCache?: boolean;
|
|
1306
|
-
}
|
|
1307
1364
|
interface DocumentationPartLocation {
|
|
1308
1365
|
/**
|
|
1309
1366
|
* HTTP verb of a method. The default value is `*` for any method.
|
|
@@ -2727,7 +2784,8 @@ export declare namespace appflow {
|
|
|
2727
2784
|
bucketPrefix?: string;
|
|
2728
2785
|
privateLinkServiceName?: string;
|
|
2729
2786
|
/**
|
|
2730
|
-
*
|
|
2787
|
+
* Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
|
|
2788
|
+
* * `name ` (Required) - Name of the connector profile. The name is unique for each `ConnectorProfile` in your AWS account.
|
|
2731
2789
|
*/
|
|
2732
2790
|
region?: string;
|
|
2733
2791
|
/**
|
|
@@ -7603,7 +7661,7 @@ export declare namespace auditmanager {
|
|
|
7603
7661
|
/**
|
|
7604
7662
|
* The keyword to search for in CloudTrail logs, Config rules, Security Hub checks, and Amazon Web Services API names. See `sourceKeyword` below.
|
|
7605
7663
|
*/
|
|
7606
|
-
sourceKeyword
|
|
7664
|
+
sourceKeyword: outputs.auditmanager.ControlControlMappingSourceSourceKeyword;
|
|
7607
7665
|
/**
|
|
7608
7666
|
* Name of the source.
|
|
7609
7667
|
*/
|
|
@@ -7657,7 +7715,7 @@ export declare namespace auditmanager {
|
|
|
7657
7715
|
sourceDescription: string;
|
|
7658
7716
|
sourceFrequency: string;
|
|
7659
7717
|
sourceId: string;
|
|
7660
|
-
|
|
7718
|
+
sourceKeywords: outputs.auditmanager.GetControlControlMappingSourceSourceKeyword[];
|
|
7661
7719
|
sourceName: string;
|
|
7662
7720
|
sourceSetUpOption: string;
|
|
7663
7721
|
sourceType: string;
|
|
@@ -7668,7 +7726,7 @@ export declare namespace auditmanager {
|
|
|
7668
7726
|
keywordValue: string;
|
|
7669
7727
|
}
|
|
7670
7728
|
interface GetFrameworkControlSet {
|
|
7671
|
-
controls
|
|
7729
|
+
controls: outputs.auditmanager.GetFrameworkControlSetControl[];
|
|
7672
7730
|
id: string;
|
|
7673
7731
|
/**
|
|
7674
7732
|
* Name of the framework.
|
|
@@ -10374,7 +10432,7 @@ export declare namespace batch {
|
|
|
10374
10432
|
/**
|
|
10375
10433
|
* Properties of the container that's used on the Amazon EKS pod. See containers below.
|
|
10376
10434
|
*/
|
|
10377
|
-
containers: outputs.batch.
|
|
10435
|
+
containers: outputs.batch.JobDefinitionEksPropertiesPodPropertiesContainer[];
|
|
10378
10436
|
/**
|
|
10379
10437
|
* DNS policy for the pod. The default value is `ClusterFirst`. If the `hostNetwork` argument is not specified, the default is `ClusterFirstWithHostNet`. `ClusterFirst` indicates that any DNS query that does not match the configured cluster domain suffix is forwarded to the upstream nameserver inherited from the node. For more information, see Pod's DNS policy in the Kubernetes documentation.
|
|
10380
10438
|
*/
|
|
@@ -10408,7 +10466,7 @@ export declare namespace batch {
|
|
|
10408
10466
|
*/
|
|
10409
10467
|
volumes?: outputs.batch.JobDefinitionEksPropertiesPodPropertiesVolume[];
|
|
10410
10468
|
}
|
|
10411
|
-
interface
|
|
10469
|
+
interface JobDefinitionEksPropertiesPodPropertiesContainer {
|
|
10412
10470
|
/**
|
|
10413
10471
|
* Array of arguments to the entrypoint. If this isn't specified, the CMD of the container image is used. This corresponds to the args member in the Entrypoint portion of the Pod in Kubernetes. Environment variable references are expanded using the container's environment.
|
|
10414
10472
|
*/
|
|
@@ -10420,7 +10478,7 @@ export declare namespace batch {
|
|
|
10420
10478
|
/**
|
|
10421
10479
|
* Environment variables to pass to a container. See EKS Environment below.
|
|
10422
10480
|
*/
|
|
10423
|
-
envs?: outputs.batch.
|
|
10481
|
+
envs?: outputs.batch.JobDefinitionEksPropertiesPodPropertiesContainerEnv[];
|
|
10424
10482
|
/**
|
|
10425
10483
|
* Docker image used to start the container.
|
|
10426
10484
|
*/
|
|
@@ -10436,17 +10494,17 @@ export declare namespace batch {
|
|
|
10436
10494
|
/**
|
|
10437
10495
|
* Type and amount of resources to assign to a container. The supported resources include `memory`, `cpu`, and `nvidia.com/gpu`.
|
|
10438
10496
|
*/
|
|
10439
|
-
resources?: outputs.batch.
|
|
10497
|
+
resources?: outputs.batch.JobDefinitionEksPropertiesPodPropertiesContainerResources;
|
|
10440
10498
|
/**
|
|
10441
10499
|
* Security context for a job.
|
|
10442
10500
|
*/
|
|
10443
|
-
securityContext?: outputs.batch.
|
|
10501
|
+
securityContext?: outputs.batch.JobDefinitionEksPropertiesPodPropertiesContainerSecurityContext;
|
|
10444
10502
|
/**
|
|
10445
10503
|
* Volume mounts for the container.
|
|
10446
10504
|
*/
|
|
10447
|
-
volumeMounts?: outputs.batch.
|
|
10505
|
+
volumeMounts?: outputs.batch.JobDefinitionEksPropertiesPodPropertiesContainerVolumeMount[];
|
|
10448
10506
|
}
|
|
10449
|
-
interface
|
|
10507
|
+
interface JobDefinitionEksPropertiesPodPropertiesContainerEnv {
|
|
10450
10508
|
/**
|
|
10451
10509
|
* Name of the job definition.
|
|
10452
10510
|
*/
|
|
@@ -10456,7 +10514,7 @@ export declare namespace batch {
|
|
|
10456
10514
|
*/
|
|
10457
10515
|
value: string;
|
|
10458
10516
|
}
|
|
10459
|
-
interface
|
|
10517
|
+
interface JobDefinitionEksPropertiesPodPropertiesContainerResources {
|
|
10460
10518
|
limits?: {
|
|
10461
10519
|
[key: string]: string;
|
|
10462
10520
|
};
|
|
@@ -10464,14 +10522,14 @@ export declare namespace batch {
|
|
|
10464
10522
|
[key: string]: string;
|
|
10465
10523
|
};
|
|
10466
10524
|
}
|
|
10467
|
-
interface
|
|
10525
|
+
interface JobDefinitionEksPropertiesPodPropertiesContainerSecurityContext {
|
|
10468
10526
|
privileged?: boolean;
|
|
10469
10527
|
readOnlyRootFileSystem?: boolean;
|
|
10470
10528
|
runAsGroup?: number;
|
|
10471
10529
|
runAsNonRoot?: boolean;
|
|
10472
10530
|
runAsUser?: number;
|
|
10473
10531
|
}
|
|
10474
|
-
interface
|
|
10532
|
+
interface JobDefinitionEksPropertiesPodPropertiesContainerVolumeMount {
|
|
10475
10533
|
mountPath: string;
|
|
10476
10534
|
/**
|
|
10477
10535
|
* Name of the job definition.
|
|
@@ -10711,9 +10769,6 @@ export declare namespace bcmdata {
|
|
|
10711
10769
|
* Destination configuration for this specific data export. See the `destinationConfigurations` argument reference below.
|
|
10712
10770
|
*/
|
|
10713
10771
|
destinationConfigurations?: outputs.bcmdata.ExportExportDestinationConfiguration[];
|
|
10714
|
-
/**
|
|
10715
|
-
* Amazon Resource Name (ARN) for this export.
|
|
10716
|
-
*/
|
|
10717
10772
|
exportArn: string;
|
|
10718
10773
|
/**
|
|
10719
10774
|
* Name of this specific data export.
|
|
@@ -13028,28 +13083,6 @@ export declare namespace chime {
|
|
|
13028
13083
|
*/
|
|
13029
13084
|
voiceConnectorId: string;
|
|
13030
13085
|
}
|
|
13031
|
-
interface VoiceConnectorOrganizationRoute {
|
|
13032
|
-
/**
|
|
13033
|
-
* The FQDN or IP address to contact for origination traffic.
|
|
13034
|
-
*/
|
|
13035
|
-
host: string;
|
|
13036
|
-
/**
|
|
13037
|
-
* The designated origination route port. Defaults to `5060`.
|
|
13038
|
-
*/
|
|
13039
|
-
port?: number;
|
|
13040
|
-
/**
|
|
13041
|
-
* The priority associated with the host, with 1 being the highest priority. Higher priority hosts are attempted first.
|
|
13042
|
-
*/
|
|
13043
|
-
priority: number;
|
|
13044
|
-
/**
|
|
13045
|
-
* The protocol to use for the origination route. Encryption-enabled Amazon Chime Voice Connectors use TCP protocol by default.
|
|
13046
|
-
*/
|
|
13047
|
-
protocol: string;
|
|
13048
|
-
/**
|
|
13049
|
-
* The weight associated with the host. If hosts are equal in priority, calls are redistributed among them based on their relative weight.
|
|
13050
|
-
*/
|
|
13051
|
-
weight: number;
|
|
13052
|
-
}
|
|
13053
13086
|
interface VoiceConnectorOriginationRoute {
|
|
13054
13087
|
/**
|
|
13055
13088
|
* The FQDN or IP address to contact for origination traffic.
|
|
@@ -13489,7 +13522,7 @@ export declare namespace cloudformation {
|
|
|
13489
13522
|
*/
|
|
13490
13523
|
organizationalUnitId: string;
|
|
13491
13524
|
/**
|
|
13492
|
-
* Region
|
|
13525
|
+
* Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
|
|
13493
13526
|
*/
|
|
13494
13527
|
region: string;
|
|
13495
13528
|
/**
|
|
@@ -13731,11 +13764,11 @@ export declare namespace cloudfront {
|
|
|
13731
13764
|
}
|
|
13732
13765
|
interface ContinuousDeploymentPolicyTrafficConfigSingleWeightConfigSessionStickinessConfig {
|
|
13733
13766
|
/**
|
|
13734
|
-
* The amount of time in seconds after which sessions will cease if no requests are received. Valid values are `300`
|
|
13767
|
+
* The amount of time in seconds after which sessions will cease if no requests are received. Valid values are `300` - `3600` (5–60 minutes). The value must be less than or equal to `maximumTtl`.
|
|
13735
13768
|
*/
|
|
13736
13769
|
idleTtl: number;
|
|
13737
13770
|
/**
|
|
13738
|
-
* The maximum amount of time in seconds to consider requests from the viewer as being part of the same session. Valid values are `300`
|
|
13771
|
+
* The maximum amount of time in seconds to consider requests from the viewer as being part of the same session. Valid values are `300` - `3600` (5–60 minutes). The value must be greater than or equal to `idleTtl`.
|
|
13739
13772
|
*/
|
|
13740
13773
|
maximumTtl: number;
|
|
13741
13774
|
}
|
|
@@ -16198,6 +16231,10 @@ export declare namespace codebuild {
|
|
|
16198
16231
|
* the [CodeBuild User Guide](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-compute-types.html).
|
|
16199
16232
|
*/
|
|
16200
16233
|
computeType: string;
|
|
16234
|
+
/**
|
|
16235
|
+
* Configuration block. Detailed below.
|
|
16236
|
+
*/
|
|
16237
|
+
dockerServer?: outputs.codebuild.ProjectEnvironmentDockerServer;
|
|
16201
16238
|
/**
|
|
16202
16239
|
* Configuration block. Detailed below.
|
|
16203
16240
|
*/
|
|
@@ -16237,6 +16274,16 @@ export declare namespace codebuild {
|
|
|
16237
16274
|
*/
|
|
16238
16275
|
type: string;
|
|
16239
16276
|
}
|
|
16277
|
+
interface ProjectEnvironmentDockerServer {
|
|
16278
|
+
/**
|
|
16279
|
+
* Compute type for the Docker server. Valid values: `BUILD_GENERAL1_SMALL`, `BUILD_GENERAL1_MEDIUM`, `BUILD_GENERAL1_LARGE`, `BUILD_GENERAL1_XLARGE`, and `BUILD_GENERAL1_2XLARGE`.
|
|
16280
|
+
*/
|
|
16281
|
+
computeType: string;
|
|
16282
|
+
/**
|
|
16283
|
+
* List of security group IDs to assign to the Docker server.
|
|
16284
|
+
*/
|
|
16285
|
+
securityGroupIds?: string[];
|
|
16286
|
+
}
|
|
16240
16287
|
interface ProjectEnvironmentEnvironmentVariable {
|
|
16241
16288
|
/**
|
|
16242
16289
|
* Environment variable's name or key.
|
|
@@ -18956,15 +19003,11 @@ export declare namespace computeoptimizer {
|
|
|
18956
19003
|
}
|
|
18957
19004
|
}
|
|
18958
19005
|
export declare namespace config {
|
|
18959
|
-
interface
|
|
19006
|
+
interface AssumeRoleWithWebIdentity {
|
|
18960
19007
|
/**
|
|
18961
19008
|
* The duration, between 15 minutes and 12 hours, of the role session. Valid time units are ns, us (or µs), ms, s, h, or m.
|
|
18962
19009
|
*/
|
|
18963
19010
|
duration?: string;
|
|
18964
|
-
/**
|
|
18965
|
-
* A unique identifier that might be required when you assume a role in another account.
|
|
18966
|
-
*/
|
|
18967
|
-
externalId?: string;
|
|
18968
19011
|
/**
|
|
18969
19012
|
* IAM Policy JSON describing further restricting permissions for the IAM Role being assumed.
|
|
18970
19013
|
*/
|
|
@@ -18981,26 +19024,18 @@ export declare namespace config {
|
|
|
18981
19024
|
* An identifier for the assumed role session.
|
|
18982
19025
|
*/
|
|
18983
19026
|
sessionName?: string;
|
|
18984
|
-
|
|
18985
|
-
|
|
18986
|
-
*/
|
|
18987
|
-
sourceIdentity?: string;
|
|
18988
|
-
/**
|
|
18989
|
-
* Assume role session tags.
|
|
18990
|
-
*/
|
|
18991
|
-
tags?: {
|
|
18992
|
-
[key: string]: string;
|
|
18993
|
-
};
|
|
18994
|
-
/**
|
|
18995
|
-
* Assume role session tag keys to pass to any subsequent sessions.
|
|
18996
|
-
*/
|
|
18997
|
-
transitiveTagKeys?: string[];
|
|
19027
|
+
webIdentityToken?: string;
|
|
19028
|
+
webIdentityTokenFile?: string;
|
|
18998
19029
|
}
|
|
18999
|
-
interface
|
|
19030
|
+
interface AssumeRoles {
|
|
19000
19031
|
/**
|
|
19001
19032
|
* The duration, between 15 minutes and 12 hours, of the role session. Valid time units are ns, us (or µs), ms, s, h, or m.
|
|
19002
19033
|
*/
|
|
19003
19034
|
duration?: string;
|
|
19035
|
+
/**
|
|
19036
|
+
* A unique identifier that might be required when you assume a role in another account.
|
|
19037
|
+
*/
|
|
19038
|
+
externalId?: string;
|
|
19004
19039
|
/**
|
|
19005
19040
|
* IAM Policy JSON describing further restricting permissions for the IAM Role being assumed.
|
|
19006
19041
|
*/
|
|
@@ -19017,8 +19052,20 @@ export declare namespace config {
|
|
|
19017
19052
|
* An identifier for the assumed role session.
|
|
19018
19053
|
*/
|
|
19019
19054
|
sessionName?: string;
|
|
19020
|
-
|
|
19021
|
-
|
|
19055
|
+
/**
|
|
19056
|
+
* Source identity specified by the principal assuming the role.
|
|
19057
|
+
*/
|
|
19058
|
+
sourceIdentity?: string;
|
|
19059
|
+
/**
|
|
19060
|
+
* Assume role session tags.
|
|
19061
|
+
*/
|
|
19062
|
+
tags?: {
|
|
19063
|
+
[key: string]: string;
|
|
19064
|
+
};
|
|
19065
|
+
/**
|
|
19066
|
+
* Assume role session tag keys to pass to any subsequent sessions.
|
|
19067
|
+
*/
|
|
19068
|
+
transitiveTagKeys?: string[];
|
|
19022
19069
|
}
|
|
19023
19070
|
interface DefaultTags {
|
|
19024
19071
|
/**
|
|
@@ -19641,14 +19688,6 @@ export declare namespace config {
|
|
|
19641
19688
|
* Use this to override the default service endpoint URL
|
|
19642
19689
|
*/
|
|
19643
19690
|
iot?: string;
|
|
19644
|
-
/**
|
|
19645
|
-
* Use this to override the default service endpoint URL
|
|
19646
|
-
*/
|
|
19647
|
-
iotanalytics?: string;
|
|
19648
|
-
/**
|
|
19649
|
-
* Use this to override the default service endpoint URL
|
|
19650
|
-
*/
|
|
19651
|
-
iotevents?: string;
|
|
19652
19691
|
/**
|
|
19653
19692
|
* Use this to override the default service endpoint URL
|
|
19654
19693
|
*/
|
|
@@ -19861,10 +19900,6 @@ export declare namespace config {
|
|
|
19861
19900
|
* Use this to override the default service endpoint URL
|
|
19862
19901
|
*/
|
|
19863
19902
|
opensearchservice?: string;
|
|
19864
|
-
/**
|
|
19865
|
-
* Use this to override the default service endpoint URL
|
|
19866
|
-
*/
|
|
19867
|
-
opsworks?: string;
|
|
19868
19903
|
/**
|
|
19869
19904
|
* Use this to override the default service endpoint URL
|
|
19870
19905
|
*/
|
|
@@ -20049,10 +20084,6 @@ export declare namespace config {
|
|
|
20049
20084
|
* Use this to override the default service endpoint URL
|
|
20050
20085
|
*/
|
|
20051
20086
|
schemas?: string;
|
|
20052
|
-
/**
|
|
20053
|
-
* Use this to override the default service endpoint URL
|
|
20054
|
-
*/
|
|
20055
|
-
sdb?: string;
|
|
20056
20087
|
/**
|
|
20057
20088
|
* Use this to override the default service endpoint URL
|
|
20058
20089
|
*/
|
|
@@ -20113,10 +20144,6 @@ export declare namespace config {
|
|
|
20113
20144
|
* Use this to override the default service endpoint URL
|
|
20114
20145
|
*/
|
|
20115
20146
|
signer?: string;
|
|
20116
|
-
/**
|
|
20117
|
-
* Use this to override the default service endpoint URL
|
|
20118
|
-
*/
|
|
20119
|
-
simpledb?: string;
|
|
20120
20147
|
/**
|
|
20121
20148
|
* Use this to override the default service endpoint URL
|
|
20122
20149
|
*/
|
|
@@ -20225,10 +20252,6 @@ export declare namespace config {
|
|
|
20225
20252
|
* Use this to override the default service endpoint URL
|
|
20226
20253
|
*/
|
|
20227
20254
|
wellarchitected?: string;
|
|
20228
|
-
/**
|
|
20229
|
-
* Use this to override the default service endpoint URL
|
|
20230
|
-
*/
|
|
20231
|
-
worklink?: string;
|
|
20232
20255
|
/**
|
|
20233
20256
|
* Use this to override the default service endpoint URL
|
|
20234
20257
|
*/
|
|
@@ -25111,160 +25134,6 @@ export declare namespace dms {
|
|
|
25111
25134
|
*/
|
|
25112
25135
|
serviceAccessRoleArn?: string;
|
|
25113
25136
|
}
|
|
25114
|
-
interface EndpointS3Settings {
|
|
25115
|
-
/**
|
|
25116
|
-
* Whether to add column name information to the .csv output file. Default is `false`.
|
|
25117
|
-
*/
|
|
25118
|
-
addColumnName?: boolean;
|
|
25119
|
-
/**
|
|
25120
|
-
* S3 object prefix.
|
|
25121
|
-
*/
|
|
25122
|
-
bucketFolder?: string;
|
|
25123
|
-
/**
|
|
25124
|
-
* S3 bucket name.
|
|
25125
|
-
*/
|
|
25126
|
-
bucketName?: string;
|
|
25127
|
-
/**
|
|
25128
|
-
* Predefined (canned) access control list for objects created in an S3 bucket. Valid values include `none`, `private`, `public-read`, `public-read-write`, `authenticated-read`, `aws-exec-read`, `bucket-owner-read`, and `bucket-owner-full-control`. Default is `none`.
|
|
25129
|
-
*/
|
|
25130
|
-
cannedAclForObjects?: string;
|
|
25131
|
-
/**
|
|
25132
|
-
* Whether to write insert and update operations to .csv or .parquet output files. Default is `false`.
|
|
25133
|
-
*/
|
|
25134
|
-
cdcInsertsAndUpdates?: boolean;
|
|
25135
|
-
/**
|
|
25136
|
-
* Whether to write insert operations to .csv or .parquet output files. Default is `false`.
|
|
25137
|
-
*/
|
|
25138
|
-
cdcInsertsOnly?: boolean;
|
|
25139
|
-
/**
|
|
25140
|
-
* Maximum length of the interval, defined in seconds, after which to output a file to Amazon S3. Default is `60`.
|
|
25141
|
-
*/
|
|
25142
|
-
cdcMaxBatchInterval?: number;
|
|
25143
|
-
/**
|
|
25144
|
-
* Minimum file size condition as defined in kilobytes to output a file to Amazon S3. Default is `32000`. **NOTE:** Previously, this setting was measured in megabytes but now represents kilobytes. Update configurations accordingly.
|
|
25145
|
-
*/
|
|
25146
|
-
cdcMinFileSize?: number;
|
|
25147
|
-
/**
|
|
25148
|
-
* Folder path of CDC files. For an S3 source, this setting is required if a task captures change data; otherwise, it's optional. If `cdcPath` is set, AWS DMS reads CDC files from this path and replicates the data changes to the target endpoint. Supported in AWS DMS versions 3.4.2 and later.
|
|
25149
|
-
*/
|
|
25150
|
-
cdcPath?: string;
|
|
25151
|
-
/**
|
|
25152
|
-
* Set to compress target files. Default is `NONE`. Valid values are `GZIP` and `NONE`.
|
|
25153
|
-
*/
|
|
25154
|
-
compressionType?: string;
|
|
25155
|
-
/**
|
|
25156
|
-
* Delimiter used to separate columns in the source files. Default is `,`.
|
|
25157
|
-
*/
|
|
25158
|
-
csvDelimiter?: string;
|
|
25159
|
-
/**
|
|
25160
|
-
* String to use for all columns not included in the supplemental log.
|
|
25161
|
-
*/
|
|
25162
|
-
csvNoSupValue?: string;
|
|
25163
|
-
/**
|
|
25164
|
-
* String to as null when writing to the target.
|
|
25165
|
-
*/
|
|
25166
|
-
csvNullValue?: string;
|
|
25167
|
-
/**
|
|
25168
|
-
* Delimiter used to separate rows in the source files. Default is `\n`.
|
|
25169
|
-
*/
|
|
25170
|
-
csvRowDelimiter?: string;
|
|
25171
|
-
/**
|
|
25172
|
-
* Output format for the files that AWS DMS uses to create S3 objects. Valid values are `csv` and `parquet`. Default is `csv`.
|
|
25173
|
-
*/
|
|
25174
|
-
dataFormat?: string;
|
|
25175
|
-
/**
|
|
25176
|
-
* Size of one data page in bytes. Default is `1048576` (1 MiB).
|
|
25177
|
-
*/
|
|
25178
|
-
dataPageSize?: number;
|
|
25179
|
-
/**
|
|
25180
|
-
* Date separating delimiter to use during folder partitioning. Valid values are `SLASH`, `UNDERSCORE`, `DASH`, and `NONE`. Default is `SLASH`.
|
|
25181
|
-
*/
|
|
25182
|
-
datePartitionDelimiter?: string;
|
|
25183
|
-
/**
|
|
25184
|
-
* Partition S3 bucket folders based on transaction commit dates. Default is `false`.
|
|
25185
|
-
*/
|
|
25186
|
-
datePartitionEnabled?: boolean;
|
|
25187
|
-
/**
|
|
25188
|
-
* Date format to use during folder partitioning. Use this parameter when `datePartitionEnabled` is set to true. Valid values are `YYYYMMDD`, `YYYYMMDDHH`, `YYYYMM`, `MMYYYYDD`, and `DDMMYYYY`. Default is `YYYYMMDD`.
|
|
25189
|
-
*/
|
|
25190
|
-
datePartitionSequence?: string;
|
|
25191
|
-
/**
|
|
25192
|
-
* Maximum size in bytes of an encoded dictionary page of a column. Default is `1048576` (1 MiB).
|
|
25193
|
-
*/
|
|
25194
|
-
dictPageSizeLimit?: number;
|
|
25195
|
-
/**
|
|
25196
|
-
* Whether to enable statistics for Parquet pages and row groups. Default is `true`.
|
|
25197
|
-
*/
|
|
25198
|
-
enableStatistics?: boolean;
|
|
25199
|
-
/**
|
|
25200
|
-
* Type of encoding to use. Value values are `rleDictionary`, `plain`, and `plainDictionary`. Default is `rleDictionary`.
|
|
25201
|
-
*/
|
|
25202
|
-
encodingType?: string;
|
|
25203
|
-
/**
|
|
25204
|
-
* Server-side encryption mode that you want to encrypt your .csv or .parquet object files copied to S3. Valid values are `SSE_S3` and `SSE_KMS`. Default is `SSE_S3`.
|
|
25205
|
-
*/
|
|
25206
|
-
encryptionMode?: string;
|
|
25207
|
-
/**
|
|
25208
|
-
* JSON document that describes how AWS DMS should interpret the data.
|
|
25209
|
-
*/
|
|
25210
|
-
externalTableDefinition?: string;
|
|
25211
|
-
/**
|
|
25212
|
-
* Whether to integrate AWS Glue Data Catalog with an Amazon S3 target. See [Using AWS Glue Data Catalog with an Amazon S3 target for AWS DMS](https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Target.S3.html#CHAP_Target.S3.GlueCatalog) for more information. Default is `false`.
|
|
25213
|
-
*/
|
|
25214
|
-
glueCatalogGeneration?: boolean;
|
|
25215
|
-
/**
|
|
25216
|
-
* When this value is set to `1`, DMS ignores the first row header in a .csv file. Default is `0`.
|
|
25217
|
-
*/
|
|
25218
|
-
ignoreHeaderRows?: number;
|
|
25219
|
-
/**
|
|
25220
|
-
* Whether to enable a full load to write INSERT operations to the .csv output files only to indicate how the rows were added to the source database. Default is `false`.
|
|
25221
|
-
*/
|
|
25222
|
-
includeOpForFullLoad?: boolean;
|
|
25223
|
-
/**
|
|
25224
|
-
* Maximum size (in KB) of any .csv file to be created while migrating to an S3 target during full load. Valid values are from `1` to `1048576`. Default is `1048576` (1 GB).
|
|
25225
|
-
*/
|
|
25226
|
-
maxFileSize?: number;
|
|
25227
|
-
/**
|
|
25228
|
-
* Specifies the precision of any TIMESTAMP column values written to an S3 object file in .parquet format. Default is `false`.
|
|
25229
|
-
*/
|
|
25230
|
-
parquetTimestampInMillisecond?: boolean;
|
|
25231
|
-
/**
|
|
25232
|
-
* Version of the .parquet file format. Default is `parquet-1-0`. Valid values are `parquet-1-0` and `parquet-2-0`.
|
|
25233
|
-
*/
|
|
25234
|
-
parquetVersion?: string;
|
|
25235
|
-
/**
|
|
25236
|
-
* Whether DMS saves the transaction order for a CDC load on the S3 target specified by `cdcPath`. Default is `false`.
|
|
25237
|
-
*/
|
|
25238
|
-
preserveTransactions?: boolean;
|
|
25239
|
-
/**
|
|
25240
|
-
* For an S3 source, whether each leading double quotation mark has to be followed by an ending double quotation mark. Default is `true`.
|
|
25241
|
-
*/
|
|
25242
|
-
rfc4180?: boolean;
|
|
25243
|
-
/**
|
|
25244
|
-
* Number of rows in a row group. Default is `10000`.
|
|
25245
|
-
*/
|
|
25246
|
-
rowGroupLength?: number;
|
|
25247
|
-
/**
|
|
25248
|
-
* ARN or Id of KMS Key to use when `encryptionMode` is `SSE_KMS`.
|
|
25249
|
-
*/
|
|
25250
|
-
serverSideEncryptionKmsKeyId?: string;
|
|
25251
|
-
/**
|
|
25252
|
-
* ARN of the IAM Role with permissions to read from or write to the S3 Bucket.
|
|
25253
|
-
*/
|
|
25254
|
-
serviceAccessRoleArn?: string;
|
|
25255
|
-
/**
|
|
25256
|
-
* Column to add with timestamp information to the endpoint data for an Amazon S3 target.
|
|
25257
|
-
*/
|
|
25258
|
-
timestampColumnName?: string;
|
|
25259
|
-
/**
|
|
25260
|
-
* Whether to use `csvNoSupValue` for columns not included in the supplemental log.
|
|
25261
|
-
*/
|
|
25262
|
-
useCsvNoSupValue?: boolean;
|
|
25263
|
-
/**
|
|
25264
|
-
* When set to true, uses the task start time as the timestamp column value instead of the time data is written to target. For full load, when set to true, each row of the timestamp column contains the task start time. For CDC loads, each row of the timestamp column contains the transaction commit time. When set to false, the full load timestamp in the timestamp column increments with the time data arrives at the target. Default is `false`.
|
|
25265
|
-
*/
|
|
25266
|
-
useTaskStartTimeForFullLoadTimestamp?: boolean;
|
|
25267
|
-
}
|
|
25268
25137
|
interface GetEndpointElasticsearchSetting {
|
|
25269
25138
|
endpointUri: string;
|
|
25270
25139
|
errorRetryDuration: number;
|
|
@@ -25792,6 +25661,10 @@ export declare namespace dynamodb {
|
|
|
25792
25661
|
* ARN of the table
|
|
25793
25662
|
*/
|
|
25794
25663
|
arn: string;
|
|
25664
|
+
/**
|
|
25665
|
+
* Whether this global table will be using `STRONG` consistency mode or `EVENTUAL` consistency mode. Default value is `EVENTUAL`.
|
|
25666
|
+
*/
|
|
25667
|
+
consistencyMode?: string;
|
|
25795
25668
|
/**
|
|
25796
25669
|
* ARN of the CMK that should be used for the AWS KMS encryption.
|
|
25797
25670
|
* This argument should only be used if the key is different from the default KMS-managed DynamoDB key, `alias/aws/dynamodb`.
|
|
@@ -26736,7 +26609,7 @@ export declare namespace ec2 {
|
|
|
26736
26609
|
}
|
|
26737
26610
|
interface FlowLogDestinationOptions {
|
|
26738
26611
|
/**
|
|
26739
|
-
*
|
|
26612
|
+
* File format for the flow log. Default value: `plain-text`. Valid values: `plain-text`, `parquet`.
|
|
26740
26613
|
*/
|
|
26741
26614
|
fileFormat?: string;
|
|
26742
26615
|
/**
|
|
@@ -27230,12 +27103,6 @@ export declare namespace ec2 {
|
|
|
27230
27103
|
interface GetLaunchTemplateCreditSpecification {
|
|
27231
27104
|
cpuCredits: string;
|
|
27232
27105
|
}
|
|
27233
|
-
interface GetLaunchTemplateElasticGpuSpecification {
|
|
27234
|
-
type: string;
|
|
27235
|
-
}
|
|
27236
|
-
interface GetLaunchTemplateElasticInferenceAccelerator {
|
|
27237
|
-
type: string;
|
|
27238
|
-
}
|
|
27239
27106
|
interface GetLaunchTemplateEnclaveOption {
|
|
27240
27107
|
enabled: boolean;
|
|
27241
27108
|
}
|
|
@@ -28682,116 +28549,6 @@ export declare namespace ec2 {
|
|
|
28682
28549
|
*/
|
|
28683
28550
|
values: string[];
|
|
28684
28551
|
}
|
|
28685
|
-
interface GetVpcIamPoolCidrsFilter {
|
|
28686
|
-
/**
|
|
28687
|
-
* Name of the field to filter by, as defined by
|
|
28688
|
-
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetIpamPoolCidrs.html).
|
|
28689
|
-
*/
|
|
28690
|
-
name: string;
|
|
28691
|
-
/**
|
|
28692
|
-
* Set of values that are accepted for the given field.
|
|
28693
|
-
*/
|
|
28694
|
-
values: string[];
|
|
28695
|
-
}
|
|
28696
|
-
interface GetVpcIamPoolCidrsIpamPoolCidr {
|
|
28697
|
-
/**
|
|
28698
|
-
* A network CIDR.
|
|
28699
|
-
*/
|
|
28700
|
-
cidr: string;
|
|
28701
|
-
/**
|
|
28702
|
-
* The provisioning state of that CIDR.
|
|
28703
|
-
*/
|
|
28704
|
-
state: string;
|
|
28705
|
-
}
|
|
28706
|
-
interface GetVpcIamPoolFilter {
|
|
28707
|
-
/**
|
|
28708
|
-
* The name of the filter. Filter names are case-sensitive.
|
|
28709
|
-
*/
|
|
28710
|
-
name: string;
|
|
28711
|
-
/**
|
|
28712
|
-
* The filter values. Filter values are case-sensitive.
|
|
28713
|
-
*/
|
|
28714
|
-
values: string[];
|
|
28715
|
-
}
|
|
28716
|
-
interface GetVpcIamPoolsFilter {
|
|
28717
|
-
/**
|
|
28718
|
-
* The name of the filter. Filter names are case-sensitive.
|
|
28719
|
-
*/
|
|
28720
|
-
name: string;
|
|
28721
|
-
/**
|
|
28722
|
-
* The filter values. Filter values are case-sensitive.
|
|
28723
|
-
*/
|
|
28724
|
-
values: string[];
|
|
28725
|
-
}
|
|
28726
|
-
interface GetVpcIamPoolsIpamPool {
|
|
28727
|
-
/**
|
|
28728
|
-
* IP protocol assigned to this pool.
|
|
28729
|
-
*/
|
|
28730
|
-
addressFamily: string;
|
|
28731
|
-
/**
|
|
28732
|
-
* A default netmask length for allocations added to this pool. If, for example, the CIDR assigned to this pool is `10.0.0.0/8` and you enter 16 here, new allocations will default to `10.0.0.0/16`.
|
|
28733
|
-
*/
|
|
28734
|
-
allocationDefaultNetmaskLength: number;
|
|
28735
|
-
/**
|
|
28736
|
-
* The maximum netmask length that will be required for CIDR allocations in this pool.
|
|
28737
|
-
*/
|
|
28738
|
-
allocationMaxNetmaskLength: number;
|
|
28739
|
-
/**
|
|
28740
|
-
* The minimum netmask length that will be required for CIDR allocations in this pool.
|
|
28741
|
-
*/
|
|
28742
|
-
allocationMinNetmaskLength: number;
|
|
28743
|
-
/**
|
|
28744
|
-
* Tags that are required to create resources in using this pool.
|
|
28745
|
-
*/
|
|
28746
|
-
allocationResourceTags: {
|
|
28747
|
-
[key: string]: string;
|
|
28748
|
-
};
|
|
28749
|
-
/**
|
|
28750
|
-
* ARN of the pool
|
|
28751
|
-
*/
|
|
28752
|
-
arn: string;
|
|
28753
|
-
/**
|
|
28754
|
-
* If enabled, IPAM will continuously look for resources within the CIDR range of this pool and automatically import them as allocations into your IPAM.
|
|
28755
|
-
*/
|
|
28756
|
-
autoImport: boolean;
|
|
28757
|
-
/**
|
|
28758
|
-
* Limits which service in AWS that the pool can be used in. `ec2` for example, allows users to use space for Elastic IP addresses and VPCs.
|
|
28759
|
-
*/
|
|
28760
|
-
awsService: string;
|
|
28761
|
-
/**
|
|
28762
|
-
* Description for the IPAM pool.
|
|
28763
|
-
*/
|
|
28764
|
-
description: string;
|
|
28765
|
-
/**
|
|
28766
|
-
* ID of the IPAM pool.
|
|
28767
|
-
*/
|
|
28768
|
-
id: string;
|
|
28769
|
-
/**
|
|
28770
|
-
* ID of the scope the pool belongs to.
|
|
28771
|
-
*/
|
|
28772
|
-
ipamScopeId: string;
|
|
28773
|
-
ipamScopeType: string;
|
|
28774
|
-
/**
|
|
28775
|
-
* Locale is the Region where your pool is available for allocations. You can only create pools with locales that match the operating Regions of the IPAM. You can only create VPCs from a pool whose locale matches the VPC's Region.
|
|
28776
|
-
*/
|
|
28777
|
-
locale: string;
|
|
28778
|
-
poolDepth: number;
|
|
28779
|
-
/**
|
|
28780
|
-
* Defines whether or not IPv6 pool space is publicly advertisable over the internet.
|
|
28781
|
-
*/
|
|
28782
|
-
publiclyAdvertisable: boolean;
|
|
28783
|
-
/**
|
|
28784
|
-
* ID of the source IPAM pool.
|
|
28785
|
-
*/
|
|
28786
|
-
sourceIpamPoolId: string;
|
|
28787
|
-
state: string;
|
|
28788
|
-
/**
|
|
28789
|
-
* Map of tags to assigned to the resource.
|
|
28790
|
-
*/
|
|
28791
|
-
tags: {
|
|
28792
|
-
[key: string]: string;
|
|
28793
|
-
};
|
|
28794
|
-
}
|
|
28795
28552
|
interface GetVpcIpamOperatingRegion {
|
|
28796
28553
|
regionName: string;
|
|
28797
28554
|
}
|
|
@@ -29480,18 +29237,6 @@ export declare namespace ec2 {
|
|
|
29480
29237
|
*/
|
|
29481
29238
|
cpuCredits?: string;
|
|
29482
29239
|
}
|
|
29483
|
-
interface LaunchTemplateElasticGpuSpecification {
|
|
29484
|
-
/**
|
|
29485
|
-
* The [Elastic GPU Type](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-graphics.html#elastic-graphics-basics)
|
|
29486
|
-
*/
|
|
29487
|
-
type: string;
|
|
29488
|
-
}
|
|
29489
|
-
interface LaunchTemplateElasticInferenceAccelerator {
|
|
29490
|
-
/**
|
|
29491
|
-
* Accelerator type.
|
|
29492
|
-
*/
|
|
29493
|
-
type: string;
|
|
29494
|
-
}
|
|
29495
29240
|
interface LaunchTemplateEnclaveOptions {
|
|
29496
29241
|
/**
|
|
29497
29242
|
* If set to `true`, Nitro Enclaves will be enabled on the instance.
|
|
@@ -32660,16 +32405,6 @@ export declare namespace ecs {
|
|
|
32660
32405
|
*/
|
|
32661
32406
|
sizeInGib: number;
|
|
32662
32407
|
}
|
|
32663
|
-
interface GetTaskDefinitionInferenceAccelerator {
|
|
32664
|
-
/**
|
|
32665
|
-
* Elastic Inference accelerator device name. The deviceName must also be referenced in a container definition as a ResourceRequirement.
|
|
32666
|
-
*/
|
|
32667
|
-
deviceName: string;
|
|
32668
|
-
/**
|
|
32669
|
-
* Elastic Inference accelerator type to use.
|
|
32670
|
-
*/
|
|
32671
|
-
deviceType: string;
|
|
32672
|
-
}
|
|
32673
32408
|
interface GetTaskDefinitionPlacementConstraint {
|
|
32674
32409
|
/**
|
|
32675
32410
|
* Cluster Query Language expression to apply to the constraint. For more information, see [Cluster Query Language in the Amazon EC2 Container Service Developer Guide](http://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-query-language.html).
|
|
@@ -32858,12 +32593,6 @@ export declare namespace ecs {
|
|
|
32858
32593
|
* Amazon Resource Name (ARN) of the task execution role override for the task.
|
|
32859
32594
|
*/
|
|
32860
32595
|
executionRoleArn?: string;
|
|
32861
|
-
/**
|
|
32862
|
-
* **DEPRECATED** Elastic Inference accelerator override for the task. See below.
|
|
32863
|
-
*
|
|
32864
|
-
* @deprecated inference_accelerator_overrides is deprecated. AWS no longer supports the Elastic Inference service.
|
|
32865
|
-
*/
|
|
32866
|
-
inferenceAcceleratorOverrides?: outputs.ecs.GetTaskExecutionOverridesInferenceAcceleratorOverride[];
|
|
32867
32596
|
/**
|
|
32868
32597
|
* The memory override for the task.
|
|
32869
32598
|
*/
|
|
@@ -32915,24 +32644,14 @@ export declare namespace ecs {
|
|
|
32915
32644
|
}
|
|
32916
32645
|
interface GetTaskExecutionOverridesContainerOverrideResourceRequirement {
|
|
32917
32646
|
/**
|
|
32918
|
-
* The type of resource to assign to a container. Valid values are `GPU
|
|
32647
|
+
* The type of resource to assign to a container. Valid values are `GPU`.
|
|
32919
32648
|
*/
|
|
32920
32649
|
type: string;
|
|
32921
32650
|
/**
|
|
32922
|
-
* The value for the specified resource type. If the `GPU` type is used, the value is the number of physical GPUs the Amazon ECS container agent reserves for the container. The number of GPUs that's reserved for all containers in a task can't exceed the number of available GPUs on the container instance that the task is launched on.
|
|
32651
|
+
* The value for the specified resource type. If the `GPU` type is used, the value is the number of physical GPUs the Amazon ECS container agent reserves for the container. The number of GPUs that's reserved for all containers in a task can't exceed the number of available GPUs on the container instance that the task is launched on.
|
|
32923
32652
|
*/
|
|
32924
32653
|
value: string;
|
|
32925
32654
|
}
|
|
32926
|
-
interface GetTaskExecutionOverridesInferenceAcceleratorOverride {
|
|
32927
|
-
/**
|
|
32928
|
-
* The Elastic Inference accelerator device name to override for the task. This parameter must match a deviceName specified in the task definition.
|
|
32929
|
-
*/
|
|
32930
|
-
deviceName?: string;
|
|
32931
|
-
/**
|
|
32932
|
-
* The Elastic Inference accelerator type to use.
|
|
32933
|
-
*/
|
|
32934
|
-
deviceType?: string;
|
|
32935
|
-
}
|
|
32936
32655
|
interface GetTaskExecutionPlacementConstraint {
|
|
32937
32656
|
/**
|
|
32938
32657
|
* A cluster query language expression to apply to the constraint. The expression can have a maximum length of 2000 characters. You can't specify an expression if the constraint type is `distinctInstance`.
|
|
@@ -33280,16 +32999,6 @@ export declare namespace ecs {
|
|
|
33280
32999
|
*/
|
|
33281
33000
|
sizeInGib: number;
|
|
33282
33001
|
}
|
|
33283
|
-
interface TaskDefinitionInferenceAccelerator {
|
|
33284
|
-
/**
|
|
33285
|
-
* Elastic Inference accelerator device name. The deviceName must also be referenced in a container definition as a ResourceRequirement.
|
|
33286
|
-
*/
|
|
33287
|
-
deviceName: string;
|
|
33288
|
-
/**
|
|
33289
|
-
* Elastic Inference accelerator type to use.
|
|
33290
|
-
*/
|
|
33291
|
-
deviceType: string;
|
|
33292
|
-
}
|
|
33293
33002
|
interface TaskDefinitionPlacementConstraint {
|
|
33294
33003
|
/**
|
|
33295
33004
|
* Cluster Query Language expression to apply to the constraint. For more information, see [Cluster Query Language in the Amazon EC2 Container Service Developer Guide](http://docs.aws.amazon.com/AmazonECS/latest/developerguide/cluster-query-language.html).
|
|
@@ -36580,7 +36289,7 @@ export declare namespace finspace {
|
|
|
36580
36289
|
* * RDB - Realtime Database. This type of database captures all the data from a ticker plant and stores it in memory until the end of day, after which it writes all of its data to a disk and reloads the HDB. This cluster type requires local storage for temporary storage of data during the savedown process. If you specify this field in your request, you must provide the `savedownStorageConfiguration` parameter.
|
|
36581
36290
|
* * GATEWAY - A gateway cluster allows you to access data across processes in kdb systems. It allows you to create your own routing logic using the initialization scripts and custom code. This type of cluster does not require a writable local storage.
|
|
36582
36291
|
* * GP - A general purpose cluster allows you to quickly iterate on code during development by granting greater access to system commands and enabling a fast reload of custom code. This cluster type can optionally mount databases including cache and savedown storage. For this cluster type, the node count is fixed at 1. It does not support autoscaling and supports only `SINGLE` AZ mode.
|
|
36583
|
-
* * Tickerplant
|
|
36292
|
+
* * Tickerplant - A tickerplant cluster allows you to subscribe to feed handlers based on IAM permissions. It can publish to RDBs, other Tickerplants, and real-time subscribers (RTS). Tickerplants can persist messages to log, which is readable by any RDB environment. It supports only single-node that is only one kdb process.
|
|
36584
36293
|
*/
|
|
36585
36294
|
type: string;
|
|
36586
36295
|
}
|
|
@@ -36593,13 +36302,13 @@ export declare namespace finspace {
|
|
|
36593
36302
|
* Determines the hardware of the host computer used for your cluster instance. Each node type offers different memory and storage capabilities. Choose a node type based on the requirements of the application or software that you plan to run on your instance.
|
|
36594
36303
|
*
|
|
36595
36304
|
* You can only specify one of the following values:
|
|
36596
|
-
* * kx.s.large
|
|
36597
|
-
* * kx.s.xlarge
|
|
36598
|
-
* * kx.s.2xlarge
|
|
36599
|
-
* * kx.s.4xlarge
|
|
36600
|
-
* * kx.s.8xlarge
|
|
36601
|
-
* * kx.s.16xlarge
|
|
36602
|
-
* * kx.s.32xlarge
|
|
36305
|
+
* * kx.s.large - The node type with a configuration of 12 GiB memory and 2 vCPUs.
|
|
36306
|
+
* * kx.s.xlarge - The node type with a configuration of 27 GiB memory and 4 vCPUs.
|
|
36307
|
+
* * kx.s.2xlarge - The node type with a configuration of 54 GiB memory and 8 vCPUs.
|
|
36308
|
+
* * kx.s.4xlarge - The node type with a configuration of 108 GiB memory and 16 vCPUs.
|
|
36309
|
+
* * kx.s.8xlarge - The node type with a configuration of 216 GiB memory and 32 vCPUs.
|
|
36310
|
+
* * kx.s.16xlarge - The node type with a configuration of 432 GiB memory and 64 vCPUs.
|
|
36311
|
+
* * kx.s.32xlarge - The node type with a configuration of 864 GiB memory and 128 vCPUs.
|
|
36603
36312
|
*/
|
|
36604
36313
|
nodeType: string;
|
|
36605
36314
|
}
|
|
@@ -38043,16 +37752,6 @@ export declare namespace gamelift {
|
|
|
38043
37752
|
*/
|
|
38044
37753
|
policyDurationSeconds?: number;
|
|
38045
37754
|
}
|
|
38046
|
-
interface MatchmakingConfigurationGameProperty {
|
|
38047
|
-
/**
|
|
38048
|
-
* A game property key
|
|
38049
|
-
*/
|
|
38050
|
-
key: string;
|
|
38051
|
-
/**
|
|
38052
|
-
* A game property value.
|
|
38053
|
-
*/
|
|
38054
|
-
value: string;
|
|
38055
|
-
}
|
|
38056
37755
|
interface ScriptStorageLocation {
|
|
38057
37756
|
/**
|
|
38058
37757
|
* Name of your S3 bucket.
|
|
@@ -39042,7 +38741,7 @@ export declare namespace glue {
|
|
|
39042
38741
|
*/
|
|
39043
38742
|
name: string;
|
|
39044
38743
|
/**
|
|
39045
|
-
* Region
|
|
38744
|
+
* Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
|
|
39046
38745
|
*/
|
|
39047
38746
|
region: string;
|
|
39048
38747
|
}
|
|
@@ -39978,16 +39677,6 @@ export declare namespace identitystore {
|
|
|
39978
39677
|
*/
|
|
39979
39678
|
issuer: string;
|
|
39980
39679
|
}
|
|
39981
|
-
interface GetGroupFilter {
|
|
39982
|
-
/**
|
|
39983
|
-
* Attribute path that is used to specify which attribute name to search. Currently, `DisplayName` is the only valid attribute path.
|
|
39984
|
-
*/
|
|
39985
|
-
attributePath: string;
|
|
39986
|
-
/**
|
|
39987
|
-
* Value for an attribute.
|
|
39988
|
-
*/
|
|
39989
|
-
attributeValue: string;
|
|
39990
|
-
}
|
|
39991
39680
|
interface GetGroupMembershipsGroupMembership {
|
|
39992
39681
|
/**
|
|
39993
39682
|
* The identifier for a group in the Identity Store.
|
|
@@ -40063,7 +39752,7 @@ export declare namespace identitystore {
|
|
|
40063
39752
|
*/
|
|
40064
39753
|
primary: boolean;
|
|
40065
39754
|
/**
|
|
40066
|
-
*
|
|
39755
|
+
* Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
|
|
40067
39756
|
*/
|
|
40068
39757
|
region: string;
|
|
40069
39758
|
/**
|
|
@@ -40131,16 +39820,6 @@ export declare namespace identitystore {
|
|
|
40131
39820
|
*/
|
|
40132
39821
|
issuer: string;
|
|
40133
39822
|
}
|
|
40134
|
-
interface GetUserFilter {
|
|
40135
|
-
/**
|
|
40136
|
-
* Attribute path that is used to specify which attribute name to search. Currently, `UserName` is the only valid attribute path.
|
|
40137
|
-
*/
|
|
40138
|
-
attributePath: string;
|
|
40139
|
-
/**
|
|
40140
|
-
* Value for an attribute.
|
|
40141
|
-
*/
|
|
40142
|
-
attributeValue: string;
|
|
40143
|
-
}
|
|
40144
39823
|
interface GetUserName {
|
|
40145
39824
|
/**
|
|
40146
39825
|
* The family name of the user.
|
|
@@ -40269,7 +39948,7 @@ export declare namespace identitystore {
|
|
|
40269
39948
|
*/
|
|
40270
39949
|
primary: boolean;
|
|
40271
39950
|
/**
|
|
40272
|
-
* Region
|
|
39951
|
+
* Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
|
|
40273
39952
|
*/
|
|
40274
39953
|
region: string;
|
|
40275
39954
|
/**
|
|
@@ -40571,9 +40250,7 @@ export declare namespace imagebuilder {
|
|
|
40571
40250
|
*/
|
|
40572
40251
|
licenseConfigurationArns?: string[];
|
|
40573
40252
|
/**
|
|
40574
|
-
*
|
|
40575
|
-
*
|
|
40576
|
-
* The following arguments are optional:
|
|
40253
|
+
* Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
|
|
40577
40254
|
*/
|
|
40578
40255
|
region: string;
|
|
40579
40256
|
/**
|
|
@@ -40877,7 +40554,7 @@ export declare namespace imagebuilder {
|
|
|
40877
40554
|
*/
|
|
40878
40555
|
licenseConfigurationArns: string[];
|
|
40879
40556
|
/**
|
|
40880
|
-
*
|
|
40557
|
+
* Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
|
|
40881
40558
|
*/
|
|
40882
40559
|
region: string;
|
|
40883
40560
|
/**
|
|
@@ -41115,7 +40792,7 @@ export declare namespace imagebuilder {
|
|
|
41115
40792
|
*/
|
|
41116
40793
|
name: string;
|
|
41117
40794
|
/**
|
|
41118
|
-
* Region
|
|
40795
|
+
* Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
|
|
41119
40796
|
*/
|
|
41120
40797
|
region: string;
|
|
41121
40798
|
}
|
|
@@ -41125,7 +40802,7 @@ export declare namespace imagebuilder {
|
|
|
41125
40802
|
*/
|
|
41126
40803
|
imageUris: string[];
|
|
41127
40804
|
/**
|
|
41128
|
-
* Region
|
|
40805
|
+
* Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
|
|
41129
40806
|
*/
|
|
41130
40807
|
region: string;
|
|
41131
40808
|
}
|
|
@@ -41373,7 +41050,7 @@ export declare namespace imagebuilder {
|
|
|
41373
41050
|
*/
|
|
41374
41051
|
name: string;
|
|
41375
41052
|
/**
|
|
41376
|
-
* Region
|
|
41053
|
+
* Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
|
|
41377
41054
|
*/
|
|
41378
41055
|
region: string;
|
|
41379
41056
|
}
|
|
@@ -41383,7 +41060,7 @@ export declare namespace imagebuilder {
|
|
|
41383
41060
|
*/
|
|
41384
41061
|
imageUris: string[];
|
|
41385
41062
|
/**
|
|
41386
|
-
* Region
|
|
41063
|
+
* Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
|
|
41387
41064
|
*/
|
|
41388
41065
|
region: string;
|
|
41389
41066
|
}
|
|
@@ -43620,7 +43297,7 @@ export declare namespace kendra {
|
|
|
43620
43297
|
*/
|
|
43621
43298
|
authenticationConfiguration?: outputs.kendra.DataSourceConfigurationWebCrawlerConfigurationAuthenticationConfiguration;
|
|
43622
43299
|
/**
|
|
43623
|
-
* Specifies the number of levels in a website that you want to crawl. The first level begins from the website seed or starting point URL. For example, if a website has 3 levels
|
|
43300
|
+
* Specifies the number of levels in a website that you want to crawl. The first level begins from the website seed or starting point URL. For example, if a website has 3 levels - index level (i.e. seed in this example), sections level, and subsections level - and you are only interested in crawling information up to the sections level (i.e. levels 0-1), you can set your depth to 1. The default crawl depth is set to `2`. Minimum value of `0`. Maximum value of `10`.
|
|
43624
43301
|
*/
|
|
43625
43302
|
crawlDepth?: number;
|
|
43626
43303
|
/**
|
|
@@ -43703,9 +43380,9 @@ export declare namespace kendra {
|
|
|
43703
43380
|
seedUrls: string[];
|
|
43704
43381
|
/**
|
|
43705
43382
|
* The default mode is set to `HOST_ONLY`. You can choose one of the following modes:
|
|
43706
|
-
* * `HOST_ONLY`
|
|
43707
|
-
* * `SUBDOMAINS`
|
|
43708
|
-
* * `EVERYTHING`
|
|
43383
|
+
* * `HOST_ONLY` - crawl only the website host names. For example, if the seed URL is `"abc.example.com"`, then only URLs with host name `"abc.example.com"` are crawled.
|
|
43384
|
+
* * `SUBDOMAINS` - crawl the website host names with subdomains. For example, if the seed URL is `"abc.example.com"`, then `"a.abc.example.com"` and `"b.abc.example.com"` are also crawled.
|
|
43385
|
+
* * `EVERYTHING` - crawl the website host names with subdomains and other domains that the webpages link to.
|
|
43709
43386
|
*/
|
|
43710
43387
|
webCrawlerMode?: string;
|
|
43711
43388
|
}
|
|
@@ -47153,7 +46830,7 @@ export declare namespace kms {
|
|
|
47153
46830
|
*/
|
|
47154
46831
|
arn: string;
|
|
47155
46832
|
/**
|
|
47156
|
-
*
|
|
46833
|
+
* Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
|
|
47157
46834
|
*/
|
|
47158
46835
|
region: string;
|
|
47159
46836
|
}
|
|
@@ -47163,7 +46840,7 @@ export declare namespace kms {
|
|
|
47163
46840
|
*/
|
|
47164
46841
|
arn: string;
|
|
47165
46842
|
/**
|
|
47166
|
-
*
|
|
46843
|
+
* Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
|
|
47167
46844
|
*/
|
|
47168
46845
|
region: string;
|
|
47169
46846
|
}
|
|
@@ -47925,7 +47602,7 @@ export declare namespace lakeformation {
|
|
|
47925
47602
|
export declare namespace lambda {
|
|
47926
47603
|
interface AliasRoutingConfig {
|
|
47927
47604
|
/**
|
|
47928
|
-
*
|
|
47605
|
+
* Map that defines the proportion of events that should be sent to different versions of a Lambda function.
|
|
47929
47606
|
*/
|
|
47930
47607
|
additionalVersionWeights?: {
|
|
47931
47608
|
[key: string]: number;
|
|
@@ -47933,41 +47610,41 @@ export declare namespace lambda {
|
|
|
47933
47610
|
}
|
|
47934
47611
|
interface CodeSigningConfigAllowedPublishers {
|
|
47935
47612
|
/**
|
|
47936
|
-
*
|
|
47613
|
+
* Set of ARNs for each of the signing profiles. A signing profile defines a trusted user who can sign a code package. Maximum of 20 signing profiles.
|
|
47937
47614
|
*/
|
|
47938
47615
|
signingProfileVersionArns: string[];
|
|
47939
47616
|
}
|
|
47940
47617
|
interface CodeSigningConfigPolicies {
|
|
47941
47618
|
/**
|
|
47942
|
-
* Code signing configuration policy for deployment validation failure. If you set the policy to Enforce
|
|
47619
|
+
* Code signing configuration policy for deployment validation failure. If you set the policy to `Enforce`, Lambda blocks the deployment request if code-signing validation checks fail. If you set the policy to `Warn`, Lambda allows the deployment and creates a CloudWatch log. Valid values: `Warn`, `Enforce`. Default value: `Warn`.
|
|
47943
47620
|
*/
|
|
47944
47621
|
untrustedArtifactOnDeployment: string;
|
|
47945
47622
|
}
|
|
47946
47623
|
interface EventSourceMappingAmazonManagedKafkaEventSourceConfig {
|
|
47947
47624
|
/**
|
|
47948
|
-
*
|
|
47625
|
+
* Kafka consumer group ID between 1 and 200 characters for use when creating this event source mapping. If one is not specified, this value will be automatically generated. See [AmazonManagedKafkaEventSourceConfig Syntax](https://docs.aws.amazon.com/lambda/latest/dg/API_AmazonManagedKafkaEventSourceConfig.html).
|
|
47949
47626
|
*/
|
|
47950
47627
|
consumerGroupId: string;
|
|
47951
47628
|
}
|
|
47952
47629
|
interface EventSourceMappingDestinationConfig {
|
|
47953
47630
|
/**
|
|
47954
|
-
*
|
|
47631
|
+
* Destination configuration for failed invocations. See below.
|
|
47955
47632
|
*/
|
|
47956
47633
|
onFailure?: outputs.lambda.EventSourceMappingDestinationConfigOnFailure;
|
|
47957
47634
|
}
|
|
47958
47635
|
interface EventSourceMappingDestinationConfigOnFailure {
|
|
47959
47636
|
/**
|
|
47960
|
-
*
|
|
47637
|
+
* ARN of the destination resource.
|
|
47961
47638
|
*/
|
|
47962
47639
|
destinationArn: string;
|
|
47963
47640
|
}
|
|
47964
47641
|
interface EventSourceMappingDocumentDbEventSourceConfig {
|
|
47965
47642
|
/**
|
|
47966
|
-
*
|
|
47643
|
+
* Name of the collection to consume within the database. If you do not specify a collection, Lambda consumes all collections.
|
|
47967
47644
|
*/
|
|
47968
47645
|
collectionName?: string;
|
|
47969
47646
|
/**
|
|
47970
|
-
*
|
|
47647
|
+
* Name of the database to consume within the DocumentDB cluster.
|
|
47971
47648
|
*/
|
|
47972
47649
|
databaseName: string;
|
|
47973
47650
|
/**
|
|
@@ -47977,41 +47654,41 @@ export declare namespace lambda {
|
|
|
47977
47654
|
}
|
|
47978
47655
|
interface EventSourceMappingFilterCriteria {
|
|
47979
47656
|
/**
|
|
47980
|
-
*
|
|
47657
|
+
* Set of up to 5 filter. If an event satisfies at least one, Lambda sends the event to the function or adds it to the next batch. See below.
|
|
47981
47658
|
*/
|
|
47982
47659
|
filters?: outputs.lambda.EventSourceMappingFilterCriteriaFilter[];
|
|
47983
47660
|
}
|
|
47984
47661
|
interface EventSourceMappingFilterCriteriaFilter {
|
|
47985
47662
|
/**
|
|
47986
|
-
*
|
|
47663
|
+
* Filter pattern up to 4096 characters. See [Filter Rule Syntax](https://docs.aws.amazon.com/lambda/latest/dg/invocation-eventfiltering.html#filtering-syntax).
|
|
47987
47664
|
*/
|
|
47988
47665
|
pattern?: string;
|
|
47989
47666
|
}
|
|
47990
47667
|
interface EventSourceMappingMetricsConfig {
|
|
47991
47668
|
/**
|
|
47992
|
-
*
|
|
47669
|
+
* List containing the metrics to be produced by the event source mapping. Valid values: `EventCount`.
|
|
47993
47670
|
*/
|
|
47994
47671
|
metrics: string[];
|
|
47995
47672
|
}
|
|
47996
47673
|
interface EventSourceMappingProvisionedPollerConfig {
|
|
47997
47674
|
/**
|
|
47998
|
-
*
|
|
47675
|
+
* Maximum number of event pollers this event source can scale up to. The range is between 1 and 2000.
|
|
47999
47676
|
*/
|
|
48000
47677
|
maximumPollers: number;
|
|
48001
47678
|
/**
|
|
48002
|
-
*
|
|
47679
|
+
* Minimum number of event pollers this event source can scale down to. The range is between 1 and 200.
|
|
48003
47680
|
*/
|
|
48004
47681
|
minimumPollers: number;
|
|
48005
47682
|
}
|
|
48006
47683
|
interface EventSourceMappingScalingConfig {
|
|
48007
47684
|
/**
|
|
48008
|
-
* Limits the number of concurrent instances that the Amazon SQS event source can invoke. Must be greater than or equal to
|
|
47685
|
+
* Limits the number of concurrent instances that the Amazon SQS event source can invoke. Must be greater than or equal to 2. See [Configuring maximum concurrency for Amazon SQS event sources](https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#events-sqs-max-concurrency). You need to raise a [Service Quota Ticket](https://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html) to increase the concurrency beyond 1000.
|
|
48009
47686
|
*/
|
|
48010
47687
|
maximumConcurrency?: number;
|
|
48011
47688
|
}
|
|
48012
47689
|
interface EventSourceMappingSelfManagedEventSource {
|
|
48013
47690
|
/**
|
|
48014
|
-
*
|
|
47691
|
+
* Map of endpoints for the self managed source. For Kafka self-managed sources, the key should be `KAFKA_BOOTSTRAP_SERVERS` and the value should be a string with a comma separated list of broker endpoints.
|
|
48015
47692
|
*/
|
|
48016
47693
|
endpoints: {
|
|
48017
47694
|
[key: string]: string;
|
|
@@ -48019,29 +47696,29 @@ export declare namespace lambda {
|
|
|
48019
47696
|
}
|
|
48020
47697
|
interface EventSourceMappingSelfManagedKafkaEventSourceConfig {
|
|
48021
47698
|
/**
|
|
48022
|
-
*
|
|
47699
|
+
* Kafka consumer group ID between 1 and 200 characters for use when creating this event source mapping. If one is not specified, this value will be automatically generated. See [SelfManagedKafkaEventSourceConfig Syntax](https://docs.aws.amazon.com/lambda/latest/dg/API_SelfManagedKafkaEventSourceConfig.html).
|
|
48023
47700
|
*/
|
|
48024
47701
|
consumerGroupId: string;
|
|
48025
47702
|
}
|
|
48026
47703
|
interface EventSourceMappingSourceAccessConfiguration {
|
|
48027
47704
|
/**
|
|
48028
|
-
*
|
|
47705
|
+
* Type of authentication protocol, VPC components, or virtual host for your event source. For valid values, refer to the [AWS documentation](https://docs.aws.amazon.com/lambda/latest/api/API_SourceAccessConfiguration.html).
|
|
48029
47706
|
*/
|
|
48030
47707
|
type: string;
|
|
48031
47708
|
/**
|
|
48032
|
-
*
|
|
47709
|
+
* URI for this configuration. For type `VPC_SUBNET` the value should be `subnet:subnet_id` where `subnetId` is the value you would find in an aws.ec2.Subnet resource's id attribute. For type `VPC_SECURITY_GROUP` the value should be `security_group:security_group_id` where `securityGroupId` is the value you would find in an aws.ec2.SecurityGroup resource's id attribute.
|
|
48033
47710
|
*/
|
|
48034
47711
|
uri: string;
|
|
48035
47712
|
}
|
|
48036
47713
|
interface FunctionDeadLetterConfig {
|
|
48037
47714
|
/**
|
|
48038
|
-
* ARN of an SNS topic or SQS queue to notify when an invocation fails.
|
|
47715
|
+
* ARN of an SNS topic or SQS queue to notify when an invocation fails.
|
|
48039
47716
|
*/
|
|
48040
47717
|
targetArn: string;
|
|
48041
47718
|
}
|
|
48042
47719
|
interface FunctionEnvironment {
|
|
48043
47720
|
/**
|
|
48044
|
-
* Map of environment variables
|
|
47721
|
+
* Map of environment variables available to your Lambda function during execution.
|
|
48045
47722
|
*/
|
|
48046
47723
|
variables?: {
|
|
48047
47724
|
[key: string]: string;
|
|
@@ -48049,77 +47726,77 @@ export declare namespace lambda {
|
|
|
48049
47726
|
}
|
|
48050
47727
|
interface FunctionEphemeralStorage {
|
|
48051
47728
|
/**
|
|
48052
|
-
*
|
|
47729
|
+
* Amount of ephemeral storage (`/tmp`) in MB. Valid between 512 MB and 10,240 MB (10 GB).
|
|
48053
47730
|
*/
|
|
48054
47731
|
size: number;
|
|
48055
47732
|
}
|
|
48056
47733
|
interface FunctionEventInvokeConfigDestinationConfig {
|
|
48057
47734
|
/**
|
|
48058
|
-
* Configuration block with destination configuration for failed asynchronous invocations. See below
|
|
47735
|
+
* Configuration block with destination configuration for failed asynchronous invocations. See below.
|
|
48059
47736
|
*/
|
|
48060
47737
|
onFailure?: outputs.lambda.FunctionEventInvokeConfigDestinationConfigOnFailure;
|
|
48061
47738
|
/**
|
|
48062
|
-
* Configuration block with destination configuration for successful asynchronous invocations. See below
|
|
47739
|
+
* Configuration block with destination configuration for successful asynchronous invocations. See below.
|
|
48063
47740
|
*/
|
|
48064
47741
|
onSuccess?: outputs.lambda.FunctionEventInvokeConfigDestinationConfigOnSuccess;
|
|
48065
47742
|
}
|
|
48066
47743
|
interface FunctionEventInvokeConfigDestinationConfigOnFailure {
|
|
48067
47744
|
/**
|
|
48068
|
-
*
|
|
47745
|
+
* ARN of the destination resource. See the [Lambda Developer Guide](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#invocation-async-destinations) for acceptable resource types and associated IAM permissions.
|
|
48069
47746
|
*/
|
|
48070
47747
|
destination: string;
|
|
48071
47748
|
}
|
|
48072
47749
|
interface FunctionEventInvokeConfigDestinationConfigOnSuccess {
|
|
48073
47750
|
/**
|
|
48074
|
-
*
|
|
47751
|
+
* ARN of the destination resource. See the [Lambda Developer Guide](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#invocation-async-destinations) for acceptable resource types and associated IAM permissions.
|
|
48075
47752
|
*/
|
|
48076
47753
|
destination: string;
|
|
48077
47754
|
}
|
|
48078
47755
|
interface FunctionFileSystemConfig {
|
|
48079
47756
|
/**
|
|
48080
|
-
*
|
|
47757
|
+
* ARN of the Amazon EFS Access Point.
|
|
48081
47758
|
*/
|
|
48082
47759
|
arn: string;
|
|
48083
47760
|
/**
|
|
48084
|
-
* Path where the function can access the file system
|
|
47761
|
+
* Path where the function can access the file system. Must start with `/mnt/`.
|
|
48085
47762
|
*/
|
|
48086
47763
|
localMountPath: string;
|
|
48087
47764
|
}
|
|
48088
47765
|
interface FunctionImageConfig {
|
|
48089
47766
|
/**
|
|
48090
|
-
* Parameters
|
|
47767
|
+
* Parameters to pass to the container image.
|
|
48091
47768
|
*/
|
|
48092
47769
|
commands?: string[];
|
|
48093
47770
|
/**
|
|
48094
|
-
* Entry point to your application
|
|
47771
|
+
* Entry point to your application.
|
|
48095
47772
|
*/
|
|
48096
47773
|
entryPoints?: string[];
|
|
48097
47774
|
/**
|
|
48098
|
-
* Working directory.
|
|
47775
|
+
* Working directory for the container image.
|
|
48099
47776
|
*/
|
|
48100
47777
|
workingDirectory?: string;
|
|
48101
47778
|
}
|
|
48102
47779
|
interface FunctionLoggingConfig {
|
|
48103
47780
|
/**
|
|
48104
|
-
*
|
|
47781
|
+
* Detail level of application logs. Valid values: `TRACE`, `DEBUG`, `INFO`, `WARN`, `ERROR`, `FATAL`.
|
|
48105
47782
|
*/
|
|
48106
47783
|
applicationLogLevel?: string;
|
|
48107
47784
|
/**
|
|
48108
|
-
*
|
|
47785
|
+
* Log format. Valid values: `Text`, `JSON`.
|
|
48109
47786
|
*/
|
|
48110
47787
|
logFormat: string;
|
|
48111
47788
|
/**
|
|
48112
|
-
*
|
|
47789
|
+
* CloudWatch log group where logs are sent.
|
|
48113
47790
|
*/
|
|
48114
47791
|
logGroup: string;
|
|
48115
47792
|
/**
|
|
48116
|
-
*
|
|
47793
|
+
* Detail level of Lambda platform logs. Valid values: `DEBUG`, `INFO`, `WARN`.
|
|
48117
47794
|
*/
|
|
48118
47795
|
systemLogLevel?: string;
|
|
48119
47796
|
}
|
|
48120
47797
|
interface FunctionSnapStart {
|
|
48121
47798
|
/**
|
|
48122
|
-
*
|
|
47799
|
+
* When to apply snap start optimization. Valid value: `PublishedVersions`.
|
|
48123
47800
|
*/
|
|
48124
47801
|
applyOn: string;
|
|
48125
47802
|
/**
|
|
@@ -48129,39 +47806,39 @@ export declare namespace lambda {
|
|
|
48129
47806
|
}
|
|
48130
47807
|
interface FunctionTracingConfig {
|
|
48131
47808
|
/**
|
|
48132
|
-
*
|
|
47809
|
+
* X-Ray tracing mode. Valid values: `Active`, `PassThrough`.
|
|
48133
47810
|
*/
|
|
48134
47811
|
mode: string;
|
|
48135
47812
|
}
|
|
48136
47813
|
interface FunctionUrlCors {
|
|
48137
47814
|
/**
|
|
48138
|
-
* Whether to allow cookies or other credentials in requests to the function URL.
|
|
47815
|
+
* Whether to allow cookies or other credentials in requests to the function URL.
|
|
48139
47816
|
*/
|
|
48140
47817
|
allowCredentials?: boolean;
|
|
48141
47818
|
/**
|
|
48142
|
-
*
|
|
47819
|
+
* HTTP headers that origins can include in requests to the function URL.
|
|
48143
47820
|
*/
|
|
48144
47821
|
allowHeaders?: string[];
|
|
48145
47822
|
/**
|
|
48146
|
-
*
|
|
47823
|
+
* HTTP methods that are allowed when calling the function URL.
|
|
48147
47824
|
*/
|
|
48148
47825
|
allowMethods?: string[];
|
|
48149
47826
|
/**
|
|
48150
|
-
*
|
|
47827
|
+
* Origins that can access the function URL.
|
|
48151
47828
|
*/
|
|
48152
47829
|
allowOrigins?: string[];
|
|
48153
47830
|
/**
|
|
48154
|
-
*
|
|
47831
|
+
* HTTP headers in your function response that you want to expose to origins that call the function URL.
|
|
48155
47832
|
*/
|
|
48156
47833
|
exposeHeaders?: string[];
|
|
48157
47834
|
/**
|
|
48158
|
-
*
|
|
47835
|
+
* Maximum amount of time, in seconds, that web browsers can cache results of a preflight request. Maximum value is `86400`.
|
|
48159
47836
|
*/
|
|
48160
47837
|
maxAge?: number;
|
|
48161
47838
|
}
|
|
48162
47839
|
interface FunctionVpcConfig {
|
|
48163
47840
|
/**
|
|
48164
|
-
*
|
|
47841
|
+
* Whether to allow outbound IPv6 traffic on VPC functions connected to dual-stack subnets. Default: `false`.
|
|
48165
47842
|
*/
|
|
48166
47843
|
ipv6AllowedForDualStack?: boolean;
|
|
48167
47844
|
/**
|
|
@@ -48179,55 +47856,109 @@ export declare namespace lambda {
|
|
|
48179
47856
|
}
|
|
48180
47857
|
interface GetCodeSigningConfigAllowedPublisher {
|
|
48181
47858
|
/**
|
|
48182
|
-
*
|
|
47859
|
+
* Set of ARNs for each of the signing profiles. A signing profile defines a trusted user who can sign a code package.
|
|
48183
47860
|
*/
|
|
48184
47861
|
signingProfileVersionArns: string[];
|
|
48185
47862
|
}
|
|
48186
47863
|
interface GetCodeSigningConfigPolicy {
|
|
48187
47864
|
/**
|
|
48188
|
-
* Code signing configuration policy for deployment validation failure.
|
|
47865
|
+
* Code signing configuration policy for deployment validation failure. Valid values: `Warn`, `Enforce`.
|
|
48189
47866
|
*/
|
|
48190
47867
|
untrustedArtifactOnDeployment: string;
|
|
48191
47868
|
}
|
|
48192
47869
|
interface GetFunctionDeadLetterConfig {
|
|
47870
|
+
/**
|
|
47871
|
+
* ARN of an SNS topic or SQS queue to notify when an invocation fails.
|
|
47872
|
+
*/
|
|
48193
47873
|
targetArn: string;
|
|
48194
47874
|
}
|
|
48195
47875
|
interface GetFunctionEnvironment {
|
|
47876
|
+
/**
|
|
47877
|
+
* Map of environment variables that are accessible from the function code during execution.
|
|
47878
|
+
*/
|
|
48196
47879
|
variables: {
|
|
48197
47880
|
[key: string]: string;
|
|
48198
47881
|
};
|
|
48199
47882
|
}
|
|
48200
47883
|
interface GetFunctionEphemeralStorage {
|
|
47884
|
+
/**
|
|
47885
|
+
* Size of the Lambda function ephemeral storage (`/tmp`) in MB.
|
|
47886
|
+
*/
|
|
48201
47887
|
size: number;
|
|
48202
47888
|
}
|
|
48203
47889
|
interface GetFunctionFileSystemConfig {
|
|
48204
47890
|
/**
|
|
48205
|
-
*
|
|
47891
|
+
* ARN of the Amazon EFS Access Point that provides access to the file system.
|
|
48206
47892
|
*/
|
|
48207
47893
|
arn: string;
|
|
47894
|
+
/**
|
|
47895
|
+
* Path where the function can access the file system, starting with `/mnt/`.
|
|
47896
|
+
*/
|
|
48208
47897
|
localMountPath: string;
|
|
48209
47898
|
}
|
|
48210
47899
|
interface GetFunctionLoggingConfig {
|
|
47900
|
+
/**
|
|
47901
|
+
* Detail level of the logs your application sends to CloudWatch when using supported logging libraries.
|
|
47902
|
+
*/
|
|
48211
47903
|
applicationLogLevel: string;
|
|
47904
|
+
/**
|
|
47905
|
+
* Format for your function's logs. Valid values: `Text`, `JSON`.
|
|
47906
|
+
*/
|
|
48212
47907
|
logFormat: string;
|
|
47908
|
+
/**
|
|
47909
|
+
* CloudWatch log group your function sends logs to.
|
|
47910
|
+
*/
|
|
48213
47911
|
logGroup: string;
|
|
47912
|
+
/**
|
|
47913
|
+
* Detail level of the Lambda platform event logs sent to CloudWatch.
|
|
47914
|
+
*/
|
|
48214
47915
|
systemLogLevel: string;
|
|
48215
47916
|
}
|
|
48216
47917
|
interface GetFunctionTracingConfig {
|
|
47918
|
+
/**
|
|
47919
|
+
* Tracing mode. Valid values: `Active`, `PassThrough`.
|
|
47920
|
+
*/
|
|
48217
47921
|
mode: string;
|
|
48218
47922
|
}
|
|
48219
47923
|
interface GetFunctionUrlCor {
|
|
47924
|
+
/**
|
|
47925
|
+
* Whether credentials are included in the CORS request.
|
|
47926
|
+
*/
|
|
48220
47927
|
allowCredentials: boolean;
|
|
47928
|
+
/**
|
|
47929
|
+
* List of headers that are specified in the Access-Control-Request-Headers header.
|
|
47930
|
+
*/
|
|
48221
47931
|
allowHeaders: string[];
|
|
47932
|
+
/**
|
|
47933
|
+
* List of HTTP methods that are allowed when calling the function URL.
|
|
47934
|
+
*/
|
|
48222
47935
|
allowMethods: string[];
|
|
47936
|
+
/**
|
|
47937
|
+
* List of origins that are allowed to make requests to the function URL.
|
|
47938
|
+
*/
|
|
48223
47939
|
allowOrigins: string[];
|
|
47940
|
+
/**
|
|
47941
|
+
* List of headers in the response that you want to expose to the origin that called the function URL.
|
|
47942
|
+
*/
|
|
48224
47943
|
exposeHeaders: string[];
|
|
47944
|
+
/**
|
|
47945
|
+
* Maximum amount of time, in seconds, that web browsers can cache results of a preflight request.
|
|
47946
|
+
*/
|
|
48225
47947
|
maxAge: number;
|
|
48226
47948
|
}
|
|
48227
47949
|
interface GetFunctionVpcConfig {
|
|
48228
47950
|
ipv6AllowedForDualStack: boolean;
|
|
47951
|
+
/**
|
|
47952
|
+
* List of security group IDs associated with the Lambda function.
|
|
47953
|
+
*/
|
|
48229
47954
|
securityGroupIds: string[];
|
|
47955
|
+
/**
|
|
47956
|
+
* List of subnet IDs associated with the Lambda function.
|
|
47957
|
+
*/
|
|
48230
47958
|
subnetIds: string[];
|
|
47959
|
+
/**
|
|
47960
|
+
* ID of the VPC.
|
|
47961
|
+
*/
|
|
48231
47962
|
vpcId: string;
|
|
48232
47963
|
}
|
|
48233
47964
|
}
|
|
@@ -48311,22 +48042,22 @@ export declare namespace lb {
|
|
|
48311
48042
|
* An action to authenticate using Amazon Cognito.
|
|
48312
48043
|
* Detailed below.
|
|
48313
48044
|
*/
|
|
48314
|
-
|
|
48045
|
+
authenticateCognitos?: outputs.lb.GetListenerRuleActionAuthenticateCognito[];
|
|
48315
48046
|
/**
|
|
48316
48047
|
* An action to authenticate using OIDC.
|
|
48317
48048
|
* Detailed below.
|
|
48318
48049
|
*/
|
|
48319
|
-
|
|
48050
|
+
authenticateOidcs?: outputs.lb.GetListenerRuleActionAuthenticateOidc[];
|
|
48320
48051
|
/**
|
|
48321
48052
|
* An action to return a fixed response.
|
|
48322
48053
|
* Detailed below.
|
|
48323
48054
|
*/
|
|
48324
|
-
|
|
48055
|
+
fixedResponses?: outputs.lb.GetListenerRuleActionFixedResponse[];
|
|
48325
48056
|
/**
|
|
48326
48057
|
* An action to forward the request.
|
|
48327
48058
|
* Detailed below.
|
|
48328
48059
|
*/
|
|
48329
|
-
|
|
48060
|
+
forwards?: outputs.lb.GetListenerRuleActionForward[];
|
|
48330
48061
|
/**
|
|
48331
48062
|
* The evaluation order of the action.
|
|
48332
48063
|
*/
|
|
@@ -48335,7 +48066,7 @@ export declare namespace lb {
|
|
|
48335
48066
|
* An action to redirect the request.
|
|
48336
48067
|
* Detailed below.
|
|
48337
48068
|
*/
|
|
48338
|
-
|
|
48069
|
+
redirects?: outputs.lb.GetListenerRuleActionRedirect[];
|
|
48339
48070
|
/**
|
|
48340
48071
|
* The type of the action, indicates which sub-block will be populated.
|
|
48341
48072
|
*/
|
|
@@ -48442,7 +48173,7 @@ export declare namespace lb {
|
|
|
48442
48173
|
* Target group stickiness for the rule.
|
|
48443
48174
|
* Detailed below.
|
|
48444
48175
|
*/
|
|
48445
|
-
|
|
48176
|
+
stickinesses?: outputs.lb.GetListenerRuleActionForwardStickiness[];
|
|
48446
48177
|
/**
|
|
48447
48178
|
* Set of target groups for the action.
|
|
48448
48179
|
* Detailed below.
|
|
@@ -48500,29 +48231,29 @@ export declare namespace lb {
|
|
|
48500
48231
|
/**
|
|
48501
48232
|
* Contains a single attribute `values`, which contains a set of host names.
|
|
48502
48233
|
*/
|
|
48503
|
-
|
|
48234
|
+
hostHeaders?: outputs.lb.GetListenerRuleConditionHostHeader[];
|
|
48504
48235
|
/**
|
|
48505
48236
|
* HTTP header and values to match.
|
|
48506
48237
|
* Detailed below.
|
|
48507
48238
|
*/
|
|
48508
|
-
|
|
48239
|
+
httpHeaders?: outputs.lb.GetListenerRuleConditionHttpHeader[];
|
|
48509
48240
|
/**
|
|
48510
48241
|
* Contains a single attribute `values`, which contains a set of HTTP request methods.
|
|
48511
48242
|
*/
|
|
48512
|
-
|
|
48243
|
+
httpRequestMethods?: outputs.lb.GetListenerRuleConditionHttpRequestMethod[];
|
|
48513
48244
|
/**
|
|
48514
48245
|
* Contains a single attribute `values`, which contains a set of path patterns to compare against the request URL.
|
|
48515
48246
|
*/
|
|
48516
|
-
|
|
48247
|
+
pathPatterns?: outputs.lb.GetListenerRuleConditionPathPattern[];
|
|
48517
48248
|
/**
|
|
48518
48249
|
* Query string parameters to match.
|
|
48519
48250
|
* Detailed below.
|
|
48520
48251
|
*/
|
|
48521
|
-
|
|
48252
|
+
queryStrings?: outputs.lb.GetListenerRuleConditionQueryString[];
|
|
48522
48253
|
/**
|
|
48523
48254
|
* Contains a single attribute `values`, which contains a set of source IPs in CIDR notation.
|
|
48524
48255
|
*/
|
|
48525
|
-
|
|
48256
|
+
sourceIps?: outputs.lb.GetListenerRuleConditionSourceIp[];
|
|
48526
48257
|
}
|
|
48527
48258
|
interface GetListenerRuleConditionHostHeader {
|
|
48528
48259
|
/**
|
|
@@ -48821,11 +48552,12 @@ export declare namespace lb {
|
|
|
48821
48552
|
*/
|
|
48822
48553
|
advertiseTrustStoreCaNames: string;
|
|
48823
48554
|
/**
|
|
48824
|
-
* Whether client certificate expiry is ignored.
|
|
48555
|
+
* Whether client certificate expiry is ignored.
|
|
48556
|
+
* Default is `false`.
|
|
48825
48557
|
*/
|
|
48826
48558
|
ignoreClientCertificateExpiry?: boolean;
|
|
48827
48559
|
/**
|
|
48828
|
-
* Valid values are `off`, `
|
|
48560
|
+
* Valid values are `off`, `passthrough`, and `verify`.
|
|
48829
48561
|
*/
|
|
48830
48562
|
mode: string;
|
|
48831
48563
|
/**
|
|
@@ -60446,14 +60178,14 @@ export declare namespace lex {
|
|
|
60446
60178
|
* Settings required for a slot type based on a grammar that you provide.
|
|
60447
60179
|
* See `grammarSlotTypeSetting` argument reference below.
|
|
60448
60180
|
*/
|
|
60449
|
-
|
|
60181
|
+
grammarSlotTypeSettings?: outputs.lex.V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSetting[];
|
|
60450
60182
|
}
|
|
60451
60183
|
interface V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSetting {
|
|
60452
60184
|
/**
|
|
60453
60185
|
* Source of the grammar used to create the slot type.
|
|
60454
60186
|
* See `source` argument reference below.
|
|
60455
60187
|
*/
|
|
60456
|
-
|
|
60188
|
+
sources?: outputs.lex.V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSettingSource[];
|
|
60457
60189
|
}
|
|
60458
60190
|
interface V2modelsSlotTypeExternalSourceSettingGrammarSlotTypeSettingSource {
|
|
60459
60191
|
/**
|
|
@@ -60469,25 +60201,25 @@ export declare namespace lex {
|
|
|
60469
60201
|
*/
|
|
60470
60202
|
s3ObjectKey: string;
|
|
60471
60203
|
}
|
|
60472
|
-
interface
|
|
60204
|
+
interface V2modelsSlotTypeSlotTypeValue {
|
|
60473
60205
|
/**
|
|
60474
60206
|
* Value of the slot type entry.
|
|
60475
60207
|
* See `sampleValue` argument reference below.
|
|
60476
60208
|
*/
|
|
60477
|
-
sampleValues?: outputs.lex.
|
|
60209
|
+
sampleValues?: outputs.lex.V2modelsSlotTypeSlotTypeValueSampleValue[];
|
|
60478
60210
|
/**
|
|
60479
60211
|
* A list of additional values related to the slot type entry.
|
|
60480
60212
|
* See `synonyms` argument reference below.
|
|
60481
60213
|
*/
|
|
60482
|
-
synonyms?: outputs.lex.
|
|
60214
|
+
synonyms?: outputs.lex.V2modelsSlotTypeSlotTypeValueSynonym[];
|
|
60483
60215
|
}
|
|
60484
|
-
interface
|
|
60216
|
+
interface V2modelsSlotTypeSlotTypeValueSampleValue {
|
|
60485
60217
|
/**
|
|
60486
60218
|
* Value that can be used for a slot type.
|
|
60487
60219
|
*/
|
|
60488
60220
|
value: string;
|
|
60489
60221
|
}
|
|
60490
|
-
interface
|
|
60222
|
+
interface V2modelsSlotTypeSlotTypeValueSynonym {
|
|
60491
60223
|
/**
|
|
60492
60224
|
* Value that can be used for a slot type.
|
|
60493
60225
|
*/
|
|
@@ -60600,7 +60332,7 @@ export declare namespace lex {
|
|
|
60600
60332
|
variations?: outputs.lex.V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariation[];
|
|
60601
60333
|
}
|
|
60602
60334
|
interface V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessage {
|
|
60603
|
-
|
|
60335
|
+
customPayload?: outputs.lex.V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageCustomPayload;
|
|
60604
60336
|
imageResponseCard?: outputs.lex.V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageImageResponseCard;
|
|
60605
60337
|
plainTextMessage?: outputs.lex.V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessagePlainTextMessage;
|
|
60606
60338
|
ssmlMessage?: outputs.lex.V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupMessageSsmlMessage;
|
|
@@ -60625,7 +60357,7 @@ export declare namespace lex {
|
|
|
60625
60357
|
value: string;
|
|
60626
60358
|
}
|
|
60627
60359
|
interface V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariation {
|
|
60628
|
-
|
|
60360
|
+
customPayload?: outputs.lex.V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationCustomPayload;
|
|
60629
60361
|
imageResponseCard?: outputs.lex.V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationImageResponseCard;
|
|
60630
60362
|
plainTextMessage?: outputs.lex.V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationPlainTextMessage;
|
|
60631
60363
|
ssmlMessage?: outputs.lex.V2modelsSlotValueElicitationSettingPromptSpecificationMessageGroupVariationSsmlMessage;
|
|
@@ -60742,7 +60474,7 @@ export declare namespace lex {
|
|
|
60742
60474
|
variations?: outputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariation[];
|
|
60743
60475
|
}
|
|
60744
60476
|
interface V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessage {
|
|
60745
|
-
|
|
60477
|
+
customPayload?: outputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageCustomPayload;
|
|
60746
60478
|
imageResponseCard?: outputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageImageResponseCard;
|
|
60747
60479
|
plainTextMessage?: outputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessagePlainTextMessage;
|
|
60748
60480
|
ssmlMessage?: outputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupMessageSsmlMessage;
|
|
@@ -60767,7 +60499,7 @@ export declare namespace lex {
|
|
|
60767
60499
|
value: string;
|
|
60768
60500
|
}
|
|
60769
60501
|
interface V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariation {
|
|
60770
|
-
|
|
60502
|
+
customPayload?: outputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationCustomPayload;
|
|
60771
60503
|
imageResponseCard?: outputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationImageResponseCard;
|
|
60772
60504
|
plainTextMessage?: outputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationPlainTextMessage;
|
|
60773
60505
|
ssmlMessage?: outputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationContinueResponseMessageGroupVariationSsmlMessage;
|
|
@@ -60820,7 +60552,7 @@ export declare namespace lex {
|
|
|
60820
60552
|
variations?: outputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariation[];
|
|
60821
60553
|
}
|
|
60822
60554
|
interface V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessage {
|
|
60823
|
-
|
|
60555
|
+
customPayload?: outputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageCustomPayload;
|
|
60824
60556
|
imageResponseCard?: outputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageImageResponseCard;
|
|
60825
60557
|
plainTextMessage?: outputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessagePlainTextMessage;
|
|
60826
60558
|
ssmlMessage?: outputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupMessageSsmlMessage;
|
|
@@ -60845,7 +60577,7 @@ export declare namespace lex {
|
|
|
60845
60577
|
value: string;
|
|
60846
60578
|
}
|
|
60847
60579
|
interface V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariation {
|
|
60848
|
-
|
|
60580
|
+
customPayload?: outputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationCustomPayload;
|
|
60849
60581
|
imageResponseCard?: outputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationImageResponseCard;
|
|
60850
60582
|
plainTextMessage?: outputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationPlainTextMessage;
|
|
60851
60583
|
ssmlMessage?: outputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationStillWaitingResponseMessageGroupVariationSsmlMessage;
|
|
@@ -60895,7 +60627,7 @@ export declare namespace lex {
|
|
|
60895
60627
|
variations?: outputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariation[];
|
|
60896
60628
|
}
|
|
60897
60629
|
interface V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessage {
|
|
60898
|
-
|
|
60630
|
+
customPayload?: outputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageCustomPayload;
|
|
60899
60631
|
imageResponseCard?: outputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageImageResponseCard;
|
|
60900
60632
|
plainTextMessage?: outputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessagePlainTextMessage;
|
|
60901
60633
|
ssmlMessage?: outputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupMessageSsmlMessage;
|
|
@@ -60920,7 +60652,7 @@ export declare namespace lex {
|
|
|
60920
60652
|
value: string;
|
|
60921
60653
|
}
|
|
60922
60654
|
interface V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariation {
|
|
60923
|
-
|
|
60655
|
+
customPayload?: outputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationCustomPayload;
|
|
60924
60656
|
imageResponseCard?: outputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationImageResponseCard;
|
|
60925
60657
|
plainTextMessage?: outputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationPlainTextMessage;
|
|
60926
60658
|
ssmlMessage?: outputs.lex.V2modelsSlotValueElicitationSettingWaitAndContinueSpecificationWaitingResponseMessageGroupVariationSsmlMessage;
|
|
@@ -61341,25 +61073,23 @@ export declare namespace lightsail {
|
|
|
61341
61073
|
*/
|
|
61342
61074
|
cidrListAliases: string[];
|
|
61343
61075
|
/**
|
|
61344
|
-
* Set of CIDR
|
|
61076
|
+
* Set of IPv4 addresses or ranges of IPv4 addresses (in CIDR notation) that are allowed to connect to an instance through the ports, and the protocol.
|
|
61345
61077
|
*/
|
|
61346
61078
|
cidrs: string[];
|
|
61347
61079
|
/**
|
|
61348
|
-
* First port in a range of open ports on an instance.
|
|
61080
|
+
* First port in a range of open ports on an instance. See [PortInfo](https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_PortInfo.html) for details.
|
|
61349
61081
|
*/
|
|
61350
61082
|
fromPort: number;
|
|
61351
61083
|
/**
|
|
61352
|
-
* Set of IPv6 CIDR
|
|
61084
|
+
* Set of IPv6 addresses or ranges of IPv6 addresses (in CIDR notation) that are allowed to connect to an instance through the ports, and the protocol.
|
|
61353
61085
|
*/
|
|
61354
61086
|
ipv6Cidrs: string[];
|
|
61355
61087
|
/**
|
|
61356
|
-
* IP protocol name. Valid values: `tcp`, `all`, `udp`, `icmp`.
|
|
61088
|
+
* IP protocol name. Valid values: `tcp`, `all`, `udp`, `icmp`, `icmpv6`. See [PortInfo](https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_PortInfo.html) for details.
|
|
61357
61089
|
*/
|
|
61358
61090
|
protocol: string;
|
|
61359
61091
|
/**
|
|
61360
|
-
* Last port in a range of open ports on an instance.
|
|
61361
|
-
*
|
|
61362
|
-
* The following arguments are optional:
|
|
61092
|
+
* Last port in a range of open ports on an instance. See [PortInfo](https://docs.aws.amazon.com/lightsail/2016-11-28/api-reference/API_PortInfo.html) for details.
|
|
61363
61093
|
*/
|
|
61364
61094
|
toPort: number;
|
|
61365
61095
|
}
|
|
@@ -64549,7 +64279,7 @@ export declare namespace memorydb {
|
|
|
64549
64279
|
export declare namespace mq {
|
|
64550
64280
|
interface BrokerConfiguration {
|
|
64551
64281
|
/**
|
|
64552
|
-
*
|
|
64282
|
+
* Configuration ID.
|
|
64553
64283
|
*/
|
|
64554
64284
|
id: string;
|
|
64555
64285
|
/**
|
|
@@ -64559,17 +64289,17 @@ export declare namespace mq {
|
|
|
64559
64289
|
}
|
|
64560
64290
|
interface BrokerEncryptionOptions {
|
|
64561
64291
|
/**
|
|
64562
|
-
*
|
|
64292
|
+
* ARN of KMS CMK to use for encryption at rest. Requires setting `useAwsOwnedKey` to `false`. To perform drift detection when AWS-managed CMKs or customer-managed CMKs are in use, this value must be configured.
|
|
64563
64293
|
*/
|
|
64564
64294
|
kmsKeyId: string;
|
|
64565
64295
|
/**
|
|
64566
|
-
* Whether to enable an AWS-owned KMS CMK
|
|
64296
|
+
* Whether to enable an AWS-owned KMS CMK not in your account. Defaults to `true`. Setting to `false` without configuring `kmsKeyId` creates an AWS-managed CMK aliased to `aws/mq` in your account.
|
|
64567
64297
|
*/
|
|
64568
64298
|
useAwsOwnedKey?: boolean;
|
|
64569
64299
|
}
|
|
64570
64300
|
interface BrokerInstance {
|
|
64571
64301
|
/**
|
|
64572
|
-
*
|
|
64302
|
+
* URL of the [ActiveMQ Web Console](http://activemq.apache.org/web-console.html) or the [RabbitMQ Management UI](https://www.rabbitmq.com/management.html#external-monitoring) depending on `engineType`.
|
|
64573
64303
|
*/
|
|
64574
64304
|
consoleUrl: string;
|
|
64575
64305
|
/**
|
|
@@ -64591,15 +64321,15 @@ export declare namespace mq {
|
|
|
64591
64321
|
}
|
|
64592
64322
|
interface BrokerLdapServerMetadata {
|
|
64593
64323
|
/**
|
|
64594
|
-
* List of
|
|
64324
|
+
* List of fully qualified domain names of the LDAP server and optional failover server.
|
|
64595
64325
|
*/
|
|
64596
64326
|
hosts?: string[];
|
|
64597
64327
|
/**
|
|
64598
|
-
* Fully qualified name of the directory to search for a user
|
|
64328
|
+
* Fully qualified name of the directory to search for a user's groups.
|
|
64599
64329
|
*/
|
|
64600
64330
|
roleBase?: string;
|
|
64601
64331
|
/**
|
|
64602
|
-
*
|
|
64332
|
+
* LDAP attribute that identifies the group name attribute in the object returned from the group membership query.
|
|
64603
64333
|
*/
|
|
64604
64334
|
roleName?: string;
|
|
64605
64335
|
/**
|
|
@@ -64623,7 +64353,7 @@ export declare namespace mq {
|
|
|
64623
64353
|
*/
|
|
64624
64354
|
userBase?: string;
|
|
64625
64355
|
/**
|
|
64626
|
-
*
|
|
64356
|
+
* Name of the LDAP attribute for the user group membership.
|
|
64627
64357
|
*/
|
|
64628
64358
|
userRoleName?: string;
|
|
64629
64359
|
/**
|
|
@@ -64637,11 +64367,11 @@ export declare namespace mq {
|
|
|
64637
64367
|
}
|
|
64638
64368
|
interface BrokerLogs {
|
|
64639
64369
|
/**
|
|
64640
|
-
*
|
|
64370
|
+
* Whether to enable audit logging. Only possible for `engineType` of `ActiveMQ`. Logs user management actions via JMX or ActiveMQ Web Console. Defaults to `false`.
|
|
64641
64371
|
*/
|
|
64642
64372
|
audit?: boolean;
|
|
64643
64373
|
/**
|
|
64644
|
-
*
|
|
64374
|
+
* Whether to enable general logging via CloudWatch. Defaults to `false`.
|
|
64645
64375
|
*/
|
|
64646
64376
|
general?: boolean;
|
|
64647
64377
|
}
|
|
@@ -64669,77 +64399,163 @@ export declare namespace mq {
|
|
|
64669
64399
|
*/
|
|
64670
64400
|
groups?: string[];
|
|
64671
64401
|
/**
|
|
64672
|
-
* Password of the user.
|
|
64402
|
+
* Password of the user. Must be 12 to 250 characters long, contain at least 4 unique characters, and must not contain commas.
|
|
64673
64403
|
*/
|
|
64674
64404
|
password: string;
|
|
64675
64405
|
/**
|
|
64676
|
-
* Whether to set
|
|
64406
|
+
* Whether to set replication user. Defaults to `false`.
|
|
64407
|
+
*
|
|
64408
|
+
* > **NOTE:** AWS currently does not support updating RabbitMQ users. Updates to users can only be in the RabbitMQ UI.
|
|
64677
64409
|
*/
|
|
64678
64410
|
replicationUser?: boolean;
|
|
64679
64411
|
/**
|
|
64680
64412
|
* Username of the user.
|
|
64681
64413
|
*
|
|
64682
|
-
*
|
|
64414
|
+
* The following arguments are optional:
|
|
64683
64415
|
*/
|
|
64684
64416
|
username: string;
|
|
64685
64417
|
}
|
|
64686
64418
|
interface GetBrokerConfiguration {
|
|
64419
|
+
/**
|
|
64420
|
+
* Configuration ID.
|
|
64421
|
+
*/
|
|
64687
64422
|
id: string;
|
|
64423
|
+
/**
|
|
64424
|
+
* Revision of the Configuration.
|
|
64425
|
+
*/
|
|
64688
64426
|
revision: number;
|
|
64689
64427
|
}
|
|
64690
64428
|
interface GetBrokerEncryptionOption {
|
|
64429
|
+
/**
|
|
64430
|
+
* Amazon Resource Name (ARN) of Key Management Service (KMS) Customer Master Key (CMK) to use for encryption at rest.
|
|
64431
|
+
*/
|
|
64691
64432
|
kmsKeyId: string;
|
|
64433
|
+
/**
|
|
64434
|
+
* Whether to enable an AWS-owned KMS CMK that is not in your account.
|
|
64435
|
+
*/
|
|
64692
64436
|
useAwsOwnedKey: boolean;
|
|
64693
64437
|
}
|
|
64694
64438
|
interface GetBrokerEngineTypesBrokerEngineType {
|
|
64695
64439
|
/**
|
|
64696
|
-
*
|
|
64440
|
+
* MQ engine type to return version details for.
|
|
64697
64441
|
*/
|
|
64698
64442
|
engineType: string;
|
|
64699
64443
|
/**
|
|
64700
|
-
*
|
|
64444
|
+
* List of engine versions. See Engine Versions.
|
|
64701
64445
|
*/
|
|
64702
64446
|
engineVersions: outputs.mq.GetBrokerEngineTypesBrokerEngineTypeEngineVersion[];
|
|
64703
64447
|
}
|
|
64704
64448
|
interface GetBrokerEngineTypesBrokerEngineTypeEngineVersion {
|
|
64449
|
+
/**
|
|
64450
|
+
* Name of the engine version.
|
|
64451
|
+
*/
|
|
64705
64452
|
name: string;
|
|
64706
64453
|
}
|
|
64707
64454
|
interface GetBrokerInstance {
|
|
64455
|
+
/**
|
|
64456
|
+
* URL of the ActiveMQ Web Console or the RabbitMQ Management UI depending on `engineType`.
|
|
64457
|
+
*/
|
|
64708
64458
|
consoleUrl: string;
|
|
64459
|
+
/**
|
|
64460
|
+
* Broker's wire-level protocol endpoints.
|
|
64461
|
+
*/
|
|
64709
64462
|
endpoints: string[];
|
|
64463
|
+
/**
|
|
64464
|
+
* IP Address of the broker.
|
|
64465
|
+
*/
|
|
64710
64466
|
ipAddress: string;
|
|
64711
64467
|
}
|
|
64712
64468
|
interface GetBrokerLdapServerMetadata {
|
|
64469
|
+
/**
|
|
64470
|
+
* List of a fully qualified domain name of the LDAP server and an optional failover server.
|
|
64471
|
+
*/
|
|
64713
64472
|
hosts: string[];
|
|
64473
|
+
/**
|
|
64474
|
+
* Fully qualified name of the directory to search for a user's groups.
|
|
64475
|
+
*/
|
|
64714
64476
|
roleBase: string;
|
|
64477
|
+
/**
|
|
64478
|
+
* LDAP attribute that identifies the group name attribute in the object returned from the group membership query.
|
|
64479
|
+
*/
|
|
64715
64480
|
roleName: string;
|
|
64481
|
+
/**
|
|
64482
|
+
* Search criteria for groups.
|
|
64483
|
+
*/
|
|
64716
64484
|
roleSearchMatching: string;
|
|
64485
|
+
/**
|
|
64486
|
+
* Whether the directory search scope is the entire sub-tree.
|
|
64487
|
+
*/
|
|
64717
64488
|
roleSearchSubtree: boolean;
|
|
64489
|
+
/**
|
|
64490
|
+
* Service account password.
|
|
64491
|
+
*/
|
|
64718
64492
|
serviceAccountPassword: string;
|
|
64493
|
+
/**
|
|
64494
|
+
* Service account username.
|
|
64495
|
+
*/
|
|
64719
64496
|
serviceAccountUsername: string;
|
|
64497
|
+
/**
|
|
64498
|
+
* Fully qualified name of the directory where you want to search for users.
|
|
64499
|
+
*/
|
|
64720
64500
|
userBase: string;
|
|
64501
|
+
/**
|
|
64502
|
+
* Name of the LDAP attribute for the user group membership.
|
|
64503
|
+
*/
|
|
64721
64504
|
userRoleName: string;
|
|
64505
|
+
/**
|
|
64506
|
+
* Search criteria for users.
|
|
64507
|
+
*/
|
|
64722
64508
|
userSearchMatching: string;
|
|
64509
|
+
/**
|
|
64510
|
+
* Whether the directory search scope is the entire sub-tree.
|
|
64511
|
+
*/
|
|
64723
64512
|
userSearchSubtree: boolean;
|
|
64724
64513
|
}
|
|
64725
64514
|
interface GetBrokerLogs {
|
|
64515
|
+
/**
|
|
64516
|
+
* Whether audit logging is enabled.
|
|
64517
|
+
*/
|
|
64726
64518
|
audit: boolean;
|
|
64519
|
+
/**
|
|
64520
|
+
* Whether general logging is enabled.
|
|
64521
|
+
*/
|
|
64727
64522
|
general: boolean;
|
|
64728
64523
|
}
|
|
64729
64524
|
interface GetBrokerMaintenanceWindowStartTime {
|
|
64525
|
+
/**
|
|
64526
|
+
* Day of the week.
|
|
64527
|
+
*/
|
|
64730
64528
|
dayOfWeek: string;
|
|
64529
|
+
/**
|
|
64530
|
+
* Time, in 24-hour format.
|
|
64531
|
+
*/
|
|
64731
64532
|
timeOfDay: string;
|
|
64533
|
+
/**
|
|
64534
|
+
* Time zone in either the Country/City format or the UTC offset format.
|
|
64535
|
+
*/
|
|
64732
64536
|
timeZone: string;
|
|
64733
64537
|
}
|
|
64734
64538
|
interface GetBrokerUser {
|
|
64539
|
+
/**
|
|
64540
|
+
* Whether to enable access to the ActiveMQ Web Console for the user.
|
|
64541
|
+
*/
|
|
64735
64542
|
consoleAccess: boolean;
|
|
64543
|
+
/**
|
|
64544
|
+
* List of groups to which the ActiveMQ user belongs.
|
|
64545
|
+
*/
|
|
64736
64546
|
groups: string[];
|
|
64547
|
+
/**
|
|
64548
|
+
* Whether to set replication user.
|
|
64549
|
+
*/
|
|
64737
64550
|
replicationUser: boolean;
|
|
64551
|
+
/**
|
|
64552
|
+
* Username of the user.
|
|
64553
|
+
*/
|
|
64738
64554
|
username: string;
|
|
64739
64555
|
}
|
|
64740
64556
|
interface GetInstanceTypeOfferingsBrokerInstanceOption {
|
|
64741
64557
|
/**
|
|
64742
|
-
* List of available
|
|
64558
|
+
* List of available Availability Zones. See Availability Zones below.
|
|
64743
64559
|
*/
|
|
64744
64560
|
availabilityZones: outputs.mq.GetInstanceTypeOfferingsBrokerInstanceOptionAvailabilityZone[];
|
|
64745
64561
|
/**
|
|
@@ -64755,11 +64571,11 @@ export declare namespace mq {
|
|
|
64755
64571
|
*/
|
|
64756
64572
|
storageType: string;
|
|
64757
64573
|
/**
|
|
64758
|
-
*
|
|
64574
|
+
* List of supported deployment modes.
|
|
64759
64575
|
*/
|
|
64760
64576
|
supportedDeploymentModes: string[];
|
|
64761
64577
|
/**
|
|
64762
|
-
*
|
|
64578
|
+
* List of supported engine versions.
|
|
64763
64579
|
*/
|
|
64764
64580
|
supportedEngineVersions: string[];
|
|
64765
64581
|
}
|
|
@@ -65673,6 +65489,12 @@ export declare namespace networkfirewall {
|
|
|
65673
65489
|
tcpIdleTimeoutSeconds?: number;
|
|
65674
65490
|
}
|
|
65675
65491
|
interface FirewallPolicyFirewallPolicyStatefulRuleGroupReference {
|
|
65492
|
+
/**
|
|
65493
|
+
* Whether to enable deep threat inspection, which allows AWS to analyze service logs of network traffic processed by these rule groups to identify threat indicators across customers. AWS will use these threat indicators to improve the active threat defense managed rule groups and protect the security of AWS customers and services. This only applies to active threat defense maanaged rule groups.
|
|
65494
|
+
*
|
|
65495
|
+
* For details, refer to [AWS active threat defense for AWS Network Firewall](https://docs.aws.amazon.com/network-firewall/latest/developerguide/aws-managed-rule-groups-atd.html) in the AWS Network Firewall Developer Guide.
|
|
65496
|
+
*/
|
|
65497
|
+
deepThreatInspection: string;
|
|
65676
65498
|
/**
|
|
65677
65499
|
* Configuration block for override values
|
|
65678
65500
|
*/
|
|
@@ -65838,6 +65660,7 @@ export declare namespace networkfirewall {
|
|
|
65838
65660
|
streamExceptionPolicy: string;
|
|
65839
65661
|
}
|
|
65840
65662
|
interface GetFirewallPolicyFirewallPolicyStatefulRuleGroupReference {
|
|
65663
|
+
deepThreatInspection: string;
|
|
65841
65664
|
overrides?: outputs.networkfirewall.GetFirewallPolicyFirewallPolicyStatefulRuleGroupReferenceOverride[];
|
|
65842
65665
|
priority: number;
|
|
65843
65666
|
resourceArn: string;
|
|
@@ -66348,25 +66171,28 @@ export declare namespace networkfirewall {
|
|
|
66348
66171
|
export declare namespace networkmanager {
|
|
66349
66172
|
interface ConnectAttachmentOptions {
|
|
66350
66173
|
/**
|
|
66351
|
-
*
|
|
66174
|
+
* Protocol used for the attachment connection. Valid values: `GRE`, `NO_ENCAP`.
|
|
66352
66175
|
*/
|
|
66353
66176
|
protocol?: string;
|
|
66354
66177
|
}
|
|
66355
66178
|
interface ConnectPeerBgpOptions {
|
|
66179
|
+
/**
|
|
66180
|
+
* Peer ASN.
|
|
66181
|
+
*/
|
|
66356
66182
|
peerAsn?: number;
|
|
66357
66183
|
}
|
|
66358
66184
|
interface ConnectPeerConfiguration {
|
|
66359
66185
|
bgpConfigurations: outputs.networkmanager.ConnectPeerConfigurationBgpConfiguration[];
|
|
66360
66186
|
/**
|
|
66361
|
-
*
|
|
66187
|
+
* Connect peer core network address.
|
|
66362
66188
|
*/
|
|
66363
66189
|
coreNetworkAddress: string;
|
|
66364
66190
|
/**
|
|
66365
|
-
*
|
|
66191
|
+
* Inside IP addresses used for BGP peering. Required when the Connect attachment protocol is `GRE`. See `aws.networkmanager.ConnectAttachment` for details.
|
|
66366
66192
|
*/
|
|
66367
66193
|
insideCidrBlocks: string[];
|
|
66368
66194
|
/**
|
|
66369
|
-
*
|
|
66195
|
+
* Connect peer address.
|
|
66370
66196
|
*
|
|
66371
66197
|
* The following arguments are optional:
|
|
66372
66198
|
*/
|
|
@@ -66375,16 +66201,19 @@ export declare namespace networkmanager {
|
|
|
66375
66201
|
}
|
|
66376
66202
|
interface ConnectPeerConfigurationBgpConfiguration {
|
|
66377
66203
|
/**
|
|
66378
|
-
*
|
|
66204
|
+
* Connect peer core network address.
|
|
66379
66205
|
*/
|
|
66380
66206
|
coreNetworkAddress: string;
|
|
66381
66207
|
coreNetworkAsn: number;
|
|
66382
66208
|
/**
|
|
66383
|
-
*
|
|
66209
|
+
* Connect peer address.
|
|
66384
66210
|
*
|
|
66385
66211
|
* The following arguments are optional:
|
|
66386
66212
|
*/
|
|
66387
66213
|
peerAddress: string;
|
|
66214
|
+
/**
|
|
66215
|
+
* Peer ASN.
|
|
66216
|
+
*/
|
|
66388
66217
|
peerAsn: number;
|
|
66389
66218
|
}
|
|
66390
66219
|
interface CoreNetworkEdge {
|
|
@@ -66417,25 +66246,25 @@ export declare namespace networkmanager {
|
|
|
66417
66246
|
}
|
|
66418
66247
|
interface DeviceAwsLocation {
|
|
66419
66248
|
/**
|
|
66420
|
-
*
|
|
66249
|
+
* ARN of the subnet that the device is located in.
|
|
66421
66250
|
*/
|
|
66422
66251
|
subnetArn?: string;
|
|
66423
66252
|
/**
|
|
66424
|
-
*
|
|
66253
|
+
* Zone that the device is located in. Specify the ID of an Availability Zone, Local Zone, Wavelength Zone, or an Outpost.
|
|
66425
66254
|
*/
|
|
66426
66255
|
zone?: string;
|
|
66427
66256
|
}
|
|
66428
66257
|
interface DeviceLocation {
|
|
66429
66258
|
/**
|
|
66430
|
-
*
|
|
66259
|
+
* Physical address.
|
|
66431
66260
|
*/
|
|
66432
66261
|
address?: string;
|
|
66433
66262
|
/**
|
|
66434
|
-
*
|
|
66263
|
+
* Latitude.
|
|
66435
66264
|
*/
|
|
66436
66265
|
latitude?: string;
|
|
66437
66266
|
/**
|
|
66438
|
-
*
|
|
66267
|
+
* Longitude.
|
|
66439
66268
|
*/
|
|
66440
66269
|
longitude?: string;
|
|
66441
66270
|
}
|
|
@@ -66520,6 +66349,10 @@ export declare namespace networkmanager {
|
|
|
66520
66349
|
* List of strings containing Autonomous System Numbers (ASNs) to assign to Core Network Edges. By default, the core network automatically assigns an ASN for each Core Network Edge but you can optionally define the ASN in the edge-locations for each Region. The ASN uses an array of integer ranges only from `64512` to `65534` and `4200000000` to `4294967294` expressed as a string like `"64512-65534"`. No other ASN ranges can be used.
|
|
66521
66350
|
*/
|
|
66522
66351
|
asnRanges: string[];
|
|
66352
|
+
/**
|
|
66353
|
+
* Indicates whether DNS resolution is enabled for the core network. The value can be either `true` or `false`. When set to `true`, DNS resolution is enabled for VPCs attached to the core network, allowing resources in different VPCs to resolve each other's domain names. The default is `true`.
|
|
66354
|
+
*/
|
|
66355
|
+
dnsSupport?: boolean;
|
|
66523
66356
|
/**
|
|
66524
66357
|
* A block value of AWS Region locations where you're creating Core Network Edges. Detailed below.
|
|
66525
66358
|
*/
|
|
@@ -66528,6 +66361,10 @@ export declare namespace networkmanager {
|
|
|
66528
66361
|
* The Classless Inter-Domain Routing (CIDR) block range used to create tunnels for AWS Transit Gateway Connect. The format is standard AWS CIDR range (for example, `10.0.1.0/24`). You can optionally define the inside CIDR in the Core Network Edges section per Region. The minimum is a `/24` for IPv4 or `/64` for IPv6. You can provide multiple `/24` subnets or a larger CIDR range. If you define a larger CIDR range, new Core Network Edges will be automatically assigned `/24` and `/64` subnets from the larger CIDR. an Inside CIDR block is required for attaching Connect attachments to a Core Network Edge.
|
|
66529
66362
|
*/
|
|
66530
66363
|
insideCidrBlocks?: string[];
|
|
66364
|
+
/**
|
|
66365
|
+
* — (Optional) Indicates whether security group referencing is enabled for the core network. The value can be either `true` or `false`. When set to `true`, security groups in one VPC can reference security groups in another VPC attached to the core network, enabling more flexible security configurations across your network. The default is `false`.
|
|
66366
|
+
*/
|
|
66367
|
+
securityGroupReferencingSupport?: boolean;
|
|
66531
66368
|
/**
|
|
66532
66369
|
* Indicates whether the core network forwards traffic over multiple equal-cost routes using VPN. The value can be either `true` or `false`. The default is `true`.
|
|
66533
66370
|
*/
|
|
@@ -66736,14 +66573,11 @@ export declare namespace networkmanager {
|
|
|
66736
66573
|
}
|
|
66737
66574
|
interface VpcAttachmentOptions {
|
|
66738
66575
|
/**
|
|
66739
|
-
*
|
|
66740
|
-
* If enabled, traffic flow between a source and destination use the same Availability Zone for the VPC attachment for the lifetime of that flow.
|
|
66741
|
-
* If the VPC attachment is pending acceptance, changing this value will recreate the resource.
|
|
66576
|
+
* Whether to enable appliance mode support. If enabled, traffic flow between a source and destination use the same Availability Zone for the VPC attachment for the lifetime of that flow. If the VPC attachment is pending acceptance, changing this value will recreate the resource.
|
|
66742
66577
|
*/
|
|
66743
66578
|
applianceModeSupport?: boolean;
|
|
66744
66579
|
/**
|
|
66745
|
-
*
|
|
66746
|
-
* If the VPC attachment is pending acceptance, changing this value will recreate the resource.
|
|
66580
|
+
* Whether to enable IPv6 support. If the VPC attachment is pending acceptance, changing this value will recreate the resource.
|
|
66747
66581
|
*/
|
|
66748
66582
|
ipv6Support?: boolean;
|
|
66749
66583
|
}
|
|
@@ -67434,7 +67268,7 @@ export declare namespace opensearch {
|
|
|
67434
67268
|
*/
|
|
67435
67269
|
vpcId: string;
|
|
67436
67270
|
}
|
|
67437
|
-
interface
|
|
67271
|
+
interface GetServerlessSecurityConfigSamlOption {
|
|
67438
67272
|
/**
|
|
67439
67273
|
* Group attribute for this SAML integration.
|
|
67440
67274
|
*/
|
|
@@ -67619,933 +67453,6 @@ export declare namespace opensearchingest {
|
|
|
67619
67453
|
vpcEndpointManagement?: string;
|
|
67620
67454
|
}
|
|
67621
67455
|
}
|
|
67622
|
-
export declare namespace opsworks {
|
|
67623
|
-
interface ApplicationAppSource {
|
|
67624
|
-
/**
|
|
67625
|
-
* Password to use when authenticating to the source. This provider cannot perform drift detection of this configuration.
|
|
67626
|
-
*/
|
|
67627
|
-
password?: string;
|
|
67628
|
-
/**
|
|
67629
|
-
* For sources that are version-aware, the revision to use.
|
|
67630
|
-
*/
|
|
67631
|
-
revision?: string;
|
|
67632
|
-
/**
|
|
67633
|
-
* SSH key to use when authenticating to the source. This provider cannot perform drift detection of this configuration.
|
|
67634
|
-
*/
|
|
67635
|
-
sshKey?: string;
|
|
67636
|
-
/**
|
|
67637
|
-
* The type of source to use. For example, "archive".
|
|
67638
|
-
*/
|
|
67639
|
-
type: string;
|
|
67640
|
-
/**
|
|
67641
|
-
* The URL where the app resource can be found.
|
|
67642
|
-
*/
|
|
67643
|
-
url?: string;
|
|
67644
|
-
/**
|
|
67645
|
-
* Username to use when authenticating to the source.
|
|
67646
|
-
*/
|
|
67647
|
-
username?: string;
|
|
67648
|
-
}
|
|
67649
|
-
interface ApplicationEnvironment {
|
|
67650
|
-
/**
|
|
67651
|
-
* Variable name.
|
|
67652
|
-
*/
|
|
67653
|
-
key: string;
|
|
67654
|
-
/**
|
|
67655
|
-
* Set visibility of the variable value to `true` or `false`.
|
|
67656
|
-
*/
|
|
67657
|
-
secure?: boolean;
|
|
67658
|
-
/**
|
|
67659
|
-
* Variable value.
|
|
67660
|
-
*/
|
|
67661
|
-
value: string;
|
|
67662
|
-
}
|
|
67663
|
-
interface ApplicationSslConfiguration {
|
|
67664
|
-
/**
|
|
67665
|
-
* The contents of the certificate's domain.crt file.
|
|
67666
|
-
*/
|
|
67667
|
-
certificate: string;
|
|
67668
|
-
/**
|
|
67669
|
-
* Can be used to specify an intermediate certificate authority key or client authentication.
|
|
67670
|
-
*/
|
|
67671
|
-
chain?: string;
|
|
67672
|
-
/**
|
|
67673
|
-
* The private key; the contents of the certificate's domain.key file.
|
|
67674
|
-
*/
|
|
67675
|
-
privateKey: string;
|
|
67676
|
-
}
|
|
67677
|
-
interface CustomLayerCloudwatchConfiguration {
|
|
67678
|
-
enabled?: boolean;
|
|
67679
|
-
/**
|
|
67680
|
-
* A block the specifies how an opsworks logs look like. See Log Streams.
|
|
67681
|
-
*/
|
|
67682
|
-
logStreams?: outputs.opsworks.CustomLayerCloudwatchConfigurationLogStream[];
|
|
67683
|
-
}
|
|
67684
|
-
interface CustomLayerCloudwatchConfigurationLogStream {
|
|
67685
|
-
/**
|
|
67686
|
-
* Specifies the max number of log events in a batch, up to `10000`. The default value is `1000`.
|
|
67687
|
-
*/
|
|
67688
|
-
batchCount?: number;
|
|
67689
|
-
/**
|
|
67690
|
-
* Specifies the maximum size of log events in a batch, in bytes, up to `1048576` bytes. The default value is `32768` bytes.
|
|
67691
|
-
*/
|
|
67692
|
-
batchSize?: number;
|
|
67693
|
-
/**
|
|
67694
|
-
* Specifies the time duration for the batching of log events. The minimum value is `5000` and default value is `5000`.
|
|
67695
|
-
*/
|
|
67696
|
-
bufferDuration?: number;
|
|
67697
|
-
/**
|
|
67698
|
-
* Specifies how the timestamp is extracted from logs. For more information, see the CloudWatch Logs Agent Reference (https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/AgentReference.html).
|
|
67699
|
-
*/
|
|
67700
|
-
datetimeFormat?: string;
|
|
67701
|
-
/**
|
|
67702
|
-
* Specifies the encoding of the log file so that the file can be read correctly. The default is `utf8`.
|
|
67703
|
-
*/
|
|
67704
|
-
encoding?: string;
|
|
67705
|
-
/**
|
|
67706
|
-
* Specifies log files that you want to push to CloudWatch Logs. File can point to a specific file or multiple files (by using wild card characters such as /var/log/system.log*).
|
|
67707
|
-
*/
|
|
67708
|
-
file: string;
|
|
67709
|
-
/**
|
|
67710
|
-
* Specifies the range of lines for identifying a file. The valid values are one number, or two dash-delimited numbers, such as `1`, `2-5`. The default value is `1`.
|
|
67711
|
-
*/
|
|
67712
|
-
fileFingerprintLines?: string;
|
|
67713
|
-
/**
|
|
67714
|
-
* Specifies where to start to read data (`startOfFile` or `endOfFile`). The default is `startOfFile`.
|
|
67715
|
-
*/
|
|
67716
|
-
initialPosition?: string;
|
|
67717
|
-
/**
|
|
67718
|
-
* Specifies the destination log group. A log group is created automatically if it doesn't already exist.
|
|
67719
|
-
*/
|
|
67720
|
-
logGroupName: string;
|
|
67721
|
-
/**
|
|
67722
|
-
* Specifies the pattern for identifying the start of a log message.
|
|
67723
|
-
*/
|
|
67724
|
-
multilineStartPattern?: string;
|
|
67725
|
-
/**
|
|
67726
|
-
* Specifies the time zone of log event time stamps.
|
|
67727
|
-
*/
|
|
67728
|
-
timeZone?: string;
|
|
67729
|
-
}
|
|
67730
|
-
interface CustomLayerEbsVolume {
|
|
67731
|
-
/**
|
|
67732
|
-
* Encrypt the volume.
|
|
67733
|
-
*/
|
|
67734
|
-
encrypted?: boolean;
|
|
67735
|
-
/**
|
|
67736
|
-
* For PIOPS volumes, the IOPS per disk.
|
|
67737
|
-
*/
|
|
67738
|
-
iops?: number;
|
|
67739
|
-
/**
|
|
67740
|
-
* The path to mount the EBS volume on the layer's instances.
|
|
67741
|
-
*/
|
|
67742
|
-
mountPoint: string;
|
|
67743
|
-
/**
|
|
67744
|
-
* The number of disks to use for the EBS volume.
|
|
67745
|
-
*/
|
|
67746
|
-
numberOfDisks: number;
|
|
67747
|
-
/**
|
|
67748
|
-
* The RAID level to use for the volume.
|
|
67749
|
-
*/
|
|
67750
|
-
raidLevel?: string;
|
|
67751
|
-
/**
|
|
67752
|
-
* The size of the volume in gigabytes.
|
|
67753
|
-
*/
|
|
67754
|
-
size: number;
|
|
67755
|
-
/**
|
|
67756
|
-
* The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.
|
|
67757
|
-
*/
|
|
67758
|
-
type?: string;
|
|
67759
|
-
}
|
|
67760
|
-
interface CustomLayerLoadBasedAutoScaling {
|
|
67761
|
-
/**
|
|
67762
|
-
* The downscaling settings, as defined below, used for load-based autoscaling
|
|
67763
|
-
*/
|
|
67764
|
-
downscaling: outputs.opsworks.CustomLayerLoadBasedAutoScalingDownscaling;
|
|
67765
|
-
/**
|
|
67766
|
-
* Whether load-based auto scaling is enabled for the layer.
|
|
67767
|
-
*/
|
|
67768
|
-
enable?: boolean;
|
|
67769
|
-
/**
|
|
67770
|
-
* The upscaling settings, as defined below, used for load-based autoscaling
|
|
67771
|
-
*/
|
|
67772
|
-
upscaling: outputs.opsworks.CustomLayerLoadBasedAutoScalingUpscaling;
|
|
67773
|
-
}
|
|
67774
|
-
interface CustomLayerLoadBasedAutoScalingDownscaling {
|
|
67775
|
-
/**
|
|
67776
|
-
* Custom Cloudwatch auto scaling alarms, to be used as thresholds. This parameter takes a list of up to five alarm names, which are case sensitive and must be in the same region as the stack.
|
|
67777
|
-
*/
|
|
67778
|
-
alarms?: string[];
|
|
67779
|
-
/**
|
|
67780
|
-
* The CPU utilization threshold, as a percent of the available CPU. A value of -1 disables the threshold.
|
|
67781
|
-
*/
|
|
67782
|
-
cpuThreshold?: number;
|
|
67783
|
-
/**
|
|
67784
|
-
* The amount of time (in minutes) after a scaling event occurs that AWS OpsWorks Stacks should ignore metrics and suppress additional scaling events.
|
|
67785
|
-
*/
|
|
67786
|
-
ignoreMetricsTime?: number;
|
|
67787
|
-
/**
|
|
67788
|
-
* The number of instances to add or remove when the load exceeds a threshold.
|
|
67789
|
-
*/
|
|
67790
|
-
instanceCount?: number;
|
|
67791
|
-
/**
|
|
67792
|
-
* The load threshold. A value of -1 disables the threshold.
|
|
67793
|
-
*/
|
|
67794
|
-
loadThreshold?: number;
|
|
67795
|
-
/**
|
|
67796
|
-
* The memory utilization threshold, as a percent of the available memory. A value of -1 disables the threshold.
|
|
67797
|
-
*/
|
|
67798
|
-
memoryThreshold?: number;
|
|
67799
|
-
/**
|
|
67800
|
-
* The amount of time, in minutes, that the load must exceed a threshold before more instances are added or removed.
|
|
67801
|
-
*/
|
|
67802
|
-
thresholdsWaitTime?: number;
|
|
67803
|
-
}
|
|
67804
|
-
interface CustomLayerLoadBasedAutoScalingUpscaling {
|
|
67805
|
-
/**
|
|
67806
|
-
* Custom Cloudwatch auto scaling alarms, to be used as thresholds. This parameter takes a list of up to five alarm names, which are case sensitive and must be in the same region as the stack.
|
|
67807
|
-
*/
|
|
67808
|
-
alarms?: string[];
|
|
67809
|
-
/**
|
|
67810
|
-
* The CPU utilization threshold, as a percent of the available CPU. A value of -1 disables the threshold.
|
|
67811
|
-
*/
|
|
67812
|
-
cpuThreshold?: number;
|
|
67813
|
-
/**
|
|
67814
|
-
* The amount of time (in minutes) after a scaling event occurs that AWS OpsWorks Stacks should ignore metrics and suppress additional scaling events.
|
|
67815
|
-
*/
|
|
67816
|
-
ignoreMetricsTime?: number;
|
|
67817
|
-
/**
|
|
67818
|
-
* The number of instances to add or remove when the load exceeds a threshold.
|
|
67819
|
-
*/
|
|
67820
|
-
instanceCount?: number;
|
|
67821
|
-
/**
|
|
67822
|
-
* The load threshold. A value of -1 disables the threshold.
|
|
67823
|
-
*/
|
|
67824
|
-
loadThreshold?: number;
|
|
67825
|
-
/**
|
|
67826
|
-
* The memory utilization threshold, as a percent of the available memory. A value of -1 disables the threshold.
|
|
67827
|
-
*/
|
|
67828
|
-
memoryThreshold?: number;
|
|
67829
|
-
/**
|
|
67830
|
-
* The amount of time, in minutes, that the load must exceed a threshold before more instances are added or removed.
|
|
67831
|
-
*/
|
|
67832
|
-
thresholdsWaitTime?: number;
|
|
67833
|
-
}
|
|
67834
|
-
interface EcsClusterLayerCloudwatchConfiguration {
|
|
67835
|
-
enabled?: boolean;
|
|
67836
|
-
logStreams?: outputs.opsworks.EcsClusterLayerCloudwatchConfigurationLogStream[];
|
|
67837
|
-
}
|
|
67838
|
-
interface EcsClusterLayerCloudwatchConfigurationLogStream {
|
|
67839
|
-
batchCount?: number;
|
|
67840
|
-
batchSize?: number;
|
|
67841
|
-
bufferDuration?: number;
|
|
67842
|
-
datetimeFormat?: string;
|
|
67843
|
-
encoding?: string;
|
|
67844
|
-
file: string;
|
|
67845
|
-
fileFingerprintLines?: string;
|
|
67846
|
-
initialPosition?: string;
|
|
67847
|
-
logGroupName: string;
|
|
67848
|
-
multilineStartPattern?: string;
|
|
67849
|
-
timeZone?: string;
|
|
67850
|
-
}
|
|
67851
|
-
interface EcsClusterLayerEbsVolume {
|
|
67852
|
-
encrypted?: boolean;
|
|
67853
|
-
/**
|
|
67854
|
-
* For PIOPS volumes, the IOPS per disk.
|
|
67855
|
-
*/
|
|
67856
|
-
iops?: number;
|
|
67857
|
-
/**
|
|
67858
|
-
* The path to mount the EBS volume on the layer's instances.
|
|
67859
|
-
*/
|
|
67860
|
-
mountPoint: string;
|
|
67861
|
-
/**
|
|
67862
|
-
* The number of disks to use for the EBS volume.
|
|
67863
|
-
*/
|
|
67864
|
-
numberOfDisks: number;
|
|
67865
|
-
/**
|
|
67866
|
-
* The RAID level to use for the volume.
|
|
67867
|
-
*/
|
|
67868
|
-
raidLevel?: string;
|
|
67869
|
-
/**
|
|
67870
|
-
* The size of the volume in gigabytes.
|
|
67871
|
-
*/
|
|
67872
|
-
size: number;
|
|
67873
|
-
/**
|
|
67874
|
-
* The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.
|
|
67875
|
-
*/
|
|
67876
|
-
type?: string;
|
|
67877
|
-
}
|
|
67878
|
-
interface EcsClusterLayerLoadBasedAutoScaling {
|
|
67879
|
-
downscaling: outputs.opsworks.EcsClusterLayerLoadBasedAutoScalingDownscaling;
|
|
67880
|
-
enable?: boolean;
|
|
67881
|
-
upscaling: outputs.opsworks.EcsClusterLayerLoadBasedAutoScalingUpscaling;
|
|
67882
|
-
}
|
|
67883
|
-
interface EcsClusterLayerLoadBasedAutoScalingDownscaling {
|
|
67884
|
-
alarms?: string[];
|
|
67885
|
-
cpuThreshold?: number;
|
|
67886
|
-
ignoreMetricsTime?: number;
|
|
67887
|
-
instanceCount?: number;
|
|
67888
|
-
loadThreshold?: number;
|
|
67889
|
-
memoryThreshold?: number;
|
|
67890
|
-
thresholdsWaitTime?: number;
|
|
67891
|
-
}
|
|
67892
|
-
interface EcsClusterLayerLoadBasedAutoScalingUpscaling {
|
|
67893
|
-
alarms?: string[];
|
|
67894
|
-
cpuThreshold?: number;
|
|
67895
|
-
ignoreMetricsTime?: number;
|
|
67896
|
-
instanceCount?: number;
|
|
67897
|
-
loadThreshold?: number;
|
|
67898
|
-
memoryThreshold?: number;
|
|
67899
|
-
thresholdsWaitTime?: number;
|
|
67900
|
-
}
|
|
67901
|
-
interface GangliaLayerCloudwatchConfiguration {
|
|
67902
|
-
enabled?: boolean;
|
|
67903
|
-
logStreams?: outputs.opsworks.GangliaLayerCloudwatchConfigurationLogStream[];
|
|
67904
|
-
}
|
|
67905
|
-
interface GangliaLayerCloudwatchConfigurationLogStream {
|
|
67906
|
-
batchCount?: number;
|
|
67907
|
-
batchSize?: number;
|
|
67908
|
-
bufferDuration?: number;
|
|
67909
|
-
datetimeFormat?: string;
|
|
67910
|
-
encoding?: string;
|
|
67911
|
-
file: string;
|
|
67912
|
-
fileFingerprintLines?: string;
|
|
67913
|
-
initialPosition?: string;
|
|
67914
|
-
logGroupName: string;
|
|
67915
|
-
multilineStartPattern?: string;
|
|
67916
|
-
timeZone?: string;
|
|
67917
|
-
}
|
|
67918
|
-
interface GangliaLayerEbsVolume {
|
|
67919
|
-
encrypted?: boolean;
|
|
67920
|
-
/**
|
|
67921
|
-
* For PIOPS volumes, the IOPS per disk.
|
|
67922
|
-
*/
|
|
67923
|
-
iops?: number;
|
|
67924
|
-
/**
|
|
67925
|
-
* The path to mount the EBS volume on the layer's instances.
|
|
67926
|
-
*/
|
|
67927
|
-
mountPoint: string;
|
|
67928
|
-
/**
|
|
67929
|
-
* The number of disks to use for the EBS volume.
|
|
67930
|
-
*/
|
|
67931
|
-
numberOfDisks: number;
|
|
67932
|
-
/**
|
|
67933
|
-
* The RAID level to use for the volume.
|
|
67934
|
-
*/
|
|
67935
|
-
raidLevel?: string;
|
|
67936
|
-
/**
|
|
67937
|
-
* The size of the volume in gigabytes.
|
|
67938
|
-
*/
|
|
67939
|
-
size: number;
|
|
67940
|
-
/**
|
|
67941
|
-
* The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.
|
|
67942
|
-
*/
|
|
67943
|
-
type?: string;
|
|
67944
|
-
}
|
|
67945
|
-
interface GangliaLayerLoadBasedAutoScaling {
|
|
67946
|
-
downscaling: outputs.opsworks.GangliaLayerLoadBasedAutoScalingDownscaling;
|
|
67947
|
-
enable?: boolean;
|
|
67948
|
-
upscaling: outputs.opsworks.GangliaLayerLoadBasedAutoScalingUpscaling;
|
|
67949
|
-
}
|
|
67950
|
-
interface GangliaLayerLoadBasedAutoScalingDownscaling {
|
|
67951
|
-
alarms?: string[];
|
|
67952
|
-
cpuThreshold?: number;
|
|
67953
|
-
ignoreMetricsTime?: number;
|
|
67954
|
-
instanceCount?: number;
|
|
67955
|
-
loadThreshold?: number;
|
|
67956
|
-
memoryThreshold?: number;
|
|
67957
|
-
thresholdsWaitTime?: number;
|
|
67958
|
-
}
|
|
67959
|
-
interface GangliaLayerLoadBasedAutoScalingUpscaling {
|
|
67960
|
-
alarms?: string[];
|
|
67961
|
-
cpuThreshold?: number;
|
|
67962
|
-
ignoreMetricsTime?: number;
|
|
67963
|
-
instanceCount?: number;
|
|
67964
|
-
loadThreshold?: number;
|
|
67965
|
-
memoryThreshold?: number;
|
|
67966
|
-
thresholdsWaitTime?: number;
|
|
67967
|
-
}
|
|
67968
|
-
interface HaproxyLayerCloudwatchConfiguration {
|
|
67969
|
-
enabled?: boolean;
|
|
67970
|
-
logStreams?: outputs.opsworks.HaproxyLayerCloudwatchConfigurationLogStream[];
|
|
67971
|
-
}
|
|
67972
|
-
interface HaproxyLayerCloudwatchConfigurationLogStream {
|
|
67973
|
-
batchCount?: number;
|
|
67974
|
-
batchSize?: number;
|
|
67975
|
-
bufferDuration?: number;
|
|
67976
|
-
datetimeFormat?: string;
|
|
67977
|
-
encoding?: string;
|
|
67978
|
-
file: string;
|
|
67979
|
-
fileFingerprintLines?: string;
|
|
67980
|
-
initialPosition?: string;
|
|
67981
|
-
logGroupName: string;
|
|
67982
|
-
multilineStartPattern?: string;
|
|
67983
|
-
timeZone?: string;
|
|
67984
|
-
}
|
|
67985
|
-
interface HaproxyLayerEbsVolume {
|
|
67986
|
-
encrypted?: boolean;
|
|
67987
|
-
/**
|
|
67988
|
-
* For PIOPS volumes, the IOPS per disk.
|
|
67989
|
-
*/
|
|
67990
|
-
iops?: number;
|
|
67991
|
-
/**
|
|
67992
|
-
* The path to mount the EBS volume on the layer's instances.
|
|
67993
|
-
*/
|
|
67994
|
-
mountPoint: string;
|
|
67995
|
-
/**
|
|
67996
|
-
* The number of disks to use for the EBS volume.
|
|
67997
|
-
*/
|
|
67998
|
-
numberOfDisks: number;
|
|
67999
|
-
/**
|
|
68000
|
-
* The RAID level to use for the volume.
|
|
68001
|
-
*/
|
|
68002
|
-
raidLevel?: string;
|
|
68003
|
-
/**
|
|
68004
|
-
* The size of the volume in gigabytes.
|
|
68005
|
-
*/
|
|
68006
|
-
size: number;
|
|
68007
|
-
/**
|
|
68008
|
-
* The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.
|
|
68009
|
-
*/
|
|
68010
|
-
type?: string;
|
|
68011
|
-
}
|
|
68012
|
-
interface HaproxyLayerLoadBasedAutoScaling {
|
|
68013
|
-
downscaling: outputs.opsworks.HaproxyLayerLoadBasedAutoScalingDownscaling;
|
|
68014
|
-
enable?: boolean;
|
|
68015
|
-
upscaling: outputs.opsworks.HaproxyLayerLoadBasedAutoScalingUpscaling;
|
|
68016
|
-
}
|
|
68017
|
-
interface HaproxyLayerLoadBasedAutoScalingDownscaling {
|
|
68018
|
-
alarms?: string[];
|
|
68019
|
-
cpuThreshold?: number;
|
|
68020
|
-
ignoreMetricsTime?: number;
|
|
68021
|
-
instanceCount?: number;
|
|
68022
|
-
loadThreshold?: number;
|
|
68023
|
-
memoryThreshold?: number;
|
|
68024
|
-
thresholdsWaitTime?: number;
|
|
68025
|
-
}
|
|
68026
|
-
interface HaproxyLayerLoadBasedAutoScalingUpscaling {
|
|
68027
|
-
alarms?: string[];
|
|
68028
|
-
cpuThreshold?: number;
|
|
68029
|
-
ignoreMetricsTime?: number;
|
|
68030
|
-
instanceCount?: number;
|
|
68031
|
-
loadThreshold?: number;
|
|
68032
|
-
memoryThreshold?: number;
|
|
68033
|
-
thresholdsWaitTime?: number;
|
|
68034
|
-
}
|
|
68035
|
-
interface InstanceEbsBlockDevice {
|
|
68036
|
-
deleteOnTermination?: boolean;
|
|
68037
|
-
deviceName: string;
|
|
68038
|
-
iops: number;
|
|
68039
|
-
snapshotId: string;
|
|
68040
|
-
volumeSize: number;
|
|
68041
|
-
volumeType: string;
|
|
68042
|
-
}
|
|
68043
|
-
interface InstanceEphemeralBlockDevice {
|
|
68044
|
-
deviceName: string;
|
|
68045
|
-
virtualName: string;
|
|
68046
|
-
}
|
|
68047
|
-
interface InstanceRootBlockDevice {
|
|
68048
|
-
deleteOnTermination?: boolean;
|
|
68049
|
-
iops: number;
|
|
68050
|
-
volumeSize: number;
|
|
68051
|
-
volumeType: string;
|
|
68052
|
-
}
|
|
68053
|
-
interface JavaAppLayerCloudwatchConfiguration {
|
|
68054
|
-
enabled?: boolean;
|
|
68055
|
-
logStreams?: outputs.opsworks.JavaAppLayerCloudwatchConfigurationLogStream[];
|
|
68056
|
-
}
|
|
68057
|
-
interface JavaAppLayerCloudwatchConfigurationLogStream {
|
|
68058
|
-
batchCount?: number;
|
|
68059
|
-
batchSize?: number;
|
|
68060
|
-
bufferDuration?: number;
|
|
68061
|
-
datetimeFormat?: string;
|
|
68062
|
-
encoding?: string;
|
|
68063
|
-
file: string;
|
|
68064
|
-
fileFingerprintLines?: string;
|
|
68065
|
-
initialPosition?: string;
|
|
68066
|
-
logGroupName: string;
|
|
68067
|
-
multilineStartPattern?: string;
|
|
68068
|
-
timeZone?: string;
|
|
68069
|
-
}
|
|
68070
|
-
interface JavaAppLayerEbsVolume {
|
|
68071
|
-
encrypted?: boolean;
|
|
68072
|
-
/**
|
|
68073
|
-
* For PIOPS volumes, the IOPS per disk.
|
|
68074
|
-
*/
|
|
68075
|
-
iops?: number;
|
|
68076
|
-
/**
|
|
68077
|
-
* The path to mount the EBS volume on the layer's instances.
|
|
68078
|
-
*/
|
|
68079
|
-
mountPoint: string;
|
|
68080
|
-
/**
|
|
68081
|
-
* The number of disks to use for the EBS volume.
|
|
68082
|
-
*/
|
|
68083
|
-
numberOfDisks: number;
|
|
68084
|
-
/**
|
|
68085
|
-
* The RAID level to use for the volume.
|
|
68086
|
-
*/
|
|
68087
|
-
raidLevel?: string;
|
|
68088
|
-
/**
|
|
68089
|
-
* The size of the volume in gigabytes.
|
|
68090
|
-
*/
|
|
68091
|
-
size: number;
|
|
68092
|
-
/**
|
|
68093
|
-
* The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.
|
|
68094
|
-
*/
|
|
68095
|
-
type?: string;
|
|
68096
|
-
}
|
|
68097
|
-
interface JavaAppLayerLoadBasedAutoScaling {
|
|
68098
|
-
downscaling: outputs.opsworks.JavaAppLayerLoadBasedAutoScalingDownscaling;
|
|
68099
|
-
enable?: boolean;
|
|
68100
|
-
upscaling: outputs.opsworks.JavaAppLayerLoadBasedAutoScalingUpscaling;
|
|
68101
|
-
}
|
|
68102
|
-
interface JavaAppLayerLoadBasedAutoScalingDownscaling {
|
|
68103
|
-
alarms?: string[];
|
|
68104
|
-
cpuThreshold?: number;
|
|
68105
|
-
ignoreMetricsTime?: number;
|
|
68106
|
-
instanceCount?: number;
|
|
68107
|
-
loadThreshold?: number;
|
|
68108
|
-
memoryThreshold?: number;
|
|
68109
|
-
thresholdsWaitTime?: number;
|
|
68110
|
-
}
|
|
68111
|
-
interface JavaAppLayerLoadBasedAutoScalingUpscaling {
|
|
68112
|
-
alarms?: string[];
|
|
68113
|
-
cpuThreshold?: number;
|
|
68114
|
-
ignoreMetricsTime?: number;
|
|
68115
|
-
instanceCount?: number;
|
|
68116
|
-
loadThreshold?: number;
|
|
68117
|
-
memoryThreshold?: number;
|
|
68118
|
-
thresholdsWaitTime?: number;
|
|
68119
|
-
}
|
|
68120
|
-
interface MemcachedLayerCloudwatchConfiguration {
|
|
68121
|
-
enabled?: boolean;
|
|
68122
|
-
logStreams?: outputs.opsworks.MemcachedLayerCloudwatchConfigurationLogStream[];
|
|
68123
|
-
}
|
|
68124
|
-
interface MemcachedLayerCloudwatchConfigurationLogStream {
|
|
68125
|
-
batchCount?: number;
|
|
68126
|
-
batchSize?: number;
|
|
68127
|
-
bufferDuration?: number;
|
|
68128
|
-
datetimeFormat?: string;
|
|
68129
|
-
encoding?: string;
|
|
68130
|
-
file: string;
|
|
68131
|
-
fileFingerprintLines?: string;
|
|
68132
|
-
initialPosition?: string;
|
|
68133
|
-
logGroupName: string;
|
|
68134
|
-
multilineStartPattern?: string;
|
|
68135
|
-
timeZone?: string;
|
|
68136
|
-
}
|
|
68137
|
-
interface MemcachedLayerEbsVolume {
|
|
68138
|
-
encrypted?: boolean;
|
|
68139
|
-
/**
|
|
68140
|
-
* For PIOPS volumes, the IOPS per disk.
|
|
68141
|
-
*/
|
|
68142
|
-
iops?: number;
|
|
68143
|
-
/**
|
|
68144
|
-
* The path to mount the EBS volume on the layer's instances.
|
|
68145
|
-
*/
|
|
68146
|
-
mountPoint: string;
|
|
68147
|
-
/**
|
|
68148
|
-
* The number of disks to use for the EBS volume.
|
|
68149
|
-
*/
|
|
68150
|
-
numberOfDisks: number;
|
|
68151
|
-
/**
|
|
68152
|
-
* The RAID level to use for the volume.
|
|
68153
|
-
*/
|
|
68154
|
-
raidLevel?: string;
|
|
68155
|
-
/**
|
|
68156
|
-
* The size of the volume in gigabytes.
|
|
68157
|
-
*/
|
|
68158
|
-
size: number;
|
|
68159
|
-
/**
|
|
68160
|
-
* The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.
|
|
68161
|
-
*/
|
|
68162
|
-
type?: string;
|
|
68163
|
-
}
|
|
68164
|
-
interface MemcachedLayerLoadBasedAutoScaling {
|
|
68165
|
-
downscaling: outputs.opsworks.MemcachedLayerLoadBasedAutoScalingDownscaling;
|
|
68166
|
-
enable?: boolean;
|
|
68167
|
-
upscaling: outputs.opsworks.MemcachedLayerLoadBasedAutoScalingUpscaling;
|
|
68168
|
-
}
|
|
68169
|
-
interface MemcachedLayerLoadBasedAutoScalingDownscaling {
|
|
68170
|
-
alarms?: string[];
|
|
68171
|
-
cpuThreshold?: number;
|
|
68172
|
-
ignoreMetricsTime?: number;
|
|
68173
|
-
instanceCount?: number;
|
|
68174
|
-
loadThreshold?: number;
|
|
68175
|
-
memoryThreshold?: number;
|
|
68176
|
-
thresholdsWaitTime?: number;
|
|
68177
|
-
}
|
|
68178
|
-
interface MemcachedLayerLoadBasedAutoScalingUpscaling {
|
|
68179
|
-
alarms?: string[];
|
|
68180
|
-
cpuThreshold?: number;
|
|
68181
|
-
ignoreMetricsTime?: number;
|
|
68182
|
-
instanceCount?: number;
|
|
68183
|
-
loadThreshold?: number;
|
|
68184
|
-
memoryThreshold?: number;
|
|
68185
|
-
thresholdsWaitTime?: number;
|
|
68186
|
-
}
|
|
68187
|
-
interface MysqlLayerCloudwatchConfiguration {
|
|
68188
|
-
enabled?: boolean;
|
|
68189
|
-
logStreams?: outputs.opsworks.MysqlLayerCloudwatchConfigurationLogStream[];
|
|
68190
|
-
}
|
|
68191
|
-
interface MysqlLayerCloudwatchConfigurationLogStream {
|
|
68192
|
-
batchCount?: number;
|
|
68193
|
-
batchSize?: number;
|
|
68194
|
-
bufferDuration?: number;
|
|
68195
|
-
datetimeFormat?: string;
|
|
68196
|
-
encoding?: string;
|
|
68197
|
-
file: string;
|
|
68198
|
-
fileFingerprintLines?: string;
|
|
68199
|
-
initialPosition?: string;
|
|
68200
|
-
logGroupName: string;
|
|
68201
|
-
multilineStartPattern?: string;
|
|
68202
|
-
timeZone?: string;
|
|
68203
|
-
}
|
|
68204
|
-
interface MysqlLayerEbsVolume {
|
|
68205
|
-
encrypted?: boolean;
|
|
68206
|
-
/**
|
|
68207
|
-
* For PIOPS volumes, the IOPS per disk.
|
|
68208
|
-
*/
|
|
68209
|
-
iops?: number;
|
|
68210
|
-
/**
|
|
68211
|
-
* The path to mount the EBS volume on the layer's instances.
|
|
68212
|
-
*/
|
|
68213
|
-
mountPoint: string;
|
|
68214
|
-
/**
|
|
68215
|
-
* The number of disks to use for the EBS volume.
|
|
68216
|
-
*/
|
|
68217
|
-
numberOfDisks: number;
|
|
68218
|
-
/**
|
|
68219
|
-
* The RAID level to use for the volume.
|
|
68220
|
-
*/
|
|
68221
|
-
raidLevel?: string;
|
|
68222
|
-
/**
|
|
68223
|
-
* The size of the volume in gigabytes.
|
|
68224
|
-
*/
|
|
68225
|
-
size: number;
|
|
68226
|
-
/**
|
|
68227
|
-
* The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.
|
|
68228
|
-
*/
|
|
68229
|
-
type?: string;
|
|
68230
|
-
}
|
|
68231
|
-
interface MysqlLayerLoadBasedAutoScaling {
|
|
68232
|
-
downscaling: outputs.opsworks.MysqlLayerLoadBasedAutoScalingDownscaling;
|
|
68233
|
-
enable?: boolean;
|
|
68234
|
-
upscaling: outputs.opsworks.MysqlLayerLoadBasedAutoScalingUpscaling;
|
|
68235
|
-
}
|
|
68236
|
-
interface MysqlLayerLoadBasedAutoScalingDownscaling {
|
|
68237
|
-
alarms?: string[];
|
|
68238
|
-
cpuThreshold?: number;
|
|
68239
|
-
ignoreMetricsTime?: number;
|
|
68240
|
-
instanceCount?: number;
|
|
68241
|
-
loadThreshold?: number;
|
|
68242
|
-
memoryThreshold?: number;
|
|
68243
|
-
thresholdsWaitTime?: number;
|
|
68244
|
-
}
|
|
68245
|
-
interface MysqlLayerLoadBasedAutoScalingUpscaling {
|
|
68246
|
-
alarms?: string[];
|
|
68247
|
-
cpuThreshold?: number;
|
|
68248
|
-
ignoreMetricsTime?: number;
|
|
68249
|
-
instanceCount?: number;
|
|
68250
|
-
loadThreshold?: number;
|
|
68251
|
-
memoryThreshold?: number;
|
|
68252
|
-
thresholdsWaitTime?: number;
|
|
68253
|
-
}
|
|
68254
|
-
interface NodejsAppLayerCloudwatchConfiguration {
|
|
68255
|
-
enabled?: boolean;
|
|
68256
|
-
logStreams?: outputs.opsworks.NodejsAppLayerCloudwatchConfigurationLogStream[];
|
|
68257
|
-
}
|
|
68258
|
-
interface NodejsAppLayerCloudwatchConfigurationLogStream {
|
|
68259
|
-
batchCount?: number;
|
|
68260
|
-
batchSize?: number;
|
|
68261
|
-
bufferDuration?: number;
|
|
68262
|
-
datetimeFormat?: string;
|
|
68263
|
-
encoding?: string;
|
|
68264
|
-
file: string;
|
|
68265
|
-
fileFingerprintLines?: string;
|
|
68266
|
-
initialPosition?: string;
|
|
68267
|
-
logGroupName: string;
|
|
68268
|
-
multilineStartPattern?: string;
|
|
68269
|
-
timeZone?: string;
|
|
68270
|
-
}
|
|
68271
|
-
interface NodejsAppLayerEbsVolume {
|
|
68272
|
-
encrypted?: boolean;
|
|
68273
|
-
/**
|
|
68274
|
-
* For PIOPS volumes, the IOPS per disk.
|
|
68275
|
-
*/
|
|
68276
|
-
iops?: number;
|
|
68277
|
-
/**
|
|
68278
|
-
* The path to mount the EBS volume on the layer's instances.
|
|
68279
|
-
*/
|
|
68280
|
-
mountPoint: string;
|
|
68281
|
-
/**
|
|
68282
|
-
* The number of disks to use for the EBS volume.
|
|
68283
|
-
*/
|
|
68284
|
-
numberOfDisks: number;
|
|
68285
|
-
/**
|
|
68286
|
-
* The RAID level to use for the volume.
|
|
68287
|
-
*/
|
|
68288
|
-
raidLevel?: string;
|
|
68289
|
-
/**
|
|
68290
|
-
* The size of the volume in gigabytes.
|
|
68291
|
-
*/
|
|
68292
|
-
size: number;
|
|
68293
|
-
/**
|
|
68294
|
-
* The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.
|
|
68295
|
-
*/
|
|
68296
|
-
type?: string;
|
|
68297
|
-
}
|
|
68298
|
-
interface NodejsAppLayerLoadBasedAutoScaling {
|
|
68299
|
-
downscaling: outputs.opsworks.NodejsAppLayerLoadBasedAutoScalingDownscaling;
|
|
68300
|
-
enable?: boolean;
|
|
68301
|
-
upscaling: outputs.opsworks.NodejsAppLayerLoadBasedAutoScalingUpscaling;
|
|
68302
|
-
}
|
|
68303
|
-
interface NodejsAppLayerLoadBasedAutoScalingDownscaling {
|
|
68304
|
-
alarms?: string[];
|
|
68305
|
-
cpuThreshold?: number;
|
|
68306
|
-
ignoreMetricsTime?: number;
|
|
68307
|
-
instanceCount?: number;
|
|
68308
|
-
loadThreshold?: number;
|
|
68309
|
-
memoryThreshold?: number;
|
|
68310
|
-
thresholdsWaitTime?: number;
|
|
68311
|
-
}
|
|
68312
|
-
interface NodejsAppLayerLoadBasedAutoScalingUpscaling {
|
|
68313
|
-
alarms?: string[];
|
|
68314
|
-
cpuThreshold?: number;
|
|
68315
|
-
ignoreMetricsTime?: number;
|
|
68316
|
-
instanceCount?: number;
|
|
68317
|
-
loadThreshold?: number;
|
|
68318
|
-
memoryThreshold?: number;
|
|
68319
|
-
thresholdsWaitTime?: number;
|
|
68320
|
-
}
|
|
68321
|
-
interface PhpAppLayerCloudwatchConfiguration {
|
|
68322
|
-
enabled?: boolean;
|
|
68323
|
-
logStreams?: outputs.opsworks.PhpAppLayerCloudwatchConfigurationLogStream[];
|
|
68324
|
-
}
|
|
68325
|
-
interface PhpAppLayerCloudwatchConfigurationLogStream {
|
|
68326
|
-
batchCount?: number;
|
|
68327
|
-
batchSize?: number;
|
|
68328
|
-
bufferDuration?: number;
|
|
68329
|
-
datetimeFormat?: string;
|
|
68330
|
-
encoding?: string;
|
|
68331
|
-
file: string;
|
|
68332
|
-
fileFingerprintLines?: string;
|
|
68333
|
-
initialPosition?: string;
|
|
68334
|
-
logGroupName: string;
|
|
68335
|
-
multilineStartPattern?: string;
|
|
68336
|
-
timeZone?: string;
|
|
68337
|
-
}
|
|
68338
|
-
interface PhpAppLayerEbsVolume {
|
|
68339
|
-
encrypted?: boolean;
|
|
68340
|
-
/**
|
|
68341
|
-
* For PIOPS volumes, the IOPS per disk.
|
|
68342
|
-
*/
|
|
68343
|
-
iops?: number;
|
|
68344
|
-
/**
|
|
68345
|
-
* The path to mount the EBS volume on the layer's instances.
|
|
68346
|
-
*/
|
|
68347
|
-
mountPoint: string;
|
|
68348
|
-
/**
|
|
68349
|
-
* The number of disks to use for the EBS volume.
|
|
68350
|
-
*/
|
|
68351
|
-
numberOfDisks: number;
|
|
68352
|
-
/**
|
|
68353
|
-
* The RAID level to use for the volume.
|
|
68354
|
-
*/
|
|
68355
|
-
raidLevel?: string;
|
|
68356
|
-
/**
|
|
68357
|
-
* The size of the volume in gigabytes.
|
|
68358
|
-
*/
|
|
68359
|
-
size: number;
|
|
68360
|
-
/**
|
|
68361
|
-
* The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.
|
|
68362
|
-
*/
|
|
68363
|
-
type?: string;
|
|
68364
|
-
}
|
|
68365
|
-
interface PhpAppLayerLoadBasedAutoScaling {
|
|
68366
|
-
downscaling: outputs.opsworks.PhpAppLayerLoadBasedAutoScalingDownscaling;
|
|
68367
|
-
enable?: boolean;
|
|
68368
|
-
upscaling: outputs.opsworks.PhpAppLayerLoadBasedAutoScalingUpscaling;
|
|
68369
|
-
}
|
|
68370
|
-
interface PhpAppLayerLoadBasedAutoScalingDownscaling {
|
|
68371
|
-
alarms?: string[];
|
|
68372
|
-
cpuThreshold?: number;
|
|
68373
|
-
ignoreMetricsTime?: number;
|
|
68374
|
-
instanceCount?: number;
|
|
68375
|
-
loadThreshold?: number;
|
|
68376
|
-
memoryThreshold?: number;
|
|
68377
|
-
thresholdsWaitTime?: number;
|
|
68378
|
-
}
|
|
68379
|
-
interface PhpAppLayerLoadBasedAutoScalingUpscaling {
|
|
68380
|
-
alarms?: string[];
|
|
68381
|
-
cpuThreshold?: number;
|
|
68382
|
-
ignoreMetricsTime?: number;
|
|
68383
|
-
instanceCount?: number;
|
|
68384
|
-
loadThreshold?: number;
|
|
68385
|
-
memoryThreshold?: number;
|
|
68386
|
-
thresholdsWaitTime?: number;
|
|
68387
|
-
}
|
|
68388
|
-
interface RailsAppLayerCloudwatchConfiguration {
|
|
68389
|
-
enabled?: boolean;
|
|
68390
|
-
logStreams?: outputs.opsworks.RailsAppLayerCloudwatchConfigurationLogStream[];
|
|
68391
|
-
}
|
|
68392
|
-
interface RailsAppLayerCloudwatchConfigurationLogStream {
|
|
68393
|
-
batchCount?: number;
|
|
68394
|
-
batchSize?: number;
|
|
68395
|
-
bufferDuration?: number;
|
|
68396
|
-
datetimeFormat?: string;
|
|
68397
|
-
encoding?: string;
|
|
68398
|
-
file: string;
|
|
68399
|
-
fileFingerprintLines?: string;
|
|
68400
|
-
initialPosition?: string;
|
|
68401
|
-
logGroupName: string;
|
|
68402
|
-
multilineStartPattern?: string;
|
|
68403
|
-
timeZone?: string;
|
|
68404
|
-
}
|
|
68405
|
-
interface RailsAppLayerEbsVolume {
|
|
68406
|
-
encrypted?: boolean;
|
|
68407
|
-
/**
|
|
68408
|
-
* For PIOPS volumes, the IOPS per disk.
|
|
68409
|
-
*/
|
|
68410
|
-
iops?: number;
|
|
68411
|
-
/**
|
|
68412
|
-
* The path to mount the EBS volume on the layer's instances.
|
|
68413
|
-
*/
|
|
68414
|
-
mountPoint: string;
|
|
68415
|
-
/**
|
|
68416
|
-
* The number of disks to use for the EBS volume.
|
|
68417
|
-
*/
|
|
68418
|
-
numberOfDisks: number;
|
|
68419
|
-
/**
|
|
68420
|
-
* The RAID level to use for the volume.
|
|
68421
|
-
*/
|
|
68422
|
-
raidLevel?: string;
|
|
68423
|
-
/**
|
|
68424
|
-
* The size of the volume in gigabytes.
|
|
68425
|
-
*/
|
|
68426
|
-
size: number;
|
|
68427
|
-
/**
|
|
68428
|
-
* The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.
|
|
68429
|
-
*/
|
|
68430
|
-
type?: string;
|
|
68431
|
-
}
|
|
68432
|
-
interface RailsAppLayerLoadBasedAutoScaling {
|
|
68433
|
-
downscaling: outputs.opsworks.RailsAppLayerLoadBasedAutoScalingDownscaling;
|
|
68434
|
-
enable?: boolean;
|
|
68435
|
-
upscaling: outputs.opsworks.RailsAppLayerLoadBasedAutoScalingUpscaling;
|
|
68436
|
-
}
|
|
68437
|
-
interface RailsAppLayerLoadBasedAutoScalingDownscaling {
|
|
68438
|
-
alarms?: string[];
|
|
68439
|
-
cpuThreshold?: number;
|
|
68440
|
-
ignoreMetricsTime?: number;
|
|
68441
|
-
instanceCount?: number;
|
|
68442
|
-
loadThreshold?: number;
|
|
68443
|
-
memoryThreshold?: number;
|
|
68444
|
-
thresholdsWaitTime?: number;
|
|
68445
|
-
}
|
|
68446
|
-
interface RailsAppLayerLoadBasedAutoScalingUpscaling {
|
|
68447
|
-
alarms?: string[];
|
|
68448
|
-
cpuThreshold?: number;
|
|
68449
|
-
ignoreMetricsTime?: number;
|
|
68450
|
-
instanceCount?: number;
|
|
68451
|
-
loadThreshold?: number;
|
|
68452
|
-
memoryThreshold?: number;
|
|
68453
|
-
thresholdsWaitTime?: number;
|
|
68454
|
-
}
|
|
68455
|
-
interface StackCustomCookbooksSource {
|
|
68456
|
-
/**
|
|
68457
|
-
* Password to use when authenticating to the source. The provider cannot perform drift detection of this configuration.
|
|
68458
|
-
*/
|
|
68459
|
-
password?: string;
|
|
68460
|
-
/**
|
|
68461
|
-
* For sources that are version-aware, the revision to use.
|
|
68462
|
-
*/
|
|
68463
|
-
revision?: string;
|
|
68464
|
-
/**
|
|
68465
|
-
* SSH key to use when authenticating to the source. This provider cannot perform drift detection of this configuration.
|
|
68466
|
-
*/
|
|
68467
|
-
sshKey?: string;
|
|
68468
|
-
/**
|
|
68469
|
-
* The type of source to use. For example, "archive".
|
|
68470
|
-
*/
|
|
68471
|
-
type: string;
|
|
68472
|
-
/**
|
|
68473
|
-
* The URL where the cookbooks resource can be found.
|
|
68474
|
-
*/
|
|
68475
|
-
url: string;
|
|
68476
|
-
/**
|
|
68477
|
-
* Username to use when authenticating to the source.
|
|
68478
|
-
*/
|
|
68479
|
-
username?: string;
|
|
68480
|
-
}
|
|
68481
|
-
interface StaticWebLayerCloudwatchConfiguration {
|
|
68482
|
-
enabled?: boolean;
|
|
68483
|
-
logStreams?: outputs.opsworks.StaticWebLayerCloudwatchConfigurationLogStream[];
|
|
68484
|
-
}
|
|
68485
|
-
interface StaticWebLayerCloudwatchConfigurationLogStream {
|
|
68486
|
-
batchCount?: number;
|
|
68487
|
-
batchSize?: number;
|
|
68488
|
-
bufferDuration?: number;
|
|
68489
|
-
datetimeFormat?: string;
|
|
68490
|
-
encoding?: string;
|
|
68491
|
-
file: string;
|
|
68492
|
-
fileFingerprintLines?: string;
|
|
68493
|
-
initialPosition?: string;
|
|
68494
|
-
logGroupName: string;
|
|
68495
|
-
multilineStartPattern?: string;
|
|
68496
|
-
timeZone?: string;
|
|
68497
|
-
}
|
|
68498
|
-
interface StaticWebLayerEbsVolume {
|
|
68499
|
-
encrypted?: boolean;
|
|
68500
|
-
/**
|
|
68501
|
-
* For PIOPS volumes, the IOPS per disk.
|
|
68502
|
-
*/
|
|
68503
|
-
iops?: number;
|
|
68504
|
-
/**
|
|
68505
|
-
* The path to mount the EBS volume on the layer's instances.
|
|
68506
|
-
*/
|
|
68507
|
-
mountPoint: string;
|
|
68508
|
-
/**
|
|
68509
|
-
* The number of disks to use for the EBS volume.
|
|
68510
|
-
*/
|
|
68511
|
-
numberOfDisks: number;
|
|
68512
|
-
/**
|
|
68513
|
-
* The RAID level to use for the volume.
|
|
68514
|
-
*/
|
|
68515
|
-
raidLevel?: string;
|
|
68516
|
-
/**
|
|
68517
|
-
* The size of the volume in gigabytes.
|
|
68518
|
-
*/
|
|
68519
|
-
size: number;
|
|
68520
|
-
/**
|
|
68521
|
-
* The type of volume to create. This may be `standard` (the default), `io1` or `gp2`.
|
|
68522
|
-
*/
|
|
68523
|
-
type?: string;
|
|
68524
|
-
}
|
|
68525
|
-
interface StaticWebLayerLoadBasedAutoScaling {
|
|
68526
|
-
downscaling: outputs.opsworks.StaticWebLayerLoadBasedAutoScalingDownscaling;
|
|
68527
|
-
enable?: boolean;
|
|
68528
|
-
upscaling: outputs.opsworks.StaticWebLayerLoadBasedAutoScalingUpscaling;
|
|
68529
|
-
}
|
|
68530
|
-
interface StaticWebLayerLoadBasedAutoScalingDownscaling {
|
|
68531
|
-
alarms?: string[];
|
|
68532
|
-
cpuThreshold?: number;
|
|
68533
|
-
ignoreMetricsTime?: number;
|
|
68534
|
-
instanceCount?: number;
|
|
68535
|
-
loadThreshold?: number;
|
|
68536
|
-
memoryThreshold?: number;
|
|
68537
|
-
thresholdsWaitTime?: number;
|
|
68538
|
-
}
|
|
68539
|
-
interface StaticWebLayerLoadBasedAutoScalingUpscaling {
|
|
68540
|
-
alarms?: string[];
|
|
68541
|
-
cpuThreshold?: number;
|
|
68542
|
-
ignoreMetricsTime?: number;
|
|
68543
|
-
instanceCount?: number;
|
|
68544
|
-
loadThreshold?: number;
|
|
68545
|
-
memoryThreshold?: number;
|
|
68546
|
-
thresholdsWaitTime?: number;
|
|
68547
|
-
}
|
|
68548
|
-
}
|
|
68549
67456
|
export declare namespace organizations {
|
|
68550
67457
|
interface GetDelegatedAdministratorsDelegatedAdministrator {
|
|
68551
67458
|
/**
|
|
@@ -68821,7 +67728,7 @@ export declare namespace organizations {
|
|
|
68821
67728
|
}
|
|
68822
67729
|
}
|
|
68823
67730
|
export declare namespace paymentcryptography {
|
|
68824
|
-
interface
|
|
67731
|
+
interface KeyKeyAttribute {
|
|
68825
67732
|
/**
|
|
68826
67733
|
* Key algorithm to be use during creation of an AWS Payment Cryptography key.
|
|
68827
67734
|
*/
|
|
@@ -68833,13 +67740,13 @@ export declare namespace paymentcryptography {
|
|
|
68833
67740
|
/**
|
|
68834
67741
|
* List of cryptographic operations that you can perform using the key.
|
|
68835
67742
|
*/
|
|
68836
|
-
|
|
67743
|
+
keyModesOfUses?: outputs.paymentcryptography.KeyKeyAttributeKeyModesOfUse[];
|
|
68837
67744
|
/**
|
|
68838
67745
|
* Cryptographic usage of an AWS Payment Cryptography key as defined in section A.5.2 of the TR-31 spec.
|
|
68839
67746
|
*/
|
|
68840
67747
|
keyUsage: string;
|
|
68841
67748
|
}
|
|
68842
|
-
interface
|
|
67749
|
+
interface KeyKeyAttributeKeyModesOfUse {
|
|
68843
67750
|
/**
|
|
68844
67751
|
* Whether an AWS Payment Cryptography key can be used to decrypt data.
|
|
68845
67752
|
*/
|
|
@@ -71059,10 +69966,6 @@ export declare namespace quicksight {
|
|
|
71059
69966
|
*/
|
|
71060
69967
|
principal: string;
|
|
71061
69968
|
}
|
|
71062
|
-
interface GetAnalysisPermission {
|
|
71063
|
-
actions: string[];
|
|
71064
|
-
principal: string;
|
|
71065
|
-
}
|
|
71066
69969
|
interface GetDataSetColumnGroup {
|
|
71067
69970
|
geoSpatialColumnGroups: outputs.quicksight.GetDataSetColumnGroupGeoSpatialColumnGroup[];
|
|
71068
69971
|
}
|
|
@@ -71688,6 +70591,18 @@ export declare namespace ram {
|
|
|
71688
70591
|
}
|
|
71689
70592
|
}
|
|
71690
70593
|
export declare namespace rbin {
|
|
70594
|
+
interface RuleExcludeResourceTag {
|
|
70595
|
+
/**
|
|
70596
|
+
* Tag key.
|
|
70597
|
+
*
|
|
70598
|
+
* The following argument is optional:
|
|
70599
|
+
*/
|
|
70600
|
+
resourceTagKey: string;
|
|
70601
|
+
/**
|
|
70602
|
+
* Tag value.
|
|
70603
|
+
*/
|
|
70604
|
+
resourceTagValue?: string;
|
|
70605
|
+
}
|
|
71691
70606
|
interface RuleLockConfiguration {
|
|
71692
70607
|
/**
|
|
71693
70608
|
* Information about the retention rule unlock delay. See `unlockDelay` below.
|
|
@@ -71696,33 +70611,33 @@ export declare namespace rbin {
|
|
|
71696
70611
|
}
|
|
71697
70612
|
interface RuleLockConfigurationUnlockDelay {
|
|
71698
70613
|
/**
|
|
71699
|
-
*
|
|
70614
|
+
* Unit of time in which to measure the unlock delay. Currently, the unlock delay can be measure only in days.
|
|
71700
70615
|
*/
|
|
71701
70616
|
unlockDelayUnit: string;
|
|
71702
70617
|
/**
|
|
71703
|
-
*
|
|
70618
|
+
* Unlock delay period, measured in the unit specified for UnlockDelayUnit.
|
|
71704
70619
|
*/
|
|
71705
70620
|
unlockDelayValue: number;
|
|
71706
70621
|
}
|
|
71707
70622
|
interface RuleResourceTag {
|
|
71708
70623
|
/**
|
|
71709
|
-
*
|
|
70624
|
+
* Tag key.
|
|
71710
70625
|
*
|
|
71711
70626
|
* The following argument is optional:
|
|
71712
70627
|
*/
|
|
71713
70628
|
resourceTagKey: string;
|
|
71714
70629
|
/**
|
|
71715
|
-
*
|
|
70630
|
+
* Tag value.
|
|
71716
70631
|
*/
|
|
71717
70632
|
resourceTagValue?: string;
|
|
71718
70633
|
}
|
|
71719
70634
|
interface RuleRetentionPeriod {
|
|
71720
70635
|
/**
|
|
71721
|
-
*
|
|
70636
|
+
* Unit of time in which the retention period is measured. Currently, only DAYS is supported.
|
|
71722
70637
|
*/
|
|
71723
70638
|
retentionPeriodUnit: string;
|
|
71724
70639
|
/**
|
|
71725
|
-
*
|
|
70640
|
+
* Period value for which the retention rule is to retain resources. The period is measured using the unit specified for RetentionPeriodUnit.
|
|
71726
70641
|
*/
|
|
71727
70642
|
retentionPeriodValue: number;
|
|
71728
70643
|
}
|
|
@@ -72169,43 +71084,6 @@ export declare namespace redshift {
|
|
|
72169
71084
|
*/
|
|
72170
71085
|
publicIpAddress: string;
|
|
72171
71086
|
}
|
|
72172
|
-
interface ClusterLogging {
|
|
72173
|
-
/**
|
|
72174
|
-
* The name of an existing S3 bucket where the log files are to be stored. Must be in the same region as the cluster and the cluster must have read bucket and put object permissions.
|
|
72175
|
-
* For more information on the permissions required for the bucket, please read the AWS [documentation](http://docs.aws.amazon.com/redshift/latest/mgmt/db-auditing.html#db-auditing-enable-logging)
|
|
72176
|
-
*/
|
|
72177
|
-
bucketName: string;
|
|
72178
|
-
/**
|
|
72179
|
-
* Enables logging information such as queries and connection attempts, for the specified Amazon Redshift cluster.
|
|
72180
|
-
*/
|
|
72181
|
-
enable: boolean;
|
|
72182
|
-
/**
|
|
72183
|
-
* The log destination type. An enum with possible values of `s3` and `cloudwatch`.
|
|
72184
|
-
*/
|
|
72185
|
-
logDestinationType?: string;
|
|
72186
|
-
/**
|
|
72187
|
-
* The collection of exported log types. Log types include the connection log, user log and user activity log. Required when `logDestinationType` is `cloudwatch`. Valid log types are `connectionlog`, `userlog`, and `useractivitylog`.
|
|
72188
|
-
*/
|
|
72189
|
-
logExports?: string[];
|
|
72190
|
-
/**
|
|
72191
|
-
* The prefix applied to the log file names.
|
|
72192
|
-
*/
|
|
72193
|
-
s3KeyPrefix: string;
|
|
72194
|
-
}
|
|
72195
|
-
interface ClusterSnapshotCopy {
|
|
72196
|
-
/**
|
|
72197
|
-
* The destination region that you want to copy snapshots to.
|
|
72198
|
-
*/
|
|
72199
|
-
destinationRegion: string;
|
|
72200
|
-
/**
|
|
72201
|
-
* The name of the snapshot copy grant to use when snapshots of an AWS KMS-encrypted cluster are copied to the destination region.
|
|
72202
|
-
*/
|
|
72203
|
-
grantName?: string;
|
|
72204
|
-
/**
|
|
72205
|
-
* The number of days to retain automated snapshots in the destination region after they are copied from the source region. Defaults to `7`.
|
|
72206
|
-
*/
|
|
72207
|
-
retentionPeriod?: number;
|
|
72208
|
-
}
|
|
72209
71087
|
interface EndpointAccessVpcEndpoint {
|
|
72210
71088
|
/**
|
|
72211
71089
|
* One or more network interfaces of the endpoint. Also known as an interface endpoint. See details below.
|
|
@@ -72578,7 +71456,7 @@ export declare namespace rekognition {
|
|
|
72578
71456
|
/**
|
|
72579
71457
|
* Box representing a region of interest on screen. Only 1 per region is allowed. See `boundingBox`.
|
|
72580
71458
|
*/
|
|
72581
|
-
boundingBox
|
|
71459
|
+
boundingBox: outputs.rekognition.StreamProcessorRegionsOfInterestBoundingBox;
|
|
72582
71460
|
/**
|
|
72583
71461
|
* Shape made up of up to 10 Point objects to define a region of interest. See `polygon`.
|
|
72584
71462
|
*/
|
|
@@ -72766,7 +71644,7 @@ export declare namespace resourceexplorer {
|
|
|
72766
71644
|
*/
|
|
72767
71645
|
properties: outputs.resourceexplorer.SearchResourceProperty[];
|
|
72768
71646
|
/**
|
|
72769
|
-
*
|
|
71647
|
+
* Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
|
|
72770
71648
|
*/
|
|
72771
71649
|
region: string;
|
|
72772
71650
|
/**
|
|
@@ -74400,6 +73278,58 @@ export declare namespace s3 {
|
|
|
74400
73278
|
*/
|
|
74401
73279
|
prefix?: string;
|
|
74402
73280
|
}
|
|
73281
|
+
interface BucketAclAccessControlPolicy {
|
|
73282
|
+
/**
|
|
73283
|
+
* Set of `grant` configuration blocks. See below.
|
|
73284
|
+
*/
|
|
73285
|
+
grants?: outputs.s3.BucketAclAccessControlPolicyGrant[];
|
|
73286
|
+
/**
|
|
73287
|
+
* Configuration block for the bucket owner's display name and ID. See below.
|
|
73288
|
+
*/
|
|
73289
|
+
owner: outputs.s3.BucketAclAccessControlPolicyOwner;
|
|
73290
|
+
}
|
|
73291
|
+
interface BucketAclAccessControlPolicyGrant {
|
|
73292
|
+
/**
|
|
73293
|
+
* Configuration block for the person being granted permissions. See below.
|
|
73294
|
+
*/
|
|
73295
|
+
grantee?: outputs.s3.BucketAclAccessControlPolicyGrantGrantee;
|
|
73296
|
+
/**
|
|
73297
|
+
* Logging permissions assigned to the grantee for the bucket. Valid values: `FULL_CONTROL`, `WRITE`, `WRITE_ACP`, `READ`, `READ_ACP`. See [What permissions can I grant?](https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl-overview.html#permissions) for more details about what each permission means in the context of buckets.
|
|
73298
|
+
*/
|
|
73299
|
+
permission: string;
|
|
73300
|
+
}
|
|
73301
|
+
interface BucketAclAccessControlPolicyGrantGrantee {
|
|
73302
|
+
/**
|
|
73303
|
+
* Display name of the owner.
|
|
73304
|
+
*/
|
|
73305
|
+
displayName: string;
|
|
73306
|
+
/**
|
|
73307
|
+
* Email address of the grantee. See [Regions and Endpoints](https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region) for supported AWS regions where this argument can be specified.
|
|
73308
|
+
*/
|
|
73309
|
+
emailAddress?: string;
|
|
73310
|
+
/**
|
|
73311
|
+
* Canonical user ID of the grantee.
|
|
73312
|
+
*/
|
|
73313
|
+
id?: string;
|
|
73314
|
+
/**
|
|
73315
|
+
* Type of grantee. Valid values: `CanonicalUser`, `AmazonCustomerByEmail`, `Group`.
|
|
73316
|
+
*/
|
|
73317
|
+
type: string;
|
|
73318
|
+
/**
|
|
73319
|
+
* URI of the grantee group.
|
|
73320
|
+
*/
|
|
73321
|
+
uri?: string;
|
|
73322
|
+
}
|
|
73323
|
+
interface BucketAclAccessControlPolicyOwner {
|
|
73324
|
+
/**
|
|
73325
|
+
* Display name of the owner.
|
|
73326
|
+
*/
|
|
73327
|
+
displayName: string;
|
|
73328
|
+
/**
|
|
73329
|
+
* ID of the owner.
|
|
73330
|
+
*/
|
|
73331
|
+
id: string;
|
|
73332
|
+
}
|
|
74403
73333
|
interface BucketAclV2AccessControlPolicy {
|
|
74404
73334
|
/**
|
|
74405
73335
|
* Set of `grant` configuration blocks. See below.
|
|
@@ -74452,6 +73382,32 @@ export declare namespace s3 {
|
|
|
74452
73382
|
*/
|
|
74453
73383
|
id: string;
|
|
74454
73384
|
}
|
|
73385
|
+
interface BucketCorsConfigurationCorsRule {
|
|
73386
|
+
/**
|
|
73387
|
+
* Set of Headers that are specified in the `Access-Control-Request-Headers` header.
|
|
73388
|
+
*/
|
|
73389
|
+
allowedHeaders?: string[];
|
|
73390
|
+
/**
|
|
73391
|
+
* Set of HTTP methods that you allow the origin to execute. Valid values are `GET`, `PUT`, `HEAD`, `POST`, and `DELETE`.
|
|
73392
|
+
*/
|
|
73393
|
+
allowedMethods: string[];
|
|
73394
|
+
/**
|
|
73395
|
+
* Set of origins you want customers to be able to access the bucket from.
|
|
73396
|
+
*/
|
|
73397
|
+
allowedOrigins: string[];
|
|
73398
|
+
/**
|
|
73399
|
+
* Set of headers in the response that you want customers to be able to access from their applications (for example, from a JavaScript `XMLHttpRequest` object).
|
|
73400
|
+
*/
|
|
73401
|
+
exposeHeaders?: string[];
|
|
73402
|
+
/**
|
|
73403
|
+
* Unique identifier for the rule. The value cannot be longer than 255 characters.
|
|
73404
|
+
*/
|
|
73405
|
+
id?: string;
|
|
73406
|
+
/**
|
|
73407
|
+
* Time in seconds that your browser is to cache the preflight response for the specified resource.
|
|
73408
|
+
*/
|
|
73409
|
+
maxAgeSeconds?: number;
|
|
73410
|
+
}
|
|
74455
73411
|
interface BucketCorsConfigurationV2CorsRule {
|
|
74456
73412
|
/**
|
|
74457
73413
|
* Set of Headers that are specified in the `Access-Control-Request-Headers` header.
|
|
@@ -74480,19 +73436,19 @@ export declare namespace s3 {
|
|
|
74480
73436
|
}
|
|
74481
73437
|
interface BucketCorsRule {
|
|
74482
73438
|
/**
|
|
74483
|
-
*
|
|
73439
|
+
* List of headers allowed.
|
|
74484
73440
|
*/
|
|
74485
73441
|
allowedHeaders?: string[];
|
|
74486
73442
|
/**
|
|
74487
|
-
*
|
|
73443
|
+
* One or more HTTP methods that you allow the origin to execute. Can be `GET`, `PUT`, `POST`, `DELETE` or `HEAD`.
|
|
74488
73444
|
*/
|
|
74489
73445
|
allowedMethods: string[];
|
|
74490
73446
|
/**
|
|
74491
|
-
*
|
|
73447
|
+
* One or more origins you want customers to be able to access the bucket from.
|
|
74492
73448
|
*/
|
|
74493
73449
|
allowedOrigins: string[];
|
|
74494
73450
|
/**
|
|
74495
|
-
*
|
|
73451
|
+
* One or more headers in the response that you want customers to be able to access from their applications (for example, from a JavaScript `XMLHttpRequest` object).
|
|
74496
73452
|
*/
|
|
74497
73453
|
exposeHeaders?: string[];
|
|
74498
73454
|
/**
|
|
@@ -74540,6 +73496,175 @@ export declare namespace s3 {
|
|
|
74540
73496
|
*/
|
|
74541
73497
|
days: number;
|
|
74542
73498
|
}
|
|
73499
|
+
interface BucketLifecycleConfigurationRule {
|
|
73500
|
+
/**
|
|
73501
|
+
* Configuration block that specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload. See below.
|
|
73502
|
+
*/
|
|
73503
|
+
abortIncompleteMultipartUpload?: outputs.s3.BucketLifecycleConfigurationRuleAbortIncompleteMultipartUpload;
|
|
73504
|
+
/**
|
|
73505
|
+
* Configuration block that specifies the expiration for the lifecycle of the object in the form of date, days and, whether the object has a delete marker. See below.
|
|
73506
|
+
*/
|
|
73507
|
+
expiration?: outputs.s3.BucketLifecycleConfigurationRuleExpiration;
|
|
73508
|
+
/**
|
|
73509
|
+
* Configuration block used to identify objects that a Lifecycle Rule applies to.
|
|
73510
|
+
* See below.
|
|
73511
|
+
* If not specified, the `rule` will default to using `prefix`.
|
|
73512
|
+
* One of `filter` or `prefix` should be specified.
|
|
73513
|
+
*/
|
|
73514
|
+
filter?: outputs.s3.BucketLifecycleConfigurationRuleFilter;
|
|
73515
|
+
/**
|
|
73516
|
+
* Unique identifier for the rule. The value cannot be longer than 255 characters.
|
|
73517
|
+
*/
|
|
73518
|
+
id: string;
|
|
73519
|
+
/**
|
|
73520
|
+
* Configuration block that specifies when noncurrent object versions expire. See below.
|
|
73521
|
+
*/
|
|
73522
|
+
noncurrentVersionExpiration?: outputs.s3.BucketLifecycleConfigurationRuleNoncurrentVersionExpiration;
|
|
73523
|
+
/**
|
|
73524
|
+
* Set of configuration blocks that specify the transition rule for the lifecycle rule that describes when noncurrent objects transition to a specific storage class. See below.
|
|
73525
|
+
*/
|
|
73526
|
+
noncurrentVersionTransitions?: outputs.s3.BucketLifecycleConfigurationRuleNoncurrentVersionTransition[];
|
|
73527
|
+
/**
|
|
73528
|
+
* **DEPRECATED** Use `filter` instead.
|
|
73529
|
+
* This has been deprecated by Amazon S3.
|
|
73530
|
+
* Prefix identifying one or more objects to which the rule applies.
|
|
73531
|
+
* Defaults to an empty string (`""`) if `filter` is not specified.
|
|
73532
|
+
* One of `prefix` or `filter` should be specified.
|
|
73533
|
+
*
|
|
73534
|
+
* @deprecated Specify a prefix using 'filter' instead
|
|
73535
|
+
*/
|
|
73536
|
+
prefix: string;
|
|
73537
|
+
/**
|
|
73538
|
+
* Whether the rule is currently being applied. Valid values: `Enabled` or `Disabled`.
|
|
73539
|
+
*/
|
|
73540
|
+
status: string;
|
|
73541
|
+
/**
|
|
73542
|
+
* Set of configuration blocks that specify when an Amazon S3 object transitions to a specified storage class. See below.
|
|
73543
|
+
*/
|
|
73544
|
+
transitions?: outputs.s3.BucketLifecycleConfigurationRuleTransition[];
|
|
73545
|
+
}
|
|
73546
|
+
interface BucketLifecycleConfigurationRuleAbortIncompleteMultipartUpload {
|
|
73547
|
+
/**
|
|
73548
|
+
* Number of days after which Amazon S3 aborts an incomplete multipart upload.
|
|
73549
|
+
*/
|
|
73550
|
+
daysAfterInitiation?: number;
|
|
73551
|
+
}
|
|
73552
|
+
interface BucketLifecycleConfigurationRuleExpiration {
|
|
73553
|
+
/**
|
|
73554
|
+
* Date the object is to be moved or deleted. The date value must be in [RFC3339 full-date format](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) e.g. `2023-08-22`.
|
|
73555
|
+
*/
|
|
73556
|
+
date?: string;
|
|
73557
|
+
/**
|
|
73558
|
+
* Lifetime, in days, of the objects that are subject to the rule. The value must be a non-zero positive integer.
|
|
73559
|
+
*/
|
|
73560
|
+
days: number;
|
|
73561
|
+
/**
|
|
73562
|
+
* Indicates whether Amazon S3 will remove a delete marker with no noncurrent versions. If set to `true`, the delete marker will be expired; if set to `false` the policy takes no action.
|
|
73563
|
+
*/
|
|
73564
|
+
expiredObjectDeleteMarker: boolean;
|
|
73565
|
+
}
|
|
73566
|
+
interface BucketLifecycleConfigurationRuleFilter {
|
|
73567
|
+
/**
|
|
73568
|
+
* Configuration block used to apply a logical `AND` to two or more predicates. See below. The Lifecycle Rule will apply to any object matching all the predicates configured inside the `and` block.
|
|
73569
|
+
*/
|
|
73570
|
+
and?: outputs.s3.BucketLifecycleConfigurationRuleFilterAnd;
|
|
73571
|
+
/**
|
|
73572
|
+
* Minimum object size (in bytes) to which the rule applies.
|
|
73573
|
+
*/
|
|
73574
|
+
objectSizeGreaterThan: number;
|
|
73575
|
+
/**
|
|
73576
|
+
* Maximum object size (in bytes) to which the rule applies.
|
|
73577
|
+
*/
|
|
73578
|
+
objectSizeLessThan: number;
|
|
73579
|
+
/**
|
|
73580
|
+
* Prefix identifying one or more objects to which the rule applies. Defaults to an empty string (`""`) if not specified.
|
|
73581
|
+
*/
|
|
73582
|
+
prefix: string;
|
|
73583
|
+
/**
|
|
73584
|
+
* Configuration block for specifying a tag key and value. See below.
|
|
73585
|
+
*/
|
|
73586
|
+
tag?: outputs.s3.BucketLifecycleConfigurationRuleFilterTag;
|
|
73587
|
+
}
|
|
73588
|
+
interface BucketLifecycleConfigurationRuleFilterAnd {
|
|
73589
|
+
/**
|
|
73590
|
+
* Minimum object size to which the rule applies. Value must be at least `0` if specified. Defaults to 128000 (128 KB) for all `storageClass` values unless `transitionDefaultMinimumObjectSize` specifies otherwise.
|
|
73591
|
+
*/
|
|
73592
|
+
objectSizeGreaterThan: number;
|
|
73593
|
+
/**
|
|
73594
|
+
* Maximum object size to which the rule applies. Value must be at least `1` if specified.
|
|
73595
|
+
*/
|
|
73596
|
+
objectSizeLessThan: number;
|
|
73597
|
+
/**
|
|
73598
|
+
* Prefix identifying one or more objects to which the rule applies.
|
|
73599
|
+
*/
|
|
73600
|
+
prefix: string;
|
|
73601
|
+
/**
|
|
73602
|
+
* Key-value map of resource tags.
|
|
73603
|
+
* All of these tags must exist in the object's tag set in order for the rule to apply.
|
|
73604
|
+
* If set, must contain at least one key-value pair.
|
|
73605
|
+
*/
|
|
73606
|
+
tags?: {
|
|
73607
|
+
[key: string]: string;
|
|
73608
|
+
};
|
|
73609
|
+
}
|
|
73610
|
+
interface BucketLifecycleConfigurationRuleFilterTag {
|
|
73611
|
+
/**
|
|
73612
|
+
* Name of the object key.
|
|
73613
|
+
*/
|
|
73614
|
+
key: string;
|
|
73615
|
+
/**
|
|
73616
|
+
* Value of the tag.
|
|
73617
|
+
*/
|
|
73618
|
+
value: string;
|
|
73619
|
+
}
|
|
73620
|
+
interface BucketLifecycleConfigurationRuleNoncurrentVersionExpiration {
|
|
73621
|
+
/**
|
|
73622
|
+
* Number of noncurrent versions Amazon S3 will retain. Must be a non-zero positive integer.
|
|
73623
|
+
*/
|
|
73624
|
+
newerNoncurrentVersions: number;
|
|
73625
|
+
/**
|
|
73626
|
+
* Number of days an object is noncurrent before Amazon S3 can perform the associated action. Must be a positive integer.
|
|
73627
|
+
*/
|
|
73628
|
+
noncurrentDays: number;
|
|
73629
|
+
}
|
|
73630
|
+
interface BucketLifecycleConfigurationRuleNoncurrentVersionTransition {
|
|
73631
|
+
/**
|
|
73632
|
+
* Number of noncurrent versions Amazon S3 will retain. Must be a non-zero positive integer.
|
|
73633
|
+
*/
|
|
73634
|
+
newerNoncurrentVersions: number;
|
|
73635
|
+
/**
|
|
73636
|
+
* Number of days an object is noncurrent before Amazon S3 can perform the associated action.
|
|
73637
|
+
*/
|
|
73638
|
+
noncurrentDays: number;
|
|
73639
|
+
/**
|
|
73640
|
+
* Class of storage used to store the object. Valid Values: `GLACIER`, `STANDARD_IA`, `ONEZONE_IA`, `INTELLIGENT_TIERING`, `DEEP_ARCHIVE`, `GLACIER_IR`.
|
|
73641
|
+
*/
|
|
73642
|
+
storageClass: string;
|
|
73643
|
+
}
|
|
73644
|
+
interface BucketLifecycleConfigurationRuleTransition {
|
|
73645
|
+
/**
|
|
73646
|
+
* Date objects are transitioned to the specified storage class. The date value must be in [RFC3339 full-date format](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) e.g. `2023-08-22`.
|
|
73647
|
+
*/
|
|
73648
|
+
date?: string;
|
|
73649
|
+
/**
|
|
73650
|
+
* Number of days after creation when objects are transitioned to the specified storage class. The value must be a positive integer. If both `days` and `date` are not specified, defaults to `0`. Valid values depend on `storageClass`, see [Transition objects using Amazon S3 Lifecycle](https://docs.aws.amazon.com/AmazonS3/latest/userguide/lifecycle-transition-general-considerations.html) for more details.
|
|
73651
|
+
*/
|
|
73652
|
+
days: number;
|
|
73653
|
+
/**
|
|
73654
|
+
* Class of storage used to store the object. Valid Values: `GLACIER`, `STANDARD_IA`, `ONEZONE_IA`, `INTELLIGENT_TIERING`, `DEEP_ARCHIVE`, `GLACIER_IR`.
|
|
73655
|
+
*/
|
|
73656
|
+
storageClass: string;
|
|
73657
|
+
}
|
|
73658
|
+
interface BucketLifecycleConfigurationTimeouts {
|
|
73659
|
+
/**
|
|
73660
|
+
* A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
73661
|
+
*/
|
|
73662
|
+
create?: string;
|
|
73663
|
+
/**
|
|
73664
|
+
* A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
73665
|
+
*/
|
|
73666
|
+
update?: string;
|
|
73667
|
+
}
|
|
74543
73668
|
interface BucketLifecycleConfigurationV2Rule {
|
|
74544
73669
|
/**
|
|
74545
73670
|
* Configuration block that specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload. See below.
|
|
@@ -74719,7 +73844,7 @@ export declare namespace s3 {
|
|
|
74719
73844
|
*/
|
|
74720
73845
|
enabled: boolean;
|
|
74721
73846
|
/**
|
|
74722
|
-
* Specifies a period in the object's expire
|
|
73847
|
+
* Specifies a period in the object's expire. See Expiration below for details.
|
|
74723
73848
|
*/
|
|
74724
73849
|
expiration?: outputs.s3.BucketLifecycleRuleExpiration;
|
|
74725
73850
|
/**
|
|
@@ -74727,13 +73852,11 @@ export declare namespace s3 {
|
|
|
74727
73852
|
*/
|
|
74728
73853
|
id: string;
|
|
74729
73854
|
/**
|
|
74730
|
-
* Specifies when noncurrent object versions expire
|
|
73855
|
+
* Specifies when noncurrent object versions expire. See Noncurrent Version Expiration below for details.
|
|
74731
73856
|
*/
|
|
74732
73857
|
noncurrentVersionExpiration?: outputs.s3.BucketLifecycleRuleNoncurrentVersionExpiration;
|
|
74733
73858
|
/**
|
|
74734
|
-
* Specifies when noncurrent object versions transitions
|
|
74735
|
-
*
|
|
74736
|
-
* At least one of `abortIncompleteMultipartUploadDays`, `expiration`, `transition`, `noncurrentVersionExpiration`, `noncurrentVersionTransition` must be specified.
|
|
73859
|
+
* Specifies when noncurrent object versions transitions. See Noncurrent Version Transition below for details.
|
|
74737
73860
|
*/
|
|
74738
73861
|
noncurrentVersionTransitions?: outputs.s3.BucketLifecycleRuleNoncurrentVersionTransition[];
|
|
74739
73862
|
/**
|
|
@@ -74747,7 +73870,7 @@ export declare namespace s3 {
|
|
|
74747
73870
|
[key: string]: string;
|
|
74748
73871
|
};
|
|
74749
73872
|
/**
|
|
74750
|
-
* Specifies a period in the object's transitions
|
|
73873
|
+
* Specifies a period in the object's transitions. See Transition below for details.
|
|
74751
73874
|
*/
|
|
74752
73875
|
transitions?: outputs.s3.BucketLifecycleRuleTransition[];
|
|
74753
73876
|
}
|
|
@@ -74797,7 +73920,7 @@ export declare namespace s3 {
|
|
|
74797
73920
|
}
|
|
74798
73921
|
interface BucketLogging {
|
|
74799
73922
|
/**
|
|
74800
|
-
*
|
|
73923
|
+
* Name of the bucket that will receive the log objects.
|
|
74801
73924
|
*/
|
|
74802
73925
|
targetBucket: string;
|
|
74803
73926
|
/**
|
|
@@ -74805,6 +73928,53 @@ export declare namespace s3 {
|
|
|
74805
73928
|
*/
|
|
74806
73929
|
targetPrefix?: string;
|
|
74807
73930
|
}
|
|
73931
|
+
interface BucketLoggingTargetGrant {
|
|
73932
|
+
/**
|
|
73933
|
+
* Configuration block for the person being granted permissions. See below.
|
|
73934
|
+
*/
|
|
73935
|
+
grantee: outputs.s3.BucketLoggingTargetGrantGrantee;
|
|
73936
|
+
/**
|
|
73937
|
+
* Logging permissions assigned to the grantee for the bucket. Valid values: `FULL_CONTROL`, `READ`, `WRITE`.
|
|
73938
|
+
*/
|
|
73939
|
+
permission: string;
|
|
73940
|
+
}
|
|
73941
|
+
interface BucketLoggingTargetGrantGrantee {
|
|
73942
|
+
displayName: string;
|
|
73943
|
+
/**
|
|
73944
|
+
* Email address of the grantee. See [Regions and Endpoints](https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region) for supported AWS regions where this argument can be specified.
|
|
73945
|
+
*/
|
|
73946
|
+
emailAddress?: string;
|
|
73947
|
+
/**
|
|
73948
|
+
* Canonical user ID of the grantee.
|
|
73949
|
+
*/
|
|
73950
|
+
id?: string;
|
|
73951
|
+
/**
|
|
73952
|
+
* Type of grantee. Valid values: `CanonicalUser`, `AmazonCustomerByEmail`, `Group`.
|
|
73953
|
+
*/
|
|
73954
|
+
type: string;
|
|
73955
|
+
/**
|
|
73956
|
+
* URI of the grantee group.
|
|
73957
|
+
*/
|
|
73958
|
+
uri?: string;
|
|
73959
|
+
}
|
|
73960
|
+
interface BucketLoggingTargetObjectKeyFormat {
|
|
73961
|
+
/**
|
|
73962
|
+
* Partitioned S3 key for log objects. See below.
|
|
73963
|
+
*/
|
|
73964
|
+
partitionedPrefix?: outputs.s3.BucketLoggingTargetObjectKeyFormatPartitionedPrefix;
|
|
73965
|
+
/**
|
|
73966
|
+
* Use the simple format for S3 keys for log objects. To use, set `simplePrefix {}`.
|
|
73967
|
+
*/
|
|
73968
|
+
simplePrefix?: outputs.s3.BucketLoggingTargetObjectKeyFormatSimplePrefix;
|
|
73969
|
+
}
|
|
73970
|
+
interface BucketLoggingTargetObjectKeyFormatPartitionedPrefix {
|
|
73971
|
+
/**
|
|
73972
|
+
* Specifies the partition date source for the partitioned prefix. Valid values: `EventTime`, `DeliveryTime`.
|
|
73973
|
+
*/
|
|
73974
|
+
partitionDateSource: string;
|
|
73975
|
+
}
|
|
73976
|
+
interface BucketLoggingTargetObjectKeyFormatSimplePrefix {
|
|
73977
|
+
}
|
|
74808
73978
|
interface BucketLoggingV2TargetGrant {
|
|
74809
73979
|
/**
|
|
74810
73980
|
* Configuration block for the person being granted permissions. See below.
|
|
@@ -74936,37 +74106,35 @@ export declare namespace s3 {
|
|
|
74936
74106
|
}
|
|
74937
74107
|
interface BucketObjectLockConfiguration {
|
|
74938
74108
|
/**
|
|
74939
|
-
* Indicates whether this bucket has an Object Lock configuration enabled. Valid
|
|
74109
|
+
* Indicates whether this bucket has an Object Lock configuration enabled. Valid values are `true` or `false`. This argument is not supported in all regions or partitions.
|
|
74110
|
+
*
|
|
74111
|
+
* @deprecated object_lock_enabled is deprecated. Use the top-level parameter objectLockEnabled instead.
|
|
74940
74112
|
*/
|
|
74941
|
-
objectLockEnabled
|
|
74113
|
+
objectLockEnabled?: string;
|
|
74942
74114
|
/**
|
|
74943
|
-
*
|
|
74115
|
+
* Object Lock rule in place for this bucket (documented below).
|
|
74116
|
+
*
|
|
74117
|
+
* @deprecated rule is deprecated. Use the aws.s3.BucketObjectLockConfiguration resource instead.
|
|
74944
74118
|
*/
|
|
74945
74119
|
rule?: outputs.s3.BucketObjectLockConfigurationRule;
|
|
74946
74120
|
}
|
|
74947
74121
|
interface BucketObjectLockConfigurationRule {
|
|
74948
74122
|
/**
|
|
74949
|
-
*
|
|
74123
|
+
* Configuration block for specifying the default Object Lock retention settings for new objects placed in the specified bucket. See below.
|
|
74950
74124
|
*/
|
|
74951
74125
|
defaultRetention: outputs.s3.BucketObjectLockConfigurationRuleDefaultRetention;
|
|
74952
74126
|
}
|
|
74953
74127
|
interface BucketObjectLockConfigurationRuleDefaultRetention {
|
|
74954
74128
|
/**
|
|
74955
|
-
*
|
|
74129
|
+
* Number of days that you want to specify for the default retention period.
|
|
74956
74130
|
*/
|
|
74957
74131
|
days?: number;
|
|
74958
74132
|
/**
|
|
74959
|
-
*
|
|
74133
|
+
* Default Object Lock retention mode you want to apply to new objects placed in the specified bucket. Valid values: `COMPLIANCE`, `GOVERNANCE`.
|
|
74960
74134
|
*/
|
|
74961
|
-
mode
|
|
74135
|
+
mode?: string;
|
|
74962
74136
|
/**
|
|
74963
|
-
*
|
|
74964
|
-
*
|
|
74965
|
-
* Either `days` or `years` must be specified, but not both.
|
|
74966
|
-
*
|
|
74967
|
-
* > **NOTE on `objectLockConfiguration`:** You can only enable S3 Object Lock for new buckets. If you need to turn on S3 Object Lock for an existing bucket, please contact AWS Support.
|
|
74968
|
-
* When you create a bucket with S3 Object Lock enabled, Amazon S3 automatically enables versioning for the bucket.
|
|
74969
|
-
* Once you create a bucket with S3 Object Lock enabled, you can't disable Object Lock or suspend versioning for the bucket.
|
|
74137
|
+
* Number of years that you want to specify for the default retention period.
|
|
74970
74138
|
*/
|
|
74971
74139
|
years?: number;
|
|
74972
74140
|
}
|
|
@@ -75199,7 +74367,7 @@ export declare namespace s3 {
|
|
|
75199
74367
|
}
|
|
75200
74368
|
interface BucketReplicationConfiguration {
|
|
75201
74369
|
/**
|
|
75202
|
-
*
|
|
74370
|
+
* ARN of the IAM role for Amazon S3 to assume when replicating the objects.
|
|
75203
74371
|
*/
|
|
75204
74372
|
role: string;
|
|
75205
74373
|
/**
|
|
@@ -75229,7 +74397,7 @@ export declare namespace s3 {
|
|
|
75229
74397
|
*/
|
|
75230
74398
|
prefix?: string;
|
|
75231
74399
|
/**
|
|
75232
|
-
*
|
|
74400
|
+
* Priority associated with the rule. Priority should only be set if `filter` is configured. If not provided, defaults to `0`. Priority must be unique between multiple rules.
|
|
75233
74401
|
*/
|
|
75234
74402
|
priority?: number;
|
|
75235
74403
|
/**
|
|
@@ -75237,23 +74405,21 @@ export declare namespace s3 {
|
|
|
75237
74405
|
*/
|
|
75238
74406
|
sourceSelectionCriteria?: outputs.s3.BucketReplicationConfigurationRuleSourceSelectionCriteria;
|
|
75239
74407
|
/**
|
|
75240
|
-
*
|
|
75241
|
-
*
|
|
75242
|
-
* > **NOTE:** Replication to multiple destination buckets requires that `priority` is specified in the `rules` object. If the corresponding rule requires no filter, an empty configuration block `filter {}` must be specified.
|
|
74408
|
+
* Status of the rule. Either `Enabled` or `Disabled`. The rule is ignored if status is not Enabled.
|
|
75243
74409
|
*/
|
|
75244
74410
|
status: string;
|
|
75245
74411
|
}
|
|
75246
74412
|
interface BucketReplicationConfigurationRuleDestination {
|
|
75247
74413
|
/**
|
|
75248
|
-
* Specifies the overrides to use for object owners on replication. Must be used in conjunction with `accountId` owner override configuration.
|
|
74414
|
+
* Specifies the overrides to use for object owners on replication (documented below). Must be used in conjunction with `accountId` owner override configuration.
|
|
75249
74415
|
*/
|
|
75250
74416
|
accessControlTranslation?: outputs.s3.BucketReplicationConfigurationRuleDestinationAccessControlTranslation;
|
|
75251
74417
|
/**
|
|
75252
|
-
*
|
|
74418
|
+
* Account ID to use for overriding the object owner on replication. Must be used in conjunction with `accessControlTranslation` override configuration.
|
|
75253
74419
|
*/
|
|
75254
74420
|
accountId?: string;
|
|
75255
74421
|
/**
|
|
75256
|
-
*
|
|
74422
|
+
* ARN of the S3 bucket where you want Amazon S3 to store replicas of the object identified by the rule.
|
|
75257
74423
|
*/
|
|
75258
74424
|
bucket: string;
|
|
75259
74425
|
/**
|
|
@@ -75276,7 +74442,7 @@ export declare namespace s3 {
|
|
|
75276
74442
|
}
|
|
75277
74443
|
interface BucketReplicationConfigurationRuleDestinationAccessControlTranslation {
|
|
75278
74444
|
/**
|
|
75279
|
-
*
|
|
74445
|
+
* Specifies the replica ownership. For default and valid values, see [PUT bucket replication](https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketReplication.html) in the Amazon S3 API Reference. The only valid value is `Destination`.
|
|
75280
74446
|
*/
|
|
75281
74447
|
owner: string;
|
|
75282
74448
|
}
|
|
@@ -75286,7 +74452,7 @@ export declare namespace s3 {
|
|
|
75286
74452
|
*/
|
|
75287
74453
|
minutes?: number;
|
|
75288
74454
|
/**
|
|
75289
|
-
*
|
|
74455
|
+
* Status of replication metrics. Either `Enabled` or `Disabled`.
|
|
75290
74456
|
*/
|
|
75291
74457
|
status?: string;
|
|
75292
74458
|
}
|
|
@@ -75296,7 +74462,7 @@ export declare namespace s3 {
|
|
|
75296
74462
|
*/
|
|
75297
74463
|
minutes?: number;
|
|
75298
74464
|
/**
|
|
75299
|
-
*
|
|
74465
|
+
* Status of RTC. Either `Enabled` or `Disabled`.
|
|
75300
74466
|
*/
|
|
75301
74467
|
status?: string;
|
|
75302
74468
|
}
|
|
@@ -75328,15 +74494,15 @@ export declare namespace s3 {
|
|
|
75328
74494
|
}
|
|
75329
74495
|
interface BucketServerSideEncryptionConfiguration {
|
|
75330
74496
|
/**
|
|
75331
|
-
*
|
|
74497
|
+
* Single object for server-side encryption by default configuration. (documented below)
|
|
75332
74498
|
*/
|
|
75333
74499
|
rule: outputs.s3.BucketServerSideEncryptionConfigurationRule;
|
|
75334
74500
|
}
|
|
75335
74501
|
interface BucketServerSideEncryptionConfigurationRule {
|
|
75336
74502
|
/**
|
|
75337
|
-
*
|
|
74503
|
+
* Single object for setting server-side encryption by default. See below.
|
|
75338
74504
|
*/
|
|
75339
|
-
applyServerSideEncryptionByDefault
|
|
74505
|
+
applyServerSideEncryptionByDefault?: outputs.s3.BucketServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefault;
|
|
75340
74506
|
/**
|
|
75341
74507
|
* Whether or not to use [Amazon S3 Bucket Keys](https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-key.html) for SSE-KMS.
|
|
75342
74508
|
*/
|
|
@@ -75344,11 +74510,11 @@ export declare namespace s3 {
|
|
|
75344
74510
|
}
|
|
75345
74511
|
interface BucketServerSideEncryptionConfigurationRuleApplyServerSideEncryptionByDefault {
|
|
75346
74512
|
/**
|
|
75347
|
-
*
|
|
74513
|
+
* AWS KMS master key ID used for the SSE-KMS encryption. This can only be used when you set the value of `sseAlgorithm` as `aws:kms`. The default `aws/s3` AWS KMS master key is used if this element is absent while the `sseAlgorithm` is `aws:kms`.
|
|
75348
74514
|
*/
|
|
75349
74515
|
kmsMasterKeyId?: string;
|
|
75350
74516
|
/**
|
|
75351
|
-
*
|
|
74517
|
+
* Server-side encryption algorithm to use. Valid values are `AES256`, `aws:kms`, and `aws:kms:dsse`
|
|
75352
74518
|
*/
|
|
75353
74519
|
sseAlgorithm: string;
|
|
75354
74520
|
}
|
|
@@ -75516,7 +74682,7 @@ export declare namespace s3 {
|
|
|
75516
74682
|
/**
|
|
75517
74683
|
* Object Lock rule in place for this bucket (documented below).
|
|
75518
74684
|
*
|
|
75519
|
-
* @deprecated rule is deprecated. Use the aws.s3.
|
|
74685
|
+
* @deprecated rule is deprecated. Use the aws.s3.BucketObjectLockConfiguration resource instead.
|
|
75520
74686
|
*/
|
|
75521
74687
|
rules?: outputs.s3.BucketV2ObjectLockConfigurationRule[];
|
|
75522
74688
|
}
|
|
@@ -75742,9 +74908,19 @@ export declare namespace s3 {
|
|
|
75742
74908
|
*/
|
|
75743
74909
|
status: string;
|
|
75744
74910
|
}
|
|
74911
|
+
interface BucketVersioningVersioningConfiguration {
|
|
74912
|
+
/**
|
|
74913
|
+
* Specifies whether MFA delete is enabled in the bucket versioning configuration. Valid values: `Enabled` or `Disabled`.
|
|
74914
|
+
*/
|
|
74915
|
+
mfaDelete: string;
|
|
74916
|
+
/**
|
|
74917
|
+
* Versioning state of the bucket. Valid values: `Enabled`, `Suspended`, or `Disabled`. `Disabled` should only be used when creating or importing resources that correspond to unversioned S3 buckets.
|
|
74918
|
+
*/
|
|
74919
|
+
status: string;
|
|
74920
|
+
}
|
|
75745
74921
|
interface BucketWebsite {
|
|
75746
74922
|
/**
|
|
75747
|
-
*
|
|
74923
|
+
* Absolute path to the document to return in case of a 4XX error.
|
|
75748
74924
|
*/
|
|
75749
74925
|
errorDocument?: string;
|
|
75750
74926
|
/**
|
|
@@ -75752,17 +74928,81 @@ export declare namespace s3 {
|
|
|
75752
74928
|
*/
|
|
75753
74929
|
indexDocument?: string;
|
|
75754
74930
|
/**
|
|
75755
|
-
*
|
|
74931
|
+
* Hostname to redirect all website requests for this bucket to. Hostname can optionally be prefixed with a protocol (`http://` or `https://`) to use when redirecting requests. The default is the protocol that is used in the original request.
|
|
75756
74932
|
*/
|
|
75757
74933
|
redirectAllRequestsTo?: string;
|
|
75758
74934
|
/**
|
|
75759
|
-
*
|
|
74935
|
+
* JSON array containing [routing rules](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-websiteconfiguration-routingrules.html)
|
|
75760
74936
|
* describing redirect behavior and when redirects are applied.
|
|
75761
|
-
*
|
|
75762
|
-
* The `CORS` object supports the following:
|
|
75763
74937
|
*/
|
|
75764
74938
|
routingRules?: string;
|
|
75765
74939
|
}
|
|
74940
|
+
interface BucketWebsiteConfigurationErrorDocument {
|
|
74941
|
+
/**
|
|
74942
|
+
* Object key name to use when a 4XX class error occurs.
|
|
74943
|
+
*/
|
|
74944
|
+
key: string;
|
|
74945
|
+
}
|
|
74946
|
+
interface BucketWebsiteConfigurationIndexDocument {
|
|
74947
|
+
/**
|
|
74948
|
+
* Suffix that is appended to a request that is for a directory on the website endpoint.
|
|
74949
|
+
* For example, if the suffix is `index.html` and you make a request to `samplebucket/images/`, the data that is returned will be for the object with the key name `images/index.html`.
|
|
74950
|
+
* The suffix must not be empty and must not include a slash character.
|
|
74951
|
+
*/
|
|
74952
|
+
suffix: string;
|
|
74953
|
+
}
|
|
74954
|
+
interface BucketWebsiteConfigurationRedirectAllRequestsTo {
|
|
74955
|
+
/**
|
|
74956
|
+
* Name of the host where requests are redirected.
|
|
74957
|
+
*/
|
|
74958
|
+
hostName: string;
|
|
74959
|
+
/**
|
|
74960
|
+
* Protocol to use when redirecting requests. The default is the protocol that is used in the original request. Valid values: `http`, `https`.
|
|
74961
|
+
*/
|
|
74962
|
+
protocol?: string;
|
|
74963
|
+
}
|
|
74964
|
+
interface BucketWebsiteConfigurationRoutingRule {
|
|
74965
|
+
/**
|
|
74966
|
+
* Configuration block for describing a condition that must be met for the specified redirect to apply. See below.
|
|
74967
|
+
*/
|
|
74968
|
+
condition?: outputs.s3.BucketWebsiteConfigurationRoutingRuleCondition;
|
|
74969
|
+
/**
|
|
74970
|
+
* Configuration block for redirect information. See below.
|
|
74971
|
+
*/
|
|
74972
|
+
redirect: outputs.s3.BucketWebsiteConfigurationRoutingRuleRedirect;
|
|
74973
|
+
}
|
|
74974
|
+
interface BucketWebsiteConfigurationRoutingRuleCondition {
|
|
74975
|
+
/**
|
|
74976
|
+
* HTTP error code when the redirect is applied. If specified with `keyPrefixEquals`, then both must be true for the redirect to be applied.
|
|
74977
|
+
*/
|
|
74978
|
+
httpErrorCodeReturnedEquals?: string;
|
|
74979
|
+
/**
|
|
74980
|
+
* Object key name prefix when the redirect is applied. If specified with `httpErrorCodeReturnedEquals`, then both must be true for the redirect to be applied.
|
|
74981
|
+
*/
|
|
74982
|
+
keyPrefixEquals?: string;
|
|
74983
|
+
}
|
|
74984
|
+
interface BucketWebsiteConfigurationRoutingRuleRedirect {
|
|
74985
|
+
/**
|
|
74986
|
+
* Host name to use in the redirect request.
|
|
74987
|
+
*/
|
|
74988
|
+
hostName?: string;
|
|
74989
|
+
/**
|
|
74990
|
+
* HTTP redirect code to use on the response.
|
|
74991
|
+
*/
|
|
74992
|
+
httpRedirectCode?: string;
|
|
74993
|
+
/**
|
|
74994
|
+
* Protocol to use when redirecting requests. The default is the protocol that is used in the original request. Valid values: `http`, `https`.
|
|
74995
|
+
*/
|
|
74996
|
+
protocol?: string;
|
|
74997
|
+
/**
|
|
74998
|
+
* Object key prefix to use in the redirect request. For example, to redirect requests for all pages with prefix `docs/` (objects in the `docs/` folder) to `documents/`, you can set a `condition` block with `keyPrefixEquals` set to `docs/` and in the `redirect` set `replaceKeyPrefixWith` to `/documents`.
|
|
74999
|
+
*/
|
|
75000
|
+
replaceKeyPrefixWith?: string;
|
|
75001
|
+
/**
|
|
75002
|
+
* Specific object key to use in the redirect request. For example, redirect request to `error.html`.
|
|
75003
|
+
*/
|
|
75004
|
+
replaceKeyWith?: string;
|
|
75005
|
+
}
|
|
75766
75006
|
interface BucketWebsiteConfigurationV2ErrorDocument {
|
|
75767
75007
|
/**
|
|
75768
75008
|
* Object key name to use when a 4XX class error occurs.
|
|
@@ -76053,13 +75293,16 @@ export declare namespace s3control {
|
|
|
76053
75293
|
*/
|
|
76054
75294
|
bucketAccountId: string;
|
|
76055
75295
|
/**
|
|
76056
|
-
*
|
|
75296
|
+
* Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
|
|
76057
75297
|
*/
|
|
76058
75298
|
region: string;
|
|
76059
75299
|
}
|
|
76060
75300
|
interface MultiRegionAccessPointDetails {
|
|
76061
75301
|
name: string;
|
|
76062
75302
|
publicAccessBlock?: outputs.s3control.MultiRegionAccessPointDetailsPublicAccessBlock;
|
|
75303
|
+
/**
|
|
75304
|
+
* Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
|
|
75305
|
+
*/
|
|
76063
75306
|
regions: outputs.s3control.MultiRegionAccessPointDetailsRegion[];
|
|
76064
75307
|
}
|
|
76065
75308
|
interface MultiRegionAccessPointDetailsPublicAccessBlock {
|
|
@@ -76071,6 +75314,9 @@ export declare namespace s3control {
|
|
|
76071
75314
|
interface MultiRegionAccessPointDetailsRegion {
|
|
76072
75315
|
bucket: string;
|
|
76073
75316
|
bucketAccountId: string;
|
|
75317
|
+
/**
|
|
75318
|
+
* Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
|
|
75319
|
+
*/
|
|
76074
75320
|
region: string;
|
|
76075
75321
|
}
|
|
76076
75322
|
interface MultiRegionAccessPointPolicyDetails {
|
|
@@ -76479,6 +75725,41 @@ export declare namespace s3tables {
|
|
|
76479
75725
|
*/
|
|
76480
75726
|
minSnapshotsToKeep: number;
|
|
76481
75727
|
}
|
|
75728
|
+
interface TableMetadata {
|
|
75729
|
+
/**
|
|
75730
|
+
* Contains details about the metadata for an Iceberg table. This block defines the schema structure for the Apache Iceberg table format.
|
|
75731
|
+
* See `iceberg` below.
|
|
75732
|
+
*/
|
|
75733
|
+
iceberg: outputs.s3tables.TableMetadataIceberg;
|
|
75734
|
+
}
|
|
75735
|
+
interface TableMetadataIceberg {
|
|
75736
|
+
/**
|
|
75737
|
+
* Schema configuration for the Iceberg table.
|
|
75738
|
+
* See `schema` below.
|
|
75739
|
+
*/
|
|
75740
|
+
schema: outputs.s3tables.TableMetadataIcebergSchema;
|
|
75741
|
+
}
|
|
75742
|
+
interface TableMetadataIcebergSchema {
|
|
75743
|
+
/**
|
|
75744
|
+
* List of schema fields for the Iceberg table. Each field defines a column in the table schema.
|
|
75745
|
+
* See `field` below.
|
|
75746
|
+
*/
|
|
75747
|
+
fields?: outputs.s3tables.TableMetadataIcebergSchemaField[];
|
|
75748
|
+
}
|
|
75749
|
+
interface TableMetadataIcebergSchemaField {
|
|
75750
|
+
/**
|
|
75751
|
+
* The name of the field.
|
|
75752
|
+
*/
|
|
75753
|
+
name: string;
|
|
75754
|
+
/**
|
|
75755
|
+
* A Boolean value that specifies whether values are required for each row in this field. Defaults to `false`.
|
|
75756
|
+
*/
|
|
75757
|
+
required: boolean;
|
|
75758
|
+
/**
|
|
75759
|
+
* The field type. S3 Tables supports all Apache Iceberg primitive types including: `boolean`, `int`, `long`, `float`, `double`, `decimal(precision,scale)`, `date`, `time`, `timestamp`, `timestamptz`, `string`, `uuid`, `fixed(length)`, `binary`.
|
|
75760
|
+
*/
|
|
75761
|
+
type: string;
|
|
75762
|
+
}
|
|
76482
75763
|
}
|
|
76483
75764
|
export declare namespace sagemaker {
|
|
76484
75765
|
interface AppImageConfigCodeEditorAppImageConfig {
|
|
@@ -76573,7 +75854,7 @@ export declare namespace sagemaker {
|
|
|
76573
75854
|
/**
|
|
76574
75855
|
* The default branch for the Git repository. See Kernel Spec details below.
|
|
76575
75856
|
*/
|
|
76576
|
-
|
|
75857
|
+
kernelSpecs: outputs.sagemaker.AppImageConfigKernelGatewayImageConfigKernelSpec[];
|
|
76577
75858
|
}
|
|
76578
75859
|
interface AppImageConfigKernelGatewayImageConfigFileSystemConfig {
|
|
76579
75860
|
/**
|
|
@@ -82268,7 +81549,9 @@ export declare namespace servicediscovery {
|
|
|
82268
81549
|
}
|
|
82269
81550
|
interface ServiceHealthCheckCustomConfig {
|
|
82270
81551
|
/**
|
|
82271
|
-
* The number of 30-second intervals that you want service discovery to wait before it changes the health status of a service instance.
|
|
81552
|
+
* The number of 30-second intervals that you want service discovery to wait before it changes the health status of a service instance. Value is always set to 1.
|
|
81553
|
+
*
|
|
81554
|
+
* @deprecated failure_threshold is deprecated. The argument is no longer supported by AWS and the value is always set to 1. The attribute will be removed in a future major version.
|
|
82272
81555
|
*/
|
|
82273
81556
|
failureThreshold?: number;
|
|
82274
81557
|
}
|
|
@@ -82312,11 +81595,11 @@ export declare namespace servicequotas {
|
|
|
82312
81595
|
*/
|
|
82313
81596
|
quotaName: string;
|
|
82314
81597
|
/**
|
|
82315
|
-
* AWS Region to which the quota increases apply.
|
|
81598
|
+
* AWS Region to which the quota increases apply. Use `aws.getRegion` instead.
|
|
82316
81599
|
*/
|
|
82317
81600
|
region: string;
|
|
82318
81601
|
/**
|
|
82319
|
-
*
|
|
81602
|
+
* Service identifier.
|
|
82320
81603
|
*/
|
|
82321
81604
|
serviceCode: string;
|
|
82322
81605
|
/**
|
|
@@ -82328,7 +81611,7 @@ export declare namespace servicequotas {
|
|
|
82328
81611
|
*/
|
|
82329
81612
|
unit: string;
|
|
82330
81613
|
/**
|
|
82331
|
-
*
|
|
81614
|
+
* The new, increased value for the quota.
|
|
82332
81615
|
*/
|
|
82333
81616
|
value: number;
|
|
82334
81617
|
}
|
|
@@ -83071,6 +82354,10 @@ export declare namespace signer {
|
|
|
83071
82354
|
certificateArn: string;
|
|
83072
82355
|
}
|
|
83073
82356
|
}
|
|
82357
|
+
export declare namespace sns {
|
|
82358
|
+
}
|
|
82359
|
+
export declare namespace sqs {
|
|
82360
|
+
}
|
|
83074
82361
|
export declare namespace ssm {
|
|
83075
82362
|
interface AssociationOutputLocation {
|
|
83076
82363
|
/**
|
|
@@ -84019,7 +83306,7 @@ export declare namespace ssoadmin {
|
|
|
84019
83306
|
principalType: string;
|
|
84020
83307
|
}
|
|
84021
83308
|
interface GetApplicationPortalOption {
|
|
84022
|
-
signInOptions
|
|
83309
|
+
signInOptions: outputs.ssoadmin.GetApplicationPortalOptionSignInOption[];
|
|
84023
83310
|
visibility: string;
|
|
84024
83311
|
}
|
|
84025
83312
|
interface GetApplicationPortalOptionSignInOption {
|
|
@@ -84034,7 +83321,7 @@ export declare namespace ssoadmin {
|
|
|
84034
83321
|
/**
|
|
84035
83322
|
* An object describing how IAM Identity Center represents the application provider in the portal. See `displayData` below.
|
|
84036
83323
|
*/
|
|
84037
|
-
displayDatas
|
|
83324
|
+
displayDatas: outputs.ssoadmin.GetApplicationProvidersApplicationProviderDisplayData[];
|
|
84038
83325
|
/**
|
|
84039
83326
|
* Protocol that the application provider uses to perform federation. Valid values are `SAML` and `OAUTH`.
|
|
84040
83327
|
*/
|
|
@@ -85820,30 +85107,7 @@ export declare namespace vpc {
|
|
|
85820
85107
|
*/
|
|
85821
85108
|
create?: string;
|
|
85822
85109
|
}
|
|
85823
|
-
interface
|
|
85824
|
-
/**
|
|
85825
|
-
* Name of the filter field. Valid values can be found in the EC2 [`DescribeSecurityGroupRules`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSecurityGroupRules.html) API Reference.
|
|
85826
|
-
*/
|
|
85827
|
-
name: string;
|
|
85828
|
-
/**
|
|
85829
|
-
* Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
|
|
85830
|
-
*/
|
|
85831
|
-
values: string[];
|
|
85832
|
-
}
|
|
85833
|
-
interface GetSecurityGroupRulesFilter {
|
|
85834
|
-
/**
|
|
85835
|
-
* Name of the field to filter by, as defined by
|
|
85836
|
-
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSecurityGroupRules.html).
|
|
85837
|
-
*/
|
|
85838
|
-
name: string;
|
|
85839
|
-
/**
|
|
85840
|
-
* Set of values that are accepted for the given field.
|
|
85841
|
-
*
|
|
85842
|
-
* Security group rule IDs will be selected if any one of the given values match.
|
|
85843
|
-
*/
|
|
85844
|
-
values: string[];
|
|
85845
|
-
}
|
|
85846
|
-
interface GetVpcEndpointAssociationsAssociation {
|
|
85110
|
+
interface GetEndpointAssociationsAssociation {
|
|
85847
85111
|
/**
|
|
85848
85112
|
* Accessibility of the resource.
|
|
85849
85113
|
*/
|
|
@@ -85855,12 +85119,12 @@ export declare namespace vpc {
|
|
|
85855
85119
|
/**
|
|
85856
85120
|
* DNS entries for the Association. DNS entry blocks are documented below.
|
|
85857
85121
|
*/
|
|
85858
|
-
dnsEntries: outputs.vpc.
|
|
85122
|
+
dnsEntries: outputs.vpc.GetEndpointAssociationsAssociationDnsEntry[];
|
|
85859
85123
|
id: string;
|
|
85860
85124
|
/**
|
|
85861
85125
|
* DNS entries for the Association. Private DNS entry blocks are documented below.
|
|
85862
85126
|
*/
|
|
85863
|
-
privateDnsEntries: outputs.vpc.
|
|
85127
|
+
privateDnsEntries: outputs.vpc.GetEndpointAssociationsAssociationPrivateDnsEntry[];
|
|
85864
85128
|
/**
|
|
85865
85129
|
* ARN of the Resource Group if the Resource is a member of a group.
|
|
85866
85130
|
*/
|
|
@@ -85880,7 +85144,7 @@ export declare namespace vpc {
|
|
|
85880
85144
|
[key: string]: string;
|
|
85881
85145
|
};
|
|
85882
85146
|
}
|
|
85883
|
-
interface
|
|
85147
|
+
interface GetEndpointAssociationsAssociationDnsEntry {
|
|
85884
85148
|
/**
|
|
85885
85149
|
* DNS name.
|
|
85886
85150
|
*/
|
|
@@ -85890,7 +85154,7 @@ export declare namespace vpc {
|
|
|
85890
85154
|
*/
|
|
85891
85155
|
hostedZoneId: string;
|
|
85892
85156
|
}
|
|
85893
|
-
interface
|
|
85157
|
+
interface GetEndpointAssociationsAssociationPrivateDnsEntry {
|
|
85894
85158
|
/**
|
|
85895
85159
|
* DNS name.
|
|
85896
85160
|
*/
|
|
@@ -85900,6 +85164,29 @@ export declare namespace vpc {
|
|
|
85900
85164
|
*/
|
|
85901
85165
|
hostedZoneId: string;
|
|
85902
85166
|
}
|
|
85167
|
+
interface GetSecurityGroupRuleFilter {
|
|
85168
|
+
/**
|
|
85169
|
+
* Name of the filter field. Valid values can be found in the EC2 [`DescribeSecurityGroupRules`](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSecurityGroupRules.html) API Reference.
|
|
85170
|
+
*/
|
|
85171
|
+
name: string;
|
|
85172
|
+
/**
|
|
85173
|
+
* Set of values that are accepted for the given filter field. Results will be selected if any given value matches.
|
|
85174
|
+
*/
|
|
85175
|
+
values: string[];
|
|
85176
|
+
}
|
|
85177
|
+
interface GetSecurityGroupRulesFilter {
|
|
85178
|
+
/**
|
|
85179
|
+
* Name of the field to filter by, as defined by
|
|
85180
|
+
* [the underlying AWS API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSecurityGroupRules.html).
|
|
85181
|
+
*/
|
|
85182
|
+
name: string;
|
|
85183
|
+
/**
|
|
85184
|
+
* Set of values that are accepted for the given field.
|
|
85185
|
+
*
|
|
85186
|
+
* Security group rule IDs will be selected if any one of the given values match.
|
|
85187
|
+
*/
|
|
85188
|
+
values: string[];
|
|
85189
|
+
}
|
|
85903
85190
|
interface RouteServerEndpointTimeouts {
|
|
85904
85191
|
/**
|
|
85905
85192
|
* A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
|
|
@@ -85917,8 +85204,6 @@ export declare namespace vpc {
|
|
|
85917
85204
|
peerAsn: number;
|
|
85918
85205
|
/**
|
|
85919
85206
|
* The requested liveness detection protocol for the BGP peer. Valid values are `bgp-keepalive` and `bfd`. Default value is `bgp-keepalive`.
|
|
85920
|
-
*
|
|
85921
|
-
* The following arguments are optional:
|
|
85922
85207
|
*/
|
|
85923
85208
|
peerLivenessDetection: string;
|
|
85924
85209
|
}
|
|
@@ -90207,23 +89492,23 @@ export declare namespace wafv2 {
|
|
|
90207
89492
|
/**
|
|
90208
89493
|
* Customizes the request body that your protected Amazon API Gateway REST APIs forward to AWS WAF for inspection. Applicable only when `scope` is set to `CLOUDFRONT`. See `apiGateway` below for details.
|
|
90209
89494
|
*/
|
|
90210
|
-
|
|
89495
|
+
apiGateway?: outputs.wafv2.WebAclAssociationConfigRequestBodyApiGateway;
|
|
90211
89496
|
/**
|
|
90212
89497
|
* Customizes the request body that your protected Amazon App Runner services forward to AWS WAF for inspection. Applicable only when `scope` is set to `REGIONAL`. See `appRunnerService` below for details.
|
|
90213
89498
|
*/
|
|
90214
|
-
|
|
89499
|
+
appRunnerService?: outputs.wafv2.WebAclAssociationConfigRequestBodyAppRunnerService;
|
|
90215
89500
|
/**
|
|
90216
89501
|
* Customizes the request body that your protected Amazon CloudFront distributions forward to AWS WAF for inspection. Applicable only when `scope` is set to `REGIONAL`. See `cloudfront` below for details.
|
|
90217
89502
|
*/
|
|
90218
|
-
|
|
89503
|
+
cloudfront?: outputs.wafv2.WebAclAssociationConfigRequestBodyCloudfront;
|
|
90219
89504
|
/**
|
|
90220
89505
|
* Customizes the request body that your protected Amazon Cognito user pools forward to AWS WAF for inspection. Applicable only when `scope` is set to `REGIONAL`. See `cognitoUserPool` below for details.
|
|
90221
89506
|
*/
|
|
90222
|
-
|
|
89507
|
+
cognitoUserPool?: outputs.wafv2.WebAclAssociationConfigRequestBodyCognitoUserPool;
|
|
90223
89508
|
/**
|
|
90224
89509
|
* Customizes the request body that your protected AWS Verfied Access instances forward to AWS WAF for inspection. Applicable only when `scope` is set to `REGIONAL`. See `verifiedAccessInstance` below for details.
|
|
90225
89510
|
*/
|
|
90226
|
-
|
|
89511
|
+
verifiedAccessInstance?: outputs.wafv2.WebAclAssociationConfigRequestBodyVerifiedAccessInstance;
|
|
90227
89512
|
}
|
|
90228
89513
|
interface WebAclAssociationConfigRequestBodyApiGateway {
|
|
90229
89514
|
/**
|
|
@@ -91081,6 +90366,10 @@ export declare namespace wafv2 {
|
|
|
91081
90366
|
* Additional configuration for using the Account Creation Fraud Prevention managed rule group. Use this to specify information such as the registration page of your application and the type of content to accept or reject from the client.
|
|
91082
90367
|
*/
|
|
91083
90368
|
awsManagedRulesAcfpRuleSet?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAcfpRuleSet;
|
|
90369
|
+
/**
|
|
90370
|
+
* Configuration for using the anti-DDoS managed rule group. See `awsManagedRulesAntiDdosRuleSet` for more details.
|
|
90371
|
+
*/
|
|
90372
|
+
awsManagedRulesAntiDdosRuleSet?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAntiDdosRuleSet;
|
|
91084
90373
|
/**
|
|
91085
90374
|
* Additional configuration for using the Account Takeover Protection managed rule group. Use this to specify information such as the sign-in page of your application and the type of content to accept or reject from the client.
|
|
91086
90375
|
*/
|
|
@@ -91250,6 +90539,42 @@ export declare namespace wafv2 {
|
|
|
91250
90539
|
*/
|
|
91251
90540
|
successCodes: number[];
|
|
91252
90541
|
}
|
|
90542
|
+
interface WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAntiDdosRuleSet {
|
|
90543
|
+
/**
|
|
90544
|
+
* Configuration for the request handling that's applied by the managed rule group rules `ChallengeAllDuringEvent` and `ChallengeDDoSRequests` during a distributed denial of service (DDoS) attack. See `clientSideActionConfig` for more details.
|
|
90545
|
+
*/
|
|
90546
|
+
clientSideActionConfig: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAntiDdosRuleSetClientSideActionConfig;
|
|
90547
|
+
/**
|
|
90548
|
+
* Sensitivity that the rule group rule DDoSRequests uses when matching against the DDoS suspicion labeling on a request. Valid values are `LOW` (Default), `MEDIUM`, and `HIGH`.
|
|
90549
|
+
*/
|
|
90550
|
+
sensitivityToBlock?: string;
|
|
90551
|
+
}
|
|
90552
|
+
interface WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAntiDdosRuleSetClientSideActionConfig {
|
|
90553
|
+
/**
|
|
90554
|
+
* Configuration for the use of the `AWSManagedRulesAntiDDoSRuleSet` rules `ChallengeAllDuringEvent` and `ChallengeDDoSRequests`.
|
|
90555
|
+
*/
|
|
90556
|
+
challenge: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAntiDdosRuleSetClientSideActionConfigChallenge;
|
|
90557
|
+
}
|
|
90558
|
+
interface WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAntiDdosRuleSetClientSideActionConfigChallenge {
|
|
90559
|
+
/**
|
|
90560
|
+
* Block for the list of the regular expressions to match against the web request URI, used to identify requests that can't handle a silent browser challenge.
|
|
90561
|
+
*/
|
|
90562
|
+
exemptUriRegularExpressions?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAntiDdosRuleSetClientSideActionConfigChallengeExemptUriRegularExpression[];
|
|
90563
|
+
/**
|
|
90564
|
+
* Sensitivity that the rule group rule ChallengeDDoSRequests uses when matching against the DDoS suspicion labeling on a request. Valid values are `LOW`, `MEDIUM` and `HIGH` (Default).
|
|
90565
|
+
*/
|
|
90566
|
+
sensitivity?: string;
|
|
90567
|
+
/**
|
|
90568
|
+
* Configuration whether to use the `AWSManagedRulesAntiDDoSRuleSet` rules `ChallengeAllDuringEvent` and `ChallengeDDoSRequests` in the rule group evaluation. Valid values are `ENABLED` and `DISABLED`.
|
|
90569
|
+
*/
|
|
90570
|
+
usageOfAction: string;
|
|
90571
|
+
}
|
|
90572
|
+
interface WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAntiDdosRuleSetClientSideActionConfigChallengeExemptUriRegularExpression {
|
|
90573
|
+
/**
|
|
90574
|
+
* Regular expression string.
|
|
90575
|
+
*/
|
|
90576
|
+
regexString?: string;
|
|
90577
|
+
}
|
|
91253
90578
|
interface WebAclRuleStatementManagedRuleGroupStatementManagedRuleGroupConfigAwsManagedRulesAtpRuleSet {
|
|
91254
90579
|
/**
|
|
91255
90580
|
* Whether or not to allow the use of regular expressions in the login page path.
|
|
@@ -91399,9 +90724,6 @@ export declare namespace wafv2 {
|
|
|
91399
90724
|
* Instructs AWS WAF to run a Captcha check against the web request. See `captcha` below for details.
|
|
91400
90725
|
*/
|
|
91401
90726
|
captcha?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCaptcha;
|
|
91402
|
-
/**
|
|
91403
|
-
* Instructs AWS WAF to run a check against the request to verify that the request is coming from a legitimate client session. See `challenge` below for details.
|
|
91404
|
-
*/
|
|
91405
90727
|
challenge?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseChallenge;
|
|
91406
90728
|
count?: outputs.wafv2.WebAclRuleStatementManagedRuleGroupStatementRuleActionOverrideActionToUseCount;
|
|
91407
90729
|
}
|
|
@@ -95044,9 +94366,6 @@ export declare namespace wafv2 {
|
|
|
95044
94366
|
* Instructs AWS WAF to run a Captcha check against the web request. See `captcha` below for details.
|
|
95045
94367
|
*/
|
|
95046
94368
|
captcha?: outputs.wafv2.WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCaptcha;
|
|
95047
|
-
/**
|
|
95048
|
-
* Instructs AWS WAF to run a check against the request to verify that the request is coming from a legitimate client session. See `challenge` below for details.
|
|
95049
|
-
*/
|
|
95050
94369
|
challenge?: outputs.wafv2.WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseChallenge;
|
|
95051
94370
|
count?: outputs.wafv2.WebAclRuleStatementRuleGroupReferenceStatementRuleActionOverrideActionToUseCount;
|
|
95052
94371
|
}
|
|
@@ -95836,36 +95155,6 @@ export declare namespace wafv2 {
|
|
|
95836
95155
|
sampledRequestsEnabled: boolean;
|
|
95837
95156
|
}
|
|
95838
95157
|
}
|
|
95839
|
-
export declare namespace worklink {
|
|
95840
|
-
interface FleetIdentityProvider {
|
|
95841
|
-
/**
|
|
95842
|
-
* The SAML metadata document provided by the customer’s identity provider.
|
|
95843
|
-
*/
|
|
95844
|
-
samlMetadata: string;
|
|
95845
|
-
/**
|
|
95846
|
-
* The type of identity provider.
|
|
95847
|
-
*/
|
|
95848
|
-
type: string;
|
|
95849
|
-
}
|
|
95850
|
-
interface FleetNetwork {
|
|
95851
|
-
/**
|
|
95852
|
-
* A list of security group IDs associated with access to the provided subnets.
|
|
95853
|
-
*
|
|
95854
|
-
* **identity_provider** requires the following:
|
|
95855
|
-
*
|
|
95856
|
-
* > **NOTE:** `identityProvider` cannot be removed without force recreating.
|
|
95857
|
-
*/
|
|
95858
|
-
securityGroupIds: string[];
|
|
95859
|
-
/**
|
|
95860
|
-
* A list of subnet IDs used for X-ENI connections from Amazon WorkLink rendering containers.
|
|
95861
|
-
*/
|
|
95862
|
-
subnetIds: string[];
|
|
95863
|
-
/**
|
|
95864
|
-
* The VPC ID with connectivity to associated websites.
|
|
95865
|
-
*/
|
|
95866
|
-
vpcId: string;
|
|
95867
|
-
}
|
|
95868
|
-
}
|
|
95869
95158
|
export declare namespace workspaces {
|
|
95870
95159
|
interface ConnectionAliasTimeouts {
|
|
95871
95160
|
/**
|
|
@@ -96136,144 +95425,6 @@ export declare namespace workspaces {
|
|
|
96136
95425
|
*/
|
|
96137
95426
|
source: string;
|
|
96138
95427
|
}
|
|
96139
|
-
interface WebDataProtectionSettingsInlineRedactionConfiguration {
|
|
96140
|
-
/**
|
|
96141
|
-
* The global confidence level for the inline redaction configuration. This indicates the certainty of data type matches in the redaction process. Values range from 1 (low confidence) to 3 (high confidence).
|
|
96142
|
-
*/
|
|
96143
|
-
globalConfidenceLevel?: number;
|
|
96144
|
-
/**
|
|
96145
|
-
* The global enforced URL configuration for the inline redaction configuration.
|
|
96146
|
-
*/
|
|
96147
|
-
globalEnforcedUrls?: string[];
|
|
96148
|
-
/**
|
|
96149
|
-
* The global exempt URL configuration for the inline redaction configuration.
|
|
96150
|
-
*/
|
|
96151
|
-
globalExemptUrls?: string[];
|
|
96152
|
-
/**
|
|
96153
|
-
* The inline redaction patterns to be enabled for the inline redaction configuration. Detailed below.
|
|
96154
|
-
*/
|
|
96155
|
-
inlineRedactionPatterns?: outputs.workspaces.WebDataProtectionSettingsInlineRedactionConfigurationInlineRedactionPattern[];
|
|
96156
|
-
}
|
|
96157
|
-
interface WebDataProtectionSettingsInlineRedactionConfigurationInlineRedactionPattern {
|
|
96158
|
-
/**
|
|
96159
|
-
* The built-in pattern from the list of preconfigured patterns. Either a `customPattern` or `builtInPatternId` is required.
|
|
96160
|
-
*/
|
|
96161
|
-
builtInPatternId?: string;
|
|
96162
|
-
/**
|
|
96163
|
-
* The confidence level for inline redaction pattern. This indicates the certainty of data type matches in the redaction process. Values range from 1 (low confidence) to 3 (high confidence).
|
|
96164
|
-
*/
|
|
96165
|
-
confidenceLevel?: number;
|
|
96166
|
-
/**
|
|
96167
|
-
* The configuration for a custom pattern. Either a `customPattern` or `builtInPatternId` is required. Detailed below.
|
|
96168
|
-
*/
|
|
96169
|
-
customPattern?: outputs.workspaces.WebDataProtectionSettingsInlineRedactionConfigurationInlineRedactionPatternCustomPattern;
|
|
96170
|
-
/**
|
|
96171
|
-
* The enforced URL configuration for the inline redaction pattern.
|
|
96172
|
-
*/
|
|
96173
|
-
enforcedUrls?: string[];
|
|
96174
|
-
/**
|
|
96175
|
-
* The exempt URL configuration for the inline redaction pattern.
|
|
96176
|
-
*/
|
|
96177
|
-
exemptUrls?: string[];
|
|
96178
|
-
/**
|
|
96179
|
-
* The redaction placeholder that will replace the redacted text in session. Detailed below.
|
|
96180
|
-
*/
|
|
96181
|
-
redactionPlaceHolders?: outputs.workspaces.WebDataProtectionSettingsInlineRedactionConfigurationInlineRedactionPatternRedactionPlaceHolder[];
|
|
96182
|
-
}
|
|
96183
|
-
interface WebDataProtectionSettingsInlineRedactionConfigurationInlineRedactionPatternCustomPattern {
|
|
96184
|
-
/**
|
|
96185
|
-
* The keyword regex for the customer pattern.
|
|
96186
|
-
*/
|
|
96187
|
-
keywordRegex?: string;
|
|
96188
|
-
/**
|
|
96189
|
-
* The pattern description for the customer pattern.
|
|
96190
|
-
*/
|
|
96191
|
-
patternDescription?: string;
|
|
96192
|
-
/**
|
|
96193
|
-
* The pattern name for the custom pattern.
|
|
96194
|
-
*/
|
|
96195
|
-
patternName: string;
|
|
96196
|
-
/**
|
|
96197
|
-
* The pattern regex for the customer pattern. The format must follow JavaScript regex format.
|
|
96198
|
-
*/
|
|
96199
|
-
patternRegex: string;
|
|
96200
|
-
}
|
|
96201
|
-
interface WebDataProtectionSettingsInlineRedactionConfigurationInlineRedactionPatternRedactionPlaceHolder {
|
|
96202
|
-
/**
|
|
96203
|
-
* The redaction placeholder text that will replace the redacted text in session for the custom text redaction placeholder type.
|
|
96204
|
-
*/
|
|
96205
|
-
redactionPlaceHolderText?: string;
|
|
96206
|
-
/**
|
|
96207
|
-
* The redaction placeholder type that will replace the redacted text in session. Currently, only `CustomText` is supported.
|
|
96208
|
-
*/
|
|
96209
|
-
redactionPlaceHolderType: string;
|
|
96210
|
-
}
|
|
96211
|
-
interface WebIpAccessSettingsIpRule {
|
|
96212
|
-
/**
|
|
96213
|
-
* The description of the IP access settings.
|
|
96214
|
-
*/
|
|
96215
|
-
description?: string;
|
|
96216
|
-
/**
|
|
96217
|
-
* The IP range of the IP rule.
|
|
96218
|
-
*/
|
|
96219
|
-
ipRange: string;
|
|
96220
|
-
}
|
|
96221
|
-
interface WebUserSettingsCookieSynchronizationConfiguration {
|
|
96222
|
-
/**
|
|
96223
|
-
* List of cookie specifications that are allowed to be synchronized to the remote browser.
|
|
96224
|
-
*/
|
|
96225
|
-
allowlists?: outputs.workspaces.WebUserSettingsCookieSynchronizationConfigurationAllowlist[];
|
|
96226
|
-
/**
|
|
96227
|
-
* List of cookie specifications that are blocked from being synchronized to the remote browser.
|
|
96228
|
-
*/
|
|
96229
|
-
blocklists?: outputs.workspaces.WebUserSettingsCookieSynchronizationConfigurationBlocklist[];
|
|
96230
|
-
}
|
|
96231
|
-
interface WebUserSettingsCookieSynchronizationConfigurationAllowlist {
|
|
96232
|
-
/**
|
|
96233
|
-
* Domain of the cookie.
|
|
96234
|
-
*/
|
|
96235
|
-
domain: string;
|
|
96236
|
-
/**
|
|
96237
|
-
* Name of the cookie.
|
|
96238
|
-
*/
|
|
96239
|
-
name?: string;
|
|
96240
|
-
/**
|
|
96241
|
-
* Path of the cookie.
|
|
96242
|
-
*/
|
|
96243
|
-
path?: string;
|
|
96244
|
-
}
|
|
96245
|
-
interface WebUserSettingsCookieSynchronizationConfigurationBlocklist {
|
|
96246
|
-
/**
|
|
96247
|
-
* Domain of the cookie.
|
|
96248
|
-
*/
|
|
96249
|
-
domain: string;
|
|
96250
|
-
/**
|
|
96251
|
-
* Name of the cookie.
|
|
96252
|
-
*/
|
|
96253
|
-
name?: string;
|
|
96254
|
-
/**
|
|
96255
|
-
* Path of the cookie.
|
|
96256
|
-
*/
|
|
96257
|
-
path?: string;
|
|
96258
|
-
}
|
|
96259
|
-
interface WebUserSettingsToolbarConfiguration {
|
|
96260
|
-
/**
|
|
96261
|
-
* List of toolbar items to be hidden.
|
|
96262
|
-
*/
|
|
96263
|
-
hiddenToolbarItems?: string[];
|
|
96264
|
-
/**
|
|
96265
|
-
* Maximum display resolution that is allowed for the session.
|
|
96266
|
-
*/
|
|
96267
|
-
maxDisplayResolution?: string;
|
|
96268
|
-
/**
|
|
96269
|
-
* Type of toolbar displayed during the session.
|
|
96270
|
-
*/
|
|
96271
|
-
toolbarType?: string;
|
|
96272
|
-
/**
|
|
96273
|
-
* Visual mode of the toolbar.
|
|
96274
|
-
*/
|
|
96275
|
-
visualMode?: string;
|
|
96276
|
-
}
|
|
96277
95428
|
interface WorkspaceWorkspaceProperties {
|
|
96278
95429
|
/**
|
|
96279
95430
|
* The compute type. For more information, see [Amazon WorkSpaces Bundles](http://aws.amazon.com/workspaces/details/#Amazon_WorkSpaces_Bundles). Valid values are `VALUE`, `STANDARD`, `PERFORMANCE`, `POWER`, `GRAPHICS`, `POWERPRO`, `GRAPHICSPRO`, `GRAPHICS_G4DN`, and `GRAPHICSPRO_G4DN`.
|