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