@aws-sdk/client-fsx 3.45.0 → 3.47.2
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 +44 -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 +9 -3
- 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 -6
- 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 +39 -46
|
@@ -51,12 +51,6 @@ export interface ActiveDirectoryError extends __SmithyException, $MetadataBearer
|
|
|
51
51
|
*/
|
|
52
52
|
Message?: string;
|
|
53
53
|
}
|
|
54
|
-
export declare namespace ActiveDirectoryError {
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
const filterSensitiveLog: (obj: ActiveDirectoryError) => any;
|
|
59
|
-
}
|
|
60
54
|
export declare enum AdministrativeActionType {
|
|
61
55
|
FILE_SYSTEM_ALIAS_ASSOCIATION = "FILE_SYSTEM_ALIAS_ASSOCIATION",
|
|
62
56
|
FILE_SYSTEM_ALIAS_DISASSOCIATION = "FILE_SYSTEM_ALIAS_DISASSOCIATION",
|
|
@@ -1492,12 +1486,6 @@ export interface BadRequest extends __SmithyException, $MetadataBearer {
|
|
|
1492
1486
|
*/
|
|
1493
1487
|
Message?: string;
|
|
1494
1488
|
}
|
|
1495
|
-
export declare namespace BadRequest {
|
|
1496
|
-
/**
|
|
1497
|
-
* @internal
|
|
1498
|
-
*/
|
|
1499
|
-
const filterSensitiveLog: (obj: BadRequest) => any;
|
|
1500
|
-
}
|
|
1501
1489
|
/**
|
|
1502
1490
|
* <p>No Amazon FSx file systems were found based upon supplied parameters.</p>
|
|
1503
1491
|
*/
|
|
@@ -1509,12 +1497,6 @@ export interface FileSystemNotFound extends __SmithyException, $MetadataBearer {
|
|
|
1509
1497
|
*/
|
|
1510
1498
|
Message?: string;
|
|
1511
1499
|
}
|
|
1512
|
-
export declare namespace FileSystemNotFound {
|
|
1513
|
-
/**
|
|
1514
|
-
* @internal
|
|
1515
|
-
*/
|
|
1516
|
-
const filterSensitiveLog: (obj: FileSystemNotFound) => any;
|
|
1517
|
-
}
|
|
1518
1500
|
/**
|
|
1519
1501
|
* <p>A generic error indicating a server-side failure.</p>
|
|
1520
1502
|
*/
|
|
@@ -1526,12 +1508,6 @@ export interface InternalServerError extends __SmithyException, $MetadataBearer
|
|
|
1526
1508
|
*/
|
|
1527
1509
|
Message?: string;
|
|
1528
1510
|
}
|
|
1529
|
-
export declare namespace InternalServerError {
|
|
1530
|
-
/**
|
|
1531
|
-
* @internal
|
|
1532
|
-
*/
|
|
1533
|
-
const filterSensitiveLog: (obj: InternalServerError) => any;
|
|
1534
|
-
}
|
|
1535
1511
|
export declare enum EventType {
|
|
1536
1512
|
CHANGED = "CHANGED",
|
|
1537
1513
|
DELETED = "DELETED",
|
|
@@ -1694,12 +1670,6 @@ export interface DataRepositoryTaskEnded extends __SmithyException, $MetadataBea
|
|
|
1694
1670
|
*/
|
|
1695
1671
|
Message?: string;
|
|
1696
1672
|
}
|
|
1697
|
-
export declare namespace DataRepositoryTaskEnded {
|
|
1698
|
-
/**
|
|
1699
|
-
* @internal
|
|
1700
|
-
*/
|
|
1701
|
-
const filterSensitiveLog: (obj: DataRepositoryTaskEnded) => any;
|
|
1702
|
-
}
|
|
1703
1673
|
/**
|
|
1704
1674
|
* <p>The data repository task or tasks you specified could not be found.</p>
|
|
1705
1675
|
*/
|
|
@@ -1711,12 +1681,6 @@ export interface DataRepositoryTaskNotFound extends __SmithyException, $Metadata
|
|
|
1711
1681
|
*/
|
|
1712
1682
|
Message?: string;
|
|
1713
1683
|
}
|
|
1714
|
-
export declare namespace DataRepositoryTaskNotFound {
|
|
1715
|
-
/**
|
|
1716
|
-
* @internal
|
|
1717
|
-
*/
|
|
1718
|
-
const filterSensitiveLog: (obj: DataRepositoryTaskNotFound) => any;
|
|
1719
|
-
}
|
|
1720
1684
|
/**
|
|
1721
1685
|
* <p>The requested operation is not supported for this resource or API.</p>
|
|
1722
1686
|
*/
|
|
@@ -1728,12 +1692,6 @@ export interface UnsupportedOperation extends __SmithyException, $MetadataBearer
|
|
|
1728
1692
|
*/
|
|
1729
1693
|
Message?: string;
|
|
1730
1694
|
}
|
|
1731
|
-
export declare namespace UnsupportedOperation {
|
|
1732
|
-
/**
|
|
1733
|
-
* @internal
|
|
1734
|
-
*/
|
|
1735
|
-
const filterSensitiveLog: (obj: UnsupportedOperation) => any;
|
|
1736
|
-
}
|
|
1737
1695
|
/**
|
|
1738
1696
|
* <p>No Amazon FSx backups were found based upon the supplied parameters.</p>
|
|
1739
1697
|
*/
|
|
@@ -1745,12 +1703,6 @@ export interface BackupNotFound extends __SmithyException, $MetadataBearer {
|
|
|
1745
1703
|
*/
|
|
1746
1704
|
Message?: string;
|
|
1747
1705
|
}
|
|
1748
|
-
export declare namespace BackupNotFound {
|
|
1749
|
-
/**
|
|
1750
|
-
* @internal
|
|
1751
|
-
*/
|
|
1752
|
-
const filterSensitiveLog: (obj: BackupNotFound) => any;
|
|
1753
|
-
}
|
|
1754
1706
|
export interface CopyBackupRequest {
|
|
1755
1707
|
/**
|
|
1756
1708
|
* <p>(Optional) An idempotency token for resource creation, in a string of up to 64
|
|
@@ -1851,12 +1803,6 @@ export interface IncompatibleParameterError extends __SmithyException, $Metadata
|
|
|
1851
1803
|
*/
|
|
1852
1804
|
Message?: string;
|
|
1853
1805
|
}
|
|
1854
|
-
export declare namespace IncompatibleParameterError {
|
|
1855
|
-
/**
|
|
1856
|
-
* @internal
|
|
1857
|
-
*/
|
|
1858
|
-
const filterSensitiveLog: (obj: IncompatibleParameterError) => any;
|
|
1859
|
-
}
|
|
1860
1806
|
/**
|
|
1861
1807
|
* <p>Amazon FSx doesn't support Multi-AZ Windows File Server copy backup in the
|
|
1862
1808
|
* destination Region, so the copied backup can't be restored.</p>
|
|
@@ -1869,12 +1815,6 @@ export interface IncompatibleRegionForMultiAZ extends __SmithyException, $Metada
|
|
|
1869
1815
|
*/
|
|
1870
1816
|
Message?: string;
|
|
1871
1817
|
}
|
|
1872
|
-
export declare namespace IncompatibleRegionForMultiAZ {
|
|
1873
|
-
/**
|
|
1874
|
-
* @internal
|
|
1875
|
-
*/
|
|
1876
|
-
const filterSensitiveLog: (obj: IncompatibleRegionForMultiAZ) => any;
|
|
1877
|
-
}
|
|
1878
1818
|
/**
|
|
1879
1819
|
* <p>The Key Management Service (KMS) key of the destination backup is not
|
|
1880
1820
|
* valid.</p>
|
|
@@ -1887,12 +1827,6 @@ export interface InvalidDestinationKmsKey extends __SmithyException, $MetadataBe
|
|
|
1887
1827
|
*/
|
|
1888
1828
|
Message?: string;
|
|
1889
1829
|
}
|
|
1890
|
-
export declare namespace InvalidDestinationKmsKey {
|
|
1891
|
-
/**
|
|
1892
|
-
* @internal
|
|
1893
|
-
*/
|
|
1894
|
-
const filterSensitiveLog: (obj: InvalidDestinationKmsKey) => any;
|
|
1895
|
-
}
|
|
1896
1830
|
/**
|
|
1897
1831
|
* <p>The Region provided for <code>SourceRegion</code> is not valid or is in a different
|
|
1898
1832
|
* Amazon Web Services partition.</p>
|
|
@@ -1905,12 +1839,6 @@ export interface InvalidRegion extends __SmithyException, $MetadataBearer {
|
|
|
1905
1839
|
*/
|
|
1906
1840
|
Message?: string;
|
|
1907
1841
|
}
|
|
1908
|
-
export declare namespace InvalidRegion {
|
|
1909
|
-
/**
|
|
1910
|
-
* @internal
|
|
1911
|
-
*/
|
|
1912
|
-
const filterSensitiveLog: (obj: InvalidRegion) => any;
|
|
1913
|
-
}
|
|
1914
1842
|
/**
|
|
1915
1843
|
* <p>The Key Management Service (KMS) key of the source backup is not
|
|
1916
1844
|
* valid.</p>
|
|
@@ -1923,12 +1851,6 @@ export interface InvalidSourceKmsKey extends __SmithyException, $MetadataBearer
|
|
|
1923
1851
|
*/
|
|
1924
1852
|
Message?: string;
|
|
1925
1853
|
}
|
|
1926
|
-
export declare namespace InvalidSourceKmsKey {
|
|
1927
|
-
/**
|
|
1928
|
-
* @internal
|
|
1929
|
-
*/
|
|
1930
|
-
const filterSensitiveLog: (obj: InvalidSourceKmsKey) => any;
|
|
1931
|
-
}
|
|
1932
1854
|
export declare enum ServiceLimit {
|
|
1933
1855
|
FILE_SYSTEM_COUNT = "FILE_SYSTEM_COUNT",
|
|
1934
1856
|
STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM = "STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM",
|
|
@@ -1956,12 +1878,6 @@ export interface ServiceLimitExceeded extends __SmithyException, $MetadataBearer
|
|
|
1956
1878
|
*/
|
|
1957
1879
|
Message?: string;
|
|
1958
1880
|
}
|
|
1959
|
-
export declare namespace ServiceLimitExceeded {
|
|
1960
|
-
/**
|
|
1961
|
-
* @internal
|
|
1962
|
-
*/
|
|
1963
|
-
const filterSensitiveLog: (obj: ServiceLimitExceeded) => any;
|
|
1964
|
-
}
|
|
1965
1881
|
/**
|
|
1966
1882
|
* <p>The request was rejected because the lifecycle status of the source backup isn't
|
|
1967
1883
|
* <code>AVAILABLE</code>.</p>
|
|
@@ -1978,12 +1894,6 @@ export interface SourceBackupUnavailable extends __SmithyException, $MetadataBea
|
|
|
1978
1894
|
*/
|
|
1979
1895
|
BackupId?: string;
|
|
1980
1896
|
}
|
|
1981
|
-
export declare namespace SourceBackupUnavailable {
|
|
1982
|
-
/**
|
|
1983
|
-
* @internal
|
|
1984
|
-
*/
|
|
1985
|
-
const filterSensitiveLog: (obj: SourceBackupUnavailable) => any;
|
|
1986
|
-
}
|
|
1987
1897
|
/**
|
|
1988
1898
|
* <p>Another backup is already under way. Wait for completion before initiating
|
|
1989
1899
|
* additional backups of this file system.</p>
|
|
@@ -1996,12 +1906,6 @@ export interface BackupInProgress extends __SmithyException, $MetadataBearer {
|
|
|
1996
1906
|
*/
|
|
1997
1907
|
Message?: string;
|
|
1998
1908
|
}
|
|
1999
|
-
export declare namespace BackupInProgress {
|
|
2000
|
-
/**
|
|
2001
|
-
* @internal
|
|
2002
|
-
*/
|
|
2003
|
-
const filterSensitiveLog: (obj: BackupInProgress) => any;
|
|
2004
|
-
}
|
|
2005
1909
|
/**
|
|
2006
1910
|
* <p>The request object for the <code>CreateBackup</code> operation.</p>
|
|
2007
1911
|
*/
|
|
@@ -2046,12 +1950,6 @@ export interface VolumeNotFound extends __SmithyException, $MetadataBearer {
|
|
|
2046
1950
|
*/
|
|
2047
1951
|
Message?: string;
|
|
2048
1952
|
}
|
|
2049
|
-
export declare namespace VolumeNotFound {
|
|
2050
|
-
/**
|
|
2051
|
-
* @internal
|
|
2052
|
-
*/
|
|
2053
|
-
const filterSensitiveLog: (obj: VolumeNotFound) => any;
|
|
2054
|
-
}
|
|
2055
1953
|
/**
|
|
2056
1954
|
* <p>The configuration for an Amazon S3 data repository linked to an
|
|
2057
1955
|
* Amazon FSx Lustre file system with a data repository association.
|
|
@@ -2587,12 +2485,6 @@ export interface DataRepositoryTaskExecuting extends __SmithyException, $Metadat
|
|
|
2587
2485
|
*/
|
|
2588
2486
|
Message?: string;
|
|
2589
2487
|
}
|
|
2590
|
-
export declare namespace DataRepositoryTaskExecuting {
|
|
2591
|
-
/**
|
|
2592
|
-
* @internal
|
|
2593
|
-
*/
|
|
2594
|
-
const filterSensitiveLog: (obj: DataRepositoryTaskExecuting) => any;
|
|
2595
|
-
}
|
|
2596
2488
|
/**
|
|
2597
2489
|
* <p>The Lustre logging configuration used when creating or updating an
|
|
2598
2490
|
* Amazon FSx for Lustre file system. Lustre logging writes the enabled
|
|
@@ -3601,12 +3493,6 @@ export interface InvalidExportPath extends __SmithyException, $MetadataBearer {
|
|
|
3601
3493
|
*/
|
|
3602
3494
|
Message?: string;
|
|
3603
3495
|
}
|
|
3604
|
-
export declare namespace InvalidExportPath {
|
|
3605
|
-
/**
|
|
3606
|
-
* @internal
|
|
3607
|
-
*/
|
|
3608
|
-
const filterSensitiveLog: (obj: InvalidExportPath) => any;
|
|
3609
|
-
}
|
|
3610
3496
|
/**
|
|
3611
3497
|
* <p>The path provided for data repository import isn't valid.</p>
|
|
3612
3498
|
*/
|
|
@@ -3618,12 +3504,6 @@ export interface InvalidImportPath extends __SmithyException, $MetadataBearer {
|
|
|
3618
3504
|
*/
|
|
3619
3505
|
Message?: string;
|
|
3620
3506
|
}
|
|
3621
|
-
export declare namespace InvalidImportPath {
|
|
3622
|
-
/**
|
|
3623
|
-
* @internal
|
|
3624
|
-
*/
|
|
3625
|
-
const filterSensitiveLog: (obj: InvalidImportPath) => any;
|
|
3626
|
-
}
|
|
3627
3507
|
/**
|
|
3628
3508
|
* <p>One or more network settings specified in the request are invalid.</p>
|
|
3629
3509
|
*/
|
|
@@ -3647,12 +3527,6 @@ export interface InvalidNetworkSettings extends __SmithyException, $MetadataBear
|
|
|
3647
3527
|
*/
|
|
3648
3528
|
InvalidRouteTableId?: string;
|
|
3649
3529
|
}
|
|
3650
|
-
export declare namespace InvalidNetworkSettings {
|
|
3651
|
-
/**
|
|
3652
|
-
* @internal
|
|
3653
|
-
*/
|
|
3654
|
-
const filterSensitiveLog: (obj: InvalidNetworkSettings) => any;
|
|
3655
|
-
}
|
|
3656
3530
|
/**
|
|
3657
3531
|
* <p>An invalid value for <code>PerUnitStorageThroughput</code> was provided. Please create your file system again, using a valid value.</p>
|
|
3658
3532
|
*/
|
|
@@ -3664,12 +3538,6 @@ export interface InvalidPerUnitStorageThroughput extends __SmithyException, $Met
|
|
|
3664
3538
|
*/
|
|
3665
3539
|
Message?: string;
|
|
3666
3540
|
}
|
|
3667
|
-
export declare namespace InvalidPerUnitStorageThroughput {
|
|
3668
|
-
/**
|
|
3669
|
-
* @internal
|
|
3670
|
-
*/
|
|
3671
|
-
const filterSensitiveLog: (obj: InvalidPerUnitStorageThroughput) => any;
|
|
3672
|
-
}
|
|
3673
3541
|
/**
|
|
3674
3542
|
* <p>A file system configuration is required for this operation.</p>
|
|
3675
3543
|
*/
|
|
@@ -3681,12 +3549,6 @@ export interface MissingFileSystemConfiguration extends __SmithyException, $Meta
|
|
|
3681
3549
|
*/
|
|
3682
3550
|
Message?: string;
|
|
3683
3551
|
}
|
|
3684
|
-
export declare namespace MissingFileSystemConfiguration {
|
|
3685
|
-
/**
|
|
3686
|
-
* @internal
|
|
3687
|
-
*/
|
|
3688
|
-
const filterSensitiveLog: (obj: MissingFileSystemConfiguration) => any;
|
|
3689
|
-
}
|
|
3690
3552
|
/**
|
|
3691
3553
|
* <p>The request object for the <code>CreateFileSystemFromBackup</code>
|
|
3692
3554
|
* operation.</p>
|
|
@@ -4335,12 +4197,6 @@ export interface MissingVolumeConfiguration extends __SmithyException, $Metadata
|
|
|
4335
4197
|
*/
|
|
4336
4198
|
Message?: string;
|
|
4337
4199
|
}
|
|
4338
|
-
export declare namespace MissingVolumeConfiguration {
|
|
4339
|
-
/**
|
|
4340
|
-
* @internal
|
|
4341
|
-
*/
|
|
4342
|
-
const filterSensitiveLog: (obj: MissingVolumeConfiguration) => any;
|
|
4343
|
-
}
|
|
4344
4200
|
/**
|
|
4345
4201
|
* <p>No Amazon FSx for NetApp ONTAP SVMs were found based upon the supplied parameters.</p>
|
|
4346
4202
|
*/
|
|
@@ -4352,12 +4208,6 @@ export interface StorageVirtualMachineNotFound extends __SmithyException, $Metad
|
|
|
4352
4208
|
*/
|
|
4353
4209
|
Message?: string;
|
|
4354
4210
|
}
|
|
4355
|
-
export declare namespace StorageVirtualMachineNotFound {
|
|
4356
|
-
/**
|
|
4357
|
-
* @internal
|
|
4358
|
-
*/
|
|
4359
|
-
const filterSensitiveLog: (obj: StorageVirtualMachineNotFound) => any;
|
|
4360
|
-
}
|
|
4361
4211
|
export interface CreateVolumeFromBackupRequest {
|
|
4362
4212
|
/**
|
|
4363
4213
|
* <p>The ID of the source backup. Specifies the backup that you are copying.</p>
|
|
@@ -4403,12 +4253,6 @@ export interface BackupBeingCopied extends __SmithyException, $MetadataBearer {
|
|
|
4403
4253
|
*/
|
|
4404
4254
|
BackupId?: string;
|
|
4405
4255
|
}
|
|
4406
|
-
export declare namespace BackupBeingCopied {
|
|
4407
|
-
/**
|
|
4408
|
-
* @internal
|
|
4409
|
-
*/
|
|
4410
|
-
const filterSensitiveLog: (obj: BackupBeingCopied) => any;
|
|
4411
|
-
}
|
|
4412
4256
|
/**
|
|
4413
4257
|
* <p>You can't delete a backup while it's being used to restore a file
|
|
4414
4258
|
* system.</p>
|
|
@@ -4425,12 +4269,6 @@ export interface BackupRestoring extends __SmithyException, $MetadataBearer {
|
|
|
4425
4269
|
*/
|
|
4426
4270
|
FileSystemId?: string;
|
|
4427
4271
|
}
|
|
4428
|
-
export declare namespace BackupRestoring {
|
|
4429
|
-
/**
|
|
4430
|
-
* @internal
|
|
4431
|
-
*/
|
|
4432
|
-
const filterSensitiveLog: (obj: BackupRestoring) => any;
|
|
4433
|
-
}
|
|
4434
4272
|
/**
|
|
4435
4273
|
* <p>The request object for the <code>DeleteBackup</code> operation.</p>
|
|
4436
4274
|
*/
|
|
@@ -4483,12 +4321,6 @@ export interface DataRepositoryAssociationNotFound extends __SmithyException, $M
|
|
|
4483
4321
|
*/
|
|
4484
4322
|
Message?: string;
|
|
4485
4323
|
}
|
|
4486
|
-
export declare namespace DataRepositoryAssociationNotFound {
|
|
4487
|
-
/**
|
|
4488
|
-
* @internal
|
|
4489
|
-
*/
|
|
4490
|
-
const filterSensitiveLog: (obj: DataRepositoryAssociationNotFound) => any;
|
|
4491
|
-
}
|
|
4492
4324
|
export interface DeleteDataRepositoryAssociationRequest {
|
|
4493
4325
|
/**
|
|
4494
4326
|
* <p>The ID of the data repository association that you want to delete.</p>
|
|
@@ -4787,12 +4619,6 @@ export interface SnapshotNotFound extends __SmithyException, $MetadataBearer {
|
|
|
4787
4619
|
*/
|
|
4788
4620
|
Message?: string;
|
|
4789
4621
|
}
|
|
4790
|
-
export declare namespace SnapshotNotFound {
|
|
4791
|
-
/**
|
|
4792
|
-
* @internal
|
|
4793
|
-
*/
|
|
4794
|
-
const filterSensitiveLog: (obj: SnapshotNotFound) => any;
|
|
4795
|
-
}
|
|
4796
4622
|
export interface DeleteStorageVirtualMachineRequest {
|
|
4797
4623
|
/**
|
|
4798
4624
|
* <p>(Optional) An idempotency token for resource creation, in a string of up to 64
|
|
@@ -5057,12 +4883,6 @@ export interface InvalidDataRepositoryType extends __SmithyException, $MetadataB
|
|
|
5057
4883
|
*/
|
|
5058
4884
|
Message?: string;
|
|
5059
4885
|
}
|
|
5060
|
-
export declare namespace InvalidDataRepositoryType {
|
|
5061
|
-
/**
|
|
5062
|
-
* @internal
|
|
5063
|
-
*/
|
|
5064
|
-
const filterSensitiveLog: (obj: InvalidDataRepositoryType) => any;
|
|
5065
|
-
}
|
|
5066
4886
|
export declare enum DataRepositoryTaskFilterName {
|
|
5067
4887
|
DATA_REPO_ASSOCIATION_ID = "data-repository-association-id",
|
|
5068
4888
|
FILE_SYSTEM_ID = "file-system-id",
|
|
@@ -5516,12 +5336,6 @@ export interface NotServiceResourceError extends __SmithyException, $MetadataBea
|
|
|
5516
5336
|
*/
|
|
5517
5337
|
Message?: string;
|
|
5518
5338
|
}
|
|
5519
|
-
export declare namespace NotServiceResourceError {
|
|
5520
|
-
/**
|
|
5521
|
-
* @internal
|
|
5522
|
-
*/
|
|
5523
|
-
const filterSensitiveLog: (obj: NotServiceResourceError) => any;
|
|
5524
|
-
}
|
|
5525
5339
|
/**
|
|
5526
5340
|
* <p>The resource specified does not support tagging. </p>
|
|
5527
5341
|
*/
|
|
@@ -5538,12 +5352,6 @@ export interface ResourceDoesNotSupportTagging extends __SmithyException, $Metad
|
|
|
5538
5352
|
*/
|
|
5539
5353
|
Message?: string;
|
|
5540
5354
|
}
|
|
5541
|
-
export declare namespace ResourceDoesNotSupportTagging {
|
|
5542
|
-
/**
|
|
5543
|
-
* @internal
|
|
5544
|
-
*/
|
|
5545
|
-
const filterSensitiveLog: (obj: ResourceDoesNotSupportTagging) => any;
|
|
5546
|
-
}
|
|
5547
5355
|
/**
|
|
5548
5356
|
* <p>The resource specified by the Amazon Resource Name (ARN) can't be found.</p>
|
|
5549
5357
|
*/
|
|
@@ -5559,12 +5367,6 @@ export interface ResourceNotFound extends __SmithyException, $MetadataBearer {
|
|
|
5559
5367
|
*/
|
|
5560
5368
|
Message?: string;
|
|
5561
5369
|
}
|
|
5562
|
-
export declare namespace ResourceNotFound {
|
|
5563
|
-
/**
|
|
5564
|
-
* @internal
|
|
5565
|
-
*/
|
|
5566
|
-
const filterSensitiveLog: (obj: ResourceNotFound) => any;
|
|
5567
|
-
}
|
|
5568
5370
|
export interface ReleaseFileSystemNfsV3LocksRequest {
|
|
5569
5371
|
/**
|
|
5570
5372
|
* <p>The globally unique ID of the file system, assigned by Amazon FSx.</p>
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { FSxClientConfig } from "./FSxClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: FSxClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
8
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
11
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -12,7 +13,7 @@ export declare const getRuntimeConfig: (config: FSxClientConfig) => {
|
|
|
12
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
15
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
16
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
18
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
19
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { FSxClientConfig } from "./FSxClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: FSxClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
8
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
11
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
12
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
15
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
16
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
18
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
19
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (config: FSxClientConfig) => {
|
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
26
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
27
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
28
29
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
30
|
tls?: boolean | undefined;
|
|
30
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
@@ -4,7 +4,7 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
|
|
|
4
4
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
8
|
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { AssociateFileSystemAliasesCommandInput, AssociateFileSystemAliasesCommandOutput } from "./commands/AssociateFileSystemAliasesCommand";
|
|
10
10
|
import { CancelDataRepositoryTaskCommandInput, CancelDataRepositoryTaskCommandOutput } from "./commands/CancelDataRepositoryTaskCommand";
|
|
@@ -88,6 +88,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
88
88
|
regionInfoProvider?: RegionInfoProvider;
|
|
89
89
|
|
|
90
90
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
91
|
+
|
|
92
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
91
93
|
}
|
|
92
94
|
declare type FSxClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
93
95
|
|