@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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/EFS.d.ts +556 -155
- package/dist-types/ts3.4/EFSClient.d.ts +308 -103
- package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateMountTargetCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateReplicationConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteFileSystemPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteMountTargetCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteReplicationConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeAccessPointsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAccountPreferencesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeBackupPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFileSystemPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeLifecycleConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeMountTargetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeReplicationConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutAccountPreferencesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutBackupPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutFileSystemPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutLifecycleConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +30 -30
- 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/EFSServiceException.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 +1056 -961
- package/dist-types/ts3.4/pagination/DescribeAccessPointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeFileSystemsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeTagsPaginator.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 +5 -5
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +365 -92
- 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,103 +1,308 @@
|
|
|
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
|
-
|
|
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
|
-
|
|
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 {
|
|
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
|
+
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 {
|
|
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
|
+
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 {
|
|
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
|
+
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 {
|
|
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
|
+
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
|
+
}
|