@pulumi/aws-native 1.26.0-alpha.1741696873 → 1.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/athena/dataCatalog.d.ts +26 -2
- package/athena/dataCatalog.js +6 -0
- package/athena/dataCatalog.js.map +1 -1
- package/athena/getDataCatalog.d.ts +13 -1
- package/athena/getDataCatalog.js.map +1 -1
- package/backup/getRestoreTestingPlan.d.ts +1 -1
- package/backup/restoreTestingPlan.d.ts +2 -2
- package/batch/computeEnvironment.d.ts +4 -0
- package/batch/computeEnvironment.js.map +1 -1
- package/batch/consumableResource.d.ts +92 -0
- package/batch/consumableResource.js +78 -0
- package/batch/consumableResource.js.map +1 -0
- package/batch/getConsumableResource.d.ts +43 -0
- package/batch/getConsumableResource.js +28 -0
- package/batch/getConsumableResource.js.map +1 -0
- package/batch/getJobDefinition.d.ts +5 -0
- package/batch/getJobDefinition.js.map +1 -1
- package/batch/index.d.ts +6 -0
- package/batch/index.js +8 -1
- package/batch/index.js.map +1 -1
- package/batch/jobDefinition.d.ts +9 -0
- package/batch/jobDefinition.js +4 -0
- package/batch/jobDefinition.js.map +1 -1
- package/bedrock/agent.d.ts +24 -0
- package/bedrock/agent.js.map +1 -1
- package/bedrock/blueprint.d.ts +108 -0
- package/bedrock/blueprint.js +82 -0
- package/bedrock/blueprint.js.map +1 -0
- package/bedrock/dataAutomationProject.d.ts +124 -0
- package/bedrock/dataAutomationProject.js +82 -0
- package/bedrock/dataAutomationProject.js.map +1 -0
- package/bedrock/getAgent.d.ts +12 -0
- package/bedrock/getAgent.js.map +1 -1
- package/bedrock/getBlueprint.d.ts +61 -0
- package/bedrock/getBlueprint.js +28 -0
- package/bedrock/getBlueprint.js.map +1 -0
- package/bedrock/getDataAutomationProject.d.ts +75 -0
- package/bedrock/getDataAutomationProject.js +28 -0
- package/bedrock/getDataAutomationProject.js.map +1 -0
- package/bedrock/index.d.ts +12 -0
- package/bedrock/index.js +15 -1
- package/bedrock/index.js.map +1 -1
- package/ce/costCategory.d.ts +11 -1
- package/ce/costCategory.js +3 -1
- package/ce/costCategory.js.map +1 -1
- package/ce/getCostCategory.d.ts +7 -2
- package/ce/getCostCategory.js +2 -2
- package/ce/getCostCategory.js.map +1 -1
- package/chatbot/customAction.d.ts +2 -2
- package/chatbot/getCustomAction.d.ts +1 -1
- package/chatbot/getMicrosoftTeamsChannelConfiguration.d.ts +4 -0
- package/chatbot/getMicrosoftTeamsChannelConfiguration.js.map +1 -1
- package/chatbot/microsoftTeamsChannelConfiguration.d.ts +8 -0
- package/chatbot/microsoftTeamsChannelConfiguration.js +2 -0
- package/chatbot/microsoftTeamsChannelConfiguration.js.map +1 -1
- package/cloudformation/getStack.d.ts +1 -1
- package/cloudformation/stack.d.ts +2 -2
- package/cloudtrail/getChannel.d.ts +4 -0
- package/cloudtrail/getChannel.js.map +1 -1
- package/cognito/getUserPool.d.ts +1 -1
- package/cognito/userPool.d.ts +2 -2
- package/datasync/locationNfs.js +0 -2
- package/datasync/locationNfs.js.map +1 -1
- package/datasync/locationObjectStorage.js +1 -1
- package/datasync/locationObjectStorage.js.map +1 -1
- package/datazone/domain.d.ts +16 -0
- package/datazone/domain.js +5 -1
- package/datazone/domain.js.map +1 -1
- package/datazone/getDomain.d.ts +4 -0
- package/datazone/getDomain.js.map +1 -1
- package/dynamodb/getTable.d.ts +2 -2
- package/dynamodb/table.d.ts +4 -4
- package/ec2/carrierGateway.d.ts +1 -1
- package/ec2/carrierGateway.js +1 -1
- package/ec2/getCarrierGateway.d.ts +2 -2
- package/ec2/getCarrierGateway.js +2 -2
- package/ec2/getLocalGatewayRoute.d.ts +2 -2
- package/ec2/getLocalGatewayRoute.js +2 -2
- package/ec2/getLocalGatewayRouteTable.d.ts +2 -2
- package/ec2/getLocalGatewayRouteTable.js +2 -2
- package/ec2/getLocalGatewayRouteTableVirtualInterfaceGroupAssociation.d.ts +2 -2
- package/ec2/getLocalGatewayRouteTableVirtualInterfaceGroupAssociation.js +2 -2
- package/ec2/getLocalGatewayRouteTableVpcAssociation.d.ts +2 -2
- package/ec2/getLocalGatewayRouteTableVpcAssociation.js +2 -2
- package/ec2/getVpcEndpointService.d.ts +5 -0
- package/ec2/getVpcEndpointService.js.map +1 -1
- package/ec2/localGatewayRoute.d.ts +1 -1
- package/ec2/localGatewayRoute.js +1 -1
- package/ec2/localGatewayRouteTable.d.ts +1 -1
- package/ec2/localGatewayRouteTable.js +1 -1
- package/ec2/localGatewayRouteTableVirtualInterfaceGroupAssociation.d.ts +1 -1
- package/ec2/localGatewayRouteTableVirtualInterfaceGroupAssociation.js +1 -1
- package/ec2/localGatewayRouteTableVpcAssociation.d.ts +1 -1
- package/ec2/localGatewayRouteTableVpcAssociation.js +1 -1
- package/ec2/vpcEndpointService.d.ts +9 -0
- package/ec2/vpcEndpointService.js +2 -0
- package/ec2/vpcEndpointService.js.map +1 -1
- package/ecr/getReplicationConfiguration.d.ts +7 -5
- package/ecr/getReplicationConfiguration.js +4 -2
- package/ecr/getReplicationConfiguration.js.map +1 -1
- package/ecr/getRepositoryCreationTemplate.d.ts +13 -13
- package/ecr/getRepositoryCreationTemplate.js +2 -2
- package/ecr/pullThroughCacheRule.d.ts +13 -9
- package/ecr/pullThroughCacheRule.js +6 -2
- package/ecr/pullThroughCacheRule.js.map +1 -1
- package/ecr/replicationConfiguration.d.ts +3 -2
- package/ecr/replicationConfiguration.js +2 -1
- package/ecr/replicationConfiguration.js.map +1 -1
- package/ecr/repositoryCreationTemplate.d.ts +19 -19
- package/ecr/repositoryCreationTemplate.js +1 -1
- package/ecs/getService.d.ts +1 -1
- package/ecs/service.d.ts +2 -2
- package/ecs/taskDefinition.d.ts +2 -4
- package/ecs/taskDefinition.js.map +1 -1
- package/elasticloadbalancingv2/getLoadBalancer.d.ts +2 -1
- package/elasticloadbalancingv2/getLoadBalancer.js.map +1 -1
- package/elasticloadbalancingv2/loadBalancer.d.ts +4 -2
- package/elasticloadbalancingv2/loadBalancer.js +2 -0
- package/elasticloadbalancingv2/loadBalancer.js.map +1 -1
- package/gamelift/containerFleet.d.ts +2 -2
- package/gamelift/fleet.d.ts +2 -2
- package/gamelift/getContainerFleet.d.ts +1 -1
- package/gamelift/getFleet.d.ts +1 -1
- package/gameliftstreams/application.d.ts +113 -0
- package/gameliftstreams/application.js +86 -0
- package/gameliftstreams/application.js.map +1 -0
- package/gameliftstreams/getApplication.d.ts +55 -0
- package/gameliftstreams/getApplication.js +28 -0
- package/gameliftstreams/getApplication.js.map +1 -0
- package/gameliftstreams/getStreamGroup.d.ts +50 -0
- package/gameliftstreams/getStreamGroup.js +28 -0
- package/gameliftstreams/getStreamGroup.js.map +1 -0
- package/gameliftstreams/index.d.ts +12 -0
- package/gameliftstreams/index.js +32 -0
- package/gameliftstreams/index.js.map +1 -0
- package/gameliftstreams/streamGroup.d.ts +165 -0
- package/gameliftstreams/streamGroup.js +79 -0
- package/gameliftstreams/streamGroup.js.map +1 -0
- package/guardduty/getPublishingDestination.d.ts +6 -0
- package/guardduty/getPublishingDestination.js.map +1 -1
- package/guardduty/publishingDestination.d.ts +12 -0
- package/guardduty/publishingDestination.js.map +1 -1
- package/iam/getManagedPolicy.d.ts +44 -0
- package/iam/getManagedPolicy.js.map +1 -1
- package/iam/getSamlProvider.d.ts +13 -0
- package/iam/getSamlProvider.js.map +1 -1
- package/iam/index.d.ts +1 -0
- package/iam/index.js +16 -0
- package/iam/index.js.map +1 -1
- package/iam/managedPolicy.d.ts +34 -0
- package/iam/managedPolicy.js.map +1 -1
- package/iam/samlProvider.d.ts +40 -3
- package/iam/samlProvider.js +11 -4
- package/iam/samlProvider.js.map +1 -1
- package/index.d.ts +2 -1
- package/index.js +5 -3
- package/index.js.map +1 -1
- package/iot/getSoftwarePackage.d.ts +9 -0
- package/iot/getSoftwarePackage.js.map +1 -1
- package/iot/getSoftwarePackageVersion.d.ts +7 -0
- package/iot/getSoftwarePackageVersion.js.map +1 -1
- package/iot/getThingType.d.ts +1 -1
- package/iot/getTopicRule.d.ts +0 -4
- package/iot/getTopicRule.js.map +1 -1
- package/iot/softwarePackage.d.ts +12 -0
- package/iot/softwarePackage.js.map +1 -1
- package/iot/softwarePackageVersion.d.ts +13 -0
- package/iot/softwarePackageVersion.js +8 -0
- package/iot/softwarePackageVersion.js.map +1 -1
- package/iot/thingType.d.ts +2 -2
- package/iot/topicRule.d.ts +0 -4
- package/iot/topicRule.js.map +1 -1
- package/lambda/function.d.ts +14 -2
- package/lambda/function.js +1 -1
- package/lambda/function.js.map +1 -1
- package/lambda/getFunction.d.ts +7 -5
- package/lambda/getFunction.js.map +1 -1
- package/medialive/cloudWatchAlarmTemplate.d.ts +2 -2
- package/medialive/cloudWatchAlarmTemplate.js +0 -3
- package/medialive/cloudWatchAlarmTemplate.js.map +1 -1
- package/medialive/eventBridgeRuleTemplate.d.ts +2 -2
- package/medialive/eventBridgeRuleTemplate.js +0 -3
- package/medialive/eventBridgeRuleTemplate.js.map +1 -1
- package/mediapackagev2/channel.d.ts +16 -0
- package/mediapackagev2/channel.js +4 -0
- package/mediapackagev2/channel.js.map +1 -1
- package/mediapackagev2/getChannel.d.ts +8 -0
- package/mediapackagev2/getChannel.js.map +1 -1
- package/msk/batchScramSecret.d.ts +12 -0
- package/msk/batchScramSecret.js.map +1 -1
- package/msk/cluster.d.ts +69 -0
- package/msk/cluster.js.map +1 -1
- package/msk/configuration.d.ts +33 -0
- package/msk/configuration.js.map +1 -1
- package/msk/getBatchScramSecret.d.ts +9 -0
- package/msk/getBatchScramSecret.js.map +1 -1
- package/msk/getCluster.d.ts +39 -0
- package/msk/getCluster.js.map +1 -1
- package/msk/getConfiguration.d.ts +15 -0
- package/msk/getConfiguration.js.map +1 -1
- package/msk/getServerlessCluster.d.ts +9 -0
- package/msk/getServerlessCluster.js.map +1 -1
- package/msk/getVpcConnection.d.ts +3 -0
- package/msk/getVpcConnection.js.map +1 -1
- package/msk/replicator.d.ts +1 -5
- package/msk/replicator.js +1 -1
- package/msk/replicator.js.map +1 -1
- package/msk/serverlessCluster.d.ts +21 -0
- package/msk/serverlessCluster.js.map +1 -1
- package/msk/vpcConnection.d.ts +24 -0
- package/msk/vpcConnection.js.map +1 -1
- package/opensearchserverless/getIndex.d.ts +44 -0
- package/opensearchserverless/getIndex.js +30 -0
- package/opensearchserverless/getIndex.js.map +1 -0
- package/opensearchserverless/getSecurityConfig.d.ts +3 -0
- package/opensearchserverless/getSecurityConfig.js.map +1 -1
- package/opensearchserverless/index.d.ts +6 -0
- package/opensearchserverless/index.js +8 -1
- package/opensearchserverless/index.js.map +1 -1
- package/opensearchserverless/index_.d.ts +71 -0
- package/opensearchserverless/index_.js +69 -0
- package/opensearchserverless/index_.js.map +1 -0
- package/opensearchserverless/securityConfig.d.ts +6 -0
- package/opensearchserverless/securityConfig.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/pcaconnectorad/connector.d.ts +1 -1
- package/pcaconnectorad/connector.js +1 -1
- package/pcaconnectorad/getConnector.d.ts +2 -2
- package/pcaconnectorad/getConnector.js +2 -2
- package/quicksight/getTheme.d.ts +12 -0
- package/quicksight/getTheme.js.map +1 -1
- package/rds/dbInstance.d.ts +14 -2
- package/rds/dbInstance.js +2 -0
- package/rds/dbInstance.js.map +1 -1
- package/rds/dbParameterGroup.d.ts +2 -2
- package/rds/getDbInstance.d.ts +1 -1
- package/rds/getDbParameterGroup.d.ts +1 -1
- package/rds/getGlobalCluster.d.ts +0 -3
- package/rds/getGlobalCluster.js.map +1 -1
- package/rds/globalCluster.d.ts +0 -3
- package/rds/globalCluster.js.map +1 -1
- package/redshift/integration.d.ts +2 -2
- package/rum/appMonitor.d.ts +2 -0
- package/rum/appMonitor.js +2 -0
- package/rum/appMonitor.js.map +1 -1
- package/rum/getAppMonitor.d.ts +1 -0
- package/rum/getAppMonitor.js.map +1 -1
- package/s3/bucketPolicy.d.ts +4 -1
- package/s3/bucketPolicy.js +4 -1
- package/s3/bucketPolicy.js.map +1 -1
- package/s3/getBucketPolicy.d.ts +8 -2
- package/s3/getBucketPolicy.js +8 -2
- package/s3/getBucketPolicy.js.map +1 -1
- package/sagemaker/cluster.d.ts +2 -2
- package/sagemaker/getCluster.d.ts +1 -1
- package/sagemaker/getModelPackage.d.ts +4 -1
- package/sagemaker/getModelPackage.js.map +1 -1
- package/sagemaker/inferenceComponent.d.ts +2 -0
- package/sagemaker/inferenceComponent.js +2 -0
- package/sagemaker/inferenceComponent.js.map +1 -1
- package/sagemaker/modelPackage.d.ts +8 -2
- package/sagemaker/modelPackage.js.map +1 -1
- package/transfer/agreement.d.ts +10 -2
- package/transfer/agreement.js +2 -3
- package/transfer/agreement.js.map +1 -1
- package/transfer/getAgreement.d.ts +4 -0
- package/transfer/getAgreement.js.map +1 -1
- package/transfer/getServer.d.ts +5 -0
- package/transfer/getServer.js.map +1 -1
- package/transfer/server.d.ts +5 -0
- package/transfer/server.js.map +1 -1
- package/types/enums/athena/index.d.ts +17 -1
- package/types/enums/athena/index.js +13 -1
- package/types/enums/athena/index.js.map +1 -1
- package/types/enums/batch/index.d.ts +8 -0
- package/types/enums/batch/index.js +5 -1
- package/types/enums/batch/index.js.map +1 -1
- package/types/enums/bedrock/index.d.ts +94 -0
- package/types/enums/bedrock/index.js +70 -2
- package/types/enums/bedrock/index.js.map +1 -1
- package/types/enums/datazone/index.d.ts +8 -0
- package/types/enums/datazone/index.js +5 -1
- package/types/enums/datazone/index.js.map +1 -1
- package/types/enums/dms/index.d.ts +7 -0
- package/types/enums/dms/index.js +7 -1
- package/types/enums/dms/index.js.map +1 -1
- package/types/enums/ec2/index.d.ts +6 -1
- package/types/enums/ec2/index.js +5 -1
- package/types/enums/ec2/index.js.map +1 -1
- package/types/enums/ecr/index.d.ts +1 -1
- package/types/enums/ecs/index.d.ts +5 -1
- package/types/enums/ecs/index.js.map +1 -1
- package/types/enums/iam/index.d.ts +8 -0
- package/types/enums/iam/index.js +10 -0
- package/types/enums/iam/index.js.map +1 -0
- package/types/enums/index.d.ts +2 -1
- package/types/enums/index.js +5 -3
- package/types/enums/index.js.map +1 -1
- package/types/enums/iot/index.d.ts +10 -0
- package/types/enums/iot/index.js +7 -1
- package/types/enums/iot/index.js.map +1 -1
- package/types/enums/medialive/index.d.ts +1 -0
- package/types/enums/medialive/index.js +1 -0
- package/types/enums/medialive/index.js.map +1 -1
- package/types/enums/msk/index.d.ts +15 -0
- package/types/enums/msk/index.js.map +1 -1
- package/types/enums/oam/index.d.ts +2 -0
- package/types/enums/oam/index.js +2 -0
- package/types/enums/oam/index.js.map +1 -1
- package/types/enums/opensearchserverless/index.d.ts +37 -0
- package/types/enums/opensearchserverless/index.js +22 -1
- package/types/enums/opensearchserverless/index.js.map +1 -1
- package/types/enums/pcaconnectorad/index.d.ts +5 -0
- package/types/enums/pcaconnectorad/index.js +5 -1
- package/types/enums/pcaconnectorad/index.js.map +1 -1
- package/types/enums/quicksight/index.d.ts +31 -0
- package/types/enums/quicksight/index.js +35 -9
- package/types/enums/quicksight/index.js.map +1 -1
- package/types/enums/sagemaker/index.d.ts +5 -0
- package/types/enums/sagemaker/index.js +7 -3
- package/types/enums/sagemaker/index.js.map +1 -1
- package/types/enums/wafv2/index.d.ts +78 -0
- package/types/enums/wafv2/index.js +25 -1
- package/types/enums/wafv2/index.js.map +1 -1
- package/types/enums/workspacesweb/index.d.ts +29 -0
- package/types/enums/workspacesweb/index.js +26 -1
- package/types/enums/workspacesweb/index.js.map +1 -1
- package/types/input.d.ts +1540 -80
- package/types/output.d.ts +1551 -88
- package/types/output.js.map +1 -1
- package/wisdom/aiPrompt.d.ts +2 -2
- package/workspacesweb/getUserSettings.d.ts +4 -0
- package/workspacesweb/getUserSettings.js.map +1 -1
- package/workspacesweb/userSettings.d.ts +8 -0
- package/workspacesweb/userSettings.js +2 -0
- package/workspacesweb/userSettings.js.map +1 -1
- package/xray/getTransactionSearchConfig.d.ts +19 -0
- package/xray/getTransactionSearchConfig.js +28 -0
- package/xray/getTransactionSearchConfig.js.map +1 -0
- package/xray/index.d.ts +6 -0
- package/xray/index.js +8 -1
- package/xray/index.js.map +1 -1
- package/xray/transactionSearchConfig.d.ts +36 -0
- package/xray/transactionSearchConfig.js +58 -0
- package/xray/transactionSearchConfig.js.map +1 -0
package/types/output.d.ts
CHANGED
|
@@ -8122,6 +8122,22 @@ export declare namespace batch {
|
|
|
8122
8122
|
*/
|
|
8123
8123
|
terminateJobsOnUpdate?: boolean;
|
|
8124
8124
|
}
|
|
8125
|
+
interface JobDefinitionConsumableResourceProperties {
|
|
8126
|
+
/**
|
|
8127
|
+
* The list of consumable resources required by a job.
|
|
8128
|
+
*/
|
|
8129
|
+
consumableResourceList: outputs.batch.JobDefinitionConsumableResourceRequirement[];
|
|
8130
|
+
}
|
|
8131
|
+
interface JobDefinitionConsumableResourceRequirement {
|
|
8132
|
+
/**
|
|
8133
|
+
* The ARN of the consumable resource the job definition should consume.
|
|
8134
|
+
*/
|
|
8135
|
+
consumableResource: string;
|
|
8136
|
+
/**
|
|
8137
|
+
* The quantity of the consumable resource that is needed.
|
|
8138
|
+
*/
|
|
8139
|
+
quantity: number;
|
|
8140
|
+
}
|
|
8125
8141
|
interface JobDefinitionContainerProperties {
|
|
8126
8142
|
/**
|
|
8127
8143
|
* The command that's passed to the container. This parameter maps to `Cmd` in the [Create a container](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/#create-a-container) section of the [Docker Remote API](https://docs.aws.amazon.com/https://docs.docker.com/engine/api/v1.23/) and the `COMMAND` parameter to [docker run](https://docs.aws.amazon.com/https://docs.docker.com/engine/reference/run/) . For more information, see [https://docs.docker.com/engine/reference/builder/#cmd](https://docs.aws.amazon.com/https://docs.docker.com/engine/reference/builder/#cmd) .
|
|
@@ -8964,6 +8980,10 @@ export declare namespace batch {
|
|
|
8964
8980
|
numNodes: number;
|
|
8965
8981
|
}
|
|
8966
8982
|
interface JobDefinitionNodeRangeProperty {
|
|
8983
|
+
/**
|
|
8984
|
+
* Contains a list of consumable resources required by a job.
|
|
8985
|
+
*/
|
|
8986
|
+
consumableResourceProperties?: outputs.batch.JobDefinitionConsumableResourceProperties;
|
|
8967
8987
|
/**
|
|
8968
8988
|
* The container details for the node range.
|
|
8969
8989
|
*/
|
|
@@ -9370,6 +9390,11 @@ export declare namespace bedrock {
|
|
|
9370
9390
|
interface AgentActionGroupExecutor1Properties {
|
|
9371
9391
|
customControl: enums.bedrock.AgentCustomControlMethod;
|
|
9372
9392
|
}
|
|
9393
|
+
/**
|
|
9394
|
+
* Additional Model Request Fields for Prompt Configuration
|
|
9395
|
+
*/
|
|
9396
|
+
interface AgentAdditionalModelRequestFields {
|
|
9397
|
+
}
|
|
9373
9398
|
/**
|
|
9374
9399
|
* History event for an alias for an Agent.
|
|
9375
9400
|
*/
|
|
@@ -9427,6 +9452,9 @@ export declare namespace bedrock {
|
|
|
9427
9452
|
* Agent collaborator name
|
|
9428
9453
|
*/
|
|
9429
9454
|
collaboratorName: string;
|
|
9455
|
+
/**
|
|
9456
|
+
* The collaborator's relay conversation history.
|
|
9457
|
+
*/
|
|
9430
9458
|
relayConversationHistory?: enums.bedrock.AgentRelayConversationHistory;
|
|
9431
9459
|
}
|
|
9432
9460
|
/**
|
|
@@ -9442,6 +9470,9 @@ export declare namespace bedrock {
|
|
|
9442
9470
|
* Structure for custom orchestration
|
|
9443
9471
|
*/
|
|
9444
9472
|
interface AgentCustomOrchestration {
|
|
9473
|
+
/**
|
|
9474
|
+
* The structure of the executor invoking the actions in custom orchestration.
|
|
9475
|
+
*/
|
|
9445
9476
|
executor?: outputs.bedrock.AgentOrchestrationExecutor;
|
|
9446
9477
|
}
|
|
9447
9478
|
/**
|
|
@@ -9535,7 +9566,13 @@ export declare namespace bedrock {
|
|
|
9535
9566
|
* Configuration for memory storage
|
|
9536
9567
|
*/
|
|
9537
9568
|
interface AgentMemoryConfiguration {
|
|
9569
|
+
/**
|
|
9570
|
+
* The type of memory that is stored.
|
|
9571
|
+
*/
|
|
9538
9572
|
enabledMemoryTypes?: enums.bedrock.AgentMemoryType[];
|
|
9573
|
+
/**
|
|
9574
|
+
* Contains the configuration for SESSION_SUMMARY memory type enabled for the agent.
|
|
9575
|
+
*/
|
|
9539
9576
|
sessionSummaryConfiguration?: outputs.bedrock.AgentSessionSummaryConfiguration;
|
|
9540
9577
|
/**
|
|
9541
9578
|
* Maximum number of days to store session details
|
|
@@ -9572,10 +9609,19 @@ export declare namespace bedrock {
|
|
|
9572
9609
|
* BasePromptConfiguration per Prompt Type.
|
|
9573
9610
|
*/
|
|
9574
9611
|
interface AgentPromptConfiguration {
|
|
9612
|
+
/**
|
|
9613
|
+
* If the Converse or ConverseStream operations support the model, `additionalModelRequestFields` contains additional inference parameters, beyond the base set of inference parameters in the `inferenceConfiguration` field.
|
|
9614
|
+
*
|
|
9615
|
+
* For more information, see [Inference request parameters and response fields for foundation models](https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters.html) .
|
|
9616
|
+
*/
|
|
9617
|
+
additionalModelRequestFields?: outputs.bedrock.AgentAdditionalModelRequestFields;
|
|
9575
9618
|
/**
|
|
9576
9619
|
* Base Prompt Template.
|
|
9577
9620
|
*/
|
|
9578
9621
|
basePromptTemplate?: string;
|
|
9622
|
+
/**
|
|
9623
|
+
* The agent's foundation model.
|
|
9624
|
+
*/
|
|
9579
9625
|
foundationModel?: string;
|
|
9580
9626
|
/**
|
|
9581
9627
|
* Contains inference parameters to use when the agent invokes a foundation model in the part of the agent sequence defined by the `promptType` . For more information, see [Inference parameters for foundation models](https://docs.aws.amazon.com/bedrock/latest/userguide/model-parameters.html) .
|
|
@@ -9657,6 +9703,263 @@ export declare namespace bedrock {
|
|
|
9657
9703
|
*/
|
|
9658
9704
|
copyFrom: string;
|
|
9659
9705
|
}
|
|
9706
|
+
interface DataAutomationProjectAudioExtractionCategory {
|
|
9707
|
+
/**
|
|
9708
|
+
* Whether generating categorical data from audio is enabled.
|
|
9709
|
+
*/
|
|
9710
|
+
state: enums.bedrock.DataAutomationProjectState;
|
|
9711
|
+
/**
|
|
9712
|
+
* The types of data to generate.
|
|
9713
|
+
*/
|
|
9714
|
+
types?: enums.bedrock.DataAutomationProjectAudioExtractionCategoryType[];
|
|
9715
|
+
}
|
|
9716
|
+
interface DataAutomationProjectAudioStandardExtraction {
|
|
9717
|
+
/**
|
|
9718
|
+
* Settings for generating data from audio.
|
|
9719
|
+
*/
|
|
9720
|
+
category: outputs.bedrock.DataAutomationProjectAudioExtractionCategory;
|
|
9721
|
+
}
|
|
9722
|
+
interface DataAutomationProjectAudioStandardGenerativeField {
|
|
9723
|
+
/**
|
|
9724
|
+
* Whether generating descriptions is enabled for audio.
|
|
9725
|
+
*/
|
|
9726
|
+
state: enums.bedrock.DataAutomationProjectState;
|
|
9727
|
+
/**
|
|
9728
|
+
* The types of description to generate.
|
|
9729
|
+
*/
|
|
9730
|
+
types?: enums.bedrock.DataAutomationProjectAudioStandardGenerativeFieldType[];
|
|
9731
|
+
}
|
|
9732
|
+
interface DataAutomationProjectAudioStandardOutputConfiguration {
|
|
9733
|
+
/**
|
|
9734
|
+
* Settings for populating data fields that describe the audio.
|
|
9735
|
+
*/
|
|
9736
|
+
extraction?: outputs.bedrock.DataAutomationProjectAudioStandardExtraction;
|
|
9737
|
+
/**
|
|
9738
|
+
* Whether to generate descriptions of the data.
|
|
9739
|
+
*/
|
|
9740
|
+
generativeField?: outputs.bedrock.DataAutomationProjectAudioStandardGenerativeField;
|
|
9741
|
+
}
|
|
9742
|
+
interface DataAutomationProjectBlueprintItem {
|
|
9743
|
+
/**
|
|
9744
|
+
* ARN of a Blueprint
|
|
9745
|
+
*/
|
|
9746
|
+
blueprintArn: string;
|
|
9747
|
+
/**
|
|
9748
|
+
* The blueprint's stage.
|
|
9749
|
+
*/
|
|
9750
|
+
blueprintStage?: enums.bedrock.DataAutomationProjectBlueprintStage;
|
|
9751
|
+
/**
|
|
9752
|
+
* Blueprint Version
|
|
9753
|
+
*/
|
|
9754
|
+
blueprintVersion?: string;
|
|
9755
|
+
}
|
|
9756
|
+
/**
|
|
9757
|
+
* Custom output configuration
|
|
9758
|
+
*/
|
|
9759
|
+
interface DataAutomationProjectCustomOutputConfiguration {
|
|
9760
|
+
/**
|
|
9761
|
+
* A list of blueprints.
|
|
9762
|
+
*/
|
|
9763
|
+
blueprints?: outputs.bedrock.DataAutomationProjectBlueprintItem[];
|
|
9764
|
+
}
|
|
9765
|
+
interface DataAutomationProjectDocumentBoundingBox {
|
|
9766
|
+
/**
|
|
9767
|
+
* Whether bounding boxes are enabled for documents.
|
|
9768
|
+
*/
|
|
9769
|
+
state: enums.bedrock.DataAutomationProjectState;
|
|
9770
|
+
}
|
|
9771
|
+
interface DataAutomationProjectDocumentExtractionGranularity {
|
|
9772
|
+
/**
|
|
9773
|
+
* Granularity settings for documents.
|
|
9774
|
+
*/
|
|
9775
|
+
types?: enums.bedrock.DataAutomationProjectDocumentExtractionGranularityType[];
|
|
9776
|
+
}
|
|
9777
|
+
interface DataAutomationProjectDocumentOutputAdditionalFileFormat {
|
|
9778
|
+
/**
|
|
9779
|
+
* Whether additional file formats are enabled for a project.
|
|
9780
|
+
*/
|
|
9781
|
+
state: enums.bedrock.DataAutomationProjectState;
|
|
9782
|
+
}
|
|
9783
|
+
interface DataAutomationProjectDocumentOutputFormat {
|
|
9784
|
+
/**
|
|
9785
|
+
* Output settings for additional file formats.
|
|
9786
|
+
*/
|
|
9787
|
+
additionalFileFormat: outputs.bedrock.DataAutomationProjectDocumentOutputAdditionalFileFormat;
|
|
9788
|
+
/**
|
|
9789
|
+
* An output text format.
|
|
9790
|
+
*/
|
|
9791
|
+
textFormat: outputs.bedrock.DataAutomationProjectDocumentOutputTextFormat;
|
|
9792
|
+
}
|
|
9793
|
+
interface DataAutomationProjectDocumentOutputTextFormat {
|
|
9794
|
+
/**
|
|
9795
|
+
* The types of output text to generate.
|
|
9796
|
+
*/
|
|
9797
|
+
types?: enums.bedrock.DataAutomationProjectDocumentOutputTextFormatType[];
|
|
9798
|
+
}
|
|
9799
|
+
interface DataAutomationProjectDocumentOverrideConfiguration {
|
|
9800
|
+
/**
|
|
9801
|
+
* Whether document splitter is enabled for a project.
|
|
9802
|
+
*/
|
|
9803
|
+
splitter?: outputs.bedrock.DataAutomationProjectSplitterConfiguration;
|
|
9804
|
+
}
|
|
9805
|
+
interface DataAutomationProjectDocumentStandardExtraction {
|
|
9806
|
+
/**
|
|
9807
|
+
* Whether to generate bounding boxes.
|
|
9808
|
+
*/
|
|
9809
|
+
boundingBox: outputs.bedrock.DataAutomationProjectDocumentBoundingBox;
|
|
9810
|
+
/**
|
|
9811
|
+
* Which granularities to generate data for.
|
|
9812
|
+
*/
|
|
9813
|
+
granularity: outputs.bedrock.DataAutomationProjectDocumentExtractionGranularity;
|
|
9814
|
+
}
|
|
9815
|
+
interface DataAutomationProjectDocumentStandardGenerativeField {
|
|
9816
|
+
/**
|
|
9817
|
+
* Whether generating descriptions is enabled for documents.
|
|
9818
|
+
*/
|
|
9819
|
+
state: enums.bedrock.DataAutomationProjectState;
|
|
9820
|
+
}
|
|
9821
|
+
interface DataAutomationProjectDocumentStandardOutputConfiguration {
|
|
9822
|
+
/**
|
|
9823
|
+
* Settings for populating data fields that describe the document.
|
|
9824
|
+
*/
|
|
9825
|
+
extraction?: outputs.bedrock.DataAutomationProjectDocumentStandardExtraction;
|
|
9826
|
+
/**
|
|
9827
|
+
* Whether to generate descriptions.
|
|
9828
|
+
*/
|
|
9829
|
+
generativeField?: outputs.bedrock.DataAutomationProjectDocumentStandardGenerativeField;
|
|
9830
|
+
/**
|
|
9831
|
+
* The output format to generate.
|
|
9832
|
+
*/
|
|
9833
|
+
outputFormat?: outputs.bedrock.DataAutomationProjectDocumentOutputFormat;
|
|
9834
|
+
}
|
|
9835
|
+
interface DataAutomationProjectImageBoundingBox {
|
|
9836
|
+
/**
|
|
9837
|
+
* Bounding box settings for a project.
|
|
9838
|
+
*/
|
|
9839
|
+
state: enums.bedrock.DataAutomationProjectState;
|
|
9840
|
+
}
|
|
9841
|
+
interface DataAutomationProjectImageExtractionCategory {
|
|
9842
|
+
/**
|
|
9843
|
+
* Whether generating categorical data from images is enabled.
|
|
9844
|
+
*/
|
|
9845
|
+
state: enums.bedrock.DataAutomationProjectState;
|
|
9846
|
+
/**
|
|
9847
|
+
* The types of data to generate.
|
|
9848
|
+
*/
|
|
9849
|
+
types?: enums.bedrock.DataAutomationProjectImageExtractionCategoryType[];
|
|
9850
|
+
}
|
|
9851
|
+
interface DataAutomationProjectImageStandardExtraction {
|
|
9852
|
+
/**
|
|
9853
|
+
* Settings for generating bounding boxes.
|
|
9854
|
+
*/
|
|
9855
|
+
boundingBox: outputs.bedrock.DataAutomationProjectImageBoundingBox;
|
|
9856
|
+
/**
|
|
9857
|
+
* Settings for generating categorical data.
|
|
9858
|
+
*/
|
|
9859
|
+
category: outputs.bedrock.DataAutomationProjectImageExtractionCategory;
|
|
9860
|
+
}
|
|
9861
|
+
interface DataAutomationProjectImageStandardGenerativeField {
|
|
9862
|
+
/**
|
|
9863
|
+
* Whether generating descriptions is enabled for images.
|
|
9864
|
+
*/
|
|
9865
|
+
state: enums.bedrock.DataAutomationProjectState;
|
|
9866
|
+
/**
|
|
9867
|
+
* Settings for generating descriptions of images.
|
|
9868
|
+
*/
|
|
9869
|
+
types?: enums.bedrock.DataAutomationProjectImageStandardGenerativeFieldType[];
|
|
9870
|
+
}
|
|
9871
|
+
interface DataAutomationProjectImageStandardOutputConfiguration {
|
|
9872
|
+
/**
|
|
9873
|
+
* Settings for populating data fields that describe the image.
|
|
9874
|
+
*/
|
|
9875
|
+
extraction?: outputs.bedrock.DataAutomationProjectImageStandardExtraction;
|
|
9876
|
+
/**
|
|
9877
|
+
* Whether to generate descriptions of the data.
|
|
9878
|
+
*/
|
|
9879
|
+
generativeField?: outputs.bedrock.DataAutomationProjectImageStandardGenerativeField;
|
|
9880
|
+
}
|
|
9881
|
+
/**
|
|
9882
|
+
* Override configuration
|
|
9883
|
+
*/
|
|
9884
|
+
interface DataAutomationProjectOverrideConfiguration {
|
|
9885
|
+
/**
|
|
9886
|
+
* Additional settings for a project.
|
|
9887
|
+
*/
|
|
9888
|
+
document?: outputs.bedrock.DataAutomationProjectDocumentOverrideConfiguration;
|
|
9889
|
+
}
|
|
9890
|
+
interface DataAutomationProjectSplitterConfiguration {
|
|
9891
|
+
/**
|
|
9892
|
+
* Whether document splitter is enabled for a project.
|
|
9893
|
+
*/
|
|
9894
|
+
state?: enums.bedrock.DataAutomationProjectState;
|
|
9895
|
+
}
|
|
9896
|
+
/**
|
|
9897
|
+
* Standard output configuration
|
|
9898
|
+
*/
|
|
9899
|
+
interface DataAutomationProjectStandardOutputConfiguration {
|
|
9900
|
+
/**
|
|
9901
|
+
* Settings for processing audio.
|
|
9902
|
+
*/
|
|
9903
|
+
audio?: outputs.bedrock.DataAutomationProjectAudioStandardOutputConfiguration;
|
|
9904
|
+
/**
|
|
9905
|
+
* Settings for processing documents.
|
|
9906
|
+
*/
|
|
9907
|
+
document?: outputs.bedrock.DataAutomationProjectDocumentStandardOutputConfiguration;
|
|
9908
|
+
/**
|
|
9909
|
+
* Settings for processing images.
|
|
9910
|
+
*/
|
|
9911
|
+
image?: outputs.bedrock.DataAutomationProjectImageStandardOutputConfiguration;
|
|
9912
|
+
/**
|
|
9913
|
+
* Settings for processing video.
|
|
9914
|
+
*/
|
|
9915
|
+
video?: outputs.bedrock.DataAutomationProjectVideoStandardOutputConfiguration;
|
|
9916
|
+
}
|
|
9917
|
+
interface DataAutomationProjectVideoBoundingBox {
|
|
9918
|
+
/**
|
|
9919
|
+
* Whether bounding boxes are enabled for video.
|
|
9920
|
+
*/
|
|
9921
|
+
state: enums.bedrock.DataAutomationProjectState;
|
|
9922
|
+
}
|
|
9923
|
+
interface DataAutomationProjectVideoExtractionCategory {
|
|
9924
|
+
/**
|
|
9925
|
+
* Whether generating categorical data from video is enabled.
|
|
9926
|
+
*/
|
|
9927
|
+
state: enums.bedrock.DataAutomationProjectState;
|
|
9928
|
+
/**
|
|
9929
|
+
* The types of data to generate.
|
|
9930
|
+
*/
|
|
9931
|
+
types?: enums.bedrock.DataAutomationProjectVideoExtractionCategoryType[];
|
|
9932
|
+
}
|
|
9933
|
+
interface DataAutomationProjectVideoStandardExtraction {
|
|
9934
|
+
/**
|
|
9935
|
+
* Settings for generating bounding boxes.
|
|
9936
|
+
*/
|
|
9937
|
+
boundingBox: outputs.bedrock.DataAutomationProjectVideoBoundingBox;
|
|
9938
|
+
/**
|
|
9939
|
+
* Settings for generating categorical data.
|
|
9940
|
+
*/
|
|
9941
|
+
category: outputs.bedrock.DataAutomationProjectVideoExtractionCategory;
|
|
9942
|
+
}
|
|
9943
|
+
interface DataAutomationProjectVideoStandardGenerativeField {
|
|
9944
|
+
/**
|
|
9945
|
+
* Whether generating descriptions is enabled for video.
|
|
9946
|
+
*/
|
|
9947
|
+
state: enums.bedrock.DataAutomationProjectState;
|
|
9948
|
+
/**
|
|
9949
|
+
* The types of description to generate.
|
|
9950
|
+
*/
|
|
9951
|
+
types?: enums.bedrock.DataAutomationProjectVideoStandardGenerativeFieldType[];
|
|
9952
|
+
}
|
|
9953
|
+
interface DataAutomationProjectVideoStandardOutputConfiguration {
|
|
9954
|
+
/**
|
|
9955
|
+
* Settings for populating data fields that describe the video.
|
|
9956
|
+
*/
|
|
9957
|
+
extraction?: outputs.bedrock.DataAutomationProjectVideoStandardExtraction;
|
|
9958
|
+
/**
|
|
9959
|
+
* Whether to generate descriptions of the video.
|
|
9960
|
+
*/
|
|
9961
|
+
generativeField?: outputs.bedrock.DataAutomationProjectVideoStandardGenerativeField;
|
|
9962
|
+
}
|
|
9660
9963
|
/**
|
|
9661
9964
|
* Settings for a Bedrock Data Automation used to parse documents for a data source.
|
|
9662
9965
|
*/
|
|
@@ -11894,6 +12197,13 @@ export declare namespace bedrock {
|
|
|
11894
12197
|
content: (outputs.bedrock.PromptContentBlock0Properties | outputs.bedrock.PromptContentBlock1Properties)[];
|
|
11895
12198
|
role: enums.bedrock.PromptConversationRole;
|
|
11896
12199
|
}
|
|
12200
|
+
/**
|
|
12201
|
+
* Contains a key-value pair that defines a metadata tag and value to attach to a prompt variant.
|
|
12202
|
+
*/
|
|
12203
|
+
interface PromptMetadataEntry {
|
|
12204
|
+
key: string;
|
|
12205
|
+
value: string;
|
|
12206
|
+
}
|
|
11897
12207
|
/**
|
|
11898
12208
|
* Prompt model inference configuration
|
|
11899
12209
|
*/
|
|
@@ -12056,6 +12366,10 @@ export declare namespace bedrock {
|
|
|
12056
12366
|
* Contains inference configurations for the prompt variant.
|
|
12057
12367
|
*/
|
|
12058
12368
|
inferenceConfiguration?: outputs.bedrock.PromptInferenceConfigurationProperties;
|
|
12369
|
+
/**
|
|
12370
|
+
* An array of objects, each containing a key-value pair that defines a metadata tag and value to attach to a prompt variant.
|
|
12371
|
+
*/
|
|
12372
|
+
metadata?: outputs.bedrock.PromptMetadataEntry[];
|
|
12059
12373
|
/**
|
|
12060
12374
|
* ARN or Id of a Bedrock Foundational Model or Inference Profile, or the ARN of a imported model, or a provisioned throughput ARN for custom models.
|
|
12061
12375
|
*/
|
|
@@ -12167,6 +12481,13 @@ export declare namespace bedrock {
|
|
|
12167
12481
|
*/
|
|
12168
12482
|
name?: string;
|
|
12169
12483
|
}
|
|
12484
|
+
/**
|
|
12485
|
+
* Contains a key-value pair that defines a metadata tag and value to attach to a prompt variant.
|
|
12486
|
+
*/
|
|
12487
|
+
interface PromptVersionPromptMetadataEntry {
|
|
12488
|
+
key: string;
|
|
12489
|
+
value: string;
|
|
12490
|
+
}
|
|
12170
12491
|
/**
|
|
12171
12492
|
* Prompt model inference configuration
|
|
12172
12493
|
*/
|
|
@@ -12216,6 +12537,10 @@ export declare namespace bedrock {
|
|
|
12216
12537
|
* Contains inference configurations for the prompt variant.
|
|
12217
12538
|
*/
|
|
12218
12539
|
inferenceConfiguration?: outputs.bedrock.PromptVersionPromptInferenceConfigurationProperties;
|
|
12540
|
+
/**
|
|
12541
|
+
* An array of objects, each containing a key-value pair that defines a metadata tag and value to attach to a prompt variant.
|
|
12542
|
+
*/
|
|
12543
|
+
metadata?: outputs.bedrock.PromptVersionPromptMetadataEntry[];
|
|
12219
12544
|
/**
|
|
12220
12545
|
* ARN or Id of a Bedrock Foundational Model or Inference Profile, or the ARN of a imported model, or a provisioned throughput ARN for custom models.
|
|
12221
12546
|
*/
|
|
@@ -21601,6 +21926,14 @@ export declare namespace dms {
|
|
|
21601
21926
|
* DocDbSettings property identifier.
|
|
21602
21927
|
*/
|
|
21603
21928
|
docDbSettings?: outputs.dms.SettingsPropertiesDocDbSettingsProperties;
|
|
21929
|
+
/**
|
|
21930
|
+
* IbmDb2LuwSettings property identifier.
|
|
21931
|
+
*/
|
|
21932
|
+
ibmDb2LuwSettings?: outputs.dms.SettingsPropertiesIbmDb2LuwSettingsProperties;
|
|
21933
|
+
/**
|
|
21934
|
+
* IbmDb2zOsSettings property identifier.
|
|
21935
|
+
*/
|
|
21936
|
+
ibmDb2zOsSettings?: outputs.dms.SettingsPropertiesIbmDb2zOsSettingsProperties;
|
|
21604
21937
|
/**
|
|
21605
21938
|
* MariaDbSettings property identifier.
|
|
21606
21939
|
*/
|
|
@@ -21640,6 +21973,26 @@ export declare namespace dms {
|
|
|
21640
21973
|
serverName: string;
|
|
21641
21974
|
sslMode?: enums.dms.DataProviderMongoDbSslModeValue;
|
|
21642
21975
|
}
|
|
21976
|
+
/**
|
|
21977
|
+
* IbmDb2LuwSettings property identifier.
|
|
21978
|
+
*/
|
|
21979
|
+
interface SettingsPropertiesIbmDb2LuwSettingsProperties {
|
|
21980
|
+
certificateArn?: string;
|
|
21981
|
+
databaseName: string;
|
|
21982
|
+
port: number;
|
|
21983
|
+
serverName: string;
|
|
21984
|
+
sslMode: enums.dms.DataProviderDb2SslModeValue;
|
|
21985
|
+
}
|
|
21986
|
+
/**
|
|
21987
|
+
* IbmDb2zOsSettings property identifier.
|
|
21988
|
+
*/
|
|
21989
|
+
interface SettingsPropertiesIbmDb2zOsSettingsProperties {
|
|
21990
|
+
certificateArn?: string;
|
|
21991
|
+
databaseName: string;
|
|
21992
|
+
port: number;
|
|
21993
|
+
serverName: string;
|
|
21994
|
+
sslMode: enums.dms.DataProviderDb2SslModeValue;
|
|
21995
|
+
}
|
|
21643
21996
|
/**
|
|
21644
21997
|
* MariaDbSettings property identifier.
|
|
21645
21998
|
*/
|
|
@@ -23637,7 +23990,7 @@ export declare namespace ec2 {
|
|
|
23637
23990
|
*/
|
|
23638
23991
|
interface LaunchTemplateCpuOptions {
|
|
23639
23992
|
/**
|
|
23640
|
-
* Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported with M6a, R6a, and C6a instance types only. For more information, see [AMD SEV-SNP](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html).
|
|
23993
|
+
* Indicates whether to enable the instance for AMD SEV-SNP. AMD SEV-SNP is supported with M6a, R6a, and C6a instance types only. For more information, see [AMD SEV-SNP for Amazon EC2 instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html).
|
|
23641
23994
|
*/
|
|
23642
23995
|
amdSevSnp?: enums.ec2.LaunchTemplateCpuOptionsAmdSevSnp;
|
|
23643
23996
|
/**
|
|
@@ -23674,7 +24027,7 @@ export declare namespace ec2 {
|
|
|
23674
24027
|
*/
|
|
23675
24028
|
capacityReservationSpecification?: outputs.ec2.LaunchTemplateCapacityReservationSpecification;
|
|
23676
24029
|
/**
|
|
23677
|
-
* The CPU options for the instance. For more information, see [
|
|
24030
|
+
* The CPU options for the instance. For more information, see [CPU options for Amazon EC2 instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html) in the *Amazon EC2 User Guide*.
|
|
23678
24031
|
*/
|
|
23679
24032
|
cpuOptions?: outputs.ec2.LaunchTemplateCpuOptions;
|
|
23680
24033
|
/**
|
|
@@ -23682,11 +24035,11 @@ export declare namespace ec2 {
|
|
|
23682
24035
|
*/
|
|
23683
24036
|
creditSpecification?: outputs.ec2.LaunchTemplateCreditSpecification;
|
|
23684
24037
|
/**
|
|
23685
|
-
* Indicates whether to enable the instance for stop protection. For more information, see [Enable stop protection for your
|
|
24038
|
+
* Indicates whether to enable the instance for stop protection. For more information, see [Enable stop protection for your EC2 instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-stop-protection.html) in the *Amazon EC2 User Guide*.
|
|
23686
24039
|
*/
|
|
23687
24040
|
disableApiStop?: boolean;
|
|
23688
24041
|
/**
|
|
23689
|
-
*
|
|
24042
|
+
* Indicates whether termination protection is enabled for the instance. The default is ``false``, which means that you can terminate the instance using the Amazon EC2 console, command line tools, or API. You can enable termination protection when you launch an instance, while the instance is running, or while the instance is stopped.
|
|
23690
24043
|
*/
|
|
23691
24044
|
disableApiTermination?: boolean;
|
|
23692
24045
|
/**
|
|
@@ -23775,7 +24128,7 @@ export declare namespace ec2 {
|
|
|
23775
24128
|
*/
|
|
23776
24129
|
maintenanceOptions?: outputs.ec2.LaunchTemplateMaintenanceOptions;
|
|
23777
24130
|
/**
|
|
23778
|
-
* The metadata options for the instance. For more information, see [Instance
|
|
24131
|
+
* The metadata options for the instance. For more information, see [Configure the Instance Metadata Service options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-options.html) in the *Amazon EC2 User Guide*.
|
|
23779
24132
|
*/
|
|
23780
24133
|
metadataOptions?: outputs.ec2.LaunchTemplateMetadataOptions;
|
|
23781
24134
|
/**
|
|
@@ -23786,7 +24139,10 @@ export declare namespace ec2 {
|
|
|
23786
24139
|
* The network interfaces for the instance.
|
|
23787
24140
|
*/
|
|
23788
24141
|
networkInterfaces?: outputs.ec2.LaunchTemplateNetworkInterface[];
|
|
23789
|
-
|
|
24142
|
+
/**
|
|
24143
|
+
* The settings for the network performance options for the instance. For more information, see [EC2 instance bandwidth weighting configuration](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configure-bandwidth-weighting.html).
|
|
24144
|
+
*/
|
|
24145
|
+
networkPerformanceOptions?: outputs.ec2.LaunchTemplateNetworkPerformanceOptions;
|
|
23790
24146
|
/**
|
|
23791
24147
|
* The placement for the instance.
|
|
23792
24148
|
*/
|
|
@@ -23816,8 +24172,8 @@ export declare namespace ec2 {
|
|
|
23816
24172
|
*/
|
|
23817
24173
|
tagSpecifications?: outputs.ec2.TagSpecification[];
|
|
23818
24174
|
/**
|
|
23819
|
-
* The user data to make available to the instance. You must provide base64-encoded text. User data is limited to 16 KB. For more information, see [Run commands
|
|
23820
|
-
* If you are creating the launch template for use with BATCH, the user data must be provided in the [MIME multi-part archive format](https://docs.aws.amazon.com/https://cloudinit.readthedocs.io/en/latest/topics/format.html#mime-multi-part-archive). For more information, see [Amazon EC2 user data in launch templates](https://docs.aws.amazon.com/batch/latest/userguide/launch-templates.html) in the *User Guide*.
|
|
24175
|
+
* The user data to make available to the instance. You must provide base64-encoded text. User data is limited to 16 KB. For more information, see [Run commands when you launch an EC2 instance with user data input](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/user-data.html) in the *Amazon EC2 User Guide*.
|
|
24176
|
+
* If you are creating the launch template for use with BATCH, the user data must be provided in the [MIME multi-part archive format](https://docs.aws.amazon.com/https://cloudinit.readthedocs.io/en/latest/topics/format.html#mime-multi-part-archive). For more information, see [Amazon EC2 user data in launch templates](https://docs.aws.amazon.com/batch/latest/userguide/launch-templates.html#lt-user-data) in the *User Guide*.
|
|
23821
24177
|
*/
|
|
23822
24178
|
userData?: string;
|
|
23823
24179
|
}
|
|
@@ -23841,7 +24197,7 @@ export declare namespace ec2 {
|
|
|
23841
24197
|
* + ``io1``: 100 - 64,000 IOPS
|
|
23842
24198
|
* + ``io2``: 100 - 256,000 IOPS
|
|
23843
24199
|
*
|
|
23844
|
-
* For ``io2`` volumes, you can achieve up to 256,000 IOPS on [instances built on the Nitro System](https://docs.aws.amazon.com/
|
|
24200
|
+
* For ``io2`` volumes, you can achieve up to 256,000 IOPS on [instances built on the Nitro System](https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html). On other instances, you can achieve performance up to 32,000 IOPS.
|
|
23845
24201
|
* This parameter is supported for ``io1``, ``io2``, and ``gp3`` volumes only.
|
|
23846
24202
|
*/
|
|
23847
24203
|
iops?: number;
|
|
@@ -24275,7 +24631,7 @@ export declare namespace ec2 {
|
|
|
24275
24631
|
*/
|
|
24276
24632
|
httpTokens?: string;
|
|
24277
24633
|
/**
|
|
24278
|
-
* Set to ``enabled`` to allow access to instance tags from the instance metadata. Set to ``disabled`` to turn off access to instance tags from the instance metadata. For more information, see [
|
|
24634
|
+
* Set to ``enabled`` to allow access to instance tags from the instance metadata. Set to ``disabled`` to turn off access to instance tags from the instance metadata. For more information, see [View tags for your EC2 instances using instance metadata](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/work-with-tags-in-IMDS.html).
|
|
24279
24635
|
* Default: ``disabled``
|
|
24280
24636
|
*/
|
|
24281
24637
|
instanceMetadataTags?: string;
|
|
@@ -24345,7 +24701,7 @@ export declare namespace ec2 {
|
|
|
24345
24701
|
*/
|
|
24346
24702
|
groups?: string[];
|
|
24347
24703
|
/**
|
|
24348
|
-
* The type of network interface. To create an Elastic Fabric Adapter (EFA), specify ``efa`` or ``efa``. For more information, see [Elastic Fabric Adapter](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html) in the *Amazon EC2 User Guide*.
|
|
24704
|
+
* The type of network interface. To create an Elastic Fabric Adapter (EFA), specify ``efa`` or ``efa``. For more information, see [Elastic Fabric Adapter for AI/ML and HPC workloads on Amazon EC2](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html) in the *Amazon EC2 User Guide*.
|
|
24349
24705
|
* If you are not creating an EFA, specify ``interface`` or omit this parameter.
|
|
24350
24706
|
* If you specify ``efa-only``, do not assign any IP addresses to the network interface. EFA-only network interfaces do not support IP addresses.
|
|
24351
24707
|
* Valid values: ``interface`` | ``efa`` | ``efa-only``
|
|
@@ -24417,6 +24773,12 @@ export declare namespace ec2 {
|
|
|
24417
24773
|
*/
|
|
24418
24774
|
min?: number;
|
|
24419
24775
|
}
|
|
24776
|
+
interface LaunchTemplateNetworkPerformanceOptions {
|
|
24777
|
+
/**
|
|
24778
|
+
* Specifies the performance options of your instance or sets it to default.
|
|
24779
|
+
*/
|
|
24780
|
+
bandwidthWeighting?: string;
|
|
24781
|
+
}
|
|
24420
24782
|
/**
|
|
24421
24783
|
* Specifies the placement of an instance.
|
|
24422
24784
|
* ``Placement`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
|
|
@@ -24525,7 +24887,7 @@ export declare namespace ec2 {
|
|
|
24525
24887
|
*/
|
|
24526
24888
|
instanceInterruptionBehavior?: string;
|
|
24527
24889
|
/**
|
|
24528
|
-
* The maximum hourly price you're willing to pay for
|
|
24890
|
+
* The maximum hourly price you're willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price. If you do specify this parameter, it must be more than USD $0.001. Specifying a value below USD $0.001 will result in an ``InvalidParameterValue`` error message when the launch template is used to launch an instance.
|
|
24529
24891
|
* If you specify a maximum price, your Spot Instances will be interrupted more frequently than if you do not specify this parameter.
|
|
24530
24892
|
*/
|
|
24531
24893
|
maxPrice?: string;
|
|
@@ -26915,16 +27277,16 @@ export declare namespace ec2 {
|
|
|
26915
27277
|
}
|
|
26916
27278
|
export declare namespace ecr {
|
|
26917
27279
|
/**
|
|
26918
|
-
*
|
|
27280
|
+
* The replication configuration for a registry.
|
|
26919
27281
|
*/
|
|
26920
27282
|
interface ReplicationConfiguration {
|
|
26921
27283
|
/**
|
|
26922
|
-
* An array of objects representing the replication
|
|
27284
|
+
* An array of objects representing the replication destinations and repository filters for a replication configuration.
|
|
26923
27285
|
*/
|
|
26924
27286
|
rules: outputs.ecr.ReplicationConfigurationReplicationRule[];
|
|
26925
27287
|
}
|
|
26926
27288
|
/**
|
|
26927
|
-
* An array of objects representing the
|
|
27289
|
+
* An array of objects representing the destination for a replication rule.
|
|
26928
27290
|
*/
|
|
26929
27291
|
interface ReplicationConfigurationReplicationDestination {
|
|
26930
27292
|
/**
|
|
@@ -26937,70 +27299,66 @@ export declare namespace ecr {
|
|
|
26937
27299
|
registryId: string;
|
|
26938
27300
|
}
|
|
26939
27301
|
/**
|
|
26940
|
-
* An array of objects representing the
|
|
27302
|
+
* An array of objects representing the replication destinations and repository filters for a replication configuration.
|
|
26941
27303
|
*/
|
|
26942
27304
|
interface ReplicationConfigurationReplicationRule {
|
|
26943
27305
|
/**
|
|
26944
|
-
* An array of objects representing the
|
|
27306
|
+
* An array of objects representing the destination for a replication rule.
|
|
26945
27307
|
*/
|
|
26946
27308
|
destinations: outputs.ecr.ReplicationConfigurationReplicationDestination[];
|
|
26947
27309
|
/**
|
|
26948
|
-
* An array of objects representing the
|
|
27310
|
+
* An array of objects representing the filters for a replication rule. Specifying a repository filter for a replication rule provides a method for controlling which repositories in a private registry are replicated.
|
|
26949
27311
|
*/
|
|
26950
27312
|
repositoryFilters?: outputs.ecr.ReplicationConfigurationRepositoryFilter[];
|
|
26951
27313
|
}
|
|
26952
27314
|
/**
|
|
26953
|
-
*
|
|
27315
|
+
* The filter settings used with image replication. Specifying a repository filter to a replication rule provides a method for controlling which repositories in a private registry are replicated. If no filters are added, the contents of all repositories are replicated.
|
|
26954
27316
|
*/
|
|
26955
27317
|
interface ReplicationConfigurationRepositoryFilter {
|
|
26956
27318
|
/**
|
|
26957
|
-
* The repository filter details. When the
|
|
27319
|
+
* The repository filter details. When the ``PREFIX_MATCH`` filter type is specified, this value is required and should be the repository name prefix to configure replication for.
|
|
26958
27320
|
*/
|
|
26959
27321
|
filter: string;
|
|
26960
27322
|
/**
|
|
26961
|
-
* The repository filter type. The only supported value is
|
|
27323
|
+
* The repository filter type. The only supported value is ``PREFIX_MATCH``, which is a repository name prefix specified with the ``filter`` parameter.
|
|
26962
27324
|
*/
|
|
26963
27325
|
filterType: enums.ecr.ReplicationConfigurationFilterType;
|
|
26964
27326
|
}
|
|
26965
27327
|
/**
|
|
26966
|
-
* The encryption configuration for the repository. This determines how the contents of your repository are encrypted at rest.
|
|
26967
|
-
*
|
|
26968
|
-
* For more information, see https://docs.aws.amazon.com/AmazonECR/latest/userguide/encryption-at-rest.html
|
|
27328
|
+
* The encryption configuration for the repository. This determines how the contents of your repository are encrypted at rest.
|
|
27329
|
+
* By default, when no encryption configuration is set or the ``AES256`` encryption type is used, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts your data at rest using an AES256 encryption algorithm. This does not require any action on your part.
|
|
27330
|
+
* For more control over the encryption of the contents of your repository, you can use server-side encryption with KMSlong key stored in KMSlong (KMS) to encrypt your images. For more information, see [Amazon ECR encryption at rest](https://docs.aws.amazon.com/AmazonECR/latest/userguide/encryption-at-rest.html) in the *Amazon Elastic Container Registry User Guide*.
|
|
26969
27331
|
*/
|
|
26970
27332
|
interface RepositoryCreationTemplateEncryptionConfiguration {
|
|
26971
27333
|
/**
|
|
26972
27334
|
* The encryption type to use.
|
|
26973
|
-
*
|
|
26974
|
-
*
|
|
26975
|
-
*
|
|
26976
|
-
*
|
|
26977
|
-
*
|
|
26978
|
-
* If you use the `AES256` encryption type, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts the images in the repository using an AES256 encryption algorithm.
|
|
26979
|
-
*
|
|
26980
|
-
* For more information, see [Amazon ECR encryption at rest](https://docs.aws.amazon.com/AmazonECR/latest/userguide/encryption-at-rest.html) in the *Amazon Elastic Container Registry User Guide* .
|
|
27335
|
+
* If you use the ``KMS`` encryption type, the contents of the repository will be encrypted using server-side encryption with KMSlong key stored in KMS. When you use KMS to encrypt your data, you can either use the default AWS managed KMS key for Amazon ECR, or specify your own KMS key, which you already created.
|
|
27336
|
+
* If you use the ``KMS_DSSE`` encryption type, the contents of the repository will be encrypted with two layers of encryption using server-side encryption with the KMS Management Service key stored in KMS. Similar to the ``KMS`` encryption type, you can either use the default AWS managed KMS key for Amazon ECR, or specify your own KMS key, which you've already created.
|
|
27337
|
+
* If you use the ``AES256`` encryption type, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts the images in the repository using an AES256 encryption algorithm.
|
|
27338
|
+
* For more information, see [Amazon ECR encryption at rest](https://docs.aws.amazon.com/AmazonECR/latest/userguide/encryption-at-rest.html) in the *Amazon Elastic Container Registry User Guide*.
|
|
26981
27339
|
*/
|
|
26982
27340
|
encryptionType: enums.ecr.RepositoryCreationTemplateEncryptionType;
|
|
26983
27341
|
/**
|
|
26984
|
-
* If you use the
|
|
27342
|
+
* If you use the ``KMS`` encryption type, specify the KMS key to use for encryption. The alias, key ID, or full ARN of the KMS key can be specified. The key must exist in the same Region as the repository. If no key is specified, the default AWS managed KMS key for Amazon ECR will be used.
|
|
26985
27343
|
*/
|
|
26986
27344
|
kmsKey?: string;
|
|
26987
27345
|
}
|
|
26988
27346
|
/**
|
|
26989
|
-
*
|
|
27347
|
+
* The metadata to apply to a resource to help you categorize and organize them. Each tag consists of a key and a value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
|
|
26990
27348
|
*/
|
|
26991
27349
|
interface RepositoryCreationTemplateTag {
|
|
26992
27350
|
/**
|
|
26993
|
-
*
|
|
27351
|
+
* One part of a key-value pair that make up a tag. A ``key`` is a general label that acts like a category for more specific tag values.
|
|
26994
27352
|
*/
|
|
26995
27353
|
key: string;
|
|
26996
27354
|
/**
|
|
26997
|
-
*
|
|
27355
|
+
* A ``value`` acts as a descriptor within a tag category (key).
|
|
26998
27356
|
*/
|
|
26999
27357
|
value: string;
|
|
27000
27358
|
}
|
|
27001
27359
|
/**
|
|
27002
27360
|
* The encryption configuration for the repository. This determines how the contents of your repository are encrypted at rest.
|
|
27003
|
-
* By default, when no encryption configuration is set or the ``AES256`` encryption type is used, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts your data at rest using an
|
|
27361
|
+
* By default, when no encryption configuration is set or the ``AES256`` encryption type is used, Amazon ECR uses server-side encryption with Amazon S3-managed encryption keys which encrypts your data at rest using an AES256 encryption algorithm. This does not require any action on your part.
|
|
27004
27362
|
* For more control over the encryption of the contents of your repository, you can use server-side encryption with KMSlong key stored in KMSlong (KMS) to encrypt your images. For more information, see [Amazon ECR encryption at rest](https://docs.aws.amazon.com/AmazonECR/latest/userguide/encryption-at-rest.html) in the *Amazon Elastic Container Registry User Guide*.
|
|
27005
27363
|
*/
|
|
27006
27364
|
interface RepositoryEncryptionConfiguration {
|
|
@@ -27189,10 +27547,12 @@ export declare namespace ecs {
|
|
|
27189
27547
|
interface ClusterManagedStorageConfiguration {
|
|
27190
27548
|
/**
|
|
27191
27549
|
* Specify the KMSlong key ID for the Fargate ephemeral storage.
|
|
27550
|
+
* The key must be a single Region key.
|
|
27192
27551
|
*/
|
|
27193
27552
|
fargateEphemeralStorageKmsKeyId?: string;
|
|
27194
27553
|
/**
|
|
27195
27554
|
* Specify a KMSlong key ID to encrypt the managed storage.
|
|
27555
|
+
* The key must be a single Region key.
|
|
27196
27556
|
*/
|
|
27197
27557
|
kmsKeyId?: string;
|
|
27198
27558
|
}
|
|
@@ -27202,7 +27562,7 @@ export declare namespace ecs {
|
|
|
27202
27562
|
*/
|
|
27203
27563
|
interface ClusterServiceConnectDefaults {
|
|
27204
27564
|
/**
|
|
27205
|
-
* The namespace name or full Amazon Resource Name (ARN) of the CMAPlong namespace that's used when you create a service and don't specify a Service Connect configuration. The namespace name can include up to 1024 characters. The name is case-sensitive. The name can't include
|
|
27565
|
+
* The namespace name or full Amazon Resource Name (ARN) of the CMAPlong namespace that's used when you create a service and don't specify a Service Connect configuration. The namespace name can include up to 1024 characters. The name is case-sensitive. The name can't include greater than (>), less than (<), double quotation marks ("), or slash (/).
|
|
27206
27566
|
* If you enter an existing namespace name or ARN, then that namespace will be used. Any namespace type is supported. The namespace must be in this account and this AWS Region.
|
|
27207
27567
|
* If you enter a new name, a CMAPlong namespace will be created. Amazon ECS creates a CMAP namespace with the "API calls" method of instance discovery only. This instance discovery method is the "HTTP" namespace type in the CLIlong. Other types of instance discovery aren't used by Service Connect.
|
|
27208
27568
|
* If you update the cluster with an empty string ``""`` for the namespace name, the cluster configuration for Service Connect is removed. Note that the namespace will remain in CMAP and must be deleted separately.
|
|
@@ -27233,7 +27593,11 @@ export declare namespace ecs {
|
|
|
27233
27593
|
*/
|
|
27234
27594
|
interface ServiceAwsVpcConfiguration {
|
|
27235
27595
|
/**
|
|
27236
|
-
* Whether the task's elastic network interface receives a public IP address.
|
|
27596
|
+
* Whether the task's elastic network interface receives a public IP address.
|
|
27597
|
+
* Consider the following when you set this value:
|
|
27598
|
+
* + When you use ``create-service`` or ``update-service``, the default is ``DISABLED``.
|
|
27599
|
+
* + When the service ``deploymentController`` is ``ECS``, the value must be ``DISABLED``.
|
|
27600
|
+
* + When you use ``create-service`` or ``update-service``, the default is ``ENABLED``.
|
|
27237
27601
|
*/
|
|
27238
27602
|
assignPublicIp?: enums.ecs.ServiceAwsVpcConfigurationAssignPublicIp;
|
|
27239
27603
|
/**
|
|
@@ -27715,6 +28079,13 @@ export declare namespace ecs {
|
|
|
27715
28079
|
* + If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.
|
|
27716
28080
|
* + Tag keys and values are case-sensitive.
|
|
27717
28081
|
* + Do not use ``aws:``, ``AWS:``, or any upper or lowercase combination of such as a prefix for either keys or values as it is reserved for AWS use. You cannot edit or delete tag keys or values with this prefix. Tags with this prefix do not count against your tags per resource limit.
|
|
28082
|
+
*
|
|
28083
|
+
* In order to tag a service that has the following ARN format, you need to migrate the service to the long ARN. You must use the API, CLI or console to migrate the service ARN. For more information, see [Migrate an short service ARN to a long ARN](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-arn-migration.html) in the *Developer Guide*.
|
|
28084
|
+
* ``arn:aws:ecs:region:aws_account_id:service/service-name``
|
|
28085
|
+
* After the migration is complete, the following are true:
|
|
28086
|
+
* + The service ARN is: ``arn:aws:ecs:region:aws_account_id:service/cluster-name/service-name``
|
|
28087
|
+
* + You can use CFN to tag the service as you would a service with a long ARN format.
|
|
28088
|
+
* + When the ``PhysicalResourceId`` in the CFN stack represents a service, the value does not change and will be the short service ARN.
|
|
27718
28089
|
*/
|
|
27719
28090
|
interface ServiceTag {
|
|
27720
28091
|
/**
|
|
@@ -28246,20 +28617,20 @@ export declare namespace ecs {
|
|
|
28246
28617
|
*/
|
|
28247
28618
|
command?: string[];
|
|
28248
28619
|
/**
|
|
28249
|
-
* The time period in seconds between each health check execution. You may specify between 5 and 300 seconds. The default value is 30 seconds.
|
|
28620
|
+
* The time period in seconds between each health check execution. You may specify between 5 and 300 seconds. The default value is 30 seconds. This value applies only when you specify a ``command``.
|
|
28250
28621
|
*/
|
|
28251
28622
|
interval?: number;
|
|
28252
28623
|
/**
|
|
28253
|
-
* The number of times to retry a failed health check before the container is considered unhealthy. You may specify between 1 and 10 retries. The default value is 3.
|
|
28624
|
+
* The number of times to retry a failed health check before the container is considered unhealthy. You may specify between 1 and 10 retries. The default value is 3. This value applies only when you specify a ``command``.
|
|
28254
28625
|
*/
|
|
28255
28626
|
retries?: number;
|
|
28256
28627
|
/**
|
|
28257
|
-
* The optional grace period to provide containers time to bootstrap before failed health checks count towards the maximum number of retries. You can specify between 0 and 300 seconds. By default, the ``startPeriod`` is off.
|
|
28628
|
+
* The optional grace period to provide containers time to bootstrap before failed health checks count towards the maximum number of retries. You can specify between 0 and 300 seconds. By default, the ``startPeriod`` is off. This value applies only when you specify a ``command``.
|
|
28258
28629
|
* If a health check succeeds within the ``startPeriod``, then the container is considered healthy and any subsequent failures count toward the maximum number of retries.
|
|
28259
28630
|
*/
|
|
28260
28631
|
startPeriod?: number;
|
|
28261
28632
|
/**
|
|
28262
|
-
* The time period in seconds to wait for a health check to succeed before it is considered a failure. You may specify between 2 and 60 seconds. The default value is 5.
|
|
28633
|
+
* The time period in seconds to wait for a health check to succeed before it is considered a failure. You may specify between 2 and 60 seconds. The default value is 5. This value applies only when you specify a ``command``.
|
|
28263
28634
|
*/
|
|
28264
28635
|
timeout?: number;
|
|
28265
28636
|
}
|
|
@@ -28301,6 +28672,12 @@ export declare namespace ecs {
|
|
|
28301
28672
|
}
|
|
28302
28673
|
/**
|
|
28303
28674
|
* The Linux capabilities to add or remove from the default Docker configuration for a container defined in the task definition. For more detailed information about these Linux capabilities, see the [capabilities(7)](https://docs.aws.amazon.com/http://man7.org/linux/man-pages/man7/capabilities.7.html) Linux manual page.
|
|
28675
|
+
* The following describes how Docker processes the Linux capabilities specified in the ``add`` and ``drop`` request parameters. For information about the latest behavior, see [Docker Compose: order of cap_drop and cap_add](https://docs.aws.amazon.com/https://forums.docker.com/t/docker-compose-order-of-cap-drop-and-cap-add/97136/1) in the Docker Community Forum.
|
|
28676
|
+
* + When the container is a privleged container, the container capabilities are all of the default Docker capabilities. The capabilities specified in the ``add`` request parameter, and the ``drop`` request parameter are ignored.
|
|
28677
|
+
* + When the ``add`` request parameter is set to ALL, the container capabilities are all of the default Docker capabilities, excluding those specified in the ``drop`` request parameter.
|
|
28678
|
+
* + When the ``drop`` request parameter is set to ALL, the container capabilities are the capabilities specified in the ``add`` request parameter.
|
|
28679
|
+
* + When the ``add`` request parameter and the ``drop`` request parameter are both empty, the capabilities the container capabilities are all of the default Docker capabilities.
|
|
28680
|
+
* + The default is to first drop the capabilities specified in the ``drop`` request parameter, and then add the capabilities specified in the ``add`` request parameter.
|
|
28304
28681
|
*/
|
|
28305
28682
|
interface TaskDefinitionKernelCapabilities {
|
|
28306
28683
|
/**
|
|
@@ -29285,17 +29662,17 @@ export declare namespace eks {
|
|
|
29285
29662
|
/**
|
|
29286
29663
|
* The ID of the launch template.
|
|
29287
29664
|
*
|
|
29288
|
-
* You must specify either the launch template ID or the launch template name in the request, but not both.
|
|
29665
|
+
* You must specify either the launch template ID or the launch template name in the request, but not both. After node group creation, you cannot use a different ID.
|
|
29289
29666
|
*/
|
|
29290
29667
|
id?: string;
|
|
29291
29668
|
/**
|
|
29292
29669
|
* The name of the launch template.
|
|
29293
29670
|
*
|
|
29294
|
-
* You must specify either the launch template name or the launch template ID in the request, but not both.
|
|
29671
|
+
* You must specify either the launch template name or the launch template ID in the request, but not both. After node group creation, you cannot use a different name.
|
|
29295
29672
|
*/
|
|
29296
29673
|
name?: string;
|
|
29297
29674
|
/**
|
|
29298
|
-
* The version number of the launch template to use. If no version is specified, then the template's default version is used.
|
|
29675
|
+
* The version number of the launch template to use. If no version is specified, then the template's default version is used. You can use a different version for node group updates.
|
|
29299
29676
|
*/
|
|
29300
29677
|
version?: string;
|
|
29301
29678
|
}
|
|
@@ -29830,11 +30207,11 @@ export declare namespace elasticloadbalancingv2 {
|
|
|
29830
30207
|
targetGroups?: outputs.elasticloadbalancingv2.ListenerTargetGroupTuple[];
|
|
29831
30208
|
}
|
|
29832
30209
|
/**
|
|
29833
|
-
*
|
|
30210
|
+
* The mutual authentication configuration information.
|
|
29834
30211
|
*/
|
|
29835
30212
|
interface ListenerMutualAuthentication {
|
|
29836
30213
|
/**
|
|
29837
|
-
* Indicates whether trust store CA certificate names are advertised. The default value is
|
|
30214
|
+
* Indicates whether trust store CA certificate names are advertised. The default value is ``off``.
|
|
29838
30215
|
*/
|
|
29839
30216
|
advertiseTrustStoreCaNames?: string;
|
|
29840
30217
|
/**
|
|
@@ -29842,7 +30219,7 @@ export declare namespace elasticloadbalancingv2 {
|
|
|
29842
30219
|
*/
|
|
29843
30220
|
ignoreClientCertificateExpiry?: boolean;
|
|
29844
30221
|
/**
|
|
29845
|
-
* The client certificate handling method.
|
|
30222
|
+
* The client certificate handling method. The possible values are ``off``, ``passthrough``, and ``verify``. The default value is ``off``.
|
|
29846
30223
|
*/
|
|
29847
30224
|
mode?: string;
|
|
29848
30225
|
/**
|
|
@@ -32882,7 +33259,7 @@ export declare namespace gamelift {
|
|
|
32882
33259
|
*/
|
|
32883
33260
|
interface ContainerFleetLocationConfiguration {
|
|
32884
33261
|
/**
|
|
32885
|
-
* An AWS Region code, such as `us-west-2` . For a list of supported Regions and Local Zones, see [Amazon GameLift service locations](https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html) for managed hosting.
|
|
33262
|
+
* An AWS Region code, such as `us-west-2` . For a list of supported Regions and Local Zones, see [Amazon GameLift Servers service locations](https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html) for managed hosting.
|
|
32886
33263
|
*/
|
|
32887
33264
|
location: string;
|
|
32888
33265
|
locationCapacity?: outputs.gamelift.ContainerFleetLocationCapacity;
|
|
@@ -32896,7 +33273,7 @@ export declare namespace gamelift {
|
|
|
32896
33273
|
* The type of log collection to use for a fleet.
|
|
32897
33274
|
*
|
|
32898
33275
|
* - `CLOUDWATCH` -- (default value) Send logs to an Amazon CloudWatch log group that you define. Each container emits a log stream, which is organized in the log group.
|
|
32899
|
-
* - `S3` -- Store logs in an Amazon S3 bucket that you define.
|
|
33276
|
+
* - `S3` -- Store logs in an Amazon S3 bucket that you define. This bucket must reside in the fleet's home AWS Region.
|
|
32900
33277
|
* - `NONE` -- Don't collect container logs.
|
|
32901
33278
|
*/
|
|
32902
33279
|
logDestination?: enums.gamelift.ContainerFleetLogDestination;
|
|
@@ -33201,7 +33578,7 @@ export declare namespace gamelift {
|
|
|
33201
33578
|
*/
|
|
33202
33579
|
interface FleetLocationConfiguration {
|
|
33203
33580
|
/**
|
|
33204
|
-
* An AWS Region code, such as `us-west-2` . For a list of supported Regions and Local Zones, see [Amazon GameLift service locations](https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html) for managed hosting.
|
|
33581
|
+
* An AWS Region code, such as `us-west-2` . For a list of supported Regions and Local Zones, see [Amazon GameLift Servers service locations](https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html) for managed hosting.
|
|
33205
33582
|
*/
|
|
33206
33583
|
location: string;
|
|
33207
33584
|
/**
|
|
@@ -33335,7 +33712,7 @@ export declare namespace gamelift {
|
|
|
33335
33712
|
*/
|
|
33336
33713
|
interface GameServerGroupAutoScalingPolicy {
|
|
33337
33714
|
/**
|
|
33338
|
-
* Length of time, in seconds, it takes for a new instance to start new game server processes and register with Amazon GameLift FleetIQ. Specifying a warm-up time can be useful, particularly with game servers that take a long time to start up, because it avoids prematurely starting new instances.
|
|
33715
|
+
* Length of time, in seconds, it takes for a new instance to start new game server processes and register with Amazon GameLift Servers FleetIQ. Specifying a warm-up time can be useful, particularly with game servers that take a long time to start up, because it avoids prematurely starting new instances.
|
|
33339
33716
|
*/
|
|
33340
33717
|
estimatedInstanceWarmup?: number;
|
|
33341
33718
|
/**
|
|
@@ -33406,16 +33783,16 @@ export declare namespace gamelift {
|
|
|
33406
33783
|
}
|
|
33407
33784
|
interface GameSessionQueuePriorityConfiguration {
|
|
33408
33785
|
/**
|
|
33409
|
-
* The prioritization order to use for fleet locations, when the `PriorityOrder` property includes `LOCATION` . Locations can include AWS Region codes (such as `us-west-2` ), local zones, and custom locations (for Anywhere fleets). Each location must be listed only once. For details, see [Amazon GameLift service locations.](https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html)
|
|
33786
|
+
* The prioritization order to use for fleet locations, when the `PriorityOrder` property includes `LOCATION` . Locations can include AWS Region codes (such as `us-west-2` ), local zones, and custom locations (for Anywhere fleets). Each location must be listed only once. For details, see [Amazon GameLift Servers service locations.](https://docs.aws.amazon.com/gamelift/latest/developerguide/gamelift-regions.html)
|
|
33410
33787
|
*/
|
|
33411
33788
|
locationOrder?: string[];
|
|
33412
33789
|
/**
|
|
33413
33790
|
* A custom sequence to use when prioritizing where to place new game sessions. Each priority type is listed once.
|
|
33414
33791
|
*
|
|
33415
|
-
* - `LATENCY` -- Amazon GameLift prioritizes locations where the average player latency is lowest. Player latency data is provided in each game session placement request.
|
|
33416
|
-
* - `COST` -- Amazon GameLift prioritizes destinations with the lowest current hosting costs. Cost is evaluated based on the location, instance type, and fleet type (Spot or On-Demand) of each destination in the queue.
|
|
33417
|
-
* - `DESTINATION` -- Amazon GameLift prioritizes based on the list order of destinations in the queue configuration.
|
|
33418
|
-
* - `LOCATION` -- Amazon GameLift prioritizes based on the provided order of locations, as defined in `LocationOrder` .
|
|
33792
|
+
* - `LATENCY` -- Amazon GameLift Servers prioritizes locations where the average player latency is lowest. Player latency data is provided in each game session placement request.
|
|
33793
|
+
* - `COST` -- Amazon GameLift Servers prioritizes destinations with the lowest current hosting costs. Cost is evaluated based on the location, instance type, and fleet type (Spot or On-Demand) of each destination in the queue.
|
|
33794
|
+
* - `DESTINATION` -- Amazon GameLift Servers prioritizes based on the list order of destinations in the queue configuration.
|
|
33795
|
+
* - `LOCATION` -- Amazon GameLift Servers prioritizes based on the provided order of locations, as defined in `LocationOrder` .
|
|
33419
33796
|
*/
|
|
33420
33797
|
priorityOrder?: enums.gamelift.GameSessionQueuePriorityOrderItem[];
|
|
33421
33798
|
}
|
|
@@ -33451,6 +33828,42 @@ export declare namespace gamelift {
|
|
|
33451
33828
|
roleArn: string;
|
|
33452
33829
|
}
|
|
33453
33830
|
}
|
|
33831
|
+
export declare namespace gameliftstreams {
|
|
33832
|
+
interface ApplicationRuntimeEnvironment {
|
|
33833
|
+
/**
|
|
33834
|
+
* The operating system and other drivers. For Proton, this also includes the Proton compatibility layer.
|
|
33835
|
+
*/
|
|
33836
|
+
type: string;
|
|
33837
|
+
/**
|
|
33838
|
+
* Versioned container environment for the application operating system.
|
|
33839
|
+
*/
|
|
33840
|
+
version: string;
|
|
33841
|
+
}
|
|
33842
|
+
interface StreamGroupDefaultApplication {
|
|
33843
|
+
/**
|
|
33844
|
+
* An [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) that uniquely identifies the application resource. Format example: `arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6` .
|
|
33845
|
+
*/
|
|
33846
|
+
arn?: string;
|
|
33847
|
+
/**
|
|
33848
|
+
* An ID that uniquely identifies the application resource. For example: `a-9ZY8X7Wv6` .
|
|
33849
|
+
*/
|
|
33850
|
+
id?: string;
|
|
33851
|
+
}
|
|
33852
|
+
interface StreamGroupLocationConfiguration {
|
|
33853
|
+
/**
|
|
33854
|
+
* The streaming capacity that is allocated and ready to handle stream requests without delay. You pay for this capacity whether it's in use or not. Best for quickest time from streaming request to streaming session.
|
|
33855
|
+
*/
|
|
33856
|
+
alwaysOnCapacity?: number;
|
|
33857
|
+
/**
|
|
33858
|
+
* A location's name. For example, `us-east-1` . For a complete list of locations that Amazon GameLift Streams supports, refer to [Regions and quotas](https://docs.aws.amazon.com/gameliftstreams/latest/developerguide/regions-quotas.html) in the *Amazon GameLift Streams Developer Guide* .
|
|
33859
|
+
*/
|
|
33860
|
+
locationName: string;
|
|
33861
|
+
/**
|
|
33862
|
+
* The streaming capacity that Amazon GameLift Streams can allocate in response to stream requests, and then de-allocate when the session has terminated. This offers a cost control measure at the expense of a greater startup time (typically under 5 minutes).
|
|
33863
|
+
*/
|
|
33864
|
+
onDemandCapacity?: number;
|
|
33865
|
+
}
|
|
33866
|
+
}
|
|
33454
33867
|
export declare namespace globalaccelerator {
|
|
33455
33868
|
/**
|
|
33456
33869
|
* ARN of resource to share.
|
|
@@ -35159,6 +35572,19 @@ export declare namespace iam {
|
|
|
35159
35572
|
*/
|
|
35160
35573
|
policyName: string;
|
|
35161
35574
|
}
|
|
35575
|
+
/**
|
|
35576
|
+
* The private key metadata for the SAML provider
|
|
35577
|
+
*/
|
|
35578
|
+
interface SamlProviderSamlPrivateKey {
|
|
35579
|
+
/**
|
|
35580
|
+
* The unique identifier for the SAML private key.
|
|
35581
|
+
*/
|
|
35582
|
+
keyId: string;
|
|
35583
|
+
/**
|
|
35584
|
+
* The date and time, in <a href=\"http://www.iso.org/iso/iso8601\">ISO 8601 date-time </a> format, when the private key was uploaded.
|
|
35585
|
+
*/
|
|
35586
|
+
timestamp: string;
|
|
35587
|
+
}
|
|
35162
35588
|
/**
|
|
35163
35589
|
* Creates a password for the specified user, giving the user the ability to access AWS services through the console. For more information about managing passwords, see [Managing Passwords](https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingLogins.html) in the *User Guide*.
|
|
35164
35590
|
*/
|
|
@@ -36277,9 +36703,13 @@ export declare namespace iot {
|
|
|
36277
36703
|
*/
|
|
36278
36704
|
conflictingClientIdsCheck?: outputs.iot.AccountAuditConfigurationAuditCheckConfiguration;
|
|
36279
36705
|
/**
|
|
36280
|
-
* Checks
|
|
36706
|
+
* Checks when a device certificate has been active for a number of days greater than or equal to the number you specify.
|
|
36281
36707
|
*/
|
|
36282
|
-
|
|
36708
|
+
deviceCertificateAgeCheck?: outputs.iot.AccountAuditConfigurationDeviceCertAgeAuditCheckConfiguration;
|
|
36709
|
+
/**
|
|
36710
|
+
* Checks if a device certificate is expiring. By default, this check applies to device certificates expiring within 30 days or that have expired. You can modify this threshold by configuring the DeviceCertExpirationAuditCheckConfiguration.
|
|
36711
|
+
*/
|
|
36712
|
+
deviceCertificateExpiringCheck?: outputs.iot.AccountAuditConfigurationDeviceCertExpirationAuditCheckConfiguration;
|
|
36283
36713
|
/**
|
|
36284
36714
|
* Checks the quality of the device certificate key. The quality checks if the key is in a valid format, not expired, signed by a registered certificate authority, and if the key meets a minimum required size.
|
|
36285
36715
|
*/
|
|
@@ -36348,6 +36778,50 @@ export declare namespace iot {
|
|
|
36348
36778
|
*/
|
|
36349
36779
|
sns?: outputs.iot.AccountAuditConfigurationAuditNotificationTarget;
|
|
36350
36780
|
}
|
|
36781
|
+
/**
|
|
36782
|
+
* A structure containing the configName and corresponding configValue for configuring audit checks.
|
|
36783
|
+
*/
|
|
36784
|
+
interface AccountAuditConfigurationCertAgeCheckCustomConfiguration {
|
|
36785
|
+
/**
|
|
36786
|
+
* The number of days that defines when a device certificate is considered to have aged. The check will report a finding if a certificate has been active for a number of days greater than or equal to this threshold value.
|
|
36787
|
+
*/
|
|
36788
|
+
certAgeThresholdInDays?: string;
|
|
36789
|
+
}
|
|
36790
|
+
/**
|
|
36791
|
+
* A structure containing the configName and corresponding configValue for configuring audit checks.
|
|
36792
|
+
*/
|
|
36793
|
+
interface AccountAuditConfigurationCertExpirationCheckCustomConfiguration {
|
|
36794
|
+
/**
|
|
36795
|
+
* The number of days before expiration that defines when a device certificate is considered to be approaching expiration. The check will report a finding if a certificate will expire within this number of days.
|
|
36796
|
+
*/
|
|
36797
|
+
certExpirationThresholdInDays?: string;
|
|
36798
|
+
}
|
|
36799
|
+
/**
|
|
36800
|
+
* A structure containing the configName and corresponding configValue for configuring DeviceCertAgeCheck.
|
|
36801
|
+
*/
|
|
36802
|
+
interface AccountAuditConfigurationDeviceCertAgeAuditCheckConfiguration {
|
|
36803
|
+
/**
|
|
36804
|
+
* Configuration settings for the device certificate age check, including the threshold in days for certificate age. This configuration is of type `CertAgeCheckCustomConfiguration` .
|
|
36805
|
+
*/
|
|
36806
|
+
configuration?: outputs.iot.AccountAuditConfigurationCertAgeCheckCustomConfiguration;
|
|
36807
|
+
/**
|
|
36808
|
+
* True if the check is enabled.
|
|
36809
|
+
*/
|
|
36810
|
+
enabled?: boolean;
|
|
36811
|
+
}
|
|
36812
|
+
/**
|
|
36813
|
+
* A structure containing the configName and corresponding configValue for configuring DeviceCertExpirationCheck.
|
|
36814
|
+
*/
|
|
36815
|
+
interface AccountAuditConfigurationDeviceCertExpirationAuditCheckConfiguration {
|
|
36816
|
+
/**
|
|
36817
|
+
* Configuration settings for the device certificate expiration check, including the threshold in days before expiration. This configuration is of type `CertExpirationCheckCustomConfiguration`
|
|
36818
|
+
*/
|
|
36819
|
+
configuration?: outputs.iot.AccountAuditConfigurationCertExpirationCheckCustomConfiguration;
|
|
36820
|
+
/**
|
|
36821
|
+
* True if the check is enabled.
|
|
36822
|
+
*/
|
|
36823
|
+
enabled?: boolean;
|
|
36824
|
+
}
|
|
36351
36825
|
/**
|
|
36352
36826
|
* The properties of the billing group.
|
|
36353
36827
|
*/
|
|
@@ -36832,6 +37306,35 @@ export declare namespace iot {
|
|
|
36832
37306
|
*/
|
|
36833
37307
|
statistic?: enums.iot.SecurityProfileStatisticalThresholdStatistic;
|
|
36834
37308
|
}
|
|
37309
|
+
/**
|
|
37310
|
+
* The artifact location of the package version
|
|
37311
|
+
*/
|
|
37312
|
+
interface SoftwarePackageVersionPackageVersionArtifact {
|
|
37313
|
+
s3Location: outputs.iot.SoftwarePackageVersionS3Location;
|
|
37314
|
+
}
|
|
37315
|
+
/**
|
|
37316
|
+
* The Amazon S3 location
|
|
37317
|
+
*/
|
|
37318
|
+
interface SoftwarePackageVersionS3Location {
|
|
37319
|
+
/**
|
|
37320
|
+
* The S3 bucket
|
|
37321
|
+
*/
|
|
37322
|
+
bucket: string;
|
|
37323
|
+
/**
|
|
37324
|
+
* The S3 key
|
|
37325
|
+
*/
|
|
37326
|
+
key: string;
|
|
37327
|
+
/**
|
|
37328
|
+
* The S3 version
|
|
37329
|
+
*/
|
|
37330
|
+
version: string;
|
|
37331
|
+
}
|
|
37332
|
+
/**
|
|
37333
|
+
* The sbom zip archive location of the package version
|
|
37334
|
+
*/
|
|
37335
|
+
interface SoftwarePackageVersionSbom {
|
|
37336
|
+
s3Location: outputs.iot.SoftwarePackageVersionS3Location;
|
|
37337
|
+
}
|
|
36835
37338
|
interface ThingAttributePayload {
|
|
36836
37339
|
/**
|
|
36837
37340
|
* A JSON string containing up to three key-value pair in JSON format. For example:
|
|
@@ -39743,10 +40246,6 @@ export declare namespace iotsitewise {
|
|
|
39743
40246
|
* Contains a gateway's platform information.
|
|
39744
40247
|
*/
|
|
39745
40248
|
interface GatewayPlatform {
|
|
39746
|
-
/**
|
|
39747
|
-
* A gateway that runs on AWS IoT Greengrass V1.
|
|
39748
|
-
*/
|
|
39749
|
-
greengrass?: any;
|
|
39750
40249
|
/**
|
|
39751
40250
|
* A gateway that runs on AWS IoT Greengrass V2.
|
|
39752
40251
|
*/
|
|
@@ -39769,6 +40268,9 @@ export declare namespace iotsitewise {
|
|
|
39769
40268
|
* Container associated a certain PortalType.
|
|
39770
40269
|
*/
|
|
39771
40270
|
interface PortalTypeEntry {
|
|
40271
|
+
/**
|
|
40272
|
+
* The array of tools associated with the specified portal type. The possible values are `ASSISTANT` and `DASHBOARD` .
|
|
40273
|
+
*/
|
|
39772
40274
|
portalTools: string[];
|
|
39773
40275
|
}
|
|
39774
40276
|
}
|
|
@@ -44323,7 +44825,8 @@ export declare namespace lambda {
|
|
|
44323
44825
|
}
|
|
44324
44826
|
/**
|
|
44325
44827
|
* The [deployment package](https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-package.html) for a Lambda function. To deploy a function defined as a container image, you specify the location of a container image in the Amazon ECR registry. For a .zip file deployment package, you can specify the location of an object in Amazon S3. For Node.js and Python functions, you can specify the function code inline in the template.
|
|
44326
|
-
*
|
|
44828
|
+
* When you specify source code inline for a Node.js function, the ``index`` file that CFN creates uses the extension ``.js``. This means that LAM treats the file as a CommonJS module. ES modules aren't supported for inline functions.
|
|
44829
|
+
* Changes to a deployment package in Amazon S3 or a container image in ECR are not detected automatically during stack updates. To update the function code, change the object key or version in the template.
|
|
44327
44830
|
*/
|
|
44328
44831
|
interface FunctionCode {
|
|
44329
44832
|
/**
|
|
@@ -44343,12 +44846,13 @@ export declare namespace lambda {
|
|
|
44343
44846
|
*/
|
|
44344
44847
|
s3ObjectVersion?: string;
|
|
44345
44848
|
/**
|
|
44346
|
-
* The ARN of the
|
|
44849
|
+
* The ARN of the KMSlong (KMS) customer managed key that's used to encrypt your function's .zip deployment package. If you don't provide a customer managed key, Lambda uses an [owned key](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-owned-cmk).
|
|
44347
44850
|
*/
|
|
44348
44851
|
sourceKmsKeyArn?: string;
|
|
44349
44852
|
/**
|
|
44350
44853
|
* (Node.js and Python) The source code of your Lambda function. If you include your function source inline with this parameter, CFN places it in a file named ``index`` and zips it to create a [deployment package](https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-package.html). This zip file cannot exceed 4MB. For the ``Handler`` property, the first part of the handler identifier must be ``index``. For example, ``index.handler``.
|
|
44351
|
-
*
|
|
44854
|
+
* When you specify source code inline for a Node.js function, the ``index`` file that CFN creates uses the extension ``.js``. This means that LAM treats the file as a CommonJS module. ES modules aren't supported for inline functions.
|
|
44855
|
+
* For JSON, you must escape quotes and special characters such as newline (``\n``) with a backslash.
|
|
44352
44856
|
* If you specify a function that interacts with an AWS CloudFormation custom resource, you don't have to write your own functions to send responses to the custom resource that invoked the function. AWS CloudFormation provides a response module ([cfn-response](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-lambda-function-code-cfnresponsemodule.html)) that simplifies sending responses. See [Using Lambda with CloudFormation](https://docs.aws.amazon.com/lambda/latest/dg/services-cloudformation.html) for details.
|
|
44353
44857
|
*/
|
|
44354
44858
|
zipFile?: string;
|
|
@@ -49173,6 +49677,24 @@ export declare namespace mediapackagev2 {
|
|
|
49173
49677
|
*/
|
|
49174
49678
|
url?: string;
|
|
49175
49679
|
}
|
|
49680
|
+
/**
|
|
49681
|
+
* <p>The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive.</p>
|
|
49682
|
+
*/
|
|
49683
|
+
interface ChannelInputSwitchConfiguration {
|
|
49684
|
+
/**
|
|
49685
|
+
* <p>When true, AWS Elemental MediaPackage performs input switching based on the MQCS. Default is true. This setting is valid only when <code>InputType</code> is <code>CMAF</code>.</p>
|
|
49686
|
+
*/
|
|
49687
|
+
mqcsInputSwitching?: boolean;
|
|
49688
|
+
}
|
|
49689
|
+
/**
|
|
49690
|
+
* <p>The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN.</p>
|
|
49691
|
+
*/
|
|
49692
|
+
interface ChannelOutputHeaderConfiguration {
|
|
49693
|
+
/**
|
|
49694
|
+
* <p>When true, AWS Elemental MediaPackage includes the MQCS in responses to the CDN. This setting is valid only when <code>InputType</code> is <code>CMAF</code>.</p>
|
|
49695
|
+
*/
|
|
49696
|
+
publishMqcs?: boolean;
|
|
49697
|
+
}
|
|
49176
49698
|
/**
|
|
49177
49699
|
* <p>Retrieve the DASH manifest configuration.</p>
|
|
49178
49700
|
*/
|
|
@@ -49847,14 +50369,33 @@ export declare namespace msk {
|
|
|
49847
50369
|
s3?: outputs.msk.ClusterS3;
|
|
49848
50370
|
}
|
|
49849
50371
|
interface ClusterBrokerNodeGroupInfo {
|
|
50372
|
+
/**
|
|
50373
|
+
* This parameter is currently not in use.
|
|
50374
|
+
*/
|
|
49850
50375
|
brokerAzDistribution?: string;
|
|
50376
|
+
/**
|
|
50377
|
+
* The list of subnets to connect to in the client virtual private cloud (VPC). Amazon creates elastic network interfaces (ENIs) inside these subnets. Client applications use ENIs to produce and consume data.
|
|
50378
|
+
*
|
|
50379
|
+
* If you use the US West (N. California) Region, specify exactly two subnets. For other Regions where Amazon MSK is available, you can specify either two or three subnets. The subnets that you specify must be in distinct Availability Zones. When you create a cluster, Amazon MSK distributes the broker nodes evenly across the subnets that you specify.
|
|
50380
|
+
*
|
|
50381
|
+
* Client subnets can't occupy the Availability Zone with ID `use1-az3` .
|
|
50382
|
+
*/
|
|
49851
50383
|
clientSubnets: string[];
|
|
50384
|
+
/**
|
|
50385
|
+
* Information about the cluster's connectivity setting.
|
|
50386
|
+
*/
|
|
49852
50387
|
connectivityInfo?: outputs.msk.ClusterConnectivityInfo;
|
|
49853
50388
|
/**
|
|
49854
50389
|
* The type of Amazon EC2 instances to use for brokers. The following instance types are allowed: kafka.m5.large, kafka.m5.xlarge, kafka.m5.2xlarge, kafka.m5.4xlarge, kafka.m5.8xlarge, kafka.m5.12xlarge, kafka.m5.16xlarge, kafka.m5.24xlarge, and kafka.t3.small.
|
|
49855
50390
|
*/
|
|
49856
50391
|
instanceType: string;
|
|
50392
|
+
/**
|
|
50393
|
+
* The security groups to associate with the ENIs in order to specify who can connect to and communicate with the Amazon MSK cluster. If you don't specify a security group, Amazon MSK uses the default security group associated with the VPC. If you specify security groups that were shared with you, you must ensure that you have permissions to them. Specifically, you need the `ec2:DescribeSecurityGroups` permission.
|
|
50394
|
+
*/
|
|
49857
50395
|
securityGroups?: string[];
|
|
50396
|
+
/**
|
|
50397
|
+
* Contains information about storage volumes attached to Amazon MSK broker nodes.
|
|
50398
|
+
*/
|
|
49858
50399
|
storageInfo?: outputs.msk.ClusterStorageInfo;
|
|
49859
50400
|
}
|
|
49860
50401
|
interface ClusterClientAuthentication {
|
|
@@ -49882,11 +50423,28 @@ export declare namespace msk {
|
|
|
49882
50423
|
dataVolumeKmsKeyId: string;
|
|
49883
50424
|
}
|
|
49884
50425
|
interface ClusterEncryptionInTransit {
|
|
50426
|
+
/**
|
|
50427
|
+
* Indicates the encryption setting for data in transit between clients and brokers. You must set it to one of the following values.
|
|
50428
|
+
*
|
|
50429
|
+
* - `TLS` : Indicates that client-broker communication is enabled with TLS only.
|
|
50430
|
+
* - `TLS_PLAINTEXT` : Indicates that client-broker communication is enabled for both TLS-encrypted, as well as plaintext data.
|
|
50431
|
+
* - `PLAINTEXT` : Indicates that client-broker communication is enabled in plaintext only.
|
|
50432
|
+
*
|
|
50433
|
+
* The default value is `TLS` .
|
|
50434
|
+
*/
|
|
49885
50435
|
clientBroker?: enums.msk.ClusterEncryptionInTransitClientBroker;
|
|
50436
|
+
/**
|
|
50437
|
+
* When set to true, it indicates that data communication among the broker nodes of the cluster is encrypted. When set to false, the communication happens in plaintext.
|
|
50438
|
+
*
|
|
50439
|
+
* The default value is true.
|
|
50440
|
+
*/
|
|
49886
50441
|
inCluster?: boolean;
|
|
49887
50442
|
}
|
|
49888
50443
|
interface ClusterEncryptionInfo {
|
|
49889
50444
|
encryptionAtRest?: outputs.msk.ClusterEncryptionAtRest;
|
|
50445
|
+
/**
|
|
50446
|
+
* The details for encryption in transit.
|
|
50447
|
+
*/
|
|
49890
50448
|
encryptionInTransit?: outputs.msk.ClusterEncryptionInTransit;
|
|
49891
50449
|
}
|
|
49892
50450
|
interface ClusterFirehose {
|
|
@@ -49962,8 +50520,17 @@ export declare namespace msk {
|
|
|
49962
50520
|
enabled: boolean;
|
|
49963
50521
|
}
|
|
49964
50522
|
interface ConfigurationLatestRevision {
|
|
50523
|
+
/**
|
|
50524
|
+
* The time when the configuration revision was created.
|
|
50525
|
+
*/
|
|
49965
50526
|
creationTime?: string;
|
|
50527
|
+
/**
|
|
50528
|
+
* The description of the configuration revision.
|
|
50529
|
+
*/
|
|
49966
50530
|
description?: string;
|
|
50531
|
+
/**
|
|
50532
|
+
* The revision number.
|
|
50533
|
+
*/
|
|
49967
50534
|
revision?: number;
|
|
49968
50535
|
}
|
|
49969
50536
|
/**
|
|
@@ -50623,7 +51190,7 @@ export declare namespace networkfirewall {
|
|
|
50623
51190
|
*/
|
|
50624
51191
|
rulesString?: string;
|
|
50625
51192
|
/**
|
|
50626
|
-
* An array of individual stateful rules inspection criteria to be used together in a stateful rule group. Use this option to specify simple Suricata rules with protocol, source and destination, ports, direction, and rule options. For information about the Suricata `Rules` format, see [Rules Format](https://docs.aws.amazon.com/https://suricata.readthedocs.io/en/suricata-
|
|
51193
|
+
* An array of individual stateful rules inspection criteria to be used together in a stateful rule group. Use this option to specify simple Suricata rules with protocol, source and destination, ports, direction, and rule options. For information about the Suricata `Rules` format, see [Rules Format](https://docs.aws.amazon.com/https://suricata.readthedocs.io/en/suricata-7.0.3/rules/intro.html) .
|
|
50627
51194
|
*/
|
|
50628
51195
|
statefulRules?: outputs.networkfirewall.RuleGroupStatefulRule[];
|
|
50629
51196
|
/**
|
|
@@ -51595,10 +52162,103 @@ export declare namespace omics {
|
|
|
51595
52162
|
}
|
|
51596
52163
|
}
|
|
51597
52164
|
export declare namespace opensearchserverless {
|
|
52165
|
+
interface IndexPropertyMapping {
|
|
52166
|
+
/**
|
|
52167
|
+
* Dimension size for vector fields, defines the number of dimensions in the vector
|
|
52168
|
+
*/
|
|
52169
|
+
dimension?: number;
|
|
52170
|
+
/**
|
|
52171
|
+
* Whether a field should be indexed
|
|
52172
|
+
*/
|
|
52173
|
+
index?: boolean;
|
|
52174
|
+
/**
|
|
52175
|
+
* Configuration for k-NN search method
|
|
52176
|
+
*/
|
|
52177
|
+
method?: outputs.opensearchserverless.IndexPropertyMappingMethodProperties;
|
|
52178
|
+
/**
|
|
52179
|
+
* Nested fields within an object or nested field type
|
|
52180
|
+
*/
|
|
52181
|
+
properties?: {
|
|
52182
|
+
[key: string]: outputs.opensearchserverless.IndexPropertyMapping;
|
|
52183
|
+
};
|
|
52184
|
+
/**
|
|
52185
|
+
* The field data type. Must be a valid OpenSearch field type.
|
|
52186
|
+
*/
|
|
52187
|
+
type: enums.opensearchserverless.IndexPropertyMappingType;
|
|
52188
|
+
/**
|
|
52189
|
+
* Default value for the field when not specified in a document
|
|
52190
|
+
*/
|
|
52191
|
+
value?: string;
|
|
52192
|
+
}
|
|
52193
|
+
/**
|
|
52194
|
+
* Configuration for k-NN search method
|
|
52195
|
+
*/
|
|
52196
|
+
interface IndexPropertyMappingMethodProperties {
|
|
52197
|
+
/**
|
|
52198
|
+
* The k-NN search engine to use
|
|
52199
|
+
*/
|
|
52200
|
+
engine: enums.opensearchserverless.IndexPropertyMappingMethodPropertiesEngine;
|
|
52201
|
+
/**
|
|
52202
|
+
* The algorithm name for k-NN search
|
|
52203
|
+
*/
|
|
52204
|
+
name: enums.opensearchserverless.IndexPropertyMappingMethodPropertiesName;
|
|
52205
|
+
/**
|
|
52206
|
+
* Additional parameters for the k-NN algorithm
|
|
52207
|
+
*/
|
|
52208
|
+
parameters?: outputs.opensearchserverless.IndexPropertyMappingMethodPropertiesParametersProperties;
|
|
52209
|
+
/**
|
|
52210
|
+
* The distance function used for k-NN search
|
|
52211
|
+
*/
|
|
52212
|
+
spaceType?: enums.opensearchserverless.IndexPropertyMappingMethodPropertiesSpaceType;
|
|
52213
|
+
}
|
|
52214
|
+
/**
|
|
52215
|
+
* Additional parameters for the k-NN algorithm
|
|
52216
|
+
*/
|
|
52217
|
+
interface IndexPropertyMappingMethodPropertiesParametersProperties {
|
|
52218
|
+
/**
|
|
52219
|
+
* The size of the dynamic list used during k-NN graph creation
|
|
52220
|
+
*/
|
|
52221
|
+
efConstruction?: number;
|
|
52222
|
+
/**
|
|
52223
|
+
* Number of neighbors to consider during k-NN search
|
|
52224
|
+
*/
|
|
52225
|
+
m?: number;
|
|
52226
|
+
}
|
|
52227
|
+
interface IndexSettings {
|
|
52228
|
+
index?: outputs.opensearchserverless.IndexSettingsIndexProperties;
|
|
52229
|
+
}
|
|
52230
|
+
interface IndexSettingsIndexProperties {
|
|
52231
|
+
/**
|
|
52232
|
+
* Enable/disable k-nearest neighbor search capability
|
|
52233
|
+
*/
|
|
52234
|
+
knn?: boolean;
|
|
52235
|
+
/**
|
|
52236
|
+
* Size of the dynamic list for the nearest neighbors
|
|
52237
|
+
*/
|
|
52238
|
+
knnAlgoParamEfSearch?: number;
|
|
52239
|
+
/**
|
|
52240
|
+
* How often to perform refresh operation (e.g. '1s', '5s')
|
|
52241
|
+
*/
|
|
52242
|
+
refreshInterval?: string;
|
|
52243
|
+
}
|
|
52244
|
+
/**
|
|
52245
|
+
* Index Mappings
|
|
52246
|
+
*/
|
|
52247
|
+
interface MappingsProperties {
|
|
52248
|
+
/**
|
|
52249
|
+
* Defines the fields within the mapping, including their types and configurations
|
|
52250
|
+
*/
|
|
52251
|
+
properties?: {
|
|
52252
|
+
[key: string]: outputs.opensearchserverless.IndexPropertyMapping;
|
|
52253
|
+
};
|
|
52254
|
+
}
|
|
51598
52255
|
/**
|
|
51599
52256
|
* Describes IAM Identity Center options for an OpenSearch Serverless security configuration in the form of a key-value map
|
|
51600
52257
|
*/
|
|
51601
52258
|
interface SecurityConfigIamIdentityCenterConfigOptions {
|
|
52259
|
+
/**
|
|
52260
|
+
* The ARN of the IAM Identity Center application used to integrate with OpenSearch Serverless.
|
|
52261
|
+
*/
|
|
51602
52262
|
applicationArn?: string;
|
|
51603
52263
|
/**
|
|
51604
52264
|
* The description of the IAM Identity Center application used to integrate with OpenSearch Serverless
|
|
@@ -51608,8 +52268,17 @@ export declare namespace opensearchserverless {
|
|
|
51608
52268
|
* The name of the IAM Identity Center application used to integrate with OpenSearch Serverless
|
|
51609
52269
|
*/
|
|
51610
52270
|
applicationName?: string;
|
|
52271
|
+
/**
|
|
52272
|
+
* The group attribute for this IAM Identity Center integration. Defaults to `GroupId` .
|
|
52273
|
+
*/
|
|
51611
52274
|
groupAttribute?: string;
|
|
52275
|
+
/**
|
|
52276
|
+
* The ARN of the IAM Identity Center instance used to integrate with OpenSearch Serverless.
|
|
52277
|
+
*/
|
|
51612
52278
|
instanceArn: string;
|
|
52279
|
+
/**
|
|
52280
|
+
* The user attribute for this IAM Identity Center integration. Defaults to `UserId`
|
|
52281
|
+
*/
|
|
51613
52282
|
userAttribute?: string;
|
|
51614
52283
|
}
|
|
51615
52284
|
/**
|
|
@@ -52312,6 +52981,7 @@ export declare namespace paymentcryptography {
|
|
|
52312
52981
|
}
|
|
52313
52982
|
export declare namespace pcaconnectorad {
|
|
52314
52983
|
interface ConnectorVpcInformation {
|
|
52984
|
+
ipAddressType?: enums.pcaconnectorad.ConnectorVpcInformationIpAddressType;
|
|
52315
52985
|
/**
|
|
52316
52986
|
* The security groups used with the connector. You can use a maximum of 4 security groups with a connector.
|
|
52317
52987
|
*/
|
|
@@ -53795,7 +54465,11 @@ export declare namespace pipes {
|
|
|
53795
54465
|
*/
|
|
53796
54466
|
logStreamName?: string;
|
|
53797
54467
|
/**
|
|
53798
|
-
*
|
|
54468
|
+
* A [dynamic path parameter](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes-event-target.html) to a field in the payload containing the time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
|
|
54469
|
+
*
|
|
54470
|
+
* The value cannot be a static timestamp as the provided timestamp would be applied to all events delivered by the Pipe, regardless of when they are actually delivered.
|
|
54471
|
+
*
|
|
54472
|
+
* If no dynamic path parameter is provided, the default value is the time the invocation is processed by the Pipe.
|
|
53799
54473
|
*/
|
|
53800
54474
|
timestamp?: string;
|
|
53801
54475
|
}
|
|
@@ -54763,6 +55437,10 @@ export declare namespace quicksight {
|
|
|
54763
55437
|
* The field wells of the visual.
|
|
54764
55438
|
*/
|
|
54765
55439
|
fieldWells?: outputs.quicksight.AnalysisBarChartFieldWells;
|
|
55440
|
+
/**
|
|
55441
|
+
* The general visual interactions setup for a visual.
|
|
55442
|
+
*/
|
|
55443
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
54766
55444
|
/**
|
|
54767
55445
|
* The legend display setup of the visual.
|
|
54768
55446
|
*/
|
|
@@ -54890,6 +55568,10 @@ export declare namespace quicksight {
|
|
|
54890
55568
|
* The configuration of a page break for a section.
|
|
54891
55569
|
*/
|
|
54892
55570
|
pageBreakConfiguration?: outputs.quicksight.AnalysisSectionPageBreakConfiguration;
|
|
55571
|
+
/**
|
|
55572
|
+
* Describes the configurations that are required to declare a section as repeating.
|
|
55573
|
+
*/
|
|
55574
|
+
repeatConfiguration?: outputs.quicksight.AnalysisBodySectionRepeatConfiguration;
|
|
54893
55575
|
/**
|
|
54894
55576
|
* The unique identifier of a body section.
|
|
54895
55577
|
*/
|
|
@@ -54905,6 +55587,55 @@ export declare namespace quicksight {
|
|
|
54905
55587
|
*/
|
|
54906
55588
|
layout?: outputs.quicksight.AnalysisSectionLayoutConfiguration;
|
|
54907
55589
|
}
|
|
55590
|
+
interface AnalysisBodySectionDynamicCategoryDimensionConfiguration {
|
|
55591
|
+
column: outputs.quicksight.AnalysisColumnIdentifier;
|
|
55592
|
+
/**
|
|
55593
|
+
* Number of values to use from the column for repetition.
|
|
55594
|
+
*/
|
|
55595
|
+
limit?: number;
|
|
55596
|
+
/**
|
|
55597
|
+
* Sort criteria on the column values that you use for repetition.
|
|
55598
|
+
*/
|
|
55599
|
+
sortByMetrics?: outputs.quicksight.AnalysisColumnSort[];
|
|
55600
|
+
}
|
|
55601
|
+
interface AnalysisBodySectionDynamicNumericDimensionConfiguration {
|
|
55602
|
+
column: outputs.quicksight.AnalysisColumnIdentifier;
|
|
55603
|
+
/**
|
|
55604
|
+
* Number of values to use from the column for repetition.
|
|
55605
|
+
*/
|
|
55606
|
+
limit?: number;
|
|
55607
|
+
/**
|
|
55608
|
+
* Sort criteria on the column values that you use for repetition.
|
|
55609
|
+
*/
|
|
55610
|
+
sortByMetrics?: outputs.quicksight.AnalysisColumnSort[];
|
|
55611
|
+
}
|
|
55612
|
+
interface AnalysisBodySectionRepeatConfiguration {
|
|
55613
|
+
/**
|
|
55614
|
+
* List of `BodySectionRepeatDimensionConfiguration` values that describe the dataset column and constraints for the column used to repeat the contents of a section.
|
|
55615
|
+
*/
|
|
55616
|
+
dimensionConfigurations?: outputs.quicksight.AnalysisBodySectionRepeatDimensionConfiguration[];
|
|
55617
|
+
/**
|
|
55618
|
+
* List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.
|
|
55619
|
+
*/
|
|
55620
|
+
nonRepeatingVisuals?: string[];
|
|
55621
|
+
/**
|
|
55622
|
+
* Page break configuration to apply for each repeating instance.
|
|
55623
|
+
*/
|
|
55624
|
+
pageBreakConfiguration?: outputs.quicksight.AnalysisBodySectionRepeatPageBreakConfiguration;
|
|
55625
|
+
}
|
|
55626
|
+
interface AnalysisBodySectionRepeatDimensionConfiguration {
|
|
55627
|
+
/**
|
|
55628
|
+
* Describes the *Category* dataset column and constraints around the dynamic values that will be used in repeating the section contents.
|
|
55629
|
+
*/
|
|
55630
|
+
dynamicCategoryDimensionConfiguration?: outputs.quicksight.AnalysisBodySectionDynamicCategoryDimensionConfiguration;
|
|
55631
|
+
/**
|
|
55632
|
+
* Describes the *Numeric* dataset column and constraints around the dynamic values used to repeat the contents of a section.
|
|
55633
|
+
*/
|
|
55634
|
+
dynamicNumericDimensionConfiguration?: outputs.quicksight.AnalysisBodySectionDynamicNumericDimensionConfiguration;
|
|
55635
|
+
}
|
|
55636
|
+
interface AnalysisBodySectionRepeatPageBreakConfiguration {
|
|
55637
|
+
after?: outputs.quicksight.AnalysisSectionAfterPageBreak;
|
|
55638
|
+
}
|
|
54908
55639
|
interface AnalysisBoxPlotAggregatedFieldWells {
|
|
54909
55640
|
/**
|
|
54910
55641
|
* The group by field well of a box plot chart. Values are grouped based on group by fields.
|
|
@@ -54932,6 +55663,10 @@ export declare namespace quicksight {
|
|
|
54932
55663
|
* The field wells of the visual.
|
|
54933
55664
|
*/
|
|
54934
55665
|
fieldWells?: outputs.quicksight.AnalysisBoxPlotFieldWells;
|
|
55666
|
+
/**
|
|
55667
|
+
* The general visual interactions setup for a visual.
|
|
55668
|
+
*/
|
|
55669
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
54935
55670
|
legend?: outputs.quicksight.AnalysisLegendOptions;
|
|
54936
55671
|
/**
|
|
54937
55672
|
* The label display options (grid line, range, scale, axis step) of a box plot category.
|
|
@@ -55320,6 +56055,10 @@ export declare namespace quicksight {
|
|
|
55320
56055
|
* The field wells of the visual.
|
|
55321
56056
|
*/
|
|
55322
56057
|
fieldWells?: outputs.quicksight.AnalysisComboChartFieldWells;
|
|
56058
|
+
/**
|
|
56059
|
+
* The general visual interactions setup for a visual.
|
|
56060
|
+
*/
|
|
56061
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
55323
56062
|
/**
|
|
55324
56063
|
* The legend display setup of the visual.
|
|
55325
56064
|
*/
|
|
@@ -55568,6 +56307,12 @@ export declare namespace quicksight {
|
|
|
55568
56307
|
*/
|
|
55569
56308
|
expression: string;
|
|
55570
56309
|
}
|
|
56310
|
+
interface AnalysisContextMenuOption {
|
|
56311
|
+
/**
|
|
56312
|
+
* The availability status of the context menu options. If the value of this property is set to `ENABLED` , dashboard readers can interact with the context menu.
|
|
56313
|
+
*/
|
|
56314
|
+
availabilityStatus?: enums.quicksight.AnalysisDashboardBehavior;
|
|
56315
|
+
}
|
|
55571
56316
|
interface AnalysisContributionAnalysisDefault {
|
|
55572
56317
|
/**
|
|
55573
56318
|
* The dimensions columns that are used in the contribution analysis, usually a list of `ColumnIdentifiers` .
|
|
@@ -55677,6 +56422,10 @@ export declare namespace quicksight {
|
|
|
55677
56422
|
* The sizing options for the size of the custom content visual. This structure is required when the `ContentType` of the visual is `'IMAGE'` .
|
|
55678
56423
|
*/
|
|
55679
56424
|
imageScaling?: enums.quicksight.AnalysisCustomContentImageScalingConfiguration;
|
|
56425
|
+
/**
|
|
56426
|
+
* The general visual interactions setup for a visual.
|
|
56427
|
+
*/
|
|
56428
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
55680
56429
|
}
|
|
55681
56430
|
interface AnalysisCustomContentVisual {
|
|
55682
56431
|
/**
|
|
@@ -56114,10 +56863,18 @@ export declare namespace quicksight {
|
|
|
56114
56863
|
valueWhenUnset?: outputs.quicksight.AnalysisDateTimeValueWhenUnsetConfiguration;
|
|
56115
56864
|
}
|
|
56116
56865
|
interface AnalysisDateTimePickerControlDisplayOptions {
|
|
56866
|
+
/**
|
|
56867
|
+
* The date icon visibility of the `DateTimePickerControlDisplayOptions` .
|
|
56868
|
+
*/
|
|
56869
|
+
dateIconVisibility?: enums.quicksight.AnalysisVisibility;
|
|
56117
56870
|
/**
|
|
56118
56871
|
* Customize how dates are formatted in controls.
|
|
56119
56872
|
*/
|
|
56120
56873
|
dateTimeFormat?: string;
|
|
56874
|
+
/**
|
|
56875
|
+
* The helper text visibility of the `DateTimePickerControlDisplayOptions` .
|
|
56876
|
+
*/
|
|
56877
|
+
helperTextVisibility?: enums.quicksight.AnalysisVisibility;
|
|
56121
56878
|
/**
|
|
56122
56879
|
* The configuration of info icon label options.
|
|
56123
56880
|
*/
|
|
@@ -56719,6 +57476,10 @@ export declare namespace quicksight {
|
|
|
56719
57476
|
* The field wells of the visual.
|
|
56720
57477
|
*/
|
|
56721
57478
|
fieldWells?: outputs.quicksight.AnalysisFilledMapFieldWells;
|
|
57479
|
+
/**
|
|
57480
|
+
* The general visual interactions setup for a visual.
|
|
57481
|
+
*/
|
|
57482
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
56722
57483
|
/**
|
|
56723
57484
|
* The legend display setup of the visual.
|
|
56724
57485
|
*/
|
|
@@ -57178,6 +57939,10 @@ export declare namespace quicksight {
|
|
|
57178
57939
|
* Determines the appearance of decorative lines on the text.
|
|
57179
57940
|
*/
|
|
57180
57941
|
fontDecoration?: enums.quicksight.AnalysisFontDecoration;
|
|
57942
|
+
/**
|
|
57943
|
+
* The font family that you want to use.
|
|
57944
|
+
*/
|
|
57945
|
+
fontFamily?: string;
|
|
57181
57946
|
/**
|
|
57182
57947
|
* The option that determines the text display size.
|
|
57183
57948
|
*/
|
|
@@ -57408,6 +58173,10 @@ export declare namespace quicksight {
|
|
|
57408
58173
|
* The field well configuration of a `FunnelChartVisual` .
|
|
57409
58174
|
*/
|
|
57410
58175
|
fieldWells?: outputs.quicksight.AnalysisFunnelChartFieldWells;
|
|
58176
|
+
/**
|
|
58177
|
+
* The general visual interactions setup for a visual.
|
|
58178
|
+
*/
|
|
58179
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
57411
58180
|
/**
|
|
57412
58181
|
* The sort configuration of a `FunnelChartVisual` .
|
|
57413
58182
|
*/
|
|
@@ -57509,6 +58278,16 @@ export declare namespace quicksight {
|
|
|
57509
58278
|
*/
|
|
57510
58279
|
foregroundColor?: outputs.quicksight.AnalysisConditionalFormattingColor;
|
|
57511
58280
|
}
|
|
58281
|
+
interface AnalysisGaugeChartColorConfiguration {
|
|
58282
|
+
/**
|
|
58283
|
+
* The background color configuration of a `GaugeChartVisual` .
|
|
58284
|
+
*/
|
|
58285
|
+
backgroundColor?: string;
|
|
58286
|
+
/**
|
|
58287
|
+
* The foreground color configuration of a `GaugeChartVisual` .
|
|
58288
|
+
*/
|
|
58289
|
+
foregroundColor?: string;
|
|
58290
|
+
}
|
|
57512
58291
|
interface AnalysisGaugeChartConditionalFormatting {
|
|
57513
58292
|
/**
|
|
57514
58293
|
* Conditional formatting options of a `GaugeChartVisual` .
|
|
@@ -57526,6 +58305,10 @@ export declare namespace quicksight {
|
|
|
57526
58305
|
primaryValue?: outputs.quicksight.AnalysisGaugeChartPrimaryValueConditionalFormatting;
|
|
57527
58306
|
}
|
|
57528
58307
|
interface AnalysisGaugeChartConfiguration {
|
|
58308
|
+
/**
|
|
58309
|
+
* The color configuration of a `GaugeChartVisual` .
|
|
58310
|
+
*/
|
|
58311
|
+
colorConfiguration?: outputs.quicksight.AnalysisGaugeChartColorConfiguration;
|
|
57529
58312
|
/**
|
|
57530
58313
|
* The data label configuration of a `GaugeChartVisual` .
|
|
57531
58314
|
*/
|
|
@@ -57538,6 +58321,10 @@ export declare namespace quicksight {
|
|
|
57538
58321
|
* The options that determine the presentation of the `GaugeChartVisual` .
|
|
57539
58322
|
*/
|
|
57540
58323
|
gaugeChartOptions?: outputs.quicksight.AnalysisGaugeChartOptions;
|
|
58324
|
+
/**
|
|
58325
|
+
* The general visual interactions setup for a visual.
|
|
58326
|
+
*/
|
|
58327
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
57541
58328
|
/**
|
|
57542
58329
|
* The tooltip configuration of a `GaugeChartVisual` .
|
|
57543
58330
|
*/
|
|
@@ -57826,7 +58613,7 @@ export declare namespace quicksight {
|
|
|
57826
58613
|
shapeKeyField?: string;
|
|
57827
58614
|
}
|
|
57828
58615
|
interface AnalysisGeospatialLayerMapConfiguration {
|
|
57829
|
-
interactions?:
|
|
58616
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
57830
58617
|
legend?: outputs.quicksight.AnalysisLegendOptions;
|
|
57831
58618
|
/**
|
|
57832
58619
|
* The geospatial layers to visualize on the map.
|
|
@@ -57891,7 +58678,7 @@ export declare namespace quicksight {
|
|
|
57891
58678
|
/**
|
|
57892
58679
|
* The general visual interactions setup for a visual.
|
|
57893
58680
|
*/
|
|
57894
|
-
interactions?:
|
|
58681
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
57895
58682
|
/**
|
|
57896
58683
|
* The legend display setup of the visual.
|
|
57897
58684
|
*/
|
|
@@ -58227,6 +59014,10 @@ export declare namespace quicksight {
|
|
|
58227
59014
|
* The field wells of the visual.
|
|
58228
59015
|
*/
|
|
58229
59016
|
fieldWells?: outputs.quicksight.AnalysisHeatMapFieldWells;
|
|
59017
|
+
/**
|
|
59018
|
+
* The general visual interactions setup for a visual.
|
|
59019
|
+
*/
|
|
59020
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
58230
59021
|
/**
|
|
58231
59022
|
* The legend display setup of the visual.
|
|
58232
59023
|
*/
|
|
@@ -58335,6 +59126,10 @@ export declare namespace quicksight {
|
|
|
58335
59126
|
* The field well configuration of a histogram.
|
|
58336
59127
|
*/
|
|
58337
59128
|
fieldWells?: outputs.quicksight.AnalysisHistogramFieldWells;
|
|
59129
|
+
/**
|
|
59130
|
+
* The general visual interactions setup for a visual.
|
|
59131
|
+
*/
|
|
59132
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
58338
59133
|
/**
|
|
58339
59134
|
* The tooltip configuration of a histogram.
|
|
58340
59135
|
*/
|
|
@@ -58432,7 +59227,7 @@ export declare namespace quicksight {
|
|
|
58432
59227
|
/**
|
|
58433
59228
|
* The availability status of the image menu. If the value of this property is set to `ENABLED` , dashboard readers can interact with the image menu.
|
|
58434
59229
|
*/
|
|
58435
|
-
availabilityStatus?:
|
|
59230
|
+
availabilityStatus?: enums.quicksight.AnalysisDashboardBehavior;
|
|
58436
59231
|
}
|
|
58437
59232
|
interface AnalysisImageStaticFile {
|
|
58438
59233
|
/**
|
|
@@ -58459,6 +59254,10 @@ export declare namespace quicksight {
|
|
|
58459
59254
|
* The custom narrative of the insight visual.
|
|
58460
59255
|
*/
|
|
58461
59256
|
customNarrative?: outputs.quicksight.AnalysisCustomNarrativeOptions;
|
|
59257
|
+
/**
|
|
59258
|
+
* The general visual interactions setup for a visual.
|
|
59259
|
+
*/
|
|
59260
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
58462
59261
|
}
|
|
58463
59262
|
interface AnalysisInsightVisual {
|
|
58464
59263
|
/**
|
|
@@ -58607,6 +59406,10 @@ export declare namespace quicksight {
|
|
|
58607
59406
|
* The field well configuration of a KPI visual.
|
|
58608
59407
|
*/
|
|
58609
59408
|
fieldWells?: outputs.quicksight.AnalysisKpiFieldWells;
|
|
59409
|
+
/**
|
|
59410
|
+
* The general visual interactions setup for a visual.
|
|
59411
|
+
*/
|
|
59412
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
58610
59413
|
/**
|
|
58611
59414
|
* The options that determine the presentation of a KPI visual.
|
|
58612
59415
|
*/
|
|
@@ -58910,6 +59713,10 @@ export declare namespace quicksight {
|
|
|
58910
59713
|
* The forecast configuration of a line chart.
|
|
58911
59714
|
*/
|
|
58912
59715
|
forecastConfigurations?: outputs.quicksight.AnalysisForecastConfiguration[];
|
|
59716
|
+
/**
|
|
59717
|
+
* The general visual interactions setup for a visual.
|
|
59718
|
+
*/
|
|
59719
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
58913
59720
|
/**
|
|
58914
59721
|
* The legend configuration of a line chart.
|
|
58915
59722
|
*/
|
|
@@ -59935,6 +60742,10 @@ export declare namespace quicksight {
|
|
|
59935
60742
|
* The field wells of the visual.
|
|
59936
60743
|
*/
|
|
59937
60744
|
fieldWells?: outputs.quicksight.AnalysisPieChartFieldWells;
|
|
60745
|
+
/**
|
|
60746
|
+
* The general visual interactions setup for a visual.
|
|
60747
|
+
*/
|
|
60748
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
59938
60749
|
/**
|
|
59939
60750
|
* The legend display setup of the visual.
|
|
59940
60751
|
*/
|
|
@@ -60083,6 +60894,10 @@ export declare namespace quicksight {
|
|
|
60083
60894
|
* The field wells of the visual.
|
|
60084
60895
|
*/
|
|
60085
60896
|
fieldWells?: outputs.quicksight.AnalysisPivotTableFieldWells;
|
|
60897
|
+
/**
|
|
60898
|
+
* The general visual interactions setup for a visual.
|
|
60899
|
+
*/
|
|
60900
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
60086
60901
|
/**
|
|
60087
60902
|
* The paginated report options for a pivot table visual.
|
|
60088
60903
|
*/
|
|
@@ -60529,6 +61344,10 @@ export declare namespace quicksight {
|
|
|
60529
61344
|
* The field well configuration of a `RadarChartVisual` .
|
|
60530
61345
|
*/
|
|
60531
61346
|
fieldWells?: outputs.quicksight.AnalysisRadarChartFieldWells;
|
|
61347
|
+
/**
|
|
61348
|
+
* The general visual interactions setup for a visual.
|
|
61349
|
+
*/
|
|
61350
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
60532
61351
|
/**
|
|
60533
61352
|
* The legend display setup of the visual.
|
|
60534
61353
|
*/
|
|
@@ -60905,6 +61724,10 @@ export declare namespace quicksight {
|
|
|
60905
61724
|
* The field well configuration of a sankey diagram.
|
|
60906
61725
|
*/
|
|
60907
61726
|
fieldWells?: outputs.quicksight.AnalysisSankeyDiagramFieldWells;
|
|
61727
|
+
/**
|
|
61728
|
+
* The general visual interactions setup for a visual.
|
|
61729
|
+
*/
|
|
61730
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
60908
61731
|
/**
|
|
60909
61732
|
* The sort configuration of a sankey diagram.
|
|
60910
61733
|
*/
|
|
@@ -60991,10 +61814,18 @@ export declare namespace quicksight {
|
|
|
60991
61814
|
* The field wells of the visual.
|
|
60992
61815
|
*/
|
|
60993
61816
|
fieldWells?: outputs.quicksight.AnalysisScatterPlotFieldWells;
|
|
61817
|
+
/**
|
|
61818
|
+
* The general visual interactions setup for a visual.
|
|
61819
|
+
*/
|
|
61820
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
60994
61821
|
/**
|
|
60995
61822
|
* The legend display setup of the visual.
|
|
60996
61823
|
*/
|
|
60997
61824
|
legend?: outputs.quicksight.AnalysisLegendOptions;
|
|
61825
|
+
/**
|
|
61826
|
+
* The sort configuration of a scatter plot.
|
|
61827
|
+
*/
|
|
61828
|
+
sortConfiguration?: outputs.quicksight.AnalysisScatterPlotSortConfiguration;
|
|
60998
61829
|
/**
|
|
60999
61830
|
* The legend display setup of the visual.
|
|
61000
61831
|
*/
|
|
@@ -61030,6 +61861,9 @@ export declare namespace quicksight {
|
|
|
61030
61861
|
*/
|
|
61031
61862
|
scatterPlotUnaggregatedFieldWells?: outputs.quicksight.AnalysisScatterPlotUnaggregatedFieldWells;
|
|
61032
61863
|
}
|
|
61864
|
+
interface AnalysisScatterPlotSortConfiguration {
|
|
61865
|
+
scatterPlotLimitConfiguration?: outputs.quicksight.AnalysisItemsLimitConfiguration;
|
|
61866
|
+
}
|
|
61033
61867
|
interface AnalysisScatterPlotUnaggregatedFieldWells {
|
|
61034
61868
|
/**
|
|
61035
61869
|
* The category field well of a scatter plot.
|
|
@@ -61210,10 +62044,6 @@ export declare namespace quicksight {
|
|
|
61210
62044
|
* components, such as controls, filters, and so on.</p>
|
|
61211
62045
|
*/
|
|
61212
62046
|
interface AnalysisSheet {
|
|
61213
|
-
/**
|
|
61214
|
-
* A list of images on a sheet.
|
|
61215
|
-
*/
|
|
61216
|
-
images?: outputs.quicksight.AnalysisSheetImage[];
|
|
61217
62047
|
/**
|
|
61218
62048
|
* <p>The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight
|
|
61219
62049
|
* console.</p>
|
|
@@ -61778,6 +62608,10 @@ export declare namespace quicksight {
|
|
|
61778
62608
|
* The field wells of the visual.
|
|
61779
62609
|
*/
|
|
61780
62610
|
fieldWells?: outputs.quicksight.AnalysisTableFieldWells;
|
|
62611
|
+
/**
|
|
62612
|
+
* The general visual interactions setup for a visual.
|
|
62613
|
+
*/
|
|
62614
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
61781
62615
|
/**
|
|
61782
62616
|
* The paginated report options for a table visual.
|
|
61783
62617
|
*/
|
|
@@ -62074,6 +62908,10 @@ export declare namespace quicksight {
|
|
|
62074
62908
|
titleOptions?: outputs.quicksight.AnalysisLabelOptions;
|
|
62075
62909
|
}
|
|
62076
62910
|
interface AnalysisThousandSeparatorOptions {
|
|
62911
|
+
/**
|
|
62912
|
+
* Determines the way numbers are styled to accommodate different readability standards. The `DEFAULT` value uses the standard international grouping system and groups numbers by the thousands. The `LAKHS` value uses the Indian numbering system and groups numbers by lakhs and crores.
|
|
62913
|
+
*/
|
|
62914
|
+
groupingStyle?: enums.quicksight.AnalysisDigitGroupingStyle;
|
|
62077
62915
|
/**
|
|
62078
62916
|
* Determines the thousands separator symbol.
|
|
62079
62917
|
*/
|
|
@@ -62440,6 +63278,10 @@ export declare namespace quicksight {
|
|
|
62440
63278
|
* The label options (label text, label visibility) of the groups that are displayed in a tree map.
|
|
62441
63279
|
*/
|
|
62442
63280
|
groupLabelOptions?: outputs.quicksight.AnalysisChartAxisLabelOptions;
|
|
63281
|
+
/**
|
|
63282
|
+
* The general visual interactions setup for a visual.
|
|
63283
|
+
*/
|
|
63284
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
62443
63285
|
/**
|
|
62444
63286
|
* The legend display setup of the visual.
|
|
62445
63287
|
*/
|
|
@@ -62745,6 +63587,22 @@ export declare namespace quicksight {
|
|
|
62745
63587
|
*/
|
|
62746
63588
|
urlOperation?: outputs.quicksight.AnalysisCustomActionUrlOperation;
|
|
62747
63589
|
}
|
|
63590
|
+
interface AnalysisVisualInteractionOptions {
|
|
63591
|
+
/**
|
|
63592
|
+
* The context menu options for a visual.
|
|
63593
|
+
*/
|
|
63594
|
+
contextMenuOption?: outputs.quicksight.AnalysisContextMenuOption;
|
|
63595
|
+
/**
|
|
63596
|
+
* The on-visual menu options for a visual.
|
|
63597
|
+
*/
|
|
63598
|
+
visualMenuOption?: outputs.quicksight.AnalysisVisualMenuOption;
|
|
63599
|
+
}
|
|
63600
|
+
interface AnalysisVisualMenuOption {
|
|
63601
|
+
/**
|
|
63602
|
+
* The availaiblity status of a visual's menu options.
|
|
63603
|
+
*/
|
|
63604
|
+
availabilityStatus?: enums.quicksight.AnalysisDashboardBehavior;
|
|
63605
|
+
}
|
|
62748
63606
|
interface AnalysisVisualPalette {
|
|
62749
63607
|
/**
|
|
62750
63608
|
* The chart color options for the visual palette.
|
|
@@ -62816,6 +63674,10 @@ export declare namespace quicksight {
|
|
|
62816
63674
|
* The field well configuration of a waterfall visual.
|
|
62817
63675
|
*/
|
|
62818
63676
|
fieldWells?: outputs.quicksight.AnalysisWaterfallChartFieldWells;
|
|
63677
|
+
/**
|
|
63678
|
+
* The general visual interactions setup for a visual.
|
|
63679
|
+
*/
|
|
63680
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
62819
63681
|
/**
|
|
62820
63682
|
* The legend configuration of a waterfall visual.
|
|
62821
63683
|
*/
|
|
@@ -62950,6 +63812,10 @@ export declare namespace quicksight {
|
|
|
62950
63812
|
* The field wells of the visual.
|
|
62951
63813
|
*/
|
|
62952
63814
|
fieldWells?: outputs.quicksight.AnalysisWordCloudFieldWells;
|
|
63815
|
+
/**
|
|
63816
|
+
* The general visual interactions setup for a visual.
|
|
63817
|
+
*/
|
|
63818
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
62953
63819
|
/**
|
|
62954
63820
|
* The sort configuration of a word cloud visual.
|
|
62955
63821
|
*/
|
|
@@ -63404,6 +64270,10 @@ export declare namespace quicksight {
|
|
|
63404
64270
|
* The field wells of the visual.
|
|
63405
64271
|
*/
|
|
63406
64272
|
fieldWells?: outputs.quicksight.DashboardBarChartFieldWells;
|
|
64273
|
+
/**
|
|
64274
|
+
* The general visual interactions setup for a visual.
|
|
64275
|
+
*/
|
|
64276
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
63407
64277
|
/**
|
|
63408
64278
|
* The legend display setup of the visual.
|
|
63409
64279
|
*/
|
|
@@ -63531,6 +64401,10 @@ export declare namespace quicksight {
|
|
|
63531
64401
|
* The configuration of a page break for a section.
|
|
63532
64402
|
*/
|
|
63533
64403
|
pageBreakConfiguration?: outputs.quicksight.DashboardSectionPageBreakConfiguration;
|
|
64404
|
+
/**
|
|
64405
|
+
* Describes the configurations that are required to declare a section as repeating.
|
|
64406
|
+
*/
|
|
64407
|
+
repeatConfiguration?: outputs.quicksight.DashboardBodySectionRepeatConfiguration;
|
|
63534
64408
|
/**
|
|
63535
64409
|
* The unique identifier of a body section.
|
|
63536
64410
|
*/
|
|
@@ -63546,6 +64420,55 @@ export declare namespace quicksight {
|
|
|
63546
64420
|
*/
|
|
63547
64421
|
layout?: outputs.quicksight.DashboardSectionLayoutConfiguration;
|
|
63548
64422
|
}
|
|
64423
|
+
interface DashboardBodySectionDynamicCategoryDimensionConfiguration {
|
|
64424
|
+
column: outputs.quicksight.DashboardColumnIdentifier;
|
|
64425
|
+
/**
|
|
64426
|
+
* Number of values to use from the column for repetition.
|
|
64427
|
+
*/
|
|
64428
|
+
limit?: number;
|
|
64429
|
+
/**
|
|
64430
|
+
* Sort criteria on the column values that you use for repetition.
|
|
64431
|
+
*/
|
|
64432
|
+
sortByMetrics?: outputs.quicksight.DashboardColumnSort[];
|
|
64433
|
+
}
|
|
64434
|
+
interface DashboardBodySectionDynamicNumericDimensionConfiguration {
|
|
64435
|
+
column: outputs.quicksight.DashboardColumnIdentifier;
|
|
64436
|
+
/**
|
|
64437
|
+
* Number of values to use from the column for repetition.
|
|
64438
|
+
*/
|
|
64439
|
+
limit?: number;
|
|
64440
|
+
/**
|
|
64441
|
+
* Sort criteria on the column values that you use for repetition.
|
|
64442
|
+
*/
|
|
64443
|
+
sortByMetrics?: outputs.quicksight.DashboardColumnSort[];
|
|
64444
|
+
}
|
|
64445
|
+
interface DashboardBodySectionRepeatConfiguration {
|
|
64446
|
+
/**
|
|
64447
|
+
* List of `BodySectionRepeatDimensionConfiguration` values that describe the dataset column and constraints for the column used to repeat the contents of a section.
|
|
64448
|
+
*/
|
|
64449
|
+
dimensionConfigurations?: outputs.quicksight.DashboardBodySectionRepeatDimensionConfiguration[];
|
|
64450
|
+
/**
|
|
64451
|
+
* List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.
|
|
64452
|
+
*/
|
|
64453
|
+
nonRepeatingVisuals?: string[];
|
|
64454
|
+
/**
|
|
64455
|
+
* Page break configuration to apply for each repeating instance.
|
|
64456
|
+
*/
|
|
64457
|
+
pageBreakConfiguration?: outputs.quicksight.DashboardBodySectionRepeatPageBreakConfiguration;
|
|
64458
|
+
}
|
|
64459
|
+
interface DashboardBodySectionRepeatDimensionConfiguration {
|
|
64460
|
+
/**
|
|
64461
|
+
* Describes the *Category* dataset column and constraints around the dynamic values that will be used in repeating the section contents.
|
|
64462
|
+
*/
|
|
64463
|
+
dynamicCategoryDimensionConfiguration?: outputs.quicksight.DashboardBodySectionDynamicCategoryDimensionConfiguration;
|
|
64464
|
+
/**
|
|
64465
|
+
* Describes the *Numeric* dataset column and constraints around the dynamic values used to repeat the contents of a section.
|
|
64466
|
+
*/
|
|
64467
|
+
dynamicNumericDimensionConfiguration?: outputs.quicksight.DashboardBodySectionDynamicNumericDimensionConfiguration;
|
|
64468
|
+
}
|
|
64469
|
+
interface DashboardBodySectionRepeatPageBreakConfiguration {
|
|
64470
|
+
after?: outputs.quicksight.DashboardSectionAfterPageBreak;
|
|
64471
|
+
}
|
|
63549
64472
|
interface DashboardBoxPlotAggregatedFieldWells {
|
|
63550
64473
|
/**
|
|
63551
64474
|
* The group by field well of a box plot chart. Values are grouped based on group by fields.
|
|
@@ -63573,6 +64496,10 @@ export declare namespace quicksight {
|
|
|
63573
64496
|
* The field wells of the visual.
|
|
63574
64497
|
*/
|
|
63575
64498
|
fieldWells?: outputs.quicksight.DashboardBoxPlotFieldWells;
|
|
64499
|
+
/**
|
|
64500
|
+
* The general visual interactions setup for a visual.
|
|
64501
|
+
*/
|
|
64502
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
63576
64503
|
legend?: outputs.quicksight.DashboardLegendOptions;
|
|
63577
64504
|
/**
|
|
63578
64505
|
* The label display options (grid line, range, scale, axis step) of a box plot category.
|
|
@@ -63961,6 +64888,10 @@ export declare namespace quicksight {
|
|
|
63961
64888
|
* The field wells of the visual.
|
|
63962
64889
|
*/
|
|
63963
64890
|
fieldWells?: outputs.quicksight.DashboardComboChartFieldWells;
|
|
64891
|
+
/**
|
|
64892
|
+
* The general visual interactions setup for a visual.
|
|
64893
|
+
*/
|
|
64894
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
63964
64895
|
/**
|
|
63965
64896
|
* The legend display setup of the visual.
|
|
63966
64897
|
*/
|
|
@@ -64209,6 +65140,12 @@ export declare namespace quicksight {
|
|
|
64209
65140
|
*/
|
|
64210
65141
|
expression: string;
|
|
64211
65142
|
}
|
|
65143
|
+
interface DashboardContextMenuOption {
|
|
65144
|
+
/**
|
|
65145
|
+
* The availability status of the context menu options. If the value of this property is set to `ENABLED` , dashboard readers can interact with the context menu.
|
|
65146
|
+
*/
|
|
65147
|
+
availabilityStatus?: enums.quicksight.DashboardBehavior;
|
|
65148
|
+
}
|
|
64212
65149
|
interface DashboardContributionAnalysisDefault {
|
|
64213
65150
|
/**
|
|
64214
65151
|
* The dimensions columns that are used in the contribution analysis, usually a list of `ColumnIdentifiers` .
|
|
@@ -64318,6 +65255,10 @@ export declare namespace quicksight {
|
|
|
64318
65255
|
* The sizing options for the size of the custom content visual. This structure is required when the `ContentType` of the visual is `'IMAGE'` .
|
|
64319
65256
|
*/
|
|
64320
65257
|
imageScaling?: enums.quicksight.DashboardCustomContentImageScalingConfiguration;
|
|
65258
|
+
/**
|
|
65259
|
+
* The general visual interactions setup for a visual.
|
|
65260
|
+
*/
|
|
65261
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
64321
65262
|
}
|
|
64322
65263
|
interface DashboardCustomContentVisual {
|
|
64323
65264
|
/**
|
|
@@ -64782,10 +65723,18 @@ export declare namespace quicksight {
|
|
|
64782
65723
|
valueWhenUnset?: outputs.quicksight.DashboardDateTimeValueWhenUnsetConfiguration;
|
|
64783
65724
|
}
|
|
64784
65725
|
interface DashboardDateTimePickerControlDisplayOptions {
|
|
65726
|
+
/**
|
|
65727
|
+
* The date icon visibility of the `DateTimePickerControlDisplayOptions` .
|
|
65728
|
+
*/
|
|
65729
|
+
dateIconVisibility?: enums.quicksight.DashboardVisibility;
|
|
64785
65730
|
/**
|
|
64786
65731
|
* Customize how dates are formatted in controls.
|
|
64787
65732
|
*/
|
|
64788
65733
|
dateTimeFormat?: string;
|
|
65734
|
+
/**
|
|
65735
|
+
* The helper text visibility of the `DateTimePickerControlDisplayOptions` .
|
|
65736
|
+
*/
|
|
65737
|
+
helperTextVisibility?: enums.quicksight.DashboardVisibility;
|
|
64789
65738
|
/**
|
|
64790
65739
|
* The configuration of info icon label options.
|
|
64791
65740
|
*/
|
|
@@ -65366,6 +66315,10 @@ export declare namespace quicksight {
|
|
|
65366
66315
|
* The field wells of the visual.
|
|
65367
66316
|
*/
|
|
65368
66317
|
fieldWells?: outputs.quicksight.DashboardFilledMapFieldWells;
|
|
66318
|
+
/**
|
|
66319
|
+
* The general visual interactions setup for a visual.
|
|
66320
|
+
*/
|
|
66321
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
65369
66322
|
/**
|
|
65370
66323
|
* The legend display setup of the visual.
|
|
65371
66324
|
*/
|
|
@@ -65825,6 +66778,10 @@ export declare namespace quicksight {
|
|
|
65825
66778
|
* Determines the appearance of decorative lines on the text.
|
|
65826
66779
|
*/
|
|
65827
66780
|
fontDecoration?: enums.quicksight.DashboardFontDecoration;
|
|
66781
|
+
/**
|
|
66782
|
+
* The font family that you want to use.
|
|
66783
|
+
*/
|
|
66784
|
+
fontFamily?: string;
|
|
65828
66785
|
/**
|
|
65829
66786
|
* The option that determines the text display size.
|
|
65830
66787
|
*/
|
|
@@ -66055,6 +67012,10 @@ export declare namespace quicksight {
|
|
|
66055
67012
|
* The field well configuration of a `FunnelChartVisual` .
|
|
66056
67013
|
*/
|
|
66057
67014
|
fieldWells?: outputs.quicksight.DashboardFunnelChartFieldWells;
|
|
67015
|
+
/**
|
|
67016
|
+
* The general visual interactions setup for a visual.
|
|
67017
|
+
*/
|
|
67018
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
66058
67019
|
/**
|
|
66059
67020
|
* The sort configuration of a `FunnelChartVisual` .
|
|
66060
67021
|
*/
|
|
@@ -66156,6 +67117,16 @@ export declare namespace quicksight {
|
|
|
66156
67117
|
*/
|
|
66157
67118
|
foregroundColor?: outputs.quicksight.DashboardConditionalFormattingColor;
|
|
66158
67119
|
}
|
|
67120
|
+
interface DashboardGaugeChartColorConfiguration {
|
|
67121
|
+
/**
|
|
67122
|
+
* The background color configuration of a `GaugeChartVisual` .
|
|
67123
|
+
*/
|
|
67124
|
+
backgroundColor?: string;
|
|
67125
|
+
/**
|
|
67126
|
+
* The foreground color configuration of a `GaugeChartVisual` .
|
|
67127
|
+
*/
|
|
67128
|
+
foregroundColor?: string;
|
|
67129
|
+
}
|
|
66159
67130
|
interface DashboardGaugeChartConditionalFormatting {
|
|
66160
67131
|
/**
|
|
66161
67132
|
* Conditional formatting options of a `GaugeChartVisual` .
|
|
@@ -66173,6 +67144,10 @@ export declare namespace quicksight {
|
|
|
66173
67144
|
primaryValue?: outputs.quicksight.DashboardGaugeChartPrimaryValueConditionalFormatting;
|
|
66174
67145
|
}
|
|
66175
67146
|
interface DashboardGaugeChartConfiguration {
|
|
67147
|
+
/**
|
|
67148
|
+
* The color configuration of a `GaugeChartVisual` .
|
|
67149
|
+
*/
|
|
67150
|
+
colorConfiguration?: outputs.quicksight.DashboardGaugeChartColorConfiguration;
|
|
66176
67151
|
/**
|
|
66177
67152
|
* The data label configuration of a `GaugeChartVisual` .
|
|
66178
67153
|
*/
|
|
@@ -66185,6 +67160,10 @@ export declare namespace quicksight {
|
|
|
66185
67160
|
* The options that determine the presentation of the `GaugeChartVisual` .
|
|
66186
67161
|
*/
|
|
66187
67162
|
gaugeChartOptions?: outputs.quicksight.DashboardGaugeChartOptions;
|
|
67163
|
+
/**
|
|
67164
|
+
* The general visual interactions setup for a visual.
|
|
67165
|
+
*/
|
|
67166
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
66188
67167
|
/**
|
|
66189
67168
|
* The tooltip configuration of a `GaugeChartVisual` .
|
|
66190
67169
|
*/
|
|
@@ -66473,7 +67452,7 @@ export declare namespace quicksight {
|
|
|
66473
67452
|
shapeKeyField?: string;
|
|
66474
67453
|
}
|
|
66475
67454
|
interface DashboardGeospatialLayerMapConfiguration {
|
|
66476
|
-
interactions?:
|
|
67455
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
66477
67456
|
legend?: outputs.quicksight.DashboardLegendOptions;
|
|
66478
67457
|
/**
|
|
66479
67458
|
* The geospatial layers to visualize on the map.
|
|
@@ -66538,7 +67517,7 @@ export declare namespace quicksight {
|
|
|
66538
67517
|
/**
|
|
66539
67518
|
* The general visual interactions setup for a visual.
|
|
66540
67519
|
*/
|
|
66541
|
-
interactions?:
|
|
67520
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
66542
67521
|
/**
|
|
66543
67522
|
* The legend display setup of the visual.
|
|
66544
67523
|
*/
|
|
@@ -66874,6 +67853,10 @@ export declare namespace quicksight {
|
|
|
66874
67853
|
* The field wells of the visual.
|
|
66875
67854
|
*/
|
|
66876
67855
|
fieldWells?: outputs.quicksight.DashboardHeatMapFieldWells;
|
|
67856
|
+
/**
|
|
67857
|
+
* The general visual interactions setup for a visual.
|
|
67858
|
+
*/
|
|
67859
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
66877
67860
|
/**
|
|
66878
67861
|
* The legend display setup of the visual.
|
|
66879
67862
|
*/
|
|
@@ -66982,6 +67965,10 @@ export declare namespace quicksight {
|
|
|
66982
67965
|
* The field well configuration of a histogram.
|
|
66983
67966
|
*/
|
|
66984
67967
|
fieldWells?: outputs.quicksight.DashboardHistogramFieldWells;
|
|
67968
|
+
/**
|
|
67969
|
+
* The general visual interactions setup for a visual.
|
|
67970
|
+
*/
|
|
67971
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
66985
67972
|
/**
|
|
66986
67973
|
* The tooltip configuration of a histogram.
|
|
66987
67974
|
*/
|
|
@@ -67106,6 +68093,10 @@ export declare namespace quicksight {
|
|
|
67106
68093
|
* The custom narrative of the insight visual.
|
|
67107
68094
|
*/
|
|
67108
68095
|
customNarrative?: outputs.quicksight.DashboardCustomNarrativeOptions;
|
|
68096
|
+
/**
|
|
68097
|
+
* The general visual interactions setup for a visual.
|
|
68098
|
+
*/
|
|
68099
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
67109
68100
|
}
|
|
67110
68101
|
interface DashboardInsightVisual {
|
|
67111
68102
|
/**
|
|
@@ -67254,6 +68245,10 @@ export declare namespace quicksight {
|
|
|
67254
68245
|
* The field well configuration of a KPI visual.
|
|
67255
68246
|
*/
|
|
67256
68247
|
fieldWells?: outputs.quicksight.DashboardKpiFieldWells;
|
|
68248
|
+
/**
|
|
68249
|
+
* The general visual interactions setup for a visual.
|
|
68250
|
+
*/
|
|
68251
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
67257
68252
|
/**
|
|
67258
68253
|
* The options that determine the presentation of a KPI visual.
|
|
67259
68254
|
*/
|
|
@@ -67557,6 +68552,10 @@ export declare namespace quicksight {
|
|
|
67557
68552
|
* The forecast configuration of a line chart.
|
|
67558
68553
|
*/
|
|
67559
68554
|
forecastConfigurations?: outputs.quicksight.DashboardForecastConfiguration[];
|
|
68555
|
+
/**
|
|
68556
|
+
* The general visual interactions setup for a visual.
|
|
68557
|
+
*/
|
|
68558
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
67560
68559
|
/**
|
|
67561
68560
|
* The legend configuration of a line chart.
|
|
67562
68561
|
*/
|
|
@@ -68588,6 +69587,10 @@ export declare namespace quicksight {
|
|
|
68588
69587
|
* The field wells of the visual.
|
|
68589
69588
|
*/
|
|
68590
69589
|
fieldWells?: outputs.quicksight.DashboardPieChartFieldWells;
|
|
69590
|
+
/**
|
|
69591
|
+
* The general visual interactions setup for a visual.
|
|
69592
|
+
*/
|
|
69593
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
68591
69594
|
/**
|
|
68592
69595
|
* The legend display setup of the visual.
|
|
68593
69596
|
*/
|
|
@@ -68736,6 +69739,10 @@ export declare namespace quicksight {
|
|
|
68736
69739
|
* The field wells of the visual.
|
|
68737
69740
|
*/
|
|
68738
69741
|
fieldWells?: outputs.quicksight.DashboardPivotTableFieldWells;
|
|
69742
|
+
/**
|
|
69743
|
+
* The general visual interactions setup for a visual.
|
|
69744
|
+
*/
|
|
69745
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
68739
69746
|
/**
|
|
68740
69747
|
* The paginated report options for a pivot table visual.
|
|
68741
69748
|
*/
|
|
@@ -69158,7 +70165,7 @@ export declare namespace quicksight {
|
|
|
69158
70165
|
/**
|
|
69159
70166
|
* The menu options of a visual in a dashboard.
|
|
69160
70167
|
*/
|
|
69161
|
-
visualMenuOption?:
|
|
70168
|
+
visualMenuOption?: outputs.quicksight.DashboardVisualMenuOption;
|
|
69162
70169
|
/**
|
|
69163
70170
|
* The visual publish options of a visual in a dashboard.
|
|
69164
70171
|
*/
|
|
@@ -69225,6 +70232,10 @@ export declare namespace quicksight {
|
|
|
69225
70232
|
* The field well configuration of a `RadarChartVisual` .
|
|
69226
70233
|
*/
|
|
69227
70234
|
fieldWells?: outputs.quicksight.DashboardRadarChartFieldWells;
|
|
70235
|
+
/**
|
|
70236
|
+
* The general visual interactions setup for a visual.
|
|
70237
|
+
*/
|
|
70238
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
69228
70239
|
/**
|
|
69229
70240
|
* The legend display setup of the visual.
|
|
69230
70241
|
*/
|
|
@@ -69601,6 +70612,10 @@ export declare namespace quicksight {
|
|
|
69601
70612
|
* The field well configuration of a sankey diagram.
|
|
69602
70613
|
*/
|
|
69603
70614
|
fieldWells?: outputs.quicksight.DashboardSankeyDiagramFieldWells;
|
|
70615
|
+
/**
|
|
70616
|
+
* The general visual interactions setup for a visual.
|
|
70617
|
+
*/
|
|
70618
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
69604
70619
|
/**
|
|
69605
70620
|
* The sort configuration of a sankey diagram.
|
|
69606
70621
|
*/
|
|
@@ -69687,10 +70702,18 @@ export declare namespace quicksight {
|
|
|
69687
70702
|
* The field wells of the visual.
|
|
69688
70703
|
*/
|
|
69689
70704
|
fieldWells?: outputs.quicksight.DashboardScatterPlotFieldWells;
|
|
70705
|
+
/**
|
|
70706
|
+
* The general visual interactions setup for a visual.
|
|
70707
|
+
*/
|
|
70708
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
69690
70709
|
/**
|
|
69691
70710
|
* The legend display setup of the visual.
|
|
69692
70711
|
*/
|
|
69693
70712
|
legend?: outputs.quicksight.DashboardLegendOptions;
|
|
70713
|
+
/**
|
|
70714
|
+
* The sort configuration of a scatter plot.
|
|
70715
|
+
*/
|
|
70716
|
+
sortConfiguration?: outputs.quicksight.DashboardScatterPlotSortConfiguration;
|
|
69694
70717
|
/**
|
|
69695
70718
|
* The legend display setup of the visual.
|
|
69696
70719
|
*/
|
|
@@ -69726,6 +70749,9 @@ export declare namespace quicksight {
|
|
|
69726
70749
|
*/
|
|
69727
70750
|
scatterPlotUnaggregatedFieldWells?: outputs.quicksight.DashboardScatterPlotUnaggregatedFieldWells;
|
|
69728
70751
|
}
|
|
70752
|
+
interface DashboardScatterPlotSortConfiguration {
|
|
70753
|
+
scatterPlotLimitConfiguration?: outputs.quicksight.DashboardItemsLimitConfiguration;
|
|
70754
|
+
}
|
|
69729
70755
|
interface DashboardScatterPlotUnaggregatedFieldWells {
|
|
69730
70756
|
/**
|
|
69731
70757
|
* The category field well of a scatter plot.
|
|
@@ -69906,10 +70932,6 @@ export declare namespace quicksight {
|
|
|
69906
70932
|
* components, such as controls, filters, and so on.</p>
|
|
69907
70933
|
*/
|
|
69908
70934
|
interface DashboardSheet {
|
|
69909
|
-
/**
|
|
69910
|
-
* A list of images on a sheet.
|
|
69911
|
-
*/
|
|
69912
|
-
images?: outputs.quicksight.DashboardSheetImage[];
|
|
69913
70935
|
/**
|
|
69914
70936
|
* <p>The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight
|
|
69915
70937
|
* console.</p>
|
|
@@ -70492,6 +71514,10 @@ export declare namespace quicksight {
|
|
|
70492
71514
|
* The field wells of the visual.
|
|
70493
71515
|
*/
|
|
70494
71516
|
fieldWells?: outputs.quicksight.DashboardTableFieldWells;
|
|
71517
|
+
/**
|
|
71518
|
+
* The general visual interactions setup for a visual.
|
|
71519
|
+
*/
|
|
71520
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
70495
71521
|
/**
|
|
70496
71522
|
* The paginated report options for a table visual.
|
|
70497
71523
|
*/
|
|
@@ -70788,6 +71814,10 @@ export declare namespace quicksight {
|
|
|
70788
71814
|
titleOptions?: outputs.quicksight.DashboardLabelOptions;
|
|
70789
71815
|
}
|
|
70790
71816
|
interface DashboardThousandSeparatorOptions {
|
|
71817
|
+
/**
|
|
71818
|
+
* Determines the way numbers are styled to accommodate different readability standards. The `DEFAULT` value uses the standard international grouping system and groups numbers by the thousands. The `LAKHS` value uses the Indian numbering system and groups numbers by lakhs and crores.
|
|
71819
|
+
*/
|
|
71820
|
+
groupingStyle?: enums.quicksight.DashboardDigitGroupingStyle;
|
|
70791
71821
|
/**
|
|
70792
71822
|
* Determines the thousands separator symbol.
|
|
70793
71823
|
*/
|
|
@@ -71154,6 +72184,10 @@ export declare namespace quicksight {
|
|
|
71154
72184
|
* The label options (label text, label visibility) of the groups that are displayed in a tree map.
|
|
71155
72185
|
*/
|
|
71156
72186
|
groupLabelOptions?: outputs.quicksight.DashboardChartAxisLabelOptions;
|
|
72187
|
+
/**
|
|
72188
|
+
* The general visual interactions setup for a visual.
|
|
72189
|
+
*/
|
|
72190
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
71157
72191
|
/**
|
|
71158
72192
|
* The legend display setup of the visual.
|
|
71159
72193
|
*/
|
|
@@ -71550,6 +72584,22 @@ export declare namespace quicksight {
|
|
|
71550
72584
|
*/
|
|
71551
72585
|
urlOperation?: outputs.quicksight.DashboardCustomActionUrlOperation;
|
|
71552
72586
|
}
|
|
72587
|
+
interface DashboardVisualInteractionOptions {
|
|
72588
|
+
/**
|
|
72589
|
+
* The context menu options for a visual.
|
|
72590
|
+
*/
|
|
72591
|
+
contextMenuOption?: outputs.quicksight.DashboardContextMenuOption;
|
|
72592
|
+
/**
|
|
72593
|
+
* The on-visual menu options for a visual.
|
|
72594
|
+
*/
|
|
72595
|
+
visualMenuOption?: outputs.quicksight.DashboardVisualMenuOption;
|
|
72596
|
+
}
|
|
72597
|
+
interface DashboardVisualMenuOption {
|
|
72598
|
+
/**
|
|
72599
|
+
* The availaiblity status of a visual's menu options.
|
|
72600
|
+
*/
|
|
72601
|
+
availabilityStatus?: enums.quicksight.DashboardBehavior;
|
|
72602
|
+
}
|
|
71553
72603
|
interface DashboardVisualPalette {
|
|
71554
72604
|
/**
|
|
71555
72605
|
* The chart color options for the visual palette.
|
|
@@ -71630,6 +72680,10 @@ export declare namespace quicksight {
|
|
|
71630
72680
|
* The field well configuration of a waterfall visual.
|
|
71631
72681
|
*/
|
|
71632
72682
|
fieldWells?: outputs.quicksight.DashboardWaterfallChartFieldWells;
|
|
72683
|
+
/**
|
|
72684
|
+
* The general visual interactions setup for a visual.
|
|
72685
|
+
*/
|
|
72686
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
71633
72687
|
/**
|
|
71634
72688
|
* The legend configuration of a waterfall visual.
|
|
71635
72689
|
*/
|
|
@@ -71764,6 +72818,10 @@ export declare namespace quicksight {
|
|
|
71764
72818
|
* The field wells of the visual.
|
|
71765
72819
|
*/
|
|
71766
72820
|
fieldWells?: outputs.quicksight.DashboardWordCloudFieldWells;
|
|
72821
|
+
/**
|
|
72822
|
+
* The general visual interactions setup for a visual.
|
|
72823
|
+
*/
|
|
72824
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
71767
72825
|
/**
|
|
71768
72826
|
* The sort configuration of a word cloud visual.
|
|
71769
72827
|
*/
|
|
@@ -73615,6 +74673,10 @@ export declare namespace quicksight {
|
|
|
73615
74673
|
* The field wells of the visual.
|
|
73616
74674
|
*/
|
|
73617
74675
|
fieldWells?: outputs.quicksight.TemplateBarChartFieldWells;
|
|
74676
|
+
/**
|
|
74677
|
+
* The general visual interactions setup for a visual.
|
|
74678
|
+
*/
|
|
74679
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
73618
74680
|
/**
|
|
73619
74681
|
* The legend display setup of the visual.
|
|
73620
74682
|
*/
|
|
@@ -73742,6 +74804,10 @@ export declare namespace quicksight {
|
|
|
73742
74804
|
* The configuration of a page break for a section.
|
|
73743
74805
|
*/
|
|
73744
74806
|
pageBreakConfiguration?: outputs.quicksight.TemplateSectionPageBreakConfiguration;
|
|
74807
|
+
/**
|
|
74808
|
+
* Describes the configurations that are required to declare a section as repeating.
|
|
74809
|
+
*/
|
|
74810
|
+
repeatConfiguration?: outputs.quicksight.TemplateBodySectionRepeatConfiguration;
|
|
73745
74811
|
/**
|
|
73746
74812
|
* The unique identifier of a body section.
|
|
73747
74813
|
*/
|
|
@@ -73757,6 +74823,55 @@ export declare namespace quicksight {
|
|
|
73757
74823
|
*/
|
|
73758
74824
|
layout?: outputs.quicksight.TemplateSectionLayoutConfiguration;
|
|
73759
74825
|
}
|
|
74826
|
+
interface TemplateBodySectionDynamicCategoryDimensionConfiguration {
|
|
74827
|
+
column: outputs.quicksight.TemplateColumnIdentifier;
|
|
74828
|
+
/**
|
|
74829
|
+
* Number of values to use from the column for repetition.
|
|
74830
|
+
*/
|
|
74831
|
+
limit?: number;
|
|
74832
|
+
/**
|
|
74833
|
+
* Sort criteria on the column values that you use for repetition.
|
|
74834
|
+
*/
|
|
74835
|
+
sortByMetrics?: outputs.quicksight.TemplateColumnSort[];
|
|
74836
|
+
}
|
|
74837
|
+
interface TemplateBodySectionDynamicNumericDimensionConfiguration {
|
|
74838
|
+
column: outputs.quicksight.TemplateColumnIdentifier;
|
|
74839
|
+
/**
|
|
74840
|
+
* Number of values to use from the column for repetition.
|
|
74841
|
+
*/
|
|
74842
|
+
limit?: number;
|
|
74843
|
+
/**
|
|
74844
|
+
* Sort criteria on the column values that you use for repetition.
|
|
74845
|
+
*/
|
|
74846
|
+
sortByMetrics?: outputs.quicksight.TemplateColumnSort[];
|
|
74847
|
+
}
|
|
74848
|
+
interface TemplateBodySectionRepeatConfiguration {
|
|
74849
|
+
/**
|
|
74850
|
+
* List of `BodySectionRepeatDimensionConfiguration` values that describe the dataset column and constraints for the column used to repeat the contents of a section.
|
|
74851
|
+
*/
|
|
74852
|
+
dimensionConfigurations?: outputs.quicksight.TemplateBodySectionRepeatDimensionConfiguration[];
|
|
74853
|
+
/**
|
|
74854
|
+
* List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.
|
|
74855
|
+
*/
|
|
74856
|
+
nonRepeatingVisuals?: string[];
|
|
74857
|
+
/**
|
|
74858
|
+
* Page break configuration to apply for each repeating instance.
|
|
74859
|
+
*/
|
|
74860
|
+
pageBreakConfiguration?: outputs.quicksight.TemplateBodySectionRepeatPageBreakConfiguration;
|
|
74861
|
+
}
|
|
74862
|
+
interface TemplateBodySectionRepeatDimensionConfiguration {
|
|
74863
|
+
/**
|
|
74864
|
+
* Describes the *Category* dataset column and constraints around the dynamic values that will be used in repeating the section contents.
|
|
74865
|
+
*/
|
|
74866
|
+
dynamicCategoryDimensionConfiguration?: outputs.quicksight.TemplateBodySectionDynamicCategoryDimensionConfiguration;
|
|
74867
|
+
/**
|
|
74868
|
+
* Describes the *Numeric* dataset column and constraints around the dynamic values used to repeat the contents of a section.
|
|
74869
|
+
*/
|
|
74870
|
+
dynamicNumericDimensionConfiguration?: outputs.quicksight.TemplateBodySectionDynamicNumericDimensionConfiguration;
|
|
74871
|
+
}
|
|
74872
|
+
interface TemplateBodySectionRepeatPageBreakConfiguration {
|
|
74873
|
+
after?: outputs.quicksight.TemplateSectionAfterPageBreak;
|
|
74874
|
+
}
|
|
73760
74875
|
interface TemplateBoxPlotAggregatedFieldWells {
|
|
73761
74876
|
/**
|
|
73762
74877
|
* The group by field well of a box plot chart. Values are grouped based on group by fields.
|
|
@@ -73784,6 +74899,10 @@ export declare namespace quicksight {
|
|
|
73784
74899
|
* The field wells of the visual.
|
|
73785
74900
|
*/
|
|
73786
74901
|
fieldWells?: outputs.quicksight.TemplateBoxPlotFieldWells;
|
|
74902
|
+
/**
|
|
74903
|
+
* The general visual interactions setup for a visual.
|
|
74904
|
+
*/
|
|
74905
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
73787
74906
|
legend?: outputs.quicksight.TemplateLegendOptions;
|
|
73788
74907
|
/**
|
|
73789
74908
|
* The label display options (grid line, range, scale, axis step) of a box plot category.
|
|
@@ -74211,6 +75330,10 @@ export declare namespace quicksight {
|
|
|
74211
75330
|
* The field wells of the visual.
|
|
74212
75331
|
*/
|
|
74213
75332
|
fieldWells?: outputs.quicksight.TemplateComboChartFieldWells;
|
|
75333
|
+
/**
|
|
75334
|
+
* The general visual interactions setup for a visual.
|
|
75335
|
+
*/
|
|
75336
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
74214
75337
|
/**
|
|
74215
75338
|
* The legend display setup of the visual.
|
|
74216
75339
|
*/
|
|
@@ -74459,6 +75582,12 @@ export declare namespace quicksight {
|
|
|
74459
75582
|
*/
|
|
74460
75583
|
expression: string;
|
|
74461
75584
|
}
|
|
75585
|
+
interface TemplateContextMenuOption {
|
|
75586
|
+
/**
|
|
75587
|
+
* The availability status of the context menu options. If the value of this property is set to `ENABLED` , dashboard readers can interact with the context menu.
|
|
75588
|
+
*/
|
|
75589
|
+
availabilityStatus?: enums.quicksight.TemplateDashboardBehavior;
|
|
75590
|
+
}
|
|
74462
75591
|
interface TemplateContributionAnalysisDefault {
|
|
74463
75592
|
/**
|
|
74464
75593
|
* The dimensions columns that are used in the contribution analysis, usually a list of `ColumnIdentifiers` .
|
|
@@ -74568,6 +75697,10 @@ export declare namespace quicksight {
|
|
|
74568
75697
|
* The sizing options for the size of the custom content visual. This structure is required when the `ContentType` of the visual is `'IMAGE'` .
|
|
74569
75698
|
*/
|
|
74570
75699
|
imageScaling?: enums.quicksight.TemplateCustomContentImageScalingConfiguration;
|
|
75700
|
+
/**
|
|
75701
|
+
* The general visual interactions setup for a visual.
|
|
75702
|
+
*/
|
|
75703
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
74571
75704
|
}
|
|
74572
75705
|
interface TemplateCustomContentVisual {
|
|
74573
75706
|
/**
|
|
@@ -75008,10 +76141,18 @@ export declare namespace quicksight {
|
|
|
75008
76141
|
valueWhenUnset?: outputs.quicksight.TemplateDateTimeValueWhenUnsetConfiguration;
|
|
75009
76142
|
}
|
|
75010
76143
|
interface TemplateDateTimePickerControlDisplayOptions {
|
|
76144
|
+
/**
|
|
76145
|
+
* The date icon visibility of the `DateTimePickerControlDisplayOptions` .
|
|
76146
|
+
*/
|
|
76147
|
+
dateIconVisibility?: any;
|
|
75011
76148
|
/**
|
|
75012
76149
|
* Customize how dates are formatted in controls.
|
|
75013
76150
|
*/
|
|
75014
76151
|
dateTimeFormat?: string;
|
|
76152
|
+
/**
|
|
76153
|
+
* The helper text visibility of the `DateTimePickerControlDisplayOptions` .
|
|
76154
|
+
*/
|
|
76155
|
+
helperTextVisibility?: any;
|
|
75015
76156
|
/**
|
|
75016
76157
|
* The configuration of info icon label options.
|
|
75017
76158
|
*/
|
|
@@ -75552,6 +76693,10 @@ export declare namespace quicksight {
|
|
|
75552
76693
|
* The field wells of the visual.
|
|
75553
76694
|
*/
|
|
75554
76695
|
fieldWells?: outputs.quicksight.TemplateFilledMapFieldWells;
|
|
76696
|
+
/**
|
|
76697
|
+
* The general visual interactions setup for a visual.
|
|
76698
|
+
*/
|
|
76699
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
75555
76700
|
/**
|
|
75556
76701
|
* The legend display setup of the visual.
|
|
75557
76702
|
*/
|
|
@@ -76011,6 +77156,10 @@ export declare namespace quicksight {
|
|
|
76011
77156
|
* Determines the appearance of decorative lines on the text.
|
|
76012
77157
|
*/
|
|
76013
77158
|
fontDecoration?: enums.quicksight.TemplateFontDecoration;
|
|
77159
|
+
/**
|
|
77160
|
+
* The font family that you want to use.
|
|
77161
|
+
*/
|
|
77162
|
+
fontFamily?: string;
|
|
76014
77163
|
/**
|
|
76015
77164
|
* The option that determines the text display size.
|
|
76016
77165
|
*/
|
|
@@ -76025,6 +77174,10 @@ export declare namespace quicksight {
|
|
|
76025
77174
|
fontWeight?: outputs.quicksight.TemplateFontWeight;
|
|
76026
77175
|
}
|
|
76027
77176
|
interface TemplateFontSize {
|
|
77177
|
+
/**
|
|
77178
|
+
* String based length that is composed of value and unit in px
|
|
77179
|
+
*/
|
|
77180
|
+
absolute?: string;
|
|
76028
77181
|
/**
|
|
76029
77182
|
* The lexical name for the text size, proportional to its surrounding context.
|
|
76030
77183
|
*/
|
|
@@ -76237,6 +77390,10 @@ export declare namespace quicksight {
|
|
|
76237
77390
|
* The field well configuration of a `FunnelChartVisual` .
|
|
76238
77391
|
*/
|
|
76239
77392
|
fieldWells?: outputs.quicksight.TemplateFunnelChartFieldWells;
|
|
77393
|
+
/**
|
|
77394
|
+
* The general visual interactions setup for a visual.
|
|
77395
|
+
*/
|
|
77396
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
76240
77397
|
/**
|
|
76241
77398
|
* The sort configuration of a `FunnelChartVisual` .
|
|
76242
77399
|
*/
|
|
@@ -76338,6 +77495,16 @@ export declare namespace quicksight {
|
|
|
76338
77495
|
*/
|
|
76339
77496
|
foregroundColor?: outputs.quicksight.TemplateConditionalFormattingColor;
|
|
76340
77497
|
}
|
|
77498
|
+
interface TemplateGaugeChartColorConfiguration {
|
|
77499
|
+
/**
|
|
77500
|
+
* The background color configuration of a `GaugeChartVisual` .
|
|
77501
|
+
*/
|
|
77502
|
+
backgroundColor?: string;
|
|
77503
|
+
/**
|
|
77504
|
+
* The foreground color configuration of a `GaugeChartVisual` .
|
|
77505
|
+
*/
|
|
77506
|
+
foregroundColor?: string;
|
|
77507
|
+
}
|
|
76341
77508
|
interface TemplateGaugeChartConditionalFormatting {
|
|
76342
77509
|
/**
|
|
76343
77510
|
* Conditional formatting options of a `GaugeChartVisual` .
|
|
@@ -76355,6 +77522,10 @@ export declare namespace quicksight {
|
|
|
76355
77522
|
primaryValue?: outputs.quicksight.TemplateGaugeChartPrimaryValueConditionalFormatting;
|
|
76356
77523
|
}
|
|
76357
77524
|
interface TemplateGaugeChartConfiguration {
|
|
77525
|
+
/**
|
|
77526
|
+
* The color configuration of a `GaugeChartVisual` .
|
|
77527
|
+
*/
|
|
77528
|
+
colorConfiguration?: outputs.quicksight.TemplateGaugeChartColorConfiguration;
|
|
76358
77529
|
/**
|
|
76359
77530
|
* The data label configuration of a `GaugeChartVisual` .
|
|
76360
77531
|
*/
|
|
@@ -76367,6 +77538,10 @@ export declare namespace quicksight {
|
|
|
76367
77538
|
* The options that determine the presentation of the `GaugeChartVisual` .
|
|
76368
77539
|
*/
|
|
76369
77540
|
gaugeChartOptions?: outputs.quicksight.TemplateGaugeChartOptions;
|
|
77541
|
+
/**
|
|
77542
|
+
* The general visual interactions setup for a visual.
|
|
77543
|
+
*/
|
|
77544
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
76370
77545
|
/**
|
|
76371
77546
|
* The tooltip configuration of a `GaugeChartVisual` .
|
|
76372
77547
|
*/
|
|
@@ -76740,6 +77915,10 @@ export declare namespace quicksight {
|
|
|
76740
77915
|
* The field wells of the visual.
|
|
76741
77916
|
*/
|
|
76742
77917
|
fieldWells?: outputs.quicksight.TemplateHeatMapFieldWells;
|
|
77918
|
+
/**
|
|
77919
|
+
* The general visual interactions setup for a visual.
|
|
77920
|
+
*/
|
|
77921
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
76743
77922
|
/**
|
|
76744
77923
|
* The legend display setup of the visual.
|
|
76745
77924
|
*/
|
|
@@ -76848,6 +78027,10 @@ export declare namespace quicksight {
|
|
|
76848
78027
|
* The field well configuration of a histogram.
|
|
76849
78028
|
*/
|
|
76850
78029
|
fieldWells?: outputs.quicksight.TemplateHistogramFieldWells;
|
|
78030
|
+
/**
|
|
78031
|
+
* The general visual interactions setup for a visual.
|
|
78032
|
+
*/
|
|
78033
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
76851
78034
|
/**
|
|
76852
78035
|
* The tooltip configuration of a histogram.
|
|
76853
78036
|
*/
|
|
@@ -76945,7 +78128,7 @@ export declare namespace quicksight {
|
|
|
76945
78128
|
/**
|
|
76946
78129
|
* The availability status of the image menu. If the value of this property is set to `ENABLED` , dashboard readers can interact with the image menu.
|
|
76947
78130
|
*/
|
|
76948
|
-
availabilityStatus?:
|
|
78131
|
+
availabilityStatus?: enums.quicksight.TemplateDashboardBehavior;
|
|
76949
78132
|
}
|
|
76950
78133
|
interface TemplateInnerFilter {
|
|
76951
78134
|
/**
|
|
@@ -76962,6 +78145,10 @@ export declare namespace quicksight {
|
|
|
76962
78145
|
* The custom narrative of the insight visual.
|
|
76963
78146
|
*/
|
|
76964
78147
|
customNarrative?: outputs.quicksight.TemplateCustomNarrativeOptions;
|
|
78148
|
+
/**
|
|
78149
|
+
* The general visual interactions setup for a visual.
|
|
78150
|
+
*/
|
|
78151
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
76965
78152
|
}
|
|
76966
78153
|
interface TemplateInsightVisual {
|
|
76967
78154
|
/**
|
|
@@ -77097,6 +78284,10 @@ export declare namespace quicksight {
|
|
|
77097
78284
|
* The field well configuration of a KPI visual.
|
|
77098
78285
|
*/
|
|
77099
78286
|
fieldWells?: outputs.quicksight.TemplateKpiFieldWells;
|
|
78287
|
+
/**
|
|
78288
|
+
* The general visual interactions setup for a visual.
|
|
78289
|
+
*/
|
|
78290
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
77100
78291
|
/**
|
|
77101
78292
|
* The options that determine the presentation of a KPI visual.
|
|
77102
78293
|
*/
|
|
@@ -77345,6 +78536,10 @@ export declare namespace quicksight {
|
|
|
77345
78536
|
* The forecast configuration of a line chart.
|
|
77346
78537
|
*/
|
|
77347
78538
|
forecastConfigurations?: outputs.quicksight.TemplateForecastConfiguration[];
|
|
78539
|
+
/**
|
|
78540
|
+
* The general visual interactions setup for a visual.
|
|
78541
|
+
*/
|
|
78542
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
77348
78543
|
/**
|
|
77349
78544
|
* The legend configuration of a line chart.
|
|
77350
78545
|
*/
|
|
@@ -78349,6 +79544,10 @@ export declare namespace quicksight {
|
|
|
78349
79544
|
* The field wells of the visual.
|
|
78350
79545
|
*/
|
|
78351
79546
|
fieldWells?: outputs.quicksight.TemplatePieChartFieldWells;
|
|
79547
|
+
/**
|
|
79548
|
+
* The general visual interactions setup for a visual.
|
|
79549
|
+
*/
|
|
79550
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
78352
79551
|
/**
|
|
78353
79552
|
* The legend display setup of the visual.
|
|
78354
79553
|
*/
|
|
@@ -78497,6 +79696,10 @@ export declare namespace quicksight {
|
|
|
78497
79696
|
* The field wells of the visual.
|
|
78498
79697
|
*/
|
|
78499
79698
|
fieldWells?: outputs.quicksight.TemplatePivotTableFieldWells;
|
|
79699
|
+
/**
|
|
79700
|
+
* The general visual interactions setup for a visual.
|
|
79701
|
+
*/
|
|
79702
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
78500
79703
|
/**
|
|
78501
79704
|
* The paginated report options for a pivot table visual.
|
|
78502
79705
|
*/
|
|
@@ -78943,6 +80146,10 @@ export declare namespace quicksight {
|
|
|
78943
80146
|
* The field well configuration of a `RadarChartVisual` .
|
|
78944
80147
|
*/
|
|
78945
80148
|
fieldWells?: outputs.quicksight.TemplateRadarChartFieldWells;
|
|
80149
|
+
/**
|
|
80150
|
+
* The general visual interactions setup for a visual.
|
|
80151
|
+
*/
|
|
80152
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
78946
80153
|
/**
|
|
78947
80154
|
* The legend display setup of the visual.
|
|
78948
80155
|
*/
|
|
@@ -79319,6 +80526,10 @@ export declare namespace quicksight {
|
|
|
79319
80526
|
* The field well configuration of a sankey diagram.
|
|
79320
80527
|
*/
|
|
79321
80528
|
fieldWells?: outputs.quicksight.TemplateSankeyDiagramFieldWells;
|
|
80529
|
+
/**
|
|
80530
|
+
* The general visual interactions setup for a visual.
|
|
80531
|
+
*/
|
|
80532
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
79322
80533
|
/**
|
|
79323
80534
|
* The sort configuration of a sankey diagram.
|
|
79324
80535
|
*/
|
|
@@ -79405,10 +80616,18 @@ export declare namespace quicksight {
|
|
|
79405
80616
|
* The field wells of the visual.
|
|
79406
80617
|
*/
|
|
79407
80618
|
fieldWells?: outputs.quicksight.TemplateScatterPlotFieldWells;
|
|
80619
|
+
/**
|
|
80620
|
+
* The general visual interactions setup for a visual.
|
|
80621
|
+
*/
|
|
80622
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
79408
80623
|
/**
|
|
79409
80624
|
* The legend display setup of the visual.
|
|
79410
80625
|
*/
|
|
79411
80626
|
legend?: outputs.quicksight.TemplateLegendOptions;
|
|
80627
|
+
/**
|
|
80628
|
+
* The sort configuration of a scatter plot.
|
|
80629
|
+
*/
|
|
80630
|
+
sortConfiguration?: outputs.quicksight.TemplateScatterPlotSortConfiguration;
|
|
79412
80631
|
/**
|
|
79413
80632
|
* The legend display setup of the visual.
|
|
79414
80633
|
*/
|
|
@@ -79444,6 +80663,9 @@ export declare namespace quicksight {
|
|
|
79444
80663
|
*/
|
|
79445
80664
|
scatterPlotUnaggregatedFieldWells?: outputs.quicksight.TemplateScatterPlotUnaggregatedFieldWells;
|
|
79446
80665
|
}
|
|
80666
|
+
interface TemplateScatterPlotSortConfiguration {
|
|
80667
|
+
scatterPlotLimitConfiguration?: outputs.quicksight.TemplateItemsLimitConfiguration;
|
|
80668
|
+
}
|
|
79447
80669
|
interface TemplateScatterPlotUnaggregatedFieldWells {
|
|
79448
80670
|
/**
|
|
79449
80671
|
* The category field well of a scatter plot.
|
|
@@ -79624,10 +80846,6 @@ export declare namespace quicksight {
|
|
|
79624
80846
|
* components, such as controls, filters, and so on.</p>
|
|
79625
80847
|
*/
|
|
79626
80848
|
interface TemplateSheet {
|
|
79627
|
-
/**
|
|
79628
|
-
* A list of images on a sheet.
|
|
79629
|
-
*/
|
|
79630
|
-
images?: outputs.quicksight.TemplateSheetImage[];
|
|
79631
80849
|
/**
|
|
79632
80850
|
* <p>The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight
|
|
79633
80851
|
* console.</p>
|
|
@@ -80143,6 +81361,10 @@ export declare namespace quicksight {
|
|
|
80143
81361
|
* The field wells of the visual.
|
|
80144
81362
|
*/
|
|
80145
81363
|
fieldWells?: outputs.quicksight.TemplateTableFieldWells;
|
|
81364
|
+
/**
|
|
81365
|
+
* The general visual interactions setup for a visual.
|
|
81366
|
+
*/
|
|
81367
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
80146
81368
|
/**
|
|
80147
81369
|
* The paginated report options for a table visual.
|
|
80148
81370
|
*/
|
|
@@ -80439,6 +81661,10 @@ export declare namespace quicksight {
|
|
|
80439
81661
|
titleOptions?: outputs.quicksight.TemplateLabelOptions;
|
|
80440
81662
|
}
|
|
80441
81663
|
interface TemplateThousandSeparatorOptions {
|
|
81664
|
+
/**
|
|
81665
|
+
* Determines the way numbers are styled to accommodate different readability standards. The `DEFAULT` value uses the standard international grouping system and groups numbers by the thousands. The `LAKHS` value uses the Indian numbering system and groups numbers by lakhs and crores.
|
|
81666
|
+
*/
|
|
81667
|
+
groupingStyle?: enums.quicksight.TemplateDigitGroupingStyle;
|
|
80442
81668
|
/**
|
|
80443
81669
|
* Determines the thousands separator symbol.
|
|
80444
81670
|
*/
|
|
@@ -80805,6 +82031,10 @@ export declare namespace quicksight {
|
|
|
80805
82031
|
* The label options (label text, label visibility) of the groups that are displayed in a tree map.
|
|
80806
82032
|
*/
|
|
80807
82033
|
groupLabelOptions?: outputs.quicksight.TemplateChartAxisLabelOptions;
|
|
82034
|
+
/**
|
|
82035
|
+
* The general visual interactions setup for a visual.
|
|
82036
|
+
*/
|
|
82037
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
80808
82038
|
/**
|
|
80809
82039
|
* The legend display setup of the visual.
|
|
80810
82040
|
*/
|
|
@@ -81196,6 +82426,22 @@ export declare namespace quicksight {
|
|
|
81196
82426
|
*/
|
|
81197
82427
|
urlOperation?: outputs.quicksight.TemplateCustomActionUrlOperation;
|
|
81198
82428
|
}
|
|
82429
|
+
interface TemplateVisualInteractionOptions {
|
|
82430
|
+
/**
|
|
82431
|
+
* The context menu options for a visual.
|
|
82432
|
+
*/
|
|
82433
|
+
contextMenuOption?: outputs.quicksight.TemplateContextMenuOption;
|
|
82434
|
+
/**
|
|
82435
|
+
* The on-visual menu options for a visual.
|
|
82436
|
+
*/
|
|
82437
|
+
visualMenuOption?: outputs.quicksight.TemplateVisualMenuOption;
|
|
82438
|
+
}
|
|
82439
|
+
interface TemplateVisualMenuOption {
|
|
82440
|
+
/**
|
|
82441
|
+
* The availaiblity status of a visual's menu options.
|
|
82442
|
+
*/
|
|
82443
|
+
availabilityStatus?: enums.quicksight.TemplateDashboardBehavior;
|
|
82444
|
+
}
|
|
81199
82445
|
interface TemplateVisualPalette {
|
|
81200
82446
|
/**
|
|
81201
82447
|
* The chart color options for the visual palette.
|
|
@@ -81267,6 +82513,10 @@ export declare namespace quicksight {
|
|
|
81267
82513
|
* The field well configuration of a waterfall visual.
|
|
81268
82514
|
*/
|
|
81269
82515
|
fieldWells?: outputs.quicksight.TemplateWaterfallChartFieldWells;
|
|
82516
|
+
/**
|
|
82517
|
+
* The general visual interactions setup for a visual.
|
|
82518
|
+
*/
|
|
82519
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
81270
82520
|
/**
|
|
81271
82521
|
* The legend configuration of a waterfall visual.
|
|
81272
82522
|
*/
|
|
@@ -81401,6 +82651,10 @@ export declare namespace quicksight {
|
|
|
81401
82651
|
* The field wells of the visual.
|
|
81402
82652
|
*/
|
|
81403
82653
|
fieldWells?: outputs.quicksight.TemplateWordCloudFieldWells;
|
|
82654
|
+
/**
|
|
82655
|
+
* The general visual interactions setup for a visual.
|
|
82656
|
+
*/
|
|
82657
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
81404
82658
|
/**
|
|
81405
82659
|
* The sort configuration of a word cloud visual.
|
|
81406
82660
|
*/
|
|
@@ -84128,6 +85382,21 @@ export declare namespace rum {
|
|
|
84128
85382
|
*/
|
|
84129
85383
|
metricDefinitions?: outputs.rum.AppMonitorMetricDefinition[];
|
|
84130
85384
|
}
|
|
85385
|
+
/**
|
|
85386
|
+
* A structure that defines resource policy attached to your app monitor.
|
|
85387
|
+
*/
|
|
85388
|
+
interface AppMonitorResourcePolicy {
|
|
85389
|
+
/**
|
|
85390
|
+
* The JSON to use as the resource policy. The document can be up to 4 KB in size.
|
|
85391
|
+
*/
|
|
85392
|
+
policyDocument: string;
|
|
85393
|
+
/**
|
|
85394
|
+
* A string value that you can use to conditionally update your policy. You can provide the revision ID of your existing policy to make mutating requests against that policy.
|
|
85395
|
+
*
|
|
85396
|
+
* When you assign a policy revision ID, then later requests about that policy will be rejected with an InvalidPolicyRevisionIdException error if they don't provide the correct current revision ID.
|
|
85397
|
+
*/
|
|
85398
|
+
policyRevisionId?: string;
|
|
85399
|
+
}
|
|
84131
85400
|
}
|
|
84132
85401
|
export declare namespace s3 {
|
|
84133
85402
|
interface AccessGrantGrantee {
|
|
@@ -86988,6 +88257,19 @@ export declare namespace sagemaker {
|
|
|
86988
88257
|
*/
|
|
86989
88258
|
value?: number;
|
|
86990
88259
|
}
|
|
88260
|
+
interface InferenceComponentAlarm {
|
|
88261
|
+
alarmName: string;
|
|
88262
|
+
}
|
|
88263
|
+
interface InferenceComponentAutoRollbackConfiguration {
|
|
88264
|
+
alarms: outputs.sagemaker.InferenceComponentAlarm[];
|
|
88265
|
+
}
|
|
88266
|
+
/**
|
|
88267
|
+
* Capacity size configuration for the inference component
|
|
88268
|
+
*/
|
|
88269
|
+
interface InferenceComponentCapacitySize {
|
|
88270
|
+
type: enums.sagemaker.InferenceComponentCapacitySizeType;
|
|
88271
|
+
value: number;
|
|
88272
|
+
}
|
|
86991
88273
|
interface InferenceComponentComputeResourceRequirements {
|
|
86992
88274
|
/**
|
|
86993
88275
|
* The maximum MB of memory to allocate to run a model that you assign to an inference component.
|
|
@@ -87037,6 +88319,22 @@ export declare namespace sagemaker {
|
|
|
87037
88319
|
*/
|
|
87038
88320
|
specifiedImage?: string;
|
|
87039
88321
|
}
|
|
88322
|
+
/**
|
|
88323
|
+
* The deployment config for the inference component
|
|
88324
|
+
*/
|
|
88325
|
+
interface InferenceComponentDeploymentConfig {
|
|
88326
|
+
autoRollbackConfiguration?: outputs.sagemaker.InferenceComponentAutoRollbackConfiguration;
|
|
88327
|
+
rollingUpdatePolicy?: outputs.sagemaker.InferenceComponentRollingUpdatePolicy;
|
|
88328
|
+
}
|
|
88329
|
+
/**
|
|
88330
|
+
* The rolling update policy for the inference component
|
|
88331
|
+
*/
|
|
88332
|
+
interface InferenceComponentRollingUpdatePolicy {
|
|
88333
|
+
maximumBatchSize?: outputs.sagemaker.InferenceComponentCapacitySize;
|
|
88334
|
+
maximumExecutionTimeoutInSeconds?: number;
|
|
88335
|
+
rollbackMaximumBatchSize?: outputs.sagemaker.InferenceComponentCapacitySize;
|
|
88336
|
+
waitIntervalInSeconds?: number;
|
|
88337
|
+
}
|
|
87040
88338
|
/**
|
|
87041
88339
|
* The runtime config for the inference component
|
|
87042
88340
|
*/
|
|
@@ -94021,6 +95319,31 @@ export declare namespace transfer {
|
|
|
94021
95319
|
*/
|
|
94022
95320
|
signingAlgorithm?: enums.transfer.ConnectorAs2ConfigPropertiesSigningAlgorithm;
|
|
94023
95321
|
}
|
|
95322
|
+
/**
|
|
95323
|
+
* Specifies a separate directory for each type of file to store for an AS2 message.
|
|
95324
|
+
*/
|
|
95325
|
+
interface CustomDirectoriesProperties {
|
|
95326
|
+
/**
|
|
95327
|
+
* Specifies a location to store the failed files for an AS2 message.
|
|
95328
|
+
*/
|
|
95329
|
+
failedFilesDirectory: string;
|
|
95330
|
+
/**
|
|
95331
|
+
* Specifies a location to store the MDN file for an AS2 message.
|
|
95332
|
+
*/
|
|
95333
|
+
mdnFilesDirectory: string;
|
|
95334
|
+
/**
|
|
95335
|
+
* Specifies a location to store the payload file for an AS2 message.
|
|
95336
|
+
*/
|
|
95337
|
+
payloadFilesDirectory: string;
|
|
95338
|
+
/**
|
|
95339
|
+
* Specifies a location to store the status file for an AS2 message.
|
|
95340
|
+
*/
|
|
95341
|
+
statusFilesDirectory: string;
|
|
95342
|
+
/**
|
|
95343
|
+
* Specifies a location to store the temporary processing file for an AS2 message.
|
|
95344
|
+
*/
|
|
95345
|
+
temporaryFilesDirectory: string;
|
|
95346
|
+
}
|
|
94024
95347
|
interface ServerEndpointDetails {
|
|
94025
95348
|
/**
|
|
94026
95349
|
* A list of address allocation IDs that are required to attach an Elastic IP address to your server's endpoint.
|
|
@@ -95188,6 +96511,16 @@ export declare namespace wafv2 {
|
|
|
95188
96511
|
* Provide the JA3 fingerprint string from the logs in your string match statement specification, to match with any future requests that have the same TLS configuration.
|
|
95189
96512
|
*/
|
|
95190
96513
|
ja3Fingerprint?: outputs.wafv2.RuleGroupJa3Fingerprint;
|
|
96514
|
+
/**
|
|
96515
|
+
* Available for use with Amazon CloudFront distributions and Application Load Balancers. Match against the request's JA4 fingerprint. The JA4 fingerprint is a 36-character hash derived from the TLS Client Hello of an incoming request. This fingerprint serves as a unique identifier for the client's TLS configuration. AWS WAF calculates and logs this fingerprint for each request that has enough TLS Client Hello information for the calculation. Almost all web requests include this information.
|
|
96516
|
+
*
|
|
96517
|
+
* > You can use this choice only with a string match `ByteMatchStatement` with the `PositionalConstraint` set to `EXACTLY` .
|
|
96518
|
+
*
|
|
96519
|
+
* You can obtain the JA4 fingerprint for client requests from the web ACL logs. If AWS WAF is able to calculate the fingerprint, it includes it in the logs. For information about the logging fields, see [Log fields](https://docs.aws.amazon.com/waf/latest/developerguide/logging-fields.html) in the *AWS WAF Developer Guide* .
|
|
96520
|
+
*
|
|
96521
|
+
* Provide the JA4 fingerprint string from the logs in your string match statement specification, to match with any future requests that have the same TLS configuration.
|
|
96522
|
+
*/
|
|
96523
|
+
ja4Fingerprint?: outputs.wafv2.RuleGroupJa4Fingerprint;
|
|
95191
96524
|
/**
|
|
95192
96525
|
* Inspect the request body as JSON. The request body immediately follows the request headers. This is the part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form.
|
|
95193
96526
|
*
|
|
@@ -95382,6 +96715,20 @@ export declare namespace wafv2 {
|
|
|
95382
96715
|
*/
|
|
95383
96716
|
fallbackBehavior: enums.wafv2.RuleGroupJa3FingerprintFallbackBehavior;
|
|
95384
96717
|
}
|
|
96718
|
+
/**
|
|
96719
|
+
* Includes the JA4 fingerprint of a web request.
|
|
96720
|
+
*/
|
|
96721
|
+
interface RuleGroupJa4Fingerprint {
|
|
96722
|
+
/**
|
|
96723
|
+
* The match status to assign to the web request if the request doesn't have a JA4 fingerprint.
|
|
96724
|
+
*
|
|
96725
|
+
* You can specify the following fallback behaviors:
|
|
96726
|
+
*
|
|
96727
|
+
* - `MATCH` - Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request.
|
|
96728
|
+
* - `NO_MATCH` - Treat the web request as not matching the rule statement.
|
|
96729
|
+
*/
|
|
96730
|
+
fallbackBehavior: enums.wafv2.RuleGroupJa4FingerprintFallbackBehavior;
|
|
96731
|
+
}
|
|
95385
96732
|
/**
|
|
95386
96733
|
* Inspect the request body as JSON. The request body immediately follows the request headers.
|
|
95387
96734
|
*/
|
|
@@ -95574,6 +96921,14 @@ export declare namespace wafv2 {
|
|
|
95574
96921
|
* When you specify an IP or forwarded IP in the custom key settings, you must also specify at least one other key to use. You can aggregate on only the IP address by specifying `IP` in your rate-based statement's `AggregateKeyType` .
|
|
95575
96922
|
*/
|
|
95576
96923
|
ip?: outputs.wafv2.RuleGroupRateLimitIp;
|
|
96924
|
+
/**
|
|
96925
|
+
* Use the request's JA3 fingerprint as an aggregate key. If you use a single JA3 fingerprint as your custom key, then each value fully defines an aggregation instance.
|
|
96926
|
+
*/
|
|
96927
|
+
ja3Fingerprint?: outputs.wafv2.RuleGroupRateLimitJa3Fingerprint;
|
|
96928
|
+
/**
|
|
96929
|
+
* Use the request's JA4 fingerprint as an aggregate key. If you use a single JA4 fingerprint as your custom key, then each value fully defines an aggregation instance.
|
|
96930
|
+
*/
|
|
96931
|
+
ja4Fingerprint?: outputs.wafv2.RuleGroupRateLimitJa4Fingerprint;
|
|
95577
96932
|
/**
|
|
95578
96933
|
* Use the specified label namespace as an aggregate key. Each distinct fully qualified label name that has the specified label namespace contributes to the aggregation instance. If you use just one label namespace as your custom key, then each label name fully defines an aggregation instance.
|
|
95579
96934
|
*
|
|
@@ -95636,6 +96991,34 @@ export declare namespace wafv2 {
|
|
|
95636
96991
|
*/
|
|
95637
96992
|
interface RuleGroupRateLimitIp {
|
|
95638
96993
|
}
|
|
96994
|
+
/**
|
|
96995
|
+
* Specifies the request's JA3 fingerprint as an aggregate key for a rate-based rule.
|
|
96996
|
+
*/
|
|
96997
|
+
interface RuleGroupRateLimitJa3Fingerprint {
|
|
96998
|
+
/**
|
|
96999
|
+
* The match status to assign to the web request if there is insufficient TSL Client Hello information to compute the JA3 fingerprint.
|
|
97000
|
+
*
|
|
97001
|
+
* You can specify the following fallback behaviors:
|
|
97002
|
+
*
|
|
97003
|
+
* - `MATCH` - Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request.
|
|
97004
|
+
* - `NO_MATCH` - Treat the web request as not matching the rule statement.
|
|
97005
|
+
*/
|
|
97006
|
+
fallbackBehavior: enums.wafv2.RuleGroupRateLimitJa3FingerprintFallbackBehavior;
|
|
97007
|
+
}
|
|
97008
|
+
/**
|
|
97009
|
+
* Specifies the request's JA4 fingerprint as an aggregate key for a rate-based rule.
|
|
97010
|
+
*/
|
|
97011
|
+
interface RuleGroupRateLimitJa4Fingerprint {
|
|
97012
|
+
/**
|
|
97013
|
+
* The match status to assign to the web request if there is insufficient TSL Client Hello information to compute the JA4 fingerprint.
|
|
97014
|
+
*
|
|
97015
|
+
* You can specify the following fallback behaviors:
|
|
97016
|
+
*
|
|
97017
|
+
* - `MATCH` - Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request.
|
|
97018
|
+
* - `NO_MATCH` - Treat the web request as not matching the rule statement.
|
|
97019
|
+
*/
|
|
97020
|
+
fallbackBehavior: enums.wafv2.RuleGroupRateLimitJa4FingerprintFallbackBehavior;
|
|
97021
|
+
}
|
|
95639
97022
|
/**
|
|
95640
97023
|
* Specifies a label namespace to use as an aggregate key for a rate-based rule.
|
|
95641
97024
|
*/
|
|
@@ -96429,6 +97812,16 @@ export declare namespace wafv2 {
|
|
|
96429
97812
|
* Provide the JA3 fingerprint string from the logs in your string match statement specification, to match with any future requests that have the same TLS configuration.
|
|
96430
97813
|
*/
|
|
96431
97814
|
ja3Fingerprint?: outputs.wafv2.WebAclJa3Fingerprint;
|
|
97815
|
+
/**
|
|
97816
|
+
* Available for use with Amazon CloudFront distributions and Application Load Balancers. Match against the request's JA4 fingerprint. The JA4 fingerprint is a 36-character hash derived from the TLS Client Hello of an incoming request. This fingerprint serves as a unique identifier for the client's TLS configuration. AWS WAF calculates and logs this fingerprint for each request that has enough TLS Client Hello information for the calculation. Almost all web requests include this information.
|
|
97817
|
+
*
|
|
97818
|
+
* > You can use this choice only with a string match `ByteMatchStatement` with the `PositionalConstraint` set to `EXACTLY` .
|
|
97819
|
+
*
|
|
97820
|
+
* You can obtain the JA4 fingerprint for client requests from the web ACL logs. If AWS WAF is able to calculate the fingerprint, it includes it in the logs. For information about the logging fields, see [Log fields](https://docs.aws.amazon.com/waf/latest/developerguide/logging-fields.html) in the *AWS WAF Developer Guide* .
|
|
97821
|
+
*
|
|
97822
|
+
* Provide the JA4 fingerprint string from the logs in your string match statement specification, to match with any future requests that have the same TLS configuration.
|
|
97823
|
+
*/
|
|
97824
|
+
ja4Fingerprint?: outputs.wafv2.WebAclJa4Fingerprint;
|
|
96432
97825
|
/**
|
|
96433
97826
|
* Inspect the request body as JSON. The request body immediately follows the request headers. This is the part of a request that contains any additional data that you want to send to your web server as the HTTP request body, such as data from a form.
|
|
96434
97827
|
*
|
|
@@ -96623,6 +98016,20 @@ export declare namespace wafv2 {
|
|
|
96623
98016
|
*/
|
|
96624
98017
|
fallbackBehavior: enums.wafv2.WebAclJa3FingerprintFallbackBehavior;
|
|
96625
98018
|
}
|
|
98019
|
+
/**
|
|
98020
|
+
* Includes the JA4 fingerprint of a web request.
|
|
98021
|
+
*/
|
|
98022
|
+
interface WebAclJa4Fingerprint {
|
|
98023
|
+
/**
|
|
98024
|
+
* The match status to assign to the web request if the request doesn't have a JA4 fingerprint.
|
|
98025
|
+
*
|
|
98026
|
+
* You can specify the following fallback behaviors:
|
|
98027
|
+
*
|
|
98028
|
+
* - `MATCH` - Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request.
|
|
98029
|
+
* - `NO_MATCH` - Treat the web request as not matching the rule statement.
|
|
98030
|
+
*/
|
|
98031
|
+
fallbackBehavior: enums.wafv2.WebAclJa4FingerprintFallbackBehavior;
|
|
98032
|
+
}
|
|
96626
98033
|
/**
|
|
96627
98034
|
* Inspect the request body as JSON. The request body immediately follows the request headers.
|
|
96628
98035
|
*/
|
|
@@ -96893,6 +98300,14 @@ export declare namespace wafv2 {
|
|
|
96893
98300
|
* When you specify an IP or forwarded IP in the custom key settings, you must also specify at least one other key to use. You can aggregate on only the IP address by specifying `IP` in your rate-based statement's `AggregateKeyType` .
|
|
96894
98301
|
*/
|
|
96895
98302
|
ip?: outputs.wafv2.WebAclRateLimitIp;
|
|
98303
|
+
/**
|
|
98304
|
+
* Use the request's JA3 fingerprint as an aggregate key. If you use a single JA3 fingerprint as your custom key, then each value fully defines an aggregation instance.
|
|
98305
|
+
*/
|
|
98306
|
+
ja3Fingerprint?: outputs.wafv2.WebAclRateLimitJa3Fingerprint;
|
|
98307
|
+
/**
|
|
98308
|
+
* Use the request's JA4 fingerprint as an aggregate key. If you use a single JA4 fingerprint as your custom key, then each value fully defines an aggregation instance.
|
|
98309
|
+
*/
|
|
98310
|
+
ja4Fingerprint?: outputs.wafv2.WebAclRateLimitJa4Fingerprint;
|
|
96896
98311
|
/**
|
|
96897
98312
|
* Use the specified label namespace as an aggregate key. Each distinct fully qualified label name that has the specified label namespace contributes to the aggregation instance. If you use just one label namespace as your custom key, then each label name fully defines an aggregation instance.
|
|
96898
98313
|
*
|
|
@@ -96955,6 +98370,34 @@ export declare namespace wafv2 {
|
|
|
96955
98370
|
*/
|
|
96956
98371
|
interface WebAclRateLimitIp {
|
|
96957
98372
|
}
|
|
98373
|
+
/**
|
|
98374
|
+
* Specifies the request's JA3 fingerprint as an aggregate key for a rate-based rule.
|
|
98375
|
+
*/
|
|
98376
|
+
interface WebAclRateLimitJa3Fingerprint {
|
|
98377
|
+
/**
|
|
98378
|
+
* The match status to assign to the web request if there is insufficient TSL Client Hello information to compute the JA3 fingerprint.
|
|
98379
|
+
*
|
|
98380
|
+
* You can specify the following fallback behaviors:
|
|
98381
|
+
*
|
|
98382
|
+
* - `MATCH` - Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request.
|
|
98383
|
+
* - `NO_MATCH` - Treat the web request as not matching the rule statement.
|
|
98384
|
+
*/
|
|
98385
|
+
fallbackBehavior: enums.wafv2.WebAclRateLimitJa3FingerprintFallbackBehavior;
|
|
98386
|
+
}
|
|
98387
|
+
/**
|
|
98388
|
+
* Specifies the request's JA4 fingerprint as an aggregate key for a rate-based rule.
|
|
98389
|
+
*/
|
|
98390
|
+
interface WebAclRateLimitJa4Fingerprint {
|
|
98391
|
+
/**
|
|
98392
|
+
* The match status to assign to the web request if there is insufficient TSL Client Hello information to compute the JA4 fingerprint.
|
|
98393
|
+
*
|
|
98394
|
+
* You can specify the following fallback behaviors:
|
|
98395
|
+
*
|
|
98396
|
+
* - `MATCH` - Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request.
|
|
98397
|
+
* - `NO_MATCH` - Treat the web request as not matching the rule statement.
|
|
98398
|
+
*/
|
|
98399
|
+
fallbackBehavior: enums.wafv2.WebAclRateLimitJa4FingerprintFallbackBehavior;
|
|
98400
|
+
}
|
|
96958
98401
|
/**
|
|
96959
98402
|
* Specifies a label namespace to use as an aggregate key for a rate-based rule.
|
|
96960
98403
|
*/
|
|
@@ -97617,6 +99060,7 @@ export declare namespace wisdom {
|
|
|
97617
99060
|
answerGenerationAiPromptId?: string;
|
|
97618
99061
|
associationConfigurations?: outputs.wisdom.AiAgentAssociationConfiguration[];
|
|
97619
99062
|
intentLabelingGenerationAiPromptId?: string;
|
|
99063
|
+
locale?: string;
|
|
97620
99064
|
queryReformulationAiPromptId?: string;
|
|
97621
99065
|
}
|
|
97622
99066
|
interface AiAgentAssociationConfiguration {
|
|
@@ -97636,6 +99080,7 @@ export declare namespace wisdom {
|
|
|
97636
99080
|
answerGenerationAiGuardrailId?: string;
|
|
97637
99081
|
answerGenerationAiPromptId?: string;
|
|
97638
99082
|
associationConfigurations?: outputs.wisdom.AiAgentAssociationConfiguration[];
|
|
99083
|
+
locale?: string;
|
|
97639
99084
|
}
|
|
97640
99085
|
interface AiAgentOrCondition0Properties {
|
|
97641
99086
|
andConditions: outputs.wisdom.AiAgentTagCondition[];
|
|
@@ -98562,6 +100007,24 @@ export declare namespace workspacesweb {
|
|
|
98562
100007
|
*/
|
|
98563
100008
|
blocklist?: outputs.workspacesweb.UserSettingsCookieSpecification[];
|
|
98564
100009
|
}
|
|
100010
|
+
interface UserSettingsToolbarConfiguration {
|
|
100011
|
+
/**
|
|
100012
|
+
* The list of toolbar items to be hidden.
|
|
100013
|
+
*/
|
|
100014
|
+
hiddenToolbarItems?: enums.workspacesweb.UserSettingsToolbarItem[];
|
|
100015
|
+
/**
|
|
100016
|
+
* The maximum display resolution that is allowed for the session.
|
|
100017
|
+
*/
|
|
100018
|
+
maxDisplayResolution?: enums.workspacesweb.UserSettingsMaxDisplayResolution;
|
|
100019
|
+
/**
|
|
100020
|
+
* The type of toolbar displayed during the session.
|
|
100021
|
+
*/
|
|
100022
|
+
toolbarType?: enums.workspacesweb.UserSettingsToolbarType;
|
|
100023
|
+
/**
|
|
100024
|
+
* The visual mode of the toolbar.
|
|
100025
|
+
*/
|
|
100026
|
+
visualMode?: enums.workspacesweb.UserSettingsVisualMode;
|
|
100027
|
+
}
|
|
98565
100028
|
}
|
|
98566
100029
|
export declare namespace xray {
|
|
98567
100030
|
interface GroupInsightsConfiguration {
|