@aws-sdk/client-drs 3.649.0 → 3.650.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 (52) hide show
  1. package/dist-cjs/index.js +50 -150
  2. package/dist-es/commands/AssociateSourceNetworkStackCommand.js +1 -3
  3. package/dist-es/commands/CreateExtendedSourceServerCommand.js +1 -3
  4. package/dist-es/commands/CreateLaunchConfigurationTemplateCommand.js +1 -3
  5. package/dist-es/commands/CreateReplicationConfigurationTemplateCommand.js +1 -3
  6. package/dist-es/commands/CreateSourceNetworkCommand.js +1 -3
  7. package/dist-es/commands/DeleteJobCommand.js +1 -3
  8. package/dist-es/commands/DeleteLaunchActionCommand.js +1 -3
  9. package/dist-es/commands/DeleteLaunchConfigurationTemplateCommand.js +1 -3
  10. package/dist-es/commands/DeleteRecoveryInstanceCommand.js +1 -3
  11. package/dist-es/commands/DeleteReplicationConfigurationTemplateCommand.js +1 -3
  12. package/dist-es/commands/DeleteSourceNetworkCommand.js +1 -3
  13. package/dist-es/commands/DeleteSourceServerCommand.js +1 -3
  14. package/dist-es/commands/DescribeJobLogItemsCommand.js +1 -3
  15. package/dist-es/commands/DescribeJobsCommand.js +1 -3
  16. package/dist-es/commands/DescribeLaunchConfigurationTemplatesCommand.js +1 -3
  17. package/dist-es/commands/DescribeRecoveryInstancesCommand.js +1 -3
  18. package/dist-es/commands/DescribeRecoverySnapshotsCommand.js +1 -3
  19. package/dist-es/commands/DescribeReplicationConfigurationTemplatesCommand.js +1 -3
  20. package/dist-es/commands/DescribeSourceNetworksCommand.js +1 -3
  21. package/dist-es/commands/DescribeSourceServersCommand.js +1 -3
  22. package/dist-es/commands/DisconnectRecoveryInstanceCommand.js +1 -3
  23. package/dist-es/commands/DisconnectSourceServerCommand.js +1 -3
  24. package/dist-es/commands/ExportSourceNetworkCfnTemplateCommand.js +1 -3
  25. package/dist-es/commands/GetFailbackReplicationConfigurationCommand.js +1 -3
  26. package/dist-es/commands/GetLaunchConfigurationCommand.js +1 -3
  27. package/dist-es/commands/GetReplicationConfigurationCommand.js +1 -3
  28. package/dist-es/commands/InitializeServiceCommand.js +1 -3
  29. package/dist-es/commands/ListExtensibleSourceServersCommand.js +1 -3
  30. package/dist-es/commands/ListLaunchActionsCommand.js +1 -3
  31. package/dist-es/commands/ListStagingAccountsCommand.js +1 -3
  32. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  33. package/dist-es/commands/PutLaunchActionCommand.js +1 -3
  34. package/dist-es/commands/RetryDataReplicationCommand.js +1 -3
  35. package/dist-es/commands/ReverseReplicationCommand.js +1 -3
  36. package/dist-es/commands/StartFailbackLaunchCommand.js +1 -3
  37. package/dist-es/commands/StartRecoveryCommand.js +1 -3
  38. package/dist-es/commands/StartReplicationCommand.js +1 -3
  39. package/dist-es/commands/StartSourceNetworkRecoveryCommand.js +1 -3
  40. package/dist-es/commands/StartSourceNetworkReplicationCommand.js +1 -3
  41. package/dist-es/commands/StopFailbackCommand.js +1 -3
  42. package/dist-es/commands/StopReplicationCommand.js +1 -3
  43. package/dist-es/commands/StopSourceNetworkReplicationCommand.js +1 -3
  44. package/dist-es/commands/TagResourceCommand.js +1 -3
  45. package/dist-es/commands/TerminateRecoveryInstancesCommand.js +1 -3
  46. package/dist-es/commands/UntagResourceCommand.js +1 -3
  47. package/dist-es/commands/UpdateFailbackReplicationConfigurationCommand.js +1 -3
  48. package/dist-es/commands/UpdateLaunchConfigurationCommand.js +1 -3
  49. package/dist-es/commands/UpdateLaunchConfigurationTemplateCommand.js +1 -3
  50. package/dist-es/commands/UpdateReplicationConfigurationCommand.js +1 -3
  51. package/dist-es/commands/UpdateReplicationConfigurationTemplateCommand.js +1 -3
  52. package/package.json +4 -4
package/dist-cjs/index.js CHANGED
@@ -2844,9 +2844,7 @@ var _ra = "retry-after";
2844
2844
  var _tK = "tagKeys";
2845
2845
 
2846
2846
  // src/commands/AssociateSourceNetworkStackCommand.ts
2847
- var _AssociateSourceNetworkStackCommand = class _AssociateSourceNetworkStackCommand extends import_smithy_client.Command.classBuilder().ep({
2848
- ...commonParams
2849
- }).m(function(Command, cs, config, o) {
2847
+ var _AssociateSourceNetworkStackCommand = class _AssociateSourceNetworkStackCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2850
2848
  return [
2851
2849
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2852
2850
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2860,9 +2858,7 @@ var AssociateSourceNetworkStackCommand = _AssociateSourceNetworkStackCommand;
2860
2858
 
2861
2859
 
2862
2860
 
2863
- var _CreateExtendedSourceServerCommand = class _CreateExtendedSourceServerCommand extends import_smithy_client.Command.classBuilder().ep({
2864
- ...commonParams
2865
- }).m(function(Command, cs, config, o) {
2861
+ var _CreateExtendedSourceServerCommand = class _CreateExtendedSourceServerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2866
2862
  return [
2867
2863
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2868
2864
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2876,9 +2872,7 @@ var CreateExtendedSourceServerCommand = _CreateExtendedSourceServerCommand;
2876
2872
 
2877
2873
 
2878
2874
 
2879
- var _CreateLaunchConfigurationTemplateCommand = class _CreateLaunchConfigurationTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
2880
- ...commonParams
2881
- }).m(function(Command, cs, config, o) {
2875
+ var _CreateLaunchConfigurationTemplateCommand = class _CreateLaunchConfigurationTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2882
2876
  return [
2883
2877
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2884
2878
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2895,9 +2889,7 @@ var CreateLaunchConfigurationTemplateCommand = _CreateLaunchConfigurationTemplat
2895
2889
 
2896
2890
 
2897
2891
 
2898
- var _CreateReplicationConfigurationTemplateCommand = class _CreateReplicationConfigurationTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
2899
- ...commonParams
2900
- }).m(function(Command, cs, config, o) {
2892
+ var _CreateReplicationConfigurationTemplateCommand = class _CreateReplicationConfigurationTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2901
2893
  return [
2902
2894
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2903
2895
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2914,9 +2906,7 @@ var CreateReplicationConfigurationTemplateCommand = _CreateReplicationConfigurat
2914
2906
 
2915
2907
 
2916
2908
 
2917
- var _CreateSourceNetworkCommand = class _CreateSourceNetworkCommand extends import_smithy_client.Command.classBuilder().ep({
2918
- ...commonParams
2919
- }).m(function(Command, cs, config, o) {
2909
+ var _CreateSourceNetworkCommand = class _CreateSourceNetworkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2920
2910
  return [
2921
2911
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2922
2912
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2930,9 +2920,7 @@ var CreateSourceNetworkCommand = _CreateSourceNetworkCommand;
2930
2920
 
2931
2921
 
2932
2922
 
2933
- var _DeleteJobCommand = class _DeleteJobCommand extends import_smithy_client.Command.classBuilder().ep({
2934
- ...commonParams
2935
- }).m(function(Command, cs, config, o) {
2923
+ var _DeleteJobCommand = class _DeleteJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2936
2924
  return [
2937
2925
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2938
2926
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2946,9 +2934,7 @@ var DeleteJobCommand = _DeleteJobCommand;
2946
2934
 
2947
2935
 
2948
2936
 
2949
- var _DeleteLaunchActionCommand = class _DeleteLaunchActionCommand extends import_smithy_client.Command.classBuilder().ep({
2950
- ...commonParams
2951
- }).m(function(Command, cs, config, o) {
2937
+ var _DeleteLaunchActionCommand = class _DeleteLaunchActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2952
2938
  return [
2953
2939
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2954
2940
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2962,9 +2948,7 @@ var DeleteLaunchActionCommand = _DeleteLaunchActionCommand;
2962
2948
 
2963
2949
 
2964
2950
 
2965
- var _DeleteLaunchConfigurationTemplateCommand = class _DeleteLaunchConfigurationTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
2966
- ...commonParams
2967
- }).m(function(Command, cs, config, o) {
2951
+ var _DeleteLaunchConfigurationTemplateCommand = class _DeleteLaunchConfigurationTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2968
2952
  return [
2969
2953
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2970
2954
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2978,9 +2962,7 @@ var DeleteLaunchConfigurationTemplateCommand = _DeleteLaunchConfigurationTemplat
2978
2962
 
2979
2963
 
2980
2964
 
2981
- var _DeleteRecoveryInstanceCommand = class _DeleteRecoveryInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
2982
- ...commonParams
2983
- }).m(function(Command, cs, config, o) {
2965
+ var _DeleteRecoveryInstanceCommand = class _DeleteRecoveryInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2984
2966
  return [
2985
2967
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2986
2968
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -2994,9 +2976,7 @@ var DeleteRecoveryInstanceCommand = _DeleteRecoveryInstanceCommand;
2994
2976
 
2995
2977
 
2996
2978
 
2997
- var _DeleteReplicationConfigurationTemplateCommand = class _DeleteReplicationConfigurationTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
2998
- ...commonParams
2999
- }).m(function(Command, cs, config, o) {
2979
+ var _DeleteReplicationConfigurationTemplateCommand = class _DeleteReplicationConfigurationTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3000
2980
  return [
3001
2981
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3002
2982
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3010,9 +2990,7 @@ var DeleteReplicationConfigurationTemplateCommand = _DeleteReplicationConfigurat
3010
2990
 
3011
2991
 
3012
2992
 
3013
- var _DeleteSourceNetworkCommand = class _DeleteSourceNetworkCommand extends import_smithy_client.Command.classBuilder().ep({
3014
- ...commonParams
3015
- }).m(function(Command, cs, config, o) {
2993
+ var _DeleteSourceNetworkCommand = class _DeleteSourceNetworkCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3016
2994
  return [
3017
2995
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3018
2996
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3026,9 +3004,7 @@ var DeleteSourceNetworkCommand = _DeleteSourceNetworkCommand;
3026
3004
 
3027
3005
 
3028
3006
 
3029
- var _DeleteSourceServerCommand = class _DeleteSourceServerCommand extends import_smithy_client.Command.classBuilder().ep({
3030
- ...commonParams
3031
- }).m(function(Command, cs, config, o) {
3007
+ var _DeleteSourceServerCommand = class _DeleteSourceServerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3032
3008
  return [
3033
3009
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3034
3010
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3042,9 +3018,7 @@ var DeleteSourceServerCommand = _DeleteSourceServerCommand;
3042
3018
 
3043
3019
 
3044
3020
 
3045
- var _DescribeJobLogItemsCommand = class _DescribeJobLogItemsCommand extends import_smithy_client.Command.classBuilder().ep({
3046
- ...commonParams
3047
- }).m(function(Command, cs, config, o) {
3021
+ var _DescribeJobLogItemsCommand = class _DescribeJobLogItemsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3048
3022
  return [
3049
3023
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3050
3024
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3058,9 +3032,7 @@ var DescribeJobLogItemsCommand = _DescribeJobLogItemsCommand;
3058
3032
 
3059
3033
 
3060
3034
 
3061
- var _DescribeJobsCommand = class _DescribeJobsCommand extends import_smithy_client.Command.classBuilder().ep({
3062
- ...commonParams
3063
- }).m(function(Command, cs, config, o) {
3035
+ var _DescribeJobsCommand = class _DescribeJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3064
3036
  return [
3065
3037
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3066
3038
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3074,9 +3046,7 @@ var DescribeJobsCommand = _DescribeJobsCommand;
3074
3046
 
3075
3047
 
3076
3048
 
3077
- var _DescribeLaunchConfigurationTemplatesCommand = class _DescribeLaunchConfigurationTemplatesCommand extends import_smithy_client.Command.classBuilder().ep({
3078
- ...commonParams
3079
- }).m(function(Command, cs, config, o) {
3049
+ var _DescribeLaunchConfigurationTemplatesCommand = class _DescribeLaunchConfigurationTemplatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3080
3050
  return [
3081
3051
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3082
3052
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3090,9 +3060,7 @@ var DescribeLaunchConfigurationTemplatesCommand = _DescribeLaunchConfigurationTe
3090
3060
 
3091
3061
 
3092
3062
 
3093
- var _DescribeRecoveryInstancesCommand = class _DescribeRecoveryInstancesCommand extends import_smithy_client.Command.classBuilder().ep({
3094
- ...commonParams
3095
- }).m(function(Command, cs, config, o) {
3063
+ var _DescribeRecoveryInstancesCommand = class _DescribeRecoveryInstancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3096
3064
  return [
3097
3065
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3098
3066
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3106,9 +3074,7 @@ var DescribeRecoveryInstancesCommand = _DescribeRecoveryInstancesCommand;
3106
3074
 
3107
3075
 
3108
3076
 
3109
- var _DescribeRecoverySnapshotsCommand = class _DescribeRecoverySnapshotsCommand extends import_smithy_client.Command.classBuilder().ep({
3110
- ...commonParams
3111
- }).m(function(Command, cs, config, o) {
3077
+ var _DescribeRecoverySnapshotsCommand = class _DescribeRecoverySnapshotsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3112
3078
  return [
3113
3079
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3114
3080
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3122,9 +3088,7 @@ var DescribeRecoverySnapshotsCommand = _DescribeRecoverySnapshotsCommand;
3122
3088
 
3123
3089
 
3124
3090
 
3125
- var _DescribeReplicationConfigurationTemplatesCommand = class _DescribeReplicationConfigurationTemplatesCommand extends import_smithy_client.Command.classBuilder().ep({
3126
- ...commonParams
3127
- }).m(function(Command, cs, config, o) {
3091
+ var _DescribeReplicationConfigurationTemplatesCommand = class _DescribeReplicationConfigurationTemplatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3128
3092
  return [
3129
3093
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3130
3094
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3138,9 +3102,7 @@ var DescribeReplicationConfigurationTemplatesCommand = _DescribeReplicationConfi
3138
3102
 
3139
3103
 
3140
3104
 
3141
- var _DescribeSourceNetworksCommand = class _DescribeSourceNetworksCommand extends import_smithy_client.Command.classBuilder().ep({
3142
- ...commonParams
3143
- }).m(function(Command, cs, config, o) {
3105
+ var _DescribeSourceNetworksCommand = class _DescribeSourceNetworksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3144
3106
  return [
3145
3107
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3146
3108
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3154,9 +3116,7 @@ var DescribeSourceNetworksCommand = _DescribeSourceNetworksCommand;
3154
3116
 
3155
3117
 
3156
3118
 
3157
- var _DescribeSourceServersCommand = class _DescribeSourceServersCommand extends import_smithy_client.Command.classBuilder().ep({
3158
- ...commonParams
3159
- }).m(function(Command, cs, config, o) {
3119
+ var _DescribeSourceServersCommand = class _DescribeSourceServersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3160
3120
  return [
3161
3121
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3162
3122
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3170,9 +3130,7 @@ var DescribeSourceServersCommand = _DescribeSourceServersCommand;
3170
3130
 
3171
3131
 
3172
3132
 
3173
- var _DisconnectRecoveryInstanceCommand = class _DisconnectRecoveryInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
3174
- ...commonParams
3175
- }).m(function(Command, cs, config, o) {
3133
+ var _DisconnectRecoveryInstanceCommand = class _DisconnectRecoveryInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3176
3134
  return [
3177
3135
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3178
3136
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3186,9 +3144,7 @@ var DisconnectRecoveryInstanceCommand = _DisconnectRecoveryInstanceCommand;
3186
3144
 
3187
3145
 
3188
3146
 
3189
- var _DisconnectSourceServerCommand = class _DisconnectSourceServerCommand extends import_smithy_client.Command.classBuilder().ep({
3190
- ...commonParams
3191
- }).m(function(Command, cs, config, o) {
3147
+ var _DisconnectSourceServerCommand = class _DisconnectSourceServerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3192
3148
  return [
3193
3149
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3194
3150
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3202,9 +3158,7 @@ var DisconnectSourceServerCommand = _DisconnectSourceServerCommand;
3202
3158
 
3203
3159
 
3204
3160
 
3205
- var _ExportSourceNetworkCfnTemplateCommand = class _ExportSourceNetworkCfnTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
3206
- ...commonParams
3207
- }).m(function(Command, cs, config, o) {
3161
+ var _ExportSourceNetworkCfnTemplateCommand = class _ExportSourceNetworkCfnTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3208
3162
  return [
3209
3163
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3210
3164
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3218,9 +3172,7 @@ var ExportSourceNetworkCfnTemplateCommand = _ExportSourceNetworkCfnTemplateComma
3218
3172
 
3219
3173
 
3220
3174
 
3221
- var _GetFailbackReplicationConfigurationCommand = class _GetFailbackReplicationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
3222
- ...commonParams
3223
- }).m(function(Command, cs, config, o) {
3175
+ var _GetFailbackReplicationConfigurationCommand = class _GetFailbackReplicationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3224
3176
  return [
3225
3177
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3226
3178
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3234,9 +3186,7 @@ var GetFailbackReplicationConfigurationCommand = _GetFailbackReplicationConfigur
3234
3186
 
3235
3187
 
3236
3188
 
3237
- var _GetLaunchConfigurationCommand = class _GetLaunchConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
3238
- ...commonParams
3239
- }).m(function(Command, cs, config, o) {
3189
+ var _GetLaunchConfigurationCommand = class _GetLaunchConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3240
3190
  return [
3241
3191
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3242
3192
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3250,9 +3200,7 @@ var GetLaunchConfigurationCommand = _GetLaunchConfigurationCommand;
3250
3200
 
3251
3201
 
3252
3202
 
3253
- var _GetReplicationConfigurationCommand = class _GetReplicationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
3254
- ...commonParams
3255
- }).m(function(Command, cs, config, o) {
3203
+ var _GetReplicationConfigurationCommand = class _GetReplicationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3256
3204
  return [
3257
3205
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3258
3206
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3266,9 +3214,7 @@ var GetReplicationConfigurationCommand = _GetReplicationConfigurationCommand;
3266
3214
 
3267
3215
 
3268
3216
 
3269
- var _InitializeServiceCommand = class _InitializeServiceCommand extends import_smithy_client.Command.classBuilder().ep({
3270
- ...commonParams
3271
- }).m(function(Command, cs, config, o) {
3217
+ var _InitializeServiceCommand = class _InitializeServiceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3272
3218
  return [
3273
3219
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3274
3220
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3282,9 +3228,7 @@ var InitializeServiceCommand = _InitializeServiceCommand;
3282
3228
 
3283
3229
 
3284
3230
 
3285
- var _ListExtensibleSourceServersCommand = class _ListExtensibleSourceServersCommand extends import_smithy_client.Command.classBuilder().ep({
3286
- ...commonParams
3287
- }).m(function(Command, cs, config, o) {
3231
+ var _ListExtensibleSourceServersCommand = class _ListExtensibleSourceServersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3288
3232
  return [
3289
3233
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3290
3234
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3298,9 +3242,7 @@ var ListExtensibleSourceServersCommand = _ListExtensibleSourceServersCommand;
3298
3242
 
3299
3243
 
3300
3244
 
3301
- var _ListLaunchActionsCommand = class _ListLaunchActionsCommand extends import_smithy_client.Command.classBuilder().ep({
3302
- ...commonParams
3303
- }).m(function(Command, cs, config, o) {
3245
+ var _ListLaunchActionsCommand = class _ListLaunchActionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3304
3246
  return [
3305
3247
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3306
3248
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3314,9 +3256,7 @@ var ListLaunchActionsCommand = _ListLaunchActionsCommand;
3314
3256
 
3315
3257
 
3316
3258
 
3317
- var _ListStagingAccountsCommand = class _ListStagingAccountsCommand extends import_smithy_client.Command.classBuilder().ep({
3318
- ...commonParams
3319
- }).m(function(Command, cs, config, o) {
3259
+ var _ListStagingAccountsCommand = class _ListStagingAccountsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3320
3260
  return [
3321
3261
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3322
3262
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3330,9 +3270,7 @@ var ListStagingAccountsCommand = _ListStagingAccountsCommand;
3330
3270
 
3331
3271
 
3332
3272
 
3333
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3334
- ...commonParams
3335
- }).m(function(Command, cs, config, o) {
3273
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3336
3274
  return [
3337
3275
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3338
3276
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3346,9 +3284,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
3346
3284
 
3347
3285
 
3348
3286
 
3349
- var _PutLaunchActionCommand = class _PutLaunchActionCommand extends import_smithy_client.Command.classBuilder().ep({
3350
- ...commonParams
3351
- }).m(function(Command, cs, config, o) {
3287
+ var _PutLaunchActionCommand = class _PutLaunchActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3352
3288
  return [
3353
3289
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3354
3290
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3362,9 +3298,7 @@ var PutLaunchActionCommand = _PutLaunchActionCommand;
3362
3298
 
3363
3299
 
3364
3300
 
3365
- var _RetryDataReplicationCommand = class _RetryDataReplicationCommand extends import_smithy_client.Command.classBuilder().ep({
3366
- ...commonParams
3367
- }).m(function(Command, cs, config, o) {
3301
+ var _RetryDataReplicationCommand = class _RetryDataReplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3368
3302
  return [
3369
3303
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3370
3304
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3378,9 +3312,7 @@ var RetryDataReplicationCommand = _RetryDataReplicationCommand;
3378
3312
 
3379
3313
 
3380
3314
 
3381
- var _ReverseReplicationCommand = class _ReverseReplicationCommand extends import_smithy_client.Command.classBuilder().ep({
3382
- ...commonParams
3383
- }).m(function(Command, cs, config, o) {
3315
+ var _ReverseReplicationCommand = class _ReverseReplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3384
3316
  return [
3385
3317
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3386
3318
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3394,9 +3326,7 @@ var ReverseReplicationCommand = _ReverseReplicationCommand;
3394
3326
 
3395
3327
 
3396
3328
 
3397
- var _StartFailbackLaunchCommand = class _StartFailbackLaunchCommand extends import_smithy_client.Command.classBuilder().ep({
3398
- ...commonParams
3399
- }).m(function(Command, cs, config, o) {
3329
+ var _StartFailbackLaunchCommand = class _StartFailbackLaunchCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3400
3330
  return [
3401
3331
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3402
3332
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3410,9 +3340,7 @@ var StartFailbackLaunchCommand = _StartFailbackLaunchCommand;
3410
3340
 
3411
3341
 
3412
3342
 
3413
- var _StartRecoveryCommand = class _StartRecoveryCommand extends import_smithy_client.Command.classBuilder().ep({
3414
- ...commonParams
3415
- }).m(function(Command, cs, config, o) {
3343
+ var _StartRecoveryCommand = class _StartRecoveryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3416
3344
  return [
3417
3345
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3418
3346
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3426,9 +3354,7 @@ var StartRecoveryCommand = _StartRecoveryCommand;
3426
3354
 
3427
3355
 
3428
3356
 
3429
- var _StartReplicationCommand = class _StartReplicationCommand extends import_smithy_client.Command.classBuilder().ep({
3430
- ...commonParams
3431
- }).m(function(Command, cs, config, o) {
3357
+ var _StartReplicationCommand = class _StartReplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3432
3358
  return [
3433
3359
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3434
3360
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3442,9 +3368,7 @@ var StartReplicationCommand = _StartReplicationCommand;
3442
3368
 
3443
3369
 
3444
3370
 
3445
- var _StartSourceNetworkRecoveryCommand = class _StartSourceNetworkRecoveryCommand extends import_smithy_client.Command.classBuilder().ep({
3446
- ...commonParams
3447
- }).m(function(Command, cs, config, o) {
3371
+ var _StartSourceNetworkRecoveryCommand = class _StartSourceNetworkRecoveryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3448
3372
  return [
3449
3373
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3450
3374
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3458,9 +3382,7 @@ var StartSourceNetworkRecoveryCommand = _StartSourceNetworkRecoveryCommand;
3458
3382
 
3459
3383
 
3460
3384
 
3461
- var _StartSourceNetworkReplicationCommand = class _StartSourceNetworkReplicationCommand extends import_smithy_client.Command.classBuilder().ep({
3462
- ...commonParams
3463
- }).m(function(Command, cs, config, o) {
3385
+ var _StartSourceNetworkReplicationCommand = class _StartSourceNetworkReplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3464
3386
  return [
3465
3387
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3466
3388
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3474,9 +3396,7 @@ var StartSourceNetworkReplicationCommand = _StartSourceNetworkReplicationCommand
3474
3396
 
3475
3397
 
3476
3398
 
3477
- var _StopFailbackCommand = class _StopFailbackCommand extends import_smithy_client.Command.classBuilder().ep({
3478
- ...commonParams
3479
- }).m(function(Command, cs, config, o) {
3399
+ var _StopFailbackCommand = class _StopFailbackCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3480
3400
  return [
3481
3401
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3482
3402
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3490,9 +3410,7 @@ var StopFailbackCommand = _StopFailbackCommand;
3490
3410
 
3491
3411
 
3492
3412
 
3493
- var _StopReplicationCommand = class _StopReplicationCommand extends import_smithy_client.Command.classBuilder().ep({
3494
- ...commonParams
3495
- }).m(function(Command, cs, config, o) {
3413
+ var _StopReplicationCommand = class _StopReplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3496
3414
  return [
3497
3415
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3498
3416
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3506,9 +3424,7 @@ var StopReplicationCommand = _StopReplicationCommand;
3506
3424
 
3507
3425
 
3508
3426
 
3509
- var _StopSourceNetworkReplicationCommand = class _StopSourceNetworkReplicationCommand extends import_smithy_client.Command.classBuilder().ep({
3510
- ...commonParams
3511
- }).m(function(Command, cs, config, o) {
3427
+ var _StopSourceNetworkReplicationCommand = class _StopSourceNetworkReplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3512
3428
  return [
3513
3429
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3514
3430
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3522,9 +3438,7 @@ var StopSourceNetworkReplicationCommand = _StopSourceNetworkReplicationCommand;
3522
3438
 
3523
3439
 
3524
3440
 
3525
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3526
- ...commonParams
3527
- }).m(function(Command, cs, config, o) {
3441
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3528
3442
  return [
3529
3443
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3530
3444
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3538,9 +3452,7 @@ var TagResourceCommand = _TagResourceCommand;
3538
3452
 
3539
3453
 
3540
3454
 
3541
- var _TerminateRecoveryInstancesCommand = class _TerminateRecoveryInstancesCommand extends import_smithy_client.Command.classBuilder().ep({
3542
- ...commonParams
3543
- }).m(function(Command, cs, config, o) {
3455
+ var _TerminateRecoveryInstancesCommand = class _TerminateRecoveryInstancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3544
3456
  return [
3545
3457
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3546
3458
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3554,9 +3466,7 @@ var TerminateRecoveryInstancesCommand = _TerminateRecoveryInstancesCommand;
3554
3466
 
3555
3467
 
3556
3468
 
3557
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3558
- ...commonParams
3559
- }).m(function(Command, cs, config, o) {
3469
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3560
3470
  return [
3561
3471
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3562
3472
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3570,9 +3480,7 @@ var UntagResourceCommand = _UntagResourceCommand;
3570
3480
 
3571
3481
 
3572
3482
 
3573
- var _UpdateFailbackReplicationConfigurationCommand = class _UpdateFailbackReplicationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
3574
- ...commonParams
3575
- }).m(function(Command, cs, config, o) {
3483
+ var _UpdateFailbackReplicationConfigurationCommand = class _UpdateFailbackReplicationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3576
3484
  return [
3577
3485
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3578
3486
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3586,9 +3494,7 @@ var UpdateFailbackReplicationConfigurationCommand = _UpdateFailbackReplicationCo
3586
3494
 
3587
3495
 
3588
3496
 
3589
- var _UpdateLaunchConfigurationCommand = class _UpdateLaunchConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
3590
- ...commonParams
3591
- }).m(function(Command, cs, config, o) {
3497
+ var _UpdateLaunchConfigurationCommand = class _UpdateLaunchConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3592
3498
  return [
3593
3499
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3594
3500
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3602,9 +3508,7 @@ var UpdateLaunchConfigurationCommand = _UpdateLaunchConfigurationCommand;
3602
3508
 
3603
3509
 
3604
3510
 
3605
- var _UpdateLaunchConfigurationTemplateCommand = class _UpdateLaunchConfigurationTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
3606
- ...commonParams
3607
- }).m(function(Command, cs, config, o) {
3511
+ var _UpdateLaunchConfigurationTemplateCommand = class _UpdateLaunchConfigurationTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3608
3512
  return [
3609
3513
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3610
3514
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3618,9 +3522,7 @@ var UpdateLaunchConfigurationTemplateCommand = _UpdateLaunchConfigurationTemplat
3618
3522
 
3619
3523
 
3620
3524
 
3621
- var _UpdateReplicationConfigurationCommand = class _UpdateReplicationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
3622
- ...commonParams
3623
- }).m(function(Command, cs, config, o) {
3525
+ var _UpdateReplicationConfigurationCommand = class _UpdateReplicationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3624
3526
  return [
3625
3527
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3626
3528
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3634,9 +3536,7 @@ var UpdateReplicationConfigurationCommand = _UpdateReplicationConfigurationComma
3634
3536
 
3635
3537
 
3636
3538
 
3637
- var _UpdateReplicationConfigurationTemplateCommand = class _UpdateReplicationConfigurationTemplateCommand extends import_smithy_client.Command.classBuilder().ep({
3638
- ...commonParams
3639
- }).m(function(Command, cs, config, o) {
3539
+ var _UpdateReplicationConfigurationTemplateCommand = class _UpdateReplicationConfigurationTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3640
3540
  return [
3641
3541
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3642
3542
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -7,9 +7,7 @@ import { de_AssociateSourceNetworkStackCommand, se_AssociateSourceNetworkStackCo
7
7
  export { $Command };
8
8
  export class AssociateSourceNetworkStackCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_CreateExtendedSourceServerCommand, se_CreateExtendedSourceServerComm
7
7
  export { $Command };
8
8
  export class CreateExtendedSourceServerCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_CreateLaunchConfigurationTemplateCommand, se_CreateLaunchConfigurati
7
7
  export { $Command };
8
8
  export class CreateLaunchConfigurationTemplateCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_CreateReplicationConfigurationTemplateCommand, se_CreateReplicationC
7
7
  export { $Command };
8
8
  export class CreateReplicationConfigurationTemplateCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_CreateSourceNetworkCommand, se_CreateSourceNetworkCommand } from "..
7
7
  export { $Command };
8
8
  export class CreateSourceNetworkCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteJobCommand, se_DeleteJobCommand } from "../protocols/Aws_restJ
6
6
  export { $Command };
7
7
  export class DeleteJobCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteLaunchActionCommand, se_DeleteLaunchActionCommand } from "../p
6
6
  export { $Command };
7
7
  export class DeleteLaunchActionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteLaunchConfigurationTemplateCommand, se_DeleteLaunchConfigurati
6
6
  export { $Command };
7
7
  export class DeleteLaunchConfigurationTemplateCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteRecoveryInstanceCommand, se_DeleteRecoveryInstanceCommand } fr
6
6
  export { $Command };
7
7
  export class DeleteRecoveryInstanceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteReplicationConfigurationTemplateCommand, se_DeleteReplicationC
6
6
  export { $Command };
7
7
  export class DeleteReplicationConfigurationTemplateCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteSourceNetworkCommand, se_DeleteSourceNetworkCommand } from "..
6
6
  export { $Command };
7
7
  export class DeleteSourceNetworkCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteSourceServerCommand, se_DeleteSourceServerCommand } from "../p
6
6
  export { $Command };
7
7
  export class DeleteSourceServerCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeJobLogItemsCommand, se_DescribeJobLogItemsCommand } from "..
6
6
  export { $Command };
7
7
  export class DescribeJobLogItemsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_DescribeJobsCommand, se_DescribeJobsCommand } from "../protocols/Aws
7
7
  export { $Command };
8
8
  export class DescribeJobsCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_DescribeLaunchConfigurationTemplatesCommand, se_DescribeLaunchConfig
7
7
  export { $Command };
8
8
  export class DescribeLaunchConfigurationTemplatesCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_DescribeRecoveryInstancesCommand, se_DescribeRecoveryInstancesComman
7
7
  export { $Command };
8
8
  export class DescribeRecoveryInstancesCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeRecoverySnapshotsCommand, se_DescribeRecoverySnapshotsComman
6
6
  export { $Command };
7
7
  export class DescribeRecoverySnapshotsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_DescribeReplicationConfigurationTemplatesCommand, se_DescribeReplica
7
7
  export { $Command };
8
8
  export class DescribeReplicationConfigurationTemplatesCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_DescribeSourceNetworksCommand, se_DescribeSourceNetworksCommand } fr
7
7
  export { $Command };
8
8
  export class DescribeSourceNetworksCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_DescribeSourceServersCommand, se_DescribeSourceServersCommand } from
7
7
  export { $Command };
8
8
  export class DescribeSourceServersCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DisconnectRecoveryInstanceCommand, se_DisconnectRecoveryInstanceComm
6
6
  export { $Command };
7
7
  export class DisconnectRecoveryInstanceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_DisconnectSourceServerCommand, se_DisconnectSourceServerCommand } fr
7
7
  export { $Command };
8
8
  export class DisconnectSourceServerCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ExportSourceNetworkCfnTemplateCommand, se_ExportSourceNetworkCfnTemp
6
6
  export { $Command };
7
7
  export class ExportSourceNetworkCfnTemplateCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetFailbackReplicationConfigurationCommand, se_GetFailbackReplicatio
6
6
  export { $Command };
7
7
  export class GetFailbackReplicationConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetLaunchConfigurationCommand, se_GetLaunchConfigurationCommand } fr
6
6
  export { $Command };
7
7
  export class GetLaunchConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_GetReplicationConfigurationCommand, se_GetReplicationConfigurationCo
7
7
  export { $Command };
8
8
  export class GetReplicationConfigurationCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_InitializeServiceCommand, se_InitializeServiceCommand } from "../pro
6
6
  export { $Command };
7
7
  export class InitializeServiceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_ListExtensibleSourceServersCommand, se_ListExtensibleSourceServersCo
7
7
  export { $Command };
8
8
  export class ListExtensibleSourceServersCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListLaunchActionsCommand, se_ListLaunchActionsCommand } from "../pro
6
6
  export { $Command };
7
7
  export class ListLaunchActionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListStagingAccountsCommand, se_ListStagingAccountsCommand } from "..
6
6
  export { $Command };
7
7
  export class ListStagingAccountsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
7
7
  export { $Command };
8
8
  export class ListTagsForResourceCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutLaunchActionCommand, se_PutLaunchActionCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class PutLaunchActionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_RetryDataReplicationCommand, se_RetryDataReplicationCommand } from "
7
7
  export { $Command };
8
8
  export class RetryDataReplicationCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ReverseReplicationCommand, se_ReverseReplicationCommand } from "../p
6
6
  export { $Command };
7
7
  export class ReverseReplicationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_StartFailbackLaunchCommand, se_StartFailbackLaunchCommand } from "..
7
7
  export { $Command };
8
8
  export class StartFailbackLaunchCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_StartRecoveryCommand, se_StartRecoveryCommand } from "../protocols/A
7
7
  export { $Command };
8
8
  export class StartRecoveryCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_StartReplicationCommand, se_StartReplicationCommand } from "../proto
7
7
  export { $Command };
8
8
  export class StartReplicationCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_StartSourceNetworkRecoveryCommand, se_StartSourceNetworkRecoveryComm
7
7
  export { $Command };
8
8
  export class StartSourceNetworkRecoveryCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_StartSourceNetworkReplicationCommand, se_StartSourceNetworkReplicati
7
7
  export { $Command };
8
8
  export class StartSourceNetworkReplicationCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_StopFailbackCommand, se_StopFailbackCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class StopFailbackCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_StopReplicationCommand, se_StopReplicationCommand } from "../protoco
7
7
  export { $Command };
8
8
  export class StopReplicationCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_StopSourceNetworkReplicationCommand, se_StopSourceNetworkReplication
7
7
  export { $Command };
8
8
  export class StopSourceNetworkReplicationCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
7
7
  export { $Command };
8
8
  export class TagResourceCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_TerminateRecoveryInstancesCommand, se_TerminateRecoveryInstancesComm
7
7
  export { $Command };
8
8
  export class TerminateRecoveryInstancesCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
7
7
  export { $Command };
8
8
  export class UntagResourceCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateFailbackReplicationConfigurationCommand, se_UpdateFailbackRepl
6
6
  export { $Command };
7
7
  export class UpdateFailbackReplicationConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateLaunchConfigurationCommand, se_UpdateLaunchConfigurationComman
6
6
  export { $Command };
7
7
  export class UpdateLaunchConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_UpdateLaunchConfigurationTemplateCommand, se_UpdateLaunchConfigurati
7
7
  export { $Command };
8
8
  export class UpdateLaunchConfigurationTemplateCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_UpdateReplicationConfigurationCommand, se_UpdateReplicationConfigura
7
7
  export { $Command };
8
8
  export class UpdateReplicationConfigurationCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_UpdateReplicationConfigurationTemplateCommand, se_UpdateReplicationC
7
7
  export { $Command };
8
8
  export class UpdateReplicationConfigurationTemplateCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-drs",
3
3
  "description": "AWS SDK for JavaScript Drs Client for Node.js, Browser and React Native",
4
- "version": "3.649.0",
4
+ "version": "3.650.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-drs",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.649.0",
24
- "@aws-sdk/client-sts": "3.649.0",
23
+ "@aws-sdk/client-sso-oidc": "3.650.0",
24
+ "@aws-sdk/client-sts": "3.650.0",
25
25
  "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.649.0",
26
+ "@aws-sdk/credential-provider-node": "3.650.0",
27
27
  "@aws-sdk/middleware-host-header": "3.649.0",
28
28
  "@aws-sdk/middleware-logger": "3.649.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.649.0",