@aws-sdk/client-emr 3.296.0 → 3.297.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 (70) hide show
  1. package/dist-types/EMR.d.ts +54 -0
  2. package/dist-types/EMRClient.d.ts +24 -4
  3. package/dist-types/commands/AddInstanceFleetCommand.d.ts +16 -0
  4. package/dist-types/commands/AddInstanceGroupsCommand.d.ts +16 -0
  5. package/dist-types/commands/AddJobFlowStepsCommand.d.ts +16 -0
  6. package/dist-types/commands/AddTagsCommand.d.ts +16 -0
  7. package/dist-types/commands/CancelStepsCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateStudioCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateStudioSessionMappingCommand.d.ts +16 -0
  11. package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +16 -0
  12. package/dist-types/commands/DeleteStudioCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteStudioSessionMappingCommand.d.ts +16 -0
  14. package/dist-types/commands/DescribeClusterCommand.d.ts +16 -0
  15. package/dist-types/commands/DescribeJobFlowsCommand.d.ts +16 -0
  16. package/dist-types/commands/DescribeNotebookExecutionCommand.d.ts +16 -0
  17. package/dist-types/commands/DescribeReleaseLabelCommand.d.ts +16 -0
  18. package/dist-types/commands/DescribeSecurityConfigurationCommand.d.ts +16 -0
  19. package/dist-types/commands/DescribeStepCommand.d.ts +16 -0
  20. package/dist-types/commands/DescribeStudioCommand.d.ts +16 -0
  21. package/dist-types/commands/GetAutoTerminationPolicyCommand.d.ts +16 -0
  22. package/dist-types/commands/GetBlockPublicAccessConfigurationCommand.d.ts +16 -0
  23. package/dist-types/commands/GetClusterSessionCredentialsCommand.d.ts +16 -0
  24. package/dist-types/commands/GetManagedScalingPolicyCommand.d.ts +16 -0
  25. package/dist-types/commands/GetStudioSessionMappingCommand.d.ts +16 -0
  26. package/dist-types/commands/ListBootstrapActionsCommand.d.ts +16 -0
  27. package/dist-types/commands/ListClustersCommand.d.ts +16 -0
  28. package/dist-types/commands/ListInstanceFleetsCommand.d.ts +16 -0
  29. package/dist-types/commands/ListInstanceGroupsCommand.d.ts +16 -0
  30. package/dist-types/commands/ListInstancesCommand.d.ts +16 -0
  31. package/dist-types/commands/ListNotebookExecutionsCommand.d.ts +16 -0
  32. package/dist-types/commands/ListReleaseLabelsCommand.d.ts +16 -0
  33. package/dist-types/commands/ListSecurityConfigurationsCommand.d.ts +16 -0
  34. package/dist-types/commands/ListStepsCommand.d.ts +16 -0
  35. package/dist-types/commands/ListStudioSessionMappingsCommand.d.ts +16 -0
  36. package/dist-types/commands/ListStudiosCommand.d.ts +16 -0
  37. package/dist-types/commands/ModifyClusterCommand.d.ts +16 -0
  38. package/dist-types/commands/ModifyInstanceFleetCommand.d.ts +16 -0
  39. package/dist-types/commands/ModifyInstanceGroupsCommand.d.ts +16 -0
  40. package/dist-types/commands/PutAutoScalingPolicyCommand.d.ts +16 -0
  41. package/dist-types/commands/PutAutoTerminationPolicyCommand.d.ts +16 -0
  42. package/dist-types/commands/PutBlockPublicAccessConfigurationCommand.d.ts +16 -0
  43. package/dist-types/commands/PutManagedScalingPolicyCommand.d.ts +16 -0
  44. package/dist-types/commands/RemoveAutoScalingPolicyCommand.d.ts +16 -0
  45. package/dist-types/commands/RemoveAutoTerminationPolicyCommand.d.ts +16 -0
  46. package/dist-types/commands/RemoveManagedScalingPolicyCommand.d.ts +16 -0
  47. package/dist-types/commands/RemoveTagsCommand.d.ts +16 -0
  48. package/dist-types/commands/RunJobFlowCommand.d.ts +16 -0
  49. package/dist-types/commands/SetTerminationProtectionCommand.d.ts +16 -0
  50. package/dist-types/commands/SetVisibleToAllUsersCommand.d.ts +16 -0
  51. package/dist-types/commands/StartNotebookExecutionCommand.d.ts +16 -0
  52. package/dist-types/commands/StopNotebookExecutionCommand.d.ts +16 -0
  53. package/dist-types/commands/TerminateJobFlowsCommand.d.ts +16 -0
  54. package/dist-types/commands/UpdateStudioCommand.d.ts +16 -0
  55. package/dist-types/commands/UpdateStudioSessionMappingCommand.d.ts +16 -0
  56. package/dist-types/models/EMRServiceException.d.ts +2 -0
  57. package/dist-types/models/models_0.d.ts +445 -1
  58. package/dist-types/pagination/Interfaces.d.ts +3 -0
  59. package/dist-types/pagination/ListBootstrapActionsPaginator.d.ts +3 -0
  60. package/dist-types/pagination/ListClustersPaginator.d.ts +3 -0
  61. package/dist-types/pagination/ListInstanceFleetsPaginator.d.ts +3 -0
  62. package/dist-types/pagination/ListInstanceGroupsPaginator.d.ts +3 -0
  63. package/dist-types/pagination/ListInstancesPaginator.d.ts +3 -0
  64. package/dist-types/pagination/ListNotebookExecutionsPaginator.d.ts +3 -0
  65. package/dist-types/pagination/ListReleaseLabelsPaginator.d.ts +3 -0
  66. package/dist-types/pagination/ListSecurityConfigurationsPaginator.d.ts +3 -0
  67. package/dist-types/pagination/ListStepsPaginator.d.ts +3 -0
  68. package/dist-types/pagination/ListStudioSessionMappingsPaginator.d.ts +3 -0
  69. package/dist-types/pagination/ListStudiosPaginator.d.ts +3 -0
  70. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
5
5
  import { RemoveAutoTerminationPolicyInput, RemoveAutoTerminationPolicyOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link RemoveAutoTerminationPolicyCommand}.
8
10
  */
9
11
  export interface RemoveAutoTerminationPolicyCommandInput extends RemoveAutoTerminationPolicyInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link RemoveAutoTerminationPolicyCommand}.
13
17
  */
14
18
  export interface RemoveAutoTerminationPolicyCommandOutput extends RemoveAutoTerminationPolicyOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes an auto-termination policy from an Amazon EMR cluster.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface RemoveAutoTerminationPolicyCommandOutput extends RemoveAutoTerm
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param RemoveAutoTerminationPolicyCommandInput - {@link RemoveAutoTerminationPolicyCommandInput}
34
+ * @returns {@link RemoveAutoTerminationPolicyCommandOutput}
28
35
  * @see {@link RemoveAutoTerminationPolicyCommandInput} for command's `input` shape.
29
36
  * @see {@link RemoveAutoTerminationPolicyCommandOutput} for command's `response` shape.
30
37
  * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
@@ -34,11 +41,20 @@ export interface RemoveAutoTerminationPolicyCommandOutput extends RemoveAutoTerm
34
41
  export declare class RemoveAutoTerminationPolicyCommand extends $Command<RemoveAutoTerminationPolicyCommandInput, RemoveAutoTerminationPolicyCommandOutput, EMRClientResolvedConfig> {
35
42
  readonly input: RemoveAutoTerminationPolicyCommandInput;
36
43
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
44
+ /**
45
+ * @public
46
+ */
37
47
  constructor(input: RemoveAutoTerminationPolicyCommandInput);
38
48
  /**
39
49
  * @internal
40
50
  */
41
51
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveAutoTerminationPolicyCommandInput, RemoveAutoTerminationPolicyCommandOutput>;
52
+ /**
53
+ * @internal
54
+ */
42
55
  private serialize;
56
+ /**
57
+ * @internal
58
+ */
43
59
  private deserialize;
44
60
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
5
5
  import { RemoveManagedScalingPolicyInput, RemoveManagedScalingPolicyOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link RemoveManagedScalingPolicyCommand}.
8
10
  */
9
11
  export interface RemoveManagedScalingPolicyCommandInput extends RemoveManagedScalingPolicyInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link RemoveManagedScalingPolicyCommand}.
13
17
  */
14
18
  export interface RemoveManagedScalingPolicyCommandOutput extends RemoveManagedScalingPolicyOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Removes a managed scaling policy from a specified EMR cluster. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface RemoveManagedScalingPolicyCommandOutput extends RemoveManagedSc
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param RemoveManagedScalingPolicyCommandInput - {@link RemoveManagedScalingPolicyCommandInput}
34
+ * @returns {@link RemoveManagedScalingPolicyCommandOutput}
28
35
  * @see {@link RemoveManagedScalingPolicyCommandInput} for command's `input` shape.
29
36
  * @see {@link RemoveManagedScalingPolicyCommandOutput} for command's `response` shape.
30
37
  * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
@@ -34,11 +41,20 @@ export interface RemoveManagedScalingPolicyCommandOutput extends RemoveManagedSc
34
41
  export declare class RemoveManagedScalingPolicyCommand extends $Command<RemoveManagedScalingPolicyCommandInput, RemoveManagedScalingPolicyCommandOutput, EMRClientResolvedConfig> {
35
42
  readonly input: RemoveManagedScalingPolicyCommandInput;
36
43
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
44
+ /**
45
+ * @public
46
+ */
37
47
  constructor(input: RemoveManagedScalingPolicyCommandInput);
38
48
  /**
39
49
  * @internal
40
50
  */
41
51
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveManagedScalingPolicyCommandInput, RemoveManagedScalingPolicyCommandOutput>;
52
+ /**
53
+ * @internal
54
+ */
42
55
  private serialize;
56
+ /**
57
+ * @internal
58
+ */
43
59
  private deserialize;
44
60
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
5
5
  import { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link RemoveTagsCommand}.
8
10
  */
9
11
  export interface RemoveTagsCommandInput extends RemoveTagsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link RemoveTagsCommand}.
13
17
  */
14
18
  export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes tags from an Amazon EMR resource, such as a cluster or Amazon EMR Studio. Tags make it easier to associate resources in various ways, such as grouping
18
23
  * clusters to track your Amazon EMR resource allocation costs. For more information,
19
24
  * see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-tags.html">Tag
@@ -29,6 +34,8 @@ export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBea
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param RemoveTagsCommandInput - {@link RemoveTagsCommandInput}
38
+ * @returns {@link RemoveTagsCommandOutput}
32
39
  * @see {@link RemoveTagsCommandInput} for command's `input` shape.
33
40
  * @see {@link RemoveTagsCommandOutput} for command's `response` shape.
34
41
  * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
@@ -45,11 +52,20 @@ export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBea
45
52
  export declare class RemoveTagsCommand extends $Command<RemoveTagsCommandInput, RemoveTagsCommandOutput, EMRClientResolvedConfig> {
46
53
  readonly input: RemoveTagsCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: RemoveTagsCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveTagsCommandInput, RemoveTagsCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
5
5
  import { RunJobFlowInput, RunJobFlowOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link RunJobFlowCommand}.
8
10
  */
9
11
  export interface RunJobFlowCommandInput extends RunJobFlowInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link RunJobFlowCommand}.
13
17
  */
14
18
  export interface RunJobFlowCommandOutput extends RunJobFlowOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>RunJobFlow creates and starts running a new cluster (job flow). The cluster runs the
18
23
  * steps specified. After the steps complete, the cluster stops and the HDFS partition is
19
24
  * lost. To prevent loss of data, configure the last step of the job flow to store results in
@@ -46,6 +51,8 @@ export interface RunJobFlowCommandOutput extends RunJobFlowOutput, __MetadataBea
46
51
  * const response = await client.send(command);
47
52
  * ```
48
53
  *
54
+ * @param RunJobFlowCommandInput - {@link RunJobFlowCommandInput}
55
+ * @returns {@link RunJobFlowCommandOutput}
49
56
  * @see {@link RunJobFlowCommandInput} for command's `input` shape.
50
57
  * @see {@link RunJobFlowCommandOutput} for command's `response` shape.
51
58
  * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
@@ -59,11 +66,20 @@ export interface RunJobFlowCommandOutput extends RunJobFlowOutput, __MetadataBea
59
66
  export declare class RunJobFlowCommand extends $Command<RunJobFlowCommandInput, RunJobFlowCommandOutput, EMRClientResolvedConfig> {
60
67
  readonly input: RunJobFlowCommandInput;
61
68
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
69
+ /**
70
+ * @public
71
+ */
62
72
  constructor(input: RunJobFlowCommandInput);
63
73
  /**
64
74
  * @internal
65
75
  */
66
76
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RunJobFlowCommandInput, RunJobFlowCommandOutput>;
77
+ /**
78
+ * @internal
79
+ */
67
80
  private serialize;
81
+ /**
82
+ * @internal
83
+ */
68
84
  private deserialize;
69
85
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
5
5
  import { SetTerminationProtectionInput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link SetTerminationProtectionCommand}.
8
10
  */
9
11
  export interface SetTerminationProtectionCommandInput extends SetTerminationProtectionInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link SetTerminationProtectionCommand}.
13
17
  */
14
18
  export interface SetTerminationProtectionCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>SetTerminationProtection locks a cluster (job flow) so the EC2 instances in the cluster
18
23
  * cannot be terminated by user intervention, an API call, or in the event of a job-flow
19
24
  * error. The cluster still terminates upon successful completion of the job flow. Calling
@@ -39,6 +44,8 @@ export interface SetTerminationProtectionCommandOutput extends __MetadataBearer
39
44
  * const response = await client.send(command);
40
45
  * ```
41
46
  *
47
+ * @param SetTerminationProtectionCommandInput - {@link SetTerminationProtectionCommandInput}
48
+ * @returns {@link SetTerminationProtectionCommandOutput}
42
49
  * @see {@link SetTerminationProtectionCommandInput} for command's `input` shape.
43
50
  * @see {@link SetTerminationProtectionCommandOutput} for command's `response` shape.
44
51
  * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
@@ -52,11 +59,20 @@ export interface SetTerminationProtectionCommandOutput extends __MetadataBearer
52
59
  export declare class SetTerminationProtectionCommand extends $Command<SetTerminationProtectionCommandInput, SetTerminationProtectionCommandOutput, EMRClientResolvedConfig> {
53
60
  readonly input: SetTerminationProtectionCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: SetTerminationProtectionCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetTerminationProtectionCommandInput, SetTerminationProtectionCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
5
5
  import { SetVisibleToAllUsersInput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link SetVisibleToAllUsersCommand}.
8
10
  */
9
11
  export interface SetVisibleToAllUsersCommandInput extends SetVisibleToAllUsersInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link SetVisibleToAllUsersCommand}.
13
17
  */
14
18
  export interface SetVisibleToAllUsersCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <important>
18
23
  * <p>The SetVisibleToAllUsers parameter is no longer supported. Your cluster may be
19
24
  * visible to all users in your account. To restrict cluster access using an IAM policy, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-access-iam.html">Identity and Access
@@ -38,6 +43,8 @@ export interface SetVisibleToAllUsersCommandOutput extends __MetadataBearer {
38
43
  * const response = await client.send(command);
39
44
  * ```
40
45
  *
46
+ * @param SetVisibleToAllUsersCommandInput - {@link SetVisibleToAllUsersCommandInput}
47
+ * @returns {@link SetVisibleToAllUsersCommandOutput}
41
48
  * @see {@link SetVisibleToAllUsersCommandInput} for command's `input` shape.
42
49
  * @see {@link SetVisibleToAllUsersCommandOutput} for command's `response` shape.
43
50
  * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
@@ -51,11 +58,20 @@ export interface SetVisibleToAllUsersCommandOutput extends __MetadataBearer {
51
58
  export declare class SetVisibleToAllUsersCommand extends $Command<SetVisibleToAllUsersCommandInput, SetVisibleToAllUsersCommandOutput, EMRClientResolvedConfig> {
52
59
  readonly input: SetVisibleToAllUsersCommandInput;
53
60
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
61
+ /**
62
+ * @public
63
+ */
54
64
  constructor(input: SetVisibleToAllUsersCommandInput);
55
65
  /**
56
66
  * @internal
57
67
  */
58
68
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetVisibleToAllUsersCommandInput, SetVisibleToAllUsersCommandOutput>;
69
+ /**
70
+ * @internal
71
+ */
59
72
  private serialize;
73
+ /**
74
+ * @internal
75
+ */
60
76
  private deserialize;
61
77
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
5
5
  import { StartNotebookExecutionInput, StartNotebookExecutionOutput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartNotebookExecutionCommand}.
8
10
  */
9
11
  export interface StartNotebookExecutionCommandInput extends StartNotebookExecutionInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartNotebookExecutionCommand}.
13
17
  */
14
18
  export interface StartNotebookExecutionCommandOutput extends StartNotebookExecutionOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Starts a notebook execution.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface StartNotebookExecutionCommandOutput extends StartNotebookExecut
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StartNotebookExecutionCommandInput - {@link StartNotebookExecutionCommandInput}
34
+ * @returns {@link StartNotebookExecutionCommandOutput}
28
35
  * @see {@link StartNotebookExecutionCommandInput} for command's `input` shape.
29
36
  * @see {@link StartNotebookExecutionCommandOutput} for command's `response` shape.
30
37
  * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
@@ -41,11 +48,20 @@ export interface StartNotebookExecutionCommandOutput extends StartNotebookExecut
41
48
  export declare class StartNotebookExecutionCommand extends $Command<StartNotebookExecutionCommandInput, StartNotebookExecutionCommandOutput, EMRClientResolvedConfig> {
42
49
  readonly input: StartNotebookExecutionCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: StartNotebookExecutionCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartNotebookExecutionCommandInput, StartNotebookExecutionCommandOutput>;
59
+ /**
60
+ * @internal
61
+ */
49
62
  private serialize;
63
+ /**
64
+ * @internal
65
+ */
50
66
  private deserialize;
51
67
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
5
5
  import { StopNotebookExecutionInput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopNotebookExecutionCommand}.
8
10
  */
9
11
  export interface StopNotebookExecutionCommandInput extends StopNotebookExecutionInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopNotebookExecutionCommand}.
13
17
  */
14
18
  export interface StopNotebookExecutionCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Stops a notebook execution.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface StopNotebookExecutionCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StopNotebookExecutionCommandInput - {@link StopNotebookExecutionCommandInput}
34
+ * @returns {@link StopNotebookExecutionCommandOutput}
28
35
  * @see {@link StopNotebookExecutionCommandInput} for command's `input` shape.
29
36
  * @see {@link StopNotebookExecutionCommandOutput} for command's `response` shape.
30
37
  * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
@@ -41,11 +48,20 @@ export interface StopNotebookExecutionCommandOutput extends __MetadataBearer {
41
48
  export declare class StopNotebookExecutionCommand extends $Command<StopNotebookExecutionCommandInput, StopNotebookExecutionCommandOutput, EMRClientResolvedConfig> {
42
49
  readonly input: StopNotebookExecutionCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: StopNotebookExecutionCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopNotebookExecutionCommandInput, StopNotebookExecutionCommandOutput>;
59
+ /**
60
+ * @internal
61
+ */
49
62
  private serialize;
63
+ /**
64
+ * @internal
65
+ */
50
66
  private deserialize;
51
67
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
5
5
  import { TerminateJobFlowsInput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TerminateJobFlowsCommand}.
8
10
  */
9
11
  export interface TerminateJobFlowsCommandInput extends TerminateJobFlowsInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TerminateJobFlowsCommand}.
13
17
  */
14
18
  export interface TerminateJobFlowsCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>TerminateJobFlows shuts a list of clusters (job flows) down. When a job flow is shut
18
23
  * down, any step not yet completed is canceled and the EC2 instances on which the cluster is
19
24
  * running are stopped. Any log files not already saved are uploaded to Amazon S3 if a
@@ -32,6 +37,8 @@ export interface TerminateJobFlowsCommandOutput extends __MetadataBearer {
32
37
  * const response = await client.send(command);
33
38
  * ```
34
39
  *
40
+ * @param TerminateJobFlowsCommandInput - {@link TerminateJobFlowsCommandInput}
41
+ * @returns {@link TerminateJobFlowsCommandOutput}
35
42
  * @see {@link TerminateJobFlowsCommandInput} for command's `input` shape.
36
43
  * @see {@link TerminateJobFlowsCommandOutput} for command's `response` shape.
37
44
  * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
@@ -45,11 +52,20 @@ export interface TerminateJobFlowsCommandOutput extends __MetadataBearer {
45
52
  export declare class TerminateJobFlowsCommand extends $Command<TerminateJobFlowsCommandInput, TerminateJobFlowsCommandOutput, EMRClientResolvedConfig> {
46
53
  readonly input: TerminateJobFlowsCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: TerminateJobFlowsCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TerminateJobFlowsCommandInput, TerminateJobFlowsCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
5
5
  import { UpdateStudioInput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateStudioCommand}.
8
10
  */
9
11
  export interface UpdateStudioCommandInput extends UpdateStudioInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateStudioCommand}.
13
17
  */
14
18
  export interface UpdateStudioCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates an Amazon EMR Studio configuration, including attributes such as name,
18
23
  * description, and subnets.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface UpdateStudioCommandOutput extends __MetadataBearer {
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param UpdateStudioCommandInput - {@link UpdateStudioCommandInput}
35
+ * @returns {@link UpdateStudioCommandOutput}
29
36
  * @see {@link UpdateStudioCommandInput} for command's `input` shape.
30
37
  * @see {@link UpdateStudioCommandOutput} for command's `response` shape.
31
38
  * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
@@ -42,11 +49,20 @@ export interface UpdateStudioCommandOutput extends __MetadataBearer {
42
49
  export declare class UpdateStudioCommand extends $Command<UpdateStudioCommandInput, UpdateStudioCommandOutput, EMRClientResolvedConfig> {
43
50
  readonly input: UpdateStudioCommandInput;
44
51
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
52
+ /**
53
+ * @public
54
+ */
45
55
  constructor(input: UpdateStudioCommandInput);
46
56
  /**
47
57
  * @internal
48
58
  */
49
59
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateStudioCommandInput, UpdateStudioCommandOutput>;
60
+ /**
61
+ * @internal
62
+ */
50
63
  private serialize;
64
+ /**
65
+ * @internal
66
+ */
51
67
  private deserialize;
52
68
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
5
5
  import { UpdateStudioSessionMappingInput } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateStudioSessionMappingCommand}.
8
10
  */
9
11
  export interface UpdateStudioSessionMappingCommandInput extends UpdateStudioSessionMappingInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateStudioSessionMappingCommand}.
13
17
  */
14
18
  export interface UpdateStudioSessionMappingCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Updates the session policy attached to the user or group for the specified Amazon EMR Studio.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateStudioSessionMappingCommandOutput extends __MetadataBeare
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateStudioSessionMappingCommandInput - {@link UpdateStudioSessionMappingCommandInput}
34
+ * @returns {@link UpdateStudioSessionMappingCommandOutput}
28
35
  * @see {@link UpdateStudioSessionMappingCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateStudioSessionMappingCommandOutput} for command's `response` shape.
30
37
  * @see {@link EMRClientResolvedConfig | config} for EMRClient's `config` shape.
@@ -41,11 +48,20 @@ export interface UpdateStudioSessionMappingCommandOutput extends __MetadataBeare
41
48
  export declare class UpdateStudioSessionMappingCommand extends $Command<UpdateStudioSessionMappingCommandInput, UpdateStudioSessionMappingCommandOutput, EMRClientResolvedConfig> {
42
49
  readonly input: UpdateStudioSessionMappingCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: UpdateStudioSessionMappingCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EMRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateStudioSessionMappingCommandInput, UpdateStudioSessionMappingCommandOutput>;
59
+ /**
60
+ * @internal
61
+ */
49
62
  private serialize;
63
+ /**
64
+ * @internal
65
+ */
50
66
  private deserialize;
51
67
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from EMR service.
4
6
  */
5
7
  export declare class EMRServiceException extends __ServiceException {