@aws-sdk/client-emr 3.651.1 → 3.658.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 +11 -0
- package/dist-types/commands/AddInstanceGroupsCommand.d.ts +11 -0
- package/dist-types/commands/AddJobFlowStepsCommand.d.ts +11 -0
- package/dist-types/commands/AddTagsCommand.d.ts +11 -0
- package/dist-types/commands/CancelStepsCommand.d.ts +11 -0
- package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/CreateStudioCommand.d.ts +11 -0
- package/dist-types/commands/CreateStudioSessionMappingCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteStudioCommand.d.ts +11 -0
- package/dist-types/commands/DeleteStudioSessionMappingCommand.d.ts +11 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +11 -0
- package/dist-types/commands/DescribeJobFlowsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeNotebookExecutionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeReleaseLabelCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSecurityConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeStepCommand.d.ts +11 -0
- package/dist-types/commands/DescribeStudioCommand.d.ts +11 -0
- package/dist-types/commands/GetAutoTerminationPolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetBlockPublicAccessConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetClusterSessionCredentialsCommand.d.ts +11 -0
- package/dist-types/commands/GetManagedScalingPolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetStudioSessionMappingCommand.d.ts +11 -0
- package/dist-types/commands/ListBootstrapActionsCommand.d.ts +11 -0
- package/dist-types/commands/ListClustersCommand.d.ts +11 -0
- package/dist-types/commands/ListInstanceFleetsCommand.d.ts +11 -0
- package/dist-types/commands/ListInstanceGroupsCommand.d.ts +11 -0
- package/dist-types/commands/ListInstancesCommand.d.ts +11 -0
- package/dist-types/commands/ListNotebookExecutionsCommand.d.ts +11 -0
- package/dist-types/commands/ListReleaseLabelsCommand.d.ts +11 -0
- package/dist-types/commands/ListSecurityConfigurationsCommand.d.ts +11 -0
- package/dist-types/commands/ListStepsCommand.d.ts +11 -0
- package/dist-types/commands/ListStudioSessionMappingsCommand.d.ts +11 -0
- package/dist-types/commands/ListStudiosCommand.d.ts +11 -0
- package/dist-types/commands/ListSupportedInstanceTypesCommand.d.ts +11 -0
- package/dist-types/commands/ModifyClusterCommand.d.ts +11 -0
- package/dist-types/commands/ModifyInstanceFleetCommand.d.ts +11 -0
- package/dist-types/commands/ModifyInstanceGroupsCommand.d.ts +11 -0
- package/dist-types/commands/PutAutoScalingPolicyCommand.d.ts +11 -0
- package/dist-types/commands/PutAutoTerminationPolicyCommand.d.ts +11 -0
- package/dist-types/commands/PutBlockPublicAccessConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/PutManagedScalingPolicyCommand.d.ts +11 -0
- package/dist-types/commands/RemoveAutoScalingPolicyCommand.d.ts +11 -0
- package/dist-types/commands/RemoveAutoTerminationPolicyCommand.d.ts +11 -0
- package/dist-types/commands/RemoveManagedScalingPolicyCommand.d.ts +11 -0
- package/dist-types/commands/RemoveTagsCommand.d.ts +11 -0
- package/dist-types/commands/RunJobFlowCommand.d.ts +11 -0
- package/dist-types/commands/SetKeepJobFlowAliveWhenNoStepsCommand.d.ts +11 -0
- package/dist-types/commands/SetTerminationProtectionCommand.d.ts +11 -0
- package/dist-types/commands/SetUnhealthyNodeReplacementCommand.d.ts +11 -0
- package/dist-types/commands/SetVisibleToAllUsersCommand.d.ts +11 -0
- package/dist-types/commands/StartNotebookExecutionCommand.d.ts +11 -0
- package/dist-types/commands/StopNotebookExecutionCommand.d.ts +11 -0
- package/dist-types/commands/TerminateJobFlowsCommand.d.ts +11 -0
- package/dist-types/commands/UpdateStudioCommand.d.ts +11 -0
- package/dist-types/commands/UpdateStudioSessionMappingCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AddInstanceFleetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddInstanceGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddJobFlowStepsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelStepsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateStudioCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateStudioSessionMappingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteStudioCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteStudioSessionMappingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeJobFlowsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeNotebookExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeReleaseLabelCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSecurityConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeStepCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeStudioCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetAutoTerminationPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBlockPublicAccessConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetClusterSessionCredentialsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetManagedScalingPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetStudioSessionMappingCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListBootstrapActionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListInstanceFleetsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListInstanceGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListNotebookExecutionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListReleaseLabelsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSecurityConfigurationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListStepsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListStudioSessionMappingsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListStudiosCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListSupportedInstanceTypesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ModifyInstanceFleetCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ModifyInstanceGroupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutAutoScalingPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutAutoTerminationPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutBlockPublicAccessConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutManagedScalingPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveAutoScalingPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveAutoTerminationPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveManagedScalingPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RunJobFlowCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SetKeepJobFlowAliveWhenNoStepsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SetTerminationProtectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SetUnhealthyNodeReplacementCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SetVisibleToAllUsersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartNotebookExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopNotebookExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TerminateJobFlowsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateStudioCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateStudioSessionMappingCommand.d.ts +12 -1
- package/package.json +36 -36
|
@@ -66,4 +66,15 @@ declare const PutAutoTerminationPolicyCommand_base: {
|
|
|
66
66
|
* @public
|
|
67
67
|
*/
|
|
68
68
|
export declare class PutAutoTerminationPolicyCommand extends PutAutoTerminationPolicyCommand_base {
|
|
69
|
+
/** @internal type navigation helper, not in runtime. */
|
|
70
|
+
protected static __types: {
|
|
71
|
+
api: {
|
|
72
|
+
input: PutAutoTerminationPolicyInput;
|
|
73
|
+
output: {};
|
|
74
|
+
};
|
|
75
|
+
sdk: {
|
|
76
|
+
input: PutAutoTerminationPolicyCommandInput;
|
|
77
|
+
output: PutAutoTerminationPolicyCommandOutput;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
69
80
|
}
|
|
@@ -92,4 +92,15 @@ declare const PutBlockPublicAccessConfigurationCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class PutBlockPublicAccessConfigurationCommand extends PutBlockPublicAccessConfigurationCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: PutBlockPublicAccessConfigurationInput;
|
|
99
|
+
output: {};
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: PutBlockPublicAccessConfigurationCommandInput;
|
|
103
|
+
output: PutBlockPublicAccessConfigurationCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -67,4 +67,15 @@ declare const PutManagedScalingPolicyCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class PutManagedScalingPolicyCommand extends PutManagedScalingPolicyCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: PutManagedScalingPolicyInput;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: PutManagedScalingPolicyCommandInput;
|
|
78
|
+
output: PutManagedScalingPolicyCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -56,4 +56,15 @@ declare const RemoveAutoScalingPolicyCommand_base: {
|
|
|
56
56
|
* @public
|
|
57
57
|
*/
|
|
58
58
|
export declare class RemoveAutoScalingPolicyCommand extends RemoveAutoScalingPolicyCommand_base {
|
|
59
|
+
/** @internal type navigation helper, not in runtime. */
|
|
60
|
+
protected static __types: {
|
|
61
|
+
api: {
|
|
62
|
+
input: RemoveAutoScalingPolicyInput;
|
|
63
|
+
output: {};
|
|
64
|
+
};
|
|
65
|
+
sdk: {
|
|
66
|
+
input: RemoveAutoScalingPolicyCommandInput;
|
|
67
|
+
output: RemoveAutoScalingPolicyCommandOutput;
|
|
68
|
+
};
|
|
69
|
+
};
|
|
59
70
|
}
|
|
@@ -55,4 +55,15 @@ declare const RemoveAutoTerminationPolicyCommand_base: {
|
|
|
55
55
|
* @public
|
|
56
56
|
*/
|
|
57
57
|
export declare class RemoveAutoTerminationPolicyCommand extends RemoveAutoTerminationPolicyCommand_base {
|
|
58
|
+
/** @internal type navigation helper, not in runtime. */
|
|
59
|
+
protected static __types: {
|
|
60
|
+
api: {
|
|
61
|
+
input: RemoveAutoTerminationPolicyInput;
|
|
62
|
+
output: {};
|
|
63
|
+
};
|
|
64
|
+
sdk: {
|
|
65
|
+
input: RemoveAutoTerminationPolicyCommandInput;
|
|
66
|
+
output: RemoveAutoTerminationPolicyCommandOutput;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
58
69
|
}
|
|
@@ -55,4 +55,15 @@ declare const RemoveManagedScalingPolicyCommand_base: {
|
|
|
55
55
|
* @public
|
|
56
56
|
*/
|
|
57
57
|
export declare class RemoveManagedScalingPolicyCommand extends RemoveManagedScalingPolicyCommand_base {
|
|
58
|
+
/** @internal type navigation helper, not in runtime. */
|
|
59
|
+
protected static __types: {
|
|
60
|
+
api: {
|
|
61
|
+
input: RemoveManagedScalingPolicyInput;
|
|
62
|
+
output: {};
|
|
63
|
+
};
|
|
64
|
+
sdk: {
|
|
65
|
+
input: RemoveManagedScalingPolicyCommandInput;
|
|
66
|
+
output: RemoveManagedScalingPolicyCommandOutput;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
58
69
|
}
|
|
@@ -69,4 +69,15 @@ declare const RemoveTagsCommand_base: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class RemoveTagsCommand extends RemoveTagsCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: RemoveTagsInput;
|
|
76
|
+
output: {};
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: RemoveTagsCommandInput;
|
|
80
|
+
output: RemoveTagsCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
72
83
|
}
|
|
@@ -357,4 +357,15 @@ declare const RunJobFlowCommand_base: {
|
|
|
357
357
|
* @public
|
|
358
358
|
*/
|
|
359
359
|
export declare class RunJobFlowCommand extends RunJobFlowCommand_base {
|
|
360
|
+
/** @internal type navigation helper, not in runtime. */
|
|
361
|
+
protected static __types: {
|
|
362
|
+
api: {
|
|
363
|
+
input: RunJobFlowInput;
|
|
364
|
+
output: RunJobFlowOutput;
|
|
365
|
+
};
|
|
366
|
+
sdk: {
|
|
367
|
+
input: RunJobFlowCommandInput;
|
|
368
|
+
output: RunJobFlowCommandOutput;
|
|
369
|
+
};
|
|
370
|
+
};
|
|
360
371
|
}
|
|
@@ -65,4 +65,15 @@ declare const SetKeepJobFlowAliveWhenNoStepsCommand_base: {
|
|
|
65
65
|
* @public
|
|
66
66
|
*/
|
|
67
67
|
export declare class SetKeepJobFlowAliveWhenNoStepsCommand extends SetKeepJobFlowAliveWhenNoStepsCommand_base {
|
|
68
|
+
/** @internal type navigation helper, not in runtime. */
|
|
69
|
+
protected static __types: {
|
|
70
|
+
api: {
|
|
71
|
+
input: SetKeepJobFlowAliveWhenNoStepsInput;
|
|
72
|
+
output: {};
|
|
73
|
+
};
|
|
74
|
+
sdk: {
|
|
75
|
+
input: SetKeepJobFlowAliveWhenNoStepsCommandInput;
|
|
76
|
+
output: SetKeepJobFlowAliveWhenNoStepsCommandOutput;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
68
79
|
}
|
|
@@ -78,4 +78,15 @@ declare const SetTerminationProtectionCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class SetTerminationProtectionCommand extends SetTerminationProtectionCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: SetTerminationProtectionInput;
|
|
85
|
+
output: {};
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: SetTerminationProtectionCommandInput;
|
|
89
|
+
output: SetTerminationProtectionCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -73,4 +73,15 @@ declare const SetUnhealthyNodeReplacementCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class SetUnhealthyNodeReplacementCommand extends SetUnhealthyNodeReplacementCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: SetUnhealthyNodeReplacementInput;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: SetUnhealthyNodeReplacementCommandInput;
|
|
84
|
+
output: SetUnhealthyNodeReplacementCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -74,4 +74,15 @@ declare const SetVisibleToAllUsersCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class SetVisibleToAllUsersCommand extends SetVisibleToAllUsersCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: SetVisibleToAllUsersInput;
|
|
81
|
+
output: {};
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: SetVisibleToAllUsersCommandInput;
|
|
85
|
+
output: SetVisibleToAllUsersCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -93,4 +93,15 @@ declare const StartNotebookExecutionCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class StartNotebookExecutionCommand extends StartNotebookExecutionCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: StartNotebookExecutionInput;
|
|
100
|
+
output: StartNotebookExecutionOutput;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: StartNotebookExecutionCommandInput;
|
|
104
|
+
output: StartNotebookExecutionCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -62,4 +62,15 @@ declare const StopNotebookExecutionCommand_base: {
|
|
|
62
62
|
* @public
|
|
63
63
|
*/
|
|
64
64
|
export declare class StopNotebookExecutionCommand extends StopNotebookExecutionCommand_base {
|
|
65
|
+
/** @internal type navigation helper, not in runtime. */
|
|
66
|
+
protected static __types: {
|
|
67
|
+
api: {
|
|
68
|
+
input: StopNotebookExecutionInput;
|
|
69
|
+
output: {};
|
|
70
|
+
};
|
|
71
|
+
sdk: {
|
|
72
|
+
input: StopNotebookExecutionCommandInput;
|
|
73
|
+
output: StopNotebookExecutionCommandOutput;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
65
76
|
}
|
|
@@ -67,4 +67,15 @@ declare const TerminateJobFlowsCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class TerminateJobFlowsCommand extends TerminateJobFlowsCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: TerminateJobFlowsInput;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: TerminateJobFlowsCommandInput;
|
|
78
|
+
output: TerminateJobFlowsCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -70,4 +70,15 @@ declare const UpdateStudioCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class UpdateStudioCommand extends UpdateStudioCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: UpdateStudioInput;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: UpdateStudioCommandInput;
|
|
81
|
+
output: UpdateStudioCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -66,4 +66,15 @@ declare const UpdateStudioSessionMappingCommand_base: {
|
|
|
66
66
|
* @public
|
|
67
67
|
*/
|
|
68
68
|
export declare class UpdateStudioSessionMappingCommand extends UpdateStudioSessionMappingCommand_base {
|
|
69
|
+
/** @internal type navigation helper, not in runtime. */
|
|
70
|
+
protected static __types: {
|
|
71
|
+
api: {
|
|
72
|
+
input: UpdateStudioSessionMappingInput;
|
|
73
|
+
output: {};
|
|
74
|
+
};
|
|
75
|
+
sdk: {
|
|
76
|
+
input: UpdateStudioSessionMappingCommandInput;
|
|
77
|
+
output: UpdateStudioSessionMappingCommandOutput;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
69
80
|
}
|
|
@@ -36,4 +36,15 @@ declare const AddInstanceFleetCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class AddInstanceFleetCommand extends AddInstanceFleetCommand_base {
|
|
39
|
+
export declare class AddInstanceFleetCommand extends AddInstanceFleetCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: AddInstanceFleetInput;
|
|
43
|
+
output: AddInstanceFleetOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: AddInstanceFleetCommandInput;
|
|
47
|
+
output: AddInstanceFleetCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const AddInstanceGroupsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class AddInstanceGroupsCommand extends AddInstanceGroupsCommand_base {
|
|
39
|
+
export declare class AddInstanceGroupsCommand extends AddInstanceGroupsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: AddInstanceGroupsInput;
|
|
43
|
+
output: AddInstanceGroupsOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: AddInstanceGroupsCommandInput;
|
|
47
|
+
output: AddInstanceGroupsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const AddJobFlowStepsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class AddJobFlowStepsCommand extends AddJobFlowStepsCommand_base {
|
|
39
|
+
export declare class AddJobFlowStepsCommand extends AddJobFlowStepsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: AddJobFlowStepsInput;
|
|
43
|
+
output: AddJobFlowStepsOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: AddJobFlowStepsCommandInput;
|
|
47
|
+
output: AddJobFlowStepsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -27,4 +27,15 @@ declare const AddTagsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
29
|
};
|
|
30
|
-
export declare class AddTagsCommand extends AddTagsCommand_base {
|
|
30
|
+
export declare class AddTagsCommand extends AddTagsCommand_base {
|
|
31
|
+
protected static __types: {
|
|
32
|
+
api: {
|
|
33
|
+
input: AddTagsInput;
|
|
34
|
+
output: {};
|
|
35
|
+
};
|
|
36
|
+
sdk: {
|
|
37
|
+
input: AddTagsCommandInput;
|
|
38
|
+
output: AddTagsCommandOutput;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CancelStepsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CancelStepsCommand extends CancelStepsCommand_base {
|
|
36
|
+
export declare class CancelStepsCommand extends CancelStepsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CancelStepsInput;
|
|
40
|
+
output: CancelStepsOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CancelStepsCommandInput;
|
|
44
|
+
output: CancelStepsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const CreateSecurityConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateSecurityConfigurationCommand extends CreateSecurityConfigurationCommand_base {
|
|
40
|
+
export declare class CreateSecurityConfigurationCommand extends CreateSecurityConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateSecurityConfigurationInput;
|
|
44
|
+
output: CreateSecurityConfigurationOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateSecurityConfigurationCommandInput;
|
|
48
|
+
output: CreateSecurityConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateStudioCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateStudioCommand extends CreateStudioCommand_base {
|
|
36
|
+
export declare class CreateStudioCommand extends CreateStudioCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateStudioInput;
|
|
40
|
+
output: CreateStudioOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateStudioCommandInput;
|
|
44
|
+
output: CreateStudioCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const CreateStudioSessionMappingCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class CreateStudioSessionMappingCommand extends CreateStudioSessionMappingCommand_base {
|
|
36
|
+
export declare class CreateStudioSessionMappingCommand extends CreateStudioSessionMappingCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CreateStudioSessionMappingInput;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CreateStudioSessionMappingCommandInput;
|
|
44
|
+
output: CreateStudioSessionMappingCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteSecurityConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteSecurityConfigurationCommand extends DeleteSecurityConfigurationCommand_base {
|
|
40
|
+
export declare class DeleteSecurityConfigurationCommand extends DeleteSecurityConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteSecurityConfigurationInput;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteSecurityConfigurationCommandInput;
|
|
48
|
+
output: DeleteSecurityConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteStudioCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteStudioCommand extends DeleteStudioCommand_base {
|
|
34
|
+
export declare class DeleteStudioCommand extends DeleteStudioCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteStudioInput;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteStudioCommandInput;
|
|
42
|
+
output: DeleteStudioCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeleteStudioSessionMappingCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeleteStudioSessionMappingCommand extends DeleteStudioSessionMappingCommand_base {
|
|
36
|
+
export declare class DeleteStudioSessionMappingCommand extends DeleteStudioSessionMappingCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteStudioSessionMappingInput;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteStudioSessionMappingCommandInput;
|
|
44
|
+
output: DeleteStudioSessionMappingCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeClusterCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeClusterCommand extends DescribeClusterCommand_base {
|
|
39
|
+
export declare class DescribeClusterCommand extends DescribeClusterCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeClusterInput;
|
|
43
|
+
output: DescribeClusterOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeClusterCommandInput;
|
|
47
|
+
output: DescribeClusterCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const DescribeJobFlowsCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class DescribeJobFlowsCommand extends DescribeJobFlowsCommand_base {
|
|
39
|
+
export declare class DescribeJobFlowsCommand extends DescribeJobFlowsCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: DescribeJobFlowsInput;
|
|
43
|
+
output: DescribeJobFlowsOutput;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: DescribeJobFlowsCommandInput;
|
|
47
|
+
output: DescribeJobFlowsCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeNotebookExecutionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeNotebookExecutionCommand extends DescribeNotebookExecutionCommand_base {
|
|
40
|
+
export declare class DescribeNotebookExecutionCommand extends DescribeNotebookExecutionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeNotebookExecutionInput;
|
|
44
|
+
output: DescribeNotebookExecutionOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeNotebookExecutionCommandInput;
|
|
48
|
+
output: DescribeNotebookExecutionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeReleaseLabelCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeReleaseLabelCommand extends DescribeReleaseLabelCommand_base {
|
|
40
|
+
export declare class DescribeReleaseLabelCommand extends DescribeReleaseLabelCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeReleaseLabelInput;
|
|
44
|
+
output: DescribeReleaseLabelOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeReleaseLabelCommandInput;
|
|
48
|
+
output: DescribeReleaseLabelCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeSecurityConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeSecurityConfigurationCommand extends DescribeSecurityConfigurationCommand_base {
|
|
40
|
+
export declare class DescribeSecurityConfigurationCommand extends DescribeSecurityConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeSecurityConfigurationInput;
|
|
44
|
+
output: DescribeSecurityConfigurationOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeSecurityConfigurationCommandInput;
|
|
48
|
+
output: DescribeSecurityConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DescribeStepCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DescribeStepCommand extends DescribeStepCommand_base {
|
|
36
|
+
export declare class DescribeStepCommand extends DescribeStepCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DescribeStepInput;
|
|
40
|
+
output: DescribeStepOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DescribeStepCommandInput;
|
|
44
|
+
output: DescribeStepCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DescribeStudioCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DescribeStudioCommand extends DescribeStudioCommand_base {
|
|
36
|
+
export declare class DescribeStudioCommand extends DescribeStudioCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DescribeStudioInput;
|
|
40
|
+
output: DescribeStudioOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DescribeStudioCommandInput;
|
|
44
|
+
output: DescribeStudioCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetAutoTerminationPolicyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetAutoTerminationPolicyCommand extends GetAutoTerminationPolicyCommand_base {
|
|
40
|
+
export declare class GetAutoTerminationPolicyCommand extends GetAutoTerminationPolicyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetAutoTerminationPolicyInput;
|
|
44
|
+
output: GetAutoTerminationPolicyOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetAutoTerminationPolicyCommandInput;
|
|
48
|
+
output: GetAutoTerminationPolicyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetBlockPublicAccessConfigurationCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetBlockPublicAccessConfigurationCommand extends GetBlockPublicAccessConfigurationCommand_base {
|
|
40
|
+
export declare class GetBlockPublicAccessConfigurationCommand extends GetBlockPublicAccessConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: {};
|
|
44
|
+
output: GetBlockPublicAccessConfigurationOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetBlockPublicAccessConfigurationCommandInput;
|
|
48
|
+
output: GetBlockPublicAccessConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const GetClusterSessionCredentialsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class GetClusterSessionCredentialsCommand extends GetClusterSessionCredentialsCommand_base {
|
|
40
|
+
export declare class GetClusterSessionCredentialsCommand extends GetClusterSessionCredentialsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: GetClusterSessionCredentialsInput;
|
|
44
|
+
output: GetClusterSessionCredentialsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: GetClusterSessionCredentialsCommandInput;
|
|
48
|
+
output: GetClusterSessionCredentialsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|