@awboost/cfntypes 0.100.337 → 0.100.338

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.
@@ -17651,6 +17651,7 @@ export type BackupBackupPlanBackupRuleResourceType = {
17651
17651
  ScheduleExpressionTimezone?: string;
17652
17652
  StartWindowMinutes?: number;
17653
17653
  TargetBackupVault: string;
17654
+ TargetLogicallyAirGappedBackupVaultArn?: string;
17654
17655
  };
17655
17656
  /**
17656
17657
  * Type definition for `AWS::Backup::BackupPlan.CopyActionResourceType`.
@@ -39419,6 +39420,46 @@ export type CognitoManagedLoginBrandingColorModeType = "LIGHT" | "DARK" | "DYNAM
39419
39420
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-managedloginbranding-extensiontype.html}
39420
39421
  */
39421
39422
  export type CognitoManagedLoginBrandingExtensionType = "ICO" | "JPEG" | "PNG" | "SVG" | "WEBP";
39423
+ /**
39424
+ * Resource Type definition for AWS::Cognito::Terms
39425
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-terms.html}
39426
+ */
39427
+ export type CognitoTermsProps = {
39428
+ ClientId?: string;
39429
+ Enforcement: CognitoTermsTermsEnforcementType;
39430
+ Links: CognitoTermsLinksType;
39431
+ /**
39432
+ * @pattern `^(terms-of-use|privacy-policy)$`
39433
+ */
39434
+ TermsName: string;
39435
+ TermsSource: CognitoTermsTermsSourceType;
39436
+ UserPoolId: string;
39437
+ };
39438
+ /**
39439
+ * Attribute type definition for `AWS::Cognito::Terms`.
39440
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-terms.html#aws-resource-cognito-terms-return-values}
39441
+ */
39442
+ export type CognitoTermsAttributes = {
39443
+ /**
39444
+ * @pattern `^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[4][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}$`
39445
+ */
39446
+ TermsId: string;
39447
+ };
39448
+ /**
39449
+ * Type definition for `AWS::Cognito::Terms.LinksType`.
39450
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-terms-linkstype.html}
39451
+ */
39452
+ export type CognitoTermsLinksType = Record<string, string>;
39453
+ /**
39454
+ * Type definition for `AWS::Cognito::Terms.TermsEnforcementType`.
39455
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-terms-termsenforcementtype.html}
39456
+ */
39457
+ export type CognitoTermsTermsEnforcementType = "NONE";
39458
+ /**
39459
+ * Type definition for `AWS::Cognito::Terms.TermsSourceType`.
39460
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-terms-termssourcetype.html}
39461
+ */
39462
+ export type CognitoTermsTermsSourceType = "LINK";
39422
39463
  /**
39423
39464
  * Definition of AWS::Cognito::UserPool Resource Type
39424
39465
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html}
@@ -41531,7 +41572,7 @@ export type ConnectEvaluationFormEvaluationFormItemEnablementExpression = {
41531
41572
  /**
41532
41573
  * Specifies the comparison method to determine if the source value matches any of the specified values.
41533
41574
  */
41534
- Comparator: "IN" | "NOT_IN";
41575
+ Comparator: "IN" | "NOT_IN" | "ALL_IN" | "EXACT";
41535
41576
  /**
41536
41577
  * Identifies the form item whose value will be evaluated in the expression.
41537
41578
  */
@@ -41658,7 +41699,7 @@ export type ConnectEvaluationFormEvaluationFormQuestion = {
41658
41699
  * The type of the question.
41659
41700
  *Allowed values*: ``NUMERIC`` | ``SINGLESELECT`` | ``TEXT``
41660
41701
  */
41661
- QuestionType: "NUMERIC" | "SINGLESELECT" | "TEXT";
41702
+ QuestionType: "NUMERIC" | "SINGLESELECT" | "TEXT" | "MULTISELECT" | "DATETIME";
41662
41703
  /**
41663
41704
  * The properties of the type of question. Text questions do not have to define question type properties.
41664
41705
  */
@@ -41691,7 +41732,7 @@ export type ConnectEvaluationFormEvaluationFormQuestion = {
41691
41732
  */
41692
41733
  export type ConnectEvaluationFormEvaluationFormQuestionAutomationAnswerSource = {
41693
41734
  /**
41694
- * The type of the answer sourcr
41735
+ * The type of the answer source
41695
41736
  */
41696
41737
  SourceType: "CONTACT_LENS_DATA" | "GEN_AI";
41697
41738
  };
@@ -41870,7 +41911,7 @@ export type ConnectEvaluationFormNumericQuestionPropertyValueAutomation = {
41870
41911
  /**
41871
41912
  * The property label of the automation.
41872
41913
  */
41873
- Label: "OVERALL_CUSTOMER_SENTIMENT_SCORE" | "OVERALL_AGENT_SENTIMENT_SCORE" | "NON_TALK_TIME" | "NON_TALK_TIME_PERCENTAGE" | "NUMBER_OF_INTERRUPTIONS" | "CONTACT_DURATION" | "AGENT_INTERACTION_DURATION" | "CUSTOMER_HOLD_TIME" | "LONGEST_HOLD_DURATION" | "NUMBER_OF_HOLDS" | "AGENT_INTERACTION_AND_HOLD_DURATION";
41914
+ Label: "OVERALL_CUSTOMER_SENTIMENT_SCORE" | "OVERALL_AGENT_SENTIMENT_SCORE" | "NON_TALK_TIME" | "NON_TALK_TIME_PERCENTAGE" | "NUMBER_OF_INTERRUPTIONS" | "CONTACT_DURATION" | "AGENT_INTERACTION_DURATION" | "CUSTOMER_HOLD_TIME" | "LONGEST_HOLD_DURATION" | "NUMBER_OF_HOLDS" | "AGENT_INTERACTION_AND_HOLD_DURATION" | "CUSTOMER_SENTIMENT_SCORE_WITHOUT_AGENT";
41874
41915
  };
41875
41916
  /**
41876
41917
  * Type definition for `AWS::Connect::EvaluationForm.ScoringStrategy`.
@@ -64756,6 +64797,125 @@ export type EC2TransitGatewayConnectPeerTransitGatewayConnectPeerConfiguration =
64756
64797
  */
64757
64798
  TransitGatewayAddress?: string;
64758
64799
  };
64800
+ /**
64801
+ * AWS::EC2::TransitGatewayMeteringPolicy Resource Definition
64802
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymeteringpolicy.html}
64803
+ */
64804
+ export type EC2TransitGatewayMeteringPolicyProps = {
64805
+ /**
64806
+ * Middle box attachment Ids
64807
+ */
64808
+ MiddleboxAttachmentIds?: string[];
64809
+ Tags?: EC2TransitGatewayMeteringPolicyTag[];
64810
+ /**
64811
+ * The Id of transit gateway
64812
+ */
64813
+ TransitGatewayId: string;
64814
+ };
64815
+ /**
64816
+ * Attribute type definition for `AWS::EC2::TransitGatewayMeteringPolicy`.
64817
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymeteringpolicy.html#aws-resource-ec2-transitgatewaymeteringpolicy-return-values}
64818
+ */
64819
+ export type EC2TransitGatewayMeteringPolicyAttributes = {
64820
+ /**
64821
+ * State of the transit gateway metering policy
64822
+ */
64823
+ State: string;
64824
+ /**
64825
+ * The Id of the transit gateway metering policy
64826
+ */
64827
+ TransitGatewayMeteringPolicyId: string;
64828
+ /**
64829
+ * The timestamp at which the latest action performed on the metering policy will become effective
64830
+ */
64831
+ UpdateEffectiveAt: string;
64832
+ };
64833
+ /**
64834
+ * Type definition for `AWS::EC2::TransitGatewayMeteringPolicy.Tag`.
64835
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-transitgatewaymeteringpolicy-tag.html}
64836
+ */
64837
+ export type EC2TransitGatewayMeteringPolicyTag = {
64838
+ Key: string;
64839
+ Value: string;
64840
+ };
64841
+ /**
64842
+ * AWS::EC2::TransitGatewayMeteringPolicyEntry Resource Definition
64843
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymeteringpolicyentry.html}
64844
+ */
64845
+ export type EC2TransitGatewayMeteringPolicyEntryProps = {
64846
+ /**
64847
+ * The list of IP addresses of the instances receiving traffic from the transit gateway
64848
+ */
64849
+ DestinationCidrBlock?: string;
64850
+ /**
64851
+ * The list of ports on destination instances receiving traffic from the transit gateway
64852
+ */
64853
+ DestinationPortRange?: string;
64854
+ /**
64855
+ * The ID of the source attachment through which traffic leaves a transit gateway
64856
+ */
64857
+ DestinationTransitGatewayAttachmentId?: string;
64858
+ /**
64859
+ * The type of the attachment through which traffic leaves a transit gateway
64860
+ */
64861
+ DestinationTransitGatewayAttachmentType?: EC2TransitGatewayMeteringPolicyEntryTransitGatewayAttachmentResourceType;
64862
+ /**
64863
+ * The resource owner information responsible for paying default billable charges for the traffic flow
64864
+ */
64865
+ MeteredAccount: EC2TransitGatewayMeteringPolicyEntryTransitGatewayMeteringPayerType;
64866
+ /**
64867
+ * The rule number of the metering policy entry
64868
+ */
64869
+ PolicyRuleNumber: number;
64870
+ /**
64871
+ * The protocol of the traffic
64872
+ */
64873
+ Protocol?: string;
64874
+ /**
64875
+ * The list of IP addresses of the instances sending traffic to the transit gateway for which the metering policy entry is applicable
64876
+ */
64877
+ SourceCidrBlock?: string;
64878
+ /**
64879
+ * The list of ports on source instances sending traffic to the transit gateway
64880
+ */
64881
+ SourcePortRange?: string;
64882
+ /**
64883
+ * The ID of the source attachment through which traffic enters a transit gateway
64884
+ */
64885
+ SourceTransitGatewayAttachmentId?: string;
64886
+ /**
64887
+ * The type of the attachment through which traffic enters a transit gateway
64888
+ */
64889
+ SourceTransitGatewayAttachmentType?: EC2TransitGatewayMeteringPolicyEntryTransitGatewayAttachmentResourceType;
64890
+ /**
64891
+ * The ID of the transit gateway metering policy for which the entry is being created
64892
+ */
64893
+ TransitGatewayMeteringPolicyId: string;
64894
+ };
64895
+ /**
64896
+ * Attribute type definition for `AWS::EC2::TransitGatewayMeteringPolicyEntry`.
64897
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymeteringpolicyentry.html#aws-resource-ec2-transitgatewaymeteringpolicyentry-return-values}
64898
+ */
64899
+ export type EC2TransitGatewayMeteringPolicyEntryAttributes = {
64900
+ /**
64901
+ * State of the transit gateway metering policy
64902
+ */
64903
+ State: string;
64904
+ /**
64905
+ * The timestamp at which the latest action performed on the metering policy entry will become effective
64906
+ */
64907
+ UpdateEffectiveAt: string;
64908
+ };
64909
+ /**
64910
+ * Type definition for `AWS::EC2::TransitGatewayMeteringPolicyEntry.TransitGatewayAttachmentResourceType`.
64911
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-transitgatewaymeteringpolicyentry-transitgatewayattachmentresourcetype.html}
64912
+ */
64913
+ export type EC2TransitGatewayMeteringPolicyEntryTransitGatewayAttachmentResourceType = "vpc" | "vpn" | "direct-connect-gateway" | "peering" | "network-function" | "vpn-concentrator";
64914
+ /**
64915
+ * Type definition for `AWS::EC2::TransitGatewayMeteringPolicyEntry.TransitGatewayMeteringPayerType`.
64916
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-transitgatewaymeteringpolicyentry-transitgatewaymeteringpayertype.html}
64917
+ */
64918
+ export type EC2TransitGatewayMeteringPolicyEntryTransitGatewayMeteringPayerType = "source-attachment-owner" | "destination-attachment-owner" | "transit-gateway-owner";
64759
64919
  /**
64760
64920
  * The AWS::EC2::TransitGatewayMulticastDomain type
64761
64921
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewaymulticastdomain.html}
@@ -66267,6 +66427,130 @@ export type EC2VPCDHCPOptionsAssociationProps = {
66267
66427
  */
66268
66428
  VpcId: string;
66269
66429
  };
66430
+ /**
66431
+ * Resource Type definition for AWS::EC2::VPCEncryptionControl
66432
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcencryptioncontrol.html}
66433
+ */
66434
+ export type EC2VPCEncryptionControlProps = {
66435
+ /**
66436
+ * Used to enable or disable EIGW exclusion
66437
+ */
66438
+ EgressOnlyInternetGatewayExclusionInput?: "enable" | "disable";
66439
+ /**
66440
+ * Used to enable or disable EFS exclusion
66441
+ */
66442
+ ElasticFileSystemExclusionInput?: "enable" | "disable";
66443
+ /**
66444
+ * Used to enable or disable IGW exclusion
66445
+ */
66446
+ InternetGatewayExclusionInput?: "enable" | "disable";
66447
+ /**
66448
+ * Used to enable or disable Lambda exclusion
66449
+ */
66450
+ LambdaExclusionInput?: "enable" | "disable";
66451
+ /**
66452
+ * The VPC encryption control mode, either monitor or enforce.
66453
+ */
66454
+ Mode?: "monitor" | "enforce";
66455
+ /**
66456
+ * Used to enable or disable Nat gateway exclusion
66457
+ */
66458
+ NatGatewayExclusionInput?: "enable" | "disable";
66459
+ /**
66460
+ * The tags to assign to the VPC encryption control.
66461
+ */
66462
+ Tags?: EC2VPCEncryptionControlTag[];
66463
+ /**
66464
+ * Used to enable or disable VGW exclusion
66465
+ */
66466
+ VirtualPrivateGatewayExclusionInput?: "enable" | "disable";
66467
+ /**
66468
+ * The VPC on which this VPC encryption control is applied.
66469
+ */
66470
+ VpcId?: string;
66471
+ /**
66472
+ * Used to enable or disable Vpc Lattice exclusion
66473
+ */
66474
+ VpcLatticeExclusionInput?: "enable" | "disable";
66475
+ /**
66476
+ * Used to enable or disable VPC peering exclusion
66477
+ */
66478
+ VpcPeeringExclusionInput?: "enable" | "disable";
66479
+ };
66480
+ /**
66481
+ * Attribute type definition for `AWS::EC2::VPCEncryptionControl`.
66482
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpcencryptioncontrol.html#aws-resource-ec2-vpcencryptioncontrol-return-values}
66483
+ */
66484
+ export type EC2VPCEncryptionControlAttributes = {
66485
+ /**
66486
+ * Enumerates the states of all the VPC encryption control resource exclusions
66487
+ */
66488
+ ResourceExclusions: {
66489
+ EgressOnlyInternetGateway: {
66490
+ State: string;
66491
+ StateMessage: string;
66492
+ };
66493
+ ElasticFileSystem: {
66494
+ State: string;
66495
+ StateMessage: string;
66496
+ };
66497
+ InternetGateway: {
66498
+ State: string;
66499
+ StateMessage: string;
66500
+ };
66501
+ Lambda: {
66502
+ State: string;
66503
+ StateMessage: string;
66504
+ };
66505
+ NatGateway: {
66506
+ State: string;
66507
+ StateMessage: string;
66508
+ };
66509
+ VirtualPrivateGateway: {
66510
+ State: string;
66511
+ StateMessage: string;
66512
+ };
66513
+ VpcLattice: {
66514
+ State: string;
66515
+ StateMessage: string;
66516
+ };
66517
+ VpcPeering: {
66518
+ State: string;
66519
+ StateMessage: string;
66520
+ };
66521
+ };
66522
+ /**
66523
+ * The current state of the VPC encryption control.
66524
+ */
66525
+ State: "creating" | "available" | "monitor-in-progress" | "enforce-in-progress" | "monitor-failed" | "enforce-failed" | "deleting" | "deleted" | "delete-failed";
66526
+ /**
66527
+ * Provides additional context on the state of the VPC encryption control.
66528
+ */
66529
+ StateMessage: string;
66530
+ /**
66531
+ * The VPC encryption control resource id.
66532
+ */
66533
+ VpcEncryptionControlId: string;
66534
+ };
66535
+ /**
66536
+ * Type definition for `AWS::EC2::VPCEncryptionControl.Tag`.
66537
+ * A key-value pair to associate with a resource.
66538
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpcencryptioncontrol-tag.html}
66539
+ */
66540
+ export type EC2VPCEncryptionControlTag = {
66541
+ /**
66542
+ * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
66543
+ * @minLength `1`
66544
+ * @maxLength `128`
66545
+ */
66546
+ Key: string;
66547
+ /**
66548
+ * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
66549
+ * @minLength `0`
66550
+ * @maxLength `256`
66551
+ */
66552
+ Value: string;
66553
+ };
66270
66554
  /**
66271
66555
  * Resource type definition for `AWS::EC2::VPCEndpoint`.
66272
66556
  * Specifies a VPC endpoint. A VPC endpoint provides a private connection between your VPC and an endpoint service. You can use an endpoint service provided by AWS, an MKT Partner, or another AWS accounts in your organization. For more information, see the [User Guide](https://docs.aws.amazon.com/vpc/latest/privatelink/).
@@ -68115,6 +68399,196 @@ export type ECSClusterCapacityProviderAssociationsCapacityProviderStrategy = {
68115
68399
  */
68116
68400
  Weight?: number;
68117
68401
  };
68402
+ /**
68403
+ * Resource Type definition for AWS::ECS::ExpressGatewayService
68404
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-expressgatewayservice.html}
68405
+ */
68406
+ export type ECSExpressGatewayServiceProps = {
68407
+ Cluster?: string;
68408
+ Cpu?: string;
68409
+ ExecutionRoleArn: string;
68410
+ HealthCheckPath?: string;
68411
+ InfrastructureRoleArn: string;
68412
+ Memory?: string;
68413
+ NetworkConfiguration?: ECSExpressGatewayServiceExpressGatewayServiceNetworkConfiguration;
68414
+ PrimaryContainer: ECSExpressGatewayServiceExpressGatewayContainer;
68415
+ ScalingTarget?: ECSExpressGatewayServiceExpressGatewayScalingTarget;
68416
+ ServiceName?: string;
68417
+ Tags?: ECSExpressGatewayServiceTag[];
68418
+ TaskRoleArn?: string;
68419
+ };
68420
+ /**
68421
+ * Attribute type definition for `AWS::ECS::ExpressGatewayService`.
68422
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-expressgatewayservice.html#aws-resource-ecs-expressgatewayservice-return-values}
68423
+ */
68424
+ export type ECSExpressGatewayServiceAttributes = {
68425
+ ActiveConfigurations: {
68426
+ Cpu: string;
68427
+ CreatedAt: string;
68428
+ ExecutionRoleArn: string;
68429
+ HealthCheckPath: string;
68430
+ IngressPaths: {
68431
+ AccessType: ECSExpressGatewayServiceAccessType;
68432
+ Endpoint: string;
68433
+ }[];
68434
+ Memory: string;
68435
+ NetworkConfiguration: {
68436
+ SecurityGroups: string[];
68437
+ Subnets: string[];
68438
+ };
68439
+ PrimaryContainer: {
68440
+ AwsLogsConfiguration: {
68441
+ LogGroup: string;
68442
+ LogStreamPrefix: string;
68443
+ };
68444
+ Command: string[];
68445
+ ContainerPort: number;
68446
+ Environment: {
68447
+ Name: string;
68448
+ Value: string;
68449
+ }[];
68450
+ Image: string;
68451
+ RepositoryCredentials: {
68452
+ CredentialsParameter: string;
68453
+ };
68454
+ Secrets: {
68455
+ Name: string;
68456
+ ValueFrom: string;
68457
+ }[];
68458
+ };
68459
+ ScalingTarget: {
68460
+ AutoScalingMetric: ECSExpressGatewayServiceExpressGatewayServiceScalingMetric;
68461
+ AutoScalingTargetValue: number;
68462
+ MaxTaskCount: number;
68463
+ MinTaskCount: number;
68464
+ };
68465
+ ServiceRevisionArn: string;
68466
+ TaskRoleArn: string;
68467
+ }[];
68468
+ CreatedAt: string;
68469
+ ServiceArn: string;
68470
+ Status: {
68471
+ StatusCode: ECSExpressGatewayServiceExpressGatewayServiceStatusCode;
68472
+ };
68473
+ UpdatedAt: string;
68474
+ };
68475
+ /**
68476
+ * Type definition for `AWS::ECS::ExpressGatewayService.AccessType`.
68477
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-accesstype.html}
68478
+ */
68479
+ export type ECSExpressGatewayServiceAccessType = "PUBLIC" | "PRIVATE";
68480
+ /**
68481
+ * Type definition for `AWS::ECS::ExpressGatewayService.ExpressGatewayContainer`.
68482
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-expressgatewaycontainer.html}
68483
+ */
68484
+ export type ECSExpressGatewayServiceExpressGatewayContainer = {
68485
+ AwsLogsConfiguration?: ECSExpressGatewayServiceExpressGatewayServiceAwsLogsConfiguration;
68486
+ Command?: string[];
68487
+ ContainerPort?: number;
68488
+ Environment?: ECSExpressGatewayServiceKeyValuePair[];
68489
+ Image: string;
68490
+ RepositoryCredentials?: ECSExpressGatewayServiceExpressGatewayRepositoryCredentials;
68491
+ Secrets?: ECSExpressGatewayServiceSecret[];
68492
+ };
68493
+ /**
68494
+ * Type definition for `AWS::ECS::ExpressGatewayService.ExpressGatewayRepositoryCredentials`.
68495
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-expressgatewayrepositorycredentials.html}
68496
+ */
68497
+ export type ECSExpressGatewayServiceExpressGatewayRepositoryCredentials = {
68498
+ CredentialsParameter: string;
68499
+ };
68500
+ /**
68501
+ * Type definition for `AWS::ECS::ExpressGatewayService.ExpressGatewayScalingTarget`.
68502
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-expressgatewayscalingtarget.html}
68503
+ */
68504
+ export type ECSExpressGatewayServiceExpressGatewayScalingTarget = {
68505
+ AutoScalingMetric?: ECSExpressGatewayServiceExpressGatewayServiceScalingMetric;
68506
+ AutoScalingTargetValue?: number;
68507
+ MaxTaskCount?: number;
68508
+ MinTaskCount?: number;
68509
+ };
68510
+ /**
68511
+ * Type definition for `AWS::ECS::ExpressGatewayService.ExpressGatewayServiceAwsLogsConfiguration`.
68512
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-expressgatewayserviceawslogsconfiguration.html}
68513
+ */
68514
+ export type ECSExpressGatewayServiceExpressGatewayServiceAwsLogsConfiguration = {
68515
+ LogGroup: string;
68516
+ LogStreamPrefix: string;
68517
+ };
68518
+ /**
68519
+ * Type definition for `AWS::ECS::ExpressGatewayService.ExpressGatewayServiceConfiguration`.
68520
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-expressgatewayserviceconfiguration.html}
68521
+ */
68522
+ export type ECSExpressGatewayServiceExpressGatewayServiceConfiguration = {
68523
+ Cpu?: string;
68524
+ CreatedAt?: string;
68525
+ ExecutionRoleArn?: string;
68526
+ HealthCheckPath?: string;
68527
+ IngressPaths?: ECSExpressGatewayServiceIngressPathSummary[];
68528
+ Memory?: string;
68529
+ NetworkConfiguration?: ECSExpressGatewayServiceExpressGatewayServiceNetworkConfiguration;
68530
+ PrimaryContainer?: ECSExpressGatewayServiceExpressGatewayContainer;
68531
+ ScalingTarget?: ECSExpressGatewayServiceExpressGatewayScalingTarget;
68532
+ ServiceRevisionArn?: string;
68533
+ TaskRoleArn?: string;
68534
+ };
68535
+ /**
68536
+ * Type definition for `AWS::ECS::ExpressGatewayService.ExpressGatewayServiceNetworkConfiguration`.
68537
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-expressgatewayservicenetworkconfiguration.html}
68538
+ */
68539
+ export type ECSExpressGatewayServiceExpressGatewayServiceNetworkConfiguration = {
68540
+ SecurityGroups?: string[];
68541
+ Subnets?: string[];
68542
+ };
68543
+ /**
68544
+ * Type definition for `AWS::ECS::ExpressGatewayService.ExpressGatewayServiceScalingMetric`.
68545
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-expressgatewayservicescalingmetric.html}
68546
+ */
68547
+ export type ECSExpressGatewayServiceExpressGatewayServiceScalingMetric = "AVERAGE_CPU" | "AVERAGE_MEMORY" | "REQUEST_COUNT_PER_TARGET";
68548
+ /**
68549
+ * Type definition for `AWS::ECS::ExpressGatewayService.ExpressGatewayServiceStatus`.
68550
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-expressgatewayservicestatus.html}
68551
+ */
68552
+ export type ECSExpressGatewayServiceExpressGatewayServiceStatus = {
68553
+ StatusCode?: ECSExpressGatewayServiceExpressGatewayServiceStatusCode;
68554
+ };
68555
+ /**
68556
+ * Type definition for `AWS::ECS::ExpressGatewayService.ExpressGatewayServiceStatusCode`.
68557
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-expressgatewayservicestatuscode.html}
68558
+ */
68559
+ export type ECSExpressGatewayServiceExpressGatewayServiceStatusCode = "ACTIVE" | "DRAINING" | "INACTIVE";
68560
+ /**
68561
+ * Type definition for `AWS::ECS::ExpressGatewayService.IngressPathSummary`.
68562
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-ingresspathsummary.html}
68563
+ */
68564
+ export type ECSExpressGatewayServiceIngressPathSummary = {
68565
+ AccessType?: ECSExpressGatewayServiceAccessType;
68566
+ Endpoint?: string;
68567
+ };
68568
+ /**
68569
+ * Type definition for `AWS::ECS::ExpressGatewayService.KeyValuePair`.
68570
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-keyvaluepair.html}
68571
+ */
68572
+ export type ECSExpressGatewayServiceKeyValuePair = {
68573
+ Name: string;
68574
+ Value: string;
68575
+ };
68576
+ /**
68577
+ * Type definition for `AWS::ECS::ExpressGatewayService.Secret`.
68578
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-secret.html}
68579
+ */
68580
+ export type ECSExpressGatewayServiceSecret = {
68581
+ Name: string;
68582
+ ValueFrom: string;
68583
+ };
68584
+ /**
68585
+ * Type definition for `AWS::ECS::ExpressGatewayService.Tag`.
68586
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-tag.html}
68587
+ */
68588
+ export type ECSExpressGatewayServiceTag = {
68589
+ Key: string;
68590
+ Value: string;
68591
+ };
68118
68592
  /**
68119
68593
  * Resource type definition for `AWS::ECS::PrimaryTaskSet`.
68120
68594
  * A pseudo-resource that manages which of your ECS task sets is primary.
@@ -71087,6 +71561,10 @@ export type EKSClusterProps = {
71087
71561
  * Todo: add description
71088
71562
  */
71089
71563
  ComputeConfig?: EKSClusterComputeConfig;
71564
+ /**
71565
+ * Configuration for provisioned control plane scaling.
71566
+ */
71567
+ ControlPlaneScalingConfig?: EKSClusterControlPlaneScalingConfig;
71090
71568
  /**
71091
71569
  * Set this value to true to enable deletion protection for the cluster.
71092
71570
  */
@@ -71259,6 +71737,17 @@ export type EKSClusterControlPlanePlacement = {
71259
71737
  */
71260
71738
  GroupName?: string;
71261
71739
  };
71740
+ /**
71741
+ * Type definition for `AWS::EKS::Cluster.ControlPlaneScalingConfig`.
71742
+ * Configuration for provisioned control plane scaling.
71743
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-cluster-controlplanescalingconfig.html}
71744
+ */
71745
+ export type EKSClusterControlPlaneScalingConfig = {
71746
+ /**
71747
+ * The scaling tier for the provisioned control plane.
71748
+ */
71749
+ Tier?: "standard" | "tier-xl" | "tier-2xl" | "tier-4xl";
71750
+ };
71262
71751
  /**
71263
71752
  * Type definition for `AWS::EKS::Cluster.ElasticLoadBalancing`.
71264
71753
  * Todo: add description
@@ -80677,6 +81166,7 @@ export type FSxFileSystemRootVolumeConfiguration = {
80677
81166
  */
80678
81167
  export type FSxFileSystemSelfManagedActiveDirectoryConfiguration = {
80679
81168
  DnsIps?: string[];
81169
+ DomainJoinServiceAccountSecret?: string;
80680
81170
  DomainName?: string;
80681
81171
  FileSystemAdministratorsGroup?: string;
80682
81172
  OrganizationalUnitDistinguishedName?: string;
@@ -80863,6 +81353,7 @@ export type FSxStorageVirtualMachineActiveDirectoryConfiguration = {
80863
81353
  */
80864
81354
  export type FSxStorageVirtualMachineSelfManagedActiveDirectoryConfiguration = {
80865
81355
  DnsIps?: string[];
81356
+ DomainJoinServiceAccountSecret?: string;
80866
81357
  DomainName?: string;
80867
81358
  FileSystemAdministratorsGroup?: string;
80868
81359
  OrganizationalUnitDistinguishedName?: string;
@@ -133145,26 +133636,11 @@ export type OpenSearchServerlessAccessPolicyAccessPolicyType = "data";
133145
133636
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchserverless-collection.html}
133146
133637
  */
133147
133638
  export type OpenSearchServerlessCollectionProps = {
133148
- /**
133149
- * The name of the collection group.
133150
-
133151
- The name must meet the following criteria:
133152
- Unique to your account and AWS Region
133153
- Starts with a lowercase letter
133154
- Contains only lowercase letters a-z, the numbers 0-9 and the hyphen (-)
133155
- Contains between 3 and 32 characters
133156
-
133157
- */
133158
- CollectionGroupName?: string;
133159
133639
  /**
133160
133640
  * The description of the collection
133161
133641
  * @maxLength `1000`
133162
133642
  */
133163
133643
  Description?: string;
133164
- /**
133165
- * The configuration to encrypt the collection
133166
- */
133167
- EncryptionConfig?: OpenSearchServerlessCollectionEncryptionConfig;
133168
133644
  /**
133169
133645
  * The name of the collection.
133170
133646
 
@@ -133228,21 +133704,6 @@ export type OpenSearchServerlessCollectionAttributes = {
133228
133704
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-collection-collectiontype.html}
133229
133705
  */
133230
133706
  export type OpenSearchServerlessCollectionCollectionType = "SEARCH" | "TIMESERIES" | "VECTORSEARCH";
133231
- /**
133232
- * Type definition for `AWS::OpenSearchServerless::Collection.EncryptionConfig`.
133233
- * The configuration to encrypt the collection
133234
- * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-collection-encryptionconfig.html}
133235
- */
133236
- export type OpenSearchServerlessCollectionEncryptionConfig = {
133237
- /**
133238
- * The configuration to encrypt the collection with AWS owned key
133239
- */
133240
- AWSOwnedKey?: boolean;
133241
- /**
133242
- * The ARN of the KMS key to encrypt the collection with
133243
- */
133244
- KmsKeyArn?: string;
133245
- };
133246
133707
  /**
133247
133708
  * Type definition for `AWS::OpenSearchServerless::Collection.StandbyReplicas`.
133248
133709
  * The possible standby replicas for the collection
@@ -136276,6 +136737,10 @@ export type PCSClusterProps = {
136276
136737
  * The shared Slurm key for authentication, also known as the cluster secret.
136277
136738
  */
136278
136739
  AuthKey?: PCSClusterAuthKey;
136740
+ /**
136741
+ * JWT authentication configuration for Slurm.
136742
+ */
136743
+ JwtAuth?: PCSClusterJwtAuth;
136279
136744
  /**
136280
136745
  * The time before an idle node is scaled down.
136281
136746
  * @min `1`
@@ -136285,6 +136750,10 @@ export type PCSClusterProps = {
136285
136750
  * Additional Slurm-specific configuration that directly maps to Slurm settings.
136286
136751
  */
136287
136752
  SlurmCustomSettings?: PCSClusterSlurmCustomSetting[];
136753
+ /**
136754
+ * The SlurmRest configuration includes configurable settings for Slurm Rest.
136755
+ */
136756
+ SlurmRest?: PCSClusterSlurmRest;
136288
136757
  };
136289
136758
  /**
136290
136759
  * 1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.
@@ -136323,7 +136792,7 @@ export type PCSClusterAttributes = {
136323
136792
  /**
136324
136793
  * Indicates the type of endpoint running at the specific IP address.
136325
136794
  */
136326
- Type: "SLURMCTLD" | "SLURMDBD";
136795
+ Type: "SLURMCTLD" | "SLURMDBD" | "SLURMRESTD";
136327
136796
  }[];
136328
136797
  /**
136329
136798
  * The list of errors that occurred during cluster provisioning.
@@ -136405,7 +136874,7 @@ export type PCSClusterEndpoint = {
136405
136874
  /**
136406
136875
  * Indicates the type of endpoint running at the specific IP address.
136407
136876
  */
136408
- Type: "SLURMCTLD" | "SLURMDBD";
136877
+ Type: "SLURMCTLD" | "SLURMDBD" | "SLURMRESTD";
136409
136878
  };
136410
136879
  /**
136411
136880
  * Type definition for `AWS::PCS::Cluster.ErrorInfo`.
@@ -136422,6 +136891,32 @@ export type PCSClusterErrorInfo = {
136422
136891
  */
136423
136892
  Message?: string;
136424
136893
  };
136894
+ /**
136895
+ * Type definition for `AWS::PCS::Cluster.JwtAuth`.
136896
+ * JWT authentication configuration for Slurm.
136897
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-cluster-jwtauth.html}
136898
+ */
136899
+ export type PCSClusterJwtAuth = {
136900
+ /**
136901
+ * JWT key configuration.
136902
+ */
136903
+ JwtKey?: PCSClusterJwtKey;
136904
+ };
136905
+ /**
136906
+ * Type definition for `AWS::PCS::Cluster.JwtKey`.
136907
+ * JWT key configuration.
136908
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-cluster-jwtkey.html}
136909
+ */
136910
+ export type PCSClusterJwtKey = {
136911
+ /**
136912
+ * The Amazon Resource Name (ARN) of the JWT key secret.
136913
+ */
136914
+ SecretArn: string;
136915
+ /**
136916
+ * The version of the JWT key secret.
136917
+ */
136918
+ SecretVersion: string;
136919
+ };
136425
136920
  /**
136426
136921
  * Type definition for `AWS::PCS::Cluster.SlurmCustomSetting`.
136427
136922
  * Additional settings that directly map to Slurm settings.
@@ -136437,6 +136932,17 @@ export type PCSClusterSlurmCustomSetting = {
136437
136932
  */
136438
136933
  ParameterValue: string;
136439
136934
  };
136935
+ /**
136936
+ * Type definition for `AWS::PCS::Cluster.SlurmRest`.
136937
+ * The SlurmRest configuration includes configurable settings for Slurm Rest.
136938
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-cluster-slurmrest.html}
136939
+ */
136940
+ export type PCSClusterSlurmRest = {
136941
+ /**
136942
+ * The default value is `STANDARD`. A value of `STANDARD` means that Slurm Rest is enabled.
136943
+ */
136944
+ Mode: "STANDARD" | "NONE";
136945
+ };
136440
136946
  /**
136441
136947
  * AWS::PCS::ComputeNodeGroup resource creates an AWS PCS compute node group.
136442
136948
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-computenodegroup.html}
@@ -170908,7 +171414,7 @@ export type RbinRuleProps = {
170908
171414
  /**
170909
171415
  * The resource type retained by the retention rule.
170910
171416
  */
170911
- ResourceType: "EBS_SNAPSHOT" | "EC2_IMAGE";
171417
+ ResourceType: "EBS_SNAPSHOT" | "EC2_IMAGE" | "EBS_VOLUME";
170912
171418
  /**
170913
171419
  * Information about the retention period for which the retention rule is to retain resources.
170914
171420
  */
@@ -193953,6 +194459,7 @@ export type SecretsManagerSecretProps = {
193953
194459
  + If you use your tagging schema across multiple services and resources, other services might have restrictions on allowed characters. Generally allowed characters: letters, spaces, and numbers representable in UTF-8, plus the following special characters: + - = . _ : / @.
193954
194460
  */
193955
194461
  Tags?: SecretsManagerSecretTag[];
194462
+ Type?: string;
193956
194463
  };
193957
194464
  /**
193958
194465
  * Attribute type definition for `AWS::SecretsManager::Secret`.
@@ -211177,12 +211684,18 @@ export type WisdomAIAgentAIAgentConfiguration = {
211177
211684
  AnswerRecommendationAIAgentConfiguration: WisdomAIAgentAnswerRecommendationAIAgentConfiguration;
211178
211685
  } | {
211179
211686
  SelfServiceAIAgentConfiguration: WisdomAIAgentSelfServiceAIAgentConfiguration;
211687
+ } | {
211688
+ EmailResponseAIAgentConfiguration: WisdomAIAgentEmailResponseAIAgentConfiguration;
211689
+ } | {
211690
+ EmailOverviewAIAgentConfiguration: WisdomAIAgentEmailOverviewAIAgentConfiguration;
211691
+ } | {
211692
+ EmailGenerativeAnswerAIAgentConfiguration: WisdomAIAgentEmailGenerativeAnswerAIAgentConfiguration;
211180
211693
  };
211181
211694
  /**
211182
211695
  * Type definition for `AWS::Wisdom::AIAgent.AIAgentType`.
211183
211696
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-aiagenttype.html}
211184
211697
  */
211185
- export type WisdomAIAgentAIAgentType = "MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE";
211698
+ export type WisdomAIAgentAIAgentType = "MANUAL_SEARCH" | "ANSWER_RECOMMENDATION" | "SELF_SERVICE" | "EMAIL_RESPONSE" | "EMAIL_OVERVIEW" | "EMAIL_GENERATIVE_ANSWER";
211186
211699
  /**
211187
211700
  * Type definition for `AWS::Wisdom::AIAgent.AnswerRecommendationAIAgentConfiguration`.
211188
211701
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-answerrecommendationaiagentconfiguration.html}
@@ -211229,6 +211742,58 @@ export type WisdomAIAgentAssociationConfiguration = {
211229
211742
  export type WisdomAIAgentAssociationConfigurationData = {
211230
211743
  KnowledgeBaseAssociationConfigurationData: WisdomAIAgentKnowledgeBaseAssociationConfigurationData;
211231
211744
  };
211745
+ /**
211746
+ * Type definition for `AWS::Wisdom::AIAgent.EmailGenerativeAnswerAIAgentConfiguration`.
211747
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-emailgenerativeansweraiagentconfiguration.html}
211748
+ */
211749
+ export type WisdomAIAgentEmailGenerativeAnswerAIAgentConfiguration = {
211750
+ AssociationConfigurations?: WisdomAIAgentAssociationConfiguration[];
211751
+ /**
211752
+ * @pattern `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$`
211753
+ */
211754
+ EmailGenerativeAnswerAIPromptId?: string;
211755
+ /**
211756
+ * @pattern `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$`
211757
+ */
211758
+ EmailQueryReformulationAIPromptId?: string;
211759
+ /**
211760
+ * @minLength `1`
211761
+ */
211762
+ Locale?: string;
211763
+ };
211764
+ /**
211765
+ * Type definition for `AWS::Wisdom::AIAgent.EmailOverviewAIAgentConfiguration`.
211766
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-emailoverviewaiagentconfiguration.html}
211767
+ */
211768
+ export type WisdomAIAgentEmailOverviewAIAgentConfiguration = {
211769
+ /**
211770
+ * @pattern `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$`
211771
+ */
211772
+ EmailOverviewAIPromptId?: string;
211773
+ /**
211774
+ * @minLength `1`
211775
+ */
211776
+ Locale?: string;
211777
+ };
211778
+ /**
211779
+ * Type definition for `AWS::Wisdom::AIAgent.EmailResponseAIAgentConfiguration`.
211780
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-emailresponseaiagentconfiguration.html}
211781
+ */
211782
+ export type WisdomAIAgentEmailResponseAIAgentConfiguration = {
211783
+ AssociationConfigurations?: WisdomAIAgentAssociationConfiguration[];
211784
+ /**
211785
+ * @pattern `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$`
211786
+ */
211787
+ EmailQueryReformulationAIPromptId?: string;
211788
+ /**
211789
+ * @pattern `^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}(:[A-Z0-9_$]+){0,1}$`
211790
+ */
211791
+ EmailResponseAIPromptId?: string;
211792
+ /**
211793
+ * @minLength `1`
211794
+ */
211795
+ Locale?: string;
211796
+ };
211232
211797
  /**
211233
211798
  * Type definition for `AWS::Wisdom::AIAgent.KnowledgeBaseAssociationConfigurationData`.
211234
211799
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiagent-knowledgebaseassociationconfigurationdata.html}
@@ -215555,6 +216120,7 @@ export interface ResourceTypes {
215555
216120
  "AWS::Cognito::IdentityPoolRoleAttachment": CognitoIdentityPoolRoleAttachmentProps;
215556
216121
  "AWS::Cognito::LogDeliveryConfiguration": CognitoLogDeliveryConfigurationProps;
215557
216122
  "AWS::Cognito::ManagedLoginBranding": CognitoManagedLoginBrandingProps;
216123
+ "AWS::Cognito::Terms": CognitoTermsProps;
215558
216124
  "AWS::Cognito::UserPool": CognitoUserPoolProps;
215559
216125
  "AWS::Cognito::UserPoolClient": CognitoUserPoolClientProps;
215560
216126
  "AWS::Cognito::UserPoolDomain": CognitoUserPoolDomainProps;
@@ -215772,6 +216338,8 @@ export interface ResourceTypes {
215772
216338
  "AWS::EC2::TransitGatewayAttachment": EC2TransitGatewayAttachmentProps;
215773
216339
  "AWS::EC2::TransitGatewayConnect": EC2TransitGatewayConnectProps;
215774
216340
  "AWS::EC2::TransitGatewayConnectPeer": EC2TransitGatewayConnectPeerProps;
216341
+ "AWS::EC2::TransitGatewayMeteringPolicy": EC2TransitGatewayMeteringPolicyProps;
216342
+ "AWS::EC2::TransitGatewayMeteringPolicyEntry": EC2TransitGatewayMeteringPolicyEntryProps;
215775
216343
  "AWS::EC2::TransitGatewayMulticastDomain": EC2TransitGatewayMulticastDomainProps;
215776
216344
  "AWS::EC2::TransitGatewayMulticastDomainAssociation": EC2TransitGatewayMulticastDomainAssociationProps;
215777
216345
  "AWS::EC2::TransitGatewayMulticastGroupMember": EC2TransitGatewayMulticastGroupMemberProps;
@@ -215793,6 +216361,7 @@ export interface ResourceTypes {
215793
216361
  "AWS::EC2::VPCBlockPublicAccessOptions": EC2VPCBlockPublicAccessOptionsProps;
215794
216362
  "AWS::EC2::VPCCidrBlock": EC2VPCCidrBlockProps;
215795
216363
  "AWS::EC2::VPCDHCPOptionsAssociation": EC2VPCDHCPOptionsAssociationProps;
216364
+ "AWS::EC2::VPCEncryptionControl": EC2VPCEncryptionControlProps;
215796
216365
  "AWS::EC2::VPCEndpoint": EC2VPCEndpointProps;
215797
216366
  "AWS::EC2::VPCEndpointConnectionNotification": EC2VPCEndpointConnectionNotificationProps;
215798
216367
  "AWS::EC2::VPCEndpointService": EC2VPCEndpointServiceProps;
@@ -215814,6 +216383,7 @@ export interface ResourceTypes {
215814
216383
  "AWS::ECS::CapacityProvider": ECSCapacityProviderProps;
215815
216384
  "AWS::ECS::Cluster": ECSClusterProps;
215816
216385
  "AWS::ECS::ClusterCapacityProviderAssociations": ECSClusterCapacityProviderAssociationsProps;
216386
+ "AWS::ECS::ExpressGatewayService": ECSExpressGatewayServiceProps;
215817
216387
  "AWS::ECS::PrimaryTaskSet": ECSPrimaryTaskSetProps;
215818
216388
  "AWS::ECS::Service": ECSServiceProps;
215819
216389
  "AWS::ECS::TaskDefinition": ECSTaskDefinitionProps;
@@ -217014,6 +217584,7 @@ export interface AttributeTypes {
217014
217584
  "AWS::Cognito::IdentityPoolRoleAttachment": CognitoIdentityPoolRoleAttachmentAttributes;
217015
217585
  "AWS::Cognito::LogDeliveryConfiguration": CognitoLogDeliveryConfigurationAttributes;
217016
217586
  "AWS::Cognito::ManagedLoginBranding": CognitoManagedLoginBrandingAttributes;
217587
+ "AWS::Cognito::Terms": CognitoTermsAttributes;
217017
217588
  "AWS::Cognito::UserPool": CognitoUserPoolAttributes;
217018
217589
  "AWS::Cognito::UserPoolClient": CognitoUserPoolClientAttributes;
217019
217590
  "AWS::Cognito::UserPoolDomain": CognitoUserPoolDomainAttributes;
@@ -217207,6 +217778,8 @@ export interface AttributeTypes {
217207
217778
  "AWS::EC2::TransitGatewayAttachment": EC2TransitGatewayAttachmentAttributes;
217208
217779
  "AWS::EC2::TransitGatewayConnect": EC2TransitGatewayConnectAttributes;
217209
217780
  "AWS::EC2::TransitGatewayConnectPeer": EC2TransitGatewayConnectPeerAttributes;
217781
+ "AWS::EC2::TransitGatewayMeteringPolicy": EC2TransitGatewayMeteringPolicyAttributes;
217782
+ "AWS::EC2::TransitGatewayMeteringPolicyEntry": EC2TransitGatewayMeteringPolicyEntryAttributes;
217210
217783
  "AWS::EC2::TransitGatewayMulticastDomain": EC2TransitGatewayMulticastDomainAttributes;
217211
217784
  "AWS::EC2::TransitGatewayMulticastDomainAssociation": EC2TransitGatewayMulticastDomainAssociationAttributes;
217212
217785
  "AWS::EC2::TransitGatewayMulticastGroupMember": EC2TransitGatewayMulticastGroupMemberAttributes;
@@ -217223,6 +217796,7 @@ export interface AttributeTypes {
217223
217796
  "AWS::EC2::VPCBlockPublicAccessExclusion": EC2VPCBlockPublicAccessExclusionAttributes;
217224
217797
  "AWS::EC2::VPCBlockPublicAccessOptions": EC2VPCBlockPublicAccessOptionsAttributes;
217225
217798
  "AWS::EC2::VPCCidrBlock": EC2VPCCidrBlockAttributes;
217799
+ "AWS::EC2::VPCEncryptionControl": EC2VPCEncryptionControlAttributes;
217226
217800
  "AWS::EC2::VPCEndpoint": EC2VPCEndpointAttributes;
217227
217801
  "AWS::EC2::VPCEndpointConnectionNotification": EC2VPCEndpointConnectionNotificationAttributes;
217228
217802
  "AWS::EC2::VPCEndpointService": EC2VPCEndpointServiceAttributes;
@@ -217239,6 +217813,7 @@ export interface AttributeTypes {
217239
217813
  "AWS::ECR::Repository": ECRRepositoryAttributes;
217240
217814
  "AWS::ECR::RepositoryCreationTemplate": ECRRepositoryCreationTemplateAttributes;
217241
217815
  "AWS::ECS::Cluster": ECSClusterAttributes;
217816
+ "AWS::ECS::ExpressGatewayService": ECSExpressGatewayServiceAttributes;
217242
217817
  "AWS::ECS::Service": ECSServiceAttributes;
217243
217818
  "AWS::ECS::TaskDefinition": ECSTaskDefinitionAttributes;
217244
217819
  "AWS::ECS::TaskSet": ECSTaskSetAttributes;
@@ -218355,6 +218930,7 @@ export declare const ResourceType: {
218355
218930
  readonly CognitoIdentityPoolRoleAttachment: "AWS::Cognito::IdentityPoolRoleAttachment";
218356
218931
  readonly CognitoLogDeliveryConfiguration: "AWS::Cognito::LogDeliveryConfiguration";
218357
218932
  readonly CognitoManagedLoginBranding: "AWS::Cognito::ManagedLoginBranding";
218933
+ readonly CognitoTerms: "AWS::Cognito::Terms";
218358
218934
  readonly CognitoUserPool: "AWS::Cognito::UserPool";
218359
218935
  readonly CognitoUserPoolClient: "AWS::Cognito::UserPoolClient";
218360
218936
  readonly CognitoUserPoolDomain: "AWS::Cognito::UserPoolDomain";
@@ -218572,6 +219148,8 @@ export declare const ResourceType: {
218572
219148
  readonly EC2TransitGatewayAttachment: "AWS::EC2::TransitGatewayAttachment";
218573
219149
  readonly EC2TransitGatewayConnect: "AWS::EC2::TransitGatewayConnect";
218574
219150
  readonly EC2TransitGatewayConnectPeer: "AWS::EC2::TransitGatewayConnectPeer";
219151
+ readonly EC2TransitGatewayMeteringPolicy: "AWS::EC2::TransitGatewayMeteringPolicy";
219152
+ readonly EC2TransitGatewayMeteringPolicyEntry: "AWS::EC2::TransitGatewayMeteringPolicyEntry";
218575
219153
  readonly EC2TransitGatewayMulticastDomain: "AWS::EC2::TransitGatewayMulticastDomain";
218576
219154
  readonly EC2TransitGatewayMulticastDomainAssociation: "AWS::EC2::TransitGatewayMulticastDomainAssociation";
218577
219155
  readonly EC2TransitGatewayMulticastGroupMember: "AWS::EC2::TransitGatewayMulticastGroupMember";
@@ -218593,6 +219171,7 @@ export declare const ResourceType: {
218593
219171
  readonly EC2VPCBlockPublicAccessOptions: "AWS::EC2::VPCBlockPublicAccessOptions";
218594
219172
  readonly EC2VPCCidrBlock: "AWS::EC2::VPCCidrBlock";
218595
219173
  readonly EC2VPCDHCPOptionsAssociation: "AWS::EC2::VPCDHCPOptionsAssociation";
219174
+ readonly EC2VPCEncryptionControl: "AWS::EC2::VPCEncryptionControl";
218596
219175
  readonly EC2VPCEndpoint: "AWS::EC2::VPCEndpoint";
218597
219176
  readonly EC2VPCEndpointConnectionNotification: "AWS::EC2::VPCEndpointConnectionNotification";
218598
219177
  readonly EC2VPCEndpointService: "AWS::EC2::VPCEndpointService";
@@ -218614,6 +219193,7 @@ export declare const ResourceType: {
218614
219193
  readonly ECSCapacityProvider: "AWS::ECS::CapacityProvider";
218615
219194
  readonly ECSCluster: "AWS::ECS::Cluster";
218616
219195
  readonly ECSClusterCapacityProviderAssociations: "AWS::ECS::ClusterCapacityProviderAssociations";
219196
+ readonly ECSExpressGatewayService: "AWS::ECS::ExpressGatewayService";
218617
219197
  readonly ECSPrimaryTaskSet: "AWS::ECS::PrimaryTaskSet";
218618
219198
  readonly ECSService: "AWS::ECS::Service";
218619
219199
  readonly ECSTaskDefinition: "AWS::ECS::TaskDefinition";