@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
|
@@ -148,4 +148,15 @@ declare const AddInstanceFleetCommand_base: {
|
|
|
148
148
|
* @public
|
|
149
149
|
*/
|
|
150
150
|
export declare class AddInstanceFleetCommand extends AddInstanceFleetCommand_base {
|
|
151
|
+
/** @internal type navigation helper, not in runtime. */
|
|
152
|
+
protected static __types: {
|
|
153
|
+
api: {
|
|
154
|
+
input: AddInstanceFleetInput;
|
|
155
|
+
output: AddInstanceFleetOutput;
|
|
156
|
+
};
|
|
157
|
+
sdk: {
|
|
158
|
+
input: AddInstanceFleetCommandInput;
|
|
159
|
+
output: AddInstanceFleetCommandOutput;
|
|
160
|
+
};
|
|
161
|
+
};
|
|
151
162
|
}
|
|
@@ -145,4 +145,15 @@ declare const AddInstanceGroupsCommand_base: {
|
|
|
145
145
|
* @public
|
|
146
146
|
*/
|
|
147
147
|
export declare class AddInstanceGroupsCommand extends AddInstanceGroupsCommand_base {
|
|
148
|
+
/** @internal type navigation helper, not in runtime. */
|
|
149
|
+
protected static __types: {
|
|
150
|
+
api: {
|
|
151
|
+
input: AddInstanceGroupsInput;
|
|
152
|
+
output: AddInstanceGroupsOutput;
|
|
153
|
+
};
|
|
154
|
+
sdk: {
|
|
155
|
+
input: AddInstanceGroupsCommandInput;
|
|
156
|
+
output: AddInstanceGroupsCommandOutput;
|
|
157
|
+
};
|
|
158
|
+
};
|
|
148
159
|
}
|
|
@@ -101,4 +101,15 @@ declare const AddJobFlowStepsCommand_base: {
|
|
|
101
101
|
* @public
|
|
102
102
|
*/
|
|
103
103
|
export declare class AddJobFlowStepsCommand extends AddJobFlowStepsCommand_base {
|
|
104
|
+
/** @internal type navigation helper, not in runtime. */
|
|
105
|
+
protected static __types: {
|
|
106
|
+
api: {
|
|
107
|
+
input: AddJobFlowStepsInput;
|
|
108
|
+
output: AddJobFlowStepsOutput;
|
|
109
|
+
};
|
|
110
|
+
sdk: {
|
|
111
|
+
input: AddJobFlowStepsCommandInput;
|
|
112
|
+
output: AddJobFlowStepsCommandOutput;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
104
115
|
}
|
|
@@ -72,4 +72,15 @@ declare const AddTagsCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class AddTagsCommand extends AddTagsCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: AddTagsInput;
|
|
79
|
+
output: {};
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: AddTagsCommandInput;
|
|
83
|
+
output: AddTagsCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -78,4 +78,15 @@ declare const CancelStepsCommand_base: {
|
|
|
78
78
|
* @public
|
|
79
79
|
*/
|
|
80
80
|
export declare class CancelStepsCommand extends CancelStepsCommand_base {
|
|
81
|
+
/** @internal type navigation helper, not in runtime. */
|
|
82
|
+
protected static __types: {
|
|
83
|
+
api: {
|
|
84
|
+
input: CancelStepsInput;
|
|
85
|
+
output: CancelStepsOutput;
|
|
86
|
+
};
|
|
87
|
+
sdk: {
|
|
88
|
+
input: CancelStepsCommandInput;
|
|
89
|
+
output: CancelStepsCommandOutput;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
81
92
|
}
|
|
@@ -67,4 +67,15 @@ declare const CreateSecurityConfigurationCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class CreateSecurityConfigurationCommand extends CreateSecurityConfigurationCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: CreateSecurityConfigurationInput;
|
|
74
|
+
output: CreateSecurityConfigurationOutput;
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: CreateSecurityConfigurationCommandInput;
|
|
78
|
+
output: CreateSecurityConfigurationCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -88,4 +88,15 @@ declare const CreateStudioCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class CreateStudioCommand extends CreateStudioCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: CreateStudioInput;
|
|
95
|
+
output: CreateStudioOutput;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: CreateStudioCommandInput;
|
|
99
|
+
output: CreateStudioCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -70,4 +70,15 @@ declare const CreateStudioSessionMappingCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class CreateStudioSessionMappingCommand extends CreateStudioSessionMappingCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: CreateStudioSessionMappingInput;
|
|
77
|
+
output: {};
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: CreateStudioSessionMappingCommandInput;
|
|
81
|
+
output: CreateStudioSessionMappingCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -62,4 +62,15 @@ declare const DeleteSecurityConfigurationCommand_base: {
|
|
|
62
62
|
* @public
|
|
63
63
|
*/
|
|
64
64
|
export declare class DeleteSecurityConfigurationCommand extends DeleteSecurityConfigurationCommand_base {
|
|
65
|
+
/** @internal type navigation helper, not in runtime. */
|
|
66
|
+
protected static __types: {
|
|
67
|
+
api: {
|
|
68
|
+
input: DeleteSecurityConfigurationInput;
|
|
69
|
+
output: {};
|
|
70
|
+
};
|
|
71
|
+
sdk: {
|
|
72
|
+
input: DeleteSecurityConfigurationCommandInput;
|
|
73
|
+
output: DeleteSecurityConfigurationCommandOutput;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
65
76
|
}
|
|
@@ -62,4 +62,15 @@ declare const DeleteStudioCommand_base: {
|
|
|
62
62
|
* @public
|
|
63
63
|
*/
|
|
64
64
|
export declare class DeleteStudioCommand extends DeleteStudioCommand_base {
|
|
65
|
+
/** @internal type navigation helper, not in runtime. */
|
|
66
|
+
protected static __types: {
|
|
67
|
+
api: {
|
|
68
|
+
input: DeleteStudioInput;
|
|
69
|
+
output: {};
|
|
70
|
+
};
|
|
71
|
+
sdk: {
|
|
72
|
+
input: DeleteStudioCommandInput;
|
|
73
|
+
output: DeleteStudioCommandOutput;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
65
76
|
}
|
|
@@ -65,4 +65,15 @@ declare const DeleteStudioSessionMappingCommand_base: {
|
|
|
65
65
|
* @public
|
|
66
66
|
*/
|
|
67
67
|
export declare class DeleteStudioSessionMappingCommand extends DeleteStudioSessionMappingCommand_base {
|
|
68
|
+
/** @internal type navigation helper, not in runtime. */
|
|
69
|
+
protected static __types: {
|
|
70
|
+
api: {
|
|
71
|
+
input: DeleteStudioSessionMappingInput;
|
|
72
|
+
output: {};
|
|
73
|
+
};
|
|
74
|
+
sdk: {
|
|
75
|
+
input: DeleteStudioSessionMappingCommandInput;
|
|
76
|
+
output: DeleteStudioSessionMappingCommandOutput;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
68
79
|
}
|
|
@@ -185,4 +185,15 @@ declare const DescribeClusterCommand_base: {
|
|
|
185
185
|
* @public
|
|
186
186
|
*/
|
|
187
187
|
export declare class DescribeClusterCommand extends DescribeClusterCommand_base {
|
|
188
|
+
/** @internal type navigation helper, not in runtime. */
|
|
189
|
+
protected static __types: {
|
|
190
|
+
api: {
|
|
191
|
+
input: DescribeClusterInput;
|
|
192
|
+
output: DescribeClusterOutput;
|
|
193
|
+
};
|
|
194
|
+
sdk: {
|
|
195
|
+
input: DescribeClusterCommandInput;
|
|
196
|
+
output: DescribeClusterCommandOutput;
|
|
197
|
+
};
|
|
198
|
+
};
|
|
188
199
|
}
|
|
@@ -194,4 +194,15 @@ declare const DescribeJobFlowsCommand_base: {
|
|
|
194
194
|
* @public
|
|
195
195
|
*/
|
|
196
196
|
export declare class DescribeJobFlowsCommand extends DescribeJobFlowsCommand_base {
|
|
197
|
+
/** @internal type navigation helper, not in runtime. */
|
|
198
|
+
protected static __types: {
|
|
199
|
+
api: {
|
|
200
|
+
input: DescribeJobFlowsInput;
|
|
201
|
+
output: DescribeJobFlowsOutput;
|
|
202
|
+
};
|
|
203
|
+
sdk: {
|
|
204
|
+
input: DescribeJobFlowsCommandInput;
|
|
205
|
+
output: DescribeJobFlowsCommandOutput;
|
|
206
|
+
};
|
|
207
|
+
};
|
|
197
208
|
}
|
|
@@ -100,4 +100,15 @@ declare const DescribeNotebookExecutionCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class DescribeNotebookExecutionCommand extends DescribeNotebookExecutionCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: DescribeNotebookExecutionInput;
|
|
107
|
+
output: DescribeNotebookExecutionOutput;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: DescribeNotebookExecutionCommandInput;
|
|
111
|
+
output: DescribeNotebookExecutionCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -80,4 +80,15 @@ declare const DescribeReleaseLabelCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class DescribeReleaseLabelCommand extends DescribeReleaseLabelCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: DescribeReleaseLabelInput;
|
|
87
|
+
output: DescribeReleaseLabelOutput;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: DescribeReleaseLabelCommandInput;
|
|
91
|
+
output: DescribeReleaseLabelCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -67,4 +67,15 @@ declare const DescribeSecurityConfigurationCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class DescribeSecurityConfigurationCommand extends DescribeSecurityConfigurationCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: DescribeSecurityConfigurationInput;
|
|
74
|
+
output: DescribeSecurityConfigurationOutput;
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: DescribeSecurityConfigurationCommandInput;
|
|
78
|
+
output: DescribeSecurityConfigurationCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -97,4 +97,15 @@ declare const DescribeStepCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class DescribeStepCommand extends DescribeStepCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: DescribeStepInput;
|
|
104
|
+
output: DescribeStepOutput;
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: DescribeStepCommandInput;
|
|
108
|
+
output: DescribeStepCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -94,4 +94,15 @@ declare const DescribeStudioCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class DescribeStudioCommand extends DescribeStudioCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: DescribeStudioInput;
|
|
101
|
+
output: DescribeStudioOutput;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: DescribeStudioCommandInput;
|
|
105
|
+
output: DescribeStudioCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -59,4 +59,15 @@ declare const GetAutoTerminationPolicyCommand_base: {
|
|
|
59
59
|
* @public
|
|
60
60
|
*/
|
|
61
61
|
export declare class GetAutoTerminationPolicyCommand extends GetAutoTerminationPolicyCommand_base {
|
|
62
|
+
/** @internal type navigation helper, not in runtime. */
|
|
63
|
+
protected static __types: {
|
|
64
|
+
api: {
|
|
65
|
+
input: GetAutoTerminationPolicyInput;
|
|
66
|
+
output: GetAutoTerminationPolicyOutput;
|
|
67
|
+
};
|
|
68
|
+
sdk: {
|
|
69
|
+
input: GetAutoTerminationPolicyCommandInput;
|
|
70
|
+
output: GetAutoTerminationPolicyCommandOutput;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
62
73
|
}
|
|
@@ -95,4 +95,15 @@ declare const GetBlockPublicAccessConfigurationCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class GetBlockPublicAccessConfigurationCommand extends GetBlockPublicAccessConfigurationCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: {};
|
|
102
|
+
output: GetBlockPublicAccessConfigurationOutput;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: GetBlockPublicAccessConfigurationCommandInput;
|
|
106
|
+
output: GetBlockPublicAccessConfigurationCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -74,4 +74,15 @@ declare const GetClusterSessionCredentialsCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class GetClusterSessionCredentialsCommand extends GetClusterSessionCredentialsCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: GetClusterSessionCredentialsInput;
|
|
81
|
+
output: GetClusterSessionCredentialsOutput;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: GetClusterSessionCredentialsCommandInput;
|
|
85
|
+
output: GetClusterSessionCredentialsCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -65,4 +65,15 @@ declare const GetManagedScalingPolicyCommand_base: {
|
|
|
65
65
|
* @public
|
|
66
66
|
*/
|
|
67
67
|
export declare class GetManagedScalingPolicyCommand extends GetManagedScalingPolicyCommand_base {
|
|
68
|
+
/** @internal type navigation helper, not in runtime. */
|
|
69
|
+
protected static __types: {
|
|
70
|
+
api: {
|
|
71
|
+
input: GetManagedScalingPolicyInput;
|
|
72
|
+
output: GetManagedScalingPolicyOutput;
|
|
73
|
+
};
|
|
74
|
+
sdk: {
|
|
75
|
+
input: GetManagedScalingPolicyCommandInput;
|
|
76
|
+
output: GetManagedScalingPolicyCommandOutput;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
68
79
|
}
|
|
@@ -76,4 +76,15 @@ declare const GetStudioSessionMappingCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class GetStudioSessionMappingCommand extends GetStudioSessionMappingCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: GetStudioSessionMappingInput;
|
|
83
|
+
output: GetStudioSessionMappingOutput;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: GetStudioSessionMappingCommandInput;
|
|
87
|
+
output: GetStudioSessionMappingCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -74,4 +74,15 @@ declare const ListBootstrapActionsCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class ListBootstrapActionsCommand extends ListBootstrapActionsCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: ListBootstrapActionsInput;
|
|
81
|
+
output: ListBootstrapActionsOutput;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: ListBootstrapActionsCommandInput;
|
|
85
|
+
output: ListBootstrapActionsCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -105,4 +105,15 @@ declare const ListClustersCommand_base: {
|
|
|
105
105
|
* @public
|
|
106
106
|
*/
|
|
107
107
|
export declare class ListClustersCommand extends ListClustersCommand_base {
|
|
108
|
+
/** @internal type navigation helper, not in runtime. */
|
|
109
|
+
protected static __types: {
|
|
110
|
+
api: {
|
|
111
|
+
input: ListClustersInput;
|
|
112
|
+
output: ListClustersOutput;
|
|
113
|
+
};
|
|
114
|
+
sdk: {
|
|
115
|
+
input: ListClustersCommandInput;
|
|
116
|
+
output: ListClustersCommandOutput;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
108
119
|
}
|
|
@@ -162,4 +162,15 @@ declare const ListInstanceFleetsCommand_base: {
|
|
|
162
162
|
* @public
|
|
163
163
|
*/
|
|
164
164
|
export declare class ListInstanceFleetsCommand extends ListInstanceFleetsCommand_base {
|
|
165
|
+
/** @internal type navigation helper, not in runtime. */
|
|
166
|
+
protected static __types: {
|
|
167
|
+
api: {
|
|
168
|
+
input: ListInstanceFleetsInput;
|
|
169
|
+
output: ListInstanceFleetsOutput;
|
|
170
|
+
};
|
|
171
|
+
sdk: {
|
|
172
|
+
input: ListInstanceFleetsCommandInput;
|
|
173
|
+
output: ListInstanceFleetsCommandOutput;
|
|
174
|
+
};
|
|
175
|
+
};
|
|
165
176
|
}
|
|
@@ -179,4 +179,15 @@ declare const ListInstanceGroupsCommand_base: {
|
|
|
179
179
|
* @public
|
|
180
180
|
*/
|
|
181
181
|
export declare class ListInstanceGroupsCommand extends ListInstanceGroupsCommand_base {
|
|
182
|
+
/** @internal type navigation helper, not in runtime. */
|
|
183
|
+
protected static __types: {
|
|
184
|
+
api: {
|
|
185
|
+
input: ListInstanceGroupsInput;
|
|
186
|
+
output: ListInstanceGroupsOutput;
|
|
187
|
+
};
|
|
188
|
+
sdk: {
|
|
189
|
+
input: ListInstanceGroupsCommandInput;
|
|
190
|
+
output: ListInstanceGroupsCommandOutput;
|
|
191
|
+
};
|
|
192
|
+
};
|
|
182
193
|
}
|
|
@@ -109,4 +109,15 @@ declare const ListInstancesCommand_base: {
|
|
|
109
109
|
* @public
|
|
110
110
|
*/
|
|
111
111
|
export declare class ListInstancesCommand extends ListInstancesCommand_base {
|
|
112
|
+
/** @internal type navigation helper, not in runtime. */
|
|
113
|
+
protected static __types: {
|
|
114
|
+
api: {
|
|
115
|
+
input: ListInstancesInput;
|
|
116
|
+
output: ListInstancesOutput;
|
|
117
|
+
};
|
|
118
|
+
sdk: {
|
|
119
|
+
input: ListInstancesCommandInput;
|
|
120
|
+
output: ListInstancesCommandOutput;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
112
123
|
}
|
|
@@ -87,4 +87,15 @@ declare const ListNotebookExecutionsCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class ListNotebookExecutionsCommand extends ListNotebookExecutionsCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: ListNotebookExecutionsInput;
|
|
94
|
+
output: ListNotebookExecutionsOutput;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: ListNotebookExecutionsCommandInput;
|
|
98
|
+
output: ListNotebookExecutionsCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -73,4 +73,15 @@ declare const ListReleaseLabelsCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class ListReleaseLabelsCommand extends ListReleaseLabelsCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: ListReleaseLabelsInput;
|
|
80
|
+
output: ListReleaseLabelsOutput;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: ListReleaseLabelsCommandInput;
|
|
84
|
+
output: ListReleaseLabelsCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -73,4 +73,15 @@ declare const ListSecurityConfigurationsCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class ListSecurityConfigurationsCommand extends ListSecurityConfigurationsCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: ListSecurityConfigurationsInput;
|
|
80
|
+
output: ListSecurityConfigurationsOutput;
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: ListSecurityConfigurationsCommandInput;
|
|
84
|
+
output: ListSecurityConfigurationsCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -110,4 +110,15 @@ declare const ListStepsCommand_base: {
|
|
|
110
110
|
* @public
|
|
111
111
|
*/
|
|
112
112
|
export declare class ListStepsCommand extends ListStepsCommand_base {
|
|
113
|
+
/** @internal type navigation helper, not in runtime. */
|
|
114
|
+
protected static __types: {
|
|
115
|
+
api: {
|
|
116
|
+
input: ListStepsInput;
|
|
117
|
+
output: ListStepsOutput;
|
|
118
|
+
};
|
|
119
|
+
sdk: {
|
|
120
|
+
input: ListStepsCommandInput;
|
|
121
|
+
output: ListStepsCommandOutput;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
113
124
|
}
|
|
@@ -77,4 +77,15 @@ declare const ListStudioSessionMappingsCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class ListStudioSessionMappingsCommand extends ListStudioSessionMappingsCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: ListStudioSessionMappingsInput;
|
|
84
|
+
output: ListStudioSessionMappingsOutput;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: ListStudioSessionMappingsCommandInput;
|
|
88
|
+
output: ListStudioSessionMappingsCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -76,4 +76,15 @@ declare const ListStudiosCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class ListStudiosCommand extends ListStudiosCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: ListStudiosInput;
|
|
83
|
+
output: ListStudiosOutput;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: ListStudiosCommandInput;
|
|
87
|
+
output: ListStudiosCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -81,4 +81,15 @@ declare const ListSupportedInstanceTypesCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class ListSupportedInstanceTypesCommand extends ListSupportedInstanceTypesCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: ListSupportedInstanceTypesInput;
|
|
88
|
+
output: ListSupportedInstanceTypesOutput;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: ListSupportedInstanceTypesCommandInput;
|
|
92
|
+
output: ListSupportedInstanceTypesCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -66,4 +66,15 @@ declare const ModifyClusterCommand_base: {
|
|
|
66
66
|
* @public
|
|
67
67
|
*/
|
|
68
68
|
export declare class ModifyClusterCommand extends ModifyClusterCommand_base {
|
|
69
|
+
/** @internal type navigation helper, not in runtime. */
|
|
70
|
+
protected static __types: {
|
|
71
|
+
api: {
|
|
72
|
+
input: ModifyClusterInput;
|
|
73
|
+
output: ModifyClusterOutput;
|
|
74
|
+
};
|
|
75
|
+
sdk: {
|
|
76
|
+
input: ModifyClusterCommandInput;
|
|
77
|
+
output: ModifyClusterCommandOutput;
|
|
78
|
+
};
|
|
79
|
+
};
|
|
69
80
|
}
|
|
@@ -129,4 +129,15 @@ declare const ModifyInstanceFleetCommand_base: {
|
|
|
129
129
|
* @public
|
|
130
130
|
*/
|
|
131
131
|
export declare class ModifyInstanceFleetCommand extends ModifyInstanceFleetCommand_base {
|
|
132
|
+
/** @internal type navigation helper, not in runtime. */
|
|
133
|
+
protected static __types: {
|
|
134
|
+
api: {
|
|
135
|
+
input: ModifyInstanceFleetInput;
|
|
136
|
+
output: {};
|
|
137
|
+
};
|
|
138
|
+
sdk: {
|
|
139
|
+
input: ModifyInstanceFleetCommandInput;
|
|
140
|
+
output: ModifyInstanceFleetCommandOutput;
|
|
141
|
+
};
|
|
142
|
+
};
|
|
132
143
|
}
|
|
@@ -100,4 +100,15 @@ declare const ModifyInstanceGroupsCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class ModifyInstanceGroupsCommand extends ModifyInstanceGroupsCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: ModifyInstanceGroupsInput;
|
|
107
|
+
output: {};
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: ModifyInstanceGroupsCommandInput;
|
|
111
|
+
output: ModifyInstanceGroupsCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -146,4 +146,15 @@ declare const PutAutoScalingPolicyCommand_base: {
|
|
|
146
146
|
* @public
|
|
147
147
|
*/
|
|
148
148
|
export declare class PutAutoScalingPolicyCommand extends PutAutoScalingPolicyCommand_base {
|
|
149
|
+
/** @internal type navigation helper, not in runtime. */
|
|
150
|
+
protected static __types: {
|
|
151
|
+
api: {
|
|
152
|
+
input: PutAutoScalingPolicyInput;
|
|
153
|
+
output: PutAutoScalingPolicyOutput;
|
|
154
|
+
};
|
|
155
|
+
sdk: {
|
|
156
|
+
input: PutAutoScalingPolicyCommandInput;
|
|
157
|
+
output: PutAutoScalingPolicyCommandOutput;
|
|
158
|
+
};
|
|
159
|
+
};
|
|
149
160
|
}
|