@pulumi/aws-native 1.39.0-alpha.1762494063 → 1.39.0-alpha.1762525151
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/backup/getLogicallyAirGappedBackupVault.d.ts +1 -0
- package/backup/getLogicallyAirGappedBackupVault.js.map +1 -1
- package/backup/logicallyAirGappedBackupVault.d.ts +2 -0
- package/backup/logicallyAirGappedBackupVault.js +2 -0
- package/backup/logicallyAirGappedBackupVault.js.map +1 -1
- package/cleanrooms/collaboration.d.ts +8 -0
- package/cleanrooms/collaboration.js +3 -1
- package/cleanrooms/collaboration.js.map +1 -1
- package/cloudfront/getVpcOrigin.d.ts +3 -0
- package/cloudfront/getVpcOrigin.js.map +1 -1
- package/cloudfront/vpcOrigin.d.ts +3 -0
- package/cloudfront/vpcOrigin.js.map +1 -1
- package/connect/getSecurityProfile.d.ts +1 -0
- package/connect/getSecurityProfile.js.map +1 -1
- package/connect/securityProfile.d.ts +2 -0
- package/connect/securityProfile.js +2 -0
- package/connect/securityProfile.js.map +1 -1
- package/datazone/connection.d.ts +11 -2
- package/datazone/connection.js +3 -1
- package/datazone/connection.js.map +1 -1
- package/ecr/getRepositoryCreationTemplate.d.ts +1 -1
- package/ecr/repositoryCreationTemplate.d.ts +2 -2
- package/ecs/taskDefinition.d.ts +4 -4
- package/kinesis/getStream.d.ts +4 -0
- package/kinesis/getStream.js.map +1 -1
- package/kinesis/stream.d.ts +8 -0
- package/kinesis/stream.js +2 -0
- package/kinesis/stream.js.map +1 -1
- package/lambda/permission.d.ts +2 -2
- package/opensearchserverless/collection.d.ts +4 -0
- package/opensearchserverless/collection.js +3 -1
- package/opensearchserverless/collection.js.map +1 -1
- package/opensearchserverless/getCollection.d.ts +2 -3
- package/opensearchserverless/getCollection.js.map +1 -1
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/quicksight/dataSet.d.ts +4 -18
- package/quicksight/dataSet.js +4 -0
- package/quicksight/dataSet.js.map +1 -1
- package/quicksight/getDataSet.d.ts +2 -9
- package/quicksight/getDataSet.js.map +1 -1
- package/servicecatalog/cloudFormationProduct.d.ts +156 -0
- package/servicecatalog/cloudFormationProduct.js +91 -0
- package/servicecatalog/cloudFormationProduct.js.map +1 -0
- package/servicecatalog/getCloudFormationProduct.d.ts +85 -0
- package/servicecatalog/getCloudFormationProduct.js +28 -0
- package/servicecatalog/getCloudFormationProduct.js.map +1 -0
- package/servicecatalog/index.d.ts +6 -0
- package/servicecatalog/index.js +8 -1
- package/servicecatalog/index.js.map +1 -1
- package/ses/getMultiRegionEndpoint.d.ts +28 -0
- package/ses/getMultiRegionEndpoint.js +28 -0
- package/ses/getMultiRegionEndpoint.js.map +1 -0
- package/ses/index.d.ts +6 -0
- package/ses/index.js +8 -1
- package/ses/index.js.map +1 -1
- package/ses/multiRegionEndpoint.d.ts +59 -0
- package/ses/multiRegionEndpoint.js +65 -0
- package/ses/multiRegionEndpoint.js.map +1 -0
- package/types/enums/cassandra/index.d.ts +3 -0
- package/types/enums/cassandra/index.js +3 -0
- package/types/enums/cassandra/index.js.map +1 -1
- package/types/enums/cleanrooms/index.d.ts +90 -0
- package/types/enums/cleanrooms/index.js +81 -1
- package/types/enums/cleanrooms/index.js.map +1 -1
- package/types/enums/connect/index.d.ts +7 -0
- package/types/enums/connect/index.js +4 -1
- package/types/enums/connect/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/gamelift/index.d.ts +1 -0
- package/types/enums/gamelift/index.js +1 -0
- package/types/enums/gamelift/index.js.map +1 -1
- package/types/enums/kms/index.d.ts +1 -0
- package/types/enums/kms/index.js +1 -0
- package/types/enums/kms/index.js.map +1 -1
- package/types/enums/quicksight/index.d.ts +50 -0
- package/types/enums/quicksight/index.js +48 -4
- package/types/enums/quicksight/index.js.map +1 -1
- package/types/enums/servicecatalog/index.d.ts +24 -0
- package/types/enums/servicecatalog/index.js +17 -1
- package/types/enums/servicecatalog/index.js.map +1 -1
- package/types/input.d.ts +442 -21
- package/types/output.d.ts +443 -21
- package/types/output.js.map +1 -1
package/types/output.d.ts
CHANGED
|
@@ -15580,6 +15580,7 @@ export declare namespace cleanrooms {
|
|
|
15580
15580
|
interface ConfiguredTableAthenaTableReference {
|
|
15581
15581
|
databaseName: string;
|
|
15582
15582
|
outputLocation?: string;
|
|
15583
|
+
region?: enums.cleanrooms.ConfiguredTableCommercialRegion;
|
|
15583
15584
|
tableName: string;
|
|
15584
15585
|
workGroup: string;
|
|
15585
15586
|
}
|
|
@@ -15591,6 +15592,7 @@ export declare namespace cleanrooms {
|
|
|
15591
15592
|
}
|
|
15592
15593
|
interface ConfiguredTableGlueTableReference {
|
|
15593
15594
|
databaseName: string;
|
|
15595
|
+
region?: enums.cleanrooms.ConfiguredTableCommercialRegion;
|
|
15594
15596
|
tableName: string;
|
|
15595
15597
|
}
|
|
15596
15598
|
interface ConfiguredTableSnowflakeTableReference {
|
|
@@ -15817,14 +15819,30 @@ export declare namespace cleanrooms {
|
|
|
15817
15819
|
* Specifies the epsilon and noise parameters for the privacy budget template.
|
|
15818
15820
|
*/
|
|
15819
15821
|
interface ParametersProperties {
|
|
15822
|
+
budgetParameters?: outputs.cleanrooms.PrivacyBudgetTemplateBudgetParameter[];
|
|
15820
15823
|
/**
|
|
15821
15824
|
* The epsilon value that you want to use.
|
|
15822
15825
|
*/
|
|
15823
|
-
epsilon
|
|
15826
|
+
epsilon?: number;
|
|
15827
|
+
resourceArn?: string;
|
|
15824
15828
|
/**
|
|
15825
15829
|
* Noise added per query is measured in terms of the number of users whose contributions you want to obscure. This value governs the rate at which the privacy budget is depleted.
|
|
15826
15830
|
*/
|
|
15827
|
-
usersNoisePerQuery
|
|
15831
|
+
usersNoisePerQuery?: number;
|
|
15832
|
+
}
|
|
15833
|
+
interface PrivacyBudgetTemplateBudgetParameter {
|
|
15834
|
+
/**
|
|
15835
|
+
* Whether this individual budget parameter automatically refreshes when the budget period resets.
|
|
15836
|
+
*/
|
|
15837
|
+
autoRefresh?: enums.cleanrooms.PrivacyBudgetTemplateBudgetParameterAutoRefresh;
|
|
15838
|
+
/**
|
|
15839
|
+
* The budget allocation amount for this specific parameter.
|
|
15840
|
+
*/
|
|
15841
|
+
budget: number;
|
|
15842
|
+
/**
|
|
15843
|
+
* The type of budget parameter being configured.
|
|
15844
|
+
*/
|
|
15845
|
+
type: enums.cleanrooms.PrivacyBudgetTemplateBudgetParameterType;
|
|
15828
15846
|
}
|
|
15829
15847
|
}
|
|
15830
15848
|
export declare namespace cleanroomsml {
|
|
@@ -17464,6 +17482,9 @@ export declare namespace cloudfront {
|
|
|
17464
17482
|
* For more information, see [Response timeout](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginResponseTimeout) in the *Amazon CloudFront Developer Guide*.
|
|
17465
17483
|
*/
|
|
17466
17484
|
originReadTimeout?: number;
|
|
17485
|
+
/**
|
|
17486
|
+
* The account ID of the AWS account that owns the VPC origin.
|
|
17487
|
+
*/
|
|
17467
17488
|
ownerAccountId?: string;
|
|
17468
17489
|
/**
|
|
17469
17490
|
* The VPC origin ID.
|
|
@@ -20755,6 +20776,9 @@ export declare namespace connect {
|
|
|
20755
20776
|
*/
|
|
20756
20777
|
automation?: outputs.connect.EvaluationFormTextQuestionAutomation;
|
|
20757
20778
|
}
|
|
20779
|
+
interface GranularAccessControlConfigurationProperties {
|
|
20780
|
+
dataTableAccessControlConfiguration?: outputs.connect.SecurityProfileDataTableAccessControlConfiguration;
|
|
20781
|
+
}
|
|
20758
20782
|
/**
|
|
20759
20783
|
* Contains information about the hours of operation.
|
|
20760
20784
|
*/
|
|
@@ -21232,6 +21256,38 @@ export declare namespace connect {
|
|
|
21232
21256
|
*/
|
|
21233
21257
|
namespace: string;
|
|
21234
21258
|
}
|
|
21259
|
+
/**
|
|
21260
|
+
* Defines the access control configuration for data tables.
|
|
21261
|
+
*/
|
|
21262
|
+
interface SecurityProfileDataTableAccessControlConfiguration {
|
|
21263
|
+
primaryAttributeAccessControlConfiguration?: outputs.connect.SecurityProfilePrimaryAttributeAccessControlConfigurationItem;
|
|
21264
|
+
}
|
|
21265
|
+
/**
|
|
21266
|
+
* Contains the configuration for record-based access control.
|
|
21267
|
+
*/
|
|
21268
|
+
interface SecurityProfilePrimaryAttributeAccessControlConfigurationItem {
|
|
21269
|
+
/**
|
|
21270
|
+
* An array of PrimaryAttributeValue objects.
|
|
21271
|
+
*/
|
|
21272
|
+
primaryAttributeValues: outputs.connect.SecurityProfilePrimaryAttributeValue[];
|
|
21273
|
+
}
|
|
21274
|
+
/**
|
|
21275
|
+
* An object defining the access control for a specific attribute and its values.
|
|
21276
|
+
*/
|
|
21277
|
+
interface SecurityProfilePrimaryAttributeValue {
|
|
21278
|
+
/**
|
|
21279
|
+
* Specifies the type of access granted. Currently, only "ALLOW" is supported
|
|
21280
|
+
*/
|
|
21281
|
+
accessType: enums.connect.SecurityProfilePrimaryAttributeValueAccessType;
|
|
21282
|
+
/**
|
|
21283
|
+
* The name of the primary attribute.
|
|
21284
|
+
*/
|
|
21285
|
+
attributeName: string;
|
|
21286
|
+
/**
|
|
21287
|
+
* An array of allowed primary values for the specified primary attribute.
|
|
21288
|
+
*/
|
|
21289
|
+
values: string[];
|
|
21290
|
+
}
|
|
21235
21291
|
/**
|
|
21236
21292
|
* A key-value pair to associate with a resource.
|
|
21237
21293
|
*/
|
|
@@ -24152,6 +24208,20 @@ export declare namespace datasync {
|
|
|
24152
24208
|
}
|
|
24153
24209
|
}
|
|
24154
24210
|
export declare namespace datazone {
|
|
24211
|
+
/**
|
|
24212
|
+
* Amazon Q properties of the connection.
|
|
24213
|
+
*/
|
|
24214
|
+
interface ConnectionAmazonQPropertiesInput {
|
|
24215
|
+
/**
|
|
24216
|
+
* The authentication mode of the connection's AmazonQ properties
|
|
24217
|
+
*/
|
|
24218
|
+
authMode?: string;
|
|
24219
|
+
/**
|
|
24220
|
+
* Specifies whether Amazon Q is enabled for the connection
|
|
24221
|
+
*/
|
|
24222
|
+
isEnabled?: boolean;
|
|
24223
|
+
profileArn?: string;
|
|
24224
|
+
}
|
|
24155
24225
|
/**
|
|
24156
24226
|
* Athena Properties Input
|
|
24157
24227
|
*/
|
|
@@ -24312,9 +24382,12 @@ export declare namespace datazone {
|
|
|
24312
24382
|
sparkEmrProperties: outputs.datazone.ConnectionSparkEmrPropertiesInput;
|
|
24313
24383
|
}
|
|
24314
24384
|
interface ConnectionPropertiesInput6Properties {
|
|
24315
|
-
|
|
24385
|
+
amazonQProperties: outputs.datazone.ConnectionAmazonQPropertiesInput;
|
|
24316
24386
|
}
|
|
24317
24387
|
interface ConnectionPropertiesInput7Properties {
|
|
24388
|
+
sparkGlueProperties: outputs.datazone.ConnectionSparkGluePropertiesInput;
|
|
24389
|
+
}
|
|
24390
|
+
interface ConnectionPropertiesInput8Properties {
|
|
24318
24391
|
s3Properties: outputs.datazone.ConnectionS3PropertiesInput;
|
|
24319
24392
|
}
|
|
24320
24393
|
interface ConnectionRedshiftCredentials0Properties {
|
|
@@ -25820,7 +25893,7 @@ export declare namespace dynamodb {
|
|
|
25820
25893
|
*
|
|
25821
25894
|
* You can update the `ResourcePolicy` property if you've specified more than one table using the [AWS ::DynamoDB::GlobalTable](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-globaltable.html) resource.
|
|
25822
25895
|
*/
|
|
25823
|
-
resourcePolicy
|
|
25896
|
+
resourcePolicy?: outputs.dynamodb.GlobalTableResourcePolicy;
|
|
25824
25897
|
}
|
|
25825
25898
|
interface GlobalTableResourcePolicy {
|
|
25826
25899
|
/**
|
|
@@ -31089,7 +31162,7 @@ export declare namespace ecr {
|
|
|
31089
31162
|
kmsKey?: string;
|
|
31090
31163
|
}
|
|
31091
31164
|
/**
|
|
31092
|
-
*
|
|
31165
|
+
* A filter that specifies which image tags should be excluded from the repository's image tag mutability setting.
|
|
31093
31166
|
*/
|
|
31094
31167
|
interface RepositoryCreationTemplateImageTagMutabilityExclusionFilter {
|
|
31095
31168
|
imageTagMutabilityExclusionFilterType: enums.ecr.RepositoryCreationTemplateImageTagMutabilityExclusionFilterImageTagMutabilityExclusionFilterType;
|
|
@@ -32420,7 +32493,7 @@ export declare namespace ecs {
|
|
|
32420
32493
|
*/
|
|
32421
32494
|
command?: string[];
|
|
32422
32495
|
/**
|
|
32423
|
-
* The number of ``cpu`` units reserved for the container. This parameter maps to ``CpuShares`` in the docker container create
|
|
32496
|
+
* The number of ``cpu`` units reserved for the container. This parameter maps to ``CpuShares`` in the docker container create command and the ``--cpu-shares`` option to docker run.
|
|
32424
32497
|
* This field is optional for tasks using the Fargate launch type, and the only requirement is that the total amount of CPU reserved for all containers within a task be lower than the task-level ``cpu`` value.
|
|
32425
32498
|
* You can determine the number of CPU units that are available per EC2 instance type by multiplying the vCPUs listed for that instance type on the [Amazon EC2 Instances](https://docs.aws.amazon.com/ec2/instance-types/) detail page by 1,024.
|
|
32426
32499
|
* Linux containers share unallocated CPU units with other containers on the container instance with the same ratio as their allocated amount. For example, if you run a single-container task on a single-core instance type with 512 CPU units specified for that container, and that's the only task running on the container instance, that container could use the full 1,024 CPU unit share at any given time. However, if you launched another copy of the same task on that container instance, each task is guaranteed a minimum of 512 CPU units when needed. Moreover, each container could float to higher CPU usage if the other container was not using it. If both tasks were 100% active all of the time, they would be limited to 512 CPU units.
|
|
@@ -33195,7 +33268,7 @@ export declare namespace ecs {
|
|
|
33195
33268
|
interface TaskDefinitionRuntimePlatform {
|
|
33196
33269
|
/**
|
|
33197
33270
|
* The CPU architecture.
|
|
33198
|
-
* You can run your Linux tasks on an ARM-based platform by setting the value to ``ARM64``. This option is available for tasks that run on Linux Amazon EC2 instance or Linux containers on Fargate.
|
|
33271
|
+
* You can run your Linux tasks on an ARM-based platform by setting the value to ``ARM64``. This option is available for tasks that run on Linux Amazon EC2 instance, Amazon ECS Managed Instances, or Linux containers on Fargate.
|
|
33199
33272
|
*/
|
|
33200
33273
|
cpuArchitecture?: string;
|
|
33201
33274
|
/**
|
|
@@ -34872,8 +34945,17 @@ export declare namespace elasticloadbalancingv2 {
|
|
|
34872
34945
|
*/
|
|
34873
34946
|
statusCode: string;
|
|
34874
34947
|
}
|
|
34948
|
+
/**
|
|
34949
|
+
* Information about a rewrite transform. This transform matches a pattern and replaces it with the specified string.
|
|
34950
|
+
*/
|
|
34875
34951
|
interface ListenerRuleRewriteConfig {
|
|
34952
|
+
/**
|
|
34953
|
+
* The regular expression to match in the input string. The maximum length of the string is 1,024 characters.
|
|
34954
|
+
*/
|
|
34876
34955
|
regex: string;
|
|
34956
|
+
/**
|
|
34957
|
+
* The replacement string to use when rewriting the matched input. The maximum length of the string is 1,024 characters. You can specify capture groups in the regular expression (for example, $1 and $2).
|
|
34958
|
+
*/
|
|
34877
34959
|
replace: string;
|
|
34878
34960
|
}
|
|
34879
34961
|
interface ListenerRuleRewriteConfigObject {
|
|
@@ -34914,7 +34996,7 @@ export declare namespace elasticloadbalancingv2 {
|
|
|
34914
34996
|
*/
|
|
34915
34997
|
queryStringConfig?: outputs.elasticloadbalancingv2.ListenerRuleQueryStringConfig;
|
|
34916
34998
|
/**
|
|
34917
|
-
* The regular expressions to match against the condition field. The maximum length of each string is 128 characters. Specify only when
|
|
34999
|
+
* The regular expressions to match against the condition field. The maximum length of each string is 128 characters. Specify only when ``Field`` is ``http-header``, ``host-header``, or ``path-pattern``.
|
|
34918
35000
|
*/
|
|
34919
35001
|
regexValues?: string[];
|
|
34920
35002
|
/**
|
|
@@ -52085,6 +52167,13 @@ export declare namespace lightsail {
|
|
|
52085
52167
|
}
|
|
52086
52168
|
}
|
|
52087
52169
|
export declare namespace location {
|
|
52170
|
+
interface ApiKeyAndroidApp {
|
|
52171
|
+
certificateFingerprint: string;
|
|
52172
|
+
package: string;
|
|
52173
|
+
}
|
|
52174
|
+
interface ApiKeyAppleApp {
|
|
52175
|
+
bundleId: string;
|
|
52176
|
+
}
|
|
52088
52177
|
interface ApiKeyRestrictions {
|
|
52089
52178
|
/**
|
|
52090
52179
|
* A list of allowed actions that an API key resource grants permissions to perform. You must have at least one action for each type of resource. For example, if you have a place resource, you must include at least one place action.
|
|
@@ -52128,6 +52217,8 @@ export declare namespace location {
|
|
|
52128
52217
|
* > You must use these strings exactly. For example, to provide access to map rendering, the only valid action is `geo:GetMap*` as an input to the list. `["geo:GetMap*"]` is valid but `["geo:GetTile"]` is not. Similarly, you cannot use `["geo:SearchPlaceIndexFor*"]` - you must list each of the Place actions separately.
|
|
52129
52218
|
*/
|
|
52130
52219
|
allowActions: string[];
|
|
52220
|
+
allowAndroidApps?: outputs.location.ApiKeyAndroidApp[];
|
|
52221
|
+
allowAppleApps?: outputs.location.ApiKeyAppleApp[];
|
|
52131
52222
|
/**
|
|
52132
52223
|
* An optional list of allowed HTTP referers for which requests must originate from. Requests using this API key from other domains will not be allowed.
|
|
52133
52224
|
*
|
|
@@ -79157,6 +79248,27 @@ export declare namespace quicksight {
|
|
|
79157
79248
|
*/
|
|
79158
79249
|
yAxis: enums.quicksight.DashboardSingleYAxisOption;
|
|
79159
79250
|
}
|
|
79251
|
+
interface DataSetAggregateOperation {
|
|
79252
|
+
aggregations: outputs.quicksight.DataSetAggregation[];
|
|
79253
|
+
alias: string;
|
|
79254
|
+
groupByColumnNames?: string[];
|
|
79255
|
+
source: outputs.quicksight.DataSetTransformOperationSource;
|
|
79256
|
+
}
|
|
79257
|
+
interface DataSetAggregation {
|
|
79258
|
+
aggregationFunction: outputs.quicksight.DataSetDataPrepAggregationFunction;
|
|
79259
|
+
newColumnId: string;
|
|
79260
|
+
newColumnName: string;
|
|
79261
|
+
}
|
|
79262
|
+
interface DataSetAppendOperation {
|
|
79263
|
+
alias: string;
|
|
79264
|
+
appendedColumns: outputs.quicksight.DataSetAppendedColumn[];
|
|
79265
|
+
firstSource?: outputs.quicksight.DataSetTransformOperationSource;
|
|
79266
|
+
secondSource?: outputs.quicksight.DataSetTransformOperationSource;
|
|
79267
|
+
}
|
|
79268
|
+
interface DataSetAppendedColumn {
|
|
79269
|
+
columnName: string;
|
|
79270
|
+
newColumnId: string;
|
|
79271
|
+
}
|
|
79160
79272
|
/**
|
|
79161
79273
|
* <p>A calculated column for a dataset.</p>
|
|
79162
79274
|
*/
|
|
@@ -79183,7 +79295,7 @@ export declare namespace quicksight {
|
|
|
79183
79295
|
/**
|
|
79184
79296
|
* <p>Column name.</p>
|
|
79185
79297
|
*/
|
|
79186
|
-
columnName
|
|
79298
|
+
columnName: string;
|
|
79187
79299
|
/**
|
|
79188
79300
|
* <p>When casting a column from string to datetime type, you can supply a string in a
|
|
79189
79301
|
* format supported by Amazon QuickSight to denote the source data format.</p>
|
|
@@ -79198,6 +79310,11 @@ export declare namespace quicksight {
|
|
|
79198
79310
|
*/
|
|
79199
79311
|
subType?: enums.quicksight.DataSetColumnDataSubType;
|
|
79200
79312
|
}
|
|
79313
|
+
interface DataSetCastColumnTypesOperation {
|
|
79314
|
+
alias: string;
|
|
79315
|
+
castColumnTypeOperations: outputs.quicksight.DataSetCastColumnTypeOperation[];
|
|
79316
|
+
source: outputs.quicksight.DataSetTransformOperationSource;
|
|
79317
|
+
}
|
|
79201
79318
|
/**
|
|
79202
79319
|
* <p>Metadata that contains a description for a column.</p>
|
|
79203
79320
|
*/
|
|
@@ -79218,6 +79335,10 @@ export declare namespace quicksight {
|
|
|
79218
79335
|
*/
|
|
79219
79336
|
geoSpatialColumnGroup?: outputs.quicksight.DataSetGeoSpatialColumnGroup;
|
|
79220
79337
|
}
|
|
79338
|
+
interface DataSetColumnIdMapping {
|
|
79339
|
+
sourceColumnId: string;
|
|
79340
|
+
targetColumnId: string;
|
|
79341
|
+
}
|
|
79221
79342
|
/**
|
|
79222
79343
|
* <p>A rule defined to grant access on one or more restricted columns.
|
|
79223
79344
|
* Each dataset can have multiple rules.
|
|
@@ -79255,15 +79376,21 @@ export declare namespace quicksight {
|
|
|
79255
79376
|
*/
|
|
79256
79377
|
columnGeographicRole?: enums.quicksight.DataSetGeoSpatialDataRole;
|
|
79257
79378
|
}
|
|
79379
|
+
interface DataSetColumnToUnpivot {
|
|
79380
|
+
columnName?: string;
|
|
79381
|
+
newValue?: string;
|
|
79382
|
+
}
|
|
79258
79383
|
/**
|
|
79259
79384
|
* <p>A transform operation that creates calculated columns. Columns created in one such
|
|
79260
79385
|
* operation form a lexical closure.</p>
|
|
79261
79386
|
*/
|
|
79262
79387
|
interface DataSetCreateColumnsOperation {
|
|
79388
|
+
alias?: string;
|
|
79263
79389
|
/**
|
|
79264
79390
|
* <p>Calculated columns to create.</p>
|
|
79265
79391
|
*/
|
|
79266
|
-
columns
|
|
79392
|
+
columns: outputs.quicksight.DataSetCalculatedColumn[];
|
|
79393
|
+
source?: outputs.quicksight.DataSetTransformOperationSource;
|
|
79267
79394
|
}
|
|
79268
79395
|
/**
|
|
79269
79396
|
* <p>A physical table type built from the results of the custom SQL query.</p>
|
|
@@ -79272,7 +79399,7 @@ export declare namespace quicksight {
|
|
|
79272
79399
|
/**
|
|
79273
79400
|
* <p>The column schema from the SQL query result set.</p>
|
|
79274
79401
|
*/
|
|
79275
|
-
columns
|
|
79402
|
+
columns: outputs.quicksight.DataSetInputColumn[];
|
|
79276
79403
|
/**
|
|
79277
79404
|
* <p>The Amazon Resource Name (ARN) of the data source.</p>
|
|
79278
79405
|
*/
|
|
@@ -79286,6 +79413,35 @@ export declare namespace quicksight {
|
|
|
79286
79413
|
*/
|
|
79287
79414
|
sqlQuery: string;
|
|
79288
79415
|
}
|
|
79416
|
+
interface DataSetDataPrepAggregationFunction {
|
|
79417
|
+
listAggregation?: outputs.quicksight.DataSetDataPrepListAggregationFunction;
|
|
79418
|
+
percentileAggregation?: outputs.quicksight.DataSetDataPrepPercentileAggregationFunction;
|
|
79419
|
+
simpleAggregation?: outputs.quicksight.DataSetDataPrepSimpleAggregationFunction;
|
|
79420
|
+
}
|
|
79421
|
+
interface DataSetDataPrepConfiguration {
|
|
79422
|
+
destinationTableMap: {
|
|
79423
|
+
[key: string]: outputs.quicksight.DataSetDestinationTable;
|
|
79424
|
+
};
|
|
79425
|
+
sourceTableMap: {
|
|
79426
|
+
[key: string]: outputs.quicksight.DataSetSourceTable;
|
|
79427
|
+
};
|
|
79428
|
+
transformStepMap: {
|
|
79429
|
+
[key: string]: outputs.quicksight.DataSetTransformStep;
|
|
79430
|
+
};
|
|
79431
|
+
}
|
|
79432
|
+
interface DataSetDataPrepListAggregationFunction {
|
|
79433
|
+
distinct: boolean;
|
|
79434
|
+
inputColumnName?: string;
|
|
79435
|
+
separator: string;
|
|
79436
|
+
}
|
|
79437
|
+
interface DataSetDataPrepPercentileAggregationFunction {
|
|
79438
|
+
inputColumnName?: string;
|
|
79439
|
+
percentileValue: number;
|
|
79440
|
+
}
|
|
79441
|
+
interface DataSetDataPrepSimpleAggregationFunction {
|
|
79442
|
+
functionType: enums.quicksight.DataSetDataPrepSimpleAggregationFunctionType;
|
|
79443
|
+
inputColumnName?: string;
|
|
79444
|
+
}
|
|
79289
79445
|
/**
|
|
79290
79446
|
* <p>A dataset parameter.</p>
|
|
79291
79447
|
*/
|
|
@@ -79307,6 +79463,24 @@ export declare namespace quicksight {
|
|
|
79307
79463
|
*/
|
|
79308
79464
|
stringDatasetParameter?: outputs.quicksight.DataSetStringDatasetParameter;
|
|
79309
79465
|
}
|
|
79466
|
+
interface DataSetDateComparisonFilterCondition {
|
|
79467
|
+
operator: enums.quicksight.DataSetDateComparisonFilterOperator;
|
|
79468
|
+
value?: outputs.quicksight.DataSetDateFilterValue;
|
|
79469
|
+
}
|
|
79470
|
+
interface DataSetDateFilterCondition {
|
|
79471
|
+
columnName?: string;
|
|
79472
|
+
comparisonFilterCondition?: outputs.quicksight.DataSetDateComparisonFilterCondition;
|
|
79473
|
+
rangeFilterCondition?: outputs.quicksight.DataSetDateRangeFilterCondition;
|
|
79474
|
+
}
|
|
79475
|
+
interface DataSetDateFilterValue {
|
|
79476
|
+
staticValue?: string;
|
|
79477
|
+
}
|
|
79478
|
+
interface DataSetDateRangeFilterCondition {
|
|
79479
|
+
includeMaximum?: boolean;
|
|
79480
|
+
includeMinimum?: boolean;
|
|
79481
|
+
rangeMaximum?: outputs.quicksight.DataSetDateFilterValue;
|
|
79482
|
+
rangeMinimum?: outputs.quicksight.DataSetDateFilterValue;
|
|
79483
|
+
}
|
|
79310
79484
|
/**
|
|
79311
79485
|
* <p>A date time parameter for a dataset.</p>
|
|
79312
79486
|
*/
|
|
@@ -79371,6 +79545,13 @@ export declare namespace quicksight {
|
|
|
79371
79545
|
*/
|
|
79372
79546
|
staticValues?: number[];
|
|
79373
79547
|
}
|
|
79548
|
+
interface DataSetDestinationTable {
|
|
79549
|
+
alias: string;
|
|
79550
|
+
source: outputs.quicksight.DataSetDestinationTableSource;
|
|
79551
|
+
}
|
|
79552
|
+
interface DataSetDestinationTableSource {
|
|
79553
|
+
transformOperationId: string;
|
|
79554
|
+
}
|
|
79374
79555
|
/**
|
|
79375
79556
|
* <p>A FieldFolder element is a folder that contains fields and nested subfolders.</p>
|
|
79376
79557
|
*/
|
|
@@ -79393,6 +79574,14 @@ export declare namespace quicksight {
|
|
|
79393
79574
|
* evaluates to true are kept in the dataset.</p>
|
|
79394
79575
|
*/
|
|
79395
79576
|
conditionExpression?: string;
|
|
79577
|
+
dateFilterCondition?: outputs.quicksight.DataSetDateFilterCondition;
|
|
79578
|
+
numericFilterCondition?: outputs.quicksight.DataSetNumericFilterCondition;
|
|
79579
|
+
stringFilterCondition?: outputs.quicksight.DataSetStringFilterCondition;
|
|
79580
|
+
}
|
|
79581
|
+
interface DataSetFiltersOperation {
|
|
79582
|
+
alias: string;
|
|
79583
|
+
filterOperations: outputs.quicksight.DataSetFilterOperation[];
|
|
79584
|
+
source: outputs.quicksight.DataSetTransformOperationSource;
|
|
79396
79585
|
}
|
|
79397
79586
|
/**
|
|
79398
79587
|
* <p>Geospatial column group that denotes a hierarchy.</p>
|
|
@@ -79411,6 +79600,14 @@ export declare namespace quicksight {
|
|
|
79411
79600
|
*/
|
|
79412
79601
|
name: string;
|
|
79413
79602
|
}
|
|
79603
|
+
interface DataSetImportTableOperation {
|
|
79604
|
+
alias: string;
|
|
79605
|
+
source: outputs.quicksight.DataSetImportTableOperationSource;
|
|
79606
|
+
}
|
|
79607
|
+
interface DataSetImportTableOperationSource {
|
|
79608
|
+
columnIdMappings?: outputs.quicksight.DataSetColumnIdMapping[];
|
|
79609
|
+
sourceTableId: string;
|
|
79610
|
+
}
|
|
79414
79611
|
/**
|
|
79415
79612
|
* <p>The incremental refresh configuration for a dataset.</p>
|
|
79416
79613
|
*/
|
|
@@ -79439,6 +79636,7 @@ export declare namespace quicksight {
|
|
|
79439
79636
|
* <p>Metadata for a column that is used as the input of a transform operation.</p>
|
|
79440
79637
|
*/
|
|
79441
79638
|
interface DataSetInputColumn {
|
|
79639
|
+
id?: string;
|
|
79442
79640
|
/**
|
|
79443
79641
|
* <p>The name of this column in the underlying data source.</p>
|
|
79444
79642
|
*/
|
|
@@ -79521,6 +79719,18 @@ export declare namespace quicksight {
|
|
|
79521
79719
|
*/
|
|
79522
79720
|
uniqueKey?: boolean;
|
|
79523
79721
|
}
|
|
79722
|
+
interface DataSetJoinOperandProperties {
|
|
79723
|
+
outputColumnNameOverrides: outputs.quicksight.DataSetOutputColumnNameOverride[];
|
|
79724
|
+
}
|
|
79725
|
+
interface DataSetJoinOperation {
|
|
79726
|
+
alias: string;
|
|
79727
|
+
leftOperand: outputs.quicksight.DataSetTransformOperationSource;
|
|
79728
|
+
leftOperandProperties?: outputs.quicksight.DataSetJoinOperandProperties;
|
|
79729
|
+
onClause: string;
|
|
79730
|
+
rightOperand: outputs.quicksight.DataSetTransformOperationSource;
|
|
79731
|
+
rightOperandProperties?: outputs.quicksight.DataSetJoinOperandProperties;
|
|
79732
|
+
type: enums.quicksight.DataSetJoinOperationType;
|
|
79733
|
+
}
|
|
79524
79734
|
/**
|
|
79525
79735
|
* <p>A <i>logical table</i> is a unit that joins and that data
|
|
79526
79736
|
* transformations operate on. A logical table has a source, which can be either a physical
|
|
@@ -79536,10 +79746,7 @@ export declare namespace quicksight {
|
|
|
79536
79746
|
* <p>Transform operations that act on this logical table. For this structure to be valid, only one of the attributes can be non-null. </p>
|
|
79537
79747
|
*/
|
|
79538
79748
|
dataTransforms?: outputs.quicksight.DataSetTransformOperation[];
|
|
79539
|
-
|
|
79540
|
-
* Source of this logical table.
|
|
79541
|
-
*/
|
|
79542
|
-
source?: outputs.quicksight.DataSetLogicalTableSource;
|
|
79749
|
+
source: outputs.quicksight.DataSetLogicalTableSource;
|
|
79543
79750
|
}
|
|
79544
79751
|
/**
|
|
79545
79752
|
* <p>Information about the source of a logical table. This is a variant type structure. For
|
|
@@ -79597,6 +79804,24 @@ export declare namespace quicksight {
|
|
|
79597
79804
|
*/
|
|
79598
79805
|
stringStaticValues?: string[];
|
|
79599
79806
|
}
|
|
79807
|
+
interface DataSetNumericComparisonFilterCondition {
|
|
79808
|
+
operator: enums.quicksight.DataSetNumericComparisonFilterOperator;
|
|
79809
|
+
value?: outputs.quicksight.DataSetNumericFilterValue;
|
|
79810
|
+
}
|
|
79811
|
+
interface DataSetNumericFilterCondition {
|
|
79812
|
+
columnName?: string;
|
|
79813
|
+
comparisonFilterCondition?: outputs.quicksight.DataSetNumericComparisonFilterCondition;
|
|
79814
|
+
rangeFilterCondition?: outputs.quicksight.DataSetNumericRangeFilterCondition;
|
|
79815
|
+
}
|
|
79816
|
+
interface DataSetNumericFilterValue {
|
|
79817
|
+
staticValue?: number;
|
|
79818
|
+
}
|
|
79819
|
+
interface DataSetNumericRangeFilterCondition {
|
|
79820
|
+
includeMaximum?: boolean;
|
|
79821
|
+
includeMinimum?: boolean;
|
|
79822
|
+
rangeMaximum?: outputs.quicksight.DataSetNumericFilterValue;
|
|
79823
|
+
rangeMinimum?: outputs.quicksight.DataSetNumericFilterValue;
|
|
79824
|
+
}
|
|
79600
79825
|
/**
|
|
79601
79826
|
* <p>Output column.</p>
|
|
79602
79827
|
*/
|
|
@@ -79605,6 +79830,7 @@ export declare namespace quicksight {
|
|
|
79605
79830
|
* <p>A description for a column.</p>
|
|
79606
79831
|
*/
|
|
79607
79832
|
description?: string;
|
|
79833
|
+
id?: string;
|
|
79608
79834
|
/**
|
|
79609
79835
|
* <p>The display name of the column..</p>
|
|
79610
79836
|
*/
|
|
@@ -79618,6 +79844,10 @@ export declare namespace quicksight {
|
|
|
79618
79844
|
*/
|
|
79619
79845
|
type?: enums.quicksight.DataSetColumnDataType;
|
|
79620
79846
|
}
|
|
79847
|
+
interface DataSetOutputColumnNameOverride {
|
|
79848
|
+
outputColumnName: string;
|
|
79849
|
+
sourceColumnName?: string;
|
|
79850
|
+
}
|
|
79621
79851
|
/**
|
|
79622
79852
|
* <p>A transform operation that overrides the dataset parameter values that are defined in another dataset.</p>
|
|
79623
79853
|
*/
|
|
@@ -79635,6 +79865,10 @@ export declare namespace quicksight {
|
|
|
79635
79865
|
*/
|
|
79636
79866
|
parameterName: string;
|
|
79637
79867
|
}
|
|
79868
|
+
interface DataSetParentDataSet {
|
|
79869
|
+
dataSetArn: string;
|
|
79870
|
+
inputColumns: outputs.quicksight.DataSetInputColumn[];
|
|
79871
|
+
}
|
|
79638
79872
|
interface DataSetPerformanceConfiguration {
|
|
79639
79873
|
uniqueKeys?: outputs.quicksight.DataSetUniqueKey[];
|
|
79640
79874
|
}
|
|
@@ -79656,16 +79890,35 @@ export declare namespace quicksight {
|
|
|
79656
79890
|
* A physical table type for as S3 data source.
|
|
79657
79891
|
*/
|
|
79658
79892
|
s3Source?: outputs.quicksight.DataSetS3Source;
|
|
79893
|
+
saaSTable?: outputs.quicksight.DataSetSaaSTable;
|
|
79894
|
+
}
|
|
79895
|
+
interface DataSetPivotConfiguration {
|
|
79896
|
+
labelColumnName?: string;
|
|
79897
|
+
pivotedLabels: outputs.quicksight.DataSetPivotedLabel[];
|
|
79898
|
+
}
|
|
79899
|
+
interface DataSetPivotOperation {
|
|
79900
|
+
alias: string;
|
|
79901
|
+
groupByColumnNames?: string[];
|
|
79902
|
+
pivotConfiguration: outputs.quicksight.DataSetPivotConfiguration;
|
|
79903
|
+
source: outputs.quicksight.DataSetTransformOperationSource;
|
|
79904
|
+
valueColumnConfiguration: outputs.quicksight.DataSetValueColumnConfiguration;
|
|
79905
|
+
}
|
|
79906
|
+
interface DataSetPivotedLabel {
|
|
79907
|
+
labelName: string;
|
|
79908
|
+
newColumnId: string;
|
|
79909
|
+
newColumnName: string;
|
|
79659
79910
|
}
|
|
79660
79911
|
/**
|
|
79661
79912
|
* <p>A transform operation that projects columns. Operations that come after a projection
|
|
79662
79913
|
* can only refer to projected columns.</p>
|
|
79663
79914
|
*/
|
|
79664
79915
|
interface DataSetProjectOperation {
|
|
79916
|
+
alias?: string;
|
|
79665
79917
|
/**
|
|
79666
79918
|
* <p>Projected columns.</p>
|
|
79667
79919
|
*/
|
|
79668
79920
|
projectedColumns?: string[];
|
|
79921
|
+
source?: outputs.quicksight.DataSetTransformOperationSource;
|
|
79669
79922
|
}
|
|
79670
79923
|
/**
|
|
79671
79924
|
* <p>The refresh configuration of a dataset.</p>
|
|
@@ -79716,7 +79969,7 @@ export declare namespace quicksight {
|
|
|
79716
79969
|
/**
|
|
79717
79970
|
* <p>The column schema of the table.</p>
|
|
79718
79971
|
*/
|
|
79719
|
-
inputColumns
|
|
79972
|
+
inputColumns: outputs.quicksight.DataSetInputColumn[];
|
|
79720
79973
|
/**
|
|
79721
79974
|
* <p>The name of the relational table.</p>
|
|
79722
79975
|
*/
|
|
@@ -79733,11 +79986,16 @@ export declare namespace quicksight {
|
|
|
79733
79986
|
/**
|
|
79734
79987
|
* <p>The name of the column to be renamed.</p>
|
|
79735
79988
|
*/
|
|
79736
|
-
columnName
|
|
79989
|
+
columnName: string;
|
|
79737
79990
|
/**
|
|
79738
79991
|
* <p>The new name for the column.</p>
|
|
79739
79992
|
*/
|
|
79740
|
-
newColumnName
|
|
79993
|
+
newColumnName: string;
|
|
79994
|
+
}
|
|
79995
|
+
interface DataSetRenameColumnsOperation {
|
|
79996
|
+
alias: string;
|
|
79997
|
+
renameColumnOperations: outputs.quicksight.DataSetRenameColumnOperation[];
|
|
79998
|
+
source: outputs.quicksight.DataSetTransformOperationSource;
|
|
79741
79999
|
}
|
|
79742
80000
|
/**
|
|
79743
80001
|
* <p>Permission for the resource.</p>
|
|
@@ -79766,6 +80024,10 @@ export declare namespace quicksight {
|
|
|
79766
80024
|
*/
|
|
79767
80025
|
principal: string;
|
|
79768
80026
|
}
|
|
80027
|
+
interface DataSetRowLevelPermissionConfiguration {
|
|
80028
|
+
rowLevelPermissionDataSet?: outputs.quicksight.DataSetRowLevelPermissionDataSet;
|
|
80029
|
+
tagConfiguration?: outputs.quicksight.DataSetRowLevelPermissionTagConfiguration;
|
|
80030
|
+
}
|
|
79769
80031
|
/**
|
|
79770
80032
|
* <p>Information about a dataset that contains permissions for row-level security (RLS).
|
|
79771
80033
|
* The permissions dataset maps fields to users or groups. For more information, see
|
|
@@ -79822,7 +80084,7 @@ export declare namespace quicksight {
|
|
|
79822
80084
|
/**
|
|
79823
80085
|
* <p>The column name that a tag key is assigned to.</p>
|
|
79824
80086
|
*/
|
|
79825
|
-
columnName
|
|
80087
|
+
columnName: string;
|
|
79826
80088
|
/**
|
|
79827
80089
|
* <p>A string that you want to use to filter by all the values in a column in the dataset and don’t want to list the values one by one. For example, you can use an asterisk as your match all value.</p>
|
|
79828
80090
|
*/
|
|
@@ -79850,12 +80112,35 @@ export declare namespace quicksight {
|
|
|
79850
80112
|
* <p>For files that aren't JSON, only <code>STRING</code> data types are supported in input columns.</p>
|
|
79851
80113
|
* </note>
|
|
79852
80114
|
*/
|
|
79853
|
-
inputColumns
|
|
80115
|
+
inputColumns: outputs.quicksight.DataSetInputColumn[];
|
|
79854
80116
|
/**
|
|
79855
80117
|
* Information about the format for the S3 source file or files.
|
|
79856
80118
|
*/
|
|
79857
80119
|
uploadSettings?: outputs.quicksight.DataSetUploadSettings;
|
|
79858
80120
|
}
|
|
80121
|
+
interface DataSetSaaSTable {
|
|
80122
|
+
dataSourceArn: string;
|
|
80123
|
+
inputColumns: outputs.quicksight.DataSetInputColumn[];
|
|
80124
|
+
tablePath: outputs.quicksight.DataSetTablePathElement[];
|
|
80125
|
+
}
|
|
80126
|
+
interface DataSetSemanticModelConfiguration {
|
|
80127
|
+
tableMap?: {
|
|
80128
|
+
[key: string]: outputs.quicksight.DataSetSemanticTable;
|
|
80129
|
+
};
|
|
80130
|
+
}
|
|
80131
|
+
interface DataSetSemanticTable {
|
|
80132
|
+
alias: string;
|
|
80133
|
+
destinationTableId: string;
|
|
80134
|
+
rowLevelPermissionConfiguration?: outputs.quicksight.DataSetRowLevelPermissionConfiguration;
|
|
80135
|
+
}
|
|
80136
|
+
interface DataSetSourceTable {
|
|
80137
|
+
dataSet?: outputs.quicksight.DataSetParentDataSet;
|
|
80138
|
+
physicalTableId?: string;
|
|
80139
|
+
}
|
|
80140
|
+
interface DataSetStringComparisonFilterCondition {
|
|
80141
|
+
operator: enums.quicksight.DataSetStringComparisonFilterOperator;
|
|
80142
|
+
value?: outputs.quicksight.DataSetStringFilterValue;
|
|
80143
|
+
}
|
|
79859
80144
|
/**
|
|
79860
80145
|
* <p>A string parameter for a dataset.</p>
|
|
79861
80146
|
*/
|
|
@@ -79886,6 +80171,25 @@ export declare namespace quicksight {
|
|
|
79886
80171
|
*/
|
|
79887
80172
|
staticValues?: string[];
|
|
79888
80173
|
}
|
|
80174
|
+
interface DataSetStringFilterCondition {
|
|
80175
|
+
columnName?: string;
|
|
80176
|
+
comparisonFilterCondition?: outputs.quicksight.DataSetStringComparisonFilterCondition;
|
|
80177
|
+
listFilterCondition?: outputs.quicksight.DataSetStringListFilterCondition;
|
|
80178
|
+
}
|
|
80179
|
+
interface DataSetStringFilterValue {
|
|
80180
|
+
staticValue?: string;
|
|
80181
|
+
}
|
|
80182
|
+
interface DataSetStringListFilterCondition {
|
|
80183
|
+
operator: enums.quicksight.DataSetStringListFilterOperator;
|
|
80184
|
+
values?: outputs.quicksight.DataSetStringListFilterValue;
|
|
80185
|
+
}
|
|
80186
|
+
interface DataSetStringListFilterValue {
|
|
80187
|
+
staticValues?: string[];
|
|
80188
|
+
}
|
|
80189
|
+
interface DataSetTablePathElement {
|
|
80190
|
+
id?: string;
|
|
80191
|
+
name?: string;
|
|
80192
|
+
}
|
|
79889
80193
|
/**
|
|
79890
80194
|
* <p>A transform operation that tags a column with additional information.</p>
|
|
79891
80195
|
*/
|
|
@@ -79937,8 +80241,34 @@ export declare namespace quicksight {
|
|
|
79937
80241
|
tagColumnOperation?: outputs.quicksight.DataSetTagColumnOperation;
|
|
79938
80242
|
untagColumnOperation?: outputs.quicksight.DataSetUntagColumnOperation;
|
|
79939
80243
|
}
|
|
80244
|
+
interface DataSetTransformOperationSource {
|
|
80245
|
+
columnIdMappings?: outputs.quicksight.DataSetColumnIdMapping[];
|
|
80246
|
+
transformOperationId: string;
|
|
80247
|
+
}
|
|
80248
|
+
interface DataSetTransformStep {
|
|
80249
|
+
aggregateStep?: outputs.quicksight.DataSetAggregateOperation;
|
|
80250
|
+
appendStep?: outputs.quicksight.DataSetAppendOperation;
|
|
80251
|
+
castColumnTypesStep?: outputs.quicksight.DataSetCastColumnTypesOperation;
|
|
80252
|
+
createColumnsStep?: outputs.quicksight.DataSetCreateColumnsOperation;
|
|
80253
|
+
filtersStep?: outputs.quicksight.DataSetFiltersOperation;
|
|
80254
|
+
importTableStep?: outputs.quicksight.DataSetImportTableOperation;
|
|
80255
|
+
joinStep?: outputs.quicksight.DataSetJoinOperation;
|
|
80256
|
+
pivotStep?: outputs.quicksight.DataSetPivotOperation;
|
|
80257
|
+
projectStep?: outputs.quicksight.DataSetProjectOperation;
|
|
80258
|
+
renameColumnsStep?: outputs.quicksight.DataSetRenameColumnsOperation;
|
|
80259
|
+
unpivotStep?: outputs.quicksight.DataSetUnpivotOperation;
|
|
80260
|
+
}
|
|
79940
80261
|
interface DataSetUniqueKey {
|
|
79941
|
-
columnNames
|
|
80262
|
+
columnNames: string[];
|
|
80263
|
+
}
|
|
80264
|
+
interface DataSetUnpivotOperation {
|
|
80265
|
+
alias: string;
|
|
80266
|
+
columnsToUnpivot: outputs.quicksight.DataSetColumnToUnpivot[];
|
|
80267
|
+
source: outputs.quicksight.DataSetTransformOperationSource;
|
|
80268
|
+
unpivotedLabelColumnId: string;
|
|
80269
|
+
unpivotedLabelColumnName: string;
|
|
80270
|
+
unpivotedValueColumnId: string;
|
|
80271
|
+
unpivotedValueColumnName: string;
|
|
79942
80272
|
}
|
|
79943
80273
|
/**
|
|
79944
80274
|
* <p>A transform operation that removes tags associated with a column.</p>
|
|
@@ -79991,6 +80321,9 @@ export declare namespace quicksight {
|
|
|
79991
80321
|
*/
|
|
79992
80322
|
disableUseAsImportedSource?: boolean;
|
|
79993
80323
|
}
|
|
80324
|
+
interface DataSetValueColumnConfiguration {
|
|
80325
|
+
aggregationFunction?: outputs.quicksight.DataSetDataPrepAggregationFunction;
|
|
80326
|
+
}
|
|
79994
80327
|
/**
|
|
79995
80328
|
* <p>The parameters for OpenSearch.</p>
|
|
79996
80329
|
*/
|
|
@@ -100729,6 +101062,83 @@ export declare namespace securitylake {
|
|
|
100729
101062
|
}
|
|
100730
101063
|
}
|
|
100731
101064
|
export declare namespace servicecatalog {
|
|
101065
|
+
interface CloudFormationProductCodeStarParameters {
|
|
101066
|
+
/**
|
|
101067
|
+
* The absolute path where the artifact resides within the repo and branch, formatted as "folder/file.json".
|
|
101068
|
+
*/
|
|
101069
|
+
artifactPath: string;
|
|
101070
|
+
/**
|
|
101071
|
+
* The specific branch where the artifact resides.
|
|
101072
|
+
*/
|
|
101073
|
+
branch: string;
|
|
101074
|
+
/**
|
|
101075
|
+
* The CodeStar ARN, which is the connection between AWS Service Catalog and the external repository.
|
|
101076
|
+
*/
|
|
101077
|
+
connectionArn: string;
|
|
101078
|
+
/**
|
|
101079
|
+
* The specific repository where the product's artifact-to-be-synced resides, formatted as "Account/Repo."
|
|
101080
|
+
*/
|
|
101081
|
+
repository: string;
|
|
101082
|
+
}
|
|
101083
|
+
interface CloudFormationProductProvisioningArtifactProperties {
|
|
101084
|
+
/**
|
|
101085
|
+
* The description of the provisioning artifact, including how it differs from the previous provisioning artifact.
|
|
101086
|
+
*/
|
|
101087
|
+
description?: string;
|
|
101088
|
+
/**
|
|
101089
|
+
* If set to true, AWS Service Catalog stops validating the specified provisioning artifact even if it is invalid.
|
|
101090
|
+
*/
|
|
101091
|
+
disableTemplateValidation?: boolean;
|
|
101092
|
+
/**
|
|
101093
|
+
* Specify the template source with one of the following options, but not both. Keys accepted: [ LoadTemplateFromURL, ImportFromPhysicalId ] The URL of the AWS CloudFormation template in Amazon S3 in JSON format. Specify the URL in JSON format as follows:
|
|
101094
|
+
*
|
|
101095
|
+
* "LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."
|
|
101096
|
+
*
|
|
101097
|
+
* ImportFromPhysicalId: The physical id of the resource that contains the template. Currently only supports AWS CloudFormation stack arn. Specify the physical id in JSON format as follows: ImportFromPhysicalId: "arn:aws:cloudformation:[us-east-1]:[accountId]:stack/[StackName]/[resourceId]
|
|
101098
|
+
*/
|
|
101099
|
+
info: outputs.servicecatalog.CloudFormationProductProvisioningArtifactPropertiesInfoProperties;
|
|
101100
|
+
/**
|
|
101101
|
+
* The name of the provisioning artifact (for example, v1 v2beta). No spaces are allowed.
|
|
101102
|
+
*/
|
|
101103
|
+
name?: string;
|
|
101104
|
+
/**
|
|
101105
|
+
* The type of provisioning artifact. Valid values are CLOUD_FORMATION_TEMPLATE, TERRAFORM_OPEN_SOURCE, TERRAFORM_CLOUD, EXTERNAL
|
|
101106
|
+
*/
|
|
101107
|
+
type?: enums.servicecatalog.CloudFormationProductProvisioningArtifactPropertiesType;
|
|
101108
|
+
}
|
|
101109
|
+
/**
|
|
101110
|
+
* Specify the template source with one of the following options, but not both. Keys accepted: [ LoadTemplateFromURL, ImportFromPhysicalId ] The URL of the AWS CloudFormation template in Amazon S3 in JSON format. Specify the URL in JSON format as follows:
|
|
101111
|
+
*
|
|
101112
|
+
* "LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."
|
|
101113
|
+
*
|
|
101114
|
+
* ImportFromPhysicalId: The physical id of the resource that contains the template. Currently only supports AWS CloudFormation stack arn. Specify the physical id in JSON format as follows: ImportFromPhysicalId: "arn:aws:cloudformation:[us-east-1]:[accountId]:stack/[StackName]/[resourceId]
|
|
101115
|
+
*/
|
|
101116
|
+
interface CloudFormationProductProvisioningArtifactPropertiesInfoProperties {
|
|
101117
|
+
/**
|
|
101118
|
+
* The physical id of the resource that contains the template. Currently only supports AWS CloudFormation stack arn
|
|
101119
|
+
*/
|
|
101120
|
+
importFromPhysicalId?: string;
|
|
101121
|
+
/**
|
|
101122
|
+
* The URL of the AWS CloudFormation template in Amazon S3 in JSON format.
|
|
101123
|
+
*/
|
|
101124
|
+
loadTemplateFromUrl?: string;
|
|
101125
|
+
}
|
|
101126
|
+
interface CloudFormationProductSourceConnection {
|
|
101127
|
+
/**
|
|
101128
|
+
* The connection details based on the connection Type.
|
|
101129
|
+
*/
|
|
101130
|
+
connectionParameters: outputs.servicecatalog.CloudFormationProductSourceConnectionConnectionParametersProperties;
|
|
101131
|
+
/**
|
|
101132
|
+
* The only supported SourceConnection type is Codestar.
|
|
101133
|
+
*/
|
|
101134
|
+
type: string;
|
|
101135
|
+
}
|
|
101136
|
+
/**
|
|
101137
|
+
* The connection details based on the connection Type.
|
|
101138
|
+
*/
|
|
101139
|
+
interface CloudFormationProductSourceConnectionConnectionParametersProperties {
|
|
101140
|
+
codeStar?: outputs.servicecatalog.CloudFormationProductCodeStarParameters;
|
|
101141
|
+
}
|
|
100732
101142
|
interface CloudFormationProvisionedProductProvisioningParameter {
|
|
100733
101143
|
/**
|
|
100734
101144
|
* The parameter key.
|
|
@@ -101363,6 +101773,15 @@ export declare namespace ses {
|
|
|
101363
101773
|
*/
|
|
101364
101774
|
conditions: (outputs.ses.MailManagerTrafficPolicyPolicyCondition0Properties | outputs.ses.MailManagerTrafficPolicyPolicyCondition1Properties | outputs.ses.MailManagerTrafficPolicyPolicyCondition2Properties | outputs.ses.MailManagerTrafficPolicyPolicyCondition3Properties | outputs.ses.MailManagerTrafficPolicyPolicyCondition4Properties)[];
|
|
101365
101775
|
}
|
|
101776
|
+
/**
|
|
101777
|
+
* Contains details of a multi-region endpoint (global-endpoint) being created.
|
|
101778
|
+
*/
|
|
101779
|
+
interface MultiRegionEndpointDetails {
|
|
101780
|
+
routeDetails: outputs.ses.MultiRegionEndpointRouteDetailsItemProperties[];
|
|
101781
|
+
}
|
|
101782
|
+
interface MultiRegionEndpointRouteDetailsItemProperties {
|
|
101783
|
+
region: string;
|
|
101784
|
+
}
|
|
101366
101785
|
/**
|
|
101367
101786
|
* The content of the email, composed of a subject line, an HTML part, and a text-only part
|
|
101368
101787
|
*/
|
|
@@ -105493,6 +105912,9 @@ export declare namespace wafv2 {
|
|
|
105493
105912
|
* Configures the ability for the WAF; console to store and retrieve application attributes during the webacl; creation process. Application attributes help WAF; give recommendations for protection packs.
|
|
105494
105913
|
*/
|
|
105495
105914
|
interface WebAclApplicationConfig {
|
|
105915
|
+
/**
|
|
105916
|
+
* Contains the attribute name and a list of values for that attribute.
|
|
105917
|
+
*/
|
|
105496
105918
|
attributes: outputs.wafv2.WebAclApplicationAttribute[];
|
|
105497
105919
|
}
|
|
105498
105920
|
interface WebAclAsnMatchStatement {
|