@aws-sdk/client-api-gateway 3.289.0 → 3.292.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 (121) hide show
  1. package/dist-types/commands/CreateApiKeyCommand.d.ts +19 -0
  2. package/dist-types/commands/CreateAuthorizerCommand.d.ts +19 -0
  3. package/dist-types/commands/CreateBasePathMappingCommand.d.ts +19 -0
  4. package/dist-types/commands/CreateDeploymentCommand.d.ts +22 -0
  5. package/dist-types/commands/CreateDocumentationPartCommand.d.ts +19 -0
  6. package/dist-types/commands/CreateDocumentationVersionCommand.d.ts +19 -0
  7. package/dist-types/commands/CreateDomainNameCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateModelCommand.d.ts +19 -0
  9. package/dist-types/commands/CreateRequestValidatorCommand.d.ts +19 -0
  10. package/dist-types/commands/CreateResourceCommand.d.ts +19 -0
  11. package/dist-types/commands/CreateRestApiCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateStageCommand.d.ts +19 -0
  13. package/dist-types/commands/CreateUsagePlanCommand.d.ts +19 -0
  14. package/dist-types/commands/CreateUsagePlanKeyCommand.d.ts +19 -0
  15. package/dist-types/commands/CreateVpcLinkCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteApiKeyCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteAuthorizerCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteBasePathMappingCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteClientCertificateCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteDeploymentCommand.d.ts +19 -0
  21. package/dist-types/commands/DeleteDocumentationPartCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteDocumentationVersionCommand.d.ts +16 -0
  23. package/dist-types/commands/DeleteDomainNameCommand.d.ts +16 -0
  24. package/dist-types/commands/DeleteGatewayResponseCommand.d.ts +16 -0
  25. package/dist-types/commands/DeleteIntegrationCommand.d.ts +16 -0
  26. package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +16 -0
  27. package/dist-types/commands/DeleteMethodCommand.d.ts +13 -0
  28. package/dist-types/commands/DeleteMethodResponseCommand.d.ts +16 -0
  29. package/dist-types/commands/DeleteModelCommand.d.ts +16 -0
  30. package/dist-types/commands/DeleteRequestValidatorCommand.d.ts +16 -0
  31. package/dist-types/commands/DeleteResourceCommand.d.ts +16 -0
  32. package/dist-types/commands/DeleteRestApiCommand.d.ts +16 -0
  33. package/dist-types/commands/DeleteStageCommand.d.ts +19 -0
  34. package/dist-types/commands/DeleteUsagePlanCommand.d.ts +16 -0
  35. package/dist-types/commands/DeleteUsagePlanKeyCommand.d.ts +16 -0
  36. package/dist-types/commands/DeleteVpcLinkCommand.d.ts +16 -0
  37. package/dist-types/commands/FlushStageAuthorizersCacheCommand.d.ts +19 -0
  38. package/dist-types/commands/FlushStageCacheCommand.d.ts +19 -0
  39. package/dist-types/commands/GenerateClientCertificateCommand.d.ts +16 -0
  40. package/dist-types/commands/GetAccountCommand.d.ts +13 -0
  41. package/dist-types/commands/GetApiKeyCommand.d.ts +13 -0
  42. package/dist-types/commands/GetApiKeysCommand.d.ts +13 -0
  43. package/dist-types/commands/GetAuthorizerCommand.d.ts +13 -0
  44. package/dist-types/commands/GetAuthorizersCommand.d.ts +13 -0
  45. package/dist-types/commands/GetBasePathMappingCommand.d.ts +13 -0
  46. package/dist-types/commands/GetBasePathMappingsCommand.d.ts +13 -0
  47. package/dist-types/commands/GetClientCertificateCommand.d.ts +13 -0
  48. package/dist-types/commands/GetClientCertificatesCommand.d.ts +13 -0
  49. package/dist-types/commands/GetDeploymentCommand.d.ts +16 -0
  50. package/dist-types/commands/GetDeploymentsCommand.d.ts +16 -0
  51. package/dist-types/commands/GetDocumentationPartCommand.d.ts +13 -0
  52. package/dist-types/commands/GetDocumentationPartsCommand.d.ts +13 -0
  53. package/dist-types/commands/GetDocumentationVersionCommand.d.ts +10 -0
  54. package/dist-types/commands/GetDocumentationVersionsCommand.d.ts +13 -0
  55. package/dist-types/commands/GetDomainNameCommand.d.ts +13 -0
  56. package/dist-types/commands/GetDomainNamesCommand.d.ts +13 -0
  57. package/dist-types/commands/GetExportCommand.d.ts +19 -0
  58. package/dist-types/commands/GetGatewayResponseCommand.d.ts +13 -0
  59. package/dist-types/commands/GetGatewayResponsesCommand.d.ts +13 -0
  60. package/dist-types/commands/GetIntegrationCommand.d.ts +13 -0
  61. package/dist-types/commands/GetIntegrationResponseCommand.d.ts +13 -0
  62. package/dist-types/commands/GetMethodCommand.d.ts +10 -0
  63. package/dist-types/commands/GetMethodResponseCommand.d.ts +10 -0
  64. package/dist-types/commands/GetModelCommand.d.ts +13 -0
  65. package/dist-types/commands/GetModelTemplateCommand.d.ts +13 -0
  66. package/dist-types/commands/GetModelsCommand.d.ts +13 -0
  67. package/dist-types/commands/GetRequestValidatorCommand.d.ts +13 -0
  68. package/dist-types/commands/GetRequestValidatorsCommand.d.ts +13 -0
  69. package/dist-types/commands/GetResourceCommand.d.ts +10 -0
  70. package/dist-types/commands/GetResourcesCommand.d.ts +13 -0
  71. package/dist-types/commands/GetRestApiCommand.d.ts +13 -0
  72. package/dist-types/commands/GetRestApisCommand.d.ts +13 -0
  73. package/dist-types/commands/GetSdkCommand.d.ts +19 -0
  74. package/dist-types/commands/GetSdkTypeCommand.d.ts +13 -0
  75. package/dist-types/commands/GetSdkTypesCommand.d.ts +13 -0
  76. package/dist-types/commands/GetStageCommand.d.ts +19 -0
  77. package/dist-types/commands/GetStagesCommand.d.ts +19 -0
  78. package/dist-types/commands/GetTagsCommand.d.ts +13 -0
  79. package/dist-types/commands/GetUsageCommand.d.ts +13 -0
  80. package/dist-types/commands/GetUsagePlanCommand.d.ts +13 -0
  81. package/dist-types/commands/GetUsagePlanKeyCommand.d.ts +13 -0
  82. package/dist-types/commands/GetUsagePlanKeysCommand.d.ts +13 -0
  83. package/dist-types/commands/GetUsagePlansCommand.d.ts +13 -0
  84. package/dist-types/commands/GetVpcLinkCommand.d.ts +13 -0
  85. package/dist-types/commands/GetVpcLinksCommand.d.ts +13 -0
  86. package/dist-types/commands/ImportApiKeysCommand.d.ts +19 -0
  87. package/dist-types/commands/ImportDocumentationPartsCommand.d.ts +19 -0
  88. package/dist-types/commands/ImportRestApiCommand.d.ts +19 -0
  89. package/dist-types/commands/PutGatewayResponseCommand.d.ts +19 -0
  90. package/dist-types/commands/PutIntegrationCommand.d.ts +19 -0
  91. package/dist-types/commands/PutIntegrationResponseCommand.d.ts +19 -0
  92. package/dist-types/commands/PutMethodCommand.d.ts +19 -0
  93. package/dist-types/commands/PutMethodResponseCommand.d.ts +19 -0
  94. package/dist-types/commands/PutRestApiCommand.d.ts +19 -0
  95. package/dist-types/commands/TagResourceCommand.d.ts +19 -0
  96. package/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +13 -0
  97. package/dist-types/commands/TestInvokeMethodCommand.d.ts +13 -0
  98. package/dist-types/commands/UntagResourceCommand.d.ts +19 -0
  99. package/dist-types/commands/UpdateAccountCommand.d.ts +19 -0
  100. package/dist-types/commands/UpdateApiKeyCommand.d.ts +19 -0
  101. package/dist-types/commands/UpdateAuthorizerCommand.d.ts +19 -0
  102. package/dist-types/commands/UpdateBasePathMappingCommand.d.ts +19 -0
  103. package/dist-types/commands/UpdateClientCertificateCommand.d.ts +19 -0
  104. package/dist-types/commands/UpdateDeploymentCommand.d.ts +22 -0
  105. package/dist-types/commands/UpdateDocumentationPartCommand.d.ts +19 -0
  106. package/dist-types/commands/UpdateDocumentationVersionCommand.d.ts +19 -0
  107. package/dist-types/commands/UpdateDomainNameCommand.d.ts +19 -0
  108. package/dist-types/commands/UpdateGatewayResponseCommand.d.ts +19 -0
  109. package/dist-types/commands/UpdateIntegrationCommand.d.ts +19 -0
  110. package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +19 -0
  111. package/dist-types/commands/UpdateMethodCommand.d.ts +16 -0
  112. package/dist-types/commands/UpdateMethodResponseCommand.d.ts +19 -0
  113. package/dist-types/commands/UpdateModelCommand.d.ts +19 -0
  114. package/dist-types/commands/UpdateRequestValidatorCommand.d.ts +19 -0
  115. package/dist-types/commands/UpdateResourceCommand.d.ts +16 -0
  116. package/dist-types/commands/UpdateRestApiCommand.d.ts +19 -0
  117. package/dist-types/commands/UpdateStageCommand.d.ts +19 -0
  118. package/dist-types/commands/UpdateUsageCommand.d.ts +19 -0
  119. package/dist-types/commands/UpdateUsagePlanCommand.d.ts +19 -0
  120. package/dist-types/commands/UpdateVpcLinkCommand.d.ts +19 -0
  121. package/package.json +36 -41
@@ -29,6 +29,19 @@ export interface GetUsagePlansCommandOutput extends UsagePlans, __MetadataBearer
29
29
  * @see {@link GetUsagePlansCommandOutput} for command's `response` shape.
30
30
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The submitted request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
34
+ *
35
+ * @throws {@link NotFoundException} (client fault)
36
+ * <p>The requested resource is not found. Make sure that the request URI is correct.</p>
37
+ *
38
+ * @throws {@link TooManyRequestsException} (client fault)
39
+ * <p>The request has reached its throttling limit. Retry after the specified time period.</p>
40
+ *
41
+ * @throws {@link UnauthorizedException} (client fault)
42
+ * <p>The request is denied because the caller has insufficient permissions.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class GetUsagePlansCommand extends $Command<GetUsagePlansCommandInput, GetUsagePlansCommandOutput, APIGatewayClientResolvedConfig> {
34
47
  readonly input: GetUsagePlansCommandInput;
@@ -29,6 +29,19 @@ export interface GetVpcLinkCommandOutput extends VpcLink, __MetadataBearer {
29
29
  * @see {@link GetVpcLinkCommandOutput} for command's `response` shape.
30
30
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The submitted request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
34
+ *
35
+ * @throws {@link NotFoundException} (client fault)
36
+ * <p>The requested resource is not found. Make sure that the request URI is correct.</p>
37
+ *
38
+ * @throws {@link TooManyRequestsException} (client fault)
39
+ * <p>The request has reached its throttling limit. Retry after the specified time period.</p>
40
+ *
41
+ * @throws {@link UnauthorizedException} (client fault)
42
+ * <p>The request is denied because the caller has insufficient permissions.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class GetVpcLinkCommand extends $Command<GetVpcLinkCommandInput, GetVpcLinkCommandOutput, APIGatewayClientResolvedConfig> {
34
47
  readonly input: GetVpcLinkCommandInput;
@@ -29,6 +29,19 @@ export interface GetVpcLinksCommandOutput extends VpcLinks, __MetadataBearer {
29
29
  * @see {@link GetVpcLinksCommandOutput} for command's `response` shape.
30
30
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The submitted request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
34
+ *
35
+ * @throws {@link NotFoundException} (client fault)
36
+ * <p>The requested resource is not found. Make sure that the request URI is correct.</p>
37
+ *
38
+ * @throws {@link TooManyRequestsException} (client fault)
39
+ * <p>The request has reached its throttling limit. Retry after the specified time period.</p>
40
+ *
41
+ * @throws {@link UnauthorizedException} (client fault)
42
+ * <p>The request is denied because the caller has insufficient permissions.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class GetVpcLinksCommand extends $Command<GetVpcLinksCommandInput, GetVpcLinksCommandOutput, APIGatewayClientResolvedConfig> {
34
47
  readonly input: GetVpcLinksCommandInput;
@@ -29,6 +29,25 @@ export interface ImportApiKeysCommandOutput extends ApiKeyIds, __MetadataBearer
29
29
  * @see {@link ImportApiKeysCommandOutput} for command's `response` shape.
30
30
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The submitted request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request configuration has conflicts. For details, see the accompanying error message.</p>
37
+ *
38
+ * @throws {@link LimitExceededException} (client fault)
39
+ * <p>The request exceeded the rate limit. Retry after the specified time period.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>The requested resource is not found. Make sure that the request URI is correct.</p>
43
+ *
44
+ * @throws {@link TooManyRequestsException} (client fault)
45
+ * <p>The request has reached its throttling limit. Retry after the specified time period.</p>
46
+ *
47
+ * @throws {@link UnauthorizedException} (client fault)
48
+ * <p>The request is denied because the caller has insufficient permissions.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class ImportApiKeysCommand extends $Command<ImportApiKeysCommandInput, ImportApiKeysCommandOutput, APIGatewayClientResolvedConfig> {
34
53
  readonly input: ImportApiKeysCommandInput;
@@ -29,6 +29,25 @@ export interface ImportDocumentationPartsCommandOutput extends DocumentationPart
29
29
  * @see {@link ImportDocumentationPartsCommandOutput} for command's `response` shape.
30
30
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The submitted request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request configuration has conflicts. For details, see the accompanying error message.</p>
37
+ *
38
+ * @throws {@link LimitExceededException} (client fault)
39
+ * <p>The request exceeded the rate limit. Retry after the specified time period.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>The requested resource is not found. Make sure that the request URI is correct.</p>
43
+ *
44
+ * @throws {@link TooManyRequestsException} (client fault)
45
+ * <p>The request has reached its throttling limit. Retry after the specified time period.</p>
46
+ *
47
+ * @throws {@link UnauthorizedException} (client fault)
48
+ * <p>The request is denied because the caller has insufficient permissions.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class ImportDocumentationPartsCommand extends $Command<ImportDocumentationPartsCommandInput, ImportDocumentationPartsCommandOutput, APIGatewayClientResolvedConfig> {
34
53
  readonly input: ImportDocumentationPartsCommandInput;
@@ -29,6 +29,25 @@ export interface ImportRestApiCommandOutput extends RestApi, __MetadataBearer {
29
29
  * @see {@link ImportRestApiCommandOutput} for command's `response` shape.
30
30
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The submitted request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request configuration has conflicts. For details, see the accompanying error message.</p>
37
+ *
38
+ * @throws {@link LimitExceededException} (client fault)
39
+ * <p>The request exceeded the rate limit. Retry after the specified time period.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>The requested resource is not found. Make sure that the request URI is correct.</p>
43
+ *
44
+ * @throws {@link TooManyRequestsException} (client fault)
45
+ * <p>The request has reached its throttling limit. Retry after the specified time period.</p>
46
+ *
47
+ * @throws {@link UnauthorizedException} (client fault)
48
+ * <p>The request is denied because the caller has insufficient permissions.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class ImportRestApiCommand extends $Command<ImportRestApiCommandInput, ImportRestApiCommandOutput, APIGatewayClientResolvedConfig> {
34
53
  readonly input: ImportRestApiCommandInput;
@@ -29,6 +29,25 @@ export interface PutGatewayResponseCommandOutput extends GatewayResponse, __Meta
29
29
  * @see {@link PutGatewayResponseCommandOutput} for command's `response` shape.
30
30
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The submitted request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request configuration has conflicts. For details, see the accompanying error message.</p>
37
+ *
38
+ * @throws {@link LimitExceededException} (client fault)
39
+ * <p>The request exceeded the rate limit. Retry after the specified time period.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>The requested resource is not found. Make sure that the request URI is correct.</p>
43
+ *
44
+ * @throws {@link TooManyRequestsException} (client fault)
45
+ * <p>The request has reached its throttling limit. Retry after the specified time period.</p>
46
+ *
47
+ * @throws {@link UnauthorizedException} (client fault)
48
+ * <p>The request is denied because the caller has insufficient permissions.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class PutGatewayResponseCommand extends $Command<PutGatewayResponseCommandInput, PutGatewayResponseCommandOutput, APIGatewayClientResolvedConfig> {
34
53
  readonly input: PutGatewayResponseCommandInput;
@@ -29,6 +29,25 @@ export interface PutIntegrationCommandOutput extends Integration, __MetadataBear
29
29
  * @see {@link PutIntegrationCommandOutput} for command's `response` shape.
30
30
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The submitted request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request configuration has conflicts. For details, see the accompanying error message.</p>
37
+ *
38
+ * @throws {@link LimitExceededException} (client fault)
39
+ * <p>The request exceeded the rate limit. Retry after the specified time period.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>The requested resource is not found. Make sure that the request URI is correct.</p>
43
+ *
44
+ * @throws {@link TooManyRequestsException} (client fault)
45
+ * <p>The request has reached its throttling limit. Retry after the specified time period.</p>
46
+ *
47
+ * @throws {@link UnauthorizedException} (client fault)
48
+ * <p>The request is denied because the caller has insufficient permissions.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class PutIntegrationCommand extends $Command<PutIntegrationCommandInput, PutIntegrationCommandOutput, APIGatewayClientResolvedConfig> {
34
53
  readonly input: PutIntegrationCommandInput;
@@ -29,6 +29,25 @@ export interface PutIntegrationResponseCommandOutput extends IntegrationResponse
29
29
  * @see {@link PutIntegrationResponseCommandOutput} for command's `response` shape.
30
30
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The submitted request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request configuration has conflicts. For details, see the accompanying error message.</p>
37
+ *
38
+ * @throws {@link LimitExceededException} (client fault)
39
+ * <p>The request exceeded the rate limit. Retry after the specified time period.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>The requested resource is not found. Make sure that the request URI is correct.</p>
43
+ *
44
+ * @throws {@link TooManyRequestsException} (client fault)
45
+ * <p>The request has reached its throttling limit. Retry after the specified time period.</p>
46
+ *
47
+ * @throws {@link UnauthorizedException} (client fault)
48
+ * <p>The request is denied because the caller has insufficient permissions.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class PutIntegrationResponseCommand extends $Command<PutIntegrationResponseCommandInput, PutIntegrationResponseCommandOutput, APIGatewayClientResolvedConfig> {
34
53
  readonly input: PutIntegrationResponseCommandInput;
@@ -29,6 +29,25 @@ export interface PutMethodCommandOutput extends Method, __MetadataBearer {
29
29
  * @see {@link PutMethodCommandOutput} for command's `response` shape.
30
30
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The submitted request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request configuration has conflicts. For details, see the accompanying error message.</p>
37
+ *
38
+ * @throws {@link LimitExceededException} (client fault)
39
+ * <p>The request exceeded the rate limit. Retry after the specified time period.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>The requested resource is not found. Make sure that the request URI is correct.</p>
43
+ *
44
+ * @throws {@link TooManyRequestsException} (client fault)
45
+ * <p>The request has reached its throttling limit. Retry after the specified time period.</p>
46
+ *
47
+ * @throws {@link UnauthorizedException} (client fault)
48
+ * <p>The request is denied because the caller has insufficient permissions.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class PutMethodCommand extends $Command<PutMethodCommandInput, PutMethodCommandOutput, APIGatewayClientResolvedConfig> {
34
53
  readonly input: PutMethodCommandInput;
@@ -29,6 +29,25 @@ export interface PutMethodResponseCommandOutput extends MethodResponse, __Metada
29
29
  * @see {@link PutMethodResponseCommandOutput} for command's `response` shape.
30
30
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The submitted request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request configuration has conflicts. For details, see the accompanying error message.</p>
37
+ *
38
+ * @throws {@link LimitExceededException} (client fault)
39
+ * <p>The request exceeded the rate limit. Retry after the specified time period.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>The requested resource is not found. Make sure that the request URI is correct.</p>
43
+ *
44
+ * @throws {@link TooManyRequestsException} (client fault)
45
+ * <p>The request has reached its throttling limit. Retry after the specified time period.</p>
46
+ *
47
+ * @throws {@link UnauthorizedException} (client fault)
48
+ * <p>The request is denied because the caller has insufficient permissions.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class PutMethodResponseCommand extends $Command<PutMethodResponseCommandInput, PutMethodResponseCommandOutput, APIGatewayClientResolvedConfig> {
34
53
  readonly input: PutMethodResponseCommandInput;
@@ -30,6 +30,25 @@ export interface PutRestApiCommandOutput extends RestApi, __MetadataBearer {
30
30
  * @see {@link PutRestApiCommandOutput} for command's `response` shape.
31
31
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
32
32
  *
33
+ * @throws {@link BadRequestException} (client fault)
34
+ * <p>The submitted request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
35
+ *
36
+ * @throws {@link ConflictException} (client fault)
37
+ * <p>The request configuration has conflicts. For details, see the accompanying error message.</p>
38
+ *
39
+ * @throws {@link LimitExceededException} (client fault)
40
+ * <p>The request exceeded the rate limit. Retry after the specified time period.</p>
41
+ *
42
+ * @throws {@link NotFoundException} (client fault)
43
+ * <p>The requested resource is not found. Make sure that the request URI is correct.</p>
44
+ *
45
+ * @throws {@link TooManyRequestsException} (client fault)
46
+ * <p>The request has reached its throttling limit. Retry after the specified time period.</p>
47
+ *
48
+ * @throws {@link UnauthorizedException} (client fault)
49
+ * <p>The request is denied because the caller has insufficient permissions.</p>
50
+ *
51
+ *
33
52
  */
34
53
  export declare class PutRestApiCommand extends $Command<PutRestApiCommandInput, PutRestApiCommandOutput, APIGatewayClientResolvedConfig> {
35
54
  readonly input: PutRestApiCommandInput;
@@ -29,6 +29,25 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
29
29
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The submitted request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request configuration has conflicts. For details, see the accompanying error message.</p>
37
+ *
38
+ * @throws {@link LimitExceededException} (client fault)
39
+ * <p>The request exceeded the rate limit. Retry after the specified time period.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>The requested resource is not found. Make sure that the request URI is correct.</p>
43
+ *
44
+ * @throws {@link TooManyRequestsException} (client fault)
45
+ * <p>The request has reached its throttling limit. Retry after the specified time period.</p>
46
+ *
47
+ * @throws {@link UnauthorizedException} (client fault)
48
+ * <p>The request is denied because the caller has insufficient permissions.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, APIGatewayClientResolvedConfig> {
34
53
  readonly input: TagResourceCommandInput;
@@ -29,6 +29,19 @@ export interface TestInvokeAuthorizerCommandOutput extends TestInvokeAuthorizerR
29
29
  * @see {@link TestInvokeAuthorizerCommandOutput} for command's `response` shape.
30
30
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The submitted request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
34
+ *
35
+ * @throws {@link NotFoundException} (client fault)
36
+ * <p>The requested resource is not found. Make sure that the request URI is correct.</p>
37
+ *
38
+ * @throws {@link TooManyRequestsException} (client fault)
39
+ * <p>The request has reached its throttling limit. Retry after the specified time period.</p>
40
+ *
41
+ * @throws {@link UnauthorizedException} (client fault)
42
+ * <p>The request is denied because the caller has insufficient permissions.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class TestInvokeAuthorizerCommand extends $Command<TestInvokeAuthorizerCommandInput, TestInvokeAuthorizerCommandOutput, APIGatewayClientResolvedConfig> {
34
47
  readonly input: TestInvokeAuthorizerCommandInput;
@@ -29,6 +29,19 @@ export interface TestInvokeMethodCommandOutput extends TestInvokeMethodResponse,
29
29
  * @see {@link TestInvokeMethodCommandOutput} for command's `response` shape.
30
30
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The submitted request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
34
+ *
35
+ * @throws {@link NotFoundException} (client fault)
36
+ * <p>The requested resource is not found. Make sure that the request URI is correct.</p>
37
+ *
38
+ * @throws {@link TooManyRequestsException} (client fault)
39
+ * <p>The request has reached its throttling limit. Retry after the specified time period.</p>
40
+ *
41
+ * @throws {@link UnauthorizedException} (client fault)
42
+ * <p>The request is denied because the caller has insufficient permissions.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class TestInvokeMethodCommand extends $Command<TestInvokeMethodCommandInput, TestInvokeMethodCommandOutput, APIGatewayClientResolvedConfig> {
34
47
  readonly input: TestInvokeMethodCommandInput;
@@ -29,6 +29,25 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
29
29
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The submitted request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request configuration has conflicts. For details, see the accompanying error message.</p>
37
+ *
38
+ * @throws {@link LimitExceededException} (client fault)
39
+ * <p>The request exceeded the rate limit. Retry after the specified time period.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>The requested resource is not found. Make sure that the request URI is correct.</p>
43
+ *
44
+ * @throws {@link TooManyRequestsException} (client fault)
45
+ * <p>The request has reached its throttling limit. Retry after the specified time period.</p>
46
+ *
47
+ * @throws {@link UnauthorizedException} (client fault)
48
+ * <p>The request is denied because the caller has insufficient permissions.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, APIGatewayClientResolvedConfig> {
34
53
  readonly input: UntagResourceCommandInput;
@@ -29,6 +29,25 @@ export interface UpdateAccountCommandOutput extends Account, __MetadataBearer {
29
29
  * @see {@link UpdateAccountCommandOutput} for command's `response` shape.
30
30
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The submitted request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request configuration has conflicts. For details, see the accompanying error message.</p>
37
+ *
38
+ * @throws {@link LimitExceededException} (client fault)
39
+ * <p>The request exceeded the rate limit. Retry after the specified time period.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>The requested resource is not found. Make sure that the request URI is correct.</p>
43
+ *
44
+ * @throws {@link TooManyRequestsException} (client fault)
45
+ * <p>The request has reached its throttling limit. Retry after the specified time period.</p>
46
+ *
47
+ * @throws {@link UnauthorizedException} (client fault)
48
+ * <p>The request is denied because the caller has insufficient permissions.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class UpdateAccountCommand extends $Command<UpdateAccountCommandInput, UpdateAccountCommandOutput, APIGatewayClientResolvedConfig> {
34
53
  readonly input: UpdateAccountCommandInput;
@@ -29,6 +29,25 @@ export interface UpdateApiKeyCommandOutput extends ApiKey, __MetadataBearer {
29
29
  * @see {@link UpdateApiKeyCommandOutput} for command's `response` shape.
30
30
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The submitted request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request configuration has conflicts. For details, see the accompanying error message.</p>
37
+ *
38
+ * @throws {@link LimitExceededException} (client fault)
39
+ * <p>The request exceeded the rate limit. Retry after the specified time period.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>The requested resource is not found. Make sure that the request URI is correct.</p>
43
+ *
44
+ * @throws {@link TooManyRequestsException} (client fault)
45
+ * <p>The request has reached its throttling limit. Retry after the specified time period.</p>
46
+ *
47
+ * @throws {@link UnauthorizedException} (client fault)
48
+ * <p>The request is denied because the caller has insufficient permissions.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class UpdateApiKeyCommand extends $Command<UpdateApiKeyCommandInput, UpdateApiKeyCommandOutput, APIGatewayClientResolvedConfig> {
34
53
  readonly input: UpdateApiKeyCommandInput;
@@ -29,6 +29,25 @@ export interface UpdateAuthorizerCommandOutput extends Authorizer, __MetadataBea
29
29
  * @see {@link UpdateAuthorizerCommandOutput} for command's `response` shape.
30
30
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The submitted request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request configuration has conflicts. For details, see the accompanying error message.</p>
37
+ *
38
+ * @throws {@link LimitExceededException} (client fault)
39
+ * <p>The request exceeded the rate limit. Retry after the specified time period.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>The requested resource is not found. Make sure that the request URI is correct.</p>
43
+ *
44
+ * @throws {@link TooManyRequestsException} (client fault)
45
+ * <p>The request has reached its throttling limit. Retry after the specified time period.</p>
46
+ *
47
+ * @throws {@link UnauthorizedException} (client fault)
48
+ * <p>The request is denied because the caller has insufficient permissions.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class UpdateAuthorizerCommand extends $Command<UpdateAuthorizerCommandInput, UpdateAuthorizerCommandOutput, APIGatewayClientResolvedConfig> {
34
53
  readonly input: UpdateAuthorizerCommandInput;
@@ -29,6 +29,25 @@ export interface UpdateBasePathMappingCommandOutput extends BasePathMapping, __M
29
29
  * @see {@link UpdateBasePathMappingCommandOutput} for command's `response` shape.
30
30
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The submitted request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request configuration has conflicts. For details, see the accompanying error message.</p>
37
+ *
38
+ * @throws {@link LimitExceededException} (client fault)
39
+ * <p>The request exceeded the rate limit. Retry after the specified time period.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>The requested resource is not found. Make sure that the request URI is correct.</p>
43
+ *
44
+ * @throws {@link TooManyRequestsException} (client fault)
45
+ * <p>The request has reached its throttling limit. Retry after the specified time period.</p>
46
+ *
47
+ * @throws {@link UnauthorizedException} (client fault)
48
+ * <p>The request is denied because the caller has insufficient permissions.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class UpdateBasePathMappingCommand extends $Command<UpdateBasePathMappingCommandInput, UpdateBasePathMappingCommandOutput, APIGatewayClientResolvedConfig> {
34
53
  readonly input: UpdateBasePathMappingCommandInput;
@@ -29,6 +29,25 @@ export interface UpdateClientCertificateCommandOutput extends ClientCertificate,
29
29
  * @see {@link UpdateClientCertificateCommandOutput} for command's `response` shape.
30
30
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The submitted request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request configuration has conflicts. For details, see the accompanying error message.</p>
37
+ *
38
+ * @throws {@link LimitExceededException} (client fault)
39
+ * <p>The request exceeded the rate limit. Retry after the specified time period.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>The requested resource is not found. Make sure that the request URI is correct.</p>
43
+ *
44
+ * @throws {@link TooManyRequestsException} (client fault)
45
+ * <p>The request has reached its throttling limit. Retry after the specified time period.</p>
46
+ *
47
+ * @throws {@link UnauthorizedException} (client fault)
48
+ * <p>The request is denied because the caller has insufficient permissions.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class UpdateClientCertificateCommand extends $Command<UpdateClientCertificateCommandInput, UpdateClientCertificateCommandOutput, APIGatewayClientResolvedConfig> {
34
53
  readonly input: UpdateClientCertificateCommandInput;
@@ -29,6 +29,28 @@ export interface UpdateDeploymentCommandOutput extends Deployment, __MetadataBea
29
29
  * @see {@link UpdateDeploymentCommandOutput} for command's `response` shape.
30
30
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The submitted request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request configuration has conflicts. For details, see the accompanying error message.</p>
37
+ *
38
+ * @throws {@link LimitExceededException} (client fault)
39
+ * <p>The request exceeded the rate limit. Retry after the specified time period.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>The requested resource is not found. Make sure that the request URI is correct.</p>
43
+ *
44
+ * @throws {@link ServiceUnavailableException} (server fault)
45
+ * <p>The requested service is not available. For details see the accompanying error message. Retry after the specified time period.</p>
46
+ *
47
+ * @throws {@link TooManyRequestsException} (client fault)
48
+ * <p>The request has reached its throttling limit. Retry after the specified time period.</p>
49
+ *
50
+ * @throws {@link UnauthorizedException} (client fault)
51
+ * <p>The request is denied because the caller has insufficient permissions.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class UpdateDeploymentCommand extends $Command<UpdateDeploymentCommandInput, UpdateDeploymentCommandOutput, APIGatewayClientResolvedConfig> {
34
56
  readonly input: UpdateDeploymentCommandInput;
@@ -29,6 +29,25 @@ export interface UpdateDocumentationPartCommandOutput extends DocumentationPart,
29
29
  * @see {@link UpdateDocumentationPartCommandOutput} for command's `response` shape.
30
30
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The submitted request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request configuration has conflicts. For details, see the accompanying error message.</p>
37
+ *
38
+ * @throws {@link LimitExceededException} (client fault)
39
+ * <p>The request exceeded the rate limit. Retry after the specified time period.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>The requested resource is not found. Make sure that the request URI is correct.</p>
43
+ *
44
+ * @throws {@link TooManyRequestsException} (client fault)
45
+ * <p>The request has reached its throttling limit. Retry after the specified time period.</p>
46
+ *
47
+ * @throws {@link UnauthorizedException} (client fault)
48
+ * <p>The request is denied because the caller has insufficient permissions.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class UpdateDocumentationPartCommand extends $Command<UpdateDocumentationPartCommandInput, UpdateDocumentationPartCommandOutput, APIGatewayClientResolvedConfig> {
34
53
  readonly input: UpdateDocumentationPartCommandInput;
@@ -29,6 +29,25 @@ export interface UpdateDocumentationVersionCommandOutput extends DocumentationVe
29
29
  * @see {@link UpdateDocumentationVersionCommandOutput} for command's `response` shape.
30
30
  * @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>The submitted request is not valid, for example, the input is incomplete or incorrect. See the accompanying error message for details.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>The request configuration has conflicts. For details, see the accompanying error message.</p>
37
+ *
38
+ * @throws {@link LimitExceededException} (client fault)
39
+ * <p>The request exceeded the rate limit. Retry after the specified time period.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>The requested resource is not found. Make sure that the request URI is correct.</p>
43
+ *
44
+ * @throws {@link TooManyRequestsException} (client fault)
45
+ * <p>The request has reached its throttling limit. Retry after the specified time period.</p>
46
+ *
47
+ * @throws {@link UnauthorizedException} (client fault)
48
+ * <p>The request is denied because the caller has insufficient permissions.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class UpdateDocumentationVersionCommand extends $Command<UpdateDocumentationVersionCommandInput, UpdateDocumentationVersionCommandOutput, APIGatewayClientResolvedConfig> {
34
53
  readonly input: UpdateDocumentationVersionCommandInput;