@awboost/cfntypes 1.0.0-beta.64 → 1.0.0-beta.65
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-AppConfig.d.ts +1 -0
- 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 +45 -0
- package/lib/resources.generated/AWS-Cognito.js +13 -0
- package/lib/resources.generated/AWS-Connect.d.ts +2 -0
- package/lib/resources.generated/AWS-EC2.d.ts +31 -0
- 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-NetworkManager.d.ts +2 -0
- package/lib/resources.generated/AWS-NetworkManager.js +1 -1
- package/lib/resources.generated/AWS-QuickSight.d.ts +33 -1
- package/lib/resources.generated/AWS-SageMaker.d.ts +6 -0
- package/lib/resources.generated/AWS-WAFv2.d.ts +1 -0
- package/package.json +2 -2
@@ -1522,6 +1522,7 @@ export interface QuickSightAnalysisFilterGroup {
|
|
1522
1522
|
*/
|
1523
1523
|
export interface QuickSightAnalysisFilterListConfiguration {
|
1524
1524
|
CategoryValues?: any[];
|
1525
|
+
NullOption?: string;
|
1525
1526
|
MatchOperator: string;
|
1526
1527
|
SelectAllOptions?: string;
|
1527
1528
|
}
|
@@ -4566,6 +4567,14 @@ export interface QuickSightAnalysisUniqueValuesComputation {
|
|
4566
4567
|
ComputationId: string;
|
4567
4568
|
Name?: string;
|
4568
4569
|
}
|
4570
|
+
/**
|
4571
|
+
* Type definition for AWS::QuickSight::Analysis.ValidationStrategy
|
4572
|
+
*
|
4573
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-validationstrategy.html | AWS::QuickSight::Analysis.ValidationStrategy}
|
4574
|
+
*/
|
4575
|
+
export interface QuickSightAnalysisValidationStrategy {
|
4576
|
+
Mode: string;
|
4577
|
+
}
|
4569
4578
|
/**
|
4570
4579
|
* Type definition for AWS::QuickSight::Analysis.VisibleRangeOptions
|
4571
4580
|
*
|
@@ -6421,6 +6430,7 @@ export interface QuickSightDashboardFilterGroup {
|
|
6421
6430
|
*/
|
6422
6431
|
export interface QuickSightDashboardFilterListConfiguration {
|
6423
6432
|
CategoryValues?: any[];
|
6433
|
+
NullOption?: string;
|
6424
6434
|
MatchOperator: string;
|
6425
6435
|
SelectAllOptions?: string;
|
6426
6436
|
}
|
@@ -9481,6 +9491,14 @@ export interface QuickSightDashboardUniqueValuesComputation {
|
|
9481
9491
|
ComputationId: string;
|
9482
9492
|
Name?: string;
|
9483
9493
|
}
|
9494
|
+
/**
|
9495
|
+
* Type definition for AWS::QuickSight::Dashboard.ValidationStrategy
|
9496
|
+
*
|
9497
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-validationstrategy.html | AWS::QuickSight::Dashboard.ValidationStrategy}
|
9498
|
+
*/
|
9499
|
+
export interface QuickSightDashboardValidationStrategy {
|
9500
|
+
Mode: string;
|
9501
|
+
}
|
9484
9502
|
/**
|
9485
9503
|
* Type definition for AWS::QuickSight::Dashboard.VisibleRangeOptions
|
9486
9504
|
*
|
@@ -11969,6 +11987,7 @@ export interface QuickSightTemplateFilterGroup {
|
|
11969
11987
|
*/
|
11970
11988
|
export interface QuickSightTemplateFilterListConfiguration {
|
11971
11989
|
CategoryValues?: any[];
|
11990
|
+
NullOption?: string;
|
11972
11991
|
MatchOperator: string;
|
11973
11992
|
SelectAllOptions?: string;
|
11974
11993
|
}
|
@@ -15050,6 +15069,14 @@ export interface QuickSightTemplateUniqueValuesComputation {
|
|
15050
15069
|
ComputationId: string;
|
15051
15070
|
Name?: string;
|
15052
15071
|
}
|
15072
|
+
/**
|
15073
|
+
* Type definition for AWS::QuickSight::Template.ValidationStrategy
|
15074
|
+
*
|
15075
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-validationstrategy.html | AWS::QuickSight::Template.ValidationStrategy}
|
15076
|
+
*/
|
15077
|
+
export interface QuickSightTemplateValidationStrategy {
|
15078
|
+
Mode: string;
|
15079
|
+
}
|
15053
15080
|
/**
|
15054
15081
|
* Type definition for AWS::QuickSight::Template.VisibleRangeOptions
|
15055
15082
|
*
|
@@ -15587,6 +15614,7 @@ export interface QuickSightTopicTopicCalculatedField {
|
|
15587
15614
|
ColumnDataRole?: string;
|
15588
15615
|
Aggregation?: string;
|
15589
15616
|
Expression: string;
|
15617
|
+
NonAdditive?: boolean;
|
15590
15618
|
CalculatedFieldName: string;
|
15591
15619
|
NeverAggregateInFilter?: boolean;
|
15592
15620
|
TimeGranularity?: string;
|
@@ -15629,6 +15657,7 @@ export interface QuickSightTopicTopicColumn {
|
|
15629
15657
|
ColumnDataRole?: string;
|
15630
15658
|
Aggregation?: string;
|
15631
15659
|
ColumnName: string;
|
15660
|
+
NonAdditive?: boolean;
|
15632
15661
|
ColumnSynonyms?: any[];
|
15633
15662
|
NeverAggregateInFilter?: boolean;
|
15634
15663
|
TimeGranularity?: string;
|
@@ -15748,6 +15777,7 @@ export interface QuickSightAnalysisProps {
|
|
15748
15777
|
Definition?: QuickSightAnalysisAnalysisDefinition;
|
15749
15778
|
AwsAccountId: string;
|
15750
15779
|
Permissions?: any[];
|
15780
|
+
ValidationStrategy?: QuickSightAnalysisValidationStrategy;
|
15751
15781
|
Tags?: Tag[];
|
15752
15782
|
Name: string;
|
15753
15783
|
}
|
@@ -15788,6 +15818,7 @@ export interface QuickSightDashboardProps {
|
|
15788
15818
|
Definition?: QuickSightDashboardDashboardVersionDefinition;
|
15789
15819
|
AwsAccountId: string;
|
15790
15820
|
Permissions?: any[];
|
15821
|
+
ValidationStrategy?: QuickSightDashboardValidationStrategy;
|
15791
15822
|
DashboardId: string;
|
15792
15823
|
Tags?: Tag[];
|
15793
15824
|
Name: string;
|
@@ -15946,9 +15977,10 @@ export declare class QuickSightRefreshSchedule extends ResourceBase<"AWS::QuickS
|
|
15946
15977
|
export interface QuickSightTemplateProps {
|
15947
15978
|
VersionDescription?: string;
|
15948
15979
|
SourceEntity?: QuickSightTemplateTemplateSourceEntity;
|
15949
|
-
AwsAccountId: string;
|
15950
15980
|
Definition?: QuickSightTemplateTemplateVersionDefinition;
|
15981
|
+
AwsAccountId: string;
|
15951
15982
|
Permissions?: any[];
|
15983
|
+
ValidationStrategy?: QuickSightTemplateValidationStrategy;
|
15952
15984
|
Tags?: Tag[];
|
15953
15985
|
TemplateId: string;
|
15954
15986
|
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
|
@@ -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
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@awboost/cfntypes",
|
3
|
-
"version": "1.0.0-beta.
|
3
|
+
"version": "1.0.0-beta.65",
|
4
4
|
"private": false,
|
5
5
|
"publishConfig": {
|
6
6
|
"access": "public"
|
@@ -43,5 +43,5 @@
|
|
43
43
|
"scripts": {
|
44
44
|
"lint": "eslint src/ --ext=ts"
|
45
45
|
},
|
46
|
-
"awsResourceSpecificationVersion": "
|
46
|
+
"awsResourceSpecificationVersion": "145.0.0"
|
47
47
|
}
|