@aws-sdk/client-datasync 3.1087.0 → 3.1089.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/DataSync.d.ts +173 -200
  3. package/dist-types/ts3.4/DataSyncClient.d.ts +24 -61
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +3 -5
  9. package/dist-types/ts3.4/commands/CreateLocationAzureBlobCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +4 -6
  12. package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +4 -6
  14. package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +5 -10
  20. package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +3 -5
  21. package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +3 -5
  22. package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +3 -5
  24. package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/DescribeLocationAzureBlobCommand.d.ts +4 -6
  26. package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +4 -6
  29. package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +4 -6
  31. package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +5 -10
  32. package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +5 -10
  33. package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +4 -6
  34. package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +5 -10
  36. package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +3 -5
  37. package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +2 -4
  39. package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +3 -8
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +4 -4
  43. package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +5 -10
  44. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  45. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +3 -5
  47. package/dist-types/ts3.4/commands/UpdateLocationAzureBlobCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/UpdateLocationEfsCommand.d.ts +5 -10
  49. package/dist-types/ts3.4/commands/UpdateLocationFsxLustreCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/UpdateLocationFsxOntapCommand.d.ts +5 -10
  51. package/dist-types/ts3.4/commands/UpdateLocationFsxOpenZfsCommand.d.ts +4 -6
  52. package/dist-types/ts3.4/commands/UpdateLocationFsxWindowsCommand.d.ts +4 -6
  53. package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +5 -10
  54. package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +5 -10
  55. package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +4 -6
  56. package/dist-types/ts3.4/commands/UpdateLocationS3Command.d.ts +4 -9
  57. package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +5 -10
  58. package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +3 -5
  59. package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  61. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  62. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  63. package/dist-types/ts3.4/models/enums.d.ts +15 -30
  64. package/dist-types/ts3.4/models/errors.d.ts +1 -3
  65. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  66. package/dist-types/ts3.4/pagination/ListAgentsPaginator.d.ts +1 -4
  67. package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +1 -4
  68. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  69. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  70. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  71. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  72. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  73. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  74. package/package.json +38 -38
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- StartTaskExecutionRequest,
4
- StartTaskExecutionResponse,
5
- } from "../models/models_0";
2
+ import { StartTaskExecutionRequest, StartTaskExecutionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface StartTaskExecutionCommandInput
8
- extends StartTaskExecutionRequest {}
4
+ export interface StartTaskExecutionCommandInput extends StartTaskExecutionRequest {}
9
5
  export interface StartTaskExecutionCommandOutput
10
- extends StartTaskExecutionResponse,
11
- __MetadataBearer {}
6
+ extends StartTaskExecutionResponse, __MetadataBearer {}
12
7
  declare const StartTaskExecutionCommand_base: {
13
8
  new (
14
- input: StartTaskExecutionCommandInput
9
+ input: StartTaskExecutionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  StartTaskExecutionCommandInput,
17
12
  StartTaskExecutionCommandOutput,
@@ -20,7 +15,7 @@ declare const StartTaskExecutionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: StartTaskExecutionCommandInput
18
+ input: StartTaskExecutionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  StartTaskExecutionCommandInput,
26
21
  StartTaskExecutionCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface TagResourceCommandInput extends TagResourceRequest {}
5
- export interface TagResourceCommandOutput
6
- extends TagResourceResponse,
7
- __MetadataBearer {}
5
+ export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
8
6
  declare const TagResourceCommand_base: {
9
7
  new (
10
- input: TagResourceCommandInput
8
+ input: TagResourceCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  TagResourceCommandInput,
13
11
  TagResourceCommandOutput,
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: TagResourceCommandInput
17
+ input: TagResourceCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  TagResourceCommandInput,
22
20
  TagResourceCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UntagResourceRequest,
4
- UntagResourceResponse,
5
- } from "../models/models_0";
2
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
8
- export interface UntagResourceCommandOutput
9
- extends UntagResourceResponse,
10
- __MetadataBearer {}
5
+ export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
11
6
  declare const UntagResourceCommand_base: {
12
7
  new (
13
- input: UntagResourceCommandInput
8
+ input: UntagResourceCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UntagResourceCommandInput,
16
11
  UntagResourceCommandOutput,
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UntagResourceCommandInput
17
+ input: UntagResourceCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UntagResourceCommandInput,
25
20
  UntagResourceCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateAgentRequest, UpdateAgentResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateAgentCommandInput extends UpdateAgentRequest {}
5
- export interface UpdateAgentCommandOutput
6
- extends UpdateAgentResponse,
7
- __MetadataBearer {}
5
+ export interface UpdateAgentCommandOutput extends UpdateAgentResponse, __MetadataBearer {}
8
6
  declare const UpdateAgentCommand_base: {
9
7
  new (
10
- input: UpdateAgentCommandInput
8
+ input: UpdateAgentCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateAgentCommandInput,
13
11
  UpdateAgentCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateAgentCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateAgentCommandInput
17
+ input: UpdateAgentCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateAgentCommandInput,
22
20
  UpdateAgentCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateLocationAzureBlobResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateLocationAzureBlobCommandInput
8
- extends UpdateLocationAzureBlobRequest {}
7
+ export interface UpdateLocationAzureBlobCommandInput extends UpdateLocationAzureBlobRequest {}
9
8
  export interface UpdateLocationAzureBlobCommandOutput
10
- extends UpdateLocationAzureBlobResponse,
11
- __MetadataBearer {}
9
+ extends UpdateLocationAzureBlobResponse, __MetadataBearer {}
12
10
  declare const UpdateLocationAzureBlobCommand_base: {
13
11
  new (
14
- input: UpdateLocationAzureBlobCommandInput
12
+ input: UpdateLocationAzureBlobCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateLocationAzureBlobCommandInput,
17
15
  UpdateLocationAzureBlobCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateLocationAzureBlobCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateLocationAzureBlobCommandInput
21
+ input: UpdateLocationAzureBlobCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateLocationAzureBlobCommandInput,
26
24
  UpdateLocationAzureBlobCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateLocationEfsRequest,
4
- UpdateLocationEfsResponse,
5
- } from "../models/models_0";
2
+ import { UpdateLocationEfsRequest, UpdateLocationEfsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateLocationEfsCommandInput
8
- extends UpdateLocationEfsRequest {}
4
+ export interface UpdateLocationEfsCommandInput extends UpdateLocationEfsRequest {}
9
5
  export interface UpdateLocationEfsCommandOutput
10
- extends UpdateLocationEfsResponse,
11
- __MetadataBearer {}
6
+ extends UpdateLocationEfsResponse, __MetadataBearer {}
12
7
  declare const UpdateLocationEfsCommand_base: {
13
8
  new (
14
- input: UpdateLocationEfsCommandInput
9
+ input: UpdateLocationEfsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateLocationEfsCommandInput,
17
12
  UpdateLocationEfsCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateLocationEfsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateLocationEfsCommandInput
18
+ input: UpdateLocationEfsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateLocationEfsCommandInput,
26
21
  UpdateLocationEfsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateLocationFsxLustreResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateLocationFsxLustreCommandInput
8
- extends UpdateLocationFsxLustreRequest {}
7
+ export interface UpdateLocationFsxLustreCommandInput extends UpdateLocationFsxLustreRequest {}
9
8
  export interface UpdateLocationFsxLustreCommandOutput
10
- extends UpdateLocationFsxLustreResponse,
11
- __MetadataBearer {}
9
+ extends UpdateLocationFsxLustreResponse, __MetadataBearer {}
12
10
  declare const UpdateLocationFsxLustreCommand_base: {
13
11
  new (
14
- input: UpdateLocationFsxLustreCommandInput
12
+ input: UpdateLocationFsxLustreCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateLocationFsxLustreCommandInput,
17
15
  UpdateLocationFsxLustreCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateLocationFsxLustreCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateLocationFsxLustreCommandInput
21
+ input: UpdateLocationFsxLustreCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateLocationFsxLustreCommandInput,
26
24
  UpdateLocationFsxLustreCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateLocationFsxOntapRequest,
4
- UpdateLocationFsxOntapResponse,
5
- } from "../models/models_0";
2
+ import { UpdateLocationFsxOntapRequest, UpdateLocationFsxOntapResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateLocationFsxOntapCommandInput
8
- extends UpdateLocationFsxOntapRequest {}
4
+ export interface UpdateLocationFsxOntapCommandInput extends UpdateLocationFsxOntapRequest {}
9
5
  export interface UpdateLocationFsxOntapCommandOutput
10
- extends UpdateLocationFsxOntapResponse,
11
- __MetadataBearer {}
6
+ extends UpdateLocationFsxOntapResponse, __MetadataBearer {}
12
7
  declare const UpdateLocationFsxOntapCommand_base: {
13
8
  new (
14
- input: UpdateLocationFsxOntapCommandInput
9
+ input: UpdateLocationFsxOntapCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateLocationFsxOntapCommandInput,
17
12
  UpdateLocationFsxOntapCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateLocationFsxOntapCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateLocationFsxOntapCommandInput
18
+ input: UpdateLocationFsxOntapCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateLocationFsxOntapCommandInput,
26
21
  UpdateLocationFsxOntapCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateLocationFsxOpenZfsResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateLocationFsxOpenZfsCommandInput
8
- extends UpdateLocationFsxOpenZfsRequest {}
7
+ export interface UpdateLocationFsxOpenZfsCommandInput extends UpdateLocationFsxOpenZfsRequest {}
9
8
  export interface UpdateLocationFsxOpenZfsCommandOutput
10
- extends UpdateLocationFsxOpenZfsResponse,
11
- __MetadataBearer {}
9
+ extends UpdateLocationFsxOpenZfsResponse, __MetadataBearer {}
12
10
  declare const UpdateLocationFsxOpenZfsCommand_base: {
13
11
  new (
14
- input: UpdateLocationFsxOpenZfsCommandInput
12
+ input: UpdateLocationFsxOpenZfsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateLocationFsxOpenZfsCommandInput,
17
15
  UpdateLocationFsxOpenZfsCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateLocationFsxOpenZfsCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateLocationFsxOpenZfsCommandInput
21
+ input: UpdateLocationFsxOpenZfsCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateLocationFsxOpenZfsCommandInput,
26
24
  UpdateLocationFsxOpenZfsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateLocationFsxWindowsResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateLocationFsxWindowsCommandInput
8
- extends UpdateLocationFsxWindowsRequest {}
7
+ export interface UpdateLocationFsxWindowsCommandInput extends UpdateLocationFsxWindowsRequest {}
9
8
  export interface UpdateLocationFsxWindowsCommandOutput
10
- extends UpdateLocationFsxWindowsResponse,
11
- __MetadataBearer {}
9
+ extends UpdateLocationFsxWindowsResponse, __MetadataBearer {}
12
10
  declare const UpdateLocationFsxWindowsCommand_base: {
13
11
  new (
14
- input: UpdateLocationFsxWindowsCommandInput
12
+ input: UpdateLocationFsxWindowsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateLocationFsxWindowsCommandInput,
17
15
  UpdateLocationFsxWindowsCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateLocationFsxWindowsCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateLocationFsxWindowsCommandInput
21
+ input: UpdateLocationFsxWindowsCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateLocationFsxWindowsCommandInput,
26
24
  UpdateLocationFsxWindowsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateLocationHdfsRequest,
4
- UpdateLocationHdfsResponse,
5
- } from "../models/models_0";
2
+ import { UpdateLocationHdfsRequest, UpdateLocationHdfsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateLocationHdfsCommandInput
8
- extends UpdateLocationHdfsRequest {}
4
+ export interface UpdateLocationHdfsCommandInput extends UpdateLocationHdfsRequest {}
9
5
  export interface UpdateLocationHdfsCommandOutput
10
- extends UpdateLocationHdfsResponse,
11
- __MetadataBearer {}
6
+ extends UpdateLocationHdfsResponse, __MetadataBearer {}
12
7
  declare const UpdateLocationHdfsCommand_base: {
13
8
  new (
14
- input: UpdateLocationHdfsCommandInput
9
+ input: UpdateLocationHdfsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateLocationHdfsCommandInput,
17
12
  UpdateLocationHdfsCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateLocationHdfsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateLocationHdfsCommandInput
18
+ input: UpdateLocationHdfsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateLocationHdfsCommandInput,
26
21
  UpdateLocationHdfsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateLocationNfsRequest,
4
- UpdateLocationNfsResponse,
5
- } from "../models/models_0";
2
+ import { UpdateLocationNfsRequest, UpdateLocationNfsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateLocationNfsCommandInput
8
- extends UpdateLocationNfsRequest {}
4
+ export interface UpdateLocationNfsCommandInput extends UpdateLocationNfsRequest {}
9
5
  export interface UpdateLocationNfsCommandOutput
10
- extends UpdateLocationNfsResponse,
11
- __MetadataBearer {}
6
+ extends UpdateLocationNfsResponse, __MetadataBearer {}
12
7
  declare const UpdateLocationNfsCommand_base: {
13
8
  new (
14
- input: UpdateLocationNfsCommandInput
9
+ input: UpdateLocationNfsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateLocationNfsCommandInput,
17
12
  UpdateLocationNfsCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateLocationNfsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateLocationNfsCommandInput
18
+ input: UpdateLocationNfsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateLocationNfsCommandInput,
26
21
  UpdateLocationNfsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateLocationObjectStorageResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateLocationObjectStorageCommandInput
8
- extends UpdateLocationObjectStorageRequest {}
7
+ export interface UpdateLocationObjectStorageCommandInput extends UpdateLocationObjectStorageRequest {}
9
8
  export interface UpdateLocationObjectStorageCommandOutput
10
- extends UpdateLocationObjectStorageResponse,
11
- __MetadataBearer {}
9
+ extends UpdateLocationObjectStorageResponse, __MetadataBearer {}
12
10
  declare const UpdateLocationObjectStorageCommand_base: {
13
11
  new (
14
- input: UpdateLocationObjectStorageCommandInput
12
+ input: UpdateLocationObjectStorageCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateLocationObjectStorageCommandInput,
17
15
  UpdateLocationObjectStorageCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateLocationObjectStorageCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateLocationObjectStorageCommandInput
21
+ input: UpdateLocationObjectStorageCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateLocationObjectStorageCommandInput,
26
24
  UpdateLocationObjectStorageCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateLocationS3Request,
4
- UpdateLocationS3Response,
5
- } from "../models/models_0";
2
+ import { UpdateLocationS3Request, UpdateLocationS3Response } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UpdateLocationS3CommandInput extends UpdateLocationS3Request {}
8
- export interface UpdateLocationS3CommandOutput
9
- extends UpdateLocationS3Response,
10
- __MetadataBearer {}
5
+ export interface UpdateLocationS3CommandOutput extends UpdateLocationS3Response, __MetadataBearer {}
11
6
  declare const UpdateLocationS3Command_base: {
12
7
  new (
13
- input: UpdateLocationS3CommandInput
8
+ input: UpdateLocationS3CommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UpdateLocationS3CommandInput,
16
11
  UpdateLocationS3CommandOutput,
@@ -19,7 +14,7 @@ declare const UpdateLocationS3Command_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UpdateLocationS3CommandInput
17
+ input: UpdateLocationS3CommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UpdateLocationS3CommandInput,
25
20
  UpdateLocationS3CommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateLocationSmbRequest,
4
- UpdateLocationSmbResponse,
5
- } from "../models/models_0";
2
+ import { UpdateLocationSmbRequest, UpdateLocationSmbResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateLocationSmbCommandInput
8
- extends UpdateLocationSmbRequest {}
4
+ export interface UpdateLocationSmbCommandInput extends UpdateLocationSmbRequest {}
9
5
  export interface UpdateLocationSmbCommandOutput
10
- extends UpdateLocationSmbResponse,
11
- __MetadataBearer {}
6
+ extends UpdateLocationSmbResponse, __MetadataBearer {}
12
7
  declare const UpdateLocationSmbCommand_base: {
13
8
  new (
14
- input: UpdateLocationSmbCommandInput
9
+ input: UpdateLocationSmbCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateLocationSmbCommandInput,
17
12
  UpdateLocationSmbCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateLocationSmbCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateLocationSmbCommandInput
18
+ input: UpdateLocationSmbCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateLocationSmbCommandInput,
26
21
  UpdateLocationSmbCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateTaskRequest, UpdateTaskResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateTaskCommandInput extends UpdateTaskRequest {}
5
- export interface UpdateTaskCommandOutput
6
- extends UpdateTaskResponse,
7
- __MetadataBearer {}
5
+ export interface UpdateTaskCommandOutput extends UpdateTaskResponse, __MetadataBearer {}
8
6
  declare const UpdateTaskCommand_base: {
9
7
  new (
10
- input: UpdateTaskCommandInput
8
+ input: UpdateTaskCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateTaskCommandInput,
13
11
  UpdateTaskCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateTaskCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateTaskCommandInput
17
+ input: UpdateTaskCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateTaskCommandInput,
22
20
  UpdateTaskCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateTaskExecutionRequest,
4
- UpdateTaskExecutionResponse,
5
- } from "../models/models_0";
2
+ import { UpdateTaskExecutionRequest, UpdateTaskExecutionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateTaskExecutionCommandInput
8
- extends UpdateTaskExecutionRequest {}
4
+ export interface UpdateTaskExecutionCommandInput extends UpdateTaskExecutionRequest {}
9
5
  export interface UpdateTaskExecutionCommandOutput
10
- extends UpdateTaskExecutionResponse,
11
- __MetadataBearer {}
6
+ extends UpdateTaskExecutionResponse, __MetadataBearer {}
12
7
  declare const UpdateTaskExecutionCommand_base: {
13
8
  new (
14
- input: UpdateTaskExecutionCommandInput
9
+ input: UpdateTaskExecutionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateTaskExecutionCommandInput,
17
12
  UpdateTaskExecutionCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateTaskExecutionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateTaskExecutionCommandInput
18
+ input: UpdateTaskExecutionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateTaskExecutionCommandInput,
26
21
  UpdateTaskExecutionCommandOutput,
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
23
23
  defaultSigningName: string;
24
24
  };
25
25
  export declare const resolveClientEndpointParameters: <T>(
26
- options: T & ClientInputEndpointParameters
26
+ options: T & ClientInputEndpointParameters,
27
27
  ) => T & ClientResolvedEndpointParameters;
28
28
  export declare const commonParams: {
29
29
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface DataSyncExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -13,8 +13,7 @@ export declare const AzureAccessTier: {
13
13
  readonly COOL: "COOL";
14
14
  readonly HOT: "HOT";
15
15
  };
16
- export type AzureAccessTier =
17
- (typeof AzureAccessTier)[keyof typeof AzureAccessTier];
16
+ export type AzureAccessTier = (typeof AzureAccessTier)[keyof typeof AzureAccessTier];
18
17
  export declare const AzureBlobAuthenticationType: {
19
18
  readonly NONE: "NONE";
20
19
  readonly SAS: "SAS";
@@ -66,8 +65,7 @@ export declare const HdfsRpcProtection: {
66
65
  readonly INTEGRITY: "INTEGRITY";
67
66
  readonly PRIVACY: "PRIVACY";
68
67
  };
69
- export type HdfsRpcProtection =
70
- (typeof HdfsRpcProtection)[keyof typeof HdfsRpcProtection];
68
+ export type HdfsRpcProtection = (typeof HdfsRpcProtection)[keyof typeof HdfsRpcProtection];
71
69
  export declare const ObjectStorageServerProtocol: {
72
70
  readonly HTTP: "HTTP";
73
71
  readonly HTTPS: "HTTPS";
@@ -84,8 +82,7 @@ export declare const S3StorageClass: {
84
82
  readonly STANDARD: "STANDARD";
85
83
  readonly STANDARD_IA: "STANDARD_IA";
86
84
  };
87
- export type S3StorageClass =
88
- (typeof S3StorageClass)[keyof typeof S3StorageClass];
85
+ export type S3StorageClass = (typeof S3StorageClass)[keyof typeof S3StorageClass];
89
86
  export declare const SmbAuthenticationType: {
90
87
  readonly KERBEROS: "KERBEROS";
91
88
  readonly NTLM: "NTLM";
@@ -99,13 +96,11 @@ export type FilterType = (typeof FilterType)[keyof typeof FilterType];
99
96
  export declare const ManifestAction: {
100
97
  readonly TRANSFER: "TRANSFER";
101
98
  };
102
- export type ManifestAction =
103
- (typeof ManifestAction)[keyof typeof ManifestAction];
99
+ export type ManifestAction = (typeof ManifestAction)[keyof typeof ManifestAction];
104
100
  export declare const ManifestFormat: {
105
101
  readonly CSV: "CSV";
106
102
  };
107
- export type ManifestFormat =
108
- (typeof ManifestFormat)[keyof typeof ManifestFormat];
103
+ export type ManifestFormat = (typeof ManifestFormat)[keyof typeof ManifestFormat];
109
104
  export declare const Gid: {
110
105
  readonly BOTH: "BOTH";
111
106
  readonly INT_VALUE: "INT_VALUE";
@@ -138,20 +133,17 @@ export declare const PosixPermissions: {
138
133
  readonly NONE: "NONE";
139
134
  readonly PRESERVE: "PRESERVE";
140
135
  };
141
- export type PosixPermissions =
142
- (typeof PosixPermissions)[keyof typeof PosixPermissions];
136
+ export type PosixPermissions = (typeof PosixPermissions)[keyof typeof PosixPermissions];
143
137
  export declare const PreserveDeletedFiles: {
144
138
  readonly PRESERVE: "PRESERVE";
145
139
  readonly REMOVE: "REMOVE";
146
140
  };
147
- export type PreserveDeletedFiles =
148
- (typeof PreserveDeletedFiles)[keyof typeof PreserveDeletedFiles];
141
+ export type PreserveDeletedFiles = (typeof PreserveDeletedFiles)[keyof typeof PreserveDeletedFiles];
149
142
  export declare const PreserveDevices: {
150
143
  readonly NONE: "NONE";
151
144
  readonly PRESERVE: "PRESERVE";
152
145
  };
153
- export type PreserveDevices =
154
- (typeof PreserveDevices)[keyof typeof PreserveDevices];
146
+ export type PreserveDevices = (typeof PreserveDevices)[keyof typeof PreserveDevices];
155
147
  export declare const SmbSecurityDescriptorCopyFlags: {
156
148
  readonly NONE: "NONE";
157
149
  readonly OWNER_DACL: "OWNER_DACL";
@@ -186,8 +178,7 @@ export declare const ScheduleStatus: {
186
178
  readonly DISABLED: "DISABLED";
187
179
  readonly ENABLED: "ENABLED";
188
180
  };
189
- export type ScheduleStatus =
190
- (typeof ScheduleStatus)[keyof typeof ScheduleStatus];
181
+ export type ScheduleStatus = (typeof ScheduleStatus)[keyof typeof ScheduleStatus];
191
182
  export declare const TaskMode: {
192
183
  readonly BASIC: "BASIC";
193
184
  readonly ENHANCED: "ENHANCED";
@@ -197,14 +188,12 @@ export declare const ObjectVersionIds: {
197
188
  readonly INCLUDE: "INCLUDE";
198
189
  readonly NONE: "NONE";
199
190
  };
200
- export type ObjectVersionIds =
201
- (typeof ObjectVersionIds)[keyof typeof ObjectVersionIds];
191
+ export type ObjectVersionIds = (typeof ObjectVersionIds)[keyof typeof ObjectVersionIds];
202
192
  export declare const ReportOutputType: {
203
193
  readonly STANDARD: "STANDARD";
204
194
  readonly SUMMARY_ONLY: "SUMMARY_ONLY";
205
195
  };
206
- export type ReportOutputType =
207
- (typeof ReportOutputType)[keyof typeof ReportOutputType];
196
+ export type ReportOutputType = (typeof ReportOutputType)[keyof typeof ReportOutputType];
208
197
  export declare const ReportLevel: {
209
198
  readonly ERRORS_ONLY: "ERRORS_ONLY";
210
199
  readonly SUCCESSES_AND_ERRORS: "SUCCESSES_AND_ERRORS";
@@ -221,8 +210,7 @@ export declare const ScheduleDisabledBy: {
221
210
  readonly SERVICE: "SERVICE";
222
211
  readonly USER: "USER";
223
212
  };
224
- export type ScheduleDisabledBy =
225
- (typeof ScheduleDisabledBy)[keyof typeof ScheduleDisabledBy];
213
+ export type ScheduleDisabledBy = (typeof ScheduleDisabledBy)[keyof typeof ScheduleDisabledBy];
226
214
  export declare const TaskStatus: {
227
215
  readonly AVAILABLE: "AVAILABLE";
228
216
  readonly CREATING: "CREATING";
@@ -247,15 +235,13 @@ export declare const TaskExecutionStatus: {
247
235
  readonly TRANSFERRING: "TRANSFERRING";
248
236
  readonly VERIFYING: "VERIFYING";
249
237
  };
250
- export type TaskExecutionStatus =
251
- (typeof TaskExecutionStatus)[keyof typeof TaskExecutionStatus];
238
+ export type TaskExecutionStatus = (typeof TaskExecutionStatus)[keyof typeof TaskExecutionStatus];
252
239
  export declare const LocationFilterName: {
253
240
  readonly CreationTime: "CreationTime";
254
241
  readonly LocationType: "LocationType";
255
242
  readonly LocationUri: "LocationUri";
256
243
  };
257
- export type LocationFilterName =
258
- (typeof LocationFilterName)[keyof typeof LocationFilterName];
244
+ export type LocationFilterName = (typeof LocationFilterName)[keyof typeof LocationFilterName];
259
245
  export declare const Operator: {
260
246
  readonly BEGINS_WITH: "BeginsWith";
261
247
  readonly CONTAINS: "Contains";
@@ -273,5 +259,4 @@ export declare const TaskFilterName: {
273
259
  readonly CreationTime: "CreationTime";
274
260
  readonly LocationId: "LocationId";
275
261
  };
276
- export type TaskFilterName =
277
- (typeof TaskFilterName)[keyof typeof TaskFilterName];
262
+ export type TaskFilterName = (typeof TaskFilterName)[keyof typeof TaskFilterName];
@@ -11,7 +11,5 @@ export declare class InvalidRequestException extends __BaseException {
11
11
  readonly $fault: "client";
12
12
  errorCode?: string | undefined;
13
13
  datasyncErrorCode?: string | undefined;
14
- constructor(
15
- opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
16
- );
14
+ constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
17
15
  }