@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.
- package/dist-types/commands/CreateApiKeyCommand.d.ts +19 -0
- package/dist-types/commands/CreateAuthorizerCommand.d.ts +19 -0
- package/dist-types/commands/CreateBasePathMappingCommand.d.ts +19 -0
- package/dist-types/commands/CreateDeploymentCommand.d.ts +22 -0
- package/dist-types/commands/CreateDocumentationPartCommand.d.ts +19 -0
- package/dist-types/commands/CreateDocumentationVersionCommand.d.ts +19 -0
- package/dist-types/commands/CreateDomainNameCommand.d.ts +16 -0
- package/dist-types/commands/CreateModelCommand.d.ts +19 -0
- package/dist-types/commands/CreateRequestValidatorCommand.d.ts +19 -0
- package/dist-types/commands/CreateResourceCommand.d.ts +19 -0
- package/dist-types/commands/CreateRestApiCommand.d.ts +16 -0
- package/dist-types/commands/CreateStageCommand.d.ts +19 -0
- package/dist-types/commands/CreateUsagePlanCommand.d.ts +19 -0
- package/dist-types/commands/CreateUsagePlanKeyCommand.d.ts +19 -0
- package/dist-types/commands/CreateVpcLinkCommand.d.ts +16 -0
- package/dist-types/commands/DeleteApiKeyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAuthorizerCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBasePathMappingCommand.d.ts +16 -0
- package/dist-types/commands/DeleteClientCertificateCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDeploymentCommand.d.ts +19 -0
- package/dist-types/commands/DeleteDocumentationPartCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDocumentationVersionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDomainNameCommand.d.ts +16 -0
- package/dist-types/commands/DeleteGatewayResponseCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +16 -0
- package/dist-types/commands/DeleteIntegrationResponseCommand.d.ts +16 -0
- package/dist-types/commands/DeleteMethodCommand.d.ts +13 -0
- package/dist-types/commands/DeleteMethodResponseCommand.d.ts +16 -0
- package/dist-types/commands/DeleteModelCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRequestValidatorCommand.d.ts +16 -0
- package/dist-types/commands/DeleteResourceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRestApiCommand.d.ts +16 -0
- package/dist-types/commands/DeleteStageCommand.d.ts +19 -0
- package/dist-types/commands/DeleteUsagePlanCommand.d.ts +16 -0
- package/dist-types/commands/DeleteUsagePlanKeyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteVpcLinkCommand.d.ts +16 -0
- package/dist-types/commands/FlushStageAuthorizersCacheCommand.d.ts +19 -0
- package/dist-types/commands/FlushStageCacheCommand.d.ts +19 -0
- package/dist-types/commands/GenerateClientCertificateCommand.d.ts +16 -0
- package/dist-types/commands/GetAccountCommand.d.ts +13 -0
- package/dist-types/commands/GetApiKeyCommand.d.ts +13 -0
- package/dist-types/commands/GetApiKeysCommand.d.ts +13 -0
- package/dist-types/commands/GetAuthorizerCommand.d.ts +13 -0
- package/dist-types/commands/GetAuthorizersCommand.d.ts +13 -0
- package/dist-types/commands/GetBasePathMappingCommand.d.ts +13 -0
- package/dist-types/commands/GetBasePathMappingsCommand.d.ts +13 -0
- package/dist-types/commands/GetClientCertificateCommand.d.ts +13 -0
- package/dist-types/commands/GetClientCertificatesCommand.d.ts +13 -0
- package/dist-types/commands/GetDeploymentCommand.d.ts +16 -0
- package/dist-types/commands/GetDeploymentsCommand.d.ts +16 -0
- package/dist-types/commands/GetDocumentationPartCommand.d.ts +13 -0
- package/dist-types/commands/GetDocumentationPartsCommand.d.ts +13 -0
- package/dist-types/commands/GetDocumentationVersionCommand.d.ts +10 -0
- package/dist-types/commands/GetDocumentationVersionsCommand.d.ts +13 -0
- package/dist-types/commands/GetDomainNameCommand.d.ts +13 -0
- package/dist-types/commands/GetDomainNamesCommand.d.ts +13 -0
- package/dist-types/commands/GetExportCommand.d.ts +19 -0
- package/dist-types/commands/GetGatewayResponseCommand.d.ts +13 -0
- package/dist-types/commands/GetGatewayResponsesCommand.d.ts +13 -0
- package/dist-types/commands/GetIntegrationCommand.d.ts +13 -0
- package/dist-types/commands/GetIntegrationResponseCommand.d.ts +13 -0
- package/dist-types/commands/GetMethodCommand.d.ts +10 -0
- package/dist-types/commands/GetMethodResponseCommand.d.ts +10 -0
- package/dist-types/commands/GetModelCommand.d.ts +13 -0
- package/dist-types/commands/GetModelTemplateCommand.d.ts +13 -0
- package/dist-types/commands/GetModelsCommand.d.ts +13 -0
- package/dist-types/commands/GetRequestValidatorCommand.d.ts +13 -0
- package/dist-types/commands/GetRequestValidatorsCommand.d.ts +13 -0
- package/dist-types/commands/GetResourceCommand.d.ts +10 -0
- package/dist-types/commands/GetResourcesCommand.d.ts +13 -0
- package/dist-types/commands/GetRestApiCommand.d.ts +13 -0
- package/dist-types/commands/GetRestApisCommand.d.ts +13 -0
- package/dist-types/commands/GetSdkCommand.d.ts +19 -0
- package/dist-types/commands/GetSdkTypeCommand.d.ts +13 -0
- package/dist-types/commands/GetSdkTypesCommand.d.ts +13 -0
- package/dist-types/commands/GetStageCommand.d.ts +19 -0
- package/dist-types/commands/GetStagesCommand.d.ts +19 -0
- package/dist-types/commands/GetTagsCommand.d.ts +13 -0
- package/dist-types/commands/GetUsageCommand.d.ts +13 -0
- package/dist-types/commands/GetUsagePlanCommand.d.ts +13 -0
- package/dist-types/commands/GetUsagePlanKeyCommand.d.ts +13 -0
- package/dist-types/commands/GetUsagePlanKeysCommand.d.ts +13 -0
- package/dist-types/commands/GetUsagePlansCommand.d.ts +13 -0
- package/dist-types/commands/GetVpcLinkCommand.d.ts +13 -0
- package/dist-types/commands/GetVpcLinksCommand.d.ts +13 -0
- package/dist-types/commands/ImportApiKeysCommand.d.ts +19 -0
- package/dist-types/commands/ImportDocumentationPartsCommand.d.ts +19 -0
- package/dist-types/commands/ImportRestApiCommand.d.ts +19 -0
- package/dist-types/commands/PutGatewayResponseCommand.d.ts +19 -0
- package/dist-types/commands/PutIntegrationCommand.d.ts +19 -0
- package/dist-types/commands/PutIntegrationResponseCommand.d.ts +19 -0
- package/dist-types/commands/PutMethodCommand.d.ts +19 -0
- package/dist-types/commands/PutMethodResponseCommand.d.ts +19 -0
- package/dist-types/commands/PutRestApiCommand.d.ts +19 -0
- package/dist-types/commands/TagResourceCommand.d.ts +19 -0
- package/dist-types/commands/TestInvokeAuthorizerCommand.d.ts +13 -0
- package/dist-types/commands/TestInvokeMethodCommand.d.ts +13 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +19 -0
- package/dist-types/commands/UpdateAccountCommand.d.ts +19 -0
- package/dist-types/commands/UpdateApiKeyCommand.d.ts +19 -0
- package/dist-types/commands/UpdateAuthorizerCommand.d.ts +19 -0
- package/dist-types/commands/UpdateBasePathMappingCommand.d.ts +19 -0
- package/dist-types/commands/UpdateClientCertificateCommand.d.ts +19 -0
- package/dist-types/commands/UpdateDeploymentCommand.d.ts +22 -0
- package/dist-types/commands/UpdateDocumentationPartCommand.d.ts +19 -0
- package/dist-types/commands/UpdateDocumentationVersionCommand.d.ts +19 -0
- package/dist-types/commands/UpdateDomainNameCommand.d.ts +19 -0
- package/dist-types/commands/UpdateGatewayResponseCommand.d.ts +19 -0
- package/dist-types/commands/UpdateIntegrationCommand.d.ts +19 -0
- package/dist-types/commands/UpdateIntegrationResponseCommand.d.ts +19 -0
- package/dist-types/commands/UpdateMethodCommand.d.ts +16 -0
- package/dist-types/commands/UpdateMethodResponseCommand.d.ts +19 -0
- package/dist-types/commands/UpdateModelCommand.d.ts +19 -0
- package/dist-types/commands/UpdateRequestValidatorCommand.d.ts +19 -0
- package/dist-types/commands/UpdateResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateRestApiCommand.d.ts +19 -0
- package/dist-types/commands/UpdateStageCommand.d.ts +19 -0
- package/dist-types/commands/UpdateUsageCommand.d.ts +19 -0
- package/dist-types/commands/UpdateUsagePlanCommand.d.ts +19 -0
- package/dist-types/commands/UpdateVpcLinkCommand.d.ts +19 -0
- package/package.json +36 -41
|
@@ -29,6 +29,22 @@ export interface DeleteIntegrationResponseCommandOutput extends __MetadataBearer
|
|
|
29
29
|
* @see {@link DeleteIntegrationResponseCommandOutput} 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 NotFoundException} (client fault)
|
|
39
|
+
* <p>The requested resource is not found. Make sure that the request URI is correct.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* <p>The request has reached its throttling limit. Retry after the specified time period.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
45
|
+
* <p>The request is denied because the caller has insufficient permissions.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class DeleteIntegrationResponseCommand extends $Command<DeleteIntegrationResponseCommandInput, DeleteIntegrationResponseCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteIntegrationResponseCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface DeleteMethodCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteMethodCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link ConflictException} (client fault)
|
|
33
|
+
* <p>The request configuration has conflicts. For details, see the accompanying error message.</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 DeleteMethodCommand extends $Command<DeleteMethodCommandInput, DeleteMethodCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: DeleteMethodCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteMethodResponseCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteMethodResponseCommandOutput} 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 NotFoundException} (client fault)
|
|
39
|
+
* <p>The requested resource is not found. Make sure that the request URI is correct.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* <p>The request has reached its throttling limit. Retry after the specified time period.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
45
|
+
* <p>The request is denied because the caller has insufficient permissions.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class DeleteMethodResponseCommand extends $Command<DeleteMethodResponseCommandInput, DeleteMethodResponseCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteMethodResponseCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteModelCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteModelCommandOutput} 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 NotFoundException} (client fault)
|
|
39
|
+
* <p>The requested resource is not found. Make sure that the request URI is correct.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* <p>The request has reached its throttling limit. Retry after the specified time period.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
45
|
+
* <p>The request is denied because the caller has insufficient permissions.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class DeleteModelCommand extends $Command<DeleteModelCommandInput, DeleteModelCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteModelCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteRequestValidatorCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteRequestValidatorCommandOutput} 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 NotFoundException} (client fault)
|
|
39
|
+
* <p>The requested resource is not found. Make sure that the request URI is correct.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* <p>The request has reached its throttling limit. Retry after the specified time period.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
45
|
+
* <p>The request is denied because the caller has insufficient permissions.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class DeleteRequestValidatorCommand extends $Command<DeleteRequestValidatorCommandInput, DeleteRequestValidatorCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteRequestValidatorCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteResourceCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteResourceCommandOutput} 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 NotFoundException} (client fault)
|
|
39
|
+
* <p>The requested resource is not found. Make sure that the request URI is correct.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* <p>The request has reached its throttling limit. Retry after the specified time period.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
45
|
+
* <p>The request is denied because the caller has insufficient permissions.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class DeleteResourceCommand extends $Command<DeleteResourceCommandInput, DeleteResourceCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteResourceCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteRestApiCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteRestApiCommandOutput} 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 NotFoundException} (client fault)
|
|
39
|
+
* <p>The requested resource is not found. Make sure that the request URI is correct.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* <p>The request has reached its throttling limit. Retry after the specified time period.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
45
|
+
* <p>The request is denied because the caller has insufficient permissions.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class DeleteRestApiCommand extends $Command<DeleteRestApiCommandInput, DeleteRestApiCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteRestApiCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DeleteStageCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteStageCommandOutput} 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 DeleteStageCommand extends $Command<DeleteStageCommandInput, DeleteStageCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
53
|
readonly input: DeleteStageCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteUsagePlanCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteUsagePlanCommandOutput} 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 NotFoundException} (client fault)
|
|
39
|
+
* <p>The requested resource is not found. Make sure that the request URI is correct.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* <p>The request has reached its throttling limit. Retry after the specified time period.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
45
|
+
* <p>The request is denied because the caller has insufficient permissions.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class DeleteUsagePlanCommand extends $Command<DeleteUsagePlanCommandInput, DeleteUsagePlanCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteUsagePlanCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteUsagePlanKeyCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteUsagePlanKeyCommandOutput} 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 NotFoundException} (client fault)
|
|
39
|
+
* <p>The requested resource is not found. Make sure that the request URI is correct.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* <p>The request has reached its throttling limit. Retry after the specified time period.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
45
|
+
* <p>The request is denied because the caller has insufficient permissions.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class DeleteUsagePlanKeyCommand extends $Command<DeleteUsagePlanKeyCommandInput, DeleteUsagePlanKeyCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteUsagePlanKeyCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteVpcLinkCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteVpcLinkCommandOutput} 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 NotFoundException} (client fault)
|
|
39
|
+
* <p>The requested resource is not found. Make sure that the request URI is correct.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* <p>The request has reached its throttling limit. Retry after the specified time period.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
45
|
+
* <p>The request is denied because the caller has insufficient permissions.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class DeleteVpcLinkCommand extends $Command<DeleteVpcLinkCommandInput, DeleteVpcLinkCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteVpcLinkCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface FlushStageAuthorizersCacheCommandOutput extends __MetadataBeare
|
|
|
29
29
|
* @see {@link FlushStageAuthorizersCacheCommandOutput} 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 FlushStageAuthorizersCacheCommand extends $Command<FlushStageAuthorizersCacheCommandInput, FlushStageAuthorizersCacheCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
53
|
readonly input: FlushStageAuthorizersCacheCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface FlushStageCacheCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link FlushStageCacheCommandOutput} 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 FlushStageCacheCommand extends $Command<FlushStageCacheCommandInput, FlushStageCacheCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
53
|
readonly input: FlushStageCacheCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface GenerateClientCertificateCommandOutput extends ClientCertificat
|
|
|
29
29
|
* @see {@link GenerateClientCertificateCommandOutput} 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 TooManyRequestsException} (client fault)
|
|
42
|
+
* <p>The request has reached its throttling limit. Retry after the specified time period.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
45
|
+
* <p>The request is denied because the caller has insufficient permissions.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class GenerateClientCertificateCommand extends $Command<GenerateClientCertificateCommandInput, GenerateClientCertificateCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
50
|
readonly input: GenerateClientCertificateCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetAccountCommandOutput extends Account, __MetadataBearer {
|
|
|
29
29
|
* @see {@link GetAccountCommandOutput} 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 GetAccountCommand extends $Command<GetAccountCommandInput, GetAccountCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetAccountCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetApiKeyCommandOutput extends ApiKey, __MetadataBearer {
|
|
|
29
29
|
* @see {@link GetApiKeyCommandOutput} 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 GetApiKeyCommand extends $Command<GetApiKeyCommandInput, GetApiKeyCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetApiKeyCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetApiKeysCommandOutput extends ApiKeys, __MetadataBearer {
|
|
|
29
29
|
* @see {@link GetApiKeysCommandOutput} 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 GetApiKeysCommand extends $Command<GetApiKeysCommandInput, GetApiKeysCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetApiKeysCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetAuthorizerCommandOutput extends Authorizer, __MetadataBearer
|
|
|
29
29
|
* @see {@link GetAuthorizerCommandOutput} 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 GetAuthorizerCommand extends $Command<GetAuthorizerCommandInput, GetAuthorizerCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetAuthorizerCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetAuthorizersCommandOutput extends Authorizers, __MetadataBear
|
|
|
29
29
|
* @see {@link GetAuthorizersCommandOutput} 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 GetAuthorizersCommand extends $Command<GetAuthorizersCommandInput, GetAuthorizersCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetAuthorizersCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetBasePathMappingCommandOutput extends BasePathMapping, __Meta
|
|
|
29
29
|
* @see {@link GetBasePathMappingCommandOutput} 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 GetBasePathMappingCommand extends $Command<GetBasePathMappingCommandInput, GetBasePathMappingCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetBasePathMappingCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetBasePathMappingsCommandOutput extends BasePathMappings, __Me
|
|
|
29
29
|
* @see {@link GetBasePathMappingsCommandOutput} 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 GetBasePathMappingsCommand extends $Command<GetBasePathMappingsCommandInput, GetBasePathMappingsCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetBasePathMappingsCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetClientCertificateCommandOutput extends ClientCertificate, __
|
|
|
29
29
|
* @see {@link GetClientCertificateCommandOutput} 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 GetClientCertificateCommand extends $Command<GetClientCertificateCommandInput, GetClientCertificateCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetClientCertificateCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetClientCertificatesCommandOutput extends ClientCertificates,
|
|
|
29
29
|
* @see {@link GetClientCertificatesCommandOutput} 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 GetClientCertificatesCommand extends $Command<GetClientCertificatesCommandInput, GetClientCertificatesCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetClientCertificatesCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface GetDeploymentCommandOutput extends Deployment, __MetadataBearer
|
|
|
29
29
|
* @see {@link GetDeploymentCommandOutput} 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 ServiceUnavailableException} (server fault)
|
|
39
|
+
* <p>The requested service is not available. For details see the accompanying error message. Retry after the specified time period.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* <p>The request has reached its throttling limit. Retry after the specified time period.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
45
|
+
* <p>The request is denied because the caller has insufficient permissions.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class GetDeploymentCommand extends $Command<GetDeploymentCommandInput, GetDeploymentCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
50
|
readonly input: GetDeploymentCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface GetDeploymentsCommandOutput extends Deployments, __MetadataBear
|
|
|
29
29
|
* @see {@link GetDeploymentsCommandOutput} 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 ServiceUnavailableException} (server fault)
|
|
39
|
+
* <p>The requested service is not available. For details see the accompanying error message. Retry after the specified time period.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
42
|
+
* <p>The request has reached its throttling limit. Retry after the specified time period.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
45
|
+
* <p>The request is denied because the caller has insufficient permissions.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
32
48
|
*/
|
|
33
49
|
export declare class GetDeploymentsCommand extends $Command<GetDeploymentsCommandInput, GetDeploymentsCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
50
|
readonly input: GetDeploymentsCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetDocumentationPartCommandOutput extends DocumentationPart, __
|
|
|
29
29
|
* @see {@link GetDocumentationPartCommandOutput} 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 GetDocumentationPartCommand extends $Command<GetDocumentationPartCommandInput, GetDocumentationPartCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetDocumentationPartCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetDocumentationPartsCommandOutput extends DocumentationParts,
|
|
|
29
29
|
* @see {@link GetDocumentationPartsCommandOutput} 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 GetDocumentationPartsCommand extends $Command<GetDocumentationPartsCommandInput, GetDocumentationPartsCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetDocumentationPartsCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface GetDocumentationVersionCommandOutput extends DocumentationVersi
|
|
|
29
29
|
* @see {@link GetDocumentationVersionCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link APIGatewayClientResolvedConfig | config} for APIGatewayClient's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link NotFoundException} (client fault)
|
|
33
|
+
* <p>The requested resource is not found. Make sure that the request URI is correct.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link TooManyRequestsException} (client fault)
|
|
36
|
+
* <p>The request has reached its throttling limit. Retry after the specified time period.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link UnauthorizedException} (client fault)
|
|
39
|
+
* <p>The request is denied because the caller has insufficient permissions.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class GetDocumentationVersionCommand extends $Command<GetDocumentationVersionCommandInput, GetDocumentationVersionCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
44
|
readonly input: GetDocumentationVersionCommandInput;
|