@aws-sdk/client-emr 3.948.0 → 3.953.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/index.js +874 -545
- package/dist-cjs/runtimeConfig.shared.js +7 -6
- 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/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +7 -6
- package/dist-es/schemas/schemas_0.js +544 -495
- package/dist-types/EMRClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +281 -340
- package/dist-types/ts3.4/EMRClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +280 -341
- package/package.json +35 -35
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListSteps } from "../schemas/schemas_0";
|
|
4
|
+
import { ListSteps$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListStepsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListStepsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticMapReduce", "ListSteps", {})
|
|
13
13
|
.n("EMRClient", "ListStepsCommand")
|
|
14
|
-
.sc(ListSteps)
|
|
14
|
+
.sc(ListSteps$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListStudioSessionMappings } from "../schemas/schemas_0";
|
|
4
|
+
import { ListStudioSessionMappings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListStudioSessionMappingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListStudioSessionMappingsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticMapReduce", "ListStudioSessionMappings", {})
|
|
13
13
|
.n("EMRClient", "ListStudioSessionMappingsCommand")
|
|
14
|
-
.sc(ListStudioSessionMappings)
|
|
14
|
+
.sc(ListStudioSessionMappings$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListStudios } from "../schemas/schemas_0";
|
|
4
|
+
import { ListStudios$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListStudiosCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListStudiosCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticMapReduce", "ListStudios", {})
|
|
13
13
|
.n("EMRClient", "ListStudiosCommand")
|
|
14
|
-
.sc(ListStudios)
|
|
14
|
+
.sc(ListStudios$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListSupportedInstanceTypes } from "../schemas/schemas_0";
|
|
4
|
+
import { ListSupportedInstanceTypes$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListSupportedInstanceTypesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ListSupportedInstanceTypesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticMapReduce", "ListSupportedInstanceTypes", {})
|
|
13
13
|
.n("EMRClient", "ListSupportedInstanceTypesCommand")
|
|
14
|
-
.sc(ListSupportedInstanceTypes)
|
|
14
|
+
.sc(ListSupportedInstanceTypes$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ModifyCluster } from "../schemas/schemas_0";
|
|
4
|
+
import { ModifyCluster$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ModifyClusterCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ModifyClusterCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticMapReduce", "ModifyCluster", {})
|
|
13
13
|
.n("EMRClient", "ModifyClusterCommand")
|
|
14
|
-
.sc(ModifyCluster)
|
|
14
|
+
.sc(ModifyCluster$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ModifyInstanceFleet } from "../schemas/schemas_0";
|
|
4
|
+
import { ModifyInstanceFleet$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ModifyInstanceFleetCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ModifyInstanceFleetCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticMapReduce", "ModifyInstanceFleet", {})
|
|
13
13
|
.n("EMRClient", "ModifyInstanceFleetCommand")
|
|
14
|
-
.sc(ModifyInstanceFleet)
|
|
14
|
+
.sc(ModifyInstanceFleet$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ModifyInstanceGroups } from "../schemas/schemas_0";
|
|
4
|
+
import { ModifyInstanceGroups$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ModifyInstanceGroupsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ModifyInstanceGroupsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticMapReduce", "ModifyInstanceGroups", {})
|
|
13
13
|
.n("EMRClient", "ModifyInstanceGroupsCommand")
|
|
14
|
-
.sc(ModifyInstanceGroups)
|
|
14
|
+
.sc(ModifyInstanceGroups$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutAutoScalingPolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { PutAutoScalingPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutAutoScalingPolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutAutoScalingPolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticMapReduce", "PutAutoScalingPolicy", {})
|
|
13
13
|
.n("EMRClient", "PutAutoScalingPolicyCommand")
|
|
14
|
-
.sc(PutAutoScalingPolicy)
|
|
14
|
+
.sc(PutAutoScalingPolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutAutoTerminationPolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { PutAutoTerminationPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutAutoTerminationPolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutAutoTerminationPolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticMapReduce", "PutAutoTerminationPolicy", {})
|
|
13
13
|
.n("EMRClient", "PutAutoTerminationPolicyCommand")
|
|
14
|
-
.sc(PutAutoTerminationPolicy)
|
|
14
|
+
.sc(PutAutoTerminationPolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutBlockPublicAccessConfiguration } from "../schemas/schemas_0";
|
|
4
|
+
import { PutBlockPublicAccessConfiguration$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutBlockPublicAccessConfigurationCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutBlockPublicAccessConfigurationCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticMapReduce", "PutBlockPublicAccessConfiguration", {})
|
|
13
13
|
.n("EMRClient", "PutBlockPublicAccessConfigurationCommand")
|
|
14
|
-
.sc(PutBlockPublicAccessConfiguration)
|
|
14
|
+
.sc(PutBlockPublicAccessConfiguration$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutManagedScalingPolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { PutManagedScalingPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutManagedScalingPolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class PutManagedScalingPolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticMapReduce", "PutManagedScalingPolicy", {})
|
|
13
13
|
.n("EMRClient", "PutManagedScalingPolicyCommand")
|
|
14
|
-
.sc(PutManagedScalingPolicy)
|
|
14
|
+
.sc(PutManagedScalingPolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { RemoveAutoScalingPolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { RemoveAutoScalingPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RemoveAutoScalingPolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RemoveAutoScalingPolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticMapReduce", "RemoveAutoScalingPolicy", {})
|
|
13
13
|
.n("EMRClient", "RemoveAutoScalingPolicyCommand")
|
|
14
|
-
.sc(RemoveAutoScalingPolicy)
|
|
14
|
+
.sc(RemoveAutoScalingPolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { RemoveAutoTerminationPolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { RemoveAutoTerminationPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RemoveAutoTerminationPolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RemoveAutoTerminationPolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticMapReduce", "RemoveAutoTerminationPolicy", {})
|
|
13
13
|
.n("EMRClient", "RemoveAutoTerminationPolicyCommand")
|
|
14
|
-
.sc(RemoveAutoTerminationPolicy)
|
|
14
|
+
.sc(RemoveAutoTerminationPolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { RemoveManagedScalingPolicy } from "../schemas/schemas_0";
|
|
4
|
+
import { RemoveManagedScalingPolicy$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RemoveManagedScalingPolicyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RemoveManagedScalingPolicyCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticMapReduce", "RemoveManagedScalingPolicy", {})
|
|
13
13
|
.n("EMRClient", "RemoveManagedScalingPolicyCommand")
|
|
14
|
-
.sc(RemoveManagedScalingPolicy)
|
|
14
|
+
.sc(RemoveManagedScalingPolicy$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { RemoveTags } from "../schemas/schemas_0";
|
|
4
|
+
import { RemoveTags$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RemoveTagsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RemoveTagsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticMapReduce", "RemoveTags", {})
|
|
13
13
|
.n("EMRClient", "RemoveTagsCommand")
|
|
14
|
-
.sc(RemoveTags)
|
|
14
|
+
.sc(RemoveTags$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { RunJobFlow } from "../schemas/schemas_0";
|
|
4
|
+
import { RunJobFlow$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class RunJobFlowCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class RunJobFlowCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticMapReduce", "RunJobFlow", {})
|
|
13
13
|
.n("EMRClient", "RunJobFlowCommand")
|
|
14
|
-
.sc(RunJobFlow)
|
|
14
|
+
.sc(RunJobFlow$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SetKeepJobFlowAliveWhenNoSteps } from "../schemas/schemas_0";
|
|
4
|
+
import { SetKeepJobFlowAliveWhenNoSteps$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SetKeepJobFlowAliveWhenNoStepsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SetKeepJobFlowAliveWhenNoStepsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticMapReduce", "SetKeepJobFlowAliveWhenNoSteps", {})
|
|
13
13
|
.n("EMRClient", "SetKeepJobFlowAliveWhenNoStepsCommand")
|
|
14
|
-
.sc(SetKeepJobFlowAliveWhenNoSteps)
|
|
14
|
+
.sc(SetKeepJobFlowAliveWhenNoSteps$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SetTerminationProtection } from "../schemas/schemas_0";
|
|
4
|
+
import { SetTerminationProtection$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SetTerminationProtectionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SetTerminationProtectionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticMapReduce", "SetTerminationProtection", {})
|
|
13
13
|
.n("EMRClient", "SetTerminationProtectionCommand")
|
|
14
|
-
.sc(SetTerminationProtection)
|
|
14
|
+
.sc(SetTerminationProtection$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SetUnhealthyNodeReplacement } from "../schemas/schemas_0";
|
|
4
|
+
import { SetUnhealthyNodeReplacement$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SetUnhealthyNodeReplacementCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SetUnhealthyNodeReplacementCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticMapReduce", "SetUnhealthyNodeReplacement", {})
|
|
13
13
|
.n("EMRClient", "SetUnhealthyNodeReplacementCommand")
|
|
14
|
-
.sc(SetUnhealthyNodeReplacement)
|
|
14
|
+
.sc(SetUnhealthyNodeReplacement$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { SetVisibleToAllUsers } from "../schemas/schemas_0";
|
|
4
|
+
import { SetVisibleToAllUsers$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class SetVisibleToAllUsersCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class SetVisibleToAllUsersCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticMapReduce", "SetVisibleToAllUsers", {})
|
|
13
13
|
.n("EMRClient", "SetVisibleToAllUsersCommand")
|
|
14
|
-
.sc(SetVisibleToAllUsers)
|
|
14
|
+
.sc(SetVisibleToAllUsers$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StartNotebookExecution } from "../schemas/schemas_0";
|
|
4
|
+
import { StartNotebookExecution$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StartNotebookExecutionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StartNotebookExecutionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticMapReduce", "StartNotebookExecution", {})
|
|
13
13
|
.n("EMRClient", "StartNotebookExecutionCommand")
|
|
14
|
-
.sc(StartNotebookExecution)
|
|
14
|
+
.sc(StartNotebookExecution$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { StopNotebookExecution } from "../schemas/schemas_0";
|
|
4
|
+
import { StopNotebookExecution$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class StopNotebookExecutionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class StopNotebookExecutionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticMapReduce", "StopNotebookExecution", {})
|
|
13
13
|
.n("EMRClient", "StopNotebookExecutionCommand")
|
|
14
|
-
.sc(StopNotebookExecution)
|
|
14
|
+
.sc(StopNotebookExecution$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { TerminateJobFlows } from "../schemas/schemas_0";
|
|
4
|
+
import { TerminateJobFlows$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class TerminateJobFlowsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class TerminateJobFlowsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticMapReduce", "TerminateJobFlows", {})
|
|
13
13
|
.n("EMRClient", "TerminateJobFlowsCommand")
|
|
14
|
-
.sc(TerminateJobFlows)
|
|
14
|
+
.sc(TerminateJobFlows$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateStudio } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateStudio$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateStudioCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateStudioCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticMapReduce", "UpdateStudio", {})
|
|
13
13
|
.n("EMRClient", "UpdateStudioCommand")
|
|
14
|
-
.sc(UpdateStudio)
|
|
14
|
+
.sc(UpdateStudio$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateStudioSessionMapping } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateStudioSessionMapping$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateStudioSessionMappingCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class UpdateStudioSessionMappingCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("ElasticMapReduce", "UpdateStudioSessionMapping", {})
|
|
13
13
|
.n("EMRClient", "UpdateStudioSessionMappingCommand")
|
|
14
|
-
.sc(UpdateStudioSessionMapping)
|
|
14
|
+
.sc(UpdateStudioSessionMapping$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -23,12 +23,13 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
23
|
},
|
|
24
24
|
],
|
|
25
25
|
logger: config?.logger ?? new NoOpLogger(),
|
|
26
|
-
protocol: config?.protocol ??
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
protocol: config?.protocol ?? AwsJson1_1Protocol,
|
|
27
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
28
|
+
defaultNamespace: "com.amazonaws.emr",
|
|
29
|
+
xmlNamespace: "http://elasticmapreduce.amazonaws.com/doc/2009-03-31",
|
|
30
|
+
version: "2009-03-31",
|
|
31
|
+
serviceTarget: "ElasticMapReduce",
|
|
32
|
+
},
|
|
32
33
|
serviceId: config?.serviceId ?? "EMR",
|
|
33
34
|
urlParser: config?.urlParser ?? parseUrl,
|
|
34
35
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|