@aws-sdk/client-datasync 3.1019.0 → 3.1020.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/dist-es/DataSync.js +8 -8
- package/dist-types/DataSync.d.ts +53 -53
- package/dist-types/DataSyncClient.d.ts +56 -56
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/pagination/ListAgentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLocationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/dist-types/pagination/ListTaskExecutionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTasksPaginator.d.ts +1 -1
- package/dist-types/ts3.4/DataSyncClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/package.json +13 -13
package/dist-es/DataSync.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createAggregatedClient } from "@smithy/smithy-client";
|
|
2
2
|
import { CancelTaskExecutionCommand, } from "./commands/CancelTaskExecutionCommand";
|
|
3
|
-
import { CreateAgentCommand } from "./commands/CreateAgentCommand";
|
|
3
|
+
import { CreateAgentCommand, } from "./commands/CreateAgentCommand";
|
|
4
4
|
import { CreateLocationAzureBlobCommand, } from "./commands/CreateLocationAzureBlobCommand";
|
|
5
5
|
import { CreateLocationEfsCommand, } from "./commands/CreateLocationEfsCommand";
|
|
6
6
|
import { CreateLocationFsxLustreCommand, } from "./commands/CreateLocationFsxLustreCommand";
|
|
@@ -12,10 +12,10 @@ import { CreateLocationNfsCommand, } from "./commands/CreateLocationNfsCommand";
|
|
|
12
12
|
import { CreateLocationObjectStorageCommand, } from "./commands/CreateLocationObjectStorageCommand";
|
|
13
13
|
import { CreateLocationS3Command, } from "./commands/CreateLocationS3Command";
|
|
14
14
|
import { CreateLocationSmbCommand, } from "./commands/CreateLocationSmbCommand";
|
|
15
|
-
import { CreateTaskCommand } from "./commands/CreateTaskCommand";
|
|
16
|
-
import { DeleteAgentCommand } from "./commands/DeleteAgentCommand";
|
|
15
|
+
import { CreateTaskCommand, } from "./commands/CreateTaskCommand";
|
|
16
|
+
import { DeleteAgentCommand, } from "./commands/DeleteAgentCommand";
|
|
17
17
|
import { DeleteLocationCommand, } from "./commands/DeleteLocationCommand";
|
|
18
|
-
import { DeleteTaskCommand } from "./commands/DeleteTaskCommand";
|
|
18
|
+
import { DeleteTaskCommand, } from "./commands/DeleteTaskCommand";
|
|
19
19
|
import { DescribeAgentCommand, } from "./commands/DescribeAgentCommand";
|
|
20
20
|
import { DescribeLocationAzureBlobCommand, } from "./commands/DescribeLocationAzureBlobCommand";
|
|
21
21
|
import { DescribeLocationEfsCommand, } from "./commands/DescribeLocationEfsCommand";
|
|
@@ -30,15 +30,15 @@ import { DescribeLocationS3Command, } from "./commands/DescribeLocationS3Command
|
|
|
30
30
|
import { DescribeLocationSmbCommand, } from "./commands/DescribeLocationSmbCommand";
|
|
31
31
|
import { DescribeTaskCommand, } from "./commands/DescribeTaskCommand";
|
|
32
32
|
import { DescribeTaskExecutionCommand, } from "./commands/DescribeTaskExecutionCommand";
|
|
33
|
-
import { ListAgentsCommand } from "./commands/ListAgentsCommand";
|
|
33
|
+
import { ListAgentsCommand, } from "./commands/ListAgentsCommand";
|
|
34
34
|
import { ListLocationsCommand, } from "./commands/ListLocationsCommand";
|
|
35
35
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
36
36
|
import { ListTaskExecutionsCommand, } from "./commands/ListTaskExecutionsCommand";
|
|
37
37
|
import { ListTasksCommand } from "./commands/ListTasksCommand";
|
|
38
38
|
import { StartTaskExecutionCommand, } from "./commands/StartTaskExecutionCommand";
|
|
39
|
-
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
39
|
+
import { TagResourceCommand, } from "./commands/TagResourceCommand";
|
|
40
40
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
41
|
-
import { UpdateAgentCommand } from "./commands/UpdateAgentCommand";
|
|
41
|
+
import { UpdateAgentCommand, } from "./commands/UpdateAgentCommand";
|
|
42
42
|
import { UpdateLocationAzureBlobCommand, } from "./commands/UpdateLocationAzureBlobCommand";
|
|
43
43
|
import { UpdateLocationEfsCommand, } from "./commands/UpdateLocationEfsCommand";
|
|
44
44
|
import { UpdateLocationFsxLustreCommand, } from "./commands/UpdateLocationFsxLustreCommand";
|
|
@@ -50,7 +50,7 @@ import { UpdateLocationNfsCommand, } from "./commands/UpdateLocationNfsCommand";
|
|
|
50
50
|
import { UpdateLocationObjectStorageCommand, } from "./commands/UpdateLocationObjectStorageCommand";
|
|
51
51
|
import { UpdateLocationS3Command, } from "./commands/UpdateLocationS3Command";
|
|
52
52
|
import { UpdateLocationSmbCommand, } from "./commands/UpdateLocationSmbCommand";
|
|
53
|
-
import { UpdateTaskCommand } from "./commands/UpdateTaskCommand";
|
|
53
|
+
import { UpdateTaskCommand, } from "./commands/UpdateTaskCommand";
|
|
54
54
|
import { UpdateTaskExecutionCommand, } from "./commands/UpdateTaskExecutionCommand";
|
|
55
55
|
import { DataSyncClient } from "./DataSyncClient";
|
|
56
56
|
import { paginateListAgents } from "./pagination/ListAgentsPaginator";
|
package/dist-types/DataSync.d.ts
CHANGED
|
@@ -1,57 +1,57 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
|
-
import { CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput } from "./commands/CancelTaskExecutionCommand";
|
|
3
|
-
import { CreateAgentCommandInput, CreateAgentCommandOutput } from "./commands/CreateAgentCommand";
|
|
4
|
-
import { CreateLocationAzureBlobCommandInput, CreateLocationAzureBlobCommandOutput } from "./commands/CreateLocationAzureBlobCommand";
|
|
5
|
-
import { CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput } from "./commands/CreateLocationEfsCommand";
|
|
6
|
-
import { CreateLocationFsxLustreCommandInput, CreateLocationFsxLustreCommandOutput } from "./commands/CreateLocationFsxLustreCommand";
|
|
7
|
-
import { CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput } from "./commands/CreateLocationFsxOntapCommand";
|
|
8
|
-
import { CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput } from "./commands/CreateLocationFsxOpenZfsCommand";
|
|
9
|
-
import { CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput } from "./commands/CreateLocationFsxWindowsCommand";
|
|
10
|
-
import { CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput } from "./commands/CreateLocationHdfsCommand";
|
|
11
|
-
import { CreateLocationNfsCommandInput, CreateLocationNfsCommandOutput } from "./commands/CreateLocationNfsCommand";
|
|
12
|
-
import { CreateLocationObjectStorageCommandInput, CreateLocationObjectStorageCommandOutput } from "./commands/CreateLocationObjectStorageCommand";
|
|
13
|
-
import { CreateLocationS3CommandInput, CreateLocationS3CommandOutput } from "./commands/CreateLocationS3Command";
|
|
14
|
-
import { CreateLocationSmbCommandInput, CreateLocationSmbCommandOutput } from "./commands/CreateLocationSmbCommand";
|
|
15
|
-
import { CreateTaskCommandInput, CreateTaskCommandOutput } from "./commands/CreateTaskCommand";
|
|
16
|
-
import { DeleteAgentCommandInput, DeleteAgentCommandOutput } from "./commands/DeleteAgentCommand";
|
|
17
|
-
import { DeleteLocationCommandInput, DeleteLocationCommandOutput } from "./commands/DeleteLocationCommand";
|
|
18
|
-
import { DeleteTaskCommandInput, DeleteTaskCommandOutput } from "./commands/DeleteTaskCommand";
|
|
19
|
-
import { DescribeAgentCommandInput, DescribeAgentCommandOutput } from "./commands/DescribeAgentCommand";
|
|
20
|
-
import { DescribeLocationAzureBlobCommandInput, DescribeLocationAzureBlobCommandOutput } from "./commands/DescribeLocationAzureBlobCommand";
|
|
21
|
-
import { DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput } from "./commands/DescribeLocationEfsCommand";
|
|
22
|
-
import { DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput } from "./commands/DescribeLocationFsxLustreCommand";
|
|
23
|
-
import { DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput } from "./commands/DescribeLocationFsxOntapCommand";
|
|
24
|
-
import { DescribeLocationFsxOpenZfsCommandInput, DescribeLocationFsxOpenZfsCommandOutput } from "./commands/DescribeLocationFsxOpenZfsCommand";
|
|
25
|
-
import { DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput } from "./commands/DescribeLocationFsxWindowsCommand";
|
|
26
|
-
import { DescribeLocationHdfsCommandInput, DescribeLocationHdfsCommandOutput } from "./commands/DescribeLocationHdfsCommand";
|
|
27
|
-
import { DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput } from "./commands/DescribeLocationNfsCommand";
|
|
28
|
-
import { DescribeLocationObjectStorageCommandInput, DescribeLocationObjectStorageCommandOutput } from "./commands/DescribeLocationObjectStorageCommand";
|
|
29
|
-
import { DescribeLocationS3CommandInput, DescribeLocationS3CommandOutput } from "./commands/DescribeLocationS3Command";
|
|
30
|
-
import { DescribeLocationSmbCommandInput, DescribeLocationSmbCommandOutput } from "./commands/DescribeLocationSmbCommand";
|
|
31
|
-
import { DescribeTaskCommandInput, DescribeTaskCommandOutput } from "./commands/DescribeTaskCommand";
|
|
32
|
-
import { DescribeTaskExecutionCommandInput, DescribeTaskExecutionCommandOutput } from "./commands/DescribeTaskExecutionCommand";
|
|
33
|
-
import { ListAgentsCommandInput, ListAgentsCommandOutput } from "./commands/ListAgentsCommand";
|
|
34
|
-
import { ListLocationsCommandInput, ListLocationsCommandOutput } from "./commands/ListLocationsCommand";
|
|
35
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
36
|
-
import { ListTaskExecutionsCommandInput, ListTaskExecutionsCommandOutput } from "./commands/ListTaskExecutionsCommand";
|
|
37
|
-
import { ListTasksCommandInput, ListTasksCommandOutput } from "./commands/ListTasksCommand";
|
|
38
|
-
import { StartTaskExecutionCommandInput, StartTaskExecutionCommandOutput } from "./commands/StartTaskExecutionCommand";
|
|
39
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
40
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
41
|
-
import { UpdateAgentCommandInput, UpdateAgentCommandOutput } from "./commands/UpdateAgentCommand";
|
|
42
|
-
import { UpdateLocationAzureBlobCommandInput, UpdateLocationAzureBlobCommandOutput } from "./commands/UpdateLocationAzureBlobCommand";
|
|
43
|
-
import { UpdateLocationEfsCommandInput, UpdateLocationEfsCommandOutput } from "./commands/UpdateLocationEfsCommand";
|
|
44
|
-
import { UpdateLocationFsxLustreCommandInput, UpdateLocationFsxLustreCommandOutput } from "./commands/UpdateLocationFsxLustreCommand";
|
|
45
|
-
import { UpdateLocationFsxOntapCommandInput, UpdateLocationFsxOntapCommandOutput } from "./commands/UpdateLocationFsxOntapCommand";
|
|
46
|
-
import { UpdateLocationFsxOpenZfsCommandInput, UpdateLocationFsxOpenZfsCommandOutput } from "./commands/UpdateLocationFsxOpenZfsCommand";
|
|
47
|
-
import { UpdateLocationFsxWindowsCommandInput, UpdateLocationFsxWindowsCommandOutput } from "./commands/UpdateLocationFsxWindowsCommand";
|
|
48
|
-
import { UpdateLocationHdfsCommandInput, UpdateLocationHdfsCommandOutput } from "./commands/UpdateLocationHdfsCommand";
|
|
49
|
-
import { UpdateLocationNfsCommandInput, UpdateLocationNfsCommandOutput } from "./commands/UpdateLocationNfsCommand";
|
|
50
|
-
import { UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCommandOutput } from "./commands/UpdateLocationObjectStorageCommand";
|
|
51
|
-
import { UpdateLocationS3CommandInput, UpdateLocationS3CommandOutput } from "./commands/UpdateLocationS3Command";
|
|
52
|
-
import { UpdateLocationSmbCommandInput, UpdateLocationSmbCommandOutput } from "./commands/UpdateLocationSmbCommand";
|
|
53
|
-
import { UpdateTaskCommandInput, UpdateTaskCommandOutput } from "./commands/UpdateTaskCommand";
|
|
54
|
-
import { UpdateTaskExecutionCommandInput, UpdateTaskExecutionCommandOutput } from "./commands/UpdateTaskExecutionCommand";
|
|
2
|
+
import { type CancelTaskExecutionCommandInput, type CancelTaskExecutionCommandOutput } from "./commands/CancelTaskExecutionCommand";
|
|
3
|
+
import { type CreateAgentCommandInput, type CreateAgentCommandOutput } from "./commands/CreateAgentCommand";
|
|
4
|
+
import { type CreateLocationAzureBlobCommandInput, type CreateLocationAzureBlobCommandOutput } from "./commands/CreateLocationAzureBlobCommand";
|
|
5
|
+
import { type CreateLocationEfsCommandInput, type CreateLocationEfsCommandOutput } from "./commands/CreateLocationEfsCommand";
|
|
6
|
+
import { type CreateLocationFsxLustreCommandInput, type CreateLocationFsxLustreCommandOutput } from "./commands/CreateLocationFsxLustreCommand";
|
|
7
|
+
import { type CreateLocationFsxOntapCommandInput, type CreateLocationFsxOntapCommandOutput } from "./commands/CreateLocationFsxOntapCommand";
|
|
8
|
+
import { type CreateLocationFsxOpenZfsCommandInput, type CreateLocationFsxOpenZfsCommandOutput } from "./commands/CreateLocationFsxOpenZfsCommand";
|
|
9
|
+
import { type CreateLocationFsxWindowsCommandInput, type CreateLocationFsxWindowsCommandOutput } from "./commands/CreateLocationFsxWindowsCommand";
|
|
10
|
+
import { type CreateLocationHdfsCommandInput, type CreateLocationHdfsCommandOutput } from "./commands/CreateLocationHdfsCommand";
|
|
11
|
+
import { type CreateLocationNfsCommandInput, type CreateLocationNfsCommandOutput } from "./commands/CreateLocationNfsCommand";
|
|
12
|
+
import { type CreateLocationObjectStorageCommandInput, type CreateLocationObjectStorageCommandOutput } from "./commands/CreateLocationObjectStorageCommand";
|
|
13
|
+
import { type CreateLocationS3CommandInput, type CreateLocationS3CommandOutput } from "./commands/CreateLocationS3Command";
|
|
14
|
+
import { type CreateLocationSmbCommandInput, type CreateLocationSmbCommandOutput } from "./commands/CreateLocationSmbCommand";
|
|
15
|
+
import { type CreateTaskCommandInput, type CreateTaskCommandOutput } from "./commands/CreateTaskCommand";
|
|
16
|
+
import { type DeleteAgentCommandInput, type DeleteAgentCommandOutput } from "./commands/DeleteAgentCommand";
|
|
17
|
+
import { type DeleteLocationCommandInput, type DeleteLocationCommandOutput } from "./commands/DeleteLocationCommand";
|
|
18
|
+
import { type DeleteTaskCommandInput, type DeleteTaskCommandOutput } from "./commands/DeleteTaskCommand";
|
|
19
|
+
import { type DescribeAgentCommandInput, type DescribeAgentCommandOutput } from "./commands/DescribeAgentCommand";
|
|
20
|
+
import { type DescribeLocationAzureBlobCommandInput, type DescribeLocationAzureBlobCommandOutput } from "./commands/DescribeLocationAzureBlobCommand";
|
|
21
|
+
import { type DescribeLocationEfsCommandInput, type DescribeLocationEfsCommandOutput } from "./commands/DescribeLocationEfsCommand";
|
|
22
|
+
import { type DescribeLocationFsxLustreCommandInput, type DescribeLocationFsxLustreCommandOutput } from "./commands/DescribeLocationFsxLustreCommand";
|
|
23
|
+
import { type DescribeLocationFsxOntapCommandInput, type DescribeLocationFsxOntapCommandOutput } from "./commands/DescribeLocationFsxOntapCommand";
|
|
24
|
+
import { type DescribeLocationFsxOpenZfsCommandInput, type DescribeLocationFsxOpenZfsCommandOutput } from "./commands/DescribeLocationFsxOpenZfsCommand";
|
|
25
|
+
import { type DescribeLocationFsxWindowsCommandInput, type DescribeLocationFsxWindowsCommandOutput } from "./commands/DescribeLocationFsxWindowsCommand";
|
|
26
|
+
import { type DescribeLocationHdfsCommandInput, type DescribeLocationHdfsCommandOutput } from "./commands/DescribeLocationHdfsCommand";
|
|
27
|
+
import { type DescribeLocationNfsCommandInput, type DescribeLocationNfsCommandOutput } from "./commands/DescribeLocationNfsCommand";
|
|
28
|
+
import { type DescribeLocationObjectStorageCommandInput, type DescribeLocationObjectStorageCommandOutput } from "./commands/DescribeLocationObjectStorageCommand";
|
|
29
|
+
import { type DescribeLocationS3CommandInput, type DescribeLocationS3CommandOutput } from "./commands/DescribeLocationS3Command";
|
|
30
|
+
import { type DescribeLocationSmbCommandInput, type DescribeLocationSmbCommandOutput } from "./commands/DescribeLocationSmbCommand";
|
|
31
|
+
import { type DescribeTaskCommandInput, type DescribeTaskCommandOutput } from "./commands/DescribeTaskCommand";
|
|
32
|
+
import { type DescribeTaskExecutionCommandInput, type DescribeTaskExecutionCommandOutput } from "./commands/DescribeTaskExecutionCommand";
|
|
33
|
+
import { type ListAgentsCommandInput, type ListAgentsCommandOutput } from "./commands/ListAgentsCommand";
|
|
34
|
+
import { type ListLocationsCommandInput, type ListLocationsCommandOutput } from "./commands/ListLocationsCommand";
|
|
35
|
+
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
36
|
+
import { type ListTaskExecutionsCommandInput, type ListTaskExecutionsCommandOutput } from "./commands/ListTaskExecutionsCommand";
|
|
37
|
+
import { type ListTasksCommandInput, type ListTasksCommandOutput } from "./commands/ListTasksCommand";
|
|
38
|
+
import { type StartTaskExecutionCommandInput, type StartTaskExecutionCommandOutput } from "./commands/StartTaskExecutionCommand";
|
|
39
|
+
import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
40
|
+
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
41
|
+
import { type UpdateAgentCommandInput, type UpdateAgentCommandOutput } from "./commands/UpdateAgentCommand";
|
|
42
|
+
import { type UpdateLocationAzureBlobCommandInput, type UpdateLocationAzureBlobCommandOutput } from "./commands/UpdateLocationAzureBlobCommand";
|
|
43
|
+
import { type UpdateLocationEfsCommandInput, type UpdateLocationEfsCommandOutput } from "./commands/UpdateLocationEfsCommand";
|
|
44
|
+
import { type UpdateLocationFsxLustreCommandInput, type UpdateLocationFsxLustreCommandOutput } from "./commands/UpdateLocationFsxLustreCommand";
|
|
45
|
+
import { type UpdateLocationFsxOntapCommandInput, type UpdateLocationFsxOntapCommandOutput } from "./commands/UpdateLocationFsxOntapCommand";
|
|
46
|
+
import { type UpdateLocationFsxOpenZfsCommandInput, type UpdateLocationFsxOpenZfsCommandOutput } from "./commands/UpdateLocationFsxOpenZfsCommand";
|
|
47
|
+
import { type UpdateLocationFsxWindowsCommandInput, type UpdateLocationFsxWindowsCommandOutput } from "./commands/UpdateLocationFsxWindowsCommand";
|
|
48
|
+
import { type UpdateLocationHdfsCommandInput, type UpdateLocationHdfsCommandOutput } from "./commands/UpdateLocationHdfsCommand";
|
|
49
|
+
import { type UpdateLocationNfsCommandInput, type UpdateLocationNfsCommandOutput } from "./commands/UpdateLocationNfsCommand";
|
|
50
|
+
import { type UpdateLocationObjectStorageCommandInput, type UpdateLocationObjectStorageCommandOutput } from "./commands/UpdateLocationObjectStorageCommand";
|
|
51
|
+
import { type UpdateLocationS3CommandInput, type UpdateLocationS3CommandOutput } from "./commands/UpdateLocationS3Command";
|
|
52
|
+
import { type UpdateLocationSmbCommandInput, type UpdateLocationSmbCommandOutput } from "./commands/UpdateLocationSmbCommand";
|
|
53
|
+
import { type UpdateTaskCommandInput, type UpdateTaskCommandOutput } from "./commands/UpdateTaskCommand";
|
|
54
|
+
import { type UpdateTaskExecutionCommandInput, type UpdateTaskExecutionCommandOutput } from "./commands/UpdateTaskExecutionCommand";
|
|
55
55
|
import { DataSyncClient } from "./DataSyncClient";
|
|
56
56
|
export interface DataSync {
|
|
57
57
|
/**
|
|
@@ -5,62 +5,62 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import {
|
|
8
|
+
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
-
import { CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput } from "./commands/CancelTaskExecutionCommand";
|
|
11
|
-
import { CreateAgentCommandInput, CreateAgentCommandOutput } from "./commands/CreateAgentCommand";
|
|
12
|
-
import { CreateLocationAzureBlobCommandInput, CreateLocationAzureBlobCommandOutput } from "./commands/CreateLocationAzureBlobCommand";
|
|
13
|
-
import { CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput } from "./commands/CreateLocationEfsCommand";
|
|
14
|
-
import { CreateLocationFsxLustreCommandInput, CreateLocationFsxLustreCommandOutput } from "./commands/CreateLocationFsxLustreCommand";
|
|
15
|
-
import { CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput } from "./commands/CreateLocationFsxOntapCommand";
|
|
16
|
-
import { CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput } from "./commands/CreateLocationFsxOpenZfsCommand";
|
|
17
|
-
import { CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput } from "./commands/CreateLocationFsxWindowsCommand";
|
|
18
|
-
import { CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput } from "./commands/CreateLocationHdfsCommand";
|
|
19
|
-
import { CreateLocationNfsCommandInput, CreateLocationNfsCommandOutput } from "./commands/CreateLocationNfsCommand";
|
|
20
|
-
import { CreateLocationObjectStorageCommandInput, CreateLocationObjectStorageCommandOutput } from "./commands/CreateLocationObjectStorageCommand";
|
|
21
|
-
import { CreateLocationS3CommandInput, CreateLocationS3CommandOutput } from "./commands/CreateLocationS3Command";
|
|
22
|
-
import { CreateLocationSmbCommandInput, CreateLocationSmbCommandOutput } from "./commands/CreateLocationSmbCommand";
|
|
23
|
-
import { CreateTaskCommandInput, CreateTaskCommandOutput } from "./commands/CreateTaskCommand";
|
|
24
|
-
import { DeleteAgentCommandInput, DeleteAgentCommandOutput } from "./commands/DeleteAgentCommand";
|
|
25
|
-
import { DeleteLocationCommandInput, DeleteLocationCommandOutput } from "./commands/DeleteLocationCommand";
|
|
26
|
-
import { DeleteTaskCommandInput, DeleteTaskCommandOutput } from "./commands/DeleteTaskCommand";
|
|
27
|
-
import { DescribeAgentCommandInput, DescribeAgentCommandOutput } from "./commands/DescribeAgentCommand";
|
|
28
|
-
import { DescribeLocationAzureBlobCommandInput, DescribeLocationAzureBlobCommandOutput } from "./commands/DescribeLocationAzureBlobCommand";
|
|
29
|
-
import { DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput } from "./commands/DescribeLocationEfsCommand";
|
|
30
|
-
import { DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput } from "./commands/DescribeLocationFsxLustreCommand";
|
|
31
|
-
import { DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput } from "./commands/DescribeLocationFsxOntapCommand";
|
|
32
|
-
import { DescribeLocationFsxOpenZfsCommandInput, DescribeLocationFsxOpenZfsCommandOutput } from "./commands/DescribeLocationFsxOpenZfsCommand";
|
|
33
|
-
import { DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput } from "./commands/DescribeLocationFsxWindowsCommand";
|
|
34
|
-
import { DescribeLocationHdfsCommandInput, DescribeLocationHdfsCommandOutput } from "./commands/DescribeLocationHdfsCommand";
|
|
35
|
-
import { DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput } from "./commands/DescribeLocationNfsCommand";
|
|
36
|
-
import { DescribeLocationObjectStorageCommandInput, DescribeLocationObjectStorageCommandOutput } from "./commands/DescribeLocationObjectStorageCommand";
|
|
37
|
-
import { DescribeLocationS3CommandInput, DescribeLocationS3CommandOutput } from "./commands/DescribeLocationS3Command";
|
|
38
|
-
import { DescribeLocationSmbCommandInput, DescribeLocationSmbCommandOutput } from "./commands/DescribeLocationSmbCommand";
|
|
39
|
-
import { DescribeTaskCommandInput, DescribeTaskCommandOutput } from "./commands/DescribeTaskCommand";
|
|
40
|
-
import { DescribeTaskExecutionCommandInput, DescribeTaskExecutionCommandOutput } from "./commands/DescribeTaskExecutionCommand";
|
|
41
|
-
import { ListAgentsCommandInput, ListAgentsCommandOutput } from "./commands/ListAgentsCommand";
|
|
42
|
-
import { ListLocationsCommandInput, ListLocationsCommandOutput } from "./commands/ListLocationsCommand";
|
|
43
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
44
|
-
import { ListTaskExecutionsCommandInput, ListTaskExecutionsCommandOutput } from "./commands/ListTaskExecutionsCommand";
|
|
45
|
-
import { ListTasksCommandInput, ListTasksCommandOutput } from "./commands/ListTasksCommand";
|
|
46
|
-
import { StartTaskExecutionCommandInput, StartTaskExecutionCommandOutput } from "./commands/StartTaskExecutionCommand";
|
|
47
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
48
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
49
|
-
import { UpdateAgentCommandInput, UpdateAgentCommandOutput } from "./commands/UpdateAgentCommand";
|
|
50
|
-
import { UpdateLocationAzureBlobCommandInput, UpdateLocationAzureBlobCommandOutput } from "./commands/UpdateLocationAzureBlobCommand";
|
|
51
|
-
import { UpdateLocationEfsCommandInput, UpdateLocationEfsCommandOutput } from "./commands/UpdateLocationEfsCommand";
|
|
52
|
-
import { UpdateLocationFsxLustreCommandInput, UpdateLocationFsxLustreCommandOutput } from "./commands/UpdateLocationFsxLustreCommand";
|
|
53
|
-
import { UpdateLocationFsxOntapCommandInput, UpdateLocationFsxOntapCommandOutput } from "./commands/UpdateLocationFsxOntapCommand";
|
|
54
|
-
import { UpdateLocationFsxOpenZfsCommandInput, UpdateLocationFsxOpenZfsCommandOutput } from "./commands/UpdateLocationFsxOpenZfsCommand";
|
|
55
|
-
import { UpdateLocationFsxWindowsCommandInput, UpdateLocationFsxWindowsCommandOutput } from "./commands/UpdateLocationFsxWindowsCommand";
|
|
56
|
-
import { UpdateLocationHdfsCommandInput, UpdateLocationHdfsCommandOutput } from "./commands/UpdateLocationHdfsCommand";
|
|
57
|
-
import { UpdateLocationNfsCommandInput, UpdateLocationNfsCommandOutput } from "./commands/UpdateLocationNfsCommand";
|
|
58
|
-
import { UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCommandOutput } from "./commands/UpdateLocationObjectStorageCommand";
|
|
59
|
-
import { UpdateLocationS3CommandInput, UpdateLocationS3CommandOutput } from "./commands/UpdateLocationS3Command";
|
|
60
|
-
import { UpdateLocationSmbCommandInput, UpdateLocationSmbCommandOutput } from "./commands/UpdateLocationSmbCommand";
|
|
61
|
-
import { UpdateTaskCommandInput, UpdateTaskCommandOutput } from "./commands/UpdateTaskCommand";
|
|
62
|
-
import { UpdateTaskExecutionCommandInput, UpdateTaskExecutionCommandOutput } from "./commands/UpdateTaskExecutionCommand";
|
|
63
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
import type { CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput } from "./commands/CancelTaskExecutionCommand";
|
|
11
|
+
import type { CreateAgentCommandInput, CreateAgentCommandOutput } from "./commands/CreateAgentCommand";
|
|
12
|
+
import type { CreateLocationAzureBlobCommandInput, CreateLocationAzureBlobCommandOutput } from "./commands/CreateLocationAzureBlobCommand";
|
|
13
|
+
import type { CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput } from "./commands/CreateLocationEfsCommand";
|
|
14
|
+
import type { CreateLocationFsxLustreCommandInput, CreateLocationFsxLustreCommandOutput } from "./commands/CreateLocationFsxLustreCommand";
|
|
15
|
+
import type { CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput } from "./commands/CreateLocationFsxOntapCommand";
|
|
16
|
+
import type { CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput } from "./commands/CreateLocationFsxOpenZfsCommand";
|
|
17
|
+
import type { CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput } from "./commands/CreateLocationFsxWindowsCommand";
|
|
18
|
+
import type { CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput } from "./commands/CreateLocationHdfsCommand";
|
|
19
|
+
import type { CreateLocationNfsCommandInput, CreateLocationNfsCommandOutput } from "./commands/CreateLocationNfsCommand";
|
|
20
|
+
import type { CreateLocationObjectStorageCommandInput, CreateLocationObjectStorageCommandOutput } from "./commands/CreateLocationObjectStorageCommand";
|
|
21
|
+
import type { CreateLocationS3CommandInput, CreateLocationS3CommandOutput } from "./commands/CreateLocationS3Command";
|
|
22
|
+
import type { CreateLocationSmbCommandInput, CreateLocationSmbCommandOutput } from "./commands/CreateLocationSmbCommand";
|
|
23
|
+
import type { CreateTaskCommandInput, CreateTaskCommandOutput } from "./commands/CreateTaskCommand";
|
|
24
|
+
import type { DeleteAgentCommandInput, DeleteAgentCommandOutput } from "./commands/DeleteAgentCommand";
|
|
25
|
+
import type { DeleteLocationCommandInput, DeleteLocationCommandOutput } from "./commands/DeleteLocationCommand";
|
|
26
|
+
import type { DeleteTaskCommandInput, DeleteTaskCommandOutput } from "./commands/DeleteTaskCommand";
|
|
27
|
+
import type { DescribeAgentCommandInput, DescribeAgentCommandOutput } from "./commands/DescribeAgentCommand";
|
|
28
|
+
import type { DescribeLocationAzureBlobCommandInput, DescribeLocationAzureBlobCommandOutput } from "./commands/DescribeLocationAzureBlobCommand";
|
|
29
|
+
import type { DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput } from "./commands/DescribeLocationEfsCommand";
|
|
30
|
+
import type { DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput } from "./commands/DescribeLocationFsxLustreCommand";
|
|
31
|
+
import type { DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput } from "./commands/DescribeLocationFsxOntapCommand";
|
|
32
|
+
import type { DescribeLocationFsxOpenZfsCommandInput, DescribeLocationFsxOpenZfsCommandOutput } from "./commands/DescribeLocationFsxOpenZfsCommand";
|
|
33
|
+
import type { DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput } from "./commands/DescribeLocationFsxWindowsCommand";
|
|
34
|
+
import type { DescribeLocationHdfsCommandInput, DescribeLocationHdfsCommandOutput } from "./commands/DescribeLocationHdfsCommand";
|
|
35
|
+
import type { DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput } from "./commands/DescribeLocationNfsCommand";
|
|
36
|
+
import type { DescribeLocationObjectStorageCommandInput, DescribeLocationObjectStorageCommandOutput } from "./commands/DescribeLocationObjectStorageCommand";
|
|
37
|
+
import type { DescribeLocationS3CommandInput, DescribeLocationS3CommandOutput } from "./commands/DescribeLocationS3Command";
|
|
38
|
+
import type { DescribeLocationSmbCommandInput, DescribeLocationSmbCommandOutput } from "./commands/DescribeLocationSmbCommand";
|
|
39
|
+
import type { DescribeTaskCommandInput, DescribeTaskCommandOutput } from "./commands/DescribeTaskCommand";
|
|
40
|
+
import type { DescribeTaskExecutionCommandInput, DescribeTaskExecutionCommandOutput } from "./commands/DescribeTaskExecutionCommand";
|
|
41
|
+
import type { ListAgentsCommandInput, ListAgentsCommandOutput } from "./commands/ListAgentsCommand";
|
|
42
|
+
import type { ListLocationsCommandInput, ListLocationsCommandOutput } from "./commands/ListLocationsCommand";
|
|
43
|
+
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
44
|
+
import type { ListTaskExecutionsCommandInput, ListTaskExecutionsCommandOutput } from "./commands/ListTaskExecutionsCommand";
|
|
45
|
+
import type { ListTasksCommandInput, ListTasksCommandOutput } from "./commands/ListTasksCommand";
|
|
46
|
+
import type { StartTaskExecutionCommandInput, StartTaskExecutionCommandOutput } from "./commands/StartTaskExecutionCommand";
|
|
47
|
+
import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
48
|
+
import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
49
|
+
import type { UpdateAgentCommandInput, UpdateAgentCommandOutput } from "./commands/UpdateAgentCommand";
|
|
50
|
+
import type { UpdateLocationAzureBlobCommandInput, UpdateLocationAzureBlobCommandOutput } from "./commands/UpdateLocationAzureBlobCommand";
|
|
51
|
+
import type { UpdateLocationEfsCommandInput, UpdateLocationEfsCommandOutput } from "./commands/UpdateLocationEfsCommand";
|
|
52
|
+
import type { UpdateLocationFsxLustreCommandInput, UpdateLocationFsxLustreCommandOutput } from "./commands/UpdateLocationFsxLustreCommand";
|
|
53
|
+
import type { UpdateLocationFsxOntapCommandInput, UpdateLocationFsxOntapCommandOutput } from "./commands/UpdateLocationFsxOntapCommand";
|
|
54
|
+
import type { UpdateLocationFsxOpenZfsCommandInput, UpdateLocationFsxOpenZfsCommandOutput } from "./commands/UpdateLocationFsxOpenZfsCommand";
|
|
55
|
+
import type { UpdateLocationFsxWindowsCommandInput, UpdateLocationFsxWindowsCommandOutput } from "./commands/UpdateLocationFsxWindowsCommand";
|
|
56
|
+
import type { UpdateLocationHdfsCommandInput, UpdateLocationHdfsCommandOutput } from "./commands/UpdateLocationHdfsCommand";
|
|
57
|
+
import type { UpdateLocationNfsCommandInput, UpdateLocationNfsCommandOutput } from "./commands/UpdateLocationNfsCommand";
|
|
58
|
+
import type { UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCommandOutput } from "./commands/UpdateLocationObjectStorageCommand";
|
|
59
|
+
import type { UpdateLocationS3CommandInput, UpdateLocationS3CommandOutput } from "./commands/UpdateLocationS3Command";
|
|
60
|
+
import type { UpdateLocationSmbCommandInput, UpdateLocationSmbCommandOutput } from "./commands/UpdateLocationSmbCommand";
|
|
61
|
+
import type { UpdateTaskCommandInput, UpdateTaskCommandOutput } from "./commands/UpdateTaskCommand";
|
|
62
|
+
import type { UpdateTaskExecutionCommandInput, UpdateTaskExecutionCommandOutput } from "./commands/UpdateTaskExecutionCommand";
|
|
63
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
64
64
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
65
65
|
export { __Client };
|
|
66
66
|
/**
|
|
@@ -169,7 +169,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
169
169
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
170
170
|
* @internal
|
|
171
171
|
*/
|
|
172
|
-
defaultUserAgentProvider?:
|
|
172
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
173
173
|
/**
|
|
174
174
|
* Default credentials provider; Not available in browser runtime.
|
|
175
175
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { DataSyncHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
package/dist-types/index.d.ts
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
*/
|
|
14
14
|
export * from "./DataSyncClient";
|
|
15
15
|
export * from "./DataSync";
|
|
16
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
16
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
17
17
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
18
18
|
export type { DataSyncExtensionConfiguration } from "./extensionConfiguration";
|
|
19
19
|
export * from "./commands";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AgentStatus, Atime, AzureAccessTier, AzureBlobAuthenticationType, AzureBlobType, EfsInTransitEncryption, EndpointType, FilterType, Gid, HdfsAuthenticationType, HdfsDataTransferProtection, HdfsRpcProtection, LocationFilterName, LogLevel, ManifestAction, ManifestFormat, Mtime, NfsVersion, ObjectStorageServerProtocol, ObjectTags, ObjectVersionIds, Operator, OverwriteMode, PhaseStatus, PosixPermissions, PreserveDeletedFiles, PreserveDevices, ReportLevel, ReportOutputType, S3StorageClass, ScheduleDisabledBy, ScheduleStatus, SmbAuthenticationType, SmbSecurityDescriptorCopyFlags, SmbVersion, TaskExecutionStatus, TaskFilterName, TaskMode, TaskQueueing, TaskStatus, TransferMode, Uid, VerifyMode } from "./enums";
|
|
1
|
+
import type { AgentStatus, Atime, AzureAccessTier, AzureBlobAuthenticationType, AzureBlobType, EfsInTransitEncryption, EndpointType, FilterType, Gid, HdfsAuthenticationType, HdfsDataTransferProtection, HdfsRpcProtection, LocationFilterName, LogLevel, ManifestAction, ManifestFormat, Mtime, NfsVersion, ObjectStorageServerProtocol, ObjectTags, ObjectVersionIds, Operator, OverwriteMode, PhaseStatus, PosixPermissions, PreserveDeletedFiles, PreserveDevices, ReportLevel, ReportOutputType, S3StorageClass, ScheduleDisabledBy, ScheduleStatus, SmbAuthenticationType, SmbSecurityDescriptorCopyFlags, SmbVersion, TaskExecutionStatus, TaskFilterName, TaskMode, TaskQueueing, TaskStatus, TransferMode, Uid, VerifyMode } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>The platform-related details about the DataSync agent, such as the version
|
|
4
4
|
* number.</p>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAgentsCommandInput, ListAgentsCommandOutput } from "../commands/ListAgentsCommand";
|
|
3
|
-
import { DataSyncPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataSyncPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListLocationsCommandInput, ListLocationsCommandOutput } from "../commands/ListLocationsCommand";
|
|
3
|
-
import { DataSyncPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataSyncPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
3
|
-
import { DataSyncPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataSyncPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListTaskExecutionsCommandInput, ListTaskExecutionsCommandOutput } from "../commands/ListTaskExecutionsCommand";
|
|
3
|
-
import { DataSyncPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataSyncPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListTasksCommandInput, ListTasksCommandOutput } from "../commands/ListTasksCommand";
|
|
3
|
-
import { DataSyncPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataSyncPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -390,7 +389,7 @@ export interface ClientDefaults
|
|
|
390
389
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
391
390
|
region?: string | __Provider<string>;
|
|
392
391
|
profile?: string;
|
|
393
|
-
defaultUserAgentProvider?:
|
|
392
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
394
393
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
395
394
|
maxAttempts?: number | __Provider<number>;
|
|
396
395
|
retryMode?: string | __Provider<string>;
|
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.1020.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-datasync",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.28",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.27",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
31
31
|
"@aws-sdk/types": "^3.973.6",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.13",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.13",
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
36
|
+
"@smithy/core": "^3.23.13",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
38
38
|
"@smithy/hash-node": "^4.2.12",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.45",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.12",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.12",
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.12",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
48
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
49
49
|
"@smithy/types": "^4.13.1",
|
|
50
50
|
"@smithy/url-parser": "^4.2.12",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
56
56
|
"@smithy/util-endpoints": "^3.3.3",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.12",
|
|
58
58
|
"@smithy/util-retry": "^4.2.12",
|