@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.
Files changed (170) hide show
  1. package/dist-cjs/APIGateway.js +1 -251
  2. package/dist-cjs/APIGatewayClient.js +1 -45
  3. package/dist-cjs/auth/httpAuthExtensionConfiguration.js +1 -0
  4. package/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
  5. package/dist-cjs/commands/CreateApiKeyCommand.js +1 -28
  6. package/dist-cjs/commands/CreateAuthorizerCommand.js +1 -28
  7. package/dist-cjs/commands/CreateBasePathMappingCommand.js +1 -28
  8. package/dist-cjs/commands/CreateDeploymentCommand.js +1 -28
  9. package/dist-cjs/commands/CreateDocumentationPartCommand.js +1 -28
  10. package/dist-cjs/commands/CreateDocumentationVersionCommand.js +1 -28
  11. package/dist-cjs/commands/CreateDomainNameCommand.js +1 -28
  12. package/dist-cjs/commands/CreateModelCommand.js +1 -28
  13. package/dist-cjs/commands/CreateRequestValidatorCommand.js +1 -28
  14. package/dist-cjs/commands/CreateResourceCommand.js +1 -28
  15. package/dist-cjs/commands/CreateRestApiCommand.js +1 -28
  16. package/dist-cjs/commands/CreateStageCommand.js +1 -28
  17. package/dist-cjs/commands/CreateUsagePlanCommand.js +1 -28
  18. package/dist-cjs/commands/CreateUsagePlanKeyCommand.js +1 -28
  19. package/dist-cjs/commands/CreateVpcLinkCommand.js +1 -28
  20. package/dist-cjs/commands/DeleteApiKeyCommand.js +1 -28
  21. package/dist-cjs/commands/DeleteAuthorizerCommand.js +1 -28
  22. package/dist-cjs/commands/DeleteBasePathMappingCommand.js +1 -28
  23. package/dist-cjs/commands/DeleteClientCertificateCommand.js +1 -28
  24. package/dist-cjs/commands/DeleteDeploymentCommand.js +1 -28
  25. package/dist-cjs/commands/DeleteDocumentationPartCommand.js +1 -28
  26. package/dist-cjs/commands/DeleteDocumentationVersionCommand.js +1 -28
  27. package/dist-cjs/commands/DeleteDomainNameCommand.js +1 -28
  28. package/dist-cjs/commands/DeleteGatewayResponseCommand.js +1 -28
  29. package/dist-cjs/commands/DeleteIntegrationCommand.js +1 -28
  30. package/dist-cjs/commands/DeleteIntegrationResponseCommand.js +1 -28
  31. package/dist-cjs/commands/DeleteMethodCommand.js +1 -28
  32. package/dist-cjs/commands/DeleteMethodResponseCommand.js +1 -28
  33. package/dist-cjs/commands/DeleteModelCommand.js +1 -28
  34. package/dist-cjs/commands/DeleteRequestValidatorCommand.js +1 -28
  35. package/dist-cjs/commands/DeleteResourceCommand.js +1 -28
  36. package/dist-cjs/commands/DeleteRestApiCommand.js +1 -28
  37. package/dist-cjs/commands/DeleteStageCommand.js +1 -28
  38. package/dist-cjs/commands/DeleteUsagePlanCommand.js +1 -28
  39. package/dist-cjs/commands/DeleteUsagePlanKeyCommand.js +1 -28
  40. package/dist-cjs/commands/DeleteVpcLinkCommand.js +1 -28
  41. package/dist-cjs/commands/FlushStageAuthorizersCacheCommand.js +1 -28
  42. package/dist-cjs/commands/FlushStageCacheCommand.js +1 -28
  43. package/dist-cjs/commands/GenerateClientCertificateCommand.js +1 -28
  44. package/dist-cjs/commands/GetAccountCommand.js +1 -28
  45. package/dist-cjs/commands/GetApiKeyCommand.js +1 -28
  46. package/dist-cjs/commands/GetApiKeysCommand.js +1 -28
  47. package/dist-cjs/commands/GetAuthorizerCommand.js +1 -28
  48. package/dist-cjs/commands/GetAuthorizersCommand.js +1 -28
  49. package/dist-cjs/commands/GetBasePathMappingCommand.js +1 -28
  50. package/dist-cjs/commands/GetBasePathMappingsCommand.js +1 -28
  51. package/dist-cjs/commands/GetClientCertificateCommand.js +1 -28
  52. package/dist-cjs/commands/GetClientCertificatesCommand.js +1 -28
  53. package/dist-cjs/commands/GetDeploymentCommand.js +1 -28
  54. package/dist-cjs/commands/GetDeploymentsCommand.js +1 -28
  55. package/dist-cjs/commands/GetDocumentationPartCommand.js +1 -28
  56. package/dist-cjs/commands/GetDocumentationPartsCommand.js +1 -28
  57. package/dist-cjs/commands/GetDocumentationVersionCommand.js +1 -28
  58. package/dist-cjs/commands/GetDocumentationVersionsCommand.js +1 -28
  59. package/dist-cjs/commands/GetDomainNameCommand.js +1 -28
  60. package/dist-cjs/commands/GetDomainNamesCommand.js +1 -28
  61. package/dist-cjs/commands/GetExportCommand.js +1 -28
  62. package/dist-cjs/commands/GetGatewayResponseCommand.js +1 -28
  63. package/dist-cjs/commands/GetGatewayResponsesCommand.js +1 -28
  64. package/dist-cjs/commands/GetIntegrationCommand.js +1 -28
  65. package/dist-cjs/commands/GetIntegrationResponseCommand.js +1 -28
  66. package/dist-cjs/commands/GetMethodCommand.js +1 -28
  67. package/dist-cjs/commands/GetMethodResponseCommand.js +1 -28
  68. package/dist-cjs/commands/GetModelCommand.js +1 -28
  69. package/dist-cjs/commands/GetModelTemplateCommand.js +1 -28
  70. package/dist-cjs/commands/GetModelsCommand.js +1 -28
  71. package/dist-cjs/commands/GetRequestValidatorCommand.js +1 -28
  72. package/dist-cjs/commands/GetRequestValidatorsCommand.js +1 -28
  73. package/dist-cjs/commands/GetResourceCommand.js +1 -28
  74. package/dist-cjs/commands/GetResourcesCommand.js +1 -28
  75. package/dist-cjs/commands/GetRestApiCommand.js +1 -28
  76. package/dist-cjs/commands/GetRestApisCommand.js +1 -28
  77. package/dist-cjs/commands/GetSdkCommand.js +1 -28
  78. package/dist-cjs/commands/GetSdkTypeCommand.js +1 -28
  79. package/dist-cjs/commands/GetSdkTypesCommand.js +1 -28
  80. package/dist-cjs/commands/GetStageCommand.js +1 -28
  81. package/dist-cjs/commands/GetStagesCommand.js +1 -28
  82. package/dist-cjs/commands/GetTagsCommand.js +1 -28
  83. package/dist-cjs/commands/GetUsageCommand.js +1 -28
  84. package/dist-cjs/commands/GetUsagePlanCommand.js +1 -28
  85. package/dist-cjs/commands/GetUsagePlanKeyCommand.js +1 -28
  86. package/dist-cjs/commands/GetUsagePlanKeysCommand.js +1 -28
  87. package/dist-cjs/commands/GetUsagePlansCommand.js +1 -28
  88. package/dist-cjs/commands/GetVpcLinkCommand.js +1 -28
  89. package/dist-cjs/commands/GetVpcLinksCommand.js +1 -28
  90. package/dist-cjs/commands/ImportApiKeysCommand.js +1 -28
  91. package/dist-cjs/commands/ImportDocumentationPartsCommand.js +1 -28
  92. package/dist-cjs/commands/ImportRestApiCommand.js +1 -28
  93. package/dist-cjs/commands/PutGatewayResponseCommand.js +1 -28
  94. package/dist-cjs/commands/PutIntegrationCommand.js +1 -28
  95. package/dist-cjs/commands/PutIntegrationResponseCommand.js +1 -28
  96. package/dist-cjs/commands/PutMethodCommand.js +1 -28
  97. package/dist-cjs/commands/PutMethodResponseCommand.js +1 -28
  98. package/dist-cjs/commands/PutRestApiCommand.js +1 -28
  99. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  100. package/dist-cjs/commands/TestInvokeAuthorizerCommand.js +1 -28
  101. package/dist-cjs/commands/TestInvokeMethodCommand.js +1 -28
  102. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  103. package/dist-cjs/commands/UpdateAccountCommand.js +1 -28
  104. package/dist-cjs/commands/UpdateApiKeyCommand.js +1 -28
  105. package/dist-cjs/commands/UpdateAuthorizerCommand.js +1 -28
  106. package/dist-cjs/commands/UpdateBasePathMappingCommand.js +1 -28
  107. package/dist-cjs/commands/UpdateClientCertificateCommand.js +1 -28
  108. package/dist-cjs/commands/UpdateDeploymentCommand.js +1 -28
  109. package/dist-cjs/commands/UpdateDocumentationPartCommand.js +1 -28
  110. package/dist-cjs/commands/UpdateDocumentationVersionCommand.js +1 -28
  111. package/dist-cjs/commands/UpdateDomainNameCommand.js +1 -28
  112. package/dist-cjs/commands/UpdateGatewayResponseCommand.js +1 -28
  113. package/dist-cjs/commands/UpdateIntegrationCommand.js +1 -28
  114. package/dist-cjs/commands/UpdateIntegrationResponseCommand.js +1 -28
  115. package/dist-cjs/commands/UpdateMethodCommand.js +1 -28
  116. package/dist-cjs/commands/UpdateMethodResponseCommand.js +1 -28
  117. package/dist-cjs/commands/UpdateModelCommand.js +1 -28
  118. package/dist-cjs/commands/UpdateRequestValidatorCommand.js +1 -28
  119. package/dist-cjs/commands/UpdateResourceCommand.js +1 -28
  120. package/dist-cjs/commands/UpdateRestApiCommand.js +1 -28
  121. package/dist-cjs/commands/UpdateStageCommand.js +1 -28
  122. package/dist-cjs/commands/UpdateUsageCommand.js +1 -28
  123. package/dist-cjs/commands/UpdateUsagePlanCommand.js +1 -28
  124. package/dist-cjs/commands/UpdateVpcLinkCommand.js +1 -28
  125. package/dist-cjs/commands/index.js +1 -123
  126. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  127. package/dist-cjs/extensionConfiguration.js +1 -2
  128. package/dist-cjs/index.js +10968 -11
  129. package/dist-cjs/models/APIGatewayServiceException.js +1 -12
  130. package/dist-cjs/models/index.js +1 -4
  131. package/dist-cjs/models/models_0.js +1 -227
  132. package/dist-cjs/pagination/GetApiKeysPaginator.js +1 -7
  133. package/dist-cjs/pagination/GetBasePathMappingsPaginator.js +1 -7
  134. package/dist-cjs/pagination/GetClientCertificatesPaginator.js +1 -7
  135. package/dist-cjs/pagination/GetDeploymentsPaginator.js +1 -7
  136. package/dist-cjs/pagination/GetDomainNamesPaginator.js +1 -7
  137. package/dist-cjs/pagination/GetModelsPaginator.js +1 -7
  138. package/dist-cjs/pagination/GetResourcesPaginator.js +1 -7
  139. package/dist-cjs/pagination/GetRestApisPaginator.js +1 -7
  140. package/dist-cjs/pagination/GetUsagePaginator.js +1 -7
  141. package/dist-cjs/pagination/GetUsagePlanKeysPaginator.js +1 -7
  142. package/dist-cjs/pagination/GetUsagePlansPaginator.js +1 -7
  143. package/dist-cjs/pagination/GetVpcLinksPaginator.js +1 -7
  144. package/dist-cjs/pagination/Interfaces.js +1 -2
  145. package/dist-cjs/pagination/index.js +1 -16
  146. package/dist-cjs/protocols/Aws_restJson1.js +1 -8157
  147. package/dist-cjs/runtimeConfig.shared.js +10 -0
  148. package/dist-cjs/runtimeExtensions.js +1 -22
  149. package/dist-es/APIGatewayClient.js +17 -4
  150. package/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  151. package/dist-es/auth/httpAuthSchemeProvider.js +41 -0
  152. package/dist-es/runtimeConfig.shared.js +10 -0
  153. package/dist-es/runtimeExtensions.js +3 -0
  154. package/dist-types/APIGatewayClient.d.ts +13 -11
  155. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  156. package/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
  157. package/dist-types/extensionConfiguration.d.ts +2 -1
  158. package/dist-types/runtimeConfig.browser.d.ts +6 -6
  159. package/dist-types/runtimeConfig.d.ts +5 -3
  160. package/dist-types/runtimeConfig.native.d.ts +6 -4
  161. package/dist-types/runtimeConfig.shared.d.ts +2 -0
  162. package/dist-types/ts3.4/APIGatewayClient.d.ts +11 -9
  163. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  164. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +44 -0
  165. package/dist-types/ts3.4/extensionConfiguration.d.ts +3 -1
  166. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -5
  167. package/dist-types/ts3.4/runtimeConfig.d.ts +5 -5
  168. package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -8
  169. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -0
  170. package/package.json +42 -42
@@ -1,12 +1 @@
1
- "use strict";
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");
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
1
+ module.exports = require("../index.js");
@@ -1,227 +1 @@
1
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,16 +1 @@
1
- "use strict";
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");