@awboost/cfntypes 1.0.0-beta.65 → 1.0.0-beta.67
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 +23 -6
- package/lib/resources.generated/AWS-AppConfig.js +2 -2
- package/lib/resources.generated/AWS-AppRunner.d.ts +1 -0
- package/lib/resources.generated/AWS-AppStream.d.ts +1 -0
- package/lib/resources.generated/AWS-AutoScaling.d.ts +78 -66
- package/lib/resources.generated/AWS-AutoScaling.js +8 -2
- package/lib/resources.generated/AWS-CodeBuild.d.ts +10 -2
- package/lib/resources.generated/AWS-Cognito.d.ts +3 -1
- package/lib/resources.generated/AWS-Cognito.js +2 -2
- package/lib/resources.generated/AWS-CustomerProfiles.d.ts +118 -0
- package/lib/resources.generated/AWS-CustomerProfiles.js +10 -1
- package/lib/resources.generated/AWS-DLM.d.ts +14 -0
- package/lib/resources.generated/AWS-EC2.d.ts +36 -17
- package/lib/resources.generated/AWS-EC2.js +4 -4
- package/lib/resources.generated/AWS-EMRServerless.d.ts +43 -4
- package/lib/resources.generated/AWS-EntityResolution.d.ts +1 -0
- package/lib/resources.generated/AWS-EntityResolution.js +1 -1
- package/lib/resources.generated/AWS-IAM.d.ts +11 -11
- package/lib/resources.generated/AWS-IAM.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 +1 -0
- package/lib/resources.generated/AWS-QuickSight.d.ts +96 -6
- package/lib/resources.generated/AWS-S3.d.ts +18 -0
- package/lib/resources.generated/AWS-SNS.d.ts +1 -0
- package/lib/resources.generated/AWS-ServiceCatalogAppRegistry.d.ts +0 -2
- package/lib/resources.generated/AWS-ServiceCatalogAppRegistry.js +2 -2
- 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
|
@@ -3341,6 +3350,7 @@ export interface QuickSightAnalysisPivotTableVisual {
|
|
3341
3350
|
*/
|
3342
3351
|
export interface QuickSightAnalysisPivotTotalOptions {
|
3343
3352
|
CustomLabel?: string;
|
3353
|
+
TotalAggregationOptions?: any[];
|
3344
3354
|
ValueCellStyle?: QuickSightAnalysisTableCellStyle;
|
3345
3355
|
ScrollStatus?: string;
|
3346
3356
|
Placement?: string;
|
@@ -3481,6 +3491,7 @@ export interface QuickSightAnalysisReferenceLineCustomLabelConfiguration {
|
|
3481
3491
|
export interface QuickSightAnalysisReferenceLineDataConfiguration {
|
3482
3492
|
DynamicConfiguration?: QuickSightAnalysisReferenceLineDynamicDataConfiguration;
|
3483
3493
|
AxisBinding?: string;
|
3494
|
+
SeriesType?: string;
|
3484
3495
|
StaticConfiguration?: QuickSightAnalysisReferenceLineStaticDataConfiguration;
|
3485
3496
|
}
|
3486
3497
|
/**
|
@@ -4359,6 +4370,7 @@ export interface QuickSightAnalysisTimeBasedForecastProperties {
|
|
4359
4370
|
*/
|
4360
4371
|
export interface QuickSightAnalysisTimeEqualityFilter {
|
4361
4372
|
Column: QuickSightAnalysisColumnIdentifier;
|
4373
|
+
RollingDate?: QuickSightAnalysisRollingDateConfiguration;
|
4362
4374
|
Value?: string;
|
4363
4375
|
TimeGranularity?: string;
|
4364
4376
|
ParameterName?: string;
|
@@ -4471,6 +4483,23 @@ export interface QuickSightAnalysisTotalAggregationComputation {
|
|
4471
4483
|
ComputationId: string;
|
4472
4484
|
Name?: string;
|
4473
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
|
+
}
|
4474
4503
|
/**
|
4475
4504
|
* Type definition for AWS::QuickSight::Analysis.TotalOptions
|
4476
4505
|
*
|
@@ -4478,6 +4507,7 @@ export interface QuickSightAnalysisTotalAggregationComputation {
|
|
4478
4507
|
*/
|
4479
4508
|
export interface QuickSightAnalysisTotalOptions {
|
4480
4509
|
CustomLabel?: string;
|
4510
|
+
TotalAggregationOptions?: any[];
|
4481
4511
|
ScrollStatus?: string;
|
4482
4512
|
Placement?: string;
|
4483
4513
|
TotalCellStyle?: QuickSightAnalysisTableCellStyle;
|
@@ -5843,14 +5873,23 @@ export interface QuickSightDashboardDataPathSort {
|
|
5843
5873
|
SortPaths: any[];
|
5844
5874
|
Direction: string;
|
5845
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
|
+
}
|
5846
5884
|
/**
|
5847
5885
|
* Type definition for AWS::QuickSight::Dashboard.DataPathValue
|
5848
5886
|
*
|
5849
5887
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-datapathvalue.html | AWS::QuickSight::Dashboard.DataPathValue}
|
5850
5888
|
*/
|
5851
5889
|
export interface QuickSightDashboardDataPathValue {
|
5852
|
-
|
5853
|
-
|
5890
|
+
DataPathType?: QuickSightDashboardDataPathType;
|
5891
|
+
FieldId?: string;
|
5892
|
+
FieldValue?: string;
|
5854
5893
|
}
|
5855
5894
|
/**
|
5856
5895
|
* Type definition for AWS::QuickSight::Dashboard.DataPointDrillUpDownOption
|
@@ -8249,6 +8288,7 @@ export interface QuickSightDashboardPivotTableVisual {
|
|
8249
8288
|
*/
|
8250
8289
|
export interface QuickSightDashboardPivotTotalOptions {
|
8251
8290
|
CustomLabel?: string;
|
8291
|
+
TotalAggregationOptions?: any[];
|
8252
8292
|
ValueCellStyle?: QuickSightDashboardTableCellStyle;
|
8253
8293
|
ScrollStatus?: string;
|
8254
8294
|
Placement?: string;
|
@@ -8389,6 +8429,7 @@ export interface QuickSightDashboardReferenceLineCustomLabelConfiguration {
|
|
8389
8429
|
export interface QuickSightDashboardReferenceLineDataConfiguration {
|
8390
8430
|
DynamicConfiguration?: QuickSightDashboardReferenceLineDynamicDataConfiguration;
|
8391
8431
|
AxisBinding?: string;
|
8432
|
+
SeriesType?: string;
|
8392
8433
|
StaticConfiguration?: QuickSightDashboardReferenceLineStaticDataConfiguration;
|
8393
8434
|
}
|
8394
8435
|
/**
|
@@ -9283,6 +9324,7 @@ export interface QuickSightDashboardTimeBasedForecastProperties {
|
|
9283
9324
|
*/
|
9284
9325
|
export interface QuickSightDashboardTimeEqualityFilter {
|
9285
9326
|
Column: QuickSightDashboardColumnIdentifier;
|
9327
|
+
RollingDate?: QuickSightDashboardRollingDateConfiguration;
|
9286
9328
|
Value?: string;
|
9287
9329
|
TimeGranularity?: string;
|
9288
9330
|
ParameterName?: string;
|
@@ -9395,6 +9437,23 @@ export interface QuickSightDashboardTotalAggregationComputation {
|
|
9395
9437
|
ComputationId: string;
|
9396
9438
|
Name?: string;
|
9397
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
|
+
}
|
9398
9457
|
/**
|
9399
9458
|
* Type definition for AWS::QuickSight::Dashboard.TotalOptions
|
9400
9459
|
*
|
@@ -9402,6 +9461,7 @@ export interface QuickSightDashboardTotalAggregationComputation {
|
|
9402
9461
|
*/
|
9403
9462
|
export interface QuickSightDashboardTotalOptions {
|
9404
9463
|
CustomLabel?: string;
|
9464
|
+
TotalAggregationOptions?: any[];
|
9405
9465
|
ScrollStatus?: string;
|
9406
9466
|
Placement?: string;
|
9407
9467
|
TotalCellStyle?: QuickSightDashboardTableCellStyle;
|
@@ -11457,14 +11517,23 @@ export interface QuickSightTemplateDataPathSort {
|
|
11457
11517
|
SortPaths: any[];
|
11458
11518
|
Direction: string;
|
11459
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
|
+
}
|
11460
11528
|
/**
|
11461
11529
|
* Type definition for AWS::QuickSight::Template.DataPathValue
|
11462
11530
|
*
|
11463
11531
|
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-datapathvalue.html | AWS::QuickSight::Template.DataPathValue}
|
11464
11532
|
*/
|
11465
11533
|
export interface QuickSightTemplateDataPathValue {
|
11466
|
-
|
11467
|
-
|
11534
|
+
DataPathType?: QuickSightTemplateDataPathType;
|
11535
|
+
FieldId?: string;
|
11536
|
+
FieldValue?: string;
|
11468
11537
|
}
|
11469
11538
|
/**
|
11470
11539
|
* Type definition for AWS::QuickSight::Template.DataSetConfiguration
|
@@ -13786,6 +13855,7 @@ export interface QuickSightTemplatePivotTableVisual {
|
|
13786
13855
|
*/
|
13787
13856
|
export interface QuickSightTemplatePivotTotalOptions {
|
13788
13857
|
CustomLabel?: string;
|
13858
|
+
TotalAggregationOptions?: any[];
|
13789
13859
|
ValueCellStyle?: QuickSightTemplateTableCellStyle;
|
13790
13860
|
ScrollStatus?: string;
|
13791
13861
|
Placement?: string;
|
@@ -13926,6 +13996,7 @@ export interface QuickSightTemplateReferenceLineCustomLabelConfiguration {
|
|
13926
13996
|
export interface QuickSightTemplateReferenceLineDataConfiguration {
|
13927
13997
|
DynamicConfiguration?: QuickSightTemplateReferenceLineDynamicDataConfiguration;
|
13928
13998
|
AxisBinding?: string;
|
13999
|
+
SeriesType?: string;
|
13929
14000
|
StaticConfiguration?: QuickSightTemplateReferenceLineStaticDataConfiguration;
|
13930
14001
|
}
|
13931
14002
|
/**
|
@@ -14861,6 +14932,7 @@ export interface QuickSightTemplateTimeBasedForecastProperties {
|
|
14861
14932
|
*/
|
14862
14933
|
export interface QuickSightTemplateTimeEqualityFilter {
|
14863
14934
|
Column: QuickSightTemplateColumnIdentifier;
|
14935
|
+
RollingDate?: QuickSightTemplateRollingDateConfiguration;
|
14864
14936
|
Value?: string;
|
14865
14937
|
TimeGranularity?: string;
|
14866
14938
|
ParameterName?: string;
|
@@ -14973,6 +15045,23 @@ export interface QuickSightTemplateTotalAggregationComputation {
|
|
14973
15045
|
ComputationId: string;
|
14974
15046
|
Name?: string;
|
14975
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
|
+
}
|
14976
15065
|
/**
|
14977
15066
|
* Type definition for AWS::QuickSight::Template.TotalOptions
|
14978
15067
|
*
|
@@ -14980,6 +15069,7 @@ export interface QuickSightTemplateTotalAggregationComputation {
|
|
14980
15069
|
*/
|
14981
15070
|
export interface QuickSightTemplateTotalOptions {
|
14982
15071
|
CustomLabel?: string;
|
15072
|
+
TotalAggregationOptions?: any[];
|
14983
15073
|
ScrollStatus?: string;
|
14984
15074
|
Placement?: string;
|
14985
15075
|
TotalCellStyle?: QuickSightTemplateTableCellStyle;
|
@@ -599,6 +599,7 @@ export interface S3MultiRegionAccessPointPolicyPolicyStatus {
|
|
599
599
|
*/
|
600
600
|
export interface S3StorageLensAccountLevel {
|
601
601
|
AdvancedDataProtectionMetrics?: S3StorageLensAdvancedDataProtectionMetrics;
|
602
|
+
StorageLensGroupLevel?: S3StorageLensStorageLensGroupLevel;
|
602
603
|
ActivityMetrics?: S3StorageLensActivityMetrics;
|
603
604
|
BucketLevel: S3StorageLensBucketLevel;
|
604
605
|
AdvancedCostOptimizationMetrics?: S3StorageLensAdvancedCostOptimizationMetrics;
|
@@ -754,6 +755,23 @@ export interface S3StorageLensStorageLensConfiguration {
|
|
754
755
|
StorageLensArn?: string;
|
755
756
|
DataExport?: S3StorageLensDataExport;
|
756
757
|
}
|
758
|
+
/**
|
759
|
+
* Type definition for AWS::S3::StorageLens.StorageLensGroupLevel
|
760
|
+
*
|
761
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-storagelensgrouplevel.html | AWS::S3::StorageLens.StorageLensGroupLevel}
|
762
|
+
*/
|
763
|
+
export interface S3StorageLensStorageLensGroupLevel {
|
764
|
+
StorageLensGroupSelectionCriteria?: S3StorageLensStorageLensGroupSelectionCriteria;
|
765
|
+
}
|
766
|
+
/**
|
767
|
+
* Type definition for AWS::S3::StorageLens.StorageLensGroupSelectionCriteria
|
768
|
+
*
|
769
|
+
* @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-storagelensgroupselectioncriteria.html | AWS::S3::StorageLens.StorageLensGroupSelectionCriteria}
|
770
|
+
*/
|
771
|
+
export interface S3StorageLensStorageLensGroupSelectionCriteria {
|
772
|
+
Exclude?: any[];
|
773
|
+
Include?: any[];
|
774
|
+
}
|
757
775
|
/**
|
758
776
|
* Type definition for AWS::S3::AccessPoint
|
759
777
|
*
|
@@ -77,7 +77,6 @@ export interface ServiceCatalogAppRegistryAttributeGroupAssociationProps {
|
|
77
77
|
export interface ServiceCatalogAppRegistryAttributeGroupAssociationAttribs {
|
78
78
|
ApplicationArn?: string;
|
79
79
|
AttributeGroupArn?: string;
|
80
|
-
Id?: string;
|
81
80
|
}
|
82
81
|
/**
|
83
82
|
* Resource class for AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation
|
@@ -107,7 +106,6 @@ export interface ServiceCatalogAppRegistryResourceAssociationProps {
|
|
107
106
|
export interface ServiceCatalogAppRegistryResourceAssociationAttribs {
|
108
107
|
ResourceArn?: string;
|
109
108
|
ApplicationArn?: string;
|
110
|
-
Id?: string;
|
111
109
|
}
|
112
110
|
/**
|
113
111
|
* Resource class for AWS::ServiceCatalogAppRegistry::ResourceAssociation
|
@@ -36,7 +36,7 @@ class ServiceCatalogAppRegistryAttributeGroupAssociation extends ResourceBase {
|
|
36
36
|
}
|
37
37
|
}
|
38
38
|
ServiceCatalogAppRegistryAttributeGroupAssociation.Type = "AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation";
|
39
|
-
ServiceCatalogAppRegistryAttributeGroupAssociation.AttributeNames = ["ApplicationArn", "AttributeGroupArn"
|
39
|
+
ServiceCatalogAppRegistryAttributeGroupAssociation.AttributeNames = ["ApplicationArn", "AttributeGroupArn"];
|
40
40
|
export { ServiceCatalogAppRegistryAttributeGroupAssociation };
|
41
41
|
/**
|
42
42
|
* Resource class for AWS::ServiceCatalogAppRegistry::ResourceAssociation
|
@@ -49,5 +49,5 @@ class ServiceCatalogAppRegistryResourceAssociation extends ResourceBase {
|
|
49
49
|
}
|
50
50
|
}
|
51
51
|
ServiceCatalogAppRegistryResourceAssociation.Type = "AWS::ServiceCatalogAppRegistry::ResourceAssociation";
|
52
|
-
ServiceCatalogAppRegistryResourceAssociation.AttributeNames = ["ResourceArn", "ApplicationArn"
|
52
|
+
ServiceCatalogAppRegistryResourceAssociation.AttributeNames = ["ResourceArn", "ApplicationArn"];
|
53
53
|
export { ServiceCatalogAppRegistryResourceAssociation };
|
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.67",
|
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": "147.0.0"
|
47
47
|
}
|