@aws-sdk/client-emr 3.927.0 → 3.928.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 +2335 -2621
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/EMRClient.js +2 -0
- package/dist-es/commands/AddInstanceFleetCommand.js +3 -9
- package/dist-es/commands/AddInstanceGroupsCommand.js +3 -9
- package/dist-es/commands/AddJobFlowStepsCommand.js +3 -9
- package/dist-es/commands/AddTagsCommand.js +3 -9
- package/dist-es/commands/CancelStepsCommand.js +3 -9
- package/dist-es/commands/CreatePersistentAppUICommand.js +3 -9
- package/dist-es/commands/CreateSecurityConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateStudioCommand.js +3 -9
- package/dist-es/commands/CreateStudioSessionMappingCommand.js +3 -9
- package/dist-es/commands/DeleteSecurityConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteStudioCommand.js +3 -9
- package/dist-es/commands/DeleteStudioSessionMappingCommand.js +3 -9
- package/dist-es/commands/DescribeClusterCommand.js +3 -9
- package/dist-es/commands/DescribeJobFlowsCommand.js +3 -9
- package/dist-es/commands/DescribeNotebookExecutionCommand.js +3 -9
- package/dist-es/commands/DescribePersistentAppUICommand.js +3 -9
- package/dist-es/commands/DescribeReleaseLabelCommand.js +3 -9
- package/dist-es/commands/DescribeSecurityConfigurationCommand.js +3 -9
- package/dist-es/commands/DescribeStepCommand.js +3 -9
- package/dist-es/commands/DescribeStudioCommand.js +3 -9
- package/dist-es/commands/GetAutoTerminationPolicyCommand.js +3 -9
- package/dist-es/commands/GetBlockPublicAccessConfigurationCommand.js +3 -9
- package/dist-es/commands/GetClusterSessionCredentialsCommand.js +3 -10
- package/dist-es/commands/GetManagedScalingPolicyCommand.js +3 -9
- package/dist-es/commands/GetOnClusterAppUIPresignedURLCommand.js +3 -9
- package/dist-es/commands/GetPersistentAppUIPresignedURLCommand.js +3 -9
- package/dist-es/commands/GetStudioSessionMappingCommand.js +3 -9
- package/dist-es/commands/ListBootstrapActionsCommand.js +3 -9
- package/dist-es/commands/ListClustersCommand.js +3 -9
- package/dist-es/commands/ListInstanceFleetsCommand.js +3 -9
- package/dist-es/commands/ListInstanceGroupsCommand.js +3 -9
- package/dist-es/commands/ListInstancesCommand.js +3 -9
- package/dist-es/commands/ListNotebookExecutionsCommand.js +3 -9
- package/dist-es/commands/ListReleaseLabelsCommand.js +3 -9
- package/dist-es/commands/ListSecurityConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListStepsCommand.js +3 -9
- package/dist-es/commands/ListStudioSessionMappingsCommand.js +3 -9
- package/dist-es/commands/ListStudiosCommand.js +3 -9
- package/dist-es/commands/ListSupportedInstanceTypesCommand.js +3 -9
- package/dist-es/commands/ModifyClusterCommand.js +3 -9
- package/dist-es/commands/ModifyInstanceFleetCommand.js +3 -9
- package/dist-es/commands/ModifyInstanceGroupsCommand.js +3 -9
- package/dist-es/commands/PutAutoScalingPolicyCommand.js +3 -9
- package/dist-es/commands/PutAutoTerminationPolicyCommand.js +3 -9
- package/dist-es/commands/PutBlockPublicAccessConfigurationCommand.js +3 -9
- package/dist-es/commands/PutManagedScalingPolicyCommand.js +3 -9
- package/dist-es/commands/RemoveAutoScalingPolicyCommand.js +3 -9
- package/dist-es/commands/RemoveAutoTerminationPolicyCommand.js +3 -9
- package/dist-es/commands/RemoveManagedScalingPolicyCommand.js +3 -9
- package/dist-es/commands/RemoveTagsCommand.js +3 -9
- package/dist-es/commands/RunJobFlowCommand.js +3 -9
- package/dist-es/commands/SetKeepJobFlowAliveWhenNoStepsCommand.js +3 -9
- package/dist-es/commands/SetTerminationProtectionCommand.js +3 -9
- package/dist-es/commands/SetUnhealthyNodeReplacementCommand.js +3 -9
- package/dist-es/commands/SetVisibleToAllUsersCommand.js +3 -9
- package/dist-es/commands/StartNotebookExecutionCommand.js +3 -9
- package/dist-es/commands/StopNotebookExecutionCommand.js +3 -9
- package/dist-es/commands/TerminateJobFlowsCommand.js +3 -9
- package/dist-es/commands/UpdateStudioCommand.js +3 -9
- package/dist-es/commands/UpdateStudioSessionMappingCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -14
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +2223 -0
- package/dist-types/EMRClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -12
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +335 -0
- package/dist-types/ts3.4/EMRClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -7
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +340 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -2180
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -542
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -725
|
@@ -1,23 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
6
|
-
import { de_GetClusterSessionCredentialsCommand, se_GetClusterSessionCredentialsCommand, } from "../protocols/Aws_json1_1";
|
|
4
|
+
import { GetClusterSessionCredentials } from "../schemas/schemas_0";
|
|
7
5
|
export { $Command };
|
|
8
6
|
export class GetClusterSessionCredentialsCommand extends $Command
|
|
9
7
|
.classBuilder()
|
|
10
8
|
.ep(commonParams)
|
|
11
9
|
.m(function (Command, cs, config, o) {
|
|
12
|
-
return [
|
|
13
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
14
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
15
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
16
11
|
})
|
|
17
12
|
.s("ElasticMapReduce", "GetClusterSessionCredentials", {})
|
|
18
13
|
.n("EMRClient", "GetClusterSessionCredentialsCommand")
|
|
19
|
-
.
|
|
20
|
-
.ser(se_GetClusterSessionCredentialsCommand)
|
|
21
|
-
.de(de_GetClusterSessionCredentialsCommand)
|
|
14
|
+
.sc(GetClusterSessionCredentials)
|
|
22
15
|
.build() {
|
|
23
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetManagedScalingPolicy } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetManagedScalingPolicyCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("ElasticMapReduce", "GetManagedScalingPolicy", {})
|
|
17
13
|
.n("EMRClient", "GetManagedScalingPolicyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetManagedScalingPolicyCommand)
|
|
20
|
-
.de(de_GetManagedScalingPolicyCommand)
|
|
14
|
+
.sc(GetManagedScalingPolicy)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetOnClusterAppUIPresignedURL } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetOnClusterAppUIPresignedURLCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("ElasticMapReduce", "GetOnClusterAppUIPresignedURL", {})
|
|
17
13
|
.n("EMRClient", "GetOnClusterAppUIPresignedURLCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetOnClusterAppUIPresignedURLCommand)
|
|
20
|
-
.de(de_GetOnClusterAppUIPresignedURLCommand)
|
|
14
|
+
.sc(GetOnClusterAppUIPresignedURL)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetPersistentAppUIPresignedURL } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetPersistentAppUIPresignedURLCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("ElasticMapReduce", "GetPersistentAppUIPresignedURL", {})
|
|
17
13
|
.n("EMRClient", "GetPersistentAppUIPresignedURLCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetPersistentAppUIPresignedURLCommand)
|
|
20
|
-
.de(de_GetPersistentAppUIPresignedURLCommand)
|
|
14
|
+
.sc(GetPersistentAppUIPresignedURL)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { GetStudioSessionMapping } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class GetStudioSessionMappingCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("ElasticMapReduce", "GetStudioSessionMapping", {})
|
|
17
13
|
.n("EMRClient", "GetStudioSessionMappingCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_GetStudioSessionMappingCommand)
|
|
20
|
-
.de(de_GetStudioSessionMappingCommand)
|
|
14
|
+
.sc(GetStudioSessionMapping)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListBootstrapActions } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListBootstrapActionsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("ElasticMapReduce", "ListBootstrapActions", {})
|
|
17
13
|
.n("EMRClient", "ListBootstrapActionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListBootstrapActionsCommand)
|
|
20
|
-
.de(de_ListBootstrapActionsCommand)
|
|
14
|
+
.sc(ListBootstrapActions)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListClusters } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListClustersCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("ElasticMapReduce", "ListClusters", {})
|
|
17
13
|
.n("EMRClient", "ListClustersCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListClustersCommand)
|
|
20
|
-
.de(de_ListClustersCommand)
|
|
14
|
+
.sc(ListClusters)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListInstanceFleets } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListInstanceFleetsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("ElasticMapReduce", "ListInstanceFleets", {})
|
|
17
13
|
.n("EMRClient", "ListInstanceFleetsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListInstanceFleetsCommand)
|
|
20
|
-
.de(de_ListInstanceFleetsCommand)
|
|
14
|
+
.sc(ListInstanceFleets)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListInstanceGroups } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListInstanceGroupsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("ElasticMapReduce", "ListInstanceGroups", {})
|
|
17
13
|
.n("EMRClient", "ListInstanceGroupsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListInstanceGroupsCommand)
|
|
20
|
-
.de(de_ListInstanceGroupsCommand)
|
|
14
|
+
.sc(ListInstanceGroups)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListInstances } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListInstancesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("ElasticMapReduce", "ListInstances", {})
|
|
17
13
|
.n("EMRClient", "ListInstancesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListInstancesCommand)
|
|
20
|
-
.de(de_ListInstancesCommand)
|
|
14
|
+
.sc(ListInstances)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListNotebookExecutions } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListNotebookExecutionsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("ElasticMapReduce", "ListNotebookExecutions", {})
|
|
17
13
|
.n("EMRClient", "ListNotebookExecutionsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListNotebookExecutionsCommand)
|
|
20
|
-
.de(de_ListNotebookExecutionsCommand)
|
|
14
|
+
.sc(ListNotebookExecutions)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListReleaseLabels } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListReleaseLabelsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("ElasticMapReduce", "ListReleaseLabels", {})
|
|
17
13
|
.n("EMRClient", "ListReleaseLabelsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListReleaseLabelsCommand)
|
|
20
|
-
.de(de_ListReleaseLabelsCommand)
|
|
14
|
+
.sc(ListReleaseLabels)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListSecurityConfigurations } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListSecurityConfigurationsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("ElasticMapReduce", "ListSecurityConfigurations", {})
|
|
17
13
|
.n("EMRClient", "ListSecurityConfigurationsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListSecurityConfigurationsCommand)
|
|
20
|
-
.de(de_ListSecurityConfigurationsCommand)
|
|
14
|
+
.sc(ListSecurityConfigurations)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListSteps } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListStepsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("ElasticMapReduce", "ListSteps", {})
|
|
17
13
|
.n("EMRClient", "ListStepsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListStepsCommand)
|
|
20
|
-
.de(de_ListStepsCommand)
|
|
14
|
+
.sc(ListSteps)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListStudioSessionMappings } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListStudioSessionMappingsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("ElasticMapReduce", "ListStudioSessionMappings", {})
|
|
17
13
|
.n("EMRClient", "ListStudioSessionMappingsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListStudioSessionMappingsCommand)
|
|
20
|
-
.de(de_ListStudioSessionMappingsCommand)
|
|
14
|
+
.sc(ListStudioSessionMappings)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListStudios } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListStudiosCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("ElasticMapReduce", "ListStudios", {})
|
|
17
13
|
.n("EMRClient", "ListStudiosCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListStudiosCommand)
|
|
20
|
-
.de(de_ListStudiosCommand)
|
|
14
|
+
.sc(ListStudios)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ListSupportedInstanceTypes } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ListSupportedInstanceTypesCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("ElasticMapReduce", "ListSupportedInstanceTypes", {})
|
|
17
13
|
.n("EMRClient", "ListSupportedInstanceTypesCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ListSupportedInstanceTypesCommand)
|
|
20
|
-
.de(de_ListSupportedInstanceTypesCommand)
|
|
14
|
+
.sc(ListSupportedInstanceTypes)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ModifyCluster } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ModifyClusterCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("ElasticMapReduce", "ModifyCluster", {})
|
|
17
13
|
.n("EMRClient", "ModifyClusterCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ModifyClusterCommand)
|
|
20
|
-
.de(de_ModifyClusterCommand)
|
|
14
|
+
.sc(ModifyCluster)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ModifyInstanceFleet } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ModifyInstanceFleetCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("ElasticMapReduce", "ModifyInstanceFleet", {})
|
|
17
13
|
.n("EMRClient", "ModifyInstanceFleetCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ModifyInstanceFleetCommand)
|
|
20
|
-
.de(de_ModifyInstanceFleetCommand)
|
|
14
|
+
.sc(ModifyInstanceFleet)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { ModifyInstanceGroups } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class ModifyInstanceGroupsCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("ElasticMapReduce", "ModifyInstanceGroups", {})
|
|
17
13
|
.n("EMRClient", "ModifyInstanceGroupsCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_ModifyInstanceGroupsCommand)
|
|
20
|
-
.de(de_ModifyInstanceGroupsCommand)
|
|
14
|
+
.sc(ModifyInstanceGroups)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { PutAutoScalingPolicy } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class PutAutoScalingPolicyCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("ElasticMapReduce", "PutAutoScalingPolicy", {})
|
|
17
13
|
.n("EMRClient", "PutAutoScalingPolicyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_PutAutoScalingPolicyCommand)
|
|
20
|
-
.de(de_PutAutoScalingPolicyCommand)
|
|
14
|
+
.sc(PutAutoScalingPolicy)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { PutAutoTerminationPolicy } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class PutAutoTerminationPolicyCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("ElasticMapReduce", "PutAutoTerminationPolicy", {})
|
|
17
13
|
.n("EMRClient", "PutAutoTerminationPolicyCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_PutAutoTerminationPolicyCommand)
|
|
20
|
-
.de(de_PutAutoTerminationPolicyCommand)
|
|
14
|
+
.sc(PutAutoTerminationPolicy)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
-
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import {
|
|
4
|
+
import { PutBlockPublicAccessConfiguration } from "../schemas/schemas_0";
|
|
6
5
|
export { $Command };
|
|
7
6
|
export class PutBlockPublicAccessConfigurationCommand extends $Command
|
|
8
7
|
.classBuilder()
|
|
9
8
|
.ep(commonParams)
|
|
10
9
|
.m(function (Command, cs, config, o) {
|
|
11
|
-
return [
|
|
12
|
-
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
13
|
-
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
14
|
-
];
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
15
11
|
})
|
|
16
12
|
.s("ElasticMapReduce", "PutBlockPublicAccessConfiguration", {})
|
|
17
13
|
.n("EMRClient", "PutBlockPublicAccessConfigurationCommand")
|
|
18
|
-
.
|
|
19
|
-
.ser(se_PutBlockPublicAccessConfigurationCommand)
|
|
20
|
-
.de(de_PutBlockPublicAccessConfigurationCommand)
|
|
14
|
+
.sc(PutBlockPublicAccessConfiguration)
|
|
21
15
|
.build() {
|
|
22
16
|
}
|