@awboost/cfntypes 1.0.0-beta.56 → 1.0.0-beta.57

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.
@@ -1,4 +1,4 @@
1
- export declare const ResourceSpecificationVersion = "141.0.0";
1
+ export declare const ResourceSpecificationVersion = "142.0.0";
2
2
  /**
3
3
  * Type definition for AWS::ACMPCA::Certificate.ApiPassthrough
4
4
  *
@@ -1344,16 +1344,6 @@ export interface ApiGatewayV2StageRouteSettings {
1344
1344
  DetailedMetricsEnabled?: boolean;
1345
1345
  ThrottlingRateLimit?: number;
1346
1346
  }
1347
- /**
1348
- * Type definition for AWS::AppConfig::Application.Tags
1349
- *
1350
- * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appconfig-application-tags.html | AWS::AppConfig::Application.Tags}
1351
- * @group AWS::AppConfig
1352
- */
1353
- export interface AppConfigApplicationTags {
1354
- Value?: string;
1355
- Key?: string;
1356
- }
1357
1347
  /**
1358
1348
  * Type definition for AWS::AppConfig::ConfigurationProfile.Tags
1359
1349
  *
@@ -1821,8 +1811,9 @@ export interface AppFlowConnectorProfileSalesforceConnectorProfileProperties {
1821
1811
  * @group AWS::AppFlow
1822
1812
  */
1823
1813
  export interface AppFlowConnectorProfileServiceNowConnectorProfileCredentials {
1824
- Username: string;
1825
- Password: string;
1814
+ Username?: string;
1815
+ OAuth2Credentials?: AppFlowConnectorProfileOAuth2Credentials;
1816
+ Password?: string;
1826
1817
  }
1827
1818
  /**
1828
1819
  * Type definition for AWS::AppFlow::ConnectorProfile.ServiceNowConnectorProfileProperties
@@ -3955,6 +3946,7 @@ export interface AppRunnerServiceCodeConfigurationValues {
3955
3946
  export interface AppRunnerServiceCodeRepository {
3956
3947
  SourceCodeVersion: AppRunnerServiceSourceCodeVersion;
3957
3948
  CodeConfiguration?: AppRunnerServiceCodeConfiguration;
3949
+ SourceDirectory?: string;
3958
3950
  RepositoryUrl: string;
3959
3951
  }
3960
3952
  /**
@@ -16855,12 +16847,12 @@ export interface ElasticLoadBalancingV2ListenerRuleTargetGroupTuple {
16855
16847
  /**
16856
16848
  * Type definition for AWS::ElasticLoadBalancingV2::LoadBalancer.LoadBalancerAttribute
16857
16849
  *
16858
- * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-loadbalancer-loadbalancerattributes.html | AWS::ElasticLoadBalancingV2::LoadBalancer.LoadBalancerAttribute}
16850
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-loadbalancer-loadbalancerattribute.html | AWS::ElasticLoadBalancingV2::LoadBalancer.LoadBalancerAttribute}
16859
16851
  * @group AWS::ElasticLoadBalancingV2
16860
16852
  */
16861
16853
  export interface ElasticLoadBalancingV2LoadBalancerLoadBalancerAttribute {
16862
- Key?: string;
16863
16854
  Value?: string;
16855
+ Key?: string;
16864
16856
  }
16865
16857
  /**
16866
16858
  * Type definition for AWS::ElasticLoadBalancingV2::LoadBalancer.SubnetMapping
@@ -16871,8 +16863,8 @@ export interface ElasticLoadBalancingV2LoadBalancerLoadBalancerAttribute {
16871
16863
  export interface ElasticLoadBalancingV2LoadBalancerSubnetMapping {
16872
16864
  AllocationId?: string;
16873
16865
  IPv6Address?: string;
16874
- PrivateIPv4Address?: string;
16875
16866
  SubnetId: string;
16867
+ PrivateIPv4Address?: string;
16876
16868
  }
16877
16869
  /**
16878
16870
  * Type definition for AWS::ElasticLoadBalancingV2::TargetGroup.Matcher
@@ -26132,6 +26124,16 @@ export interface KinesisFirehoseDeliveryStreamAmazonopensearchserviceDestination
26132
26124
  export interface KinesisFirehoseDeliveryStreamAmazonopensearchserviceRetryOptions {
26133
26125
  DurationInSeconds?: number;
26134
26126
  }
26127
+ /**
26128
+ * Type definition for AWS::KinesisFirehose::DeliveryStream.AuthenticationConfiguration
26129
+ *
26130
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-authenticationconfiguration.html | AWS::KinesisFirehose::DeliveryStream.AuthenticationConfiguration}
26131
+ * @group AWS::KinesisFirehose
26132
+ */
26133
+ export interface KinesisFirehoseDeliveryStreamAuthenticationConfiguration {
26134
+ Connectivity: string;
26135
+ RoleARN: string;
26136
+ }
26135
26137
  /**
26136
26138
  * Type definition for AWS::KinesisFirehose::DeliveryStream.BufferingHints
26137
26139
  *
@@ -26372,6 +26374,17 @@ export interface KinesisFirehoseDeliveryStreamKinesisStreamSourceConfiguration {
26372
26374
  KinesisStreamARN: string;
26373
26375
  RoleARN: string;
26374
26376
  }
26377
+ /**
26378
+ * Type definition for AWS::KinesisFirehose::DeliveryStream.MSKSourceConfiguration
26379
+ *
26380
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-msksourceconfiguration.html | AWS::KinesisFirehose::DeliveryStream.MSKSourceConfiguration}
26381
+ * @group AWS::KinesisFirehose
26382
+ */
26383
+ export interface KinesisFirehoseDeliveryStreamMSKSourceConfiguration {
26384
+ AuthenticationConfiguration: KinesisFirehoseDeliveryStreamAuthenticationConfiguration;
26385
+ MSKClusterARN: string;
26386
+ TopicName: string;
26387
+ }
26375
26388
  /**
26376
26389
  * Type definition for AWS::KinesisFirehose::DeliveryStream.OpenXJsonSerDe
26377
26390
  *
@@ -29289,6 +29302,17 @@ export interface MSKClusterVpcConnectivityScram {
29289
29302
  export interface MSKClusterVpcConnectivityTls {
29290
29303
  Enabled: boolean;
29291
29304
  }
29305
+ /**
29306
+ * Type definition for AWS::MSK::Configuration.LatestRevision
29307
+ *
29308
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-configuration-latestrevision.html | AWS::MSK::Configuration.LatestRevision}
29309
+ * @group AWS::MSK
29310
+ */
29311
+ export interface MSKConfigurationLatestRevision {
29312
+ Description?: string;
29313
+ Revision?: number;
29314
+ CreationTime?: string;
29315
+ }
29292
29316
  /**
29293
29317
  * Type definition for AWS::MSK::ServerlessCluster.ClientAuthentication
29294
29318
  *
@@ -42236,6 +42260,7 @@ export interface QuickSightDashboardDateTimeParameterDeclaration {
42236
42260
  */
42237
42261
  export interface QuickSightDashboardDateTimePickerControlDisplayOptions {
42238
42262
  TitleOptions?: QuickSightDashboardLabelOptions;
42263
+ InfoIconLabelOptions?: QuickSightDashboardSheetControlInfoIconLabelOptions;
42239
42264
  DateTimeFormat?: string;
42240
42265
  }
42241
42266
  /**
@@ -42420,6 +42445,7 @@ export interface QuickSightDashboardDrillDownFilter {
42420
42445
  export interface QuickSightDashboardDropDownControlDisplayOptions {
42421
42446
  TitleOptions?: QuickSightDashboardLabelOptions;
42422
42447
  SelectAllOptions?: QuickSightDashboardListControlSelectAllOptions;
42448
+ InfoIconLabelOptions?: QuickSightDashboardSheetControlInfoIconLabelOptions;
42423
42449
  }
42424
42450
  /**
42425
42451
  * Type definition for AWS::QuickSight::Dashboard.DynamicDefaultValue
@@ -42785,6 +42811,7 @@ export interface QuickSightDashboardFilterRelativeDateTimeControl {
42785
42811
  * @group AWS::QuickSight
42786
42812
  */
42787
42813
  export interface QuickSightDashboardFilterScopeConfiguration {
42814
+ AllSheets?: object;
42788
42815
  SelectedSheets?: QuickSightDashboardSelectedSheetsFilterScopeConfiguration;
42789
42816
  }
42790
42817
  /**
@@ -42881,7 +42908,7 @@ export interface QuickSightDashboardForecastComputation {
42881
42908
  Seasonality?: string;
42882
42909
  CustomSeasonalityValue?: number;
42883
42910
  Value?: QuickSightDashboardMeasureField;
42884
- Time: QuickSightDashboardDimensionField;
42911
+ Time?: QuickSightDashboardDimensionField;
42885
42912
  UpperBoundary?: number;
42886
42913
  ComputationId: string;
42887
42914
  Name?: string;
@@ -43355,7 +43382,7 @@ export interface QuickSightDashboardGridLayoutScreenCanvasSizeOptions {
43355
43382
  */
43356
43383
  export interface QuickSightDashboardGrowthRateComputation {
43357
43384
  Value?: QuickSightDashboardMeasureField;
43358
- Time: QuickSightDashboardDimensionField;
43385
+ Time?: QuickSightDashboardDimensionField;
43359
43386
  PeriodSize?: number;
43360
43387
  ComputationId: string;
43361
43388
  Name?: string;
@@ -43852,6 +43879,7 @@ export interface QuickSightDashboardListControlDisplayOptions {
43852
43879
  TitleOptions?: QuickSightDashboardLabelOptions;
43853
43880
  SearchOptions?: QuickSightDashboardListControlSearchOptions;
43854
43881
  SelectAllOptions?: QuickSightDashboardListControlSelectAllOptions;
43882
+ InfoIconLabelOptions?: QuickSightDashboardSheetControlInfoIconLabelOptions;
43855
43883
  }
43856
43884
  /**
43857
43885
  * Type definition for AWS::QuickSight::Dashboard.ListControlSearchOptions
@@ -43927,7 +43955,7 @@ export interface QuickSightDashboardMaximumLabelType {
43927
43955
  export interface QuickSightDashboardMaximumMinimumComputation {
43928
43956
  Type: string;
43929
43957
  Value?: QuickSightDashboardMeasureField;
43930
- Time: QuickSightDashboardDimensionField;
43958
+ Time?: QuickSightDashboardDimensionField;
43931
43959
  ComputationId: string;
43932
43960
  Name?: string;
43933
43961
  }
@@ -43950,10 +43978,10 @@ export interface QuickSightDashboardMeasureField {
43950
43978
  * @group AWS::QuickSight
43951
43979
  */
43952
43980
  export interface QuickSightDashboardMetricComparisonComputation {
43953
- TargetValue: QuickSightDashboardMeasureField;
43954
- Time: QuickSightDashboardDimensionField;
43981
+ TargetValue?: QuickSightDashboardMeasureField;
43982
+ Time?: QuickSightDashboardDimensionField;
43955
43983
  ComputationId: string;
43956
- FromValue: QuickSightDashboardMeasureField;
43984
+ FromValue?: QuickSightDashboardMeasureField;
43957
43985
  Name?: string;
43958
43986
  }
43959
43987
  /**
@@ -44343,7 +44371,7 @@ export interface QuickSightDashboardPercentileAggregation {
44343
44371
  */
44344
44372
  export interface QuickSightDashboardPeriodOverPeriodComputation {
44345
44373
  Value?: QuickSightDashboardMeasureField;
44346
- Time: QuickSightDashboardDimensionField;
44374
+ Time?: QuickSightDashboardDimensionField;
44347
44375
  ComputationId: string;
44348
44376
  Name?: string;
44349
44377
  }
@@ -44356,7 +44384,7 @@ export interface QuickSightDashboardPeriodOverPeriodComputation {
44356
44384
  export interface QuickSightDashboardPeriodToDateComputation {
44357
44385
  PeriodTimeGranularity?: string;
44358
44386
  Value?: QuickSightDashboardMeasureField;
44359
- Time: QuickSightDashboardDimensionField;
44387
+ Time?: QuickSightDashboardDimensionField;
44360
44388
  ComputationId: string;
44361
44389
  Name?: string;
44362
44390
  }
@@ -44577,14 +44605,17 @@ export interface QuickSightDashboardPivotTableFieldWells {
44577
44605
  */
44578
44606
  export interface QuickSightDashboardPivotTableOptions {
44579
44607
  RowFieldNamesStyle?: QuickSightDashboardTableCellStyle;
44580
- SingleMetricVisibility?: string;
44581
- ColumnHeaderStyle?: QuickSightDashboardTableCellStyle;
44582
44608
  RowHeaderStyle?: QuickSightDashboardTableCellStyle;
44583
44609
  CollapsedRowDimensionsVisibility?: string;
44610
+ RowsLayout?: string;
44584
44611
  MetricPlacement?: string;
44612
+ DefaultCellWidth?: string;
44613
+ ColumnNamesVisibility?: string;
44614
+ RowsLabelOptions?: QuickSightDashboardPivotTableRowsLabelOptions;
44615
+ SingleMetricVisibility?: string;
44616
+ ColumnHeaderStyle?: QuickSightDashboardTableCellStyle;
44585
44617
  ToggleButtonsVisibility?: string;
44586
44618
  CellStyle?: QuickSightDashboardTableCellStyle;
44587
- ColumnNamesVisibility?: string;
44588
44619
  RowAlternateColorOptions?: QuickSightDashboardRowAlternateColorOptions;
44589
44620
  }
44590
44621
  /**
@@ -44597,6 +44628,16 @@ export interface QuickSightDashboardPivotTablePaginatedReportOptions {
44597
44628
  OverflowColumnHeaderVisibility?: string;
44598
44629
  VerticalOverflowVisibility?: string;
44599
44630
  }
44631
+ /**
44632
+ * Type definition for AWS::QuickSight::Dashboard.PivotTableRowsLabelOptions
44633
+ *
44634
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pivottablerowslabeloptions.html | AWS::QuickSight::Dashboard.PivotTableRowsLabelOptions}
44635
+ * @group AWS::QuickSight
44636
+ */
44637
+ export interface QuickSightDashboardPivotTableRowsLabelOptions {
44638
+ CustomLabel?: string;
44639
+ Visibility?: string;
44640
+ }
44600
44641
  /**
44601
44642
  * Type definition for AWS::QuickSight::Dashboard.PivotTableSortBy
44602
44643
  *
@@ -44868,6 +44909,7 @@ export interface QuickSightDashboardReferenceLineValueLabelConfiguration {
44868
44909
  */
44869
44910
  export interface QuickSightDashboardRelativeDateTimeControlDisplayOptions {
44870
44911
  TitleOptions?: QuickSightDashboardLabelOptions;
44912
+ InfoIconLabelOptions?: QuickSightDashboardSheetControlInfoIconLabelOptions;
44871
44913
  DateTimeFormat?: string;
44872
44914
  }
44873
44915
  /**
@@ -44917,6 +44959,7 @@ export interface QuickSightDashboardRollingDateConfiguration {
44917
44959
  */
44918
44960
  export interface QuickSightDashboardRowAlternateColorOptions {
44919
44961
  Status?: string;
44962
+ UsePrimaryBackgroundColor?: string;
44920
44963
  RowAlternateColors?: any[];
44921
44964
  }
44922
44965
  /**
@@ -45187,6 +45230,16 @@ export interface QuickSightDashboardSheet {
45187
45230
  SheetId?: string;
45188
45231
  Name?: string;
45189
45232
  }
45233
+ /**
45234
+ * Type definition for AWS::QuickSight::Dashboard.SheetControlInfoIconLabelOptions
45235
+ *
45236
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheetcontrolinfoiconlabeloptions.html | AWS::QuickSight::Dashboard.SheetControlInfoIconLabelOptions}
45237
+ * @group AWS::QuickSight
45238
+ */
45239
+ export interface QuickSightDashboardSheetControlInfoIconLabelOptions {
45240
+ Visibility?: string;
45241
+ InfoIconText?: string;
45242
+ }
45190
45243
  /**
45191
45244
  * Type definition for AWS::QuickSight::Dashboard.SheetControlLayout
45192
45245
  *
@@ -45309,6 +45362,17 @@ export interface QuickSightDashboardSimpleClusterMarker {
45309
45362
  */
45310
45363
  export interface QuickSightDashboardSliderControlDisplayOptions {
45311
45364
  TitleOptions?: QuickSightDashboardLabelOptions;
45365
+ InfoIconLabelOptions?: QuickSightDashboardSheetControlInfoIconLabelOptions;
45366
+ }
45367
+ /**
45368
+ * Type definition for AWS::QuickSight::Dashboard.SmallMultiplesAxisProperties
45369
+ *
45370
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-smallmultiplesaxisproperties.html | AWS::QuickSight::Dashboard.SmallMultiplesAxisProperties}
45371
+ * @group AWS::QuickSight
45372
+ */
45373
+ export interface QuickSightDashboardSmallMultiplesAxisProperties {
45374
+ Placement?: string;
45375
+ Scale?: string;
45312
45376
  }
45313
45377
  /**
45314
45378
  * Type definition for AWS::QuickSight::Dashboard.SmallMultiplesOptions
@@ -45320,6 +45384,8 @@ export interface QuickSightDashboardSmallMultiplesOptions {
45320
45384
  MaxVisibleRows?: number;
45321
45385
  PanelConfiguration?: QuickSightDashboardPanelConfiguration;
45322
45386
  MaxVisibleColumns?: number;
45387
+ XAxis?: QuickSightDashboardSmallMultiplesAxisProperties;
45388
+ YAxis?: QuickSightDashboardSmallMultiplesAxisProperties;
45323
45389
  }
45324
45390
  /**
45325
45391
  * Type definition for AWS::QuickSight::Dashboard.Spacing
@@ -45400,6 +45466,7 @@ export interface QuickSightDashboardSubtotalOptions {
45400
45466
  TotalsVisibility?: string;
45401
45467
  FieldLevel?: string;
45402
45468
  MetricHeaderCellStyle?: QuickSightDashboardTableCellStyle;
45469
+ StyleTargets?: any[];
45403
45470
  }
45404
45471
  /**
45405
45472
  * Type definition for AWS::QuickSight::Dashboard.TableAggregatedFieldWells
@@ -45647,6 +45714,15 @@ export interface QuickSightDashboardTableSortConfiguration {
45647
45714
  RowSort?: any[];
45648
45715
  PaginationConfiguration?: QuickSightDashboardPaginationConfiguration;
45649
45716
  }
45717
+ /**
45718
+ * Type definition for AWS::QuickSight::Dashboard.TableStyleTarget
45719
+ *
45720
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-tablestyletarget.html | AWS::QuickSight::Dashboard.TableStyleTarget}
45721
+ * @group AWS::QuickSight
45722
+ */
45723
+ export interface QuickSightDashboardTableStyleTarget {
45724
+ CellType: string;
45725
+ }
45650
45726
  /**
45651
45727
  * Type definition for AWS::QuickSight::Dashboard.TableUnaggregatedFieldWells
45652
45728
  *
@@ -45679,6 +45755,7 @@ export interface QuickSightDashboardTableVisual {
45679
45755
  export interface QuickSightDashboardTextAreaControlDisplayOptions {
45680
45756
  TitleOptions?: QuickSightDashboardLabelOptions;
45681
45757
  PlaceholderOptions?: QuickSightDashboardTextControlPlaceholderOptions;
45758
+ InfoIconLabelOptions?: QuickSightDashboardSheetControlInfoIconLabelOptions;
45682
45759
  }
45683
45760
  /**
45684
45761
  * Type definition for AWS::QuickSight::Dashboard.TextConditionalFormat
@@ -45709,6 +45786,7 @@ export interface QuickSightDashboardTextControlPlaceholderOptions {
45709
45786
  export interface QuickSightDashboardTextFieldControlDisplayOptions {
45710
45787
  TitleOptions?: QuickSightDashboardLabelOptions;
45711
45788
  PlaceholderOptions?: QuickSightDashboardTextControlPlaceholderOptions;
45789
+ InfoIconLabelOptions?: QuickSightDashboardSheetControlInfoIconLabelOptions;
45712
45790
  }
45713
45791
  /**
45714
45792
  * Type definition for AWS::QuickSight::Dashboard.ThousandSeparatorOptions
@@ -45830,10 +45908,10 @@ export interface QuickSightDashboardTopBottomFilter {
45830
45908
  */
45831
45909
  export interface QuickSightDashboardTopBottomMoversComputation {
45832
45910
  Type: string;
45833
- Category: QuickSightDashboardDimensionField;
45911
+ Category?: QuickSightDashboardDimensionField;
45834
45912
  Value?: QuickSightDashboardMeasureField;
45835
45913
  SortOrder?: string;
45836
- Time: QuickSightDashboardDimensionField;
45914
+ Time?: QuickSightDashboardDimensionField;
45837
45915
  MoverSize?: number;
45838
45916
  ComputationId: string;
45839
45917
  Name?: string;
@@ -45846,7 +45924,7 @@ export interface QuickSightDashboardTopBottomMoversComputation {
45846
45924
  */
45847
45925
  export interface QuickSightDashboardTopBottomRankedComputation {
45848
45926
  Type: string;
45849
- Category: QuickSightDashboardDimensionField;
45927
+ Category?: QuickSightDashboardDimensionField;
45850
45928
  ResultSize?: number;
45851
45929
  Value?: QuickSightDashboardMeasureField;
45852
45930
  ComputationId: string;
@@ -45859,7 +45937,7 @@ export interface QuickSightDashboardTopBottomRankedComputation {
45859
45937
  * @group AWS::QuickSight
45860
45938
  */
45861
45939
  export interface QuickSightDashboardTotalAggregationComputation {
45862
- Value: QuickSightDashboardMeasureField;
45940
+ Value?: QuickSightDashboardMeasureField;
45863
45941
  ComputationId: string;
45864
45942
  Name?: string;
45865
45943
  }
@@ -45964,7 +46042,7 @@ export interface QuickSightDashboardUnaggregatedField {
45964
46042
  * @group AWS::QuickSight
45965
46043
  */
45966
46044
  export interface QuickSightDashboardUniqueValuesComputation {
45967
- Category: QuickSightDashboardDimensionField;
46045
+ Category?: QuickSightDashboardDimensionField;
45968
46046
  ComputationId: string;
45969
46047
  Name?: string;
45970
46048
  }
@@ -61705,6 +61783,16 @@ export interface AlexaASKSkillSkillPackage {
61705
61783
  S3Key: string;
61706
61784
  Overrides?: AlexaASKSkillOverrides;
61707
61785
  }
61786
+ /**
61787
+ * Type definition for Dev::AppConfig::Application.Tags
61788
+ *
61789
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appconfig-application-tags.html | Dev::AppConfig::Application.Tags}
61790
+ * @group Dev::AppConfig
61791
+ */
61792
+ export interface DevAppConfigApplicationTags {
61793
+ Value?: string;
61794
+ Key?: string;
61795
+ }
61708
61796
  /**
61709
61797
  * Type definition for Tag
61710
61798
  *
@@ -61712,8 +61800,8 @@ export interface AlexaASKSkillSkillPackage {
61712
61800
  * @group Tag
61713
61801
  */
61714
61802
  export interface Tag {
61715
- Key: string;
61716
61803
  Value: string;
61804
+ Key: string;
61717
61805
  }
61718
61806
  /**
61719
61807
  * Type definition for AWS::ACMPCA::Certificate
@@ -62818,17 +62906,6 @@ export interface ApiGatewayV2VpcLinkProps {
62818
62906
  export interface ApiGatewayV2VpcLinkAttribs {
62819
62907
  VpcLinkId?: string;
62820
62908
  }
62821
- /**
62822
- * Type definition for AWS::AppConfig::Application
62823
- *
62824
- * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-application.html | AWS::AppConfig::Application}
62825
- * @group AWS::AppConfig
62826
- */
62827
- export interface AppConfigApplicationProps {
62828
- Description?: string;
62829
- Tags?: any[];
62830
- Name: string;
62831
- }
62832
62909
  /**
62833
62910
  * Type definition for AWS::AppConfig::ConfigurationProfile
62834
62911
  *
@@ -66417,7 +66494,7 @@ export interface CognitoUserPoolUserProps {
66417
66494
  UserPoolId: string;
66418
66495
  Username?: string;
66419
66496
  MessageAction?: string;
66420
- ClientMetadata?: object;
66497
+ ClientMetadata?: Record<string, any>;
66421
66498
  DesiredDeliveryMediums?: any[];
66422
66499
  ForceAliasCreation?: boolean;
66423
66500
  UserAttributes?: any[];
@@ -68758,8 +68835,6 @@ export interface EC2HostAttribs {
68758
68835
  * @group AWS::EC2
68759
68836
  */
68760
68837
  export interface EC2IPAMProps {
68761
- DefaultResourceDiscoveryAssociationId?: string;
68762
- DefaultResourceDiscoveryId?: string;
68763
68838
  Description?: string;
68764
68839
  Tags?: any[];
68765
68840
  OperatingRegions?: any[];
@@ -68771,6 +68846,8 @@ export interface EC2IPAMProps {
68771
68846
  * @group AWS::EC2
68772
68847
  */
68773
68848
  export interface EC2IPAMAttribs {
68849
+ DefaultResourceDiscoveryAssociationId?: string;
68850
+ DefaultResourceDiscoveryId?: string;
68774
68851
  IpamId?: string;
68775
68852
  ResourceDiscoveryAssociationCount?: number;
68776
68853
  ScopeCount?: number;
@@ -71498,14 +71575,14 @@ export interface ElasticLoadBalancingV2ListenerRuleAttribs {
71498
71575
  */
71499
71576
  export interface ElasticLoadBalancingV2LoadBalancerProps {
71500
71577
  IpAddressType?: string;
71501
- LoadBalancerAttributes?: any[];
71502
- Name?: string;
71503
- Scheme?: string;
71504
71578
  SecurityGroups?: any[];
71505
- SubnetMappings?: any[];
71579
+ LoadBalancerAttributes?: any[];
71506
71580
  Subnets?: any[];
71507
- Tags?: any[];
71508
71581
  Type?: string;
71582
+ Scheme?: string;
71583
+ Tags?: any[];
71584
+ Name?: string;
71585
+ SubnetMappings?: any[];
71509
71586
  }
71510
71587
  /**
71511
71588
  * Attributes type definition for AWS::ElasticLoadBalancingV2::LoadBalancer
@@ -71514,11 +71591,12 @@ export interface ElasticLoadBalancingV2LoadBalancerProps {
71514
71591
  * @group AWS::ElasticLoadBalancingV2
71515
71592
  */
71516
71593
  export interface ElasticLoadBalancingV2LoadBalancerAttribs {
71594
+ SecurityGroups?: any[];
71595
+ LoadBalancerName?: string;
71517
71596
  CanonicalHostedZoneID?: string;
71597
+ LoadBalancerArn?: string;
71518
71598
  DNSName?: string;
71519
71599
  LoadBalancerFullName?: string;
71520
- LoadBalancerName?: string;
71521
- SecurityGroups?: any[];
71522
71600
  }
71523
71601
  /**
71524
71602
  * Type definition for AWS::ElasticLoadBalancingV2::TargetGroup
@@ -73590,6 +73668,30 @@ export interface GuardDutyThreatIntelSetProps {
73590
73668
  Name?: string;
73591
73669
  Location: string;
73592
73670
  }
73671
+ /**
73672
+ * Type definition for AWS::HealthImaging::Datastore
73673
+ *
73674
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-healthimaging-datastore.html | AWS::HealthImaging::Datastore}
73675
+ * @group AWS::HealthImaging
73676
+ */
73677
+ export interface HealthImagingDatastoreProps {
73678
+ KmsKeyArn?: string;
73679
+ DatastoreName?: string;
73680
+ Tags?: Record<string, any>;
73681
+ }
73682
+ /**
73683
+ * Attributes type definition for AWS::HealthImaging::Datastore
73684
+ *
73685
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-healthimaging-datastore.html | AWS::HealthImaging::Datastore}
73686
+ * @group AWS::HealthImaging
73687
+ */
73688
+ export interface HealthImagingDatastoreAttribs {
73689
+ DatastoreArn?: string;
73690
+ DatastoreId?: string;
73691
+ DatastoreStatus?: string;
73692
+ CreatedAt?: string;
73693
+ UpdatedAt?: string;
73694
+ }
73593
73695
  /**
73594
73696
  * Type definition for AWS::HealthLake::FHIRDatastore
73595
73697
  *
@@ -76070,6 +76172,7 @@ export interface KafkaConnectConnectorAttribs {
76070
76172
  export interface KendraDataSourceProps {
76071
76173
  CustomDocumentEnrichmentConfiguration?: KendraDataSourceCustomDocumentEnrichmentConfiguration;
76072
76174
  IndexId: string;
76175
+ LanguageCode?: string;
76073
76176
  Type: string;
76074
76177
  Description?: string;
76075
76178
  Schedule?: string;
@@ -76301,6 +76404,7 @@ export interface KinesisFirehoseDeliveryStreamProps {
76301
76404
  DeliveryStreamType?: string;
76302
76405
  RedshiftDestinationConfiguration?: KinesisFirehoseDeliveryStreamRedshiftDestinationConfiguration;
76303
76406
  AmazonopensearchserviceDestinationConfiguration?: KinesisFirehoseDeliveryStreamAmazonopensearchserviceDestinationConfiguration;
76407
+ MSKSourceConfiguration?: KinesisFirehoseDeliveryStreamMSKSourceConfiguration;
76304
76408
  SplunkDestinationConfiguration?: KinesisFirehoseDeliveryStreamSplunkDestinationConfiguration;
76305
76409
  ExtendedS3DestinationConfiguration?: KinesisFirehoseDeliveryStreamExtendedS3DestinationConfiguration;
76306
76410
  AmazonOpenSearchServerlessDestinationConfiguration?: KinesisFirehoseDeliveryStreamAmazonOpenSearchServerlessDestinationConfiguration;
@@ -77652,6 +77756,7 @@ export interface MSKClusterPolicyAttribs {
77652
77756
  */
77653
77757
  export interface MSKConfigurationProps {
77654
77758
  Description?: string;
77759
+ LatestRevision?: MSKConfigurationLatestRevision;
77655
77760
  ServerProperties: string;
77656
77761
  KafkaVersionsList?: any[];
77657
77762
  Name: string;
@@ -77663,6 +77768,9 @@ export interface MSKConfigurationProps {
77663
77768
  * @group AWS::MSK
77664
77769
  */
77665
77770
  export interface MSKConfigurationAttribs {
77771
+ "LatestRevision.Revision"?: number;
77772
+ "LatestRevision.CreationTime"?: string;
77773
+ "LatestRevision.Description"?: string;
77666
77774
  Arn?: string;
77667
77775
  }
77668
77776
  /**
@@ -83156,7 +83264,7 @@ export interface S3BucketAttribs {
83156
83264
  /**
83157
83265
  * Type definition for AWS::S3::BucketPolicy
83158
83266
  *
83159
- * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html | AWS::S3::BucketPolicy}
83267
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucketpolicy.html | AWS::S3::BucketPolicy}
83160
83268
  * @group AWS::S3
83161
83269
  */
83162
83270
  export interface S3BucketPolicyProps {
@@ -83762,7 +83870,7 @@ export interface SSMParameterProps {
83762
83870
  Tier?: string;
83763
83871
  Value: string;
83764
83872
  DataType?: string;
83765
- Tags?: object;
83873
+ Tags?: Record<string, any>;
83766
83874
  Name?: string;
83767
83875
  }
83768
83876
  /**
@@ -84475,6 +84583,7 @@ export interface SageMakerModelPackageProps {
84475
84583
  ValidationSpecification?: SageMakerModelPackageValidationSpecification;
84476
84584
  SourceAlgorithmSpecification?: SageMakerModelPackageSourceAlgorithmSpecification;
84477
84585
  ModelPackageStatusDetails?: SageMakerModelPackageModelPackageStatusDetails;
84586
+ SkipModelValidation?: string;
84478
84587
  ModelPackageDescription?: string;
84479
84588
  AdditionalInferenceSpecificationsToAdd?: any[];
84480
84589
  ModelPackageName?: string;
@@ -87010,6 +87119,17 @@ export interface AlexaASKSkillProps {
87010
87119
  VendorId: string;
87011
87120
  SkillPackage: AlexaASKSkillSkillPackage;
87012
87121
  }
87122
+ /**
87123
+ * Type definition for Dev::AppConfig::Application
87124
+ *
87125
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-application.html | Dev::AppConfig::Application}
87126
+ * @group Dev::AppConfig
87127
+ */
87128
+ export interface DevAppConfigApplicationProps {
87129
+ Description?: string;
87130
+ Tags?: any[];
87131
+ Name: string;
87132
+ }
87013
87133
  export interface ResourceTypes {
87014
87134
  "AWS::ACMPCA::Certificate": ACMPCACertificateProps;
87015
87135
  "AWS::ACMPCA::CertificateAuthority": ACMPCACertificateAuthorityProps;
@@ -87059,7 +87179,6 @@ export interface ResourceTypes {
87059
87179
  "AWS::ApiGatewayV2::RouteResponse": ApiGatewayV2RouteResponseProps;
87060
87180
  "AWS::ApiGatewayV2::Stage": ApiGatewayV2StageProps;
87061
87181
  "AWS::ApiGatewayV2::VpcLink": ApiGatewayV2VpcLinkProps;
87062
- "AWS::AppConfig::Application": AppConfigApplicationProps;
87063
87182
  "AWS::AppConfig::ConfigurationProfile": AppConfigConfigurationProfileProps;
87064
87183
  "AWS::AppConfig::Deployment": AppConfigDeploymentProps;
87065
87184
  "AWS::AppConfig::DeploymentStrategy": AppConfigDeploymentStrategyProps;
@@ -87549,6 +87668,7 @@ export interface ResourceTypes {
87549
87668
  "AWS::GuardDuty::Master": GuardDutyMasterProps;
87550
87669
  "AWS::GuardDuty::Member": GuardDutyMemberProps;
87551
87670
  "AWS::GuardDuty::ThreatIntelSet": GuardDutyThreatIntelSetProps;
87671
+ "AWS::HealthImaging::Datastore": HealthImagingDatastoreProps;
87552
87672
  "AWS::HealthLake::FHIRDatastore": HealthLakeFHIRDatastoreProps;
87553
87673
  "AWS::IAM::AccessKey": IAMAccessKeyProps;
87554
87674
  "AWS::IAM::Group": IAMGroupProps;
@@ -88152,6 +88272,7 @@ export interface ResourceTypes {
88152
88272
  "AWS::XRay::ResourcePolicy": XRayResourcePolicyProps;
88153
88273
  "AWS::XRay::SamplingRule": XRaySamplingRuleProps;
88154
88274
  "Alexa::ASK::Skill": AlexaASKSkillProps;
88275
+ "Dev::AppConfig::Application": DevAppConfigApplicationProps;
88155
88276
  }
88156
88277
  export interface AttributeTypes {
88157
88278
  "AWS::ACMPCA::Certificate": ACMPCACertificateAttribs;
@@ -88537,6 +88658,7 @@ export interface AttributeTypes {
88537
88658
  "AWS::GroundStation::DataflowEndpointGroup": GroundStationDataflowEndpointGroupAttribs;
88538
88659
  "AWS::GroundStation::MissionProfile": GroundStationMissionProfileAttribs;
88539
88660
  "AWS::GuardDuty::Detector": GuardDutyDetectorAttribs;
88661
+ "AWS::HealthImaging::Datastore": HealthImagingDatastoreAttribs;
88540
88662
  "AWS::HealthLake::FHIRDatastore": HealthLakeFHIRDatastoreAttribs;
88541
88663
  "AWS::IAM::AccessKey": IAMAccessKeyAttribs;
88542
88664
  "AWS::IAM::Group": IAMGroupAttribs;
@@ -89045,7 +89167,6 @@ export declare const ResourceType: {
89045
89167
  readonly ApiGatewayV2RouteResponse: "AWS::ApiGatewayV2::RouteResponse";
89046
89168
  readonly ApiGatewayV2Stage: "AWS::ApiGatewayV2::Stage";
89047
89169
  readonly ApiGatewayV2VpcLink: "AWS::ApiGatewayV2::VpcLink";
89048
- readonly AppConfigApplication: "AWS::AppConfig::Application";
89049
89170
  readonly AppConfigConfigurationProfile: "AWS::AppConfig::ConfigurationProfile";
89050
89171
  readonly AppConfigDeployment: "AWS::AppConfig::Deployment";
89051
89172
  readonly AppConfigDeploymentStrategy: "AWS::AppConfig::DeploymentStrategy";
@@ -89535,6 +89656,7 @@ export declare const ResourceType: {
89535
89656
  readonly GuardDutyMaster: "AWS::GuardDuty::Master";
89536
89657
  readonly GuardDutyMember: "AWS::GuardDuty::Member";
89537
89658
  readonly GuardDutyThreatIntelSet: "AWS::GuardDuty::ThreatIntelSet";
89659
+ readonly HealthImagingDatastore: "AWS::HealthImaging::Datastore";
89538
89660
  readonly HealthLakeFHIRDatastore: "AWS::HealthLake::FHIRDatastore";
89539
89661
  readonly IAMAccessKey: "AWS::IAM::AccessKey";
89540
89662
  readonly IAMGroup: "AWS::IAM::Group";
@@ -90138,6 +90260,7 @@ export declare const ResourceType: {
90138
90260
  readonly XRayResourcePolicy: "AWS::XRay::ResourcePolicy";
90139
90261
  readonly XRaySamplingRule: "AWS::XRay::SamplingRule";
90140
90262
  readonly AlexaASKSkill: "Alexa::ASK::Skill";
90263
+ readonly DevAppConfigApplication: "Dev::AppConfig::Application";
90141
90264
  };
90142
90265
  export declare const AttributeNames: AttributeNameMap;
90143
90266
  export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
@@ -1,4 +1,4 @@
1
- export const ResourceSpecificationVersion = "141.0.0";
1
+ export const ResourceSpecificationVersion = "142.0.0";
2
2
  export const ResourceType = {
3
3
  ACMPCACertificate: "AWS::ACMPCA::Certificate",
4
4
  ACMPCACertificateAuthority: "AWS::ACMPCA::CertificateAuthority",
@@ -48,7 +48,6 @@ export const ResourceType = {
48
48
  ApiGatewayV2RouteResponse: "AWS::ApiGatewayV2::RouteResponse",
49
49
  ApiGatewayV2Stage: "AWS::ApiGatewayV2::Stage",
50
50
  ApiGatewayV2VpcLink: "AWS::ApiGatewayV2::VpcLink",
51
- AppConfigApplication: "AWS::AppConfig::Application",
52
51
  AppConfigConfigurationProfile: "AWS::AppConfig::ConfigurationProfile",
53
52
  AppConfigDeployment: "AWS::AppConfig::Deployment",
54
53
  AppConfigDeploymentStrategy: "AWS::AppConfig::DeploymentStrategy",
@@ -538,6 +537,7 @@ export const ResourceType = {
538
537
  GuardDutyMaster: "AWS::GuardDuty::Master",
539
538
  GuardDutyMember: "AWS::GuardDuty::Member",
540
539
  GuardDutyThreatIntelSet: "AWS::GuardDuty::ThreatIntelSet",
540
+ HealthImagingDatastore: "AWS::HealthImaging::Datastore",
541
541
  HealthLakeFHIRDatastore: "AWS::HealthLake::FHIRDatastore",
542
542
  IAMAccessKey: "AWS::IAM::AccessKey",
543
543
  IAMGroup: "AWS::IAM::Group",
@@ -1140,7 +1140,8 @@ export const ResourceType = {
1140
1140
  XRayGroup: "AWS::XRay::Group",
1141
1141
  XRayResourcePolicy: "AWS::XRay::ResourcePolicy",
1142
1142
  XRaySamplingRule: "AWS::XRay::SamplingRule",
1143
- AlexaASKSkill: "Alexa::ASK::Skill"
1143
+ AlexaASKSkill: "Alexa::ASK::Skill",
1144
+ DevAppConfigApplication: "Dev::AppConfig::Application"
1144
1145
  };
1145
1146
  export const AttributeNames = {
1146
1147
  "AWS::ACMPCA::Certificate": ["Arn", "Certificate"],
@@ -1191,7 +1192,6 @@ export const AttributeNames = {
1191
1192
  "AWS::ApiGatewayV2::RouteResponse": ["RouteResponseId"],
1192
1193
  "AWS::ApiGatewayV2::Stage": [],
1193
1194
  "AWS::ApiGatewayV2::VpcLink": ["VpcLinkId"],
1194
- "AWS::AppConfig::Application": [],
1195
1195
  "AWS::AppConfig::ConfigurationProfile": [],
1196
1196
  "AWS::AppConfig::Deployment": [],
1197
1197
  "AWS::AppConfig::DeploymentStrategy": [],
@@ -1461,7 +1461,7 @@ export const AttributeNames = {
1461
1461
  "AWS::EC2::FlowLog": ["Id"],
1462
1462
  "AWS::EC2::GatewayRouteTableAssociation": ["AssociationId"],
1463
1463
  "AWS::EC2::Host": ["HostId"],
1464
- "AWS::EC2::IPAM": ["IpamId", "ResourceDiscoveryAssociationCount", "ScopeCount", "Arn", "PrivateDefaultScopeId", "PublicDefaultScopeId"],
1464
+ "AWS::EC2::IPAM": ["DefaultResourceDiscoveryAssociationId", "DefaultResourceDiscoveryId", "IpamId", "ResourceDiscoveryAssociationCount", "ScopeCount", "Arn", "PrivateDefaultScopeId", "PublicDefaultScopeId"],
1465
1465
  "AWS::EC2::IPAMAllocation": ["IpamPoolAllocationId"],
1466
1466
  "AWS::EC2::IPAMPool": ["IpamPoolId", "IpamArn", "PoolDepth", "State", "IpamScopeArn", "IpamScopeType", "Arn", "StateMessage"],
1467
1467
  "AWS::EC2::IPAMPoolCidr": ["IpamPoolCidrId", "State"],
@@ -1583,7 +1583,7 @@ export const AttributeNames = {
1583
1583
  "AWS::ElasticLoadBalancingV2::Listener": ["ListenerArn"],
1584
1584
  "AWS::ElasticLoadBalancingV2::ListenerCertificate": [],
1585
1585
  "AWS::ElasticLoadBalancingV2::ListenerRule": ["IsDefault", "RuleArn"],
1586
- "AWS::ElasticLoadBalancingV2::LoadBalancer": ["CanonicalHostedZoneID", "DNSName", "LoadBalancerFullName", "LoadBalancerName", "SecurityGroups"],
1586
+ "AWS::ElasticLoadBalancingV2::LoadBalancer": ["SecurityGroups", "LoadBalancerName", "CanonicalHostedZoneID", "LoadBalancerArn", "DNSName", "LoadBalancerFullName"],
1587
1587
  "AWS::ElasticLoadBalancingV2::TargetGroup": ["TargetGroupArn", "LoadBalancerArns", "TargetGroupFullName", "TargetGroupName"],
1588
1588
  "AWS::Elasticsearch::Domain": ["Arn", "DomainArn", "DomainEndpoint"],
1589
1589
  "AWS::EntityResolution::MatchingWorkflow": ["CreatedAt", "WorkflowArn", "UpdatedAt"],
@@ -1681,6 +1681,7 @@ export const AttributeNames = {
1681
1681
  "AWS::GuardDuty::Master": [],
1682
1682
  "AWS::GuardDuty::Member": [],
1683
1683
  "AWS::GuardDuty::ThreatIntelSet": [],
1684
+ "AWS::HealthImaging::Datastore": ["DatastoreArn", "DatastoreId", "DatastoreStatus", "CreatedAt", "UpdatedAt"],
1684
1685
  "AWS::HealthLake::FHIRDatastore": ["DatastoreArn", "CreatedAt.Nanos", "DatastoreId", "CreatedAt", "DatastoreStatus", "DatastoreEndpoint", "CreatedAt.Seconds"],
1685
1686
  "AWS::IAM::AccessKey": ["SecretAccessKey"],
1686
1687
  "AWS::IAM::Group": ["Arn"],
@@ -1862,7 +1863,7 @@ export const AttributeNames = {
1862
1863
  "AWS::MSK::BatchScramSecret": [],
1863
1864
  "AWS::MSK::Cluster": ["Arn"],
1864
1865
  "AWS::MSK::ClusterPolicy": ["CurrentVersion"],
1865
- "AWS::MSK::Configuration": ["Arn"],
1866
+ "AWS::MSK::Configuration": ["LatestRevision.Revision", "LatestRevision.CreationTime", "LatestRevision.Description", "Arn"],
1866
1867
  "AWS::MSK::ServerlessCluster": ["Arn"],
1867
1868
  "AWS::MSK::VpcConnection": ["Arn"],
1868
1869
  "AWS::MWAA::Environment": ["LoggingConfiguration.TaskLogs.CloudWatchLogGroupArn", "LoggingConfiguration.WebserverLogs.CloudWatchLogGroupArn", "LoggingConfiguration.DagProcessingLogs.CloudWatchLogGroupArn", "WebserverUrl", "LoggingConfiguration.SchedulerLogs.CloudWatchLogGroupArn", "Arn", "LoggingConfiguration.WorkerLogs.CloudWatchLogGroupArn"],
@@ -2283,5 +2284,6 @@ export const AttributeNames = {
2283
2284
  "AWS::XRay::Group": ["GroupARN"],
2284
2285
  "AWS::XRay::ResourcePolicy": [],
2285
2286
  "AWS::XRay::SamplingRule": ["RuleARN"],
2286
- "Alexa::ASK::Skill": []
2287
+ "Alexa::ASK::Skill": [],
2288
+ "Dev::AppConfig::Application": []
2287
2289
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfntypes",
3
- "version": "1.0.0-beta.56",
3
+ "version": "1.0.0-beta.57",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -47,5 +47,5 @@
47
47
  "scripts": {
48
48
  "lint": "eslint src/ --ext=ts"
49
49
  },
50
- "awsResourceSpecificationVersion": "141.0.0"
50
+ "awsResourceSpecificationVersion": "142.0.0"
51
51
  }