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