@aws-sdk/client-api-gateway 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/GetApiKeysPaginator.js +2 -24
- package/dist-cjs/pagination/GetBasePathMappingsPaginator.js +2 -24
- package/dist-cjs/pagination/GetClientCertificatesPaginator.js +2 -24
- package/dist-cjs/pagination/GetDeploymentsPaginator.js +2 -24
- package/dist-cjs/pagination/GetDomainNamesPaginator.js +2 -24
- package/dist-cjs/pagination/GetModelsPaginator.js +2 -24
- package/dist-cjs/pagination/GetResourcesPaginator.js +2 -24
- package/dist-cjs/pagination/GetRestApisPaginator.js +2 -24
- package/dist-cjs/pagination/GetUsagePaginator.js +2 -24
- package/dist-cjs/pagination/GetUsagePlanKeysPaginator.js +2 -24
- package/dist-cjs/pagination/GetUsagePlansPaginator.js +2 -24
- package/dist-cjs/pagination/GetVpcLinksPaginator.js +2 -24
- package/dist-cjs/protocols/Aws_restJson1.js +773 -1669
- package/dist-es/pagination/GetApiKeysPaginator.js +2 -23
- package/dist-es/pagination/GetBasePathMappingsPaginator.js +2 -23
- package/dist-es/pagination/GetClientCertificatesPaginator.js +2 -23
- package/dist-es/pagination/GetDeploymentsPaginator.js +2 -23
- package/dist-es/pagination/GetDomainNamesPaginator.js +2 -23
- package/dist-es/pagination/GetModelsPaginator.js +2 -23
- package/dist-es/pagination/GetResourcesPaginator.js +2 -23
- package/dist-es/pagination/GetRestApisPaginator.js +2 -23
- package/dist-es/pagination/GetUsagePaginator.js +2 -23
- package/dist-es/pagination/GetUsagePlanKeysPaginator.js +2 -23
- package/dist-es/pagination/GetUsagePlansPaginator.js +2 -23
- package/dist-es/pagination/GetVpcLinksPaginator.js +2 -23
- package/dist-es/protocols/Aws_restJson1.js +774 -1670
- package/dist-types/pagination/GetApiKeysPaginator.d.ts +1 -1
- package/dist-types/pagination/GetBasePathMappingsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetClientCertificatesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetDeploymentsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetDomainNamesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetModelsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetResourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetRestApisPaginator.d.ts +1 -1
- package/dist-types/pagination/GetUsagePaginator.d.ts +1 -1
- package/dist-types/pagination/GetUsagePlanKeysPaginator.d.ts +1 -1
- package/dist-types/pagination/GetUsagePlansPaginator.d.ts +1 -1
- package/dist-types/pagination/GetVpcLinksPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/GetApiKeysPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetBasePathMappingsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetClientCertificatesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetDeploymentsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetDomainNamesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetModelsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetResourcesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetRestApisPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetUsagePaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetUsagePlanKeysPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetUsagePlansPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetVpcLinksPaginator.d.ts +3 -3
- package/package.json +7 -6
|
@@ -4,4 +4,4 @@ import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetApiKeys: (config: APIGatewayPaginationConfiguration, input: GetApiKeysCommandInput, ...rest: any[]) => Paginator<GetApiKeysCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetBasePathMappings: (config: APIGatewayPaginationConfiguration, input: GetBasePathMappingsCommandInput, ...rest: any[]) => Paginator<GetBasePathMappingsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetClientCertificates: (config: APIGatewayPaginationConfiguration, input: GetClientCertificatesCommandInput, ...rest: any[]) => Paginator<GetClientCertificatesCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetDeployments: (config: APIGatewayPaginationConfiguration, input: GetDeploymentsCommandInput, ...rest: any[]) => Paginator<GetDeploymentsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetDomainNames: (config: APIGatewayPaginationConfiguration, input: GetDomainNamesCommandInput, ...rest: any[]) => Paginator<GetDomainNamesCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetModels: (config: APIGatewayPaginationConfiguration, input: GetModelsCommandInput, ...rest: any[]) => Paginator<GetModelsCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetResources: (config: APIGatewayPaginationConfiguration, input: GetResourcesCommandInput, ...rest: any[]) => Paginator<GetResourcesCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetRestApis: (config: APIGatewayPaginationConfiguration, input: GetRestApisCommandInput, ...rest: any[]) => Paginator<GetRestApisCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetUsage: (config: APIGatewayPaginationConfiguration, input: GetUsageCommandInput, ...rest: any[]) => Paginator<GetUsageCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetUsagePlanKeys: (config: APIGatewayPaginationConfiguration, input: GetUsagePlanKeysCommandInput, ...rest: any[]) => Paginator<GetUsagePlanKeysCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetUsagePlans: (config: APIGatewayPaginationConfiguration, input: GetUsagePlansCommandInput, ...rest: any[]) => Paginator<GetUsagePlansCommandOutput>;
|
|
@@ -4,4 +4,4 @@ import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetVpcLinks: (config: APIGatewayPaginationConfiguration, input: GetVpcLinksCommandInput, ...rest: any[]) => Paginator<GetVpcLinksCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
GetApiKeysCommandOutput,
|
|
5
5
|
} from "../commands/GetApiKeysCommand";
|
|
6
6
|
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetApiKeys: (
|
|
8
8
|
config: APIGatewayPaginationConfiguration,
|
|
9
9
|
input: GetApiKeysCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetApiKeysCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
GetBasePathMappingsCommandOutput,
|
|
5
5
|
} from "../commands/GetBasePathMappingsCommand";
|
|
6
6
|
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetBasePathMappings: (
|
|
8
8
|
config: APIGatewayPaginationConfiguration,
|
|
9
9
|
input: GetBasePathMappingsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetBasePathMappingsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
GetClientCertificatesCommandOutput,
|
|
5
5
|
} from "../commands/GetClientCertificatesCommand";
|
|
6
6
|
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetClientCertificates: (
|
|
8
8
|
config: APIGatewayPaginationConfiguration,
|
|
9
9
|
input: GetClientCertificatesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetClientCertificatesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
GetDeploymentsCommandOutput,
|
|
5
5
|
} from "../commands/GetDeploymentsCommand";
|
|
6
6
|
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetDeployments: (
|
|
8
8
|
config: APIGatewayPaginationConfiguration,
|
|
9
9
|
input: GetDeploymentsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetDeploymentsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
GetDomainNamesCommandOutput,
|
|
5
5
|
} from "../commands/GetDomainNamesCommand";
|
|
6
6
|
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetDomainNames: (
|
|
8
8
|
config: APIGatewayPaginationConfiguration,
|
|
9
9
|
input: GetDomainNamesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetDomainNamesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
GetModelsCommandOutput,
|
|
5
5
|
} from "../commands/GetModelsCommand";
|
|
6
6
|
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetModels: (
|
|
8
8
|
config: APIGatewayPaginationConfiguration,
|
|
9
9
|
input: GetModelsCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetModelsCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
GetResourcesCommandOutput,
|
|
5
5
|
} from "../commands/GetResourcesCommand";
|
|
6
6
|
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetResources: (
|
|
8
8
|
config: APIGatewayPaginationConfiguration,
|
|
9
9
|
input: GetResourcesCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetResourcesCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
GetRestApisCommandOutput,
|
|
5
5
|
} from "../commands/GetRestApisCommand";
|
|
6
6
|
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetRestApis: (
|
|
8
8
|
config: APIGatewayPaginationConfiguration,
|
|
9
9
|
input: GetRestApisCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetRestApisCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
GetUsageCommandOutput,
|
|
5
5
|
} from "../commands/GetUsageCommand";
|
|
6
6
|
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetUsage: (
|
|
8
8
|
config: APIGatewayPaginationConfiguration,
|
|
9
9
|
input: GetUsageCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetUsageCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
GetUsagePlanKeysCommandOutput,
|
|
5
5
|
} from "../commands/GetUsagePlanKeysCommand";
|
|
6
6
|
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetUsagePlanKeys: (
|
|
8
8
|
config: APIGatewayPaginationConfiguration,
|
|
9
9
|
input: GetUsagePlanKeysCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetUsagePlanKeysCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
GetUsagePlansCommandOutput,
|
|
5
5
|
} from "../commands/GetUsagePlansCommand";
|
|
6
6
|
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetUsagePlans: (
|
|
8
8
|
config: APIGatewayPaginationConfiguration,
|
|
9
9
|
input: GetUsagePlansCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetUsagePlansCommandOutput>;
|
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
GetVpcLinksCommandOutput,
|
|
5
5
|
} from "../commands/GetVpcLinksCommand";
|
|
6
6
|
import { APIGatewayPaginationConfiguration } from "./Interfaces";
|
|
7
|
-
export declare
|
|
7
|
+
export declare const paginateGetVpcLinks: (
|
|
8
8
|
config: APIGatewayPaginationConfiguration,
|
|
9
9
|
input: GetVpcLinksCommandInput,
|
|
10
|
-
...
|
|
11
|
-
)
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<GetVpcLinksCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-api-gateway",
|
|
3
3
|
"description": "AWS SDK for JavaScript Api Gateway 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,21 +20,22 @@
|
|
|
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-sdk-api-gateway": "3.468.0",
|
|
30
30
|
"@aws-sdk/middleware-signing": "3.468.0",
|
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
+
"@aws-sdk/middleware-user-agent": "3.478.0",
|
|
32
32
|
"@aws-sdk/region-config-resolver": "3.470.0",
|
|
33
33
|
"@aws-sdk/types": "3.468.0",
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.478.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-browser": "3.468.0",
|
|
36
36
|
"@aws-sdk/util-user-agent-node": "3.470.0",
|
|
37
37
|
"@smithy/config-resolver": "^2.0.21",
|
|
38
|
+
"@smithy/core": "^1.2.0",
|
|
38
39
|
"@smithy/fetch-http-handler": "^2.3.1",
|
|
39
40
|
"@smithy/hash-node": "^2.0.17",
|
|
40
41
|
"@smithy/invalid-dependency": "^2.0.15",
|