@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
@@ -83,4 +83,15 @@ declare const ListLocationsCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class ListLocationsCommand extends ListLocationsCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: ListLocationsRequest;
90
+ output: ListLocationsResponse;
91
+ };
92
+ sdk: {
93
+ input: ListLocationsCommandInput;
94
+ output: ListLocationsCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -71,4 +71,15 @@ declare const ListStorageSystemsCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class ListStorageSystemsCommand extends ListStorageSystemsCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: ListStorageSystemsRequest;
78
+ output: ListStorageSystemsResponse;
79
+ };
80
+ sdk: {
81
+ input: ListStorageSystemsCommandInput;
82
+ output: ListStorageSystemsCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -72,4 +72,15 @@ declare const ListTagsForResourceCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: ListTagsForResourceRequest;
79
+ output: ListTagsForResourceResponse;
80
+ };
81
+ sdk: {
82
+ input: ListTagsForResourceCommandInput;
83
+ output: ListTagsForResourceCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -72,4 +72,15 @@ declare const ListTaskExecutionsCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class ListTaskExecutionsCommand extends ListTaskExecutionsCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: ListTaskExecutionsRequest;
79
+ output: ListTaskExecutionsResponse;
80
+ };
81
+ sdk: {
82
+ input: ListTaskExecutionsCommandInput;
83
+ output: ListTaskExecutionsCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -81,4 +81,15 @@ declare const ListTasksCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class ListTasksCommand extends ListTasksCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: ListTasksRequest;
88
+ output: ListTasksResponse;
89
+ };
90
+ sdk: {
91
+ input: ListTasksCommandInput;
92
+ output: ListTasksCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -63,4 +63,15 @@ declare const RemoveStorageSystemCommand_base: {
63
63
  * @public
64
64
  */
65
65
  export declare class RemoveStorageSystemCommand extends RemoveStorageSystemCommand_base {
66
+ /** @internal type navigation helper, not in runtime. */
67
+ protected static __types: {
68
+ api: {
69
+ input: RemoveStorageSystemRequest;
70
+ output: {};
71
+ };
72
+ sdk: {
73
+ input: RemoveStorageSystemCommandInput;
74
+ output: RemoveStorageSystemCommandOutput;
75
+ };
76
+ };
66
77
  }
@@ -74,4 +74,15 @@ declare const StartDiscoveryJobCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class StartDiscoveryJobCommand extends StartDiscoveryJobCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: StartDiscoveryJobRequest;
81
+ output: StartDiscoveryJobResponse;
82
+ };
83
+ sdk: {
84
+ input: StartDiscoveryJobCommandInput;
85
+ output: StartDiscoveryJobCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -145,4 +145,15 @@ declare const StartTaskExecutionCommand_base: {
145
145
  * @public
146
146
  */
147
147
  export declare class StartTaskExecutionCommand extends StartTaskExecutionCommand_base {
148
+ /** @internal type navigation helper, not in runtime. */
149
+ protected static __types: {
150
+ api: {
151
+ input: StartTaskExecutionRequest;
152
+ output: StartTaskExecutionResponse;
153
+ };
154
+ sdk: {
155
+ input: StartTaskExecutionCommandInput;
156
+ output: StartTaskExecutionCommandOutput;
157
+ };
158
+ };
148
159
  }
@@ -65,4 +65,15 @@ declare const StopDiscoveryJobCommand_base: {
65
65
  * @public
66
66
  */
67
67
  export declare class StopDiscoveryJobCommand extends StopDiscoveryJobCommand_base {
68
+ /** @internal type navigation helper, not in runtime. */
69
+ protected static __types: {
70
+ api: {
71
+ input: StopDiscoveryJobRequest;
72
+ output: {};
73
+ };
74
+ sdk: {
75
+ input: StopDiscoveryJobCommandInput;
76
+ output: StopDiscoveryJobCommandOutput;
77
+ };
78
+ };
68
79
  }
@@ -71,4 +71,15 @@ declare const TagResourceCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class TagResourceCommand extends TagResourceCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: TagResourceRequest;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: TagResourceCommandInput;
82
+ output: TagResourceCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -65,4 +65,15 @@ declare const UntagResourceCommand_base: {
65
65
  * @public
66
66
  */
67
67
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
68
+ /** @internal type navigation helper, not in runtime. */
69
+ protected static __types: {
70
+ api: {
71
+ input: UntagResourceRequest;
72
+ output: {};
73
+ };
74
+ sdk: {
75
+ input: UntagResourceCommandInput;
76
+ output: UntagResourceCommandOutput;
77
+ };
78
+ };
68
79
  }
@@ -63,4 +63,15 @@ declare const UpdateAgentCommand_base: {
63
63
  * @public
64
64
  */
65
65
  export declare class UpdateAgentCommand extends UpdateAgentCommand_base {
66
+ /** @internal type navigation helper, not in runtime. */
67
+ protected static __types: {
68
+ api: {
69
+ input: UpdateAgentRequest;
70
+ output: {};
71
+ };
72
+ sdk: {
73
+ input: UpdateAgentCommandInput;
74
+ output: UpdateAgentCommandOutput;
75
+ };
76
+ };
66
77
  }
@@ -63,4 +63,15 @@ declare const UpdateDiscoveryJobCommand_base: {
63
63
  * @public
64
64
  */
65
65
  export declare class UpdateDiscoveryJobCommand extends UpdateDiscoveryJobCommand_base {
66
+ /** @internal type navigation helper, not in runtime. */
67
+ protected static __types: {
68
+ api: {
69
+ input: UpdateDiscoveryJobRequest;
70
+ output: {};
71
+ };
72
+ sdk: {
73
+ input: UpdateDiscoveryJobCommandInput;
74
+ output: UpdateDiscoveryJobCommandOutput;
75
+ };
76
+ };
66
77
  }
@@ -72,4 +72,15 @@ declare const UpdateLocationAzureBlobCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class UpdateLocationAzureBlobCommand extends UpdateLocationAzureBlobCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: UpdateLocationAzureBlobRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: UpdateLocationAzureBlobCommandInput;
83
+ output: UpdateLocationAzureBlobCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -85,4 +85,15 @@ declare const UpdateLocationHdfsCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class UpdateLocationHdfsCommand extends UpdateLocationHdfsCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: UpdateLocationHdfsRequest;
92
+ output: {};
93
+ };
94
+ sdk: {
95
+ input: UpdateLocationHdfsCommandInput;
96
+ output: UpdateLocationHdfsCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -74,4 +74,15 @@ declare const UpdateLocationNfsCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class UpdateLocationNfsCommand extends UpdateLocationNfsCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: UpdateLocationNfsRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: UpdateLocationNfsCommandInput;
85
+ output: UpdateLocationNfsCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -72,4 +72,15 @@ declare const UpdateLocationObjectStorageCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class UpdateLocationObjectStorageCommand extends UpdateLocationObjectStorageCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: UpdateLocationObjectStorageRequest;
79
+ output: {};
80
+ };
81
+ sdk: {
82
+ input: UpdateLocationObjectStorageCommandInput;
83
+ output: UpdateLocationObjectStorageCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -73,4 +73,15 @@ declare const UpdateLocationSmbCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class UpdateLocationSmbCommand extends UpdateLocationSmbCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: UpdateLocationSmbRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: UpdateLocationSmbCommandInput;
84
+ output: UpdateLocationSmbCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -76,4 +76,15 @@ declare const UpdateStorageSystemCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class UpdateStorageSystemCommand extends UpdateStorageSystemCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: UpdateStorageSystemRequest;
83
+ output: {};
84
+ };
85
+ sdk: {
86
+ input: UpdateStorageSystemCommandInput;
87
+ output: UpdateStorageSystemCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -135,4 +135,15 @@ declare const UpdateTaskCommand_base: {
135
135
  * @public
136
136
  */
137
137
  export declare class UpdateTaskCommand extends UpdateTaskCommand_base {
138
+ /** @internal type navigation helper, not in runtime. */
139
+ protected static __types: {
140
+ api: {
141
+ input: UpdateTaskRequest;
142
+ output: {};
143
+ };
144
+ sdk: {
145
+ input: UpdateTaskCommandInput;
146
+ output: UpdateTaskCommandOutput;
147
+ };
148
+ };
138
149
  }
@@ -86,4 +86,15 @@ declare const UpdateTaskExecutionCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class UpdateTaskExecutionCommand extends UpdateTaskExecutionCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: UpdateTaskExecutionRequest;
93
+ output: {};
94
+ };
95
+ sdk: {
96
+ input: UpdateTaskExecutionCommandInput;
97
+ output: UpdateTaskExecutionCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -36,4 +36,15 @@ declare const AddStorageSystemCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class AddStorageSystemCommand extends AddStorageSystemCommand_base {}
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
+ }
@@ -37,4 +37,15 @@ declare const CancelTaskExecutionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CancelTaskExecutionCommand extends CancelTaskExecutionCommand_base {}
40
+ export declare class CancelTaskExecutionCommand extends CancelTaskExecutionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CancelTaskExecutionRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: CancelTaskExecutionCommandInput;
48
+ output: CancelTaskExecutionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const CreateAgentCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateAgentCommand extends CreateAgentCommand_base {}
36
+ export declare class CreateAgentCommand extends CreateAgentCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateAgentRequest;
40
+ output: CreateAgentResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateAgentCommandInput;
44
+ output: CreateAgentCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const CreateLocationAzureBlobCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateLocationAzureBlobCommand extends CreateLocationAzureBlobCommand_base {}
40
+ export declare class CreateLocationAzureBlobCommand extends CreateLocationAzureBlobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateLocationAzureBlobRequest;
44
+ output: CreateLocationAzureBlobResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateLocationAzureBlobCommandInput;
48
+ output: CreateLocationAzureBlobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateLocationEfsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateLocationEfsCommand extends CreateLocationEfsCommand_base {}
40
+ export declare class CreateLocationEfsCommand extends CreateLocationEfsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateLocationEfsRequest;
44
+ output: CreateLocationEfsResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateLocationEfsCommandInput;
48
+ output: CreateLocationEfsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateLocationFsxLustreCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateLocationFsxLustreCommand extends CreateLocationFsxLustreCommand_base {}
40
+ export declare class CreateLocationFsxLustreCommand extends CreateLocationFsxLustreCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateLocationFsxLustreRequest;
44
+ output: CreateLocationFsxLustreResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateLocationFsxLustreCommandInput;
48
+ output: CreateLocationFsxLustreCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateLocationFsxOntapCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateLocationFsxOntapCommand extends CreateLocationFsxOntapCommand_base {}
40
+ export declare class CreateLocationFsxOntapCommand extends CreateLocationFsxOntapCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateLocationFsxOntapRequest;
44
+ output: CreateLocationFsxOntapResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateLocationFsxOntapCommandInput;
48
+ output: CreateLocationFsxOntapCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateLocationFsxOpenZfsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateLocationFsxOpenZfsCommand extends CreateLocationFsxOpenZfsCommand_base {}
40
+ export declare class CreateLocationFsxOpenZfsCommand extends CreateLocationFsxOpenZfsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateLocationFsxOpenZfsRequest;
44
+ output: CreateLocationFsxOpenZfsResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateLocationFsxOpenZfsCommandInput;
48
+ output: CreateLocationFsxOpenZfsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateLocationFsxWindowsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateLocationFsxWindowsCommand extends CreateLocationFsxWindowsCommand_base {}
40
+ export declare class CreateLocationFsxWindowsCommand extends CreateLocationFsxWindowsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateLocationFsxWindowsRequest;
44
+ output: CreateLocationFsxWindowsResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateLocationFsxWindowsCommandInput;
48
+ output: CreateLocationFsxWindowsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateLocationHdfsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateLocationHdfsCommand extends CreateLocationHdfsCommand_base {}
40
+ export declare class CreateLocationHdfsCommand extends CreateLocationHdfsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateLocationHdfsRequest;
44
+ output: CreateLocationHdfsResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateLocationHdfsCommandInput;
48
+ output: CreateLocationHdfsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateLocationNfsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateLocationNfsCommand extends CreateLocationNfsCommand_base {}
40
+ export declare class CreateLocationNfsCommand extends CreateLocationNfsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateLocationNfsRequest;
44
+ output: CreateLocationNfsResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateLocationNfsCommandInput;
48
+ output: CreateLocationNfsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CreateLocationObjectStorageCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateLocationObjectStorageCommand extends CreateLocationObjectStorageCommand_base {}
40
+ export declare class CreateLocationObjectStorageCommand extends CreateLocationObjectStorageCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateLocationObjectStorageRequest;
44
+ output: CreateLocationObjectStorageResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateLocationObjectStorageCommandInput;
48
+ output: CreateLocationObjectStorageCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateLocationS3Command_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateLocationS3Command extends CreateLocationS3Command_base {}
39
+ export declare class CreateLocationS3Command extends CreateLocationS3Command_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateLocationS3Request;
43
+ output: CreateLocationS3Response;
44
+ };
45
+ sdk: {
46
+ input: CreateLocationS3CommandInput;
47
+ output: CreateLocationS3CommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateLocationSmbCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateLocationSmbCommand extends CreateLocationSmbCommand_base {}
40
+ export declare class CreateLocationSmbCommand extends CreateLocationSmbCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateLocationSmbRequest;
44
+ output: CreateLocationSmbResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateLocationSmbCommandInput;
48
+ output: CreateLocationSmbCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const CreateTaskCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateTaskCommand extends CreateTaskCommand_base {}
36
+ export declare class CreateTaskCommand extends CreateTaskCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateTaskRequest;
40
+ output: CreateTaskResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateTaskCommandInput;
44
+ output: CreateTaskCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DeleteAgentCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteAgentCommand extends DeleteAgentCommand_base {}
36
+ export declare class DeleteAgentCommand extends DeleteAgentCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteAgentRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteAgentCommandInput;
44
+ output: DeleteAgentCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const DeleteLocationCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteLocationCommand extends DeleteLocationCommand_base {}
39
+ export declare class DeleteLocationCommand extends DeleteLocationCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteLocationRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: DeleteLocationCommandInput;
47
+ output: DeleteLocationCommandOutput;
48
+ };
49
+ };
50
+ }