@aws-sdk/client-datasync 3.529.1 → 3.535.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 (133) hide show
  1. package/dist-types/DataSync.d.ts +7 -1
  2. package/dist-types/DataSyncClient.d.ts +1 -1
  3. package/dist-types/commands/AddStorageSystemCommand.d.ts +2 -1
  4. package/dist-types/commands/CancelTaskExecutionCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateAgentCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateLocationAzureBlobCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateLocationEfsCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateLocationFsxOntapCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateLocationHdfsCommand.d.ts +4 -3
  13. package/dist-types/commands/CreateLocationNfsCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +3 -2
  15. package/dist-types/commands/CreateLocationS3Command.d.ts +2 -1
  16. package/dist-types/commands/CreateLocationSmbCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateTaskCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteAgentCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteLocationCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteTaskCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeAgentCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeDiscoveryJobCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeLocationAzureBlobCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeLocationEfsCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeLocationFsxLustreCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeLocationFsxOntapCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeLocationFsxOpenZfsCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeLocationNfsCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +3 -2
  32. package/dist-types/commands/DescribeLocationS3Command.d.ts +2 -1
  33. package/dist-types/commands/DescribeLocationSmbCommand.d.ts +2 -1
  34. package/dist-types/commands/DescribeStorageSystemCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +2 -1
  36. package/dist-types/commands/DescribeStorageSystemResourcesCommand.d.ts +2 -1
  37. package/dist-types/commands/DescribeTaskCommand.d.ts +2 -1
  38. package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +2 -1
  39. package/dist-types/commands/GenerateRecommendationsCommand.d.ts +2 -1
  40. package/dist-types/commands/ListAgentsCommand.d.ts +2 -1
  41. package/dist-types/commands/ListDiscoveryJobsCommand.d.ts +2 -1
  42. package/dist-types/commands/ListLocationsCommand.d.ts +2 -1
  43. package/dist-types/commands/ListStorageSystemsCommand.d.ts +2 -1
  44. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  45. package/dist-types/commands/ListTaskExecutionsCommand.d.ts +2 -1
  46. package/dist-types/commands/ListTasksCommand.d.ts +2 -1
  47. package/dist-types/commands/RemoveStorageSystemCommand.d.ts +2 -1
  48. package/dist-types/commands/StartDiscoveryJobCommand.d.ts +2 -1
  49. package/dist-types/commands/StartTaskExecutionCommand.d.ts +2 -1
  50. package/dist-types/commands/StopDiscoveryJobCommand.d.ts +2 -1
  51. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  52. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateAgentCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateDiscoveryJobCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateLocationAzureBlobCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +4 -3
  57. package/dist-types/commands/UpdateLocationNfsCommand.d.ts +2 -1
  58. package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +3 -2
  59. package/dist-types/commands/UpdateLocationSmbCommand.d.ts +2 -1
  60. package/dist-types/commands/UpdateStorageSystemCommand.d.ts +2 -1
  61. package/dist-types/commands/UpdateTaskCommand.d.ts +2 -1
  62. package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +2 -1
  63. package/dist-types/models/models_0.d.ts +689 -689
  64. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  65. package/dist-types/runtimeConfig.d.ts +2 -2
  66. package/dist-types/runtimeConfig.native.d.ts +2 -2
  67. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  68. package/dist-types/ts3.4/DataSync.d.ts +6 -0
  69. package/dist-types/ts3.4/commands/AddStorageSystemCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/CreateLocationAzureBlobCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/DescribeDiscoveryJobCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/DescribeLocationAzureBlobCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/DescribeStorageSystemCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/DescribeStorageSystemResourcesCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/GenerateRecommendationsCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/ListDiscoveryJobsCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/ListStorageSystemsCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/RemoveStorageSystemCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/StartDiscoveryJobCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/StopDiscoveryJobCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/UpdateDiscoveryJobCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/UpdateLocationAzureBlobCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/UpdateStorageSystemCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  130. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  131. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  132. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  133. package/package.json +40 -40
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: DataSyncClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: DataSyncClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: DataSyncClientConfig) => {
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
12
  streamCollector: import("@smithy/types").StreamCollector;
13
13
  base64Decoder: import("@smithy/types").Decoder;
14
- base64Encoder: import("@smithy/types").Encoder;
14
+ base64Encoder: (_input: string | Uint8Array) => string;
15
15
  utf8Decoder: import("@smithy/types").Decoder;
16
- utf8Encoder: import("@smithy/types").Encoder;
16
+ utf8Encoder: (input: string | Uint8Array) => string;
17
17
  disableHostPrefix: boolean;
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -5,7 +5,7 @@ import { DataSyncClientConfig } from "./DataSyncClient";
5
5
  export declare const getRuntimeConfig: (config: DataSyncClientConfig) => {
6
6
  apiVersion: string;
7
7
  base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: import("@smithy/types").Encoder;
8
+ base64Encoder: (_input: string | Uint8Array) => string;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
11
  logger?: import("@smithy/types").Logger | undefined;
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: DataSyncClientConfig) => {
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  };
@@ -728,6 +728,7 @@ export interface DataSync {
728
728
  options: __HttpHandlerOptions,
729
729
  cb: (err: any, data?: GenerateRecommendationsCommandOutput) => void
730
730
  ): void;
731
+ listAgents(): Promise<ListAgentsCommandOutput>;
731
732
  listAgents(
732
733
  args: ListAgentsCommandInput,
733
734
  options?: __HttpHandlerOptions
@@ -741,6 +742,7 @@ export interface DataSync {
741
742
  options: __HttpHandlerOptions,
742
743
  cb: (err: any, data?: ListAgentsCommandOutput) => void
743
744
  ): void;
745
+ listDiscoveryJobs(): Promise<ListDiscoveryJobsCommandOutput>;
744
746
  listDiscoveryJobs(
745
747
  args: ListDiscoveryJobsCommandInput,
746
748
  options?: __HttpHandlerOptions
@@ -754,6 +756,7 @@ export interface DataSync {
754
756
  options: __HttpHandlerOptions,
755
757
  cb: (err: any, data?: ListDiscoveryJobsCommandOutput) => void
756
758
  ): void;
759
+ listLocations(): Promise<ListLocationsCommandOutput>;
757
760
  listLocations(
758
761
  args: ListLocationsCommandInput,
759
762
  options?: __HttpHandlerOptions
@@ -767,6 +770,7 @@ export interface DataSync {
767
770
  options: __HttpHandlerOptions,
768
771
  cb: (err: any, data?: ListLocationsCommandOutput) => void
769
772
  ): void;
773
+ listStorageSystems(): Promise<ListStorageSystemsCommandOutput>;
770
774
  listStorageSystems(
771
775
  args: ListStorageSystemsCommandInput,
772
776
  options?: __HttpHandlerOptions
@@ -793,6 +797,7 @@ export interface DataSync {
793
797
  options: __HttpHandlerOptions,
794
798
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
795
799
  ): void;
800
+ listTaskExecutions(): Promise<ListTaskExecutionsCommandOutput>;
796
801
  listTaskExecutions(
797
802
  args: ListTaskExecutionsCommandInput,
798
803
  options?: __HttpHandlerOptions
@@ -806,6 +811,7 @@ export interface DataSync {
806
811
  options: __HttpHandlerOptions,
807
812
  cb: (err: any, data?: ListTaskExecutionsCommandOutput) => void
808
813
  ): void;
814
+ listTasks(): Promise<ListTasksCommandOutput>;
809
815
  listTasks(
810
816
  args: ListTasksCommandInput,
811
817
  options?: __HttpHandlerOptions
@@ -24,6 +24,15 @@ declare const AddStorageSystemCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: AddStorageSystemCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ AddStorageSystemCommandInput,
31
+ AddStorageSystemCommandOutput,
32
+ DataSyncClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class AddStorageSystemCommand extends AddStorageSystemCommand_base {}
@@ -25,6 +25,15 @@ declare const CancelTaskExecutionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CancelTaskExecutionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CancelTaskExecutionCommandInput,
32
+ CancelTaskExecutionCommandOutput,
33
+ DataSyncClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CancelTaskExecutionCommand extends CancelTaskExecutionCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateAgentCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateAgentCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateAgentCommandInput,
28
+ CreateAgentCommandOutput,
29
+ DataSyncClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateAgentCommand extends CreateAgentCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateLocationAzureBlobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateLocationAzureBlobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateLocationAzureBlobCommandInput,
32
+ CreateLocationAzureBlobCommandOutput,
33
+ DataSyncClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateLocationAzureBlobCommand extends CreateLocationAzureBlobCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateLocationEfsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateLocationEfsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateLocationEfsCommandInput,
32
+ CreateLocationEfsCommandOutput,
33
+ DataSyncClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateLocationEfsCommand extends CreateLocationEfsCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateLocationFsxLustreCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateLocationFsxLustreCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateLocationFsxLustreCommandInput,
32
+ CreateLocationFsxLustreCommandOutput,
33
+ DataSyncClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateLocationFsxLustreCommand extends CreateLocationFsxLustreCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateLocationFsxOntapCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateLocationFsxOntapCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateLocationFsxOntapCommandInput,
32
+ CreateLocationFsxOntapCommandOutput,
33
+ DataSyncClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateLocationFsxOntapCommand extends CreateLocationFsxOntapCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateLocationFsxOpenZfsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateLocationFsxOpenZfsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateLocationFsxOpenZfsCommandInput,
32
+ CreateLocationFsxOpenZfsCommandOutput,
33
+ DataSyncClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateLocationFsxOpenZfsCommand extends CreateLocationFsxOpenZfsCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateLocationFsxWindowsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateLocationFsxWindowsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateLocationFsxWindowsCommandInput,
32
+ CreateLocationFsxWindowsCommandOutput,
33
+ DataSyncClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateLocationFsxWindowsCommand extends CreateLocationFsxWindowsCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateLocationHdfsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateLocationHdfsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateLocationHdfsCommandInput,
32
+ CreateLocationHdfsCommandOutput,
33
+ DataSyncClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateLocationHdfsCommand extends CreateLocationHdfsCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateLocationNfsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateLocationNfsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateLocationNfsCommandInput,
32
+ CreateLocationNfsCommandOutput,
33
+ DataSyncClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateLocationNfsCommand extends CreateLocationNfsCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateLocationObjectStorageCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateLocationObjectStorageCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateLocationObjectStorageCommandInput,
32
+ CreateLocationObjectStorageCommandOutput,
33
+ DataSyncClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateLocationObjectStorageCommand extends CreateLocationObjectStorageCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateLocationS3Command_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateLocationS3CommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateLocationS3CommandInput,
31
+ CreateLocationS3CommandOutput,
32
+ DataSyncClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateLocationS3Command extends CreateLocationS3Command_base {}
@@ -25,6 +25,15 @@ declare const CreateLocationSmbCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateLocationSmbCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateLocationSmbCommandInput,
32
+ CreateLocationSmbCommandOutput,
33
+ DataSyncClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateLocationSmbCommand extends CreateLocationSmbCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateTaskCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateTaskCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateTaskCommandInput,
28
+ CreateTaskCommandOutput,
29
+ DataSyncClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateTaskCommand extends CreateTaskCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteAgentCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteAgentCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteAgentCommandInput,
28
+ DeleteAgentCommandOutput,
29
+ DataSyncClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteAgentCommand extends DeleteAgentCommand_base {}
@@ -24,6 +24,15 @@ declare const DeleteLocationCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DeleteLocationCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DeleteLocationCommandInput,
31
+ DeleteLocationCommandOutput,
32
+ DataSyncClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DeleteLocationCommand extends DeleteLocationCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteTaskCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteTaskCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteTaskCommandInput,
28
+ DeleteTaskCommandOutput,
29
+ DataSyncClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteTaskCommand extends DeleteTaskCommand_base {}
@@ -24,6 +24,15 @@ declare const DescribeAgentCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: DescribeAgentCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ DescribeAgentCommandInput,
31
+ DescribeAgentCommandOutput,
32
+ DataSyncClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class DescribeAgentCommand extends DescribeAgentCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeDiscoveryJobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeDiscoveryJobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeDiscoveryJobCommandInput,
32
+ DescribeDiscoveryJobCommandOutput,
33
+ DataSyncClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeDiscoveryJobCommand extends DescribeDiscoveryJobCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeLocationAzureBlobCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeLocationAzureBlobCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeLocationAzureBlobCommandInput,
32
+ DescribeLocationAzureBlobCommandOutput,
33
+ DataSyncClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeLocationAzureBlobCommand extends DescribeLocationAzureBlobCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeLocationEfsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeLocationEfsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeLocationEfsCommandInput,
32
+ DescribeLocationEfsCommandOutput,
33
+ DataSyncClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeLocationEfsCommand extends DescribeLocationEfsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeLocationFsxLustreCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeLocationFsxLustreCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeLocationFsxLustreCommandInput,
32
+ DescribeLocationFsxLustreCommandOutput,
33
+ DataSyncClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeLocationFsxLustreCommand extends DescribeLocationFsxLustreCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeLocationFsxOntapCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeLocationFsxOntapCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeLocationFsxOntapCommandInput,
32
+ DescribeLocationFsxOntapCommandOutput,
33
+ DataSyncClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeLocationFsxOntapCommand extends DescribeLocationFsxOntapCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeLocationFsxOpenZfsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeLocationFsxOpenZfsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeLocationFsxOpenZfsCommandInput,
32
+ DescribeLocationFsxOpenZfsCommandOutput,
33
+ DataSyncClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeLocationFsxOpenZfsCommand extends DescribeLocationFsxOpenZfsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeLocationFsxWindowsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeLocationFsxWindowsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeLocationFsxWindowsCommandInput,
32
+ DescribeLocationFsxWindowsCommandOutput,
33
+ DataSyncClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeLocationFsxWindowsCommand extends DescribeLocationFsxWindowsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeLocationHdfsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeLocationHdfsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeLocationHdfsCommandInput,
32
+ DescribeLocationHdfsCommandOutput,
33
+ DataSyncClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeLocationHdfsCommand extends DescribeLocationHdfsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeLocationNfsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeLocationNfsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeLocationNfsCommandInput,
32
+ DescribeLocationNfsCommandOutput,
33
+ DataSyncClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeLocationNfsCommand extends DescribeLocationNfsCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeLocationObjectStorageCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeLocationObjectStorageCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeLocationObjectStorageCommandInput,
32
+ DescribeLocationObjectStorageCommandOutput,
33
+ DataSyncClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeLocationObjectStorageCommand extends DescribeLocationObjectStorageCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeLocationS3Command_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeLocationS3CommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeLocationS3CommandInput,
32
+ DescribeLocationS3CommandOutput,
33
+ DataSyncClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeLocationS3Command extends DescribeLocationS3Command_base {}
@@ -25,6 +25,15 @@ declare const DescribeLocationSmbCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeLocationSmbCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeLocationSmbCommandInput,
32
+ DescribeLocationSmbCommandOutput,
33
+ DataSyncClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeLocationSmbCommand extends DescribeLocationSmbCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeStorageSystemCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DescribeStorageSystemCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeStorageSystemCommandInput,
32
+ DescribeStorageSystemCommandOutput,
33
+ DataSyncClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeStorageSystemCommand extends DescribeStorageSystemCommand_base {}