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

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.1.0";
2
2
  /**
3
3
  * Type definition for AWS::ACMPCA::Certificate.ApiPassthrough
4
4
  *
@@ -1821,8 +1821,9 @@ export interface AppFlowConnectorProfileSalesforceConnectorProfileProperties {
1821
1821
  * @group AWS::AppFlow
1822
1822
  */
1823
1823
  export interface AppFlowConnectorProfileServiceNowConnectorProfileCredentials {
1824
- Username: string;
1825
- Password: string;
1824
+ Username?: string;
1825
+ OAuth2Credentials?: AppFlowConnectorProfileOAuth2Credentials;
1826
+ Password?: string;
1826
1827
  }
1827
1828
  /**
1828
1829
  * Type definition for AWS::AppFlow::ConnectorProfile.ServiceNowConnectorProfileProperties
@@ -3955,6 +3956,7 @@ export interface AppRunnerServiceCodeConfigurationValues {
3955
3956
  export interface AppRunnerServiceCodeRepository {
3956
3957
  SourceCodeVersion: AppRunnerServiceSourceCodeVersion;
3957
3958
  CodeConfiguration?: AppRunnerServiceCodeConfiguration;
3959
+ SourceDirectory?: string;
3958
3960
  RepositoryUrl: string;
3959
3961
  }
3960
3962
  /**
@@ -16855,12 +16857,12 @@ export interface ElasticLoadBalancingV2ListenerRuleTargetGroupTuple {
16855
16857
  /**
16856
16858
  * Type definition for AWS::ElasticLoadBalancingV2::LoadBalancer.LoadBalancerAttribute
16857
16859
  *
16858
- * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-loadbalancer-loadbalancerattributes.html | AWS::ElasticLoadBalancingV2::LoadBalancer.LoadBalancerAttribute}
16860
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-loadbalancer-loadbalancerattribute.html | AWS::ElasticLoadBalancingV2::LoadBalancer.LoadBalancerAttribute}
16859
16861
  * @group AWS::ElasticLoadBalancingV2
16860
16862
  */
16861
16863
  export interface ElasticLoadBalancingV2LoadBalancerLoadBalancerAttribute {
16862
- Key?: string;
16863
16864
  Value?: string;
16865
+ Key?: string;
16864
16866
  }
16865
16867
  /**
16866
16868
  * Type definition for AWS::ElasticLoadBalancingV2::LoadBalancer.SubnetMapping
@@ -16871,8 +16873,8 @@ export interface ElasticLoadBalancingV2LoadBalancerLoadBalancerAttribute {
16871
16873
  export interface ElasticLoadBalancingV2LoadBalancerSubnetMapping {
16872
16874
  AllocationId?: string;
16873
16875
  IPv6Address?: string;
16874
- PrivateIPv4Address?: string;
16875
16876
  SubnetId: string;
16877
+ PrivateIPv4Address?: string;
16876
16878
  }
16877
16879
  /**
16878
16880
  * Type definition for AWS::ElasticLoadBalancingV2::TargetGroup.Matcher
@@ -17314,9 +17316,9 @@ export interface EventsEventBusPolicyCondition {
17314
17316
  * @group AWS::Events
17315
17317
  */
17316
17318
  export interface EventsRuleAwsVpcConfiguration {
17317
- AssignPublicIp?: string;
17318
17319
  SecurityGroups?: any[];
17319
17320
  Subnets: any[];
17321
+ AssignPublicIp?: string;
17320
17322
  }
17321
17323
  /**
17322
17324
  * Type definition for AWS::Events::Rule.BatchArrayProperties
@@ -17335,9 +17337,9 @@ export interface EventsRuleBatchArrayProperties {
17335
17337
  */
17336
17338
  export interface EventsRuleBatchParameters {
17337
17339
  ArrayProperties?: EventsRuleBatchArrayProperties;
17338
- JobDefinition: string;
17339
17340
  JobName: string;
17340
17341
  RetryStrategy?: EventsRuleBatchRetryStrategy;
17342
+ JobDefinition: string;
17341
17343
  }
17342
17344
  /**
17343
17345
  * Type definition for AWS::Events::Rule.BatchRetryStrategy
@@ -17355,8 +17357,8 @@ export interface EventsRuleBatchRetryStrategy {
17355
17357
  * @group AWS::Events
17356
17358
  */
17357
17359
  export interface EventsRuleCapacityProviderStrategyItem {
17358
- Base?: number;
17359
17360
  CapacityProvider: string;
17361
+ Base?: number;
17360
17362
  Weight?: number;
17361
17363
  }
17362
17364
  /**
@@ -17375,19 +17377,19 @@ export interface EventsRuleDeadLetterConfig {
17375
17377
  * @group AWS::Events
17376
17378
  */
17377
17379
  export interface EventsRuleEcsParameters {
17378
- CapacityProviderStrategy?: any[];
17380
+ PlatformVersion?: string;
17381
+ Group?: string;
17379
17382
  EnableECSManagedTags?: boolean;
17380
17383
  EnableExecuteCommand?: boolean;
17381
- Group?: string;
17382
- LaunchType?: string;
17383
- NetworkConfiguration?: EventsRuleNetworkConfiguration;
17384
17384
  PlacementConstraints?: any[];
17385
- PlacementStrategies?: any[];
17386
- PlatformVersion?: string;
17387
17385
  PropagateTags?: string;
17386
+ TaskCount?: number;
17387
+ PlacementStrategies?: any[];
17388
+ CapacityProviderStrategy?: any[];
17389
+ LaunchType?: string;
17388
17390
  ReferenceId?: string;
17389
17391
  TagList?: any[];
17390
- TaskCount?: number;
17392
+ NetworkConfiguration?: EventsRuleNetworkConfiguration;
17391
17393
  TaskDefinitionArn: string;
17392
17394
  }
17393
17395
  /**
@@ -17397,8 +17399,8 @@ export interface EventsRuleEcsParameters {
17397
17399
  * @group AWS::Events
17398
17400
  */
17399
17401
  export interface EventsRuleHttpParameters {
17400
- HeaderParameters?: Record<string, any>;
17401
17402
  PathParameterValues?: any[];
17403
+ HeaderParameters?: Record<string, any>;
17402
17404
  QueryStringParameters?: Record<string, any>;
17403
17405
  }
17404
17406
  /**
@@ -17436,8 +17438,8 @@ export interface EventsRuleNetworkConfiguration {
17436
17438
  * @group AWS::Events
17437
17439
  */
17438
17440
  export interface EventsRulePlacementConstraint {
17439
- Expression?: string;
17440
17441
  Type?: string;
17442
+ Expression?: string;
17441
17443
  }
17442
17444
  /**
17443
17445
  * Type definition for AWS::Events::Rule.PlacementStrategy
@@ -17456,11 +17458,12 @@ export interface EventsRulePlacementStrategy {
17456
17458
  * @group AWS::Events
17457
17459
  */
17458
17460
  export interface EventsRuleRedshiftDataParameters {
17461
+ StatementName?: string;
17462
+ Sqls?: any[];
17459
17463
  Database: string;
17460
- DbUser?: string;
17461
17464
  SecretManagerArn?: string;
17462
- Sql?: string;
17463
- StatementName?: string;
17465
+ DbUser?: string;
17466
+ Sql: string;
17464
17467
  WithEvent?: boolean;
17465
17468
  }
17466
17469
  /**
@@ -17470,8 +17473,8 @@ export interface EventsRuleRedshiftDataParameters {
17470
17473
  * @group AWS::Events
17471
17474
  */
17472
17475
  export interface EventsRuleRetryPolicy {
17473
- MaximumEventAgeInSeconds?: number;
17474
17476
  MaximumRetryAttempts?: number;
17477
+ MaximumEventAgeInSeconds?: number;
17475
17478
  }
17476
17479
  /**
17477
17480
  * Type definition for AWS::Events::Rule.RunCommandParameters
@@ -17489,8 +17492,8 @@ export interface EventsRuleRunCommandParameters {
17489
17492
  * @group AWS::Events
17490
17493
  */
17491
17494
  export interface EventsRuleRunCommandTarget {
17492
- Key: string;
17493
17495
  Values: any[];
17496
+ Key: string;
17494
17497
  }
17495
17498
  /**
17496
17499
  * Type definition for AWS::Events::Rule.SageMakerPipelineParameter
@@ -17499,8 +17502,8 @@ export interface EventsRuleRunCommandTarget {
17499
17502
  * @group AWS::Events
17500
17503
  */
17501
17504
  export interface EventsRuleSageMakerPipelineParameter {
17502
- Name: string;
17503
17505
  Value: string;
17506
+ Name: string;
17504
17507
  }
17505
17508
  /**
17506
17509
  * Type definition for AWS::Events::Rule.SageMakerPipelineParameters
@@ -17520,16 +17523,6 @@ export interface EventsRuleSageMakerPipelineParameters {
17520
17523
  export interface EventsRuleSqsParameters {
17521
17524
  MessageGroupId: string;
17522
17525
  }
17523
- /**
17524
- * Type definition for AWS::Events::Rule.Tag
17525
- *
17526
- * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-tag.html | AWS::Events::Rule.Tag}
17527
- * @group AWS::Events
17528
- */
17529
- export interface EventsRuleTag {
17530
- Key?: string;
17531
- Value?: string;
17532
- }
17533
17526
  /**
17534
17527
  * Type definition for AWS::Events::Rule.Target
17535
17528
  *
@@ -17537,22 +17530,22 @@ export interface EventsRuleTag {
17537
17530
  * @group AWS::Events
17538
17531
  */
17539
17532
  export interface EventsRuleTarget {
17540
- Arn: string;
17541
- BatchParameters?: EventsRuleBatchParameters;
17542
- DeadLetterConfig?: EventsRuleDeadLetterConfig;
17543
- EcsParameters?: EventsRuleEcsParameters;
17544
- HttpParameters?: EventsRuleHttpParameters;
17545
- Id: string;
17546
- Input?: string;
17547
17533
  InputPath?: string;
17534
+ HttpParameters?: EventsRuleHttpParameters;
17535
+ DeadLetterConfig?: EventsRuleDeadLetterConfig;
17536
+ RunCommandParameters?: EventsRuleRunCommandParameters;
17548
17537
  InputTransformer?: EventsRuleInputTransformer;
17549
17538
  KinesisParameters?: EventsRuleKinesisParameters;
17550
- RedshiftDataParameters?: EventsRuleRedshiftDataParameters;
17551
- RetryPolicy?: EventsRuleRetryPolicy;
17552
17539
  RoleArn?: string;
17553
- RunCommandParameters?: EventsRuleRunCommandParameters;
17554
- SageMakerPipelineParameters?: EventsRuleSageMakerPipelineParameters;
17540
+ RedshiftDataParameters?: EventsRuleRedshiftDataParameters;
17541
+ Input?: string;
17555
17542
  SqsParameters?: EventsRuleSqsParameters;
17543
+ EcsParameters?: EventsRuleEcsParameters;
17544
+ BatchParameters?: EventsRuleBatchParameters;
17545
+ Id: string;
17546
+ Arn: string;
17547
+ SageMakerPipelineParameters?: EventsRuleSageMakerPipelineParameters;
17548
+ RetryPolicy?: EventsRuleRetryPolicy;
17556
17549
  }
17557
17550
  /**
17558
17551
  * Type definition for AWS::Evidently::Experiment.MetricGoalObject
@@ -26132,6 +26125,16 @@ export interface KinesisFirehoseDeliveryStreamAmazonopensearchserviceDestination
26132
26125
  export interface KinesisFirehoseDeliveryStreamAmazonopensearchserviceRetryOptions {
26133
26126
  DurationInSeconds?: number;
26134
26127
  }
26128
+ /**
26129
+ * Type definition for AWS::KinesisFirehose::DeliveryStream.AuthenticationConfiguration
26130
+ *
26131
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-authenticationconfiguration.html | AWS::KinesisFirehose::DeliveryStream.AuthenticationConfiguration}
26132
+ * @group AWS::KinesisFirehose
26133
+ */
26134
+ export interface KinesisFirehoseDeliveryStreamAuthenticationConfiguration {
26135
+ Connectivity: string;
26136
+ RoleARN: string;
26137
+ }
26135
26138
  /**
26136
26139
  * Type definition for AWS::KinesisFirehose::DeliveryStream.BufferingHints
26137
26140
  *
@@ -26372,6 +26375,17 @@ export interface KinesisFirehoseDeliveryStreamKinesisStreamSourceConfiguration {
26372
26375
  KinesisStreamARN: string;
26373
26376
  RoleARN: string;
26374
26377
  }
26378
+ /**
26379
+ * Type definition for AWS::KinesisFirehose::DeliveryStream.MSKSourceConfiguration
26380
+ *
26381
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-msksourceconfiguration.html | AWS::KinesisFirehose::DeliveryStream.MSKSourceConfiguration}
26382
+ * @group AWS::KinesisFirehose
26383
+ */
26384
+ export interface KinesisFirehoseDeliveryStreamMSKSourceConfiguration {
26385
+ AuthenticationConfiguration: KinesisFirehoseDeliveryStreamAuthenticationConfiguration;
26386
+ MSKClusterARN: string;
26387
+ TopicName: string;
26388
+ }
26375
26389
  /**
26376
26390
  * Type definition for AWS::KinesisFirehose::DeliveryStream.OpenXJsonSerDe
26377
26391
  *
@@ -29289,6 +29303,17 @@ export interface MSKClusterVpcConnectivityScram {
29289
29303
  export interface MSKClusterVpcConnectivityTls {
29290
29304
  Enabled: boolean;
29291
29305
  }
29306
+ /**
29307
+ * Type definition for AWS::MSK::Configuration.LatestRevision
29308
+ *
29309
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-configuration-latestrevision.html | AWS::MSK::Configuration.LatestRevision}
29310
+ * @group AWS::MSK
29311
+ */
29312
+ export interface MSKConfigurationLatestRevision {
29313
+ Description?: string;
29314
+ Revision?: number;
29315
+ CreationTime?: string;
29316
+ }
29292
29317
  /**
29293
29318
  * Type definition for AWS::MSK::ServerlessCluster.ClientAuthentication
29294
29319
  *
@@ -42236,6 +42261,7 @@ export interface QuickSightDashboardDateTimeParameterDeclaration {
42236
42261
  */
42237
42262
  export interface QuickSightDashboardDateTimePickerControlDisplayOptions {
42238
42263
  TitleOptions?: QuickSightDashboardLabelOptions;
42264
+ InfoIconLabelOptions?: QuickSightDashboardSheetControlInfoIconLabelOptions;
42239
42265
  DateTimeFormat?: string;
42240
42266
  }
42241
42267
  /**
@@ -42420,6 +42446,7 @@ export interface QuickSightDashboardDrillDownFilter {
42420
42446
  export interface QuickSightDashboardDropDownControlDisplayOptions {
42421
42447
  TitleOptions?: QuickSightDashboardLabelOptions;
42422
42448
  SelectAllOptions?: QuickSightDashboardListControlSelectAllOptions;
42449
+ InfoIconLabelOptions?: QuickSightDashboardSheetControlInfoIconLabelOptions;
42423
42450
  }
42424
42451
  /**
42425
42452
  * Type definition for AWS::QuickSight::Dashboard.DynamicDefaultValue
@@ -42785,6 +42812,7 @@ export interface QuickSightDashboardFilterRelativeDateTimeControl {
42785
42812
  * @group AWS::QuickSight
42786
42813
  */
42787
42814
  export interface QuickSightDashboardFilterScopeConfiguration {
42815
+ AllSheets?: object;
42788
42816
  SelectedSheets?: QuickSightDashboardSelectedSheetsFilterScopeConfiguration;
42789
42817
  }
42790
42818
  /**
@@ -42881,7 +42909,7 @@ export interface QuickSightDashboardForecastComputation {
42881
42909
  Seasonality?: string;
42882
42910
  CustomSeasonalityValue?: number;
42883
42911
  Value?: QuickSightDashboardMeasureField;
42884
- Time: QuickSightDashboardDimensionField;
42912
+ Time?: QuickSightDashboardDimensionField;
42885
42913
  UpperBoundary?: number;
42886
42914
  ComputationId: string;
42887
42915
  Name?: string;
@@ -43355,7 +43383,7 @@ export interface QuickSightDashboardGridLayoutScreenCanvasSizeOptions {
43355
43383
  */
43356
43384
  export interface QuickSightDashboardGrowthRateComputation {
43357
43385
  Value?: QuickSightDashboardMeasureField;
43358
- Time: QuickSightDashboardDimensionField;
43386
+ Time?: QuickSightDashboardDimensionField;
43359
43387
  PeriodSize?: number;
43360
43388
  ComputationId: string;
43361
43389
  Name?: string;
@@ -43852,6 +43880,7 @@ export interface QuickSightDashboardListControlDisplayOptions {
43852
43880
  TitleOptions?: QuickSightDashboardLabelOptions;
43853
43881
  SearchOptions?: QuickSightDashboardListControlSearchOptions;
43854
43882
  SelectAllOptions?: QuickSightDashboardListControlSelectAllOptions;
43883
+ InfoIconLabelOptions?: QuickSightDashboardSheetControlInfoIconLabelOptions;
43855
43884
  }
43856
43885
  /**
43857
43886
  * Type definition for AWS::QuickSight::Dashboard.ListControlSearchOptions
@@ -43927,7 +43956,7 @@ export interface QuickSightDashboardMaximumLabelType {
43927
43956
  export interface QuickSightDashboardMaximumMinimumComputation {
43928
43957
  Type: string;
43929
43958
  Value?: QuickSightDashboardMeasureField;
43930
- Time: QuickSightDashboardDimensionField;
43959
+ Time?: QuickSightDashboardDimensionField;
43931
43960
  ComputationId: string;
43932
43961
  Name?: string;
43933
43962
  }
@@ -43950,10 +43979,10 @@ export interface QuickSightDashboardMeasureField {
43950
43979
  * @group AWS::QuickSight
43951
43980
  */
43952
43981
  export interface QuickSightDashboardMetricComparisonComputation {
43953
- TargetValue: QuickSightDashboardMeasureField;
43954
- Time: QuickSightDashboardDimensionField;
43982
+ TargetValue?: QuickSightDashboardMeasureField;
43983
+ Time?: QuickSightDashboardDimensionField;
43955
43984
  ComputationId: string;
43956
- FromValue: QuickSightDashboardMeasureField;
43985
+ FromValue?: QuickSightDashboardMeasureField;
43957
43986
  Name?: string;
43958
43987
  }
43959
43988
  /**
@@ -44343,7 +44372,7 @@ export interface QuickSightDashboardPercentileAggregation {
44343
44372
  */
44344
44373
  export interface QuickSightDashboardPeriodOverPeriodComputation {
44345
44374
  Value?: QuickSightDashboardMeasureField;
44346
- Time: QuickSightDashboardDimensionField;
44375
+ Time?: QuickSightDashboardDimensionField;
44347
44376
  ComputationId: string;
44348
44377
  Name?: string;
44349
44378
  }
@@ -44356,7 +44385,7 @@ export interface QuickSightDashboardPeriodOverPeriodComputation {
44356
44385
  export interface QuickSightDashboardPeriodToDateComputation {
44357
44386
  PeriodTimeGranularity?: string;
44358
44387
  Value?: QuickSightDashboardMeasureField;
44359
- Time: QuickSightDashboardDimensionField;
44388
+ Time?: QuickSightDashboardDimensionField;
44360
44389
  ComputationId: string;
44361
44390
  Name?: string;
44362
44391
  }
@@ -44577,14 +44606,17 @@ export interface QuickSightDashboardPivotTableFieldWells {
44577
44606
  */
44578
44607
  export interface QuickSightDashboardPivotTableOptions {
44579
44608
  RowFieldNamesStyle?: QuickSightDashboardTableCellStyle;
44580
- SingleMetricVisibility?: string;
44581
- ColumnHeaderStyle?: QuickSightDashboardTableCellStyle;
44582
44609
  RowHeaderStyle?: QuickSightDashboardTableCellStyle;
44583
44610
  CollapsedRowDimensionsVisibility?: string;
44611
+ RowsLayout?: string;
44584
44612
  MetricPlacement?: string;
44613
+ DefaultCellWidth?: string;
44614
+ ColumnNamesVisibility?: string;
44615
+ RowsLabelOptions?: QuickSightDashboardPivotTableRowsLabelOptions;
44616
+ SingleMetricVisibility?: string;
44617
+ ColumnHeaderStyle?: QuickSightDashboardTableCellStyle;
44585
44618
  ToggleButtonsVisibility?: string;
44586
44619
  CellStyle?: QuickSightDashboardTableCellStyle;
44587
- ColumnNamesVisibility?: string;
44588
44620
  RowAlternateColorOptions?: QuickSightDashboardRowAlternateColorOptions;
44589
44621
  }
44590
44622
  /**
@@ -44597,6 +44629,16 @@ export interface QuickSightDashboardPivotTablePaginatedReportOptions {
44597
44629
  OverflowColumnHeaderVisibility?: string;
44598
44630
  VerticalOverflowVisibility?: string;
44599
44631
  }
44632
+ /**
44633
+ * Type definition for AWS::QuickSight::Dashboard.PivotTableRowsLabelOptions
44634
+ *
44635
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-pivottablerowslabeloptions.html | AWS::QuickSight::Dashboard.PivotTableRowsLabelOptions}
44636
+ * @group AWS::QuickSight
44637
+ */
44638
+ export interface QuickSightDashboardPivotTableRowsLabelOptions {
44639
+ CustomLabel?: string;
44640
+ Visibility?: string;
44641
+ }
44600
44642
  /**
44601
44643
  * Type definition for AWS::QuickSight::Dashboard.PivotTableSortBy
44602
44644
  *
@@ -44868,6 +44910,7 @@ export interface QuickSightDashboardReferenceLineValueLabelConfiguration {
44868
44910
  */
44869
44911
  export interface QuickSightDashboardRelativeDateTimeControlDisplayOptions {
44870
44912
  TitleOptions?: QuickSightDashboardLabelOptions;
44913
+ InfoIconLabelOptions?: QuickSightDashboardSheetControlInfoIconLabelOptions;
44871
44914
  DateTimeFormat?: string;
44872
44915
  }
44873
44916
  /**
@@ -44917,6 +44960,7 @@ export interface QuickSightDashboardRollingDateConfiguration {
44917
44960
  */
44918
44961
  export interface QuickSightDashboardRowAlternateColorOptions {
44919
44962
  Status?: string;
44963
+ UsePrimaryBackgroundColor?: string;
44920
44964
  RowAlternateColors?: any[];
44921
44965
  }
44922
44966
  /**
@@ -45187,6 +45231,16 @@ export interface QuickSightDashboardSheet {
45187
45231
  SheetId?: string;
45188
45232
  Name?: string;
45189
45233
  }
45234
+ /**
45235
+ * Type definition for AWS::QuickSight::Dashboard.SheetControlInfoIconLabelOptions
45236
+ *
45237
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheetcontrolinfoiconlabeloptions.html | AWS::QuickSight::Dashboard.SheetControlInfoIconLabelOptions}
45238
+ * @group AWS::QuickSight
45239
+ */
45240
+ export interface QuickSightDashboardSheetControlInfoIconLabelOptions {
45241
+ Visibility?: string;
45242
+ InfoIconText?: string;
45243
+ }
45190
45244
  /**
45191
45245
  * Type definition for AWS::QuickSight::Dashboard.SheetControlLayout
45192
45246
  *
@@ -45309,6 +45363,17 @@ export interface QuickSightDashboardSimpleClusterMarker {
45309
45363
  */
45310
45364
  export interface QuickSightDashboardSliderControlDisplayOptions {
45311
45365
  TitleOptions?: QuickSightDashboardLabelOptions;
45366
+ InfoIconLabelOptions?: QuickSightDashboardSheetControlInfoIconLabelOptions;
45367
+ }
45368
+ /**
45369
+ * Type definition for AWS::QuickSight::Dashboard.SmallMultiplesAxisProperties
45370
+ *
45371
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-smallmultiplesaxisproperties.html | AWS::QuickSight::Dashboard.SmallMultiplesAxisProperties}
45372
+ * @group AWS::QuickSight
45373
+ */
45374
+ export interface QuickSightDashboardSmallMultiplesAxisProperties {
45375
+ Placement?: string;
45376
+ Scale?: string;
45312
45377
  }
45313
45378
  /**
45314
45379
  * Type definition for AWS::QuickSight::Dashboard.SmallMultiplesOptions
@@ -45320,6 +45385,8 @@ export interface QuickSightDashboardSmallMultiplesOptions {
45320
45385
  MaxVisibleRows?: number;
45321
45386
  PanelConfiguration?: QuickSightDashboardPanelConfiguration;
45322
45387
  MaxVisibleColumns?: number;
45388
+ XAxis?: QuickSightDashboardSmallMultiplesAxisProperties;
45389
+ YAxis?: QuickSightDashboardSmallMultiplesAxisProperties;
45323
45390
  }
45324
45391
  /**
45325
45392
  * Type definition for AWS::QuickSight::Dashboard.Spacing
@@ -45400,6 +45467,7 @@ export interface QuickSightDashboardSubtotalOptions {
45400
45467
  TotalsVisibility?: string;
45401
45468
  FieldLevel?: string;
45402
45469
  MetricHeaderCellStyle?: QuickSightDashboardTableCellStyle;
45470
+ StyleTargets?: any[];
45403
45471
  }
45404
45472
  /**
45405
45473
  * Type definition for AWS::QuickSight::Dashboard.TableAggregatedFieldWells
@@ -45647,6 +45715,15 @@ export interface QuickSightDashboardTableSortConfiguration {
45647
45715
  RowSort?: any[];
45648
45716
  PaginationConfiguration?: QuickSightDashboardPaginationConfiguration;
45649
45717
  }
45718
+ /**
45719
+ * Type definition for AWS::QuickSight::Dashboard.TableStyleTarget
45720
+ *
45721
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-tablestyletarget.html | AWS::QuickSight::Dashboard.TableStyleTarget}
45722
+ * @group AWS::QuickSight
45723
+ */
45724
+ export interface QuickSightDashboardTableStyleTarget {
45725
+ CellType: string;
45726
+ }
45650
45727
  /**
45651
45728
  * Type definition for AWS::QuickSight::Dashboard.TableUnaggregatedFieldWells
45652
45729
  *
@@ -45679,6 +45756,7 @@ export interface QuickSightDashboardTableVisual {
45679
45756
  export interface QuickSightDashboardTextAreaControlDisplayOptions {
45680
45757
  TitleOptions?: QuickSightDashboardLabelOptions;
45681
45758
  PlaceholderOptions?: QuickSightDashboardTextControlPlaceholderOptions;
45759
+ InfoIconLabelOptions?: QuickSightDashboardSheetControlInfoIconLabelOptions;
45682
45760
  }
45683
45761
  /**
45684
45762
  * Type definition for AWS::QuickSight::Dashboard.TextConditionalFormat
@@ -45709,6 +45787,7 @@ export interface QuickSightDashboardTextControlPlaceholderOptions {
45709
45787
  export interface QuickSightDashboardTextFieldControlDisplayOptions {
45710
45788
  TitleOptions?: QuickSightDashboardLabelOptions;
45711
45789
  PlaceholderOptions?: QuickSightDashboardTextControlPlaceholderOptions;
45790
+ InfoIconLabelOptions?: QuickSightDashboardSheetControlInfoIconLabelOptions;
45712
45791
  }
45713
45792
  /**
45714
45793
  * Type definition for AWS::QuickSight::Dashboard.ThousandSeparatorOptions
@@ -45830,10 +45909,10 @@ export interface QuickSightDashboardTopBottomFilter {
45830
45909
  */
45831
45910
  export interface QuickSightDashboardTopBottomMoversComputation {
45832
45911
  Type: string;
45833
- Category: QuickSightDashboardDimensionField;
45912
+ Category?: QuickSightDashboardDimensionField;
45834
45913
  Value?: QuickSightDashboardMeasureField;
45835
45914
  SortOrder?: string;
45836
- Time: QuickSightDashboardDimensionField;
45915
+ Time?: QuickSightDashboardDimensionField;
45837
45916
  MoverSize?: number;
45838
45917
  ComputationId: string;
45839
45918
  Name?: string;
@@ -45846,7 +45925,7 @@ export interface QuickSightDashboardTopBottomMoversComputation {
45846
45925
  */
45847
45926
  export interface QuickSightDashboardTopBottomRankedComputation {
45848
45927
  Type: string;
45849
- Category: QuickSightDashboardDimensionField;
45928
+ Category?: QuickSightDashboardDimensionField;
45850
45929
  ResultSize?: number;
45851
45930
  Value?: QuickSightDashboardMeasureField;
45852
45931
  ComputationId: string;
@@ -45859,7 +45938,7 @@ export interface QuickSightDashboardTopBottomRankedComputation {
45859
45938
  * @group AWS::QuickSight
45860
45939
  */
45861
45940
  export interface QuickSightDashboardTotalAggregationComputation {
45862
- Value: QuickSightDashboardMeasureField;
45941
+ Value?: QuickSightDashboardMeasureField;
45863
45942
  ComputationId: string;
45864
45943
  Name?: string;
45865
45944
  }
@@ -45964,7 +46043,7 @@ export interface QuickSightDashboardUnaggregatedField {
45964
46043
  * @group AWS::QuickSight
45965
46044
  */
45966
46045
  export interface QuickSightDashboardUniqueValuesComputation {
45967
- Category: QuickSightDashboardDimensionField;
46046
+ Category?: QuickSightDashboardDimensionField;
45968
46047
  ComputationId: string;
45969
46048
  Name?: string;
45970
46049
  }
@@ -61712,8 +61791,8 @@ export interface AlexaASKSkillSkillPackage {
61712
61791
  * @group Tag
61713
61792
  */
61714
61793
  export interface Tag {
61715
- Key: string;
61716
61794
  Value: string;
61795
+ Key: string;
61717
61796
  }
61718
61797
  /**
61719
61798
  * Type definition for AWS::ACMPCA::Certificate
@@ -66417,7 +66496,7 @@ export interface CognitoUserPoolUserProps {
66417
66496
  UserPoolId: string;
66418
66497
  Username?: string;
66419
66498
  MessageAction?: string;
66420
- ClientMetadata?: object;
66499
+ ClientMetadata?: Record<string, any>;
66421
66500
  DesiredDeliveryMediums?: any[];
66422
66501
  ForceAliasCreation?: boolean;
66423
66502
  UserAttributes?: any[];
@@ -68758,8 +68837,6 @@ export interface EC2HostAttribs {
68758
68837
  * @group AWS::EC2
68759
68838
  */
68760
68839
  export interface EC2IPAMProps {
68761
- DefaultResourceDiscoveryAssociationId?: string;
68762
- DefaultResourceDiscoveryId?: string;
68763
68840
  Description?: string;
68764
68841
  Tags?: any[];
68765
68842
  OperatingRegions?: any[];
@@ -68771,6 +68848,8 @@ export interface EC2IPAMProps {
68771
68848
  * @group AWS::EC2
68772
68849
  */
68773
68850
  export interface EC2IPAMAttribs {
68851
+ DefaultResourceDiscoveryAssociationId?: string;
68852
+ DefaultResourceDiscoveryId?: string;
68774
68853
  IpamId?: string;
68775
68854
  ResourceDiscoveryAssociationCount?: number;
68776
68855
  ScopeCount?: number;
@@ -71498,14 +71577,14 @@ export interface ElasticLoadBalancingV2ListenerRuleAttribs {
71498
71577
  */
71499
71578
  export interface ElasticLoadBalancingV2LoadBalancerProps {
71500
71579
  IpAddressType?: string;
71501
- LoadBalancerAttributes?: any[];
71502
- Name?: string;
71503
- Scheme?: string;
71504
71580
  SecurityGroups?: any[];
71505
- SubnetMappings?: any[];
71581
+ LoadBalancerAttributes?: any[];
71506
71582
  Subnets?: any[];
71507
- Tags?: any[];
71508
71583
  Type?: string;
71584
+ Scheme?: string;
71585
+ Tags?: any[];
71586
+ Name?: string;
71587
+ SubnetMappings?: any[];
71509
71588
  }
71510
71589
  /**
71511
71590
  * Attributes type definition for AWS::ElasticLoadBalancingV2::LoadBalancer
@@ -71514,11 +71593,12 @@ export interface ElasticLoadBalancingV2LoadBalancerProps {
71514
71593
  * @group AWS::ElasticLoadBalancingV2
71515
71594
  */
71516
71595
  export interface ElasticLoadBalancingV2LoadBalancerAttribs {
71596
+ SecurityGroups?: any[];
71597
+ LoadBalancerName?: string;
71517
71598
  CanonicalHostedZoneID?: string;
71599
+ LoadBalancerArn?: string;
71518
71600
  DNSName?: string;
71519
71601
  LoadBalancerFullName?: string;
71520
- LoadBalancerName?: string;
71521
- SecurityGroups?: any[];
71522
71602
  }
71523
71603
  /**
71524
71604
  * Type definition for AWS::ElasticLoadBalancingV2::TargetGroup
@@ -71868,14 +71948,14 @@ export interface EventsEventBusPolicyProps {
71868
71948
  * @group AWS::Events
71869
71949
  */
71870
71950
  export interface EventsRuleProps {
71871
- Description?: string;
71872
71951
  EventBusName?: string;
71873
71952
  EventPattern?: object;
71874
- Name?: string;
71875
- RoleArn?: string;
71876
71953
  ScheduleExpression?: string;
71954
+ Description?: string;
71877
71955
  State?: string;
71878
71956
  Targets?: any[];
71957
+ RoleArn?: string;
71958
+ Name?: string;
71879
71959
  }
71880
71960
  /**
71881
71961
  * Attributes type definition for AWS::Events::Rule
@@ -73590,6 +73670,30 @@ export interface GuardDutyThreatIntelSetProps {
73590
73670
  Name?: string;
73591
73671
  Location: string;
73592
73672
  }
73673
+ /**
73674
+ * Type definition for AWS::HealthImaging::Datastore
73675
+ *
73676
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-healthimaging-datastore.html | AWS::HealthImaging::Datastore}
73677
+ * @group AWS::HealthImaging
73678
+ */
73679
+ export interface HealthImagingDatastoreProps {
73680
+ KmsKeyArn?: string;
73681
+ DatastoreName?: string;
73682
+ Tags?: Record<string, any>;
73683
+ }
73684
+ /**
73685
+ * Attributes type definition for AWS::HealthImaging::Datastore
73686
+ *
73687
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-healthimaging-datastore.html | AWS::HealthImaging::Datastore}
73688
+ * @group AWS::HealthImaging
73689
+ */
73690
+ export interface HealthImagingDatastoreAttribs {
73691
+ DatastoreArn?: string;
73692
+ DatastoreId?: string;
73693
+ DatastoreStatus?: string;
73694
+ CreatedAt?: string;
73695
+ UpdatedAt?: string;
73696
+ }
73593
73697
  /**
73594
73698
  * Type definition for AWS::HealthLake::FHIRDatastore
73595
73699
  *
@@ -76070,6 +76174,7 @@ export interface KafkaConnectConnectorAttribs {
76070
76174
  export interface KendraDataSourceProps {
76071
76175
  CustomDocumentEnrichmentConfiguration?: KendraDataSourceCustomDocumentEnrichmentConfiguration;
76072
76176
  IndexId: string;
76177
+ LanguageCode?: string;
76073
76178
  Type: string;
76074
76179
  Description?: string;
76075
76180
  Schedule?: string;
@@ -76301,6 +76406,7 @@ export interface KinesisFirehoseDeliveryStreamProps {
76301
76406
  DeliveryStreamType?: string;
76302
76407
  RedshiftDestinationConfiguration?: KinesisFirehoseDeliveryStreamRedshiftDestinationConfiguration;
76303
76408
  AmazonopensearchserviceDestinationConfiguration?: KinesisFirehoseDeliveryStreamAmazonopensearchserviceDestinationConfiguration;
76409
+ MSKSourceConfiguration?: KinesisFirehoseDeliveryStreamMSKSourceConfiguration;
76304
76410
  SplunkDestinationConfiguration?: KinesisFirehoseDeliveryStreamSplunkDestinationConfiguration;
76305
76411
  ExtendedS3DestinationConfiguration?: KinesisFirehoseDeliveryStreamExtendedS3DestinationConfiguration;
76306
76412
  AmazonOpenSearchServerlessDestinationConfiguration?: KinesisFirehoseDeliveryStreamAmazonOpenSearchServerlessDestinationConfiguration;
@@ -77652,6 +77758,7 @@ export interface MSKClusterPolicyAttribs {
77652
77758
  */
77653
77759
  export interface MSKConfigurationProps {
77654
77760
  Description?: string;
77761
+ LatestRevision?: MSKConfigurationLatestRevision;
77655
77762
  ServerProperties: string;
77656
77763
  KafkaVersionsList?: any[];
77657
77764
  Name: string;
@@ -77663,6 +77770,9 @@ export interface MSKConfigurationProps {
77663
77770
  * @group AWS::MSK
77664
77771
  */
77665
77772
  export interface MSKConfigurationAttribs {
77773
+ "LatestRevision.Revision"?: number;
77774
+ "LatestRevision.CreationTime"?: string;
77775
+ "LatestRevision.Description"?: string;
77666
77776
  Arn?: string;
77667
77777
  }
77668
77778
  /**
@@ -83156,7 +83266,7 @@ export interface S3BucketAttribs {
83156
83266
  /**
83157
83267
  * Type definition for AWS::S3::BucketPolicy
83158
83268
  *
83159
- * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-policy.html | AWS::S3::BucketPolicy}
83269
+ * @see {@link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucketpolicy.html | AWS::S3::BucketPolicy}
83160
83270
  * @group AWS::S3
83161
83271
  */
83162
83272
  export interface S3BucketPolicyProps {
@@ -83762,7 +83872,7 @@ export interface SSMParameterProps {
83762
83872
  Tier?: string;
83763
83873
  Value: string;
83764
83874
  DataType?: string;
83765
- Tags?: object;
83875
+ Tags?: Record<string, any>;
83766
83876
  Name?: string;
83767
83877
  }
83768
83878
  /**
@@ -84475,6 +84585,7 @@ export interface SageMakerModelPackageProps {
84475
84585
  ValidationSpecification?: SageMakerModelPackageValidationSpecification;
84476
84586
  SourceAlgorithmSpecification?: SageMakerModelPackageSourceAlgorithmSpecification;
84477
84587
  ModelPackageStatusDetails?: SageMakerModelPackageModelPackageStatusDetails;
84588
+ SkipModelValidation?: string;
84478
84589
  ModelPackageDescription?: string;
84479
84590
  AdditionalInferenceSpecificationsToAdd?: any[];
84480
84591
  ModelPackageName?: string;
@@ -87549,6 +87660,7 @@ export interface ResourceTypes {
87549
87660
  "AWS::GuardDuty::Master": GuardDutyMasterProps;
87550
87661
  "AWS::GuardDuty::Member": GuardDutyMemberProps;
87551
87662
  "AWS::GuardDuty::ThreatIntelSet": GuardDutyThreatIntelSetProps;
87663
+ "AWS::HealthImaging::Datastore": HealthImagingDatastoreProps;
87552
87664
  "AWS::HealthLake::FHIRDatastore": HealthLakeFHIRDatastoreProps;
87553
87665
  "AWS::IAM::AccessKey": IAMAccessKeyProps;
87554
87666
  "AWS::IAM::Group": IAMGroupProps;
@@ -88537,6 +88649,7 @@ export interface AttributeTypes {
88537
88649
  "AWS::GroundStation::DataflowEndpointGroup": GroundStationDataflowEndpointGroupAttribs;
88538
88650
  "AWS::GroundStation::MissionProfile": GroundStationMissionProfileAttribs;
88539
88651
  "AWS::GuardDuty::Detector": GuardDutyDetectorAttribs;
88652
+ "AWS::HealthImaging::Datastore": HealthImagingDatastoreAttribs;
88540
88653
  "AWS::HealthLake::FHIRDatastore": HealthLakeFHIRDatastoreAttribs;
88541
88654
  "AWS::IAM::AccessKey": IAMAccessKeyAttribs;
88542
88655
  "AWS::IAM::Group": IAMGroupAttribs;
@@ -89535,6 +89648,7 @@ export declare const ResourceType: {
89535
89648
  readonly GuardDutyMaster: "AWS::GuardDuty::Master";
89536
89649
  readonly GuardDutyMember: "AWS::GuardDuty::Member";
89537
89650
  readonly GuardDutyThreatIntelSet: "AWS::GuardDuty::ThreatIntelSet";
89651
+ readonly HealthImagingDatastore: "AWS::HealthImaging::Datastore";
89538
89652
  readonly HealthLakeFHIRDatastore: "AWS::HealthLake::FHIRDatastore";
89539
89653
  readonly IAMAccessKey: "AWS::IAM::AccessKey";
89540
89654
  readonly IAMGroup: "AWS::IAM::Group";
@@ -1,4 +1,4 @@
1
- export const ResourceSpecificationVersion = "141.0.0";
1
+ export const ResourceSpecificationVersion = "142.1.0";
2
2
  export const ResourceType = {
3
3
  ACMPCACertificate: "AWS::ACMPCA::Certificate",
4
4
  ACMPCACertificateAuthority: "AWS::ACMPCA::CertificateAuthority",
@@ -538,6 +538,7 @@ export const ResourceType = {
538
538
  GuardDutyMaster: "AWS::GuardDuty::Master",
539
539
  GuardDutyMember: "AWS::GuardDuty::Member",
540
540
  GuardDutyThreatIntelSet: "AWS::GuardDuty::ThreatIntelSet",
541
+ HealthImagingDatastore: "AWS::HealthImaging::Datastore",
541
542
  HealthLakeFHIRDatastore: "AWS::HealthLake::FHIRDatastore",
542
543
  IAMAccessKey: "AWS::IAM::AccessKey",
543
544
  IAMGroup: "AWS::IAM::Group",
@@ -1461,7 +1462,7 @@ export const AttributeNames = {
1461
1462
  "AWS::EC2::FlowLog": ["Id"],
1462
1463
  "AWS::EC2::GatewayRouteTableAssociation": ["AssociationId"],
1463
1464
  "AWS::EC2::Host": ["HostId"],
1464
- "AWS::EC2::IPAM": ["IpamId", "ResourceDiscoveryAssociationCount", "ScopeCount", "Arn", "PrivateDefaultScopeId", "PublicDefaultScopeId"],
1465
+ "AWS::EC2::IPAM": ["DefaultResourceDiscoveryAssociationId", "DefaultResourceDiscoveryId", "IpamId", "ResourceDiscoveryAssociationCount", "ScopeCount", "Arn", "PrivateDefaultScopeId", "PublicDefaultScopeId"],
1465
1466
  "AWS::EC2::IPAMAllocation": ["IpamPoolAllocationId"],
1466
1467
  "AWS::EC2::IPAMPool": ["IpamPoolId", "IpamArn", "PoolDepth", "State", "IpamScopeArn", "IpamScopeType", "Arn", "StateMessage"],
1467
1468
  "AWS::EC2::IPAMPoolCidr": ["IpamPoolCidrId", "State"],
@@ -1583,7 +1584,7 @@ export const AttributeNames = {
1583
1584
  "AWS::ElasticLoadBalancingV2::Listener": ["ListenerArn"],
1584
1585
  "AWS::ElasticLoadBalancingV2::ListenerCertificate": [],
1585
1586
  "AWS::ElasticLoadBalancingV2::ListenerRule": ["IsDefault", "RuleArn"],
1586
- "AWS::ElasticLoadBalancingV2::LoadBalancer": ["CanonicalHostedZoneID", "DNSName", "LoadBalancerFullName", "LoadBalancerName", "SecurityGroups"],
1587
+ "AWS::ElasticLoadBalancingV2::LoadBalancer": ["SecurityGroups", "LoadBalancerName", "CanonicalHostedZoneID", "LoadBalancerArn", "DNSName", "LoadBalancerFullName"],
1587
1588
  "AWS::ElasticLoadBalancingV2::TargetGroup": ["TargetGroupArn", "LoadBalancerArns", "TargetGroupFullName", "TargetGroupName"],
1588
1589
  "AWS::Elasticsearch::Domain": ["Arn", "DomainArn", "DomainEndpoint"],
1589
1590
  "AWS::EntityResolution::MatchingWorkflow": ["CreatedAt", "WorkflowArn", "UpdatedAt"],
@@ -1681,6 +1682,7 @@ export const AttributeNames = {
1681
1682
  "AWS::GuardDuty::Master": [],
1682
1683
  "AWS::GuardDuty::Member": [],
1683
1684
  "AWS::GuardDuty::ThreatIntelSet": [],
1685
+ "AWS::HealthImaging::Datastore": ["DatastoreArn", "DatastoreId", "DatastoreStatus", "CreatedAt", "UpdatedAt"],
1684
1686
  "AWS::HealthLake::FHIRDatastore": ["DatastoreArn", "CreatedAt.Nanos", "DatastoreId", "CreatedAt", "DatastoreStatus", "DatastoreEndpoint", "CreatedAt.Seconds"],
1685
1687
  "AWS::IAM::AccessKey": ["SecretAccessKey"],
1686
1688
  "AWS::IAM::Group": ["Arn"],
@@ -1862,7 +1864,7 @@ export const AttributeNames = {
1862
1864
  "AWS::MSK::BatchScramSecret": [],
1863
1865
  "AWS::MSK::Cluster": ["Arn"],
1864
1866
  "AWS::MSK::ClusterPolicy": ["CurrentVersion"],
1865
- "AWS::MSK::Configuration": ["Arn"],
1867
+ "AWS::MSK::Configuration": ["LatestRevision.Revision", "LatestRevision.CreationTime", "LatestRevision.Description", "Arn"],
1866
1868
  "AWS::MSK::ServerlessCluster": ["Arn"],
1867
1869
  "AWS::MSK::VpcConnection": ["Arn"],
1868
1870
  "AWS::MWAA::Environment": ["LoggingConfiguration.TaskLogs.CloudWatchLogGroupArn", "LoggingConfiguration.WebserverLogs.CloudWatchLogGroupArn", "LoggingConfiguration.DagProcessingLogs.CloudWatchLogGroupArn", "WebserverUrl", "LoggingConfiguration.SchedulerLogs.CloudWatchLogGroupArn", "Arn", "LoggingConfiguration.WorkerLogs.CloudWatchLogGroupArn"],
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.58",
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.1.0"
51
51
  }