@aws-sdk/client-emr 3.1018.0 → 3.1020.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 +2 -2
- package/dist-cjs/runtimeConfig.js +4 -3
- package/dist-cjs/runtimeConfig.shared.js +2 -2
- package/dist-es/EMR.js +4 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-es/runtimeConfig.shared.js +1 -1
- 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 +60 -60
- package/dist-types/EMRClient.d.ts +63 -63
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/pagination/ListBootstrapActionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInstanceFleetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInstanceGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotebookExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReleaseLabelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSecurityConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStepsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStudioSessionMappingsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStudiosPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSupportedInstanceTypesPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/EMRClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/waiters/waitForClusterRunning.d.ts +3 -3
- package/dist-types/waiters/waitForClusterTerminated.d.ts +3 -3
- package/dist-types/waiters/waitForStepComplete.d.ts +3 -3
- package/package.json +14 -14
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.resolveHttpAuthSchemeConfig = exports.defaultEMRHttpAuthSchemeProvider = exports.defaultEMRHttpAuthSchemeParametersProvider = void 0;
|
|
4
|
-
const
|
|
4
|
+
const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
|
|
5
5
|
const util_middleware_1 = require("@smithy/util-middleware");
|
|
6
6
|
const defaultEMRHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
@@ -38,7 +38,7 @@ const defaultEMRHttpAuthSchemeProvider = (authParameters) => {
|
|
|
38
38
|
};
|
|
39
39
|
exports.defaultEMRHttpAuthSchemeProvider = defaultEMRHttpAuthSchemeProvider;
|
|
40
40
|
const resolveHttpAuthSchemeConfig = (config) => {
|
|
41
|
-
const config_0 = (0,
|
|
41
|
+
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
|
42
42
|
return Object.assign(config_0, {
|
|
43
43
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? []),
|
|
44
44
|
});
|
|
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const package_json_1 = tslib_1.__importDefault(require("../package.json"));
|
|
6
|
-
const
|
|
6
|
+
const client_1 = require("@aws-sdk/core/client");
|
|
7
|
+
const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
|
|
7
8
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
8
9
|
const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
9
10
|
const config_resolver_1 = require("@smithy/config-resolver");
|
|
@@ -21,7 +22,7 @@ const getRuntimeConfig = (config) => {
|
|
|
21
22
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
|
22
23
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
23
24
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
|
24
|
-
(0,
|
|
25
|
+
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
|
25
26
|
const loaderConfig = {
|
|
26
27
|
profile: config?.profile,
|
|
27
28
|
logger: clientSharedValues.logger,
|
|
@@ -31,7 +32,7 @@ const getRuntimeConfig = (config) => {
|
|
|
31
32
|
...config,
|
|
32
33
|
runtime: "node",
|
|
33
34
|
defaultsMode,
|
|
34
|
-
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(
|
|
35
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
35
36
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
36
37
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
37
38
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ?? (0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
|
-
const
|
|
4
|
+
const httpAuthSchemes_1 = require("@aws-sdk/core/httpAuthSchemes");
|
|
5
5
|
const protocols_1 = require("@aws-sdk/core/protocols");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
const url_parser_1 = require("@smithy/url-parser");
|
|
@@ -23,7 +23,7 @@ const getRuntimeConfig = (config) => {
|
|
|
23
23
|
{
|
|
24
24
|
schemeId: "aws.auth#sigv4",
|
|
25
25
|
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
|
26
|
-
signer: new
|
|
26
|
+
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer(),
|
|
27
27
|
},
|
|
28
28
|
],
|
|
29
29
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
package/dist-es/EMR.js
CHANGED
|
@@ -3,7 +3,7 @@ import { AddInstanceFleetCommand, } from "./commands/AddInstanceFleetCommand";
|
|
|
3
3
|
import { AddInstanceGroupsCommand, } from "./commands/AddInstanceGroupsCommand";
|
|
4
4
|
import { AddJobFlowStepsCommand, } from "./commands/AddJobFlowStepsCommand";
|
|
5
5
|
import { AddTagsCommand } from "./commands/AddTagsCommand";
|
|
6
|
-
import { CancelStepsCommand } from "./commands/CancelStepsCommand";
|
|
6
|
+
import { CancelStepsCommand, } from "./commands/CancelStepsCommand";
|
|
7
7
|
import { CreatePersistentAppUICommand, } from "./commands/CreatePersistentAppUICommand";
|
|
8
8
|
import { CreateSecurityConfigurationCommand, } from "./commands/CreateSecurityConfigurationCommand";
|
|
9
9
|
import { CreateStudioCommand, } from "./commands/CreateStudioCommand";
|
|
@@ -35,7 +35,7 @@ import { ListNotebookExecutionsCommand, } from "./commands/ListNotebookExecution
|
|
|
35
35
|
import { ListReleaseLabelsCommand, } from "./commands/ListReleaseLabelsCommand";
|
|
36
36
|
import { ListSecurityConfigurationsCommand, } from "./commands/ListSecurityConfigurationsCommand";
|
|
37
37
|
import { ListStepsCommand } from "./commands/ListStepsCommand";
|
|
38
|
-
import { ListStudiosCommand } from "./commands/ListStudiosCommand";
|
|
38
|
+
import { ListStudiosCommand, } from "./commands/ListStudiosCommand";
|
|
39
39
|
import { ListStudioSessionMappingsCommand, } from "./commands/ListStudioSessionMappingsCommand";
|
|
40
40
|
import { ListSupportedInstanceTypesCommand, } from "./commands/ListSupportedInstanceTypesCommand";
|
|
41
41
|
import { ModifyClusterCommand, } from "./commands/ModifyClusterCommand";
|
|
@@ -48,8 +48,8 @@ import { PutManagedScalingPolicyCommand, } from "./commands/PutManagedScalingPol
|
|
|
48
48
|
import { RemoveAutoScalingPolicyCommand, } from "./commands/RemoveAutoScalingPolicyCommand";
|
|
49
49
|
import { RemoveAutoTerminationPolicyCommand, } from "./commands/RemoveAutoTerminationPolicyCommand";
|
|
50
50
|
import { RemoveManagedScalingPolicyCommand, } from "./commands/RemoveManagedScalingPolicyCommand";
|
|
51
|
-
import { RemoveTagsCommand } from "./commands/RemoveTagsCommand";
|
|
52
|
-
import { RunJobFlowCommand } from "./commands/RunJobFlowCommand";
|
|
51
|
+
import { RemoveTagsCommand, } from "./commands/RemoveTagsCommand";
|
|
52
|
+
import { RunJobFlowCommand, } from "./commands/RunJobFlowCommand";
|
|
53
53
|
import { SetKeepJobFlowAliveWhenNoStepsCommand, } from "./commands/SetKeepJobFlowAliveWhenNoStepsCommand";
|
|
54
54
|
import { SetTerminationProtectionCommand, } from "./commands/SetTerminationProtectionCommand";
|
|
55
55
|
import { SetUnhealthyNodeReplacementCommand, } from "./commands/SetUnhealthyNodeReplacementCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { resolveAwsSdkSigV4Config, } from "@aws-sdk/core";
|
|
1
|
+
import { resolveAwsSdkSigV4Config, } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { getSmithyContext, normalizeProvider } from "@smithy/util-middleware";
|
|
3
3
|
export const defaultEMRHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
4
4
|
return {
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import { emitWarningIfUnsupportedVersion as awsCheckVersion
|
|
2
|
+
import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core/client";
|
|
3
|
+
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
3
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
4
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
5
6
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AwsSdkSigV4Signer } from "@aws-sdk/core";
|
|
1
|
+
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
3
3
|
import { NoOpLogger } from "@smithy/smithy-client";
|
|
4
4
|
import { parseUrl } from "@smithy/url-parser";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeClusterCommand } from "../commands/DescribeClusterCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeClusterCommand } from "../commands/DescribeClusterCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
|
|
1
|
+
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
2
|
import { DescribeStepCommand } from "../commands/DescribeStepCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
package/dist-types/EMR.d.ts
CHANGED
|
@@ -1,65 +1,65 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
|
|
2
2
|
import type { WaiterResult } from "@smithy/util-waiter";
|
|
3
|
-
import { AddInstanceFleetCommandInput, AddInstanceFleetCommandOutput } from "./commands/AddInstanceFleetCommand";
|
|
4
|
-
import { AddInstanceGroupsCommandInput, AddInstanceGroupsCommandOutput } from "./commands/AddInstanceGroupsCommand";
|
|
5
|
-
import { AddJobFlowStepsCommandInput, AddJobFlowStepsCommandOutput } from "./commands/AddJobFlowStepsCommand";
|
|
6
|
-
import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
|
|
7
|
-
import { CancelStepsCommandInput, CancelStepsCommandOutput } from "./commands/CancelStepsCommand";
|
|
8
|
-
import { CreatePersistentAppUICommandInput, CreatePersistentAppUICommandOutput } from "./commands/CreatePersistentAppUICommand";
|
|
9
|
-
import { CreateSecurityConfigurationCommandInput, CreateSecurityConfigurationCommandOutput } from "./commands/CreateSecurityConfigurationCommand";
|
|
10
|
-
import { CreateStudioCommandInput, CreateStudioCommandOutput } from "./commands/CreateStudioCommand";
|
|
11
|
-
import { CreateStudioSessionMappingCommandInput, CreateStudioSessionMappingCommandOutput } from "./commands/CreateStudioSessionMappingCommand";
|
|
12
|
-
import { DeleteSecurityConfigurationCommandInput, DeleteSecurityConfigurationCommandOutput } from "./commands/DeleteSecurityConfigurationCommand";
|
|
13
|
-
import { DeleteStudioCommandInput, DeleteStudioCommandOutput } from "./commands/DeleteStudioCommand";
|
|
14
|
-
import { DeleteStudioSessionMappingCommandInput, DeleteStudioSessionMappingCommandOutput } from "./commands/DeleteStudioSessionMappingCommand";
|
|
15
|
-
import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
|
|
16
|
-
import { DescribeJobFlowsCommandInput, DescribeJobFlowsCommandOutput } from "./commands/DescribeJobFlowsCommand";
|
|
17
|
-
import { DescribeNotebookExecutionCommandInput, DescribeNotebookExecutionCommandOutput } from "./commands/DescribeNotebookExecutionCommand";
|
|
18
|
-
import { DescribePersistentAppUICommandInput, DescribePersistentAppUICommandOutput } from "./commands/DescribePersistentAppUICommand";
|
|
19
|
-
import { DescribeReleaseLabelCommandInput, DescribeReleaseLabelCommandOutput } from "./commands/DescribeReleaseLabelCommand";
|
|
20
|
-
import { DescribeSecurityConfigurationCommandInput, DescribeSecurityConfigurationCommandOutput } from "./commands/DescribeSecurityConfigurationCommand";
|
|
21
|
-
import { DescribeStepCommandInput, DescribeStepCommandOutput } from "./commands/DescribeStepCommand";
|
|
22
|
-
import { DescribeStudioCommandInput, DescribeStudioCommandOutput } from "./commands/DescribeStudioCommand";
|
|
23
|
-
import { GetAutoTerminationPolicyCommandInput, GetAutoTerminationPolicyCommandOutput } from "./commands/GetAutoTerminationPolicyCommand";
|
|
24
|
-
import { GetBlockPublicAccessConfigurationCommandInput, GetBlockPublicAccessConfigurationCommandOutput } from "./commands/GetBlockPublicAccessConfigurationCommand";
|
|
25
|
-
import { GetClusterSessionCredentialsCommandInput, GetClusterSessionCredentialsCommandOutput } from "./commands/GetClusterSessionCredentialsCommand";
|
|
26
|
-
import { GetManagedScalingPolicyCommandInput, GetManagedScalingPolicyCommandOutput } from "./commands/GetManagedScalingPolicyCommand";
|
|
27
|
-
import { GetOnClusterAppUIPresignedURLCommandInput, GetOnClusterAppUIPresignedURLCommandOutput } from "./commands/GetOnClusterAppUIPresignedURLCommand";
|
|
28
|
-
import { GetPersistentAppUIPresignedURLCommandInput, GetPersistentAppUIPresignedURLCommandOutput } from "./commands/GetPersistentAppUIPresignedURLCommand";
|
|
29
|
-
import { GetStudioSessionMappingCommandInput, GetStudioSessionMappingCommandOutput } from "./commands/GetStudioSessionMappingCommand";
|
|
30
|
-
import { ListBootstrapActionsCommandInput, ListBootstrapActionsCommandOutput } from "./commands/ListBootstrapActionsCommand";
|
|
31
|
-
import { ListClustersCommandInput, ListClustersCommandOutput } from "./commands/ListClustersCommand";
|
|
32
|
-
import { ListInstanceFleetsCommandInput, ListInstanceFleetsCommandOutput } from "./commands/ListInstanceFleetsCommand";
|
|
33
|
-
import { ListInstanceGroupsCommandInput, ListInstanceGroupsCommandOutput } from "./commands/ListInstanceGroupsCommand";
|
|
34
|
-
import { ListInstancesCommandInput, ListInstancesCommandOutput } from "./commands/ListInstancesCommand";
|
|
35
|
-
import { ListNotebookExecutionsCommandInput, ListNotebookExecutionsCommandOutput } from "./commands/ListNotebookExecutionsCommand";
|
|
36
|
-
import { ListReleaseLabelsCommandInput, ListReleaseLabelsCommandOutput } from "./commands/ListReleaseLabelsCommand";
|
|
37
|
-
import { ListSecurityConfigurationsCommandInput, ListSecurityConfigurationsCommandOutput } from "./commands/ListSecurityConfigurationsCommand";
|
|
38
|
-
import { ListStepsCommandInput, ListStepsCommandOutput } from "./commands/ListStepsCommand";
|
|
39
|
-
import { ListStudiosCommandInput, ListStudiosCommandOutput } from "./commands/ListStudiosCommand";
|
|
40
|
-
import { ListStudioSessionMappingsCommandInput, ListStudioSessionMappingsCommandOutput } from "./commands/ListStudioSessionMappingsCommand";
|
|
41
|
-
import { ListSupportedInstanceTypesCommandInput, ListSupportedInstanceTypesCommandOutput } from "./commands/ListSupportedInstanceTypesCommand";
|
|
42
|
-
import { ModifyClusterCommandInput, ModifyClusterCommandOutput } from "./commands/ModifyClusterCommand";
|
|
43
|
-
import { ModifyInstanceFleetCommandInput, ModifyInstanceFleetCommandOutput } from "./commands/ModifyInstanceFleetCommand";
|
|
44
|
-
import { ModifyInstanceGroupsCommandInput, ModifyInstanceGroupsCommandOutput } from "./commands/ModifyInstanceGroupsCommand";
|
|
45
|
-
import { PutAutoScalingPolicyCommandInput, PutAutoScalingPolicyCommandOutput } from "./commands/PutAutoScalingPolicyCommand";
|
|
46
|
-
import { PutAutoTerminationPolicyCommandInput, PutAutoTerminationPolicyCommandOutput } from "./commands/PutAutoTerminationPolicyCommand";
|
|
47
|
-
import { PutBlockPublicAccessConfigurationCommandInput, PutBlockPublicAccessConfigurationCommandOutput } from "./commands/PutBlockPublicAccessConfigurationCommand";
|
|
48
|
-
import { PutManagedScalingPolicyCommandInput, PutManagedScalingPolicyCommandOutput } from "./commands/PutManagedScalingPolicyCommand";
|
|
49
|
-
import { RemoveAutoScalingPolicyCommandInput, RemoveAutoScalingPolicyCommandOutput } from "./commands/RemoveAutoScalingPolicyCommand";
|
|
50
|
-
import { RemoveAutoTerminationPolicyCommandInput, RemoveAutoTerminationPolicyCommandOutput } from "./commands/RemoveAutoTerminationPolicyCommand";
|
|
51
|
-
import { RemoveManagedScalingPolicyCommandInput, RemoveManagedScalingPolicyCommandOutput } from "./commands/RemoveManagedScalingPolicyCommand";
|
|
52
|
-
import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "./commands/RemoveTagsCommand";
|
|
53
|
-
import { RunJobFlowCommandInput, RunJobFlowCommandOutput } from "./commands/RunJobFlowCommand";
|
|
54
|
-
import { SetKeepJobFlowAliveWhenNoStepsCommandInput, SetKeepJobFlowAliveWhenNoStepsCommandOutput } from "./commands/SetKeepJobFlowAliveWhenNoStepsCommand";
|
|
55
|
-
import { SetTerminationProtectionCommandInput, SetTerminationProtectionCommandOutput } from "./commands/SetTerminationProtectionCommand";
|
|
56
|
-
import { SetUnhealthyNodeReplacementCommandInput, SetUnhealthyNodeReplacementCommandOutput } from "./commands/SetUnhealthyNodeReplacementCommand";
|
|
57
|
-
import { SetVisibleToAllUsersCommandInput, SetVisibleToAllUsersCommandOutput } from "./commands/SetVisibleToAllUsersCommand";
|
|
58
|
-
import { StartNotebookExecutionCommandInput, StartNotebookExecutionCommandOutput } from "./commands/StartNotebookExecutionCommand";
|
|
59
|
-
import { StopNotebookExecutionCommandInput, StopNotebookExecutionCommandOutput } from "./commands/StopNotebookExecutionCommand";
|
|
60
|
-
import { TerminateJobFlowsCommandInput, TerminateJobFlowsCommandOutput } from "./commands/TerminateJobFlowsCommand";
|
|
61
|
-
import { UpdateStudioCommandInput, UpdateStudioCommandOutput } from "./commands/UpdateStudioCommand";
|
|
62
|
-
import { UpdateStudioSessionMappingCommandInput, UpdateStudioSessionMappingCommandOutput } from "./commands/UpdateStudioSessionMappingCommand";
|
|
3
|
+
import { type AddInstanceFleetCommandInput, type AddInstanceFleetCommandOutput } from "./commands/AddInstanceFleetCommand";
|
|
4
|
+
import { type AddInstanceGroupsCommandInput, type AddInstanceGroupsCommandOutput } from "./commands/AddInstanceGroupsCommand";
|
|
5
|
+
import { type AddJobFlowStepsCommandInput, type AddJobFlowStepsCommandOutput } from "./commands/AddJobFlowStepsCommand";
|
|
6
|
+
import { type AddTagsCommandInput, type AddTagsCommandOutput } from "./commands/AddTagsCommand";
|
|
7
|
+
import { type CancelStepsCommandInput, type CancelStepsCommandOutput } from "./commands/CancelStepsCommand";
|
|
8
|
+
import { type CreatePersistentAppUICommandInput, type CreatePersistentAppUICommandOutput } from "./commands/CreatePersistentAppUICommand";
|
|
9
|
+
import { type CreateSecurityConfigurationCommandInput, type CreateSecurityConfigurationCommandOutput } from "./commands/CreateSecurityConfigurationCommand";
|
|
10
|
+
import { type CreateStudioCommandInput, type CreateStudioCommandOutput } from "./commands/CreateStudioCommand";
|
|
11
|
+
import { type CreateStudioSessionMappingCommandInput, type CreateStudioSessionMappingCommandOutput } from "./commands/CreateStudioSessionMappingCommand";
|
|
12
|
+
import { type DeleteSecurityConfigurationCommandInput, type DeleteSecurityConfigurationCommandOutput } from "./commands/DeleteSecurityConfigurationCommand";
|
|
13
|
+
import { type DeleteStudioCommandInput, type DeleteStudioCommandOutput } from "./commands/DeleteStudioCommand";
|
|
14
|
+
import { type DeleteStudioSessionMappingCommandInput, type DeleteStudioSessionMappingCommandOutput } from "./commands/DeleteStudioSessionMappingCommand";
|
|
15
|
+
import { type DescribeClusterCommandInput, type DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
|
|
16
|
+
import { type DescribeJobFlowsCommandInput, type DescribeJobFlowsCommandOutput } from "./commands/DescribeJobFlowsCommand";
|
|
17
|
+
import { type DescribeNotebookExecutionCommandInput, type DescribeNotebookExecutionCommandOutput } from "./commands/DescribeNotebookExecutionCommand";
|
|
18
|
+
import { type DescribePersistentAppUICommandInput, type DescribePersistentAppUICommandOutput } from "./commands/DescribePersistentAppUICommand";
|
|
19
|
+
import { type DescribeReleaseLabelCommandInput, type DescribeReleaseLabelCommandOutput } from "./commands/DescribeReleaseLabelCommand";
|
|
20
|
+
import { type DescribeSecurityConfigurationCommandInput, type DescribeSecurityConfigurationCommandOutput } from "./commands/DescribeSecurityConfigurationCommand";
|
|
21
|
+
import { type DescribeStepCommandInput, type DescribeStepCommandOutput } from "./commands/DescribeStepCommand";
|
|
22
|
+
import { type DescribeStudioCommandInput, type DescribeStudioCommandOutput } from "./commands/DescribeStudioCommand";
|
|
23
|
+
import { type GetAutoTerminationPolicyCommandInput, type GetAutoTerminationPolicyCommandOutput } from "./commands/GetAutoTerminationPolicyCommand";
|
|
24
|
+
import { type GetBlockPublicAccessConfigurationCommandInput, type GetBlockPublicAccessConfigurationCommandOutput } from "./commands/GetBlockPublicAccessConfigurationCommand";
|
|
25
|
+
import { type GetClusterSessionCredentialsCommandInput, type GetClusterSessionCredentialsCommandOutput } from "./commands/GetClusterSessionCredentialsCommand";
|
|
26
|
+
import { type GetManagedScalingPolicyCommandInput, type GetManagedScalingPolicyCommandOutput } from "./commands/GetManagedScalingPolicyCommand";
|
|
27
|
+
import { type GetOnClusterAppUIPresignedURLCommandInput, type GetOnClusterAppUIPresignedURLCommandOutput } from "./commands/GetOnClusterAppUIPresignedURLCommand";
|
|
28
|
+
import { type GetPersistentAppUIPresignedURLCommandInput, type GetPersistentAppUIPresignedURLCommandOutput } from "./commands/GetPersistentAppUIPresignedURLCommand";
|
|
29
|
+
import { type GetStudioSessionMappingCommandInput, type GetStudioSessionMappingCommandOutput } from "./commands/GetStudioSessionMappingCommand";
|
|
30
|
+
import { type ListBootstrapActionsCommandInput, type ListBootstrapActionsCommandOutput } from "./commands/ListBootstrapActionsCommand";
|
|
31
|
+
import { type ListClustersCommandInput, type ListClustersCommandOutput } from "./commands/ListClustersCommand";
|
|
32
|
+
import { type ListInstanceFleetsCommandInput, type ListInstanceFleetsCommandOutput } from "./commands/ListInstanceFleetsCommand";
|
|
33
|
+
import { type ListInstanceGroupsCommandInput, type ListInstanceGroupsCommandOutput } from "./commands/ListInstanceGroupsCommand";
|
|
34
|
+
import { type ListInstancesCommandInput, type ListInstancesCommandOutput } from "./commands/ListInstancesCommand";
|
|
35
|
+
import { type ListNotebookExecutionsCommandInput, type ListNotebookExecutionsCommandOutput } from "./commands/ListNotebookExecutionsCommand";
|
|
36
|
+
import { type ListReleaseLabelsCommandInput, type ListReleaseLabelsCommandOutput } from "./commands/ListReleaseLabelsCommand";
|
|
37
|
+
import { type ListSecurityConfigurationsCommandInput, type ListSecurityConfigurationsCommandOutput } from "./commands/ListSecurityConfigurationsCommand";
|
|
38
|
+
import { type ListStepsCommandInput, type ListStepsCommandOutput } from "./commands/ListStepsCommand";
|
|
39
|
+
import { type ListStudiosCommandInput, type ListStudiosCommandOutput } from "./commands/ListStudiosCommand";
|
|
40
|
+
import { type ListStudioSessionMappingsCommandInput, type ListStudioSessionMappingsCommandOutput } from "./commands/ListStudioSessionMappingsCommand";
|
|
41
|
+
import { type ListSupportedInstanceTypesCommandInput, type ListSupportedInstanceTypesCommandOutput } from "./commands/ListSupportedInstanceTypesCommand";
|
|
42
|
+
import { type ModifyClusterCommandInput, type ModifyClusterCommandOutput } from "./commands/ModifyClusterCommand";
|
|
43
|
+
import { type ModifyInstanceFleetCommandInput, type ModifyInstanceFleetCommandOutput } from "./commands/ModifyInstanceFleetCommand";
|
|
44
|
+
import { type ModifyInstanceGroupsCommandInput, type ModifyInstanceGroupsCommandOutput } from "./commands/ModifyInstanceGroupsCommand";
|
|
45
|
+
import { type PutAutoScalingPolicyCommandInput, type PutAutoScalingPolicyCommandOutput } from "./commands/PutAutoScalingPolicyCommand";
|
|
46
|
+
import { type PutAutoTerminationPolicyCommandInput, type PutAutoTerminationPolicyCommandOutput } from "./commands/PutAutoTerminationPolicyCommand";
|
|
47
|
+
import { type PutBlockPublicAccessConfigurationCommandInput, type PutBlockPublicAccessConfigurationCommandOutput } from "./commands/PutBlockPublicAccessConfigurationCommand";
|
|
48
|
+
import { type PutManagedScalingPolicyCommandInput, type PutManagedScalingPolicyCommandOutput } from "./commands/PutManagedScalingPolicyCommand";
|
|
49
|
+
import { type RemoveAutoScalingPolicyCommandInput, type RemoveAutoScalingPolicyCommandOutput } from "./commands/RemoveAutoScalingPolicyCommand";
|
|
50
|
+
import { type RemoveAutoTerminationPolicyCommandInput, type RemoveAutoTerminationPolicyCommandOutput } from "./commands/RemoveAutoTerminationPolicyCommand";
|
|
51
|
+
import { type RemoveManagedScalingPolicyCommandInput, type RemoveManagedScalingPolicyCommandOutput } from "./commands/RemoveManagedScalingPolicyCommand";
|
|
52
|
+
import { type RemoveTagsCommandInput, type RemoveTagsCommandOutput } from "./commands/RemoveTagsCommand";
|
|
53
|
+
import { type RunJobFlowCommandInput, type RunJobFlowCommandOutput } from "./commands/RunJobFlowCommand";
|
|
54
|
+
import { type SetKeepJobFlowAliveWhenNoStepsCommandInput, type SetKeepJobFlowAliveWhenNoStepsCommandOutput } from "./commands/SetKeepJobFlowAliveWhenNoStepsCommand";
|
|
55
|
+
import { type SetTerminationProtectionCommandInput, type SetTerminationProtectionCommandOutput } from "./commands/SetTerminationProtectionCommand";
|
|
56
|
+
import { type SetUnhealthyNodeReplacementCommandInput, type SetUnhealthyNodeReplacementCommandOutput } from "./commands/SetUnhealthyNodeReplacementCommand";
|
|
57
|
+
import { type SetVisibleToAllUsersCommandInput, type SetVisibleToAllUsersCommandOutput } from "./commands/SetVisibleToAllUsersCommand";
|
|
58
|
+
import { type StartNotebookExecutionCommandInput, type StartNotebookExecutionCommandOutput } from "./commands/StartNotebookExecutionCommand";
|
|
59
|
+
import { type StopNotebookExecutionCommandInput, type StopNotebookExecutionCommandOutput } from "./commands/StopNotebookExecutionCommand";
|
|
60
|
+
import { type TerminateJobFlowsCommandInput, type TerminateJobFlowsCommandOutput } from "./commands/TerminateJobFlowsCommand";
|
|
61
|
+
import { type UpdateStudioCommandInput, type UpdateStudioCommandOutput } from "./commands/UpdateStudioCommand";
|
|
62
|
+
import { type UpdateStudioSessionMappingCommandInput, type UpdateStudioSessionMappingCommandOutput } from "./commands/UpdateStudioSessionMappingCommand";
|
|
63
63
|
import { EMRClient } from "./EMRClient";
|
|
64
64
|
export interface EMR {
|
|
65
65
|
/**
|
|
@@ -5,69 +5,69 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import {
|
|
8
|
+
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
-
import { AddInstanceFleetCommandInput, AddInstanceFleetCommandOutput } from "./commands/AddInstanceFleetCommand";
|
|
11
|
-
import { AddInstanceGroupsCommandInput, AddInstanceGroupsCommandOutput } from "./commands/AddInstanceGroupsCommand";
|
|
12
|
-
import { AddJobFlowStepsCommandInput, AddJobFlowStepsCommandOutput } from "./commands/AddJobFlowStepsCommand";
|
|
13
|
-
import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
|
|
14
|
-
import { CancelStepsCommandInput, CancelStepsCommandOutput } from "./commands/CancelStepsCommand";
|
|
15
|
-
import { CreatePersistentAppUICommandInput, CreatePersistentAppUICommandOutput } from "./commands/CreatePersistentAppUICommand";
|
|
16
|
-
import { CreateSecurityConfigurationCommandInput, CreateSecurityConfigurationCommandOutput } from "./commands/CreateSecurityConfigurationCommand";
|
|
17
|
-
import { CreateStudioCommandInput, CreateStudioCommandOutput } from "./commands/CreateStudioCommand";
|
|
18
|
-
import { CreateStudioSessionMappingCommandInput, CreateStudioSessionMappingCommandOutput } from "./commands/CreateStudioSessionMappingCommand";
|
|
19
|
-
import { DeleteSecurityConfigurationCommandInput, DeleteSecurityConfigurationCommandOutput } from "./commands/DeleteSecurityConfigurationCommand";
|
|
20
|
-
import { DeleteStudioCommandInput, DeleteStudioCommandOutput } from "./commands/DeleteStudioCommand";
|
|
21
|
-
import { DeleteStudioSessionMappingCommandInput, DeleteStudioSessionMappingCommandOutput } from "./commands/DeleteStudioSessionMappingCommand";
|
|
22
|
-
import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
|
|
23
|
-
import { DescribeJobFlowsCommandInput, DescribeJobFlowsCommandOutput } from "./commands/DescribeJobFlowsCommand";
|
|
24
|
-
import { DescribeNotebookExecutionCommandInput, DescribeNotebookExecutionCommandOutput } from "./commands/DescribeNotebookExecutionCommand";
|
|
25
|
-
import { DescribePersistentAppUICommandInput, DescribePersistentAppUICommandOutput } from "./commands/DescribePersistentAppUICommand";
|
|
26
|
-
import { DescribeReleaseLabelCommandInput, DescribeReleaseLabelCommandOutput } from "./commands/DescribeReleaseLabelCommand";
|
|
27
|
-
import { DescribeSecurityConfigurationCommandInput, DescribeSecurityConfigurationCommandOutput } from "./commands/DescribeSecurityConfigurationCommand";
|
|
28
|
-
import { DescribeStepCommandInput, DescribeStepCommandOutput } from "./commands/DescribeStepCommand";
|
|
29
|
-
import { DescribeStudioCommandInput, DescribeStudioCommandOutput } from "./commands/DescribeStudioCommand";
|
|
30
|
-
import { GetAutoTerminationPolicyCommandInput, GetAutoTerminationPolicyCommandOutput } from "./commands/GetAutoTerminationPolicyCommand";
|
|
31
|
-
import { GetBlockPublicAccessConfigurationCommandInput, GetBlockPublicAccessConfigurationCommandOutput } from "./commands/GetBlockPublicAccessConfigurationCommand";
|
|
32
|
-
import { GetClusterSessionCredentialsCommandInput, GetClusterSessionCredentialsCommandOutput } from "./commands/GetClusterSessionCredentialsCommand";
|
|
33
|
-
import { GetManagedScalingPolicyCommandInput, GetManagedScalingPolicyCommandOutput } from "./commands/GetManagedScalingPolicyCommand";
|
|
34
|
-
import { GetOnClusterAppUIPresignedURLCommandInput, GetOnClusterAppUIPresignedURLCommandOutput } from "./commands/GetOnClusterAppUIPresignedURLCommand";
|
|
35
|
-
import { GetPersistentAppUIPresignedURLCommandInput, GetPersistentAppUIPresignedURLCommandOutput } from "./commands/GetPersistentAppUIPresignedURLCommand";
|
|
36
|
-
import { GetStudioSessionMappingCommandInput, GetStudioSessionMappingCommandOutput } from "./commands/GetStudioSessionMappingCommand";
|
|
37
|
-
import { ListBootstrapActionsCommandInput, ListBootstrapActionsCommandOutput } from "./commands/ListBootstrapActionsCommand";
|
|
38
|
-
import { ListClustersCommandInput, ListClustersCommandOutput } from "./commands/ListClustersCommand";
|
|
39
|
-
import { ListInstanceFleetsCommandInput, ListInstanceFleetsCommandOutput } from "./commands/ListInstanceFleetsCommand";
|
|
40
|
-
import { ListInstanceGroupsCommandInput, ListInstanceGroupsCommandOutput } from "./commands/ListInstanceGroupsCommand";
|
|
41
|
-
import { ListInstancesCommandInput, ListInstancesCommandOutput } from "./commands/ListInstancesCommand";
|
|
42
|
-
import { ListNotebookExecutionsCommandInput, ListNotebookExecutionsCommandOutput } from "./commands/ListNotebookExecutionsCommand";
|
|
43
|
-
import { ListReleaseLabelsCommandInput, ListReleaseLabelsCommandOutput } from "./commands/ListReleaseLabelsCommand";
|
|
44
|
-
import { ListSecurityConfigurationsCommandInput, ListSecurityConfigurationsCommandOutput } from "./commands/ListSecurityConfigurationsCommand";
|
|
45
|
-
import { ListStepsCommandInput, ListStepsCommandOutput } from "./commands/ListStepsCommand";
|
|
46
|
-
import { ListStudiosCommandInput, ListStudiosCommandOutput } from "./commands/ListStudiosCommand";
|
|
47
|
-
import { ListStudioSessionMappingsCommandInput, ListStudioSessionMappingsCommandOutput } from "./commands/ListStudioSessionMappingsCommand";
|
|
48
|
-
import { ListSupportedInstanceTypesCommandInput, ListSupportedInstanceTypesCommandOutput } from "./commands/ListSupportedInstanceTypesCommand";
|
|
49
|
-
import { ModifyClusterCommandInput, ModifyClusterCommandOutput } from "./commands/ModifyClusterCommand";
|
|
50
|
-
import { ModifyInstanceFleetCommandInput, ModifyInstanceFleetCommandOutput } from "./commands/ModifyInstanceFleetCommand";
|
|
51
|
-
import { ModifyInstanceGroupsCommandInput, ModifyInstanceGroupsCommandOutput } from "./commands/ModifyInstanceGroupsCommand";
|
|
52
|
-
import { PutAutoScalingPolicyCommandInput, PutAutoScalingPolicyCommandOutput } from "./commands/PutAutoScalingPolicyCommand";
|
|
53
|
-
import { PutAutoTerminationPolicyCommandInput, PutAutoTerminationPolicyCommandOutput } from "./commands/PutAutoTerminationPolicyCommand";
|
|
54
|
-
import { PutBlockPublicAccessConfigurationCommandInput, PutBlockPublicAccessConfigurationCommandOutput } from "./commands/PutBlockPublicAccessConfigurationCommand";
|
|
55
|
-
import { PutManagedScalingPolicyCommandInput, PutManagedScalingPolicyCommandOutput } from "./commands/PutManagedScalingPolicyCommand";
|
|
56
|
-
import { RemoveAutoScalingPolicyCommandInput, RemoveAutoScalingPolicyCommandOutput } from "./commands/RemoveAutoScalingPolicyCommand";
|
|
57
|
-
import { RemoveAutoTerminationPolicyCommandInput, RemoveAutoTerminationPolicyCommandOutput } from "./commands/RemoveAutoTerminationPolicyCommand";
|
|
58
|
-
import { RemoveManagedScalingPolicyCommandInput, RemoveManagedScalingPolicyCommandOutput } from "./commands/RemoveManagedScalingPolicyCommand";
|
|
59
|
-
import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "./commands/RemoveTagsCommand";
|
|
60
|
-
import { RunJobFlowCommandInput, RunJobFlowCommandOutput } from "./commands/RunJobFlowCommand";
|
|
61
|
-
import { SetKeepJobFlowAliveWhenNoStepsCommandInput, SetKeepJobFlowAliveWhenNoStepsCommandOutput } from "./commands/SetKeepJobFlowAliveWhenNoStepsCommand";
|
|
62
|
-
import { SetTerminationProtectionCommandInput, SetTerminationProtectionCommandOutput } from "./commands/SetTerminationProtectionCommand";
|
|
63
|
-
import { SetUnhealthyNodeReplacementCommandInput, SetUnhealthyNodeReplacementCommandOutput } from "./commands/SetUnhealthyNodeReplacementCommand";
|
|
64
|
-
import { SetVisibleToAllUsersCommandInput, SetVisibleToAllUsersCommandOutput } from "./commands/SetVisibleToAllUsersCommand";
|
|
65
|
-
import { StartNotebookExecutionCommandInput, StartNotebookExecutionCommandOutput } from "./commands/StartNotebookExecutionCommand";
|
|
66
|
-
import { StopNotebookExecutionCommandInput, StopNotebookExecutionCommandOutput } from "./commands/StopNotebookExecutionCommand";
|
|
67
|
-
import { TerminateJobFlowsCommandInput, TerminateJobFlowsCommandOutput } from "./commands/TerminateJobFlowsCommand";
|
|
68
|
-
import { UpdateStudioCommandInput, UpdateStudioCommandOutput } from "./commands/UpdateStudioCommand";
|
|
69
|
-
import { UpdateStudioSessionMappingCommandInput, UpdateStudioSessionMappingCommandOutput } from "./commands/UpdateStudioSessionMappingCommand";
|
|
70
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
import type { AddInstanceFleetCommandInput, AddInstanceFleetCommandOutput } from "./commands/AddInstanceFleetCommand";
|
|
11
|
+
import type { AddInstanceGroupsCommandInput, AddInstanceGroupsCommandOutput } from "./commands/AddInstanceGroupsCommand";
|
|
12
|
+
import type { AddJobFlowStepsCommandInput, AddJobFlowStepsCommandOutput } from "./commands/AddJobFlowStepsCommand";
|
|
13
|
+
import type { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
|
|
14
|
+
import type { CancelStepsCommandInput, CancelStepsCommandOutput } from "./commands/CancelStepsCommand";
|
|
15
|
+
import type { CreatePersistentAppUICommandInput, CreatePersistentAppUICommandOutput } from "./commands/CreatePersistentAppUICommand";
|
|
16
|
+
import type { CreateSecurityConfigurationCommandInput, CreateSecurityConfigurationCommandOutput } from "./commands/CreateSecurityConfigurationCommand";
|
|
17
|
+
import type { CreateStudioCommandInput, CreateStudioCommandOutput } from "./commands/CreateStudioCommand";
|
|
18
|
+
import type { CreateStudioSessionMappingCommandInput, CreateStudioSessionMappingCommandOutput } from "./commands/CreateStudioSessionMappingCommand";
|
|
19
|
+
import type { DeleteSecurityConfigurationCommandInput, DeleteSecurityConfigurationCommandOutput } from "./commands/DeleteSecurityConfigurationCommand";
|
|
20
|
+
import type { DeleteStudioCommandInput, DeleteStudioCommandOutput } from "./commands/DeleteStudioCommand";
|
|
21
|
+
import type { DeleteStudioSessionMappingCommandInput, DeleteStudioSessionMappingCommandOutput } from "./commands/DeleteStudioSessionMappingCommand";
|
|
22
|
+
import type { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
|
|
23
|
+
import type { DescribeJobFlowsCommandInput, DescribeJobFlowsCommandOutput } from "./commands/DescribeJobFlowsCommand";
|
|
24
|
+
import type { DescribeNotebookExecutionCommandInput, DescribeNotebookExecutionCommandOutput } from "./commands/DescribeNotebookExecutionCommand";
|
|
25
|
+
import type { DescribePersistentAppUICommandInput, DescribePersistentAppUICommandOutput } from "./commands/DescribePersistentAppUICommand";
|
|
26
|
+
import type { DescribeReleaseLabelCommandInput, DescribeReleaseLabelCommandOutput } from "./commands/DescribeReleaseLabelCommand";
|
|
27
|
+
import type { DescribeSecurityConfigurationCommandInput, DescribeSecurityConfigurationCommandOutput } from "./commands/DescribeSecurityConfigurationCommand";
|
|
28
|
+
import type { DescribeStepCommandInput, DescribeStepCommandOutput } from "./commands/DescribeStepCommand";
|
|
29
|
+
import type { DescribeStudioCommandInput, DescribeStudioCommandOutput } from "./commands/DescribeStudioCommand";
|
|
30
|
+
import type { GetAutoTerminationPolicyCommandInput, GetAutoTerminationPolicyCommandOutput } from "./commands/GetAutoTerminationPolicyCommand";
|
|
31
|
+
import type { GetBlockPublicAccessConfigurationCommandInput, GetBlockPublicAccessConfigurationCommandOutput } from "./commands/GetBlockPublicAccessConfigurationCommand";
|
|
32
|
+
import type { GetClusterSessionCredentialsCommandInput, GetClusterSessionCredentialsCommandOutput } from "./commands/GetClusterSessionCredentialsCommand";
|
|
33
|
+
import type { GetManagedScalingPolicyCommandInput, GetManagedScalingPolicyCommandOutput } from "./commands/GetManagedScalingPolicyCommand";
|
|
34
|
+
import type { GetOnClusterAppUIPresignedURLCommandInput, GetOnClusterAppUIPresignedURLCommandOutput } from "./commands/GetOnClusterAppUIPresignedURLCommand";
|
|
35
|
+
import type { GetPersistentAppUIPresignedURLCommandInput, GetPersistentAppUIPresignedURLCommandOutput } from "./commands/GetPersistentAppUIPresignedURLCommand";
|
|
36
|
+
import type { GetStudioSessionMappingCommandInput, GetStudioSessionMappingCommandOutput } from "./commands/GetStudioSessionMappingCommand";
|
|
37
|
+
import type { ListBootstrapActionsCommandInput, ListBootstrapActionsCommandOutput } from "./commands/ListBootstrapActionsCommand";
|
|
38
|
+
import type { ListClustersCommandInput, ListClustersCommandOutput } from "./commands/ListClustersCommand";
|
|
39
|
+
import type { ListInstanceFleetsCommandInput, ListInstanceFleetsCommandOutput } from "./commands/ListInstanceFleetsCommand";
|
|
40
|
+
import type { ListInstanceGroupsCommandInput, ListInstanceGroupsCommandOutput } from "./commands/ListInstanceGroupsCommand";
|
|
41
|
+
import type { ListInstancesCommandInput, ListInstancesCommandOutput } from "./commands/ListInstancesCommand";
|
|
42
|
+
import type { ListNotebookExecutionsCommandInput, ListNotebookExecutionsCommandOutput } from "./commands/ListNotebookExecutionsCommand";
|
|
43
|
+
import type { ListReleaseLabelsCommandInput, ListReleaseLabelsCommandOutput } from "./commands/ListReleaseLabelsCommand";
|
|
44
|
+
import type { ListSecurityConfigurationsCommandInput, ListSecurityConfigurationsCommandOutput } from "./commands/ListSecurityConfigurationsCommand";
|
|
45
|
+
import type { ListStepsCommandInput, ListStepsCommandOutput } from "./commands/ListStepsCommand";
|
|
46
|
+
import type { ListStudiosCommandInput, ListStudiosCommandOutput } from "./commands/ListStudiosCommand";
|
|
47
|
+
import type { ListStudioSessionMappingsCommandInput, ListStudioSessionMappingsCommandOutput } from "./commands/ListStudioSessionMappingsCommand";
|
|
48
|
+
import type { ListSupportedInstanceTypesCommandInput, ListSupportedInstanceTypesCommandOutput } from "./commands/ListSupportedInstanceTypesCommand";
|
|
49
|
+
import type { ModifyClusterCommandInput, ModifyClusterCommandOutput } from "./commands/ModifyClusterCommand";
|
|
50
|
+
import type { ModifyInstanceFleetCommandInput, ModifyInstanceFleetCommandOutput } from "./commands/ModifyInstanceFleetCommand";
|
|
51
|
+
import type { ModifyInstanceGroupsCommandInput, ModifyInstanceGroupsCommandOutput } from "./commands/ModifyInstanceGroupsCommand";
|
|
52
|
+
import type { PutAutoScalingPolicyCommandInput, PutAutoScalingPolicyCommandOutput } from "./commands/PutAutoScalingPolicyCommand";
|
|
53
|
+
import type { PutAutoTerminationPolicyCommandInput, PutAutoTerminationPolicyCommandOutput } from "./commands/PutAutoTerminationPolicyCommand";
|
|
54
|
+
import type { PutBlockPublicAccessConfigurationCommandInput, PutBlockPublicAccessConfigurationCommandOutput } from "./commands/PutBlockPublicAccessConfigurationCommand";
|
|
55
|
+
import type { PutManagedScalingPolicyCommandInput, PutManagedScalingPolicyCommandOutput } from "./commands/PutManagedScalingPolicyCommand";
|
|
56
|
+
import type { RemoveAutoScalingPolicyCommandInput, RemoveAutoScalingPolicyCommandOutput } from "./commands/RemoveAutoScalingPolicyCommand";
|
|
57
|
+
import type { RemoveAutoTerminationPolicyCommandInput, RemoveAutoTerminationPolicyCommandOutput } from "./commands/RemoveAutoTerminationPolicyCommand";
|
|
58
|
+
import type { RemoveManagedScalingPolicyCommandInput, RemoveManagedScalingPolicyCommandOutput } from "./commands/RemoveManagedScalingPolicyCommand";
|
|
59
|
+
import type { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "./commands/RemoveTagsCommand";
|
|
60
|
+
import type { RunJobFlowCommandInput, RunJobFlowCommandOutput } from "./commands/RunJobFlowCommand";
|
|
61
|
+
import type { SetKeepJobFlowAliveWhenNoStepsCommandInput, SetKeepJobFlowAliveWhenNoStepsCommandOutput } from "./commands/SetKeepJobFlowAliveWhenNoStepsCommand";
|
|
62
|
+
import type { SetTerminationProtectionCommandInput, SetTerminationProtectionCommandOutput } from "./commands/SetTerminationProtectionCommand";
|
|
63
|
+
import type { SetUnhealthyNodeReplacementCommandInput, SetUnhealthyNodeReplacementCommandOutput } from "./commands/SetUnhealthyNodeReplacementCommand";
|
|
64
|
+
import type { SetVisibleToAllUsersCommandInput, SetVisibleToAllUsersCommandOutput } from "./commands/SetVisibleToAllUsersCommand";
|
|
65
|
+
import type { StartNotebookExecutionCommandInput, StartNotebookExecutionCommandOutput } from "./commands/StartNotebookExecutionCommand";
|
|
66
|
+
import type { StopNotebookExecutionCommandInput, StopNotebookExecutionCommandOutput } from "./commands/StopNotebookExecutionCommand";
|
|
67
|
+
import type { TerminateJobFlowsCommandInput, TerminateJobFlowsCommandOutput } from "./commands/TerminateJobFlowsCommand";
|
|
68
|
+
import type { UpdateStudioCommandInput, UpdateStudioCommandOutput } from "./commands/UpdateStudioCommand";
|
|
69
|
+
import type { UpdateStudioSessionMappingCommandInput, UpdateStudioSessionMappingCommandOutput } from "./commands/UpdateStudioSessionMappingCommand";
|
|
70
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
71
71
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
72
72
|
export { __Client };
|
|
73
73
|
/**
|
|
@@ -176,7 +176,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
176
176
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
177
177
|
* @internal
|
|
178
178
|
*/
|
|
179
|
-
defaultUserAgentProvider?:
|
|
179
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
180
180
|
/**
|
|
181
181
|
* Default credentials provider; Not available in browser runtime.
|
|
182
182
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { EMRHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
1
|
+
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
3
|
import { type EMRClientResolvedConfig } from "../EMRClient";
|
|
4
4
|
/**
|
package/dist-types/index.d.ts
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
export * from "./EMRClient";
|
|
9
9
|
export * from "./EMR";
|
|
10
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
11
11
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
12
12
|
export type { EMRExtensionConfiguration } from "./extensionConfiguration";
|
|
13
13
|
export * from "./commands";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ActionOnFailure, AdjustmentType, AuthMode, AutoScalingPolicyState, AutoScalingPolicyStateChangeReasonCode, CancelStepsRequestStatus, ClusterState, ClusterStateChangeReasonCode, ComparisonOperator, ComputeLimitsUnitType, ExecutionEngineType, IdcUserAssignment, IdentityType, InstanceCollectionType, InstanceFleetState, InstanceFleetStateChangeReasonCode, InstanceFleetType, InstanceGroupState, InstanceGroupStateChangeReasonCode, InstanceGroupType, InstanceRoleType, InstanceState, InstanceStateChangeReasonCode, JobFlowExecutionState, LogType, LogUploadPolicyValue, MarketType, NotebookExecutionStatus, OnClusterAppUIType, OnDemandCapacityReservationPreference, OnDemandCapacityReservationUsageStrategy, OnDemandProvisioningAllocationStrategy, OutputNotebookFormat, PersistentAppUIType, PlacementGroupStrategy, ProfilerType, ReconfigurationType, RepoUpgradeOnBoot, ScaleDownBehavior, ScalingStrategy, SpotProvisioningAllocationStrategy, SpotProvisioningTimeoutAction, Statistic, StepCancellationOption, StepExecutionState, StepState, StepStateChangeReasonCode, Unit } from "./enums";
|
|
1
|
+
import type { ActionOnFailure, AdjustmentType, AuthMode, AutoScalingPolicyState, AutoScalingPolicyStateChangeReasonCode, CancelStepsRequestStatus, ClusterState, ClusterStateChangeReasonCode, ComparisonOperator, ComputeLimitsUnitType, ExecutionEngineType, IdcUserAssignment, IdentityType, InstanceCollectionType, InstanceFleetState, InstanceFleetStateChangeReasonCode, InstanceFleetType, InstanceGroupState, InstanceGroupStateChangeReasonCode, InstanceGroupType, InstanceRoleType, InstanceState, InstanceStateChangeReasonCode, JobFlowExecutionState, LogType, LogUploadPolicyValue, MarketType, NotebookExecutionStatus, OnClusterAppUIType, OnDemandCapacityReservationPreference, OnDemandCapacityReservationUsageStrategy, OnDemandProvisioningAllocationStrategy, OutputNotebookFormat, PersistentAppUIType, PlacementGroupStrategy, ProfilerType, ReconfigurationType, RepoUpgradeOnBoot, ScaleDownBehavior, ScalingStrategy, SpotProvisioningAllocationStrategy, SpotProvisioningTimeoutAction, Statistic, StepCancellationOption, StepExecutionState, StepState, StepStateChangeReasonCode, Unit } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>EBS volume specifications such as volume type, IOPS, size (GiB) and throughput (MiB/s)
|
|
4
4
|
* that are requested for the EBS volume attached to an Amazon EC2 instance in the
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListBootstrapActionsCommandInput, ListBootstrapActionsCommandOutput } from "../commands/ListBootstrapActionsCommand";
|
|
3
|
-
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { EMRPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListClustersCommandInput, ListClustersCommandOutput } from "../commands/ListClustersCommand";
|
|
3
|
-
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { EMRPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListInstanceFleetsCommandInput, ListInstanceFleetsCommandOutput } from "../commands/ListInstanceFleetsCommand";
|
|
3
|
-
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { EMRPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListInstanceGroupsCommandInput, ListInstanceGroupsCommandOutput } from "../commands/ListInstanceGroupsCommand";
|
|
3
|
-
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { EMRPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListInstancesCommandInput, ListInstancesCommandOutput } from "../commands/ListInstancesCommand";
|
|
3
|
-
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { EMRPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListNotebookExecutionsCommandInput, ListNotebookExecutionsCommandOutput } from "../commands/ListNotebookExecutionsCommand";
|
|
3
|
-
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { EMRPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListReleaseLabelsCommandInput, ListReleaseLabelsCommandOutput } from "../commands/ListReleaseLabelsCommand";
|
|
3
|
-
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { EMRPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListSecurityConfigurationsCommandInput, ListSecurityConfigurationsCommandOutput } from "../commands/ListSecurityConfigurationsCommand";
|
|
3
|
-
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { EMRPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListStepsCommandInput, ListStepsCommandOutput } from "../commands/ListStepsCommand";
|
|
3
|
-
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { EMRPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListStudioSessionMappingsCommandInput, ListStudioSessionMappingsCommandOutput } from "../commands/ListStudioSessionMappingsCommand";
|
|
3
|
-
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { EMRPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListStudiosCommandInput, ListStudiosCommandOutput } from "../commands/ListStudiosCommand";
|
|
3
|
-
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { EMRPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListSupportedInstanceTypesCommandInput, ListSupportedInstanceTypesCommandOutput } from "../commands/ListSupportedInstanceTypesCommand";
|
|
3
|
-
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { EMRPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -18,7 +18,7 @@ export declare const getRuntimeConfig: (config: EMRClientConfig) => {
|
|
|
18
18
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
19
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
20
20
|
cacheMiddleware?: boolean | undefined;
|
|
21
|
-
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
21
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
|
|
22
22
|
protocolSettings: {
|
|
23
23
|
defaultNamespace?: string;
|
|
24
24
|
[setting: string]: unknown;
|
|
@@ -20,7 +20,7 @@ export declare const getRuntimeConfig: (config: EMRClientConfig) => {
|
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
22
22
|
cacheMiddleware?: boolean | undefined;
|
|
23
|
-
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
23
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
|
|
24
24
|
protocolSettings: {
|
|
25
25
|
defaultNamespace?: string;
|
|
26
26
|
[setting: string]: unknown;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: EMRClientConfig) => {
|
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
|
-
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
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: {
|
|
12
12
|
defaultNamespace?: string;
|
|
13
13
|
[setting: string]: unknown;
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -432,7 +431,7 @@ export interface ClientDefaults
|
|
|
432
431
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
433
432
|
region?: string | __Provider<string>;
|
|
434
433
|
profile?: string;
|
|
435
|
-
defaultUserAgentProvider?:
|
|
434
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
436
435
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
437
436
|
maxAttempts?: number | __Provider<number>;
|
|
438
437
|
retryMode?: string | __Provider<string>;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: EMRClientConfig) => {
|
|
|
30
30
|
protocol:
|
|
31
31
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
32
32
|
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
33
|
-
| typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
33
|
+
| typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
|
|
34
34
|
protocolSettings: {
|
|
35
35
|
defaultNamespace?: string;
|
|
36
36
|
[setting: string]: unknown;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: EMRClientConfig) => {
|
|
|
30
30
|
protocol:
|
|
31
31
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
32
32
|
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
33
|
-
| typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
33
|
+
| typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
|
|
34
34
|
protocolSettings: {
|
|
35
35
|
defaultNamespace?: string;
|
|
36
36
|
[setting: string]: unknown;
|
|
@@ -12,7 +12,7 @@ export declare const getRuntimeConfig: (config: EMRClientConfig) => {
|
|
|
12
12
|
protocol:
|
|
13
13
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
14
14
|
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
15
|
-
| typeof import("@aws-sdk/core").AwsJson1_1Protocol;
|
|
15
|
+
| typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
|
|
16
16
|
protocolSettings: {
|
|
17
17
|
defaultNamespace?: string;
|
|
18
18
|
[setting: string]: unknown;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeClusterCommandInput } from "../commands/DescribeClusterCommand";
|
|
3
|
-
import { EMRClient } from "../EMRClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeClusterCommandInput } from "../commands/DescribeClusterCommand";
|
|
3
|
+
import type { EMRClient } from "../EMRClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilClusterRunning instead. waitForClusterRunning does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeClusterCommandInput } from "../commands/DescribeClusterCommand";
|
|
3
|
-
import { EMRClient } from "../EMRClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeClusterCommandInput } from "../commands/DescribeClusterCommand";
|
|
3
|
+
import type { EMRClient } from "../EMRClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilClusterTerminated instead. waitForClusterTerminated does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeStepCommandInput } from "../commands/DescribeStepCommand";
|
|
3
|
-
import { EMRClient } from "../EMRClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeStepCommandInput } from "../commands/DescribeStepCommand";
|
|
3
|
+
import type { EMRClient } from "../EMRClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilStepComplete instead. waitForStepComplete does not throw error in non-success cases.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-emr",
|
|
3
3
|
"description": "AWS SDK for JavaScript Emr Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1020.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-emr",
|
|
@@ -23,43 +23,43 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
|
-
"@aws-sdk/core": "^3.973.
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
+
"@aws-sdk/core": "^3.973.26",
|
|
27
|
+
"@aws-sdk/credential-provider-node": "^3.972.28",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
29
29
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "^3.972.27",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
33
33
|
"@aws-sdk/types": "^3.973.6",
|
|
34
34
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "^3.973.13",
|
|
37
37
|
"@smithy/config-resolver": "^4.4.13",
|
|
38
|
-
"@smithy/core": "^3.23.
|
|
38
|
+
"@smithy/core": "^3.23.13",
|
|
39
39
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
40
40
|
"@smithy/hash-node": "^4.2.12",
|
|
41
41
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
42
42
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
43
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
44
|
-
"@smithy/middleware-retry": "^4.4.
|
|
45
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
44
|
+
"@smithy/middleware-retry": "^4.4.45",
|
|
45
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
46
46
|
"@smithy/middleware-stack": "^4.2.12",
|
|
47
47
|
"@smithy/node-config-provider": "^4.3.12",
|
|
48
|
-
"@smithy/node-http-handler": "^4.5.
|
|
48
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
49
49
|
"@smithy/protocol-http": "^5.3.12",
|
|
50
|
-
"@smithy/smithy-client": "^4.12.
|
|
50
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
51
51
|
"@smithy/types": "^4.13.1",
|
|
52
52
|
"@smithy/url-parser": "^4.2.12",
|
|
53
53
|
"@smithy/util-base64": "^4.3.2",
|
|
54
54
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
55
55
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
58
58
|
"@smithy/util-endpoints": "^3.3.3",
|
|
59
59
|
"@smithy/util-middleware": "^4.2.12",
|
|
60
60
|
"@smithy/util-retry": "^4.2.12",
|
|
61
61
|
"@smithy/util-utf8": "^4.2.2",
|
|
62
|
-
"@smithy/util-waiter": "^4.2.
|
|
62
|
+
"@smithy/util-waiter": "^4.2.14",
|
|
63
63
|
"tslib": "^2.6.2"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|