@aws-sdk/client-fsx 3.1076.0 → 3.1078.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 (164) hide show
  1. package/dist-cjs/index.js +59 -485
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateFileSystemAliasesCommand.js +2 -14
  4. package/dist-es/commands/CancelDataRepositoryTaskCommand.js +2 -14
  5. package/dist-es/commands/CopyBackupCommand.js +2 -14
  6. package/dist-es/commands/CopySnapshotAndUpdateVolumeCommand.js +2 -14
  7. package/dist-es/commands/CreateAndAttachS3AccessPointCommand.js +2 -14
  8. package/dist-es/commands/CreateBackupCommand.js +2 -14
  9. package/dist-es/commands/CreateDataRepositoryAssociationCommand.js +2 -14
  10. package/dist-es/commands/CreateDataRepositoryTaskCommand.js +2 -14
  11. package/dist-es/commands/CreateFileCacheCommand.js +2 -14
  12. package/dist-es/commands/CreateFileSystemCommand.js +2 -14
  13. package/dist-es/commands/CreateFileSystemFromBackupCommand.js +2 -14
  14. package/dist-es/commands/CreateSnapshotCommand.js +2 -14
  15. package/dist-es/commands/CreateStorageVirtualMachineCommand.js +2 -14
  16. package/dist-es/commands/CreateVolumeCommand.js +2 -14
  17. package/dist-es/commands/CreateVolumeFromBackupCommand.js +2 -14
  18. package/dist-es/commands/DeleteBackupCommand.js +2 -14
  19. package/dist-es/commands/DeleteDataRepositoryAssociationCommand.js +2 -14
  20. package/dist-es/commands/DeleteFileCacheCommand.js +2 -14
  21. package/dist-es/commands/DeleteFileSystemCommand.js +2 -14
  22. package/dist-es/commands/DeleteSnapshotCommand.js +2 -14
  23. package/dist-es/commands/DeleteStorageVirtualMachineCommand.js +2 -14
  24. package/dist-es/commands/DeleteVolumeCommand.js +2 -14
  25. package/dist-es/commands/DescribeBackupsCommand.js +2 -14
  26. package/dist-es/commands/DescribeDataRepositoryAssociationsCommand.js +2 -14
  27. package/dist-es/commands/DescribeDataRepositoryTasksCommand.js +2 -14
  28. package/dist-es/commands/DescribeFileCachesCommand.js +2 -14
  29. package/dist-es/commands/DescribeFileSystemAliasesCommand.js +2 -14
  30. package/dist-es/commands/DescribeFileSystemsCommand.js +2 -14
  31. package/dist-es/commands/DescribeS3AccessPointAttachmentsCommand.js +2 -14
  32. package/dist-es/commands/DescribeSharedVpcConfigurationCommand.js +2 -14
  33. package/dist-es/commands/DescribeSnapshotsCommand.js +2 -14
  34. package/dist-es/commands/DescribeStorageVirtualMachinesCommand.js +2 -14
  35. package/dist-es/commands/DescribeVolumesCommand.js +2 -14
  36. package/dist-es/commands/DetachAndDeleteS3AccessPointCommand.js +2 -14
  37. package/dist-es/commands/DisassociateFileSystemAliasesCommand.js +2 -14
  38. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  39. package/dist-es/commands/ReleaseFileSystemNfsV3LocksCommand.js +2 -14
  40. package/dist-es/commands/RestoreVolumeFromSnapshotCommand.js +2 -14
  41. package/dist-es/commands/StartMisconfiguredStateRecoveryCommand.js +2 -14
  42. package/dist-es/commands/TagResourceCommand.js +2 -14
  43. package/dist-es/commands/UntagResourceCommand.js +2 -14
  44. package/dist-es/commands/UpdateDataRepositoryAssociationCommand.js +2 -14
  45. package/dist-es/commands/UpdateFileCacheCommand.js +2 -14
  46. package/dist-es/commands/UpdateFileSystemCommand.js +2 -14
  47. package/dist-es/commands/UpdateSharedVpcConfigurationCommand.js +2 -14
  48. package/dist-es/commands/UpdateSnapshotCommand.js +2 -14
  49. package/dist-es/commands/UpdateStorageVirtualMachineCommand.js +2 -14
  50. package/dist-es/commands/UpdateVolumeCommand.js +2 -14
  51. package/dist-es/index.js +1 -0
  52. package/dist-es/runtimeConfig.browser.js +0 -2
  53. package/dist-es/runtimeConfig.js +1 -2
  54. package/dist-es/runtimeConfig.native.js +0 -2
  55. package/dist-es/runtimeConfig.shared.js +2 -0
  56. package/dist-types/commandBuilder.d.ts +18 -0
  57. package/dist-types/commands/AssociateFileSystemAliasesCommand.d.ts +3 -8
  58. package/dist-types/commands/CancelDataRepositoryTaskCommand.d.ts +3 -8
  59. package/dist-types/commands/CopyBackupCommand.d.ts +3 -8
  60. package/dist-types/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +3 -8
  61. package/dist-types/commands/CreateAndAttachS3AccessPointCommand.d.ts +3 -8
  62. package/dist-types/commands/CreateBackupCommand.d.ts +3 -8
  63. package/dist-types/commands/CreateDataRepositoryAssociationCommand.d.ts +3 -8
  64. package/dist-types/commands/CreateDataRepositoryTaskCommand.d.ts +3 -8
  65. package/dist-types/commands/CreateFileCacheCommand.d.ts +3 -8
  66. package/dist-types/commands/CreateFileSystemCommand.d.ts +3 -8
  67. package/dist-types/commands/CreateFileSystemFromBackupCommand.d.ts +3 -8
  68. package/dist-types/commands/CreateSnapshotCommand.d.ts +3 -8
  69. package/dist-types/commands/CreateStorageVirtualMachineCommand.d.ts +3 -8
  70. package/dist-types/commands/CreateVolumeCommand.d.ts +3 -8
  71. package/dist-types/commands/CreateVolumeFromBackupCommand.d.ts +3 -8
  72. package/dist-types/commands/DeleteBackupCommand.d.ts +3 -8
  73. package/dist-types/commands/DeleteDataRepositoryAssociationCommand.d.ts +3 -8
  74. package/dist-types/commands/DeleteFileCacheCommand.d.ts +3 -8
  75. package/dist-types/commands/DeleteFileSystemCommand.d.ts +3 -8
  76. package/dist-types/commands/DeleteSnapshotCommand.d.ts +3 -8
  77. package/dist-types/commands/DeleteStorageVirtualMachineCommand.d.ts +3 -8
  78. package/dist-types/commands/DeleteVolumeCommand.d.ts +3 -8
  79. package/dist-types/commands/DescribeBackupsCommand.d.ts +3 -8
  80. package/dist-types/commands/DescribeDataRepositoryAssociationsCommand.d.ts +3 -8
  81. package/dist-types/commands/DescribeDataRepositoryTasksCommand.d.ts +3 -8
  82. package/dist-types/commands/DescribeFileCachesCommand.d.ts +3 -8
  83. package/dist-types/commands/DescribeFileSystemAliasesCommand.d.ts +3 -8
  84. package/dist-types/commands/DescribeFileSystemsCommand.d.ts +3 -8
  85. package/dist-types/commands/DescribeS3AccessPointAttachmentsCommand.d.ts +3 -8
  86. package/dist-types/commands/DescribeSharedVpcConfigurationCommand.d.ts +3 -8
  87. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +3 -8
  88. package/dist-types/commands/DescribeStorageVirtualMachinesCommand.d.ts +3 -8
  89. package/dist-types/commands/DescribeVolumesCommand.d.ts +3 -8
  90. package/dist-types/commands/DetachAndDeleteS3AccessPointCommand.d.ts +3 -8
  91. package/dist-types/commands/DisassociateFileSystemAliasesCommand.d.ts +3 -8
  92. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  93. package/dist-types/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +3 -8
  94. package/dist-types/commands/RestoreVolumeFromSnapshotCommand.d.ts +3 -8
  95. package/dist-types/commands/StartMisconfiguredStateRecoveryCommand.d.ts +3 -8
  96. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  97. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  98. package/dist-types/commands/UpdateDataRepositoryAssociationCommand.d.ts +3 -8
  99. package/dist-types/commands/UpdateFileCacheCommand.d.ts +3 -8
  100. package/dist-types/commands/UpdateFileSystemCommand.d.ts +3 -8
  101. package/dist-types/commands/UpdateSharedVpcConfigurationCommand.d.ts +3 -8
  102. package/dist-types/commands/UpdateSnapshotCommand.d.ts +3 -8
  103. package/dist-types/commands/UpdateStorageVirtualMachineCommand.d.ts +3 -8
  104. package/dist-types/commands/UpdateVolumeCommand.d.ts +3 -8
  105. package/dist-types/index.d.ts +1 -0
  106. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  107. package/dist-types/runtimeConfig.d.ts +1 -1
  108. package/dist-types/runtimeConfig.native.d.ts +1 -1
  109. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  110. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  111. package/dist-types/ts3.4/commands/AssociateFileSystemAliasesCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/CancelDataRepositoryTaskCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/CopyBackupCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/CopySnapshotAndUpdateVolumeCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/CreateAndAttachS3AccessPointCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/CreateBackupCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/CreateDataRepositoryAssociationCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/CreateDataRepositoryTaskCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/CreateFileCacheCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/CreateFileSystemFromBackupCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/CreateStorageVirtualMachineCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/CreateVolumeFromBackupCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/DeleteBackupCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/DeleteDataRepositoryAssociationCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/DeleteFileCacheCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/DeleteStorageVirtualMachineCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/DescribeBackupsCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/DescribeDataRepositoryAssociationsCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/DescribeDataRepositoryTasksCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/DescribeFileCachesCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/DescribeFileSystemAliasesCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/DescribeFileSystemsCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/DescribeS3AccessPointAttachmentsCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/DescribeSharedVpcConfigurationCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/DescribeStorageVirtualMachinesCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/DetachAndDeleteS3AccessPointCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/DisassociateFileSystemAliasesCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/ReleaseFileSystemNfsV3LocksCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/RestoreVolumeFromSnapshotCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/StartMisconfiguredStateRecoveryCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/UpdateDataRepositoryAssociationCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/UpdateFileCacheCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/UpdateFileSystemCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/UpdateSharedVpcConfigurationCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/UpdateSnapshotCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/UpdateStorageVirtualMachineCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/UpdateVolumeCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/index.d.ts +1 -0
  160. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  161. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  162. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  163. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  164. package/package.json +8 -10
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
10
11
  const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
12
  const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
13
  const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
- const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
15
  const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
16
  const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
17
+ const { Sha256 } = require("@smithy/core/checksum");
16
18
 
17
19
  const defaultFSxHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
20
  return {
@@ -67,7 +69,7 @@ const commonParams = {
67
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
68
70
  };
69
71
 
70
- var version = "3.1075.0";
72
+ var version = "3.1077.0";
71
73
  var packageInfo = {
72
74
  version: version};
73
75
 
@@ -2860,6 +2862,7 @@ const getRuntimeConfig$1 = (config) => {
2860
2862
  serviceTarget: "AWSSimbaAPIService_v20180301",
2861
2863
  },
2862
2864
  serviceId: config?.serviceId ?? "FSx",
2865
+ sha256: config?.sha256 ?? Sha256,
2863
2866
  urlParser: config?.urlParser ?? parseUrl,
2864
2867
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
2865
2868
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -2893,7 +2896,6 @@ const getRuntimeConfig = (config) => {
2893
2896
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
2894
2897
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
2895
2898
  }, config),
2896
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
2897
2899
  streamCollector: config?.streamCollector ?? streamCollector,
2898
2900
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
2899
2901
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -2981,580 +2983,152 @@ class FSxClient extends Client {
2981
2983
  }
2982
2984
  }
2983
2985
 
2984
- class AssociateFileSystemAliasesCommand extends Command
2985
- .classBuilder()
2986
- .ep(commonParams)
2987
- .m(function (Command, cs, config, o) {
2988
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2989
- })
2990
- .s("AWSSimbaAPIService_v20180301", "AssociateFileSystemAliases", {})
2991
- .n("FSxClient", "AssociateFileSystemAliasesCommand")
2992
- .sc(AssociateFileSystemAliases$)
2993
- .build() {
2986
+ const command = makeBuilder(commonParams, "AWSSimbaAPIService_v20180301", "FSxClient", getEndpointPlugin);
2987
+ const _ep0 = {};
2988
+ const _mw0 = (Command, cs, config, o) => [];
2989
+
2990
+ class AssociateFileSystemAliasesCommand extends command(_ep0, _mw0, "AssociateFileSystemAliases", AssociateFileSystemAliases$) {
2994
2991
  }
2995
2992
 
2996
- class CancelDataRepositoryTaskCommand extends Command
2997
- .classBuilder()
2998
- .ep(commonParams)
2999
- .m(function (Command, cs, config, o) {
3000
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3001
- })
3002
- .s("AWSSimbaAPIService_v20180301", "CancelDataRepositoryTask", {})
3003
- .n("FSxClient", "CancelDataRepositoryTaskCommand")
3004
- .sc(CancelDataRepositoryTask$)
3005
- .build() {
2993
+ class CancelDataRepositoryTaskCommand extends command(_ep0, _mw0, "CancelDataRepositoryTask", CancelDataRepositoryTask$) {
3006
2994
  }
3007
2995
 
3008
- class CopyBackupCommand extends Command
3009
- .classBuilder()
3010
- .ep(commonParams)
3011
- .m(function (Command, cs, config, o) {
3012
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3013
- })
3014
- .s("AWSSimbaAPIService_v20180301", "CopyBackup", {})
3015
- .n("FSxClient", "CopyBackupCommand")
3016
- .sc(CopyBackup$)
3017
- .build() {
2996
+ class CopyBackupCommand extends command(_ep0, _mw0, "CopyBackup", CopyBackup$) {
3018
2997
  }
3019
2998
 
3020
- class CopySnapshotAndUpdateVolumeCommand extends Command
3021
- .classBuilder()
3022
- .ep(commonParams)
3023
- .m(function (Command, cs, config, o) {
3024
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3025
- })
3026
- .s("AWSSimbaAPIService_v20180301", "CopySnapshotAndUpdateVolume", {})
3027
- .n("FSxClient", "CopySnapshotAndUpdateVolumeCommand")
3028
- .sc(CopySnapshotAndUpdateVolume$)
3029
- .build() {
2999
+ class CopySnapshotAndUpdateVolumeCommand extends command(_ep0, _mw0, "CopySnapshotAndUpdateVolume", CopySnapshotAndUpdateVolume$) {
3030
3000
  }
3031
3001
 
3032
- class CreateAndAttachS3AccessPointCommand extends Command
3033
- .classBuilder()
3034
- .ep(commonParams)
3035
- .m(function (Command, cs, config, o) {
3036
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3037
- })
3038
- .s("AWSSimbaAPIService_v20180301", "CreateAndAttachS3AccessPoint", {})
3039
- .n("FSxClient", "CreateAndAttachS3AccessPointCommand")
3040
- .sc(CreateAndAttachS3AccessPoint$)
3041
- .build() {
3002
+ class CreateAndAttachS3AccessPointCommand extends command(_ep0, _mw0, "CreateAndAttachS3AccessPoint", CreateAndAttachS3AccessPoint$) {
3042
3003
  }
3043
3004
 
3044
- class CreateBackupCommand extends Command
3045
- .classBuilder()
3046
- .ep(commonParams)
3047
- .m(function (Command, cs, config, o) {
3048
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3049
- })
3050
- .s("AWSSimbaAPIService_v20180301", "CreateBackup", {})
3051
- .n("FSxClient", "CreateBackupCommand")
3052
- .sc(CreateBackup$)
3053
- .build() {
3005
+ class CreateBackupCommand extends command(_ep0, _mw0, "CreateBackup", CreateBackup$) {
3054
3006
  }
3055
3007
 
3056
- class CreateDataRepositoryAssociationCommand extends Command
3057
- .classBuilder()
3058
- .ep(commonParams)
3059
- .m(function (Command, cs, config, o) {
3060
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3061
- })
3062
- .s("AWSSimbaAPIService_v20180301", "CreateDataRepositoryAssociation", {})
3063
- .n("FSxClient", "CreateDataRepositoryAssociationCommand")
3064
- .sc(CreateDataRepositoryAssociation$)
3065
- .build() {
3008
+ class CreateDataRepositoryAssociationCommand extends command(_ep0, _mw0, "CreateDataRepositoryAssociation", CreateDataRepositoryAssociation$) {
3066
3009
  }
3067
3010
 
3068
- class CreateDataRepositoryTaskCommand extends Command
3069
- .classBuilder()
3070
- .ep(commonParams)
3071
- .m(function (Command, cs, config, o) {
3072
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3073
- })
3074
- .s("AWSSimbaAPIService_v20180301", "CreateDataRepositoryTask", {})
3075
- .n("FSxClient", "CreateDataRepositoryTaskCommand")
3076
- .sc(CreateDataRepositoryTask$)
3077
- .build() {
3011
+ class CreateDataRepositoryTaskCommand extends command(_ep0, _mw0, "CreateDataRepositoryTask", CreateDataRepositoryTask$) {
3078
3012
  }
3079
3013
 
3080
- class CreateFileCacheCommand extends Command
3081
- .classBuilder()
3082
- .ep(commonParams)
3083
- .m(function (Command, cs, config, o) {
3084
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3085
- })
3086
- .s("AWSSimbaAPIService_v20180301", "CreateFileCache", {})
3087
- .n("FSxClient", "CreateFileCacheCommand")
3088
- .sc(CreateFileCache$)
3089
- .build() {
3014
+ class CreateFileCacheCommand extends command(_ep0, _mw0, "CreateFileCache", CreateFileCache$) {
3090
3015
  }
3091
3016
 
3092
- class CreateFileSystemCommand extends Command
3093
- .classBuilder()
3094
- .ep(commonParams)
3095
- .m(function (Command, cs, config, o) {
3096
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3097
- })
3098
- .s("AWSSimbaAPIService_v20180301", "CreateFileSystem", {})
3099
- .n("FSxClient", "CreateFileSystemCommand")
3100
- .sc(CreateFileSystem$)
3101
- .build() {
3017
+ class CreateFileSystemCommand extends command(_ep0, _mw0, "CreateFileSystem", CreateFileSystem$) {
3102
3018
  }
3103
3019
 
3104
- class CreateFileSystemFromBackupCommand extends Command
3105
- .classBuilder()
3106
- .ep(commonParams)
3107
- .m(function (Command, cs, config, o) {
3108
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3109
- })
3110
- .s("AWSSimbaAPIService_v20180301", "CreateFileSystemFromBackup", {})
3111
- .n("FSxClient", "CreateFileSystemFromBackupCommand")
3112
- .sc(CreateFileSystemFromBackup$)
3113
- .build() {
3020
+ class CreateFileSystemFromBackupCommand extends command(_ep0, _mw0, "CreateFileSystemFromBackup", CreateFileSystemFromBackup$) {
3114
3021
  }
3115
3022
 
3116
- class CreateSnapshotCommand extends Command
3117
- .classBuilder()
3118
- .ep(commonParams)
3119
- .m(function (Command, cs, config, o) {
3120
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3121
- })
3122
- .s("AWSSimbaAPIService_v20180301", "CreateSnapshot", {})
3123
- .n("FSxClient", "CreateSnapshotCommand")
3124
- .sc(CreateSnapshot$)
3125
- .build() {
3023
+ class CreateSnapshotCommand extends command(_ep0, _mw0, "CreateSnapshot", CreateSnapshot$) {
3126
3024
  }
3127
3025
 
3128
- class CreateStorageVirtualMachineCommand extends Command
3129
- .classBuilder()
3130
- .ep(commonParams)
3131
- .m(function (Command, cs, config, o) {
3132
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3133
- })
3134
- .s("AWSSimbaAPIService_v20180301", "CreateStorageVirtualMachine", {})
3135
- .n("FSxClient", "CreateStorageVirtualMachineCommand")
3136
- .sc(CreateStorageVirtualMachine$)
3137
- .build() {
3026
+ class CreateStorageVirtualMachineCommand extends command(_ep0, _mw0, "CreateStorageVirtualMachine", CreateStorageVirtualMachine$) {
3138
3027
  }
3139
3028
 
3140
- class CreateVolumeCommand extends Command
3141
- .classBuilder()
3142
- .ep(commonParams)
3143
- .m(function (Command, cs, config, o) {
3144
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3145
- })
3146
- .s("AWSSimbaAPIService_v20180301", "CreateVolume", {})
3147
- .n("FSxClient", "CreateVolumeCommand")
3148
- .sc(CreateVolume$)
3149
- .build() {
3029
+ class CreateVolumeCommand extends command(_ep0, _mw0, "CreateVolume", CreateVolume$) {
3150
3030
  }
3151
3031
 
3152
- class CreateVolumeFromBackupCommand extends Command
3153
- .classBuilder()
3154
- .ep(commonParams)
3155
- .m(function (Command, cs, config, o) {
3156
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3157
- })
3158
- .s("AWSSimbaAPIService_v20180301", "CreateVolumeFromBackup", {})
3159
- .n("FSxClient", "CreateVolumeFromBackupCommand")
3160
- .sc(CreateVolumeFromBackup$)
3161
- .build() {
3032
+ class CreateVolumeFromBackupCommand extends command(_ep0, _mw0, "CreateVolumeFromBackup", CreateVolumeFromBackup$) {
3162
3033
  }
3163
3034
 
3164
- class DeleteBackupCommand extends Command
3165
- .classBuilder()
3166
- .ep(commonParams)
3167
- .m(function (Command, cs, config, o) {
3168
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3169
- })
3170
- .s("AWSSimbaAPIService_v20180301", "DeleteBackup", {})
3171
- .n("FSxClient", "DeleteBackupCommand")
3172
- .sc(DeleteBackup$)
3173
- .build() {
3035
+ class DeleteBackupCommand extends command(_ep0, _mw0, "DeleteBackup", DeleteBackup$) {
3174
3036
  }
3175
3037
 
3176
- class DeleteDataRepositoryAssociationCommand extends Command
3177
- .classBuilder()
3178
- .ep(commonParams)
3179
- .m(function (Command, cs, config, o) {
3180
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3181
- })
3182
- .s("AWSSimbaAPIService_v20180301", "DeleteDataRepositoryAssociation", {})
3183
- .n("FSxClient", "DeleteDataRepositoryAssociationCommand")
3184
- .sc(DeleteDataRepositoryAssociation$)
3185
- .build() {
3038
+ class DeleteDataRepositoryAssociationCommand extends command(_ep0, _mw0, "DeleteDataRepositoryAssociation", DeleteDataRepositoryAssociation$) {
3186
3039
  }
3187
3040
 
3188
- class DeleteFileCacheCommand extends Command
3189
- .classBuilder()
3190
- .ep(commonParams)
3191
- .m(function (Command, cs, config, o) {
3192
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3193
- })
3194
- .s("AWSSimbaAPIService_v20180301", "DeleteFileCache", {})
3195
- .n("FSxClient", "DeleteFileCacheCommand")
3196
- .sc(DeleteFileCache$)
3197
- .build() {
3041
+ class DeleteFileCacheCommand extends command(_ep0, _mw0, "DeleteFileCache", DeleteFileCache$) {
3198
3042
  }
3199
3043
 
3200
- class DeleteFileSystemCommand extends Command
3201
- .classBuilder()
3202
- .ep(commonParams)
3203
- .m(function (Command, cs, config, o) {
3204
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3205
- })
3206
- .s("AWSSimbaAPIService_v20180301", "DeleteFileSystem", {})
3207
- .n("FSxClient", "DeleteFileSystemCommand")
3208
- .sc(DeleteFileSystem$)
3209
- .build() {
3044
+ class DeleteFileSystemCommand extends command(_ep0, _mw0, "DeleteFileSystem", DeleteFileSystem$) {
3210
3045
  }
3211
3046
 
3212
- class DeleteSnapshotCommand extends Command
3213
- .classBuilder()
3214
- .ep(commonParams)
3215
- .m(function (Command, cs, config, o) {
3216
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3217
- })
3218
- .s("AWSSimbaAPIService_v20180301", "DeleteSnapshot", {})
3219
- .n("FSxClient", "DeleteSnapshotCommand")
3220
- .sc(DeleteSnapshot$)
3221
- .build() {
3047
+ class DeleteSnapshotCommand extends command(_ep0, _mw0, "DeleteSnapshot", DeleteSnapshot$) {
3222
3048
  }
3223
3049
 
3224
- class DeleteStorageVirtualMachineCommand extends Command
3225
- .classBuilder()
3226
- .ep(commonParams)
3227
- .m(function (Command, cs, config, o) {
3228
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3229
- })
3230
- .s("AWSSimbaAPIService_v20180301", "DeleteStorageVirtualMachine", {})
3231
- .n("FSxClient", "DeleteStorageVirtualMachineCommand")
3232
- .sc(DeleteStorageVirtualMachine$)
3233
- .build() {
3050
+ class DeleteStorageVirtualMachineCommand extends command(_ep0, _mw0, "DeleteStorageVirtualMachine", DeleteStorageVirtualMachine$) {
3234
3051
  }
3235
3052
 
3236
- class DeleteVolumeCommand extends Command
3237
- .classBuilder()
3238
- .ep(commonParams)
3239
- .m(function (Command, cs, config, o) {
3240
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3241
- })
3242
- .s("AWSSimbaAPIService_v20180301", "DeleteVolume", {})
3243
- .n("FSxClient", "DeleteVolumeCommand")
3244
- .sc(DeleteVolume$)
3245
- .build() {
3053
+ class DeleteVolumeCommand extends command(_ep0, _mw0, "DeleteVolume", DeleteVolume$) {
3246
3054
  }
3247
3055
 
3248
- class DescribeBackupsCommand extends Command
3249
- .classBuilder()
3250
- .ep(commonParams)
3251
- .m(function (Command, cs, config, o) {
3252
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3253
- })
3254
- .s("AWSSimbaAPIService_v20180301", "DescribeBackups", {})
3255
- .n("FSxClient", "DescribeBackupsCommand")
3256
- .sc(DescribeBackups$)
3257
- .build() {
3056
+ class DescribeBackupsCommand extends command(_ep0, _mw0, "DescribeBackups", DescribeBackups$) {
3258
3057
  }
3259
3058
 
3260
- class DescribeDataRepositoryAssociationsCommand extends Command
3261
- .classBuilder()
3262
- .ep(commonParams)
3263
- .m(function (Command, cs, config, o) {
3264
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3265
- })
3266
- .s("AWSSimbaAPIService_v20180301", "DescribeDataRepositoryAssociations", {})
3267
- .n("FSxClient", "DescribeDataRepositoryAssociationsCommand")
3268
- .sc(DescribeDataRepositoryAssociations$)
3269
- .build() {
3059
+ class DescribeDataRepositoryAssociationsCommand extends command(_ep0, _mw0, "DescribeDataRepositoryAssociations", DescribeDataRepositoryAssociations$) {
3270
3060
  }
3271
3061
 
3272
- class DescribeDataRepositoryTasksCommand extends Command
3273
- .classBuilder()
3274
- .ep(commonParams)
3275
- .m(function (Command, cs, config, o) {
3276
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3277
- })
3278
- .s("AWSSimbaAPIService_v20180301", "DescribeDataRepositoryTasks", {})
3279
- .n("FSxClient", "DescribeDataRepositoryTasksCommand")
3280
- .sc(DescribeDataRepositoryTasks$)
3281
- .build() {
3062
+ class DescribeDataRepositoryTasksCommand extends command(_ep0, _mw0, "DescribeDataRepositoryTasks", DescribeDataRepositoryTasks$) {
3282
3063
  }
3283
3064
 
3284
- class DescribeFileCachesCommand extends Command
3285
- .classBuilder()
3286
- .ep(commonParams)
3287
- .m(function (Command, cs, config, o) {
3288
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3289
- })
3290
- .s("AWSSimbaAPIService_v20180301", "DescribeFileCaches", {})
3291
- .n("FSxClient", "DescribeFileCachesCommand")
3292
- .sc(DescribeFileCaches$)
3293
- .build() {
3065
+ class DescribeFileCachesCommand extends command(_ep0, _mw0, "DescribeFileCaches", DescribeFileCaches$) {
3294
3066
  }
3295
3067
 
3296
- class DescribeFileSystemAliasesCommand extends Command
3297
- .classBuilder()
3298
- .ep(commonParams)
3299
- .m(function (Command, cs, config, o) {
3300
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3301
- })
3302
- .s("AWSSimbaAPIService_v20180301", "DescribeFileSystemAliases", {})
3303
- .n("FSxClient", "DescribeFileSystemAliasesCommand")
3304
- .sc(DescribeFileSystemAliases$)
3305
- .build() {
3068
+ class DescribeFileSystemAliasesCommand extends command(_ep0, _mw0, "DescribeFileSystemAliases", DescribeFileSystemAliases$) {
3306
3069
  }
3307
3070
 
3308
- class DescribeFileSystemsCommand extends Command
3309
- .classBuilder()
3310
- .ep(commonParams)
3311
- .m(function (Command, cs, config, o) {
3312
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3313
- })
3314
- .s("AWSSimbaAPIService_v20180301", "DescribeFileSystems", {})
3315
- .n("FSxClient", "DescribeFileSystemsCommand")
3316
- .sc(DescribeFileSystems$)
3317
- .build() {
3071
+ class DescribeFileSystemsCommand extends command(_ep0, _mw0, "DescribeFileSystems", DescribeFileSystems$) {
3318
3072
  }
3319
3073
 
3320
- class DescribeS3AccessPointAttachmentsCommand extends Command
3321
- .classBuilder()
3322
- .ep(commonParams)
3323
- .m(function (Command, cs, config, o) {
3324
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3325
- })
3326
- .s("AWSSimbaAPIService_v20180301", "DescribeS3AccessPointAttachments", {})
3327
- .n("FSxClient", "DescribeS3AccessPointAttachmentsCommand")
3328
- .sc(DescribeS3AccessPointAttachments$)
3329
- .build() {
3074
+ class DescribeS3AccessPointAttachmentsCommand extends command(_ep0, _mw0, "DescribeS3AccessPointAttachments", DescribeS3AccessPointAttachments$) {
3330
3075
  }
3331
3076
 
3332
- class DescribeSharedVpcConfigurationCommand extends Command
3333
- .classBuilder()
3334
- .ep(commonParams)
3335
- .m(function (Command, cs, config, o) {
3336
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3337
- })
3338
- .s("AWSSimbaAPIService_v20180301", "DescribeSharedVpcConfiguration", {})
3339
- .n("FSxClient", "DescribeSharedVpcConfigurationCommand")
3340
- .sc(DescribeSharedVpcConfiguration$)
3341
- .build() {
3077
+ class DescribeSharedVpcConfigurationCommand extends command(_ep0, _mw0, "DescribeSharedVpcConfiguration", DescribeSharedVpcConfiguration$) {
3342
3078
  }
3343
3079
 
3344
- class DescribeSnapshotsCommand extends Command
3345
- .classBuilder()
3346
- .ep(commonParams)
3347
- .m(function (Command, cs, config, o) {
3348
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3349
- })
3350
- .s("AWSSimbaAPIService_v20180301", "DescribeSnapshots", {})
3351
- .n("FSxClient", "DescribeSnapshotsCommand")
3352
- .sc(DescribeSnapshots$)
3353
- .build() {
3080
+ class DescribeSnapshotsCommand extends command(_ep0, _mw0, "DescribeSnapshots", DescribeSnapshots$) {
3354
3081
  }
3355
3082
 
3356
- class DescribeStorageVirtualMachinesCommand extends Command
3357
- .classBuilder()
3358
- .ep(commonParams)
3359
- .m(function (Command, cs, config, o) {
3360
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3361
- })
3362
- .s("AWSSimbaAPIService_v20180301", "DescribeStorageVirtualMachines", {})
3363
- .n("FSxClient", "DescribeStorageVirtualMachinesCommand")
3364
- .sc(DescribeStorageVirtualMachines$)
3365
- .build() {
3083
+ class DescribeStorageVirtualMachinesCommand extends command(_ep0, _mw0, "DescribeStorageVirtualMachines", DescribeStorageVirtualMachines$) {
3366
3084
  }
3367
3085
 
3368
- class DescribeVolumesCommand extends Command
3369
- .classBuilder()
3370
- .ep(commonParams)
3371
- .m(function (Command, cs, config, o) {
3372
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3373
- })
3374
- .s("AWSSimbaAPIService_v20180301", "DescribeVolumes", {})
3375
- .n("FSxClient", "DescribeVolumesCommand")
3376
- .sc(DescribeVolumes$)
3377
- .build() {
3086
+ class DescribeVolumesCommand extends command(_ep0, _mw0, "DescribeVolumes", DescribeVolumes$) {
3378
3087
  }
3379
3088
 
3380
- class DetachAndDeleteS3AccessPointCommand extends Command
3381
- .classBuilder()
3382
- .ep(commonParams)
3383
- .m(function (Command, cs, config, o) {
3384
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3385
- })
3386
- .s("AWSSimbaAPIService_v20180301", "DetachAndDeleteS3AccessPoint", {})
3387
- .n("FSxClient", "DetachAndDeleteS3AccessPointCommand")
3388
- .sc(DetachAndDeleteS3AccessPoint$)
3389
- .build() {
3089
+ class DetachAndDeleteS3AccessPointCommand extends command(_ep0, _mw0, "DetachAndDeleteS3AccessPoint", DetachAndDeleteS3AccessPoint$) {
3390
3090
  }
3391
3091
 
3392
- class DisassociateFileSystemAliasesCommand extends Command
3393
- .classBuilder()
3394
- .ep(commonParams)
3395
- .m(function (Command, cs, config, o) {
3396
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3397
- })
3398
- .s("AWSSimbaAPIService_v20180301", "DisassociateFileSystemAliases", {})
3399
- .n("FSxClient", "DisassociateFileSystemAliasesCommand")
3400
- .sc(DisassociateFileSystemAliases$)
3401
- .build() {
3092
+ class DisassociateFileSystemAliasesCommand extends command(_ep0, _mw0, "DisassociateFileSystemAliases", DisassociateFileSystemAliases$) {
3402
3093
  }
3403
3094
 
3404
- class ListTagsForResourceCommand extends Command
3405
- .classBuilder()
3406
- .ep(commonParams)
3407
- .m(function (Command, cs, config, o) {
3408
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3409
- })
3410
- .s("AWSSimbaAPIService_v20180301", "ListTagsForResource", {})
3411
- .n("FSxClient", "ListTagsForResourceCommand")
3412
- .sc(ListTagsForResource$)
3413
- .build() {
3095
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
3414
3096
  }
3415
3097
 
3416
- class ReleaseFileSystemNfsV3LocksCommand extends Command
3417
- .classBuilder()
3418
- .ep(commonParams)
3419
- .m(function (Command, cs, config, o) {
3420
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3421
- })
3422
- .s("AWSSimbaAPIService_v20180301", "ReleaseFileSystemNfsV3Locks", {})
3423
- .n("FSxClient", "ReleaseFileSystemNfsV3LocksCommand")
3424
- .sc(ReleaseFileSystemNfsV3Locks$)
3425
- .build() {
3098
+ class ReleaseFileSystemNfsV3LocksCommand extends command(_ep0, _mw0, "ReleaseFileSystemNfsV3Locks", ReleaseFileSystemNfsV3Locks$) {
3426
3099
  }
3427
3100
 
3428
- class RestoreVolumeFromSnapshotCommand extends Command
3429
- .classBuilder()
3430
- .ep(commonParams)
3431
- .m(function (Command, cs, config, o) {
3432
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3433
- })
3434
- .s("AWSSimbaAPIService_v20180301", "RestoreVolumeFromSnapshot", {})
3435
- .n("FSxClient", "RestoreVolumeFromSnapshotCommand")
3436
- .sc(RestoreVolumeFromSnapshot$)
3437
- .build() {
3101
+ class RestoreVolumeFromSnapshotCommand extends command(_ep0, _mw0, "RestoreVolumeFromSnapshot", RestoreVolumeFromSnapshot$) {
3438
3102
  }
3439
3103
 
3440
- class StartMisconfiguredStateRecoveryCommand extends Command
3441
- .classBuilder()
3442
- .ep(commonParams)
3443
- .m(function (Command, cs, config, o) {
3444
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3445
- })
3446
- .s("AWSSimbaAPIService_v20180301", "StartMisconfiguredStateRecovery", {})
3447
- .n("FSxClient", "StartMisconfiguredStateRecoveryCommand")
3448
- .sc(StartMisconfiguredStateRecovery$)
3449
- .build() {
3104
+ class StartMisconfiguredStateRecoveryCommand extends command(_ep0, _mw0, "StartMisconfiguredStateRecovery", StartMisconfiguredStateRecovery$) {
3450
3105
  }
3451
3106
 
3452
- class TagResourceCommand extends Command
3453
- .classBuilder()
3454
- .ep(commonParams)
3455
- .m(function (Command, cs, config, o) {
3456
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3457
- })
3458
- .s("AWSSimbaAPIService_v20180301", "TagResource", {})
3459
- .n("FSxClient", "TagResourceCommand")
3460
- .sc(TagResource$)
3461
- .build() {
3107
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
3462
3108
  }
3463
3109
 
3464
- class UntagResourceCommand extends Command
3465
- .classBuilder()
3466
- .ep(commonParams)
3467
- .m(function (Command, cs, config, o) {
3468
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3469
- })
3470
- .s("AWSSimbaAPIService_v20180301", "UntagResource", {})
3471
- .n("FSxClient", "UntagResourceCommand")
3472
- .sc(UntagResource$)
3473
- .build() {
3110
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
3474
3111
  }
3475
3112
 
3476
- class UpdateDataRepositoryAssociationCommand extends Command
3477
- .classBuilder()
3478
- .ep(commonParams)
3479
- .m(function (Command, cs, config, o) {
3480
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3481
- })
3482
- .s("AWSSimbaAPIService_v20180301", "UpdateDataRepositoryAssociation", {})
3483
- .n("FSxClient", "UpdateDataRepositoryAssociationCommand")
3484
- .sc(UpdateDataRepositoryAssociation$)
3485
- .build() {
3113
+ class UpdateDataRepositoryAssociationCommand extends command(_ep0, _mw0, "UpdateDataRepositoryAssociation", UpdateDataRepositoryAssociation$) {
3486
3114
  }
3487
3115
 
3488
- class UpdateFileCacheCommand extends Command
3489
- .classBuilder()
3490
- .ep(commonParams)
3491
- .m(function (Command, cs, config, o) {
3492
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3493
- })
3494
- .s("AWSSimbaAPIService_v20180301", "UpdateFileCache", {})
3495
- .n("FSxClient", "UpdateFileCacheCommand")
3496
- .sc(UpdateFileCache$)
3497
- .build() {
3116
+ class UpdateFileCacheCommand extends command(_ep0, _mw0, "UpdateFileCache", UpdateFileCache$) {
3498
3117
  }
3499
3118
 
3500
- class UpdateFileSystemCommand extends Command
3501
- .classBuilder()
3502
- .ep(commonParams)
3503
- .m(function (Command, cs, config, o) {
3504
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3505
- })
3506
- .s("AWSSimbaAPIService_v20180301", "UpdateFileSystem", {})
3507
- .n("FSxClient", "UpdateFileSystemCommand")
3508
- .sc(UpdateFileSystem$)
3509
- .build() {
3119
+ class UpdateFileSystemCommand extends command(_ep0, _mw0, "UpdateFileSystem", UpdateFileSystem$) {
3510
3120
  }
3511
3121
 
3512
- class UpdateSharedVpcConfigurationCommand extends Command
3513
- .classBuilder()
3514
- .ep(commonParams)
3515
- .m(function (Command, cs, config, o) {
3516
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3517
- })
3518
- .s("AWSSimbaAPIService_v20180301", "UpdateSharedVpcConfiguration", {})
3519
- .n("FSxClient", "UpdateSharedVpcConfigurationCommand")
3520
- .sc(UpdateSharedVpcConfiguration$)
3521
- .build() {
3122
+ class UpdateSharedVpcConfigurationCommand extends command(_ep0, _mw0, "UpdateSharedVpcConfiguration", UpdateSharedVpcConfiguration$) {
3522
3123
  }
3523
3124
 
3524
- class UpdateSnapshotCommand extends Command
3525
- .classBuilder()
3526
- .ep(commonParams)
3527
- .m(function (Command, cs, config, o) {
3528
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3529
- })
3530
- .s("AWSSimbaAPIService_v20180301", "UpdateSnapshot", {})
3531
- .n("FSxClient", "UpdateSnapshotCommand")
3532
- .sc(UpdateSnapshot$)
3533
- .build() {
3125
+ class UpdateSnapshotCommand extends command(_ep0, _mw0, "UpdateSnapshot", UpdateSnapshot$) {
3534
3126
  }
3535
3127
 
3536
- class UpdateStorageVirtualMachineCommand extends Command
3537
- .classBuilder()
3538
- .ep(commonParams)
3539
- .m(function (Command, cs, config, o) {
3540
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3541
- })
3542
- .s("AWSSimbaAPIService_v20180301", "UpdateStorageVirtualMachine", {})
3543
- .n("FSxClient", "UpdateStorageVirtualMachineCommand")
3544
- .sc(UpdateStorageVirtualMachine$)
3545
- .build() {
3128
+ class UpdateStorageVirtualMachineCommand extends command(_ep0, _mw0, "UpdateStorageVirtualMachine", UpdateStorageVirtualMachine$) {
3546
3129
  }
3547
3130
 
3548
- class UpdateVolumeCommand extends Command
3549
- .classBuilder()
3550
- .ep(commonParams)
3551
- .m(function (Command, cs, config, o) {
3552
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3553
- })
3554
- .s("AWSSimbaAPIService_v20180301", "UpdateVolume", {})
3555
- .n("FSxClient", "UpdateVolumeCommand")
3556
- .sc(UpdateVolume$)
3557
- .build() {
3131
+ class UpdateVolumeCommand extends command(_ep0, _mw0, "UpdateVolume", UpdateVolume$) {
3558
3132
  }
3559
3133
 
3560
3134
  const paginateDescribeBackups = createPaginator(FSxClient, DescribeBackupsCommand, "NextToken", "NextToken", "MaxResults");