@aws-sdk/client-fsx 3.46.0 → 3.47.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/CHANGELOG.md +11 -0
- package/dist-cjs/endpoints.js +0 -28
- package/dist-cjs/models/models_0.js +4 -203
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +10 -2
- package/dist-es/endpoints.js +0 -28
- package/dist-es/models/models_0.js +0 -132
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -4
- package/dist-types/FSxClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -198
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/FSxClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -132
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +34 -34
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.47.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients to use default values inferred from defaults mode ([#3192](https://github.com/aws/aws-sdk-js-v3/issues/3192)) ([9152e21](https://github.com/aws/aws-sdk-js-v3/commit/9152e210c6ec29f34bb070eaf2874039022e6ab7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07)
|
|
7
18
|
|
|
8
19
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -5,10 +5,6 @@ const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
|
5
5
|
const regionHash = {
|
|
6
6
|
"ca-central-1": {
|
|
7
7
|
variants: [
|
|
8
|
-
{
|
|
9
|
-
hostname: "fsx.ca-central-1.amazonaws.com",
|
|
10
|
-
tags: [],
|
|
11
|
-
},
|
|
12
8
|
{
|
|
13
9
|
hostname: "fsx-fips.ca-central-1.amazonaws.com",
|
|
14
10
|
tags: ["fips"],
|
|
@@ -17,10 +13,6 @@ const regionHash = {
|
|
|
17
13
|
},
|
|
18
14
|
"us-east-1": {
|
|
19
15
|
variants: [
|
|
20
|
-
{
|
|
21
|
-
hostname: "fsx.us-east-1.amazonaws.com",
|
|
22
|
-
tags: [],
|
|
23
|
-
},
|
|
24
16
|
{
|
|
25
17
|
hostname: "fsx-fips.us-east-1.amazonaws.com",
|
|
26
18
|
tags: ["fips"],
|
|
@@ -29,10 +21,6 @@ const regionHash = {
|
|
|
29
21
|
},
|
|
30
22
|
"us-east-2": {
|
|
31
23
|
variants: [
|
|
32
|
-
{
|
|
33
|
-
hostname: "fsx.us-east-2.amazonaws.com",
|
|
34
|
-
tags: [],
|
|
35
|
-
},
|
|
36
24
|
{
|
|
37
25
|
hostname: "fsx-fips.us-east-2.amazonaws.com",
|
|
38
26
|
tags: ["fips"],
|
|
@@ -41,10 +29,6 @@ const regionHash = {
|
|
|
41
29
|
},
|
|
42
30
|
"us-gov-east-1": {
|
|
43
31
|
variants: [
|
|
44
|
-
{
|
|
45
|
-
hostname: "fsx.us-gov-east-1.amazonaws.com",
|
|
46
|
-
tags: [],
|
|
47
|
-
},
|
|
48
32
|
{
|
|
49
33
|
hostname: "fsx-fips.us-gov-east-1.amazonaws.com",
|
|
50
34
|
tags: ["fips"],
|
|
@@ -53,10 +37,6 @@ const regionHash = {
|
|
|
53
37
|
},
|
|
54
38
|
"us-gov-west-1": {
|
|
55
39
|
variants: [
|
|
56
|
-
{
|
|
57
|
-
hostname: "fsx.us-gov-west-1.amazonaws.com",
|
|
58
|
-
tags: [],
|
|
59
|
-
},
|
|
60
40
|
{
|
|
61
41
|
hostname: "fsx-fips.us-gov-west-1.amazonaws.com",
|
|
62
42
|
tags: ["fips"],
|
|
@@ -65,10 +45,6 @@ const regionHash = {
|
|
|
65
45
|
},
|
|
66
46
|
"us-west-1": {
|
|
67
47
|
variants: [
|
|
68
|
-
{
|
|
69
|
-
hostname: "fsx.us-west-1.amazonaws.com",
|
|
70
|
-
tags: [],
|
|
71
|
-
},
|
|
72
48
|
{
|
|
73
49
|
hostname: "fsx-fips.us-west-1.amazonaws.com",
|
|
74
50
|
tags: ["fips"],
|
|
@@ -77,10 +53,6 @@ const regionHash = {
|
|
|
77
53
|
},
|
|
78
54
|
"us-west-2": {
|
|
79
55
|
variants: [
|
|
80
|
-
{
|
|
81
|
-
hostname: "fsx.us-west-2.amazonaws.com",
|
|
82
|
-
tags: [],
|
|
83
|
-
},
|
|
84
56
|
{
|
|
85
57
|
hostname: "fsx-fips.us-west-2.amazonaws.com",
|
|
86
58
|
tags: ["fips"],
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.OpenZFSCopyStrategy = exports.OpenZFSNfsExport = exports.OpenZFSClientConfiguration = exports.OpenZFSDataCompressionType = exports.OntapVolumeConfiguration = exports.TieringPolicy = exports.TieringPolicyName = exports.SecurityStyle = exports.OntapVolumeType = exports.FlexCacheEndpointType = exports.LifecycleTransitionReason = exports.VolumeLifecycle = exports.SnapshotLifecycle = exports.WindowsFileSystemConfiguration = exports.SelfManagedActiveDirectoryAttributes = exports.FileSystemMaintenanceOperation = exports.WindowsDeploymentType = exports.WindowsAuditLogConfiguration = exports.WindowsAccessAuditLogLevel = exports.Alias = exports.AliasLifecycle = exports.Tag = exports.StorageType = exports.OpenZFSFileSystemConfiguration = exports.OpenZFSDeploymentType = exports.OntapFileSystemConfiguration = exports.FileSystemEndpoints = exports.FileSystemEndpoint = exports.DiskIopsConfiguration = exports.DiskIopsConfigurationMode = exports.OntapDeploymentType = exports.LustreFileSystemConfiguration = exports.LustreLogConfiguration = exports.LustreAccessAuditLogLevel = exports.DriveCacheType = exports.LustreDeploymentType = exports.DataRepositoryConfiguration = exports.DataRepositoryLifecycle = exports.DataRepositoryFailureDetails = exports.AutoImportPolicyType = exports.DataCompressionType = exports.FileSystemLifecycle = exports.FileSystemType = exports.FileSystemFailureDetails = exports.Status = exports.AdministrativeActionFailureDetails = exports.AdministrativeActionType = exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.DescribeBackupsResponse = exports.CreateBackupResponse = exports.CopyBackupResponse = exports.Backup = exports.DescribeVolumesResponse = exports.DescribeSnapshotsResponse = exports.DescribeFileSystemsResponse = exports.UpdateVolumeResponse = exports.UpdateSnapshotResponse = exports.UpdateFileSystemResponse = exports.ReleaseFileSystemNfsV3LocksResponse = exports.CreateVolumeResponse = exports.CreateVolumeFromBackupResponse = exports.CreateSnapshotResponse = exports.CreateFileSystemResponse = exports.CreateFileSystemFromBackupResponse = exports.Volume = exports.Snapshot = exports.FileSystem = exports.AdministrativeAction = exports.UpdateVolumeRequest = exports.UpdateOpenZFSVolumeConfiguration = exports.UpdateOntapVolumeConfiguration = exports.UpdateStorageVirtualMachineResponse = exports.UpdateStorageVirtualMachineRequest = exports.UpdateSvmActiveDirectoryConfiguration = exports.UpdateSnapshotRequest = exports.UpdateFileSystemRequest = exports.UpdateFileSystemWindowsConfiguration = exports.SelfManagedActiveDirectoryConfigurationUpdates = exports.UpdateFileSystemOpenZFSConfiguration = exports.UpdateFileSystemOntapConfiguration = void 0;
|
|
3
|
+
exports.OpenZFSOriginSnapshotConfiguration = exports.OpenZFSCopyStrategy = exports.OpenZFSNfsExport = exports.OpenZFSClientConfiguration = exports.OpenZFSDataCompressionType = exports.OntapVolumeConfiguration = exports.TieringPolicy = exports.TieringPolicyName = exports.SecurityStyle = exports.OntapVolumeType = exports.FlexCacheEndpointType = exports.LifecycleTransitionReason = exports.VolumeLifecycle = exports.SnapshotLifecycle = exports.WindowsFileSystemConfiguration = exports.SelfManagedActiveDirectoryAttributes = exports.FileSystemMaintenanceOperation = exports.WindowsDeploymentType = exports.WindowsAuditLogConfiguration = exports.WindowsAccessAuditLogLevel = exports.Alias = exports.AliasLifecycle = exports.Tag = exports.StorageType = exports.OpenZFSFileSystemConfiguration = exports.OpenZFSDeploymentType = exports.OntapFileSystemConfiguration = exports.FileSystemEndpoints = exports.FileSystemEndpoint = exports.DiskIopsConfiguration = exports.DiskIopsConfigurationMode = exports.OntapDeploymentType = exports.LustreFileSystemConfiguration = exports.LustreLogConfiguration = exports.LustreAccessAuditLogLevel = exports.DriveCacheType = exports.LustreDeploymentType = exports.DataRepositoryConfiguration = exports.DataRepositoryLifecycle = exports.DataRepositoryFailureDetails = exports.AutoImportPolicyType = exports.DataCompressionType = exports.FileSystemLifecycle = exports.FileSystemType = exports.FileSystemFailureDetails = exports.Status = exports.AdministrativeActionFailureDetails = exports.AdministrativeActionType = exports.ActiveDirectoryErrorType = exports.ActiveDirectoryBackupAttributes = void 0;
|
|
4
|
+
exports.StorageVirtualMachineLifecycle = exports.SvmEndpoints = exports.SvmEndpoint = exports.SvmActiveDirectoryConfiguration = exports.CreateStorageVirtualMachineRequest = exports.StorageVirtualMachineRootVolumeSecurityStyle = exports.CreateSvmActiveDirectoryConfiguration = exports.CreateSnapshotRequest = exports.CreateFileSystemFromBackupRequest = exports.CreateFileSystemRequest = exports.CreateFileSystemWindowsConfiguration = exports.SelfManagedActiveDirectoryConfiguration = exports.WindowsAuditLogCreateConfiguration = exports.CreateFileSystemOpenZFSConfiguration = exports.OpenZFSCreateRootVolumeConfiguration = exports.CreateFileSystemOntapConfiguration = exports.CreateFileSystemLustreConfiguration = exports.LustreLogCreateConfiguration = exports.CreateDataRepositoryTaskResponse = exports.DataRepositoryTask = exports.DataRepositoryTaskStatus = exports.DataRepositoryTaskFailureDetails = exports.CreateDataRepositoryTaskRequest = exports.DataRepositoryTaskType = exports.CompletionReport = exports.ReportScope = exports.ReportFormat = exports.CreateDataRepositoryAssociationResponse = exports.DataRepositoryAssociation = exports.CreateDataRepositoryAssociationRequest = exports.S3DataRepositoryConfiguration = exports.CreateBackupRequest = exports.ServiceLimit = exports.BackupType = exports.ResourceType = exports.BackupLifecycle = exports.BackupFailureDetails = exports.CopyBackupRequest = exports.CancelDataRepositoryTaskResponse = exports.DataRepositoryTaskLifecycle = exports.CancelDataRepositoryTaskRequest = exports.AutoImportPolicy = exports.AutoExportPolicy = exports.EventType = exports.AssociateFileSystemAliasesResponse = exports.AssociateFileSystemAliasesRequest = exports.VolumeType = exports.OpenZFSVolumeConfiguration = exports.OpenZFSUserOrGroupQuota = exports.OpenZFSQuotaType = void 0;
|
|
5
|
+
exports.VolumeFilterName = exports.DescribeStorageVirtualMachinesResponse = exports.DescribeStorageVirtualMachinesRequest = exports.StorageVirtualMachineFilter = exports.StorageVirtualMachineFilterName = exports.DescribeSnapshotsRequest = exports.SnapshotFilter = exports.SnapshotFilterName = exports.DescribeFileSystemsRequest = exports.DescribeFileSystemAliasesResponse = exports.DescribeFileSystemAliasesRequest = exports.DescribeDataRepositoryTasksResponse = exports.DescribeDataRepositoryTasksRequest = exports.DataRepositoryTaskFilter = exports.DataRepositoryTaskFilterName = exports.DescribeDataRepositoryAssociationsResponse = exports.DescribeDataRepositoryAssociationsRequest = exports.DescribeBackupsRequest = exports.Filter = exports.FilterName = exports.DeleteVolumeResponse = exports.DeleteVolumeOntapResponse = exports.DeleteVolumeRequest = exports.DeleteVolumeOpenZFSConfiguration = exports.DeleteOpenZFSVolumeOption = exports.DeleteVolumeOntapConfiguration = exports.DeleteStorageVirtualMachineResponse = exports.DeleteStorageVirtualMachineRequest = exports.DeleteSnapshotResponse = exports.DeleteSnapshotRequest = exports.DeleteFileSystemResponse = exports.DeleteFileSystemWindowsResponse = exports.DeleteFileSystemOpenZFSResponse = exports.DeleteFileSystemLustreResponse = exports.DeleteFileSystemRequest = exports.DeleteFileSystemWindowsConfiguration = exports.DeleteFileSystemOpenZFSConfiguration = exports.DeleteFileSystemLustreConfiguration = exports.DeleteDataRepositoryAssociationResponse = exports.DeleteDataRepositoryAssociationRequest = exports.DeleteBackupResponse = exports.DeleteBackupRequest = exports.CreateVolumeFromBackupRequest = exports.CreateVolumeRequest = exports.CreateOpenZFSVolumeConfiguration = exports.CreateOpenZFSOriginSnapshotConfiguration = exports.CreateOntapVolumeConfiguration = exports.CreateStorageVirtualMachineResponse = exports.StorageVirtualMachine = exports.StorageVirtualMachineSubtype = void 0;
|
|
6
|
+
exports.DescribeBackupsResponse = exports.CreateBackupResponse = exports.CopyBackupResponse = exports.Backup = exports.DescribeVolumesResponse = exports.DescribeSnapshotsResponse = exports.DescribeFileSystemsResponse = exports.UpdateVolumeResponse = exports.UpdateSnapshotResponse = exports.UpdateFileSystemResponse = exports.ReleaseFileSystemNfsV3LocksResponse = exports.CreateVolumeResponse = exports.CreateVolumeFromBackupResponse = exports.CreateSnapshotResponse = exports.CreateFileSystemResponse = exports.CreateFileSystemFromBackupResponse = exports.Volume = exports.Snapshot = exports.FileSystem = exports.AdministrativeAction = exports.UpdateVolumeRequest = exports.UpdateOpenZFSVolumeConfiguration = exports.UpdateOntapVolumeConfiguration = exports.UpdateStorageVirtualMachineResponse = exports.UpdateStorageVirtualMachineRequest = exports.UpdateSvmActiveDirectoryConfiguration = exports.UpdateSnapshotRequest = exports.UpdateFileSystemRequest = exports.UpdateFileSystemWindowsConfiguration = exports.SelfManagedActiveDirectoryConfigurationUpdates = exports.UpdateFileSystemOpenZFSConfiguration = exports.UpdateFileSystemOntapConfiguration = exports.UpdateFileSystemLustreConfiguration = exports.UpdateDataRepositoryAssociationResponse = exports.UpdateDataRepositoryAssociationRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.RestoreVolumeFromSnapshotResponse = exports.RestoreVolumeFromSnapshotRequest = exports.RestoreOpenZFSVolumeOption = exports.ReleaseFileSystemNfsV3LocksRequest = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.DisassociateFileSystemAliasesResponse = exports.DisassociateFileSystemAliasesRequest = exports.DescribeVolumesRequest = exports.VolumeFilter = void 0;
|
|
8
7
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
9
8
|
var ActiveDirectoryBackupAttributes;
|
|
10
9
|
(function (ActiveDirectoryBackupAttributes) {
|
|
@@ -19,12 +18,6 @@ var ActiveDirectoryErrorType;
|
|
|
19
18
|
ActiveDirectoryErrorType["INVALID_DOMAIN_STAGE"] = "INVALID_DOMAIN_STAGE";
|
|
20
19
|
ActiveDirectoryErrorType["WRONG_VPC"] = "WRONG_VPC";
|
|
21
20
|
})(ActiveDirectoryErrorType = exports.ActiveDirectoryErrorType || (exports.ActiveDirectoryErrorType = {}));
|
|
22
|
-
var ActiveDirectoryError;
|
|
23
|
-
(function (ActiveDirectoryError) {
|
|
24
|
-
ActiveDirectoryError.filterSensitiveLog = (obj) => ({
|
|
25
|
-
...obj,
|
|
26
|
-
});
|
|
27
|
-
})(ActiveDirectoryError = exports.ActiveDirectoryError || (exports.ActiveDirectoryError = {}));
|
|
28
21
|
var AdministrativeActionType;
|
|
29
22
|
(function (AdministrativeActionType) {
|
|
30
23
|
AdministrativeActionType["FILE_SYSTEM_ALIAS_ASSOCIATION"] = "FILE_SYSTEM_ALIAS_ASSOCIATION";
|
|
@@ -361,24 +354,6 @@ var AssociateFileSystemAliasesResponse;
|
|
|
361
354
|
...obj,
|
|
362
355
|
});
|
|
363
356
|
})(AssociateFileSystemAliasesResponse = exports.AssociateFileSystemAliasesResponse || (exports.AssociateFileSystemAliasesResponse = {}));
|
|
364
|
-
var BadRequest;
|
|
365
|
-
(function (BadRequest) {
|
|
366
|
-
BadRequest.filterSensitiveLog = (obj) => ({
|
|
367
|
-
...obj,
|
|
368
|
-
});
|
|
369
|
-
})(BadRequest = exports.BadRequest || (exports.BadRequest = {}));
|
|
370
|
-
var FileSystemNotFound;
|
|
371
|
-
(function (FileSystemNotFound) {
|
|
372
|
-
FileSystemNotFound.filterSensitiveLog = (obj) => ({
|
|
373
|
-
...obj,
|
|
374
|
-
});
|
|
375
|
-
})(FileSystemNotFound = exports.FileSystemNotFound || (exports.FileSystemNotFound = {}));
|
|
376
|
-
var InternalServerError;
|
|
377
|
-
(function (InternalServerError) {
|
|
378
|
-
InternalServerError.filterSensitiveLog = (obj) => ({
|
|
379
|
-
...obj,
|
|
380
|
-
});
|
|
381
|
-
})(InternalServerError = exports.InternalServerError || (exports.InternalServerError = {}));
|
|
382
357
|
var EventType;
|
|
383
358
|
(function (EventType) {
|
|
384
359
|
EventType["CHANGED"] = "CHANGED";
|
|
@@ -418,30 +393,6 @@ var CancelDataRepositoryTaskResponse;
|
|
|
418
393
|
...obj,
|
|
419
394
|
});
|
|
420
395
|
})(CancelDataRepositoryTaskResponse = exports.CancelDataRepositoryTaskResponse || (exports.CancelDataRepositoryTaskResponse = {}));
|
|
421
|
-
var DataRepositoryTaskEnded;
|
|
422
|
-
(function (DataRepositoryTaskEnded) {
|
|
423
|
-
DataRepositoryTaskEnded.filterSensitiveLog = (obj) => ({
|
|
424
|
-
...obj,
|
|
425
|
-
});
|
|
426
|
-
})(DataRepositoryTaskEnded = exports.DataRepositoryTaskEnded || (exports.DataRepositoryTaskEnded = {}));
|
|
427
|
-
var DataRepositoryTaskNotFound;
|
|
428
|
-
(function (DataRepositoryTaskNotFound) {
|
|
429
|
-
DataRepositoryTaskNotFound.filterSensitiveLog = (obj) => ({
|
|
430
|
-
...obj,
|
|
431
|
-
});
|
|
432
|
-
})(DataRepositoryTaskNotFound = exports.DataRepositoryTaskNotFound || (exports.DataRepositoryTaskNotFound = {}));
|
|
433
|
-
var UnsupportedOperation;
|
|
434
|
-
(function (UnsupportedOperation) {
|
|
435
|
-
UnsupportedOperation.filterSensitiveLog = (obj) => ({
|
|
436
|
-
...obj,
|
|
437
|
-
});
|
|
438
|
-
})(UnsupportedOperation = exports.UnsupportedOperation || (exports.UnsupportedOperation = {}));
|
|
439
|
-
var BackupNotFound;
|
|
440
|
-
(function (BackupNotFound) {
|
|
441
|
-
BackupNotFound.filterSensitiveLog = (obj) => ({
|
|
442
|
-
...obj,
|
|
443
|
-
});
|
|
444
|
-
})(BackupNotFound = exports.BackupNotFound || (exports.BackupNotFound = {}));
|
|
445
396
|
var CopyBackupRequest;
|
|
446
397
|
(function (CopyBackupRequest) {
|
|
447
398
|
CopyBackupRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -475,36 +426,6 @@ var BackupType;
|
|
|
475
426
|
BackupType["AWS_BACKUP"] = "AWS_BACKUP";
|
|
476
427
|
BackupType["USER_INITIATED"] = "USER_INITIATED";
|
|
477
428
|
})(BackupType = exports.BackupType || (exports.BackupType = {}));
|
|
478
|
-
var IncompatibleParameterError;
|
|
479
|
-
(function (IncompatibleParameterError) {
|
|
480
|
-
IncompatibleParameterError.filterSensitiveLog = (obj) => ({
|
|
481
|
-
...obj,
|
|
482
|
-
});
|
|
483
|
-
})(IncompatibleParameterError = exports.IncompatibleParameterError || (exports.IncompatibleParameterError = {}));
|
|
484
|
-
var IncompatibleRegionForMultiAZ;
|
|
485
|
-
(function (IncompatibleRegionForMultiAZ) {
|
|
486
|
-
IncompatibleRegionForMultiAZ.filterSensitiveLog = (obj) => ({
|
|
487
|
-
...obj,
|
|
488
|
-
});
|
|
489
|
-
})(IncompatibleRegionForMultiAZ = exports.IncompatibleRegionForMultiAZ || (exports.IncompatibleRegionForMultiAZ = {}));
|
|
490
|
-
var InvalidDestinationKmsKey;
|
|
491
|
-
(function (InvalidDestinationKmsKey) {
|
|
492
|
-
InvalidDestinationKmsKey.filterSensitiveLog = (obj) => ({
|
|
493
|
-
...obj,
|
|
494
|
-
});
|
|
495
|
-
})(InvalidDestinationKmsKey = exports.InvalidDestinationKmsKey || (exports.InvalidDestinationKmsKey = {}));
|
|
496
|
-
var InvalidRegion;
|
|
497
|
-
(function (InvalidRegion) {
|
|
498
|
-
InvalidRegion.filterSensitiveLog = (obj) => ({
|
|
499
|
-
...obj,
|
|
500
|
-
});
|
|
501
|
-
})(InvalidRegion = exports.InvalidRegion || (exports.InvalidRegion = {}));
|
|
502
|
-
var InvalidSourceKmsKey;
|
|
503
|
-
(function (InvalidSourceKmsKey) {
|
|
504
|
-
InvalidSourceKmsKey.filterSensitiveLog = (obj) => ({
|
|
505
|
-
...obj,
|
|
506
|
-
});
|
|
507
|
-
})(InvalidSourceKmsKey = exports.InvalidSourceKmsKey || (exports.InvalidSourceKmsKey = {}));
|
|
508
429
|
var ServiceLimit;
|
|
509
430
|
(function (ServiceLimit) {
|
|
510
431
|
ServiceLimit["FILE_SYSTEM_COUNT"] = "FILE_SYSTEM_COUNT";
|
|
@@ -517,36 +438,12 @@ var ServiceLimit;
|
|
|
517
438
|
ServiceLimit["TOTAL_USER_TAGS"] = "TOTAL_USER_TAGS";
|
|
518
439
|
ServiceLimit["VOLUMES_PER_FILE_SYSTEM"] = "VOLUMES_PER_FILE_SYSTEM";
|
|
519
440
|
})(ServiceLimit = exports.ServiceLimit || (exports.ServiceLimit = {}));
|
|
520
|
-
var ServiceLimitExceeded;
|
|
521
|
-
(function (ServiceLimitExceeded) {
|
|
522
|
-
ServiceLimitExceeded.filterSensitiveLog = (obj) => ({
|
|
523
|
-
...obj,
|
|
524
|
-
});
|
|
525
|
-
})(ServiceLimitExceeded = exports.ServiceLimitExceeded || (exports.ServiceLimitExceeded = {}));
|
|
526
|
-
var SourceBackupUnavailable;
|
|
527
|
-
(function (SourceBackupUnavailable) {
|
|
528
|
-
SourceBackupUnavailable.filterSensitiveLog = (obj) => ({
|
|
529
|
-
...obj,
|
|
530
|
-
});
|
|
531
|
-
})(SourceBackupUnavailable = exports.SourceBackupUnavailable || (exports.SourceBackupUnavailable = {}));
|
|
532
|
-
var BackupInProgress;
|
|
533
|
-
(function (BackupInProgress) {
|
|
534
|
-
BackupInProgress.filterSensitiveLog = (obj) => ({
|
|
535
|
-
...obj,
|
|
536
|
-
});
|
|
537
|
-
})(BackupInProgress = exports.BackupInProgress || (exports.BackupInProgress = {}));
|
|
538
441
|
var CreateBackupRequest;
|
|
539
442
|
(function (CreateBackupRequest) {
|
|
540
443
|
CreateBackupRequest.filterSensitiveLog = (obj) => ({
|
|
541
444
|
...obj,
|
|
542
445
|
});
|
|
543
446
|
})(CreateBackupRequest = exports.CreateBackupRequest || (exports.CreateBackupRequest = {}));
|
|
544
|
-
var VolumeNotFound;
|
|
545
|
-
(function (VolumeNotFound) {
|
|
546
|
-
VolumeNotFound.filterSensitiveLog = (obj) => ({
|
|
547
|
-
...obj,
|
|
548
|
-
});
|
|
549
|
-
})(VolumeNotFound = exports.VolumeNotFound || (exports.VolumeNotFound = {}));
|
|
550
447
|
var S3DataRepositoryConfiguration;
|
|
551
448
|
(function (S3DataRepositoryConfiguration) {
|
|
552
449
|
S3DataRepositoryConfiguration.filterSensitiveLog = (obj) => ({
|
|
@@ -620,12 +517,6 @@ var CreateDataRepositoryTaskResponse;
|
|
|
620
517
|
...obj,
|
|
621
518
|
});
|
|
622
519
|
})(CreateDataRepositoryTaskResponse = exports.CreateDataRepositoryTaskResponse || (exports.CreateDataRepositoryTaskResponse = {}));
|
|
623
|
-
var DataRepositoryTaskExecuting;
|
|
624
|
-
(function (DataRepositoryTaskExecuting) {
|
|
625
|
-
DataRepositoryTaskExecuting.filterSensitiveLog = (obj) => ({
|
|
626
|
-
...obj,
|
|
627
|
-
});
|
|
628
|
-
})(DataRepositoryTaskExecuting = exports.DataRepositoryTaskExecuting || (exports.DataRepositoryTaskExecuting = {}));
|
|
629
520
|
var LustreLogCreateConfiguration;
|
|
630
521
|
(function (LustreLogCreateConfiguration) {
|
|
631
522
|
LustreLogCreateConfiguration.filterSensitiveLog = (obj) => ({
|
|
@@ -691,36 +582,6 @@ var CreateFileSystemRequest;
|
|
|
691
582
|
}),
|
|
692
583
|
});
|
|
693
584
|
})(CreateFileSystemRequest = exports.CreateFileSystemRequest || (exports.CreateFileSystemRequest = {}));
|
|
694
|
-
var InvalidExportPath;
|
|
695
|
-
(function (InvalidExportPath) {
|
|
696
|
-
InvalidExportPath.filterSensitiveLog = (obj) => ({
|
|
697
|
-
...obj,
|
|
698
|
-
});
|
|
699
|
-
})(InvalidExportPath = exports.InvalidExportPath || (exports.InvalidExportPath = {}));
|
|
700
|
-
var InvalidImportPath;
|
|
701
|
-
(function (InvalidImportPath) {
|
|
702
|
-
InvalidImportPath.filterSensitiveLog = (obj) => ({
|
|
703
|
-
...obj,
|
|
704
|
-
});
|
|
705
|
-
})(InvalidImportPath = exports.InvalidImportPath || (exports.InvalidImportPath = {}));
|
|
706
|
-
var InvalidNetworkSettings;
|
|
707
|
-
(function (InvalidNetworkSettings) {
|
|
708
|
-
InvalidNetworkSettings.filterSensitiveLog = (obj) => ({
|
|
709
|
-
...obj,
|
|
710
|
-
});
|
|
711
|
-
})(InvalidNetworkSettings = exports.InvalidNetworkSettings || (exports.InvalidNetworkSettings = {}));
|
|
712
|
-
var InvalidPerUnitStorageThroughput;
|
|
713
|
-
(function (InvalidPerUnitStorageThroughput) {
|
|
714
|
-
InvalidPerUnitStorageThroughput.filterSensitiveLog = (obj) => ({
|
|
715
|
-
...obj,
|
|
716
|
-
});
|
|
717
|
-
})(InvalidPerUnitStorageThroughput = exports.InvalidPerUnitStorageThroughput || (exports.InvalidPerUnitStorageThroughput = {}));
|
|
718
|
-
var MissingFileSystemConfiguration;
|
|
719
|
-
(function (MissingFileSystemConfiguration) {
|
|
720
|
-
MissingFileSystemConfiguration.filterSensitiveLog = (obj) => ({
|
|
721
|
-
...obj,
|
|
722
|
-
});
|
|
723
|
-
})(MissingFileSystemConfiguration = exports.MissingFileSystemConfiguration || (exports.MissingFileSystemConfiguration = {}));
|
|
724
585
|
var CreateFileSystemFromBackupRequest;
|
|
725
586
|
(function (CreateFileSystemFromBackupRequest) {
|
|
726
587
|
CreateFileSystemFromBackupRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -831,36 +692,12 @@ var CreateVolumeRequest;
|
|
|
831
692
|
...obj,
|
|
832
693
|
});
|
|
833
694
|
})(CreateVolumeRequest = exports.CreateVolumeRequest || (exports.CreateVolumeRequest = {}));
|
|
834
|
-
var MissingVolumeConfiguration;
|
|
835
|
-
(function (MissingVolumeConfiguration) {
|
|
836
|
-
MissingVolumeConfiguration.filterSensitiveLog = (obj) => ({
|
|
837
|
-
...obj,
|
|
838
|
-
});
|
|
839
|
-
})(MissingVolumeConfiguration = exports.MissingVolumeConfiguration || (exports.MissingVolumeConfiguration = {}));
|
|
840
|
-
var StorageVirtualMachineNotFound;
|
|
841
|
-
(function (StorageVirtualMachineNotFound) {
|
|
842
|
-
StorageVirtualMachineNotFound.filterSensitiveLog = (obj) => ({
|
|
843
|
-
...obj,
|
|
844
|
-
});
|
|
845
|
-
})(StorageVirtualMachineNotFound = exports.StorageVirtualMachineNotFound || (exports.StorageVirtualMachineNotFound = {}));
|
|
846
695
|
var CreateVolumeFromBackupRequest;
|
|
847
696
|
(function (CreateVolumeFromBackupRequest) {
|
|
848
697
|
CreateVolumeFromBackupRequest.filterSensitiveLog = (obj) => ({
|
|
849
698
|
...obj,
|
|
850
699
|
});
|
|
851
700
|
})(CreateVolumeFromBackupRequest = exports.CreateVolumeFromBackupRequest || (exports.CreateVolumeFromBackupRequest = {}));
|
|
852
|
-
var BackupBeingCopied;
|
|
853
|
-
(function (BackupBeingCopied) {
|
|
854
|
-
BackupBeingCopied.filterSensitiveLog = (obj) => ({
|
|
855
|
-
...obj,
|
|
856
|
-
});
|
|
857
|
-
})(BackupBeingCopied = exports.BackupBeingCopied || (exports.BackupBeingCopied = {}));
|
|
858
|
-
var BackupRestoring;
|
|
859
|
-
(function (BackupRestoring) {
|
|
860
|
-
BackupRestoring.filterSensitiveLog = (obj) => ({
|
|
861
|
-
...obj,
|
|
862
|
-
});
|
|
863
|
-
})(BackupRestoring = exports.BackupRestoring || (exports.BackupRestoring = {}));
|
|
864
701
|
var DeleteBackupRequest;
|
|
865
702
|
(function (DeleteBackupRequest) {
|
|
866
703
|
DeleteBackupRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -873,12 +710,6 @@ var DeleteBackupResponse;
|
|
|
873
710
|
...obj,
|
|
874
711
|
});
|
|
875
712
|
})(DeleteBackupResponse = exports.DeleteBackupResponse || (exports.DeleteBackupResponse = {}));
|
|
876
|
-
var DataRepositoryAssociationNotFound;
|
|
877
|
-
(function (DataRepositoryAssociationNotFound) {
|
|
878
|
-
DataRepositoryAssociationNotFound.filterSensitiveLog = (obj) => ({
|
|
879
|
-
...obj,
|
|
880
|
-
});
|
|
881
|
-
})(DataRepositoryAssociationNotFound = exports.DataRepositoryAssociationNotFound || (exports.DataRepositoryAssociationNotFound = {}));
|
|
882
713
|
var DeleteDataRepositoryAssociationRequest;
|
|
883
714
|
(function (DeleteDataRepositoryAssociationRequest) {
|
|
884
715
|
DeleteDataRepositoryAssociationRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -951,12 +782,6 @@ var DeleteSnapshotResponse;
|
|
|
951
782
|
...obj,
|
|
952
783
|
});
|
|
953
784
|
})(DeleteSnapshotResponse = exports.DeleteSnapshotResponse || (exports.DeleteSnapshotResponse = {}));
|
|
954
|
-
var SnapshotNotFound;
|
|
955
|
-
(function (SnapshotNotFound) {
|
|
956
|
-
SnapshotNotFound.filterSensitiveLog = (obj) => ({
|
|
957
|
-
...obj,
|
|
958
|
-
});
|
|
959
|
-
})(SnapshotNotFound = exports.SnapshotNotFound || (exports.SnapshotNotFound = {}));
|
|
960
785
|
var DeleteStorageVirtualMachineRequest;
|
|
961
786
|
(function (DeleteStorageVirtualMachineRequest) {
|
|
962
787
|
DeleteStorageVirtualMachineRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1035,12 +860,6 @@ var DescribeDataRepositoryAssociationsResponse;
|
|
|
1035
860
|
...obj,
|
|
1036
861
|
});
|
|
1037
862
|
})(DescribeDataRepositoryAssociationsResponse = exports.DescribeDataRepositoryAssociationsResponse || (exports.DescribeDataRepositoryAssociationsResponse = {}));
|
|
1038
|
-
var InvalidDataRepositoryType;
|
|
1039
|
-
(function (InvalidDataRepositoryType) {
|
|
1040
|
-
InvalidDataRepositoryType.filterSensitiveLog = (obj) => ({
|
|
1041
|
-
...obj,
|
|
1042
|
-
});
|
|
1043
|
-
})(InvalidDataRepositoryType = exports.InvalidDataRepositoryType || (exports.InvalidDataRepositoryType = {}));
|
|
1044
863
|
var DataRepositoryTaskFilterName;
|
|
1045
864
|
(function (DataRepositoryTaskFilterName) {
|
|
1046
865
|
DataRepositoryTaskFilterName["DATA_REPO_ASSOCIATION_ID"] = "data-repository-association-id";
|
|
@@ -1163,24 +982,6 @@ var ListTagsForResourceResponse;
|
|
|
1163
982
|
...obj,
|
|
1164
983
|
});
|
|
1165
984
|
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
1166
|
-
var NotServiceResourceError;
|
|
1167
|
-
(function (NotServiceResourceError) {
|
|
1168
|
-
NotServiceResourceError.filterSensitiveLog = (obj) => ({
|
|
1169
|
-
...obj,
|
|
1170
|
-
});
|
|
1171
|
-
})(NotServiceResourceError = exports.NotServiceResourceError || (exports.NotServiceResourceError = {}));
|
|
1172
|
-
var ResourceDoesNotSupportTagging;
|
|
1173
|
-
(function (ResourceDoesNotSupportTagging) {
|
|
1174
|
-
ResourceDoesNotSupportTagging.filterSensitiveLog = (obj) => ({
|
|
1175
|
-
...obj,
|
|
1176
|
-
});
|
|
1177
|
-
})(ResourceDoesNotSupportTagging = exports.ResourceDoesNotSupportTagging || (exports.ResourceDoesNotSupportTagging = {}));
|
|
1178
|
-
var ResourceNotFound;
|
|
1179
|
-
(function (ResourceNotFound) {
|
|
1180
|
-
ResourceNotFound.filterSensitiveLog = (obj) => ({
|
|
1181
|
-
...obj,
|
|
1182
|
-
});
|
|
1183
|
-
})(ResourceNotFound = exports.ResourceNotFound || (exports.ResourceNotFound = {}));
|
|
1184
985
|
var ReleaseFileSystemNfsV3LocksRequest;
|
|
1185
986
|
(function (ReleaseFileSystemNfsV3LocksRequest) {
|
|
1186
987
|
ReleaseFileSystemNfsV3LocksRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -13,13 +13,18 @@ const util_body_length_browser_1 = require("@aws-sdk/util-body-length-browser");
|
|
|
13
13
|
const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
|
|
14
14
|
const util_utf8_browser_1 = require("@aws-sdk/util-utf8-browser");
|
|
15
15
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
16
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
17
|
+
const util_defaults_mode_browser_1 = require("@aws-sdk/util-defaults-mode-browser");
|
|
16
18
|
const getRuntimeConfig = (config) => {
|
|
17
19
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
20
|
+
const defaultsMode = util_defaults_mode_browser_1.resolveDefaultsModeConfig(config);
|
|
21
|
+
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
18
22
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
19
23
|
return {
|
|
20
24
|
...clientSharedValues,
|
|
21
25
|
...config,
|
|
22
26
|
runtime: "browser",
|
|
27
|
+
defaultsMode,
|
|
23
28
|
base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : util_base64_browser_1.fromBase64,
|
|
24
29
|
base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_browser_1.toBase64,
|
|
25
30
|
bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : util_body_length_browser_1.calculateBodyLength,
|
|
@@ -27,8 +32,8 @@ const getRuntimeConfig = (config) => {
|
|
|
27
32
|
defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : util_user_agent_browser_1.defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
28
33
|
maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : middleware_retry_1.DEFAULT_MAX_ATTEMPTS,
|
|
29
34
|
region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalid_dependency_1.invalidProvider("Region is missing"),
|
|
30
|
-
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new fetch_http_handler_1.FetchHttpHandler(),
|
|
31
|
-
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (() =>
|
|
35
|
+
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new fetch_http_handler_1.FetchHttpHandler(defaultConfigProvider),
|
|
36
|
+
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (async () => (await defaultConfigProvider()).retryMode || middleware_retry_1.DEFAULT_RETRY_MODE),
|
|
32
37
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : sha256_browser_1.Sha256,
|
|
33
38
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : fetch_http_handler_1.streamCollector,
|
|
34
39
|
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : (() => Promise.resolve(config_resolver_1.DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
@@ -15,13 +15,18 @@ const util_body_length_node_1 = require("@aws-sdk/util-body-length-node");
|
|
|
15
15
|
const util_user_agent_node_1 = require("@aws-sdk/util-user-agent-node");
|
|
16
16
|
const util_utf8_node_1 = require("@aws-sdk/util-utf8-node");
|
|
17
17
|
const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
|
|
18
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
19
|
+
const util_defaults_mode_node_1 = require("@aws-sdk/util-defaults-mode-node");
|
|
18
20
|
const getRuntimeConfig = (config) => {
|
|
19
21
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
22
|
+
const defaultsMode = util_defaults_mode_node_1.resolveDefaultsModeConfig(config);
|
|
23
|
+
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
|
20
24
|
const clientSharedValues = runtimeConfig_shared_1.getRuntimeConfig(config);
|
|
21
25
|
return {
|
|
22
26
|
...clientSharedValues,
|
|
23
27
|
...config,
|
|
24
28
|
runtime: "node",
|
|
29
|
+
defaultsMode,
|
|
25
30
|
base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : util_base64_node_1.fromBase64,
|
|
26
31
|
base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : util_base64_node_1.toBase64,
|
|
27
32
|
bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : util_body_length_node_1.calculateBodyLength,
|
|
@@ -29,8 +34,11 @@ const getRuntimeConfig = (config) => {
|
|
|
29
34
|
defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : util_user_agent_node_1.defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
|
30
35
|
maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : node_config_provider_1.loadConfig(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
31
36
|
region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : node_config_provider_1.loadConfig(config_resolver_1.NODE_REGION_CONFIG_OPTIONS, config_resolver_1.NODE_REGION_CONFIG_FILE_OPTIONS),
|
|
32
|
-
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new node_http_handler_1.NodeHttpHandler(),
|
|
33
|
-
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig(
|
|
37
|
+
requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new node_http_handler_1.NodeHttpHandler(defaultConfigProvider),
|
|
38
|
+
retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : node_config_provider_1.loadConfig({
|
|
39
|
+
...middleware_retry_1.NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
40
|
+
default: async () => (await defaultConfigProvider()).retryMode || middleware_retry_1.DEFAULT_RETRY_MODE,
|
|
41
|
+
}),
|
|
34
42
|
sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : hash_node_1.Hash.bind(null, "sha256"),
|
|
35
43
|
streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : node_http_handler_1.streamCollector,
|
|
36
44
|
useDualstackEndpoint: (_m = config === null || config === void 0 ? void 0 : config.useDualstackEndpoint) !== null && _m !== void 0 ? _m : node_config_provider_1.loadConfig(config_resolver_1.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
package/dist-es/endpoints.js
CHANGED
|
@@ -3,10 +3,6 @@ import { getRegionInfo } from "@aws-sdk/config-resolver";
|
|
|
3
3
|
var regionHash = {
|
|
4
4
|
"ca-central-1": {
|
|
5
5
|
variants: [
|
|
6
|
-
{
|
|
7
|
-
hostname: "fsx.ca-central-1.amazonaws.com",
|
|
8
|
-
tags: [],
|
|
9
|
-
},
|
|
10
6
|
{
|
|
11
7
|
hostname: "fsx-fips.ca-central-1.amazonaws.com",
|
|
12
8
|
tags: ["fips"],
|
|
@@ -15,10 +11,6 @@ var regionHash = {
|
|
|
15
11
|
},
|
|
16
12
|
"us-east-1": {
|
|
17
13
|
variants: [
|
|
18
|
-
{
|
|
19
|
-
hostname: "fsx.us-east-1.amazonaws.com",
|
|
20
|
-
tags: [],
|
|
21
|
-
},
|
|
22
14
|
{
|
|
23
15
|
hostname: "fsx-fips.us-east-1.amazonaws.com",
|
|
24
16
|
tags: ["fips"],
|
|
@@ -27,10 +19,6 @@ var regionHash = {
|
|
|
27
19
|
},
|
|
28
20
|
"us-east-2": {
|
|
29
21
|
variants: [
|
|
30
|
-
{
|
|
31
|
-
hostname: "fsx.us-east-2.amazonaws.com",
|
|
32
|
-
tags: [],
|
|
33
|
-
},
|
|
34
22
|
{
|
|
35
23
|
hostname: "fsx-fips.us-east-2.amazonaws.com",
|
|
36
24
|
tags: ["fips"],
|
|
@@ -39,10 +27,6 @@ var regionHash = {
|
|
|
39
27
|
},
|
|
40
28
|
"us-gov-east-1": {
|
|
41
29
|
variants: [
|
|
42
|
-
{
|
|
43
|
-
hostname: "fsx.us-gov-east-1.amazonaws.com",
|
|
44
|
-
tags: [],
|
|
45
|
-
},
|
|
46
30
|
{
|
|
47
31
|
hostname: "fsx-fips.us-gov-east-1.amazonaws.com",
|
|
48
32
|
tags: ["fips"],
|
|
@@ -51,10 +35,6 @@ var regionHash = {
|
|
|
51
35
|
},
|
|
52
36
|
"us-gov-west-1": {
|
|
53
37
|
variants: [
|
|
54
|
-
{
|
|
55
|
-
hostname: "fsx.us-gov-west-1.amazonaws.com",
|
|
56
|
-
tags: [],
|
|
57
|
-
},
|
|
58
38
|
{
|
|
59
39
|
hostname: "fsx-fips.us-gov-west-1.amazonaws.com",
|
|
60
40
|
tags: ["fips"],
|
|
@@ -63,10 +43,6 @@ var regionHash = {
|
|
|
63
43
|
},
|
|
64
44
|
"us-west-1": {
|
|
65
45
|
variants: [
|
|
66
|
-
{
|
|
67
|
-
hostname: "fsx.us-west-1.amazonaws.com",
|
|
68
|
-
tags: [],
|
|
69
|
-
},
|
|
70
46
|
{
|
|
71
47
|
hostname: "fsx-fips.us-west-1.amazonaws.com",
|
|
72
48
|
tags: ["fips"],
|
|
@@ -75,10 +51,6 @@ var regionHash = {
|
|
|
75
51
|
},
|
|
76
52
|
"us-west-2": {
|
|
77
53
|
variants: [
|
|
78
|
-
{
|
|
79
|
-
hostname: "fsx.us-west-2.amazonaws.com",
|
|
80
|
-
tags: [],
|
|
81
|
-
},
|
|
82
54
|
{
|
|
83
55
|
hostname: "fsx-fips.us-west-2.amazonaws.com",
|
|
84
56
|
tags: ["fips"],
|