@aws-sdk/client-emr 3.1045.0 → 3.1047.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-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +164 -166
- package/dist-cjs/models/EMRServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/EMR.js +1 -1
- package/dist-es/EMRClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AddInstanceFleetCommand.js +2 -2
- package/dist-es/commands/AddInstanceGroupsCommand.js +2 -2
- package/dist-es/commands/AddJobFlowStepsCommand.js +2 -2
- package/dist-es/commands/AddTagsCommand.js +2 -2
- package/dist-es/commands/CancelStepsCommand.js +2 -2
- package/dist-es/commands/CreatePersistentAppUICommand.js +2 -2
- package/dist-es/commands/CreateSecurityConfigurationCommand.js +2 -2
- package/dist-es/commands/CreateStudioCommand.js +2 -2
- package/dist-es/commands/CreateStudioSessionMappingCommand.js +2 -2
- package/dist-es/commands/DeleteSecurityConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteStudioCommand.js +2 -2
- package/dist-es/commands/DeleteStudioSessionMappingCommand.js +2 -2
- package/dist-es/commands/DescribeClusterCommand.js +2 -2
- package/dist-es/commands/DescribeJobFlowsCommand.js +2 -2
- package/dist-es/commands/DescribeNotebookExecutionCommand.js +2 -2
- package/dist-es/commands/DescribePersistentAppUICommand.js +2 -2
- package/dist-es/commands/DescribeReleaseLabelCommand.js +2 -2
- package/dist-es/commands/DescribeSecurityConfigurationCommand.js +2 -2
- package/dist-es/commands/DescribeStepCommand.js +2 -2
- package/dist-es/commands/DescribeStudioCommand.js +2 -2
- package/dist-es/commands/GetAutoTerminationPolicyCommand.js +2 -2
- package/dist-es/commands/GetBlockPublicAccessConfigurationCommand.js +2 -2
- package/dist-es/commands/GetClusterSessionCredentialsCommand.js +2 -2
- package/dist-es/commands/GetManagedScalingPolicyCommand.js +2 -2
- package/dist-es/commands/GetOnClusterAppUIPresignedURLCommand.js +2 -2
- package/dist-es/commands/GetPersistentAppUIPresignedURLCommand.js +2 -2
- package/dist-es/commands/GetStudioSessionMappingCommand.js +2 -2
- package/dist-es/commands/ListBootstrapActionsCommand.js +2 -2
- package/dist-es/commands/ListClustersCommand.js +2 -2
- package/dist-es/commands/ListInstanceFleetsCommand.js +2 -2
- package/dist-es/commands/ListInstanceGroupsCommand.js +2 -2
- package/dist-es/commands/ListInstancesCommand.js +2 -2
- package/dist-es/commands/ListNotebookExecutionsCommand.js +2 -2
- package/dist-es/commands/ListReleaseLabelsCommand.js +2 -2
- package/dist-es/commands/ListSecurityConfigurationsCommand.js +2 -2
- package/dist-es/commands/ListStepsCommand.js +2 -2
- package/dist-es/commands/ListStudioSessionMappingsCommand.js +2 -2
- package/dist-es/commands/ListStudiosCommand.js +2 -2
- package/dist-es/commands/ListSupportedInstanceTypesCommand.js +2 -2
- package/dist-es/commands/ModifyClusterCommand.js +2 -2
- package/dist-es/commands/ModifyInstanceFleetCommand.js +2 -2
- package/dist-es/commands/ModifyInstanceGroupsCommand.js +2 -2
- package/dist-es/commands/PutAutoScalingPolicyCommand.js +2 -2
- package/dist-es/commands/PutAutoTerminationPolicyCommand.js +2 -2
- package/dist-es/commands/PutBlockPublicAccessConfigurationCommand.js +2 -2
- package/dist-es/commands/PutManagedScalingPolicyCommand.js +2 -2
- package/dist-es/commands/RemoveAutoScalingPolicyCommand.js +2 -2
- package/dist-es/commands/RemoveAutoTerminationPolicyCommand.js +2 -2
- package/dist-es/commands/RemoveManagedScalingPolicyCommand.js +2 -2
- package/dist-es/commands/RemoveTagsCommand.js +2 -2
- package/dist-es/commands/RunJobFlowCommand.js +2 -2
- package/dist-es/commands/SetKeepJobFlowAliveWhenNoStepsCommand.js +2 -2
- package/dist-es/commands/SetTerminationProtectionCommand.js +2 -2
- package/dist-es/commands/SetUnhealthyNodeReplacementCommand.js +2 -2
- package/dist-es/commands/SetVisibleToAllUsersCommand.js +2 -2
- package/dist-es/commands/StartNotebookExecutionCommand.js +2 -2
- package/dist-es/commands/StopNotebookExecutionCommand.js +2 -2
- package/dist-es/commands/TerminateJobFlowsCommand.js +2 -2
- package/dist-es/commands/UpdateStudioCommand.js +2 -2
- package/dist-es/commands/UpdateStudioSessionMappingCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/EMRServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/waiters/waitForClusterRunning.js +1 -1
- package/dist-es/waiters/waitForClusterTerminated.js +1 -1
- package/dist-es/waiters/waitForStepComplete.js +1 -1
- package/dist-types/EMR.d.ts +1 -1
- package/dist-types/EMRClient.d.ts +5 -5
- package/dist-types/commands/AddInstanceFleetCommand.d.ts +6 -4
- package/dist-types/commands/AddInstanceGroupsCommand.d.ts +6 -4
- package/dist-types/commands/AddJobFlowStepsCommand.d.ts +6 -4
- package/dist-types/commands/AddTagsCommand.d.ts +6 -4
- package/dist-types/commands/CancelStepsCommand.d.ts +6 -4
- package/dist-types/commands/CreatePersistentAppUICommand.d.ts +6 -4
- package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/CreateStudioCommand.d.ts +6 -4
- package/dist-types/commands/CreateStudioSessionMappingCommand.d.ts +6 -4
- package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteStudioCommand.d.ts +6 -4
- package/dist-types/commands/DeleteStudioSessionMappingCommand.d.ts +6 -4
- package/dist-types/commands/DescribeClusterCommand.d.ts +6 -4
- package/dist-types/commands/DescribeJobFlowsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeNotebookExecutionCommand.d.ts +6 -4
- package/dist-types/commands/DescribePersistentAppUICommand.d.ts +6 -4
- package/dist-types/commands/DescribeReleaseLabelCommand.d.ts +6 -4
- package/dist-types/commands/DescribeSecurityConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/DescribeStepCommand.d.ts +6 -4
- package/dist-types/commands/DescribeStudioCommand.d.ts +6 -4
- package/dist-types/commands/GetAutoTerminationPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetBlockPublicAccessConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/GetClusterSessionCredentialsCommand.d.ts +6 -4
- package/dist-types/commands/GetManagedScalingPolicyCommand.d.ts +6 -4
- package/dist-types/commands/GetOnClusterAppUIPresignedURLCommand.d.ts +6 -4
- package/dist-types/commands/GetPersistentAppUIPresignedURLCommand.d.ts +6 -4
- package/dist-types/commands/GetStudioSessionMappingCommand.d.ts +6 -4
- package/dist-types/commands/ListBootstrapActionsCommand.d.ts +6 -4
- package/dist-types/commands/ListClustersCommand.d.ts +6 -4
- package/dist-types/commands/ListInstanceFleetsCommand.d.ts +6 -4
- package/dist-types/commands/ListInstanceGroupsCommand.d.ts +6 -4
- package/dist-types/commands/ListInstancesCommand.d.ts +6 -4
- package/dist-types/commands/ListNotebookExecutionsCommand.d.ts +6 -4
- package/dist-types/commands/ListReleaseLabelsCommand.d.ts +6 -4
- package/dist-types/commands/ListSecurityConfigurationsCommand.d.ts +6 -4
- package/dist-types/commands/ListStepsCommand.d.ts +6 -4
- package/dist-types/commands/ListStudioSessionMappingsCommand.d.ts +6 -4
- package/dist-types/commands/ListStudiosCommand.d.ts +6 -4
- package/dist-types/commands/ListSupportedInstanceTypesCommand.d.ts +6 -4
- package/dist-types/commands/ModifyClusterCommand.d.ts +6 -4
- package/dist-types/commands/ModifyInstanceFleetCommand.d.ts +6 -4
- package/dist-types/commands/ModifyInstanceGroupsCommand.d.ts +6 -4
- package/dist-types/commands/PutAutoScalingPolicyCommand.d.ts +6 -4
- package/dist-types/commands/PutAutoTerminationPolicyCommand.d.ts +6 -4
- package/dist-types/commands/PutBlockPublicAccessConfigurationCommand.d.ts +6 -4
- package/dist-types/commands/PutManagedScalingPolicyCommand.d.ts +6 -4
- package/dist-types/commands/RemoveAutoScalingPolicyCommand.d.ts +6 -4
- package/dist-types/commands/RemoveAutoTerminationPolicyCommand.d.ts +6 -4
- package/dist-types/commands/RemoveManagedScalingPolicyCommand.d.ts +6 -4
- package/dist-types/commands/RemoveTagsCommand.d.ts +6 -4
- package/dist-types/commands/RunJobFlowCommand.d.ts +6 -4
- package/dist-types/commands/SetKeepJobFlowAliveWhenNoStepsCommand.d.ts +6 -4
- package/dist-types/commands/SetTerminationProtectionCommand.d.ts +6 -4
- package/dist-types/commands/SetUnhealthyNodeReplacementCommand.d.ts +6 -4
- package/dist-types/commands/SetVisibleToAllUsersCommand.d.ts +6 -4
- package/dist-types/commands/StartNotebookExecutionCommand.d.ts +6 -4
- package/dist-types/commands/StopNotebookExecutionCommand.d.ts +6 -4
- package/dist-types/commands/TerminateJobFlowsCommand.d.ts +6 -4
- package/dist-types/commands/UpdateStudioCommand.d.ts +6 -4
- package/dist-types/commands/UpdateStudioSessionMappingCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/EMRServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/EMR.d.ts +1 -1
- package/dist-types/ts3.4/EMRClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AddInstanceFleetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AddInstanceGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AddJobFlowStepsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CancelStepsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePersistentAppUICommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateStudioCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateStudioSessionMappingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteStudioCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteStudioSessionMappingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeJobFlowsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeNotebookExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribePersistentAppUICommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeReleaseLabelCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeSecurityConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeStepCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeStudioCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAutoTerminationPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetBlockPublicAccessConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetClusterSessionCredentialsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetManagedScalingPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetOnClusterAppUIPresignedURLCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetPersistentAppUIPresignedURLCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetStudioSessionMappingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListBootstrapActionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListInstanceFleetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListInstanceGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListNotebookExecutionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListReleaseLabelsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSecurityConfigurationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListStepsCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/ListStudioSessionMappingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListStudiosCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListSupportedInstanceTypesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyInstanceFleetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ModifyInstanceGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutAutoScalingPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutAutoTerminationPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutBlockPublicAccessConfigurationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutManagedScalingPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveAutoScalingPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveAutoTerminationPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveManagedScalingPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RunJobFlowCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetKeepJobFlowAliveWhenNoStepsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetTerminationProtectionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetUnhealthyNodeReplacementCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetVisibleToAllUsersCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartNotebookExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopNotebookExecutionCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TerminateJobFlowsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateStudioCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateStudioSessionMappingCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/EMRServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForClusterRunning.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForClusterTerminated.d.ts +1 -1
- package/dist-types/ts3.4/waiters/waitForStepComplete.d.ts +1 -1
- package/dist-types/waiters/waitForClusterRunning.d.ts +1 -1
- package/dist-types/waiters/waitForClusterTerminated.d.ts +1 -1
- package/dist-types/waiters/waitForStepComplete.d.ts +1 -1
- package/package.json +13 -35
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
4
|
import type { ListSupportedInstanceTypesInput, ListSupportedInstanceTypesOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListSupportedInstanceTypesCommandInput extends ListSupportedIns
|
|
|
22
22
|
export interface ListSupportedInstanceTypesCommandOutput extends ListSupportedInstanceTypesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListSupportedInstanceTypesCommand_base: {
|
|
25
|
-
new (input: ListSupportedInstanceTypesCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListSupportedInstanceTypesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListSupportedInstanceTypesCommandInput): import("@smithy/core/client").CommandImpl<ListSupportedInstanceTypesCommandInput, ListSupportedInstanceTypesCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListSupportedInstanceTypesCommandInput): import("@smithy/core/client").CommandImpl<ListSupportedInstanceTypesCommandInput, ListSupportedInstanceTypesCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>A list of the instance types that Amazon EMR supports. You can filter the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
4
|
import type { ModifyClusterInput, ModifyClusterOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ModifyClusterCommandInput extends ModifyClusterInput {
|
|
|
22
22
|
export interface ModifyClusterCommandOutput extends ModifyClusterOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ModifyClusterCommand_base: {
|
|
25
|
-
new (input: ModifyClusterCommandInput): import("@smithy/
|
|
26
|
-
new (input: ModifyClusterCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ModifyClusterCommandInput): import("@smithy/core/client").CommandImpl<ModifyClusterCommandInput, ModifyClusterCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ModifyClusterCommandInput): import("@smithy/core/client").CommandImpl<ModifyClusterCommandInput, ModifyClusterCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Modifies the number of steps that can be executed concurrently for the cluster specified
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
4
|
import type { ModifyInstanceFleetInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ModifyInstanceFleetCommandInput extends ModifyInstanceFleetInpu
|
|
|
22
22
|
export interface ModifyInstanceFleetCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ModifyInstanceFleetCommand_base: {
|
|
25
|
-
new (input: ModifyInstanceFleetCommandInput): import("@smithy/
|
|
26
|
-
new (input: ModifyInstanceFleetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ModifyInstanceFleetCommandInput): import("@smithy/core/client").CommandImpl<ModifyInstanceFleetCommandInput, ModifyInstanceFleetCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ModifyInstanceFleetCommandInput): import("@smithy/core/client").CommandImpl<ModifyInstanceFleetCommandInput, ModifyInstanceFleetCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Modifies the target On-Demand and target Spot capacities for the instance fleet with the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
4
|
import type { ModifyInstanceGroupsInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ModifyInstanceGroupsCommandInput extends ModifyInstanceGroupsIn
|
|
|
22
22
|
export interface ModifyInstanceGroupsCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ModifyInstanceGroupsCommand_base: {
|
|
25
|
-
new (input: ModifyInstanceGroupsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ModifyInstanceGroupsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ModifyInstanceGroupsCommandInput): import("@smithy/core/client").CommandImpl<ModifyInstanceGroupsCommandInput, ModifyInstanceGroupsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ModifyInstanceGroupsCommandInput]): import("@smithy/core/client").CommandImpl<ModifyInstanceGroupsCommandInput, ModifyInstanceGroupsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>ModifyInstanceGroups modifies the number of nodes and configuration settings of an
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
4
|
import type { PutAutoScalingPolicyInput, PutAutoScalingPolicyOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutAutoScalingPolicyCommandInput extends PutAutoScalingPolicyIn
|
|
|
22
22
|
export interface PutAutoScalingPolicyCommandOutput extends PutAutoScalingPolicyOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutAutoScalingPolicyCommand_base: {
|
|
25
|
-
new (input: PutAutoScalingPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutAutoScalingPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutAutoScalingPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutAutoScalingPolicyCommandInput, PutAutoScalingPolicyCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutAutoScalingPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutAutoScalingPolicyCommandInput, PutAutoScalingPolicyCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates or updates an automatic scaling policy for a core instance group or task
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
4
|
import type { PutAutoTerminationPolicyInput, PutAutoTerminationPolicyOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutAutoTerminationPolicyCommandInput extends PutAutoTermination
|
|
|
22
22
|
export interface PutAutoTerminationPolicyCommandOutput extends PutAutoTerminationPolicyOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutAutoTerminationPolicyCommand_base: {
|
|
25
|
-
new (input: PutAutoTerminationPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutAutoTerminationPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutAutoTerminationPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutAutoTerminationPolicyCommandInput, PutAutoTerminationPolicyCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutAutoTerminationPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutAutoTerminationPolicyCommandInput, PutAutoTerminationPolicyCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <note>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
4
|
import type { PutBlockPublicAccessConfigurationInput, PutBlockPublicAccessConfigurationOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutBlockPublicAccessConfigurationCommandInput extends PutBlockP
|
|
|
22
22
|
export interface PutBlockPublicAccessConfigurationCommandOutput extends PutBlockPublicAccessConfigurationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutBlockPublicAccessConfigurationCommand_base: {
|
|
25
|
-
new (input: PutBlockPublicAccessConfigurationCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutBlockPublicAccessConfigurationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutBlockPublicAccessConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBlockPublicAccessConfigurationCommandInput, PutBlockPublicAccessConfigurationCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutBlockPublicAccessConfigurationCommandInput): import("@smithy/core/client").CommandImpl<PutBlockPublicAccessConfigurationCommandInput, PutBlockPublicAccessConfigurationCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates or updates an Amazon EMR block public access configuration for your
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
4
|
import type { PutManagedScalingPolicyInput, PutManagedScalingPolicyOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface PutManagedScalingPolicyCommandInput extends PutManagedScalingPo
|
|
|
22
22
|
export interface PutManagedScalingPolicyCommandOutput extends PutManagedScalingPolicyOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const PutManagedScalingPolicyCommand_base: {
|
|
25
|
-
new (input: PutManagedScalingPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: PutManagedScalingPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: PutManagedScalingPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutManagedScalingPolicyCommandInput, PutManagedScalingPolicyCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: PutManagedScalingPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutManagedScalingPolicyCommandInput, PutManagedScalingPolicyCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates or updates a managed scaling policy for an Amazon EMR cluster. The
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
4
|
import type { RemoveAutoScalingPolicyInput, RemoveAutoScalingPolicyOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RemoveAutoScalingPolicyCommandInput extends RemoveAutoScalingPo
|
|
|
22
22
|
export interface RemoveAutoScalingPolicyCommandOutput extends RemoveAutoScalingPolicyOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RemoveAutoScalingPolicyCommand_base: {
|
|
25
|
-
new (input: RemoveAutoScalingPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: RemoveAutoScalingPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RemoveAutoScalingPolicyCommandInput): import("@smithy/core/client").CommandImpl<RemoveAutoScalingPolicyCommandInput, RemoveAutoScalingPolicyCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RemoveAutoScalingPolicyCommandInput): import("@smithy/core/client").CommandImpl<RemoveAutoScalingPolicyCommandInput, RemoveAutoScalingPolicyCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes an automatic scaling policy from a specified instance group within an Amazon EMR cluster.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
4
|
import type { RemoveAutoTerminationPolicyInput, RemoveAutoTerminationPolicyOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RemoveAutoTerminationPolicyCommandInput extends RemoveAutoTermi
|
|
|
22
22
|
export interface RemoveAutoTerminationPolicyCommandOutput extends RemoveAutoTerminationPolicyOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RemoveAutoTerminationPolicyCommand_base: {
|
|
25
|
-
new (input: RemoveAutoTerminationPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: RemoveAutoTerminationPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RemoveAutoTerminationPolicyCommandInput): import("@smithy/core/client").CommandImpl<RemoveAutoTerminationPolicyCommandInput, RemoveAutoTerminationPolicyCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RemoveAutoTerminationPolicyCommandInput): import("@smithy/core/client").CommandImpl<RemoveAutoTerminationPolicyCommandInput, RemoveAutoTerminationPolicyCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Removes an auto-termination policy from an Amazon EMR cluster.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
4
|
import type { RemoveManagedScalingPolicyInput, RemoveManagedScalingPolicyOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RemoveManagedScalingPolicyCommandInput extends RemoveManagedSca
|
|
|
22
22
|
export interface RemoveManagedScalingPolicyCommandOutput extends RemoveManagedScalingPolicyOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RemoveManagedScalingPolicyCommand_base: {
|
|
25
|
-
new (input: RemoveManagedScalingPolicyCommandInput): import("@smithy/
|
|
26
|
-
new (input: RemoveManagedScalingPolicyCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RemoveManagedScalingPolicyCommandInput): import("@smithy/core/client").CommandImpl<RemoveManagedScalingPolicyCommandInput, RemoveManagedScalingPolicyCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RemoveManagedScalingPolicyCommandInput): import("@smithy/core/client").CommandImpl<RemoveManagedScalingPolicyCommandInput, RemoveManagedScalingPolicyCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p> Removes a managed scaling policy from a specified Amazon EMR cluster. </p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
4
|
import type { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RemoveTagsCommandInput extends RemoveTagsInput {
|
|
|
22
22
|
export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RemoveTagsCommand_base: {
|
|
25
|
-
new (input: RemoveTagsCommandInput): import("@smithy/
|
|
26
|
-
new (input: RemoveTagsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RemoveTagsCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RemoveTagsCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsCommandInput, RemoveTagsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <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
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
4
|
import type { RunJobFlowInput, RunJobFlowOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface RunJobFlowCommandInput extends RunJobFlowInput {
|
|
|
22
22
|
export interface RunJobFlowCommandOutput extends RunJobFlowOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const RunJobFlowCommand_base: {
|
|
25
|
-
new (input: RunJobFlowCommandInput): import("@smithy/
|
|
26
|
-
new (input: RunJobFlowCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: RunJobFlowCommandInput): import("@smithy/core/client").CommandImpl<RunJobFlowCommandInput, RunJobFlowCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: RunJobFlowCommandInput): import("@smithy/core/client").CommandImpl<RunJobFlowCommandInput, RunJobFlowCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>RunJobFlow creates and starts running a new cluster (job flow). The cluster runs the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
4
|
import type { SetKeepJobFlowAliveWhenNoStepsInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface SetKeepJobFlowAliveWhenNoStepsCommandInput extends SetKeepJobFl
|
|
|
22
22
|
export interface SetKeepJobFlowAliveWhenNoStepsCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SetKeepJobFlowAliveWhenNoStepsCommand_base: {
|
|
25
|
-
new (input: SetKeepJobFlowAliveWhenNoStepsCommandInput): import("@smithy/
|
|
26
|
-
new (input: SetKeepJobFlowAliveWhenNoStepsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SetKeepJobFlowAliveWhenNoStepsCommandInput): import("@smithy/core/client").CommandImpl<SetKeepJobFlowAliveWhenNoStepsCommandInput, SetKeepJobFlowAliveWhenNoStepsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SetKeepJobFlowAliveWhenNoStepsCommandInput): import("@smithy/core/client").CommandImpl<SetKeepJobFlowAliveWhenNoStepsCommandInput, SetKeepJobFlowAliveWhenNoStepsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>You can use the <code>SetKeepJobFlowAliveWhenNoSteps</code> to configure a cluster (job flow) to terminate after the step execution, i.e., all your
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
4
|
import type { SetTerminationProtectionInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface SetTerminationProtectionCommandInput extends SetTerminationProt
|
|
|
22
22
|
export interface SetTerminationProtectionCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SetTerminationProtectionCommand_base: {
|
|
25
|
-
new (input: SetTerminationProtectionCommandInput): import("@smithy/
|
|
26
|
-
new (input: SetTerminationProtectionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SetTerminationProtectionCommandInput): import("@smithy/core/client").CommandImpl<SetTerminationProtectionCommandInput, SetTerminationProtectionCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SetTerminationProtectionCommandInput): import("@smithy/core/client").CommandImpl<SetTerminationProtectionCommandInput, SetTerminationProtectionCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>SetTerminationProtection locks a cluster (job flow) so the Amazon EC2 instances
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
4
|
import type { SetUnhealthyNodeReplacementInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface SetUnhealthyNodeReplacementCommandInput extends SetUnhealthyNod
|
|
|
22
22
|
export interface SetUnhealthyNodeReplacementCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SetUnhealthyNodeReplacementCommand_base: {
|
|
25
|
-
new (input: SetUnhealthyNodeReplacementCommandInput): import("@smithy/
|
|
26
|
-
new (input: SetUnhealthyNodeReplacementCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SetUnhealthyNodeReplacementCommandInput): import("@smithy/core/client").CommandImpl<SetUnhealthyNodeReplacementCommandInput, SetUnhealthyNodeReplacementCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SetUnhealthyNodeReplacementCommandInput): import("@smithy/core/client").CommandImpl<SetUnhealthyNodeReplacementCommandInput, SetUnhealthyNodeReplacementCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Specify whether to enable unhealthy node replacement, which lets Amazon EMR gracefully
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
4
|
import type { SetVisibleToAllUsersInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface SetVisibleToAllUsersCommandInput extends SetVisibleToAllUsersIn
|
|
|
22
22
|
export interface SetVisibleToAllUsersCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const SetVisibleToAllUsersCommand_base: {
|
|
25
|
-
new (input: SetVisibleToAllUsersCommandInput): import("@smithy/
|
|
26
|
-
new (input: SetVisibleToAllUsersCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: SetVisibleToAllUsersCommandInput): import("@smithy/core/client").CommandImpl<SetVisibleToAllUsersCommandInput, SetVisibleToAllUsersCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: SetVisibleToAllUsersCommandInput): import("@smithy/core/client").CommandImpl<SetVisibleToAllUsersCommandInput, SetVisibleToAllUsersCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <important>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
4
|
import type { StartNotebookExecutionInput, StartNotebookExecutionOutput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StartNotebookExecutionCommandInput extends StartNotebookExecuti
|
|
|
22
22
|
export interface StartNotebookExecutionCommandOutput extends StartNotebookExecutionOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StartNotebookExecutionCommand_base: {
|
|
25
|
-
new (input: StartNotebookExecutionCommandInput): import("@smithy/
|
|
26
|
-
new (input: StartNotebookExecutionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StartNotebookExecutionCommandInput): import("@smithy/core/client").CommandImpl<StartNotebookExecutionCommandInput, StartNotebookExecutionCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StartNotebookExecutionCommandInput): import("@smithy/core/client").CommandImpl<StartNotebookExecutionCommandInput, StartNotebookExecutionCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Starts a notebook execution.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
4
|
import type { StopNotebookExecutionInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface StopNotebookExecutionCommandInput extends StopNotebookExecution
|
|
|
22
22
|
export interface StopNotebookExecutionCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const StopNotebookExecutionCommand_base: {
|
|
25
|
-
new (input: StopNotebookExecutionCommandInput): import("@smithy/
|
|
26
|
-
new (input: StopNotebookExecutionCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: StopNotebookExecutionCommandInput): import("@smithy/core/client").CommandImpl<StopNotebookExecutionCommandInput, StopNotebookExecutionCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: StopNotebookExecutionCommandInput): import("@smithy/core/client").CommandImpl<StopNotebookExecutionCommandInput, StopNotebookExecutionCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Stops a notebook execution.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
4
|
import type { TerminateJobFlowsInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface TerminateJobFlowsCommandInput extends TerminateJobFlowsInput {
|
|
|
22
22
|
export interface TerminateJobFlowsCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const TerminateJobFlowsCommand_base: {
|
|
25
|
-
new (input: TerminateJobFlowsCommandInput): import("@smithy/
|
|
26
|
-
new (input: TerminateJobFlowsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: TerminateJobFlowsCommandInput): import("@smithy/core/client").CommandImpl<TerminateJobFlowsCommandInput, TerminateJobFlowsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: TerminateJobFlowsCommandInput): import("@smithy/core/client").CommandImpl<TerminateJobFlowsCommandInput, TerminateJobFlowsCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>TerminateJobFlows shuts a list of clusters (job flows) down. When a job flow is shut
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
4
|
import type { UpdateStudioInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateStudioCommandInput extends UpdateStudioInput {
|
|
|
22
22
|
export interface UpdateStudioCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateStudioCommand_base: {
|
|
25
|
-
new (input: UpdateStudioCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateStudioCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateStudioCommandInput): import("@smithy/core/client").CommandImpl<UpdateStudioCommandInput, UpdateStudioCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateStudioCommandInput): import("@smithy/core/client").CommandImpl<UpdateStudioCommandInput, UpdateStudioCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates an Amazon EMR Studio configuration, including attributes such as name,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EMRClient";
|
|
4
4
|
import type { UpdateStudioSessionMappingInput } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface UpdateStudioSessionMappingCommandInput extends UpdateStudioSess
|
|
|
22
22
|
export interface UpdateStudioSessionMappingCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const UpdateStudioSessionMappingCommand_base: {
|
|
25
|
-
new (input: UpdateStudioSessionMappingCommandInput): import("@smithy/
|
|
26
|
-
new (input: UpdateStudioSessionMappingCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: UpdateStudioSessionMappingCommandInput): import("@smithy/core/client").CommandImpl<UpdateStudioSessionMappingCommandInput, UpdateStudioSessionMappingCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: UpdateStudioSessionMappingCommandInput): import("@smithy/core/client").CommandImpl<UpdateStudioSessionMappingCommandInput, UpdateStudioSessionMappingCommandOutput, EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Updates the session policy attached to the user or group for the specified Amazon EMR Studio.</p>
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import type { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import type { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/
|
|
1
|
+
import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
|
|
2
2
|
export type { __ServiceExceptionOptions };
|
|
3
3
|
export { __ServiceException };
|
|
4
4
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { EMRServiceException as __BaseException } from "./EMRServiceException";
|
|
3
3
|
/**
|
|
4
4
|
* <p>This exception occurs when there is an internal failure in the Amazon EMR
|
|
@@ -5,13 +5,13 @@ import type { EMRClientConfig } from "./EMRClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: EMRClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
10
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
|
-
requestHandler: import("@smithy/
|
|
14
|
+
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
16
|
sha256: import("@smithy/types").HashConstructor;
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,14 +5,14 @@ import type { EMRClientConfig } from "./EMRClient";
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: EMRClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
-
defaultsMode: import("@smithy/types").Provider<import("@smithy/
|
|
8
|
+
defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
|
|
9
9
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
|
|
12
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
|
-
requestHandler: RequestHandler | import("@smithy/
|
|
15
|
+
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
17
|
sha256: import("@smithy/types").HashConstructor;
|
|
18
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -5,7 +5,7 @@ import type { EMRClientConfig } from "./EMRClient";
|
|
|
5
5
|
export declare const getRuntimeConfig: (config: EMRClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
|
-
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/
|
|
8
|
+
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
10
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
|
|
11
11
|
protocolSettings: {
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: EMRClientConfig) => {
|
|
|
32
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
33
33
|
logger: import("@smithy/types").Logger;
|
|
34
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
defaultsMode: import("@smithy/
|
|
35
|
+
defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
|
|
36
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
38
38
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import { WaiterResult } from "@smithy/core/client";
|
|
1
2
|
import {
|
|
2
3
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
3
4
|
PaginationConfiguration,
|
|
4
5
|
Paginator,
|
|
5
6
|
WaiterConfiguration,
|
|
6
7
|
} from "@smithy/types";
|
|
7
|
-
import { WaiterResult } from "@smithy/util-waiter";
|
|
8
8
|
import {
|
|
9
9
|
AddInstanceFleetCommandInput,
|
|
10
10
|
AddInstanceFleetCommandOutput,
|