cdk-docker-image-deployment 0.0.73 → 0.0.75

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 (55) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +24 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/billingconductor-2021-07-30.min.json +20 -17
  8. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +81 -49
  9. package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +59 -47
  10. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +65 -50
  11. package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +11 -4
  12. package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +691 -409
  13. package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +10 -0
  14. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  15. package/node_modules/aws-sdk/apis/personalize-events-2018-03-22.min.json +36 -8
  16. package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +13 -1
  17. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +19 -5
  18. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +305 -227
  19. package/node_modules/aws-sdk/apis/ssm-2014-11-06.paginators.json +6 -0
  20. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +73 -21
  21. package/node_modules/aws-sdk/apis/ssmsap-2018-05-10.examples.json +5 -0
  22. package/node_modules/aws-sdk/apis/ssmsap-2018-05-10.min.json +581 -0
  23. package/node_modules/aws-sdk/apis/ssmsap-2018-05-10.paginators.json +22 -0
  24. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +50 -18
  25. package/node_modules/aws-sdk/apis/xray-2016-04-12.min.json +139 -58
  26. package/node_modules/aws-sdk/apis/xray-2016-04-12.paginators.json +25 -0
  27. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  28. package/node_modules/aws-sdk/clients/all.js +2 -1
  29. package/node_modules/aws-sdk/clients/batch.d.ts +6 -6
  30. package/node_modules/aws-sdk/clients/billingconductor.d.ts +14 -1
  31. package/node_modules/aws-sdk/clients/cloudformation.d.ts +1 -1
  32. package/node_modules/aws-sdk/clients/comprehendmedical.d.ts +6 -6
  33. package/node_modules/aws-sdk/clients/connect.d.ts +47 -5
  34. package/node_modules/aws-sdk/clients/eks.d.ts +26 -6
  35. package/node_modules/aws-sdk/clients/elasticache.d.ts +20 -1
  36. package/node_modules/aws-sdk/clients/greengrassv2.d.ts +18 -2
  37. package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +672 -386
  38. package/node_modules/aws-sdk/clients/personalizeevents.d.ts +13 -2
  39. package/node_modules/aws-sdk/clients/proton.d.ts +50 -23
  40. package/node_modules/aws-sdk/clients/rds.d.ts +32 -0
  41. package/node_modules/aws-sdk/clients/route53.d.ts +3 -3
  42. package/node_modules/aws-sdk/clients/ssm.d.ts +140 -6
  43. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +62 -0
  44. package/node_modules/aws-sdk/clients/ssmsap.d.ts +770 -0
  45. package/node_modules/aws-sdk/clients/ssmsap.js +18 -0
  46. package/node_modules/aws-sdk/clients/workspaces.d.ts +42 -0
  47. package/node_modules/aws-sdk/clients/xray.d.ts +101 -2
  48. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  49. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +57 -20
  50. package/node_modules/aws-sdk/dist/aws-sdk.js +682 -400
  51. package/node_modules/aws-sdk/dist/aws-sdk.min.js +75 -75
  52. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  53. package/node_modules/aws-sdk/lib/core.js +1 -1
  54. package/node_modules/aws-sdk/package.json +1 -1
  55. package/package.json +6 -6
@@ -2,6 +2,9 @@
2
2
  "pagination": {
3
3
  "BatchGetTraces": {
4
4
  "input_token": "NextToken",
5
+ "non_aggregate_keys": [
6
+ "UnprocessedTraceIds"
7
+ ],
5
8
  "output_token": "NextToken",
6
9
  "result_key": "Traces"
7
10
  },
@@ -32,11 +35,19 @@
32
35
  },
33
36
  "GetServiceGraph": {
34
37
  "input_token": "NextToken",
38
+ "non_aggregate_keys": [
39
+ "StartTime",
40
+ "EndTime",
41
+ "ContainsOldGroupVersions"
42
+ ],
35
43
  "output_token": "NextToken",
36
44
  "result_key": "Services"
37
45
  },
38
46
  "GetTimeSeriesServiceStatistics": {
39
47
  "input_token": "NextToken",
48
+ "non_aggregate_keys": [
49
+ "ContainsOldGroupVersions"
50
+ ],
40
51
  "output_token": "NextToken",
41
52
  "result_key": "TimeSeriesServiceStatistics"
42
53
  },
@@ -47,8 +58,22 @@
47
58
  },
48
59
  "GetTraceSummaries": {
49
60
  "input_token": "NextToken",
61
+ "non_aggregate_keys": [
62
+ "TracesProcessedCount",
63
+ "ApproximateTime"
64
+ ],
50
65
  "output_token": "NextToken",
51
66
  "result_key": "TraceSummaries"
67
+ },
68
+ "ListResourcePolicies": {
69
+ "input_token": "NextToken",
70
+ "output_token": "NextToken",
71
+ "result_key": "ResourcePolicies"
72
+ },
73
+ "ListTagsForResource": {
74
+ "input_token": "NextToken",
75
+ "output_token": "NextToken",
76
+ "result_key": "Tags"
52
77
  }
53
78
  }
54
79
  }
@@ -319,3 +319,4 @@ export import MigrationHubOrchestrator = require('./migrationhuborchestrator');
319
319
  export import ConnectCases = require('./connectcases');
320
320
  export import ResourceExplorer2 = require('./resourceexplorer2');
321
321
  export import Scheduler = require('./scheduler');
322
+ export import SsmSap = require('./ssmsap');
@@ -320,5 +320,6 @@ module.exports = {
320
320
  MigrationHubOrchestrator: require('./migrationhuborchestrator'),
321
321
  ConnectCases: require('./connectcases'),
322
322
  ResourceExplorer2: require('./resourceexplorer2'),
323
- Scheduler: require('./scheduler')
323
+ Scheduler: require('./scheduler'),
324
+ SsmSap: require('./ssmsap')
324
325
  };
@@ -20,11 +20,11 @@ declare class Batch extends Service {
20
20
  */
21
21
  cancelJob(callback?: (err: AWSError, data: Batch.Types.CancelJobResponse) => void): Request<Batch.Types.CancelJobResponse, AWSError>;
22
22
  /**
23
- * Creates an Batch compute environment. You can create MANAGED or UNMANAGED compute environments. MANAGED compute environments can use Amazon EC2 or Fargate resources. UNMANAGED compute environments can only use EC2 resources. In a managed compute environment, Batch manages the capacity and instance types of the compute resources within the environment. This is based on the compute resource specification that you define or the launch template that you specify when you create the compute environment. Either, you can choose to use EC2 On-Demand Instances and EC2 Spot Instances. Or, you can use Fargate and Fargate Spot capacity in your managed compute environment. You can optionally set a maximum price so that Spot Instances only launch when the Spot Instance price is less than a specified percentage of the On-Demand price. Multi-node parallel jobs aren't supported on Spot Instances. In an unmanaged compute environment, you can manage your own EC2 compute resources and have flexibility with how you configure your compute resources. For example, you can use custom AMIs. However, you must verify that each of your AMIs meet the Amazon ECS container instance AMI specification. For more information, see container instance AMIs in the Amazon Elastic Container Service Developer Guide. After you created your unmanaged compute environment, you can use the DescribeComputeEnvironments operation to find the Amazon ECS cluster that's associated with it. Then, launch your container instances into that Amazon ECS cluster. For more information, see Launching an Amazon ECS container instance in the Amazon Elastic Container Service Developer Guide. Batch doesn't automatically upgrade the AMIs in a compute environment after it's created. For example, it also doesn't update the AMIs in your compute environment when a newer version of the Amazon ECS optimized AMI is available. You're responsible for the management of the guest operating system. This includes any updates and security patches. You're also responsible for any additional application software or utilities that you install on the compute resources. There are two ways to use a new AMI for your Batch jobs. The original method is to complete these steps: Create a new compute environment with the new AMI. Add the compute environment to an existing job queue. Remove the earlier compute environment from your job queue. Delete the earlier compute environment. In April 2022, Batch added enhanced support for updating compute environments. For more information, see Updating compute environments. To use the enhanced updating of compute environments to update AMIs, follow these rules: Either don't set the service role (serviceRole) parameter or set it to the AWSBatchServiceRole service-linked role. Set the allocation strategy (allocationStrategy) parameter to BEST_FIT_PROGRESSIVE or SPOT_CAPACITY_OPTIMIZED. Set the update to latest image version (updateToLatestImageVersion) parameter to true. Don't specify an AMI ID in imageId, imageIdOverride (in ec2Configuration ), or in the launch template (launchTemplate). In that case, Batch selects the latest Amazon ECS optimized AMI that's supported by Batch at the time the infrastructure update is initiated. Alternatively, you can specify the AMI ID in the imageId or imageIdOverride parameters, or the launch template identified by the LaunchTemplate properties. Changing any of these properties starts an infrastructure update. If the AMI ID is specified in the launch template, it can't be replaced by specifying an AMI ID in either the imageId or imageIdOverride parameters. It can only be replaced by specifying a different launch template, or if the launch template version is set to $Default or $Latest, by setting either a new default version for the launch template (if $Default) or by adding a new version to the launch template (if $Latest). If these rules are followed, any update that starts an infrastructure update causes the AMI ID to be re-selected. If the version setting in the launch template (launchTemplate) is set to $Latest or $Default, the latest or default version of the launch template is evaluated up at the time of the infrastructure update, even if the launchTemplate wasn't updated.
23
+ * Creates an Batch compute environment. You can create MANAGED or UNMANAGED compute environments. MANAGED compute environments can use Amazon EC2 or Fargate resources. UNMANAGED compute environments can only use EC2 resources. In a managed compute environment, Batch manages the capacity and instance types of the compute resources within the environment. This is based on the compute resource specification that you define or the launch template that you specify when you create the compute environment. Either, you can choose to use EC2 On-Demand Instances and EC2 Spot Instances. Or, you can use Fargate and Fargate Spot capacity in your managed compute environment. You can optionally set a maximum price so that Spot Instances only launch when the Spot Instance price is less than a specified percentage of the On-Demand price. Multi-node parallel jobs aren't supported on Spot Instances. In an unmanaged compute environment, you can manage your own EC2 compute resources and have flexibility with how you configure your compute resources. For example, you can use custom AMIs. However, you must verify that each of your AMIs meet the Amazon ECS container instance AMI specification. For more information, see container instance AMIs in the Amazon Elastic Container Service Developer Guide. After you created your unmanaged compute environment, you can use the DescribeComputeEnvironments operation to find the Amazon ECS cluster that's associated with it. Then, launch your container instances into that Amazon ECS cluster. For more information, see Launching an Amazon ECS container instance in the Amazon Elastic Container Service Developer Guide. To create a compute environment that uses EKS resources, the caller must have permissions to call eks:DescribeCluster. Batch doesn't automatically upgrade the AMIs in a compute environment after it's created. For example, it also doesn't update the AMIs in your compute environment when a newer version of the Amazon ECS optimized AMI is available. You're responsible for the management of the guest operating system. This includes any updates and security patches. You're also responsible for any additional application software or utilities that you install on the compute resources. There are two ways to use a new AMI for your Batch jobs. The original method is to complete these steps: Create a new compute environment with the new AMI. Add the compute environment to an existing job queue. Remove the earlier compute environment from your job queue. Delete the earlier compute environment. In April 2022, Batch added enhanced support for updating compute environments. For more information, see Updating compute environments. To use the enhanced updating of compute environments to update AMIs, follow these rules: Either don't set the service role (serviceRole) parameter or set it to the AWSBatchServiceRole service-linked role. Set the allocation strategy (allocationStrategy) parameter to BEST_FIT_PROGRESSIVE or SPOT_CAPACITY_OPTIMIZED. Set the update to latest image version (updateToLatestImageVersion) parameter to true. Don't specify an AMI ID in imageId, imageIdOverride (in ec2Configuration ), or in the launch template (launchTemplate). In that case, Batch selects the latest Amazon ECS optimized AMI that's supported by Batch at the time the infrastructure update is initiated. Alternatively, you can specify the AMI ID in the imageId or imageIdOverride parameters, or the launch template identified by the LaunchTemplate properties. Changing any of these properties starts an infrastructure update. If the AMI ID is specified in the launch template, it can't be replaced by specifying an AMI ID in either the imageId or imageIdOverride parameters. It can only be replaced by specifying a different launch template, or if the launch template version is set to $Default or $Latest, by setting either a new default version for the launch template (if $Default) or by adding a new version to the launch template (if $Latest). If these rules are followed, any update that starts an infrastructure update causes the AMI ID to be re-selected. If the version setting in the launch template (launchTemplate) is set to $Latest or $Default, the latest or default version of the launch template is evaluated up at the time of the infrastructure update, even if the launchTemplate wasn't updated.
24
24
  */
25
25
  createComputeEnvironment(params: Batch.Types.CreateComputeEnvironmentRequest, callback?: (err: AWSError, data: Batch.Types.CreateComputeEnvironmentResponse) => void): Request<Batch.Types.CreateComputeEnvironmentResponse, AWSError>;
26
26
  /**
27
- * Creates an Batch compute environment. You can create MANAGED or UNMANAGED compute environments. MANAGED compute environments can use Amazon EC2 or Fargate resources. UNMANAGED compute environments can only use EC2 resources. In a managed compute environment, Batch manages the capacity and instance types of the compute resources within the environment. This is based on the compute resource specification that you define or the launch template that you specify when you create the compute environment. Either, you can choose to use EC2 On-Demand Instances and EC2 Spot Instances. Or, you can use Fargate and Fargate Spot capacity in your managed compute environment. You can optionally set a maximum price so that Spot Instances only launch when the Spot Instance price is less than a specified percentage of the On-Demand price. Multi-node parallel jobs aren't supported on Spot Instances. In an unmanaged compute environment, you can manage your own EC2 compute resources and have flexibility with how you configure your compute resources. For example, you can use custom AMIs. However, you must verify that each of your AMIs meet the Amazon ECS container instance AMI specification. For more information, see container instance AMIs in the Amazon Elastic Container Service Developer Guide. After you created your unmanaged compute environment, you can use the DescribeComputeEnvironments operation to find the Amazon ECS cluster that's associated with it. Then, launch your container instances into that Amazon ECS cluster. For more information, see Launching an Amazon ECS container instance in the Amazon Elastic Container Service Developer Guide. Batch doesn't automatically upgrade the AMIs in a compute environment after it's created. For example, it also doesn't update the AMIs in your compute environment when a newer version of the Amazon ECS optimized AMI is available. You're responsible for the management of the guest operating system. This includes any updates and security patches. You're also responsible for any additional application software or utilities that you install on the compute resources. There are two ways to use a new AMI for your Batch jobs. The original method is to complete these steps: Create a new compute environment with the new AMI. Add the compute environment to an existing job queue. Remove the earlier compute environment from your job queue. Delete the earlier compute environment. In April 2022, Batch added enhanced support for updating compute environments. For more information, see Updating compute environments. To use the enhanced updating of compute environments to update AMIs, follow these rules: Either don't set the service role (serviceRole) parameter or set it to the AWSBatchServiceRole service-linked role. Set the allocation strategy (allocationStrategy) parameter to BEST_FIT_PROGRESSIVE or SPOT_CAPACITY_OPTIMIZED. Set the update to latest image version (updateToLatestImageVersion) parameter to true. Don't specify an AMI ID in imageId, imageIdOverride (in ec2Configuration ), or in the launch template (launchTemplate). In that case, Batch selects the latest Amazon ECS optimized AMI that's supported by Batch at the time the infrastructure update is initiated. Alternatively, you can specify the AMI ID in the imageId or imageIdOverride parameters, or the launch template identified by the LaunchTemplate properties. Changing any of these properties starts an infrastructure update. If the AMI ID is specified in the launch template, it can't be replaced by specifying an AMI ID in either the imageId or imageIdOverride parameters. It can only be replaced by specifying a different launch template, or if the launch template version is set to $Default or $Latest, by setting either a new default version for the launch template (if $Default) or by adding a new version to the launch template (if $Latest). If these rules are followed, any update that starts an infrastructure update causes the AMI ID to be re-selected. If the version setting in the launch template (launchTemplate) is set to $Latest or $Default, the latest or default version of the launch template is evaluated up at the time of the infrastructure update, even if the launchTemplate wasn't updated.
27
+ * Creates an Batch compute environment. You can create MANAGED or UNMANAGED compute environments. MANAGED compute environments can use Amazon EC2 or Fargate resources. UNMANAGED compute environments can only use EC2 resources. In a managed compute environment, Batch manages the capacity and instance types of the compute resources within the environment. This is based on the compute resource specification that you define or the launch template that you specify when you create the compute environment. Either, you can choose to use EC2 On-Demand Instances and EC2 Spot Instances. Or, you can use Fargate and Fargate Spot capacity in your managed compute environment. You can optionally set a maximum price so that Spot Instances only launch when the Spot Instance price is less than a specified percentage of the On-Demand price. Multi-node parallel jobs aren't supported on Spot Instances. In an unmanaged compute environment, you can manage your own EC2 compute resources and have flexibility with how you configure your compute resources. For example, you can use custom AMIs. However, you must verify that each of your AMIs meet the Amazon ECS container instance AMI specification. For more information, see container instance AMIs in the Amazon Elastic Container Service Developer Guide. After you created your unmanaged compute environment, you can use the DescribeComputeEnvironments operation to find the Amazon ECS cluster that's associated with it. Then, launch your container instances into that Amazon ECS cluster. For more information, see Launching an Amazon ECS container instance in the Amazon Elastic Container Service Developer Guide. To create a compute environment that uses EKS resources, the caller must have permissions to call eks:DescribeCluster. Batch doesn't automatically upgrade the AMIs in a compute environment after it's created. For example, it also doesn't update the AMIs in your compute environment when a newer version of the Amazon ECS optimized AMI is available. You're responsible for the management of the guest operating system. This includes any updates and security patches. You're also responsible for any additional application software or utilities that you install on the compute resources. There are two ways to use a new AMI for your Batch jobs. The original method is to complete these steps: Create a new compute environment with the new AMI. Add the compute environment to an existing job queue. Remove the earlier compute environment from your job queue. Delete the earlier compute environment. In April 2022, Batch added enhanced support for updating compute environments. For more information, see Updating compute environments. To use the enhanced updating of compute environments to update AMIs, follow these rules: Either don't set the service role (serviceRole) parameter or set it to the AWSBatchServiceRole service-linked role. Set the allocation strategy (allocationStrategy) parameter to BEST_FIT_PROGRESSIVE or SPOT_CAPACITY_OPTIMIZED. Set the update to latest image version (updateToLatestImageVersion) parameter to true. Don't specify an AMI ID in imageId, imageIdOverride (in ec2Configuration ), or in the launch template (launchTemplate). In that case, Batch selects the latest Amazon ECS optimized AMI that's supported by Batch at the time the infrastructure update is initiated. Alternatively, you can specify the AMI ID in the imageId or imageIdOverride parameters, or the launch template identified by the LaunchTemplate properties. Changing any of these properties starts an infrastructure update. If the AMI ID is specified in the launch template, it can't be replaced by specifying an AMI ID in either the imageId or imageIdOverride parameters. It can only be replaced by specifying a different launch template, or if the launch template version is set to $Default or $Latest, by setting either a new default version for the launch template (if $Default) or by adding a new version to the launch template (if $Latest). If these rules are followed, any update that starts an infrastructure update causes the AMI ID to be re-selected. If the version setting in the launch template (launchTemplate) is set to $Latest or $Default, the latest or default version of the launch template is evaluated up at the time of the infrastructure update, even if the launchTemplate wasn't updated.
28
28
  */
29
29
  createComputeEnvironment(callback?: (err: AWSError, data: Batch.Types.CreateComputeEnvironmentResponse) => void): Request<Batch.Types.CreateComputeEnvironmentResponse, AWSError>;
30
30
  /**
@@ -456,7 +456,7 @@ declare namespace Batch {
456
456
  */
457
457
  maxvCpus?: Integer;
458
458
  /**
459
- * The desired number of Amazon EC2 vCPUS in the compute environment. Batch modifies this value between the minimum and maximum values based on job queue demand. This parameter isn't applicable to jobs that are running on Fargate resources. Don't specify it.
459
+ * The desired number of Amazon EC2 vCPUS in the compute environment. Batch modifies this value between the minimum and maximum values based on job queue demand. This parameter isn't applicable to jobs that are running on Fargate resources. Don't specify it. Batch doesn't support changing the desired number of vCPUs of an existing compute environment. Don't specify this parameter for compute environments using Amazon EKS clusters.
460
460
  */
461
461
  desiredvCpus?: Integer;
462
462
  /**
@@ -1288,7 +1288,7 @@ declare namespace Batch {
1288
1288
  */
1289
1289
  hostNetwork?: Boolean;
1290
1290
  /**
1291
- * The DNS policy for the pod. The default value is ClusterFirst. If the hostNetwork parameter is not specified, the default is ClusterFirstWithHostNet. ClusterFirst indicates that any DNS query that does not match the configured cluster domain suffix is forwarded to the upstream nameserver inherited from the node. For more information, see Pod's DNS policy in the Kubernetes documentation. Valid values: Default | ClusterFirst | ClusterFirstWithHostNet | None
1291
+ * The DNS policy for the pod. The default value is ClusterFirst. If the hostNetwork parameter is not specified, the default is ClusterFirstWithHostNet. ClusterFirst indicates that any DNS query that does not match the configured cluster domain suffix is forwarded to the upstream nameserver inherited from the node. For more information, see Pod's DNS policy in the Kubernetes documentation. Valid values: Default | ClusterFirst | ClusterFirstWithHostNet
1292
1292
  */
1293
1293
  dnsPolicy?: String;
1294
1294
  /**
@@ -1310,7 +1310,7 @@ declare namespace Batch {
1310
1310
  */
1311
1311
  hostNetwork?: Boolean;
1312
1312
  /**
1313
- * The DNS policy for the pod. The default value is ClusterFirst. If the hostNetwork parameter is not specified, the default is ClusterFirstWithHostNet. ClusterFirst indicates that any DNS query that does not match the configured cluster domain suffix is forwarded to the upstream nameserver inherited from the node. For more information, see Pod's DNS policy in the Kubernetes documentation. Valid values: Default | ClusterFirst | ClusterFirstWithHostNet | None
1313
+ * The DNS policy for the pod. The default value is ClusterFirst. If the hostNetwork parameter is not specified, the default is ClusterFirstWithHostNet. ClusterFirst indicates that any DNS query that does not match the configured cluster domain suffix is forwarded to the upstream nameserver inherited from the node. If no value was specified for dnsPolicy in the RegisterJobDefinition API operation, then no value will be returned for dnsPolicy by either of DescribeJobDefinitions or DescribeJobs API operations. The pod spec setting will contain either ClusterFirst or ClusterFirstWithHostNet, depending on the value of the hostNetwork parameter. For more information, see Pod's DNS policy in the Kubernetes documentation. Valid values: Default | ClusterFirst | ClusterFirstWithHostNet
1314
1314
  */
1315
1315
  dnsPolicy?: String;
1316
1316
  /**
@@ -2048,7 +2048,7 @@ declare namespace Batch {
2048
2048
  }
2049
2049
  export interface ResourceRequirement {
2050
2050
  /**
2051
- * The quantity of the specified resource to reserve for the container. The values vary based on the type specified. type="GPU" The number of physical GPUs to reserve for the container. Make sure that the number of GPUs reserved for all containers in a job doesn't exceed the number of available GPUs on the compute resource that the job is launched on. GPUs aren't available for jobs that are running on Fargate resources. type="MEMORY" The memory hard limit (in MiB) present to the container. This parameter is supported for jobs that are running on EC2 resources. If your container attempts to exceed the memory specified, the container is terminated. This parameter maps to Memory in the Create a container section of the Docker Remote API and the --memory option to docker run. You must specify at least 4 MiB of memory for a job. This is required but can be specified in several places for multi-node parallel (MNP) jobs. It must be specified for each node at least once. This parameter maps to Memory in the Create a container section of the Docker Remote API and the --memory option to docker run. If you're trying to maximize your resource utilization by providing your jobs as much memory as possible for a particular instance type, see Memory management in the Batch User Guide. For jobs that are running on Fargate resources, then value is the hard limit (in MiB), and must match one of the supported values and the VCPU values must be one of the values supported for that memory value. value = 512 VCPU = 0.25 value = 1024 VCPU = 0.25 or 0.5 value = 2048 VCPU = 0.25, 0.5, or 1 value = 3072 VCPU = 0.5, or 1 value = 4096 VCPU = 0.5, 1, or 2 value = 5120, 6144, or 7168 VCPU = 1 or 2 value = 8192 VCPU = 1, 2, or 4 value = 9216, 10240, 11264, 12288, 13312, 14336, 15360, or 16384 VCPU = 2 or 4 value = 17408, 18432, 19456, 20480, 21504, 22528, 23552, 24576, 25600, 26624, 27648, 28672, 29696, or 30720 VCPU = 4 type="VCPU" The number of vCPUs reserved for the container. This parameter maps to CpuShares in the Create a container section of the Docker Remote API and the --cpu-shares option to docker run. Each vCPU is equivalent to 1,024 CPU shares. For EC2 resources, you must specify at least one vCPU. This is required but can be specified in several places; it must be specified for each node at least once. For jobs that are running on Fargate resources, then value must match one of the supported values and the MEMORY values must be one of the values supported for that VCPU value. The supported values are 0.25, 0.5, 1, 2, and 4 value = 0.25 MEMORY = 512, 1024, or 2048 value = 0.5 MEMORY = 1024, 2048, 3072, or 4096 value = 1 MEMORY = 2048, 3072, 4096, 5120, 6144, 7168, or 8192 value = 2 MEMORY = 4096, 5120, 6144, 7168, 8192, 9216, 10240, 11264, 12288, 13312, 14336, 15360, or 16384 value = 4 MEMORY = 8192, 9216, 10240, 11264, 12288, 13312, 14336, 15360, 16384, 17408, 18432, 19456, 20480, 21504, 22528, 23552, 24576, 25600, 26624, 27648, 28672, 29696, or 30720
2051
+ * The quantity of the specified resource to reserve for the container. The values vary based on the type specified. type="GPU" The number of physical GPUs to reserve for the container. Make sure that the number of GPUs reserved for all containers in a job doesn't exceed the number of available GPUs on the compute resource that the job is launched on. GPUs aren't available for jobs that are running on Fargate resources. type="MEMORY" The memory hard limit (in MiB) present to the container. This parameter is supported for jobs that are running on EC2 resources. If your container attempts to exceed the memory specified, the container is terminated. This parameter maps to Memory in the Create a container section of the Docker Remote API and the --memory option to docker run. You must specify at least 4 MiB of memory for a job. This is required but can be specified in several places for multi-node parallel (MNP) jobs. It must be specified for each node at least once. This parameter maps to Memory in the Create a container section of the Docker Remote API and the --memory option to docker run. If you're trying to maximize your resource utilization by providing your jobs as much memory as possible for a particular instance type, see Memory management in the Batch User Guide. For jobs that are running on Fargate resources, then value is the hard limit (in MiB), and must match one of the supported values and the VCPU values must be one of the values supported for that memory value. value = 512 VCPU = 0.25 value = 1024 VCPU = 0.25 or 0.5 value = 2048 VCPU = 0.25, 0.5, or 1 value = 3072 VCPU = 0.5, or 1 value = 4096 VCPU = 0.5, 1, or 2 value = 5120, 6144, or 7168 VCPU = 1 or 2 value = 8192 VCPU = 1, 2, 4, or 8 value = 9216, 10240, 11264, 12288, 13312, 14336, or 15360 VCPU = 2 or 4 value = 16384 VCPU = 2, 4, or 8 value = 17408, 18432, 19456, 21504, 22528, 23552, 25600, 26624, 27648, 29696, or 30720 VCPU = 4 value = 20480, 24576, or 28672 VCPU = 4 or 8 value = 36864, 45056, 53248, or 61440 VCPU = 8 value = 32768, 40960, 49152, or 57344 VCPU = 8 or 16 value = 65536, 73728, 81920, 90112, 98304, 106496, 114688, or 122880 VCPU = 16 type="VCPU" The number of vCPUs reserved for the container. This parameter maps to CpuShares in the Create a container section of the Docker Remote API and the --cpu-shares option to docker run. Each vCPU is equivalent to 1,024 CPU shares. For EC2 resources, you must specify at least one vCPU. This is required but can be specified in several places; it must be specified for each node at least once. The default for the Fargate On-Demand vCPU resource count quota is 6 vCPUs. For more information about Fargate quotas, see Fargate quotas in the Amazon Web Services General Reference. For jobs that are running on Fargate resources, then value must match one of the supported values and the MEMORY values must be one of the values supported for that VCPU value. The supported values are 0.25, 0.5, 1, 2, 4, 8, and 16 value = 0.25 MEMORY = 512, 1024, or 2048 value = 0.5 MEMORY = 1024, 2048, 3072, or 4096 value = 1 MEMORY = 2048, 3072, 4096, 5120, 6144, 7168, or 8192 value = 2 MEMORY = 4096, 5120, 6144, 7168, 8192, 9216, 10240, 11264, 12288, 13312, 14336, 15360, or 16384 value = 4 MEMORY = 8192, 9216, 10240, 11264, 12288, 13312, 14336, 15360, 16384, 17408, 18432, 19456, 20480, 21504, 22528, 23552, 24576, 25600, 26624, 27648, 28672, 29696, or 30720 value = 8 MEMORY = 16384, 20480, 24576, 28672, 32768, 36864, 40960, 45056, 49152, 53248, 57344, or 61440 value = 16 MEMORY = 32768, 40960, 49152, 57344, 65536, 73728, 81920, 90112, 98304, 106496, 114688, or 122880
2052
2052
  */
2053
2053
  value: String;
2054
2054
  /**
@@ -389,6 +389,7 @@ declare namespace Billingconductor {
389
389
  */
390
390
  FailedDisassociatedResources?: DisassociateResourcesResponseList;
391
391
  }
392
+ export type BillingEntity = string;
392
393
  export type BillingGroupArn = string;
393
394
  export type BillingGroupArnList = BillingGroupArn[];
394
395
  export interface BillingGroupCostReportElement {
@@ -604,6 +605,10 @@ declare namespace Billingconductor {
604
605
  * A map that contains tag keys and tag values that are attached to a pricing rule.
605
606
  */
606
607
  Tags?: TagMap;
608
+ /**
609
+ * The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace.
610
+ */
611
+ BillingEntity?: BillingEntity;
607
612
  }
608
613
  export interface CreatePricingRuleOutput {
609
614
  /**
@@ -1372,9 +1377,13 @@ declare namespace Billingconductor {
1372
1377
  * The most recent time when the pricing rule was modified.
1373
1378
  */
1374
1379
  LastModifiedTime?: Instant;
1380
+ /**
1381
+ * The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace.
1382
+ */
1383
+ BillingEntity?: BillingEntity;
1375
1384
  }
1376
1385
  export type PricingRuleName = string;
1377
- export type PricingRuleScope = "GLOBAL"|"SERVICE"|string;
1386
+ export type PricingRuleScope = "GLOBAL"|"SERVICE"|"BILLING_ENTITY"|string;
1378
1387
  export type PricingRuleType = "MARKUP"|"DISCOUNT"|string;
1379
1388
  export type ProformaCost = string;
1380
1389
  export type Service = string;
@@ -1634,6 +1643,10 @@ declare namespace Billingconductor {
1634
1643
  * The most recent time the pricing rule was modified.
1635
1644
  */
1636
1645
  LastModifiedTime?: Instant;
1646
+ /**
1647
+ * The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace.
1648
+ */
1649
+ BillingEntity?: BillingEntity;
1637
1650
  }
1638
1651
  /**
1639
1652
  * A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
@@ -2058,7 +2058,7 @@ declare namespace CloudFormation {
2058
2058
  */
2059
2059
  ResourceIdentifierSummaries?: ResourceIdentifierSummaries;
2060
2060
  }
2061
- export type HandlerErrorCode = "NotUpdatable"|"InvalidRequest"|"AccessDenied"|"InvalidCredentials"|"AlreadyExists"|"NotFound"|"ResourceConflict"|"Throttling"|"ServiceLimitExceeded"|"NotStabilized"|"GeneralServiceException"|"ServiceInternalError"|"NetworkFailure"|"InternalFailure"|"InvalidTypeConfiguration"|"HandlerInternalFailure"|"NonCompliant"|"Unknown"|string;
2061
+ export type HandlerErrorCode = "NotUpdatable"|"InvalidRequest"|"AccessDenied"|"InvalidCredentials"|"AlreadyExists"|"NotFound"|"ResourceConflict"|"Throttling"|"ServiceLimitExceeded"|"NotStabilized"|"GeneralServiceException"|"ServiceInternalError"|"NetworkFailure"|"InternalFailure"|"InvalidTypeConfiguration"|"HandlerInternalFailure"|"NonCompliant"|"Unknown"|"UnsupportedTarget"|string;
2062
2062
  export type HookFailureMode = "FAIL"|"WARN"|string;
2063
2063
  export type HookInvocationCount = number;
2064
2064
  export type HookInvocationPoint = "PRE_PROVISION"|string;
@@ -265,7 +265,7 @@ declare namespace ComprehendMedical {
265
265
  Traits?: TraitList;
266
266
  }
267
267
  export type AttributeList = Attribute[];
268
- export type AttributeName = "SIGN"|"SYMPTOM"|"DIAGNOSIS"|"NEGATION"|string;
268
+ export type AttributeName = "SIGN"|"SYMPTOM"|"DIAGNOSIS"|"NEGATION"|"PERTAINS_TO_FAMILY"|"HYPOTHETICAL"|"LOW_CONFIDENCE"|"PAST_HISTORY"|"FUTURE"|string;
269
269
  export type BoundedLengthString = string;
270
270
  export interface Characters {
271
271
  /**
@@ -515,8 +515,8 @@ declare namespace ComprehendMedical {
515
515
  Attributes?: AttributeList;
516
516
  }
517
517
  export type EntityList = Entity[];
518
- export type EntitySubType = "NAME"|"DX_NAME"|"DOSAGE"|"ROUTE_OR_MODE"|"FORM"|"FREQUENCY"|"DURATION"|"GENERIC_NAME"|"BRAND_NAME"|"STRENGTH"|"RATE"|"ACUITY"|"TEST_NAME"|"TEST_VALUE"|"TEST_UNITS"|"TEST_UNIT"|"PROCEDURE_NAME"|"TREATMENT_NAME"|"DATE"|"AGE"|"CONTACT_POINT"|"PHONE_OR_FAX"|"EMAIL"|"IDENTIFIER"|"ID"|"URL"|"ADDRESS"|"PROFESSION"|"SYSTEM_ORGAN_SITE"|"DIRECTION"|"QUALITY"|"QUANTITY"|"TIME_EXPRESSION"|"TIME_TO_MEDICATION_NAME"|"TIME_TO_DX_NAME"|"TIME_TO_TEST_NAME"|"TIME_TO_PROCEDURE_NAME"|"TIME_TO_TREATMENT_NAME"|string;
519
- export type EntityType = "MEDICATION"|"MEDICAL_CONDITION"|"PROTECTED_HEALTH_INFORMATION"|"TEST_TREATMENT_PROCEDURE"|"ANATOMY"|"TIME_EXPRESSION"|string;
518
+ export type EntitySubType = "NAME"|"DX_NAME"|"DOSAGE"|"ROUTE_OR_MODE"|"FORM"|"FREQUENCY"|"DURATION"|"GENERIC_NAME"|"BRAND_NAME"|"STRENGTH"|"RATE"|"ACUITY"|"TEST_NAME"|"TEST_VALUE"|"TEST_UNITS"|"TEST_UNIT"|"PROCEDURE_NAME"|"TREATMENT_NAME"|"DATE"|"AGE"|"CONTACT_POINT"|"PHONE_OR_FAX"|"EMAIL"|"IDENTIFIER"|"ID"|"URL"|"ADDRESS"|"PROFESSION"|"SYSTEM_ORGAN_SITE"|"DIRECTION"|"QUALITY"|"QUANTITY"|"TIME_EXPRESSION"|"TIME_TO_MEDICATION_NAME"|"TIME_TO_DX_NAME"|"TIME_TO_TEST_NAME"|"TIME_TO_PROCEDURE_NAME"|"TIME_TO_TREATMENT_NAME"|"AMOUNT"|"GENDER"|"RACE_ETHNICITY"|"ALLERGIES"|"TOBACCO_USE"|"ALCOHOL_CONSUMPTION"|"REC_DRUG_USE"|string;
519
+ export type EntityType = "MEDICATION"|"MEDICAL_CONDITION"|"PROTECTED_HEALTH_INFORMATION"|"TEST_TREATMENT_PROCEDURE"|"ANATOMY"|"TIME_EXPRESSION"|"BEHAVIORAL_ENVIRONMENTAL_SOCIAL"|string;
520
520
  export type Float = number;
521
521
  export interface ICD10CMAttribute {
522
522
  /**
@@ -634,7 +634,7 @@ declare namespace ComprehendMedical {
634
634
  Score?: Float;
635
635
  }
636
636
  export type ICD10CMTraitList = ICD10CMTrait[];
637
- export type ICD10CMTraitName = "NEGATION"|"DIAGNOSIS"|"SIGN"|"SYMPTOM"|string;
637
+ export type ICD10CMTraitName = "NEGATION"|"DIAGNOSIS"|"SIGN"|"SYMPTOM"|"PERTAINS_TO_FAMILY"|"HYPOTHETICAL"|"LOW_CONFIDENCE"|string;
638
638
  export type IamRoleArn = string;
639
639
  export interface InferICD10CMRequest {
640
640
  /**
@@ -851,7 +851,7 @@ declare namespace ComprehendMedical {
851
851
  */
852
852
  S3Key?: S3Key;
853
853
  }
854
- export type RelationshipType = "EVERY"|"WITH_DOSAGE"|"ADMINISTERED_VIA"|"FOR"|"NEGATIVE"|"OVERLAP"|"DOSAGE"|"ROUTE_OR_MODE"|"FORM"|"FREQUENCY"|"DURATION"|"STRENGTH"|"RATE"|"ACUITY"|"TEST_VALUE"|"TEST_UNITS"|"TEST_UNIT"|"DIRECTION"|"SYSTEM_ORGAN_SITE"|string;
854
+ export type RelationshipType = "EVERY"|"WITH_DOSAGE"|"ADMINISTERED_VIA"|"FOR"|"NEGATIVE"|"OVERLAP"|"DOSAGE"|"ROUTE_OR_MODE"|"FORM"|"FREQUENCY"|"DURATION"|"STRENGTH"|"RATE"|"ACUITY"|"TEST_VALUE"|"TEST_UNITS"|"TEST_UNIT"|"DIRECTION"|"SYSTEM_ORGAN_SITE"|"AMOUNT"|string;
855
855
  export interface RxNormAttribute {
856
856
  /**
857
857
  * The type of attribute. The types of attributes recognized by InferRxNorm are BRAND_NAME and GENERIC_NAME.
@@ -1096,7 +1096,7 @@ declare namespace ComprehendMedical {
1096
1096
  Score?: Float;
1097
1097
  }
1098
1098
  export type SNOMEDCTTraitList = SNOMEDCTTrait[];
1099
- export type SNOMEDCTTraitName = "NEGATION"|"DIAGNOSIS"|"SIGN"|"SYMPTOM"|string;
1099
+ export type SNOMEDCTTraitName = "NEGATION"|"DIAGNOSIS"|"SIGN"|"SYMPTOM"|"PERTAINS_TO_FAMILY"|"HYPOTHETICAL"|"LOW_CONFIDENCE"|"PAST_HISTORY"|"FUTURE"|string;
1100
1100
  export interface StartEntitiesDetectionV2JobRequest {
1101
1101
  /**
1102
1102
  * The input configuration that specifies the format and location of the input data for the job.
@@ -859,6 +859,14 @@ declare class Connect extends Service {
859
859
  * Provides summary information about the users for the specified Amazon Connect instance.
860
860
  */
861
861
  listUsers(callback?: (err: AWSError, data: Connect.Types.ListUsersResponse) => void): Request<Connect.Types.ListUsersResponse, AWSError>;
862
+ /**
863
+ * Initiates silent monitoring of a contact. The Contact Control Panel (CCP) of the user specified by userId will be set to silent monitoring mode on the contact.
864
+ */
865
+ monitorContact(params: Connect.Types.MonitorContactRequest, callback?: (err: AWSError, data: Connect.Types.MonitorContactResponse) => void): Request<Connect.Types.MonitorContactResponse, AWSError>;
866
+ /**
867
+ * Initiates silent monitoring of a contact. The Contact Control Panel (CCP) of the user specified by userId will be set to silent monitoring mode on the contact.
868
+ */
869
+ monitorContact(callback?: (err: AWSError, data: Connect.Types.MonitorContactResponse) => void): Request<Connect.Types.MonitorContactResponse, AWSError>;
862
870
  /**
863
871
  * Changes the current status of a user or agent in Amazon Connect. If the agent is currently handling a contact, this sets the agent's next status. For more information, see Agent status and Set your next status in the Amazon Connect Administrator Guide.
864
872
  */
@@ -1424,6 +1432,7 @@ declare namespace Connect {
1424
1432
  export type AgentStatusTypes = AgentStatusType[];
1425
1433
  export type AgentUsername = string;
1426
1434
  export type AliasArn = string;
1435
+ export type AllowedMonitorCapabilities = MonitorCapability[];
1427
1436
  export interface AnswerMachineDetectionConfig {
1428
1437
  /**
1429
1438
  * The flag to indicate if answer machine detection analysis needs to be performed for a voice call. If set to true, TrafficType must be set as CAMPAIGN.
@@ -3234,7 +3243,7 @@ declare namespace Connect {
3234
3243
  */
3235
3244
  Filters: Filters;
3236
3245
  /**
3237
- * The grouping applied to the metrics returned. For example, when grouped by QUEUE, the metrics returned apply to each queue rather than aggregated for all queues. If you group by CHANNEL, you should include a Channels filter. VOICE, CHAT, and TASK channels are supported. If no Grouping is included in the request, a summary of metrics is returned.
3246
+ * The grouping applied to the metrics returned. For example, when grouped by QUEUE, the metrics returned apply to each queue rather than aggregated for all queues. If you group by CHANNEL, you should include a Channels filter. VOICE, CHAT, and TASK channels are supported. If you group by ROUTING_PROFILE, you must include either a queue or routing profile filter. If no Grouping is included in the request, a summary of metrics is returned.
3238
3247
  */
3239
3248
  Groupings?: Groupings;
3240
3249
  /**
@@ -3786,7 +3795,7 @@ declare namespace Connect {
3786
3795
  OutboundCallsEnabled?: OutboundCallsEnabled;
3787
3796
  }
3788
3797
  export type InstanceArn = string;
3789
- export type InstanceAttributeType = "INBOUND_CALLS"|"OUTBOUND_CALLS"|"CONTACTFLOW_LOGS"|"CONTACT_LENS"|"AUTO_RESOLVE_BEST_VOICES"|"USE_CUSTOM_TTS_VOICES"|"EARLY_MEDIA"|"MULTI_PARTY_CONFERENCE"|"HIGH_VOLUME_OUTBOUND"|string;
3798
+ export type InstanceAttributeType = "INBOUND_CALLS"|"OUTBOUND_CALLS"|"CONTACTFLOW_LOGS"|"CONTACT_LENS"|"AUTO_RESOLVE_BEST_VOICES"|"USE_CUSTOM_TTS_VOICES"|"EARLY_MEDIA"|"MULTI_PARTY_CONFERENCE"|"HIGH_VOLUME_OUTBOUND"|"ENHANCED_CONTACT_MONITORING"|string;
3790
3799
  export type InstanceAttributeValue = string;
3791
3800
  export type InstanceId = string;
3792
3801
  export type InstanceIdOrArn = string;
@@ -4822,6 +4831,39 @@ declare namespace Connect {
4822
4831
  Concurrency: Concurrency;
4823
4832
  }
4824
4833
  export type MinutesLimit60 = number;
4834
+ export type MonitorCapability = "SILENT_MONITOR"|"BARGE"|string;
4835
+ export interface MonitorContactRequest {
4836
+ /**
4837
+ * The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
4838
+ */
4839
+ InstanceId: InstanceId;
4840
+ /**
4841
+ * The identifier of the contact.
4842
+ */
4843
+ ContactId: ContactId;
4844
+ /**
4845
+ * The identifier of the user account.
4846
+ */
4847
+ UserId: AgentResourceId;
4848
+ /**
4849
+ * Specify which monitoring actions the user is allowed to take. For example, whether the user is allowed to escalate from silent monitoring to barge.
4850
+ */
4851
+ AllowedMonitorCapabilities?: AllowedMonitorCapabilities;
4852
+ /**
4853
+ * A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.
4854
+ */
4855
+ ClientToken?: ClientToken;
4856
+ }
4857
+ export interface MonitorContactResponse {
4858
+ /**
4859
+ * The identifier of the contact.
4860
+ */
4861
+ ContactId?: ContactId;
4862
+ /**
4863
+ * The ARN of the contact.
4864
+ */
4865
+ ContactArn?: ARN;
4866
+ }
4825
4867
  export type Name = string;
4826
4868
  export type Name128 = string;
4827
4869
  export type NextToken = string;
@@ -5452,7 +5494,7 @@ declare namespace Connect {
5452
5494
  */
5453
5495
  SearchFilter?: QueueSearchFilter;
5454
5496
  /**
5455
- * The search criteria to be used to return queues.
5497
+ * The search criteria to be used to return queues. The name and description fields support "contains" queries with a minimum of 2 characters and a maximum of 25 characters. Any queries with character lengths outside of this range will throw invalid results.
5456
5498
  */
5457
5499
  SearchCriteria?: QueueSearchCriteria;
5458
5500
  }
@@ -5488,7 +5530,7 @@ declare namespace Connect {
5488
5530
  */
5489
5531
  SearchFilter?: RoutingProfileSearchFilter;
5490
5532
  /**
5491
- * The search criteria to be used to return routing profiles.
5533
+ * The search criteria to be used to return routing profiles. The name and description fields support "contains" queries with a minimum of 2 characters and a maximum of 25 characters. Any queries with character lengths outside of this range will throw invalid results.
5492
5534
  */
5493
5535
  SearchCriteria?: RoutingProfileSearchCriteria;
5494
5536
  }
@@ -5520,7 +5562,7 @@ declare namespace Connect {
5520
5562
  */
5521
5563
  MaxResults?: MaxResult100;
5522
5564
  /**
5523
- * The search criteria to be used to return security profiles. The currently supported value for FieldName: name
5565
+ * The search criteria to be used to return security profiles. The name field support "contains" queries with a minimum of 2 characters and maximum of 25 characters. Any queries with character lengths outside of this range will throw invalid results. The currently supported value for FieldName: name
5524
5566
  */
5525
5567
  SearchCriteria?: SecurityProfileSearchCriteria;
5526
5568
  /**
@@ -29,11 +29,11 @@ declare class EKS extends Service {
29
29
  */
30
30
  associateIdentityProviderConfig(callback?: (err: AWSError, data: EKS.Types.AssociateIdentityProviderConfigResponse) => void): Request<EKS.Types.AssociateIdentityProviderConfigResponse, AWSError>;
31
31
  /**
32
- * Creates an Amazon EKS add-on. Amazon EKS add-ons help to automate the provisioning and lifecycle management of common operational software for Amazon EKS clusters. Amazon EKS add-ons require clusters running version 1.18 or later because Amazon EKS add-ons rely on the Server-side Apply Kubernetes feature, which is only available in Kubernetes 1.18 and later. For more information, see Amazon EKS add-ons in the Amazon EKS User Guide.
32
+ * Creates an Amazon EKS add-on. Amazon EKS add-ons help to automate the provisioning and lifecycle management of common operational software for Amazon EKS clusters. For more information, see Amazon EKS add-ons in the Amazon EKS User Guide.
33
33
  */
34
34
  createAddon(params: EKS.Types.CreateAddonRequest, callback?: (err: AWSError, data: EKS.Types.CreateAddonResponse) => void): Request<EKS.Types.CreateAddonResponse, AWSError>;
35
35
  /**
36
- * Creates an Amazon EKS add-on. Amazon EKS add-ons help to automate the provisioning and lifecycle management of common operational software for Amazon EKS clusters. Amazon EKS add-ons require clusters running version 1.18 or later because Amazon EKS add-ons rely on the Server-side Apply Kubernetes feature, which is only available in Kubernetes 1.18 and later. For more information, see Amazon EKS add-ons in the Amazon EKS User Guide.
36
+ * Creates an Amazon EKS add-on. Amazon EKS add-ons help to automate the provisioning and lifecycle management of common operational software for Amazon EKS clusters. For more information, see Amazon EKS add-ons in the Amazon EKS User Guide.
37
37
  */
38
38
  createAddon(callback?: (err: AWSError, data: EKS.Types.CreateAddonResponse) => void): Request<EKS.Types.CreateAddonResponse, AWSError>;
39
39
  /**
@@ -660,6 +660,18 @@ declare namespace EKS {
660
660
  */
661
661
  roleArn?: String;
662
662
  }
663
+ export interface ControlPlanePlacementRequest {
664
+ /**
665
+ * The name of the placement group for the Kubernetes control plane instances. This setting can't be changed after cluster creation.
666
+ */
667
+ groupName?: String;
668
+ }
669
+ export interface ControlPlanePlacementResponse {
670
+ /**
671
+ * The name of the placement group for the Kubernetes control plane instances.
672
+ */
673
+ groupName?: String;
674
+ }
663
675
  export interface CreateAddonRequest {
664
676
  /**
665
677
  * The name of the cluster to create the add-on for.
@@ -731,7 +743,7 @@ declare namespace EKS {
731
743
  */
732
744
  encryptionConfig?: EncryptionConfigList;
733
745
  /**
734
- * An object representing the configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost. Before creating a local cluster on an Outpost, review Creating an Amazon EKS cluster on an Amazon Web Services Outpost in the Amazon EKS User Guide. This object isn't available for creating Amazon EKS clusters on the Amazon Web Services cloud.
746
+ * An object representing the configuration of your local Amazon EKS cluster on an Amazon Web Services Outpost. Before creating a local cluster on an Outpost, review Local clusters for Amazon EKS on Amazon Web Services Outposts in the Amazon EKS User Guide. This object isn't available for creating Amazon EKS clusters on the Amazon Web Services cloud.
735
747
  */
736
748
  outpostConfig?: OutpostConfigRequest;
737
749
  }
@@ -1219,7 +1231,7 @@ declare namespace EKS {
1219
1231
  */
1220
1232
  name?: String;
1221
1233
  /**
1222
- * The launch template version number, $Latest, or $Default. If the value is $Latest, Amazon EKS uses the latest version of the launch template. If the value is $Default, Amazon EKS uses the default version of the launch template. Default: The default version of the launch template.
1234
+ * The version number of the launch template to use. If no version is specified, then the template's default version is used.
1223
1235
  */
1224
1236
  version?: String;
1225
1237
  /**
@@ -1648,9 +1660,13 @@ declare namespace EKS {
1648
1660
  */
1649
1661
  outpostArns: StringList;
1650
1662
  /**
1651
- * The Amazon EC2 instance type that you want to use for your local Amazon EKS cluster on Outposts. The instance type that you specify is used for all Kubernetes control plane instances. The instance type can't be changed after cluster creation. Choose an instance type based on the number of nodes that your cluster will have. If your cluster will have: 1–20 nodes, then we recommend specifying a large instance type. 21–100 nodes, then we recommend specifying an xlarge instance type. 101–250 nodes, then we recommend specifying a 2xlarge instance type. For a list of the available Amazon EC2 instance types, see Compute and storage in Outposts rack features. The control plane is not automatically scaled by Amazon EKS.
1663
+ * The Amazon EC2 instance type that you want to use for your local Amazon EKS cluster on Outposts. Choose an instance type based on the number of nodes that your cluster will have. For more information, see Capacity considerations in the Amazon EKS User Guide. The instance type that you specify is used for all Kubernetes control plane instances. The instance type can't be changed after cluster creation. The control plane is not automatically scaled by Amazon EKS.
1652
1664
  */
1653
1665
  controlPlaneInstanceType: String;
1666
+ /**
1667
+ * An object representing the placement configuration for all the control plane instance of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see Capacity considerations in the Amazon EKS User Guide.
1668
+ */
1669
+ controlPlanePlacement?: ControlPlanePlacementRequest;
1654
1670
  }
1655
1671
  export interface OutpostConfigResponse {
1656
1672
  /**
@@ -1661,6 +1677,10 @@ declare namespace EKS {
1661
1677
  * The Amazon EC2 instance type used for the control plane. The instance type is the same for all control plane instances.
1662
1678
  */
1663
1679
  controlPlaneInstanceType: String;
1680
+ /**
1681
+ * An object representing the placement configuration for all the control plane instance of your local Amazon EKS cluster on an Amazon Web Services Outpost. For more information, see Capacity considerations in the Amazon EKS User Guide.
1682
+ */
1683
+ controlPlanePlacement?: ControlPlanePlacementResponse;
1664
1684
  }
1665
1685
  export type PercentCapacity = number;
1666
1686
  export interface Provider {
@@ -1947,7 +1967,7 @@ declare namespace EKS {
1947
1967
  */
1948
1968
  subnetIds?: StringList;
1949
1969
  /**
1950
- * Specify one or more security groups for the cross-account elastic network interfaces that Amazon EKS creates to use that allow communication between your nodes and the Kubernetes control plane. If you don't specify any security groups, then familiarize yourself with the difference between Amazon EKS defaults for clusters deployed with Kubernetes: 1.14 Amazon EKS platform version eks.2 and earlier 1.14 Amazon EKS platform version eks.3 and later For more information, see Amazon EKS security group considerations in the Amazon EKS User Guide .
1970
+ * Specify one or more security groups for the cross-account elastic network interfaces that Amazon EKS creates to use that allow communication between your nodes and the Kubernetes control plane. If you don't specify any security groups, then familiarize yourself with the difference between Amazon EKS defaults for clusters deployed with Kubernetes. For more information, see Amazon EKS security group considerations in the Amazon EKS User Guide .
1951
1971
  */
1952
1972
  securityGroupIds?: StringList;
1953
1973
  /**
@@ -601,7 +601,17 @@ declare namespace ElastiCache {
601
601
  */
602
602
  PasswordCount?: IntegerOptional;
603
603
  }
604
- export type AuthenticationType = "password"|"no-password"|string;
604
+ export interface AuthenticationMode {
605
+ /**
606
+ * Specifies the authentication type. Possible options are IAM authentication, password and no password.
607
+ */
608
+ Type?: InputAuthenticationType;
609
+ /**
610
+ * Specifies the passwords to use for authentication if Type is set to password.
611
+ */
612
+ Passwords?: PasswordListInput;
613
+ }
614
+ export type AuthenticationType = "password"|"no-password"|"iam"|string;
605
615
  export interface AuthorizeCacheSecurityGroupIngressMessage {
606
616
  /**
607
617
  * The cache security group that allows network ingress.
@@ -1585,6 +1595,10 @@ declare namespace ElastiCache {
1585
1595
  * A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted.
1586
1596
  */
1587
1597
  Tags?: TagList;
1598
+ /**
1599
+ * Specifies how to authenticate the user.
1600
+ */
1601
+ AuthenticationMode?: AuthenticationMode;
1588
1602
  }
1589
1603
  export interface CustomerNodeEndpoint {
1590
1604
  /**
@@ -2422,6 +2436,7 @@ declare namespace ElastiCache {
2422
2436
  export interface IncreaseReplicaCountResult {
2423
2437
  ReplicationGroup?: ReplicationGroup;
2424
2438
  }
2439
+ export type InputAuthenticationType = "password"|"no-password-required"|"iam"|string;
2425
2440
  export type Integer = number;
2426
2441
  export type IntegerOptional = number;
2427
2442
  export type IpDiscovery = "ipv4"|"ipv6"|string;
@@ -2823,6 +2838,10 @@ declare namespace ElastiCache {
2823
2838
  * Indicates no password is required for the user.
2824
2839
  */
2825
2840
  NoPasswordRequired?: BooleanOptional;
2841
+ /**
2842
+ * Specifies how to authenticate the user.
2843
+ */
2844
+ AuthenticationMode?: AuthenticationMode;
2826
2845
  }
2827
2846
  export type MultiAZStatus = "enabled"|"disabled"|string;
2828
2847
  export type NetworkType = "ipv4"|"ipv6"|"dual_stack"|string;
@@ -580,7 +580,7 @@ declare namespace GreengrassV2 {
580
580
  }
581
581
  export interface CreateDeploymentRequest {
582
582
  /**
583
- * The ARN of the target IoT thing or thing group.
583
+ * The ARN of the target IoT thing or thing group. When creating a subdeployment, the targetARN can only be a thing group.
584
584
  */
585
585
  targetArn: TargetARN;
586
586
  /**
@@ -599,6 +599,10 @@ declare namespace GreengrassV2 {
599
599
  * The deployment policies for the deployment. These policies define how the deployment updates components and handles failure.
600
600
  */
601
601
  deploymentPolicies?: DeploymentPolicies;
602
+ /**
603
+ * The parent deployment's target ARN within a subdeployment.
604
+ */
605
+ parentTargetArn?: ThingGroupARN;
602
606
  /**
603
607
  * A list of key-value pairs that contain metadata for the resource. For more information, see Tag your resources in the IoT Greengrass V2 Developer Guide.
604
608
  */
@@ -643,7 +647,7 @@ declare namespace GreengrassV2 {
643
647
  }
644
648
  export interface Deployment {
645
649
  /**
646
- * The ARN of the target IoT thing or thing group.
650
+ * The ARN of the target IoT thing or thing group. When creating a subdeployment, the targetARN can only be a thing group.
647
651
  */
648
652
  targetArn?: TargetARN;
649
653
  /**
@@ -670,6 +674,10 @@ declare namespace GreengrassV2 {
670
674
  * Whether or not the deployment is the latest revision for its target.
671
675
  */
672
676
  isLatestForTarget?: IsLatestForTarget;
677
+ /**
678
+ * The parent deployment's target ARN within a subdeployment.
679
+ */
680
+ parentTargetArn?: ThingGroupARN;
673
681
  }
674
682
  export interface DeploymentComponentUpdatePolicy {
675
683
  /**
@@ -1011,6 +1019,10 @@ declare namespace GreengrassV2 {
1011
1019
  * Whether or not the deployment is the latest revision for its target.
1012
1020
  */
1013
1021
  isLatestForTarget?: IsLatestForTarget;
1022
+ /**
1023
+ * The parent deployment's target ARN within a subdeployment.
1024
+ */
1025
+ parentTargetArn?: ThingGroupARN;
1014
1026
  /**
1015
1027
  * A list of key-value pairs that contain metadata for the resource. For more information, see Tag your resources in the IoT Greengrass V2 Developer Guide.
1016
1028
  */
@@ -1412,6 +1424,10 @@ declare namespace GreengrassV2 {
1412
1424
  * The filter for the list of deployments. Choose one of the following options: ALL – The list includes all deployments. LATEST_ONLY – The list includes only the latest revision of each deployment. Default: LATEST_ONLY
1413
1425
  */
1414
1426
  historyFilter?: DeploymentHistoryFilter;
1427
+ /**
1428
+ * The parent deployment's target ARN within a subdeployment.
1429
+ */
1430
+ parentTargetArn?: ThingGroupARN;
1415
1431
  /**
1416
1432
  * The maximum number of results to be returned per paginated request.
1417
1433
  */