@aws-sdk/client-datasync 3.810.0 → 3.814.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 (96) hide show
  1. package/README.md +3 -107
  2. package/dist-cjs/index.js +26 -890
  3. package/dist-es/DataSync.js +0 -26
  4. package/dist-es/commands/index.js +0 -13
  5. package/dist-es/models/models_0.js +18 -62
  6. package/dist-es/pagination/index.js +0 -4
  7. package/dist-es/protocols/Aws_json1_1.js +2 -554
  8. package/dist-types/DataSync.d.ts +3 -96
  9. package/dist-types/DataSyncClient.d.ts +5 -18
  10. package/dist-types/commands/CreateAgentCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +3 -3
  12. package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +5 -4
  13. package/dist-types/commands/CreateLocationHdfsCommand.d.ts +2 -2
  14. package/dist-types/commands/CreateLocationNfsCommand.d.ts +2 -2
  15. package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +1 -2
  16. package/dist-types/commands/CreateLocationS3Command.d.ts +4 -2
  17. package/dist-types/commands/CreateTaskCommand.d.ts +4 -3
  18. package/dist-types/commands/DescribeAgentCommand.d.ts +2 -2
  19. package/dist-types/commands/DescribeLocationAzureBlobCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeTaskCommand.d.ts +2 -1
  21. package/dist-types/commands/UpdateLocationAzureBlobCommand.d.ts +2 -1
  22. package/dist-types/commands/UpdateLocationEfsCommand.d.ts +4 -2
  23. package/dist-types/commands/UpdateLocationFsxLustreCommand.d.ts +4 -2
  24. package/dist-types/commands/UpdateLocationFsxOntapCommand.d.ts +4 -2
  25. package/dist-types/commands/UpdateLocationFsxOpenZfsCommand.d.ts +5 -3
  26. package/dist-types/commands/UpdateLocationFsxWindowsCommand.d.ts +4 -2
  27. package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +4 -3
  28. package/dist-types/commands/UpdateLocationNfsCommand.d.ts +4 -3
  29. package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +4 -2
  30. package/dist-types/commands/UpdateLocationS3Command.d.ts +3 -2
  31. package/dist-types/commands/UpdateLocationSmbCommand.d.ts +4 -3
  32. package/dist-types/commands/UpdateTaskCommand.d.ts +2 -1
  33. package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +2 -2
  34. package/dist-types/commands/index.d.ts +0 -13
  35. package/dist-types/index.d.ts +3 -3
  36. package/dist-types/models/models_0.d.ts +368 -1499
  37. package/dist-types/pagination/index.d.ts +0 -4
  38. package/dist-types/protocols/Aws_json1_1.d.ts +0 -117
  39. package/dist-types/ts3.4/DataSync.d.ts +0 -229
  40. package/dist-types/ts3.4/DataSyncClient.d.ts +0 -78
  41. package/dist-types/ts3.4/commands/index.d.ts +0 -13
  42. package/dist-types/ts3.4/models/models_0.d.ts +18 -307
  43. package/dist-types/ts3.4/pagination/index.d.ts +0 -4
  44. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -156
  45. package/package.json +6 -8
  46. package/dist-es/commands/AddStorageSystemCommand.js +0 -23
  47. package/dist-es/commands/DescribeDiscoveryJobCommand.js +0 -22
  48. package/dist-es/commands/DescribeStorageSystemCommand.js +0 -22
  49. package/dist-es/commands/DescribeStorageSystemResourceMetricsCommand.js +0 -22
  50. package/dist-es/commands/DescribeStorageSystemResourcesCommand.js +0 -22
  51. package/dist-es/commands/GenerateRecommendationsCommand.js +0 -22
  52. package/dist-es/commands/ListDiscoveryJobsCommand.js +0 -22
  53. package/dist-es/commands/ListStorageSystemsCommand.js +0 -22
  54. package/dist-es/commands/RemoveStorageSystemCommand.js +0 -22
  55. package/dist-es/commands/StartDiscoveryJobCommand.js +0 -22
  56. package/dist-es/commands/StopDiscoveryJobCommand.js +0 -22
  57. package/dist-es/commands/UpdateDiscoveryJobCommand.js +0 -22
  58. package/dist-es/commands/UpdateStorageSystemCommand.js +0 -23
  59. package/dist-es/pagination/DescribeStorageSystemResourceMetricsPaginator.js +0 -4
  60. package/dist-es/pagination/DescribeStorageSystemResourcesPaginator.js +0 -4
  61. package/dist-es/pagination/ListDiscoveryJobsPaginator.js +0 -4
  62. package/dist-es/pagination/ListStorageSystemsPaginator.js +0 -4
  63. package/dist-types/commands/AddStorageSystemCommand.d.ts +0 -100
  64. package/dist-types/commands/DescribeDiscoveryJobCommand.d.ts +0 -84
  65. package/dist-types/commands/DescribeStorageSystemCommand.d.ts +0 -94
  66. package/dist-types/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +0 -118
  67. package/dist-types/commands/DescribeStorageSystemResourcesCommand.d.ts +0 -208
  68. package/dist-types/commands/GenerateRecommendationsCommand.d.ts +0 -85
  69. package/dist-types/commands/ListDiscoveryJobsCommand.d.ts +0 -88
  70. package/dist-types/commands/ListStorageSystemsCommand.d.ts +0 -86
  71. package/dist-types/commands/RemoveStorageSystemCommand.d.ts +0 -78
  72. package/dist-types/commands/StartDiscoveryJobCommand.d.ts +0 -89
  73. package/dist-types/commands/StopDiscoveryJobCommand.d.ts +0 -80
  74. package/dist-types/commands/UpdateDiscoveryJobCommand.d.ts +0 -78
  75. package/dist-types/commands/UpdateStorageSystemCommand.d.ts +0 -91
  76. package/dist-types/pagination/DescribeStorageSystemResourceMetricsPaginator.d.ts +0 -7
  77. package/dist-types/pagination/DescribeStorageSystemResourcesPaginator.d.ts +0 -7
  78. package/dist-types/pagination/ListDiscoveryJobsPaginator.d.ts +0 -7
  79. package/dist-types/pagination/ListStorageSystemsPaginator.d.ts +0 -7
  80. package/dist-types/ts3.4/commands/AddStorageSystemCommand.d.ts +0 -50
  81. package/dist-types/ts3.4/commands/DescribeDiscoveryJobCommand.d.ts +0 -51
  82. package/dist-types/ts3.4/commands/DescribeStorageSystemCommand.d.ts +0 -51
  83. package/dist-types/ts3.4/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +0 -51
  84. package/dist-types/ts3.4/commands/DescribeStorageSystemResourcesCommand.d.ts +0 -51
  85. package/dist-types/ts3.4/commands/GenerateRecommendationsCommand.d.ts +0 -51
  86. package/dist-types/ts3.4/commands/ListDiscoveryJobsCommand.d.ts +0 -51
  87. package/dist-types/ts3.4/commands/ListStorageSystemsCommand.d.ts +0 -51
  88. package/dist-types/ts3.4/commands/RemoveStorageSystemCommand.d.ts +0 -51
  89. package/dist-types/ts3.4/commands/StartDiscoveryJobCommand.d.ts +0 -51
  90. package/dist-types/ts3.4/commands/StopDiscoveryJobCommand.d.ts +0 -50
  91. package/dist-types/ts3.4/commands/UpdateDiscoveryJobCommand.d.ts +0 -51
  92. package/dist-types/ts3.4/commands/UpdateStorageSystemCommand.d.ts +0 -51
  93. package/dist-types/ts3.4/pagination/DescribeStorageSystemResourceMetricsPaginator.d.ts +0 -11
  94. package/dist-types/ts3.4/pagination/DescribeStorageSystemResourcesPaginator.d.ts +0 -11
  95. package/dist-types/ts3.4/pagination/ListDiscoveryJobsPaginator.d.ts +0 -11
  96. package/dist-types/ts3.4/pagination/ListStorageSystemsPaginator.d.ts +0 -11
@@ -1,50 +0,0 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DataSyncClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DataSyncClient";
8
- import {
9
- StopDiscoveryJobRequest,
10
- StopDiscoveryJobResponse,
11
- } from "../models/models_0";
12
- export { __MetadataBearer };
13
- export { $Command };
14
- export interface StopDiscoveryJobCommandInput extends StopDiscoveryJobRequest {}
15
- export interface StopDiscoveryJobCommandOutput
16
- extends StopDiscoveryJobResponse,
17
- __MetadataBearer {}
18
- declare const StopDiscoveryJobCommand_base: {
19
- new (
20
- input: StopDiscoveryJobCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
22
- StopDiscoveryJobCommandInput,
23
- StopDiscoveryJobCommandOutput,
24
- DataSyncClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
27
- >;
28
- new (
29
- input: StopDiscoveryJobCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
31
- StopDiscoveryJobCommandInput,
32
- StopDiscoveryJobCommandOutput,
33
- DataSyncClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
36
- >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
- };
39
- export declare class StopDiscoveryJobCommand extends StopDiscoveryJobCommand_base {
40
- protected static __types: {
41
- api: {
42
- input: StopDiscoveryJobRequest;
43
- output: {};
44
- };
45
- sdk: {
46
- input: StopDiscoveryJobCommandInput;
47
- output: StopDiscoveryJobCommandOutput;
48
- };
49
- };
50
- }
@@ -1,51 +0,0 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DataSyncClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DataSyncClient";
8
- import {
9
- UpdateDiscoveryJobRequest,
10
- UpdateDiscoveryJobResponse,
11
- } from "../models/models_0";
12
- export { __MetadataBearer };
13
- export { $Command };
14
- export interface UpdateDiscoveryJobCommandInput
15
- extends UpdateDiscoveryJobRequest {}
16
- export interface UpdateDiscoveryJobCommandOutput
17
- extends UpdateDiscoveryJobResponse,
18
- __MetadataBearer {}
19
- declare const UpdateDiscoveryJobCommand_base: {
20
- new (
21
- input: UpdateDiscoveryJobCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
23
- UpdateDiscoveryJobCommandInput,
24
- UpdateDiscoveryJobCommandOutput,
25
- DataSyncClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
28
- >;
29
- new (
30
- input: UpdateDiscoveryJobCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
32
- UpdateDiscoveryJobCommandInput,
33
- UpdateDiscoveryJobCommandOutput,
34
- DataSyncClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
37
- >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
- };
40
- export declare class UpdateDiscoveryJobCommand extends UpdateDiscoveryJobCommand_base {
41
- protected static __types: {
42
- api: {
43
- input: UpdateDiscoveryJobRequest;
44
- output: {};
45
- };
46
- sdk: {
47
- input: UpdateDiscoveryJobCommandInput;
48
- output: UpdateDiscoveryJobCommandOutput;
49
- };
50
- };
51
- }
@@ -1,51 +0,0 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DataSyncClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DataSyncClient";
8
- import {
9
- UpdateStorageSystemRequest,
10
- UpdateStorageSystemResponse,
11
- } from "../models/models_0";
12
- export { __MetadataBearer };
13
- export { $Command };
14
- export interface UpdateStorageSystemCommandInput
15
- extends UpdateStorageSystemRequest {}
16
- export interface UpdateStorageSystemCommandOutput
17
- extends UpdateStorageSystemResponse,
18
- __MetadataBearer {}
19
- declare const UpdateStorageSystemCommand_base: {
20
- new (
21
- input: UpdateStorageSystemCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
23
- UpdateStorageSystemCommandInput,
24
- UpdateStorageSystemCommandOutput,
25
- DataSyncClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
28
- >;
29
- new (
30
- input: UpdateStorageSystemCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
32
- UpdateStorageSystemCommandInput,
33
- UpdateStorageSystemCommandOutput,
34
- DataSyncClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
37
- >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
- };
40
- export declare class UpdateStorageSystemCommand extends UpdateStorageSystemCommand_base {
41
- protected static __types: {
42
- api: {
43
- input: UpdateStorageSystemRequest;
44
- output: {};
45
- };
46
- sdk: {
47
- input: UpdateStorageSystemCommandInput;
48
- output: UpdateStorageSystemCommandOutput;
49
- };
50
- };
51
- }
@@ -1,11 +0,0 @@
1
- import { Paginator } from "@smithy/types";
2
- import {
3
- DescribeStorageSystemResourceMetricsCommandInput,
4
- DescribeStorageSystemResourceMetricsCommandOutput,
5
- } from "../commands/DescribeStorageSystemResourceMetricsCommand";
6
- import { DataSyncPaginationConfiguration } from "./Interfaces";
7
- export declare const paginateDescribeStorageSystemResourceMetrics: (
8
- config: DataSyncPaginationConfiguration,
9
- input: DescribeStorageSystemResourceMetricsCommandInput,
10
- ...rest: any[]
11
- ) => Paginator<DescribeStorageSystemResourceMetricsCommandOutput>;
@@ -1,11 +0,0 @@
1
- import { Paginator } from "@smithy/types";
2
- import {
3
- DescribeStorageSystemResourcesCommandInput,
4
- DescribeStorageSystemResourcesCommandOutput,
5
- } from "../commands/DescribeStorageSystemResourcesCommand";
6
- import { DataSyncPaginationConfiguration } from "./Interfaces";
7
- export declare const paginateDescribeStorageSystemResources: (
8
- config: DataSyncPaginationConfiguration,
9
- input: DescribeStorageSystemResourcesCommandInput,
10
- ...rest: any[]
11
- ) => Paginator<DescribeStorageSystemResourcesCommandOutput>;
@@ -1,11 +0,0 @@
1
- import { Paginator } from "@smithy/types";
2
- import {
3
- ListDiscoveryJobsCommandInput,
4
- ListDiscoveryJobsCommandOutput,
5
- } from "../commands/ListDiscoveryJobsCommand";
6
- import { DataSyncPaginationConfiguration } from "./Interfaces";
7
- export declare const paginateListDiscoveryJobs: (
8
- config: DataSyncPaginationConfiguration,
9
- input: ListDiscoveryJobsCommandInput,
10
- ...rest: any[]
11
- ) => Paginator<ListDiscoveryJobsCommandOutput>;
@@ -1,11 +0,0 @@
1
- import { Paginator } from "@smithy/types";
2
- import {
3
- ListStorageSystemsCommandInput,
4
- ListStorageSystemsCommandOutput,
5
- } from "../commands/ListStorageSystemsCommand";
6
- import { DataSyncPaginationConfiguration } from "./Interfaces";
7
- export declare const paginateListStorageSystems: (
8
- config: DataSyncPaginationConfiguration,
9
- input: ListStorageSystemsCommandInput,
10
- ...rest: any[]
11
- ) => Paginator<ListStorageSystemsCommandOutput>;