@aws-sdk/client-datasync 3.651.1 → 3.658.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 (121) hide show
  1. package/dist-types/commands/AddStorageSystemCommand.d.ts +11 -0
  2. package/dist-types/commands/CancelTaskExecutionCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateAgentCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateLocationAzureBlobCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateLocationEfsCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateLocationFsxOntapCommand.d.ts +11 -0
  8. package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +11 -0
  9. package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +11 -0
  10. package/dist-types/commands/CreateLocationHdfsCommand.d.ts +11 -0
  11. package/dist-types/commands/CreateLocationNfsCommand.d.ts +11 -0
  12. package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +11 -0
  13. package/dist-types/commands/CreateLocationS3Command.d.ts +11 -0
  14. package/dist-types/commands/CreateLocationSmbCommand.d.ts +11 -0
  15. package/dist-types/commands/CreateTaskCommand.d.ts +11 -0
  16. package/dist-types/commands/DeleteAgentCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteLocationCommand.d.ts +11 -0
  18. package/dist-types/commands/DeleteTaskCommand.d.ts +11 -0
  19. package/dist-types/commands/DescribeAgentCommand.d.ts +11 -0
  20. package/dist-types/commands/DescribeDiscoveryJobCommand.d.ts +11 -0
  21. package/dist-types/commands/DescribeLocationAzureBlobCommand.d.ts +11 -0
  22. package/dist-types/commands/DescribeLocationEfsCommand.d.ts +11 -0
  23. package/dist-types/commands/DescribeLocationFsxLustreCommand.d.ts +11 -0
  24. package/dist-types/commands/DescribeLocationFsxOntapCommand.d.ts +11 -0
  25. package/dist-types/commands/DescribeLocationFsxOpenZfsCommand.d.ts +11 -0
  26. package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +11 -0
  27. package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +11 -0
  28. package/dist-types/commands/DescribeLocationNfsCommand.d.ts +11 -0
  29. package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +11 -0
  30. package/dist-types/commands/DescribeLocationS3Command.d.ts +11 -0
  31. package/dist-types/commands/DescribeLocationSmbCommand.d.ts +11 -0
  32. package/dist-types/commands/DescribeStorageSystemCommand.d.ts +11 -0
  33. package/dist-types/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +11 -0
  34. package/dist-types/commands/DescribeStorageSystemResourcesCommand.d.ts +11 -0
  35. package/dist-types/commands/DescribeTaskCommand.d.ts +11 -0
  36. package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +11 -0
  37. package/dist-types/commands/GenerateRecommendationsCommand.d.ts +11 -0
  38. package/dist-types/commands/ListAgentsCommand.d.ts +11 -0
  39. package/dist-types/commands/ListDiscoveryJobsCommand.d.ts +11 -0
  40. package/dist-types/commands/ListLocationsCommand.d.ts +11 -0
  41. package/dist-types/commands/ListStorageSystemsCommand.d.ts +11 -0
  42. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  43. package/dist-types/commands/ListTaskExecutionsCommand.d.ts +11 -0
  44. package/dist-types/commands/ListTasksCommand.d.ts +11 -0
  45. package/dist-types/commands/RemoveStorageSystemCommand.d.ts +11 -0
  46. package/dist-types/commands/StartDiscoveryJobCommand.d.ts +11 -0
  47. package/dist-types/commands/StartTaskExecutionCommand.d.ts +11 -0
  48. package/dist-types/commands/StopDiscoveryJobCommand.d.ts +11 -0
  49. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  50. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  51. package/dist-types/commands/UpdateAgentCommand.d.ts +11 -0
  52. package/dist-types/commands/UpdateDiscoveryJobCommand.d.ts +11 -0
  53. package/dist-types/commands/UpdateLocationAzureBlobCommand.d.ts +11 -0
  54. package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +11 -0
  55. package/dist-types/commands/UpdateLocationNfsCommand.d.ts +11 -0
  56. package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +11 -0
  57. package/dist-types/commands/UpdateLocationSmbCommand.d.ts +11 -0
  58. package/dist-types/commands/UpdateStorageSystemCommand.d.ts +11 -0
  59. package/dist-types/commands/UpdateTaskCommand.d.ts +11 -0
  60. package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +11 -0
  61. package/dist-types/ts3.4/commands/AddStorageSystemCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/CreateLocationAzureBlobCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/DescribeDiscoveryJobCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/DescribeLocationAzureBlobCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/DescribeStorageSystemCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/DescribeStorageSystemResourceMetricsCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/DescribeStorageSystemResourcesCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/GenerateRecommendationsCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/ListDiscoveryJobsCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/ListStorageSystemsCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/RemoveStorageSystemCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/StartDiscoveryJobCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/StopDiscoveryJobCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/UpdateDiscoveryJobCommand.d.ts +12 -1
  113. package/dist-types/ts3.4/commands/UpdateLocationAzureBlobCommand.d.ts +12 -1
  114. package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +12 -1
  115. package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +12 -1
  116. package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +12 -1
  117. package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +12 -1
  118. package/dist-types/ts3.4/commands/UpdateStorageSystemCommand.d.ts +12 -1
  119. package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +12 -1
  120. package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +12 -1
  121. package/package.json +35 -35
@@ -33,4 +33,15 @@ declare const DeleteTaskCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteTaskCommand extends DeleteTaskCommand_base {}
36
+ export declare class DeleteTaskCommand extends DeleteTaskCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteTaskRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteTaskCommandInput;
44
+ output: DeleteTaskCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const DescribeAgentCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeAgentCommand extends DescribeAgentCommand_base {}
39
+ export declare class DescribeAgentCommand extends DescribeAgentCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeAgentRequest;
43
+ output: DescribeAgentResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeAgentCommandInput;
47
+ output: DescribeAgentCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribeDiscoveryJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeDiscoveryJobCommand extends DescribeDiscoveryJobCommand_base {}
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
+ }
@@ -37,4 +37,15 @@ declare const DescribeLocationAzureBlobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeLocationAzureBlobCommand extends DescribeLocationAzureBlobCommand_base {}
40
+ export declare class DescribeLocationAzureBlobCommand extends DescribeLocationAzureBlobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeLocationAzureBlobRequest;
44
+ output: DescribeLocationAzureBlobResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeLocationAzureBlobCommandInput;
48
+ output: DescribeLocationAzureBlobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeLocationEfsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeLocationEfsCommand extends DescribeLocationEfsCommand_base {}
40
+ export declare class DescribeLocationEfsCommand extends DescribeLocationEfsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeLocationEfsRequest;
44
+ output: DescribeLocationEfsResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeLocationEfsCommandInput;
48
+ output: DescribeLocationEfsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeLocationFsxLustreCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeLocationFsxLustreCommand extends DescribeLocationFsxLustreCommand_base {}
40
+ export declare class DescribeLocationFsxLustreCommand extends DescribeLocationFsxLustreCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeLocationFsxLustreRequest;
44
+ output: DescribeLocationFsxLustreResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeLocationFsxLustreCommandInput;
48
+ output: DescribeLocationFsxLustreCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeLocationFsxOntapCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeLocationFsxOntapCommand extends DescribeLocationFsxOntapCommand_base {}
40
+ export declare class DescribeLocationFsxOntapCommand extends DescribeLocationFsxOntapCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeLocationFsxOntapRequest;
44
+ output: DescribeLocationFsxOntapResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeLocationFsxOntapCommandInput;
48
+ output: DescribeLocationFsxOntapCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeLocationFsxOpenZfsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeLocationFsxOpenZfsCommand extends DescribeLocationFsxOpenZfsCommand_base {}
40
+ export declare class DescribeLocationFsxOpenZfsCommand extends DescribeLocationFsxOpenZfsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeLocationFsxOpenZfsRequest;
44
+ output: DescribeLocationFsxOpenZfsResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeLocationFsxOpenZfsCommandInput;
48
+ output: DescribeLocationFsxOpenZfsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeLocationFsxWindowsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeLocationFsxWindowsCommand extends DescribeLocationFsxWindowsCommand_base {}
40
+ export declare class DescribeLocationFsxWindowsCommand extends DescribeLocationFsxWindowsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeLocationFsxWindowsRequest;
44
+ output: DescribeLocationFsxWindowsResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeLocationFsxWindowsCommandInput;
48
+ output: DescribeLocationFsxWindowsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeLocationHdfsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeLocationHdfsCommand extends DescribeLocationHdfsCommand_base {}
40
+ export declare class DescribeLocationHdfsCommand extends DescribeLocationHdfsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeLocationHdfsRequest;
44
+ output: DescribeLocationHdfsResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeLocationHdfsCommandInput;
48
+ output: DescribeLocationHdfsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeLocationNfsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeLocationNfsCommand extends DescribeLocationNfsCommand_base {}
40
+ export declare class DescribeLocationNfsCommand extends DescribeLocationNfsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeLocationNfsRequest;
44
+ output: DescribeLocationNfsResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeLocationNfsCommandInput;
48
+ output: DescribeLocationNfsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeLocationObjectStorageCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeLocationObjectStorageCommand extends DescribeLocationObjectStorageCommand_base {}
40
+ export declare class DescribeLocationObjectStorageCommand extends DescribeLocationObjectStorageCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeLocationObjectStorageRequest;
44
+ output: DescribeLocationObjectStorageResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeLocationObjectStorageCommandInput;
48
+ output: DescribeLocationObjectStorageCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeLocationS3Command_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeLocationS3Command extends DescribeLocationS3Command_base {}
40
+ export declare class DescribeLocationS3Command extends DescribeLocationS3Command_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeLocationS3Request;
44
+ output: DescribeLocationS3Response;
45
+ };
46
+ sdk: {
47
+ input: DescribeLocationS3CommandInput;
48
+ output: DescribeLocationS3CommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeLocationSmbCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeLocationSmbCommand extends DescribeLocationSmbCommand_base {}
40
+ export declare class DescribeLocationSmbCommand extends DescribeLocationSmbCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeLocationSmbRequest;
44
+ output: DescribeLocationSmbResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeLocationSmbCommandInput;
48
+ output: DescribeLocationSmbCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeStorageSystemCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeStorageSystemCommand extends DescribeStorageSystemCommand_base {}
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
+ }
@@ -37,4 +37,15 @@ declare const DescribeStorageSystemResourceMetricsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeStorageSystemResourceMetricsCommand extends DescribeStorageSystemResourceMetricsCommand_base {}
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
+ }
@@ -37,4 +37,15 @@ declare const DescribeStorageSystemResourcesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeStorageSystemResourcesCommand extends DescribeStorageSystemResourcesCommand_base {}
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
+ }
@@ -33,4 +33,15 @@ declare const DescribeTaskCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DescribeTaskCommand extends DescribeTaskCommand_base {}
36
+ export declare class DescribeTaskCommand extends DescribeTaskCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DescribeTaskRequest;
40
+ output: DescribeTaskResponse;
41
+ };
42
+ sdk: {
43
+ input: DescribeTaskCommandInput;
44
+ output: DescribeTaskCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DescribeTaskExecutionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeTaskExecutionCommand extends DescribeTaskExecutionCommand_base {}
40
+ export declare class DescribeTaskExecutionCommand extends DescribeTaskExecutionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeTaskExecutionRequest;
44
+ output: DescribeTaskExecutionResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeTaskExecutionCommandInput;
48
+ output: DescribeTaskExecutionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GenerateRecommendationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GenerateRecommendationsCommand extends GenerateRecommendationsCommand_base {}
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
+ }
@@ -33,4 +33,15 @@ declare const ListAgentsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListAgentsCommand extends ListAgentsCommand_base {}
36
+ export declare class ListAgentsCommand extends ListAgentsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListAgentsRequest;
40
+ output: ListAgentsResponse;
41
+ };
42
+ sdk: {
43
+ input: ListAgentsCommandInput;
44
+ output: ListAgentsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListDiscoveryJobsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListDiscoveryJobsCommand extends ListDiscoveryJobsCommand_base {}
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
+ }
@@ -36,4 +36,15 @@ declare const ListLocationsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListLocationsCommand extends ListLocationsCommand_base {}
39
+ export declare class ListLocationsCommand extends ListLocationsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListLocationsRequest;
43
+ output: ListLocationsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListLocationsCommandInput;
47
+ output: ListLocationsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListStorageSystemsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListStorageSystemsCommand extends ListStorageSystemsCommand_base {}
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
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListTaskExecutionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTaskExecutionsCommand extends ListTaskExecutionsCommand_base {}
40
+ export declare class ListTaskExecutionsCommand extends ListTaskExecutionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTaskExecutionsRequest;
44
+ output: ListTaskExecutionsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTaskExecutionsCommandInput;
48
+ output: ListTaskExecutionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListTasksCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListTasksCommand extends ListTasksCommand_base {}
36
+ export declare class ListTasksCommand extends ListTasksCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListTasksRequest;
40
+ output: ListTasksResponse;
41
+ };
42
+ sdk: {
43
+ input: ListTasksCommandInput;
44
+ output: ListTasksCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const RemoveStorageSystemCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class RemoveStorageSystemCommand extends RemoveStorageSystemCommand_base {}
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
+ }
@@ -37,4 +37,15 @@ declare const StartDiscoveryJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class StartDiscoveryJobCommand extends StartDiscoveryJobCommand_base {}
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
+ }
@@ -37,4 +37,15 @@ declare const StartTaskExecutionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class StartTaskExecutionCommand extends StartTaskExecutionCommand_base {}
40
+ export declare class StartTaskExecutionCommand extends StartTaskExecutionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: StartTaskExecutionRequest;
44
+ output: StartTaskExecutionResponse;
45
+ };
46
+ sdk: {
47
+ input: StartTaskExecutionCommandInput;
48
+ output: StartTaskExecutionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const StopDiscoveryJobCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class StopDiscoveryJobCommand extends StopDiscoveryJobCommand_base {}
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
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
39
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UntagResourceRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: UntagResourceCommandInput;
47
+ output: UntagResourceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const UpdateAgentCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class UpdateAgentCommand extends UpdateAgentCommand_base {}
36
+ export declare class UpdateAgentCommand extends UpdateAgentCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: UpdateAgentRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: UpdateAgentCommandInput;
44
+ output: UpdateAgentCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const UpdateDiscoveryJobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateDiscoveryJobCommand extends UpdateDiscoveryJobCommand_base {}
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
+ }
@@ -37,4 +37,15 @@ declare const UpdateLocationAzureBlobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateLocationAzureBlobCommand extends UpdateLocationAzureBlobCommand_base {}
40
+ export declare class UpdateLocationAzureBlobCommand extends UpdateLocationAzureBlobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateLocationAzureBlobRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: UpdateLocationAzureBlobCommandInput;
48
+ output: UpdateLocationAzureBlobCommandOutput;
49
+ };
50
+ };
51
+ }