@pulumi/aws-native 1.28.0-alpha.1747200851 → 1.28.0-alpha.1747224599

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.
Files changed (161) hide show
  1. package/apigateway/domainName.d.ts +6 -0
  2. package/apigateway/domainName.js +2 -0
  3. package/apigateway/domainName.js.map +1 -1
  4. package/apigateway/domainNameV2.d.ts +9 -0
  5. package/apigateway/domainNameV2.js +2 -0
  6. package/apigateway/domainNameV2.js.map +1 -1
  7. package/apigateway/getDomainName.d.ts +5 -0
  8. package/apigateway/getDomainName.js.map +1 -1
  9. package/apigateway/getDomainNameV2.d.ts +5 -0
  10. package/apigateway/getDomainNameV2.js.map +1 -1
  11. package/apigatewayv2/domainName.d.ts +3 -0
  12. package/apigatewayv2/domainName.js +2 -0
  13. package/apigatewayv2/domainName.js.map +1 -1
  14. package/apigatewayv2/getAuthorizer.d.ts +0 -20
  15. package/apigatewayv2/getAuthorizer.js.map +1 -1
  16. package/apigatewayv2/getDomainName.d.ts +2 -0
  17. package/apigatewayv2/getDomainName.js.map +1 -1
  18. package/apigatewayv2/getRoutingRule.d.ts +35 -0
  19. package/apigatewayv2/getRoutingRule.js +28 -0
  20. package/apigatewayv2/getRoutingRule.js.map +1 -0
  21. package/apigatewayv2/index.d.ts +7 -0
  22. package/apigatewayv2/index.js +24 -1
  23. package/apigatewayv2/index.js.map +1 -1
  24. package/apigatewayv2/routingRule.d.ts +57 -0
  25. package/apigatewayv2/routingRule.js +80 -0
  26. package/apigatewayv2/routingRule.js.map +1 -0
  27. package/backup/getLogicallyAirGappedBackupVault.d.ts +12 -0
  28. package/backup/getLogicallyAirGappedBackupVault.js.map +1 -1
  29. package/backup/logicallyAirGappedBackupVault.d.ts +12 -0
  30. package/backup/logicallyAirGappedBackupVault.js.map +1 -1
  31. package/bedrock/getIntelligentPromptRouter.d.ts +6 -0
  32. package/bedrock/getIntelligentPromptRouter.js.map +1 -1
  33. package/bedrock/intelligentPromptRouter.d.ts +18 -0
  34. package/bedrock/intelligentPromptRouter.js.map +1 -1
  35. package/cleanrooms/collaboration.js +1 -1
  36. package/cleanrooms/collaboration.js.map +1 -1
  37. package/cleanrooms/getCollaboration.d.ts +5 -0
  38. package/cleanrooms/getCollaboration.js.map +1 -1
  39. package/connect/evaluationForm.d.ts +8 -8
  40. package/connect/getEvaluationForm.d.ts +4 -4
  41. package/datasync/getStorageSystem.d.ts +0 -3
  42. package/datasync/getStorageSystem.js.map +1 -1
  43. package/datasync/storageSystem.d.ts +0 -12
  44. package/datasync/storageSystem.js.map +1 -1
  45. package/ec2/eip.js +1 -1
  46. package/ec2/eip.js.map +1 -1
  47. package/ec2/getEip.d.ts +5 -0
  48. package/ec2/getEip.js.map +1 -1
  49. package/ec2/getIpam.d.ts +4 -0
  50. package/ec2/getIpam.js.map +1 -1
  51. package/ec2/getVolume.d.ts +24 -9
  52. package/ec2/getVolume.js.map +1 -1
  53. package/ec2/ipam.d.ts +8 -0
  54. package/ec2/ipam.js +2 -0
  55. package/ec2/ipam.js.map +1 -1
  56. package/ec2/networkInsightsAnalysis.d.ts +8 -0
  57. package/ec2/networkInsightsAnalysis.js +3 -1
  58. package/ec2/networkInsightsAnalysis.js.map +1 -1
  59. package/ec2/volume.d.ts +48 -18
  60. package/ec2/volume.js +2 -0
  61. package/ec2/volume.js.map +1 -1
  62. package/ecr/getRegistryScanningConfiguration.d.ts +2 -2
  63. package/ecr/getRegistryScanningConfiguration.js +2 -2
  64. package/ecr/getRepositoryCreationTemplate.d.ts +1 -1
  65. package/ecr/registryScanningConfiguration.d.ts +1 -1
  66. package/ecr/registryScanningConfiguration.js +1 -1
  67. package/ecr/repositoryCreationTemplate.d.ts +2 -2
  68. package/kinesisfirehose/getDeliveryStream.d.ts +0 -32
  69. package/kinesisfirehose/getDeliveryStream.js.map +1 -1
  70. package/logs/deliveryDestination.d.ts +2 -2
  71. package/logs/getDeliveryDestination.d.ts +1 -1
  72. package/omics/getWorkflow.d.ts +2 -0
  73. package/omics/getWorkflow.js.map +1 -1
  74. package/omics/getWorkflowVersion.d.ts +29 -0
  75. package/omics/getWorkflowVersion.js +28 -0
  76. package/omics/getWorkflowVersion.js.map +1 -0
  77. package/omics/index.d.ts +6 -0
  78. package/omics/index.js +8 -1
  79. package/omics/index.js.map +1 -1
  80. package/omics/workflow.d.ts +3 -0
  81. package/omics/workflow.js +4 -0
  82. package/omics/workflow.js.map +1 -1
  83. package/omics/workflowVersion.d.ts +73 -0
  84. package/omics/workflowVersion.js +93 -0
  85. package/omics/workflowVersion.js.map +1 -0
  86. package/package.json +3 -3
  87. package/package.json.dev +2 -2
  88. package/rds/dbCluster.d.ts +13 -13
  89. package/rds/dbCluster.js +1 -1
  90. package/rds/dbInstance.d.ts +21 -23
  91. package/rds/dbInstance.js +1 -1
  92. package/rds/dbInstance.js.map +1 -1
  93. package/rds/dbParameterGroup.d.ts +2 -2
  94. package/rds/getDbCluster.d.ts +5 -5
  95. package/rds/getDbCluster.js +2 -2
  96. package/rds/getDbInstance.d.ts +11 -12
  97. package/rds/getDbInstance.js +2 -2
  98. package/rds/getDbInstance.js.map +1 -1
  99. package/rds/getDbParameterGroup.d.ts +1 -1
  100. package/sagemaker/app.d.ts +12 -0
  101. package/sagemaker/app.js +4 -0
  102. package/sagemaker/app.js.map +1 -1
  103. package/sagemaker/getApp.d.ts +8 -0
  104. package/sagemaker/getApp.js.map +1 -1
  105. package/securityhub/findingAggregator.d.ts +6 -6
  106. package/securityhub/getFindingAggregator.d.ts +3 -3
  107. package/securityhub/getStandard.d.ts +1 -1
  108. package/securityhub/standard.d.ts +2 -2
  109. package/ssmcontacts/contact.d.ts +2 -0
  110. package/ssmcontacts/contact.js +2 -0
  111. package/ssmcontacts/contact.js.map +1 -1
  112. package/ssmcontacts/getContact.d.ts +2 -0
  113. package/ssmcontacts/getContact.js.map +1 -1
  114. package/types/enums/apigateway/index.d.ts +15 -0
  115. package/types/enums/apigateway/index.js +11 -1
  116. package/types/enums/apigateway/index.js.map +1 -1
  117. package/types/enums/apigatewayv2/index.d.ts +6 -0
  118. package/types/enums/apigatewayv2/index.js +11 -0
  119. package/types/enums/apigatewayv2/index.js.map +1 -0
  120. package/types/enums/codebuild/index.d.ts +1 -0
  121. package/types/enums/codebuild/index.js +1 -0
  122. package/types/enums/codebuild/index.js.map +1 -1
  123. package/types/enums/connect/index.d.ts +7 -7
  124. package/types/enums/ec2/index.d.ts +8 -0
  125. package/types/enums/ec2/index.js +6 -2
  126. package/types/enums/ec2/index.js.map +1 -1
  127. package/types/enums/index.d.ts +2 -1
  128. package/types/enums/index.js +6 -4
  129. package/types/enums/index.js.map +1 -1
  130. package/types/enums/omics/index.d.ts +34 -0
  131. package/types/enums/omics/index.js +29 -1
  132. package/types/enums/omics/index.js.map +1 -1
  133. package/types/enums/qbusiness/index.d.ts +1 -0
  134. package/types/enums/qbusiness/index.js +1 -0
  135. package/types/enums/qbusiness/index.js.map +1 -1
  136. package/types/enums/sagemaker/index.d.ts +366 -0
  137. package/types/enums/sagemaker/index.js +345 -3
  138. package/types/enums/sagemaker/index.js.map +1 -1
  139. package/types/enums/securityhub/index.d.ts +16 -16
  140. package/types/enums/ssm/index.d.ts +2 -0
  141. package/types/enums/ssm/index.js +2 -0
  142. package/types/enums/ssm/index.js.map +1 -1
  143. package/types/enums/verifiedpermissions/index.d.ts +5 -0
  144. package/types/enums/verifiedpermissions/index.js +5 -1
  145. package/types/enums/verifiedpermissions/index.js.map +1 -1
  146. package/types/enums/workspaces/index.d.ts +5 -0
  147. package/types/enums/workspaces/index.js +5 -1
  148. package/types/enums/workspaces/index.js.map +1 -1
  149. package/types/input.d.ts +278 -152
  150. package/types/output.d.ts +278 -152
  151. package/types/output.js.map +1 -1
  152. package/verifiedpermissions/getPolicyStore.d.ts +1 -0
  153. package/verifiedpermissions/getPolicyStore.js.map +1 -1
  154. package/verifiedpermissions/policyStore.d.ts +2 -0
  155. package/verifiedpermissions/policyStore.js +2 -0
  156. package/verifiedpermissions/policyStore.js.map +1 -1
  157. package/workspaces/getWorkspacesPool.d.ts +2 -0
  158. package/workspaces/getWorkspacesPool.js.map +1 -1
  159. package/workspaces/workspacesPool.d.ts +3 -0
  160. package/workspaces/workspacesPool.js +2 -0
  161. package/workspaces/workspacesPool.js.map +1 -1
package/types/output.d.ts CHANGED
@@ -2174,6 +2174,28 @@ export declare namespace apigatewayv2 {
2174
2174
  */
2175
2175
  required: boolean;
2176
2176
  }
2177
+ interface RoutingRuleAction {
2178
+ invokeApi: outputs.apigatewayv2.RoutingRuleActionInvokeApi;
2179
+ }
2180
+ interface RoutingRuleActionInvokeApi {
2181
+ apiId: string;
2182
+ stage: string;
2183
+ stripBasePath?: boolean;
2184
+ }
2185
+ interface RoutingRuleCondition {
2186
+ matchBasePaths?: outputs.apigatewayv2.RoutingRuleMatchBasePaths;
2187
+ matchHeaders?: outputs.apigatewayv2.RoutingRuleMatchHeaders;
2188
+ }
2189
+ interface RoutingRuleMatchBasePaths {
2190
+ anyOf: string[];
2191
+ }
2192
+ interface RoutingRuleMatchHeaderValue {
2193
+ header: string;
2194
+ valueGlob: string;
2195
+ }
2196
+ interface RoutingRuleMatchHeaders {
2197
+ anyOf: outputs.apigatewayv2.RoutingRuleMatchHeaderValue[];
2198
+ }
2177
2199
  }
2178
2200
  export declare namespace appconfig {
2179
2201
  /**
@@ -7686,6 +7708,14 @@ export declare namespace backup {
7686
7708
  * Enables continuous backup and point-in-time restores (PITR).
7687
7709
  */
7688
7710
  enableContinuousBackup?: boolean;
7711
+ /**
7712
+ * There can up to one IndexAction in each BackupRule, as each backup can have 0 or 1 backup index associated with it.
7713
+ *
7714
+ * Within the array is ResourceTypes. Only 1 resource type will be accepted for each BackupRule. Valid values:
7715
+ *
7716
+ * - `EBS` for Amazon Elastic Block Store
7717
+ * - `S3` for Amazon Simple Storage Service (Amazon S3)
7718
+ */
7689
7719
  indexActions?: outputs.backup.BackupPlanIndexActionsResourceType[];
7690
7720
  /**
7691
7721
  * The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define.
@@ -7733,15 +7763,23 @@ export declare namespace backup {
7733
7763
  lifecycle?: outputs.backup.BackupPlanLifecycleResourceType;
7734
7764
  }
7735
7765
  interface BackupPlanIndexActionsResourceType {
7766
+ /**
7767
+ * 0 or 1 index action will be accepted for each BackupRule.
7768
+ *
7769
+ * Valid values:
7770
+ *
7771
+ * - `EBS` for Amazon Elastic Block Store
7772
+ * - `S3` for Amazon Simple Storage Service (Amazon S3)
7773
+ */
7736
7774
  resourceTypes?: string[];
7737
7775
  }
7738
7776
  interface BackupPlanLifecycleResourceType {
7739
7777
  /**
7740
- * Specifies the number of days after creation that a recovery point is deleted. Must be greater than `MoveToColdStorageAfterDays` .
7778
+ * The number of days after creation that a recovery point is deleted. This value must be at least 90 days after the number of days specified in `MoveToColdStorageAfterDays` .
7741
7779
  */
7742
7780
  deleteAfterDays?: number;
7743
7781
  /**
7744
- * Specifies the number of days after creation that a recovery point is moved to cold storage.
7782
+ * The number of days after creation that a recovery point is moved to cold storage.
7745
7783
  */
7746
7784
  moveToColdStorageAfterDays?: number;
7747
7785
  /**
@@ -12021,6 +12059,9 @@ export declare namespace bedrock {
12021
12059
  * Represents the criteria used for routing requests.
12022
12060
  */
12023
12061
  interface IntelligentPromptRouterRoutingCriteria {
12062
+ /**
12063
+ * The criteria's response quality difference.
12064
+ */
12024
12065
  responseQualityDifference: number;
12025
12066
  }
12026
12067
  /**
@@ -16123,6 +16164,11 @@ export declare namespace cloudfront {
16123
16164
  * The origin protocol policy for the CloudFront VPC origin endpoint configuration.
16124
16165
  */
16125
16166
  originProtocolPolicy?: string;
16167
+ /**
16168
+ * Specifies the minimum SSL/TLS protocol that CloudFront uses when connecting to your origin over HTTPS. Valid values include `SSLv3` , `TLSv1` , `TLSv1.1` , and `TLSv1.2` .
16169
+ *
16170
+ * For more information, see [Minimum Origin SSL Protocol](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginSSLProtocols) in the *Amazon CloudFront Developer Guide* .
16171
+ */
16126
16172
  originSslProtocols?: string[];
16127
16173
  }
16128
16174
  }
@@ -16506,6 +16552,10 @@ export declare namespace codebuild {
16506
16552
  * The amount of disk space of the instance type included in your fleet.
16507
16553
  */
16508
16554
  disk?: number;
16555
+ /**
16556
+ * The EC2 instance type to be launched in your fleet.
16557
+ */
16558
+ instanceType?: string;
16509
16559
  /**
16510
16560
  * The machine type of the instance type included in your fleet.
16511
16561
  */
@@ -18424,8 +18474,8 @@ export declare namespace connect {
18424
18474
  minValue: number;
18425
18475
  /**
18426
18476
  * The score assigned to answer values within the range option.
18427
- * *Minimum*: 0
18428
- * *Maximum*: 10
18477
+ * *Minimum*: 0
18478
+ * *Maximum*: 10
18429
18479
  */
18430
18480
  score?: number;
18431
18481
  }
@@ -18465,7 +18515,7 @@ export declare namespace connect {
18465
18515
  interface EvaluationFormQuestion {
18466
18516
  /**
18467
18517
  * The instructions of the section.
18468
- * *Length Constraints*: Minimum length of 0. Maximum length of 1024.
18518
+ * *Length Constraints*: Minimum length of 0. Maximum length of 1024.
18469
18519
  */
18470
18520
  instructions?: string;
18471
18521
  /**
@@ -18474,7 +18524,7 @@ export declare namespace connect {
18474
18524
  notApplicableEnabled?: boolean;
18475
18525
  /**
18476
18526
  * The type of the question.
18477
- * *Allowed values*: ``NUMERIC`` | ``SINGLESELECT`` | ``TEXT``
18527
+ * *Allowed values*: ``NUMERIC`` | ``SINGLESELECT`` | ``TEXT``
18478
18528
  */
18479
18529
  questionType: enums.connect.EvaluationFormQuestionQuestionType;
18480
18530
  /**
@@ -18483,18 +18533,18 @@ export declare namespace connect {
18483
18533
  questionTypeProperties?: outputs.connect.EvaluationFormQuestionTypeProperties;
18484
18534
  /**
18485
18535
  * The identifier of the question. An identifier must be unique within the evaluation form.
18486
- * *Length Constraints*: Minimum length of 1. Maximum length of 40.
18536
+ * *Length Constraints*: Minimum length of 1. Maximum length of 40.
18487
18537
  */
18488
18538
  refId: string;
18489
18539
  /**
18490
18540
  * The title of the question.
18491
- * *Length Constraints*: Minimum length of 1. Maximum length of 350.
18541
+ * *Length Constraints*: Minimum length of 1. Maximum length of 350.
18492
18542
  */
18493
18543
  title: string;
18494
18544
  /**
18495
18545
  * The scoring weight of the section.
18496
- * *Minimum*: 0
18497
- * *Maximum*: 100
18546
+ * *Minimum*: 0
18547
+ * *Maximum*: 100
18498
18548
  */
18499
18549
  weight?: number;
18500
18550
  }
@@ -18517,12 +18567,12 @@ export declare namespace connect {
18517
18567
  interface EvaluationFormScoringStrategy {
18518
18568
  /**
18519
18569
  * The scoring mode of the evaluation form.
18520
- * *Allowed values*: ``QUESTION_ONLY`` | ``SECTION_ONLY``
18570
+ * *Allowed values*: ``QUESTION_ONLY`` | ``SECTION_ONLY``
18521
18571
  */
18522
18572
  mode: enums.connect.EvaluationFormScoringStrategyMode;
18523
18573
  /**
18524
18574
  * The scoring status of the evaluation form.
18525
- * *Allowed values*: ``ENABLED`` | ``DISABLED``
18575
+ * *Allowed values*: ``ENABLED`` | ``DISABLED``
18526
18576
  */
18527
18577
  status: enums.connect.EvaluationFormScoringStrategyStatus;
18528
18578
  }
@@ -18536,23 +18586,23 @@ export declare namespace connect {
18536
18586
  instructions?: string;
18537
18587
  /**
18538
18588
  * The items of the section.
18539
- * *Minimum*: 1
18589
+ * *Minimum*: 1
18540
18590
  */
18541
18591
  items?: outputs.connect.EvaluationFormItem[];
18542
18592
  /**
18543
18593
  * The identifier of the section. An identifier must be unique within the evaluation form.
18544
- * *Length Constraints*: Minimum length of 1. Maximum length of 40.
18594
+ * *Length Constraints*: Minimum length of 1. Maximum length of 40.
18545
18595
  */
18546
18596
  refId: string;
18547
18597
  /**
18548
18598
  * The title of the section.
18549
- * *Length Constraints*: Minimum length of 1. Maximum length of 128.
18599
+ * *Length Constraints*: Minimum length of 1. Maximum length of 128.
18550
18600
  */
18551
18601
  title: string;
18552
18602
  /**
18553
18603
  * The scoring weight of the section.
18554
- * *Minimum*: 0
18555
- * *Maximum*: 100
18604
+ * *Minimum*: 0
18605
+ * *Maximum*: 100
18556
18606
  */
18557
18607
  weight?: number;
18558
18608
  }
@@ -18562,13 +18612,13 @@ export declare namespace connect {
18562
18612
  interface EvaluationFormSingleSelectQuestionAutomation {
18563
18613
  /**
18564
18614
  * The identifier of the default answer option, when none of the automation options match the criteria.
18565
- * *Length Constraints*: Minimum length of 1. Maximum length of 40.
18615
+ * *Length Constraints*: Minimum length of 1. Maximum length of 40.
18566
18616
  */
18567
18617
  defaultOptionRefId?: string;
18568
18618
  /**
18569
18619
  * The automation options of the single select question.
18570
- * *Minimum*: 1
18571
- * *Maximum*: 20
18620
+ * *Minimum*: 1
18621
+ * *Maximum*: 20
18572
18622
  */
18573
18623
  options: outputs.connect.EvaluationFormSingleSelectQuestionAutomationOption[];
18574
18624
  }
@@ -18591,18 +18641,18 @@ export declare namespace connect {
18591
18641
  automaticFail?: boolean;
18592
18642
  /**
18593
18643
  * The identifier of the answer option. An identifier must be unique within the question.
18594
- * *Length Constraints*: Minimum length of 1. Maximum length of 40.
18644
+ * *Length Constraints*: Minimum length of 1. Maximum length of 40.
18595
18645
  */
18596
18646
  refId: string;
18597
18647
  /**
18598
18648
  * The score assigned to the answer option.
18599
- * *Minimum*: 0
18600
- * *Maximum*: 10
18649
+ * *Minimum*: 0
18650
+ * *Maximum*: 10
18601
18651
  */
18602
18652
  score?: number;
18603
18653
  /**
18604
18654
  * The title of the answer option.
18605
- * *Length Constraints*: Minimum length of 1. Maximum length of 128.
18655
+ * *Length Constraints*: Minimum length of 1. Maximum length of 128.
18606
18656
  */
18607
18657
  text: string;
18608
18658
  }
@@ -18616,36 +18666,36 @@ export declare namespace connect {
18616
18666
  automation?: outputs.connect.EvaluationFormSingleSelectQuestionAutomation;
18617
18667
  /**
18618
18668
  * The display mode of the single select question.
18619
- * *Allowed values*: ``DROPDOWN`` | ``RADIO``
18669
+ * *Allowed values*: ``DROPDOWN`` | ``RADIO``
18620
18670
  */
18621
18671
  displayAs?: enums.connect.EvaluationFormSingleSelectQuestionPropertiesDisplayAs;
18622
18672
  /**
18623
18673
  * The answer options of the single select question.
18624
- * *Minimum*: 2
18625
- * *Maximum*: 256
18674
+ * *Minimum*: 2
18675
+ * *Maximum*: 256
18626
18676
  */
18627
18677
  options: outputs.connect.EvaluationFormSingleSelectQuestionOption[];
18628
18678
  }
18629
18679
  /**
18630
18680
  * Information about the automation option based on a rule category for a single select question.
18631
- * *Length Constraints*: Minimum length of 1. Maximum length of 50.
18681
+ * *Length Constraints*: Minimum length of 1. Maximum length of 50.
18632
18682
  */
18633
18683
  interface EvaluationFormSingleSelectQuestionRuleCategoryAutomation {
18634
18684
  /**
18635
18685
  * The category name, as defined in Rules.
18636
- * *Minimum*: 1
18637
- * *Maximum*: 50
18686
+ * *Minimum*: 1
18687
+ * *Maximum*: 50
18638
18688
  */
18639
18689
  category: string;
18640
18690
  /**
18641
18691
  * The condition to apply for the automation option. If the condition is PRESENT, then the option is applied when the contact data includes the category. Similarly, if the condition is NOT_PRESENT, then the option is applied when the contact data does not include the category.
18642
- * *Allowed values*: ``PRESENT`` | ``NOT_PRESENT``
18643
- * *Maximum*: 50
18692
+ * *Allowed values*: ``PRESENT`` | ``NOT_PRESENT``
18693
+ * *Maximum*: 50
18644
18694
  */
18645
18695
  condition: enums.connect.EvaluationFormSingleSelectQuestionRuleCategoryAutomationCondition;
18646
18696
  /**
18647
18697
  * The identifier of the answer option. An identifier must be unique within the question.
18648
- * *Length Constraints*: Minimum length of 1. Maximum length of 40.
18698
+ * *Length Constraints*: Minimum length of 1. Maximum length of 40.
18649
18699
  */
18650
18700
  optionRefId: string;
18651
18701
  }
@@ -22251,6 +22301,9 @@ export declare namespace datazone {
22251
22301
  * The single-sign on configuration of the Amazon DataZone domain.
22252
22302
  */
22253
22303
  interface DomainSingleSignOn {
22304
+ /**
22305
+ * The ARN of the IDC instance.
22306
+ */
22254
22307
  idcInstanceArn?: string;
22255
22308
  /**
22256
22309
  * The type of single sign-on in Amazon DataZone.
@@ -24833,7 +24886,7 @@ export declare namespace ec2 {
24833
24886
  }
24834
24887
  /**
24835
24888
  * Specifies a block device mapping for a launch template. You must specify ``DeviceName`` plus exactly one of the following properties: ``Ebs``, ``NoDevice``, or ``VirtualName``.
24836
- * ``BlockDeviceMapping`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
24889
+ * ``BlockDeviceMapping`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
24837
24890
  */
24838
24891
  interface LaunchTemplateBlockDeviceMapping {
24839
24892
  /**
@@ -24855,14 +24908,14 @@ export declare namespace ec2 {
24855
24908
  }
24856
24909
  /**
24857
24910
  * Specifies an instance's Capacity Reservation targeting option. You can specify only one option at a time.
24858
- * ``CapacityReservationSpecification`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
24911
+ * ``CapacityReservationSpecification`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
24859
24912
  */
24860
24913
  interface LaunchTemplateCapacityReservationSpecification {
24861
24914
  /**
24862
24915
  * Indicates the instance's Capacity Reservation preferences. Possible preferences include:
24863
- * + ``capacity-reservations-only`` - The instance will only run in a Capacity Reservation or Capacity Reservation group. If capacity isn't available, the instance will fail to launch.
24864
- * + ``open`` - The instance can run in any ``open`` Capacity Reservation that has matching attributes (instance type, platform, Availability Zone, tenancy).
24865
- * + ``none`` - The instance avoids running in a Capacity Reservation even if one is available. The instance runs in On-Demand capacity.
24916
+ * + ``capacity-reservations-only`` - The instance will only run in a Capacity Reservation or Capacity Reservation group. If capacity isn't available, the instance will fail to launch.
24917
+ * + ``open`` - The instance can run in any ``open`` Capacity Reservation that has matching attributes (instance type, platform, Availability Zone, tenancy).
24918
+ * + ``none`` - The instance avoids running in a Capacity Reservation even if one is available. The instance runs in On-Demand capacity.
24866
24919
  */
24867
24920
  capacityReservationPreference?: string;
24868
24921
  /**
@@ -24872,7 +24925,7 @@ export declare namespace ec2 {
24872
24925
  }
24873
24926
  /**
24874
24927
  * Specifies a target Capacity Reservation.
24875
- * ``CapacityReservationTarget`` is a property of the [Amazon EC2 LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) property type.
24928
+ * ``CapacityReservationTarget`` is a property of the [Amazon EC2 LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) property type.
24876
24929
  */
24877
24930
  interface LaunchTemplateCapacityReservationTarget {
24878
24931
  /**
@@ -24912,7 +24965,7 @@ export declare namespace ec2 {
24912
24965
  }
24913
24966
  /**
24914
24967
  * Specifies the CPU options for an instance. For more information, see [Optimize CPU options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-optimize-cpu.html) in the *User Guide*.
24915
- * ``CpuOptions`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
24968
+ * ``CpuOptions`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
24916
24969
  */
24917
24970
  interface LaunchTemplateCpuOptions {
24918
24971
  /**
@@ -24930,7 +24983,7 @@ export declare namespace ec2 {
24930
24983
  }
24931
24984
  /**
24932
24985
  * Specifies the credit option for CPU usage of a T2, T3, or T3a instance.
24933
- * ``CreditSpecification`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
24986
+ * ``CreditSpecification`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
24934
24987
  */
24935
24988
  interface LaunchTemplateCreditSpecification {
24936
24989
  /**
@@ -25021,11 +25074,11 @@ export declare namespace ec2 {
25021
25074
  * You must specify ``VCpuCount`` and ``MemoryMiB``. All other attributes are optional. Any unspecified optional attribute is set to its default.
25022
25075
  * When you specify multiple attributes, you get instance types that satisfy all of the specified attributes. If you specify multiple values for an attribute, you get instance types that satisfy any of the specified values.
25023
25076
  * To limit the list of instance types from which Amazon EC2 can identify matching instance types, you can use one of the following parameters, but not both in the same request:
25024
- * + ``AllowedInstanceTypes`` - The instance types to include in the list. All other instance types are ignored, even if they match your specified attributes.
25025
- * + ``ExcludedInstanceTypes`` - The instance types to exclude from the list, even if they match your specified attributes.
25077
+ * + ``AllowedInstanceTypes`` - The instance types to include in the list. All other instance types are ignored, even if they match your specified attributes.
25078
+ * + ``ExcludedInstanceTypes`` - The instance types to exclude from the list, even if they match your specified attributes.
25026
25079
  *
25027
25080
  * If you specify ``InstanceRequirements``, you can't specify ``InstanceType``.
25028
- * Attribute-based instance type selection is only supported when using Auto Scaling groups, EC2 Fleet, and Spot Fleet to launch instances. If you plan to use the launch template in the [launch instance wizard](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-instance-wizard.html), or with the [RunInstances](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html) API or [AWS::EC2::Instance](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html) AWS CloudFormation resource, you can't specify ``InstanceRequirements``.
25081
+ * Attribute-based instance type selection is only supported when using Auto Scaling groups, EC2 Fleet, and Spot Fleet to launch instances. If you plan to use the launch template in the [launch instance wizard](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-instance-wizard.html), or with the [RunInstances](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html) API or [AWS::EC2::Instance](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html)AWS CloudFormation resource, you can't specify ``InstanceRequirements``.
25029
25082
  * For more information, see [Specify attributes for instance type selection for EC2 Fleet or Spot Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html) and [Spot placement score](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html) in the *Amazon EC2 User Guide*.
25030
25083
  */
25031
25084
  instanceRequirements?: outputs.ec2.LaunchTemplateInstanceRequirements;
@@ -25104,7 +25157,7 @@ export declare namespace ec2 {
25104
25157
  }
25105
25158
  /**
25106
25159
  * Parameters for a block device for an EBS volume in an Amazon EC2 launch template.
25107
- * ``Ebs`` is a property of [AWS::EC2::LaunchTemplate BlockDeviceMapping](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-blockdevicemapping.html).
25160
+ * ``Ebs`` is a property of [AWS::EC2::LaunchTemplate BlockDeviceMapping](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-blockdevicemapping.html).
25108
25161
  */
25109
25162
  interface LaunchTemplateEbs {
25110
25163
  /**
@@ -25118,9 +25171,9 @@ export declare namespace ec2 {
25118
25171
  /**
25119
25172
  * The number of I/O operations per second (IOPS). For ``gp3``, ``io1``, and ``io2`` volumes, this represents the number of IOPS that are provisioned for the volume. For ``gp2`` volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.
25120
25173
  * The following are the supported values for each volume type:
25121
- * + ``gp3``: 3,000 - 16,000 IOPS
25122
- * + ``io1``: 100 - 64,000 IOPS
25123
- * + ``io2``: 100 - 256,000 IOPS
25174
+ * + ``gp3``: 3,000 - 16,000 IOPS
25175
+ * + ``io1``: 100 - 64,000 IOPS
25176
+ * + ``io2``: 100 - 256,000 IOPS
25124
25177
  *
25125
25178
  * For ``io2`` volumes, you can achieve up to 256,000 IOPS on [instances built on the Nitro System](https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html). On other instances, you can achieve performance up to 32,000 IOPS.
25126
25179
  * This parameter is supported for ``io1``, ``io2``, and ``gp3`` volumes only.
@@ -25139,13 +25192,14 @@ export declare namespace ec2 {
25139
25192
  * Valid Range: Minimum value of 125. Maximum value of 1000.
25140
25193
  */
25141
25194
  throughput?: number;
25195
+ volumeInitializationRate?: number;
25142
25196
  /**
25143
25197
  * The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. The following are the supported volumes sizes for each volume type:
25144
- * + ``gp2`` and ``gp3``: 1 - 16,384 GiB
25145
- * + ``io1``: 4 - 16,384 GiB
25146
- * + ``io2``: 4 - 65,536 GiB
25147
- * + ``st1`` and ``sc1``: 125 - 16,384 GiB
25148
- * + ``standard``: 1 - 1024 GiB
25198
+ * + ``gp2`` and ``gp3``: 1 - 16,384 GiB
25199
+ * + ``io1``: 4 - 16,384 GiB
25200
+ * + ``io2``: 4 - 65,536 GiB
25201
+ * + ``st1`` and ``sc1``: 125 - 16,384 GiB
25202
+ * + ``standard``: 1 - 1024 GiB
25149
25203
  */
25150
25204
  volumeSize?: number;
25151
25205
  /**
@@ -25156,7 +25210,7 @@ export declare namespace ec2 {
25156
25210
  /**
25157
25211
  * Amazon Elastic Graphics reached end of life on January 8, 2024.
25158
25212
  * Specifies a specification for an Elastic GPU for an Amazon EC2 launch template.
25159
- * ``ElasticGpuSpecification`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
25213
+ * ``ElasticGpuSpecification`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
25160
25214
  */
25161
25215
  interface LaunchTemplateElasticGpuSpecification {
25162
25216
  /**
@@ -25167,7 +25221,7 @@ export declare namespace ec2 {
25167
25221
  /**
25168
25222
  * Amazon Elastic Inference is no longer available.
25169
25223
  * Specifies an elastic inference accelerator.
25170
- * ``LaunchTemplateElasticInferenceAccelerator`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
25224
+ * ``LaunchTemplateElasticInferenceAccelerator`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
25171
25225
  */
25172
25226
  interface LaunchTemplateElasticInferenceAccelerator {
25173
25227
  /**
@@ -25214,7 +25268,7 @@ export declare namespace ec2 {
25214
25268
  }
25215
25269
  /**
25216
25270
  * Specifies whether your instance is configured for hibernation. This parameter is valid only if the instance meets the [hibernation prerequisites](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html#hibernating-prerequisites). For more information, see [Hibernate Your Instance](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Hibernate.html) in the *Amazon EC2 User Guide*.
25217
- * ``HibernationOptions`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
25271
+ * ``HibernationOptions`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
25218
25272
  */
25219
25273
  interface LaunchTemplateHibernationOptions {
25220
25274
  /**
@@ -25226,7 +25280,7 @@ export declare namespace ec2 {
25226
25280
  /**
25227
25281
  * Specifies an IAM instance profile, which is a container for an IAM role for your instance. You can use an IAM role to distribute your AWS credentials to your instances.
25228
25282
  * If you are creating the launch template for use with an ASlong group, you can specify either the name or the ARN of the instance profile, but not both.
25229
- * ``IamInstanceProfile`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
25283
+ * ``IamInstanceProfile`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
25230
25284
  */
25231
25285
  interface LaunchTemplateIamInstanceProfile {
25232
25286
  /**
@@ -25240,7 +25294,7 @@ export declare namespace ec2 {
25240
25294
  }
25241
25295
  /**
25242
25296
  * Specifies the market (purchasing) option for an instance.
25243
- * ``InstanceMarketOptions`` is a property of the [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
25297
+ * ``InstanceMarketOptions`` is a property of the [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
25244
25298
  */
25245
25299
  interface LaunchTemplateInstanceMarketOptions {
25246
25300
  /**
@@ -25257,11 +25311,11 @@ export declare namespace ec2 {
25257
25311
  * You must specify ``VCpuCount`` and ``MemoryMiB``. All other attributes are optional. Any unspecified optional attribute is set to its default.
25258
25312
  * When you specify multiple attributes, you get instance types that satisfy all of the specified attributes. If you specify multiple values for an attribute, you get instance types that satisfy any of the specified values.
25259
25313
  * To limit the list of instance types from which Amazon EC2 can identify matching instance types, you can use one of the following parameters, but not both in the same request:
25260
- * + ``AllowedInstanceTypes`` - The instance types to include in the list. All other instance types are ignored, even if they match your specified attributes.
25261
- * + ``ExcludedInstanceTypes`` - The instance types to exclude from the list, even if they match your specified attributes.
25314
+ * + ``AllowedInstanceTypes`` - The instance types to include in the list. All other instance types are ignored, even if they match your specified attributes.
25315
+ * + ``ExcludedInstanceTypes`` - The instance types to exclude from the list, even if they match your specified attributes.
25262
25316
  *
25263
25317
  * If you specify ``InstanceRequirements``, you can't specify ``InstanceType``.
25264
- * Attribute-based instance type selection is only supported when using Auto Scaling groups, EC2 Fleet, and Spot Fleet to launch instances. If you plan to use the launch template in the [launch instance wizard](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-instance-wizard.html), or with the [RunInstances](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html) API or [AWS::EC2::Instance](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html) AWS CloudFormation resource, you can't specify ``InstanceRequirements``.
25318
+ * Attribute-based instance type selection is only supported when using Auto Scaling groups, EC2 Fleet, and Spot Fleet to launch instances. If you plan to use the launch template in the [launch instance wizard](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-instance-wizard.html), or with the [RunInstances](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RunInstances.html) API or [AWS::EC2::Instance](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance.html)AWS CloudFormation resource, you can't specify ``InstanceRequirements``.
25265
25319
  * For more information, see [Specify attributes for instance type selection for EC2 Fleet or Spot Fleet](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-attribute-based-instance-type-selection.html) and [Spot placement score](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/spot-placement-score.html) in the *Amazon EC2 User Guide*.
25266
25320
  */
25267
25321
  interface LaunchTemplateInstanceRequirements {
@@ -25309,6 +25363,7 @@ export declare namespace ec2 {
25309
25363
  * The accelerator types that must be on the instance type.
25310
25364
  * + For instance types with FPGA accelerators, specify ``fpga``.
25311
25365
  * + For instance types with GPU accelerators, specify ``gpu``.
25366
+ * + For instance types with Inference accelerators, specify ``inference``.
25312
25367
  *
25313
25368
  * Default: Any accelerator type
25314
25369
  */
@@ -25453,7 +25508,7 @@ export declare namespace ec2 {
25453
25508
  }
25454
25509
  /**
25455
25510
  * Specifies an IPv4 prefix for a network interface.
25456
- * ``Ipv4PrefixSpecification`` is a property of [AWS::EC2::LaunchTemplate NetworkInterface](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html).
25511
+ * ``Ipv4PrefixSpecification`` is a property of [AWS::EC2::LaunchTemplate NetworkInterface](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html).
25457
25512
  */
25458
25513
  interface LaunchTemplateIpv4PrefixSpecification {
25459
25514
  /**
@@ -25463,7 +25518,7 @@ export declare namespace ec2 {
25463
25518
  }
25464
25519
  /**
25465
25520
  * Specifies an IPv6 address in an Amazon EC2 launch template.
25466
- * ``Ipv6Add`` is a property of [AWS::EC2::LaunchTemplate NetworkInterface](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html).
25521
+ * ``Ipv6Add`` is a property of [AWS::EC2::LaunchTemplate NetworkInterface](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html).
25467
25522
  */
25468
25523
  interface LaunchTemplateIpv6Add {
25469
25524
  /**
@@ -25473,7 +25528,7 @@ export declare namespace ec2 {
25473
25528
  }
25474
25529
  /**
25475
25530
  * Specifies an IPv6 prefix for a network interface.
25476
- * ``Ipv6PrefixSpecification`` is a property of [AWS::EC2::LaunchTemplate NetworkInterface](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html).
25531
+ * ``Ipv6PrefixSpecification`` is a property of [AWS::EC2::LaunchTemplate NetworkInterface](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html).
25477
25532
  */
25478
25533
  interface LaunchTemplateIpv6PrefixSpecification {
25479
25534
  /**
@@ -25483,7 +25538,7 @@ export declare namespace ec2 {
25483
25538
  }
25484
25539
  /**
25485
25540
  * Specifies a license configuration for an instance.
25486
- * ``LicenseSpecification`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
25541
+ * ``LicenseSpecification`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
25487
25542
  */
25488
25543
  interface LaunchTemplateLicenseSpecification {
25489
25544
  /**
@@ -25528,7 +25583,7 @@ export declare namespace ec2 {
25528
25583
  }
25529
25584
  /**
25530
25585
  * The metadata options for the instance. For more information, see [Instance metadata and user data](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html) in the *Amazon EC2 User Guide*.
25531
- * ``MetadataOptions`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
25586
+ * ``MetadataOptions`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
25532
25587
  */
25533
25588
  interface LaunchTemplateMetadataOptions {
25534
25589
  /**
@@ -25549,8 +25604,8 @@ export declare namespace ec2 {
25549
25604
  httpPutResponseHopLimit?: number;
25550
25605
  /**
25551
25606
  * Indicates whether IMDSv2 is required.
25552
- * + ``optional`` - IMDSv2 is optional. You can choose whether to send a session token in your instance metadata retrieval requests. If you retrieve IAM role credentials without a session token, you receive the IMDSv1 role credentials. If you retrieve IAM role credentials using a valid session token, you receive the IMDSv2 role credentials.
25553
- * + ``required`` - IMDSv2 is required. You must send a session token in your instance metadata retrieval requests. With this option, retrieving the IAM role credentials always returns IMDSv2 credentials; IMDSv1 credentials are not available.
25607
+ * + ``optional`` - IMDSv2 is optional. You can choose whether to send a session token in your instance metadata retrieval requests. If you retrieve IAM role credentials without a session token, you receive the IMDSv1 role credentials. If you retrieve IAM role credentials using a valid session token, you receive the IMDSv2 role credentials.
25608
+ * + ``required`` - IMDSv2 is required. You must send a session token in your instance metadata retrieval requests. With this option, retrieving the IAM role credentials always returns IMDSv2 credentials; IMDSv1 credentials are not available.
25554
25609
  *
25555
25610
  * Default: If the value of ``ImdsSupport`` for the Amazon Machine Image (AMI) for your instance is ``v2.0``, the default is ``required``.
25556
25611
  */
@@ -25563,7 +25618,7 @@ export declare namespace ec2 {
25563
25618
  }
25564
25619
  /**
25565
25620
  * Specifies whether detailed monitoring is enabled for an instance. For more information about detailed monitoring, see [Enable or turn off detailed monitoring for your instances](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-cloudwatch-new.html) in the *User Guide*.
25566
- * ``Monitoring`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
25621
+ * ``Monitoring`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
25567
25622
  */
25568
25623
  interface LaunchTemplateMonitoring {
25569
25624
  /**
@@ -25587,7 +25642,7 @@ export declare namespace ec2 {
25587
25642
  }
25588
25643
  /**
25589
25644
  * Specifies the parameters for a network interface.
25590
- * ``NetworkInterface`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
25645
+ * ``NetworkInterface`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
25591
25646
  */
25592
25647
  interface LaunchTemplateNetworkInterface {
25593
25648
  /**
@@ -25597,7 +25652,7 @@ export declare namespace ec2 {
25597
25652
  associateCarrierIpAddress?: boolean;
25598
25653
  /**
25599
25654
  * Associates a public IPv4 address with eth0 for a new network interface.
25600
- * AWS charges for all public IPv4 addresses, including public IPv4 addresses associated with running instances and Elastic IP addresses. For more information, see the *Public IPv4 Address* tab on the [Amazon VPC pricing page](https://docs.aws.amazon.com/vpc/pricing/).
25655
+ * AWS charges for all public IPv4 addresses, including public IPv4 addresses associated with running instances and Elastic IP addresses. For more information, see the *Public IPv4 Address* tab on the [Amazon VPC pricing page](https://docs.aws.amazon.com/vpc/pricing/).
25601
25656
  */
25602
25657
  associatePublicIpAddress?: boolean;
25603
25658
  /**
@@ -25710,7 +25765,7 @@ export declare namespace ec2 {
25710
25765
  }
25711
25766
  /**
25712
25767
  * Specifies the placement of an instance.
25713
- * ``Placement`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
25768
+ * ``Placement`` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
25714
25769
  */
25715
25770
  interface LaunchTemplatePlacement {
25716
25771
  /**
@@ -25769,7 +25824,7 @@ export declare namespace ec2 {
25769
25824
  }
25770
25825
  /**
25771
25826
  * Specifies a secondary private IPv4 address for a network interface.
25772
- * ``PrivateIpAdd`` is a property of [AWS::EC2::LaunchTemplate NetworkInterface](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html).
25827
+ * ``PrivateIpAdd`` is a property of [AWS::EC2::LaunchTemplate NetworkInterface](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html).
25773
25828
  */
25774
25829
  interface LaunchTemplatePrivateIpAdd {
25775
25830
  /**
@@ -25790,13 +25845,13 @@ export declare namespace ec2 {
25790
25845
  * Ensure that you specify the correct value for the instance family. The instance family is everything before the period (``.``) in the instance type name. For example, in the instance type ``c6i.large``, the instance family is ``c6i``, not ``c6``. For more information, see [Amazon EC2 instance type naming conventions](https://docs.aws.amazon.com/ec2/latest/instancetypes/instance-type-names.html) in *Amazon EC2 Instance Types*.
25791
25846
  * The following instance families are *not supported* for performance protection:
25792
25847
  * + ``c1``
25793
- * + ``g3`` | ``g3s``
25848
+ * + ``g3`` | ``g3s``
25794
25849
  * + ``hpc7g``
25795
- * + ``m1`` | ``m2``
25796
- * + ``mac1`` | ``mac2`` | ``mac2-m1ultra`` | ``mac2-m2`` | ``mac2-m2pro``
25797
- * + ``p3dn`` | ``p4d`` | ``p5``
25850
+ * + ``m1`` | ``m2``
25851
+ * + ``mac1`` | ``mac2`` | ``mac2-m1ultra`` | ``mac2-m2`` | ``mac2-m2pro``
25852
+ * + ``p3dn`` | ``p4d`` | ``p5``
25798
25853
  * + ``t1``
25799
- * + ``u-12tb1`` | ``u-18tb1`` | ``u-24tb1`` | ``u-3tb1`` | ``u-6tb1`` | ``u-9tb1`` | ``u7i-12tb`` | ``u7in-16tb`` | ``u7in-24tb`` | ``u7in-32tb``
25854
+ * + ``u-12tb1`` | ``u-18tb1`` | ``u-24tb1`` | ``u-3tb1`` | ``u-6tb1`` | ``u-9tb1`` | ``u7i-12tb`` | ``u7in-16tb`` | ``u7in-24tb`` | ``u7in-32tb``
25800
25855
  *
25801
25856
  * If you enable performance protection by specifying a supported instance family, the returned instance types will exclude the above unsupported instance families.
25802
25857
  */
@@ -25804,7 +25859,7 @@ export declare namespace ec2 {
25804
25859
  }
25805
25860
  /**
25806
25861
  * Specifies options for Spot Instances.
25807
- * ``SpotOptions`` is a property of [AWS::EC2::LaunchTemplate InstanceMarketOptions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions.html).
25862
+ * ``SpotOptions`` is a property of [AWS::EC2::LaunchTemplate InstanceMarketOptions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancemarketoptions.html).
25808
25863
  */
25809
25864
  interface LaunchTemplateSpotOptions {
25810
25865
  /**
@@ -25850,7 +25905,7 @@ export declare namespace ec2 {
25850
25905
  /**
25851
25906
  * Specifies the tags to apply to the launch template during creation.
25852
25907
  * To specify the tags for the resources that are created during instance launch, use [AWS::EC2::LaunchTemplate TagSpecification](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-tagspecification.html).
25853
- * ``LaunchTemplateTagSpecification`` is a property of [AWS::EC2::LaunchTemplate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html).
25908
+ * ``LaunchTemplateTagSpecification`` is a property of [AWS::EC2::LaunchTemplate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html).
25854
25909
  */
25855
25910
  interface LaunchTemplateTagSpecification {
25856
25911
  /**
@@ -27649,7 +27704,7 @@ export declare namespace ec2 {
27649
27704
  }
27650
27705
  /**
27651
27706
  * Specifies the tags to apply to resources that are created during instance launch.
27652
- * ``TagSpecification`` is a property type of [TagSpecifications](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-tagspecifications). [TagSpecifications](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-tagspecifications) is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
27707
+ * ``TagSpecification`` is a property type of [TagSpecifications](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-tagspecifications). [TagSpecifications](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-tagspecifications) is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html).
27653
27708
  */
27654
27709
  interface TagSpecification {
27655
27710
  /**
@@ -28222,20 +28277,29 @@ export declare namespace ec2 {
28222
28277
  }
28223
28278
  export declare namespace ecr {
28224
28279
  /**
28225
- * The details of a scanning repository filter.
28280
+ * The filter settings used with image replication. Specifying a repository filter to a replication rule provides a method for controlling which repositories in a private registry are replicated. If no filters are added, the contents of all repositories are replicated.
28226
28281
  */
28227
28282
  interface RegistryScanningConfigurationRepositoryFilter {
28283
+ /**
28284
+ * The filter to use when scanning.
28285
+ */
28228
28286
  filter: string;
28287
+ /**
28288
+ * The type associated with the filter.
28289
+ */
28229
28290
  filterType: enums.ecr.RegistryScanningConfigurationFilterType;
28230
28291
  }
28231
28292
  /**
28232
- * A rule representing the details of a scanning configuration.
28293
+ * The scanning rules associated with the registry.
28233
28294
  */
28234
28295
  interface RegistryScanningConfigurationScanningRule {
28235
28296
  /**
28236
- * The repository filters associated with the scanning configuration for a private registry.
28297
+ * The details of a scanning repository filter. For more information on how to use filters, see [Using filters](https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html#image-scanning-filters) in the *Amazon Elastic Container Registry User Guide*.
28237
28298
  */
28238
28299
  repositoryFilters: outputs.ecr.RegistryScanningConfigurationRepositoryFilter[];
28300
+ /**
28301
+ * The frequency that scans are performed at for a private registry. When the ``ENHANCED`` scan type is specified, the supported scan frequencies are ``CONTINUOUS_SCAN`` and ``SCAN_ON_PUSH``. When the ``BASIC`` scan type is specified, the ``SCAN_ON_PUSH`` scan frequency is supported. If scan on push is not specified, then the ``MANUAL`` scan frequency is set by default.
28302
+ */
28239
28303
  scanFrequency: enums.ecr.RegistryScanningConfigurationScanFrequency;
28240
28304
  }
28241
28305
  /**
@@ -28470,9 +28534,9 @@ export declare namespace ecs {
28470
28534
  logConfiguration?: outputs.ecs.ClusterExecuteCommandLogConfiguration;
28471
28535
  /**
28472
28536
  * The log setting to use for redirecting logs for your execute command results. The following log settings are available.
28473
- * + ``NONE``: The execute command session is not logged.
28474
- * + ``DEFAULT``: The ``awslogs`` configuration in the task definition is used. If no logging parameter is specified, it defaults to this value. If no ``awslogs`` log driver is configured in the task definition, the output won't be logged.
28475
- * + ``OVERRIDE``: Specify the logging details as a part of ``logConfiguration``. If the ``OVERRIDE`` logging option is specified, the ``logConfiguration`` is required.
28537
+ * + ``NONE``: The execute command session is not logged.
28538
+ * + ``DEFAULT``: The ``awslogs`` configuration in the task definition is used. If no logging parameter is specified, it defaults to this value. If no ``awslogs`` log driver is configured in the task definition, the output won't be logged.
28539
+ * + ``OVERRIDE``: Specify the logging details as a part of ``logConfiguration``. If the ``OVERRIDE`` logging option is specified, the ``logConfiguration`` is required.
28476
28540
  */
28477
28541
  logging?: string;
28478
28542
  }
@@ -28941,6 +29005,7 @@ export declare namespace ecs {
28941
29005
  * This parameter is only supported for the ``gp3`` volume type.
28942
29006
  */
28943
29007
  throughput?: number;
29008
+ volumeInitializationRate?: number;
28944
29009
  /**
28945
29010
  * The volume type. This parameter maps 1:1 with the ``VolumeType`` parameter of the [CreateVolume API](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVolume.html) in the *Amazon EC2 API Reference*. For more information, see [Amazon EBS volume types](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ebs-volume-types.html) in the *Amazon EC2 User Guide*.
28946
29011
  * The following are the supported volume types.
@@ -31000,28 +31065,28 @@ export declare namespace elasticloadbalancingv2 {
31000
31065
  /**
31001
31066
  * The name of the attribute.
31002
31067
  * The following attribute is supported by Network Load Balancers, and Gateway Load Balancers.
31003
- * + ``tcp.idle_timeout.seconds`` - The tcp idle timeout value, in seconds. The valid range is 60-6000 seconds. The default is 350 seconds.
31068
+ * + ``tcp.idle_timeout.seconds`` - The tcp idle timeout value, in seconds. The valid range is 60-6000 seconds. The default is 350 seconds.
31004
31069
  *
31005
31070
  * The following attributes are only supported by Application Load Balancers.
31006
- * + ``routing.http.request.x_amzn_mtls_clientcert_serial_number.header_name`` - Enables you to modify the header name of the *X-Amzn-Mtls-Clientcert-Serial-Number* HTTP request header.
31007
- * + ``routing.http.request.x_amzn_mtls_clientcert_issuer.header_name`` - Enables you to modify the header name of the *X-Amzn-Mtls-Clientcert-Issuer* HTTP request header.
31008
- * + ``routing.http.request.x_amzn_mtls_clientcert_subject.header_name`` - Enables you to modify the header name of the *X-Amzn-Mtls-Clientcert-Subject* HTTP request header.
31009
- * + ``routing.http.request.x_amzn_mtls_clientcert_validity.header_name`` - Enables you to modify the header name of the *X-Amzn-Mtls-Clientcert-Validity* HTTP request header.
31010
- * + ``routing.http.request.x_amzn_mtls_clientcert_leaf.header_name`` - Enables you to modify the header name of the *X-Amzn-Mtls-Clientcert-Leaf* HTTP request header.
31011
- * + ``routing.http.request.x_amzn_mtls_clientcert.header_name`` - Enables you to modify the header name of the *X-Amzn-Mtls-Clientcert* HTTP request header.
31012
- * + ``routing.http.request.x_amzn_tls_version.header_name`` - Enables you to modify the header name of the *X-Amzn-Tls-Version* HTTP request header.
31013
- * + ``routing.http.request.x_amzn_tls_cipher_suite.header_name`` - Enables you to modify the header name of the *X-Amzn-Tls-Cipher-Suite* HTTP request header.
31014
- * + ``routing.http.response.server.enabled`` - Enables you to allow or remove the HTTP response server header.
31015
- * + ``routing.http.response.strict_transport_security.header_value`` - Informs browsers that the site should only be accessed using HTTPS, and that any future attempts to access it using HTTP should automatically be converted to HTTPS.
31016
- * + ``routing.http.response.access_control_allow_origin.header_value`` - Specifies which origins are allowed to access the server.
31017
- * + ``routing.http.response.access_control_allow_methods.header_value`` - Returns which HTTP methods are allowed when accessing the server from a different origin.
31018
- * + ``routing.http.response.access_control_allow_headers.header_value`` - Specifies which headers can be used during the request.
31019
- * + ``routing.http.response.access_control_allow_credentials.header_value`` - Indicates whether the browser should include credentials such as cookies or authentication when making requests.
31020
- * + ``routing.http.response.access_control_expose_headers.header_value`` - Returns which headers the browser can expose to the requesting client.
31021
- * + ``routing.http.response.access_control_max_age.header_value`` - Specifies how long the results of a preflight request can be cached, in seconds.
31022
- * + ``routing.http.response.content_security_policy.header_value`` - Specifies restrictions enforced by the browser to help minimize the risk of certain types of security threats.
31023
- * + ``routing.http.response.x_content_type_options.header_value`` - Indicates whether the MIME types advertised in the *Content-Type* headers should be followed and not be changed.
31024
- * + ``routing.http.response.x_frame_options.header_value`` - Indicates whether the browser is allowed to render a page in a *frame*, *iframe*, *embed* or *object*.
31071
+ * + ``routing.http.request.x_amzn_mtls_clientcert_serial_number.header_name`` - Enables you to modify the header name of the *X-Amzn-Mtls-Clientcert-Serial-Number* HTTP request header.
31072
+ * + ``routing.http.request.x_amzn_mtls_clientcert_issuer.header_name`` - Enables you to modify the header name of the *X-Amzn-Mtls-Clientcert-Issuer* HTTP request header.
31073
+ * + ``routing.http.request.x_amzn_mtls_clientcert_subject.header_name`` - Enables you to modify the header name of the *X-Amzn-Mtls-Clientcert-Subject* HTTP request header.
31074
+ * + ``routing.http.request.x_amzn_mtls_clientcert_validity.header_name`` - Enables you to modify the header name of the *X-Amzn-Mtls-Clientcert-Validity* HTTP request header.
31075
+ * + ``routing.http.request.x_amzn_mtls_clientcert_leaf.header_name`` - Enables you to modify the header name of the *X-Amzn-Mtls-Clientcert-Leaf* HTTP request header.
31076
+ * + ``routing.http.request.x_amzn_mtls_clientcert.header_name`` - Enables you to modify the header name of the *X-Amzn-Mtls-Clientcert* HTTP request header.
31077
+ * + ``routing.http.request.x_amzn_tls_version.header_name`` - Enables you to modify the header name of the *X-Amzn-Tls-Version* HTTP request header.
31078
+ * + ``routing.http.request.x_amzn_tls_cipher_suite.header_name`` - Enables you to modify the header name of the *X-Amzn-Tls-Cipher-Suite* HTTP request header.
31079
+ * + ``routing.http.response.server.enabled`` - Enables you to allow or remove the HTTP response server header.
31080
+ * + ``routing.http.response.strict_transport_security.header_value`` - Informs browsers that the site should only be accessed using HTTPS, and that any future attempts to access it using HTTP should automatically be converted to HTTPS.
31081
+ * + ``routing.http.response.access_control_allow_origin.header_value`` - Specifies which origins are allowed to access the server.
31082
+ * + ``routing.http.response.access_control_allow_methods.header_value`` - Returns which HTTP methods are allowed when accessing the server from a different origin.
31083
+ * + ``routing.http.response.access_control_allow_headers.header_value`` - Specifies which headers can be used during the request.
31084
+ * + ``routing.http.response.access_control_allow_credentials.header_value`` - Indicates whether the browser should include credentials such as cookies or authentication when making requests.
31085
+ * + ``routing.http.response.access_control_expose_headers.header_value`` - Returns which headers the browser can expose to the requesting client.
31086
+ * + ``routing.http.response.access_control_max_age.header_value`` - Specifies how long the results of a preflight request can be cached, in seconds.
31087
+ * + ``routing.http.response.content_security_policy.header_value`` - Specifies restrictions enforced by the browser to help minimize the risk of certain types of security threats.
31088
+ * + ``routing.http.response.x_content_type_options.header_value`` - Indicates whether the MIME types advertised in the *Content-Type* headers should be followed and not be changed.
31089
+ * + ``routing.http.response.x_frame_options.header_value`` - Indicates whether the browser is allowed to render a page in a *frame*, *iframe*, *embed* or *object*.
31025
31090
  */
31026
31091
  key?: string;
31027
31092
  /**
@@ -31634,37 +31699,37 @@ export declare namespace elasticloadbalancingv2 {
31634
31699
  /**
31635
31700
  * The name of the attribute.
31636
31701
  * The following attributes are supported by all load balancers:
31637
- * + ``deletion_protection.enabled`` - Indicates whether deletion protection is enabled. The value is ``true`` or ``false``. The default is ``false``.
31638
- * + ``load_balancing.cross_zone.enabled`` - Indicates whether cross-zone load balancing is enabled. The possible values are ``true`` and ``false``. The default for Network Load Balancers and Gateway Load Balancers is ``false``. The default for Application Load Balancers is ``true``, and can't be changed.
31702
+ * + ``deletion_protection.enabled`` - Indicates whether deletion protection is enabled. The value is ``true`` or ``false``. The default is ``false``.
31703
+ * + ``load_balancing.cross_zone.enabled`` - Indicates whether cross-zone load balancing is enabled. The possible values are ``true`` and ``false``. The default for Network Load Balancers and Gateway Load Balancers is ``false``. The default for Application Load Balancers is ``true``, and can't be changed.
31639
31704
  *
31640
31705
  * The following attributes are supported by both Application Load Balancers and Network Load Balancers:
31641
- * + ``access_logs.s3.enabled`` - Indicates whether access logs are enabled. The value is ``true`` or ``false``. The default is ``false``.
31642
- * + ``access_logs.s3.bucket`` - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.
31643
- * + ``access_logs.s3.prefix`` - The prefix for the location in the S3 bucket for the access logs.
31644
- * + ``ipv6.deny_all_igw_traffic`` - Blocks internet gateway (IGW) access to the load balancer. It is set to ``false`` for internet-facing load balancers and ``true`` for internal load balancers, preventing unintended access to your internal load balancer through an internet gateway.
31645
- * + ``zonal_shift.config.enabled`` - Indicates whether zonal shift is enabled. The possible values are ``true`` and ``false``. The default is ``false``.
31706
+ * + ``access_logs.s3.enabled`` - Indicates whether access logs are enabled. The value is ``true`` or ``false``. The default is ``false``.
31707
+ * + ``access_logs.s3.bucket`` - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.
31708
+ * + ``access_logs.s3.prefix`` - The prefix for the location in the S3 bucket for the access logs.
31709
+ * + ``ipv6.deny_all_igw_traffic`` - Blocks internet gateway (IGW) access to the load balancer. It is set to ``false`` for internet-facing load balancers and ``true`` for internal load balancers, preventing unintended access to your internal load balancer through an internet gateway.
31710
+ * + ``zonal_shift.config.enabled`` - Indicates whether zonal shift is enabled. The possible values are ``true`` and ``false``. The default is ``false``.
31646
31711
  *
31647
31712
  * The following attributes are supported by only Application Load Balancers:
31648
- * + ``idle_timeout.timeout_seconds`` - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.
31649
- * + ``client_keep_alive.seconds`` - The client keep alive value, in seconds. The valid range is 60-604800 seconds. The default is 3600 seconds.
31650
- * + ``connection_logs.s3.enabled`` - Indicates whether connection logs are enabled. The value is ``true`` or ``false``. The default is ``false``.
31651
- * + ``connection_logs.s3.bucket`` - The name of the S3 bucket for the connection logs. This attribute is required if connection logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.
31652
- * + ``connection_logs.s3.prefix`` - The prefix for the location in the S3 bucket for the connection logs.
31653
- * + ``routing.http.desync_mitigation_mode`` - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are ``monitor``, ``defensive``, and ``strictest``. The default is ``defensive``.
31654
- * + ``routing.http.drop_invalid_header_fields.enabled`` - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (``true``) or routed to targets (``false``). The default is ``false``.
31655
- * + ``routing.http.preserve_host_header.enabled`` - Indicates whether the Application Load Balancer should preserve the ``Host`` header in the HTTP request and send it to the target without any change. The possible values are ``true`` and ``false``. The default is ``false``.
31656
- * + ``routing.http.x_amzn_tls_version_and_cipher_suite.enabled`` - Indicates whether the two headers (``x-amzn-tls-version`` and ``x-amzn-tls-cipher-suite``), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. The ``x-amzn-tls-version`` header has information about the TLS protocol version negotiated with the client, and the ``x-amzn-tls-cipher-suite`` header has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute are ``true`` and ``false``. The default is ``false``.
31657
- * + ``routing.http.xff_client_port.enabled`` - Indicates whether the ``X-Forwarded-For`` header should preserve the source port that the client used to connect to the load balancer. The possible values are ``true`` and ``false``. The default is ``false``.
31658
- * + ``routing.http.xff_header_processing.mode`` - Enables you to modify, preserve, or remove the ``X-Forwarded-For`` header in the HTTP request before the Application Load Balancer sends the request to the target. The possible values are ``append``, ``preserve``, and ``remove``. The default is ``append``.
31713
+ * + ``idle_timeout.timeout_seconds`` - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.
31714
+ * + ``client_keep_alive.seconds`` - The client keep alive value, in seconds. The valid range is 60-604800 seconds. The default is 3600 seconds.
31715
+ * + ``connection_logs.s3.enabled`` - Indicates whether connection logs are enabled. The value is ``true`` or ``false``. The default is ``false``.
31716
+ * + ``connection_logs.s3.bucket`` - The name of the S3 bucket for the connection logs. This attribute is required if connection logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.
31717
+ * + ``connection_logs.s3.prefix`` - The prefix for the location in the S3 bucket for the connection logs.
31718
+ * + ``routing.http.desync_mitigation_mode`` - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are ``monitor``, ``defensive``, and ``strictest``. The default is ``defensive``.
31719
+ * + ``routing.http.drop_invalid_header_fields.enabled`` - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (``true``) or routed to targets (``false``). The default is ``false``.
31720
+ * + ``routing.http.preserve_host_header.enabled`` - Indicates whether the Application Load Balancer should preserve the ``Host`` header in the HTTP request and send it to the target without any change. The possible values are ``true`` and ``false``. The default is ``false``.
31721
+ * + ``routing.http.x_amzn_tls_version_and_cipher_suite.enabled`` - Indicates whether the two headers (``x-amzn-tls-version`` and ``x-amzn-tls-cipher-suite``), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. The ``x-amzn-tls-version`` header has information about the TLS protocol version negotiated with the client, and the ``x-amzn-tls-cipher-suite`` header has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute are ``true`` and ``false``. The default is ``false``.
31722
+ * + ``routing.http.xff_client_port.enabled`` - Indicates whether the ``X-Forwarded-For`` header should preserve the source port that the client used to connect to the load balancer. The possible values are ``true`` and ``false``. The default is ``false``.
31723
+ * + ``routing.http.xff_header_processing.mode`` - Enables you to modify, preserve, or remove the ``X-Forwarded-For`` header in the HTTP request before the Application Load Balancer sends the request to the target. The possible values are ``append``, ``preserve``, and ``remove``. The default is ``append``.
31659
31724
  * + If the value is ``append``, the Application Load Balancer adds the client IP address (of the last hop) to the ``X-Forwarded-For`` header in the HTTP request before it sends it to targets.
31660
31725
  * + If the value is ``preserve`` the Application Load Balancer preserves the ``X-Forwarded-For`` header in the HTTP request, and sends it to targets without any change.
31661
31726
  * + If the value is ``remove``, the Application Load Balancer removes the ``X-Forwarded-For`` header in the HTTP request before it sends it to targets.
31662
31727
  *
31663
- * + ``routing.http2.enabled`` - Indicates whether HTTP/2 is enabled. The possible values are ``true`` and ``false``. The default is ``true``. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.
31664
- * + ``waf.fail_open.enabled`` - Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to AWS WAF. The possible values are ``true`` and ``false``. The default is ``false``.
31728
+ * + ``routing.http2.enabled`` - Indicates whether HTTP/2 is enabled. The possible values are ``true`` and ``false``. The default is ``true``. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.
31729
+ * + ``waf.fail_open.enabled`` - Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to AWS WAF. The possible values are ``true`` and ``false``. The default is ``false``.
31665
31730
  *
31666
31731
  * The following attributes are supported by only Network Load Balancers:
31667
- * + ``dns_record.client_routing_policy`` - Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are ``availability_zone_affinity`` with 100 percent zonal affinity, ``partial_availability_zone_affinity`` with 85 percent zonal affinity, and ``any_availability_zone`` with 0 percent zonal affinity.
31732
+ * + ``dns_record.client_routing_policy`` - Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are ``availability_zone_affinity`` with 100 percent zonal affinity, ``partial_availability_zone_affinity`` with 85 percent zonal affinity, and ``any_availability_zone`` with 0 percent zonal affinity.
31668
31733
  */
31669
31734
  key?: string;
31670
31735
  /**
@@ -34834,11 +34899,11 @@ export declare namespace gameliftstreams {
34834
34899
  }
34835
34900
  interface StreamGroupDefaultApplication {
34836
34901
  /**
34837
- * An [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) that uniquely identifies the application resource. Format example: `arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6` .
34902
+ * An [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) that uniquely identifies the application resource. Example ARN: `arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6` .
34838
34903
  */
34839
34904
  arn?: string;
34840
34905
  /**
34841
- * An ID that uniquely identifies the application resource. For example: `a-9ZY8X7Wv6` .
34906
+ * An ID that uniquely identifies the application resource. Example ID: `a-9ZY8X7Wv6` .
34842
34907
  */
34843
34908
  id?: string;
34844
34909
  }
@@ -34848,7 +34913,7 @@ export declare namespace gameliftstreams {
34848
34913
  */
34849
34914
  alwaysOnCapacity?: number;
34850
34915
  /**
34851
- * A location's name. For example, `us-east-1` . For a complete list of locations that Amazon GameLift Streams supports, refer to [Regions and quotas](https://docs.aws.amazon.com/gameliftstreams/latest/developerguide/regions-quotas.html) in the *Amazon GameLift Streams Developer Guide* .
34916
+ * A location's name. For example, `us-east-1` . For a complete list of locations that Amazon GameLift Streams supports, refer to [Regions, quotas, and limitations](https://docs.aws.amazon.com/gameliftstreams/latest/developerguide/regions-quotas.html) in the *Amazon GameLift Streams Developer Guide* .
34852
34917
  */
34853
34918
  locationName: string;
34854
34919
  /**
@@ -47974,11 +48039,11 @@ export declare namespace logs {
47974
48039
  /**
47975
48040
  * The name of the delivery destination to assign this policy to
47976
48041
  */
47977
- deliveryDestinationName: string;
48042
+ deliveryDestinationName?: string;
47978
48043
  /**
47979
48044
  * The contents of the policy attached to the delivery destination
47980
48045
  */
47981
- deliveryDestinationPolicy: string;
48046
+ deliveryDestinationPolicy?: any;
47982
48047
  }
47983
48048
  interface IntegrationOpenSearchResourceConfig {
47984
48049
  /**
@@ -53198,6 +53263,10 @@ export declare namespace omics {
53198
53263
  */
53199
53264
  optional?: boolean;
53200
53265
  }
53266
+ interface WorkflowVersionWorkflowParameter {
53267
+ description?: string;
53268
+ optional?: boolean;
53269
+ }
53201
53270
  }
53202
53271
  export declare namespace opensearchserverless {
53203
53272
  interface IndexPropertyMapping {
@@ -84903,8 +84972,8 @@ export declare namespace rds {
84903
84972
  secondsUntilAutoPause?: number;
84904
84973
  /**
84905
84974
  * The action to take when the timeout is reached, either ``ForceApplyCapacityChange`` or ``RollbackCapacityChange``.
84906
- * ``ForceApplyCapacityChange`` sets the capacity to the specified value as soon as possible.
84907
- * ``RollbackCapacityChange``, the default, ignores the capacity change if a scaling point isn't found in the timeout period.
84975
+ * ``ForceApplyCapacityChange`` sets the capacity to the specified value as soon as possible.
84976
+ * ``RollbackCapacityChange``, the default, ignores the capacity change if a scaling point isn't found in the timeout period.
84908
84977
  * If you specify ``ForceApplyCapacityChange``, connections that prevent Aurora Serverless v1 from finding a scaling point might be dropped.
84909
84978
  * For more information, see [Autoscaling for Aurora Serverless v1](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.how-it-works.html#aurora-serverless.how-it-works.auto-scaling) in the *Amazon Aurora User Guide*.
84910
84979
  */
@@ -85339,7 +85408,7 @@ export declare namespace redshiftserverless {
85339
85408
  }
85340
85409
  interface WorkgroupConfigParameter {
85341
85410
  /**
85342
- * The key of the parameter. The options are `datestyle` , `enable_user_activity_logging` , `query_group` , `search_path` , `max_query_execution_time` , and `require_ssl` .
85411
+ * The key of the parameter. The options are `auto_mv` , `datestyle` , `enable_case_sensitive_identifier` , `enable_user_activity_logging` , `query_group` , `search_path` , `require_ssl` , `use_fips_ssl` , and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see [Query monitoring metrics for Amazon Redshift Serverless](https://docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless) .
85343
85412
  */
85344
85413
  parameterKey?: string;
85345
85414
  /**
@@ -88873,6 +88942,10 @@ export declare namespace sagemaker {
88873
88942
  * Settings that are used to configure and manage the lifecycle of CodeEditor applications.
88874
88943
  */
88875
88944
  appLifecycleManagement?: outputs.sagemaker.DomainAppLifecycleManagement;
88945
+ /**
88946
+ * The lifecycle configuration that runs before the default lifecycle configuration.
88947
+ */
88948
+ builtInLifecycleConfigArn?: string;
88876
88949
  /**
88877
88950
  * A list of custom images for use for CodeEditor apps.
88878
88951
  */
@@ -89021,6 +89094,13 @@ export declare namespace sagemaker {
89021
89094
  */
89022
89095
  fileSystemPath?: string;
89023
89096
  }
89097
+ interface DomainHiddenSageMakerImage {
89098
+ /**
89099
+ * The SageMaker image name that you are hiding from the Studio user interface.
89100
+ */
89101
+ sageMakerImageName?: enums.sagemaker.DomainHiddenSageMakerImageSageMakerImageName;
89102
+ versionAliases?: string[];
89103
+ }
89024
89104
  interface DomainIdleSettings {
89025
89105
  /**
89026
89106
  * The time that SageMaker waits after the application becomes idle before shutting it down.
@@ -89047,6 +89127,10 @@ export declare namespace sagemaker {
89047
89127
  * Indicates whether idle shutdown is activated for JupyterLab applications.
89048
89128
  */
89049
89129
  appLifecycleManagement?: outputs.sagemaker.DomainAppLifecycleManagement;
89130
+ /**
89131
+ * The lifecycle configuration that runs before the default lifecycle configuration.
89132
+ */
89133
+ builtInLifecycleConfigArn?: string;
89050
89134
  /**
89051
89135
  * A list of CodeRepositories available for use with JupyterLab apps.
89052
89136
  */
@@ -89205,15 +89289,27 @@ export declare namespace sagemaker {
89205
89289
  * Applications supported in Studio that are hidden from the Studio left navigation pane.
89206
89290
  */
89207
89291
  hiddenAppTypes?: enums.sagemaker.DomainAppType[];
89292
+ /**
89293
+ * The instance types you are hiding from the Studio user interface.
89294
+ */
89295
+ hiddenInstanceTypes?: enums.sagemaker.DomainAppInstanceType[];
89208
89296
  /**
89209
89297
  * The machine learning tools that are hidden from the Studio left navigation pane.
89210
89298
  */
89211
89299
  hiddenMlTools?: enums.sagemaker.DomainMlTools[];
89300
+ /**
89301
+ * The version aliases you are hiding from the Studio user interface.
89302
+ */
89303
+ hiddenSageMakerImageVersionAliases?: outputs.sagemaker.DomainHiddenSageMakerImage[];
89212
89304
  }
89213
89305
  /**
89214
89306
  * A collection of settings that apply to users of Amazon SageMaker Studio. These settings are specified when the CreateUserProfile API is called, and as DefaultUserSettings when the CreateDomain API is called.
89215
89307
  */
89216
89308
  interface DomainUserSettings {
89309
+ /**
89310
+ * Indicates whether auto-mounting of an EFS volume is supported for the user profile.
89311
+ */
89312
+ autoMountHomeEfs?: enums.sagemaker.DomainUserSettingsAutoMountHomeEfs;
89217
89313
  /**
89218
89314
  * The Code Editor application settings.
89219
89315
  *
@@ -92316,6 +92412,10 @@ export declare namespace sagemaker {
92316
92412
  * Settings that are used to configure and manage the lifecycle of CodeEditor applications.
92317
92413
  */
92318
92414
  appLifecycleManagement?: outputs.sagemaker.UserProfileAppLifecycleManagement;
92415
+ /**
92416
+ * The lifecycle configuration that runs before the default lifecycle configuration.
92417
+ */
92418
+ builtInLifecycleConfigArn?: string;
92319
92419
  /**
92320
92420
  * A list of custom images for use for CodeEditor apps.
92321
92421
  */
@@ -92414,6 +92514,13 @@ export declare namespace sagemaker {
92414
92514
  */
92415
92515
  fileSystemPath?: string;
92416
92516
  }
92517
+ interface UserProfileHiddenSageMakerImage {
92518
+ /**
92519
+ * The SageMaker image name that you are hiding from the Studio user interface.
92520
+ */
92521
+ sageMakerImageName?: enums.sagemaker.UserProfileHiddenSageMakerImageSageMakerImageName;
92522
+ versionAliases?: string[];
92523
+ }
92417
92524
  interface UserProfileIdleSettings {
92418
92525
  /**
92419
92526
  * The time that SageMaker waits after the application becomes idle before shutting it down.
@@ -92440,6 +92547,10 @@ export declare namespace sagemaker {
92440
92547
  * Indicates whether idle shutdown is activated for JupyterLab applications.
92441
92548
  */
92442
92549
  appLifecycleManagement?: outputs.sagemaker.UserProfileAppLifecycleManagement;
92550
+ /**
92551
+ * The lifecycle configuration that runs before the default lifecycle configuration.
92552
+ */
92553
+ builtInLifecycleConfigArn?: string;
92443
92554
  /**
92444
92555
  * A list of CodeRepositories available for use with JupyterLab apps.
92445
92556
  */
@@ -92543,15 +92654,27 @@ export declare namespace sagemaker {
92543
92654
  * Applications supported in Studio that are hidden from the Studio left navigation pane.
92544
92655
  */
92545
92656
  hiddenAppTypes?: enums.sagemaker.UserProfileAppType[];
92657
+ /**
92658
+ * The instance types you are hiding from the Studio user interface.
92659
+ */
92660
+ hiddenInstanceTypes?: enums.sagemaker.UserProfileAppInstanceType[];
92546
92661
  /**
92547
92662
  * The machine learning tools that are hidden from the Studio left navigation pane.
92548
92663
  */
92549
92664
  hiddenMlTools?: enums.sagemaker.UserProfileMlTools[];
92665
+ /**
92666
+ * The version aliases you are hiding from the Studio user interface.
92667
+ */
92668
+ hiddenSageMakerImageVersionAliases?: outputs.sagemaker.UserProfileHiddenSageMakerImage[];
92550
92669
  }
92551
92670
  /**
92552
92671
  * A collection of settings that apply to users of Amazon SageMaker Studio. These settings are specified when the CreateUserProfile API is called, and as DefaultUserSettings when the CreateDomain API is called.
92553
92672
  */
92554
92673
  interface UserProfileUserSettings {
92674
+ /**
92675
+ * Indicates whether auto-mounting of an EFS volume is supported for the user profile.
92676
+ */
92677
+ autoMountHomeEfs?: enums.sagemaker.UserProfileUserSettingsAutoMountHomeEfs;
92555
92678
  /**
92556
92679
  * The Code Editor application settings.
92557
92680
  *
@@ -93053,15 +93176,15 @@ export declare namespace securityhub {
93053
93176
  * + To search for values that include the filter value, use ``CONTAINS``. For example, for the ``ResourceTags`` field, the filter ``Department CONTAINS Security`` matches findings that include the value ``Security`` for the ``Department`` tag. In the same example, a finding with a value of ``Security team`` for the ``Department`` tag is a match.
93054
93177
  * + To search for values that exactly match the filter value, use ``EQUALS``. For example, for the ``ResourceTags`` field, the filter ``Department EQUALS Security`` matches findings that have the value ``Security`` for the ``Department`` tag.
93055
93178
  *
93056
- * ``CONTAINS`` and ``EQUALS`` filters on the same field are joined by ``OR``. A finding matches if it matches any one of those filters. For example, the filters ``Department CONTAINS Security OR Department CONTAINS Finance`` match a finding that includes either ``Security``, ``Finance``, or both values.
93179
+ * ``CONTAINS`` and ``EQUALS`` filters on the same field are joined by ``OR``. A finding matches if it matches any one of those filters. For example, the filters ``Department CONTAINS Security OR Department CONTAINS Finance`` match a finding that includes either ``Security``, ``Finance``, or both values.
93057
93180
  * To search for values that don't have the filter value, use one of the following comparison operators:
93058
93181
  * + To search for values that exclude the filter value, use ``NOT_CONTAINS``. For example, for the ``ResourceTags`` field, the filter ``Department NOT_CONTAINS Finance`` matches findings that exclude the value ``Finance`` for the ``Department`` tag.
93059
93182
  * + To search for values other than the filter value, use ``NOT_EQUALS``. For example, for the ``ResourceTags`` field, the filter ``Department NOT_EQUALS Finance`` matches findings that don’t have the value ``Finance`` for the ``Department`` tag.
93060
93183
  *
93061
- * ``NOT_CONTAINS`` and ``NOT_EQUALS`` filters on the same field are joined by ``AND``. A finding matches only if it matches all of those filters. For example, the filters ``Department NOT_CONTAINS Security AND Department NOT_CONTAINS Finance`` match a finding that excludes both the ``Security`` and ``Finance`` values.
93062
- * ``CONTAINS`` filters can only be used with other ``CONTAINS`` filters. ``NOT_CONTAINS`` filters can only be used with other ``NOT_CONTAINS`` filters.
93184
+ * ``NOT_CONTAINS`` and ``NOT_EQUALS`` filters on the same field are joined by ``AND``. A finding matches only if it matches all of those filters. For example, the filters ``Department NOT_CONTAINS Security AND Department NOT_CONTAINS Finance`` match a finding that excludes both the ``Security`` and ``Finance`` values.
93185
+ * ``CONTAINS`` filters can only be used with other ``CONTAINS`` filters. ``NOT_CONTAINS`` filters can only be used with other ``NOT_CONTAINS`` filters.
93063
93186
  * You can’t have both a ``CONTAINS`` filter and a ``NOT_CONTAINS`` filter on the same field. Similarly, you can’t have both an ``EQUALS`` filter and a ``NOT_EQUALS`` filter on the same field. Combining filters in this way returns an error.
93064
- * ``CONTAINS`` and ``NOT_CONTAINS`` operators can be used only with automation rules. For more information, see [Automation rules](https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules.html) in the *User Guide*.
93187
+ * ``CONTAINS`` and ``NOT_CONTAINS`` operators can be used only with automation rules. For more information, see [Automation rules](https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules.html) in the *User Guide*.
93065
93188
  */
93066
93189
  comparison: enums.securityhub.AutomationRuleMapFilterComparison;
93067
93190
  /**
@@ -93123,11 +93246,11 @@ export declare namespace securityhub {
93123
93246
  interface AutomationRuleSeverityUpdate {
93124
93247
  /**
93125
93248
  * The severity value of the finding. The allowed values are the following.
93126
- * + ``INFORMATIONAL`` - No issue was found.
93127
- * + ``LOW`` - The issue does not require action on its own.
93128
- * + ``MEDIUM`` - The issue must be addressed but not urgently.
93129
- * + ``HIGH`` - The issue must be addressed as a priority.
93130
- * + ``CRITICAL`` - The issue must be remediated immediately to avoid it escalating.
93249
+ * + ``INFORMATIONAL`` - No issue was found.
93250
+ * + ``LOW`` - The issue does not require action on its own.
93251
+ * + ``MEDIUM`` - The issue must be addressed but not urgently.
93252
+ * + ``HIGH`` - The issue must be addressed as a priority.
93253
+ * + ``CRITICAL`` - The issue must be remediated immediately to avoid it escalating.
93131
93254
  */
93132
93255
  label?: enums.securityhub.AutomationRuleSeverityUpdateLabel;
93133
93256
  /**
@@ -93156,13 +93279,13 @@ export declare namespace securityhub {
93156
93279
  * + To search for values that exactly match the filter value, use ``EQUALS``. For example, the filter ``AwsAccountId EQUALS 123456789012`` only matches findings that have an account ID of ``123456789012``.
93157
93280
  * + To search for values that start with the filter value, use ``PREFIX``. For example, the filter ``ResourceRegion PREFIX us`` matches findings that have a ``ResourceRegion`` that starts with ``us``. A ``ResourceRegion`` that starts with a different value, such as ``af``, ``ap``, or ``ca``, doesn't match.
93158
93281
  *
93159
- * ``CONTAINS``, ``EQUALS``, and ``PREFIX`` filters on the same field are joined by ``OR``. A finding matches if it matches any one of those filters. For example, the filters ``Title CONTAINS CloudFront OR Title CONTAINS CloudWatch`` match a finding that includes either ``CloudFront``, ``CloudWatch``, or both strings in the title.
93282
+ * ``CONTAINS``, ``EQUALS``, and ``PREFIX`` filters on the same field are joined by ``OR``. A finding matches if it matches any one of those filters. For example, the filters ``Title CONTAINS CloudFront OR Title CONTAINS CloudWatch`` match a finding that includes either ``CloudFront``, ``CloudWatch``, or both strings in the title.
93160
93283
  * To search for values that don’t have the filter value, use one of the following comparison operators:
93161
93284
  * + To search for values that exclude the filter value, use ``NOT_CONTAINS``. For example, the filter ``Title NOT_CONTAINS CloudFront`` matches findings that have a ``Title`` that excludes the string CloudFront.
93162
93285
  * + To search for values other than the filter value, use ``NOT_EQUALS``. For example, the filter ``AwsAccountId NOT_EQUALS 123456789012`` only matches findings that have an account ID other than ``123456789012``.
93163
93286
  * + To search for values that don't start with the filter value, use ``PREFIX_NOT_EQUALS``. For example, the filter ``ResourceRegion PREFIX_NOT_EQUALS us`` matches findings with a ``ResourceRegion`` that starts with a value other than ``us``.
93164
93287
  *
93165
- * ``NOT_CONTAINS``, ``NOT_EQUALS``, and ``PREFIX_NOT_EQUALS`` filters on the same field are joined by ``AND``. A finding matches only if it matches all of those filters. For example, the filters ``Title NOT_CONTAINS CloudFront AND Title NOT_CONTAINS CloudWatch`` match a finding that excludes both ``CloudFront`` and ``CloudWatch`` in the title.
93288
+ * ``NOT_CONTAINS``, ``NOT_EQUALS``, and ``PREFIX_NOT_EQUALS`` filters on the same field are joined by ``AND``. A finding matches only if it matches all of those filters. For example, the filters ``Title NOT_CONTAINS CloudFront AND Title NOT_CONTAINS CloudWatch`` match a finding that excludes both ``CloudFront`` and ``CloudWatch`` in the title.
93166
93289
  * You can’t have both a ``CONTAINS`` filter and a ``NOT_CONTAINS`` filter on the same field. Similarly, you can't provide both an ``EQUALS`` filter and a ``NOT_EQUALS`` or ``PREFIX_NOT_EQUALS`` filter on the same field. Combining filters in this way returns an error. ``CONTAINS`` filters can only be used with other ``CONTAINS`` filters. ``NOT_CONTAINS`` filters can only be used with other ``NOT_CONTAINS`` filters.
93167
93290
  * You can combine ``PREFIX`` filters with ``NOT_EQUALS`` or ``PREFIX_NOT_EQUALS`` filters for the same field. Security Hub first processes the ``PREFIX`` filters, and then the ``NOT_EQUALS`` or ``PREFIX_NOT_EQUALS`` filters.
93168
93291
  * For example, for the following filters, Security Hub first identifies findings that have resource types that start with either ``AwsIam`` or ``AwsEc2``. It then excludes findings that have a resource type of ``AwsIamPolicy`` and findings that have a resource type of ``AwsEc2NetworkInterface``.
@@ -93171,7 +93294,7 @@ export declare namespace securityhub {
93171
93294
  * + ``ResourceType NOT_EQUALS AwsIamPolicy``
93172
93295
  * + ``ResourceType NOT_EQUALS AwsEc2NetworkInterface``
93173
93296
  *
93174
- * ``CONTAINS`` and ``NOT_CONTAINS`` operators can be used only with automation rules. For more information, see [Automation rules](https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules.html) in the *User Guide*.
93297
+ * ``CONTAINS`` and ``NOT_CONTAINS`` operators can be used only with automation rules. For more information, see [Automation rules](https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules.html) in the *User Guide*.
93175
93298
  */
93176
93299
  comparison: enums.securityhub.AutomationRuleStringFilterComparison;
93177
93300
  /**
@@ -93186,14 +93309,14 @@ export declare namespace securityhub {
93186
93309
  /**
93187
93310
  * The status of the investigation into the finding. The workflow status is specific to an individual finding. It does not affect the generation of new findings. For example, setting the workflow status to ``SUPPRESSED`` or ``RESOLVED`` does not prevent a new finding for the same issue.
93188
93311
  * The allowed values are the following.
93189
- * + ``NEW`` - The initial state of a finding, before it is reviewed.
93312
+ * + ``NEW`` - The initial state of a finding, before it is reviewed.
93190
93313
  * Security Hub also resets ``WorkFlowStatus`` from ``NOTIFIED`` or ``RESOLVED`` to ``NEW`` in the following cases:
93191
93314
  * + The record state changes from ``ARCHIVED`` to ``ACTIVE``.
93192
93315
  * + The compliance status changes from ``PASSED`` to either ``WARNING``, ``FAILED``, or ``NOT_AVAILABLE``.
93193
93316
  *
93194
- * + ``NOTIFIED`` - Indicates that you notified the resource owner about the security issue. Used when the initial reviewer is not the resource owner, and needs intervention from the resource owner.
93195
- * + ``RESOLVED`` - The finding was reviewed and remediated and is now considered resolved.
93196
- * + ``SUPPRESSED`` - Indicates that you reviewed the finding and don't believe that any action is needed. The finding is no longer updated.
93317
+ * + ``NOTIFIED`` - Indicates that you notified the resource owner about the security issue. Used when the initial reviewer is not the resource owner, and needs intervention from the resource owner.
93318
+ * + ``RESOLVED`` - The finding was reviewed and remediated and is now considered resolved.
93319
+ * + ``SUPPRESSED`` - Indicates that you reviewed the finding and don't believe that any action is needed. The finding is no longer updated.
93197
93320
  */
93198
93321
  status: enums.securityhub.AutomationRuleWorkflowUpdateStatus;
93199
93322
  }
@@ -97135,6 +97258,9 @@ export declare namespace verifiedpermissions {
97135
97258
  description?: string;
97136
97259
  statement: string;
97137
97260
  }
97261
+ interface PolicyStoreDeletionProtection {
97262
+ mode: enums.verifiedpermissions.PolicyStoreDeletionMode;
97263
+ }
97138
97264
  interface PolicyStoreSchemaDefinition {
97139
97265
  /**
97140
97266
  * A JSON string representation of the schema supported by applications that use this policy store. For more information, see [Policy store schema](https://docs.aws.amazon.com/verifiedpermissions/latest/userguide/schema.html) in the AVP User Guide.