@aws-sdk/client-efs 3.1087.0 → 3.1089.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 (50) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/EFS.d.ts +102 -123
  3. package/dist-types/ts3.4/EFSClient.d.ts +16 -32
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  7. package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +5 -11
  8. package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +3 -8
  9. package/dist-types/ts3.4/commands/CreateMountTargetCommand.d.ts +5 -11
  10. package/dist-types/ts3.4/commands/CreateReplicationConfigurationCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +2 -2
  12. package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +3 -4
  13. package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +2 -2
  14. package/dist-types/ts3.4/commands/DeleteFileSystemPolicyCommand.d.ts +3 -4
  15. package/dist-types/ts3.4/commands/DeleteMountTargetCommand.d.ts +3 -4
  16. package/dist-types/ts3.4/commands/DeleteReplicationConfigurationCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +2 -2
  18. package/dist-types/ts3.4/commands/DescribeAccessPointsCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/DescribeAccountPreferencesCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/DescribeBackupPolicyCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/DescribeFileSystemPolicyCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/DescribeLifecycleConfigurationCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +4 -6
  25. package/dist-types/ts3.4/commands/DescribeMountTargetsCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/DescribeReplicationConfigurationsCommand.d.ts +3 -5
  27. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +3 -5
  28. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  29. package/dist-types/ts3.4/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/PutAccountPreferencesCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/PutBackupPolicyCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/PutFileSystemPolicyCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/PutLifecycleConfigurationCommand.d.ts +4 -6
  34. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  35. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  36. package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +4 -9
  37. package/dist-types/ts3.4/commands/UpdateFileSystemProtectionCommand.d.ts +4 -6
  38. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  39. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  40. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  41. package/dist-types/ts3.4/models/enums.d.ts +6 -12
  42. package/dist-types/ts3.4/models/errors.d.ts +23 -72
  43. package/dist-types/ts3.4/models/models_0.d.ts +1 -3
  44. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  45. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  46. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  47. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  48. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  49. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  50. package/package.json +38 -38
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -52,10 +49,7 @@ import {
52
49
  CreateReplicationConfigurationCommandInput,
53
50
  CreateReplicationConfigurationCommandOutput,
54
51
  } from "./commands/CreateReplicationConfigurationCommand";
55
- import {
56
- CreateTagsCommandInput,
57
- CreateTagsCommandOutput,
58
- } from "./commands/CreateTagsCommand";
52
+ import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
59
53
  import {
60
54
  DeleteAccessPointCommandInput,
61
55
  DeleteAccessPointCommandOutput,
@@ -76,10 +70,7 @@ import {
76
70
  DeleteReplicationConfigurationCommandInput,
77
71
  DeleteReplicationConfigurationCommandOutput,
78
72
  } from "./commands/DeleteReplicationConfigurationCommand";
79
- import {
80
- DeleteTagsCommandInput,
81
- DeleteTagsCommandOutput,
82
- } from "./commands/DeleteTagsCommand";
73
+ import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
83
74
  import {
84
75
  DescribeAccessPointsCommandInput,
85
76
  DescribeAccessPointsCommandOutput,
@@ -144,10 +135,7 @@ import {
144
135
  PutLifecycleConfigurationCommandInput,
145
136
  PutLifecycleConfigurationCommandOutput,
146
137
  } from "./commands/PutLifecycleConfigurationCommand";
147
- import {
148
- TagResourceCommandInput,
149
- TagResourceCommandOutput,
150
- } from "./commands/TagResourceCommand";
138
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
151
139
  import {
152
140
  UntagResourceCommandInput,
153
141
  UntagResourceCommandOutput,
@@ -231,8 +219,7 @@ export type ServiceOutputTypes =
231
219
  | UntagResourceCommandOutput
232
220
  | UpdateFileSystemCommandOutput
233
221
  | UpdateFileSystemProtectionCommandOutput;
234
- export interface ClientDefaults
235
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
222
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
236
223
  requestHandler?: __HttpHandlerUserInput;
237
224
  sha256?: __ChecksumConstructor | __HashConstructor;
238
225
  urlParser?: __UrlParser;
@@ -257,9 +244,7 @@ export interface ClientDefaults
257
244
  extensions?: RuntimeExtension[];
258
245
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
259
246
  }
260
- export type EFSClientConfigType = Partial<
261
- __SmithyConfiguration<__HttpHandlerOptions>
262
- > &
247
+ export type EFSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
263
248
  ClientDefaults &
264
249
  UserAgentInputConfig &
265
250
  RetryInputConfig &
@@ -269,17 +254,16 @@ export type EFSClientConfigType = Partial<
269
254
  HttpAuthSchemeInputConfig &
270
255
  ClientInputEndpointParameters;
271
256
  export interface EFSClientConfig extends EFSClientConfigType {}
272
- export type EFSClientResolvedConfigType =
273
- __SmithyResolvedConfiguration<__HttpHandlerOptions> &
274
- Required<ClientDefaults> &
275
- RuntimeExtensionsConfig &
276
- UserAgentResolvedConfig &
277
- RetryResolvedConfig &
278
- RegionResolvedConfig &
279
- HostHeaderResolvedConfig &
280
- EndpointResolvedConfig<EndpointParameters> &
281
- HttpAuthSchemeResolvedConfig &
282
- ClientResolvedEndpointParameters;
257
+ export type EFSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
258
+ Required<ClientDefaults> &
259
+ RuntimeExtensionsConfig &
260
+ UserAgentResolvedConfig &
261
+ RetryResolvedConfig &
262
+ RegionResolvedConfig &
263
+ HostHeaderResolvedConfig &
264
+ EndpointResolvedConfig<EndpointParameters> &
265
+ HttpAuthSchemeResolvedConfig &
266
+ ClientResolvedEndpointParameters;
283
267
  export interface EFSClientResolvedConfig extends EFSClientResolvedConfigType {}
284
268
  export declare class EFSClient extends __Client<
285
269
  __HttpHandlerOptions,
@@ -7,17 +7,10 @@ import { EFSHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: EFSHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: EFSHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): EFSHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;
@@ -15,32 +15,29 @@ import { EFSClientResolvedConfig } from "../EFSClient";
15
15
  export interface EFSHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
16
16
  region?: string;
17
17
  }
18
- export interface EFSHttpAuthSchemeParametersProvider
19
- extends HttpAuthSchemeParametersProvider<
20
- EFSClientResolvedConfig,
21
- HandlerExecutionContext,
22
- EFSHttpAuthSchemeParameters,
23
- object
24
- > {}
18
+ export interface EFSHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ EFSClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ EFSHttpAuthSchemeParameters,
22
+ object
23
+ > {}
25
24
  export declare const defaultEFSHttpAuthSchemeParametersProvider: (
26
25
  config: EFSClientResolvedConfig,
27
26
  context: HandlerExecutionContext,
28
- input: object
27
+ input: object,
29
28
  ) => Promise<EFSHttpAuthSchemeParameters>;
30
- export interface EFSHttpAuthSchemeProvider
31
- extends HttpAuthSchemeProvider<EFSHttpAuthSchemeParameters> {}
29
+ export interface EFSHttpAuthSchemeProvider extends HttpAuthSchemeProvider<EFSHttpAuthSchemeParameters> {}
32
30
  export declare const defaultEFSHttpAuthSchemeProvider: EFSHttpAuthSchemeProvider;
33
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
34
32
  authSchemePreference?: string[] | Provider<string[]>;
35
33
  httpAuthSchemes?: HttpAuthScheme[];
36
34
  httpAuthSchemeProvider?: EFSHttpAuthSchemeProvider;
37
35
  }
38
- export interface HttpAuthSchemeResolvedConfig
39
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
40
37
  readonly authSchemePreference: Provider<string[]>;
41
38
  readonly httpAuthSchemes: HttpAuthScheme[];
42
39
  readonly httpAuthSchemeProvider: EFSHttpAuthSchemeProvider;
43
40
  }
44
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
45
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
46
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -1,25 +1,20 @@
1
1
  import { EndpointParameterInstructions } from "@smithy/types";
2
- import {
3
- EFSClientResolvedConfig,
4
- ServiceInputTypes,
5
- ServiceOutputTypes,
6
- } from "./EFSClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
2
+ import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./EFSClient";
3
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
4
  added: EndpointParameterInstructions,
12
5
  plugins: (
13
6
  CommandCtor: any,
14
7
  clientStack: any,
15
8
  config: any,
16
- options: any
9
+ options: any,
17
10
  ) => import("@smithy/types").Pluggable<any, any>[],
18
11
  op: string,
19
12
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
13
+ smithyContext?: Record<string, unknown>,
21
14
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
15
+ new (
16
+ input: I,
17
+ ): import("@smithy/core/client").CommandImpl<
23
18
  I,
24
19
  O,
25
20
  EFSClientResolvedConfig,
@@ -38,9 +33,4 @@ export declare const command: <
38
33
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
34
  };
40
35
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
36
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,17 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- AccessPointDescription,
4
- CreateAccessPointRequest,
5
- } from "../models/models_0";
2
+ import { AccessPointDescription, CreateAccessPointRequest } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateAccessPointCommandInput
8
- extends CreateAccessPointRequest {}
9
- export interface CreateAccessPointCommandOutput
10
- extends AccessPointDescription,
11
- __MetadataBearer {}
4
+ export interface CreateAccessPointCommandInput extends CreateAccessPointRequest {}
5
+ export interface CreateAccessPointCommandOutput extends AccessPointDescription, __MetadataBearer {}
12
6
  declare const CreateAccessPointCommand_base: {
13
7
  new (
14
- input: CreateAccessPointCommandInput
8
+ input: CreateAccessPointCommandInput,
15
9
  ): import("@smithy/core/client").CommandImpl<
16
10
  CreateAccessPointCommandInput,
17
11
  CreateAccessPointCommandOutput,
@@ -20,7 +14,7 @@ declare const CreateAccessPointCommand_base: {
20
14
  import("..").ServiceOutputTypes
21
15
  >;
22
16
  new (
23
- input: CreateAccessPointCommandInput
17
+ input: CreateAccessPointCommandInput,
24
18
  ): import("@smithy/core/client").CommandImpl<
25
19
  CreateAccessPointCommandInput,
26
20
  CreateAccessPointCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateFileSystemRequest,
4
- FileSystemDescription,
5
- } from "../models/models_0";
2
+ import { CreateFileSystemRequest, FileSystemDescription } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateFileSystemCommandInput extends CreateFileSystemRequest {}
8
- export interface CreateFileSystemCommandOutput
9
- extends FileSystemDescription,
10
- __MetadataBearer {}
5
+ export interface CreateFileSystemCommandOutput extends FileSystemDescription, __MetadataBearer {}
11
6
  declare const CreateFileSystemCommand_base: {
12
7
  new (
13
- input: CreateFileSystemCommandInput
8
+ input: CreateFileSystemCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateFileSystemCommandInput,
16
11
  CreateFileSystemCommandOutput,
@@ -1,17 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateMountTargetRequest,
4
- MountTargetDescription,
5
- } from "../models/models_0";
2
+ import { CreateMountTargetRequest, MountTargetDescription } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateMountTargetCommandInput
8
- extends CreateMountTargetRequest {}
9
- export interface CreateMountTargetCommandOutput
10
- extends MountTargetDescription,
11
- __MetadataBearer {}
4
+ export interface CreateMountTargetCommandInput extends CreateMountTargetRequest {}
5
+ export interface CreateMountTargetCommandOutput extends MountTargetDescription, __MetadataBearer {}
12
6
  declare const CreateMountTargetCommand_base: {
13
7
  new (
14
- input: CreateMountTargetCommandInput
8
+ input: CreateMountTargetCommandInput,
15
9
  ): import("@smithy/core/client").CommandImpl<
16
10
  CreateMountTargetCommandInput,
17
11
  CreateMountTargetCommandOutput,
@@ -20,7 +14,7 @@ declare const CreateMountTargetCommand_base: {
20
14
  import("..").ServiceOutputTypes
21
15
  >;
22
16
  new (
23
- input: CreateMountTargetCommandInput
17
+ input: CreateMountTargetCommandInput,
24
18
  ): import("@smithy/core/client").CommandImpl<
25
19
  CreateMountTargetCommandInput,
26
20
  CreateMountTargetCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ReplicationConfigurationDescription,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateReplicationConfigurationCommandInput
8
- extends CreateReplicationConfigurationRequest {}
7
+ export interface CreateReplicationConfigurationCommandInput extends CreateReplicationConfigurationRequest {}
9
8
  export interface CreateReplicationConfigurationCommandOutput
10
- extends ReplicationConfigurationDescription,
11
- __MetadataBearer {}
9
+ extends ReplicationConfigurationDescription, __MetadataBearer {}
12
10
  declare const CreateReplicationConfigurationCommand_base: {
13
11
  new (
14
- input: CreateReplicationConfigurationCommandInput
12
+ input: CreateReplicationConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateReplicationConfigurationCommandInput,
17
15
  CreateReplicationConfigurationCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateReplicationConfigurationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateReplicationConfigurationCommandInput
21
+ input: CreateReplicationConfigurationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateReplicationConfigurationCommandInput,
26
24
  CreateReplicationConfigurationCommandOutput,
@@ -5,7 +5,7 @@ export interface CreateTagsCommandInput extends CreateTagsRequest {}
5
5
  export interface CreateTagsCommandOutput extends __MetadataBearer {}
6
6
  declare const CreateTagsCommand_base: {
7
7
  new (
8
- input: CreateTagsCommandInput
8
+ input: CreateTagsCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  CreateTagsCommandInput,
11
11
  CreateTagsCommandOutput,
@@ -14,7 +14,7 @@ declare const CreateTagsCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: CreateTagsCommandInput
17
+ input: CreateTagsCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  CreateTagsCommandInput,
20
20
  CreateTagsCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteAccessPointRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteAccessPointCommandInput
5
- extends DeleteAccessPointRequest {}
4
+ export interface DeleteAccessPointCommandInput extends DeleteAccessPointRequest {}
6
5
  export interface DeleteAccessPointCommandOutput extends __MetadataBearer {}
7
6
  declare const DeleteAccessPointCommand_base: {
8
7
  new (
9
- input: DeleteAccessPointCommandInput
8
+ input: DeleteAccessPointCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeleteAccessPointCommandInput,
12
11
  DeleteAccessPointCommandOutput,
@@ -15,7 +14,7 @@ declare const DeleteAccessPointCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeleteAccessPointCommandInput
17
+ input: DeleteAccessPointCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeleteAccessPointCommandInput,
21
20
  DeleteAccessPointCommandOutput,
@@ -5,7 +5,7 @@ export interface DeleteFileSystemCommandInput extends DeleteFileSystemRequest {}
5
5
  export interface DeleteFileSystemCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteFileSystemCommand_base: {
7
7
  new (
8
- input: DeleteFileSystemCommandInput
8
+ input: DeleteFileSystemCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteFileSystemCommandInput,
11
11
  DeleteFileSystemCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteFileSystemCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteFileSystemCommandInput
17
+ input: DeleteFileSystemCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteFileSystemCommandInput,
20
20
  DeleteFileSystemCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteFileSystemPolicyRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteFileSystemPolicyCommandInput
5
- extends DeleteFileSystemPolicyRequest {}
4
+ export interface DeleteFileSystemPolicyCommandInput extends DeleteFileSystemPolicyRequest {}
6
5
  export interface DeleteFileSystemPolicyCommandOutput extends __MetadataBearer {}
7
6
  declare const DeleteFileSystemPolicyCommand_base: {
8
7
  new (
9
- input: DeleteFileSystemPolicyCommandInput
8
+ input: DeleteFileSystemPolicyCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeleteFileSystemPolicyCommandInput,
12
11
  DeleteFileSystemPolicyCommandOutput,
@@ -15,7 +14,7 @@ declare const DeleteFileSystemPolicyCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeleteFileSystemPolicyCommandInput
17
+ input: DeleteFileSystemPolicyCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeleteFileSystemPolicyCommandInput,
21
20
  DeleteFileSystemPolicyCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteMountTargetRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteMountTargetCommandInput
5
- extends DeleteMountTargetRequest {}
4
+ export interface DeleteMountTargetCommandInput extends DeleteMountTargetRequest {}
6
5
  export interface DeleteMountTargetCommandOutput extends __MetadataBearer {}
7
6
  declare const DeleteMountTargetCommand_base: {
8
7
  new (
9
- input: DeleteMountTargetCommandInput
8
+ input: DeleteMountTargetCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeleteMountTargetCommandInput,
12
11
  DeleteMountTargetCommandOutput,
@@ -15,7 +14,7 @@ declare const DeleteMountTargetCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeleteMountTargetCommandInput
17
+ input: DeleteMountTargetCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeleteMountTargetCommandInput,
21
20
  DeleteMountTargetCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteReplicationConfigurationRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteReplicationConfigurationCommandInput
5
- extends DeleteReplicationConfigurationRequest {}
6
- export interface DeleteReplicationConfigurationCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteReplicationConfigurationCommandInput extends DeleteReplicationConfigurationRequest {}
5
+ export interface DeleteReplicationConfigurationCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteReplicationConfigurationCommand_base: {
9
7
  new (
10
- input: DeleteReplicationConfigurationCommandInput
8
+ input: DeleteReplicationConfigurationCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteReplicationConfigurationCommandInput,
13
11
  DeleteReplicationConfigurationCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteReplicationConfigurationCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteReplicationConfigurationCommandInput
17
+ input: DeleteReplicationConfigurationCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteReplicationConfigurationCommandInput,
22
20
  DeleteReplicationConfigurationCommandOutput,
@@ -5,7 +5,7 @@ export interface DeleteTagsCommandInput extends DeleteTagsRequest {}
5
5
  export interface DeleteTagsCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteTagsCommand_base: {
7
7
  new (
8
- input: DeleteTagsCommandInput
8
+ input: DeleteTagsCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteTagsCommandInput,
11
11
  DeleteTagsCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteTagsCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteTagsCommandInput
17
+ input: DeleteTagsCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteTagsCommandInput,
20
20
  DeleteTagsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeAccessPointsRequest,
4
- DescribeAccessPointsResponse,
5
- } from "../models/models_0";
2
+ import { DescribeAccessPointsRequest, DescribeAccessPointsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DescribeAccessPointsCommandInput
8
- extends DescribeAccessPointsRequest {}
4
+ export interface DescribeAccessPointsCommandInput extends DescribeAccessPointsRequest {}
9
5
  export interface DescribeAccessPointsCommandOutput
10
- extends DescribeAccessPointsResponse,
11
- __MetadataBearer {}
6
+ extends DescribeAccessPointsResponse, __MetadataBearer {}
12
7
  declare const DescribeAccessPointsCommand_base: {
13
8
  new (
14
- input: DescribeAccessPointsCommandInput
9
+ input: DescribeAccessPointsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DescribeAccessPointsCommandInput,
17
12
  DescribeAccessPointsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeAccountPreferencesResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeAccountPreferencesCommandInput
8
- extends DescribeAccountPreferencesRequest {}
7
+ export interface DescribeAccountPreferencesCommandInput extends DescribeAccountPreferencesRequest {}
9
8
  export interface DescribeAccountPreferencesCommandOutput
10
- extends DescribeAccountPreferencesResponse,
11
- __MetadataBearer {}
9
+ extends DescribeAccountPreferencesResponse, __MetadataBearer {}
12
10
  declare const DescribeAccountPreferencesCommand_base: {
13
11
  new (
14
- input: DescribeAccountPreferencesCommandInput
12
+ input: DescribeAccountPreferencesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeAccountPreferencesCommandInput,
17
15
  DescribeAccountPreferencesCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- BackupPolicyDescription,
4
- DescribeBackupPolicyRequest,
5
- } from "../models/models_0";
2
+ import { BackupPolicyDescription, DescribeBackupPolicyRequest } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DescribeBackupPolicyCommandInput
8
- extends DescribeBackupPolicyRequest {}
4
+ export interface DescribeBackupPolicyCommandInput extends DescribeBackupPolicyRequest {}
9
5
  export interface DescribeBackupPolicyCommandOutput
10
- extends BackupPolicyDescription,
11
- __MetadataBearer {}
6
+ extends BackupPolicyDescription, __MetadataBearer {}
12
7
  declare const DescribeBackupPolicyCommand_base: {
13
8
  new (
14
- input: DescribeBackupPolicyCommandInput
9
+ input: DescribeBackupPolicyCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DescribeBackupPolicyCommandInput,
17
12
  DescribeBackupPolicyCommandOutput,
@@ -20,7 +15,7 @@ declare const DescribeBackupPolicyCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DescribeBackupPolicyCommandInput
18
+ input: DescribeBackupPolicyCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DescribeBackupPolicyCommandInput,
26
21
  DescribeBackupPolicyCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeFileSystemPolicyRequest,
4
- FileSystemPolicyDescription,
5
- } from "../models/models_0";
2
+ import { DescribeFileSystemPolicyRequest, FileSystemPolicyDescription } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DescribeFileSystemPolicyCommandInput
8
- extends DescribeFileSystemPolicyRequest {}
4
+ export interface DescribeFileSystemPolicyCommandInput extends DescribeFileSystemPolicyRequest {}
9
5
  export interface DescribeFileSystemPolicyCommandOutput
10
- extends FileSystemPolicyDescription,
11
- __MetadataBearer {}
6
+ extends FileSystemPolicyDescription, __MetadataBearer {}
12
7
  declare const DescribeFileSystemPolicyCommand_base: {
13
8
  new (
14
- input: DescribeFileSystemPolicyCommandInput
9
+ input: DescribeFileSystemPolicyCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DescribeFileSystemPolicyCommandInput,
17
12
  DescribeFileSystemPolicyCommandOutput,
@@ -20,7 +15,7 @@ declare const DescribeFileSystemPolicyCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DescribeFileSystemPolicyCommandInput
18
+ input: DescribeFileSystemPolicyCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DescribeFileSystemPolicyCommandInput,
26
21
  DescribeFileSystemPolicyCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DescribeFileSystemsRequest,
4
- DescribeFileSystemsResponse,
5
- } from "../models/models_0";
2
+ import { DescribeFileSystemsRequest, DescribeFileSystemsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DescribeFileSystemsCommandInput
8
- extends DescribeFileSystemsRequest {}
4
+ export interface DescribeFileSystemsCommandInput extends DescribeFileSystemsRequest {}
9
5
  export interface DescribeFileSystemsCommandOutput
10
- extends DescribeFileSystemsResponse,
11
- __MetadataBearer {}
6
+ extends DescribeFileSystemsResponse, __MetadataBearer {}
12
7
  declare const DescribeFileSystemsCommand_base: {
13
8
  new (
14
- input: DescribeFileSystemsCommandInput
9
+ input: DescribeFileSystemsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DescribeFileSystemsCommandInput,
17
12
  DescribeFileSystemsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  LifecycleConfigurationDescription,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeLifecycleConfigurationCommandInput
8
- extends DescribeLifecycleConfigurationRequest {}
7
+ export interface DescribeLifecycleConfigurationCommandInput extends DescribeLifecycleConfigurationRequest {}
9
8
  export interface DescribeLifecycleConfigurationCommandOutput
10
- extends LifecycleConfigurationDescription,
11
- __MetadataBearer {}
9
+ extends LifecycleConfigurationDescription, __MetadataBearer {}
12
10
  declare const DescribeLifecycleConfigurationCommand_base: {
13
11
  new (
14
- input: DescribeLifecycleConfigurationCommandInput
12
+ input: DescribeLifecycleConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeLifecycleConfigurationCommandInput,
17
15
  DescribeLifecycleConfigurationCommandOutput,
@@ -20,7 +18,7 @@ declare const DescribeLifecycleConfigurationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DescribeLifecycleConfigurationCommandInput
21
+ input: DescribeLifecycleConfigurationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DescribeLifecycleConfigurationCommandInput,
26
24
  DescribeLifecycleConfigurationCommandOutput,