@aws-sdk/client-api-gateway 3.289.0 → 3.290.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 +30 -30
|
@@ -29,6 +29,25 @@ export interface CreateApiKeyCommandOutput extends ApiKey, __MetadataBearer {
|
|
|
29
29
|
* @see {@link CreateApiKeyCommandOutput} 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 CreateApiKeyCommand extends $Command<CreateApiKeyCommandInput, CreateApiKeyCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
53
|
readonly input: CreateApiKeyCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface CreateAuthorizerCommandOutput extends Authorizer, __MetadataBea
|
|
|
29
29
|
* @see {@link CreateAuthorizerCommandOutput} 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 CreateAuthorizerCommand extends $Command<CreateAuthorizerCommandInput, CreateAuthorizerCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
53
|
readonly input: CreateAuthorizerCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface CreateBasePathMappingCommandOutput extends BasePathMapping, __M
|
|
|
29
29
|
* @see {@link CreateBasePathMappingCommandOutput} 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 CreateBasePathMappingCommand extends $Command<CreateBasePathMappingCommandInput, CreateBasePathMappingCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
53
|
readonly input: CreateBasePathMappingCommandInput;
|
|
@@ -29,6 +29,28 @@ export interface CreateDeploymentCommandOutput extends Deployment, __MetadataBea
|
|
|
29
29
|
* @see {@link CreateDeploymentCommandOutput} 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 CreateDeploymentCommand extends $Command<CreateDeploymentCommandInput, CreateDeploymentCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
56
|
readonly input: CreateDeploymentCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface CreateDocumentationPartCommandOutput extends DocumentationPart,
|
|
|
29
29
|
* @see {@link CreateDocumentationPartCommandOutput} 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 CreateDocumentationPartCommand extends $Command<CreateDocumentationPartCommandInput, CreateDocumentationPartCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
53
|
readonly input: CreateDocumentationPartCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface CreateDocumentationVersionCommandOutput extends DocumentationVe
|
|
|
29
29
|
* @see {@link CreateDocumentationVersionCommandOutput} 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 CreateDocumentationVersionCommand extends $Command<CreateDocumentationVersionCommandInput, CreateDocumentationVersionCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
53
|
readonly input: CreateDocumentationVersionCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface CreateDomainNameCommandOutput extends DomainName, __MetadataBea
|
|
|
29
29
|
* @see {@link CreateDomainNameCommandOutput} 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 CreateDomainNameCommand extends $Command<CreateDomainNameCommandInput, CreateDomainNameCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
50
|
readonly input: CreateDomainNameCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface CreateModelCommandOutput extends Model, __MetadataBearer {
|
|
|
29
29
|
* @see {@link CreateModelCommandOutput} 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 CreateModelCommand extends $Command<CreateModelCommandInput, CreateModelCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
53
|
readonly input: CreateModelCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface CreateRequestValidatorCommandOutput extends RequestValidator, _
|
|
|
29
29
|
* @see {@link CreateRequestValidatorCommandOutput} 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 CreateRequestValidatorCommand extends $Command<CreateRequestValidatorCommandInput, CreateRequestValidatorCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
53
|
readonly input: CreateRequestValidatorCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface CreateResourceCommandOutput extends Resource, __MetadataBearer
|
|
|
29
29
|
* @see {@link CreateResourceCommandOutput} 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 CreateResourceCommand extends $Command<CreateResourceCommandInput, CreateResourceCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
53
|
readonly input: CreateResourceCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface CreateRestApiCommandOutput extends RestApi, __MetadataBearer {
|
|
|
29
29
|
* @see {@link CreateRestApiCommandOutput} 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 CreateRestApiCommand extends $Command<CreateRestApiCommandInput, CreateRestApiCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
50
|
readonly input: CreateRestApiCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface CreateStageCommandOutput extends Stage, __MetadataBearer {
|
|
|
29
29
|
* @see {@link CreateStageCommandOutput} 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 CreateStageCommand extends $Command<CreateStageCommandInput, CreateStageCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
53
|
readonly input: CreateStageCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface CreateUsagePlanCommandOutput extends UsagePlan, __MetadataBeare
|
|
|
29
29
|
* @see {@link CreateUsagePlanCommandOutput} 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 CreateUsagePlanCommand extends $Command<CreateUsagePlanCommandInput, CreateUsagePlanCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
53
|
readonly input: CreateUsagePlanCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface CreateUsagePlanKeyCommandOutput extends UsagePlanKey, __Metadat
|
|
|
29
29
|
* @see {@link CreateUsagePlanKeyCommandOutput} 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 CreateUsagePlanKeyCommand extends $Command<CreateUsagePlanKeyCommandInput, CreateUsagePlanKeyCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
53
|
readonly input: CreateUsagePlanKeyCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface CreateVpcLinkCommandOutput extends VpcLink, __MetadataBearer {
|
|
|
29
29
|
* @see {@link CreateVpcLinkCommandOutput} 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 CreateVpcLinkCommand extends $Command<CreateVpcLinkCommandInput, CreateVpcLinkCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
50
|
readonly input: CreateVpcLinkCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteApiKeyCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteApiKeyCommandOutput} 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 DeleteApiKeyCommand extends $Command<DeleteApiKeyCommandInput, DeleteApiKeyCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteApiKeyCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteAuthorizerCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteAuthorizerCommandOutput} 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 DeleteAuthorizerCommand extends $Command<DeleteAuthorizerCommandInput, DeleteAuthorizerCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteAuthorizerCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteBasePathMappingCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteBasePathMappingCommandOutput} 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 DeleteBasePathMappingCommand extends $Command<DeleteBasePathMappingCommandInput, DeleteBasePathMappingCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteBasePathMappingCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteClientCertificateCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteClientCertificateCommandOutput} 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 DeleteClientCertificateCommand extends $Command<DeleteClientCertificateCommandInput, DeleteClientCertificateCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteClientCertificateCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface DeleteDeploymentCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteDeploymentCommandOutput} 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 DeleteDeploymentCommand extends $Command<DeleteDeploymentCommandInput, DeleteDeploymentCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
53
|
readonly input: DeleteDeploymentCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteDocumentationPartCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteDocumentationPartCommandOutput} 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 DeleteDocumentationPartCommand extends $Command<DeleteDocumentationPartCommandInput, DeleteDocumentationPartCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteDocumentationPartCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteDocumentationVersionCommandOutput extends __MetadataBeare
|
|
|
29
29
|
* @see {@link DeleteDocumentationVersionCommandOutput} 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 DeleteDocumentationVersionCommand extends $Command<DeleteDocumentationVersionCommandInput, DeleteDocumentationVersionCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteDocumentationVersionCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteDomainNameCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteDomainNameCommandOutput} 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 DeleteDomainNameCommand extends $Command<DeleteDomainNameCommandInput, DeleteDomainNameCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteDomainNameCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteGatewayResponseCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteGatewayResponseCommandOutput} 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 DeleteGatewayResponseCommand extends $Command<DeleteGatewayResponseCommandInput, DeleteGatewayResponseCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteGatewayResponseCommandInput;
|
|
@@ -29,6 +29,22 @@ export interface DeleteIntegrationCommandOutput extends __MetadataBearer {
|
|
|
29
29
|
* @see {@link DeleteIntegrationCommandOutput} 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 DeleteIntegrationCommand extends $Command<DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
50
|
readonly input: DeleteIntegrationCommandInput;
|