@aws-sdk/client-efs 3.49.0 → 3.50.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/package.json +25 -25
- package/dist-types/ts3.4/EFS.d.ts +0 -155
- package/dist-types/ts3.4/EFSClient.d.ts +0 -103
- package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateMountTargetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateReplicationConfigurationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteFileSystemPolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteMountTargetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteReplicationConfigurationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAccessPointsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeAccountPreferencesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeBackupPolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFileSystemPolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeLifecycleConfigurationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeMountTargetSecurityGroupsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeMountTargetsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeReplicationConfigurationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ModifyMountTargetSecurityGroupsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutAccountPreferencesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutBackupPolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutFileSystemPolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutLifecycleConfigurationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -30
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -5
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -1003
- package/dist-types/ts3.4/pagination/DescribeAccessPointsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeFileSystemsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/DescribeTagsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -5
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -92
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { DescribeAccessPointsCommandInput, DescribeAccessPointsCommandOutput } from "../commands/DescribeAccessPointsCommand";
|
|
3
|
-
import { EFSPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateDescribeAccessPoints(config: EFSPaginationConfiguration, input: DescribeAccessPointsCommandInput, ...additionalArguments: any): Paginator<DescribeAccessPointsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { DescribeFileSystemsCommandInput, DescribeFileSystemsCommandOutput } from "../commands/DescribeFileSystemsCommand";
|
|
3
|
-
import { EFSPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateDescribeFileSystems(config: EFSPaginationConfiguration, input: DescribeFileSystemsCommandInput, ...additionalArguments: any): Paginator<DescribeFileSystemsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "../commands/DescribeTagsCommand";
|
|
3
|
-
import { EFSPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateDescribeTags(config: EFSPaginationConfiguration, input: DescribeTagsCommandInput, ...additionalArguments: any): Paginator<DescribeTagsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
3
|
-
import { EFSPaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListTagsForResource(config: EFSPaginationConfiguration, input: ListTagsForResourceCommandInput, ...additionalArguments: any): Paginator<ListTagsForResourceCommandOutput>;
|
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
-
import { CreateAccessPointCommandInput, CreateAccessPointCommandOutput } from "../commands/CreateAccessPointCommand";
|
|
4
|
-
import { CreateFileSystemCommandInput, CreateFileSystemCommandOutput } from "../commands/CreateFileSystemCommand";
|
|
5
|
-
import { CreateMountTargetCommandInput, CreateMountTargetCommandOutput } from "../commands/CreateMountTargetCommand";
|
|
6
|
-
import { CreateReplicationConfigurationCommandInput, CreateReplicationConfigurationCommandOutput } from "../commands/CreateReplicationConfigurationCommand";
|
|
7
|
-
import { CreateTagsCommandInput, CreateTagsCommandOutput } from "../commands/CreateTagsCommand";
|
|
8
|
-
import { DeleteAccessPointCommandInput, DeleteAccessPointCommandOutput } from "../commands/DeleteAccessPointCommand";
|
|
9
|
-
import { DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput } from "../commands/DeleteFileSystemCommand";
|
|
10
|
-
import { DeleteFileSystemPolicyCommandInput, DeleteFileSystemPolicyCommandOutput } from "../commands/DeleteFileSystemPolicyCommand";
|
|
11
|
-
import { DeleteMountTargetCommandInput, DeleteMountTargetCommandOutput } from "../commands/DeleteMountTargetCommand";
|
|
12
|
-
import { DeleteReplicationConfigurationCommandInput, DeleteReplicationConfigurationCommandOutput } from "../commands/DeleteReplicationConfigurationCommand";
|
|
13
|
-
import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "../commands/DeleteTagsCommand";
|
|
14
|
-
import { DescribeAccessPointsCommandInput, DescribeAccessPointsCommandOutput } from "../commands/DescribeAccessPointsCommand";
|
|
15
|
-
import { DescribeAccountPreferencesCommandInput, DescribeAccountPreferencesCommandOutput } from "../commands/DescribeAccountPreferencesCommand";
|
|
16
|
-
import { DescribeBackupPolicyCommandInput, DescribeBackupPolicyCommandOutput } from "../commands/DescribeBackupPolicyCommand";
|
|
17
|
-
import { DescribeFileSystemPolicyCommandInput, DescribeFileSystemPolicyCommandOutput } from "../commands/DescribeFileSystemPolicyCommand";
|
|
18
|
-
import { DescribeFileSystemsCommandInput, DescribeFileSystemsCommandOutput } from "../commands/DescribeFileSystemsCommand";
|
|
19
|
-
import { DescribeLifecycleConfigurationCommandInput, DescribeLifecycleConfigurationCommandOutput } from "../commands/DescribeLifecycleConfigurationCommand";
|
|
20
|
-
import { DescribeMountTargetsCommandInput, DescribeMountTargetsCommandOutput } from "../commands/DescribeMountTargetsCommand";
|
|
21
|
-
import { DescribeMountTargetSecurityGroupsCommandInput, DescribeMountTargetSecurityGroupsCommandOutput } from "../commands/DescribeMountTargetSecurityGroupsCommand";
|
|
22
|
-
import { DescribeReplicationConfigurationsCommandInput, DescribeReplicationConfigurationsCommandOutput } from "../commands/DescribeReplicationConfigurationsCommand";
|
|
23
|
-
import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "../commands/DescribeTagsCommand";
|
|
24
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
25
|
-
import { ModifyMountTargetSecurityGroupsCommandInput, ModifyMountTargetSecurityGroupsCommandOutput } from "../commands/ModifyMountTargetSecurityGroupsCommand";
|
|
26
|
-
import { PutAccountPreferencesCommandInput, PutAccountPreferencesCommandOutput } from "../commands/PutAccountPreferencesCommand";
|
|
27
|
-
import { PutBackupPolicyCommandInput, PutBackupPolicyCommandOutput } from "../commands/PutBackupPolicyCommand";
|
|
28
|
-
import { PutFileSystemPolicyCommandInput, PutFileSystemPolicyCommandOutput } from "../commands/PutFileSystemPolicyCommand";
|
|
29
|
-
import { PutLifecycleConfigurationCommandInput, PutLifecycleConfigurationCommandOutput } from "../commands/PutLifecycleConfigurationCommand";
|
|
30
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
31
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
32
|
-
import { UpdateFileSystemCommandInput, UpdateFileSystemCommandOutput } from "../commands/UpdateFileSystemCommand";
|
|
33
|
-
export declare const serializeAws_restJson1CreateAccessPointCommand: (input: CreateAccessPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
|
-
export declare const serializeAws_restJson1CreateFileSystemCommand: (input: CreateFileSystemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
|
-
export declare const serializeAws_restJson1CreateMountTargetCommand: (input: CreateMountTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
|
-
export declare const serializeAws_restJson1CreateReplicationConfigurationCommand: (input: CreateReplicationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
|
-
export declare const serializeAws_restJson1CreateTagsCommand: (input: CreateTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
-
export declare const serializeAws_restJson1DeleteAccessPointCommand: (input: DeleteAccessPointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
-
export declare const serializeAws_restJson1DeleteFileSystemCommand: (input: DeleteFileSystemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
|
-
export declare const serializeAws_restJson1DeleteFileSystemPolicyCommand: (input: DeleteFileSystemPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
-
export declare const serializeAws_restJson1DeleteMountTargetCommand: (input: DeleteMountTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
-
export declare const serializeAws_restJson1DeleteReplicationConfigurationCommand: (input: DeleteReplicationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
-
export declare const serializeAws_restJson1DeleteTagsCommand: (input: DeleteTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
-
export declare const serializeAws_restJson1DescribeAccessPointsCommand: (input: DescribeAccessPointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
-
export declare const serializeAws_restJson1DescribeAccountPreferencesCommand: (input: DescribeAccountPreferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
-
export declare const serializeAws_restJson1DescribeBackupPolicyCommand: (input: DescribeBackupPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
-
export declare const serializeAws_restJson1DescribeFileSystemPolicyCommand: (input: DescribeFileSystemPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
-
export declare const serializeAws_restJson1DescribeFileSystemsCommand: (input: DescribeFileSystemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
-
export declare const serializeAws_restJson1DescribeLifecycleConfigurationCommand: (input: DescribeLifecycleConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
-
export declare const serializeAws_restJson1DescribeMountTargetsCommand: (input: DescribeMountTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
-
export declare const serializeAws_restJson1DescribeMountTargetSecurityGroupsCommand: (input: DescribeMountTargetSecurityGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
-
export declare const serializeAws_restJson1DescribeReplicationConfigurationsCommand: (input: DescribeReplicationConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
-
export declare const serializeAws_restJson1DescribeTagsCommand: (input: DescribeTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
-
export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
-
export declare const serializeAws_restJson1ModifyMountTargetSecurityGroupsCommand: (input: ModifyMountTargetSecurityGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
-
export declare const serializeAws_restJson1PutAccountPreferencesCommand: (input: PutAccountPreferencesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
-
export declare const serializeAws_restJson1PutBackupPolicyCommand: (input: PutBackupPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
58
|
-
export declare const serializeAws_restJson1PutFileSystemPolicyCommand: (input: PutFileSystemPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
-
export declare const serializeAws_restJson1PutLifecycleConfigurationCommand: (input: PutLifecycleConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
|
-
export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
|
-
export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
|
-
export declare const serializeAws_restJson1UpdateFileSystemCommand: (input: UpdateFileSystemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
-
export declare const deserializeAws_restJson1CreateAccessPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccessPointCommandOutput>;
|
|
64
|
-
export declare const deserializeAws_restJson1CreateFileSystemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFileSystemCommandOutput>;
|
|
65
|
-
export declare const deserializeAws_restJson1CreateMountTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMountTargetCommandOutput>;
|
|
66
|
-
export declare const deserializeAws_restJson1CreateReplicationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateReplicationConfigurationCommandOutput>;
|
|
67
|
-
export declare const deserializeAws_restJson1CreateTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTagsCommandOutput>;
|
|
68
|
-
export declare const deserializeAws_restJson1DeleteAccessPointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccessPointCommandOutput>;
|
|
69
|
-
export declare const deserializeAws_restJson1DeleteFileSystemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFileSystemCommandOutput>;
|
|
70
|
-
export declare const deserializeAws_restJson1DeleteFileSystemPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFileSystemPolicyCommandOutput>;
|
|
71
|
-
export declare const deserializeAws_restJson1DeleteMountTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMountTargetCommandOutput>;
|
|
72
|
-
export declare const deserializeAws_restJson1DeleteReplicationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteReplicationConfigurationCommandOutput>;
|
|
73
|
-
export declare const deserializeAws_restJson1DeleteTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTagsCommandOutput>;
|
|
74
|
-
export declare const deserializeAws_restJson1DescribeAccessPointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccessPointsCommandOutput>;
|
|
75
|
-
export declare const deserializeAws_restJson1DescribeAccountPreferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAccountPreferencesCommandOutput>;
|
|
76
|
-
export declare const deserializeAws_restJson1DescribeBackupPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBackupPolicyCommandOutput>;
|
|
77
|
-
export declare const deserializeAws_restJson1DescribeFileSystemPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFileSystemPolicyCommandOutput>;
|
|
78
|
-
export declare const deserializeAws_restJson1DescribeFileSystemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFileSystemsCommandOutput>;
|
|
79
|
-
export declare const deserializeAws_restJson1DescribeLifecycleConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLifecycleConfigurationCommandOutput>;
|
|
80
|
-
export declare const deserializeAws_restJson1DescribeMountTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMountTargetsCommandOutput>;
|
|
81
|
-
export declare const deserializeAws_restJson1DescribeMountTargetSecurityGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMountTargetSecurityGroupsCommandOutput>;
|
|
82
|
-
export declare const deserializeAws_restJson1DescribeReplicationConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeReplicationConfigurationsCommandOutput>;
|
|
83
|
-
export declare const deserializeAws_restJson1DescribeTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTagsCommandOutput>;
|
|
84
|
-
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
85
|
-
export declare const deserializeAws_restJson1ModifyMountTargetSecurityGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ModifyMountTargetSecurityGroupsCommandOutput>;
|
|
86
|
-
export declare const deserializeAws_restJson1PutAccountPreferencesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAccountPreferencesCommandOutput>;
|
|
87
|
-
export declare const deserializeAws_restJson1PutBackupPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutBackupPolicyCommandOutput>;
|
|
88
|
-
export declare const deserializeAws_restJson1PutFileSystemPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutFileSystemPolicyCommandOutput>;
|
|
89
|
-
export declare const deserializeAws_restJson1PutLifecycleConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutLifecycleConfigurationCommandOutput>;
|
|
90
|
-
export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
91
|
-
export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
92
|
-
export declare const deserializeAws_restJson1UpdateFileSystemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFileSystemCommandOutput>;
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
-
import { EFSClientConfig } from "./EFSClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: EFSClientConfig) => {
|
|
5
|
-
runtime: string;
|
|
6
|
-
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
-
region: string | import("@aws-sdk/types").Provider<any>;
|
|
14
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
-
apiVersion: string;
|
|
23
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
-
disableHostPrefix: boolean;
|
|
25
|
-
logger: import("@aws-sdk/types").Logger;
|
|
26
|
-
serviceId: string;
|
|
27
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
-
tls?: boolean | undefined;
|
|
30
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
-
signingEscapePath?: boolean | undefined;
|
|
34
|
-
systemClockOffset?: number | undefined;
|
|
35
|
-
signingRegion?: string | undefined;
|
|
36
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
-
};
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
-
import { EFSClientConfig } from "./EFSClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: EFSClientConfig) => {
|
|
5
|
-
runtime: string;
|
|
6
|
-
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
7
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
8
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
11
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
12
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
13
|
-
region: string | import("@aws-sdk/types").Provider<string>;
|
|
14
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
15
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
16
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
17
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
18
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
19
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
21
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
22
|
-
apiVersion: string;
|
|
23
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
24
|
-
disableHostPrefix: boolean;
|
|
25
|
-
logger: import("@aws-sdk/types").Logger;
|
|
26
|
-
serviceId: string;
|
|
27
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
28
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
|
-
tls?: boolean | undefined;
|
|
30
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
31
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
32
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
33
|
-
signingEscapePath?: boolean | undefined;
|
|
34
|
-
systemClockOffset?: number | undefined;
|
|
35
|
-
signingRegion?: string | undefined;
|
|
36
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
37
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
38
|
-
};
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { EFSClientConfig } from "./EFSClient";
|
|
2
|
-
|
|
3
|
-
export declare const getRuntimeConfig: (config: EFSClientConfig) => {
|
|
4
|
-
runtime: string;
|
|
5
|
-
sha256: import("@aws-sdk/types").HashConstructor;
|
|
6
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
|
|
7
|
-
apiVersion: string;
|
|
8
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
9
|
-
bodyLengthChecker: (body: any) => number | undefined;
|
|
10
|
-
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
11
|
-
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
12
|
-
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
13
|
-
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
14
|
-
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
15
|
-
disableHostPrefix: boolean;
|
|
16
|
-
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
17
|
-
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
18
|
-
logger: import("@aws-sdk/types").Logger;
|
|
19
|
-
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
20
|
-
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
21
|
-
serviceId: string;
|
|
22
|
-
region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
|
|
23
|
-
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
|
-
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
-
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
27
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
28
|
-
tls?: boolean | undefined;
|
|
29
|
-
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
30
|
-
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
31
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
|
|
32
|
-
signingEscapePath?: boolean | undefined;
|
|
33
|
-
systemClockOffset?: number | undefined;
|
|
34
|
-
signingRegion?: string | undefined;
|
|
35
|
-
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
36
|
-
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
37
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Logger as __Logger } from "@aws-sdk/types";
|
|
2
|
-
import { EFSClientConfig } from "./EFSClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: EFSClientConfig) => {
|
|
5
|
-
apiVersion: string;
|
|
6
|
-
disableHostPrefix: boolean;
|
|
7
|
-
logger: __Logger;
|
|
8
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
9
|
-
serviceId: string;
|
|
10
|
-
urlParser: import("@aws-sdk/types").UrlParser;
|
|
11
|
-
};
|