@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,91 +0,0 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
4
- import { UpdateStorageSystemRequest, UpdateStorageSystemResponse } from "../models/models_0";
5
- /**
6
- * @public
7
- */
8
- export type { __MetadataBearer };
9
- export { $Command };
10
- /**
11
- * @public
12
- *
13
- * The input for {@link UpdateStorageSystemCommand}.
14
- */
15
- export interface UpdateStorageSystemCommandInput extends UpdateStorageSystemRequest {
16
- }
17
- /**
18
- * @public
19
- *
20
- * The output of {@link UpdateStorageSystemCommand}.
21
- */
22
- export interface UpdateStorageSystemCommandOutput extends UpdateStorageSystemResponse, __MetadataBearer {
23
- }
24
- declare const UpdateStorageSystemCommand_base: {
25
- new (input: UpdateStorageSystemCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateStorageSystemCommandInput, UpdateStorageSystemCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UpdateStorageSystemCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateStorageSystemCommandInput, UpdateStorageSystemCommandOutput, DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
- };
29
- /**
30
- * <p>Modifies some configurations of an on-premises storage system resource that you're using
31
- * with DataSync Discovery.</p>
32
- * @example
33
- * Use a bare-bones client and the command you need to make an API call.
34
- * ```javascript
35
- * import { DataSyncClient, UpdateStorageSystemCommand } from "@aws-sdk/client-datasync"; // ES Modules import
36
- * // const { DataSyncClient, UpdateStorageSystemCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
37
- * const client = new DataSyncClient(config);
38
- * const input = { // UpdateStorageSystemRequest
39
- * StorageSystemArn: "STRING_VALUE", // required
40
- * ServerConfiguration: { // DiscoveryServerConfiguration
41
- * ServerHostname: "STRING_VALUE", // required
42
- * ServerPort: Number("int"),
43
- * },
44
- * AgentArns: [ // DiscoveryAgentArnList
45
- * "STRING_VALUE",
46
- * ],
47
- * Name: "STRING_VALUE",
48
- * CloudWatchLogGroupArn: "STRING_VALUE",
49
- * Credentials: { // Credentials
50
- * Username: "STRING_VALUE", // required
51
- * Password: "STRING_VALUE", // required
52
- * },
53
- * };
54
- * const command = new UpdateStorageSystemCommand(input);
55
- * const response = await client.send(command);
56
- * // {};
57
- *
58
- * ```
59
- *
60
- * @param UpdateStorageSystemCommandInput - {@link UpdateStorageSystemCommandInput}
61
- * @returns {@link UpdateStorageSystemCommandOutput}
62
- * @see {@link UpdateStorageSystemCommandInput} for command's `input` shape.
63
- * @see {@link UpdateStorageSystemCommandOutput} for command's `response` shape.
64
- * @see {@link DataSyncClientResolvedConfig | config} for DataSyncClient's `config` shape.
65
- *
66
- * @throws {@link InternalException} (server fault)
67
- * <p>This exception is thrown when an error occurs in the DataSync
68
- * service.</p>
69
- *
70
- * @throws {@link InvalidRequestException} (client fault)
71
- * <p>This exception is thrown when the client submits a malformed request.</p>
72
- *
73
- * @throws {@link DataSyncServiceException}
74
- * <p>Base exception class for all service exceptions from DataSync service.</p>
75
- *
76
- *
77
- * @public
78
- */
79
- export declare class UpdateStorageSystemCommand extends UpdateStorageSystemCommand_base {
80
- /** @internal type navigation helper, not in runtime. */
81
- protected static __types: {
82
- api: {
83
- input: UpdateStorageSystemRequest;
84
- output: {};
85
- };
86
- sdk: {
87
- input: UpdateStorageSystemCommandInput;
88
- output: UpdateStorageSystemCommandOutput;
89
- };
90
- };
91
- }
@@ -1,7 +0,0 @@
1
- import { Paginator } from "@smithy/types";
2
- import { DescribeStorageSystemResourceMetricsCommandInput, DescribeStorageSystemResourceMetricsCommandOutput } from "../commands/DescribeStorageSystemResourceMetricsCommand";
3
- import { DataSyncPaginationConfiguration } from "./Interfaces";
4
- /**
5
- * @public
6
- */
7
- export declare const paginateDescribeStorageSystemResourceMetrics: (config: DataSyncPaginationConfiguration, input: DescribeStorageSystemResourceMetricsCommandInput, ...rest: any[]) => Paginator<DescribeStorageSystemResourceMetricsCommandOutput>;
@@ -1,7 +0,0 @@
1
- import { Paginator } from "@smithy/types";
2
- import { DescribeStorageSystemResourcesCommandInput, DescribeStorageSystemResourcesCommandOutput } from "../commands/DescribeStorageSystemResourcesCommand";
3
- import { DataSyncPaginationConfiguration } from "./Interfaces";
4
- /**
5
- * @public
6
- */
7
- export declare const paginateDescribeStorageSystemResources: (config: DataSyncPaginationConfiguration, input: DescribeStorageSystemResourcesCommandInput, ...rest: any[]) => Paginator<DescribeStorageSystemResourcesCommandOutput>;
@@ -1,7 +0,0 @@
1
- import { Paginator } from "@smithy/types";
2
- import { ListDiscoveryJobsCommandInput, ListDiscoveryJobsCommandOutput } from "../commands/ListDiscoveryJobsCommand";
3
- import { DataSyncPaginationConfiguration } from "./Interfaces";
4
- /**
5
- * @public
6
- */
7
- export declare const paginateListDiscoveryJobs: (config: DataSyncPaginationConfiguration, input: ListDiscoveryJobsCommandInput, ...rest: any[]) => Paginator<ListDiscoveryJobsCommandOutput>;
@@ -1,7 +0,0 @@
1
- import { Paginator } from "@smithy/types";
2
- import { ListStorageSystemsCommandInput, ListStorageSystemsCommandOutput } from "../commands/ListStorageSystemsCommand";
3
- import { DataSyncPaginationConfiguration } from "./Interfaces";
4
- /**
5
- * @public
6
- */
7
- export declare const paginateListStorageSystems: (config: DataSyncPaginationConfiguration, input: ListStorageSystemsCommandInput, ...rest: any[]) => Paginator<ListStorageSystemsCommandOutput>;
@@ -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
- AddStorageSystemRequest,
10
- AddStorageSystemResponse,
11
- } from "../models/models_0";
12
- export { __MetadataBearer };
13
- export { $Command };
14
- export interface AddStorageSystemCommandInput extends AddStorageSystemRequest {}
15
- export interface AddStorageSystemCommandOutput
16
- extends AddStorageSystemResponse,
17
- __MetadataBearer {}
18
- declare const AddStorageSystemCommand_base: {
19
- new (
20
- input: AddStorageSystemCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
22
- AddStorageSystemCommandInput,
23
- AddStorageSystemCommandOutput,
24
- DataSyncClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
27
- >;
28
- new (
29
- input: AddStorageSystemCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
31
- AddStorageSystemCommandInput,
32
- AddStorageSystemCommandOutput,
33
- DataSyncClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
36
- >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
- };
39
- export declare class AddStorageSystemCommand extends AddStorageSystemCommand_base {
40
- protected static __types: {
41
- api: {
42
- input: AddStorageSystemRequest;
43
- output: AddStorageSystemResponse;
44
- };
45
- sdk: {
46
- input: AddStorageSystemCommandInput;
47
- output: AddStorageSystemCommandOutput;
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
- DescribeDiscoveryJobRequest,
10
- DescribeDiscoveryJobResponse,
11
- } from "../models/models_0";
12
- export { __MetadataBearer };
13
- export { $Command };
14
- export interface DescribeDiscoveryJobCommandInput
15
- extends DescribeDiscoveryJobRequest {}
16
- export interface DescribeDiscoveryJobCommandOutput
17
- extends DescribeDiscoveryJobResponse,
18
- __MetadataBearer {}
19
- declare const DescribeDiscoveryJobCommand_base: {
20
- new (
21
- input: DescribeDiscoveryJobCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
23
- DescribeDiscoveryJobCommandInput,
24
- DescribeDiscoveryJobCommandOutput,
25
- DataSyncClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
28
- >;
29
- new (
30
- input: DescribeDiscoveryJobCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
32
- DescribeDiscoveryJobCommandInput,
33
- DescribeDiscoveryJobCommandOutput,
34
- DataSyncClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
37
- >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
- };
40
- export declare class DescribeDiscoveryJobCommand extends DescribeDiscoveryJobCommand_base {
41
- protected static __types: {
42
- api: {
43
- input: DescribeDiscoveryJobRequest;
44
- output: DescribeDiscoveryJobResponse;
45
- };
46
- sdk: {
47
- input: DescribeDiscoveryJobCommandInput;
48
- output: DescribeDiscoveryJobCommandOutput;
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
- DescribeStorageSystemRequest,
10
- DescribeStorageSystemResponse,
11
- } from "../models/models_0";
12
- export { __MetadataBearer };
13
- export { $Command };
14
- export interface DescribeStorageSystemCommandInput
15
- extends DescribeStorageSystemRequest {}
16
- export interface DescribeStorageSystemCommandOutput
17
- extends DescribeStorageSystemResponse,
18
- __MetadataBearer {}
19
- declare const DescribeStorageSystemCommand_base: {
20
- new (
21
- input: DescribeStorageSystemCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
23
- DescribeStorageSystemCommandInput,
24
- DescribeStorageSystemCommandOutput,
25
- DataSyncClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
28
- >;
29
- new (
30
- input: DescribeStorageSystemCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
32
- DescribeStorageSystemCommandInput,
33
- DescribeStorageSystemCommandOutput,
34
- DataSyncClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
37
- >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
- };
40
- export declare class DescribeStorageSystemCommand extends DescribeStorageSystemCommand_base {
41
- protected static __types: {
42
- api: {
43
- input: DescribeStorageSystemRequest;
44
- output: DescribeStorageSystemResponse;
45
- };
46
- sdk: {
47
- input: DescribeStorageSystemCommandInput;
48
- output: DescribeStorageSystemCommandOutput;
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
- DescribeStorageSystemResourceMetricsRequest,
10
- DescribeStorageSystemResourceMetricsResponse,
11
- } from "../models/models_0";
12
- export { __MetadataBearer };
13
- export { $Command };
14
- export interface DescribeStorageSystemResourceMetricsCommandInput
15
- extends DescribeStorageSystemResourceMetricsRequest {}
16
- export interface DescribeStorageSystemResourceMetricsCommandOutput
17
- extends DescribeStorageSystemResourceMetricsResponse,
18
- __MetadataBearer {}
19
- declare const DescribeStorageSystemResourceMetricsCommand_base: {
20
- new (
21
- input: DescribeStorageSystemResourceMetricsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
23
- DescribeStorageSystemResourceMetricsCommandInput,
24
- DescribeStorageSystemResourceMetricsCommandOutput,
25
- DataSyncClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
28
- >;
29
- new (
30
- input: DescribeStorageSystemResourceMetricsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
32
- DescribeStorageSystemResourceMetricsCommandInput,
33
- DescribeStorageSystemResourceMetricsCommandOutput,
34
- DataSyncClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
37
- >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
- };
40
- export declare class DescribeStorageSystemResourceMetricsCommand extends DescribeStorageSystemResourceMetricsCommand_base {
41
- protected static __types: {
42
- api: {
43
- input: DescribeStorageSystemResourceMetricsRequest;
44
- output: DescribeStorageSystemResourceMetricsResponse;
45
- };
46
- sdk: {
47
- input: DescribeStorageSystemResourceMetricsCommandInput;
48
- output: DescribeStorageSystemResourceMetricsCommandOutput;
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
- DescribeStorageSystemResourcesRequest,
10
- DescribeStorageSystemResourcesResponse,
11
- } from "../models/models_0";
12
- export { __MetadataBearer };
13
- export { $Command };
14
- export interface DescribeStorageSystemResourcesCommandInput
15
- extends DescribeStorageSystemResourcesRequest {}
16
- export interface DescribeStorageSystemResourcesCommandOutput
17
- extends DescribeStorageSystemResourcesResponse,
18
- __MetadataBearer {}
19
- declare const DescribeStorageSystemResourcesCommand_base: {
20
- new (
21
- input: DescribeStorageSystemResourcesCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
23
- DescribeStorageSystemResourcesCommandInput,
24
- DescribeStorageSystemResourcesCommandOutput,
25
- DataSyncClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
28
- >;
29
- new (
30
- input: DescribeStorageSystemResourcesCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
32
- DescribeStorageSystemResourcesCommandInput,
33
- DescribeStorageSystemResourcesCommandOutput,
34
- DataSyncClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
37
- >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
- };
40
- export declare class DescribeStorageSystemResourcesCommand extends DescribeStorageSystemResourcesCommand_base {
41
- protected static __types: {
42
- api: {
43
- input: DescribeStorageSystemResourcesRequest;
44
- output: DescribeStorageSystemResourcesResponse;
45
- };
46
- sdk: {
47
- input: DescribeStorageSystemResourcesCommandInput;
48
- output: DescribeStorageSystemResourcesCommandOutput;
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
- GenerateRecommendationsRequest,
10
- GenerateRecommendationsResponse,
11
- } from "../models/models_0";
12
- export { __MetadataBearer };
13
- export { $Command };
14
- export interface GenerateRecommendationsCommandInput
15
- extends GenerateRecommendationsRequest {}
16
- export interface GenerateRecommendationsCommandOutput
17
- extends GenerateRecommendationsResponse,
18
- __MetadataBearer {}
19
- declare const GenerateRecommendationsCommand_base: {
20
- new (
21
- input: GenerateRecommendationsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
23
- GenerateRecommendationsCommandInput,
24
- GenerateRecommendationsCommandOutput,
25
- DataSyncClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
28
- >;
29
- new (
30
- input: GenerateRecommendationsCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
32
- GenerateRecommendationsCommandInput,
33
- GenerateRecommendationsCommandOutput,
34
- DataSyncClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
37
- >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
- };
40
- export declare class GenerateRecommendationsCommand extends GenerateRecommendationsCommand_base {
41
- protected static __types: {
42
- api: {
43
- input: GenerateRecommendationsRequest;
44
- output: {};
45
- };
46
- sdk: {
47
- input: GenerateRecommendationsCommandInput;
48
- output: GenerateRecommendationsCommandOutput;
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
- ListDiscoveryJobsRequest,
10
- ListDiscoveryJobsResponse,
11
- } from "../models/models_0";
12
- export { __MetadataBearer };
13
- export { $Command };
14
- export interface ListDiscoveryJobsCommandInput
15
- extends ListDiscoveryJobsRequest {}
16
- export interface ListDiscoveryJobsCommandOutput
17
- extends ListDiscoveryJobsResponse,
18
- __MetadataBearer {}
19
- declare const ListDiscoveryJobsCommand_base: {
20
- new (
21
- input: ListDiscoveryJobsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
23
- ListDiscoveryJobsCommandInput,
24
- ListDiscoveryJobsCommandOutput,
25
- DataSyncClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
28
- >;
29
- new (
30
- ...[input]: [] | [ListDiscoveryJobsCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
32
- ListDiscoveryJobsCommandInput,
33
- ListDiscoveryJobsCommandOutput,
34
- DataSyncClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
37
- >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
- };
40
- export declare class ListDiscoveryJobsCommand extends ListDiscoveryJobsCommand_base {
41
- protected static __types: {
42
- api: {
43
- input: ListDiscoveryJobsRequest;
44
- output: ListDiscoveryJobsResponse;
45
- };
46
- sdk: {
47
- input: ListDiscoveryJobsCommandInput;
48
- output: ListDiscoveryJobsCommandOutput;
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
- ListStorageSystemsRequest,
10
- ListStorageSystemsResponse,
11
- } from "../models/models_0";
12
- export { __MetadataBearer };
13
- export { $Command };
14
- export interface ListStorageSystemsCommandInput
15
- extends ListStorageSystemsRequest {}
16
- export interface ListStorageSystemsCommandOutput
17
- extends ListStorageSystemsResponse,
18
- __MetadataBearer {}
19
- declare const ListStorageSystemsCommand_base: {
20
- new (
21
- input: ListStorageSystemsCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
23
- ListStorageSystemsCommandInput,
24
- ListStorageSystemsCommandOutput,
25
- DataSyncClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
28
- >;
29
- new (
30
- ...[input]: [] | [ListStorageSystemsCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
32
- ListStorageSystemsCommandInput,
33
- ListStorageSystemsCommandOutput,
34
- DataSyncClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
37
- >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
- };
40
- export declare class ListStorageSystemsCommand extends ListStorageSystemsCommand_base {
41
- protected static __types: {
42
- api: {
43
- input: ListStorageSystemsRequest;
44
- output: ListStorageSystemsResponse;
45
- };
46
- sdk: {
47
- input: ListStorageSystemsCommandInput;
48
- output: ListStorageSystemsCommandOutput;
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
- RemoveStorageSystemRequest,
10
- RemoveStorageSystemResponse,
11
- } from "../models/models_0";
12
- export { __MetadataBearer };
13
- export { $Command };
14
- export interface RemoveStorageSystemCommandInput
15
- extends RemoveStorageSystemRequest {}
16
- export interface RemoveStorageSystemCommandOutput
17
- extends RemoveStorageSystemResponse,
18
- __MetadataBearer {}
19
- declare const RemoveStorageSystemCommand_base: {
20
- new (
21
- input: RemoveStorageSystemCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
23
- RemoveStorageSystemCommandInput,
24
- RemoveStorageSystemCommandOutput,
25
- DataSyncClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
28
- >;
29
- new (
30
- input: RemoveStorageSystemCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
32
- RemoveStorageSystemCommandInput,
33
- RemoveStorageSystemCommandOutput,
34
- DataSyncClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
37
- >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
- };
40
- export declare class RemoveStorageSystemCommand extends RemoveStorageSystemCommand_base {
41
- protected static __types: {
42
- api: {
43
- input: RemoveStorageSystemRequest;
44
- output: {};
45
- };
46
- sdk: {
47
- input: RemoveStorageSystemCommandInput;
48
- output: RemoveStorageSystemCommandOutput;
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
- StartDiscoveryJobRequest,
10
- StartDiscoveryJobResponse,
11
- } from "../models/models_0";
12
- export { __MetadataBearer };
13
- export { $Command };
14
- export interface StartDiscoveryJobCommandInput
15
- extends StartDiscoveryJobRequest {}
16
- export interface StartDiscoveryJobCommandOutput
17
- extends StartDiscoveryJobResponse,
18
- __MetadataBearer {}
19
- declare const StartDiscoveryJobCommand_base: {
20
- new (
21
- input: StartDiscoveryJobCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
23
- StartDiscoveryJobCommandInput,
24
- StartDiscoveryJobCommandOutput,
25
- DataSyncClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
28
- >;
29
- new (
30
- input: StartDiscoveryJobCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
32
- StartDiscoveryJobCommandInput,
33
- StartDiscoveryJobCommandOutput,
34
- DataSyncClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
37
- >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
- };
40
- export declare class StartDiscoveryJobCommand extends StartDiscoveryJobCommand_base {
41
- protected static __types: {
42
- api: {
43
- input: StartDiscoveryJobRequest;
44
- output: StartDiscoveryJobResponse;
45
- };
46
- sdk: {
47
- input: StartDiscoveryJobCommandInput;
48
- output: StartDiscoveryJobCommandOutput;
49
- };
50
- };
51
- }