@aws-sdk/client-datasync 3.118.1 → 3.127.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 +31 -0
- package/dist-cjs/DataSync.js +30 -0
- package/dist-cjs/commands/CreateLocationFsxOntapCommand.js +36 -0
- package/dist-cjs/commands/DescribeLocationFsxOntapCommand.js +36 -0
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +51 -15
- package/dist-cjs/protocols/Aws_json1_1.js +617 -572
- package/dist-es/DataSync.js +30 -0
- package/dist-es/commands/CreateLocationFsxOntapCommand.js +39 -0
- package/dist-es/commands/DescribeLocationFsxOntapCommand.js +39 -0
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +33 -13
- package/dist-es/protocols/Aws_json1_1.js +505 -442
- package/dist-types/DataSync.d.ts +17 -4
- package/dist-types/DataSyncClient.d.ts +4 -2
- package/dist-types/commands/CreateLocationFsxOntapCommand.d.ts +36 -0
- package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +1 -2
- package/dist-types/commands/DescribeLocationFsxOntapCommand.d.ts +35 -0
- package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +293 -154
- package/dist-types/protocols/Aws_json1_1.d.ts +6 -0
- package/dist-types/ts3.4/DataSync.d.ts +10 -0
- package/dist-types/ts3.4/DataSyncClient.d.ts +4 -2
- package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +83 -14
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +6 -0
- package/package.json +26 -26
|
@@ -4,6 +4,7 @@ import { CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput } fro
|
|
|
4
4
|
import { CreateAgentCommandInput, CreateAgentCommandOutput } from "../commands/CreateAgentCommand";
|
|
5
5
|
import { CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput } from "../commands/CreateLocationEfsCommand";
|
|
6
6
|
import { CreateLocationFsxLustreCommandInput, CreateLocationFsxLustreCommandOutput } from "../commands/CreateLocationFsxLustreCommand";
|
|
7
|
+
import { CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput } from "../commands/CreateLocationFsxOntapCommand";
|
|
7
8
|
import { CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput } from "../commands/CreateLocationFsxOpenZfsCommand";
|
|
8
9
|
import { CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput } from "../commands/CreateLocationFsxWindowsCommand";
|
|
9
10
|
import { CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput } from "../commands/CreateLocationHdfsCommand";
|
|
@@ -18,6 +19,7 @@ import { DeleteTaskCommandInput, DeleteTaskCommandOutput } from "../commands/Del
|
|
|
18
19
|
import { DescribeAgentCommandInput, DescribeAgentCommandOutput } from "../commands/DescribeAgentCommand";
|
|
19
20
|
import { DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput } from "../commands/DescribeLocationEfsCommand";
|
|
20
21
|
import { DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput } from "../commands/DescribeLocationFsxLustreCommand";
|
|
22
|
+
import { DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput } from "../commands/DescribeLocationFsxOntapCommand";
|
|
21
23
|
import { DescribeLocationFsxOpenZfsCommandInput, DescribeLocationFsxOpenZfsCommandOutput } from "../commands/DescribeLocationFsxOpenZfsCommand";
|
|
22
24
|
import { DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput } from "../commands/DescribeLocationFsxWindowsCommand";
|
|
23
25
|
import { DescribeLocationHdfsCommandInput, DescribeLocationHdfsCommandOutput } from "../commands/DescribeLocationHdfsCommand";
|
|
@@ -46,6 +48,7 @@ export declare const serializeAws_json1_1CancelTaskExecutionCommand: (input: Can
|
|
|
46
48
|
export declare const serializeAws_json1_1CreateAgentCommand: (input: CreateAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
49
|
export declare const serializeAws_json1_1CreateLocationEfsCommand: (input: CreateLocationEfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
50
|
export declare const serializeAws_json1_1CreateLocationFsxLustreCommand: (input: CreateLocationFsxLustreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
+
export declare const serializeAws_json1_1CreateLocationFsxOntapCommand: (input: CreateLocationFsxOntapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
52
|
export declare const serializeAws_json1_1CreateLocationFsxOpenZfsCommand: (input: CreateLocationFsxOpenZfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
53
|
export declare const serializeAws_json1_1CreateLocationFsxWindowsCommand: (input: CreateLocationFsxWindowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
54
|
export declare const serializeAws_json1_1CreateLocationHdfsCommand: (input: CreateLocationHdfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -60,6 +63,7 @@ export declare const serializeAws_json1_1DeleteTaskCommand: (input: DeleteTaskCo
|
|
|
60
63
|
export declare const serializeAws_json1_1DescribeAgentCommand: (input: DescribeAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
64
|
export declare const serializeAws_json1_1DescribeLocationEfsCommand: (input: DescribeLocationEfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
65
|
export declare const serializeAws_json1_1DescribeLocationFsxLustreCommand: (input: DescribeLocationFsxLustreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
+
export declare const serializeAws_json1_1DescribeLocationFsxOntapCommand: (input: DescribeLocationFsxOntapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
67
|
export declare const serializeAws_json1_1DescribeLocationFsxOpenZfsCommand: (input: DescribeLocationFsxOpenZfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
68
|
export declare const serializeAws_json1_1DescribeLocationFsxWindowsCommand: (input: DescribeLocationFsxWindowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
69
|
export declare const serializeAws_json1_1DescribeLocationHdfsCommand: (input: DescribeLocationHdfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -88,6 +92,7 @@ export declare const deserializeAws_json1_1CancelTaskExecutionCommand: (output:
|
|
|
88
92
|
export declare const deserializeAws_json1_1CreateAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAgentCommandOutput>;
|
|
89
93
|
export declare const deserializeAws_json1_1CreateLocationEfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationEfsCommandOutput>;
|
|
90
94
|
export declare const deserializeAws_json1_1CreateLocationFsxLustreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationFsxLustreCommandOutput>;
|
|
95
|
+
export declare const deserializeAws_json1_1CreateLocationFsxOntapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationFsxOntapCommandOutput>;
|
|
91
96
|
export declare const deserializeAws_json1_1CreateLocationFsxOpenZfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationFsxOpenZfsCommandOutput>;
|
|
92
97
|
export declare const deserializeAws_json1_1CreateLocationFsxWindowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationFsxWindowsCommandOutput>;
|
|
93
98
|
export declare const deserializeAws_json1_1CreateLocationHdfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationHdfsCommandOutput>;
|
|
@@ -102,6 +107,7 @@ export declare const deserializeAws_json1_1DeleteTaskCommand: (output: __HttpRes
|
|
|
102
107
|
export declare const deserializeAws_json1_1DescribeAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAgentCommandOutput>;
|
|
103
108
|
export declare const deserializeAws_json1_1DescribeLocationEfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationEfsCommandOutput>;
|
|
104
109
|
export declare const deserializeAws_json1_1DescribeLocationFsxLustreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationFsxLustreCommandOutput>;
|
|
110
|
+
export declare const deserializeAws_json1_1DescribeLocationFsxOntapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationFsxOntapCommandOutput>;
|
|
105
111
|
export declare const deserializeAws_json1_1DescribeLocationFsxOpenZfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationFsxOpenZfsCommandOutput>;
|
|
106
112
|
export declare const deserializeAws_json1_1DescribeLocationFsxWindowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationFsxWindowsCommandOutput>;
|
|
107
113
|
export declare const deserializeAws_json1_1DescribeLocationHdfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationHdfsCommandOutput>;
|
|
@@ -3,6 +3,7 @@ import { CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput } fro
|
|
|
3
3
|
import { CreateAgentCommandInput, CreateAgentCommandOutput } from "./commands/CreateAgentCommand";
|
|
4
4
|
import { CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput } from "./commands/CreateLocationEfsCommand";
|
|
5
5
|
import { CreateLocationFsxLustreCommandInput, CreateLocationFsxLustreCommandOutput } from "./commands/CreateLocationFsxLustreCommand";
|
|
6
|
+
import { CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput } from "./commands/CreateLocationFsxOntapCommand";
|
|
6
7
|
import { CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput } from "./commands/CreateLocationFsxOpenZfsCommand";
|
|
7
8
|
import { CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput } from "./commands/CreateLocationFsxWindowsCommand";
|
|
8
9
|
import { CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput } from "./commands/CreateLocationHdfsCommand";
|
|
@@ -17,6 +18,7 @@ import { DeleteTaskCommandInput, DeleteTaskCommandOutput } from "./commands/Dele
|
|
|
17
18
|
import { DescribeAgentCommandInput, DescribeAgentCommandOutput } from "./commands/DescribeAgentCommand";
|
|
18
19
|
import { DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput } from "./commands/DescribeLocationEfsCommand";
|
|
19
20
|
import { DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput } from "./commands/DescribeLocationFsxLustreCommand";
|
|
21
|
+
import { DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput } from "./commands/DescribeLocationFsxOntapCommand";
|
|
20
22
|
import { DescribeLocationFsxOpenZfsCommandInput, DescribeLocationFsxOpenZfsCommandOutput } from "./commands/DescribeLocationFsxOpenZfsCommand";
|
|
21
23
|
import { DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput } from "./commands/DescribeLocationFsxWindowsCommand";
|
|
22
24
|
import { DescribeLocationHdfsCommandInput, DescribeLocationHdfsCommandOutput } from "./commands/DescribeLocationHdfsCommand";
|
|
@@ -61,6 +63,10 @@ export declare class DataSync extends DataSyncClient {
|
|
|
61
63
|
createLocationFsxLustre(args: CreateLocationFsxLustreCommandInput, cb: (err: any, data?: CreateLocationFsxLustreCommandOutput) => void): void;
|
|
62
64
|
createLocationFsxLustre(args: CreateLocationFsxLustreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLocationFsxLustreCommandOutput) => void): void;
|
|
63
65
|
|
|
66
|
+
createLocationFsxOntap(args: CreateLocationFsxOntapCommandInput, options?: __HttpHandlerOptions): Promise<CreateLocationFsxOntapCommandOutput>;
|
|
67
|
+
createLocationFsxOntap(args: CreateLocationFsxOntapCommandInput, cb: (err: any, data?: CreateLocationFsxOntapCommandOutput) => void): void;
|
|
68
|
+
createLocationFsxOntap(args: CreateLocationFsxOntapCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLocationFsxOntapCommandOutput) => void): void;
|
|
69
|
+
|
|
64
70
|
createLocationFsxOpenZfs(args: CreateLocationFsxOpenZfsCommandInput, options?: __HttpHandlerOptions): Promise<CreateLocationFsxOpenZfsCommandOutput>;
|
|
65
71
|
createLocationFsxOpenZfs(args: CreateLocationFsxOpenZfsCommandInput, cb: (err: any, data?: CreateLocationFsxOpenZfsCommandOutput) => void): void;
|
|
66
72
|
createLocationFsxOpenZfs(args: CreateLocationFsxOpenZfsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateLocationFsxOpenZfsCommandOutput) => void): void;
|
|
@@ -117,6 +123,10 @@ export declare class DataSync extends DataSyncClient {
|
|
|
117
123
|
describeLocationFsxLustre(args: DescribeLocationFsxLustreCommandInput, cb: (err: any, data?: DescribeLocationFsxLustreCommandOutput) => void): void;
|
|
118
124
|
describeLocationFsxLustre(args: DescribeLocationFsxLustreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLocationFsxLustreCommandOutput) => void): void;
|
|
119
125
|
|
|
126
|
+
describeLocationFsxOntap(args: DescribeLocationFsxOntapCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLocationFsxOntapCommandOutput>;
|
|
127
|
+
describeLocationFsxOntap(args: DescribeLocationFsxOntapCommandInput, cb: (err: any, data?: DescribeLocationFsxOntapCommandOutput) => void): void;
|
|
128
|
+
describeLocationFsxOntap(args: DescribeLocationFsxOntapCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLocationFsxOntapCommandOutput) => void): void;
|
|
129
|
+
|
|
120
130
|
describeLocationFsxOpenZfs(args: DescribeLocationFsxOpenZfsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLocationFsxOpenZfsCommandOutput>;
|
|
121
131
|
describeLocationFsxOpenZfs(args: DescribeLocationFsxOpenZfsCommandInput, cb: (err: any, data?: DescribeLocationFsxOpenZfsCommandOutput) => void): void;
|
|
122
132
|
describeLocationFsxOpenZfs(args: DescribeLocationFsxOpenZfsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLocationFsxOpenZfsCommandOutput) => void): void;
|
|
@@ -10,6 +10,7 @@ import { CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput } fro
|
|
|
10
10
|
import { CreateAgentCommandInput, CreateAgentCommandOutput } from "./commands/CreateAgentCommand";
|
|
11
11
|
import { CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput } from "./commands/CreateLocationEfsCommand";
|
|
12
12
|
import { CreateLocationFsxLustreCommandInput, CreateLocationFsxLustreCommandOutput } from "./commands/CreateLocationFsxLustreCommand";
|
|
13
|
+
import { CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput } from "./commands/CreateLocationFsxOntapCommand";
|
|
13
14
|
import { CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput } from "./commands/CreateLocationFsxOpenZfsCommand";
|
|
14
15
|
import { CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput } from "./commands/CreateLocationFsxWindowsCommand";
|
|
15
16
|
import { CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput } from "./commands/CreateLocationHdfsCommand";
|
|
@@ -24,6 +25,7 @@ import { DeleteTaskCommandInput, DeleteTaskCommandOutput } from "./commands/Dele
|
|
|
24
25
|
import { DescribeAgentCommandInput, DescribeAgentCommandOutput } from "./commands/DescribeAgentCommand";
|
|
25
26
|
import { DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput } from "./commands/DescribeLocationEfsCommand";
|
|
26
27
|
import { DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput } from "./commands/DescribeLocationFsxLustreCommand";
|
|
28
|
+
import { DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput } from "./commands/DescribeLocationFsxOntapCommand";
|
|
27
29
|
import { DescribeLocationFsxOpenZfsCommandInput, DescribeLocationFsxOpenZfsCommandOutput } from "./commands/DescribeLocationFsxOpenZfsCommand";
|
|
28
30
|
import { DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput } from "./commands/DescribeLocationFsxWindowsCommand";
|
|
29
31
|
import { DescribeLocationHdfsCommandInput, DescribeLocationHdfsCommandOutput } from "./commands/DescribeLocationHdfsCommand";
|
|
@@ -48,8 +50,8 @@ import { UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCom
|
|
|
48
50
|
import { UpdateLocationSmbCommandInput, UpdateLocationSmbCommandOutput } from "./commands/UpdateLocationSmbCommand";
|
|
49
51
|
import { UpdateTaskCommandInput, UpdateTaskCommandOutput } from "./commands/UpdateTaskCommand";
|
|
50
52
|
import { UpdateTaskExecutionCommandInput, UpdateTaskExecutionCommandOutput } from "./commands/UpdateTaskExecutionCommand";
|
|
51
|
-
export declare type ServiceInputTypes = CancelTaskExecutionCommandInput | CreateAgentCommandInput | CreateLocationEfsCommandInput | CreateLocationFsxLustreCommandInput | CreateLocationFsxOpenZfsCommandInput | CreateLocationFsxWindowsCommandInput | CreateLocationHdfsCommandInput | CreateLocationNfsCommandInput | CreateLocationObjectStorageCommandInput | CreateLocationS3CommandInput | CreateLocationSmbCommandInput | CreateTaskCommandInput | DeleteAgentCommandInput | DeleteLocationCommandInput | DeleteTaskCommandInput | DescribeAgentCommandInput | DescribeLocationEfsCommandInput | DescribeLocationFsxLustreCommandInput | DescribeLocationFsxOpenZfsCommandInput | DescribeLocationFsxWindowsCommandInput | DescribeLocationHdfsCommandInput | DescribeLocationNfsCommandInput | DescribeLocationObjectStorageCommandInput | DescribeLocationS3CommandInput | DescribeLocationSmbCommandInput | DescribeTaskCommandInput | DescribeTaskExecutionCommandInput | ListAgentsCommandInput | ListLocationsCommandInput | ListTagsForResourceCommandInput | ListTaskExecutionsCommandInput | ListTasksCommandInput | StartTaskExecutionCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentCommandInput | UpdateLocationHdfsCommandInput | UpdateLocationNfsCommandInput | UpdateLocationObjectStorageCommandInput | UpdateLocationSmbCommandInput | UpdateTaskCommandInput | UpdateTaskExecutionCommandInput;
|
|
52
|
-
export declare type ServiceOutputTypes = CancelTaskExecutionCommandOutput | CreateAgentCommandOutput | CreateLocationEfsCommandOutput | CreateLocationFsxLustreCommandOutput | CreateLocationFsxOpenZfsCommandOutput | CreateLocationFsxWindowsCommandOutput | CreateLocationHdfsCommandOutput | CreateLocationNfsCommandOutput | CreateLocationObjectStorageCommandOutput | CreateLocationS3CommandOutput | CreateLocationSmbCommandOutput | CreateTaskCommandOutput | DeleteAgentCommandOutput | DeleteLocationCommandOutput | DeleteTaskCommandOutput | DescribeAgentCommandOutput | DescribeLocationEfsCommandOutput | DescribeLocationFsxLustreCommandOutput | DescribeLocationFsxOpenZfsCommandOutput | DescribeLocationFsxWindowsCommandOutput | DescribeLocationHdfsCommandOutput | DescribeLocationNfsCommandOutput | DescribeLocationObjectStorageCommandOutput | DescribeLocationS3CommandOutput | DescribeLocationSmbCommandOutput | DescribeTaskCommandOutput | DescribeTaskExecutionCommandOutput | ListAgentsCommandOutput | ListLocationsCommandOutput | ListTagsForResourceCommandOutput | ListTaskExecutionsCommandOutput | ListTasksCommandOutput | StartTaskExecutionCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentCommandOutput | UpdateLocationHdfsCommandOutput | UpdateLocationNfsCommandOutput | UpdateLocationObjectStorageCommandOutput | UpdateLocationSmbCommandOutput | UpdateTaskCommandOutput | UpdateTaskExecutionCommandOutput;
|
|
53
|
+
export declare type ServiceInputTypes = CancelTaskExecutionCommandInput | CreateAgentCommandInput | CreateLocationEfsCommandInput | CreateLocationFsxLustreCommandInput | CreateLocationFsxOntapCommandInput | CreateLocationFsxOpenZfsCommandInput | CreateLocationFsxWindowsCommandInput | CreateLocationHdfsCommandInput | CreateLocationNfsCommandInput | CreateLocationObjectStorageCommandInput | CreateLocationS3CommandInput | CreateLocationSmbCommandInput | CreateTaskCommandInput | DeleteAgentCommandInput | DeleteLocationCommandInput | DeleteTaskCommandInput | DescribeAgentCommandInput | DescribeLocationEfsCommandInput | DescribeLocationFsxLustreCommandInput | DescribeLocationFsxOntapCommandInput | DescribeLocationFsxOpenZfsCommandInput | DescribeLocationFsxWindowsCommandInput | DescribeLocationHdfsCommandInput | DescribeLocationNfsCommandInput | DescribeLocationObjectStorageCommandInput | DescribeLocationS3CommandInput | DescribeLocationSmbCommandInput | DescribeTaskCommandInput | DescribeTaskExecutionCommandInput | ListAgentsCommandInput | ListLocationsCommandInput | ListTagsForResourceCommandInput | ListTaskExecutionsCommandInput | ListTasksCommandInput | StartTaskExecutionCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentCommandInput | UpdateLocationHdfsCommandInput | UpdateLocationNfsCommandInput | UpdateLocationObjectStorageCommandInput | UpdateLocationSmbCommandInput | UpdateTaskCommandInput | UpdateTaskExecutionCommandInput;
|
|
54
|
+
export declare type ServiceOutputTypes = CancelTaskExecutionCommandOutput | CreateAgentCommandOutput | CreateLocationEfsCommandOutput | CreateLocationFsxLustreCommandOutput | CreateLocationFsxOntapCommandOutput | CreateLocationFsxOpenZfsCommandOutput | CreateLocationFsxWindowsCommandOutput | CreateLocationHdfsCommandOutput | CreateLocationNfsCommandOutput | CreateLocationObjectStorageCommandOutput | CreateLocationS3CommandOutput | CreateLocationSmbCommandOutput | CreateTaskCommandOutput | DeleteAgentCommandOutput | DeleteLocationCommandOutput | DeleteTaskCommandOutput | DescribeAgentCommandOutput | DescribeLocationEfsCommandOutput | DescribeLocationFsxLustreCommandOutput | DescribeLocationFsxOntapCommandOutput | DescribeLocationFsxOpenZfsCommandOutput | DescribeLocationFsxWindowsCommandOutput | DescribeLocationHdfsCommandOutput | DescribeLocationNfsCommandOutput | DescribeLocationObjectStorageCommandOutput | DescribeLocationS3CommandOutput | DescribeLocationSmbCommandOutput | DescribeTaskCommandOutput | DescribeTaskExecutionCommandOutput | ListAgentsCommandOutput | ListLocationsCommandOutput | ListTagsForResourceCommandOutput | ListTaskExecutionsCommandOutput | ListTasksCommandOutput | StartTaskExecutionCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentCommandOutput | UpdateLocationHdfsCommandOutput | UpdateLocationNfsCommandOutput | UpdateLocationObjectStorageCommandOutput | UpdateLocationSmbCommandOutput | UpdateTaskCommandOutput | UpdateTaskExecutionCommandOutput;
|
|
53
55
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
54
56
|
|
|
55
57
|
requestHandler?: __HttpHandler;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
|
+
import { CreateLocationFsxOntapRequest, CreateLocationFsxOntapResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateLocationFsxOntapCommandInput extends CreateLocationFsxOntapRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateLocationFsxOntapCommandOutput extends CreateLocationFsxOntapResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class CreateLocationFsxOntapCommand extends $Command<CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput, DataSyncClientResolvedConfig> {
|
|
11
|
+
readonly input: CreateLocationFsxOntapCommandInput;
|
|
12
|
+
constructor(input: CreateLocationFsxOntapCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
4
|
+
import { DescribeLocationFsxOntapRequest, DescribeLocationFsxOntapResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeLocationFsxOntapCommandInput extends DescribeLocationFsxOntapRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeLocationFsxOntapCommandOutput extends DescribeLocationFsxOntapResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class DescribeLocationFsxOntapCommand extends $Command<DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput, DataSyncClientResolvedConfig> {
|
|
11
|
+
readonly input: DescribeLocationFsxOntapCommandInput;
|
|
12
|
+
constructor(input: DescribeLocationFsxOntapCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataSyncClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -2,6 +2,7 @@ export * from "./CancelTaskExecutionCommand";
|
|
|
2
2
|
export * from "./CreateAgentCommand";
|
|
3
3
|
export * from "./CreateLocationEfsCommand";
|
|
4
4
|
export * from "./CreateLocationFsxLustreCommand";
|
|
5
|
+
export * from "./CreateLocationFsxOntapCommand";
|
|
5
6
|
export * from "./CreateLocationFsxOpenZfsCommand";
|
|
6
7
|
export * from "./CreateLocationFsxWindowsCommand";
|
|
7
8
|
export * from "./CreateLocationHdfsCommand";
|
|
@@ -16,6 +17,7 @@ export * from "./DeleteTaskCommand";
|
|
|
16
17
|
export * from "./DescribeAgentCommand";
|
|
17
18
|
export * from "./DescribeLocationEfsCommand";
|
|
18
19
|
export * from "./DescribeLocationFsxLustreCommand";
|
|
20
|
+
export * from "./DescribeLocationFsxOntapCommand";
|
|
19
21
|
export * from "./DescribeLocationFsxOpenZfsCommand";
|
|
20
22
|
export * from "./DescribeLocationFsxWindowsCommand";
|
|
21
23
|
export * from "./DescribeLocationHdfsCommand";
|
|
@@ -183,15 +183,70 @@ export declare namespace FsxProtocolNfs {
|
|
|
183
183
|
|
|
184
184
|
const filterSensitiveLog: (obj: FsxProtocolNfs) => any;
|
|
185
185
|
}
|
|
186
|
+
export declare enum SmbVersion {
|
|
187
|
+
AUTOMATIC = "AUTOMATIC",
|
|
188
|
+
SMB2 = "SMB2",
|
|
189
|
+
SMB3 = "SMB3"
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
export interface SmbMountOptions {
|
|
193
|
+
|
|
194
|
+
Version?: SmbVersion | string;
|
|
195
|
+
}
|
|
196
|
+
export declare namespace SmbMountOptions {
|
|
197
|
+
|
|
198
|
+
const filterSensitiveLog: (obj: SmbMountOptions) => any;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
export interface FsxProtocolSmb {
|
|
202
|
+
|
|
203
|
+
Domain?: string;
|
|
204
|
+
|
|
205
|
+
MountOptions?: SmbMountOptions;
|
|
206
|
+
|
|
207
|
+
Password: string | undefined;
|
|
208
|
+
|
|
209
|
+
User: string | undefined;
|
|
210
|
+
}
|
|
211
|
+
export declare namespace FsxProtocolSmb {
|
|
212
|
+
|
|
213
|
+
const filterSensitiveLog: (obj: FsxProtocolSmb) => any;
|
|
214
|
+
}
|
|
186
215
|
|
|
187
216
|
export interface FsxProtocol {
|
|
188
217
|
|
|
189
218
|
NFS?: FsxProtocolNfs;
|
|
219
|
+
|
|
220
|
+
SMB?: FsxProtocolSmb;
|
|
190
221
|
}
|
|
191
222
|
export declare namespace FsxProtocol {
|
|
192
223
|
|
|
193
224
|
const filterSensitiveLog: (obj: FsxProtocol) => any;
|
|
194
225
|
}
|
|
226
|
+
export interface CreateLocationFsxOntapRequest {
|
|
227
|
+
|
|
228
|
+
Protocol: FsxProtocol | undefined;
|
|
229
|
+
|
|
230
|
+
SecurityGroupArns: string[] | undefined;
|
|
231
|
+
|
|
232
|
+
StorageVirtualMachineArn: string | undefined;
|
|
233
|
+
|
|
234
|
+
Subdirectory?: string;
|
|
235
|
+
|
|
236
|
+
Tags?: TagListEntry[];
|
|
237
|
+
}
|
|
238
|
+
export declare namespace CreateLocationFsxOntapRequest {
|
|
239
|
+
|
|
240
|
+
const filterSensitiveLog: (obj: CreateLocationFsxOntapRequest) => any;
|
|
241
|
+
}
|
|
242
|
+
export interface CreateLocationFsxOntapResponse {
|
|
243
|
+
|
|
244
|
+
LocationArn?: string;
|
|
245
|
+
}
|
|
246
|
+
export declare namespace CreateLocationFsxOntapResponse {
|
|
247
|
+
|
|
248
|
+
const filterSensitiveLog: (obj: CreateLocationFsxOntapResponse) => any;
|
|
249
|
+
}
|
|
195
250
|
export interface CreateLocationFsxOpenZfsRequest {
|
|
196
251
|
|
|
197
252
|
FsxFilesystemArn: string | undefined;
|
|
@@ -441,20 +496,6 @@ export declare namespace CreateLocationS3Response {
|
|
|
441
496
|
|
|
442
497
|
const filterSensitiveLog: (obj: CreateLocationS3Response) => any;
|
|
443
498
|
}
|
|
444
|
-
export declare enum SmbVersion {
|
|
445
|
-
AUTOMATIC = "AUTOMATIC",
|
|
446
|
-
SMB2 = "SMB2",
|
|
447
|
-
SMB3 = "SMB3"
|
|
448
|
-
}
|
|
449
|
-
|
|
450
|
-
export interface SmbMountOptions {
|
|
451
|
-
|
|
452
|
-
Version?: SmbVersion | string;
|
|
453
|
-
}
|
|
454
|
-
export declare namespace SmbMountOptions {
|
|
455
|
-
|
|
456
|
-
const filterSensitiveLog: (obj: SmbMountOptions) => any;
|
|
457
|
-
}
|
|
458
499
|
|
|
459
500
|
export interface CreateLocationSmbRequest {
|
|
460
501
|
|
|
@@ -787,6 +828,34 @@ export declare namespace DescribeLocationFsxLustreResponse {
|
|
|
787
828
|
|
|
788
829
|
const filterSensitiveLog: (obj: DescribeLocationFsxLustreResponse) => any;
|
|
789
830
|
}
|
|
831
|
+
export interface DescribeLocationFsxOntapRequest {
|
|
832
|
+
|
|
833
|
+
LocationArn: string | undefined;
|
|
834
|
+
}
|
|
835
|
+
export declare namespace DescribeLocationFsxOntapRequest {
|
|
836
|
+
|
|
837
|
+
const filterSensitiveLog: (obj: DescribeLocationFsxOntapRequest) => any;
|
|
838
|
+
}
|
|
839
|
+
export interface DescribeLocationFsxOntapResponse {
|
|
840
|
+
|
|
841
|
+
CreationTime?: Date;
|
|
842
|
+
|
|
843
|
+
LocationArn?: string;
|
|
844
|
+
|
|
845
|
+
LocationUri?: string;
|
|
846
|
+
|
|
847
|
+
Protocol?: FsxProtocol;
|
|
848
|
+
|
|
849
|
+
SecurityGroupArns?: string[];
|
|
850
|
+
|
|
851
|
+
StorageVirtualMachineArn?: string;
|
|
852
|
+
|
|
853
|
+
FsxFilesystemArn?: string;
|
|
854
|
+
}
|
|
855
|
+
export declare namespace DescribeLocationFsxOntapResponse {
|
|
856
|
+
|
|
857
|
+
const filterSensitiveLog: (obj: DescribeLocationFsxOntapResponse) => any;
|
|
858
|
+
}
|
|
790
859
|
export interface DescribeLocationFsxOpenZfsRequest {
|
|
791
860
|
|
|
792
861
|
LocationArn: string | undefined;
|
|
@@ -4,6 +4,7 @@ import { CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput } fro
|
|
|
4
4
|
import { CreateAgentCommandInput, CreateAgentCommandOutput } from "../commands/CreateAgentCommand";
|
|
5
5
|
import { CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput } from "../commands/CreateLocationEfsCommand";
|
|
6
6
|
import { CreateLocationFsxLustreCommandInput, CreateLocationFsxLustreCommandOutput } from "../commands/CreateLocationFsxLustreCommand";
|
|
7
|
+
import { CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput } from "../commands/CreateLocationFsxOntapCommand";
|
|
7
8
|
import { CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput } from "../commands/CreateLocationFsxOpenZfsCommand";
|
|
8
9
|
import { CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput } from "../commands/CreateLocationFsxWindowsCommand";
|
|
9
10
|
import { CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput } from "../commands/CreateLocationHdfsCommand";
|
|
@@ -18,6 +19,7 @@ import { DeleteTaskCommandInput, DeleteTaskCommandOutput } from "../commands/Del
|
|
|
18
19
|
import { DescribeAgentCommandInput, DescribeAgentCommandOutput } from "../commands/DescribeAgentCommand";
|
|
19
20
|
import { DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput } from "../commands/DescribeLocationEfsCommand";
|
|
20
21
|
import { DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput } from "../commands/DescribeLocationFsxLustreCommand";
|
|
22
|
+
import { DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput } from "../commands/DescribeLocationFsxOntapCommand";
|
|
21
23
|
import { DescribeLocationFsxOpenZfsCommandInput, DescribeLocationFsxOpenZfsCommandOutput } from "../commands/DescribeLocationFsxOpenZfsCommand";
|
|
22
24
|
import { DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput } from "../commands/DescribeLocationFsxWindowsCommand";
|
|
23
25
|
import { DescribeLocationHdfsCommandInput, DescribeLocationHdfsCommandOutput } from "../commands/DescribeLocationHdfsCommand";
|
|
@@ -46,6 +48,7 @@ export declare const serializeAws_json1_1CancelTaskExecutionCommand: (input: Can
|
|
|
46
48
|
export declare const serializeAws_json1_1CreateAgentCommand: (input: CreateAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
49
|
export declare const serializeAws_json1_1CreateLocationEfsCommand: (input: CreateLocationEfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
50
|
export declare const serializeAws_json1_1CreateLocationFsxLustreCommand: (input: CreateLocationFsxLustreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
+
export declare const serializeAws_json1_1CreateLocationFsxOntapCommand: (input: CreateLocationFsxOntapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
52
|
export declare const serializeAws_json1_1CreateLocationFsxOpenZfsCommand: (input: CreateLocationFsxOpenZfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
53
|
export declare const serializeAws_json1_1CreateLocationFsxWindowsCommand: (input: CreateLocationFsxWindowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
54
|
export declare const serializeAws_json1_1CreateLocationHdfsCommand: (input: CreateLocationHdfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -60,6 +63,7 @@ export declare const serializeAws_json1_1DeleteTaskCommand: (input: DeleteTaskCo
|
|
|
60
63
|
export declare const serializeAws_json1_1DescribeAgentCommand: (input: DescribeAgentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
61
64
|
export declare const serializeAws_json1_1DescribeLocationEfsCommand: (input: DescribeLocationEfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
62
65
|
export declare const serializeAws_json1_1DescribeLocationFsxLustreCommand: (input: DescribeLocationFsxLustreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
66
|
+
export declare const serializeAws_json1_1DescribeLocationFsxOntapCommand: (input: DescribeLocationFsxOntapCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
67
|
export declare const serializeAws_json1_1DescribeLocationFsxOpenZfsCommand: (input: DescribeLocationFsxOpenZfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
68
|
export declare const serializeAws_json1_1DescribeLocationFsxWindowsCommand: (input: DescribeLocationFsxWindowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
65
69
|
export declare const serializeAws_json1_1DescribeLocationHdfsCommand: (input: DescribeLocationHdfsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -88,6 +92,7 @@ export declare const deserializeAws_json1_1CancelTaskExecutionCommand: (output:
|
|
|
88
92
|
export declare const deserializeAws_json1_1CreateAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAgentCommandOutput>;
|
|
89
93
|
export declare const deserializeAws_json1_1CreateLocationEfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationEfsCommandOutput>;
|
|
90
94
|
export declare const deserializeAws_json1_1CreateLocationFsxLustreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationFsxLustreCommandOutput>;
|
|
95
|
+
export declare const deserializeAws_json1_1CreateLocationFsxOntapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationFsxOntapCommandOutput>;
|
|
91
96
|
export declare const deserializeAws_json1_1CreateLocationFsxOpenZfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationFsxOpenZfsCommandOutput>;
|
|
92
97
|
export declare const deserializeAws_json1_1CreateLocationFsxWindowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationFsxWindowsCommandOutput>;
|
|
93
98
|
export declare const deserializeAws_json1_1CreateLocationHdfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLocationHdfsCommandOutput>;
|
|
@@ -102,6 +107,7 @@ export declare const deserializeAws_json1_1DeleteTaskCommand: (output: __HttpRes
|
|
|
102
107
|
export declare const deserializeAws_json1_1DescribeAgentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAgentCommandOutput>;
|
|
103
108
|
export declare const deserializeAws_json1_1DescribeLocationEfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationEfsCommandOutput>;
|
|
104
109
|
export declare const deserializeAws_json1_1DescribeLocationFsxLustreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationFsxLustreCommandOutput>;
|
|
110
|
+
export declare const deserializeAws_json1_1DescribeLocationFsxOntapCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationFsxOntapCommandOutput>;
|
|
105
111
|
export declare const deserializeAws_json1_1DescribeLocationFsxOpenZfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationFsxOpenZfsCommandOutput>;
|
|
106
112
|
export declare const deserializeAws_json1_1DescribeLocationFsxWindowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationFsxWindowsCommandOutput>;
|
|
107
113
|
export declare const deserializeAws_json1_1DescribeLocationHdfsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLocationHdfsCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-datasync",
|
|
3
3
|
"description": "AWS SDK for JavaScript Datasync Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.127.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,35 +18,35 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
31
|
-
"@aws-sdk/middleware-retry": "3.
|
|
32
|
-
"@aws-sdk/middleware-serde": "3.
|
|
33
|
-
"@aws-sdk/middleware-signing": "3.
|
|
34
|
-
"@aws-sdk/middleware-stack": "3.
|
|
35
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
36
|
-
"@aws-sdk/node-config-provider": "3.
|
|
37
|
-
"@aws-sdk/node-http-handler": "3.
|
|
38
|
-
"@aws-sdk/protocol-http": "3.
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
40
|
-
"@aws-sdk/types": "3.
|
|
41
|
-
"@aws-sdk/url-parser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.127.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.127.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.127.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.127.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.127.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.127.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.127.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.127.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.127.0",
|
|
31
|
+
"@aws-sdk/middleware-retry": "3.127.0",
|
|
32
|
+
"@aws-sdk/middleware-serde": "3.127.0",
|
|
33
|
+
"@aws-sdk/middleware-signing": "3.127.0",
|
|
34
|
+
"@aws-sdk/middleware-stack": "3.127.0",
|
|
35
|
+
"@aws-sdk/middleware-user-agent": "3.127.0",
|
|
36
|
+
"@aws-sdk/node-config-provider": "3.127.0",
|
|
37
|
+
"@aws-sdk/node-http-handler": "3.127.0",
|
|
38
|
+
"@aws-sdk/protocol-http": "3.127.0",
|
|
39
|
+
"@aws-sdk/smithy-client": "3.127.0",
|
|
40
|
+
"@aws-sdk/types": "3.127.0",
|
|
41
|
+
"@aws-sdk/url-parser": "3.127.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.127.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.127.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.109.0",
|
|
52
52
|
"tslib": "^2.3.1"
|