@effect-aws/client-api-gateway 1.10.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/APIGatewayClientInstance/package.json +6 -0
- package/APIGatewayService/package.json +6 -0
- package/APIGatewayServiceConfig/package.json +6 -0
- package/Errors/package.json +6 -0
- package/LICENSE +19 -0
- package/README.md +58 -0
- package/dist/cjs/APIGatewayClientInstance.d.ts +24 -0
- package/dist/cjs/APIGatewayClientInstance.d.ts.map +1 -0
- package/dist/cjs/APIGatewayClientInstance.js +50 -0
- package/dist/cjs/APIGatewayClientInstance.js.map +1 -0
- package/dist/cjs/APIGatewayService.d.ts +538 -0
- package/dist/cjs/APIGatewayService.d.ts.map +1 -0
- package/dist/cjs/APIGatewayService.js +183 -0
- package/dist/cjs/APIGatewayService.js.map +1 -0
- package/dist/cjs/APIGatewayServiceConfig.d.ts +25 -0
- package/dist/cjs/APIGatewayServiceConfig.d.ts.map +1 -0
- package/dist/cjs/APIGatewayServiceConfig.js +35 -0
- package/dist/cjs/APIGatewayServiceConfig.js.map +1 -0
- package/dist/cjs/Errors.d.ts +14 -0
- package/dist/cjs/Errors.d.ts.map +1 -0
- package/dist/cjs/Errors.js +15 -0
- package/dist/cjs/Errors.js.map +1 -0
- package/dist/cjs/index.d.ts +39 -0
- package/dist/cjs/index.d.ts.map +1 -0
- package/dist/cjs/index.js +56 -0
- package/dist/cjs/index.js.map +1 -0
- package/dist/dts/APIGatewayClientInstance.d.ts +24 -0
- package/dist/dts/APIGatewayClientInstance.d.ts.map +1 -0
- package/dist/dts/APIGatewayService.d.ts +538 -0
- package/dist/dts/APIGatewayService.d.ts.map +1 -0
- package/dist/dts/APIGatewayServiceConfig.d.ts +25 -0
- package/dist/dts/APIGatewayServiceConfig.d.ts.map +1 -0
- package/dist/dts/Errors.d.ts +14 -0
- package/dist/dts/Errors.d.ts.map +1 -0
- package/dist/dts/index.d.ts +39 -0
- package/dist/dts/index.d.ts.map +1 -0
- package/dist/esm/APIGatewayClientInstance.js +23 -0
- package/dist/esm/APIGatewayClientInstance.js.map +1 -0
- package/dist/esm/APIGatewayService.js +156 -0
- package/dist/esm/APIGatewayService.js.map +1 -0
- package/dist/esm/APIGatewayServiceConfig.js +31 -0
- package/dist/esm/APIGatewayServiceConfig.js.map +1 -0
- package/dist/esm/Errors.js +12 -0
- package/dist/esm/Errors.js.map +1 -0
- package/dist/esm/index.js +27 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/package.json +4 -0
- package/package.json +71 -0
- package/src/APIGatewayClientInstance.ts +33 -0
- package/src/APIGatewayService.ts +2479 -0
- package/src/APIGatewayServiceConfig.ts +52 -0
- package/src/Errors.ts +32 -0
- package/src/index.ts +44 -0
|
@@ -0,0 +1,538 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @since 1.0.0
|
|
3
|
+
*/
|
|
4
|
+
import { type APIGatewayClient, type APIGatewayClientConfig, type CreateApiKeyCommandInput, type CreateApiKeyCommandOutput, type CreateAuthorizerCommandInput, type CreateAuthorizerCommandOutput, type CreateBasePathMappingCommandInput, type CreateBasePathMappingCommandOutput, type CreateDeploymentCommandInput, type CreateDeploymentCommandOutput, type CreateDocumentationPartCommandInput, type CreateDocumentationPartCommandOutput, type CreateDocumentationVersionCommandInput, type CreateDocumentationVersionCommandOutput, type CreateDomainNameAccessAssociationCommandInput, type CreateDomainNameAccessAssociationCommandOutput, type CreateDomainNameCommandInput, type CreateDomainNameCommandOutput, type CreateModelCommandInput, type CreateModelCommandOutput, type CreateRequestValidatorCommandInput, type CreateRequestValidatorCommandOutput, type CreateResourceCommandInput, type CreateResourceCommandOutput, type CreateRestApiCommandInput, type CreateRestApiCommandOutput, type CreateStageCommandInput, type CreateStageCommandOutput, type CreateUsagePlanCommandInput, type CreateUsagePlanCommandOutput, type CreateUsagePlanKeyCommandInput, type CreateUsagePlanKeyCommandOutput, type CreateVpcLinkCommandInput, type CreateVpcLinkCommandOutput, type DeleteApiKeyCommandInput, type DeleteApiKeyCommandOutput, type DeleteAuthorizerCommandInput, type DeleteAuthorizerCommandOutput, type DeleteBasePathMappingCommandInput, type DeleteBasePathMappingCommandOutput, type DeleteClientCertificateCommandInput, type DeleteClientCertificateCommandOutput, type DeleteDeploymentCommandInput, type DeleteDeploymentCommandOutput, type DeleteDocumentationPartCommandInput, type DeleteDocumentationPartCommandOutput, type DeleteDocumentationVersionCommandInput, type DeleteDocumentationVersionCommandOutput, type DeleteDomainNameAccessAssociationCommandInput, type DeleteDomainNameAccessAssociationCommandOutput, type DeleteDomainNameCommandInput, type DeleteDomainNameCommandOutput, type DeleteGatewayResponseCommandInput, type DeleteGatewayResponseCommandOutput, type DeleteIntegrationCommandInput, type DeleteIntegrationCommandOutput, type DeleteIntegrationResponseCommandInput, type DeleteIntegrationResponseCommandOutput, type DeleteMethodCommandInput, type DeleteMethodCommandOutput, type DeleteMethodResponseCommandInput, type DeleteMethodResponseCommandOutput, type DeleteModelCommandInput, type DeleteModelCommandOutput, type DeleteRequestValidatorCommandInput, type DeleteRequestValidatorCommandOutput, type DeleteResourceCommandInput, type DeleteResourceCommandOutput, type DeleteRestApiCommandInput, type DeleteRestApiCommandOutput, type DeleteStageCommandInput, type DeleteStageCommandOutput, type DeleteUsagePlanCommandInput, type DeleteUsagePlanCommandOutput, type DeleteUsagePlanKeyCommandInput, type DeleteUsagePlanKeyCommandOutput, type DeleteVpcLinkCommandInput, type DeleteVpcLinkCommandOutput, type FlushStageAuthorizersCacheCommandInput, type FlushStageAuthorizersCacheCommandOutput, type FlushStageCacheCommandInput, type FlushStageCacheCommandOutput, type GenerateClientCertificateCommandInput, type GenerateClientCertificateCommandOutput, type GetAccountCommandInput, type GetAccountCommandOutput, type GetApiKeyCommandInput, type GetApiKeyCommandOutput, type GetApiKeysCommandInput, type GetApiKeysCommandOutput, type GetAuthorizerCommandInput, type GetAuthorizerCommandOutput, type GetAuthorizersCommandInput, type GetAuthorizersCommandOutput, type GetBasePathMappingCommandInput, type GetBasePathMappingCommandOutput, type GetBasePathMappingsCommandInput, type GetBasePathMappingsCommandOutput, type GetClientCertificateCommandInput, type GetClientCertificateCommandOutput, type GetClientCertificatesCommandInput, type GetClientCertificatesCommandOutput, type GetDeploymentCommandInput, type GetDeploymentCommandOutput, type GetDeploymentsCommandInput, type GetDeploymentsCommandOutput, type GetDocumentationPartCommandInput, type GetDocumentationPartCommandOutput, type GetDocumentationPartsCommandInput, type GetDocumentationPartsCommandOutput, type GetDocumentationVersionCommandInput, type GetDocumentationVersionCommandOutput, type GetDocumentationVersionsCommandInput, type GetDocumentationVersionsCommandOutput, type GetDomainNameAccessAssociationsCommandInput, type GetDomainNameAccessAssociationsCommandOutput, type GetDomainNameCommandInput, type GetDomainNameCommandOutput, type GetDomainNamesCommandInput, type GetDomainNamesCommandOutput, type GetExportCommandInput, type GetExportCommandOutput, type GetGatewayResponseCommandInput, type GetGatewayResponseCommandOutput, type GetGatewayResponsesCommandInput, type GetGatewayResponsesCommandOutput, type GetIntegrationCommandInput, type GetIntegrationCommandOutput, type GetIntegrationResponseCommandInput, type GetIntegrationResponseCommandOutput, type GetMethodCommandInput, type GetMethodCommandOutput, type GetMethodResponseCommandInput, type GetMethodResponseCommandOutput, type GetModelCommandInput, type GetModelCommandOutput, type GetModelsCommandInput, type GetModelsCommandOutput, type GetModelTemplateCommandInput, type GetModelTemplateCommandOutput, type GetRequestValidatorCommandInput, type GetRequestValidatorCommandOutput, type GetRequestValidatorsCommandInput, type GetRequestValidatorsCommandOutput, type GetResourceCommandInput, type GetResourceCommandOutput, type GetResourcesCommandInput, type GetResourcesCommandOutput, type GetRestApiCommandInput, type GetRestApiCommandOutput, type GetRestApisCommandInput, type GetRestApisCommandOutput, type GetSdkCommandInput, type GetSdkCommandOutput, type GetSdkTypeCommandInput, type GetSdkTypeCommandOutput, type GetSdkTypesCommandInput, type GetSdkTypesCommandOutput, type GetStageCommandInput, type GetStageCommandOutput, type GetStagesCommandInput, type GetStagesCommandOutput, type GetTagsCommandInput, type GetTagsCommandOutput, type GetUsageCommandInput, type GetUsageCommandOutput, type GetUsagePlanCommandInput, type GetUsagePlanCommandOutput, type GetUsagePlanKeyCommandInput, type GetUsagePlanKeyCommandOutput, type GetUsagePlanKeysCommandInput, type GetUsagePlanKeysCommandOutput, type GetUsagePlansCommandInput, type GetUsagePlansCommandOutput, type GetVpcLinkCommandInput, type GetVpcLinkCommandOutput, type GetVpcLinksCommandInput, type GetVpcLinksCommandOutput, type ImportApiKeysCommandInput, type ImportApiKeysCommandOutput, type ImportDocumentationPartsCommandInput, type ImportDocumentationPartsCommandOutput, type ImportRestApiCommandInput, type ImportRestApiCommandOutput, type PutGatewayResponseCommandInput, type PutGatewayResponseCommandOutput, type PutIntegrationCommandInput, type PutIntegrationCommandOutput, type PutIntegrationResponseCommandInput, type PutIntegrationResponseCommandOutput, type PutMethodCommandInput, type PutMethodCommandOutput, type PutMethodResponseCommandInput, type PutMethodResponseCommandOutput, type PutRestApiCommandInput, type PutRestApiCommandOutput, type RejectDomainNameAccessAssociationCommandInput, type RejectDomainNameAccessAssociationCommandOutput, type TagResourceCommandInput, type TagResourceCommandOutput, type TestInvokeAuthorizerCommandInput, type TestInvokeAuthorizerCommandOutput, type TestInvokeMethodCommandInput, type TestInvokeMethodCommandOutput, type UntagResourceCommandInput, type UntagResourceCommandOutput, type UpdateAccountCommandInput, type UpdateAccountCommandOutput, type UpdateApiKeyCommandInput, type UpdateApiKeyCommandOutput, type UpdateAuthorizerCommandInput, type UpdateAuthorizerCommandOutput, type UpdateBasePathMappingCommandInput, type UpdateBasePathMappingCommandOutput, type UpdateClientCertificateCommandInput, type UpdateClientCertificateCommandOutput, type UpdateDeploymentCommandInput, type UpdateDeploymentCommandOutput, type UpdateDocumentationPartCommandInput, type UpdateDocumentationPartCommandOutput, type UpdateDocumentationVersionCommandInput, type UpdateDocumentationVersionCommandOutput, type UpdateDomainNameCommandInput, type UpdateDomainNameCommandOutput, type UpdateGatewayResponseCommandInput, type UpdateGatewayResponseCommandOutput, type UpdateIntegrationCommandInput, type UpdateIntegrationCommandOutput, type UpdateIntegrationResponseCommandInput, type UpdateIntegrationResponseCommandOutput, type UpdateMethodCommandInput, type UpdateMethodCommandOutput, type UpdateMethodResponseCommandInput, type UpdateMethodResponseCommandOutput, type UpdateModelCommandInput, type UpdateModelCommandOutput, type UpdateRequestValidatorCommandInput, type UpdateRequestValidatorCommandOutput, type UpdateResourceCommandInput, type UpdateResourceCommandOutput, type UpdateRestApiCommandInput, type UpdateRestApiCommandOutput, type UpdateStageCommandInput, type UpdateStageCommandOutput, type UpdateUsageCommandInput, type UpdateUsageCommandOutput, type UpdateUsagePlanCommandInput, type UpdateUsagePlanCommandOutput, type UpdateVpcLinkCommandInput, type UpdateVpcLinkCommandOutput } from "@aws-sdk/client-api-gateway";
|
|
5
|
+
import type { HttpHandlerOptions, SdkError, ServiceLogger } from "@effect-aws/commons";
|
|
6
|
+
import type { Cause } from "effect";
|
|
7
|
+
import { Effect, Layer } from "effect";
|
|
8
|
+
import * as Instance from "./APIGatewayClientInstance.js";
|
|
9
|
+
import type { BadRequestError, ConflictError, LimitExceededError, NotFoundError, ServiceUnavailableError, TooManyRequestsError, UnauthorizedError } from "./Errors.js";
|
|
10
|
+
interface APIGatewayService$ {
|
|
11
|
+
readonly _: unique symbol;
|
|
12
|
+
/**
|
|
13
|
+
* @see {@link CreateApiKeyCommand}
|
|
14
|
+
*/
|
|
15
|
+
createApiKey(args: CreateApiKeyCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateApiKeyCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
16
|
+
/**
|
|
17
|
+
* @see {@link CreateAuthorizerCommand}
|
|
18
|
+
*/
|
|
19
|
+
createAuthorizer(args: CreateAuthorizerCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateAuthorizerCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
20
|
+
/**
|
|
21
|
+
* @see {@link CreateBasePathMappingCommand}
|
|
22
|
+
*/
|
|
23
|
+
createBasePathMapping(args: CreateBasePathMappingCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateBasePathMappingCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
24
|
+
/**
|
|
25
|
+
* @see {@link CreateDeploymentCommand}
|
|
26
|
+
*/
|
|
27
|
+
createDeployment(args: CreateDeploymentCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateDeploymentCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | ServiceUnavailableError | TooManyRequestsError | UnauthorizedError>;
|
|
28
|
+
/**
|
|
29
|
+
* @see {@link CreateDocumentationPartCommand}
|
|
30
|
+
*/
|
|
31
|
+
createDocumentationPart(args: CreateDocumentationPartCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateDocumentationPartCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
32
|
+
/**
|
|
33
|
+
* @see {@link CreateDocumentationVersionCommand}
|
|
34
|
+
*/
|
|
35
|
+
createDocumentationVersion(args: CreateDocumentationVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateDocumentationVersionCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
36
|
+
/**
|
|
37
|
+
* @see {@link CreateDomainNameCommand}
|
|
38
|
+
*/
|
|
39
|
+
createDomainName(args: CreateDomainNameCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateDomainNameCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | TooManyRequestsError | UnauthorizedError>;
|
|
40
|
+
/**
|
|
41
|
+
* @see {@link CreateDomainNameAccessAssociationCommand}
|
|
42
|
+
*/
|
|
43
|
+
createDomainNameAccessAssociation(args: CreateDomainNameAccessAssociationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateDomainNameAccessAssociationCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | TooManyRequestsError | UnauthorizedError>;
|
|
44
|
+
/**
|
|
45
|
+
* @see {@link CreateModelCommand}
|
|
46
|
+
*/
|
|
47
|
+
createModel(args: CreateModelCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateModelCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
48
|
+
/**
|
|
49
|
+
* @see {@link CreateRequestValidatorCommand}
|
|
50
|
+
*/
|
|
51
|
+
createRequestValidator(args: CreateRequestValidatorCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateRequestValidatorCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
52
|
+
/**
|
|
53
|
+
* @see {@link CreateResourceCommand}
|
|
54
|
+
*/
|
|
55
|
+
createResource(args: CreateResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateResourceCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
56
|
+
/**
|
|
57
|
+
* @see {@link CreateRestApiCommand}
|
|
58
|
+
*/
|
|
59
|
+
createRestApi(args: CreateRestApiCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateRestApiCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | TooManyRequestsError | UnauthorizedError>;
|
|
60
|
+
/**
|
|
61
|
+
* @see {@link CreateStageCommand}
|
|
62
|
+
*/
|
|
63
|
+
createStage(args: CreateStageCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateStageCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
64
|
+
/**
|
|
65
|
+
* @see {@link CreateUsagePlanCommand}
|
|
66
|
+
*/
|
|
67
|
+
createUsagePlan(args: CreateUsagePlanCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateUsagePlanCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
68
|
+
/**
|
|
69
|
+
* @see {@link CreateUsagePlanKeyCommand}
|
|
70
|
+
*/
|
|
71
|
+
createUsagePlanKey(args: CreateUsagePlanKeyCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateUsagePlanKeyCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
72
|
+
/**
|
|
73
|
+
* @see {@link CreateVpcLinkCommand}
|
|
74
|
+
*/
|
|
75
|
+
createVpcLink(args: CreateVpcLinkCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateVpcLinkCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | TooManyRequestsError | UnauthorizedError>;
|
|
76
|
+
/**
|
|
77
|
+
* @see {@link DeleteApiKeyCommand}
|
|
78
|
+
*/
|
|
79
|
+
deleteApiKey(args: DeleteApiKeyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteApiKeyCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
80
|
+
/**
|
|
81
|
+
* @see {@link DeleteAuthorizerCommand}
|
|
82
|
+
*/
|
|
83
|
+
deleteAuthorizer(args: DeleteAuthorizerCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteAuthorizerCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
84
|
+
/**
|
|
85
|
+
* @see {@link DeleteBasePathMappingCommand}
|
|
86
|
+
*/
|
|
87
|
+
deleteBasePathMapping(args: DeleteBasePathMappingCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteBasePathMappingCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
88
|
+
/**
|
|
89
|
+
* @see {@link DeleteClientCertificateCommand}
|
|
90
|
+
*/
|
|
91
|
+
deleteClientCertificate(args: DeleteClientCertificateCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteClientCertificateCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
92
|
+
/**
|
|
93
|
+
* @see {@link DeleteDeploymentCommand}
|
|
94
|
+
*/
|
|
95
|
+
deleteDeployment(args: DeleteDeploymentCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDeploymentCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
96
|
+
/**
|
|
97
|
+
* @see {@link DeleteDocumentationPartCommand}
|
|
98
|
+
*/
|
|
99
|
+
deleteDocumentationPart(args: DeleteDocumentationPartCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDocumentationPartCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
100
|
+
/**
|
|
101
|
+
* @see {@link DeleteDocumentationVersionCommand}
|
|
102
|
+
*/
|
|
103
|
+
deleteDocumentationVersion(args: DeleteDocumentationVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDocumentationVersionCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
104
|
+
/**
|
|
105
|
+
* @see {@link DeleteDomainNameCommand}
|
|
106
|
+
*/
|
|
107
|
+
deleteDomainName(args: DeleteDomainNameCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDomainNameCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
108
|
+
/**
|
|
109
|
+
* @see {@link DeleteDomainNameAccessAssociationCommand}
|
|
110
|
+
*/
|
|
111
|
+
deleteDomainNameAccessAssociation(args: DeleteDomainNameAccessAssociationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDomainNameAccessAssociationCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
112
|
+
/**
|
|
113
|
+
* @see {@link DeleteGatewayResponseCommand}
|
|
114
|
+
*/
|
|
115
|
+
deleteGatewayResponse(args: DeleteGatewayResponseCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteGatewayResponseCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
116
|
+
/**
|
|
117
|
+
* @see {@link DeleteIntegrationCommand}
|
|
118
|
+
*/
|
|
119
|
+
deleteIntegration(args: DeleteIntegrationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteIntegrationCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
120
|
+
/**
|
|
121
|
+
* @see {@link DeleteIntegrationResponseCommand}
|
|
122
|
+
*/
|
|
123
|
+
deleteIntegrationResponse(args: DeleteIntegrationResponseCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteIntegrationResponseCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
124
|
+
/**
|
|
125
|
+
* @see {@link DeleteMethodCommand}
|
|
126
|
+
*/
|
|
127
|
+
deleteMethod(args: DeleteMethodCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteMethodCommandOutput, Cause.TimeoutException | SdkError | ConflictError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
128
|
+
/**
|
|
129
|
+
* @see {@link DeleteMethodResponseCommand}
|
|
130
|
+
*/
|
|
131
|
+
deleteMethodResponse(args: DeleteMethodResponseCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteMethodResponseCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
132
|
+
/**
|
|
133
|
+
* @see {@link DeleteModelCommand}
|
|
134
|
+
*/
|
|
135
|
+
deleteModel(args: DeleteModelCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteModelCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
136
|
+
/**
|
|
137
|
+
* @see {@link DeleteRequestValidatorCommand}
|
|
138
|
+
*/
|
|
139
|
+
deleteRequestValidator(args: DeleteRequestValidatorCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteRequestValidatorCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
140
|
+
/**
|
|
141
|
+
* @see {@link DeleteResourceCommand}
|
|
142
|
+
*/
|
|
143
|
+
deleteResource(args: DeleteResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteResourceCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
144
|
+
/**
|
|
145
|
+
* @see {@link DeleteRestApiCommand}
|
|
146
|
+
*/
|
|
147
|
+
deleteRestApi(args: DeleteRestApiCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteRestApiCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
148
|
+
/**
|
|
149
|
+
* @see {@link DeleteStageCommand}
|
|
150
|
+
*/
|
|
151
|
+
deleteStage(args: DeleteStageCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteStageCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
152
|
+
/**
|
|
153
|
+
* @see {@link DeleteUsagePlanCommand}
|
|
154
|
+
*/
|
|
155
|
+
deleteUsagePlan(args: DeleteUsagePlanCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteUsagePlanCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
156
|
+
/**
|
|
157
|
+
* @see {@link DeleteUsagePlanKeyCommand}
|
|
158
|
+
*/
|
|
159
|
+
deleteUsagePlanKey(args: DeleteUsagePlanKeyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteUsagePlanKeyCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
160
|
+
/**
|
|
161
|
+
* @see {@link DeleteVpcLinkCommand}
|
|
162
|
+
*/
|
|
163
|
+
deleteVpcLink(args: DeleteVpcLinkCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVpcLinkCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
164
|
+
/**
|
|
165
|
+
* @see {@link FlushStageAuthorizersCacheCommand}
|
|
166
|
+
*/
|
|
167
|
+
flushStageAuthorizersCache(args: FlushStageAuthorizersCacheCommandInput, options?: HttpHandlerOptions): Effect.Effect<FlushStageAuthorizersCacheCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
168
|
+
/**
|
|
169
|
+
* @see {@link FlushStageCacheCommand}
|
|
170
|
+
*/
|
|
171
|
+
flushStageCache(args: FlushStageCacheCommandInput, options?: HttpHandlerOptions): Effect.Effect<FlushStageCacheCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
172
|
+
/**
|
|
173
|
+
* @see {@link GenerateClientCertificateCommand}
|
|
174
|
+
*/
|
|
175
|
+
generateClientCertificate(args: GenerateClientCertificateCommandInput, options?: HttpHandlerOptions): Effect.Effect<GenerateClientCertificateCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | TooManyRequestsError | UnauthorizedError>;
|
|
176
|
+
/**
|
|
177
|
+
* @see {@link GetAccountCommand}
|
|
178
|
+
*/
|
|
179
|
+
getAccount(args: GetAccountCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAccountCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
180
|
+
/**
|
|
181
|
+
* @see {@link GetApiKeyCommand}
|
|
182
|
+
*/
|
|
183
|
+
getApiKey(args: GetApiKeyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetApiKeyCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
184
|
+
/**
|
|
185
|
+
* @see {@link GetApiKeysCommand}
|
|
186
|
+
*/
|
|
187
|
+
getApiKeys(args: GetApiKeysCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetApiKeysCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
188
|
+
/**
|
|
189
|
+
* @see {@link GetAuthorizerCommand}
|
|
190
|
+
*/
|
|
191
|
+
getAuthorizer(args: GetAuthorizerCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAuthorizerCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
192
|
+
/**
|
|
193
|
+
* @see {@link GetAuthorizersCommand}
|
|
194
|
+
*/
|
|
195
|
+
getAuthorizers(args: GetAuthorizersCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAuthorizersCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
196
|
+
/**
|
|
197
|
+
* @see {@link GetBasePathMappingCommand}
|
|
198
|
+
*/
|
|
199
|
+
getBasePathMapping(args: GetBasePathMappingCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetBasePathMappingCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
200
|
+
/**
|
|
201
|
+
* @see {@link GetBasePathMappingsCommand}
|
|
202
|
+
*/
|
|
203
|
+
getBasePathMappings(args: GetBasePathMappingsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetBasePathMappingsCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
204
|
+
/**
|
|
205
|
+
* @see {@link GetClientCertificateCommand}
|
|
206
|
+
*/
|
|
207
|
+
getClientCertificate(args: GetClientCertificateCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetClientCertificateCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
208
|
+
/**
|
|
209
|
+
* @see {@link GetClientCertificatesCommand}
|
|
210
|
+
*/
|
|
211
|
+
getClientCertificates(args: GetClientCertificatesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetClientCertificatesCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
212
|
+
/**
|
|
213
|
+
* @see {@link GetDeploymentCommand}
|
|
214
|
+
*/
|
|
215
|
+
getDeployment(args: GetDeploymentCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDeploymentCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | ServiceUnavailableError | TooManyRequestsError | UnauthorizedError>;
|
|
216
|
+
/**
|
|
217
|
+
* @see {@link GetDeploymentsCommand}
|
|
218
|
+
*/
|
|
219
|
+
getDeployments(args: GetDeploymentsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDeploymentsCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | ServiceUnavailableError | TooManyRequestsError | UnauthorizedError>;
|
|
220
|
+
/**
|
|
221
|
+
* @see {@link GetDocumentationPartCommand}
|
|
222
|
+
*/
|
|
223
|
+
getDocumentationPart(args: GetDocumentationPartCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDocumentationPartCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
224
|
+
/**
|
|
225
|
+
* @see {@link GetDocumentationPartsCommand}
|
|
226
|
+
*/
|
|
227
|
+
getDocumentationParts(args: GetDocumentationPartsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDocumentationPartsCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
228
|
+
/**
|
|
229
|
+
* @see {@link GetDocumentationVersionCommand}
|
|
230
|
+
*/
|
|
231
|
+
getDocumentationVersion(args: GetDocumentationVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDocumentationVersionCommandOutput, Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
232
|
+
/**
|
|
233
|
+
* @see {@link GetDocumentationVersionsCommand}
|
|
234
|
+
*/
|
|
235
|
+
getDocumentationVersions(args: GetDocumentationVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDocumentationVersionsCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
236
|
+
/**
|
|
237
|
+
* @see {@link GetDomainNameCommand}
|
|
238
|
+
*/
|
|
239
|
+
getDomainName(args: GetDomainNameCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDomainNameCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
240
|
+
/**
|
|
241
|
+
* @see {@link GetDomainNameAccessAssociationsCommand}
|
|
242
|
+
*/
|
|
243
|
+
getDomainNameAccessAssociations(args: GetDomainNameAccessAssociationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDomainNameAccessAssociationsCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
244
|
+
/**
|
|
245
|
+
* @see {@link GetDomainNamesCommand}
|
|
246
|
+
*/
|
|
247
|
+
getDomainNames(args: GetDomainNamesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDomainNamesCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
248
|
+
/**
|
|
249
|
+
* @see {@link GetExportCommand}
|
|
250
|
+
*/
|
|
251
|
+
getExport(args: GetExportCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetExportCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
252
|
+
/**
|
|
253
|
+
* @see {@link GetGatewayResponseCommand}
|
|
254
|
+
*/
|
|
255
|
+
getGatewayResponse(args: GetGatewayResponseCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetGatewayResponseCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
256
|
+
/**
|
|
257
|
+
* @see {@link GetGatewayResponsesCommand}
|
|
258
|
+
*/
|
|
259
|
+
getGatewayResponses(args: GetGatewayResponsesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetGatewayResponsesCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
260
|
+
/**
|
|
261
|
+
* @see {@link GetIntegrationCommand}
|
|
262
|
+
*/
|
|
263
|
+
getIntegration(args: GetIntegrationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIntegrationCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
264
|
+
/**
|
|
265
|
+
* @see {@link GetIntegrationResponseCommand}
|
|
266
|
+
*/
|
|
267
|
+
getIntegrationResponse(args: GetIntegrationResponseCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIntegrationResponseCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
268
|
+
/**
|
|
269
|
+
* @see {@link GetMethodCommand}
|
|
270
|
+
*/
|
|
271
|
+
getMethod(args: GetMethodCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetMethodCommandOutput, Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
272
|
+
/**
|
|
273
|
+
* @see {@link GetMethodResponseCommand}
|
|
274
|
+
*/
|
|
275
|
+
getMethodResponse(args: GetMethodResponseCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetMethodResponseCommandOutput, Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
276
|
+
/**
|
|
277
|
+
* @see {@link GetModelCommand}
|
|
278
|
+
*/
|
|
279
|
+
getModel(args: GetModelCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetModelCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
280
|
+
/**
|
|
281
|
+
* @see {@link GetModelTemplateCommand}
|
|
282
|
+
*/
|
|
283
|
+
getModelTemplate(args: GetModelTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetModelTemplateCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
284
|
+
/**
|
|
285
|
+
* @see {@link GetModelsCommand}
|
|
286
|
+
*/
|
|
287
|
+
getModels(args: GetModelsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetModelsCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
288
|
+
/**
|
|
289
|
+
* @see {@link GetRequestValidatorCommand}
|
|
290
|
+
*/
|
|
291
|
+
getRequestValidator(args: GetRequestValidatorCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetRequestValidatorCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
292
|
+
/**
|
|
293
|
+
* @see {@link GetRequestValidatorsCommand}
|
|
294
|
+
*/
|
|
295
|
+
getRequestValidators(args: GetRequestValidatorsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetRequestValidatorsCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
296
|
+
/**
|
|
297
|
+
* @see {@link GetResourceCommand}
|
|
298
|
+
*/
|
|
299
|
+
getResource(args: GetResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetResourceCommandOutput, Cause.TimeoutException | SdkError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
300
|
+
/**
|
|
301
|
+
* @see {@link GetResourcesCommand}
|
|
302
|
+
*/
|
|
303
|
+
getResources(args: GetResourcesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetResourcesCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
304
|
+
/**
|
|
305
|
+
* @see {@link GetRestApiCommand}
|
|
306
|
+
*/
|
|
307
|
+
getRestApi(args: GetRestApiCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetRestApiCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
308
|
+
/**
|
|
309
|
+
* @see {@link GetRestApisCommand}
|
|
310
|
+
*/
|
|
311
|
+
getRestApis(args: GetRestApisCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetRestApisCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
312
|
+
/**
|
|
313
|
+
* @see {@link GetSdkCommand}
|
|
314
|
+
*/
|
|
315
|
+
getSdk(args: GetSdkCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetSdkCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
316
|
+
/**
|
|
317
|
+
* @see {@link GetSdkTypeCommand}
|
|
318
|
+
*/
|
|
319
|
+
getSdkType(args: GetSdkTypeCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetSdkTypeCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
320
|
+
/**
|
|
321
|
+
* @see {@link GetSdkTypesCommand}
|
|
322
|
+
*/
|
|
323
|
+
getSdkTypes(args: GetSdkTypesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetSdkTypesCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
324
|
+
/**
|
|
325
|
+
* @see {@link GetStageCommand}
|
|
326
|
+
*/
|
|
327
|
+
getStage(args: GetStageCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetStageCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
328
|
+
/**
|
|
329
|
+
* @see {@link GetStagesCommand}
|
|
330
|
+
*/
|
|
331
|
+
getStages(args: GetStagesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetStagesCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
332
|
+
/**
|
|
333
|
+
* @see {@link GetTagsCommand}
|
|
334
|
+
*/
|
|
335
|
+
getTags(args: GetTagsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetTagsCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
336
|
+
/**
|
|
337
|
+
* @see {@link GetUsageCommand}
|
|
338
|
+
*/
|
|
339
|
+
getUsage(args: GetUsageCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetUsageCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
340
|
+
/**
|
|
341
|
+
* @see {@link GetUsagePlanCommand}
|
|
342
|
+
*/
|
|
343
|
+
getUsagePlan(args: GetUsagePlanCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetUsagePlanCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
344
|
+
/**
|
|
345
|
+
* @see {@link GetUsagePlanKeyCommand}
|
|
346
|
+
*/
|
|
347
|
+
getUsagePlanKey(args: GetUsagePlanKeyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetUsagePlanKeyCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
348
|
+
/**
|
|
349
|
+
* @see {@link GetUsagePlanKeysCommand}
|
|
350
|
+
*/
|
|
351
|
+
getUsagePlanKeys(args: GetUsagePlanKeysCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetUsagePlanKeysCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
352
|
+
/**
|
|
353
|
+
* @see {@link GetUsagePlansCommand}
|
|
354
|
+
*/
|
|
355
|
+
getUsagePlans(args: GetUsagePlansCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetUsagePlansCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
356
|
+
/**
|
|
357
|
+
* @see {@link GetVpcLinkCommand}
|
|
358
|
+
*/
|
|
359
|
+
getVpcLink(args: GetVpcLinkCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetVpcLinkCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
360
|
+
/**
|
|
361
|
+
* @see {@link GetVpcLinksCommand}
|
|
362
|
+
*/
|
|
363
|
+
getVpcLinks(args: GetVpcLinksCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetVpcLinksCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
364
|
+
/**
|
|
365
|
+
* @see {@link ImportApiKeysCommand}
|
|
366
|
+
*/
|
|
367
|
+
importApiKeys(args: ImportApiKeysCommandInput, options?: HttpHandlerOptions): Effect.Effect<ImportApiKeysCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
368
|
+
/**
|
|
369
|
+
* @see {@link ImportDocumentationPartsCommand}
|
|
370
|
+
*/
|
|
371
|
+
importDocumentationParts(args: ImportDocumentationPartsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ImportDocumentationPartsCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
372
|
+
/**
|
|
373
|
+
* @see {@link ImportRestApiCommand}
|
|
374
|
+
*/
|
|
375
|
+
importRestApi(args: ImportRestApiCommandInput, options?: HttpHandlerOptions): Effect.Effect<ImportRestApiCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
376
|
+
/**
|
|
377
|
+
* @see {@link PutGatewayResponseCommand}
|
|
378
|
+
*/
|
|
379
|
+
putGatewayResponse(args: PutGatewayResponseCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutGatewayResponseCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
380
|
+
/**
|
|
381
|
+
* @see {@link PutIntegrationCommand}
|
|
382
|
+
*/
|
|
383
|
+
putIntegration(args: PutIntegrationCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutIntegrationCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
384
|
+
/**
|
|
385
|
+
* @see {@link PutIntegrationResponseCommand}
|
|
386
|
+
*/
|
|
387
|
+
putIntegrationResponse(args: PutIntegrationResponseCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutIntegrationResponseCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
388
|
+
/**
|
|
389
|
+
* @see {@link PutMethodCommand}
|
|
390
|
+
*/
|
|
391
|
+
putMethod(args: PutMethodCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutMethodCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
392
|
+
/**
|
|
393
|
+
* @see {@link PutMethodResponseCommand}
|
|
394
|
+
*/
|
|
395
|
+
putMethodResponse(args: PutMethodResponseCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutMethodResponseCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
396
|
+
/**
|
|
397
|
+
* @see {@link PutRestApiCommand}
|
|
398
|
+
*/
|
|
399
|
+
putRestApi(args: PutRestApiCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutRestApiCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
400
|
+
/**
|
|
401
|
+
* @see {@link RejectDomainNameAccessAssociationCommand}
|
|
402
|
+
*/
|
|
403
|
+
rejectDomainNameAccessAssociation(args: RejectDomainNameAccessAssociationCommandInput, options?: HttpHandlerOptions): Effect.Effect<RejectDomainNameAccessAssociationCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
404
|
+
/**
|
|
405
|
+
* @see {@link TagResourceCommand}
|
|
406
|
+
*/
|
|
407
|
+
tagResource(args: TagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagResourceCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
408
|
+
/**
|
|
409
|
+
* @see {@link TestInvokeAuthorizerCommand}
|
|
410
|
+
*/
|
|
411
|
+
testInvokeAuthorizer(args: TestInvokeAuthorizerCommandInput, options?: HttpHandlerOptions): Effect.Effect<TestInvokeAuthorizerCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
412
|
+
/**
|
|
413
|
+
* @see {@link TestInvokeMethodCommand}
|
|
414
|
+
*/
|
|
415
|
+
testInvokeMethod(args: TestInvokeMethodCommandInput, options?: HttpHandlerOptions): Effect.Effect<TestInvokeMethodCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
416
|
+
/**
|
|
417
|
+
* @see {@link UntagResourceCommand}
|
|
418
|
+
*/
|
|
419
|
+
untagResource(args: UntagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UntagResourceCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
420
|
+
/**
|
|
421
|
+
* @see {@link UpdateAccountCommand}
|
|
422
|
+
*/
|
|
423
|
+
updateAccount(args: UpdateAccountCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAccountCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
424
|
+
/**
|
|
425
|
+
* @see {@link UpdateApiKeyCommand}
|
|
426
|
+
*/
|
|
427
|
+
updateApiKey(args: UpdateApiKeyCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateApiKeyCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
428
|
+
/**
|
|
429
|
+
* @see {@link UpdateAuthorizerCommand}
|
|
430
|
+
*/
|
|
431
|
+
updateAuthorizer(args: UpdateAuthorizerCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAuthorizerCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
432
|
+
/**
|
|
433
|
+
* @see {@link UpdateBasePathMappingCommand}
|
|
434
|
+
*/
|
|
435
|
+
updateBasePathMapping(args: UpdateBasePathMappingCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateBasePathMappingCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
436
|
+
/**
|
|
437
|
+
* @see {@link UpdateClientCertificateCommand}
|
|
438
|
+
*/
|
|
439
|
+
updateClientCertificate(args: UpdateClientCertificateCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateClientCertificateCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
440
|
+
/**
|
|
441
|
+
* @see {@link UpdateDeploymentCommand}
|
|
442
|
+
*/
|
|
443
|
+
updateDeployment(args: UpdateDeploymentCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateDeploymentCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | ServiceUnavailableError | TooManyRequestsError | UnauthorizedError>;
|
|
444
|
+
/**
|
|
445
|
+
* @see {@link UpdateDocumentationPartCommand}
|
|
446
|
+
*/
|
|
447
|
+
updateDocumentationPart(args: UpdateDocumentationPartCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateDocumentationPartCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
448
|
+
/**
|
|
449
|
+
* @see {@link UpdateDocumentationVersionCommand}
|
|
450
|
+
*/
|
|
451
|
+
updateDocumentationVersion(args: UpdateDocumentationVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateDocumentationVersionCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
452
|
+
/**
|
|
453
|
+
* @see {@link UpdateDomainNameCommand}
|
|
454
|
+
*/
|
|
455
|
+
updateDomainName(args: UpdateDomainNameCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateDomainNameCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
456
|
+
/**
|
|
457
|
+
* @see {@link UpdateGatewayResponseCommand}
|
|
458
|
+
*/
|
|
459
|
+
updateGatewayResponse(args: UpdateGatewayResponseCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateGatewayResponseCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
460
|
+
/**
|
|
461
|
+
* @see {@link UpdateIntegrationCommand}
|
|
462
|
+
*/
|
|
463
|
+
updateIntegration(args: UpdateIntegrationCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateIntegrationCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
464
|
+
/**
|
|
465
|
+
* @see {@link UpdateIntegrationResponseCommand}
|
|
466
|
+
*/
|
|
467
|
+
updateIntegrationResponse(args: UpdateIntegrationResponseCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateIntegrationResponseCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
468
|
+
/**
|
|
469
|
+
* @see {@link UpdateMethodCommand}
|
|
470
|
+
*/
|
|
471
|
+
updateMethod(args: UpdateMethodCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateMethodCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
472
|
+
/**
|
|
473
|
+
* @see {@link UpdateMethodResponseCommand}
|
|
474
|
+
*/
|
|
475
|
+
updateMethodResponse(args: UpdateMethodResponseCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateMethodResponseCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
476
|
+
/**
|
|
477
|
+
* @see {@link UpdateModelCommand}
|
|
478
|
+
*/
|
|
479
|
+
updateModel(args: UpdateModelCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateModelCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
480
|
+
/**
|
|
481
|
+
* @see {@link UpdateRequestValidatorCommand}
|
|
482
|
+
*/
|
|
483
|
+
updateRequestValidator(args: UpdateRequestValidatorCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateRequestValidatorCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
484
|
+
/**
|
|
485
|
+
* @see {@link UpdateResourceCommand}
|
|
486
|
+
*/
|
|
487
|
+
updateResource(args: UpdateResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateResourceCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
488
|
+
/**
|
|
489
|
+
* @see {@link UpdateRestApiCommand}
|
|
490
|
+
*/
|
|
491
|
+
updateRestApi(args: UpdateRestApiCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateRestApiCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
492
|
+
/**
|
|
493
|
+
* @see {@link UpdateStageCommand}
|
|
494
|
+
*/
|
|
495
|
+
updateStage(args: UpdateStageCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateStageCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
496
|
+
/**
|
|
497
|
+
* @see {@link UpdateUsageCommand}
|
|
498
|
+
*/
|
|
499
|
+
updateUsage(args: UpdateUsageCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateUsageCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
500
|
+
/**
|
|
501
|
+
* @see {@link UpdateUsagePlanCommand}
|
|
502
|
+
*/
|
|
503
|
+
updateUsagePlan(args: UpdateUsagePlanCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateUsagePlanCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
504
|
+
/**
|
|
505
|
+
* @see {@link UpdateVpcLinkCommand}
|
|
506
|
+
*/
|
|
507
|
+
updateVpcLink(args: UpdateVpcLinkCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateVpcLinkCommandOutput, Cause.TimeoutException | SdkError | BadRequestError | ConflictError | LimitExceededError | NotFoundError | TooManyRequestsError | UnauthorizedError>;
|
|
508
|
+
}
|
|
509
|
+
/**
|
|
510
|
+
* @since 1.0.0
|
|
511
|
+
* @category constructors
|
|
512
|
+
*/
|
|
513
|
+
export declare const makeAPIGatewayService: Effect.Effect<APIGatewayService$, never, Instance.APIGatewayClientInstance>;
|
|
514
|
+
declare const APIGatewayService_base: import("effect/Context").TagClass<APIGatewayService, "@effect-aws/client-api-gateway/APIGatewayService", APIGatewayService$> & Effect.Tag.Proxy<APIGatewayService, APIGatewayService$> & {
|
|
515
|
+
use: <X>(body: (_: APIGatewayService$) => X) => [X] extends [Effect.Effect<infer A, infer E, infer R>] ? Effect.Effect<A, E, APIGatewayService | R> : [X] extends [PromiseLike<infer A_1>] ? Effect.Effect<A_1, Cause.UnknownException, APIGatewayService> : Effect.Effect<X, never, APIGatewayService>;
|
|
516
|
+
};
|
|
517
|
+
/**
|
|
518
|
+
* @since 1.0.0
|
|
519
|
+
* @category models
|
|
520
|
+
*/
|
|
521
|
+
export declare class APIGatewayService extends APIGatewayService_base {
|
|
522
|
+
static readonly defaultLayer: Layer.Layer<APIGatewayService, never, never>;
|
|
523
|
+
static readonly layer: (config: APIGatewayService.Config) => Layer.Layer<APIGatewayService, never, never>;
|
|
524
|
+
static readonly baseLayer: (evaluate: (defaultConfig: APIGatewayClientConfig) => APIGatewayClient) => Layer.Layer<APIGatewayService, never, never>;
|
|
525
|
+
}
|
|
526
|
+
/**
|
|
527
|
+
* @since 1.0.0
|
|
528
|
+
*/
|
|
529
|
+
export declare namespace APIGatewayService {
|
|
530
|
+
/**
|
|
531
|
+
* @since 1.0.0
|
|
532
|
+
*/
|
|
533
|
+
interface Config extends Omit<APIGatewayClientConfig, "logger"> {
|
|
534
|
+
readonly logger?: ServiceLogger.ServiceLoggerConstructorProps | true;
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
export {};
|
|
538
|
+
//# sourceMappingURL=APIGatewayService.d.ts.map
|