@aws-sdk/client-emr 3.1087.0 → 3.1088.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 (88) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/EMR.d.ts +218 -266
  3. package/dist-types/ts3.4/EMRClient.d.ts +20 -48
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  7. package/dist-types/ts3.4/commands/AddInstanceFleetCommand.d.ts +4 -9
  8. package/dist-types/ts3.4/commands/AddInstanceGroupsCommand.d.ts +4 -9
  9. package/dist-types/ts3.4/commands/AddJobFlowStepsCommand.d.ts +4 -9
  10. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +6 -2
  11. package/dist-types/ts3.4/commands/CancelStepsCommand.d.ts +3 -5
  12. package/dist-types/ts3.4/commands/CreatePersistentAppUICommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/CreateStudioCommand.d.ts +3 -5
  15. package/dist-types/ts3.4/commands/CreateStudioSessionMappingCommand.d.ts +4 -6
  16. package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/DeleteStudioCommand.d.ts +2 -2
  18. package/dist-types/ts3.4/commands/DeleteStudioSessionMappingCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +4 -9
  20. package/dist-types/ts3.4/commands/DescribeJobFlowsCommand.d.ts +3 -8
  21. package/dist-types/ts3.4/commands/DescribeNotebookExecutionCommand.d.ts +4 -6
  22. package/dist-types/ts3.4/commands/DescribePersistentAppUICommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/DescribeReleaseLabelCommand.d.ts +4 -9
  24. package/dist-types/ts3.4/commands/DescribeSecurityConfigurationCommand.d.ts +4 -6
  25. package/dist-types/ts3.4/commands/DescribeStepCommand.d.ts +3 -5
  26. package/dist-types/ts3.4/commands/DescribeStudioCommand.d.ts +3 -5
  27. package/dist-types/ts3.4/commands/GetAutoTerminationPolicyCommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/GetBlockPublicAccessConfigurationCommand.d.ts +3 -5
  29. package/dist-types/ts3.4/commands/GetClusterSessionCredentialsCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/GetManagedScalingPolicyCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/GetOnClusterAppUIPresignedURLCommand.d.ts +4 -6
  32. package/dist-types/ts3.4/commands/GetPersistentAppUIPresignedURLCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/GetSessionEndpointCommand.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/GetStudioSessionMappingCommand.d.ts +5 -10
  36. package/dist-types/ts3.4/commands/ListBootstrapActionsCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -4
  38. package/dist-types/ts3.4/commands/ListInstanceFleetsCommand.d.ts +5 -10
  39. package/dist-types/ts3.4/commands/ListInstanceGroupsCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +3 -5
  41. package/dist-types/ts3.4/commands/ListNotebookExecutionsCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/ListReleaseLabelsCommand.d.ts +3 -8
  43. package/dist-types/ts3.4/commands/ListSecurityConfigurationsCommand.d.ts +3 -5
  44. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +3 -5
  45. package/dist-types/ts3.4/commands/ListStepsCommand.d.ts +7 -5
  46. package/dist-types/ts3.4/commands/ListStudioSessionMappingsCommand.d.ts +3 -5
  47. package/dist-types/ts3.4/commands/ListStudiosCommand.d.ts +2 -4
  48. package/dist-types/ts3.4/commands/ListSupportedInstanceTypesCommand.d.ts +4 -6
  49. package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +3 -5
  50. package/dist-types/ts3.4/commands/ModifyInstanceFleetCommand.d.ts +3 -4
  51. package/dist-types/ts3.4/commands/ModifyInstanceGroupsCommand.d.ts +2 -3
  52. package/dist-types/ts3.4/commands/PutAutoScalingPolicyCommand.d.ts +5 -10
  53. package/dist-types/ts3.4/commands/PutAutoTerminationPolicyCommand.d.ts +5 -10
  54. package/dist-types/ts3.4/commands/PutBlockPublicAccessConfigurationCommand.d.ts +4 -6
  55. package/dist-types/ts3.4/commands/PutManagedScalingPolicyCommand.d.ts +5 -10
  56. package/dist-types/ts3.4/commands/RemoveAutoScalingPolicyCommand.d.ts +5 -10
  57. package/dist-types/ts3.4/commands/RemoveAutoTerminationPolicyCommand.d.ts +4 -6
  58. package/dist-types/ts3.4/commands/RemoveManagedScalingPolicyCommand.d.ts +4 -6
  59. package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +3 -5
  60. package/dist-types/ts3.4/commands/RunJobFlowCommand.d.ts +3 -5
  61. package/dist-types/ts3.4/commands/SetKeepJobFlowAliveWhenNoStepsCommand.d.ts +4 -6
  62. package/dist-types/ts3.4/commands/SetTerminationProtectionCommand.d.ts +4 -6
  63. package/dist-types/ts3.4/commands/SetUnhealthyNodeReplacementCommand.d.ts +4 -6
  64. package/dist-types/ts3.4/commands/SetVisibleToAllUsersCommand.d.ts +3 -4
  65. package/dist-types/ts3.4/commands/StartNotebookExecutionCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/StartSessionCommand.d.ts +3 -5
  67. package/dist-types/ts3.4/commands/StopNotebookExecutionCommand.d.ts +3 -4
  68. package/dist-types/ts3.4/commands/TerminateJobFlowsCommand.d.ts +2 -2
  69. package/dist-types/ts3.4/commands/TerminateSessionCommand.d.ts +4 -9
  70. package/dist-types/ts3.4/commands/UpdateStudioCommand.d.ts +2 -2
  71. package/dist-types/ts3.4/commands/UpdateStudioSessionMappingCommand.d.ts +4 -6
  72. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  73. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  74. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  75. package/dist-types/ts3.4/models/enums.d.ts +19 -38
  76. package/dist-types/ts3.4/models/errors.d.ts +3 -9
  77. package/dist-types/ts3.4/models/models_0.d.ts +6 -18
  78. package/dist-types/ts3.4/pagination/ListStepsPaginator.d.ts +1 -4
  79. package/dist-types/ts3.4/pagination/ListStudiosPaginator.d.ts +1 -4
  80. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  81. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  82. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  83. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  84. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  85. package/dist-types/ts3.4/waiters/waitForClusterRunning.d.ts +2 -2
  86. package/dist-types/ts3.4/waiters/waitForClusterTerminated.d.ts +2 -2
  87. package/dist-types/ts3.4/waiters/waitForStepComplete.d.ts +2 -2
  88. package/package.json +38 -38
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1086.0";
72
+ var version = "3.1087.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75