@pulumi/aws 7.17.0-alpha.1770139809 → 7.17.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 (223) hide show
  1. package/acm/certificate.d.ts +2 -2
  2. package/acm/certificate.js +2 -2
  3. package/acmpca/certificate.d.ts +2 -2
  4. package/acmpca/certificate.js +2 -2
  5. package/apigateway/domainName.d.ts +12 -0
  6. package/apigateway/domainName.js +2 -0
  7. package/apigateway/domainName.js.map +1 -1
  8. package/apigatewayv2/domainName.d.ts +12 -0
  9. package/apigatewayv2/domainName.js +2 -0
  10. package/apigatewayv2/domainName.js.map +1 -1
  11. package/apigatewayv2/index.d.ts +3 -0
  12. package/apigatewayv2/index.js +6 -1
  13. package/apigatewayv2/index.js.map +1 -1
  14. package/apigatewayv2/routingRule.d.ts +166 -0
  15. package/apigatewayv2/routingRule.js +113 -0
  16. package/apigatewayv2/routingRule.js.map +1 -0
  17. package/arcregionswitch/getPlan.d.ts +118 -0
  18. package/arcregionswitch/getPlan.js +56 -0
  19. package/arcregionswitch/getPlan.js.map +1 -0
  20. package/arcregionswitch/getRoute53HealthChecks.d.ts +80 -0
  21. package/arcregionswitch/getRoute53HealthChecks.js +56 -0
  22. package/arcregionswitch/getRoute53HealthChecks.js.map +1 -0
  23. package/arcregionswitch/index.d.ts +9 -0
  24. package/arcregionswitch/index.js +28 -0
  25. package/arcregionswitch/index.js.map +1 -0
  26. package/arcregionswitch/plan.d.ts +384 -0
  27. package/arcregionswitch/plan.js +253 -0
  28. package/arcregionswitch/plan.js.map +1 -0
  29. package/autoscaling/group.d.ts +3 -3
  30. package/bedrock/agentDataSource.d.ts +37 -0
  31. package/bedrock/agentDataSource.js +37 -0
  32. package/bedrock/agentDataSource.js.map +1 -1
  33. package/cleanrooms/collaboration.d.ts +27 -59
  34. package/cleanrooms/collaboration.js.map +1 -1
  35. package/cloudfront/anycastIpList.d.ts +150 -0
  36. package/cloudfront/anycastIpList.js +91 -0
  37. package/cloudfront/anycastIpList.js.map +1 -0
  38. package/cloudfront/index.d.ts +3 -0
  39. package/cloudfront/index.js +6 -1
  40. package/cloudfront/index.js.map +1 -1
  41. package/cloudfront/multitenantDistribution.d.ts +65 -0
  42. package/cloudfront/multitenantDistribution.js +65 -0
  43. package/cloudfront/multitenantDistribution.js.map +1 -1
  44. package/codebuild/webhook.d.ts +2 -2
  45. package/codebuild/webhook.js +2 -2
  46. package/codepipeline/webhook.d.ts +2 -2
  47. package/codepipeline/webhook.js +2 -2
  48. package/docdb/clusterInstance.d.ts +72 -140
  49. package/docdb/clusterInstance.js +4 -7
  50. package/docdb/clusterInstance.js.map +1 -1
  51. package/dynamodb/table.d.ts +92 -3
  52. package/dynamodb/table.js +83 -0
  53. package/dynamodb/table.js.map +1 -1
  54. package/ec2/getVpcIpamPool.d.ts +4 -0
  55. package/ec2/getVpcIpamPool.js.map +1 -1
  56. package/ec2/index.d.ts +3 -0
  57. package/ec2/index.js +6 -1
  58. package/ec2/index.js.map +1 -1
  59. package/ec2/launchTemplate.d.ts +3 -0
  60. package/ec2/launchTemplate.js +2 -0
  61. package/ec2/launchTemplate.js.map +1 -1
  62. package/ec2/placementGroup.d.ts +3 -3
  63. package/ec2/securityGroup.d.ts +1 -1
  64. package/ec2/securityGroup.js +1 -1
  65. package/ec2/subnet.d.ts +107 -14
  66. package/ec2/subnet.js +59 -0
  67. package/ec2/subnet.js.map +1 -1
  68. package/ec2/vpcIpamPool.d.ts +54 -0
  69. package/ec2/vpcIpamPool.js +42 -0
  70. package/ec2/vpcIpamPool.js.map +1 -1
  71. package/ec2/vpcIpamResourceDiscovery.d.ts +12 -0
  72. package/ec2/vpcIpamResourceDiscovery.js +2 -0
  73. package/ec2/vpcIpamResourceDiscovery.js.map +1 -1
  74. package/ec2/vpcSecurityGroupRulesExclusive.d.ts +93 -0
  75. package/ec2/vpcSecurityGroupRulesExclusive.js +73 -0
  76. package/ec2/vpcSecurityGroupRulesExclusive.js.map +1 -0
  77. package/ec2transitgateway/vpcAttachment.d.ts +0 -18
  78. package/ec2transitgateway/vpcAttachment.js.map +1 -1
  79. package/ecr/accountSetting.d.ts +19 -4
  80. package/ecr/accountSetting.js +13 -1
  81. package/ecr/accountSetting.js.map +1 -1
  82. package/eks/addon.d.ts +46 -0
  83. package/eks/addon.js +46 -0
  84. package/eks/addon.js.map +1 -1
  85. package/fsx/windowsFileSystem.d.ts +22 -0
  86. package/fsx/windowsFileSystem.js +22 -0
  87. package/fsx/windowsFileSystem.js.map +1 -1
  88. package/index.d.ts +3 -1
  89. package/index.js +10 -6
  90. package/index.js.map +1 -1
  91. package/invoicing/invoiceUnit.d.ts +9 -3
  92. package/invoicing/invoiceUnit.js.map +1 -1
  93. package/iot/caCertificate.d.ts +4 -4
  94. package/iot/caCertificate.js +4 -4
  95. package/iot/getEndpoint.d.ts +12 -12
  96. package/iot/getEndpoint.js +12 -12
  97. package/iot/getRegistrationCode.d.ts +4 -4
  98. package/iot/getRegistrationCode.js +4 -4
  99. package/lambda/function.d.ts +3 -3
  100. package/memorydb/user.d.ts +1 -1
  101. package/memorydb/user.js +1 -1
  102. package/notifications/index.d.ts +12 -0
  103. package/notifications/index.js +21 -1
  104. package/notifications/index.js.map +1 -1
  105. package/notifications/managedNotificationAccountContactAssociation.d.ts +85 -0
  106. package/notifications/managedNotificationAccountContactAssociation.js +82 -0
  107. package/notifications/managedNotificationAccountContactAssociation.js.map +1 -0
  108. package/notifications/managedNotificationAdditionalChannelAssociation.d.ts +89 -0
  109. package/notifications/managedNotificationAdditionalChannelAssociation.js +86 -0
  110. package/notifications/managedNotificationAdditionalChannelAssociation.js.map +1 -0
  111. package/notifications/organizationalUnitAssociation.d.ts +121 -0
  112. package/notifications/organizationalUnitAssociation.js +118 -0
  113. package/notifications/organizationalUnitAssociation.js.map +1 -0
  114. package/notifications/organizationsAccess.d.ts +79 -0
  115. package/notifications/organizationsAccess.js +80 -0
  116. package/notifications/organizationsAccess.js.map +1 -0
  117. package/odb/network.d.ts +48 -0
  118. package/odb/network.js +8 -0
  119. package/odb/network.js.map +1 -1
  120. package/opensearch/application.d.ts +334 -0
  121. package/opensearch/application.js +244 -0
  122. package/opensearch/application.js.map +1 -0
  123. package/opensearch/index.d.ts +3 -0
  124. package/opensearch/index.js +6 -1
  125. package/opensearch/index.js.map +1 -1
  126. package/organizations/getEntityPath.d.ts +63 -0
  127. package/organizations/getEntityPath.js +50 -0
  128. package/organizations/getEntityPath.js.map +1 -0
  129. package/organizations/getOrganization.d.ts +21 -2
  130. package/organizations/getOrganization.js +10 -4
  131. package/organizations/getOrganization.js.map +1 -1
  132. package/organizations/index.d.ts +4 -1
  133. package/organizations/index.js +4 -1
  134. package/organizations/index.js.map +1 -1
  135. package/organizations/organization.d.ts +12 -0
  136. package/organizations/organization.js +2 -0
  137. package/organizations/organization.js.map +1 -1
  138. package/package.json +2 -2
  139. package/ram/index.d.ts +6 -0
  140. package/ram/index.js +11 -1
  141. package/ram/index.js.map +1 -1
  142. package/ram/permission.d.ts +193 -0
  143. package/ram/permission.js +117 -0
  144. package/ram/permission.js.map +1 -0
  145. package/ram/resourceShareAssociationsExclusive.d.ts +123 -0
  146. package/ram/resourceShareAssociationsExclusive.js +69 -0
  147. package/ram/resourceShareAssociationsExclusive.js.map +1 -0
  148. package/resourcegroupstaggingapi/getRequiredTags.d.ts +64 -0
  149. package/resourcegroupstaggingapi/getRequiredTags.js +52 -0
  150. package/resourcegroupstaggingapi/getRequiredTags.js.map +1 -0
  151. package/resourcegroupstaggingapi/index.d.ts +3 -0
  152. package/resourcegroupstaggingapi/index.js +4 -1
  153. package/resourcegroupstaggingapi/index.js.map +1 -1
  154. package/route53/healthCheck.d.ts +4 -4
  155. package/s3/bucketReplicationConfig.d.ts +3 -0
  156. package/s3/bucketReplicationConfig.js.map +1 -1
  157. package/s3/getBucketObjectLockConfiguration.d.ts +94 -0
  158. package/s3/getBucketObjectLockConfiguration.js +58 -0
  159. package/s3/getBucketObjectLockConfiguration.js.map +1 -0
  160. package/s3/getBucketReplicationConfiguration.d.ts +81 -0
  161. package/s3/getBucketReplicationConfiguration.js +56 -0
  162. package/s3/getBucketReplicationConfiguration.js.map +1 -0
  163. package/s3/getObject.d.ts +14 -1
  164. package/s3/getObject.js +2 -0
  165. package/s3/getObject.js.map +1 -1
  166. package/s3/index.d.ts +6 -0
  167. package/s3/index.js +8 -2
  168. package/s3/index.js.map +1 -1
  169. package/s3control/getAccessPoints.d.ts +131 -0
  170. package/s3control/getAccessPoints.js +82 -0
  171. package/s3control/getAccessPoints.js.map +1 -0
  172. package/s3control/getMultiRegionAccessPoints.d.ts +76 -0
  173. package/s3control/getMultiRegionAccessPoints.js +54 -0
  174. package/s3control/getMultiRegionAccessPoints.js.map +1 -0
  175. package/s3control/index.d.ts +6 -0
  176. package/s3control/index.js +7 -1
  177. package/s3control/index.js.map +1 -1
  178. package/sagemaker/index.d.ts +9 -0
  179. package/sagemaker/index.js +16 -1
  180. package/sagemaker/index.js.map +1 -1
  181. package/sagemaker/labelingJob.d.ts +280 -0
  182. package/sagemaker/labelingJob.js +142 -0
  183. package/sagemaker/labelingJob.js.map +1 -0
  184. package/sagemaker/modelCard.d.ts +176 -0
  185. package/sagemaker/modelCard.js +111 -0
  186. package/sagemaker/modelCard.js.map +1 -0
  187. package/sagemaker/modelCardExportJob.d.ts +136 -0
  188. package/sagemaker/modelCardExportJob.js +97 -0
  189. package/sagemaker/modelCardExportJob.js.map +1 -0
  190. package/savingsplans/getSavingsPlan.d.ts +128 -0
  191. package/savingsplans/getSavingsPlan.js +52 -0
  192. package/savingsplans/getSavingsPlan.js.map +1 -0
  193. package/savingsplans/index.d.ts +6 -0
  194. package/savingsplans/index.js +25 -0
  195. package/savingsplans/index.js.map +1 -0
  196. package/savingsplans/savingsPlan.d.ts +297 -0
  197. package/savingsplans/savingsPlan.js +143 -0
  198. package/savingsplans/savingsPlan.js.map +1 -0
  199. package/sesv2/index.d.ts +3 -0
  200. package/sesv2/index.js +6 -1
  201. package/sesv2/index.js.map +1 -1
  202. package/sesv2/tenantResourceAssociation.d.ts +103 -0
  203. package/sesv2/tenantResourceAssociation.js +84 -0
  204. package/sesv2/tenantResourceAssociation.js.map +1 -0
  205. package/ssoadmin/index.d.ts +3 -0
  206. package/ssoadmin/index.js +6 -1
  207. package/ssoadmin/index.js.map +1 -1
  208. package/ssoadmin/managedPolicyAttachment.d.ts +2 -0
  209. package/ssoadmin/managedPolicyAttachment.js +2 -0
  210. package/ssoadmin/managedPolicyAttachment.js.map +1 -1
  211. package/ssoadmin/managedPolicyAttachmentsExclusive.d.ts +151 -0
  212. package/ssoadmin/managedPolicyAttachmentsExclusive.js +122 -0
  213. package/ssoadmin/managedPolicyAttachmentsExclusive.js.map +1 -0
  214. package/types/input.d.ts +1766 -15
  215. package/types/input.js.map +1 -1
  216. package/types/output.d.ts +2169 -14
  217. package/types/output.js.map +1 -1
  218. package/wafv2/getManagedRuleGroup.d.ts +127 -0
  219. package/wafv2/getManagedRuleGroup.js +62 -0
  220. package/wafv2/getManagedRuleGroup.js.map +1 -0
  221. package/wafv2/index.d.ts +3 -0
  222. package/wafv2/index.js +4 -1
  223. package/wafv2/index.js.map +1 -1
package/types/output.d.ts CHANGED
@@ -1157,6 +1157,7 @@ export declare namespace alb {
1157
1157
  * The HTTP or gRPC codes to use when checking for a successful response from a target.
1158
1158
  * The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `targetType` must be `lambda`.
1159
1159
  * Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299").
1160
+ * Once the value has been set, removing it has no effect. To unset it, set it to an empty string `""`.
1160
1161
  * * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocolVersion` is `GRPC`), values can be between `0` and `99`. The default is `12`.
1161
1162
  * * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocolVersion` is not `GRPC`), values can be between `200` and `499`. The default is `200`.
1162
1163
  * * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`.
@@ -1165,6 +1166,7 @@ export declare namespace alb {
1165
1166
  matcher: string;
1166
1167
  /**
1167
1168
  * Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS.
1169
+ * Once the value has been set, removing it has no effect. To unset it, set it to an empty string `""`.
1168
1170
  * * For HTTP and HTTPS health checks, the default is `/`.
1169
1171
  * * For gRPC health checks, the default is `/AWS.ALB/healthcheck`.
1170
1172
  */
@@ -1921,6 +1923,58 @@ export declare namespace apigatewayv2 {
1921
1923
  */
1922
1924
  required: boolean;
1923
1925
  }
1926
+ interface RoutingRuleAction {
1927
+ /**
1928
+ * Configuration to invoke a stage of a target API. Only REST APIs are supported. See below.
1929
+ */
1930
+ invokeApi?: outputs.apigatewayv2.RoutingRuleActionInvokeApi;
1931
+ }
1932
+ interface RoutingRuleActionInvokeApi {
1933
+ /**
1934
+ * Action to invoke a stage of a target API. Only REST APIs are supported.
1935
+ */
1936
+ apiId: string;
1937
+ /**
1938
+ * Action to invoke a stage of a target API. Only REST APIs are supported.
1939
+ */
1940
+ stage: string;
1941
+ /**
1942
+ * Action to invoke a stage of a target API. Only REST APIs are supported.
1943
+ */
1944
+ stripBasePath?: boolean;
1945
+ }
1946
+ interface RoutingRuleCondition {
1947
+ /**
1948
+ * The base path to be matched. See below.
1949
+ */
1950
+ matchBasePaths?: outputs.apigatewayv2.RoutingRuleConditionMatchBasePaths;
1951
+ /**
1952
+ * The headers to be matched. See below.
1953
+ */
1954
+ matchHeaders?: outputs.apigatewayv2.RoutingRuleConditionMatchHeaders;
1955
+ }
1956
+ interface RoutingRuleConditionMatchBasePaths {
1957
+ /**
1958
+ * List of strings of the case sensitive base path to be matched.
1959
+ */
1960
+ anyOfs: string[];
1961
+ }
1962
+ interface RoutingRuleConditionMatchHeaders {
1963
+ /**
1964
+ * Configuration of the headers to be matched. There is a match if any of the header name and header value globs are matched. See below.
1965
+ */
1966
+ anyOf?: outputs.apigatewayv2.RoutingRuleConditionMatchHeadersAnyOf;
1967
+ }
1968
+ interface RoutingRuleConditionMatchHeadersAnyOf {
1969
+ /**
1970
+ * The case insensitive header name to be matched. The header name must be less than 40 characters and the only allowed characters are a-z, A-Z, 0-9, and the following special characters: *?-!#$%&'.^_`|~.
1971
+ */
1972
+ header: string;
1973
+ /**
1974
+ * The case sensitive header glob value to be matched against entire header value. The header glob value must be less than 128 characters and the only allowed characters are a-z, A-Z, 0-9, and the following special characters: \*?-!#$%&'.^_`|~. Wildcard matching is supported for header glob values but must be for \*prefix-match, suffix-match*, or \*infix*-match.
1975
+ */
1976
+ valueGlob: string;
1977
+ }
1924
1978
  interface StageAccessLogSettings {
1925
1979
  /**
1926
1980
  * ARN of the CloudWatch Logs log group to receive access logs. Any trailing `:*` is trimmed from the ARN.
@@ -8154,6 +8208,932 @@ export declare namespace appsync {
8154
8208
  update?: string;
8155
8209
  }
8156
8210
  }
8211
+ export declare namespace arcregionswitch {
8212
+ interface GetRoute53HealthChecksHealthCheck {
8213
+ /**
8214
+ * ID of the Route53 health check.
8215
+ */
8216
+ healthCheckId: string;
8217
+ /**
8218
+ * Hosted zone ID for the health check.
8219
+ */
8220
+ hostedZoneId: string;
8221
+ /**
8222
+ * Record name for the health check.
8223
+ */
8224
+ recordName: string;
8225
+ /**
8226
+ * Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
8227
+ */
8228
+ region: string;
8229
+ /**
8230
+ * Status of the health check. Valid values: `healthy`, `unhealthy`, `unknown`.
8231
+ */
8232
+ status: string;
8233
+ }
8234
+ interface PlanAssociatedAlarm {
8235
+ /**
8236
+ * Type of alarm. Valid values: `applicationHealth`, `trigger`.
8237
+ */
8238
+ alarmType: string;
8239
+ /**
8240
+ * ARN of the cross-account role to assume.
8241
+ */
8242
+ crossAccountRole?: string;
8243
+ /**
8244
+ * External ID for cross-account role assumption.
8245
+ */
8246
+ externalId?: string;
8247
+ /**
8248
+ * Name of the alarm.
8249
+ */
8250
+ mapBlockKey: string;
8251
+ /**
8252
+ * Resource identifier (ARN) of the CloudWatch alarm.
8253
+ */
8254
+ resourceIdentifier: string;
8255
+ }
8256
+ interface PlanTimeouts {
8257
+ /**
8258
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
8259
+ */
8260
+ create?: string;
8261
+ /**
8262
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
8263
+ */
8264
+ delete?: string;
8265
+ /**
8266
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
8267
+ */
8268
+ update?: string;
8269
+ }
8270
+ interface PlanTrigger {
8271
+ /**
8272
+ * Action to trigger. Valid values: `activate`, `deactivate`.
8273
+ */
8274
+ action: string;
8275
+ /**
8276
+ * List of conditions that must be met. See Conditions below.
8277
+ */
8278
+ conditions?: outputs.arcregionswitch.PlanTriggerCondition[];
8279
+ /**
8280
+ * Description of the plan.
8281
+ */
8282
+ description?: string;
8283
+ /**
8284
+ * Minimum delay in minutes between executions.
8285
+ */
8286
+ minDelayMinutesBetweenExecutions: number;
8287
+ /**
8288
+ * Target region for the trigger.
8289
+ */
8290
+ targetRegion: string;
8291
+ }
8292
+ interface PlanTriggerCondition {
8293
+ /**
8294
+ * Name of the associated alarm.
8295
+ */
8296
+ associatedAlarmName: string;
8297
+ /**
8298
+ * Condition to check. Valid values: `red`, `green`.
8299
+ */
8300
+ condition: string;
8301
+ }
8302
+ interface PlanWorkflow {
8303
+ /**
8304
+ * List of steps in the workflow. See Step below.
8305
+ */
8306
+ steps?: outputs.arcregionswitch.PlanWorkflowStep[];
8307
+ /**
8308
+ * Description of the workflow.
8309
+ */
8310
+ workflowDescription?: string;
8311
+ /**
8312
+ * Action to perform. Valid values: `activate`, `deactivate`.
8313
+ */
8314
+ workflowTargetAction: string;
8315
+ /**
8316
+ * Target region for the workflow.
8317
+ */
8318
+ workflowTargetRegion?: string;
8319
+ }
8320
+ interface PlanWorkflowStep {
8321
+ /**
8322
+ * Configuration for ARC routing control. See ARC Routing Control Config below.
8323
+ */
8324
+ arcRoutingControlConfigs?: outputs.arcregionswitch.PlanWorkflowStepArcRoutingControlConfig[];
8325
+ /**
8326
+ * Configuration for Lambda function execution. See Custom Action Lambda Config below.
8327
+ */
8328
+ customActionLambdaConfigs?: outputs.arcregionswitch.PlanWorkflowStepCustomActionLambdaConfig[];
8329
+ /**
8330
+ * Description of the step.
8331
+ */
8332
+ description?: string;
8333
+ /**
8334
+ * Configuration for DocumentDB global cluster operations. See DocumentDB Config below.
8335
+ */
8336
+ documentDbConfigs?: outputs.arcregionswitch.PlanWorkflowStepDocumentDbConfig[];
8337
+ /**
8338
+ * Configuration for EC2 Auto Scaling group capacity increase. See EC2 ASG Capacity Increase Config below.
8339
+ */
8340
+ ec2AsgCapacityIncreaseConfigs?: outputs.arcregionswitch.PlanWorkflowStepEc2AsgCapacityIncreaseConfig[];
8341
+ /**
8342
+ * Configuration for ECS service capacity increase. See ECS Capacity Increase Config below.
8343
+ */
8344
+ ecsCapacityIncreaseConfigs?: outputs.arcregionswitch.PlanWorkflowStepEcsCapacityIncreaseConfig[];
8345
+ /**
8346
+ * Configuration for EKS resource scaling. See EKS Resource Scaling Config below.
8347
+ */
8348
+ eksResourceScalingConfigs?: outputs.arcregionswitch.PlanWorkflowStepEksResourceScalingConfig[];
8349
+ /**
8350
+ * Configuration for manual approval steps. See Execution Approval Config below.
8351
+ */
8352
+ executionApprovalConfigs?: outputs.arcregionswitch.PlanWorkflowStepExecutionApprovalConfig[];
8353
+ /**
8354
+ * Type of execution block. Valid values: `ARCRegionSwitchPlan`, `ARCRoutingControl`, `AuroraGlobalDatabase`, `CustomActionLambda`, `DocumentDb`, `EC2AutoScaling`, `ECSServiceScaling`, `EKSResourceScaling`, `ManualApproval`, `Parallel`, `Route53HealthCheck`.
8355
+ */
8356
+ executionBlockType: string;
8357
+ /**
8358
+ * Configuration for Aurora Global Database operations. See Global Aurora Config below.
8359
+ */
8360
+ globalAuroraConfigs?: outputs.arcregionswitch.PlanWorkflowStepGlobalAuroraConfig[];
8361
+ /**
8362
+ * Name of the step.
8363
+ */
8364
+ name: string;
8365
+ /**
8366
+ * Configuration for parallel execution of multiple steps. See Parallel Config below.
8367
+ */
8368
+ parallelConfigs?: outputs.arcregionswitch.PlanWorkflowStepParallelConfig[];
8369
+ regionSwitchPlanConfigs?: outputs.arcregionswitch.PlanWorkflowStepRegionSwitchPlanConfig[];
8370
+ /**
8371
+ * Configuration for Route53 health check operations. See Route53 Health Check Config below.
8372
+ */
8373
+ route53HealthCheckConfigs?: outputs.arcregionswitch.PlanWorkflowStepRoute53HealthCheckConfig[];
8374
+ }
8375
+ interface PlanWorkflowStepArcRoutingControlConfig {
8376
+ /**
8377
+ * ARN of the cross-account role to assume.
8378
+ */
8379
+ crossAccountRole?: string;
8380
+ /**
8381
+ * External ID for cross-account role assumption.
8382
+ */
8383
+ externalId?: string;
8384
+ /**
8385
+ * List of regions and their routing controls. See Region and Routing Controls below.
8386
+ */
8387
+ regionAndRoutingControls?: outputs.arcregionswitch.PlanWorkflowStepArcRoutingControlConfigRegionAndRoutingControl[];
8388
+ /**
8389
+ * Timeout in minutes.
8390
+ */
8391
+ timeoutMinutes?: number;
8392
+ }
8393
+ interface PlanWorkflowStepArcRoutingControlConfigRegionAndRoutingControl {
8394
+ /**
8395
+ * AWS region.
8396
+ */
8397
+ region: string;
8398
+ /**
8399
+ * List of routing controls. See Routing Control below.
8400
+ */
8401
+ routingControls?: outputs.arcregionswitch.PlanWorkflowStepArcRoutingControlConfigRegionAndRoutingControlRoutingControl[];
8402
+ }
8403
+ interface PlanWorkflowStepArcRoutingControlConfigRegionAndRoutingControlRoutingControl {
8404
+ /**
8405
+ * ARN of the routing control.
8406
+ */
8407
+ routingControlArn: string;
8408
+ /**
8409
+ * State of the routing control. Valid values: `On`, `Off`.
8410
+ */
8411
+ state: string;
8412
+ }
8413
+ interface PlanWorkflowStepCustomActionLambdaConfig {
8414
+ /**
8415
+ * Lambda function configuration. See Lambda below.
8416
+ */
8417
+ lambdas?: outputs.arcregionswitch.PlanWorkflowStepCustomActionLambdaConfigLambda[];
8418
+ /**
8419
+ * Region where the Lambda function should run. Valid values: `activatingRegion`, `deactivatingRegion`.
8420
+ */
8421
+ regionToRun: string;
8422
+ /**
8423
+ * Retry interval in minutes.
8424
+ */
8425
+ retryIntervalMinutes: number;
8426
+ /**
8427
+ * Timeout in minutes.
8428
+ */
8429
+ timeoutMinutes?: number;
8430
+ /**
8431
+ * Ungraceful behavior configuration. See Ungraceful below.
8432
+ */
8433
+ ungracefuls?: outputs.arcregionswitch.PlanWorkflowStepCustomActionLambdaConfigUngraceful[];
8434
+ }
8435
+ interface PlanWorkflowStepCustomActionLambdaConfigLambda {
8436
+ /**
8437
+ * ARN of the Lambda function.
8438
+ */
8439
+ arn: string;
8440
+ /**
8441
+ * ARN of the cross-account role to assume.
8442
+ */
8443
+ crossAccountRole?: string;
8444
+ /**
8445
+ * External ID for cross-account role assumption.
8446
+ */
8447
+ externalId?: string;
8448
+ }
8449
+ interface PlanWorkflowStepCustomActionLambdaConfigUngraceful {
8450
+ /**
8451
+ * Behavior when ungraceful. Valid values: `skip`.
8452
+ */
8453
+ behavior: string;
8454
+ }
8455
+ interface PlanWorkflowStepDocumentDbConfig {
8456
+ behavior: string;
8457
+ crossAccountRole?: string;
8458
+ databaseClusterArns: string[];
8459
+ externalId?: string;
8460
+ globalClusterIdentifier: string;
8461
+ timeoutMinutes?: number;
8462
+ ungracefuls?: outputs.arcregionswitch.PlanWorkflowStepDocumentDbConfigUngraceful[];
8463
+ }
8464
+ interface PlanWorkflowStepDocumentDbConfigUngraceful {
8465
+ ungraceful: string;
8466
+ }
8467
+ interface PlanWorkflowStepEc2AsgCapacityIncreaseConfig {
8468
+ /**
8469
+ * Auto Scaling group configuration. See ASG below.
8470
+ */
8471
+ asgs?: outputs.arcregionswitch.PlanWorkflowStepEc2AsgCapacityIncreaseConfigAsg[];
8472
+ /**
8473
+ * Capacity monitoring approach. Valid values: `sampledMaxInLast24Hours`, `autoscalingMaxInLast24Hours`.
8474
+ */
8475
+ capacityMonitoringApproach: string;
8476
+ /**
8477
+ * Target capacity percentage.
8478
+ */
8479
+ targetPercent?: number;
8480
+ /**
8481
+ * Timeout in minutes.
8482
+ */
8483
+ timeoutMinutes?: number;
8484
+ /**
8485
+ * Ungraceful behavior configuration. See Ungraceful below.
8486
+ */
8487
+ ungraceful?: outputs.arcregionswitch.PlanWorkflowStepEc2AsgCapacityIncreaseConfigUngraceful;
8488
+ }
8489
+ interface PlanWorkflowStepEc2AsgCapacityIncreaseConfigAsg {
8490
+ /**
8491
+ * ARN of the Auto Scaling group.
8492
+ */
8493
+ arn: string;
8494
+ /**
8495
+ * ARN of the cross-account role to assume.
8496
+ */
8497
+ crossAccountRole?: string;
8498
+ /**
8499
+ * External ID for cross-account role assumption.
8500
+ */
8501
+ externalId?: string;
8502
+ }
8503
+ interface PlanWorkflowStepEc2AsgCapacityIncreaseConfigUngraceful {
8504
+ /**
8505
+ * Minimum success percentage required.
8506
+ */
8507
+ minimumSuccessPercentage: number;
8508
+ }
8509
+ interface PlanWorkflowStepEcsCapacityIncreaseConfig {
8510
+ /**
8511
+ * Capacity monitoring approach. Valid values: `sampledMaxInLast24Hours`, `containerInsightsMaxInLast24Hours`.
8512
+ */
8513
+ capacityMonitoringApproach: string;
8514
+ /**
8515
+ * ECS service configuration. See ECS Service below.
8516
+ */
8517
+ services?: outputs.arcregionswitch.PlanWorkflowStepEcsCapacityIncreaseConfigService[];
8518
+ /**
8519
+ * Target capacity percentage.
8520
+ */
8521
+ targetPercent?: number;
8522
+ /**
8523
+ * Timeout in minutes.
8524
+ */
8525
+ timeoutMinutes?: number;
8526
+ /**
8527
+ * Ungraceful behavior configuration. See Ungraceful Capacity below.
8528
+ */
8529
+ ungraceful?: outputs.arcregionswitch.PlanWorkflowStepEcsCapacityIncreaseConfigUngraceful;
8530
+ }
8531
+ interface PlanWorkflowStepEcsCapacityIncreaseConfigService {
8532
+ clusterArn: string;
8533
+ crossAccountRole?: string;
8534
+ externalId?: string;
8535
+ /**
8536
+ * ARN of the ECS service.
8537
+ */
8538
+ serviceArn: string;
8539
+ }
8540
+ interface PlanWorkflowStepEcsCapacityIncreaseConfigUngraceful {
8541
+ /**
8542
+ * Minimum success percentage required.
8543
+ */
8544
+ minimumSuccessPercentage: number;
8545
+ }
8546
+ interface PlanWorkflowStepEksResourceScalingConfig {
8547
+ /**
8548
+ * Capacity monitoring approach. Valid values: `sampledMaxInLast24Hours`, `autoscalingMaxInLast24Hours`.
8549
+ */
8550
+ capacityMonitoringApproach: string;
8551
+ /**
8552
+ * List of EKS clusters. See EKS Clusters below.
8553
+ */
8554
+ eksClusters?: outputs.arcregionswitch.PlanWorkflowStepEksResourceScalingConfigEksCluster[];
8555
+ /**
8556
+ * Kubernetes resource type. See Kubernetes Resource Type below.
8557
+ */
8558
+ kubernetesResourceTypes?: outputs.arcregionswitch.PlanWorkflowStepEksResourceScalingConfigKubernetesResourceType[];
8559
+ /**
8560
+ * List of scaling resources. See Scaling Resources below.
8561
+ */
8562
+ scalingResources?: outputs.arcregionswitch.PlanWorkflowStepEksResourceScalingConfigScalingResource[];
8563
+ /**
8564
+ * Target capacity percentage.
8565
+ */
8566
+ targetPercent: number;
8567
+ /**
8568
+ * Timeout in minutes.
8569
+ */
8570
+ timeoutMinutes?: number;
8571
+ /**
8572
+ * Ungraceful behavior configuration. See Ungraceful Capacity below.
8573
+ */
8574
+ ungracefuls?: outputs.arcregionswitch.PlanWorkflowStepEksResourceScalingConfigUngraceful[];
8575
+ }
8576
+ interface PlanWorkflowStepEksResourceScalingConfigEksCluster {
8577
+ /**
8578
+ * ARN of the EKS cluster.
8579
+ */
8580
+ clusterArn: string;
8581
+ /**
8582
+ * ARN of the cross-account role to assume.
8583
+ */
8584
+ crossAccountRole?: string;
8585
+ /**
8586
+ * External ID for cross-account role assumption.
8587
+ */
8588
+ externalId?: string;
8589
+ }
8590
+ interface PlanWorkflowStepEksResourceScalingConfigKubernetesResourceType {
8591
+ /**
8592
+ * Kubernetes API version.
8593
+ */
8594
+ apiVersion: string;
8595
+ /**
8596
+ * Kubernetes resource kind.
8597
+ */
8598
+ kind: string;
8599
+ }
8600
+ interface PlanWorkflowStepEksResourceScalingConfigScalingResource {
8601
+ /**
8602
+ * Kubernetes namespace.
8603
+ */
8604
+ namespace: string;
8605
+ /**
8606
+ * Set of resources to scale. See Resources below.
8607
+ */
8608
+ resources?: outputs.arcregionswitch.PlanWorkflowStepEksResourceScalingConfigScalingResourceResource[];
8609
+ }
8610
+ interface PlanWorkflowStepEksResourceScalingConfigScalingResourceResource {
8611
+ /**
8612
+ * Name of the Horizontal Pod Autoscaler.
8613
+ */
8614
+ hpaName?: string;
8615
+ /**
8616
+ * Name of the Kubernetes object.
8617
+ */
8618
+ name: string;
8619
+ /**
8620
+ * Kubernetes namespace.
8621
+ */
8622
+ namespace: string;
8623
+ /**
8624
+ * Name of the resource.
8625
+ */
8626
+ resourceName: string;
8627
+ }
8628
+ interface PlanWorkflowStepEksResourceScalingConfigUngraceful {
8629
+ /**
8630
+ * Minimum success percentage required.
8631
+ */
8632
+ minimumSuccessPercentage: number;
8633
+ }
8634
+ interface PlanWorkflowStepExecutionApprovalConfig {
8635
+ /**
8636
+ * ARN of the IAM role for approval.
8637
+ */
8638
+ approvalRole: string;
8639
+ /**
8640
+ * Timeout in minutes for the approval.
8641
+ */
8642
+ timeoutMinutes?: number;
8643
+ }
8644
+ interface PlanWorkflowStepGlobalAuroraConfig {
8645
+ /**
8646
+ * Behavior for Aurora operations. Valid values: `switchoverOnly`, `failover`.
8647
+ */
8648
+ behavior: string;
8649
+ /**
8650
+ * ARN of the cross-account role to assume.
8651
+ */
8652
+ crossAccountRole?: string;
8653
+ /**
8654
+ * List of database cluster ARNs.
8655
+ */
8656
+ databaseClusterArns: string[];
8657
+ /**
8658
+ * External ID for cross-account role assumption.
8659
+ */
8660
+ externalId?: string;
8661
+ /**
8662
+ * Global cluster identifier.
8663
+ */
8664
+ globalClusterIdentifier: string;
8665
+ /**
8666
+ * Timeout in minutes.
8667
+ */
8668
+ timeoutMinutes?: number;
8669
+ /**
8670
+ * Ungraceful behavior configuration. See Ungraceful Aurora below.
8671
+ */
8672
+ ungracefuls?: outputs.arcregionswitch.PlanWorkflowStepGlobalAuroraConfigUngraceful[];
8673
+ }
8674
+ interface PlanWorkflowStepGlobalAuroraConfigUngraceful {
8675
+ ungraceful: string;
8676
+ }
8677
+ interface PlanWorkflowStepParallelConfig {
8678
+ /**
8679
+ * List of steps to execute in parallel. Uses the same schema as Step but without `parallelConfig` to prevent infinite nesting.
8680
+ */
8681
+ steps?: outputs.arcregionswitch.PlanWorkflowStepParallelConfigStep[];
8682
+ }
8683
+ interface PlanWorkflowStepParallelConfigStep {
8684
+ /**
8685
+ * Configuration for ARC routing control. See ARC Routing Control Config below.
8686
+ */
8687
+ arcRoutingControlConfigs?: outputs.arcregionswitch.PlanWorkflowStepParallelConfigStepArcRoutingControlConfig[];
8688
+ /**
8689
+ * Configuration for Lambda function execution. See Custom Action Lambda Config below.
8690
+ */
8691
+ customActionLambdaConfigs?: outputs.arcregionswitch.PlanWorkflowStepParallelConfigStepCustomActionLambdaConfig[];
8692
+ /**
8693
+ * Description of the step.
8694
+ */
8695
+ description?: string;
8696
+ /**
8697
+ * Configuration for DocumentDB global cluster operations. See DocumentDB Config below.
8698
+ */
8699
+ documentDbConfigs?: outputs.arcregionswitch.PlanWorkflowStepParallelConfigStepDocumentDbConfig[];
8700
+ /**
8701
+ * Configuration for EC2 Auto Scaling group capacity increase. See EC2 ASG Capacity Increase Config below.
8702
+ */
8703
+ ec2AsgCapacityIncreaseConfigs?: outputs.arcregionswitch.PlanWorkflowStepParallelConfigStepEc2AsgCapacityIncreaseConfig[];
8704
+ /**
8705
+ * Configuration for ECS service capacity increase. See ECS Capacity Increase Config below.
8706
+ */
8707
+ ecsCapacityIncreaseConfigs?: outputs.arcregionswitch.PlanWorkflowStepParallelConfigStepEcsCapacityIncreaseConfig[];
8708
+ /**
8709
+ * Configuration for EKS resource scaling. See EKS Resource Scaling Config below.
8710
+ */
8711
+ eksResourceScalingConfigs?: outputs.arcregionswitch.PlanWorkflowStepParallelConfigStepEksResourceScalingConfig[];
8712
+ /**
8713
+ * Configuration for manual approval steps. See Execution Approval Config below.
8714
+ */
8715
+ executionApprovalConfigs?: outputs.arcregionswitch.PlanWorkflowStepParallelConfigStepExecutionApprovalConfig[];
8716
+ /**
8717
+ * Type of execution block. Valid values: `ARCRegionSwitchPlan`, `ARCRoutingControl`, `AuroraGlobalDatabase`, `CustomActionLambda`, `DocumentDb`, `EC2AutoScaling`, `ECSServiceScaling`, `EKSResourceScaling`, `ManualApproval`, `Parallel`, `Route53HealthCheck`.
8718
+ */
8719
+ executionBlockType: string;
8720
+ /**
8721
+ * Configuration for Aurora Global Database operations. See Global Aurora Config below.
8722
+ */
8723
+ globalAuroraConfigs?: outputs.arcregionswitch.PlanWorkflowStepParallelConfigStepGlobalAuroraConfig[];
8724
+ /**
8725
+ * Name of the step.
8726
+ */
8727
+ name: string;
8728
+ regionSwitchPlanConfigs?: outputs.arcregionswitch.PlanWorkflowStepParallelConfigStepRegionSwitchPlanConfig[];
8729
+ /**
8730
+ * Configuration for Route53 health check operations. See Route53 Health Check Config below.
8731
+ */
8732
+ route53HealthCheckConfigs?: outputs.arcregionswitch.PlanWorkflowStepParallelConfigStepRoute53HealthCheckConfig[];
8733
+ }
8734
+ interface PlanWorkflowStepParallelConfigStepArcRoutingControlConfig {
8735
+ /**
8736
+ * ARN of the cross-account role to assume.
8737
+ */
8738
+ crossAccountRole?: string;
8739
+ /**
8740
+ * External ID for cross-account role assumption.
8741
+ */
8742
+ externalId?: string;
8743
+ /**
8744
+ * List of regions and their routing controls. See Region and Routing Controls below.
8745
+ */
8746
+ regionAndRoutingControls?: outputs.arcregionswitch.PlanWorkflowStepParallelConfigStepArcRoutingControlConfigRegionAndRoutingControl[];
8747
+ /**
8748
+ * Timeout in minutes.
8749
+ */
8750
+ timeoutMinutes?: number;
8751
+ }
8752
+ interface PlanWorkflowStepParallelConfigStepArcRoutingControlConfigRegionAndRoutingControl {
8753
+ /**
8754
+ * AWS region.
8755
+ */
8756
+ region: string;
8757
+ /**
8758
+ * List of routing controls. See Routing Control below.
8759
+ */
8760
+ routingControls?: outputs.arcregionswitch.PlanWorkflowStepParallelConfigStepArcRoutingControlConfigRegionAndRoutingControlRoutingControl[];
8761
+ }
8762
+ interface PlanWorkflowStepParallelConfigStepArcRoutingControlConfigRegionAndRoutingControlRoutingControl {
8763
+ /**
8764
+ * ARN of the routing control.
8765
+ */
8766
+ routingControlArn: string;
8767
+ /**
8768
+ * State of the routing control. Valid values: `On`, `Off`.
8769
+ */
8770
+ state: string;
8771
+ }
8772
+ interface PlanWorkflowStepParallelConfigStepCustomActionLambdaConfig {
8773
+ /**
8774
+ * Lambda function configuration. See Lambda below.
8775
+ */
8776
+ lambdas?: outputs.arcregionswitch.PlanWorkflowStepParallelConfigStepCustomActionLambdaConfigLambda[];
8777
+ /**
8778
+ * Region where the Lambda function should run. Valid values: `activatingRegion`, `deactivatingRegion`.
8779
+ */
8780
+ regionToRun: string;
8781
+ /**
8782
+ * Retry interval in minutes.
8783
+ */
8784
+ retryIntervalMinutes: number;
8785
+ /**
8786
+ * Timeout in minutes.
8787
+ */
8788
+ timeoutMinutes?: number;
8789
+ /**
8790
+ * Ungraceful behavior configuration. See Ungraceful below.
8791
+ */
8792
+ ungracefuls?: outputs.arcregionswitch.PlanWorkflowStepParallelConfigStepCustomActionLambdaConfigUngraceful[];
8793
+ }
8794
+ interface PlanWorkflowStepParallelConfigStepCustomActionLambdaConfigLambda {
8795
+ /**
8796
+ * ARN of the Lambda function.
8797
+ */
8798
+ arn: string;
8799
+ /**
8800
+ * ARN of the cross-account role to assume.
8801
+ */
8802
+ crossAccountRole?: string;
8803
+ /**
8804
+ * External ID for cross-account role assumption.
8805
+ */
8806
+ externalId?: string;
8807
+ }
8808
+ interface PlanWorkflowStepParallelConfigStepCustomActionLambdaConfigUngraceful {
8809
+ /**
8810
+ * Behavior when ungraceful. Valid values: `skip`.
8811
+ */
8812
+ behavior: string;
8813
+ }
8814
+ interface PlanWorkflowStepParallelConfigStepDocumentDbConfig {
8815
+ behavior: string;
8816
+ crossAccountRole?: string;
8817
+ databaseClusterArns: string[];
8818
+ externalId?: string;
8819
+ globalClusterIdentifier: string;
8820
+ timeoutMinutes?: number;
8821
+ ungracefuls?: outputs.arcregionswitch.PlanWorkflowStepParallelConfigStepDocumentDbConfigUngraceful[];
8822
+ }
8823
+ interface PlanWorkflowStepParallelConfigStepDocumentDbConfigUngraceful {
8824
+ ungraceful: string;
8825
+ }
8826
+ interface PlanWorkflowStepParallelConfigStepEc2AsgCapacityIncreaseConfig {
8827
+ /**
8828
+ * Auto Scaling group configuration. See ASG below.
8829
+ */
8830
+ asgs?: outputs.arcregionswitch.PlanWorkflowStepParallelConfigStepEc2AsgCapacityIncreaseConfigAsg[];
8831
+ /**
8832
+ * Capacity monitoring approach. Valid values: `sampledMaxInLast24Hours`, `autoscalingMaxInLast24Hours`.
8833
+ */
8834
+ capacityMonitoringApproach: string;
8835
+ /**
8836
+ * Target capacity percentage.
8837
+ */
8838
+ targetPercent?: number;
8839
+ /**
8840
+ * Timeout in minutes.
8841
+ */
8842
+ timeoutMinutes?: number;
8843
+ /**
8844
+ * Ungraceful behavior configuration. See Ungraceful below.
8845
+ */
8846
+ ungraceful?: outputs.arcregionswitch.PlanWorkflowStepParallelConfigStepEc2AsgCapacityIncreaseConfigUngraceful;
8847
+ }
8848
+ interface PlanWorkflowStepParallelConfigStepEc2AsgCapacityIncreaseConfigAsg {
8849
+ /**
8850
+ * ARN of the Auto Scaling group.
8851
+ */
8852
+ arn: string;
8853
+ /**
8854
+ * ARN of the cross-account role to assume.
8855
+ */
8856
+ crossAccountRole?: string;
8857
+ /**
8858
+ * External ID for cross-account role assumption.
8859
+ */
8860
+ externalId?: string;
8861
+ }
8862
+ interface PlanWorkflowStepParallelConfigStepEc2AsgCapacityIncreaseConfigUngraceful {
8863
+ /**
8864
+ * Minimum success percentage required.
8865
+ */
8866
+ minimumSuccessPercentage: number;
8867
+ }
8868
+ interface PlanWorkflowStepParallelConfigStepEcsCapacityIncreaseConfig {
8869
+ /**
8870
+ * Capacity monitoring approach. Valid values: `sampledMaxInLast24Hours`, `containerInsightsMaxInLast24Hours`.
8871
+ */
8872
+ capacityMonitoringApproach: string;
8873
+ /**
8874
+ * ECS service configuration. See ECS Service below.
8875
+ */
8876
+ services?: outputs.arcregionswitch.PlanWorkflowStepParallelConfigStepEcsCapacityIncreaseConfigService[];
8877
+ /**
8878
+ * Target capacity percentage.
8879
+ */
8880
+ targetPercent?: number;
8881
+ /**
8882
+ * Timeout in minutes.
8883
+ */
8884
+ timeoutMinutes?: number;
8885
+ /**
8886
+ * Ungraceful behavior configuration. See Ungraceful Capacity below.
8887
+ */
8888
+ ungraceful?: outputs.arcregionswitch.PlanWorkflowStepParallelConfigStepEcsCapacityIncreaseConfigUngraceful;
8889
+ }
8890
+ interface PlanWorkflowStepParallelConfigStepEcsCapacityIncreaseConfigService {
8891
+ clusterArn: string;
8892
+ crossAccountRole?: string;
8893
+ externalId?: string;
8894
+ /**
8895
+ * ARN of the ECS service.
8896
+ */
8897
+ serviceArn: string;
8898
+ }
8899
+ interface PlanWorkflowStepParallelConfigStepEcsCapacityIncreaseConfigUngraceful {
8900
+ /**
8901
+ * Minimum success percentage required.
8902
+ */
8903
+ minimumSuccessPercentage: number;
8904
+ }
8905
+ interface PlanWorkflowStepParallelConfigStepEksResourceScalingConfig {
8906
+ /**
8907
+ * Capacity monitoring approach. Valid values: `sampledMaxInLast24Hours`, `autoscalingMaxInLast24Hours`.
8908
+ */
8909
+ capacityMonitoringApproach: string;
8910
+ /**
8911
+ * List of EKS clusters. See EKS Clusters below.
8912
+ */
8913
+ eksClusters?: outputs.arcregionswitch.PlanWorkflowStepParallelConfigStepEksResourceScalingConfigEksCluster[];
8914
+ /**
8915
+ * Kubernetes resource type. See Kubernetes Resource Type below.
8916
+ */
8917
+ kubernetesResourceTypes?: outputs.arcregionswitch.PlanWorkflowStepParallelConfigStepEksResourceScalingConfigKubernetesResourceType[];
8918
+ /**
8919
+ * List of scaling resources. See Scaling Resources below.
8920
+ */
8921
+ scalingResources?: outputs.arcregionswitch.PlanWorkflowStepParallelConfigStepEksResourceScalingConfigScalingResource[];
8922
+ /**
8923
+ * Target capacity percentage.
8924
+ */
8925
+ targetPercent: number;
8926
+ /**
8927
+ * Timeout in minutes.
8928
+ */
8929
+ timeoutMinutes?: number;
8930
+ /**
8931
+ * Ungraceful behavior configuration. See Ungraceful Capacity below.
8932
+ */
8933
+ ungracefuls?: outputs.arcregionswitch.PlanWorkflowStepParallelConfigStepEksResourceScalingConfigUngraceful[];
8934
+ }
8935
+ interface PlanWorkflowStepParallelConfigStepEksResourceScalingConfigEksCluster {
8936
+ /**
8937
+ * ARN of the EKS cluster.
8938
+ */
8939
+ clusterArn: string;
8940
+ /**
8941
+ * ARN of the cross-account role to assume.
8942
+ */
8943
+ crossAccountRole?: string;
8944
+ /**
8945
+ * External ID for cross-account role assumption.
8946
+ */
8947
+ externalId?: string;
8948
+ }
8949
+ interface PlanWorkflowStepParallelConfigStepEksResourceScalingConfigKubernetesResourceType {
8950
+ /**
8951
+ * Kubernetes API version.
8952
+ */
8953
+ apiVersion: string;
8954
+ /**
8955
+ * Kubernetes resource kind.
8956
+ */
8957
+ kind: string;
8958
+ }
8959
+ interface PlanWorkflowStepParallelConfigStepEksResourceScalingConfigScalingResource {
8960
+ /**
8961
+ * Kubernetes namespace.
8962
+ */
8963
+ namespace: string;
8964
+ /**
8965
+ * Set of resources to scale. See Resources below.
8966
+ */
8967
+ resources?: outputs.arcregionswitch.PlanWorkflowStepParallelConfigStepEksResourceScalingConfigScalingResourceResource[];
8968
+ }
8969
+ interface PlanWorkflowStepParallelConfigStepEksResourceScalingConfigScalingResourceResource {
8970
+ /**
8971
+ * Name of the Horizontal Pod Autoscaler.
8972
+ */
8973
+ hpaName?: string;
8974
+ /**
8975
+ * Name of the Kubernetes object.
8976
+ */
8977
+ name: string;
8978
+ /**
8979
+ * Kubernetes namespace.
8980
+ */
8981
+ namespace: string;
8982
+ /**
8983
+ * Name of the resource.
8984
+ */
8985
+ resourceName: string;
8986
+ }
8987
+ interface PlanWorkflowStepParallelConfigStepEksResourceScalingConfigUngraceful {
8988
+ /**
8989
+ * Minimum success percentage required.
8990
+ */
8991
+ minimumSuccessPercentage: number;
8992
+ }
8993
+ interface PlanWorkflowStepParallelConfigStepExecutionApprovalConfig {
8994
+ /**
8995
+ * ARN of the IAM role for approval.
8996
+ */
8997
+ approvalRole: string;
8998
+ /**
8999
+ * Timeout in minutes for the approval.
9000
+ */
9001
+ timeoutMinutes?: number;
9002
+ }
9003
+ interface PlanWorkflowStepParallelConfigStepGlobalAuroraConfig {
9004
+ /**
9005
+ * Behavior for Aurora operations. Valid values: `switchoverOnly`, `failover`.
9006
+ */
9007
+ behavior: string;
9008
+ /**
9009
+ * ARN of the cross-account role to assume.
9010
+ */
9011
+ crossAccountRole?: string;
9012
+ /**
9013
+ * List of database cluster ARNs.
9014
+ */
9015
+ databaseClusterArns: string[];
9016
+ /**
9017
+ * External ID for cross-account role assumption.
9018
+ */
9019
+ externalId?: string;
9020
+ /**
9021
+ * Global cluster identifier.
9022
+ */
9023
+ globalClusterIdentifier: string;
9024
+ /**
9025
+ * Timeout in minutes.
9026
+ */
9027
+ timeoutMinutes?: number;
9028
+ /**
9029
+ * Ungraceful behavior configuration. See Ungraceful Aurora below.
9030
+ */
9031
+ ungracefuls?: outputs.arcregionswitch.PlanWorkflowStepParallelConfigStepGlobalAuroraConfigUngraceful[];
9032
+ }
9033
+ interface PlanWorkflowStepParallelConfigStepGlobalAuroraConfigUngraceful {
9034
+ ungraceful: string;
9035
+ }
9036
+ interface PlanWorkflowStepParallelConfigStepRegionSwitchPlanConfig {
9037
+ /**
9038
+ * ARN of the nested region switch plan.
9039
+ */
9040
+ arn: string;
9041
+ /**
9042
+ * ARN of the cross-account role to assume.
9043
+ */
9044
+ crossAccountRole?: string;
9045
+ /**
9046
+ * External ID for cross-account role assumption.
9047
+ */
9048
+ externalId?: string;
9049
+ }
9050
+ interface PlanWorkflowStepParallelConfigStepRoute53HealthCheckConfig {
9051
+ /**
9052
+ * ARN of the cross-account role to assume.
9053
+ */
9054
+ crossAccountRole?: string;
9055
+ /**
9056
+ * External ID for cross-account role assumption.
9057
+ */
9058
+ externalId?: string;
9059
+ /**
9060
+ * Route53 hosted zone ID.
9061
+ */
9062
+ hostedZoneId: string;
9063
+ /**
9064
+ * DNS record name.
9065
+ */
9066
+ recordName: string;
9067
+ /**
9068
+ * Configuration block for record sets. See Record Set below.
9069
+ */
9070
+ recordSets?: outputs.arcregionswitch.PlanWorkflowStepParallelConfigStepRoute53HealthCheckConfigRecordSet[];
9071
+ /**
9072
+ * Timeout in minutes.
9073
+ */
9074
+ timeoutMinutes?: number;
9075
+ }
9076
+ interface PlanWorkflowStepParallelConfigStepRoute53HealthCheckConfigRecordSet {
9077
+ /**
9078
+ * Record set identifier.
9079
+ */
9080
+ recordSetIdentifier: string;
9081
+ /**
9082
+ * AWS region.
9083
+ */
9084
+ region: string;
9085
+ }
9086
+ interface PlanWorkflowStepRegionSwitchPlanConfig {
9087
+ /**
9088
+ * ARN of the nested region switch plan.
9089
+ */
9090
+ arn: string;
9091
+ /**
9092
+ * ARN of the cross-account role to assume.
9093
+ */
9094
+ crossAccountRole?: string;
9095
+ /**
9096
+ * External ID for cross-account role assumption.
9097
+ */
9098
+ externalId?: string;
9099
+ }
9100
+ interface PlanWorkflowStepRoute53HealthCheckConfig {
9101
+ /**
9102
+ * ARN of the cross-account role to assume.
9103
+ */
9104
+ crossAccountRole?: string;
9105
+ /**
9106
+ * External ID for cross-account role assumption.
9107
+ */
9108
+ externalId?: string;
9109
+ /**
9110
+ * Route53 hosted zone ID.
9111
+ */
9112
+ hostedZoneId: string;
9113
+ /**
9114
+ * DNS record name.
9115
+ */
9116
+ recordName: string;
9117
+ /**
9118
+ * Configuration block for record sets. See Record Set below.
9119
+ */
9120
+ recordSets?: outputs.arcregionswitch.PlanWorkflowStepRoute53HealthCheckConfigRecordSet[];
9121
+ /**
9122
+ * Timeout in minutes.
9123
+ */
9124
+ timeoutMinutes?: number;
9125
+ }
9126
+ interface PlanWorkflowStepRoute53HealthCheckConfigRecordSet {
9127
+ /**
9128
+ * Record set identifier.
9129
+ */
9130
+ recordSetIdentifier: string;
9131
+ /**
9132
+ * AWS region.
9133
+ */
9134
+ region: string;
9135
+ }
9136
+ }
8157
9137
  export declare namespace athena {
8158
9138
  interface CapacityReservationTimeouts {
8159
9139
  /**
@@ -10668,6 +11648,10 @@ export declare namespace batch {
10668
11648
  };
10669
11649
  }
10670
11650
  interface GetJobDefinitionEksPropertyPodPropertyContainerSecurityContext {
11651
+ /**
11652
+ * Whether or not a container or a Kubernetes pod is allowed to gain more privileges than its parent process. The default value is `false`.
11653
+ */
11654
+ allowPrivilegeEscalation: boolean;
10671
11655
  /**
10672
11656
  * When this parameter is true, the container is given elevated permissions on the host container instance (similar to the root user).
10673
11657
  */
@@ -10769,6 +11753,10 @@ export declare namespace batch {
10769
11753
  };
10770
11754
  }
10771
11755
  interface GetJobDefinitionEksPropertyPodPropertyInitContainerSecurityContext {
11756
+ /**
11757
+ * Whether or not a container or a Kubernetes pod is allowed to gain more privileges than its parent process. The default value is `false`.
11758
+ */
11759
+ allowPrivilegeEscalation: boolean;
10772
11760
  /**
10773
11761
  * When this parameter is true, the container is given elevated permissions on the host container instance (similar to the root user).
10774
11762
  */
@@ -11316,7 +12304,7 @@ export declare namespace batch {
11316
12304
  */
11317
12305
  resources?: outputs.batch.JobDefinitionEksPropertiesPodPropertiesContainerResources;
11318
12306
  /**
11319
- * Security context for a job.
12307
+ * Security context for a job. See `securityContext` below.
11320
12308
  */
11321
12309
  securityContext?: outputs.batch.JobDefinitionEksPropertiesPodPropertiesContainerSecurityContext;
11322
12310
  /**
@@ -11343,10 +12331,26 @@ export declare namespace batch {
11343
12331
  };
11344
12332
  }
11345
12333
  interface JobDefinitionEksPropertiesPodPropertiesContainerSecurityContext {
12334
+ /**
12335
+ * Whether or not a container or a Kubernetes pod is allowed to gain more privileges than its parent process. The default value is `false`.
12336
+ */
12337
+ allowPrivilegeEscalation?: boolean;
12338
+ /**
12339
+ * When this parameter is `true`, the container is given elevated permissions on the host container instance. The level of permissions are similar to the root user permissions. The default value is `false`.
12340
+ */
11346
12341
  privileged?: boolean;
11347
12342
  readOnlyRootFileSystem?: boolean;
12343
+ /**
12344
+ * When this parameter is specified, the container is run as the specified group ID (gid). If this parameter isn't specified, the default is the group that's specified in the image metadata.
12345
+ */
11348
12346
  runAsGroup?: number;
12347
+ /**
12348
+ * When this parameter is specified, the container is run as a user with a uid other than 0. If this parameter isn't specified, so such rule is enforced.
12349
+ */
11349
12350
  runAsNonRoot?: boolean;
12351
+ /**
12352
+ * When this parameter is specified, the container is run as the specified user ID (uid). If this parameter isn't specified, the default is the user that's specified in the image metadata.
12353
+ */
11350
12354
  runAsUser?: number;
11351
12355
  }
11352
12356
  interface JobDefinitionEksPropertiesPodPropertiesContainerVolumeMount {
@@ -11393,7 +12397,7 @@ export declare namespace batch {
11393
12397
  */
11394
12398
  resources?: outputs.batch.JobDefinitionEksPropertiesPodPropertiesInitContainerResources;
11395
12399
  /**
11396
- * Security context for a job.
12400
+ * Security context for a job. See `securityContext` below.
11397
12401
  */
11398
12402
  securityContext?: outputs.batch.JobDefinitionEksPropertiesPodPropertiesInitContainerSecurityContext;
11399
12403
  /**
@@ -11420,10 +12424,26 @@ export declare namespace batch {
11420
12424
  };
11421
12425
  }
11422
12426
  interface JobDefinitionEksPropertiesPodPropertiesInitContainerSecurityContext {
12427
+ /**
12428
+ * Whether or not a container or a Kubernetes pod is allowed to gain more privileges than its parent process. The default value is `false`.
12429
+ */
12430
+ allowPrivilegeEscalation?: boolean;
12431
+ /**
12432
+ * When this parameter is `true`, the container is given elevated permissions on the host container instance. The level of permissions are similar to the root user permissions. The default value is `false`.
12433
+ */
11423
12434
  privileged?: boolean;
11424
12435
  readOnlyRootFileSystem?: boolean;
12436
+ /**
12437
+ * When this parameter is specified, the container is run as the specified group ID (gid). If this parameter isn't specified, the default is the group that's specified in the image metadata.
12438
+ */
11425
12439
  runAsGroup?: number;
12440
+ /**
12441
+ * When this parameter is specified, the container is run as a user with a uid other than 0. If this parameter isn't specified, so such rule is enforced.
12442
+ */
11426
12443
  runAsNonRoot?: boolean;
12444
+ /**
12445
+ * When this parameter is specified, the container is run as the specified user ID (uid). If this parameter isn't specified, the default is the user that's specified in the image metadata.
12446
+ */
11427
12447
  runAsUser?: number;
11428
12448
  }
11429
12449
  interface JobDefinitionEksPropertiesPodPropertiesInitContainerVolumeMount {
@@ -11607,7 +12627,7 @@ export declare namespace bcmdata {
11607
12627
  /**
11608
12628
  * Table configuration. See the [AWS documentation](https://docs.aws.amazon.com/cur/latest/userguide/table-dictionary-cur2.html#cur2-table-configurations) for the available configurations. In addition to those listed in the documentation, `BILLING_VIEW_ARN` must also be included, as shown in the example above.
11609
12629
  */
11610
- tableConfigurations?: {
12630
+ tableConfigurations: {
11611
12631
  [key: string]: {
11612
12632
  [key: string]: string;
11613
12633
  };
@@ -12315,20 +13335,34 @@ export declare namespace bedrock {
12315
13335
  lambdaArn: string;
12316
13336
  }
12317
13337
  interface AgentDataSourceVectorIngestionConfigurationParsingConfiguration {
13338
+ /**
13339
+ * Settings for using Amazon Bedrock Data Automation to parse documents. See `bedrockDataAutomationConfiguration` block for details.
13340
+ */
13341
+ bedrockDataAutomationConfiguration?: outputs.bedrock.AgentDataSourceVectorIngestionConfigurationParsingConfigurationBedrockDataAutomationConfiguration;
12318
13342
  /**
12319
13343
  * Settings for a foundation model used to parse documents in a data source. See `bedrockFoundationModelConfiguration` block for details.
12320
13344
  */
12321
13345
  bedrockFoundationModelConfiguration?: outputs.bedrock.AgentDataSourceVectorIngestionConfigurationParsingConfigurationBedrockFoundationModelConfiguration;
12322
13346
  /**
12323
- * Currently only `BEDROCK_FOUNDATION_MODEL` is supported
13347
+ * The parsing strategy to use. Valid values: `BEDROCK_FOUNDATION_MODEL`, `BEDROCK_DATA_AUTOMATION`.
12324
13348
  */
12325
13349
  parsingStrategy: string;
12326
13350
  }
13351
+ interface AgentDataSourceVectorIngestionConfigurationParsingConfigurationBedrockDataAutomationConfiguration {
13352
+ /**
13353
+ * Specifies whether to enable parsing of multimodal data, including both text and images. Valid value: `MULTIMODAL`.
13354
+ */
13355
+ parsingModality?: string;
13356
+ }
12327
13357
  interface AgentDataSourceVectorIngestionConfigurationParsingConfigurationBedrockFoundationModelConfiguration {
12328
13358
  /**
12329
13359
  * The ARN of the model used to parse documents
12330
13360
  */
12331
13361
  modelArn: string;
13362
+ /**
13363
+ * Specifies whether to enable parsing of multimodal data, including both text and images. Valid values: `MULTIMODAL`.
13364
+ */
13365
+ parsingModality?: string;
12332
13366
  /**
12333
13367
  * Instructions for interpreting the contents of the document. See `parsingPrompt` block for details.
12334
13368
  */
@@ -16485,15 +17519,39 @@ export declare namespace chimesdkmediapipelines {
16485
17519
  }
16486
17520
  export declare namespace cleanrooms {
16487
17521
  interface CollaborationDataEncryptionMetadata {
17522
+ /**
17523
+ * Whether encrypted tables can contain cleartext data. This is a boolean field.
17524
+ */
16488
17525
  allowClearText: boolean;
17526
+ /**
17527
+ * Whether Fingerprint columns can contain duplicate entries. This is a boolean field.
17528
+ */
16489
17529
  allowDuplicates: boolean;
17530
+ /**
17531
+ * Whether Fingerprint columns can be joined on any other Fingerprint column with a different name. This is a boolean field.
17532
+ */
16490
17533
  allowJoinsOnColumnsWithDifferentNames: boolean;
17534
+ /**
17535
+ * Whether NULL values are to be copied as NULL to encrypted tables (true) or cryptographically processed (false).
17536
+ */
16491
17537
  preserveNulls: boolean;
16492
17538
  }
16493
17539
  interface CollaborationMember {
17540
+ /**
17541
+ * Account ID for the invited member.
17542
+ */
16494
17543
  accountId: string;
17544
+ /**
17545
+ * Display name for the invited member.
17546
+ */
16495
17547
  displayName: string;
17548
+ /**
17549
+ * List of abilities for the invited member. Valid values [may be found here](https://docs.aws.amazon.com/clean-rooms/latest/apireference/API_CreateCollaboration.html#API-CreateCollaboration-request-creatorMemberAbilities).
17550
+ */
16496
17551
  memberAbilities: string[];
17552
+ /**
17553
+ * For each member included in the collaboration an additional computed attribute of status is added. These values [may be found here](https://docs.aws.amazon.com/clean-rooms/latest/apireference/API_MemberSummary.html#API-Type-MemberSummary-status).
17554
+ */
16497
17555
  status: string;
16498
17556
  }
16499
17557
  interface ConfiguredTableTableReference {
@@ -16741,6 +17799,12 @@ export declare namespace cloudformation {
16741
17799
  }
16742
17800
  }
16743
17801
  export declare namespace cloudfront {
17802
+ interface AnycastIpListTimeouts {
17803
+ /**
17804
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
17805
+ */
17806
+ create?: string;
17807
+ }
16744
17808
  interface CachePolicyParametersInCacheKeyAndForwardedToOrigin {
16745
17809
  /**
16746
17810
  * Whether any cookies in viewer requests are included in the cache key and automatically included in requests that CloudFront sends to the origin. See Cookies Config for more information.
@@ -18261,13 +19325,13 @@ export declare namespace cloudfront {
18261
19325
  */
18262
19326
  failoverCriteria?: outputs.cloudfront.MultitenantDistributionOriginGroupFailoverCriteria;
18263
19327
  /**
18264
- * List of origins in this origin group. Must contain exactly 2 members. See Origin Group Member below.
19328
+ * Identifier for the distribution.
18265
19329
  */
18266
- members?: outputs.cloudfront.MultitenantDistributionOriginGroupMember[];
19330
+ id: string;
18267
19331
  /**
18268
- * Unique identifier for the origin group.
19332
+ * List of origins in this origin group. Must contain exactly 2 members. See Origin Group Member below.
18269
19333
  */
18270
- originId: string;
19334
+ members?: outputs.cloudfront.MultitenantDistributionOriginGroupMember[];
18271
19335
  }
18272
19336
  interface MultitenantDistributionOriginGroupFailoverCriteria {
18273
19337
  /**
@@ -24142,6 +25206,10 @@ export declare namespace config {
24142
25206
  * Use this to override the default service endpoint URL
24143
25207
  */
24144
25208
  mgn?: string;
25209
+ /**
25210
+ * Use this to override the default service endpoint URL
25211
+ */
25212
+ mpa?: string;
24145
25213
  /**
24146
25214
  * Use this to override the default service endpoint URL
24147
25215
  */
@@ -24406,6 +25474,10 @@ export declare namespace config {
24406
25474
  * Use this to override the default service endpoint URL
24407
25475
  */
24408
25476
  sagemaker?: string;
25477
+ /**
25478
+ * Use this to override the default service endpoint URL
25479
+ */
25480
+ savingsplans?: string;
24409
25481
  /**
24410
25482
  * Use this to override the default service endpoint URL
24411
25483
  */
@@ -30021,6 +31093,7 @@ export declare namespace dynamodb {
30021
31093
  }
30022
31094
  interface GetTableGlobalSecondaryIndex {
30023
31095
  hashKey: string;
31096
+ keySchemas: outputs.dynamodb.GetTableGlobalSecondaryIndexKeySchema[];
30024
31097
  /**
30025
31098
  * Name of the DynamoDB table.
30026
31099
  */
@@ -30033,6 +31106,10 @@ export declare namespace dynamodb {
30033
31106
  warmThroughputs: outputs.dynamodb.GetTableGlobalSecondaryIndexWarmThroughput[];
30034
31107
  writeCapacity: number;
30035
31108
  }
31109
+ interface GetTableGlobalSecondaryIndexKeySchema {
31110
+ attributeName: string;
31111
+ keyType: string;
31112
+ }
30036
31113
  interface GetTableGlobalSecondaryIndexOnDemandThroughput {
30037
31114
  maxReadRequestUnits: number;
30038
31115
  maxWriteRequestUnits: number;
@@ -30169,9 +31246,12 @@ export declare namespace dynamodb {
30169
31246
  }
30170
31247
  interface TableGlobalSecondaryIndex {
30171
31248
  /**
30172
- * Name of the hash key in the index; must be defined as an attribute in the resource.
31249
+ * and `hashKeys` are `mutually exclusive`, but one is `required`. Refer to [AWS SDK Documentation](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/GSI.DesignPattern.MultiAttributeKeys.html)
31250
+ *
31251
+ * @deprecated hash_key is deprecated. Use keySchema instead.
30173
31252
  */
30174
31253
  hashKey: string;
31254
+ keySchemas: outputs.dynamodb.TableGlobalSecondaryIndexKeySchema[];
30175
31255
  /**
30176
31256
  * Name of the index.
30177
31257
  */
@@ -30189,7 +31269,9 @@ export declare namespace dynamodb {
30189
31269
  */
30190
31270
  projectionType: string;
30191
31271
  /**
30192
- * Name of the range key; must be defined
31272
+ * and `rangeKeys` are `mutually exclusive`, but are both `optional`. Refer to [AWS SDK Documentation](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/GSI.DesignPattern.MultiAttributeKeys.html)
31273
+ *
31274
+ * @deprecated range_key is deprecated. Use keySchema instead.
30193
31275
  */
30194
31276
  rangeKey?: string;
30195
31277
  /**
@@ -30205,6 +31287,14 @@ export declare namespace dynamodb {
30205
31287
  */
30206
31288
  writeCapacity: number;
30207
31289
  }
31290
+ interface TableGlobalSecondaryIndexKeySchema {
31291
+ /**
31292
+ * Name of the table attribute to store the TTL timestamp in.
31293
+ * Required if `enabled` is `true`, must not be set otherwise.
31294
+ */
31295
+ attributeName: string;
31296
+ keyType: string;
31297
+ }
30208
31298
  interface TableGlobalSecondaryIndexOnDemandThroughput {
30209
31299
  /**
30210
31300
  * Maximum number of read request units for the specified table. To specify set the value greater than or equal to 1. To remove set the value to -1.
@@ -33508,6 +34598,24 @@ export declare namespace ec2 {
33508
34598
  */
33509
34599
  values: string[];
33510
34600
  }
34601
+ interface GetVpcIpamPoolSourceResource {
34602
+ /**
34603
+ * (Required) ID of the resource.
34604
+ */
34605
+ resourceId: string;
34606
+ /**
34607
+ * (Required) Owner of the resource.
34608
+ */
34609
+ resourceOwner: string;
34610
+ /**
34611
+ * (Required) Region where the resource exists. Must match the `locale` of the parent IPAM Pool.
34612
+ */
34613
+ resourceRegion: string;
34614
+ /**
34615
+ * (Required) Type of the resource. (`vpc`)
34616
+ */
34617
+ resourceType: string;
34618
+ }
33511
34619
  interface GetVpcIpamPoolsFilter {
33512
34620
  /**
33513
34621
  * The name of the filter. Filter names are case-sensitive.
@@ -34662,6 +35770,12 @@ export declare namespace ec2 {
34662
35770
  */
34663
35771
  enaSrdUdpEnabled?: boolean;
34664
35772
  }
35773
+ interface LaunchTemplateNetworkPerformanceOptions {
35774
+ /**
35775
+ * Specify the bandwidth weighting option to boost the associated type of baseline bandwidth. Valid values: `default`, `vpc-1`, `ebs-1`. Default value is `default`. Setting `vpc-1` boosts networking baseline bandwidth and reduces EBS baseline bandwidth. Setting `ebs-1` boosts EBS baseline bandwidth and reduces networking baseline bandwidth. Only supported on select instance types. See [AWS Documentation](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configure-bandwidth-weighting.html) for more information.
35776
+ */
35777
+ bandwidthWeighting?: string;
35778
+ }
34665
35779
  interface LaunchTemplatePlacement {
34666
35780
  /**
34667
35781
  * The affinity setting for an instance on a Dedicated Host.
@@ -36776,12 +37890,36 @@ export declare namespace ec2 {
36776
37890
  */
36777
37891
  signature?: string;
36778
37892
  }
37893
+ interface VpcIpamPoolSourceResource {
37894
+ /**
37895
+ * ID of the resource.
37896
+ */
37897
+ resourceId: string;
37898
+ /**
37899
+ * Owner of the resource.
37900
+ */
37901
+ resourceOwner: string;
37902
+ /**
37903
+ * Region where the resource exists. Must match the `locale` of the parent IPAM Pool.
37904
+ */
37905
+ resourceRegion: string;
37906
+ /**
37907
+ * Type of the resource. (`vpc`)
37908
+ */
37909
+ resourceType: string;
37910
+ }
36779
37911
  interface VpcIpamResourceDiscoveryOperatingRegion {
36780
37912
  /**
36781
37913
  * The name of the Region you want to add to the IPAM.
36782
37914
  */
36783
37915
  regionName: string;
36784
37916
  }
37917
+ interface VpcIpamResourceDiscoveryOrganizationalUnitExclusion {
37918
+ /**
37919
+ * AWS Organizations entity path. Build the path for the OU(s) using AWS Organizations IDs separated by a `/`. Include all child OUs by ending the path with `/*`.
37920
+ */
37921
+ organizationsEntityPath: string;
37922
+ }
36785
37923
  interface VpcPeeringConnectionAccepter {
36786
37924
  /**
36787
37925
  * Allow a local VPC to resolve public DNS hostnames to
@@ -43937,6 +45075,10 @@ export declare namespace fsx {
43937
45075
  * A list of up to two IP addresses of DNS servers or domain controllers in the self-managed AD directory. The IP addresses need to be either in the same VPC CIDR range as the file system or in the private IP version 4 (IPv4) address ranges as specified in [RFC 1918](https://tools.ietf.org/html/rfc1918).
43938
45076
  */
43939
45077
  dnsIps: string[];
45078
+ /**
45079
+ * The Amazon Resource Name (ARN) for the AWS Secrets Manager secret that contains the credentials for the service account on your self-managed AD domain. Conflicts with `username` and `password`.
45080
+ */
45081
+ domainJoinServiceAccountSecret?: string;
43940
45082
  /**
43941
45083
  * The fully qualified domain name of the self-managed AD directory. For example, `corp.example.com`.
43942
45084
  */
@@ -43950,11 +45092,11 @@ export declare namespace fsx {
43950
45092
  */
43951
45093
  organizationalUnitDistinguishedName?: string;
43952
45094
  /**
43953
- * The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.
45095
+ * The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain. Conflicts with `domainJoinServiceAccountSecret`.
43954
45096
  */
43955
- password: string;
45097
+ password?: string;
43956
45098
  /**
43957
- * The user name for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.
45099
+ * The user name for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain. Conflicts with `domainJoinServiceAccountSecret`.
43958
45100
  */
43959
45101
  username: string;
43960
45102
  }
@@ -55873,6 +57015,7 @@ export declare namespace lb {
55873
57015
  * The HTTP or gRPC codes to use when checking for a successful response from a target.
55874
57016
  * The `health_check.protocol` must be one of `HTTP` or `HTTPS` or the `targetType` must be `lambda`.
55875
57017
  * Values can be comma-separated individual values (e.g., "200,202") or a range of values (e.g., "200-299").
57018
+ * Once the value has been set, removing it has no effect. To unset it, set it to an empty string `""`.
55876
57019
  * * For gRPC-based target groups (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocolVersion` is `GRPC`), values can be between `0` and `99`. The default is `12`.
55877
57020
  * * When used with an Application Load Balancer (i.e., the `protocol` is one of `HTTP` or `HTTPS` and the `protocolVersion` is not `GRPC`), values can be between `200` and `499`. The default is `200`.
55878
57021
  * * When used with a Network Load Balancer (i.e., the `protocol` is one of `TCP`, `TCP_UDP`, `UDP`, or `TLS`), values can be between `200` and `599`. The default is `200-399`.
@@ -55881,6 +57024,7 @@ export declare namespace lb {
55881
57024
  matcher: string;
55882
57025
  /**
55883
57026
  * Destination for the health check request. Required for HTTP/HTTPS ALB and HTTP NLB. Only applies to HTTP/HTTPS.
57027
+ * Once the value has been set, removing it has no effect. To unset it, set it to an empty string `""`.
55884
57028
  * * For HTTP and HTTPS health checks, the default is `/`.
55885
57029
  * * For gRPC health checks, the default is `/AWS.ALB/healthcheck`.
55886
57030
  */
@@ -73732,6 +74876,10 @@ export declare namespace networkmanager {
73732
74876
  * String. When `action` is `share`, a `mode` value of `attachment-route` places the attachment and return routes in each of the `shareWith` segments. When `action` is `send-via`, indicates the mode used for packets. Valid values: `attachment-route`, `single-hop`, `dual-hop`.
73733
74877
  */
73734
74878
  mode?: string;
74879
+ /**
74880
+ * A list of routing policy names to apply to segment sharing. The routing policies control how routes are propagated between the shared segments. Only applicable when `action` is `share`. Available in policy version `2025.11` and later.
74881
+ */
74882
+ routingPolicyNames?: string[];
73735
74883
  /**
73736
74884
  * Name of the segment.
73737
74885
  */
@@ -73901,6 +75049,20 @@ export declare namespace notifications {
73901
75049
  */
73902
75050
  delete?: string;
73903
75051
  }
75052
+ interface OrganizationsAccessTimeouts {
75053
+ /**
75054
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
75055
+ */
75056
+ create?: string;
75057
+ /**
75058
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
75059
+ */
75060
+ delete?: string;
75061
+ /**
75062
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
75063
+ */
75064
+ update?: string;
75065
+ }
73904
75066
  }
73905
75067
  export declare namespace oam {
73906
75068
  interface GetLinkLinkConfiguration {
@@ -74600,14 +75762,25 @@ export declare namespace odb {
74600
75762
  version: string;
74601
75763
  }
74602
75764
  interface GetNetworkManagedService {
75765
+ kmsAccesses: outputs.odb.GetNetworkManagedServiceKmsAccess[];
74603
75766
  managedS3BackupAccesses: outputs.odb.GetNetworkManagedServiceManagedS3BackupAccess[];
74604
75767
  managedServiceIpv4Cidrs: string[];
74605
75768
  resourceGatewayArn: string;
74606
75769
  s3Accesses: outputs.odb.GetNetworkManagedServiceS3Access[];
74607
75770
  serviceNetworkArn: string;
74608
75771
  serviceNetworkEndpoints: outputs.odb.GetNetworkManagedServiceServiceNetworkEndpoint[];
75772
+ stsAccesses: outputs.odb.GetNetworkManagedServiceStsAccess[];
74609
75773
  zeroTlAccesses: outputs.odb.GetNetworkManagedServiceZeroTlAccess[];
74610
75774
  }
75775
+ interface GetNetworkManagedServiceKmsAccess {
75776
+ domainName: string;
75777
+ ipv4Addresses: string[];
75778
+ kmsPolicyDocument: string;
75779
+ /**
75780
+ * The status of the network resource.
75781
+ */
75782
+ status: string;
75783
+ }
74611
75784
  interface GetNetworkManagedServiceManagedS3BackupAccess {
74612
75785
  ipv4Addresses: string[];
74613
75786
  /**
@@ -74628,6 +75801,15 @@ export declare namespace odb {
74628
75801
  vpcEndpointId: string;
74629
75802
  vpcEndpointType: string;
74630
75803
  }
75804
+ interface GetNetworkManagedServiceStsAccess {
75805
+ domainName: string;
75806
+ ipv4Addresses: string[];
75807
+ /**
75808
+ * The status of the network resource.
75809
+ */
75810
+ status: string;
75811
+ stsPolicyDocument: string;
75812
+ }
74631
75813
  interface GetNetworkManagedServiceZeroTlAccess {
74632
75814
  cidr: string;
74633
75815
  /**
@@ -74688,6 +75870,10 @@ export declare namespace odb {
74688
75870
  ociVcnUrl: string;
74689
75871
  }
74690
75872
  interface NetworkManagedService {
75873
+ /**
75874
+ * Specifies the configuration for KMS access from the ODB network.
75875
+ */
75876
+ kmsAccesses: outputs.odb.NetworkManagedServiceKmsAccess[];
74691
75877
  managedS3BackupAccesses: outputs.odb.NetworkManagedServiceManagedS3BackupAccess[];
74692
75878
  managedServiceIpv4Cidrs: string[];
74693
75879
  resourceGatewayArn: string;
@@ -74697,6 +75883,10 @@ export declare namespace odb {
74697
75883
  s3Accesses: outputs.odb.NetworkManagedServiceS3Access[];
74698
75884
  serviceNetworkArn: string;
74699
75885
  serviceNetworkEndpoints: outputs.odb.NetworkManagedServiceServiceNetworkEndpoint[];
75886
+ /**
75887
+ * Specifies the configuration for STS access from the ODB network.
75888
+ */
75889
+ stsAccesses: outputs.odb.NetworkManagedServiceStsAccess[];
74700
75890
  /**
74701
75891
  * Specifies the configuration for Zero-ETL access from the ODB network.
74702
75892
  *
@@ -74704,6 +75894,18 @@ export declare namespace odb {
74704
75894
  */
74705
75895
  zeroEtlAccesses: outputs.odb.NetworkManagedServiceZeroEtlAccess[];
74706
75896
  }
75897
+ interface NetworkManagedServiceKmsAccess {
75898
+ domainName: string;
75899
+ ipv4Addresses: string[];
75900
+ /**
75901
+ * Specifies the endpoint policy for KMS access from the ODB network.
75902
+ */
75903
+ kmsPolicyDocument: string;
75904
+ /**
75905
+ * The status of the network resource.
75906
+ */
75907
+ status: string;
75908
+ }
74707
75909
  interface NetworkManagedServiceManagedS3BackupAccess {
74708
75910
  ipv4Addresses: string[];
74709
75911
  /**
@@ -74727,6 +75929,18 @@ export declare namespace odb {
74727
75929
  vpcEndpointId: string;
74728
75930
  vpcEndpointType: string;
74729
75931
  }
75932
+ interface NetworkManagedServiceStsAccess {
75933
+ domainName: string;
75934
+ ipv4Addresses: string[];
75935
+ /**
75936
+ * The status of the network resource.
75937
+ */
75938
+ status: string;
75939
+ /**
75940
+ * Specifies the endpoint policy for STS access from the ODB network.
75941
+ */
75942
+ stsPolicyDocument: string;
75943
+ }
74730
75944
  interface NetworkManagedServiceZeroEtlAccess {
74731
75945
  cidr: string;
74732
75946
  /**
@@ -74768,6 +75982,55 @@ export declare namespace odb {
74768
75982
  }
74769
75983
  }
74770
75984
  export declare namespace opensearch {
75985
+ interface ApplicationAppConfig {
75986
+ /**
75987
+ * The configuration item to set. Valid values are `opensearchDashboards.dashboardAdmin.users` and `opensearchDashboards.dashboardAdmin.groups`.
75988
+ */
75989
+ key?: string;
75990
+ /**
75991
+ * The value assigned to the configuration key, such as an IAM user ARN or group name. Must be between 1 and 4096 characters.
75992
+ */
75993
+ value?: string;
75994
+ }
75995
+ interface ApplicationDataSource {
75996
+ /**
75997
+ * The Amazon Resource Name (ARN) of the OpenSearch domain or collection. Must be between 20 and 2048 characters.
75998
+ */
75999
+ dataSourceArn?: string;
76000
+ /**
76001
+ * A detailed description of the data source. Must be at most 1000 characters and contain only alphanumeric characters, underscores, spaces, and the following special characters: `@#%*+=:?./!-`.
76002
+ */
76003
+ dataSourceDescription?: string;
76004
+ }
76005
+ interface ApplicationIamIdentityCenterOptions {
76006
+ /**
76007
+ * Specifies whether IAM Identity Center is enabled or disabled.
76008
+ */
76009
+ enabled?: boolean;
76010
+ iamIdentityCenterApplicationArn: string;
76011
+ /**
76012
+ * The Amazon Resource Name (ARN) of the IAM Identity Center instance. Must be between 20 and 2048 characters.
76013
+ */
76014
+ iamIdentityCenterInstanceArn?: string;
76015
+ /**
76016
+ * The ARN of the IAM role associated with the IAM Identity Center application. Must be between 20 and 2048 characters and match the pattern for IAM role ARNs.
76017
+ */
76018
+ iamRoleForIdentityCenterApplicationArn?: string;
76019
+ }
76020
+ interface ApplicationTimeouts {
76021
+ /**
76022
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
76023
+ */
76024
+ create?: string;
76025
+ /**
76026
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
76027
+ */
76028
+ delete?: string;
76029
+ /**
76030
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
76031
+ */
76032
+ update?: string;
76033
+ }
74771
76034
  interface AuthorizeVpcEndpointAccessAuthorizedPrincipal {
74772
76035
  /**
74773
76036
  * IAM principal that is allowed to access to the domain.
@@ -78953,6 +80216,12 @@ export declare namespace ram {
78953
80216
  */
78954
80217
  values: string[];
78955
80218
  }
80219
+ interface PermissionTimeouts {
80220
+ /**
80221
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
80222
+ */
80223
+ delete?: string;
80224
+ }
78956
80225
  }
78957
80226
  export declare namespace rbin {
78958
80227
  interface RuleExcludeResourceTag {
@@ -80160,6 +81429,20 @@ export declare namespace resourcegroups {
80160
81429
  }
80161
81430
  }
80162
81431
  export declare namespace resourcegroupstaggingapi {
81432
+ interface GetRequiredTagsRequiredTag {
81433
+ /**
81434
+ * CloudFormation resource types assigned the required tag keys.
81435
+ */
81436
+ cloudFormationResourceTypes: string[];
81437
+ /**
81438
+ * Tag keys marked as required in the `reportRequiredTagFor` block of the effective tag policy.
81439
+ */
81440
+ reportingTagKeys: string[];
81441
+ /**
81442
+ * Resource type for the required tag keys.
81443
+ */
81444
+ resourceType: string;
81445
+ }
80163
81446
  interface GetResourcesResourceTagMappingList {
80164
81447
  /**
80165
81448
  * List of objects with information that shows whether a resource is compliant with the effective tag policy, including details on any noncompliant tag keys.
@@ -83697,6 +84980,129 @@ export declare namespace s3 {
83697
84980
  */
83698
84981
  vpcId: string;
83699
84982
  }
84983
+ interface GetBucketObjectLockConfigurationRule {
84984
+ /**
84985
+ * Default object lock retention settings for new objects placed in the bucket. See Default Retention below.
84986
+ */
84987
+ defaultRetentions: outputs.s3.GetBucketObjectLockConfigurationRuleDefaultRetention[];
84988
+ }
84989
+ interface GetBucketObjectLockConfigurationRuleDefaultRetention {
84990
+ /**
84991
+ * Default retention period in days.
84992
+ */
84993
+ days: number;
84994
+ /**
84995
+ * Default object lock retention mode. Valid values are `GOVERNANCE` and `COMPLIANCE`.
84996
+ */
84997
+ mode: string;
84998
+ /**
84999
+ * Default retention period in years.
85000
+ */
85001
+ years: number;
85002
+ }
85003
+ interface GetBucketReplicationConfigurationRule {
85004
+ deleteMarkerReplications: outputs.s3.GetBucketReplicationConfigurationRuleDeleteMarkerReplication[];
85005
+ destinations: outputs.s3.GetBucketReplicationConfigurationRuleDestination[];
85006
+ existingObjectReplications: outputs.s3.GetBucketReplicationConfigurationRuleExistingObjectReplication[];
85007
+ filters: outputs.s3.GetBucketReplicationConfigurationRuleFilter[];
85008
+ id: string;
85009
+ /**
85010
+ * The object key name prefix that identifies the subset of objects to which the rule applies.
85011
+ */
85012
+ prefix: string;
85013
+ priority: number;
85014
+ sourceSelectionCriterias: outputs.s3.GetBucketReplicationConfigurationRuleSourceSelectionCriteria[];
85015
+ status: string;
85016
+ }
85017
+ interface GetBucketReplicationConfigurationRuleDeleteMarkerReplication {
85018
+ status: string;
85019
+ }
85020
+ interface GetBucketReplicationConfigurationRuleDestination {
85021
+ accessControlTranslations: outputs.s3.GetBucketReplicationConfigurationRuleDestinationAccessControlTranslation[];
85022
+ account: string;
85023
+ /**
85024
+ * The name of the bucket to get the replication configuration for.
85025
+ */
85026
+ bucket: string;
85027
+ encryptionConfigurations: outputs.s3.GetBucketReplicationConfigurationRuleDestinationEncryptionConfiguration[];
85028
+ metrics: outputs.s3.GetBucketReplicationConfigurationRuleDestinationMetric[];
85029
+ replicationTimes: outputs.s3.GetBucketReplicationConfigurationRuleDestinationReplicationTime[];
85030
+ storageClass: string;
85031
+ }
85032
+ interface GetBucketReplicationConfigurationRuleDestinationAccessControlTranslation {
85033
+ owner: string;
85034
+ }
85035
+ interface GetBucketReplicationConfigurationRuleDestinationEncryptionConfiguration {
85036
+ replicaKmsKeyId: string;
85037
+ }
85038
+ interface GetBucketReplicationConfigurationRuleDestinationMetric {
85039
+ eventThresholds: outputs.s3.GetBucketReplicationConfigurationRuleDestinationMetricEventThreshold[];
85040
+ status: string;
85041
+ }
85042
+ interface GetBucketReplicationConfigurationRuleDestinationMetricEventThreshold {
85043
+ minutes: number;
85044
+ }
85045
+ interface GetBucketReplicationConfigurationRuleDestinationReplicationTime {
85046
+ status: string;
85047
+ times: outputs.s3.GetBucketReplicationConfigurationRuleDestinationReplicationTimeTime[];
85048
+ }
85049
+ interface GetBucketReplicationConfigurationRuleDestinationReplicationTimeTime {
85050
+ minutes: number;
85051
+ }
85052
+ interface GetBucketReplicationConfigurationRuleExistingObjectReplication {
85053
+ status: string;
85054
+ }
85055
+ interface GetBucketReplicationConfigurationRuleFilter {
85056
+ ands: outputs.s3.GetBucketReplicationConfigurationRuleFilterAnd[];
85057
+ /**
85058
+ * The object key name prefix that identifies the subset of objects to which the rule applies.
85059
+ */
85060
+ prefix: string;
85061
+ /**
85062
+ * An unordered list of tags that identify a subset of objects to which the rule applies.
85063
+ */
85064
+ tags: outputs.s3.GetBucketReplicationConfigurationRuleFilterTag[];
85065
+ }
85066
+ interface GetBucketReplicationConfigurationRuleFilterAnd {
85067
+ /**
85068
+ * The object key name prefix that identifies the subset of objects to which the rule applies.
85069
+ */
85070
+ prefix: string;
85071
+ /**
85072
+ * An unordered list of tags that identify a subset of objects to which the rule applies.
85073
+ */
85074
+ tags: outputs.s3.GetBucketReplicationConfigurationRuleFilterAndTag[];
85075
+ }
85076
+ interface GetBucketReplicationConfigurationRuleFilterAndTag {
85077
+ /**
85078
+ * The key of the tag.
85079
+ */
85080
+ key: string;
85081
+ /**
85082
+ * The value of the tag.
85083
+ */
85084
+ value: string;
85085
+ }
85086
+ interface GetBucketReplicationConfigurationRuleFilterTag {
85087
+ /**
85088
+ * The key of the tag.
85089
+ */
85090
+ key: string;
85091
+ /**
85092
+ * The value of the tag.
85093
+ */
85094
+ value: string;
85095
+ }
85096
+ interface GetBucketReplicationConfigurationRuleSourceSelectionCriteria {
85097
+ replicaModifications: outputs.s3.GetBucketReplicationConfigurationRuleSourceSelectionCriteriaReplicaModification[];
85098
+ sseKmsEncryptedObjects: outputs.s3.GetBucketReplicationConfigurationRuleSourceSelectionCriteriaSseKmsEncryptedObject[];
85099
+ }
85100
+ interface GetBucketReplicationConfigurationRuleSourceSelectionCriteriaReplicaModification {
85101
+ status: string;
85102
+ }
85103
+ interface GetBucketReplicationConfigurationRuleSourceSelectionCriteriaSseKmsEncryptedObject {
85104
+ status: string;
85105
+ }
83700
85106
  interface InventoryDestination {
83701
85107
  /**
83702
85108
  * S3 bucket configuration where inventory results are published (documented below).
@@ -83903,6 +85309,50 @@ export declare namespace s3control {
83903
85309
  */
83904
85310
  prefixes?: string[];
83905
85311
  }
85312
+ interface GetAccessPointsAccessPoint {
85313
+ /**
85314
+ * Access point ARN.
85315
+ */
85316
+ accessPointArn: string;
85317
+ /**
85318
+ * Access point alias.
85319
+ */
85320
+ alias: string;
85321
+ /**
85322
+ * Name of the bucket associated with the access points.
85323
+ */
85324
+ bucket: string;
85325
+ /**
85326
+ * AWS account ID associated with the S3 bucket associated with the access point.
85327
+ */
85328
+ bucketAccountId: string;
85329
+ /**
85330
+ * Unique identifier for the access points data source.
85331
+ */
85332
+ dataSourceId: string;
85333
+ /**
85334
+ * Type of the data source that the access points are attached to. To return all access points set this argument to `ALL`.
85335
+ */
85336
+ dataSourceType: string;
85337
+ /**
85338
+ * Name of the access point.
85339
+ */
85340
+ name: string;
85341
+ /**
85342
+ * Indicates whether the access point allows access from the public Internet.
85343
+ */
85344
+ networkOrigin: string;
85345
+ /**
85346
+ * VPC configuration for the access point. See `vpcConfiguration` below.
85347
+ */
85348
+ vpcConfigurations: outputs.s3control.GetAccessPointsAccessPointVpcConfiguration[];
85349
+ }
85350
+ interface GetAccessPointsAccessPointVpcConfiguration {
85351
+ /**
85352
+ * Access point will only allow connections from this VPC.
85353
+ */
85354
+ vpcId: string;
85355
+ }
83906
85356
  interface GetMultiRegionAccessPointPublicAccessBlock {
83907
85357
  /**
83908
85358
  * Specifies whether Amazon S3 should block public access control lists (ACLs). When set to `true` causes the following behavior:
@@ -83941,6 +85391,64 @@ export declare namespace s3control {
83941
85391
  */
83942
85392
  region: string;
83943
85393
  }
85394
+ interface GetMultiRegionAccessPointsAccessPoint {
85395
+ /**
85396
+ * Alias for the multi-region access point.
85397
+ */
85398
+ alias: string;
85399
+ /**
85400
+ * Time the multi-region access point was created.
85401
+ */
85402
+ createdAt: string;
85403
+ /**
85404
+ * Name of the multi-region access point.
85405
+ */
85406
+ name: string;
85407
+ /**
85408
+ * Public access block configuration for this multi-region access point. See `publicAccessBlock` below.
85409
+ */
85410
+ publicAccessBlocks: outputs.s3control.GetMultiRegionAccessPointsAccessPointPublicAccessBlock[];
85411
+ /**
85412
+ * List of AWS Regions where the multi-region access point has data support. See `regions` below.
85413
+ */
85414
+ regions: outputs.s3control.GetMultiRegionAccessPointsAccessPointRegion[];
85415
+ /**
85416
+ * Current status of the multi-region access point.
85417
+ */
85418
+ status: string;
85419
+ }
85420
+ interface GetMultiRegionAccessPointsAccessPointPublicAccessBlock {
85421
+ /**
85422
+ * Whether Amazon S3 should block public ACLs for buckets in this account.
85423
+ */
85424
+ blockPublicAcls: boolean;
85425
+ /**
85426
+ * Whether Amazon S3 should block public bucket policies for buckets in this account.
85427
+ */
85428
+ blockPublicPolicy: boolean;
85429
+ /**
85430
+ * Whether Amazon S3 should ignore public ACLs for buckets in this account.
85431
+ */
85432
+ ignorePublicAcls: boolean;
85433
+ /**
85434
+ * Whether Amazon S3 should restrict public bucket policies for buckets in this account.
85435
+ */
85436
+ restrictPublicBuckets: boolean;
85437
+ }
85438
+ interface GetMultiRegionAccessPointsAccessPointRegion {
85439
+ /**
85440
+ * Name of the associated bucket for the Region.
85441
+ */
85442
+ bucket: string;
85443
+ /**
85444
+ * AWS account ID that owns the Amazon S3 bucket associated with this multi-region access point.
85445
+ */
85446
+ bucketAccountId: string;
85447
+ /**
85448
+ * Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
85449
+ */
85450
+ region: string;
85451
+ }
83944
85452
  interface MultiRegionAccessPointDetails {
83945
85453
  name: string;
83946
85454
  publicAccessBlock?: outputs.s3control.MultiRegionAccessPointDetailsPublicAccessBlock;
@@ -86388,6 +87896,240 @@ export declare namespace sagemaker {
86388
87896
  */
86389
87897
  url: string;
86390
87898
  }
87899
+ interface LabelingJobHumanTaskConfig {
87900
+ /**
87901
+ * How labels are consolidated across human workers. Fields are documented below.
87902
+ */
87903
+ annotationConsolidationConfig?: outputs.sagemaker.LabelingJobHumanTaskConfigAnnotationConsolidationConfig;
87904
+ /**
87905
+ * Maximum number of data objects that can be labeled by human workers at the same time.
87906
+ */
87907
+ maxConcurrentTaskCount: number;
87908
+ /**
87909
+ * Number of human workers that will label an object.
87910
+ */
87911
+ numberOfHumanWorkersPerDataObject: number;
87912
+ /**
87913
+ * ARN of a Lambda function that is run before a data object is sent to a human worker.
87914
+ */
87915
+ preHumanTaskLambdaArn?: string;
87916
+ /**
87917
+ * Price to pay for each task performed by an Amazon Mechanical Turk worker. Fields are documented below.
87918
+ */
87919
+ publicWorkforceTaskPrice?: outputs.sagemaker.LabelingJobHumanTaskConfigPublicWorkforceTaskPrice;
87920
+ /**
87921
+ * length of time that a task remains available for labeling by human workers.
87922
+ */
87923
+ taskAvailabilityLifetimeInSeconds: number;
87924
+ /**
87925
+ * Description of the task.
87926
+ */
87927
+ taskDescription: string;
87928
+ /**
87929
+ * Keywords used to describe the task.
87930
+ */
87931
+ taskKeywords?: string[];
87932
+ /**
87933
+ * Amount of time that a worker has to complete a task.
87934
+ */
87935
+ taskTimeLimitInSeconds: number;
87936
+ /**
87937
+ * Title for the task.
87938
+ */
87939
+ taskTitle: string;
87940
+ /**
87941
+ * Information about the user interface that workers use to complete the labeling task. Fields are documented below.
87942
+ */
87943
+ uiConfig?: outputs.sagemaker.LabelingJobHumanTaskConfigUiConfig;
87944
+ /**
87945
+ * ARN of the work team assigned to complete the tasks.
87946
+ */
87947
+ workteamArn: string;
87948
+ }
87949
+ interface LabelingJobHumanTaskConfigAnnotationConsolidationConfig {
87950
+ /**
87951
+ * ARN of a Lambda function that implements the logic for annotation consolidation and to process output data.
87952
+ */
87953
+ annotationConsolidationLambdaArn: string;
87954
+ }
87955
+ interface LabelingJobHumanTaskConfigPublicWorkforceTaskPrice {
87956
+ /**
87957
+ * Amount of money paid to an Amazon Mechanical Turk worker in United States dollars. Fields are documented below.
87958
+ */
87959
+ amountInUsd?: outputs.sagemaker.LabelingJobHumanTaskConfigPublicWorkforceTaskPriceAmountInUsd;
87960
+ }
87961
+ interface LabelingJobHumanTaskConfigPublicWorkforceTaskPriceAmountInUsd {
87962
+ /**
87963
+ * Fractional portion, in cents, of the amount.
87964
+ */
87965
+ cents?: number;
87966
+ /**
87967
+ * Whole number of dollars in the amount.
87968
+ */
87969
+ dollars?: number;
87970
+ /**
87971
+ * Fractions of a cent, in tenths.
87972
+ */
87973
+ tenthFractionsOfACent?: number;
87974
+ }
87975
+ interface LabelingJobHumanTaskConfigUiConfig {
87976
+ /**
87977
+ * ARN of the worker task template used to render the worker UI and tools for labeling job tasks.
87978
+ */
87979
+ humanTaskUiArn?: string;
87980
+ /**
87981
+ * S3 bucket location of the UI template, or worker task template.
87982
+ */
87983
+ uiTemplateS3Uri?: string;
87984
+ }
87985
+ interface LabelingJobInputConfig {
87986
+ /**
87987
+ * Attributes of the data. Fields are documented below.
87988
+ */
87989
+ dataAttributes?: outputs.sagemaker.LabelingJobInputConfigDataAttributes;
87990
+ /**
87991
+ * Location of the input data.. Fields are documented below.
87992
+ */
87993
+ dataSource?: outputs.sagemaker.LabelingJobInputConfigDataSource;
87994
+ }
87995
+ interface LabelingJobInputConfigDataAttributes {
87996
+ /**
87997
+ * Declares that your content is free of personally identifiable information or adult content. Valid values: `FreeOfPersonallyIdentifiableInformation`, `FreeOfAdultContent`.
87998
+ */
87999
+ contentClassifiers?: string[];
88000
+ }
88001
+ interface LabelingJobInputConfigDataSource {
88002
+ /**
88003
+ * S3 location of the input data objects.. Fields are documented below.
88004
+ */
88005
+ s3DataSource?: outputs.sagemaker.LabelingJobInputConfigDataSourceS3DataSource;
88006
+ /**
88007
+ * SNS data source used for streaming labeling jobs. Fields are documented below.
88008
+ */
88009
+ snsDataSource?: outputs.sagemaker.LabelingJobInputConfigDataSourceSnsDataSource;
88010
+ }
88011
+ interface LabelingJobInputConfigDataSourceS3DataSource {
88012
+ /**
88013
+ * S3 location of the manifest file that describes the input data objects.
88014
+ */
88015
+ manifestS3Uri: string;
88016
+ }
88017
+ interface LabelingJobInputConfigDataSourceSnsDataSource {
88018
+ /**
88019
+ * SNS input topic ARN.
88020
+ */
88021
+ snsTopicArn: string;
88022
+ }
88023
+ interface LabelingJobLabelCounter {
88024
+ /**
88025
+ * Total number of objects that could not be labeled due to an error.
88026
+ */
88027
+ failedNonRetryableError: number;
88028
+ /**
88029
+ * Total number of objects labeled by a human worker.
88030
+ */
88031
+ humanLabeled: number;
88032
+ /**
88033
+ * Total number of objects labeled by automated data labeling.
88034
+ */
88035
+ machineLabeled: number;
88036
+ /**
88037
+ * Total number of objects labeled.
88038
+ */
88039
+ totalLabeled: number;
88040
+ /**
88041
+ * Total number of objects not yet labeled.
88042
+ */
88043
+ unlabeled: number;
88044
+ }
88045
+ interface LabelingJobLabelingJobAlgorithmsConfig {
88046
+ /**
88047
+ * ARN of the final model used for auto-labeling.
88048
+ */
88049
+ initialActiveLearningModelArn?: string;
88050
+ /**
88051
+ * ARN of the algorithm used for auto-labeling.
88052
+ */
88053
+ labelingJobAlgorithmSpecificationArn: string;
88054
+ /**
88055
+ * Configuration information for the labeling job. Fields are documented below.
88056
+ */
88057
+ labelingJobResourceConfig?: outputs.sagemaker.LabelingJobLabelingJobAlgorithmsConfigLabelingJobResourceConfig;
88058
+ }
88059
+ interface LabelingJobLabelingJobAlgorithmsConfigLabelingJobResourceConfig {
88060
+ /**
88061
+ * ID of the key that Amazon SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the training and inference jobs used for automated data labeling.
88062
+ */
88063
+ volumeKmsKeyId?: string;
88064
+ /**
88065
+ * VPC that SageMaker jobs, hosted models, and compute resources have access to. Fields are documented below.
88066
+ */
88067
+ vpcConfig?: outputs.sagemaker.LabelingJobLabelingJobAlgorithmsConfigLabelingJobResourceConfigVpcConfig;
88068
+ }
88069
+ interface LabelingJobLabelingJobAlgorithmsConfigLabelingJobResourceConfigVpcConfig {
88070
+ /**
88071
+ * VPC security group IDs.
88072
+ */
88073
+ securityGroupIds: string[];
88074
+ /**
88075
+ * IDs of the subnets in the VPC to which to connect the training job. Fields are documented below.
88076
+ */
88077
+ subnets: string[];
88078
+ }
88079
+ interface LabelingJobOutputConfig {
88080
+ /**
88081
+ * ID of the key used to encrypt the output data.
88082
+ */
88083
+ kmsKeyId: string;
88084
+ /**
88085
+ * S3 location to write output data.
88086
+ */
88087
+ s3OutputPath: string;
88088
+ /**
88089
+ * SNS output topic ARN.
88090
+ */
88091
+ snsTopicArn?: string;
88092
+ }
88093
+ interface LabelingJobStoppingCondition {
88094
+ /**
88095
+ * Maximum number of objects that can be labeled by human workers.
88096
+ */
88097
+ maxHumanLabeledObjectCount: number;
88098
+ /**
88099
+ * Maximum number of input data objects that should be labeled.
88100
+ */
88101
+ maxPercentageOfInputDatasetLabeled: number;
88102
+ }
88103
+ interface ModelCardExportJobExportArtifact {
88104
+ /**
88105
+ * Amazon S3 URI of the exported model artifacts.
88106
+ */
88107
+ s3ExportArtifacts: string;
88108
+ }
88109
+ interface ModelCardExportJobOutputConfig {
88110
+ /**
88111
+ * Amazon S3 output path.
88112
+ */
88113
+ s3OutputPath: string;
88114
+ }
88115
+ interface ModelCardExportJobTimeouts {
88116
+ /**
88117
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
88118
+ */
88119
+ create?: string;
88120
+ }
88121
+ interface ModelCardSecurityConfig {
88122
+ /**
88123
+ * KMS key ARN.
88124
+ */
88125
+ kmsKeyId: string;
88126
+ }
88127
+ interface ModelCardTimeouts {
88128
+ /**
88129
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
88130
+ */
88131
+ delete?: string;
88132
+ }
86391
88133
  interface ModelContainer {
86392
88134
  /**
86393
88135
  * Additional data sources that are available to the model in addition to those specified in `modelDataSource`. See Additional Model Data Source.
@@ -86672,10 +88414,14 @@ export declare namespace sagemaker {
86672
88414
  subnets: string[];
86673
88415
  }
86674
88416
  interface MonitoringScheduleMonitoringScheduleConfig {
88417
+ /**
88418
+ * Defines the monitoring job. Fields are documented below.
88419
+ */
88420
+ monitoringJobDefinition?: outputs.sagemaker.MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinition;
86675
88421
  /**
86676
88422
  * The name of the monitoring job definition to schedule.
86677
88423
  */
86678
- monitoringJobDefinitionName: string;
88424
+ monitoringJobDefinitionName?: string;
86679
88425
  /**
86680
88426
  * The type of the monitoring job definition to schedule. Valid values are `DataQuality`, `ModelQuality`, `ModelBias` or `ModelExplainability`
86681
88427
  */
@@ -86685,6 +88431,297 @@ export declare namespace sagemaker {
86685
88431
  */
86686
88432
  scheduleConfig: outputs.sagemaker.MonitoringScheduleMonitoringScheduleConfigScheduleConfig;
86687
88433
  }
88434
+ interface MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinition {
88435
+ /**
88436
+ * Baseline configuration used to validate that the data conforms to the specified constraints and statistics. Fields are documented below.
88437
+ */
88438
+ baseline?: outputs.sagemaker.MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionBaseline;
88439
+ /**
88440
+ * Map of environment variables in the Docker container.
88441
+ */
88442
+ environment?: {
88443
+ [key: string]: string;
88444
+ };
88445
+ /**
88446
+ * Configures the monitoring job to run a specified Docker container image. Fields are documented below.
88447
+ */
88448
+ monitoringAppSpecification: outputs.sagemaker.MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringAppSpecification;
88449
+ /**
88450
+ * Inputs for the monitoring job. Fields are documented below.
88451
+ */
88452
+ monitoringInputs: outputs.sagemaker.MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringInputs;
88453
+ /**
88454
+ * Outputs from the monitoring job to be uploaded to Amazon S3. Fields are documented below.
88455
+ */
88456
+ monitoringOutputConfig: outputs.sagemaker.MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringOutputConfig;
88457
+ /**
88458
+ * Identifies the resources, ML compute instances, and ML storage volumes to deploy for a monitoring job. Fields are documented below.
88459
+ */
88460
+ monitoringResources: outputs.sagemaker.MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringResources;
88461
+ /**
88462
+ * Networking options for the monitoring job. Fields are documented below.
88463
+ */
88464
+ networkConfig?: outputs.sagemaker.MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionNetworkConfig;
88465
+ /**
88466
+ * ARN of an IAM role that Amazon SageMaker AI can assume to perform tasks on your behalf.
88467
+ */
88468
+ roleArn: string;
88469
+ /**
88470
+ * How long the monitoring job is allowed to run. Fields are documented below.
88471
+ */
88472
+ stoppingConditions: outputs.sagemaker.MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionStoppingCondition[];
88473
+ }
88474
+ interface MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionBaseline {
88475
+ baseliningJobName?: string;
88476
+ constraintsResource?: outputs.sagemaker.MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionBaselineConstraintsResource;
88477
+ statisticsResource?: outputs.sagemaker.MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionBaselineStatisticsResource;
88478
+ }
88479
+ interface MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionBaselineConstraintsResource {
88480
+ /**
88481
+ * URI that identifies the Amazon S3 storage location where Amazon SageMaker AI saves the results of a monitoring job.
88482
+ */
88483
+ s3Uri?: string;
88484
+ }
88485
+ interface MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionBaselineStatisticsResource {
88486
+ /**
88487
+ * URI that identifies the Amazon S3 storage location where Amazon SageMaker AI saves the results of a monitoring job.
88488
+ */
88489
+ s3Uri?: string;
88490
+ }
88491
+ interface MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringAppSpecification {
88492
+ /**
88493
+ * List of arguments for the container used to run the monitoring job.
88494
+ */
88495
+ containerArguments?: string[];
88496
+ /**
88497
+ * Entrypoint for the container used to run the monitoring job.
88498
+ */
88499
+ containerEntrypoints?: string[];
88500
+ /**
88501
+ * Container image to be run by the monitoring job.
88502
+ */
88503
+ imageUri: string;
88504
+ /**
88505
+ * Script that is called after analysis has been performed.
88506
+ */
88507
+ postAnalyticsProcessorSourceUri?: string;
88508
+ /**
88509
+ * Script that is called per row prior to running analysis.
88510
+ */
88511
+ recordPreprocessorSourceUri?: string;
88512
+ }
88513
+ interface MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringInputs {
88514
+ /**
88515
+ * Input object for the batch transform job. Fields are documented below.
88516
+ */
88517
+ batchTransformInput?: outputs.sagemaker.MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringInputsBatchTransformInput;
88518
+ /**
88519
+ * Endpoint for a monitoring job. Fields are documented below.
88520
+ */
88521
+ endpointInput?: outputs.sagemaker.MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringInputsEndpointInput;
88522
+ }
88523
+ interface MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringInputsBatchTransformInput {
88524
+ /**
88525
+ * Amazon S3 location being used to capture the data.
88526
+ */
88527
+ dataCapturedDestinationS3Uri: string;
88528
+ /**
88529
+ * Dataset format for the batch transform job. Fields are documented below.
88530
+ */
88531
+ datasetFormat: outputs.sagemaker.MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringInputsBatchTransformInputDatasetFormat;
88532
+ /**
88533
+ * Monitoring jobs subtract this time from the end time.
88534
+ */
88535
+ endTimeOffset?: string;
88536
+ /**
88537
+ * Attributes of the input data to exclude from the analysis.
88538
+ */
88539
+ excludeFeaturesAttribute?: string;
88540
+ /**
88541
+ * Attributes of the input data that are the input features.
88542
+ */
88543
+ featuresAttribute?: string;
88544
+ /**
88545
+ * Attribute of the input data that represents the ground truth label.
88546
+ */
88547
+ inferenceAttribute?: string;
88548
+ /**
88549
+ * Path to the filesystem where the batch transform data is available to the container.
88550
+ */
88551
+ localPath: string;
88552
+ /**
88553
+ * In a classification problem, the attribute that represents the class probability.
88554
+ */
88555
+ probabilityAttribute?: string;
88556
+ /**
88557
+ * Threshold for the class probability to be evaluated as a positive result.
88558
+ */
88559
+ probabilityThresholdAttribute?: number;
88560
+ /**
88561
+ * Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Valid values: `FullyReplicated`, `ShardedByS3Key`.
88562
+ */
88563
+ s3DataDistributionType: string;
88564
+ /**
88565
+ * Input mode for transferring data for the monitoring job. Valid values: `Pipe`, `File`.
88566
+ */
88567
+ s3InputMode: string;
88568
+ /**
88569
+ * Monitoring jobs subtract this time from the start time.
88570
+ */
88571
+ startTimeOffset?: string;
88572
+ }
88573
+ interface MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringInputsBatchTransformInputDatasetFormat {
88574
+ /**
88575
+ * CSV dataset used in the monitoring job. Fields are documented below.
88576
+ */
88577
+ csv?: outputs.sagemaker.MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringInputsBatchTransformInputDatasetFormatCsv;
88578
+ /**
88579
+ * JSON dataset used in the monitoring job. Fields are documented below.
88580
+ */
88581
+ json?: outputs.sagemaker.MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringInputsBatchTransformInputDatasetFormatJson;
88582
+ }
88583
+ interface MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringInputsBatchTransformInputDatasetFormatCsv {
88584
+ /**
88585
+ * Indicates if the CSV data has a header.
88586
+ */
88587
+ header?: boolean;
88588
+ }
88589
+ interface MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringInputsBatchTransformInputDatasetFormatJson {
88590
+ /**
88591
+ * Indicates if the file should be read as a JSON object per line.
88592
+ */
88593
+ line?: boolean;
88594
+ }
88595
+ interface MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringInputsEndpointInput {
88596
+ /**
88597
+ * Monitoring jobs subtract this time from the end time.
88598
+ */
88599
+ endTimeOffset?: string;
88600
+ /**
88601
+ * Endpoint in customer's account which has enabled `DataCaptureConfig`.
88602
+ */
88603
+ endpointName: string;
88604
+ /**
88605
+ * Attributes of the input data to exclude from the analysis.
88606
+ */
88607
+ excludeFeaturesAttribute?: string;
88608
+ /**
88609
+ * Attributes of the input data that are the input features.
88610
+ */
88611
+ featuresAttribute?: string;
88612
+ /**
88613
+ * Attribute of the input data that represents the ground truth label.
88614
+ */
88615
+ inferenceAttribute?: string;
88616
+ /**
88617
+ * Path to the filesystem where the endpoint data is available to the container.
88618
+ */
88619
+ localPath: string;
88620
+ /**
88621
+ * In a classification problem, the attribute that represents the class probability.
88622
+ */
88623
+ probabilityAttribute?: string;
88624
+ /**
88625
+ * Threshold for the class probability to be evaluated as a positive result.
88626
+ */
88627
+ probabilityThresholdAttribute?: number;
88628
+ /**
88629
+ * Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key. Valid values: `FullyReplicated`, `ShardedByS3Key`.
88630
+ */
88631
+ s3DataDistributionType: string;
88632
+ /**
88633
+ * Input mode for transferring data for the monitoring job. Valid values: `Pipe`, `File`.
88634
+ */
88635
+ s3InputMode: string;
88636
+ /**
88637
+ * Monitoring jobs subtract this time from the start time.
88638
+ */
88639
+ startTimeOffset?: string;
88640
+ }
88641
+ interface MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringOutputConfig {
88642
+ /**
88643
+ * AWS KMS key that Amazon SageMaker AI uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.
88644
+ */
88645
+ kmsKeyId?: string;
88646
+ /**
88647
+ * Monitoring outputs for monitoring jobs. Fields are documented below.
88648
+ */
88649
+ monitoringOutputs: outputs.sagemaker.MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringOutputConfigMonitoringOutputs;
88650
+ }
88651
+ interface MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringOutputConfigMonitoringOutputs {
88652
+ /**
88653
+ * Amazon S3 storage location where the results of a monitoring job are saved. Fields are documented below.
88654
+ */
88655
+ s3Output: outputs.sagemaker.MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringOutputConfigMonitoringOutputsS3Output;
88656
+ }
88657
+ interface MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringOutputConfigMonitoringOutputsS3Output {
88658
+ /**
88659
+ * Local path to the Amazon S3 storage location where Amazon SageMaker AI saves the results of a monitoring job.
88660
+ */
88661
+ localPath: string;
88662
+ /**
88663
+ * Whether to upload the results of the monitoring job continuously or after the job completes. Valid values: `Continuous`, `EndOfJob`.
88664
+ */
88665
+ s3UploadMode: string;
88666
+ /**
88667
+ * URI that identifies the Amazon S3 storage location where Amazon SageMaker AI saves the results of a monitoring job.
88668
+ */
88669
+ s3Uri: string;
88670
+ }
88671
+ interface MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringResources {
88672
+ /**
88673
+ * Configuration for the cluster resources used to run the processing job. Fields are documented below.
88674
+ */
88675
+ clusterConfig: outputs.sagemaker.MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringResourcesClusterConfig;
88676
+ }
88677
+ interface MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionMonitoringResourcesClusterConfig {
88678
+ /**
88679
+ * Number of ML compute instances to use in the model monitoring job.
88680
+ */
88681
+ instanceCount: number;
88682
+ /**
88683
+ * ML compute instance type for the processing job.
88684
+ */
88685
+ instanceType: string;
88686
+ /**
88687
+ * AWS KMS key that Amazon SageMaker AI uses to encrypt data on the storage volume attached to the ML compute instance(s) that run the model monitoring job.
88688
+ */
88689
+ volumeKmsKeyId?: string;
88690
+ /**
88691
+ * size of the ML storage volume, in gigabytes, to provision.
88692
+ */
88693
+ volumeSizeInGb: number;
88694
+ }
88695
+ interface MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionNetworkConfig {
88696
+ /**
88697
+ * Whether to encrypt all communications between distributed processing jobs.
88698
+ */
88699
+ enableInterContainerTrafficEncryption?: boolean;
88700
+ /**
88701
+ * Whether to allow inbound and outbound network calls to and from the containers used for the processing job.
88702
+ */
88703
+ enableNetworkIsolation?: boolean;
88704
+ /**
88705
+ * VPC that SageMaker jobs, hosted models, and compute resources have access to. Fields are documented below.
88706
+ */
88707
+ vpcConfig?: outputs.sagemaker.MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionNetworkConfigVpcConfig;
88708
+ }
88709
+ interface MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionNetworkConfigVpcConfig {
88710
+ /**
88711
+ * VPC security group IDs.
88712
+ */
88713
+ securityGroupIds: string[];
88714
+ /**
88715
+ * Subnet IDs.
88716
+ */
88717
+ subnets: string[];
88718
+ }
88719
+ interface MonitoringScheduleMonitoringScheduleConfigMonitoringJobDefinitionStoppingCondition {
88720
+ /**
88721
+ * Maximum runtime allowed in seconds.
88722
+ */
88723
+ maxRuntimeInSeconds: number;
88724
+ }
86688
88725
  interface MonitoringScheduleMonitoringScheduleConfigScheduleConfig {
86689
88726
  /**
86690
88727
  * A cron expression that describes details about the monitoring schedule. For example, and hourly schedule would be `cron(0 * ? * * *)`.
@@ -87743,6 +89780,18 @@ export declare namespace sagemaker {
87743
89780
  vpcSourceIp: string;
87744
89781
  }
87745
89782
  }
89783
+ export declare namespace savingsplans {
89784
+ interface SavingsPlanTimeouts {
89785
+ /**
89786
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
89787
+ */
89788
+ create?: string;
89789
+ /**
89790
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
89791
+ */
89792
+ delete?: string;
89793
+ }
89794
+ }
87746
89795
  export declare namespace scheduler {
87747
89796
  interface ScheduleFlexibleTimeWindow {
87748
89797
  /**
@@ -92133,6 +94182,16 @@ export declare namespace ssoadmin {
92133
94182
  */
92134
94183
  sources: string[];
92135
94184
  }
94185
+ interface ManagedPolicyAttachmentsExclusiveTimeouts {
94186
+ /**
94187
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
94188
+ */
94189
+ create?: string;
94190
+ /**
94191
+ * A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
94192
+ */
94193
+ update?: string;
94194
+ }
92136
94195
  interface PermissionsBoundaryAttachmentPermissionsBoundary {
92137
94196
  /**
92138
94197
  * Specifies the name and path of a customer managed policy. See below.
@@ -95117,6 +97176,102 @@ export declare namespace wafregional {
95117
97176
  }
95118
97177
  }
95119
97178
  export declare namespace wafv2 {
97179
+ interface GetManagedRuleGroupAvailableLabel {
97180
+ /**
97181
+ * Managed rule group name.
97182
+ */
97183
+ name: string;
97184
+ }
97185
+ interface GetManagedRuleGroupConsumedLabel {
97186
+ /**
97187
+ * Managed rule group name.
97188
+ */
97189
+ name: string;
97190
+ }
97191
+ interface GetManagedRuleGroupRule {
97192
+ /**
97193
+ * Action taken on a web request when it matches a rule's statement. See `actionToUse` for details.
97194
+ */
97195
+ actions: outputs.wafv2.GetManagedRuleGroupRuleAction[];
97196
+ /**
97197
+ * Managed rule group name.
97198
+ */
97199
+ name: string;
97200
+ }
97201
+ interface GetManagedRuleGroupRuleAction {
97202
+ allows: outputs.wafv2.GetManagedRuleGroupRuleActionAllow[];
97203
+ blocks: outputs.wafv2.GetManagedRuleGroupRuleActionBlock[];
97204
+ captchas: outputs.wafv2.GetManagedRuleGroupRuleActionCaptcha[];
97205
+ challenges: outputs.wafv2.GetManagedRuleGroupRuleActionChallenge[];
97206
+ counts: outputs.wafv2.GetManagedRuleGroupRuleActionCount[];
97207
+ }
97208
+ interface GetManagedRuleGroupRuleActionAllow {
97209
+ customRequestHandlings: outputs.wafv2.GetManagedRuleGroupRuleActionAllowCustomRequestHandling[];
97210
+ }
97211
+ interface GetManagedRuleGroupRuleActionAllowCustomRequestHandling {
97212
+ insertHeaders: outputs.wafv2.GetManagedRuleGroupRuleActionAllowCustomRequestHandlingInsertHeader[];
97213
+ }
97214
+ interface GetManagedRuleGroupRuleActionAllowCustomRequestHandlingInsertHeader {
97215
+ /**
97216
+ * Managed rule group name.
97217
+ */
97218
+ name: string;
97219
+ value: string;
97220
+ }
97221
+ interface GetManagedRuleGroupRuleActionBlock {
97222
+ customResponses: outputs.wafv2.GetManagedRuleGroupRuleActionBlockCustomResponse[];
97223
+ }
97224
+ interface GetManagedRuleGroupRuleActionBlockCustomResponse {
97225
+ customResponseBodyKey: string;
97226
+ responseCode: number;
97227
+ responseHeaders: outputs.wafv2.GetManagedRuleGroupRuleActionBlockCustomResponseResponseHeader[];
97228
+ }
97229
+ interface GetManagedRuleGroupRuleActionBlockCustomResponseResponseHeader {
97230
+ /**
97231
+ * Managed rule group name.
97232
+ */
97233
+ name: string;
97234
+ value: string;
97235
+ }
97236
+ interface GetManagedRuleGroupRuleActionCaptcha {
97237
+ customRequestHandlings: outputs.wafv2.GetManagedRuleGroupRuleActionCaptchaCustomRequestHandling[];
97238
+ }
97239
+ interface GetManagedRuleGroupRuleActionCaptchaCustomRequestHandling {
97240
+ insertHeaders: outputs.wafv2.GetManagedRuleGroupRuleActionCaptchaCustomRequestHandlingInsertHeader[];
97241
+ }
97242
+ interface GetManagedRuleGroupRuleActionCaptchaCustomRequestHandlingInsertHeader {
97243
+ /**
97244
+ * Managed rule group name.
97245
+ */
97246
+ name: string;
97247
+ value: string;
97248
+ }
97249
+ interface GetManagedRuleGroupRuleActionChallenge {
97250
+ customRequestHandlings: outputs.wafv2.GetManagedRuleGroupRuleActionChallengeCustomRequestHandling[];
97251
+ }
97252
+ interface GetManagedRuleGroupRuleActionChallengeCustomRequestHandling {
97253
+ insertHeaders: outputs.wafv2.GetManagedRuleGroupRuleActionChallengeCustomRequestHandlingInsertHeader[];
97254
+ }
97255
+ interface GetManagedRuleGroupRuleActionChallengeCustomRequestHandlingInsertHeader {
97256
+ /**
97257
+ * Managed rule group name.
97258
+ */
97259
+ name: string;
97260
+ value: string;
97261
+ }
97262
+ interface GetManagedRuleGroupRuleActionCount {
97263
+ customRequestHandlings: outputs.wafv2.GetManagedRuleGroupRuleActionCountCustomRequestHandling[];
97264
+ }
97265
+ interface GetManagedRuleGroupRuleActionCountCustomRequestHandling {
97266
+ insertHeaders: outputs.wafv2.GetManagedRuleGroupRuleActionCountCustomRequestHandlingInsertHeader[];
97267
+ }
97268
+ interface GetManagedRuleGroupRuleActionCountCustomRequestHandlingInsertHeader {
97269
+ /**
97270
+ * Managed rule group name.
97271
+ */
97272
+ name: string;
97273
+ value: string;
97274
+ }
95120
97275
  interface GetRegexPatternSetRegularExpression {
95121
97276
  /**
95122
97277
  * (Required) String representing the regular expression, see the AWS WAF [documentation](https://docs.aws.amazon.com/waf/latest/developerguide/waf-regex-pattern-set-creating.html) for more information.