@aws-sdk/client-api-gateway 3.489.0 → 3.495.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-cjs/APIGateway.js +1 -251
- package/dist-cjs/APIGatewayClient.js +1 -45
- package/dist-cjs/auth/httpAuthExtensionConfiguration.js +1 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
- package/dist-cjs/commands/CreateApiKeyCommand.js +1 -28
- package/dist-cjs/commands/CreateAuthorizerCommand.js +1 -28
- package/dist-cjs/commands/CreateBasePathMappingCommand.js +1 -28
- package/dist-cjs/commands/CreateDeploymentCommand.js +1 -28
- package/dist-cjs/commands/CreateDocumentationPartCommand.js +1 -28
- package/dist-cjs/commands/CreateDocumentationVersionCommand.js +1 -28
- package/dist-cjs/commands/CreateDomainNameCommand.js +1 -28
- package/dist-cjs/commands/CreateModelCommand.js +1 -28
- package/dist-cjs/commands/CreateRequestValidatorCommand.js +1 -28
- package/dist-cjs/commands/CreateResourceCommand.js +1 -28
- package/dist-cjs/commands/CreateRestApiCommand.js +1 -28
- package/dist-cjs/commands/CreateStageCommand.js +1 -28
- package/dist-cjs/commands/CreateUsagePlanCommand.js +1 -28
- package/dist-cjs/commands/CreateUsagePlanKeyCommand.js +1 -28
- package/dist-cjs/commands/CreateVpcLinkCommand.js +1 -28
- package/dist-cjs/commands/DeleteApiKeyCommand.js +1 -28
- package/dist-cjs/commands/DeleteAuthorizerCommand.js +1 -28
- package/dist-cjs/commands/DeleteBasePathMappingCommand.js +1 -28
- package/dist-cjs/commands/DeleteClientCertificateCommand.js +1 -28
- package/dist-cjs/commands/DeleteDeploymentCommand.js +1 -28
- package/dist-cjs/commands/DeleteDocumentationPartCommand.js +1 -28
- package/dist-cjs/commands/DeleteDocumentationVersionCommand.js +1 -28
- package/dist-cjs/commands/DeleteDomainNameCommand.js +1 -28
- package/dist-cjs/commands/DeleteGatewayResponseCommand.js +1 -28
- package/dist-cjs/commands/DeleteIntegrationCommand.js +1 -28
- package/dist-cjs/commands/DeleteIntegrationResponseCommand.js +1 -28
- package/dist-cjs/commands/DeleteMethodCommand.js +1 -28
- package/dist-cjs/commands/DeleteMethodResponseCommand.js +1 -28
- package/dist-cjs/commands/DeleteModelCommand.js +1 -28
- package/dist-cjs/commands/DeleteRequestValidatorCommand.js +1 -28
- package/dist-cjs/commands/DeleteResourceCommand.js +1 -28
- package/dist-cjs/commands/DeleteRestApiCommand.js +1 -28
- package/dist-cjs/commands/DeleteStageCommand.js +1 -28
- package/dist-cjs/commands/DeleteUsagePlanCommand.js +1 -28
- package/dist-cjs/commands/DeleteUsagePlanKeyCommand.js +1 -28
- package/dist-cjs/commands/DeleteVpcLinkCommand.js +1 -28
- package/dist-cjs/commands/FlushStageAuthorizersCacheCommand.js +1 -28
- package/dist-cjs/commands/FlushStageCacheCommand.js +1 -28
- package/dist-cjs/commands/GenerateClientCertificateCommand.js +1 -28
- package/dist-cjs/commands/GetAccountCommand.js +1 -28
- package/dist-cjs/commands/GetApiKeyCommand.js +1 -28
- package/dist-cjs/commands/GetApiKeysCommand.js +1 -28
- package/dist-cjs/commands/GetAuthorizerCommand.js +1 -28
- package/dist-cjs/commands/GetAuthorizersCommand.js +1 -28
- package/dist-cjs/commands/GetBasePathMappingCommand.js +1 -28
- package/dist-cjs/commands/GetBasePathMappingsCommand.js +1 -28
- package/dist-cjs/commands/GetClientCertificateCommand.js +1 -28
- package/dist-cjs/commands/GetClientCertificatesCommand.js +1 -28
- package/dist-cjs/commands/GetDeploymentCommand.js +1 -28
- package/dist-cjs/commands/GetDeploymentsCommand.js +1 -28
- package/dist-cjs/commands/GetDocumentationPartCommand.js +1 -28
- package/dist-cjs/commands/GetDocumentationPartsCommand.js +1 -28
- package/dist-cjs/commands/GetDocumentationVersionCommand.js +1 -28
- package/dist-cjs/commands/GetDocumentationVersionsCommand.js +1 -28
- package/dist-cjs/commands/GetDomainNameCommand.js +1 -28
- package/dist-cjs/commands/GetDomainNamesCommand.js +1 -28
- package/dist-cjs/commands/GetExportCommand.js +1 -28
- package/dist-cjs/commands/GetGatewayResponseCommand.js +1 -28
- package/dist-cjs/commands/GetGatewayResponsesCommand.js +1 -28
- package/dist-cjs/commands/GetIntegrationCommand.js +1 -28
- package/dist-cjs/commands/GetIntegrationResponseCommand.js +1 -28
- package/dist-cjs/commands/GetMethodCommand.js +1 -28
- package/dist-cjs/commands/GetMethodResponseCommand.js +1 -28
- package/dist-cjs/commands/GetModelCommand.js +1 -28
- package/dist-cjs/commands/GetModelTemplateCommand.js +1 -28
- package/dist-cjs/commands/GetModelsCommand.js +1 -28
- package/dist-cjs/commands/GetRequestValidatorCommand.js +1 -28
- package/dist-cjs/commands/GetRequestValidatorsCommand.js +1 -28
- package/dist-cjs/commands/GetResourceCommand.js +1 -28
- package/dist-cjs/commands/GetResourcesCommand.js +1 -28
- package/dist-cjs/commands/GetRestApiCommand.js +1 -28
- package/dist-cjs/commands/GetRestApisCommand.js +1 -28
- package/dist-cjs/commands/GetSdkCommand.js +1 -28
- package/dist-cjs/commands/GetSdkTypeCommand.js +1 -28
- package/dist-cjs/commands/GetSdkTypesCommand.js +1 -28
- package/dist-cjs/commands/GetStageCommand.js +1 -28
- package/dist-cjs/commands/GetStagesCommand.js +1 -28
- package/dist-cjs/commands/GetTagsCommand.js +1 -28
- package/dist-cjs/commands/GetUsageCommand.js +1 -28
- package/dist-cjs/commands/GetUsagePlanCommand.js +1 -28
- package/dist-cjs/commands/GetUsagePlanKeyCommand.js +1 -28
- package/dist-cjs/commands/GetUsagePlanKeysCommand.js +1 -28
- package/dist-cjs/commands/GetUsagePlansCommand.js +1 -28
- package/dist-cjs/commands/GetVpcLinkCommand.js +1 -28
- package/dist-cjs/commands/GetVpcLinksCommand.js +1 -28
- package/dist-cjs/commands/ImportApiKeysCommand.js +1 -28
- package/dist-cjs/commands/ImportDocumentationPartsCommand.js +1 -28
- package/dist-cjs/commands/ImportRestApiCommand.js +1 -28
- package/dist-cjs/commands/PutGatewayResponseCommand.js +1 -28
- package/dist-cjs/commands/PutIntegrationCommand.js +1 -28
- package/dist-cjs/commands/PutIntegrationResponseCommand.js +1 -28
- package/dist-cjs/commands/PutMethodCommand.js +1 -28
- package/dist-cjs/commands/PutMethodResponseCommand.js +1 -28
- package/dist-cjs/commands/PutRestApiCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/TestInvokeAuthorizerCommand.js +1 -28
- package/dist-cjs/commands/TestInvokeMethodCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateAccountCommand.js +1 -28
- package/dist-cjs/commands/UpdateApiKeyCommand.js +1 -28
- package/dist-cjs/commands/UpdateAuthorizerCommand.js +1 -28
- package/dist-cjs/commands/UpdateBasePathMappingCommand.js +1 -28
- package/dist-cjs/commands/UpdateClientCertificateCommand.js +1 -28
- package/dist-cjs/commands/UpdateDeploymentCommand.js +1 -28
- package/dist-cjs/commands/UpdateDocumentationPartCommand.js +1 -28
- package/dist-cjs/commands/UpdateDocumentationVersionCommand.js +1 -28
- package/dist-cjs/commands/UpdateDomainNameCommand.js +1 -28
- package/dist-cjs/commands/UpdateGatewayResponseCommand.js +1 -28
- package/dist-cjs/commands/UpdateIntegrationCommand.js +1 -28
- package/dist-cjs/commands/UpdateIntegrationResponseCommand.js +1 -28
- package/dist-cjs/commands/UpdateMethodCommand.js +1 -28
- package/dist-cjs/commands/UpdateMethodResponseCommand.js +1 -28
- package/dist-cjs/commands/UpdateModelCommand.js +1 -28
- package/dist-cjs/commands/UpdateRequestValidatorCommand.js +1 -28
- package/dist-cjs/commands/UpdateResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateRestApiCommand.js +1 -28
- package/dist-cjs/commands/UpdateStageCommand.js +1 -28
- package/dist-cjs/commands/UpdateUsageCommand.js +1 -28
- package/dist-cjs/commands/UpdateUsagePlanCommand.js +1 -28
- package/dist-cjs/commands/UpdateVpcLinkCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -123
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +10968 -11
- package/dist-cjs/models/APIGatewayServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -227
- package/dist-cjs/pagination/GetApiKeysPaginator.js +1 -7
- package/dist-cjs/pagination/GetBasePathMappingsPaginator.js +1 -7
- package/dist-cjs/pagination/GetClientCertificatesPaginator.js +1 -7
- package/dist-cjs/pagination/GetDeploymentsPaginator.js +1 -7
- package/dist-cjs/pagination/GetDomainNamesPaginator.js +1 -7
- package/dist-cjs/pagination/GetModelsPaginator.js +1 -7
- package/dist-cjs/pagination/GetResourcesPaginator.js +1 -7
- package/dist-cjs/pagination/GetRestApisPaginator.js +1 -7
- package/dist-cjs/pagination/GetUsagePaginator.js +1 -7
- package/dist-cjs/pagination/GetUsagePlanKeysPaginator.js +1 -7
- package/dist-cjs/pagination/GetUsagePlansPaginator.js +1 -7
- package/dist-cjs/pagination/GetVpcLinksPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/index.js +1 -16
- package/dist-cjs/protocols/Aws_restJson1.js +1 -8157
- package/dist-cjs/runtimeConfig.shared.js +10 -0
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/dist-es/APIGatewayClient.js +17 -4
- package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
- package/dist-es/runtimeConfig.shared.js +10 -0
- package/dist-es/runtimeExtensions.js +3 -0
- package/dist-types/APIGatewayClient.d.ts +13 -11
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/dist-types/extensionConfiguration.d.ts +2 -1
- package/dist-types/runtimeConfig.browser.d.ts +6 -6
- package/dist-types/runtimeConfig.d.ts +5 -3
- package/dist-types/runtimeConfig.native.d.ts +6 -4
- package/dist-types/runtimeConfig.shared.d.ts +2 -0
- package/dist-types/ts3.4/APIGatewayClient.d.ts +11 -9
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
- package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -8
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -0
- package/package.json +42 -42
|
@@ -1,12 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.APIGatewayServiceException = exports.__ServiceException = void 0;
|
|
4
|
-
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
|
-
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
6
|
-
class APIGatewayServiceException extends smithy_client_1.ServiceException {
|
|
7
|
-
constructor(options) {
|
|
8
|
-
super(options);
|
|
9
|
-
Object.setPrototypeOf(this, APIGatewayServiceException.prototype);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
exports.APIGatewayServiceException = APIGatewayServiceException;
|
|
1
|
+
module.exports = require("../index.js");
|
package/dist-cjs/models/index.js
CHANGED
|
@@ -1,227 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Op = exports.PutMode = exports.LocationStatusType = exports.GatewayResponseType = exports.VpcLinkStatus = exports.QuotaPeriodType = exports.UnauthorizedCacheControlHeaderStrategy = exports.CacheClusterStatus = exports.IntegrationType = exports.ContentHandlingStrategy = exports.ConnectionType = exports.DomainNameStatus = exports.SecurityPolicy = exports.EndpointType = exports.DocumentationPartType = exports.ServiceUnavailableException = exports.CacheClusterSize = exports.UnauthorizedException = exports.TooManyRequestsException = exports.NotFoundException = exports.LimitExceededException = exports.ConflictException = exports.BadRequestException = exports.AuthorizerType = exports.ApiKeySourceType = exports.ApiKeysFormat = void 0;
|
|
4
|
-
const APIGatewayServiceException_1 = require("./APIGatewayServiceException");
|
|
5
|
-
exports.ApiKeysFormat = {
|
|
6
|
-
csv: "csv",
|
|
7
|
-
};
|
|
8
|
-
exports.ApiKeySourceType = {
|
|
9
|
-
AUTHORIZER: "AUTHORIZER",
|
|
10
|
-
HEADER: "HEADER",
|
|
11
|
-
};
|
|
12
|
-
exports.AuthorizerType = {
|
|
13
|
-
COGNITO_USER_POOLS: "COGNITO_USER_POOLS",
|
|
14
|
-
REQUEST: "REQUEST",
|
|
15
|
-
TOKEN: "TOKEN",
|
|
16
|
-
};
|
|
17
|
-
class BadRequestException extends APIGatewayServiceException_1.APIGatewayServiceException {
|
|
18
|
-
constructor(opts) {
|
|
19
|
-
super({
|
|
20
|
-
name: "BadRequestException",
|
|
21
|
-
$fault: "client",
|
|
22
|
-
...opts,
|
|
23
|
-
});
|
|
24
|
-
this.name = "BadRequestException";
|
|
25
|
-
this.$fault = "client";
|
|
26
|
-
Object.setPrototypeOf(this, BadRequestException.prototype);
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
exports.BadRequestException = BadRequestException;
|
|
30
|
-
class ConflictException extends APIGatewayServiceException_1.APIGatewayServiceException {
|
|
31
|
-
constructor(opts) {
|
|
32
|
-
super({
|
|
33
|
-
name: "ConflictException",
|
|
34
|
-
$fault: "client",
|
|
35
|
-
...opts,
|
|
36
|
-
});
|
|
37
|
-
this.name = "ConflictException";
|
|
38
|
-
this.$fault = "client";
|
|
39
|
-
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
exports.ConflictException = ConflictException;
|
|
43
|
-
class LimitExceededException extends APIGatewayServiceException_1.APIGatewayServiceException {
|
|
44
|
-
constructor(opts) {
|
|
45
|
-
super({
|
|
46
|
-
name: "LimitExceededException",
|
|
47
|
-
$fault: "client",
|
|
48
|
-
...opts,
|
|
49
|
-
});
|
|
50
|
-
this.name = "LimitExceededException";
|
|
51
|
-
this.$fault = "client";
|
|
52
|
-
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
53
|
-
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
exports.LimitExceededException = LimitExceededException;
|
|
57
|
-
class NotFoundException extends APIGatewayServiceException_1.APIGatewayServiceException {
|
|
58
|
-
constructor(opts) {
|
|
59
|
-
super({
|
|
60
|
-
name: "NotFoundException",
|
|
61
|
-
$fault: "client",
|
|
62
|
-
...opts,
|
|
63
|
-
});
|
|
64
|
-
this.name = "NotFoundException";
|
|
65
|
-
this.$fault = "client";
|
|
66
|
-
Object.setPrototypeOf(this, NotFoundException.prototype);
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
exports.NotFoundException = NotFoundException;
|
|
70
|
-
class TooManyRequestsException extends APIGatewayServiceException_1.APIGatewayServiceException {
|
|
71
|
-
constructor(opts) {
|
|
72
|
-
super({
|
|
73
|
-
name: "TooManyRequestsException",
|
|
74
|
-
$fault: "client",
|
|
75
|
-
...opts,
|
|
76
|
-
});
|
|
77
|
-
this.name = "TooManyRequestsException";
|
|
78
|
-
this.$fault = "client";
|
|
79
|
-
Object.setPrototypeOf(this, TooManyRequestsException.prototype);
|
|
80
|
-
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
exports.TooManyRequestsException = TooManyRequestsException;
|
|
84
|
-
class UnauthorizedException extends APIGatewayServiceException_1.APIGatewayServiceException {
|
|
85
|
-
constructor(opts) {
|
|
86
|
-
super({
|
|
87
|
-
name: "UnauthorizedException",
|
|
88
|
-
$fault: "client",
|
|
89
|
-
...opts,
|
|
90
|
-
});
|
|
91
|
-
this.name = "UnauthorizedException";
|
|
92
|
-
this.$fault = "client";
|
|
93
|
-
Object.setPrototypeOf(this, UnauthorizedException.prototype);
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
exports.UnauthorizedException = UnauthorizedException;
|
|
97
|
-
exports.CacheClusterSize = {
|
|
98
|
-
SIZE_0_POINT_5_GB: "0.5",
|
|
99
|
-
SIZE_118_GB: "118",
|
|
100
|
-
SIZE_13_POINT_5_GB: "13.5",
|
|
101
|
-
SIZE_1_POINT_6_GB: "1.6",
|
|
102
|
-
SIZE_237_GB: "237",
|
|
103
|
-
SIZE_28_POINT_4_GB: "28.4",
|
|
104
|
-
SIZE_58_POINT_2_GB: "58.2",
|
|
105
|
-
SIZE_6_POINT_1_GB: "6.1",
|
|
106
|
-
};
|
|
107
|
-
class ServiceUnavailableException extends APIGatewayServiceException_1.APIGatewayServiceException {
|
|
108
|
-
constructor(opts) {
|
|
109
|
-
super({
|
|
110
|
-
name: "ServiceUnavailableException",
|
|
111
|
-
$fault: "server",
|
|
112
|
-
...opts,
|
|
113
|
-
});
|
|
114
|
-
this.name = "ServiceUnavailableException";
|
|
115
|
-
this.$fault = "server";
|
|
116
|
-
Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
|
|
117
|
-
this.retryAfterSeconds = opts.retryAfterSeconds;
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
exports.ServiceUnavailableException = ServiceUnavailableException;
|
|
121
|
-
exports.DocumentationPartType = {
|
|
122
|
-
API: "API",
|
|
123
|
-
AUTHORIZER: "AUTHORIZER",
|
|
124
|
-
METHOD: "METHOD",
|
|
125
|
-
MODEL: "MODEL",
|
|
126
|
-
PATH_PARAMETER: "PATH_PARAMETER",
|
|
127
|
-
QUERY_PARAMETER: "QUERY_PARAMETER",
|
|
128
|
-
REQUEST_BODY: "REQUEST_BODY",
|
|
129
|
-
REQUEST_HEADER: "REQUEST_HEADER",
|
|
130
|
-
RESOURCE: "RESOURCE",
|
|
131
|
-
RESPONSE: "RESPONSE",
|
|
132
|
-
RESPONSE_BODY: "RESPONSE_BODY",
|
|
133
|
-
RESPONSE_HEADER: "RESPONSE_HEADER",
|
|
134
|
-
};
|
|
135
|
-
exports.EndpointType = {
|
|
136
|
-
EDGE: "EDGE",
|
|
137
|
-
PRIVATE: "PRIVATE",
|
|
138
|
-
REGIONAL: "REGIONAL",
|
|
139
|
-
};
|
|
140
|
-
exports.SecurityPolicy = {
|
|
141
|
-
TLS_1_0: "TLS_1_0",
|
|
142
|
-
TLS_1_2: "TLS_1_2",
|
|
143
|
-
};
|
|
144
|
-
exports.DomainNameStatus = {
|
|
145
|
-
AVAILABLE: "AVAILABLE",
|
|
146
|
-
PENDING: "PENDING",
|
|
147
|
-
PENDING_CERTIFICATE_REIMPORT: "PENDING_CERTIFICATE_REIMPORT",
|
|
148
|
-
PENDING_OWNERSHIP_VERIFICATION: "PENDING_OWNERSHIP_VERIFICATION",
|
|
149
|
-
UPDATING: "UPDATING",
|
|
150
|
-
};
|
|
151
|
-
exports.ConnectionType = {
|
|
152
|
-
INTERNET: "INTERNET",
|
|
153
|
-
VPC_LINK: "VPC_LINK",
|
|
154
|
-
};
|
|
155
|
-
exports.ContentHandlingStrategy = {
|
|
156
|
-
CONVERT_TO_BINARY: "CONVERT_TO_BINARY",
|
|
157
|
-
CONVERT_TO_TEXT: "CONVERT_TO_TEXT",
|
|
158
|
-
};
|
|
159
|
-
exports.IntegrationType = {
|
|
160
|
-
AWS: "AWS",
|
|
161
|
-
AWS_PROXY: "AWS_PROXY",
|
|
162
|
-
HTTP: "HTTP",
|
|
163
|
-
HTTP_PROXY: "HTTP_PROXY",
|
|
164
|
-
MOCK: "MOCK",
|
|
165
|
-
};
|
|
166
|
-
exports.CacheClusterStatus = {
|
|
167
|
-
AVAILABLE: "AVAILABLE",
|
|
168
|
-
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
169
|
-
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
170
|
-
FLUSH_IN_PROGRESS: "FLUSH_IN_PROGRESS",
|
|
171
|
-
NOT_AVAILABLE: "NOT_AVAILABLE",
|
|
172
|
-
};
|
|
173
|
-
exports.UnauthorizedCacheControlHeaderStrategy = {
|
|
174
|
-
FAIL_WITH_403: "FAIL_WITH_403",
|
|
175
|
-
SUCCEED_WITHOUT_RESPONSE_HEADER: "SUCCEED_WITHOUT_RESPONSE_HEADER",
|
|
176
|
-
SUCCEED_WITH_RESPONSE_HEADER: "SUCCEED_WITH_RESPONSE_HEADER",
|
|
177
|
-
};
|
|
178
|
-
exports.QuotaPeriodType = {
|
|
179
|
-
DAY: "DAY",
|
|
180
|
-
MONTH: "MONTH",
|
|
181
|
-
WEEK: "WEEK",
|
|
182
|
-
};
|
|
183
|
-
exports.VpcLinkStatus = {
|
|
184
|
-
AVAILABLE: "AVAILABLE",
|
|
185
|
-
DELETING: "DELETING",
|
|
186
|
-
FAILED: "FAILED",
|
|
187
|
-
PENDING: "PENDING",
|
|
188
|
-
};
|
|
189
|
-
exports.GatewayResponseType = {
|
|
190
|
-
ACCESS_DENIED: "ACCESS_DENIED",
|
|
191
|
-
API_CONFIGURATION_ERROR: "API_CONFIGURATION_ERROR",
|
|
192
|
-
AUTHORIZER_CONFIGURATION_ERROR: "AUTHORIZER_CONFIGURATION_ERROR",
|
|
193
|
-
AUTHORIZER_FAILURE: "AUTHORIZER_FAILURE",
|
|
194
|
-
BAD_REQUEST_BODY: "BAD_REQUEST_BODY",
|
|
195
|
-
BAD_REQUEST_PARAMETERS: "BAD_REQUEST_PARAMETERS",
|
|
196
|
-
DEFAULT_4XX: "DEFAULT_4XX",
|
|
197
|
-
DEFAULT_5XX: "DEFAULT_5XX",
|
|
198
|
-
EXPIRED_TOKEN: "EXPIRED_TOKEN",
|
|
199
|
-
INTEGRATION_FAILURE: "INTEGRATION_FAILURE",
|
|
200
|
-
INTEGRATION_TIMEOUT: "INTEGRATION_TIMEOUT",
|
|
201
|
-
INVALID_API_KEY: "INVALID_API_KEY",
|
|
202
|
-
INVALID_SIGNATURE: "INVALID_SIGNATURE",
|
|
203
|
-
MISSING_AUTHENTICATION_TOKEN: "MISSING_AUTHENTICATION_TOKEN",
|
|
204
|
-
QUOTA_EXCEEDED: "QUOTA_EXCEEDED",
|
|
205
|
-
REQUEST_TOO_LARGE: "REQUEST_TOO_LARGE",
|
|
206
|
-
RESOURCE_NOT_FOUND: "RESOURCE_NOT_FOUND",
|
|
207
|
-
THROTTLED: "THROTTLED",
|
|
208
|
-
UNAUTHORIZED: "UNAUTHORIZED",
|
|
209
|
-
UNSUPPORTED_MEDIA_TYPE: "UNSUPPORTED_MEDIA_TYPE",
|
|
210
|
-
WAF_FILTERED: "WAF_FILTERED",
|
|
211
|
-
};
|
|
212
|
-
exports.LocationStatusType = {
|
|
213
|
-
DOCUMENTED: "DOCUMENTED",
|
|
214
|
-
UNDOCUMENTED: "UNDOCUMENTED",
|
|
215
|
-
};
|
|
216
|
-
exports.PutMode = {
|
|
217
|
-
Merge: "merge",
|
|
218
|
-
Overwrite: "overwrite",
|
|
219
|
-
};
|
|
220
|
-
exports.Op = {
|
|
221
|
-
add: "add",
|
|
222
|
-
copy: "copy",
|
|
223
|
-
move: "move",
|
|
224
|
-
remove: "remove",
|
|
225
|
-
replace: "replace",
|
|
226
|
-
test: "test",
|
|
227
|
-
};
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateGetApiKeys = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const APIGatewayClient_1 = require("../APIGatewayClient");
|
|
6
|
-
const GetApiKeysCommand_1 = require("../commands/GetApiKeysCommand");
|
|
7
|
-
exports.paginateGetApiKeys = (0, core_1.createPaginator)(APIGatewayClient_1.APIGatewayClient, GetApiKeysCommand_1.GetApiKeysCommand, "position", "position", "limit");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateGetBasePathMappings = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const APIGatewayClient_1 = require("../APIGatewayClient");
|
|
6
|
-
const GetBasePathMappingsCommand_1 = require("../commands/GetBasePathMappingsCommand");
|
|
7
|
-
exports.paginateGetBasePathMappings = (0, core_1.createPaginator)(APIGatewayClient_1.APIGatewayClient, GetBasePathMappingsCommand_1.GetBasePathMappingsCommand, "position", "position", "limit");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateGetClientCertificates = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const APIGatewayClient_1 = require("../APIGatewayClient");
|
|
6
|
-
const GetClientCertificatesCommand_1 = require("../commands/GetClientCertificatesCommand");
|
|
7
|
-
exports.paginateGetClientCertificates = (0, core_1.createPaginator)(APIGatewayClient_1.APIGatewayClient, GetClientCertificatesCommand_1.GetClientCertificatesCommand, "position", "position", "limit");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateGetDeployments = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const APIGatewayClient_1 = require("../APIGatewayClient");
|
|
6
|
-
const GetDeploymentsCommand_1 = require("../commands/GetDeploymentsCommand");
|
|
7
|
-
exports.paginateGetDeployments = (0, core_1.createPaginator)(APIGatewayClient_1.APIGatewayClient, GetDeploymentsCommand_1.GetDeploymentsCommand, "position", "position", "limit");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateGetDomainNames = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const APIGatewayClient_1 = require("../APIGatewayClient");
|
|
6
|
-
const GetDomainNamesCommand_1 = require("../commands/GetDomainNamesCommand");
|
|
7
|
-
exports.paginateGetDomainNames = (0, core_1.createPaginator)(APIGatewayClient_1.APIGatewayClient, GetDomainNamesCommand_1.GetDomainNamesCommand, "position", "position", "limit");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateGetModels = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const APIGatewayClient_1 = require("../APIGatewayClient");
|
|
6
|
-
const GetModelsCommand_1 = require("../commands/GetModelsCommand");
|
|
7
|
-
exports.paginateGetModels = (0, core_1.createPaginator)(APIGatewayClient_1.APIGatewayClient, GetModelsCommand_1.GetModelsCommand, "position", "position", "limit");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateGetResources = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const APIGatewayClient_1 = require("../APIGatewayClient");
|
|
6
|
-
const GetResourcesCommand_1 = require("../commands/GetResourcesCommand");
|
|
7
|
-
exports.paginateGetResources = (0, core_1.createPaginator)(APIGatewayClient_1.APIGatewayClient, GetResourcesCommand_1.GetResourcesCommand, "position", "position", "limit");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateGetRestApis = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const APIGatewayClient_1 = require("../APIGatewayClient");
|
|
6
|
-
const GetRestApisCommand_1 = require("../commands/GetRestApisCommand");
|
|
7
|
-
exports.paginateGetRestApis = (0, core_1.createPaginator)(APIGatewayClient_1.APIGatewayClient, GetRestApisCommand_1.GetRestApisCommand, "position", "position", "limit");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateGetUsage = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const APIGatewayClient_1 = require("../APIGatewayClient");
|
|
6
|
-
const GetUsageCommand_1 = require("../commands/GetUsageCommand");
|
|
7
|
-
exports.paginateGetUsage = (0, core_1.createPaginator)(APIGatewayClient_1.APIGatewayClient, GetUsageCommand_1.GetUsageCommand, "position", "position", "limit");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateGetUsagePlanKeys = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const APIGatewayClient_1 = require("../APIGatewayClient");
|
|
6
|
-
const GetUsagePlanKeysCommand_1 = require("../commands/GetUsagePlanKeysCommand");
|
|
7
|
-
exports.paginateGetUsagePlanKeys = (0, core_1.createPaginator)(APIGatewayClient_1.APIGatewayClient, GetUsagePlanKeysCommand_1.GetUsagePlanKeysCommand, "position", "position", "limit");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateGetUsagePlans = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const APIGatewayClient_1 = require("../APIGatewayClient");
|
|
6
|
-
const GetUsagePlansCommand_1 = require("../commands/GetUsagePlansCommand");
|
|
7
|
-
exports.paginateGetUsagePlans = (0, core_1.createPaginator)(APIGatewayClient_1.APIGatewayClient, GetUsagePlansCommand_1.GetUsagePlansCommand, "position", "position", "limit");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateGetVpcLinks = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const APIGatewayClient_1 = require("../APIGatewayClient");
|
|
6
|
-
const GetVpcLinksCommand_1 = require("../commands/GetVpcLinksCommand");
|
|
7
|
-
exports.paginateGetVpcLinks = (0, core_1.createPaginator)(APIGatewayClient_1.APIGatewayClient, GetVpcLinksCommand_1.GetVpcLinksCommand, "position", "position", "limit");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,16 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./GetApiKeysPaginator"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./GetBasePathMappingsPaginator"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./GetClientCertificatesPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./GetDeploymentsPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./GetDomainNamesPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./GetModelsPaginator"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./GetResourcesPaginator"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./GetRestApisPaginator"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./GetUsagePaginator"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./GetUsagePlanKeysPaginator"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./GetUsagePlansPaginator"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./GetVpcLinksPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|