@aws-sdk/client-fsx 3.194.0 → 3.196.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 (196) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/FSxClient.js +11 -8
  3. package/dist-cjs/commands/AssociateFileSystemAliasesCommand.js +10 -0
  4. package/dist-cjs/commands/CancelDataRepositoryTaskCommand.js +10 -0
  5. package/dist-cjs/commands/CopyBackupCommand.js +10 -0
  6. package/dist-cjs/commands/CreateBackupCommand.js +10 -0
  7. package/dist-cjs/commands/CreateDataRepositoryAssociationCommand.js +10 -0
  8. package/dist-cjs/commands/CreateDataRepositoryTaskCommand.js +10 -0
  9. package/dist-cjs/commands/CreateFileCacheCommand.js +10 -0
  10. package/dist-cjs/commands/CreateFileSystemCommand.js +10 -0
  11. package/dist-cjs/commands/CreateFileSystemFromBackupCommand.js +10 -0
  12. package/dist-cjs/commands/CreateSnapshotCommand.js +10 -0
  13. package/dist-cjs/commands/CreateStorageVirtualMachineCommand.js +10 -0
  14. package/dist-cjs/commands/CreateVolumeCommand.js +10 -0
  15. package/dist-cjs/commands/CreateVolumeFromBackupCommand.js +10 -0
  16. package/dist-cjs/commands/DeleteBackupCommand.js +10 -0
  17. package/dist-cjs/commands/DeleteDataRepositoryAssociationCommand.js +10 -0
  18. package/dist-cjs/commands/DeleteFileCacheCommand.js +10 -0
  19. package/dist-cjs/commands/DeleteFileSystemCommand.js +10 -0
  20. package/dist-cjs/commands/DeleteSnapshotCommand.js +10 -0
  21. package/dist-cjs/commands/DeleteStorageVirtualMachineCommand.js +10 -0
  22. package/dist-cjs/commands/DeleteVolumeCommand.js +10 -0
  23. package/dist-cjs/commands/DescribeBackupsCommand.js +10 -0
  24. package/dist-cjs/commands/DescribeDataRepositoryAssociationsCommand.js +10 -0
  25. package/dist-cjs/commands/DescribeDataRepositoryTasksCommand.js +10 -0
  26. package/dist-cjs/commands/DescribeFileCachesCommand.js +10 -0
  27. package/dist-cjs/commands/DescribeFileSystemAliasesCommand.js +10 -0
  28. package/dist-cjs/commands/DescribeFileSystemsCommand.js +10 -0
  29. package/dist-cjs/commands/DescribeSnapshotsCommand.js +10 -0
  30. package/dist-cjs/commands/DescribeStorageVirtualMachinesCommand.js +10 -0
  31. package/dist-cjs/commands/DescribeVolumesCommand.js +10 -0
  32. package/dist-cjs/commands/DisassociateFileSystemAliasesCommand.js +10 -0
  33. package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
  34. package/dist-cjs/commands/ReleaseFileSystemNfsV3LocksCommand.js +10 -0
  35. package/dist-cjs/commands/RestoreVolumeFromSnapshotCommand.js +10 -0
  36. package/dist-cjs/commands/TagResourceCommand.js +10 -0
  37. package/dist-cjs/commands/UntagResourceCommand.js +10 -0
  38. package/dist-cjs/commands/UpdateDataRepositoryAssociationCommand.js +10 -0
  39. package/dist-cjs/commands/UpdateFileCacheCommand.js +10 -0
  40. package/dist-cjs/commands/UpdateFileSystemCommand.js +10 -0
  41. package/dist-cjs/commands/UpdateSnapshotCommand.js +10 -0
  42. package/dist-cjs/commands/UpdateStorageVirtualMachineCommand.js +10 -0
  43. package/dist-cjs/commands/UpdateVolumeCommand.js +10 -0
  44. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  45. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  46. package/dist-cjs/endpoint/ruleset.js +451 -0
  47. package/dist-cjs/runtimeConfig.shared.js +3 -3
  48. package/dist-es/FSxClient.js +12 -9
  49. package/dist-es/commands/AssociateFileSystemAliasesCommand.js +10 -0
  50. package/dist-es/commands/CancelDataRepositoryTaskCommand.js +10 -0
  51. package/dist-es/commands/CopyBackupCommand.js +10 -0
  52. package/dist-es/commands/CreateBackupCommand.js +10 -0
  53. package/dist-es/commands/CreateDataRepositoryAssociationCommand.js +10 -0
  54. package/dist-es/commands/CreateDataRepositoryTaskCommand.js +10 -0
  55. package/dist-es/commands/CreateFileCacheCommand.js +10 -0
  56. package/dist-es/commands/CreateFileSystemCommand.js +10 -0
  57. package/dist-es/commands/CreateFileSystemFromBackupCommand.js +10 -0
  58. package/dist-es/commands/CreateSnapshotCommand.js +10 -0
  59. package/dist-es/commands/CreateStorageVirtualMachineCommand.js +10 -0
  60. package/dist-es/commands/CreateVolumeCommand.js +10 -0
  61. package/dist-es/commands/CreateVolumeFromBackupCommand.js +10 -0
  62. package/dist-es/commands/DeleteBackupCommand.js +10 -0
  63. package/dist-es/commands/DeleteDataRepositoryAssociationCommand.js +10 -0
  64. package/dist-es/commands/DeleteFileCacheCommand.js +10 -0
  65. package/dist-es/commands/DeleteFileSystemCommand.js +10 -0
  66. package/dist-es/commands/DeleteSnapshotCommand.js +10 -0
  67. package/dist-es/commands/DeleteStorageVirtualMachineCommand.js +10 -0
  68. package/dist-es/commands/DeleteVolumeCommand.js +10 -0
  69. package/dist-es/commands/DescribeBackupsCommand.js +10 -0
  70. package/dist-es/commands/DescribeDataRepositoryAssociationsCommand.js +10 -0
  71. package/dist-es/commands/DescribeDataRepositoryTasksCommand.js +10 -0
  72. package/dist-es/commands/DescribeFileCachesCommand.js +10 -0
  73. package/dist-es/commands/DescribeFileSystemAliasesCommand.js +10 -0
  74. package/dist-es/commands/DescribeFileSystemsCommand.js +10 -0
  75. package/dist-es/commands/DescribeSnapshotsCommand.js +10 -0
  76. package/dist-es/commands/DescribeStorageVirtualMachinesCommand.js +10 -0
  77. package/dist-es/commands/DescribeVolumesCommand.js +10 -0
  78. package/dist-es/commands/DisassociateFileSystemAliasesCommand.js +10 -0
  79. package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
  80. package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +10 -0
  81. package/dist-es/commands/RestoreVolumeFromSnapshotCommand.js +10 -0
  82. package/dist-es/commands/TagResourceCommand.js +10 -0
  83. package/dist-es/commands/UntagResourceCommand.js +10 -0
  84. package/dist-es/commands/UpdateDataRepositoryAssociationCommand.js +10 -0
  85. package/dist-es/commands/UpdateFileCacheCommand.js +10 -0
  86. package/dist-es/commands/UpdateFileSystemCommand.js +10 -0
  87. package/dist-es/commands/UpdateSnapshotCommand.js +10 -0
  88. package/dist-es/commands/UpdateStorageVirtualMachineCommand.js +10 -0
  89. package/dist-es/commands/UpdateVolumeCommand.js +10 -0
  90. package/dist-es/endpoint/EndpointParameters.js +8 -0
  91. package/dist-es/endpoint/endpointResolver.js +8 -0
  92. package/dist-es/endpoint/ruleset.js +448 -0
  93. package/dist-es/runtimeConfig.shared.js +2 -2
  94. package/dist-types/FSxClient.d.ts +6 -9
  95. package/dist-types/commands/AssociateFileSystemAliasesCommand.d.ts +2 -0
  96. package/dist-types/commands/CancelDataRepositoryTaskCommand.d.ts +2 -0
  97. package/dist-types/commands/CopyBackupCommand.d.ts +2 -0
  98. package/dist-types/commands/CreateBackupCommand.d.ts +2 -0
  99. package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +2 -0
  100. package/dist-types/commands/CreateDataRepositoryTaskCommand.d.ts +2 -0
  101. package/dist-types/commands/CreateFileCacheCommand.d.ts +2 -0
  102. package/dist-types/commands/CreateFileSystemCommand.d.ts +2 -0
  103. package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +2 -0
  104. package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -0
  105. package/dist-types/commands/CreateStorageVirtualMachineCommand.d.ts +2 -0
  106. package/dist-types/commands/CreateVolumeCommand.d.ts +2 -0
  107. package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +2 -0
  108. package/dist-types/commands/DeleteBackupCommand.d.ts +2 -0
  109. package/dist-types/commands/DeleteDataRepositoryAssociationCommand.d.ts +2 -0
  110. package/dist-types/commands/DeleteFileCacheCommand.d.ts +2 -0
  111. package/dist-types/commands/DeleteFileSystemCommand.d.ts +2 -0
  112. package/dist-types/commands/DeleteSnapshotCommand.d.ts +2 -0
  113. package/dist-types/commands/DeleteStorageVirtualMachineCommand.d.ts +2 -0
  114. package/dist-types/commands/DeleteVolumeCommand.d.ts +2 -0
  115. package/dist-types/commands/DescribeBackupsCommand.d.ts +2 -0
  116. package/dist-types/commands/DescribeDataRepositoryAssociationsCommand.d.ts +2 -0
  117. package/dist-types/commands/DescribeDataRepositoryTasksCommand.d.ts +2 -0
  118. package/dist-types/commands/DescribeFileCachesCommand.d.ts +2 -0
  119. package/dist-types/commands/DescribeFileSystemAliasesCommand.d.ts +2 -0
  120. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +2 -0
  121. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +2 -0
  122. package/dist-types/commands/DescribeStorageVirtualMachinesCommand.d.ts +2 -0
  123. package/dist-types/commands/DescribeVolumesCommand.d.ts +2 -0
  124. package/dist-types/commands/DisassociateFileSystemAliasesCommand.d.ts +2 -0
  125. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  126. package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +2 -0
  127. package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +2 -0
  128. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  129. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  130. package/dist-types/commands/UpdateDataRepositoryAssociationCommand.d.ts +2 -0
  131. package/dist-types/commands/UpdateFileCacheCommand.d.ts +2 -0
  132. package/dist-types/commands/UpdateFileSystemCommand.d.ts +2 -0
  133. package/dist-types/commands/UpdateSnapshotCommand.d.ts +2 -0
  134. package/dist-types/commands/UpdateStorageVirtualMachineCommand.d.ts +2 -0
  135. package/dist-types/commands/UpdateVolumeCommand.d.ts +2 -0
  136. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  137. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  138. package/dist-types/endpoint/ruleset.d.ts +2 -0
  139. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  140. package/dist-types/runtimeConfig.d.ts +4 -2
  141. package/dist-types/runtimeConfig.native.d.ts +4 -2
  142. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  143. package/dist-types/ts3.4/FSxClient.d.ts +15 -8
  144. package/dist-types/ts3.4/commands/AssociateFileSystemAliasesCommand.d.ts +2 -0
  145. package/dist-types/ts3.4/commands/CancelDataRepositoryTaskCommand.d.ts +2 -0
  146. package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +2 -0
  147. package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +2 -0
  148. package/dist-types/ts3.4/commands/CreateDataRepositoryAssociationCommand.d.ts +2 -0
  149. package/dist-types/ts3.4/commands/CreateDataRepositoryTaskCommand.d.ts +2 -0
  150. package/dist-types/ts3.4/commands/CreateFileCacheCommand.d.ts +2 -0
  151. package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +2 -0
  152. package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +2 -0
  153. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +2 -0
  154. package/dist-types/ts3.4/commands/CreateStorageVirtualMachineCommand.d.ts +2 -0
  155. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -0
  156. package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +2 -0
  157. package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +2 -0
  158. package/dist-types/ts3.4/commands/DeleteDataRepositoryAssociationCommand.d.ts +2 -0
  159. package/dist-types/ts3.4/commands/DeleteFileCacheCommand.d.ts +2 -0
  160. package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +2 -0
  161. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +2 -0
  162. package/dist-types/ts3.4/commands/DeleteStorageVirtualMachineCommand.d.ts +2 -0
  163. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +2 -0
  164. package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +2 -0
  165. package/dist-types/ts3.4/commands/DescribeDataRepositoryAssociationsCommand.d.ts +2 -0
  166. package/dist-types/ts3.4/commands/DescribeDataRepositoryTasksCommand.d.ts +2 -0
  167. package/dist-types/ts3.4/commands/DescribeFileCachesCommand.d.ts +2 -0
  168. package/dist-types/ts3.4/commands/DescribeFileSystemAliasesCommand.d.ts +2 -0
  169. package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +2 -0
  170. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +2 -0
  171. package/dist-types/ts3.4/commands/DescribeStorageVirtualMachinesCommand.d.ts +2 -0
  172. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +2 -0
  173. package/dist-types/ts3.4/commands/DisassociateFileSystemAliasesCommand.d.ts +2 -0
  174. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
  175. package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +2 -0
  176. package/dist-types/ts3.4/commands/RestoreVolumeFromSnapshotCommand.d.ts +2 -0
  177. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
  178. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
  179. package/dist-types/ts3.4/commands/UpdateDataRepositoryAssociationCommand.d.ts +2 -0
  180. package/dist-types/ts3.4/commands/UpdateFileCacheCommand.d.ts +2 -0
  181. package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +2 -0
  182. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +2 -0
  183. package/dist-types/ts3.4/commands/UpdateStorageVirtualMachineCommand.d.ts +2 -0
  184. package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +2 -0
  185. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  186. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  187. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  188. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  189. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  190. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  191. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  192. package/package.json +5 -3
  193. package/dist-cjs/endpoints.js +0 -213
  194. package/dist-es/endpoints.js +0 -209
  195. package/dist-types/endpoints.d.ts +0 -2
  196. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -1,11 +1,12 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
1
+ import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint";
2
3
  import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
4
  import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
5
  import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
6
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
7
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
8
  import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
+ import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
10
  import { AssociateFileSystemAliasesCommandInput, AssociateFileSystemAliasesCommandOutput } from "./commands/AssociateFileSystemAliasesCommand";
10
11
  import { CancelDataRepositoryTaskCommandInput, CancelDataRepositoryTaskCommandOutput } from "./commands/CancelDataRepositoryTaskCommand";
11
12
  import { CopyBackupCommandInput, CopyBackupCommandOutput } from "./commands/CopyBackupCommand";
@@ -47,6 +48,7 @@ import { UpdateFileSystemCommandInput, UpdateFileSystemCommandOutput } from "./c
47
48
  import { UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput } from "./commands/UpdateSnapshotCommand";
48
49
  import { UpdateStorageVirtualMachineCommandInput, UpdateStorageVirtualMachineCommandOutput } from "./commands/UpdateStorageVirtualMachineCommand";
49
50
  import { UpdateVolumeCommandInput, UpdateVolumeCommandOutput } from "./commands/UpdateVolumeCommand";
51
+ import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
50
52
  export declare type ServiceInputTypes = AssociateFileSystemAliasesCommandInput | CancelDataRepositoryTaskCommandInput | CopyBackupCommandInput | CreateBackupCommandInput | CreateDataRepositoryAssociationCommandInput | CreateDataRepositoryTaskCommandInput | CreateFileCacheCommandInput | CreateFileSystemCommandInput | CreateFileSystemFromBackupCommandInput | CreateSnapshotCommandInput | CreateStorageVirtualMachineCommandInput | CreateVolumeCommandInput | CreateVolumeFromBackupCommandInput | DeleteBackupCommandInput | DeleteDataRepositoryAssociationCommandInput | DeleteFileCacheCommandInput | DeleteFileSystemCommandInput | DeleteSnapshotCommandInput | DeleteStorageVirtualMachineCommandInput | DeleteVolumeCommandInput | DescribeBackupsCommandInput | DescribeDataRepositoryAssociationsCommandInput | DescribeDataRepositoryTasksCommandInput | DescribeFileCachesCommandInput | DescribeFileSystemAliasesCommandInput | DescribeFileSystemsCommandInput | DescribeSnapshotsCommandInput | DescribeStorageVirtualMachinesCommandInput | DescribeVolumesCommandInput | DisassociateFileSystemAliasesCommandInput | ListTagsForResourceCommandInput | ReleaseFileSystemNfsV3LocksCommandInput | RestoreVolumeFromSnapshotCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDataRepositoryAssociationCommandInput | UpdateFileCacheCommandInput | UpdateFileSystemCommandInput | UpdateSnapshotCommandInput | UpdateStorageVirtualMachineCommandInput | UpdateVolumeCommandInput;
51
53
  export declare type ServiceOutputTypes = AssociateFileSystemAliasesCommandOutput | CancelDataRepositoryTaskCommandOutput | CopyBackupCommandOutput | CreateBackupCommandOutput | CreateDataRepositoryAssociationCommandOutput | CreateDataRepositoryTaskCommandOutput | CreateFileCacheCommandOutput | CreateFileSystemCommandOutput | CreateFileSystemFromBackupCommandOutput | CreateSnapshotCommandOutput | CreateStorageVirtualMachineCommandOutput | CreateVolumeCommandOutput | CreateVolumeFromBackupCommandOutput | DeleteBackupCommandOutput | DeleteDataRepositoryAssociationCommandOutput | DeleteFileCacheCommandOutput | DeleteFileSystemCommandOutput | DeleteSnapshotCommandOutput | DeleteStorageVirtualMachineCommandOutput | DeleteVolumeCommandOutput | DescribeBackupsCommandOutput | DescribeDataRepositoryAssociationsCommandOutput | DescribeDataRepositoryTasksCommandOutput | DescribeFileCachesCommandOutput | DescribeFileSystemAliasesCommandOutput | DescribeFileSystemsCommandOutput | DescribeSnapshotsCommandOutput | DescribeStorageVirtualMachinesCommandOutput | DescribeVolumesCommandOutput | DisassociateFileSystemAliasesCommandOutput | ListTagsForResourceCommandOutput | ReleaseFileSystemNfsV3LocksCommandOutput | RestoreVolumeFromSnapshotCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDataRepositoryAssociationCommandOutput | UpdateFileCacheCommandOutput | UpdateFileSystemCommandOutput | UpdateSnapshotCommandOutput | UpdateStorageVirtualMachineCommandOutput | UpdateVolumeCommandOutput;
52
54
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
@@ -139,11 +141,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
139
141
  * @internal
140
142
  */
141
143
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
142
- /**
143
- * Fetch related hostname, signing name or signing region with given region.
144
- * @internal
145
- */
146
- regionInfoProvider?: RegionInfoProvider;
147
144
  /**
148
145
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
149
146
  * @internal
@@ -154,13 +151,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
154
151
  */
155
152
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
156
153
  }
157
- declare type FSxClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
154
+ declare type FSxClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
158
155
  /**
159
156
  * The configuration interface of FSxClient class constructor that set the region, credentials and other options.
160
157
  */
161
158
  export interface FSxClientConfig extends FSxClientConfigType {
162
159
  }
163
- declare type FSxClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
160
+ declare type FSxClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
164
161
  /**
165
162
  * The resolved configuration interface of FSxClient class. This is resolved and normalized from the {@link FSxClientConfig | constructor configuration interface}.
166
163
  */
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -35,6 +36,7 @@ export interface AssociateFileSystemAliasesCommandOutput extends AssociateFileSy
35
36
  */
36
37
  export declare class AssociateFileSystemAliasesCommand extends $Command<AssociateFileSystemAliasesCommandInput, AssociateFileSystemAliasesCommandOutput, FSxClientResolvedConfig> {
37
38
  readonly input: AssociateFileSystemAliasesCommandInput;
39
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
40
  constructor(input: AssociateFileSystemAliasesCommandInput);
39
41
  /**
40
42
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -37,6 +38,7 @@ export interface CancelDataRepositoryTaskCommandOutput extends CancelDataReposit
37
38
  */
38
39
  export declare class CancelDataRepositoryTaskCommand extends $Command<CancelDataRepositoryTaskCommandInput, CancelDataRepositoryTaskCommandOutput, FSxClientResolvedConfig> {
39
40
  readonly input: CancelDataRepositoryTaskCommandInput;
41
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
40
42
  constructor(input: CancelDataRepositoryTaskCommandInput);
41
43
  /**
42
44
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -45,6 +46,7 @@ export interface CopyBackupCommandOutput extends CopyBackupResponse, __MetadataB
45
46
  */
46
47
  export declare class CopyBackupCommand extends $Command<CopyBackupCommandInput, CopyBackupCommandOutput, FSxClientResolvedConfig> {
47
48
  readonly input: CopyBackupCommandInput;
49
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
48
50
  constructor(input: CopyBackupCommandInput);
49
51
  /**
50
52
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -82,6 +83,7 @@ export interface CreateBackupCommandOutput extends CreateBackupResponse, __Metad
82
83
  */
83
84
  export declare class CreateBackupCommand extends $Command<CreateBackupCommandInput, CreateBackupCommandOutput, FSxClientResolvedConfig> {
84
85
  readonly input: CreateBackupCommandInput;
86
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
87
  constructor(input: CreateBackupCommandInput);
86
88
  /**
87
89
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -41,6 +42,7 @@ export interface CreateDataRepositoryAssociationCommandOutput extends CreateData
41
42
  */
42
43
  export declare class CreateDataRepositoryAssociationCommand extends $Command<CreateDataRepositoryAssociationCommandInput, CreateDataRepositoryAssociationCommandOutput, FSxClientResolvedConfig> {
43
44
  readonly input: CreateDataRepositoryAssociationCommandInput;
45
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
44
46
  constructor(input: CreateDataRepositoryAssociationCommandInput);
45
47
  /**
46
48
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -34,6 +35,7 @@ export interface CreateDataRepositoryTaskCommandOutput extends CreateDataReposit
34
35
  */
35
36
  export declare class CreateDataRepositoryTaskCommand extends $Command<CreateDataRepositoryTaskCommandInput, CreateDataRepositoryTaskCommandOutput, FSxClientResolvedConfig> {
36
37
  readonly input: CreateDataRepositoryTaskCommandInput;
38
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
37
39
  constructor(input: CreateDataRepositoryTaskCommandInput);
38
40
  /**
39
41
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -48,6 +49,7 @@ export interface CreateFileCacheCommandOutput extends CreateFileCacheResponse, _
48
49
  */
49
50
  export declare class CreateFileCacheCommand extends $Command<CreateFileCacheCommandInput, CreateFileCacheCommandOutput, FSxClientResolvedConfig> {
50
51
  readonly input: CreateFileCacheCommandInput;
52
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
53
  constructor(input: CreateFileCacheCommandInput);
52
54
  /**
53
55
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -70,6 +71,7 @@ export interface CreateFileSystemCommandOutput extends CreateFileSystemResponse,
70
71
  */
71
72
  export declare class CreateFileSystemCommand extends $Command<CreateFileSystemCommandInput, CreateFileSystemCommandOutput, FSxClientResolvedConfig> {
72
73
  readonly input: CreateFileSystemCommandInput;
74
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
75
  constructor(input: CreateFileSystemCommandInput);
74
76
  /**
75
77
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -61,6 +62,7 @@ export interface CreateFileSystemFromBackupCommandOutput extends CreateFileSyste
61
62
  */
62
63
  export declare class CreateFileSystemFromBackupCommand extends $Command<CreateFileSystemFromBackupCommandInput, CreateFileSystemFromBackupCommandOutput, FSxClientResolvedConfig> {
63
64
  readonly input: CreateFileSystemFromBackupCommandInput;
65
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
66
  constructor(input: CreateFileSystemFromBackupCommandInput);
65
67
  /**
66
68
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -52,6 +53,7 @@ export interface CreateSnapshotCommandOutput extends CreateSnapshotResponse, __M
52
53
  */
53
54
  export declare class CreateSnapshotCommand extends $Command<CreateSnapshotCommandInput, CreateSnapshotCommandOutput, FSxClientResolvedConfig> {
54
55
  readonly input: CreateSnapshotCommandInput;
56
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
57
  constructor(input: CreateSnapshotCommandInput);
56
58
  /**
57
59
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -25,6 +26,7 @@ export interface CreateStorageVirtualMachineCommandOutput extends CreateStorageV
25
26
  */
26
27
  export declare class CreateStorageVirtualMachineCommand extends $Command<CreateStorageVirtualMachineCommandInput, CreateStorageVirtualMachineCommandOutput, FSxClientResolvedConfig> {
27
28
  readonly input: CreateStorageVirtualMachineCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateStorageVirtualMachineCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -25,6 +26,7 @@ export interface CreateVolumeCommandOutput extends CreateVolumeResponse, __Metad
25
26
  */
26
27
  export declare class CreateVolumeCommand extends $Command<CreateVolumeCommandInput, CreateVolumeCommandOutput, FSxClientResolvedConfig> {
27
28
  readonly input: CreateVolumeCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: CreateVolumeCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -26,6 +27,7 @@ export interface CreateVolumeFromBackupCommandOutput extends CreateVolumeFromBac
26
27
  */
27
28
  export declare class CreateVolumeFromBackupCommand extends $Command<CreateVolumeFromBackupCommandInput, CreateVolumeFromBackupCommandOutput, FSxClientResolvedConfig> {
28
29
  readonly input: CreateVolumeFromBackupCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: CreateVolumeFromBackupCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -34,6 +35,7 @@ export interface DeleteBackupCommandOutput extends DeleteBackupResponse, __Metad
34
35
  */
35
36
  export declare class DeleteBackupCommand extends $Command<DeleteBackupCommandInput, DeleteBackupCommandOutput, FSxClientResolvedConfig> {
36
37
  readonly input: DeleteBackupCommandInput;
38
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
37
39
  constructor(input: DeleteBackupCommandInput);
38
40
  /**
39
41
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -31,6 +32,7 @@ export interface DeleteDataRepositoryAssociationCommandOutput extends DeleteData
31
32
  */
32
33
  export declare class DeleteDataRepositoryAssociationCommand extends $Command<DeleteDataRepositoryAssociationCommandInput, DeleteDataRepositoryAssociationCommandOutput, FSxClientResolvedConfig> {
33
34
  readonly input: DeleteDataRepositoryAssociationCommandInput;
35
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
34
36
  constructor(input: DeleteDataRepositoryAssociationCommandInput);
35
37
  /**
36
38
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -38,6 +39,7 @@ export interface DeleteFileCacheCommandOutput extends DeleteFileCacheResponse, _
38
39
  */
39
40
  export declare class DeleteFileCacheCommand extends $Command<DeleteFileCacheCommandInput, DeleteFileCacheCommandOutput, FSxClientResolvedConfig> {
40
41
  readonly input: DeleteFileCacheCommandInput;
42
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
41
43
  constructor(input: DeleteFileCacheCommandInput);
42
44
  /**
43
45
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -49,6 +50,7 @@ export interface DeleteFileSystemCommandOutput extends DeleteFileSystemResponse,
49
50
  */
50
51
  export declare class DeleteFileSystemCommand extends $Command<DeleteFileSystemCommandInput, DeleteFileSystemCommandOutput, FSxClientResolvedConfig> {
51
52
  readonly input: DeleteFileSystemCommandInput;
53
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
52
54
  constructor(input: DeleteFileSystemCommandInput);
53
55
  /**
54
56
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -29,6 +30,7 @@ export interface DeleteSnapshotCommandOutput extends DeleteSnapshotResponse, __M
29
30
  */
30
31
  export declare class DeleteSnapshotCommand extends $Command<DeleteSnapshotCommandInput, DeleteSnapshotCommandOutput, FSxClientResolvedConfig> {
31
32
  readonly input: DeleteSnapshotCommandInput;
33
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
32
34
  constructor(input: DeleteSnapshotCommandInput);
33
35
  /**
34
36
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -26,6 +27,7 @@ export interface DeleteStorageVirtualMachineCommandOutput extends DeleteStorageV
26
27
  */
27
28
  export declare class DeleteStorageVirtualMachineCommand extends $Command<DeleteStorageVirtualMachineCommandInput, DeleteStorageVirtualMachineCommandOutput, FSxClientResolvedConfig> {
28
29
  readonly input: DeleteStorageVirtualMachineCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DeleteStorageVirtualMachineCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -26,6 +27,7 @@ export interface DeleteVolumeCommandOutput extends DeleteVolumeResponse, __Metad
26
27
  */
27
28
  export declare class DeleteVolumeCommand extends $Command<DeleteVolumeCommandInput, DeleteVolumeCommandOutput, FSxClientResolvedConfig> {
28
29
  readonly input: DeleteVolumeCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DeleteVolumeCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -53,6 +54,7 @@ export interface DescribeBackupsCommandOutput extends DescribeBackupsResponse, _
53
54
  */
54
55
  export declare class DescribeBackupsCommand extends $Command<DescribeBackupsCommandInput, DescribeBackupsCommandOutput, FSxClientResolvedConfig> {
55
56
  readonly input: DescribeBackupsCommandInput;
57
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
58
  constructor(input: DescribeBackupsCommandInput);
57
59
  /**
58
60
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -45,6 +46,7 @@ export interface DescribeDataRepositoryAssociationsCommandOutput extends Describ
45
46
  */
46
47
  export declare class DescribeDataRepositoryAssociationsCommand extends $Command<DescribeDataRepositoryAssociationsCommandInput, DescribeDataRepositoryAssociationsCommandOutput, FSxClientResolvedConfig> {
47
48
  readonly input: DescribeDataRepositoryAssociationsCommandInput;
49
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
48
50
  constructor(input: DescribeDataRepositoryAssociationsCommandInput);
49
51
  /**
50
52
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -35,6 +36,7 @@ export interface DescribeDataRepositoryTasksCommandOutput extends DescribeDataRe
35
36
  */
36
37
  export declare class DescribeDataRepositoryTasksCommand extends $Command<DescribeDataRepositoryTasksCommandInput, DescribeDataRepositoryTasksCommandOutput, FSxClientResolvedConfig> {
37
38
  readonly input: DescribeDataRepositoryTasksCommandInput;
39
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
40
  constructor(input: DescribeDataRepositoryTasksCommandInput);
39
41
  /**
40
42
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -55,6 +56,7 @@ export interface DescribeFileCachesCommandOutput extends DescribeFileCachesRespo
55
56
  */
56
57
  export declare class DescribeFileCachesCommand extends $Command<DescribeFileCachesCommandInput, DescribeFileCachesCommandOutput, FSxClientResolvedConfig> {
57
58
  readonly input: DescribeFileCachesCommandInput;
59
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
60
  constructor(input: DescribeFileCachesCommandInput);
59
61
  /**
60
62
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -27,6 +28,7 @@ export interface DescribeFileSystemAliasesCommandOutput extends DescribeFileSyst
27
28
  */
28
29
  export declare class DescribeFileSystemAliasesCommand extends $Command<DescribeFileSystemAliasesCommandInput, DescribeFileSystemAliasesCommandOutput, FSxClientResolvedConfig> {
29
30
  readonly input: DescribeFileSystemAliasesCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: DescribeFileSystemAliasesCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -55,6 +56,7 @@ export interface DescribeFileSystemsCommandOutput extends DescribeFileSystemsRes
55
56
  */
56
57
  export declare class DescribeFileSystemsCommand extends $Command<DescribeFileSystemsCommandInput, DescribeFileSystemsCommandOutput, FSxClientResolvedConfig> {
57
58
  readonly input: DescribeFileSystemsCommandInput;
59
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
60
  constructor(input: DescribeFileSystemsCommandInput);
59
61
  /**
60
62
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -51,6 +52,7 @@ export interface DescribeSnapshotsCommandOutput extends DescribeSnapshotsRespons
51
52
  */
52
53
  export declare class DescribeSnapshotsCommand extends $Command<DescribeSnapshotsCommandInput, DescribeSnapshotsCommandOutput, FSxClientResolvedConfig> {
53
54
  readonly input: DescribeSnapshotsCommandInput;
55
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
56
  constructor(input: DescribeSnapshotsCommandInput);
55
57
  /**
56
58
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -25,6 +26,7 @@ export interface DescribeStorageVirtualMachinesCommandOutput extends DescribeSto
25
26
  */
26
27
  export declare class DescribeStorageVirtualMachinesCommand extends $Command<DescribeStorageVirtualMachinesCommandInput, DescribeStorageVirtualMachinesCommandOutput, FSxClientResolvedConfig> {
27
28
  readonly input: DescribeStorageVirtualMachinesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeStorageVirtualMachinesCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -26,6 +27,7 @@ export interface DescribeVolumesCommandOutput extends DescribeVolumesResponse, _
26
27
  */
27
28
  export declare class DescribeVolumesCommand extends $Command<DescribeVolumesCommandInput, DescribeVolumesCommandOutput, FSxClientResolvedConfig> {
28
29
  readonly input: DescribeVolumesCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: DescribeVolumesCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -33,6 +34,7 @@ export interface DisassociateFileSystemAliasesCommandOutput extends Disassociate
33
34
  */
34
35
  export declare class DisassociateFileSystemAliasesCommand extends $Command<DisassociateFileSystemAliasesCommandInput, DisassociateFileSystemAliasesCommandOutput, FSxClientResolvedConfig> {
35
36
  readonly input: DisassociateFileSystemAliasesCommandInput;
37
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
36
38
  constructor(input: DisassociateFileSystemAliasesCommandInput);
37
39
  /**
38
40
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -52,6 +53,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
52
53
  */
53
54
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, FSxClientResolvedConfig> {
54
55
  readonly input: ListTagsForResourceCommandInput;
56
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
57
  constructor(input: ListTagsForResourceCommandInput);
56
58
  /**
57
59
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -26,6 +27,7 @@ export interface ReleaseFileSystemNfsV3LocksCommandOutput extends ReleaseFileSys
26
27
  */
27
28
  export declare class ReleaseFileSystemNfsV3LocksCommand extends $Command<ReleaseFileSystemNfsV3LocksCommandInput, ReleaseFileSystemNfsV3LocksCommandOutput, FSxClientResolvedConfig> {
28
29
  readonly input: ReleaseFileSystemNfsV3LocksCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: ReleaseFileSystemNfsV3LocksCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -26,6 +27,7 @@ export interface RestoreVolumeFromSnapshotCommandOutput extends RestoreVolumeFro
26
27
  */
27
28
  export declare class RestoreVolumeFromSnapshotCommand extends $Command<RestoreVolumeFromSnapshotCommandInput, RestoreVolumeFromSnapshotCommandOutput, FSxClientResolvedConfig> {
28
29
  readonly input: RestoreVolumeFromSnapshotCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: RestoreVolumeFromSnapshotCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -25,6 +26,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
25
26
  */
26
27
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, FSxClientResolvedConfig> {
27
28
  readonly input: TagResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: TagResourceCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -25,6 +26,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
25
26
  */
26
27
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, FSxClientResolvedConfig> {
27
28
  readonly input: UntagResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UntagResourceCommandInput);
29
31
  /**
30
32
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -27,6 +28,7 @@ export interface UpdateDataRepositoryAssociationCommandOutput extends UpdateData
27
28
  */
28
29
  export declare class UpdateDataRepositoryAssociationCommand extends $Command<UpdateDataRepositoryAssociationCommandInput, UpdateDataRepositoryAssociationCommandOutput, FSxClientResolvedConfig> {
29
30
  readonly input: UpdateDataRepositoryAssociationCommandInput;
31
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
32
  constructor(input: UpdateDataRepositoryAssociationCommandInput);
31
33
  /**
32
34
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -26,6 +27,7 @@ export interface UpdateFileCacheCommandOutput extends UpdateFileCacheResponse, _
26
27
  */
27
28
  export declare class UpdateFileCacheCommand extends $Command<UpdateFileCacheCommandInput, UpdateFileCacheCommandOutput, FSxClientResolvedConfig> {
28
29
  readonly input: UpdateFileCacheCommandInput;
30
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
29
31
  constructor(input: UpdateFileCacheCommandInput);
30
32
  /**
31
33
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -177,6 +178,7 @@ export interface UpdateFileSystemCommandOutput extends UpdateFileSystemResponse,
177
178
  */
178
179
  export declare class UpdateFileSystemCommand extends $Command<UpdateFileSystemCommandInput, UpdateFileSystemCommandOutput, FSxClientResolvedConfig> {
179
180
  readonly input: UpdateFileSystemCommandInput;
181
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
180
182
  constructor(input: UpdateFileSystemCommandInput);
181
183
  /**
182
184
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../FSxClient";
@@ -25,6 +26,7 @@ export interface UpdateSnapshotCommandOutput extends UpdateSnapshotResponse, __M
25
26
  */
26
27
  export declare class UpdateSnapshotCommand extends $Command<UpdateSnapshotCommandInput, UpdateSnapshotCommandOutput, FSxClientResolvedConfig> {
27
28
  readonly input: UpdateSnapshotCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: UpdateSnapshotCommandInput);
29
31
  /**
30
32
  * @internal