@aws-sdk/client-appstream 3.645.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 (89) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +6 -2
  2. package/dist-cjs/index.js +79 -237
  3. package/dist-es/commands/AssociateAppBlockBuilderAppBlockCommand.js +1 -3
  4. package/dist-es/commands/AssociateApplicationFleetCommand.js +1 -3
  5. package/dist-es/commands/AssociateApplicationToEntitlementCommand.js +1 -3
  6. package/dist-es/commands/AssociateFleetCommand.js +1 -3
  7. package/dist-es/commands/BatchAssociateUserStackCommand.js +1 -3
  8. package/dist-es/commands/BatchDisassociateUserStackCommand.js +1 -3
  9. package/dist-es/commands/CopyImageCommand.js +1 -3
  10. package/dist-es/commands/CreateAppBlockBuilderCommand.js +1 -3
  11. package/dist-es/commands/CreateAppBlockBuilderStreamingURLCommand.js +1 -3
  12. package/dist-es/commands/CreateAppBlockCommand.js +1 -3
  13. package/dist-es/commands/CreateApplicationCommand.js +1 -3
  14. package/dist-es/commands/CreateDirectoryConfigCommand.js +1 -3
  15. package/dist-es/commands/CreateEntitlementCommand.js +1 -3
  16. package/dist-es/commands/CreateFleetCommand.js +1 -3
  17. package/dist-es/commands/CreateImageBuilderCommand.js +1 -3
  18. package/dist-es/commands/CreateImageBuilderStreamingURLCommand.js +1 -3
  19. package/dist-es/commands/CreateStackCommand.js +1 -3
  20. package/dist-es/commands/CreateStreamingURLCommand.js +1 -3
  21. package/dist-es/commands/CreateThemeForStackCommand.js +1 -3
  22. package/dist-es/commands/CreateUpdatedImageCommand.js +1 -3
  23. package/dist-es/commands/CreateUsageReportSubscriptionCommand.js +1 -3
  24. package/dist-es/commands/CreateUserCommand.js +1 -3
  25. package/dist-es/commands/DeleteAppBlockBuilderCommand.js +1 -3
  26. package/dist-es/commands/DeleteAppBlockCommand.js +1 -3
  27. package/dist-es/commands/DeleteApplicationCommand.js +1 -3
  28. package/dist-es/commands/DeleteDirectoryConfigCommand.js +1 -3
  29. package/dist-es/commands/DeleteEntitlementCommand.js +1 -3
  30. package/dist-es/commands/DeleteFleetCommand.js +1 -3
  31. package/dist-es/commands/DeleteImageBuilderCommand.js +1 -3
  32. package/dist-es/commands/DeleteImageCommand.js +1 -3
  33. package/dist-es/commands/DeleteImagePermissionsCommand.js +1 -3
  34. package/dist-es/commands/DeleteStackCommand.js +1 -3
  35. package/dist-es/commands/DeleteThemeForStackCommand.js +1 -3
  36. package/dist-es/commands/DeleteUsageReportSubscriptionCommand.js +1 -3
  37. package/dist-es/commands/DeleteUserCommand.js +1 -3
  38. package/dist-es/commands/DescribeAppBlockBuilderAppBlockAssociationsCommand.js +1 -3
  39. package/dist-es/commands/DescribeAppBlockBuildersCommand.js +1 -3
  40. package/dist-es/commands/DescribeAppBlocksCommand.js +1 -3
  41. package/dist-es/commands/DescribeApplicationFleetAssociationsCommand.js +1 -3
  42. package/dist-es/commands/DescribeApplicationsCommand.js +1 -3
  43. package/dist-es/commands/DescribeDirectoryConfigsCommand.js +1 -3
  44. package/dist-es/commands/DescribeEntitlementsCommand.js +1 -3
  45. package/dist-es/commands/DescribeFleetsCommand.js +1 -3
  46. package/dist-es/commands/DescribeImageBuildersCommand.js +1 -3
  47. package/dist-es/commands/DescribeImagePermissionsCommand.js +1 -3
  48. package/dist-es/commands/DescribeImagesCommand.js +1 -3
  49. package/dist-es/commands/DescribeSessionsCommand.js +1 -3
  50. package/dist-es/commands/DescribeStacksCommand.js +1 -3
  51. package/dist-es/commands/DescribeThemeForStackCommand.js +1 -3
  52. package/dist-es/commands/DescribeUsageReportSubscriptionsCommand.js +1 -3
  53. package/dist-es/commands/DescribeUserStackAssociationsCommand.js +1 -3
  54. package/dist-es/commands/DescribeUsersCommand.js +1 -3
  55. package/dist-es/commands/DisableUserCommand.js +1 -3
  56. package/dist-es/commands/DisassociateAppBlockBuilderAppBlockCommand.js +1 -3
  57. package/dist-es/commands/DisassociateApplicationFleetCommand.js +1 -3
  58. package/dist-es/commands/DisassociateApplicationFromEntitlementCommand.js +1 -3
  59. package/dist-es/commands/DisassociateFleetCommand.js +1 -3
  60. package/dist-es/commands/EnableUserCommand.js +1 -3
  61. package/dist-es/commands/ExpireSessionCommand.js +1 -3
  62. package/dist-es/commands/ListAssociatedFleetsCommand.js +1 -3
  63. package/dist-es/commands/ListAssociatedStacksCommand.js +1 -3
  64. package/dist-es/commands/ListEntitledApplicationsCommand.js +1 -3
  65. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  66. package/dist-es/commands/StartAppBlockBuilderCommand.js +1 -3
  67. package/dist-es/commands/StartFleetCommand.js +1 -3
  68. package/dist-es/commands/StartImageBuilderCommand.js +1 -3
  69. package/dist-es/commands/StopAppBlockBuilderCommand.js +1 -3
  70. package/dist-es/commands/StopFleetCommand.js +1 -3
  71. package/dist-es/commands/StopImageBuilderCommand.js +1 -3
  72. package/dist-es/commands/TagResourceCommand.js +1 -3
  73. package/dist-es/commands/UntagResourceCommand.js +1 -3
  74. package/dist-es/commands/UpdateAppBlockBuilderCommand.js +1 -3
  75. package/dist-es/commands/UpdateApplicationCommand.js +1 -3
  76. package/dist-es/commands/UpdateDirectoryConfigCommand.js +1 -3
  77. package/dist-es/commands/UpdateEntitlementCommand.js +1 -3
  78. package/dist-es/commands/UpdateFleetCommand.js +1 -3
  79. package/dist-es/commands/UpdateImagePermissionsCommand.js +1 -3
  80. package/dist-es/commands/UpdateStackCommand.js +1 -3
  81. package/dist-es/commands/UpdateThemeForStackCommand.js +1 -3
  82. package/dist-es/endpoint/endpointResolver.js +7 -3
  83. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  84. package/dist-types/runtimeConfig.d.ts +2 -0
  85. package/dist-types/runtimeConfig.native.d.ts +2 -0
  86. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  87. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  88. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  89. package/package.json +36 -36
package/dist-cjs/index.js CHANGED
@@ -3183,9 +3183,7 @@ function sharedHeaders(operation) {
3183
3183
  __name(sharedHeaders, "sharedHeaders");
3184
3184
 
3185
3185
  // src/commands/AssociateAppBlockBuilderAppBlockCommand.ts
3186
- var _AssociateAppBlockBuilderAppBlockCommand = class _AssociateAppBlockBuilderAppBlockCommand extends import_smithy_client.Command.classBuilder().ep({
3187
- ...commonParams
3188
- }).m(function(Command, cs, config, o) {
3186
+ var _AssociateAppBlockBuilderAppBlockCommand = class _AssociateAppBlockBuilderAppBlockCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3189
3187
  return [
3190
3188
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3191
3189
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3199,9 +3197,7 @@ var AssociateAppBlockBuilderAppBlockCommand = _AssociateAppBlockBuilderAppBlockC
3199
3197
 
3200
3198
 
3201
3199
 
3202
- var _AssociateApplicationFleetCommand = class _AssociateApplicationFleetCommand extends import_smithy_client.Command.classBuilder().ep({
3203
- ...commonParams
3204
- }).m(function(Command, cs, config, o) {
3200
+ var _AssociateApplicationFleetCommand = class _AssociateApplicationFleetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3205
3201
  return [
3206
3202
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3207
3203
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3215,9 +3211,7 @@ var AssociateApplicationFleetCommand = _AssociateApplicationFleetCommand;
3215
3211
 
3216
3212
 
3217
3213
 
3218
- var _AssociateApplicationToEntitlementCommand = class _AssociateApplicationToEntitlementCommand extends import_smithy_client.Command.classBuilder().ep({
3219
- ...commonParams
3220
- }).m(function(Command, cs, config, o) {
3214
+ var _AssociateApplicationToEntitlementCommand = class _AssociateApplicationToEntitlementCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3221
3215
  return [
3222
3216
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3223
3217
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3231,9 +3225,7 @@ var AssociateApplicationToEntitlementCommand = _AssociateApplicationToEntitlemen
3231
3225
 
3232
3226
 
3233
3227
 
3234
- var _AssociateFleetCommand = class _AssociateFleetCommand extends import_smithy_client.Command.classBuilder().ep({
3235
- ...commonParams
3236
- }).m(function(Command, cs, config, o) {
3228
+ var _AssociateFleetCommand = class _AssociateFleetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3237
3229
  return [
3238
3230
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3239
3231
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3247,9 +3239,7 @@ var AssociateFleetCommand = _AssociateFleetCommand;
3247
3239
 
3248
3240
 
3249
3241
 
3250
- var _BatchAssociateUserStackCommand = class _BatchAssociateUserStackCommand extends import_smithy_client.Command.classBuilder().ep({
3251
- ...commonParams
3252
- }).m(function(Command, cs, config, o) {
3242
+ var _BatchAssociateUserStackCommand = class _BatchAssociateUserStackCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3253
3243
  return [
3254
3244
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3255
3245
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3263,9 +3253,7 @@ var BatchAssociateUserStackCommand = _BatchAssociateUserStackCommand;
3263
3253
 
3264
3254
 
3265
3255
 
3266
- var _BatchDisassociateUserStackCommand = class _BatchDisassociateUserStackCommand extends import_smithy_client.Command.classBuilder().ep({
3267
- ...commonParams
3268
- }).m(function(Command, cs, config, o) {
3256
+ var _BatchDisassociateUserStackCommand = class _BatchDisassociateUserStackCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3269
3257
  return [
3270
3258
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3271
3259
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3279,9 +3267,7 @@ var BatchDisassociateUserStackCommand = _BatchDisassociateUserStackCommand;
3279
3267
 
3280
3268
 
3281
3269
 
3282
- var _CopyImageCommand = class _CopyImageCommand extends import_smithy_client.Command.classBuilder().ep({
3283
- ...commonParams
3284
- }).m(function(Command, cs, config, o) {
3270
+ var _CopyImageCommand = class _CopyImageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3285
3271
  return [
3286
3272
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3287
3273
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3295,9 +3281,7 @@ var CopyImageCommand = _CopyImageCommand;
3295
3281
 
3296
3282
 
3297
3283
 
3298
- var _CreateAppBlockBuilderCommand = class _CreateAppBlockBuilderCommand extends import_smithy_client.Command.classBuilder().ep({
3299
- ...commonParams
3300
- }).m(function(Command, cs, config, o) {
3284
+ var _CreateAppBlockBuilderCommand = class _CreateAppBlockBuilderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3301
3285
  return [
3302
3286
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3303
3287
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3311,9 +3295,7 @@ var CreateAppBlockBuilderCommand = _CreateAppBlockBuilderCommand;
3311
3295
 
3312
3296
 
3313
3297
 
3314
- var _CreateAppBlockBuilderStreamingURLCommand = class _CreateAppBlockBuilderStreamingURLCommand extends import_smithy_client.Command.classBuilder().ep({
3315
- ...commonParams
3316
- }).m(function(Command, cs, config, o) {
3298
+ var _CreateAppBlockBuilderStreamingURLCommand = class _CreateAppBlockBuilderStreamingURLCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3317
3299
  return [
3318
3300
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3319
3301
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3327,9 +3309,7 @@ var CreateAppBlockBuilderStreamingURLCommand = _CreateAppBlockBuilderStreamingUR
3327
3309
 
3328
3310
 
3329
3311
 
3330
- var _CreateAppBlockCommand = class _CreateAppBlockCommand extends import_smithy_client.Command.classBuilder().ep({
3331
- ...commonParams
3332
- }).m(function(Command, cs, config, o) {
3312
+ var _CreateAppBlockCommand = class _CreateAppBlockCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3333
3313
  return [
3334
3314
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3335
3315
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3343,9 +3323,7 @@ var CreateAppBlockCommand = _CreateAppBlockCommand;
3343
3323
 
3344
3324
 
3345
3325
 
3346
- var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
3347
- ...commonParams
3348
- }).m(function(Command, cs, config, o) {
3326
+ var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3349
3327
  return [
3350
3328
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3351
3329
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3359,9 +3337,7 @@ var CreateApplicationCommand = _CreateApplicationCommand;
3359
3337
 
3360
3338
 
3361
3339
 
3362
- var _CreateDirectoryConfigCommand = class _CreateDirectoryConfigCommand extends import_smithy_client.Command.classBuilder().ep({
3363
- ...commonParams
3364
- }).m(function(Command, cs, config, o) {
3340
+ var _CreateDirectoryConfigCommand = class _CreateDirectoryConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3365
3341
  return [
3366
3342
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3367
3343
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3375,9 +3351,7 @@ var CreateDirectoryConfigCommand = _CreateDirectoryConfigCommand;
3375
3351
 
3376
3352
 
3377
3353
 
3378
- var _CreateEntitlementCommand = class _CreateEntitlementCommand extends import_smithy_client.Command.classBuilder().ep({
3379
- ...commonParams
3380
- }).m(function(Command, cs, config, o) {
3354
+ var _CreateEntitlementCommand = class _CreateEntitlementCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3381
3355
  return [
3382
3356
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3383
3357
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3391,9 +3365,7 @@ var CreateEntitlementCommand = _CreateEntitlementCommand;
3391
3365
 
3392
3366
 
3393
3367
 
3394
- var _CreateFleetCommand = class _CreateFleetCommand extends import_smithy_client.Command.classBuilder().ep({
3395
- ...commonParams
3396
- }).m(function(Command, cs, config, o) {
3368
+ var _CreateFleetCommand = class _CreateFleetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3397
3369
  return [
3398
3370
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3399
3371
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3407,9 +3379,7 @@ var CreateFleetCommand = _CreateFleetCommand;
3407
3379
 
3408
3380
 
3409
3381
 
3410
- var _CreateImageBuilderCommand = class _CreateImageBuilderCommand extends import_smithy_client.Command.classBuilder().ep({
3411
- ...commonParams
3412
- }).m(function(Command, cs, config, o) {
3382
+ var _CreateImageBuilderCommand = class _CreateImageBuilderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3413
3383
  return [
3414
3384
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3415
3385
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3423,9 +3393,7 @@ var CreateImageBuilderCommand = _CreateImageBuilderCommand;
3423
3393
 
3424
3394
 
3425
3395
 
3426
- var _CreateImageBuilderStreamingURLCommand = class _CreateImageBuilderStreamingURLCommand extends import_smithy_client.Command.classBuilder().ep({
3427
- ...commonParams
3428
- }).m(function(Command, cs, config, o) {
3396
+ var _CreateImageBuilderStreamingURLCommand = class _CreateImageBuilderStreamingURLCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3429
3397
  return [
3430
3398
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3431
3399
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3439,9 +3407,7 @@ var CreateImageBuilderStreamingURLCommand = _CreateImageBuilderStreamingURLComma
3439
3407
 
3440
3408
 
3441
3409
 
3442
- var _CreateStackCommand = class _CreateStackCommand extends import_smithy_client.Command.classBuilder().ep({
3443
- ...commonParams
3444
- }).m(function(Command, cs, config, o) {
3410
+ var _CreateStackCommand = class _CreateStackCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3445
3411
  return [
3446
3412
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3447
3413
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3455,9 +3421,7 @@ var CreateStackCommand = _CreateStackCommand;
3455
3421
 
3456
3422
 
3457
3423
 
3458
- var _CreateStreamingURLCommand = class _CreateStreamingURLCommand extends import_smithy_client.Command.classBuilder().ep({
3459
- ...commonParams
3460
- }).m(function(Command, cs, config, o) {
3424
+ var _CreateStreamingURLCommand = class _CreateStreamingURLCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3461
3425
  return [
3462
3426
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3463
3427
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3471,9 +3435,7 @@ var CreateStreamingURLCommand = _CreateStreamingURLCommand;
3471
3435
 
3472
3436
 
3473
3437
 
3474
- var _CreateThemeForStackCommand = class _CreateThemeForStackCommand extends import_smithy_client.Command.classBuilder().ep({
3475
- ...commonParams
3476
- }).m(function(Command, cs, config, o) {
3438
+ var _CreateThemeForStackCommand = class _CreateThemeForStackCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3477
3439
  return [
3478
3440
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3479
3441
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3487,9 +3449,7 @@ var CreateThemeForStackCommand = _CreateThemeForStackCommand;
3487
3449
 
3488
3450
 
3489
3451
 
3490
- var _CreateUpdatedImageCommand = class _CreateUpdatedImageCommand extends import_smithy_client.Command.classBuilder().ep({
3491
- ...commonParams
3492
- }).m(function(Command, cs, config, o) {
3452
+ var _CreateUpdatedImageCommand = class _CreateUpdatedImageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3493
3453
  return [
3494
3454
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3495
3455
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3503,9 +3463,7 @@ var CreateUpdatedImageCommand = _CreateUpdatedImageCommand;
3503
3463
 
3504
3464
 
3505
3465
 
3506
- var _CreateUsageReportSubscriptionCommand = class _CreateUsageReportSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
3507
- ...commonParams
3508
- }).m(function(Command, cs, config, o) {
3466
+ var _CreateUsageReportSubscriptionCommand = class _CreateUsageReportSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3509
3467
  return [
3510
3468
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3511
3469
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3519,9 +3477,7 @@ var CreateUsageReportSubscriptionCommand = _CreateUsageReportSubscriptionCommand
3519
3477
 
3520
3478
 
3521
3479
 
3522
- var _CreateUserCommand = class _CreateUserCommand extends import_smithy_client.Command.classBuilder().ep({
3523
- ...commonParams
3524
- }).m(function(Command, cs, config, o) {
3480
+ var _CreateUserCommand = class _CreateUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3525
3481
  return [
3526
3482
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3527
3483
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3535,9 +3491,7 @@ var CreateUserCommand = _CreateUserCommand;
3535
3491
 
3536
3492
 
3537
3493
 
3538
- var _DeleteAppBlockBuilderCommand = class _DeleteAppBlockBuilderCommand extends import_smithy_client.Command.classBuilder().ep({
3539
- ...commonParams
3540
- }).m(function(Command, cs, config, o) {
3494
+ var _DeleteAppBlockBuilderCommand = class _DeleteAppBlockBuilderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3541
3495
  return [
3542
3496
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3543
3497
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3551,9 +3505,7 @@ var DeleteAppBlockBuilderCommand = _DeleteAppBlockBuilderCommand;
3551
3505
 
3552
3506
 
3553
3507
 
3554
- var _DeleteAppBlockCommand = class _DeleteAppBlockCommand extends import_smithy_client.Command.classBuilder().ep({
3555
- ...commonParams
3556
- }).m(function(Command, cs, config, o) {
3508
+ var _DeleteAppBlockCommand = class _DeleteAppBlockCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3557
3509
  return [
3558
3510
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3559
3511
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3567,9 +3519,7 @@ var DeleteAppBlockCommand = _DeleteAppBlockCommand;
3567
3519
 
3568
3520
 
3569
3521
 
3570
- var _DeleteApplicationCommand = class _DeleteApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
3571
- ...commonParams
3572
- }).m(function(Command, cs, config, o) {
3522
+ var _DeleteApplicationCommand = class _DeleteApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3573
3523
  return [
3574
3524
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3575
3525
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3583,9 +3533,7 @@ var DeleteApplicationCommand = _DeleteApplicationCommand;
3583
3533
 
3584
3534
 
3585
3535
 
3586
- var _DeleteDirectoryConfigCommand = class _DeleteDirectoryConfigCommand extends import_smithy_client.Command.classBuilder().ep({
3587
- ...commonParams
3588
- }).m(function(Command, cs, config, o) {
3536
+ var _DeleteDirectoryConfigCommand = class _DeleteDirectoryConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3589
3537
  return [
3590
3538
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3591
3539
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3599,9 +3547,7 @@ var DeleteDirectoryConfigCommand = _DeleteDirectoryConfigCommand;
3599
3547
 
3600
3548
 
3601
3549
 
3602
- var _DeleteEntitlementCommand = class _DeleteEntitlementCommand extends import_smithy_client.Command.classBuilder().ep({
3603
- ...commonParams
3604
- }).m(function(Command, cs, config, o) {
3550
+ var _DeleteEntitlementCommand = class _DeleteEntitlementCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3605
3551
  return [
3606
3552
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3607
3553
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3615,9 +3561,7 @@ var DeleteEntitlementCommand = _DeleteEntitlementCommand;
3615
3561
 
3616
3562
 
3617
3563
 
3618
- var _DeleteFleetCommand = class _DeleteFleetCommand extends import_smithy_client.Command.classBuilder().ep({
3619
- ...commonParams
3620
- }).m(function(Command, cs, config, o) {
3564
+ var _DeleteFleetCommand = class _DeleteFleetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3621
3565
  return [
3622
3566
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3623
3567
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3631,9 +3575,7 @@ var DeleteFleetCommand = _DeleteFleetCommand;
3631
3575
 
3632
3576
 
3633
3577
 
3634
- var _DeleteImageBuilderCommand = class _DeleteImageBuilderCommand extends import_smithy_client.Command.classBuilder().ep({
3635
- ...commonParams
3636
- }).m(function(Command, cs, config, o) {
3578
+ var _DeleteImageBuilderCommand = class _DeleteImageBuilderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3637
3579
  return [
3638
3580
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3639
3581
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3647,9 +3589,7 @@ var DeleteImageBuilderCommand = _DeleteImageBuilderCommand;
3647
3589
 
3648
3590
 
3649
3591
 
3650
- var _DeleteImageCommand = class _DeleteImageCommand extends import_smithy_client.Command.classBuilder().ep({
3651
- ...commonParams
3652
- }).m(function(Command, cs, config, o) {
3592
+ var _DeleteImageCommand = class _DeleteImageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3653
3593
  return [
3654
3594
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3655
3595
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3663,9 +3603,7 @@ var DeleteImageCommand = _DeleteImageCommand;
3663
3603
 
3664
3604
 
3665
3605
 
3666
- var _DeleteImagePermissionsCommand = class _DeleteImagePermissionsCommand extends import_smithy_client.Command.classBuilder().ep({
3667
- ...commonParams
3668
- }).m(function(Command, cs, config, o) {
3606
+ var _DeleteImagePermissionsCommand = class _DeleteImagePermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3669
3607
  return [
3670
3608
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3671
3609
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3679,9 +3617,7 @@ var DeleteImagePermissionsCommand = _DeleteImagePermissionsCommand;
3679
3617
 
3680
3618
 
3681
3619
 
3682
- var _DeleteStackCommand = class _DeleteStackCommand extends import_smithy_client.Command.classBuilder().ep({
3683
- ...commonParams
3684
- }).m(function(Command, cs, config, o) {
3620
+ var _DeleteStackCommand = class _DeleteStackCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3685
3621
  return [
3686
3622
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3687
3623
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3695,9 +3631,7 @@ var DeleteStackCommand = _DeleteStackCommand;
3695
3631
 
3696
3632
 
3697
3633
 
3698
- var _DeleteThemeForStackCommand = class _DeleteThemeForStackCommand extends import_smithy_client.Command.classBuilder().ep({
3699
- ...commonParams
3700
- }).m(function(Command, cs, config, o) {
3634
+ var _DeleteThemeForStackCommand = class _DeleteThemeForStackCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3701
3635
  return [
3702
3636
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3703
3637
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3711,9 +3645,7 @@ var DeleteThemeForStackCommand = _DeleteThemeForStackCommand;
3711
3645
 
3712
3646
 
3713
3647
 
3714
- var _DeleteUsageReportSubscriptionCommand = class _DeleteUsageReportSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
3715
- ...commonParams
3716
- }).m(function(Command, cs, config, o) {
3648
+ var _DeleteUsageReportSubscriptionCommand = class _DeleteUsageReportSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3717
3649
  return [
3718
3650
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3719
3651
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3727,9 +3659,7 @@ var DeleteUsageReportSubscriptionCommand = _DeleteUsageReportSubscriptionCommand
3727
3659
 
3728
3660
 
3729
3661
 
3730
- var _DeleteUserCommand = class _DeleteUserCommand extends import_smithy_client.Command.classBuilder().ep({
3731
- ...commonParams
3732
- }).m(function(Command, cs, config, o) {
3662
+ var _DeleteUserCommand = class _DeleteUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3733
3663
  return [
3734
3664
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3735
3665
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3743,9 +3673,7 @@ var DeleteUserCommand = _DeleteUserCommand;
3743
3673
 
3744
3674
 
3745
3675
 
3746
- var _DescribeAppBlockBuilderAppBlockAssociationsCommand = class _DescribeAppBlockBuilderAppBlockAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
3747
- ...commonParams
3748
- }).m(function(Command, cs, config, o) {
3676
+ var _DescribeAppBlockBuilderAppBlockAssociationsCommand = class _DescribeAppBlockBuilderAppBlockAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3749
3677
  return [
3750
3678
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3751
3679
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3759,9 +3687,7 @@ var DescribeAppBlockBuilderAppBlockAssociationsCommand = _DescribeAppBlockBuilde
3759
3687
 
3760
3688
 
3761
3689
 
3762
- var _DescribeAppBlockBuildersCommand = class _DescribeAppBlockBuildersCommand extends import_smithy_client.Command.classBuilder().ep({
3763
- ...commonParams
3764
- }).m(function(Command, cs, config, o) {
3690
+ var _DescribeAppBlockBuildersCommand = class _DescribeAppBlockBuildersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3765
3691
  return [
3766
3692
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3767
3693
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3775,9 +3701,7 @@ var DescribeAppBlockBuildersCommand = _DescribeAppBlockBuildersCommand;
3775
3701
 
3776
3702
 
3777
3703
 
3778
- var _DescribeAppBlocksCommand = class _DescribeAppBlocksCommand extends import_smithy_client.Command.classBuilder().ep({
3779
- ...commonParams
3780
- }).m(function(Command, cs, config, o) {
3704
+ var _DescribeAppBlocksCommand = class _DescribeAppBlocksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3781
3705
  return [
3782
3706
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3783
3707
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3791,9 +3715,7 @@ var DescribeAppBlocksCommand = _DescribeAppBlocksCommand;
3791
3715
 
3792
3716
 
3793
3717
 
3794
- var _DescribeApplicationFleetAssociationsCommand = class _DescribeApplicationFleetAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
3795
- ...commonParams
3796
- }).m(function(Command, cs, config, o) {
3718
+ var _DescribeApplicationFleetAssociationsCommand = class _DescribeApplicationFleetAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3797
3719
  return [
3798
3720
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3799
3721
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3807,9 +3729,7 @@ var DescribeApplicationFleetAssociationsCommand = _DescribeApplicationFleetAssoc
3807
3729
 
3808
3730
 
3809
3731
 
3810
- var _DescribeApplicationsCommand = class _DescribeApplicationsCommand extends import_smithy_client.Command.classBuilder().ep({
3811
- ...commonParams
3812
- }).m(function(Command, cs, config, o) {
3732
+ var _DescribeApplicationsCommand = class _DescribeApplicationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3813
3733
  return [
3814
3734
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3815
3735
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3823,9 +3743,7 @@ var DescribeApplicationsCommand = _DescribeApplicationsCommand;
3823
3743
 
3824
3744
 
3825
3745
 
3826
- var _DescribeDirectoryConfigsCommand = class _DescribeDirectoryConfigsCommand extends import_smithy_client.Command.classBuilder().ep({
3827
- ...commonParams
3828
- }).m(function(Command, cs, config, o) {
3746
+ var _DescribeDirectoryConfigsCommand = class _DescribeDirectoryConfigsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3829
3747
  return [
3830
3748
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3831
3749
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3839,9 +3757,7 @@ var DescribeDirectoryConfigsCommand = _DescribeDirectoryConfigsCommand;
3839
3757
 
3840
3758
 
3841
3759
 
3842
- var _DescribeEntitlementsCommand = class _DescribeEntitlementsCommand extends import_smithy_client.Command.classBuilder().ep({
3843
- ...commonParams
3844
- }).m(function(Command, cs, config, o) {
3760
+ var _DescribeEntitlementsCommand = class _DescribeEntitlementsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3845
3761
  return [
3846
3762
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3847
3763
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3855,9 +3771,7 @@ var DescribeEntitlementsCommand = _DescribeEntitlementsCommand;
3855
3771
 
3856
3772
 
3857
3773
 
3858
- var _DescribeFleetsCommand = class _DescribeFleetsCommand extends import_smithy_client.Command.classBuilder().ep({
3859
- ...commonParams
3860
- }).m(function(Command, cs, config, o) {
3774
+ var _DescribeFleetsCommand = class _DescribeFleetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3861
3775
  return [
3862
3776
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3863
3777
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3871,9 +3785,7 @@ var DescribeFleetsCommand = _DescribeFleetsCommand;
3871
3785
 
3872
3786
 
3873
3787
 
3874
- var _DescribeImageBuildersCommand = class _DescribeImageBuildersCommand extends import_smithy_client.Command.classBuilder().ep({
3875
- ...commonParams
3876
- }).m(function(Command, cs, config, o) {
3788
+ var _DescribeImageBuildersCommand = class _DescribeImageBuildersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3877
3789
  return [
3878
3790
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3879
3791
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3887,9 +3799,7 @@ var DescribeImageBuildersCommand = _DescribeImageBuildersCommand;
3887
3799
 
3888
3800
 
3889
3801
 
3890
- var _DescribeImagePermissionsCommand = class _DescribeImagePermissionsCommand extends import_smithy_client.Command.classBuilder().ep({
3891
- ...commonParams
3892
- }).m(function(Command, cs, config, o) {
3802
+ var _DescribeImagePermissionsCommand = class _DescribeImagePermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3893
3803
  return [
3894
3804
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3895
3805
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3903,9 +3813,7 @@ var DescribeImagePermissionsCommand = _DescribeImagePermissionsCommand;
3903
3813
 
3904
3814
 
3905
3815
 
3906
- var _DescribeImagesCommand = class _DescribeImagesCommand extends import_smithy_client.Command.classBuilder().ep({
3907
- ...commonParams
3908
- }).m(function(Command, cs, config, o) {
3816
+ var _DescribeImagesCommand = class _DescribeImagesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3909
3817
  return [
3910
3818
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3911
3819
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3919,9 +3827,7 @@ var DescribeImagesCommand = _DescribeImagesCommand;
3919
3827
 
3920
3828
 
3921
3829
 
3922
- var _DescribeSessionsCommand = class _DescribeSessionsCommand extends import_smithy_client.Command.classBuilder().ep({
3923
- ...commonParams
3924
- }).m(function(Command, cs, config, o) {
3830
+ var _DescribeSessionsCommand = class _DescribeSessionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3925
3831
  return [
3926
3832
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3927
3833
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3935,9 +3841,7 @@ var DescribeSessionsCommand = _DescribeSessionsCommand;
3935
3841
 
3936
3842
 
3937
3843
 
3938
- var _DescribeStacksCommand = class _DescribeStacksCommand extends import_smithy_client.Command.classBuilder().ep({
3939
- ...commonParams
3940
- }).m(function(Command, cs, config, o) {
3844
+ var _DescribeStacksCommand = class _DescribeStacksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3941
3845
  return [
3942
3846
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3943
3847
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3951,9 +3855,7 @@ var DescribeStacksCommand = _DescribeStacksCommand;
3951
3855
 
3952
3856
 
3953
3857
 
3954
- var _DescribeThemeForStackCommand = class _DescribeThemeForStackCommand extends import_smithy_client.Command.classBuilder().ep({
3955
- ...commonParams
3956
- }).m(function(Command, cs, config, o) {
3858
+ var _DescribeThemeForStackCommand = class _DescribeThemeForStackCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3957
3859
  return [
3958
3860
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3959
3861
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3967,9 +3869,7 @@ var DescribeThemeForStackCommand = _DescribeThemeForStackCommand;
3967
3869
 
3968
3870
 
3969
3871
 
3970
- var _DescribeUsageReportSubscriptionsCommand = class _DescribeUsageReportSubscriptionsCommand extends import_smithy_client.Command.classBuilder().ep({
3971
- ...commonParams
3972
- }).m(function(Command, cs, config, o) {
3872
+ var _DescribeUsageReportSubscriptionsCommand = class _DescribeUsageReportSubscriptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3973
3873
  return [
3974
3874
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3975
3875
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3983,9 +3883,7 @@ var DescribeUsageReportSubscriptionsCommand = _DescribeUsageReportSubscriptionsC
3983
3883
 
3984
3884
 
3985
3885
 
3986
- var _DescribeUsersCommand = class _DescribeUsersCommand extends import_smithy_client.Command.classBuilder().ep({
3987
- ...commonParams
3988
- }).m(function(Command, cs, config, o) {
3886
+ var _DescribeUsersCommand = class _DescribeUsersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3989
3887
  return [
3990
3888
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3991
3889
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3999,9 +3897,7 @@ var DescribeUsersCommand = _DescribeUsersCommand;
3999
3897
 
4000
3898
 
4001
3899
 
4002
- var _DescribeUserStackAssociationsCommand = class _DescribeUserStackAssociationsCommand extends import_smithy_client.Command.classBuilder().ep({
4003
- ...commonParams
4004
- }).m(function(Command, cs, config, o) {
3900
+ var _DescribeUserStackAssociationsCommand = class _DescribeUserStackAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4005
3901
  return [
4006
3902
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4007
3903
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4015,9 +3911,7 @@ var DescribeUserStackAssociationsCommand = _DescribeUserStackAssociationsCommand
4015
3911
 
4016
3912
 
4017
3913
 
4018
- var _DisableUserCommand = class _DisableUserCommand extends import_smithy_client.Command.classBuilder().ep({
4019
- ...commonParams
4020
- }).m(function(Command, cs, config, o) {
3914
+ var _DisableUserCommand = class _DisableUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4021
3915
  return [
4022
3916
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4023
3917
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4031,9 +3925,7 @@ var DisableUserCommand = _DisableUserCommand;
4031
3925
 
4032
3926
 
4033
3927
 
4034
- var _DisassociateAppBlockBuilderAppBlockCommand = class _DisassociateAppBlockBuilderAppBlockCommand extends import_smithy_client.Command.classBuilder().ep({
4035
- ...commonParams
4036
- }).m(function(Command, cs, config, o) {
3928
+ var _DisassociateAppBlockBuilderAppBlockCommand = class _DisassociateAppBlockBuilderAppBlockCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4037
3929
  return [
4038
3930
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4039
3931
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4047,9 +3939,7 @@ var DisassociateAppBlockBuilderAppBlockCommand = _DisassociateAppBlockBuilderApp
4047
3939
 
4048
3940
 
4049
3941
 
4050
- var _DisassociateApplicationFleetCommand = class _DisassociateApplicationFleetCommand extends import_smithy_client.Command.classBuilder().ep({
4051
- ...commonParams
4052
- }).m(function(Command, cs, config, o) {
3942
+ var _DisassociateApplicationFleetCommand = class _DisassociateApplicationFleetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4053
3943
  return [
4054
3944
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4055
3945
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4063,9 +3953,7 @@ var DisassociateApplicationFleetCommand = _DisassociateApplicationFleetCommand;
4063
3953
 
4064
3954
 
4065
3955
 
4066
- var _DisassociateApplicationFromEntitlementCommand = class _DisassociateApplicationFromEntitlementCommand extends import_smithy_client.Command.classBuilder().ep({
4067
- ...commonParams
4068
- }).m(function(Command, cs, config, o) {
3956
+ var _DisassociateApplicationFromEntitlementCommand = class _DisassociateApplicationFromEntitlementCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4069
3957
  return [
4070
3958
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4071
3959
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4079,9 +3967,7 @@ var DisassociateApplicationFromEntitlementCommand = _DisassociateApplicationFrom
4079
3967
 
4080
3968
 
4081
3969
 
4082
- var _DisassociateFleetCommand = class _DisassociateFleetCommand extends import_smithy_client.Command.classBuilder().ep({
4083
- ...commonParams
4084
- }).m(function(Command, cs, config, o) {
3970
+ var _DisassociateFleetCommand = class _DisassociateFleetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4085
3971
  return [
4086
3972
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4087
3973
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4095,9 +3981,7 @@ var DisassociateFleetCommand = _DisassociateFleetCommand;
4095
3981
 
4096
3982
 
4097
3983
 
4098
- var _EnableUserCommand = class _EnableUserCommand extends import_smithy_client.Command.classBuilder().ep({
4099
- ...commonParams
4100
- }).m(function(Command, cs, config, o) {
3984
+ var _EnableUserCommand = class _EnableUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4101
3985
  return [
4102
3986
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4103
3987
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4111,9 +3995,7 @@ var EnableUserCommand = _EnableUserCommand;
4111
3995
 
4112
3996
 
4113
3997
 
4114
- var _ExpireSessionCommand = class _ExpireSessionCommand extends import_smithy_client.Command.classBuilder().ep({
4115
- ...commonParams
4116
- }).m(function(Command, cs, config, o) {
3998
+ var _ExpireSessionCommand = class _ExpireSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4117
3999
  return [
4118
4000
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4119
4001
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4127,9 +4009,7 @@ var ExpireSessionCommand = _ExpireSessionCommand;
4127
4009
 
4128
4010
 
4129
4011
 
4130
- var _ListAssociatedFleetsCommand = class _ListAssociatedFleetsCommand extends import_smithy_client.Command.classBuilder().ep({
4131
- ...commonParams
4132
- }).m(function(Command, cs, config, o) {
4012
+ var _ListAssociatedFleetsCommand = class _ListAssociatedFleetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4133
4013
  return [
4134
4014
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4135
4015
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4143,9 +4023,7 @@ var ListAssociatedFleetsCommand = _ListAssociatedFleetsCommand;
4143
4023
 
4144
4024
 
4145
4025
 
4146
- var _ListAssociatedStacksCommand = class _ListAssociatedStacksCommand extends import_smithy_client.Command.classBuilder().ep({
4147
- ...commonParams
4148
- }).m(function(Command, cs, config, o) {
4026
+ var _ListAssociatedStacksCommand = class _ListAssociatedStacksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4149
4027
  return [
4150
4028
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4151
4029
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4159,9 +4037,7 @@ var ListAssociatedStacksCommand = _ListAssociatedStacksCommand;
4159
4037
 
4160
4038
 
4161
4039
 
4162
- var _ListEntitledApplicationsCommand = class _ListEntitledApplicationsCommand extends import_smithy_client.Command.classBuilder().ep({
4163
- ...commonParams
4164
- }).m(function(Command, cs, config, o) {
4040
+ var _ListEntitledApplicationsCommand = class _ListEntitledApplicationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4165
4041
  return [
4166
4042
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4167
4043
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4175,9 +4051,7 @@ var ListEntitledApplicationsCommand = _ListEntitledApplicationsCommand;
4175
4051
 
4176
4052
 
4177
4053
 
4178
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
4179
- ...commonParams
4180
- }).m(function(Command, cs, config, o) {
4054
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4181
4055
  return [
4182
4056
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4183
4057
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4191,9 +4065,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
4191
4065
 
4192
4066
 
4193
4067
 
4194
- var _StartAppBlockBuilderCommand = class _StartAppBlockBuilderCommand extends import_smithy_client.Command.classBuilder().ep({
4195
- ...commonParams
4196
- }).m(function(Command, cs, config, o) {
4068
+ var _StartAppBlockBuilderCommand = class _StartAppBlockBuilderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4197
4069
  return [
4198
4070
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4199
4071
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4207,9 +4079,7 @@ var StartAppBlockBuilderCommand = _StartAppBlockBuilderCommand;
4207
4079
 
4208
4080
 
4209
4081
 
4210
- var _StartFleetCommand = class _StartFleetCommand extends import_smithy_client.Command.classBuilder().ep({
4211
- ...commonParams
4212
- }).m(function(Command, cs, config, o) {
4082
+ var _StartFleetCommand = class _StartFleetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4213
4083
  return [
4214
4084
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4215
4085
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4223,9 +4093,7 @@ var StartFleetCommand = _StartFleetCommand;
4223
4093
 
4224
4094
 
4225
4095
 
4226
- var _StartImageBuilderCommand = class _StartImageBuilderCommand extends import_smithy_client.Command.classBuilder().ep({
4227
- ...commonParams
4228
- }).m(function(Command, cs, config, o) {
4096
+ var _StartImageBuilderCommand = class _StartImageBuilderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4229
4097
  return [
4230
4098
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4231
4099
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4239,9 +4107,7 @@ var StartImageBuilderCommand = _StartImageBuilderCommand;
4239
4107
 
4240
4108
 
4241
4109
 
4242
- var _StopAppBlockBuilderCommand = class _StopAppBlockBuilderCommand extends import_smithy_client.Command.classBuilder().ep({
4243
- ...commonParams
4244
- }).m(function(Command, cs, config, o) {
4110
+ var _StopAppBlockBuilderCommand = class _StopAppBlockBuilderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4245
4111
  return [
4246
4112
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4247
4113
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4255,9 +4121,7 @@ var StopAppBlockBuilderCommand = _StopAppBlockBuilderCommand;
4255
4121
 
4256
4122
 
4257
4123
 
4258
- var _StopFleetCommand = class _StopFleetCommand extends import_smithy_client.Command.classBuilder().ep({
4259
- ...commonParams
4260
- }).m(function(Command, cs, config, o) {
4124
+ var _StopFleetCommand = class _StopFleetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4261
4125
  return [
4262
4126
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4263
4127
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4271,9 +4135,7 @@ var StopFleetCommand = _StopFleetCommand;
4271
4135
 
4272
4136
 
4273
4137
 
4274
- var _StopImageBuilderCommand = class _StopImageBuilderCommand extends import_smithy_client.Command.classBuilder().ep({
4275
- ...commonParams
4276
- }).m(function(Command, cs, config, o) {
4138
+ var _StopImageBuilderCommand = class _StopImageBuilderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4277
4139
  return [
4278
4140
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4279
4141
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4287,9 +4149,7 @@ var StopImageBuilderCommand = _StopImageBuilderCommand;
4287
4149
 
4288
4150
 
4289
4151
 
4290
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
4291
- ...commonParams
4292
- }).m(function(Command, cs, config, o) {
4152
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4293
4153
  return [
4294
4154
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4295
4155
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4303,9 +4163,7 @@ var TagResourceCommand = _TagResourceCommand;
4303
4163
 
4304
4164
 
4305
4165
 
4306
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
4307
- ...commonParams
4308
- }).m(function(Command, cs, config, o) {
4166
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4309
4167
  return [
4310
4168
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4311
4169
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4319,9 +4177,7 @@ var UntagResourceCommand = _UntagResourceCommand;
4319
4177
 
4320
4178
 
4321
4179
 
4322
- var _UpdateAppBlockBuilderCommand = class _UpdateAppBlockBuilderCommand extends import_smithy_client.Command.classBuilder().ep({
4323
- ...commonParams
4324
- }).m(function(Command, cs, config, o) {
4180
+ var _UpdateAppBlockBuilderCommand = class _UpdateAppBlockBuilderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4325
4181
  return [
4326
4182
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4327
4183
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4335,9 +4191,7 @@ var UpdateAppBlockBuilderCommand = _UpdateAppBlockBuilderCommand;
4335
4191
 
4336
4192
 
4337
4193
 
4338
- var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
4339
- ...commonParams
4340
- }).m(function(Command, cs, config, o) {
4194
+ var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4341
4195
  return [
4342
4196
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4343
4197
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4351,9 +4205,7 @@ var UpdateApplicationCommand = _UpdateApplicationCommand;
4351
4205
 
4352
4206
 
4353
4207
 
4354
- var _UpdateDirectoryConfigCommand = class _UpdateDirectoryConfigCommand extends import_smithy_client.Command.classBuilder().ep({
4355
- ...commonParams
4356
- }).m(function(Command, cs, config, o) {
4208
+ var _UpdateDirectoryConfigCommand = class _UpdateDirectoryConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4357
4209
  return [
4358
4210
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4359
4211
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4367,9 +4219,7 @@ var UpdateDirectoryConfigCommand = _UpdateDirectoryConfigCommand;
4367
4219
 
4368
4220
 
4369
4221
 
4370
- var _UpdateEntitlementCommand = class _UpdateEntitlementCommand extends import_smithy_client.Command.classBuilder().ep({
4371
- ...commonParams
4372
- }).m(function(Command, cs, config, o) {
4222
+ var _UpdateEntitlementCommand = class _UpdateEntitlementCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4373
4223
  return [
4374
4224
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4375
4225
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4383,9 +4233,7 @@ var UpdateEntitlementCommand = _UpdateEntitlementCommand;
4383
4233
 
4384
4234
 
4385
4235
 
4386
- var _UpdateFleetCommand = class _UpdateFleetCommand extends import_smithy_client.Command.classBuilder().ep({
4387
- ...commonParams
4388
- }).m(function(Command, cs, config, o) {
4236
+ var _UpdateFleetCommand = class _UpdateFleetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4389
4237
  return [
4390
4238
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4391
4239
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4399,9 +4247,7 @@ var UpdateFleetCommand = _UpdateFleetCommand;
4399
4247
 
4400
4248
 
4401
4249
 
4402
- var _UpdateImagePermissionsCommand = class _UpdateImagePermissionsCommand extends import_smithy_client.Command.classBuilder().ep({
4403
- ...commonParams
4404
- }).m(function(Command, cs, config, o) {
4250
+ var _UpdateImagePermissionsCommand = class _UpdateImagePermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4405
4251
  return [
4406
4252
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4407
4253
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4415,9 +4261,7 @@ var UpdateImagePermissionsCommand = _UpdateImagePermissionsCommand;
4415
4261
 
4416
4262
 
4417
4263
 
4418
- var _UpdateStackCommand = class _UpdateStackCommand extends import_smithy_client.Command.classBuilder().ep({
4419
- ...commonParams
4420
- }).m(function(Command, cs, config, o) {
4264
+ var _UpdateStackCommand = class _UpdateStackCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4421
4265
  return [
4422
4266
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4423
4267
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4431,9 +4275,7 @@ var UpdateStackCommand = _UpdateStackCommand;
4431
4275
 
4432
4276
 
4433
4277
 
4434
- var _UpdateThemeForStackCommand = class _UpdateThemeForStackCommand extends import_smithy_client.Command.classBuilder().ep({
4435
- ...commonParams
4436
- }).m(function(Command, cs, config, o) {
4278
+ var _UpdateThemeForStackCommand = class _UpdateThemeForStackCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4437
4279
  return [
4438
4280
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4439
4281
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())