@aws-sdk/client-emr 3.476.0 → 3.478.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-cjs/pagination/ListBootstrapActionsPaginator.js +2 -23
- package/dist-cjs/pagination/ListClustersPaginator.js +2 -23
- package/dist-cjs/pagination/ListInstanceFleetsPaginator.js +2 -23
- package/dist-cjs/pagination/ListInstanceGroupsPaginator.js +2 -23
- package/dist-cjs/pagination/ListInstancesPaginator.js +2 -23
- package/dist-cjs/pagination/ListNotebookExecutionsPaginator.js +2 -23
- package/dist-cjs/pagination/ListReleaseLabelsPaginator.js +2 -24
- package/dist-cjs/pagination/ListSecurityConfigurationsPaginator.js +2 -23
- package/dist-cjs/pagination/ListStepsPaginator.js +2 -23
- package/dist-cjs/pagination/ListStudioSessionMappingsPaginator.js +2 -23
- package/dist-cjs/pagination/ListStudiosPaginator.js +2 -23
- package/dist-cjs/pagination/ListSupportedInstanceTypesPaginator.js +2 -23
- package/dist-es/pagination/ListBootstrapActionsPaginator.js +2 -22
- package/dist-es/pagination/ListClustersPaginator.js +2 -22
- package/dist-es/pagination/ListInstanceFleetsPaginator.js +2 -22
- package/dist-es/pagination/ListInstanceGroupsPaginator.js +2 -22
- package/dist-es/pagination/ListInstancesPaginator.js +2 -22
- package/dist-es/pagination/ListNotebookExecutionsPaginator.js +2 -22
- package/dist-es/pagination/ListReleaseLabelsPaginator.js +2 -23
- package/dist-es/pagination/ListSecurityConfigurationsPaginator.js +2 -22
- package/dist-es/pagination/ListStepsPaginator.js +2 -22
- package/dist-es/pagination/ListStudioSessionMappingsPaginator.js +2 -22
- package/dist-es/pagination/ListStudiosPaginator.js +2 -22
- package/dist-es/pagination/ListSupportedInstanceTypesPaginator.js +2 -22
- package/dist-types/pagination/ListBootstrapActionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInstanceFleetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInstanceGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotebookExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReleaseLabelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSecurityConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStepsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStudioSessionMappingsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStudiosPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSupportedInstanceTypesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListBootstrapActionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListClustersPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListInstanceFleetsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListInstanceGroupsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListInstancesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListNotebookExecutionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListReleaseLabelsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSecurityConfigurationsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListStepsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListStudioSessionMappingsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListStudiosPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListSupportedInstanceTypesPaginator.d.ts +3 -3
- package/package.json +7 -6
|
@@ -1,28 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListBootstrapActions = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListBootstrapActionsCommand_1 = require("../commands/ListBootstrapActionsCommand");
|
|
5
6
|
const EMRClient_1 = require("../EMRClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListBootstrapActionsCommand_1.ListBootstrapActionsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListBootstrapActions(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.Marker = token;
|
|
15
|
-
if (config.client instanceof EMRClient_1.EMRClient) {
|
|
16
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
17
|
-
}
|
|
18
|
-
else {
|
|
19
|
-
throw new Error("Invalid client, expected EMR | EMRClient");
|
|
20
|
-
}
|
|
21
|
-
yield page;
|
|
22
|
-
const prevToken = token;
|
|
23
|
-
token = page.Marker;
|
|
24
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
25
|
-
}
|
|
26
|
-
return undefined;
|
|
27
|
-
}
|
|
28
|
-
exports.paginateListBootstrapActions = paginateListBootstrapActions;
|
|
7
|
+
exports.paginateListBootstrapActions = (0, core_1.createPaginator)(EMRClient_1.EMRClient, ListBootstrapActionsCommand_1.ListBootstrapActionsCommand, "Marker", "Marker", "");
|
|
@@ -1,28 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListClusters = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListClustersCommand_1 = require("../commands/ListClustersCommand");
|
|
5
6
|
const EMRClient_1 = require("../EMRClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListClustersCommand_1.ListClustersCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListClusters(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.Marker = token;
|
|
15
|
-
if (config.client instanceof EMRClient_1.EMRClient) {
|
|
16
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
17
|
-
}
|
|
18
|
-
else {
|
|
19
|
-
throw new Error("Invalid client, expected EMR | EMRClient");
|
|
20
|
-
}
|
|
21
|
-
yield page;
|
|
22
|
-
const prevToken = token;
|
|
23
|
-
token = page.Marker;
|
|
24
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
25
|
-
}
|
|
26
|
-
return undefined;
|
|
27
|
-
}
|
|
28
|
-
exports.paginateListClusters = paginateListClusters;
|
|
7
|
+
exports.paginateListClusters = (0, core_1.createPaginator)(EMRClient_1.EMRClient, ListClustersCommand_1.ListClustersCommand, "Marker", "Marker", "");
|
|
@@ -1,28 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListInstanceFleets = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListInstanceFleetsCommand_1 = require("../commands/ListInstanceFleetsCommand");
|
|
5
6
|
const EMRClient_1 = require("../EMRClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListInstanceFleetsCommand_1.ListInstanceFleetsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListInstanceFleets(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.Marker = token;
|
|
15
|
-
if (config.client instanceof EMRClient_1.EMRClient) {
|
|
16
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
17
|
-
}
|
|
18
|
-
else {
|
|
19
|
-
throw new Error("Invalid client, expected EMR | EMRClient");
|
|
20
|
-
}
|
|
21
|
-
yield page;
|
|
22
|
-
const prevToken = token;
|
|
23
|
-
token = page.Marker;
|
|
24
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
25
|
-
}
|
|
26
|
-
return undefined;
|
|
27
|
-
}
|
|
28
|
-
exports.paginateListInstanceFleets = paginateListInstanceFleets;
|
|
7
|
+
exports.paginateListInstanceFleets = (0, core_1.createPaginator)(EMRClient_1.EMRClient, ListInstanceFleetsCommand_1.ListInstanceFleetsCommand, "Marker", "Marker", "");
|
|
@@ -1,28 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListInstanceGroups = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListInstanceGroupsCommand_1 = require("../commands/ListInstanceGroupsCommand");
|
|
5
6
|
const EMRClient_1 = require("../EMRClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListInstanceGroupsCommand_1.ListInstanceGroupsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListInstanceGroups(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.Marker = token;
|
|
15
|
-
if (config.client instanceof EMRClient_1.EMRClient) {
|
|
16
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
17
|
-
}
|
|
18
|
-
else {
|
|
19
|
-
throw new Error("Invalid client, expected EMR | EMRClient");
|
|
20
|
-
}
|
|
21
|
-
yield page;
|
|
22
|
-
const prevToken = token;
|
|
23
|
-
token = page.Marker;
|
|
24
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
25
|
-
}
|
|
26
|
-
return undefined;
|
|
27
|
-
}
|
|
28
|
-
exports.paginateListInstanceGroups = paginateListInstanceGroups;
|
|
7
|
+
exports.paginateListInstanceGroups = (0, core_1.createPaginator)(EMRClient_1.EMRClient, ListInstanceGroupsCommand_1.ListInstanceGroupsCommand, "Marker", "Marker", "");
|
|
@@ -1,28 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListInstances = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListInstancesCommand_1 = require("../commands/ListInstancesCommand");
|
|
5
6
|
const EMRClient_1 = require("../EMRClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListInstancesCommand_1.ListInstancesCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListInstances(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.Marker = token;
|
|
15
|
-
if (config.client instanceof EMRClient_1.EMRClient) {
|
|
16
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
17
|
-
}
|
|
18
|
-
else {
|
|
19
|
-
throw new Error("Invalid client, expected EMR | EMRClient");
|
|
20
|
-
}
|
|
21
|
-
yield page;
|
|
22
|
-
const prevToken = token;
|
|
23
|
-
token = page.Marker;
|
|
24
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
25
|
-
}
|
|
26
|
-
return undefined;
|
|
27
|
-
}
|
|
28
|
-
exports.paginateListInstances = paginateListInstances;
|
|
7
|
+
exports.paginateListInstances = (0, core_1.createPaginator)(EMRClient_1.EMRClient, ListInstancesCommand_1.ListInstancesCommand, "Marker", "Marker", "");
|
|
@@ -1,28 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListNotebookExecutions = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListNotebookExecutionsCommand_1 = require("../commands/ListNotebookExecutionsCommand");
|
|
5
6
|
const EMRClient_1 = require("../EMRClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListNotebookExecutionsCommand_1.ListNotebookExecutionsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListNotebookExecutions(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.Marker = token;
|
|
15
|
-
if (config.client instanceof EMRClient_1.EMRClient) {
|
|
16
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
17
|
-
}
|
|
18
|
-
else {
|
|
19
|
-
throw new Error("Invalid client, expected EMR | EMRClient");
|
|
20
|
-
}
|
|
21
|
-
yield page;
|
|
22
|
-
const prevToken = token;
|
|
23
|
-
token = page.Marker;
|
|
24
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
25
|
-
}
|
|
26
|
-
return undefined;
|
|
27
|
-
}
|
|
28
|
-
exports.paginateListNotebookExecutions = paginateListNotebookExecutions;
|
|
7
|
+
exports.paginateListNotebookExecutions = (0, core_1.createPaginator)(EMRClient_1.EMRClient, ListNotebookExecutionsCommand_1.ListNotebookExecutionsCommand, "Marker", "Marker", "");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListReleaseLabels = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListReleaseLabelsCommand_1 = require("../commands/ListReleaseLabelsCommand");
|
|
5
6
|
const EMRClient_1 = require("../EMRClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListReleaseLabelsCommand_1.ListReleaseLabelsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListReleaseLabels(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.NextToken = token;
|
|
15
|
-
input["MaxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof EMRClient_1.EMRClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected EMR | EMRClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.NextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListReleaseLabels = paginateListReleaseLabels;
|
|
7
|
+
exports.paginateListReleaseLabels = (0, core_1.createPaginator)(EMRClient_1.EMRClient, ListReleaseLabelsCommand_1.ListReleaseLabelsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,28 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListSecurityConfigurations = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListSecurityConfigurationsCommand_1 = require("../commands/ListSecurityConfigurationsCommand");
|
|
5
6
|
const EMRClient_1 = require("../EMRClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListSecurityConfigurationsCommand_1.ListSecurityConfigurationsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListSecurityConfigurations(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.Marker = token;
|
|
15
|
-
if (config.client instanceof EMRClient_1.EMRClient) {
|
|
16
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
17
|
-
}
|
|
18
|
-
else {
|
|
19
|
-
throw new Error("Invalid client, expected EMR | EMRClient");
|
|
20
|
-
}
|
|
21
|
-
yield page;
|
|
22
|
-
const prevToken = token;
|
|
23
|
-
token = page.Marker;
|
|
24
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
25
|
-
}
|
|
26
|
-
return undefined;
|
|
27
|
-
}
|
|
28
|
-
exports.paginateListSecurityConfigurations = paginateListSecurityConfigurations;
|
|
7
|
+
exports.paginateListSecurityConfigurations = (0, core_1.createPaginator)(EMRClient_1.EMRClient, ListSecurityConfigurationsCommand_1.ListSecurityConfigurationsCommand, "Marker", "Marker", "");
|
|
@@ -1,28 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListSteps = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListStepsCommand_1 = require("../commands/ListStepsCommand");
|
|
5
6
|
const EMRClient_1 = require("../EMRClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListStepsCommand_1.ListStepsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListSteps(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.Marker = token;
|
|
15
|
-
if (config.client instanceof EMRClient_1.EMRClient) {
|
|
16
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
17
|
-
}
|
|
18
|
-
else {
|
|
19
|
-
throw new Error("Invalid client, expected EMR | EMRClient");
|
|
20
|
-
}
|
|
21
|
-
yield page;
|
|
22
|
-
const prevToken = token;
|
|
23
|
-
token = page.Marker;
|
|
24
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
25
|
-
}
|
|
26
|
-
return undefined;
|
|
27
|
-
}
|
|
28
|
-
exports.paginateListSteps = paginateListSteps;
|
|
7
|
+
exports.paginateListSteps = (0, core_1.createPaginator)(EMRClient_1.EMRClient, ListStepsCommand_1.ListStepsCommand, "Marker", "Marker", "");
|
|
@@ -1,28 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListStudioSessionMappings = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListStudioSessionMappingsCommand_1 = require("../commands/ListStudioSessionMappingsCommand");
|
|
5
6
|
const EMRClient_1 = require("../EMRClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListStudioSessionMappingsCommand_1.ListStudioSessionMappingsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListStudioSessionMappings(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.Marker = token;
|
|
15
|
-
if (config.client instanceof EMRClient_1.EMRClient) {
|
|
16
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
17
|
-
}
|
|
18
|
-
else {
|
|
19
|
-
throw new Error("Invalid client, expected EMR | EMRClient");
|
|
20
|
-
}
|
|
21
|
-
yield page;
|
|
22
|
-
const prevToken = token;
|
|
23
|
-
token = page.Marker;
|
|
24
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
25
|
-
}
|
|
26
|
-
return undefined;
|
|
27
|
-
}
|
|
28
|
-
exports.paginateListStudioSessionMappings = paginateListStudioSessionMappings;
|
|
7
|
+
exports.paginateListStudioSessionMappings = (0, core_1.createPaginator)(EMRClient_1.EMRClient, ListStudioSessionMappingsCommand_1.ListStudioSessionMappingsCommand, "Marker", "Marker", "");
|
|
@@ -1,28 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListStudios = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListStudiosCommand_1 = require("../commands/ListStudiosCommand");
|
|
5
6
|
const EMRClient_1 = require("../EMRClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListStudiosCommand_1.ListStudiosCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListStudios(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.Marker = token;
|
|
15
|
-
if (config.client instanceof EMRClient_1.EMRClient) {
|
|
16
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
17
|
-
}
|
|
18
|
-
else {
|
|
19
|
-
throw new Error("Invalid client, expected EMR | EMRClient");
|
|
20
|
-
}
|
|
21
|
-
yield page;
|
|
22
|
-
const prevToken = token;
|
|
23
|
-
token = page.Marker;
|
|
24
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
25
|
-
}
|
|
26
|
-
return undefined;
|
|
27
|
-
}
|
|
28
|
-
exports.paginateListStudios = paginateListStudios;
|
|
7
|
+
exports.paginateListStudios = (0, core_1.createPaginator)(EMRClient_1.EMRClient, ListStudiosCommand_1.ListStudiosCommand, "Marker", "Marker", "");
|
|
@@ -1,28 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListSupportedInstanceTypes = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListSupportedInstanceTypesCommand_1 = require("../commands/ListSupportedInstanceTypesCommand");
|
|
5
6
|
const EMRClient_1 = require("../EMRClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListSupportedInstanceTypesCommand_1.ListSupportedInstanceTypesCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListSupportedInstanceTypes(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.Marker = token;
|
|
15
|
-
if (config.client instanceof EMRClient_1.EMRClient) {
|
|
16
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
17
|
-
}
|
|
18
|
-
else {
|
|
19
|
-
throw new Error("Invalid client, expected EMR | EMRClient");
|
|
20
|
-
}
|
|
21
|
-
yield page;
|
|
22
|
-
const prevToken = token;
|
|
23
|
-
token = page.Marker;
|
|
24
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
25
|
-
}
|
|
26
|
-
return undefined;
|
|
27
|
-
}
|
|
28
|
-
exports.paginateListSupportedInstanceTypes = paginateListSupportedInstanceTypes;
|
|
7
|
+
exports.paginateListSupportedInstanceTypes = (0, core_1.createPaginator)(EMRClient_1.EMRClient, ListSupportedInstanceTypesCommand_1.ListSupportedInstanceTypesCommand, "Marker", "Marker", "");
|
|
@@ -1,24 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListBootstrapActionsCommand, } from "../commands/ListBootstrapActionsCommand";
|
|
2
3
|
import { EMRClient } from "../EMRClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListBootstrapActionsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListBootstrapActions(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.Marker = token;
|
|
12
|
-
if (config.client instanceof EMRClient) {
|
|
13
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
14
|
-
}
|
|
15
|
-
else {
|
|
16
|
-
throw new Error("Invalid client, expected EMR | EMRClient");
|
|
17
|
-
}
|
|
18
|
-
yield page;
|
|
19
|
-
const prevToken = token;
|
|
20
|
-
token = page.Marker;
|
|
21
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
22
|
-
}
|
|
23
|
-
return undefined;
|
|
24
|
-
}
|
|
4
|
+
export const paginateListBootstrapActions = createPaginator(EMRClient, ListBootstrapActionsCommand, "Marker", "Marker", "");
|
|
@@ -1,24 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListClustersCommand, } from "../commands/ListClustersCommand";
|
|
2
3
|
import { EMRClient } from "../EMRClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListClustersCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListClusters(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.Marker = token;
|
|
12
|
-
if (config.client instanceof EMRClient) {
|
|
13
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
14
|
-
}
|
|
15
|
-
else {
|
|
16
|
-
throw new Error("Invalid client, expected EMR | EMRClient");
|
|
17
|
-
}
|
|
18
|
-
yield page;
|
|
19
|
-
const prevToken = token;
|
|
20
|
-
token = page.Marker;
|
|
21
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
22
|
-
}
|
|
23
|
-
return undefined;
|
|
24
|
-
}
|
|
4
|
+
export const paginateListClusters = createPaginator(EMRClient, ListClustersCommand, "Marker", "Marker", "");
|
|
@@ -1,24 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListInstanceFleetsCommand, } from "../commands/ListInstanceFleetsCommand";
|
|
2
3
|
import { EMRClient } from "../EMRClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListInstanceFleetsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListInstanceFleets(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.Marker = token;
|
|
12
|
-
if (config.client instanceof EMRClient) {
|
|
13
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
14
|
-
}
|
|
15
|
-
else {
|
|
16
|
-
throw new Error("Invalid client, expected EMR | EMRClient");
|
|
17
|
-
}
|
|
18
|
-
yield page;
|
|
19
|
-
const prevToken = token;
|
|
20
|
-
token = page.Marker;
|
|
21
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
22
|
-
}
|
|
23
|
-
return undefined;
|
|
24
|
-
}
|
|
4
|
+
export const paginateListInstanceFleets = createPaginator(EMRClient, ListInstanceFleetsCommand, "Marker", "Marker", "");
|
|
@@ -1,24 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListInstanceGroupsCommand, } from "../commands/ListInstanceGroupsCommand";
|
|
2
3
|
import { EMRClient } from "../EMRClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListInstanceGroupsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListInstanceGroups(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.Marker = token;
|
|
12
|
-
if (config.client instanceof EMRClient) {
|
|
13
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
14
|
-
}
|
|
15
|
-
else {
|
|
16
|
-
throw new Error("Invalid client, expected EMR | EMRClient");
|
|
17
|
-
}
|
|
18
|
-
yield page;
|
|
19
|
-
const prevToken = token;
|
|
20
|
-
token = page.Marker;
|
|
21
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
22
|
-
}
|
|
23
|
-
return undefined;
|
|
24
|
-
}
|
|
4
|
+
export const paginateListInstanceGroups = createPaginator(EMRClient, ListInstanceGroupsCommand, "Marker", "Marker", "");
|
|
@@ -1,24 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListInstancesCommand, } from "../commands/ListInstancesCommand";
|
|
2
3
|
import { EMRClient } from "../EMRClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListInstancesCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListInstances(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.Marker = token;
|
|
12
|
-
if (config.client instanceof EMRClient) {
|
|
13
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
14
|
-
}
|
|
15
|
-
else {
|
|
16
|
-
throw new Error("Invalid client, expected EMR | EMRClient");
|
|
17
|
-
}
|
|
18
|
-
yield page;
|
|
19
|
-
const prevToken = token;
|
|
20
|
-
token = page.Marker;
|
|
21
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
22
|
-
}
|
|
23
|
-
return undefined;
|
|
24
|
-
}
|
|
4
|
+
export const paginateListInstances = createPaginator(EMRClient, ListInstancesCommand, "Marker", "Marker", "");
|
|
@@ -1,24 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListNotebookExecutionsCommand, } from "../commands/ListNotebookExecutionsCommand";
|
|
2
3
|
import { EMRClient } from "../EMRClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListNotebookExecutionsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListNotebookExecutions(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.Marker = token;
|
|
12
|
-
if (config.client instanceof EMRClient) {
|
|
13
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
14
|
-
}
|
|
15
|
-
else {
|
|
16
|
-
throw new Error("Invalid client, expected EMR | EMRClient");
|
|
17
|
-
}
|
|
18
|
-
yield page;
|
|
19
|
-
const prevToken = token;
|
|
20
|
-
token = page.Marker;
|
|
21
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
22
|
-
}
|
|
23
|
-
return undefined;
|
|
24
|
-
}
|
|
4
|
+
export const paginateListNotebookExecutions = createPaginator(EMRClient, ListNotebookExecutionsCommand, "Marker", "Marker", "");
|
|
@@ -1,25 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListReleaseLabelsCommand, } from "../commands/ListReleaseLabelsCommand";
|
|
2
3
|
import { EMRClient } from "../EMRClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListReleaseLabelsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListReleaseLabels(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.NextToken = token;
|
|
12
|
-
input["MaxResults"] = config.pageSize;
|
|
13
|
-
if (config.client instanceof EMRClient) {
|
|
14
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
15
|
-
}
|
|
16
|
-
else {
|
|
17
|
-
throw new Error("Invalid client, expected EMR | EMRClient");
|
|
18
|
-
}
|
|
19
|
-
yield page;
|
|
20
|
-
const prevToken = token;
|
|
21
|
-
token = page.NextToken;
|
|
22
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
23
|
-
}
|
|
24
|
-
return undefined;
|
|
25
|
-
}
|
|
4
|
+
export const paginateListReleaseLabels = createPaginator(EMRClient, ListReleaseLabelsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,24 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListSecurityConfigurationsCommand, } from "../commands/ListSecurityConfigurationsCommand";
|
|
2
3
|
import { EMRClient } from "../EMRClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListSecurityConfigurationsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListSecurityConfigurations(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.Marker = token;
|
|
12
|
-
if (config.client instanceof EMRClient) {
|
|
13
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
14
|
-
}
|
|
15
|
-
else {
|
|
16
|
-
throw new Error("Invalid client, expected EMR | EMRClient");
|
|
17
|
-
}
|
|
18
|
-
yield page;
|
|
19
|
-
const prevToken = token;
|
|
20
|
-
token = page.Marker;
|
|
21
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
22
|
-
}
|
|
23
|
-
return undefined;
|
|
24
|
-
}
|
|
4
|
+
export const paginateListSecurityConfigurations = createPaginator(EMRClient, ListSecurityConfigurationsCommand, "Marker", "Marker", "");
|
|
@@ -1,24 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListStepsCommand } from "../commands/ListStepsCommand";
|
|
2
3
|
import { EMRClient } from "../EMRClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListStepsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListSteps(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.Marker = token;
|
|
12
|
-
if (config.client instanceof EMRClient) {
|
|
13
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
14
|
-
}
|
|
15
|
-
else {
|
|
16
|
-
throw new Error("Invalid client, expected EMR | EMRClient");
|
|
17
|
-
}
|
|
18
|
-
yield page;
|
|
19
|
-
const prevToken = token;
|
|
20
|
-
token = page.Marker;
|
|
21
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
22
|
-
}
|
|
23
|
-
return undefined;
|
|
24
|
-
}
|
|
4
|
+
export const paginateListSteps = createPaginator(EMRClient, ListStepsCommand, "Marker", "Marker", "");
|
|
@@ -1,24 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListStudioSessionMappingsCommand, } from "../commands/ListStudioSessionMappingsCommand";
|
|
2
3
|
import { EMRClient } from "../EMRClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListStudioSessionMappingsCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListStudioSessionMappings(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.Marker = token;
|
|
12
|
-
if (config.client instanceof EMRClient) {
|
|
13
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
14
|
-
}
|
|
15
|
-
else {
|
|
16
|
-
throw new Error("Invalid client, expected EMR | EMRClient");
|
|
17
|
-
}
|
|
18
|
-
yield page;
|
|
19
|
-
const prevToken = token;
|
|
20
|
-
token = page.Marker;
|
|
21
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
22
|
-
}
|
|
23
|
-
return undefined;
|
|
24
|
-
}
|
|
4
|
+
export const paginateListStudioSessionMappings = createPaginator(EMRClient, ListStudioSessionMappingsCommand, "Marker", "Marker", "");
|
|
@@ -1,24 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListStudiosCommand } from "../commands/ListStudiosCommand";
|
|
2
3
|
import { EMRClient } from "../EMRClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListStudiosCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListStudios(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.Marker = token;
|
|
12
|
-
if (config.client instanceof EMRClient) {
|
|
13
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
14
|
-
}
|
|
15
|
-
else {
|
|
16
|
-
throw new Error("Invalid client, expected EMR | EMRClient");
|
|
17
|
-
}
|
|
18
|
-
yield page;
|
|
19
|
-
const prevToken = token;
|
|
20
|
-
token = page.Marker;
|
|
21
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
22
|
-
}
|
|
23
|
-
return undefined;
|
|
24
|
-
}
|
|
4
|
+
export const paginateListStudios = createPaginator(EMRClient, ListStudiosCommand, "Marker", "Marker", "");
|
|
@@ -1,24 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
1
2
|
import { ListSupportedInstanceTypesCommand, } from "../commands/ListSupportedInstanceTypesCommand";
|
|
2
3
|
import { EMRClient } from "../EMRClient";
|
|
3
|
-
const
|
|
4
|
-
return await client.send(new ListSupportedInstanceTypesCommand(input), ...args);
|
|
5
|
-
};
|
|
6
|
-
export async function* paginateListSupportedInstanceTypes(config, input, ...additionalArguments) {
|
|
7
|
-
let token = config.startingToken || undefined;
|
|
8
|
-
let hasNext = true;
|
|
9
|
-
let page;
|
|
10
|
-
while (hasNext) {
|
|
11
|
-
input.Marker = token;
|
|
12
|
-
if (config.client instanceof EMRClient) {
|
|
13
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
14
|
-
}
|
|
15
|
-
else {
|
|
16
|
-
throw new Error("Invalid client, expected EMR | EMRClient");
|
|
17
|
-
}
|
|
18
|
-
yield page;
|
|
19
|
-
const prevToken = token;
|
|
20
|
-
token = page.Marker;
|
|
21
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
22
|
-
}
|
|
23
|
-
return undefined;
|
|
24
|
-
}
|
|
4
|
+
export const paginateListSupportedInstanceTypes = createPaginator(EMRClient, ListSupportedInstanceTypesCommand, "Marker", "Marker", "");
|
|
@@ -4,4 +4,4 @@ import { EMRPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListBootstrapActions: (config: EMRPaginationConfiguration, input: ListBootstrapActionsCommandInput, ...rest: any[]) => Paginator<ListBootstrapActionsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { EMRPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListClusters: (config: EMRPaginationConfiguration, input: ListClustersCommandInput, ...rest: any[]) => Paginator<ListClustersCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { EMRPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListInstanceFleets: (config: EMRPaginationConfiguration, input: ListInstanceFleetsCommandInput, ...rest: any[]) => Paginator<ListInstanceFleetsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { EMRPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListInstanceGroups: (config: EMRPaginationConfiguration, input: ListInstanceGroupsCommandInput, ...rest: any[]) => Paginator<ListInstanceGroupsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { EMRPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListInstances: (config: EMRPaginationConfiguration, input: ListInstancesCommandInput, ...rest: any[]) => Paginator<ListInstancesCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { EMRPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListNotebookExecutions: (config: EMRPaginationConfiguration, input: ListNotebookExecutionsCommandInput, ...rest: any[]) => Paginator<ListNotebookExecutionsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { EMRPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListReleaseLabels: (config: EMRPaginationConfiguration, input: ListReleaseLabelsCommandInput, ...rest: any[]) => Paginator<ListReleaseLabelsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { EMRPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListSecurityConfigurations: (config: EMRPaginationConfiguration, input: ListSecurityConfigurationsCommandInput, ...rest: any[]) => Paginator<ListSecurityConfigurationsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { EMRPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListSteps: (config: EMRPaginationConfiguration, input: ListStepsCommandInput, ...rest: any[]) => Paginator<ListStepsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { EMRPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListStudioSessionMappings: (config: EMRPaginationConfiguration, input: ListStudioSessionMappingsCommandInput, ...rest: any[]) => Paginator<ListStudioSessionMappingsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { EMRPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListStudios: (config: EMRPaginationConfiguration, input: ListStudiosCommandInput, ...rest: any[]) => Paginator<ListStudiosCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { EMRPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListSupportedInstanceTypes: (config: EMRPaginationConfiguration, input: ListSupportedInstanceTypesCommandInput, ...rest: any[]) => Paginator<ListSupportedInstanceTypesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListBootstrapActionsCommandOutput,
|
|
5
5
|
} from "../commands/ListBootstrapActionsCommand";
|
|
6
6
|
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListBootstrapActions: (
|
|
8
8
|
config: EMRPaginationConfiguration,
|
|
9
9
|
input: ListBootstrapActionsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListBootstrapActionsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListClustersCommandOutput,
|
|
5
5
|
} from "../commands/ListClustersCommand";
|
|
6
6
|
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListClusters: (
|
|
8
8
|
config: EMRPaginationConfiguration,
|
|
9
9
|
input: ListClustersCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListClustersCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListInstanceFleetsCommandOutput,
|
|
5
5
|
} from "../commands/ListInstanceFleetsCommand";
|
|
6
6
|
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListInstanceFleets: (
|
|
8
8
|
config: EMRPaginationConfiguration,
|
|
9
9
|
input: ListInstanceFleetsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListInstanceFleetsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListInstanceGroupsCommandOutput,
|
|
5
5
|
} from "../commands/ListInstanceGroupsCommand";
|
|
6
6
|
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListInstanceGroups: (
|
|
8
8
|
config: EMRPaginationConfiguration,
|
|
9
9
|
input: ListInstanceGroupsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListInstanceGroupsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListInstancesCommandOutput,
|
|
5
5
|
} from "../commands/ListInstancesCommand";
|
|
6
6
|
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListInstances: (
|
|
8
8
|
config: EMRPaginationConfiguration,
|
|
9
9
|
input: ListInstancesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListInstancesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListNotebookExecutionsCommandOutput,
|
|
5
5
|
} from "../commands/ListNotebookExecutionsCommand";
|
|
6
6
|
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListNotebookExecutions: (
|
|
8
8
|
config: EMRPaginationConfiguration,
|
|
9
9
|
input: ListNotebookExecutionsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListNotebookExecutionsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListReleaseLabelsCommandOutput,
|
|
5
5
|
} from "../commands/ListReleaseLabelsCommand";
|
|
6
6
|
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListReleaseLabels: (
|
|
8
8
|
config: EMRPaginationConfiguration,
|
|
9
9
|
input: ListReleaseLabelsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListReleaseLabelsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListSecurityConfigurationsCommandOutput,
|
|
5
5
|
} from "../commands/ListSecurityConfigurationsCommand";
|
|
6
6
|
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListSecurityConfigurations: (
|
|
8
8
|
config: EMRPaginationConfiguration,
|
|
9
9
|
input: ListSecurityConfigurationsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListSecurityConfigurationsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListStepsCommandOutput,
|
|
5
5
|
} from "../commands/ListStepsCommand";
|
|
6
6
|
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListSteps: (
|
|
8
8
|
config: EMRPaginationConfiguration,
|
|
9
9
|
input: ListStepsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListStepsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListStudioSessionMappingsCommandOutput,
|
|
5
5
|
} from "../commands/ListStudioSessionMappingsCommand";
|
|
6
6
|
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListStudioSessionMappings: (
|
|
8
8
|
config: EMRPaginationConfiguration,
|
|
9
9
|
input: ListStudioSessionMappingsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListStudioSessionMappingsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListStudiosCommandOutput,
|
|
5
5
|
} from "../commands/ListStudiosCommand";
|
|
6
6
|
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListStudios: (
|
|
8
8
|
config: EMRPaginationConfiguration,
|
|
9
9
|
input: ListStudiosCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListStudiosCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
ListSupportedInstanceTypesCommandOutput,
|
|
5
5
|
} from "../commands/ListSupportedInstanceTypesCommand";
|
|
6
6
|
import { EMRPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateListSupportedInstanceTypes: (
|
|
8
8
|
config: EMRPaginationConfiguration,
|
|
9
9
|
input: ListSupportedInstanceTypesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListSupportedInstanceTypesCommandOutput>;
|
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.478.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,20 +20,21 @@
|
|
|
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/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.478.0",
|
|
24
|
+
"@aws-sdk/core": "3.477.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.478.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.468.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.468.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.468.0",
|
|
29
29
|
"@aws-sdk/middleware-signing": "3.468.0",
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.478.0",
|
|
31
31
|
"@aws-sdk/region-config-resolver": "3.470.0",
|
|
32
32
|
"@aws-sdk/types": "3.468.0",
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.478.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.468.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.470.0",
|
|
36
36
|
"@smithy/config-resolver": "^2.0.21",
|
|
37
|
+
"@smithy/core": "^1.2.0",
|
|
37
38
|
"@smithy/fetch-http-handler": "^2.3.1",
|
|
38
39
|
"@smithy/hash-node": "^2.0.17",
|
|
39
40
|
"@smithy/invalid-dependency": "^2.0.15",
|