@aws-sdk/client-fsx 3.650.0 → 3.654.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-types/commands/AssociateFileSystemAliasesCommand.d.ts +11 -0
- package/dist-types/commands/CancelDataRepositoryTaskCommand.d.ts +11 -0
- package/dist-types/commands/CopyBackupCommand.d.ts +11 -0
- package/dist-types/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +11 -0
- package/dist-types/commands/CreateBackupCommand.d.ts +11 -0
- package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +11 -0
- package/dist-types/commands/CreateDataRepositoryTaskCommand.d.ts +11 -0
- package/dist-types/commands/CreateFileCacheCommand.d.ts +11 -0
- package/dist-types/commands/CreateFileSystemCommand.d.ts +11 -0
- package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +11 -0
- package/dist-types/commands/CreateSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/CreateStorageVirtualMachineCommand.d.ts +11 -0
- package/dist-types/commands/CreateVolumeCommand.d.ts +11 -0
- package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteBackupCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDataRepositoryAssociationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteFileCacheCommand.d.ts +11 -0
- package/dist-types/commands/DeleteFileSystemCommand.d.ts +11 -0
- package/dist-types/commands/DeleteSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/DeleteStorageVirtualMachineCommand.d.ts +11 -0
- package/dist-types/commands/DeleteVolumeCommand.d.ts +11 -0
- package/dist-types/commands/DescribeBackupsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDataRepositoryAssociationsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDataRepositoryTasksCommand.d.ts +11 -0
- package/dist-types/commands/DescribeFileCachesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeFileSystemAliasesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeFileSystemsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSharedVpcConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeSnapshotsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeStorageVirtualMachinesCommand.d.ts +11 -0
- package/dist-types/commands/DescribeVolumesCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateFileSystemAliasesCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +11 -0
- package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDataRepositoryAssociationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateFileCacheCommand.d.ts +11 -0
- package/dist-types/commands/UpdateFileSystemCommand.d.ts +11 -0
- package/dist-types/commands/UpdateSharedVpcConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateSnapshotCommand.d.ts +11 -0
- package/dist-types/commands/UpdateStorageVirtualMachineCommand.d.ts +11 -0
- package/dist-types/commands/UpdateVolumeCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AssociateFileSystemAliasesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CancelDataRepositoryTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDataRepositoryAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDataRepositoryTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateFileCacheCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateStorageVirtualMachineCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDataRepositoryAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteFileCacheCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteStorageVirtualMachineCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDataRepositoryAssociationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDataRepositoryTasksCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeFileCachesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeFileSystemAliasesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSharedVpcConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeStorageVirtualMachinesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateFileSystemAliasesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RestoreVolumeFromSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartMisconfiguredStateRecoveryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDataRepositoryAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateFileCacheCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateSharedVpcConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateStorageVirtualMachineCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -85,4 +85,15 @@ declare const AssociateFileSystemAliasesCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class AssociateFileSystemAliasesCommand extends AssociateFileSystemAliasesCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: AssociateFileSystemAliasesRequest;
|
|
92
|
+
output: AssociateFileSystemAliasesResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: AssociateFileSystemAliasesCommandInput;
|
|
96
|
+
output: AssociateFileSystemAliasesCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -88,4 +88,15 @@ declare const CancelDataRepositoryTaskCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class CancelDataRepositoryTaskCommand extends CancelDataRepositoryTaskCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: CancelDataRepositoryTaskRequest;
|
|
95
|
+
output: CancelDataRepositoryTaskResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: CancelDataRepositoryTaskCommandInput;
|
|
99
|
+
output: CancelDataRepositoryTaskCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -759,4 +759,15 @@ declare const CopyBackupCommand_base: {
|
|
|
759
759
|
*
|
|
760
760
|
*/
|
|
761
761
|
export declare class CopyBackupCommand extends CopyBackupCommand_base {
|
|
762
|
+
/** @internal type navigation helper, not in runtime. */
|
|
763
|
+
protected static __types: {
|
|
764
|
+
api: {
|
|
765
|
+
input: CopyBackupRequest;
|
|
766
|
+
output: CopyBackupResponse;
|
|
767
|
+
};
|
|
768
|
+
sdk: {
|
|
769
|
+
input: CopyBackupCommandInput;
|
|
770
|
+
output: CopyBackupCommandOutput;
|
|
771
|
+
};
|
|
772
|
+
};
|
|
762
773
|
}
|
|
@@ -660,4 +660,15 @@ declare const CopySnapshotAndUpdateVolumeCommand_base: {
|
|
|
660
660
|
* @public
|
|
661
661
|
*/
|
|
662
662
|
export declare class CopySnapshotAndUpdateVolumeCommand extends CopySnapshotAndUpdateVolumeCommand_base {
|
|
663
|
+
/** @internal type navigation helper, not in runtime. */
|
|
664
|
+
protected static __types: {
|
|
665
|
+
api: {
|
|
666
|
+
input: CopySnapshotAndUpdateVolumeRequest;
|
|
667
|
+
output: CopySnapshotAndUpdateVolumeResponse;
|
|
668
|
+
};
|
|
669
|
+
sdk: {
|
|
670
|
+
input: CopySnapshotAndUpdateVolumeCommandInput;
|
|
671
|
+
output: CopySnapshotAndUpdateVolumeCommandOutput;
|
|
672
|
+
};
|
|
673
|
+
};
|
|
663
674
|
}
|
|
@@ -781,4 +781,15 @@ declare const CreateBackupCommand_base: {
|
|
|
781
781
|
*
|
|
782
782
|
*/
|
|
783
783
|
export declare class CreateBackupCommand extends CreateBackupCommand_base {
|
|
784
|
+
/** @internal type navigation helper, not in runtime. */
|
|
785
|
+
protected static __types: {
|
|
786
|
+
api: {
|
|
787
|
+
input: CreateBackupRequest;
|
|
788
|
+
output: CreateBackupResponse;
|
|
789
|
+
};
|
|
790
|
+
sdk: {
|
|
791
|
+
input: CreateBackupCommandInput;
|
|
792
|
+
output: CreateBackupCommandOutput;
|
|
793
|
+
};
|
|
794
|
+
};
|
|
784
795
|
}
|
|
@@ -165,4 +165,15 @@ declare const CreateDataRepositoryAssociationCommand_base: {
|
|
|
165
165
|
* @public
|
|
166
166
|
*/
|
|
167
167
|
export declare class CreateDataRepositoryAssociationCommand extends CreateDataRepositoryAssociationCommand_base {
|
|
168
|
+
/** @internal type navigation helper, not in runtime. */
|
|
169
|
+
protected static __types: {
|
|
170
|
+
api: {
|
|
171
|
+
input: CreateDataRepositoryAssociationRequest;
|
|
172
|
+
output: CreateDataRepositoryAssociationResponse;
|
|
173
|
+
};
|
|
174
|
+
sdk: {
|
|
175
|
+
input: CreateDataRepositoryAssociationCommandInput;
|
|
176
|
+
output: CreateDataRepositoryAssociationCommandOutput;
|
|
177
|
+
};
|
|
178
|
+
};
|
|
168
179
|
}
|
|
@@ -162,4 +162,15 @@ declare const CreateDataRepositoryTaskCommand_base: {
|
|
|
162
162
|
* @public
|
|
163
163
|
*/
|
|
164
164
|
export declare class CreateDataRepositoryTaskCommand extends CreateDataRepositoryTaskCommand_base {
|
|
165
|
+
/** @internal type navigation helper, not in runtime. */
|
|
166
|
+
protected static __types: {
|
|
167
|
+
api: {
|
|
168
|
+
input: CreateDataRepositoryTaskRequest;
|
|
169
|
+
output: CreateDataRepositoryTaskResponse;
|
|
170
|
+
};
|
|
171
|
+
sdk: {
|
|
172
|
+
input: CreateDataRepositoryTaskCommandInput;
|
|
173
|
+
output: CreateDataRepositoryTaskCommandOutput;
|
|
174
|
+
};
|
|
175
|
+
};
|
|
165
176
|
}
|
|
@@ -188,4 +188,15 @@ declare const CreateFileCacheCommand_base: {
|
|
|
188
188
|
* @public
|
|
189
189
|
*/
|
|
190
190
|
export declare class CreateFileCacheCommand extends CreateFileCacheCommand_base {
|
|
191
|
+
/** @internal type navigation helper, not in runtime. */
|
|
192
|
+
protected static __types: {
|
|
193
|
+
api: {
|
|
194
|
+
input: CreateFileCacheRequest;
|
|
195
|
+
output: CreateFileCacheResponse;
|
|
196
|
+
};
|
|
197
|
+
sdk: {
|
|
198
|
+
input: CreateFileCacheCommandInput;
|
|
199
|
+
output: CreateFileCacheCommandOutput;
|
|
200
|
+
};
|
|
201
|
+
};
|
|
191
202
|
}
|
|
@@ -913,4 +913,15 @@ declare const CreateFileSystemCommand_base: {
|
|
|
913
913
|
*
|
|
914
914
|
*/
|
|
915
915
|
export declare class CreateFileSystemCommand extends CreateFileSystemCommand_base {
|
|
916
|
+
/** @internal type navigation helper, not in runtime. */
|
|
917
|
+
protected static __types: {
|
|
918
|
+
api: {
|
|
919
|
+
input: CreateFileSystemRequest;
|
|
920
|
+
output: CreateFileSystemResponse;
|
|
921
|
+
};
|
|
922
|
+
sdk: {
|
|
923
|
+
input: CreateFileSystemCommandInput;
|
|
924
|
+
output: CreateFileSystemCommandOutput;
|
|
925
|
+
};
|
|
926
|
+
};
|
|
916
927
|
}
|
|
@@ -861,4 +861,15 @@ declare const CreateFileSystemFromBackupCommand_base: {
|
|
|
861
861
|
*
|
|
862
862
|
*/
|
|
863
863
|
export declare class CreateFileSystemFromBackupCommand extends CreateFileSystemFromBackupCommand_base {
|
|
864
|
+
/** @internal type navigation helper, not in runtime. */
|
|
865
|
+
protected static __types: {
|
|
866
|
+
api: {
|
|
867
|
+
input: CreateFileSystemFromBackupRequest;
|
|
868
|
+
output: CreateFileSystemFromBackupResponse;
|
|
869
|
+
};
|
|
870
|
+
sdk: {
|
|
871
|
+
input: CreateFileSystemFromBackupCommandInput;
|
|
872
|
+
output: CreateFileSystemFromBackupCommandOutput;
|
|
873
|
+
};
|
|
874
|
+
};
|
|
864
875
|
}
|
|
@@ -667,4 +667,15 @@ declare const CreateSnapshotCommand_base: {
|
|
|
667
667
|
* @public
|
|
668
668
|
*/
|
|
669
669
|
export declare class CreateSnapshotCommand extends CreateSnapshotCommand_base {
|
|
670
|
+
/** @internal type navigation helper, not in runtime. */
|
|
671
|
+
protected static __types: {
|
|
672
|
+
api: {
|
|
673
|
+
input: CreateSnapshotRequest;
|
|
674
|
+
output: CreateSnapshotResponse;
|
|
675
|
+
};
|
|
676
|
+
sdk: {
|
|
677
|
+
input: CreateSnapshotCommandInput;
|
|
678
|
+
output: CreateSnapshotCommandOutput;
|
|
679
|
+
};
|
|
680
|
+
};
|
|
670
681
|
}
|
|
@@ -161,4 +161,15 @@ declare const CreateStorageVirtualMachineCommand_base: {
|
|
|
161
161
|
* @public
|
|
162
162
|
*/
|
|
163
163
|
export declare class CreateStorageVirtualMachineCommand extends CreateStorageVirtualMachineCommand_base {
|
|
164
|
+
/** @internal type navigation helper, not in runtime. */
|
|
165
|
+
protected static __types: {
|
|
166
|
+
api: {
|
|
167
|
+
input: CreateStorageVirtualMachineRequest;
|
|
168
|
+
output: CreateStorageVirtualMachineResponse;
|
|
169
|
+
};
|
|
170
|
+
sdk: {
|
|
171
|
+
input: CreateStorageVirtualMachineCommandInput;
|
|
172
|
+
output: CreateStorageVirtualMachineCommandOutput;
|
|
173
|
+
};
|
|
174
|
+
};
|
|
164
175
|
}
|
|
@@ -732,4 +732,15 @@ declare const CreateVolumeCommand_base: {
|
|
|
732
732
|
* @public
|
|
733
733
|
*/
|
|
734
734
|
export declare class CreateVolumeCommand extends CreateVolumeCommand_base {
|
|
735
|
+
/** @internal type navigation helper, not in runtime. */
|
|
736
|
+
protected static __types: {
|
|
737
|
+
api: {
|
|
738
|
+
input: CreateVolumeRequest;
|
|
739
|
+
output: CreateVolumeResponse;
|
|
740
|
+
};
|
|
741
|
+
sdk: {
|
|
742
|
+
input: CreateVolumeCommandInput;
|
|
743
|
+
output: CreateVolumeCommandOutput;
|
|
744
|
+
};
|
|
745
|
+
};
|
|
735
746
|
}
|
|
@@ -701,4 +701,15 @@ declare const CreateVolumeFromBackupCommand_base: {
|
|
|
701
701
|
* @public
|
|
702
702
|
*/
|
|
703
703
|
export declare class CreateVolumeFromBackupCommand extends CreateVolumeFromBackupCommand_base {
|
|
704
|
+
/** @internal type navigation helper, not in runtime. */
|
|
705
|
+
protected static __types: {
|
|
706
|
+
api: {
|
|
707
|
+
input: CreateVolumeFromBackupRequest;
|
|
708
|
+
output: CreateVolumeFromBackupResponse;
|
|
709
|
+
};
|
|
710
|
+
sdk: {
|
|
711
|
+
input: CreateVolumeFromBackupCommandInput;
|
|
712
|
+
output: CreateVolumeFromBackupCommandOutput;
|
|
713
|
+
};
|
|
714
|
+
};
|
|
704
715
|
}
|
|
@@ -108,4 +108,15 @@ declare const DeleteBackupCommand_base: {
|
|
|
108
108
|
*
|
|
109
109
|
*/
|
|
110
110
|
export declare class DeleteBackupCommand extends DeleteBackupCommand_base {
|
|
111
|
+
/** @internal type navigation helper, not in runtime. */
|
|
112
|
+
protected static __types: {
|
|
113
|
+
api: {
|
|
114
|
+
input: DeleteBackupRequest;
|
|
115
|
+
output: DeleteBackupResponse;
|
|
116
|
+
};
|
|
117
|
+
sdk: {
|
|
118
|
+
input: DeleteBackupCommandInput;
|
|
119
|
+
output: DeleteBackupCommandOutput;
|
|
120
|
+
};
|
|
121
|
+
};
|
|
111
122
|
}
|
|
@@ -85,4 +85,15 @@ declare const DeleteDataRepositoryAssociationCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class DeleteDataRepositoryAssociationCommand extends DeleteDataRepositoryAssociationCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: DeleteDataRepositoryAssociationRequest;
|
|
92
|
+
output: DeleteDataRepositoryAssociationResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: DeleteDataRepositoryAssociationCommandInput;
|
|
96
|
+
output: DeleteDataRepositoryAssociationCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -88,4 +88,15 @@ declare const DeleteFileCacheCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class DeleteFileCacheCommand extends DeleteFileCacheCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: DeleteFileCacheRequest;
|
|
95
|
+
output: DeleteFileCacheResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: DeleteFileCacheCommandInput;
|
|
99
|
+
output: DeleteFileCacheCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -187,4 +187,15 @@ declare const DeleteFileSystemCommand_base: {
|
|
|
187
187
|
*
|
|
188
188
|
*/
|
|
189
189
|
export declare class DeleteFileSystemCommand extends DeleteFileSystemCommand_base {
|
|
190
|
+
/** @internal type navigation helper, not in runtime. */
|
|
191
|
+
protected static __types: {
|
|
192
|
+
api: {
|
|
193
|
+
input: DeleteFileSystemRequest;
|
|
194
|
+
output: DeleteFileSystemResponse;
|
|
195
|
+
};
|
|
196
|
+
sdk: {
|
|
197
|
+
input: DeleteFileSystemCommandInput;
|
|
198
|
+
output: DeleteFileSystemCommandOutput;
|
|
199
|
+
};
|
|
200
|
+
};
|
|
190
201
|
}
|
|
@@ -72,4 +72,15 @@ declare const DeleteSnapshotCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class DeleteSnapshotCommand extends DeleteSnapshotCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: DeleteSnapshotRequest;
|
|
79
|
+
output: DeleteSnapshotResponse;
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: DeleteSnapshotCommandInput;
|
|
83
|
+
output: DeleteSnapshotCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -74,4 +74,15 @@ declare const DeleteStorageVirtualMachineCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class DeleteStorageVirtualMachineCommand extends DeleteStorageVirtualMachineCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: DeleteStorageVirtualMachineRequest;
|
|
81
|
+
output: DeleteStorageVirtualMachineResponse;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: DeleteStorageVirtualMachineCommandInput;
|
|
85
|
+
output: DeleteStorageVirtualMachineCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -102,4 +102,15 @@ declare const DeleteVolumeCommand_base: {
|
|
|
102
102
|
* @public
|
|
103
103
|
*/
|
|
104
104
|
export declare class DeleteVolumeCommand extends DeleteVolumeCommand_base {
|
|
105
|
+
/** @internal type navigation helper, not in runtime. */
|
|
106
|
+
protected static __types: {
|
|
107
|
+
api: {
|
|
108
|
+
input: DeleteVolumeRequest;
|
|
109
|
+
output: DeleteVolumeResponse;
|
|
110
|
+
};
|
|
111
|
+
sdk: {
|
|
112
|
+
input: DeleteVolumeCommandInput;
|
|
113
|
+
output: DeleteVolumeCommandOutput;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
105
116
|
}
|
|
@@ -738,4 +738,15 @@ declare const DescribeBackupsCommand_base: {
|
|
|
738
738
|
*
|
|
739
739
|
*/
|
|
740
740
|
export declare class DescribeBackupsCommand extends DescribeBackupsCommand_base {
|
|
741
|
+
/** @internal type navigation helper, not in runtime. */
|
|
742
|
+
protected static __types: {
|
|
743
|
+
api: {
|
|
744
|
+
input: DescribeBackupsRequest;
|
|
745
|
+
output: DescribeBackupsResponse;
|
|
746
|
+
};
|
|
747
|
+
sdk: {
|
|
748
|
+
input: DescribeBackupsCommandInput;
|
|
749
|
+
output: DescribeBackupsCommandOutput;
|
|
750
|
+
};
|
|
751
|
+
};
|
|
741
752
|
}
|
|
@@ -152,4 +152,15 @@ declare const DescribeDataRepositoryAssociationsCommand_base: {
|
|
|
152
152
|
* @public
|
|
153
153
|
*/
|
|
154
154
|
export declare class DescribeDataRepositoryAssociationsCommand extends DescribeDataRepositoryAssociationsCommand_base {
|
|
155
|
+
/** @internal type navigation helper, not in runtime. */
|
|
156
|
+
protected static __types: {
|
|
157
|
+
api: {
|
|
158
|
+
input: DescribeDataRepositoryAssociationsRequest;
|
|
159
|
+
output: DescribeDataRepositoryAssociationsResponse;
|
|
160
|
+
};
|
|
161
|
+
sdk: {
|
|
162
|
+
input: DescribeDataRepositoryAssociationsCommandInput;
|
|
163
|
+
output: DescribeDataRepositoryAssociationsCommandOutput;
|
|
164
|
+
};
|
|
165
|
+
};
|
|
155
166
|
}
|
|
@@ -135,4 +135,15 @@ declare const DescribeDataRepositoryTasksCommand_base: {
|
|
|
135
135
|
* @public
|
|
136
136
|
*/
|
|
137
137
|
export declare class DescribeDataRepositoryTasksCommand extends DescribeDataRepositoryTasksCommand_base {
|
|
138
|
+
/** @internal type navigation helper, not in runtime. */
|
|
139
|
+
protected static __types: {
|
|
140
|
+
api: {
|
|
141
|
+
input: DescribeDataRepositoryTasksRequest;
|
|
142
|
+
output: DescribeDataRepositoryTasksResponse;
|
|
143
|
+
};
|
|
144
|
+
sdk: {
|
|
145
|
+
input: DescribeDataRepositoryTasksCommandInput;
|
|
146
|
+
output: DescribeDataRepositoryTasksCommandOutput;
|
|
147
|
+
};
|
|
148
|
+
};
|
|
138
149
|
}
|
|
@@ -137,4 +137,15 @@ declare const DescribeFileCachesCommand_base: {
|
|
|
137
137
|
* @public
|
|
138
138
|
*/
|
|
139
139
|
export declare class DescribeFileCachesCommand extends DescribeFileCachesCommand_base {
|
|
140
|
+
/** @internal type navigation helper, not in runtime. */
|
|
141
|
+
protected static __types: {
|
|
142
|
+
api: {
|
|
143
|
+
input: DescribeFileCachesRequest;
|
|
144
|
+
output: DescribeFileCachesResponse;
|
|
145
|
+
};
|
|
146
|
+
sdk: {
|
|
147
|
+
input: DescribeFileCachesCommandInput;
|
|
148
|
+
output: DescribeFileCachesCommandOutput;
|
|
149
|
+
};
|
|
150
|
+
};
|
|
140
151
|
}
|
|
@@ -77,4 +77,15 @@ declare const DescribeFileSystemAliasesCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class DescribeFileSystemAliasesCommand extends DescribeFileSystemAliasesCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: DescribeFileSystemAliasesRequest;
|
|
84
|
+
output: DescribeFileSystemAliasesResponse;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: DescribeFileSystemAliasesCommandInput;
|
|
88
|
+
output: DescribeFileSystemAliasesCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -709,4 +709,15 @@ declare const DescribeFileSystemsCommand_base: {
|
|
|
709
709
|
*
|
|
710
710
|
*/
|
|
711
711
|
export declare class DescribeFileSystemsCommand extends DescribeFileSystemsCommand_base {
|
|
712
|
+
/** @internal type navigation helper, not in runtime. */
|
|
713
|
+
protected static __types: {
|
|
714
|
+
api: {
|
|
715
|
+
input: DescribeFileSystemsRequest;
|
|
716
|
+
output: DescribeFileSystemsResponse;
|
|
717
|
+
};
|
|
718
|
+
sdk: {
|
|
719
|
+
input: DescribeFileSystemsCommandInput;
|
|
720
|
+
output: DescribeFileSystemsCommandOutput;
|
|
721
|
+
};
|
|
722
|
+
};
|
|
712
723
|
}
|
|
@@ -62,4 +62,15 @@ declare const DescribeSharedVpcConfigurationCommand_base: {
|
|
|
62
62
|
* @public
|
|
63
63
|
*/
|
|
64
64
|
export declare class DescribeSharedVpcConfigurationCommand extends DescribeSharedVpcConfigurationCommand_base {
|
|
65
|
+
/** @internal type navigation helper, not in runtime. */
|
|
66
|
+
protected static __types: {
|
|
67
|
+
api: {
|
|
68
|
+
input: {};
|
|
69
|
+
output: DescribeSharedVpcConfigurationResponse;
|
|
70
|
+
};
|
|
71
|
+
sdk: {
|
|
72
|
+
input: DescribeSharedVpcConfigurationCommandInput;
|
|
73
|
+
output: DescribeSharedVpcConfigurationCommandOutput;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
65
76
|
}
|
|
@@ -670,4 +670,15 @@ declare const DescribeSnapshotsCommand_base: {
|
|
|
670
670
|
* @public
|
|
671
671
|
*/
|
|
672
672
|
export declare class DescribeSnapshotsCommand extends DescribeSnapshotsCommand_base {
|
|
673
|
+
/** @internal type navigation helper, not in runtime. */
|
|
674
|
+
protected static __types: {
|
|
675
|
+
api: {
|
|
676
|
+
input: DescribeSnapshotsRequest;
|
|
677
|
+
output: DescribeSnapshotsResponse;
|
|
678
|
+
};
|
|
679
|
+
sdk: {
|
|
680
|
+
input: DescribeSnapshotsCommandInput;
|
|
681
|
+
output: DescribeSnapshotsCommandOutput;
|
|
682
|
+
};
|
|
683
|
+
};
|
|
673
684
|
}
|
|
@@ -138,4 +138,15 @@ declare const DescribeStorageVirtualMachinesCommand_base: {
|
|
|
138
138
|
* @public
|
|
139
139
|
*/
|
|
140
140
|
export declare class DescribeStorageVirtualMachinesCommand extends DescribeStorageVirtualMachinesCommand_base {
|
|
141
|
+
/** @internal type navigation helper, not in runtime. */
|
|
142
|
+
protected static __types: {
|
|
143
|
+
api: {
|
|
144
|
+
input: DescribeStorageVirtualMachinesRequest;
|
|
145
|
+
output: DescribeStorageVirtualMachinesResponse;
|
|
146
|
+
};
|
|
147
|
+
sdk: {
|
|
148
|
+
input: DescribeStorageVirtualMachinesCommandInput;
|
|
149
|
+
output: DescribeStorageVirtualMachinesCommandOutput;
|
|
150
|
+
};
|
|
151
|
+
};
|
|
141
152
|
}
|
|
@@ -644,4 +644,15 @@ declare const DescribeVolumesCommand_base: {
|
|
|
644
644
|
* @public
|
|
645
645
|
*/
|
|
646
646
|
export declare class DescribeVolumesCommand extends DescribeVolumesCommand_base {
|
|
647
|
+
/** @internal type navigation helper, not in runtime. */
|
|
648
|
+
protected static __types: {
|
|
649
|
+
api: {
|
|
650
|
+
input: DescribeVolumesRequest;
|
|
651
|
+
output: DescribeVolumesResponse;
|
|
652
|
+
};
|
|
653
|
+
sdk: {
|
|
654
|
+
input: DescribeVolumesCommandInput;
|
|
655
|
+
output: DescribeVolumesCommandOutput;
|
|
656
|
+
};
|
|
657
|
+
};
|
|
647
658
|
}
|
|
@@ -83,4 +83,15 @@ declare const DisassociateFileSystemAliasesCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class DisassociateFileSystemAliasesCommand extends DisassociateFileSystemAliasesCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: DisassociateFileSystemAliasesRequest;
|
|
90
|
+
output: DisassociateFileSystemAliasesResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: DisassociateFileSystemAliasesCommandInput;
|
|
94
|
+
output: DisassociateFileSystemAliasesCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -125,4 +125,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
125
125
|
*
|
|
126
126
|
*/
|
|
127
127
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
128
|
+
/** @internal type navigation helper, not in runtime. */
|
|
129
|
+
protected static __types: {
|
|
130
|
+
api: {
|
|
131
|
+
input: ListTagsForResourceRequest;
|
|
132
|
+
output: ListTagsForResourceResponse;
|
|
133
|
+
};
|
|
134
|
+
sdk: {
|
|
135
|
+
input: ListTagsForResourceCommandInput;
|
|
136
|
+
output: ListTagsForResourceCommandOutput;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
128
139
|
}
|
|
@@ -641,4 +641,15 @@ declare const ReleaseFileSystemNfsV3LocksCommand_base: {
|
|
|
641
641
|
* @public
|
|
642
642
|
*/
|
|
643
643
|
export declare class ReleaseFileSystemNfsV3LocksCommand extends ReleaseFileSystemNfsV3LocksCommand_base {
|
|
644
|
+
/** @internal type navigation helper, not in runtime. */
|
|
645
|
+
protected static __types: {
|
|
646
|
+
api: {
|
|
647
|
+
input: ReleaseFileSystemNfsV3LocksRequest;
|
|
648
|
+
output: ReleaseFileSystemNfsV3LocksResponse;
|
|
649
|
+
};
|
|
650
|
+
sdk: {
|
|
651
|
+
input: ReleaseFileSystemNfsV3LocksCommandInput;
|
|
652
|
+
output: ReleaseFileSystemNfsV3LocksCommandOutput;
|
|
653
|
+
};
|
|
654
|
+
};
|
|
644
655
|
}
|
|
@@ -653,4 +653,15 @@ declare const RestoreVolumeFromSnapshotCommand_base: {
|
|
|
653
653
|
* @public
|
|
654
654
|
*/
|
|
655
655
|
export declare class RestoreVolumeFromSnapshotCommand extends RestoreVolumeFromSnapshotCommand_base {
|
|
656
|
+
/** @internal type navigation helper, not in runtime. */
|
|
657
|
+
protected static __types: {
|
|
658
|
+
api: {
|
|
659
|
+
input: RestoreVolumeFromSnapshotRequest;
|
|
660
|
+
output: RestoreVolumeFromSnapshotResponse;
|
|
661
|
+
};
|
|
662
|
+
sdk: {
|
|
663
|
+
input: RestoreVolumeFromSnapshotCommandInput;
|
|
664
|
+
output: RestoreVolumeFromSnapshotCommandOutput;
|
|
665
|
+
};
|
|
666
|
+
};
|
|
656
667
|
}
|
|
@@ -632,4 +632,15 @@ declare const StartMisconfiguredStateRecoveryCommand_base: {
|
|
|
632
632
|
* @public
|
|
633
633
|
*/
|
|
634
634
|
export declare class StartMisconfiguredStateRecoveryCommand extends StartMisconfiguredStateRecoveryCommand_base {
|
|
635
|
+
/** @internal type navigation helper, not in runtime. */
|
|
636
|
+
protected static __types: {
|
|
637
|
+
api: {
|
|
638
|
+
input: StartMisconfiguredStateRecoveryRequest;
|
|
639
|
+
output: StartMisconfiguredStateRecoveryResponse;
|
|
640
|
+
};
|
|
641
|
+
sdk: {
|
|
642
|
+
input: StartMisconfiguredStateRecoveryCommandInput;
|
|
643
|
+
output: StartMisconfiguredStateRecoveryCommandOutput;
|
|
644
|
+
};
|
|
645
|
+
};
|
|
635
646
|
}
|
|
@@ -94,4 +94,15 @@ declare const TagResourceCommand_base: {
|
|
|
94
94
|
*
|
|
95
95
|
*/
|
|
96
96
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: TagResourceRequest;
|
|
101
|
+
output: {};
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: TagResourceCommandInput;
|
|
105
|
+
output: TagResourceCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -88,4 +88,15 @@ declare const UntagResourceCommand_base: {
|
|
|
88
88
|
*
|
|
89
89
|
*/
|
|
90
90
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: UntagResourceRequest;
|
|
95
|
+
output: {};
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: UntagResourceCommandInput;
|
|
99
|
+
output: UntagResourceCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -139,4 +139,15 @@ declare const UpdateDataRepositoryAssociationCommand_base: {
|
|
|
139
139
|
* @public
|
|
140
140
|
*/
|
|
141
141
|
export declare class UpdateDataRepositoryAssociationCommand extends UpdateDataRepositoryAssociationCommand_base {
|
|
142
|
+
/** @internal type navigation helper, not in runtime. */
|
|
143
|
+
protected static __types: {
|
|
144
|
+
api: {
|
|
145
|
+
input: UpdateDataRepositoryAssociationRequest;
|
|
146
|
+
output: UpdateDataRepositoryAssociationResponse;
|
|
147
|
+
};
|
|
148
|
+
sdk: {
|
|
149
|
+
input: UpdateDataRepositoryAssociationCommandInput;
|
|
150
|
+
output: UpdateDataRepositoryAssociationCommandOutput;
|
|
151
|
+
};
|
|
152
|
+
};
|
|
142
153
|
}
|