@aws-sdk/client-kinesis-video 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.
@@ -1,29 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateDescribeMappedResourceConfiguration = void 0;
4
+ const core_1 = require("@smithy/core");
4
5
  const DescribeMappedResourceConfigurationCommand_1 = require("../commands/DescribeMappedResourceConfigurationCommand");
5
6
  const KinesisVideoClient_1 = require("../KinesisVideoClient");
6
- const makePagedClientRequest = async (client, input, ...args) => {
7
- return await client.send(new DescribeMappedResourceConfigurationCommand_1.DescribeMappedResourceConfigurationCommand(input), ...args);
8
- };
9
- async function* paginateDescribeMappedResourceConfiguration(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 KinesisVideoClient_1.KinesisVideoClient) {
17
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
18
- }
19
- else {
20
- throw new Error("Invalid client, expected KinesisVideo | KinesisVideoClient");
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.paginateDescribeMappedResourceConfiguration = paginateDescribeMappedResourceConfiguration;
7
+ exports.paginateDescribeMappedResourceConfiguration = (0, core_1.createPaginator)(KinesisVideoClient_1.KinesisVideoClient, DescribeMappedResourceConfigurationCommand_1.DescribeMappedResourceConfigurationCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,29 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListEdgeAgentConfigurations = void 0;
4
+ const core_1 = require("@smithy/core");
4
5
  const ListEdgeAgentConfigurationsCommand_1 = require("../commands/ListEdgeAgentConfigurationsCommand");
5
6
  const KinesisVideoClient_1 = require("../KinesisVideoClient");
6
- const makePagedClientRequest = async (client, input, ...args) => {
7
- return await client.send(new ListEdgeAgentConfigurationsCommand_1.ListEdgeAgentConfigurationsCommand(input), ...args);
8
- };
9
- async function* paginateListEdgeAgentConfigurations(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 KinesisVideoClient_1.KinesisVideoClient) {
17
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
18
- }
19
- else {
20
- throw new Error("Invalid client, expected KinesisVideo | KinesisVideoClient");
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.paginateListEdgeAgentConfigurations = paginateListEdgeAgentConfigurations;
7
+ exports.paginateListEdgeAgentConfigurations = (0, core_1.createPaginator)(KinesisVideoClient_1.KinesisVideoClient, ListEdgeAgentConfigurationsCommand_1.ListEdgeAgentConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,29 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListSignalingChannels = void 0;
4
+ const core_1 = require("@smithy/core");
4
5
  const ListSignalingChannelsCommand_1 = require("../commands/ListSignalingChannelsCommand");
5
6
  const KinesisVideoClient_1 = require("../KinesisVideoClient");
6
- const makePagedClientRequest = async (client, input, ...args) => {
7
- return await client.send(new ListSignalingChannelsCommand_1.ListSignalingChannelsCommand(input), ...args);
8
- };
9
- async function* paginateListSignalingChannels(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 KinesisVideoClient_1.KinesisVideoClient) {
17
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
18
- }
19
- else {
20
- throw new Error("Invalid client, expected KinesisVideo | KinesisVideoClient");
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.paginateListSignalingChannels = paginateListSignalingChannels;
7
+ exports.paginateListSignalingChannels = (0, core_1.createPaginator)(KinesisVideoClient_1.KinesisVideoClient, ListSignalingChannelsCommand_1.ListSignalingChannelsCommand, "NextToken", "NextToken", "MaxResults");
@@ -1,29 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.paginateListStreams = void 0;
4
+ const core_1 = require("@smithy/core");
4
5
  const ListStreamsCommand_1 = require("../commands/ListStreamsCommand");
5
6
  const KinesisVideoClient_1 = require("../KinesisVideoClient");
6
- const makePagedClientRequest = async (client, input, ...args) => {
7
- return await client.send(new ListStreamsCommand_1.ListStreamsCommand(input), ...args);
8
- };
9
- async function* paginateListStreams(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 KinesisVideoClient_1.KinesisVideoClient) {
17
- page = await makePagedClientRequest(config.client, input, ...additionalArguments);
18
- }
19
- else {
20
- throw new Error("Invalid client, expected KinesisVideo | KinesisVideoClient");
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.paginateListStreams = paginateListStreams;
7
+ exports.paginateListStreams = (0, core_1.createPaginator)(KinesisVideoClient_1.KinesisVideoClient, ListStreamsCommand_1.ListStreamsCommand, "NextToken", "NextToken", "MaxResults");