@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.
Files changed (149) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/APIGateway.d.ts +2164 -605
  3. package/dist-types/ts3.4/APIGatewayClient.d.ts +849 -193
  4. package/dist-types/ts3.4/commands/CreateApiKeyCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/CreateAuthorizerCommand.d.ts +34 -17
  6. package/dist-types/ts3.4/commands/CreateBasePathMappingCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +34 -17
  8. package/dist-types/ts3.4/commands/CreateDocumentationPartCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateDocumentationVersionCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateDomainNameCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/CreateRequestValidatorCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CreateResourceCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/CreateRestApiCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/CreateStageCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/CreateUsagePlanCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/CreateUsagePlanKeyCommand.d.ts +35 -17
  18. package/dist-types/ts3.4/commands/CreateVpcLinkCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/DeleteApiKeyCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/DeleteAuthorizerCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/DeleteBasePathMappingCommand.d.ts +36 -17
  22. package/dist-types/ts3.4/commands/DeleteClientCertificateCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/DeleteDeploymentCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/DeleteDocumentationPartCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/DeleteDocumentationVersionCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/DeleteDomainNameCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/DeleteGatewayResponseCommand.d.ts +36 -17
  28. package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +33 -17
  29. package/dist-types/ts3.4/commands/DeleteIntegrationResponseCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/DeleteMethodCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/DeleteMethodResponseCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/DeleteRequestValidatorCommand.d.ts +36 -17
  34. package/dist-types/ts3.4/commands/DeleteResourceCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/DeleteRestApiCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/DeleteStageCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/DeleteUsagePlanCommand.d.ts +32 -17
  38. package/dist-types/ts3.4/commands/DeleteUsagePlanKeyCommand.d.ts +33 -17
  39. package/dist-types/ts3.4/commands/DeleteVpcLinkCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/FlushStageAuthorizersCacheCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/FlushStageCacheCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/GenerateClientCertificateCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/GetApiKeyCommand.d.ts +32 -17
  45. package/dist-types/ts3.4/commands/GetApiKeysCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/GetAuthorizerCommand.d.ts +34 -17
  47. package/dist-types/ts3.4/commands/GetAuthorizersCommand.d.ts +34 -17
  48. package/dist-types/ts3.4/commands/GetBasePathMappingCommand.d.ts +35 -17
  49. package/dist-types/ts3.4/commands/GetBasePathMappingsCommand.d.ts +38 -17
  50. package/dist-types/ts3.4/commands/GetClientCertificateCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/GetClientCertificatesCommand.d.ts +41 -17
  52. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +34 -17
  53. package/dist-types/ts3.4/commands/GetDeploymentsCommand.d.ts +34 -17
  54. package/dist-types/ts3.4/commands/GetDocumentationPartCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/GetDocumentationPartsCommand.d.ts +41 -17
  56. package/dist-types/ts3.4/commands/GetDocumentationVersionCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/GetDocumentationVersionsCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/GetDomainNameCommand.d.ts +34 -17
  59. package/dist-types/ts3.4/commands/GetDomainNamesCommand.d.ts +34 -17
  60. package/dist-types/ts3.4/commands/GetExportCommand.d.ts +34 -17
  61. package/dist-types/ts3.4/commands/GetGatewayResponseCommand.d.ts +35 -17
  62. package/dist-types/ts3.4/commands/GetGatewayResponsesCommand.d.ts +38 -17
  63. package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +34 -17
  64. package/dist-types/ts3.4/commands/GetIntegrationResponseCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/GetMethodCommand.d.ts +32 -17
  66. package/dist-types/ts3.4/commands/GetMethodResponseCommand.d.ts +35 -17
  67. package/dist-types/ts3.4/commands/GetModelCommand.d.ts +32 -17
  68. package/dist-types/ts3.4/commands/GetModelTemplateCommand.d.ts +34 -17
  69. package/dist-types/ts3.4/commands/GetModelsCommand.d.ts +32 -17
  70. package/dist-types/ts3.4/commands/GetRequestValidatorCommand.d.ts +38 -17
  71. package/dist-types/ts3.4/commands/GetRequestValidatorsCommand.d.ts +41 -17
  72. package/dist-types/ts3.4/commands/GetResourceCommand.d.ts +32 -17
  73. package/dist-types/ts3.4/commands/GetResourcesCommand.d.ts +34 -17
  74. package/dist-types/ts3.4/commands/GetRestApiCommand.d.ts +32 -17
  75. package/dist-types/ts3.4/commands/GetRestApisCommand.d.ts +32 -17
  76. package/dist-types/ts3.4/commands/GetSdkCommand.d.ts +32 -17
  77. package/dist-types/ts3.4/commands/GetSdkTypeCommand.d.ts +32 -17
  78. package/dist-types/ts3.4/commands/GetSdkTypesCommand.d.ts +32 -17
  79. package/dist-types/ts3.4/commands/GetStageCommand.d.ts +32 -17
  80. package/dist-types/ts3.4/commands/GetStagesCommand.d.ts +32 -17
  81. package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +32 -17
  82. package/dist-types/ts3.4/commands/GetUsageCommand.d.ts +32 -17
  83. package/dist-types/ts3.4/commands/GetUsagePlanCommand.d.ts +34 -17
  84. package/dist-types/ts3.4/commands/GetUsagePlanKeyCommand.d.ts +34 -17
  85. package/dist-types/ts3.4/commands/GetUsagePlanKeysCommand.d.ts +34 -17
  86. package/dist-types/ts3.4/commands/GetUsagePlansCommand.d.ts +34 -17
  87. package/dist-types/ts3.4/commands/GetVpcLinkCommand.d.ts +32 -17
  88. package/dist-types/ts3.4/commands/GetVpcLinksCommand.d.ts +32 -17
  89. package/dist-types/ts3.4/commands/ImportApiKeysCommand.d.ts +34 -17
  90. package/dist-types/ts3.4/commands/ImportDocumentationPartsCommand.d.ts +41 -17
  91. package/dist-types/ts3.4/commands/ImportRestApiCommand.d.ts +32 -17
  92. package/dist-types/ts3.4/commands/PutGatewayResponseCommand.d.ts +35 -17
  93. package/dist-types/ts3.4/commands/PutIntegrationCommand.d.ts +34 -17
  94. package/dist-types/ts3.4/commands/PutIntegrationResponseCommand.d.ts +41 -17
  95. package/dist-types/ts3.4/commands/PutMethodCommand.d.ts +32 -17
  96. package/dist-types/ts3.4/commands/PutMethodResponseCommand.d.ts +35 -17
  97. package/dist-types/ts3.4/commands/PutRestApiCommand.d.ts +32 -17
  98. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  99. package/dist-types/ts3.4/commands/TestInvokeAuthorizerCommand.d.ts +41 -17
  100. package/dist-types/ts3.4/commands/TestInvokeMethodCommand.d.ts +37 -17
  101. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  102. package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +32 -17
  103. package/dist-types/ts3.4/commands/UpdateApiKeyCommand.d.ts +32 -17
  104. package/dist-types/ts3.4/commands/UpdateAuthorizerCommand.d.ts +34 -17
  105. package/dist-types/ts3.4/commands/UpdateBasePathMappingCommand.d.ts +41 -17
  106. package/dist-types/ts3.4/commands/UpdateClientCertificateCommand.d.ts +41 -17
  107. package/dist-types/ts3.4/commands/UpdateDeploymentCommand.d.ts +34 -17
  108. package/dist-types/ts3.4/commands/UpdateDocumentationPartCommand.d.ts +41 -17
  109. package/dist-types/ts3.4/commands/UpdateDocumentationVersionCommand.d.ts +41 -17
  110. package/dist-types/ts3.4/commands/UpdateDomainNameCommand.d.ts +34 -17
  111. package/dist-types/ts3.4/commands/UpdateGatewayResponseCommand.d.ts +41 -17
  112. package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +35 -17
  113. package/dist-types/ts3.4/commands/UpdateIntegrationResponseCommand.d.ts +41 -17
  114. package/dist-types/ts3.4/commands/UpdateMethodCommand.d.ts +32 -17
  115. package/dist-types/ts3.4/commands/UpdateMethodResponseCommand.d.ts +41 -17
  116. package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +32 -17
  117. package/dist-types/ts3.4/commands/UpdateRequestValidatorCommand.d.ts +41 -17
  118. package/dist-types/ts3.4/commands/UpdateResourceCommand.d.ts +34 -17
  119. package/dist-types/ts3.4/commands/UpdateRestApiCommand.d.ts +32 -17
  120. package/dist-types/ts3.4/commands/UpdateStageCommand.d.ts +32 -17
  121. package/dist-types/ts3.4/commands/UpdateUsageCommand.d.ts +32 -17
  122. package/dist-types/ts3.4/commands/UpdateUsagePlanCommand.d.ts +34 -17
  123. package/dist-types/ts3.4/commands/UpdateVpcLinkCommand.d.ts +32 -17
  124. package/dist-types/ts3.4/commands/index.d.ts +120 -120
  125. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  126. package/dist-types/ts3.4/index.d.ts +6 -6
  127. package/dist-types/ts3.4/models/APIGatewayServiceException.d.ts +8 -6
  128. package/dist-types/ts3.4/models/index.d.ts +1 -1
  129. package/dist-types/ts3.4/models/models_0.d.ts +2635 -2499
  130. package/dist-types/ts3.4/pagination/GetApiKeysPaginator.d.ts +11 -4
  131. package/dist-types/ts3.4/pagination/GetBasePathMappingsPaginator.d.ts +11 -4
  132. package/dist-types/ts3.4/pagination/GetClientCertificatesPaginator.d.ts +11 -4
  133. package/dist-types/ts3.4/pagination/GetDeploymentsPaginator.d.ts +11 -4
  134. package/dist-types/ts3.4/pagination/GetDomainNamesPaginator.d.ts +11 -4
  135. package/dist-types/ts3.4/pagination/GetModelsPaginator.d.ts +11 -4
  136. package/dist-types/ts3.4/pagination/GetResourcesPaginator.d.ts +11 -4
  137. package/dist-types/ts3.4/pagination/GetRestApisPaginator.d.ts +11 -4
  138. package/dist-types/ts3.4/pagination/GetUsagePaginator.d.ts +11 -4
  139. package/dist-types/ts3.4/pagination/GetUsagePlanKeysPaginator.d.ts +11 -4
  140. package/dist-types/ts3.4/pagination/GetUsagePlansPaginator.d.ts +11 -4
  141. package/dist-types/ts3.4/pagination/GetVpcLinksPaginator.d.ts +11 -4
  142. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  143. package/dist-types/ts3.4/pagination/index.d.ts +13 -13
  144. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +1445 -362
  145. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  146. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  147. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  148. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  149. package/package.json +35 -35
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
4
- import { Resource, UpdateResourceRequest } from "../models/models_0";
5
- export interface UpdateResourceCommandInput extends UpdateResourceRequest {
6
- }
7
- export interface UpdateResourceCommandOutput extends Resource, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateResourceCommand extends $Command<UpdateResourceCommandInput, UpdateResourceCommandOutput, APIGatewayClientResolvedConfig> {
11
- readonly input: UpdateResourceCommandInput;
12
- constructor(input: UpdateResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateResourceCommandInput, UpdateResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ APIGatewayClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../APIGatewayClient";
13
+ import { Resource, UpdateResourceRequest } from "../models/models_0";
14
+ export interface UpdateResourceCommandInput extends UpdateResourceRequest {}
15
+ export interface UpdateResourceCommandOutput
16
+ extends Resource,
17
+ __MetadataBearer {}
18
+
19
+ export declare class UpdateResourceCommand extends $Command<
20
+ UpdateResourceCommandInput,
21
+ UpdateResourceCommandOutput,
22
+ APIGatewayClientResolvedConfig
23
+ > {
24
+ readonly input: UpdateResourceCommandInput;
25
+ constructor(input: UpdateResourceCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: APIGatewayClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<UpdateResourceCommandInput, UpdateResourceCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
4
- import { RestApi, UpdateRestApiRequest } from "../models/models_0";
5
- export interface UpdateRestApiCommandInput extends UpdateRestApiRequest {
6
- }
7
- export interface UpdateRestApiCommandOutput extends RestApi, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateRestApiCommand extends $Command<UpdateRestApiCommandInput, UpdateRestApiCommandOutput, APIGatewayClientResolvedConfig> {
11
- readonly input: UpdateRestApiCommandInput;
12
- constructor(input: UpdateRestApiCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRestApiCommandInput, UpdateRestApiCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ APIGatewayClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../APIGatewayClient";
13
+ import { RestApi, UpdateRestApiRequest } from "../models/models_0";
14
+ export interface UpdateRestApiCommandInput extends UpdateRestApiRequest {}
15
+ export interface UpdateRestApiCommandOutput extends RestApi, __MetadataBearer {}
16
+
17
+ export declare class UpdateRestApiCommand extends $Command<
18
+ UpdateRestApiCommandInput,
19
+ UpdateRestApiCommandOutput,
20
+ APIGatewayClientResolvedConfig
21
+ > {
22
+ readonly input: UpdateRestApiCommandInput;
23
+ constructor(input: UpdateRestApiCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: APIGatewayClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<UpdateRestApiCommandInput, UpdateRestApiCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
4
- import { Stage, UpdateStageRequest } from "../models/models_0";
5
- export interface UpdateStageCommandInput extends UpdateStageRequest {
6
- }
7
- export interface UpdateStageCommandOutput extends Stage, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateStageCommand extends $Command<UpdateStageCommandInput, UpdateStageCommandOutput, APIGatewayClientResolvedConfig> {
11
- readonly input: UpdateStageCommandInput;
12
- constructor(input: UpdateStageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateStageCommandInput, UpdateStageCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ APIGatewayClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../APIGatewayClient";
13
+ import { Stage, UpdateStageRequest } from "../models/models_0";
14
+ export interface UpdateStageCommandInput extends UpdateStageRequest {}
15
+ export interface UpdateStageCommandOutput extends Stage, __MetadataBearer {}
16
+
17
+ export declare class UpdateStageCommand extends $Command<
18
+ UpdateStageCommandInput,
19
+ UpdateStageCommandOutput,
20
+ APIGatewayClientResolvedConfig
21
+ > {
22
+ readonly input: UpdateStageCommandInput;
23
+ constructor(input: UpdateStageCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: APIGatewayClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<UpdateStageCommandInput, UpdateStageCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
4
- import { UpdateUsageRequest, Usage } from "../models/models_0";
5
- export interface UpdateUsageCommandInput extends UpdateUsageRequest {
6
- }
7
- export interface UpdateUsageCommandOutput extends Usage, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateUsageCommand extends $Command<UpdateUsageCommandInput, UpdateUsageCommandOutput, APIGatewayClientResolvedConfig> {
11
- readonly input: UpdateUsageCommandInput;
12
- constructor(input: UpdateUsageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateUsageCommandInput, UpdateUsageCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ APIGatewayClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../APIGatewayClient";
13
+ import { UpdateUsageRequest, Usage } from "../models/models_0";
14
+ export interface UpdateUsageCommandInput extends UpdateUsageRequest {}
15
+ export interface UpdateUsageCommandOutput extends Usage, __MetadataBearer {}
16
+
17
+ export declare class UpdateUsageCommand extends $Command<
18
+ UpdateUsageCommandInput,
19
+ UpdateUsageCommandOutput,
20
+ APIGatewayClientResolvedConfig
21
+ > {
22
+ readonly input: UpdateUsageCommandInput;
23
+ constructor(input: UpdateUsageCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: APIGatewayClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<UpdateUsageCommandInput, UpdateUsageCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
4
- import { UpdateUsagePlanRequest, UsagePlan } from "../models/models_0";
5
- export interface UpdateUsagePlanCommandInput extends UpdateUsagePlanRequest {
6
- }
7
- export interface UpdateUsagePlanCommandOutput extends UsagePlan, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateUsagePlanCommand extends $Command<UpdateUsagePlanCommandInput, UpdateUsagePlanCommandOutput, APIGatewayClientResolvedConfig> {
11
- readonly input: UpdateUsagePlanCommandInput;
12
- constructor(input: UpdateUsagePlanCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateUsagePlanCommandInput, UpdateUsagePlanCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ APIGatewayClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../APIGatewayClient";
13
+ import { UpdateUsagePlanRequest, UsagePlan } from "../models/models_0";
14
+ export interface UpdateUsagePlanCommandInput extends UpdateUsagePlanRequest {}
15
+ export interface UpdateUsagePlanCommandOutput
16
+ extends UsagePlan,
17
+ __MetadataBearer {}
18
+
19
+ export declare class UpdateUsagePlanCommand extends $Command<
20
+ UpdateUsagePlanCommandInput,
21
+ UpdateUsagePlanCommandOutput,
22
+ APIGatewayClientResolvedConfig
23
+ > {
24
+ readonly input: UpdateUsagePlanCommandInput;
25
+ constructor(input: UpdateUsagePlanCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: APIGatewayClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<UpdateUsagePlanCommandInput, UpdateUsagePlanCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
4
- import { UpdateVpcLinkRequest, VpcLink } from "../models/models_0";
5
- export interface UpdateVpcLinkCommandInput extends UpdateVpcLinkRequest {
6
- }
7
- export interface UpdateVpcLinkCommandOutput extends VpcLink, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateVpcLinkCommand extends $Command<UpdateVpcLinkCommandInput, UpdateVpcLinkCommandOutput, APIGatewayClientResolvedConfig> {
11
- readonly input: UpdateVpcLinkCommandInput;
12
- constructor(input: UpdateVpcLinkCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: APIGatewayClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateVpcLinkCommandInput, UpdateVpcLinkCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ APIGatewayClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../APIGatewayClient";
13
+ import { UpdateVpcLinkRequest, VpcLink } from "../models/models_0";
14
+ export interface UpdateVpcLinkCommandInput extends UpdateVpcLinkRequest {}
15
+ export interface UpdateVpcLinkCommandOutput extends VpcLink, __MetadataBearer {}
16
+
17
+ export declare class UpdateVpcLinkCommand extends $Command<
18
+ UpdateVpcLinkCommandInput,
19
+ UpdateVpcLinkCommandOutput,
20
+ APIGatewayClientResolvedConfig
21
+ > {
22
+ readonly input: UpdateVpcLinkCommandInput;
23
+ constructor(input: UpdateVpcLinkCommandInput);
24
+
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: APIGatewayClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<UpdateVpcLinkCommandInput, UpdateVpcLinkCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,120 +1,120 @@
1
- export * from "./CreateApiKeyCommand";
2
- export * from "./CreateAuthorizerCommand";
3
- export * from "./CreateBasePathMappingCommand";
4
- export * from "./CreateDeploymentCommand";
5
- export * from "./CreateDocumentationPartCommand";
6
- export * from "./CreateDocumentationVersionCommand";
7
- export * from "./CreateDomainNameCommand";
8
- export * from "./CreateModelCommand";
9
- export * from "./CreateRequestValidatorCommand";
10
- export * from "./CreateResourceCommand";
11
- export * from "./CreateRestApiCommand";
12
- export * from "./CreateStageCommand";
13
- export * from "./CreateUsagePlanCommand";
14
- export * from "./CreateUsagePlanKeyCommand";
15
- export * from "./CreateVpcLinkCommand";
16
- export * from "./DeleteApiKeyCommand";
17
- export * from "./DeleteAuthorizerCommand";
18
- export * from "./DeleteBasePathMappingCommand";
19
- export * from "./DeleteClientCertificateCommand";
20
- export * from "./DeleteDeploymentCommand";
21
- export * from "./DeleteDocumentationPartCommand";
22
- export * from "./DeleteDocumentationVersionCommand";
23
- export * from "./DeleteDomainNameCommand";
24
- export * from "./DeleteGatewayResponseCommand";
25
- export * from "./DeleteIntegrationCommand";
26
- export * from "./DeleteIntegrationResponseCommand";
27
- export * from "./DeleteMethodCommand";
28
- export * from "./DeleteMethodResponseCommand";
29
- export * from "./DeleteModelCommand";
30
- export * from "./DeleteRequestValidatorCommand";
31
- export * from "./DeleteResourceCommand";
32
- export * from "./DeleteRestApiCommand";
33
- export * from "./DeleteStageCommand";
34
- export * from "./DeleteUsagePlanCommand";
35
- export * from "./DeleteUsagePlanKeyCommand";
36
- export * from "./DeleteVpcLinkCommand";
37
- export * from "./FlushStageAuthorizersCacheCommand";
38
- export * from "./FlushStageCacheCommand";
39
- export * from "./GenerateClientCertificateCommand";
40
- export * from "./GetAccountCommand";
41
- export * from "./GetApiKeyCommand";
42
- export * from "./GetApiKeysCommand";
43
- export * from "./GetAuthorizerCommand";
44
- export * from "./GetAuthorizersCommand";
45
- export * from "./GetBasePathMappingCommand";
46
- export * from "./GetBasePathMappingsCommand";
47
- export * from "./GetClientCertificateCommand";
48
- export * from "./GetClientCertificatesCommand";
49
- export * from "./GetDeploymentCommand";
50
- export * from "./GetDeploymentsCommand";
51
- export * from "./GetDocumentationPartCommand";
52
- export * from "./GetDocumentationPartsCommand";
53
- export * from "./GetDocumentationVersionCommand";
54
- export * from "./GetDocumentationVersionsCommand";
55
- export * from "./GetDomainNameCommand";
56
- export * from "./GetDomainNamesCommand";
57
- export * from "./GetExportCommand";
58
- export * from "./GetGatewayResponseCommand";
59
- export * from "./GetGatewayResponsesCommand";
60
- export * from "./GetIntegrationCommand";
61
- export * from "./GetIntegrationResponseCommand";
62
- export * from "./GetMethodCommand";
63
- export * from "./GetMethodResponseCommand";
64
- export * from "./GetModelCommand";
65
- export * from "./GetModelTemplateCommand";
66
- export * from "./GetModelsCommand";
67
- export * from "./GetRequestValidatorCommand";
68
- export * from "./GetRequestValidatorsCommand";
69
- export * from "./GetResourceCommand";
70
- export * from "./GetResourcesCommand";
71
- export * from "./GetRestApiCommand";
72
- export * from "./GetRestApisCommand";
73
- export * from "./GetSdkCommand";
74
- export * from "./GetSdkTypeCommand";
75
- export * from "./GetSdkTypesCommand";
76
- export * from "./GetStageCommand";
77
- export * from "./GetStagesCommand";
78
- export * from "./GetTagsCommand";
79
- export * from "./GetUsageCommand";
80
- export * from "./GetUsagePlanCommand";
81
- export * from "./GetUsagePlanKeyCommand";
82
- export * from "./GetUsagePlanKeysCommand";
83
- export * from "./GetUsagePlansCommand";
84
- export * from "./GetVpcLinkCommand";
85
- export * from "./GetVpcLinksCommand";
86
- export * from "./ImportApiKeysCommand";
87
- export * from "./ImportDocumentationPartsCommand";
88
- export * from "./ImportRestApiCommand";
89
- export * from "./PutGatewayResponseCommand";
90
- export * from "./PutIntegrationCommand";
91
- export * from "./PutIntegrationResponseCommand";
92
- export * from "./PutMethodCommand";
93
- export * from "./PutMethodResponseCommand";
94
- export * from "./PutRestApiCommand";
95
- export * from "./TagResourceCommand";
96
- export * from "./TestInvokeAuthorizerCommand";
97
- export * from "./TestInvokeMethodCommand";
98
- export * from "./UntagResourceCommand";
99
- export * from "./UpdateAccountCommand";
100
- export * from "./UpdateApiKeyCommand";
101
- export * from "./UpdateAuthorizerCommand";
102
- export * from "./UpdateBasePathMappingCommand";
103
- export * from "./UpdateClientCertificateCommand";
104
- export * from "./UpdateDeploymentCommand";
105
- export * from "./UpdateDocumentationPartCommand";
106
- export * from "./UpdateDocumentationVersionCommand";
107
- export * from "./UpdateDomainNameCommand";
108
- export * from "./UpdateGatewayResponseCommand";
109
- export * from "./UpdateIntegrationCommand";
110
- export * from "./UpdateIntegrationResponseCommand";
111
- export * from "./UpdateMethodCommand";
112
- export * from "./UpdateMethodResponseCommand";
113
- export * from "./UpdateModelCommand";
114
- export * from "./UpdateRequestValidatorCommand";
115
- export * from "./UpdateResourceCommand";
116
- export * from "./UpdateRestApiCommand";
117
- export * from "./UpdateStageCommand";
118
- export * from "./UpdateUsageCommand";
119
- export * from "./UpdateUsagePlanCommand";
120
- export * from "./UpdateVpcLinkCommand";
1
+ export * from "./CreateApiKeyCommand";
2
+ export * from "./CreateAuthorizerCommand";
3
+ export * from "./CreateBasePathMappingCommand";
4
+ export * from "./CreateDeploymentCommand";
5
+ export * from "./CreateDocumentationPartCommand";
6
+ export * from "./CreateDocumentationVersionCommand";
7
+ export * from "./CreateDomainNameCommand";
8
+ export * from "./CreateModelCommand";
9
+ export * from "./CreateRequestValidatorCommand";
10
+ export * from "./CreateResourceCommand";
11
+ export * from "./CreateRestApiCommand";
12
+ export * from "./CreateStageCommand";
13
+ export * from "./CreateUsagePlanCommand";
14
+ export * from "./CreateUsagePlanKeyCommand";
15
+ export * from "./CreateVpcLinkCommand";
16
+ export * from "./DeleteApiKeyCommand";
17
+ export * from "./DeleteAuthorizerCommand";
18
+ export * from "./DeleteBasePathMappingCommand";
19
+ export * from "./DeleteClientCertificateCommand";
20
+ export * from "./DeleteDeploymentCommand";
21
+ export * from "./DeleteDocumentationPartCommand";
22
+ export * from "./DeleteDocumentationVersionCommand";
23
+ export * from "./DeleteDomainNameCommand";
24
+ export * from "./DeleteGatewayResponseCommand";
25
+ export * from "./DeleteIntegrationCommand";
26
+ export * from "./DeleteIntegrationResponseCommand";
27
+ export * from "./DeleteMethodCommand";
28
+ export * from "./DeleteMethodResponseCommand";
29
+ export * from "./DeleteModelCommand";
30
+ export * from "./DeleteRequestValidatorCommand";
31
+ export * from "./DeleteResourceCommand";
32
+ export * from "./DeleteRestApiCommand";
33
+ export * from "./DeleteStageCommand";
34
+ export * from "./DeleteUsagePlanCommand";
35
+ export * from "./DeleteUsagePlanKeyCommand";
36
+ export * from "./DeleteVpcLinkCommand";
37
+ export * from "./FlushStageAuthorizersCacheCommand";
38
+ export * from "./FlushStageCacheCommand";
39
+ export * from "./GenerateClientCertificateCommand";
40
+ export * from "./GetAccountCommand";
41
+ export * from "./GetApiKeyCommand";
42
+ export * from "./GetApiKeysCommand";
43
+ export * from "./GetAuthorizerCommand";
44
+ export * from "./GetAuthorizersCommand";
45
+ export * from "./GetBasePathMappingCommand";
46
+ export * from "./GetBasePathMappingsCommand";
47
+ export * from "./GetClientCertificateCommand";
48
+ export * from "./GetClientCertificatesCommand";
49
+ export * from "./GetDeploymentCommand";
50
+ export * from "./GetDeploymentsCommand";
51
+ export * from "./GetDocumentationPartCommand";
52
+ export * from "./GetDocumentationPartsCommand";
53
+ export * from "./GetDocumentationVersionCommand";
54
+ export * from "./GetDocumentationVersionsCommand";
55
+ export * from "./GetDomainNameCommand";
56
+ export * from "./GetDomainNamesCommand";
57
+ export * from "./GetExportCommand";
58
+ export * from "./GetGatewayResponseCommand";
59
+ export * from "./GetGatewayResponsesCommand";
60
+ export * from "./GetIntegrationCommand";
61
+ export * from "./GetIntegrationResponseCommand";
62
+ export * from "./GetMethodCommand";
63
+ export * from "./GetMethodResponseCommand";
64
+ export * from "./GetModelCommand";
65
+ export * from "./GetModelTemplateCommand";
66
+ export * from "./GetModelsCommand";
67
+ export * from "./GetRequestValidatorCommand";
68
+ export * from "./GetRequestValidatorsCommand";
69
+ export * from "./GetResourceCommand";
70
+ export * from "./GetResourcesCommand";
71
+ export * from "./GetRestApiCommand";
72
+ export * from "./GetRestApisCommand";
73
+ export * from "./GetSdkCommand";
74
+ export * from "./GetSdkTypeCommand";
75
+ export * from "./GetSdkTypesCommand";
76
+ export * from "./GetStageCommand";
77
+ export * from "./GetStagesCommand";
78
+ export * from "./GetTagsCommand";
79
+ export * from "./GetUsageCommand";
80
+ export * from "./GetUsagePlanCommand";
81
+ export * from "./GetUsagePlanKeyCommand";
82
+ export * from "./GetUsagePlanKeysCommand";
83
+ export * from "./GetUsagePlansCommand";
84
+ export * from "./GetVpcLinkCommand";
85
+ export * from "./GetVpcLinksCommand";
86
+ export * from "./ImportApiKeysCommand";
87
+ export * from "./ImportDocumentationPartsCommand";
88
+ export * from "./ImportRestApiCommand";
89
+ export * from "./PutGatewayResponseCommand";
90
+ export * from "./PutIntegrationCommand";
91
+ export * from "./PutIntegrationResponseCommand";
92
+ export * from "./PutMethodCommand";
93
+ export * from "./PutMethodResponseCommand";
94
+ export * from "./PutRestApiCommand";
95
+ export * from "./TagResourceCommand";
96
+ export * from "./TestInvokeAuthorizerCommand";
97
+ export * from "./TestInvokeMethodCommand";
98
+ export * from "./UntagResourceCommand";
99
+ export * from "./UpdateAccountCommand";
100
+ export * from "./UpdateApiKeyCommand";
101
+ export * from "./UpdateAuthorizerCommand";
102
+ export * from "./UpdateBasePathMappingCommand";
103
+ export * from "./UpdateClientCertificateCommand";
104
+ export * from "./UpdateDeploymentCommand";
105
+ export * from "./UpdateDocumentationPartCommand";
106
+ export * from "./UpdateDocumentationVersionCommand";
107
+ export * from "./UpdateDomainNameCommand";
108
+ export * from "./UpdateGatewayResponseCommand";
109
+ export * from "./UpdateIntegrationCommand";
110
+ export * from "./UpdateIntegrationResponseCommand";
111
+ export * from "./UpdateMethodCommand";
112
+ export * from "./UpdateMethodResponseCommand";
113
+ export * from "./UpdateModelCommand";
114
+ export * from "./UpdateRequestValidatorCommand";
115
+ export * from "./UpdateResourceCommand";
116
+ export * from "./UpdateRestApiCommand";
117
+ export * from "./UpdateStageCommand";
118
+ export * from "./UpdateUsageCommand";
119
+ export * from "./UpdateUsagePlanCommand";
120
+ export * from "./UpdateVpcLinkCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,6 +1,6 @@
1
- export * from "./APIGateway";
2
- export * from "./APIGatewayClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export { APIGatewayServiceException } from "./models/APIGatewayServiceException";
1
+ export * from "./APIGateway";
2
+ export * from "./APIGatewayClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export { APIGatewayServiceException } from "./models/APIGatewayServiceException";
@@ -1,6 +1,8 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class APIGatewayServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+
6
+ export declare class APIGatewayServiceException extends __ServiceException {
7
+ constructor(options: __ServiceExceptionOptions);
8
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";