@aws-sdk/client-s3files 3.1077.0 → 3.1079.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 (71) hide show
  1. package/dist-cjs/index.js +29 -213
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateAccessPointCommand.js +2 -14
  4. package/dist-es/commands/CreateFileSystemCommand.js +2 -14
  5. package/dist-es/commands/CreateMountTargetCommand.js +2 -14
  6. package/dist-es/commands/DeleteAccessPointCommand.js +2 -14
  7. package/dist-es/commands/DeleteFileSystemCommand.js +2 -14
  8. package/dist-es/commands/DeleteFileSystemPolicyCommand.js +2 -14
  9. package/dist-es/commands/DeleteMountTargetCommand.js +2 -14
  10. package/dist-es/commands/GetAccessPointCommand.js +2 -14
  11. package/dist-es/commands/GetFileSystemCommand.js +2 -14
  12. package/dist-es/commands/GetFileSystemPolicyCommand.js +2 -14
  13. package/dist-es/commands/GetMountTargetCommand.js +2 -14
  14. package/dist-es/commands/GetSynchronizationConfigurationCommand.js +2 -14
  15. package/dist-es/commands/ListAccessPointsCommand.js +2 -14
  16. package/dist-es/commands/ListFileSystemsCommand.js +2 -14
  17. package/dist-es/commands/ListMountTargetsCommand.js +2 -14
  18. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  19. package/dist-es/commands/PutFileSystemPolicyCommand.js +2 -14
  20. package/dist-es/commands/PutSynchronizationConfigurationCommand.js +2 -14
  21. package/dist-es/commands/TagResourceCommand.js +2 -14
  22. package/dist-es/commands/UntagResourceCommand.js +2 -14
  23. package/dist-es/commands/UpdateMountTargetCommand.js +2 -14
  24. package/dist-es/index.js +1 -0
  25. package/dist-types/commandBuilder.d.ts +18 -0
  26. package/dist-types/commands/CreateAccessPointCommand.d.ts +3 -8
  27. package/dist-types/commands/CreateFileSystemCommand.d.ts +3 -8
  28. package/dist-types/commands/CreateMountTargetCommand.d.ts +3 -8
  29. package/dist-types/commands/DeleteAccessPointCommand.d.ts +3 -8
  30. package/dist-types/commands/DeleteFileSystemCommand.d.ts +3 -8
  31. package/dist-types/commands/DeleteFileSystemPolicyCommand.d.ts +3 -8
  32. package/dist-types/commands/DeleteMountTargetCommand.d.ts +3 -8
  33. package/dist-types/commands/GetAccessPointCommand.d.ts +3 -8
  34. package/dist-types/commands/GetFileSystemCommand.d.ts +3 -8
  35. package/dist-types/commands/GetFileSystemPolicyCommand.d.ts +3 -8
  36. package/dist-types/commands/GetMountTargetCommand.d.ts +3 -8
  37. package/dist-types/commands/GetSynchronizationConfigurationCommand.d.ts +3 -8
  38. package/dist-types/commands/ListAccessPointsCommand.d.ts +3 -8
  39. package/dist-types/commands/ListFileSystemsCommand.d.ts +3 -8
  40. package/dist-types/commands/ListMountTargetsCommand.d.ts +3 -8
  41. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  42. package/dist-types/commands/PutFileSystemPolicyCommand.d.ts +3 -8
  43. package/dist-types/commands/PutSynchronizationConfigurationCommand.d.ts +3 -8
  44. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  45. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  46. package/dist-types/commands/UpdateMountTargetCommand.d.ts +3 -8
  47. package/dist-types/index.d.ts +1 -0
  48. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  49. package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +7 -16
  50. package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +7 -16
  51. package/dist-types/ts3.4/commands/CreateMountTargetCommand.d.ts +7 -16
  52. package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +7 -16
  53. package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/DeleteFileSystemPolicyCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/commands/DeleteMountTargetCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/GetAccessPointCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/GetFileSystemCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/GetFileSystemPolicyCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/GetMountTargetCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/GetSynchronizationConfigurationCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/ListAccessPointsCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/ListFileSystemsCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/ListMountTargetsCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/PutFileSystemPolicyCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/PutSynchronizationConfigurationCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/UpdateMountTargetCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/index.d.ts +1 -0
  71. package/package.json +8 -8
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutSynchronizationConfiguration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutSynchronizationConfigurationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3Files", "PutSynchronizationConfiguration", {})
13
- .n("S3FilesClient", "PutSynchronizationConfigurationCommand")
14
- .sc(PutSynchronizationConfiguration$)
15
- .build() {
3
+ export class PutSynchronizationConfigurationCommand extends command(_ep0, _mw0, "PutSynchronizationConfiguration", PutSynchronizationConfiguration$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3Files", "TagResource", {})
13
- .n("S3FilesClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3Files", "UntagResource", {})
13
- .n("S3FilesClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UpdateMountTarget$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UpdateMountTargetCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("S3Files", "UpdateMountTarget", {})
13
- .n("S3FilesClient", "UpdateMountTargetCommand")
14
- .sc(UpdateMountTarget$)
15
- .build() {
3
+ export class UpdateMountTargetCommand extends command(_ep0, _mw0, "UpdateMountTarget", UpdateMountTarget$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./S3FilesClient";
2
2
  export * from "./S3Files";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./S3FilesClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateAccessPointRequest, CreateAccessPointResponse } from "../models/models_0";
4
- import type { S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3FilesClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateAccessPointCommandInput extends CreateAccessPointRequest
22
19
  export interface CreateAccessPointCommandOutput extends CreateAccessPointResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateAccessPointCommand_base: {
25
- new (input: CreateAccessPointCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessPointCommandInput, CreateAccessPointCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateAccessPointCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessPointCommandInput, CreateAccessPointCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateAccessPointCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessPointCommandInput, CreateAccessPointCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateAccessPointCommandInput): import("@smithy/core/client").CommandImpl<CreateAccessPointCommandInput, CreateAccessPointCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an S3 File System Access Point for application-specific access with POSIX user identity and root directory enforcement. Access points provide a way to manage access to shared datasets in multi-tenant scenarios.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateFileSystemRequest, CreateFileSystemResponse } from "../models/models_0";
4
- import type { S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3FilesClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateFileSystemCommandInput extends CreateFileSystemRequest {
22
19
  export interface CreateFileSystemCommandOutput extends CreateFileSystemResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateFileSystemCommand_base: {
25
- new (input: CreateFileSystemCommandInput): import("@smithy/core/client").CommandImpl<CreateFileSystemCommandInput, CreateFileSystemCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateFileSystemCommandInput): import("@smithy/core/client").CommandImpl<CreateFileSystemCommandInput, CreateFileSystemCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateFileSystemCommandInput): import("@smithy/core/client").CommandImpl<CreateFileSystemCommandInput, CreateFileSystemCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateFileSystemCommandInput): import("@smithy/core/client").CommandImpl<CreateFileSystemCommandInput, CreateFileSystemCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates an S3 File System resource scoped to a bucket or prefix within a bucket, enabling file system access to S3 data. To create a file system, you need an S3 bucket and an IAM role that grants the service permission to access the bucket.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { CreateMountTargetRequest, CreateMountTargetResponse } from "../models/models_0";
4
- import type { S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3FilesClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateMountTargetCommandInput extends CreateMountTargetRequest
22
19
  export interface CreateMountTargetCommandOutput extends CreateMountTargetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateMountTargetCommand_base: {
25
- new (input: CreateMountTargetCommandInput): import("@smithy/core/client").CommandImpl<CreateMountTargetCommandInput, CreateMountTargetCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateMountTargetCommandInput): import("@smithy/core/client").CommandImpl<CreateMountTargetCommandInput, CreateMountTargetCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateMountTargetCommandInput): import("@smithy/core/client").CommandImpl<CreateMountTargetCommandInput, CreateMountTargetCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateMountTargetCommandInput): import("@smithy/core/client").CommandImpl<CreateMountTargetCommandInput, CreateMountTargetCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a mount target resource as an endpoint for mounting the S3 File System from compute resources in a specific Availability Zone and VPC. Mount targets provide network access to the file system.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteAccessPointRequest } from "../models/models_0";
4
- import type { S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3FilesClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteAccessPointCommandInput extends DeleteAccessPointRequest
22
19
  export interface DeleteAccessPointCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteAccessPointCommand_base: {
25
- new (input: DeleteAccessPointCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAccessPointCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteAccessPointCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteAccessPointCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an S3 File System Access Point. This operation is irreversible.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteFileSystemRequest } from "../models/models_0";
4
- import type { S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3FilesClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteFileSystemCommandInput extends DeleteFileSystemRequest {
22
19
  export interface DeleteFileSystemCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteFileSystemCommand_base: {
25
- new (input: DeleteFileSystemCommandInput): import("@smithy/core/client").CommandImpl<DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteFileSystemCommandInput): import("@smithy/core/client").CommandImpl<DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteFileSystemCommandInput): import("@smithy/core/client").CommandImpl<DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteFileSystemCommandInput): import("@smithy/core/client").CommandImpl<DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an S3 File System. You can optionally force deletion of a file system that has pending export data.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteFileSystemPolicyRequest } from "../models/models_0";
4
- import type { S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3FilesClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteFileSystemPolicyCommandInput extends DeleteFileSystemPoli
22
19
  export interface DeleteFileSystemPolicyCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteFileSystemPolicyCommand_base: {
25
- new (input: DeleteFileSystemPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteFileSystemPolicyCommandInput, DeleteFileSystemPolicyCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteFileSystemPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteFileSystemPolicyCommandInput, DeleteFileSystemPolicyCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteFileSystemPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteFileSystemPolicyCommandInput, DeleteFileSystemPolicyCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteFileSystemPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteFileSystemPolicyCommandInput, DeleteFileSystemPolicyCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the IAM resource policy of an S3 File System.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { DeleteMountTargetRequest } from "../models/models_0";
4
- import type { S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3FilesClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteMountTargetCommandInput extends DeleteMountTargetRequest
22
19
  export interface DeleteMountTargetCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteMountTargetCommand_base: {
25
- new (input: DeleteMountTargetCommandInput): import("@smithy/core/client").CommandImpl<DeleteMountTargetCommandInput, DeleteMountTargetCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteMountTargetCommandInput): import("@smithy/core/client").CommandImpl<DeleteMountTargetCommandInput, DeleteMountTargetCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteMountTargetCommandInput): import("@smithy/core/client").CommandImpl<DeleteMountTargetCommandInput, DeleteMountTargetCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteMountTargetCommandInput): import("@smithy/core/client").CommandImpl<DeleteMountTargetCommandInput, DeleteMountTargetCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the specified mount target. This operation is irreversible.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetAccessPointRequest, GetAccessPointResponse } from "../models/models_0";
4
- import type { S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3FilesClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetAccessPointCommandInput extends GetAccessPointRequest {
22
19
  export interface GetAccessPointCommandOutput extends GetAccessPointResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetAccessPointCommand_base: {
25
- new (input: GetAccessPointCommandInput): import("@smithy/core/client").CommandImpl<GetAccessPointCommandInput, GetAccessPointCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetAccessPointCommandInput): import("@smithy/core/client").CommandImpl<GetAccessPointCommandInput, GetAccessPointCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetAccessPointCommandInput): import("@smithy/core/client").CommandImpl<GetAccessPointCommandInput, GetAccessPointCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetAccessPointCommandInput): import("@smithy/core/client").CommandImpl<GetAccessPointCommandInput, GetAccessPointCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns resource information for an S3 File System Access Point.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetFileSystemRequest, GetFileSystemResponse } from "../models/models_0";
4
- import type { S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3FilesClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetFileSystemCommandInput extends GetFileSystemRequest {
22
19
  export interface GetFileSystemCommandOutput extends GetFileSystemResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetFileSystemCommand_base: {
25
- new (input: GetFileSystemCommandInput): import("@smithy/core/client").CommandImpl<GetFileSystemCommandInput, GetFileSystemCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetFileSystemCommandInput): import("@smithy/core/client").CommandImpl<GetFileSystemCommandInput, GetFileSystemCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetFileSystemCommandInput): import("@smithy/core/client").CommandImpl<GetFileSystemCommandInput, GetFileSystemCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetFileSystemCommandInput): import("@smithy/core/client").CommandImpl<GetFileSystemCommandInput, GetFileSystemCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns resource information for the specified S3 File System including status, configuration, and metadata.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetFileSystemPolicyRequest, GetFileSystemPolicyResponse } from "../models/models_0";
4
- import type { S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3FilesClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetFileSystemPolicyCommandInput extends GetFileSystemPolicyRequ
22
19
  export interface GetFileSystemPolicyCommandOutput extends GetFileSystemPolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetFileSystemPolicyCommand_base: {
25
- new (input: GetFileSystemPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetFileSystemPolicyCommandInput, GetFileSystemPolicyCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetFileSystemPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetFileSystemPolicyCommandInput, GetFileSystemPolicyCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetFileSystemPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetFileSystemPolicyCommandInput, GetFileSystemPolicyCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetFileSystemPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetFileSystemPolicyCommandInput, GetFileSystemPolicyCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the IAM resource policy of an S3 File System.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetMountTargetRequest, GetMountTargetResponse } from "../models/models_0";
4
- import type { S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3FilesClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetMountTargetCommandInput extends GetMountTargetRequest {
22
19
  export interface GetMountTargetCommandOutput extends GetMountTargetResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetMountTargetCommand_base: {
25
- new (input: GetMountTargetCommandInput): import("@smithy/core/client").CommandImpl<GetMountTargetCommandInput, GetMountTargetCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetMountTargetCommandInput): import("@smithy/core/client").CommandImpl<GetMountTargetCommandInput, GetMountTargetCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetMountTargetCommandInput): import("@smithy/core/client").CommandImpl<GetMountTargetCommandInput, GetMountTargetCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetMountTargetCommandInput): import("@smithy/core/client").CommandImpl<GetMountTargetCommandInput, GetMountTargetCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns detailed resource information for the specified mount target including network configuration.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { GetSynchronizationConfigurationRequest, GetSynchronizationConfigurationResponse } from "../models/models_0";
4
- import type { S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3FilesClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetSynchronizationConfigurationCommandInput extends GetSynchron
22
19
  export interface GetSynchronizationConfigurationCommandOutput extends GetSynchronizationConfigurationResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetSynchronizationConfigurationCommand_base: {
25
- new (input: GetSynchronizationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetSynchronizationConfigurationCommandInput, GetSynchronizationConfigurationCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetSynchronizationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetSynchronizationConfigurationCommandInput, GetSynchronizationConfigurationCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetSynchronizationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetSynchronizationConfigurationCommandInput, GetSynchronizationConfigurationCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetSynchronizationConfigurationCommandInput): import("@smithy/core/client").CommandImpl<GetSynchronizationConfigurationCommandInput, GetSynchronizationConfigurationCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the synchronization configuration for the specified S3 File System, including import data rules and expiration data rules.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListAccessPointsRequest, ListAccessPointsResponse } from "../models/models_0";
4
- import type { S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3FilesClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListAccessPointsCommandInput extends ListAccessPointsRequest {
22
19
  export interface ListAccessPointsCommandOutput extends ListAccessPointsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListAccessPointsCommand_base: {
25
- new (input: ListAccessPointsCommandInput): import("@smithy/core/client").CommandImpl<ListAccessPointsCommandInput, ListAccessPointsCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListAccessPointsCommandInput): import("@smithy/core/client").CommandImpl<ListAccessPointsCommandInput, ListAccessPointsCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListAccessPointsCommandInput): import("@smithy/core/client").CommandImpl<ListAccessPointsCommandInput, ListAccessPointsCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListAccessPointsCommandInput): import("@smithy/core/client").CommandImpl<ListAccessPointsCommandInput, ListAccessPointsCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns resource information for all S3 File System Access Points associated with the specified S3 File System.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListFileSystemsRequest, ListFileSystemsResponse } from "../models/models_0";
4
- import type { S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3FilesClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListFileSystemsCommandInput extends ListFileSystemsRequest {
22
19
  export interface ListFileSystemsCommandOutput extends ListFileSystemsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListFileSystemsCommand_base: {
25
- new (input: ListFileSystemsCommandInput): import("@smithy/core/client").CommandImpl<ListFileSystemsCommandInput, ListFileSystemsCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListFileSystemsCommandInput]): import("@smithy/core/client").CommandImpl<ListFileSystemsCommandInput, ListFileSystemsCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListFileSystemsCommandInput): import("@smithy/core/client").CommandImpl<ListFileSystemsCommandInput, ListFileSystemsCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListFileSystemsCommandInput]): import("@smithy/core/client").CommandImpl<ListFileSystemsCommandInput, ListFileSystemsCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of all S3 File Systems owned by the account with optional filtering by bucket.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListMountTargetsRequest, ListMountTargetsResponse } from "../models/models_0";
4
- import type { S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3FilesClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListMountTargetsCommandInput extends ListMountTargetsRequest {
22
19
  export interface ListMountTargetsCommandOutput extends ListMountTargetsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListMountTargetsCommand_base: {
25
- new (input: ListMountTargetsCommandInput): import("@smithy/core/client").CommandImpl<ListMountTargetsCommandInput, ListMountTargetsCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListMountTargetsCommandInput]): import("@smithy/core/client").CommandImpl<ListMountTargetsCommandInput, ListMountTargetsCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListMountTargetsCommandInput): import("@smithy/core/client").CommandImpl<ListMountTargetsCommandInput, ListMountTargetsCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListMountTargetsCommandInput]): import("@smithy/core/client").CommandImpl<ListMountTargetsCommandInput, ListMountTargetsCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns resource information for all mount targets with optional filtering by file system, access point, and VPC.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
- import type { S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3FilesClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all tags for S3 Files resources.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
2
  import type { PutFileSystemPolicyRequest, PutFileSystemPolicyResponse } from "../models/models_0";
4
- import type { S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3FilesClient";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutFileSystemPolicyCommandInput extends PutFileSystemPolicyRequ
22
19
  export interface PutFileSystemPolicyCommandOutput extends PutFileSystemPolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutFileSystemPolicyCommand_base: {
25
- new (input: PutFileSystemPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutFileSystemPolicyCommandInput, PutFileSystemPolicyCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutFileSystemPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutFileSystemPolicyCommandInput, PutFileSystemPolicyCommandOutput, S3FilesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutFileSystemPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutFileSystemPolicyCommandInput, PutFileSystemPolicyCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutFileSystemPolicyCommandInput): import("@smithy/core/client").CommandImpl<PutFileSystemPolicyCommandInput, PutFileSystemPolicyCommandOutput, import("..").S3FilesClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates or replaces the IAM resource policy for an S3 File System to control access permissions.</p>