@aws-sdk/client-efs 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 (51) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/EFS.d.ts +556 -155
  3. package/dist-types/ts3.4/EFSClient.d.ts +308 -103
  4. package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateMountTargetCommand.d.ts +38 -17
  7. package/dist-types/ts3.4/commands/CreateReplicationConfigurationCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +33 -17
  10. package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/DeleteFileSystemPolicyCommand.d.ts +36 -17
  12. package/dist-types/ts3.4/commands/DeleteMountTargetCommand.d.ts +33 -17
  13. package/dist-types/ts3.4/commands/DeleteReplicationConfigurationCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +32 -17
  15. package/dist-types/ts3.4/commands/DescribeAccessPointsCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DescribeAccountPreferencesCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DescribeBackupPolicyCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DescribeFileSystemPolicyCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +38 -17
  20. package/dist-types/ts3.4/commands/DescribeLifecycleConfigurationCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DescribeMountTargetsCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/DescribeReplicationConfigurationsCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  26. package/dist-types/ts3.4/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/PutAccountPreferencesCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/PutBackupPolicyCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/PutFileSystemPolicyCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/PutLifecycleConfigurationCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +37 -17
  34. package/dist-types/ts3.4/commands/index.d.ts +30 -30
  35. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  36. package/dist-types/ts3.4/index.d.ts +6 -6
  37. package/dist-types/ts3.4/models/EFSServiceException.d.ts +8 -6
  38. package/dist-types/ts3.4/models/index.d.ts +1 -1
  39. package/dist-types/ts3.4/models/models_0.d.ts +1056 -961
  40. package/dist-types/ts3.4/pagination/DescribeAccessPointsPaginator.d.ts +11 -4
  41. package/dist-types/ts3.4/pagination/DescribeFileSystemsPaginator.d.ts +11 -4
  42. package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +11 -4
  43. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  44. package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +11 -4
  45. package/dist-types/ts3.4/pagination/index.d.ts +5 -5
  46. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +365 -92
  47. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  48. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  49. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  50. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  51. package/package.json +34 -34
@@ -1,103 +1,308 @@
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 { CreateAccessPointCommandInput, CreateAccessPointCommandOutput } from "./commands/CreateAccessPointCommand";
10
- import { CreateFileSystemCommandInput, CreateFileSystemCommandOutput } from "./commands/CreateFileSystemCommand";
11
- import { CreateMountTargetCommandInput, CreateMountTargetCommandOutput } from "./commands/CreateMountTargetCommand";
12
- import { CreateReplicationConfigurationCommandInput, CreateReplicationConfigurationCommandOutput } from "./commands/CreateReplicationConfigurationCommand";
13
- import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
14
- import { DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput } from "./commands/DeleteAccessPointCommand";
15
- import { DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput } from "./commands/DeleteFileSystemCommand";
16
- import { DeleteFileSystemPolicyCommandInput, DeleteFileSystemPolicyCommandOutput } from "./commands/DeleteFileSystemPolicyCommand";
17
- import { DeleteMountTargetCommandInput, DeleteMountTargetCommandOutput } from "./commands/DeleteMountTargetCommand";
18
- import { DeleteReplicationConfigurationCommandInput, DeleteReplicationConfigurationCommandOutput } from "./commands/DeleteReplicationConfigurationCommand";
19
- import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
20
- import { DescribeAccessPointsCommandInput, DescribeAccessPointsCommandOutput } from "./commands/DescribeAccessPointsCommand";
21
- import { DescribeAccountPreferencesCommandInput, DescribeAccountPreferencesCommandOutput } from "./commands/DescribeAccountPreferencesCommand";
22
- import { DescribeBackupPolicyCommandInput, DescribeBackupPolicyCommandOutput } from "./commands/DescribeBackupPolicyCommand";
23
- import { DescribeFileSystemPolicyCommandInput, DescribeFileSystemPolicyCommandOutput } from "./commands/DescribeFileSystemPolicyCommand";
24
- import { DescribeFileSystemsCommandInput, DescribeFileSystemsCommandOutput } from "./commands/DescribeFileSystemsCommand";
25
- import { DescribeLifecycleConfigurationCommandInput, DescribeLifecycleConfigurationCommandOutput } from "./commands/DescribeLifecycleConfigurationCommand";
26
- import { DescribeMountTargetsCommandInput, DescribeMountTargetsCommandOutput } from "./commands/DescribeMountTargetsCommand";
27
- import { DescribeMountTargetSecurityGroupsCommandInput, DescribeMountTargetSecurityGroupsCommandOutput } from "./commands/DescribeMountTargetSecurityGroupsCommand";
28
- import { DescribeReplicationConfigurationsCommandInput, DescribeReplicationConfigurationsCommandOutput } from "./commands/DescribeReplicationConfigurationsCommand";
29
- import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
30
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
31
- import { ModifyMountTargetSecurityGroupsCommandInput, ModifyMountTargetSecurityGroupsCommandOutput } from "./commands/ModifyMountTargetSecurityGroupsCommand";
32
- import { PutAccountPreferencesCommandInput, PutAccountPreferencesCommandOutput } from "./commands/PutAccountPreferencesCommand";
33
- import { PutBackupPolicyCommandInput, PutBackupPolicyCommandOutput } from "./commands/PutBackupPolicyCommand";
34
- import { PutFileSystemPolicyCommandInput, PutFileSystemPolicyCommandOutput } from "./commands/PutFileSystemPolicyCommand";
35
- import { PutLifecycleConfigurationCommandInput, PutLifecycleConfigurationCommandOutput } from "./commands/PutLifecycleConfigurationCommand";
36
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
37
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
38
- import { UpdateFileSystemCommandInput, UpdateFileSystemCommandOutput } from "./commands/UpdateFileSystemCommand";
39
- export declare type ServiceInputTypes = CreateAccessPointCommandInput | CreateFileSystemCommandInput | CreateMountTargetCommandInput | CreateReplicationConfigurationCommandInput | CreateTagsCommandInput | DeleteAccessPointCommandInput | DeleteFileSystemCommandInput | DeleteFileSystemPolicyCommandInput | DeleteMountTargetCommandInput | DeleteReplicationConfigurationCommandInput | DeleteTagsCommandInput | DescribeAccessPointsCommandInput | DescribeAccountPreferencesCommandInput | DescribeBackupPolicyCommandInput | DescribeFileSystemPolicyCommandInput | DescribeFileSystemsCommandInput | DescribeLifecycleConfigurationCommandInput | DescribeMountTargetSecurityGroupsCommandInput | DescribeMountTargetsCommandInput | DescribeReplicationConfigurationsCommandInput | DescribeTagsCommandInput | ListTagsForResourceCommandInput | ModifyMountTargetSecurityGroupsCommandInput | PutAccountPreferencesCommandInput | PutBackupPolicyCommandInput | PutFileSystemPolicyCommandInput | PutLifecycleConfigurationCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateFileSystemCommandInput;
40
- export declare type ServiceOutputTypes = CreateAccessPointCommandOutput | CreateFileSystemCommandOutput | CreateMountTargetCommandOutput | CreateReplicationConfigurationCommandOutput | CreateTagsCommandOutput | DeleteAccessPointCommandOutput | DeleteFileSystemCommandOutput | DeleteFileSystemPolicyCommandOutput | DeleteMountTargetCommandOutput | DeleteReplicationConfigurationCommandOutput | DeleteTagsCommandOutput | DescribeAccessPointsCommandOutput | DescribeAccountPreferencesCommandOutput | DescribeBackupPolicyCommandOutput | DescribeFileSystemPolicyCommandOutput | DescribeFileSystemsCommandOutput | DescribeLifecycleConfigurationCommandOutput | DescribeMountTargetSecurityGroupsCommandOutput | DescribeMountTargetsCommandOutput | DescribeReplicationConfigurationsCommandOutput | DescribeTagsCommandOutput | ListTagsForResourceCommandOutput | ModifyMountTargetSecurityGroupsCommandOutput | PutAccountPreferencesCommandOutput | PutBackupPolicyCommandOutput | PutFileSystemPolicyCommandOutput | PutLifecycleConfigurationCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateFileSystemCommandOutput;
41
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
42
-
43
- requestHandler?: __HttpHandler;
44
-
45
- sha256?: __HashConstructor;
46
-
47
- urlParser?: __UrlParser;
48
-
49
- bodyLengthChecker?: __BodyLengthCalculator;
50
-
51
- streamCollector?: __StreamCollector;
52
-
53
- base64Decoder?: __Decoder;
54
-
55
- base64Encoder?: __Encoder;
56
-
57
- utf8Decoder?: __Decoder;
58
-
59
- utf8Encoder?: __Encoder;
60
-
61
- runtime?: string;
62
-
63
- disableHostPrefix?: boolean;
64
-
65
- maxAttempts?: number | __Provider<number>;
66
-
67
- retryMode?: string | __Provider<string>;
68
-
69
- logger?: __Logger;
70
-
71
- useDualstackEndpoint?: boolean | __Provider<boolean>;
72
-
73
- useFipsEndpoint?: boolean | __Provider<boolean>;
74
-
75
- serviceId?: string;
76
-
77
- region?: string | __Provider<string>;
78
-
79
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
80
-
81
- regionInfoProvider?: RegionInfoProvider;
82
-
83
- defaultUserAgentProvider?: Provider<__UserAgent>;
84
-
85
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
86
- }
87
- declare type EFSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
88
-
89
- export interface EFSClientConfig extends EFSClientConfigType {
90
- }
91
- declare type EFSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
92
-
93
- export interface EFSClientResolvedConfig extends EFSClientResolvedConfigType {
94
- }
95
-
96
- export declare class EFSClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, EFSClientResolvedConfig> {
97
-
98
- readonly config: EFSClientResolvedConfig;
99
- constructor(configuration: EFSClientConfig);
100
-
101
- destroy(): void;
102
- }
103
- 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
+ CreateAccessPointCommandInput,
47
+ CreateAccessPointCommandOutput,
48
+ } from "./commands/CreateAccessPointCommand";
49
+ import {
50
+ CreateFileSystemCommandInput,
51
+ CreateFileSystemCommandOutput,
52
+ } from "./commands/CreateFileSystemCommand";
53
+ import {
54
+ CreateMountTargetCommandInput,
55
+ CreateMountTargetCommandOutput,
56
+ } from "./commands/CreateMountTargetCommand";
57
+ import {
58
+ CreateReplicationConfigurationCommandInput,
59
+ CreateReplicationConfigurationCommandOutput,
60
+ } from "./commands/CreateReplicationConfigurationCommand";
61
+ import {
62
+ CreateTagsCommandInput,
63
+ CreateTagsCommandOutput,
64
+ } from "./commands/CreateTagsCommand";
65
+ import {
66
+ DeleteAccessPointCommandInput,
67
+ DeleteAccessPointCommandOutput,
68
+ } from "./commands/DeleteAccessPointCommand";
69
+ import {
70
+ DeleteFileSystemCommandInput,
71
+ DeleteFileSystemCommandOutput,
72
+ } from "./commands/DeleteFileSystemCommand";
73
+ import {
74
+ DeleteFileSystemPolicyCommandInput,
75
+ DeleteFileSystemPolicyCommandOutput,
76
+ } from "./commands/DeleteFileSystemPolicyCommand";
77
+ import {
78
+ DeleteMountTargetCommandInput,
79
+ DeleteMountTargetCommandOutput,
80
+ } from "./commands/DeleteMountTargetCommand";
81
+ import {
82
+ DeleteReplicationConfigurationCommandInput,
83
+ DeleteReplicationConfigurationCommandOutput,
84
+ } from "./commands/DeleteReplicationConfigurationCommand";
85
+ import {
86
+ DeleteTagsCommandInput,
87
+ DeleteTagsCommandOutput,
88
+ } from "./commands/DeleteTagsCommand";
89
+ import {
90
+ DescribeAccessPointsCommandInput,
91
+ DescribeAccessPointsCommandOutput,
92
+ } from "./commands/DescribeAccessPointsCommand";
93
+ import {
94
+ DescribeAccountPreferencesCommandInput,
95
+ DescribeAccountPreferencesCommandOutput,
96
+ } from "./commands/DescribeAccountPreferencesCommand";
97
+ import {
98
+ DescribeBackupPolicyCommandInput,
99
+ DescribeBackupPolicyCommandOutput,
100
+ } from "./commands/DescribeBackupPolicyCommand";
101
+ import {
102
+ DescribeFileSystemPolicyCommandInput,
103
+ DescribeFileSystemPolicyCommandOutput,
104
+ } from "./commands/DescribeFileSystemPolicyCommand";
105
+ import {
106
+ DescribeFileSystemsCommandInput,
107
+ DescribeFileSystemsCommandOutput,
108
+ } from "./commands/DescribeFileSystemsCommand";
109
+ import {
110
+ DescribeLifecycleConfigurationCommandInput,
111
+ DescribeLifecycleConfigurationCommandOutput,
112
+ } from "./commands/DescribeLifecycleConfigurationCommand";
113
+ import {
114
+ DescribeMountTargetsCommandInput,
115
+ DescribeMountTargetsCommandOutput,
116
+ } from "./commands/DescribeMountTargetsCommand";
117
+ import {
118
+ DescribeMountTargetSecurityGroupsCommandInput,
119
+ DescribeMountTargetSecurityGroupsCommandOutput,
120
+ } from "./commands/DescribeMountTargetSecurityGroupsCommand";
121
+ import {
122
+ DescribeReplicationConfigurationsCommandInput,
123
+ DescribeReplicationConfigurationsCommandOutput,
124
+ } from "./commands/DescribeReplicationConfigurationsCommand";
125
+ import {
126
+ DescribeTagsCommandInput,
127
+ DescribeTagsCommandOutput,
128
+ } from "./commands/DescribeTagsCommand";
129
+ import {
130
+ ListTagsForResourceCommandInput,
131
+ ListTagsForResourceCommandOutput,
132
+ } from "./commands/ListTagsForResourceCommand";
133
+ import {
134
+ ModifyMountTargetSecurityGroupsCommandInput,
135
+ ModifyMountTargetSecurityGroupsCommandOutput,
136
+ } from "./commands/ModifyMountTargetSecurityGroupsCommand";
137
+ import {
138
+ PutAccountPreferencesCommandInput,
139
+ PutAccountPreferencesCommandOutput,
140
+ } from "./commands/PutAccountPreferencesCommand";
141
+ import {
142
+ PutBackupPolicyCommandInput,
143
+ PutBackupPolicyCommandOutput,
144
+ } from "./commands/PutBackupPolicyCommand";
145
+ import {
146
+ PutFileSystemPolicyCommandInput,
147
+ PutFileSystemPolicyCommandOutput,
148
+ } from "./commands/PutFileSystemPolicyCommand";
149
+ import {
150
+ PutLifecycleConfigurationCommandInput,
151
+ PutLifecycleConfigurationCommandOutput,
152
+ } from "./commands/PutLifecycleConfigurationCommand";
153
+ import {
154
+ TagResourceCommandInput,
155
+ TagResourceCommandOutput,
156
+ } from "./commands/TagResourceCommand";
157
+ import {
158
+ UntagResourceCommandInput,
159
+ UntagResourceCommandOutput,
160
+ } from "./commands/UntagResourceCommand";
161
+ import {
162
+ UpdateFileSystemCommandInput,
163
+ UpdateFileSystemCommandOutput,
164
+ } from "./commands/UpdateFileSystemCommand";
165
+ export declare type ServiceInputTypes =
166
+ | CreateAccessPointCommandInput
167
+ | CreateFileSystemCommandInput
168
+ | CreateMountTargetCommandInput
169
+ | CreateReplicationConfigurationCommandInput
170
+ | CreateTagsCommandInput
171
+ | DeleteAccessPointCommandInput
172
+ | DeleteFileSystemCommandInput
173
+ | DeleteFileSystemPolicyCommandInput
174
+ | DeleteMountTargetCommandInput
175
+ | DeleteReplicationConfigurationCommandInput
176
+ | DeleteTagsCommandInput
177
+ | DescribeAccessPointsCommandInput
178
+ | DescribeAccountPreferencesCommandInput
179
+ | DescribeBackupPolicyCommandInput
180
+ | DescribeFileSystemPolicyCommandInput
181
+ | DescribeFileSystemsCommandInput
182
+ | DescribeLifecycleConfigurationCommandInput
183
+ | DescribeMountTargetSecurityGroupsCommandInput
184
+ | DescribeMountTargetsCommandInput
185
+ | DescribeReplicationConfigurationsCommandInput
186
+ | DescribeTagsCommandInput
187
+ | ListTagsForResourceCommandInput
188
+ | ModifyMountTargetSecurityGroupsCommandInput
189
+ | PutAccountPreferencesCommandInput
190
+ | PutBackupPolicyCommandInput
191
+ | PutFileSystemPolicyCommandInput
192
+ | PutLifecycleConfigurationCommandInput
193
+ | TagResourceCommandInput
194
+ | UntagResourceCommandInput
195
+ | UpdateFileSystemCommandInput;
196
+ export declare type ServiceOutputTypes =
197
+ | CreateAccessPointCommandOutput
198
+ | CreateFileSystemCommandOutput
199
+ | CreateMountTargetCommandOutput
200
+ | CreateReplicationConfigurationCommandOutput
201
+ | CreateTagsCommandOutput
202
+ | DeleteAccessPointCommandOutput
203
+ | DeleteFileSystemCommandOutput
204
+ | DeleteFileSystemPolicyCommandOutput
205
+ | DeleteMountTargetCommandOutput
206
+ | DeleteReplicationConfigurationCommandOutput
207
+ | DeleteTagsCommandOutput
208
+ | DescribeAccessPointsCommandOutput
209
+ | DescribeAccountPreferencesCommandOutput
210
+ | DescribeBackupPolicyCommandOutput
211
+ | DescribeFileSystemPolicyCommandOutput
212
+ | DescribeFileSystemsCommandOutput
213
+ | DescribeLifecycleConfigurationCommandOutput
214
+ | DescribeMountTargetSecurityGroupsCommandOutput
215
+ | DescribeMountTargetsCommandOutput
216
+ | DescribeReplicationConfigurationsCommandOutput
217
+ | DescribeTagsCommandOutput
218
+ | ListTagsForResourceCommandOutput
219
+ | ModifyMountTargetSecurityGroupsCommandOutput
220
+ | PutAccountPreferencesCommandOutput
221
+ | PutBackupPolicyCommandOutput
222
+ | PutFileSystemPolicyCommandOutput
223
+ | PutLifecycleConfigurationCommandOutput
224
+ | TagResourceCommandOutput
225
+ | UntagResourceCommandOutput
226
+ | UpdateFileSystemCommandOutput;
227
+ export interface ClientDefaults
228
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
229
+ requestHandler?: __HttpHandler;
230
+
231
+ sha256?: __HashConstructor;
232
+
233
+ urlParser?: __UrlParser;
234
+
235
+ bodyLengthChecker?: __BodyLengthCalculator;
236
+
237
+ streamCollector?: __StreamCollector;
238
+
239
+ base64Decoder?: __Decoder;
240
+
241
+ base64Encoder?: __Encoder;
242
+
243
+ utf8Decoder?: __Decoder;
244
+
245
+ utf8Encoder?: __Encoder;
246
+
247
+ runtime?: string;
248
+
249
+ disableHostPrefix?: boolean;
250
+
251
+ maxAttempts?: number | __Provider<number>;
252
+
253
+ retryMode?: string | __Provider<string>;
254
+
255
+ logger?: __Logger;
256
+
257
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
258
+
259
+ useFipsEndpoint?: boolean | __Provider<boolean>;
260
+
261
+ serviceId?: string;
262
+
263
+ region?: string | __Provider<string>;
264
+
265
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
266
+
267
+ regionInfoProvider?: RegionInfoProvider;
268
+
269
+ defaultUserAgentProvider?: Provider<__UserAgent>;
270
+
271
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
272
+ }
273
+ declare type EFSClientConfigType = Partial<
274
+ __SmithyConfiguration<__HttpHandlerOptions>
275
+ > &
276
+ ClientDefaults &
277
+ RegionInputConfig &
278
+ EndpointsInputConfig &
279
+ RetryInputConfig &
280
+ HostHeaderInputConfig &
281
+ AwsAuthInputConfig &
282
+ UserAgentInputConfig;
283
+
284
+ export interface EFSClientConfig extends EFSClientConfigType {}
285
+ declare type EFSClientResolvedConfigType =
286
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
287
+ Required<ClientDefaults> &
288
+ RegionResolvedConfig &
289
+ EndpointsResolvedConfig &
290
+ RetryResolvedConfig &
291
+ HostHeaderResolvedConfig &
292
+ AwsAuthResolvedConfig &
293
+ UserAgentResolvedConfig;
294
+
295
+ export interface EFSClientResolvedConfig extends EFSClientResolvedConfigType {}
296
+
297
+ export declare class EFSClient extends __Client<
298
+ __HttpHandlerOptions,
299
+ ServiceInputTypes,
300
+ ServiceOutputTypes,
301
+ EFSClientResolvedConfig
302
+ > {
303
+ readonly config: EFSClientResolvedConfig;
304
+ constructor(configuration: EFSClientConfig);
305
+
306
+ destroy(): void;
307
+ }
308
+ export {};
@@ -1,17 +1,38 @@
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 { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
- import { AccessPointDescription, CreateAccessPointRequest } from "../models/models_0";
5
- export interface CreateAccessPointCommandInput extends CreateAccessPointRequest {
6
- }
7
- export interface CreateAccessPointCommandOutput extends AccessPointDescription, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateAccessPointCommand extends $Command<CreateAccessPointCommandInput, CreateAccessPointCommandOutput, EFSClientResolvedConfig> {
11
- readonly input: CreateAccessPointCommandInput;
12
- constructor(input: CreateAccessPointCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EFSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAccessPointCommandInput, CreateAccessPointCommandOutput>;
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
+ EFSClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../EFSClient";
13
+ import {
14
+ AccessPointDescription,
15
+ CreateAccessPointRequest,
16
+ } from "../models/models_0";
17
+ export interface CreateAccessPointCommandInput
18
+ extends CreateAccessPointRequest {}
19
+ export interface CreateAccessPointCommandOutput
20
+ extends AccessPointDescription,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateAccessPointCommand extends $Command<
24
+ CreateAccessPointCommandInput,
25
+ CreateAccessPointCommandOutput,
26
+ EFSClientResolvedConfig
27
+ > {
28
+ readonly input: CreateAccessPointCommandInput;
29
+ constructor(input: CreateAccessPointCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: EFSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<CreateAccessPointCommandInput, CreateAccessPointCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,37 @@
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 { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
- import { CreateFileSystemRequest, FileSystemDescription } from "../models/models_0";
5
- export interface CreateFileSystemCommandInput extends CreateFileSystemRequest {
6
- }
7
- export interface CreateFileSystemCommandOutput extends FileSystemDescription, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateFileSystemCommand extends $Command<CreateFileSystemCommandInput, CreateFileSystemCommandOutput, EFSClientResolvedConfig> {
11
- readonly input: CreateFileSystemCommandInput;
12
- constructor(input: CreateFileSystemCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EFSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFileSystemCommandInput, CreateFileSystemCommandOutput>;
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
+ EFSClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../EFSClient";
13
+ import {
14
+ CreateFileSystemRequest,
15
+ FileSystemDescription,
16
+ } from "../models/models_0";
17
+ export interface CreateFileSystemCommandInput extends CreateFileSystemRequest {}
18
+ export interface CreateFileSystemCommandOutput
19
+ extends FileSystemDescription,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateFileSystemCommand extends $Command<
23
+ CreateFileSystemCommandInput,
24
+ CreateFileSystemCommandOutput,
25
+ EFSClientResolvedConfig
26
+ > {
27
+ readonly input: CreateFileSystemCommandInput;
28
+ constructor(input: CreateFileSystemCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: EFSClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateFileSystemCommandInput, CreateFileSystemCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,38 @@
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 { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
- import { CreateMountTargetRequest, MountTargetDescription } from "../models/models_0";
5
- export interface CreateMountTargetCommandInput extends CreateMountTargetRequest {
6
- }
7
- export interface CreateMountTargetCommandOutput extends MountTargetDescription, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateMountTargetCommand extends $Command<CreateMountTargetCommandInput, CreateMountTargetCommandOutput, EFSClientResolvedConfig> {
11
- readonly input: CreateMountTargetCommandInput;
12
- constructor(input: CreateMountTargetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EFSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateMountTargetCommandInput, CreateMountTargetCommandOutput>;
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
+ EFSClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../EFSClient";
13
+ import {
14
+ CreateMountTargetRequest,
15
+ MountTargetDescription,
16
+ } from "../models/models_0";
17
+ export interface CreateMountTargetCommandInput
18
+ extends CreateMountTargetRequest {}
19
+ export interface CreateMountTargetCommandOutput
20
+ extends MountTargetDescription,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateMountTargetCommand extends $Command<
24
+ CreateMountTargetCommandInput,
25
+ CreateMountTargetCommandOutput,
26
+ EFSClientResolvedConfig
27
+ > {
28
+ readonly input: CreateMountTargetCommandInput;
29
+ constructor(input: CreateMountTargetCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: EFSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<CreateMountTargetCommandInput, CreateMountTargetCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EFSClient";
4
- import { CreateReplicationConfigurationRequest, ReplicationConfigurationDescription } from "../models/models_0";
5
- export interface CreateReplicationConfigurationCommandInput extends CreateReplicationConfigurationRequest {
6
- }
7
- export interface CreateReplicationConfigurationCommandOutput extends ReplicationConfigurationDescription, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateReplicationConfigurationCommand extends $Command<CreateReplicationConfigurationCommandInput, CreateReplicationConfigurationCommandOutput, EFSClientResolvedConfig> {
11
- readonly input: CreateReplicationConfigurationCommandInput;
12
- constructor(input: CreateReplicationConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: EFSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateReplicationConfigurationCommandInput, CreateReplicationConfigurationCommandOutput>;
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
+ EFSClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../EFSClient";
13
+ import {
14
+ CreateReplicationConfigurationRequest,
15
+ ReplicationConfigurationDescription,
16
+ } from "../models/models_0";
17
+ export interface CreateReplicationConfigurationCommandInput
18
+ extends CreateReplicationConfigurationRequest {}
19
+ export interface CreateReplicationConfigurationCommandOutput
20
+ extends ReplicationConfigurationDescription,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateReplicationConfigurationCommand extends $Command<
24
+ CreateReplicationConfigurationCommandInput,
25
+ CreateReplicationConfigurationCommandOutput,
26
+ EFSClientResolvedConfig
27
+ > {
28
+ readonly input: CreateReplicationConfigurationCommandInput;
29
+ constructor(input: CreateReplicationConfigurationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: EFSClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateReplicationConfigurationCommandInput,
37
+ CreateReplicationConfigurationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }