@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
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribePersistentAppUIInput,
4
- DescribePersistentAppUIOutput,
5
- } from "../models/models_0";
2
+ import { DescribePersistentAppUIInput, DescribePersistentAppUIOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DescribePersistentAppUICommandInput
8
- extends DescribePersistentAppUIInput {}
4
+ export interface DescribePersistentAppUICommandInput extends DescribePersistentAppUIInput {}
9
5
  export interface DescribePersistentAppUICommandOutput
10
- extends DescribePersistentAppUIOutput,
11
- __MetadataBearer {}
6
+ extends DescribePersistentAppUIOutput, __MetadataBearer {}
12
7
  declare const DescribePersistentAppUICommand_base: {
13
8
  new (
14
- input: DescribePersistentAppUICommandInput
9
+ input: DescribePersistentAppUICommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DescribePersistentAppUICommandInput,
17
12
  DescribePersistentAppUICommandOutput,
@@ -20,7 +15,7 @@ declare const DescribePersistentAppUICommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DescribePersistentAppUICommandInput
18
+ input: DescribePersistentAppUICommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DescribePersistentAppUICommandInput,
26
21
  DescribePersistentAppUICommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeReleaseLabelInput,
4
- DescribeReleaseLabelOutput,
5
- } from "../models/models_0";
2
+ import { DescribeReleaseLabelInput, DescribeReleaseLabelOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DescribeReleaseLabelCommandInput
8
- extends DescribeReleaseLabelInput {}
4
+ export interface DescribeReleaseLabelCommandInput extends DescribeReleaseLabelInput {}
9
5
  export interface DescribeReleaseLabelCommandOutput
10
- extends DescribeReleaseLabelOutput,
11
- __MetadataBearer {}
6
+ extends DescribeReleaseLabelOutput, __MetadataBearer {}
12
7
  declare const DescribeReleaseLabelCommand_base: {
13
8
  new (
14
- input: DescribeReleaseLabelCommandInput
9
+ input: DescribeReleaseLabelCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DescribeReleaseLabelCommandInput,
17
12
  DescribeReleaseLabelCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeSecurityConfigurationOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeSecurityConfigurationCommandInput
8
- extends DescribeSecurityConfigurationInput {}
7
+ export interface DescribeSecurityConfigurationCommandInput extends DescribeSecurityConfigurationInput {}
9
8
  export interface DescribeSecurityConfigurationCommandOutput
10
- extends DescribeSecurityConfigurationOutput,
11
- __MetadataBearer {}
9
+ extends DescribeSecurityConfigurationOutput, __MetadataBearer {}
12
10
  declare const DescribeSecurityConfigurationCommand_base: {
13
11
  new (
14
- input: DescribeSecurityConfigurationCommandInput
12
+ input: DescribeSecurityConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeSecurityConfigurationCommandInput,
17
15
  DescribeSecurityConfigurationCommandOutput,
@@ -20,7 +18,7 @@ declare const DescribeSecurityConfigurationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DescribeSecurityConfigurationCommandInput
21
+ input: DescribeSecurityConfigurationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DescribeSecurityConfigurationCommandInput,
26
24
  DescribeSecurityConfigurationCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DescribeStepInput, DescribeStepOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface DescribeStepCommandInput extends DescribeStepInput {}
5
- export interface DescribeStepCommandOutput
6
- extends DescribeStepOutput,
7
- __MetadataBearer {}
5
+ export interface DescribeStepCommandOutput extends DescribeStepOutput, __MetadataBearer {}
8
6
  declare const DescribeStepCommand_base: {
9
7
  new (
10
- input: DescribeStepCommandInput
8
+ input: DescribeStepCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DescribeStepCommandInput,
13
11
  DescribeStepCommandOutput,
@@ -16,7 +14,7 @@ declare const DescribeStepCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DescribeStepCommandInput
17
+ input: DescribeStepCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DescribeStepCommandInput,
22
20
  DescribeStepCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DescribeStudioInput, DescribeStudioOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface DescribeStudioCommandInput extends DescribeStudioInput {}
5
- export interface DescribeStudioCommandOutput
6
- extends DescribeStudioOutput,
7
- __MetadataBearer {}
5
+ export interface DescribeStudioCommandOutput extends DescribeStudioOutput, __MetadataBearer {}
8
6
  declare const DescribeStudioCommand_base: {
9
7
  new (
10
- input: DescribeStudioCommandInput
8
+ input: DescribeStudioCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DescribeStudioCommandInput,
13
11
  DescribeStudioCommandOutput,
@@ -16,7 +14,7 @@ declare const DescribeStudioCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DescribeStudioCommandInput
17
+ input: DescribeStudioCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DescribeStudioCommandInput,
22
20
  DescribeStudioCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetAutoTerminationPolicyInput,
4
- GetAutoTerminationPolicyOutput,
5
- } from "../models/models_0";
2
+ import { GetAutoTerminationPolicyInput, GetAutoTerminationPolicyOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetAutoTerminationPolicyCommandInput
8
- extends GetAutoTerminationPolicyInput {}
4
+ export interface GetAutoTerminationPolicyCommandInput extends GetAutoTerminationPolicyInput {}
9
5
  export interface GetAutoTerminationPolicyCommandOutput
10
- extends GetAutoTerminationPolicyOutput,
11
- __MetadataBearer {}
6
+ extends GetAutoTerminationPolicyOutput, __MetadataBearer {}
12
7
  declare const GetAutoTerminationPolicyCommand_base: {
13
8
  new (
14
- input: GetAutoTerminationPolicyCommandInput
9
+ input: GetAutoTerminationPolicyCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetAutoTerminationPolicyCommandInput,
17
12
  GetAutoTerminationPolicyCommandOutput,
@@ -20,7 +15,7 @@ declare const GetAutoTerminationPolicyCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetAutoTerminationPolicyCommandInput
18
+ input: GetAutoTerminationPolicyCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetAutoTerminationPolicyCommandInput,
26
21
  GetAutoTerminationPolicyCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetBlockPublicAccessConfigurationOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetBlockPublicAccessConfigurationCommandInput
8
- extends GetBlockPublicAccessConfigurationInput {}
7
+ export interface GetBlockPublicAccessConfigurationCommandInput extends GetBlockPublicAccessConfigurationInput {}
9
8
  export interface GetBlockPublicAccessConfigurationCommandOutput
10
- extends GetBlockPublicAccessConfigurationOutput,
11
- __MetadataBearer {}
9
+ extends GetBlockPublicAccessConfigurationOutput, __MetadataBearer {}
12
10
  declare const GetBlockPublicAccessConfigurationCommand_base: {
13
11
  new (
14
- input: GetBlockPublicAccessConfigurationCommandInput
12
+ input: GetBlockPublicAccessConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetBlockPublicAccessConfigurationCommandInput,
17
15
  GetBlockPublicAccessConfigurationCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetClusterSessionCredentialsOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetClusterSessionCredentialsCommandInput
8
- extends GetClusterSessionCredentialsInput {}
7
+ export interface GetClusterSessionCredentialsCommandInput extends GetClusterSessionCredentialsInput {}
9
8
  export interface GetClusterSessionCredentialsCommandOutput
10
- extends GetClusterSessionCredentialsOutput,
11
- __MetadataBearer {}
9
+ extends GetClusterSessionCredentialsOutput, __MetadataBearer {}
12
10
  declare const GetClusterSessionCredentialsCommand_base: {
13
11
  new (
14
- input: GetClusterSessionCredentialsCommandInput
12
+ input: GetClusterSessionCredentialsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetClusterSessionCredentialsCommandInput,
17
15
  GetClusterSessionCredentialsCommandOutput,
@@ -20,7 +18,7 @@ declare const GetClusterSessionCredentialsCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetClusterSessionCredentialsCommandInput
21
+ input: GetClusterSessionCredentialsCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetClusterSessionCredentialsCommandInput,
26
24
  GetClusterSessionCredentialsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetManagedScalingPolicyInput,
4
- GetManagedScalingPolicyOutput,
5
- } from "../models/models_0";
2
+ import { GetManagedScalingPolicyInput, GetManagedScalingPolicyOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetManagedScalingPolicyCommandInput
8
- extends GetManagedScalingPolicyInput {}
4
+ export interface GetManagedScalingPolicyCommandInput extends GetManagedScalingPolicyInput {}
9
5
  export interface GetManagedScalingPolicyCommandOutput
10
- extends GetManagedScalingPolicyOutput,
11
- __MetadataBearer {}
6
+ extends GetManagedScalingPolicyOutput, __MetadataBearer {}
12
7
  declare const GetManagedScalingPolicyCommand_base: {
13
8
  new (
14
- input: GetManagedScalingPolicyCommandInput
9
+ input: GetManagedScalingPolicyCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetManagedScalingPolicyCommandInput,
17
12
  GetManagedScalingPolicyCommandOutput,
@@ -20,7 +15,7 @@ declare const GetManagedScalingPolicyCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetManagedScalingPolicyCommandInput
18
+ input: GetManagedScalingPolicyCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetManagedScalingPolicyCommandInput,
26
21
  GetManagedScalingPolicyCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetOnClusterAppUIPresignedURLOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetOnClusterAppUIPresignedURLCommandInput
8
- extends GetOnClusterAppUIPresignedURLInput {}
7
+ export interface GetOnClusterAppUIPresignedURLCommandInput extends GetOnClusterAppUIPresignedURLInput {}
9
8
  export interface GetOnClusterAppUIPresignedURLCommandOutput
10
- extends GetOnClusterAppUIPresignedURLOutput,
11
- __MetadataBearer {}
9
+ extends GetOnClusterAppUIPresignedURLOutput, __MetadataBearer {}
12
10
  declare const GetOnClusterAppUIPresignedURLCommand_base: {
13
11
  new (
14
- input: GetOnClusterAppUIPresignedURLCommandInput
12
+ input: GetOnClusterAppUIPresignedURLCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetOnClusterAppUIPresignedURLCommandInput,
17
15
  GetOnClusterAppUIPresignedURLCommandOutput,
@@ -20,7 +18,7 @@ declare const GetOnClusterAppUIPresignedURLCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetOnClusterAppUIPresignedURLCommandInput
21
+ input: GetOnClusterAppUIPresignedURLCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetOnClusterAppUIPresignedURLCommandInput,
26
24
  GetOnClusterAppUIPresignedURLCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetPersistentAppUIPresignedURLOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetPersistentAppUIPresignedURLCommandInput
8
- extends GetPersistentAppUIPresignedURLInput {}
7
+ export interface GetPersistentAppUIPresignedURLCommandInput extends GetPersistentAppUIPresignedURLInput {}
9
8
  export interface GetPersistentAppUIPresignedURLCommandOutput
10
- extends GetPersistentAppUIPresignedURLOutput,
11
- __MetadataBearer {}
9
+ extends GetPersistentAppUIPresignedURLOutput, __MetadataBearer {}
12
10
  declare const GetPersistentAppUIPresignedURLCommand_base: {
13
11
  new (
14
- input: GetPersistentAppUIPresignedURLCommandInput
12
+ input: GetPersistentAppUIPresignedURLCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetPersistentAppUIPresignedURLCommandInput,
17
15
  GetPersistentAppUIPresignedURLCommandOutput,
@@ -20,7 +18,7 @@ declare const GetPersistentAppUIPresignedURLCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetPersistentAppUIPresignedURLCommandInput
21
+ input: GetPersistentAppUIPresignedURLCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetPersistentAppUIPresignedURLCommandInput,
26
24
  GetPersistentAppUIPresignedURLCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetSessionInput, GetSessionOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetSessionCommandInput extends GetSessionInput {}
5
- export interface GetSessionCommandOutput
6
- extends GetSessionOutput,
7
- __MetadataBearer {}
5
+ export interface GetSessionCommandOutput extends GetSessionOutput, __MetadataBearer {}
8
6
  declare const GetSessionCommand_base: {
9
7
  new (
10
- input: GetSessionCommandInput
8
+ input: GetSessionCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetSessionCommandInput,
13
11
  GetSessionCommandOutput,
@@ -16,7 +14,7 @@ declare const GetSessionCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetSessionCommandInput
17
+ input: GetSessionCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetSessionCommandInput,
22
20
  GetSessionCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetSessionEndpointInput,
4
- GetSessionEndpointOutput,
5
- } from "../models/models_0";
2
+ import { GetSessionEndpointInput, GetSessionEndpointOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetSessionEndpointCommandInput
8
- extends GetSessionEndpointInput {}
4
+ export interface GetSessionEndpointCommandInput extends GetSessionEndpointInput {}
9
5
  export interface GetSessionEndpointCommandOutput
10
- extends GetSessionEndpointOutput,
11
- __MetadataBearer {}
6
+ extends GetSessionEndpointOutput, __MetadataBearer {}
12
7
  declare const GetSessionEndpointCommand_base: {
13
8
  new (
14
- input: GetSessionEndpointCommandInput
9
+ input: GetSessionEndpointCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetSessionEndpointCommandInput,
17
12
  GetSessionEndpointCommandOutput,
@@ -20,7 +15,7 @@ declare const GetSessionEndpointCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetSessionEndpointCommandInput
18
+ input: GetSessionEndpointCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetSessionEndpointCommandInput,
26
21
  GetSessionEndpointCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetStudioSessionMappingInput,
4
- GetStudioSessionMappingOutput,
5
- } from "../models/models_0";
2
+ import { GetStudioSessionMappingInput, GetStudioSessionMappingOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetStudioSessionMappingCommandInput
8
- extends GetStudioSessionMappingInput {}
4
+ export interface GetStudioSessionMappingCommandInput extends GetStudioSessionMappingInput {}
9
5
  export interface GetStudioSessionMappingCommandOutput
10
- extends GetStudioSessionMappingOutput,
11
- __MetadataBearer {}
6
+ extends GetStudioSessionMappingOutput, __MetadataBearer {}
12
7
  declare const GetStudioSessionMappingCommand_base: {
13
8
  new (
14
- input: GetStudioSessionMappingCommandInput
9
+ input: GetStudioSessionMappingCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetStudioSessionMappingCommandInput,
17
12
  GetStudioSessionMappingCommandOutput,
@@ -20,7 +15,7 @@ declare const GetStudioSessionMappingCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetStudioSessionMappingCommandInput
18
+ input: GetStudioSessionMappingCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetStudioSessionMappingCommandInput,
26
21
  GetStudioSessionMappingCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListBootstrapActionsInput,
4
- ListBootstrapActionsOutput,
5
- } from "../models/models_0";
2
+ import { ListBootstrapActionsInput, ListBootstrapActionsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListBootstrapActionsCommandInput
8
- extends ListBootstrapActionsInput {}
4
+ export interface ListBootstrapActionsCommandInput extends ListBootstrapActionsInput {}
9
5
  export interface ListBootstrapActionsCommandOutput
10
- extends ListBootstrapActionsOutput,
11
- __MetadataBearer {}
6
+ extends ListBootstrapActionsOutput, __MetadataBearer {}
12
7
  declare const ListBootstrapActionsCommand_base: {
13
8
  new (
14
- input: ListBootstrapActionsCommandInput
9
+ input: ListBootstrapActionsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListBootstrapActionsCommandInput,
17
12
  ListBootstrapActionsCommandOutput,
@@ -20,7 +15,7 @@ declare const ListBootstrapActionsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListBootstrapActionsCommandInput
18
+ input: ListBootstrapActionsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListBootstrapActionsCommandInput,
26
21
  ListBootstrapActionsCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListClustersInput, ListClustersOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListClustersCommandInput extends ListClustersInput {}
5
- export interface ListClustersCommandOutput
6
- extends ListClustersOutput,
7
- __MetadataBearer {}
5
+ export interface ListClustersCommandOutput extends ListClustersOutput, __MetadataBearer {}
8
6
  declare const ListClustersCommand_base: {
9
7
  new (
10
- input: ListClustersCommandInput
8
+ input: ListClustersCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ListClustersCommandInput,
13
11
  ListClustersCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListInstanceFleetsInput,
4
- ListInstanceFleetsOutput,
5
- } from "../models/models_0";
2
+ import { ListInstanceFleetsInput, ListInstanceFleetsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListInstanceFleetsCommandInput
8
- extends ListInstanceFleetsInput {}
4
+ export interface ListInstanceFleetsCommandInput extends ListInstanceFleetsInput {}
9
5
  export interface ListInstanceFleetsCommandOutput
10
- extends ListInstanceFleetsOutput,
11
- __MetadataBearer {}
6
+ extends ListInstanceFleetsOutput, __MetadataBearer {}
12
7
  declare const ListInstanceFleetsCommand_base: {
13
8
  new (
14
- input: ListInstanceFleetsCommandInput
9
+ input: ListInstanceFleetsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListInstanceFleetsCommandInput,
17
12
  ListInstanceFleetsCommandOutput,
@@ -20,7 +15,7 @@ declare const ListInstanceFleetsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListInstanceFleetsCommandInput
18
+ input: ListInstanceFleetsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListInstanceFleetsCommandInput,
26
21
  ListInstanceFleetsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListInstanceGroupsInput,
4
- ListInstanceGroupsOutput,
5
- } from "../models/models_0";
2
+ import { ListInstanceGroupsInput, ListInstanceGroupsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListInstanceGroupsCommandInput
8
- extends ListInstanceGroupsInput {}
4
+ export interface ListInstanceGroupsCommandInput extends ListInstanceGroupsInput {}
9
5
  export interface ListInstanceGroupsCommandOutput
10
- extends ListInstanceGroupsOutput,
11
- __MetadataBearer {}
6
+ extends ListInstanceGroupsOutput, __MetadataBearer {}
12
7
  declare const ListInstanceGroupsCommand_base: {
13
8
  new (
14
- input: ListInstanceGroupsCommandInput
9
+ input: ListInstanceGroupsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListInstanceGroupsCommandInput,
17
12
  ListInstanceGroupsCommandOutput,
@@ -20,7 +15,7 @@ declare const ListInstanceGroupsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListInstanceGroupsCommandInput
18
+ input: ListInstanceGroupsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListInstanceGroupsCommandInput,
26
21
  ListInstanceGroupsCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListInstancesInput, ListInstancesOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListInstancesCommandInput extends ListInstancesInput {}
5
- export interface ListInstancesCommandOutput
6
- extends ListInstancesOutput,
7
- __MetadataBearer {}
5
+ export interface ListInstancesCommandOutput extends ListInstancesOutput, __MetadataBearer {}
8
6
  declare const ListInstancesCommand_base: {
9
7
  new (
10
- input: ListInstancesCommandInput
8
+ input: ListInstancesCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ListInstancesCommandInput,
13
11
  ListInstancesCommandOutput,
@@ -16,7 +14,7 @@ declare const ListInstancesCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: ListInstancesCommandInput
17
+ input: ListInstancesCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  ListInstancesCommandInput,
22
20
  ListInstancesCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListNotebookExecutionsInput,
4
- ListNotebookExecutionsOutput,
5
- } from "../models/models_0";
2
+ import { ListNotebookExecutionsInput, ListNotebookExecutionsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListNotebookExecutionsCommandInput
8
- extends ListNotebookExecutionsInput {}
4
+ export interface ListNotebookExecutionsCommandInput extends ListNotebookExecutionsInput {}
9
5
  export interface ListNotebookExecutionsCommandOutput
10
- extends ListNotebookExecutionsOutput,
11
- __MetadataBearer {}
6
+ extends ListNotebookExecutionsOutput, __MetadataBearer {}
12
7
  declare const ListNotebookExecutionsCommand_base: {
13
8
  new (
14
- input: ListNotebookExecutionsCommandInput
9
+ input: ListNotebookExecutionsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListNotebookExecutionsCommandInput,
17
12
  ListNotebookExecutionsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListReleaseLabelsInput,
4
- ListReleaseLabelsOutput,
5
- } from "../models/models_0";
2
+ import { ListReleaseLabelsInput, ListReleaseLabelsOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListReleaseLabelsCommandInput extends ListReleaseLabelsInput {}
8
- export interface ListReleaseLabelsCommandOutput
9
- extends ListReleaseLabelsOutput,
10
- __MetadataBearer {}
5
+ export interface ListReleaseLabelsCommandOutput extends ListReleaseLabelsOutput, __MetadataBearer {}
11
6
  declare const ListReleaseLabelsCommand_base: {
12
7
  new (
13
- input: ListReleaseLabelsCommandInput
8
+ input: ListReleaseLabelsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListReleaseLabelsCommandInput,
16
11
  ListReleaseLabelsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListSecurityConfigurationsOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListSecurityConfigurationsCommandInput
8
- extends ListSecurityConfigurationsInput {}
7
+ export interface ListSecurityConfigurationsCommandInput extends ListSecurityConfigurationsInput {}
9
8
  export interface ListSecurityConfigurationsCommandOutput
10
- extends ListSecurityConfigurationsOutput,
11
- __MetadataBearer {}
9
+ extends ListSecurityConfigurationsOutput, __MetadataBearer {}
12
10
  declare const ListSecurityConfigurationsCommand_base: {
13
11
  new (
14
- input: ListSecurityConfigurationsCommandInput
12
+ input: ListSecurityConfigurationsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListSecurityConfigurationsCommandInput,
17
15
  ListSecurityConfigurationsCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListSessionsInput, ListSessionsOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListSessionsCommandInput extends ListSessionsInput {}
5
- export interface ListSessionsCommandOutput
6
- extends ListSessionsOutput,
7
- __MetadataBearer {}
5
+ export interface ListSessionsCommandOutput extends ListSessionsOutput, __MetadataBearer {}
8
6
  declare const ListSessionsCommand_base: {
9
7
  new (
10
- input: ListSessionsCommandInput
8
+ input: ListSessionsCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ListSessionsCommandInput,
13
11
  ListSessionsCommandOutput,
@@ -16,7 +14,7 @@ declare const ListSessionsCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: ListSessionsCommandInput
17
+ input: ListSessionsCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  ListSessionsCommandInput,
22
20
  ListSessionsCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListStepsInput, ListStepsOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListStepsCommandInput extends ListStepsInput {}
5
- export interface ListStepsCommandOutput
6
- extends ListStepsOutput,
7
- __MetadataBearer {}
5
+ export interface ListStepsCommandOutput extends ListStepsOutput, __MetadataBearer {}
8
6
  declare const ListStepsCommand_base: {
9
- new (input: ListStepsCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: ListStepsCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  ListStepsCommandInput,
11
11
  ListStepsCommandOutput,
12
12
  import("..").EMRClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: ListStepsCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: ListStepsCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  ListStepsCommandInput,
18
20
  ListStepsCommandOutput,
19
21
  import("..").EMRClientResolvedConfig,
@@ -4,14 +4,12 @@ import {
4
4
  ListStudioSessionMappingsOutput,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListStudioSessionMappingsCommandInput
8
- extends ListStudioSessionMappingsInput {}
7
+ export interface ListStudioSessionMappingsCommandInput extends ListStudioSessionMappingsInput {}
9
8
  export interface ListStudioSessionMappingsCommandOutput
10
- extends ListStudioSessionMappingsOutput,
11
- __MetadataBearer {}
9
+ extends ListStudioSessionMappingsOutput, __MetadataBearer {}
12
10
  declare const ListStudioSessionMappingsCommand_base: {
13
11
  new (
14
- input: ListStudioSessionMappingsCommandInput
12
+ input: ListStudioSessionMappingsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListStudioSessionMappingsCommandInput,
17
15
  ListStudioSessionMappingsCommandOutput,