@aws-sdk/client-emr 3.952.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.
Files changed (80) hide show
  1. package/dist-cjs/index.js +874 -545
  2. package/dist-cjs/runtimeConfig.shared.js +7 -6
  3. package/dist-es/commands/AddInstanceFleetCommand.js +2 -2
  4. package/dist-es/commands/AddInstanceGroupsCommand.js +2 -2
  5. package/dist-es/commands/AddJobFlowStepsCommand.js +2 -2
  6. package/dist-es/commands/AddTagsCommand.js +2 -2
  7. package/dist-es/commands/CancelStepsCommand.js +2 -2
  8. package/dist-es/commands/CreatePersistentAppUICommand.js +2 -2
  9. package/dist-es/commands/CreateSecurityConfigurationCommand.js +2 -2
  10. package/dist-es/commands/CreateStudioCommand.js +2 -2
  11. package/dist-es/commands/CreateStudioSessionMappingCommand.js +2 -2
  12. package/dist-es/commands/DeleteSecurityConfigurationCommand.js +2 -2
  13. package/dist-es/commands/DeleteStudioCommand.js +2 -2
  14. package/dist-es/commands/DeleteStudioSessionMappingCommand.js +2 -2
  15. package/dist-es/commands/DescribeClusterCommand.js +2 -2
  16. package/dist-es/commands/DescribeJobFlowsCommand.js +2 -2
  17. package/dist-es/commands/DescribeNotebookExecutionCommand.js +2 -2
  18. package/dist-es/commands/DescribePersistentAppUICommand.js +2 -2
  19. package/dist-es/commands/DescribeReleaseLabelCommand.js +2 -2
  20. package/dist-es/commands/DescribeSecurityConfigurationCommand.js +2 -2
  21. package/dist-es/commands/DescribeStepCommand.js +2 -2
  22. package/dist-es/commands/DescribeStudioCommand.js +2 -2
  23. package/dist-es/commands/GetAutoTerminationPolicyCommand.js +2 -2
  24. package/dist-es/commands/GetBlockPublicAccessConfigurationCommand.js +2 -2
  25. package/dist-es/commands/GetClusterSessionCredentialsCommand.js +2 -2
  26. package/dist-es/commands/GetManagedScalingPolicyCommand.js +2 -2
  27. package/dist-es/commands/GetOnClusterAppUIPresignedURLCommand.js +2 -2
  28. package/dist-es/commands/GetPersistentAppUIPresignedURLCommand.js +2 -2
  29. package/dist-es/commands/GetStudioSessionMappingCommand.js +2 -2
  30. package/dist-es/commands/ListBootstrapActionsCommand.js +2 -2
  31. package/dist-es/commands/ListClustersCommand.js +2 -2
  32. package/dist-es/commands/ListInstanceFleetsCommand.js +2 -2
  33. package/dist-es/commands/ListInstanceGroupsCommand.js +2 -2
  34. package/dist-es/commands/ListInstancesCommand.js +2 -2
  35. package/dist-es/commands/ListNotebookExecutionsCommand.js +2 -2
  36. package/dist-es/commands/ListReleaseLabelsCommand.js +2 -2
  37. package/dist-es/commands/ListSecurityConfigurationsCommand.js +2 -2
  38. package/dist-es/commands/ListStepsCommand.js +2 -2
  39. package/dist-es/commands/ListStudioSessionMappingsCommand.js +2 -2
  40. package/dist-es/commands/ListStudiosCommand.js +2 -2
  41. package/dist-es/commands/ListSupportedInstanceTypesCommand.js +2 -2
  42. package/dist-es/commands/ModifyClusterCommand.js +2 -2
  43. package/dist-es/commands/ModifyInstanceFleetCommand.js +2 -2
  44. package/dist-es/commands/ModifyInstanceGroupsCommand.js +2 -2
  45. package/dist-es/commands/PutAutoScalingPolicyCommand.js +2 -2
  46. package/dist-es/commands/PutAutoTerminationPolicyCommand.js +2 -2
  47. package/dist-es/commands/PutBlockPublicAccessConfigurationCommand.js +2 -2
  48. package/dist-es/commands/PutManagedScalingPolicyCommand.js +2 -2
  49. package/dist-es/commands/RemoveAutoScalingPolicyCommand.js +2 -2
  50. package/dist-es/commands/RemoveAutoTerminationPolicyCommand.js +2 -2
  51. package/dist-es/commands/RemoveManagedScalingPolicyCommand.js +2 -2
  52. package/dist-es/commands/RemoveTagsCommand.js +2 -2
  53. package/dist-es/commands/RunJobFlowCommand.js +2 -2
  54. package/dist-es/commands/SetKeepJobFlowAliveWhenNoStepsCommand.js +2 -2
  55. package/dist-es/commands/SetTerminationProtectionCommand.js +2 -2
  56. package/dist-es/commands/SetUnhealthyNodeReplacementCommand.js +2 -2
  57. package/dist-es/commands/SetVisibleToAllUsersCommand.js +2 -2
  58. package/dist-es/commands/StartNotebookExecutionCommand.js +2 -2
  59. package/dist-es/commands/StopNotebookExecutionCommand.js +2 -2
  60. package/dist-es/commands/TerminateJobFlowsCommand.js +2 -2
  61. package/dist-es/commands/UpdateStudioCommand.js +2 -2
  62. package/dist-es/commands/UpdateStudioSessionMappingCommand.js +2 -2
  63. package/dist-es/index.js +1 -0
  64. package/dist-es/runtimeConfig.shared.js +7 -6
  65. package/dist-es/schemas/schemas_0.js +544 -495
  66. package/dist-types/EMRClient.d.ts +1 -10
  67. package/dist-types/index.d.ts +1 -0
  68. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  69. package/dist-types/runtimeConfig.d.ts +6 -2
  70. package/dist-types/runtimeConfig.native.d.ts +6 -2
  71. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  72. package/dist-types/schemas/schemas_0.d.ts +281 -340
  73. package/dist-types/ts3.4/EMRClient.d.ts +0 -4
  74. package/dist-types/ts3.4/index.d.ts +1 -0
  75. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  76. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  77. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  78. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  79. package/dist-types/ts3.4/schemas/schemas_0.d.ts +280 -341
  80. package/package.json +35 -35
@@ -26,12 +26,13 @@ const getRuntimeConfig = (config) => {
26
26
  },
27
27
  ],
28
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
- protocol: config?.protocol ??
30
- new protocols_1.AwsJson1_1Protocol({
31
- defaultNamespace: "com.amazonaws.emr",
32
- serviceTarget: "ElasticMapReduce",
33
- awsQueryCompatible: false,
34
- }),
29
+ protocol: config?.protocol ?? protocols_1.AwsJson1_1Protocol,
30
+ protocolSettings: config?.protocolSettings ?? {
31
+ defaultNamespace: "com.amazonaws.emr",
32
+ xmlNamespace: "http://elasticmapreduce.amazonaws.com/doc/2009-03-31",
33
+ version: "2009-03-31",
34
+ serviceTarget: "ElasticMapReduce",
35
+ },
35
36
  serviceId: config?.serviceId ?? "EMR",
36
37
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
37
38
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -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 { AddInstanceFleet } from "../schemas/schemas_0";
4
+ import { AddInstanceFleet$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class AddInstanceFleetCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class AddInstanceFleetCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "AddInstanceFleet", {})
13
13
  .n("EMRClient", "AddInstanceFleetCommand")
14
- .sc(AddInstanceFleet)
14
+ .sc(AddInstanceFleet$)
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 { AddInstanceGroups } from "../schemas/schemas_0";
4
+ import { AddInstanceGroups$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class AddInstanceGroupsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class AddInstanceGroupsCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "AddInstanceGroups", {})
13
13
  .n("EMRClient", "AddInstanceGroupsCommand")
14
- .sc(AddInstanceGroups)
14
+ .sc(AddInstanceGroups$)
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 { AddJobFlowSteps } from "../schemas/schemas_0";
4
+ import { AddJobFlowSteps$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class AddJobFlowStepsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class AddJobFlowStepsCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "AddJobFlowSteps", {})
13
13
  .n("EMRClient", "AddJobFlowStepsCommand")
14
- .sc(AddJobFlowSteps)
14
+ .sc(AddJobFlowSteps$)
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 { AddTags } from "../schemas/schemas_0";
4
+ import { AddTags$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class AddTagsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class AddTagsCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "AddTags", {})
13
13
  .n("EMRClient", "AddTagsCommand")
14
- .sc(AddTags)
14
+ .sc(AddTags$)
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 { CancelSteps } from "../schemas/schemas_0";
4
+ import { CancelSteps$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CancelStepsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CancelStepsCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "CancelSteps", {})
13
13
  .n("EMRClient", "CancelStepsCommand")
14
- .sc(CancelSteps)
14
+ .sc(CancelSteps$)
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 { CreatePersistentAppUI } from "../schemas/schemas_0";
4
+ import { CreatePersistentAppUI$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreatePersistentAppUICommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreatePersistentAppUICommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "CreatePersistentAppUI", {})
13
13
  .n("EMRClient", "CreatePersistentAppUICommand")
14
- .sc(CreatePersistentAppUI)
14
+ .sc(CreatePersistentAppUI$)
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 { CreateSecurityConfiguration } from "../schemas/schemas_0";
4
+ import { CreateSecurityConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateSecurityConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateSecurityConfigurationCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "CreateSecurityConfiguration", {})
13
13
  .n("EMRClient", "CreateSecurityConfigurationCommand")
14
- .sc(CreateSecurityConfiguration)
14
+ .sc(CreateSecurityConfiguration$)
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 { CreateStudio } from "../schemas/schemas_0";
4
+ import { CreateStudio$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateStudioCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateStudioCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "CreateStudio", {})
13
13
  .n("EMRClient", "CreateStudioCommand")
14
- .sc(CreateStudio)
14
+ .sc(CreateStudio$)
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 { CreateStudioSessionMapping } from "../schemas/schemas_0";
4
+ import { CreateStudioSessionMapping$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class CreateStudioSessionMappingCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class CreateStudioSessionMappingCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "CreateStudioSessionMapping", {})
13
13
  .n("EMRClient", "CreateStudioSessionMappingCommand")
14
- .sc(CreateStudioSessionMapping)
14
+ .sc(CreateStudioSessionMapping$)
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 { DeleteSecurityConfiguration } from "../schemas/schemas_0";
4
+ import { DeleteSecurityConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteSecurityConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteSecurityConfigurationCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "DeleteSecurityConfiguration", {})
13
13
  .n("EMRClient", "DeleteSecurityConfigurationCommand")
14
- .sc(DeleteSecurityConfiguration)
14
+ .sc(DeleteSecurityConfiguration$)
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 { DeleteStudio } from "../schemas/schemas_0";
4
+ import { DeleteStudio$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteStudioCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteStudioCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "DeleteStudio", {})
13
13
  .n("EMRClient", "DeleteStudioCommand")
14
- .sc(DeleteStudio)
14
+ .sc(DeleteStudio$)
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 { DeleteStudioSessionMapping } from "../schemas/schemas_0";
4
+ import { DeleteStudioSessionMapping$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DeleteStudioSessionMappingCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DeleteStudioSessionMappingCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "DeleteStudioSessionMapping", {})
13
13
  .n("EMRClient", "DeleteStudioSessionMappingCommand")
14
- .sc(DeleteStudioSessionMapping)
14
+ .sc(DeleteStudioSessionMapping$)
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 { DescribeCluster } from "../schemas/schemas_0";
4
+ import { DescribeCluster$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeClusterCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeClusterCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "DescribeCluster", {})
13
13
  .n("EMRClient", "DescribeClusterCommand")
14
- .sc(DescribeCluster)
14
+ .sc(DescribeCluster$)
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 { DescribeJobFlows } from "../schemas/schemas_0";
4
+ import { DescribeJobFlows$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeJobFlowsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeJobFlowsCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "DescribeJobFlows", {})
13
13
  .n("EMRClient", "DescribeJobFlowsCommand")
14
- .sc(DescribeJobFlows)
14
+ .sc(DescribeJobFlows$)
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 { DescribeNotebookExecution } from "../schemas/schemas_0";
4
+ import { DescribeNotebookExecution$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeNotebookExecutionCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeNotebookExecutionCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "DescribeNotebookExecution", {})
13
13
  .n("EMRClient", "DescribeNotebookExecutionCommand")
14
- .sc(DescribeNotebookExecution)
14
+ .sc(DescribeNotebookExecution$)
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 { DescribePersistentAppUI } from "../schemas/schemas_0";
4
+ import { DescribePersistentAppUI$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribePersistentAppUICommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribePersistentAppUICommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "DescribePersistentAppUI", {})
13
13
  .n("EMRClient", "DescribePersistentAppUICommand")
14
- .sc(DescribePersistentAppUI)
14
+ .sc(DescribePersistentAppUI$)
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 { DescribeReleaseLabel } from "../schemas/schemas_0";
4
+ import { DescribeReleaseLabel$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeReleaseLabelCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeReleaseLabelCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "DescribeReleaseLabel", {})
13
13
  .n("EMRClient", "DescribeReleaseLabelCommand")
14
- .sc(DescribeReleaseLabel)
14
+ .sc(DescribeReleaseLabel$)
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 { DescribeSecurityConfiguration } from "../schemas/schemas_0";
4
+ import { DescribeSecurityConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeSecurityConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeSecurityConfigurationCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "DescribeSecurityConfiguration", {})
13
13
  .n("EMRClient", "DescribeSecurityConfigurationCommand")
14
- .sc(DescribeSecurityConfiguration)
14
+ .sc(DescribeSecurityConfiguration$)
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 { DescribeStep } from "../schemas/schemas_0";
4
+ import { DescribeStep$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeStepCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeStepCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "DescribeStep", {})
13
13
  .n("EMRClient", "DescribeStepCommand")
14
- .sc(DescribeStep)
14
+ .sc(DescribeStep$)
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 { DescribeStudio } from "../schemas/schemas_0";
4
+ import { DescribeStudio$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class DescribeStudioCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class DescribeStudioCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "DescribeStudio", {})
13
13
  .n("EMRClient", "DescribeStudioCommand")
14
- .sc(DescribeStudio)
14
+ .sc(DescribeStudio$)
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 { GetAutoTerminationPolicy } from "../schemas/schemas_0";
4
+ import { GetAutoTerminationPolicy$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetAutoTerminationPolicyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetAutoTerminationPolicyCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "GetAutoTerminationPolicy", {})
13
13
  .n("EMRClient", "GetAutoTerminationPolicyCommand")
14
- .sc(GetAutoTerminationPolicy)
14
+ .sc(GetAutoTerminationPolicy$)
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 { GetBlockPublicAccessConfiguration } from "../schemas/schemas_0";
4
+ import { GetBlockPublicAccessConfiguration$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetBlockPublicAccessConfigurationCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetBlockPublicAccessConfigurationCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "GetBlockPublicAccessConfiguration", {})
13
13
  .n("EMRClient", "GetBlockPublicAccessConfigurationCommand")
14
- .sc(GetBlockPublicAccessConfiguration)
14
+ .sc(GetBlockPublicAccessConfiguration$)
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 { GetClusterSessionCredentials } from "../schemas/schemas_0";
4
+ import { GetClusterSessionCredentials$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetClusterSessionCredentialsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetClusterSessionCredentialsCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "GetClusterSessionCredentials", {})
13
13
  .n("EMRClient", "GetClusterSessionCredentialsCommand")
14
- .sc(GetClusterSessionCredentials)
14
+ .sc(GetClusterSessionCredentials$)
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 { GetManagedScalingPolicy } from "../schemas/schemas_0";
4
+ import { GetManagedScalingPolicy$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetManagedScalingPolicyCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetManagedScalingPolicyCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "GetManagedScalingPolicy", {})
13
13
  .n("EMRClient", "GetManagedScalingPolicyCommand")
14
- .sc(GetManagedScalingPolicy)
14
+ .sc(GetManagedScalingPolicy$)
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 { GetOnClusterAppUIPresignedURL } from "../schemas/schemas_0";
4
+ import { GetOnClusterAppUIPresignedURL$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetOnClusterAppUIPresignedURLCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetOnClusterAppUIPresignedURLCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "GetOnClusterAppUIPresignedURL", {})
13
13
  .n("EMRClient", "GetOnClusterAppUIPresignedURLCommand")
14
- .sc(GetOnClusterAppUIPresignedURL)
14
+ .sc(GetOnClusterAppUIPresignedURL$)
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 { GetPersistentAppUIPresignedURL } from "../schemas/schemas_0";
4
+ import { GetPersistentAppUIPresignedURL$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetPersistentAppUIPresignedURLCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetPersistentAppUIPresignedURLCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "GetPersistentAppUIPresignedURL", {})
13
13
  .n("EMRClient", "GetPersistentAppUIPresignedURLCommand")
14
- .sc(GetPersistentAppUIPresignedURL)
14
+ .sc(GetPersistentAppUIPresignedURL$)
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 { GetStudioSessionMapping } from "../schemas/schemas_0";
4
+ import { GetStudioSessionMapping$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class GetStudioSessionMappingCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class GetStudioSessionMappingCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "GetStudioSessionMapping", {})
13
13
  .n("EMRClient", "GetStudioSessionMappingCommand")
14
- .sc(GetStudioSessionMapping)
14
+ .sc(GetStudioSessionMapping$)
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 { ListBootstrapActions } from "../schemas/schemas_0";
4
+ import { ListBootstrapActions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListBootstrapActionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListBootstrapActionsCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "ListBootstrapActions", {})
13
13
  .n("EMRClient", "ListBootstrapActionsCommand")
14
- .sc(ListBootstrapActions)
14
+ .sc(ListBootstrapActions$)
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 { ListClusters } from "../schemas/schemas_0";
4
+ import { ListClusters$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListClustersCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListClustersCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "ListClusters", {})
13
13
  .n("EMRClient", "ListClustersCommand")
14
- .sc(ListClusters)
14
+ .sc(ListClusters$)
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 { ListInstanceFleets } from "../schemas/schemas_0";
4
+ import { ListInstanceFleets$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListInstanceFleetsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListInstanceFleetsCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "ListInstanceFleets", {})
13
13
  .n("EMRClient", "ListInstanceFleetsCommand")
14
- .sc(ListInstanceFleets)
14
+ .sc(ListInstanceFleets$)
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 { ListInstanceGroups } from "../schemas/schemas_0";
4
+ import { ListInstanceGroups$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListInstanceGroupsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListInstanceGroupsCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "ListInstanceGroups", {})
13
13
  .n("EMRClient", "ListInstanceGroupsCommand")
14
- .sc(ListInstanceGroups)
14
+ .sc(ListInstanceGroups$)
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 { ListInstances } from "../schemas/schemas_0";
4
+ import { ListInstances$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListInstancesCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListInstancesCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "ListInstances", {})
13
13
  .n("EMRClient", "ListInstancesCommand")
14
- .sc(ListInstances)
14
+ .sc(ListInstances$)
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 { ListNotebookExecutions } from "../schemas/schemas_0";
4
+ import { ListNotebookExecutions$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListNotebookExecutionsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListNotebookExecutionsCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "ListNotebookExecutions", {})
13
13
  .n("EMRClient", "ListNotebookExecutionsCommand")
14
- .sc(ListNotebookExecutions)
14
+ .sc(ListNotebookExecutions$)
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 { ListReleaseLabels } from "../schemas/schemas_0";
4
+ import { ListReleaseLabels$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListReleaseLabelsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListReleaseLabelsCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "ListReleaseLabels", {})
13
13
  .n("EMRClient", "ListReleaseLabelsCommand")
14
- .sc(ListReleaseLabels)
14
+ .sc(ListReleaseLabels$)
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 { ListSecurityConfigurations } from "../schemas/schemas_0";
4
+ import { ListSecurityConfigurations$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
6
  export class ListSecurityConfigurationsCommand extends $Command
7
7
  .classBuilder()
@@ -11,6 +11,6 @@ export class ListSecurityConfigurationsCommand extends $Command
11
11
  })
12
12
  .s("ElasticMapReduce", "ListSecurityConfigurations", {})
13
13
  .n("EMRClient", "ListSecurityConfigurationsCommand")
14
- .sc(ListSecurityConfigurations)
14
+ .sc(ListSecurityConfigurations$)
15
15
  .build() {
16
16
  }