@pulumi/aws 4.33.1 → 4.34.0

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 (198) hide show
  1. package/appstream/fleet.d.ts +3 -3
  2. package/batch/getJobQueue.d.ts +4 -0
  3. package/batch/getJobQueue.js.map +1 -1
  4. package/batch/getSchedulingPolicy.d.ts +69 -0
  5. package/batch/getSchedulingPolicy.js +39 -0
  6. package/batch/getSchedulingPolicy.js.map +1 -0
  7. package/batch/index.d.ts +2 -0
  8. package/batch/index.js +6 -0
  9. package/batch/index.js.map +1 -1
  10. package/batch/jobQueue.d.ts +37 -0
  11. package/batch/jobQueue.js +27 -0
  12. package/batch/jobQueue.js.map +1 -1
  13. package/batch/schedulingPolicy.d.ts +134 -0
  14. package/batch/schedulingPolicy.js +97 -0
  15. package/batch/schedulingPolicy.js.map +1 -0
  16. package/cloud9/environmentMembership.d.ts +106 -0
  17. package/cloud9/environmentMembership.js +92 -0
  18. package/cloud9/environmentMembership.js.map +1 -0
  19. package/cloud9/index.d.ts +1 -0
  20. package/cloud9/index.js +5 -0
  21. package/cloud9/index.js.map +1 -1
  22. package/cloudwatch/eventTarget.d.ts +48 -3
  23. package/cloudwatch/eventTarget.js +45 -0
  24. package/cloudwatch/eventTarget.js.map +1 -1
  25. package/codebuild/index.d.ts +1 -0
  26. package/codebuild/index.js +5 -0
  27. package/codebuild/index.js.map +1 -1
  28. package/codebuild/project.d.ts +49 -5
  29. package/codebuild/project.js +8 -0
  30. package/codebuild/project.js.map +1 -1
  31. package/codebuild/resourcePolicy.d.ts +108 -0
  32. package/codebuild/resourcePolicy.js +107 -0
  33. package/codebuild/resourcePolicy.js.map +1 -0
  34. package/codepipeline/webhook.d.ts +8 -0
  35. package/codepipeline/webhook.js +2 -0
  36. package/codepipeline/webhook.js.map +1 -1
  37. package/cognito/getUserPoolClients.d.ts +49 -0
  38. package/cognito/getUserPoolClients.js +38 -0
  39. package/cognito/getUserPoolClients.js.map +1 -0
  40. package/cognito/getUserPoolSigningCertificate.d.ts +49 -0
  41. package/cognito/getUserPoolSigningCertificate.js +38 -0
  42. package/cognito/getUserPoolSigningCertificate.js.map +1 -0
  43. package/cognito/index.d.ts +2 -0
  44. package/cognito/index.js +2 -0
  45. package/cognito/index.js.map +1 -1
  46. package/datasync/index.d.ts +2 -0
  47. package/datasync/index.js +10 -0
  48. package/datasync/index.js.map +1 -1
  49. package/datasync/locationFsxLustre.d.ts +155 -0
  50. package/datasync/locationFsxLustre.js +94 -0
  51. package/datasync/locationFsxLustre.js.map +1 -0
  52. package/datasync/locationHdfs.d.ts +257 -0
  53. package/datasync/locationHdfs.js +117 -0
  54. package/datasync/locationHdfs.js.map +1 -0
  55. package/dax/cluster.d.ts +18 -0
  56. package/dax/cluster.js +2 -0
  57. package/dax/cluster.js.map +1 -1
  58. package/devicefarm/devicePool.d.ts +170 -0
  59. package/devicefarm/devicePool.js +100 -0
  60. package/devicefarm/devicePool.js.map +1 -0
  61. package/devicefarm/index.d.ts +3 -0
  62. package/devicefarm/index.js +15 -0
  63. package/devicefarm/index.js.map +1 -1
  64. package/devicefarm/networkProfile.d.ts +247 -0
  65. package/devicefarm/networkProfile.js +105 -0
  66. package/devicefarm/networkProfile.js.map +1 -0
  67. package/devicefarm/upload.d.ts +142 -0
  68. package/devicefarm/upload.js +97 -0
  69. package/devicefarm/upload.js.map +1 -0
  70. package/directconnect/privateVirtualInterface.d.ts +3 -0
  71. package/directconnect/privateVirtualInterface.js +2 -0
  72. package/directconnect/privateVirtualInterface.js.map +1 -1
  73. package/directconnect/transitVirtualInterface.d.ts +3 -0
  74. package/directconnect/transitVirtualInterface.js +2 -0
  75. package/directconnect/transitVirtualInterface.js.map +1 -1
  76. package/ec2/defaultSubnet.d.ts +15 -0
  77. package/ec2/defaultSubnet.js +10 -0
  78. package/ec2/defaultSubnet.js.map +1 -1
  79. package/ec2/getSubnet.d.ts +20 -0
  80. package/ec2/getSubnet.js.map +1 -1
  81. package/ec2/index.d.ts +3 -0
  82. package/ec2/index.js +15 -0
  83. package/ec2/index.js.map +1 -1
  84. package/ec2/subnet.d.ts +65 -5
  85. package/ec2/subnet.js +10 -3
  86. package/ec2/subnet.js.map +1 -1
  87. package/ec2/vpcEndpointConnectionAccepter.d.ts +105 -0
  88. package/ec2/vpcEndpointConnectionAccepter.js +98 -0
  89. package/ec2/vpcEndpointConnectionAccepter.js.map +1 -0
  90. package/ec2/vpcIpamOrganizationAdminAccount.d.ts +94 -0
  91. package/ec2/vpcIpamOrganizationAdminAccount.js +85 -0
  92. package/ec2/vpcIpamOrganizationAdminAccount.js.map +1 -0
  93. package/ec2/vpcIpamPoolCidr.d.ts +3 -0
  94. package/ec2/vpcIpamPoolCidr.js +3 -0
  95. package/ec2/vpcIpamPoolCidr.js.map +1 -1
  96. package/ec2/vpcIpamPoolCidrAllocation.d.ts +3 -3
  97. package/ec2/vpcIpamPreviewNextCidr.d.ts +100 -0
  98. package/ec2/vpcIpamPreviewNextCidr.js +90 -0
  99. package/ec2/vpcIpamPreviewNextCidr.js.map +1 -0
  100. package/ecr/replicationConfiguration.d.ts +22 -0
  101. package/ecr/replicationConfiguration.js +22 -0
  102. package/ecr/replicationConfiguration.js.map +1 -1
  103. package/ecs/getTaskDefinition.d.ts +39 -0
  104. package/ecs/getTaskDefinition.js +35 -0
  105. package/ecs/getTaskDefinition.js.map +1 -1
  106. package/fsx/backup.d.ts +15 -0
  107. package/fsx/backup.js +15 -0
  108. package/fsx/backup.js.map +1 -1
  109. package/fsx/index.d.ts +3 -0
  110. package/fsx/index.js +15 -0
  111. package/fsx/index.js.map +1 -1
  112. package/fsx/openZfsFileSystem.d.ts +341 -0
  113. package/fsx/openZfsFileSystem.js +144 -0
  114. package/fsx/openZfsFileSystem.js.map +1 -0
  115. package/fsx/openZfsSnapshot.d.ts +149 -0
  116. package/fsx/openZfsSnapshot.js +107 -0
  117. package/fsx/openZfsSnapshot.js.map +1 -0
  118. package/fsx/openZfsVolume.d.ts +225 -0
  119. package/fsx/openZfsVolume.js +101 -0
  120. package/fsx/openZfsVolume.js.map +1 -0
  121. package/glue/trigger.d.ts +15 -3
  122. package/glue/trigger.js +2 -0
  123. package/glue/trigger.js.map +1 -1
  124. package/index.d.ts +3 -1
  125. package/index.js +7 -2
  126. package/index.js.map +1 -1
  127. package/memorydb/acl.d.ts +142 -0
  128. package/memorydb/acl.js +90 -0
  129. package/memorydb/acl.js.map +1 -0
  130. package/memorydb/cluster.d.ts +388 -0
  131. package/memorydb/cluster.js +140 -0
  132. package/memorydb/cluster.js.map +1 -0
  133. package/memorydb/index.d.ts +5 -0
  134. package/memorydb/index.js +53 -0
  135. package/memorydb/index.js.map +1 -0
  136. package/memorydb/parameterGroup.d.ts +160 -0
  137. package/memorydb/parameterGroup.js +96 -0
  138. package/memorydb/parameterGroup.js.map +1 -0
  139. package/memorydb/subnetGroup.d.ts +146 -0
  140. package/memorydb/subnetGroup.js +96 -0
  141. package/memorydb/subnetGroup.js.map +1 -0
  142. package/memorydb/user.d.ts +138 -0
  143. package/memorydb/user.js +83 -0
  144. package/memorydb/user.js.map +1 -0
  145. package/mskconnect/customPlugin.d.ts +144 -0
  146. package/mskconnect/customPlugin.js +104 -0
  147. package/mskconnect/customPlugin.js.map +1 -0
  148. package/mskconnect/getCustomPlugin.d.ts +61 -0
  149. package/mskconnect/getCustomPlugin.js +38 -0
  150. package/mskconnect/getCustomPlugin.js.map +1 -0
  151. package/mskconnect/getWorkerConfiguration.d.ts +61 -0
  152. package/mskconnect/getWorkerConfiguration.js +38 -0
  153. package/mskconnect/getWorkerConfiguration.js.map +1 -0
  154. package/mskconnect/index.d.ts +4 -0
  155. package/mskconnect/index.js +40 -0
  156. package/mskconnect/index.js.map +1 -0
  157. package/mskconnect/workerConfiguration.d.ts +113 -0
  158. package/mskconnect/workerConfiguration.js +87 -0
  159. package/mskconnect/workerConfiguration.js.map +1 -0
  160. package/organizations/getResourceTags.d.ts +63 -0
  161. package/organizations/getResourceTags.js +39 -0
  162. package/organizations/getResourceTags.js.map +1 -0
  163. package/organizations/index.d.ts +1 -0
  164. package/organizations/index.js +1 -0
  165. package/organizations/index.js.map +1 -1
  166. package/package.json +2 -2
  167. package/package.json.dev +1 -1
  168. package/sagemaker/device.d.ts +97 -0
  169. package/sagemaker/device.js +89 -0
  170. package/sagemaker/device.js.map +1 -0
  171. package/sagemaker/getPrebuiltEcrImage.d.ts +2 -2
  172. package/sagemaker/index.d.ts +1 -0
  173. package/sagemaker/index.js +5 -0
  174. package/sagemaker/index.js.map +1 -1
  175. package/ses/getActiveReceiptRuleSet.d.ts +31 -0
  176. package/ses/getActiveReceiptRuleSet.js +30 -0
  177. package/ses/getActiveReceiptRuleSet.js.map +1 -0
  178. package/ses/getDomainIdentity.d.ts +56 -0
  179. package/ses/getDomainIdentity.js +38 -0
  180. package/ses/getDomainIdentity.js.map +1 -0
  181. package/ses/getEmailIdentity.d.ts +52 -0
  182. package/ses/getEmailIdentity.js +38 -0
  183. package/ses/getEmailIdentity.js.map +1 -0
  184. package/ses/index.d.ts +3 -0
  185. package/ses/index.js +3 -0
  186. package/ses/index.js.map +1 -1
  187. package/sqs/queue.d.ts +16 -0
  188. package/sqs/queue.js +6 -0
  189. package/sqs/queue.js.map +1 -1
  190. package/ssm/getParametersByPath.d.ts +9 -0
  191. package/ssm/getParametersByPath.js +1 -0
  192. package/ssm/getParametersByPath.js.map +1 -1
  193. package/timestreamwrite/table.d.ts +12 -0
  194. package/timestreamwrite/table.js +2 -0
  195. package/timestreamwrite/table.js.map +1 -1
  196. package/types/input.d.ts +409 -11
  197. package/types/output.d.ts +430 -11
  198. package/wafv2/webAclLoggingConfiguration.d.ts +3 -3
package/types/output.d.ts CHANGED
@@ -5145,7 +5145,7 @@ export declare namespace batch {
5145
5145
  }
5146
5146
  interface ComputeEnvironmentComputeResourcesEc2Configuration {
5147
5147
  /**
5148
- * The AMI ID used for instances launched in the compute environment that match the image type. This setting overrides the `imageId` argument in the `computeResourcess block.
5148
+ * The AMI ID used for instances launched in the compute environment that match the image type. This setting overrides the `imageId` argument in the `computeResources` block.
5149
5149
  */
5150
5150
  imageIdOverride: string;
5151
5151
  /**
@@ -5171,6 +5171,27 @@ export declare namespace batch {
5171
5171
  computeEnvironment: string;
5172
5172
  order: number;
5173
5173
  }
5174
+ interface GetSchedulingPolicyFairSharePolicy {
5175
+ /**
5176
+ * A value used to reserve some of the available maximum vCPU for fair share identifiers that have not yet been used. For more information, see [FairsharePolicy](https://docs.aws.amazon.com/batch/latest/APIReference/API_FairsharePolicy.html).
5177
+ */
5178
+ computeReservation: number;
5179
+ shareDecaySeconds: number;
5180
+ /**
5181
+ * One or more share distribution blocks which define the weights for the fair share identifiers for the fair share policy. For more information, see [FairsharePolicy](https://docs.aws.amazon.com/batch/latest/APIReference/API_FairsharePolicy.html). The `shareDistribution` block is documented below.
5182
+ */
5183
+ shareDistributions: outputs.batch.GetSchedulingPolicyFairSharePolicyShareDistribution[];
5184
+ }
5185
+ interface GetSchedulingPolicyFairSharePolicyShareDistribution {
5186
+ /**
5187
+ * A fair share identifier or fair share identifier prefix. For more information, see [ShareAttributes](https://docs.aws.amazon.com/batch/latest/APIReference/API_ShareAttributes.html).
5188
+ */
5189
+ shareIdentifier: string;
5190
+ /**
5191
+ * The weight factor for the fair share identifier. For more information, see [ShareAttributes](https://docs.aws.amazon.com/batch/latest/APIReference/API_ShareAttributes.html).
5192
+ */
5193
+ weightFactor: number;
5194
+ }
5174
5195
  interface JobDefinitionRetryStrategy {
5175
5196
  /**
5176
5197
  * The number of times to move a job to the `RUNNABLE` status. You may specify between `1` and `10` attempts.
@@ -5205,6 +5226,27 @@ export declare namespace batch {
5205
5226
  */
5206
5227
  attemptDurationSeconds?: number;
5207
5228
  }
5229
+ interface SchedulingPolicyFairSharePolicy {
5230
+ /**
5231
+ * A value used to reserve some of the available maximum vCPU for fair share identifiers that have not yet been used. For more information, see [FairsharePolicy](https://docs.aws.amazon.com/batch/latest/APIReference/API_FairsharePolicy.html).
5232
+ */
5233
+ computeReservation?: number;
5234
+ shareDecaySeconds?: number;
5235
+ /**
5236
+ * One or more share distribution blocks which define the weights for the fair share identifiers for the fair share policy. For more information, see [FairsharePolicy](https://docs.aws.amazon.com/batch/latest/APIReference/API_FairsharePolicy.html). The `shareDistribution` block is documented below.
5237
+ */
5238
+ shareDistributions?: outputs.batch.SchedulingPolicyFairSharePolicyShareDistribution[];
5239
+ }
5240
+ interface SchedulingPolicyFairSharePolicyShareDistribution {
5241
+ /**
5242
+ * A fair share identifier or fair share identifier prefix. For more information, see [ShareAttributes](https://docs.aws.amazon.com/batch/latest/APIReference/API_ShareAttributes.html).
5243
+ */
5244
+ shareIdentifier: string;
5245
+ /**
5246
+ * The weight factor for the fair share identifier. For more information, see [ShareAttributes](https://docs.aws.amazon.com/batch/latest/APIReference/API_ShareAttributes.html).
5247
+ */
5248
+ weightFactor?: number;
5249
+ }
5208
5250
  }
5209
5251
  export declare namespace budgets {
5210
5252
  interface BudgetActionActionThreshold {
@@ -7373,6 +7415,10 @@ export declare namespace codebuild {
7373
7415
  * Artifact identifier. Must be the same specified inside the AWS CodeBuild build specification.
7374
7416
  */
7375
7417
  artifactIdentifier?: string;
7418
+ /**
7419
+ * Specifies the bucket owner's access for objects that another account uploads to their Amazon S3 bucket. By default, only the account that uploads the objects to the bucket has access to these objects. This property allows you to give the bucket owner access to these objects. Valid values are `NONE`, `READ_ONLY`, and `FULL`. your CodeBuild service role must have the `s3:PutBucketAcl` permission. This permission allows CodeBuild to modify the access control list for the bucket.
7420
+ */
7421
+ bucketOwnerAccess?: string;
7376
7422
  /**
7377
7423
  * Whether to disable encrypting output artifacts. If `type` is set to `NO_ARTIFACTS`, this value is ignored. Defaults to `false`.
7378
7424
  */
@@ -7553,6 +7599,10 @@ export declare namespace codebuild {
7553
7599
  streamName?: string;
7554
7600
  }
7555
7601
  interface ProjectLogsConfigS3Logs {
7602
+ /**
7603
+ * Specifies the bucket owner's access for objects that another account uploads to their Amazon S3 bucket. By default, only the account that uploads the objects to the bucket has access to these objects. This property allows you to give the bucket owner access to these objects. Valid values are `NONE`, `READ_ONLY`, and `FULL`. your CodeBuild service role must have the `s3:PutBucketAcl` permission. This permission allows CodeBuild to modify the access control list for the bucket.
7604
+ */
7605
+ bucketOwnerAccess?: string;
7556
7606
  /**
7557
7607
  * Whether to disable encrypting output artifacts. If `type` is set to `NO_ARTIFACTS`, this value is ignored. Defaults to `false`.
7558
7608
  */
@@ -7571,6 +7621,10 @@ export declare namespace codebuild {
7571
7621
  * Artifact identifier. Must be the same specified inside the AWS CodeBuild build specification.
7572
7622
  */
7573
7623
  artifactIdentifier: string;
7624
+ /**
7625
+ * Specifies the bucket owner's access for objects that another account uploads to their Amazon S3 bucket. By default, only the account that uploads the objects to the bucket has access to these objects. This property allows you to give the bucket owner access to these objects. Valid values are `NONE`, `READ_ONLY`, and `FULL`. your CodeBuild service role must have the `s3:PutBucketAcl` permission. This permission allows CodeBuild to modify the access control list for the bucket.
7626
+ */
7627
+ bucketOwnerAccess?: string;
7574
7628
  /**
7575
7629
  * Whether to disable encrypting output artifacts. If `type` is set to `NO_ARTIFACTS`, this value is ignored. Defaults to `false`.
7576
7630
  */
@@ -7640,7 +7694,7 @@ export declare namespace codebuild {
7640
7694
  */
7641
7695
  reportBuildStatus?: boolean;
7642
7696
  /**
7643
- * Source identifier. Source data will be put inside a folder named as this parameter inside AWS CodeBuild source directory
7697
+ * An identifier for a source in the build project.
7644
7698
  */
7645
7699
  sourceIdentifier: string;
7646
7700
  /**
@@ -7678,6 +7732,16 @@ export declare namespace codebuild {
7678
7732
  */
7679
7733
  fetchSubmodules: boolean;
7680
7734
  }
7735
+ interface ProjectSecondarySourceVersion {
7736
+ /**
7737
+ * An identifier for a source in the build project.
7738
+ */
7739
+ sourceIdentifier: string;
7740
+ /**
7741
+ * The source version for the corresponding source identifier. See [AWS docs](https://docs.aws.amazon.com/codebuild/latest/APIReference/API_ProjectSourceVersion.html#CodeBuild-Type-ProjectSourceVersion-sourceVersion) for more details.
7742
+ */
7743
+ sourceVersion: string;
7744
+ }
7681
7745
  interface ProjectSource {
7682
7746
  /**
7683
7747
  * Configuration block with the authorization settings for AWS CodeBuild to access the source code to be built. This information is for the AWS CodeBuild console's use only. Use the `aws.codebuild.SourceCredential` resource instead. Auth blocks are documented below.
@@ -8794,6 +8858,7 @@ export declare namespace config {
8794
8858
  iotthingsgraph?: string;
8795
8859
  iotwireless?: string;
8796
8860
  kafka?: string;
8861
+ kafkaconnect?: string;
8797
8862
  kendra?: string;
8798
8863
  kinesis?: string;
8799
8864
  kinesisanalytics?: string;
@@ -9049,6 +9114,26 @@ export declare namespace datasync {
9049
9114
  */
9050
9115
  subnetArn: string;
9051
9116
  }
9117
+ interface LocationHdfsNameNode {
9118
+ /**
9119
+ * The hostname of the NameNode in the HDFS cluster. This value is the IP address or Domain Name Service (DNS) name of the NameNode. An agent that's installed on-premises uses this hostname to communicate with the NameNode in the network.
9120
+ */
9121
+ hostname: string;
9122
+ /**
9123
+ * The port that the NameNode uses to listen to client requests.
9124
+ */
9125
+ port: number;
9126
+ }
9127
+ interface LocationHdfsQopConfiguration {
9128
+ /**
9129
+ * The data transfer protection setting configured on the HDFS cluster. This setting corresponds to your dfs.data.transfer.protection setting in the hdfs-site.xml file on your Hadoop cluster. Valid values are `DISABLED`, `AUTHENTICATION`, `INTEGRITY` and `PRIVACY`.
9130
+ */
9131
+ dataTransferProtection?: string;
9132
+ /**
9133
+ * The RPC protection setting configured on the HDFS cluster. This setting corresponds to your hadoop.rpc.protection setting in your core-site.xml file on your Hadoop cluster. Valid values are `DISABLED`, `AUTHENTICATION`, `INTEGRITY` and `PRIVACY`.
9134
+ */
9135
+ rpcProtection?: string;
9136
+ }
9052
9137
  interface LocationSmbMountOptions {
9053
9138
  /**
9054
9139
  * The specific SMB version that you want DataSync to use for mounting your SMB share. Valid values: `AUTOMATIC`, `SMB2`, and `SMB3`. Default: `AUTOMATIC`
@@ -9171,6 +9256,22 @@ export declare namespace dax {
9171
9256
  value: string;
9172
9257
  }
9173
9258
  }
9259
+ export declare namespace devicefarm {
9260
+ interface DevicePoolRule {
9261
+ /**
9262
+ * The rule's stringified attribute. Valid values are: `APPIUM_VERSION`, `ARN`, `AVAILABILITY`, `FLEET_TYPE`, `FORM_FACTOR`, `INSTANCE_ARN`, `INSTANCE_LABELS`, `MANUFACTURER`, `MODEL`, `OS_VERSION`, `PLATFORM`, `REMOTE_ACCESS_ENABLED`, `REMOTE_DEBUG_ENABLED`.
9263
+ */
9264
+ attribute?: string;
9265
+ /**
9266
+ * Specifies how Device Farm compares the rule's attribute to the value. For the operators that are supported by each attribute. Valid values are: `EQUALS`, `NOT_IN`, `IN`, `GREATER_THAN`, `GREATER_THAN_OR_EQUALS`, `LESS_THAN`, `LESS_THAN_OR_EQUALS`, `CONTAINS`.
9267
+ */
9268
+ operator?: string;
9269
+ /**
9270
+ * The rule's value.
9271
+ */
9272
+ value?: string;
9273
+ }
9274
+ }
9174
9275
  export declare namespace directoryservice {
9175
9276
  interface DirectoryConnectSettings {
9176
9277
  availabilityZones: string[];
@@ -9749,11 +9850,6 @@ export declare namespace dynamodb {
9749
9850
  * Indicates whether ttl is enabled (true) or disabled (false).
9750
9851
  */
9751
9852
  enabled?: boolean;
9752
- /**
9753
- * The ARN of the CMK that should be used for the AWS KMS encryption.
9754
- * This attribute should only be specified if the key is different from the default DynamoDB CMK, `alias/aws/dynamodb`.
9755
- */
9756
- kmsKeyArn: string;
9757
9853
  }
9758
9854
  }
9759
9855
  export declare namespace ebs {
@@ -12646,15 +12742,19 @@ export declare namespace ecr {
12646
12742
  }
12647
12743
  interface ReplicationConfigurationReplicationConfiguration {
12648
12744
  /**
12649
- * The replication rules for a replication configuration. See Rule.
12745
+ * The replication rules for a replication configuration. A maximum of 10 are allowed per `replicationConfiguration`. See Rule
12650
12746
  */
12651
12747
  rule: outputs.ecr.ReplicationConfigurationReplicationConfigurationRule;
12652
12748
  }
12653
12749
  interface ReplicationConfigurationReplicationConfigurationRule {
12654
12750
  /**
12655
- * the details of a replication destination. See Destination.
12751
+ * the details of a replication destination. A maximum of 25 are allowed per `rule`. See Destination.
12656
12752
  */
12657
12753
  destinations: outputs.ecr.ReplicationConfigurationReplicationConfigurationRuleDestination[];
12754
+ /**
12755
+ * filters for a replication rule. See Repository Filter.
12756
+ */
12757
+ repositoryFilters?: outputs.ecr.ReplicationConfigurationReplicationConfigurationRuleRepositoryFilter[];
12658
12758
  }
12659
12759
  interface ReplicationConfigurationReplicationConfigurationRuleDestination {
12660
12760
  /**
@@ -12666,6 +12766,16 @@ export declare namespace ecr {
12666
12766
  */
12667
12767
  registryId: string;
12668
12768
  }
12769
+ interface ReplicationConfigurationReplicationConfigurationRuleRepositoryFilter {
12770
+ /**
12771
+ * The repository filter details.
12772
+ */
12773
+ filter: string;
12774
+ /**
12775
+ * The repository filter type. The only supported value is `PREFIX_MATCH`, which is a repository name prefix specified with the filter parameter.
12776
+ */
12777
+ filterType: string;
12778
+ }
12669
12779
  interface RepositoryEncryptionConfiguration {
12670
12780
  /**
12671
12781
  * The encryption type to use for the repository. Valid values are `AES256` or `KMS`. Defaults to `AES256`.
@@ -15953,6 +16063,96 @@ export declare namespace fsx {
15953
16063
  */
15954
16064
  name: string;
15955
16065
  }
16066
+ interface OpenZfsFileSystemDiskIopsConfiguration {
16067
+ /**
16068
+ * - The total number of SSD IOPS provisioned for the file system.
16069
+ */
16070
+ iops: number;
16071
+ /**
16072
+ * - Specifies whether the number of IOPS for the file system is using the system. Valid values are `AUTOMATIC` and `USER_PROVISIONED`. Default value is `AUTOMATIC`.
16073
+ */
16074
+ mode?: string;
16075
+ }
16076
+ interface OpenZfsFileSystemRootVolumeConfiguration {
16077
+ /**
16078
+ * - A boolean flag indicating whether tags for the file system should be copied to snapshots. The default value is false.
16079
+ */
16080
+ copyTagsToSnapshots?: boolean;
16081
+ /**
16082
+ * - Method used to compress the data on the volume. Valid values are `NONE` or `ZSTD`. Child volumes that don't specify compression option will inherit from parent volume. This option on file system applies to the root volume.
16083
+ */
16084
+ dataCompressionType?: string;
16085
+ /**
16086
+ * - NFS export configuration for the root volume. Exactly 1 item. See NFS Exports Below.
16087
+ */
16088
+ nfsExports?: outputs.fsx.OpenZfsFileSystemRootVolumeConfigurationNfsExports;
16089
+ /**
16090
+ * - specifies whether the volume is read-only. Default is false.
16091
+ */
16092
+ readOnly: boolean;
16093
+ /**
16094
+ * - Specify how much storage users or groups can use on the volume. Maximum of 100 items. See User and Group Quotas Below.
16095
+ */
16096
+ userAndGroupQuotas: outputs.fsx.OpenZfsFileSystemRootVolumeConfigurationUserAndGroupQuota[];
16097
+ }
16098
+ interface OpenZfsFileSystemRootVolumeConfigurationNfsExports {
16099
+ /**
16100
+ * - A list of configuration objects that contain the client and options for mounting the OpenZFS file system. Maximum of 25 items. See Client Configurations Below.
16101
+ */
16102
+ clientConfigurations: outputs.fsx.OpenZfsFileSystemRootVolumeConfigurationNfsExportsClientConfiguration[];
16103
+ }
16104
+ interface OpenZfsFileSystemRootVolumeConfigurationNfsExportsClientConfiguration {
16105
+ /**
16106
+ * - A value that specifies who can mount the file system. You can provide a wildcard character (*), an IP address (0.0.0.0), or a CIDR address (192.0.2.0/24. By default, Amazon FSx uses the wildcard character when specifying the client.
16107
+ */
16108
+ clients: string;
16109
+ /**
16110
+ * - The options to use when mounting the file system. Maximum of 20 items. See the [Linix NFS exports man page](https://linux.die.net/man/5/exports) for more information. `crossmount` and `sync` are used by default.
16111
+ */
16112
+ options: string[];
16113
+ }
16114
+ interface OpenZfsFileSystemRootVolumeConfigurationUserAndGroupQuota {
16115
+ /**
16116
+ * - The ID of the user or group. Valid values between `0` and `2147483647`
16117
+ */
16118
+ id: number;
16119
+ /**
16120
+ * - The amount of storage that the user or group can use in gibibytes (GiB). Valid values between `0` and `2147483647`
16121
+ */
16122
+ storageCapacityQuotaGib: number;
16123
+ type: string;
16124
+ }
16125
+ interface OpenZfsVolumeNfsExports {
16126
+ /**
16127
+ * - A list of configuration objects that contain the client and options for mounting the OpenZFS file system. Maximum of 25 items. See Client Configurations Below.
16128
+ */
16129
+ clientConfigurations: outputs.fsx.OpenZfsVolumeNfsExportsClientConfiguration[];
16130
+ }
16131
+ interface OpenZfsVolumeNfsExportsClientConfiguration {
16132
+ /**
16133
+ * - A value that specifies who can mount the file system. You can provide a wildcard character (*), an IP address (0.0.0.0), or a CIDR address (192.0.2.0/24. By default, Amazon FSx uses the wildcard character when specifying the client.
16134
+ */
16135
+ clients: string;
16136
+ /**
16137
+ * - The options to use when mounting the file system. Maximum of 20 items. See the [Linix NFS exports man page](https://linux.die.net/man/5/exports) for more information. `crossmount` and `sync` are used by default.
16138
+ */
16139
+ options: string[];
16140
+ }
16141
+ interface OpenZfsVolumeOriginSnapshot {
16142
+ copyStrategy: string;
16143
+ snapshotArn: string;
16144
+ }
16145
+ interface OpenZfsVolumeUserAndGroupQuota {
16146
+ /**
16147
+ * - The ID of the user or group. Valid values between `0` and `2147483647`
16148
+ */
16149
+ id: number;
16150
+ /**
16151
+ * - The amount of storage that the user or group can use in gibibytes (GiB). Valid values between `0` and `2147483647`
16152
+ */
16153
+ storageCapacityQuotaGib: number;
16154
+ type: string;
16155
+ }
15956
16156
  interface WindowsFileSystemAuditLogConfiguration {
15957
16157
  /**
15958
16158
  * The Amazon Resource Name (ARN) for the destination of the audit logs. The destination can be any Amazon CloudWatch Logs log group ARN or Amazon Kinesis Data Firehose delivery stream ARN. Can be specified when `fileAccessAuditLogLevel` and `fileShareAccessAuditLogLevel` are not set to `DISABLED`. The name of the Amazon CloudWatch Logs log group must begin with the `/aws/fsx` prefix. The name of the Amazon Kinesis Data Firehouse delivery stream must begin with the `aws-fsx` prefix. If you do not provide a destination in `auditLogDestionation`, Amazon FSx will create and use a log stream in the CloudWatch Logs /aws/fsx/windows log group.
@@ -18561,7 +18761,7 @@ export declare namespace kinesis {
18561
18761
  dataFormatConversionConfiguration?: outputs.kinesis.FirehoseDeliveryStreamExtendedS3ConfigurationDataFormatConversionConfiguration;
18562
18762
  dynamicPartitioningConfiguration?: outputs.kinesis.FirehoseDeliveryStreamExtendedS3ConfigurationDynamicPartitioningConfiguration;
18563
18763
  /**
18564
- * Prefix added to failed records before writing them to S3. This prefix appears immediately following the bucket name.
18764
+ * Prefix added to failed records before writing them to S3. Not currently supported for `redshift` destination. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see [Custom Prefixes for Amazon S3 Objects](https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html).
18565
18765
  */
18566
18766
  errorOutputPrefix?: string;
18567
18767
  /**
@@ -18832,6 +19032,10 @@ export declare namespace kinesis {
18832
19032
  * The compression format. If no value is specified, the default is `UNCOMPRESSED`. Other supported values are `GZIP`, `ZIP`, `Snappy`, & `HADOOP_SNAPPY`.
18833
19033
  */
18834
19034
  compressionFormat?: string;
19035
+ /**
19036
+ * Prefix added to failed records before writing them to S3. Not currently supported for `redshift` destination. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see [Custom Prefixes for Amazon S3 Objects](https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html).
19037
+ */
19038
+ errorOutputPrefix?: string;
18835
19039
  /**
18836
19040
  * Specifies the KMS key ARN the stream will use to encrypt data. If not set, no encryption will
18837
19041
  * be used.
@@ -19096,6 +19300,10 @@ export declare namespace kinesis {
19096
19300
  * The compression format. If no value is specified, the default is `UNCOMPRESSED`. Other supported values are `GZIP`, `ZIP`, `Snappy`, & `HADOOP_SNAPPY`.
19097
19301
  */
19098
19302
  compressionFormat?: string;
19303
+ /**
19304
+ * Prefix added to failed records before writing them to S3. Not currently supported for `redshift` destination. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see [Custom Prefixes for Amazon S3 Objects](https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html).
19305
+ */
19306
+ errorOutputPrefix?: string;
19099
19307
  /**
19100
19308
  * Specifies the KMS key ARN the stream will use to encrypt data. If not set, no encryption will
19101
19309
  * be used.
@@ -19146,6 +19354,10 @@ export declare namespace kinesis {
19146
19354
  * The compression format. If no value is specified, the default is `UNCOMPRESSED`. Other supported values are `GZIP`, `ZIP`, `Snappy`, & `HADOOP_SNAPPY`.
19147
19355
  */
19148
19356
  compressionFormat?: string;
19357
+ /**
19358
+ * Prefix added to failed records before writing them to S3. Not currently supported for `redshift` destination. This prefix appears immediately following the bucket name. For information about how to specify this prefix, see [Custom Prefixes for Amazon S3 Objects](https://docs.aws.amazon.com/firehose/latest/dev/s3-prefixes.html).
19359
+ */
19360
+ errorOutputPrefix?: string;
19149
19361
  /**
19150
19362
  * Specifies the KMS key ARN the stream will use to encrypt data. If not set, no encryption will
19151
19363
  * be used.
@@ -21463,6 +21675,87 @@ export declare namespace mediapackage {
21463
21675
  username: string;
21464
21676
  }
21465
21677
  }
21678
+ export declare namespace memorydb {
21679
+ interface ClusterClusterEndpoint {
21680
+ /**
21681
+ * DNS hostname of the node.
21682
+ */
21683
+ address: string;
21684
+ /**
21685
+ * The port number on which each of the nodes accepts connections. Defaults to `6379`.
21686
+ */
21687
+ port: number;
21688
+ }
21689
+ interface ClusterShard {
21690
+ /**
21691
+ * Name of this node.
21692
+ * * `endpoint`
21693
+ */
21694
+ name: string;
21695
+ /**
21696
+ * Set of nodes in this shard.
21697
+ */
21698
+ nodes: outputs.memorydb.ClusterShardNode[];
21699
+ /**
21700
+ * Number of individual nodes in this shard.
21701
+ */
21702
+ numNodes: number;
21703
+ /**
21704
+ * Keyspace for this shard. Example: `0-16383`.
21705
+ */
21706
+ slots: string;
21707
+ }
21708
+ interface ClusterShardNode {
21709
+ /**
21710
+ * The Availability Zone in which the node resides.
21711
+ */
21712
+ availabilityZone: string;
21713
+ /**
21714
+ * The date and time when the node was created. Example: `2022-01-01T21:00:00Z`.
21715
+ */
21716
+ createTime: string;
21717
+ endpoints: outputs.memorydb.ClusterShardNodeEndpoint[];
21718
+ /**
21719
+ * Name of this node.
21720
+ * * `endpoint`
21721
+ */
21722
+ name: string;
21723
+ }
21724
+ interface ClusterShardNodeEndpoint {
21725
+ /**
21726
+ * DNS hostname of the node.
21727
+ */
21728
+ address: string;
21729
+ /**
21730
+ * The port number on which each of the nodes accepts connections. Defaults to `6379`.
21731
+ */
21732
+ port: number;
21733
+ }
21734
+ interface ParameterGroupParameter {
21735
+ /**
21736
+ * The name of the parameter.
21737
+ */
21738
+ name: string;
21739
+ /**
21740
+ * The value of the parameter.
21741
+ */
21742
+ value: string;
21743
+ }
21744
+ interface UserAuthenticationMode {
21745
+ /**
21746
+ * The number of passwords belonging to the user.
21747
+ */
21748
+ passwordCount: number;
21749
+ /**
21750
+ * The set of passwords used for authentication. You can create up to two passwords for each user.
21751
+ */
21752
+ passwords: string[];
21753
+ /**
21754
+ * Indicates whether the user requires a password to authenticate. Must be set to `password`.
21755
+ */
21756
+ type: string;
21757
+ }
21758
+ }
21466
21759
  export declare namespace mq {
21467
21760
  interface BrokerConfiguration {
21468
21761
  /**
@@ -21797,6 +22090,28 @@ export declare namespace msk {
21797
22090
  nodeArn: string;
21798
22091
  }
21799
22092
  }
22093
+ export declare namespace mskconnect {
22094
+ interface CustomPluginLocation {
22095
+ /**
22096
+ * Information of the plugin file stored in Amazon S3. See below.
22097
+ */
22098
+ s3: outputs.mskconnect.CustomPluginLocationS3;
22099
+ }
22100
+ interface CustomPluginLocationS3 {
22101
+ /**
22102
+ * The Amazon Resource Name (ARN) of an S3 bucket.
22103
+ */
22104
+ bucketArn: string;
22105
+ /**
22106
+ * The file key for an object in an S3 bucket.
22107
+ */
22108
+ fileKey: string;
22109
+ /**
22110
+ * The version of an object in an S3 bucket.
22111
+ */
22112
+ objectVersion?: string;
22113
+ }
22114
+ }
21800
22115
  export declare namespace mwaa {
21801
22116
  interface EnvironmentLastUpdated {
21802
22117
  /**
@@ -24958,10 +25273,18 @@ export declare namespace sagemaker {
24958
25273
  * The instance type that the image version runs on. For valid values see [Sagemaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).
24959
25274
  */
24960
25275
  instanceType?: string;
25276
+ /**
25277
+ * The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.
25278
+ */
25279
+ lifecycleConfigArn?: string;
24961
25280
  /**
24962
25281
  * The ARN of the SageMaker image that the image version belongs to.
24963
25282
  */
24964
25283
  sagemakerImageArn: string;
25284
+ /**
25285
+ * The ARN of the image version created on the instance.
25286
+ */
25287
+ sagemakerImageVersionArn?: string;
24965
25288
  }
24966
25289
  interface CodeRepositoryGitConfig {
24967
25290
  /**
@@ -24977,6 +25300,20 @@ export declare namespace sagemaker {
24977
25300
  */
24978
25301
  secretArn?: string;
24979
25302
  }
25303
+ interface DeviceDevice {
25304
+ /**
25305
+ * A description for the device.
25306
+ */
25307
+ description?: string;
25308
+ /**
25309
+ * The name of the device.
25310
+ */
25311
+ deviceName: string;
25312
+ /**
25313
+ * Amazon Web Services Internet of Things (IoT) object name.
25314
+ */
25315
+ iotThingName?: string;
25316
+ }
24980
25317
  interface DeviceFleetOutputConfig {
24981
25318
  /**
24982
25319
  * The AWS Key Management Service (AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume after compilation job. If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account.
@@ -25028,10 +25365,18 @@ export declare namespace sagemaker {
25028
25365
  * The instance type that the image version runs on.. For valid values see [Sagemaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).
25029
25366
  */
25030
25367
  instanceType?: string;
25368
+ /**
25369
+ * The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.
25370
+ */
25371
+ lifecycleConfigArn?: string;
25031
25372
  /**
25032
25373
  * The ARN of the SageMaker image that the image version belongs to.
25033
25374
  */
25034
25375
  sagemakerImageArn?: string;
25376
+ /**
25377
+ * The ARN of the image version created on the instance.
25378
+ */
25379
+ sagemakerImageVersionArn?: string;
25035
25380
  }
25036
25381
  interface DomainDefaultUserSettingsKernelGatewayAppSettings {
25037
25382
  /**
@@ -25066,10 +25411,18 @@ export declare namespace sagemaker {
25066
25411
  * The instance type that the image version runs on.. For valid values see [Sagemaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).
25067
25412
  */
25068
25413
  instanceType?: string;
25414
+ /**
25415
+ * The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.
25416
+ */
25417
+ lifecycleConfigArn?: string;
25069
25418
  /**
25070
25419
  * The ARN of the SageMaker image that the image version belongs to.
25071
25420
  */
25072
25421
  sagemakerImageArn?: string;
25422
+ /**
25423
+ * The ARN of the image version created on the instance.
25424
+ */
25425
+ sagemakerImageVersionArn?: string;
25073
25426
  }
25074
25427
  interface DomainDefaultUserSettingsSharingSettings {
25075
25428
  /**
@@ -25096,10 +25449,18 @@ export declare namespace sagemaker {
25096
25449
  * The instance type that the image version runs on.. For valid values see [Sagemaker Instance Types](https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).
25097
25450
  */
25098
25451
  instanceType?: string;
25452
+ /**
25453
+ * The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.
25454
+ */
25455
+ lifecycleConfigArn?: string;
25099
25456
  /**
25100
25457
  * The ARN of the SageMaker image that the image version belongs to.
25101
25458
  */
25102
25459
  sagemakerImageArn?: string;
25460
+ /**
25461
+ * The ARN of the image version created on the instance.
25462
+ */
25463
+ sagemakerImageVersionArn?: string;
25103
25464
  }
25104
25465
  interface DomainRetentionPolicy {
25105
25466
  /**
@@ -25574,10 +25935,18 @@ export declare namespace sagemaker {
25574
25935
  * The instance type.
25575
25936
  */
25576
25937
  instanceType?: string;
25938
+ /**
25939
+ * The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.
25940
+ */
25941
+ lifecycleConfigArn?: string;
25577
25942
  /**
25578
25943
  * The Amazon Resource Name (ARN) of the SageMaker image created on the instance.
25579
25944
  */
25580
25945
  sagemakerImageArn?: string;
25946
+ /**
25947
+ * The ARN of the image version created on the instance.
25948
+ */
25949
+ sagemakerImageVersionArn?: string;
25581
25950
  }
25582
25951
  interface UserProfileUserSettingsKernelGatewayAppSettings {
25583
25952
  /**
@@ -25612,10 +25981,18 @@ export declare namespace sagemaker {
25612
25981
  * The instance type.
25613
25982
  */
25614
25983
  instanceType?: string;
25984
+ /**
25985
+ * The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.
25986
+ */
25987
+ lifecycleConfigArn?: string;
25615
25988
  /**
25616
25989
  * The Amazon Resource Name (ARN) of the SageMaker image created on the instance.
25617
25990
  */
25618
25991
  sagemakerImageArn?: string;
25992
+ /**
25993
+ * The ARN of the image version created on the instance.
25994
+ */
25995
+ sagemakerImageVersionArn?: string;
25619
25996
  }
25620
25997
  interface UserProfileUserSettingsSharingSettings {
25621
25998
  /**
@@ -25642,10 +26019,18 @@ export declare namespace sagemaker {
25642
26019
  * The instance type.
25643
26020
  */
25644
26021
  instanceType?: string;
26022
+ /**
26023
+ * The Amazon Resource Name (ARN) of the Lifecycle Configuration attached to the Resource.
26024
+ */
26025
+ lifecycleConfigArn?: string;
25645
26026
  /**
25646
26027
  * The Amazon Resource Name (ARN) of the SageMaker image created on the instance.
25647
26028
  */
25648
26029
  sagemakerImageArn?: string;
26030
+ /**
26031
+ * The ARN of the image version created on the instance.
26032
+ */
26033
+ sagemakerImageVersionArn?: string;
25649
26034
  }
25650
26035
  interface WorkforceCognitoConfig {
25651
26036
  /**
@@ -28047,7 +28432,7 @@ export declare namespace synthetics {
28047
28432
  */
28048
28433
  durationInSeconds?: number;
28049
28434
  /**
28050
- * Rate expression that defines how often the canary is to run. The syntax is rate(number unit). unit can be minute, minutes, or hour.
28435
+ * Rate expression or cron expression that defines how often the canary is to run. For rate expression, the syntax is `rate(number unit)`. _unit_ can be `minute`, `minutes`, or `hour`. For cron expression, the syntax is `cron(expression)`. For more information about the syntax for cron expressions, see [Scheduling canary runs using cron](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch_Synthetics_Canaries_cron.html).
28051
28436
  */
28052
28437
  expression: string;
28053
28438
  }
@@ -28085,6 +28470,40 @@ export declare namespace synthetics {
28085
28470
  }
28086
28471
  }
28087
28472
  export declare namespace timestreamwrite {
28473
+ interface TableMagneticStoreWriteProperties {
28474
+ /**
28475
+ * A flag to enable magnetic store writes.
28476
+ */
28477
+ enableMagneticStoreWrites?: boolean;
28478
+ /**
28479
+ * The location to write error reports for records rejected asynchronously during magnetic store writes. See Magnetic Store Rejected Data Location below for more details.
28480
+ */
28481
+ magneticStoreRejectedDataLocation?: outputs.timestreamwrite.TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocation;
28482
+ }
28483
+ interface TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocation {
28484
+ /**
28485
+ * Configuration of an S3 location to write error reports for records rejected, asynchronously, during magnetic store writes. See S3 Configuration below for more details.
28486
+ */
28487
+ s3Configuration?: outputs.timestreamwrite.TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3Configuration;
28488
+ }
28489
+ interface TableMagneticStoreWritePropertiesMagneticStoreRejectedDataLocationS3Configuration {
28490
+ /**
28491
+ * Bucket name of the customer S3 bucket.
28492
+ */
28493
+ bucketName?: string;
28494
+ /**
28495
+ * Encryption option for the customer s3 location. Options are S3 server side encryption with an S3-managed key or KMS managed key. Valid values are `SSE_KMS` and `SSE_S3`.
28496
+ */
28497
+ encryptionOption?: string;
28498
+ /**
28499
+ * KMS key arn for the customer s3 location when encrypting with a KMS managed key.
28500
+ */
28501
+ kmsKeyId?: string;
28502
+ /**
28503
+ * Object key prefix for the customer S3 location.
28504
+ */
28505
+ objectKeyPrefix?: string;
28506
+ }
28088
28507
  interface TableRetentionProperties {
28089
28508
  /**
28090
28509
  * The duration for which data must be stored in the magnetic store. Minimum value of 1. Maximum value of 73000.