@aws-sdk/client-emr 3.1019.0 → 3.1021.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 (27) hide show
  1. package/dist-es/EMR.js +4 -4
  2. package/dist-es/waiters/waitForClusterRunning.js +1 -1
  3. package/dist-es/waiters/waitForClusterTerminated.js +1 -1
  4. package/dist-es/waiters/waitForStepComplete.js +1 -1
  5. package/dist-types/EMR.d.ts +60 -60
  6. package/dist-types/EMRClient.d.ts +63 -63
  7. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  8. package/dist-types/index.d.ts +1 -1
  9. package/dist-types/models/models_0.d.ts +1 -1
  10. package/dist-types/pagination/ListBootstrapActionsPaginator.d.ts +1 -1
  11. package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
  12. package/dist-types/pagination/ListInstanceFleetsPaginator.d.ts +1 -1
  13. package/dist-types/pagination/ListInstanceGroupsPaginator.d.ts +1 -1
  14. package/dist-types/pagination/ListInstancesPaginator.d.ts +1 -1
  15. package/dist-types/pagination/ListNotebookExecutionsPaginator.d.ts +1 -1
  16. package/dist-types/pagination/ListReleaseLabelsPaginator.d.ts +1 -1
  17. package/dist-types/pagination/ListSecurityConfigurationsPaginator.d.ts +1 -1
  18. package/dist-types/pagination/ListStepsPaginator.d.ts +1 -1
  19. package/dist-types/pagination/ListStudioSessionMappingsPaginator.d.ts +1 -1
  20. package/dist-types/pagination/ListStudiosPaginator.d.ts +1 -1
  21. package/dist-types/pagination/ListSupportedInstanceTypesPaginator.d.ts +1 -1
  22. package/dist-types/ts3.4/EMRClient.d.ts +2 -3
  23. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  24. package/dist-types/waiters/waitForClusterRunning.d.ts +3 -3
  25. package/dist-types/waiters/waitForClusterTerminated.d.ts +3 -3
  26. package/dist-types/waiters/waitForStepComplete.d.ts +3 -3
  27. package/package.json +15 -15
package/dist-es/EMR.js CHANGED
@@ -3,7 +3,7 @@ import { AddInstanceFleetCommand, } from "./commands/AddInstanceFleetCommand";
3
3
  import { AddInstanceGroupsCommand, } from "./commands/AddInstanceGroupsCommand";
4
4
  import { AddJobFlowStepsCommand, } from "./commands/AddJobFlowStepsCommand";
5
5
  import { AddTagsCommand } from "./commands/AddTagsCommand";
6
- import { CancelStepsCommand } from "./commands/CancelStepsCommand";
6
+ import { CancelStepsCommand, } from "./commands/CancelStepsCommand";
7
7
  import { CreatePersistentAppUICommand, } from "./commands/CreatePersistentAppUICommand";
8
8
  import { CreateSecurityConfigurationCommand, } from "./commands/CreateSecurityConfigurationCommand";
9
9
  import { CreateStudioCommand, } from "./commands/CreateStudioCommand";
@@ -35,7 +35,7 @@ import { ListNotebookExecutionsCommand, } from "./commands/ListNotebookExecution
35
35
  import { ListReleaseLabelsCommand, } from "./commands/ListReleaseLabelsCommand";
36
36
  import { ListSecurityConfigurationsCommand, } from "./commands/ListSecurityConfigurationsCommand";
37
37
  import { ListStepsCommand } from "./commands/ListStepsCommand";
38
- import { ListStudiosCommand } from "./commands/ListStudiosCommand";
38
+ import { ListStudiosCommand, } from "./commands/ListStudiosCommand";
39
39
  import { ListStudioSessionMappingsCommand, } from "./commands/ListStudioSessionMappingsCommand";
40
40
  import { ListSupportedInstanceTypesCommand, } from "./commands/ListSupportedInstanceTypesCommand";
41
41
  import { ModifyClusterCommand, } from "./commands/ModifyClusterCommand";
@@ -48,8 +48,8 @@ import { PutManagedScalingPolicyCommand, } from "./commands/PutManagedScalingPol
48
48
  import { RemoveAutoScalingPolicyCommand, } from "./commands/RemoveAutoScalingPolicyCommand";
49
49
  import { RemoveAutoTerminationPolicyCommand, } from "./commands/RemoveAutoTerminationPolicyCommand";
50
50
  import { RemoveManagedScalingPolicyCommand, } from "./commands/RemoveManagedScalingPolicyCommand";
51
- import { RemoveTagsCommand } from "./commands/RemoveTagsCommand";
52
- import { RunJobFlowCommand } from "./commands/RunJobFlowCommand";
51
+ import { RemoveTagsCommand, } from "./commands/RemoveTagsCommand";
52
+ import { RunJobFlowCommand, } from "./commands/RunJobFlowCommand";
53
53
  import { SetKeepJobFlowAliveWhenNoStepsCommand, } from "./commands/SetKeepJobFlowAliveWhenNoStepsCommand";
54
54
  import { SetTerminationProtectionCommand, } from "./commands/SetTerminationProtectionCommand";
55
55
  import { SetUnhealthyNodeReplacementCommand, } from "./commands/SetUnhealthyNodeReplacementCommand";
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeClusterCommand } from "../commands/DescribeClusterCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeClusterCommand } from "../commands/DescribeClusterCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,4 +1,4 @@
1
- import { checkExceptions, createWaiter, WaiterState } from "@smithy/util-waiter";
1
+ import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
2
2
  import { DescribeStepCommand } from "../commands/DescribeStepCommand";
3
3
  const checkState = async (client, input) => {
4
4
  let reason;
@@ -1,65 +1,65 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator, WaiterConfiguration } from "@smithy/types";
2
2
  import type { WaiterResult } from "@smithy/util-waiter";
3
- import { AddInstanceFleetCommandInput, AddInstanceFleetCommandOutput } from "./commands/AddInstanceFleetCommand";
4
- import { AddInstanceGroupsCommandInput, AddInstanceGroupsCommandOutput } from "./commands/AddInstanceGroupsCommand";
5
- import { AddJobFlowStepsCommandInput, AddJobFlowStepsCommandOutput } from "./commands/AddJobFlowStepsCommand";
6
- import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
7
- import { CancelStepsCommandInput, CancelStepsCommandOutput } from "./commands/CancelStepsCommand";
8
- import { CreatePersistentAppUICommandInput, CreatePersistentAppUICommandOutput } from "./commands/CreatePersistentAppUICommand";
9
- import { CreateSecurityConfigurationCommandInput, CreateSecurityConfigurationCommandOutput } from "./commands/CreateSecurityConfigurationCommand";
10
- import { CreateStudioCommandInput, CreateStudioCommandOutput } from "./commands/CreateStudioCommand";
11
- import { CreateStudioSessionMappingCommandInput, CreateStudioSessionMappingCommandOutput } from "./commands/CreateStudioSessionMappingCommand";
12
- import { DeleteSecurityConfigurationCommandInput, DeleteSecurityConfigurationCommandOutput } from "./commands/DeleteSecurityConfigurationCommand";
13
- import { DeleteStudioCommandInput, DeleteStudioCommandOutput } from "./commands/DeleteStudioCommand";
14
- import { DeleteStudioSessionMappingCommandInput, DeleteStudioSessionMappingCommandOutput } from "./commands/DeleteStudioSessionMappingCommand";
15
- import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
16
- import { DescribeJobFlowsCommandInput, DescribeJobFlowsCommandOutput } from "./commands/DescribeJobFlowsCommand";
17
- import { DescribeNotebookExecutionCommandInput, DescribeNotebookExecutionCommandOutput } from "./commands/DescribeNotebookExecutionCommand";
18
- import { DescribePersistentAppUICommandInput, DescribePersistentAppUICommandOutput } from "./commands/DescribePersistentAppUICommand";
19
- import { DescribeReleaseLabelCommandInput, DescribeReleaseLabelCommandOutput } from "./commands/DescribeReleaseLabelCommand";
20
- import { DescribeSecurityConfigurationCommandInput, DescribeSecurityConfigurationCommandOutput } from "./commands/DescribeSecurityConfigurationCommand";
21
- import { DescribeStepCommandInput, DescribeStepCommandOutput } from "./commands/DescribeStepCommand";
22
- import { DescribeStudioCommandInput, DescribeStudioCommandOutput } from "./commands/DescribeStudioCommand";
23
- import { GetAutoTerminationPolicyCommandInput, GetAutoTerminationPolicyCommandOutput } from "./commands/GetAutoTerminationPolicyCommand";
24
- import { GetBlockPublicAccessConfigurationCommandInput, GetBlockPublicAccessConfigurationCommandOutput } from "./commands/GetBlockPublicAccessConfigurationCommand";
25
- import { GetClusterSessionCredentialsCommandInput, GetClusterSessionCredentialsCommandOutput } from "./commands/GetClusterSessionCredentialsCommand";
26
- import { GetManagedScalingPolicyCommandInput, GetManagedScalingPolicyCommandOutput } from "./commands/GetManagedScalingPolicyCommand";
27
- import { GetOnClusterAppUIPresignedURLCommandInput, GetOnClusterAppUIPresignedURLCommandOutput } from "./commands/GetOnClusterAppUIPresignedURLCommand";
28
- import { GetPersistentAppUIPresignedURLCommandInput, GetPersistentAppUIPresignedURLCommandOutput } from "./commands/GetPersistentAppUIPresignedURLCommand";
29
- import { GetStudioSessionMappingCommandInput, GetStudioSessionMappingCommandOutput } from "./commands/GetStudioSessionMappingCommand";
30
- import { ListBootstrapActionsCommandInput, ListBootstrapActionsCommandOutput } from "./commands/ListBootstrapActionsCommand";
31
- import { ListClustersCommandInput, ListClustersCommandOutput } from "./commands/ListClustersCommand";
32
- import { ListInstanceFleetsCommandInput, ListInstanceFleetsCommandOutput } from "./commands/ListInstanceFleetsCommand";
33
- import { ListInstanceGroupsCommandInput, ListInstanceGroupsCommandOutput } from "./commands/ListInstanceGroupsCommand";
34
- import { ListInstancesCommandInput, ListInstancesCommandOutput } from "./commands/ListInstancesCommand";
35
- import { ListNotebookExecutionsCommandInput, ListNotebookExecutionsCommandOutput } from "./commands/ListNotebookExecutionsCommand";
36
- import { ListReleaseLabelsCommandInput, ListReleaseLabelsCommandOutput } from "./commands/ListReleaseLabelsCommand";
37
- import { ListSecurityConfigurationsCommandInput, ListSecurityConfigurationsCommandOutput } from "./commands/ListSecurityConfigurationsCommand";
38
- import { ListStepsCommandInput, ListStepsCommandOutput } from "./commands/ListStepsCommand";
39
- import { ListStudiosCommandInput, ListStudiosCommandOutput } from "./commands/ListStudiosCommand";
40
- import { ListStudioSessionMappingsCommandInput, ListStudioSessionMappingsCommandOutput } from "./commands/ListStudioSessionMappingsCommand";
41
- import { ListSupportedInstanceTypesCommandInput, ListSupportedInstanceTypesCommandOutput } from "./commands/ListSupportedInstanceTypesCommand";
42
- import { ModifyClusterCommandInput, ModifyClusterCommandOutput } from "./commands/ModifyClusterCommand";
43
- import { ModifyInstanceFleetCommandInput, ModifyInstanceFleetCommandOutput } from "./commands/ModifyInstanceFleetCommand";
44
- import { ModifyInstanceGroupsCommandInput, ModifyInstanceGroupsCommandOutput } from "./commands/ModifyInstanceGroupsCommand";
45
- import { PutAutoScalingPolicyCommandInput, PutAutoScalingPolicyCommandOutput } from "./commands/PutAutoScalingPolicyCommand";
46
- import { PutAutoTerminationPolicyCommandInput, PutAutoTerminationPolicyCommandOutput } from "./commands/PutAutoTerminationPolicyCommand";
47
- import { PutBlockPublicAccessConfigurationCommandInput, PutBlockPublicAccessConfigurationCommandOutput } from "./commands/PutBlockPublicAccessConfigurationCommand";
48
- import { PutManagedScalingPolicyCommandInput, PutManagedScalingPolicyCommandOutput } from "./commands/PutManagedScalingPolicyCommand";
49
- import { RemoveAutoScalingPolicyCommandInput, RemoveAutoScalingPolicyCommandOutput } from "./commands/RemoveAutoScalingPolicyCommand";
50
- import { RemoveAutoTerminationPolicyCommandInput, RemoveAutoTerminationPolicyCommandOutput } from "./commands/RemoveAutoTerminationPolicyCommand";
51
- import { RemoveManagedScalingPolicyCommandInput, RemoveManagedScalingPolicyCommandOutput } from "./commands/RemoveManagedScalingPolicyCommand";
52
- import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "./commands/RemoveTagsCommand";
53
- import { RunJobFlowCommandInput, RunJobFlowCommandOutput } from "./commands/RunJobFlowCommand";
54
- import { SetKeepJobFlowAliveWhenNoStepsCommandInput, SetKeepJobFlowAliveWhenNoStepsCommandOutput } from "./commands/SetKeepJobFlowAliveWhenNoStepsCommand";
55
- import { SetTerminationProtectionCommandInput, SetTerminationProtectionCommandOutput } from "./commands/SetTerminationProtectionCommand";
56
- import { SetUnhealthyNodeReplacementCommandInput, SetUnhealthyNodeReplacementCommandOutput } from "./commands/SetUnhealthyNodeReplacementCommand";
57
- import { SetVisibleToAllUsersCommandInput, SetVisibleToAllUsersCommandOutput } from "./commands/SetVisibleToAllUsersCommand";
58
- import { StartNotebookExecutionCommandInput, StartNotebookExecutionCommandOutput } from "./commands/StartNotebookExecutionCommand";
59
- import { StopNotebookExecutionCommandInput, StopNotebookExecutionCommandOutput } from "./commands/StopNotebookExecutionCommand";
60
- import { TerminateJobFlowsCommandInput, TerminateJobFlowsCommandOutput } from "./commands/TerminateJobFlowsCommand";
61
- import { UpdateStudioCommandInput, UpdateStudioCommandOutput } from "./commands/UpdateStudioCommand";
62
- import { UpdateStudioSessionMappingCommandInput, UpdateStudioSessionMappingCommandOutput } from "./commands/UpdateStudioSessionMappingCommand";
3
+ import { type AddInstanceFleetCommandInput, type AddInstanceFleetCommandOutput } from "./commands/AddInstanceFleetCommand";
4
+ import { type AddInstanceGroupsCommandInput, type AddInstanceGroupsCommandOutput } from "./commands/AddInstanceGroupsCommand";
5
+ import { type AddJobFlowStepsCommandInput, type AddJobFlowStepsCommandOutput } from "./commands/AddJobFlowStepsCommand";
6
+ import { type AddTagsCommandInput, type AddTagsCommandOutput } from "./commands/AddTagsCommand";
7
+ import { type CancelStepsCommandInput, type CancelStepsCommandOutput } from "./commands/CancelStepsCommand";
8
+ import { type CreatePersistentAppUICommandInput, type CreatePersistentAppUICommandOutput } from "./commands/CreatePersistentAppUICommand";
9
+ import { type CreateSecurityConfigurationCommandInput, type CreateSecurityConfigurationCommandOutput } from "./commands/CreateSecurityConfigurationCommand";
10
+ import { type CreateStudioCommandInput, type CreateStudioCommandOutput } from "./commands/CreateStudioCommand";
11
+ import { type CreateStudioSessionMappingCommandInput, type CreateStudioSessionMappingCommandOutput } from "./commands/CreateStudioSessionMappingCommand";
12
+ import { type DeleteSecurityConfigurationCommandInput, type DeleteSecurityConfigurationCommandOutput } from "./commands/DeleteSecurityConfigurationCommand";
13
+ import { type DeleteStudioCommandInput, type DeleteStudioCommandOutput } from "./commands/DeleteStudioCommand";
14
+ import { type DeleteStudioSessionMappingCommandInput, type DeleteStudioSessionMappingCommandOutput } from "./commands/DeleteStudioSessionMappingCommand";
15
+ import { type DescribeClusterCommandInput, type DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
16
+ import { type DescribeJobFlowsCommandInput, type DescribeJobFlowsCommandOutput } from "./commands/DescribeJobFlowsCommand";
17
+ import { type DescribeNotebookExecutionCommandInput, type DescribeNotebookExecutionCommandOutput } from "./commands/DescribeNotebookExecutionCommand";
18
+ import { type DescribePersistentAppUICommandInput, type DescribePersistentAppUICommandOutput } from "./commands/DescribePersistentAppUICommand";
19
+ import { type DescribeReleaseLabelCommandInput, type DescribeReleaseLabelCommandOutput } from "./commands/DescribeReleaseLabelCommand";
20
+ import { type DescribeSecurityConfigurationCommandInput, type DescribeSecurityConfigurationCommandOutput } from "./commands/DescribeSecurityConfigurationCommand";
21
+ import { type DescribeStepCommandInput, type DescribeStepCommandOutput } from "./commands/DescribeStepCommand";
22
+ import { type DescribeStudioCommandInput, type DescribeStudioCommandOutput } from "./commands/DescribeStudioCommand";
23
+ import { type GetAutoTerminationPolicyCommandInput, type GetAutoTerminationPolicyCommandOutput } from "./commands/GetAutoTerminationPolicyCommand";
24
+ import { type GetBlockPublicAccessConfigurationCommandInput, type GetBlockPublicAccessConfigurationCommandOutput } from "./commands/GetBlockPublicAccessConfigurationCommand";
25
+ import { type GetClusterSessionCredentialsCommandInput, type GetClusterSessionCredentialsCommandOutput } from "./commands/GetClusterSessionCredentialsCommand";
26
+ import { type GetManagedScalingPolicyCommandInput, type GetManagedScalingPolicyCommandOutput } from "./commands/GetManagedScalingPolicyCommand";
27
+ import { type GetOnClusterAppUIPresignedURLCommandInput, type GetOnClusterAppUIPresignedURLCommandOutput } from "./commands/GetOnClusterAppUIPresignedURLCommand";
28
+ import { type GetPersistentAppUIPresignedURLCommandInput, type GetPersistentAppUIPresignedURLCommandOutput } from "./commands/GetPersistentAppUIPresignedURLCommand";
29
+ import { type GetStudioSessionMappingCommandInput, type GetStudioSessionMappingCommandOutput } from "./commands/GetStudioSessionMappingCommand";
30
+ import { type ListBootstrapActionsCommandInput, type ListBootstrapActionsCommandOutput } from "./commands/ListBootstrapActionsCommand";
31
+ import { type ListClustersCommandInput, type ListClustersCommandOutput } from "./commands/ListClustersCommand";
32
+ import { type ListInstanceFleetsCommandInput, type ListInstanceFleetsCommandOutput } from "./commands/ListInstanceFleetsCommand";
33
+ import { type ListInstanceGroupsCommandInput, type ListInstanceGroupsCommandOutput } from "./commands/ListInstanceGroupsCommand";
34
+ import { type ListInstancesCommandInput, type ListInstancesCommandOutput } from "./commands/ListInstancesCommand";
35
+ import { type ListNotebookExecutionsCommandInput, type ListNotebookExecutionsCommandOutput } from "./commands/ListNotebookExecutionsCommand";
36
+ import { type ListReleaseLabelsCommandInput, type ListReleaseLabelsCommandOutput } from "./commands/ListReleaseLabelsCommand";
37
+ import { type ListSecurityConfigurationsCommandInput, type ListSecurityConfigurationsCommandOutput } from "./commands/ListSecurityConfigurationsCommand";
38
+ import { type ListStepsCommandInput, type ListStepsCommandOutput } from "./commands/ListStepsCommand";
39
+ import { type ListStudiosCommandInput, type ListStudiosCommandOutput } from "./commands/ListStudiosCommand";
40
+ import { type ListStudioSessionMappingsCommandInput, type ListStudioSessionMappingsCommandOutput } from "./commands/ListStudioSessionMappingsCommand";
41
+ import { type ListSupportedInstanceTypesCommandInput, type ListSupportedInstanceTypesCommandOutput } from "./commands/ListSupportedInstanceTypesCommand";
42
+ import { type ModifyClusterCommandInput, type ModifyClusterCommandOutput } from "./commands/ModifyClusterCommand";
43
+ import { type ModifyInstanceFleetCommandInput, type ModifyInstanceFleetCommandOutput } from "./commands/ModifyInstanceFleetCommand";
44
+ import { type ModifyInstanceGroupsCommandInput, type ModifyInstanceGroupsCommandOutput } from "./commands/ModifyInstanceGroupsCommand";
45
+ import { type PutAutoScalingPolicyCommandInput, type PutAutoScalingPolicyCommandOutput } from "./commands/PutAutoScalingPolicyCommand";
46
+ import { type PutAutoTerminationPolicyCommandInput, type PutAutoTerminationPolicyCommandOutput } from "./commands/PutAutoTerminationPolicyCommand";
47
+ import { type PutBlockPublicAccessConfigurationCommandInput, type PutBlockPublicAccessConfigurationCommandOutput } from "./commands/PutBlockPublicAccessConfigurationCommand";
48
+ import { type PutManagedScalingPolicyCommandInput, type PutManagedScalingPolicyCommandOutput } from "./commands/PutManagedScalingPolicyCommand";
49
+ import { type RemoveAutoScalingPolicyCommandInput, type RemoveAutoScalingPolicyCommandOutput } from "./commands/RemoveAutoScalingPolicyCommand";
50
+ import { type RemoveAutoTerminationPolicyCommandInput, type RemoveAutoTerminationPolicyCommandOutput } from "./commands/RemoveAutoTerminationPolicyCommand";
51
+ import { type RemoveManagedScalingPolicyCommandInput, type RemoveManagedScalingPolicyCommandOutput } from "./commands/RemoveManagedScalingPolicyCommand";
52
+ import { type RemoveTagsCommandInput, type RemoveTagsCommandOutput } from "./commands/RemoveTagsCommand";
53
+ import { type RunJobFlowCommandInput, type RunJobFlowCommandOutput } from "./commands/RunJobFlowCommand";
54
+ import { type SetKeepJobFlowAliveWhenNoStepsCommandInput, type SetKeepJobFlowAliveWhenNoStepsCommandOutput } from "./commands/SetKeepJobFlowAliveWhenNoStepsCommand";
55
+ import { type SetTerminationProtectionCommandInput, type SetTerminationProtectionCommandOutput } from "./commands/SetTerminationProtectionCommand";
56
+ import { type SetUnhealthyNodeReplacementCommandInput, type SetUnhealthyNodeReplacementCommandOutput } from "./commands/SetUnhealthyNodeReplacementCommand";
57
+ import { type SetVisibleToAllUsersCommandInput, type SetVisibleToAllUsersCommandOutput } from "./commands/SetVisibleToAllUsersCommand";
58
+ import { type StartNotebookExecutionCommandInput, type StartNotebookExecutionCommandOutput } from "./commands/StartNotebookExecutionCommand";
59
+ import { type StopNotebookExecutionCommandInput, type StopNotebookExecutionCommandOutput } from "./commands/StopNotebookExecutionCommand";
60
+ import { type TerminateJobFlowsCommandInput, type TerminateJobFlowsCommandOutput } from "./commands/TerminateJobFlowsCommand";
61
+ import { type UpdateStudioCommandInput, type UpdateStudioCommandOutput } from "./commands/UpdateStudioCommand";
62
+ import { type UpdateStudioSessionMappingCommandInput, type UpdateStudioSessionMappingCommandOutput } from "./commands/UpdateStudioSessionMappingCommand";
63
63
  import { EMRClient } from "./EMRClient";
64
64
  export interface EMR {
65
65
  /**
@@ -5,69 +5,69 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
- import { AddInstanceFleetCommandInput, AddInstanceFleetCommandOutput } from "./commands/AddInstanceFleetCommand";
11
- import { AddInstanceGroupsCommandInput, AddInstanceGroupsCommandOutput } from "./commands/AddInstanceGroupsCommand";
12
- import { AddJobFlowStepsCommandInput, AddJobFlowStepsCommandOutput } from "./commands/AddJobFlowStepsCommand";
13
- import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
14
- import { CancelStepsCommandInput, CancelStepsCommandOutput } from "./commands/CancelStepsCommand";
15
- import { CreatePersistentAppUICommandInput, CreatePersistentAppUICommandOutput } from "./commands/CreatePersistentAppUICommand";
16
- import { CreateSecurityConfigurationCommandInput, CreateSecurityConfigurationCommandOutput } from "./commands/CreateSecurityConfigurationCommand";
17
- import { CreateStudioCommandInput, CreateStudioCommandOutput } from "./commands/CreateStudioCommand";
18
- import { CreateStudioSessionMappingCommandInput, CreateStudioSessionMappingCommandOutput } from "./commands/CreateStudioSessionMappingCommand";
19
- import { DeleteSecurityConfigurationCommandInput, DeleteSecurityConfigurationCommandOutput } from "./commands/DeleteSecurityConfigurationCommand";
20
- import { DeleteStudioCommandInput, DeleteStudioCommandOutput } from "./commands/DeleteStudioCommand";
21
- import { DeleteStudioSessionMappingCommandInput, DeleteStudioSessionMappingCommandOutput } from "./commands/DeleteStudioSessionMappingCommand";
22
- import { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
23
- import { DescribeJobFlowsCommandInput, DescribeJobFlowsCommandOutput } from "./commands/DescribeJobFlowsCommand";
24
- import { DescribeNotebookExecutionCommandInput, DescribeNotebookExecutionCommandOutput } from "./commands/DescribeNotebookExecutionCommand";
25
- import { DescribePersistentAppUICommandInput, DescribePersistentAppUICommandOutput } from "./commands/DescribePersistentAppUICommand";
26
- import { DescribeReleaseLabelCommandInput, DescribeReleaseLabelCommandOutput } from "./commands/DescribeReleaseLabelCommand";
27
- import { DescribeSecurityConfigurationCommandInput, DescribeSecurityConfigurationCommandOutput } from "./commands/DescribeSecurityConfigurationCommand";
28
- import { DescribeStepCommandInput, DescribeStepCommandOutput } from "./commands/DescribeStepCommand";
29
- import { DescribeStudioCommandInput, DescribeStudioCommandOutput } from "./commands/DescribeStudioCommand";
30
- import { GetAutoTerminationPolicyCommandInput, GetAutoTerminationPolicyCommandOutput } from "./commands/GetAutoTerminationPolicyCommand";
31
- import { GetBlockPublicAccessConfigurationCommandInput, GetBlockPublicAccessConfigurationCommandOutput } from "./commands/GetBlockPublicAccessConfigurationCommand";
32
- import { GetClusterSessionCredentialsCommandInput, GetClusterSessionCredentialsCommandOutput } from "./commands/GetClusterSessionCredentialsCommand";
33
- import { GetManagedScalingPolicyCommandInput, GetManagedScalingPolicyCommandOutput } from "./commands/GetManagedScalingPolicyCommand";
34
- import { GetOnClusterAppUIPresignedURLCommandInput, GetOnClusterAppUIPresignedURLCommandOutput } from "./commands/GetOnClusterAppUIPresignedURLCommand";
35
- import { GetPersistentAppUIPresignedURLCommandInput, GetPersistentAppUIPresignedURLCommandOutput } from "./commands/GetPersistentAppUIPresignedURLCommand";
36
- import { GetStudioSessionMappingCommandInput, GetStudioSessionMappingCommandOutput } from "./commands/GetStudioSessionMappingCommand";
37
- import { ListBootstrapActionsCommandInput, ListBootstrapActionsCommandOutput } from "./commands/ListBootstrapActionsCommand";
38
- import { ListClustersCommandInput, ListClustersCommandOutput } from "./commands/ListClustersCommand";
39
- import { ListInstanceFleetsCommandInput, ListInstanceFleetsCommandOutput } from "./commands/ListInstanceFleetsCommand";
40
- import { ListInstanceGroupsCommandInput, ListInstanceGroupsCommandOutput } from "./commands/ListInstanceGroupsCommand";
41
- import { ListInstancesCommandInput, ListInstancesCommandOutput } from "./commands/ListInstancesCommand";
42
- import { ListNotebookExecutionsCommandInput, ListNotebookExecutionsCommandOutput } from "./commands/ListNotebookExecutionsCommand";
43
- import { ListReleaseLabelsCommandInput, ListReleaseLabelsCommandOutput } from "./commands/ListReleaseLabelsCommand";
44
- import { ListSecurityConfigurationsCommandInput, ListSecurityConfigurationsCommandOutput } from "./commands/ListSecurityConfigurationsCommand";
45
- import { ListStepsCommandInput, ListStepsCommandOutput } from "./commands/ListStepsCommand";
46
- import { ListStudiosCommandInput, ListStudiosCommandOutput } from "./commands/ListStudiosCommand";
47
- import { ListStudioSessionMappingsCommandInput, ListStudioSessionMappingsCommandOutput } from "./commands/ListStudioSessionMappingsCommand";
48
- import { ListSupportedInstanceTypesCommandInput, ListSupportedInstanceTypesCommandOutput } from "./commands/ListSupportedInstanceTypesCommand";
49
- import { ModifyClusterCommandInput, ModifyClusterCommandOutput } from "./commands/ModifyClusterCommand";
50
- import { ModifyInstanceFleetCommandInput, ModifyInstanceFleetCommandOutput } from "./commands/ModifyInstanceFleetCommand";
51
- import { ModifyInstanceGroupsCommandInput, ModifyInstanceGroupsCommandOutput } from "./commands/ModifyInstanceGroupsCommand";
52
- import { PutAutoScalingPolicyCommandInput, PutAutoScalingPolicyCommandOutput } from "./commands/PutAutoScalingPolicyCommand";
53
- import { PutAutoTerminationPolicyCommandInput, PutAutoTerminationPolicyCommandOutput } from "./commands/PutAutoTerminationPolicyCommand";
54
- import { PutBlockPublicAccessConfigurationCommandInput, PutBlockPublicAccessConfigurationCommandOutput } from "./commands/PutBlockPublicAccessConfigurationCommand";
55
- import { PutManagedScalingPolicyCommandInput, PutManagedScalingPolicyCommandOutput } from "./commands/PutManagedScalingPolicyCommand";
56
- import { RemoveAutoScalingPolicyCommandInput, RemoveAutoScalingPolicyCommandOutput } from "./commands/RemoveAutoScalingPolicyCommand";
57
- import { RemoveAutoTerminationPolicyCommandInput, RemoveAutoTerminationPolicyCommandOutput } from "./commands/RemoveAutoTerminationPolicyCommand";
58
- import { RemoveManagedScalingPolicyCommandInput, RemoveManagedScalingPolicyCommandOutput } from "./commands/RemoveManagedScalingPolicyCommand";
59
- import { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "./commands/RemoveTagsCommand";
60
- import { RunJobFlowCommandInput, RunJobFlowCommandOutput } from "./commands/RunJobFlowCommand";
61
- import { SetKeepJobFlowAliveWhenNoStepsCommandInput, SetKeepJobFlowAliveWhenNoStepsCommandOutput } from "./commands/SetKeepJobFlowAliveWhenNoStepsCommand";
62
- import { SetTerminationProtectionCommandInput, SetTerminationProtectionCommandOutput } from "./commands/SetTerminationProtectionCommand";
63
- import { SetUnhealthyNodeReplacementCommandInput, SetUnhealthyNodeReplacementCommandOutput } from "./commands/SetUnhealthyNodeReplacementCommand";
64
- import { SetVisibleToAllUsersCommandInput, SetVisibleToAllUsersCommandOutput } from "./commands/SetVisibleToAllUsersCommand";
65
- import { StartNotebookExecutionCommandInput, StartNotebookExecutionCommandOutput } from "./commands/StartNotebookExecutionCommand";
66
- import { StopNotebookExecutionCommandInput, StopNotebookExecutionCommandOutput } from "./commands/StopNotebookExecutionCommand";
67
- import { TerminateJobFlowsCommandInput, TerminateJobFlowsCommandOutput } from "./commands/TerminateJobFlowsCommand";
68
- import { UpdateStudioCommandInput, UpdateStudioCommandOutput } from "./commands/UpdateStudioCommand";
69
- import { UpdateStudioSessionMappingCommandInput, UpdateStudioSessionMappingCommandOutput } from "./commands/UpdateStudioSessionMappingCommand";
70
- import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
10
+ import type { AddInstanceFleetCommandInput, AddInstanceFleetCommandOutput } from "./commands/AddInstanceFleetCommand";
11
+ import type { AddInstanceGroupsCommandInput, AddInstanceGroupsCommandOutput } from "./commands/AddInstanceGroupsCommand";
12
+ import type { AddJobFlowStepsCommandInput, AddJobFlowStepsCommandOutput } from "./commands/AddJobFlowStepsCommand";
13
+ import type { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
14
+ import type { CancelStepsCommandInput, CancelStepsCommandOutput } from "./commands/CancelStepsCommand";
15
+ import type { CreatePersistentAppUICommandInput, CreatePersistentAppUICommandOutput } from "./commands/CreatePersistentAppUICommand";
16
+ import type { CreateSecurityConfigurationCommandInput, CreateSecurityConfigurationCommandOutput } from "./commands/CreateSecurityConfigurationCommand";
17
+ import type { CreateStudioCommandInput, CreateStudioCommandOutput } from "./commands/CreateStudioCommand";
18
+ import type { CreateStudioSessionMappingCommandInput, CreateStudioSessionMappingCommandOutput } from "./commands/CreateStudioSessionMappingCommand";
19
+ import type { DeleteSecurityConfigurationCommandInput, DeleteSecurityConfigurationCommandOutput } from "./commands/DeleteSecurityConfigurationCommand";
20
+ import type { DeleteStudioCommandInput, DeleteStudioCommandOutput } from "./commands/DeleteStudioCommand";
21
+ import type { DeleteStudioSessionMappingCommandInput, DeleteStudioSessionMappingCommandOutput } from "./commands/DeleteStudioSessionMappingCommand";
22
+ import type { DescribeClusterCommandInput, DescribeClusterCommandOutput } from "./commands/DescribeClusterCommand";
23
+ import type { DescribeJobFlowsCommandInput, DescribeJobFlowsCommandOutput } from "./commands/DescribeJobFlowsCommand";
24
+ import type { DescribeNotebookExecutionCommandInput, DescribeNotebookExecutionCommandOutput } from "./commands/DescribeNotebookExecutionCommand";
25
+ import type { DescribePersistentAppUICommandInput, DescribePersistentAppUICommandOutput } from "./commands/DescribePersistentAppUICommand";
26
+ import type { DescribeReleaseLabelCommandInput, DescribeReleaseLabelCommandOutput } from "./commands/DescribeReleaseLabelCommand";
27
+ import type { DescribeSecurityConfigurationCommandInput, DescribeSecurityConfigurationCommandOutput } from "./commands/DescribeSecurityConfigurationCommand";
28
+ import type { DescribeStepCommandInput, DescribeStepCommandOutput } from "./commands/DescribeStepCommand";
29
+ import type { DescribeStudioCommandInput, DescribeStudioCommandOutput } from "./commands/DescribeStudioCommand";
30
+ import type { GetAutoTerminationPolicyCommandInput, GetAutoTerminationPolicyCommandOutput } from "./commands/GetAutoTerminationPolicyCommand";
31
+ import type { GetBlockPublicAccessConfigurationCommandInput, GetBlockPublicAccessConfigurationCommandOutput } from "./commands/GetBlockPublicAccessConfigurationCommand";
32
+ import type { GetClusterSessionCredentialsCommandInput, GetClusterSessionCredentialsCommandOutput } from "./commands/GetClusterSessionCredentialsCommand";
33
+ import type { GetManagedScalingPolicyCommandInput, GetManagedScalingPolicyCommandOutput } from "./commands/GetManagedScalingPolicyCommand";
34
+ import type { GetOnClusterAppUIPresignedURLCommandInput, GetOnClusterAppUIPresignedURLCommandOutput } from "./commands/GetOnClusterAppUIPresignedURLCommand";
35
+ import type { GetPersistentAppUIPresignedURLCommandInput, GetPersistentAppUIPresignedURLCommandOutput } from "./commands/GetPersistentAppUIPresignedURLCommand";
36
+ import type { GetStudioSessionMappingCommandInput, GetStudioSessionMappingCommandOutput } from "./commands/GetStudioSessionMappingCommand";
37
+ import type { ListBootstrapActionsCommandInput, ListBootstrapActionsCommandOutput } from "./commands/ListBootstrapActionsCommand";
38
+ import type { ListClustersCommandInput, ListClustersCommandOutput } from "./commands/ListClustersCommand";
39
+ import type { ListInstanceFleetsCommandInput, ListInstanceFleetsCommandOutput } from "./commands/ListInstanceFleetsCommand";
40
+ import type { ListInstanceGroupsCommandInput, ListInstanceGroupsCommandOutput } from "./commands/ListInstanceGroupsCommand";
41
+ import type { ListInstancesCommandInput, ListInstancesCommandOutput } from "./commands/ListInstancesCommand";
42
+ import type { ListNotebookExecutionsCommandInput, ListNotebookExecutionsCommandOutput } from "./commands/ListNotebookExecutionsCommand";
43
+ import type { ListReleaseLabelsCommandInput, ListReleaseLabelsCommandOutput } from "./commands/ListReleaseLabelsCommand";
44
+ import type { ListSecurityConfigurationsCommandInput, ListSecurityConfigurationsCommandOutput } from "./commands/ListSecurityConfigurationsCommand";
45
+ import type { ListStepsCommandInput, ListStepsCommandOutput } from "./commands/ListStepsCommand";
46
+ import type { ListStudiosCommandInput, ListStudiosCommandOutput } from "./commands/ListStudiosCommand";
47
+ import type { ListStudioSessionMappingsCommandInput, ListStudioSessionMappingsCommandOutput } from "./commands/ListStudioSessionMappingsCommand";
48
+ import type { ListSupportedInstanceTypesCommandInput, ListSupportedInstanceTypesCommandOutput } from "./commands/ListSupportedInstanceTypesCommand";
49
+ import type { ModifyClusterCommandInput, ModifyClusterCommandOutput } from "./commands/ModifyClusterCommand";
50
+ import type { ModifyInstanceFleetCommandInput, ModifyInstanceFleetCommandOutput } from "./commands/ModifyInstanceFleetCommand";
51
+ import type { ModifyInstanceGroupsCommandInput, ModifyInstanceGroupsCommandOutput } from "./commands/ModifyInstanceGroupsCommand";
52
+ import type { PutAutoScalingPolicyCommandInput, PutAutoScalingPolicyCommandOutput } from "./commands/PutAutoScalingPolicyCommand";
53
+ import type { PutAutoTerminationPolicyCommandInput, PutAutoTerminationPolicyCommandOutput } from "./commands/PutAutoTerminationPolicyCommand";
54
+ import type { PutBlockPublicAccessConfigurationCommandInput, PutBlockPublicAccessConfigurationCommandOutput } from "./commands/PutBlockPublicAccessConfigurationCommand";
55
+ import type { PutManagedScalingPolicyCommandInput, PutManagedScalingPolicyCommandOutput } from "./commands/PutManagedScalingPolicyCommand";
56
+ import type { RemoveAutoScalingPolicyCommandInput, RemoveAutoScalingPolicyCommandOutput } from "./commands/RemoveAutoScalingPolicyCommand";
57
+ import type { RemoveAutoTerminationPolicyCommandInput, RemoveAutoTerminationPolicyCommandOutput } from "./commands/RemoveAutoTerminationPolicyCommand";
58
+ import type { RemoveManagedScalingPolicyCommandInput, RemoveManagedScalingPolicyCommandOutput } from "./commands/RemoveManagedScalingPolicyCommand";
59
+ import type { RemoveTagsCommandInput, RemoveTagsCommandOutput } from "./commands/RemoveTagsCommand";
60
+ import type { RunJobFlowCommandInput, RunJobFlowCommandOutput } from "./commands/RunJobFlowCommand";
61
+ import type { SetKeepJobFlowAliveWhenNoStepsCommandInput, SetKeepJobFlowAliveWhenNoStepsCommandOutput } from "./commands/SetKeepJobFlowAliveWhenNoStepsCommand";
62
+ import type { SetTerminationProtectionCommandInput, SetTerminationProtectionCommandOutput } from "./commands/SetTerminationProtectionCommand";
63
+ import type { SetUnhealthyNodeReplacementCommandInput, SetUnhealthyNodeReplacementCommandOutput } from "./commands/SetUnhealthyNodeReplacementCommand";
64
+ import type { SetVisibleToAllUsersCommandInput, SetVisibleToAllUsersCommandOutput } from "./commands/SetVisibleToAllUsersCommand";
65
+ import type { StartNotebookExecutionCommandInput, StartNotebookExecutionCommandOutput } from "./commands/StartNotebookExecutionCommand";
66
+ import type { StopNotebookExecutionCommandInput, StopNotebookExecutionCommandOutput } from "./commands/StopNotebookExecutionCommand";
67
+ import type { TerminateJobFlowsCommandInput, TerminateJobFlowsCommandOutput } from "./commands/TerminateJobFlowsCommand";
68
+ import type { UpdateStudioCommandInput, UpdateStudioCommandOutput } from "./commands/UpdateStudioCommand";
69
+ import type { UpdateStudioSessionMappingCommandInput, UpdateStudioSessionMappingCommandOutput } from "./commands/UpdateStudioSessionMappingCommand";
70
+ import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
71
71
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
72
72
  export { __Client };
73
73
  /**
@@ -176,7 +176,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
176
176
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
177
177
  * @internal
178
178
  */
179
- defaultUserAgentProvider?: Provider<__UserAgent>;
179
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
180
180
  /**
181
181
  * Default credentials provider; Not available in browser runtime.
182
182
  * @deprecated
@@ -1,4 +1,4 @@
1
- import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
1
+ import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
2
  import type { EMRHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
@@ -7,7 +7,7 @@
7
7
  */
8
8
  export * from "./EMRClient";
9
9
  export * from "./EMR";
10
- export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
10
+ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
11
11
  export type { RuntimeExtension } from "./runtimeExtensions";
12
12
  export type { EMRExtensionConfiguration } from "./extensionConfiguration";
13
13
  export * from "./commands";
@@ -1,4 +1,4 @@
1
- import { ActionOnFailure, AdjustmentType, AuthMode, AutoScalingPolicyState, AutoScalingPolicyStateChangeReasonCode, CancelStepsRequestStatus, ClusterState, ClusterStateChangeReasonCode, ComparisonOperator, ComputeLimitsUnitType, ExecutionEngineType, IdcUserAssignment, IdentityType, InstanceCollectionType, InstanceFleetState, InstanceFleetStateChangeReasonCode, InstanceFleetType, InstanceGroupState, InstanceGroupStateChangeReasonCode, InstanceGroupType, InstanceRoleType, InstanceState, InstanceStateChangeReasonCode, JobFlowExecutionState, LogType, LogUploadPolicyValue, MarketType, NotebookExecutionStatus, OnClusterAppUIType, OnDemandCapacityReservationPreference, OnDemandCapacityReservationUsageStrategy, OnDemandProvisioningAllocationStrategy, OutputNotebookFormat, PersistentAppUIType, PlacementGroupStrategy, ProfilerType, ReconfigurationType, RepoUpgradeOnBoot, ScaleDownBehavior, ScalingStrategy, SpotProvisioningAllocationStrategy, SpotProvisioningTimeoutAction, Statistic, StepCancellationOption, StepExecutionState, StepState, StepStateChangeReasonCode, Unit } from "./enums";
1
+ import type { ActionOnFailure, AdjustmentType, AuthMode, AutoScalingPolicyState, AutoScalingPolicyStateChangeReasonCode, CancelStepsRequestStatus, ClusterState, ClusterStateChangeReasonCode, ComparisonOperator, ComputeLimitsUnitType, ExecutionEngineType, IdcUserAssignment, IdentityType, InstanceCollectionType, InstanceFleetState, InstanceFleetStateChangeReasonCode, InstanceFleetType, InstanceGroupState, InstanceGroupStateChangeReasonCode, InstanceGroupType, InstanceRoleType, InstanceState, InstanceStateChangeReasonCode, JobFlowExecutionState, LogType, LogUploadPolicyValue, MarketType, NotebookExecutionStatus, OnClusterAppUIType, OnDemandCapacityReservationPreference, OnDemandCapacityReservationUsageStrategy, OnDemandProvisioningAllocationStrategy, OutputNotebookFormat, PersistentAppUIType, PlacementGroupStrategy, ProfilerType, ReconfigurationType, RepoUpgradeOnBoot, ScaleDownBehavior, ScalingStrategy, SpotProvisioningAllocationStrategy, SpotProvisioningTimeoutAction, Statistic, StepCancellationOption, StepExecutionState, StepState, StepStateChangeReasonCode, Unit } from "./enums";
2
2
  /**
3
3
  * <p>EBS volume specifications such as volume type, IOPS, size (GiB) and throughput (MiB/s)
4
4
  * that are requested for the EBS volume attached to an Amazon EC2 instance in the
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListBootstrapActionsCommandInput, ListBootstrapActionsCommandOutput } from "../commands/ListBootstrapActionsCommand";
3
- import { EMRPaginationConfiguration } from "./Interfaces";
3
+ import type { EMRPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListClustersCommandInput, ListClustersCommandOutput } from "../commands/ListClustersCommand";
3
- import { EMRPaginationConfiguration } from "./Interfaces";
3
+ import type { EMRPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListInstanceFleetsCommandInput, ListInstanceFleetsCommandOutput } from "../commands/ListInstanceFleetsCommand";
3
- import { EMRPaginationConfiguration } from "./Interfaces";
3
+ import type { EMRPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListInstanceGroupsCommandInput, ListInstanceGroupsCommandOutput } from "../commands/ListInstanceGroupsCommand";
3
- import { EMRPaginationConfiguration } from "./Interfaces";
3
+ import type { EMRPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListInstancesCommandInput, ListInstancesCommandOutput } from "../commands/ListInstancesCommand";
3
- import { EMRPaginationConfiguration } from "./Interfaces";
3
+ import type { EMRPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListNotebookExecutionsCommandInput, ListNotebookExecutionsCommandOutput } from "../commands/ListNotebookExecutionsCommand";
3
- import { EMRPaginationConfiguration } from "./Interfaces";
3
+ import type { EMRPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListReleaseLabelsCommandInput, ListReleaseLabelsCommandOutput } from "../commands/ListReleaseLabelsCommand";
3
- import { EMRPaginationConfiguration } from "./Interfaces";
3
+ import type { EMRPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListSecurityConfigurationsCommandInput, ListSecurityConfigurationsCommandOutput } from "../commands/ListSecurityConfigurationsCommand";
3
- import { EMRPaginationConfiguration } from "./Interfaces";
3
+ import type { EMRPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListStepsCommandInput, ListStepsCommandOutput } from "../commands/ListStepsCommand";
3
- import { EMRPaginationConfiguration } from "./Interfaces";
3
+ import type { EMRPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListStudioSessionMappingsCommandInput, ListStudioSessionMappingsCommandOutput } from "../commands/ListStudioSessionMappingsCommand";
3
- import { EMRPaginationConfiguration } from "./Interfaces";
3
+ import type { EMRPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListStudiosCommandInput, ListStudiosCommandOutput } from "../commands/ListStudiosCommand";
3
- import { EMRPaginationConfiguration } from "./Interfaces";
3
+ import type { EMRPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListSupportedInstanceTypesCommandInput, ListSupportedInstanceTypesCommandOutput } from "../commands/ListSupportedInstanceTypesCommand";
3
- import { EMRPaginationConfiguration } from "./Interfaces";
3
+ import type { EMRPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -26,6 +26,7 @@ import {
26
26
  Client as __Client,
27
27
  } from "@smithy/smithy-client";
28
28
  import {
29
+ AwsCredentialIdentityProvider,
29
30
  BodyLengthCalculator as __BodyLengthCalculator,
30
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
31
32
  ChecksumConstructor as __ChecksumConstructor,
@@ -37,8 +38,6 @@ import {
37
38
  Provider as __Provider,
38
39
  StreamCollector as __StreamCollector,
39
40
  UrlParser as __UrlParser,
40
- AwsCredentialIdentityProvider,
41
- Provider,
42
41
  UserAgent as __UserAgent,
43
42
  } from "@smithy/types";
44
43
  import {
@@ -432,7 +431,7 @@ export interface ClientDefaults
432
431
  useFipsEndpoint?: boolean | __Provider<boolean>;
433
432
  region?: string | __Provider<string>;
434
433
  profile?: string;
435
- defaultUserAgentProvider?: Provider<__UserAgent>;
434
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
436
435
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
437
436
  maxAttempts?: number | __Provider<number>;
438
437
  retryMode?: string | __Provider<string>;
@@ -1,7 +1,7 @@
1
1
  import {
2
- HttpAuthScheme,
3
2
  AwsCredentialIdentity,
4
3
  AwsCredentialIdentityProvider,
4
+ HttpAuthScheme,
5
5
  } from "@smithy/types";
6
6
  import { EMRHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeClusterCommandInput } from "../commands/DescribeClusterCommand";
3
- import { EMRClient } from "../EMRClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type DescribeClusterCommandInput } from "../commands/DescribeClusterCommand";
3
+ import type { EMRClient } from "../EMRClient";
4
4
  /**
5
5
  *
6
6
  * @deprecated Use waitUntilClusterRunning instead. waitForClusterRunning does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeClusterCommandInput } from "../commands/DescribeClusterCommand";
3
- import { EMRClient } from "../EMRClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type DescribeClusterCommandInput } from "../commands/DescribeClusterCommand";
3
+ import type { EMRClient } from "../EMRClient";
4
4
  /**
5
5
  *
6
6
  * @deprecated Use waitUntilClusterTerminated instead. waitForClusterTerminated does not throw error in non-success cases.
@@ -1,6 +1,6 @@
1
- import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
- import { DescribeStepCommandInput } from "../commands/DescribeStepCommand";
3
- import { EMRClient } from "../EMRClient";
1
+ import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
+ import { type DescribeStepCommandInput } from "../commands/DescribeStepCommand";
3
+ import type { EMRClient } from "../EMRClient";
4
4
  /**
5
5
  *
6
6
  * @deprecated Use waitUntilStepComplete instead. waitForStepComplete does not throw error in non-success cases.
package/package.json CHANGED
@@ -1,7 +1,7 @@
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.1019.0",
4
+ "version": "3.1021.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-emr",
@@ -23,43 +23,43 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.973.25",
27
- "@aws-sdk/credential-provider-node": "^3.972.27",
26
+ "@aws-sdk/core": "^3.973.26",
27
+ "@aws-sdk/credential-provider-node": "^3.972.29",
28
28
  "@aws-sdk/middleware-host-header": "^3.972.8",
29
29
  "@aws-sdk/middleware-logger": "^3.972.8",
30
30
  "@aws-sdk/middleware-recursion-detection": "^3.972.9",
31
- "@aws-sdk/middleware-user-agent": "^3.972.26",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.28",
32
32
  "@aws-sdk/region-config-resolver": "^3.972.10",
33
33
  "@aws-sdk/types": "^3.973.6",
34
34
  "@aws-sdk/util-endpoints": "^3.996.5",
35
35
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
36
- "@aws-sdk/util-user-agent-node": "^3.973.12",
36
+ "@aws-sdk/util-user-agent-node": "^3.973.14",
37
37
  "@smithy/config-resolver": "^4.4.13",
38
- "@smithy/core": "^3.23.12",
38
+ "@smithy/core": "^3.23.13",
39
39
  "@smithy/fetch-http-handler": "^5.3.15",
40
40
  "@smithy/hash-node": "^4.2.12",
41
41
  "@smithy/invalid-dependency": "^4.2.12",
42
42
  "@smithy/middleware-content-length": "^4.2.12",
43
- "@smithy/middleware-endpoint": "^4.4.27",
44
- "@smithy/middleware-retry": "^4.4.44",
45
- "@smithy/middleware-serde": "^4.2.15",
43
+ "@smithy/middleware-endpoint": "^4.4.28",
44
+ "@smithy/middleware-retry": "^4.4.46",
45
+ "@smithy/middleware-serde": "^4.2.16",
46
46
  "@smithy/middleware-stack": "^4.2.12",
47
47
  "@smithy/node-config-provider": "^4.3.12",
48
- "@smithy/node-http-handler": "^4.5.0",
48
+ "@smithy/node-http-handler": "^4.5.1",
49
49
  "@smithy/protocol-http": "^5.3.12",
50
- "@smithy/smithy-client": "^4.12.7",
50
+ "@smithy/smithy-client": "^4.12.8",
51
51
  "@smithy/types": "^4.13.1",
52
52
  "@smithy/url-parser": "^4.2.12",
53
53
  "@smithy/util-base64": "^4.3.2",
54
54
  "@smithy/util-body-length-browser": "^4.2.2",
55
55
  "@smithy/util-body-length-node": "^4.2.3",
56
- "@smithy/util-defaults-mode-browser": "^4.3.43",
57
- "@smithy/util-defaults-mode-node": "^4.2.47",
56
+ "@smithy/util-defaults-mode-browser": "^4.3.44",
57
+ "@smithy/util-defaults-mode-node": "^4.2.48",
58
58
  "@smithy/util-endpoints": "^3.3.3",
59
59
  "@smithy/util-middleware": "^4.2.12",
60
- "@smithy/util-retry": "^4.2.12",
60
+ "@smithy/util-retry": "^4.2.13",
61
61
  "@smithy/util-utf8": "^4.2.2",
62
- "@smithy/util-waiter": "^4.2.13",
62
+ "@smithy/util-waiter": "^4.2.14",
63
63
  "tslib": "^2.6.2"
64
64
  },
65
65
  "devDependencies": {