@pulumi/aws-native 1.26.0-alpha.1741617476 → 1.26.0-alpha.1741720127
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/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 +4 -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 +8 -0
- package/batch/jobDefinition.js +2 -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/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 +9 -9
- package/ecr/pullThroughCacheRule.js +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/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/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/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/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/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/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 +5 -0
- 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 +1502 -65
- package/types/output.d.ts +1513 -73
- 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,14 @@ export declare namespace bedrock {
|
|
|
9572
9609
|
* BasePromptConfiguration per Prompt Type.
|
|
9573
9610
|
*/
|
|
9574
9611
|
interface AgentPromptConfiguration {
|
|
9612
|
+
additionalModelRequestFields?: outputs.bedrock.AgentAdditionalModelRequestFields;
|
|
9575
9613
|
/**
|
|
9576
9614
|
* Base Prompt Template.
|
|
9577
9615
|
*/
|
|
9578
9616
|
basePromptTemplate?: string;
|
|
9617
|
+
/**
|
|
9618
|
+
* The agent's foundation model.
|
|
9619
|
+
*/
|
|
9579
9620
|
foundationModel?: string;
|
|
9580
9621
|
/**
|
|
9581
9622
|
* 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 +9698,263 @@ export declare namespace bedrock {
|
|
|
9657
9698
|
*/
|
|
9658
9699
|
copyFrom: string;
|
|
9659
9700
|
}
|
|
9701
|
+
interface DataAutomationProjectAudioExtractionCategory {
|
|
9702
|
+
/**
|
|
9703
|
+
* Whether generating categorical data from audio is enabled.
|
|
9704
|
+
*/
|
|
9705
|
+
state: enums.bedrock.DataAutomationProjectState;
|
|
9706
|
+
/**
|
|
9707
|
+
* The types of data to generate.
|
|
9708
|
+
*/
|
|
9709
|
+
types?: enums.bedrock.DataAutomationProjectAudioExtractionCategoryType[];
|
|
9710
|
+
}
|
|
9711
|
+
interface DataAutomationProjectAudioStandardExtraction {
|
|
9712
|
+
/**
|
|
9713
|
+
* Settings for generating data from audio.
|
|
9714
|
+
*/
|
|
9715
|
+
category: outputs.bedrock.DataAutomationProjectAudioExtractionCategory;
|
|
9716
|
+
}
|
|
9717
|
+
interface DataAutomationProjectAudioStandardGenerativeField {
|
|
9718
|
+
/**
|
|
9719
|
+
* Whether generating descriptions is enabled for audio.
|
|
9720
|
+
*/
|
|
9721
|
+
state: enums.bedrock.DataAutomationProjectState;
|
|
9722
|
+
/**
|
|
9723
|
+
* The types of description to generate.
|
|
9724
|
+
*/
|
|
9725
|
+
types?: enums.bedrock.DataAutomationProjectAudioStandardGenerativeFieldType[];
|
|
9726
|
+
}
|
|
9727
|
+
interface DataAutomationProjectAudioStandardOutputConfiguration {
|
|
9728
|
+
/**
|
|
9729
|
+
* Settings for populating data fields that describe the audio.
|
|
9730
|
+
*/
|
|
9731
|
+
extraction?: outputs.bedrock.DataAutomationProjectAudioStandardExtraction;
|
|
9732
|
+
/**
|
|
9733
|
+
* Whether to generate descriptions of the data.
|
|
9734
|
+
*/
|
|
9735
|
+
generativeField?: outputs.bedrock.DataAutomationProjectAudioStandardGenerativeField;
|
|
9736
|
+
}
|
|
9737
|
+
interface DataAutomationProjectBlueprintItem {
|
|
9738
|
+
/**
|
|
9739
|
+
* ARN of a Blueprint
|
|
9740
|
+
*/
|
|
9741
|
+
blueprintArn: string;
|
|
9742
|
+
/**
|
|
9743
|
+
* The blueprint's stage.
|
|
9744
|
+
*/
|
|
9745
|
+
blueprintStage?: enums.bedrock.DataAutomationProjectBlueprintStage;
|
|
9746
|
+
/**
|
|
9747
|
+
* Blueprint Version
|
|
9748
|
+
*/
|
|
9749
|
+
blueprintVersion?: string;
|
|
9750
|
+
}
|
|
9751
|
+
/**
|
|
9752
|
+
* Custom output configuration
|
|
9753
|
+
*/
|
|
9754
|
+
interface DataAutomationProjectCustomOutputConfiguration {
|
|
9755
|
+
/**
|
|
9756
|
+
* A list of blueprints.
|
|
9757
|
+
*/
|
|
9758
|
+
blueprints?: outputs.bedrock.DataAutomationProjectBlueprintItem[];
|
|
9759
|
+
}
|
|
9760
|
+
interface DataAutomationProjectDocumentBoundingBox {
|
|
9761
|
+
/**
|
|
9762
|
+
* Whether bounding boxes are enabled for documents.
|
|
9763
|
+
*/
|
|
9764
|
+
state: enums.bedrock.DataAutomationProjectState;
|
|
9765
|
+
}
|
|
9766
|
+
interface DataAutomationProjectDocumentExtractionGranularity {
|
|
9767
|
+
/**
|
|
9768
|
+
* Granularity settings for documents.
|
|
9769
|
+
*/
|
|
9770
|
+
types?: enums.bedrock.DataAutomationProjectDocumentExtractionGranularityType[];
|
|
9771
|
+
}
|
|
9772
|
+
interface DataAutomationProjectDocumentOutputAdditionalFileFormat {
|
|
9773
|
+
/**
|
|
9774
|
+
* Whether additional file formats are enabled for a project.
|
|
9775
|
+
*/
|
|
9776
|
+
state: enums.bedrock.DataAutomationProjectState;
|
|
9777
|
+
}
|
|
9778
|
+
interface DataAutomationProjectDocumentOutputFormat {
|
|
9779
|
+
/**
|
|
9780
|
+
* Output settings for additional file formats.
|
|
9781
|
+
*/
|
|
9782
|
+
additionalFileFormat: outputs.bedrock.DataAutomationProjectDocumentOutputAdditionalFileFormat;
|
|
9783
|
+
/**
|
|
9784
|
+
* An output text format.
|
|
9785
|
+
*/
|
|
9786
|
+
textFormat: outputs.bedrock.DataAutomationProjectDocumentOutputTextFormat;
|
|
9787
|
+
}
|
|
9788
|
+
interface DataAutomationProjectDocumentOutputTextFormat {
|
|
9789
|
+
/**
|
|
9790
|
+
* The types of output text to generate.
|
|
9791
|
+
*/
|
|
9792
|
+
types?: enums.bedrock.DataAutomationProjectDocumentOutputTextFormatType[];
|
|
9793
|
+
}
|
|
9794
|
+
interface DataAutomationProjectDocumentOverrideConfiguration {
|
|
9795
|
+
/**
|
|
9796
|
+
* Whether document splitter is enabled for a project.
|
|
9797
|
+
*/
|
|
9798
|
+
splitter?: outputs.bedrock.DataAutomationProjectSplitterConfiguration;
|
|
9799
|
+
}
|
|
9800
|
+
interface DataAutomationProjectDocumentStandardExtraction {
|
|
9801
|
+
/**
|
|
9802
|
+
* Whether to generate bounding boxes.
|
|
9803
|
+
*/
|
|
9804
|
+
boundingBox: outputs.bedrock.DataAutomationProjectDocumentBoundingBox;
|
|
9805
|
+
/**
|
|
9806
|
+
* Which granularities to generate data for.
|
|
9807
|
+
*/
|
|
9808
|
+
granularity: outputs.bedrock.DataAutomationProjectDocumentExtractionGranularity;
|
|
9809
|
+
}
|
|
9810
|
+
interface DataAutomationProjectDocumentStandardGenerativeField {
|
|
9811
|
+
/**
|
|
9812
|
+
* Whether generating descriptions is enabled for documents.
|
|
9813
|
+
*/
|
|
9814
|
+
state: enums.bedrock.DataAutomationProjectState;
|
|
9815
|
+
}
|
|
9816
|
+
interface DataAutomationProjectDocumentStandardOutputConfiguration {
|
|
9817
|
+
/**
|
|
9818
|
+
* Settings for populating data fields that describe the document.
|
|
9819
|
+
*/
|
|
9820
|
+
extraction?: outputs.bedrock.DataAutomationProjectDocumentStandardExtraction;
|
|
9821
|
+
/**
|
|
9822
|
+
* Whether to generate descriptions.
|
|
9823
|
+
*/
|
|
9824
|
+
generativeField?: outputs.bedrock.DataAutomationProjectDocumentStandardGenerativeField;
|
|
9825
|
+
/**
|
|
9826
|
+
* The output format to generate.
|
|
9827
|
+
*/
|
|
9828
|
+
outputFormat?: outputs.bedrock.DataAutomationProjectDocumentOutputFormat;
|
|
9829
|
+
}
|
|
9830
|
+
interface DataAutomationProjectImageBoundingBox {
|
|
9831
|
+
/**
|
|
9832
|
+
* Bounding box settings for a project.
|
|
9833
|
+
*/
|
|
9834
|
+
state: enums.bedrock.DataAutomationProjectState;
|
|
9835
|
+
}
|
|
9836
|
+
interface DataAutomationProjectImageExtractionCategory {
|
|
9837
|
+
/**
|
|
9838
|
+
* Whether generating categorical data from images is enabled.
|
|
9839
|
+
*/
|
|
9840
|
+
state: enums.bedrock.DataAutomationProjectState;
|
|
9841
|
+
/**
|
|
9842
|
+
* The types of data to generate.
|
|
9843
|
+
*/
|
|
9844
|
+
types?: enums.bedrock.DataAutomationProjectImageExtractionCategoryType[];
|
|
9845
|
+
}
|
|
9846
|
+
interface DataAutomationProjectImageStandardExtraction {
|
|
9847
|
+
/**
|
|
9848
|
+
* Settings for generating bounding boxes.
|
|
9849
|
+
*/
|
|
9850
|
+
boundingBox: outputs.bedrock.DataAutomationProjectImageBoundingBox;
|
|
9851
|
+
/**
|
|
9852
|
+
* Settings for generating categorical data.
|
|
9853
|
+
*/
|
|
9854
|
+
category: outputs.bedrock.DataAutomationProjectImageExtractionCategory;
|
|
9855
|
+
}
|
|
9856
|
+
interface DataAutomationProjectImageStandardGenerativeField {
|
|
9857
|
+
/**
|
|
9858
|
+
* Whether generating descriptions is enabled for images.
|
|
9859
|
+
*/
|
|
9860
|
+
state: enums.bedrock.DataAutomationProjectState;
|
|
9861
|
+
/**
|
|
9862
|
+
* Settings for generating descriptions of images.
|
|
9863
|
+
*/
|
|
9864
|
+
types?: enums.bedrock.DataAutomationProjectImageStandardGenerativeFieldType[];
|
|
9865
|
+
}
|
|
9866
|
+
interface DataAutomationProjectImageStandardOutputConfiguration {
|
|
9867
|
+
/**
|
|
9868
|
+
* Settings for populating data fields that describe the image.
|
|
9869
|
+
*/
|
|
9870
|
+
extraction?: outputs.bedrock.DataAutomationProjectImageStandardExtraction;
|
|
9871
|
+
/**
|
|
9872
|
+
* Whether to generate descriptions of the data.
|
|
9873
|
+
*/
|
|
9874
|
+
generativeField?: outputs.bedrock.DataAutomationProjectImageStandardGenerativeField;
|
|
9875
|
+
}
|
|
9876
|
+
/**
|
|
9877
|
+
* Override configuration
|
|
9878
|
+
*/
|
|
9879
|
+
interface DataAutomationProjectOverrideConfiguration {
|
|
9880
|
+
/**
|
|
9881
|
+
* Additional settings for a project.
|
|
9882
|
+
*/
|
|
9883
|
+
document?: outputs.bedrock.DataAutomationProjectDocumentOverrideConfiguration;
|
|
9884
|
+
}
|
|
9885
|
+
interface DataAutomationProjectSplitterConfiguration {
|
|
9886
|
+
/**
|
|
9887
|
+
* Whether document splitter is enabled for a project.
|
|
9888
|
+
*/
|
|
9889
|
+
state?: enums.bedrock.DataAutomationProjectState;
|
|
9890
|
+
}
|
|
9891
|
+
/**
|
|
9892
|
+
* Standard output configuration
|
|
9893
|
+
*/
|
|
9894
|
+
interface DataAutomationProjectStandardOutputConfiguration {
|
|
9895
|
+
/**
|
|
9896
|
+
* Settings for processing audio.
|
|
9897
|
+
*/
|
|
9898
|
+
audio?: outputs.bedrock.DataAutomationProjectAudioStandardOutputConfiguration;
|
|
9899
|
+
/**
|
|
9900
|
+
* Settings for processing documents.
|
|
9901
|
+
*/
|
|
9902
|
+
document?: outputs.bedrock.DataAutomationProjectDocumentStandardOutputConfiguration;
|
|
9903
|
+
/**
|
|
9904
|
+
* Settings for processing images.
|
|
9905
|
+
*/
|
|
9906
|
+
image?: outputs.bedrock.DataAutomationProjectImageStandardOutputConfiguration;
|
|
9907
|
+
/**
|
|
9908
|
+
* Settings for processing video.
|
|
9909
|
+
*/
|
|
9910
|
+
video?: outputs.bedrock.DataAutomationProjectVideoStandardOutputConfiguration;
|
|
9911
|
+
}
|
|
9912
|
+
interface DataAutomationProjectVideoBoundingBox {
|
|
9913
|
+
/**
|
|
9914
|
+
* Whether bounding boxes are enabled for video.
|
|
9915
|
+
*/
|
|
9916
|
+
state: enums.bedrock.DataAutomationProjectState;
|
|
9917
|
+
}
|
|
9918
|
+
interface DataAutomationProjectVideoExtractionCategory {
|
|
9919
|
+
/**
|
|
9920
|
+
* Whether generating categorical data from video is enabled.
|
|
9921
|
+
*/
|
|
9922
|
+
state: enums.bedrock.DataAutomationProjectState;
|
|
9923
|
+
/**
|
|
9924
|
+
* The types of data to generate.
|
|
9925
|
+
*/
|
|
9926
|
+
types?: enums.bedrock.DataAutomationProjectVideoExtractionCategoryType[];
|
|
9927
|
+
}
|
|
9928
|
+
interface DataAutomationProjectVideoStandardExtraction {
|
|
9929
|
+
/**
|
|
9930
|
+
* Settings for generating bounding boxes.
|
|
9931
|
+
*/
|
|
9932
|
+
boundingBox: outputs.bedrock.DataAutomationProjectVideoBoundingBox;
|
|
9933
|
+
/**
|
|
9934
|
+
* Settings for generating categorical data.
|
|
9935
|
+
*/
|
|
9936
|
+
category: outputs.bedrock.DataAutomationProjectVideoExtractionCategory;
|
|
9937
|
+
}
|
|
9938
|
+
interface DataAutomationProjectVideoStandardGenerativeField {
|
|
9939
|
+
/**
|
|
9940
|
+
* Whether generating descriptions is enabled for video.
|
|
9941
|
+
*/
|
|
9942
|
+
state: enums.bedrock.DataAutomationProjectState;
|
|
9943
|
+
/**
|
|
9944
|
+
* The types of description to generate.
|
|
9945
|
+
*/
|
|
9946
|
+
types?: enums.bedrock.DataAutomationProjectVideoStandardGenerativeFieldType[];
|
|
9947
|
+
}
|
|
9948
|
+
interface DataAutomationProjectVideoStandardOutputConfiguration {
|
|
9949
|
+
/**
|
|
9950
|
+
* Settings for populating data fields that describe the video.
|
|
9951
|
+
*/
|
|
9952
|
+
extraction?: outputs.bedrock.DataAutomationProjectVideoStandardExtraction;
|
|
9953
|
+
/**
|
|
9954
|
+
* Whether to generate descriptions of the video.
|
|
9955
|
+
*/
|
|
9956
|
+
generativeField?: outputs.bedrock.DataAutomationProjectVideoStandardGenerativeField;
|
|
9957
|
+
}
|
|
9660
9958
|
/**
|
|
9661
9959
|
* Settings for a Bedrock Data Automation used to parse documents for a data source.
|
|
9662
9960
|
*/
|
|
@@ -11894,6 +12192,13 @@ export declare namespace bedrock {
|
|
|
11894
12192
|
content: (outputs.bedrock.PromptContentBlock0Properties | outputs.bedrock.PromptContentBlock1Properties)[];
|
|
11895
12193
|
role: enums.bedrock.PromptConversationRole;
|
|
11896
12194
|
}
|
|
12195
|
+
/**
|
|
12196
|
+
* Contains a key-value pair that defines a metadata tag and value to attach to a prompt variant.
|
|
12197
|
+
*/
|
|
12198
|
+
interface PromptMetadataEntry {
|
|
12199
|
+
key: string;
|
|
12200
|
+
value: string;
|
|
12201
|
+
}
|
|
11897
12202
|
/**
|
|
11898
12203
|
* Prompt model inference configuration
|
|
11899
12204
|
*/
|
|
@@ -12056,6 +12361,10 @@ export declare namespace bedrock {
|
|
|
12056
12361
|
* Contains inference configurations for the prompt variant.
|
|
12057
12362
|
*/
|
|
12058
12363
|
inferenceConfiguration?: outputs.bedrock.PromptInferenceConfigurationProperties;
|
|
12364
|
+
/**
|
|
12365
|
+
* An array of objects, each containing a key-value pair that defines a metadata tag and value to attach to a prompt variant.
|
|
12366
|
+
*/
|
|
12367
|
+
metadata?: outputs.bedrock.PromptMetadataEntry[];
|
|
12059
12368
|
/**
|
|
12060
12369
|
* 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
12370
|
*/
|
|
@@ -12167,6 +12476,13 @@ export declare namespace bedrock {
|
|
|
12167
12476
|
*/
|
|
12168
12477
|
name?: string;
|
|
12169
12478
|
}
|
|
12479
|
+
/**
|
|
12480
|
+
* Contains a key-value pair that defines a metadata tag and value to attach to a prompt variant.
|
|
12481
|
+
*/
|
|
12482
|
+
interface PromptVersionPromptMetadataEntry {
|
|
12483
|
+
key: string;
|
|
12484
|
+
value: string;
|
|
12485
|
+
}
|
|
12170
12486
|
/**
|
|
12171
12487
|
* Prompt model inference configuration
|
|
12172
12488
|
*/
|
|
@@ -12216,6 +12532,10 @@ export declare namespace bedrock {
|
|
|
12216
12532
|
* Contains inference configurations for the prompt variant.
|
|
12217
12533
|
*/
|
|
12218
12534
|
inferenceConfiguration?: outputs.bedrock.PromptVersionPromptInferenceConfigurationProperties;
|
|
12535
|
+
/**
|
|
12536
|
+
* An array of objects, each containing a key-value pair that defines a metadata tag and value to attach to a prompt variant.
|
|
12537
|
+
*/
|
|
12538
|
+
metadata?: outputs.bedrock.PromptVersionPromptMetadataEntry[];
|
|
12219
12539
|
/**
|
|
12220
12540
|
* 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
12541
|
*/
|
|
@@ -21601,6 +21921,14 @@ export declare namespace dms {
|
|
|
21601
21921
|
* DocDbSettings property identifier.
|
|
21602
21922
|
*/
|
|
21603
21923
|
docDbSettings?: outputs.dms.SettingsPropertiesDocDbSettingsProperties;
|
|
21924
|
+
/**
|
|
21925
|
+
* IbmDb2LuwSettings property identifier.
|
|
21926
|
+
*/
|
|
21927
|
+
ibmDb2LuwSettings?: outputs.dms.SettingsPropertiesIbmDb2LuwSettingsProperties;
|
|
21928
|
+
/**
|
|
21929
|
+
* IbmDb2zOsSettings property identifier.
|
|
21930
|
+
*/
|
|
21931
|
+
ibmDb2zOsSettings?: outputs.dms.SettingsPropertiesIbmDb2zOsSettingsProperties;
|
|
21604
21932
|
/**
|
|
21605
21933
|
* MariaDbSettings property identifier.
|
|
21606
21934
|
*/
|
|
@@ -21640,6 +21968,26 @@ export declare namespace dms {
|
|
|
21640
21968
|
serverName: string;
|
|
21641
21969
|
sslMode?: enums.dms.DataProviderMongoDbSslModeValue;
|
|
21642
21970
|
}
|
|
21971
|
+
/**
|
|
21972
|
+
* IbmDb2LuwSettings property identifier.
|
|
21973
|
+
*/
|
|
21974
|
+
interface SettingsPropertiesIbmDb2LuwSettingsProperties {
|
|
21975
|
+
certificateArn?: string;
|
|
21976
|
+
databaseName: string;
|
|
21977
|
+
port: number;
|
|
21978
|
+
serverName: string;
|
|
21979
|
+
sslMode: enums.dms.DataProviderDb2SslModeValue;
|
|
21980
|
+
}
|
|
21981
|
+
/**
|
|
21982
|
+
* IbmDb2zOsSettings property identifier.
|
|
21983
|
+
*/
|
|
21984
|
+
interface SettingsPropertiesIbmDb2zOsSettingsProperties {
|
|
21985
|
+
certificateArn?: string;
|
|
21986
|
+
databaseName: string;
|
|
21987
|
+
port: number;
|
|
21988
|
+
serverName: string;
|
|
21989
|
+
sslMode: enums.dms.DataProviderDb2SslModeValue;
|
|
21990
|
+
}
|
|
21643
21991
|
/**
|
|
21644
21992
|
* MariaDbSettings property identifier.
|
|
21645
21993
|
*/
|
|
@@ -23786,6 +24134,9 @@ export declare namespace ec2 {
|
|
|
23786
24134
|
* The network interfaces for the instance.
|
|
23787
24135
|
*/
|
|
23788
24136
|
networkInterfaces?: outputs.ec2.LaunchTemplateNetworkInterface[];
|
|
24137
|
+
/**
|
|
24138
|
+
* 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) .
|
|
24139
|
+
*/
|
|
23789
24140
|
networkPerformanceOptions?: any;
|
|
23790
24141
|
/**
|
|
23791
24142
|
* The placement for the instance.
|
|
@@ -26915,16 +27266,16 @@ export declare namespace ec2 {
|
|
|
26915
27266
|
}
|
|
26916
27267
|
export declare namespace ecr {
|
|
26917
27268
|
/**
|
|
26918
|
-
*
|
|
27269
|
+
* The replication configuration for a registry.
|
|
26919
27270
|
*/
|
|
26920
27271
|
interface ReplicationConfiguration {
|
|
26921
27272
|
/**
|
|
26922
|
-
* An array of objects representing the replication
|
|
27273
|
+
* An array of objects representing the replication destinations and repository filters for a replication configuration.
|
|
26923
27274
|
*/
|
|
26924
27275
|
rules: outputs.ecr.ReplicationConfigurationReplicationRule[];
|
|
26925
27276
|
}
|
|
26926
27277
|
/**
|
|
26927
|
-
* An array of objects representing the
|
|
27278
|
+
* An array of objects representing the destination for a replication rule.
|
|
26928
27279
|
*/
|
|
26929
27280
|
interface ReplicationConfigurationReplicationDestination {
|
|
26930
27281
|
/**
|
|
@@ -26937,70 +27288,66 @@ export declare namespace ecr {
|
|
|
26937
27288
|
registryId: string;
|
|
26938
27289
|
}
|
|
26939
27290
|
/**
|
|
26940
|
-
* An array of objects representing the
|
|
27291
|
+
* An array of objects representing the replication destinations and repository filters for a replication configuration.
|
|
26941
27292
|
*/
|
|
26942
27293
|
interface ReplicationConfigurationReplicationRule {
|
|
26943
27294
|
/**
|
|
26944
|
-
* An array of objects representing the
|
|
27295
|
+
* An array of objects representing the destination for a replication rule.
|
|
26945
27296
|
*/
|
|
26946
27297
|
destinations: outputs.ecr.ReplicationConfigurationReplicationDestination[];
|
|
26947
27298
|
/**
|
|
26948
|
-
* An array of objects representing the
|
|
27299
|
+
* 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
27300
|
*/
|
|
26950
27301
|
repositoryFilters?: outputs.ecr.ReplicationConfigurationRepositoryFilter[];
|
|
26951
27302
|
}
|
|
26952
27303
|
/**
|
|
26953
|
-
*
|
|
27304
|
+
* 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
27305
|
*/
|
|
26955
27306
|
interface ReplicationConfigurationRepositoryFilter {
|
|
26956
27307
|
/**
|
|
26957
|
-
* The repository filter details. When the
|
|
27308
|
+
* 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
27309
|
*/
|
|
26959
27310
|
filter: string;
|
|
26960
27311
|
/**
|
|
26961
|
-
* The repository filter type. The only supported value is
|
|
27312
|
+
* The repository filter type. The only supported value is ``PREFIX_MATCH``, which is a repository name prefix specified with the ``filter`` parameter.
|
|
26962
27313
|
*/
|
|
26963
27314
|
filterType: enums.ecr.ReplicationConfigurationFilterType;
|
|
26964
27315
|
}
|
|
26965
27316
|
/**
|
|
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
|
|
27317
|
+
* The encryption configuration for the repository. This determines how the contents of your repository are encrypted at rest.
|
|
27318
|
+
* 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.
|
|
27319
|
+
* 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
27320
|
*/
|
|
26970
27321
|
interface RepositoryCreationTemplateEncryptionConfiguration {
|
|
26971
27322
|
/**
|
|
26972
27323
|
* 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* .
|
|
27324
|
+
* 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.
|
|
27325
|
+
* 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.
|
|
27326
|
+
* 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.
|
|
27327
|
+
* 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
27328
|
*/
|
|
26982
27329
|
encryptionType: enums.ecr.RepositoryCreationTemplateEncryptionType;
|
|
26983
27330
|
/**
|
|
26984
|
-
* If you use the
|
|
27331
|
+
* 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
27332
|
*/
|
|
26986
27333
|
kmsKey?: string;
|
|
26987
27334
|
}
|
|
26988
27335
|
/**
|
|
26989
|
-
*
|
|
27336
|
+
* 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
27337
|
*/
|
|
26991
27338
|
interface RepositoryCreationTemplateTag {
|
|
26992
27339
|
/**
|
|
26993
|
-
*
|
|
27340
|
+
* 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
27341
|
*/
|
|
26995
27342
|
key: string;
|
|
26996
27343
|
/**
|
|
26997
|
-
*
|
|
27344
|
+
* A ``value`` acts as a descriptor within a tag category (key).
|
|
26998
27345
|
*/
|
|
26999
27346
|
value: string;
|
|
27000
27347
|
}
|
|
27001
27348
|
/**
|
|
27002
27349
|
* 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
|
|
27350
|
+
* 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
27351
|
* 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
27352
|
*/
|
|
27006
27353
|
interface RepositoryEncryptionConfiguration {
|
|
@@ -27189,10 +27536,12 @@ export declare namespace ecs {
|
|
|
27189
27536
|
interface ClusterManagedStorageConfiguration {
|
|
27190
27537
|
/**
|
|
27191
27538
|
* Specify the KMSlong key ID for the Fargate ephemeral storage.
|
|
27539
|
+
* The key must be a single Region key.
|
|
27192
27540
|
*/
|
|
27193
27541
|
fargateEphemeralStorageKmsKeyId?: string;
|
|
27194
27542
|
/**
|
|
27195
27543
|
* Specify a KMSlong key ID to encrypt the managed storage.
|
|
27544
|
+
* The key must be a single Region key.
|
|
27196
27545
|
*/
|
|
27197
27546
|
kmsKeyId?: string;
|
|
27198
27547
|
}
|
|
@@ -27202,7 +27551,7 @@ export declare namespace ecs {
|
|
|
27202
27551
|
*/
|
|
27203
27552
|
interface ClusterServiceConnectDefaults {
|
|
27204
27553
|
/**
|
|
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
|
|
27554
|
+
* 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
27555
|
* 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
27556
|
* 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
27557
|
* 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 +27582,11 @@ export declare namespace ecs {
|
|
|
27233
27582
|
*/
|
|
27234
27583
|
interface ServiceAwsVpcConfiguration {
|
|
27235
27584
|
/**
|
|
27236
|
-
* Whether the task's elastic network interface receives a public IP address.
|
|
27585
|
+
* Whether the task's elastic network interface receives a public IP address.
|
|
27586
|
+
* Consider the following when you set this value:
|
|
27587
|
+
* + When you use ``create-service`` or ``update-service``, the default is ``DISABLED``.
|
|
27588
|
+
* + When the service ``deploymentController`` is ``ECS``, the value must be ``DISABLED``.
|
|
27589
|
+
* + When you use ``create-service`` or ``update-service``, the default is ``ENABLED``.
|
|
27237
27590
|
*/
|
|
27238
27591
|
assignPublicIp?: enums.ecs.ServiceAwsVpcConfigurationAssignPublicIp;
|
|
27239
27592
|
/**
|
|
@@ -27715,6 +28068,13 @@ export declare namespace ecs {
|
|
|
27715
28068
|
* + 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
28069
|
* + Tag keys and values are case-sensitive.
|
|
27717
28070
|
* + 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.
|
|
28071
|
+
*
|
|
28072
|
+
* 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*.
|
|
28073
|
+
* ``arn:aws:ecs:region:aws_account_id:service/service-name``
|
|
28074
|
+
* After the migration is complete, the following are true:
|
|
28075
|
+
* + The service ARN is: ``arn:aws:ecs:region:aws_account_id:service/cluster-name/service-name``
|
|
28076
|
+
* + You can use CFN to tag the service as you would a service with a long ARN format.
|
|
28077
|
+
* + When the ``PhysicalResourceId`` in the CFN stack represents a service, the value does not change and will be the short service ARN.
|
|
27718
28078
|
*/
|
|
27719
28079
|
interface ServiceTag {
|
|
27720
28080
|
/**
|
|
@@ -28246,20 +28606,20 @@ export declare namespace ecs {
|
|
|
28246
28606
|
*/
|
|
28247
28607
|
command?: string[];
|
|
28248
28608
|
/**
|
|
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.
|
|
28609
|
+
* 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
28610
|
*/
|
|
28251
28611
|
interval?: number;
|
|
28252
28612
|
/**
|
|
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.
|
|
28613
|
+
* 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
28614
|
*/
|
|
28255
28615
|
retries?: number;
|
|
28256
28616
|
/**
|
|
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.
|
|
28617
|
+
* 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
28618
|
* 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
28619
|
*/
|
|
28260
28620
|
startPeriod?: number;
|
|
28261
28621
|
/**
|
|
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.
|
|
28622
|
+
* 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
28623
|
*/
|
|
28264
28624
|
timeout?: number;
|
|
28265
28625
|
}
|
|
@@ -28301,6 +28661,12 @@ export declare namespace ecs {
|
|
|
28301
28661
|
}
|
|
28302
28662
|
/**
|
|
28303
28663
|
* 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.
|
|
28664
|
+
* 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.
|
|
28665
|
+
* + 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.
|
|
28666
|
+
* + 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.
|
|
28667
|
+
* + When the ``drop`` request parameter is set to ALL, the container capabilities are the capabilities specified in the ``add`` request parameter.
|
|
28668
|
+
* + 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.
|
|
28669
|
+
* + 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
28670
|
*/
|
|
28305
28671
|
interface TaskDefinitionKernelCapabilities {
|
|
28306
28672
|
/**
|
|
@@ -29285,17 +29651,17 @@ export declare namespace eks {
|
|
|
29285
29651
|
/**
|
|
29286
29652
|
* The ID of the launch template.
|
|
29287
29653
|
*
|
|
29288
|
-
* You must specify either the launch template ID or the launch template name in the request, but not both.
|
|
29654
|
+
* 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
29655
|
*/
|
|
29290
29656
|
id?: string;
|
|
29291
29657
|
/**
|
|
29292
29658
|
* The name of the launch template.
|
|
29293
29659
|
*
|
|
29294
|
-
* You must specify either the launch template name or the launch template ID in the request, but not both.
|
|
29660
|
+
* 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
29661
|
*/
|
|
29296
29662
|
name?: string;
|
|
29297
29663
|
/**
|
|
29298
|
-
* The version number of the launch template to use. If no version is specified, then the template's default version is used.
|
|
29664
|
+
* 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
29665
|
*/
|
|
29300
29666
|
version?: string;
|
|
29301
29667
|
}
|
|
@@ -32882,7 +33248,7 @@ export declare namespace gamelift {
|
|
|
32882
33248
|
*/
|
|
32883
33249
|
interface ContainerFleetLocationConfiguration {
|
|
32884
33250
|
/**
|
|
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.
|
|
33251
|
+
* 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
33252
|
*/
|
|
32887
33253
|
location: string;
|
|
32888
33254
|
locationCapacity?: outputs.gamelift.ContainerFleetLocationCapacity;
|
|
@@ -32896,7 +33262,7 @@ export declare namespace gamelift {
|
|
|
32896
33262
|
* The type of log collection to use for a fleet.
|
|
32897
33263
|
*
|
|
32898
33264
|
* - `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.
|
|
33265
|
+
* - `S3` -- Store logs in an Amazon S3 bucket that you define. This bucket must reside in the fleet's home AWS Region.
|
|
32900
33266
|
* - `NONE` -- Don't collect container logs.
|
|
32901
33267
|
*/
|
|
32902
33268
|
logDestination?: enums.gamelift.ContainerFleetLogDestination;
|
|
@@ -33201,7 +33567,7 @@ export declare namespace gamelift {
|
|
|
33201
33567
|
*/
|
|
33202
33568
|
interface FleetLocationConfiguration {
|
|
33203
33569
|
/**
|
|
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.
|
|
33570
|
+
* 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
33571
|
*/
|
|
33206
33572
|
location: string;
|
|
33207
33573
|
/**
|
|
@@ -33335,7 +33701,7 @@ export declare namespace gamelift {
|
|
|
33335
33701
|
*/
|
|
33336
33702
|
interface GameServerGroupAutoScalingPolicy {
|
|
33337
33703
|
/**
|
|
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.
|
|
33704
|
+
* 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
33705
|
*/
|
|
33340
33706
|
estimatedInstanceWarmup?: number;
|
|
33341
33707
|
/**
|
|
@@ -33406,16 +33772,16 @@ export declare namespace gamelift {
|
|
|
33406
33772
|
}
|
|
33407
33773
|
interface GameSessionQueuePriorityConfiguration {
|
|
33408
33774
|
/**
|
|
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)
|
|
33775
|
+
* 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
33776
|
*/
|
|
33411
33777
|
locationOrder?: string[];
|
|
33412
33778
|
/**
|
|
33413
33779
|
* A custom sequence to use when prioritizing where to place new game sessions. Each priority type is listed once.
|
|
33414
33780
|
*
|
|
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` .
|
|
33781
|
+
* - `LATENCY` -- Amazon GameLift Servers prioritizes locations where the average player latency is lowest. Player latency data is provided in each game session placement request.
|
|
33782
|
+
* - `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.
|
|
33783
|
+
* - `DESTINATION` -- Amazon GameLift Servers prioritizes based on the list order of destinations in the queue configuration.
|
|
33784
|
+
* - `LOCATION` -- Amazon GameLift Servers prioritizes based on the provided order of locations, as defined in `LocationOrder` .
|
|
33419
33785
|
*/
|
|
33420
33786
|
priorityOrder?: enums.gamelift.GameSessionQueuePriorityOrderItem[];
|
|
33421
33787
|
}
|
|
@@ -33451,6 +33817,42 @@ export declare namespace gamelift {
|
|
|
33451
33817
|
roleArn: string;
|
|
33452
33818
|
}
|
|
33453
33819
|
}
|
|
33820
|
+
export declare namespace gameliftstreams {
|
|
33821
|
+
interface ApplicationRuntimeEnvironment {
|
|
33822
|
+
/**
|
|
33823
|
+
* The operating system and other drivers. For Proton, this also includes the Proton compatibility layer.
|
|
33824
|
+
*/
|
|
33825
|
+
type: string;
|
|
33826
|
+
/**
|
|
33827
|
+
* Versioned container environment for the application operating system.
|
|
33828
|
+
*/
|
|
33829
|
+
version: string;
|
|
33830
|
+
}
|
|
33831
|
+
interface StreamGroupDefaultApplication {
|
|
33832
|
+
/**
|
|
33833
|
+
* 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` .
|
|
33834
|
+
*/
|
|
33835
|
+
arn?: string;
|
|
33836
|
+
/**
|
|
33837
|
+
* An ID that uniquely identifies the application resource. For example: `a-9ZY8X7Wv6` .
|
|
33838
|
+
*/
|
|
33839
|
+
id?: string;
|
|
33840
|
+
}
|
|
33841
|
+
interface StreamGroupLocationConfiguration {
|
|
33842
|
+
/**
|
|
33843
|
+
* 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.
|
|
33844
|
+
*/
|
|
33845
|
+
alwaysOnCapacity?: number;
|
|
33846
|
+
/**
|
|
33847
|
+
* 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* .
|
|
33848
|
+
*/
|
|
33849
|
+
locationName: string;
|
|
33850
|
+
/**
|
|
33851
|
+
* 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).
|
|
33852
|
+
*/
|
|
33853
|
+
onDemandCapacity?: number;
|
|
33854
|
+
}
|
|
33855
|
+
}
|
|
33454
33856
|
export declare namespace globalaccelerator {
|
|
33455
33857
|
/**
|
|
33456
33858
|
* ARN of resource to share.
|
|
@@ -35159,6 +35561,19 @@ export declare namespace iam {
|
|
|
35159
35561
|
*/
|
|
35160
35562
|
policyName: string;
|
|
35161
35563
|
}
|
|
35564
|
+
/**
|
|
35565
|
+
* The private key metadata for the SAML provider
|
|
35566
|
+
*/
|
|
35567
|
+
interface SamlProviderSamlPrivateKey {
|
|
35568
|
+
/**
|
|
35569
|
+
* The unique identifier for the SAML private key.
|
|
35570
|
+
*/
|
|
35571
|
+
keyId: string;
|
|
35572
|
+
/**
|
|
35573
|
+
* 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.
|
|
35574
|
+
*/
|
|
35575
|
+
timestamp: string;
|
|
35576
|
+
}
|
|
35162
35577
|
/**
|
|
35163
35578
|
* 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
35579
|
*/
|
|
@@ -36277,9 +36692,13 @@ export declare namespace iot {
|
|
|
36277
36692
|
*/
|
|
36278
36693
|
conflictingClientIdsCheck?: outputs.iot.AccountAuditConfigurationAuditCheckConfiguration;
|
|
36279
36694
|
/**
|
|
36280
|
-
* Checks
|
|
36695
|
+
* Checks when a device certificate has been active for a number of days greater than or equal to the number you specify.
|
|
36696
|
+
*/
|
|
36697
|
+
deviceCertificateAgeCheck?: outputs.iot.AccountAuditConfigurationDeviceCertAgeAuditCheckConfiguration;
|
|
36698
|
+
/**
|
|
36699
|
+
* 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.
|
|
36281
36700
|
*/
|
|
36282
|
-
deviceCertificateExpiringCheck?: outputs.iot.
|
|
36701
|
+
deviceCertificateExpiringCheck?: outputs.iot.AccountAuditConfigurationDeviceCertExpirationAuditCheckConfiguration;
|
|
36283
36702
|
/**
|
|
36284
36703
|
* 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
36704
|
*/
|
|
@@ -36348,6 +36767,50 @@ export declare namespace iot {
|
|
|
36348
36767
|
*/
|
|
36349
36768
|
sns?: outputs.iot.AccountAuditConfigurationAuditNotificationTarget;
|
|
36350
36769
|
}
|
|
36770
|
+
/**
|
|
36771
|
+
* A structure containing the configName and corresponding configValue for configuring audit checks.
|
|
36772
|
+
*/
|
|
36773
|
+
interface AccountAuditConfigurationCertAgeCheckCustomConfiguration {
|
|
36774
|
+
/**
|
|
36775
|
+
* 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.
|
|
36776
|
+
*/
|
|
36777
|
+
certAgeThresholdInDays?: string;
|
|
36778
|
+
}
|
|
36779
|
+
/**
|
|
36780
|
+
* A structure containing the configName and corresponding configValue for configuring audit checks.
|
|
36781
|
+
*/
|
|
36782
|
+
interface AccountAuditConfigurationCertExpirationCheckCustomConfiguration {
|
|
36783
|
+
/**
|
|
36784
|
+
* 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.
|
|
36785
|
+
*/
|
|
36786
|
+
certExpirationThresholdInDays?: string;
|
|
36787
|
+
}
|
|
36788
|
+
/**
|
|
36789
|
+
* A structure containing the configName and corresponding configValue for configuring DeviceCertAgeCheck.
|
|
36790
|
+
*/
|
|
36791
|
+
interface AccountAuditConfigurationDeviceCertAgeAuditCheckConfiguration {
|
|
36792
|
+
/**
|
|
36793
|
+
* Configuration settings for the device certificate age check, including the threshold in days for certificate age. This configuration is of type `CertAgeCheckCustomConfiguration` .
|
|
36794
|
+
*/
|
|
36795
|
+
configuration?: outputs.iot.AccountAuditConfigurationCertAgeCheckCustomConfiguration;
|
|
36796
|
+
/**
|
|
36797
|
+
* True if the check is enabled.
|
|
36798
|
+
*/
|
|
36799
|
+
enabled?: boolean;
|
|
36800
|
+
}
|
|
36801
|
+
/**
|
|
36802
|
+
* A structure containing the configName and corresponding configValue for configuring DeviceCertExpirationCheck.
|
|
36803
|
+
*/
|
|
36804
|
+
interface AccountAuditConfigurationDeviceCertExpirationAuditCheckConfiguration {
|
|
36805
|
+
/**
|
|
36806
|
+
* Configuration settings for the device certificate expiration check, including the threshold in days before expiration. This configuration is of type `CertExpirationCheckCustomConfiguration`
|
|
36807
|
+
*/
|
|
36808
|
+
configuration?: outputs.iot.AccountAuditConfigurationCertExpirationCheckCustomConfiguration;
|
|
36809
|
+
/**
|
|
36810
|
+
* True if the check is enabled.
|
|
36811
|
+
*/
|
|
36812
|
+
enabled?: boolean;
|
|
36813
|
+
}
|
|
36351
36814
|
/**
|
|
36352
36815
|
* The properties of the billing group.
|
|
36353
36816
|
*/
|
|
@@ -36832,6 +37295,35 @@ export declare namespace iot {
|
|
|
36832
37295
|
*/
|
|
36833
37296
|
statistic?: enums.iot.SecurityProfileStatisticalThresholdStatistic;
|
|
36834
37297
|
}
|
|
37298
|
+
/**
|
|
37299
|
+
* The artifact location of the package version
|
|
37300
|
+
*/
|
|
37301
|
+
interface SoftwarePackageVersionPackageVersionArtifact {
|
|
37302
|
+
s3Location: outputs.iot.SoftwarePackageVersionS3Location;
|
|
37303
|
+
}
|
|
37304
|
+
/**
|
|
37305
|
+
* The Amazon S3 location
|
|
37306
|
+
*/
|
|
37307
|
+
interface SoftwarePackageVersionS3Location {
|
|
37308
|
+
/**
|
|
37309
|
+
* The S3 bucket
|
|
37310
|
+
*/
|
|
37311
|
+
bucket: string;
|
|
37312
|
+
/**
|
|
37313
|
+
* The S3 key
|
|
37314
|
+
*/
|
|
37315
|
+
key: string;
|
|
37316
|
+
/**
|
|
37317
|
+
* The S3 version
|
|
37318
|
+
*/
|
|
37319
|
+
version: string;
|
|
37320
|
+
}
|
|
37321
|
+
/**
|
|
37322
|
+
* The sbom zip archive location of the package version
|
|
37323
|
+
*/
|
|
37324
|
+
interface SoftwarePackageVersionSbom {
|
|
37325
|
+
s3Location: outputs.iot.SoftwarePackageVersionS3Location;
|
|
37326
|
+
}
|
|
36835
37327
|
interface ThingAttributePayload {
|
|
36836
37328
|
/**
|
|
36837
37329
|
* A JSON string containing up to three key-value pair in JSON format. For example:
|
|
@@ -39743,10 +40235,6 @@ export declare namespace iotsitewise {
|
|
|
39743
40235
|
* Contains a gateway's platform information.
|
|
39744
40236
|
*/
|
|
39745
40237
|
interface GatewayPlatform {
|
|
39746
|
-
/**
|
|
39747
|
-
* A gateway that runs on AWS IoT Greengrass V1.
|
|
39748
|
-
*/
|
|
39749
|
-
greengrass?: any;
|
|
39750
40238
|
/**
|
|
39751
40239
|
* A gateway that runs on AWS IoT Greengrass V2.
|
|
39752
40240
|
*/
|
|
@@ -39769,6 +40257,9 @@ export declare namespace iotsitewise {
|
|
|
39769
40257
|
* Container associated a certain PortalType.
|
|
39770
40258
|
*/
|
|
39771
40259
|
interface PortalTypeEntry {
|
|
40260
|
+
/**
|
|
40261
|
+
* The array of tools associated with the specified portal type. The possible values are `ASSISTANT` and `DASHBOARD` .
|
|
40262
|
+
*/
|
|
39772
40263
|
portalTools: string[];
|
|
39773
40264
|
}
|
|
39774
40265
|
}
|
|
@@ -44323,7 +44814,8 @@ export declare namespace lambda {
|
|
|
44323
44814
|
}
|
|
44324
44815
|
/**
|
|
44325
44816
|
* 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
|
-
*
|
|
44817
|
+
* 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.
|
|
44818
|
+
* 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
44819
|
*/
|
|
44328
44820
|
interface FunctionCode {
|
|
44329
44821
|
/**
|
|
@@ -44343,12 +44835,13 @@ export declare namespace lambda {
|
|
|
44343
44835
|
*/
|
|
44344
44836
|
s3ObjectVersion?: string;
|
|
44345
44837
|
/**
|
|
44346
|
-
* The ARN of the
|
|
44838
|
+
* 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
44839
|
*/
|
|
44348
44840
|
sourceKmsKeyArn?: string;
|
|
44349
44841
|
/**
|
|
44350
44842
|
* (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
|
-
*
|
|
44843
|
+
* 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.
|
|
44844
|
+
* For JSON, you must escape quotes and special characters such as newline (``\n``) with a backslash.
|
|
44352
44845
|
* 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
44846
|
*/
|
|
44354
44847
|
zipFile?: string;
|
|
@@ -49173,6 +49666,24 @@ export declare namespace mediapackagev2 {
|
|
|
49173
49666
|
*/
|
|
49174
49667
|
url?: string;
|
|
49175
49668
|
}
|
|
49669
|
+
/**
|
|
49670
|
+
* <p>The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive.</p>
|
|
49671
|
+
*/
|
|
49672
|
+
interface ChannelInputSwitchConfiguration {
|
|
49673
|
+
/**
|
|
49674
|
+
* <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>
|
|
49675
|
+
*/
|
|
49676
|
+
mqcsInputSwitching?: boolean;
|
|
49677
|
+
}
|
|
49678
|
+
/**
|
|
49679
|
+
* <p>The settings for what common media server data (CMSD) headers AWS Elemental MediaPackage includes in responses to the CDN.</p>
|
|
49680
|
+
*/
|
|
49681
|
+
interface ChannelOutputHeaderConfiguration {
|
|
49682
|
+
/**
|
|
49683
|
+
* <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>
|
|
49684
|
+
*/
|
|
49685
|
+
publishMqcs?: boolean;
|
|
49686
|
+
}
|
|
49176
49687
|
/**
|
|
49177
49688
|
* <p>Retrieve the DASH manifest configuration.</p>
|
|
49178
49689
|
*/
|
|
@@ -49847,14 +50358,33 @@ export declare namespace msk {
|
|
|
49847
50358
|
s3?: outputs.msk.ClusterS3;
|
|
49848
50359
|
}
|
|
49849
50360
|
interface ClusterBrokerNodeGroupInfo {
|
|
50361
|
+
/**
|
|
50362
|
+
* This parameter is currently not in use.
|
|
50363
|
+
*/
|
|
49850
50364
|
brokerAzDistribution?: string;
|
|
50365
|
+
/**
|
|
50366
|
+
* 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.
|
|
50367
|
+
*
|
|
50368
|
+
* 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.
|
|
50369
|
+
*
|
|
50370
|
+
* Client subnets can't occupy the Availability Zone with ID `use1-az3` .
|
|
50371
|
+
*/
|
|
49851
50372
|
clientSubnets: string[];
|
|
50373
|
+
/**
|
|
50374
|
+
* Information about the cluster's connectivity setting.
|
|
50375
|
+
*/
|
|
49852
50376
|
connectivityInfo?: outputs.msk.ClusterConnectivityInfo;
|
|
49853
50377
|
/**
|
|
49854
50378
|
* 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
50379
|
*/
|
|
49856
50380
|
instanceType: string;
|
|
50381
|
+
/**
|
|
50382
|
+
* 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.
|
|
50383
|
+
*/
|
|
49857
50384
|
securityGroups?: string[];
|
|
50385
|
+
/**
|
|
50386
|
+
* Contains information about storage volumes attached to Amazon MSK broker nodes.
|
|
50387
|
+
*/
|
|
49858
50388
|
storageInfo?: outputs.msk.ClusterStorageInfo;
|
|
49859
50389
|
}
|
|
49860
50390
|
interface ClusterClientAuthentication {
|
|
@@ -49882,11 +50412,28 @@ export declare namespace msk {
|
|
|
49882
50412
|
dataVolumeKmsKeyId: string;
|
|
49883
50413
|
}
|
|
49884
50414
|
interface ClusterEncryptionInTransit {
|
|
50415
|
+
/**
|
|
50416
|
+
* Indicates the encryption setting for data in transit between clients and brokers. You must set it to one of the following values.
|
|
50417
|
+
*
|
|
50418
|
+
* - `TLS` : Indicates that client-broker communication is enabled with TLS only.
|
|
50419
|
+
* - `TLS_PLAINTEXT` : Indicates that client-broker communication is enabled for both TLS-encrypted, as well as plaintext data.
|
|
50420
|
+
* - `PLAINTEXT` : Indicates that client-broker communication is enabled in plaintext only.
|
|
50421
|
+
*
|
|
50422
|
+
* The default value is `TLS` .
|
|
50423
|
+
*/
|
|
49885
50424
|
clientBroker?: enums.msk.ClusterEncryptionInTransitClientBroker;
|
|
50425
|
+
/**
|
|
50426
|
+
* 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.
|
|
50427
|
+
*
|
|
50428
|
+
* The default value is true.
|
|
50429
|
+
*/
|
|
49886
50430
|
inCluster?: boolean;
|
|
49887
50431
|
}
|
|
49888
50432
|
interface ClusterEncryptionInfo {
|
|
49889
50433
|
encryptionAtRest?: outputs.msk.ClusterEncryptionAtRest;
|
|
50434
|
+
/**
|
|
50435
|
+
* The details for encryption in transit.
|
|
50436
|
+
*/
|
|
49890
50437
|
encryptionInTransit?: outputs.msk.ClusterEncryptionInTransit;
|
|
49891
50438
|
}
|
|
49892
50439
|
interface ClusterFirehose {
|
|
@@ -49962,8 +50509,17 @@ export declare namespace msk {
|
|
|
49962
50509
|
enabled: boolean;
|
|
49963
50510
|
}
|
|
49964
50511
|
interface ConfigurationLatestRevision {
|
|
50512
|
+
/**
|
|
50513
|
+
* The time when the configuration revision was created.
|
|
50514
|
+
*/
|
|
49965
50515
|
creationTime?: string;
|
|
50516
|
+
/**
|
|
50517
|
+
* The description of the configuration revision.
|
|
50518
|
+
*/
|
|
49966
50519
|
description?: string;
|
|
50520
|
+
/**
|
|
50521
|
+
* The revision number.
|
|
50522
|
+
*/
|
|
49967
50523
|
revision?: number;
|
|
49968
50524
|
}
|
|
49969
50525
|
/**
|
|
@@ -50623,7 +51179,7 @@ export declare namespace networkfirewall {
|
|
|
50623
51179
|
*/
|
|
50624
51180
|
rulesString?: string;
|
|
50625
51181
|
/**
|
|
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-
|
|
51182
|
+
* 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
51183
|
*/
|
|
50628
51184
|
statefulRules?: outputs.networkfirewall.RuleGroupStatefulRule[];
|
|
50629
51185
|
/**
|
|
@@ -51595,10 +52151,103 @@ export declare namespace omics {
|
|
|
51595
52151
|
}
|
|
51596
52152
|
}
|
|
51597
52153
|
export declare namespace opensearchserverless {
|
|
52154
|
+
interface IndexPropertyMapping {
|
|
52155
|
+
/**
|
|
52156
|
+
* Dimension size for vector fields, defines the number of dimensions in the vector
|
|
52157
|
+
*/
|
|
52158
|
+
dimension?: number;
|
|
52159
|
+
/**
|
|
52160
|
+
* Whether a field should be indexed
|
|
52161
|
+
*/
|
|
52162
|
+
index?: boolean;
|
|
52163
|
+
/**
|
|
52164
|
+
* Configuration for k-NN search method
|
|
52165
|
+
*/
|
|
52166
|
+
method?: outputs.opensearchserverless.IndexPropertyMappingMethodProperties;
|
|
52167
|
+
/**
|
|
52168
|
+
* Nested fields within an object or nested field type
|
|
52169
|
+
*/
|
|
52170
|
+
properties?: {
|
|
52171
|
+
[key: string]: outputs.opensearchserverless.IndexPropertyMapping;
|
|
52172
|
+
};
|
|
52173
|
+
/**
|
|
52174
|
+
* The field data type. Must be a valid OpenSearch field type.
|
|
52175
|
+
*/
|
|
52176
|
+
type: enums.opensearchserverless.IndexPropertyMappingType;
|
|
52177
|
+
/**
|
|
52178
|
+
* Default value for the field when not specified in a document
|
|
52179
|
+
*/
|
|
52180
|
+
value?: string;
|
|
52181
|
+
}
|
|
52182
|
+
/**
|
|
52183
|
+
* Configuration for k-NN search method
|
|
52184
|
+
*/
|
|
52185
|
+
interface IndexPropertyMappingMethodProperties {
|
|
52186
|
+
/**
|
|
52187
|
+
* The k-NN search engine to use
|
|
52188
|
+
*/
|
|
52189
|
+
engine: enums.opensearchserverless.IndexPropertyMappingMethodPropertiesEngine;
|
|
52190
|
+
/**
|
|
52191
|
+
* The algorithm name for k-NN search
|
|
52192
|
+
*/
|
|
52193
|
+
name: enums.opensearchserverless.IndexPropertyMappingMethodPropertiesName;
|
|
52194
|
+
/**
|
|
52195
|
+
* Additional parameters for the k-NN algorithm
|
|
52196
|
+
*/
|
|
52197
|
+
parameters?: outputs.opensearchserverless.IndexPropertyMappingMethodPropertiesParametersProperties;
|
|
52198
|
+
/**
|
|
52199
|
+
* The distance function used for k-NN search
|
|
52200
|
+
*/
|
|
52201
|
+
spaceType?: enums.opensearchserverless.IndexPropertyMappingMethodPropertiesSpaceType;
|
|
52202
|
+
}
|
|
52203
|
+
/**
|
|
52204
|
+
* Additional parameters for the k-NN algorithm
|
|
52205
|
+
*/
|
|
52206
|
+
interface IndexPropertyMappingMethodPropertiesParametersProperties {
|
|
52207
|
+
/**
|
|
52208
|
+
* The size of the dynamic list used during k-NN graph creation
|
|
52209
|
+
*/
|
|
52210
|
+
efConstruction?: number;
|
|
52211
|
+
/**
|
|
52212
|
+
* Number of neighbors to consider during k-NN search
|
|
52213
|
+
*/
|
|
52214
|
+
m?: number;
|
|
52215
|
+
}
|
|
52216
|
+
interface IndexSettings {
|
|
52217
|
+
index?: outputs.opensearchserverless.IndexSettingsIndexProperties;
|
|
52218
|
+
}
|
|
52219
|
+
interface IndexSettingsIndexProperties {
|
|
52220
|
+
/**
|
|
52221
|
+
* Enable/disable k-nearest neighbor search capability
|
|
52222
|
+
*/
|
|
52223
|
+
knn?: boolean;
|
|
52224
|
+
/**
|
|
52225
|
+
* Size of the dynamic list for the nearest neighbors
|
|
52226
|
+
*/
|
|
52227
|
+
knnAlgoParamEfSearch?: number;
|
|
52228
|
+
/**
|
|
52229
|
+
* How often to perform refresh operation (e.g. '1s', '5s')
|
|
52230
|
+
*/
|
|
52231
|
+
refreshInterval?: string;
|
|
52232
|
+
}
|
|
52233
|
+
/**
|
|
52234
|
+
* Index Mappings
|
|
52235
|
+
*/
|
|
52236
|
+
interface MappingsProperties {
|
|
52237
|
+
/**
|
|
52238
|
+
* Defines the fields within the mapping, including their types and configurations
|
|
52239
|
+
*/
|
|
52240
|
+
properties?: {
|
|
52241
|
+
[key: string]: outputs.opensearchserverless.IndexPropertyMapping;
|
|
52242
|
+
};
|
|
52243
|
+
}
|
|
51598
52244
|
/**
|
|
51599
52245
|
* Describes IAM Identity Center options for an OpenSearch Serverless security configuration in the form of a key-value map
|
|
51600
52246
|
*/
|
|
51601
52247
|
interface SecurityConfigIamIdentityCenterConfigOptions {
|
|
52248
|
+
/**
|
|
52249
|
+
* The ARN of the IAM Identity Center application used to integrate with OpenSearch Serverless.
|
|
52250
|
+
*/
|
|
51602
52251
|
applicationArn?: string;
|
|
51603
52252
|
/**
|
|
51604
52253
|
* The description of the IAM Identity Center application used to integrate with OpenSearch Serverless
|
|
@@ -51608,8 +52257,17 @@ export declare namespace opensearchserverless {
|
|
|
51608
52257
|
* The name of the IAM Identity Center application used to integrate with OpenSearch Serverless
|
|
51609
52258
|
*/
|
|
51610
52259
|
applicationName?: string;
|
|
52260
|
+
/**
|
|
52261
|
+
* The group attribute for this IAM Identity Center integration. Defaults to `GroupId` .
|
|
52262
|
+
*/
|
|
51611
52263
|
groupAttribute?: string;
|
|
52264
|
+
/**
|
|
52265
|
+
* The ARN of the IAM Identity Center instance used to integrate with OpenSearch Serverless.
|
|
52266
|
+
*/
|
|
51612
52267
|
instanceArn: string;
|
|
52268
|
+
/**
|
|
52269
|
+
* The user attribute for this IAM Identity Center integration. Defaults to `UserId`
|
|
52270
|
+
*/
|
|
51613
52271
|
userAttribute?: string;
|
|
51614
52272
|
}
|
|
51615
52273
|
/**
|
|
@@ -52312,6 +52970,7 @@ export declare namespace paymentcryptography {
|
|
|
52312
52970
|
}
|
|
52313
52971
|
export declare namespace pcaconnectorad {
|
|
52314
52972
|
interface ConnectorVpcInformation {
|
|
52973
|
+
ipAddressType?: enums.pcaconnectorad.ConnectorVpcInformationIpAddressType;
|
|
52315
52974
|
/**
|
|
52316
52975
|
* The security groups used with the connector. You can use a maximum of 4 security groups with a connector.
|
|
52317
52976
|
*/
|
|
@@ -53795,7 +54454,11 @@ export declare namespace pipes {
|
|
|
53795
54454
|
*/
|
|
53796
54455
|
logStreamName?: string;
|
|
53797
54456
|
/**
|
|
53798
|
-
*
|
|
54457
|
+
* 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.
|
|
54458
|
+
*
|
|
54459
|
+
* 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.
|
|
54460
|
+
*
|
|
54461
|
+
* If no dynamic path parameter is provided, the default value is the time the invocation is processed by the Pipe.
|
|
53799
54462
|
*/
|
|
53800
54463
|
timestamp?: string;
|
|
53801
54464
|
}
|
|
@@ -54763,6 +55426,10 @@ export declare namespace quicksight {
|
|
|
54763
55426
|
* The field wells of the visual.
|
|
54764
55427
|
*/
|
|
54765
55428
|
fieldWells?: outputs.quicksight.AnalysisBarChartFieldWells;
|
|
55429
|
+
/**
|
|
55430
|
+
* The general visual interactions setup for a visual.
|
|
55431
|
+
*/
|
|
55432
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
54766
55433
|
/**
|
|
54767
55434
|
* The legend display setup of the visual.
|
|
54768
55435
|
*/
|
|
@@ -54890,6 +55557,10 @@ export declare namespace quicksight {
|
|
|
54890
55557
|
* The configuration of a page break for a section.
|
|
54891
55558
|
*/
|
|
54892
55559
|
pageBreakConfiguration?: outputs.quicksight.AnalysisSectionPageBreakConfiguration;
|
|
55560
|
+
/**
|
|
55561
|
+
* Describes the configurations that are required to declare a section as repeating.
|
|
55562
|
+
*/
|
|
55563
|
+
repeatConfiguration?: outputs.quicksight.AnalysisBodySectionRepeatConfiguration;
|
|
54893
55564
|
/**
|
|
54894
55565
|
* The unique identifier of a body section.
|
|
54895
55566
|
*/
|
|
@@ -54905,6 +55576,55 @@ export declare namespace quicksight {
|
|
|
54905
55576
|
*/
|
|
54906
55577
|
layout?: outputs.quicksight.AnalysisSectionLayoutConfiguration;
|
|
54907
55578
|
}
|
|
55579
|
+
interface AnalysisBodySectionDynamicCategoryDimensionConfiguration {
|
|
55580
|
+
column: outputs.quicksight.AnalysisColumnIdentifier;
|
|
55581
|
+
/**
|
|
55582
|
+
* Number of values to use from the column for repetition.
|
|
55583
|
+
*/
|
|
55584
|
+
limit?: number;
|
|
55585
|
+
/**
|
|
55586
|
+
* Sort criteria on the column values that you use for repetition.
|
|
55587
|
+
*/
|
|
55588
|
+
sortByMetrics?: outputs.quicksight.AnalysisColumnSort[];
|
|
55589
|
+
}
|
|
55590
|
+
interface AnalysisBodySectionDynamicNumericDimensionConfiguration {
|
|
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 AnalysisBodySectionRepeatConfiguration {
|
|
55602
|
+
/**
|
|
55603
|
+
* List of `BodySectionRepeatDimensionConfiguration` values that describe the dataset column and constraints for the column used to repeat the contents of a section.
|
|
55604
|
+
*/
|
|
55605
|
+
dimensionConfigurations?: outputs.quicksight.AnalysisBodySectionRepeatDimensionConfiguration[];
|
|
55606
|
+
/**
|
|
55607
|
+
* List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.
|
|
55608
|
+
*/
|
|
55609
|
+
nonRepeatingVisuals?: string[];
|
|
55610
|
+
/**
|
|
55611
|
+
* Page break configuration to apply for each repeating instance.
|
|
55612
|
+
*/
|
|
55613
|
+
pageBreakConfiguration?: outputs.quicksight.AnalysisBodySectionRepeatPageBreakConfiguration;
|
|
55614
|
+
}
|
|
55615
|
+
interface AnalysisBodySectionRepeatDimensionConfiguration {
|
|
55616
|
+
/**
|
|
55617
|
+
* Describes the *Category* dataset column and constraints around the dynamic values that will be used in repeating the section contents.
|
|
55618
|
+
*/
|
|
55619
|
+
dynamicCategoryDimensionConfiguration?: outputs.quicksight.AnalysisBodySectionDynamicCategoryDimensionConfiguration;
|
|
55620
|
+
/**
|
|
55621
|
+
* Describes the *Numeric* dataset column and constraints around the dynamic values used to repeat the contents of a section.
|
|
55622
|
+
*/
|
|
55623
|
+
dynamicNumericDimensionConfiguration?: outputs.quicksight.AnalysisBodySectionDynamicNumericDimensionConfiguration;
|
|
55624
|
+
}
|
|
55625
|
+
interface AnalysisBodySectionRepeatPageBreakConfiguration {
|
|
55626
|
+
after?: outputs.quicksight.AnalysisSectionAfterPageBreak;
|
|
55627
|
+
}
|
|
54908
55628
|
interface AnalysisBoxPlotAggregatedFieldWells {
|
|
54909
55629
|
/**
|
|
54910
55630
|
* The group by field well of a box plot chart. Values are grouped based on group by fields.
|
|
@@ -54932,6 +55652,10 @@ export declare namespace quicksight {
|
|
|
54932
55652
|
* The field wells of the visual.
|
|
54933
55653
|
*/
|
|
54934
55654
|
fieldWells?: outputs.quicksight.AnalysisBoxPlotFieldWells;
|
|
55655
|
+
/**
|
|
55656
|
+
* The general visual interactions setup for a visual.
|
|
55657
|
+
*/
|
|
55658
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
54935
55659
|
legend?: outputs.quicksight.AnalysisLegendOptions;
|
|
54936
55660
|
/**
|
|
54937
55661
|
* The label display options (grid line, range, scale, axis step) of a box plot category.
|
|
@@ -55320,6 +56044,10 @@ export declare namespace quicksight {
|
|
|
55320
56044
|
* The field wells of the visual.
|
|
55321
56045
|
*/
|
|
55322
56046
|
fieldWells?: outputs.quicksight.AnalysisComboChartFieldWells;
|
|
56047
|
+
/**
|
|
56048
|
+
* The general visual interactions setup for a visual.
|
|
56049
|
+
*/
|
|
56050
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
55323
56051
|
/**
|
|
55324
56052
|
* The legend display setup of the visual.
|
|
55325
56053
|
*/
|
|
@@ -55568,6 +56296,12 @@ export declare namespace quicksight {
|
|
|
55568
56296
|
*/
|
|
55569
56297
|
expression: string;
|
|
55570
56298
|
}
|
|
56299
|
+
interface AnalysisContextMenuOption {
|
|
56300
|
+
/**
|
|
56301
|
+
* 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.
|
|
56302
|
+
*/
|
|
56303
|
+
availabilityStatus?: enums.quicksight.AnalysisDashboardBehavior;
|
|
56304
|
+
}
|
|
55571
56305
|
interface AnalysisContributionAnalysisDefault {
|
|
55572
56306
|
/**
|
|
55573
56307
|
* The dimensions columns that are used in the contribution analysis, usually a list of `ColumnIdentifiers` .
|
|
@@ -55677,6 +56411,10 @@ export declare namespace quicksight {
|
|
|
55677
56411
|
* The sizing options for the size of the custom content visual. This structure is required when the `ContentType` of the visual is `'IMAGE'` .
|
|
55678
56412
|
*/
|
|
55679
56413
|
imageScaling?: enums.quicksight.AnalysisCustomContentImageScalingConfiguration;
|
|
56414
|
+
/**
|
|
56415
|
+
* The general visual interactions setup for a visual.
|
|
56416
|
+
*/
|
|
56417
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
55680
56418
|
}
|
|
55681
56419
|
interface AnalysisCustomContentVisual {
|
|
55682
56420
|
/**
|
|
@@ -56114,10 +56852,18 @@ export declare namespace quicksight {
|
|
|
56114
56852
|
valueWhenUnset?: outputs.quicksight.AnalysisDateTimeValueWhenUnsetConfiguration;
|
|
56115
56853
|
}
|
|
56116
56854
|
interface AnalysisDateTimePickerControlDisplayOptions {
|
|
56855
|
+
/**
|
|
56856
|
+
* The date icon visibility of the `DateTimePickerControlDisplayOptions` .
|
|
56857
|
+
*/
|
|
56858
|
+
dateIconVisibility?: enums.quicksight.AnalysisVisibility;
|
|
56117
56859
|
/**
|
|
56118
56860
|
* Customize how dates are formatted in controls.
|
|
56119
56861
|
*/
|
|
56120
56862
|
dateTimeFormat?: string;
|
|
56863
|
+
/**
|
|
56864
|
+
* The helper text visibility of the `DateTimePickerControlDisplayOptions` .
|
|
56865
|
+
*/
|
|
56866
|
+
helperTextVisibility?: enums.quicksight.AnalysisVisibility;
|
|
56121
56867
|
/**
|
|
56122
56868
|
* The configuration of info icon label options.
|
|
56123
56869
|
*/
|
|
@@ -56719,6 +57465,10 @@ export declare namespace quicksight {
|
|
|
56719
57465
|
* The field wells of the visual.
|
|
56720
57466
|
*/
|
|
56721
57467
|
fieldWells?: outputs.quicksight.AnalysisFilledMapFieldWells;
|
|
57468
|
+
/**
|
|
57469
|
+
* The general visual interactions setup for a visual.
|
|
57470
|
+
*/
|
|
57471
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
56722
57472
|
/**
|
|
56723
57473
|
* The legend display setup of the visual.
|
|
56724
57474
|
*/
|
|
@@ -57178,6 +57928,10 @@ export declare namespace quicksight {
|
|
|
57178
57928
|
* Determines the appearance of decorative lines on the text.
|
|
57179
57929
|
*/
|
|
57180
57930
|
fontDecoration?: enums.quicksight.AnalysisFontDecoration;
|
|
57931
|
+
/**
|
|
57932
|
+
* The font family that you want to use.
|
|
57933
|
+
*/
|
|
57934
|
+
fontFamily?: string;
|
|
57181
57935
|
/**
|
|
57182
57936
|
* The option that determines the text display size.
|
|
57183
57937
|
*/
|
|
@@ -57408,6 +58162,10 @@ export declare namespace quicksight {
|
|
|
57408
58162
|
* The field well configuration of a `FunnelChartVisual` .
|
|
57409
58163
|
*/
|
|
57410
58164
|
fieldWells?: outputs.quicksight.AnalysisFunnelChartFieldWells;
|
|
58165
|
+
/**
|
|
58166
|
+
* The general visual interactions setup for a visual.
|
|
58167
|
+
*/
|
|
58168
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
57411
58169
|
/**
|
|
57412
58170
|
* The sort configuration of a `FunnelChartVisual` .
|
|
57413
58171
|
*/
|
|
@@ -57509,6 +58267,16 @@ export declare namespace quicksight {
|
|
|
57509
58267
|
*/
|
|
57510
58268
|
foregroundColor?: outputs.quicksight.AnalysisConditionalFormattingColor;
|
|
57511
58269
|
}
|
|
58270
|
+
interface AnalysisGaugeChartColorConfiguration {
|
|
58271
|
+
/**
|
|
58272
|
+
* The background color configuration of a `GaugeChartVisual` .
|
|
58273
|
+
*/
|
|
58274
|
+
backgroundColor?: string;
|
|
58275
|
+
/**
|
|
58276
|
+
* The foreground color configuration of a `GaugeChartVisual` .
|
|
58277
|
+
*/
|
|
58278
|
+
foregroundColor?: string;
|
|
58279
|
+
}
|
|
57512
58280
|
interface AnalysisGaugeChartConditionalFormatting {
|
|
57513
58281
|
/**
|
|
57514
58282
|
* Conditional formatting options of a `GaugeChartVisual` .
|
|
@@ -57526,6 +58294,10 @@ export declare namespace quicksight {
|
|
|
57526
58294
|
primaryValue?: outputs.quicksight.AnalysisGaugeChartPrimaryValueConditionalFormatting;
|
|
57527
58295
|
}
|
|
57528
58296
|
interface AnalysisGaugeChartConfiguration {
|
|
58297
|
+
/**
|
|
58298
|
+
* The color configuration of a `GaugeChartVisual` .
|
|
58299
|
+
*/
|
|
58300
|
+
colorConfiguration?: outputs.quicksight.AnalysisGaugeChartColorConfiguration;
|
|
57529
58301
|
/**
|
|
57530
58302
|
* The data label configuration of a `GaugeChartVisual` .
|
|
57531
58303
|
*/
|
|
@@ -57538,6 +58310,10 @@ export declare namespace quicksight {
|
|
|
57538
58310
|
* The options that determine the presentation of the `GaugeChartVisual` .
|
|
57539
58311
|
*/
|
|
57540
58312
|
gaugeChartOptions?: outputs.quicksight.AnalysisGaugeChartOptions;
|
|
58313
|
+
/**
|
|
58314
|
+
* The general visual interactions setup for a visual.
|
|
58315
|
+
*/
|
|
58316
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
57541
58317
|
/**
|
|
57542
58318
|
* The tooltip configuration of a `GaugeChartVisual` .
|
|
57543
58319
|
*/
|
|
@@ -57826,7 +58602,7 @@ export declare namespace quicksight {
|
|
|
57826
58602
|
shapeKeyField?: string;
|
|
57827
58603
|
}
|
|
57828
58604
|
interface AnalysisGeospatialLayerMapConfiguration {
|
|
57829
|
-
interactions?:
|
|
58605
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
57830
58606
|
legend?: outputs.quicksight.AnalysisLegendOptions;
|
|
57831
58607
|
/**
|
|
57832
58608
|
* The geospatial layers to visualize on the map.
|
|
@@ -57891,7 +58667,7 @@ export declare namespace quicksight {
|
|
|
57891
58667
|
/**
|
|
57892
58668
|
* The general visual interactions setup for a visual.
|
|
57893
58669
|
*/
|
|
57894
|
-
interactions?:
|
|
58670
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
57895
58671
|
/**
|
|
57896
58672
|
* The legend display setup of the visual.
|
|
57897
58673
|
*/
|
|
@@ -58227,6 +59003,10 @@ export declare namespace quicksight {
|
|
|
58227
59003
|
* The field wells of the visual.
|
|
58228
59004
|
*/
|
|
58229
59005
|
fieldWells?: outputs.quicksight.AnalysisHeatMapFieldWells;
|
|
59006
|
+
/**
|
|
59007
|
+
* The general visual interactions setup for a visual.
|
|
59008
|
+
*/
|
|
59009
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
58230
59010
|
/**
|
|
58231
59011
|
* The legend display setup of the visual.
|
|
58232
59012
|
*/
|
|
@@ -58335,6 +59115,10 @@ export declare namespace quicksight {
|
|
|
58335
59115
|
* The field well configuration of a histogram.
|
|
58336
59116
|
*/
|
|
58337
59117
|
fieldWells?: outputs.quicksight.AnalysisHistogramFieldWells;
|
|
59118
|
+
/**
|
|
59119
|
+
* The general visual interactions setup for a visual.
|
|
59120
|
+
*/
|
|
59121
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
58338
59122
|
/**
|
|
58339
59123
|
* The tooltip configuration of a histogram.
|
|
58340
59124
|
*/
|
|
@@ -58432,7 +59216,7 @@ export declare namespace quicksight {
|
|
|
58432
59216
|
/**
|
|
58433
59217
|
* 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
59218
|
*/
|
|
58435
|
-
availabilityStatus?:
|
|
59219
|
+
availabilityStatus?: enums.quicksight.AnalysisDashboardBehavior;
|
|
58436
59220
|
}
|
|
58437
59221
|
interface AnalysisImageStaticFile {
|
|
58438
59222
|
/**
|
|
@@ -58459,6 +59243,10 @@ export declare namespace quicksight {
|
|
|
58459
59243
|
* The custom narrative of the insight visual.
|
|
58460
59244
|
*/
|
|
58461
59245
|
customNarrative?: outputs.quicksight.AnalysisCustomNarrativeOptions;
|
|
59246
|
+
/**
|
|
59247
|
+
* The general visual interactions setup for a visual.
|
|
59248
|
+
*/
|
|
59249
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
58462
59250
|
}
|
|
58463
59251
|
interface AnalysisInsightVisual {
|
|
58464
59252
|
/**
|
|
@@ -58607,6 +59395,10 @@ export declare namespace quicksight {
|
|
|
58607
59395
|
* The field well configuration of a KPI visual.
|
|
58608
59396
|
*/
|
|
58609
59397
|
fieldWells?: outputs.quicksight.AnalysisKpiFieldWells;
|
|
59398
|
+
/**
|
|
59399
|
+
* The general visual interactions setup for a visual.
|
|
59400
|
+
*/
|
|
59401
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
58610
59402
|
/**
|
|
58611
59403
|
* The options that determine the presentation of a KPI visual.
|
|
58612
59404
|
*/
|
|
@@ -58910,6 +59702,10 @@ export declare namespace quicksight {
|
|
|
58910
59702
|
* The forecast configuration of a line chart.
|
|
58911
59703
|
*/
|
|
58912
59704
|
forecastConfigurations?: outputs.quicksight.AnalysisForecastConfiguration[];
|
|
59705
|
+
/**
|
|
59706
|
+
* The general visual interactions setup for a visual.
|
|
59707
|
+
*/
|
|
59708
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
58913
59709
|
/**
|
|
58914
59710
|
* The legend configuration of a line chart.
|
|
58915
59711
|
*/
|
|
@@ -59935,6 +60731,10 @@ export declare namespace quicksight {
|
|
|
59935
60731
|
* The field wells of the visual.
|
|
59936
60732
|
*/
|
|
59937
60733
|
fieldWells?: outputs.quicksight.AnalysisPieChartFieldWells;
|
|
60734
|
+
/**
|
|
60735
|
+
* The general visual interactions setup for a visual.
|
|
60736
|
+
*/
|
|
60737
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
59938
60738
|
/**
|
|
59939
60739
|
* The legend display setup of the visual.
|
|
59940
60740
|
*/
|
|
@@ -60083,6 +60883,10 @@ export declare namespace quicksight {
|
|
|
60083
60883
|
* The field wells of the visual.
|
|
60084
60884
|
*/
|
|
60085
60885
|
fieldWells?: outputs.quicksight.AnalysisPivotTableFieldWells;
|
|
60886
|
+
/**
|
|
60887
|
+
* The general visual interactions setup for a visual.
|
|
60888
|
+
*/
|
|
60889
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
60086
60890
|
/**
|
|
60087
60891
|
* The paginated report options for a pivot table visual.
|
|
60088
60892
|
*/
|
|
@@ -60529,6 +61333,10 @@ export declare namespace quicksight {
|
|
|
60529
61333
|
* The field well configuration of a `RadarChartVisual` .
|
|
60530
61334
|
*/
|
|
60531
61335
|
fieldWells?: outputs.quicksight.AnalysisRadarChartFieldWells;
|
|
61336
|
+
/**
|
|
61337
|
+
* The general visual interactions setup for a visual.
|
|
61338
|
+
*/
|
|
61339
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
60532
61340
|
/**
|
|
60533
61341
|
* The legend display setup of the visual.
|
|
60534
61342
|
*/
|
|
@@ -60905,6 +61713,10 @@ export declare namespace quicksight {
|
|
|
60905
61713
|
* The field well configuration of a sankey diagram.
|
|
60906
61714
|
*/
|
|
60907
61715
|
fieldWells?: outputs.quicksight.AnalysisSankeyDiagramFieldWells;
|
|
61716
|
+
/**
|
|
61717
|
+
* The general visual interactions setup for a visual.
|
|
61718
|
+
*/
|
|
61719
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
60908
61720
|
/**
|
|
60909
61721
|
* The sort configuration of a sankey diagram.
|
|
60910
61722
|
*/
|
|
@@ -60991,10 +61803,18 @@ export declare namespace quicksight {
|
|
|
60991
61803
|
* The field wells of the visual.
|
|
60992
61804
|
*/
|
|
60993
61805
|
fieldWells?: outputs.quicksight.AnalysisScatterPlotFieldWells;
|
|
61806
|
+
/**
|
|
61807
|
+
* The general visual interactions setup for a visual.
|
|
61808
|
+
*/
|
|
61809
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
60994
61810
|
/**
|
|
60995
61811
|
* The legend display setup of the visual.
|
|
60996
61812
|
*/
|
|
60997
61813
|
legend?: outputs.quicksight.AnalysisLegendOptions;
|
|
61814
|
+
/**
|
|
61815
|
+
* The sort configuration of a scatter plot.
|
|
61816
|
+
*/
|
|
61817
|
+
sortConfiguration?: outputs.quicksight.AnalysisScatterPlotSortConfiguration;
|
|
60998
61818
|
/**
|
|
60999
61819
|
* The legend display setup of the visual.
|
|
61000
61820
|
*/
|
|
@@ -61030,6 +61850,9 @@ export declare namespace quicksight {
|
|
|
61030
61850
|
*/
|
|
61031
61851
|
scatterPlotUnaggregatedFieldWells?: outputs.quicksight.AnalysisScatterPlotUnaggregatedFieldWells;
|
|
61032
61852
|
}
|
|
61853
|
+
interface AnalysisScatterPlotSortConfiguration {
|
|
61854
|
+
scatterPlotLimitConfiguration?: outputs.quicksight.AnalysisItemsLimitConfiguration;
|
|
61855
|
+
}
|
|
61033
61856
|
interface AnalysisScatterPlotUnaggregatedFieldWells {
|
|
61034
61857
|
/**
|
|
61035
61858
|
* The category field well of a scatter plot.
|
|
@@ -61210,10 +62033,6 @@ export declare namespace quicksight {
|
|
|
61210
62033
|
* components, such as controls, filters, and so on.</p>
|
|
61211
62034
|
*/
|
|
61212
62035
|
interface AnalysisSheet {
|
|
61213
|
-
/**
|
|
61214
|
-
* A list of images on a sheet.
|
|
61215
|
-
*/
|
|
61216
|
-
images?: outputs.quicksight.AnalysisSheetImage[];
|
|
61217
62036
|
/**
|
|
61218
62037
|
* <p>The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight
|
|
61219
62038
|
* console.</p>
|
|
@@ -61400,6 +62219,7 @@ export declare namespace quicksight {
|
|
|
61400
62219
|
* The content that is displayed in the text box.
|
|
61401
62220
|
*/
|
|
61402
62221
|
content?: string;
|
|
62222
|
+
interactions?: any;
|
|
61403
62223
|
/**
|
|
61404
62224
|
* The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.
|
|
61405
62225
|
*/
|
|
@@ -61778,6 +62598,10 @@ export declare namespace quicksight {
|
|
|
61778
62598
|
* The field wells of the visual.
|
|
61779
62599
|
*/
|
|
61780
62600
|
fieldWells?: outputs.quicksight.AnalysisTableFieldWells;
|
|
62601
|
+
/**
|
|
62602
|
+
* The general visual interactions setup for a visual.
|
|
62603
|
+
*/
|
|
62604
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
61781
62605
|
/**
|
|
61782
62606
|
* The paginated report options for a table visual.
|
|
61783
62607
|
*/
|
|
@@ -62074,6 +62898,10 @@ export declare namespace quicksight {
|
|
|
62074
62898
|
titleOptions?: outputs.quicksight.AnalysisLabelOptions;
|
|
62075
62899
|
}
|
|
62076
62900
|
interface AnalysisThousandSeparatorOptions {
|
|
62901
|
+
/**
|
|
62902
|
+
* 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.
|
|
62903
|
+
*/
|
|
62904
|
+
groupingStyle?: enums.quicksight.AnalysisDigitGroupingStyle;
|
|
62077
62905
|
/**
|
|
62078
62906
|
* Determines the thousands separator symbol.
|
|
62079
62907
|
*/
|
|
@@ -62440,6 +63268,10 @@ export declare namespace quicksight {
|
|
|
62440
63268
|
* The label options (label text, label visibility) of the groups that are displayed in a tree map.
|
|
62441
63269
|
*/
|
|
62442
63270
|
groupLabelOptions?: outputs.quicksight.AnalysisChartAxisLabelOptions;
|
|
63271
|
+
/**
|
|
63272
|
+
* The general visual interactions setup for a visual.
|
|
63273
|
+
*/
|
|
63274
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
62443
63275
|
/**
|
|
62444
63276
|
* The legend display setup of the visual.
|
|
62445
63277
|
*/
|
|
@@ -62745,6 +63577,22 @@ export declare namespace quicksight {
|
|
|
62745
63577
|
*/
|
|
62746
63578
|
urlOperation?: outputs.quicksight.AnalysisCustomActionUrlOperation;
|
|
62747
63579
|
}
|
|
63580
|
+
interface AnalysisVisualInteractionOptions {
|
|
63581
|
+
/**
|
|
63582
|
+
* The context menu options for a visual.
|
|
63583
|
+
*/
|
|
63584
|
+
contextMenuOption?: outputs.quicksight.AnalysisContextMenuOption;
|
|
63585
|
+
/**
|
|
63586
|
+
* The on-visual menu options for a visual.
|
|
63587
|
+
*/
|
|
63588
|
+
visualMenuOption?: outputs.quicksight.AnalysisVisualMenuOption;
|
|
63589
|
+
}
|
|
63590
|
+
interface AnalysisVisualMenuOption {
|
|
63591
|
+
/**
|
|
63592
|
+
* The availaiblity status of a visual's menu options.
|
|
63593
|
+
*/
|
|
63594
|
+
availabilityStatus?: enums.quicksight.AnalysisDashboardBehavior;
|
|
63595
|
+
}
|
|
62748
63596
|
interface AnalysisVisualPalette {
|
|
62749
63597
|
/**
|
|
62750
63598
|
* The chart color options for the visual palette.
|
|
@@ -62816,6 +63664,10 @@ export declare namespace quicksight {
|
|
|
62816
63664
|
* The field well configuration of a waterfall visual.
|
|
62817
63665
|
*/
|
|
62818
63666
|
fieldWells?: outputs.quicksight.AnalysisWaterfallChartFieldWells;
|
|
63667
|
+
/**
|
|
63668
|
+
* The general visual interactions setup for a visual.
|
|
63669
|
+
*/
|
|
63670
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
62819
63671
|
/**
|
|
62820
63672
|
* The legend configuration of a waterfall visual.
|
|
62821
63673
|
*/
|
|
@@ -62950,6 +63802,10 @@ export declare namespace quicksight {
|
|
|
62950
63802
|
* The field wells of the visual.
|
|
62951
63803
|
*/
|
|
62952
63804
|
fieldWells?: outputs.quicksight.AnalysisWordCloudFieldWells;
|
|
63805
|
+
/**
|
|
63806
|
+
* The general visual interactions setup for a visual.
|
|
63807
|
+
*/
|
|
63808
|
+
interactions?: outputs.quicksight.AnalysisVisualInteractionOptions;
|
|
62953
63809
|
/**
|
|
62954
63810
|
* The sort configuration of a word cloud visual.
|
|
62955
63811
|
*/
|
|
@@ -63404,6 +64260,10 @@ export declare namespace quicksight {
|
|
|
63404
64260
|
* The field wells of the visual.
|
|
63405
64261
|
*/
|
|
63406
64262
|
fieldWells?: outputs.quicksight.DashboardBarChartFieldWells;
|
|
64263
|
+
/**
|
|
64264
|
+
* The general visual interactions setup for a visual.
|
|
64265
|
+
*/
|
|
64266
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
63407
64267
|
/**
|
|
63408
64268
|
* The legend display setup of the visual.
|
|
63409
64269
|
*/
|
|
@@ -63531,6 +64391,10 @@ export declare namespace quicksight {
|
|
|
63531
64391
|
* The configuration of a page break for a section.
|
|
63532
64392
|
*/
|
|
63533
64393
|
pageBreakConfiguration?: outputs.quicksight.DashboardSectionPageBreakConfiguration;
|
|
64394
|
+
/**
|
|
64395
|
+
* Describes the configurations that are required to declare a section as repeating.
|
|
64396
|
+
*/
|
|
64397
|
+
repeatConfiguration?: outputs.quicksight.DashboardBodySectionRepeatConfiguration;
|
|
63534
64398
|
/**
|
|
63535
64399
|
* The unique identifier of a body section.
|
|
63536
64400
|
*/
|
|
@@ -63546,6 +64410,55 @@ export declare namespace quicksight {
|
|
|
63546
64410
|
*/
|
|
63547
64411
|
layout?: outputs.quicksight.DashboardSectionLayoutConfiguration;
|
|
63548
64412
|
}
|
|
64413
|
+
interface DashboardBodySectionDynamicCategoryDimensionConfiguration {
|
|
64414
|
+
column: outputs.quicksight.DashboardColumnIdentifier;
|
|
64415
|
+
/**
|
|
64416
|
+
* Number of values to use from the column for repetition.
|
|
64417
|
+
*/
|
|
64418
|
+
limit?: number;
|
|
64419
|
+
/**
|
|
64420
|
+
* Sort criteria on the column values that you use for repetition.
|
|
64421
|
+
*/
|
|
64422
|
+
sortByMetrics?: outputs.quicksight.DashboardColumnSort[];
|
|
64423
|
+
}
|
|
64424
|
+
interface DashboardBodySectionDynamicNumericDimensionConfiguration {
|
|
64425
|
+
column: outputs.quicksight.DashboardColumnIdentifier;
|
|
64426
|
+
/**
|
|
64427
|
+
* Number of values to use from the column for repetition.
|
|
64428
|
+
*/
|
|
64429
|
+
limit?: number;
|
|
64430
|
+
/**
|
|
64431
|
+
* Sort criteria on the column values that you use for repetition.
|
|
64432
|
+
*/
|
|
64433
|
+
sortByMetrics?: outputs.quicksight.DashboardColumnSort[];
|
|
64434
|
+
}
|
|
64435
|
+
interface DashboardBodySectionRepeatConfiguration {
|
|
64436
|
+
/**
|
|
64437
|
+
* List of `BodySectionRepeatDimensionConfiguration` values that describe the dataset column and constraints for the column used to repeat the contents of a section.
|
|
64438
|
+
*/
|
|
64439
|
+
dimensionConfigurations?: outputs.quicksight.DashboardBodySectionRepeatDimensionConfiguration[];
|
|
64440
|
+
/**
|
|
64441
|
+
* List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.
|
|
64442
|
+
*/
|
|
64443
|
+
nonRepeatingVisuals?: string[];
|
|
64444
|
+
/**
|
|
64445
|
+
* Page break configuration to apply for each repeating instance.
|
|
64446
|
+
*/
|
|
64447
|
+
pageBreakConfiguration?: outputs.quicksight.DashboardBodySectionRepeatPageBreakConfiguration;
|
|
64448
|
+
}
|
|
64449
|
+
interface DashboardBodySectionRepeatDimensionConfiguration {
|
|
64450
|
+
/**
|
|
64451
|
+
* Describes the *Category* dataset column and constraints around the dynamic values that will be used in repeating the section contents.
|
|
64452
|
+
*/
|
|
64453
|
+
dynamicCategoryDimensionConfiguration?: outputs.quicksight.DashboardBodySectionDynamicCategoryDimensionConfiguration;
|
|
64454
|
+
/**
|
|
64455
|
+
* Describes the *Numeric* dataset column and constraints around the dynamic values used to repeat the contents of a section.
|
|
64456
|
+
*/
|
|
64457
|
+
dynamicNumericDimensionConfiguration?: outputs.quicksight.DashboardBodySectionDynamicNumericDimensionConfiguration;
|
|
64458
|
+
}
|
|
64459
|
+
interface DashboardBodySectionRepeatPageBreakConfiguration {
|
|
64460
|
+
after?: outputs.quicksight.DashboardSectionAfterPageBreak;
|
|
64461
|
+
}
|
|
63549
64462
|
interface DashboardBoxPlotAggregatedFieldWells {
|
|
63550
64463
|
/**
|
|
63551
64464
|
* The group by field well of a box plot chart. Values are grouped based on group by fields.
|
|
@@ -63573,6 +64486,10 @@ export declare namespace quicksight {
|
|
|
63573
64486
|
* The field wells of the visual.
|
|
63574
64487
|
*/
|
|
63575
64488
|
fieldWells?: outputs.quicksight.DashboardBoxPlotFieldWells;
|
|
64489
|
+
/**
|
|
64490
|
+
* The general visual interactions setup for a visual.
|
|
64491
|
+
*/
|
|
64492
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
63576
64493
|
legend?: outputs.quicksight.DashboardLegendOptions;
|
|
63577
64494
|
/**
|
|
63578
64495
|
* The label display options (grid line, range, scale, axis step) of a box plot category.
|
|
@@ -63961,6 +64878,10 @@ export declare namespace quicksight {
|
|
|
63961
64878
|
* The field wells of the visual.
|
|
63962
64879
|
*/
|
|
63963
64880
|
fieldWells?: outputs.quicksight.DashboardComboChartFieldWells;
|
|
64881
|
+
/**
|
|
64882
|
+
* The general visual interactions setup for a visual.
|
|
64883
|
+
*/
|
|
64884
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
63964
64885
|
/**
|
|
63965
64886
|
* The legend display setup of the visual.
|
|
63966
64887
|
*/
|
|
@@ -64209,6 +65130,12 @@ export declare namespace quicksight {
|
|
|
64209
65130
|
*/
|
|
64210
65131
|
expression: string;
|
|
64211
65132
|
}
|
|
65133
|
+
interface DashboardContextMenuOption {
|
|
65134
|
+
/**
|
|
65135
|
+
* 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.
|
|
65136
|
+
*/
|
|
65137
|
+
availabilityStatus?: enums.quicksight.DashboardBehavior;
|
|
65138
|
+
}
|
|
64212
65139
|
interface DashboardContributionAnalysisDefault {
|
|
64213
65140
|
/**
|
|
64214
65141
|
* The dimensions columns that are used in the contribution analysis, usually a list of `ColumnIdentifiers` .
|
|
@@ -64318,6 +65245,10 @@ export declare namespace quicksight {
|
|
|
64318
65245
|
* The sizing options for the size of the custom content visual. This structure is required when the `ContentType` of the visual is `'IMAGE'` .
|
|
64319
65246
|
*/
|
|
64320
65247
|
imageScaling?: enums.quicksight.DashboardCustomContentImageScalingConfiguration;
|
|
65248
|
+
/**
|
|
65249
|
+
* The general visual interactions setup for a visual.
|
|
65250
|
+
*/
|
|
65251
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
64321
65252
|
}
|
|
64322
65253
|
interface DashboardCustomContentVisual {
|
|
64323
65254
|
/**
|
|
@@ -64782,10 +65713,18 @@ export declare namespace quicksight {
|
|
|
64782
65713
|
valueWhenUnset?: outputs.quicksight.DashboardDateTimeValueWhenUnsetConfiguration;
|
|
64783
65714
|
}
|
|
64784
65715
|
interface DashboardDateTimePickerControlDisplayOptions {
|
|
65716
|
+
/**
|
|
65717
|
+
* The date icon visibility of the `DateTimePickerControlDisplayOptions` .
|
|
65718
|
+
*/
|
|
65719
|
+
dateIconVisibility?: enums.quicksight.DashboardVisibility;
|
|
64785
65720
|
/**
|
|
64786
65721
|
* Customize how dates are formatted in controls.
|
|
64787
65722
|
*/
|
|
64788
65723
|
dateTimeFormat?: string;
|
|
65724
|
+
/**
|
|
65725
|
+
* The helper text visibility of the `DateTimePickerControlDisplayOptions` .
|
|
65726
|
+
*/
|
|
65727
|
+
helperTextVisibility?: enums.quicksight.DashboardVisibility;
|
|
64789
65728
|
/**
|
|
64790
65729
|
* The configuration of info icon label options.
|
|
64791
65730
|
*/
|
|
@@ -65366,6 +66305,10 @@ export declare namespace quicksight {
|
|
|
65366
66305
|
* The field wells of the visual.
|
|
65367
66306
|
*/
|
|
65368
66307
|
fieldWells?: outputs.quicksight.DashboardFilledMapFieldWells;
|
|
66308
|
+
/**
|
|
66309
|
+
* The general visual interactions setup for a visual.
|
|
66310
|
+
*/
|
|
66311
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
65369
66312
|
/**
|
|
65370
66313
|
* The legend display setup of the visual.
|
|
65371
66314
|
*/
|
|
@@ -65825,6 +66768,10 @@ export declare namespace quicksight {
|
|
|
65825
66768
|
* Determines the appearance of decorative lines on the text.
|
|
65826
66769
|
*/
|
|
65827
66770
|
fontDecoration?: enums.quicksight.DashboardFontDecoration;
|
|
66771
|
+
/**
|
|
66772
|
+
* The font family that you want to use.
|
|
66773
|
+
*/
|
|
66774
|
+
fontFamily?: string;
|
|
65828
66775
|
/**
|
|
65829
66776
|
* The option that determines the text display size.
|
|
65830
66777
|
*/
|
|
@@ -66055,6 +67002,10 @@ export declare namespace quicksight {
|
|
|
66055
67002
|
* The field well configuration of a `FunnelChartVisual` .
|
|
66056
67003
|
*/
|
|
66057
67004
|
fieldWells?: outputs.quicksight.DashboardFunnelChartFieldWells;
|
|
67005
|
+
/**
|
|
67006
|
+
* The general visual interactions setup for a visual.
|
|
67007
|
+
*/
|
|
67008
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
66058
67009
|
/**
|
|
66059
67010
|
* The sort configuration of a `FunnelChartVisual` .
|
|
66060
67011
|
*/
|
|
@@ -66156,6 +67107,16 @@ export declare namespace quicksight {
|
|
|
66156
67107
|
*/
|
|
66157
67108
|
foregroundColor?: outputs.quicksight.DashboardConditionalFormattingColor;
|
|
66158
67109
|
}
|
|
67110
|
+
interface DashboardGaugeChartColorConfiguration {
|
|
67111
|
+
/**
|
|
67112
|
+
* The background color configuration of a `GaugeChartVisual` .
|
|
67113
|
+
*/
|
|
67114
|
+
backgroundColor?: string;
|
|
67115
|
+
/**
|
|
67116
|
+
* The foreground color configuration of a `GaugeChartVisual` .
|
|
67117
|
+
*/
|
|
67118
|
+
foregroundColor?: string;
|
|
67119
|
+
}
|
|
66159
67120
|
interface DashboardGaugeChartConditionalFormatting {
|
|
66160
67121
|
/**
|
|
66161
67122
|
* Conditional formatting options of a `GaugeChartVisual` .
|
|
@@ -66173,6 +67134,10 @@ export declare namespace quicksight {
|
|
|
66173
67134
|
primaryValue?: outputs.quicksight.DashboardGaugeChartPrimaryValueConditionalFormatting;
|
|
66174
67135
|
}
|
|
66175
67136
|
interface DashboardGaugeChartConfiguration {
|
|
67137
|
+
/**
|
|
67138
|
+
* The color configuration of a `GaugeChartVisual` .
|
|
67139
|
+
*/
|
|
67140
|
+
colorConfiguration?: outputs.quicksight.DashboardGaugeChartColorConfiguration;
|
|
66176
67141
|
/**
|
|
66177
67142
|
* The data label configuration of a `GaugeChartVisual` .
|
|
66178
67143
|
*/
|
|
@@ -66185,6 +67150,10 @@ export declare namespace quicksight {
|
|
|
66185
67150
|
* The options that determine the presentation of the `GaugeChartVisual` .
|
|
66186
67151
|
*/
|
|
66187
67152
|
gaugeChartOptions?: outputs.quicksight.DashboardGaugeChartOptions;
|
|
67153
|
+
/**
|
|
67154
|
+
* The general visual interactions setup for a visual.
|
|
67155
|
+
*/
|
|
67156
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
66188
67157
|
/**
|
|
66189
67158
|
* The tooltip configuration of a `GaugeChartVisual` .
|
|
66190
67159
|
*/
|
|
@@ -66473,7 +67442,7 @@ export declare namespace quicksight {
|
|
|
66473
67442
|
shapeKeyField?: string;
|
|
66474
67443
|
}
|
|
66475
67444
|
interface DashboardGeospatialLayerMapConfiguration {
|
|
66476
|
-
interactions?:
|
|
67445
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
66477
67446
|
legend?: outputs.quicksight.DashboardLegendOptions;
|
|
66478
67447
|
/**
|
|
66479
67448
|
* The geospatial layers to visualize on the map.
|
|
@@ -66538,7 +67507,7 @@ export declare namespace quicksight {
|
|
|
66538
67507
|
/**
|
|
66539
67508
|
* The general visual interactions setup for a visual.
|
|
66540
67509
|
*/
|
|
66541
|
-
interactions?:
|
|
67510
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
66542
67511
|
/**
|
|
66543
67512
|
* The legend display setup of the visual.
|
|
66544
67513
|
*/
|
|
@@ -66874,6 +67843,10 @@ export declare namespace quicksight {
|
|
|
66874
67843
|
* The field wells of the visual.
|
|
66875
67844
|
*/
|
|
66876
67845
|
fieldWells?: outputs.quicksight.DashboardHeatMapFieldWells;
|
|
67846
|
+
/**
|
|
67847
|
+
* The general visual interactions setup for a visual.
|
|
67848
|
+
*/
|
|
67849
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
66877
67850
|
/**
|
|
66878
67851
|
* The legend display setup of the visual.
|
|
66879
67852
|
*/
|
|
@@ -66982,6 +67955,10 @@ export declare namespace quicksight {
|
|
|
66982
67955
|
* The field well configuration of a histogram.
|
|
66983
67956
|
*/
|
|
66984
67957
|
fieldWells?: outputs.quicksight.DashboardHistogramFieldWells;
|
|
67958
|
+
/**
|
|
67959
|
+
* The general visual interactions setup for a visual.
|
|
67960
|
+
*/
|
|
67961
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
66985
67962
|
/**
|
|
66986
67963
|
* The tooltip configuration of a histogram.
|
|
66987
67964
|
*/
|
|
@@ -67106,6 +68083,10 @@ export declare namespace quicksight {
|
|
|
67106
68083
|
* The custom narrative of the insight visual.
|
|
67107
68084
|
*/
|
|
67108
68085
|
customNarrative?: outputs.quicksight.DashboardCustomNarrativeOptions;
|
|
68086
|
+
/**
|
|
68087
|
+
* The general visual interactions setup for a visual.
|
|
68088
|
+
*/
|
|
68089
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
67109
68090
|
}
|
|
67110
68091
|
interface DashboardInsightVisual {
|
|
67111
68092
|
/**
|
|
@@ -67254,6 +68235,10 @@ export declare namespace quicksight {
|
|
|
67254
68235
|
* The field well configuration of a KPI visual.
|
|
67255
68236
|
*/
|
|
67256
68237
|
fieldWells?: outputs.quicksight.DashboardKpiFieldWells;
|
|
68238
|
+
/**
|
|
68239
|
+
* The general visual interactions setup for a visual.
|
|
68240
|
+
*/
|
|
68241
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
67257
68242
|
/**
|
|
67258
68243
|
* The options that determine the presentation of a KPI visual.
|
|
67259
68244
|
*/
|
|
@@ -67557,6 +68542,10 @@ export declare namespace quicksight {
|
|
|
67557
68542
|
* The forecast configuration of a line chart.
|
|
67558
68543
|
*/
|
|
67559
68544
|
forecastConfigurations?: outputs.quicksight.DashboardForecastConfiguration[];
|
|
68545
|
+
/**
|
|
68546
|
+
* The general visual interactions setup for a visual.
|
|
68547
|
+
*/
|
|
68548
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
67560
68549
|
/**
|
|
67561
68550
|
* The legend configuration of a line chart.
|
|
67562
68551
|
*/
|
|
@@ -68588,6 +69577,10 @@ export declare namespace quicksight {
|
|
|
68588
69577
|
* The field wells of the visual.
|
|
68589
69578
|
*/
|
|
68590
69579
|
fieldWells?: outputs.quicksight.DashboardPieChartFieldWells;
|
|
69580
|
+
/**
|
|
69581
|
+
* The general visual interactions setup for a visual.
|
|
69582
|
+
*/
|
|
69583
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
68591
69584
|
/**
|
|
68592
69585
|
* The legend display setup of the visual.
|
|
68593
69586
|
*/
|
|
@@ -68736,6 +69729,10 @@ export declare namespace quicksight {
|
|
|
68736
69729
|
* The field wells of the visual.
|
|
68737
69730
|
*/
|
|
68738
69731
|
fieldWells?: outputs.quicksight.DashboardPivotTableFieldWells;
|
|
69732
|
+
/**
|
|
69733
|
+
* The general visual interactions setup for a visual.
|
|
69734
|
+
*/
|
|
69735
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
68739
69736
|
/**
|
|
68740
69737
|
* The paginated report options for a pivot table visual.
|
|
68741
69738
|
*/
|
|
@@ -69158,7 +70155,7 @@ export declare namespace quicksight {
|
|
|
69158
70155
|
/**
|
|
69159
70156
|
* The menu options of a visual in a dashboard.
|
|
69160
70157
|
*/
|
|
69161
|
-
visualMenuOption?:
|
|
70158
|
+
visualMenuOption?: outputs.quicksight.DashboardVisualMenuOption;
|
|
69162
70159
|
/**
|
|
69163
70160
|
* The visual publish options of a visual in a dashboard.
|
|
69164
70161
|
*/
|
|
@@ -69225,6 +70222,10 @@ export declare namespace quicksight {
|
|
|
69225
70222
|
* The field well configuration of a `RadarChartVisual` .
|
|
69226
70223
|
*/
|
|
69227
70224
|
fieldWells?: outputs.quicksight.DashboardRadarChartFieldWells;
|
|
70225
|
+
/**
|
|
70226
|
+
* The general visual interactions setup for a visual.
|
|
70227
|
+
*/
|
|
70228
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
69228
70229
|
/**
|
|
69229
70230
|
* The legend display setup of the visual.
|
|
69230
70231
|
*/
|
|
@@ -69601,6 +70602,10 @@ export declare namespace quicksight {
|
|
|
69601
70602
|
* The field well configuration of a sankey diagram.
|
|
69602
70603
|
*/
|
|
69603
70604
|
fieldWells?: outputs.quicksight.DashboardSankeyDiagramFieldWells;
|
|
70605
|
+
/**
|
|
70606
|
+
* The general visual interactions setup for a visual.
|
|
70607
|
+
*/
|
|
70608
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
69604
70609
|
/**
|
|
69605
70610
|
* The sort configuration of a sankey diagram.
|
|
69606
70611
|
*/
|
|
@@ -69687,10 +70692,18 @@ export declare namespace quicksight {
|
|
|
69687
70692
|
* The field wells of the visual.
|
|
69688
70693
|
*/
|
|
69689
70694
|
fieldWells?: outputs.quicksight.DashboardScatterPlotFieldWells;
|
|
70695
|
+
/**
|
|
70696
|
+
* The general visual interactions setup for a visual.
|
|
70697
|
+
*/
|
|
70698
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
69690
70699
|
/**
|
|
69691
70700
|
* The legend display setup of the visual.
|
|
69692
70701
|
*/
|
|
69693
70702
|
legend?: outputs.quicksight.DashboardLegendOptions;
|
|
70703
|
+
/**
|
|
70704
|
+
* The sort configuration of a scatter plot.
|
|
70705
|
+
*/
|
|
70706
|
+
sortConfiguration?: outputs.quicksight.DashboardScatterPlotSortConfiguration;
|
|
69694
70707
|
/**
|
|
69695
70708
|
* The legend display setup of the visual.
|
|
69696
70709
|
*/
|
|
@@ -69726,6 +70739,9 @@ export declare namespace quicksight {
|
|
|
69726
70739
|
*/
|
|
69727
70740
|
scatterPlotUnaggregatedFieldWells?: outputs.quicksight.DashboardScatterPlotUnaggregatedFieldWells;
|
|
69728
70741
|
}
|
|
70742
|
+
interface DashboardScatterPlotSortConfiguration {
|
|
70743
|
+
scatterPlotLimitConfiguration?: outputs.quicksight.DashboardItemsLimitConfiguration;
|
|
70744
|
+
}
|
|
69729
70745
|
interface DashboardScatterPlotUnaggregatedFieldWells {
|
|
69730
70746
|
/**
|
|
69731
70747
|
* The category field well of a scatter plot.
|
|
@@ -69906,10 +70922,6 @@ export declare namespace quicksight {
|
|
|
69906
70922
|
* components, such as controls, filters, and so on.</p>
|
|
69907
70923
|
*/
|
|
69908
70924
|
interface DashboardSheet {
|
|
69909
|
-
/**
|
|
69910
|
-
* A list of images on a sheet.
|
|
69911
|
-
*/
|
|
69912
|
-
images?: outputs.quicksight.DashboardSheetImage[];
|
|
69913
70925
|
/**
|
|
69914
70926
|
* <p>The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight
|
|
69915
70927
|
* console.</p>
|
|
@@ -70114,6 +71126,7 @@ export declare namespace quicksight {
|
|
|
70114
71126
|
* The content that is displayed in the text box.
|
|
70115
71127
|
*/
|
|
70116
71128
|
content?: string;
|
|
71129
|
+
interactions?: any;
|
|
70117
71130
|
/**
|
|
70118
71131
|
* The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.
|
|
70119
71132
|
*/
|
|
@@ -70492,6 +71505,10 @@ export declare namespace quicksight {
|
|
|
70492
71505
|
* The field wells of the visual.
|
|
70493
71506
|
*/
|
|
70494
71507
|
fieldWells?: outputs.quicksight.DashboardTableFieldWells;
|
|
71508
|
+
/**
|
|
71509
|
+
* The general visual interactions setup for a visual.
|
|
71510
|
+
*/
|
|
71511
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
70495
71512
|
/**
|
|
70496
71513
|
* The paginated report options for a table visual.
|
|
70497
71514
|
*/
|
|
@@ -70788,6 +71805,10 @@ export declare namespace quicksight {
|
|
|
70788
71805
|
titleOptions?: outputs.quicksight.DashboardLabelOptions;
|
|
70789
71806
|
}
|
|
70790
71807
|
interface DashboardThousandSeparatorOptions {
|
|
71808
|
+
/**
|
|
71809
|
+
* 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.
|
|
71810
|
+
*/
|
|
71811
|
+
groupingStyle?: enums.quicksight.DashboardDigitGroupingStyle;
|
|
70791
71812
|
/**
|
|
70792
71813
|
* Determines the thousands separator symbol.
|
|
70793
71814
|
*/
|
|
@@ -71154,6 +72175,10 @@ export declare namespace quicksight {
|
|
|
71154
72175
|
* The label options (label text, label visibility) of the groups that are displayed in a tree map.
|
|
71155
72176
|
*/
|
|
71156
72177
|
groupLabelOptions?: outputs.quicksight.DashboardChartAxisLabelOptions;
|
|
72178
|
+
/**
|
|
72179
|
+
* The general visual interactions setup for a visual.
|
|
72180
|
+
*/
|
|
72181
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
71157
72182
|
/**
|
|
71158
72183
|
* The legend display setup of the visual.
|
|
71159
72184
|
*/
|
|
@@ -71550,6 +72575,22 @@ export declare namespace quicksight {
|
|
|
71550
72575
|
*/
|
|
71551
72576
|
urlOperation?: outputs.quicksight.DashboardCustomActionUrlOperation;
|
|
71552
72577
|
}
|
|
72578
|
+
interface DashboardVisualInteractionOptions {
|
|
72579
|
+
/**
|
|
72580
|
+
* The context menu options for a visual.
|
|
72581
|
+
*/
|
|
72582
|
+
contextMenuOption?: outputs.quicksight.DashboardContextMenuOption;
|
|
72583
|
+
/**
|
|
72584
|
+
* The on-visual menu options for a visual.
|
|
72585
|
+
*/
|
|
72586
|
+
visualMenuOption?: outputs.quicksight.DashboardVisualMenuOption;
|
|
72587
|
+
}
|
|
72588
|
+
interface DashboardVisualMenuOption {
|
|
72589
|
+
/**
|
|
72590
|
+
* The availaiblity status of a visual's menu options.
|
|
72591
|
+
*/
|
|
72592
|
+
availabilityStatus?: enums.quicksight.DashboardBehavior;
|
|
72593
|
+
}
|
|
71553
72594
|
interface DashboardVisualPalette {
|
|
71554
72595
|
/**
|
|
71555
72596
|
* The chart color options for the visual palette.
|
|
@@ -71630,6 +72671,10 @@ export declare namespace quicksight {
|
|
|
71630
72671
|
* The field well configuration of a waterfall visual.
|
|
71631
72672
|
*/
|
|
71632
72673
|
fieldWells?: outputs.quicksight.DashboardWaterfallChartFieldWells;
|
|
72674
|
+
/**
|
|
72675
|
+
* The general visual interactions setup for a visual.
|
|
72676
|
+
*/
|
|
72677
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
71633
72678
|
/**
|
|
71634
72679
|
* The legend configuration of a waterfall visual.
|
|
71635
72680
|
*/
|
|
@@ -71764,6 +72809,10 @@ export declare namespace quicksight {
|
|
|
71764
72809
|
* The field wells of the visual.
|
|
71765
72810
|
*/
|
|
71766
72811
|
fieldWells?: outputs.quicksight.DashboardWordCloudFieldWells;
|
|
72812
|
+
/**
|
|
72813
|
+
* The general visual interactions setup for a visual.
|
|
72814
|
+
*/
|
|
72815
|
+
interactions?: outputs.quicksight.DashboardVisualInteractionOptions;
|
|
71767
72816
|
/**
|
|
71768
72817
|
* The sort configuration of a word cloud visual.
|
|
71769
72818
|
*/
|
|
@@ -73615,6 +74664,10 @@ export declare namespace quicksight {
|
|
|
73615
74664
|
* The field wells of the visual.
|
|
73616
74665
|
*/
|
|
73617
74666
|
fieldWells?: outputs.quicksight.TemplateBarChartFieldWells;
|
|
74667
|
+
/**
|
|
74668
|
+
* The general visual interactions setup for a visual.
|
|
74669
|
+
*/
|
|
74670
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
73618
74671
|
/**
|
|
73619
74672
|
* The legend display setup of the visual.
|
|
73620
74673
|
*/
|
|
@@ -73742,6 +74795,10 @@ export declare namespace quicksight {
|
|
|
73742
74795
|
* The configuration of a page break for a section.
|
|
73743
74796
|
*/
|
|
73744
74797
|
pageBreakConfiguration?: outputs.quicksight.TemplateSectionPageBreakConfiguration;
|
|
74798
|
+
/**
|
|
74799
|
+
* Describes the configurations that are required to declare a section as repeating.
|
|
74800
|
+
*/
|
|
74801
|
+
repeatConfiguration?: outputs.quicksight.TemplateBodySectionRepeatConfiguration;
|
|
73745
74802
|
/**
|
|
73746
74803
|
* The unique identifier of a body section.
|
|
73747
74804
|
*/
|
|
@@ -73757,6 +74814,55 @@ export declare namespace quicksight {
|
|
|
73757
74814
|
*/
|
|
73758
74815
|
layout?: outputs.quicksight.TemplateSectionLayoutConfiguration;
|
|
73759
74816
|
}
|
|
74817
|
+
interface TemplateBodySectionDynamicCategoryDimensionConfiguration {
|
|
74818
|
+
column: outputs.quicksight.TemplateColumnIdentifier;
|
|
74819
|
+
/**
|
|
74820
|
+
* Number of values to use from the column for repetition.
|
|
74821
|
+
*/
|
|
74822
|
+
limit?: number;
|
|
74823
|
+
/**
|
|
74824
|
+
* Sort criteria on the column values that you use for repetition.
|
|
74825
|
+
*/
|
|
74826
|
+
sortByMetrics?: outputs.quicksight.TemplateColumnSort[];
|
|
74827
|
+
}
|
|
74828
|
+
interface TemplateBodySectionDynamicNumericDimensionConfiguration {
|
|
74829
|
+
column: outputs.quicksight.TemplateColumnIdentifier;
|
|
74830
|
+
/**
|
|
74831
|
+
* Number of values to use from the column for repetition.
|
|
74832
|
+
*/
|
|
74833
|
+
limit?: number;
|
|
74834
|
+
/**
|
|
74835
|
+
* Sort criteria on the column values that you use for repetition.
|
|
74836
|
+
*/
|
|
74837
|
+
sortByMetrics?: outputs.quicksight.TemplateColumnSort[];
|
|
74838
|
+
}
|
|
74839
|
+
interface TemplateBodySectionRepeatConfiguration {
|
|
74840
|
+
/**
|
|
74841
|
+
* List of `BodySectionRepeatDimensionConfiguration` values that describe the dataset column and constraints for the column used to repeat the contents of a section.
|
|
74842
|
+
*/
|
|
74843
|
+
dimensionConfigurations?: outputs.quicksight.TemplateBodySectionRepeatDimensionConfiguration[];
|
|
74844
|
+
/**
|
|
74845
|
+
* List of visuals to exclude from repetition in repeating sections. The visuals will render identically, and ignore the repeating configurations in all repeating instances.
|
|
74846
|
+
*/
|
|
74847
|
+
nonRepeatingVisuals?: string[];
|
|
74848
|
+
/**
|
|
74849
|
+
* Page break configuration to apply for each repeating instance.
|
|
74850
|
+
*/
|
|
74851
|
+
pageBreakConfiguration?: outputs.quicksight.TemplateBodySectionRepeatPageBreakConfiguration;
|
|
74852
|
+
}
|
|
74853
|
+
interface TemplateBodySectionRepeatDimensionConfiguration {
|
|
74854
|
+
/**
|
|
74855
|
+
* Describes the *Category* dataset column and constraints around the dynamic values that will be used in repeating the section contents.
|
|
74856
|
+
*/
|
|
74857
|
+
dynamicCategoryDimensionConfiguration?: outputs.quicksight.TemplateBodySectionDynamicCategoryDimensionConfiguration;
|
|
74858
|
+
/**
|
|
74859
|
+
* Describes the *Numeric* dataset column and constraints around the dynamic values used to repeat the contents of a section.
|
|
74860
|
+
*/
|
|
74861
|
+
dynamicNumericDimensionConfiguration?: outputs.quicksight.TemplateBodySectionDynamicNumericDimensionConfiguration;
|
|
74862
|
+
}
|
|
74863
|
+
interface TemplateBodySectionRepeatPageBreakConfiguration {
|
|
74864
|
+
after?: outputs.quicksight.TemplateSectionAfterPageBreak;
|
|
74865
|
+
}
|
|
73760
74866
|
interface TemplateBoxPlotAggregatedFieldWells {
|
|
73761
74867
|
/**
|
|
73762
74868
|
* The group by field well of a box plot chart. Values are grouped based on group by fields.
|
|
@@ -73784,6 +74890,10 @@ export declare namespace quicksight {
|
|
|
73784
74890
|
* The field wells of the visual.
|
|
73785
74891
|
*/
|
|
73786
74892
|
fieldWells?: outputs.quicksight.TemplateBoxPlotFieldWells;
|
|
74893
|
+
/**
|
|
74894
|
+
* The general visual interactions setup for a visual.
|
|
74895
|
+
*/
|
|
74896
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
73787
74897
|
legend?: outputs.quicksight.TemplateLegendOptions;
|
|
73788
74898
|
/**
|
|
73789
74899
|
* The label display options (grid line, range, scale, axis step) of a box plot category.
|
|
@@ -74211,6 +75321,10 @@ export declare namespace quicksight {
|
|
|
74211
75321
|
* The field wells of the visual.
|
|
74212
75322
|
*/
|
|
74213
75323
|
fieldWells?: outputs.quicksight.TemplateComboChartFieldWells;
|
|
75324
|
+
/**
|
|
75325
|
+
* The general visual interactions setup for a visual.
|
|
75326
|
+
*/
|
|
75327
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
74214
75328
|
/**
|
|
74215
75329
|
* The legend display setup of the visual.
|
|
74216
75330
|
*/
|
|
@@ -74459,6 +75573,12 @@ export declare namespace quicksight {
|
|
|
74459
75573
|
*/
|
|
74460
75574
|
expression: string;
|
|
74461
75575
|
}
|
|
75576
|
+
interface TemplateContextMenuOption {
|
|
75577
|
+
/**
|
|
75578
|
+
* 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.
|
|
75579
|
+
*/
|
|
75580
|
+
availabilityStatus?: enums.quicksight.TemplateDashboardBehavior;
|
|
75581
|
+
}
|
|
74462
75582
|
interface TemplateContributionAnalysisDefault {
|
|
74463
75583
|
/**
|
|
74464
75584
|
* The dimensions columns that are used in the contribution analysis, usually a list of `ColumnIdentifiers` .
|
|
@@ -74568,6 +75688,10 @@ export declare namespace quicksight {
|
|
|
74568
75688
|
* The sizing options for the size of the custom content visual. This structure is required when the `ContentType` of the visual is `'IMAGE'` .
|
|
74569
75689
|
*/
|
|
74570
75690
|
imageScaling?: enums.quicksight.TemplateCustomContentImageScalingConfiguration;
|
|
75691
|
+
/**
|
|
75692
|
+
* The general visual interactions setup for a visual.
|
|
75693
|
+
*/
|
|
75694
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
74571
75695
|
}
|
|
74572
75696
|
interface TemplateCustomContentVisual {
|
|
74573
75697
|
/**
|
|
@@ -75008,10 +76132,18 @@ export declare namespace quicksight {
|
|
|
75008
76132
|
valueWhenUnset?: outputs.quicksight.TemplateDateTimeValueWhenUnsetConfiguration;
|
|
75009
76133
|
}
|
|
75010
76134
|
interface TemplateDateTimePickerControlDisplayOptions {
|
|
76135
|
+
/**
|
|
76136
|
+
* The date icon visibility of the `DateTimePickerControlDisplayOptions` .
|
|
76137
|
+
*/
|
|
76138
|
+
dateIconVisibility?: any;
|
|
75011
76139
|
/**
|
|
75012
76140
|
* Customize how dates are formatted in controls.
|
|
75013
76141
|
*/
|
|
75014
76142
|
dateTimeFormat?: string;
|
|
76143
|
+
/**
|
|
76144
|
+
* The helper text visibility of the `DateTimePickerControlDisplayOptions` .
|
|
76145
|
+
*/
|
|
76146
|
+
helperTextVisibility?: any;
|
|
75015
76147
|
/**
|
|
75016
76148
|
* The configuration of info icon label options.
|
|
75017
76149
|
*/
|
|
@@ -75552,6 +76684,10 @@ export declare namespace quicksight {
|
|
|
75552
76684
|
* The field wells of the visual.
|
|
75553
76685
|
*/
|
|
75554
76686
|
fieldWells?: outputs.quicksight.TemplateFilledMapFieldWells;
|
|
76687
|
+
/**
|
|
76688
|
+
* The general visual interactions setup for a visual.
|
|
76689
|
+
*/
|
|
76690
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
75555
76691
|
/**
|
|
75556
76692
|
* The legend display setup of the visual.
|
|
75557
76693
|
*/
|
|
@@ -76011,6 +77147,10 @@ export declare namespace quicksight {
|
|
|
76011
77147
|
* Determines the appearance of decorative lines on the text.
|
|
76012
77148
|
*/
|
|
76013
77149
|
fontDecoration?: enums.quicksight.TemplateFontDecoration;
|
|
77150
|
+
/**
|
|
77151
|
+
* The font family that you want to use.
|
|
77152
|
+
*/
|
|
77153
|
+
fontFamily?: string;
|
|
76014
77154
|
/**
|
|
76015
77155
|
* The option that determines the text display size.
|
|
76016
77156
|
*/
|
|
@@ -76025,6 +77165,10 @@ export declare namespace quicksight {
|
|
|
76025
77165
|
fontWeight?: outputs.quicksight.TemplateFontWeight;
|
|
76026
77166
|
}
|
|
76027
77167
|
interface TemplateFontSize {
|
|
77168
|
+
/**
|
|
77169
|
+
* String based length that is composed of value and unit in px
|
|
77170
|
+
*/
|
|
77171
|
+
absolute?: string;
|
|
76028
77172
|
/**
|
|
76029
77173
|
* The lexical name for the text size, proportional to its surrounding context.
|
|
76030
77174
|
*/
|
|
@@ -76237,6 +77381,10 @@ export declare namespace quicksight {
|
|
|
76237
77381
|
* The field well configuration of a `FunnelChartVisual` .
|
|
76238
77382
|
*/
|
|
76239
77383
|
fieldWells?: outputs.quicksight.TemplateFunnelChartFieldWells;
|
|
77384
|
+
/**
|
|
77385
|
+
* The general visual interactions setup for a visual.
|
|
77386
|
+
*/
|
|
77387
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
76240
77388
|
/**
|
|
76241
77389
|
* The sort configuration of a `FunnelChartVisual` .
|
|
76242
77390
|
*/
|
|
@@ -76338,6 +77486,16 @@ export declare namespace quicksight {
|
|
|
76338
77486
|
*/
|
|
76339
77487
|
foregroundColor?: outputs.quicksight.TemplateConditionalFormattingColor;
|
|
76340
77488
|
}
|
|
77489
|
+
interface TemplateGaugeChartColorConfiguration {
|
|
77490
|
+
/**
|
|
77491
|
+
* The background color configuration of a `GaugeChartVisual` .
|
|
77492
|
+
*/
|
|
77493
|
+
backgroundColor?: string;
|
|
77494
|
+
/**
|
|
77495
|
+
* The foreground color configuration of a `GaugeChartVisual` .
|
|
77496
|
+
*/
|
|
77497
|
+
foregroundColor?: string;
|
|
77498
|
+
}
|
|
76341
77499
|
interface TemplateGaugeChartConditionalFormatting {
|
|
76342
77500
|
/**
|
|
76343
77501
|
* Conditional formatting options of a `GaugeChartVisual` .
|
|
@@ -76355,6 +77513,10 @@ export declare namespace quicksight {
|
|
|
76355
77513
|
primaryValue?: outputs.quicksight.TemplateGaugeChartPrimaryValueConditionalFormatting;
|
|
76356
77514
|
}
|
|
76357
77515
|
interface TemplateGaugeChartConfiguration {
|
|
77516
|
+
/**
|
|
77517
|
+
* The color configuration of a `GaugeChartVisual` .
|
|
77518
|
+
*/
|
|
77519
|
+
colorConfiguration?: outputs.quicksight.TemplateGaugeChartColorConfiguration;
|
|
76358
77520
|
/**
|
|
76359
77521
|
* The data label configuration of a `GaugeChartVisual` .
|
|
76360
77522
|
*/
|
|
@@ -76367,6 +77529,10 @@ export declare namespace quicksight {
|
|
|
76367
77529
|
* The options that determine the presentation of the `GaugeChartVisual` .
|
|
76368
77530
|
*/
|
|
76369
77531
|
gaugeChartOptions?: outputs.quicksight.TemplateGaugeChartOptions;
|
|
77532
|
+
/**
|
|
77533
|
+
* The general visual interactions setup for a visual.
|
|
77534
|
+
*/
|
|
77535
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
76370
77536
|
/**
|
|
76371
77537
|
* The tooltip configuration of a `GaugeChartVisual` .
|
|
76372
77538
|
*/
|
|
@@ -76740,6 +77906,10 @@ export declare namespace quicksight {
|
|
|
76740
77906
|
* The field wells of the visual.
|
|
76741
77907
|
*/
|
|
76742
77908
|
fieldWells?: outputs.quicksight.TemplateHeatMapFieldWells;
|
|
77909
|
+
/**
|
|
77910
|
+
* The general visual interactions setup for a visual.
|
|
77911
|
+
*/
|
|
77912
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
76743
77913
|
/**
|
|
76744
77914
|
* The legend display setup of the visual.
|
|
76745
77915
|
*/
|
|
@@ -76848,6 +78018,10 @@ export declare namespace quicksight {
|
|
|
76848
78018
|
* The field well configuration of a histogram.
|
|
76849
78019
|
*/
|
|
76850
78020
|
fieldWells?: outputs.quicksight.TemplateHistogramFieldWells;
|
|
78021
|
+
/**
|
|
78022
|
+
* The general visual interactions setup for a visual.
|
|
78023
|
+
*/
|
|
78024
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
76851
78025
|
/**
|
|
76852
78026
|
* The tooltip configuration of a histogram.
|
|
76853
78027
|
*/
|
|
@@ -76945,7 +78119,7 @@ export declare namespace quicksight {
|
|
|
76945
78119
|
/**
|
|
76946
78120
|
* 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
78121
|
*/
|
|
76948
|
-
availabilityStatus?:
|
|
78122
|
+
availabilityStatus?: enums.quicksight.TemplateDashboardBehavior;
|
|
76949
78123
|
}
|
|
76950
78124
|
interface TemplateInnerFilter {
|
|
76951
78125
|
/**
|
|
@@ -76962,6 +78136,10 @@ export declare namespace quicksight {
|
|
|
76962
78136
|
* The custom narrative of the insight visual.
|
|
76963
78137
|
*/
|
|
76964
78138
|
customNarrative?: outputs.quicksight.TemplateCustomNarrativeOptions;
|
|
78139
|
+
/**
|
|
78140
|
+
* The general visual interactions setup for a visual.
|
|
78141
|
+
*/
|
|
78142
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
76965
78143
|
}
|
|
76966
78144
|
interface TemplateInsightVisual {
|
|
76967
78145
|
/**
|
|
@@ -77097,6 +78275,10 @@ export declare namespace quicksight {
|
|
|
77097
78275
|
* The field well configuration of a KPI visual.
|
|
77098
78276
|
*/
|
|
77099
78277
|
fieldWells?: outputs.quicksight.TemplateKpiFieldWells;
|
|
78278
|
+
/**
|
|
78279
|
+
* The general visual interactions setup for a visual.
|
|
78280
|
+
*/
|
|
78281
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
77100
78282
|
/**
|
|
77101
78283
|
* The options that determine the presentation of a KPI visual.
|
|
77102
78284
|
*/
|
|
@@ -77345,6 +78527,10 @@ export declare namespace quicksight {
|
|
|
77345
78527
|
* The forecast configuration of a line chart.
|
|
77346
78528
|
*/
|
|
77347
78529
|
forecastConfigurations?: outputs.quicksight.TemplateForecastConfiguration[];
|
|
78530
|
+
/**
|
|
78531
|
+
* The general visual interactions setup for a visual.
|
|
78532
|
+
*/
|
|
78533
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
77348
78534
|
/**
|
|
77349
78535
|
* The legend configuration of a line chart.
|
|
77350
78536
|
*/
|
|
@@ -78349,6 +79535,10 @@ export declare namespace quicksight {
|
|
|
78349
79535
|
* The field wells of the visual.
|
|
78350
79536
|
*/
|
|
78351
79537
|
fieldWells?: outputs.quicksight.TemplatePieChartFieldWells;
|
|
79538
|
+
/**
|
|
79539
|
+
* The general visual interactions setup for a visual.
|
|
79540
|
+
*/
|
|
79541
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
78352
79542
|
/**
|
|
78353
79543
|
* The legend display setup of the visual.
|
|
78354
79544
|
*/
|
|
@@ -78497,6 +79687,10 @@ export declare namespace quicksight {
|
|
|
78497
79687
|
* The field wells of the visual.
|
|
78498
79688
|
*/
|
|
78499
79689
|
fieldWells?: outputs.quicksight.TemplatePivotTableFieldWells;
|
|
79690
|
+
/**
|
|
79691
|
+
* The general visual interactions setup for a visual.
|
|
79692
|
+
*/
|
|
79693
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
78500
79694
|
/**
|
|
78501
79695
|
* The paginated report options for a pivot table visual.
|
|
78502
79696
|
*/
|
|
@@ -78943,6 +80137,10 @@ export declare namespace quicksight {
|
|
|
78943
80137
|
* The field well configuration of a `RadarChartVisual` .
|
|
78944
80138
|
*/
|
|
78945
80139
|
fieldWells?: outputs.quicksight.TemplateRadarChartFieldWells;
|
|
80140
|
+
/**
|
|
80141
|
+
* The general visual interactions setup for a visual.
|
|
80142
|
+
*/
|
|
80143
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
78946
80144
|
/**
|
|
78947
80145
|
* The legend display setup of the visual.
|
|
78948
80146
|
*/
|
|
@@ -79319,6 +80517,10 @@ export declare namespace quicksight {
|
|
|
79319
80517
|
* The field well configuration of a sankey diagram.
|
|
79320
80518
|
*/
|
|
79321
80519
|
fieldWells?: outputs.quicksight.TemplateSankeyDiagramFieldWells;
|
|
80520
|
+
/**
|
|
80521
|
+
* The general visual interactions setup for a visual.
|
|
80522
|
+
*/
|
|
80523
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
79322
80524
|
/**
|
|
79323
80525
|
* The sort configuration of a sankey diagram.
|
|
79324
80526
|
*/
|
|
@@ -79405,10 +80607,18 @@ export declare namespace quicksight {
|
|
|
79405
80607
|
* The field wells of the visual.
|
|
79406
80608
|
*/
|
|
79407
80609
|
fieldWells?: outputs.quicksight.TemplateScatterPlotFieldWells;
|
|
80610
|
+
/**
|
|
80611
|
+
* The general visual interactions setup for a visual.
|
|
80612
|
+
*/
|
|
80613
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
79408
80614
|
/**
|
|
79409
80615
|
* The legend display setup of the visual.
|
|
79410
80616
|
*/
|
|
79411
80617
|
legend?: outputs.quicksight.TemplateLegendOptions;
|
|
80618
|
+
/**
|
|
80619
|
+
* The sort configuration of a scatter plot.
|
|
80620
|
+
*/
|
|
80621
|
+
sortConfiguration?: outputs.quicksight.TemplateScatterPlotSortConfiguration;
|
|
79412
80622
|
/**
|
|
79413
80623
|
* The legend display setup of the visual.
|
|
79414
80624
|
*/
|
|
@@ -79444,6 +80654,9 @@ export declare namespace quicksight {
|
|
|
79444
80654
|
*/
|
|
79445
80655
|
scatterPlotUnaggregatedFieldWells?: outputs.quicksight.TemplateScatterPlotUnaggregatedFieldWells;
|
|
79446
80656
|
}
|
|
80657
|
+
interface TemplateScatterPlotSortConfiguration {
|
|
80658
|
+
scatterPlotLimitConfiguration?: outputs.quicksight.TemplateItemsLimitConfiguration;
|
|
80659
|
+
}
|
|
79447
80660
|
interface TemplateScatterPlotUnaggregatedFieldWells {
|
|
79448
80661
|
/**
|
|
79449
80662
|
* The category field well of a scatter plot.
|
|
@@ -79624,10 +80837,6 @@ export declare namespace quicksight {
|
|
|
79624
80837
|
* components, such as controls, filters, and so on.</p>
|
|
79625
80838
|
*/
|
|
79626
80839
|
interface TemplateSheet {
|
|
79627
|
-
/**
|
|
79628
|
-
* A list of images on a sheet.
|
|
79629
|
-
*/
|
|
79630
|
-
images?: outputs.quicksight.TemplateSheetImage[];
|
|
79631
80840
|
/**
|
|
79632
80841
|
* <p>The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight
|
|
79633
80842
|
* console.</p>
|
|
@@ -79814,6 +81023,7 @@ export declare namespace quicksight {
|
|
|
79814
81023
|
* The content that is displayed in the text box.
|
|
79815
81024
|
*/
|
|
79816
81025
|
content?: string;
|
|
81026
|
+
interactions?: any;
|
|
79817
81027
|
/**
|
|
79818
81028
|
* The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.
|
|
79819
81029
|
*/
|
|
@@ -80143,6 +81353,10 @@ export declare namespace quicksight {
|
|
|
80143
81353
|
* The field wells of the visual.
|
|
80144
81354
|
*/
|
|
80145
81355
|
fieldWells?: outputs.quicksight.TemplateTableFieldWells;
|
|
81356
|
+
/**
|
|
81357
|
+
* The general visual interactions setup for a visual.
|
|
81358
|
+
*/
|
|
81359
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
80146
81360
|
/**
|
|
80147
81361
|
* The paginated report options for a table visual.
|
|
80148
81362
|
*/
|
|
@@ -80439,6 +81653,10 @@ export declare namespace quicksight {
|
|
|
80439
81653
|
titleOptions?: outputs.quicksight.TemplateLabelOptions;
|
|
80440
81654
|
}
|
|
80441
81655
|
interface TemplateThousandSeparatorOptions {
|
|
81656
|
+
/**
|
|
81657
|
+
* 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.
|
|
81658
|
+
*/
|
|
81659
|
+
groupingStyle?: enums.quicksight.TemplateDigitGroupingStyle;
|
|
80442
81660
|
/**
|
|
80443
81661
|
* Determines the thousands separator symbol.
|
|
80444
81662
|
*/
|
|
@@ -80805,6 +82023,10 @@ export declare namespace quicksight {
|
|
|
80805
82023
|
* The label options (label text, label visibility) of the groups that are displayed in a tree map.
|
|
80806
82024
|
*/
|
|
80807
82025
|
groupLabelOptions?: outputs.quicksight.TemplateChartAxisLabelOptions;
|
|
82026
|
+
/**
|
|
82027
|
+
* The general visual interactions setup for a visual.
|
|
82028
|
+
*/
|
|
82029
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
80808
82030
|
/**
|
|
80809
82031
|
* The legend display setup of the visual.
|
|
80810
82032
|
*/
|
|
@@ -81196,6 +82418,22 @@ export declare namespace quicksight {
|
|
|
81196
82418
|
*/
|
|
81197
82419
|
urlOperation?: outputs.quicksight.TemplateCustomActionUrlOperation;
|
|
81198
82420
|
}
|
|
82421
|
+
interface TemplateVisualInteractionOptions {
|
|
82422
|
+
/**
|
|
82423
|
+
* The context menu options for a visual.
|
|
82424
|
+
*/
|
|
82425
|
+
contextMenuOption?: outputs.quicksight.TemplateContextMenuOption;
|
|
82426
|
+
/**
|
|
82427
|
+
* The on-visual menu options for a visual.
|
|
82428
|
+
*/
|
|
82429
|
+
visualMenuOption?: outputs.quicksight.TemplateVisualMenuOption;
|
|
82430
|
+
}
|
|
82431
|
+
interface TemplateVisualMenuOption {
|
|
82432
|
+
/**
|
|
82433
|
+
* The availaiblity status of a visual's menu options.
|
|
82434
|
+
*/
|
|
82435
|
+
availabilityStatus?: enums.quicksight.TemplateDashboardBehavior;
|
|
82436
|
+
}
|
|
81199
82437
|
interface TemplateVisualPalette {
|
|
81200
82438
|
/**
|
|
81201
82439
|
* The chart color options for the visual palette.
|
|
@@ -81267,6 +82505,10 @@ export declare namespace quicksight {
|
|
|
81267
82505
|
* The field well configuration of a waterfall visual.
|
|
81268
82506
|
*/
|
|
81269
82507
|
fieldWells?: outputs.quicksight.TemplateWaterfallChartFieldWells;
|
|
82508
|
+
/**
|
|
82509
|
+
* The general visual interactions setup for a visual.
|
|
82510
|
+
*/
|
|
82511
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
81270
82512
|
/**
|
|
81271
82513
|
* The legend configuration of a waterfall visual.
|
|
81272
82514
|
*/
|
|
@@ -81401,6 +82643,10 @@ export declare namespace quicksight {
|
|
|
81401
82643
|
* The field wells of the visual.
|
|
81402
82644
|
*/
|
|
81403
82645
|
fieldWells?: outputs.quicksight.TemplateWordCloudFieldWells;
|
|
82646
|
+
/**
|
|
82647
|
+
* The general visual interactions setup for a visual.
|
|
82648
|
+
*/
|
|
82649
|
+
interactions?: outputs.quicksight.TemplateVisualInteractionOptions;
|
|
81404
82650
|
/**
|
|
81405
82651
|
* The sort configuration of a word cloud visual.
|
|
81406
82652
|
*/
|
|
@@ -86988,6 +88234,19 @@ export declare namespace sagemaker {
|
|
|
86988
88234
|
*/
|
|
86989
88235
|
value?: number;
|
|
86990
88236
|
}
|
|
88237
|
+
interface InferenceComponentAlarm {
|
|
88238
|
+
alarmName: string;
|
|
88239
|
+
}
|
|
88240
|
+
interface InferenceComponentAutoRollbackConfiguration {
|
|
88241
|
+
alarms: outputs.sagemaker.InferenceComponentAlarm[];
|
|
88242
|
+
}
|
|
88243
|
+
/**
|
|
88244
|
+
* Capacity size configuration for the inference component
|
|
88245
|
+
*/
|
|
88246
|
+
interface InferenceComponentCapacitySize {
|
|
88247
|
+
type: enums.sagemaker.InferenceComponentCapacitySizeType;
|
|
88248
|
+
value: number;
|
|
88249
|
+
}
|
|
86991
88250
|
interface InferenceComponentComputeResourceRequirements {
|
|
86992
88251
|
/**
|
|
86993
88252
|
* The maximum MB of memory to allocate to run a model that you assign to an inference component.
|
|
@@ -87037,6 +88296,22 @@ export declare namespace sagemaker {
|
|
|
87037
88296
|
*/
|
|
87038
88297
|
specifiedImage?: string;
|
|
87039
88298
|
}
|
|
88299
|
+
/**
|
|
88300
|
+
* The deployment config for the inference component
|
|
88301
|
+
*/
|
|
88302
|
+
interface InferenceComponentDeploymentConfig {
|
|
88303
|
+
autoRollbackConfiguration?: outputs.sagemaker.InferenceComponentAutoRollbackConfiguration;
|
|
88304
|
+
rollingUpdatePolicy?: outputs.sagemaker.InferenceComponentRollingUpdatePolicy;
|
|
88305
|
+
}
|
|
88306
|
+
/**
|
|
88307
|
+
* The rolling update policy for the inference component
|
|
88308
|
+
*/
|
|
88309
|
+
interface InferenceComponentRollingUpdatePolicy {
|
|
88310
|
+
maximumBatchSize?: outputs.sagemaker.InferenceComponentCapacitySize;
|
|
88311
|
+
maximumExecutionTimeoutInSeconds?: number;
|
|
88312
|
+
rollbackMaximumBatchSize?: outputs.sagemaker.InferenceComponentCapacitySize;
|
|
88313
|
+
waitIntervalInSeconds?: number;
|
|
88314
|
+
}
|
|
87040
88315
|
/**
|
|
87041
88316
|
* The runtime config for the inference component
|
|
87042
88317
|
*/
|
|
@@ -94021,6 +95296,31 @@ export declare namespace transfer {
|
|
|
94021
95296
|
*/
|
|
94022
95297
|
signingAlgorithm?: enums.transfer.ConnectorAs2ConfigPropertiesSigningAlgorithm;
|
|
94023
95298
|
}
|
|
95299
|
+
/**
|
|
95300
|
+
* Specifies a separate directory for each type of file to store for an AS2 message.
|
|
95301
|
+
*/
|
|
95302
|
+
interface CustomDirectoriesProperties {
|
|
95303
|
+
/**
|
|
95304
|
+
* Specifies a location to store the failed files for an AS2 message.
|
|
95305
|
+
*/
|
|
95306
|
+
failedFilesDirectory: string;
|
|
95307
|
+
/**
|
|
95308
|
+
* Specifies a location to store the MDN file for an AS2 message.
|
|
95309
|
+
*/
|
|
95310
|
+
mdnFilesDirectory: string;
|
|
95311
|
+
/**
|
|
95312
|
+
* Specifies a location to store the payload file for an AS2 message.
|
|
95313
|
+
*/
|
|
95314
|
+
payloadFilesDirectory: string;
|
|
95315
|
+
/**
|
|
95316
|
+
* Specifies a location to store the status file for an AS2 message.
|
|
95317
|
+
*/
|
|
95318
|
+
statusFilesDirectory: string;
|
|
95319
|
+
/**
|
|
95320
|
+
* Specifies a location to store the temporary processing file for an AS2 message.
|
|
95321
|
+
*/
|
|
95322
|
+
temporaryFilesDirectory: string;
|
|
95323
|
+
}
|
|
94024
95324
|
interface ServerEndpointDetails {
|
|
94025
95325
|
/**
|
|
94026
95326
|
* A list of address allocation IDs that are required to attach an Elastic IP address to your server's endpoint.
|
|
@@ -95188,6 +96488,16 @@ export declare namespace wafv2 {
|
|
|
95188
96488
|
* 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
96489
|
*/
|
|
95190
96490
|
ja3Fingerprint?: outputs.wafv2.RuleGroupJa3Fingerprint;
|
|
96491
|
+
/**
|
|
96492
|
+
* 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.
|
|
96493
|
+
*
|
|
96494
|
+
* > You can use this choice only with a string match `ByteMatchStatement` with the `PositionalConstraint` set to `EXACTLY` .
|
|
96495
|
+
*
|
|
96496
|
+
* 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* .
|
|
96497
|
+
*
|
|
96498
|
+
* 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.
|
|
96499
|
+
*/
|
|
96500
|
+
ja4Fingerprint?: outputs.wafv2.RuleGroupJa4Fingerprint;
|
|
95191
96501
|
/**
|
|
95192
96502
|
* 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
96503
|
*
|
|
@@ -95382,6 +96692,20 @@ export declare namespace wafv2 {
|
|
|
95382
96692
|
*/
|
|
95383
96693
|
fallbackBehavior: enums.wafv2.RuleGroupJa3FingerprintFallbackBehavior;
|
|
95384
96694
|
}
|
|
96695
|
+
/**
|
|
96696
|
+
* Includes the JA4 fingerprint of a web request.
|
|
96697
|
+
*/
|
|
96698
|
+
interface RuleGroupJa4Fingerprint {
|
|
96699
|
+
/**
|
|
96700
|
+
* The match status to assign to the web request if the request doesn't have a JA4 fingerprint.
|
|
96701
|
+
*
|
|
96702
|
+
* You can specify the following fallback behaviors:
|
|
96703
|
+
*
|
|
96704
|
+
* - `MATCH` - Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request.
|
|
96705
|
+
* - `NO_MATCH` - Treat the web request as not matching the rule statement.
|
|
96706
|
+
*/
|
|
96707
|
+
fallbackBehavior: enums.wafv2.RuleGroupJa4FingerprintFallbackBehavior;
|
|
96708
|
+
}
|
|
95385
96709
|
/**
|
|
95386
96710
|
* Inspect the request body as JSON. The request body immediately follows the request headers.
|
|
95387
96711
|
*/
|
|
@@ -95574,6 +96898,14 @@ export declare namespace wafv2 {
|
|
|
95574
96898
|
* 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
96899
|
*/
|
|
95576
96900
|
ip?: outputs.wafv2.RuleGroupRateLimitIp;
|
|
96901
|
+
/**
|
|
96902
|
+
* 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.
|
|
96903
|
+
*/
|
|
96904
|
+
ja3Fingerprint?: outputs.wafv2.RuleGroupRateLimitJa3Fingerprint;
|
|
96905
|
+
/**
|
|
96906
|
+
* 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.
|
|
96907
|
+
*/
|
|
96908
|
+
ja4Fingerprint?: outputs.wafv2.RuleGroupRateLimitJa4Fingerprint;
|
|
95577
96909
|
/**
|
|
95578
96910
|
* 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
96911
|
*
|
|
@@ -95636,6 +96968,34 @@ export declare namespace wafv2 {
|
|
|
95636
96968
|
*/
|
|
95637
96969
|
interface RuleGroupRateLimitIp {
|
|
95638
96970
|
}
|
|
96971
|
+
/**
|
|
96972
|
+
* Specifies the request's JA3 fingerprint as an aggregate key for a rate-based rule.
|
|
96973
|
+
*/
|
|
96974
|
+
interface RuleGroupRateLimitJa3Fingerprint {
|
|
96975
|
+
/**
|
|
96976
|
+
* The match status to assign to the web request if there is insufficient TSL Client Hello information to compute the JA3 fingerprint.
|
|
96977
|
+
*
|
|
96978
|
+
* You can specify the following fallback behaviors:
|
|
96979
|
+
*
|
|
96980
|
+
* - `MATCH` - Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request.
|
|
96981
|
+
* - `NO_MATCH` - Treat the web request as not matching the rule statement.
|
|
96982
|
+
*/
|
|
96983
|
+
fallbackBehavior: enums.wafv2.RuleGroupRateLimitJa3FingerprintFallbackBehavior;
|
|
96984
|
+
}
|
|
96985
|
+
/**
|
|
96986
|
+
* Specifies the request's JA4 fingerprint as an aggregate key for a rate-based rule.
|
|
96987
|
+
*/
|
|
96988
|
+
interface RuleGroupRateLimitJa4Fingerprint {
|
|
96989
|
+
/**
|
|
96990
|
+
* The match status to assign to the web request if there is insufficient TSL Client Hello information to compute the JA4 fingerprint.
|
|
96991
|
+
*
|
|
96992
|
+
* You can specify the following fallback behaviors:
|
|
96993
|
+
*
|
|
96994
|
+
* - `MATCH` - Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request.
|
|
96995
|
+
* - `NO_MATCH` - Treat the web request as not matching the rule statement.
|
|
96996
|
+
*/
|
|
96997
|
+
fallbackBehavior: enums.wafv2.RuleGroupRateLimitJa4FingerprintFallbackBehavior;
|
|
96998
|
+
}
|
|
95639
96999
|
/**
|
|
95640
97000
|
* Specifies a label namespace to use as an aggregate key for a rate-based rule.
|
|
95641
97001
|
*/
|
|
@@ -96429,6 +97789,16 @@ export declare namespace wafv2 {
|
|
|
96429
97789
|
* 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
97790
|
*/
|
|
96431
97791
|
ja3Fingerprint?: outputs.wafv2.WebAclJa3Fingerprint;
|
|
97792
|
+
/**
|
|
97793
|
+
* 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.
|
|
97794
|
+
*
|
|
97795
|
+
* > You can use this choice only with a string match `ByteMatchStatement` with the `PositionalConstraint` set to `EXACTLY` .
|
|
97796
|
+
*
|
|
97797
|
+
* 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* .
|
|
97798
|
+
*
|
|
97799
|
+
* 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.
|
|
97800
|
+
*/
|
|
97801
|
+
ja4Fingerprint?: outputs.wafv2.WebAclJa4Fingerprint;
|
|
96432
97802
|
/**
|
|
96433
97803
|
* 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
97804
|
*
|
|
@@ -96623,6 +97993,20 @@ export declare namespace wafv2 {
|
|
|
96623
97993
|
*/
|
|
96624
97994
|
fallbackBehavior: enums.wafv2.WebAclJa3FingerprintFallbackBehavior;
|
|
96625
97995
|
}
|
|
97996
|
+
/**
|
|
97997
|
+
* Includes the JA4 fingerprint of a web request.
|
|
97998
|
+
*/
|
|
97999
|
+
interface WebAclJa4Fingerprint {
|
|
98000
|
+
/**
|
|
98001
|
+
* The match status to assign to the web request if the request doesn't have a JA4 fingerprint.
|
|
98002
|
+
*
|
|
98003
|
+
* You can specify the following fallback behaviors:
|
|
98004
|
+
*
|
|
98005
|
+
* - `MATCH` - Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request.
|
|
98006
|
+
* - `NO_MATCH` - Treat the web request as not matching the rule statement.
|
|
98007
|
+
*/
|
|
98008
|
+
fallbackBehavior: enums.wafv2.WebAclJa4FingerprintFallbackBehavior;
|
|
98009
|
+
}
|
|
96626
98010
|
/**
|
|
96627
98011
|
* Inspect the request body as JSON. The request body immediately follows the request headers.
|
|
96628
98012
|
*/
|
|
@@ -96893,6 +98277,14 @@ export declare namespace wafv2 {
|
|
|
96893
98277
|
* 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
98278
|
*/
|
|
96895
98279
|
ip?: outputs.wafv2.WebAclRateLimitIp;
|
|
98280
|
+
/**
|
|
98281
|
+
* 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.
|
|
98282
|
+
*/
|
|
98283
|
+
ja3Fingerprint?: outputs.wafv2.WebAclRateLimitJa3Fingerprint;
|
|
98284
|
+
/**
|
|
98285
|
+
* 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.
|
|
98286
|
+
*/
|
|
98287
|
+
ja4Fingerprint?: outputs.wafv2.WebAclRateLimitJa4Fingerprint;
|
|
96896
98288
|
/**
|
|
96897
98289
|
* 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
98290
|
*
|
|
@@ -96955,6 +98347,34 @@ export declare namespace wafv2 {
|
|
|
96955
98347
|
*/
|
|
96956
98348
|
interface WebAclRateLimitIp {
|
|
96957
98349
|
}
|
|
98350
|
+
/**
|
|
98351
|
+
* Specifies the request's JA3 fingerprint as an aggregate key for a rate-based rule.
|
|
98352
|
+
*/
|
|
98353
|
+
interface WebAclRateLimitJa3Fingerprint {
|
|
98354
|
+
/**
|
|
98355
|
+
* The match status to assign to the web request if there is insufficient TSL Client Hello information to compute the JA3 fingerprint.
|
|
98356
|
+
*
|
|
98357
|
+
* You can specify the following fallback behaviors:
|
|
98358
|
+
*
|
|
98359
|
+
* - `MATCH` - Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request.
|
|
98360
|
+
* - `NO_MATCH` - Treat the web request as not matching the rule statement.
|
|
98361
|
+
*/
|
|
98362
|
+
fallbackBehavior: enums.wafv2.WebAclRateLimitJa3FingerprintFallbackBehavior;
|
|
98363
|
+
}
|
|
98364
|
+
/**
|
|
98365
|
+
* Specifies the request's JA4 fingerprint as an aggregate key for a rate-based rule.
|
|
98366
|
+
*/
|
|
98367
|
+
interface WebAclRateLimitJa4Fingerprint {
|
|
98368
|
+
/**
|
|
98369
|
+
* The match status to assign to the web request if there is insufficient TSL Client Hello information to compute the JA4 fingerprint.
|
|
98370
|
+
*
|
|
98371
|
+
* You can specify the following fallback behaviors:
|
|
98372
|
+
*
|
|
98373
|
+
* - `MATCH` - Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request.
|
|
98374
|
+
* - `NO_MATCH` - Treat the web request as not matching the rule statement.
|
|
98375
|
+
*/
|
|
98376
|
+
fallbackBehavior: enums.wafv2.WebAclRateLimitJa4FingerprintFallbackBehavior;
|
|
98377
|
+
}
|
|
96958
98378
|
/**
|
|
96959
98379
|
* Specifies a label namespace to use as an aggregate key for a rate-based rule.
|
|
96960
98380
|
*/
|
|
@@ -97617,6 +99037,7 @@ export declare namespace wisdom {
|
|
|
97617
99037
|
answerGenerationAiPromptId?: string;
|
|
97618
99038
|
associationConfigurations?: outputs.wisdom.AiAgentAssociationConfiguration[];
|
|
97619
99039
|
intentLabelingGenerationAiPromptId?: string;
|
|
99040
|
+
locale?: string;
|
|
97620
99041
|
queryReformulationAiPromptId?: string;
|
|
97621
99042
|
}
|
|
97622
99043
|
interface AiAgentAssociationConfiguration {
|
|
@@ -97636,6 +99057,7 @@ export declare namespace wisdom {
|
|
|
97636
99057
|
answerGenerationAiGuardrailId?: string;
|
|
97637
99058
|
answerGenerationAiPromptId?: string;
|
|
97638
99059
|
associationConfigurations?: outputs.wisdom.AiAgentAssociationConfiguration[];
|
|
99060
|
+
locale?: string;
|
|
97639
99061
|
}
|
|
97640
99062
|
interface AiAgentOrCondition0Properties {
|
|
97641
99063
|
andConditions: outputs.wisdom.AiAgentTagCondition[];
|
|
@@ -98562,6 +99984,24 @@ export declare namespace workspacesweb {
|
|
|
98562
99984
|
*/
|
|
98563
99985
|
blocklist?: outputs.workspacesweb.UserSettingsCookieSpecification[];
|
|
98564
99986
|
}
|
|
99987
|
+
interface UserSettingsToolbarConfiguration {
|
|
99988
|
+
/**
|
|
99989
|
+
* The list of toolbar items to be hidden.
|
|
99990
|
+
*/
|
|
99991
|
+
hiddenToolbarItems?: enums.workspacesweb.UserSettingsToolbarItem[];
|
|
99992
|
+
/**
|
|
99993
|
+
* The maximum display resolution that is allowed for the session.
|
|
99994
|
+
*/
|
|
99995
|
+
maxDisplayResolution?: enums.workspacesweb.UserSettingsMaxDisplayResolution;
|
|
99996
|
+
/**
|
|
99997
|
+
* The type of toolbar displayed during the session.
|
|
99998
|
+
*/
|
|
99999
|
+
toolbarType?: enums.workspacesweb.UserSettingsToolbarType;
|
|
100000
|
+
/**
|
|
100001
|
+
* The visual mode of the toolbar.
|
|
100002
|
+
*/
|
|
100003
|
+
visualMode?: enums.workspacesweb.UserSettingsVisualMode;
|
|
100004
|
+
}
|
|
98565
100005
|
}
|
|
98566
100006
|
export declare namespace xray {
|
|
98567
100007
|
interface GroupInsightsConfiguration {
|