@aws-sdk/client-emr 3.169.0 → 3.171.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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/EMR.d.ts +900 -265
- package/dist-types/ts3.4/EMRClient.d.ts +415 -125
- package/dist-types/ts3.4/commands/AddInstanceFleetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AddInstanceGroupsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AddJobFlowStepsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CancelStepsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateSecurityConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateStudioCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateStudioSessionMappingCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteSecurityConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteStudioCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteStudioSessionMappingCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeJobFlowsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeNotebookExecutionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeReleaseLabelCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSecurityConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeStepCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeStudioCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetAutoTerminationPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetBlockPublicAccessConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetManagedScalingPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetStudioSessionMappingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListBootstrapActionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListInstanceFleetsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListInstanceGroupsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListInstancesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListNotebookExecutionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListReleaseLabelsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListSecurityConfigurationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListStepsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListStudioSessionMappingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListStudiosCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ModifyClusterCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ModifyInstanceFleetCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/ModifyInstanceGroupsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutAutoScalingPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutAutoTerminationPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutBlockPublicAccessConfigurationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutManagedScalingPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RemoveAutoScalingPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RemoveAutoTerminationPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RemoveManagedScalingPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RunJobFlowCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/SetTerminationProtectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SetVisibleToAllUsersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartNotebookExecutionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StopNotebookExecutionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TerminateJobFlowsCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateStudioCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateStudioSessionMappingCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +52 -52
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/EMRServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1826 -2461
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListBootstrapActionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstanceFleetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstanceGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNotebookExecutionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListReleaseLabelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSecurityConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStepsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStudioSessionMappingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStudiosPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +12 -12
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +629 -158
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForClusterRunning.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForClusterTerminated.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForStepComplete.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { EMR } from "../EMR";
|
|
3
|
-
import { EMRClient } from "../EMRClient";
|
|
4
|
-
export interface EMRPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
-
|
|
6
|
-
}
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { EMR } from "../EMR";
|
|
3
|
+
import { EMRClient } from "../EMRClient";
|
|
4
|
+
export interface EMRPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
+
client: EMR | EMRClient;
|
|
6
|
+
}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListBootstrapActionsCommandInput,
|
|
4
|
+
ListBootstrapActionsCommandOutput,
|
|
5
|
+
} from "../commands/ListBootstrapActionsCommand";
|
|
6
|
+
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListBootstrapActions(
|
|
8
|
+
config: EMRPaginationConfiguration,
|
|
9
|
+
input: ListBootstrapActionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListBootstrapActionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListClustersCommandInput,
|
|
4
|
+
ListClustersCommandOutput,
|
|
5
|
+
} from "../commands/ListClustersCommand";
|
|
6
|
+
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListClusters(
|
|
8
|
+
config: EMRPaginationConfiguration,
|
|
9
|
+
input: ListClustersCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListClustersCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListInstanceFleetsCommandInput,
|
|
4
|
+
ListInstanceFleetsCommandOutput,
|
|
5
|
+
} from "../commands/ListInstanceFleetsCommand";
|
|
6
|
+
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListInstanceFleets(
|
|
8
|
+
config: EMRPaginationConfiguration,
|
|
9
|
+
input: ListInstanceFleetsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListInstanceFleetsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListInstanceGroupsCommandInput,
|
|
4
|
+
ListInstanceGroupsCommandOutput,
|
|
5
|
+
} from "../commands/ListInstanceGroupsCommand";
|
|
6
|
+
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListInstanceGroups(
|
|
8
|
+
config: EMRPaginationConfiguration,
|
|
9
|
+
input: ListInstanceGroupsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListInstanceGroupsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListInstancesCommandInput,
|
|
4
|
+
ListInstancesCommandOutput,
|
|
5
|
+
} from "../commands/ListInstancesCommand";
|
|
6
|
+
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListInstances(
|
|
8
|
+
config: EMRPaginationConfiguration,
|
|
9
|
+
input: ListInstancesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListInstancesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListNotebookExecutionsCommandInput,
|
|
4
|
+
ListNotebookExecutionsCommandOutput,
|
|
5
|
+
} from "../commands/ListNotebookExecutionsCommand";
|
|
6
|
+
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListNotebookExecutions(
|
|
8
|
+
config: EMRPaginationConfiguration,
|
|
9
|
+
input: ListNotebookExecutionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListNotebookExecutionsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListReleaseLabelsCommandInput,
|
|
4
|
+
ListReleaseLabelsCommandOutput,
|
|
5
|
+
} from "../commands/ListReleaseLabelsCommand";
|
|
6
|
+
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListReleaseLabels(
|
|
8
|
+
config: EMRPaginationConfiguration,
|
|
9
|
+
input: ListReleaseLabelsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListReleaseLabelsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListSecurityConfigurationsCommandInput,
|
|
4
|
+
ListSecurityConfigurationsCommandOutput,
|
|
5
|
+
} from "../commands/ListSecurityConfigurationsCommand";
|
|
6
|
+
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListSecurityConfigurations(
|
|
8
|
+
config: EMRPaginationConfiguration,
|
|
9
|
+
input: ListSecurityConfigurationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListSecurityConfigurationsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListStepsCommandInput,
|
|
4
|
+
ListStepsCommandOutput,
|
|
5
|
+
} from "../commands/ListStepsCommand";
|
|
6
|
+
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListSteps(
|
|
8
|
+
config: EMRPaginationConfiguration,
|
|
9
|
+
input: ListStepsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListStepsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListStudioSessionMappingsCommandInput,
|
|
4
|
+
ListStudioSessionMappingsCommandOutput,
|
|
5
|
+
} from "../commands/ListStudioSessionMappingsCommand";
|
|
6
|
+
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListStudioSessionMappings(
|
|
8
|
+
config: EMRPaginationConfiguration,
|
|
9
|
+
input: ListStudioSessionMappingsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListStudioSessionMappingsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListStudiosCommandInput,
|
|
4
|
+
ListStudiosCommandOutput,
|
|
5
|
+
} from "../commands/ListStudiosCommand";
|
|
6
|
+
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListStudios(
|
|
8
|
+
config: EMRPaginationConfiguration,
|
|
9
|
+
input: ListStudiosCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListStudiosCommandOutput>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export * from "./Interfaces";
|
|
2
|
-
export * from "./ListBootstrapActionsPaginator";
|
|
3
|
-
export * from "./ListClustersPaginator";
|
|
4
|
-
export * from "./ListInstanceFleetsPaginator";
|
|
5
|
-
export * from "./ListInstanceGroupsPaginator";
|
|
6
|
-
export * from "./ListInstancesPaginator";
|
|
7
|
-
export * from "./ListNotebookExecutionsPaginator";
|
|
8
|
-
export * from "./ListReleaseLabelsPaginator";
|
|
9
|
-
export * from "./ListSecurityConfigurationsPaginator";
|
|
10
|
-
export * from "./ListStepsPaginator";
|
|
11
|
-
export * from "./ListStudioSessionMappingsPaginator";
|
|
12
|
-
export * from "./ListStudiosPaginator";
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListBootstrapActionsPaginator";
|
|
3
|
+
export * from "./ListClustersPaginator";
|
|
4
|
+
export * from "./ListInstanceFleetsPaginator";
|
|
5
|
+
export * from "./ListInstanceGroupsPaginator";
|
|
6
|
+
export * from "./ListInstancesPaginator";
|
|
7
|
+
export * from "./ListNotebookExecutionsPaginator";
|
|
8
|
+
export * from "./ListReleaseLabelsPaginator";
|
|
9
|
+
export * from "./ListSecurityConfigurationsPaginator";
|
|
10
|
+
export * from "./ListStepsPaginator";
|
|
11
|
+
export * from "./ListStudioSessionMappingsPaginator";
|
|
12
|
+
export * from "./ListStudiosPaginator";
|