@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,19 @@ export interface GetDocumentationVersionsCommandOutput extends DocumentationVers
|
|
|
29
29
|
* @see {@link GetDocumentationVersionsCommandOutput} 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 GetDocumentationVersionsCommand extends $Command<GetDocumentationVersionsCommandInput, GetDocumentationVersionsCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetDocumentationVersionsCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetDomainNameCommandOutput extends DomainName, __MetadataBearer
|
|
|
29
29
|
* @see {@link GetDomainNameCommandOutput} 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 GetDomainNameCommand extends $Command<GetDomainNameCommandInput, GetDomainNameCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetDomainNameCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetDomainNamesCommandOutput extends DomainNames, __MetadataBear
|
|
|
29
29
|
* @see {@link GetDomainNamesCommandOutput} 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 GetDomainNamesCommand extends $Command<GetDomainNamesCommandInput, GetDomainNamesCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetDomainNamesCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface GetExportCommandOutput extends ExportResponse, __MetadataBearer
|
|
|
29
29
|
* @see {@link GetExportCommandOutput} 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 GetExportCommand extends $Command<GetExportCommandInput, GetExportCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
53
|
readonly input: GetExportCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetGatewayResponseCommandOutput extends GatewayResponse, __Meta
|
|
|
29
29
|
* @see {@link GetGatewayResponseCommandOutput} 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 GetGatewayResponseCommand extends $Command<GetGatewayResponseCommandInput, GetGatewayResponseCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetGatewayResponseCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetGatewayResponsesCommandOutput extends GatewayResponses, __Me
|
|
|
29
29
|
* @see {@link GetGatewayResponsesCommandOutput} 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 GetGatewayResponsesCommand extends $Command<GetGatewayResponsesCommandInput, GetGatewayResponsesCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetGatewayResponsesCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetIntegrationCommandOutput extends Integration, __MetadataBear
|
|
|
29
29
|
* @see {@link GetIntegrationCommandOutput} 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 GetIntegrationCommand extends $Command<GetIntegrationCommandInput, GetIntegrationCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetIntegrationCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetIntegrationResponseCommandOutput extends IntegrationResponse
|
|
|
29
29
|
* @see {@link GetIntegrationResponseCommandOutput} 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 GetIntegrationResponseCommand extends $Command<GetIntegrationResponseCommandInput, GetIntegrationResponseCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetIntegrationResponseCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface GetMethodCommandOutput extends Method, __MetadataBearer {
|
|
|
29
29
|
* @see {@link GetMethodCommandOutput} 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 GetMethodCommand extends $Command<GetMethodCommandInput, GetMethodCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
44
|
readonly input: GetMethodCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface GetMethodResponseCommandOutput extends MethodResponse, __Metada
|
|
|
29
29
|
* @see {@link GetMethodResponseCommandOutput} 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 GetMethodResponseCommand extends $Command<GetMethodResponseCommandInput, GetMethodResponseCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
44
|
readonly input: GetMethodResponseCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetModelCommandOutput extends Model, __MetadataBearer {
|
|
|
29
29
|
* @see {@link GetModelCommandOutput} 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 GetModelCommand extends $Command<GetModelCommandInput, GetModelCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetModelCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetModelTemplateCommandOutput extends Template, __MetadataBeare
|
|
|
29
29
|
* @see {@link GetModelTemplateCommandOutput} 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 GetModelTemplateCommand extends $Command<GetModelTemplateCommandInput, GetModelTemplateCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetModelTemplateCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetModelsCommandOutput extends Models, __MetadataBearer {
|
|
|
29
29
|
* @see {@link GetModelsCommandOutput} 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 GetModelsCommand extends $Command<GetModelsCommandInput, GetModelsCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetModelsCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetRequestValidatorCommandOutput extends RequestValidator, __Me
|
|
|
29
29
|
* @see {@link GetRequestValidatorCommandOutput} 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 GetRequestValidatorCommand extends $Command<GetRequestValidatorCommandInput, GetRequestValidatorCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetRequestValidatorCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetRequestValidatorsCommandOutput extends RequestValidators, __
|
|
|
29
29
|
* @see {@link GetRequestValidatorsCommandOutput} 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 GetRequestValidatorsCommand extends $Command<GetRequestValidatorsCommandInput, GetRequestValidatorsCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetRequestValidatorsCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface GetResourceCommandOutput extends Resource, __MetadataBearer {
|
|
|
29
29
|
* @see {@link GetResourceCommandOutput} 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 GetResourceCommand extends $Command<GetResourceCommandInput, GetResourceCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
44
|
readonly input: GetResourceCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetResourcesCommandOutput extends Resources, __MetadataBearer {
|
|
|
29
29
|
* @see {@link GetResourcesCommandOutput} 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 GetResourcesCommand extends $Command<GetResourcesCommandInput, GetResourcesCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetResourcesCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetRestApiCommandOutput extends RestApi, __MetadataBearer {
|
|
|
29
29
|
* @see {@link GetRestApiCommandOutput} 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 GetRestApiCommand extends $Command<GetRestApiCommandInput, GetRestApiCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetRestApiCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetRestApisCommandOutput extends RestApis, __MetadataBearer {
|
|
|
29
29
|
* @see {@link GetRestApisCommandOutput} 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 GetRestApisCommand extends $Command<GetRestApisCommandInput, GetRestApisCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetRestApisCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface GetSdkCommandOutput extends SdkResponse, __MetadataBearer {
|
|
|
29
29
|
* @see {@link GetSdkCommandOutput} 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 GetSdkCommand extends $Command<GetSdkCommandInput, GetSdkCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
53
|
readonly input: GetSdkCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetSdkTypeCommandOutput extends SdkType, __MetadataBearer {
|
|
|
29
29
|
* @see {@link GetSdkTypeCommandOutput} 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 GetSdkTypeCommand extends $Command<GetSdkTypeCommandInput, GetSdkTypeCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetSdkTypeCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetSdkTypesCommandOutput extends SdkTypes, __MetadataBearer {
|
|
|
29
29
|
* @see {@link GetSdkTypesCommandOutput} 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 GetSdkTypesCommand extends $Command<GetSdkTypesCommandInput, GetSdkTypesCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetSdkTypesCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface GetStageCommandOutput extends Stage, __MetadataBearer {
|
|
|
29
29
|
* @see {@link GetStageCommandOutput} 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 GetStageCommand extends $Command<GetStageCommandInput, GetStageCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
53
|
readonly input: GetStageCommandInput;
|
|
@@ -29,6 +29,25 @@ export interface GetStagesCommandOutput extends Stages, __MetadataBearer {
|
|
|
29
29
|
* @see {@link GetStagesCommandOutput} 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 GetStagesCommand extends $Command<GetStagesCommandInput, GetStagesCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
53
|
readonly input: GetStagesCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetTagsCommandOutput extends Tags, __MetadataBearer {
|
|
|
29
29
|
* @see {@link GetTagsCommandOutput} 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 GetTagsCommand extends $Command<GetTagsCommandInput, GetTagsCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetTagsCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetUsageCommandOutput extends Usage, __MetadataBearer {
|
|
|
29
29
|
* @see {@link GetUsageCommandOutput} 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 GetUsageCommand extends $Command<GetUsageCommandInput, GetUsageCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetUsageCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetUsagePlanCommandOutput extends UsagePlan, __MetadataBearer {
|
|
|
29
29
|
* @see {@link GetUsagePlanCommandOutput} 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 GetUsagePlanCommand extends $Command<GetUsagePlanCommandInput, GetUsagePlanCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetUsagePlanCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetUsagePlanKeyCommandOutput extends UsagePlanKey, __MetadataBe
|
|
|
29
29
|
* @see {@link GetUsagePlanKeyCommandOutput} 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 GetUsagePlanKeyCommand extends $Command<GetUsagePlanKeyCommandInput, GetUsagePlanKeyCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetUsagePlanKeyCommandInput;
|
|
@@ -29,6 +29,19 @@ export interface GetUsagePlanKeysCommandOutput extends UsagePlanKeys, __Metadata
|
|
|
29
29
|
* @see {@link GetUsagePlanKeysCommandOutput} 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 GetUsagePlanKeysCommand extends $Command<GetUsagePlanKeysCommandInput, GetUsagePlanKeysCommandOutput, APIGatewayClientResolvedConfig> {
|
|
34
47
|
readonly input: GetUsagePlanKeysCommandInput;
|