@aws-sdk/client-emr 3.295.0 → 3.297.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/dist-types/EMR.d.ts +54 -0
- package/dist-types/EMRClient.d.ts +24 -4
- package/dist-types/commands/AddInstanceFleetCommand.d.ts +16 -0
- package/dist-types/commands/AddInstanceGroupsCommand.d.ts +16 -0
- package/dist-types/commands/AddJobFlowStepsCommand.d.ts +16 -0
- package/dist-types/commands/AddTagsCommand.d.ts +16 -0
- package/dist-types/commands/CancelStepsCommand.d.ts +16 -0
- package/dist-types/commands/CreateSecurityConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/CreateStudioCommand.d.ts +16 -0
- package/dist-types/commands/CreateStudioSessionMappingCommand.d.ts +16 -0
- package/dist-types/commands/DeleteSecurityConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteStudioCommand.d.ts +16 -0
- package/dist-types/commands/DeleteStudioSessionMappingCommand.d.ts +16 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +16 -0
- package/dist-types/commands/DescribeJobFlowsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeNotebookExecutionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReleaseLabelCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSecurityConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStepCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStudioCommand.d.ts +16 -0
- package/dist-types/commands/GetAutoTerminationPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetBlockPublicAccessConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/GetClusterSessionCredentialsCommand.d.ts +16 -0
- package/dist-types/commands/GetManagedScalingPolicyCommand.d.ts +16 -0
- package/dist-types/commands/GetStudioSessionMappingCommand.d.ts +16 -0
- package/dist-types/commands/ListBootstrapActionsCommand.d.ts +16 -0
- package/dist-types/commands/ListClustersCommand.d.ts +16 -0
- package/dist-types/commands/ListInstanceFleetsCommand.d.ts +16 -0
- package/dist-types/commands/ListInstanceGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListInstancesCommand.d.ts +16 -0
- package/dist-types/commands/ListNotebookExecutionsCommand.d.ts +16 -0
- package/dist-types/commands/ListReleaseLabelsCommand.d.ts +16 -0
- package/dist-types/commands/ListSecurityConfigurationsCommand.d.ts +16 -0
- package/dist-types/commands/ListStepsCommand.d.ts +16 -0
- package/dist-types/commands/ListStudioSessionMappingsCommand.d.ts +16 -0
- package/dist-types/commands/ListStudiosCommand.d.ts +16 -0
- package/dist-types/commands/ModifyClusterCommand.d.ts +16 -0
- package/dist-types/commands/ModifyInstanceFleetCommand.d.ts +16 -0
- package/dist-types/commands/ModifyInstanceGroupsCommand.d.ts +16 -0
- package/dist-types/commands/PutAutoScalingPolicyCommand.d.ts +16 -0
- package/dist-types/commands/PutAutoTerminationPolicyCommand.d.ts +16 -0
- package/dist-types/commands/PutBlockPublicAccessConfigurationCommand.d.ts +16 -0
- package/dist-types/commands/PutManagedScalingPolicyCommand.d.ts +16 -0
- package/dist-types/commands/RemoveAutoScalingPolicyCommand.d.ts +16 -0
- package/dist-types/commands/RemoveAutoTerminationPolicyCommand.d.ts +16 -0
- package/dist-types/commands/RemoveManagedScalingPolicyCommand.d.ts +16 -0
- package/dist-types/commands/RemoveTagsCommand.d.ts +16 -0
- package/dist-types/commands/RunJobFlowCommand.d.ts +16 -0
- package/dist-types/commands/SetTerminationProtectionCommand.d.ts +16 -0
- package/dist-types/commands/SetVisibleToAllUsersCommand.d.ts +16 -0
- package/dist-types/commands/StartNotebookExecutionCommand.d.ts +16 -0
- package/dist-types/commands/StopNotebookExecutionCommand.d.ts +16 -0
- package/dist-types/commands/TerminateJobFlowsCommand.d.ts +16 -0
- package/dist-types/commands/UpdateStudioCommand.d.ts +16 -0
- package/dist-types/commands/UpdateStudioSessionMappingCommand.d.ts +16 -0
- package/dist-types/models/EMRServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +445 -1
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListBootstrapActionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListClustersPaginator.d.ts +3 -0
- package/dist-types/pagination/ListInstanceFleetsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListInstanceGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListInstancesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListNotebookExecutionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListReleaseLabelsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListSecurityConfigurationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListStepsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListStudioSessionMappingsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListStudiosPaginator.d.ts +3 -0
- package/package.json +30 -30
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListBootstrapActionsCommandInput, ListBootstrapActionsCommandOutput } from "../commands/ListBootstrapActionsCommand";
|
|
3
3
|
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListBootstrapActions(config: EMRPaginationConfiguration, input: ListBootstrapActionsCommandInput, ...additionalArguments: any): Paginator<ListBootstrapActionsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListClustersCommandInput, ListClustersCommandOutput } from "../commands/ListClustersCommand";
|
|
3
3
|
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListClusters(config: EMRPaginationConfiguration, input: ListClustersCommandInput, ...additionalArguments: any): Paginator<ListClustersCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListInstanceFleetsCommandInput, ListInstanceFleetsCommandOutput } from "../commands/ListInstanceFleetsCommand";
|
|
3
3
|
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListInstanceFleets(config: EMRPaginationConfiguration, input: ListInstanceFleetsCommandInput, ...additionalArguments: any): Paginator<ListInstanceFleetsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListInstanceGroupsCommandInput, ListInstanceGroupsCommandOutput } from "../commands/ListInstanceGroupsCommand";
|
|
3
3
|
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListInstanceGroups(config: EMRPaginationConfiguration, input: ListInstanceGroupsCommandInput, ...additionalArguments: any): Paginator<ListInstanceGroupsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListInstancesCommandInput, ListInstancesCommandOutput } from "../commands/ListInstancesCommand";
|
|
3
3
|
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListInstances(config: EMRPaginationConfiguration, input: ListInstancesCommandInput, ...additionalArguments: any): Paginator<ListInstancesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListNotebookExecutionsCommandInput, ListNotebookExecutionsCommandOutput } from "../commands/ListNotebookExecutionsCommand";
|
|
3
3
|
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListNotebookExecutions(config: EMRPaginationConfiguration, input: ListNotebookExecutionsCommandInput, ...additionalArguments: any): Paginator<ListNotebookExecutionsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListReleaseLabelsCommandInput, ListReleaseLabelsCommandOutput } from "../commands/ListReleaseLabelsCommand";
|
|
3
3
|
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListReleaseLabels(config: EMRPaginationConfiguration, input: ListReleaseLabelsCommandInput, ...additionalArguments: any): Paginator<ListReleaseLabelsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListSecurityConfigurationsCommandInput, ListSecurityConfigurationsCommandOutput } from "../commands/ListSecurityConfigurationsCommand";
|
|
3
3
|
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListSecurityConfigurations(config: EMRPaginationConfiguration, input: ListSecurityConfigurationsCommandInput, ...additionalArguments: any): Paginator<ListSecurityConfigurationsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListStepsCommandInput, ListStepsCommandOutput } from "../commands/ListStepsCommand";
|
|
3
3
|
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListSteps(config: EMRPaginationConfiguration, input: ListStepsCommandInput, ...additionalArguments: any): Paginator<ListStepsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListStudioSessionMappingsCommandInput, ListStudioSessionMappingsCommandOutput } from "../commands/ListStudioSessionMappingsCommand";
|
|
3
3
|
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListStudioSessionMappings(config: EMRPaginationConfiguration, input: ListStudioSessionMappingsCommandInput, ...additionalArguments: any): Paginator<ListStudioSessionMappingsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListStudiosCommandInput, ListStudiosCommandOutput } from "../commands/ListStudiosCommand";
|
|
3
3
|
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListStudios(config: EMRPaginationConfiguration, input: ListStudiosCommandInput, ...additionalArguments: any): Paginator<ListStudiosCommandOutput>;
|
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.
|
|
4
|
+
"version": "3.297.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,39 +20,39 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.297.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.297.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.296.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.296.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.296.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.296.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.296.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.296.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.296.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.296.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.296.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.296.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.296.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.296.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.296.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.296.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.296.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.296.0",
|
|
43
|
+
"@aws-sdk/types": "3.296.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.296.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.295.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.295.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.295.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.296.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.296.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.296.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.296.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.296.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.296.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.295.0",
|
|
55
|
-
"@aws-sdk/util-waiter": "3.
|
|
55
|
+
"@aws-sdk/util-waiter": "3.296.0",
|
|
56
56
|
"tslib": "^2.5.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|