@aws-sdk/client-api-gateway 3.279.0 → 3.281.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 +3 -3
@@ -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, GetAccountRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetAccountCommand}.
8
+ */
6
9
  export interface GetAccountCommandInput extends GetAccountRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAccountCommand}.
13
+ */
8
14
  export interface GetAccountCommandOutput 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, GetApiKeyRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetApiKeyCommand}.
8
+ */
6
9
  export interface GetApiKeyCommandInput extends GetApiKeyRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetApiKeyCommand}.
13
+ */
8
14
  export interface GetApiKeyCommandOutput 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 { ApiKeys, GetApiKeysRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetApiKeysCommand}.
8
+ */
6
9
  export interface GetApiKeysCommandInput extends GetApiKeysRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetApiKeysCommand}.
13
+ */
8
14
  export interface GetApiKeysCommandOutput extends ApiKeys, __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, GetAuthorizerRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetAuthorizerCommand}.
8
+ */
6
9
  export interface GetAuthorizerCommandInput extends GetAuthorizerRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAuthorizerCommand}.
13
+ */
8
14
  export interface GetAuthorizerCommandOutput 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 { Authorizers, GetAuthorizersRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetAuthorizersCommand}.
8
+ */
6
9
  export interface GetAuthorizersCommandInput extends GetAuthorizersRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetAuthorizersCommand}.
13
+ */
8
14
  export interface GetAuthorizersCommandOutput extends Authorizers, __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, GetBasePathMappingRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetBasePathMappingCommand}.
8
+ */
6
9
  export interface GetBasePathMappingCommandInput extends GetBasePathMappingRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetBasePathMappingCommand}.
13
+ */
8
14
  export interface GetBasePathMappingCommandOutput 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 { BasePathMappings, GetBasePathMappingsRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetBasePathMappingsCommand}.
8
+ */
6
9
  export interface GetBasePathMappingsCommandInput extends GetBasePathMappingsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetBasePathMappingsCommand}.
13
+ */
8
14
  export interface GetBasePathMappingsCommandOutput extends BasePathMappings, __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, GetClientCertificateRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetClientCertificateCommand}.
8
+ */
6
9
  export interface GetClientCertificateCommandInput extends GetClientCertificateRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetClientCertificateCommand}.
13
+ */
8
14
  export interface GetClientCertificateCommandOutput 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 { ClientCertificates, GetClientCertificatesRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetClientCertificatesCommand}.
8
+ */
6
9
  export interface GetClientCertificatesCommandInput extends GetClientCertificatesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetClientCertificatesCommand}.
13
+ */
8
14
  export interface GetClientCertificatesCommandOutput extends ClientCertificates, __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, GetDeploymentRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetDeploymentCommand}.
8
+ */
6
9
  export interface GetDeploymentCommandInput extends GetDeploymentRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDeploymentCommand}.
13
+ */
8
14
  export interface GetDeploymentCommandOutput 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 { Deployments, GetDeploymentsRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetDeploymentsCommand}.
8
+ */
6
9
  export interface GetDeploymentsCommandInput extends GetDeploymentsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDeploymentsCommand}.
13
+ */
8
14
  export interface GetDeploymentsCommandOutput extends Deployments, __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, GetDocumentationPartRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetDocumentationPartCommand}.
8
+ */
6
9
  export interface GetDocumentationPartCommandInput extends GetDocumentationPartRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDocumentationPartCommand}.
13
+ */
8
14
  export interface GetDocumentationPartCommandOutput 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 { DocumentationParts, GetDocumentationPartsRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetDocumentationPartsCommand}.
8
+ */
6
9
  export interface GetDocumentationPartsCommandInput extends GetDocumentationPartsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDocumentationPartsCommand}.
13
+ */
8
14
  export interface GetDocumentationPartsCommandOutput extends DocumentationParts, __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, GetDocumentationVersionRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetDocumentationVersionCommand}.
8
+ */
6
9
  export interface GetDocumentationVersionCommandInput extends GetDocumentationVersionRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDocumentationVersionCommand}.
13
+ */
8
14
  export interface GetDocumentationVersionCommandOutput 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 { DocumentationVersions, GetDocumentationVersionsRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetDocumentationVersionsCommand}.
8
+ */
6
9
  export interface GetDocumentationVersionsCommandInput extends GetDocumentationVersionsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDocumentationVersionsCommand}.
13
+ */
8
14
  export interface GetDocumentationVersionsCommandOutput extends DocumentationVersions, __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, GetDomainNameRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetDomainNameCommand}.
8
+ */
6
9
  export interface GetDomainNameCommandInput extends GetDomainNameRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDomainNameCommand}.
13
+ */
8
14
  export interface GetDomainNameCommandOutput 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 { DomainNames, GetDomainNamesRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetDomainNamesCommand}.
8
+ */
6
9
  export interface GetDomainNamesCommandInput extends GetDomainNamesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetDomainNamesCommand}.
13
+ */
8
14
  export interface GetDomainNamesCommandOutput extends DomainNames, __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 { ExportResponse, GetExportRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetExportCommand}.
8
+ */
6
9
  export interface GetExportCommandInput extends GetExportRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetExportCommand}.
13
+ */
8
14
  export interface GetExportCommandOutput extends ExportResponse, __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, GetGatewayResponseRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetGatewayResponseCommand}.
8
+ */
6
9
  export interface GetGatewayResponseCommandInput extends GetGatewayResponseRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetGatewayResponseCommand}.
13
+ */
8
14
  export interface GetGatewayResponseCommandOutput 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 { GatewayResponses, GetGatewayResponsesRequest } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetGatewayResponsesCommand}.
8
+ */
6
9
  export interface GetGatewayResponsesCommandInput extends GetGatewayResponsesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetGatewayResponsesCommand}.
13
+ */
8
14
  export interface GetGatewayResponsesCommandOutput extends GatewayResponses, __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 { GetIntegrationRequest, Integration } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetIntegrationCommand}.
8
+ */
6
9
  export interface GetIntegrationCommandInput extends GetIntegrationRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetIntegrationCommand}.
13
+ */
8
14
  export interface GetIntegrationCommandOutput 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 { GetIntegrationResponseRequest, IntegrationResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetIntegrationResponseCommand}.
8
+ */
6
9
  export interface GetIntegrationResponseCommandInput extends GetIntegrationResponseRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetIntegrationResponseCommand}.
13
+ */
8
14
  export interface GetIntegrationResponseCommandOutput 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 { GetMethodRequest, Method } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetMethodCommand}.
8
+ */
6
9
  export interface GetMethodCommandInput extends GetMethodRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetMethodCommand}.
13
+ */
8
14
  export interface GetMethodCommandOutput 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 { GetMethodResponseRequest, MethodResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetMethodResponseCommand}.
8
+ */
6
9
  export interface GetMethodResponseCommandInput extends GetMethodResponseRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetMethodResponseCommand}.
13
+ */
8
14
  export interface GetMethodResponseCommandOutput 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 { GetModelRequest, Model } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetModelCommand}.
8
+ */
6
9
  export interface GetModelCommandInput extends GetModelRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetModelCommand}.
13
+ */
8
14
  export interface GetModelCommandOutput 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 { GetModelTemplateRequest, Template } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetModelTemplateCommand}.
8
+ */
6
9
  export interface GetModelTemplateCommandInput extends GetModelTemplateRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetModelTemplateCommand}.
13
+ */
8
14
  export interface GetModelTemplateCommandOutput extends Template, __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 { GetModelsRequest, Models } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetModelsCommand}.
8
+ */
6
9
  export interface GetModelsCommandInput extends GetModelsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetModelsCommand}.
13
+ */
8
14
  export interface GetModelsCommandOutput extends Models, __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 { GetRequestValidatorRequest, RequestValidator } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetRequestValidatorCommand}.
8
+ */
6
9
  export interface GetRequestValidatorCommandInput extends GetRequestValidatorRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRequestValidatorCommand}.
13
+ */
8
14
  export interface GetRequestValidatorCommandOutput 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 { GetRequestValidatorsRequest, RequestValidators } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetRequestValidatorsCommand}.
8
+ */
6
9
  export interface GetRequestValidatorsCommandInput extends GetRequestValidatorsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRequestValidatorsCommand}.
13
+ */
8
14
  export interface GetRequestValidatorsCommandOutput extends RequestValidators, __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 { GetResourceRequest, Resource } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetResourceCommand}.
8
+ */
6
9
  export interface GetResourceCommandInput extends GetResourceRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetResourceCommand}.
13
+ */
8
14
  export interface GetResourceCommandOutput 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 { GetResourcesRequest, Resources } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetResourcesCommand}.
8
+ */
6
9
  export interface GetResourcesCommandInput extends GetResourcesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetResourcesCommand}.
13
+ */
8
14
  export interface GetResourcesCommandOutput extends Resources, __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 { GetRestApiRequest, RestApi } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetRestApiCommand}.
8
+ */
6
9
  export interface GetRestApiCommandInput extends GetRestApiRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRestApiCommand}.
13
+ */
8
14
  export interface GetRestApiCommandOutput 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 { GetRestApisRequest, RestApis } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetRestApisCommand}.
8
+ */
6
9
  export interface GetRestApisCommandInput extends GetRestApisRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetRestApisCommand}.
13
+ */
8
14
  export interface GetRestApisCommandOutput extends RestApis, __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 { GetSdkRequest, SdkResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetSdkCommand}.
8
+ */
6
9
  export interface GetSdkCommandInput extends GetSdkRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSdkCommand}.
13
+ */
8
14
  export interface GetSdkCommandOutput extends SdkResponse, __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 { GetSdkTypeRequest, SdkType } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetSdkTypeCommand}.
8
+ */
6
9
  export interface GetSdkTypeCommandInput extends GetSdkTypeRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSdkTypeCommand}.
13
+ */
8
14
  export interface GetSdkTypeCommandOutput extends SdkType, __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 { GetSdkTypesRequest, SdkTypes } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetSdkTypesCommand}.
8
+ */
6
9
  export interface GetSdkTypesCommandInput extends GetSdkTypesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetSdkTypesCommand}.
13
+ */
8
14
  export interface GetSdkTypesCommandOutput extends SdkTypes, __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 { GetStageRequest, Stage } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetStageCommand}.
8
+ */
6
9
  export interface GetStageCommandInput extends GetStageRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetStageCommand}.
13
+ */
8
14
  export interface GetStageCommandOutput extends Stage, __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 { GetStagesRequest, Stages } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetStagesCommand}.
8
+ */
6
9
  export interface GetStagesCommandInput extends GetStagesRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetStagesCommand}.
13
+ */
8
14
  export interface GetStagesCommandOutput extends Stages, __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 { GetTagsRequest, Tags } from "../models/models_0";
6
+ /**
7
+ * The input for {@link GetTagsCommand}.
8
+ */
6
9
  export interface GetTagsCommandInput extends GetTagsRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link GetTagsCommand}.
13
+ */
8
14
  export interface GetTagsCommandOutput extends Tags, __MetadataBearer {
9
15
  }
10
16
  /**