@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.
Files changed (51) hide show
  1. package/dist-cjs/pagination/GetApiKeysPaginator.js +2 -24
  2. package/dist-cjs/pagination/GetBasePathMappingsPaginator.js +2 -24
  3. package/dist-cjs/pagination/GetClientCertificatesPaginator.js +2 -24
  4. package/dist-cjs/pagination/GetDeploymentsPaginator.js +2 -24
  5. package/dist-cjs/pagination/GetDomainNamesPaginator.js +2 -24
  6. package/dist-cjs/pagination/GetModelsPaginator.js +2 -24
  7. package/dist-cjs/pagination/GetResourcesPaginator.js +2 -24
  8. package/dist-cjs/pagination/GetRestApisPaginator.js +2 -24
  9. package/dist-cjs/pagination/GetUsagePaginator.js +2 -24
  10. package/dist-cjs/pagination/GetUsagePlanKeysPaginator.js +2 -24
  11. package/dist-cjs/pagination/GetUsagePlansPaginator.js +2 -24
  12. package/dist-cjs/pagination/GetVpcLinksPaginator.js +2 -24
  13. package/dist-cjs/protocols/Aws_restJson1.js +773 -1669
  14. package/dist-es/pagination/GetApiKeysPaginator.js +2 -23
  15. package/dist-es/pagination/GetBasePathMappingsPaginator.js +2 -23
  16. package/dist-es/pagination/GetClientCertificatesPaginator.js +2 -23
  17. package/dist-es/pagination/GetDeploymentsPaginator.js +2 -23
  18. package/dist-es/pagination/GetDomainNamesPaginator.js +2 -23
  19. package/dist-es/pagination/GetModelsPaginator.js +2 -23
  20. package/dist-es/pagination/GetResourcesPaginator.js +2 -23
  21. package/dist-es/pagination/GetRestApisPaginator.js +2 -23
  22. package/dist-es/pagination/GetUsagePaginator.js +2 -23
  23. package/dist-es/pagination/GetUsagePlanKeysPaginator.js +2 -23
  24. package/dist-es/pagination/GetUsagePlansPaginator.js +2 -23
  25. package/dist-es/pagination/GetVpcLinksPaginator.js +2 -23
  26. package/dist-es/protocols/Aws_restJson1.js +774 -1670
  27. package/dist-types/pagination/GetApiKeysPaginator.d.ts +1 -1
  28. package/dist-types/pagination/GetBasePathMappingsPaginator.d.ts +1 -1
  29. package/dist-types/pagination/GetClientCertificatesPaginator.d.ts +1 -1
  30. package/dist-types/pagination/GetDeploymentsPaginator.d.ts +1 -1
  31. package/dist-types/pagination/GetDomainNamesPaginator.d.ts +1 -1
  32. package/dist-types/pagination/GetModelsPaginator.d.ts +1 -1
  33. package/dist-types/pagination/GetResourcesPaginator.d.ts +1 -1
  34. package/dist-types/pagination/GetRestApisPaginator.d.ts +1 -1
  35. package/dist-types/pagination/GetUsagePaginator.d.ts +1 -1
  36. package/dist-types/pagination/GetUsagePlanKeysPaginator.d.ts +1 -1
  37. package/dist-types/pagination/GetUsagePlansPaginator.d.ts +1 -1
  38. package/dist-types/pagination/GetVpcLinksPaginator.d.ts +1 -1
  39. package/dist-types/ts3.4/pagination/GetApiKeysPaginator.d.ts +3 -3
  40. package/dist-types/ts3.4/pagination/GetBasePathMappingsPaginator.d.ts +3 -3
  41. package/dist-types/ts3.4/pagination/GetClientCertificatesPaginator.d.ts +3 -3
  42. package/dist-types/ts3.4/pagination/GetDeploymentsPaginator.d.ts +3 -3
  43. package/dist-types/ts3.4/pagination/GetDomainNamesPaginator.d.ts +3 -3
  44. package/dist-types/ts3.4/pagination/GetModelsPaginator.d.ts +3 -3
  45. package/dist-types/ts3.4/pagination/GetResourcesPaginator.d.ts +3 -3
  46. package/dist-types/ts3.4/pagination/GetRestApisPaginator.d.ts +3 -3
  47. package/dist-types/ts3.4/pagination/GetUsagePaginator.d.ts +3 -3
  48. package/dist-types/ts3.4/pagination/GetUsagePlanKeysPaginator.d.ts +3 -3
  49. package/dist-types/ts3.4/pagination/GetUsagePlansPaginator.d.ts +3 -3
  50. package/dist-types/ts3.4/pagination/GetVpcLinksPaginator.d.ts +3 -3
  51. package/package.json +7 -6
@@ -4,4 +4,4 @@ import { APIGatewayPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
7
- export declare function paginateGetApiKeys(config: APIGatewayPaginationConfiguration, input: GetApiKeysCommandInput, ...additionalArguments: any): Paginator<GetApiKeysCommandOutput>;
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 function paginateGetBasePathMappings(config: APIGatewayPaginationConfiguration, input: GetBasePathMappingsCommandInput, ...additionalArguments: any): Paginator<GetBasePathMappingsCommandOutput>;
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 function paginateGetClientCertificates(config: APIGatewayPaginationConfiguration, input: GetClientCertificatesCommandInput, ...additionalArguments: any): Paginator<GetClientCertificatesCommandOutput>;
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 function paginateGetDeployments(config: APIGatewayPaginationConfiguration, input: GetDeploymentsCommandInput, ...additionalArguments: any): Paginator<GetDeploymentsCommandOutput>;
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 function paginateGetDomainNames(config: APIGatewayPaginationConfiguration, input: GetDomainNamesCommandInput, ...additionalArguments: any): Paginator<GetDomainNamesCommandOutput>;
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 function paginateGetModels(config: APIGatewayPaginationConfiguration, input: GetModelsCommandInput, ...additionalArguments: any): Paginator<GetModelsCommandOutput>;
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 function paginateGetResources(config: APIGatewayPaginationConfiguration, input: GetResourcesCommandInput, ...additionalArguments: any): Paginator<GetResourcesCommandOutput>;
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 function paginateGetRestApis(config: APIGatewayPaginationConfiguration, input: GetRestApisCommandInput, ...additionalArguments: any): Paginator<GetRestApisCommandOutput>;
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 function paginateGetUsage(config: APIGatewayPaginationConfiguration, input: GetUsageCommandInput, ...additionalArguments: any): Paginator<GetUsageCommandOutput>;
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 function paginateGetUsagePlanKeys(config: APIGatewayPaginationConfiguration, input: GetUsagePlanKeysCommandInput, ...additionalArguments: any): Paginator<GetUsagePlanKeysCommandOutput>;
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 function paginateGetUsagePlans(config: APIGatewayPaginationConfiguration, input: GetUsagePlansCommandInput, ...additionalArguments: any): Paginator<GetUsagePlansCommandOutput>;
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 function paginateGetVpcLinks(config: APIGatewayPaginationConfiguration, input: GetVpcLinksCommandInput, ...additionalArguments: any): Paginator<GetVpcLinksCommandOutput>;
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 function paginateGetApiKeys(
7
+ export declare const paginateGetApiKeys: (
8
8
  config: APIGatewayPaginationConfiguration,
9
9
  input: GetApiKeysCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<GetApiKeysCommandOutput>;
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 function paginateGetBasePathMappings(
7
+ export declare const paginateGetBasePathMappings: (
8
8
  config: APIGatewayPaginationConfiguration,
9
9
  input: GetBasePathMappingsCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<GetBasePathMappingsCommandOutput>;
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 function paginateGetClientCertificates(
7
+ export declare const paginateGetClientCertificates: (
8
8
  config: APIGatewayPaginationConfiguration,
9
9
  input: GetClientCertificatesCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<GetClientCertificatesCommandOutput>;
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 function paginateGetDeployments(
7
+ export declare const paginateGetDeployments: (
8
8
  config: APIGatewayPaginationConfiguration,
9
9
  input: GetDeploymentsCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<GetDeploymentsCommandOutput>;
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 function paginateGetDomainNames(
7
+ export declare const paginateGetDomainNames: (
8
8
  config: APIGatewayPaginationConfiguration,
9
9
  input: GetDomainNamesCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<GetDomainNamesCommandOutput>;
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 function paginateGetModels(
7
+ export declare const paginateGetModels: (
8
8
  config: APIGatewayPaginationConfiguration,
9
9
  input: GetModelsCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<GetModelsCommandOutput>;
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 function paginateGetResources(
7
+ export declare const paginateGetResources: (
8
8
  config: APIGatewayPaginationConfiguration,
9
9
  input: GetResourcesCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<GetResourcesCommandOutput>;
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 function paginateGetRestApis(
7
+ export declare const paginateGetRestApis: (
8
8
  config: APIGatewayPaginationConfiguration,
9
9
  input: GetRestApisCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<GetRestApisCommandOutput>;
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 function paginateGetUsage(
7
+ export declare const paginateGetUsage: (
8
8
  config: APIGatewayPaginationConfiguration,
9
9
  input: GetUsageCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<GetUsageCommandOutput>;
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 function paginateGetUsagePlanKeys(
7
+ export declare const paginateGetUsagePlanKeys: (
8
8
  config: APIGatewayPaginationConfiguration,
9
9
  input: GetUsagePlanKeysCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<GetUsagePlanKeysCommandOutput>;
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 function paginateGetUsagePlans(
7
+ export declare const paginateGetUsagePlans: (
8
8
  config: APIGatewayPaginationConfiguration,
9
9
  input: GetUsagePlansCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<GetUsagePlansCommandOutput>;
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 function paginateGetVpcLinks(
7
+ export declare const paginateGetVpcLinks: (
8
8
  config: APIGatewayPaginationConfiguration,
9
9
  input: GetVpcLinksCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<GetVpcLinksCommandOutput>;
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.476.0",
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.476.0",
24
- "@aws-sdk/core": "3.476.0",
25
- "@aws-sdk/credential-provider-node": "3.476.0",
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.470.0",
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.470.0",
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",