@aws-sdk/client-m2 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 (56) hide show
  1. package/dist-cjs/M2.js +1 -77
  2. package/dist-cjs/M2Client.js +1 -43
  3. package/dist-cjs/commands/CancelBatchJobExecutionCommand.js +1 -28
  4. package/dist-cjs/commands/CreateApplicationCommand.js +1 -28
  5. package/dist-cjs/commands/CreateDataSetImportTaskCommand.js +1 -28
  6. package/dist-cjs/commands/CreateDeploymentCommand.js +1 -28
  7. package/dist-cjs/commands/CreateEnvironmentCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteApplicationCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteApplicationFromEnvironmentCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteEnvironmentCommand.js +1 -28
  11. package/dist-cjs/commands/GetApplicationCommand.js +1 -28
  12. package/dist-cjs/commands/GetApplicationVersionCommand.js +1 -28
  13. package/dist-cjs/commands/GetBatchJobExecutionCommand.js +1 -28
  14. package/dist-cjs/commands/GetDataSetDetailsCommand.js +1 -28
  15. package/dist-cjs/commands/GetDataSetImportTaskCommand.js +1 -28
  16. package/dist-cjs/commands/GetDeploymentCommand.js +1 -28
  17. package/dist-cjs/commands/GetEnvironmentCommand.js +1 -28
  18. package/dist-cjs/commands/GetSignedBluinsightsUrlCommand.js +1 -28
  19. package/dist-cjs/commands/ListApplicationVersionsCommand.js +1 -28
  20. package/dist-cjs/commands/ListApplicationsCommand.js +1 -28
  21. package/dist-cjs/commands/ListBatchJobDefinitionsCommand.js +1 -28
  22. package/dist-cjs/commands/ListBatchJobExecutionsCommand.js +1 -28
  23. package/dist-cjs/commands/ListDataSetImportHistoryCommand.js +1 -28
  24. package/dist-cjs/commands/ListDataSetsCommand.js +1 -28
  25. package/dist-cjs/commands/ListDeploymentsCommand.js +1 -28
  26. package/dist-cjs/commands/ListEngineVersionsCommand.js +1 -28
  27. package/dist-cjs/commands/ListEnvironmentsCommand.js +1 -28
  28. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  29. package/dist-cjs/commands/StartApplicationCommand.js +1 -28
  30. package/dist-cjs/commands/StartBatchJobCommand.js +1 -28
  31. package/dist-cjs/commands/StopApplicationCommand.js +1 -28
  32. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  33. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  34. package/dist-cjs/commands/UpdateApplicationCommand.js +1 -28
  35. package/dist-cjs/commands/UpdateEnvironmentCommand.js +1 -28
  36. package/dist-cjs/commands/index.js +1 -36
  37. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  38. package/dist-cjs/extensionConfiguration.js +1 -2
  39. package/dist-cjs/index.js +3675 -11
  40. package/dist-cjs/models/M2ServiceException.js +1 -12
  41. package/dist-cjs/models/index.js +1 -4
  42. package/dist-cjs/models/models_0.js +1 -306
  43. package/dist-cjs/pagination/Interfaces.js +1 -2
  44. package/dist-cjs/pagination/ListApplicationVersionsPaginator.js +1 -7
  45. package/dist-cjs/pagination/ListApplicationsPaginator.js +1 -7
  46. package/dist-cjs/pagination/ListBatchJobDefinitionsPaginator.js +1 -7
  47. package/dist-cjs/pagination/ListBatchJobExecutionsPaginator.js +1 -7
  48. package/dist-cjs/pagination/ListDataSetImportHistoryPaginator.js +1 -7
  49. package/dist-cjs/pagination/ListDataSetsPaginator.js +1 -7
  50. package/dist-cjs/pagination/ListDeploymentsPaginator.js +1 -7
  51. package/dist-cjs/pagination/ListEngineVersionsPaginator.js +1 -7
  52. package/dist-cjs/pagination/ListEnvironmentsPaginator.js +1 -7
  53. package/dist-cjs/pagination/index.js +1 -13
  54. package/dist-cjs/protocols/Aws_restJson1.js +1 -2485
  55. package/dist-cjs/runtimeExtensions.js +1 -22
  56. package/package.json +40 -40
@@ -1,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.M2ServiceException = 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 M2ServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, M2ServiceException.prototype);
10
- }
11
- }
12
- exports.M2ServiceException = M2ServiceException;
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,306 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.EnvironmentLifecycle = exports.StorageConfiguration = exports.BatchJobDefinition = exports.ApplicationDeploymentLifecycle = exports.DataSetTaskLifecycle = exports.ServiceUnavailableException = exports.DatasetDetailOrgAttributes = exports.ExecutionTimeoutException = exports.BatchJobExecutionStatus = exports.BatchJobType = exports.BatchJobIdentifier = exports.JobIdentifier = exports.ApplicationLifecycle = exports.ApplicationVersionLifecycle = exports.DeploymentLifecycle = exports.DataSetImportConfig = exports.ExternalLocation = exports.DatasetOrgAttributes = exports.ServiceQuotaExceededException = exports.EngineType = exports.Definition = exports.ValidationException = exports.ValidationExceptionReason = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.AccessDeniedException = void 0;
4
- const M2ServiceException_1 = require("./M2ServiceException");
5
- class AccessDeniedException extends M2ServiceException_1.M2ServiceException {
6
- constructor(opts) {
7
- super({
8
- name: "AccessDeniedException",
9
- $fault: "client",
10
- ...opts,
11
- });
12
- this.name = "AccessDeniedException";
13
- this.$fault = "client";
14
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
15
- }
16
- }
17
- exports.AccessDeniedException = AccessDeniedException;
18
- class ConflictException extends M2ServiceException_1.M2ServiceException {
19
- constructor(opts) {
20
- super({
21
- name: "ConflictException",
22
- $fault: "client",
23
- ...opts,
24
- });
25
- this.name = "ConflictException";
26
- this.$fault = "client";
27
- Object.setPrototypeOf(this, ConflictException.prototype);
28
- this.resourceId = opts.resourceId;
29
- this.resourceType = opts.resourceType;
30
- }
31
- }
32
- exports.ConflictException = ConflictException;
33
- class InternalServerException extends M2ServiceException_1.M2ServiceException {
34
- constructor(opts) {
35
- super({
36
- name: "InternalServerException",
37
- $fault: "server",
38
- ...opts,
39
- });
40
- this.name = "InternalServerException";
41
- this.$fault = "server";
42
- this.$retryable = {};
43
- Object.setPrototypeOf(this, InternalServerException.prototype);
44
- this.retryAfterSeconds = opts.retryAfterSeconds;
45
- }
46
- }
47
- exports.InternalServerException = InternalServerException;
48
- class ResourceNotFoundException extends M2ServiceException_1.M2ServiceException {
49
- constructor(opts) {
50
- super({
51
- name: "ResourceNotFoundException",
52
- $fault: "client",
53
- ...opts,
54
- });
55
- this.name = "ResourceNotFoundException";
56
- this.$fault = "client";
57
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
58
- this.resourceId = opts.resourceId;
59
- this.resourceType = opts.resourceType;
60
- }
61
- }
62
- exports.ResourceNotFoundException = ResourceNotFoundException;
63
- class ThrottlingException extends M2ServiceException_1.M2ServiceException {
64
- constructor(opts) {
65
- super({
66
- name: "ThrottlingException",
67
- $fault: "client",
68
- ...opts,
69
- });
70
- this.name = "ThrottlingException";
71
- this.$fault = "client";
72
- this.$retryable = {
73
- throttling: true,
74
- };
75
- Object.setPrototypeOf(this, ThrottlingException.prototype);
76
- this.serviceCode = opts.serviceCode;
77
- this.quotaCode = opts.quotaCode;
78
- this.retryAfterSeconds = opts.retryAfterSeconds;
79
- }
80
- }
81
- exports.ThrottlingException = ThrottlingException;
82
- exports.ValidationExceptionReason = {
83
- CANNOT_PARSE: "cannotParse",
84
- FIELD_VALIDATION_FAILED: "fieldValidationFailed",
85
- OTHER: "other",
86
- UNKNOWN_OPERATION: "unknownOperation",
87
- };
88
- class ValidationException extends M2ServiceException_1.M2ServiceException {
89
- constructor(opts) {
90
- super({
91
- name: "ValidationException",
92
- $fault: "client",
93
- ...opts,
94
- });
95
- this.name = "ValidationException";
96
- this.$fault = "client";
97
- Object.setPrototypeOf(this, ValidationException.prototype);
98
- this.reason = opts.reason;
99
- this.fieldList = opts.fieldList;
100
- }
101
- }
102
- exports.ValidationException = ValidationException;
103
- var Definition;
104
- (function (Definition) {
105
- Definition.visit = (value, visitor) => {
106
- if (value.s3Location !== undefined)
107
- return visitor.s3Location(value.s3Location);
108
- if (value.content !== undefined)
109
- return visitor.content(value.content);
110
- return visitor._(value.$unknown[0], value.$unknown[1]);
111
- };
112
- })(Definition = exports.Definition || (exports.Definition = {}));
113
- exports.EngineType = {
114
- BLUAGE: "bluage",
115
- MICROFOCUS: "microfocus",
116
- };
117
- class ServiceQuotaExceededException extends M2ServiceException_1.M2ServiceException {
118
- constructor(opts) {
119
- super({
120
- name: "ServiceQuotaExceededException",
121
- $fault: "client",
122
- ...opts,
123
- });
124
- this.name = "ServiceQuotaExceededException";
125
- this.$fault = "client";
126
- Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
127
- this.resourceId = opts.resourceId;
128
- this.resourceType = opts.resourceType;
129
- this.serviceCode = opts.serviceCode;
130
- this.quotaCode = opts.quotaCode;
131
- }
132
- }
133
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
134
- var DatasetOrgAttributes;
135
- (function (DatasetOrgAttributes) {
136
- DatasetOrgAttributes.visit = (value, visitor) => {
137
- if (value.vsam !== undefined)
138
- return visitor.vsam(value.vsam);
139
- if (value.gdg !== undefined)
140
- return visitor.gdg(value.gdg);
141
- if (value.po !== undefined)
142
- return visitor.po(value.po);
143
- if (value.ps !== undefined)
144
- return visitor.ps(value.ps);
145
- return visitor._(value.$unknown[0], value.$unknown[1]);
146
- };
147
- })(DatasetOrgAttributes = exports.DatasetOrgAttributes || (exports.DatasetOrgAttributes = {}));
148
- var ExternalLocation;
149
- (function (ExternalLocation) {
150
- ExternalLocation.visit = (value, visitor) => {
151
- if (value.s3Location !== undefined)
152
- return visitor.s3Location(value.s3Location);
153
- return visitor._(value.$unknown[0], value.$unknown[1]);
154
- };
155
- })(ExternalLocation = exports.ExternalLocation || (exports.ExternalLocation = {}));
156
- var DataSetImportConfig;
157
- (function (DataSetImportConfig) {
158
- DataSetImportConfig.visit = (value, visitor) => {
159
- if (value.s3Location !== undefined)
160
- return visitor.s3Location(value.s3Location);
161
- if (value.dataSets !== undefined)
162
- return visitor.dataSets(value.dataSets);
163
- return visitor._(value.$unknown[0], value.$unknown[1]);
164
- };
165
- })(DataSetImportConfig = exports.DataSetImportConfig || (exports.DataSetImportConfig = {}));
166
- exports.DeploymentLifecycle = {
167
- DEPLOYING: "Deploying",
168
- DEPLOY_UPDATE: "Updating Deployment",
169
- FAILED: "Failed",
170
- SUCCEEDED: "Succeeded",
171
- };
172
- exports.ApplicationVersionLifecycle = {
173
- AVAILABLE: "Available",
174
- CREATING: "Creating",
175
- FAILED: "Failed",
176
- };
177
- exports.ApplicationLifecycle = {
178
- AVAILABLE: "Available",
179
- CREATED: "Created",
180
- CREATING: "Creating",
181
- DELETING: "Deleting",
182
- DELETING_FROM_ENVIRONMENT: "Deleting From Environment",
183
- FAILED: "Failed",
184
- READY: "Ready",
185
- RUNNING: "Running",
186
- STARTING: "Starting",
187
- STOPPED: "Stopped",
188
- STOPPING: "Stopping",
189
- };
190
- var JobIdentifier;
191
- (function (JobIdentifier) {
192
- JobIdentifier.visit = (value, visitor) => {
193
- if (value.fileName !== undefined)
194
- return visitor.fileName(value.fileName);
195
- if (value.scriptName !== undefined)
196
- return visitor.scriptName(value.scriptName);
197
- return visitor._(value.$unknown[0], value.$unknown[1]);
198
- };
199
- })(JobIdentifier = exports.JobIdentifier || (exports.JobIdentifier = {}));
200
- var BatchJobIdentifier;
201
- (function (BatchJobIdentifier) {
202
- BatchJobIdentifier.visit = (value, visitor) => {
203
- if (value.fileBatchJobIdentifier !== undefined)
204
- return visitor.fileBatchJobIdentifier(value.fileBatchJobIdentifier);
205
- if (value.scriptBatchJobIdentifier !== undefined)
206
- return visitor.scriptBatchJobIdentifier(value.scriptBatchJobIdentifier);
207
- if (value.s3BatchJobIdentifier !== undefined)
208
- return visitor.s3BatchJobIdentifier(value.s3BatchJobIdentifier);
209
- return visitor._(value.$unknown[0], value.$unknown[1]);
210
- };
211
- })(BatchJobIdentifier = exports.BatchJobIdentifier || (exports.BatchJobIdentifier = {}));
212
- exports.BatchJobType = {
213
- JES2: "JES2",
214
- JES3: "JES3",
215
- VSE: "VSE",
216
- };
217
- exports.BatchJobExecutionStatus = {
218
- CANCELLED: "Cancelled",
219
- CANCELLING: "Cancelling",
220
- DISPATCH: "Dispatching",
221
- FAILED: "Failed",
222
- HOLDING: "Holding",
223
- RUNNING: "Running",
224
- SUBMITTING: "Submitting",
225
- SUCCEEDED: "Succeeded",
226
- SUCCEEDED_WITH_WARNING: "Succeeded With Warning",
227
- };
228
- class ExecutionTimeoutException extends M2ServiceException_1.M2ServiceException {
229
- constructor(opts) {
230
- super({
231
- name: "ExecutionTimeoutException",
232
- $fault: "server",
233
- ...opts,
234
- });
235
- this.name = "ExecutionTimeoutException";
236
- this.$fault = "server";
237
- this.$retryable = {};
238
- Object.setPrototypeOf(this, ExecutionTimeoutException.prototype);
239
- }
240
- }
241
- exports.ExecutionTimeoutException = ExecutionTimeoutException;
242
- var DatasetDetailOrgAttributes;
243
- (function (DatasetDetailOrgAttributes) {
244
- DatasetDetailOrgAttributes.visit = (value, visitor) => {
245
- if (value.vsam !== undefined)
246
- return visitor.vsam(value.vsam);
247
- if (value.gdg !== undefined)
248
- return visitor.gdg(value.gdg);
249
- if (value.po !== undefined)
250
- return visitor.po(value.po);
251
- if (value.ps !== undefined)
252
- return visitor.ps(value.ps);
253
- return visitor._(value.$unknown[0], value.$unknown[1]);
254
- };
255
- })(DatasetDetailOrgAttributes = exports.DatasetDetailOrgAttributes || (exports.DatasetDetailOrgAttributes = {}));
256
- class ServiceUnavailableException extends M2ServiceException_1.M2ServiceException {
257
- constructor(opts) {
258
- super({
259
- name: "ServiceUnavailableException",
260
- $fault: "server",
261
- ...opts,
262
- });
263
- this.name = "ServiceUnavailableException";
264
- this.$fault = "server";
265
- this.$retryable = {};
266
- Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
267
- }
268
- }
269
- exports.ServiceUnavailableException = ServiceUnavailableException;
270
- exports.DataSetTaskLifecycle = {
271
- COMPLETED: "Completed",
272
- CREATING: "Creating",
273
- FAILED: "Failed",
274
- RUNNING: "Running",
275
- };
276
- exports.ApplicationDeploymentLifecycle = {
277
- DEPLOYED: "Deployed",
278
- DEPLOYING: "Deploying",
279
- };
280
- var BatchJobDefinition;
281
- (function (BatchJobDefinition) {
282
- BatchJobDefinition.visit = (value, visitor) => {
283
- if (value.fileBatchJobDefinition !== undefined)
284
- return visitor.fileBatchJobDefinition(value.fileBatchJobDefinition);
285
- if (value.scriptBatchJobDefinition !== undefined)
286
- return visitor.scriptBatchJobDefinition(value.scriptBatchJobDefinition);
287
- return visitor._(value.$unknown[0], value.$unknown[1]);
288
- };
289
- })(BatchJobDefinition = exports.BatchJobDefinition || (exports.BatchJobDefinition = {}));
290
- var StorageConfiguration;
291
- (function (StorageConfiguration) {
292
- StorageConfiguration.visit = (value, visitor) => {
293
- if (value.efs !== undefined)
294
- return visitor.efs(value.efs);
295
- if (value.fsx !== undefined)
296
- return visitor.fsx(value.fsx);
297
- return visitor._(value.$unknown[0], value.$unknown[1]);
298
- };
299
- })(StorageConfiguration = exports.StorageConfiguration || (exports.StorageConfiguration = {}));
300
- exports.EnvironmentLifecycle = {
301
- AVAILABLE: "Available",
302
- CREATING: "Creating",
303
- DELETING: "Deleting",
304
- FAILED: "Failed",
305
- UPDATING: "Updating",
306
- };
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.paginateListApplicationVersions = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListApplicationVersionsCommand_1 = require("../commands/ListApplicationVersionsCommand");
6
- const M2Client_1 = require("../M2Client");
7
- exports.paginateListApplicationVersions = (0, core_1.createPaginator)(M2Client_1.M2Client, ListApplicationVersionsCommand_1.ListApplicationVersionsCommand, "nextToken", "nextToken", "maxResults");
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 M2Client_1 = require("../M2Client");
7
- exports.paginateListApplications = (0, core_1.createPaginator)(M2Client_1.M2Client, 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.paginateListBatchJobDefinitions = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListBatchJobDefinitionsCommand_1 = require("../commands/ListBatchJobDefinitionsCommand");
6
- const M2Client_1 = require("../M2Client");
7
- exports.paginateListBatchJobDefinitions = (0, core_1.createPaginator)(M2Client_1.M2Client, ListBatchJobDefinitionsCommand_1.ListBatchJobDefinitionsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListBatchJobExecutions = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListBatchJobExecutionsCommand_1 = require("../commands/ListBatchJobExecutionsCommand");
6
- const M2Client_1 = require("../M2Client");
7
- exports.paginateListBatchJobExecutions = (0, core_1.createPaginator)(M2Client_1.M2Client, ListBatchJobExecutionsCommand_1.ListBatchJobExecutionsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListDataSetImportHistory = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListDataSetImportHistoryCommand_1 = require("../commands/ListDataSetImportHistoryCommand");
6
- const M2Client_1 = require("../M2Client");
7
- exports.paginateListDataSetImportHistory = (0, core_1.createPaginator)(M2Client_1.M2Client, ListDataSetImportHistoryCommand_1.ListDataSetImportHistoryCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListDataSets = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListDataSetsCommand_1 = require("../commands/ListDataSetsCommand");
6
- const M2Client_1 = require("../M2Client");
7
- exports.paginateListDataSets = (0, core_1.createPaginator)(M2Client_1.M2Client, ListDataSetsCommand_1.ListDataSetsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListDeployments = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListDeploymentsCommand_1 = require("../commands/ListDeploymentsCommand");
6
- const M2Client_1 = require("../M2Client");
7
- exports.paginateListDeployments = (0, core_1.createPaginator)(M2Client_1.M2Client, ListDeploymentsCommand_1.ListDeploymentsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListEngineVersions = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListEngineVersionsCommand_1 = require("../commands/ListEngineVersionsCommand");
6
- const M2Client_1 = require("../M2Client");
7
- exports.paginateListEngineVersions = (0, core_1.createPaginator)(M2Client_1.M2Client, ListEngineVersionsCommand_1.ListEngineVersionsCommand, "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 M2Client_1 = require("../M2Client");
7
- exports.paginateListEnvironments = (0, core_1.createPaginator)(M2Client_1.M2Client, ListEnvironmentsCommand_1.ListEnvironmentsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,13 +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("./ListApplicationVersionsPaginator"), exports);
6
- tslib_1.__exportStar(require("./ListApplicationsPaginator"), exports);
7
- tslib_1.__exportStar(require("./ListBatchJobDefinitionsPaginator"), exports);
8
- tslib_1.__exportStar(require("./ListBatchJobExecutionsPaginator"), exports);
9
- tslib_1.__exportStar(require("./ListDataSetImportHistoryPaginator"), exports);
10
- tslib_1.__exportStar(require("./ListDataSetsPaginator"), exports);
11
- tslib_1.__exportStar(require("./ListDeploymentsPaginator"), exports);
12
- tslib_1.__exportStar(require("./ListEngineVersionsPaginator"), exports);
13
- tslib_1.__exportStar(require("./ListEnvironmentsPaginator"), exports);
1
+ module.exports = require("../index.js");