@aws-sdk/client-datasync 3.321.1 → 3.326.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 (58) hide show
  1. package/dist-types/commands/AddStorageSystemCommand.d.ts +6 -0
  2. package/dist-types/commands/CancelTaskExecutionCommand.d.ts +4 -0
  3. package/dist-types/commands/CreateAgentCommand.d.ts +6 -0
  4. package/dist-types/commands/CreateLocationEfsCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateLocationFsxOntapCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateLocationHdfsCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateLocationNfsCommand.d.ts +6 -0
  11. package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +6 -0
  12. package/dist-types/commands/CreateLocationS3Command.d.ts +6 -0
  13. package/dist-types/commands/CreateLocationSmbCommand.d.ts +6 -0
  14. package/dist-types/commands/CreateTaskCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteAgentCommand.d.ts +4 -0
  16. package/dist-types/commands/DeleteLocationCommand.d.ts +4 -0
  17. package/dist-types/commands/DeleteTaskCommand.d.ts +4 -0
  18. package/dist-types/commands/DescribeAgentCommand.d.ts +21 -0
  19. package/dist-types/commands/DescribeDiscoveryJobCommand.d.ts +11 -0
  20. package/dist-types/commands/DescribeLocationEfsCommand.d.ts +17 -0
  21. package/dist-types/commands/DescribeLocationFsxLustreCommand.d.ts +11 -0
  22. package/dist-types/commands/DescribeLocationFsxOntapCommand.d.ts +28 -0
  23. package/dist-types/commands/DescribeLocationFsxOpenZfsCommand.d.ts +26 -0
  24. package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +13 -0
  25. package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +27 -0
  26. package/dist-types/commands/DescribeLocationNfsCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +15 -0
  28. package/dist-types/commands/DescribeLocationS3Command.d.ts +15 -0
  29. package/dist-types/commands/DescribeLocationSmbCommand.d.ts +16 -0
  30. package/dist-types/commands/DescribeStorageSystemCommand.d.ts +20 -0
  31. package/dist-types/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +37 -0
  32. package/dist-types/commands/DescribeStorageSystemResourcesCommand.d.ts +119 -0
  33. package/dist-types/commands/DescribeTaskCommand.d.ts +53 -0
  34. package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +54 -0
  35. package/dist-types/commands/GenerateRecommendationsCommand.d.ts +4 -0
  36. package/dist-types/commands/ListAgentsCommand.d.ts +13 -0
  37. package/dist-types/commands/ListDiscoveryJobsCommand.d.ts +12 -0
  38. package/dist-types/commands/ListLocationsCommand.d.ts +12 -0
  39. package/dist-types/commands/ListStorageSystemsCommand.d.ts +12 -0
  40. package/dist-types/commands/ListTagsForResourceCommand.d.ts +12 -0
  41. package/dist-types/commands/ListTaskExecutionsCommand.d.ts +12 -0
  42. package/dist-types/commands/ListTasksCommand.d.ts +13 -0
  43. package/dist-types/commands/RemoveStorageSystemCommand.d.ts +4 -0
  44. package/dist-types/commands/StartDiscoveryJobCommand.d.ts +6 -0
  45. package/dist-types/commands/StartTaskExecutionCommand.d.ts +6 -0
  46. package/dist-types/commands/StopDiscoveryJobCommand.d.ts +4 -0
  47. package/dist-types/commands/TagResourceCommand.d.ts +4 -0
  48. package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
  49. package/dist-types/commands/UpdateAgentCommand.d.ts +4 -0
  50. package/dist-types/commands/UpdateDiscoveryJobCommand.d.ts +4 -0
  51. package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +4 -0
  52. package/dist-types/commands/UpdateLocationNfsCommand.d.ts +4 -0
  53. package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +4 -0
  54. package/dist-types/commands/UpdateLocationSmbCommand.d.ts +4 -0
  55. package/dist-types/commands/UpdateStorageSystemCommand.d.ts +4 -0
  56. package/dist-types/commands/UpdateTaskCommand.d.ts +4 -0
  57. package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +4 -0
  58. package/package.json +16 -16
@@ -52,6 +52,10 @@ export interface AddStorageSystemCommandOutput extends AddStorageSystemResponse,
52
52
  * };
53
53
  * const command = new AddStorageSystemCommand(input);
54
54
  * const response = await client.send(command);
55
+ * // { // AddStorageSystemResponse
56
+ * // StorageSystemArn: "STRING_VALUE", // required
57
+ * // };
58
+ *
55
59
  * ```
56
60
  *
57
61
  * @param AddStorageSystemCommandInput - {@link AddStorageSystemCommandInput}
@@ -67,6 +71,8 @@ export interface AddStorageSystemCommandOutput extends AddStorageSystemResponse,
67
71
  * @throws {@link InvalidRequestException} (client fault)
68
72
  * <p>This exception is thrown when the client submits a malformed request.</p>
69
73
  *
74
+ * @throws {@link DataSyncServiceException}
75
+ * <p>Base exception class for all service exceptions from DataSync service.</p>
70
76
  *
71
77
  */
72
78
  export declare class AddStorageSystemCommand extends $Command<AddStorageSystemCommandInput, AddStorageSystemCommandOutput, DataSyncClientResolvedConfig> {
@@ -37,6 +37,8 @@ export interface CancelTaskExecutionCommandOutput extends CancelTaskExecutionRes
37
37
  * };
38
38
  * const command = new CancelTaskExecutionCommand(input);
39
39
  * const response = await client.send(command);
40
+ * // {};
41
+ *
40
42
  * ```
41
43
  *
42
44
  * @param CancelTaskExecutionCommandInput - {@link CancelTaskExecutionCommandInput}
@@ -52,6 +54,8 @@ export interface CancelTaskExecutionCommandOutput extends CancelTaskExecutionRes
52
54
  * @throws {@link InvalidRequestException} (client fault)
53
55
  * <p>This exception is thrown when the client submits a malformed request.</p>
54
56
  *
57
+ * @throws {@link DataSyncServiceException}
58
+ * <p>Base exception class for all service exceptions from DataSync service.</p>
55
59
  *
56
60
  */
57
61
  export declare class CancelTaskExecutionCommand extends $Command<CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput, DataSyncClientResolvedConfig> {
@@ -56,6 +56,10 @@ export interface CreateAgentCommandOutput extends CreateAgentResponse, __Metadat
56
56
  * };
57
57
  * const command = new CreateAgentCommand(input);
58
58
  * const response = await client.send(command);
59
+ * // { // CreateAgentResponse
60
+ * // AgentArn: "STRING_VALUE",
61
+ * // };
62
+ *
59
63
  * ```
60
64
  *
61
65
  * @param CreateAgentCommandInput - {@link CreateAgentCommandInput}
@@ -71,6 +75,8 @@ export interface CreateAgentCommandOutput extends CreateAgentResponse, __Metadat
71
75
  * @throws {@link InvalidRequestException} (client fault)
72
76
  * <p>This exception is thrown when the client submits a malformed request.</p>
73
77
  *
78
+ * @throws {@link DataSyncServiceException}
79
+ * <p>Base exception class for all service exceptions from DataSync service.</p>
74
80
  *
75
81
  */
76
82
  export declare class CreateAgentCommand extends $Command<CreateAgentCommandInput, CreateAgentCommandOutput, DataSyncClientResolvedConfig> {
@@ -48,6 +48,10 @@ export interface CreateLocationEfsCommandOutput extends CreateLocationEfsRespons
48
48
  * };
49
49
  * const command = new CreateLocationEfsCommand(input);
50
50
  * const response = await client.send(command);
51
+ * // { // CreateLocationEfsResponse
52
+ * // LocationArn: "STRING_VALUE",
53
+ * // };
54
+ *
51
55
  * ```
52
56
  *
53
57
  * @param CreateLocationEfsCommandInput - {@link CreateLocationEfsCommandInput}
@@ -63,6 +67,8 @@ export interface CreateLocationEfsCommandOutput extends CreateLocationEfsRespons
63
67
  * @throws {@link InvalidRequestException} (client fault)
64
68
  * <p>This exception is thrown when the client submits a malformed request.</p>
65
69
  *
70
+ * @throws {@link DataSyncServiceException}
71
+ * <p>Base exception class for all service exceptions from DataSync service.</p>
66
72
  *
67
73
  */
68
74
  export declare class CreateLocationEfsCommand extends $Command<CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput, DataSyncClientResolvedConfig> {
@@ -41,6 +41,10 @@ export interface CreateLocationFsxLustreCommandOutput extends CreateLocationFsxL
41
41
  * };
42
42
  * const command = new CreateLocationFsxLustreCommand(input);
43
43
  * const response = await client.send(command);
44
+ * // { // CreateLocationFsxLustreResponse
45
+ * // LocationArn: "STRING_VALUE",
46
+ * // };
47
+ *
44
48
  * ```
45
49
  *
46
50
  * @param CreateLocationFsxLustreCommandInput - {@link CreateLocationFsxLustreCommandInput}
@@ -56,6 +60,8 @@ export interface CreateLocationFsxLustreCommandOutput extends CreateLocationFsxL
56
60
  * @throws {@link InvalidRequestException} (client fault)
57
61
  * <p>This exception is thrown when the client submits a malformed request.</p>
58
62
  *
63
+ * @throws {@link DataSyncServiceException}
64
+ * <p>Base exception class for all service exceptions from DataSync service.</p>
59
65
  *
60
66
  */
61
67
  export declare class CreateLocationFsxLustreCommand extends $Command<CreateLocationFsxLustreCommandInput, CreateLocationFsxLustreCommandOutput, DataSyncClientResolvedConfig> {
@@ -56,6 +56,10 @@ export interface CreateLocationFsxOntapCommandOutput extends CreateLocationFsxOn
56
56
  * };
57
57
  * const command = new CreateLocationFsxOntapCommand(input);
58
58
  * const response = await client.send(command);
59
+ * // { // CreateLocationFsxOntapResponse
60
+ * // LocationArn: "STRING_VALUE",
61
+ * // };
62
+ *
59
63
  * ```
60
64
  *
61
65
  * @param CreateLocationFsxOntapCommandInput - {@link CreateLocationFsxOntapCommandInput}
@@ -71,6 +75,8 @@ export interface CreateLocationFsxOntapCommandOutput extends CreateLocationFsxOn
71
75
  * @throws {@link InvalidRequestException} (client fault)
72
76
  * <p>This exception is thrown when the client submits a malformed request.</p>
73
77
  *
78
+ * @throws {@link DataSyncServiceException}
79
+ * <p>Base exception class for all service exceptions from DataSync service.</p>
74
80
  *
75
81
  */
76
82
  export declare class CreateLocationFsxOntapCommand extends $Command<CreateLocationFsxOntapCommandInput, CreateLocationFsxOntapCommandOutput, DataSyncClientResolvedConfig> {
@@ -60,6 +60,10 @@ export interface CreateLocationFsxOpenZfsCommandOutput extends CreateLocationFsx
60
60
  * };
61
61
  * const command = new CreateLocationFsxOpenZfsCommand(input);
62
62
  * const response = await client.send(command);
63
+ * // { // CreateLocationFsxOpenZfsResponse
64
+ * // LocationArn: "STRING_VALUE",
65
+ * // };
66
+ *
63
67
  * ```
64
68
  *
65
69
  * @param CreateLocationFsxOpenZfsCommandInput - {@link CreateLocationFsxOpenZfsCommandInput}
@@ -75,6 +79,8 @@ export interface CreateLocationFsxOpenZfsCommandOutput extends CreateLocationFsx
75
79
  * @throws {@link InvalidRequestException} (client fault)
76
80
  * <p>This exception is thrown when the client submits a malformed request.</p>
77
81
  *
82
+ * @throws {@link DataSyncServiceException}
83
+ * <p>Base exception class for all service exceptions from DataSync service.</p>
78
84
  *
79
85
  */
80
86
  export declare class CreateLocationFsxOpenZfsCommand extends $Command<CreateLocationFsxOpenZfsCommandInput, CreateLocationFsxOpenZfsCommandOutput, DataSyncClientResolvedConfig> {
@@ -44,6 +44,10 @@ export interface CreateLocationFsxWindowsCommandOutput extends CreateLocationFsx
44
44
  * };
45
45
  * const command = new CreateLocationFsxWindowsCommand(input);
46
46
  * const response = await client.send(command);
47
+ * // { // CreateLocationFsxWindowsResponse
48
+ * // LocationArn: "STRING_VALUE",
49
+ * // };
50
+ *
47
51
  * ```
48
52
  *
49
53
  * @param CreateLocationFsxWindowsCommandInput - {@link CreateLocationFsxWindowsCommandInput}
@@ -59,6 +63,8 @@ export interface CreateLocationFsxWindowsCommandOutput extends CreateLocationFsx
59
63
  * @throws {@link InvalidRequestException} (client fault)
60
64
  * <p>This exception is thrown when the client submits a malformed request.</p>
61
65
  *
66
+ * @throws {@link DataSyncServiceException}
67
+ * <p>Base exception class for all service exceptions from DataSync service.</p>
62
68
  *
63
69
  */
64
70
  export declare class CreateLocationFsxWindowsCommand extends $Command<CreateLocationFsxWindowsCommandInput, CreateLocationFsxWindowsCommandOutput, DataSyncClientResolvedConfig> {
@@ -58,6 +58,10 @@ export interface CreateLocationHdfsCommandOutput extends CreateLocationHdfsRespo
58
58
  * };
59
59
  * const command = new CreateLocationHdfsCommand(input);
60
60
  * const response = await client.send(command);
61
+ * // { // CreateLocationHdfsResponse
62
+ * // LocationArn: "STRING_VALUE",
63
+ * // };
64
+ *
61
65
  * ```
62
66
  *
63
67
  * @param CreateLocationHdfsCommandInput - {@link CreateLocationHdfsCommandInput}
@@ -73,6 +77,8 @@ export interface CreateLocationHdfsCommandOutput extends CreateLocationHdfsRespo
73
77
  * @throws {@link InvalidRequestException} (client fault)
74
78
  * <p>This exception is thrown when the client submits a malformed request.</p>
75
79
  *
80
+ * @throws {@link DataSyncServiceException}
81
+ * <p>Base exception class for all service exceptions from DataSync service.</p>
76
82
  *
77
83
  */
78
84
  export declare class CreateLocationHdfsCommand extends $Command<CreateLocationHdfsCommandInput, CreateLocationHdfsCommandOutput, DataSyncClientResolvedConfig> {
@@ -47,6 +47,10 @@ export interface CreateLocationNfsCommandOutput extends CreateLocationNfsRespons
47
47
  * };
48
48
  * const command = new CreateLocationNfsCommand(input);
49
49
  * const response = await client.send(command);
50
+ * // { // CreateLocationNfsResponse
51
+ * // LocationArn: "STRING_VALUE",
52
+ * // };
53
+ *
50
54
  * ```
51
55
  *
52
56
  * @param CreateLocationNfsCommandInput - {@link CreateLocationNfsCommandInput}
@@ -62,6 +66,8 @@ export interface CreateLocationNfsCommandOutput extends CreateLocationNfsRespons
62
66
  * @throws {@link InvalidRequestException} (client fault)
63
67
  * <p>This exception is thrown when the client submits a malformed request.</p>
64
68
  *
69
+ * @throws {@link DataSyncServiceException}
70
+ * <p>Base exception class for all service exceptions from DataSync service.</p>
65
71
  *
66
72
  */
67
73
  export declare class CreateLocationNfsCommand extends $Command<CreateLocationNfsCommandInput, CreateLocationNfsCommandOutput, DataSyncClientResolvedConfig> {
@@ -49,6 +49,10 @@ export interface CreateLocationObjectStorageCommandOutput extends CreateLocation
49
49
  * };
50
50
  * const command = new CreateLocationObjectStorageCommand(input);
51
51
  * const response = await client.send(command);
52
+ * // { // CreateLocationObjectStorageResponse
53
+ * // LocationArn: "STRING_VALUE",
54
+ * // };
55
+ *
52
56
  * ```
53
57
  *
54
58
  * @param CreateLocationObjectStorageCommandInput - {@link CreateLocationObjectStorageCommandInput}
@@ -64,6 +68,8 @@ export interface CreateLocationObjectStorageCommandOutput extends CreateLocation
64
68
  * @throws {@link InvalidRequestException} (client fault)
65
69
  * <p>This exception is thrown when the client submits a malformed request.</p>
66
70
  *
71
+ * @throws {@link DataSyncServiceException}
72
+ * <p>Base exception class for all service exceptions from DataSync service.</p>
67
73
  *
68
74
  */
69
75
  export declare class CreateLocationObjectStorageCommand extends $Command<CreateLocationObjectStorageCommandInput, CreateLocationObjectStorageCommandOutput, DataSyncClientResolvedConfig> {
@@ -62,6 +62,10 @@ export interface CreateLocationS3CommandOutput extends CreateLocationS3Response,
62
62
  * };
63
63
  * const command = new CreateLocationS3Command(input);
64
64
  * const response = await client.send(command);
65
+ * // { // CreateLocationS3Response
66
+ * // LocationArn: "STRING_VALUE",
67
+ * // };
68
+ *
65
69
  * ```
66
70
  *
67
71
  * @param CreateLocationS3CommandInput - {@link CreateLocationS3CommandInput}
@@ -77,6 +81,8 @@ export interface CreateLocationS3CommandOutput extends CreateLocationS3Response,
77
81
  * @throws {@link InvalidRequestException} (client fault)
78
82
  * <p>This exception is thrown when the client submits a malformed request.</p>
79
83
  *
84
+ * @throws {@link DataSyncServiceException}
85
+ * <p>Base exception class for all service exceptions from DataSync service.</p>
80
86
  *
81
87
  */
82
88
  export declare class CreateLocationS3Command extends $Command<CreateLocationS3CommandInput, CreateLocationS3CommandOutput, DataSyncClientResolvedConfig> {
@@ -47,6 +47,10 @@ export interface CreateLocationSmbCommandOutput extends CreateLocationSmbRespons
47
47
  * };
48
48
  * const command = new CreateLocationSmbCommand(input);
49
49
  * const response = await client.send(command);
50
+ * // { // CreateLocationSmbResponse
51
+ * // LocationArn: "STRING_VALUE",
52
+ * // };
53
+ *
50
54
  * ```
51
55
  *
52
56
  * @param CreateLocationSmbCommandInput - {@link CreateLocationSmbCommandInput}
@@ -62,6 +66,8 @@ export interface CreateLocationSmbCommandOutput extends CreateLocationSmbRespons
62
66
  * @throws {@link InvalidRequestException} (client fault)
63
67
  * <p>This exception is thrown when the client submits a malformed request.</p>
64
68
  *
69
+ * @throws {@link DataSyncServiceException}
70
+ * <p>Base exception class for all service exceptions from DataSync service.</p>
65
71
  *
66
72
  */
67
73
  export declare class CreateLocationSmbCommand extends $Command<CreateLocationSmbCommandInput, CreateLocationSmbCommandOutput, DataSyncClientResolvedConfig> {
@@ -82,6 +82,10 @@ export interface CreateTaskCommandOutput extends CreateTaskResponse, __MetadataB
82
82
  * };
83
83
  * const command = new CreateTaskCommand(input);
84
84
  * const response = await client.send(command);
85
+ * // { // CreateTaskResponse
86
+ * // TaskArn: "STRING_VALUE",
87
+ * // };
88
+ *
85
89
  * ```
86
90
  *
87
91
  * @param CreateTaskCommandInput - {@link CreateTaskCommandInput}
@@ -97,6 +101,8 @@ export interface CreateTaskCommandOutput extends CreateTaskResponse, __MetadataB
97
101
  * @throws {@link InvalidRequestException} (client fault)
98
102
  * <p>This exception is thrown when the client submits a malformed request.</p>
99
103
  *
104
+ * @throws {@link DataSyncServiceException}
105
+ * <p>Base exception class for all service exceptions from DataSync service.</p>
100
106
  *
101
107
  */
102
108
  export declare class CreateTaskCommand extends $Command<CreateTaskCommandInput, CreateTaskCommandOutput, DataSyncClientResolvedConfig> {
@@ -33,6 +33,8 @@ export interface DeleteAgentCommandOutput extends DeleteAgentResponse, __Metadat
33
33
  * };
34
34
  * const command = new DeleteAgentCommand(input);
35
35
  * const response = await client.send(command);
36
+ * // {};
37
+ *
36
38
  * ```
37
39
  *
38
40
  * @param DeleteAgentCommandInput - {@link DeleteAgentCommandInput}
@@ -48,6 +50,8 @@ export interface DeleteAgentCommandOutput extends DeleteAgentResponse, __Metadat
48
50
  * @throws {@link InvalidRequestException} (client fault)
49
51
  * <p>This exception is thrown when the client submits a malformed request.</p>
50
52
  *
53
+ * @throws {@link DataSyncServiceException}
54
+ * <p>Base exception class for all service exceptions from DataSync service.</p>
51
55
  *
52
56
  */
53
57
  export declare class DeleteAgentCommand extends $Command<DeleteAgentCommandInput, DeleteAgentCommandOutput, DataSyncClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteLocationCommandOutput extends DeleteLocationResponse, __M
31
31
  * };
32
32
  * const command = new DeleteLocationCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteLocationCommandInput - {@link DeleteLocationCommandInput}
@@ -46,6 +48,8 @@ export interface DeleteLocationCommandOutput extends DeleteLocationResponse, __M
46
48
  * @throws {@link InvalidRequestException} (client fault)
47
49
  * <p>This exception is thrown when the client submits a malformed request.</p>
48
50
  *
51
+ * @throws {@link DataSyncServiceException}
52
+ * <p>Base exception class for all service exceptions from DataSync service.</p>
49
53
  *
50
54
  */
51
55
  export declare class DeleteLocationCommand extends $Command<DeleteLocationCommandInput, DeleteLocationCommandOutput, DataSyncClientResolvedConfig> {
@@ -31,6 +31,8 @@ export interface DeleteTaskCommandOutput extends DeleteTaskResponse, __MetadataB
31
31
  * };
32
32
  * const command = new DeleteTaskCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // {};
35
+ *
34
36
  * ```
35
37
  *
36
38
  * @param DeleteTaskCommandInput - {@link DeleteTaskCommandInput}
@@ -46,6 +48,8 @@ export interface DeleteTaskCommandOutput extends DeleteTaskResponse, __MetadataB
46
48
  * @throws {@link InvalidRequestException} (client fault)
47
49
  * <p>This exception is thrown when the client submits a malformed request.</p>
48
50
  *
51
+ * @throws {@link DataSyncServiceException}
52
+ * <p>Base exception class for all service exceptions from DataSync service.</p>
49
53
  *
50
54
  */
51
55
  export declare class DeleteTaskCommand extends $Command<DeleteTaskCommandInput, DeleteTaskCommandOutput, DataSyncClientResolvedConfig> {
@@ -32,6 +32,25 @@ export interface DescribeAgentCommandOutput extends DescribeAgentResponse, __Met
32
32
  * };
33
33
  * const command = new DescribeAgentCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribeAgentResponse
36
+ * // AgentArn: "STRING_VALUE",
37
+ * // Name: "STRING_VALUE",
38
+ * // Status: "ONLINE" || "OFFLINE",
39
+ * // LastConnectionTime: new Date("TIMESTAMP"),
40
+ * // CreationTime: new Date("TIMESTAMP"),
41
+ * // EndpointType: "PUBLIC" || "PRIVATE_LINK" || "FIPS",
42
+ * // PrivateLinkConfig: { // PrivateLinkConfig
43
+ * // VpcEndpointId: "STRING_VALUE",
44
+ * // PrivateLinkEndpoint: "STRING_VALUE",
45
+ * // SubnetArns: [ // PLSubnetArnList
46
+ * // "STRING_VALUE",
47
+ * // ],
48
+ * // SecurityGroupArns: [ // PLSecurityGroupArnList
49
+ * // "STRING_VALUE",
50
+ * // ],
51
+ * // },
52
+ * // };
53
+ *
35
54
  * ```
36
55
  *
37
56
  * @param DescribeAgentCommandInput - {@link DescribeAgentCommandInput}
@@ -47,6 +66,8 @@ export interface DescribeAgentCommandOutput extends DescribeAgentResponse, __Met
47
66
  * @throws {@link InvalidRequestException} (client fault)
48
67
  * <p>This exception is thrown when the client submits a malformed request.</p>
49
68
  *
69
+ * @throws {@link DataSyncServiceException}
70
+ * <p>Base exception class for all service exceptions from DataSync service.</p>
50
71
  *
51
72
  */
52
73
  export declare class DescribeAgentCommand extends $Command<DescribeAgentCommandInput, DescribeAgentCommandOutput, DataSyncClientResolvedConfig> {
@@ -31,6 +31,15 @@ export interface DescribeDiscoveryJobCommandOutput extends DescribeDiscoveryJobR
31
31
  * };
32
32
  * const command = new DescribeDiscoveryJobCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DescribeDiscoveryJobResponse
35
+ * // StorageSystemArn: "STRING_VALUE",
36
+ * // DiscoveryJobArn: "STRING_VALUE",
37
+ * // CollectionDurationMinutes: Number("int"),
38
+ * // Status: "RUNNING" || "WARNING" || "TERMINATED" || "FAILED" || "STOPPED" || "COMPLETED" || "COMPLETED_WITH_ISSUES",
39
+ * // JobStartTime: new Date("TIMESTAMP"),
40
+ * // JobEndTime: new Date("TIMESTAMP"),
41
+ * // };
42
+ *
34
43
  * ```
35
44
  *
36
45
  * @param DescribeDiscoveryJobCommandInput - {@link DescribeDiscoveryJobCommandInput}
@@ -46,6 +55,8 @@ export interface DescribeDiscoveryJobCommandOutput extends DescribeDiscoveryJobR
46
55
  * @throws {@link InvalidRequestException} (client fault)
47
56
  * <p>This exception is thrown when the client submits a malformed request.</p>
48
57
  *
58
+ * @throws {@link DataSyncServiceException}
59
+ * <p>Base exception class for all service exceptions from DataSync service.</p>
49
60
  *
50
61
  */
51
62
  export declare class DescribeDiscoveryJobCommand extends $Command<DescribeDiscoveryJobCommandInput, DescribeDiscoveryJobCommandOutput, DataSyncClientResolvedConfig> {
@@ -32,6 +32,21 @@ export interface DescribeLocationEfsCommandOutput extends DescribeLocationEfsRes
32
32
  * };
33
33
  * const command = new DescribeLocationEfsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribeLocationEfsResponse
36
+ * // LocationArn: "STRING_VALUE",
37
+ * // LocationUri: "STRING_VALUE",
38
+ * // Ec2Config: { // Ec2Config
39
+ * // SubnetArn: "STRING_VALUE", // required
40
+ * // SecurityGroupArns: [ // Ec2SecurityGroupArnList // required
41
+ * // "STRING_VALUE",
42
+ * // ],
43
+ * // },
44
+ * // CreationTime: new Date("TIMESTAMP"),
45
+ * // AccessPointArn: "STRING_VALUE",
46
+ * // FileSystemAccessRoleArn: "STRING_VALUE",
47
+ * // InTransitEncryption: "NONE" || "TLS1_2",
48
+ * // };
49
+ *
35
50
  * ```
36
51
  *
37
52
  * @param DescribeLocationEfsCommandInput - {@link DescribeLocationEfsCommandInput}
@@ -47,6 +62,8 @@ export interface DescribeLocationEfsCommandOutput extends DescribeLocationEfsRes
47
62
  * @throws {@link InvalidRequestException} (client fault)
48
63
  * <p>This exception is thrown when the client submits a malformed request.</p>
49
64
  *
65
+ * @throws {@link DataSyncServiceException}
66
+ * <p>Base exception class for all service exceptions from DataSync service.</p>
50
67
  *
51
68
  */
52
69
  export declare class DescribeLocationEfsCommand extends $Command<DescribeLocationEfsCommandInput, DescribeLocationEfsCommandOutput, DataSyncClientResolvedConfig> {
@@ -31,6 +31,15 @@ export interface DescribeLocationFsxLustreCommandOutput extends DescribeLocation
31
31
  * };
32
32
  * const command = new DescribeLocationFsxLustreCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DescribeLocationFsxLustreResponse
35
+ * // LocationArn: "STRING_VALUE",
36
+ * // LocationUri: "STRING_VALUE",
37
+ * // SecurityGroupArns: [ // Ec2SecurityGroupArnList
38
+ * // "STRING_VALUE",
39
+ * // ],
40
+ * // CreationTime: new Date("TIMESTAMP"),
41
+ * // };
42
+ *
34
43
  * ```
35
44
  *
36
45
  * @param DescribeLocationFsxLustreCommandInput - {@link DescribeLocationFsxLustreCommandInput}
@@ -46,6 +55,8 @@ export interface DescribeLocationFsxLustreCommandOutput extends DescribeLocation
46
55
  * @throws {@link InvalidRequestException} (client fault)
47
56
  * <p>This exception is thrown when the client submits a malformed request.</p>
48
57
  *
58
+ * @throws {@link DataSyncServiceException}
59
+ * <p>Base exception class for all service exceptions from DataSync service.</p>
49
60
  *
50
61
  */
51
62
  export declare class DescribeLocationFsxLustreCommand extends $Command<DescribeLocationFsxLustreCommandInput, DescribeLocationFsxLustreCommandOutput, DataSyncClientResolvedConfig> {
@@ -35,6 +35,32 @@ export interface DescribeLocationFsxOntapCommandOutput extends DescribeLocationF
35
35
  * };
36
36
  * const command = new DescribeLocationFsxOntapCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // DescribeLocationFsxOntapResponse
39
+ * // CreationTime: new Date("TIMESTAMP"),
40
+ * // LocationArn: "STRING_VALUE",
41
+ * // LocationUri: "STRING_VALUE",
42
+ * // Protocol: { // FsxProtocol
43
+ * // NFS: { // FsxProtocolNfs
44
+ * // MountOptions: { // NfsMountOptions
45
+ * // Version: "AUTOMATIC" || "NFS3" || "NFS4_0" || "NFS4_1",
46
+ * // },
47
+ * // },
48
+ * // SMB: { // FsxProtocolSmb
49
+ * // Domain: "STRING_VALUE",
50
+ * // MountOptions: { // SmbMountOptions
51
+ * // Version: "AUTOMATIC" || "SMB2" || "SMB3" || "SMB1" || "SMB2_0",
52
+ * // },
53
+ * // Password: "STRING_VALUE", // required
54
+ * // User: "STRING_VALUE", // required
55
+ * // },
56
+ * // },
57
+ * // SecurityGroupArns: [ // Ec2SecurityGroupArnList
58
+ * // "STRING_VALUE",
59
+ * // ],
60
+ * // StorageVirtualMachineArn: "STRING_VALUE",
61
+ * // FsxFilesystemArn: "STRING_VALUE",
62
+ * // };
63
+ *
38
64
  * ```
39
65
  *
40
66
  * @param DescribeLocationFsxOntapCommandInput - {@link DescribeLocationFsxOntapCommandInput}
@@ -50,6 +76,8 @@ export interface DescribeLocationFsxOntapCommandOutput extends DescribeLocationF
50
76
  * @throws {@link InvalidRequestException} (client fault)
51
77
  * <p>This exception is thrown when the client submits a malformed request.</p>
52
78
  *
79
+ * @throws {@link DataSyncServiceException}
80
+ * <p>Base exception class for all service exceptions from DataSync service.</p>
53
81
  *
54
82
  */
55
83
  export declare class DescribeLocationFsxOntapCommand extends $Command<DescribeLocationFsxOntapCommandInput, DescribeLocationFsxOntapCommandOutput, DataSyncClientResolvedConfig> {
@@ -35,6 +35,30 @@ export interface DescribeLocationFsxOpenZfsCommandOutput extends DescribeLocatio
35
35
  * };
36
36
  * const command = new DescribeLocationFsxOpenZfsCommand(input);
37
37
  * const response = await client.send(command);
38
+ * // { // DescribeLocationFsxOpenZfsResponse
39
+ * // LocationArn: "STRING_VALUE",
40
+ * // LocationUri: "STRING_VALUE",
41
+ * // SecurityGroupArns: [ // Ec2SecurityGroupArnList
42
+ * // "STRING_VALUE",
43
+ * // ],
44
+ * // Protocol: { // FsxProtocol
45
+ * // NFS: { // FsxProtocolNfs
46
+ * // MountOptions: { // NfsMountOptions
47
+ * // Version: "AUTOMATIC" || "NFS3" || "NFS4_0" || "NFS4_1",
48
+ * // },
49
+ * // },
50
+ * // SMB: { // FsxProtocolSmb
51
+ * // Domain: "STRING_VALUE",
52
+ * // MountOptions: { // SmbMountOptions
53
+ * // Version: "AUTOMATIC" || "SMB2" || "SMB3" || "SMB1" || "SMB2_0",
54
+ * // },
55
+ * // Password: "STRING_VALUE", // required
56
+ * // User: "STRING_VALUE", // required
57
+ * // },
58
+ * // },
59
+ * // CreationTime: new Date("TIMESTAMP"),
60
+ * // };
61
+ *
38
62
  * ```
39
63
  *
40
64
  * @param DescribeLocationFsxOpenZfsCommandInput - {@link DescribeLocationFsxOpenZfsCommandInput}
@@ -50,6 +74,8 @@ export interface DescribeLocationFsxOpenZfsCommandOutput extends DescribeLocatio
50
74
  * @throws {@link InvalidRequestException} (client fault)
51
75
  * <p>This exception is thrown when the client submits a malformed request.</p>
52
76
  *
77
+ * @throws {@link DataSyncServiceException}
78
+ * <p>Base exception class for all service exceptions from DataSync service.</p>
53
79
  *
54
80
  */
55
81
  export declare class DescribeLocationFsxOpenZfsCommand extends $Command<DescribeLocationFsxOpenZfsCommandInput, DescribeLocationFsxOpenZfsCommandOutput, DataSyncClientResolvedConfig> {
@@ -32,6 +32,17 @@ export interface DescribeLocationFsxWindowsCommandOutput extends DescribeLocatio
32
32
  * };
33
33
  * const command = new DescribeLocationFsxWindowsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribeLocationFsxWindowsResponse
36
+ * // LocationArn: "STRING_VALUE",
37
+ * // LocationUri: "STRING_VALUE",
38
+ * // SecurityGroupArns: [ // Ec2SecurityGroupArnList
39
+ * // "STRING_VALUE",
40
+ * // ],
41
+ * // CreationTime: new Date("TIMESTAMP"),
42
+ * // User: "STRING_VALUE",
43
+ * // Domain: "STRING_VALUE",
44
+ * // };
45
+ *
35
46
  * ```
36
47
  *
37
48
  * @param DescribeLocationFsxWindowsCommandInput - {@link DescribeLocationFsxWindowsCommandInput}
@@ -47,6 +58,8 @@ export interface DescribeLocationFsxWindowsCommandOutput extends DescribeLocatio
47
58
  * @throws {@link InvalidRequestException} (client fault)
48
59
  * <p>This exception is thrown when the client submits a malformed request.</p>
49
60
  *
61
+ * @throws {@link DataSyncServiceException}
62
+ * <p>Base exception class for all service exceptions from DataSync service.</p>
50
63
  *
51
64
  */
52
65
  export declare class DescribeLocationFsxWindowsCommand extends $Command<DescribeLocationFsxWindowsCommandInput, DescribeLocationFsxWindowsCommandOutput, DataSyncClientResolvedConfig> {
@@ -32,6 +32,31 @@ export interface DescribeLocationHdfsCommandOutput extends DescribeLocationHdfsR
32
32
  * };
33
33
  * const command = new DescribeLocationHdfsCommand(input);
34
34
  * const response = await client.send(command);
35
+ * // { // DescribeLocationHdfsResponse
36
+ * // LocationArn: "STRING_VALUE",
37
+ * // LocationUri: "STRING_VALUE",
38
+ * // NameNodes: [ // HdfsNameNodeList
39
+ * // { // HdfsNameNode
40
+ * // Hostname: "STRING_VALUE", // required
41
+ * // Port: Number("int"), // required
42
+ * // },
43
+ * // ],
44
+ * // BlockSize: Number("int"),
45
+ * // ReplicationFactor: Number("int"),
46
+ * // KmsKeyProviderUri: "STRING_VALUE",
47
+ * // QopConfiguration: { // QopConfiguration
48
+ * // RpcProtection: "DISABLED" || "AUTHENTICATION" || "INTEGRITY" || "PRIVACY",
49
+ * // DataTransferProtection: "DISABLED" || "AUTHENTICATION" || "INTEGRITY" || "PRIVACY",
50
+ * // },
51
+ * // AuthenticationType: "SIMPLE" || "KERBEROS",
52
+ * // SimpleUser: "STRING_VALUE",
53
+ * // KerberosPrincipal: "STRING_VALUE",
54
+ * // AgentArns: [ // AgentArnList
55
+ * // "STRING_VALUE",
56
+ * // ],
57
+ * // CreationTime: new Date("TIMESTAMP"),
58
+ * // };
59
+ *
35
60
  * ```
36
61
  *
37
62
  * @param DescribeLocationHdfsCommandInput - {@link DescribeLocationHdfsCommandInput}
@@ -47,6 +72,8 @@ export interface DescribeLocationHdfsCommandOutput extends DescribeLocationHdfsR
47
72
  * @throws {@link InvalidRequestException} (client fault)
48
73
  * <p>This exception is thrown when the client submits a malformed request.</p>
49
74
  *
75
+ * @throws {@link DataSyncServiceException}
76
+ * <p>Base exception class for all service exceptions from DataSync service.</p>
50
77
  *
51
78
  */
52
79
  export declare class DescribeLocationHdfsCommand extends $Command<DescribeLocationHdfsCommandInput, DescribeLocationHdfsCommandOutput, DataSyncClientResolvedConfig> {
@@ -31,6 +31,20 @@ export interface DescribeLocationNfsCommandOutput extends DescribeLocationNfsRes
31
31
  * };
32
32
  * const command = new DescribeLocationNfsCommand(input);
33
33
  * const response = await client.send(command);
34
+ * // { // DescribeLocationNfsResponse
35
+ * // LocationArn: "STRING_VALUE",
36
+ * // LocationUri: "STRING_VALUE",
37
+ * // OnPremConfig: { // OnPremConfig
38
+ * // AgentArns: [ // AgentArnList // required
39
+ * // "STRING_VALUE",
40
+ * // ],
41
+ * // },
42
+ * // MountOptions: { // NfsMountOptions
43
+ * // Version: "AUTOMATIC" || "NFS3" || "NFS4_0" || "NFS4_1",
44
+ * // },
45
+ * // CreationTime: new Date("TIMESTAMP"),
46
+ * // };
47
+ *
34
48
  * ```
35
49
  *
36
50
  * @param DescribeLocationNfsCommandInput - {@link DescribeLocationNfsCommandInput}
@@ -46,6 +60,8 @@ export interface DescribeLocationNfsCommandOutput extends DescribeLocationNfsRes
46
60
  * @throws {@link InvalidRequestException} (client fault)
47
61
  * <p>This exception is thrown when the client submits a malformed request.</p>
48
62
  *
63
+ * @throws {@link DataSyncServiceException}
64
+ * <p>Base exception class for all service exceptions from DataSync service.</p>
49
65
  *
50
66
  */
51
67
  export declare class DescribeLocationNfsCommand extends $Command<DescribeLocationNfsCommandInput, DescribeLocationNfsCommandOutput, DataSyncClientResolvedConfig> {