@aws-sdk/client-api-gateway 3.279.0 → 3.282.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 (122) hide show
  1. package/README.md +963 -0
  2. package/dist-types/commands/CreateApiKeyCommand.d.ts +6 -0
  3. package/dist-types/commands/CreateAuthorizerCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateBasePathMappingCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateDeploymentCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateDocumentationPartCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateDocumentationVersionCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateDomainNameCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateModelCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateRequestValidatorCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateResourceCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateRestApiCommand.d.ts +6 -0
  13. package/dist-types/commands/CreateStageCommand.d.ts +6 -0
  14. package/dist-types/commands/CreateUsagePlanCommand.d.ts +6 -0
  15. package/dist-types/commands/CreateUsagePlanKeyCommand.d.ts +6 -0
  16. package/dist-types/commands/CreateVpcLinkCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteApiKeyCommand.d.ts +6 -0
  18. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteBasePathMappingCommand.d.ts +6 -0
  20. package/dist-types/commands/DeleteClientCertificateCommand.d.ts +6 -0
  21. package/dist-types/commands/DeleteDeploymentCommand.d.ts +6 -0
  22. package/dist-types/commands/DeleteDocumentationPartCommand.d.ts +6 -0
  23. package/dist-types/commands/DeleteDocumentationVersionCommand.d.ts +6 -0
  24. package/dist-types/commands/DeleteDomainNameCommand.d.ts +6 -0
  25. package/dist-types/commands/DeleteGatewayResponseCommand.d.ts +6 -0
  26. package/dist-types/commands/DeleteIntegrationCommand.d.ts +6 -0
  27. package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +6 -0
  28. package/dist-types/commands/DeleteMethodCommand.d.ts +6 -0
  29. package/dist-types/commands/DeleteMethodResponseCommand.d.ts +6 -0
  30. package/dist-types/commands/DeleteModelCommand.d.ts +6 -0
  31. package/dist-types/commands/DeleteRequestValidatorCommand.d.ts +6 -0
  32. package/dist-types/commands/DeleteResourceCommand.d.ts +6 -0
  33. package/dist-types/commands/DeleteRestApiCommand.d.ts +6 -0
  34. package/dist-types/commands/DeleteStageCommand.d.ts +6 -0
  35. package/dist-types/commands/DeleteUsagePlanCommand.d.ts +6 -0
  36. package/dist-types/commands/DeleteUsagePlanKeyCommand.d.ts +6 -0
  37. package/dist-types/commands/DeleteVpcLinkCommand.d.ts +6 -0
  38. package/dist-types/commands/FlushStageAuthorizersCacheCommand.d.ts +6 -0
  39. package/dist-types/commands/FlushStageCacheCommand.d.ts +6 -0
  40. package/dist-types/commands/GenerateClientCertificateCommand.d.ts +6 -0
  41. package/dist-types/commands/GetAccountCommand.d.ts +6 -0
  42. package/dist-types/commands/GetApiKeyCommand.d.ts +6 -0
  43. package/dist-types/commands/GetApiKeysCommand.d.ts +6 -0
  44. package/dist-types/commands/GetAuthorizerCommand.d.ts +6 -0
  45. package/dist-types/commands/GetAuthorizersCommand.d.ts +6 -0
  46. package/dist-types/commands/GetBasePathMappingCommand.d.ts +6 -0
  47. package/dist-types/commands/GetBasePathMappingsCommand.d.ts +6 -0
  48. package/dist-types/commands/GetClientCertificateCommand.d.ts +6 -0
  49. package/dist-types/commands/GetClientCertificatesCommand.d.ts +6 -0
  50. package/dist-types/commands/GetDeploymentCommand.d.ts +6 -0
  51. package/dist-types/commands/GetDeploymentsCommand.d.ts +6 -0
  52. package/dist-types/commands/GetDocumentationPartCommand.d.ts +6 -0
  53. package/dist-types/commands/GetDocumentationPartsCommand.d.ts +6 -0
  54. package/dist-types/commands/GetDocumentationVersionCommand.d.ts +6 -0
  55. package/dist-types/commands/GetDocumentationVersionsCommand.d.ts +6 -0
  56. package/dist-types/commands/GetDomainNameCommand.d.ts +6 -0
  57. package/dist-types/commands/GetDomainNamesCommand.d.ts +6 -0
  58. package/dist-types/commands/GetExportCommand.d.ts +6 -0
  59. package/dist-types/commands/GetGatewayResponseCommand.d.ts +6 -0
  60. package/dist-types/commands/GetGatewayResponsesCommand.d.ts +6 -0
  61. package/dist-types/commands/GetIntegrationCommand.d.ts +6 -0
  62. package/dist-types/commands/GetIntegrationResponseCommand.d.ts +6 -0
  63. package/dist-types/commands/GetMethodCommand.d.ts +6 -0
  64. package/dist-types/commands/GetMethodResponseCommand.d.ts +6 -0
  65. package/dist-types/commands/GetModelCommand.d.ts +6 -0
  66. package/dist-types/commands/GetModelTemplateCommand.d.ts +6 -0
  67. package/dist-types/commands/GetModelsCommand.d.ts +6 -0
  68. package/dist-types/commands/GetRequestValidatorCommand.d.ts +6 -0
  69. package/dist-types/commands/GetRequestValidatorsCommand.d.ts +6 -0
  70. package/dist-types/commands/GetResourceCommand.d.ts +6 -0
  71. package/dist-types/commands/GetResourcesCommand.d.ts +6 -0
  72. package/dist-types/commands/GetRestApiCommand.d.ts +6 -0
  73. package/dist-types/commands/GetRestApisCommand.d.ts +6 -0
  74. package/dist-types/commands/GetSdkCommand.d.ts +6 -0
  75. package/dist-types/commands/GetSdkTypeCommand.d.ts +6 -0
  76. package/dist-types/commands/GetSdkTypesCommand.d.ts +6 -0
  77. package/dist-types/commands/GetStageCommand.d.ts +6 -0
  78. package/dist-types/commands/GetStagesCommand.d.ts +6 -0
  79. package/dist-types/commands/GetTagsCommand.d.ts +6 -0
  80. package/dist-types/commands/GetUsageCommand.d.ts +6 -0
  81. package/dist-types/commands/GetUsagePlanCommand.d.ts +6 -0
  82. package/dist-types/commands/GetUsagePlanKeyCommand.d.ts +6 -0
  83. package/dist-types/commands/GetUsagePlanKeysCommand.d.ts +6 -0
  84. package/dist-types/commands/GetUsagePlansCommand.d.ts +6 -0
  85. package/dist-types/commands/GetVpcLinkCommand.d.ts +6 -0
  86. package/dist-types/commands/GetVpcLinksCommand.d.ts +6 -0
  87. package/dist-types/commands/ImportApiKeysCommand.d.ts +6 -0
  88. package/dist-types/commands/ImportDocumentationPartsCommand.d.ts +6 -0
  89. package/dist-types/commands/ImportRestApiCommand.d.ts +6 -0
  90. package/dist-types/commands/PutGatewayResponseCommand.d.ts +6 -0
  91. package/dist-types/commands/PutIntegrationCommand.d.ts +6 -0
  92. package/dist-types/commands/PutIntegrationResponseCommand.d.ts +6 -0
  93. package/dist-types/commands/PutMethodCommand.d.ts +6 -0
  94. package/dist-types/commands/PutMethodResponseCommand.d.ts +6 -0
  95. package/dist-types/commands/PutRestApiCommand.d.ts +6 -0
  96. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  97. package/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +6 -0
  98. package/dist-types/commands/TestInvokeMethodCommand.d.ts +6 -0
  99. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  100. package/dist-types/commands/UpdateAccountCommand.d.ts +6 -0
  101. package/dist-types/commands/UpdateApiKeyCommand.d.ts +6 -0
  102. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +6 -0
  103. package/dist-types/commands/UpdateBasePathMappingCommand.d.ts +6 -0
  104. package/dist-types/commands/UpdateClientCertificateCommand.d.ts +6 -0
  105. package/dist-types/commands/UpdateDeploymentCommand.d.ts +6 -0
  106. package/dist-types/commands/UpdateDocumentationPartCommand.d.ts +6 -0
  107. package/dist-types/commands/UpdateDocumentationVersionCommand.d.ts +6 -0
  108. package/dist-types/commands/UpdateDomainNameCommand.d.ts +6 -0
  109. package/dist-types/commands/UpdateGatewayResponseCommand.d.ts +6 -0
  110. package/dist-types/commands/UpdateIntegrationCommand.d.ts +6 -0
  111. package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +6 -0
  112. package/dist-types/commands/UpdateMethodCommand.d.ts +6 -0
  113. package/dist-types/commands/UpdateMethodResponseCommand.d.ts +6 -0
  114. package/dist-types/commands/UpdateModelCommand.d.ts +6 -0
  115. package/dist-types/commands/UpdateRequestValidatorCommand.d.ts +6 -0
  116. package/dist-types/commands/UpdateResourceCommand.d.ts +6 -0
  117. package/dist-types/commands/UpdateRestApiCommand.d.ts +6 -0
  118. package/dist-types/commands/UpdateStageCommand.d.ts +6 -0
  119. package/dist-types/commands/UpdateUsageCommand.d.ts +6 -0
  120. package/dist-types/commands/UpdateUsagePlanCommand.d.ts +6 -0
  121. package/dist-types/commands/UpdateVpcLinkCommand.d.ts +6 -0
  122. package/package.json +18 -18
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { GetUsageRequest, Usage } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetUsageCommand}.
8
+ */
6
9
  export interface GetUsageCommandInput extends GetUsageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetUsageCommand}.
13
+ */
8
14
  export interface GetUsageCommandOutput extends Usage, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { GetUsagePlanRequest, UsagePlan } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetUsagePlanCommand}.
8
+ */
6
9
  export interface GetUsagePlanCommandInput extends GetUsagePlanRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetUsagePlanCommand}.
13
+ */
8
14
  export interface GetUsagePlanCommandOutput extends UsagePlan, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { GetUsagePlanKeyRequest, UsagePlanKey } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetUsagePlanKeyCommand}.
8
+ */
6
9
  export interface GetUsagePlanKeyCommandInput extends GetUsagePlanKeyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetUsagePlanKeyCommand}.
13
+ */
8
14
  export interface GetUsagePlanKeyCommandOutput extends UsagePlanKey, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { GetUsagePlanKeysRequest, UsagePlanKeys } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetUsagePlanKeysCommand}.
8
+ */
6
9
  export interface GetUsagePlanKeysCommandInput extends GetUsagePlanKeysRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetUsagePlanKeysCommand}.
13
+ */
8
14
  export interface GetUsagePlanKeysCommandOutput extends UsagePlanKeys, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { GetUsagePlansRequest, UsagePlans } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetUsagePlansCommand}.
8
+ */
6
9
  export interface GetUsagePlansCommandInput extends GetUsagePlansRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetUsagePlansCommand}.
13
+ */
8
14
  export interface GetUsagePlansCommandOutput extends UsagePlans, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { GetVpcLinkRequest, VpcLink } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetVpcLinkCommand}.
8
+ */
6
9
  export interface GetVpcLinkCommandInput extends GetVpcLinkRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetVpcLinkCommand}.
13
+ */
8
14
  export interface GetVpcLinkCommandOutput extends VpcLink, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { GetVpcLinksRequest, VpcLinks } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetVpcLinksCommand}.
8
+ */
6
9
  export interface GetVpcLinksCommandInput extends GetVpcLinksRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetVpcLinksCommand}.
13
+ */
8
14
  export interface GetVpcLinksCommandOutput extends VpcLinks, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { ApiKeyIds, ImportApiKeysRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ImportApiKeysCommand}.
8
+ */
6
9
  export interface ImportApiKeysCommandInput extends ImportApiKeysRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ImportApiKeysCommand}.
13
+ */
8
14
  export interface ImportApiKeysCommandOutput extends ApiKeyIds, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { DocumentationPartIds, ImportDocumentationPartsRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ImportDocumentationPartsCommand}.
8
+ */
6
9
  export interface ImportDocumentationPartsCommandInput extends ImportDocumentationPartsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ImportDocumentationPartsCommand}.
13
+ */
8
14
  export interface ImportDocumentationPartsCommandOutput extends DocumentationPartIds, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { ImportRestApiRequest, RestApi } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ImportRestApiCommand}.
8
+ */
6
9
  export interface ImportRestApiCommandInput extends ImportRestApiRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link ImportRestApiCommand}.
13
+ */
8
14
  export interface ImportRestApiCommandOutput extends RestApi, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { GatewayResponse, PutGatewayResponseRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PutGatewayResponseCommand}.
8
+ */
6
9
  export interface PutGatewayResponseCommandInput extends PutGatewayResponseRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutGatewayResponseCommand}.
13
+ */
8
14
  export interface PutGatewayResponseCommandOutput extends GatewayResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { Integration, PutIntegrationRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PutIntegrationCommand}.
8
+ */
6
9
  export interface PutIntegrationCommandInput extends PutIntegrationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutIntegrationCommand}.
13
+ */
8
14
  export interface PutIntegrationCommandOutput extends Integration, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { IntegrationResponse, PutIntegrationResponseRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PutIntegrationResponseCommand}.
8
+ */
6
9
  export interface PutIntegrationResponseCommandInput extends PutIntegrationResponseRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutIntegrationResponseCommand}.
13
+ */
8
14
  export interface PutIntegrationResponseCommandOutput extends IntegrationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { Method, PutMethodRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PutMethodCommand}.
8
+ */
6
9
  export interface PutMethodCommandInput extends PutMethodRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutMethodCommand}.
13
+ */
8
14
  export interface PutMethodCommandOutput extends Method, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { MethodResponse, PutMethodResponseRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PutMethodResponseCommand}.
8
+ */
6
9
  export interface PutMethodResponseCommandInput extends PutMethodResponseRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutMethodResponseCommand}.
13
+ */
8
14
  export interface PutMethodResponseCommandOutput extends MethodResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { PutRestApiRequest, RestApi } from "../models/models_0";
6
+ /**
7
+ * The input for {@link PutRestApiCommand}.
8
+ */
6
9
  export interface PutRestApiCommandInput extends PutRestApiRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link PutRestApiCommand}.
13
+ */
8
14
  export interface PutRestApiCommandOutput extends RestApi, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { TagResourceRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link TagResourceCommand}.
8
+ */
6
9
  export interface TagResourceCommandInput extends TagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TagResourceCommand}.
13
+ */
8
14
  export interface TagResourceCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { TestInvokeAuthorizerRequest, TestInvokeAuthorizerResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link TestInvokeAuthorizerCommand}.
8
+ */
6
9
  export interface TestInvokeAuthorizerCommandInput extends TestInvokeAuthorizerRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TestInvokeAuthorizerCommand}.
13
+ */
8
14
  export interface TestInvokeAuthorizerCommandOutput extends TestInvokeAuthorizerResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { TestInvokeMethodRequest, TestInvokeMethodResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link TestInvokeMethodCommand}.
8
+ */
6
9
  export interface TestInvokeMethodCommandInput extends TestInvokeMethodRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link TestInvokeMethodCommand}.
13
+ */
8
14
  export interface TestInvokeMethodCommandOutput extends TestInvokeMethodResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { UntagResourceRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UntagResourceCommand}.
8
+ */
6
9
  export interface UntagResourceCommandInput extends UntagResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UntagResourceCommand}.
13
+ */
8
14
  export interface UntagResourceCommandOutput extends __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { Account, UpdateAccountRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateAccountCommand}.
8
+ */
6
9
  export interface UpdateAccountCommandInput extends UpdateAccountRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateAccountCommand}.
13
+ */
8
14
  export interface UpdateAccountCommandOutput extends Account, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { ApiKey, UpdateApiKeyRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateApiKeyCommand}.
8
+ */
6
9
  export interface UpdateApiKeyCommandInput extends UpdateApiKeyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateApiKeyCommand}.
13
+ */
8
14
  export interface UpdateApiKeyCommandOutput extends ApiKey, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { Authorizer, UpdateAuthorizerRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateAuthorizerCommand}.
8
+ */
6
9
  export interface UpdateAuthorizerCommandInput extends UpdateAuthorizerRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateAuthorizerCommand}.
13
+ */
8
14
  export interface UpdateAuthorizerCommandOutput extends Authorizer, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { BasePathMapping, UpdateBasePathMappingRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateBasePathMappingCommand}.
8
+ */
6
9
  export interface UpdateBasePathMappingCommandInput extends UpdateBasePathMappingRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateBasePathMappingCommand}.
13
+ */
8
14
  export interface UpdateBasePathMappingCommandOutput extends BasePathMapping, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { ClientCertificate, UpdateClientCertificateRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateClientCertificateCommand}.
8
+ */
6
9
  export interface UpdateClientCertificateCommandInput extends UpdateClientCertificateRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateClientCertificateCommand}.
13
+ */
8
14
  export interface UpdateClientCertificateCommandOutput extends ClientCertificate, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { Deployment, UpdateDeploymentRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateDeploymentCommand}.
8
+ */
6
9
  export interface UpdateDeploymentCommandInput extends UpdateDeploymentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateDeploymentCommand}.
13
+ */
8
14
  export interface UpdateDeploymentCommandOutput extends Deployment, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { DocumentationPart, UpdateDocumentationPartRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateDocumentationPartCommand}.
8
+ */
6
9
  export interface UpdateDocumentationPartCommandInput extends UpdateDocumentationPartRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateDocumentationPartCommand}.
13
+ */
8
14
  export interface UpdateDocumentationPartCommandOutput extends DocumentationPart, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { DocumentationVersion, UpdateDocumentationVersionRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateDocumentationVersionCommand}.
8
+ */
6
9
  export interface UpdateDocumentationVersionCommandInput extends UpdateDocumentationVersionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateDocumentationVersionCommand}.
13
+ */
8
14
  export interface UpdateDocumentationVersionCommandOutput extends DocumentationVersion, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { DomainName, UpdateDomainNameRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateDomainNameCommand}.
8
+ */
6
9
  export interface UpdateDomainNameCommandInput extends UpdateDomainNameRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateDomainNameCommand}.
13
+ */
8
14
  export interface UpdateDomainNameCommandOutput extends DomainName, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { GatewayResponse, UpdateGatewayResponseRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateGatewayResponseCommand}.
8
+ */
6
9
  export interface UpdateGatewayResponseCommandInput extends UpdateGatewayResponseRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateGatewayResponseCommand}.
13
+ */
8
14
  export interface UpdateGatewayResponseCommandOutput extends GatewayResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { Integration, UpdateIntegrationRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateIntegrationCommand}.
8
+ */
6
9
  export interface UpdateIntegrationCommandInput extends UpdateIntegrationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateIntegrationCommand}.
13
+ */
8
14
  export interface UpdateIntegrationCommandOutput extends Integration, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { IntegrationResponse, UpdateIntegrationResponseRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateIntegrationResponseCommand}.
8
+ */
6
9
  export interface UpdateIntegrationResponseCommandInput extends UpdateIntegrationResponseRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateIntegrationResponseCommand}.
13
+ */
8
14
  export interface UpdateIntegrationResponseCommandOutput extends IntegrationResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { Method, UpdateMethodRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateMethodCommand}.
8
+ */
6
9
  export interface UpdateMethodCommandInput extends UpdateMethodRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateMethodCommand}.
13
+ */
8
14
  export interface UpdateMethodCommandOutput extends Method, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { MethodResponse, UpdateMethodResponseRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateMethodResponseCommand}.
8
+ */
6
9
  export interface UpdateMethodResponseCommandInput extends UpdateMethodResponseRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateMethodResponseCommand}.
13
+ */
8
14
  export interface UpdateMethodResponseCommandOutput extends MethodResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { Model, UpdateModelRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateModelCommand}.
8
+ */
6
9
  export interface UpdateModelCommandInput extends UpdateModelRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateModelCommand}.
13
+ */
8
14
  export interface UpdateModelCommandOutput extends Model, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { RequestValidator, UpdateRequestValidatorRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateRequestValidatorCommand}.
8
+ */
6
9
  export interface UpdateRequestValidatorCommandInput extends UpdateRequestValidatorRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateRequestValidatorCommand}.
13
+ */
8
14
  export interface UpdateRequestValidatorCommandOutput extends RequestValidator, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { Resource, UpdateResourceRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateResourceCommand}.
8
+ */
6
9
  export interface UpdateResourceCommandInput extends UpdateResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateResourceCommand}.
13
+ */
8
14
  export interface UpdateResourceCommandOutput extends Resource, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { RestApi, UpdateRestApiRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateRestApiCommand}.
8
+ */
6
9
  export interface UpdateRestApiCommandInput extends UpdateRestApiRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateRestApiCommand}.
13
+ */
8
14
  export interface UpdateRestApiCommandOutput extends RestApi, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../APIGatewayClient";
5
5
  import { Stage, UpdateStageRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateStageCommand}.
8
+ */
6
9
  export interface UpdateStageCommandInput extends UpdateStageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateStageCommand}.
13
+ */
8
14
  export interface UpdateStageCommandOutput extends Stage, __MetadataBearer {
9
15
  }
10
16
  /**