cdk-lambda-subminute 2.0.367 → 2.0.369

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 (119) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/available-typed-arrays/.eslintrc +0 -4
  4. package/node_modules/available-typed-arrays/CHANGELOG.md +15 -0
  5. package/node_modules/available-typed-arrays/index.d.ts +17 -0
  6. package/node_modules/available-typed-arrays/index.js +4 -2
  7. package/node_modules/available-typed-arrays/package.json +23 -15
  8. package/node_modules/available-typed-arrays/tsconfig.json +49 -0
  9. package/node_modules/aws-sdk/README.md +1 -1
  10. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +67 -6
  11. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.examples.json +519 -0
  12. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +508 -81
  13. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.paginators.json +24 -0
  14. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +1 -1
  15. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +76 -32
  16. package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +227 -152
  17. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +102 -101
  18. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +240 -49
  19. package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +5 -0
  20. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +2 -1
  21. package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +14 -5
  22. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +104 -87
  23. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +597 -333
  24. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +10 -0
  25. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +259 -184
  26. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +68 -3
  27. package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
  28. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +779 -773
  29. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +319 -301
  30. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +45 -28
  31. package/node_modules/aws-sdk/clients/appsync.d.ts +47 -0
  32. package/node_modules/aws-sdk/clients/cloudformation.d.ts +600 -1
  33. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +12 -8
  34. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +63 -63
  35. package/node_modules/aws-sdk/clients/datasync.d.ts +185 -124
  36. package/node_modules/aws-sdk/clients/dynamodb.d.ts +3 -3
  37. package/node_modules/aws-sdk/clients/ecs.d.ts +5 -5
  38. package/node_modules/aws-sdk/clients/elbv2.d.ts +5 -5
  39. package/node_modules/aws-sdk/clients/es.d.ts +111 -0
  40. package/node_modules/aws-sdk/clients/glue.d.ts +16 -9
  41. package/node_modules/aws-sdk/clients/ivs.d.ts +223 -4
  42. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +324 -0
  43. package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +30 -20
  44. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +17 -8
  45. package/node_modules/aws-sdk/clients/opensearch.d.ts +108 -0
  46. package/node_modules/aws-sdk/clients/redshift.d.ts +119 -0
  47. package/node_modules/aws-sdk/clients/sagemaker.d.ts +51 -41
  48. package/node_modules/aws-sdk/clients/ssm.d.ts +38 -13
  49. package/node_modules/aws-sdk/clients/wafv2.d.ts +23 -3
  50. package/node_modules/aws-sdk/clients/workspaces.d.ts +1 -1
  51. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +211 -108
  52. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2388 -2182
  53. package/node_modules/aws-sdk/dist/aws-sdk.js +931 -390
  54. package/node_modules/aws-sdk/dist/aws-sdk.min.js +101 -101
  55. package/node_modules/aws-sdk/lib/core.js +1 -1
  56. package/node_modules/aws-sdk/lib/credentials/remote_credentials.js +14 -2
  57. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  58. package/node_modules/aws-sdk/package.json +1 -1
  59. package/node_modules/call-bind/CHANGELOG.md +9 -0
  60. package/node_modules/call-bind/index.js +1 -1
  61. package/node_modules/call-bind/package.json +10 -6
  62. package/node_modules/define-data-property/CHANGELOG.md +11 -0
  63. package/node_modules/define-data-property/index.js +2 -2
  64. package/node_modules/define-data-property/package.json +19 -18
  65. package/node_modules/define-data-property/test/index.js +7 -7
  66. package/node_modules/es-errors/.eslintrc +5 -0
  67. package/node_modules/es-errors/.github/FUNDING.yml +12 -0
  68. package/node_modules/es-errors/CHANGELOG.md +40 -0
  69. package/node_modules/es-errors/LICENSE +21 -0
  70. package/node_modules/es-errors/README.md +55 -0
  71. package/node_modules/es-errors/eval.d.ts +3 -0
  72. package/node_modules/es-errors/eval.js +4 -0
  73. package/node_modules/es-errors/index.d.ts +3 -0
  74. package/node_modules/es-errors/index.js +4 -0
  75. package/node_modules/es-errors/package.json +80 -0
  76. package/node_modules/es-errors/range.d.ts +3 -0
  77. package/node_modules/es-errors/range.js +4 -0
  78. package/node_modules/es-errors/ref.d.ts +3 -0
  79. package/node_modules/es-errors/ref.js +4 -0
  80. package/node_modules/es-errors/syntax.d.ts +3 -0
  81. package/node_modules/es-errors/syntax.js +4 -0
  82. package/node_modules/es-errors/test/index.js +19 -0
  83. package/node_modules/es-errors/tsconfig.json +49 -0
  84. package/node_modules/es-errors/type.d.ts +3 -0
  85. package/node_modules/es-errors/type.js +4 -0
  86. package/node_modules/es-errors/uri.d.ts +3 -0
  87. package/node_modules/es-errors/uri.js +4 -0
  88. package/node_modules/get-intrinsic/CHANGELOG.md +18 -0
  89. package/node_modules/get-intrinsic/index.js +15 -7
  90. package/node_modules/get-intrinsic/package.json +12 -12
  91. package/node_modules/has-tostringtag/.eslintrc +0 -6
  92. package/node_modules/has-tostringtag/.nycrc +13 -0
  93. package/node_modules/has-tostringtag/CHANGELOG.md +22 -0
  94. package/node_modules/has-tostringtag/index.d.ts +3 -0
  95. package/node_modules/has-tostringtag/index.js +1 -0
  96. package/node_modules/has-tostringtag/package.json +37 -13
  97. package/node_modules/has-tostringtag/shams.d.ts +3 -0
  98. package/node_modules/has-tostringtag/shams.js +1 -0
  99. package/node_modules/has-tostringtag/test/shams/core-js.js +3 -0
  100. package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +2 -0
  101. package/node_modules/has-tostringtag/test/tests.js +2 -1
  102. package/node_modules/has-tostringtag/tsconfig.json +49 -0
  103. package/node_modules/is-typed-array/CHANGELOG.md +10 -0
  104. package/node_modules/is-typed-array/index.d.ts +16 -0
  105. package/node_modules/is-typed-array/index.js +1 -0
  106. package/node_modules/is-typed-array/package.json +18 -7
  107. package/node_modules/is-typed-array/test/index.js +9 -1
  108. package/node_modules/is-typed-array/tsconfig.json +49 -0
  109. package/node_modules/set-function-length/CHANGELOG.md +8 -0
  110. package/node_modules/set-function-length/index.js +1 -1
  111. package/node_modules/set-function-length/package.json +7 -6
  112. package/node_modules/which-typed-array/CHANGELOG.md +9 -0
  113. package/node_modules/which-typed-array/index.d.ts +16 -0
  114. package/node_modules/which-typed-array/index.js +39 -18
  115. package/node_modules/which-typed-array/package.json +18 -7
  116. package/node_modules/which-typed-array/test/index.js +9 -1
  117. package/node_modules/which-typed-array/tsconfig.json +49 -0
  118. package/package.json +4 -4
  119. package/node_modules/available-typed-arrays/.eslintignore +0 -1
@@ -327,11 +327,11 @@ declare class DynamoDB extends DynamoDBCustomizations {
327
327
  */
328
328
  restoreTableFromBackup(callback?: (err: AWSError, data: DynamoDB.Types.RestoreTableFromBackupOutput) => void): Request<DynamoDB.Types.RestoreTableFromBackupOutput, AWSError>;
329
329
  /**
330
- * Restores the specified table to the specified point in time within EarliestRestorableDateTime and LatestRestorableDateTime. You can restore your table to any point in time during the last 35 days. Any number of users can execute up to 4 concurrent restores (any type of restore) in a given account. When you restore using point in time recovery, DynamoDB restores your table data to the state based on the selected date and time (day:hour:minute:second) to a new table. Along with data, the following are also included on the new restored table using point in time recovery: Global secondary indexes (GSIs) Local secondary indexes (LSIs) Provisioned read and write capacity Encryption settings All these settings come from the current settings of the source table at the time of restore. You must manually set up the following on the restored table: Auto scaling policies IAM policies Amazon CloudWatch metrics and alarms Tags Stream settings Time to Live (TTL) settings Point in time recovery settings
330
+ * Restores the specified table to the specified point in time within EarliestRestorableDateTime and LatestRestorableDateTime. You can restore your table to any point in time during the last 35 days. Any number of users can execute up to 50 concurrent restores (any type of restore) in a given account. When you restore using point in time recovery, DynamoDB restores your table data to the state based on the selected date and time (day:hour:minute:second) to a new table. Along with data, the following are also included on the new restored table using point in time recovery: Global secondary indexes (GSIs) Local secondary indexes (LSIs) Provisioned read and write capacity Encryption settings All these settings come from the current settings of the source table at the time of restore. You must manually set up the following on the restored table: Auto scaling policies IAM policies Amazon CloudWatch metrics and alarms Tags Stream settings Time to Live (TTL) settings Point in time recovery settings
331
331
  */
332
332
  restoreTableToPointInTime(params: DynamoDB.Types.RestoreTableToPointInTimeInput, callback?: (err: AWSError, data: DynamoDB.Types.RestoreTableToPointInTimeOutput) => void): Request<DynamoDB.Types.RestoreTableToPointInTimeOutput, AWSError>;
333
333
  /**
334
- * Restores the specified table to the specified point in time within EarliestRestorableDateTime and LatestRestorableDateTime. You can restore your table to any point in time during the last 35 days. Any number of users can execute up to 4 concurrent restores (any type of restore) in a given account. When you restore using point in time recovery, DynamoDB restores your table data to the state based on the selected date and time (day:hour:minute:second) to a new table. Along with data, the following are also included on the new restored table using point in time recovery: Global secondary indexes (GSIs) Local secondary indexes (LSIs) Provisioned read and write capacity Encryption settings All these settings come from the current settings of the source table at the time of restore. You must manually set up the following on the restored table: Auto scaling policies IAM policies Amazon CloudWatch metrics and alarms Tags Stream settings Time to Live (TTL) settings Point in time recovery settings
334
+ * Restores the specified table to the specified point in time within EarliestRestorableDateTime and LatestRestorableDateTime. You can restore your table to any point in time during the last 35 days. Any number of users can execute up to 50 concurrent restores (any type of restore) in a given account. When you restore using point in time recovery, DynamoDB restores your table data to the state based on the selected date and time (day:hour:minute:second) to a new table. Along with data, the following are also included on the new restored table using point in time recovery: Global secondary indexes (GSIs) Local secondary indexes (LSIs) Provisioned read and write capacity Encryption settings All these settings come from the current settings of the source table at the time of restore. You must manually set up the following on the restored table: Auto scaling policies IAM policies Amazon CloudWatch metrics and alarms Tags Stream settings Time to Live (TTL) settings Point in time recovery settings
335
335
  */
336
336
  restoreTableToPointInTime(callback?: (err: AWSError, data: DynamoDB.Types.RestoreTableToPointInTimeOutput) => void): Request<DynamoDB.Types.RestoreTableToPointInTimeOutput, AWSError>;
337
337
  /**
@@ -3914,7 +3914,7 @@ declare namespace DynamoDB {
3914
3914
  */
3915
3915
  GlobalSecondaryIndexUpdates?: GlobalSecondaryIndexUpdateList;
3916
3916
  /**
3917
- * Represents the DynamoDB Streams configuration for the table. You receive a ResourceInUseException if you try to enable a stream on a table that already has a stream, or if you try to disable a stream on a table that doesn't have a stream.
3917
+ * Represents the DynamoDB Streams configuration for the table. You receive a ValidationException if you try to enable a stream on a table that already has a stream, or if you try to disable a stream on a table that doesn't have a stream.
3918
3918
  */
3919
3919
  StreamSpecification?: StreamSpecification;
3920
3920
  /**
@@ -968,7 +968,7 @@ declare namespace ECS {
968
968
  */
969
969
  healthCheck?: HealthCheck;
970
970
  /**
971
- * A list of namespaced kernel parameters to set in the container. This parameter maps to Sysctls in the Create a container section of the Docker Remote API and the --sysctl option to docker run. For example, you can configure net.ipv4.tcp_keepalive_time setting to maintain longer lived connections. We don't recommended that you specify network-related systemControls parameters for multiple containers in a single task that also uses either the awsvpc or host network modes. For tasks that use the awsvpc network mode, the container that's started last determines which systemControls parameters take effect. For tasks that use the host network mode, it changes the container instance's namespaced kernel parameters as well as the containers. This parameter is not supported for Windows containers. This parameter is only supported for tasks that are hosted on Fargate if the tasks are using platform version 1.4.0 or later (Linux). This isn't supported for Windows containers on Fargate.
971
+ * A list of namespaced kernel parameters to set in the container. This parameter maps to Sysctls in the Create a container section of the Docker Remote API and the --sysctl option to docker run. For example, you can configure net.ipv4.tcp_keepalive_time setting to maintain longer lived connections.
972
972
  */
973
973
  systemControls?: SystemControls;
974
974
  /**
@@ -2564,7 +2564,7 @@ declare namespace ECS {
2564
2564
  */
2565
2565
  loadBalancerName?: String;
2566
2566
  /**
2567
- * The name of the container (as it appears in a container definition) to associate with the load balancer.
2567
+ * The name of the container (as it appears in a container definition) to associate with the load balancer. You need to specify the container name when configuring the target group for an Amazon ECS load balancer.
2568
2568
  */
2569
2569
  containerName?: String;
2570
2570
  /**
@@ -2997,7 +2997,7 @@ declare namespace ECS {
2997
2997
  */
2998
2998
  inferenceAccelerators?: InferenceAccelerators;
2999
2999
  /**
3000
- * The amount of ephemeral storage to allocate for the task. This parameter is used to expand the total amount of ephemeral storage available, beyond the default amount, for tasks hosted on Fargate. For more information, see Fargate task storage in the Amazon ECS User Guide for Fargate. For tasks using the Fargate launch type, the task requires the following platforms: Linux platform version 1.4.0 or later. Windows platform version 1.0.0 or later.
3000
+ * The amount of ephemeral storage to allocate for the task. This parameter is used to expand the total amount of ephemeral storage available, beyond the default amount, for tasks hosted on Fargate. For more information, see Using data volumes in tasks in the Amazon ECS Developer Guide. For tasks using the Fargate launch type, the task requires the following platforms: Linux platform version 1.4.0 or later. Windows platform version 1.0.0 or later.
3001
3001
  */
3002
3002
  ephemeralStorage?: EphemeralStorage;
3003
3003
  /**
@@ -3087,7 +3087,7 @@ declare namespace ECS {
3087
3087
  */
3088
3088
  group?: String;
3089
3089
  /**
3090
- * The infrastructure to run your standalone task on. For more information, see Amazon ECS launch types in the Amazon Elastic Container Service Developer Guide. The FARGATE launch type runs your tasks on Fargate On-Demand infrastructure. Fargate Spot infrastructure is available for use but a capacity provider strategy must be used. For more information, see Fargate capacity providers in the Amazon ECS User Guide for Fargate. The EC2 launch type runs your tasks on Amazon EC2 instances registered to your cluster. The EXTERNAL launch type runs your tasks on your on-premises server or virtual machine (VM) capacity registered to your cluster. A task can use either a launch type or a capacity provider strategy. If a launchType is specified, the capacityProviderStrategy parameter must be omitted. When you use cluster auto scaling, you must specify capacityProviderStrategy and not launchType.
3090
+ * The infrastructure to run your standalone task on. For more information, see Amazon ECS launch types in the Amazon Elastic Container Service Developer Guide. The FARGATE launch type runs your tasks on Fargate On-Demand infrastructure. Fargate Spot infrastructure is available for use but a capacity provider strategy must be used. For more information, see Fargate capacity providers in the Amazon ECS Developer Guide. The EC2 launch type runs your tasks on Amazon EC2 instances registered to your cluster. The EXTERNAL launch type runs your tasks on your on-premises server or virtual machine (VM) capacity registered to your cluster. A task can use either a launch type or a capacity provider strategy. If a launchType is specified, the capacityProviderStrategy parameter must be omitted. When you use cluster auto scaling, you must specify capacityProviderStrategy and not launchType.
3091
3091
  */
3092
3092
  launchType?: LaunchType;
3093
3093
  /**
@@ -3861,7 +3861,7 @@ declare namespace ECS {
3861
3861
  */
3862
3862
  startedBy?: String;
3863
3863
  /**
3864
- * The stop code indicating why a task was stopped. The stoppedReason might contain additional details. For more information about stop code, see Stopped tasks error codes in the Amazon ECS User Guide.
3864
+ * The stop code indicating why a task was stopped. The stoppedReason might contain additional details. For more information about stop code, see Stopped tasks error codes in the Amazon ECS Developer Guide.
3865
3865
  */
3866
3866
  stopCode?: TaskStopCode;
3867
3867
  /**
@@ -705,11 +705,11 @@ declare namespace ELBv2 {
705
705
  */
706
706
  Name: LoadBalancerName;
707
707
  /**
708
- * The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. To specify an Elastic IP address, specify subnet mappings instead of subnets. [Application Load Balancers] You must specify subnets from at least two Availability Zones. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones.
708
+ * The IDs of the subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. To specify an Elastic IP address, specify subnet mappings instead of subnets. [Application Load Balancers] You must specify subnets from at least two Availability Zones. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones.
709
709
  */
710
710
  Subnets?: Subnets;
711
711
  /**
712
- * The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet. For internet-facing load balancer, you can specify one IPv6 address per subnet. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones. You cannot specify Elastic IP addresses for your subnets.
712
+ * The IDs of the subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet. For internet-facing load balancer, you can specify one IPv6 address per subnet. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones. You cannot specify Elastic IP addresses for your subnets.
713
713
  */
714
714
  SubnetMappings?: SubnetMappings;
715
715
  /**
@@ -2019,7 +2019,7 @@ declare namespace ELBv2 {
2019
2019
  }
2020
2020
  export interface SourceIpConditionConfig {
2021
2021
  /**
2022
- * The source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported. If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig.
2022
+ * The source IP addresses, in CIDR format. You can use both IPv4 and IPv6 addresses. Wildcards are not supported. If you specify multiple addresses, the condition is satisfied if the source IP address of the request matches one of the CIDR blocks. This condition is not satisfied by the addresses in the X-Forwarded-For header. To search for addresses in the X-Forwarded-For header, use HttpHeaderConditionConfig. The total number of values must be less than, or equal to five.
2023
2023
  */
2024
2024
  Values?: ListOfString;
2025
2025
  }
@@ -2188,7 +2188,7 @@ declare namespace ELBv2 {
2188
2188
  export type TargetGroupArns = TargetGroupArn[];
2189
2189
  export interface TargetGroupAttribute {
2190
2190
  /**
2191
- * The name of the attribute. The following attributes are supported by all load balancers: deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported. stickiness.enabled - Indicates whether target stickiness is enabled. The value is true or false. The default is false. stickiness.type - Indicates the type of stickiness. The possible values are: lb_cookie and app_cookie for Application Load Balancers. source_ip for Network Load Balancers. source_ip_dest_ip and source_ip_dest_ip_proto for Gateway Load Balancers. The following attributes are supported by Application Load Balancers and Network Load Balancers: load_balancing.cross_zone.enabled - Indicates whether cross zone load balancing is enabled. The value is true, false or use_load_balancer_configuration. The default is use_load_balancer_configuration. target_group_health.dns_failover.minimum_healthy_targets.count - The minimum number of targets that must be healthy. If the number of healthy targets is below this value, mark the zone as unhealthy in DNS, so that traffic is routed only to healthy zones. The possible values are off or an integer from 1 to the maximum number of targets. The default is off. target_group_health.dns_failover.minimum_healthy_targets.percentage - The minimum percentage of targets that must be healthy. If the percentage of healthy targets is below this value, mark the zone as unhealthy in DNS, so that traffic is routed only to healthy zones. The possible values are off or an integer from 1 to 100. The default is off. target_group_health.unhealthy_state_routing.minimum_healthy_targets.count - The minimum number of targets that must be healthy. If the number of healthy targets is below this value, send traffic to all targets, including unhealthy targets. The possible values are 1 to the maximum number of targets. The default is 1. target_group_health.unhealthy_state_routing.minimum_healthy_targets.percentage - The minimum percentage of targets that must be healthy. If the percentage of healthy targets is below this value, send traffic to all targets, including unhealthy targets. The possible values are off or an integer from 1 to 100. The default is off. The following attributes are supported only if the load balancer is an Application Load Balancer and the target is an instance or an IP address: load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin, least_outstanding_requests, or weighted_random. The default is round_robin. load_balancing.algorithm.anomaly_mitigation - Only available when load_balancing.algorithm.type is weighted_random. Indicates whether anomaly mitigation is enabled. The value is on or off. The default is off. slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives an increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). The default is 0 seconds (disabled). stickiness.app_cookie.cookie_name - Indicates the name of the application-based cookie. Names that start with the following prefixes are not allowed: AWSALB, AWSALBAPP, and AWSALBTG; they're reserved for use by the load balancer. stickiness.app_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the application-based cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds). stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds). The following attribute is supported only if the load balancer is an Application Load Balancer and the target is a Lambda function: lambda.multi_value_headers.enabled - Indicates whether the request and response headers that are exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client. The following attributes are supported only by Network Load Balancers: deregistration_delay.connection_termination.enabled - Indicates whether the load balancer terminates connections at the end of the deregistration timeout. The value is true or false. For new UDP/TCP_UDP target groups the default is true. Otherwise, the default is false. preserve_client_ip.enabled - Indicates whether client IP preservation is enabled. The value is true or false. The default is disabled if the target group type is IP address and the target group protocol is TCP or TLS. Otherwise, the default is enabled. Client IP preservation cannot be disabled for UDP and TCP_UDP target groups. proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false. target_health_state.unhealthy.connection_termination.enabled - Indicates whether the load balancer terminates connections to unhealthy targets. The value is true or false. The default is true. The following attributes are supported only by Gateway Load Balancers: target_failover.on_deregistration - Indicates how the Gateway Load Balancer handles existing flows when a target is deregistered. The possible values are rebalance and no_rebalance. The default is no_rebalance. The two attributes (target_failover.on_deregistration and target_failover.on_unhealthy) can't be set independently. The value you set for both attributes must be the same. target_failover.on_unhealthy - Indicates how the Gateway Load Balancer handles existing flows when a target is unhealthy. The possible values are rebalance and no_rebalance. The default is no_rebalance. The two attributes (target_failover.on_deregistration and target_failover.on_unhealthy) cannot be set independently. The value you set for both attributes must be the same.
2191
+ * The name of the attribute. The following attributes are supported by all load balancers: deregistration_delay.timeout_seconds - The amount of time, in seconds, for Elastic Load Balancing to wait before changing the state of a deregistering target from draining to unused. The range is 0-3600 seconds. The default value is 300 seconds. If the target is a Lambda function, this attribute is not supported. stickiness.enabled - Indicates whether target stickiness is enabled. The value is true or false. The default is false. stickiness.type - Indicates the type of stickiness. The possible values are: lb_cookie and app_cookie for Application Load Balancers. source_ip for Network Load Balancers. source_ip_dest_ip and source_ip_dest_ip_proto for Gateway Load Balancers. The following attributes are supported by Application Load Balancers and Network Load Balancers: load_balancing.cross_zone.enabled - Indicates whether cross zone load balancing is enabled. The value is true, false or use_load_balancer_configuration. The default is use_load_balancer_configuration. target_group_health.dns_failover.minimum_healthy_targets.count - The minimum number of targets that must be healthy. If the number of healthy targets is below this value, mark the zone as unhealthy in DNS, so that traffic is routed only to healthy zones. The possible values are off or an integer from 1 to the maximum number of targets. The default is off. target_group_health.dns_failover.minimum_healthy_targets.percentage - The minimum percentage of targets that must be healthy. If the percentage of healthy targets is below this value, mark the zone as unhealthy in DNS, so that traffic is routed only to healthy zones. The possible values are off or an integer from 1 to 100. The default is off. target_group_health.unhealthy_state_routing.minimum_healthy_targets.count - The minimum number of targets that must be healthy. If the number of healthy targets is below this value, send traffic to all targets, including unhealthy targets. The possible values are 1 to the maximum number of targets. The default is 1. target_group_health.unhealthy_state_routing.minimum_healthy_targets.percentage - The minimum percentage of targets that must be healthy. If the percentage of healthy targets is below this value, send traffic to all targets, including unhealthy targets. The possible values are off or an integer from 1 to 100. The default is off. The following attributes are supported only if the load balancer is an Application Load Balancer and the target is an instance or an IP address: load_balancing.algorithm.type - The load balancing algorithm determines how the load balancer selects targets when routing requests. The value is round_robin, least_outstanding_requests, or weighted_random. The default is round_robin. load_balancing.algorithm.anomaly_mitigation - Only available when load_balancing.algorithm.type is weighted_random. Indicates whether anomaly mitigation is enabled. The value is on or off. The default is off. slow_start.duration_seconds - The time period, in seconds, during which a newly registered target receives an increasing share of the traffic to the target group. After this time period ends, the target receives its full share of traffic. The range is 30-900 seconds (15 minutes). The default is 0 seconds (disabled). stickiness.app_cookie.cookie_name - Indicates the name of the application-based cookie. Names that start with the following prefixes are not allowed: AWSALB, AWSALBAPP, and AWSALBTG; they're reserved for use by the load balancer. stickiness.app_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the application-based cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds). stickiness.lb_cookie.duration_seconds - The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds). The following attribute is supported only if the load balancer is an Application Load Balancer and the target is a Lambda function: lambda.multi_value_headers.enabled - Indicates whether the request and response headers that are exchanged between the load balancer and the Lambda function include arrays of values or strings. The value is true or false. The default is false. If the value is false and the request contains a duplicate header field name or query parameter key, the load balancer uses the last value sent by the client. The following attributes are supported only by Network Load Balancers: deregistration_delay.connection_termination.enabled - Indicates whether the load balancer terminates connections at the end of the deregistration timeout. The value is true or false. For new UDP/TCP_UDP target groups the default is true. Otherwise, the default is false. preserve_client_ip.enabled - Indicates whether client IP preservation is enabled. The value is true or false. The default is disabled if the target group type is IP address and the target group protocol is TCP or TLS. Otherwise, the default is enabled. Client IP preservation cannot be disabled for UDP and TCP_UDP target groups. proxy_protocol_v2.enabled - Indicates whether Proxy Protocol version 2 is enabled. The value is true or false. The default is false. target_health_state.unhealthy.connection_termination.enabled - Indicates whether the load balancer terminates connections to unhealthy targets. The value is true or false. The default is true. target_health_state.unhealthy.draining_interval_seconds - The amount of time for Elastic Load Balancing to wait before changing the state of an unhealthy target from unhealthy.draining to unhealthy. The range is 0-360000 seconds. The default value is 0 seconds. Note: This attribute can only be configured when target_health_state.unhealthy.connection_termination.enabled is false. The following attributes are supported only by Gateway Load Balancers: target_failover.on_deregistration - Indicates how the Gateway Load Balancer handles existing flows when a target is deregistered. The possible values are rebalance and no_rebalance. The default is no_rebalance. The two attributes (target_failover.on_deregistration and target_failover.on_unhealthy) can't be set independently. The value you set for both attributes must be the same. target_failover.on_unhealthy - Indicates how the Gateway Load Balancer handles existing flows when a target is unhealthy. The possible values are rebalance and no_rebalance. The default is no_rebalance. The two attributes (target_failover.on_deregistration and target_failover.on_unhealthy) cannot be set independently. The value you set for both attributes must be the same.
2192
2192
  */
2193
2193
  Key?: TargetGroupAttributeKey;
2194
2194
  /**
@@ -2261,7 +2261,7 @@ declare namespace ELBv2 {
2261
2261
  }
2262
2262
  export type TargetHealthDescriptions = TargetHealthDescription[];
2263
2263
  export type TargetHealthReasonEnum = "Elb.RegistrationInProgress"|"Elb.InitialHealthChecking"|"Target.ResponseCodeMismatch"|"Target.Timeout"|"Target.FailedHealthChecks"|"Target.NotRegistered"|"Target.NotInUse"|"Target.DeregistrationInProgress"|"Target.InvalidState"|"Target.IpUnusable"|"Target.HealthCheckDisabled"|"Elb.InternalError"|string;
2264
- export type TargetHealthStateEnum = "initial"|"healthy"|"unhealthy"|"unused"|"draining"|"unavailable"|string;
2264
+ export type TargetHealthStateEnum = "initial"|"healthy"|"unhealthy"|"unhealthy.draining"|"unused"|"draining"|"unavailable"|string;
2265
2265
  export type TargetId = string;
2266
2266
  export type TargetTypeEnum = "instance"|"ip"|"lambda"|"alb"|string;
2267
2267
  export type TotalRevokedEntries = number;
@@ -43,6 +43,14 @@ declare class ES extends Service {
43
43
  * Provides access to an Amazon OpenSearch Service domain through the use of an interface VPC endpoint.
44
44
  */
45
45
  authorizeVpcEndpointAccess(callback?: (err: AWSError, data: ES.Types.AuthorizeVpcEndpointAccessResponse) => void): Request<ES.Types.AuthorizeVpcEndpointAccessResponse, AWSError>;
46
+ /**
47
+ * Cancels a pending configuration change on an Amazon OpenSearch Service domain.
48
+ */
49
+ cancelDomainConfigChange(params: ES.Types.CancelDomainConfigChangeRequest, callback?: (err: AWSError, data: ES.Types.CancelDomainConfigChangeResponse) => void): Request<ES.Types.CancelDomainConfigChangeResponse, AWSError>;
50
+ /**
51
+ * Cancels a pending configuration change on an Amazon OpenSearch Service domain.
52
+ */
53
+ cancelDomainConfigChange(callback?: (err: AWSError, data: ES.Types.CancelDomainConfigChangeResponse) => void): Request<ES.Types.CancelDomainConfigChangeResponse, AWSError>;
46
54
  /**
47
55
  * Cancels a scheduled service software update for an Amazon ES domain. You can only perform this operation before the AutomatedUpdateDate and when the UpdateStatus is in the PENDING_UPDATE state.
48
56
  */
@@ -667,6 +675,30 @@ declare namespace ES {
667
675
  export type AutoTuneType = "SCHEDULED_ACTION"|string;
668
676
  export type BackendRole = string;
669
677
  export type Boolean = boolean;
678
+ export interface CancelDomainConfigChangeRequest {
679
+ /**
680
+ * Name of the OpenSearch Service domain configuration request to cancel.
681
+ */
682
+ DomainName: DomainName;
683
+ /**
684
+ * When set to True, returns the list of change IDs and properties that will be cancelled without actually cancelling the change.
685
+ */
686
+ DryRun?: DryRun;
687
+ }
688
+ export interface CancelDomainConfigChangeResponse {
689
+ /**
690
+ * Whether or not the request was a dry run. If True, the changes were not actually cancelled.
691
+ */
692
+ DryRun?: DryRun;
693
+ /**
694
+ * The unique identifiers of the changes that were cancelled.
695
+ */
696
+ CancelledChangeIds?: GUIDList;
697
+ /**
698
+ * The domain change properties that were cancelled.
699
+ */
700
+ CancelledChangeProperties?: CancelledChangePropertyList;
701
+ }
670
702
  export interface CancelElasticsearchServiceSoftwareUpdateRequest {
671
703
  /**
672
704
  * The name of the domain that you want to stop the latest service software update on.
@@ -679,6 +711,21 @@ declare namespace ES {
679
711
  */
680
712
  ServiceSoftwareOptions?: ServiceSoftwareOptions;
681
713
  }
714
+ export interface CancelledChangeProperty {
715
+ /**
716
+ * The name of the property whose change was cancelled.
717
+ */
718
+ PropertyName?: String;
719
+ /**
720
+ * The pending value of the property that was cancelled. This would have been the eventual value of the property if the chance had not been cancelled.
721
+ */
722
+ CancelledValue?: String;
723
+ /**
724
+ * The current value of the property, after the change was cancelled.
725
+ */
726
+ ActiveValue?: String;
727
+ }
728
+ export type CancelledChangePropertyList = CancelledChangeProperty[];
682
729
  export interface ChangeProgressDetails {
683
730
  /**
684
731
  * The unique change identifier associated with a specific domain configuration change.
@@ -688,6 +735,22 @@ declare namespace ES {
688
735
  * Contains an optional message associated with the domain configuration change.
689
736
  */
690
737
  Message?: Message;
738
+ /**
739
+ * The current status of the configuration change.
740
+ */
741
+ ConfigChangeStatus?: ConfigChangeStatus;
742
+ /**
743
+ * The time that the configuration change was initiated, in Universal Coordinated Time (UTC).
744
+ */
745
+ StartTime?: UpdateTimestamp;
746
+ /**
747
+ * The last time that the configuration change was updated.
748
+ */
749
+ LastUpdatedTime?: UpdateTimestamp;
750
+ /**
751
+ * The IAM principal who initiated the configuration change.
752
+ */
753
+ InitiatedBy?: InitiatedBy;
691
754
  }
692
755
  export interface ChangeProgressStage {
693
756
  /**
@@ -739,6 +802,18 @@ declare namespace ES {
739
802
  * The specific stages that the domain is going through to perform the configuration change.
740
803
  */
741
804
  ChangeProgressStages?: ChangeProgressStageList;
805
+ /**
806
+ * The current status of the configuration change.
807
+ */
808
+ ConfigChangeStatus?: ConfigChangeStatus;
809
+ /**
810
+ * The last time that the status of the configuration change was updated.
811
+ */
812
+ LastUpdatedTime?: UpdateTimestamp;
813
+ /**
814
+ * The IAM principal who initiated the configuration change.
815
+ */
816
+ InitiatedBy?: InitiatedBy;
742
817
  }
743
818
  export type ClientToken = string;
744
819
  export type CloudWatchLogsLogGroupArn = string;
@@ -785,6 +860,7 @@ declare namespace ES {
785
860
  SourceVersion?: ElasticsearchVersionString;
786
861
  TargetVersions?: ElasticsearchVersionList;
787
862
  }
863
+ export type ConfigChangeStatus = "Pending"|"Initializing"|"Validating"|"ValidationFailed"|"ApplyingChanges"|"Completed"|"PendingUserInput"|"Cancelled"|string;
788
864
  export type ConnectionAlias = string;
789
865
  export interface CreateElasticsearchDomainRequest {
790
866
  /**
@@ -1352,6 +1428,7 @@ declare namespace ES {
1352
1428
  }
1353
1429
  export type DomainPackageDetailsList = DomainPackageDetails[];
1354
1430
  export type DomainPackageStatus = "ASSOCIATING"|"ASSOCIATION_FAILED"|"ACTIVE"|"DISSOCIATING"|"DISSOCIATION_FAILED"|string;
1431
+ export type DomainProcessingStatusType = "Creating"|"Active"|"Modifying"|"UpgradingEngineVersion"|"UpdatingServiceSoftware"|"Isolated"|"Deleting"|string;
1355
1432
  export type Double = number;
1356
1433
  export type DryRun = boolean;
1357
1434
  export interface DryRunResults {
@@ -1526,6 +1603,10 @@ declare namespace ES {
1526
1603
  * Specifies change details of the domain configuration change.
1527
1604
  */
1528
1605
  ChangeProgressDetails?: ChangeProgressDetails;
1606
+ /**
1607
+ * Information about the domain properties that are currently being modified.
1608
+ */
1609
+ ModifyingProperties?: ModifyingPropertiesList;
1529
1610
  }
1530
1611
  export interface ElasticsearchDomainStatus {
1531
1612
  /**
@@ -1625,6 +1706,14 @@ declare namespace ES {
1625
1706
  * Specifies change details of the domain configuration change.
1626
1707
  */
1627
1708
  ChangeProgressDetails?: ChangeProgressDetails;
1709
+ /**
1710
+ * The status of any changes that are currently in progress for the domain.
1711
+ */
1712
+ DomainProcessingStatus?: DomainProcessingStatusType;
1713
+ /**
1714
+ * Information about the domain properties that are currently being modified.
1715
+ */
1716
+ ModifyingProperties?: ModifyingPropertiesList;
1628
1717
  }
1629
1718
  export type ElasticsearchDomainStatusList = ElasticsearchDomainStatus[];
1630
1719
  export type ElasticsearchInstanceTypeList = ESPartitionInstanceType[];
@@ -1681,6 +1770,7 @@ declare namespace ES {
1681
1770
  }
1682
1771
  export type FilterList = Filter[];
1683
1772
  export type GUID = string;
1773
+ export type GUIDList = GUID[];
1684
1774
  export interface GetCompatibleElasticsearchVersionsRequest {
1685
1775
  DomainName?: DomainName;
1686
1776
  }
@@ -1775,6 +1865,7 @@ declare namespace ES {
1775
1865
  }
1776
1866
  export type InboundCrossClusterSearchConnectionStatusCode = "PENDING_ACCEPTANCE"|"APPROVED"|"REJECTING"|"REJECTED"|"DELETING"|"DELETED"|string;
1777
1867
  export type InboundCrossClusterSearchConnections = InboundCrossClusterSearchConnection[];
1868
+ export type InitiatedBy = "CUSTOMER"|"SERVICE"|string;
1778
1869
  export type InstanceCount = number;
1779
1870
  export interface InstanceCountLimits {
1780
1871
  MinimumInstanceCount?: MinimumInstanceCount;
@@ -2006,6 +2097,25 @@ declare namespace ES {
2006
2097
  export type MaximumInstanceCount = number;
2007
2098
  export type Message = string;
2008
2099
  export type MinimumInstanceCount = number;
2100
+ export interface ModifyingProperties {
2101
+ /**
2102
+ * The name of the property that is currently being modified.
2103
+ */
2104
+ Name?: String;
2105
+ /**
2106
+ * The current value of the domain property that is being modified.
2107
+ */
2108
+ ActiveValue?: String;
2109
+ /**
2110
+ * The value that the property that is currently being modified will eventually have.
2111
+ */
2112
+ PendingValue?: String;
2113
+ /**
2114
+ * The type of value that is currently being modified. Properties can have two types: PLAIN_TEXT: Contain direct values such as "1", "True", or "c5.large.search". STRINGIFIED_JSON: Contain content in JSON format, such as {"Enabled":"True"}".
2115
+ */
2116
+ ValueType?: PropertyValueType;
2117
+ }
2118
+ export type ModifyingPropertiesList = ModifyingProperties[];
2009
2119
  export type NextToken = string;
2010
2120
  export interface NodeToNodeEncryptionOptions {
2011
2121
  /**
@@ -2150,6 +2260,7 @@ declare namespace ES {
2150
2260
  export type Password = string;
2151
2261
  export type PolicyDocument = string;
2152
2262
  export type PrincipalType = "AWS_ACCOUNT"|"AWS_SERVICE"|string;
2263
+ export type PropertyValueType = "PLAIN_TEXT"|"STRINGIFIED_JSON"|string;
2153
2264
  export interface PurchaseReservedElasticsearchInstanceOfferingRequest {
2154
2265
  /**
2155
2266
  * The ID of the reserved Elasticsearch instance offering to purchase.
@@ -2693,7 +2693,7 @@ declare namespace Glue {
2693
2693
  */
2694
2694
  OutputSchemas?: GlueSchemas;
2695
2695
  }
2696
- export type CatalogEncryptionMode = "DISABLED"|"SSE-KMS"|string;
2696
+ export type CatalogEncryptionMode = "DISABLED"|"SSE-KMS"|"SSE-KMS-WITH-SERVICE-ROLE"|string;
2697
2697
  export type CatalogEntries = CatalogEntry[];
2698
2698
  export interface CatalogEntry {
2699
2699
  /**
@@ -3501,7 +3501,7 @@ declare namespace Glue {
3501
3501
  */
3502
3502
  MatchCriteria?: MatchCriteria;
3503
3503
  /**
3504
- * These key-value pairs define parameters for the connection: HOST - The host URI: either the fully qualified domain name (FQDN) or the IPv4 address of the database host. PORT - The port number, between 1024 and 65535, of the port on which the database host is listening for database connections. USER_NAME - The name under which to log in to the database. The value string for USER_NAME is "USERNAME". PASSWORD - A password, if one is used, for the user name. ENCRYPTED_PASSWORD - When you enable connection password protection by setting ConnectionPasswordEncryption in the Data Catalog encryption settings, this field stores the encrypted password. JDBC_DRIVER_JAR_URI - The Amazon Simple Storage Service (Amazon S3) path of the JAR file that contains the JDBC driver to use. JDBC_DRIVER_CLASS_NAME - The class name of the JDBC driver to use. JDBC_ENGINE - The name of the JDBC engine to use. JDBC_ENGINE_VERSION - The version of the JDBC engine to use. CONFIG_FILES - (Reserved for future use.) INSTANCE_ID - The instance ID to use. JDBC_CONNECTION_URL - The URL for connecting to a JDBC data source. JDBC_ENFORCE_SSL - A Boolean string (true, false) specifying whether Secure Sockets Layer (SSL) with hostname matching is enforced for the JDBC connection on the client. The default is false. CUSTOM_JDBC_CERT - An Amazon S3 location specifying the customer's root certificate. Glue uses this root certificate to validate the customer’s certificate when connecting to the customer database. Glue only handles X.509 certificates. The certificate provided must be DER-encoded and supplied in Base64 encoding PEM format. SKIP_CUSTOM_JDBC_CERT_VALIDATION - By default, this is false. Glue validates the Signature algorithm and Subject Public Key Algorithm for the customer certificate. The only permitted algorithms for the Signature algorithm are SHA256withRSA, SHA384withRSA or SHA512withRSA. For the Subject Public Key Algorithm, the key length must be at least 2048. You can set the value of this property to true to skip Glue’s validation of the customer certificate. CUSTOM_JDBC_CERT_STRING - A custom JDBC certificate string which is used for domain match or distinguished name match to prevent a man-in-the-middle attack. In Oracle database, this is used as the SSL_SERVER_CERT_DN; in Microsoft SQL Server, this is used as the hostNameInCertificate. CONNECTION_URL - The URL for connecting to a general (non-JDBC) data source. SECRET_ID - The secret ID used for the secret manager of credentials. CONNECTOR_URL - The connector URL for a MARKETPLACE or CUSTOM connection. CONNECTOR_TYPE - The connector type for a MARKETPLACE or CUSTOM connection. CONNECTOR_CLASS_NAME - The connector class name for a MARKETPLACE or CUSTOM connection. KAFKA_BOOTSTRAP_SERVERS - A comma-separated list of host and port pairs that are the addresses of the Apache Kafka brokers in a Kafka cluster to which a Kafka client will connect to and bootstrap itself. KAFKA_SSL_ENABLED - Whether to enable or disable SSL on an Apache Kafka connection. Default value is "true". KAFKA_CUSTOM_CERT - The Amazon S3 URL for the private CA cert file (.pem format). The default is an empty string. KAFKA_SKIP_CUSTOM_CERT_VALIDATION - Whether to skip the validation of the CA cert file or not. Glue validates for three algorithms: SHA256withRSA, SHA384withRSA and SHA512withRSA. Default value is "false". KAFKA_CLIENT_KEYSTORE - The Amazon S3 location of the client keystore file for Kafka client side authentication (Optional). KAFKA_CLIENT_KEYSTORE_PASSWORD - The password to access the provided keystore (Optional). KAFKA_CLIENT_KEY_PASSWORD - A keystore can consist of multiple keys, so this is the password to access the client key to be used with the Kafka server side key (Optional). ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD - The encrypted version of the Kafka client keystore password (if the user has the Glue encrypt passwords setting selected). ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD - The encrypted version of the Kafka client key password (if the user has the Glue encrypt passwords setting selected). KAFKA_SASL_MECHANISM - "SCRAM-SHA-512", "GSSAPI", or "AWS_MSK_IAM". These are the supported SASL Mechanisms. KAFKA_SASL_SCRAM_USERNAME - A plaintext username used to authenticate with the "SCRAM-SHA-512" mechanism. KAFKA_SASL_SCRAM_PASSWORD - A plaintext password used to authenticate with the "SCRAM-SHA-512" mechanism. ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD - The encrypted version of the Kafka SASL SCRAM password (if the user has the Glue encrypt passwords setting selected). KAFKA_SASL_SCRAM_SECRETS_ARN - The Amazon Resource Name of a secret in Amazon Web Services Secrets Manager. KAFKA_SASL_GSSAPI_KEYTAB - The S3 location of a Kerberos keytab file. A keytab stores long-term keys for one or more principals. For more information, see MIT Kerberos Documentation: Keytab. KAFKA_SASL_GSSAPI_KRB5_CONF - The S3 location of a Kerberos krb5.conf file. A krb5.conf stores Kerberos configuration information, such as the location of the KDC server. For more information, see MIT Kerberos Documentation: krb5.conf. KAFKA_SASL_GSSAPI_SERVICE - The Kerberos service name, as set with sasl.kerberos.service.name in your Kafka Configuration. KAFKA_SASL_GSSAPI_PRINCIPAL - The name of the Kerberos princial used by Glue. For more information, see Kafka Documentation: Configuring Kafka Brokers.
3504
+ * These key-value pairs define parameters for the connection: HOST - The host URI: either the fully qualified domain name (FQDN) or the IPv4 address of the database host. PORT - The port number, between 1024 and 65535, of the port on which the database host is listening for database connections. USER_NAME - The name under which to log in to the database. The value string for USER_NAME is "USERNAME". PASSWORD - A password, if one is used, for the user name. ENCRYPTED_PASSWORD - When you enable connection password protection by setting ConnectionPasswordEncryption in the Data Catalog encryption settings, this field stores the encrypted password. JDBC_DRIVER_JAR_URI - The Amazon Simple Storage Service (Amazon S3) path of the JAR file that contains the JDBC driver to use. JDBC_DRIVER_CLASS_NAME - The class name of the JDBC driver to use. JDBC_ENGINE - The name of the JDBC engine to use. JDBC_ENGINE_VERSION - The version of the JDBC engine to use. CONFIG_FILES - (Reserved for future use.) INSTANCE_ID - The instance ID to use. JDBC_CONNECTION_URL - The URL for connecting to a JDBC data source. JDBC_ENFORCE_SSL - A Boolean string (true, false) specifying whether Secure Sockets Layer (SSL) with hostname matching is enforced for the JDBC connection on the client. The default is false. CUSTOM_JDBC_CERT - An Amazon S3 location specifying the customer's root certificate. Glue uses this root certificate to validate the customer’s certificate when connecting to the customer database. Glue only handles X.509 certificates. The certificate provided must be DER-encoded and supplied in Base64 encoding PEM format. SKIP_CUSTOM_JDBC_CERT_VALIDATION - By default, this is false. Glue validates the Signature algorithm and Subject Public Key Algorithm for the customer certificate. The only permitted algorithms for the Signature algorithm are SHA256withRSA, SHA384withRSA or SHA512withRSA. For the Subject Public Key Algorithm, the key length must be at least 2048. You can set the value of this property to true to skip Glue’s validation of the customer certificate. CUSTOM_JDBC_CERT_STRING - A custom JDBC certificate string which is used for domain match or distinguished name match to prevent a man-in-the-middle attack. In Oracle database, this is used as the SSL_SERVER_CERT_DN; in Microsoft SQL Server, this is used as the hostNameInCertificate. CONNECTION_URL - The URL for connecting to a general (non-JDBC) data source. SECRET_ID - The secret ID used for the secret manager of credentials. CONNECTOR_URL - The connector URL for a MARKETPLACE or CUSTOM connection. CONNECTOR_TYPE - The connector type for a MARKETPLACE or CUSTOM connection. CONNECTOR_CLASS_NAME - The connector class name for a MARKETPLACE or CUSTOM connection. KAFKA_BOOTSTRAP_SERVERS - A comma-separated list of host and port pairs that are the addresses of the Apache Kafka brokers in a Kafka cluster to which a Kafka client will connect to and bootstrap itself. KAFKA_SSL_ENABLED - Whether to enable or disable SSL on an Apache Kafka connection. Default value is "true". KAFKA_CUSTOM_CERT - The Amazon S3 URL for the private CA cert file (.pem format). The default is an empty string. KAFKA_SKIP_CUSTOM_CERT_VALIDATION - Whether to skip the validation of the CA cert file or not. Glue validates for three algorithms: SHA256withRSA, SHA384withRSA and SHA512withRSA. Default value is "false". KAFKA_CLIENT_KEYSTORE - The Amazon S3 location of the client keystore file for Kafka client side authentication (Optional). KAFKA_CLIENT_KEYSTORE_PASSWORD - The password to access the provided keystore (Optional). KAFKA_CLIENT_KEY_PASSWORD - A keystore can consist of multiple keys, so this is the password to access the client key to be used with the Kafka server side key (Optional). ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD - The encrypted version of the Kafka client keystore password (if the user has the Glue encrypt passwords setting selected). ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD - The encrypted version of the Kafka client key password (if the user has the Glue encrypt passwords setting selected). KAFKA_SASL_MECHANISM - "SCRAM-SHA-512", "GSSAPI", "AWS_MSK_IAM", or "PLAIN". These are the supported SASL Mechanisms. KAFKA_SASL_PLAIN_USERNAME - A plaintext username used to authenticate with the "PLAIN" mechanism. KAFKA_SASL_PLAIN_PASSWORD - A plaintext password used to authenticate with the "PLAIN" mechanism. ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD - The encrypted version of the Kafka SASL PLAIN password (if the user has the Glue encrypt passwords setting selected). KAFKA_SASL_SCRAM_USERNAME - A plaintext username used to authenticate with the "SCRAM-SHA-512" mechanism. KAFKA_SASL_SCRAM_PASSWORD - A plaintext password used to authenticate with the "SCRAM-SHA-512" mechanism. ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD - The encrypted version of the Kafka SASL SCRAM password (if the user has the Glue encrypt passwords setting selected). KAFKA_SASL_SCRAM_SECRETS_ARN - The Amazon Resource Name of a secret in Amazon Web Services Secrets Manager. KAFKA_SASL_GSSAPI_KEYTAB - The S3 location of a Kerberos keytab file. A keytab stores long-term keys for one or more principals. For more information, see MIT Kerberos Documentation: Keytab. KAFKA_SASL_GSSAPI_KRB5_CONF - The S3 location of a Kerberos krb5.conf file. A krb5.conf stores Kerberos configuration information, such as the location of the KDC server. For more information, see MIT Kerberos Documentation: krb5.conf. KAFKA_SASL_GSSAPI_SERVICE - The Kerberos service name, as set with sasl.kerberos.service.name in your Kafka Configuration. KAFKA_SASL_GSSAPI_PRINCIPAL - The name of the Kerberos princial used by Glue. For more information, see Kafka Documentation: Configuring Kafka Brokers.
3505
3505
  */
3506
3506
  ConnectionProperties?: ConnectionProperties;
3507
3507
  /**
@@ -3560,7 +3560,7 @@ declare namespace Glue {
3560
3560
  AwsKmsKeyId?: NameString;
3561
3561
  }
3562
3562
  export type ConnectionProperties = {[key: string]: ValueString};
3563
- export type ConnectionPropertyKey = "HOST"|"PORT"|"USERNAME"|"PASSWORD"|"ENCRYPTED_PASSWORD"|"JDBC_DRIVER_JAR_URI"|"JDBC_DRIVER_CLASS_NAME"|"JDBC_ENGINE"|"JDBC_ENGINE_VERSION"|"CONFIG_FILES"|"INSTANCE_ID"|"JDBC_CONNECTION_URL"|"JDBC_ENFORCE_SSL"|"CUSTOM_JDBC_CERT"|"SKIP_CUSTOM_JDBC_CERT_VALIDATION"|"CUSTOM_JDBC_CERT_STRING"|"CONNECTION_URL"|"KAFKA_BOOTSTRAP_SERVERS"|"KAFKA_SSL_ENABLED"|"KAFKA_CUSTOM_CERT"|"KAFKA_SKIP_CUSTOM_CERT_VALIDATION"|"KAFKA_CLIENT_KEYSTORE"|"KAFKA_CLIENT_KEYSTORE_PASSWORD"|"KAFKA_CLIENT_KEY_PASSWORD"|"ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD"|"ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD"|"SECRET_ID"|"CONNECTOR_URL"|"CONNECTOR_TYPE"|"CONNECTOR_CLASS_NAME"|"KAFKA_SASL_MECHANISM"|"KAFKA_SASL_SCRAM_USERNAME"|"KAFKA_SASL_SCRAM_PASSWORD"|"KAFKA_SASL_SCRAM_SECRETS_ARN"|"ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD"|"KAFKA_SASL_GSSAPI_KEYTAB"|"KAFKA_SASL_GSSAPI_KRB5_CONF"|"KAFKA_SASL_GSSAPI_SERVICE"|"KAFKA_SASL_GSSAPI_PRINCIPAL"|string;
3563
+ export type ConnectionPropertyKey = "HOST"|"PORT"|"USERNAME"|"PASSWORD"|"ENCRYPTED_PASSWORD"|"JDBC_DRIVER_JAR_URI"|"JDBC_DRIVER_CLASS_NAME"|"JDBC_ENGINE"|"JDBC_ENGINE_VERSION"|"CONFIG_FILES"|"INSTANCE_ID"|"JDBC_CONNECTION_URL"|"JDBC_ENFORCE_SSL"|"CUSTOM_JDBC_CERT"|"SKIP_CUSTOM_JDBC_CERT_VALIDATION"|"CUSTOM_JDBC_CERT_STRING"|"CONNECTION_URL"|"KAFKA_BOOTSTRAP_SERVERS"|"KAFKA_SSL_ENABLED"|"KAFKA_CUSTOM_CERT"|"KAFKA_SKIP_CUSTOM_CERT_VALIDATION"|"KAFKA_CLIENT_KEYSTORE"|"KAFKA_CLIENT_KEYSTORE_PASSWORD"|"KAFKA_CLIENT_KEY_PASSWORD"|"ENCRYPTED_KAFKA_CLIENT_KEYSTORE_PASSWORD"|"ENCRYPTED_KAFKA_CLIENT_KEY_PASSWORD"|"SECRET_ID"|"CONNECTOR_URL"|"CONNECTOR_TYPE"|"CONNECTOR_CLASS_NAME"|"KAFKA_SASL_MECHANISM"|"KAFKA_SASL_PLAIN_USERNAME"|"KAFKA_SASL_PLAIN_PASSWORD"|"ENCRYPTED_KAFKA_SASL_PLAIN_PASSWORD"|"KAFKA_SASL_SCRAM_USERNAME"|"KAFKA_SASL_SCRAM_PASSWORD"|"KAFKA_SASL_SCRAM_SECRETS_ARN"|"ENCRYPTED_KAFKA_SASL_SCRAM_PASSWORD"|"KAFKA_SASL_GSSAPI_KEYTAB"|"KAFKA_SASL_GSSAPI_KRB5_CONF"|"KAFKA_SASL_GSSAPI_SERVICE"|"KAFKA_SASL_GSSAPI_PRINCIPAL"|string;
3564
3564
  export type ConnectionType = "JDBC"|"SFTP"|"MONGODB"|"KAFKA"|"NETWORK"|"MARKETPLACE"|"CUSTOM"|string;
3565
3565
  export interface ConnectionsList {
3566
3566
  /**
@@ -6238,6 +6238,10 @@ declare namespace Glue {
6238
6238
  * The ID of the KMS key to use for encryption at rest.
6239
6239
  */
6240
6240
  SseAwsKmsKeyId?: NameString;
6241
+ /**
6242
+ * The role that Glue assumes to encrypt and decrypt the Data Catalog objects on the caller's behalf.
6243
+ */
6244
+ CatalogEncryptionServiceRole?: IAMRoleArn;
6241
6245
  }
6242
6246
  export interface EncryptionConfiguration {
6243
6247
  /**
@@ -7260,7 +7264,7 @@ declare namespace Glue {
7260
7264
  /**
7261
7265
  * The maximum size of the response.
7262
7266
  */
7263
- MaxResults?: PageSize;
7267
+ MaxResults?: OrchestrationPageSize200;
7264
7268
  }
7265
7269
  export interface GetJobRunsResponse {
7266
7270
  /**
@@ -8150,7 +8154,7 @@ declare namespace Glue {
8150
8154
  /**
8151
8155
  * The maximum size of the response.
8152
8156
  */
8153
- MaxResults?: PageSize;
8157
+ MaxResults?: OrchestrationPageSize200;
8154
8158
  }
8155
8159
  export interface GetTriggersResponse {
8156
8160
  /**
@@ -8631,6 +8635,7 @@ declare namespace Glue {
8631
8635
  }
8632
8636
  export type HudiTargetCompressionType = "gzip"|"lzo"|"uncompressed"|"snappy"|string;
8633
8637
  export type HudiTargetList = HudiTarget[];
8638
+ export type IAMRoleArn = string;
8634
8639
  export interface IcebergInput {
8635
8640
  /**
8636
8641
  * A required metadata operation. Can only be set to CREATE.
@@ -8959,7 +8964,7 @@ declare namespace Glue {
8959
8964
  */
8960
8965
  PythonVersion?: PythonVersionString;
8961
8966
  /**
8962
- * In Ray jobs, Runtime is used to specify the versions of Ray, Python and additional libraries available in your environment. This field is not used in other job types. For supported runtime environment values, see Working with Ray jobs in the Glue Developer Guide.
8967
+ * In Ray jobs, Runtime is used to specify the versions of Ray, Python and additional libraries available in your environment. This field is not used in other job types. For supported runtime environment values, see Supported Ray runtime environments in the Glue Developer Guide.
8963
8968
  */
8964
8969
  Runtime?: RuntimeNameString;
8965
8970
  }
@@ -9470,7 +9475,7 @@ declare namespace Glue {
9470
9475
  /**
9471
9476
  * The maximum size of a list to return.
9472
9477
  */
9473
- MaxResults?: PageSize;
9478
+ MaxResults?: OrchestrationPageSize25;
9474
9479
  /**
9475
9480
  * Filters the list by an Amazon Web Services resource tag.
9476
9481
  */
@@ -9947,7 +9952,7 @@ declare namespace Glue {
9947
9952
  /**
9948
9953
  * The maximum size of a list to return.
9949
9954
  */
9950
- MaxResults?: PageSize;
9955
+ MaxResults?: OrchestrationPageSize200;
9951
9956
  /**
9952
9957
  * Specifies to return only these tagged resources.
9953
9958
  */
@@ -9971,7 +9976,7 @@ declare namespace Glue {
9971
9976
  /**
9972
9977
  * The maximum size of a list to return.
9973
9978
  */
9974
- MaxResults?: PageSize;
9979
+ MaxResults?: OrchestrationPageSize25;
9975
9980
  }
9976
9981
  export interface ListWorkflowsResponse {
9977
9982
  /**
@@ -10450,6 +10455,8 @@ declare namespace Glue {
10450
10455
  export type OrchestrationArgumentsValue = string;
10451
10456
  export type OrchestrationIAMRoleArn = string;
10452
10457
  export type OrchestrationNameString = string;
10458
+ export type OrchestrationPageSize200 = number;
10459
+ export type OrchestrationPageSize25 = number;
10453
10460
  export type OrchestrationRoleArn = string;
10454
10461
  export type OrchestrationS3Location = string;
10455
10462
  export type OrchestrationStatementCodeString = string;