@aws-sdk/client-fsx 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/FSx.d.ts +676 -190
- package/dist-types/ts3.4/FSxClient.d.ts +350 -110
- package/dist-types/ts3.4/commands/AssociateFileSystemAliasesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CancelDataRepositoryTaskCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateDataRepositoryAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDataRepositoryTaskCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateStorageVirtualMachineCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteDataRepositoryAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteStorageVirtualMachineCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeDataRepositoryAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDataRepositoryTasksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFileSystemAliasesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeStorageVirtualMachinesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateFileSystemAliasesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RestoreVolumeFromSnapshotCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDataRepositoryAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateStorageVirtualMachineCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +37 -37
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/FSxServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2703 -2519
- package/dist-types/ts3.4/pagination/DescribeBackupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDataRepositoryAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDataRepositoryTasksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFileSystemAliasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFileSystemsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSnapshotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeStorageVirtualMachinesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeVolumesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +10 -10
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +449 -113
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,110 +1,350 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
import {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
AssociateFileSystemAliasesCommandInput,
|
|
47
|
+
AssociateFileSystemAliasesCommandOutput,
|
|
48
|
+
} from "./commands/AssociateFileSystemAliasesCommand";
|
|
49
|
+
import {
|
|
50
|
+
CancelDataRepositoryTaskCommandInput,
|
|
51
|
+
CancelDataRepositoryTaskCommandOutput,
|
|
52
|
+
} from "./commands/CancelDataRepositoryTaskCommand";
|
|
53
|
+
import {
|
|
54
|
+
CopyBackupCommandInput,
|
|
55
|
+
CopyBackupCommandOutput,
|
|
56
|
+
} from "./commands/CopyBackupCommand";
|
|
57
|
+
import {
|
|
58
|
+
CreateBackupCommandInput,
|
|
59
|
+
CreateBackupCommandOutput,
|
|
60
|
+
} from "./commands/CreateBackupCommand";
|
|
61
|
+
import {
|
|
62
|
+
CreateDataRepositoryAssociationCommandInput,
|
|
63
|
+
CreateDataRepositoryAssociationCommandOutput,
|
|
64
|
+
} from "./commands/CreateDataRepositoryAssociationCommand";
|
|
65
|
+
import {
|
|
66
|
+
CreateDataRepositoryTaskCommandInput,
|
|
67
|
+
CreateDataRepositoryTaskCommandOutput,
|
|
68
|
+
} from "./commands/CreateDataRepositoryTaskCommand";
|
|
69
|
+
import {
|
|
70
|
+
CreateFileSystemCommandInput,
|
|
71
|
+
CreateFileSystemCommandOutput,
|
|
72
|
+
} from "./commands/CreateFileSystemCommand";
|
|
73
|
+
import {
|
|
74
|
+
CreateFileSystemFromBackupCommandInput,
|
|
75
|
+
CreateFileSystemFromBackupCommandOutput,
|
|
76
|
+
} from "./commands/CreateFileSystemFromBackupCommand";
|
|
77
|
+
import {
|
|
78
|
+
CreateSnapshotCommandInput,
|
|
79
|
+
CreateSnapshotCommandOutput,
|
|
80
|
+
} from "./commands/CreateSnapshotCommand";
|
|
81
|
+
import {
|
|
82
|
+
CreateStorageVirtualMachineCommandInput,
|
|
83
|
+
CreateStorageVirtualMachineCommandOutput,
|
|
84
|
+
} from "./commands/CreateStorageVirtualMachineCommand";
|
|
85
|
+
import {
|
|
86
|
+
CreateVolumeCommandInput,
|
|
87
|
+
CreateVolumeCommandOutput,
|
|
88
|
+
} from "./commands/CreateVolumeCommand";
|
|
89
|
+
import {
|
|
90
|
+
CreateVolumeFromBackupCommandInput,
|
|
91
|
+
CreateVolumeFromBackupCommandOutput,
|
|
92
|
+
} from "./commands/CreateVolumeFromBackupCommand";
|
|
93
|
+
import {
|
|
94
|
+
DeleteBackupCommandInput,
|
|
95
|
+
DeleteBackupCommandOutput,
|
|
96
|
+
} from "./commands/DeleteBackupCommand";
|
|
97
|
+
import {
|
|
98
|
+
DeleteDataRepositoryAssociationCommandInput,
|
|
99
|
+
DeleteDataRepositoryAssociationCommandOutput,
|
|
100
|
+
} from "./commands/DeleteDataRepositoryAssociationCommand";
|
|
101
|
+
import {
|
|
102
|
+
DeleteFileSystemCommandInput,
|
|
103
|
+
DeleteFileSystemCommandOutput,
|
|
104
|
+
} from "./commands/DeleteFileSystemCommand";
|
|
105
|
+
import {
|
|
106
|
+
DeleteSnapshotCommandInput,
|
|
107
|
+
DeleteSnapshotCommandOutput,
|
|
108
|
+
} from "./commands/DeleteSnapshotCommand";
|
|
109
|
+
import {
|
|
110
|
+
DeleteStorageVirtualMachineCommandInput,
|
|
111
|
+
DeleteStorageVirtualMachineCommandOutput,
|
|
112
|
+
} from "./commands/DeleteStorageVirtualMachineCommand";
|
|
113
|
+
import {
|
|
114
|
+
DeleteVolumeCommandInput,
|
|
115
|
+
DeleteVolumeCommandOutput,
|
|
116
|
+
} from "./commands/DeleteVolumeCommand";
|
|
117
|
+
import {
|
|
118
|
+
DescribeBackupsCommandInput,
|
|
119
|
+
DescribeBackupsCommandOutput,
|
|
120
|
+
} from "./commands/DescribeBackupsCommand";
|
|
121
|
+
import {
|
|
122
|
+
DescribeDataRepositoryAssociationsCommandInput,
|
|
123
|
+
DescribeDataRepositoryAssociationsCommandOutput,
|
|
124
|
+
} from "./commands/DescribeDataRepositoryAssociationsCommand";
|
|
125
|
+
import {
|
|
126
|
+
DescribeDataRepositoryTasksCommandInput,
|
|
127
|
+
DescribeDataRepositoryTasksCommandOutput,
|
|
128
|
+
} from "./commands/DescribeDataRepositoryTasksCommand";
|
|
129
|
+
import {
|
|
130
|
+
DescribeFileSystemAliasesCommandInput,
|
|
131
|
+
DescribeFileSystemAliasesCommandOutput,
|
|
132
|
+
} from "./commands/DescribeFileSystemAliasesCommand";
|
|
133
|
+
import {
|
|
134
|
+
DescribeFileSystemsCommandInput,
|
|
135
|
+
DescribeFileSystemsCommandOutput,
|
|
136
|
+
} from "./commands/DescribeFileSystemsCommand";
|
|
137
|
+
import {
|
|
138
|
+
DescribeSnapshotsCommandInput,
|
|
139
|
+
DescribeSnapshotsCommandOutput,
|
|
140
|
+
} from "./commands/DescribeSnapshotsCommand";
|
|
141
|
+
import {
|
|
142
|
+
DescribeStorageVirtualMachinesCommandInput,
|
|
143
|
+
DescribeStorageVirtualMachinesCommandOutput,
|
|
144
|
+
} from "./commands/DescribeStorageVirtualMachinesCommand";
|
|
145
|
+
import {
|
|
146
|
+
DescribeVolumesCommandInput,
|
|
147
|
+
DescribeVolumesCommandOutput,
|
|
148
|
+
} from "./commands/DescribeVolumesCommand";
|
|
149
|
+
import {
|
|
150
|
+
DisassociateFileSystemAliasesCommandInput,
|
|
151
|
+
DisassociateFileSystemAliasesCommandOutput,
|
|
152
|
+
} from "./commands/DisassociateFileSystemAliasesCommand";
|
|
153
|
+
import {
|
|
154
|
+
ListTagsForResourceCommandInput,
|
|
155
|
+
ListTagsForResourceCommandOutput,
|
|
156
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
157
|
+
import {
|
|
158
|
+
ReleaseFileSystemNfsV3LocksCommandInput,
|
|
159
|
+
ReleaseFileSystemNfsV3LocksCommandOutput,
|
|
160
|
+
} from "./commands/ReleaseFileSystemNfsV3LocksCommand";
|
|
161
|
+
import {
|
|
162
|
+
RestoreVolumeFromSnapshotCommandInput,
|
|
163
|
+
RestoreVolumeFromSnapshotCommandOutput,
|
|
164
|
+
} from "./commands/RestoreVolumeFromSnapshotCommand";
|
|
165
|
+
import {
|
|
166
|
+
TagResourceCommandInput,
|
|
167
|
+
TagResourceCommandOutput,
|
|
168
|
+
} from "./commands/TagResourceCommand";
|
|
169
|
+
import {
|
|
170
|
+
UntagResourceCommandInput,
|
|
171
|
+
UntagResourceCommandOutput,
|
|
172
|
+
} from "./commands/UntagResourceCommand";
|
|
173
|
+
import {
|
|
174
|
+
UpdateDataRepositoryAssociationCommandInput,
|
|
175
|
+
UpdateDataRepositoryAssociationCommandOutput,
|
|
176
|
+
} from "./commands/UpdateDataRepositoryAssociationCommand";
|
|
177
|
+
import {
|
|
178
|
+
UpdateFileSystemCommandInput,
|
|
179
|
+
UpdateFileSystemCommandOutput,
|
|
180
|
+
} from "./commands/UpdateFileSystemCommand";
|
|
181
|
+
import {
|
|
182
|
+
UpdateSnapshotCommandInput,
|
|
183
|
+
UpdateSnapshotCommandOutput,
|
|
184
|
+
} from "./commands/UpdateSnapshotCommand";
|
|
185
|
+
import {
|
|
186
|
+
UpdateStorageVirtualMachineCommandInput,
|
|
187
|
+
UpdateStorageVirtualMachineCommandOutput,
|
|
188
|
+
} from "./commands/UpdateStorageVirtualMachineCommand";
|
|
189
|
+
import {
|
|
190
|
+
UpdateVolumeCommandInput,
|
|
191
|
+
UpdateVolumeCommandOutput,
|
|
192
|
+
} from "./commands/UpdateVolumeCommand";
|
|
193
|
+
export declare type ServiceInputTypes =
|
|
194
|
+
| AssociateFileSystemAliasesCommandInput
|
|
195
|
+
| CancelDataRepositoryTaskCommandInput
|
|
196
|
+
| CopyBackupCommandInput
|
|
197
|
+
| CreateBackupCommandInput
|
|
198
|
+
| CreateDataRepositoryAssociationCommandInput
|
|
199
|
+
| CreateDataRepositoryTaskCommandInput
|
|
200
|
+
| CreateFileSystemCommandInput
|
|
201
|
+
| CreateFileSystemFromBackupCommandInput
|
|
202
|
+
| CreateSnapshotCommandInput
|
|
203
|
+
| CreateStorageVirtualMachineCommandInput
|
|
204
|
+
| CreateVolumeCommandInput
|
|
205
|
+
| CreateVolumeFromBackupCommandInput
|
|
206
|
+
| DeleteBackupCommandInput
|
|
207
|
+
| DeleteDataRepositoryAssociationCommandInput
|
|
208
|
+
| DeleteFileSystemCommandInput
|
|
209
|
+
| DeleteSnapshotCommandInput
|
|
210
|
+
| DeleteStorageVirtualMachineCommandInput
|
|
211
|
+
| DeleteVolumeCommandInput
|
|
212
|
+
| DescribeBackupsCommandInput
|
|
213
|
+
| DescribeDataRepositoryAssociationsCommandInput
|
|
214
|
+
| DescribeDataRepositoryTasksCommandInput
|
|
215
|
+
| DescribeFileSystemAliasesCommandInput
|
|
216
|
+
| DescribeFileSystemsCommandInput
|
|
217
|
+
| DescribeSnapshotsCommandInput
|
|
218
|
+
| DescribeStorageVirtualMachinesCommandInput
|
|
219
|
+
| DescribeVolumesCommandInput
|
|
220
|
+
| DisassociateFileSystemAliasesCommandInput
|
|
221
|
+
| ListTagsForResourceCommandInput
|
|
222
|
+
| ReleaseFileSystemNfsV3LocksCommandInput
|
|
223
|
+
| RestoreVolumeFromSnapshotCommandInput
|
|
224
|
+
| TagResourceCommandInput
|
|
225
|
+
| UntagResourceCommandInput
|
|
226
|
+
| UpdateDataRepositoryAssociationCommandInput
|
|
227
|
+
| UpdateFileSystemCommandInput
|
|
228
|
+
| UpdateSnapshotCommandInput
|
|
229
|
+
| UpdateStorageVirtualMachineCommandInput
|
|
230
|
+
| UpdateVolumeCommandInput;
|
|
231
|
+
export declare type ServiceOutputTypes =
|
|
232
|
+
| AssociateFileSystemAliasesCommandOutput
|
|
233
|
+
| CancelDataRepositoryTaskCommandOutput
|
|
234
|
+
| CopyBackupCommandOutput
|
|
235
|
+
| CreateBackupCommandOutput
|
|
236
|
+
| CreateDataRepositoryAssociationCommandOutput
|
|
237
|
+
| CreateDataRepositoryTaskCommandOutput
|
|
238
|
+
| CreateFileSystemCommandOutput
|
|
239
|
+
| CreateFileSystemFromBackupCommandOutput
|
|
240
|
+
| CreateSnapshotCommandOutput
|
|
241
|
+
| CreateStorageVirtualMachineCommandOutput
|
|
242
|
+
| CreateVolumeCommandOutput
|
|
243
|
+
| CreateVolumeFromBackupCommandOutput
|
|
244
|
+
| DeleteBackupCommandOutput
|
|
245
|
+
| DeleteDataRepositoryAssociationCommandOutput
|
|
246
|
+
| DeleteFileSystemCommandOutput
|
|
247
|
+
| DeleteSnapshotCommandOutput
|
|
248
|
+
| DeleteStorageVirtualMachineCommandOutput
|
|
249
|
+
| DeleteVolumeCommandOutput
|
|
250
|
+
| DescribeBackupsCommandOutput
|
|
251
|
+
| DescribeDataRepositoryAssociationsCommandOutput
|
|
252
|
+
| DescribeDataRepositoryTasksCommandOutput
|
|
253
|
+
| DescribeFileSystemAliasesCommandOutput
|
|
254
|
+
| DescribeFileSystemsCommandOutput
|
|
255
|
+
| DescribeSnapshotsCommandOutput
|
|
256
|
+
| DescribeStorageVirtualMachinesCommandOutput
|
|
257
|
+
| DescribeVolumesCommandOutput
|
|
258
|
+
| DisassociateFileSystemAliasesCommandOutput
|
|
259
|
+
| ListTagsForResourceCommandOutput
|
|
260
|
+
| ReleaseFileSystemNfsV3LocksCommandOutput
|
|
261
|
+
| RestoreVolumeFromSnapshotCommandOutput
|
|
262
|
+
| TagResourceCommandOutput
|
|
263
|
+
| UntagResourceCommandOutput
|
|
264
|
+
| UpdateDataRepositoryAssociationCommandOutput
|
|
265
|
+
| UpdateFileSystemCommandOutput
|
|
266
|
+
| UpdateSnapshotCommandOutput
|
|
267
|
+
| UpdateStorageVirtualMachineCommandOutput
|
|
268
|
+
| UpdateVolumeCommandOutput;
|
|
269
|
+
export interface ClientDefaults
|
|
270
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
271
|
+
requestHandler?: __HttpHandler;
|
|
272
|
+
|
|
273
|
+
sha256?: __HashConstructor;
|
|
274
|
+
|
|
275
|
+
urlParser?: __UrlParser;
|
|
276
|
+
|
|
277
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
278
|
+
|
|
279
|
+
streamCollector?: __StreamCollector;
|
|
280
|
+
|
|
281
|
+
base64Decoder?: __Decoder;
|
|
282
|
+
|
|
283
|
+
base64Encoder?: __Encoder;
|
|
284
|
+
|
|
285
|
+
utf8Decoder?: __Decoder;
|
|
286
|
+
|
|
287
|
+
utf8Encoder?: __Encoder;
|
|
288
|
+
|
|
289
|
+
runtime?: string;
|
|
290
|
+
|
|
291
|
+
disableHostPrefix?: boolean;
|
|
292
|
+
|
|
293
|
+
maxAttempts?: number | __Provider<number>;
|
|
294
|
+
|
|
295
|
+
retryMode?: string | __Provider<string>;
|
|
296
|
+
|
|
297
|
+
logger?: __Logger;
|
|
298
|
+
|
|
299
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
300
|
+
|
|
301
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
302
|
+
|
|
303
|
+
serviceId?: string;
|
|
304
|
+
|
|
305
|
+
region?: string | __Provider<string>;
|
|
306
|
+
|
|
307
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
308
|
+
|
|
309
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
310
|
+
|
|
311
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
312
|
+
|
|
313
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
314
|
+
}
|
|
315
|
+
declare type FSxClientConfigType = Partial<
|
|
316
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
317
|
+
> &
|
|
318
|
+
ClientDefaults &
|
|
319
|
+
RegionInputConfig &
|
|
320
|
+
EndpointsInputConfig &
|
|
321
|
+
RetryInputConfig &
|
|
322
|
+
HostHeaderInputConfig &
|
|
323
|
+
AwsAuthInputConfig &
|
|
324
|
+
UserAgentInputConfig;
|
|
325
|
+
|
|
326
|
+
export interface FSxClientConfig extends FSxClientConfigType {}
|
|
327
|
+
declare type FSxClientResolvedConfigType =
|
|
328
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
329
|
+
Required<ClientDefaults> &
|
|
330
|
+
RegionResolvedConfig &
|
|
331
|
+
EndpointsResolvedConfig &
|
|
332
|
+
RetryResolvedConfig &
|
|
333
|
+
HostHeaderResolvedConfig &
|
|
334
|
+
AwsAuthResolvedConfig &
|
|
335
|
+
UserAgentResolvedConfig;
|
|
336
|
+
|
|
337
|
+
export interface FSxClientResolvedConfig extends FSxClientResolvedConfigType {}
|
|
338
|
+
|
|
339
|
+
export declare class FSxClient extends __Client<
|
|
340
|
+
__HttpHandlerOptions,
|
|
341
|
+
ServiceInputTypes,
|
|
342
|
+
ServiceOutputTypes,
|
|
343
|
+
FSxClientResolvedConfig
|
|
344
|
+
> {
|
|
345
|
+
readonly config: FSxClientResolvedConfig;
|
|
346
|
+
constructor(configuration: FSxClientConfig);
|
|
347
|
+
|
|
348
|
+
destroy(): void;
|
|
349
|
+
}
|
|
350
|
+
export {};
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
FSxClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../FSxClient";
|
|
13
|
+
import {
|
|
14
|
+
AssociateFileSystemAliasesRequest,
|
|
15
|
+
AssociateFileSystemAliasesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface AssociateFileSystemAliasesCommandInput
|
|
18
|
+
extends AssociateFileSystemAliasesRequest {}
|
|
19
|
+
export interface AssociateFileSystemAliasesCommandOutput
|
|
20
|
+
extends AssociateFileSystemAliasesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class AssociateFileSystemAliasesCommand extends $Command<
|
|
24
|
+
AssociateFileSystemAliasesCommandInput,
|
|
25
|
+
AssociateFileSystemAliasesCommandOutput,
|
|
26
|
+
FSxClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: AssociateFileSystemAliasesCommandInput;
|
|
29
|
+
constructor(input: AssociateFileSystemAliasesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: FSxClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
AssociateFileSystemAliasesCommandInput,
|
|
37
|
+
AssociateFileSystemAliasesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
FSxClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../FSxClient";
|
|
13
|
+
import {
|
|
14
|
+
CancelDataRepositoryTaskRequest,
|
|
15
|
+
CancelDataRepositoryTaskResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CancelDataRepositoryTaskCommandInput
|
|
18
|
+
extends CancelDataRepositoryTaskRequest {}
|
|
19
|
+
export interface CancelDataRepositoryTaskCommandOutput
|
|
20
|
+
extends CancelDataRepositoryTaskResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CancelDataRepositoryTaskCommand extends $Command<
|
|
24
|
+
CancelDataRepositoryTaskCommandInput,
|
|
25
|
+
CancelDataRepositoryTaskCommandOutput,
|
|
26
|
+
FSxClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CancelDataRepositoryTaskCommandInput;
|
|
29
|
+
constructor(input: CancelDataRepositoryTaskCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: FSxClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CancelDataRepositoryTaskCommandInput,
|
|
37
|
+
CancelDataRepositoryTaskCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
FSxClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../FSxClient";
|
|
13
|
+
import { CopyBackupRequest, CopyBackupResponse } from "../models/models_0";
|
|
14
|
+
export interface CopyBackupCommandInput extends CopyBackupRequest {}
|
|
15
|
+
export interface CopyBackupCommandOutput
|
|
16
|
+
extends CopyBackupResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CopyBackupCommand extends $Command<
|
|
20
|
+
CopyBackupCommandInput,
|
|
21
|
+
CopyBackupCommandOutput,
|
|
22
|
+
FSxClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CopyBackupCommandInput;
|
|
25
|
+
constructor(input: CopyBackupCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: FSxClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CopyBackupCommandInput, CopyBackupCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|