@aws-sdk/client-emr 3.477.0 → 3.481.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 (269) hide show
  1. package/dist-cjs/commands/AddInstanceFleetCommand.js +18 -41
  2. package/dist-cjs/commands/AddInstanceGroupsCommand.js +18 -41
  3. package/dist-cjs/commands/AddJobFlowStepsCommand.js +18 -41
  4. package/dist-cjs/commands/AddTagsCommand.js +18 -41
  5. package/dist-cjs/commands/CancelStepsCommand.js +18 -41
  6. package/dist-cjs/commands/CreateSecurityConfigurationCommand.js +18 -41
  7. package/dist-cjs/commands/CreateStudioCommand.js +18 -41
  8. package/dist-cjs/commands/CreateStudioSessionMappingCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteSecurityConfigurationCommand.js +18 -41
  10. package/dist-cjs/commands/DeleteStudioCommand.js +18 -41
  11. package/dist-cjs/commands/DeleteStudioSessionMappingCommand.js +18 -41
  12. package/dist-cjs/commands/DescribeClusterCommand.js +18 -41
  13. package/dist-cjs/commands/DescribeJobFlowsCommand.js +18 -41
  14. package/dist-cjs/commands/DescribeNotebookExecutionCommand.js +18 -41
  15. package/dist-cjs/commands/DescribeReleaseLabelCommand.js +18 -41
  16. package/dist-cjs/commands/DescribeSecurityConfigurationCommand.js +18 -41
  17. package/dist-cjs/commands/DescribeStepCommand.js +18 -41
  18. package/dist-cjs/commands/DescribeStudioCommand.js +18 -41
  19. package/dist-cjs/commands/GetAutoTerminationPolicyCommand.js +18 -41
  20. package/dist-cjs/commands/GetBlockPublicAccessConfigurationCommand.js +18 -41
  21. package/dist-cjs/commands/GetClusterSessionCredentialsCommand.js +18 -41
  22. package/dist-cjs/commands/GetManagedScalingPolicyCommand.js +18 -41
  23. package/dist-cjs/commands/GetStudioSessionMappingCommand.js +18 -41
  24. package/dist-cjs/commands/ListBootstrapActionsCommand.js +18 -41
  25. package/dist-cjs/commands/ListClustersCommand.js +18 -41
  26. package/dist-cjs/commands/ListInstanceFleetsCommand.js +18 -41
  27. package/dist-cjs/commands/ListInstanceGroupsCommand.js +18 -41
  28. package/dist-cjs/commands/ListInstancesCommand.js +18 -41
  29. package/dist-cjs/commands/ListNotebookExecutionsCommand.js +18 -41
  30. package/dist-cjs/commands/ListReleaseLabelsCommand.js +18 -41
  31. package/dist-cjs/commands/ListSecurityConfigurationsCommand.js +18 -41
  32. package/dist-cjs/commands/ListStepsCommand.js +18 -41
  33. package/dist-cjs/commands/ListStudioSessionMappingsCommand.js +18 -41
  34. package/dist-cjs/commands/ListStudiosCommand.js +18 -41
  35. package/dist-cjs/commands/ListSupportedInstanceTypesCommand.js +18 -41
  36. package/dist-cjs/commands/ModifyClusterCommand.js +18 -41
  37. package/dist-cjs/commands/ModifyInstanceFleetCommand.js +18 -41
  38. package/dist-cjs/commands/ModifyInstanceGroupsCommand.js +18 -41
  39. package/dist-cjs/commands/PutAutoScalingPolicyCommand.js +18 -41
  40. package/dist-cjs/commands/PutAutoTerminationPolicyCommand.js +18 -41
  41. package/dist-cjs/commands/PutBlockPublicAccessConfigurationCommand.js +18 -41
  42. package/dist-cjs/commands/PutManagedScalingPolicyCommand.js +18 -41
  43. package/dist-cjs/commands/RemoveAutoScalingPolicyCommand.js +18 -41
  44. package/dist-cjs/commands/RemoveAutoTerminationPolicyCommand.js +18 -41
  45. package/dist-cjs/commands/RemoveManagedScalingPolicyCommand.js +18 -41
  46. package/dist-cjs/commands/RemoveTagsCommand.js +18 -41
  47. package/dist-cjs/commands/RunJobFlowCommand.js +18 -41
  48. package/dist-cjs/commands/SetTerminationProtectionCommand.js +18 -41
  49. package/dist-cjs/commands/SetVisibleToAllUsersCommand.js +18 -41
  50. package/dist-cjs/commands/StartNotebookExecutionCommand.js +18 -41
  51. package/dist-cjs/commands/StopNotebookExecutionCommand.js +18 -41
  52. package/dist-cjs/commands/TerminateJobFlowsCommand.js +18 -41
  53. package/dist-cjs/commands/UpdateStudioCommand.js +18 -41
  54. package/dist-cjs/commands/UpdateStudioSessionMappingCommand.js +18 -41
  55. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  56. package/dist-cjs/pagination/ListBootstrapActionsPaginator.js +2 -23
  57. package/dist-cjs/pagination/ListClustersPaginator.js +2 -23
  58. package/dist-cjs/pagination/ListInstanceFleetsPaginator.js +2 -23
  59. package/dist-cjs/pagination/ListInstanceGroupsPaginator.js +2 -23
  60. package/dist-cjs/pagination/ListInstancesPaginator.js +2 -23
  61. package/dist-cjs/pagination/ListNotebookExecutionsPaginator.js +2 -23
  62. package/dist-cjs/pagination/ListReleaseLabelsPaginator.js +2 -24
  63. package/dist-cjs/pagination/ListSecurityConfigurationsPaginator.js +2 -23
  64. package/dist-cjs/pagination/ListStepsPaginator.js +2 -23
  65. package/dist-cjs/pagination/ListStudioSessionMappingsPaginator.js +2 -23
  66. package/dist-cjs/pagination/ListStudiosPaginator.js +2 -23
  67. package/dist-cjs/pagination/ListSupportedInstanceTypesPaginator.js +2 -23
  68. package/dist-es/commands/AddInstanceFleetCommand.js +18 -41
  69. package/dist-es/commands/AddInstanceGroupsCommand.js +18 -41
  70. package/dist-es/commands/AddJobFlowStepsCommand.js +18 -41
  71. package/dist-es/commands/AddTagsCommand.js +18 -41
  72. package/dist-es/commands/CancelStepsCommand.js +18 -41
  73. package/dist-es/commands/CreateSecurityConfigurationCommand.js +18 -41
  74. package/dist-es/commands/CreateStudioCommand.js +18 -41
  75. package/dist-es/commands/CreateStudioSessionMappingCommand.js +18 -41
  76. package/dist-es/commands/DeleteSecurityConfigurationCommand.js +18 -41
  77. package/dist-es/commands/DeleteStudioCommand.js +18 -41
  78. package/dist-es/commands/DeleteStudioSessionMappingCommand.js +18 -41
  79. package/dist-es/commands/DescribeClusterCommand.js +18 -41
  80. package/dist-es/commands/DescribeJobFlowsCommand.js +18 -41
  81. package/dist-es/commands/DescribeNotebookExecutionCommand.js +18 -41
  82. package/dist-es/commands/DescribeReleaseLabelCommand.js +18 -41
  83. package/dist-es/commands/DescribeSecurityConfigurationCommand.js +18 -41
  84. package/dist-es/commands/DescribeStepCommand.js +18 -41
  85. package/dist-es/commands/DescribeStudioCommand.js +18 -41
  86. package/dist-es/commands/GetAutoTerminationPolicyCommand.js +18 -41
  87. package/dist-es/commands/GetBlockPublicAccessConfigurationCommand.js +18 -41
  88. package/dist-es/commands/GetClusterSessionCredentialsCommand.js +18 -41
  89. package/dist-es/commands/GetManagedScalingPolicyCommand.js +18 -41
  90. package/dist-es/commands/GetStudioSessionMappingCommand.js +18 -41
  91. package/dist-es/commands/ListBootstrapActionsCommand.js +18 -41
  92. package/dist-es/commands/ListClustersCommand.js +18 -41
  93. package/dist-es/commands/ListInstanceFleetsCommand.js +18 -41
  94. package/dist-es/commands/ListInstanceGroupsCommand.js +18 -41
  95. package/dist-es/commands/ListInstancesCommand.js +18 -41
  96. package/dist-es/commands/ListNotebookExecutionsCommand.js +18 -41
  97. package/dist-es/commands/ListReleaseLabelsCommand.js +18 -41
  98. package/dist-es/commands/ListSecurityConfigurationsCommand.js +18 -41
  99. package/dist-es/commands/ListStepsCommand.js +18 -41
  100. package/dist-es/commands/ListStudioSessionMappingsCommand.js +18 -41
  101. package/dist-es/commands/ListStudiosCommand.js +18 -41
  102. package/dist-es/commands/ListSupportedInstanceTypesCommand.js +18 -41
  103. package/dist-es/commands/ModifyClusterCommand.js +18 -41
  104. package/dist-es/commands/ModifyInstanceFleetCommand.js +18 -41
  105. package/dist-es/commands/ModifyInstanceGroupsCommand.js +18 -41
  106. package/dist-es/commands/PutAutoScalingPolicyCommand.js +18 -41
  107. package/dist-es/commands/PutAutoTerminationPolicyCommand.js +18 -41
  108. package/dist-es/commands/PutBlockPublicAccessConfigurationCommand.js +18 -41
  109. package/dist-es/commands/PutManagedScalingPolicyCommand.js +18 -41
  110. package/dist-es/commands/RemoveAutoScalingPolicyCommand.js +18 -41
  111. package/dist-es/commands/RemoveAutoTerminationPolicyCommand.js +18 -41
  112. package/dist-es/commands/RemoveManagedScalingPolicyCommand.js +18 -41
  113. package/dist-es/commands/RemoveTagsCommand.js +18 -41
  114. package/dist-es/commands/RunJobFlowCommand.js +18 -41
  115. package/dist-es/commands/SetTerminationProtectionCommand.js +18 -41
  116. package/dist-es/commands/SetVisibleToAllUsersCommand.js +18 -41
  117. package/dist-es/commands/StartNotebookExecutionCommand.js +18 -41
  118. package/dist-es/commands/StopNotebookExecutionCommand.js +18 -41
  119. package/dist-es/commands/TerminateJobFlowsCommand.js +18 -41
  120. package/dist-es/commands/UpdateStudioCommand.js +18 -41
  121. package/dist-es/commands/UpdateStudioSessionMappingCommand.js +18 -41
  122. package/dist-es/endpoint/EndpointParameters.js +6 -0
  123. package/dist-es/pagination/ListBootstrapActionsPaginator.js +2 -22
  124. package/dist-es/pagination/ListClustersPaginator.js +2 -22
  125. package/dist-es/pagination/ListInstanceFleetsPaginator.js +2 -22
  126. package/dist-es/pagination/ListInstanceGroupsPaginator.js +2 -22
  127. package/dist-es/pagination/ListInstancesPaginator.js +2 -22
  128. package/dist-es/pagination/ListNotebookExecutionsPaginator.js +2 -22
  129. package/dist-es/pagination/ListReleaseLabelsPaginator.js +2 -23
  130. package/dist-es/pagination/ListSecurityConfigurationsPaginator.js +2 -22
  131. package/dist-es/pagination/ListStepsPaginator.js +2 -22
  132. package/dist-es/pagination/ListStudioSessionMappingsPaginator.js +2 -22
  133. package/dist-es/pagination/ListStudiosPaginator.js +2 -22
  134. package/dist-es/pagination/ListSupportedInstanceTypesPaginator.js +2 -22
  135. package/dist-types/commands/AddInstanceFleetCommand.d.ts +6 -21
  136. package/dist-types/commands/AddInstanceGroupsCommand.d.ts +6 -21
  137. package/dist-types/commands/AddJobFlowStepsCommand.d.ts +6 -21
  138. package/dist-types/commands/AddTagsCommand.d.ts +6 -21
  139. package/dist-types/commands/CancelStepsCommand.d.ts +6 -21
  140. package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +6 -21
  141. package/dist-types/commands/CreateStudioCommand.d.ts +6 -21
  142. package/dist-types/commands/CreateStudioSessionMappingCommand.d.ts +6 -21
  143. package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +6 -21
  144. package/dist-types/commands/DeleteStudioCommand.d.ts +6 -21
  145. package/dist-types/commands/DeleteStudioSessionMappingCommand.d.ts +6 -21
  146. package/dist-types/commands/DescribeClusterCommand.d.ts +6 -21
  147. package/dist-types/commands/DescribeJobFlowsCommand.d.ts +6 -21
  148. package/dist-types/commands/DescribeNotebookExecutionCommand.d.ts +6 -21
  149. package/dist-types/commands/DescribeReleaseLabelCommand.d.ts +6 -21
  150. package/dist-types/commands/DescribeSecurityConfigurationCommand.d.ts +6 -21
  151. package/dist-types/commands/DescribeStepCommand.d.ts +6 -21
  152. package/dist-types/commands/DescribeStudioCommand.d.ts +6 -21
  153. package/dist-types/commands/GetAutoTerminationPolicyCommand.d.ts +6 -21
  154. package/dist-types/commands/GetBlockPublicAccessConfigurationCommand.d.ts +6 -21
  155. package/dist-types/commands/GetClusterSessionCredentialsCommand.d.ts +6 -21
  156. package/dist-types/commands/GetManagedScalingPolicyCommand.d.ts +6 -21
  157. package/dist-types/commands/GetStudioSessionMappingCommand.d.ts +6 -21
  158. package/dist-types/commands/ListBootstrapActionsCommand.d.ts +6 -21
  159. package/dist-types/commands/ListClustersCommand.d.ts +6 -21
  160. package/dist-types/commands/ListInstanceFleetsCommand.d.ts +6 -21
  161. package/dist-types/commands/ListInstanceGroupsCommand.d.ts +6 -21
  162. package/dist-types/commands/ListInstancesCommand.d.ts +6 -21
  163. package/dist-types/commands/ListNotebookExecutionsCommand.d.ts +6 -21
  164. package/dist-types/commands/ListReleaseLabelsCommand.d.ts +6 -21
  165. package/dist-types/commands/ListSecurityConfigurationsCommand.d.ts +6 -21
  166. package/dist-types/commands/ListStepsCommand.d.ts +6 -21
  167. package/dist-types/commands/ListStudioSessionMappingsCommand.d.ts +6 -21
  168. package/dist-types/commands/ListStudiosCommand.d.ts +6 -21
  169. package/dist-types/commands/ListSupportedInstanceTypesCommand.d.ts +6 -21
  170. package/dist-types/commands/ModifyClusterCommand.d.ts +6 -21
  171. package/dist-types/commands/ModifyInstanceFleetCommand.d.ts +6 -21
  172. package/dist-types/commands/ModifyInstanceGroupsCommand.d.ts +6 -21
  173. package/dist-types/commands/PutAutoScalingPolicyCommand.d.ts +6 -21
  174. package/dist-types/commands/PutAutoTerminationPolicyCommand.d.ts +6 -21
  175. package/dist-types/commands/PutBlockPublicAccessConfigurationCommand.d.ts +6 -21
  176. package/dist-types/commands/PutManagedScalingPolicyCommand.d.ts +6 -21
  177. package/dist-types/commands/RemoveAutoScalingPolicyCommand.d.ts +6 -21
  178. package/dist-types/commands/RemoveAutoTerminationPolicyCommand.d.ts +6 -21
  179. package/dist-types/commands/RemoveManagedScalingPolicyCommand.d.ts +6 -21
  180. package/dist-types/commands/RemoveTagsCommand.d.ts +6 -21
  181. package/dist-types/commands/RunJobFlowCommand.d.ts +6 -21
  182. package/dist-types/commands/SetTerminationProtectionCommand.d.ts +6 -21
  183. package/dist-types/commands/SetVisibleToAllUsersCommand.d.ts +6 -21
  184. package/dist-types/commands/StartNotebookExecutionCommand.d.ts +6 -21
  185. package/dist-types/commands/StopNotebookExecutionCommand.d.ts +6 -21
  186. package/dist-types/commands/TerminateJobFlowsCommand.d.ts +6 -21
  187. package/dist-types/commands/UpdateStudioCommand.d.ts +6 -21
  188. package/dist-types/commands/UpdateStudioSessionMappingCommand.d.ts +6 -21
  189. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  190. package/dist-types/pagination/ListBootstrapActionsPaginator.d.ts +1 -1
  191. package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
  192. package/dist-types/pagination/ListInstanceFleetsPaginator.d.ts +1 -1
  193. package/dist-types/pagination/ListInstanceGroupsPaginator.d.ts +1 -1
  194. package/dist-types/pagination/ListInstancesPaginator.d.ts +1 -1
  195. package/dist-types/pagination/ListNotebookExecutionsPaginator.d.ts +1 -1
  196. package/dist-types/pagination/ListReleaseLabelsPaginator.d.ts +1 -1
  197. package/dist-types/pagination/ListSecurityConfigurationsPaginator.d.ts +1 -1
  198. package/dist-types/pagination/ListStepsPaginator.d.ts +1 -1
  199. package/dist-types/pagination/ListStudioSessionMappingsPaginator.d.ts +1 -1
  200. package/dist-types/pagination/ListStudiosPaginator.d.ts +1 -1
  201. package/dist-types/pagination/ListSupportedInstanceTypesPaginator.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/AddInstanceFleetCommand.d.ts +14 -23
  203. package/dist-types/ts3.4/commands/AddInstanceGroupsCommand.d.ts +14 -23
  204. package/dist-types/ts3.4/commands/AddJobFlowStepsCommand.d.ts +14 -23
  205. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +12 -23
  206. package/dist-types/ts3.4/commands/CancelStepsCommand.d.ts +14 -23
  207. package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +12 -24
  208. package/dist-types/ts3.4/commands/CreateStudioCommand.d.ts +14 -23
  209. package/dist-types/ts3.4/commands/CreateStudioSessionMappingCommand.d.ts +12 -24
  210. package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +12 -24
  211. package/dist-types/ts3.4/commands/DeleteStudioCommand.d.ts +14 -23
  212. package/dist-types/ts3.4/commands/DeleteStudioSessionMappingCommand.d.ts +12 -24
  213. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +14 -23
  214. package/dist-types/ts3.4/commands/DescribeJobFlowsCommand.d.ts +14 -23
  215. package/dist-types/ts3.4/commands/DescribeNotebookExecutionCommand.d.ts +12 -24
  216. package/dist-types/ts3.4/commands/DescribeReleaseLabelCommand.d.ts +12 -24
  217. package/dist-types/ts3.4/commands/DescribeSecurityConfigurationCommand.d.ts +12 -24
  218. package/dist-types/ts3.4/commands/DescribeStepCommand.d.ts +14 -23
  219. package/dist-types/ts3.4/commands/DescribeStudioCommand.d.ts +14 -23
  220. package/dist-types/ts3.4/commands/GetAutoTerminationPolicyCommand.d.ts +12 -24
  221. package/dist-types/ts3.4/commands/GetBlockPublicAccessConfigurationCommand.d.ts +12 -24
  222. package/dist-types/ts3.4/commands/GetClusterSessionCredentialsCommand.d.ts +12 -24
  223. package/dist-types/ts3.4/commands/GetManagedScalingPolicyCommand.d.ts +12 -24
  224. package/dist-types/ts3.4/commands/GetStudioSessionMappingCommand.d.ts +12 -24
  225. package/dist-types/ts3.4/commands/ListBootstrapActionsCommand.d.ts +12 -24
  226. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +14 -23
  227. package/dist-types/ts3.4/commands/ListInstanceFleetsCommand.d.ts +14 -23
  228. package/dist-types/ts3.4/commands/ListInstanceGroupsCommand.d.ts +14 -23
  229. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +14 -23
  230. package/dist-types/ts3.4/commands/ListNotebookExecutionsCommand.d.ts +12 -24
  231. package/dist-types/ts3.4/commands/ListReleaseLabelsCommand.d.ts +14 -23
  232. package/dist-types/ts3.4/commands/ListSecurityConfigurationsCommand.d.ts +12 -24
  233. package/dist-types/ts3.4/commands/ListStepsCommand.d.ts +14 -23
  234. package/dist-types/ts3.4/commands/ListStudioSessionMappingsCommand.d.ts +12 -24
  235. package/dist-types/ts3.4/commands/ListStudiosCommand.d.ts +14 -23
  236. package/dist-types/ts3.4/commands/ListSupportedInstanceTypesCommand.d.ts +12 -24
  237. package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +14 -23
  238. package/dist-types/ts3.4/commands/ModifyInstanceFleetCommand.d.ts +14 -23
  239. package/dist-types/ts3.4/commands/ModifyInstanceGroupsCommand.d.ts +12 -24
  240. package/dist-types/ts3.4/commands/PutAutoScalingPolicyCommand.d.ts +12 -24
  241. package/dist-types/ts3.4/commands/PutAutoTerminationPolicyCommand.d.ts +12 -24
  242. package/dist-types/ts3.4/commands/PutBlockPublicAccessConfigurationCommand.d.ts +12 -24
  243. package/dist-types/ts3.4/commands/PutManagedScalingPolicyCommand.d.ts +12 -24
  244. package/dist-types/ts3.4/commands/RemoveAutoScalingPolicyCommand.d.ts +12 -24
  245. package/dist-types/ts3.4/commands/RemoveAutoTerminationPolicyCommand.d.ts +12 -24
  246. package/dist-types/ts3.4/commands/RemoveManagedScalingPolicyCommand.d.ts +12 -24
  247. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +14 -23
  248. package/dist-types/ts3.4/commands/RunJobFlowCommand.d.ts +14 -23
  249. package/dist-types/ts3.4/commands/SetTerminationProtectionCommand.d.ts +12 -24
  250. package/dist-types/ts3.4/commands/SetVisibleToAllUsersCommand.d.ts +12 -24
  251. package/dist-types/ts3.4/commands/StartNotebookExecutionCommand.d.ts +12 -24
  252. package/dist-types/ts3.4/commands/StopNotebookExecutionCommand.d.ts +12 -24
  253. package/dist-types/ts3.4/commands/TerminateJobFlowsCommand.d.ts +14 -23
  254. package/dist-types/ts3.4/commands/UpdateStudioCommand.d.ts +14 -23
  255. package/dist-types/ts3.4/commands/UpdateStudioSessionMappingCommand.d.ts +12 -24
  256. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  257. package/dist-types/ts3.4/pagination/ListBootstrapActionsPaginator.d.ts +3 -3
  258. package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +3 -3
  259. package/dist-types/ts3.4/pagination/ListInstanceFleetsPaginator.d.ts +3 -3
  260. package/dist-types/ts3.4/pagination/ListInstanceGroupsPaginator.d.ts +3 -3
  261. package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +3 -3
  262. package/dist-types/ts3.4/pagination/ListNotebookExecutionsPaginator.d.ts +3 -3
  263. package/dist-types/ts3.4/pagination/ListReleaseLabelsPaginator.d.ts +3 -3
  264. package/dist-types/ts3.4/pagination/ListSecurityConfigurationsPaginator.d.ts +3 -3
  265. package/dist-types/ts3.4/pagination/ListStepsPaginator.d.ts +3 -3
  266. package/dist-types/ts3.4/pagination/ListStudioSessionMappingsPaginator.d.ts +3 -3
  267. package/dist-types/ts3.4/pagination/ListStudiosPaginator.d.ts +3 -3
  268. package/dist-types/ts3.4/pagination/ListSupportedInstanceTypesPaginator.d.ts +3 -3
  269. package/package.json +11 -10
@@ -4,4 +4,4 @@ import { EMRPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListReleaseLabels(config: EMRPaginationConfiguration, input: ListReleaseLabelsCommandInput, ...additionalArguments: any): Paginator<ListReleaseLabelsCommandOutput>;
7
+ export declare const paginateListReleaseLabels: (config: EMRPaginationConfiguration, input: ListReleaseLabelsCommandInput, ...rest: any[]) => Paginator<ListReleaseLabelsCommandOutput>;
@@ -4,4 +4,4 @@ import { EMRPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListSecurityConfigurations(config: EMRPaginationConfiguration, input: ListSecurityConfigurationsCommandInput, ...additionalArguments: any): Paginator<ListSecurityConfigurationsCommandOutput>;
7
+ export declare const paginateListSecurityConfigurations: (config: EMRPaginationConfiguration, input: ListSecurityConfigurationsCommandInput, ...rest: any[]) => Paginator<ListSecurityConfigurationsCommandOutput>;
@@ -4,4 +4,4 @@ import { EMRPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListSteps(config: EMRPaginationConfiguration, input: ListStepsCommandInput, ...additionalArguments: any): Paginator<ListStepsCommandOutput>;
7
+ export declare const paginateListSteps: (config: EMRPaginationConfiguration, input: ListStepsCommandInput, ...rest: any[]) => Paginator<ListStepsCommandOutput>;
@@ -4,4 +4,4 @@ import { EMRPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListStudioSessionMappings(config: EMRPaginationConfiguration, input: ListStudioSessionMappingsCommandInput, ...additionalArguments: any): Paginator<ListStudioSessionMappingsCommandOutput>;
7
+ export declare const paginateListStudioSessionMappings: (config: EMRPaginationConfiguration, input: ListStudioSessionMappingsCommandInput, ...rest: any[]) => Paginator<ListStudioSessionMappingsCommandOutput>;
@@ -4,4 +4,4 @@ import { EMRPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListStudios(config: EMRPaginationConfiguration, input: ListStudiosCommandInput, ...additionalArguments: any): Paginator<ListStudiosCommandOutput>;
7
+ export declare const paginateListStudios: (config: EMRPaginationConfiguration, input: ListStudiosCommandInput, ...rest: any[]) => Paginator<ListStudiosCommandOutput>;
@@ -4,4 +4,4 @@ import { EMRPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateListSupportedInstanceTypes(config: EMRPaginationConfiguration, input: ListSupportedInstanceTypesCommandInput, ...additionalArguments: any): Paginator<ListSupportedInstanceTypesCommandOutput>;
7
+ export declare const paginateListSupportedInstanceTypes: (config: EMRPaginationConfiguration, input: ListSupportedInstanceTypesCommandInput, ...rest: any[]) => Paginator<ListSupportedInstanceTypesCommandOutput>;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EMRClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface AddInstanceFleetCommandInput extends AddInstanceFleetInput {}
20
14
  export interface AddInstanceFleetCommandOutput
21
15
  extends AddInstanceFleetOutput,
22
16
  __MetadataBearer {}
23
- export declare class AddInstanceFleetCommand extends $Command<
24
- AddInstanceFleetCommandInput,
25
- AddInstanceFleetCommandOutput,
26
- EMRClientResolvedConfig
27
- > {
28
- readonly input: AddInstanceFleetCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: AddInstanceFleetCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: EMRClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<AddInstanceFleetCommandInput, AddInstanceFleetCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const AddInstanceFleetCommand_base: {
18
+ new (
19
+ input: AddInstanceFleetCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ AddInstanceFleetCommandInput,
22
+ AddInstanceFleetCommandOutput,
23
+ EMRClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class AddInstanceFleetCommand extends AddInstanceFleetCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EMRClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface AddInstanceGroupsCommandInput extends AddInstanceGroupsInput {}
20
14
  export interface AddInstanceGroupsCommandOutput
21
15
  extends AddInstanceGroupsOutput,
22
16
  __MetadataBearer {}
23
- export declare class AddInstanceGroupsCommand extends $Command<
24
- AddInstanceGroupsCommandInput,
25
- AddInstanceGroupsCommandOutput,
26
- EMRClientResolvedConfig
27
- > {
28
- readonly input: AddInstanceGroupsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: AddInstanceGroupsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: EMRClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<AddInstanceGroupsCommandInput, AddInstanceGroupsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const AddInstanceGroupsCommand_base: {
18
+ new (
19
+ input: AddInstanceGroupsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ AddInstanceGroupsCommandInput,
22
+ AddInstanceGroupsCommandOutput,
23
+ EMRClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class AddInstanceGroupsCommand extends AddInstanceGroupsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EMRClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface AddJobFlowStepsCommandInput extends AddJobFlowStepsInput {}
20
14
  export interface AddJobFlowStepsCommandOutput
21
15
  extends AddJobFlowStepsOutput,
22
16
  __MetadataBearer {}
23
- export declare class AddJobFlowStepsCommand extends $Command<
24
- AddJobFlowStepsCommandInput,
25
- AddJobFlowStepsCommandOutput,
26
- EMRClientResolvedConfig
27
- > {
28
- readonly input: AddJobFlowStepsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: AddJobFlowStepsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: EMRClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<AddJobFlowStepsCommandInput, AddJobFlowStepsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const AddJobFlowStepsCommand_base: {
18
+ new (
19
+ input: AddJobFlowStepsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ AddJobFlowStepsCommandInput,
22
+ AddJobFlowStepsCommandOutput,
23
+ EMRClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class AddJobFlowStepsCommand extends AddJobFlowStepsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EMRClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -15,19 +9,14 @@ import { AddTagsInput, AddTagsOutput } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface AddTagsCommandInput extends AddTagsInput {}
17
11
  export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {}
18
- export declare class AddTagsCommand extends $Command<
19
- AddTagsCommandInput,
20
- AddTagsCommandOutput,
21
- EMRClientResolvedConfig
22
- > {
23
- readonly input: AddTagsCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: AddTagsCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: EMRClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<AddTagsCommandInput, AddTagsCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const AddTagsCommand_base: {
13
+ new (input: AddTagsCommandInput): import("@smithy/smithy-client").CommandImpl<
14
+ AddTagsCommandInput,
15
+ AddTagsCommandOutput,
16
+ EMRClientResolvedConfig,
17
+ ServiceInputTypes,
18
+ ServiceOutputTypes
19
+ >;
20
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
21
+ };
22
+ export declare class AddTagsCommand extends AddTagsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EMRClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CancelStepsCommandInput extends CancelStepsInput {}
17
11
  export interface CancelStepsCommandOutput
18
12
  extends CancelStepsOutput,
19
13
  __MetadataBearer {}
20
- export declare class CancelStepsCommand extends $Command<
21
- CancelStepsCommandInput,
22
- CancelStepsCommandOutput,
23
- EMRClientResolvedConfig
24
- > {
25
- readonly input: CancelStepsCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CancelStepsCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: EMRClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CancelStepsCommandInput, CancelStepsCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CancelStepsCommand_base: {
15
+ new (
16
+ input: CancelStepsCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CancelStepsCommandInput,
19
+ CancelStepsCommandOutput,
20
+ EMRClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CancelStepsCommand extends CancelStepsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EMRClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateSecurityConfigurationCommandInput
21
15
  export interface CreateSecurityConfigurationCommandOutput
22
16
  extends CreateSecurityConfigurationOutput,
23
17
  __MetadataBearer {}
24
- export declare class CreateSecurityConfigurationCommand extends $Command<
25
- CreateSecurityConfigurationCommandInput,
26
- CreateSecurityConfigurationCommandOutput,
27
- EMRClientResolvedConfig
28
- > {
29
- readonly input: CreateSecurityConfigurationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateSecurityConfigurationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: EMRClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateSecurityConfigurationCommand_base: {
19
+ new (
20
+ input: CreateSecurityConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateSecurityConfigurationCommandInput,
38
- CreateSecurityConfigurationCommandOutput
23
+ CreateSecurityConfigurationCommandOutput,
24
+ EMRClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateSecurityConfigurationCommand extends CreateSecurityConfigurationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EMRClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CreateStudioCommandInput extends CreateStudioInput {}
17
11
  export interface CreateStudioCommandOutput
18
12
  extends CreateStudioOutput,
19
13
  __MetadataBearer {}
20
- export declare class CreateStudioCommand extends $Command<
21
- CreateStudioCommandInput,
22
- CreateStudioCommandOutput,
23
- EMRClientResolvedConfig
24
- > {
25
- readonly input: CreateStudioCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateStudioCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: EMRClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateStudioCommandInput, CreateStudioCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateStudioCommand_base: {
15
+ new (
16
+ input: CreateStudioCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateStudioCommandInput,
19
+ CreateStudioCommandOutput,
20
+ EMRClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateStudioCommand extends CreateStudioCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EMRClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,22 +11,16 @@ export interface CreateStudioSessionMappingCommandInput
17
11
  extends CreateStudioSessionMappingInput {}
18
12
  export interface CreateStudioSessionMappingCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class CreateStudioSessionMappingCommand extends $Command<
21
- CreateStudioSessionMappingCommandInput,
22
- CreateStudioSessionMappingCommandOutput,
23
- EMRClientResolvedConfig
24
- > {
25
- readonly input: CreateStudioSessionMappingCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateStudioSessionMappingCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: EMRClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const CreateStudioSessionMappingCommand_base: {
15
+ new (
16
+ input: CreateStudioSessionMappingCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  CreateStudioSessionMappingCommandInput,
34
- CreateStudioSessionMappingCommandOutput
19
+ CreateStudioSessionMappingCommandOutput,
20
+ EMRClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateStudioSessionMappingCommand extends CreateStudioSessionMappingCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EMRClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface DeleteSecurityConfigurationCommandInput
21
15
  export interface DeleteSecurityConfigurationCommandOutput
22
16
  extends DeleteSecurityConfigurationOutput,
23
17
  __MetadataBearer {}
24
- export declare class DeleteSecurityConfigurationCommand extends $Command<
25
- DeleteSecurityConfigurationCommandInput,
26
- DeleteSecurityConfigurationCommandOutput,
27
- EMRClientResolvedConfig
28
- > {
29
- readonly input: DeleteSecurityConfigurationCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteSecurityConfigurationCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: EMRClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteSecurityConfigurationCommand_base: {
19
+ new (
20
+ input: DeleteSecurityConfigurationCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteSecurityConfigurationCommandInput,
38
- DeleteSecurityConfigurationCommandOutput
23
+ DeleteSecurityConfigurationCommandOutput,
24
+ EMRClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DeleteSecurityConfigurationCommand extends DeleteSecurityConfigurationCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EMRClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import { DeleteStudioInput } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface DeleteStudioCommandInput extends DeleteStudioInput {}
17
11
  export interface DeleteStudioCommandOutput extends __MetadataBearer {}
18
- export declare class DeleteStudioCommand extends $Command<
19
- DeleteStudioCommandInput,
20
- DeleteStudioCommandOutput,
21
- EMRClientResolvedConfig
22
- > {
23
- readonly input: DeleteStudioCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: DeleteStudioCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: EMRClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<DeleteStudioCommandInput, DeleteStudioCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const DeleteStudioCommand_base: {
13
+ new (
14
+ input: DeleteStudioCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ DeleteStudioCommandInput,
17
+ DeleteStudioCommandOutput,
18
+ EMRClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class DeleteStudioCommand extends DeleteStudioCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EMRClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,22 +11,16 @@ export interface DeleteStudioSessionMappingCommandInput
17
11
  extends DeleteStudioSessionMappingInput {}
18
12
  export interface DeleteStudioSessionMappingCommandOutput
19
13
  extends __MetadataBearer {}
20
- export declare class DeleteStudioSessionMappingCommand extends $Command<
21
- DeleteStudioSessionMappingCommandInput,
22
- DeleteStudioSessionMappingCommandOutput,
23
- EMRClientResolvedConfig
24
- > {
25
- readonly input: DeleteStudioSessionMappingCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: DeleteStudioSessionMappingCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: EMRClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<
14
+ declare const DeleteStudioSessionMappingCommand_base: {
15
+ new (
16
+ input: DeleteStudioSessionMappingCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
33
18
  DeleteStudioSessionMappingCommandInput,
34
- DeleteStudioSessionMappingCommandOutput
19
+ DeleteStudioSessionMappingCommandOutput,
20
+ EMRClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
35
23
  >;
36
- private serialize;
37
- private deserialize;
38
- }
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class DeleteStudioSessionMappingCommand extends DeleteStudioSessionMappingCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EMRClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DescribeClusterCommandInput extends DescribeClusterInput {}
20
14
  export interface DescribeClusterCommandOutput
21
15
  extends DescribeClusterOutput,
22
16
  __MetadataBearer {}
23
- export declare class DescribeClusterCommand extends $Command<
24
- DescribeClusterCommandInput,
25
- DescribeClusterCommandOutput,
26
- EMRClientResolvedConfig
27
- > {
28
- readonly input: DescribeClusterCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeClusterCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: EMRClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeClusterCommandInput, DescribeClusterCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeClusterCommand_base: {
18
+ new (
19
+ input: DescribeClusterCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeClusterCommandInput,
22
+ DescribeClusterCommandOutput,
23
+ EMRClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeClusterCommand extends DescribeClusterCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  EMRClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface DescribeJobFlowsCommandInput extends DescribeJobFlowsInput {}
20
14
  export interface DescribeJobFlowsCommandOutput
21
15
  extends DescribeJobFlowsOutput,
22
16
  __MetadataBearer {}
23
- export declare class DescribeJobFlowsCommand extends $Command<
24
- DescribeJobFlowsCommandInput,
25
- DescribeJobFlowsCommandOutput,
26
- EMRClientResolvedConfig
27
- > {
28
- readonly input: DescribeJobFlowsCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeJobFlowsCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: EMRClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeJobFlowsCommandInput, DescribeJobFlowsCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeJobFlowsCommand_base: {
18
+ new (
19
+ input: DescribeJobFlowsCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeJobFlowsCommandInput,
22
+ DescribeJobFlowsCommandOutput,
23
+ EMRClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeJobFlowsCommand extends DescribeJobFlowsCommand_base {}