@aws-sdk/client-connect 3.185.0 → 3.188.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 +19 -0
- package/dist-cjs/protocols/Aws_restJson1.js +4 -0
- package/dist-es/Connect.js +618 -625
- package/dist-es/ConnectClient.js +22 -28
- package/dist-es/commands/AssociateApprovedOriginCommand.js +22 -29
- package/dist-es/commands/AssociateBotCommand.js +22 -29
- package/dist-es/commands/AssociateDefaultVocabularyCommand.js +21 -28
- package/dist-es/commands/AssociateInstanceStorageConfigCommand.js +21 -28
- package/dist-es/commands/AssociateLambdaFunctionCommand.js +22 -29
- package/dist-es/commands/AssociateLexBotCommand.js +22 -29
- package/dist-es/commands/AssociatePhoneNumberContactFlowCommand.js +22 -29
- package/dist-es/commands/AssociateQueueQuickConnectsCommand.js +22 -29
- package/dist-es/commands/AssociateRoutingProfileQueuesCommand.js +22 -29
- package/dist-es/commands/AssociateSecurityKeyCommand.js +21 -28
- package/dist-es/commands/ClaimPhoneNumberCommand.js +21 -28
- package/dist-es/commands/CreateAgentStatusCommand.js +21 -28
- package/dist-es/commands/CreateContactFlowCommand.js +21 -28
- package/dist-es/commands/CreateContactFlowModuleCommand.js +21 -28
- package/dist-es/commands/CreateHoursOfOperationCommand.js +21 -28
- package/dist-es/commands/CreateInstanceCommand.js +21 -28
- package/dist-es/commands/CreateIntegrationAssociationCommand.js +21 -28
- package/dist-es/commands/CreateQueueCommand.js +21 -28
- package/dist-es/commands/CreateQuickConnectCommand.js +21 -28
- package/dist-es/commands/CreateRoutingProfileCommand.js +21 -28
- package/dist-es/commands/CreateSecurityProfileCommand.js +21 -28
- package/dist-es/commands/CreateTaskTemplateCommand.js +21 -28
- package/dist-es/commands/CreateUseCaseCommand.js +21 -28
- package/dist-es/commands/CreateUserCommand.js +21 -28
- package/dist-es/commands/CreateUserHierarchyGroupCommand.js +21 -28
- package/dist-es/commands/CreateVocabularyCommand.js +21 -28
- package/dist-es/commands/DeleteContactFlowCommand.js +22 -29
- package/dist-es/commands/DeleteContactFlowModuleCommand.js +21 -28
- package/dist-es/commands/DeleteHoursOfOperationCommand.js +22 -29
- package/dist-es/commands/DeleteInstanceCommand.js +22 -29
- package/dist-es/commands/DeleteIntegrationAssociationCommand.js +22 -29
- package/dist-es/commands/DeleteQuickConnectCommand.js +22 -29
- package/dist-es/commands/DeleteSecurityProfileCommand.js +22 -29
- package/dist-es/commands/DeleteTaskTemplateCommand.js +21 -28
- package/dist-es/commands/DeleteUseCaseCommand.js +22 -29
- package/dist-es/commands/DeleteUserCommand.js +22 -29
- package/dist-es/commands/DeleteUserHierarchyGroupCommand.js +22 -29
- package/dist-es/commands/DeleteVocabularyCommand.js +21 -28
- package/dist-es/commands/DescribeAgentStatusCommand.js +21 -28
- package/dist-es/commands/DescribeContactCommand.js +21 -28
- package/dist-es/commands/DescribeContactFlowCommand.js +21 -28
- package/dist-es/commands/DescribeContactFlowModuleCommand.js +21 -28
- package/dist-es/commands/DescribeHoursOfOperationCommand.js +21 -28
- package/dist-es/commands/DescribeInstanceAttributeCommand.js +21 -28
- package/dist-es/commands/DescribeInstanceCommand.js +21 -28
- package/dist-es/commands/DescribeInstanceStorageConfigCommand.js +21 -28
- package/dist-es/commands/DescribePhoneNumberCommand.js +21 -28
- package/dist-es/commands/DescribeQueueCommand.js +21 -28
- package/dist-es/commands/DescribeQuickConnectCommand.js +21 -28
- package/dist-es/commands/DescribeRoutingProfileCommand.js +21 -28
- package/dist-es/commands/DescribeSecurityProfileCommand.js +21 -28
- package/dist-es/commands/DescribeUserCommand.js +21 -28
- package/dist-es/commands/DescribeUserHierarchyGroupCommand.js +21 -28
- package/dist-es/commands/DescribeUserHierarchyStructureCommand.js +21 -28
- package/dist-es/commands/DescribeVocabularyCommand.js +21 -28
- package/dist-es/commands/DisassociateApprovedOriginCommand.js +22 -29
- package/dist-es/commands/DisassociateBotCommand.js +22 -29
- package/dist-es/commands/DisassociateInstanceStorageConfigCommand.js +22 -29
- package/dist-es/commands/DisassociateLambdaFunctionCommand.js +22 -29
- package/dist-es/commands/DisassociateLexBotCommand.js +22 -29
- package/dist-es/commands/DisassociatePhoneNumberContactFlowCommand.js +22 -29
- package/dist-es/commands/DisassociateQueueQuickConnectsCommand.js +22 -29
- package/dist-es/commands/DisassociateRoutingProfileQueuesCommand.js +22 -29
- package/dist-es/commands/DisassociateSecurityKeyCommand.js +22 -29
- package/dist-es/commands/GetContactAttributesCommand.js +21 -28
- package/dist-es/commands/GetCurrentMetricDataCommand.js +21 -28
- package/dist-es/commands/GetCurrentUserDataCommand.js +21 -28
- package/dist-es/commands/GetFederationTokenCommand.js +21 -28
- package/dist-es/commands/GetMetricDataCommand.js +21 -28
- package/dist-es/commands/GetTaskTemplateCommand.js +21 -28
- package/dist-es/commands/ListAgentStatusesCommand.js +21 -28
- package/dist-es/commands/ListApprovedOriginsCommand.js +21 -28
- package/dist-es/commands/ListBotsCommand.js +21 -28
- package/dist-es/commands/ListContactFlowModulesCommand.js +21 -28
- package/dist-es/commands/ListContactFlowsCommand.js +21 -28
- package/dist-es/commands/ListContactReferencesCommand.js +21 -28
- package/dist-es/commands/ListDefaultVocabulariesCommand.js +21 -28
- package/dist-es/commands/ListHoursOfOperationsCommand.js +21 -28
- package/dist-es/commands/ListInstanceAttributesCommand.js +21 -28
- package/dist-es/commands/ListInstanceStorageConfigsCommand.js +21 -28
- package/dist-es/commands/ListInstancesCommand.js +21 -28
- package/dist-es/commands/ListIntegrationAssociationsCommand.js +21 -28
- package/dist-es/commands/ListLambdaFunctionsCommand.js +21 -28
- package/dist-es/commands/ListLexBotsCommand.js +21 -28
- package/dist-es/commands/ListPhoneNumbersCommand.js +21 -28
- package/dist-es/commands/ListPhoneNumbersV2Command.js +21 -28
- package/dist-es/commands/ListPromptsCommand.js +21 -28
- package/dist-es/commands/ListQueueQuickConnectsCommand.js +21 -28
- package/dist-es/commands/ListQueuesCommand.js +21 -28
- package/dist-es/commands/ListQuickConnectsCommand.js +21 -28
- package/dist-es/commands/ListRoutingProfileQueuesCommand.js +21 -28
- package/dist-es/commands/ListRoutingProfilesCommand.js +21 -28
- package/dist-es/commands/ListSecurityKeysCommand.js +21 -28
- package/dist-es/commands/ListSecurityProfilePermissionsCommand.js +21 -28
- package/dist-es/commands/ListSecurityProfilesCommand.js +21 -28
- package/dist-es/commands/ListTagsForResourceCommand.js +21 -28
- package/dist-es/commands/ListTaskTemplatesCommand.js +21 -28
- package/dist-es/commands/ListUseCasesCommand.js +21 -28
- package/dist-es/commands/ListUserHierarchyGroupsCommand.js +21 -28
- package/dist-es/commands/ListUsersCommand.js +21 -28
- package/dist-es/commands/PutUserStatusCommand.js +21 -28
- package/dist-es/commands/ReleasePhoneNumberCommand.js +22 -29
- package/dist-es/commands/ResumeContactRecordingCommand.js +21 -28
- package/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +21 -28
- package/dist-es/commands/SearchQueuesCommand.js +21 -28
- package/dist-es/commands/SearchRoutingProfilesCommand.js +21 -28
- package/dist-es/commands/SearchSecurityProfilesCommand.js +21 -28
- package/dist-es/commands/SearchUsersCommand.js +21 -28
- package/dist-es/commands/SearchVocabulariesCommand.js +21 -28
- package/dist-es/commands/StartChatContactCommand.js +21 -28
- package/dist-es/commands/StartContactRecordingCommand.js +21 -28
- package/dist-es/commands/StartContactStreamingCommand.js +21 -28
- package/dist-es/commands/StartOutboundVoiceContactCommand.js +21 -28
- package/dist-es/commands/StartTaskContactCommand.js +21 -28
- package/dist-es/commands/StopContactCommand.js +21 -28
- package/dist-es/commands/StopContactRecordingCommand.js +21 -28
- package/dist-es/commands/StopContactStreamingCommand.js +21 -28
- package/dist-es/commands/SuspendContactRecordingCommand.js +21 -28
- package/dist-es/commands/TagResourceCommand.js +22 -29
- package/dist-es/commands/TransferContactCommand.js +21 -28
- package/dist-es/commands/UntagResourceCommand.js +22 -29
- package/dist-es/commands/UpdateAgentStatusCommand.js +22 -29
- package/dist-es/commands/UpdateContactAttributesCommand.js +21 -28
- package/dist-es/commands/UpdateContactCommand.js +21 -28
- package/dist-es/commands/UpdateContactFlowContentCommand.js +22 -29
- package/dist-es/commands/UpdateContactFlowMetadataCommand.js +22 -29
- package/dist-es/commands/UpdateContactFlowModuleContentCommand.js +21 -28
- package/dist-es/commands/UpdateContactFlowModuleMetadataCommand.js +21 -28
- package/dist-es/commands/UpdateContactFlowNameCommand.js +22 -29
- package/dist-es/commands/UpdateContactScheduleCommand.js +21 -28
- package/dist-es/commands/UpdateHoursOfOperationCommand.js +22 -29
- package/dist-es/commands/UpdateInstanceAttributeCommand.js +22 -29
- package/dist-es/commands/UpdateInstanceStorageConfigCommand.js +22 -29
- package/dist-es/commands/UpdatePhoneNumberCommand.js +21 -28
- package/dist-es/commands/UpdateQueueHoursOfOperationCommand.js +22 -29
- package/dist-es/commands/UpdateQueueMaxContactsCommand.js +22 -29
- package/dist-es/commands/UpdateQueueNameCommand.js +22 -29
- package/dist-es/commands/UpdateQueueOutboundCallerConfigCommand.js +22 -29
- package/dist-es/commands/UpdateQueueStatusCommand.js +22 -29
- package/dist-es/commands/UpdateQuickConnectConfigCommand.js +22 -29
- package/dist-es/commands/UpdateQuickConnectNameCommand.js +22 -29
- package/dist-es/commands/UpdateRoutingProfileConcurrencyCommand.js +22 -29
- package/dist-es/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.js +22 -29
- package/dist-es/commands/UpdateRoutingProfileNameCommand.js +22 -29
- package/dist-es/commands/UpdateRoutingProfileQueuesCommand.js +22 -29
- package/dist-es/commands/UpdateSecurityProfileCommand.js +22 -29
- package/dist-es/commands/UpdateTaskTemplateCommand.js +21 -28
- package/dist-es/commands/UpdateUserHierarchyCommand.js +22 -29
- package/dist-es/commands/UpdateUserHierarchyGroupNameCommand.js +22 -29
- package/dist-es/commands/UpdateUserHierarchyStructureCommand.js +22 -29
- package/dist-es/commands/UpdateUserIdentityInfoCommand.js +22 -29
- package/dist-es/commands/UpdateUserPhoneConfigCommand.js +22 -29
- package/dist-es/commands/UpdateUserRoutingProfileCommand.js +22 -29
- package/dist-es/commands/UpdateUserSecurityProfilesCommand.js +22 -29
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/ConnectServiceException.js +5 -10
- package/dist-es/models/models_0.js +949 -458
- package/dist-es/models/models_1.js +444 -173
- package/dist-es/pagination/GetCurrentMetricDataPaginator.js +25 -68
- package/dist-es/pagination/GetCurrentUserDataPaginator.js +25 -68
- package/dist-es/pagination/GetMetricDataPaginator.js +25 -68
- package/dist-es/pagination/ListAgentStatusesPaginator.js +25 -68
- package/dist-es/pagination/ListApprovedOriginsPaginator.js +25 -68
- package/dist-es/pagination/ListBotsPaginator.js +25 -68
- package/dist-es/pagination/ListContactFlowModulesPaginator.js +25 -68
- package/dist-es/pagination/ListContactFlowsPaginator.js +25 -68
- package/dist-es/pagination/ListContactReferencesPaginator.js +24 -67
- package/dist-es/pagination/ListDefaultVocabulariesPaginator.js +25 -68
- package/dist-es/pagination/ListHoursOfOperationsPaginator.js +25 -68
- package/dist-es/pagination/ListInstanceAttributesPaginator.js +25 -68
- package/dist-es/pagination/ListInstanceStorageConfigsPaginator.js +25 -68
- package/dist-es/pagination/ListInstancesPaginator.js +25 -68
- package/dist-es/pagination/ListIntegrationAssociationsPaginator.js +25 -68
- package/dist-es/pagination/ListLambdaFunctionsPaginator.js +25 -68
- package/dist-es/pagination/ListLexBotsPaginator.js +25 -68
- package/dist-es/pagination/ListPhoneNumbersPaginator.js +25 -68
- package/dist-es/pagination/ListPhoneNumbersV2Paginator.js +25 -68
- package/dist-es/pagination/ListPromptsPaginator.js +25 -68
- package/dist-es/pagination/ListQueueQuickConnectsPaginator.js +25 -68
- package/dist-es/pagination/ListQueuesPaginator.js +25 -68
- package/dist-es/pagination/ListQuickConnectsPaginator.js +25 -68
- package/dist-es/pagination/ListRoutingProfileQueuesPaginator.js +25 -68
- package/dist-es/pagination/ListRoutingProfilesPaginator.js +25 -68
- package/dist-es/pagination/ListSecurityKeysPaginator.js +25 -68
- package/dist-es/pagination/ListSecurityProfilePermissionsPaginator.js +25 -68
- package/dist-es/pagination/ListSecurityProfilesPaginator.js +25 -68
- package/dist-es/pagination/ListTaskTemplatesPaginator.js +25 -68
- package/dist-es/pagination/ListUseCasesPaginator.js +25 -68
- package/dist-es/pagination/ListUserHierarchyGroupsPaginator.js +25 -68
- package/dist-es/pagination/ListUsersPaginator.js +25 -68
- package/dist-es/pagination/SearchAvailablePhoneNumbersPaginator.js +25 -68
- package/dist-es/pagination/SearchQueuesPaginator.js +25 -68
- package/dist-es/pagination/SearchRoutingProfilesPaginator.js +25 -68
- package/dist-es/pagination/SearchSecurityProfilesPaginator.js +25 -68
- package/dist-es/pagination/SearchUsersPaginator.js +25 -68
- package/dist-es/pagination/SearchVocabulariesPaginator.js +25 -68
- package/dist-es/protocols/Aws_restJson1.js +11525 -15998
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/dist-types/models/models_0.d.ts +10 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/package.json +33 -33
|
@@ -1,75 +1,32 @@
|
|
|
1
|
-
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
1
|
import { ListInstanceStorageConfigsCommand, } from "../commands/ListInstanceStorageConfigsCommand";
|
|
3
2
|
import { Connect } from "../Connect";
|
|
4
3
|
import { ConnectClient } from "../ConnectClient";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
for (var _i = 2; _i < arguments.length; _i++) {
|
|
8
|
-
args[_i - 2] = arguments[_i];
|
|
9
|
-
}
|
|
10
|
-
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
|
-
return __generator(this, function (_a) {
|
|
12
|
-
switch (_a.label) {
|
|
13
|
-
case 0: return [4, client.send.apply(client, __spreadArray([new ListInstanceStorageConfigsCommand(input)], __read(args), false))];
|
|
14
|
-
case 1: return [2, _a.sent()];
|
|
15
|
-
}
|
|
16
|
-
});
|
|
17
|
-
});
|
|
4
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
5
|
+
return await client.send(new ListInstanceStorageConfigsCommand(input), ...args);
|
|
18
6
|
};
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
for (var _i = 2; _i < arguments.length; _i++) {
|
|
22
|
-
args[_i - 2] = arguments[_i];
|
|
23
|
-
}
|
|
24
|
-
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
|
-
return __generator(this, function (_a) {
|
|
26
|
-
switch (_a.label) {
|
|
27
|
-
case 0: return [4, client.listInstanceStorageConfigs.apply(client, __spreadArray([input], __read(args), false))];
|
|
28
|
-
case 1: return [2, _a.sent()];
|
|
29
|
-
}
|
|
30
|
-
});
|
|
31
|
-
});
|
|
7
|
+
const makePagedRequest = async (client, input, ...args) => {
|
|
8
|
+
return await client.listInstanceStorageConfigs(input, ...args);
|
|
32
9
|
};
|
|
33
|
-
export function paginateListInstanceStorageConfigs(config, input) {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
10
|
+
export async function* paginateListInstanceStorageConfigs(config, input, ...additionalArguments) {
|
|
11
|
+
let token = config.startingToken || undefined;
|
|
12
|
+
let hasNext = true;
|
|
13
|
+
let page;
|
|
14
|
+
while (hasNext) {
|
|
15
|
+
input.NextToken = token;
|
|
16
|
+
input["MaxResults"] = config.pageSize;
|
|
17
|
+
if (config.client instanceof Connect) {
|
|
18
|
+
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
19
|
+
}
|
|
20
|
+
else if (config.client instanceof ConnectClient) {
|
|
21
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
22
|
+
}
|
|
23
|
+
else {
|
|
24
|
+
throw new Error("Invalid client, expected Connect | ConnectClient");
|
|
25
|
+
}
|
|
26
|
+
yield page;
|
|
27
|
+
const prevToken = token;
|
|
28
|
+
token = page.NextToken;
|
|
29
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
37
30
|
}
|
|
38
|
-
return
|
|
39
|
-
var token, hasNext, page, prevToken;
|
|
40
|
-
return __generator(this, function (_a) {
|
|
41
|
-
switch (_a.label) {
|
|
42
|
-
case 0:
|
|
43
|
-
token = config.startingToken || undefined;
|
|
44
|
-
hasNext = true;
|
|
45
|
-
_a.label = 1;
|
|
46
|
-
case 1:
|
|
47
|
-
if (!hasNext) return [3, 9];
|
|
48
|
-
input.NextToken = token;
|
|
49
|
-
input["MaxResults"] = config.pageSize;
|
|
50
|
-
if (!(config.client instanceof Connect)) return [3, 3];
|
|
51
|
-
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
52
|
-
case 2:
|
|
53
|
-
page = _a.sent();
|
|
54
|
-
return [3, 6];
|
|
55
|
-
case 3:
|
|
56
|
-
if (!(config.client instanceof ConnectClient)) return [3, 5];
|
|
57
|
-
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
58
|
-
case 4:
|
|
59
|
-
page = _a.sent();
|
|
60
|
-
return [3, 6];
|
|
61
|
-
case 5: throw new Error("Invalid client, expected Connect | ConnectClient");
|
|
62
|
-
case 6: return [4, __await(page)];
|
|
63
|
-
case 7: return [4, _a.sent()];
|
|
64
|
-
case 8:
|
|
65
|
-
_a.sent();
|
|
66
|
-
prevToken = token;
|
|
67
|
-
token = page.NextToken;
|
|
68
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
69
|
-
return [3, 1];
|
|
70
|
-
case 9: return [4, __await(undefined)];
|
|
71
|
-
case 10: return [2, _a.sent()];
|
|
72
|
-
}
|
|
73
|
-
});
|
|
74
|
-
});
|
|
31
|
+
return undefined;
|
|
75
32
|
}
|
|
@@ -1,75 +1,32 @@
|
|
|
1
|
-
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
1
|
import { ListInstancesCommand, } from "../commands/ListInstancesCommand";
|
|
3
2
|
import { Connect } from "../Connect";
|
|
4
3
|
import { ConnectClient } from "../ConnectClient";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
for (var _i = 2; _i < arguments.length; _i++) {
|
|
8
|
-
args[_i - 2] = arguments[_i];
|
|
9
|
-
}
|
|
10
|
-
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
|
-
return __generator(this, function (_a) {
|
|
12
|
-
switch (_a.label) {
|
|
13
|
-
case 0: return [4, client.send.apply(client, __spreadArray([new ListInstancesCommand(input)], __read(args), false))];
|
|
14
|
-
case 1: return [2, _a.sent()];
|
|
15
|
-
}
|
|
16
|
-
});
|
|
17
|
-
});
|
|
4
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
5
|
+
return await client.send(new ListInstancesCommand(input), ...args);
|
|
18
6
|
};
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
for (var _i = 2; _i < arguments.length; _i++) {
|
|
22
|
-
args[_i - 2] = arguments[_i];
|
|
23
|
-
}
|
|
24
|
-
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
|
-
return __generator(this, function (_a) {
|
|
26
|
-
switch (_a.label) {
|
|
27
|
-
case 0: return [4, client.listInstances.apply(client, __spreadArray([input], __read(args), false))];
|
|
28
|
-
case 1: return [2, _a.sent()];
|
|
29
|
-
}
|
|
30
|
-
});
|
|
31
|
-
});
|
|
7
|
+
const makePagedRequest = async (client, input, ...args) => {
|
|
8
|
+
return await client.listInstances(input, ...args);
|
|
32
9
|
};
|
|
33
|
-
export function paginateListInstances(config, input) {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
10
|
+
export async function* paginateListInstances(config, input, ...additionalArguments) {
|
|
11
|
+
let token = config.startingToken || undefined;
|
|
12
|
+
let hasNext = true;
|
|
13
|
+
let page;
|
|
14
|
+
while (hasNext) {
|
|
15
|
+
input.NextToken = token;
|
|
16
|
+
input["MaxResults"] = config.pageSize;
|
|
17
|
+
if (config.client instanceof Connect) {
|
|
18
|
+
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
19
|
+
}
|
|
20
|
+
else if (config.client instanceof ConnectClient) {
|
|
21
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
22
|
+
}
|
|
23
|
+
else {
|
|
24
|
+
throw new Error("Invalid client, expected Connect | ConnectClient");
|
|
25
|
+
}
|
|
26
|
+
yield page;
|
|
27
|
+
const prevToken = token;
|
|
28
|
+
token = page.NextToken;
|
|
29
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
37
30
|
}
|
|
38
|
-
return
|
|
39
|
-
var token, hasNext, page, prevToken;
|
|
40
|
-
return __generator(this, function (_a) {
|
|
41
|
-
switch (_a.label) {
|
|
42
|
-
case 0:
|
|
43
|
-
token = config.startingToken || undefined;
|
|
44
|
-
hasNext = true;
|
|
45
|
-
_a.label = 1;
|
|
46
|
-
case 1:
|
|
47
|
-
if (!hasNext) return [3, 9];
|
|
48
|
-
input.NextToken = token;
|
|
49
|
-
input["MaxResults"] = config.pageSize;
|
|
50
|
-
if (!(config.client instanceof Connect)) return [3, 3];
|
|
51
|
-
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
52
|
-
case 2:
|
|
53
|
-
page = _a.sent();
|
|
54
|
-
return [3, 6];
|
|
55
|
-
case 3:
|
|
56
|
-
if (!(config.client instanceof ConnectClient)) return [3, 5];
|
|
57
|
-
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
58
|
-
case 4:
|
|
59
|
-
page = _a.sent();
|
|
60
|
-
return [3, 6];
|
|
61
|
-
case 5: throw new Error("Invalid client, expected Connect | ConnectClient");
|
|
62
|
-
case 6: return [4, __await(page)];
|
|
63
|
-
case 7: return [4, _a.sent()];
|
|
64
|
-
case 8:
|
|
65
|
-
_a.sent();
|
|
66
|
-
prevToken = token;
|
|
67
|
-
token = page.NextToken;
|
|
68
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
69
|
-
return [3, 1];
|
|
70
|
-
case 9: return [4, __await(undefined)];
|
|
71
|
-
case 10: return [2, _a.sent()];
|
|
72
|
-
}
|
|
73
|
-
});
|
|
74
|
-
});
|
|
31
|
+
return undefined;
|
|
75
32
|
}
|
|
@@ -1,75 +1,32 @@
|
|
|
1
|
-
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
1
|
import { ListIntegrationAssociationsCommand, } from "../commands/ListIntegrationAssociationsCommand";
|
|
3
2
|
import { Connect } from "../Connect";
|
|
4
3
|
import { ConnectClient } from "../ConnectClient";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
for (var _i = 2; _i < arguments.length; _i++) {
|
|
8
|
-
args[_i - 2] = arguments[_i];
|
|
9
|
-
}
|
|
10
|
-
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
|
-
return __generator(this, function (_a) {
|
|
12
|
-
switch (_a.label) {
|
|
13
|
-
case 0: return [4, client.send.apply(client, __spreadArray([new ListIntegrationAssociationsCommand(input)], __read(args), false))];
|
|
14
|
-
case 1: return [2, _a.sent()];
|
|
15
|
-
}
|
|
16
|
-
});
|
|
17
|
-
});
|
|
4
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
5
|
+
return await client.send(new ListIntegrationAssociationsCommand(input), ...args);
|
|
18
6
|
};
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
for (var _i = 2; _i < arguments.length; _i++) {
|
|
22
|
-
args[_i - 2] = arguments[_i];
|
|
23
|
-
}
|
|
24
|
-
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
|
-
return __generator(this, function (_a) {
|
|
26
|
-
switch (_a.label) {
|
|
27
|
-
case 0: return [4, client.listIntegrationAssociations.apply(client, __spreadArray([input], __read(args), false))];
|
|
28
|
-
case 1: return [2, _a.sent()];
|
|
29
|
-
}
|
|
30
|
-
});
|
|
31
|
-
});
|
|
7
|
+
const makePagedRequest = async (client, input, ...args) => {
|
|
8
|
+
return await client.listIntegrationAssociations(input, ...args);
|
|
32
9
|
};
|
|
33
|
-
export function paginateListIntegrationAssociations(config, input) {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
10
|
+
export async function* paginateListIntegrationAssociations(config, input, ...additionalArguments) {
|
|
11
|
+
let token = config.startingToken || undefined;
|
|
12
|
+
let hasNext = true;
|
|
13
|
+
let page;
|
|
14
|
+
while (hasNext) {
|
|
15
|
+
input.NextToken = token;
|
|
16
|
+
input["MaxResults"] = config.pageSize;
|
|
17
|
+
if (config.client instanceof Connect) {
|
|
18
|
+
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
19
|
+
}
|
|
20
|
+
else if (config.client instanceof ConnectClient) {
|
|
21
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
22
|
+
}
|
|
23
|
+
else {
|
|
24
|
+
throw new Error("Invalid client, expected Connect | ConnectClient");
|
|
25
|
+
}
|
|
26
|
+
yield page;
|
|
27
|
+
const prevToken = token;
|
|
28
|
+
token = page.NextToken;
|
|
29
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
37
30
|
}
|
|
38
|
-
return
|
|
39
|
-
var token, hasNext, page, prevToken;
|
|
40
|
-
return __generator(this, function (_a) {
|
|
41
|
-
switch (_a.label) {
|
|
42
|
-
case 0:
|
|
43
|
-
token = config.startingToken || undefined;
|
|
44
|
-
hasNext = true;
|
|
45
|
-
_a.label = 1;
|
|
46
|
-
case 1:
|
|
47
|
-
if (!hasNext) return [3, 9];
|
|
48
|
-
input.NextToken = token;
|
|
49
|
-
input["MaxResults"] = config.pageSize;
|
|
50
|
-
if (!(config.client instanceof Connect)) return [3, 3];
|
|
51
|
-
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
52
|
-
case 2:
|
|
53
|
-
page = _a.sent();
|
|
54
|
-
return [3, 6];
|
|
55
|
-
case 3:
|
|
56
|
-
if (!(config.client instanceof ConnectClient)) return [3, 5];
|
|
57
|
-
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
58
|
-
case 4:
|
|
59
|
-
page = _a.sent();
|
|
60
|
-
return [3, 6];
|
|
61
|
-
case 5: throw new Error("Invalid client, expected Connect | ConnectClient");
|
|
62
|
-
case 6: return [4, __await(page)];
|
|
63
|
-
case 7: return [4, _a.sent()];
|
|
64
|
-
case 8:
|
|
65
|
-
_a.sent();
|
|
66
|
-
prevToken = token;
|
|
67
|
-
token = page.NextToken;
|
|
68
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
69
|
-
return [3, 1];
|
|
70
|
-
case 9: return [4, __await(undefined)];
|
|
71
|
-
case 10: return [2, _a.sent()];
|
|
72
|
-
}
|
|
73
|
-
});
|
|
74
|
-
});
|
|
31
|
+
return undefined;
|
|
75
32
|
}
|
|
@@ -1,75 +1,32 @@
|
|
|
1
|
-
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
1
|
import { ListLambdaFunctionsCommand, } from "../commands/ListLambdaFunctionsCommand";
|
|
3
2
|
import { Connect } from "../Connect";
|
|
4
3
|
import { ConnectClient } from "../ConnectClient";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
for (var _i = 2; _i < arguments.length; _i++) {
|
|
8
|
-
args[_i - 2] = arguments[_i];
|
|
9
|
-
}
|
|
10
|
-
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
|
-
return __generator(this, function (_a) {
|
|
12
|
-
switch (_a.label) {
|
|
13
|
-
case 0: return [4, client.send.apply(client, __spreadArray([new ListLambdaFunctionsCommand(input)], __read(args), false))];
|
|
14
|
-
case 1: return [2, _a.sent()];
|
|
15
|
-
}
|
|
16
|
-
});
|
|
17
|
-
});
|
|
4
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
5
|
+
return await client.send(new ListLambdaFunctionsCommand(input), ...args);
|
|
18
6
|
};
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
for (var _i = 2; _i < arguments.length; _i++) {
|
|
22
|
-
args[_i - 2] = arguments[_i];
|
|
23
|
-
}
|
|
24
|
-
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
|
-
return __generator(this, function (_a) {
|
|
26
|
-
switch (_a.label) {
|
|
27
|
-
case 0: return [4, client.listLambdaFunctions.apply(client, __spreadArray([input], __read(args), false))];
|
|
28
|
-
case 1: return [2, _a.sent()];
|
|
29
|
-
}
|
|
30
|
-
});
|
|
31
|
-
});
|
|
7
|
+
const makePagedRequest = async (client, input, ...args) => {
|
|
8
|
+
return await client.listLambdaFunctions(input, ...args);
|
|
32
9
|
};
|
|
33
|
-
export function paginateListLambdaFunctions(config, input) {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
10
|
+
export async function* paginateListLambdaFunctions(config, input, ...additionalArguments) {
|
|
11
|
+
let token = config.startingToken || undefined;
|
|
12
|
+
let hasNext = true;
|
|
13
|
+
let page;
|
|
14
|
+
while (hasNext) {
|
|
15
|
+
input.NextToken = token;
|
|
16
|
+
input["MaxResults"] = config.pageSize;
|
|
17
|
+
if (config.client instanceof Connect) {
|
|
18
|
+
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
19
|
+
}
|
|
20
|
+
else if (config.client instanceof ConnectClient) {
|
|
21
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
22
|
+
}
|
|
23
|
+
else {
|
|
24
|
+
throw new Error("Invalid client, expected Connect | ConnectClient");
|
|
25
|
+
}
|
|
26
|
+
yield page;
|
|
27
|
+
const prevToken = token;
|
|
28
|
+
token = page.NextToken;
|
|
29
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
37
30
|
}
|
|
38
|
-
return
|
|
39
|
-
var token, hasNext, page, prevToken;
|
|
40
|
-
return __generator(this, function (_a) {
|
|
41
|
-
switch (_a.label) {
|
|
42
|
-
case 0:
|
|
43
|
-
token = config.startingToken || undefined;
|
|
44
|
-
hasNext = true;
|
|
45
|
-
_a.label = 1;
|
|
46
|
-
case 1:
|
|
47
|
-
if (!hasNext) return [3, 9];
|
|
48
|
-
input.NextToken = token;
|
|
49
|
-
input["MaxResults"] = config.pageSize;
|
|
50
|
-
if (!(config.client instanceof Connect)) return [3, 3];
|
|
51
|
-
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
52
|
-
case 2:
|
|
53
|
-
page = _a.sent();
|
|
54
|
-
return [3, 6];
|
|
55
|
-
case 3:
|
|
56
|
-
if (!(config.client instanceof ConnectClient)) return [3, 5];
|
|
57
|
-
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
58
|
-
case 4:
|
|
59
|
-
page = _a.sent();
|
|
60
|
-
return [3, 6];
|
|
61
|
-
case 5: throw new Error("Invalid client, expected Connect | ConnectClient");
|
|
62
|
-
case 6: return [4, __await(page)];
|
|
63
|
-
case 7: return [4, _a.sent()];
|
|
64
|
-
case 8:
|
|
65
|
-
_a.sent();
|
|
66
|
-
prevToken = token;
|
|
67
|
-
token = page.NextToken;
|
|
68
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
69
|
-
return [3, 1];
|
|
70
|
-
case 9: return [4, __await(undefined)];
|
|
71
|
-
case 10: return [2, _a.sent()];
|
|
72
|
-
}
|
|
73
|
-
});
|
|
74
|
-
});
|
|
31
|
+
return undefined;
|
|
75
32
|
}
|
|
@@ -1,75 +1,32 @@
|
|
|
1
|
-
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
1
|
import { ListLexBotsCommand } from "../commands/ListLexBotsCommand";
|
|
3
2
|
import { Connect } from "../Connect";
|
|
4
3
|
import { ConnectClient } from "../ConnectClient";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
for (var _i = 2; _i < arguments.length; _i++) {
|
|
8
|
-
args[_i - 2] = arguments[_i];
|
|
9
|
-
}
|
|
10
|
-
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
|
-
return __generator(this, function (_a) {
|
|
12
|
-
switch (_a.label) {
|
|
13
|
-
case 0: return [4, client.send.apply(client, __spreadArray([new ListLexBotsCommand(input)], __read(args), false))];
|
|
14
|
-
case 1: return [2, _a.sent()];
|
|
15
|
-
}
|
|
16
|
-
});
|
|
17
|
-
});
|
|
4
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
5
|
+
return await client.send(new ListLexBotsCommand(input), ...args);
|
|
18
6
|
};
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
for (var _i = 2; _i < arguments.length; _i++) {
|
|
22
|
-
args[_i - 2] = arguments[_i];
|
|
23
|
-
}
|
|
24
|
-
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
|
-
return __generator(this, function (_a) {
|
|
26
|
-
switch (_a.label) {
|
|
27
|
-
case 0: return [4, client.listLexBots.apply(client, __spreadArray([input], __read(args), false))];
|
|
28
|
-
case 1: return [2, _a.sent()];
|
|
29
|
-
}
|
|
30
|
-
});
|
|
31
|
-
});
|
|
7
|
+
const makePagedRequest = async (client, input, ...args) => {
|
|
8
|
+
return await client.listLexBots(input, ...args);
|
|
32
9
|
};
|
|
33
|
-
export function paginateListLexBots(config, input) {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
10
|
+
export async function* paginateListLexBots(config, input, ...additionalArguments) {
|
|
11
|
+
let token = config.startingToken || undefined;
|
|
12
|
+
let hasNext = true;
|
|
13
|
+
let page;
|
|
14
|
+
while (hasNext) {
|
|
15
|
+
input.NextToken = token;
|
|
16
|
+
input["MaxResults"] = config.pageSize;
|
|
17
|
+
if (config.client instanceof Connect) {
|
|
18
|
+
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
19
|
+
}
|
|
20
|
+
else if (config.client instanceof ConnectClient) {
|
|
21
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
22
|
+
}
|
|
23
|
+
else {
|
|
24
|
+
throw new Error("Invalid client, expected Connect | ConnectClient");
|
|
25
|
+
}
|
|
26
|
+
yield page;
|
|
27
|
+
const prevToken = token;
|
|
28
|
+
token = page.NextToken;
|
|
29
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
37
30
|
}
|
|
38
|
-
return
|
|
39
|
-
var token, hasNext, page, prevToken;
|
|
40
|
-
return __generator(this, function (_a) {
|
|
41
|
-
switch (_a.label) {
|
|
42
|
-
case 0:
|
|
43
|
-
token = config.startingToken || undefined;
|
|
44
|
-
hasNext = true;
|
|
45
|
-
_a.label = 1;
|
|
46
|
-
case 1:
|
|
47
|
-
if (!hasNext) return [3, 9];
|
|
48
|
-
input.NextToken = token;
|
|
49
|
-
input["MaxResults"] = config.pageSize;
|
|
50
|
-
if (!(config.client instanceof Connect)) return [3, 3];
|
|
51
|
-
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
52
|
-
case 2:
|
|
53
|
-
page = _a.sent();
|
|
54
|
-
return [3, 6];
|
|
55
|
-
case 3:
|
|
56
|
-
if (!(config.client instanceof ConnectClient)) return [3, 5];
|
|
57
|
-
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
58
|
-
case 4:
|
|
59
|
-
page = _a.sent();
|
|
60
|
-
return [3, 6];
|
|
61
|
-
case 5: throw new Error("Invalid client, expected Connect | ConnectClient");
|
|
62
|
-
case 6: return [4, __await(page)];
|
|
63
|
-
case 7: return [4, _a.sent()];
|
|
64
|
-
case 8:
|
|
65
|
-
_a.sent();
|
|
66
|
-
prevToken = token;
|
|
67
|
-
token = page.NextToken;
|
|
68
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
69
|
-
return [3, 1];
|
|
70
|
-
case 9: return [4, __await(undefined)];
|
|
71
|
-
case 10: return [2, _a.sent()];
|
|
72
|
-
}
|
|
73
|
-
});
|
|
74
|
-
});
|
|
31
|
+
return undefined;
|
|
75
32
|
}
|
|
@@ -1,75 +1,32 @@
|
|
|
1
|
-
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
1
|
import { ListPhoneNumbersCommand, } from "../commands/ListPhoneNumbersCommand";
|
|
3
2
|
import { Connect } from "../Connect";
|
|
4
3
|
import { ConnectClient } from "../ConnectClient";
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
for (var _i = 2; _i < arguments.length; _i++) {
|
|
8
|
-
args[_i - 2] = arguments[_i];
|
|
9
|
-
}
|
|
10
|
-
return __awaiter(void 0, void 0, void 0, function () {
|
|
11
|
-
return __generator(this, function (_a) {
|
|
12
|
-
switch (_a.label) {
|
|
13
|
-
case 0: return [4, client.send.apply(client, __spreadArray([new ListPhoneNumbersCommand(input)], __read(args), false))];
|
|
14
|
-
case 1: return [2, _a.sent()];
|
|
15
|
-
}
|
|
16
|
-
});
|
|
17
|
-
});
|
|
4
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
5
|
+
return await client.send(new ListPhoneNumbersCommand(input), ...args);
|
|
18
6
|
};
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
for (var _i = 2; _i < arguments.length; _i++) {
|
|
22
|
-
args[_i - 2] = arguments[_i];
|
|
23
|
-
}
|
|
24
|
-
return __awaiter(void 0, void 0, void 0, function () {
|
|
25
|
-
return __generator(this, function (_a) {
|
|
26
|
-
switch (_a.label) {
|
|
27
|
-
case 0: return [4, client.listPhoneNumbers.apply(client, __spreadArray([input], __read(args), false))];
|
|
28
|
-
case 1: return [2, _a.sent()];
|
|
29
|
-
}
|
|
30
|
-
});
|
|
31
|
-
});
|
|
7
|
+
const makePagedRequest = async (client, input, ...args) => {
|
|
8
|
+
return await client.listPhoneNumbers(input, ...args);
|
|
32
9
|
};
|
|
33
|
-
export function paginateListPhoneNumbers(config, input) {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
10
|
+
export async function* paginateListPhoneNumbers(config, input, ...additionalArguments) {
|
|
11
|
+
let token = config.startingToken || undefined;
|
|
12
|
+
let hasNext = true;
|
|
13
|
+
let page;
|
|
14
|
+
while (hasNext) {
|
|
15
|
+
input.NextToken = token;
|
|
16
|
+
input["MaxResults"] = config.pageSize;
|
|
17
|
+
if (config.client instanceof Connect) {
|
|
18
|
+
page = await makePagedRequest(config.client, input, ...additionalArguments);
|
|
19
|
+
}
|
|
20
|
+
else if (config.client instanceof ConnectClient) {
|
|
21
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
22
|
+
}
|
|
23
|
+
else {
|
|
24
|
+
throw new Error("Invalid client, expected Connect | ConnectClient");
|
|
25
|
+
}
|
|
26
|
+
yield page;
|
|
27
|
+
const prevToken = token;
|
|
28
|
+
token = page.NextToken;
|
|
29
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
37
30
|
}
|
|
38
|
-
return
|
|
39
|
-
var token, hasNext, page, prevToken;
|
|
40
|
-
return __generator(this, function (_a) {
|
|
41
|
-
switch (_a.label) {
|
|
42
|
-
case 0:
|
|
43
|
-
token = config.startingToken || undefined;
|
|
44
|
-
hasNext = true;
|
|
45
|
-
_a.label = 1;
|
|
46
|
-
case 1:
|
|
47
|
-
if (!hasNext) return [3, 9];
|
|
48
|
-
input.NextToken = token;
|
|
49
|
-
input["MaxResults"] = config.pageSize;
|
|
50
|
-
if (!(config.client instanceof Connect)) return [3, 3];
|
|
51
|
-
return [4, __await(makePagedRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
52
|
-
case 2:
|
|
53
|
-
page = _a.sent();
|
|
54
|
-
return [3, 6];
|
|
55
|
-
case 3:
|
|
56
|
-
if (!(config.client instanceof ConnectClient)) return [3, 5];
|
|
57
|
-
return [4, __await(makePagedClientRequest.apply(void 0, __spreadArray([config.client, input], __read(additionalArguments), false)))];
|
|
58
|
-
case 4:
|
|
59
|
-
page = _a.sent();
|
|
60
|
-
return [3, 6];
|
|
61
|
-
case 5: throw new Error("Invalid client, expected Connect | ConnectClient");
|
|
62
|
-
case 6: return [4, __await(page)];
|
|
63
|
-
case 7: return [4, _a.sent()];
|
|
64
|
-
case 8:
|
|
65
|
-
_a.sent();
|
|
66
|
-
prevToken = token;
|
|
67
|
-
token = page.NextToken;
|
|
68
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
69
|
-
return [3, 1];
|
|
70
|
-
case 9: return [4, __await(undefined)];
|
|
71
|
-
case 10: return [2, _a.sent()];
|
|
72
|
-
}
|
|
73
|
-
});
|
|
74
|
-
});
|
|
31
|
+
return undefined;
|
|
75
32
|
}
|