@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,155 +1,556 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
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
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
CreateAccessPointCommandInput,
|
|
4
|
+
CreateAccessPointCommandOutput,
|
|
5
|
+
} from "./commands/CreateAccessPointCommand";
|
|
6
|
+
import {
|
|
7
|
+
CreateFileSystemCommandInput,
|
|
8
|
+
CreateFileSystemCommandOutput,
|
|
9
|
+
} from "./commands/CreateFileSystemCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateMountTargetCommandInput,
|
|
12
|
+
CreateMountTargetCommandOutput,
|
|
13
|
+
} from "./commands/CreateMountTargetCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateReplicationConfigurationCommandInput,
|
|
16
|
+
CreateReplicationConfigurationCommandOutput,
|
|
17
|
+
} from "./commands/CreateReplicationConfigurationCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateTagsCommandInput,
|
|
20
|
+
CreateTagsCommandOutput,
|
|
21
|
+
} from "./commands/CreateTagsCommand";
|
|
22
|
+
import {
|
|
23
|
+
DeleteAccessPointCommandInput,
|
|
24
|
+
DeleteAccessPointCommandOutput,
|
|
25
|
+
} from "./commands/DeleteAccessPointCommand";
|
|
26
|
+
import {
|
|
27
|
+
DeleteFileSystemCommandInput,
|
|
28
|
+
DeleteFileSystemCommandOutput,
|
|
29
|
+
} from "./commands/DeleteFileSystemCommand";
|
|
30
|
+
import {
|
|
31
|
+
DeleteFileSystemPolicyCommandInput,
|
|
32
|
+
DeleteFileSystemPolicyCommandOutput,
|
|
33
|
+
} from "./commands/DeleteFileSystemPolicyCommand";
|
|
34
|
+
import {
|
|
35
|
+
DeleteMountTargetCommandInput,
|
|
36
|
+
DeleteMountTargetCommandOutput,
|
|
37
|
+
} from "./commands/DeleteMountTargetCommand";
|
|
38
|
+
import {
|
|
39
|
+
DeleteReplicationConfigurationCommandInput,
|
|
40
|
+
DeleteReplicationConfigurationCommandOutput,
|
|
41
|
+
} from "./commands/DeleteReplicationConfigurationCommand";
|
|
42
|
+
import {
|
|
43
|
+
DeleteTagsCommandInput,
|
|
44
|
+
DeleteTagsCommandOutput,
|
|
45
|
+
} from "./commands/DeleteTagsCommand";
|
|
46
|
+
import {
|
|
47
|
+
DescribeAccessPointsCommandInput,
|
|
48
|
+
DescribeAccessPointsCommandOutput,
|
|
49
|
+
} from "./commands/DescribeAccessPointsCommand";
|
|
50
|
+
import {
|
|
51
|
+
DescribeAccountPreferencesCommandInput,
|
|
52
|
+
DescribeAccountPreferencesCommandOutput,
|
|
53
|
+
} from "./commands/DescribeAccountPreferencesCommand";
|
|
54
|
+
import {
|
|
55
|
+
DescribeBackupPolicyCommandInput,
|
|
56
|
+
DescribeBackupPolicyCommandOutput,
|
|
57
|
+
} from "./commands/DescribeBackupPolicyCommand";
|
|
58
|
+
import {
|
|
59
|
+
DescribeFileSystemPolicyCommandInput,
|
|
60
|
+
DescribeFileSystemPolicyCommandOutput,
|
|
61
|
+
} from "./commands/DescribeFileSystemPolicyCommand";
|
|
62
|
+
import {
|
|
63
|
+
DescribeFileSystemsCommandInput,
|
|
64
|
+
DescribeFileSystemsCommandOutput,
|
|
65
|
+
} from "./commands/DescribeFileSystemsCommand";
|
|
66
|
+
import {
|
|
67
|
+
DescribeLifecycleConfigurationCommandInput,
|
|
68
|
+
DescribeLifecycleConfigurationCommandOutput,
|
|
69
|
+
} from "./commands/DescribeLifecycleConfigurationCommand";
|
|
70
|
+
import {
|
|
71
|
+
DescribeMountTargetsCommandInput,
|
|
72
|
+
DescribeMountTargetsCommandOutput,
|
|
73
|
+
} from "./commands/DescribeMountTargetsCommand";
|
|
74
|
+
import {
|
|
75
|
+
DescribeMountTargetSecurityGroupsCommandInput,
|
|
76
|
+
DescribeMountTargetSecurityGroupsCommandOutput,
|
|
77
|
+
} from "./commands/DescribeMountTargetSecurityGroupsCommand";
|
|
78
|
+
import {
|
|
79
|
+
DescribeReplicationConfigurationsCommandInput,
|
|
80
|
+
DescribeReplicationConfigurationsCommandOutput,
|
|
81
|
+
} from "./commands/DescribeReplicationConfigurationsCommand";
|
|
82
|
+
import {
|
|
83
|
+
DescribeTagsCommandInput,
|
|
84
|
+
DescribeTagsCommandOutput,
|
|
85
|
+
} from "./commands/DescribeTagsCommand";
|
|
86
|
+
import {
|
|
87
|
+
ListTagsForResourceCommandInput,
|
|
88
|
+
ListTagsForResourceCommandOutput,
|
|
89
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
90
|
+
import {
|
|
91
|
+
ModifyMountTargetSecurityGroupsCommandInput,
|
|
92
|
+
ModifyMountTargetSecurityGroupsCommandOutput,
|
|
93
|
+
} from "./commands/ModifyMountTargetSecurityGroupsCommand";
|
|
94
|
+
import {
|
|
95
|
+
PutAccountPreferencesCommandInput,
|
|
96
|
+
PutAccountPreferencesCommandOutput,
|
|
97
|
+
} from "./commands/PutAccountPreferencesCommand";
|
|
98
|
+
import {
|
|
99
|
+
PutBackupPolicyCommandInput,
|
|
100
|
+
PutBackupPolicyCommandOutput,
|
|
101
|
+
} from "./commands/PutBackupPolicyCommand";
|
|
102
|
+
import {
|
|
103
|
+
PutFileSystemPolicyCommandInput,
|
|
104
|
+
PutFileSystemPolicyCommandOutput,
|
|
105
|
+
} from "./commands/PutFileSystemPolicyCommand";
|
|
106
|
+
import {
|
|
107
|
+
PutLifecycleConfigurationCommandInput,
|
|
108
|
+
PutLifecycleConfigurationCommandOutput,
|
|
109
|
+
} from "./commands/PutLifecycleConfigurationCommand";
|
|
110
|
+
import {
|
|
111
|
+
TagResourceCommandInput,
|
|
112
|
+
TagResourceCommandOutput,
|
|
113
|
+
} from "./commands/TagResourceCommand";
|
|
114
|
+
import {
|
|
115
|
+
UntagResourceCommandInput,
|
|
116
|
+
UntagResourceCommandOutput,
|
|
117
|
+
} from "./commands/UntagResourceCommand";
|
|
118
|
+
import {
|
|
119
|
+
UpdateFileSystemCommandInput,
|
|
120
|
+
UpdateFileSystemCommandOutput,
|
|
121
|
+
} from "./commands/UpdateFileSystemCommand";
|
|
122
|
+
import { EFSClient } from "./EFSClient";
|
|
123
|
+
|
|
124
|
+
export declare class EFS extends EFSClient {
|
|
125
|
+
createAccessPoint(
|
|
126
|
+
args: CreateAccessPointCommandInput,
|
|
127
|
+
options?: __HttpHandlerOptions
|
|
128
|
+
): Promise<CreateAccessPointCommandOutput>;
|
|
129
|
+
createAccessPoint(
|
|
130
|
+
args: CreateAccessPointCommandInput,
|
|
131
|
+
cb: (err: any, data?: CreateAccessPointCommandOutput) => void
|
|
132
|
+
): void;
|
|
133
|
+
createAccessPoint(
|
|
134
|
+
args: CreateAccessPointCommandInput,
|
|
135
|
+
options: __HttpHandlerOptions,
|
|
136
|
+
cb: (err: any, data?: CreateAccessPointCommandOutput) => void
|
|
137
|
+
): void;
|
|
138
|
+
|
|
139
|
+
createFileSystem(
|
|
140
|
+
args: CreateFileSystemCommandInput,
|
|
141
|
+
options?: __HttpHandlerOptions
|
|
142
|
+
): Promise<CreateFileSystemCommandOutput>;
|
|
143
|
+
createFileSystem(
|
|
144
|
+
args: CreateFileSystemCommandInput,
|
|
145
|
+
cb: (err: any, data?: CreateFileSystemCommandOutput) => void
|
|
146
|
+
): void;
|
|
147
|
+
createFileSystem(
|
|
148
|
+
args: CreateFileSystemCommandInput,
|
|
149
|
+
options: __HttpHandlerOptions,
|
|
150
|
+
cb: (err: any, data?: CreateFileSystemCommandOutput) => void
|
|
151
|
+
): void;
|
|
152
|
+
|
|
153
|
+
createMountTarget(
|
|
154
|
+
args: CreateMountTargetCommandInput,
|
|
155
|
+
options?: __HttpHandlerOptions
|
|
156
|
+
): Promise<CreateMountTargetCommandOutput>;
|
|
157
|
+
createMountTarget(
|
|
158
|
+
args: CreateMountTargetCommandInput,
|
|
159
|
+
cb: (err: any, data?: CreateMountTargetCommandOutput) => void
|
|
160
|
+
): void;
|
|
161
|
+
createMountTarget(
|
|
162
|
+
args: CreateMountTargetCommandInput,
|
|
163
|
+
options: __HttpHandlerOptions,
|
|
164
|
+
cb: (err: any, data?: CreateMountTargetCommandOutput) => void
|
|
165
|
+
): void;
|
|
166
|
+
|
|
167
|
+
createReplicationConfiguration(
|
|
168
|
+
args: CreateReplicationConfigurationCommandInput,
|
|
169
|
+
options?: __HttpHandlerOptions
|
|
170
|
+
): Promise<CreateReplicationConfigurationCommandOutput>;
|
|
171
|
+
createReplicationConfiguration(
|
|
172
|
+
args: CreateReplicationConfigurationCommandInput,
|
|
173
|
+
cb: (err: any, data?: CreateReplicationConfigurationCommandOutput) => void
|
|
174
|
+
): void;
|
|
175
|
+
createReplicationConfiguration(
|
|
176
|
+
args: CreateReplicationConfigurationCommandInput,
|
|
177
|
+
options: __HttpHandlerOptions,
|
|
178
|
+
cb: (err: any, data?: CreateReplicationConfigurationCommandOutput) => void
|
|
179
|
+
): void;
|
|
180
|
+
|
|
181
|
+
createTags(
|
|
182
|
+
args: CreateTagsCommandInput,
|
|
183
|
+
options?: __HttpHandlerOptions
|
|
184
|
+
): Promise<CreateTagsCommandOutput>;
|
|
185
|
+
createTags(
|
|
186
|
+
args: CreateTagsCommandInput,
|
|
187
|
+
cb: (err: any, data?: CreateTagsCommandOutput) => void
|
|
188
|
+
): void;
|
|
189
|
+
createTags(
|
|
190
|
+
args: CreateTagsCommandInput,
|
|
191
|
+
options: __HttpHandlerOptions,
|
|
192
|
+
cb: (err: any, data?: CreateTagsCommandOutput) => void
|
|
193
|
+
): void;
|
|
194
|
+
|
|
195
|
+
deleteAccessPoint(
|
|
196
|
+
args: DeleteAccessPointCommandInput,
|
|
197
|
+
options?: __HttpHandlerOptions
|
|
198
|
+
): Promise<DeleteAccessPointCommandOutput>;
|
|
199
|
+
deleteAccessPoint(
|
|
200
|
+
args: DeleteAccessPointCommandInput,
|
|
201
|
+
cb: (err: any, data?: DeleteAccessPointCommandOutput) => void
|
|
202
|
+
): void;
|
|
203
|
+
deleteAccessPoint(
|
|
204
|
+
args: DeleteAccessPointCommandInput,
|
|
205
|
+
options: __HttpHandlerOptions,
|
|
206
|
+
cb: (err: any, data?: DeleteAccessPointCommandOutput) => void
|
|
207
|
+
): void;
|
|
208
|
+
|
|
209
|
+
deleteFileSystem(
|
|
210
|
+
args: DeleteFileSystemCommandInput,
|
|
211
|
+
options?: __HttpHandlerOptions
|
|
212
|
+
): Promise<DeleteFileSystemCommandOutput>;
|
|
213
|
+
deleteFileSystem(
|
|
214
|
+
args: DeleteFileSystemCommandInput,
|
|
215
|
+
cb: (err: any, data?: DeleteFileSystemCommandOutput) => void
|
|
216
|
+
): void;
|
|
217
|
+
deleteFileSystem(
|
|
218
|
+
args: DeleteFileSystemCommandInput,
|
|
219
|
+
options: __HttpHandlerOptions,
|
|
220
|
+
cb: (err: any, data?: DeleteFileSystemCommandOutput) => void
|
|
221
|
+
): void;
|
|
222
|
+
|
|
223
|
+
deleteFileSystemPolicy(
|
|
224
|
+
args: DeleteFileSystemPolicyCommandInput,
|
|
225
|
+
options?: __HttpHandlerOptions
|
|
226
|
+
): Promise<DeleteFileSystemPolicyCommandOutput>;
|
|
227
|
+
deleteFileSystemPolicy(
|
|
228
|
+
args: DeleteFileSystemPolicyCommandInput,
|
|
229
|
+
cb: (err: any, data?: DeleteFileSystemPolicyCommandOutput) => void
|
|
230
|
+
): void;
|
|
231
|
+
deleteFileSystemPolicy(
|
|
232
|
+
args: DeleteFileSystemPolicyCommandInput,
|
|
233
|
+
options: __HttpHandlerOptions,
|
|
234
|
+
cb: (err: any, data?: DeleteFileSystemPolicyCommandOutput) => void
|
|
235
|
+
): void;
|
|
236
|
+
|
|
237
|
+
deleteMountTarget(
|
|
238
|
+
args: DeleteMountTargetCommandInput,
|
|
239
|
+
options?: __HttpHandlerOptions
|
|
240
|
+
): Promise<DeleteMountTargetCommandOutput>;
|
|
241
|
+
deleteMountTarget(
|
|
242
|
+
args: DeleteMountTargetCommandInput,
|
|
243
|
+
cb: (err: any, data?: DeleteMountTargetCommandOutput) => void
|
|
244
|
+
): void;
|
|
245
|
+
deleteMountTarget(
|
|
246
|
+
args: DeleteMountTargetCommandInput,
|
|
247
|
+
options: __HttpHandlerOptions,
|
|
248
|
+
cb: (err: any, data?: DeleteMountTargetCommandOutput) => void
|
|
249
|
+
): void;
|
|
250
|
+
|
|
251
|
+
deleteReplicationConfiguration(
|
|
252
|
+
args: DeleteReplicationConfigurationCommandInput,
|
|
253
|
+
options?: __HttpHandlerOptions
|
|
254
|
+
): Promise<DeleteReplicationConfigurationCommandOutput>;
|
|
255
|
+
deleteReplicationConfiguration(
|
|
256
|
+
args: DeleteReplicationConfigurationCommandInput,
|
|
257
|
+
cb: (err: any, data?: DeleteReplicationConfigurationCommandOutput) => void
|
|
258
|
+
): void;
|
|
259
|
+
deleteReplicationConfiguration(
|
|
260
|
+
args: DeleteReplicationConfigurationCommandInput,
|
|
261
|
+
options: __HttpHandlerOptions,
|
|
262
|
+
cb: (err: any, data?: DeleteReplicationConfigurationCommandOutput) => void
|
|
263
|
+
): void;
|
|
264
|
+
|
|
265
|
+
deleteTags(
|
|
266
|
+
args: DeleteTagsCommandInput,
|
|
267
|
+
options?: __HttpHandlerOptions
|
|
268
|
+
): Promise<DeleteTagsCommandOutput>;
|
|
269
|
+
deleteTags(
|
|
270
|
+
args: DeleteTagsCommandInput,
|
|
271
|
+
cb: (err: any, data?: DeleteTagsCommandOutput) => void
|
|
272
|
+
): void;
|
|
273
|
+
deleteTags(
|
|
274
|
+
args: DeleteTagsCommandInput,
|
|
275
|
+
options: __HttpHandlerOptions,
|
|
276
|
+
cb: (err: any, data?: DeleteTagsCommandOutput) => void
|
|
277
|
+
): void;
|
|
278
|
+
|
|
279
|
+
describeAccessPoints(
|
|
280
|
+
args: DescribeAccessPointsCommandInput,
|
|
281
|
+
options?: __HttpHandlerOptions
|
|
282
|
+
): Promise<DescribeAccessPointsCommandOutput>;
|
|
283
|
+
describeAccessPoints(
|
|
284
|
+
args: DescribeAccessPointsCommandInput,
|
|
285
|
+
cb: (err: any, data?: DescribeAccessPointsCommandOutput) => void
|
|
286
|
+
): void;
|
|
287
|
+
describeAccessPoints(
|
|
288
|
+
args: DescribeAccessPointsCommandInput,
|
|
289
|
+
options: __HttpHandlerOptions,
|
|
290
|
+
cb: (err: any, data?: DescribeAccessPointsCommandOutput) => void
|
|
291
|
+
): void;
|
|
292
|
+
|
|
293
|
+
describeAccountPreferences(
|
|
294
|
+
args: DescribeAccountPreferencesCommandInput,
|
|
295
|
+
options?: __HttpHandlerOptions
|
|
296
|
+
): Promise<DescribeAccountPreferencesCommandOutput>;
|
|
297
|
+
describeAccountPreferences(
|
|
298
|
+
args: DescribeAccountPreferencesCommandInput,
|
|
299
|
+
cb: (err: any, data?: DescribeAccountPreferencesCommandOutput) => void
|
|
300
|
+
): void;
|
|
301
|
+
describeAccountPreferences(
|
|
302
|
+
args: DescribeAccountPreferencesCommandInput,
|
|
303
|
+
options: __HttpHandlerOptions,
|
|
304
|
+
cb: (err: any, data?: DescribeAccountPreferencesCommandOutput) => void
|
|
305
|
+
): void;
|
|
306
|
+
|
|
307
|
+
describeBackupPolicy(
|
|
308
|
+
args: DescribeBackupPolicyCommandInput,
|
|
309
|
+
options?: __HttpHandlerOptions
|
|
310
|
+
): Promise<DescribeBackupPolicyCommandOutput>;
|
|
311
|
+
describeBackupPolicy(
|
|
312
|
+
args: DescribeBackupPolicyCommandInput,
|
|
313
|
+
cb: (err: any, data?: DescribeBackupPolicyCommandOutput) => void
|
|
314
|
+
): void;
|
|
315
|
+
describeBackupPolicy(
|
|
316
|
+
args: DescribeBackupPolicyCommandInput,
|
|
317
|
+
options: __HttpHandlerOptions,
|
|
318
|
+
cb: (err: any, data?: DescribeBackupPolicyCommandOutput) => void
|
|
319
|
+
): void;
|
|
320
|
+
|
|
321
|
+
describeFileSystemPolicy(
|
|
322
|
+
args: DescribeFileSystemPolicyCommandInput,
|
|
323
|
+
options?: __HttpHandlerOptions
|
|
324
|
+
): Promise<DescribeFileSystemPolicyCommandOutput>;
|
|
325
|
+
describeFileSystemPolicy(
|
|
326
|
+
args: DescribeFileSystemPolicyCommandInput,
|
|
327
|
+
cb: (err: any, data?: DescribeFileSystemPolicyCommandOutput) => void
|
|
328
|
+
): void;
|
|
329
|
+
describeFileSystemPolicy(
|
|
330
|
+
args: DescribeFileSystemPolicyCommandInput,
|
|
331
|
+
options: __HttpHandlerOptions,
|
|
332
|
+
cb: (err: any, data?: DescribeFileSystemPolicyCommandOutput) => void
|
|
333
|
+
): void;
|
|
334
|
+
|
|
335
|
+
describeFileSystems(
|
|
336
|
+
args: DescribeFileSystemsCommandInput,
|
|
337
|
+
options?: __HttpHandlerOptions
|
|
338
|
+
): Promise<DescribeFileSystemsCommandOutput>;
|
|
339
|
+
describeFileSystems(
|
|
340
|
+
args: DescribeFileSystemsCommandInput,
|
|
341
|
+
cb: (err: any, data?: DescribeFileSystemsCommandOutput) => void
|
|
342
|
+
): void;
|
|
343
|
+
describeFileSystems(
|
|
344
|
+
args: DescribeFileSystemsCommandInput,
|
|
345
|
+
options: __HttpHandlerOptions,
|
|
346
|
+
cb: (err: any, data?: DescribeFileSystemsCommandOutput) => void
|
|
347
|
+
): void;
|
|
348
|
+
|
|
349
|
+
describeLifecycleConfiguration(
|
|
350
|
+
args: DescribeLifecycleConfigurationCommandInput,
|
|
351
|
+
options?: __HttpHandlerOptions
|
|
352
|
+
): Promise<DescribeLifecycleConfigurationCommandOutput>;
|
|
353
|
+
describeLifecycleConfiguration(
|
|
354
|
+
args: DescribeLifecycleConfigurationCommandInput,
|
|
355
|
+
cb: (err: any, data?: DescribeLifecycleConfigurationCommandOutput) => void
|
|
356
|
+
): void;
|
|
357
|
+
describeLifecycleConfiguration(
|
|
358
|
+
args: DescribeLifecycleConfigurationCommandInput,
|
|
359
|
+
options: __HttpHandlerOptions,
|
|
360
|
+
cb: (err: any, data?: DescribeLifecycleConfigurationCommandOutput) => void
|
|
361
|
+
): void;
|
|
362
|
+
|
|
363
|
+
describeMountTargets(
|
|
364
|
+
args: DescribeMountTargetsCommandInput,
|
|
365
|
+
options?: __HttpHandlerOptions
|
|
366
|
+
): Promise<DescribeMountTargetsCommandOutput>;
|
|
367
|
+
describeMountTargets(
|
|
368
|
+
args: DescribeMountTargetsCommandInput,
|
|
369
|
+
cb: (err: any, data?: DescribeMountTargetsCommandOutput) => void
|
|
370
|
+
): void;
|
|
371
|
+
describeMountTargets(
|
|
372
|
+
args: DescribeMountTargetsCommandInput,
|
|
373
|
+
options: __HttpHandlerOptions,
|
|
374
|
+
cb: (err: any, data?: DescribeMountTargetsCommandOutput) => void
|
|
375
|
+
): void;
|
|
376
|
+
|
|
377
|
+
describeMountTargetSecurityGroups(
|
|
378
|
+
args: DescribeMountTargetSecurityGroupsCommandInput,
|
|
379
|
+
options?: __HttpHandlerOptions
|
|
380
|
+
): Promise<DescribeMountTargetSecurityGroupsCommandOutput>;
|
|
381
|
+
describeMountTargetSecurityGroups(
|
|
382
|
+
args: DescribeMountTargetSecurityGroupsCommandInput,
|
|
383
|
+
cb: (
|
|
384
|
+
err: any,
|
|
385
|
+
data?: DescribeMountTargetSecurityGroupsCommandOutput
|
|
386
|
+
) => void
|
|
387
|
+
): void;
|
|
388
|
+
describeMountTargetSecurityGroups(
|
|
389
|
+
args: DescribeMountTargetSecurityGroupsCommandInput,
|
|
390
|
+
options: __HttpHandlerOptions,
|
|
391
|
+
cb: (
|
|
392
|
+
err: any,
|
|
393
|
+
data?: DescribeMountTargetSecurityGroupsCommandOutput
|
|
394
|
+
) => void
|
|
395
|
+
): void;
|
|
396
|
+
|
|
397
|
+
describeReplicationConfigurations(
|
|
398
|
+
args: DescribeReplicationConfigurationsCommandInput,
|
|
399
|
+
options?: __HttpHandlerOptions
|
|
400
|
+
): Promise<DescribeReplicationConfigurationsCommandOutput>;
|
|
401
|
+
describeReplicationConfigurations(
|
|
402
|
+
args: DescribeReplicationConfigurationsCommandInput,
|
|
403
|
+
cb: (
|
|
404
|
+
err: any,
|
|
405
|
+
data?: DescribeReplicationConfigurationsCommandOutput
|
|
406
|
+
) => void
|
|
407
|
+
): void;
|
|
408
|
+
describeReplicationConfigurations(
|
|
409
|
+
args: DescribeReplicationConfigurationsCommandInput,
|
|
410
|
+
options: __HttpHandlerOptions,
|
|
411
|
+
cb: (
|
|
412
|
+
err: any,
|
|
413
|
+
data?: DescribeReplicationConfigurationsCommandOutput
|
|
414
|
+
) => void
|
|
415
|
+
): void;
|
|
416
|
+
|
|
417
|
+
describeTags(
|
|
418
|
+
args: DescribeTagsCommandInput,
|
|
419
|
+
options?: __HttpHandlerOptions
|
|
420
|
+
): Promise<DescribeTagsCommandOutput>;
|
|
421
|
+
describeTags(
|
|
422
|
+
args: DescribeTagsCommandInput,
|
|
423
|
+
cb: (err: any, data?: DescribeTagsCommandOutput) => void
|
|
424
|
+
): void;
|
|
425
|
+
describeTags(
|
|
426
|
+
args: DescribeTagsCommandInput,
|
|
427
|
+
options: __HttpHandlerOptions,
|
|
428
|
+
cb: (err: any, data?: DescribeTagsCommandOutput) => void
|
|
429
|
+
): void;
|
|
430
|
+
|
|
431
|
+
listTagsForResource(
|
|
432
|
+
args: ListTagsForResourceCommandInput,
|
|
433
|
+
options?: __HttpHandlerOptions
|
|
434
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
435
|
+
listTagsForResource(
|
|
436
|
+
args: ListTagsForResourceCommandInput,
|
|
437
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
438
|
+
): void;
|
|
439
|
+
listTagsForResource(
|
|
440
|
+
args: ListTagsForResourceCommandInput,
|
|
441
|
+
options: __HttpHandlerOptions,
|
|
442
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
443
|
+
): void;
|
|
444
|
+
|
|
445
|
+
modifyMountTargetSecurityGroups(
|
|
446
|
+
args: ModifyMountTargetSecurityGroupsCommandInput,
|
|
447
|
+
options?: __HttpHandlerOptions
|
|
448
|
+
): Promise<ModifyMountTargetSecurityGroupsCommandOutput>;
|
|
449
|
+
modifyMountTargetSecurityGroups(
|
|
450
|
+
args: ModifyMountTargetSecurityGroupsCommandInput,
|
|
451
|
+
cb: (err: any, data?: ModifyMountTargetSecurityGroupsCommandOutput) => void
|
|
452
|
+
): void;
|
|
453
|
+
modifyMountTargetSecurityGroups(
|
|
454
|
+
args: ModifyMountTargetSecurityGroupsCommandInput,
|
|
455
|
+
options: __HttpHandlerOptions,
|
|
456
|
+
cb: (err: any, data?: ModifyMountTargetSecurityGroupsCommandOutput) => void
|
|
457
|
+
): void;
|
|
458
|
+
|
|
459
|
+
putAccountPreferences(
|
|
460
|
+
args: PutAccountPreferencesCommandInput,
|
|
461
|
+
options?: __HttpHandlerOptions
|
|
462
|
+
): Promise<PutAccountPreferencesCommandOutput>;
|
|
463
|
+
putAccountPreferences(
|
|
464
|
+
args: PutAccountPreferencesCommandInput,
|
|
465
|
+
cb: (err: any, data?: PutAccountPreferencesCommandOutput) => void
|
|
466
|
+
): void;
|
|
467
|
+
putAccountPreferences(
|
|
468
|
+
args: PutAccountPreferencesCommandInput,
|
|
469
|
+
options: __HttpHandlerOptions,
|
|
470
|
+
cb: (err: any, data?: PutAccountPreferencesCommandOutput) => void
|
|
471
|
+
): void;
|
|
472
|
+
|
|
473
|
+
putBackupPolicy(
|
|
474
|
+
args: PutBackupPolicyCommandInput,
|
|
475
|
+
options?: __HttpHandlerOptions
|
|
476
|
+
): Promise<PutBackupPolicyCommandOutput>;
|
|
477
|
+
putBackupPolicy(
|
|
478
|
+
args: PutBackupPolicyCommandInput,
|
|
479
|
+
cb: (err: any, data?: PutBackupPolicyCommandOutput) => void
|
|
480
|
+
): void;
|
|
481
|
+
putBackupPolicy(
|
|
482
|
+
args: PutBackupPolicyCommandInput,
|
|
483
|
+
options: __HttpHandlerOptions,
|
|
484
|
+
cb: (err: any, data?: PutBackupPolicyCommandOutput) => void
|
|
485
|
+
): void;
|
|
486
|
+
|
|
487
|
+
putFileSystemPolicy(
|
|
488
|
+
args: PutFileSystemPolicyCommandInput,
|
|
489
|
+
options?: __HttpHandlerOptions
|
|
490
|
+
): Promise<PutFileSystemPolicyCommandOutput>;
|
|
491
|
+
putFileSystemPolicy(
|
|
492
|
+
args: PutFileSystemPolicyCommandInput,
|
|
493
|
+
cb: (err: any, data?: PutFileSystemPolicyCommandOutput) => void
|
|
494
|
+
): void;
|
|
495
|
+
putFileSystemPolicy(
|
|
496
|
+
args: PutFileSystemPolicyCommandInput,
|
|
497
|
+
options: __HttpHandlerOptions,
|
|
498
|
+
cb: (err: any, data?: PutFileSystemPolicyCommandOutput) => void
|
|
499
|
+
): void;
|
|
500
|
+
|
|
501
|
+
putLifecycleConfiguration(
|
|
502
|
+
args: PutLifecycleConfigurationCommandInput,
|
|
503
|
+
options?: __HttpHandlerOptions
|
|
504
|
+
): Promise<PutLifecycleConfigurationCommandOutput>;
|
|
505
|
+
putLifecycleConfiguration(
|
|
506
|
+
args: PutLifecycleConfigurationCommandInput,
|
|
507
|
+
cb: (err: any, data?: PutLifecycleConfigurationCommandOutput) => void
|
|
508
|
+
): void;
|
|
509
|
+
putLifecycleConfiguration(
|
|
510
|
+
args: PutLifecycleConfigurationCommandInput,
|
|
511
|
+
options: __HttpHandlerOptions,
|
|
512
|
+
cb: (err: any, data?: PutLifecycleConfigurationCommandOutput) => void
|
|
513
|
+
): void;
|
|
514
|
+
|
|
515
|
+
tagResource(
|
|
516
|
+
args: TagResourceCommandInput,
|
|
517
|
+
options?: __HttpHandlerOptions
|
|
518
|
+
): Promise<TagResourceCommandOutput>;
|
|
519
|
+
tagResource(
|
|
520
|
+
args: TagResourceCommandInput,
|
|
521
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
522
|
+
): void;
|
|
523
|
+
tagResource(
|
|
524
|
+
args: TagResourceCommandInput,
|
|
525
|
+
options: __HttpHandlerOptions,
|
|
526
|
+
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
527
|
+
): void;
|
|
528
|
+
|
|
529
|
+
untagResource(
|
|
530
|
+
args: UntagResourceCommandInput,
|
|
531
|
+
options?: __HttpHandlerOptions
|
|
532
|
+
): Promise<UntagResourceCommandOutput>;
|
|
533
|
+
untagResource(
|
|
534
|
+
args: UntagResourceCommandInput,
|
|
535
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
536
|
+
): void;
|
|
537
|
+
untagResource(
|
|
538
|
+
args: UntagResourceCommandInput,
|
|
539
|
+
options: __HttpHandlerOptions,
|
|
540
|
+
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
541
|
+
): void;
|
|
542
|
+
|
|
543
|
+
updateFileSystem(
|
|
544
|
+
args: UpdateFileSystemCommandInput,
|
|
545
|
+
options?: __HttpHandlerOptions
|
|
546
|
+
): Promise<UpdateFileSystemCommandOutput>;
|
|
547
|
+
updateFileSystem(
|
|
548
|
+
args: UpdateFileSystemCommandInput,
|
|
549
|
+
cb: (err: any, data?: UpdateFileSystemCommandOutput) => void
|
|
550
|
+
): void;
|
|
551
|
+
updateFileSystem(
|
|
552
|
+
args: UpdateFileSystemCommandInput,
|
|
553
|
+
options: __HttpHandlerOptions,
|
|
554
|
+
cb: (err: any, data?: UpdateFileSystemCommandOutput) => void
|
|
555
|
+
): void;
|
|
556
|
+
}
|