cdk-lambda-subminute 2.0.301 → 2.0.302

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 (74) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +30 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +6 -0
  6. package/node_modules/aws-sdk/apis/cloud9-2017-09-23.examples.json +1 -0
  7. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +90 -81
  8. package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +16 -0
  9. package/node_modules/aws-sdk/apis/codestar-connections-2019-12-01.min.json +590 -3
  10. package/node_modules/aws-sdk/apis/codestar-connections-2019-12-01.paginators.json +10 -0
  11. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1853 -1396
  12. package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +100 -40
  13. package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +91 -78
  14. package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +172 -0
  15. package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.paginators.json +5 -0
  16. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +16 -4
  17. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +379 -301
  18. package/node_modules/aws-sdk/apis/metadata.json +3 -3
  19. package/node_modules/aws-sdk/apis/osis-2022-01-01.min.json +66 -12
  20. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +233 -217
  21. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +250 -91
  22. package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
  23. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +39 -38
  24. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +126 -126
  25. package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.min.json +21 -13
  26. package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.examples.json +228 -0
  27. package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.min.json +94 -8
  28. package/node_modules/aws-sdk/apis/trustedadvisor-2022-09-15.min.json +794 -0
  29. package/node_modules/aws-sdk/apis/trustedadvisor-2022-09-15.paginators.json +40 -0
  30. package/node_modules/aws-sdk/apis/verifiedpermissions-2021-12-01.min.json +269 -199
  31. package/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json +790 -27
  32. package/node_modules/aws-sdk/apis/wisdom-2020-10-19.paginators.json +18 -0
  33. package/node_modules/aws-sdk/clients/all.d.ts +1 -1
  34. package/node_modules/aws-sdk/clients/all.js +2 -2
  35. package/node_modules/aws-sdk/clients/appmesh.d.ts +2 -2
  36. package/node_modules/aws-sdk/clients/athena.d.ts +27 -19
  37. package/node_modules/aws-sdk/clients/cloud9.d.ts +1 -1
  38. package/node_modules/aws-sdk/clients/cloudformation.d.ts +14 -1
  39. package/node_modules/aws-sdk/clients/codepipeline.d.ts +22 -2
  40. package/node_modules/aws-sdk/clients/codestarconnections.d.ts +727 -0
  41. package/node_modules/aws-sdk/clients/connect.d.ts +2 -2
  42. package/node_modules/aws-sdk/clients/dlm.d.ts +2 -2
  43. package/node_modules/aws-sdk/clients/ec2.d.ts +563 -22
  44. package/node_modules/aws-sdk/clients/ecr.d.ts +128 -7
  45. package/node_modules/aws-sdk/clients/emr.d.ts +80 -43
  46. package/node_modules/aws-sdk/clients/eventbridge.d.ts +40 -37
  47. package/node_modules/aws-sdk/clients/internetmonitor.d.ts +157 -4
  48. package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +8 -8
  49. package/node_modules/aws-sdk/clients/medialive.d.ts +121 -47
  50. package/node_modules/aws-sdk/clients/osis.d.ts +55 -0
  51. package/node_modules/aws-sdk/clients/rds.d.ts +31 -4
  52. package/node_modules/aws-sdk/clients/redshift.d.ts +207 -0
  53. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +5 -0
  54. package/node_modules/aws-sdk/clients/s3.d.ts +2 -2
  55. package/node_modules/aws-sdk/clients/ssoadmin.d.ts +18 -6
  56. package/node_modules/aws-sdk/clients/ssooidc.d.ts +99 -16
  57. package/node_modules/aws-sdk/clients/sts.d.ts +3 -3
  58. package/node_modules/aws-sdk/clients/trustedadvisor.d.ts +918 -0
  59. package/node_modules/aws-sdk/clients/trustedadvisor.js +18 -0
  60. package/node_modules/aws-sdk/clients/verifiedpermissions.d.ts +67 -1
  61. package/node_modules/aws-sdk/clients/wisdom.d.ts +849 -25
  62. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  63. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1420 -1420
  64. package/node_modules/aws-sdk/dist/aws-sdk.js +2651 -1909
  65. package/node_modules/aws-sdk/dist/aws-sdk.min.js +101 -101
  66. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -2
  67. package/node_modules/aws-sdk/lib/core.js +1 -1
  68. package/node_modules/aws-sdk/package.json +1 -1
  69. package/package.json +3 -3
  70. package/node_modules/aws-sdk/apis/macie-2017-12-19.min.json +0 -222
  71. package/node_modules/aws-sdk/apis/macie-2017-12-19.paginators.json +0 -14
  72. package/node_modules/aws-sdk/clients/macie.d.ts +0 -284
  73. package/node_modules/aws-sdk/clients/macie.js +0 -18
  74. /package/node_modules/aws-sdk/apis/{macie-2017-12-19.examples.json → trustedadvisor-2022-09-15.examples.json} +0 -0
@@ -13,11 +13,11 @@ declare class EMR extends Service {
13
13
  constructor(options?: EMR.Types.ClientConfiguration)
14
14
  config: Config & EMR.Types.ClientConfiguration;
15
15
  /**
16
- * Adds an instance fleet to a running cluster. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and higher, excluding 5.0.x.
16
+ * Adds an instance fleet to a running cluster. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x.
17
17
  */
18
18
  addInstanceFleet(params: EMR.Types.AddInstanceFleetInput, callback?: (err: AWSError, data: EMR.Types.AddInstanceFleetOutput) => void): Request<EMR.Types.AddInstanceFleetOutput, AWSError>;
19
19
  /**
20
- * Adds an instance fleet to a running cluster. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and higher, excluding 5.0.x.
20
+ * Adds an instance fleet to a running cluster. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x.
21
21
  */
22
22
  addInstanceFleet(callback?: (err: AWSError, data: EMR.Types.AddInstanceFleetOutput) => void): Request<EMR.Types.AddInstanceFleetOutput, AWSError>;
23
23
  /**
@@ -45,11 +45,11 @@ declare class EMR extends Service {
45
45
  */
46
46
  addTags(callback?: (err: AWSError, data: EMR.Types.AddTagsOutput) => void): Request<EMR.Types.AddTagsOutput, AWSError>;
47
47
  /**
48
- * Cancels a pending step or steps in a running cluster. Available only in Amazon EMR versions 4.8.0 and higher, excluding version 5.0.0. A maximum of 256 steps are allowed in each CancelSteps request. CancelSteps is idempotent but asynchronous; it does not guarantee that a step will be canceled, even if the request is successfully submitted. When you use Amazon EMR releases 5.28.0 and higher, you can cancel steps that are in a PENDING or RUNNING state. In earlier versions of Amazon EMR, you can only cancel steps that are in a PENDING state.
48
+ * Cancels a pending step or steps in a running cluster. Available only in Amazon EMR versions 4.8.0 and later, excluding version 5.0.0. A maximum of 256 steps are allowed in each CancelSteps request. CancelSteps is idempotent but asynchronous; it does not guarantee that a step will be canceled, even if the request is successfully submitted. When you use Amazon EMR releases 5.28.0 and later, you can cancel steps that are in a PENDING or RUNNING state. In earlier versions of Amazon EMR, you can only cancel steps that are in a PENDING state.
49
49
  */
50
50
  cancelSteps(params: EMR.Types.CancelStepsInput, callback?: (err: AWSError, data: EMR.Types.CancelStepsOutput) => void): Request<EMR.Types.CancelStepsOutput, AWSError>;
51
51
  /**
52
- * Cancels a pending step or steps in a running cluster. Available only in Amazon EMR versions 4.8.0 and higher, excluding version 5.0.0. A maximum of 256 steps are allowed in each CancelSteps request. CancelSteps is idempotent but asynchronous; it does not guarantee that a step will be canceled, even if the request is successfully submitted. When you use Amazon EMR releases 5.28.0 and higher, you can cancel steps that are in a PENDING or RUNNING state. In earlier versions of Amazon EMR, you can only cancel steps that are in a PENDING state.
52
+ * Cancels a pending step or steps in a running cluster. Available only in Amazon EMR versions 4.8.0 and later, excluding version 5.0.0. A maximum of 256 steps are allowed in each CancelSteps request. CancelSteps is idempotent but asynchronous; it does not guarantee that a step will be canceled, even if the request is successfully submitted. When you use Amazon EMR releases 5.28.0 and later, you can cancel steps that are in a PENDING or RUNNING state. In earlier versions of Amazon EMR, you can only cancel steps that are in a PENDING state.
53
53
  */
54
54
  cancelSteps(callback?: (err: AWSError, data: EMR.Types.CancelStepsOutput) => void): Request<EMR.Types.CancelStepsOutput, AWSError>;
55
55
  /**
@@ -213,11 +213,11 @@ declare class EMR extends Service {
213
213
  */
214
214
  listClusters(callback?: (err: AWSError, data: EMR.Types.ListClustersOutput) => void): Request<EMR.Types.ListClustersOutput, AWSError>;
215
215
  /**
216
- * Lists all available details about the instance fleets in a cluster. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and higher, excluding 5.0.x versions.
216
+ * Lists all available details about the instance fleets in a cluster. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions.
217
217
  */
218
218
  listInstanceFleets(params: EMR.Types.ListInstanceFleetsInput, callback?: (err: AWSError, data: EMR.Types.ListInstanceFleetsOutput) => void): Request<EMR.Types.ListInstanceFleetsOutput, AWSError>;
219
219
  /**
220
- * Lists all available details about the instance fleets in a cluster. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and higher, excluding 5.0.x versions.
220
+ * Lists all available details about the instance fleets in a cluster. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions.
221
221
  */
222
222
  listInstanceFleets(callback?: (err: AWSError, data: EMR.Types.ListInstanceFleetsOutput) => void): Request<EMR.Types.ListInstanceFleetsOutput, AWSError>;
223
223
  /**
@@ -301,11 +301,11 @@ declare class EMR extends Service {
301
301
  */
302
302
  modifyCluster(callback?: (err: AWSError, data: EMR.Types.ModifyClusterOutput) => void): Request<EMR.Types.ModifyClusterOutput, AWSError>;
303
303
  /**
304
- * Modifies the target On-Demand and target Spot capacities for the instance fleet with the specified InstanceFleetID within the cluster specified using ClusterID. The call either succeeds or fails atomically. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and higher, excluding 5.0.x versions.
304
+ * Modifies the target On-Demand and target Spot capacities for the instance fleet with the specified InstanceFleetID within the cluster specified using ClusterID. The call either succeeds or fails atomically. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions.
305
305
  */
306
306
  modifyInstanceFleet(params: EMR.Types.ModifyInstanceFleetInput, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
307
307
  /**
308
- * Modifies the target On-Demand and target Spot capacities for the instance fleet with the specified InstanceFleetID within the cluster specified using ClusterID. The call either succeeds or fails atomically. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and higher, excluding 5.0.x versions.
308
+ * Modifies the target On-Demand and target Spot capacities for the instance fleet with the specified InstanceFleetID within the cluster specified using ClusterID. The call either succeeds or fails atomically. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions.
309
309
  */
310
310
  modifyInstanceFleet(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
311
311
  /**
@@ -325,11 +325,11 @@ declare class EMR extends Service {
325
325
  */
326
326
  putAutoScalingPolicy(callback?: (err: AWSError, data: EMR.Types.PutAutoScalingPolicyOutput) => void): Request<EMR.Types.PutAutoScalingPolicyOutput, AWSError>;
327
327
  /**
328
- * Auto-termination is supported in Amazon EMR releases 5.30.0 and 6.1.0 and higher. For more information, see Using an auto-termination policy. Creates or updates an auto-termination policy for an Amazon EMR cluster. An auto-termination policy defines the amount of idle time in seconds after which a cluster automatically terminates. For alternative cluster termination options, see Control cluster termination.
328
+ * Auto-termination is supported in Amazon EMR releases 5.30.0 and 6.1.0 and later. For more information, see Using an auto-termination policy. Creates or updates an auto-termination policy for an Amazon EMR cluster. An auto-termination policy defines the amount of idle time in seconds after which a cluster automatically terminates. For alternative cluster termination options, see Control cluster termination.
329
329
  */
330
330
  putAutoTerminationPolicy(params: EMR.Types.PutAutoTerminationPolicyInput, callback?: (err: AWSError, data: EMR.Types.PutAutoTerminationPolicyOutput) => void): Request<EMR.Types.PutAutoTerminationPolicyOutput, AWSError>;
331
331
  /**
332
- * Auto-termination is supported in Amazon EMR releases 5.30.0 and 6.1.0 and higher. For more information, see Using an auto-termination policy. Creates or updates an auto-termination policy for an Amazon EMR cluster. An auto-termination policy defines the amount of idle time in seconds after which a cluster automatically terminates. For alternative cluster termination options, see Control cluster termination.
332
+ * Auto-termination is supported in Amazon EMR releases 5.30.0 and 6.1.0 and later. For more information, see Using an auto-termination policy. Creates or updates an auto-termination policy for an Amazon EMR cluster. An auto-termination policy defines the amount of idle time in seconds after which a cluster automatically terminates. For alternative cluster termination options, see Control cluster termination.
333
333
  */
334
334
  putAutoTerminationPolicy(callback?: (err: AWSError, data: EMR.Types.PutAutoTerminationPolicyOutput) => void): Request<EMR.Types.PutAutoTerminationPolicyOutput, AWSError>;
335
335
  /**
@@ -381,11 +381,11 @@ declare class EMR extends Service {
381
381
  */
382
382
  removeTags(callback?: (err: AWSError, data: EMR.Types.RemoveTagsOutput) => void): Request<EMR.Types.RemoveTagsOutput, AWSError>;
383
383
  /**
384
- * RunJobFlow creates and starts running a new cluster (job flow). The cluster runs the steps specified. After the steps complete, the cluster stops and the HDFS partition is lost. To prevent loss of data, configure the last step of the job flow to store results in Amazon S3. If the JobFlowInstancesConfig KeepJobFlowAliveWhenNoSteps parameter is set to TRUE, the cluster transitions to the WAITING state rather than shutting down after the steps have completed. For additional protection, you can set the JobFlowInstancesConfig TerminationProtected parameter to TRUE to lock the cluster and prevent it from being terminated by API call, user intervention, or in the event of a job flow error. A maximum of 256 steps are allowed in each job flow. If your cluster is long-running (such as a Hive data warehouse) or complex, you may require more than 256 steps to process your data. You can bypass the 256-step limitation in various ways, including using the SSH shell to connect to the master node and submitting queries directly to the software running on the master node, such as Hive and Hadoop. For long-running clusters, we recommend that you periodically store your results. The instance fleets configuration is available only in Amazon EMR releases 4.8.0 and higher, excluding 5.0.x versions. The RunJobFlow request can contain InstanceFleets parameters or InstanceGroups parameters, but not both.
384
+ * RunJobFlow creates and starts running a new cluster (job flow). The cluster runs the steps specified. After the steps complete, the cluster stops and the HDFS partition is lost. To prevent loss of data, configure the last step of the job flow to store results in Amazon S3. If the JobFlowInstancesConfig KeepJobFlowAliveWhenNoSteps parameter is set to TRUE, the cluster transitions to the WAITING state rather than shutting down after the steps have completed. For additional protection, you can set the JobFlowInstancesConfig TerminationProtected parameter to TRUE to lock the cluster and prevent it from being terminated by API call, user intervention, or in the event of a job flow error. A maximum of 256 steps are allowed in each job flow. If your cluster is long-running (such as a Hive data warehouse) or complex, you may require more than 256 steps to process your data. You can bypass the 256-step limitation in various ways, including using the SSH shell to connect to the master node and submitting queries directly to the software running on the master node, such as Hive and Hadoop. For long-running clusters, we recommend that you periodically store your results. The instance fleets configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions. The RunJobFlow request can contain InstanceFleets parameters or InstanceGroups parameters, but not both.
385
385
  */
386
386
  runJobFlow(params: EMR.Types.RunJobFlowInput, callback?: (err: AWSError, data: EMR.Types.RunJobFlowOutput) => void): Request<EMR.Types.RunJobFlowOutput, AWSError>;
387
387
  /**
388
- * RunJobFlow creates and starts running a new cluster (job flow). The cluster runs the steps specified. After the steps complete, the cluster stops and the HDFS partition is lost. To prevent loss of data, configure the last step of the job flow to store results in Amazon S3. If the JobFlowInstancesConfig KeepJobFlowAliveWhenNoSteps parameter is set to TRUE, the cluster transitions to the WAITING state rather than shutting down after the steps have completed. For additional protection, you can set the JobFlowInstancesConfig TerminationProtected parameter to TRUE to lock the cluster and prevent it from being terminated by API call, user intervention, or in the event of a job flow error. A maximum of 256 steps are allowed in each job flow. If your cluster is long-running (such as a Hive data warehouse) or complex, you may require more than 256 steps to process your data. You can bypass the 256-step limitation in various ways, including using the SSH shell to connect to the master node and submitting queries directly to the software running on the master node, such as Hive and Hadoop. For long-running clusters, we recommend that you periodically store your results. The instance fleets configuration is available only in Amazon EMR releases 4.8.0 and higher, excluding 5.0.x versions. The RunJobFlow request can contain InstanceFleets parameters or InstanceGroups parameters, but not both.
388
+ * RunJobFlow creates and starts running a new cluster (job flow). The cluster runs the steps specified. After the steps complete, the cluster stops and the HDFS partition is lost. To prevent loss of data, configure the last step of the job flow to store results in Amazon S3. If the JobFlowInstancesConfig KeepJobFlowAliveWhenNoSteps parameter is set to TRUE, the cluster transitions to the WAITING state rather than shutting down after the steps have completed. For additional protection, you can set the JobFlowInstancesConfig TerminationProtected parameter to TRUE to lock the cluster and prevent it from being terminated by API call, user intervention, or in the event of a job flow error. A maximum of 256 steps are allowed in each job flow. If your cluster is long-running (such as a Hive data warehouse) or complex, you may require more than 256 steps to process your data. You can bypass the 256-step limitation in various ways, including using the SSH shell to connect to the master node and submitting queries directly to the software running on the master node, such as Hive and Hadoop. For long-running clusters, we recommend that you periodically store your results. The instance fleets configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions. The RunJobFlow request can contain InstanceFleets parameters or InstanceGroups parameters, but not both.
389
389
  */
390
390
  runJobFlow(callback?: (err: AWSError, data: EMR.Types.RunJobFlowOutput) => void): Request<EMR.Types.RunJobFlowOutput, AWSError>;
391
391
  /**
@@ -757,7 +757,7 @@ declare namespace EMR {
757
757
  */
758
758
  Ec2InstanceAttributes?: Ec2InstanceAttributes;
759
759
  /**
760
- * The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and higher, excluding 5.0.x versions. The instance group configuration of the cluster. A value of INSTANCE_GROUP indicates a uniform instance group configuration. A value of INSTANCE_FLEET indicates an instance fleets configuration.
760
+ * The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions. The instance group configuration of the cluster. A value of INSTANCE_GROUP indicates a uniform instance group configuration. A value of INSTANCE_FLEET indicates an instance fleets configuration.
761
761
  */
762
762
  InstanceCollectionType?: InstanceCollectionType;
763
763
  /**
@@ -765,7 +765,7 @@ declare namespace EMR {
765
765
  */
766
766
  LogUri?: String;
767
767
  /**
768
- * The KMS key used for encrypting log files. This attribute is only available with Amazon EMR 5.30.0 and higher, excluding Amazon EMR 6.0.0.
768
+ * The KMS key used for encrypting log files. This attribute is only available with Amazon EMR 5.30.0 and later, excluding Amazon EMR 6.0.0.
769
769
  */
770
770
  LogEncryptionKmsKeyId?: String;
771
771
  /**
@@ -777,7 +777,7 @@ declare namespace EMR {
777
777
  */
778
778
  RunningAmiVersion?: String;
779
779
  /**
780
- * The Amazon EMR release label, which determines the version of open-source application packages installed on the cluster. Release labels are in the form emr-x.x.x, where x.x.x is an Amazon EMR release version such as emr-5.14.0. For more information about Amazon EMR release versions and included application versions and features, see https://docs.aws.amazon.com/emr/latest/ReleaseGuide/. The release label applies only to Amazon EMR releases version 4.0 and higher. Earlier versions use AmiVersion.
780
+ * The Amazon EMR release label, which determines the version of open-source application packages installed on the cluster. Release labels are in the form emr-x.x.x, where x.x.x is an Amazon EMR release version such as emr-5.14.0. For more information about Amazon EMR release versions and included application versions and features, see https://docs.aws.amazon.com/emr/latest/ReleaseGuide/. The release label applies only to Amazon EMR releases version 4.0 and later. Earlier versions use AmiVersion.
781
781
  */
782
782
  ReleaseLabel?: String;
783
783
  /**
@@ -813,7 +813,7 @@ declare namespace EMR {
813
813
  */
814
814
  MasterPublicDnsName?: String;
815
815
  /**
816
- * Applies only to Amazon EMR releases 4.x and higher. The list of configurations that are supplied to the Amazon EMR cluster.
816
+ * Applies only to Amazon EMR releases 4.x and later. The list of configurations that are supplied to the Amazon EMR cluster.
817
817
  */
818
818
  Configurations?: ConfigurationList;
819
819
  /**
@@ -825,15 +825,15 @@ declare namespace EMR {
825
825
  */
826
826
  AutoScalingRole?: XmlString;
827
827
  /**
828
- * The way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized. TERMINATE_AT_INSTANCE_HOUR indicates that Amazon EMR terminates nodes at the instance-hour boundary, regardless of when the request to terminate the instance was submitted. This option is only available with Amazon EMR 5.1.0 and higher and is the default for clusters created using that version. TERMINATE_AT_TASK_COMPLETION indicates that Amazon EMR adds nodes to a deny list and drains tasks from nodes before terminating the Amazon EC2 instances, regardless of the instance-hour boundary. With either behavior, Amazon EMR removes the least active nodes first and blocks instance termination if it could lead to HDFS corruption. TERMINATE_AT_TASK_COMPLETION is available only in Amazon EMR releases 4.1.0 and higher, and is the default for versions of Amazon EMR earlier than 5.1.0.
828
+ * The way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized. TERMINATE_AT_INSTANCE_HOUR indicates that Amazon EMR terminates nodes at the instance-hour boundary, regardless of when the request to terminate the instance was submitted. This option is only available with Amazon EMR 5.1.0 and later and is the default for clusters created using that version. TERMINATE_AT_TASK_COMPLETION indicates that Amazon EMR adds nodes to a deny list and drains tasks from nodes before terminating the Amazon EC2 instances, regardless of the instance-hour boundary. With either behavior, Amazon EMR removes the least active nodes first and blocks instance termination if it could lead to HDFS corruption. TERMINATE_AT_TASK_COMPLETION is available only in Amazon EMR releases 4.1.0 and later, and is the default for versions of Amazon EMR earlier than 5.1.0.
829
829
  */
830
830
  ScaleDownBehavior?: ScaleDownBehavior;
831
831
  /**
832
- * Available only in Amazon EMR releases 5.7.0 and higher. The ID of a custom Amazon EBS-backed Linux AMI if the cluster uses a custom AMI.
832
+ * Available only in Amazon EMR releases 5.7.0 and later. The ID of a custom Amazon EBS-backed Linux AMI if the cluster uses a custom AMI.
833
833
  */
834
834
  CustomAmiId?: XmlStringMaxLen256;
835
835
  /**
836
- * The size, in GiB, of the Amazon EBS root device volume for the Linux AMI that each Amazon EC2 instance uses. Available in Amazon EMR releases 4.x and higher.
836
+ * The size, in GiB, of the Amazon EBS root device volume of the Linux AMI that is used for each Amazon EC2 instance. Available in Amazon EMR releases 4.x and later.
837
837
  */
838
838
  EbsRootVolumeSize?: Integer;
839
839
  /**
@@ -865,11 +865,11 @@ declare namespace EMR {
865
865
  */
866
866
  OSReleaseLabel?: String;
867
867
  /**
868
- * The IOPS, of the Amazon EBS root device volume for the Linux AMI that each Amazon EC2 instance uses. Available in Amazon EMR releases 6.15.0 and higher.
868
+ * The IOPS, of the Amazon EBS root device volume of the Linux AMI that is used for each Amazon EC2 instance. Available in Amazon EMR releases 6.15.0 and later.
869
869
  */
870
870
  EbsRootVolumeIops?: Integer;
871
871
  /**
872
- * The throughput, in MiB/s, of the Amazon EBS root device volume for the Linux AMI that each Amazon EC2 instance uses. Available in Amazon EMR releases 6.15.0 and higher.
872
+ * The throughput, in MiB/s, of the Amazon EBS root device volume of the Linux AMI that is used for each Amazon EC2 instance. Available in Amazon EMR releases 6.15.0 and later.
873
873
  */
874
874
  EbsRootVolumeThroughput?: Integer;
875
875
  }
@@ -1073,6 +1073,22 @@ declare namespace EMR {
1073
1073
  * A list of tags to associate with the Amazon EMR Studio. Tags are user-defined key-value pairs that consist of a required key string with a maximum of 128 characters, and an optional value string with a maximum of 256 characters.
1074
1074
  */
1075
1075
  Tags?: TagList;
1076
+ /**
1077
+ * A Boolean indicating whether to enable Trusted identity propagation for the Studio. The default value is false.
1078
+ */
1079
+ TrustedIdentityPropagationEnabled?: BooleanObject;
1080
+ /**
1081
+ * Specifies whether IAM Identity Center user assignment is REQUIRED or OPTIONAL. If the value is set to REQUIRED, users must be explicitly assigned to the Studio application to access the Studio.
1082
+ */
1083
+ IdcUserAssignment?: IdcUserAssignment;
1084
+ /**
1085
+ * The ARN of the IAM Identity Center instance to create the Studio application.
1086
+ */
1087
+ IdcInstanceArn?: ArnType;
1088
+ /**
1089
+ * The KMS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up to Amazon S3.
1090
+ */
1091
+ EncryptionKeyArn?: XmlString;
1076
1092
  }
1077
1093
  export interface CreateStudioOutput {
1078
1094
  /**
@@ -1431,7 +1447,7 @@ declare namespace EMR {
1431
1447
  }
1432
1448
  export interface GetBlockPublicAccessConfigurationOutput {
1433
1449
  /**
1434
- * A configuration for Amazon EMR block public access. The configuration applies to all clusters created in your account for the current Region. The configuration specifies whether block public access is enabled. If block public access is enabled, security groups associated with the cluster cannot have rules that allow inbound traffic from 0.0.0.0/0 or ::/0 on a port, unless the port is specified as an exception using PermittedPublicSecurityGroupRuleRanges in the BlockPublicAccessConfiguration. By default, Port 22 (SSH) is an exception, and public access is allowed on this port. To change this, update the block public access configuration to remove the exception. For accounts that created clusters in a Region before November 25, 2019, block public access is disabled by default in that Region. To use this feature, you must manually enable and configure it. For accounts that did not create an Amazon EMR cluster in a Region before this date, block public access is enabled by default in that Region.
1450
+ * A configuration for Amazon EMR block public access. The configuration applies to all clusters created in your account for the current Region. The configuration specifies whether block public access is enabled. If block public access is enabled, security groups associated with the cluster cannot have rules that allow inbound traffic from 0.0.0.0/0 or ::/0 on a port, unless the port is specified as an exception using PermittedPublicSecurityGroupRuleRanges in the BlockPublicAccessConfiguration. By default, Port 22 (SSH) is an exception, and public access is allowed on this port. You can change this by updating the block public access configuration to remove the exception. For accounts that created clusters in a Region before November 25, 2019, block public access is disabled by default in that Region. To use this feature, you must manually enable and configure it. For accounts that did not create an Amazon EMR cluster in a Region before this date, block public access is enabled by default in that Region.
1435
1451
  */
1436
1452
  BlockPublicAccessConfiguration: BlockPublicAccessConfiguration;
1437
1453
  /**
@@ -1532,6 +1548,7 @@ declare namespace EMR {
1532
1548
  Args?: StringList;
1533
1549
  }
1534
1550
  export type IAMRoleArn = string;
1551
+ export type IdcUserAssignment = "REQUIRED"|"OPTIONAL"|string;
1535
1552
  export type IdentityType = "USER"|"GROUP"|string;
1536
1553
  export interface Instance {
1537
1554
  /**
@@ -1687,7 +1704,7 @@ declare namespace EMR {
1687
1704
  */
1688
1705
  SpotSpecification?: SpotProvisioningSpecification;
1689
1706
  /**
1690
- * The launch specification for On-Demand Instances in the instance fleet, which determines the allocation strategy. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and higher, excluding 5.0.x versions. On-Demand Instances allocation strategy is available in Amazon EMR releases 5.12.1 and higher.
1707
+ * The launch specification for On-Demand Instances in the instance fleet, which determines the allocation strategy. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions. On-Demand Instances allocation strategy is available in Amazon EMR releases 5.12.1 and later.
1691
1708
  */
1692
1709
  OnDemandSpecification?: OnDemandProvisioningSpecification;
1693
1710
  }
@@ -1780,7 +1797,7 @@ declare namespace EMR {
1780
1797
  */
1781
1798
  Status?: InstanceGroupStatus;
1782
1799
  /**
1783
- * Amazon EMR releases 4.x or higher. The list of configurations supplied for an Amazon EMR cluster instance group. You can specify a separate configuration for each instance group (master, core, and task).
1800
+ * Amazon EMR releases 4.x or later. The list of configurations supplied for an Amazon EMR cluster instance group. You can specify a separate configuration for each instance group (master, core, and task).
1784
1801
  */
1785
1802
  Configurations?: ConfigurationList;
1786
1803
  /**
@@ -1842,7 +1859,7 @@ declare namespace EMR {
1842
1859
  */
1843
1860
  InstanceCount: Integer;
1844
1861
  /**
1845
- * Amazon EMR releases 4.x or higher. The list of configurations supplied for an Amazon EMR cluster instance group. You can specify a separate configuration for each instance group (master, core, and task).
1862
+ * Amazon EMR releases 4.x or later. The list of configurations supplied for an Amazon EMR cluster instance group. You can specify a separate configuration for each instance group (master, core, and task).
1846
1863
  */
1847
1864
  Configurations?: ConfigurationList;
1848
1865
  /**
@@ -2134,11 +2151,11 @@ declare namespace EMR {
2134
2151
  */
2135
2152
  LogUri?: XmlString;
2136
2153
  /**
2137
- * The KMS key used for encrypting log files. This attribute is only available with Amazon EMR 5.30.0 and higher, excluding 6.0.0.
2154
+ * The KMS key used for encrypting log files. This attribute is only available with Amazon EMR 5.30.0 and later, excluding 6.0.0.
2138
2155
  */
2139
2156
  LogEncryptionKmsKeyId?: XmlString;
2140
2157
  /**
2141
- * Applies only to Amazon EMR AMI versions 3.x and 2.x. For Amazon EMR releases 4.0 and higher, ReleaseLabel is used. To specify a custom AMI, use CustomAmiID.
2158
+ * Applies only to Amazon EMR AMI versions 3.x and 2.x. For Amazon EMR releases 4.0 and later, ReleaseLabel is used. To specify a custom AMI, use CustomAmiID.
2142
2159
  */
2143
2160
  AmiVersion?: XmlStringMaxLen256;
2144
2161
  /**
@@ -2178,7 +2195,7 @@ declare namespace EMR {
2178
2195
  */
2179
2196
  AutoScalingRole?: XmlString;
2180
2197
  /**
2181
- * The way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized. TERMINATE_AT_INSTANCE_HOUR indicates that Amazon EMR terminates nodes at the instance-hour boundary, regardless of when the request to terminate the instance was submitted. This option is only available with Amazon EMR 5.1.0 and higher and is the default for clusters created using that version. TERMINATE_AT_TASK_COMPLETION indicates that Amazon EMR adds nodes to a deny list and drains tasks from nodes before terminating the Amazon EC2 instances, regardless of the instance-hour boundary. With either behavior, Amazon EMR removes the least active nodes first and blocks instance termination if it could lead to HDFS corruption. TERMINATE_AT_TASK_COMPLETION available only in Amazon EMR releases 4.1.0 and higher, and is the default for releases of Amazon EMR earlier than 5.1.0.
2198
+ * The way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized. TERMINATE_AT_INSTANCE_HOUR indicates that Amazon EMR terminates nodes at the instance-hour boundary, regardless of when the request to terminate the instance was submitted. This option is only available with Amazon EMR 5.1.0 and later and is the default for clusters created using that version. TERMINATE_AT_TASK_COMPLETION indicates that Amazon EMR adds nodes to a deny list and drains tasks from nodes before terminating the Amazon EC2 instances, regardless of the instance-hour boundary. With either behavior, Amazon EMR removes the least active nodes first and blocks instance termination if it could lead to HDFS corruption. TERMINATE_AT_TASK_COMPLETION available only in Amazon EMR releases 4.1.0 and later, and is the default for releases of Amazon EMR earlier than 5.1.0.
2182
2199
  */
2183
2200
  ScaleDownBehavior?: ScaleDownBehavior;
2184
2201
  }
@@ -2229,7 +2246,7 @@ declare namespace EMR {
2229
2246
  */
2230
2247
  InstanceGroups?: InstanceGroupConfigList;
2231
2248
  /**
2232
- * The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and higher, excluding 5.0.x versions. Describes the Amazon EC2 instances and instance configurations for clusters that use the instance fleet configuration.
2249
+ * The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions. Describes the Amazon EC2 instances and instance configurations for clusters that use the instance fleet configuration.
2233
2250
  */
2234
2251
  InstanceFleets?: InstanceFleetConfigList;
2235
2252
  /**
@@ -2257,7 +2274,7 @@ declare namespace EMR {
2257
2274
  */
2258
2275
  Ec2SubnetId?: XmlStringMaxLen256;
2259
2276
  /**
2260
- * Applies to clusters that use the instance fleet configuration. When multiple Amazon EC2 subnet IDs are specified, Amazon EMR evaluates them and launches instances in the optimal subnet. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and higher, excluding 5.0.x versions.
2277
+ * Applies to clusters that use the instance fleet configuration. When multiple Amazon EC2 subnet IDs are specified, Amazon EMR evaluates them and launches instances in the optimal subnet. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions.
2261
2278
  */
2262
2279
  Ec2SubnetIds?: XmlStringMaxLen256List;
2263
2280
  /**
@@ -2925,7 +2942,7 @@ declare namespace EMR {
2925
2942
  */
2926
2943
  AvailabilityZone?: XmlString;
2927
2944
  /**
2928
- * When multiple Availability Zones are specified, Amazon EMR evaluates them and launches instances in the optimal Availability Zone. AvailabilityZones is used for instance fleets, while AvailabilityZone (singular) is used for uniform instance groups. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and higher, excluding 5.0.x versions.
2945
+ * When multiple Availability Zones are specified, Amazon EMR evaluates them and launches instances in the optimal Availability Zone. AvailabilityZones is used for instance fleets, while AvailabilityZone (singular) is used for uniform instance groups. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions.
2929
2946
  */
2930
2947
  AvailabilityZones?: XmlStringMaxLen256List;
2931
2948
  }
@@ -3068,7 +3085,7 @@ declare namespace EMR {
3068
3085
  */
3069
3086
  LogUri?: XmlString;
3070
3087
  /**
3071
- * The KMS key used for encrypting log files. If a value is not provided, the logs remain encrypted by AES-256. This attribute is only available with Amazon EMR releases 5.30.0 and higher, excluding Amazon EMR 6.0.0.
3088
+ * The KMS key used for encrypting log files. If a value is not provided, the logs remain encrypted by AES-256. This attribute is only available with Amazon EMR releases 5.30.0 and later, excluding Amazon EMR 6.0.0.
3072
3089
  */
3073
3090
  LogEncryptionKmsKeyId?: XmlString;
3074
3091
  /**
@@ -3076,11 +3093,11 @@ declare namespace EMR {
3076
3093
  */
3077
3094
  AdditionalInfo?: XmlString;
3078
3095
  /**
3079
- * Applies only to Amazon EMR AMI versions 3.x and 2.x. For Amazon EMR releases 4.0 and higher, ReleaseLabel is used. To specify a custom AMI, use CustomAmiID.
3096
+ * Applies only to Amazon EMR AMI versions 3.x and 2.x. For Amazon EMR releases 4.0 and later, ReleaseLabel is used. To specify a custom AMI, use CustomAmiID.
3080
3097
  */
3081
3098
  AmiVersion?: XmlStringMaxLen256;
3082
3099
  /**
3083
- * The Amazon EMR release label, which determines the version of open-source application packages installed on the cluster. Release labels are in the form emr-x.x.x, where x.x.x is an Amazon EMR release version such as emr-5.14.0. For more information about Amazon EMR release versions and included application versions and features, see https://docs.aws.amazon.com/emr/latest/ReleaseGuide/. The release label applies only to Amazon EMR releases version 4.0 and higher. Earlier versions use AmiVersion.
3100
+ * The Amazon EMR release label, which determines the version of open-source application packages installed on the cluster. Release labels are in the form emr-x.x.x, where x.x.x is an Amazon EMR release version such as emr-5.14.0. For more information about Amazon EMR release versions and included application versions and features, see https://docs.aws.amazon.com/emr/latest/ReleaseGuide/. The release label applies only to Amazon EMR releases version 4.0 and later. Earlier versions use AmiVersion.
3084
3101
  */
3085
3102
  ReleaseLabel?: XmlStringMaxLen256;
3086
3103
  /**
@@ -3096,19 +3113,19 @@ declare namespace EMR {
3096
3113
  */
3097
3114
  BootstrapActions?: BootstrapActionConfigList;
3098
3115
  /**
3099
- * For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and higher, use Applications. A list of strings that indicates third-party software to use. For more information, see the Amazon EMR Developer Guide. Currently supported values are: "mapr-m3" - launch the job flow using MapR M3 Edition. "mapr-m5" - launch the job flow using MapR M5 Edition.
3116
+ * For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and later, use Applications. A list of strings that indicates third-party software to use. For more information, see the Amazon EMR Developer Guide. Currently supported values are: "mapr-m3" - launch the job flow using MapR M3 Edition. "mapr-m5" - launch the job flow using MapR M5 Edition.
3100
3117
  */
3101
3118
  SupportedProducts?: SupportedProductsList;
3102
3119
  /**
3103
- * For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and higher, use Applications. A list of strings that indicates third-party software to use with the job flow that accepts a user argument list. Amazon EMR accepts and forwards the argument list to the corresponding installation script as bootstrap action arguments. For more information, see "Launch a Job Flow on the MapR Distribution for Hadoop" in the Amazon EMR Developer Guide. Supported values are: "mapr-m3" - launch the cluster using MapR M3 Edition. "mapr-m5" - launch the cluster using MapR M5 Edition. "mapr" with the user arguments specifying "--edition,m3" or "--edition,m5" - launch the job flow using MapR M3 or M5 Edition respectively. "mapr-m7" - launch the cluster using MapR M7 Edition. "hunk" - launch the cluster with the Hunk Big Data Analytics Platform. "hue"- launch the cluster with Hue installed. "spark" - launch the cluster with Apache Spark installed. "ganglia" - launch the cluster with the Ganglia Monitoring System installed.
3120
+ * For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and later, use Applications. A list of strings that indicates third-party software to use with the job flow that accepts a user argument list. Amazon EMR accepts and forwards the argument list to the corresponding installation script as bootstrap action arguments. For more information, see "Launch a Job Flow on the MapR Distribution for Hadoop" in the Amazon EMR Developer Guide. Supported values are: "mapr-m3" - launch the cluster using MapR M3 Edition. "mapr-m5" - launch the cluster using MapR M5 Edition. "mapr" with the user arguments specifying "--edition,m3" or "--edition,m5" - launch the job flow using MapR M3 or M5 Edition respectively. "mapr-m7" - launch the cluster using MapR M7 Edition. "hunk" - launch the cluster with the Hunk Big Data Analytics Platform. "hue"- launch the cluster with Hue installed. "spark" - launch the cluster with Apache Spark installed. "ganglia" - launch the cluster with the Ganglia Monitoring System installed.
3104
3121
  */
3105
3122
  NewSupportedProducts?: NewSupportedProductsList;
3106
3123
  /**
3107
- * Applies to Amazon EMR releases 4.0 and higher. A case-insensitive list of applications for Amazon EMR to install and configure when launching the cluster. For a list of applications available for each Amazon EMR release version, see the Amazon EMRRelease Guide.
3124
+ * Applies to Amazon EMR releases 4.0 and later. A case-insensitive list of applications for Amazon EMR to install and configure when launching the cluster. For a list of applications available for each Amazon EMR release version, see the Amazon EMRRelease Guide.
3108
3125
  */
3109
3126
  Applications?: ApplicationList;
3110
3127
  /**
3111
- * For Amazon EMR releases 4.0 and higher. The list of configurations supplied for the Amazon EMR cluster that you are creating.
3128
+ * For Amazon EMR releases 4.0 and later. The list of configurations supplied for the Amazon EMR cluster that you are creating.
3112
3129
  */
3113
3130
  Configurations?: ConfigurationList;
3114
3131
  /**
@@ -3136,15 +3153,15 @@ declare namespace EMR {
3136
3153
  */
3137
3154
  AutoScalingRole?: XmlString;
3138
3155
  /**
3139
- * Specifies the way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized. TERMINATE_AT_INSTANCE_HOUR indicates that Amazon EMR terminates nodes at the instance-hour boundary, regardless of when the request to terminate the instance was submitted. This option is only available with Amazon EMR 5.1.0 and higher and is the default for clusters created using that version. TERMINATE_AT_TASK_COMPLETION indicates that Amazon EMR adds nodes to a deny list and drains tasks from nodes before terminating the Amazon EC2 instances, regardless of the instance-hour boundary. With either behavior, Amazon EMR removes the least active nodes first and blocks instance termination if it could lead to HDFS corruption. TERMINATE_AT_TASK_COMPLETION available only in Amazon EMR releases 4.1.0 and higher, and is the default for releases of Amazon EMR earlier than 5.1.0.
3156
+ * Specifies the way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized. TERMINATE_AT_INSTANCE_HOUR indicates that Amazon EMR terminates nodes at the instance-hour boundary, regardless of when the request to terminate the instance was submitted. This option is only available with Amazon EMR 5.1.0 and later and is the default for clusters created using that version. TERMINATE_AT_TASK_COMPLETION indicates that Amazon EMR adds nodes to a deny list and drains tasks from nodes before terminating the Amazon EC2 instances, regardless of the instance-hour boundary. With either behavior, Amazon EMR removes the least active nodes first and blocks instance termination if it could lead to HDFS corruption. TERMINATE_AT_TASK_COMPLETION available only in Amazon EMR releases 4.1.0 and later, and is the default for releases of Amazon EMR earlier than 5.1.0.
3140
3157
  */
3141
3158
  ScaleDownBehavior?: ScaleDownBehavior;
3142
3159
  /**
3143
- * Available only in Amazon EMR releases 5.7.0 and higher. The ID of a custom Amazon EBS-backed Linux AMI. If specified, Amazon EMR uses this AMI when it launches cluster Amazon EC2 instances. For more information about custom AMIs in Amazon EMR, see Using a Custom AMI in the Amazon EMR Management Guide. If omitted, the cluster uses the base Linux AMI for the ReleaseLabel specified. For Amazon EMR releases 2.x and 3.x, use AmiVersion instead. For information about creating a custom AMI, see Creating an Amazon EBS-Backed Linux AMI in the Amazon Elastic Compute Cloud User Guide for Linux Instances. For information about finding an AMI ID, see Finding a Linux AMI.
3160
+ * Available only in Amazon EMR releases 5.7.0 and later. The ID of a custom Amazon EBS-backed Linux AMI. If specified, Amazon EMR uses this AMI when it launches cluster Amazon EC2 instances. For more information about custom AMIs in Amazon EMR, see Using a Custom AMI in the Amazon EMR Management Guide. If omitted, the cluster uses the base Linux AMI for the ReleaseLabel specified. For Amazon EMR releases 2.x and 3.x, use AmiVersion instead. For information about creating a custom AMI, see Creating an Amazon EBS-Backed Linux AMI in the Amazon Elastic Compute Cloud User Guide for Linux Instances. For information about finding an AMI ID, see Finding a Linux AMI.
3144
3161
  */
3145
3162
  CustomAmiId?: XmlStringMaxLen256;
3146
3163
  /**
3147
- * The size, in GiB, of the Amazon EBS root device volume for the Linux AMI that each Amazon EC2 instance uses. Available in Amazon EMR releases 4.x and higher.
3164
+ * The size, in GiB, of the Amazon EBS root device volume of the Linux AMI that is used for each Amazon EC2 instance. Available in Amazon EMR releases 4.x and later.
3148
3165
  */
3149
3166
  EbsRootVolumeSize?: Integer;
3150
3167
  /**
@@ -3173,11 +3190,11 @@ declare namespace EMR {
3173
3190
  */
3174
3191
  OSReleaseLabel?: XmlStringMaxLen256;
3175
3192
  /**
3176
- * The IOPS for the Amazon EBS root device volume for the Linux AMI that each Amazon EC2 instance uses. Available in Amazon EMR releases 6.15.0 and higher.
3193
+ * The IOPS, of the Amazon EBS root device volume of the Linux AMI that is used for each Amazon EC2 instance. Available in Amazon EMR releases 6.15.0 and later.
3177
3194
  */
3178
3195
  EbsRootVolumeIops?: Integer;
3179
3196
  /**
3180
- * The throughput, in MiB/s, of the Amazon EBS root device volume for the Linux AMI that each Amazon EC2 instance uses. Available in Amazon EMR releases 6.15.0 and higher.
3197
+ * The throughput, in MiB/s, of the Amazon EBS root device volume of the Linux AMI that is used for each Amazon EC2 instance. Available in Amazon EMR releases 6.15.0 and later.
3181
3198
  */
3182
3199
  EbsRootVolumeThroughput?: Integer;
3183
3200
  }
@@ -3678,6 +3695,22 @@ declare namespace EMR {
3678
3695
  * A list of tags associated with the Amazon EMR Studio.
3679
3696
  */
3680
3697
  Tags?: TagList;
3698
+ /**
3699
+ * The ARN of the IAM Identity Center instance the Studio application belongs to.
3700
+ */
3701
+ IdcInstanceArn?: ArnType;
3702
+ /**
3703
+ * Indicates whether the Studio has Trusted identity propagation enabled. The default value is false.
3704
+ */
3705
+ TrustedIdentityPropagationEnabled?: BooleanObject;
3706
+ /**
3707
+ * Indicates whether the Studio has REQUIRED or OPTIONAL IAM Identity Center user assignment. If the value is set to REQUIRED, users must be explicitly assigned to the Studio application to access the Studio.
3708
+ */
3709
+ IdcUserAssignment?: IdcUserAssignment;
3710
+ /**
3711
+ * The KMS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up to Amazon S3.
3712
+ */
3713
+ EncryptionKeyArn?: XmlString;
3681
3714
  }
3682
3715
  export interface StudioSummary {
3683
3716
  /**
@@ -3809,6 +3842,10 @@ declare namespace EMR {
3809
3842
  * The Amazon S3 location to back up Workspaces and notebook files for the Amazon EMR Studio.
3810
3843
  */
3811
3844
  DefaultS3Location?: XmlString;
3845
+ /**
3846
+ * The KMS key identifier (ARN) used to encrypt Amazon EMR Studio workspace and notebook files when backed up to Amazon S3.
3847
+ */
3848
+ EncryptionKeyArn?: XmlString;
3812
3849
  }
3813
3850
  export interface UpdateStudioSessionMappingInput {
3814
3851
  /**