@aws-sdk/client-migrationhuborchestrator 3.721.0 → 3.726.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/index.js +180 -136
- package/dist-es/MigrationHubOrchestratorClient.js +1 -0
- package/dist-es/models/models_0.js +15 -15
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
package/dist-cjs/index.js
CHANGED
|
@@ -186,7 +186,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
186
186
|
}, "resolveRuntimeExtensions");
|
|
187
187
|
|
|
188
188
|
// src/MigrationHubOrchestratorClient.ts
|
|
189
|
-
var
|
|
189
|
+
var MigrationHubOrchestratorClient = class extends import_smithy_client.Client {
|
|
190
|
+
static {
|
|
191
|
+
__name(this, "MigrationHubOrchestratorClient");
|
|
192
|
+
}
|
|
193
|
+
/**
|
|
194
|
+
* The resolved configuration of MigrationHubOrchestratorClient class. This is resolved and normalized from the {@link MigrationHubOrchestratorClientConfig | constructor configuration interface}.
|
|
195
|
+
*/
|
|
196
|
+
config;
|
|
190
197
|
constructor(...[configuration]) {
|
|
191
198
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
192
199
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -196,7 +203,7 @@ var _MigrationHubOrchestratorClient = class _MigrationHubOrchestratorClient exte
|
|
|
196
203
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
197
204
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
198
205
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
199
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
206
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
200
207
|
super(_config_8);
|
|
201
208
|
this.config = _config_8;
|
|
202
209
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -224,8 +231,6 @@ var _MigrationHubOrchestratorClient = class _MigrationHubOrchestratorClient exte
|
|
|
224
231
|
super.destroy();
|
|
225
232
|
}
|
|
226
233
|
};
|
|
227
|
-
__name(_MigrationHubOrchestratorClient, "MigrationHubOrchestratorClient");
|
|
228
|
-
var MigrationHubOrchestratorClient = _MigrationHubOrchestratorClient;
|
|
229
234
|
|
|
230
235
|
// src/MigrationHubOrchestrator.ts
|
|
231
236
|
|
|
@@ -243,7 +248,10 @@ var import_uuid = require("uuid");
|
|
|
243
248
|
|
|
244
249
|
// src/models/MigrationHubOrchestratorServiceException.ts
|
|
245
250
|
|
|
246
|
-
var
|
|
251
|
+
var MigrationHubOrchestratorServiceException = class _MigrationHubOrchestratorServiceException extends import_smithy_client.ServiceException {
|
|
252
|
+
static {
|
|
253
|
+
__name(this, "MigrationHubOrchestratorServiceException");
|
|
254
|
+
}
|
|
247
255
|
/**
|
|
248
256
|
* @internal
|
|
249
257
|
*/
|
|
@@ -252,12 +260,16 @@ var _MigrationHubOrchestratorServiceException = class _MigrationHubOrchestratorS
|
|
|
252
260
|
Object.setPrototypeOf(this, _MigrationHubOrchestratorServiceException.prototype);
|
|
253
261
|
}
|
|
254
262
|
};
|
|
255
|
-
__name(_MigrationHubOrchestratorServiceException, "MigrationHubOrchestratorServiceException");
|
|
256
|
-
var MigrationHubOrchestratorServiceException = _MigrationHubOrchestratorServiceException;
|
|
257
263
|
|
|
258
264
|
// src/models/models_0.ts
|
|
259
265
|
|
|
260
|
-
var
|
|
266
|
+
var AccessDeniedException = class _AccessDeniedException extends MigrationHubOrchestratorServiceException {
|
|
267
|
+
static {
|
|
268
|
+
__name(this, "AccessDeniedException");
|
|
269
|
+
}
|
|
270
|
+
name = "AccessDeniedException";
|
|
271
|
+
$fault = "client";
|
|
272
|
+
$retryable = {};
|
|
261
273
|
/**
|
|
262
274
|
* @internal
|
|
263
275
|
*/
|
|
@@ -267,15 +279,15 @@ var _AccessDeniedException = class _AccessDeniedException extends MigrationHubOr
|
|
|
267
279
|
$fault: "client",
|
|
268
280
|
...opts
|
|
269
281
|
});
|
|
270
|
-
this.name = "AccessDeniedException";
|
|
271
|
-
this.$fault = "client";
|
|
272
|
-
this.$retryable = {};
|
|
273
282
|
Object.setPrototypeOf(this, _AccessDeniedException.prototype);
|
|
274
283
|
}
|
|
275
284
|
};
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
285
|
+
var ResourceNotFoundException = class _ResourceNotFoundException extends MigrationHubOrchestratorServiceException {
|
|
286
|
+
static {
|
|
287
|
+
__name(this, "ResourceNotFoundException");
|
|
288
|
+
}
|
|
289
|
+
name = "ResourceNotFoundException";
|
|
290
|
+
$fault = "client";
|
|
279
291
|
/**
|
|
280
292
|
* @internal
|
|
281
293
|
*/
|
|
@@ -285,14 +297,16 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends Migrat
|
|
|
285
297
|
$fault: "client",
|
|
286
298
|
...opts
|
|
287
299
|
});
|
|
288
|
-
this.name = "ResourceNotFoundException";
|
|
289
|
-
this.$fault = "client";
|
|
290
300
|
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
291
301
|
}
|
|
292
302
|
};
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
303
|
+
var ValidationException = class _ValidationException extends MigrationHubOrchestratorServiceException {
|
|
304
|
+
static {
|
|
305
|
+
__name(this, "ValidationException");
|
|
306
|
+
}
|
|
307
|
+
name = "ValidationException";
|
|
308
|
+
$fault = "client";
|
|
309
|
+
$retryable = {};
|
|
296
310
|
/**
|
|
297
311
|
* @internal
|
|
298
312
|
*/
|
|
@@ -302,14 +316,9 @@ var _ValidationException = class _ValidationException extends MigrationHubOrches
|
|
|
302
316
|
$fault: "client",
|
|
303
317
|
...opts
|
|
304
318
|
});
|
|
305
|
-
this.name = "ValidationException";
|
|
306
|
-
this.$fault = "client";
|
|
307
|
-
this.$retryable = {};
|
|
308
319
|
Object.setPrototypeOf(this, _ValidationException.prototype);
|
|
309
320
|
}
|
|
310
321
|
};
|
|
311
|
-
__name(_ValidationException, "ValidationException");
|
|
312
|
-
var ValidationException = _ValidationException;
|
|
313
322
|
var StepInput;
|
|
314
323
|
((StepInput3) => {
|
|
315
324
|
StepInput3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
@@ -340,7 +349,12 @@ var MigrationWorkflowStatusEnum = {
|
|
|
340
349
|
USER_ATTENTION_REQUIRED: "USER_ATTENTION_REQUIRED",
|
|
341
350
|
WORKFLOW_FAILED: "WORKFLOW_FAILED"
|
|
342
351
|
};
|
|
343
|
-
var
|
|
352
|
+
var InternalServerException = class _InternalServerException extends MigrationHubOrchestratorServiceException {
|
|
353
|
+
static {
|
|
354
|
+
__name(this, "InternalServerException");
|
|
355
|
+
}
|
|
356
|
+
name = "InternalServerException";
|
|
357
|
+
$fault = "server";
|
|
344
358
|
/**
|
|
345
359
|
* @internal
|
|
346
360
|
*/
|
|
@@ -350,14 +364,15 @@ var _InternalServerException = class _InternalServerException extends MigrationH
|
|
|
350
364
|
$fault: "server",
|
|
351
365
|
...opts
|
|
352
366
|
});
|
|
353
|
-
this.name = "InternalServerException";
|
|
354
|
-
this.$fault = "server";
|
|
355
367
|
Object.setPrototypeOf(this, _InternalServerException.prototype);
|
|
356
368
|
}
|
|
357
369
|
};
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
370
|
+
var ThrottlingException = class _ThrottlingException extends MigrationHubOrchestratorServiceException {
|
|
371
|
+
static {
|
|
372
|
+
__name(this, "ThrottlingException");
|
|
373
|
+
}
|
|
374
|
+
name = "ThrottlingException";
|
|
375
|
+
$fault = "client";
|
|
361
376
|
/**
|
|
362
377
|
* @internal
|
|
363
378
|
*/
|
|
@@ -367,14 +382,16 @@ var _ThrottlingException = class _ThrottlingException extends MigrationHubOrches
|
|
|
367
382
|
$fault: "client",
|
|
368
383
|
...opts
|
|
369
384
|
});
|
|
370
|
-
this.name = "ThrottlingException";
|
|
371
|
-
this.$fault = "client";
|
|
372
385
|
Object.setPrototypeOf(this, _ThrottlingException.prototype);
|
|
373
386
|
}
|
|
374
387
|
};
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
388
|
+
var ConflictException = class _ConflictException extends MigrationHubOrchestratorServiceException {
|
|
389
|
+
static {
|
|
390
|
+
__name(this, "ConflictException");
|
|
391
|
+
}
|
|
392
|
+
name = "ConflictException";
|
|
393
|
+
$fault = "client";
|
|
394
|
+
$retryable = {};
|
|
378
395
|
/**
|
|
379
396
|
* @internal
|
|
380
397
|
*/
|
|
@@ -384,14 +401,9 @@ var _ConflictException = class _ConflictException extends MigrationHubOrchestrat
|
|
|
384
401
|
$fault: "client",
|
|
385
402
|
...opts
|
|
386
403
|
});
|
|
387
|
-
this.name = "ConflictException";
|
|
388
|
-
this.$fault = "client";
|
|
389
|
-
this.$retryable = {};
|
|
390
404
|
Object.setPrototypeOf(this, _ConflictException.prototype);
|
|
391
405
|
}
|
|
392
406
|
};
|
|
393
|
-
__name(_ConflictException, "ConflictException");
|
|
394
|
-
var ConflictException = _ConflictException;
|
|
395
407
|
var TemplateSource;
|
|
396
408
|
((TemplateSource3) => {
|
|
397
409
|
TemplateSource3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
@@ -1637,435 +1649,466 @@ var _tK = "tagKeys";
|
|
|
1637
1649
|
var _wI = "workflowId";
|
|
1638
1650
|
|
|
1639
1651
|
// src/commands/CreateTemplateCommand.ts
|
|
1640
|
-
var
|
|
1652
|
+
var CreateTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1641
1653
|
return [
|
|
1642
1654
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1643
1655
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1644
1656
|
];
|
|
1645
1657
|
}).s("AWSMigrationHubOrchestrator", "CreateTemplate", {}).n("MigrationHubOrchestratorClient", "CreateTemplateCommand").f(void 0, void 0).ser(se_CreateTemplateCommand).de(de_CreateTemplateCommand).build() {
|
|
1658
|
+
static {
|
|
1659
|
+
__name(this, "CreateTemplateCommand");
|
|
1660
|
+
}
|
|
1646
1661
|
};
|
|
1647
|
-
__name(_CreateTemplateCommand, "CreateTemplateCommand");
|
|
1648
|
-
var CreateTemplateCommand = _CreateTemplateCommand;
|
|
1649
1662
|
|
|
1650
1663
|
// src/commands/CreateWorkflowCommand.ts
|
|
1651
1664
|
|
|
1652
1665
|
|
|
1653
1666
|
|
|
1654
|
-
var
|
|
1667
|
+
var CreateWorkflowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1655
1668
|
return [
|
|
1656
1669
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1657
1670
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1658
1671
|
];
|
|
1659
1672
|
}).s("AWSMigrationHubOrchestrator", "CreateWorkflow", {}).n("MigrationHubOrchestratorClient", "CreateWorkflowCommand").f(CreateMigrationWorkflowRequestFilterSensitiveLog, CreateMigrationWorkflowResponseFilterSensitiveLog).ser(se_CreateWorkflowCommand).de(de_CreateWorkflowCommand).build() {
|
|
1673
|
+
static {
|
|
1674
|
+
__name(this, "CreateWorkflowCommand");
|
|
1675
|
+
}
|
|
1660
1676
|
};
|
|
1661
|
-
__name(_CreateWorkflowCommand, "CreateWorkflowCommand");
|
|
1662
|
-
var CreateWorkflowCommand = _CreateWorkflowCommand;
|
|
1663
1677
|
|
|
1664
1678
|
// src/commands/CreateWorkflowStepCommand.ts
|
|
1665
1679
|
|
|
1666
1680
|
|
|
1667
1681
|
|
|
1668
|
-
var
|
|
1682
|
+
var CreateWorkflowStepCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1669
1683
|
return [
|
|
1670
1684
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1671
1685
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1672
1686
|
];
|
|
1673
1687
|
}).s("AWSMigrationHubOrchestrator", "CreateWorkflowStep", {}).n("MigrationHubOrchestratorClient", "CreateWorkflowStepCommand").f(void 0, void 0).ser(se_CreateWorkflowStepCommand).de(de_CreateWorkflowStepCommand).build() {
|
|
1688
|
+
static {
|
|
1689
|
+
__name(this, "CreateWorkflowStepCommand");
|
|
1690
|
+
}
|
|
1674
1691
|
};
|
|
1675
|
-
__name(_CreateWorkflowStepCommand, "CreateWorkflowStepCommand");
|
|
1676
|
-
var CreateWorkflowStepCommand = _CreateWorkflowStepCommand;
|
|
1677
1692
|
|
|
1678
1693
|
// src/commands/CreateWorkflowStepGroupCommand.ts
|
|
1679
1694
|
|
|
1680
1695
|
|
|
1681
1696
|
|
|
1682
|
-
var
|
|
1697
|
+
var CreateWorkflowStepGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1683
1698
|
return [
|
|
1684
1699
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1685
1700
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1686
1701
|
];
|
|
1687
1702
|
}).s("AWSMigrationHubOrchestrator", "CreateWorkflowStepGroup", {}).n("MigrationHubOrchestratorClient", "CreateWorkflowStepGroupCommand").f(void 0, void 0).ser(se_CreateWorkflowStepGroupCommand).de(de_CreateWorkflowStepGroupCommand).build() {
|
|
1703
|
+
static {
|
|
1704
|
+
__name(this, "CreateWorkflowStepGroupCommand");
|
|
1705
|
+
}
|
|
1688
1706
|
};
|
|
1689
|
-
__name(_CreateWorkflowStepGroupCommand, "CreateWorkflowStepGroupCommand");
|
|
1690
|
-
var CreateWorkflowStepGroupCommand = _CreateWorkflowStepGroupCommand;
|
|
1691
1707
|
|
|
1692
1708
|
// src/commands/DeleteTemplateCommand.ts
|
|
1693
1709
|
|
|
1694
1710
|
|
|
1695
1711
|
|
|
1696
|
-
var
|
|
1712
|
+
var DeleteTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1697
1713
|
return [
|
|
1698
1714
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1699
1715
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1700
1716
|
];
|
|
1701
1717
|
}).s("AWSMigrationHubOrchestrator", "DeleteTemplate", {}).n("MigrationHubOrchestratorClient", "DeleteTemplateCommand").f(void 0, void 0).ser(se_DeleteTemplateCommand).de(de_DeleteTemplateCommand).build() {
|
|
1718
|
+
static {
|
|
1719
|
+
__name(this, "DeleteTemplateCommand");
|
|
1720
|
+
}
|
|
1702
1721
|
};
|
|
1703
|
-
__name(_DeleteTemplateCommand, "DeleteTemplateCommand");
|
|
1704
|
-
var DeleteTemplateCommand = _DeleteTemplateCommand;
|
|
1705
1722
|
|
|
1706
1723
|
// src/commands/DeleteWorkflowCommand.ts
|
|
1707
1724
|
|
|
1708
1725
|
|
|
1709
1726
|
|
|
1710
|
-
var
|
|
1727
|
+
var DeleteWorkflowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1711
1728
|
return [
|
|
1712
1729
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1713
1730
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1714
1731
|
];
|
|
1715
1732
|
}).s("AWSMigrationHubOrchestrator", "DeleteWorkflow", {}).n("MigrationHubOrchestratorClient", "DeleteWorkflowCommand").f(void 0, void 0).ser(se_DeleteWorkflowCommand).de(de_DeleteWorkflowCommand).build() {
|
|
1733
|
+
static {
|
|
1734
|
+
__name(this, "DeleteWorkflowCommand");
|
|
1735
|
+
}
|
|
1716
1736
|
};
|
|
1717
|
-
__name(_DeleteWorkflowCommand, "DeleteWorkflowCommand");
|
|
1718
|
-
var DeleteWorkflowCommand = _DeleteWorkflowCommand;
|
|
1719
1737
|
|
|
1720
1738
|
// src/commands/DeleteWorkflowStepCommand.ts
|
|
1721
1739
|
|
|
1722
1740
|
|
|
1723
1741
|
|
|
1724
|
-
var
|
|
1742
|
+
var DeleteWorkflowStepCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1725
1743
|
return [
|
|
1726
1744
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1727
1745
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1728
1746
|
];
|
|
1729
1747
|
}).s("AWSMigrationHubOrchestrator", "DeleteWorkflowStep", {}).n("MigrationHubOrchestratorClient", "DeleteWorkflowStepCommand").f(void 0, void 0).ser(se_DeleteWorkflowStepCommand).de(de_DeleteWorkflowStepCommand).build() {
|
|
1748
|
+
static {
|
|
1749
|
+
__name(this, "DeleteWorkflowStepCommand");
|
|
1750
|
+
}
|
|
1730
1751
|
};
|
|
1731
|
-
__name(_DeleteWorkflowStepCommand, "DeleteWorkflowStepCommand");
|
|
1732
|
-
var DeleteWorkflowStepCommand = _DeleteWorkflowStepCommand;
|
|
1733
1752
|
|
|
1734
1753
|
// src/commands/DeleteWorkflowStepGroupCommand.ts
|
|
1735
1754
|
|
|
1736
1755
|
|
|
1737
1756
|
|
|
1738
|
-
var
|
|
1757
|
+
var DeleteWorkflowStepGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1739
1758
|
return [
|
|
1740
1759
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1741
1760
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1742
1761
|
];
|
|
1743
1762
|
}).s("AWSMigrationHubOrchestrator", "DeleteWorkflowStepGroup", {}).n("MigrationHubOrchestratorClient", "DeleteWorkflowStepGroupCommand").f(void 0, void 0).ser(se_DeleteWorkflowStepGroupCommand).de(de_DeleteWorkflowStepGroupCommand).build() {
|
|
1763
|
+
static {
|
|
1764
|
+
__name(this, "DeleteWorkflowStepGroupCommand");
|
|
1765
|
+
}
|
|
1744
1766
|
};
|
|
1745
|
-
__name(_DeleteWorkflowStepGroupCommand, "DeleteWorkflowStepGroupCommand");
|
|
1746
|
-
var DeleteWorkflowStepGroupCommand = _DeleteWorkflowStepGroupCommand;
|
|
1747
1767
|
|
|
1748
1768
|
// src/commands/GetTemplateCommand.ts
|
|
1749
1769
|
|
|
1750
1770
|
|
|
1751
1771
|
|
|
1752
|
-
var
|
|
1772
|
+
var GetTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1753
1773
|
return [
|
|
1754
1774
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1755
1775
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1756
1776
|
];
|
|
1757
1777
|
}).s("AWSMigrationHubOrchestrator", "GetTemplate", {}).n("MigrationHubOrchestratorClient", "GetTemplateCommand").f(void 0, void 0).ser(se_GetTemplateCommand).de(de_GetTemplateCommand).build() {
|
|
1778
|
+
static {
|
|
1779
|
+
__name(this, "GetTemplateCommand");
|
|
1780
|
+
}
|
|
1758
1781
|
};
|
|
1759
|
-
__name(_GetTemplateCommand, "GetTemplateCommand");
|
|
1760
|
-
var GetTemplateCommand = _GetTemplateCommand;
|
|
1761
1782
|
|
|
1762
1783
|
// src/commands/GetTemplateStepCommand.ts
|
|
1763
1784
|
|
|
1764
1785
|
|
|
1765
1786
|
|
|
1766
|
-
var
|
|
1787
|
+
var GetTemplateStepCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1767
1788
|
return [
|
|
1768
1789
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1769
1790
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1770
1791
|
];
|
|
1771
1792
|
}).s("AWSMigrationHubOrchestrator", "GetTemplateStep", {}).n("MigrationHubOrchestratorClient", "GetTemplateStepCommand").f(void 0, void 0).ser(se_GetTemplateStepCommand).de(de_GetTemplateStepCommand).build() {
|
|
1793
|
+
static {
|
|
1794
|
+
__name(this, "GetTemplateStepCommand");
|
|
1795
|
+
}
|
|
1772
1796
|
};
|
|
1773
|
-
__name(_GetTemplateStepCommand, "GetTemplateStepCommand");
|
|
1774
|
-
var GetTemplateStepCommand = _GetTemplateStepCommand;
|
|
1775
1797
|
|
|
1776
1798
|
// src/commands/GetTemplateStepGroupCommand.ts
|
|
1777
1799
|
|
|
1778
1800
|
|
|
1779
1801
|
|
|
1780
|
-
var
|
|
1802
|
+
var GetTemplateStepGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1781
1803
|
return [
|
|
1782
1804
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1783
1805
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1784
1806
|
];
|
|
1785
1807
|
}).s("AWSMigrationHubOrchestrator", "GetTemplateStepGroup", {}).n("MigrationHubOrchestratorClient", "GetTemplateStepGroupCommand").f(void 0, void 0).ser(se_GetTemplateStepGroupCommand).de(de_GetTemplateStepGroupCommand).build() {
|
|
1808
|
+
static {
|
|
1809
|
+
__name(this, "GetTemplateStepGroupCommand");
|
|
1810
|
+
}
|
|
1786
1811
|
};
|
|
1787
|
-
__name(_GetTemplateStepGroupCommand, "GetTemplateStepGroupCommand");
|
|
1788
|
-
var GetTemplateStepGroupCommand = _GetTemplateStepGroupCommand;
|
|
1789
1812
|
|
|
1790
1813
|
// src/commands/GetWorkflowCommand.ts
|
|
1791
1814
|
|
|
1792
1815
|
|
|
1793
1816
|
|
|
1794
|
-
var
|
|
1817
|
+
var GetWorkflowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1795
1818
|
return [
|
|
1796
1819
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1797
1820
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1798
1821
|
];
|
|
1799
1822
|
}).s("AWSMigrationHubOrchestrator", "GetWorkflow", {}).n("MigrationHubOrchestratorClient", "GetWorkflowCommand").f(void 0, GetMigrationWorkflowResponseFilterSensitiveLog).ser(se_GetWorkflowCommand).de(de_GetWorkflowCommand).build() {
|
|
1823
|
+
static {
|
|
1824
|
+
__name(this, "GetWorkflowCommand");
|
|
1825
|
+
}
|
|
1800
1826
|
};
|
|
1801
|
-
__name(_GetWorkflowCommand, "GetWorkflowCommand");
|
|
1802
|
-
var GetWorkflowCommand = _GetWorkflowCommand;
|
|
1803
1827
|
|
|
1804
1828
|
// src/commands/GetWorkflowStepCommand.ts
|
|
1805
1829
|
|
|
1806
1830
|
|
|
1807
1831
|
|
|
1808
|
-
var
|
|
1832
|
+
var GetWorkflowStepCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1809
1833
|
return [
|
|
1810
1834
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1811
1835
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1812
1836
|
];
|
|
1813
1837
|
}).s("AWSMigrationHubOrchestrator", "GetWorkflowStep", {}).n("MigrationHubOrchestratorClient", "GetWorkflowStepCommand").f(void 0, void 0).ser(se_GetWorkflowStepCommand).de(de_GetWorkflowStepCommand).build() {
|
|
1838
|
+
static {
|
|
1839
|
+
__name(this, "GetWorkflowStepCommand");
|
|
1840
|
+
}
|
|
1814
1841
|
};
|
|
1815
|
-
__name(_GetWorkflowStepCommand, "GetWorkflowStepCommand");
|
|
1816
|
-
var GetWorkflowStepCommand = _GetWorkflowStepCommand;
|
|
1817
1842
|
|
|
1818
1843
|
// src/commands/GetWorkflowStepGroupCommand.ts
|
|
1819
1844
|
|
|
1820
1845
|
|
|
1821
1846
|
|
|
1822
|
-
var
|
|
1847
|
+
var GetWorkflowStepGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1823
1848
|
return [
|
|
1824
1849
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1825
1850
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1826
1851
|
];
|
|
1827
1852
|
}).s("AWSMigrationHubOrchestrator", "GetWorkflowStepGroup", {}).n("MigrationHubOrchestratorClient", "GetWorkflowStepGroupCommand").f(void 0, void 0).ser(se_GetWorkflowStepGroupCommand).de(de_GetWorkflowStepGroupCommand).build() {
|
|
1853
|
+
static {
|
|
1854
|
+
__name(this, "GetWorkflowStepGroupCommand");
|
|
1855
|
+
}
|
|
1828
1856
|
};
|
|
1829
|
-
__name(_GetWorkflowStepGroupCommand, "GetWorkflowStepGroupCommand");
|
|
1830
|
-
var GetWorkflowStepGroupCommand = _GetWorkflowStepGroupCommand;
|
|
1831
1857
|
|
|
1832
1858
|
// src/commands/ListPluginsCommand.ts
|
|
1833
1859
|
|
|
1834
1860
|
|
|
1835
1861
|
|
|
1836
|
-
var
|
|
1862
|
+
var ListPluginsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1837
1863
|
return [
|
|
1838
1864
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1839
1865
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1840
1866
|
];
|
|
1841
1867
|
}).s("AWSMigrationHubOrchestrator", "ListPlugins", {}).n("MigrationHubOrchestratorClient", "ListPluginsCommand").f(void 0, void 0).ser(se_ListPluginsCommand).de(de_ListPluginsCommand).build() {
|
|
1868
|
+
static {
|
|
1869
|
+
__name(this, "ListPluginsCommand");
|
|
1870
|
+
}
|
|
1842
1871
|
};
|
|
1843
|
-
__name(_ListPluginsCommand, "ListPluginsCommand");
|
|
1844
|
-
var ListPluginsCommand = _ListPluginsCommand;
|
|
1845
1872
|
|
|
1846
1873
|
// src/commands/ListTagsForResourceCommand.ts
|
|
1847
1874
|
|
|
1848
1875
|
|
|
1849
1876
|
|
|
1850
|
-
var
|
|
1877
|
+
var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1851
1878
|
return [
|
|
1852
1879
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1853
1880
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1854
1881
|
];
|
|
1855
1882
|
}).s("AWSMigrationHubOrchestrator", "ListTagsForResource", {}).n("MigrationHubOrchestratorClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
|
|
1883
|
+
static {
|
|
1884
|
+
__name(this, "ListTagsForResourceCommand");
|
|
1885
|
+
}
|
|
1856
1886
|
};
|
|
1857
|
-
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
1858
|
-
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
1859
1887
|
|
|
1860
1888
|
// src/commands/ListTemplatesCommand.ts
|
|
1861
1889
|
|
|
1862
1890
|
|
|
1863
1891
|
|
|
1864
|
-
var
|
|
1892
|
+
var ListTemplatesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1865
1893
|
return [
|
|
1866
1894
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1867
1895
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1868
1896
|
];
|
|
1869
1897
|
}).s("AWSMigrationHubOrchestrator", "ListTemplates", {}).n("MigrationHubOrchestratorClient", "ListTemplatesCommand").f(void 0, void 0).ser(se_ListTemplatesCommand).de(de_ListTemplatesCommand).build() {
|
|
1898
|
+
static {
|
|
1899
|
+
__name(this, "ListTemplatesCommand");
|
|
1900
|
+
}
|
|
1870
1901
|
};
|
|
1871
|
-
__name(_ListTemplatesCommand, "ListTemplatesCommand");
|
|
1872
|
-
var ListTemplatesCommand = _ListTemplatesCommand;
|
|
1873
1902
|
|
|
1874
1903
|
// src/commands/ListTemplateStepGroupsCommand.ts
|
|
1875
1904
|
|
|
1876
1905
|
|
|
1877
1906
|
|
|
1878
|
-
var
|
|
1907
|
+
var ListTemplateStepGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1879
1908
|
return [
|
|
1880
1909
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1881
1910
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1882
1911
|
];
|
|
1883
1912
|
}).s("AWSMigrationHubOrchestrator", "ListTemplateStepGroups", {}).n("MigrationHubOrchestratorClient", "ListTemplateStepGroupsCommand").f(void 0, void 0).ser(se_ListTemplateStepGroupsCommand).de(de_ListTemplateStepGroupsCommand).build() {
|
|
1913
|
+
static {
|
|
1914
|
+
__name(this, "ListTemplateStepGroupsCommand");
|
|
1915
|
+
}
|
|
1884
1916
|
};
|
|
1885
|
-
__name(_ListTemplateStepGroupsCommand, "ListTemplateStepGroupsCommand");
|
|
1886
|
-
var ListTemplateStepGroupsCommand = _ListTemplateStepGroupsCommand;
|
|
1887
1917
|
|
|
1888
1918
|
// src/commands/ListTemplateStepsCommand.ts
|
|
1889
1919
|
|
|
1890
1920
|
|
|
1891
1921
|
|
|
1892
|
-
var
|
|
1922
|
+
var ListTemplateStepsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1893
1923
|
return [
|
|
1894
1924
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1895
1925
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1896
1926
|
];
|
|
1897
1927
|
}).s("AWSMigrationHubOrchestrator", "ListTemplateSteps", {}).n("MigrationHubOrchestratorClient", "ListTemplateStepsCommand").f(void 0, void 0).ser(se_ListTemplateStepsCommand).de(de_ListTemplateStepsCommand).build() {
|
|
1928
|
+
static {
|
|
1929
|
+
__name(this, "ListTemplateStepsCommand");
|
|
1930
|
+
}
|
|
1898
1931
|
};
|
|
1899
|
-
__name(_ListTemplateStepsCommand, "ListTemplateStepsCommand");
|
|
1900
|
-
var ListTemplateStepsCommand = _ListTemplateStepsCommand;
|
|
1901
1932
|
|
|
1902
1933
|
// src/commands/ListWorkflowsCommand.ts
|
|
1903
1934
|
|
|
1904
1935
|
|
|
1905
1936
|
|
|
1906
|
-
var
|
|
1937
|
+
var ListWorkflowsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1907
1938
|
return [
|
|
1908
1939
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1909
1940
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1910
1941
|
];
|
|
1911
1942
|
}).s("AWSMigrationHubOrchestrator", "ListWorkflows", {}).n("MigrationHubOrchestratorClient", "ListWorkflowsCommand").f(void 0, void 0).ser(se_ListWorkflowsCommand).de(de_ListWorkflowsCommand).build() {
|
|
1943
|
+
static {
|
|
1944
|
+
__name(this, "ListWorkflowsCommand");
|
|
1945
|
+
}
|
|
1912
1946
|
};
|
|
1913
|
-
__name(_ListWorkflowsCommand, "ListWorkflowsCommand");
|
|
1914
|
-
var ListWorkflowsCommand = _ListWorkflowsCommand;
|
|
1915
1947
|
|
|
1916
1948
|
// src/commands/ListWorkflowStepGroupsCommand.ts
|
|
1917
1949
|
|
|
1918
1950
|
|
|
1919
1951
|
|
|
1920
|
-
var
|
|
1952
|
+
var ListWorkflowStepGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1921
1953
|
return [
|
|
1922
1954
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1923
1955
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1924
1956
|
];
|
|
1925
1957
|
}).s("AWSMigrationHubOrchestrator", "ListWorkflowStepGroups", {}).n("MigrationHubOrchestratorClient", "ListWorkflowStepGroupsCommand").f(void 0, void 0).ser(se_ListWorkflowStepGroupsCommand).de(de_ListWorkflowStepGroupsCommand).build() {
|
|
1958
|
+
static {
|
|
1959
|
+
__name(this, "ListWorkflowStepGroupsCommand");
|
|
1960
|
+
}
|
|
1926
1961
|
};
|
|
1927
|
-
__name(_ListWorkflowStepGroupsCommand, "ListWorkflowStepGroupsCommand");
|
|
1928
|
-
var ListWorkflowStepGroupsCommand = _ListWorkflowStepGroupsCommand;
|
|
1929
1962
|
|
|
1930
1963
|
// src/commands/ListWorkflowStepsCommand.ts
|
|
1931
1964
|
|
|
1932
1965
|
|
|
1933
1966
|
|
|
1934
|
-
var
|
|
1967
|
+
var ListWorkflowStepsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1935
1968
|
return [
|
|
1936
1969
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1937
1970
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1938
1971
|
];
|
|
1939
1972
|
}).s("AWSMigrationHubOrchestrator", "ListWorkflowSteps", {}).n("MigrationHubOrchestratorClient", "ListWorkflowStepsCommand").f(void 0, void 0).ser(se_ListWorkflowStepsCommand).de(de_ListWorkflowStepsCommand).build() {
|
|
1973
|
+
static {
|
|
1974
|
+
__name(this, "ListWorkflowStepsCommand");
|
|
1975
|
+
}
|
|
1940
1976
|
};
|
|
1941
|
-
__name(_ListWorkflowStepsCommand, "ListWorkflowStepsCommand");
|
|
1942
|
-
var ListWorkflowStepsCommand = _ListWorkflowStepsCommand;
|
|
1943
1977
|
|
|
1944
1978
|
// src/commands/RetryWorkflowStepCommand.ts
|
|
1945
1979
|
|
|
1946
1980
|
|
|
1947
1981
|
|
|
1948
|
-
var
|
|
1982
|
+
var RetryWorkflowStepCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1949
1983
|
return [
|
|
1950
1984
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1951
1985
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1952
1986
|
];
|
|
1953
1987
|
}).s("AWSMigrationHubOrchestrator", "RetryWorkflowStep", {}).n("MigrationHubOrchestratorClient", "RetryWorkflowStepCommand").f(void 0, void 0).ser(se_RetryWorkflowStepCommand).de(de_RetryWorkflowStepCommand).build() {
|
|
1988
|
+
static {
|
|
1989
|
+
__name(this, "RetryWorkflowStepCommand");
|
|
1990
|
+
}
|
|
1954
1991
|
};
|
|
1955
|
-
__name(_RetryWorkflowStepCommand, "RetryWorkflowStepCommand");
|
|
1956
|
-
var RetryWorkflowStepCommand = _RetryWorkflowStepCommand;
|
|
1957
1992
|
|
|
1958
1993
|
// src/commands/StartWorkflowCommand.ts
|
|
1959
1994
|
|
|
1960
1995
|
|
|
1961
1996
|
|
|
1962
|
-
var
|
|
1997
|
+
var StartWorkflowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1963
1998
|
return [
|
|
1964
1999
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1965
2000
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1966
2001
|
];
|
|
1967
2002
|
}).s("AWSMigrationHubOrchestrator", "StartWorkflow", {}).n("MigrationHubOrchestratorClient", "StartWorkflowCommand").f(void 0, void 0).ser(se_StartWorkflowCommand).de(de_StartWorkflowCommand).build() {
|
|
2003
|
+
static {
|
|
2004
|
+
__name(this, "StartWorkflowCommand");
|
|
2005
|
+
}
|
|
1968
2006
|
};
|
|
1969
|
-
__name(_StartWorkflowCommand, "StartWorkflowCommand");
|
|
1970
|
-
var StartWorkflowCommand = _StartWorkflowCommand;
|
|
1971
2007
|
|
|
1972
2008
|
// src/commands/StopWorkflowCommand.ts
|
|
1973
2009
|
|
|
1974
2010
|
|
|
1975
2011
|
|
|
1976
|
-
var
|
|
2012
|
+
var StopWorkflowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1977
2013
|
return [
|
|
1978
2014
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1979
2015
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1980
2016
|
];
|
|
1981
2017
|
}).s("AWSMigrationHubOrchestrator", "StopWorkflow", {}).n("MigrationHubOrchestratorClient", "StopWorkflowCommand").f(void 0, void 0).ser(se_StopWorkflowCommand).de(de_StopWorkflowCommand).build() {
|
|
2018
|
+
static {
|
|
2019
|
+
__name(this, "StopWorkflowCommand");
|
|
2020
|
+
}
|
|
1982
2021
|
};
|
|
1983
|
-
__name(_StopWorkflowCommand, "StopWorkflowCommand");
|
|
1984
|
-
var StopWorkflowCommand = _StopWorkflowCommand;
|
|
1985
2022
|
|
|
1986
2023
|
// src/commands/TagResourceCommand.ts
|
|
1987
2024
|
|
|
1988
2025
|
|
|
1989
2026
|
|
|
1990
|
-
var
|
|
2027
|
+
var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1991
2028
|
return [
|
|
1992
2029
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1993
2030
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1994
2031
|
];
|
|
1995
2032
|
}).s("AWSMigrationHubOrchestrator", "TagResource", {}).n("MigrationHubOrchestratorClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
|
|
2033
|
+
static {
|
|
2034
|
+
__name(this, "TagResourceCommand");
|
|
2035
|
+
}
|
|
1996
2036
|
};
|
|
1997
|
-
__name(_TagResourceCommand, "TagResourceCommand");
|
|
1998
|
-
var TagResourceCommand = _TagResourceCommand;
|
|
1999
2037
|
|
|
2000
2038
|
// src/commands/UntagResourceCommand.ts
|
|
2001
2039
|
|
|
2002
2040
|
|
|
2003
2041
|
|
|
2004
|
-
var
|
|
2042
|
+
var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2005
2043
|
return [
|
|
2006
2044
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2007
2045
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2008
2046
|
];
|
|
2009
2047
|
}).s("AWSMigrationHubOrchestrator", "UntagResource", {}).n("MigrationHubOrchestratorClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
|
|
2048
|
+
static {
|
|
2049
|
+
__name(this, "UntagResourceCommand");
|
|
2050
|
+
}
|
|
2010
2051
|
};
|
|
2011
|
-
__name(_UntagResourceCommand, "UntagResourceCommand");
|
|
2012
|
-
var UntagResourceCommand = _UntagResourceCommand;
|
|
2013
2052
|
|
|
2014
2053
|
// src/commands/UpdateTemplateCommand.ts
|
|
2015
2054
|
|
|
2016
2055
|
|
|
2017
2056
|
|
|
2018
|
-
var
|
|
2057
|
+
var UpdateTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2019
2058
|
return [
|
|
2020
2059
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2021
2060
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2022
2061
|
];
|
|
2023
2062
|
}).s("AWSMigrationHubOrchestrator", "UpdateTemplate", {}).n("MigrationHubOrchestratorClient", "UpdateTemplateCommand").f(void 0, void 0).ser(se_UpdateTemplateCommand).de(de_UpdateTemplateCommand).build() {
|
|
2063
|
+
static {
|
|
2064
|
+
__name(this, "UpdateTemplateCommand");
|
|
2065
|
+
}
|
|
2024
2066
|
};
|
|
2025
|
-
__name(_UpdateTemplateCommand, "UpdateTemplateCommand");
|
|
2026
|
-
var UpdateTemplateCommand = _UpdateTemplateCommand;
|
|
2027
2067
|
|
|
2028
2068
|
// src/commands/UpdateWorkflowCommand.ts
|
|
2029
2069
|
|
|
2030
2070
|
|
|
2031
2071
|
|
|
2032
|
-
var
|
|
2072
|
+
var UpdateWorkflowCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2033
2073
|
return [
|
|
2034
2074
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2035
2075
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2036
2076
|
];
|
|
2037
2077
|
}).s("AWSMigrationHubOrchestrator", "UpdateWorkflow", {}).n("MigrationHubOrchestratorClient", "UpdateWorkflowCommand").f(UpdateMigrationWorkflowRequestFilterSensitiveLog, UpdateMigrationWorkflowResponseFilterSensitiveLog).ser(se_UpdateWorkflowCommand).de(de_UpdateWorkflowCommand).build() {
|
|
2078
|
+
static {
|
|
2079
|
+
__name(this, "UpdateWorkflowCommand");
|
|
2080
|
+
}
|
|
2038
2081
|
};
|
|
2039
|
-
__name(_UpdateWorkflowCommand, "UpdateWorkflowCommand");
|
|
2040
|
-
var UpdateWorkflowCommand = _UpdateWorkflowCommand;
|
|
2041
2082
|
|
|
2042
2083
|
// src/commands/UpdateWorkflowStepCommand.ts
|
|
2043
2084
|
|
|
2044
2085
|
|
|
2045
2086
|
|
|
2046
|
-
var
|
|
2087
|
+
var UpdateWorkflowStepCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2047
2088
|
return [
|
|
2048
2089
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2049
2090
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2050
2091
|
];
|
|
2051
2092
|
}).s("AWSMigrationHubOrchestrator", "UpdateWorkflowStep", {}).n("MigrationHubOrchestratorClient", "UpdateWorkflowStepCommand").f(void 0, void 0).ser(se_UpdateWorkflowStepCommand).de(de_UpdateWorkflowStepCommand).build() {
|
|
2093
|
+
static {
|
|
2094
|
+
__name(this, "UpdateWorkflowStepCommand");
|
|
2095
|
+
}
|
|
2052
2096
|
};
|
|
2053
|
-
__name(_UpdateWorkflowStepCommand, "UpdateWorkflowStepCommand");
|
|
2054
|
-
var UpdateWorkflowStepCommand = _UpdateWorkflowStepCommand;
|
|
2055
2097
|
|
|
2056
2098
|
// src/commands/UpdateWorkflowStepGroupCommand.ts
|
|
2057
2099
|
|
|
2058
2100
|
|
|
2059
2101
|
|
|
2060
|
-
var
|
|
2102
|
+
var UpdateWorkflowStepGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2061
2103
|
return [
|
|
2062
2104
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2063
2105
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2064
2106
|
];
|
|
2065
2107
|
}).s("AWSMigrationHubOrchestrator", "UpdateWorkflowStepGroup", {}).n("MigrationHubOrchestratorClient", "UpdateWorkflowStepGroupCommand").f(void 0, void 0).ser(se_UpdateWorkflowStepGroupCommand).de(de_UpdateWorkflowStepGroupCommand).build() {
|
|
2108
|
+
static {
|
|
2109
|
+
__name(this, "UpdateWorkflowStepGroupCommand");
|
|
2110
|
+
}
|
|
2066
2111
|
};
|
|
2067
|
-
__name(_UpdateWorkflowStepGroupCommand, "UpdateWorkflowStepGroupCommand");
|
|
2068
|
-
var UpdateWorkflowStepGroupCommand = _UpdateWorkflowStepGroupCommand;
|
|
2069
2112
|
|
|
2070
2113
|
// src/MigrationHubOrchestrator.ts
|
|
2071
2114
|
var commands = {
|
|
@@ -2101,10 +2144,11 @@ var commands = {
|
|
|
2101
2144
|
UpdateWorkflowStepCommand,
|
|
2102
2145
|
UpdateWorkflowStepGroupCommand
|
|
2103
2146
|
};
|
|
2104
|
-
var
|
|
2147
|
+
var MigrationHubOrchestrator = class extends MigrationHubOrchestratorClient {
|
|
2148
|
+
static {
|
|
2149
|
+
__name(this, "MigrationHubOrchestrator");
|
|
2150
|
+
}
|
|
2105
2151
|
};
|
|
2106
|
-
__name(_MigrationHubOrchestrator, "MigrationHubOrchestrator");
|
|
2107
|
-
var MigrationHubOrchestrator = _MigrationHubOrchestrator;
|
|
2108
2152
|
(0, import_smithy_client.createAggregatedClient)(commands, MigrationHubOrchestrator);
|
|
2109
2153
|
|
|
2110
2154
|
// src/pagination/ListPluginsPaginator.ts
|
|
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
|
14
14
|
import { resolveRuntimeExtensions } from "./runtimeExtensions";
|
|
15
15
|
export { __Client };
|
|
16
16
|
export class MigrationHubOrchestratorClient extends __Client {
|
|
17
|
+
config;
|
|
17
18
|
constructor(...[configuration]) {
|
|
18
19
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
|
19
20
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { MigrationHubOrchestratorServiceException as __BaseException } from "./MigrationHubOrchestratorServiceException";
|
|
3
3
|
export class AccessDeniedException extends __BaseException {
|
|
4
|
+
name = "AccessDeniedException";
|
|
5
|
+
$fault = "client";
|
|
6
|
+
$retryable = {};
|
|
4
7
|
constructor(opts) {
|
|
5
8
|
super({
|
|
6
9
|
name: "AccessDeniedException",
|
|
7
10
|
$fault: "client",
|
|
8
11
|
...opts,
|
|
9
12
|
});
|
|
10
|
-
this.name = "AccessDeniedException";
|
|
11
|
-
this.$fault = "client";
|
|
12
|
-
this.$retryable = {};
|
|
13
13
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
export class ResourceNotFoundException extends __BaseException {
|
|
17
|
+
name = "ResourceNotFoundException";
|
|
18
|
+
$fault = "client";
|
|
17
19
|
constructor(opts) {
|
|
18
20
|
super({
|
|
19
21
|
name: "ResourceNotFoundException",
|
|
20
22
|
$fault: "client",
|
|
21
23
|
...opts,
|
|
22
24
|
});
|
|
23
|
-
this.name = "ResourceNotFoundException";
|
|
24
|
-
this.$fault = "client";
|
|
25
25
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
26
26
|
}
|
|
27
27
|
}
|
|
28
28
|
export class ValidationException extends __BaseException {
|
|
29
|
+
name = "ValidationException";
|
|
30
|
+
$fault = "client";
|
|
31
|
+
$retryable = {};
|
|
29
32
|
constructor(opts) {
|
|
30
33
|
super({
|
|
31
34
|
name: "ValidationException",
|
|
32
35
|
$fault: "client",
|
|
33
36
|
...opts,
|
|
34
37
|
});
|
|
35
|
-
this.name = "ValidationException";
|
|
36
|
-
this.$fault = "client";
|
|
37
|
-
this.$retryable = {};
|
|
38
38
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
39
39
|
}
|
|
40
40
|
}
|
|
@@ -69,39 +69,39 @@ export const MigrationWorkflowStatusEnum = {
|
|
|
69
69
|
WORKFLOW_FAILED: "WORKFLOW_FAILED",
|
|
70
70
|
};
|
|
71
71
|
export class InternalServerException extends __BaseException {
|
|
72
|
+
name = "InternalServerException";
|
|
73
|
+
$fault = "server";
|
|
72
74
|
constructor(opts) {
|
|
73
75
|
super({
|
|
74
76
|
name: "InternalServerException",
|
|
75
77
|
$fault: "server",
|
|
76
78
|
...opts,
|
|
77
79
|
});
|
|
78
|
-
this.name = "InternalServerException";
|
|
79
|
-
this.$fault = "server";
|
|
80
80
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
export class ThrottlingException extends __BaseException {
|
|
84
|
+
name = "ThrottlingException";
|
|
85
|
+
$fault = "client";
|
|
84
86
|
constructor(opts) {
|
|
85
87
|
super({
|
|
86
88
|
name: "ThrottlingException",
|
|
87
89
|
$fault: "client",
|
|
88
90
|
...opts,
|
|
89
91
|
});
|
|
90
|
-
this.name = "ThrottlingException";
|
|
91
|
-
this.$fault = "client";
|
|
92
92
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
95
|
export class ConflictException extends __BaseException {
|
|
96
|
+
name = "ConflictException";
|
|
97
|
+
$fault = "client";
|
|
98
|
+
$retryable = {};
|
|
96
99
|
constructor(opts) {
|
|
97
100
|
super({
|
|
98
101
|
name: "ConflictException",
|
|
99
102
|
$fault: "client",
|
|
100
103
|
...opts,
|
|
101
104
|
});
|
|
102
|
-
this.name = "ConflictException";
|
|
103
|
-
this.$fault = "client";
|
|
104
|
-
this.$retryable = {};
|
|
105
105
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
106
106
|
}
|
|
107
107
|
}
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: MigrationHubOrchestratorClientCo
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: MigrationHubOrchestratorClientCo
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<string>;
|
|
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: MigrationHubOrchestratorClientCo
|
|
|
22
22
|
region: string | import("@smithy/types").Provider<any>;
|
|
23
23
|
profile?: string | undefined;
|
|
24
24
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
25
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
25
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
26
26
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: MigrationHubOrchestratorClientCo
|
|
|
31
31
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
32
32
|
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
|
33
33
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
34
|
-
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
|
|
34
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
35
35
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
36
36
|
logger?: import("@smithy/types").Logger | undefined;
|
|
37
37
|
}) => import("@smithy/types").EndpointV2;
|
|
@@ -8,9 +8,11 @@ export declare const getRuntimeConfig: (
|
|
|
8
8
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
|
-
credentialDefaultProvider:
|
|
12
|
-
input: any
|
|
13
|
-
|
|
11
|
+
credentialDefaultProvider:
|
|
12
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
13
|
+
| ((
|
|
14
|
+
_: unknown
|
|
15
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
14
16
|
defaultUserAgentProvider: (
|
|
15
17
|
config?:
|
|
16
18
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
@@ -8,13 +8,15 @@ export declare const getRuntimeConfig: (
|
|
|
8
8
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
9
9
|
>;
|
|
10
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
11
|
-
credentialDefaultProvider:
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
11
|
+
credentialDefaultProvider:
|
|
12
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
13
|
+
| ((
|
|
14
|
+
init?:
|
|
15
|
+
| import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
16
|
+
| undefined
|
|
17
|
+
) => import("@smithy/types").MemoizedProvider<
|
|
18
|
+
import("@smithy/types").AwsCredentialIdentity
|
|
19
|
+
>);
|
|
18
20
|
defaultUserAgentProvider: (
|
|
19
21
|
config?:
|
|
20
22
|
| import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
|
@@ -30,9 +30,11 @@ export declare const getRuntimeConfig: (
|
|
|
30
30
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
31
31
|
| undefined
|
|
32
32
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
33
|
-
credentialDefaultProvider:
|
|
34
|
-
input: any
|
|
35
|
-
|
|
33
|
+
credentialDefaultProvider:
|
|
34
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
35
|
+
| ((
|
|
36
|
+
_: unknown
|
|
37
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
36
38
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
37
39
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
40
|
logger: import("@smithy/types").Logger;
|
|
@@ -52,11 +54,21 @@ export declare const getRuntimeConfig: (
|
|
|
52
54
|
| import("@smithy/types").RetryStrategyV2
|
|
53
55
|
| undefined;
|
|
54
56
|
endpoint?:
|
|
55
|
-
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
57
|
+
| ((
|
|
58
|
+
| string
|
|
59
|
+
| import("@smithy/types").Endpoint
|
|
60
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
61
|
+
| import("@smithy/types").EndpointV2
|
|
62
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
63
|
+
) &
|
|
64
|
+
(
|
|
65
|
+
| string
|
|
66
|
+
| import("@smithy/types").Provider<string>
|
|
67
|
+
| import("@smithy/types").Endpoint
|
|
68
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
69
|
+
| import("@smithy/types").EndpointV2
|
|
70
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
71
|
+
))
|
|
60
72
|
| undefined;
|
|
61
73
|
endpointProvider: (
|
|
62
74
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-migrationhuborchestrator",
|
|
3
3
|
"description": "AWS SDK for JavaScript Migrationhuborchestrator Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.726.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-migrationhuborchestrator",
|
|
@@ -20,58 +20,58 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^
|
|
37
|
-
"@smithy/core": "^
|
|
38
|
-
"@smithy/fetch-http-handler": "^
|
|
39
|
-
"@smithy/hash-node": "^
|
|
40
|
-
"@smithy/invalid-dependency": "^
|
|
41
|
-
"@smithy/middleware-content-length": "^
|
|
42
|
-
"@smithy/middleware-endpoint": "^
|
|
43
|
-
"@smithy/middleware-retry": "^
|
|
44
|
-
"@smithy/middleware-serde": "^
|
|
45
|
-
"@smithy/middleware-stack": "^
|
|
46
|
-
"@smithy/node-config-provider": "^
|
|
47
|
-
"@smithy/node-http-handler": "^
|
|
48
|
-
"@smithy/protocol-http": "^
|
|
49
|
-
"@smithy/smithy-client": "^
|
|
50
|
-
"@smithy/types": "^
|
|
51
|
-
"@smithy/url-parser": "^
|
|
52
|
-
"@smithy/util-base64": "^
|
|
53
|
-
"@smithy/util-body-length-browser": "^
|
|
54
|
-
"@smithy/util-body-length-node": "^
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^
|
|
57
|
-
"@smithy/util-endpoints": "^
|
|
58
|
-
"@smithy/util-middleware": "^
|
|
59
|
-
"@smithy/util-retry": "^
|
|
60
|
-
"@smithy/util-utf8": "^
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.726.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.726.0",
|
|
25
|
+
"@aws-sdk/core": "3.723.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.726.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.723.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.723.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.723.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.726.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.723.0",
|
|
32
|
+
"@aws-sdk/types": "3.723.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.726.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.723.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.726.0",
|
|
36
|
+
"@smithy/config-resolver": "^4.0.0",
|
|
37
|
+
"@smithy/core": "^3.0.0",
|
|
38
|
+
"@smithy/fetch-http-handler": "^5.0.0",
|
|
39
|
+
"@smithy/hash-node": "^4.0.0",
|
|
40
|
+
"@smithy/invalid-dependency": "^4.0.0",
|
|
41
|
+
"@smithy/middleware-content-length": "^4.0.0",
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.0.0",
|
|
43
|
+
"@smithy/middleware-retry": "^4.0.0",
|
|
44
|
+
"@smithy/middleware-serde": "^4.0.0",
|
|
45
|
+
"@smithy/middleware-stack": "^4.0.0",
|
|
46
|
+
"@smithy/node-config-provider": "^4.0.0",
|
|
47
|
+
"@smithy/node-http-handler": "^4.0.0",
|
|
48
|
+
"@smithy/protocol-http": "^5.0.0",
|
|
49
|
+
"@smithy/smithy-client": "^4.0.0",
|
|
50
|
+
"@smithy/types": "^4.0.0",
|
|
51
|
+
"@smithy/url-parser": "^4.0.0",
|
|
52
|
+
"@smithy/util-base64": "^4.0.0",
|
|
53
|
+
"@smithy/util-body-length-browser": "^4.0.0",
|
|
54
|
+
"@smithy/util-body-length-node": "^4.0.0",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.0.0",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.0.0",
|
|
57
|
+
"@smithy/util-endpoints": "^3.0.0",
|
|
58
|
+
"@smithy/util-middleware": "^4.0.0",
|
|
59
|
+
"@smithy/util-retry": "^4.0.0",
|
|
60
|
+
"@smithy/util-utf8": "^4.0.0",
|
|
61
61
|
"@types/uuid": "^9.0.1",
|
|
62
62
|
"tslib": "^2.6.2",
|
|
63
63
|
"uuid": "^9.0.1"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@tsconfig/
|
|
67
|
-
"@types/node": "^
|
|
66
|
+
"@tsconfig/node18": "18.2.4",
|
|
67
|
+
"@types/node": "^18.19.69",
|
|
68
68
|
"concurrently": "7.0.0",
|
|
69
69
|
"downlevel-dts": "0.10.1",
|
|
70
70
|
"rimraf": "3.0.2",
|
|
71
|
-
"typescript": "~
|
|
71
|
+
"typescript": "~5.2.2"
|
|
72
72
|
},
|
|
73
73
|
"engines": {
|
|
74
|
-
"node": ">=
|
|
74
|
+
"node": ">=18.0.0"
|
|
75
75
|
},
|
|
76
76
|
"typesVersions": {
|
|
77
77
|
"<4.0": {
|