@pulumi/aws-native 1.33.0-alpha.1756187826 → 1.33.0-alpha.1756214923

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 (177) hide show
  1. package/aps/getResourcePolicy.d.ts +27 -0
  2. package/aps/getResourcePolicy.js +28 -0
  3. package/aps/getResourcePolicy.js.map +1 -0
  4. package/aps/getWorkspace.d.ts +1 -3
  5. package/aps/getWorkspace.js.map +1 -1
  6. package/aps/index.d.ts +6 -0
  7. package/aps/index.js +8 -1
  8. package/aps/index.js.map +1 -1
  9. package/aps/resourcePolicy.d.ts +49 -0
  10. package/aps/resourcePolicy.js +66 -0
  11. package/aps/resourcePolicy.js.map +1 -0
  12. package/aps/workspace.d.ts +2 -6
  13. package/aps/workspace.js.map +1 -1
  14. package/cleanrooms/configuredTable.js +0 -2
  15. package/cleanrooms/configuredTable.js.map +1 -1
  16. package/cleanrooms/getConfiguredTable.d.ts +8 -0
  17. package/cleanrooms/getConfiguredTable.js.map +1 -1
  18. package/cloudfront/function.js +2 -0
  19. package/cloudfront/function.js.map +1 -1
  20. package/cloudfront/getFunction.d.ts +0 -4
  21. package/cloudfront/getFunction.js.map +1 -1
  22. package/codepipeline/getWebhook.d.ts +53 -0
  23. package/codepipeline/getWebhook.js +28 -0
  24. package/codepipeline/getWebhook.js.map +1 -0
  25. package/codepipeline/index.d.ts +6 -0
  26. package/codepipeline/index.js +8 -1
  27. package/codepipeline/index.js.map +1 -1
  28. package/codepipeline/webhook.d.ts +108 -0
  29. package/codepipeline/webhook.js +91 -0
  30. package/codepipeline/webhook.js.map +1 -0
  31. package/connect/getPredefinedAttribute.d.ts +8 -0
  32. package/connect/getPredefinedAttribute.js.map +1 -1
  33. package/connect/predefinedAttribute.d.ts +18 -2
  34. package/connect/predefinedAttribute.js +4 -3
  35. package/connect/predefinedAttribute.js.map +1 -1
  36. package/datazone/getPolicyGrant.d.ts +44 -0
  37. package/datazone/getPolicyGrant.js +36 -0
  38. package/datazone/getPolicyGrant.js.map +1 -0
  39. package/datazone/index.d.ts +6 -0
  40. package/datazone/index.js +8 -1
  41. package/datazone/index.js.map +1 -1
  42. package/datazone/policyGrant.d.ts +60 -0
  43. package/datazone/policyGrant.js +86 -0
  44. package/datazone/policyGrant.js.map +1 -0
  45. package/deadline/fleet.d.ts +4 -0
  46. package/deadline/fleet.js +2 -0
  47. package/deadline/fleet.js.map +1 -1
  48. package/deadline/getFleet.d.ts +4 -0
  49. package/deadline/getFleet.js.map +1 -1
  50. package/deadline/licenseEndpoint.d.ts +2 -2
  51. package/ec2/instance.d.ts +4 -4
  52. package/ec2/vpnConnection.d.ts +9 -0
  53. package/ec2/vpnConnection.js +3 -1
  54. package/ec2/vpnConnection.js.map +1 -1
  55. package/eks/addon.d.ts +8 -0
  56. package/eks/addon.js +3 -1
  57. package/eks/addon.js.map +1 -1
  58. package/entityresolution/getIdMappingWorkflow.d.ts +1 -0
  59. package/entityresolution/getIdMappingWorkflow.js.map +1 -1
  60. package/entityresolution/idMappingWorkflow.d.ts +2 -0
  61. package/entityresolution/idMappingWorkflow.js +2 -0
  62. package/entityresolution/idMappingWorkflow.js.map +1 -1
  63. package/events/getRule.d.ts +4 -0
  64. package/events/getRule.js.map +1 -1
  65. package/events/rule.d.ts +8 -0
  66. package/events/rule.js +2 -0
  67. package/events/rule.js.map +1 -1
  68. package/guardduty/getIpSet.d.ts +2 -2
  69. package/guardduty/getThreatEntitySet.d.ts +77 -0
  70. package/guardduty/getThreatEntitySet.js +30 -0
  71. package/guardduty/getThreatEntitySet.js.map +1 -0
  72. package/guardduty/getThreatIntelSet.d.ts +6 -4
  73. package/guardduty/getThreatIntelSet.js.map +1 -1
  74. package/guardduty/getTrustedEntitySet.d.ts +68 -0
  75. package/guardduty/getTrustedEntitySet.js +30 -0
  76. package/guardduty/getTrustedEntitySet.js.map +1 -0
  77. package/guardduty/index.d.ts +12 -0
  78. package/guardduty/index.js +15 -1
  79. package/guardduty/index.js.map +1 -1
  80. package/guardduty/ipSet.d.ts +8 -8
  81. package/guardduty/threatEntitySet.d.ts +124 -0
  82. package/guardduty/threatEntitySet.js +86 -0
  83. package/guardduty/threatEntitySet.js.map +1 -0
  84. package/guardduty/threatIntelSet.d.ts +14 -10
  85. package/guardduty/threatIntelSet.js.map +1 -1
  86. package/guardduty/trustedEntitySet.d.ts +121 -0
  87. package/guardduty/trustedEntitySet.js +86 -0
  88. package/guardduty/trustedEntitySet.js.map +1 -0
  89. package/inspectorv2/codeSecurityIntegration.d.ts +104 -0
  90. package/inspectorv2/codeSecurityIntegration.js +78 -0
  91. package/inspectorv2/codeSecurityIntegration.js.map +1 -0
  92. package/inspectorv2/codeSecurityScanConfiguration.d.ts +84 -0
  93. package/inspectorv2/codeSecurityScanConfiguration.js +68 -0
  94. package/inspectorv2/codeSecurityScanConfiguration.js.map +1 -0
  95. package/inspectorv2/getCodeSecurityIntegration.d.ts +56 -0
  96. package/inspectorv2/getCodeSecurityIntegration.js +28 -0
  97. package/inspectorv2/getCodeSecurityIntegration.js.map +1 -0
  98. package/inspectorv2/getCodeSecurityScanConfiguration.d.ts +32 -0
  99. package/inspectorv2/getCodeSecurityScanConfiguration.js +28 -0
  100. package/inspectorv2/getCodeSecurityScanConfiguration.js.map +1 -0
  101. package/inspectorv2/index.d.ts +12 -0
  102. package/inspectorv2/index.js +15 -1
  103. package/inspectorv2/index.js.map +1 -1
  104. package/iot/encryptionConfiguration.d.ts +24 -0
  105. package/iot/encryptionConfiguration.js.map +1 -1
  106. package/iot/getEncryptionConfiguration.d.ts +21 -0
  107. package/iot/getEncryptionConfiguration.js.map +1 -1
  108. package/ivs/getStage.d.ts +2 -2
  109. package/ivs/getStage.js +2 -2
  110. package/ivs/stage.d.ts +1 -1
  111. package/ivs/stage.js +1 -1
  112. package/logs/getLogGroup.d.ts +2 -0
  113. package/logs/getLogGroup.js.map +1 -1
  114. package/logs/logGroup.d.ts +4 -0
  115. package/logs/logGroup.js.map +1 -1
  116. package/package.json +3 -3
  117. package/package.json.dev +2 -2
  118. package/route53/getHealthCheck.d.ts +1 -1
  119. package/route53/healthCheck.d.ts +2 -2
  120. package/s3/bucket.d.ts +4 -0
  121. package/s3/bucket.js.map +1 -1
  122. package/s3/getBucket.d.ts +2 -0
  123. package/s3/getBucket.js.map +1 -1
  124. package/types/enums/b2bi/index.d.ts +5 -0
  125. package/types/enums/b2bi/index.js +5 -1
  126. package/types/enums/b2bi/index.js.map +1 -1
  127. package/types/enums/cloudfront/index.d.ts +6 -0
  128. package/types/enums/cloudfront/index.js +6 -1
  129. package/types/enums/cloudfront/index.js.map +1 -1
  130. package/types/enums/codepipeline/index.d.ts +9 -0
  131. package/types/enums/codepipeline/index.js +6 -1
  132. package/types/enums/codepipeline/index.js.map +1 -1
  133. package/types/enums/datazone/index.d.ts +17 -0
  134. package/types/enums/datazone/index.js +15 -1
  135. package/types/enums/datazone/index.js.map +1 -1
  136. package/types/enums/deadline/index.d.ts +2 -0
  137. package/types/enums/deadline/index.js +2 -0
  138. package/types/enums/deadline/index.js.map +1 -1
  139. package/types/enums/dynamodb/index.d.ts +16 -0
  140. package/types/enums/dynamodb/index.js +9 -1
  141. package/types/enums/dynamodb/index.js.map +1 -1
  142. package/types/enums/ec2/index.d.ts +8 -0
  143. package/types/enums/ec2/index.js +5 -1
  144. package/types/enums/ec2/index.js.map +1 -1
  145. package/types/enums/entityresolution/index.d.ts +4 -0
  146. package/types/enums/entityresolution/index.js +4 -1
  147. package/types/enums/entityresolution/index.js.map +1 -1
  148. package/types/enums/guardduty/index.d.ts +26 -0
  149. package/types/enums/guardduty/index.js +19 -1
  150. package/types/enums/guardduty/index.js.map +1 -1
  151. package/types/enums/inspectorv2/index.d.ts +39 -0
  152. package/types/enums/inspectorv2/index.js +33 -1
  153. package/types/enums/inspectorv2/index.js.map +1 -1
  154. package/types/enums/iot/index.d.ts +6 -0
  155. package/types/enums/iot/index.js.map +1 -1
  156. package/types/enums/kinesisanalyticsv2/index.d.ts +8 -0
  157. package/types/enums/kinesisanalyticsv2/index.js +5 -1
  158. package/types/enums/kinesisanalyticsv2/index.js.map +1 -1
  159. package/types/enums/quicksight/index.d.ts +4 -0
  160. package/types/enums/quicksight/index.js +4 -0
  161. package/types/enums/quicksight/index.js.map +1 -1
  162. package/types/input.d.ts +480 -55
  163. package/types/output.d.ts +489 -55
  164. package/types/output.js.map +1 -1
  165. package/vpclattice/getResourceGateway.d.ts +4 -0
  166. package/vpclattice/getResourceGateway.js.map +1 -1
  167. package/vpclattice/resourceGateway.d.ts +8 -0
  168. package/vpclattice/resourceGateway.js +2 -0
  169. package/vpclattice/resourceGateway.js.map +1 -1
  170. package/workspacesweb/getPortal.d.ts +3 -0
  171. package/workspacesweb/getPortal.js.map +1 -1
  172. package/workspacesweb/getSessionLogger.d.ts +24 -0
  173. package/workspacesweb/getSessionLogger.js.map +1 -1
  174. package/workspacesweb/portal.d.ts +6 -0
  175. package/workspacesweb/portal.js.map +1 -1
  176. package/workspacesweb/sessionLogger.d.ts +39 -0
  177. package/workspacesweb/sessionLogger.js.map +1 -1
package/types/output.d.ts CHANGED
@@ -408,7 +408,7 @@ export declare namespace acmpca {
408
408
  }
409
409
  /**
410
410
  * Specifies the X.509 extension information for a certificate.
411
- * Extensions present in ``CustomExtensions`` follow the ``ApiPassthrough`` [template rules](https://docs.aws.amazon.com/privateca/latest/userguide/UsingTemplates.html#template-order-of-operations).
411
+ * Extensions present in ``CustomExtensions`` follow the ``ApiPassthrough``[template rules](https://docs.aws.amazon.com/privateca/latest/userguide/UsingTemplates.html#template-order-of-operations).
412
412
  */
413
413
  interface CertificateCustomExtension {
414
414
  /**
@@ -8150,6 +8150,7 @@ export declare namespace b2bi {
8150
8150
  templateLanguage: enums.b2bi.TransformerMappingTemplateLanguage;
8151
8151
  }
8152
8152
  interface TransformerOutputConversion {
8153
+ advancedOptions?: outputs.b2bi.TransformerAdvancedOptions;
8153
8154
  formatOptions?: outputs.b2bi.TransformerFormatOptionsProperties;
8154
8155
  toFormat: enums.b2bi.TransformerToFormat;
8155
8156
  }
@@ -8163,14 +8164,41 @@ export declare namespace b2bi {
8163
8164
  }
8164
8165
  interface TransformerX12AdvancedOptions {
8165
8166
  splitOptions?: outputs.b2bi.TransformerX12SplitOptions;
8167
+ validationOptions?: outputs.b2bi.TransformerX12ValidationOptions;
8168
+ }
8169
+ interface TransformerX12CodeListValidationRule {
8170
+ codesToAdd?: string[];
8171
+ codesToRemove?: string[];
8172
+ elementId: string;
8166
8173
  }
8167
8174
  interface TransformerX12Details {
8168
8175
  transactionSet?: enums.b2bi.TransformerX12TransactionSet;
8169
8176
  version?: enums.b2bi.TransformerX12Version;
8170
8177
  }
8178
+ interface TransformerX12ElementLengthValidationRule {
8179
+ elementId: string;
8180
+ maxLength: number;
8181
+ minLength: number;
8182
+ }
8183
+ interface TransformerX12ElementRequirementValidationRule {
8184
+ elementPosition: string;
8185
+ requirement: enums.b2bi.TransformerElementRequirement;
8186
+ }
8171
8187
  interface TransformerX12SplitOptions {
8172
8188
  splitBy?: enums.b2bi.TransformerX12SplitBy;
8173
8189
  }
8190
+ interface TransformerX12ValidationOptions {
8191
+ validationRules?: (outputs.b2bi.TransformerX12ValidationRule0Properties | outputs.b2bi.TransformerX12ValidationRule1Properties | outputs.b2bi.TransformerX12ValidationRule2Properties)[];
8192
+ }
8193
+ interface TransformerX12ValidationRule0Properties {
8194
+ codeListValidationRule: outputs.b2bi.TransformerX12CodeListValidationRule;
8195
+ }
8196
+ interface TransformerX12ValidationRule1Properties {
8197
+ elementLengthValidationRule: outputs.b2bi.TransformerX12ElementLengthValidationRule;
8198
+ }
8199
+ interface TransformerX12ValidationRule2Properties {
8200
+ elementRequirementValidationRule: outputs.b2bi.TransformerX12ElementRequirementValidationRule;
8201
+ }
8174
8202
  }
8175
8203
  export declare namespace backup {
8176
8204
  interface BackupPlanAdvancedBackupSettingResourceType {
@@ -8636,11 +8664,19 @@ export declare namespace batch {
8636
8664
  */
8637
8665
  instanceRole?: string;
8638
8666
  /**
8639
- * The instances types that can be launched. You can specify instance families to launch any instance type within those families (for example, `c5` or `p3` ), or you can specify specific sizes within a family (such as `c5.8xlarge` ). You can also choose `optimal` to select instance types (from the C4, M4, and R4 instance families) that match the demand of your job queues.
8667
+ * The instances types that can be launched. You can specify instance families to launch any instance type within those families (for example, `c5` or `p3` ), or you can specify specific sizes within a family (such as `c5.8xlarge` ).
8640
8668
  *
8641
- * When updating a compute environment, changing this setting requires an infrastructure update of the compute environment. For more information, see [Updating compute environments](https://docs.aws.amazon.com/batch/latest/userguide/updating-compute-environments.html) in the *AWS Batch User Guide* .
8669
+ * AWS Batch can select the instance type for you if you choose one of the following:
8670
+ *
8671
+ * - `optimal` to select instance types (from the `c4` , `m4` , `r4` , `c5` , `m5` , and `r5` instance families) that match the demand of your job queues.
8672
+ * - `default_x86_64` to choose x86 based instance types (from the `m6i` , `c6i` , `r6i` , and `c7i` instance families) that matches the resource demands of the job queue.
8673
+ * - `default_arm64` to choose x86 based instance types (from the `m6g` , `c6g` , `r6g` , and `c7g` instance families) that matches the resource demands of the job queue.
8642
8674
  *
8643
- * > This parameter isn't applicable to jobs that are running on Fargate resources. Don't specify it. > When you create a compute environment, the instance types that you select for the compute environment must share the same architecture. For example, you can't mix x86 and ARM instances in the same compute environment. > Currently, `optimal` uses instance types from the C4, M4, and R4 instance families. In Regions that don't have instance types from those instance families, instance types from the C5, M5, and R5 instance families are used.
8675
+ * > Starting on 11/01/2025 the behavior of `optimal` is going to be changed to match `default_x86_64` . During the change your instance families could be updated to a newer generation. You do not need to perform any actions for the upgrade to happen. For more information about change, see [Optimal instance type configuration to receive automatic instance family updates](https://docs.aws.amazon.com/batch/latest/userguide/optimal-default-instance-troubleshooting.html) . > Instance family availability varies by AWS Region . For example, some AWS Region s may not have any fourth generation instance families but have fifth and sixth generation instance families.
8676
+ * >
8677
+ * > When using `default_x86_64` or `default_arm64` instance bundles, AWS Batch selects instance families based on a balance of cost-effectiveness and performance. While newer generation instances often provide better price-performance, AWS Batch may choose an earlier generation instance family if it provides the optimal combination of availability, cost, and performance for your workload. For example, in an AWS Region where both c6i and c7i instances are available, AWS Batch might select c6i instances if they offer better cost-effectiveness for your specific job requirements. For more information on AWS Batch instance types and AWS Region availability, see [Instance type compute table](https://docs.aws.amazon.com/batch/latest/userguide/instance-type-compute-table.html) in the *AWS Batch User Guide* .
8678
+ * >
8679
+ * > AWS Batch periodically updates your instances in default bundles to newer, more cost-effective options. Updates happen automatically without requiring any action from you. Your workloads continue running during updates with no interruption > This parameter isn't applicable to jobs that are running on Fargate resources. Don't specify it. > When you create a compute environment, the instance types that you select for the compute environment must share the same architecture. For example, you can't mix x86 and ARM instances in the same compute environment.
8644
8680
  */
8645
8681
  instanceTypes?: string[];
8646
8682
  /**
@@ -8742,6 +8778,10 @@ export declare namespace batch {
8742
8778
  * - **ECS_AL1** - [Amazon Linux](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-optimized_AMI.html#alami) . Amazon Linux has reached the end-of-life of standard support. For more information, see [Amazon Linux AMI](https://docs.aws.amazon.com/amazon-linux-ami/) .
8743
8779
  * - **EKS** - If the `imageIdOverride` parameter isn't specified, then a recent [Amazon EKS-optimized Amazon Linux AMI](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) ( `EKS_AL2` ) is used. If a new image type is specified in an update, but neither an `imageId` nor a `imageIdOverride` parameter is specified, then the latest Amazon EKS optimized AMI for that image type that AWS Batch supports is used.
8744
8780
  *
8781
+ * > Starting end of October 2025 Amazon EKS optimized Amazon Linux 2023 AMIs will be the default on AWS Batch for EKS versions prior to 1.33. Starting from Kubernetes version 1.33, EKS optimized Amazon Linux 2023 AMIs will be the default when it becomes supported on AWS Batch .
8782
+ * >
8783
+ * > AWS will end support for Amazon EKS AL2-optimized and AL2-accelerated AMIs, starting 11/26/25. You can continue using AWS Batch -provided Amazon EKS optimized Amazon Linux 2 AMIs on your Amazon EKS compute environments beyond the 11/26/25 end-of-support date, these compute environments will no longer receive any new software updates, security patches, or bug fixes from AWS . For more information on upgrading from AL2 to AL2023, see [How to upgrade from EKS AL2 to EKS AL2023](https://docs.aws.amazon.com/) in the *AWS Batch User Guide* .
8784
+ *
8745
8785
  * - **EKS_AL2** - [Amazon Linux 2](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) : Default for all non-GPU instance families.
8746
8786
  * - **EKS_AL2_NVIDIA** - [Amazon Linux 2 (accelerated)](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) : Default for all GPU instance families (for example, `P4` and `G4` ) and can be used for all non AWS Graviton-based instance types.
8747
8787
  * - **EKS_AL2023** - [Amazon Linux 2023](https://docs.aws.amazon.com/eks/latest/userguide/eks-optimized-ami.html) : AWS Batch supports Amazon Linux 2023.
@@ -8816,7 +8856,7 @@ export declare namespace batch {
8816
8856
  * Information included in this parameter must meet the following requirements:
8817
8857
  *
8818
8858
  * - Must be a valid Amazon EC2 instance type or family.
8819
- * - `optimal` isn't allowed.
8859
+ * - The following AWS Batch `InstanceTypes` are not allowed: `optimal` , `default_x86_64` , and `default_arm64` .
8820
8860
  * - `targetInstanceTypes` can target only instance types and families that are included within the [`ComputeResource.instanceTypes`](https://docs.aws.amazon.com/batch/latest/APIReference/API_ComputeResource.html#Batch-Type-ComputeResource-instanceTypes) set. `targetInstanceTypes` doesn't need to include all of the instances from the `instanceType` set, but at least a subset. For example, if `ComputeResource.instanceTypes` includes `[m5, g5]` , `targetInstanceTypes` can include `[m5.2xlarge]` and `[m5.large]` but not `[c5.large]` .
8821
8861
  * - `targetInstanceTypes` included within the same launch template override or across launch template overrides can't overlap for the same compute environment. For example, you can't define one launch template override to target an instance family and another define an instance type within this same family.
8822
8862
  */
@@ -10086,7 +10126,7 @@ export declare namespace batch {
10086
10126
  }
10087
10127
  interface SchedulingPolicyShareAttributes {
10088
10128
  /**
10089
- * A share identifier or share identifier prefix. If the string ends with an asterisk (*), this entry specifies the weight factor to use for share identifiers that start with that prefix. The list of share identifiers in a fair-share policy can't overlap. For example, you can't have one that specifies a `shareIdentifier` of `UserA*` and another that specifies a `shareIdentifier` of `UserA-1` .
10129
+ * A share identifier or share identifier prefix. If the string ends with an asterisk (*), this entry specifies the weight factor to use for share identifiers that start with that prefix. The list of share identifiers in a fair-share policy can't overlap. For example, you can't have one that specifies a `shareIdentifier` of `UserA*` and another that specifies a `shareIdentifier` of `UserA1` .
10090
10130
  *
10091
10131
  * There can be no more than 500 share identifiers active in a job queue.
10092
10132
  *
@@ -15594,7 +15634,8 @@ export declare namespace cloudfront {
15594
15634
  */
15595
15635
  compress?: boolean;
15596
15636
  /**
15597
- * This field is deprecated. We recommend that you use the ``DefaultTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
15637
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
15638
+ * This field is deprecated. We recommend that you use the ``DefaultTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
15598
15639
  * The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as ``Cache-Control max-age``, ``Cache-Control s-maxage``, and ``Expires`` to objects. For more information, see [Managing How Long Content Stays in an Edge Cache (Expiration)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html) in the *Amazon CloudFront Developer Guide*.
15599
15640
  */
15600
15641
  defaultTtl?: number;
@@ -15623,12 +15664,14 @@ export declare namespace cloudfront {
15623
15664
  */
15624
15665
  lambdaFunctionAssociations?: outputs.cloudfront.DistributionLambdaFunctionAssociation[];
15625
15666
  /**
15626
- * This field is deprecated. We recommend that you use the ``MaxTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
15667
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
15668
+ * This field is deprecated. We recommend that you use the ``MaxTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
15627
15669
  * The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as ``Cache-Control max-age``, ``Cache-Control s-maxage``, and ``Expires`` to objects. For more information, see [Managing How Long Content Stays in an Edge Cache (Expiration)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html) in the *Amazon CloudFront Developer Guide*.
15628
15670
  */
15629
15671
  maxTtl?: number;
15630
15672
  /**
15631
- * This field is deprecated. We recommend that you use the ``MinTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
15673
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
15674
+ * This field is deprecated. We recommend that you use the ``MinTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
15632
15675
  * The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see [Managing How Long Content Stays in an Edge Cache (Expiration)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html) in the *Amazon CloudFront Developer Guide*.
15633
15676
  * You must specify ``0`` for ``MinTTL`` if you configure CloudFront to forward all headers to your origin (under ``Headers``, if you specify ``1`` for ``Quantity`` and ``*`` for ``Name``).
15634
15677
  */
@@ -15653,7 +15696,8 @@ export declare namespace cloudfront {
15653
15696
  */
15654
15697
  responseHeadersPolicyId?: string;
15655
15698
  /**
15656
- * Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify ``true``; if not, specify ``false``. If you specify ``true`` for ``SmoothStreaming``, you can still distribute other content using this cache behavior if the content matches the value of ``PathPattern``.
15699
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
15700
+ * Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify ``true``; if not, specify ``false``. If you specify ``true`` for ``SmoothStreaming``, you can still distribute other content using this cache behavior if the content matches the value of ``PathPattern``.
15657
15701
  */
15658
15702
  smoothStreaming?: boolean;
15659
15703
  /**
@@ -15667,6 +15711,7 @@ export declare namespace cloudfront {
15667
15711
  trustedKeyGroups?: string[];
15668
15712
  /**
15669
15713
  * We recommend using ``TrustedKeyGroups`` instead of ``TrustedSigners``.
15714
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
15670
15715
  * A list of AWS-account IDs whose public keys CloudFront can use to validate signed URLs or signed cookies.
15671
15716
  * When a cache behavior contains trusted signers, CloudFront requires signed URLs or signed cookies for all requests that match the cache behavior. The URLs or cookies must be signed with the private key of a CloudFront key pair in the trusted signer's AWS-account. The signed URL or cookie contains information about which public key CloudFront should use to verify the signature. For more information, see [Serving private content](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html) in the *Amazon CloudFront Developer Guide*.
15672
15717
  */
@@ -15687,11 +15732,13 @@ export declare namespace cloudfront {
15687
15732
  */
15688
15733
  interface DistributionConfig {
15689
15734
  /**
15690
- * A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.
15735
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
15736
+ * A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.
15691
15737
  */
15692
15738
  aliases?: string[];
15693
15739
  /**
15694
- * ID of the Anycast static IP list that is associated with the distribution.
15740
+ * To use this field for a multi-tenant distribution, use a connection group instead. For more information, see [ConnectionGroup](https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ConnectionGroup.html).
15741
+ * ID of the Anycast static IP list that is associated with the distribution.
15695
15742
  */
15696
15743
  anycastIpListId?: string;
15697
15744
  /**
@@ -15708,11 +15755,12 @@ export declare namespace cloudfront {
15708
15755
  */
15709
15756
  comment?: string;
15710
15757
  /**
15711
- * The connection mode to filter distributions by.
15758
+ * This field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants(tenant-only).
15712
15759
  */
15713
15760
  connectionMode?: enums.cloudfront.DistributionConnectionMode;
15714
15761
  /**
15715
- * The identifier of a continuous deployment policy. For more information, see ``CreateContinuousDeploymentPolicy``.
15762
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
15763
+ * The identifier of a continuous deployment policy. For more information, see ``CreateContinuousDeploymentPolicy``.
15716
15764
  */
15717
15765
  continuousDeploymentPolicyId?: string;
15718
15766
  /**
@@ -15752,7 +15800,8 @@ export declare namespace cloudfront {
15752
15800
  */
15753
15801
  httpVersion?: string;
15754
15802
  /**
15755
- * If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify ``true``. If you specify ``false``, CloudFront responds to IPv6 DNS requests with the DNS response code ``NOERROR`` and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.
15803
+ * To use this field for a multi-tenant distribution, use a connection group instead. For more information, see [ConnectionGroup](https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ConnectionGroup.html).
15804
+ * If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify ``true``. If you specify ``false``, CloudFront responds to IPv6 DNS requests with the DNS response code ``NOERROR`` and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.
15756
15805
  * In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the ``IpAddress`` parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see [Creating a Signed URL Using a Custom Policy](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-creating-signed-url-custom-policy.html) in the *Amazon CloudFront Developer Guide*.
15757
15806
  * If you're using an R53AWSIntlong alias resource record set to route traffic to your CloudFront distribution, you need to create a second alias resource record set when both of the following are true:
15758
15807
  * + You enable IPv6 for the distribution
@@ -15778,7 +15827,8 @@ export declare namespace cloudfront {
15778
15827
  */
15779
15828
  origins?: outputs.cloudfront.DistributionOrigin[];
15780
15829
  /**
15781
- * The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify ``PriceClass_All``, CloudFront responds to requests for your objects from all CloudFront edge locations.
15830
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
15831
+ * The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify ``PriceClass_All``, CloudFront responds to requests for your objects from all CloudFront edge locations.
15782
15832
  * If you specify a price class other than ``PriceClass_All``, CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.
15783
15833
  * For more information about price classes, see [Choosing the Price Class for a CloudFront Distribution](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PriceClass.html) in the *Amazon CloudFront Developer Guide*. For information about CloudFront pricing, including how price classes (such as Price Class 100) map to CloudFront regions, see [Amazon CloudFront Pricing](https://docs.aws.amazon.com/cloudfront/pricing/).
15784
15834
  */
@@ -15793,11 +15843,13 @@ export declare namespace cloudfront {
15793
15843
  */
15794
15844
  s3Origin?: outputs.cloudfront.DistributionLegacyS3Origin;
15795
15845
  /**
15796
- * A Boolean that indicates whether this is a staging distribution. When this value is ``true``, this is a staging distribution. When this value is ``false``, this is not a staging distribution.
15846
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
15847
+ * A Boolean that indicates whether this is a staging distribution. When this value is ``true``, this is a staging distribution. When this value is ``false``, this is not a staging distribution.
15797
15848
  */
15798
15849
  staging?: boolean;
15799
15850
  /**
15800
- * A distribution tenant configuration.
15851
+ * This field only supports multi-tenant distributions. You can't specify this field for standard distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
15852
+ * A distribution tenant configuration.
15801
15853
  */
15802
15854
  tenantConfig?: outputs.cloudfront.DistributionConfigTenantConfigProperties;
15803
15855
  /**
@@ -15805,13 +15857,15 @@ export declare namespace cloudfront {
15805
15857
  */
15806
15858
  viewerCertificate?: outputs.cloudfront.DistributionViewerCertificate;
15807
15859
  /**
15808
- * A unique identifier that specifies the WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of WAF, use the ACL ARN, for example ``arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111``. To specify a web ACL created using WAF Classic, use the ACL ID, for example ``a1b2c3d4-5678-90ab-cdef-EXAMPLE11111``.
15860
+ * Multi-tenant distributions only support WAF V2 web ACLs.
15861
+ * A unique identifier that specifies the WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of WAF, use the ACL ARN, for example ``arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111``. To specify a web ACL created using WAF Classic, use the ACL ID, for example ``a1b2c3d4-5678-90ab-cdef-EXAMPLE11111``.
15809
15862
  * WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about WAF, see the [Developer Guide](https://docs.aws.amazon.com/waf/latest/developerguide/what-is-aws-waf.html).
15810
15863
  */
15811
15864
  webAclId?: string;
15812
15865
  }
15813
15866
  /**
15814
- * A distribution tenant configuration.
15867
+ * This field only supports multi-tenant distributions. You can't specify this field for standard distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
15868
+ * A distribution tenant configuration.
15815
15869
  */
15816
15870
  interface DistributionConfigTenantConfigProperties {
15817
15871
  parameterDefinitions?: outputs.cloudfront.DistributionParameterDefinition[];
@@ -15889,9 +15943,10 @@ export declare namespace cloudfront {
15889
15943
  * The HTTPS port that CloudFront uses to connect to the origin. Specify the HTTPS port that the origin listens on.
15890
15944
  */
15891
15945
  httpsPort?: number;
15946
+ ipAddressType?: enums.cloudfront.DistributionCustomOriginConfigIpAddressType;
15892
15947
  /**
15893
- * Specifies how long, in seconds, CloudFront persists its connection to the origin. The minimum timeout is 1 second, the maximum is 60 seconds, and the default (if you don't specify otherwise) is 5 seconds.
15894
- * For more information, see [Keep-alive timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginKeepaliveTimeout) in the *Amazon CloudFront Developer Guide*.
15948
+ * Specifies how long, in seconds, CloudFront persists its connection to the origin. The minimum timeout is 1 second, the maximum is 120 seconds, and the default (if you don't specify otherwise) is 5 seconds.
15949
+ * For more information, see [Keep-alive timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginKeepaliveTimeout) in the *Amazon CloudFront Developer Guide*.
15895
15950
  */
15896
15951
  originKeepaliveTimeout?: number;
15897
15952
  /**
@@ -15902,13 +15957,13 @@ export declare namespace cloudfront {
15902
15957
  */
15903
15958
  originProtocolPolicy: string;
15904
15959
  /**
15905
- * Specifies how long, in seconds, CloudFront waits for a response from the origin. This is also known as the *origin response timeout*. The minimum timeout is 1 second, the maximum is 60 seconds, and the default (if you don't specify otherwise) is 30 seconds.
15906
- * For more information, see [Response timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginResponseTimeout) in the *Amazon CloudFront Developer Guide*.
15960
+ * Specifies how long, in seconds, CloudFront waits for a response from the origin. This is also known as the *origin response timeout*. The minimum timeout is 1 second, the maximum is 120 seconds, and the default (if you don't specify otherwise) is 30 seconds.
15961
+ * For more information, see [Response timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginResponseTimeout) in the *Amazon CloudFront Developer Guide*.
15907
15962
  */
15908
15963
  originReadTimeout?: number;
15909
15964
  /**
15910
15965
  * 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``.
15911
- * 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*.
15966
+ * For more information, see [Minimum Origin SSL Protocol](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginSSLProtocols) in the *Amazon CloudFront Developer Guide*.
15912
15967
  */
15913
15968
  originSslProtocols?: string[];
15914
15969
  }
@@ -15943,7 +15998,8 @@ export declare namespace cloudfront {
15943
15998
  */
15944
15999
  compress?: boolean;
15945
16000
  /**
15946
- * This field is deprecated. We recommend that you use the ``DefaultTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
16001
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
16002
+ * This field is deprecated. We recommend that you use the ``DefaultTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
15947
16003
  * The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as ``Cache-Control max-age``, ``Cache-Control s-maxage``, and ``Expires`` to objects. For more information, see [Managing How Long Content Stays in an Edge Cache (Expiration)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html) in the *Amazon CloudFront Developer Guide*.
15948
16004
  */
15949
16005
  defaultTtl?: number;
@@ -15972,12 +16028,14 @@ export declare namespace cloudfront {
15972
16028
  */
15973
16029
  lambdaFunctionAssociations?: outputs.cloudfront.DistributionLambdaFunctionAssociation[];
15974
16030
  /**
15975
- * This field is deprecated. We recommend that you use the ``MaxTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
16031
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
16032
+ * This field is deprecated. We recommend that you use the ``MaxTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
15976
16033
  * The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as ``Cache-Control max-age``, ``Cache-Control s-maxage``, and ``Expires`` to objects. For more information, see [Managing How Long Content Stays in an Edge Cache (Expiration)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html) in the *Amazon CloudFront Developer Guide*.
15977
16034
  */
15978
16035
  maxTtl?: number;
15979
16036
  /**
15980
- * This field is deprecated. We recommend that you use the ``MinTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
16037
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
16038
+ * This field is deprecated. We recommend that you use the ``MinTTL`` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide*.
15981
16039
  * The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see [Managing How Long Content Stays in an Edge Cache (Expiration)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html) in the *Amazon CloudFront Developer Guide*.
15982
16040
  * You must specify ``0`` for ``MinTTL`` if you configure CloudFront to forward all headers to your origin (under ``Headers``, if you specify ``1`` for ``Quantity`` and ``*`` for ``Name``).
15983
16041
  */
@@ -15995,7 +16053,8 @@ export declare namespace cloudfront {
15995
16053
  */
15996
16054
  responseHeadersPolicyId?: string;
15997
16055
  /**
15998
- * Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify ``true``; if not, specify ``false``. If you specify ``true`` for ``SmoothStreaming``, you can still distribute other content using this cache behavior if the content matches the value of ``PathPattern``.
16056
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
16057
+ * Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify ``true``; if not, specify ``false``. If you specify ``true`` for ``SmoothStreaming``, you can still distribute other content using this cache behavior if the content matches the value of ``PathPattern``.
15999
16058
  */
16000
16059
  smoothStreaming?: boolean;
16001
16060
  /**
@@ -16009,6 +16068,7 @@ export declare namespace cloudfront {
16009
16068
  trustedKeyGroups?: string[];
16010
16069
  /**
16011
16070
  * We recommend using ``TrustedKeyGroups`` instead of ``TrustedSigners``.
16071
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
16012
16072
  * A list of AWS-account IDs whose public keys CloudFront can use to validate signed URLs or signed cookies.
16013
16073
  * When a cache behavior contains trusted signers, CloudFront requires signed URLs or signed cookies for all requests that match the cache behavior. The URLs or cookies must be signed with the private key of a CloudFront key pair in a trusted signer's AWS-account. The signed URL or cookie contains information about which public key CloudFront should use to verify the signature. For more information, see [Serving private content](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/PrivateContent.html) in the *Amazon CloudFront Developer Guide*.
16014
16074
  */
@@ -16025,7 +16085,8 @@ export declare namespace cloudfront {
16025
16085
  viewerProtocolPolicy: string;
16026
16086
  }
16027
16087
  /**
16028
- * This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field.
16088
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
16089
+ * This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field.
16029
16090
  * If you want to include values in the cache key, use a cache policy. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) in the *Amazon CloudFront Developer Guide*.
16030
16091
  * If you want to send values to the origin but not include them in the cache key, use an origin request policy. For more information, see [Creating origin request policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-origin-requests.html#origin-request-create-origin-request-policy) in the *Amazon CloudFront Developer Guide*.
16031
16092
  * A complex type that specifies how CloudFront handles query strings, cookies, and HTTP headers.
@@ -16564,7 +16625,8 @@ export declare namespace cloudfront {
16564
16625
  */
16565
16626
  cloudFrontDefaultCertificate?: boolean;
16566
16627
  /**
16567
- * In CloudFormation, this field name is ``IamCertificateId``. Note the different capitalization.
16628
+ * This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide*.
16629
+ * In CloudFormation, this field name is ``IamCertificateId``. Note the different capitalization.
16568
16630
  * If the distribution uses ``Aliases`` (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in [(IAM)](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html), provide the ID of the IAM certificate.
16569
16631
  * If you specify an IAM certificate ID, you must also specify values for ``MinimumProtocolVersion`` and ``SSLSupportMethod``. (In CloudFormation, the field name is ``SslSupportMethod``. Note the different capitalization.)
16570
16632
  */
@@ -16596,13 +16658,13 @@ export declare namespace cloudfront {
16596
16658
  */
16597
16659
  interface DistributionVpcOriginConfig {
16598
16660
  /**
16599
- * Specifies how long, in seconds, CloudFront persists its connection to the origin. The minimum timeout is 1 second, the maximum is 60 seconds, and the default (if you don't specify otherwise) is 5 seconds.
16600
- * For more information, see [Keep-alive timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginKeepaliveTimeout) in the *Amazon CloudFront Developer Guide*.
16661
+ * Specifies how long, in seconds, CloudFront persists its connection to the origin. The minimum timeout is 1 second, the maximum is 120 seconds, and the default (if you don't specify otherwise) is 5 seconds.
16662
+ * For more information, see [Keep-alive timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginKeepaliveTimeout) in the *Amazon CloudFront Developer Guide*.
16601
16663
  */
16602
16664
  originKeepaliveTimeout?: number;
16603
16665
  /**
16604
- * Specifies how long, in seconds, CloudFront waits for a response from the origin. This is also known as the *origin response timeout*. The minimum timeout is 1 second, the maximum is 60 seconds, and the default (if you don't specify otherwise) is 30 seconds.
16605
- * For more information, see [Response timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesOriginResponseTimeout) in the *Amazon CloudFront Developer Guide*.
16666
+ * Specifies how long, in seconds, CloudFront waits for a response from the origin. This is also known as the *origin response timeout*. The minimum timeout is 1 second, the maximum is 120 seconds, and the default (if you don't specify otherwise) is 30 seconds.
16667
+ * For more information, see [Response timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginResponseTimeout) in the *Amazon CloudFront Developer Guide*.
16606
16668
  */
16607
16669
  originReadTimeout?: number;
16608
16670
  /**
@@ -17203,7 +17265,7 @@ export declare namespace cloudfront {
17203
17265
  originProtocolPolicy?: string;
17204
17266
  /**
17205
17267
  * 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``.
17206
- * 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*.
17268
+ * For more information, see [Minimum Origin SSL Protocol](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginSSLProtocols) in the *Amazon CloudFront Developer Guide*.
17207
17269
  */
17208
17270
  originSslProtocols?: string[];
17209
17271
  }
@@ -18314,6 +18376,32 @@ export declare namespace codepipeline {
18314
18376
  */
18315
18377
  name: string;
18316
18378
  }
18379
+ /**
18380
+ * Properties that configure the authentication applied to incoming webhook trigger requests
18381
+ */
18382
+ interface WebhookAuthConfiguration {
18383
+ /**
18384
+ * The property used to configure acceptance of webhooks in an IP address range. For IP, only the AllowedIPRange property must be set. This property must be set to a valid CIDR range.
18385
+ */
18386
+ allowedIpRange?: string;
18387
+ /**
18388
+ * The property used to configure GitHub authentication. For GITHUB_HMAC, only the SecretToken property must be set.
18389
+ */
18390
+ secretToken?: string;
18391
+ }
18392
+ /**
18393
+ * A list of rules applied to the body/payload sent in the POST request to a webhook URL. All defined rules must pass for the request to be accepted and the pipeline started.
18394
+ */
18395
+ interface WebhookFilterRule {
18396
+ /**
18397
+ * A JsonPath expression that is applied to the body/payload of the webhook. The value selected by the JsonPath expression must match the value specified in the MatchEquals field. Otherwise, the request is ignored.
18398
+ */
18399
+ jsonPath: string;
18400
+ /**
18401
+ * The value selected by the JsonPath expression must match what is supplied in the MatchEquals field. Otherwise, the request is ignored.
18402
+ */
18403
+ matchEquals?: string;
18404
+ }
18317
18405
  }
18318
18406
  export declare namespace codestarconnections {
18319
18407
  }
@@ -19461,6 +19549,19 @@ export declare namespace configuration {
19461
19549
  }
19462
19550
  }
19463
19551
  export declare namespace connect {
19552
+ /**
19553
+ * Custom metadata associated to a Predefined attribute that controls how the attribute behaves when used by upstream services.
19554
+ */
19555
+ interface AttributeConfigurationProperties {
19556
+ /**
19557
+ * Enables customers to enforce strict validation on the specific values that this predefined attribute can hold.
19558
+ */
19559
+ enableValueValidationOnAssociation?: boolean;
19560
+ /**
19561
+ * Allows the predefined attribute to show up and be managed in the Amazon Connect UI.
19562
+ */
19563
+ isReadOnly?: boolean;
19564
+ }
19464
19565
  /**
19465
19566
  * The constraints for the task template
19466
19567
  */
@@ -23556,6 +23657,123 @@ export declare namespace datazone {
23556
23657
  */
23557
23658
  interface OwnerProperties {
23558
23659
  }
23660
+ interface PolicyGrantAddToProjectMemberPoolPolicyGrantDetail {
23661
+ includeChildDomainUnits?: boolean;
23662
+ }
23663
+ interface PolicyGrantAllDomainUnitsGrantFilter {
23664
+ }
23665
+ interface PolicyGrantAllUsersGrantFilter {
23666
+ }
23667
+ interface PolicyGrantCreateAssetTypePolicyGrantDetail {
23668
+ includeChildDomainUnits?: boolean;
23669
+ }
23670
+ interface PolicyGrantCreateDomainUnitPolicyGrantDetail {
23671
+ includeChildDomainUnits?: boolean;
23672
+ }
23673
+ interface PolicyGrantCreateEnvironmentProfilePolicyGrantDetail {
23674
+ domainUnitId?: string;
23675
+ }
23676
+ interface PolicyGrantCreateFormTypePolicyGrantDetail {
23677
+ includeChildDomainUnits?: boolean;
23678
+ }
23679
+ interface PolicyGrantCreateGlossaryPolicyGrantDetail {
23680
+ includeChildDomainUnits?: boolean;
23681
+ }
23682
+ interface PolicyGrantCreateProjectFromProjectProfilePolicyGrantDetail {
23683
+ includeChildDomainUnits?: boolean;
23684
+ projectProfiles?: string[];
23685
+ }
23686
+ interface PolicyGrantCreateProjectPolicyGrantDetail {
23687
+ includeChildDomainUnits?: boolean;
23688
+ }
23689
+ interface PolicyGrantDetail0Properties {
23690
+ createDomainUnit: outputs.datazone.PolicyGrantCreateDomainUnitPolicyGrantDetail;
23691
+ }
23692
+ interface PolicyGrantDetail10Properties {
23693
+ createEnvironment: outputs.datazone.PolicyGrantUnit;
23694
+ }
23695
+ interface PolicyGrantDetail11Properties {
23696
+ createEnvironmentFromBlueprint: outputs.datazone.PolicyGrantUnit;
23697
+ }
23698
+ interface PolicyGrantDetail12Properties {
23699
+ createProjectFromProjectProfile: outputs.datazone.PolicyGrantCreateProjectFromProjectProfilePolicyGrantDetail;
23700
+ }
23701
+ interface PolicyGrantDetail1Properties {
23702
+ overrideDomainUnitOwners: outputs.datazone.PolicyGrantOverrideDomainUnitOwnersPolicyGrantDetail;
23703
+ }
23704
+ interface PolicyGrantDetail2Properties {
23705
+ addToProjectMemberPool: outputs.datazone.PolicyGrantAddToProjectMemberPoolPolicyGrantDetail;
23706
+ }
23707
+ interface PolicyGrantDetail3Properties {
23708
+ overrideProjectOwners: outputs.datazone.PolicyGrantOverrideProjectOwnersPolicyGrantDetail;
23709
+ }
23710
+ interface PolicyGrantDetail4Properties {
23711
+ createGlossary: outputs.datazone.PolicyGrantCreateGlossaryPolicyGrantDetail;
23712
+ }
23713
+ interface PolicyGrantDetail5Properties {
23714
+ createFormType: outputs.datazone.PolicyGrantCreateFormTypePolicyGrantDetail;
23715
+ }
23716
+ interface PolicyGrantDetail6Properties {
23717
+ createAssetType: outputs.datazone.PolicyGrantCreateAssetTypePolicyGrantDetail;
23718
+ }
23719
+ interface PolicyGrantDetail7Properties {
23720
+ createProject: outputs.datazone.PolicyGrantCreateProjectPolicyGrantDetail;
23721
+ }
23722
+ interface PolicyGrantDetail8Properties {
23723
+ createEnvironmentProfile: outputs.datazone.PolicyGrantCreateEnvironmentProfilePolicyGrantDetail;
23724
+ }
23725
+ interface PolicyGrantDetail9Properties {
23726
+ delegateCreateEnvironmentProfile: outputs.datazone.PolicyGrantUnit;
23727
+ }
23728
+ interface PolicyGrantDomainUnitFilterForProject {
23729
+ domainUnit: string;
23730
+ includeChildDomainUnits?: boolean;
23731
+ }
23732
+ interface PolicyGrantDomainUnitGrantFilterProperties {
23733
+ allDomainUnitsGrantFilter: outputs.datazone.PolicyGrantAllDomainUnitsGrantFilter;
23734
+ }
23735
+ interface PolicyGrantDomainUnitPolicyGrantPrincipal {
23736
+ domainUnitDesignation?: enums.datazone.PolicyGrantDomainUnitDesignation;
23737
+ domainUnitGrantFilter?: outputs.datazone.PolicyGrantDomainUnitGrantFilterProperties;
23738
+ domainUnitIdentifier?: string;
23739
+ }
23740
+ interface PolicyGrantGroupPolicyGrantPrincipalProperties {
23741
+ groupIdentifier: string;
23742
+ }
23743
+ interface PolicyGrantOverrideDomainUnitOwnersPolicyGrantDetail {
23744
+ includeChildDomainUnits?: boolean;
23745
+ }
23746
+ interface PolicyGrantOverrideProjectOwnersPolicyGrantDetail {
23747
+ includeChildDomainUnits?: boolean;
23748
+ }
23749
+ interface PolicyGrantPrincipal0Properties {
23750
+ user: outputs.datazone.PolicyGrantUserPolicyGrantPrincipal0Properties | outputs.datazone.PolicyGrantUserPolicyGrantPrincipal1Properties;
23751
+ }
23752
+ interface PolicyGrantPrincipal1Properties {
23753
+ group: outputs.datazone.PolicyGrantGroupPolicyGrantPrincipalProperties;
23754
+ }
23755
+ interface PolicyGrantPrincipal2Properties {
23756
+ project: outputs.datazone.PolicyGrantProjectPolicyGrantPrincipal;
23757
+ }
23758
+ interface PolicyGrantPrincipal3Properties {
23759
+ domainUnit: outputs.datazone.PolicyGrantDomainUnitPolicyGrantPrincipal;
23760
+ }
23761
+ interface PolicyGrantProjectGrantFilterProperties {
23762
+ domainUnitFilter: outputs.datazone.PolicyGrantDomainUnitFilterForProject;
23763
+ }
23764
+ interface PolicyGrantProjectPolicyGrantPrincipal {
23765
+ projectDesignation?: enums.datazone.PolicyGrantProjectDesignation;
23766
+ projectGrantFilter?: outputs.datazone.PolicyGrantProjectGrantFilterProperties;
23767
+ projectIdentifier?: string;
23768
+ }
23769
+ interface PolicyGrantUnit {
23770
+ }
23771
+ interface PolicyGrantUserPolicyGrantPrincipal0Properties {
23772
+ userIdentifier: string;
23773
+ }
23774
+ interface PolicyGrantUserPolicyGrantPrincipal1Properties {
23775
+ allUsersGrantFilter: outputs.datazone.PolicyGrantAllUsersGrantFilter;
23776
+ }
23559
23777
  interface ProjectEnvironmentConfigurationUserParameter {
23560
23778
  /**
23561
23779
  * The environment configuration name.
@@ -24057,7 +24275,7 @@ export declare namespace directoryservice {
24057
24275
  export declare namespace dms {
24058
24276
  interface DataMigrationSettings {
24059
24277
  /**
24060
- * The property specifies whether to enable the Cloudwatch log.
24278
+ * The property specifies whether to enable the CloudWatch log.
24061
24279
  */
24062
24280
  cloudwatchLogsEnabled?: boolean;
24063
24281
  /**
@@ -24391,6 +24609,10 @@ export declare namespace dynamodb {
24391
24609
  * Indicates whether CloudWatch Contributor Insights are to be enabled (true) or disabled (false).
24392
24610
  */
24393
24611
  enabled: boolean;
24612
+ /**
24613
+ * Specifies the CloudWatch Contributor Insights mode for a global table. Valid values are `ACCESSED_AND_THROTTLED_KEYS` (tracks all access and throttled events) or `THROTTLED_KEYS` (tracks only throttled events). This setting determines what type of contributor insights data is collected for the global table.
24614
+ */
24615
+ mode?: enums.dynamodb.GlobalTableContributorInsightsSpecificationMode;
24394
24616
  }
24395
24617
  interface GlobalTableGlobalSecondaryIndex {
24396
24618
  /**
@@ -24730,6 +24952,10 @@ export declare namespace dynamodb {
24730
24952
  * Indicates whether CloudWatch Contributor Insights are to be enabled (true) or disabled (false).
24731
24953
  */
24732
24954
  enabled: boolean;
24955
+ /**
24956
+ * Specifies the CloudWatch Contributor Insights mode for a table. Valid values are `ACCESSED_AND_THROTTLED_KEYS` (tracks all access and throttled events) or `THROTTLED_KEYS` (tracks only throttled events). This setting determines what type of contributor insights data is collected for the table.
24957
+ */
24958
+ mode?: enums.dynamodb.TableContributorInsightsSpecificationMode;
24733
24959
  }
24734
24960
  /**
24735
24961
  * The options for imported source files in CSV format. The values are Delimiter and HeaderList.
@@ -31738,7 +31964,14 @@ export declare namespace ecs {
31738
31964
  }
31739
31965
  interface TaskSetCapacityProviderStrategyItem {
31740
31966
  /**
31741
- * The *base* value designates how many tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a *base* defined. If no value is specified, the default value of `0` is used.
31967
+ * The *base* value designates how many tasks, at a minimum, to run on the specified capacity provider for each service. Only one capacity provider in a capacity provider strategy can have a *base* defined. If no value is specified, the default value of `0` is used.
31968
+ *
31969
+ * Base value characteristics:
31970
+ *
31971
+ * - Only one capacity provider in a strategy can have a base defined
31972
+ * - Default value is `0` if not specified
31973
+ * - Valid range: 0 to 100,000
31974
+ * - Base requirements are satisfied first before weight distribution
31742
31975
  */
31743
31976
  base?: number;
31744
31977
  /**
@@ -31750,7 +31983,24 @@ export declare namespace ecs {
31750
31983
  *
31751
31984
  * If no `weight` value is specified, the default value of `0` is used. When multiple capacity providers are specified within a capacity provider strategy, at least one of the capacity providers must have a weight value greater than zero and any capacity providers with a weight of `0` can't be used to place tasks. If you specify multiple capacity providers in a strategy that all have a weight of `0` , any `RunTask` or `CreateService` actions using the capacity provider strategy will fail.
31752
31985
  *
31753
- * An example scenario for using weights is defining a strategy that contains two capacity providers and both have a weight of `1` , then when the `base` is satisfied, the tasks will be split evenly across the two capacity providers. Using that same logic, if you specify a weight of `1` for *capacityProviderA* and a weight of `4` for *capacityProviderB* , then for every one task that's run using *capacityProviderA* , four tasks would use *capacityProviderB* .
31986
+ * Weight value characteristics:
31987
+ *
31988
+ * - Weight is considered after the base value is satisfied
31989
+ * - Default value is `0` if not specified
31990
+ * - Valid range: 0 to 1,000
31991
+ * - At least one capacity provider must have a weight greater than zero
31992
+ * - Capacity providers with weight of `0` cannot place tasks
31993
+ *
31994
+ * Task distribution logic:
31995
+ *
31996
+ * - Base satisfaction: The minimum number of tasks specified by the base value are placed on that capacity provider
31997
+ * - Weight distribution: After base requirements are met, additional tasks are distributed according to weight ratios
31998
+ *
31999
+ * Examples:
32000
+ *
32001
+ * Equal Distribution: Two capacity providers both with weight `1` will split tasks evenly after base requirements are met.
32002
+ *
32003
+ * Weighted Distribution: If capacityProviderA has weight `1` and capacityProviderB has weight `4` , then for every 1 task on A, 4 tasks will run on B.
31754
32004
  */
31755
32005
  weight?: number;
31756
32006
  }
@@ -32287,6 +32537,15 @@ export declare namespace eks {
32287
32537
  */
32288
32538
  clusterLogging?: outputs.eks.ClusterLoggingEnabledTypes;
32289
32539
  }
32540
+ /**
32541
+ * The custom namespace configuration to use with the add-on
32542
+ */
32543
+ interface NamespaceConfigProperties {
32544
+ /**
32545
+ * The custom namespace for creating the add-on
32546
+ */
32547
+ namespace: string;
32548
+ }
32290
32549
  /**
32291
32550
  * An object representing a launch template specification for AWS EKS Nodegroup.
32292
32551
  */
@@ -33722,6 +33981,9 @@ export declare namespace emrserverless {
33722
33981
  }
33723
33982
  }
33724
33983
  export declare namespace entityresolution {
33984
+ interface IdMappingWorkflowIdMappingIncrementalRunConfig {
33985
+ incrementalRunType: enums.entityresolution.IdMappingWorkflowIdMappingIncrementalRunConfigIncrementalRunType;
33986
+ }
33725
33987
  interface IdMappingWorkflowIdMappingRuleBasedProperties {
33726
33988
  /**
33727
33989
  * The comparison type. You can either choose `ONE_TO_ONE` or `MANY_TO_MANY` as the `attributeMatchingModel` .
@@ -36951,6 +37213,16 @@ export declare namespace glue {
36951
37213
  * The name of the DynamoDB table to crawl.
36952
37214
  */
36953
37215
  path?: string;
37216
+ /**
37217
+ * Indicates whether to scan all the records, or to sample rows from the table. Scanning all the records can take a long time when the table is not a high throughput table. A value of true means to scan all records, while a value of false means to sample the records. If no value is specified, the value defaults to true.
37218
+ */
37219
+ scanAll?: boolean;
37220
+ /**
37221
+ * The percentage of the configured read capacity units to use by the AWS Glue crawler. Read capacity units is a term defined by DynamoDB, and is a numeric value that acts as rate limiter for the number of reads that can be performed on that table per second.
37222
+ *
37223
+ * The valid values are null or a value between 0.1 to 1.5. A null value is used when user does not provide a value, and defaults to 0.5 of the configured Read Capacity Unit (for provisioned tables), or 0.25 of the max configured Read Capacity Unit (for tables using on-demand mode).
37224
+ */
37225
+ scanRate?: number;
36954
37226
  }
36955
37227
  /**
36956
37228
  * Specifies Apache Hudi data store targets.
@@ -39426,6 +39698,86 @@ export declare namespace inspectorv2 {
39426
39698
  days: enums.inspectorv2.CisScanConfigurationDay[];
39427
39699
  startTime: outputs.inspectorv2.CisScanConfigurationTime;
39428
39700
  }
39701
+ interface CodeSecurityIntegrationCreateDetails {
39702
+ /**
39703
+ * Details specific to creating an integration with a self-managed GitLab instance.
39704
+ */
39705
+ gitlabSelfManaged: outputs.inspectorv2.CodeSecurityIntegrationCreateGitLabSelfManagedIntegrationDetail;
39706
+ }
39707
+ interface CodeSecurityIntegrationCreateGitLabSelfManagedIntegrationDetail {
39708
+ /**
39709
+ * The personal access token used to authenticate with the self-managed GitLab instance.
39710
+ */
39711
+ accessToken: string;
39712
+ /**
39713
+ * The URL of the self-managed GitLab instance.
39714
+ */
39715
+ instanceUrl: string;
39716
+ }
39717
+ interface CodeSecurityIntegrationUpdateDetails {
39718
+ /**
39719
+ * Details specific to updating an integration with GitHub.
39720
+ */
39721
+ github?: outputs.inspectorv2.CodeSecurityIntegrationUpdateGitHubIntegrationDetail;
39722
+ /**
39723
+ * Details specific to updating an integration with a self-managed GitLab instance.
39724
+ */
39725
+ gitlabSelfManaged?: outputs.inspectorv2.CodeSecurityIntegrationUpdateGitLabSelfManagedIntegrationDetail;
39726
+ }
39727
+ interface CodeSecurityIntegrationUpdateGitHubIntegrationDetail {
39728
+ /**
39729
+ * The authorization code received from GitHub to update the integration.
39730
+ */
39731
+ code: string;
39732
+ /**
39733
+ * The installation ID of the GitHub App associated with the integration.
39734
+ */
39735
+ installationId: string;
39736
+ }
39737
+ interface CodeSecurityIntegrationUpdateGitLabSelfManagedIntegrationDetail {
39738
+ /**
39739
+ * The authorization code received from the self-managed GitLab instance to update the integration.
39740
+ */
39741
+ authCode: string;
39742
+ }
39743
+ interface CodeSecurityScanConfiguration {
39744
+ /**
39745
+ * Configuration settings for continuous integration scans that run automatically when code changes are made.
39746
+ */
39747
+ continuousIntegrationScanConfiguration?: outputs.inspectorv2.CodeSecurityScanConfigurationContinuousIntegrationScanConfiguration;
39748
+ /**
39749
+ * Configuration settings for periodic scans that run on a scheduled basis.
39750
+ */
39751
+ periodicScanConfiguration?: outputs.inspectorv2.CodeSecurityScanConfigurationPeriodicScanConfiguration;
39752
+ /**
39753
+ * The categories of security rules to be applied during the scan.
39754
+ */
39755
+ ruleSetCategories: enums.inspectorv2.CodeSecurityScanConfigurationRuleSetCategory[];
39756
+ }
39757
+ interface CodeSecurityScanConfigurationContinuousIntegrationScanConfiguration {
39758
+ /**
39759
+ * The repository events that trigger continuous integration scans, such as pull requests or commits.
39760
+ */
39761
+ supportedEvents: enums.inspectorv2.CodeSecurityScanConfigurationContinuousIntegrationScanEvent[];
39762
+ }
39763
+ interface CodeSecurityScanConfigurationPeriodicScanConfiguration {
39764
+ /**
39765
+ * The frequency at which periodic scans are performed (such as weekly or monthly).
39766
+ *
39767
+ * If you don't provide the `frequencyExpression` Amazon Inspector chooses day for the scan to run. If you provide the `frequencyExpression` , the schedule must match the specified `frequency` .
39768
+ */
39769
+ frequency?: enums.inspectorv2.CodeSecurityScanConfigurationPeriodicScanFrequency;
39770
+ /**
39771
+ * The schedule expression for periodic scans, in cron format.
39772
+ */
39773
+ frequencyExpression?: string;
39774
+ }
39775
+ interface CodeSecurityScanConfigurationScopeSettings {
39776
+ /**
39777
+ * The scope of projects to be selected for scanning within the integrated repositories.
39778
+ */
39779
+ projectSelectionScope?: enums.inspectorv2.CodeSecurityScanConfigurationProjectSelectionScope;
39780
+ }
39429
39781
  interface FilterCriteria {
39430
39782
  /**
39431
39783
  * Details of the AWS account IDs used to filter findings.
@@ -39861,8 +40213,17 @@ export declare namespace iot {
39861
40213
  contentType?: string;
39862
40214
  }
39863
40215
  interface ConfigurationDetailsProperties {
40216
+ /**
40217
+ * The health status of KMS key and AWS KMS access role. If either KMS key or AWS KMS access role is `UNHEALTHY` , the return value will be `UNHEALTHY` . To use a customer managed KMS key, the value of `configurationStatus` must be `HEALTHY` .
40218
+ */
39864
40219
  configurationStatus?: enums.iot.EncryptionConfigurationConfigurationDetailsPropertiesConfigurationStatus;
40220
+ /**
40221
+ * The error code that indicates either the KMS key or the AWS KMS access role is `UNHEALTHY` . Valid values: `KMS_KEY_VALIDATION_ERROR` and `ROLE_VALIDATION_ERROR` .
40222
+ */
39865
40223
  errorCode?: string;
40224
+ /**
40225
+ * The detailed error message that corresponds to the `errorCode` .
40226
+ */
39866
40227
  errorMessage?: string;
39867
40228
  }
39868
40229
  interface DomainConfigurationAuthorizerConfig {
@@ -45817,6 +46178,10 @@ export declare namespace kinesisanalyticsv2 {
45817
46178
  * The code location and type parameters for a Flink-based Kinesis Data Analytics application.
45818
46179
  */
45819
46180
  applicationCodeConfiguration?: outputs.kinesisanalyticsv2.ApplicationCodeConfiguration;
46181
+ /**
46182
+ * Describes whether customer managed key is enabled and key details for customer data encryption
46183
+ */
46184
+ applicationEncryptionConfiguration?: outputs.kinesisanalyticsv2.ApplicationEncryptionConfiguration;
45820
46185
  /**
45821
46186
  * Describes whether snapshots are enabled for a Flink-based Kinesis Data Analytics application.
45822
46187
  */
@@ -45887,6 +46252,19 @@ export declare namespace kinesisanalyticsv2 {
45887
46252
  */
45888
46253
  s3ContentLocation: outputs.kinesisanalyticsv2.ApplicationS3ContentBaseLocation;
45889
46254
  }
46255
+ /**
46256
+ * Describes whether customer managed key is enabled and key details for customer data encryption
46257
+ */
46258
+ interface ApplicationEncryptionConfiguration {
46259
+ /**
46260
+ * KMS KeyId. Can be either key uuid or full key arn or key alias arn or short key alias
46261
+ */
46262
+ keyId?: string;
46263
+ /**
46264
+ * Specifies whether application data is encrypted using service key: AWS_OWNED_KEY or customer key: CUSTOMER_MANAGED_KEY
46265
+ */
46266
+ keyType: enums.kinesisanalyticsv2.ApplicationEncryptionConfigurationKeyType;
46267
+ }
45890
46268
  /**
45891
46269
  * Describes execution properties for a Flink-based Kinesis Data Analytics application.
45892
46270
  */
@@ -54844,7 +55222,7 @@ export declare namespace networkfirewall {
54844
55222
  */
54845
55223
  certificateAuthorityArn?: string;
54846
55224
  /**
54847
- * When enabled, Network Firewall checks if the server certificate presented by the server in the SSL/TLS connection has a revoked or unkown status. If the certificate has an unknown or revoked status, you must specify the actions that Network Firewall takes on outbound traffic. To check the certificate revocation status, you must also specify a `CertificateAuthorityArn` in [ServerCertificateConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-servercertificateconfiguration.html) .
55225
+ * When enabled, Network Firewall checks if the server certificate presented by the server in the SSL/TLS connection has a revoked or unkown status. If the certificate has an unknown or revoked status, you must specify the actions that Network Firewall takes on outbound traffic. To check the certificate revocation status, you must also specify a `CertificateAuthorityArn` in [ServerCertificateConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-networkfirewall-servercertificateconfiguration.html) .
54848
55226
  */
54849
55227
  checkCertificateRevocationStatus?: outputs.networkfirewall.TlsInspectionConfigurationServerCertificateConfigurationCheckCertificateRevocationStatusProperties;
54850
55228
  /**
@@ -54857,7 +55235,7 @@ export declare namespace networkfirewall {
54857
55235
  serverCertificates?: outputs.networkfirewall.TlsInspectionConfigurationServerCertificate[];
54858
55236
  }
54859
55237
  /**
54860
- * When enabled, Network Firewall checks if the server certificate presented by the server in the SSL/TLS connection has a revoked or unkown status. If the certificate has an unknown or revoked status, you must specify the actions that Network Firewall takes on outbound traffic. To check the certificate revocation status, you must also specify a `CertificateAuthorityArn` in [ServerCertificateConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-servercertificateconfiguration.html) .
55238
+ * When enabled, Network Firewall checks if the server certificate presented by the server in the SSL/TLS connection has a revoked or unkown status. If the certificate has an unknown or revoked status, you must specify the actions that Network Firewall takes on outbound traffic. To check the certificate revocation status, you must also specify a `CertificateAuthorityArn` in [ServerCertificateConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-networkfirewall-servercertificateconfiguration.html) .
54861
55239
  */
54862
55240
  interface TlsInspectionConfigurationServerCertificateConfigurationCheckCertificateRevocationStatusProperties {
54863
55241
  revokedStatusAction?: enums.networkfirewall.TlsInspectionConfigurationRevokedStatusAction;
@@ -88743,19 +89121,6 @@ export declare namespace route53 {
88743
89121
  */
88744
89122
  type: enums.route53.HealthCheckConfigPropertiesType;
88745
89123
  }
88746
- /**
88747
- * A key-value pair to associate with a resource.
88748
- */
88749
- interface HealthCheckTag {
88750
- /**
88751
- * The key name of the tag.
88752
- */
88753
- key: string;
88754
- /**
88755
- * The value for the tag.
88756
- */
88757
- value: string;
88758
- }
88759
89124
  /**
88760
89125
  * A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the ``HostedZoneConfig`` and ``Comment`` elements.
88761
89126
  */
@@ -91338,6 +91703,39 @@ export declare namespace sagemaker {
91338
91703
  */
91339
91704
  sageMakerImageVersionArn?: string;
91340
91705
  }
91706
+ /**
91707
+ * The details of the alarm to monitor during the AMI update.
91708
+ */
91709
+ interface ClusterAlarmDetails {
91710
+ /**
91711
+ * The name of the alarm.
91712
+ */
91713
+ alarmName: string;
91714
+ }
91715
+ /**
91716
+ * The configuration of the size measurements of the AMI update. Using this configuration, you can specify whether SageMaker should update your instance group by an amount or percentage of instances.
91717
+ */
91718
+ interface ClusterCapacitySizeConfig {
91719
+ /**
91720
+ * Specifies whether SageMaker should process the update by amount or percentage of instances.
91721
+ */
91722
+ type: string;
91723
+ /**
91724
+ * Specifies the amount or percentage of instances SageMaker updates at a time.
91725
+ */
91726
+ value: number;
91727
+ }
91728
+ /**
91729
+ * The configuration to use when updating the AMI versions.
91730
+ */
91731
+ interface ClusterDeploymentConfig {
91732
+ autoRollbackConfiguration?: outputs.sagemaker.ClusterAlarmDetails[];
91733
+ rollingUpdatePolicy?: outputs.sagemaker.ClusterRollingUpdatePolicy;
91734
+ /**
91735
+ * The duration in seconds that SageMaker waits before updating more instances in the cluster.
91736
+ */
91737
+ waitIntervalInSeconds?: number;
91738
+ }
91341
91739
  /**
91342
91740
  * The configuration for the restricted instance groups (RIG) environment.
91343
91741
  */
@@ -91377,6 +91775,7 @@ export declare namespace sagemaker {
91377
91775
  lifeCycleConfig: outputs.sagemaker.ClusterLifeCycleConfig;
91378
91776
  onStartDeepHealthChecks?: enums.sagemaker.ClusterDeepHealthCheckType[];
91379
91777
  overrideVpcConfig?: outputs.sagemaker.ClusterVpcConfig;
91778
+ scheduledUpdateConfig?: outputs.sagemaker.ClusterScheduledUpdateConfig;
91380
91779
  /**
91381
91780
  * The number you specified to TreadsPerCore in CreateCluster for enabling or disabling multithreading. For instance types that support multithreading, you can specify 1 for disabling multithreading and 2 for enabling multithreading.
91382
91781
  */
@@ -91450,6 +91849,23 @@ export declare namespace sagemaker {
91450
91849
  */
91451
91850
  trainingPlanArn?: string;
91452
91851
  }
91852
+ /**
91853
+ * The policy that SageMaker uses when updating the AMI versions of the cluster.
91854
+ */
91855
+ interface ClusterRollingUpdatePolicy {
91856
+ maximumBatchSize: outputs.sagemaker.ClusterCapacitySizeConfig;
91857
+ rollbackMaximumBatchSize?: outputs.sagemaker.ClusterCapacitySizeConfig;
91858
+ }
91859
+ /**
91860
+ * The configuration object of the schedule that SageMaker follows when updating the AMI.
91861
+ */
91862
+ interface ClusterScheduledUpdateConfig {
91863
+ deploymentConfig?: outputs.sagemaker.ClusterDeploymentConfig;
91864
+ /**
91865
+ * A cron expression that specifies the schedule that SageMaker follows when updating the AMI.
91866
+ */
91867
+ scheduleExpression: string;
91868
+ }
91453
91869
  /**
91454
91870
  * Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to. You can control access to and from your resources by configuring a VPC.
91455
91871
  */
@@ -99477,7 +99893,7 @@ export declare namespace ssmquicksetup {
99477
99893
  * - Description: (Required) A comma separated list of organizational units (OUs) you want to deploy the configuration to.
99478
99894
  * - `TargetRegions`
99479
99895
  *
99480
- * - Description: (Required) The AWS Regions to deploy the configuration to. For this type, the parameter only accepts a value of `AllRegions` .
99896
+ * - Description: (Required) A comma separated list of AWS Regions you want to deploy the configuration to.
99481
99897
  * - **DevOps Guru (Type: AWS QuickSetupType-DevOpsGuru)** - - `AnalyseAllResources`
99482
99898
  *
99483
99899
  * - Description: (Optional) A boolean value that determines whether DevOps Guru analyzes all AWS CloudFormation stacks in the account. The default value is " `false` ".
@@ -105453,13 +105869,31 @@ export declare namespace workspacesweb {
105453
105869
  include: enums.workspacesweb.SessionLoggerEvent[];
105454
105870
  }
105455
105871
  interface SessionLoggerLogConfiguration {
105872
+ /**
105873
+ * The configuration for delivering the logs to S3.
105874
+ */
105456
105875
  s3?: outputs.workspacesweb.SessionLoggerS3LogConfiguration;
105457
105876
  }
105458
105877
  interface SessionLoggerS3LogConfiguration {
105878
+ /**
105879
+ * The S3 bucket name where logs are delivered.
105880
+ */
105459
105881
  bucket: string;
105882
+ /**
105883
+ * The expected bucket owner of the target S3 bucket. The caller must have permissions to write to the target bucket.
105884
+ */
105460
105885
  bucketOwner?: string;
105886
+ /**
105887
+ * The folder structure that defines the organizational structure for log files in S3.
105888
+ */
105461
105889
  folderStructure: enums.workspacesweb.SessionLoggerFolderStructure;
105890
+ /**
105891
+ * The S3 path prefix that determines where log files are stored.
105892
+ */
105462
105893
  keyPrefix?: string;
105894
+ /**
105895
+ * The format of the LogFile that is written to S3.
105896
+ */
105463
105897
  logFileFormat: enums.workspacesweb.SessionLoggerLogFileFormat;
105464
105898
  }
105465
105899
  interface SessionLoggerUnit {