@aws-sdk/client-emr 3.325.0 → 3.326.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.
- package/dist-types/commands/AddInstanceFleetCommand.d.ts +8 -0
- package/dist-types/commands/AddInstanceGroupsCommand.d.ts +10 -0
- package/dist-types/commands/AddJobFlowStepsCommand.d.ts +8 -0
- package/dist-types/commands/AddTagsCommand.d.ts +4 -0
- package/dist-types/commands/CancelStepsCommand.d.ts +12 -0
- package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +7 -0
- package/dist-types/commands/CreateStudioCommand.d.ts +7 -0
- package/dist-types/commands/CreateStudioSessionMappingCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteStudioCommand.d.ts +4 -0
- package/dist-types/commands/DeleteStudioSessionMappingCommand.d.ts +4 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +123 -0
- package/dist-types/commands/DescribeJobFlowsCommand.d.ts +109 -0
- package/dist-types/commands/DescribeNotebookExecutionCommand.d.ts +29 -0
- package/dist-types/commands/DescribeReleaseLabelCommand.d.ts +18 -0
- package/dist-types/commands/DescribeSecurityConfigurationCommand.d.ts +8 -0
- package/dist-types/commands/DescribeStepCommand.d.ts +38 -0
- package/dist-types/commands/DescribeStudioCommand.d.ts +31 -0
- package/dist-types/commands/GetAutoTerminationPolicyCommand.d.ts +8 -0
- package/dist-types/commands/GetBlockPublicAccessConfigurationCommand.d.ts +37 -0
- package/dist-types/commands/GetClusterSessionCredentialsCommand.d.ts +12 -0
- package/dist-types/commands/GetManagedScalingPolicyCommand.d.ts +14 -0
- package/dist-types/commands/GetStudioSessionMappingCommand.d.ts +14 -0
- package/dist-types/commands/ListBootstrapActionsCommand.d.ts +15 -0
- package/dist-types/commands/ListClustersCommand.d.ts +38 -0
- package/dist-types/commands/ListInstanceFleetsCommand.d.ts +91 -0
- package/dist-types/commands/ListInstanceGroupsCommand.d.ts +120 -0
- package/dist-types/commands/ListInstancesCommand.d.ts +38 -0
- package/dist-types/commands/ListNotebookExecutionsCommand.d.ts +16 -0
- package/dist-types/commands/ListReleaseLabelsCommand.d.ts +9 -0
- package/dist-types/commands/ListSecurityConfigurationsCommand.d.ts +12 -0
- package/dist-types/commands/ListStepsCommand.d.ts +40 -0
- package/dist-types/commands/ListStudioSessionMappingsCommand.d.ts +16 -0
- package/dist-types/commands/ListStudiosCommand.d.ts +17 -0
- package/dist-types/commands/ModifyClusterCommand.d.ts +6 -0
- package/dist-types/commands/ModifyInstanceFleetCommand.d.ts +4 -0
- package/dist-types/commands/ModifyInstanceGroupsCommand.d.ts +4 -0
- package/dist-types/commands/PutAutoScalingPolicyCommand.d.ts +53 -0
- package/dist-types/commands/PutAutoTerminationPolicyCommand.d.ts +4 -0
- package/dist-types/commands/PutBlockPublicAccessConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/PutManagedScalingPolicyCommand.d.ts +4 -0
- package/dist-types/commands/RemoveAutoScalingPolicyCommand.d.ts +4 -0
- package/dist-types/commands/RemoveAutoTerminationPolicyCommand.d.ts +4 -0
- package/dist-types/commands/RemoveManagedScalingPolicyCommand.d.ts +4 -0
- package/dist-types/commands/RemoveTagsCommand.d.ts +4 -0
- package/dist-types/commands/RunJobFlowCommand.d.ts +7 -0
- package/dist-types/commands/SetTerminationProtectionCommand.d.ts +4 -0
- package/dist-types/commands/SetVisibleToAllUsersCommand.d.ts +4 -0
- package/dist-types/commands/StartNotebookExecutionCommand.d.ts +6 -0
- package/dist-types/commands/StopNotebookExecutionCommand.d.ts +4 -0
- package/dist-types/commands/TerminateJobFlowsCommand.d.ts +4 -0
- package/dist-types/commands/UpdateStudioCommand.d.ts +4 -0
- package/dist-types/commands/UpdateStudioSessionMappingCommand.d.ts +4 -0
- package/package.json +3 -3
|
@@ -105,6 +105,12 @@ export interface AddInstanceFleetCommandOutput extends AddInstanceFleetOutput, _
|
|
|
105
105
|
* };
|
|
106
106
|
* const command = new AddInstanceFleetCommand(input);
|
|
107
107
|
* const response = await client.send(command);
|
|
108
|
+
* // { // AddInstanceFleetOutput
|
|
109
|
+
* // ClusterId: "STRING_VALUE",
|
|
110
|
+
* // InstanceFleetId: "STRING_VALUE",
|
|
111
|
+
* // ClusterArn: "STRING_VALUE",
|
|
112
|
+
* // };
|
|
113
|
+
*
|
|
108
114
|
* ```
|
|
109
115
|
*
|
|
110
116
|
* @param AddInstanceFleetCommandInput - {@link AddInstanceFleetCommandInput}
|
|
@@ -120,6 +126,8 @@ export interface AddInstanceFleetCommandOutput extends AddInstanceFleetOutput, _
|
|
|
120
126
|
* @throws {@link InvalidRequestException} (client fault)
|
|
121
127
|
* <p>This exception occurs when there is something wrong with user input.</p>
|
|
122
128
|
*
|
|
129
|
+
* @throws {@link EMRServiceException}
|
|
130
|
+
* <p>Base exception class for all service exceptions from EMR service.</p>
|
|
123
131
|
*
|
|
124
132
|
*/
|
|
125
133
|
export declare class AddInstanceFleetCommand extends $Command<AddInstanceFleetCommandInput, AddInstanceFleetCommandOutput, EMRClientResolvedConfig> {
|
|
@@ -111,6 +111,14 @@ export interface AddInstanceGroupsCommandOutput extends AddInstanceGroupsOutput,
|
|
|
111
111
|
* };
|
|
112
112
|
* const command = new AddInstanceGroupsCommand(input);
|
|
113
113
|
* const response = await client.send(command);
|
|
114
|
+
* // { // AddInstanceGroupsOutput
|
|
115
|
+
* // JobFlowId: "STRING_VALUE",
|
|
116
|
+
* // InstanceGroupIds: [ // InstanceGroupIdsList
|
|
117
|
+
* // "STRING_VALUE",
|
|
118
|
+
* // ],
|
|
119
|
+
* // ClusterArn: "STRING_VALUE",
|
|
120
|
+
* // };
|
|
121
|
+
*
|
|
114
122
|
* ```
|
|
115
123
|
*
|
|
116
124
|
* @param AddInstanceGroupsCommandInput - {@link AddInstanceGroupsCommandInput}
|
|
@@ -123,6 +131,8 @@ export interface AddInstanceGroupsCommandOutput extends AddInstanceGroupsOutput,
|
|
|
123
131
|
* <p>Indicates that an error occurred while processing the request and that the request was
|
|
124
132
|
* not completed.</p>
|
|
125
133
|
*
|
|
134
|
+
* @throws {@link EMRServiceException}
|
|
135
|
+
* <p>Base exception class for all service exceptions from EMR service.</p>
|
|
126
136
|
*
|
|
127
137
|
*/
|
|
128
138
|
export declare class AddInstanceGroupsCommand extends $Command<AddInstanceGroupsCommandInput, AddInstanceGroupsCommandOutput, EMRClientResolvedConfig> {
|
|
@@ -69,6 +69,12 @@ export interface AddJobFlowStepsCommandOutput extends AddJobFlowStepsOutput, __M
|
|
|
69
69
|
* };
|
|
70
70
|
* const command = new AddJobFlowStepsCommand(input);
|
|
71
71
|
* const response = await client.send(command);
|
|
72
|
+
* // { // AddJobFlowStepsOutput
|
|
73
|
+
* // StepIds: [ // StepIdsList
|
|
74
|
+
* // "STRING_VALUE",
|
|
75
|
+
* // ],
|
|
76
|
+
* // };
|
|
77
|
+
*
|
|
72
78
|
* ```
|
|
73
79
|
*
|
|
74
80
|
* @param AddJobFlowStepsCommandInput - {@link AddJobFlowStepsCommandInput}
|
|
@@ -81,6 +87,8 @@ export interface AddJobFlowStepsCommandOutput extends AddJobFlowStepsOutput, __M
|
|
|
81
87
|
* <p>Indicates that an error occurred while processing the request and that the request was
|
|
82
88
|
* not completed.</p>
|
|
83
89
|
*
|
|
90
|
+
* @throws {@link EMRServiceException}
|
|
91
|
+
* <p>Base exception class for all service exceptions from EMR service.</p>
|
|
84
92
|
*
|
|
85
93
|
*/
|
|
86
94
|
export declare class AddJobFlowStepsCommand extends $Command<AddJobFlowStepsCommandInput, AddJobFlowStepsCommandOutput, EMRClientResolvedConfig> {
|
|
@@ -41,6 +41,8 @@ export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new AddTagsCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // {};
|
|
45
|
+
*
|
|
44
46
|
* ```
|
|
45
47
|
*
|
|
46
48
|
* @param AddTagsCommandInput - {@link AddTagsCommandInput}
|
|
@@ -56,6 +58,8 @@ export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
|
|
|
56
58
|
* @throws {@link InvalidRequestException} (client fault)
|
|
57
59
|
* <p>This exception occurs when there is something wrong with user input.</p>
|
|
58
60
|
*
|
|
61
|
+
* @throws {@link EMRServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from EMR service.</p>
|
|
59
63
|
*
|
|
60
64
|
*/
|
|
61
65
|
export declare class AddTagsCommand extends $Command<AddTagsCommandInput, AddTagsCommandOutput, EMRClientResolvedConfig> {
|
|
@@ -39,6 +39,16 @@ export interface CancelStepsCommandOutput extends CancelStepsOutput, __MetadataB
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new CancelStepsCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // CancelStepsOutput
|
|
43
|
+
* // CancelStepsInfoList: [ // CancelStepsInfoList
|
|
44
|
+
* // { // CancelStepsInfo
|
|
45
|
+
* // StepId: "STRING_VALUE",
|
|
46
|
+
* // Status: "SUBMITTED" || "FAILED",
|
|
47
|
+
* // Reason: "STRING_VALUE",
|
|
48
|
+
* // },
|
|
49
|
+
* // ],
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
42
52
|
* ```
|
|
43
53
|
*
|
|
44
54
|
* @param CancelStepsCommandInput - {@link CancelStepsCommandInput}
|
|
@@ -54,6 +64,8 @@ export interface CancelStepsCommandOutput extends CancelStepsOutput, __MetadataB
|
|
|
54
64
|
* @throws {@link InvalidRequestException} (client fault)
|
|
55
65
|
* <p>This exception occurs when there is something wrong with user input.</p>
|
|
56
66
|
*
|
|
67
|
+
* @throws {@link EMRServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from EMR service.</p>
|
|
57
69
|
*
|
|
58
70
|
*/
|
|
59
71
|
export declare class CancelStepsCommand extends $Command<CancelStepsCommandInput, CancelStepsCommandOutput, EMRClientResolvedConfig> {
|
|
@@ -33,6 +33,11 @@ export interface CreateSecurityConfigurationCommandOutput extends CreateSecurity
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new CreateSecurityConfigurationCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // CreateSecurityConfigurationOutput
|
|
37
|
+
* // Name: "STRING_VALUE", // required
|
|
38
|
+
* // CreationDateTime: new Date("TIMESTAMP"), // required
|
|
39
|
+
* // };
|
|
40
|
+
*
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
38
43
|
* @param CreateSecurityConfigurationCommandInput - {@link CreateSecurityConfigurationCommandInput}
|
|
@@ -48,6 +53,8 @@ export interface CreateSecurityConfigurationCommandOutput extends CreateSecurity
|
|
|
48
53
|
* @throws {@link InvalidRequestException} (client fault)
|
|
49
54
|
* <p>This exception occurs when there is something wrong with user input.</p>
|
|
50
55
|
*
|
|
56
|
+
* @throws {@link EMRServiceException}
|
|
57
|
+
* <p>Base exception class for all service exceptions from EMR service.</p>
|
|
51
58
|
*
|
|
52
59
|
*/
|
|
53
60
|
export declare class CreateSecurityConfigurationCommand extends $Command<CreateSecurityConfigurationCommandInput, CreateSecurityConfigurationCommandOutput, EMRClientResolvedConfig> {
|
|
@@ -50,6 +50,11 @@ export interface CreateStudioCommandOutput extends CreateStudioOutput, __Metadat
|
|
|
50
50
|
* };
|
|
51
51
|
* const command = new CreateStudioCommand(input);
|
|
52
52
|
* const response = await client.send(command);
|
|
53
|
+
* // { // CreateStudioOutput
|
|
54
|
+
* // StudioId: "STRING_VALUE",
|
|
55
|
+
* // Url: "STRING_VALUE",
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
53
58
|
* ```
|
|
54
59
|
*
|
|
55
60
|
* @param CreateStudioCommandInput - {@link CreateStudioCommandInput}
|
|
@@ -65,6 +70,8 @@ export interface CreateStudioCommandOutput extends CreateStudioOutput, __Metadat
|
|
|
65
70
|
* @throws {@link InvalidRequestException} (client fault)
|
|
66
71
|
* <p>This exception occurs when there is something wrong with user input.</p>
|
|
67
72
|
*
|
|
73
|
+
* @throws {@link EMRServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from EMR service.</p>
|
|
68
75
|
*
|
|
69
76
|
*/
|
|
70
77
|
export declare class CreateStudioCommand extends $Command<CreateStudioCommandInput, CreateStudioCommandOutput, EMRClientResolvedConfig> {
|
|
@@ -39,6 +39,8 @@ export interface CreateStudioSessionMappingCommandOutput extends __MetadataBeare
|
|
|
39
39
|
* };
|
|
40
40
|
* const command = new CreateStudioSessionMappingCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // {};
|
|
43
|
+
*
|
|
42
44
|
* ```
|
|
43
45
|
*
|
|
44
46
|
* @param CreateStudioSessionMappingCommandInput - {@link CreateStudioSessionMappingCommandInput}
|
|
@@ -54,6 +56,8 @@ export interface CreateStudioSessionMappingCommandOutput extends __MetadataBeare
|
|
|
54
56
|
* @throws {@link InvalidRequestException} (client fault)
|
|
55
57
|
* <p>This exception occurs when there is something wrong with user input.</p>
|
|
56
58
|
*
|
|
59
|
+
* @throws {@link EMRServiceException}
|
|
60
|
+
* <p>Base exception class for all service exceptions from EMR service.</p>
|
|
57
61
|
*
|
|
58
62
|
*/
|
|
59
63
|
export declare class CreateStudioSessionMappingCommand extends $Command<CreateStudioSessionMappingCommandInput, CreateStudioSessionMappingCommandOutput, EMRClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteSecurityConfigurationCommandOutput extends DeleteSecurity
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteSecurityConfigurationCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteSecurityConfigurationCommandInput - {@link DeleteSecurityConfigurationCommandInput}
|
|
@@ -46,6 +48,8 @@ export interface DeleteSecurityConfigurationCommandOutput extends DeleteSecurity
|
|
|
46
48
|
* @throws {@link InvalidRequestException} (client fault)
|
|
47
49
|
* <p>This exception occurs when there is something wrong with user input.</p>
|
|
48
50
|
*
|
|
51
|
+
* @throws {@link EMRServiceException}
|
|
52
|
+
* <p>Base exception class for all service exceptions from EMR service.</p>
|
|
49
53
|
*
|
|
50
54
|
*/
|
|
51
55
|
export declare class DeleteSecurityConfigurationCommand extends $Command<DeleteSecurityConfigurationCommandInput, DeleteSecurityConfigurationCommandOutput, EMRClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteStudioCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteStudioCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteStudioCommandInput - {@link DeleteStudioCommandInput}
|
|
@@ -46,6 +48,8 @@ export interface DeleteStudioCommandOutput extends __MetadataBearer {
|
|
|
46
48
|
* @throws {@link InvalidRequestException} (client fault)
|
|
47
49
|
* <p>This exception occurs when there is something wrong with user input.</p>
|
|
48
50
|
*
|
|
51
|
+
* @throws {@link EMRServiceException}
|
|
52
|
+
* <p>Base exception class for all service exceptions from EMR service.</p>
|
|
49
53
|
*
|
|
50
54
|
*/
|
|
51
55
|
export declare class DeleteStudioCommand extends $Command<DeleteStudioCommandInput, DeleteStudioCommandOutput, EMRClientResolvedConfig> {
|
|
@@ -34,6 +34,8 @@ export interface DeleteStudioSessionMappingCommandOutput extends __MetadataBeare
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteStudioSessionMappingCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // {};
|
|
38
|
+
*
|
|
37
39
|
* ```
|
|
38
40
|
*
|
|
39
41
|
* @param DeleteStudioSessionMappingCommandInput - {@link DeleteStudioSessionMappingCommandInput}
|
|
@@ -49,6 +51,8 @@ export interface DeleteStudioSessionMappingCommandOutput extends __MetadataBeare
|
|
|
49
51
|
* @throws {@link InvalidRequestException} (client fault)
|
|
50
52
|
* <p>This exception occurs when there is something wrong with user input.</p>
|
|
51
53
|
*
|
|
54
|
+
* @throws {@link EMRServiceException}
|
|
55
|
+
* <p>Base exception class for all service exceptions from EMR service.</p>
|
|
52
56
|
*
|
|
53
57
|
*/
|
|
54
58
|
export declare class DeleteStudioSessionMappingCommand extends $Command<DeleteStudioSessionMappingCommandInput, DeleteStudioSessionMappingCommandOutput, EMRClientResolvedConfig> {
|
|
@@ -32,6 +32,127 @@ export interface DescribeClusterCommandOutput extends DescribeClusterOutput, __M
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeClusterCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DescribeClusterOutput
|
|
36
|
+
* // Cluster: { // Cluster
|
|
37
|
+
* // Id: "STRING_VALUE",
|
|
38
|
+
* // Name: "STRING_VALUE",
|
|
39
|
+
* // Status: { // ClusterStatus
|
|
40
|
+
* // State: "STARTING" || "BOOTSTRAPPING" || "RUNNING" || "WAITING" || "TERMINATING" || "TERMINATED" || "TERMINATED_WITH_ERRORS",
|
|
41
|
+
* // StateChangeReason: { // ClusterStateChangeReason
|
|
42
|
+
* // Code: "INTERNAL_ERROR" || "VALIDATION_ERROR" || "INSTANCE_FAILURE" || "INSTANCE_FLEET_TIMEOUT" || "BOOTSTRAP_FAILURE" || "USER_REQUEST" || "STEP_FAILURE" || "ALL_STEPS_COMPLETED",
|
|
43
|
+
* // Message: "STRING_VALUE",
|
|
44
|
+
* // },
|
|
45
|
+
* // Timeline: { // ClusterTimeline
|
|
46
|
+
* // CreationDateTime: new Date("TIMESTAMP"),
|
|
47
|
+
* // ReadyDateTime: new Date("TIMESTAMP"),
|
|
48
|
+
* // EndDateTime: new Date("TIMESTAMP"),
|
|
49
|
+
* // },
|
|
50
|
+
* // ErrorDetails: [ // ErrorDetailList
|
|
51
|
+
* // { // ErrorDetail
|
|
52
|
+
* // ErrorCode: "STRING_VALUE",
|
|
53
|
+
* // ErrorData: [ // ErrorData
|
|
54
|
+
* // { // StringMap
|
|
55
|
+
* // "<keys>": "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
58
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
59
|
+
* // },
|
|
60
|
+
* // ],
|
|
61
|
+
* // },
|
|
62
|
+
* // Ec2InstanceAttributes: { // Ec2InstanceAttributes
|
|
63
|
+
* // Ec2KeyName: "STRING_VALUE",
|
|
64
|
+
* // Ec2SubnetId: "STRING_VALUE",
|
|
65
|
+
* // RequestedEc2SubnetIds: [ // XmlStringMaxLen256List
|
|
66
|
+
* // "STRING_VALUE",
|
|
67
|
+
* // ],
|
|
68
|
+
* // Ec2AvailabilityZone: "STRING_VALUE",
|
|
69
|
+
* // RequestedEc2AvailabilityZones: [
|
|
70
|
+
* // "STRING_VALUE",
|
|
71
|
+
* // ],
|
|
72
|
+
* // IamInstanceProfile: "STRING_VALUE",
|
|
73
|
+
* // EmrManagedMasterSecurityGroup: "STRING_VALUE",
|
|
74
|
+
* // EmrManagedSlaveSecurityGroup: "STRING_VALUE",
|
|
75
|
+
* // ServiceAccessSecurityGroup: "STRING_VALUE",
|
|
76
|
+
* // AdditionalMasterSecurityGroups: [ // StringList
|
|
77
|
+
* // "STRING_VALUE",
|
|
78
|
+
* // ],
|
|
79
|
+
* // AdditionalSlaveSecurityGroups: [
|
|
80
|
+
* // "STRING_VALUE",
|
|
81
|
+
* // ],
|
|
82
|
+
* // },
|
|
83
|
+
* // InstanceCollectionType: "INSTANCE_FLEET" || "INSTANCE_GROUP",
|
|
84
|
+
* // LogUri: "STRING_VALUE",
|
|
85
|
+
* // LogEncryptionKmsKeyId: "STRING_VALUE",
|
|
86
|
+
* // RequestedAmiVersion: "STRING_VALUE",
|
|
87
|
+
* // RunningAmiVersion: "STRING_VALUE",
|
|
88
|
+
* // ReleaseLabel: "STRING_VALUE",
|
|
89
|
+
* // AutoTerminate: true || false,
|
|
90
|
+
* // TerminationProtected: true || false,
|
|
91
|
+
* // VisibleToAllUsers: true || false,
|
|
92
|
+
* // Applications: [ // ApplicationList
|
|
93
|
+
* // { // Application
|
|
94
|
+
* // Name: "STRING_VALUE",
|
|
95
|
+
* // Version: "STRING_VALUE",
|
|
96
|
+
* // Args: [
|
|
97
|
+
* // "STRING_VALUE",
|
|
98
|
+
* // ],
|
|
99
|
+
* // AdditionalInfo: {
|
|
100
|
+
* // "<keys>": "STRING_VALUE",
|
|
101
|
+
* // },
|
|
102
|
+
* // },
|
|
103
|
+
* // ],
|
|
104
|
+
* // Tags: [ // TagList
|
|
105
|
+
* // { // Tag
|
|
106
|
+
* // Key: "STRING_VALUE",
|
|
107
|
+
* // Value: "STRING_VALUE",
|
|
108
|
+
* // },
|
|
109
|
+
* // ],
|
|
110
|
+
* // ServiceRole: "STRING_VALUE",
|
|
111
|
+
* // NormalizedInstanceHours: Number("int"),
|
|
112
|
+
* // MasterPublicDnsName: "STRING_VALUE",
|
|
113
|
+
* // Configurations: [ // ConfigurationList
|
|
114
|
+
* // { // Configuration
|
|
115
|
+
* // Classification: "STRING_VALUE",
|
|
116
|
+
* // Configurations: [
|
|
117
|
+
* // {
|
|
118
|
+
* // Classification: "STRING_VALUE",
|
|
119
|
+
* // Configurations: "<ConfigurationList>",
|
|
120
|
+
* // Properties: {
|
|
121
|
+
* // "<keys>": "STRING_VALUE",
|
|
122
|
+
* // },
|
|
123
|
+
* // },
|
|
124
|
+
* // ],
|
|
125
|
+
* // Properties: {
|
|
126
|
+
* // "<keys>": "STRING_VALUE",
|
|
127
|
+
* // },
|
|
128
|
+
* // },
|
|
129
|
+
* // ],
|
|
130
|
+
* // SecurityConfiguration: "STRING_VALUE",
|
|
131
|
+
* // AutoScalingRole: "STRING_VALUE",
|
|
132
|
+
* // ScaleDownBehavior: "TERMINATE_AT_INSTANCE_HOUR" || "TERMINATE_AT_TASK_COMPLETION",
|
|
133
|
+
* // CustomAmiId: "STRING_VALUE",
|
|
134
|
+
* // EbsRootVolumeSize: Number("int"),
|
|
135
|
+
* // RepoUpgradeOnBoot: "SECURITY" || "NONE",
|
|
136
|
+
* // KerberosAttributes: { // KerberosAttributes
|
|
137
|
+
* // Realm: "STRING_VALUE", // required
|
|
138
|
+
* // KdcAdminPassword: "STRING_VALUE", // required
|
|
139
|
+
* // CrossRealmTrustPrincipalPassword: "STRING_VALUE",
|
|
140
|
+
* // ADDomainJoinUser: "STRING_VALUE",
|
|
141
|
+
* // ADDomainJoinPassword: "STRING_VALUE",
|
|
142
|
+
* // },
|
|
143
|
+
* // ClusterArn: "STRING_VALUE",
|
|
144
|
+
* // OutpostArn: "STRING_VALUE",
|
|
145
|
+
* // StepConcurrencyLevel: Number("int"),
|
|
146
|
+
* // PlacementGroups: [ // PlacementGroupConfigList
|
|
147
|
+
* // { // PlacementGroupConfig
|
|
148
|
+
* // InstanceRole: "MASTER" || "CORE" || "TASK", // required
|
|
149
|
+
* // PlacementStrategy: "SPREAD" || "PARTITION" || "CLUSTER" || "NONE",
|
|
150
|
+
* // },
|
|
151
|
+
* // ],
|
|
152
|
+
* // OSReleaseLabel: "STRING_VALUE",
|
|
153
|
+
* // },
|
|
154
|
+
* // };
|
|
155
|
+
*
|
|
35
156
|
* ```
|
|
36
157
|
*
|
|
37
158
|
* @param DescribeClusterCommandInput - {@link DescribeClusterCommandInput}
|
|
@@ -47,6 +168,8 @@ export interface DescribeClusterCommandOutput extends DescribeClusterOutput, __M
|
|
|
47
168
|
* @throws {@link InvalidRequestException} (client fault)
|
|
48
169
|
* <p>This exception occurs when there is something wrong with user input.</p>
|
|
49
170
|
*
|
|
171
|
+
* @throws {@link EMRServiceException}
|
|
172
|
+
* <p>Base exception class for all service exceptions from EMR service.</p>
|
|
50
173
|
*
|
|
51
174
|
*/
|
|
52
175
|
export declare class DescribeClusterCommand extends $Command<DescribeClusterCommandInput, DescribeClusterCommandOutput, EMRClientResolvedConfig> {
|
|
@@ -60,6 +60,113 @@ export interface DescribeJobFlowsCommandOutput extends DescribeJobFlowsOutput, _
|
|
|
60
60
|
* };
|
|
61
61
|
* const command = new DescribeJobFlowsCommand(input);
|
|
62
62
|
* const response = await client.send(command);
|
|
63
|
+
* // { // DescribeJobFlowsOutput
|
|
64
|
+
* // JobFlows: [ // JobFlowDetailList
|
|
65
|
+
* // { // JobFlowDetail
|
|
66
|
+
* // JobFlowId: "STRING_VALUE", // required
|
|
67
|
+
* // Name: "STRING_VALUE", // required
|
|
68
|
+
* // LogUri: "STRING_VALUE",
|
|
69
|
+
* // LogEncryptionKmsKeyId: "STRING_VALUE",
|
|
70
|
+
* // AmiVersion: "STRING_VALUE",
|
|
71
|
+
* // ExecutionStatusDetail: { // JobFlowExecutionStatusDetail
|
|
72
|
+
* // State: "STARTING" || "BOOTSTRAPPING" || "RUNNING" || "WAITING" || "SHUTTING_DOWN" || "TERMINATED" || "COMPLETED" || "FAILED", // required
|
|
73
|
+
* // CreationDateTime: new Date("TIMESTAMP"), // required
|
|
74
|
+
* // StartDateTime: new Date("TIMESTAMP"),
|
|
75
|
+
* // ReadyDateTime: new Date("TIMESTAMP"),
|
|
76
|
+
* // EndDateTime: new Date("TIMESTAMP"),
|
|
77
|
+
* // LastStateChangeReason: "STRING_VALUE",
|
|
78
|
+
* // },
|
|
79
|
+
* // Instances: { // JobFlowInstancesDetail
|
|
80
|
+
* // MasterInstanceType: "STRING_VALUE", // required
|
|
81
|
+
* // MasterPublicDnsName: "STRING_VALUE",
|
|
82
|
+
* // MasterInstanceId: "STRING_VALUE",
|
|
83
|
+
* // SlaveInstanceType: "STRING_VALUE", // required
|
|
84
|
+
* // InstanceCount: Number("int"), // required
|
|
85
|
+
* // InstanceGroups: [ // InstanceGroupDetailList
|
|
86
|
+
* // { // InstanceGroupDetail
|
|
87
|
+
* // InstanceGroupId: "STRING_VALUE",
|
|
88
|
+
* // Name: "STRING_VALUE",
|
|
89
|
+
* // Market: "ON_DEMAND" || "SPOT", // required
|
|
90
|
+
* // InstanceRole: "MASTER" || "CORE" || "TASK", // required
|
|
91
|
+
* // BidPrice: "STRING_VALUE",
|
|
92
|
+
* // InstanceType: "STRING_VALUE", // required
|
|
93
|
+
* // InstanceRequestCount: Number("int"), // required
|
|
94
|
+
* // InstanceRunningCount: Number("int"), // required
|
|
95
|
+
* // State: "PROVISIONING" || "BOOTSTRAPPING" || "RUNNING" || "RECONFIGURING" || "RESIZING" || "SUSPENDED" || "TERMINATING" || "TERMINATED" || "ARRESTED" || "SHUTTING_DOWN" || "ENDED", // required
|
|
96
|
+
* // LastStateChangeReason: "STRING_VALUE",
|
|
97
|
+
* // CreationDateTime: new Date("TIMESTAMP"), // required
|
|
98
|
+
* // StartDateTime: new Date("TIMESTAMP"),
|
|
99
|
+
* // ReadyDateTime: new Date("TIMESTAMP"),
|
|
100
|
+
* // EndDateTime: new Date("TIMESTAMP"),
|
|
101
|
+
* // CustomAmiId: "STRING_VALUE",
|
|
102
|
+
* // },
|
|
103
|
+
* // ],
|
|
104
|
+
* // NormalizedInstanceHours: Number("int"),
|
|
105
|
+
* // Ec2KeyName: "STRING_VALUE",
|
|
106
|
+
* // Ec2SubnetId: "STRING_VALUE",
|
|
107
|
+
* // Placement: { // PlacementType
|
|
108
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
109
|
+
* // AvailabilityZones: [ // XmlStringMaxLen256List
|
|
110
|
+
* // "STRING_VALUE",
|
|
111
|
+
* // ],
|
|
112
|
+
* // },
|
|
113
|
+
* // KeepJobFlowAliveWhenNoSteps: true || false,
|
|
114
|
+
* // TerminationProtected: true || false,
|
|
115
|
+
* // HadoopVersion: "STRING_VALUE",
|
|
116
|
+
* // },
|
|
117
|
+
* // Steps: [ // StepDetailList
|
|
118
|
+
* // { // StepDetail
|
|
119
|
+
* // StepConfig: { // StepConfig
|
|
120
|
+
* // Name: "STRING_VALUE", // required
|
|
121
|
+
* // ActionOnFailure: "TERMINATE_JOB_FLOW" || "TERMINATE_CLUSTER" || "CANCEL_AND_WAIT" || "CONTINUE",
|
|
122
|
+
* // HadoopJarStep: { // HadoopJarStepConfig
|
|
123
|
+
* // Properties: [ // KeyValueList
|
|
124
|
+
* // { // KeyValue
|
|
125
|
+
* // Key: "STRING_VALUE",
|
|
126
|
+
* // Value: "STRING_VALUE",
|
|
127
|
+
* // },
|
|
128
|
+
* // ],
|
|
129
|
+
* // Jar: "STRING_VALUE", // required
|
|
130
|
+
* // MainClass: "STRING_VALUE",
|
|
131
|
+
* // Args: [ // XmlStringList
|
|
132
|
+
* // "STRING_VALUE",
|
|
133
|
+
* // ],
|
|
134
|
+
* // },
|
|
135
|
+
* // },
|
|
136
|
+
* // ExecutionStatusDetail: { // StepExecutionStatusDetail
|
|
137
|
+
* // State: "PENDING" || "RUNNING" || "CONTINUE" || "COMPLETED" || "CANCELLED" || "FAILED" || "INTERRUPTED", // required
|
|
138
|
+
* // CreationDateTime: new Date("TIMESTAMP"), // required
|
|
139
|
+
* // StartDateTime: new Date("TIMESTAMP"),
|
|
140
|
+
* // EndDateTime: new Date("TIMESTAMP"),
|
|
141
|
+
* // LastStateChangeReason: "STRING_VALUE",
|
|
142
|
+
* // },
|
|
143
|
+
* // },
|
|
144
|
+
* // ],
|
|
145
|
+
* // BootstrapActions: [ // BootstrapActionDetailList
|
|
146
|
+
* // { // BootstrapActionDetail
|
|
147
|
+
* // BootstrapActionConfig: { // BootstrapActionConfig
|
|
148
|
+
* // Name: "STRING_VALUE", // required
|
|
149
|
+
* // ScriptBootstrapAction: { // ScriptBootstrapActionConfig
|
|
150
|
+
* // Path: "STRING_VALUE", // required
|
|
151
|
+
* // Args: [
|
|
152
|
+
* // "STRING_VALUE",
|
|
153
|
+
* // ],
|
|
154
|
+
* // },
|
|
155
|
+
* // },
|
|
156
|
+
* // },
|
|
157
|
+
* // ],
|
|
158
|
+
* // SupportedProducts: [ // SupportedProductsList
|
|
159
|
+
* // "STRING_VALUE",
|
|
160
|
+
* // ],
|
|
161
|
+
* // VisibleToAllUsers: true || false,
|
|
162
|
+
* // JobFlowRole: "STRING_VALUE",
|
|
163
|
+
* // ServiceRole: "STRING_VALUE",
|
|
164
|
+
* // AutoScalingRole: "STRING_VALUE",
|
|
165
|
+
* // ScaleDownBehavior: "TERMINATE_AT_INSTANCE_HOUR" || "TERMINATE_AT_TASK_COMPLETION",
|
|
166
|
+
* // },
|
|
167
|
+
* // ],
|
|
168
|
+
* // };
|
|
169
|
+
*
|
|
63
170
|
* ```
|
|
64
171
|
*
|
|
65
172
|
* @param DescribeJobFlowsCommandInput - {@link DescribeJobFlowsCommandInput}
|
|
@@ -72,6 +179,8 @@ export interface DescribeJobFlowsCommandOutput extends DescribeJobFlowsOutput, _
|
|
|
72
179
|
* <p>Indicates that an error occurred while processing the request and that the request was
|
|
73
180
|
* not completed.</p>
|
|
74
181
|
*
|
|
182
|
+
* @throws {@link EMRServiceException}
|
|
183
|
+
* <p>Base exception class for all service exceptions from EMR service.</p>
|
|
75
184
|
*
|
|
76
185
|
*/
|
|
77
186
|
export declare class DescribeJobFlowsCommand extends $Command<DescribeJobFlowsCommandInput, DescribeJobFlowsCommandOutput, EMRClientResolvedConfig> {
|
|
@@ -31,6 +31,33 @@ export interface DescribeNotebookExecutionCommandOutput extends DescribeNotebook
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DescribeNotebookExecutionCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DescribeNotebookExecutionOutput
|
|
35
|
+
* // NotebookExecution: { // NotebookExecution
|
|
36
|
+
* // NotebookExecutionId: "STRING_VALUE",
|
|
37
|
+
* // EditorId: "STRING_VALUE",
|
|
38
|
+
* // ExecutionEngine: { // ExecutionEngineConfig
|
|
39
|
+
* // Id: "STRING_VALUE", // required
|
|
40
|
+
* // Type: "EMR",
|
|
41
|
+
* // MasterInstanceSecurityGroupId: "STRING_VALUE",
|
|
42
|
+
* // },
|
|
43
|
+
* // NotebookExecutionName: "STRING_VALUE",
|
|
44
|
+
* // NotebookParams: "STRING_VALUE",
|
|
45
|
+
* // Status: "START_PENDING" || "STARTING" || "RUNNING" || "FINISHING" || "FINISHED" || "FAILING" || "FAILED" || "STOP_PENDING" || "STOPPING" || "STOPPED",
|
|
46
|
+
* // StartTime: new Date("TIMESTAMP"),
|
|
47
|
+
* // EndTime: new Date("TIMESTAMP"),
|
|
48
|
+
* // Arn: "STRING_VALUE",
|
|
49
|
+
* // OutputNotebookURI: "STRING_VALUE",
|
|
50
|
+
* // LastStateChangeReason: "STRING_VALUE",
|
|
51
|
+
* // NotebookInstanceSecurityGroupId: "STRING_VALUE",
|
|
52
|
+
* // Tags: [ // TagList
|
|
53
|
+
* // { // Tag
|
|
54
|
+
* // Key: "STRING_VALUE",
|
|
55
|
+
* // Value: "STRING_VALUE",
|
|
56
|
+
* // },
|
|
57
|
+
* // ],
|
|
58
|
+
* // },
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
34
61
|
* ```
|
|
35
62
|
*
|
|
36
63
|
* @param DescribeNotebookExecutionCommandInput - {@link DescribeNotebookExecutionCommandInput}
|
|
@@ -46,6 +73,8 @@ export interface DescribeNotebookExecutionCommandOutput extends DescribeNotebook
|
|
|
46
73
|
* @throws {@link InvalidRequestException} (client fault)
|
|
47
74
|
* <p>This exception occurs when there is something wrong with user input.</p>
|
|
48
75
|
*
|
|
76
|
+
* @throws {@link EMRServiceException}
|
|
77
|
+
* <p>Base exception class for all service exceptions from EMR service.</p>
|
|
49
78
|
*
|
|
50
79
|
*/
|
|
51
80
|
export declare class DescribeNotebookExecutionCommand extends $Command<DescribeNotebookExecutionCommandInput, DescribeNotebookExecutionCommandOutput, EMRClientResolvedConfig> {
|
|
@@ -35,6 +35,22 @@ export interface DescribeReleaseLabelCommandOutput extends DescribeReleaseLabelO
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DescribeReleaseLabelCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // DescribeReleaseLabelOutput
|
|
39
|
+
* // ReleaseLabel: "STRING_VALUE",
|
|
40
|
+
* // Applications: [ // SimplifiedApplicationList
|
|
41
|
+
* // { // SimplifiedApplication
|
|
42
|
+
* // Name: "STRING_VALUE",
|
|
43
|
+
* // Version: "STRING_VALUE",
|
|
44
|
+
* // },
|
|
45
|
+
* // ],
|
|
46
|
+
* // NextToken: "STRING_VALUE",
|
|
47
|
+
* // AvailableOSReleases: [ // OSReleaseList
|
|
48
|
+
* // { // OSRelease
|
|
49
|
+
* // Label: "STRING_VALUE",
|
|
50
|
+
* // },
|
|
51
|
+
* // ],
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
38
54
|
* ```
|
|
39
55
|
*
|
|
40
56
|
* @param DescribeReleaseLabelCommandInput - {@link DescribeReleaseLabelCommandInput}
|
|
@@ -50,6 +66,8 @@ export interface DescribeReleaseLabelCommandOutput extends DescribeReleaseLabelO
|
|
|
50
66
|
* @throws {@link InvalidRequestException} (client fault)
|
|
51
67
|
* <p>This exception occurs when there is something wrong with user input.</p>
|
|
52
68
|
*
|
|
69
|
+
* @throws {@link EMRServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from EMR service.</p>
|
|
53
71
|
*
|
|
54
72
|
*/
|
|
55
73
|
export declare class DescribeReleaseLabelCommand extends $Command<DescribeReleaseLabelCommandInput, DescribeReleaseLabelCommandOutput, EMRClientResolvedConfig> {
|
|
@@ -32,6 +32,12 @@ export interface DescribeSecurityConfigurationCommandOutput extends DescribeSecu
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeSecurityConfigurationCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DescribeSecurityConfigurationOutput
|
|
36
|
+
* // Name: "STRING_VALUE",
|
|
37
|
+
* // SecurityConfiguration: "STRING_VALUE",
|
|
38
|
+
* // CreationDateTime: new Date("TIMESTAMP"),
|
|
39
|
+
* // };
|
|
40
|
+
*
|
|
35
41
|
* ```
|
|
36
42
|
*
|
|
37
43
|
* @param DescribeSecurityConfigurationCommandInput - {@link DescribeSecurityConfigurationCommandInput}
|
|
@@ -47,6 +53,8 @@ export interface DescribeSecurityConfigurationCommandOutput extends DescribeSecu
|
|
|
47
53
|
* @throws {@link InvalidRequestException} (client fault)
|
|
48
54
|
* <p>This exception occurs when there is something wrong with user input.</p>
|
|
49
55
|
*
|
|
56
|
+
* @throws {@link EMRServiceException}
|
|
57
|
+
* <p>Base exception class for all service exceptions from EMR service.</p>
|
|
50
58
|
*
|
|
51
59
|
*/
|
|
52
60
|
export declare class DescribeSecurityConfigurationCommand extends $Command<DescribeSecurityConfigurationCommandInput, DescribeSecurityConfigurationCommandOutput, EMRClientResolvedConfig> {
|
|
@@ -32,6 +32,42 @@ export interface DescribeStepCommandOutput extends DescribeStepOutput, __Metadat
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeStepCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DescribeStepOutput
|
|
36
|
+
* // Step: { // Step
|
|
37
|
+
* // Id: "STRING_VALUE",
|
|
38
|
+
* // Name: "STRING_VALUE",
|
|
39
|
+
* // Config: { // HadoopStepConfig
|
|
40
|
+
* // Jar: "STRING_VALUE",
|
|
41
|
+
* // Properties: { // StringMap
|
|
42
|
+
* // "<keys>": "STRING_VALUE",
|
|
43
|
+
* // },
|
|
44
|
+
* // MainClass: "STRING_VALUE",
|
|
45
|
+
* // Args: [ // StringList
|
|
46
|
+
* // "STRING_VALUE",
|
|
47
|
+
* // ],
|
|
48
|
+
* // },
|
|
49
|
+
* // ActionOnFailure: "TERMINATE_JOB_FLOW" || "TERMINATE_CLUSTER" || "CANCEL_AND_WAIT" || "CONTINUE",
|
|
50
|
+
* // Status: { // StepStatus
|
|
51
|
+
* // State: "PENDING" || "CANCEL_PENDING" || "RUNNING" || "COMPLETED" || "CANCELLED" || "FAILED" || "INTERRUPTED",
|
|
52
|
+
* // StateChangeReason: { // StepStateChangeReason
|
|
53
|
+
* // Code: "NONE",
|
|
54
|
+
* // Message: "STRING_VALUE",
|
|
55
|
+
* // },
|
|
56
|
+
* // FailureDetails: { // FailureDetails
|
|
57
|
+
* // Reason: "STRING_VALUE",
|
|
58
|
+
* // Message: "STRING_VALUE",
|
|
59
|
+
* // LogFile: "STRING_VALUE",
|
|
60
|
+
* // },
|
|
61
|
+
* // Timeline: { // StepTimeline
|
|
62
|
+
* // CreationDateTime: new Date("TIMESTAMP"),
|
|
63
|
+
* // StartDateTime: new Date("TIMESTAMP"),
|
|
64
|
+
* // EndDateTime: new Date("TIMESTAMP"),
|
|
65
|
+
* // },
|
|
66
|
+
* // },
|
|
67
|
+
* // ExecutionRoleArn: "STRING_VALUE",
|
|
68
|
+
* // },
|
|
69
|
+
* // };
|
|
70
|
+
*
|
|
35
71
|
* ```
|
|
36
72
|
*
|
|
37
73
|
* @param DescribeStepCommandInput - {@link DescribeStepCommandInput}
|
|
@@ -47,6 +83,8 @@ export interface DescribeStepCommandOutput extends DescribeStepOutput, __Metadat
|
|
|
47
83
|
* @throws {@link InvalidRequestException} (client fault)
|
|
48
84
|
* <p>This exception occurs when there is something wrong with user input.</p>
|
|
49
85
|
*
|
|
86
|
+
* @throws {@link EMRServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from EMR service.</p>
|
|
50
88
|
*
|
|
51
89
|
*/
|
|
52
90
|
export declare class DescribeStepCommand extends $Command<DescribeStepCommandInput, DescribeStepCommandOutput, EMRClientResolvedConfig> {
|