@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,155 +1,556 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CreateAccessPointCommandInput, CreateAccessPointCommandOutput } from "./commands/CreateAccessPointCommand";
3
- import { CreateFileSystemCommandInput, CreateFileSystemCommandOutput } from "./commands/CreateFileSystemCommand";
4
- import { CreateMountTargetCommandInput, CreateMountTargetCommandOutput } from "./commands/CreateMountTargetCommand";
5
- import { CreateReplicationConfigurationCommandInput, CreateReplicationConfigurationCommandOutput } from "./commands/CreateReplicationConfigurationCommand";
6
- import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
7
- import { DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput } from "./commands/DeleteAccessPointCommand";
8
- import { DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput } from "./commands/DeleteFileSystemCommand";
9
- import { DeleteFileSystemPolicyCommandInput, DeleteFileSystemPolicyCommandOutput } from "./commands/DeleteFileSystemPolicyCommand";
10
- import { DeleteMountTargetCommandInput, DeleteMountTargetCommandOutput } from "./commands/DeleteMountTargetCommand";
11
- import { DeleteReplicationConfigurationCommandInput, DeleteReplicationConfigurationCommandOutput } from "./commands/DeleteReplicationConfigurationCommand";
12
- import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
13
- import { DescribeAccessPointsCommandInput, DescribeAccessPointsCommandOutput } from "./commands/DescribeAccessPointsCommand";
14
- import { DescribeAccountPreferencesCommandInput, DescribeAccountPreferencesCommandOutput } from "./commands/DescribeAccountPreferencesCommand";
15
- import { DescribeBackupPolicyCommandInput, DescribeBackupPolicyCommandOutput } from "./commands/DescribeBackupPolicyCommand";
16
- import { DescribeFileSystemPolicyCommandInput, DescribeFileSystemPolicyCommandOutput } from "./commands/DescribeFileSystemPolicyCommand";
17
- import { DescribeFileSystemsCommandInput, DescribeFileSystemsCommandOutput } from "./commands/DescribeFileSystemsCommand";
18
- import { DescribeLifecycleConfigurationCommandInput, DescribeLifecycleConfigurationCommandOutput } from "./commands/DescribeLifecycleConfigurationCommand";
19
- import { DescribeMountTargetsCommandInput, DescribeMountTargetsCommandOutput } from "./commands/DescribeMountTargetsCommand";
20
- import { DescribeMountTargetSecurityGroupsCommandInput, DescribeMountTargetSecurityGroupsCommandOutput } from "./commands/DescribeMountTargetSecurityGroupsCommand";
21
- import { DescribeReplicationConfigurationsCommandInput, DescribeReplicationConfigurationsCommandOutput } from "./commands/DescribeReplicationConfigurationsCommand";
22
- import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
23
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
24
- import { ModifyMountTargetSecurityGroupsCommandInput, ModifyMountTargetSecurityGroupsCommandOutput } from "./commands/ModifyMountTargetSecurityGroupsCommand";
25
- import { PutAccountPreferencesCommandInput, PutAccountPreferencesCommandOutput } from "./commands/PutAccountPreferencesCommand";
26
- import { PutBackupPolicyCommandInput, PutBackupPolicyCommandOutput } from "./commands/PutBackupPolicyCommand";
27
- import { PutFileSystemPolicyCommandInput, PutFileSystemPolicyCommandOutput } from "./commands/PutFileSystemPolicyCommand";
28
- import { PutLifecycleConfigurationCommandInput, PutLifecycleConfigurationCommandOutput } from "./commands/PutLifecycleConfigurationCommand";
29
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
30
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
31
- import { UpdateFileSystemCommandInput, UpdateFileSystemCommandOutput } from "./commands/UpdateFileSystemCommand";
32
- import { EFSClient } from "./EFSClient";
33
-
34
- export declare class EFS extends EFSClient {
35
-
36
- createAccessPoint(args: CreateAccessPointCommandInput, options?: __HttpHandlerOptions): Promise<CreateAccessPointCommandOutput>;
37
- createAccessPoint(args: CreateAccessPointCommandInput, cb: (err: any, data?: CreateAccessPointCommandOutput) => void): void;
38
- createAccessPoint(args: CreateAccessPointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccessPointCommandOutput) => void): void;
39
-
40
- createFileSystem(args: CreateFileSystemCommandInput, options?: __HttpHandlerOptions): Promise<CreateFileSystemCommandOutput>;
41
- createFileSystem(args: CreateFileSystemCommandInput, cb: (err: any, data?: CreateFileSystemCommandOutput) => void): void;
42
- createFileSystem(args: CreateFileSystemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFileSystemCommandOutput) => void): void;
43
-
44
- createMountTarget(args: CreateMountTargetCommandInput, options?: __HttpHandlerOptions): Promise<CreateMountTargetCommandOutput>;
45
- createMountTarget(args: CreateMountTargetCommandInput, cb: (err: any, data?: CreateMountTargetCommandOutput) => void): void;
46
- createMountTarget(args: CreateMountTargetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMountTargetCommandOutput) => void): void;
47
-
48
- createReplicationConfiguration(args: CreateReplicationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateReplicationConfigurationCommandOutput>;
49
- createReplicationConfiguration(args: CreateReplicationConfigurationCommandInput, cb: (err: any, data?: CreateReplicationConfigurationCommandOutput) => void): void;
50
- createReplicationConfiguration(args: CreateReplicationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateReplicationConfigurationCommandOutput) => void): void;
51
-
52
- createTags(args: CreateTagsCommandInput, options?: __HttpHandlerOptions): Promise<CreateTagsCommandOutput>;
53
- createTags(args: CreateTagsCommandInput, cb: (err: any, data?: CreateTagsCommandOutput) => void): void;
54
- createTags(args: CreateTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTagsCommandOutput) => void): void;
55
-
56
- deleteAccessPoint(args: DeleteAccessPointCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccessPointCommandOutput>;
57
- deleteAccessPoint(args: DeleteAccessPointCommandInput, cb: (err: any, data?: DeleteAccessPointCommandOutput) => void): void;
58
- deleteAccessPoint(args: DeleteAccessPointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccessPointCommandOutput) => void): void;
59
-
60
- deleteFileSystem(args: DeleteFileSystemCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFileSystemCommandOutput>;
61
- deleteFileSystem(args: DeleteFileSystemCommandInput, cb: (err: any, data?: DeleteFileSystemCommandOutput) => void): void;
62
- deleteFileSystem(args: DeleteFileSystemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFileSystemCommandOutput) => void): void;
63
-
64
- deleteFileSystemPolicy(args: DeleteFileSystemPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFileSystemPolicyCommandOutput>;
65
- deleteFileSystemPolicy(args: DeleteFileSystemPolicyCommandInput, cb: (err: any, data?: DeleteFileSystemPolicyCommandOutput) => void): void;
66
- deleteFileSystemPolicy(args: DeleteFileSystemPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFileSystemPolicyCommandOutput) => void): void;
67
-
68
- deleteMountTarget(args: DeleteMountTargetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMountTargetCommandOutput>;
69
- deleteMountTarget(args: DeleteMountTargetCommandInput, cb: (err: any, data?: DeleteMountTargetCommandOutput) => void): void;
70
- deleteMountTarget(args: DeleteMountTargetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMountTargetCommandOutput) => void): void;
71
-
72
- deleteReplicationConfiguration(args: DeleteReplicationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteReplicationConfigurationCommandOutput>;
73
- deleteReplicationConfiguration(args: DeleteReplicationConfigurationCommandInput, cb: (err: any, data?: DeleteReplicationConfigurationCommandOutput) => void): void;
74
- deleteReplicationConfiguration(args: DeleteReplicationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReplicationConfigurationCommandOutput) => void): void;
75
-
76
- deleteTags(args: DeleteTagsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTagsCommandOutput>;
77
- deleteTags(args: DeleteTagsCommandInput, cb: (err: any, data?: DeleteTagsCommandOutput) => void): void;
78
- deleteTags(args: DeleteTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTagsCommandOutput) => void): void;
79
-
80
- describeAccessPoints(args: DescribeAccessPointsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccessPointsCommandOutput>;
81
- describeAccessPoints(args: DescribeAccessPointsCommandInput, cb: (err: any, data?: DescribeAccessPointsCommandOutput) => void): void;
82
- describeAccessPoints(args: DescribeAccessPointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccessPointsCommandOutput) => void): void;
83
-
84
- describeAccountPreferences(args: DescribeAccountPreferencesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAccountPreferencesCommandOutput>;
85
- describeAccountPreferences(args: DescribeAccountPreferencesCommandInput, cb: (err: any, data?: DescribeAccountPreferencesCommandOutput) => void): void;
86
- describeAccountPreferences(args: DescribeAccountPreferencesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountPreferencesCommandOutput) => void): void;
87
-
88
- describeBackupPolicy(args: DescribeBackupPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBackupPolicyCommandOutput>;
89
- describeBackupPolicy(args: DescribeBackupPolicyCommandInput, cb: (err: any, data?: DescribeBackupPolicyCommandOutput) => void): void;
90
- describeBackupPolicy(args: DescribeBackupPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBackupPolicyCommandOutput) => void): void;
91
-
92
- describeFileSystemPolicy(args: DescribeFileSystemPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFileSystemPolicyCommandOutput>;
93
- describeFileSystemPolicy(args: DescribeFileSystemPolicyCommandInput, cb: (err: any, data?: DescribeFileSystemPolicyCommandOutput) => void): void;
94
- describeFileSystemPolicy(args: DescribeFileSystemPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFileSystemPolicyCommandOutput) => void): void;
95
-
96
- describeFileSystems(args: DescribeFileSystemsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFileSystemsCommandOutput>;
97
- describeFileSystems(args: DescribeFileSystemsCommandInput, cb: (err: any, data?: DescribeFileSystemsCommandOutput) => void): void;
98
- describeFileSystems(args: DescribeFileSystemsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFileSystemsCommandOutput) => void): void;
99
-
100
- describeLifecycleConfiguration(args: DescribeLifecycleConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLifecycleConfigurationCommandOutput>;
101
- describeLifecycleConfiguration(args: DescribeLifecycleConfigurationCommandInput, cb: (err: any, data?: DescribeLifecycleConfigurationCommandOutput) => void): void;
102
- describeLifecycleConfiguration(args: DescribeLifecycleConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLifecycleConfigurationCommandOutput) => void): void;
103
-
104
- describeMountTargets(args: DescribeMountTargetsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMountTargetsCommandOutput>;
105
- describeMountTargets(args: DescribeMountTargetsCommandInput, cb: (err: any, data?: DescribeMountTargetsCommandOutput) => void): void;
106
- describeMountTargets(args: DescribeMountTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMountTargetsCommandOutput) => void): void;
107
-
108
- describeMountTargetSecurityGroups(args: DescribeMountTargetSecurityGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMountTargetSecurityGroupsCommandOutput>;
109
- describeMountTargetSecurityGroups(args: DescribeMountTargetSecurityGroupsCommandInput, cb: (err: any, data?: DescribeMountTargetSecurityGroupsCommandOutput) => void): void;
110
- describeMountTargetSecurityGroups(args: DescribeMountTargetSecurityGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMountTargetSecurityGroupsCommandOutput) => void): void;
111
-
112
- describeReplicationConfigurations(args: DescribeReplicationConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReplicationConfigurationsCommandOutput>;
113
- describeReplicationConfigurations(args: DescribeReplicationConfigurationsCommandInput, cb: (err: any, data?: DescribeReplicationConfigurationsCommandOutput) => void): void;
114
- describeReplicationConfigurations(args: DescribeReplicationConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReplicationConfigurationsCommandOutput) => void): void;
115
-
116
- describeTags(args: DescribeTagsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTagsCommandOutput>;
117
- describeTags(args: DescribeTagsCommandInput, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
118
- describeTags(args: DescribeTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
119
-
120
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
121
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
122
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
123
-
124
- modifyMountTargetSecurityGroups(args: ModifyMountTargetSecurityGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ModifyMountTargetSecurityGroupsCommandOutput>;
125
- modifyMountTargetSecurityGroups(args: ModifyMountTargetSecurityGroupsCommandInput, cb: (err: any, data?: ModifyMountTargetSecurityGroupsCommandOutput) => void): void;
126
- modifyMountTargetSecurityGroups(args: ModifyMountTargetSecurityGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyMountTargetSecurityGroupsCommandOutput) => void): void;
127
-
128
- putAccountPreferences(args: PutAccountPreferencesCommandInput, options?: __HttpHandlerOptions): Promise<PutAccountPreferencesCommandOutput>;
129
- putAccountPreferences(args: PutAccountPreferencesCommandInput, cb: (err: any, data?: PutAccountPreferencesCommandOutput) => void): void;
130
- putAccountPreferences(args: PutAccountPreferencesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutAccountPreferencesCommandOutput) => void): void;
131
-
132
- putBackupPolicy(args: PutBackupPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutBackupPolicyCommandOutput>;
133
- putBackupPolicy(args: PutBackupPolicyCommandInput, cb: (err: any, data?: PutBackupPolicyCommandOutput) => void): void;
134
- putBackupPolicy(args: PutBackupPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutBackupPolicyCommandOutput) => void): void;
135
-
136
- putFileSystemPolicy(args: PutFileSystemPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutFileSystemPolicyCommandOutput>;
137
- putFileSystemPolicy(args: PutFileSystemPolicyCommandInput, cb: (err: any, data?: PutFileSystemPolicyCommandOutput) => void): void;
138
- putFileSystemPolicy(args: PutFileSystemPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutFileSystemPolicyCommandOutput) => void): void;
139
-
140
- putLifecycleConfiguration(args: PutLifecycleConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutLifecycleConfigurationCommandOutput>;
141
- putLifecycleConfiguration(args: PutLifecycleConfigurationCommandInput, cb: (err: any, data?: PutLifecycleConfigurationCommandOutput) => void): void;
142
- putLifecycleConfiguration(args: PutLifecycleConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutLifecycleConfigurationCommandOutput) => void): void;
143
-
144
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
145
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
146
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
147
-
148
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
149
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
150
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
151
-
152
- updateFileSystem(args: UpdateFileSystemCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFileSystemCommandOutput>;
153
- updateFileSystem(args: UpdateFileSystemCommandInput, cb: (err: any, data?: UpdateFileSystemCommandOutput) => void): void;
154
- updateFileSystem(args: UpdateFileSystemCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFileSystemCommandOutput) => void): void;
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
+ }