@aws-sdk/client-migration-hub-refactor-spaces 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 (43) hide show
  1. package/dist-cjs/MigrationHubRefactorSpaces.js +1 -59
  2. package/dist-cjs/MigrationHubRefactorSpacesClient.js +1 -43
  3. package/dist-cjs/commands/CreateApplicationCommand.js +1 -29
  4. package/dist-cjs/commands/CreateEnvironmentCommand.js +1 -29
  5. package/dist-cjs/commands/CreateRouteCommand.js +1 -29
  6. package/dist-cjs/commands/CreateServiceCommand.js +1 -29
  7. package/dist-cjs/commands/DeleteApplicationCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteEnvironmentCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteRouteCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteServiceCommand.js +1 -28
  12. package/dist-cjs/commands/GetApplicationCommand.js +1 -29
  13. package/dist-cjs/commands/GetEnvironmentCommand.js +1 -29
  14. package/dist-cjs/commands/GetResourcePolicyCommand.js +1 -28
  15. package/dist-cjs/commands/GetRouteCommand.js +1 -29
  16. package/dist-cjs/commands/GetServiceCommand.js +1 -29
  17. package/dist-cjs/commands/ListApplicationsCommand.js +1 -29
  18. package/dist-cjs/commands/ListEnvironmentVpcsCommand.js +1 -28
  19. package/dist-cjs/commands/ListEnvironmentsCommand.js +1 -29
  20. package/dist-cjs/commands/ListRoutesCommand.js +1 -29
  21. package/dist-cjs/commands/ListServicesCommand.js +1 -29
  22. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -29
  23. package/dist-cjs/commands/PutResourcePolicyCommand.js +1 -28
  24. package/dist-cjs/commands/TagResourceCommand.js +1 -29
  25. package/dist-cjs/commands/UntagResourceCommand.js +1 -29
  26. package/dist-cjs/commands/UpdateRouteCommand.js +1 -28
  27. package/dist-cjs/commands/index.js +1 -27
  28. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  29. package/dist-cjs/extensionConfiguration.js +1 -2
  30. package/dist-cjs/index.js +2961 -11
  31. package/dist-cjs/models/MigrationHubRefactorSpacesServiceException.js +1 -12
  32. package/dist-cjs/models/index.js +1 -4
  33. package/dist-cjs/models/models_0.js +1 -345
  34. package/dist-cjs/pagination/Interfaces.js +1 -2
  35. package/dist-cjs/pagination/ListApplicationsPaginator.js +1 -7
  36. package/dist-cjs/pagination/ListEnvironmentVpcsPaginator.js +1 -7
  37. package/dist-cjs/pagination/ListEnvironmentsPaginator.js +1 -7
  38. package/dist-cjs/pagination/ListRoutesPaginator.js +1 -7
  39. package/dist-cjs/pagination/ListServicesPaginator.js +1 -7
  40. package/dist-cjs/pagination/index.js +1 -9
  41. package/dist-cjs/protocols/Aws_restJson1.js +1 -1910
  42. package/dist-cjs/runtimeExtensions.js +1 -22
  43. package/package.json +40 -40
@@ -1,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.MigrationHubRefactorSpacesServiceException = 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 MigrationHubRefactorSpacesServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, MigrationHubRefactorSpacesServiceException.prototype);
10
- }
11
- }
12
- exports.MigrationHubRefactorSpacesServiceException = MigrationHubRefactorSpacesServiceException;
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,345 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListServicesResponseFilterSensitiveLog = exports.ServiceSummaryFilterSensitiveLog = exports.ListRoutesResponseFilterSensitiveLog = exports.RouteSummaryFilterSensitiveLog = exports.ListEnvironmentsResponseFilterSensitiveLog = exports.ListApplicationsResponseFilterSensitiveLog = exports.GetServiceResponseFilterSensitiveLog = exports.GetRouteResponseFilterSensitiveLog = exports.GetEnvironmentResponseFilterSensitiveLog = exports.GetApplicationResponseFilterSensitiveLog = exports.EnvironmentSummaryFilterSensitiveLog = exports.CreateServiceResponseFilterSensitiveLog = exports.CreateServiceRequestFilterSensitiveLog = exports.CreateRouteResponseFilterSensitiveLog = exports.CreateRouteRequestFilterSensitiveLog = exports.CreateEnvironmentResponseFilterSensitiveLog = exports.CreateEnvironmentRequestFilterSensitiveLog = exports.CreateApplicationResponseFilterSensitiveLog = exports.CreateApplicationRequestFilterSensitiveLog = exports.ApplicationSummaryFilterSensitiveLog = exports.InvalidResourcePolicyException = exports.ServiceState = exports.ServiceEndpointType = exports.RouteState = exports.HttpMethod = exports.RouteType = exports.RouteActivationState = exports.EnvironmentState = exports.NetworkFabricType = exports.ValidationException = exports.ThrottlingException = exports.ServiceQuotaExceededException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.ProxyType = exports.ErrorResourceType = exports.ErrorCode = exports.ApplicationState = exports.ApiGatewayEndpointType = exports.AccessDeniedException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const MigrationHubRefactorSpacesServiceException_1 = require("./MigrationHubRefactorSpacesServiceException");
6
- class AccessDeniedException extends MigrationHubRefactorSpacesServiceException_1.MigrationHubRefactorSpacesServiceException {
7
- constructor(opts) {
8
- super({
9
- name: "AccessDeniedException",
10
- $fault: "client",
11
- ...opts,
12
- });
13
- this.name = "AccessDeniedException";
14
- this.$fault = "client";
15
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
16
- this.Message = opts.Message;
17
- }
18
- }
19
- exports.AccessDeniedException = AccessDeniedException;
20
- exports.ApiGatewayEndpointType = {
21
- PRIVATE: "PRIVATE",
22
- REGIONAL: "REGIONAL",
23
- };
24
- exports.ApplicationState = {
25
- ACTIVE: "ACTIVE",
26
- CREATING: "CREATING",
27
- DELETING: "DELETING",
28
- FAILED: "FAILED",
29
- UPDATING: "UPDATING",
30
- };
31
- exports.ErrorCode = {
32
- INVALID_RESOURCE_STATE: "INVALID_RESOURCE_STATE",
33
- NOT_AUTHORIZED: "NOT_AUTHORIZED",
34
- REQUEST_LIMIT_EXCEEDED: "REQUEST_LIMIT_EXCEEDED",
35
- RESOURCE_CREATION_FAILURE: "RESOURCE_CREATION_FAILURE",
36
- RESOURCE_DELETION_FAILURE: "RESOURCE_DELETION_FAILURE",
37
- RESOURCE_IN_USE: "RESOURCE_IN_USE",
38
- RESOURCE_LIMIT_EXCEEDED: "RESOURCE_LIMIT_EXCEEDED",
39
- RESOURCE_NOT_FOUND: "RESOURCE_NOT_FOUND",
40
- RESOURCE_RETRIEVAL_FAILURE: "RESOURCE_RETRIEVAL_FAILURE",
41
- RESOURCE_UPDATE_FAILURE: "RESOURCE_UPDATE_FAILURE",
42
- SERVICE_ENDPOINT_HEALTH_CHECK_FAILURE: "SERVICE_ENDPOINT_HEALTH_CHECK_FAILURE",
43
- STATE_TRANSITION_FAILURE: "STATE_TRANSITION_FAILURE",
44
- };
45
- exports.ErrorResourceType = {
46
- API_GATEWAY: "API_GATEWAY",
47
- APPLICATION: "APPLICATION",
48
- ENVIRONMENT: "ENVIRONMENT",
49
- IAM_ROLE: "IAM_ROLE",
50
- LAMBDA: "LAMBDA",
51
- LOAD_BALANCER_LISTENER: "LOAD_BALANCER_LISTENER",
52
- NLB: "NLB",
53
- RESOURCE_SHARE: "RESOURCE_SHARE",
54
- ROUTE: "ROUTE",
55
- ROUTE_TABLE: "ROUTE_TABLE",
56
- SECURITY_GROUP: "SECURITY_GROUP",
57
- SERVICE: "SERVICE",
58
- SUBNET: "SUBNET",
59
- TARGET_GROUP: "TARGET_GROUP",
60
- TRANSIT_GATEWAY: "TRANSIT_GATEWAY",
61
- TRANSIT_GATEWAY_ATTACHMENT: "TRANSIT_GATEWAY_ATTACHMENT",
62
- VPC: "VPC",
63
- VPC_ENDPOINT_SERVICE_CONFIGURATION: "VPC_ENDPOINT_SERVICE_CONFIGURATION",
64
- VPC_LINK: "VPC_LINK",
65
- };
66
- exports.ProxyType = {
67
- API_GATEWAY: "API_GATEWAY",
68
- };
69
- class ConflictException extends MigrationHubRefactorSpacesServiceException_1.MigrationHubRefactorSpacesServiceException {
70
- constructor(opts) {
71
- super({
72
- name: "ConflictException",
73
- $fault: "client",
74
- ...opts,
75
- });
76
- this.name = "ConflictException";
77
- this.$fault = "client";
78
- Object.setPrototypeOf(this, ConflictException.prototype);
79
- this.Message = opts.Message;
80
- this.ResourceId = opts.ResourceId;
81
- this.ResourceType = opts.ResourceType;
82
- }
83
- }
84
- exports.ConflictException = ConflictException;
85
- class InternalServerException extends MigrationHubRefactorSpacesServiceException_1.MigrationHubRefactorSpacesServiceException {
86
- constructor(opts) {
87
- super({
88
- name: "InternalServerException",
89
- $fault: "server",
90
- ...opts,
91
- });
92
- this.name = "InternalServerException";
93
- this.$fault = "server";
94
- Object.setPrototypeOf(this, InternalServerException.prototype);
95
- this.Message = opts.Message;
96
- }
97
- }
98
- exports.InternalServerException = InternalServerException;
99
- class ResourceNotFoundException extends MigrationHubRefactorSpacesServiceException_1.MigrationHubRefactorSpacesServiceException {
100
- constructor(opts) {
101
- super({
102
- name: "ResourceNotFoundException",
103
- $fault: "client",
104
- ...opts,
105
- });
106
- this.name = "ResourceNotFoundException";
107
- this.$fault = "client";
108
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
109
- this.Message = opts.Message;
110
- this.ResourceId = opts.ResourceId;
111
- this.ResourceType = opts.ResourceType;
112
- }
113
- }
114
- exports.ResourceNotFoundException = ResourceNotFoundException;
115
- class ServiceQuotaExceededException extends MigrationHubRefactorSpacesServiceException_1.MigrationHubRefactorSpacesServiceException {
116
- constructor(opts) {
117
- super({
118
- name: "ServiceQuotaExceededException",
119
- $fault: "client",
120
- ...opts,
121
- });
122
- this.name = "ServiceQuotaExceededException";
123
- this.$fault = "client";
124
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
125
- this.Message = opts.Message;
126
- this.ResourceId = opts.ResourceId;
127
- this.ResourceType = opts.ResourceType;
128
- this.QuotaCode = opts.QuotaCode;
129
- this.ServiceCode = opts.ServiceCode;
130
- }
131
- }
132
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
133
- class ThrottlingException extends MigrationHubRefactorSpacesServiceException_1.MigrationHubRefactorSpacesServiceException {
134
- constructor(opts) {
135
- super({
136
- name: "ThrottlingException",
137
- $fault: "client",
138
- ...opts,
139
- });
140
- this.name = "ThrottlingException";
141
- this.$fault = "client";
142
- Object.setPrototypeOf(this, ThrottlingException.prototype);
143
- this.Message = opts.Message;
144
- this.QuotaCode = opts.QuotaCode;
145
- this.ServiceCode = opts.ServiceCode;
146
- this.RetryAfterSeconds = opts.RetryAfterSeconds;
147
- }
148
- }
149
- exports.ThrottlingException = ThrottlingException;
150
- class ValidationException extends MigrationHubRefactorSpacesServiceException_1.MigrationHubRefactorSpacesServiceException {
151
- constructor(opts) {
152
- super({
153
- name: "ValidationException",
154
- $fault: "client",
155
- ...opts,
156
- });
157
- this.name = "ValidationException";
158
- this.$fault = "client";
159
- Object.setPrototypeOf(this, ValidationException.prototype);
160
- this.Message = opts.Message;
161
- }
162
- }
163
- exports.ValidationException = ValidationException;
164
- exports.NetworkFabricType = {
165
- NONE: "NONE",
166
- TRANSIT_GATEWAY: "TRANSIT_GATEWAY",
167
- };
168
- exports.EnvironmentState = {
169
- ACTIVE: "ACTIVE",
170
- CREATING: "CREATING",
171
- DELETING: "DELETING",
172
- FAILED: "FAILED",
173
- };
174
- exports.RouteActivationState = {
175
- ACTIVE: "ACTIVE",
176
- INACTIVE: "INACTIVE",
177
- };
178
- exports.RouteType = {
179
- DEFAULT: "DEFAULT",
180
- URI_PATH: "URI_PATH",
181
- };
182
- exports.HttpMethod = {
183
- DELETE: "DELETE",
184
- GET: "GET",
185
- HEAD: "HEAD",
186
- OPTIONS: "OPTIONS",
187
- PATCH: "PATCH",
188
- POST: "POST",
189
- PUT: "PUT",
190
- };
191
- exports.RouteState = {
192
- ACTIVE: "ACTIVE",
193
- CREATING: "CREATING",
194
- DELETING: "DELETING",
195
- FAILED: "FAILED",
196
- INACTIVE: "INACTIVE",
197
- UPDATING: "UPDATING",
198
- };
199
- exports.ServiceEndpointType = {
200
- LAMBDA: "LAMBDA",
201
- URL: "URL",
202
- };
203
- exports.ServiceState = {
204
- ACTIVE: "ACTIVE",
205
- CREATING: "CREATING",
206
- DELETING: "DELETING",
207
- FAILED: "FAILED",
208
- };
209
- class InvalidResourcePolicyException extends MigrationHubRefactorSpacesServiceException_1.MigrationHubRefactorSpacesServiceException {
210
- constructor(opts) {
211
- super({
212
- name: "InvalidResourcePolicyException",
213
- $fault: "client",
214
- ...opts,
215
- });
216
- this.name = "InvalidResourcePolicyException";
217
- this.$fault = "client";
218
- Object.setPrototypeOf(this, InvalidResourcePolicyException.prototype);
219
- this.Message = opts.Message;
220
- }
221
- }
222
- exports.InvalidResourcePolicyException = InvalidResourcePolicyException;
223
- const ApplicationSummaryFilterSensitiveLog = (obj) => ({
224
- ...obj,
225
- ...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
226
- });
227
- exports.ApplicationSummaryFilterSensitiveLog = ApplicationSummaryFilterSensitiveLog;
228
- const CreateApplicationRequestFilterSensitiveLog = (obj) => ({
229
- ...obj,
230
- ...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
231
- });
232
- exports.CreateApplicationRequestFilterSensitiveLog = CreateApplicationRequestFilterSensitiveLog;
233
- const CreateApplicationResponseFilterSensitiveLog = (obj) => ({
234
- ...obj,
235
- ...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
236
- });
237
- exports.CreateApplicationResponseFilterSensitiveLog = CreateApplicationResponseFilterSensitiveLog;
238
- const CreateEnvironmentRequestFilterSensitiveLog = (obj) => ({
239
- ...obj,
240
- ...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
241
- });
242
- exports.CreateEnvironmentRequestFilterSensitiveLog = CreateEnvironmentRequestFilterSensitiveLog;
243
- const CreateEnvironmentResponseFilterSensitiveLog = (obj) => ({
244
- ...obj,
245
- ...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
246
- });
247
- exports.CreateEnvironmentResponseFilterSensitiveLog = CreateEnvironmentResponseFilterSensitiveLog;
248
- const CreateRouteRequestFilterSensitiveLog = (obj) => ({
249
- ...obj,
250
- ...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
251
- });
252
- exports.CreateRouteRequestFilterSensitiveLog = CreateRouteRequestFilterSensitiveLog;
253
- const CreateRouteResponseFilterSensitiveLog = (obj) => ({
254
- ...obj,
255
- ...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
256
- });
257
- exports.CreateRouteResponseFilterSensitiveLog = CreateRouteResponseFilterSensitiveLog;
258
- const CreateServiceRequestFilterSensitiveLog = (obj) => ({
259
- ...obj,
260
- ...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
261
- });
262
- exports.CreateServiceRequestFilterSensitiveLog = CreateServiceRequestFilterSensitiveLog;
263
- const CreateServiceResponseFilterSensitiveLog = (obj) => ({
264
- ...obj,
265
- ...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
266
- });
267
- exports.CreateServiceResponseFilterSensitiveLog = CreateServiceResponseFilterSensitiveLog;
268
- const EnvironmentSummaryFilterSensitiveLog = (obj) => ({
269
- ...obj,
270
- ...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
271
- });
272
- exports.EnvironmentSummaryFilterSensitiveLog = EnvironmentSummaryFilterSensitiveLog;
273
- const GetApplicationResponseFilterSensitiveLog = (obj) => ({
274
- ...obj,
275
- ...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
276
- });
277
- exports.GetApplicationResponseFilterSensitiveLog = GetApplicationResponseFilterSensitiveLog;
278
- const GetEnvironmentResponseFilterSensitiveLog = (obj) => ({
279
- ...obj,
280
- ...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
281
- });
282
- exports.GetEnvironmentResponseFilterSensitiveLog = GetEnvironmentResponseFilterSensitiveLog;
283
- const GetRouteResponseFilterSensitiveLog = (obj) => ({
284
- ...obj,
285
- ...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
286
- });
287
- exports.GetRouteResponseFilterSensitiveLog = GetRouteResponseFilterSensitiveLog;
288
- const GetServiceResponseFilterSensitiveLog = (obj) => ({
289
- ...obj,
290
- ...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
291
- });
292
- exports.GetServiceResponseFilterSensitiveLog = GetServiceResponseFilterSensitiveLog;
293
- const ListApplicationsResponseFilterSensitiveLog = (obj) => ({
294
- ...obj,
295
- ...(obj.ApplicationSummaryList && {
296
- ApplicationSummaryList: obj.ApplicationSummaryList.map((item) => (0, exports.ApplicationSummaryFilterSensitiveLog)(item)),
297
- }),
298
- });
299
- exports.ListApplicationsResponseFilterSensitiveLog = ListApplicationsResponseFilterSensitiveLog;
300
- const ListEnvironmentsResponseFilterSensitiveLog = (obj) => ({
301
- ...obj,
302
- ...(obj.EnvironmentSummaryList && {
303
- EnvironmentSummaryList: obj.EnvironmentSummaryList.map((item) => (0, exports.EnvironmentSummaryFilterSensitiveLog)(item)),
304
- }),
305
- });
306
- exports.ListEnvironmentsResponseFilterSensitiveLog = ListEnvironmentsResponseFilterSensitiveLog;
307
- const RouteSummaryFilterSensitiveLog = (obj) => ({
308
- ...obj,
309
- ...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
310
- });
311
- exports.RouteSummaryFilterSensitiveLog = RouteSummaryFilterSensitiveLog;
312
- const ListRoutesResponseFilterSensitiveLog = (obj) => ({
313
- ...obj,
314
- ...(obj.RouteSummaryList && {
315
- RouteSummaryList: obj.RouteSummaryList.map((item) => (0, exports.RouteSummaryFilterSensitiveLog)(item)),
316
- }),
317
- });
318
- exports.ListRoutesResponseFilterSensitiveLog = ListRoutesResponseFilterSensitiveLog;
319
- const ServiceSummaryFilterSensitiveLog = (obj) => ({
320
- ...obj,
321
- ...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
322
- });
323
- exports.ServiceSummaryFilterSensitiveLog = ServiceSummaryFilterSensitiveLog;
324
- const ListServicesResponseFilterSensitiveLog = (obj) => ({
325
- ...obj,
326
- ...(obj.ServiceSummaryList && {
327
- ServiceSummaryList: obj.ServiceSummaryList.map((item) => (0, exports.ServiceSummaryFilterSensitiveLog)(item)),
328
- }),
329
- });
330
- exports.ListServicesResponseFilterSensitiveLog = ListServicesResponseFilterSensitiveLog;
331
- const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
332
- ...obj,
333
- ...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
334
- });
335
- exports.ListTagsForResourceResponseFilterSensitiveLog = ListTagsForResourceResponseFilterSensitiveLog;
336
- const TagResourceRequestFilterSensitiveLog = (obj) => ({
337
- ...obj,
338
- ...(obj.Tags && { Tags: smithy_client_1.SENSITIVE_STRING }),
339
- });
340
- exports.TagResourceRequestFilterSensitiveLog = TagResourceRequestFilterSensitiveLog;
341
- const UntagResourceRequestFilterSensitiveLog = (obj) => ({
342
- ...obj,
343
- ...(obj.TagKeys && { TagKeys: smithy_client_1.SENSITIVE_STRING }),
344
- });
345
- exports.UntagResourceRequestFilterSensitiveLog = UntagResourceRequestFilterSensitiveLog;
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,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListApplications = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListApplicationsCommand_1 = require("../commands/ListApplicationsCommand");
6
- const MigrationHubRefactorSpacesClient_1 = require("../MigrationHubRefactorSpacesClient");
7
- exports.paginateListApplications = (0, core_1.createPaginator)(MigrationHubRefactorSpacesClient_1.MigrationHubRefactorSpacesClient, ListApplicationsCommand_1.ListApplicationsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListEnvironmentVpcs = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListEnvironmentVpcsCommand_1 = require("../commands/ListEnvironmentVpcsCommand");
6
- const MigrationHubRefactorSpacesClient_1 = require("../MigrationHubRefactorSpacesClient");
7
- exports.paginateListEnvironmentVpcs = (0, core_1.createPaginator)(MigrationHubRefactorSpacesClient_1.MigrationHubRefactorSpacesClient, ListEnvironmentVpcsCommand_1.ListEnvironmentVpcsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListEnvironments = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListEnvironmentsCommand_1 = require("../commands/ListEnvironmentsCommand");
6
- const MigrationHubRefactorSpacesClient_1 = require("../MigrationHubRefactorSpacesClient");
7
- exports.paginateListEnvironments = (0, core_1.createPaginator)(MigrationHubRefactorSpacesClient_1.MigrationHubRefactorSpacesClient, ListEnvironmentsCommand_1.ListEnvironmentsCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListRoutes = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListRoutesCommand_1 = require("../commands/ListRoutesCommand");
6
- const MigrationHubRefactorSpacesClient_1 = require("../MigrationHubRefactorSpacesClient");
7
- exports.paginateListRoutes = (0, core_1.createPaginator)(MigrationHubRefactorSpacesClient_1.MigrationHubRefactorSpacesClient, ListRoutesCommand_1.ListRoutesCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListServices = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListServicesCommand_1 = require("../commands/ListServicesCommand");
6
- const MigrationHubRefactorSpacesClient_1 = require("../MigrationHubRefactorSpacesClient");
7
- exports.paginateListServices = (0, core_1.createPaginator)(MigrationHubRefactorSpacesClient_1.MigrationHubRefactorSpacesClient, ListServicesCommand_1.ListServicesCommand, "NextToken", "NextToken", "MaxResults");
1
+ module.exports = require("../index.js");
@@ -1,9 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./Interfaces"), exports);
5
- tslib_1.__exportStar(require("./ListApplicationsPaginator"), exports);
6
- tslib_1.__exportStar(require("./ListEnvironmentVpcsPaginator"), exports);
7
- tslib_1.__exportStar(require("./ListEnvironmentsPaginator"), exports);
8
- tslib_1.__exportStar(require("./ListRoutesPaginator"), exports);
9
- tslib_1.__exportStar(require("./ListServicesPaginator"), exports);
1
+ module.exports = require("../index.js");