@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.
Files changed (84) hide show
  1. package/dist-cjs/index.js +2335 -2621
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/EMRClient.js +2 -0
  4. package/dist-es/commands/AddInstanceFleetCommand.js +3 -9
  5. package/dist-es/commands/AddInstanceGroupsCommand.js +3 -9
  6. package/dist-es/commands/AddJobFlowStepsCommand.js +3 -9
  7. package/dist-es/commands/AddTagsCommand.js +3 -9
  8. package/dist-es/commands/CancelStepsCommand.js +3 -9
  9. package/dist-es/commands/CreatePersistentAppUICommand.js +3 -9
  10. package/dist-es/commands/CreateSecurityConfigurationCommand.js +3 -9
  11. package/dist-es/commands/CreateStudioCommand.js +3 -9
  12. package/dist-es/commands/CreateStudioSessionMappingCommand.js +3 -9
  13. package/dist-es/commands/DeleteSecurityConfigurationCommand.js +3 -9
  14. package/dist-es/commands/DeleteStudioCommand.js +3 -9
  15. package/dist-es/commands/DeleteStudioSessionMappingCommand.js +3 -9
  16. package/dist-es/commands/DescribeClusterCommand.js +3 -9
  17. package/dist-es/commands/DescribeJobFlowsCommand.js +3 -9
  18. package/dist-es/commands/DescribeNotebookExecutionCommand.js +3 -9
  19. package/dist-es/commands/DescribePersistentAppUICommand.js +3 -9
  20. package/dist-es/commands/DescribeReleaseLabelCommand.js +3 -9
  21. package/dist-es/commands/DescribeSecurityConfigurationCommand.js +3 -9
  22. package/dist-es/commands/DescribeStepCommand.js +3 -9
  23. package/dist-es/commands/DescribeStudioCommand.js +3 -9
  24. package/dist-es/commands/GetAutoTerminationPolicyCommand.js +3 -9
  25. package/dist-es/commands/GetBlockPublicAccessConfigurationCommand.js +3 -9
  26. package/dist-es/commands/GetClusterSessionCredentialsCommand.js +3 -10
  27. package/dist-es/commands/GetManagedScalingPolicyCommand.js +3 -9
  28. package/dist-es/commands/GetOnClusterAppUIPresignedURLCommand.js +3 -9
  29. package/dist-es/commands/GetPersistentAppUIPresignedURLCommand.js +3 -9
  30. package/dist-es/commands/GetStudioSessionMappingCommand.js +3 -9
  31. package/dist-es/commands/ListBootstrapActionsCommand.js +3 -9
  32. package/dist-es/commands/ListClustersCommand.js +3 -9
  33. package/dist-es/commands/ListInstanceFleetsCommand.js +3 -9
  34. package/dist-es/commands/ListInstanceGroupsCommand.js +3 -9
  35. package/dist-es/commands/ListInstancesCommand.js +3 -9
  36. package/dist-es/commands/ListNotebookExecutionsCommand.js +3 -9
  37. package/dist-es/commands/ListReleaseLabelsCommand.js +3 -9
  38. package/dist-es/commands/ListSecurityConfigurationsCommand.js +3 -9
  39. package/dist-es/commands/ListStepsCommand.js +3 -9
  40. package/dist-es/commands/ListStudioSessionMappingsCommand.js +3 -9
  41. package/dist-es/commands/ListStudiosCommand.js +3 -9
  42. package/dist-es/commands/ListSupportedInstanceTypesCommand.js +3 -9
  43. package/dist-es/commands/ModifyClusterCommand.js +3 -9
  44. package/dist-es/commands/ModifyInstanceFleetCommand.js +3 -9
  45. package/dist-es/commands/ModifyInstanceGroupsCommand.js +3 -9
  46. package/dist-es/commands/PutAutoScalingPolicyCommand.js +3 -9
  47. package/dist-es/commands/PutAutoTerminationPolicyCommand.js +3 -9
  48. package/dist-es/commands/PutBlockPublicAccessConfigurationCommand.js +3 -9
  49. package/dist-es/commands/PutManagedScalingPolicyCommand.js +3 -9
  50. package/dist-es/commands/RemoveAutoScalingPolicyCommand.js +3 -9
  51. package/dist-es/commands/RemoveAutoTerminationPolicyCommand.js +3 -9
  52. package/dist-es/commands/RemoveManagedScalingPolicyCommand.js +3 -9
  53. package/dist-es/commands/RemoveTagsCommand.js +3 -9
  54. package/dist-es/commands/RunJobFlowCommand.js +3 -9
  55. package/dist-es/commands/SetKeepJobFlowAliveWhenNoStepsCommand.js +3 -9
  56. package/dist-es/commands/SetTerminationProtectionCommand.js +3 -9
  57. package/dist-es/commands/SetUnhealthyNodeReplacementCommand.js +3 -9
  58. package/dist-es/commands/SetVisibleToAllUsersCommand.js +3 -9
  59. package/dist-es/commands/StartNotebookExecutionCommand.js +3 -9
  60. package/dist-es/commands/StopNotebookExecutionCommand.js +3 -9
  61. package/dist-es/commands/TerminateJobFlowsCommand.js +3 -9
  62. package/dist-es/commands/UpdateStudioCommand.js +3 -9
  63. package/dist-es/commands/UpdateStudioSessionMappingCommand.js +3 -9
  64. package/dist-es/models/models_0.js +0 -14
  65. package/dist-es/runtimeConfig.shared.js +7 -0
  66. package/dist-es/schemas/schemas_0.js +2223 -0
  67. package/dist-types/EMRClient.d.ts +10 -1
  68. package/dist-types/models/models_0.d.ts +0 -12
  69. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  70. package/dist-types/runtimeConfig.d.ts +1 -0
  71. package/dist-types/runtimeConfig.native.d.ts +1 -0
  72. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  73. package/dist-types/schemas/schemas_0.d.ts +335 -0
  74. package/dist-types/ts3.4/EMRClient.d.ts +4 -0
  75. package/dist-types/ts3.4/models/models_0.d.ts +0 -7
  76. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  77. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  78. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  79. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  80. package/dist-types/ts3.4/schemas/schemas_0.d.ts +340 -0
  81. package/package.json +5 -5
  82. package/dist-es/protocols/Aws_json1_1.js +0 -2180
  83. package/dist-types/protocols/Aws_json1_1.d.ts +0 -542
  84. 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 { GetClusterSessionCredentialsOutputFilterSensitiveLog, } from "../models/models_0";
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
- .f(void 0, GetClusterSessionCredentialsOutputFilterSensitiveLog)
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 { de_GetManagedScalingPolicyCommand, se_GetManagedScalingPolicyCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_GetOnClusterAppUIPresignedURLCommand, se_GetOnClusterAppUIPresignedURLCommand, } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_GetPersistentAppUIPresignedURLCommand, se_GetPersistentAppUIPresignedURLCommand, } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_GetStudioSessionMappingCommand, se_GetStudioSessionMappingCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListBootstrapActionsCommand, se_ListBootstrapActionsCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListClustersCommand, se_ListClustersCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListInstanceFleetsCommand, se_ListInstanceFleetsCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListInstanceGroupsCommand, se_ListInstanceGroupsCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListInstancesCommand, se_ListInstancesCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListNotebookExecutionsCommand, se_ListNotebookExecutionsCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListReleaseLabelsCommand, se_ListReleaseLabelsCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListSecurityConfigurationsCommand, se_ListSecurityConfigurationsCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListStepsCommand, se_ListStepsCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListStudioSessionMappingsCommand, se_ListStudioSessionMappingsCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListStudiosCommand, se_ListStudiosCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ListSupportedInstanceTypesCommand, se_ListSupportedInstanceTypesCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ModifyClusterCommand, se_ModifyClusterCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ModifyInstanceFleetCommand, se_ModifyInstanceFleetCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_ModifyInstanceGroupsCommand, se_ModifyInstanceGroupsCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_PutAutoScalingPolicyCommand, se_PutAutoScalingPolicyCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_PutAutoTerminationPolicyCommand, se_PutAutoTerminationPolicyCommand } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
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 { de_PutBlockPublicAccessConfigurationCommand, se_PutBlockPublicAccessConfigurationCommand, } from "../protocols/Aws_json1_1";
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
- .f(void 0, void 0)
19
- .ser(se_PutBlockPublicAccessConfigurationCommand)
20
- .de(de_PutBlockPublicAccessConfigurationCommand)
14
+ .sc(PutBlockPublicAccessConfiguration)
21
15
  .build() {
22
16
  }