@aws-sdk/client-emr 3.30.0 → 3.34.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 (306) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/EMR.ts +3 -3
  3. package/commands/AddTagsCommand.ts +1 -1
  4. package/commands/CreateStudioSessionMappingCommand.ts +1 -1
  5. package/commands/RemoveTagsCommand.ts +1 -1
  6. package/dist/cjs/EMRClient.js +13 -13
  7. package/dist/cjs/EMRClient.js.map +1 -1
  8. package/dist/cjs/commands/AddInstanceFleetCommand.js +3 -3
  9. package/dist/cjs/commands/AddInstanceFleetCommand.js.map +1 -1
  10. package/dist/cjs/commands/AddInstanceGroupsCommand.js +3 -3
  11. package/dist/cjs/commands/AddInstanceGroupsCommand.js.map +1 -1
  12. package/dist/cjs/commands/AddJobFlowStepsCommand.js +3 -3
  13. package/dist/cjs/commands/AddJobFlowStepsCommand.js.map +1 -1
  14. package/dist/cjs/commands/AddTagsCommand.js +4 -4
  15. package/dist/cjs/commands/AddTagsCommand.js.map +1 -1
  16. package/dist/cjs/commands/CancelStepsCommand.js +3 -3
  17. package/dist/cjs/commands/CancelStepsCommand.js.map +1 -1
  18. package/dist/cjs/commands/CreateSecurityConfigurationCommand.js +3 -3
  19. package/dist/cjs/commands/CreateSecurityConfigurationCommand.js.map +1 -1
  20. package/dist/cjs/commands/CreateStudioCommand.js +3 -3
  21. package/dist/cjs/commands/CreateStudioCommand.js.map +1 -1
  22. package/dist/cjs/commands/CreateStudioSessionMappingCommand.js +4 -4
  23. package/dist/cjs/commands/CreateStudioSessionMappingCommand.js.map +1 -1
  24. package/dist/cjs/commands/DeleteSecurityConfigurationCommand.js +3 -3
  25. package/dist/cjs/commands/DeleteSecurityConfigurationCommand.js.map +1 -1
  26. package/dist/cjs/commands/DeleteStudioCommand.js +3 -3
  27. package/dist/cjs/commands/DeleteStudioCommand.js.map +1 -1
  28. package/dist/cjs/commands/DeleteStudioSessionMappingCommand.js +3 -3
  29. package/dist/cjs/commands/DeleteStudioSessionMappingCommand.js.map +1 -1
  30. package/dist/cjs/commands/DescribeClusterCommand.js +3 -3
  31. package/dist/cjs/commands/DescribeClusterCommand.js.map +1 -1
  32. package/dist/cjs/commands/DescribeJobFlowsCommand.js +3 -3
  33. package/dist/cjs/commands/DescribeJobFlowsCommand.js.map +1 -1
  34. package/dist/cjs/commands/DescribeNotebookExecutionCommand.js +3 -3
  35. package/dist/cjs/commands/DescribeNotebookExecutionCommand.js.map +1 -1
  36. package/dist/cjs/commands/DescribeReleaseLabelCommand.js +3 -3
  37. package/dist/cjs/commands/DescribeReleaseLabelCommand.js.map +1 -1
  38. package/dist/cjs/commands/DescribeSecurityConfigurationCommand.js +3 -3
  39. package/dist/cjs/commands/DescribeSecurityConfigurationCommand.js.map +1 -1
  40. package/dist/cjs/commands/DescribeStepCommand.js +3 -3
  41. package/dist/cjs/commands/DescribeStepCommand.js.map +1 -1
  42. package/dist/cjs/commands/DescribeStudioCommand.js +3 -3
  43. package/dist/cjs/commands/DescribeStudioCommand.js.map +1 -1
  44. package/dist/cjs/commands/GetAutoTerminationPolicyCommand.js +3 -3
  45. package/dist/cjs/commands/GetAutoTerminationPolicyCommand.js.map +1 -1
  46. package/dist/cjs/commands/GetBlockPublicAccessConfigurationCommand.js +3 -3
  47. package/dist/cjs/commands/GetBlockPublicAccessConfigurationCommand.js.map +1 -1
  48. package/dist/cjs/commands/GetManagedScalingPolicyCommand.js +3 -3
  49. package/dist/cjs/commands/GetManagedScalingPolicyCommand.js.map +1 -1
  50. package/dist/cjs/commands/GetStudioSessionMappingCommand.js +3 -3
  51. package/dist/cjs/commands/GetStudioSessionMappingCommand.js.map +1 -1
  52. package/dist/cjs/commands/ListBootstrapActionsCommand.js +3 -3
  53. package/dist/cjs/commands/ListBootstrapActionsCommand.js.map +1 -1
  54. package/dist/cjs/commands/ListClustersCommand.js +3 -3
  55. package/dist/cjs/commands/ListClustersCommand.js.map +1 -1
  56. package/dist/cjs/commands/ListInstanceFleetsCommand.js +3 -3
  57. package/dist/cjs/commands/ListInstanceFleetsCommand.js.map +1 -1
  58. package/dist/cjs/commands/ListInstanceGroupsCommand.js +3 -3
  59. package/dist/cjs/commands/ListInstanceGroupsCommand.js.map +1 -1
  60. package/dist/cjs/commands/ListInstancesCommand.js +3 -3
  61. package/dist/cjs/commands/ListInstancesCommand.js.map +1 -1
  62. package/dist/cjs/commands/ListNotebookExecutionsCommand.js +3 -3
  63. package/dist/cjs/commands/ListNotebookExecutionsCommand.js.map +1 -1
  64. package/dist/cjs/commands/ListReleaseLabelsCommand.js +3 -3
  65. package/dist/cjs/commands/ListReleaseLabelsCommand.js.map +1 -1
  66. package/dist/cjs/commands/ListSecurityConfigurationsCommand.js +3 -3
  67. package/dist/cjs/commands/ListSecurityConfigurationsCommand.js.map +1 -1
  68. package/dist/cjs/commands/ListStepsCommand.js +3 -3
  69. package/dist/cjs/commands/ListStepsCommand.js.map +1 -1
  70. package/dist/cjs/commands/ListStudioSessionMappingsCommand.js +3 -3
  71. package/dist/cjs/commands/ListStudioSessionMappingsCommand.js.map +1 -1
  72. package/dist/cjs/commands/ListStudiosCommand.js +3 -3
  73. package/dist/cjs/commands/ListStudiosCommand.js.map +1 -1
  74. package/dist/cjs/commands/ModifyClusterCommand.js +3 -3
  75. package/dist/cjs/commands/ModifyClusterCommand.js.map +1 -1
  76. package/dist/cjs/commands/ModifyInstanceFleetCommand.js +3 -3
  77. package/dist/cjs/commands/ModifyInstanceFleetCommand.js.map +1 -1
  78. package/dist/cjs/commands/ModifyInstanceGroupsCommand.js +3 -3
  79. package/dist/cjs/commands/ModifyInstanceGroupsCommand.js.map +1 -1
  80. package/dist/cjs/commands/PutAutoScalingPolicyCommand.js +3 -3
  81. package/dist/cjs/commands/PutAutoScalingPolicyCommand.js.map +1 -1
  82. package/dist/cjs/commands/PutAutoTerminationPolicyCommand.js +3 -3
  83. package/dist/cjs/commands/PutAutoTerminationPolicyCommand.js.map +1 -1
  84. package/dist/cjs/commands/PutBlockPublicAccessConfigurationCommand.js +3 -3
  85. package/dist/cjs/commands/PutBlockPublicAccessConfigurationCommand.js.map +1 -1
  86. package/dist/cjs/commands/PutManagedScalingPolicyCommand.js +3 -3
  87. package/dist/cjs/commands/PutManagedScalingPolicyCommand.js.map +1 -1
  88. package/dist/cjs/commands/RemoveAutoScalingPolicyCommand.js +3 -3
  89. package/dist/cjs/commands/RemoveAutoScalingPolicyCommand.js.map +1 -1
  90. package/dist/cjs/commands/RemoveAutoTerminationPolicyCommand.js +3 -3
  91. package/dist/cjs/commands/RemoveAutoTerminationPolicyCommand.js.map +1 -1
  92. package/dist/cjs/commands/RemoveManagedScalingPolicyCommand.js +3 -3
  93. package/dist/cjs/commands/RemoveManagedScalingPolicyCommand.js.map +1 -1
  94. package/dist/cjs/commands/RemoveTagsCommand.js +4 -4
  95. package/dist/cjs/commands/RemoveTagsCommand.js.map +1 -1
  96. package/dist/cjs/commands/RunJobFlowCommand.js +3 -3
  97. package/dist/cjs/commands/RunJobFlowCommand.js.map +1 -1
  98. package/dist/cjs/commands/SetTerminationProtectionCommand.js +3 -3
  99. package/dist/cjs/commands/SetTerminationProtectionCommand.js.map +1 -1
  100. package/dist/cjs/commands/SetVisibleToAllUsersCommand.js +3 -3
  101. package/dist/cjs/commands/SetVisibleToAllUsersCommand.js.map +1 -1
  102. package/dist/cjs/commands/StartNotebookExecutionCommand.js +3 -3
  103. package/dist/cjs/commands/StartNotebookExecutionCommand.js.map +1 -1
  104. package/dist/cjs/commands/StopNotebookExecutionCommand.js +3 -3
  105. package/dist/cjs/commands/StopNotebookExecutionCommand.js.map +1 -1
  106. package/dist/cjs/commands/TerminateJobFlowsCommand.js +3 -3
  107. package/dist/cjs/commands/TerminateJobFlowsCommand.js.map +1 -1
  108. package/dist/cjs/commands/UpdateStudioCommand.js +3 -3
  109. package/dist/cjs/commands/UpdateStudioCommand.js.map +1 -1
  110. package/dist/cjs/commands/UpdateStudioSessionMappingCommand.js +3 -3
  111. package/dist/cjs/commands/UpdateStudioSessionMappingCommand.js.map +1 -1
  112. package/dist/cjs/endpoints.js +1 -1
  113. package/dist/cjs/endpoints.js.map +1 -1
  114. package/dist/cjs/index.js +70 -70
  115. package/dist/cjs/index.js.map +1 -1
  116. package/dist/cjs/models/index.js +1 -1
  117. package/dist/cjs/models/index.js.map +1 -1
  118. package/dist/cjs/models/models_0.js.map +1 -1
  119. package/dist/cjs/package.json +40 -40
  120. package/dist/cjs/protocols/Aws_json1_1.js +347 -337
  121. package/dist/cjs/protocols/Aws_json1_1.js.map +1 -1
  122. package/dist/cjs/runtimeConfig.browser.js +4 -4
  123. package/dist/cjs/runtimeConfig.browser.js.map +1 -1
  124. package/dist/cjs/runtimeConfig.js +8 -8
  125. package/dist/cjs/runtimeConfig.js.map +1 -1
  126. package/dist/cjs/runtimeConfig.native.js +1 -1
  127. package/dist/cjs/runtimeConfig.native.js.map +1 -1
  128. package/dist/cjs/waiters/waitForClusterRunning.js +3 -3
  129. package/dist/cjs/waiters/waitForClusterRunning.js.map +1 -1
  130. package/dist/cjs/waiters/waitForClusterTerminated.js +3 -3
  131. package/dist/cjs/waiters/waitForClusterTerminated.js.map +1 -1
  132. package/dist/cjs/waiters/waitForStepComplete.js +3 -3
  133. package/dist/cjs/waiters/waitForStepComplete.js.map +1 -1
  134. package/dist/es/EMR.js +1 -7
  135. package/dist/es/EMR.js.map +1 -1
  136. package/dist/es/EMRClient.js +1 -12
  137. package/dist/es/EMRClient.js.map +1 -1
  138. package/dist/es/commands/AddInstanceFleetCommand.js +2 -31
  139. package/dist/es/commands/AddInstanceFleetCommand.js.map +1 -1
  140. package/dist/es/commands/AddInstanceGroupsCommand.js +2 -27
  141. package/dist/es/commands/AddInstanceGroupsCommand.js.map +1 -1
  142. package/dist/es/commands/AddJobFlowStepsCommand.js +2 -43
  143. package/dist/es/commands/AddJobFlowStepsCommand.js.map +1 -1
  144. package/dist/es/commands/AddTagsCommand.js +2 -29
  145. package/dist/es/commands/AddTagsCommand.js.map +1 -1
  146. package/dist/es/commands/CancelStepsCommand.js +2 -30
  147. package/dist/es/commands/CancelStepsCommand.js.map +1 -1
  148. package/dist/es/commands/CreateSecurityConfigurationCommand.js +2 -28
  149. package/dist/es/commands/CreateSecurityConfigurationCommand.js.map +1 -1
  150. package/dist/es/commands/CreateStudioCommand.js +2 -27
  151. package/dist/es/commands/CreateStudioCommand.js.map +1 -1
  152. package/dist/es/commands/CreateStudioSessionMappingCommand.js +2 -28
  153. package/dist/es/commands/CreateStudioSessionMappingCommand.js.map +1 -1
  154. package/dist/es/commands/DeleteSecurityConfigurationCommand.js +2 -27
  155. package/dist/es/commands/DeleteSecurityConfigurationCommand.js.map +1 -1
  156. package/dist/es/commands/DeleteStudioCommand.js +2 -27
  157. package/dist/es/commands/DeleteStudioCommand.js.map +1 -1
  158. package/dist/es/commands/DeleteStudioSessionMappingCommand.js +2 -27
  159. package/dist/es/commands/DeleteStudioSessionMappingCommand.js.map +1 -1
  160. package/dist/es/commands/DescribeClusterCommand.js +2 -28
  161. package/dist/es/commands/DescribeClusterCommand.js.map +1 -1
  162. package/dist/es/commands/DescribeJobFlowsCommand.js +2 -49
  163. package/dist/es/commands/DescribeJobFlowsCommand.js.map +1 -1
  164. package/dist/es/commands/DescribeNotebookExecutionCommand.js +2 -27
  165. package/dist/es/commands/DescribeNotebookExecutionCommand.js.map +1 -1
  166. package/dist/es/commands/DescribeReleaseLabelCommand.js +2 -27
  167. package/dist/es/commands/DescribeReleaseLabelCommand.js.map +1 -1
  168. package/dist/es/commands/DescribeSecurityConfigurationCommand.js +2 -28
  169. package/dist/es/commands/DescribeSecurityConfigurationCommand.js.map +1 -1
  170. package/dist/es/commands/DescribeStepCommand.js +2 -27
  171. package/dist/es/commands/DescribeStepCommand.js.map +1 -1
  172. package/dist/es/commands/DescribeStudioCommand.js +2 -28
  173. package/dist/es/commands/DescribeStudioCommand.js.map +1 -1
  174. package/dist/es/commands/GetAutoTerminationPolicyCommand.js +2 -27
  175. package/dist/es/commands/GetAutoTerminationPolicyCommand.js.map +1 -1
  176. package/dist/es/commands/GetBlockPublicAccessConfigurationCommand.js +2 -30
  177. package/dist/es/commands/GetBlockPublicAccessConfigurationCommand.js.map +1 -1
  178. package/dist/es/commands/GetManagedScalingPolicyCommand.js +2 -27
  179. package/dist/es/commands/GetManagedScalingPolicyCommand.js.map +1 -1
  180. package/dist/es/commands/GetStudioSessionMappingCommand.js +2 -28
  181. package/dist/es/commands/GetStudioSessionMappingCommand.js.map +1 -1
  182. package/dist/es/commands/ListBootstrapActionsCommand.js +2 -27
  183. package/dist/es/commands/ListBootstrapActionsCommand.js.map +1 -1
  184. package/dist/es/commands/ListClustersCommand.js +2 -31
  185. package/dist/es/commands/ListClustersCommand.js.map +1 -1
  186. package/dist/es/commands/ListInstanceFleetsCommand.js +2 -31
  187. package/dist/es/commands/ListInstanceFleetsCommand.js.map +1 -1
  188. package/dist/es/commands/ListInstanceGroupsCommand.js +2 -27
  189. package/dist/es/commands/ListInstanceGroupsCommand.js.map +1 -1
  190. package/dist/es/commands/ListInstancesCommand.js +2 -29
  191. package/dist/es/commands/ListInstancesCommand.js.map +1 -1
  192. package/dist/es/commands/ListNotebookExecutionsCommand.js +2 -30
  193. package/dist/es/commands/ListNotebookExecutionsCommand.js.map +1 -1
  194. package/dist/es/commands/ListReleaseLabelsCommand.js +2 -27
  195. package/dist/es/commands/ListReleaseLabelsCommand.js.map +1 -1
  196. package/dist/es/commands/ListSecurityConfigurationsCommand.js +2 -30
  197. package/dist/es/commands/ListSecurityConfigurationsCommand.js.map +1 -1
  198. package/dist/es/commands/ListStepsCommand.js +2 -29
  199. package/dist/es/commands/ListStepsCommand.js.map +1 -1
  200. package/dist/es/commands/ListStudioSessionMappingsCommand.js +2 -28
  201. package/dist/es/commands/ListStudioSessionMappingsCommand.js.map +1 -1
  202. package/dist/es/commands/ListStudiosCommand.js +2 -28
  203. package/dist/es/commands/ListStudiosCommand.js.map +1 -1
  204. package/dist/es/commands/ModifyClusterCommand.js +2 -28
  205. package/dist/es/commands/ModifyClusterCommand.js.map +1 -1
  206. package/dist/es/commands/ModifyInstanceFleetCommand.js +2 -33
  207. package/dist/es/commands/ModifyInstanceFleetCommand.js.map +1 -1
  208. package/dist/es/commands/ModifyInstanceGroupsCommand.js +2 -29
  209. package/dist/es/commands/ModifyInstanceGroupsCommand.js.map +1 -1
  210. package/dist/es/commands/PutAutoScalingPolicyCommand.js +2 -30
  211. package/dist/es/commands/PutAutoScalingPolicyCommand.js.map +1 -1
  212. package/dist/es/commands/PutAutoTerminationPolicyCommand.js +2 -27
  213. package/dist/es/commands/PutAutoTerminationPolicyCommand.js.map +1 -1
  214. package/dist/es/commands/PutBlockPublicAccessConfigurationCommand.js +2 -30
  215. package/dist/es/commands/PutBlockPublicAccessConfigurationCommand.js.map +1 -1
  216. package/dist/es/commands/PutManagedScalingPolicyCommand.js +2 -30
  217. package/dist/es/commands/PutManagedScalingPolicyCommand.js.map +1 -1
  218. package/dist/es/commands/RemoveAutoScalingPolicyCommand.js +2 -28
  219. package/dist/es/commands/RemoveAutoScalingPolicyCommand.js.map +1 -1
  220. package/dist/es/commands/RemoveAutoTerminationPolicyCommand.js +2 -27
  221. package/dist/es/commands/RemoveAutoTerminationPolicyCommand.js.map +1 -1
  222. package/dist/es/commands/RemoveManagedScalingPolicyCommand.js +2 -27
  223. package/dist/es/commands/RemoveManagedScalingPolicyCommand.js.map +1 -1
  224. package/dist/es/commands/RemoveTagsCommand.js +2 -30
  225. package/dist/es/commands/RemoveTagsCommand.js.map +1 -1
  226. package/dist/es/commands/RunJobFlowCommand.js +2 -49
  227. package/dist/es/commands/RunJobFlowCommand.js.map +1 -1
  228. package/dist/es/commands/SetTerminationProtectionCommand.js +2 -41
  229. package/dist/es/commands/SetTerminationProtectionCommand.js.map +1 -1
  230. package/dist/es/commands/SetVisibleToAllUsersCommand.js +2 -30
  231. package/dist/es/commands/SetVisibleToAllUsersCommand.js.map +1 -1
  232. package/dist/es/commands/StartNotebookExecutionCommand.js +2 -27
  233. package/dist/es/commands/StartNotebookExecutionCommand.js.map +1 -1
  234. package/dist/es/commands/StopNotebookExecutionCommand.js +2 -27
  235. package/dist/es/commands/StopNotebookExecutionCommand.js.map +1 -1
  236. package/dist/es/commands/TerminateJobFlowsCommand.js +2 -34
  237. package/dist/es/commands/TerminateJobFlowsCommand.js.map +1 -1
  238. package/dist/es/commands/UpdateStudioCommand.js +2 -27
  239. package/dist/es/commands/UpdateStudioCommand.js.map +1 -1
  240. package/dist/es/commands/UpdateStudioSessionMappingCommand.js +2 -28
  241. package/dist/es/commands/UpdateStudioSessionMappingCommand.js.map +1 -1
  242. package/dist/es/endpoints.js +1 -1
  243. package/dist/es/endpoints.js.map +1 -1
  244. package/dist/es/models/models_0.js +0 -561
  245. package/dist/es/models/models_0.js.map +1 -1
  246. package/dist/es/package.json +40 -40
  247. package/dist/es/pagination/ListBootstrapActionsPaginator.js +16 -28
  248. package/dist/es/pagination/ListBootstrapActionsPaginator.js.map +1 -1
  249. package/dist/es/pagination/ListClustersPaginator.js +16 -28
  250. package/dist/es/pagination/ListClustersPaginator.js.map +1 -1
  251. package/dist/es/pagination/ListInstanceFleetsPaginator.js +16 -28
  252. package/dist/es/pagination/ListInstanceFleetsPaginator.js.map +1 -1
  253. package/dist/es/pagination/ListInstanceGroupsPaginator.js +16 -28
  254. package/dist/es/pagination/ListInstanceGroupsPaginator.js.map +1 -1
  255. package/dist/es/pagination/ListInstancesPaginator.js +16 -28
  256. package/dist/es/pagination/ListInstancesPaginator.js.map +1 -1
  257. package/dist/es/pagination/ListNotebookExecutionsPaginator.js +16 -28
  258. package/dist/es/pagination/ListNotebookExecutionsPaginator.js.map +1 -1
  259. package/dist/es/pagination/ListReleaseLabelsPaginator.js +16 -28
  260. package/dist/es/pagination/ListReleaseLabelsPaginator.js.map +1 -1
  261. package/dist/es/pagination/ListSecurityConfigurationsPaginator.js +16 -28
  262. package/dist/es/pagination/ListSecurityConfigurationsPaginator.js.map +1 -1
  263. package/dist/es/pagination/ListStepsPaginator.js +16 -28
  264. package/dist/es/pagination/ListStepsPaginator.js.map +1 -1
  265. package/dist/es/pagination/ListStudioSessionMappingsPaginator.js +16 -28
  266. package/dist/es/pagination/ListStudioSessionMappingsPaginator.js.map +1 -1
  267. package/dist/es/pagination/ListStudiosPaginator.js +16 -28
  268. package/dist/es/pagination/ListStudiosPaginator.js.map +1 -1
  269. package/dist/es/protocols/Aws_json1_1.js +731 -728
  270. package/dist/es/protocols/Aws_json1_1.js.map +1 -1
  271. package/dist/es/runtimeConfig.browser.js +0 -3
  272. package/dist/es/runtimeConfig.browser.js.map +1 -1
  273. package/dist/es/runtimeConfig.js +0 -3
  274. package/dist/es/runtimeConfig.js.map +1 -1
  275. package/dist/es/runtimeConfig.native.js +0 -3
  276. package/dist/es/runtimeConfig.native.js.map +1 -1
  277. package/dist/es/runtimeConfig.shared.js +0 -3
  278. package/dist/es/runtimeConfig.shared.js.map +1 -1
  279. package/dist/es/waiters/waitForClusterRunning.js +12 -21
  280. package/dist/es/waiters/waitForClusterRunning.js.map +1 -1
  281. package/dist/es/waiters/waitForClusterTerminated.js +9 -18
  282. package/dist/es/waiters/waitForClusterTerminated.js.map +1 -1
  283. package/dist/es/waiters/waitForStepComplete.js +10 -19
  284. package/dist/es/waiters/waitForStepComplete.js.map +1 -1
  285. package/dist/types/EMR.d.ts +3 -3
  286. package/dist/types/commands/AddTagsCommand.d.ts +1 -1
  287. package/dist/types/commands/CreateStudioSessionMappingCommand.d.ts +1 -1
  288. package/dist/types/commands/RemoveTagsCommand.d.ts +1 -1
  289. package/dist/types/models/models_0.d.ts +38 -20
  290. package/dist/types/runtimeConfig.browser.d.ts +1 -0
  291. package/dist/types/runtimeConfig.d.ts +1 -0
  292. package/dist/types/runtimeConfig.native.d.ts +1 -0
  293. package/dist/types/ts3.4/EMR.d.ts +3 -3
  294. package/dist/types/ts3.4/commands/AddTagsCommand.d.ts +1 -1
  295. package/dist/types/ts3.4/commands/CreateStudioSessionMappingCommand.d.ts +1 -1
  296. package/dist/types/ts3.4/commands/RemoveTagsCommand.d.ts +1 -1
  297. package/dist/types/ts3.4/models/models_0.d.ts +38 -20
  298. package/dist/types/ts3.4/runtimeConfig.browser.d.ts +1 -0
  299. package/dist/types/ts3.4/runtimeConfig.d.ts +1 -0
  300. package/dist/types/ts3.4/runtimeConfig.native.d.ts +1 -0
  301. package/models/models_0.ts +43 -20
  302. package/package.json +40 -40
  303. package/protocols/Aws_json1_1.ts +52 -39
  304. package/tsconfig.es.json +0 -2
  305. package/tsconfig.json +3 -5
  306. package/tsconfig.types.json +8 -0
@@ -98,7 +98,7 @@ export declare class EMR extends EMRClient {
98
98
  addJobFlowSteps(args: AddJobFlowStepsCommandInput, cb: (err: any, data?: AddJobFlowStepsCommandOutput) => void): void;
99
99
  addJobFlowSteps(args: AddJobFlowStepsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddJobFlowStepsCommandOutput) => void): void;
100
100
  /**
101
- * <p>Adds tags to an Amazon EMR resource. Tags make it easier to associate clusters in
101
+ * <p>Adds tags to an Amazon EMR resource, such as a cluster or an Amazon EMR Studio. Tags make it easier to associate resources in
102
102
  * various ways, such as grouping clusters to track your Amazon EMR resource allocation costs.
103
103
  * For more information, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-tags.html">Tag Clusters</a>. </p>
104
104
  */
@@ -129,7 +129,7 @@ export declare class EMR extends EMRClient {
129
129
  createStudio(args: CreateStudioCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateStudioCommandOutput) => void): void;
130
130
  /**
131
131
  * <p>Maps a user or group to the Amazon EMR Studio specified by <code>StudioId</code>, and
132
- * applies a session policy to refine Studio permissions for that user or group.</p>
132
+ * applies a session policy to refine Studio permissions for that user or group. Use <code>CreateStudioSessionMapping</code> to assign users to a Studio when you use Amazon Web Services SSO authentication. For instructions on how to assign users to a Studio when you use IAM authentication, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-studio-manage-users.html#emr-studio-assign-users-groups">Assign a user or group to your EMR Studio</a>.</p>
133
133
  */
134
134
  createStudioSessionMapping(args: CreateStudioSessionMappingCommandInput, options?: __HttpHandlerOptions): Promise<CreateStudioSessionMappingCommandOutput>;
135
135
  createStudioSessionMapping(args: CreateStudioSessionMappingCommandInput, cb: (err: any, data?: CreateStudioSessionMappingCommandOutput) => void): void;
@@ -413,7 +413,7 @@ export declare class EMR extends EMRClient {
413
413
  removeManagedScalingPolicy(args: RemoveManagedScalingPolicyCommandInput, cb: (err: any, data?: RemoveManagedScalingPolicyCommandOutput) => void): void;
414
414
  removeManagedScalingPolicy(args: RemoveManagedScalingPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveManagedScalingPolicyCommandOutput) => void): void;
415
415
  /**
416
- * <p>Removes tags from an Amazon EMR resource. Tags make it easier to associate clusters in
416
+ * <p>Removes tags from an Amazon EMR resource, such as a cluster or Amazon EMR Studio. Tags make it easier to associate resources in
417
417
  * various ways, such as grouping clusters to track your Amazon EMR resource allocation costs.
418
418
  * For more information, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-tags.html">Tag Clusters</a>. </p>
419
419
  * <p>The following example removes the stack tag with value Prod from a cluster:</p>
@@ -7,7 +7,7 @@ export interface AddTagsCommandInput extends AddTagsInput {
7
7
  export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Adds tags to an Amazon EMR resource. Tags make it easier to associate clusters in
10
+ * <p>Adds tags to an Amazon EMR resource, such as a cluster or an Amazon EMR Studio. Tags make it easier to associate resources in
11
11
  * various ways, such as grouping clusters to track your Amazon EMR resource allocation costs.
12
12
  * For more information, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-tags.html">Tag Clusters</a>. </p>
13
13
  * @example
@@ -8,7 +8,7 @@ export interface CreateStudioSessionMappingCommandOutput extends __MetadataBeare
8
8
  }
9
9
  /**
10
10
  * <p>Maps a user or group to the Amazon EMR Studio specified by <code>StudioId</code>, and
11
- * applies a session policy to refine Studio permissions for that user or group.</p>
11
+ * applies a session policy to refine Studio permissions for that user or group. Use <code>CreateStudioSessionMapping</code> to assign users to a Studio when you use Amazon Web Services SSO authentication. For instructions on how to assign users to a Studio when you use IAM authentication, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-studio-manage-users.html#emr-studio-assign-users-groups">Assign a user or group to your EMR Studio</a>.</p>
12
12
  * @example
13
13
  * Use a bare-bones client and the command you need to make an API call.
14
14
  * ```javascript
@@ -7,7 +7,7 @@ export interface RemoveTagsCommandInput extends RemoveTagsInput {
7
7
  export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Removes tags from an Amazon EMR resource. Tags make it easier to associate clusters in
10
+ * <p>Removes tags from an Amazon EMR resource, such as a cluster or Amazon EMR Studio. Tags make it easier to associate resources in
11
11
  * various ways, such as grouping clusters to track your Amazon EMR resource allocation costs.
12
12
  * For more information, see <a href="https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-tags.html">Tag Clusters</a>. </p>
13
13
  * <p>The following example removes the stack tag with value Prod from a cluster:</p>
@@ -776,16 +776,16 @@ export declare namespace Tag {
776
776
  const filterSensitiveLog: (obj: Tag) => any;
777
777
  }
778
778
  /**
779
- * <p>This input identifies a cluster and a list of tags to attach.</p>
779
+ * <p>This input identifies an Amazon EMR resource and a list of tags to attach.</p>
780
780
  */
781
781
  export interface AddTagsInput {
782
782
  /**
783
- * <p>The Amazon EMR resource identifier to which tags will be added. This value must be a
784
- * cluster identifier.</p>
783
+ * <p>The Amazon EMR resource identifier to which tags will be added. For example, a
784
+ * cluster identifier or an Amazon EMR Studio ID.</p>
785
785
  */
786
786
  ResourceId: string | undefined;
787
787
  /**
788
- * <p>A list of tags to associate with a cluster and propagate to EC2 instances. Tags are
788
+ * <p>A list of tags to associate with a resource. Tags are
789
789
  * user-defined key-value pairs that consist of a required key string with a maximum of 128
790
790
  * characters, and an optional value string with a maximum of 256 characters.</p>
791
791
  */
@@ -1516,8 +1516,7 @@ export interface CreateStudioInput {
1516
1516
  */
1517
1517
  Description?: string;
1518
1518
  /**
1519
- * <p>Specifies whether the Studio authenticates users using single sign-on (SSO) or IAM.
1520
- * Amazon EMR Studio currently only supports SSO authentication.</p>
1519
+ * <p>Specifies whether the Studio authenticates users using IAM or Amazon Web Services SSO.</p>
1521
1520
  */
1522
1521
  AuthMode: AuthMode | string | undefined;
1523
1522
  /**
@@ -1532,16 +1531,16 @@ export interface CreateStudioInput {
1532
1531
  */
1533
1532
  SubnetIds: string[] | undefined;
1534
1533
  /**
1535
- * <p>The IAM role that will be assumed by the Amazon EMR Studio. The service role provides a
1534
+ * <p>The IAM role that the Amazon EMR Studio assumes. The service role provides a
1536
1535
  * way for Amazon EMR Studio to interoperate with other Amazon Web Services services.</p>
1537
1536
  */
1538
1537
  ServiceRole: string | undefined;
1539
1538
  /**
1540
- * <p>The IAM user role that will be assumed by users and groups logged in to an Amazon EMR Studio. The
1541
- * permissions attached to this IAM role can be scoped down for each user or group using
1539
+ * <p>The IAM user role that users and groups assume when logged in to an Amazon EMR Studio. Only specify a <code>UserRole</code> when you use Amazon Web Services SSO authentication. The
1540
+ * permissions attached to the <code>UserRole</code> can be scoped down for each user or group using
1542
1541
  * session policies.</p>
1543
1542
  */
1544
- UserRole: string | undefined;
1543
+ UserRole?: string;
1545
1544
  /**
1546
1545
  * <p>The ID of the Amazon EMR Studio Workspace security group. The Workspace security group
1547
1546
  * allows outbound network traffic to resources in the Engine security group, and it must be
@@ -1558,6 +1557,14 @@ export interface CreateStudioInput {
1558
1557
  * <p>The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.</p>
1559
1558
  */
1560
1559
  DefaultS3Location: string | undefined;
1560
+ /**
1561
+ * <p>The authentication endpoint of your identity provider (IdP). Specify this value when you use IAM authentication and want to let federated users log in to a Studio with the Studio URL and credentials from your IdP. Amazon EMR Studio redirects users to this endpoint to enter credentials.</p>
1562
+ */
1563
+ IdpAuthUrl?: string;
1564
+ /**
1565
+ * <p>The name that your identity provider (IdP) uses for its <code>RelayState</code> parameter. For example, <code>RelayState</code> or <code>TargetSource</code>. Specify this value when you use IAM authentication and want to let federated users log in to a Studio using the Studio URL. The <code>RelayState</code> parameter differs by IdP.</p>
1566
+ */
1567
+ IdpRelayStateParameterName?: string;
1561
1568
  /**
1562
1569
  * <p>A list of tags to associate with the Amazon EMR Studio. Tags are user-defined key-value pairs that
1563
1570
  * consist of a required key string with a maximum of 128 characters, and an optional value
@@ -2644,8 +2651,7 @@ export interface Studio {
2644
2651
  */
2645
2652
  Description?: string;
2646
2653
  /**
2647
- * <p>Specifies whether the Amazon EMR Studio authenticates users using single sign-on (SSO) or
2648
- * IAM.</p>
2654
+ * <p>Specifies whether the Amazon EMR Studio authenticates users using IAM or Amazon Web Services SSO.</p>
2649
2655
  */
2650
2656
  AuthMode?: AuthMode | string;
2651
2657
  /**
@@ -2661,7 +2667,7 @@ export interface Studio {
2661
2667
  */
2662
2668
  ServiceRole?: string;
2663
2669
  /**
2664
- * <p>The name of the IAM role assumed by users logged in to the Amazon EMR Studio.</p>
2670
+ * <p>The name of the IAM role assumed by users logged in to the Amazon EMR Studio. A Studio only requires a <code>UserRole</code> when you use IAM authentication.</p>
2665
2671
  */
2666
2672
  UserRole?: string;
2667
2673
  /**
@@ -2689,6 +2695,14 @@ export interface Studio {
2689
2695
  * files.</p>
2690
2696
  */
2691
2697
  DefaultS3Location?: string;
2698
+ /**
2699
+ * <p>Your identity provider's authentication endpoint. Amazon EMR Studio redirects federated users to this endpoint for authentication when logging in to a Studio with the Studio URL.</p>
2700
+ */
2701
+ IdpAuthUrl?: string;
2702
+ /**
2703
+ * <p>The name of your identity provider's <code>RelayState</code> parameter.</p>
2704
+ */
2705
+ IdpRelayStateParameterName?: string;
2692
2706
  /**
2693
2707
  * <p>A list of tags associated with the Amazon EMR Studio.</p>
2694
2708
  */
@@ -3891,6 +3905,10 @@ export interface StudioSummary {
3891
3905
  * <p>The unique access URL of the Amazon EMR Studio.</p>
3892
3906
  */
3893
3907
  Url?: string;
3908
+ /**
3909
+ * <p>Specifies whether the Studio authenticates users using IAM or Amazon Web Services SSO.</p>
3910
+ */
3911
+ AuthMode?: AuthMode | string;
3894
3912
  /**
3895
3913
  * <p>The time when the Amazon EMR Studio was created.</p>
3896
3914
  */
@@ -4238,16 +4256,16 @@ export declare namespace RemoveManagedScalingPolicyOutput {
4238
4256
  const filterSensitiveLog: (obj: RemoveManagedScalingPolicyOutput) => any;
4239
4257
  }
4240
4258
  /**
4241
- * <p>This input identifies a cluster and a list of tags to remove.</p>
4259
+ * <p>This input identifies an Amazon EMR resource and a list of tags to remove.</p>
4242
4260
  */
4243
4261
  export interface RemoveTagsInput {
4244
4262
  /**
4245
- * <p>The Amazon EMR resource identifier from which tags will be removed. This value must be a
4246
- * cluster identifier.</p>
4263
+ * <p>The Amazon EMR resource identifier from which tags will be removed. For example, a
4264
+ * cluster identifier or an Amazon EMR Studio ID.</p>
4247
4265
  */
4248
4266
  ResourceId: string | undefined;
4249
4267
  /**
4250
- * <p>A list of tag keys to remove from a resource.</p>
4268
+ * <p>A list of tag keys to remove from the resource.</p>
4251
4269
  */
4252
4270
  TagKeys: string[] | undefined;
4253
4271
  }
@@ -4258,7 +4276,7 @@ export declare namespace RemoveTagsInput {
4258
4276
  const filterSensitiveLog: (obj: RemoveTagsInput) => any;
4259
4277
  }
4260
4278
  /**
4261
- * <p>This output indicates the result of removing tags from a resource.</p>
4279
+ * <p>This output indicates the result of removing tags from the resource.</p>
4262
4280
  */
4263
4281
  export interface RemoveTagsOutput {
4264
4282
  }
@@ -4668,7 +4686,7 @@ export interface Cluster {
4668
4686
  */
4669
4687
  Tags?: Tag[];
4670
4688
  /**
4671
- * <p>The IAM role that will be assumed by the Amazon EMR service to access Amazon Web Services resources on
4689
+ * <p>The IAM role that Amazon EMR assumes in order to access Amazon Web Services resources on
4672
4690
  * your behalf.</p>
4673
4691
  */
4674
4692
  ServiceRole?: string;
@@ -5633,7 +5651,7 @@ export interface RunJobFlowInput {
5633
5651
  */
5634
5652
  JobFlowRole?: string;
5635
5653
  /**
5636
- * <p>The IAM role that will be assumed by the Amazon EMR service to access Amazon Web Services resources on
5654
+ * <p>The IAM role that Amazon EMR assumes in order to access Amazon Web Services resources on
5637
5655
  * your behalf.</p>
5638
5656
  */
5639
5657
  ServiceRole?: string;
@@ -32,5 +32,6 @@ export declare const getRuntimeConfig: (config: EMRClientConfig) => {
32
32
  signingEscapePath?: boolean | undefined;
33
33
  systemClockOffset?: number | undefined;
34
34
  signingRegion?: string | undefined;
35
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
35
36
  customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
36
37
  };
@@ -32,5 +32,6 @@ export declare const getRuntimeConfig: (config: EMRClientConfig) => {
32
32
  signingEscapePath?: boolean | undefined;
33
33
  systemClockOffset?: number | undefined;
34
34
  signingRegion?: string | undefined;
35
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
35
36
  customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
36
37
  };
@@ -31,5 +31,6 @@ export declare const getRuntimeConfig: (config: EMRClientConfig) => {
31
31
  signingEscapePath?: boolean | undefined;
32
32
  systemClockOffset?: number | undefined;
33
33
  signingRegion?: string | undefined;
34
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
34
35
  customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
35
36
  };
@@ -935,17 +935,17 @@ export namespace Tag {
935
935
  }
936
936
 
937
937
  /**
938
- * <p>This input identifies a cluster and a list of tags to attach.</p>
938
+ * <p>This input identifies an Amazon EMR resource and a list of tags to attach.</p>
939
939
  */
940
940
  export interface AddTagsInput {
941
941
  /**
942
- * <p>The Amazon EMR resource identifier to which tags will be added. This value must be a
943
- * cluster identifier.</p>
942
+ * <p>The Amazon EMR resource identifier to which tags will be added. For example, a
943
+ * cluster identifier or an Amazon EMR Studio ID.</p>
944
944
  */
945
945
  ResourceId: string | undefined;
946
946
 
947
947
  /**
948
- * <p>A list of tags to associate with a cluster and propagate to EC2 instances. Tags are
948
+ * <p>A list of tags to associate with a resource. Tags are
949
949
  * user-defined key-value pairs that consist of a required key string with a maximum of 128
950
950
  * characters, and an optional value string with a maximum of 256 characters.</p>
951
951
  */
@@ -1839,8 +1839,7 @@ export interface CreateStudioInput {
1839
1839
  Description?: string;
1840
1840
 
1841
1841
  /**
1842
- * <p>Specifies whether the Studio authenticates users using single sign-on (SSO) or IAM.
1843
- * Amazon EMR Studio currently only supports SSO authentication.</p>
1842
+ * <p>Specifies whether the Studio authenticates users using IAM or Amazon Web Services SSO.</p>
1844
1843
  */
1845
1844
  AuthMode: AuthMode | string | undefined;
1846
1845
 
@@ -1858,17 +1857,17 @@ export interface CreateStudioInput {
1858
1857
  SubnetIds: string[] | undefined;
1859
1858
 
1860
1859
  /**
1861
- * <p>The IAM role that will be assumed by the Amazon EMR Studio. The service role provides a
1860
+ * <p>The IAM role that the Amazon EMR Studio assumes. The service role provides a
1862
1861
  * way for Amazon EMR Studio to interoperate with other Amazon Web Services services.</p>
1863
1862
  */
1864
1863
  ServiceRole: string | undefined;
1865
1864
 
1866
1865
  /**
1867
- * <p>The IAM user role that will be assumed by users and groups logged in to an Amazon EMR Studio. The
1868
- * permissions attached to this IAM role can be scoped down for each user or group using
1866
+ * <p>The IAM user role that users and groups assume when logged in to an Amazon EMR Studio. Only specify a <code>UserRole</code> when you use Amazon Web Services SSO authentication. The
1867
+ * permissions attached to the <code>UserRole</code> can be scoped down for each user or group using
1869
1868
  * session policies.</p>
1870
1869
  */
1871
- UserRole: string | undefined;
1870
+ UserRole?: string;
1872
1871
 
1873
1872
  /**
1874
1873
  * <p>The ID of the Amazon EMR Studio Workspace security group. The Workspace security group
@@ -1889,6 +1888,16 @@ export interface CreateStudioInput {
1889
1888
  */
1890
1889
  DefaultS3Location: string | undefined;
1891
1890
 
1891
+ /**
1892
+ * <p>The authentication endpoint of your identity provider (IdP). Specify this value when you use IAM authentication and want to let federated users log in to a Studio with the Studio URL and credentials from your IdP. Amazon EMR Studio redirects users to this endpoint to enter credentials.</p>
1893
+ */
1894
+ IdpAuthUrl?: string;
1895
+
1896
+ /**
1897
+ * <p>The name that your identity provider (IdP) uses for its <code>RelayState</code> parameter. For example, <code>RelayState</code> or <code>TargetSource</code>. Specify this value when you use IAM authentication and want to let federated users log in to a Studio using the Studio URL. The <code>RelayState</code> parameter differs by IdP.</p>
1898
+ */
1899
+ IdpRelayStateParameterName?: string;
1900
+
1892
1901
  /**
1893
1902
  * <p>A list of tags to associate with the Amazon EMR Studio. Tags are user-defined key-value pairs that
1894
1903
  * consist of a required key string with a maximum of 128 characters, and an optional value
@@ -3230,8 +3239,7 @@ export interface Studio {
3230
3239
  Description?: string;
3231
3240
 
3232
3241
  /**
3233
- * <p>Specifies whether the Amazon EMR Studio authenticates users using single sign-on (SSO) or
3234
- * IAM.</p>
3242
+ * <p>Specifies whether the Amazon EMR Studio authenticates users using IAM or Amazon Web Services SSO.</p>
3235
3243
  */
3236
3244
  AuthMode?: AuthMode | string;
3237
3245
 
@@ -3251,7 +3259,7 @@ export interface Studio {
3251
3259
  ServiceRole?: string;
3252
3260
 
3253
3261
  /**
3254
- * <p>The name of the IAM role assumed by users logged in to the Amazon EMR Studio.</p>
3262
+ * <p>The name of the IAM role assumed by users logged in to the Amazon EMR Studio. A Studio only requires a <code>UserRole</code> when you use IAM authentication.</p>
3255
3263
  */
3256
3264
  UserRole?: string;
3257
3265
 
@@ -3285,6 +3293,16 @@ export interface Studio {
3285
3293
  */
3286
3294
  DefaultS3Location?: string;
3287
3295
 
3296
+ /**
3297
+ * <p>Your identity provider's authentication endpoint. Amazon EMR Studio redirects federated users to this endpoint for authentication when logging in to a Studio with the Studio URL.</p>
3298
+ */
3299
+ IdpAuthUrl?: string;
3300
+
3301
+ /**
3302
+ * <p>The name of your identity provider's <code>RelayState</code> parameter.</p>
3303
+ */
3304
+ IdpRelayStateParameterName?: string;
3305
+
3288
3306
  /**
3289
3307
  * <p>A list of tags associated with the Amazon EMR Studio.</p>
3290
3308
  */
@@ -4760,6 +4778,11 @@ export interface StudioSummary {
4760
4778
  */
4761
4779
  Url?: string;
4762
4780
 
4781
+ /**
4782
+ * <p>Specifies whether the Studio authenticates users using IAM or Amazon Web Services SSO.</p>
4783
+ */
4784
+ AuthMode?: AuthMode | string;
4785
+
4763
4786
  /**
4764
4787
  * <p>The time when the Amazon EMR Studio was created.</p>
4765
4788
  */
@@ -5210,17 +5233,17 @@ export namespace RemoveManagedScalingPolicyOutput {
5210
5233
  }
5211
5234
 
5212
5235
  /**
5213
- * <p>This input identifies a cluster and a list of tags to remove.</p>
5236
+ * <p>This input identifies an Amazon EMR resource and a list of tags to remove.</p>
5214
5237
  */
5215
5238
  export interface RemoveTagsInput {
5216
5239
  /**
5217
- * <p>The Amazon EMR resource identifier from which tags will be removed. This value must be a
5218
- * cluster identifier.</p>
5240
+ * <p>The Amazon EMR resource identifier from which tags will be removed. For example, a
5241
+ * cluster identifier or an Amazon EMR Studio ID.</p>
5219
5242
  */
5220
5243
  ResourceId: string | undefined;
5221
5244
 
5222
5245
  /**
5223
- * <p>A list of tag keys to remove from a resource.</p>
5246
+ * <p>A list of tag keys to remove from the resource.</p>
5224
5247
  */
5225
5248
  TagKeys: string[] | undefined;
5226
5249
  }
@@ -5235,7 +5258,7 @@ export namespace RemoveTagsInput {
5235
5258
  }
5236
5259
 
5237
5260
  /**
5238
- * <p>This output indicates the result of removing tags from a resource.</p>
5261
+ * <p>This output indicates the result of removing tags from the resource.</p>
5239
5262
  */
5240
5263
  export interface RemoveTagsOutput {}
5241
5264
 
@@ -5732,7 +5755,7 @@ export interface Cluster {
5732
5755
  Tags?: Tag[];
5733
5756
 
5734
5757
  /**
5735
- * <p>The IAM role that will be assumed by the Amazon EMR service to access Amazon Web Services resources on
5758
+ * <p>The IAM role that Amazon EMR assumes in order to access Amazon Web Services resources on
5736
5759
  * your behalf.</p>
5737
5760
  */
5738
5761
  ServiceRole?: string;
@@ -6873,7 +6896,7 @@ export interface RunJobFlowInput {
6873
6896
  JobFlowRole?: string;
6874
6897
 
6875
6898
  /**
6876
- * <p>The IAM role that will be assumed by the Amazon EMR service to access Amazon Web Services resources on
6899
+ * <p>The IAM role that Amazon EMR assumes in order to access Amazon Web Services resources on
6877
6900
  * your behalf.</p>
6878
6901
  */
6879
6902
  ServiceRole?: string;
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-emr",
3
3
  "description": "AWS SDK for JavaScript Emr Client for Node.js, Browser and React Native",
4
- "version": "3.30.0",
4
+ "version": "3.34.0",
5
5
  "scripts": {
6
- "clean": "yarn remove-definitions && yarn remove-dist && yarn remove-documentation",
7
- "build-documentation": "yarn remove-documentation && typedoc ./",
8
- "remove-definitions": "rimraf ./types",
9
- "remove-dist": "rimraf ./dist",
10
- "remove-documentation": "rimraf ./docs",
11
- "test": "exit 0",
6
+ "build": "yarn build:cjs && yarn build:es && yarn build:types",
12
7
  "build:cjs": "tsc -p tsconfig.json",
8
+ "build:docs": "yarn clean:docs && typedoc ./",
13
9
  "build:es": "tsc -p tsconfig.es.json",
14
- "build": "yarn build:cjs && yarn build:es",
15
- "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4"
10
+ "build:types": "tsc -p tsconfig.types.json",
11
+ "clean": "yarn clean:dist && yarn clean:docs",
12
+ "clean:dist": "rimraf ./dist",
13
+ "clean:docs": "rimraf ./docs",
14
+ "downlevel-dts": "downlevel-dts dist/types dist/types/ts3.4",
15
+ "test": "exit 0"
16
16
  },
17
17
  "main": "./dist/cjs/index.js",
18
18
  "types": "./dist/types/index.d.ts",
@@ -27,46 +27,46 @@
27
27
  "dependencies": {
28
28
  "@aws-crypto/sha256-browser": "^1.0.0",
29
29
  "@aws-crypto/sha256-js": "^1.0.0",
30
- "@aws-sdk/client-sts": "3.30.0",
31
- "@aws-sdk/config-resolver": "3.30.0",
32
- "@aws-sdk/credential-provider-node": "3.30.0",
33
- "@aws-sdk/fetch-http-handler": "3.29.0",
34
- "@aws-sdk/hash-node": "3.29.0",
35
- "@aws-sdk/invalid-dependency": "3.29.0",
36
- "@aws-sdk/middleware-content-length": "3.29.0",
37
- "@aws-sdk/middleware-host-header": "3.29.0",
38
- "@aws-sdk/middleware-logger": "3.29.0",
39
- "@aws-sdk/middleware-retry": "3.29.0",
40
- "@aws-sdk/middleware-serde": "3.29.0",
41
- "@aws-sdk/middleware-signing": "3.30.0",
42
- "@aws-sdk/middleware-stack": "3.29.0",
43
- "@aws-sdk/middleware-user-agent": "3.29.0",
44
- "@aws-sdk/node-config-provider": "3.29.0",
45
- "@aws-sdk/node-http-handler": "3.29.0",
46
- "@aws-sdk/protocol-http": "3.29.0",
47
- "@aws-sdk/smithy-client": "3.30.0",
48
- "@aws-sdk/types": "3.29.0",
49
- "@aws-sdk/url-parser": "3.29.0",
50
- "@aws-sdk/util-base64-browser": "3.29.0",
51
- "@aws-sdk/util-base64-node": "3.29.0",
52
- "@aws-sdk/util-body-length-browser": "3.29.0",
53
- "@aws-sdk/util-body-length-node": "3.29.0",
54
- "@aws-sdk/util-user-agent-browser": "3.29.0",
55
- "@aws-sdk/util-user-agent-node": "3.29.0",
56
- "@aws-sdk/util-utf8-browser": "3.29.0",
57
- "@aws-sdk/util-utf8-node": "3.29.0",
58
- "@aws-sdk/util-waiter": "3.29.0",
30
+ "@aws-sdk/client-sts": "3.34.0",
31
+ "@aws-sdk/config-resolver": "3.34.0",
32
+ "@aws-sdk/credential-provider-node": "3.34.0",
33
+ "@aws-sdk/fetch-http-handler": "3.34.0",
34
+ "@aws-sdk/hash-node": "3.34.0",
35
+ "@aws-sdk/invalid-dependency": "3.34.0",
36
+ "@aws-sdk/middleware-content-length": "3.34.0",
37
+ "@aws-sdk/middleware-host-header": "3.34.0",
38
+ "@aws-sdk/middleware-logger": "3.34.0",
39
+ "@aws-sdk/middleware-retry": "3.34.0",
40
+ "@aws-sdk/middleware-serde": "3.34.0",
41
+ "@aws-sdk/middleware-signing": "3.34.0",
42
+ "@aws-sdk/middleware-stack": "3.34.0",
43
+ "@aws-sdk/middleware-user-agent": "3.34.0",
44
+ "@aws-sdk/node-config-provider": "3.34.0",
45
+ "@aws-sdk/node-http-handler": "3.34.0",
46
+ "@aws-sdk/protocol-http": "3.34.0",
47
+ "@aws-sdk/smithy-client": "3.34.0",
48
+ "@aws-sdk/types": "3.34.0",
49
+ "@aws-sdk/url-parser": "3.34.0",
50
+ "@aws-sdk/util-base64-browser": "3.34.0",
51
+ "@aws-sdk/util-base64-node": "3.34.0",
52
+ "@aws-sdk/util-body-length-browser": "3.34.0",
53
+ "@aws-sdk/util-body-length-node": "3.34.0",
54
+ "@aws-sdk/util-user-agent-browser": "3.34.0",
55
+ "@aws-sdk/util-user-agent-node": "3.34.0",
56
+ "@aws-sdk/util-utf8-browser": "3.34.0",
57
+ "@aws-sdk/util-utf8-node": "3.34.0",
58
+ "@aws-sdk/util-waiter": "3.34.0",
59
59
  "tslib": "^2.3.0"
60
60
  },
61
61
  "devDependencies": {
62
- "@aws-sdk/client-documentation-generator": "3.29.0",
62
+ "@aws-sdk/client-documentation-generator": "3.34.0",
63
63
  "@types/node": "^12.7.5",
64
64
  "downlevel-dts": "0.7.0",
65
65
  "jest": "^26.1.0",
66
66
  "rimraf": "^3.0.0",
67
67
  "ts-jest": "^26.4.1",
68
68
  "typedoc": "^0.19.2",
69
- "typescript": "~4.4.2"
69
+ "typescript": "~4.3.5"
70
70
  },
71
71
  "engines": {
72
72
  "node": ">=10.0.0"