@pulumi/aws-native 1.40.0-alpha.1765431535 → 1.40.0-alpha.1765482205

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 (245) hide show
  1. package/autoscaling/autoScalingGroup.d.ts +2 -0
  2. package/autoscaling/autoScalingGroup.js +2 -0
  3. package/autoscaling/autoScalingGroup.js.map +1 -1
  4. package/autoscaling/getAutoScalingGroup.d.ts +1 -0
  5. package/autoscaling/getAutoScalingGroup.js.map +1 -1
  6. package/backup/getLogicallyAirGappedBackupVault.d.ts +3 -0
  7. package/backup/getLogicallyAirGappedBackupVault.js.map +1 -1
  8. package/backup/logicallyAirGappedBackupVault.d.ts +10 -0
  9. package/backup/logicallyAirGappedBackupVault.js.map +1 -1
  10. package/cleanrooms/analysisTemplate.d.ts +2 -0
  11. package/cleanrooms/analysisTemplate.js +3 -1
  12. package/cleanrooms/analysisTemplate.js.map +1 -1
  13. package/connect/dataTable.d.ts +112 -0
  14. package/connect/dataTable.js +80 -0
  15. package/connect/dataTable.js.map +1 -0
  16. package/connect/dataTableAttribute.d.ts +54 -0
  17. package/connect/dataTableAttribute.js +78 -0
  18. package/connect/dataTableAttribute.js.map +1 -0
  19. package/connect/dataTableRecord.d.ts +42 -0
  20. package/connect/dataTableRecord.js +64 -0
  21. package/connect/dataTableRecord.js.map +1 -0
  22. package/connect/getDataTable.d.ts +73 -0
  23. package/connect/getDataTable.js +30 -0
  24. package/connect/getDataTable.js.map +1 -0
  25. package/connect/getDataTableAttribute.d.ts +32 -0
  26. package/connect/getDataTableAttribute.js +32 -0
  27. package/connect/getDataTableAttribute.js.map +1 -0
  28. package/connect/getDataTableRecord.d.ts +24 -0
  29. package/connect/getDataTableRecord.js +32 -0
  30. package/connect/getDataTableRecord.js.map +1 -0
  31. package/connect/getSecurityProfile.d.ts +3 -0
  32. package/connect/getSecurityProfile.js.map +1 -1
  33. package/connect/getWorkspace.d.ts +69 -0
  34. package/{robomaker/getRobot.js → connect/getWorkspace.js} +10 -10
  35. package/connect/getWorkspace.js.map +1 -0
  36. package/connect/index.d.ts +24 -0
  37. package/connect/index.js +30 -2
  38. package/connect/index.js.map +1 -1
  39. package/connect/securityProfile.d.ts +6 -0
  40. package/connect/securityProfile.js.map +1 -1
  41. package/connect/workspace.d.ts +124 -0
  42. package/connect/workspace.js +83 -0
  43. package/connect/workspace.js.map +1 -0
  44. package/connectcampaignsv2/campaign.d.ts +5 -2
  45. package/connectcampaignsv2/campaign.js +2 -3
  46. package/connectcampaignsv2/campaign.js.map +1 -1
  47. package/connectcampaignsv2/getCampaign.d.ts +2 -0
  48. package/connectcampaignsv2/getCampaign.js.map +1 -1
  49. package/dsql/cluster.d.ts +4 -0
  50. package/dsql/cluster.js +2 -0
  51. package/dsql/cluster.js.map +1 -1
  52. package/dsql/getCluster.d.ts +4 -0
  53. package/dsql/getCluster.js.map +1 -1
  54. package/ec2/getNatGateway.d.ts +26 -0
  55. package/ec2/getNatGateway.js.map +1 -1
  56. package/ec2/getNetworkInterface.d.ts +1 -0
  57. package/ec2/getNetworkInterface.js.map +1 -1
  58. package/ec2/getNetworkInterfaceAttachment.d.ts +4 -4
  59. package/ec2/getNetworkInterfaceAttachment.js +2 -2
  60. package/ec2/natGateway.d.ts +50 -0
  61. package/ec2/natGateway.js +11 -1
  62. package/ec2/natGateway.js.map +1 -1
  63. package/ec2/networkInterface.d.ts +10 -0
  64. package/ec2/networkInterface.js +4 -0
  65. package/ec2/networkInterface.js.map +1 -1
  66. package/ec2/networkInterfaceAttachment.d.ts +7 -7
  67. package/ec2/networkInterfaceAttachment.js +1 -1
  68. package/ecs/expressGatewayService.d.ts +2 -0
  69. package/ecs/expressGatewayService.js +4 -0
  70. package/ecs/expressGatewayService.js.map +1 -1
  71. package/ecs/getExpressGatewayService.d.ts +2 -0
  72. package/ecs/getExpressGatewayService.js.map +1 -1
  73. package/index.d.ts +1 -3
  74. package/index.js +3 -7
  75. package/index.js.map +1 -1
  76. package/lambda/function.d.ts +2 -0
  77. package/lambda/function.js +2 -0
  78. package/lambda/function.js.map +1 -1
  79. package/lambda/getFunction.d.ts +1 -0
  80. package/lambda/getFunction.js.map +1 -1
  81. package/networkmanager/connectAttachment.d.ts +8 -0
  82. package/networkmanager/connectAttachment.js +3 -1
  83. package/networkmanager/connectAttachment.js.map +1 -1
  84. package/networkmanager/coreNetworkPrefixListAssociation.d.ts +57 -0
  85. package/networkmanager/coreNetworkPrefixListAssociation.js +71 -0
  86. package/networkmanager/coreNetworkPrefixListAssociation.js.map +1 -0
  87. package/networkmanager/directConnectGatewayAttachment.d.ts +8 -0
  88. package/networkmanager/directConnectGatewayAttachment.js +3 -1
  89. package/networkmanager/directConnectGatewayAttachment.js.map +1 -1
  90. package/networkmanager/index.d.ts +3 -0
  91. package/networkmanager/index.js +5 -1
  92. package/networkmanager/index.js.map +1 -1
  93. package/networkmanager/siteToSiteVpnAttachment.d.ts +8 -0
  94. package/networkmanager/siteToSiteVpnAttachment.js +3 -1
  95. package/networkmanager/siteToSiteVpnAttachment.js.map +1 -1
  96. package/networkmanager/transitGatewayRouteTableAttachment.d.ts +8 -0
  97. package/networkmanager/transitGatewayRouteTableAttachment.js +3 -1
  98. package/networkmanager/transitGatewayRouteTableAttachment.js.map +1 -1
  99. package/networkmanager/vpcAttachment.d.ts +8 -0
  100. package/networkmanager/vpcAttachment.js +3 -1
  101. package/networkmanager/vpcAttachment.js.map +1 -1
  102. package/observabilityadmin/getTelemetryPipelines.d.ts +29 -0
  103. package/observabilityadmin/getTelemetryPipelines.js +28 -0
  104. package/observabilityadmin/getTelemetryPipelines.js.map +1 -0
  105. package/observabilityadmin/index.d.ts +6 -0
  106. package/observabilityadmin/index.js +8 -1
  107. package/observabilityadmin/index.js.map +1 -1
  108. package/observabilityadmin/telemetryPipelines.d.ts +53 -0
  109. package/{robomaker/robot.js → observabilityadmin/telemetryPipelines.js} +25 -24
  110. package/observabilityadmin/telemetryPipelines.js.map +1 -0
  111. package/package.json +3 -3
  112. package/package.json.dev +2 -2
  113. package/paymentcryptography/getKey.d.ts +3 -0
  114. package/paymentcryptography/getKey.js.map +1 -1
  115. package/paymentcryptography/key.d.ts +5 -0
  116. package/paymentcryptography/key.js +4 -0
  117. package/paymentcryptography/key.js.map +1 -1
  118. package/ram/getResourceShare.d.ts +21 -0
  119. package/ram/getResourceShare.js.map +1 -1
  120. package/ram/index.d.ts +1 -0
  121. package/ram/index.js +16 -0
  122. package/ram/index.js.map +1 -1
  123. package/ram/resourceShare.d.ts +21 -0
  124. package/ram/resourceShare.js +10 -0
  125. package/ram/resourceShare.js.map +1 -1
  126. package/route53/getHostedZone.d.ts +1 -0
  127. package/route53/getHostedZone.js.map +1 -1
  128. package/route53/hostedZone.d.ts +2 -0
  129. package/route53/hostedZone.js +2 -0
  130. package/route53/hostedZone.js.map +1 -1
  131. package/s3/bucket.js +1 -1
  132. package/s3/bucket.js.map +1 -1
  133. package/s3tables/getTableBucket.d.ts +1 -0
  134. package/s3tables/getTableBucket.js.map +1 -1
  135. package/s3tables/table.d.ts +2 -0
  136. package/s3tables/table.js +3 -1
  137. package/s3tables/table.js.map +1 -1
  138. package/s3tables/tableBucket.d.ts +2 -0
  139. package/s3tables/tableBucket.js +2 -0
  140. package/s3tables/tableBucket.js.map +1 -1
  141. package/securityhub/connectorV2.d.ts +87 -0
  142. package/securityhub/connectorV2.js +83 -0
  143. package/securityhub/connectorV2.js.map +1 -0
  144. package/securityhub/getConnectorV2.d.ts +52 -0
  145. package/securityhub/getConnectorV2.js +28 -0
  146. package/securityhub/getConnectorV2.js.map +1 -0
  147. package/securityhub/index.d.ts +6 -0
  148. package/securityhub/index.js +8 -1
  149. package/securityhub/index.js.map +1 -1
  150. package/transfer/connector.d.ts +4 -0
  151. package/transfer/connector.js +2 -0
  152. package/transfer/connector.js.map +1 -1
  153. package/transfer/getConnector.d.ts +4 -0
  154. package/transfer/getConnector.js.map +1 -1
  155. package/types/enums/cleanrooms/index.d.ts +5 -0
  156. package/types/enums/cleanrooms/index.js +5 -1
  157. package/types/enums/cleanrooms/index.js.map +1 -1
  158. package/types/enums/connect/index.d.ts +50 -0
  159. package/types/enums/connect/index.js +34 -1
  160. package/types/enums/connect/index.js.map +1 -1
  161. package/types/enums/connectcampaignsv2/index.d.ts +8 -0
  162. package/types/enums/connectcampaignsv2/index.js +5 -1
  163. package/types/enums/connectcampaignsv2/index.js.map +1 -1
  164. package/types/enums/ec2/index.d.ts +9 -0
  165. package/types/enums/ec2/index.js +8 -3
  166. package/types/enums/ec2/index.js.map +1 -1
  167. package/types/enums/index.d.ts +2 -3
  168. package/types/enums/index.js +4 -6
  169. package/types/enums/index.js.map +1 -1
  170. package/types/enums/observabilityadmin/index.d.ts +132 -0
  171. package/types/enums/observabilityadmin/index.js +89 -1
  172. package/types/enums/observabilityadmin/index.js.map +1 -1
  173. package/types/enums/paymentcryptography/index.d.ts +10 -0
  174. package/types/enums/paymentcryptography/index.js +7 -1
  175. package/types/enums/paymentcryptography/index.js.map +1 -1
  176. package/types/enums/ram/index.d.ts +20 -0
  177. package/types/enums/ram/index.js +18 -0
  178. package/types/enums/ram/index.js.map +1 -0
  179. package/types/enums/s3tables/index.d.ts +16 -0
  180. package/types/enums/s3tables/index.js +9 -1
  181. package/types/enums/s3tables/index.js.map +1 -1
  182. package/types/enums/securityhub/index.d.ts +10 -0
  183. package/types/enums/securityhub/index.js +7 -1
  184. package/types/enums/securityhub/index.js.map +1 -1
  185. package/types/input.d.ts +674 -374
  186. package/types/output.d.ts +739 -374
  187. package/types/output.js.map +1 -1
  188. package/lookoutmetrics/alert.d.ts +0 -79
  189. package/lookoutmetrics/alert.js +0 -77
  190. package/lookoutmetrics/alert.js.map +0 -1
  191. package/lookoutmetrics/anomalyDetector.d.ts +0 -79
  192. package/lookoutmetrics/anomalyDetector.js +0 -74
  193. package/lookoutmetrics/anomalyDetector.js.map +0 -1
  194. package/lookoutmetrics/getAlert.d.ts +0 -27
  195. package/lookoutmetrics/getAlert.js +0 -28
  196. package/lookoutmetrics/getAlert.js.map +0 -1
  197. package/lookoutmetrics/getAnomalyDetector.d.ts +0 -44
  198. package/lookoutmetrics/getAnomalyDetector.js +0 -28
  199. package/lookoutmetrics/getAnomalyDetector.js.map +0 -1
  200. package/lookoutmetrics/index.d.ts +0 -13
  201. package/lookoutmetrics/index.js +0 -48
  202. package/lookoutmetrics/index.js.map +0 -1
  203. package/robomaker/fleet.d.ts +0 -131
  204. package/robomaker/fleet.js +0 -136
  205. package/robomaker/fleet.js.map +0 -1
  206. package/robomaker/getFleet.d.ts +0 -33
  207. package/robomaker/getFleet.js +0 -28
  208. package/robomaker/getFleet.js.map +0 -1
  209. package/robomaker/getRobot.d.ts +0 -33
  210. package/robomaker/getRobot.js.map +0 -1
  211. package/robomaker/getRobotApplication.d.ts +0 -46
  212. package/robomaker/getRobotApplication.js +0 -28
  213. package/robomaker/getRobotApplication.js.map +0 -1
  214. package/robomaker/getRobotApplicationVersion.d.ts +0 -31
  215. package/robomaker/getRobotApplicationVersion.js +0 -28
  216. package/robomaker/getRobotApplicationVersion.js.map +0 -1
  217. package/robomaker/getSimulationApplication.d.ts +0 -50
  218. package/robomaker/getSimulationApplication.js +0 -28
  219. package/robomaker/getSimulationApplication.js.map +0 -1
  220. package/robomaker/getSimulationApplicationVersion.d.ts +0 -31
  221. package/robomaker/getSimulationApplicationVersion.js +0 -28
  222. package/robomaker/getSimulationApplicationVersion.js.map +0 -1
  223. package/robomaker/index.d.ts +0 -37
  224. package/robomaker/index.js +0 -76
  225. package/robomaker/index.js.map +0 -1
  226. package/robomaker/robot.d.ts +0 -82
  227. package/robomaker/robot.js.map +0 -1
  228. package/robomaker/robotApplication.d.ts +0 -173
  229. package/robomaker/robotApplication.js +0 -155
  230. package/robomaker/robotApplication.js.map +0 -1
  231. package/robomaker/robotApplicationVersion.d.ts +0 -57
  232. package/robomaker/robotApplicationVersion.js +0 -67
  233. package/robomaker/robotApplicationVersion.js.map +0 -1
  234. package/robomaker/simulationApplication.d.ts +0 -201
  235. package/robomaker/simulationApplication.js +0 -174
  236. package/robomaker/simulationApplication.js.map +0 -1
  237. package/robomaker/simulationApplicationVersion.d.ts +0 -57
  238. package/robomaker/simulationApplicationVersion.js +0 -67
  239. package/robomaker/simulationApplicationVersion.js.map +0 -1
  240. package/types/enums/lookoutmetrics/index.d.ts +0 -44
  241. package/types/enums/lookoutmetrics/index.js +0 -30
  242. package/types/enums/lookoutmetrics/index.js.map +0 -1
  243. package/types/enums/robomaker/index.d.ts +0 -93
  244. package/types/enums/robomaker/index.js +0 -59
  245. package/types/enums/robomaker/index.js.map +0 -1
package/types/output.d.ts CHANGED
@@ -7380,6 +7380,9 @@ export declare namespace autoscaling {
7380
7380
  */
7381
7381
  references?: outputs.autoscaling.AutoScalingGroupPerformanceFactorReferenceRequest[];
7382
7382
  }
7383
+ interface AutoScalingGroupInstanceLifecyclePolicy {
7384
+ retentionTriggers?: outputs.autoscaling.AutoScalingGroupRetentionTriggers;
7385
+ }
7383
7386
  /**
7384
7387
  * ``InstanceMaintenancePolicy`` is a property of the [AWS::AutoScaling::AutoScalingGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-autoscalinggroup.html) resource.
7385
7388
  * For more information, see [Instance maintenance policies](https://docs.aws.amazon.com/autoscaling/ec2/userguide/ec2-auto-scaling-instance-maintenance-policy.html) in the *Amazon EC2 Auto Scaling User Guide*.
@@ -7640,6 +7643,7 @@ export declare namespace autoscaling {
7640
7643
  * ``LaunchTemplateOverrides`` is a property of the [AWS::AutoScaling::AutoScalingGroup LaunchTemplate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-launchtemplate.html) property type.
7641
7644
  */
7642
7645
  interface AutoScalingGroupLaunchTemplateOverrides {
7646
+ imageId?: string;
7643
7647
  /**
7644
7648
  * The instance requirements. Amazon EC2 Auto Scaling uses your specified requirements to identify instance types. Then, it uses your On-Demand and Spot allocation strategies to launch instances from these instance types.
7645
7649
  * You can specify up to four separate sets of instance requirements per Auto Scaling group. This is useful for provisioning instances from different Amazon Machine Images (AMIs) in the same Auto Scaling group. To do this, create the AMIs and create a new launch template for each AMI. Then, create a compatible set of instance requirements for each launch template.
@@ -7885,6 +7889,9 @@ export declare namespace autoscaling {
7885
7889
  */
7886
7890
  instanceFamily?: string;
7887
7891
  }
7892
+ interface AutoScalingGroupRetentionTriggers {
7893
+ terminateHookAbandon?: string;
7894
+ }
7888
7895
  /**
7889
7896
  * A structure that specifies a tag for the ``Tags`` property of [AWS::AutoScaling::AutoScalingGroup](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-autoscalinggroup.html) resource.
7890
7897
  * For more information, see [Tag Auto Scaling groups and instances](https://docs.aws.amazon.com/autoscaling/ec2/userguide/autoscaling-tagging.html) in the *Amazon EC2 Auto Scaling User Guide*. You can find a sample template snippet in the [Examples](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-autoscalinggroup.html#aws-resource-autoscaling-autoscalinggroup--examples) section of the ``AWS::AutoScaling::AutoScalingGroup`` resource.
@@ -8700,6 +8707,9 @@ export declare namespace backup {
8700
8707
  * The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of letters, numbers, and hyphens.
8701
8708
  */
8702
8709
  targetBackupVault: string;
8710
+ /**
8711
+ * The ARN of a logically air-gapped vault. ARN must be in the same account and Region. If provided, supported fully managed resources back up directly to logically air-gapped vault, while other supported resources create a temporary (billable) snapshot in backup vault, then copy it to logically air-gapped vault. Unsupported resources only back up to the specified backup vault.
8712
+ */
8703
8713
  targetLogicallyAirGappedBackupVaultArn?: string;
8704
8714
  }
8705
8715
  interface BackupPlanCopyActionResourceType {
@@ -13621,10 +13631,23 @@ export declare namespace bedrock {
13621
13631
  */
13622
13632
  responseQualityDifference: number;
13623
13633
  }
13634
+ /**
13635
+ * Configure the audio configuration for multi modal ingestion.
13636
+ */
13637
+ interface KnowledgeBaseAudioConfiguration {
13638
+ segmentationConfiguration: outputs.bedrock.KnowledgeBaseAudioSegmentationConfiguration;
13639
+ }
13640
+ /**
13641
+ * Configure the audio segmentation configuration for multi modal ingestion.
13642
+ */
13643
+ interface KnowledgeBaseAudioSegmentationConfiguration {
13644
+ fixedLengthDuration: number;
13645
+ }
13624
13646
  /**
13625
13647
  * The vector configuration details for the Bedrock embeddings model.
13626
13648
  */
13627
13649
  interface KnowledgeBaseBedrockEmbeddingModelConfiguration {
13650
+ audio?: outputs.bedrock.KnowledgeBaseAudioConfiguration[];
13628
13651
  /**
13629
13652
  * The dimensions details for the vector configuration used on the Bedrock embeddings model.
13630
13653
  */
@@ -13633,6 +13656,7 @@ export declare namespace bedrock {
13633
13656
  * The data type for the vectors when using a model to convert text into vector embeddings.
13634
13657
  */
13635
13658
  embeddingDataType?: enums.bedrock.KnowledgeBaseBedrockEmbeddingModelConfigurationEmbeddingDataType;
13659
+ video?: outputs.bedrock.KnowledgeBaseVideoConfiguration[];
13636
13660
  }
13637
13661
  /**
13638
13662
  * Contains details about the embeddings model used for the knowledge base.
@@ -14175,6 +14199,18 @@ export declare namespace bedrock {
14175
14199
  */
14176
14200
  supplementalDataStorageConfiguration?: outputs.bedrock.KnowledgeBaseSupplementalDataStorageConfiguration;
14177
14201
  }
14202
+ /**
14203
+ * Configure the video configuration for multi modal ingestion.
14204
+ */
14205
+ interface KnowledgeBaseVideoConfiguration {
14206
+ segmentationConfiguration: outputs.bedrock.KnowledgeBaseVideoSegmentationConfiguration;
14207
+ }
14208
+ /**
14209
+ * Configure the video segmentation configuration for multi modal ingestion.
14210
+ */
14211
+ interface KnowledgeBaseVideoSegmentationConfiguration {
14212
+ fixedLengthDuration: number;
14213
+ }
14178
14214
  /**
14179
14215
  * Contains model-specific configurations
14180
14216
  */
@@ -15626,6 +15662,9 @@ export declare namespace cleanrooms {
15626
15662
  entryPoint: outputs.cleanrooms.AnalysisTemplateArtifact;
15627
15663
  roleArn: string;
15628
15664
  }
15665
+ interface AnalysisTemplateColumnClassificationDetails {
15666
+ columnMapping: outputs.cleanrooms.AnalysisTemplateSyntheticDataColumnProperties[];
15667
+ }
15629
15668
  interface AnalysisTemplateErrorMessageConfiguration {
15630
15669
  /**
15631
15670
  * The level of detail for error messages returned by the PySpark job. When set to DETAILED, error messages include more information to help troubleshoot issues with your PySpark job.
@@ -15637,10 +15676,23 @@ export declare namespace cleanrooms {
15637
15676
  interface AnalysisTemplateHash {
15638
15677
  sha256?: string;
15639
15678
  }
15679
+ interface AnalysisTemplateMlSyntheticDataParameters {
15680
+ columnClassification: outputs.cleanrooms.AnalysisTemplateColumnClassificationDetails;
15681
+ epsilon: number;
15682
+ maxMembershipInferenceAttackScore: number;
15683
+ }
15640
15684
  interface AnalysisTemplateS3Location {
15641
15685
  bucket: string;
15642
15686
  key: string;
15643
15687
  }
15688
+ interface AnalysisTemplateSyntheticDataColumnProperties {
15689
+ columnName: string;
15690
+ columnType: enums.cleanrooms.AnalysisTemplateSyntheticDataColumnPropertiesColumnType;
15691
+ isPredictiveValue: boolean;
15692
+ }
15693
+ interface AnalysisTemplateSyntheticDataParametersProperties {
15694
+ mlSyntheticDataParameters: outputs.cleanrooms.AnalysisTemplateMlSyntheticDataParameters;
15695
+ }
15644
15696
  interface CollaborationDataEncryptionMetadata {
15645
15697
  /**
15646
15698
  * Indicates whether encrypted tables can contain cleartext data ( `TRUE` ) or are to cryptographically process every column ( `FALSE` ).
@@ -15710,6 +15762,7 @@ export declare namespace cleanrooms {
15710
15762
  * The payment responsibilities accepted by the member for model training.
15711
15763
  */
15712
15764
  modelTraining?: outputs.cleanrooms.CollaborationModelTrainingPaymentConfig;
15765
+ syntheticDataGeneration?: outputs.cleanrooms.CollaborationSyntheticDataGenerationPaymentConfig;
15713
15766
  }
15714
15767
  interface CollaborationModelInferencePaymentConfig {
15715
15768
  /**
@@ -15755,6 +15808,9 @@ export declare namespace cleanrooms {
15755
15808
  */
15756
15809
  isResponsible: boolean;
15757
15810
  }
15811
+ interface CollaborationSyntheticDataGenerationPaymentConfig {
15812
+ isResponsible: boolean;
15813
+ }
15758
15814
  interface ConfiguredTableAggregateColumn {
15759
15815
  columnNames: string[];
15760
15816
  function: enums.cleanrooms.ConfiguredTableAggregateFunctionName;
@@ -15973,6 +16029,7 @@ export declare namespace cleanrooms {
15973
16029
  * The payment responsibilities accepted by the member for model training.
15974
16030
  */
15975
16031
  modelTraining?: outputs.cleanrooms.MembershipModelTrainingPaymentConfig;
16032
+ syntheticDataGeneration?: outputs.cleanrooms.MembershipSyntheticDataGenerationPaymentConfig;
15976
16033
  }
15977
16034
  interface MembershipModelInferencePaymentConfig {
15978
16035
  /**
@@ -16087,6 +16144,9 @@ export declare namespace cleanrooms {
16087
16144
  */
16088
16145
  isResponsible: boolean;
16089
16146
  }
16147
+ interface MembershipSyntheticDataGenerationPaymentConfig {
16148
+ isResponsible: boolean;
16149
+ }
16090
16150
  /**
16091
16151
  * Specifies the epsilon and noise parameters for the privacy budget template.
16092
16152
  */
@@ -20774,6 +20834,14 @@ export declare namespace connect {
20774
20834
  */
20775
20835
  requiredFields?: outputs.connect.TaskTemplateRequiredFieldInfo[];
20776
20836
  }
20837
+ interface DataTableRecordProperties {
20838
+ primaryValues?: outputs.connect.DataTableRecordValue[];
20839
+ values: outputs.connect.DataTableRecordValue[];
20840
+ }
20841
+ interface DataTableRecordValue {
20842
+ attributeId?: string;
20843
+ attributeValue?: string;
20844
+ }
20777
20845
  /**
20778
20846
  * Configuration for an email address alias
20779
20847
  */
@@ -21276,7 +21344,16 @@ export declare namespace connect {
21276
21344
  */
21277
21345
  automation?: outputs.connect.EvaluationFormTextQuestionAutomation;
21278
21346
  }
21347
+ interface FontFamily {
21348
+ default?: enums.connect.WorkspaceFontFamily;
21349
+ }
21350
+ /**
21351
+ * The granular access control configuration for the security profile, including data table permissions.
21352
+ */
21279
21353
  interface GranularAccessControlConfigurationProperties {
21354
+ /**
21355
+ * The access control configuration for data tables.
21356
+ */
21280
21357
  dataTableAccessControlConfiguration?: outputs.connect.SecurityProfileDataTableAccessControlConfiguration;
21281
21358
  }
21282
21359
  /**
@@ -21429,6 +21506,10 @@ export declare namespace connect {
21429
21506
  */
21430
21507
  encryptionConfig?: outputs.connect.InstanceStorageConfigEncryptionConfig;
21431
21508
  }
21509
+ interface LockVersionProperties {
21510
+ attribute?: string;
21511
+ dataTable?: string;
21512
+ }
21432
21513
  /**
21433
21514
  * The outbound caller ID name, number, and outbound whisper flow.
21434
21515
  */
@@ -21760,6 +21841,9 @@ export declare namespace connect {
21760
21841
  * Defines the access control configuration for data tables.
21761
21842
  */
21762
21843
  interface SecurityProfileDataTableAccessControlConfiguration {
21844
+ /**
21845
+ * The configuration's primary attribute access control configuration.
21846
+ */
21763
21847
  primaryAttributeAccessControlConfiguration?: outputs.connect.SecurityProfilePrimaryAttributeAccessControlConfigurationItem;
21764
21848
  }
21765
21849
  /**
@@ -22037,6 +22121,22 @@ export declare namespace connect {
22037
22121
  */
22038
22122
  level: number;
22039
22123
  }
22124
+ interface ValidationProperties {
22125
+ enum?: outputs.connect.ValidationPropertiesEnumProperties;
22126
+ exclusiveMaximum?: number;
22127
+ exclusiveMinimum?: number;
22128
+ maxLength?: number;
22129
+ maxValues?: number;
22130
+ maximum?: number;
22131
+ minLength?: number;
22132
+ minValues?: number;
22133
+ minimum?: number;
22134
+ multipleOf?: number;
22135
+ }
22136
+ interface ValidationPropertiesEnumProperties {
22137
+ strict?: boolean;
22138
+ values?: string[];
22139
+ }
22040
22140
  /**
22041
22141
  * The values of a predefined attribute.
22042
22142
  */
@@ -22046,6 +22146,73 @@ export declare namespace connect {
22046
22146
  */
22047
22147
  stringList?: string[];
22048
22148
  }
22149
+ interface WorkspaceMediaItem {
22150
+ source?: string;
22151
+ type: enums.connect.WorkspaceMediaType;
22152
+ }
22153
+ interface WorkspacePage {
22154
+ /**
22155
+ * The input data for the page.
22156
+ */
22157
+ inputData?: string;
22158
+ /**
22159
+ * The page identifier.
22160
+ */
22161
+ page: string;
22162
+ /**
22163
+ * The Amazon Resource Name (ARN) of the resource associated with the page.
22164
+ */
22165
+ resourceArn: string;
22166
+ /**
22167
+ * The slug for the page.
22168
+ */
22169
+ slug?: string;
22170
+ }
22171
+ interface WorkspacePaletteCanvas {
22172
+ activeBackground?: string;
22173
+ containerBackground?: string;
22174
+ pageBackground?: string;
22175
+ }
22176
+ interface WorkspacePaletteHeader {
22177
+ background?: string;
22178
+ invertActionsColors?: boolean;
22179
+ text?: string;
22180
+ textHover?: string;
22181
+ }
22182
+ interface WorkspacePaletteNavigation {
22183
+ background?: string;
22184
+ invertActionsColors?: boolean;
22185
+ text?: string;
22186
+ textActive?: string;
22187
+ textBackgroundActive?: string;
22188
+ textBackgroundHover?: string;
22189
+ textHover?: string;
22190
+ }
22191
+ interface WorkspacePalettePrimary {
22192
+ active?: string;
22193
+ contrastText?: string;
22194
+ default?: string;
22195
+ }
22196
+ /**
22197
+ * The theme configuration for the Connect workspace
22198
+ */
22199
+ interface WorkspaceTheme {
22200
+ dark?: outputs.connect.WorkspaceThemeConfig;
22201
+ light?: outputs.connect.WorkspaceThemeConfig;
22202
+ }
22203
+ interface WorkspaceThemeConfig {
22204
+ palette?: outputs.connect.WorkspaceThemePalette;
22205
+ typography?: outputs.connect.WorkspaceThemeTypography;
22206
+ }
22207
+ interface WorkspaceThemePalette {
22208
+ canvas?: outputs.connect.WorkspacePaletteCanvas;
22209
+ header?: outputs.connect.WorkspacePaletteHeader;
22210
+ navigation?: outputs.connect.WorkspacePaletteNavigation;
22211
+ primary?: outputs.connect.WorkspacePalettePrimary;
22212
+ }
22213
+ interface WorkspaceThemeTypography {
22214
+ fontFamily?: outputs.connect.FontFamily;
22215
+ }
22049
22216
  }
22050
22217
  export declare namespace connectcampaigns {
22051
22218
  /**
@@ -22170,6 +22337,7 @@ export declare namespace connectcampaignsv2 {
22170
22337
  * The configuration of the telephony channel subtype.
22171
22338
  */
22172
22339
  telephony?: outputs.connectcampaignsv2.CampaignTelephonyChannelSubtypeConfig;
22340
+ whatsApp?: outputs.connectcampaignsv2.CampaignWhatsAppChannelSubtypeConfig;
22173
22341
  }
22174
22342
  /**
22175
22343
  * Communication Limit
@@ -22221,6 +22389,7 @@ export declare namespace connectcampaignsv2 {
22221
22389
  * The communication time configuration for the telephony channel subtype.
22222
22390
  */
22223
22391
  telephony?: outputs.connectcampaignsv2.CampaignTimeWindow;
22392
+ whatsApp?: outputs.connectcampaignsv2.CampaignTimeWindow;
22224
22393
  }
22225
22394
  /**
22226
22395
  * Daily Hour
@@ -22247,7 +22416,7 @@ export declare namespace connectcampaignsv2 {
22247
22416
  outboundMode: outputs.connectcampaignsv2.CampaignEmailOutboundMode;
22248
22417
  }
22249
22418
  /**
22250
- * Default SMS outbound config
22419
+ * Default Email outbound config
22251
22420
  */
22252
22421
  interface CampaignEmailOutboundConfig {
22253
22422
  /**
@@ -22516,6 +22685,27 @@ export declare namespace connectcampaignsv2 {
22516
22685
  */
22517
22686
  durationInSeconds?: number;
22518
22687
  }
22688
+ /**
22689
+ * WhatsApp Channel Subtype config
22690
+ */
22691
+ interface CampaignWhatsAppChannelSubtypeConfig {
22692
+ capacity?: number;
22693
+ defaultOutboundConfig: outputs.connectcampaignsv2.CampaignWhatsAppOutboundConfig;
22694
+ outboundMode: outputs.connectcampaignsv2.CampaignWhatsAppOutboundMode;
22695
+ }
22696
+ /**
22697
+ * Default WhatsApp outbound config
22698
+ */
22699
+ interface CampaignWhatsAppOutboundConfig {
22700
+ connectSourcePhoneNumberArn: string;
22701
+ wisdomTemplateArn: string;
22702
+ }
22703
+ /**
22704
+ * WhatsApp Outbound Mode
22705
+ */
22706
+ interface CampaignWhatsAppOutboundMode {
22707
+ agentlessConfig?: outputs.connectcampaignsv2.CampaignAgentlessConfig;
22708
+ }
22519
22709
  }
22520
22710
  export declare namespace controltower {
22521
22711
  interface EnabledBaselineParameter {
@@ -29232,6 +29422,24 @@ export declare namespace ec2 {
29232
29422
  */
29233
29423
  min?: number;
29234
29424
  }
29425
+ interface NatGatewayAvailabilityZoneAddress {
29426
+ /**
29427
+ * The allocation IDs of the Elastic IP addresses (EIPs) to be used for handling outbound NAT traffic in this specific Availability Zone.
29428
+ */
29429
+ allocationIds: string[];
29430
+ /**
29431
+ * For regional NAT gateways only: The Availability Zone where this specific NAT gateway configuration will be active. Each AZ in a regional NAT gateway has its own configuration to handle outbound NAT traffic from that AZ.
29432
+ *
29433
+ * A regional NAT gateway is a single NAT Gateway that works across multiple availability zones (AZs) in your VPC, providing redundancy, scalability and availability across all the AZs in a Region.
29434
+ */
29435
+ availabilityZone?: string;
29436
+ /**
29437
+ * For regional NAT gateways only: The ID of the Availability Zone where this specific NAT gateway configuration will be active. Each AZ in a regional NAT gateway has its own configuration to handle outbound NAT traffic from that AZ. Use this instead of AvailabilityZone for consistent identification of AZs across AWS Regions.
29438
+ *
29439
+ * A regional NAT gateway is a single NAT Gateway that works across multiple availability zones (AZs) in your VPC, providing redundancy, scalability and availability across all the AZs in a Region.
29440
+ */
29441
+ availabilityZoneId?: string;
29442
+ }
29235
29443
  interface NetworkInsightsAccessScopeAccessScopePathRequest {
29236
29444
  /**
29237
29445
  * The destination.
@@ -29848,6 +30056,10 @@ export declare namespace ec2 {
29848
30056
  */
29849
30057
  sourcePortRange?: outputs.ec2.NetworkInsightsPathFilterPortRange;
29850
30058
  }
30059
+ /**
30060
+ * ENA Express uses AWS Scalable Reliable Datagram (SRD) technology to increase the maximum bandwidth used per stream and minimize tail latency of network traffic between EC2 instances. With ENA Express, you can communicate between two EC2 instances in the same subnet within the same account, or in different accounts. Both sending and receiving instances must have ENA Express enabled.
30061
+ * To improve the reliability of network packet delivery, ENA Express reorders network packets on the receiving end by default. However, some UDP-based applications are designed to handle network packets that are out of order to reduce the overhead for packet delivery at the network layer. When ENA Express is enabled, you can specify whether UDP network traffic uses it.
30062
+ */
29851
30063
  interface NetworkInterfaceAttachmentEnaSrdSpecification {
29852
30064
  /**
29853
30065
  * Indicates whether ENA Express is enabled for the network interface.
@@ -29906,6 +30118,15 @@ export declare namespace ec2 {
29906
30118
  */
29907
30119
  privateIpAddress: string;
29908
30120
  }
30121
+ /**
30122
+ * Describes the public hostname type options, including public hostname type, IPv4-enabled public hostname, IPv6-enabled public hostname, and dual-stack public hostname.
30123
+ */
30124
+ interface NetworkInterfacePublicIpDnsNameOptions {
30125
+ dnsHostnameType?: string;
30126
+ publicDualStackDnsName?: string;
30127
+ publicIpv4DnsName?: string;
30128
+ publicIpv6DnsName?: string;
30129
+ }
29909
30130
  /**
29910
30131
  * The options for the transit gateway vpc attachment.
29911
30132
  */
@@ -32355,6 +32576,10 @@ export declare namespace ecs {
32355
32576
  */
32356
32577
  value?: string;
32357
32578
  }
32579
+ interface ExpressGatewayServiceAutoScalingArns {
32580
+ applicationAutoScalingPolicies?: string[];
32581
+ scalableTarget?: string;
32582
+ }
32358
32583
  interface ExpressGatewayServiceAwsLogsConfiguration {
32359
32584
  /**
32360
32585
  * The name of the CloudWatch Logs log group to send container logs to.
@@ -32411,6 +32636,13 @@ export declare namespace ecs {
32411
32636
  */
32412
32637
  taskRoleArn?: string;
32413
32638
  }
32639
+ interface ExpressGatewayServiceEcsManagedResourceArns {
32640
+ autoScaling?: outputs.ecs.ExpressGatewayServiceAutoScalingArns;
32641
+ ingressPath?: outputs.ecs.ExpressGatewayServiceIngressPathArns;
32642
+ logGroups?: string[];
32643
+ metricAlarms?: string[];
32644
+ serviceSecurityGroups?: string[];
32645
+ }
32414
32646
  interface ExpressGatewayServiceExpressGatewayContainer {
32415
32647
  /**
32416
32648
  * The log configuration for the container.
@@ -32467,6 +32699,14 @@ export declare namespace ecs {
32467
32699
  */
32468
32700
  minTaskCount?: number;
32469
32701
  }
32702
+ interface ExpressGatewayServiceIngressPathArns {
32703
+ certificateArn?: string;
32704
+ listenerArn?: string;
32705
+ listenerRuleArn?: string;
32706
+ loadBalancerArn?: string;
32707
+ loadBalancerSecurityGroups?: string[];
32708
+ targetGroupArns?: string[];
32709
+ }
32470
32710
  interface ExpressGatewayServiceIngressPathSummary {
32471
32711
  /**
32472
32712
  * The type of access to the endpoint for the Express service.
@@ -51348,6 +51588,16 @@ export declare namespace lambda {
51348
51588
  */
51349
51589
  targetArn?: string;
51350
51590
  }
51591
+ interface FunctionDurableConfig {
51592
+ /**
51593
+ * The amount of time (in seconds) that Lambda allows a durable function to run before stopping it. The maximum is one 366-day year or 31,622,400 seconds.
51594
+ */
51595
+ executionTimeout: number;
51596
+ /**
51597
+ * The number of days after a durable execution is closed that Lambda retains its history, from one to 90 days. The default is 14 days.
51598
+ */
51599
+ retentionPeriodInDays?: number;
51600
+ }
51351
51601
  /**
51352
51602
  * A function's environment variable settings. You can use environment variables to adjust your function's behavior without updating code. An environment variable is a pair of strings that are stored in a function's version-specific configuration.
51353
51603
  */
@@ -53951,292 +54201,6 @@ export declare namespace logs {
53951
54201
  type: enums.logs.TransformerTypeConverterEntryType;
53952
54202
  }
53953
54203
  }
53954
- export declare namespace lookoutmetrics {
53955
- interface AlertAction {
53956
- /**
53957
- * A configuration for an AWS Lambda channel.
53958
- */
53959
- lambdaConfiguration?: outputs.lookoutmetrics.AlertLambdaConfiguration;
53960
- /**
53961
- * A configuration for an Amazon SNS channel.
53962
- */
53963
- snsConfiguration?: outputs.lookoutmetrics.AlertSnsConfiguration;
53964
- }
53965
- /**
53966
- * Configuration options for a Lambda alert action.
53967
- */
53968
- interface AlertLambdaConfiguration {
53969
- /**
53970
- * ARN of a Lambda to send alert notifications to.
53971
- */
53972
- lambdaArn: string;
53973
- /**
53974
- * ARN of an IAM role that LookoutMetrics should assume to access the Lambda function.
53975
- */
53976
- roleArn: string;
53977
- }
53978
- /**
53979
- * Configuration options for an SNS alert action.
53980
- */
53981
- interface AlertSnsConfiguration {
53982
- /**
53983
- * ARN of an IAM role that LookoutMetrics should assume to access the SNS topic.
53984
- */
53985
- roleArn: string;
53986
- /**
53987
- * ARN of an SNS topic to send alert notifications to.
53988
- */
53989
- snsTopicArn: string;
53990
- }
53991
- interface AnomalyDetectorAppFlowConfig {
53992
- /**
53993
- * name of the flow.
53994
- */
53995
- flowName: string;
53996
- /**
53997
- * An IAM role that gives Amazon Lookout for Metrics permission to access the flow.
53998
- */
53999
- roleArn: string;
54000
- }
54001
- interface AnomalyDetectorCloudwatchConfig {
54002
- /**
54003
- * An IAM role that gives Amazon Lookout for Metrics permission to access data in Amazon CloudWatch.
54004
- */
54005
- roleArn: string;
54006
- }
54007
- interface AnomalyDetectorConfig {
54008
- /**
54009
- * Frequency of anomaly detection
54010
- */
54011
- anomalyDetectorFrequency: enums.lookoutmetrics.AnomalyDetectorFrequency;
54012
- }
54013
- interface AnomalyDetectorCsvFormatDescriptor {
54014
- /**
54015
- * The character set in which the source CSV file is written.
54016
- */
54017
- charset?: string;
54018
- /**
54019
- * Whether or not the source CSV file contains a header.
54020
- */
54021
- containsHeader?: boolean;
54022
- /**
54023
- * The character used to delimit the source CSV file.
54024
- */
54025
- delimiter?: string;
54026
- /**
54027
- * The level of compression of the source CSV file.
54028
- */
54029
- fileCompression?: enums.lookoutmetrics.AnomalyDetectorCsvFormatDescriptorFileCompression;
54030
- /**
54031
- * A list of the source CSV file's headers, if any.
54032
- */
54033
- headerList?: string[];
54034
- /**
54035
- * The character used as a quote character.
54036
- */
54037
- quoteSymbol?: string;
54038
- }
54039
- interface AnomalyDetectorFileFormatDescriptor {
54040
- /**
54041
- * Contains information about how a source CSV data file should be analyzed.
54042
- */
54043
- csvFormatDescriptor?: outputs.lookoutmetrics.AnomalyDetectorCsvFormatDescriptor;
54044
- /**
54045
- * Contains information about how a source JSON data file should be analyzed.
54046
- */
54047
- jsonFormatDescriptor?: outputs.lookoutmetrics.AnomalyDetectorJsonFormatDescriptor;
54048
- }
54049
- interface AnomalyDetectorJsonFormatDescriptor {
54050
- /**
54051
- * The character set in which the source JSON file is written.
54052
- */
54053
- charset?: string;
54054
- /**
54055
- * The level of compression of the source CSV file.
54056
- */
54057
- fileCompression?: enums.lookoutmetrics.AnomalyDetectorJsonFormatDescriptorFileCompression;
54058
- }
54059
- interface AnomalyDetectorMetric {
54060
- /**
54061
- * Operator used to aggregate metric values
54062
- */
54063
- aggregationFunction: enums.lookoutmetrics.AnomalyDetectorMetricAggregationFunction;
54064
- /**
54065
- * The name of the metric.
54066
- */
54067
- metricName: string;
54068
- /**
54069
- * The namespace for the metric.
54070
- */
54071
- namespace?: string;
54072
- }
54073
- interface AnomalyDetectorMetricSet {
54074
- /**
54075
- * Dimensions for this MetricSet.
54076
- */
54077
- dimensionList?: string[];
54078
- /**
54079
- * Metrics captured by this MetricSet.
54080
- */
54081
- metricList: outputs.lookoutmetrics.AnomalyDetectorMetric[];
54082
- /**
54083
- * A description for the MetricSet.
54084
- */
54085
- metricSetDescription?: string;
54086
- /**
54087
- * A frequency period to aggregate the data
54088
- */
54089
- metricSetFrequency?: enums.lookoutmetrics.AnomalyDetectorMetricSetMetricSetFrequency;
54090
- /**
54091
- * The name of the MetricSet.
54092
- */
54093
- metricSetName: string;
54094
- /**
54095
- * Contains information about how the source data should be interpreted.
54096
- */
54097
- metricSource: outputs.lookoutmetrics.AnomalyDetectorMetricSource;
54098
- /**
54099
- * Offset, in seconds, between the frequency interval and the time at which the metrics are available.
54100
- */
54101
- offset?: number;
54102
- /**
54103
- * Contains information about the column used for tracking time in your source data.
54104
- */
54105
- timestampColumn?: outputs.lookoutmetrics.AnomalyDetectorTimestampColumn;
54106
- /**
54107
- * The time zone in which your source data was recorded.
54108
- */
54109
- timezone?: string;
54110
- }
54111
- interface AnomalyDetectorMetricSource {
54112
- /**
54113
- * Details about an AppFlow datasource.
54114
- */
54115
- appFlowConfig?: outputs.lookoutmetrics.AnomalyDetectorAppFlowConfig;
54116
- /**
54117
- * Details about an Amazon CloudWatch monitoring datasource.
54118
- */
54119
- cloudwatchConfig?: outputs.lookoutmetrics.AnomalyDetectorCloudwatchConfig;
54120
- /**
54121
- * Details about an Amazon Relational Database Service (RDS) datasource.
54122
- */
54123
- rdsSourceConfig?: outputs.lookoutmetrics.AnomalyDetectorRdsSourceConfig;
54124
- /**
54125
- * Details about an Amazon Redshift database datasource.
54126
- */
54127
- redshiftSourceConfig?: outputs.lookoutmetrics.AnomalyDetectorRedshiftSourceConfig;
54128
- /**
54129
- * Contains information about the configuration of the S3 bucket that contains source files.
54130
- */
54131
- s3SourceConfig?: outputs.lookoutmetrics.AnomalyDetectorS3SourceConfig;
54132
- }
54133
- interface AnomalyDetectorRdsSourceConfig {
54134
- /**
54135
- * The host name of the database.
54136
- */
54137
- databaseHost: string;
54138
- /**
54139
- * The name of the RDS database.
54140
- */
54141
- databaseName: string;
54142
- /**
54143
- * The port number where the database can be accessed.
54144
- */
54145
- databasePort: number;
54146
- /**
54147
- * A string identifying the database instance.
54148
- */
54149
- dbInstanceIdentifier: string;
54150
- /**
54151
- * The Amazon Resource Name (ARN) of the role.
54152
- */
54153
- roleArn: string;
54154
- /**
54155
- * The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
54156
- */
54157
- secretManagerArn: string;
54158
- /**
54159
- * The name of the table in the database.
54160
- */
54161
- tableName: string;
54162
- /**
54163
- * An object containing information about the Amazon Virtual Private Cloud (VPC) configuration.
54164
- */
54165
- vpcConfiguration: outputs.lookoutmetrics.AnomalyDetectorVpcConfiguration;
54166
- }
54167
- interface AnomalyDetectorRedshiftSourceConfig {
54168
- /**
54169
- * A string identifying the Redshift cluster.
54170
- */
54171
- clusterIdentifier: string;
54172
- /**
54173
- * The name of the database host.
54174
- */
54175
- databaseHost: string;
54176
- /**
54177
- * The Redshift database name.
54178
- */
54179
- databaseName: string;
54180
- /**
54181
- * The port number where the database can be accessed.
54182
- */
54183
- databasePort: number;
54184
- /**
54185
- * The Amazon Resource Name (ARN) of the role providing access to the database.
54186
- */
54187
- roleArn: string;
54188
- /**
54189
- * The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
54190
- */
54191
- secretManagerArn: string;
54192
- /**
54193
- * The table name of the Redshift database.
54194
- */
54195
- tableName: string;
54196
- /**
54197
- * Contains information about the Amazon Virtual Private Cloud (VPC) configuration.
54198
- */
54199
- vpcConfiguration: outputs.lookoutmetrics.AnomalyDetectorVpcConfiguration;
54200
- }
54201
- interface AnomalyDetectorS3SourceConfig {
54202
- /**
54203
- * Contains information about a source file's formatting.
54204
- */
54205
- fileFormatDescriptor: outputs.lookoutmetrics.AnomalyDetectorFileFormatDescriptor;
54206
- /**
54207
- * A list of paths to the historical data files.
54208
- */
54209
- historicalDataPathList?: string[];
54210
- /**
54211
- * The ARN of an IAM role that has read and write access permissions to the source S3 bucket.
54212
- */
54213
- roleArn: string;
54214
- /**
54215
- * A list of templated paths to the source files.
54216
- */
54217
- templatedPathList?: string[];
54218
- }
54219
- interface AnomalyDetectorTimestampColumn {
54220
- /**
54221
- * A timestamp format for the timestamps in the dataset
54222
- */
54223
- columnFormat?: string;
54224
- /**
54225
- * The name of the timestamp column.
54226
- */
54227
- columnName?: string;
54228
- }
54229
- interface AnomalyDetectorVpcConfiguration {
54230
- /**
54231
- * An array of strings containing the list of security groups.
54232
- */
54233
- securityGroupIdList: string[];
54234
- /**
54235
- * An array of strings containing the Amazon VPC subnet IDs (e.g., `subnet-0bb1c79de3EXAMPLE` .
54236
- */
54237
- subnetIdList: string[];
54238
- }
54239
- }
54240
54204
  export declare namespace m2 {
54241
54205
  interface ApplicationDefinition0Properties {
54242
54206
  s3Location: string;
@@ -59546,10 +59510,140 @@ export declare namespace observabilityadmin {
59546
59510
  */
59547
59511
  logGroupSelectionCriteria: string;
59548
59512
  }
59513
+ /**
59514
+ * The condition of the action desired in the filter.
59515
+ */
59516
+ interface OrganizationTelemetryRuleActionCondition {
59517
+ action?: enums.observabilityadmin.OrganizationTelemetryRuleAction;
59518
+ }
59519
+ /**
59520
+ * An advanced event selector that includes optional name and field selectors
59521
+ */
59522
+ interface OrganizationTelemetryRuleAdvancedEventSelector {
59523
+ /**
59524
+ * Contains all selector statements in an advanced event selector.
59525
+ */
59526
+ fieldSelectors: outputs.observabilityadmin.OrganizationTelemetryRuleAdvancedFieldSelector[];
59527
+ /**
59528
+ * An optional descriptive name for the advanced event selector
59529
+ */
59530
+ name?: string;
59531
+ }
59532
+ /**
59533
+ * A single selector statement in an advanced event selector.
59534
+ */
59535
+ interface OrganizationTelemetryRuleAdvancedFieldSelector {
59536
+ /**
59537
+ * An operator that includes events that match the last few characters of the event record field specified as the value of Field.
59538
+ */
59539
+ endsWith?: string[];
59540
+ /**
59541
+ * An operator that includes events that match the exact value of the event record field specified as the value of Field.
59542
+ */
59543
+ equals?: string[];
59544
+ /**
59545
+ * A field in a CloudTrail event record on which to filter events to be logged
59546
+ */
59547
+ field?: string;
59548
+ /**
59549
+ * An operator that excludes events that match the last few characters of the event record field specified as the value of Field.
59550
+ */
59551
+ notEndsWith?: string[];
59552
+ /**
59553
+ * An operator that excludes events that match the exact value of the event record field specified as the value of Field.
59554
+ */
59555
+ notEquals?: string[];
59556
+ /**
59557
+ * An operator that excludes events that match the first few characters of the event record field specified as the value of Field.
59558
+ */
59559
+ notStartsWith?: string[];
59560
+ /**
59561
+ * An operator that includes events that match the first few characters of the event record field specified as the value of Field.
59562
+ */
59563
+ startsWith?: string[];
59564
+ }
59565
+ /**
59566
+ * Telemetry parameters for Cloudtrail
59567
+ */
59568
+ interface OrganizationTelemetryRuleCloudtrailParameters {
59569
+ /**
59570
+ * Create fine-grained selectors for AWS CloudTrail management and data.
59571
+ */
59572
+ advancedEventSelectors: outputs.observabilityadmin.OrganizationTelemetryRuleAdvancedEventSelector[];
59573
+ }
59574
+ /**
59575
+ * A condition for a filter.
59576
+ */
59577
+ interface OrganizationTelemetryRuleCondition {
59578
+ actionCondition?: outputs.observabilityadmin.OrganizationTelemetryRuleActionCondition;
59579
+ labelNameCondition?: outputs.observabilityadmin.OrganizationTelemetryRuleLabelNameCondition;
59580
+ }
59581
+ /**
59582
+ * Telemetry parameters for ELB/NLB Load Balancer Logs
59583
+ */
59584
+ interface OrganizationTelemetryRuleElbLoadBalancerLoggingParameters {
59585
+ /**
59586
+ * A delimiter to delineate log fields
59587
+ */
59588
+ fieldDelimiter?: string;
59589
+ outputFormat?: enums.observabilityadmin.OrganizationTelemetryRuleElbLoadBalancerLoggingParametersOutputFormat;
59590
+ }
59591
+ /**
59592
+ * The field that we want to match this rule to.
59593
+ */
59594
+ interface OrganizationTelemetryRuleFieldToMatch {
59595
+ /**
59596
+ * The method with which to match this rule.
59597
+ */
59598
+ method?: string;
59599
+ /**
59600
+ * The query string to find the resource to match this field to.
59601
+ */
59602
+ queryString?: string;
59603
+ singleHeader?: outputs.observabilityadmin.OrganizationTelemetryRuleSingleHeader;
59604
+ /**
59605
+ * This is the URI path to match this rule to.
59606
+ */
59607
+ uriPath?: string;
59608
+ }
59609
+ /**
59610
+ * A filter to be applied
59611
+ */
59612
+ interface OrganizationTelemetryRuleFilter {
59613
+ behavior?: enums.observabilityadmin.OrganizationTelemetryRuleFilterBehavior;
59614
+ conditions?: outputs.observabilityadmin.OrganizationTelemetryRuleCondition[];
59615
+ requirement?: enums.observabilityadmin.OrganizationTelemetryRuleFilterRequirement;
59616
+ }
59617
+ /**
59618
+ * The label name of the condition.
59619
+ */
59620
+ interface OrganizationTelemetryRuleLabelNameCondition {
59621
+ /**
59622
+ * The label name of the condition.
59623
+ */
59624
+ labelName?: string;
59625
+ }
59626
+ /**
59627
+ * Default handling for logs that don't match any of the specified filtering conditions.
59628
+ */
59629
+ interface OrganizationTelemetryRuleLoggingFilter {
59630
+ defaultBehavior?: enums.observabilityadmin.OrganizationTelemetryRuleFilterBehavior;
59631
+ filters?: outputs.observabilityadmin.OrganizationTelemetryRuleFilter[];
59632
+ }
59633
+ /**
59634
+ * Header for the field to match.
59635
+ */
59636
+ interface OrganizationTelemetryRuleSingleHeader {
59637
+ /**
59638
+ * The name of the header
59639
+ */
59640
+ name: string;
59641
+ }
59549
59642
  /**
59550
59643
  * The destination configuration for telemetry data
59551
59644
  */
59552
59645
  interface OrganizationTelemetryRuleTelemetryDestinationConfiguration {
59646
+ cloudtrailParameters?: outputs.observabilityadmin.OrganizationTelemetryRuleCloudtrailParameters;
59553
59647
  /**
59554
59648
  * The pattern used to generate the destination path or name, supporting macros like <resourceId> and <accountId>.
59555
59649
  */
@@ -59558,6 +59652,7 @@ export declare namespace observabilityadmin {
59558
59652
  * The type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3").
59559
59653
  */
59560
59654
  destinationType?: enums.observabilityadmin.OrganizationTelemetryRuleDestinationType;
59655
+ elbLoadBalancerLoggingParameters?: outputs.observabilityadmin.OrganizationTelemetryRuleElbLoadBalancerLoggingParameters;
59561
59656
  /**
59562
59657
  * The number of days to retain the telemetry data in the destination.
59563
59658
  */
@@ -59566,6 +59661,7 @@ export declare namespace observabilityadmin {
59566
59661
  * Configuration parameters specific to VPC Flow Logs when VPC is the resource type.
59567
59662
  */
59568
59663
  vpcFlowLogParameters?: outputs.observabilityadmin.OrganizationTelemetryRuleVpcFlowLogParameters;
59664
+ wafLoggingParameters?: outputs.observabilityadmin.OrganizationTelemetryRuleWafLoggingParameters;
59569
59665
  }
59570
59666
  /**
59571
59667
  * The telemetry rule
@@ -59576,7 +59672,7 @@ export declare namespace observabilityadmin {
59576
59672
  */
59577
59673
  destinationConfiguration?: outputs.observabilityadmin.OrganizationTelemetryRuleTelemetryDestinationConfiguration;
59578
59674
  /**
59579
- * The type of AWS resource to configure telemetry for (e.g., "AWS::EC2::VPC").
59675
+ * The type of AWS resource to configure telemetry for (e.g., "AWS::EC2::VPC", "AWS::EKS::Cluster", "AWS::WAFv2::WebACL").
59580
59676
  */
59581
59677
  resourceType: enums.observabilityadmin.OrganizationTelemetryRuleResourceType;
59582
59678
  /**
@@ -59587,6 +59683,7 @@ export declare namespace observabilityadmin {
59587
59683
  * Criteria for selecting which resources the rule applies to, such as resource tags.
59588
59684
  */
59589
59685
  selectionCriteria?: string;
59686
+ telemetrySourceTypes?: enums.observabilityadmin.OrganizationTelemetryRuleTelemetrySourceType[];
59590
59687
  /**
59591
59688
  * The type of telemetry to collect (Logs, Metrics, or Traces).
59592
59689
  */
@@ -59609,6 +59706,49 @@ export declare namespace observabilityadmin {
59609
59706
  */
59610
59707
  trafficType?: string;
59611
59708
  }
59709
+ /**
59710
+ * Telemetry parameters for WAF v2 Web ACL
59711
+ */
59712
+ interface OrganizationTelemetryRuleWafLoggingParameters {
59713
+ logType?: enums.observabilityadmin.OrganizationTelemetryRuleWafLogType;
59714
+ loggingFilter?: outputs.observabilityadmin.OrganizationTelemetryRuleLoggingFilter;
59715
+ /**
59716
+ * Fields not to be included in the logs.
59717
+ */
59718
+ redactedFields?: outputs.observabilityadmin.OrganizationTelemetryRuleFieldToMatch[];
59719
+ }
59720
+ /**
59721
+ * A key-value pair to associate with a resource
59722
+ */
59723
+ interface TelemetryPipelinesTag {
59724
+ /**
59725
+ * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
59726
+ */
59727
+ key: string;
59728
+ /**
59729
+ * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
59730
+ */
59731
+ value: string;
59732
+ }
59733
+ interface TelemetryPipelinesTelemetryPipeline {
59734
+ arn?: string;
59735
+ configuration?: outputs.observabilityadmin.TelemetryPipelinesTelemetryPipelineConfiguration;
59736
+ createdTimeStamp?: number;
59737
+ lastUpdateTimeStamp?: number;
59738
+ name?: string;
59739
+ status?: enums.observabilityadmin.TelemetryPipelinesTelemetryPipelineStatus;
59740
+ statusReason?: outputs.observabilityadmin.TelemetryPipelinesTelemetryPipelineStatusReason;
59741
+ /**
59742
+ * An array of key-value pairs to apply to this resource
59743
+ */
59744
+ tags?: outputs.observabilityadmin.TelemetryPipelinesTag[];
59745
+ }
59746
+ interface TelemetryPipelinesTelemetryPipelineConfiguration {
59747
+ body: string;
59748
+ }
59749
+ interface TelemetryPipelinesTelemetryPipelineStatusReason {
59750
+ description?: string;
59751
+ }
59612
59752
  /**
59613
59753
  * The telemetry rule
59614
59754
  */
@@ -59618,22 +59758,153 @@ export declare namespace observabilityadmin {
59618
59758
  */
59619
59759
  destinationConfiguration?: outputs.observabilityadmin.TelemetryRuleTelemetryDestinationConfiguration;
59620
59760
  /**
59621
- * The type of AWS resource to configure telemetry for (e.g., "AWS::EC2::VPC").
59761
+ * The type of AWS resource to configure telemetry for (e.g., "AWS::EC2::VPC", "AWS::EKS::Cluster", "AWS::WAFv2::WebACL").
59622
59762
  */
59623
59763
  resourceType: enums.observabilityadmin.TelemetryRuleResourceType;
59624
59764
  /**
59625
59765
  * Criteria for selecting which resources the rule applies to, such as resource tags.
59626
59766
  */
59627
59767
  selectionCriteria?: string;
59768
+ telemetrySourceTypes?: enums.observabilityadmin.TelemetryRuleTelemetrySourceType[];
59628
59769
  /**
59629
59770
  * The type of telemetry to collect (Logs, Metrics, or Traces).
59630
59771
  */
59631
59772
  telemetryType: enums.observabilityadmin.TelemetryRuleTelemetryType;
59632
59773
  }
59774
+ /**
59775
+ * The condition of the action desired in the filter.
59776
+ */
59777
+ interface TelemetryRuleActionCondition {
59778
+ action?: enums.observabilityadmin.TelemetryRuleAction;
59779
+ }
59780
+ /**
59781
+ * An advanced event selector that includes optional name and field selectors
59782
+ */
59783
+ interface TelemetryRuleAdvancedEventSelector {
59784
+ /**
59785
+ * Contains all selector statements in an advanced event selector.
59786
+ */
59787
+ fieldSelectors: outputs.observabilityadmin.TelemetryRuleAdvancedFieldSelector[];
59788
+ /**
59789
+ * An optional descriptive name for the advanced event selector
59790
+ */
59791
+ name?: string;
59792
+ }
59793
+ /**
59794
+ * A single selector statement in an advanced event selector.
59795
+ */
59796
+ interface TelemetryRuleAdvancedFieldSelector {
59797
+ /**
59798
+ * An operator that includes events that match the last few characters of the event record field specified as the value of Field.
59799
+ */
59800
+ endsWith?: string[];
59801
+ /**
59802
+ * An operator that includes events that match the exact value of the event record field specified as the value of Field.
59803
+ */
59804
+ equals?: string[];
59805
+ /**
59806
+ * A field in a CloudTrail event record on which to filter events to be logged
59807
+ */
59808
+ field?: string;
59809
+ /**
59810
+ * An operator that excludes events that match the last few characters of the event record field specified as the value of Field.
59811
+ */
59812
+ notEndsWith?: string[];
59813
+ /**
59814
+ * An operator that excludes events that match the exact value of the event record field specified as the value of Field.
59815
+ */
59816
+ notEquals?: string[];
59817
+ /**
59818
+ * An operator that excludes events that match the first few characters of the event record field specified as the value of Field.
59819
+ */
59820
+ notStartsWith?: string[];
59821
+ /**
59822
+ * An operator that includes events that match the first few characters of the event record field specified as the value of Field.
59823
+ */
59824
+ startsWith?: string[];
59825
+ }
59826
+ /**
59827
+ * Telemetry parameters for Cloudtrail
59828
+ */
59829
+ interface TelemetryRuleCloudtrailParameters {
59830
+ /**
59831
+ * Create fine-grained selectors for AWS CloudTrail management and data.
59832
+ */
59833
+ advancedEventSelectors: outputs.observabilityadmin.TelemetryRuleAdvancedEventSelector[];
59834
+ }
59835
+ /**
59836
+ * A condition for a filter.
59837
+ */
59838
+ interface TelemetryRuleCondition {
59839
+ actionCondition?: outputs.observabilityadmin.TelemetryRuleActionCondition;
59840
+ labelNameCondition?: outputs.observabilityadmin.TelemetryRuleLabelNameCondition;
59841
+ }
59842
+ /**
59843
+ * Telemetry parameters for ELB/NLB Load Balancer Logs
59844
+ */
59845
+ interface TelemetryRuleElbLoadBalancerLoggingParameters {
59846
+ /**
59847
+ * A delimiter to delineate log fields
59848
+ */
59849
+ fieldDelimiter?: string;
59850
+ outputFormat?: enums.observabilityadmin.TelemetryRuleElbLoadBalancerLoggingParametersOutputFormat;
59851
+ }
59852
+ /**
59853
+ * The field that we want to match this rule to.
59854
+ */
59855
+ interface TelemetryRuleFieldToMatch {
59856
+ /**
59857
+ * The method with which to match this rule.
59858
+ */
59859
+ method?: string;
59860
+ /**
59861
+ * The query string to find the resource to match this field to.
59862
+ */
59863
+ queryString?: string;
59864
+ singleHeader?: outputs.observabilityadmin.TelemetryRuleSingleHeader;
59865
+ /**
59866
+ * This is the URI path to match this rule to.
59867
+ */
59868
+ uriPath?: string;
59869
+ }
59870
+ /**
59871
+ * A filter to be applied
59872
+ */
59873
+ interface TelemetryRuleFilter {
59874
+ behavior?: enums.observabilityadmin.TelemetryRuleFilterBehavior;
59875
+ conditions?: outputs.observabilityadmin.TelemetryRuleCondition[];
59876
+ requirement?: enums.observabilityadmin.TelemetryRuleFilterRequirement;
59877
+ }
59878
+ /**
59879
+ * The label name of the condition.
59880
+ */
59881
+ interface TelemetryRuleLabelNameCondition {
59882
+ /**
59883
+ * The label name of the condition.
59884
+ */
59885
+ labelName?: string;
59886
+ }
59887
+ /**
59888
+ * Default handling for logs that don't match any of the specified filtering conditions.
59889
+ */
59890
+ interface TelemetryRuleLoggingFilter {
59891
+ defaultBehavior?: enums.observabilityadmin.TelemetryRuleFilterBehavior;
59892
+ filters?: outputs.observabilityadmin.TelemetryRuleFilter[];
59893
+ }
59894
+ /**
59895
+ * Header for the field to match.
59896
+ */
59897
+ interface TelemetryRuleSingleHeader {
59898
+ /**
59899
+ * The name of the header
59900
+ */
59901
+ name: string;
59902
+ }
59633
59903
  /**
59634
59904
  * The destination configuration for telemetry data
59635
59905
  */
59636
59906
  interface TelemetryRuleTelemetryDestinationConfiguration {
59907
+ cloudtrailParameters?: outputs.observabilityadmin.TelemetryRuleCloudtrailParameters;
59637
59908
  /**
59638
59909
  * The pattern used to generate the destination path or name, supporting macros like <resourceId> and <accountId>.
59639
59910
  */
@@ -59642,6 +59913,11 @@ export declare namespace observabilityadmin {
59642
59913
  * The type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3").
59643
59914
  */
59644
59915
  destinationType?: enums.observabilityadmin.TelemetryRuleDestinationType;
59916
+ elbLoadBalancerLoggingParameters?: outputs.observabilityadmin.TelemetryRuleElbLoadBalancerLoggingParameters;
59917
+ /**
59918
+ * Parameters for BedrockAgentCore log delivery
59919
+ */
59920
+ logDeliveryParameters?: outputs.observabilityadmin.TelemetryRuleTelemetryDestinationConfigurationLogDeliveryParametersProperties;
59645
59921
  /**
59646
59922
  * The number of days to retain the telemetry data in the destination.
59647
59923
  */
@@ -59650,6 +59926,16 @@ export declare namespace observabilityadmin {
59650
59926
  * Configuration parameters specific to VPC Flow Logs when VPC is the resource type.
59651
59927
  */
59652
59928
  vpcFlowLogParameters?: outputs.observabilityadmin.TelemetryRuleVpcFlowLogParameters;
59929
+ wafLoggingParameters?: outputs.observabilityadmin.TelemetryRuleWafLoggingParameters;
59930
+ }
59931
+ /**
59932
+ * Parameters for BedrockAgentCore log delivery
59933
+ */
59934
+ interface TelemetryRuleTelemetryDestinationConfigurationLogDeliveryParametersProperties {
59935
+ /**
59936
+ * Types of logs to deliver for BedrockAgentCore resources
59937
+ */
59938
+ logTypes?: enums.observabilityadmin.TelemetryRuleTelemetryDestinationConfigurationLogDeliveryParametersPropertiesLogTypesItem[];
59653
59939
  }
59654
59940
  /**
59655
59941
  * Telemetry parameters for VPC Flow logs
@@ -59668,6 +59954,17 @@ export declare namespace observabilityadmin {
59668
59954
  */
59669
59955
  trafficType?: string;
59670
59956
  }
59957
+ /**
59958
+ * Telemetry parameters for WAF v2 Web ACL
59959
+ */
59960
+ interface TelemetryRuleWafLoggingParameters {
59961
+ logType?: enums.observabilityadmin.TelemetryRuleWafLogType;
59962
+ loggingFilter?: outputs.observabilityadmin.TelemetryRuleLoggingFilter;
59963
+ /**
59964
+ * Fields not to be included in the logs.
59965
+ */
59966
+ redactedFields?: outputs.observabilityadmin.TelemetryRuleFieldToMatch[];
59967
+ }
59671
59968
  }
59672
59969
  export declare namespace odb {
59673
59970
  /**
@@ -61020,6 +61317,10 @@ export declare namespace paymentcryptography {
61020
61317
  */
61021
61318
  wrap?: boolean;
61022
61319
  }
61320
+ interface KeyReplicationStatusType {
61321
+ status: enums.paymentcryptography.KeyReplicationState;
61322
+ statusMessage?: string;
61323
+ }
61023
61324
  }
61024
61325
  export declare namespace pcaconnectorad {
61025
61326
  interface ConnectorVpcInformation {
@@ -93619,91 +93920,6 @@ export declare namespace resourcegroups {
93619
93920
  values?: string[];
93620
93921
  }
93621
93922
  }
93622
- export declare namespace robomaker {
93623
- /**
93624
- * The robot software suite used by the robot application.
93625
- */
93626
- interface RobotApplicationRobotSoftwareSuite {
93627
- /**
93628
- * The name of robot software suite.
93629
- */
93630
- name: enums.robomaker.RobotApplicationRobotSoftwareSuiteName;
93631
- /**
93632
- * The version of robot software suite.
93633
- */
93634
- version?: enums.robomaker.RobotApplicationRobotSoftwareSuiteVersion;
93635
- }
93636
- interface RobotApplicationSourceConfig {
93637
- /**
93638
- * The architecture of robot application.
93639
- */
93640
- architecture: enums.robomaker.RobotApplicationSourceConfigArchitecture;
93641
- /**
93642
- * The Arn of the S3Bucket that stores the robot application source.
93643
- */
93644
- s3Bucket: string;
93645
- /**
93646
- * The s3 key of robot application source.
93647
- */
93648
- s3Key: string;
93649
- }
93650
- /**
93651
- * Information about a rendering engine.
93652
- */
93653
- interface SimulationApplicationRenderingEngine {
93654
- /**
93655
- * The name of the rendering engine.
93656
- */
93657
- name: enums.robomaker.SimulationApplicationRenderingEngineName;
93658
- /**
93659
- * The version of the rendering engine.
93660
- */
93661
- version: string;
93662
- }
93663
- /**
93664
- * Information about a robot software suite.
93665
- */
93666
- interface SimulationApplicationRobotSoftwareSuite {
93667
- /**
93668
- * The name of the robot software suite.
93669
- */
93670
- name: enums.robomaker.SimulationApplicationRobotSoftwareSuiteName;
93671
- /**
93672
- * The version of the robot software suite.
93673
- */
93674
- version?: enums.robomaker.SimulationApplicationRobotSoftwareSuiteVersion;
93675
- }
93676
- /**
93677
- * Information about a simulation software suite.
93678
- */
93679
- interface SimulationApplicationSimulationSoftwareSuite {
93680
- /**
93681
- * The name of the simulation software suite.
93682
- */
93683
- name: enums.robomaker.SimulationApplicationSimulationSoftwareSuiteName;
93684
- /**
93685
- * The version of the simulation software suite.
93686
- */
93687
- version?: enums.robomaker.SimulationApplicationSimulationSoftwareSuiteVersion;
93688
- }
93689
- /**
93690
- * Information about a source configuration.
93691
- */
93692
- interface SimulationApplicationSourceConfig {
93693
- /**
93694
- * The target processor architecture for the application.
93695
- */
93696
- architecture: enums.robomaker.SimulationApplicationSourceConfigArchitecture;
93697
- /**
93698
- * The Amazon S3 bucket name.
93699
- */
93700
- s3Bucket: string;
93701
- /**
93702
- * The s3 object key.
93703
- */
93704
- s3Key: string;
93705
- }
93706
- }
93707
93923
  export declare namespace rolesanywhere {
93708
93924
  interface ProfileAttributeMapping {
93709
93925
  /**
@@ -93964,6 +94180,12 @@ export declare namespace route53 {
93964
94180
  */
93965
94181
  comment?: string;
93966
94182
  }
94183
+ interface HostedZoneFeatures {
94184
+ /**
94185
+ * Enable accelerated recovery on your public hosted zone to gain the ability to make changes to DNS records in the event of us-east-1 unavailability.
94186
+ */
94187
+ enableAcceleratedRecovery?: boolean;
94188
+ }
93967
94189
  /**
93968
94190
  * A complex type that contains information about a configuration for DNS query logging.
93969
94191
  */
@@ -96547,6 +96769,15 @@ export declare namespace s3tables {
96547
96769
  */
96548
96770
  interface TableBucketPolicyResourcePolicy {
96549
96771
  }
96772
+ /**
96773
+ * Specifies storage class settings for the table bucket
96774
+ */
96775
+ interface TableBucketStorageClassConfiguration {
96776
+ /**
96777
+ * The storage class for the table bucket
96778
+ */
96779
+ storageClass?: enums.s3tables.TableBucketStorageClassConfigurationStorageClass;
96780
+ }
96550
96781
  /**
96551
96782
  * Settings governing the Unreferenced File Removal maintenance action. Unreferenced file removal identifies and deletes all objects that are not referenced by any table snapshots.
96552
96783
  */
@@ -96634,6 +96865,15 @@ export declare namespace s3tables {
96634
96865
  */
96635
96866
  status?: enums.s3tables.TableSnapshotManagementStatus;
96636
96867
  }
96868
+ /**
96869
+ * Specifies storage class settings for the table
96870
+ */
96871
+ interface TableStorageClassConfiguration {
96872
+ /**
96873
+ * The storage class for the table
96874
+ */
96875
+ storageClass?: enums.s3tables.TableStorageClassConfigurationStorageClass;
96876
+ }
96637
96877
  }
96638
96878
  export declare namespace s3vectors {
96639
96879
  /**
@@ -102774,6 +103014,11 @@ export declare namespace securityhub {
102774
103014
  */
102775
103015
  serviceEnabled?: boolean;
102776
103016
  }
103017
+ /**
103018
+ * The provider configuration of the connector
103019
+ */
103020
+ interface ConnectorV2Provider {
103021
+ }
102777
103022
  /**
102778
103023
  * A collection of filters that are applied to all active findings aggregated by AWS Security Hub.
102779
103024
  */
@@ -110417,6 +110662,126 @@ export declare namespace wisdom {
110417
110662
  * The action of guardrail PII entity configuration.
110418
110663
  */
110419
110664
  action: enums.wisdom.AiGuardrailGuardrailSensitiveInformationAction;
110665
+ /**
110666
+ * Configure AI Guardrail type when the PII entity is detected.
110667
+ *
110668
+ * The following PIIs are used to block or mask sensitive information:
110669
+ *
110670
+ * - *General*
110671
+ *
110672
+ * - *ADDRESS*
110673
+ *
110674
+ * A physical address, such as "100 Main Street, Anytown, USA" or "Suite #12, Building 123". An address can include information such as the street, building, location, city, state, country, county, zip code, precinct, and neighborhood.
110675
+ * - *AGE*
110676
+ *
110677
+ * An individual's age, including the quantity and unit of time. For example, in the phrase "I am 40 years old," Guarrails recognizes "40 years" as an age.
110678
+ * - *NAME*
110679
+ *
110680
+ * An individual's name. This entity type does not include titles, such as Dr., Mr., Mrs., or Miss. AI Guardrail doesn't apply this entity type to names that are part of organizations or addresses. For example, AI Guardrail recognizes the "John Doe Organization" as an organization, and it recognizes "Jane Doe Street" as an address.
110681
+ * - *EMAIL*
110682
+ *
110683
+ * An email address, such as *marymajor@email.com* .
110684
+ * - *PHONE*
110685
+ *
110686
+ * A phone number. This entity type also includes fax and pager numbers.
110687
+ * - *USERNAME*
110688
+ *
110689
+ * A user name that identifies an account, such as a login name, screen name, nick name, or handle.
110690
+ * - *PASSWORD*
110691
+ *
110692
+ * An alphanumeric string that is used as a password, such as "* *very20special#pass** ".
110693
+ * - *DRIVER_ID*
110694
+ *
110695
+ * The number assigned to a driver's license, which is an official document permitting an individual to operate one or more motorized vehicles on a public road. A driver's license number consists of alphanumeric characters.
110696
+ * - *LICENSE_PLATE*
110697
+ *
110698
+ * A license plate for a vehicle is issued by the state or country where the vehicle is registered. The format for passenger vehicles is typically five to eight digits, consisting of upper-case letters and numbers. The format varies depending on the location of the issuing state or country.
110699
+ * - *VEHICLE_IDENTIFICATION_NUMBER*
110700
+ *
110701
+ * A Vehicle Identification Number (VIN) uniquely identifies a vehicle. VIN content and format are defined in the *ISO 3779* specification. Each country has specific codes and formats for VINs.
110702
+ * - *Finance*
110703
+ *
110704
+ * - *CREDIT_DEBIT_CARD_CVV*
110705
+ *
110706
+ * A three-digit card verification code (CVV) that is present on VISA, MasterCard, and Discover credit and debit cards. For American Express credit or debit cards, the CVV is a four-digit numeric code.
110707
+ * - *CREDIT_DEBIT_CARD_EXPIRY*
110708
+ *
110709
+ * The expiration date for a credit or debit card. This number is usually four digits long and is often formatted as *month/year* or *MM/YY* . AI Guardrail recognizes expiration dates such as *01/21* , *01/2021* , and *Jan 2021* .
110710
+ * - *CREDIT_DEBIT_CARD_NUMBER*
110711
+ *
110712
+ * The number for a credit or debit card. These numbers can vary from 13 to 16 digits in length. However, Amazon Comprehend also recognizes credit or debit card numbers when only the last four digits are present.
110713
+ * - *PIN*
110714
+ *
110715
+ * A four-digit personal identification number (PIN) with which you can access your bank account.
110716
+ * - *INTERNATIONAL_BANK_ACCOUNT_NUMBER*
110717
+ *
110718
+ * An International Bank Account Number has specific formats in each country. For more information, see [www.iban.com/structure](https://docs.aws.amazon.com/https://www.iban.com/structure) .
110719
+ * - *SWIFT_CODE*
110720
+ *
110721
+ * A SWIFT code is a standard format of Bank Identifier Code (BIC) used to specify a particular bank or branch. Banks use these codes for money transfers such as international wire transfers.
110722
+ *
110723
+ * SWIFT codes consist of eight or 11 characters. The 11-digit codes refer to specific branches, while eight-digit codes (or 11-digit codes ending in 'XXX') refer to the head or primary office.
110724
+ * - *IT*
110725
+ *
110726
+ * - *IP_ADDRESS*
110727
+ *
110728
+ * An IPv4 address, such as *198.51.100.0* .
110729
+ * - *MAC_ADDRESS*
110730
+ *
110731
+ * A *media access control* (MAC) address is a unique identifier assigned to a network interface controller (NIC).
110732
+ * - *URL*
110733
+ *
110734
+ * A web address, such as *www.example.com* .
110735
+ * - *AWS_ACCESS_KEY*
110736
+ *
110737
+ * A unique identifier that's associated with a secret access key; you use the access key ID and secret access key to sign programmatic AWS requests cryptographically.
110738
+ * - *AWS_SECRET_KEY*
110739
+ *
110740
+ * A unique identifier that's associated with an access key. You use the access key ID and secret access key to sign programmatic AWS requests cryptographically.
110741
+ * - *USA specific*
110742
+ *
110743
+ * - *US_BANK_ACCOUNT_NUMBER*
110744
+ *
110745
+ * A US bank account number, which is typically 10 to 12 digits long.
110746
+ * - *US_BANK_ROUTING_NUMBER*
110747
+ *
110748
+ * A US bank account routing number. These are typically nine digits long,
110749
+ * - *US_INDIVIDUAL_TAX_IDENTIFICATION_NUMBER*
110750
+ *
110751
+ * A US Individual Taxpayer Identification Number (ITIN) is a nine-digit number that starts with a "9" and contain a "7" or "8" as the fourth digit. An ITIN can be formatted with a space or a dash after the third and forth digits.
110752
+ * - *US_PASSPORT_NUMBER*
110753
+ *
110754
+ * A US passport number. Passport numbers range from six to nine alphanumeric characters.
110755
+ * - *US_SOCIAL_SECURITY_NUMBER*
110756
+ *
110757
+ * A US Social Security Number (SSN) is a nine-digit number that is issued to US citizens, permanent residents, and temporary working residents.
110758
+ * - *Canada specific*
110759
+ *
110760
+ * - *CA_HEALTH_NUMBER*
110761
+ *
110762
+ * A Canadian Health Service Number is a 10-digit unique identifier, required for individuals to access healthcare benefits.
110763
+ * - *CA_SOCIAL_INSURANCE_NUMBER*
110764
+ *
110765
+ * A Canadian Social Insurance Number (SIN) is a nine-digit unique identifier, required for individuals to access government programs and benefits.
110766
+ *
110767
+ * The SIN is formatted as three groups of three digits, such as *123-456-789* . A SIN can be validated through a simple check-digit process called the [Luhn algorithm](https://docs.aws.amazon.com/https://www.wikipedia.org/wiki/Luhn_algorithm) .
110768
+ * - *UK Specific*
110769
+ *
110770
+ * - *UK_NATIONAL_HEALTH_SERVICE_NUMBER*
110771
+ *
110772
+ * A UK National Health Service Number is a 10-17 digit number, such as *485 555 3456* . The current system formats the 10-digit number with spaces after the third and sixth digits. The final digit is an error-detecting checksum.
110773
+ * - *UK_NATIONAL_INSURANCE_NUMBER*
110774
+ *
110775
+ * A UK National Insurance Number (NINO) provides individuals with access to National Insurance (social security) benefits. It is also used for some purposes in the UK tax system.
110776
+ *
110777
+ * The number is nine digits long and starts with two letters, followed by six numbers and one letter. A NINO can be formatted with a space or a dash after the two letters and after the second, forth, and sixth digits.
110778
+ * - *UK_UNIQUE_TAXPAYER_REFERENCE_NUMBER*
110779
+ *
110780
+ * A UK Unique Taxpayer Reference (UTR) is a 10-digit number that identifies a taxpayer or a business.
110781
+ * - *Custom*
110782
+ *
110783
+ * - *Regex filter* - You can use a regular expressions to define patterns for an AI Guardrail to recognize and act upon such as serial number, booking ID etc..
110784
+ */
110420
110785
  type: enums.wisdom.AiGuardrailGuardrailPiiEntityType;
110421
110786
  }
110422
110787
  /**