aws-sdk 2.1482.0 → 2.1484.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/CHANGELOG.md +17 -1
  2. package/README.md +1 -1
  3. package/apis/connect-2017-08-08.min.json +8 -5
  4. package/apis/dataexchange-2017-07-25.min.json +125 -0
  5. package/apis/datasync-2018-11-09.min.json +27 -15
  6. package/apis/elasticmapreduce-2009-03-31.min.json +14 -2
  7. package/apis/finspace-2021-03-12.min.json +47 -0
  8. package/apis/mediapackagev2-2022-12-25.min.json +37 -10
  9. package/apis/neptune-2014-10-31.min.json +86 -78
  10. package/apis/rds-2014-10-31.min.json +222 -107
  11. package/apis/rds-2014-10-31.paginators.json +6 -0
  12. package/apis/redshift-2012-12-01.min.json +121 -113
  13. package/apis/redshift-serverless-2021-04-21.min.json +205 -76
  14. package/apis/redshift-serverless-2021-04-21.paginators.json +6 -0
  15. package/apis/resiliencehub-2020-04-30.min.json +136 -106
  16. package/apis/s3outposts-2017-07-25.min.json +1 -0
  17. package/clients/connect.d.ts +46 -22
  18. package/clients/dataexchange.d.ts +153 -0
  19. package/clients/datasync.d.ts +45 -30
  20. package/clients/emr.d.ts +56 -40
  21. package/clients/finspace.d.ts +46 -2
  22. package/clients/mediapackagev2.d.ts +24 -0
  23. package/clients/neptune.d.ts +20 -4
  24. package/clients/pinpoint.d.ts +3 -3
  25. package/clients/rds.d.ts +148 -0
  26. package/clients/redshift.d.ts +24 -0
  27. package/clients/redshiftserverless.d.ts +212 -2
  28. package/clients/resiliencehub.d.ts +136 -103
  29. package/clients/s3outposts.d.ts +5 -0
  30. package/clients/wafv2.d.ts +20 -20
  31. package/clients/wisdom.d.ts +8 -8
  32. package/dist/aws-sdk-core-react-native.js +1 -1
  33. package/dist/aws-sdk-react-native.js +15 -15
  34. package/dist/aws-sdk.js +374 -230
  35. package/dist/aws-sdk.min.js +66 -66
  36. package/lib/core.js +1 -1
  37. package/package.json +1 -1
@@ -60,11 +60,11 @@ declare class DataSync extends Service {
60
60
  */
61
61
  createLocationFsxLustre(callback?: (err: AWSError, data: DataSync.Types.CreateLocationFsxLustreResponse) => void): Request<DataSync.Types.CreateLocationFsxLustreResponse, AWSError>;
62
62
  /**
63
- * Creates an endpoint for an Amazon FSx for NetApp ONTAP file system that DataSync can access for a transfer. For more information, see Creating a location for FSx for ONTAP.
63
+ * Creates an endpoint for an Amazon FSx for NetApp ONTAP file system that DataSync can use for a data transfer. Before you begin, make sure that you understand how DataSync accesses an FSx for ONTAP file system.
64
64
  */
65
65
  createLocationFsxOntap(params: DataSync.Types.CreateLocationFsxOntapRequest, callback?: (err: AWSError, data: DataSync.Types.CreateLocationFsxOntapResponse) => void): Request<DataSync.Types.CreateLocationFsxOntapResponse, AWSError>;
66
66
  /**
67
- * Creates an endpoint for an Amazon FSx for NetApp ONTAP file system that DataSync can access for a transfer. For more information, see Creating a location for FSx for ONTAP.
67
+ * Creates an endpoint for an Amazon FSx for NetApp ONTAP file system that DataSync can use for a data transfer. Before you begin, make sure that you understand how DataSync accesses an FSx for ONTAP file system.
68
68
  */
69
69
  createLocationFsxOntap(callback?: (err: AWSError, data: DataSync.Types.CreateLocationFsxOntapResponse) => void): Request<DataSync.Types.CreateLocationFsxOntapResponse, AWSError>;
70
70
  /**
@@ -76,11 +76,11 @@ declare class DataSync extends Service {
76
76
  */
77
77
  createLocationFsxOpenZfs(callback?: (err: AWSError, data: DataSync.Types.CreateLocationFsxOpenZfsResponse) => void): Request<DataSync.Types.CreateLocationFsxOpenZfsResponse, AWSError>;
78
78
  /**
79
- * Creates an endpoint for an Amazon FSx for Windows File Server file system.
79
+ * Creates an endpoint for an Amazon FSx for Windows File Server file system that DataSync can use for a data transfer. Before you begin, make sure that you understand how DataSync accesses an FSx for Windows File Server.
80
80
  */
81
81
  createLocationFsxWindows(params: DataSync.Types.CreateLocationFsxWindowsRequest, callback?: (err: AWSError, data: DataSync.Types.CreateLocationFsxWindowsResponse) => void): Request<DataSync.Types.CreateLocationFsxWindowsResponse, AWSError>;
82
82
  /**
83
- * Creates an endpoint for an Amazon FSx for Windows File Server file system.
83
+ * Creates an endpoint for an Amazon FSx for Windows File Server file system that DataSync can use for a data transfer. Before you begin, make sure that you understand how DataSync accesses an FSx for Windows File Server.
84
84
  */
85
85
  createLocationFsxWindows(callback?: (err: AWSError, data: DataSync.Types.CreateLocationFsxWindowsResponse) => void): Request<DataSync.Types.CreateLocationFsxWindowsResponse, AWSError>;
86
86
  /**
@@ -132,11 +132,11 @@ declare class DataSync extends Service {
132
132
  */
133
133
  createTask(callback?: (err: AWSError, data: DataSync.Types.CreateTaskResponse) => void): Request<DataSync.Types.CreateTaskResponse, AWSError>;
134
134
  /**
135
- * Deletes an agent. To specify which agent to delete, use the Amazon Resource Name (ARN) of the agent in your request. The operation disassociates the agent from your Amazon Web Services account. However, it doesn't delete the agent virtual machine (VM) from your on-premises environment.
135
+ * Removes an DataSync agent resource from your Amazon Web Services account. Keep in mind that this operation (which can't be undone) doesn't remove the agent's virtual machine (VM) or Amazon EC2 instance from your storage environment. For next steps, you can delete the VM or instance from your storage environment or reuse it to activate a new agent.
136
136
  */
137
137
  deleteAgent(params: DataSync.Types.DeleteAgentRequest, callback?: (err: AWSError, data: DataSync.Types.DeleteAgentResponse) => void): Request<DataSync.Types.DeleteAgentResponse, AWSError>;
138
138
  /**
139
- * Deletes an agent. To specify which agent to delete, use the Amazon Resource Name (ARN) of the agent in your request. The operation disassociates the agent from your Amazon Web Services account. However, it doesn't delete the agent virtual machine (VM) from your on-premises environment.
139
+ * Removes an DataSync agent resource from your Amazon Web Services account. Keep in mind that this operation (which can't be undone) doesn't remove the agent's virtual machine (VM) or Amazon EC2 instance from your storage environment. For next steps, you can delete the VM or instance from your storage environment or reuse it to activate a new agent.
140
140
  */
141
141
  deleteAgent(callback?: (err: AWSError, data: DataSync.Types.DeleteAgentResponse) => void): Request<DataSync.Types.DeleteAgentResponse, AWSError>;
142
142
  /**
@@ -156,11 +156,11 @@ declare class DataSync extends Service {
156
156
  */
157
157
  deleteTask(callback?: (err: AWSError, data: DataSync.Types.DeleteTaskResponse) => void): Request<DataSync.Types.DeleteTaskResponse, AWSError>;
158
158
  /**
159
- * Returns metadata about an DataSync agent, such as its name, endpoint type, and status.
159
+ * Returns information about an DataSync agent, such as its name, service endpoint type, and status.
160
160
  */
161
161
  describeAgent(params: DataSync.Types.DescribeAgentRequest, callback?: (err: AWSError, data: DataSync.Types.DescribeAgentResponse) => void): Request<DataSync.Types.DescribeAgentResponse, AWSError>;
162
162
  /**
163
- * Returns metadata about an DataSync agent, such as its name, endpoint type, and status.
163
+ * Returns information about an DataSync agent, such as its name, service endpoint type, and status.
164
164
  */
165
165
  describeAgent(callback?: (err: AWSError, data: DataSync.Types.DescribeAgentResponse) => void): Request<DataSync.Types.DescribeAgentResponse, AWSError>;
166
166
  /**
@@ -412,11 +412,11 @@ declare class DataSync extends Service {
412
412
  */
413
413
  untagResource(callback?: (err: AWSError, data: DataSync.Types.UntagResourceResponse) => void): Request<DataSync.Types.UntagResourceResponse, AWSError>;
414
414
  /**
415
- * Updates the name of an agent.
415
+ * Updates the name of an DataSync agent.
416
416
  */
417
417
  updateAgent(params: DataSync.Types.UpdateAgentRequest, callback?: (err: AWSError, data: DataSync.Types.UpdateAgentResponse) => void): Request<DataSync.Types.UpdateAgentResponse, AWSError>;
418
418
  /**
419
- * Updates the name of an agent.
419
+ * Updates the name of an DataSync agent.
420
420
  */
421
421
  updateAgent(callback?: (err: AWSError, data: DataSync.Types.UpdateAgentResponse) => void): Request<DataSync.Types.UpdateAgentResponse, AWSError>;
422
422
  /**
@@ -460,11 +460,11 @@ declare class DataSync extends Service {
460
460
  */
461
461
  updateLocationObjectStorage(callback?: (err: AWSError, data: DataSync.Types.UpdateLocationObjectStorageResponse) => void): Request<DataSync.Types.UpdateLocationObjectStorageResponse, AWSError>;
462
462
  /**
463
- * Updates some of the parameters of a previously created location for Server Message Block (SMB) file system access. For information about creating an SMB location, see Creating a location for SMB.
463
+ * Updates some of the parameters of a Server Message Block (SMB) file server location that you can use for DataSync transfers.
464
464
  */
465
465
  updateLocationSmb(params: DataSync.Types.UpdateLocationSmbRequest, callback?: (err: AWSError, data: DataSync.Types.UpdateLocationSmbResponse) => void): Request<DataSync.Types.UpdateLocationSmbResponse, AWSError>;
466
466
  /**
467
- * Updates some of the parameters of a previously created location for Server Message Block (SMB) file system access. For information about creating an SMB location, see Creating a location for SMB.
467
+ * Updates some of the parameters of a Server Message Block (SMB) file server location that you can use for DataSync transfers.
468
468
  */
469
469
  updateLocationSmb(callback?: (err: AWSError, data: DataSync.Types.UpdateLocationSmbResponse) => void): Request<DataSync.Types.UpdateLocationSmbResponse, AWSError>;
470
470
  /**
@@ -547,11 +547,16 @@ declare namespace DataSync {
547
547
  */
548
548
  Name?: TagValue;
549
549
  /**
550
- * The status of an agent. For more information, see DataSync agent statuses.
550
+ * The status of an agent. If the status is ONLINE, the agent is configured properly and ready to use. If the status is OFFLINE, the agent has been out of contact with DataSync for five minutes or longer. This can happen for a few reasons. For more information, see What do I do if my agent is offline?
551
551
  */
552
552
  Status?: AgentStatus;
553
+ /**
554
+ * The platform-related details about the agent, such as the version number.
555
+ */
556
+ Platform?: Platform;
553
557
  }
554
558
  export type AgentStatus = "ONLINE"|"OFFLINE"|string;
559
+ export type AgentVersion = string;
555
560
  export type Atime = "NONE"|"BEST_EFFORT"|string;
556
561
  export type AzureAccessTier = "HOT"|"COOL"|"ARCHIVE"|string;
557
562
  export type AzureBlobAuthenticationType = "SAS"|string;
@@ -796,15 +801,15 @@ declare namespace DataSync {
796
801
  */
797
802
  Tags?: InputTagList;
798
803
  /**
799
- * Specifies the user who has the permissions to access files, folders, and metadata in your file system. For information about choosing a user with sufficient permissions, see Required permissions.
804
+ * Specifies the user who has the permissions to access files, folders, and metadata in your file system. For information about choosing a user with the right level of access for your transfer, see required permissions for FSx for Windows File Server locations.
800
805
  */
801
806
  User: SmbUser;
802
807
  /**
803
- * Specifies the name of the Windows domain that the FSx for Windows File Server belongs to.
808
+ * Specifies the name of the Windows domain that the FSx for Windows File Server belongs to. If you have multiple domains in your environment, configuring this parameter makes sure that DataSync connects to the right file server. For more information, see required permissions for FSx for Windows File Server locations.
804
809
  */
805
810
  Domain?: SmbDomain;
806
811
  /**
807
- * Specifies the password of the user who has the permissions to access files and folders in the file system.
812
+ * Specifies the password of the user who has the permissions to access files and folders in the file system. For more information, see required permissions for FSx for Windows File Server locations.
808
813
  */
809
814
  Password: SmbPassword;
810
815
  }
@@ -993,7 +998,7 @@ declare namespace DataSync {
993
998
  */
994
999
  User: SmbUser;
995
1000
  /**
996
- * Specifies the Windows domain name that your SMB file server belongs to. For more information, see required permissions for SMB locations.
1001
+ * Specifies the Windows domain name that your SMB file server belongs to. If you have multiple domains in your environment, configuring this parameter makes sure that DataSync connects to the right file server. For more information, see required permissions for SMB locations.
997
1002
  */
998
1003
  Domain?: SmbDomain;
999
1004
  /**
@@ -1103,7 +1108,7 @@ declare namespace DataSync {
1103
1108
  }
1104
1109
  export interface DescribeAgentRequest {
1105
1110
  /**
1106
- * Specifies the Amazon Resource Name (ARN) of the DataSync agent to describe.
1111
+ * Specifies the Amazon Resource Name (ARN) of the DataSync agent that you want information about.
1107
1112
  */
1108
1113
  AgentArn: AgentArn;
1109
1114
  }
@@ -1117,25 +1122,29 @@ declare namespace DataSync {
1117
1122
  */
1118
1123
  Name?: TagValue;
1119
1124
  /**
1120
- * The status of the agent. If the status is ONLINE, then the agent is configured properly and is available to use. The Running status is the normal running status for an agent. If the status is OFFLINE, the agent's VM is turned off or the agent is in an unhealthy state. When the issue that caused the unhealthy state is resolved, the agent returns to ONLINE status.
1125
+ * The status of the agent. If the status is ONLINE, the agent is configured properly and ready to use. If the status is OFFLINE, the agent has been out of contact with DataSync for five minutes or longer. This can happen for a few reasons. For more information, see What do I do if my agent is offline?
1121
1126
  */
1122
1127
  Status?: AgentStatus;
1123
1128
  /**
1124
- * The time that the agent last connected to DataSync.
1129
+ * The last time that the agent was communicating with the DataSync service.
1125
1130
  */
1126
1131
  LastConnectionTime?: Time;
1127
1132
  /**
1128
- * The time that the agent was activated (that is, created in your account).
1133
+ * The time that the agent was activated.
1129
1134
  */
1130
1135
  CreationTime?: Time;
1131
1136
  /**
1132
- * The type of endpoint that your agent is connected to. If the endpoint is a VPC endpoint, the agent is not accessible over the public internet.
1137
+ * The type of service endpoint that your agent is connected to.
1133
1138
  */
1134
1139
  EndpointType?: EndpointType;
1135
1140
  /**
1136
- * The subnet and the security group that DataSync used to access a VPC endpoint.
1141
+ * The network configuration that the agent uses when connecting to a VPC service endpoint.
1137
1142
  */
1138
1143
  PrivateLinkConfig?: PrivateLinkConfig;
1144
+ /**
1145
+ * The platform-related details about the agent, such as the version number.
1146
+ */
1147
+ Platform?: Platform;
1139
1148
  }
1140
1149
  export interface DescribeDiscoveryJobRequest {
1141
1150
  /**
@@ -1734,7 +1743,7 @@ declare namespace DataSync {
1734
1743
  */
1735
1744
  FilesSkipped?: long;
1736
1745
  /**
1737
- * The number of files, objects, and directories that DataSync verified during your transfer.
1746
+ * The number of files, objects, and directories that DataSync verified during your transfer. When you configure your task to verify only the data that's transferred, DataSync doesn't verify directories in some situations or files that fail to transfer.
1738
1747
  */
1739
1748
  FilesVerified?: long;
1740
1749
  /**
@@ -2523,6 +2532,12 @@ declare namespace DataSync {
2523
2532
  export type PLSecurityGroupArnList = Ec2SecurityGroupArn[];
2524
2533
  export type PLSubnetArnList = Ec2SubnetArn[];
2525
2534
  export type PhaseStatus = "PENDING"|"SUCCESS"|"ERROR"|string;
2535
+ export interface Platform {
2536
+ /**
2537
+ * The version of the DataSync agent. Beginning December 7, 2023, we will discontinue version 1 DataSync agents. Check the DataSync console to see if you have affected agents. If you do, replace those agents before then to avoid data transfer or storage discovery disruptions. If you need more help, contact Amazon Web Services Support.
2538
+ */
2539
+ Version?: AgentVersion;
2540
+ }
2526
2541
  export type PosixPermissions = "NONE"|"PRESERVE"|string;
2527
2542
  export type PreserveDeletedFiles = "PRESERVE"|"REMOVE"|string;
2528
2543
  export type PreserveDevices = "NONE"|"PRESERVE"|string;
@@ -3120,27 +3135,27 @@ declare namespace DataSync {
3120
3135
  }
3121
3136
  export interface UpdateLocationSmbRequest {
3122
3137
  /**
3123
- * The Amazon Resource Name (ARN) of the SMB location to update.
3138
+ * Specifies the ARN of the SMB location that you want to update.
3124
3139
  */
3125
3140
  LocationArn: LocationArn;
3126
3141
  /**
3127
- * The subdirectory in the SMB file system that is used to read data from the SMB source location or write data to the SMB destination. The SMB path should be a path that's exported by the SMB server, or a subdirectory of that path. The path should be such that it can be mounted by other SMB clients in your network. Subdirectory must be specified with forward slashes. For example, /path/to/folder. To transfer all the data in the folder that you specified, DataSync must have permissions to mount the SMB share and to access all the data in that share. To ensure this, do either of the following: Ensure that the user/password specified belongs to the user who can mount the share and who has the appropriate permissions for all of the files and directories that you want DataSync to access. Use credentials of a member of the Backup Operators group to mount the share. Doing either of these options enables the agent to access the data. For the agent to access directories, you must also enable all execute access.
3142
+ * Specifies the name of the share exported by your SMB file server where DataSync will read or write data. You can include a subdirectory in the share path (for example, /path/to/subdirectory). Make sure that other SMB clients in your network can also mount this path. To copy all data in the specified subdirectory, DataSync must be able to mount the SMB share and access all of its data. For more information, see required permissions for SMB locations.
3128
3143
  */
3129
3144
  Subdirectory?: SmbSubdirectory;
3130
3145
  /**
3131
- * The user who can mount the share has the permissions to access files and folders in the SMB share.
3146
+ * Specifies the user name that can mount your SMB file server and has permission to access the files and folders involved in your transfer. For information about choosing a user with the right level of access for your transfer, see required permissions for SMB locations.
3132
3147
  */
3133
3148
  User?: SmbUser;
3134
3149
  /**
3135
- * The name of the Windows domain that the SMB server belongs to.
3150
+ * Specifies the Windows domain name that your SMB file server belongs to. If you have multiple domains in your environment, configuring this parameter makes sure that DataSync connects to the right file server. For more information, see required permissions for SMB locations.
3136
3151
  */
3137
3152
  Domain?: SmbDomain;
3138
3153
  /**
3139
- * The password of the user who can mount the share has the permissions to access files and folders in the SMB share.
3154
+ * Specifies the password of the user who can mount your SMB file server and has permission to access the files and folders involved in your transfer. For more information, see required permissions for SMB locations.
3140
3155
  */
3141
3156
  Password?: SmbPassword;
3142
3157
  /**
3143
- * The Amazon Resource Names (ARNs) of agents to use for a Simple Message Block (SMB) location.
3158
+ * Specifies the DataSync agent (or agents) which you want to connect to your SMB file server. You specify an agent by using its Amazon Resource Name (ARN).
3144
3159
  */
3145
3160
  AgentArns?: AgentArnList;
3146
3161
  MountOptions?: SmbMountOptions;
package/clients/emr.d.ts CHANGED
@@ -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 later, 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 higher, 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 later, 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 higher, 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 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.
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.
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 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.
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.
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 later, 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 higher, 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 later, 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 higher, 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 later, 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 higher, 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 later, 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 higher, 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 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.
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.
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 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.
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.
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 later, 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 higher, 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 later, 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 higher, 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 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.
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.
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 later, 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 higher, 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 later. 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 higher. 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 later. The list of configurations that are supplied to the Amazon EMR cluster.
816
+ * Applies only to Amazon EMR releases 4.x and higher. 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 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.
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.
829
829
  */
830
830
  ScaleDownBehavior?: ScaleDownBehavior;
831
831
  /**
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.
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.
833
833
  */
834
834
  CustomAmiId?: XmlStringMaxLen256;
835
835
  /**
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.
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.
837
837
  */
838
838
  EbsRootVolumeSize?: Integer;
839
839
  /**
@@ -864,6 +864,14 @@ declare namespace EMR {
864
864
  * The Amazon Linux release specified in a cluster launch RunJobFlow request. If no Amazon Linux release was specified, the default Amazon Linux release is shown in the response.
865
865
  */
866
866
  OSReleaseLabel?: String;
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.
869
+ */
870
+ EbsRootVolumeIops?: Integer;
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.
873
+ */
874
+ EbsRootVolumeThroughput?: Integer;
867
875
  }
868
876
  export type ClusterId = string;
869
877
  export type ClusterState = "STARTING"|"BOOTSTRAPPING"|"RUNNING"|"WAITING"|"TERMINATING"|"TERMINATED"|"TERMINATED_WITH_ERRORS"|string;
@@ -1423,7 +1431,7 @@ declare namespace EMR {
1423
1431
  }
1424
1432
  export interface GetBlockPublicAccessConfigurationOutput {
1425
1433
  /**
1426
- * 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.
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.
1427
1435
  */
1428
1436
  BlockPublicAccessConfiguration: BlockPublicAccessConfiguration;
1429
1437
  /**
@@ -1679,7 +1687,7 @@ declare namespace EMR {
1679
1687
  */
1680
1688
  SpotSpecification?: SpotProvisioningSpecification;
1681
1689
  /**
1682
- * 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.
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.
1683
1691
  */
1684
1692
  OnDemandSpecification?: OnDemandProvisioningSpecification;
1685
1693
  }
@@ -1772,7 +1780,7 @@ declare namespace EMR {
1772
1780
  */
1773
1781
  Status?: InstanceGroupStatus;
1774
1782
  /**
1775
- * 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).
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).
1776
1784
  */
1777
1785
  Configurations?: ConfigurationList;
1778
1786
  /**
@@ -1834,7 +1842,7 @@ declare namespace EMR {
1834
1842
  */
1835
1843
  InstanceCount: Integer;
1836
1844
  /**
1837
- * 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).
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).
1838
1846
  */
1839
1847
  Configurations?: ConfigurationList;
1840
1848
  /**
@@ -2126,11 +2134,11 @@ declare namespace EMR {
2126
2134
  */
2127
2135
  LogUri?: XmlString;
2128
2136
  /**
2129
- * 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.
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.
2130
2138
  */
2131
2139
  LogEncryptionKmsKeyId?: XmlString;
2132
2140
  /**
2133
- * 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.
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.
2134
2142
  */
2135
2143
  AmiVersion?: XmlStringMaxLen256;
2136
2144
  /**
@@ -2170,7 +2178,7 @@ declare namespace EMR {
2170
2178
  */
2171
2179
  AutoScalingRole?: XmlString;
2172
2180
  /**
2173
- * 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.
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.
2174
2182
  */
2175
2183
  ScaleDownBehavior?: ScaleDownBehavior;
2176
2184
  }
@@ -2221,7 +2229,7 @@ declare namespace EMR {
2221
2229
  */
2222
2230
  InstanceGroups?: InstanceGroupConfigList;
2223
2231
  /**
2224
- * 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.
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.
2225
2233
  */
2226
2234
  InstanceFleets?: InstanceFleetConfigList;
2227
2235
  /**
@@ -2249,7 +2257,7 @@ declare namespace EMR {
2249
2257
  */
2250
2258
  Ec2SubnetId?: XmlStringMaxLen256;
2251
2259
  /**
2252
- * 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.
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.
2253
2261
  */
2254
2262
  Ec2SubnetIds?: XmlStringMaxLen256List;
2255
2263
  /**
@@ -2917,7 +2925,7 @@ declare namespace EMR {
2917
2925
  */
2918
2926
  AvailabilityZone?: XmlString;
2919
2927
  /**
2920
- * 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.
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.
2921
2929
  */
2922
2930
  AvailabilityZones?: XmlStringMaxLen256List;
2923
2931
  }
@@ -3060,7 +3068,7 @@ declare namespace EMR {
3060
3068
  */
3061
3069
  LogUri?: XmlString;
3062
3070
  /**
3063
- * 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.
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.
3064
3072
  */
3065
3073
  LogEncryptionKmsKeyId?: XmlString;
3066
3074
  /**
@@ -3068,11 +3076,11 @@ declare namespace EMR {
3068
3076
  */
3069
3077
  AdditionalInfo?: XmlString;
3070
3078
  /**
3071
- * 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.
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.
3072
3080
  */
3073
3081
  AmiVersion?: XmlStringMaxLen256;
3074
3082
  /**
3075
- * 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.
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.
3076
3084
  */
3077
3085
  ReleaseLabel?: XmlStringMaxLen256;
3078
3086
  /**
@@ -3088,19 +3096,19 @@ declare namespace EMR {
3088
3096
  */
3089
3097
  BootstrapActions?: BootstrapActionConfigList;
3090
3098
  /**
3091
- * 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.
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.
3092
3100
  */
3093
3101
  SupportedProducts?: SupportedProductsList;
3094
3102
  /**
3095
- * 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.
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.
3096
3104
  */
3097
3105
  NewSupportedProducts?: NewSupportedProductsList;
3098
3106
  /**
3099
- * 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.
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.
3100
3108
  */
3101
3109
  Applications?: ApplicationList;
3102
3110
  /**
3103
- * For Amazon EMR releases 4.0 and later. The list of configurations supplied for the Amazon EMR cluster that you are creating.
3111
+ * For Amazon EMR releases 4.0 and higher. The list of configurations supplied for the Amazon EMR cluster that you are creating.
3104
3112
  */
3105
3113
  Configurations?: ConfigurationList;
3106
3114
  /**
@@ -3128,15 +3136,15 @@ declare namespace EMR {
3128
3136
  */
3129
3137
  AutoScalingRole?: XmlString;
3130
3138
  /**
3131
- * 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.
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.
3132
3140
  */
3133
3141
  ScaleDownBehavior?: ScaleDownBehavior;
3134
3142
  /**
3135
- * 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.
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.
3136
3144
  */
3137
3145
  CustomAmiId?: XmlStringMaxLen256;
3138
3146
  /**
3139
- * 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.
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.
3140
3148
  */
3141
3149
  EbsRootVolumeSize?: Integer;
3142
3150
  /**
@@ -3164,6 +3172,14 @@ declare namespace EMR {
3164
3172
  * Specifies a particular Amazon Linux release for all nodes in a cluster launch RunJobFlow request. If a release is not specified, Amazon EMR uses the latest validated Amazon Linux release for cluster launch.
3165
3173
  */
3166
3174
  OSReleaseLabel?: XmlStringMaxLen256;
3175
+ /**
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.
3177
+ */
3178
+ EbsRootVolumeIops?: Integer;
3179
+ /**
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.
3181
+ */
3182
+ EbsRootVolumeThroughput?: Integer;
3167
3183
  }
3168
3184
  export interface RunJobFlowOutput {
3169
3185
  /**
@@ -3370,7 +3386,7 @@ declare namespace EMR {
3370
3386
  */
3371
3387
  BlockDurationMinutes?: WholeNumber;
3372
3388
  /**
3373
- * Specifies the strategy to use in launching Spot Instance fleets. Currently, the only option is capacity-optimized (the default), which launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching.
3389
+ * Specifies one of the following strategies to launch Spot Instance fleets: price-capacity-optimized, capacity-optimized, lowest-price, or diversified. For more information on the provisioning strategies, see Allocation strategies for Spot Instances in the Amazon EC2 User Guide for Linux Instances. When you launch a Spot Instance fleet with the old console, it automatically launches with the capacity-optimized strategy. You can't change the allocation strategy from the old console.
3374
3390
  */
3375
3391
  AllocationStrategy?: SpotProvisioningAllocationStrategy;
3376
3392
  }