@aws-sdk/client-api-gateway 3.296.0 → 3.297.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 (138) hide show
  1. package/dist-types/APIGateway.d.ts +121 -0
  2. package/dist-types/APIGatewayClient.d.ts +24 -4
  3. package/dist-types/commands/CreateApiKeyCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateAuthorizerCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateBasePathMappingCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateDeploymentCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateDocumentationPartCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateDocumentationVersionCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateDomainNameCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateModelCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateRequestValidatorCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateResourceCommand.d.ts +16 -0
  13. package/dist-types/commands/CreateRestApiCommand.d.ts +16 -0
  14. package/dist-types/commands/CreateStageCommand.d.ts +16 -0
  15. package/dist-types/commands/CreateUsagePlanCommand.d.ts +16 -0
  16. package/dist-types/commands/CreateUsagePlanKeyCommand.d.ts +16 -0
  17. package/dist-types/commands/CreateVpcLinkCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteApiKeyCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteBasePathMappingCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteClientCertificateCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteDeploymentCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteDocumentationPartCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteDocumentationVersionCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteDomainNameCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteGatewayResponseCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteIntegrationCommand.d.ts +16 -0
  28. package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteMethodCommand.d.ts +16 -0
  30. package/dist-types/commands/DeleteMethodResponseCommand.d.ts +16 -0
  31. package/dist-types/commands/DeleteModelCommand.d.ts +16 -0
  32. package/dist-types/commands/DeleteRequestValidatorCommand.d.ts +16 -0
  33. package/dist-types/commands/DeleteResourceCommand.d.ts +16 -0
  34. package/dist-types/commands/DeleteRestApiCommand.d.ts +16 -0
  35. package/dist-types/commands/DeleteStageCommand.d.ts +16 -0
  36. package/dist-types/commands/DeleteUsagePlanCommand.d.ts +16 -0
  37. package/dist-types/commands/DeleteUsagePlanKeyCommand.d.ts +16 -0
  38. package/dist-types/commands/DeleteVpcLinkCommand.d.ts +16 -0
  39. package/dist-types/commands/FlushStageAuthorizersCacheCommand.d.ts +16 -0
  40. package/dist-types/commands/FlushStageCacheCommand.d.ts +16 -0
  41. package/dist-types/commands/GenerateClientCertificateCommand.d.ts +16 -0
  42. package/dist-types/commands/GetAccountCommand.d.ts +16 -0
  43. package/dist-types/commands/GetApiKeyCommand.d.ts +16 -0
  44. package/dist-types/commands/GetApiKeysCommand.d.ts +16 -0
  45. package/dist-types/commands/GetAuthorizerCommand.d.ts +16 -0
  46. package/dist-types/commands/GetAuthorizersCommand.d.ts +16 -0
  47. package/dist-types/commands/GetBasePathMappingCommand.d.ts +16 -0
  48. package/dist-types/commands/GetBasePathMappingsCommand.d.ts +16 -0
  49. package/dist-types/commands/GetClientCertificateCommand.d.ts +16 -0
  50. package/dist-types/commands/GetClientCertificatesCommand.d.ts +16 -0
  51. package/dist-types/commands/GetDeploymentCommand.d.ts +16 -0
  52. package/dist-types/commands/GetDeploymentsCommand.d.ts +16 -0
  53. package/dist-types/commands/GetDocumentationPartCommand.d.ts +16 -0
  54. package/dist-types/commands/GetDocumentationPartsCommand.d.ts +16 -0
  55. package/dist-types/commands/GetDocumentationVersionCommand.d.ts +16 -0
  56. package/dist-types/commands/GetDocumentationVersionsCommand.d.ts +16 -0
  57. package/dist-types/commands/GetDomainNameCommand.d.ts +16 -0
  58. package/dist-types/commands/GetDomainNamesCommand.d.ts +16 -0
  59. package/dist-types/commands/GetExportCommand.d.ts +16 -0
  60. package/dist-types/commands/GetGatewayResponseCommand.d.ts +16 -0
  61. package/dist-types/commands/GetGatewayResponsesCommand.d.ts +16 -0
  62. package/dist-types/commands/GetIntegrationCommand.d.ts +16 -0
  63. package/dist-types/commands/GetIntegrationResponseCommand.d.ts +16 -0
  64. package/dist-types/commands/GetMethodCommand.d.ts +16 -0
  65. package/dist-types/commands/GetMethodResponseCommand.d.ts +16 -0
  66. package/dist-types/commands/GetModelCommand.d.ts +16 -0
  67. package/dist-types/commands/GetModelTemplateCommand.d.ts +16 -0
  68. package/dist-types/commands/GetModelsCommand.d.ts +16 -0
  69. package/dist-types/commands/GetRequestValidatorCommand.d.ts +16 -0
  70. package/dist-types/commands/GetRequestValidatorsCommand.d.ts +16 -0
  71. package/dist-types/commands/GetResourceCommand.d.ts +16 -0
  72. package/dist-types/commands/GetResourcesCommand.d.ts +16 -0
  73. package/dist-types/commands/GetRestApiCommand.d.ts +16 -0
  74. package/dist-types/commands/GetRestApisCommand.d.ts +16 -0
  75. package/dist-types/commands/GetSdkCommand.d.ts +16 -0
  76. package/dist-types/commands/GetSdkTypeCommand.d.ts +16 -0
  77. package/dist-types/commands/GetSdkTypesCommand.d.ts +16 -0
  78. package/dist-types/commands/GetStageCommand.d.ts +16 -0
  79. package/dist-types/commands/GetStagesCommand.d.ts +16 -0
  80. package/dist-types/commands/GetTagsCommand.d.ts +16 -0
  81. package/dist-types/commands/GetUsageCommand.d.ts +16 -0
  82. package/dist-types/commands/GetUsagePlanCommand.d.ts +16 -0
  83. package/dist-types/commands/GetUsagePlanKeyCommand.d.ts +16 -0
  84. package/dist-types/commands/GetUsagePlanKeysCommand.d.ts +16 -0
  85. package/dist-types/commands/GetUsagePlansCommand.d.ts +16 -0
  86. package/dist-types/commands/GetVpcLinkCommand.d.ts +16 -0
  87. package/dist-types/commands/GetVpcLinksCommand.d.ts +16 -0
  88. package/dist-types/commands/ImportApiKeysCommand.d.ts +16 -0
  89. package/dist-types/commands/ImportDocumentationPartsCommand.d.ts +16 -0
  90. package/dist-types/commands/ImportRestApiCommand.d.ts +16 -0
  91. package/dist-types/commands/PutGatewayResponseCommand.d.ts +16 -0
  92. package/dist-types/commands/PutIntegrationCommand.d.ts +16 -0
  93. package/dist-types/commands/PutIntegrationResponseCommand.d.ts +16 -0
  94. package/dist-types/commands/PutMethodCommand.d.ts +16 -0
  95. package/dist-types/commands/PutMethodResponseCommand.d.ts +16 -0
  96. package/dist-types/commands/PutRestApiCommand.d.ts +16 -0
  97. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  98. package/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +16 -0
  99. package/dist-types/commands/TestInvokeMethodCommand.d.ts +16 -0
  100. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  101. package/dist-types/commands/UpdateAccountCommand.d.ts +16 -0
  102. package/dist-types/commands/UpdateApiKeyCommand.d.ts +16 -0
  103. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +16 -0
  104. package/dist-types/commands/UpdateBasePathMappingCommand.d.ts +16 -0
  105. package/dist-types/commands/UpdateClientCertificateCommand.d.ts +16 -0
  106. package/dist-types/commands/UpdateDeploymentCommand.d.ts +16 -0
  107. package/dist-types/commands/UpdateDocumentationPartCommand.d.ts +16 -0
  108. package/dist-types/commands/UpdateDocumentationVersionCommand.d.ts +16 -0
  109. package/dist-types/commands/UpdateDomainNameCommand.d.ts +16 -0
  110. package/dist-types/commands/UpdateGatewayResponseCommand.d.ts +16 -0
  111. package/dist-types/commands/UpdateIntegrationCommand.d.ts +16 -0
  112. package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +16 -0
  113. package/dist-types/commands/UpdateMethodCommand.d.ts +16 -0
  114. package/dist-types/commands/UpdateMethodResponseCommand.d.ts +16 -0
  115. package/dist-types/commands/UpdateModelCommand.d.ts +16 -0
  116. package/dist-types/commands/UpdateRequestValidatorCommand.d.ts +16 -0
  117. package/dist-types/commands/UpdateResourceCommand.d.ts +16 -0
  118. package/dist-types/commands/UpdateRestApiCommand.d.ts +16 -0
  119. package/dist-types/commands/UpdateStageCommand.d.ts +16 -0
  120. package/dist-types/commands/UpdateUsageCommand.d.ts +16 -0
  121. package/dist-types/commands/UpdateUsagePlanCommand.d.ts +16 -0
  122. package/dist-types/commands/UpdateVpcLinkCommand.d.ts +16 -0
  123. package/dist-types/models/APIGatewayServiceException.d.ts +2 -0
  124. package/dist-types/models/models_0.d.ts +298 -48
  125. package/dist-types/pagination/GetApiKeysPaginator.d.ts +3 -0
  126. package/dist-types/pagination/GetBasePathMappingsPaginator.d.ts +3 -0
  127. package/dist-types/pagination/GetClientCertificatesPaginator.d.ts +3 -0
  128. package/dist-types/pagination/GetDeploymentsPaginator.d.ts +3 -0
  129. package/dist-types/pagination/GetDomainNamesPaginator.d.ts +3 -0
  130. package/dist-types/pagination/GetModelsPaginator.d.ts +3 -0
  131. package/dist-types/pagination/GetResourcesPaginator.d.ts +3 -0
  132. package/dist-types/pagination/GetRestApisPaginator.d.ts +3 -0
  133. package/dist-types/pagination/GetUsagePaginator.d.ts +3 -0
  134. package/dist-types/pagination/GetUsagePlanKeysPaginator.d.ts +3 -0
  135. package/dist-types/pagination/GetUsagePlansPaginator.d.ts +3 -0
  136. package/dist-types/pagination/GetVpcLinksPaginator.d.ts +3 -0
  137. package/dist-types/pagination/Interfaces.d.ts +3 -0
  138. package/package.json +3 -3
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { GetApiKeysCommandInput, GetApiKeysCommandOutput } from "../commands/GetApiKeysCommand";
3
3
  import { APIGatewayPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateGetApiKeys(config: APIGatewayPaginationConfiguration, input: GetApiKeysCommandInput, ...additionalArguments: any): Paginator<GetApiKeysCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { GetBasePathMappingsCommandInput, GetBasePathMappingsCommandOutput } from "../commands/GetBasePathMappingsCommand";
3
3
  import { APIGatewayPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateGetBasePathMappings(config: APIGatewayPaginationConfiguration, input: GetBasePathMappingsCommandInput, ...additionalArguments: any): Paginator<GetBasePathMappingsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { GetClientCertificatesCommandInput, GetClientCertificatesCommandOutput } from "../commands/GetClientCertificatesCommand";
3
3
  import { APIGatewayPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateGetClientCertificates(config: APIGatewayPaginationConfiguration, input: GetClientCertificatesCommandInput, ...additionalArguments: any): Paginator<GetClientCertificatesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { GetDeploymentsCommandInput, GetDeploymentsCommandOutput } from "../commands/GetDeploymentsCommand";
3
3
  import { APIGatewayPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateGetDeployments(config: APIGatewayPaginationConfiguration, input: GetDeploymentsCommandInput, ...additionalArguments: any): Paginator<GetDeploymentsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { GetDomainNamesCommandInput, GetDomainNamesCommandOutput } from "../commands/GetDomainNamesCommand";
3
3
  import { APIGatewayPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateGetDomainNames(config: APIGatewayPaginationConfiguration, input: GetDomainNamesCommandInput, ...additionalArguments: any): Paginator<GetDomainNamesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { GetModelsCommandInput, GetModelsCommandOutput } from "../commands/GetModelsCommand";
3
3
  import { APIGatewayPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateGetModels(config: APIGatewayPaginationConfiguration, input: GetModelsCommandInput, ...additionalArguments: any): Paginator<GetModelsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { GetResourcesCommandInput, GetResourcesCommandOutput } from "../commands/GetResourcesCommand";
3
3
  import { APIGatewayPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateGetResources(config: APIGatewayPaginationConfiguration, input: GetResourcesCommandInput, ...additionalArguments: any): Paginator<GetResourcesCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { GetRestApisCommandInput, GetRestApisCommandOutput } from "../commands/GetRestApisCommand";
3
3
  import { APIGatewayPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateGetRestApis(config: APIGatewayPaginationConfiguration, input: GetRestApisCommandInput, ...additionalArguments: any): Paginator<GetRestApisCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { GetUsageCommandInput, GetUsageCommandOutput } from "../commands/GetUsageCommand";
3
3
  import { APIGatewayPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateGetUsage(config: APIGatewayPaginationConfiguration, input: GetUsageCommandInput, ...additionalArguments: any): Paginator<GetUsageCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { GetUsagePlanKeysCommandInput, GetUsagePlanKeysCommandOutput } from "../commands/GetUsagePlanKeysCommand";
3
3
  import { APIGatewayPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateGetUsagePlanKeys(config: APIGatewayPaginationConfiguration, input: GetUsagePlanKeysCommandInput, ...additionalArguments: any): Paginator<GetUsagePlanKeysCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { GetUsagePlansCommandInput, GetUsagePlansCommandOutput } from "../commands/GetUsagePlansCommand";
3
3
  import { APIGatewayPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateGetUsagePlans(config: APIGatewayPaginationConfiguration, input: GetUsagePlansCommandInput, ...additionalArguments: any): Paginator<GetUsagePlansCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { GetVpcLinksCommandInput, GetVpcLinksCommandOutput } from "../commands/GetVpcLinksCommand";
3
3
  import { APIGatewayPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateGetVpcLinks(config: APIGatewayPaginationConfiguration, input: GetVpcLinksCommandInput, ...additionalArguments: any): Paginator<GetVpcLinksCommandOutput>;
@@ -1,5 +1,8 @@
1
1
  import { PaginationConfiguration } from "@aws-sdk/types";
2
2
  import { APIGatewayClient } from "../APIGatewayClient";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface APIGatewayPaginationConfiguration extends PaginationConfiguration {
4
7
  client: APIGatewayClient;
5
8
  }
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.296.0",
4
+ "version": "3.297.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,9 +20,9 @@
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.296.0",
23
+ "@aws-sdk/client-sts": "3.297.0",
24
24
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
25
+ "@aws-sdk/credential-provider-node": "3.297.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
27
  "@aws-sdk/hash-node": "3.296.0",
28
28
  "@aws-sdk/invalid-dependency": "3.296.0",