@aws-sdk/client-migration-hub 3.948.0 → 3.953.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 +303 -205
- package/dist-cjs/runtimeConfig.shared.js +6 -6
- package/dist-es/commands/AssociateCreatedArtifactCommand.js +2 -2
- package/dist-es/commands/AssociateDiscoveredResourceCommand.js +2 -2
- package/dist-es/commands/AssociateSourceResourceCommand.js +2 -2
- package/dist-es/commands/CreateProgressUpdateStreamCommand.js +2 -2
- package/dist-es/commands/DeleteProgressUpdateStreamCommand.js +2 -2
- package/dist-es/commands/DescribeApplicationStateCommand.js +2 -2
- package/dist-es/commands/DescribeMigrationTaskCommand.js +2 -2
- package/dist-es/commands/DisassociateCreatedArtifactCommand.js +2 -2
- package/dist-es/commands/DisassociateDiscoveredResourceCommand.js +2 -2
- package/dist-es/commands/DisassociateSourceResourceCommand.js +2 -2
- package/dist-es/commands/ImportMigrationTaskCommand.js +2 -2
- package/dist-es/commands/ListApplicationStatesCommand.js +2 -2
- package/dist-es/commands/ListCreatedArtifactsCommand.js +2 -2
- package/dist-es/commands/ListDiscoveredResourcesCommand.js +2 -2
- package/dist-es/commands/ListMigrationTaskUpdatesCommand.js +2 -2
- package/dist-es/commands/ListMigrationTasksCommand.js +2 -2
- package/dist-es/commands/ListProgressUpdateStreamsCommand.js +2 -2
- package/dist-es/commands/ListSourceResourcesCommand.js +2 -2
- package/dist-es/commands/NotifyApplicationStateCommand.js +2 -2
- package/dist-es/commands/NotifyMigrationTaskStateCommand.js +2 -2
- package/dist-es/commands/PutResourceAttributesCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -6
- package/dist-es/schemas/schemas_0.js +169 -155
- package/dist-types/MigrationHubClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +85 -95
- package/dist-types/ts3.4/MigrationHubClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +84 -95
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class MigrationHubClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class MigrationHubServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, MigrationHubServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AccessDeniedException extends MigrationHubServiceException {
|
|
121
121
|
name = "AccessDeniedException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
Message;
|
|
@@ -130,8 +130,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends MigrationHubSe
|
|
|
130
130
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
131
131
|
this.Message = opts.Message;
|
|
132
132
|
}
|
|
133
|
-
}
|
|
134
|
-
|
|
133
|
+
}
|
|
134
|
+
class DryRunOperation extends MigrationHubServiceException {
|
|
135
135
|
name = "DryRunOperation";
|
|
136
136
|
$fault = "client";
|
|
137
137
|
Message;
|
|
@@ -144,8 +144,8 @@ let DryRunOperation$1 = class DryRunOperation extends MigrationHubServiceExcepti
|
|
|
144
144
|
Object.setPrototypeOf(this, DryRunOperation.prototype);
|
|
145
145
|
this.Message = opts.Message;
|
|
146
146
|
}
|
|
147
|
-
}
|
|
148
|
-
|
|
147
|
+
}
|
|
148
|
+
class HomeRegionNotSetException extends MigrationHubServiceException {
|
|
149
149
|
name = "HomeRegionNotSetException";
|
|
150
150
|
$fault = "client";
|
|
151
151
|
Message;
|
|
@@ -158,8 +158,8 @@ let HomeRegionNotSetException$1 = class HomeRegionNotSetException extends Migrat
|
|
|
158
158
|
Object.setPrototypeOf(this, HomeRegionNotSetException.prototype);
|
|
159
159
|
this.Message = opts.Message;
|
|
160
160
|
}
|
|
161
|
-
}
|
|
162
|
-
|
|
161
|
+
}
|
|
162
|
+
class InternalServerError extends MigrationHubServiceException {
|
|
163
163
|
name = "InternalServerError";
|
|
164
164
|
$fault = "server";
|
|
165
165
|
Message;
|
|
@@ -172,8 +172,8 @@ let InternalServerError$1 = class InternalServerError extends MigrationHubServic
|
|
|
172
172
|
Object.setPrototypeOf(this, InternalServerError.prototype);
|
|
173
173
|
this.Message = opts.Message;
|
|
174
174
|
}
|
|
175
|
-
}
|
|
176
|
-
|
|
175
|
+
}
|
|
176
|
+
class InvalidInputException extends MigrationHubServiceException {
|
|
177
177
|
name = "InvalidInputException";
|
|
178
178
|
$fault = "client";
|
|
179
179
|
Message;
|
|
@@ -186,8 +186,8 @@ let InvalidInputException$1 = class InvalidInputException extends MigrationHubSe
|
|
|
186
186
|
Object.setPrototypeOf(this, InvalidInputException.prototype);
|
|
187
187
|
this.Message = opts.Message;
|
|
188
188
|
}
|
|
189
|
-
}
|
|
190
|
-
|
|
189
|
+
}
|
|
190
|
+
class ResourceNotFoundException extends MigrationHubServiceException {
|
|
191
191
|
name = "ResourceNotFoundException";
|
|
192
192
|
$fault = "client";
|
|
193
193
|
Message;
|
|
@@ -200,8 +200,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Migrat
|
|
|
200
200
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
201
201
|
this.Message = opts.Message;
|
|
202
202
|
}
|
|
203
|
-
}
|
|
204
|
-
|
|
203
|
+
}
|
|
204
|
+
class ServiceUnavailableException extends MigrationHubServiceException {
|
|
205
205
|
name = "ServiceUnavailableException";
|
|
206
206
|
$fault = "server";
|
|
207
207
|
Message;
|
|
@@ -214,8 +214,8 @@ let ServiceUnavailableException$1 = class ServiceUnavailableException extends Mi
|
|
|
214
214
|
Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
|
|
215
215
|
this.Message = opts.Message;
|
|
216
216
|
}
|
|
217
|
-
}
|
|
218
|
-
|
|
217
|
+
}
|
|
218
|
+
class ThrottlingException extends MigrationHubServiceException {
|
|
219
219
|
name = "ThrottlingException";
|
|
220
220
|
$fault = "client";
|
|
221
221
|
Message;
|
|
@@ -230,8 +230,8 @@ let ThrottlingException$1 = class ThrottlingException extends MigrationHubServic
|
|
|
230
230
|
this.Message = opts.Message;
|
|
231
231
|
this.RetryAfterSeconds = opts.RetryAfterSeconds;
|
|
232
232
|
}
|
|
233
|
-
}
|
|
234
|
-
|
|
233
|
+
}
|
|
234
|
+
class UnauthorizedOperation extends MigrationHubServiceException {
|
|
235
235
|
name = "UnauthorizedOperation";
|
|
236
236
|
$fault = "client";
|
|
237
237
|
Message;
|
|
@@ -244,8 +244,8 @@ let UnauthorizedOperation$1 = class UnauthorizedOperation extends MigrationHubSe
|
|
|
244
244
|
Object.setPrototypeOf(this, UnauthorizedOperation.prototype);
|
|
245
245
|
this.Message = opts.Message;
|
|
246
246
|
}
|
|
247
|
-
}
|
|
248
|
-
|
|
247
|
+
}
|
|
248
|
+
class PolicyErrorException extends MigrationHubServiceException {
|
|
249
249
|
name = "PolicyErrorException";
|
|
250
250
|
$fault = "client";
|
|
251
251
|
Message;
|
|
@@ -258,7 +258,7 @@ let PolicyErrorException$1 = class PolicyErrorException extends MigrationHubServ
|
|
|
258
258
|
Object.setPrototypeOf(this, PolicyErrorException.prototype);
|
|
259
259
|
this.Message = opts.Message;
|
|
260
260
|
}
|
|
261
|
-
}
|
|
261
|
+
}
|
|
262
262
|
|
|
263
263
|
const _ACA = "AssociateCreatedArtifact";
|
|
264
264
|
const _ACAR = "AssociateCreatedArtifactRequest";
|
|
@@ -387,46 +387,46 @@ const _hH = "httpHeader";
|
|
|
387
387
|
const _s = "server";
|
|
388
388
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.migrationhub";
|
|
389
389
|
const n0 = "com.amazonaws.migrationhub";
|
|
390
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c }, [_M], [0]];
|
|
391
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
392
|
-
var ApplicationState = [3, n0, _AS, 0, [_AI, _ASp, _LUT], [0, 0, 4]];
|
|
393
|
-
var AssociateCreatedArtifactRequest = [
|
|
390
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c }, [_M], [0]];
|
|
391
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
392
|
+
var ApplicationState$ = [3, n0, _AS, 0, [_AI, _ASp, _LUT], [0, 0, 4]];
|
|
393
|
+
var AssociateCreatedArtifactRequest$ = [
|
|
394
394
|
3,
|
|
395
395
|
n0,
|
|
396
396
|
_ACAR,
|
|
397
397
|
0,
|
|
398
398
|
[_PUS, _MTN, _CA, _DR],
|
|
399
|
-
[0, 0, () => CreatedArtifact
|
|
399
|
+
[0, 0, () => CreatedArtifact$, 2],
|
|
400
400
|
];
|
|
401
|
-
var AssociateCreatedArtifactResult = [3, n0, _ACARs, 0, [], []];
|
|
402
|
-
var AssociateDiscoveredResourceRequest = [
|
|
401
|
+
var AssociateCreatedArtifactResult$ = [3, n0, _ACARs, 0, [], []];
|
|
402
|
+
var AssociateDiscoveredResourceRequest$ = [
|
|
403
403
|
3,
|
|
404
404
|
n0,
|
|
405
405
|
_ADRR,
|
|
406
406
|
0,
|
|
407
407
|
[_PUS, _MTN, _DRi, _DR],
|
|
408
|
-
[0, 0, () => DiscoveredResource
|
|
408
|
+
[0, 0, () => DiscoveredResource$, 2],
|
|
409
409
|
];
|
|
410
|
-
var AssociateDiscoveredResourceResult = [3, n0, _ADRRs, 0, [], []];
|
|
411
|
-
var AssociateSourceResourceRequest = [
|
|
410
|
+
var AssociateDiscoveredResourceResult$ = [3, n0, _ADRRs, 0, [], []];
|
|
411
|
+
var AssociateSourceResourceRequest$ = [
|
|
412
412
|
3,
|
|
413
413
|
n0,
|
|
414
414
|
_ASRR,
|
|
415
415
|
0,
|
|
416
416
|
[_PUS, _MTN, _SR, _DR],
|
|
417
|
-
[0, 0, () => SourceResource
|
|
417
|
+
[0, 0, () => SourceResource$, 2],
|
|
418
418
|
];
|
|
419
|
-
var AssociateSourceResourceResult = [3, n0, _ASRRs, 0, [], []];
|
|
420
|
-
var CreatedArtifact = [3, n0, _CA, 0, [_N, _D], [0, 0]];
|
|
421
|
-
var CreateProgressUpdateStreamRequest = [3, n0, _CPUSR, 0, [_PUSN, _DR], [0, 2]];
|
|
422
|
-
var CreateProgressUpdateStreamResult = [3, n0, _CPUSRr, 0, [], []];
|
|
423
|
-
var DeleteProgressUpdateStreamRequest = [3, n0, _DPUSR, 0, [_PUSN, _DR], [0, 2]];
|
|
424
|
-
var DeleteProgressUpdateStreamResult = [3, n0, _DPUSRe, 0, [], []];
|
|
425
|
-
var DescribeApplicationStateRequest = [3, n0, _DASR, 0, [_AI], [0]];
|
|
426
|
-
var DescribeApplicationStateResult = [3, n0, _DASRe, 0, [_ASp, _LUT], [0, 4]];
|
|
427
|
-
var DescribeMigrationTaskRequest = [3, n0, _DMTR, 0, [_PUS, _MTN], [0, 0]];
|
|
428
|
-
var DescribeMigrationTaskResult = [3, n0, _DMTRe, 0, [_MT], [() => MigrationTask]];
|
|
429
|
-
var DisassociateCreatedArtifactRequest = [
|
|
419
|
+
var AssociateSourceResourceResult$ = [3, n0, _ASRRs, 0, [], []];
|
|
420
|
+
var CreatedArtifact$ = [3, n0, _CA, 0, [_N, _D], [0, 0]];
|
|
421
|
+
var CreateProgressUpdateStreamRequest$ = [3, n0, _CPUSR, 0, [_PUSN, _DR], [0, 2]];
|
|
422
|
+
var CreateProgressUpdateStreamResult$ = [3, n0, _CPUSRr, 0, [], []];
|
|
423
|
+
var DeleteProgressUpdateStreamRequest$ = [3, n0, _DPUSR, 0, [_PUSN, _DR], [0, 2]];
|
|
424
|
+
var DeleteProgressUpdateStreamResult$ = [3, n0, _DPUSRe, 0, [], []];
|
|
425
|
+
var DescribeApplicationStateRequest$ = [3, n0, _DASR, 0, [_AI], [0]];
|
|
426
|
+
var DescribeApplicationStateResult$ = [3, n0, _DASRe, 0, [_ASp, _LUT], [0, 4]];
|
|
427
|
+
var DescribeMigrationTaskRequest$ = [3, n0, _DMTR, 0, [_PUS, _MTN], [0, 0]];
|
|
428
|
+
var DescribeMigrationTaskResult$ = [3, n0, _DMTRe, 0, [_MT], [() => MigrationTask$]];
|
|
429
|
+
var DisassociateCreatedArtifactRequest$ = [
|
|
430
430
|
3,
|
|
431
431
|
n0,
|
|
432
432
|
_DCAR,
|
|
@@ -434,8 +434,8 @@ var DisassociateCreatedArtifactRequest = [
|
|
|
434
434
|
[_PUS, _MTN, _CAN, _DR],
|
|
435
435
|
[0, 0, 0, 2],
|
|
436
436
|
];
|
|
437
|
-
var DisassociateCreatedArtifactResult = [3, n0, _DCARi, 0, [], []];
|
|
438
|
-
var DisassociateDiscoveredResourceRequest = [
|
|
437
|
+
var DisassociateCreatedArtifactResult$ = [3, n0, _DCARi, 0, [], []];
|
|
438
|
+
var DisassociateDiscoveredResourceRequest$ = [
|
|
439
439
|
3,
|
|
440
440
|
n0,
|
|
441
441
|
_DDRR,
|
|
@@ -443,8 +443,8 @@ var DisassociateDiscoveredResourceRequest = [
|
|
|
443
443
|
[_PUS, _MTN, _CI, _DR],
|
|
444
444
|
[0, 0, 0, 2],
|
|
445
445
|
];
|
|
446
|
-
var DisassociateDiscoveredResourceResult = [3, n0, _DDRRi, 0, [], []];
|
|
447
|
-
var DisassociateSourceResourceRequest = [
|
|
446
|
+
var DisassociateDiscoveredResourceResult$ = [3, n0, _DDRRi, 0, [], []];
|
|
447
|
+
var DisassociateSourceResourceRequest$ = [
|
|
448
448
|
3,
|
|
449
449
|
n0,
|
|
450
450
|
_DSRR,
|
|
@@ -452,20 +452,20 @@ var DisassociateSourceResourceRequest = [
|
|
|
452
452
|
[_PUS, _MTN, _SRN, _DR],
|
|
453
453
|
[0, 0, 0, 2],
|
|
454
454
|
];
|
|
455
|
-
var DisassociateSourceResourceResult = [3, n0, _DSRRi, 0, [], []];
|
|
456
|
-
var DiscoveredResource = [3, n0, _DRi, 0, [_CI, _D], [0, 0]];
|
|
457
|
-
var DryRunOperation = [-3, n0, _DRO, { [_e]: _c }, [_M], [0]];
|
|
458
|
-
schema.TypeRegistry.for(n0).registerError(DryRunOperation
|
|
459
|
-
var HomeRegionNotSetException = [-3, n0, _HRNSE, { [_e]: _c }, [_M], [0]];
|
|
460
|
-
schema.TypeRegistry.for(n0).registerError(HomeRegionNotSetException
|
|
461
|
-
var ImportMigrationTaskRequest = [3, n0, _IMTR, 0, [_PUS, _MTN, _DR], [0, 0, 2]];
|
|
462
|
-
var ImportMigrationTaskResult = [3, n0, _IMTRm, 0, [], []];
|
|
463
|
-
var InternalServerError = [-3, n0, _ISE, { [_e]: _s }, [_M], [0]];
|
|
464
|
-
schema.TypeRegistry.for(n0).registerError(InternalServerError
|
|
465
|
-
var InvalidInputException = [-3, n0, _IIE, { [_e]: _c }, [_M], [0]];
|
|
466
|
-
schema.TypeRegistry.for(n0).registerError(InvalidInputException
|
|
467
|
-
var ListApplicationStatesRequest = [3, n0, _LASR, 0, [_AIp, _NT, _MR], [64 | 0, 0, 1]];
|
|
468
|
-
var ListApplicationStatesResult = [
|
|
455
|
+
var DisassociateSourceResourceResult$ = [3, n0, _DSRRi, 0, [], []];
|
|
456
|
+
var DiscoveredResource$ = [3, n0, _DRi, 0, [_CI, _D], [0, 0]];
|
|
457
|
+
var DryRunOperation$ = [-3, n0, _DRO, { [_e]: _c }, [_M], [0]];
|
|
458
|
+
schema.TypeRegistry.for(n0).registerError(DryRunOperation$, DryRunOperation);
|
|
459
|
+
var HomeRegionNotSetException$ = [-3, n0, _HRNSE, { [_e]: _c }, [_M], [0]];
|
|
460
|
+
schema.TypeRegistry.for(n0).registerError(HomeRegionNotSetException$, HomeRegionNotSetException);
|
|
461
|
+
var ImportMigrationTaskRequest$ = [3, n0, _IMTR, 0, [_PUS, _MTN, _DR], [0, 0, 2]];
|
|
462
|
+
var ImportMigrationTaskResult$ = [3, n0, _IMTRm, 0, [], []];
|
|
463
|
+
var InternalServerError$ = [-3, n0, _ISE, { [_e]: _s }, [_M], [0]];
|
|
464
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerError$, InternalServerError);
|
|
465
|
+
var InvalidInputException$ = [-3, n0, _IIE, { [_e]: _c }, [_M], [0]];
|
|
466
|
+
schema.TypeRegistry.for(n0).registerError(InvalidInputException$, InvalidInputException);
|
|
467
|
+
var ListApplicationStatesRequest$ = [3, n0, _LASR, 0, [_AIp, _NT, _MR], [64 | 0, 0, 1]];
|
|
468
|
+
var ListApplicationStatesResult$ = [
|
|
469
469
|
3,
|
|
470
470
|
n0,
|
|
471
471
|
_LASRi,
|
|
@@ -473,8 +473,15 @@ var ListApplicationStatesResult = [
|
|
|
473
473
|
[_ASL, _NT],
|
|
474
474
|
[() => ApplicationStateList, 0],
|
|
475
475
|
];
|
|
476
|
-
var ListCreatedArtifactsRequest = [
|
|
477
|
-
|
|
476
|
+
var ListCreatedArtifactsRequest$ = [
|
|
477
|
+
3,
|
|
478
|
+
n0,
|
|
479
|
+
_LCAR,
|
|
480
|
+
0,
|
|
481
|
+
[_PUS, _MTN, _NT, _MR],
|
|
482
|
+
[0, 0, 0, 1],
|
|
483
|
+
];
|
|
484
|
+
var ListCreatedArtifactsResult$ = [
|
|
478
485
|
3,
|
|
479
486
|
n0,
|
|
480
487
|
_LCARi,
|
|
@@ -482,7 +489,7 @@ var ListCreatedArtifactsResult = [
|
|
|
482
489
|
[_NT, _CAL],
|
|
483
490
|
[0, () => CreatedArtifactList],
|
|
484
491
|
];
|
|
485
|
-
var ListDiscoveredResourcesRequest = [
|
|
492
|
+
var ListDiscoveredResourcesRequest$ = [
|
|
486
493
|
3,
|
|
487
494
|
n0,
|
|
488
495
|
_LDRR,
|
|
@@ -490,7 +497,7 @@ var ListDiscoveredResourcesRequest = [
|
|
|
490
497
|
[_PUS, _MTN, _NT, _MR],
|
|
491
498
|
[0, 0, 0, 1],
|
|
492
499
|
];
|
|
493
|
-
var ListDiscoveredResourcesResult = [
|
|
500
|
+
var ListDiscoveredResourcesResult$ = [
|
|
494
501
|
3,
|
|
495
502
|
n0,
|
|
496
503
|
_LDRRi,
|
|
@@ -498,8 +505,8 @@ var ListDiscoveredResourcesResult = [
|
|
|
498
505
|
[_NT, _DRL],
|
|
499
506
|
[0, () => DiscoveredResourceList],
|
|
500
507
|
];
|
|
501
|
-
var ListMigrationTasksRequest = [3, n0, _LMTR, 0, [_NT, _MR, _RN], [0, 1, 0]];
|
|
502
|
-
var ListMigrationTasksResult = [
|
|
508
|
+
var ListMigrationTasksRequest$ = [3, n0, _LMTR, 0, [_NT, _MR, _RN], [0, 1, 0]];
|
|
509
|
+
var ListMigrationTasksResult$ = [
|
|
503
510
|
3,
|
|
504
511
|
n0,
|
|
505
512
|
_LMTRi,
|
|
@@ -507,7 +514,7 @@ var ListMigrationTasksResult = [
|
|
|
507
514
|
[_NT, _MTSL],
|
|
508
515
|
[0, () => MigrationTaskSummaryList],
|
|
509
516
|
];
|
|
510
|
-
var ListMigrationTaskUpdatesRequest = [
|
|
517
|
+
var ListMigrationTaskUpdatesRequest$ = [
|
|
511
518
|
3,
|
|
512
519
|
n0,
|
|
513
520
|
_LMTUR,
|
|
@@ -515,7 +522,7 @@ var ListMigrationTaskUpdatesRequest = [
|
|
|
515
522
|
[_PUS, _MTN, _NT, _MR],
|
|
516
523
|
[0, 0, 0, 1],
|
|
517
524
|
];
|
|
518
|
-
var ListMigrationTaskUpdatesResult = [
|
|
525
|
+
var ListMigrationTaskUpdatesResult$ = [
|
|
519
526
|
3,
|
|
520
527
|
n0,
|
|
521
528
|
_LMTURi,
|
|
@@ -523,8 +530,8 @@ var ListMigrationTaskUpdatesResult = [
|
|
|
523
530
|
[_NT, _MTUL],
|
|
524
531
|
[0, () => MigrationTaskUpdateList],
|
|
525
532
|
];
|
|
526
|
-
var ListProgressUpdateStreamsRequest = [3, n0, _LPUSR, 0, [_NT, _MR], [0, 1]];
|
|
527
|
-
var ListProgressUpdateStreamsResult = [
|
|
533
|
+
var ListProgressUpdateStreamsRequest$ = [3, n0, _LPUSR, 0, [_NT, _MR], [0, 1]];
|
|
534
|
+
var ListProgressUpdateStreamsResult$ = [
|
|
528
535
|
3,
|
|
529
536
|
n0,
|
|
530
537
|
_LPUSRi,
|
|
@@ -532,8 +539,8 @@ var ListProgressUpdateStreamsResult = [
|
|
|
532
539
|
[_PUSSL, _NT],
|
|
533
540
|
[() => ProgressUpdateStreamSummaryList, 0],
|
|
534
541
|
];
|
|
535
|
-
var ListSourceResourcesRequest = [3, n0, _LSRR, 0, [_PUS, _MTN, _NT, _MR], [0, 0, 0, 1]];
|
|
536
|
-
var ListSourceResourcesResult = [
|
|
542
|
+
var ListSourceResourcesRequest$ = [3, n0, _LSRR, 0, [_PUS, _MTN, _NT, _MR], [0, 0, 0, 1]];
|
|
543
|
+
var ListSourceResourcesResult$ = [
|
|
537
544
|
3,
|
|
538
545
|
n0,
|
|
539
546
|
_LSRRi,
|
|
@@ -541,15 +548,15 @@ var ListSourceResourcesResult = [
|
|
|
541
548
|
[_NT, _SRL],
|
|
542
549
|
[0, () => SourceResourceList],
|
|
543
550
|
];
|
|
544
|
-
var MigrationTask = [
|
|
551
|
+
var MigrationTask$ = [
|
|
545
552
|
3,
|
|
546
553
|
n0,
|
|
547
554
|
_MT,
|
|
548
555
|
0,
|
|
549
556
|
[_PUS, _MTN, _T, _UDT, _RAL],
|
|
550
|
-
[0, 0, () => Task
|
|
557
|
+
[0, 0, () => Task$, 4, () => LatestResourceAttributeList],
|
|
551
558
|
];
|
|
552
|
-
var MigrationTaskSummary = [
|
|
559
|
+
var MigrationTaskSummary$ = [
|
|
553
560
|
3,
|
|
554
561
|
n0,
|
|
555
562
|
_MTS,
|
|
@@ -557,22 +564,29 @@ var MigrationTaskSummary = [
|
|
|
557
564
|
[_PUS, _MTN, _S, _PP, _SD, _UDT],
|
|
558
565
|
[0, 0, 0, 1, 0, 4],
|
|
559
566
|
];
|
|
560
|
-
var MigrationTaskUpdate = [3, n0, _MTU, 0, [_UDT, _UT, _MTSi], [4, 0, () => Task]];
|
|
561
|
-
var NotifyApplicationStateRequest = [
|
|
562
|
-
|
|
563
|
-
|
|
567
|
+
var MigrationTaskUpdate$ = [3, n0, _MTU, 0, [_UDT, _UT, _MTSi], [4, 0, () => Task$]];
|
|
568
|
+
var NotifyApplicationStateRequest$ = [
|
|
569
|
+
3,
|
|
570
|
+
n0,
|
|
571
|
+
_NASR,
|
|
572
|
+
0,
|
|
573
|
+
[_AI, _S, _UDT, _DR],
|
|
574
|
+
[0, 0, 4, 2],
|
|
575
|
+
];
|
|
576
|
+
var NotifyApplicationStateResult$ = [3, n0, _NASRo, 0, [], []];
|
|
577
|
+
var NotifyMigrationTaskStateRequest$ = [
|
|
564
578
|
3,
|
|
565
579
|
n0,
|
|
566
580
|
_NMTSR,
|
|
567
581
|
0,
|
|
568
582
|
[_PUS, _MTN, _T, _UDT, _NUS, _DR],
|
|
569
|
-
[0, 0, () => Task
|
|
583
|
+
[0, 0, () => Task$, 4, 1, 2],
|
|
570
584
|
];
|
|
571
|
-
var NotifyMigrationTaskStateResult = [3, n0, _NMTSRo, 0, [], []];
|
|
572
|
-
var PolicyErrorException = [-3, n0, _PEE, { [_e]: _c }, [_M], [0]];
|
|
573
|
-
schema.TypeRegistry.for(n0).registerError(PolicyErrorException
|
|
574
|
-
var ProgressUpdateStreamSummary = [3, n0, _PUSS, 0, [_PUSN], [0]];
|
|
575
|
-
var PutResourceAttributesRequest = [
|
|
585
|
+
var NotifyMigrationTaskStateResult$ = [3, n0, _NMTSRo, 0, [], []];
|
|
586
|
+
var PolicyErrorException$ = [-3, n0, _PEE, { [_e]: _c }, [_M], [0]];
|
|
587
|
+
schema.TypeRegistry.for(n0).registerError(PolicyErrorException$, PolicyErrorException);
|
|
588
|
+
var ProgressUpdateStreamSummary$ = [3, n0, _PUSS, 0, [_PUSN], [0]];
|
|
589
|
+
var PutResourceAttributesRequest$ = [
|
|
576
590
|
3,
|
|
577
591
|
n0,
|
|
578
592
|
_PRAR,
|
|
@@ -580,15 +594,15 @@ var PutResourceAttributesRequest = [
|
|
|
580
594
|
[_PUS, _MTN, _RAL, _DR],
|
|
581
595
|
[0, 0, () => ResourceAttributeList, 2],
|
|
582
596
|
];
|
|
583
|
-
var PutResourceAttributesResult = [3, n0, _PRARu, 0, [], []];
|
|
584
|
-
var ResourceAttribute = [3, n0, _RA, 0, [_Ty, _V], [0, 0]];
|
|
585
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_M], [0]];
|
|
586
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
587
|
-
var ServiceUnavailableException = [-3, n0, _SUE, { [_e]: _s }, [_M], [0]];
|
|
588
|
-
schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException
|
|
589
|
-
var SourceResource = [3, n0, _SR, 0, [_N, _D, _SD], [0, 0, 0]];
|
|
590
|
-
var Task = [3, n0, _T, 0, [_S, _SD, _PP], [0, 0, 1]];
|
|
591
|
-
var ThrottlingException = [
|
|
597
|
+
var PutResourceAttributesResult$ = [3, n0, _PRARu, 0, [], []];
|
|
598
|
+
var ResourceAttribute$ = [3, n0, _RA, 0, [_Ty, _V], [0, 0]];
|
|
599
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c }, [_M], [0]];
|
|
600
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
601
|
+
var ServiceUnavailableException$ = [-3, n0, _SUE, { [_e]: _s }, [_M], [0]];
|
|
602
|
+
schema.TypeRegistry.for(n0).registerError(ServiceUnavailableException$, ServiceUnavailableException);
|
|
603
|
+
var SourceResource$ = [3, n0, _SR, 0, [_N, _D, _SD], [0, 0, 0]];
|
|
604
|
+
var Task$ = [3, n0, _T, 0, [_S, _SD, _PP], [0, 0, 1]];
|
|
605
|
+
var ThrottlingException$ = [
|
|
592
606
|
-3,
|
|
593
607
|
n0,
|
|
594
608
|
_TE,
|
|
@@ -596,187 +610,187 @@ var ThrottlingException = [
|
|
|
596
610
|
[_M, _RAS],
|
|
597
611
|
[0, [1, { [_hH]: _RA_ }]],
|
|
598
612
|
];
|
|
599
|
-
schema.TypeRegistry.for(n0).registerError(ThrottlingException
|
|
600
|
-
var UnauthorizedOperation = [-3, n0, _UO, { [_e]: _c }, [_M], [0]];
|
|
601
|
-
schema.TypeRegistry.for(n0).registerError(UnauthorizedOperation
|
|
602
|
-
var MigrationHubServiceException = [-3, _sm, "MigrationHubServiceException", 0, [], []];
|
|
603
|
-
schema.TypeRegistry.for(_sm).registerError(MigrationHubServiceException
|
|
604
|
-
var ApplicationStateList = [1, n0, _ASL, 0, () => ApplicationState];
|
|
605
|
-
var CreatedArtifactList = [1, n0, _CAL, 0, () => CreatedArtifact];
|
|
606
|
-
var DiscoveredResourceList = [1, n0, _DRL, 0, () => DiscoveredResource];
|
|
607
|
-
var LatestResourceAttributeList = [1, n0, _LRAL, 0, () => ResourceAttribute];
|
|
608
|
-
var MigrationTaskSummaryList = [1, n0, _MTSL, 0, () => MigrationTaskSummary];
|
|
609
|
-
var MigrationTaskUpdateList = [1, n0, _MTUL, 0, () => MigrationTaskUpdate];
|
|
610
|
-
var ProgressUpdateStreamSummaryList = [1, n0, _PUSSL, 0, () => ProgressUpdateStreamSummary];
|
|
611
|
-
var ResourceAttributeList = [1, n0, _RAL, 0, () => ResourceAttribute];
|
|
612
|
-
var SourceResourceList = [1, n0, _SRL, 0, () => SourceResource];
|
|
613
|
-
var AssociateCreatedArtifact = [
|
|
613
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
614
|
+
var UnauthorizedOperation$ = [-3, n0, _UO, { [_e]: _c }, [_M], [0]];
|
|
615
|
+
schema.TypeRegistry.for(n0).registerError(UnauthorizedOperation$, UnauthorizedOperation);
|
|
616
|
+
var MigrationHubServiceException$ = [-3, _sm, "MigrationHubServiceException", 0, [], []];
|
|
617
|
+
schema.TypeRegistry.for(_sm).registerError(MigrationHubServiceException$, MigrationHubServiceException);
|
|
618
|
+
var ApplicationStateList = [1, n0, _ASL, 0, () => ApplicationState$];
|
|
619
|
+
var CreatedArtifactList = [1, n0, _CAL, 0, () => CreatedArtifact$];
|
|
620
|
+
var DiscoveredResourceList = [1, n0, _DRL, 0, () => DiscoveredResource$];
|
|
621
|
+
var LatestResourceAttributeList = [1, n0, _LRAL, 0, () => ResourceAttribute$];
|
|
622
|
+
var MigrationTaskSummaryList = [1, n0, _MTSL, 0, () => MigrationTaskSummary$];
|
|
623
|
+
var MigrationTaskUpdateList = [1, n0, _MTUL, 0, () => MigrationTaskUpdate$];
|
|
624
|
+
var ProgressUpdateStreamSummaryList = [1, n0, _PUSSL, 0, () => ProgressUpdateStreamSummary$];
|
|
625
|
+
var ResourceAttributeList = [1, n0, _RAL, 0, () => ResourceAttribute$];
|
|
626
|
+
var SourceResourceList = [1, n0, _SRL, 0, () => SourceResource$];
|
|
627
|
+
var AssociateCreatedArtifact$ = [
|
|
614
628
|
9,
|
|
615
629
|
n0,
|
|
616
630
|
_ACA,
|
|
617
631
|
0,
|
|
618
|
-
() => AssociateCreatedArtifactRequest
|
|
619
|
-
() => AssociateCreatedArtifactResult
|
|
632
|
+
() => AssociateCreatedArtifactRequest$,
|
|
633
|
+
() => AssociateCreatedArtifactResult$,
|
|
620
634
|
];
|
|
621
|
-
var AssociateDiscoveredResource = [
|
|
635
|
+
var AssociateDiscoveredResource$ = [
|
|
622
636
|
9,
|
|
623
637
|
n0,
|
|
624
638
|
_ADR,
|
|
625
639
|
0,
|
|
626
|
-
() => AssociateDiscoveredResourceRequest
|
|
627
|
-
() => AssociateDiscoveredResourceResult
|
|
640
|
+
() => AssociateDiscoveredResourceRequest$,
|
|
641
|
+
() => AssociateDiscoveredResourceResult$,
|
|
628
642
|
];
|
|
629
|
-
var AssociateSourceResource = [
|
|
643
|
+
var AssociateSourceResource$ = [
|
|
630
644
|
9,
|
|
631
645
|
n0,
|
|
632
646
|
_ASR,
|
|
633
647
|
0,
|
|
634
|
-
() => AssociateSourceResourceRequest
|
|
635
|
-
() => AssociateSourceResourceResult
|
|
648
|
+
() => AssociateSourceResourceRequest$,
|
|
649
|
+
() => AssociateSourceResourceResult$,
|
|
636
650
|
];
|
|
637
|
-
var CreateProgressUpdateStream = [
|
|
651
|
+
var CreateProgressUpdateStream$ = [
|
|
638
652
|
9,
|
|
639
653
|
n0,
|
|
640
654
|
_CPUS,
|
|
641
655
|
0,
|
|
642
|
-
() => CreateProgressUpdateStreamRequest
|
|
643
|
-
() => CreateProgressUpdateStreamResult
|
|
656
|
+
() => CreateProgressUpdateStreamRequest$,
|
|
657
|
+
() => CreateProgressUpdateStreamResult$,
|
|
644
658
|
];
|
|
645
|
-
var DeleteProgressUpdateStream = [
|
|
659
|
+
var DeleteProgressUpdateStream$ = [
|
|
646
660
|
9,
|
|
647
661
|
n0,
|
|
648
662
|
_DPUS,
|
|
649
663
|
0,
|
|
650
|
-
() => DeleteProgressUpdateStreamRequest
|
|
651
|
-
() => DeleteProgressUpdateStreamResult
|
|
664
|
+
() => DeleteProgressUpdateStreamRequest$,
|
|
665
|
+
() => DeleteProgressUpdateStreamResult$,
|
|
652
666
|
];
|
|
653
|
-
var DescribeApplicationState = [
|
|
667
|
+
var DescribeApplicationState$ = [
|
|
654
668
|
9,
|
|
655
669
|
n0,
|
|
656
670
|
_DAS,
|
|
657
671
|
0,
|
|
658
|
-
() => DescribeApplicationStateRequest
|
|
659
|
-
() => DescribeApplicationStateResult
|
|
672
|
+
() => DescribeApplicationStateRequest$,
|
|
673
|
+
() => DescribeApplicationStateResult$,
|
|
660
674
|
];
|
|
661
|
-
var DescribeMigrationTask = [
|
|
675
|
+
var DescribeMigrationTask$ = [
|
|
662
676
|
9,
|
|
663
677
|
n0,
|
|
664
678
|
_DMT,
|
|
665
679
|
0,
|
|
666
|
-
() => DescribeMigrationTaskRequest
|
|
667
|
-
() => DescribeMigrationTaskResult
|
|
680
|
+
() => DescribeMigrationTaskRequest$,
|
|
681
|
+
() => DescribeMigrationTaskResult$,
|
|
668
682
|
];
|
|
669
|
-
var DisassociateCreatedArtifact = [
|
|
683
|
+
var DisassociateCreatedArtifact$ = [
|
|
670
684
|
9,
|
|
671
685
|
n0,
|
|
672
686
|
_DCA,
|
|
673
687
|
0,
|
|
674
|
-
() => DisassociateCreatedArtifactRequest
|
|
675
|
-
() => DisassociateCreatedArtifactResult
|
|
688
|
+
() => DisassociateCreatedArtifactRequest$,
|
|
689
|
+
() => DisassociateCreatedArtifactResult$,
|
|
676
690
|
];
|
|
677
|
-
var DisassociateDiscoveredResource = [
|
|
691
|
+
var DisassociateDiscoveredResource$ = [
|
|
678
692
|
9,
|
|
679
693
|
n0,
|
|
680
694
|
_DDR,
|
|
681
695
|
0,
|
|
682
|
-
() => DisassociateDiscoveredResourceRequest
|
|
683
|
-
() => DisassociateDiscoveredResourceResult
|
|
696
|
+
() => DisassociateDiscoveredResourceRequest$,
|
|
697
|
+
() => DisassociateDiscoveredResourceResult$,
|
|
684
698
|
];
|
|
685
|
-
var DisassociateSourceResource = [
|
|
699
|
+
var DisassociateSourceResource$ = [
|
|
686
700
|
9,
|
|
687
701
|
n0,
|
|
688
702
|
_DSR,
|
|
689
703
|
0,
|
|
690
|
-
() => DisassociateSourceResourceRequest
|
|
691
|
-
() => DisassociateSourceResourceResult
|
|
704
|
+
() => DisassociateSourceResourceRequest$,
|
|
705
|
+
() => DisassociateSourceResourceResult$,
|
|
692
706
|
];
|
|
693
|
-
var ImportMigrationTask = [
|
|
707
|
+
var ImportMigrationTask$ = [
|
|
694
708
|
9,
|
|
695
709
|
n0,
|
|
696
710
|
_IMT,
|
|
697
711
|
0,
|
|
698
|
-
() => ImportMigrationTaskRequest
|
|
699
|
-
() => ImportMigrationTaskResult
|
|
712
|
+
() => ImportMigrationTaskRequest$,
|
|
713
|
+
() => ImportMigrationTaskResult$,
|
|
700
714
|
];
|
|
701
|
-
var ListApplicationStates = [
|
|
715
|
+
var ListApplicationStates$ = [
|
|
702
716
|
9,
|
|
703
717
|
n0,
|
|
704
718
|
_LAS,
|
|
705
719
|
0,
|
|
706
|
-
() => ListApplicationStatesRequest
|
|
707
|
-
() => ListApplicationStatesResult
|
|
720
|
+
() => ListApplicationStatesRequest$,
|
|
721
|
+
() => ListApplicationStatesResult$,
|
|
708
722
|
];
|
|
709
|
-
var ListCreatedArtifacts = [
|
|
723
|
+
var ListCreatedArtifacts$ = [
|
|
710
724
|
9,
|
|
711
725
|
n0,
|
|
712
726
|
_LCA,
|
|
713
727
|
0,
|
|
714
|
-
() => ListCreatedArtifactsRequest
|
|
715
|
-
() => ListCreatedArtifactsResult
|
|
728
|
+
() => ListCreatedArtifactsRequest$,
|
|
729
|
+
() => ListCreatedArtifactsResult$,
|
|
716
730
|
];
|
|
717
|
-
var ListDiscoveredResources = [
|
|
731
|
+
var ListDiscoveredResources$ = [
|
|
718
732
|
9,
|
|
719
733
|
n0,
|
|
720
734
|
_LDR,
|
|
721
735
|
0,
|
|
722
|
-
() => ListDiscoveredResourcesRequest
|
|
723
|
-
() => ListDiscoveredResourcesResult
|
|
736
|
+
() => ListDiscoveredResourcesRequest$,
|
|
737
|
+
() => ListDiscoveredResourcesResult$,
|
|
724
738
|
];
|
|
725
|
-
var ListMigrationTasks = [
|
|
739
|
+
var ListMigrationTasks$ = [
|
|
726
740
|
9,
|
|
727
741
|
n0,
|
|
728
742
|
_LMT,
|
|
729
743
|
0,
|
|
730
|
-
() => ListMigrationTasksRequest
|
|
731
|
-
() => ListMigrationTasksResult
|
|
744
|
+
() => ListMigrationTasksRequest$,
|
|
745
|
+
() => ListMigrationTasksResult$,
|
|
732
746
|
];
|
|
733
|
-
var ListMigrationTaskUpdates = [
|
|
747
|
+
var ListMigrationTaskUpdates$ = [
|
|
734
748
|
9,
|
|
735
749
|
n0,
|
|
736
750
|
_LMTU,
|
|
737
751
|
0,
|
|
738
|
-
() => ListMigrationTaskUpdatesRequest
|
|
739
|
-
() => ListMigrationTaskUpdatesResult
|
|
752
|
+
() => ListMigrationTaskUpdatesRequest$,
|
|
753
|
+
() => ListMigrationTaskUpdatesResult$,
|
|
740
754
|
];
|
|
741
|
-
var ListProgressUpdateStreams = [
|
|
755
|
+
var ListProgressUpdateStreams$ = [
|
|
742
756
|
9,
|
|
743
757
|
n0,
|
|
744
758
|
_LPUS,
|
|
745
759
|
0,
|
|
746
|
-
() => ListProgressUpdateStreamsRequest
|
|
747
|
-
() => ListProgressUpdateStreamsResult
|
|
760
|
+
() => ListProgressUpdateStreamsRequest$,
|
|
761
|
+
() => ListProgressUpdateStreamsResult$,
|
|
748
762
|
];
|
|
749
|
-
var ListSourceResources = [
|
|
763
|
+
var ListSourceResources$ = [
|
|
750
764
|
9,
|
|
751
765
|
n0,
|
|
752
766
|
_LSR,
|
|
753
767
|
0,
|
|
754
|
-
() => ListSourceResourcesRequest
|
|
755
|
-
() => ListSourceResourcesResult
|
|
768
|
+
() => ListSourceResourcesRequest$,
|
|
769
|
+
() => ListSourceResourcesResult$,
|
|
756
770
|
];
|
|
757
|
-
var NotifyApplicationState = [
|
|
771
|
+
var NotifyApplicationState$ = [
|
|
758
772
|
9,
|
|
759
773
|
n0,
|
|
760
774
|
_NAS,
|
|
761
775
|
0,
|
|
762
|
-
() => NotifyApplicationStateRequest
|
|
763
|
-
() => NotifyApplicationStateResult
|
|
776
|
+
() => NotifyApplicationStateRequest$,
|
|
777
|
+
() => NotifyApplicationStateResult$,
|
|
764
778
|
];
|
|
765
|
-
var NotifyMigrationTaskState = [
|
|
779
|
+
var NotifyMigrationTaskState$ = [
|
|
766
780
|
9,
|
|
767
781
|
n0,
|
|
768
782
|
_NMTS,
|
|
769
783
|
0,
|
|
770
|
-
() => NotifyMigrationTaskStateRequest
|
|
771
|
-
() => NotifyMigrationTaskStateResult
|
|
784
|
+
() => NotifyMigrationTaskStateRequest$,
|
|
785
|
+
() => NotifyMigrationTaskStateResult$,
|
|
772
786
|
];
|
|
773
|
-
var PutResourceAttributes = [
|
|
787
|
+
var PutResourceAttributes$ = [
|
|
774
788
|
9,
|
|
775
789
|
n0,
|
|
776
790
|
_PRA,
|
|
777
791
|
0,
|
|
778
|
-
() => PutResourceAttributesRequest
|
|
779
|
-
() => PutResourceAttributesResult
|
|
792
|
+
() => PutResourceAttributesRequest$,
|
|
793
|
+
() => PutResourceAttributesResult$,
|
|
780
794
|
];
|
|
781
795
|
|
|
782
796
|
class AssociateCreatedArtifactCommand extends smithyClient.Command
|
|
@@ -787,7 +801,7 @@ class AssociateCreatedArtifactCommand extends smithyClient.Command
|
|
|
787
801
|
})
|
|
788
802
|
.s("AWSMigrationHub", "AssociateCreatedArtifact", {})
|
|
789
803
|
.n("MigrationHubClient", "AssociateCreatedArtifactCommand")
|
|
790
|
-
.sc(AssociateCreatedArtifact)
|
|
804
|
+
.sc(AssociateCreatedArtifact$)
|
|
791
805
|
.build() {
|
|
792
806
|
}
|
|
793
807
|
|
|
@@ -799,7 +813,7 @@ class AssociateDiscoveredResourceCommand extends smithyClient.Command
|
|
|
799
813
|
})
|
|
800
814
|
.s("AWSMigrationHub", "AssociateDiscoveredResource", {})
|
|
801
815
|
.n("MigrationHubClient", "AssociateDiscoveredResourceCommand")
|
|
802
|
-
.sc(AssociateDiscoveredResource)
|
|
816
|
+
.sc(AssociateDiscoveredResource$)
|
|
803
817
|
.build() {
|
|
804
818
|
}
|
|
805
819
|
|
|
@@ -811,7 +825,7 @@ class AssociateSourceResourceCommand extends smithyClient.Command
|
|
|
811
825
|
})
|
|
812
826
|
.s("AWSMigrationHub", "AssociateSourceResource", {})
|
|
813
827
|
.n("MigrationHubClient", "AssociateSourceResourceCommand")
|
|
814
|
-
.sc(AssociateSourceResource)
|
|
828
|
+
.sc(AssociateSourceResource$)
|
|
815
829
|
.build() {
|
|
816
830
|
}
|
|
817
831
|
|
|
@@ -823,7 +837,7 @@ class CreateProgressUpdateStreamCommand extends smithyClient.Command
|
|
|
823
837
|
})
|
|
824
838
|
.s("AWSMigrationHub", "CreateProgressUpdateStream", {})
|
|
825
839
|
.n("MigrationHubClient", "CreateProgressUpdateStreamCommand")
|
|
826
|
-
.sc(CreateProgressUpdateStream)
|
|
840
|
+
.sc(CreateProgressUpdateStream$)
|
|
827
841
|
.build() {
|
|
828
842
|
}
|
|
829
843
|
|
|
@@ -835,7 +849,7 @@ class DeleteProgressUpdateStreamCommand extends smithyClient.Command
|
|
|
835
849
|
})
|
|
836
850
|
.s("AWSMigrationHub", "DeleteProgressUpdateStream", {})
|
|
837
851
|
.n("MigrationHubClient", "DeleteProgressUpdateStreamCommand")
|
|
838
|
-
.sc(DeleteProgressUpdateStream)
|
|
852
|
+
.sc(DeleteProgressUpdateStream$)
|
|
839
853
|
.build() {
|
|
840
854
|
}
|
|
841
855
|
|
|
@@ -847,7 +861,7 @@ class DescribeApplicationStateCommand extends smithyClient.Command
|
|
|
847
861
|
})
|
|
848
862
|
.s("AWSMigrationHub", "DescribeApplicationState", {})
|
|
849
863
|
.n("MigrationHubClient", "DescribeApplicationStateCommand")
|
|
850
|
-
.sc(DescribeApplicationState)
|
|
864
|
+
.sc(DescribeApplicationState$)
|
|
851
865
|
.build() {
|
|
852
866
|
}
|
|
853
867
|
|
|
@@ -859,7 +873,7 @@ class DescribeMigrationTaskCommand extends smithyClient.Command
|
|
|
859
873
|
})
|
|
860
874
|
.s("AWSMigrationHub", "DescribeMigrationTask", {})
|
|
861
875
|
.n("MigrationHubClient", "DescribeMigrationTaskCommand")
|
|
862
|
-
.sc(DescribeMigrationTask)
|
|
876
|
+
.sc(DescribeMigrationTask$)
|
|
863
877
|
.build() {
|
|
864
878
|
}
|
|
865
879
|
|
|
@@ -871,7 +885,7 @@ class DisassociateCreatedArtifactCommand extends smithyClient.Command
|
|
|
871
885
|
})
|
|
872
886
|
.s("AWSMigrationHub", "DisassociateCreatedArtifact", {})
|
|
873
887
|
.n("MigrationHubClient", "DisassociateCreatedArtifactCommand")
|
|
874
|
-
.sc(DisassociateCreatedArtifact)
|
|
888
|
+
.sc(DisassociateCreatedArtifact$)
|
|
875
889
|
.build() {
|
|
876
890
|
}
|
|
877
891
|
|
|
@@ -883,7 +897,7 @@ class DisassociateDiscoveredResourceCommand extends smithyClient.Command
|
|
|
883
897
|
})
|
|
884
898
|
.s("AWSMigrationHub", "DisassociateDiscoveredResource", {})
|
|
885
899
|
.n("MigrationHubClient", "DisassociateDiscoveredResourceCommand")
|
|
886
|
-
.sc(DisassociateDiscoveredResource)
|
|
900
|
+
.sc(DisassociateDiscoveredResource$)
|
|
887
901
|
.build() {
|
|
888
902
|
}
|
|
889
903
|
|
|
@@ -895,7 +909,7 @@ class DisassociateSourceResourceCommand extends smithyClient.Command
|
|
|
895
909
|
})
|
|
896
910
|
.s("AWSMigrationHub", "DisassociateSourceResource", {})
|
|
897
911
|
.n("MigrationHubClient", "DisassociateSourceResourceCommand")
|
|
898
|
-
.sc(DisassociateSourceResource)
|
|
912
|
+
.sc(DisassociateSourceResource$)
|
|
899
913
|
.build() {
|
|
900
914
|
}
|
|
901
915
|
|
|
@@ -907,7 +921,7 @@ class ImportMigrationTaskCommand extends smithyClient.Command
|
|
|
907
921
|
})
|
|
908
922
|
.s("AWSMigrationHub", "ImportMigrationTask", {})
|
|
909
923
|
.n("MigrationHubClient", "ImportMigrationTaskCommand")
|
|
910
|
-
.sc(ImportMigrationTask)
|
|
924
|
+
.sc(ImportMigrationTask$)
|
|
911
925
|
.build() {
|
|
912
926
|
}
|
|
913
927
|
|
|
@@ -919,7 +933,7 @@ class ListApplicationStatesCommand extends smithyClient.Command
|
|
|
919
933
|
})
|
|
920
934
|
.s("AWSMigrationHub", "ListApplicationStates", {})
|
|
921
935
|
.n("MigrationHubClient", "ListApplicationStatesCommand")
|
|
922
|
-
.sc(ListApplicationStates)
|
|
936
|
+
.sc(ListApplicationStates$)
|
|
923
937
|
.build() {
|
|
924
938
|
}
|
|
925
939
|
|
|
@@ -931,7 +945,7 @@ class ListCreatedArtifactsCommand extends smithyClient.Command
|
|
|
931
945
|
})
|
|
932
946
|
.s("AWSMigrationHub", "ListCreatedArtifacts", {})
|
|
933
947
|
.n("MigrationHubClient", "ListCreatedArtifactsCommand")
|
|
934
|
-
.sc(ListCreatedArtifacts)
|
|
948
|
+
.sc(ListCreatedArtifacts$)
|
|
935
949
|
.build() {
|
|
936
950
|
}
|
|
937
951
|
|
|
@@ -943,7 +957,7 @@ class ListDiscoveredResourcesCommand extends smithyClient.Command
|
|
|
943
957
|
})
|
|
944
958
|
.s("AWSMigrationHub", "ListDiscoveredResources", {})
|
|
945
959
|
.n("MigrationHubClient", "ListDiscoveredResourcesCommand")
|
|
946
|
-
.sc(ListDiscoveredResources)
|
|
960
|
+
.sc(ListDiscoveredResources$)
|
|
947
961
|
.build() {
|
|
948
962
|
}
|
|
949
963
|
|
|
@@ -955,7 +969,7 @@ class ListMigrationTasksCommand extends smithyClient.Command
|
|
|
955
969
|
})
|
|
956
970
|
.s("AWSMigrationHub", "ListMigrationTasks", {})
|
|
957
971
|
.n("MigrationHubClient", "ListMigrationTasksCommand")
|
|
958
|
-
.sc(ListMigrationTasks)
|
|
972
|
+
.sc(ListMigrationTasks$)
|
|
959
973
|
.build() {
|
|
960
974
|
}
|
|
961
975
|
|
|
@@ -967,7 +981,7 @@ class ListMigrationTaskUpdatesCommand extends smithyClient.Command
|
|
|
967
981
|
})
|
|
968
982
|
.s("AWSMigrationHub", "ListMigrationTaskUpdates", {})
|
|
969
983
|
.n("MigrationHubClient", "ListMigrationTaskUpdatesCommand")
|
|
970
|
-
.sc(ListMigrationTaskUpdates)
|
|
984
|
+
.sc(ListMigrationTaskUpdates$)
|
|
971
985
|
.build() {
|
|
972
986
|
}
|
|
973
987
|
|
|
@@ -979,7 +993,7 @@ class ListProgressUpdateStreamsCommand extends smithyClient.Command
|
|
|
979
993
|
})
|
|
980
994
|
.s("AWSMigrationHub", "ListProgressUpdateStreams", {})
|
|
981
995
|
.n("MigrationHubClient", "ListProgressUpdateStreamsCommand")
|
|
982
|
-
.sc(ListProgressUpdateStreams)
|
|
996
|
+
.sc(ListProgressUpdateStreams$)
|
|
983
997
|
.build() {
|
|
984
998
|
}
|
|
985
999
|
|
|
@@ -991,7 +1005,7 @@ class ListSourceResourcesCommand extends smithyClient.Command
|
|
|
991
1005
|
})
|
|
992
1006
|
.s("AWSMigrationHub", "ListSourceResources", {})
|
|
993
1007
|
.n("MigrationHubClient", "ListSourceResourcesCommand")
|
|
994
|
-
.sc(ListSourceResources)
|
|
1008
|
+
.sc(ListSourceResources$)
|
|
995
1009
|
.build() {
|
|
996
1010
|
}
|
|
997
1011
|
|
|
@@ -1003,7 +1017,7 @@ class NotifyApplicationStateCommand extends smithyClient.Command
|
|
|
1003
1017
|
})
|
|
1004
1018
|
.s("AWSMigrationHub", "NotifyApplicationState", {})
|
|
1005
1019
|
.n("MigrationHubClient", "NotifyApplicationStateCommand")
|
|
1006
|
-
.sc(NotifyApplicationState)
|
|
1020
|
+
.sc(NotifyApplicationState$)
|
|
1007
1021
|
.build() {
|
|
1008
1022
|
}
|
|
1009
1023
|
|
|
@@ -1015,7 +1029,7 @@ class NotifyMigrationTaskStateCommand extends smithyClient.Command
|
|
|
1015
1029
|
})
|
|
1016
1030
|
.s("AWSMigrationHub", "NotifyMigrationTaskState", {})
|
|
1017
1031
|
.n("MigrationHubClient", "NotifyMigrationTaskStateCommand")
|
|
1018
|
-
.sc(NotifyMigrationTaskState)
|
|
1032
|
+
.sc(NotifyMigrationTaskState$)
|
|
1019
1033
|
.build() {
|
|
1020
1034
|
}
|
|
1021
1035
|
|
|
@@ -1027,7 +1041,7 @@ class PutResourceAttributesCommand extends smithyClient.Command
|
|
|
1027
1041
|
})
|
|
1028
1042
|
.s("AWSMigrationHub", "PutResourceAttributes", {})
|
|
1029
1043
|
.n("MigrationHubClient", "PutResourceAttributesCommand")
|
|
1030
|
-
.sc(PutResourceAttributes)
|
|
1044
|
+
.sc(PutResourceAttributes$)
|
|
1031
1045
|
.build() {
|
|
1032
1046
|
}
|
|
1033
1047
|
|
|
@@ -1107,43 +1121,127 @@ Object.defineProperty(exports, "__Client", {
|
|
|
1107
1121
|
enumerable: true,
|
|
1108
1122
|
get: function () { return smithyClient.Client; }
|
|
1109
1123
|
});
|
|
1110
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
1124
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
1125
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
1126
|
+
exports.ApplicationState$ = ApplicationState$;
|
|
1111
1127
|
exports.ApplicationStatus = ApplicationStatus;
|
|
1128
|
+
exports.AssociateCreatedArtifact$ = AssociateCreatedArtifact$;
|
|
1112
1129
|
exports.AssociateCreatedArtifactCommand = AssociateCreatedArtifactCommand;
|
|
1130
|
+
exports.AssociateCreatedArtifactRequest$ = AssociateCreatedArtifactRequest$;
|
|
1131
|
+
exports.AssociateCreatedArtifactResult$ = AssociateCreatedArtifactResult$;
|
|
1132
|
+
exports.AssociateDiscoveredResource$ = AssociateDiscoveredResource$;
|
|
1113
1133
|
exports.AssociateDiscoveredResourceCommand = AssociateDiscoveredResourceCommand;
|
|
1134
|
+
exports.AssociateDiscoveredResourceRequest$ = AssociateDiscoveredResourceRequest$;
|
|
1135
|
+
exports.AssociateDiscoveredResourceResult$ = AssociateDiscoveredResourceResult$;
|
|
1136
|
+
exports.AssociateSourceResource$ = AssociateSourceResource$;
|
|
1114
1137
|
exports.AssociateSourceResourceCommand = AssociateSourceResourceCommand;
|
|
1138
|
+
exports.AssociateSourceResourceRequest$ = AssociateSourceResourceRequest$;
|
|
1139
|
+
exports.AssociateSourceResourceResult$ = AssociateSourceResourceResult$;
|
|
1140
|
+
exports.CreateProgressUpdateStream$ = CreateProgressUpdateStream$;
|
|
1115
1141
|
exports.CreateProgressUpdateStreamCommand = CreateProgressUpdateStreamCommand;
|
|
1142
|
+
exports.CreateProgressUpdateStreamRequest$ = CreateProgressUpdateStreamRequest$;
|
|
1143
|
+
exports.CreateProgressUpdateStreamResult$ = CreateProgressUpdateStreamResult$;
|
|
1144
|
+
exports.CreatedArtifact$ = CreatedArtifact$;
|
|
1145
|
+
exports.DeleteProgressUpdateStream$ = DeleteProgressUpdateStream$;
|
|
1116
1146
|
exports.DeleteProgressUpdateStreamCommand = DeleteProgressUpdateStreamCommand;
|
|
1147
|
+
exports.DeleteProgressUpdateStreamRequest$ = DeleteProgressUpdateStreamRequest$;
|
|
1148
|
+
exports.DeleteProgressUpdateStreamResult$ = DeleteProgressUpdateStreamResult$;
|
|
1149
|
+
exports.DescribeApplicationState$ = DescribeApplicationState$;
|
|
1117
1150
|
exports.DescribeApplicationStateCommand = DescribeApplicationStateCommand;
|
|
1151
|
+
exports.DescribeApplicationStateRequest$ = DescribeApplicationStateRequest$;
|
|
1152
|
+
exports.DescribeApplicationStateResult$ = DescribeApplicationStateResult$;
|
|
1153
|
+
exports.DescribeMigrationTask$ = DescribeMigrationTask$;
|
|
1118
1154
|
exports.DescribeMigrationTaskCommand = DescribeMigrationTaskCommand;
|
|
1155
|
+
exports.DescribeMigrationTaskRequest$ = DescribeMigrationTaskRequest$;
|
|
1156
|
+
exports.DescribeMigrationTaskResult$ = DescribeMigrationTaskResult$;
|
|
1157
|
+
exports.DisassociateCreatedArtifact$ = DisassociateCreatedArtifact$;
|
|
1119
1158
|
exports.DisassociateCreatedArtifactCommand = DisassociateCreatedArtifactCommand;
|
|
1159
|
+
exports.DisassociateCreatedArtifactRequest$ = DisassociateCreatedArtifactRequest$;
|
|
1160
|
+
exports.DisassociateCreatedArtifactResult$ = DisassociateCreatedArtifactResult$;
|
|
1161
|
+
exports.DisassociateDiscoveredResource$ = DisassociateDiscoveredResource$;
|
|
1120
1162
|
exports.DisassociateDiscoveredResourceCommand = DisassociateDiscoveredResourceCommand;
|
|
1163
|
+
exports.DisassociateDiscoveredResourceRequest$ = DisassociateDiscoveredResourceRequest$;
|
|
1164
|
+
exports.DisassociateDiscoveredResourceResult$ = DisassociateDiscoveredResourceResult$;
|
|
1165
|
+
exports.DisassociateSourceResource$ = DisassociateSourceResource$;
|
|
1121
1166
|
exports.DisassociateSourceResourceCommand = DisassociateSourceResourceCommand;
|
|
1122
|
-
exports.
|
|
1123
|
-
exports.
|
|
1167
|
+
exports.DisassociateSourceResourceRequest$ = DisassociateSourceResourceRequest$;
|
|
1168
|
+
exports.DisassociateSourceResourceResult$ = DisassociateSourceResourceResult$;
|
|
1169
|
+
exports.DiscoveredResource$ = DiscoveredResource$;
|
|
1170
|
+
exports.DryRunOperation = DryRunOperation;
|
|
1171
|
+
exports.DryRunOperation$ = DryRunOperation$;
|
|
1172
|
+
exports.HomeRegionNotSetException = HomeRegionNotSetException;
|
|
1173
|
+
exports.HomeRegionNotSetException$ = HomeRegionNotSetException$;
|
|
1174
|
+
exports.ImportMigrationTask$ = ImportMigrationTask$;
|
|
1124
1175
|
exports.ImportMigrationTaskCommand = ImportMigrationTaskCommand;
|
|
1125
|
-
exports.
|
|
1126
|
-
exports.
|
|
1176
|
+
exports.ImportMigrationTaskRequest$ = ImportMigrationTaskRequest$;
|
|
1177
|
+
exports.ImportMigrationTaskResult$ = ImportMigrationTaskResult$;
|
|
1178
|
+
exports.InternalServerError = InternalServerError;
|
|
1179
|
+
exports.InternalServerError$ = InternalServerError$;
|
|
1180
|
+
exports.InvalidInputException = InvalidInputException;
|
|
1181
|
+
exports.InvalidInputException$ = InvalidInputException$;
|
|
1182
|
+
exports.ListApplicationStates$ = ListApplicationStates$;
|
|
1127
1183
|
exports.ListApplicationStatesCommand = ListApplicationStatesCommand;
|
|
1184
|
+
exports.ListApplicationStatesRequest$ = ListApplicationStatesRequest$;
|
|
1185
|
+
exports.ListApplicationStatesResult$ = ListApplicationStatesResult$;
|
|
1186
|
+
exports.ListCreatedArtifacts$ = ListCreatedArtifacts$;
|
|
1128
1187
|
exports.ListCreatedArtifactsCommand = ListCreatedArtifactsCommand;
|
|
1188
|
+
exports.ListCreatedArtifactsRequest$ = ListCreatedArtifactsRequest$;
|
|
1189
|
+
exports.ListCreatedArtifactsResult$ = ListCreatedArtifactsResult$;
|
|
1190
|
+
exports.ListDiscoveredResources$ = ListDiscoveredResources$;
|
|
1129
1191
|
exports.ListDiscoveredResourcesCommand = ListDiscoveredResourcesCommand;
|
|
1192
|
+
exports.ListDiscoveredResourcesRequest$ = ListDiscoveredResourcesRequest$;
|
|
1193
|
+
exports.ListDiscoveredResourcesResult$ = ListDiscoveredResourcesResult$;
|
|
1194
|
+
exports.ListMigrationTaskUpdates$ = ListMigrationTaskUpdates$;
|
|
1130
1195
|
exports.ListMigrationTaskUpdatesCommand = ListMigrationTaskUpdatesCommand;
|
|
1196
|
+
exports.ListMigrationTaskUpdatesRequest$ = ListMigrationTaskUpdatesRequest$;
|
|
1197
|
+
exports.ListMigrationTaskUpdatesResult$ = ListMigrationTaskUpdatesResult$;
|
|
1198
|
+
exports.ListMigrationTasks$ = ListMigrationTasks$;
|
|
1131
1199
|
exports.ListMigrationTasksCommand = ListMigrationTasksCommand;
|
|
1200
|
+
exports.ListMigrationTasksRequest$ = ListMigrationTasksRequest$;
|
|
1201
|
+
exports.ListMigrationTasksResult$ = ListMigrationTasksResult$;
|
|
1202
|
+
exports.ListProgressUpdateStreams$ = ListProgressUpdateStreams$;
|
|
1132
1203
|
exports.ListProgressUpdateStreamsCommand = ListProgressUpdateStreamsCommand;
|
|
1204
|
+
exports.ListProgressUpdateStreamsRequest$ = ListProgressUpdateStreamsRequest$;
|
|
1205
|
+
exports.ListProgressUpdateStreamsResult$ = ListProgressUpdateStreamsResult$;
|
|
1206
|
+
exports.ListSourceResources$ = ListSourceResources$;
|
|
1133
1207
|
exports.ListSourceResourcesCommand = ListSourceResourcesCommand;
|
|
1208
|
+
exports.ListSourceResourcesRequest$ = ListSourceResourcesRequest$;
|
|
1209
|
+
exports.ListSourceResourcesResult$ = ListSourceResourcesResult$;
|
|
1134
1210
|
exports.MigrationHub = MigrationHub;
|
|
1135
1211
|
exports.MigrationHubClient = MigrationHubClient;
|
|
1136
|
-
exports.MigrationHubServiceException = MigrationHubServiceException
|
|
1212
|
+
exports.MigrationHubServiceException = MigrationHubServiceException;
|
|
1213
|
+
exports.MigrationHubServiceException$ = MigrationHubServiceException$;
|
|
1214
|
+
exports.MigrationTask$ = MigrationTask$;
|
|
1215
|
+
exports.MigrationTaskSummary$ = MigrationTaskSummary$;
|
|
1216
|
+
exports.MigrationTaskUpdate$ = MigrationTaskUpdate$;
|
|
1217
|
+
exports.NotifyApplicationState$ = NotifyApplicationState$;
|
|
1137
1218
|
exports.NotifyApplicationStateCommand = NotifyApplicationStateCommand;
|
|
1219
|
+
exports.NotifyApplicationStateRequest$ = NotifyApplicationStateRequest$;
|
|
1220
|
+
exports.NotifyApplicationStateResult$ = NotifyApplicationStateResult$;
|
|
1221
|
+
exports.NotifyMigrationTaskState$ = NotifyMigrationTaskState$;
|
|
1138
1222
|
exports.NotifyMigrationTaskStateCommand = NotifyMigrationTaskStateCommand;
|
|
1139
|
-
exports.
|
|
1223
|
+
exports.NotifyMigrationTaskStateRequest$ = NotifyMigrationTaskStateRequest$;
|
|
1224
|
+
exports.NotifyMigrationTaskStateResult$ = NotifyMigrationTaskStateResult$;
|
|
1225
|
+
exports.PolicyErrorException = PolicyErrorException;
|
|
1226
|
+
exports.PolicyErrorException$ = PolicyErrorException$;
|
|
1227
|
+
exports.ProgressUpdateStreamSummary$ = ProgressUpdateStreamSummary$;
|
|
1228
|
+
exports.PutResourceAttributes$ = PutResourceAttributes$;
|
|
1140
1229
|
exports.PutResourceAttributesCommand = PutResourceAttributesCommand;
|
|
1230
|
+
exports.PutResourceAttributesRequest$ = PutResourceAttributesRequest$;
|
|
1231
|
+
exports.PutResourceAttributesResult$ = PutResourceAttributesResult$;
|
|
1232
|
+
exports.ResourceAttribute$ = ResourceAttribute$;
|
|
1141
1233
|
exports.ResourceAttributeType = ResourceAttributeType;
|
|
1142
|
-
exports.ResourceNotFoundException = ResourceNotFoundException
|
|
1143
|
-
exports.
|
|
1234
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
1235
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
1236
|
+
exports.ServiceUnavailableException = ServiceUnavailableException;
|
|
1237
|
+
exports.ServiceUnavailableException$ = ServiceUnavailableException$;
|
|
1238
|
+
exports.SourceResource$ = SourceResource$;
|
|
1144
1239
|
exports.Status = Status;
|
|
1145
|
-
exports.
|
|
1146
|
-
exports.
|
|
1240
|
+
exports.Task$ = Task$;
|
|
1241
|
+
exports.ThrottlingException = ThrottlingException;
|
|
1242
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
1243
|
+
exports.UnauthorizedOperation = UnauthorizedOperation;
|
|
1244
|
+
exports.UnauthorizedOperation$ = UnauthorizedOperation$;
|
|
1147
1245
|
exports.UpdateType = UpdateType;
|
|
1148
1246
|
exports.paginateListApplicationStates = paginateListApplicationStates;
|
|
1149
1247
|
exports.paginateListCreatedArtifacts = paginateListCreatedArtifacts;
|