@aws-sdk/client-drs 3.496.0 → 3.501.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 +93 -92
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -5331,25 +5331,16 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
5331
5331
|
// Annotate the CommonJS export names for ESM import in node:
|
|
5332
5332
|
|
|
5333
5333
|
0 && (module.exports = {
|
|
5334
|
-
|
|
5334
|
+
DrsServiceException,
|
|
5335
|
+
__Client,
|
|
5336
|
+
DrsClient,
|
|
5337
|
+
Drs,
|
|
5338
|
+
$Command,
|
|
5335
5339
|
AssociateSourceNetworkStackCommand,
|
|
5336
|
-
AssociateSourceNetworkStackRequestFilterSensitiveLog,
|
|
5337
|
-
AssociateSourceNetworkStackResponseFilterSensitiveLog,
|
|
5338
|
-
ConflictException,
|
|
5339
5340
|
CreateExtendedSourceServerCommand,
|
|
5340
|
-
CreateExtendedSourceServerRequestFilterSensitiveLog,
|
|
5341
|
-
CreateExtendedSourceServerResponseFilterSensitiveLog,
|
|
5342
5341
|
CreateLaunchConfigurationTemplateCommand,
|
|
5343
|
-
CreateLaunchConfigurationTemplateRequestFilterSensitiveLog,
|
|
5344
|
-
CreateLaunchConfigurationTemplateResponseFilterSensitiveLog,
|
|
5345
5342
|
CreateReplicationConfigurationTemplateCommand,
|
|
5346
|
-
CreateReplicationConfigurationTemplateRequestFilterSensitiveLog,
|
|
5347
5343
|
CreateSourceNetworkCommand,
|
|
5348
|
-
CreateSourceNetworkRequestFilterSensitiveLog,
|
|
5349
|
-
DataReplicationErrorString,
|
|
5350
|
-
DataReplicationInitiationStepName,
|
|
5351
|
-
DataReplicationInitiationStepStatus,
|
|
5352
|
-
DataReplicationState,
|
|
5353
5344
|
DeleteJobCommand,
|
|
5354
5345
|
DeleteLaunchActionCommand,
|
|
5355
5346
|
DeleteLaunchConfigurationTemplateCommand,
|
|
@@ -5359,119 +5350,42 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
5359
5350
|
DeleteSourceServerCommand,
|
|
5360
5351
|
DescribeJobLogItemsCommand,
|
|
5361
5352
|
DescribeJobsCommand,
|
|
5362
|
-
DescribeJobsResponseFilterSensitiveLog,
|
|
5363
5353
|
DescribeLaunchConfigurationTemplatesCommand,
|
|
5364
|
-
DescribeLaunchConfigurationTemplatesResponseFilterSensitiveLog,
|
|
5365
5354
|
DescribeRecoveryInstancesCommand,
|
|
5366
|
-
DescribeRecoveryInstancesResponseFilterSensitiveLog,
|
|
5367
5355
|
DescribeRecoverySnapshotsCommand,
|
|
5368
5356
|
DescribeReplicationConfigurationTemplatesCommand,
|
|
5369
|
-
DescribeReplicationConfigurationTemplatesResponseFilterSensitiveLog,
|
|
5370
5357
|
DescribeSourceNetworksCommand,
|
|
5371
|
-
DescribeSourceNetworksResponseFilterSensitiveLog,
|
|
5372
5358
|
DescribeSourceServersCommand,
|
|
5373
|
-
DescribeSourceServersResponseFilterSensitiveLog,
|
|
5374
5359
|
DisconnectRecoveryInstanceCommand,
|
|
5375
5360
|
DisconnectSourceServerCommand,
|
|
5376
|
-
Drs,
|
|
5377
|
-
DrsClient,
|
|
5378
|
-
DrsServiceException,
|
|
5379
|
-
EC2InstanceState,
|
|
5380
|
-
EventResourceData,
|
|
5381
5361
|
ExportSourceNetworkCfnTemplateCommand,
|
|
5382
|
-
ExtensionStatus,
|
|
5383
|
-
FailbackLaunchType,
|
|
5384
|
-
FailbackReplicationError,
|
|
5385
|
-
FailbackState,
|
|
5386
5362
|
GetFailbackReplicationConfigurationCommand,
|
|
5387
5363
|
GetLaunchConfigurationCommand,
|
|
5388
5364
|
GetReplicationConfigurationCommand,
|
|
5389
5365
|
InitializeServiceCommand,
|
|
5390
|
-
InitiatedBy,
|
|
5391
|
-
InternalServerException,
|
|
5392
|
-
JobFilterSensitiveLog,
|
|
5393
|
-
JobLogEvent,
|
|
5394
|
-
JobStatus,
|
|
5395
|
-
JobType,
|
|
5396
|
-
LastLaunchResult,
|
|
5397
|
-
LastLaunchType,
|
|
5398
|
-
LaunchActionCategory,
|
|
5399
|
-
LaunchActionParameterType,
|
|
5400
|
-
LaunchActionRunStatus,
|
|
5401
|
-
LaunchActionType,
|
|
5402
|
-
LaunchConfigurationTemplateFilterSensitiveLog,
|
|
5403
|
-
LaunchDisposition,
|
|
5404
|
-
LaunchStatus,
|
|
5405
5366
|
ListExtensibleSourceServersCommand,
|
|
5406
|
-
ListExtensibleSourceServersResponseFilterSensitiveLog,
|
|
5407
5367
|
ListLaunchActionsCommand,
|
|
5408
5368
|
ListStagingAccountsCommand,
|
|
5409
5369
|
ListTagsForResourceCommand,
|
|
5410
|
-
ListTagsForResourceResponseFilterSensitiveLog,
|
|
5411
|
-
OriginEnvironment,
|
|
5412
|
-
PITPolicyRuleUnits,
|
|
5413
|
-
ParticipatingResourceID,
|
|
5414
5370
|
PutLaunchActionCommand,
|
|
5415
|
-
RecoveryInstanceDataReplicationInitiationStepName,
|
|
5416
|
-
RecoveryInstanceDataReplicationInitiationStepStatus,
|
|
5417
|
-
RecoveryInstanceDataReplicationState,
|
|
5418
|
-
RecoveryInstanceFilterSensitiveLog,
|
|
5419
|
-
RecoveryResult,
|
|
5420
|
-
RecoverySnapshotsOrder,
|
|
5421
|
-
ReplicationConfigurationDataPlaneRouting,
|
|
5422
|
-
ReplicationConfigurationDefaultLargeStagingDiskType,
|
|
5423
|
-
ReplicationConfigurationEbsEncryption,
|
|
5424
|
-
ReplicationConfigurationFilterSensitiveLog,
|
|
5425
|
-
ReplicationConfigurationReplicatedDiskStagingDiskType,
|
|
5426
|
-
ReplicationConfigurationTemplateFilterSensitiveLog,
|
|
5427
|
-
ReplicationDirection,
|
|
5428
|
-
ReplicationStatus,
|
|
5429
|
-
ResourceNotFoundException,
|
|
5430
5371
|
RetryDataReplicationCommand,
|
|
5431
5372
|
ReverseReplicationCommand,
|
|
5432
|
-
ServiceQuotaExceededException,
|
|
5433
|
-
SourceNetworkFilterSensitiveLog,
|
|
5434
|
-
SourceServerFilterSensitiveLog,
|
|
5435
|
-
StagingSourceServerFilterSensitiveLog,
|
|
5436
5373
|
StartFailbackLaunchCommand,
|
|
5437
|
-
StartFailbackLaunchRequestFilterSensitiveLog,
|
|
5438
|
-
StartFailbackLaunchResponseFilterSensitiveLog,
|
|
5439
5374
|
StartRecoveryCommand,
|
|
5440
|
-
StartRecoveryRequestFilterSensitiveLog,
|
|
5441
|
-
StartRecoveryResponseFilterSensitiveLog,
|
|
5442
5375
|
StartReplicationCommand,
|
|
5443
|
-
StartReplicationResponseFilterSensitiveLog,
|
|
5444
5376
|
StartSourceNetworkRecoveryCommand,
|
|
5445
|
-
StartSourceNetworkRecoveryRequestFilterSensitiveLog,
|
|
5446
|
-
StartSourceNetworkRecoveryRequestNetworkEntryFilterSensitiveLog,
|
|
5447
|
-
StartSourceNetworkRecoveryResponseFilterSensitiveLog,
|
|
5448
5377
|
StartSourceNetworkReplicationCommand,
|
|
5449
|
-
StartSourceNetworkReplicationResponseFilterSensitiveLog,
|
|
5450
5378
|
StopFailbackCommand,
|
|
5451
5379
|
StopReplicationCommand,
|
|
5452
|
-
StopReplicationResponseFilterSensitiveLog,
|
|
5453
5380
|
StopSourceNetworkReplicationCommand,
|
|
5454
|
-
StopSourceNetworkReplicationResponseFilterSensitiveLog,
|
|
5455
5381
|
TagResourceCommand,
|
|
5456
|
-
TagResourceRequestFilterSensitiveLog,
|
|
5457
|
-
TargetInstanceTypeRightSizingMethod,
|
|
5458
5382
|
TerminateRecoveryInstancesCommand,
|
|
5459
|
-
TerminateRecoveryInstancesResponseFilterSensitiveLog,
|
|
5460
|
-
ThrottlingException,
|
|
5461
|
-
UninitializedAccountException,
|
|
5462
5383
|
UntagResourceCommand,
|
|
5463
|
-
UntagResourceRequestFilterSensitiveLog,
|
|
5464
5384
|
UpdateFailbackReplicationConfigurationCommand,
|
|
5465
5385
|
UpdateLaunchConfigurationCommand,
|
|
5466
5386
|
UpdateLaunchConfigurationTemplateCommand,
|
|
5467
|
-
UpdateLaunchConfigurationTemplateResponseFilterSensitiveLog,
|
|
5468
5387
|
UpdateReplicationConfigurationCommand,
|
|
5469
|
-
UpdateReplicationConfigurationRequestFilterSensitiveLog,
|
|
5470
5388
|
UpdateReplicationConfigurationTemplateCommand,
|
|
5471
|
-
UpdateReplicationConfigurationTemplateRequestFilterSensitiveLog,
|
|
5472
|
-
ValidationException,
|
|
5473
|
-
ValidationExceptionReason,
|
|
5474
|
-
__Client,
|
|
5475
5389
|
paginateDescribeJobLogItems,
|
|
5476
5390
|
paginateDescribeJobs,
|
|
5477
5391
|
paginateDescribeLaunchConfigurationTemplates,
|
|
@@ -5482,6 +5396,93 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
5482
5396
|
paginateDescribeSourceServers,
|
|
5483
5397
|
paginateListExtensibleSourceServers,
|
|
5484
5398
|
paginateListLaunchActions,
|
|
5485
|
-
paginateListStagingAccounts
|
|
5399
|
+
paginateListStagingAccounts,
|
|
5400
|
+
AccessDeniedException,
|
|
5401
|
+
InitiatedBy,
|
|
5402
|
+
LaunchStatus,
|
|
5403
|
+
ParticipatingResourceID,
|
|
5404
|
+
LaunchActionCategory,
|
|
5405
|
+
LaunchActionParameterType,
|
|
5406
|
+
LaunchActionType,
|
|
5407
|
+
LaunchActionRunStatus,
|
|
5408
|
+
JobStatus,
|
|
5409
|
+
JobType,
|
|
5410
|
+
ConflictException,
|
|
5411
|
+
InternalServerException,
|
|
5412
|
+
ResourceNotFoundException,
|
|
5413
|
+
ServiceQuotaExceededException,
|
|
5414
|
+
ThrottlingException,
|
|
5415
|
+
UninitializedAccountException,
|
|
5416
|
+
ValidationExceptionReason,
|
|
5417
|
+
ValidationException,
|
|
5418
|
+
DataReplicationErrorString,
|
|
5419
|
+
DataReplicationInitiationStepName,
|
|
5420
|
+
DataReplicationInitiationStepStatus,
|
|
5421
|
+
DataReplicationState,
|
|
5422
|
+
LastLaunchResult,
|
|
5423
|
+
LastLaunchType,
|
|
5424
|
+
ReplicationDirection,
|
|
5425
|
+
ExtensionStatus,
|
|
5426
|
+
LaunchDisposition,
|
|
5427
|
+
TargetInstanceTypeRightSizingMethod,
|
|
5428
|
+
ReplicationConfigurationDataPlaneRouting,
|
|
5429
|
+
ReplicationConfigurationDefaultLargeStagingDiskType,
|
|
5430
|
+
ReplicationConfigurationEbsEncryption,
|
|
5431
|
+
PITPolicyRuleUnits,
|
|
5432
|
+
JobLogEvent,
|
|
5433
|
+
EventResourceData,
|
|
5434
|
+
FailbackReplicationError,
|
|
5435
|
+
RecoveryInstanceDataReplicationInitiationStepName,
|
|
5436
|
+
RecoveryInstanceDataReplicationInitiationStepStatus,
|
|
5437
|
+
RecoveryInstanceDataReplicationState,
|
|
5438
|
+
EC2InstanceState,
|
|
5439
|
+
FailbackLaunchType,
|
|
5440
|
+
FailbackState,
|
|
5441
|
+
OriginEnvironment,
|
|
5442
|
+
RecoverySnapshotsOrder,
|
|
5443
|
+
RecoveryResult,
|
|
5444
|
+
ReplicationStatus,
|
|
5445
|
+
ReplicationConfigurationReplicatedDiskStagingDiskType,
|
|
5446
|
+
AssociateSourceNetworkStackRequestFilterSensitiveLog,
|
|
5447
|
+
JobFilterSensitiveLog,
|
|
5448
|
+
AssociateSourceNetworkStackResponseFilterSensitiveLog,
|
|
5449
|
+
CreateExtendedSourceServerRequestFilterSensitiveLog,
|
|
5450
|
+
SourceServerFilterSensitiveLog,
|
|
5451
|
+
CreateExtendedSourceServerResponseFilterSensitiveLog,
|
|
5452
|
+
CreateLaunchConfigurationTemplateRequestFilterSensitiveLog,
|
|
5453
|
+
LaunchConfigurationTemplateFilterSensitiveLog,
|
|
5454
|
+
CreateLaunchConfigurationTemplateResponseFilterSensitiveLog,
|
|
5455
|
+
CreateReplicationConfigurationTemplateRequestFilterSensitiveLog,
|
|
5456
|
+
ReplicationConfigurationTemplateFilterSensitiveLog,
|
|
5457
|
+
CreateSourceNetworkRequestFilterSensitiveLog,
|
|
5458
|
+
DescribeJobsResponseFilterSensitiveLog,
|
|
5459
|
+
DescribeLaunchConfigurationTemplatesResponseFilterSensitiveLog,
|
|
5460
|
+
RecoveryInstanceFilterSensitiveLog,
|
|
5461
|
+
DescribeRecoveryInstancesResponseFilterSensitiveLog,
|
|
5462
|
+
DescribeReplicationConfigurationTemplatesResponseFilterSensitiveLog,
|
|
5463
|
+
SourceNetworkFilterSensitiveLog,
|
|
5464
|
+
DescribeSourceNetworksResponseFilterSensitiveLog,
|
|
5465
|
+
DescribeSourceServersResponseFilterSensitiveLog,
|
|
5466
|
+
UpdateLaunchConfigurationTemplateResponseFilterSensitiveLog,
|
|
5467
|
+
StagingSourceServerFilterSensitiveLog,
|
|
5468
|
+
ListExtensibleSourceServersResponseFilterSensitiveLog,
|
|
5469
|
+
ListTagsForResourceResponseFilterSensitiveLog,
|
|
5470
|
+
StartFailbackLaunchRequestFilterSensitiveLog,
|
|
5471
|
+
StartFailbackLaunchResponseFilterSensitiveLog,
|
|
5472
|
+
TerminateRecoveryInstancesResponseFilterSensitiveLog,
|
|
5473
|
+
UpdateReplicationConfigurationTemplateRequestFilterSensitiveLog,
|
|
5474
|
+
StartSourceNetworkRecoveryRequestNetworkEntryFilterSensitiveLog,
|
|
5475
|
+
StartSourceNetworkRecoveryRequestFilterSensitiveLog,
|
|
5476
|
+
StartSourceNetworkRecoveryResponseFilterSensitiveLog,
|
|
5477
|
+
StartSourceNetworkReplicationResponseFilterSensitiveLog,
|
|
5478
|
+
StopSourceNetworkReplicationResponseFilterSensitiveLog,
|
|
5479
|
+
ReplicationConfigurationFilterSensitiveLog,
|
|
5480
|
+
StartRecoveryRequestFilterSensitiveLog,
|
|
5481
|
+
StartRecoveryResponseFilterSensitiveLog,
|
|
5482
|
+
StartReplicationResponseFilterSensitiveLog,
|
|
5483
|
+
StopReplicationResponseFilterSensitiveLog,
|
|
5484
|
+
UpdateReplicationConfigurationRequestFilterSensitiveLog,
|
|
5485
|
+
TagResourceRequestFilterSensitiveLog,
|
|
5486
|
+
UntagResourceRequestFilterSensitiveLog
|
|
5486
5487
|
});
|
|
5487
5488
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-drs",
|
|
3
3
|
"description": "AWS SDK for JavaScript Drs Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.501.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-drs",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.501.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.501.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|