@aws-sdk/client-datasync 3.651.1 → 3.654.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
@@ -85,4 +85,15 @@ declare const AddStorageSystemCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class AddStorageSystemCommand extends AddStorageSystemCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: AddStorageSystemRequest;
92
+ output: AddStorageSystemResponse;
93
+ };
94
+ sdk: {
95
+ input: AddStorageSystemCommandInput;
96
+ output: AddStorageSystemCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -68,4 +68,15 @@ declare const CancelTaskExecutionCommand_base: {
68
68
  * @public
69
69
  */
70
70
  export declare class CancelTaskExecutionCommand extends CancelTaskExecutionCommand_base {
71
+ /** @internal type navigation helper, not in runtime. */
72
+ protected static __types: {
73
+ api: {
74
+ input: CancelTaskExecutionRequest;
75
+ output: {};
76
+ };
77
+ sdk: {
78
+ input: CancelTaskExecutionCommandInput;
79
+ output: CancelTaskExecutionCommandOutput;
80
+ };
81
+ };
71
82
  }
@@ -96,4 +96,15 @@ declare const CreateAgentCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class CreateAgentCommand extends CreateAgentCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: CreateAgentRequest;
103
+ output: CreateAgentResponse;
104
+ };
105
+ sdk: {
106
+ input: CreateAgentCommandInput;
107
+ output: CreateAgentCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -84,4 +84,15 @@ declare const CreateLocationAzureBlobCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class CreateLocationAzureBlobCommand extends CreateLocationAzureBlobCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: CreateLocationAzureBlobRequest;
91
+ output: CreateLocationAzureBlobResponse;
92
+ };
93
+ sdk: {
94
+ input: CreateLocationAzureBlobCommandInput;
95
+ output: CreateLocationAzureBlobCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -85,4 +85,15 @@ declare const CreateLocationEfsCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class CreateLocationEfsCommand extends CreateLocationEfsCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: CreateLocationEfsRequest;
92
+ output: CreateLocationEfsResponse;
93
+ };
94
+ sdk: {
95
+ input: CreateLocationEfsCommandInput;
96
+ output: CreateLocationEfsCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -78,4 +78,15 @@ declare const CreateLocationFsxLustreCommand_base: {
78
78
  * @public
79
79
  */
80
80
  export declare class CreateLocationFsxLustreCommand extends CreateLocationFsxLustreCommand_base {
81
+ /** @internal type navigation helper, not in runtime. */
82
+ protected static __types: {
83
+ api: {
84
+ input: CreateLocationFsxLustreRequest;
85
+ output: CreateLocationFsxLustreResponse;
86
+ };
87
+ sdk: {
88
+ input: CreateLocationFsxLustreCommandInput;
89
+ output: CreateLocationFsxLustreCommandOutput;
90
+ };
91
+ };
81
92
  }
@@ -93,4 +93,15 @@ declare const CreateLocationFsxOntapCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class CreateLocationFsxOntapCommand extends CreateLocationFsxOntapCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: CreateLocationFsxOntapRequest;
100
+ output: CreateLocationFsxOntapResponse;
101
+ };
102
+ sdk: {
103
+ input: CreateLocationFsxOntapCommandInput;
104
+ output: CreateLocationFsxOntapCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -97,4 +97,15 @@ declare const CreateLocationFsxOpenZfsCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class CreateLocationFsxOpenZfsCommand extends CreateLocationFsxOpenZfsCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: CreateLocationFsxOpenZfsRequest;
104
+ output: CreateLocationFsxOpenZfsResponse;
105
+ };
106
+ sdk: {
107
+ input: CreateLocationFsxOpenZfsCommandInput;
108
+ output: CreateLocationFsxOpenZfsCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -82,4 +82,15 @@ declare const CreateLocationFsxWindowsCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class CreateLocationFsxWindowsCommand extends CreateLocationFsxWindowsCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: CreateLocationFsxWindowsRequest;
89
+ output: CreateLocationFsxWindowsResponse;
90
+ };
91
+ sdk: {
92
+ input: CreateLocationFsxWindowsCommandInput;
93
+ output: CreateLocationFsxWindowsCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -96,4 +96,15 @@ declare const CreateLocationHdfsCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class CreateLocationHdfsCommand extends CreateLocationHdfsCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: CreateLocationHdfsRequest;
103
+ output: CreateLocationHdfsResponse;
104
+ };
105
+ sdk: {
106
+ input: CreateLocationHdfsCommandInput;
107
+ output: CreateLocationHdfsCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -89,4 +89,15 @@ declare const CreateLocationNfsCommand_base: {
89
89
  * @public
90
90
  */
91
91
  export declare class CreateLocationNfsCommand extends CreateLocationNfsCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: CreateLocationNfsRequest;
96
+ output: CreateLocationNfsResponse;
97
+ };
98
+ sdk: {
99
+ input: CreateLocationNfsCommandInput;
100
+ output: CreateLocationNfsCommandOutput;
101
+ };
102
+ };
92
103
  }
@@ -83,4 +83,15 @@ declare const CreateLocationObjectStorageCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class CreateLocationObjectStorageCommand extends CreateLocationObjectStorageCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: CreateLocationObjectStorageRequest;
90
+ output: CreateLocationObjectStorageResponse;
91
+ };
92
+ sdk: {
93
+ input: CreateLocationObjectStorageCommandInput;
94
+ output: CreateLocationObjectStorageCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -96,4 +96,15 @@ declare const CreateLocationS3Command_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class CreateLocationS3Command extends CreateLocationS3Command_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: CreateLocationS3Request;
103
+ output: CreateLocationS3Response;
104
+ };
105
+ sdk: {
106
+ input: CreateLocationS3CommandInput;
107
+ output: CreateLocationS3CommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -85,4 +85,15 @@ declare const CreateLocationSmbCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class CreateLocationSmbCommand extends CreateLocationSmbCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: CreateLocationSmbRequest;
92
+ output: CreateLocationSmbResponse;
93
+ };
94
+ sdk: {
95
+ input: CreateLocationSmbCommandInput;
96
+ output: CreateLocationSmbCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -152,4 +152,15 @@ declare const CreateTaskCommand_base: {
152
152
  * @public
153
153
  */
154
154
  export declare class CreateTaskCommand extends CreateTaskCommand_base {
155
+ /** @internal type navigation helper, not in runtime. */
156
+ protected static __types: {
157
+ api: {
158
+ input: CreateTaskRequest;
159
+ output: CreateTaskResponse;
160
+ };
161
+ sdk: {
162
+ input: CreateTaskCommandInput;
163
+ output: CreateTaskCommandOutput;
164
+ };
165
+ };
155
166
  }
@@ -66,4 +66,15 @@ declare const DeleteAgentCommand_base: {
66
66
  * @public
67
67
  */
68
68
  export declare class DeleteAgentCommand extends DeleteAgentCommand_base {
69
+ /** @internal type navigation helper, not in runtime. */
70
+ protected static __types: {
71
+ api: {
72
+ input: DeleteAgentRequest;
73
+ output: {};
74
+ };
75
+ sdk: {
76
+ input: DeleteAgentCommandInput;
77
+ output: DeleteAgentCommandOutput;
78
+ };
79
+ };
69
80
  }
@@ -62,4 +62,15 @@ declare const DeleteLocationCommand_base: {
62
62
  * @public
63
63
  */
64
64
  export declare class DeleteLocationCommand extends DeleteLocationCommand_base {
65
+ /** @internal type navigation helper, not in runtime. */
66
+ protected static __types: {
67
+ api: {
68
+ input: DeleteLocationRequest;
69
+ output: {};
70
+ };
71
+ sdk: {
72
+ input: DeleteLocationCommandInput;
73
+ output: DeleteLocationCommandOutput;
74
+ };
75
+ };
65
76
  }
@@ -62,4 +62,15 @@ declare const DeleteTaskCommand_base: {
62
62
  * @public
63
63
  */
64
64
  export declare class DeleteTaskCommand extends DeleteTaskCommand_base {
65
+ /** @internal type navigation helper, not in runtime. */
66
+ protected static __types: {
67
+ api: {
68
+ input: DeleteTaskRequest;
69
+ output: {};
70
+ };
71
+ sdk: {
72
+ input: DeleteTaskCommandInput;
73
+ output: DeleteTaskCommandOutput;
74
+ };
75
+ };
65
76
  }
@@ -83,4 +83,15 @@ declare const DescribeAgentCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class DescribeAgentCommand extends DescribeAgentCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: DescribeAgentRequest;
90
+ output: DescribeAgentResponse;
91
+ };
92
+ sdk: {
93
+ input: DescribeAgentCommandInput;
94
+ output: DescribeAgentCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -69,4 +69,15 @@ declare const DescribeDiscoveryJobCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class DescribeDiscoveryJobCommand extends DescribeDiscoveryJobCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: DescribeDiscoveryJobRequest;
76
+ output: DescribeDiscoveryJobResponse;
77
+ };
78
+ sdk: {
79
+ input: DescribeDiscoveryJobCommandInput;
80
+ output: DescribeDiscoveryJobCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -72,4 +72,15 @@ declare const DescribeLocationAzureBlobCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class DescribeLocationAzureBlobCommand extends DescribeLocationAzureBlobCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: DescribeLocationAzureBlobRequest;
79
+ output: DescribeLocationAzureBlobResponse;
80
+ };
81
+ sdk: {
82
+ input: DescribeLocationAzureBlobCommandInput;
83
+ output: DescribeLocationAzureBlobCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -75,4 +75,15 @@ declare const DescribeLocationEfsCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class DescribeLocationEfsCommand extends DescribeLocationEfsCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: DescribeLocationEfsRequest;
82
+ output: DescribeLocationEfsResponse;
83
+ };
84
+ sdk: {
85
+ input: DescribeLocationEfsCommandInput;
86
+ output: DescribeLocationEfsCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -69,4 +69,15 @@ declare const DescribeLocationFsxLustreCommand_base: {
69
69
  * @public
70
70
  */
71
71
  export declare class DescribeLocationFsxLustreCommand extends DescribeLocationFsxLustreCommand_base {
72
+ /** @internal type navigation helper, not in runtime. */
73
+ protected static __types: {
74
+ api: {
75
+ input: DescribeLocationFsxLustreRequest;
76
+ output: DescribeLocationFsxLustreResponse;
77
+ };
78
+ sdk: {
79
+ input: DescribeLocationFsxLustreCommandInput;
80
+ output: DescribeLocationFsxLustreCommandOutput;
81
+ };
82
+ };
72
83
  }
@@ -90,4 +90,15 @@ declare const DescribeLocationFsxOntapCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class DescribeLocationFsxOntapCommand extends DescribeLocationFsxOntapCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: DescribeLocationFsxOntapRequest;
97
+ output: DescribeLocationFsxOntapResponse;
98
+ };
99
+ sdk: {
100
+ input: DescribeLocationFsxOntapCommandInput;
101
+ output: DescribeLocationFsxOntapCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -88,4 +88,15 @@ declare const DescribeLocationFsxOpenZfsCommand_base: {
88
88
  * @public
89
89
  */
90
90
  export declare class DescribeLocationFsxOpenZfsCommand extends DescribeLocationFsxOpenZfsCommand_base {
91
+ /** @internal type navigation helper, not in runtime. */
92
+ protected static __types: {
93
+ api: {
94
+ input: DescribeLocationFsxOpenZfsRequest;
95
+ output: DescribeLocationFsxOpenZfsResponse;
96
+ };
97
+ sdk: {
98
+ input: DescribeLocationFsxOpenZfsCommandInput;
99
+ output: DescribeLocationFsxOpenZfsCommandOutput;
100
+ };
101
+ };
91
102
  }
@@ -71,4 +71,15 @@ declare const DescribeLocationFsxWindowsCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class DescribeLocationFsxWindowsCommand extends DescribeLocationFsxWindowsCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: DescribeLocationFsxWindowsRequest;
78
+ output: DescribeLocationFsxWindowsResponse;
79
+ };
80
+ sdk: {
81
+ input: DescribeLocationFsxWindowsCommandInput;
82
+ output: DescribeLocationFsxWindowsCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -86,4 +86,15 @@ declare const DescribeLocationHdfsCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class DescribeLocationHdfsCommand extends DescribeLocationHdfsCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: DescribeLocationHdfsRequest;
93
+ output: DescribeLocationHdfsResponse;
94
+ };
95
+ sdk: {
96
+ input: DescribeLocationHdfsCommandInput;
97
+ output: DescribeLocationHdfsCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -75,4 +75,15 @@ declare const DescribeLocationNfsCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class DescribeLocationNfsCommand extends DescribeLocationNfsCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: DescribeLocationNfsRequest;
82
+ output: DescribeLocationNfsResponse;
83
+ };
84
+ sdk: {
85
+ input: DescribeLocationNfsCommandInput;
86
+ output: DescribeLocationNfsCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -74,4 +74,15 @@ declare const DescribeLocationObjectStorageCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class DescribeLocationObjectStorageCommand extends DescribeLocationObjectStorageCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: DescribeLocationObjectStorageRequest;
81
+ output: DescribeLocationObjectStorageResponse;
82
+ };
83
+ sdk: {
84
+ input: DescribeLocationObjectStorageCommandInput;
85
+ output: DescribeLocationObjectStorageCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -74,4 +74,15 @@ declare const DescribeLocationS3Command_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class DescribeLocationS3Command extends DescribeLocationS3Command_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: DescribeLocationS3Request;
81
+ output: DescribeLocationS3Response;
82
+ };
83
+ sdk: {
84
+ input: DescribeLocationS3CommandInput;
85
+ output: DescribeLocationS3CommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -75,4 +75,15 @@ declare const DescribeLocationSmbCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class DescribeLocationSmbCommand extends DescribeLocationSmbCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: DescribeLocationSmbRequest;
82
+ output: DescribeLocationSmbResponse;
83
+ };
84
+ sdk: {
85
+ input: DescribeLocationSmbCommandInput;
86
+ output: DescribeLocationSmbCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -79,4 +79,15 @@ declare const DescribeStorageSystemCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class DescribeStorageSystemCommand extends DescribeStorageSystemCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: DescribeStorageSystemRequest;
86
+ output: DescribeStorageSystemResponse;
87
+ };
88
+ sdk: {
89
+ input: DescribeStorageSystemCommandInput;
90
+ output: DescribeStorageSystemCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -103,4 +103,15 @@ declare const DescribeStorageSystemResourceMetricsCommand_base: {
103
103
  * @public
104
104
  */
105
105
  export declare class DescribeStorageSystemResourceMetricsCommand extends DescribeStorageSystemResourceMetricsCommand_base {
106
+ /** @internal type navigation helper, not in runtime. */
107
+ protected static __types: {
108
+ api: {
109
+ input: DescribeStorageSystemResourceMetricsRequest;
110
+ output: DescribeStorageSystemResourceMetricsResponse;
111
+ };
112
+ sdk: {
113
+ input: DescribeStorageSystemResourceMetricsCommandInput;
114
+ output: DescribeStorageSystemResourceMetricsCommandOutput;
115
+ };
116
+ };
106
117
  }
@@ -193,4 +193,15 @@ declare const DescribeStorageSystemResourcesCommand_base: {
193
193
  * @public
194
194
  */
195
195
  export declare class DescribeStorageSystemResourcesCommand extends DescribeStorageSystemResourcesCommand_base {
196
+ /** @internal type navigation helper, not in runtime. */
197
+ protected static __types: {
198
+ api: {
199
+ input: DescribeStorageSystemResourcesRequest;
200
+ output: DescribeStorageSystemResourcesResponse;
201
+ };
202
+ sdk: {
203
+ input: DescribeStorageSystemResourcesCommandInput;
204
+ output: DescribeStorageSystemResourcesCommandOutput;
205
+ };
206
+ };
196
207
  }
@@ -155,4 +155,15 @@ declare const DescribeTaskCommand_base: {
155
155
  * @public
156
156
  */
157
157
  export declare class DescribeTaskCommand extends DescribeTaskCommand_base {
158
+ /** @internal type navigation helper, not in runtime. */
159
+ protected static __types: {
160
+ api: {
161
+ input: DescribeTaskRequest;
162
+ output: DescribeTaskResponse;
163
+ };
164
+ sdk: {
165
+ input: DescribeTaskCommandInput;
166
+ output: DescribeTaskCommandOutput;
167
+ };
168
+ };
158
169
  }
@@ -161,4 +161,15 @@ declare const DescribeTaskExecutionCommand_base: {
161
161
  * @public
162
162
  */
163
163
  export declare class DescribeTaskExecutionCommand extends DescribeTaskExecutionCommand_base {
164
+ /** @internal type navigation helper, not in runtime. */
165
+ protected static __types: {
166
+ api: {
167
+ input: DescribeTaskExecutionRequest;
168
+ output: DescribeTaskExecutionResponse;
169
+ };
170
+ sdk: {
171
+ input: DescribeTaskExecutionCommandInput;
172
+ output: DescribeTaskExecutionCommandOutput;
173
+ };
174
+ };
164
175
  }
@@ -70,4 +70,15 @@ declare const GenerateRecommendationsCommand_base: {
70
70
  * @public
71
71
  */
72
72
  export declare class GenerateRecommendationsCommand extends GenerateRecommendationsCommand_base {
73
+ /** @internal type navigation helper, not in runtime. */
74
+ protected static __types: {
75
+ api: {
76
+ input: GenerateRecommendationsRequest;
77
+ output: {};
78
+ };
79
+ sdk: {
80
+ input: GenerateRecommendationsCommandInput;
81
+ output: GenerateRecommendationsCommandOutput;
82
+ };
83
+ };
73
84
  }
@@ -85,4 +85,15 @@ declare const ListAgentsCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class ListAgentsCommand extends ListAgentsCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: ListAgentsRequest;
92
+ output: ListAgentsResponse;
93
+ };
94
+ sdk: {
95
+ input: ListAgentsCommandInput;
96
+ output: ListAgentsCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -73,4 +73,15 @@ declare const ListDiscoveryJobsCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class ListDiscoveryJobsCommand extends ListDiscoveryJobsCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: ListDiscoveryJobsRequest;
80
+ output: ListDiscoveryJobsResponse;
81
+ };
82
+ sdk: {
83
+ input: ListDiscoveryJobsCommandInput;
84
+ output: ListDiscoveryJobsCommandOutput;
85
+ };
86
+ };
76
87
  }