@aws-sdk/client-api-gateway 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/APIGateway.d.ts +2164 -605
- package/dist-types/ts3.4/APIGatewayClient.d.ts +849 -193
- package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateBasePathMappingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateDocumentationPartCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDocumentationVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateRequestValidatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateRestApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateUsagePlanCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateUsagePlanKeyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteBasePathMappingCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteClientCertificateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteDocumentationPartCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDocumentationVersionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteGatewayResponseCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteMethodCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteMethodResponseCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRequestValidatorCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteRestApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteUsagePlanCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteUsagePlanKeyCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/FlushStageAuthorizersCacheCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/FlushStageCacheCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GenerateClientCertificateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetApiKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetApiKeysCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetBasePathMappingCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetBasePathMappingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetClientCertificateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetClientCertificatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDocumentationPartCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDocumentationPartsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDocumentationVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDocumentationVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetExportCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetGatewayResponseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetGatewayResponsesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetMethodCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetMethodResponseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRequestValidatorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetRequestValidatorsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRestApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetRestApisCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetSdkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetSdkTypeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetSdkTypesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetStageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetUsageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetUsagePlanCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetUsagePlanKeyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetUsagePlanKeysCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetUsagePlansCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ImportApiKeysCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ImportDocumentationPartsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ImportRestApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutGatewayResponseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutIntegrationResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutMethodCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutMethodResponseCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/PutRestApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/TestInvokeAuthorizerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TestInvokeMethodCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateBasePathMappingCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateClientCertificateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateDocumentationPartCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDocumentationVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateGatewayResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateMethodCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateMethodResponseCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateRequestValidatorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateRestApiCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateUsageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateUsagePlanCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +120 -120
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/APIGatewayServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2635 -2499
- package/dist-types/ts3.4/pagination/GetApiKeysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetBasePathMappingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetClientCertificatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetDeploymentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetDomainNamesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetModelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetRestApisPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetUsagePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetUsagePlanKeysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetUsagePlansPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetVpcLinksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +13 -13
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1445 -362
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +35 -35
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetApiKeysCommandInput,
|
|
4
|
+
GetApiKeysCommandOutput,
|
|
5
|
+
} from "../commands/GetApiKeysCommand";
|
|
6
|
+
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetApiKeys(
|
|
8
|
+
config: APIGatewayPaginationConfiguration,
|
|
9
|
+
input: GetApiKeysCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetApiKeysCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetBasePathMappingsCommandInput,
|
|
4
|
+
GetBasePathMappingsCommandOutput,
|
|
5
|
+
} from "../commands/GetBasePathMappingsCommand";
|
|
6
|
+
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetBasePathMappings(
|
|
8
|
+
config: APIGatewayPaginationConfiguration,
|
|
9
|
+
input: GetBasePathMappingsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetBasePathMappingsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetClientCertificatesCommandInput,
|
|
4
|
+
GetClientCertificatesCommandOutput,
|
|
5
|
+
} from "../commands/GetClientCertificatesCommand";
|
|
6
|
+
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetClientCertificates(
|
|
8
|
+
config: APIGatewayPaginationConfiguration,
|
|
9
|
+
input: GetClientCertificatesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetClientCertificatesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetDeploymentsCommandInput,
|
|
4
|
+
GetDeploymentsCommandOutput,
|
|
5
|
+
} from "../commands/GetDeploymentsCommand";
|
|
6
|
+
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetDeployments(
|
|
8
|
+
config: APIGatewayPaginationConfiguration,
|
|
9
|
+
input: GetDeploymentsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetDeploymentsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetDomainNamesCommandInput,
|
|
4
|
+
GetDomainNamesCommandOutput,
|
|
5
|
+
} from "../commands/GetDomainNamesCommand";
|
|
6
|
+
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetDomainNames(
|
|
8
|
+
config: APIGatewayPaginationConfiguration,
|
|
9
|
+
input: GetDomainNamesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetDomainNamesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetModelsCommandInput,
|
|
4
|
+
GetModelsCommandOutput,
|
|
5
|
+
} from "../commands/GetModelsCommand";
|
|
6
|
+
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetModels(
|
|
8
|
+
config: APIGatewayPaginationConfiguration,
|
|
9
|
+
input: GetModelsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetModelsCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetResourcesCommandInput,
|
|
4
|
+
GetResourcesCommandOutput,
|
|
5
|
+
} from "../commands/GetResourcesCommand";
|
|
6
|
+
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetResources(
|
|
8
|
+
config: APIGatewayPaginationConfiguration,
|
|
9
|
+
input: GetResourcesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetResourcesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetRestApisCommandInput,
|
|
4
|
+
GetRestApisCommandOutput,
|
|
5
|
+
} from "../commands/GetRestApisCommand";
|
|
6
|
+
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetRestApis(
|
|
8
|
+
config: APIGatewayPaginationConfiguration,
|
|
9
|
+
input: GetRestApisCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetRestApisCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetUsageCommandInput,
|
|
4
|
+
GetUsageCommandOutput,
|
|
5
|
+
} from "../commands/GetUsageCommand";
|
|
6
|
+
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetUsage(
|
|
8
|
+
config: APIGatewayPaginationConfiguration,
|
|
9
|
+
input: GetUsageCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetUsageCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetUsagePlanKeysCommandInput,
|
|
4
|
+
GetUsagePlanKeysCommandOutput,
|
|
5
|
+
} from "../commands/GetUsagePlanKeysCommand";
|
|
6
|
+
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetUsagePlanKeys(
|
|
8
|
+
config: APIGatewayPaginationConfiguration,
|
|
9
|
+
input: GetUsagePlanKeysCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetUsagePlanKeysCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetUsagePlansCommandInput,
|
|
4
|
+
GetUsagePlansCommandOutput,
|
|
5
|
+
} from "../commands/GetUsagePlansCommand";
|
|
6
|
+
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetUsagePlans(
|
|
8
|
+
config: APIGatewayPaginationConfiguration,
|
|
9
|
+
input: GetUsagePlansCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetUsagePlansCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
GetVpcLinksCommandInput,
|
|
4
|
+
GetVpcLinksCommandOutput,
|
|
5
|
+
} from "../commands/GetVpcLinksCommand";
|
|
6
|
+
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateGetVpcLinks(
|
|
8
|
+
config: APIGatewayPaginationConfiguration,
|
|
9
|
+
input: GetVpcLinksCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<GetVpcLinksCommandOutput>;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { APIGateway } from "../APIGateway";
|
|
3
|
-
import { APIGatewayClient } from "../APIGatewayClient";
|
|
4
|
-
export interface APIGatewayPaginationConfiguration
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { APIGateway } from "../APIGateway";
|
|
3
|
+
import { APIGatewayClient } from "../APIGatewayClient";
|
|
4
|
+
export interface APIGatewayPaginationConfiguration
|
|
5
|
+
extends PaginationConfiguration {
|
|
6
|
+
client: APIGateway | APIGatewayClient;
|
|
7
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export * from "./GetApiKeysPaginator";
|
|
2
|
-
export * from "./GetBasePathMappingsPaginator";
|
|
3
|
-
export * from "./GetClientCertificatesPaginator";
|
|
4
|
-
export * from "./GetDeploymentsPaginator";
|
|
5
|
-
export * from "./GetDomainNamesPaginator";
|
|
6
|
-
export * from "./GetModelsPaginator";
|
|
7
|
-
export * from "./GetResourcesPaginator";
|
|
8
|
-
export * from "./GetRestApisPaginator";
|
|
9
|
-
export * from "./GetUsagePaginator";
|
|
10
|
-
export * from "./GetUsagePlanKeysPaginator";
|
|
11
|
-
export * from "./Interfaces";
|
|
12
|
-
export * from "./GetUsagePlansPaginator";
|
|
13
|
-
export * from "./GetVpcLinksPaginator";
|
|
1
|
+
export * from "./GetApiKeysPaginator";
|
|
2
|
+
export * from "./GetBasePathMappingsPaginator";
|
|
3
|
+
export * from "./GetClientCertificatesPaginator";
|
|
4
|
+
export * from "./GetDeploymentsPaginator";
|
|
5
|
+
export * from "./GetDomainNamesPaginator";
|
|
6
|
+
export * from "./GetModelsPaginator";
|
|
7
|
+
export * from "./GetResourcesPaginator";
|
|
8
|
+
export * from "./GetRestApisPaginator";
|
|
9
|
+
export * from "./GetUsagePaginator";
|
|
10
|
+
export * from "./GetUsagePlanKeysPaginator";
|
|
11
|
+
export * from "./Interfaces";
|
|
12
|
+
export * from "./GetUsagePlansPaginator";
|
|
13
|
+
export * from "./GetVpcLinksPaginator";
|