@awboost/cfntypes 1.0.0-beta.64 → 1.0.0-beta.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/resources.generated/AWS-Amplify.d.ts +9 -0
- package/lib/resources.generated/AWS-ApiGateway.d.ts +12 -4
- package/lib/resources.generated/AWS-ApiGateway.js +1 -1
- package/lib/resources.generated/AWS-AppConfig.d.ts +13 -4
- package/lib/resources.generated/AWS-AppConfig.js +1 -1
- package/lib/resources.generated/AWS-AppIntegrations.d.ts +1 -1
- package/lib/resources.generated/AWS-AutoScaling.d.ts +66 -78
- package/lib/resources.generated/AWS-AutoScaling.js +2 -8
- package/lib/resources.generated/AWS-Cognito.d.ts +48 -1
- package/lib/resources.generated/AWS-Cognito.js +15 -2
- package/lib/resources.generated/AWS-Connect.d.ts +2 -0
- package/lib/resources.generated/AWS-CustomerProfiles.d.ts +118 -0
- package/lib/resources.generated/AWS-CustomerProfiles.js +10 -1
- package/lib/resources.generated/AWS-EC2.d.ts +49 -10
- package/lib/resources.generated/AWS-EC2.js +2 -2
- package/lib/resources.generated/AWS-EMR.d.ts +15 -7
- package/lib/resources.generated/AWS-EMR.js +3 -1
- package/lib/resources.generated/AWS-EntityResolution.d.ts +99 -0
- package/lib/resources.generated/AWS-EntityResolution.js +13 -0
- package/lib/resources.generated/AWS-Events.d.ts +33 -50
- package/lib/resources.generated/AWS-Events.js +1 -1
- package/lib/resources.generated/AWS-GameLift.d.ts +1 -0
- package/lib/resources.generated/AWS-IAM.d.ts +13 -13
- package/lib/resources.generated/AWS-IAM.js +1 -1
- package/lib/resources.generated/AWS-IoT.d.ts +11 -0
- package/lib/resources.generated/AWS-Kendra.d.ts +0 -9
- package/lib/resources.generated/AWS-Lambda.d.ts +23 -11
- package/lib/resources.generated/AWS-Lambda.js +1 -1
- package/lib/resources.generated/AWS-MSK.d.ts +93 -0
- package/lib/resources.generated/AWS-MSK.js +13 -0
- package/lib/resources.generated/AWS-NetworkManager.d.ts +3 -0
- package/lib/resources.generated/AWS-NetworkManager.js +1 -1
- package/lib/resources.generated/AWS-QuickSight.d.ts +129 -7
- package/lib/resources.generated/AWS-SNS.d.ts +1 -0
- package/lib/resources.generated/AWS-SageMaker.d.ts +6 -0
- package/lib/resources.generated/AWS-Transfer.d.ts +0 -112
- package/lib/resources.generated/AWS-Transfer.js +0 -13
- package/lib/resources.generated/AWS-WAFv2.d.ts +1 -0
- package/lib/resources.generated/Dev-Transfer.d.ts +123 -0
- package/lib/resources.generated/Dev-Transfer.js +14 -0
- package/package.json +2 -2
@@ -983,14 +983,23 @@ export interface QuickSightAnalysisDataPathSort {
|
|
983
983
|
SortPaths: any[];
|
984
984
|
Direction: string;
|
985
985
|
}
|
986
|
+
/**
|
987
|
+
* Type definition for AWS::QuickSight::Analysis.DataPathType
|
988
|
+
*
|
989
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-datapathtype.html | AWS::QuickSight::Analysis.DataPathType}
|
990
|
+
*/
|
991
|
+
export interface QuickSightAnalysisDataPathType {
|
992
|
+
PivotTableDataPathType?: string;
|
993
|
+
}
|
986
994
|
/**
|
987
995
|
* Type definition for AWS::QuickSight::Analysis.DataPathValue
|
988
996
|
*
|
989
997
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-datapathvalue.html | AWS::QuickSight::Analysis.DataPathValue}
|
990
998
|
*/
|
991
999
|
export interface QuickSightAnalysisDataPathValue {
|
992
|
-
|
993
|
-
|
1000
|
+
DataPathType?: QuickSightAnalysisDataPathType;
|
1001
|
+
FieldId?: string;
|
1002
|
+
FieldValue?: string;
|
994
1003
|
}
|
995
1004
|
/**
|
996
1005
|
* Type definition for AWS::QuickSight::Analysis.DataSetIdentifierDeclaration
|
@@ -1522,6 +1531,7 @@ export interface QuickSightAnalysisFilterGroup {
|
|
1522
1531
|
*/
|
1523
1532
|
export interface QuickSightAnalysisFilterListConfiguration {
|
1524
1533
|
CategoryValues?: any[];
|
1534
|
+
NullOption?: string;
|
1525
1535
|
MatchOperator: string;
|
1526
1536
|
SelectAllOptions?: string;
|
1527
1537
|
}
|
@@ -3340,6 +3350,7 @@ export interface QuickSightAnalysisPivotTableVisual {
|
|
3340
3350
|
*/
|
3341
3351
|
export interface QuickSightAnalysisPivotTotalOptions {
|
3342
3352
|
CustomLabel?: string;
|
3353
|
+
TotalAggregationOptions?: any[];
|
3343
3354
|
ValueCellStyle?: QuickSightAnalysisTableCellStyle;
|
3344
3355
|
ScrollStatus?: string;
|
3345
3356
|
Placement?: string;
|
@@ -3480,6 +3491,7 @@ export interface QuickSightAnalysisReferenceLineCustomLabelConfiguration {
|
|
3480
3491
|
export interface QuickSightAnalysisReferenceLineDataConfiguration {
|
3481
3492
|
DynamicConfiguration?: QuickSightAnalysisReferenceLineDynamicDataConfiguration;
|
3482
3493
|
AxisBinding?: string;
|
3494
|
+
SeriesType?: string;
|
3483
3495
|
StaticConfiguration?: QuickSightAnalysisReferenceLineStaticDataConfiguration;
|
3484
3496
|
}
|
3485
3497
|
/**
|
@@ -4358,6 +4370,7 @@ export interface QuickSightAnalysisTimeBasedForecastProperties {
|
|
4358
4370
|
*/
|
4359
4371
|
export interface QuickSightAnalysisTimeEqualityFilter {
|
4360
4372
|
Column: QuickSightAnalysisColumnIdentifier;
|
4373
|
+
RollingDate?: QuickSightAnalysisRollingDateConfiguration;
|
4361
4374
|
Value?: string;
|
4362
4375
|
TimeGranularity?: string;
|
4363
4376
|
ParameterName?: string;
|
@@ -4470,6 +4483,23 @@ export interface QuickSightAnalysisTotalAggregationComputation {
|
|
4470
4483
|
ComputationId: string;
|
4471
4484
|
Name?: string;
|
4472
4485
|
}
|
4486
|
+
/**
|
4487
|
+
* Type definition for AWS::QuickSight::Analysis.TotalAggregationFunction
|
4488
|
+
*
|
4489
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-totalaggregationfunction.html | AWS::QuickSight::Analysis.TotalAggregationFunction}
|
4490
|
+
*/
|
4491
|
+
export interface QuickSightAnalysisTotalAggregationFunction {
|
4492
|
+
SimpleTotalAggregationFunction?: string;
|
4493
|
+
}
|
4494
|
+
/**
|
4495
|
+
* Type definition for AWS::QuickSight::Analysis.TotalAggregationOption
|
4496
|
+
*
|
4497
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-totalaggregationoption.html | AWS::QuickSight::Analysis.TotalAggregationOption}
|
4498
|
+
*/
|
4499
|
+
export interface QuickSightAnalysisTotalAggregationOption {
|
4500
|
+
TotalAggregationFunction: QuickSightAnalysisTotalAggregationFunction;
|
4501
|
+
FieldId: string;
|
4502
|
+
}
|
4473
4503
|
/**
|
4474
4504
|
* Type definition for AWS::QuickSight::Analysis.TotalOptions
|
4475
4505
|
*
|
@@ -4477,6 +4507,7 @@ export interface QuickSightAnalysisTotalAggregationComputation {
|
|
4477
4507
|
*/
|
4478
4508
|
export interface QuickSightAnalysisTotalOptions {
|
4479
4509
|
CustomLabel?: string;
|
4510
|
+
TotalAggregationOptions?: any[];
|
4480
4511
|
ScrollStatus?: string;
|
4481
4512
|
Placement?: string;
|
4482
4513
|
TotalCellStyle?: QuickSightAnalysisTableCellStyle;
|
@@ -4566,6 +4597,14 @@ export interface QuickSightAnalysisUniqueValuesComputation {
|
|
4566
4597
|
ComputationId: string;
|
4567
4598
|
Name?: string;
|
4568
4599
|
}
|
4600
|
+
/**
|
4601
|
+
* Type definition for AWS::QuickSight::Analysis.ValidationStrategy
|
4602
|
+
*
|
4603
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-validationstrategy.html | AWS::QuickSight::Analysis.ValidationStrategy}
|
4604
|
+
*/
|
4605
|
+
export interface QuickSightAnalysisValidationStrategy {
|
4606
|
+
Mode: string;
|
4607
|
+
}
|
4569
4608
|
/**
|
4570
4609
|
* Type definition for AWS::QuickSight::Analysis.VisibleRangeOptions
|
4571
4610
|
*
|
@@ -5834,14 +5873,23 @@ export interface QuickSightDashboardDataPathSort {
|
|
5834
5873
|
SortPaths: any[];
|
5835
5874
|
Direction: string;
|
5836
5875
|
}
|
5876
|
+
/**
|
5877
|
+
* Type definition for AWS::QuickSight::Dashboard.DataPathType
|
5878
|
+
*
|
5879
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-datapathtype.html | AWS::QuickSight::Dashboard.DataPathType}
|
5880
|
+
*/
|
5881
|
+
export interface QuickSightDashboardDataPathType {
|
5882
|
+
PivotTableDataPathType?: string;
|
5883
|
+
}
|
5837
5884
|
/**
|
5838
5885
|
* Type definition for AWS::QuickSight::Dashboard.DataPathValue
|
5839
5886
|
*
|
5840
5887
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-datapathvalue.html | AWS::QuickSight::Dashboard.DataPathValue}
|
5841
5888
|
*/
|
5842
5889
|
export interface QuickSightDashboardDataPathValue {
|
5843
|
-
|
5844
|
-
|
5890
|
+
DataPathType?: QuickSightDashboardDataPathType;
|
5891
|
+
FieldId?: string;
|
5892
|
+
FieldValue?: string;
|
5845
5893
|
}
|
5846
5894
|
/**
|
5847
5895
|
* Type definition for AWS::QuickSight::Dashboard.DataPointDrillUpDownOption
|
@@ -6421,6 +6469,7 @@ export interface QuickSightDashboardFilterGroup {
|
|
6421
6469
|
*/
|
6422
6470
|
export interface QuickSightDashboardFilterListConfiguration {
|
6423
6471
|
CategoryValues?: any[];
|
6472
|
+
NullOption?: string;
|
6424
6473
|
MatchOperator: string;
|
6425
6474
|
SelectAllOptions?: string;
|
6426
6475
|
}
|
@@ -8239,6 +8288,7 @@ export interface QuickSightDashboardPivotTableVisual {
|
|
8239
8288
|
*/
|
8240
8289
|
export interface QuickSightDashboardPivotTotalOptions {
|
8241
8290
|
CustomLabel?: string;
|
8291
|
+
TotalAggregationOptions?: any[];
|
8242
8292
|
ValueCellStyle?: QuickSightDashboardTableCellStyle;
|
8243
8293
|
ScrollStatus?: string;
|
8244
8294
|
Placement?: string;
|
@@ -8379,6 +8429,7 @@ export interface QuickSightDashboardReferenceLineCustomLabelConfiguration {
|
|
8379
8429
|
export interface QuickSightDashboardReferenceLineDataConfiguration {
|
8380
8430
|
DynamicConfiguration?: QuickSightDashboardReferenceLineDynamicDataConfiguration;
|
8381
8431
|
AxisBinding?: string;
|
8432
|
+
SeriesType?: string;
|
8382
8433
|
StaticConfiguration?: QuickSightDashboardReferenceLineStaticDataConfiguration;
|
8383
8434
|
}
|
8384
8435
|
/**
|
@@ -9273,6 +9324,7 @@ export interface QuickSightDashboardTimeBasedForecastProperties {
|
|
9273
9324
|
*/
|
9274
9325
|
export interface QuickSightDashboardTimeEqualityFilter {
|
9275
9326
|
Column: QuickSightDashboardColumnIdentifier;
|
9327
|
+
RollingDate?: QuickSightDashboardRollingDateConfiguration;
|
9276
9328
|
Value?: string;
|
9277
9329
|
TimeGranularity?: string;
|
9278
9330
|
ParameterName?: string;
|
@@ -9385,6 +9437,23 @@ export interface QuickSightDashboardTotalAggregationComputation {
|
|
9385
9437
|
ComputationId: string;
|
9386
9438
|
Name?: string;
|
9387
9439
|
}
|
9440
|
+
/**
|
9441
|
+
* Type definition for AWS::QuickSight::Dashboard.TotalAggregationFunction
|
9442
|
+
*
|
9443
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-totalaggregationfunction.html | AWS::QuickSight::Dashboard.TotalAggregationFunction}
|
9444
|
+
*/
|
9445
|
+
export interface QuickSightDashboardTotalAggregationFunction {
|
9446
|
+
SimpleTotalAggregationFunction?: string;
|
9447
|
+
}
|
9448
|
+
/**
|
9449
|
+
* Type definition for AWS::QuickSight::Dashboard.TotalAggregationOption
|
9450
|
+
*
|
9451
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-totalaggregationoption.html | AWS::QuickSight::Dashboard.TotalAggregationOption}
|
9452
|
+
*/
|
9453
|
+
export interface QuickSightDashboardTotalAggregationOption {
|
9454
|
+
TotalAggregationFunction: QuickSightDashboardTotalAggregationFunction;
|
9455
|
+
FieldId: string;
|
9456
|
+
}
|
9388
9457
|
/**
|
9389
9458
|
* Type definition for AWS::QuickSight::Dashboard.TotalOptions
|
9390
9459
|
*
|
@@ -9392,6 +9461,7 @@ export interface QuickSightDashboardTotalAggregationComputation {
|
|
9392
9461
|
*/
|
9393
9462
|
export interface QuickSightDashboardTotalOptions {
|
9394
9463
|
CustomLabel?: string;
|
9464
|
+
TotalAggregationOptions?: any[];
|
9395
9465
|
ScrollStatus?: string;
|
9396
9466
|
Placement?: string;
|
9397
9467
|
TotalCellStyle?: QuickSightDashboardTableCellStyle;
|
@@ -9481,6 +9551,14 @@ export interface QuickSightDashboardUniqueValuesComputation {
|
|
9481
9551
|
ComputationId: string;
|
9482
9552
|
Name?: string;
|
9483
9553
|
}
|
9554
|
+
/**
|
9555
|
+
* Type definition for AWS::QuickSight::Dashboard.ValidationStrategy
|
9556
|
+
*
|
9557
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-validationstrategy.html | AWS::QuickSight::Dashboard.ValidationStrategy}
|
9558
|
+
*/
|
9559
|
+
export interface QuickSightDashboardValidationStrategy {
|
9560
|
+
Mode: string;
|
9561
|
+
}
|
9484
9562
|
/**
|
9485
9563
|
* Type definition for AWS::QuickSight::Dashboard.VisibleRangeOptions
|
9486
9564
|
*
|
@@ -11439,14 +11517,23 @@ export interface QuickSightTemplateDataPathSort {
|
|
11439
11517
|
SortPaths: any[];
|
11440
11518
|
Direction: string;
|
11441
11519
|
}
|
11520
|
+
/**
|
11521
|
+
* Type definition for AWS::QuickSight::Template.DataPathType
|
11522
|
+
*
|
11523
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-datapathtype.html | AWS::QuickSight::Template.DataPathType}
|
11524
|
+
*/
|
11525
|
+
export interface QuickSightTemplateDataPathType {
|
11526
|
+
PivotTableDataPathType?: string;
|
11527
|
+
}
|
11442
11528
|
/**
|
11443
11529
|
* Type definition for AWS::QuickSight::Template.DataPathValue
|
11444
11530
|
*
|
11445
11531
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-datapathvalue.html | AWS::QuickSight::Template.DataPathValue}
|
11446
11532
|
*/
|
11447
11533
|
export interface QuickSightTemplateDataPathValue {
|
11448
|
-
|
11449
|
-
|
11534
|
+
DataPathType?: QuickSightTemplateDataPathType;
|
11535
|
+
FieldId?: string;
|
11536
|
+
FieldValue?: string;
|
11450
11537
|
}
|
11451
11538
|
/**
|
11452
11539
|
* Type definition for AWS::QuickSight::Template.DataSetConfiguration
|
@@ -11969,6 +12056,7 @@ export interface QuickSightTemplateFilterGroup {
|
|
11969
12056
|
*/
|
11970
12057
|
export interface QuickSightTemplateFilterListConfiguration {
|
11971
12058
|
CategoryValues?: any[];
|
12059
|
+
NullOption?: string;
|
11972
12060
|
MatchOperator: string;
|
11973
12061
|
SelectAllOptions?: string;
|
11974
12062
|
}
|
@@ -13767,6 +13855,7 @@ export interface QuickSightTemplatePivotTableVisual {
|
|
13767
13855
|
*/
|
13768
13856
|
export interface QuickSightTemplatePivotTotalOptions {
|
13769
13857
|
CustomLabel?: string;
|
13858
|
+
TotalAggregationOptions?: any[];
|
13770
13859
|
ValueCellStyle?: QuickSightTemplateTableCellStyle;
|
13771
13860
|
ScrollStatus?: string;
|
13772
13861
|
Placement?: string;
|
@@ -13907,6 +13996,7 @@ export interface QuickSightTemplateReferenceLineCustomLabelConfiguration {
|
|
13907
13996
|
export interface QuickSightTemplateReferenceLineDataConfiguration {
|
13908
13997
|
DynamicConfiguration?: QuickSightTemplateReferenceLineDynamicDataConfiguration;
|
13909
13998
|
AxisBinding?: string;
|
13999
|
+
SeriesType?: string;
|
13910
14000
|
StaticConfiguration?: QuickSightTemplateReferenceLineStaticDataConfiguration;
|
13911
14001
|
}
|
13912
14002
|
/**
|
@@ -14842,6 +14932,7 @@ export interface QuickSightTemplateTimeBasedForecastProperties {
|
|
14842
14932
|
*/
|
14843
14933
|
export interface QuickSightTemplateTimeEqualityFilter {
|
14844
14934
|
Column: QuickSightTemplateColumnIdentifier;
|
14935
|
+
RollingDate?: QuickSightTemplateRollingDateConfiguration;
|
14845
14936
|
Value?: string;
|
14846
14937
|
TimeGranularity?: string;
|
14847
14938
|
ParameterName?: string;
|
@@ -14954,6 +15045,23 @@ export interface QuickSightTemplateTotalAggregationComputation {
|
|
14954
15045
|
ComputationId: string;
|
14955
15046
|
Name?: string;
|
14956
15047
|
}
|
15048
|
+
/**
|
15049
|
+
* Type definition for AWS::QuickSight::Template.TotalAggregationFunction
|
15050
|
+
*
|
15051
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-totalaggregationfunction.html | AWS::QuickSight::Template.TotalAggregationFunction}
|
15052
|
+
*/
|
15053
|
+
export interface QuickSightTemplateTotalAggregationFunction {
|
15054
|
+
SimpleTotalAggregationFunction?: string;
|
15055
|
+
}
|
15056
|
+
/**
|
15057
|
+
* Type definition for AWS::QuickSight::Template.TotalAggregationOption
|
15058
|
+
*
|
15059
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-totalaggregationoption.html | AWS::QuickSight::Template.TotalAggregationOption}
|
15060
|
+
*/
|
15061
|
+
export interface QuickSightTemplateTotalAggregationOption {
|
15062
|
+
TotalAggregationFunction: QuickSightTemplateTotalAggregationFunction;
|
15063
|
+
FieldId: string;
|
15064
|
+
}
|
14957
15065
|
/**
|
14958
15066
|
* Type definition for AWS::QuickSight::Template.TotalOptions
|
14959
15067
|
*
|
@@ -14961,6 +15069,7 @@ export interface QuickSightTemplateTotalAggregationComputation {
|
|
14961
15069
|
*/
|
14962
15070
|
export interface QuickSightTemplateTotalOptions {
|
14963
15071
|
CustomLabel?: string;
|
15072
|
+
TotalAggregationOptions?: any[];
|
14964
15073
|
ScrollStatus?: string;
|
14965
15074
|
Placement?: string;
|
14966
15075
|
TotalCellStyle?: QuickSightTemplateTableCellStyle;
|
@@ -15050,6 +15159,14 @@ export interface QuickSightTemplateUniqueValuesComputation {
|
|
15050
15159
|
ComputationId: string;
|
15051
15160
|
Name?: string;
|
15052
15161
|
}
|
15162
|
+
/**
|
15163
|
+
* Type definition for AWS::QuickSight::Template.ValidationStrategy
|
15164
|
+
*
|
15165
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-validationstrategy.html | AWS::QuickSight::Template.ValidationStrategy}
|
15166
|
+
*/
|
15167
|
+
export interface QuickSightTemplateValidationStrategy {
|
15168
|
+
Mode: string;
|
15169
|
+
}
|
15053
15170
|
/**
|
15054
15171
|
* Type definition for AWS::QuickSight::Template.VisibleRangeOptions
|
15055
15172
|
*
|
@@ -15587,6 +15704,7 @@ export interface QuickSightTopicTopicCalculatedField {
|
|
15587
15704
|
ColumnDataRole?: string;
|
15588
15705
|
Aggregation?: string;
|
15589
15706
|
Expression: string;
|
15707
|
+
NonAdditive?: boolean;
|
15590
15708
|
CalculatedFieldName: string;
|
15591
15709
|
NeverAggregateInFilter?: boolean;
|
15592
15710
|
TimeGranularity?: string;
|
@@ -15629,6 +15747,7 @@ export interface QuickSightTopicTopicColumn {
|
|
15629
15747
|
ColumnDataRole?: string;
|
15630
15748
|
Aggregation?: string;
|
15631
15749
|
ColumnName: string;
|
15750
|
+
NonAdditive?: boolean;
|
15632
15751
|
ColumnSynonyms?: any[];
|
15633
15752
|
NeverAggregateInFilter?: boolean;
|
15634
15753
|
TimeGranularity?: string;
|
@@ -15748,6 +15867,7 @@ export interface QuickSightAnalysisProps {
|
|
15748
15867
|
Definition?: QuickSightAnalysisAnalysisDefinition;
|
15749
15868
|
AwsAccountId: string;
|
15750
15869
|
Permissions?: any[];
|
15870
|
+
ValidationStrategy?: QuickSightAnalysisValidationStrategy;
|
15751
15871
|
Tags?: Tag[];
|
15752
15872
|
Name: string;
|
15753
15873
|
}
|
@@ -15788,6 +15908,7 @@ export interface QuickSightDashboardProps {
|
|
15788
15908
|
Definition?: QuickSightDashboardDashboardVersionDefinition;
|
15789
15909
|
AwsAccountId: string;
|
15790
15910
|
Permissions?: any[];
|
15911
|
+
ValidationStrategy?: QuickSightDashboardValidationStrategy;
|
15791
15912
|
DashboardId: string;
|
15792
15913
|
Tags?: Tag[];
|
15793
15914
|
Name: string;
|
@@ -15946,9 +16067,10 @@ export declare class QuickSightRefreshSchedule extends ResourceBase<"AWS::QuickS
|
|
15946
16067
|
export interface QuickSightTemplateProps {
|
15947
16068
|
VersionDescription?: string;
|
15948
16069
|
SourceEntity?: QuickSightTemplateTemplateSourceEntity;
|
15949
|
-
AwsAccountId: string;
|
15950
16070
|
Definition?: QuickSightTemplateTemplateVersionDefinition;
|
16071
|
+
AwsAccountId: string;
|
15951
16072
|
Permissions?: any[];
|
16073
|
+
ValidationStrategy?: QuickSightTemplateValidationStrategy;
|
15952
16074
|
Tags?: Tag[];
|
15953
16075
|
TemplateId: string;
|
15954
16076
|
Name?: string;
|
@@ -60,6 +60,7 @@ export interface SageMakerDataQualityJobDefinitionBatchTransformInput {
|
|
60
60
|
DataCapturedDestinationS3Uri: string;
|
61
61
|
S3InputMode?: string;
|
62
62
|
LocalPath: string;
|
63
|
+
ExcludeFeaturesAttribute?: string;
|
63
64
|
}
|
64
65
|
/**
|
65
66
|
* Type definition for AWS::SageMaker::DataQualityJobDefinition.ClusterConfig
|
@@ -140,6 +141,7 @@ export interface SageMakerDataQualityJobDefinitionEndpointInput {
|
|
140
141
|
EndpointName: string;
|
141
142
|
S3InputMode?: string;
|
142
143
|
LocalPath: string;
|
144
|
+
ExcludeFeaturesAttribute?: string;
|
143
145
|
}
|
144
146
|
/**
|
145
147
|
* Type definition for AWS::SageMaker::DataQualityJobDefinition.Json
|
@@ -1882,6 +1884,7 @@ export interface SageMakerMonitoringScheduleBatchTransformInput {
|
|
1882
1884
|
DataCapturedDestinationS3Uri: string;
|
1883
1885
|
S3InputMode?: string;
|
1884
1886
|
LocalPath: string;
|
1887
|
+
ExcludeFeaturesAttribute?: string;
|
1885
1888
|
}
|
1886
1889
|
/**
|
1887
1890
|
* Type definition for AWS::SageMaker::MonitoringSchedule.ClusterConfig
|
@@ -1930,6 +1933,7 @@ export interface SageMakerMonitoringScheduleEndpointInput {
|
|
1930
1933
|
EndpointName: string;
|
1931
1934
|
S3InputMode?: string;
|
1932
1935
|
LocalPath: string;
|
1936
|
+
ExcludeFeaturesAttribute?: string;
|
1933
1937
|
}
|
1934
1938
|
/**
|
1935
1939
|
* Type definition for AWS::SageMaker::MonitoringSchedule.Json
|
@@ -2054,6 +2058,8 @@ export interface SageMakerMonitoringScheduleS3Output {
|
|
2054
2058
|
*/
|
2055
2059
|
export interface SageMakerMonitoringScheduleScheduleConfig {
|
2056
2060
|
ScheduleExpression: string;
|
2061
|
+
DataAnalysisStartTime?: string;
|
2062
|
+
DataAnalysisEndTime?: string;
|
2057
2063
|
}
|
2058
2064
|
/**
|
2059
2065
|
* Type definition for AWS::SageMaker::MonitoringSchedule.StatisticsResource
|
@@ -26,77 +26,6 @@ export interface TransferConnectorSftpConfig {
|
|
26
26
|
TrustedHostKeys?: any[];
|
27
27
|
UserSecretId?: string;
|
28
28
|
}
|
29
|
-
/**
|
30
|
-
* Type definition for AWS::Transfer::Server.As2Transport
|
31
|
-
*
|
32
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-as2transport.html | AWS::Transfer::Server.As2Transport}
|
33
|
-
*/
|
34
|
-
export type TransferServerAs2Transport = string;
|
35
|
-
/**
|
36
|
-
* Type definition for AWS::Transfer::Server.EndpointDetails
|
37
|
-
*
|
38
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html | AWS::Transfer::Server.EndpointDetails}
|
39
|
-
*/
|
40
|
-
export interface TransferServerEndpointDetails {
|
41
|
-
AddressAllocationIds?: any[];
|
42
|
-
VpcId?: string;
|
43
|
-
VpcEndpointId?: string;
|
44
|
-
SecurityGroupIds?: any[];
|
45
|
-
SubnetIds?: any[];
|
46
|
-
}
|
47
|
-
/**
|
48
|
-
* Type definition for AWS::Transfer::Server.IdentityProviderDetails
|
49
|
-
*
|
50
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html | AWS::Transfer::Server.IdentityProviderDetails}
|
51
|
-
*/
|
52
|
-
export interface TransferServerIdentityProviderDetails {
|
53
|
-
Function?: string;
|
54
|
-
DirectoryId?: string;
|
55
|
-
InvocationRole?: string;
|
56
|
-
Url?: string;
|
57
|
-
SftpAuthenticationMethods?: string;
|
58
|
-
}
|
59
|
-
/**
|
60
|
-
* Type definition for AWS::Transfer::Server.Protocol
|
61
|
-
*
|
62
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-protocol.html | AWS::Transfer::Server.Protocol}
|
63
|
-
*/
|
64
|
-
export type TransferServerProtocol = string;
|
65
|
-
/**
|
66
|
-
* Type definition for AWS::Transfer::Server.ProtocolDetails
|
67
|
-
*
|
68
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-protocoldetails.html | AWS::Transfer::Server.ProtocolDetails}
|
69
|
-
*/
|
70
|
-
export interface TransferServerProtocolDetails {
|
71
|
-
As2Transports?: any[];
|
72
|
-
PassiveIp?: string;
|
73
|
-
SetStatOption?: string;
|
74
|
-
TlsSessionResumptionMode?: string;
|
75
|
-
}
|
76
|
-
/**
|
77
|
-
* Type definition for AWS::Transfer::Server.StructuredLogDestination
|
78
|
-
*
|
79
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-structuredlogdestination.html | AWS::Transfer::Server.StructuredLogDestination}
|
80
|
-
*/
|
81
|
-
export type TransferServerStructuredLogDestination = string;
|
82
|
-
/**
|
83
|
-
* Type definition for AWS::Transfer::Server.WorkflowDetail
|
84
|
-
*
|
85
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-workflowdetail.html | AWS::Transfer::Server.WorkflowDetail}
|
86
|
-
*/
|
87
|
-
export interface TransferServerWorkflowDetail {
|
88
|
-
WorkflowId: string;
|
89
|
-
ExecutionRole: string;
|
90
|
-
}
|
91
|
-
/**
|
92
|
-
* Type definition for AWS::Transfer::Server.WorkflowDetails
|
93
|
-
*
|
94
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-workflowdetails.html | AWS::Transfer::Server.WorkflowDetails}
|
95
|
-
*/
|
96
|
-
export interface TransferServerWorkflowDetails {
|
97
|
-
OnUpload?: any[];
|
98
|
-
OnPartialUpload?: any[];
|
99
|
-
}
|
100
29
|
/**
|
101
30
|
* Type definition for AWS::Transfer::User.HomeDirectoryMapEntry
|
102
31
|
*
|
@@ -367,47 +296,6 @@ export declare class TransferProfile extends ResourceBase<"AWS::Transfer::Profil
|
|
367
296
|
static readonly AttributeNames: readonly (keyof TransferProfileAttribs)[];
|
368
297
|
constructor(logicalId: string, properties: TransferProfileProps, options?: ResourceOptions);
|
369
298
|
}
|
370
|
-
/**
|
371
|
-
* Type definition for AWS::Transfer::Server
|
372
|
-
*
|
373
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html | AWS::Transfer::Server}
|
374
|
-
*/
|
375
|
-
export interface TransferServerProps {
|
376
|
-
LoggingRole?: string;
|
377
|
-
Protocols?: any[];
|
378
|
-
IdentityProviderDetails?: TransferServerIdentityProviderDetails;
|
379
|
-
EndpointDetails?: TransferServerEndpointDetails;
|
380
|
-
StructuredLogDestinations?: any[];
|
381
|
-
PreAuthenticationLoginBanner?: string;
|
382
|
-
PostAuthenticationLoginBanner?: string;
|
383
|
-
EndpointType?: string;
|
384
|
-
SecurityPolicyName?: string;
|
385
|
-
ProtocolDetails?: TransferServerProtocolDetails;
|
386
|
-
WorkflowDetails?: TransferServerWorkflowDetails;
|
387
|
-
Domain?: string;
|
388
|
-
IdentityProviderType?: string;
|
389
|
-
Tags?: Tag[];
|
390
|
-
Certificate?: string;
|
391
|
-
}
|
392
|
-
/**
|
393
|
-
* Attributes type definition for AWS::Transfer::Server
|
394
|
-
*
|
395
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html | AWS::Transfer::Server}
|
396
|
-
*/
|
397
|
-
export interface TransferServerAttribs {
|
398
|
-
ServerId?: string;
|
399
|
-
Arn?: string;
|
400
|
-
}
|
401
|
-
/**
|
402
|
-
* Resource class for AWS::Transfer::Server
|
403
|
-
*
|
404
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html | AWS::Transfer::Server}
|
405
|
-
*/
|
406
|
-
export declare class TransferServer extends ResourceBase<"AWS::Transfer::Server", TransferServerProps, TransferServerAttribs> {
|
407
|
-
static readonly Type = "AWS::Transfer::Server";
|
408
|
-
static readonly AttributeNames: readonly (keyof TransferServerAttribs)[];
|
409
|
-
constructor(logicalId: string, properties: TransferServerProps, options?: ResourceOptions);
|
410
|
-
}
|
411
299
|
/**
|
412
300
|
* Type definition for AWS::Transfer::User
|
413
301
|
*
|
@@ -59,19 +59,6 @@ class TransferProfile extends ResourceBase {
|
|
59
59
|
TransferProfile.Type = "AWS::Transfer::Profile";
|
60
60
|
TransferProfile.AttributeNames = ["ProfileId", "Arn"];
|
61
61
|
export { TransferProfile };
|
62
|
-
/**
|
63
|
-
* Resource class for AWS::Transfer::Server
|
64
|
-
*
|
65
|
-
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html | AWS::Transfer::Server}
|
66
|
-
*/
|
67
|
-
class TransferServer extends ResourceBase {
|
68
|
-
constructor(logicalId, properties, options) {
|
69
|
-
super(TransferServer.Type, TransferServer.AttributeNames, logicalId, properties, options);
|
70
|
-
}
|
71
|
-
}
|
72
|
-
TransferServer.Type = "AWS::Transfer::Server";
|
73
|
-
TransferServer.AttributeNames = ["ServerId", "Arn"];
|
74
|
-
export { TransferServer };
|
75
62
|
/**
|
76
63
|
* Resource class for AWS::Transfer::User
|
77
64
|
*
|
@@ -608,6 +608,7 @@ export interface WAFv2WebACLAWSManagedRulesATPRuleSet {
|
|
608
608
|
*/
|
609
609
|
export interface WAFv2WebACLAWSManagedRulesBotControlRuleSet {
|
610
610
|
InspectionLevel: string;
|
611
|
+
EnableMachineLearning?: boolean;
|
611
612
|
}
|
612
613
|
/**
|
613
614
|
* Type definition for AWS::WAFv2::WebACL.AllowAction
|
@@ -0,0 +1,123 @@
|
|
1
|
+
import { ResourceBase } from "../util.js";
|
2
|
+
import { ResourceOptions } from "../template.js";
|
3
|
+
import { Tag } from "./core.js";
|
4
|
+
/**
|
5
|
+
* Type definition for Dev::Transfer::Server.As2Transport
|
6
|
+
*
|
7
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-as2transport.html | Dev::Transfer::Server.As2Transport}
|
8
|
+
*/
|
9
|
+
export type DevTransferServerAs2Transport = string;
|
10
|
+
/**
|
11
|
+
* Type definition for Dev::Transfer::Server.EndpointDetails
|
12
|
+
*
|
13
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html | Dev::Transfer::Server.EndpointDetails}
|
14
|
+
*/
|
15
|
+
export interface DevTransferServerEndpointDetails {
|
16
|
+
AddressAllocationIds?: any[];
|
17
|
+
VpcId?: string;
|
18
|
+
VpcEndpointId?: string;
|
19
|
+
SecurityGroupIds?: any[];
|
20
|
+
SubnetIds?: any[];
|
21
|
+
}
|
22
|
+
/**
|
23
|
+
* Type definition for Dev::Transfer::Server.IdentityProviderDetails
|
24
|
+
*
|
25
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-identityproviderdetails.html | Dev::Transfer::Server.IdentityProviderDetails}
|
26
|
+
*/
|
27
|
+
export interface DevTransferServerIdentityProviderDetails {
|
28
|
+
Function?: string;
|
29
|
+
DirectoryId?: string;
|
30
|
+
InvocationRole?: string;
|
31
|
+
Url?: string;
|
32
|
+
SftpAuthenticationMethods?: string;
|
33
|
+
}
|
34
|
+
/**
|
35
|
+
* Type definition for Dev::Transfer::Server.Protocol
|
36
|
+
*
|
37
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-protocol.html | Dev::Transfer::Server.Protocol}
|
38
|
+
*/
|
39
|
+
export type DevTransferServerProtocol = string;
|
40
|
+
/**
|
41
|
+
* Type definition for Dev::Transfer::Server.ProtocolDetails
|
42
|
+
*
|
43
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-protocoldetails.html | Dev::Transfer::Server.ProtocolDetails}
|
44
|
+
*/
|
45
|
+
export interface DevTransferServerProtocolDetails {
|
46
|
+
As2Transports?: any[];
|
47
|
+
PassiveIp?: string;
|
48
|
+
SetStatOption?: string;
|
49
|
+
TlsSessionResumptionMode?: string;
|
50
|
+
}
|
51
|
+
/**
|
52
|
+
* Type definition for Dev::Transfer::Server.S3StorageOptions
|
53
|
+
*
|
54
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-s3storageoptions.html | Dev::Transfer::Server.S3StorageOptions}
|
55
|
+
*/
|
56
|
+
export interface DevTransferServerS3StorageOptions {
|
57
|
+
DirectoryListingOptimization?: string;
|
58
|
+
}
|
59
|
+
/**
|
60
|
+
* Type definition for Dev::Transfer::Server.StructuredLogDestination
|
61
|
+
*
|
62
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-structuredlogdestination.html | Dev::Transfer::Server.StructuredLogDestination}
|
63
|
+
*/
|
64
|
+
export type DevTransferServerStructuredLogDestination = string;
|
65
|
+
/**
|
66
|
+
* Type definition for Dev::Transfer::Server.WorkflowDetail
|
67
|
+
*
|
68
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-workflowdetail.html | Dev::Transfer::Server.WorkflowDetail}
|
69
|
+
*/
|
70
|
+
export interface DevTransferServerWorkflowDetail {
|
71
|
+
WorkflowId: string;
|
72
|
+
ExecutionRole: string;
|
73
|
+
}
|
74
|
+
/**
|
75
|
+
* Type definition for Dev::Transfer::Server.WorkflowDetails
|
76
|
+
*
|
77
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-workflowdetails.html | Dev::Transfer::Server.WorkflowDetails}
|
78
|
+
*/
|
79
|
+
export interface DevTransferServerWorkflowDetails {
|
80
|
+
OnUpload?: any[];
|
81
|
+
OnPartialUpload?: any[];
|
82
|
+
}
|
83
|
+
/**
|
84
|
+
* Type definition for Dev::Transfer::Server
|
85
|
+
*
|
86
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html | Dev::Transfer::Server}
|
87
|
+
*/
|
88
|
+
export interface DevTransferServerProps {
|
89
|
+
LoggingRole?: string;
|
90
|
+
Protocols?: any[];
|
91
|
+
IdentityProviderDetails?: DevTransferServerIdentityProviderDetails;
|
92
|
+
EndpointDetails?: DevTransferServerEndpointDetails;
|
93
|
+
StructuredLogDestinations?: any[];
|
94
|
+
PreAuthenticationLoginBanner?: string;
|
95
|
+
PostAuthenticationLoginBanner?: string;
|
96
|
+
EndpointType?: string;
|
97
|
+
SecurityPolicyName?: string;
|
98
|
+
ProtocolDetails?: DevTransferServerProtocolDetails;
|
99
|
+
WorkflowDetails?: DevTransferServerWorkflowDetails;
|
100
|
+
Domain?: string;
|
101
|
+
IdentityProviderType?: string;
|
102
|
+
Tags?: Tag[];
|
103
|
+
Certificate?: string;
|
104
|
+
}
|
105
|
+
/**
|
106
|
+
* Attributes type definition for Dev::Transfer::Server
|
107
|
+
*
|
108
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html | Dev::Transfer::Server}
|
109
|
+
*/
|
110
|
+
export interface DevTransferServerAttribs {
|
111
|
+
ServerId?: string;
|
112
|
+
Arn?: string;
|
113
|
+
}
|
114
|
+
/**
|
115
|
+
* Resource class for Dev::Transfer::Server
|
116
|
+
*
|
117
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-server.html | Dev::Transfer::Server}
|
118
|
+
*/
|
119
|
+
export declare class DevTransferServer extends ResourceBase<"Dev::Transfer::Server", DevTransferServerProps, DevTransferServerAttribs> {
|
120
|
+
static readonly Type = "Dev::Transfer::Server";
|
121
|
+
static readonly AttributeNames: readonly (keyof DevTransferServerAttribs)[];
|
122
|
+
constructor(logicalId: string, properties: DevTransferServerProps, options?: ResourceOptions);
|
123
|
+
}
|