@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.
Files changed (63) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/FSx.d.ts +676 -190
  3. package/dist-types/ts3.4/FSxClient.d.ts +350 -110
  4. package/dist-types/ts3.4/commands/AssociateFileSystemAliasesCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/CancelDataRepositoryTaskCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +34 -17
  8. package/dist-types/ts3.4/commands/CreateDataRepositoryAssociationCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateDataRepositoryTaskCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/CreateStorageVirtualMachineCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +34 -17
  15. package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/DeleteDataRepositoryAssociationCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DeleteStorageVirtualMachineCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/DescribeDataRepositoryAssociationsCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DescribeDataRepositoryTasksCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DescribeFileSystemAliasesCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +38 -17
  28. package/dist-types/ts3.4/commands/DescribeStorageVirtualMachinesCommand.d.ts +41 -17
  29. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/DisassociateFileSystemAliasesCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/RestoreVolumeFromSnapshotCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  35. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/UpdateDataRepositoryAssociationCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +37 -17
  39. package/dist-types/ts3.4/commands/UpdateStorageVirtualMachineCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/index.d.ts +37 -37
  42. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  43. package/dist-types/ts3.4/index.d.ts +6 -6
  44. package/dist-types/ts3.4/models/FSxServiceException.d.ts +8 -6
  45. package/dist-types/ts3.4/models/index.d.ts +1 -1
  46. package/dist-types/ts3.4/models/models_0.d.ts +2703 -2519
  47. package/dist-types/ts3.4/pagination/DescribeBackupsPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/DescribeDataRepositoryAssociationsPaginator.d.ts +11 -4
  49. package/dist-types/ts3.4/pagination/DescribeDataRepositoryTasksPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/DescribeFileSystemAliasesPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/DescribeFileSystemsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/DescribeSnapshotsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/DescribeStorageVirtualMachinesPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/DescribeVolumesPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  56. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/index.d.ts +10 -10
  58. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +449 -113
  59. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  62. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  63. package/package.json +34 -34
@@ -1,110 +1,350 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, 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
- import { AssociateFileSystemAliasesCommandInput, AssociateFileSystemAliasesCommandOutput } from "./commands/AssociateFileSystemAliasesCommand";
10
- import { CancelDataRepositoryTaskCommandInput, CancelDataRepositoryTaskCommandOutput } from "./commands/CancelDataRepositoryTaskCommand";
11
- import { CopyBackupCommandInput, CopyBackupCommandOutput } from "./commands/CopyBackupCommand";
12
- import { CreateBackupCommandInput, CreateBackupCommandOutput } from "./commands/CreateBackupCommand";
13
- import { CreateDataRepositoryAssociationCommandInput, CreateDataRepositoryAssociationCommandOutput } from "./commands/CreateDataRepositoryAssociationCommand";
14
- import { CreateDataRepositoryTaskCommandInput, CreateDataRepositoryTaskCommandOutput } from "./commands/CreateDataRepositoryTaskCommand";
15
- import { CreateFileSystemCommandInput, CreateFileSystemCommandOutput } from "./commands/CreateFileSystemCommand";
16
- import { CreateFileSystemFromBackupCommandInput, CreateFileSystemFromBackupCommandOutput } from "./commands/CreateFileSystemFromBackupCommand";
17
- import { CreateSnapshotCommandInput, CreateSnapshotCommandOutput } from "./commands/CreateSnapshotCommand";
18
- import { CreateStorageVirtualMachineCommandInput, CreateStorageVirtualMachineCommandOutput } from "./commands/CreateStorageVirtualMachineCommand";
19
- import { CreateVolumeCommandInput, CreateVolumeCommandOutput } from "./commands/CreateVolumeCommand";
20
- import { CreateVolumeFromBackupCommandInput, CreateVolumeFromBackupCommandOutput } from "./commands/CreateVolumeFromBackupCommand";
21
- import { DeleteBackupCommandInput, DeleteBackupCommandOutput } from "./commands/DeleteBackupCommand";
22
- import { DeleteDataRepositoryAssociationCommandInput, DeleteDataRepositoryAssociationCommandOutput } from "./commands/DeleteDataRepositoryAssociationCommand";
23
- import { DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput } from "./commands/DeleteFileSystemCommand";
24
- import { DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput } from "./commands/DeleteSnapshotCommand";
25
- import { DeleteStorageVirtualMachineCommandInput, DeleteStorageVirtualMachineCommandOutput } from "./commands/DeleteStorageVirtualMachineCommand";
26
- import { DeleteVolumeCommandInput, DeleteVolumeCommandOutput } from "./commands/DeleteVolumeCommand";
27
- import { DescribeBackupsCommandInput, DescribeBackupsCommandOutput } from "./commands/DescribeBackupsCommand";
28
- import { DescribeDataRepositoryAssociationsCommandInput, DescribeDataRepositoryAssociationsCommandOutput } from "./commands/DescribeDataRepositoryAssociationsCommand";
29
- import { DescribeDataRepositoryTasksCommandInput, DescribeDataRepositoryTasksCommandOutput } from "./commands/DescribeDataRepositoryTasksCommand";
30
- import { DescribeFileSystemAliasesCommandInput, DescribeFileSystemAliasesCommandOutput } from "./commands/DescribeFileSystemAliasesCommand";
31
- import { DescribeFileSystemsCommandInput, DescribeFileSystemsCommandOutput } from "./commands/DescribeFileSystemsCommand";
32
- import { DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput } from "./commands/DescribeSnapshotsCommand";
33
- import { DescribeStorageVirtualMachinesCommandInput, DescribeStorageVirtualMachinesCommandOutput } from "./commands/DescribeStorageVirtualMachinesCommand";
34
- import { DescribeVolumesCommandInput, DescribeVolumesCommandOutput } from "./commands/DescribeVolumesCommand";
35
- import { DisassociateFileSystemAliasesCommandInput, DisassociateFileSystemAliasesCommandOutput } from "./commands/DisassociateFileSystemAliasesCommand";
36
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
37
- import { ReleaseFileSystemNfsV3LocksCommandInput, ReleaseFileSystemNfsV3LocksCommandOutput } from "./commands/ReleaseFileSystemNfsV3LocksCommand";
38
- import { RestoreVolumeFromSnapshotCommandInput, RestoreVolumeFromSnapshotCommandOutput } from "./commands/RestoreVolumeFromSnapshotCommand";
39
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
40
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
41
- import { UpdateDataRepositoryAssociationCommandInput, UpdateDataRepositoryAssociationCommandOutput } from "./commands/UpdateDataRepositoryAssociationCommand";
42
- import { UpdateFileSystemCommandInput, UpdateFileSystemCommandOutput } from "./commands/UpdateFileSystemCommand";
43
- import { UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput } from "./commands/UpdateSnapshotCommand";
44
- import { UpdateStorageVirtualMachineCommandInput, UpdateStorageVirtualMachineCommandOutput } from "./commands/UpdateStorageVirtualMachineCommand";
45
- import { UpdateVolumeCommandInput, UpdateVolumeCommandOutput } from "./commands/UpdateVolumeCommand";
46
- export declare type ServiceInputTypes = AssociateFileSystemAliasesCommandInput | CancelDataRepositoryTaskCommandInput | CopyBackupCommandInput | CreateBackupCommandInput | CreateDataRepositoryAssociationCommandInput | CreateDataRepositoryTaskCommandInput | CreateFileSystemCommandInput | CreateFileSystemFromBackupCommandInput | CreateSnapshotCommandInput | CreateStorageVirtualMachineCommandInput | CreateVolumeCommandInput | CreateVolumeFromBackupCommandInput | DeleteBackupCommandInput | DeleteDataRepositoryAssociationCommandInput | DeleteFileSystemCommandInput | DeleteSnapshotCommandInput | DeleteStorageVirtualMachineCommandInput | DeleteVolumeCommandInput | DescribeBackupsCommandInput | DescribeDataRepositoryAssociationsCommandInput | DescribeDataRepositoryTasksCommandInput | DescribeFileSystemAliasesCommandInput | DescribeFileSystemsCommandInput | DescribeSnapshotsCommandInput | DescribeStorageVirtualMachinesCommandInput | DescribeVolumesCommandInput | DisassociateFileSystemAliasesCommandInput | ListTagsForResourceCommandInput | ReleaseFileSystemNfsV3LocksCommandInput | RestoreVolumeFromSnapshotCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDataRepositoryAssociationCommandInput | UpdateFileSystemCommandInput | UpdateSnapshotCommandInput | UpdateStorageVirtualMachineCommandInput | UpdateVolumeCommandInput;
47
- export declare type ServiceOutputTypes = AssociateFileSystemAliasesCommandOutput | CancelDataRepositoryTaskCommandOutput | CopyBackupCommandOutput | CreateBackupCommandOutput | CreateDataRepositoryAssociationCommandOutput | CreateDataRepositoryTaskCommandOutput | CreateFileSystemCommandOutput | CreateFileSystemFromBackupCommandOutput | CreateSnapshotCommandOutput | CreateStorageVirtualMachineCommandOutput | CreateVolumeCommandOutput | CreateVolumeFromBackupCommandOutput | DeleteBackupCommandOutput | DeleteDataRepositoryAssociationCommandOutput | DeleteFileSystemCommandOutput | DeleteSnapshotCommandOutput | DeleteStorageVirtualMachineCommandOutput | DeleteVolumeCommandOutput | DescribeBackupsCommandOutput | DescribeDataRepositoryAssociationsCommandOutput | DescribeDataRepositoryTasksCommandOutput | DescribeFileSystemAliasesCommandOutput | DescribeFileSystemsCommandOutput | DescribeSnapshotsCommandOutput | DescribeStorageVirtualMachinesCommandOutput | DescribeVolumesCommandOutput | DisassociateFileSystemAliasesCommandOutput | ListTagsForResourceCommandOutput | ReleaseFileSystemNfsV3LocksCommandOutput | RestoreVolumeFromSnapshotCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDataRepositoryAssociationCommandOutput | UpdateFileSystemCommandOutput | UpdateSnapshotCommandOutput | UpdateStorageVirtualMachineCommandOutput | UpdateVolumeCommandOutput;
48
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
49
-
50
- requestHandler?: __HttpHandler;
51
-
52
- sha256?: __HashConstructor;
53
-
54
- urlParser?: __UrlParser;
55
-
56
- bodyLengthChecker?: __BodyLengthCalculator;
57
-
58
- streamCollector?: __StreamCollector;
59
-
60
- base64Decoder?: __Decoder;
61
-
62
- base64Encoder?: __Encoder;
63
-
64
- utf8Decoder?: __Decoder;
65
-
66
- utf8Encoder?: __Encoder;
67
-
68
- runtime?: string;
69
-
70
- disableHostPrefix?: boolean;
71
-
72
- maxAttempts?: number | __Provider<number>;
73
-
74
- retryMode?: string | __Provider<string>;
75
-
76
- logger?: __Logger;
77
-
78
- useDualstackEndpoint?: boolean | __Provider<boolean>;
79
-
80
- useFipsEndpoint?: boolean | __Provider<boolean>;
81
-
82
- serviceId?: string;
83
-
84
- region?: string | __Provider<string>;
85
-
86
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
87
-
88
- regionInfoProvider?: RegionInfoProvider;
89
-
90
- defaultUserAgentProvider?: Provider<__UserAgent>;
91
-
92
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
93
- }
94
- declare type FSxClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
95
-
96
- export interface FSxClientConfig extends FSxClientConfigType {
97
- }
98
- declare type FSxClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
99
-
100
- export interface FSxClientResolvedConfig extends FSxClientResolvedConfigType {
101
- }
102
-
103
- export declare class FSxClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, FSxClientResolvedConfig> {
104
-
105
- readonly config: FSxClientResolvedConfig;
106
- constructor(configuration: FSxClientConfig);
107
-
108
- destroy(): void;
109
- }
110
- export {};
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
4
- import { AssociateFileSystemAliasesRequest, AssociateFileSystemAliasesResponse } from "../models/models_0";
5
- export interface AssociateFileSystemAliasesCommandInput extends AssociateFileSystemAliasesRequest {
6
- }
7
- export interface AssociateFileSystemAliasesCommandOutput extends AssociateFileSystemAliasesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class AssociateFileSystemAliasesCommand extends $Command<AssociateFileSystemAliasesCommandInput, AssociateFileSystemAliasesCommandOutput, FSxClientResolvedConfig> {
11
- readonly input: AssociateFileSystemAliasesCommandInput;
12
- constructor(input: AssociateFileSystemAliasesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateFileSystemAliasesCommandInput, AssociateFileSystemAliasesCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
4
- import { CancelDataRepositoryTaskRequest, CancelDataRepositoryTaskResponse } from "../models/models_0";
5
- export interface CancelDataRepositoryTaskCommandInput extends CancelDataRepositoryTaskRequest {
6
- }
7
- export interface CancelDataRepositoryTaskCommandOutput extends CancelDataRepositoryTaskResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CancelDataRepositoryTaskCommand extends $Command<CancelDataRepositoryTaskCommandInput, CancelDataRepositoryTaskCommandOutput, FSxClientResolvedConfig> {
11
- readonly input: CancelDataRepositoryTaskCommandInput;
12
- constructor(input: CancelDataRepositoryTaskCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelDataRepositoryTaskCommandInput, CancelDataRepositoryTaskCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
4
- import { CopyBackupRequest, CopyBackupResponse } from "../models/models_0";
5
- export interface CopyBackupCommandInput extends CopyBackupRequest {
6
- }
7
- export interface CopyBackupCommandOutput extends CopyBackupResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CopyBackupCommand extends $Command<CopyBackupCommandInput, CopyBackupCommandOutput, FSxClientResolvedConfig> {
11
- readonly input: CopyBackupCommandInput;
12
- constructor(input: CopyBackupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: FSxClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CopyBackupCommandInput, CopyBackupCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ }