@aws-sdk/client-quicksight 3.716.0 → 3.723.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.
package/dist-cjs/index.js CHANGED
@@ -963,7 +963,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
963
963
  }, "resolveRuntimeExtensions");
964
964
 
965
965
  // src/QuickSightClient.ts
966
- var _QuickSightClient = class _QuickSightClient extends import_smithy_client.Client {
966
+ var QuickSightClient = class extends import_smithy_client.Client {
967
+ static {
968
+ __name(this, "QuickSightClient");
969
+ }
970
+ /**
971
+ * The resolved configuration of QuickSightClient class. This is resolved and normalized from the {@link QuickSightClientConfig | constructor configuration interface}.
972
+ */
973
+ config;
967
974
  constructor(...[configuration]) {
968
975
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
969
976
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -973,7 +980,7 @@ var _QuickSightClient = class _QuickSightClient extends import_smithy_client.Cli
973
980
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
974
981
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
975
982
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
976
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
983
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
977
984
  super(_config_8);
978
985
  this.config = _config_8;
979
986
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -1001,8 +1008,6 @@ var _QuickSightClient = class _QuickSightClient extends import_smithy_client.Cli
1001
1008
  super.destroy();
1002
1009
  }
1003
1010
  };
1004
- __name(_QuickSightClient, "QuickSightClient");
1005
- var QuickSightClient = _QuickSightClient;
1006
1011
 
1007
1012
  // src/QuickSight.ts
1008
1013
 
@@ -1023,7 +1028,10 @@ var import_middleware_serde = require("@smithy/middleware-serde");
1023
1028
 
1024
1029
  // src/models/QuickSightServiceException.ts
1025
1030
 
1026
- var _QuickSightServiceException = class _QuickSightServiceException extends import_smithy_client.ServiceException {
1031
+ var QuickSightServiceException = class _QuickSightServiceException extends import_smithy_client.ServiceException {
1032
+ static {
1033
+ __name(this, "QuickSightServiceException");
1034
+ }
1027
1035
  /**
1028
1036
  * @internal
1029
1037
  */
@@ -1032,11 +1040,20 @@ var _QuickSightServiceException = class _QuickSightServiceException extends impo
1032
1040
  Object.setPrototypeOf(this, _QuickSightServiceException.prototype);
1033
1041
  }
1034
1042
  };
1035
- __name(_QuickSightServiceException, "QuickSightServiceException");
1036
- var QuickSightServiceException = _QuickSightServiceException;
1037
1043
 
1038
1044
  // src/models/models_0.ts
1039
- var _AccessDeniedException = class _AccessDeniedException extends QuickSightServiceException {
1045
+ var AccessDeniedException = class _AccessDeniedException extends QuickSightServiceException {
1046
+ static {
1047
+ __name(this, "AccessDeniedException");
1048
+ }
1049
+ name = "AccessDeniedException";
1050
+ $fault = "client";
1051
+ Message;
1052
+ /**
1053
+ * <p>The Amazon Web Services request ID for this request.</p>
1054
+ * @public
1055
+ */
1056
+ RequestId;
1040
1057
  /**
1041
1058
  * @internal
1042
1059
  */
@@ -1046,15 +1063,11 @@ var _AccessDeniedException = class _AccessDeniedException extends QuickSightServ
1046
1063
  $fault: "client",
1047
1064
  ...opts
1048
1065
  });
1049
- this.name = "AccessDeniedException";
1050
- this.$fault = "client";
1051
1066
  Object.setPrototypeOf(this, _AccessDeniedException.prototype);
1052
1067
  this.Message = opts.Message;
1053
1068
  this.RequestId = opts.RequestId;
1054
1069
  }
1055
1070
  };
1056
- __name(_AccessDeniedException, "AccessDeniedException");
1057
- var AccessDeniedException = _AccessDeniedException;
1058
1071
  var Edition = {
1059
1072
  ENTERPRISE: "ENTERPRISE",
1060
1073
  ENTERPRISE_AND_Q: "ENTERPRISE_AND_Q",
@@ -2976,7 +2989,18 @@ var ReviewedAnswerErrorCode = {
2976
2989
  MISSING_ANSWER: "MISSING_ANSWER",
2977
2990
  MISSING_REQUIRED_FIELDS: "MISSING_REQUIRED_FIELDS"
2978
2991
  };
2979
- var _InternalFailureException = class _InternalFailureException extends QuickSightServiceException {
2992
+ var InternalFailureException = class _InternalFailureException extends QuickSightServiceException {
2993
+ static {
2994
+ __name(this, "InternalFailureException");
2995
+ }
2996
+ name = "InternalFailureException";
2997
+ $fault = "server";
2998
+ Message;
2999
+ /**
3000
+ * <p>The Amazon Web Services request ID for this request.</p>
3001
+ * @public
3002
+ */
3003
+ RequestId;
2980
3004
  /**
2981
3005
  * @internal
2982
3006
  */
@@ -2986,16 +3010,23 @@ var _InternalFailureException = class _InternalFailureException extends QuickSig
2986
3010
  $fault: "server",
2987
3011
  ...opts
2988
3012
  });
2989
- this.name = "InternalFailureException";
2990
- this.$fault = "server";
2991
3013
  Object.setPrototypeOf(this, _InternalFailureException.prototype);
2992
3014
  this.Message = opts.Message;
2993
3015
  this.RequestId = opts.RequestId;
2994
3016
  }
2995
3017
  };
2996
- __name(_InternalFailureException, "InternalFailureException");
2997
- var InternalFailureException = _InternalFailureException;
2998
- var _InvalidParameterValueException = class _InvalidParameterValueException extends QuickSightServiceException {
3018
+ var InvalidParameterValueException = class _InvalidParameterValueException extends QuickSightServiceException {
3019
+ static {
3020
+ __name(this, "InvalidParameterValueException");
3021
+ }
3022
+ name = "InvalidParameterValueException";
3023
+ $fault = "client";
3024
+ Message;
3025
+ /**
3026
+ * <p>The Amazon Web Services request ID for this request.</p>
3027
+ * @public
3028
+ */
3029
+ RequestId;
2999
3030
  /**
3000
3031
  * @internal
3001
3032
  */
@@ -3005,15 +3036,11 @@ var _InvalidParameterValueException = class _InvalidParameterValueException exte
3005
3036
  $fault: "client",
3006
3037
  ...opts
3007
3038
  });
3008
- this.name = "InvalidParameterValueException";
3009
- this.$fault = "client";
3010
3039
  Object.setPrototypeOf(this, _InvalidParameterValueException.prototype);
3011
3040
  this.Message = opts.Message;
3012
3041
  this.RequestId = opts.RequestId;
3013
3042
  }
3014
3043
  };
3015
- __name(_InvalidParameterValueException, "InvalidParameterValueException");
3016
- var InvalidParameterValueException = _InvalidParameterValueException;
3017
3044
  var ExceptionResourceType = {
3018
3045
  ACCOUNT_SETTINGS: "ACCOUNT_SETTINGS",
3019
3046
  DATA_SET: "DATA_SET",
@@ -3025,7 +3052,23 @@ var ExceptionResourceType = {
3025
3052
  USER: "USER",
3026
3053
  VPC_CONNECTION: "VPC_CONNECTION"
3027
3054
  };
3028
- var _ResourceNotFoundException = class _ResourceNotFoundException extends QuickSightServiceException {
3055
+ var ResourceNotFoundException = class _ResourceNotFoundException extends QuickSightServiceException {
3056
+ static {
3057
+ __name(this, "ResourceNotFoundException");
3058
+ }
3059
+ name = "ResourceNotFoundException";
3060
+ $fault = "client";
3061
+ Message;
3062
+ /**
3063
+ * <p>The resource type for this request.</p>
3064
+ * @public
3065
+ */
3066
+ ResourceType;
3067
+ /**
3068
+ * <p>The Amazon Web Services request ID for this request.</p>
3069
+ * @public
3070
+ */
3071
+ RequestId;
3029
3072
  /**
3030
3073
  * @internal
3031
3074
  */
@@ -3035,17 +3078,24 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends QuickS
3035
3078
  $fault: "client",
3036
3079
  ...opts
3037
3080
  });
3038
- this.name = "ResourceNotFoundException";
3039
- this.$fault = "client";
3040
3081
  Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
3041
3082
  this.Message = opts.Message;
3042
3083
  this.ResourceType = opts.ResourceType;
3043
3084
  this.RequestId = opts.RequestId;
3044
3085
  }
3045
3086
  };
3046
- __name(_ResourceNotFoundException, "ResourceNotFoundException");
3047
- var ResourceNotFoundException = _ResourceNotFoundException;
3048
- var _ThrottlingException = class _ThrottlingException extends QuickSightServiceException {
3087
+ var ThrottlingException = class _ThrottlingException extends QuickSightServiceException {
3088
+ static {
3089
+ __name(this, "ThrottlingException");
3090
+ }
3091
+ name = "ThrottlingException";
3092
+ $fault = "client";
3093
+ Message;
3094
+ /**
3095
+ * <p>The Amazon Web Services request ID for this request.</p>
3096
+ * @public
3097
+ */
3098
+ RequestId;
3049
3099
  /**
3050
3100
  * @internal
3051
3101
  */
@@ -3055,16 +3105,23 @@ var _ThrottlingException = class _ThrottlingException extends QuickSightServiceE
3055
3105
  $fault: "client",
3056
3106
  ...opts
3057
3107
  });
3058
- this.name = "ThrottlingException";
3059
- this.$fault = "client";
3060
3108
  Object.setPrototypeOf(this, _ThrottlingException.prototype);
3061
3109
  this.Message = opts.Message;
3062
3110
  this.RequestId = opts.RequestId;
3063
3111
  }
3064
3112
  };
3065
- __name(_ThrottlingException, "ThrottlingException");
3066
- var ThrottlingException = _ThrottlingException;
3067
- var _ConflictException = class _ConflictException extends QuickSightServiceException {
3113
+ var ConflictException = class _ConflictException extends QuickSightServiceException {
3114
+ static {
3115
+ __name(this, "ConflictException");
3116
+ }
3117
+ name = "ConflictException";
3118
+ $fault = "client";
3119
+ Message;
3120
+ /**
3121
+ * <p>The Amazon Web Services request ID for this request.</p>
3122
+ * @public
3123
+ */
3124
+ RequestId;
3068
3125
  /**
3069
3126
  * @internal
3070
3127
  */
@@ -3074,15 +3131,11 @@ var _ConflictException = class _ConflictException extends QuickSightServiceExcep
3074
3131
  $fault: "client",
3075
3132
  ...opts
3076
3133
  });
3077
- this.name = "ConflictException";
3078
- this.$fault = "client";
3079
3134
  Object.setPrototypeOf(this, _ConflictException.prototype);
3080
3135
  this.Message = opts.Message;
3081
3136
  this.RequestId = opts.RequestId;
3082
3137
  }
3083
3138
  };
3084
- __name(_ConflictException, "ConflictException");
3085
- var ConflictException = _ConflictException;
3086
3139
  var ImageSource;
3087
3140
  ((ImageSource3) => {
3088
3141
  ImageSource3.visit = /* @__PURE__ */ __name((value, visitor) => {
@@ -3105,7 +3158,23 @@ var BrandVersionStatus = {
3105
3158
  CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
3106
3159
  CREATE_SUCCEEDED: "CREATE_SUCCEEDED"
3107
3160
  };
3108
- var _ResourceExistsException = class _ResourceExistsException extends QuickSightServiceException {
3161
+ var ResourceExistsException = class _ResourceExistsException extends QuickSightServiceException {
3162
+ static {
3163
+ __name(this, "ResourceExistsException");
3164
+ }
3165
+ name = "ResourceExistsException";
3166
+ $fault = "client";
3167
+ Message;
3168
+ /**
3169
+ * <p>The resource type for this request.</p>
3170
+ * @public
3171
+ */
3172
+ ResourceType;
3173
+ /**
3174
+ * <p>The Amazon Web Services request ID for this request.</p>
3175
+ * @public
3176
+ */
3177
+ RequestId;
3109
3178
  /**
3110
3179
  * @internal
3111
3180
  */
@@ -3115,16 +3184,12 @@ var _ResourceExistsException = class _ResourceExistsException extends QuickSight
3115
3184
  $fault: "client",
3116
3185
  ...opts
3117
3186
  });
3118
- this.name = "ResourceExistsException";
3119
- this.$fault = "client";
3120
3187
  Object.setPrototypeOf(this, _ResourceExistsException.prototype);
3121
3188
  this.Message = opts.Message;
3122
3189
  this.ResourceType = opts.ResourceType;
3123
3190
  this.RequestId = opts.RequestId;
3124
3191
  }
3125
3192
  };
3126
- __name(_ResourceExistsException, "ResourceExistsException");
3127
- var ResourceExistsException = _ResourceExistsException;
3128
3193
  var CapabilityState = {
3129
3194
  DENY: "DENY"
3130
3195
  };
@@ -3410,7 +3475,14 @@ var UndefinedSpecifiedValueType = {
3410
3475
  LEAST: "LEAST",
3411
3476
  MOST: "MOST"
3412
3477
  };
3413
- var _ConcurrentUpdatingException = class _ConcurrentUpdatingException extends QuickSightServiceException {
3478
+ var ConcurrentUpdatingException = class _ConcurrentUpdatingException extends QuickSightServiceException {
3479
+ static {
3480
+ __name(this, "ConcurrentUpdatingException");
3481
+ }
3482
+ name = "ConcurrentUpdatingException";
3483
+ $fault = "server";
3484
+ Message;
3485
+ RequestId;
3414
3486
  /**
3415
3487
  * @internal
3416
3488
  */
@@ -3420,16 +3492,28 @@ var _ConcurrentUpdatingException = class _ConcurrentUpdatingException extends Qu
3420
3492
  $fault: "server",
3421
3493
  ...opts
3422
3494
  });
3423
- this.name = "ConcurrentUpdatingException";
3424
- this.$fault = "server";
3425
3495
  Object.setPrototypeOf(this, _ConcurrentUpdatingException.prototype);
3426
3496
  this.Message = opts.Message;
3427
3497
  this.RequestId = opts.RequestId;
3428
3498
  }
3429
3499
  };
3430
- __name(_ConcurrentUpdatingException, "ConcurrentUpdatingException");
3431
- var ConcurrentUpdatingException = _ConcurrentUpdatingException;
3432
- var _ResourceUnavailableException = class _ResourceUnavailableException extends QuickSightServiceException {
3500
+ var ResourceUnavailableException = class _ResourceUnavailableException extends QuickSightServiceException {
3501
+ static {
3502
+ __name(this, "ResourceUnavailableException");
3503
+ }
3504
+ name = "ResourceUnavailableException";
3505
+ $fault = "server";
3506
+ Message;
3507
+ /**
3508
+ * <p>The resource type for this request.</p>
3509
+ * @public
3510
+ */
3511
+ ResourceType;
3512
+ /**
3513
+ * <p>The Amazon Web Services request ID for this request.</p>
3514
+ * @public
3515
+ */
3516
+ RequestId;
3433
3517
  /**
3434
3518
  * @internal
3435
3519
  */
@@ -3439,17 +3523,24 @@ var _ResourceUnavailableException = class _ResourceUnavailableException extends
3439
3523
  $fault: "server",
3440
3524
  ...opts
3441
3525
  });
3442
- this.name = "ResourceUnavailableException";
3443
- this.$fault = "server";
3444
3526
  Object.setPrototypeOf(this, _ResourceUnavailableException.prototype);
3445
3527
  this.Message = opts.Message;
3446
3528
  this.ResourceType = opts.ResourceType;
3447
3529
  this.RequestId = opts.RequestId;
3448
3530
  }
3449
3531
  };
3450
- __name(_ResourceUnavailableException, "ResourceUnavailableException");
3451
- var ResourceUnavailableException = _ResourceUnavailableException;
3452
- var _PreconditionNotMetException = class _PreconditionNotMetException extends QuickSightServiceException {
3532
+ var PreconditionNotMetException = class _PreconditionNotMetException extends QuickSightServiceException {
3533
+ static {
3534
+ __name(this, "PreconditionNotMetException");
3535
+ }
3536
+ name = "PreconditionNotMetException";
3537
+ $fault = "client";
3538
+ Message;
3539
+ /**
3540
+ * <p>The Amazon Web Services request ID for this request.</p>
3541
+ * @public
3542
+ */
3543
+ RequestId;
3453
3544
  /**
3454
3545
  * @internal
3455
3546
  */
@@ -3459,20 +3550,32 @@ var _PreconditionNotMetException = class _PreconditionNotMetException extends Qu
3459
3550
  $fault: "client",
3460
3551
  ...opts
3461
3552
  });
3462
- this.name = "PreconditionNotMetException";
3463
- this.$fault = "client";
3464
3553
  Object.setPrototypeOf(this, _PreconditionNotMetException.prototype);
3465
3554
  this.Message = opts.Message;
3466
3555
  this.RequestId = opts.RequestId;
3467
3556
  }
3468
3557
  };
3469
- __name(_PreconditionNotMetException, "PreconditionNotMetException");
3470
- var PreconditionNotMetException = _PreconditionNotMetException;
3471
3558
  var ValidationStrategyMode = {
3472
3559
  LENIENT: "LENIENT",
3473
3560
  STRICT: "STRICT"
3474
3561
  };
3475
- var _LimitExceededException = class _LimitExceededException extends QuickSightServiceException {
3562
+ var LimitExceededException = class _LimitExceededException extends QuickSightServiceException {
3563
+ static {
3564
+ __name(this, "LimitExceededException");
3565
+ }
3566
+ name = "LimitExceededException";
3567
+ $fault = "client";
3568
+ Message;
3569
+ /**
3570
+ * <p>Limit exceeded.</p>
3571
+ * @public
3572
+ */
3573
+ ResourceType;
3574
+ /**
3575
+ * <p>The Amazon Web Services request ID for this request.</p>
3576
+ * @public
3577
+ */
3578
+ RequestId;
3476
3579
  /**
3477
3580
  * @internal
3478
3581
  */
@@ -3482,17 +3585,24 @@ var _LimitExceededException = class _LimitExceededException extends QuickSightSe
3482
3585
  $fault: "client",
3483
3586
  ...opts
3484
3587
  });
3485
- this.name = "LimitExceededException";
3486
- this.$fault = "client";
3487
3588
  Object.setPrototypeOf(this, _LimitExceededException.prototype);
3488
3589
  this.Message = opts.Message;
3489
3590
  this.ResourceType = opts.ResourceType;
3490
3591
  this.RequestId = opts.RequestId;
3491
3592
  }
3492
3593
  };
3493
- __name(_LimitExceededException, "LimitExceededException");
3494
- var LimitExceededException = _LimitExceededException;
3495
- var _UnsupportedUserEditionException = class _UnsupportedUserEditionException extends QuickSightServiceException {
3594
+ var UnsupportedUserEditionException = class _UnsupportedUserEditionException extends QuickSightServiceException {
3595
+ static {
3596
+ __name(this, "UnsupportedUserEditionException");
3597
+ }
3598
+ name = "UnsupportedUserEditionException";
3599
+ $fault = "client";
3600
+ Message;
3601
+ /**
3602
+ * <p>The Amazon Web Services request ID for this request.</p>
3603
+ * @public
3604
+ */
3605
+ RequestId;
3496
3606
  /**
3497
3607
  * @internal
3498
3608
  */
@@ -3502,16 +3612,18 @@ var _UnsupportedUserEditionException = class _UnsupportedUserEditionException ex
3502
3612
  $fault: "client",
3503
3613
  ...opts
3504
3614
  });
3505
- this.name = "UnsupportedUserEditionException";
3506
- this.$fault = "client";
3507
3615
  Object.setPrototypeOf(this, _UnsupportedUserEditionException.prototype);
3508
3616
  this.Message = opts.Message;
3509
3617
  this.RequestId = opts.RequestId;
3510
3618
  }
3511
3619
  };
3512
- __name(_UnsupportedUserEditionException, "UnsupportedUserEditionException");
3513
- var UnsupportedUserEditionException = _UnsupportedUserEditionException;
3514
- var _InternalServerException = class _InternalServerException extends QuickSightServiceException {
3620
+ var InternalServerException = class _InternalServerException extends QuickSightServiceException {
3621
+ static {
3622
+ __name(this, "InternalServerException");
3623
+ }
3624
+ name = "InternalServerException";
3625
+ $fault = "server";
3626
+ Message;
3515
3627
  /**
3516
3628
  * @internal
3517
3629
  */
@@ -3521,15 +3633,22 @@ var _InternalServerException = class _InternalServerException extends QuickSight
3521
3633
  $fault: "server",
3522
3634
  ...opts
3523
3635
  });
3524
- this.name = "InternalServerException";
3525
- this.$fault = "server";
3526
3636
  Object.setPrototypeOf(this, _InternalServerException.prototype);
3527
3637
  this.Message = opts.Message;
3528
3638
  }
3529
3639
  };
3530
- __name(_InternalServerException, "InternalServerException");
3531
- var InternalServerException = _InternalServerException;
3532
- var _InvalidRequestException = class _InvalidRequestException extends QuickSightServiceException {
3640
+ var InvalidRequestException = class _InvalidRequestException extends QuickSightServiceException {
3641
+ static {
3642
+ __name(this, "InvalidRequestException");
3643
+ }
3644
+ name = "InvalidRequestException";
3645
+ $fault = "client";
3646
+ Message;
3647
+ /**
3648
+ * <p>The Amazon Web Services request ID for this request.</p>
3649
+ * @public
3650
+ */
3651
+ RequestId;
3533
3652
  /**
3534
3653
  * @internal
3535
3654
  */
@@ -3539,15 +3658,11 @@ var _InvalidRequestException = class _InvalidRequestException extends QuickSight
3539
3658
  $fault: "client",
3540
3659
  ...opts
3541
3660
  });
3542
- this.name = "InvalidRequestException";
3543
- this.$fault = "client";
3544
3661
  Object.setPrototypeOf(this, _InvalidRequestException.prototype);
3545
3662
  this.Message = opts.Message;
3546
3663
  this.RequestId = opts.RequestId;
3547
3664
  }
3548
3665
  };
3549
- __name(_InvalidRequestException, "InvalidRequestException");
3550
- var InvalidRequestException = _InvalidRequestException;
3551
3666
  var DashboardUIState = {
3552
3667
  COLLAPSED: "COLLAPSED",
3553
3668
  EXPANDED: "EXPANDED"
@@ -3664,7 +3779,18 @@ var DataSourceType = {
3664
3779
  TRINO: "TRINO",
3665
3780
  TWITTER: "TWITTER"
3666
3781
  };
3667
- var _CustomerManagedKeyUnavailableException = class _CustomerManagedKeyUnavailableException extends QuickSightServiceException {
3782
+ var CustomerManagedKeyUnavailableException = class _CustomerManagedKeyUnavailableException extends QuickSightServiceException {
3783
+ static {
3784
+ __name(this, "CustomerManagedKeyUnavailableException");
3785
+ }
3786
+ name = "CustomerManagedKeyUnavailableException";
3787
+ $fault = "client";
3788
+ Message;
3789
+ /**
3790
+ * <p>The Amazon Web Services request ID for this operation.</p>
3791
+ * @public
3792
+ */
3793
+ RequestId;
3668
3794
  /**
3669
3795
  * @internal
3670
3796
  */
@@ -3674,15 +3800,11 @@ var _CustomerManagedKeyUnavailableException = class _CustomerManagedKeyUnavailab
3674
3800
  $fault: "client",
3675
3801
  ...opts
3676
3802
  });
3677
- this.name = "CustomerManagedKeyUnavailableException";
3678
- this.$fault = "client";
3679
3803
  Object.setPrototypeOf(this, _CustomerManagedKeyUnavailableException.prototype);
3680
3804
  this.Message = opts.Message;
3681
3805
  this.RequestId = opts.RequestId;
3682
3806
  }
3683
3807
  };
3684
- __name(_CustomerManagedKeyUnavailableException, "CustomerManagedKeyUnavailableException");
3685
- var CustomerManagedKeyUnavailableException = _CustomerManagedKeyUnavailableException;
3686
3808
  var FolderType = {
3687
3809
  RESTRICTED: "RESTRICTED",
3688
3810
  SHARED: "SHARED"
@@ -4218,7 +4340,18 @@ var SnapshotJobStatus = {
4218
4340
  QUEUED: "QUEUED",
4219
4341
  RUNNING: "RUNNING"
4220
4342
  };
4221
- var _InvalidNextTokenException = class _InvalidNextTokenException extends QuickSightServiceException {
4343
+ var InvalidNextTokenException = class _InvalidNextTokenException extends QuickSightServiceException {
4344
+ static {
4345
+ __name(this, "InvalidNextTokenException");
4346
+ }
4347
+ name = "InvalidNextTokenException";
4348
+ $fault = "client";
4349
+ Message;
4350
+ /**
4351
+ * <p>The Amazon Web Services request ID for this request.</p>
4352
+ * @public
4353
+ */
4354
+ RequestId;
4222
4355
  /**
4223
4356
  * @internal
4224
4357
  */
@@ -4228,15 +4361,11 @@ var _InvalidNextTokenException = class _InvalidNextTokenException extends QuickS
4228
4361
  $fault: "client",
4229
4362
  ...opts
4230
4363
  });
4231
- this.name = "InvalidNextTokenException";
4232
- this.$fault = "client";
4233
4364
  Object.setPrototypeOf(this, _InvalidNextTokenException.prototype);
4234
4365
  this.Message = opts.Message;
4235
4366
  this.RequestId = opts.RequestId;
4236
4367
  }
4237
4368
  };
4238
- __name(_InvalidNextTokenException, "InvalidNextTokenException");
4239
- var InvalidNextTokenException = _InvalidNextTokenException;
4240
4369
  var IngestionErrorType = {
4241
4370
  ACCOUNT_CAPACITY_LIMIT_EXCEEDED: "ACCOUNT_CAPACITY_LIMIT_EXCEEDED",
4242
4371
  CONNECTION_FAILURE: "CONNECTION_FAILURE",
@@ -4354,7 +4483,18 @@ var NetworkInterfaceStatus = {
4354
4483
  UPDATE_FAILED: "UPDATE_FAILED",
4355
4484
  UPDATING: "UPDATING"
4356
4485
  };
4357
- var _DomainNotWhitelistedException = class _DomainNotWhitelistedException extends QuickSightServiceException {
4486
+ var DomainNotWhitelistedException = class _DomainNotWhitelistedException extends QuickSightServiceException {
4487
+ static {
4488
+ __name(this, "DomainNotWhitelistedException");
4489
+ }
4490
+ name = "DomainNotWhitelistedException";
4491
+ $fault = "client";
4492
+ Message;
4493
+ /**
4494
+ * <p>The Amazon Web Services request ID for this request.</p>
4495
+ * @public
4496
+ */
4497
+ RequestId;
4358
4498
  /**
4359
4499
  * @internal
4360
4500
  */
@@ -4364,15 +4504,11 @@ var _DomainNotWhitelistedException = class _DomainNotWhitelistedException extend
4364
4504
  $fault: "client",
4365
4505
  ...opts
4366
4506
  });
4367
- this.name = "DomainNotWhitelistedException";
4368
- this.$fault = "client";
4369
4507
  Object.setPrototypeOf(this, _DomainNotWhitelistedException.prototype);
4370
4508
  this.Message = opts.Message;
4371
4509
  this.RequestId = opts.RequestId;
4372
4510
  }
4373
4511
  };
4374
- __name(_DomainNotWhitelistedException, "DomainNotWhitelistedException");
4375
- var DomainNotWhitelistedException = _DomainNotWhitelistedException;
4376
4512
  var EmbeddingIdentityType = {
4377
4513
  ANONYMOUS: "ANONYMOUS",
4378
4514
  IAM: "IAM",
@@ -4392,7 +4528,18 @@ var GeneratedAnswerStatus = {
4392
4528
  ANSWER_GENERATED: "ANSWER_GENERATED",
4393
4529
  ANSWER_RETRIEVED: "ANSWER_RETRIEVED"
4394
4530
  };
4395
- var _SessionLifetimeInMinutesInvalidException = class _SessionLifetimeInMinutesInvalidException extends QuickSightServiceException {
4531
+ var SessionLifetimeInMinutesInvalidException = class _SessionLifetimeInMinutesInvalidException extends QuickSightServiceException {
4532
+ static {
4533
+ __name(this, "SessionLifetimeInMinutesInvalidException");
4534
+ }
4535
+ name = "SessionLifetimeInMinutesInvalidException";
4536
+ $fault = "client";
4537
+ Message;
4538
+ /**
4539
+ * <p>The Amazon Web Services request ID for this request.</p>
4540
+ * @public
4541
+ */
4542
+ RequestId;
4396
4543
  /**
4397
4544
  * @internal
4398
4545
  */
@@ -4402,16 +4549,23 @@ var _SessionLifetimeInMinutesInvalidException = class _SessionLifetimeInMinutesI
4402
4549
  $fault: "client",
4403
4550
  ...opts
4404
4551
  });
4405
- this.name = "SessionLifetimeInMinutesInvalidException";
4406
- this.$fault = "client";
4407
4552
  Object.setPrototypeOf(this, _SessionLifetimeInMinutesInvalidException.prototype);
4408
4553
  this.Message = opts.Message;
4409
4554
  this.RequestId = opts.RequestId;
4410
4555
  }
4411
4556
  };
4412
- __name(_SessionLifetimeInMinutesInvalidException, "SessionLifetimeInMinutesInvalidException");
4413
- var SessionLifetimeInMinutesInvalidException = _SessionLifetimeInMinutesInvalidException;
4414
- var _UnsupportedPricingPlanException = class _UnsupportedPricingPlanException extends QuickSightServiceException {
4557
+ var UnsupportedPricingPlanException = class _UnsupportedPricingPlanException extends QuickSightServiceException {
4558
+ static {
4559
+ __name(this, "UnsupportedPricingPlanException");
4560
+ }
4561
+ name = "UnsupportedPricingPlanException";
4562
+ $fault = "client";
4563
+ Message;
4564
+ /**
4565
+ * <p>The Amazon Web Services request ID for this request.</p>
4566
+ * @public
4567
+ */
4568
+ RequestId;
4415
4569
  /**
4416
4570
  * @internal
4417
4571
  */
@@ -4421,16 +4575,23 @@ var _UnsupportedPricingPlanException = class _UnsupportedPricingPlanException ex
4421
4575
  $fault: "client",
4422
4576
  ...opts
4423
4577
  });
4424
- this.name = "UnsupportedPricingPlanException";
4425
- this.$fault = "client";
4426
4578
  Object.setPrototypeOf(this, _UnsupportedPricingPlanException.prototype);
4427
4579
  this.Message = opts.Message;
4428
4580
  this.RequestId = opts.RequestId;
4429
4581
  }
4430
4582
  };
4431
- __name(_UnsupportedPricingPlanException, "UnsupportedPricingPlanException");
4432
- var UnsupportedPricingPlanException = _UnsupportedPricingPlanException;
4433
- var _QuickSightUserNotFoundException = class _QuickSightUserNotFoundException extends QuickSightServiceException {
4583
+ var QuickSightUserNotFoundException = class _QuickSightUserNotFoundException extends QuickSightServiceException {
4584
+ static {
4585
+ __name(this, "QuickSightUserNotFoundException");
4586
+ }
4587
+ name = "QuickSightUserNotFoundException";
4588
+ $fault = "client";
4589
+ Message;
4590
+ /**
4591
+ * <p>The Amazon Web Services request ID for this request.</p>
4592
+ * @public
4593
+ */
4594
+ RequestId;
4434
4595
  /**
4435
4596
  * @internal
4436
4597
  */
@@ -4440,16 +4601,23 @@ var _QuickSightUserNotFoundException = class _QuickSightUserNotFoundException ex
4440
4601
  $fault: "client",
4441
4602
  ...opts
4442
4603
  });
4443
- this.name = "QuickSightUserNotFoundException";
4444
- this.$fault = "client";
4445
4604
  Object.setPrototypeOf(this, _QuickSightUserNotFoundException.prototype);
4446
4605
  this.Message = opts.Message;
4447
4606
  this.RequestId = opts.RequestId;
4448
4607
  }
4449
4608
  };
4450
- __name(_QuickSightUserNotFoundException, "QuickSightUserNotFoundException");
4451
- var QuickSightUserNotFoundException = _QuickSightUserNotFoundException;
4452
- var _IdentityTypeNotSupportedException = class _IdentityTypeNotSupportedException extends QuickSightServiceException {
4609
+ var IdentityTypeNotSupportedException = class _IdentityTypeNotSupportedException extends QuickSightServiceException {
4610
+ static {
4611
+ __name(this, "IdentityTypeNotSupportedException");
4612
+ }
4613
+ name = "IdentityTypeNotSupportedException";
4614
+ $fault = "client";
4615
+ Message;
4616
+ /**
4617
+ * <p>The Amazon Web Services request ID for this request.</p>
4618
+ * @public
4619
+ */
4620
+ RequestId;
4453
4621
  /**
4454
4622
  * @internal
4455
4623
  */
@@ -4459,15 +4627,11 @@ var _IdentityTypeNotSupportedException = class _IdentityTypeNotSupportedExceptio
4459
4627
  $fault: "client",
4460
4628
  ...opts
4461
4629
  });
4462
- this.name = "IdentityTypeNotSupportedException";
4463
- this.$fault = "client";
4464
4630
  Object.setPrototypeOf(this, _IdentityTypeNotSupportedException.prototype);
4465
4631
  this.Message = opts.Message;
4466
4632
  this.RequestId = opts.RequestId;
4467
4633
  }
4468
4634
  };
4469
- __name(_IdentityTypeNotSupportedException, "IdentityTypeNotSupportedException");
4470
- var IdentityTypeNotSupportedException = _IdentityTypeNotSupportedException;
4471
4635
  var GroupFilterAttribute = {
4472
4636
  GROUP_NAME: "GROUP_NAME"
4473
4637
  };
@@ -17979,1533 +18143,1642 @@ var _vI = "versionId";
17979
18143
  var _vn = "version-number";
17980
18144
 
17981
18145
  // src/commands/BatchCreateTopicReviewedAnswerCommand.ts
17982
- var _BatchCreateTopicReviewedAnswerCommand = class _BatchCreateTopicReviewedAnswerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18146
+ var BatchCreateTopicReviewedAnswerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
17983
18147
  return [
17984
18148
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
17985
18149
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
17986
18150
  ];
17987
18151
  }).s("QuickSight_20180401", "BatchCreateTopicReviewedAnswer", {}).n("QuickSightClient", "BatchCreateTopicReviewedAnswerCommand").f(BatchCreateTopicReviewedAnswerRequestFilterSensitiveLog, void 0).ser(se_BatchCreateTopicReviewedAnswerCommand).de(de_BatchCreateTopicReviewedAnswerCommand).build() {
18152
+ static {
18153
+ __name(this, "BatchCreateTopicReviewedAnswerCommand");
18154
+ }
17988
18155
  };
17989
- __name(_BatchCreateTopicReviewedAnswerCommand, "BatchCreateTopicReviewedAnswerCommand");
17990
- var BatchCreateTopicReviewedAnswerCommand = _BatchCreateTopicReviewedAnswerCommand;
17991
18156
 
17992
18157
  // src/commands/BatchDeleteTopicReviewedAnswerCommand.ts
17993
18158
 
17994
18159
 
17995
18160
 
17996
- var _BatchDeleteTopicReviewedAnswerCommand = class _BatchDeleteTopicReviewedAnswerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18161
+ var BatchDeleteTopicReviewedAnswerCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
17997
18162
  return [
17998
18163
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
17999
18164
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18000
18165
  ];
18001
18166
  }).s("QuickSight_20180401", "BatchDeleteTopicReviewedAnswer", {}).n("QuickSightClient", "BatchDeleteTopicReviewedAnswerCommand").f(void 0, void 0).ser(se_BatchDeleteTopicReviewedAnswerCommand).de(de_BatchDeleteTopicReviewedAnswerCommand).build() {
18167
+ static {
18168
+ __name(this, "BatchDeleteTopicReviewedAnswerCommand");
18169
+ }
18002
18170
  };
18003
- __name(_BatchDeleteTopicReviewedAnswerCommand, "BatchDeleteTopicReviewedAnswerCommand");
18004
- var BatchDeleteTopicReviewedAnswerCommand = _BatchDeleteTopicReviewedAnswerCommand;
18005
18171
 
18006
18172
  // src/commands/CancelIngestionCommand.ts
18007
18173
 
18008
18174
 
18009
18175
 
18010
- var _CancelIngestionCommand = class _CancelIngestionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18176
+ var CancelIngestionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18011
18177
  return [
18012
18178
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18013
18179
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18014
18180
  ];
18015
18181
  }).s("QuickSight_20180401", "CancelIngestion", {}).n("QuickSightClient", "CancelIngestionCommand").f(void 0, void 0).ser(se_CancelIngestionCommand).de(de_CancelIngestionCommand).build() {
18182
+ static {
18183
+ __name(this, "CancelIngestionCommand");
18184
+ }
18016
18185
  };
18017
- __name(_CancelIngestionCommand, "CancelIngestionCommand");
18018
- var CancelIngestionCommand = _CancelIngestionCommand;
18019
18186
 
18020
18187
  // src/commands/CreateAccountCustomizationCommand.ts
18021
18188
 
18022
18189
 
18023
18190
 
18024
- var _CreateAccountCustomizationCommand = class _CreateAccountCustomizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18191
+ var CreateAccountCustomizationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18025
18192
  return [
18026
18193
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18027
18194
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18028
18195
  ];
18029
18196
  }).s("QuickSight_20180401", "CreateAccountCustomization", {}).n("QuickSightClient", "CreateAccountCustomizationCommand").f(void 0, void 0).ser(se_CreateAccountCustomizationCommand).de(de_CreateAccountCustomizationCommand).build() {
18197
+ static {
18198
+ __name(this, "CreateAccountCustomizationCommand");
18199
+ }
18030
18200
  };
18031
- __name(_CreateAccountCustomizationCommand, "CreateAccountCustomizationCommand");
18032
- var CreateAccountCustomizationCommand = _CreateAccountCustomizationCommand;
18033
18201
 
18034
18202
  // src/commands/CreateAccountSubscriptionCommand.ts
18035
18203
 
18036
18204
 
18037
18205
 
18038
- var _CreateAccountSubscriptionCommand = class _CreateAccountSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18206
+ var CreateAccountSubscriptionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18039
18207
  return [
18040
18208
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18041
18209
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18042
18210
  ];
18043
18211
  }).s("QuickSight_20180401", "CreateAccountSubscription", {}).n("QuickSightClient", "CreateAccountSubscriptionCommand").f(void 0, void 0).ser(se_CreateAccountSubscriptionCommand).de(de_CreateAccountSubscriptionCommand).build() {
18212
+ static {
18213
+ __name(this, "CreateAccountSubscriptionCommand");
18214
+ }
18044
18215
  };
18045
- __name(_CreateAccountSubscriptionCommand, "CreateAccountSubscriptionCommand");
18046
- var CreateAccountSubscriptionCommand = _CreateAccountSubscriptionCommand;
18047
18216
 
18048
18217
  // src/commands/CreateAnalysisCommand.ts
18049
18218
 
18050
18219
 
18051
18220
 
18052
- var _CreateAnalysisCommand = class _CreateAnalysisCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18221
+ var CreateAnalysisCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18053
18222
  return [
18054
18223
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18055
18224
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18056
18225
  ];
18057
18226
  }).s("QuickSight_20180401", "CreateAnalysis", {}).n("QuickSightClient", "CreateAnalysisCommand").f(CreateAnalysisRequestFilterSensitiveLog, void 0).ser(se_CreateAnalysisCommand).de(de_CreateAnalysisCommand).build() {
18227
+ static {
18228
+ __name(this, "CreateAnalysisCommand");
18229
+ }
18058
18230
  };
18059
- __name(_CreateAnalysisCommand, "CreateAnalysisCommand");
18060
- var CreateAnalysisCommand = _CreateAnalysisCommand;
18061
18231
 
18062
18232
  // src/commands/CreateBrandCommand.ts
18063
18233
 
18064
18234
 
18065
18235
 
18066
- var _CreateBrandCommand = class _CreateBrandCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18236
+ var CreateBrandCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18067
18237
  return [
18068
18238
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18069
18239
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18070
18240
  ];
18071
18241
  }).s("QuickSight_20180401", "CreateBrand", {}).n("QuickSightClient", "CreateBrandCommand").f(void 0, void 0).ser(se_CreateBrandCommand).de(de_CreateBrandCommand).build() {
18242
+ static {
18243
+ __name(this, "CreateBrandCommand");
18244
+ }
18072
18245
  };
18073
- __name(_CreateBrandCommand, "CreateBrandCommand");
18074
- var CreateBrandCommand = _CreateBrandCommand;
18075
18246
 
18076
18247
  // src/commands/CreateCustomPermissionsCommand.ts
18077
18248
 
18078
18249
 
18079
18250
 
18080
- var _CreateCustomPermissionsCommand = class _CreateCustomPermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18251
+ var CreateCustomPermissionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18081
18252
  return [
18082
18253
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18083
18254
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18084
18255
  ];
18085
18256
  }).s("QuickSight_20180401", "CreateCustomPermissions", {}).n("QuickSightClient", "CreateCustomPermissionsCommand").f(void 0, void 0).ser(se_CreateCustomPermissionsCommand).de(de_CreateCustomPermissionsCommand).build() {
18257
+ static {
18258
+ __name(this, "CreateCustomPermissionsCommand");
18259
+ }
18086
18260
  };
18087
- __name(_CreateCustomPermissionsCommand, "CreateCustomPermissionsCommand");
18088
- var CreateCustomPermissionsCommand = _CreateCustomPermissionsCommand;
18089
18261
 
18090
18262
  // src/commands/CreateDashboardCommand.ts
18091
18263
 
18092
18264
 
18093
18265
 
18094
- var _CreateDashboardCommand = class _CreateDashboardCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18266
+ var CreateDashboardCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18095
18267
  return [
18096
18268
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18097
18269
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18098
18270
  ];
18099
18271
  }).s("QuickSight_20180401", "CreateDashboard", {}).n("QuickSightClient", "CreateDashboardCommand").f(CreateDashboardRequestFilterSensitiveLog, void 0).ser(se_CreateDashboardCommand).de(de_CreateDashboardCommand).build() {
18272
+ static {
18273
+ __name(this, "CreateDashboardCommand");
18274
+ }
18100
18275
  };
18101
- __name(_CreateDashboardCommand, "CreateDashboardCommand");
18102
- var CreateDashboardCommand = _CreateDashboardCommand;
18103
18276
 
18104
18277
  // src/commands/CreateDataSetCommand.ts
18105
18278
 
18106
18279
 
18107
18280
 
18108
- var _CreateDataSetCommand = class _CreateDataSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18281
+ var CreateDataSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18109
18282
  return [
18110
18283
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18111
18284
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18112
18285
  ];
18113
18286
  }).s("QuickSight_20180401", "CreateDataSet", {}).n("QuickSightClient", "CreateDataSetCommand").f(CreateDataSetRequestFilterSensitiveLog, void 0).ser(se_CreateDataSetCommand).de(de_CreateDataSetCommand).build() {
18287
+ static {
18288
+ __name(this, "CreateDataSetCommand");
18289
+ }
18114
18290
  };
18115
- __name(_CreateDataSetCommand, "CreateDataSetCommand");
18116
- var CreateDataSetCommand = _CreateDataSetCommand;
18117
18291
 
18118
18292
  // src/commands/CreateDataSourceCommand.ts
18119
18293
 
18120
18294
 
18121
18295
 
18122
- var _CreateDataSourceCommand = class _CreateDataSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18296
+ var CreateDataSourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18123
18297
  return [
18124
18298
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18125
18299
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18126
18300
  ];
18127
18301
  }).s("QuickSight_20180401", "CreateDataSource", {}).n("QuickSightClient", "CreateDataSourceCommand").f(CreateDataSourceRequestFilterSensitiveLog, void 0).ser(se_CreateDataSourceCommand).de(de_CreateDataSourceCommand).build() {
18302
+ static {
18303
+ __name(this, "CreateDataSourceCommand");
18304
+ }
18128
18305
  };
18129
- __name(_CreateDataSourceCommand, "CreateDataSourceCommand");
18130
- var CreateDataSourceCommand = _CreateDataSourceCommand;
18131
18306
 
18132
18307
  // src/commands/CreateFolderCommand.ts
18133
18308
 
18134
18309
 
18135
18310
 
18136
- var _CreateFolderCommand = class _CreateFolderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18311
+ var CreateFolderCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18137
18312
  return [
18138
18313
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18139
18314
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18140
18315
  ];
18141
18316
  }).s("QuickSight_20180401", "CreateFolder", {}).n("QuickSightClient", "CreateFolderCommand").f(void 0, void 0).ser(se_CreateFolderCommand).de(de_CreateFolderCommand).build() {
18317
+ static {
18318
+ __name(this, "CreateFolderCommand");
18319
+ }
18142
18320
  };
18143
- __name(_CreateFolderCommand, "CreateFolderCommand");
18144
- var CreateFolderCommand = _CreateFolderCommand;
18145
18321
 
18146
18322
  // src/commands/CreateFolderMembershipCommand.ts
18147
18323
 
18148
18324
 
18149
18325
 
18150
- var _CreateFolderMembershipCommand = class _CreateFolderMembershipCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18326
+ var CreateFolderMembershipCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18151
18327
  return [
18152
18328
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18153
18329
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18154
18330
  ];
18155
18331
  }).s("QuickSight_20180401", "CreateFolderMembership", {}).n("QuickSightClient", "CreateFolderMembershipCommand").f(void 0, void 0).ser(se_CreateFolderMembershipCommand).de(de_CreateFolderMembershipCommand).build() {
18332
+ static {
18333
+ __name(this, "CreateFolderMembershipCommand");
18334
+ }
18156
18335
  };
18157
- __name(_CreateFolderMembershipCommand, "CreateFolderMembershipCommand");
18158
- var CreateFolderMembershipCommand = _CreateFolderMembershipCommand;
18159
18336
 
18160
18337
  // src/commands/CreateGroupCommand.ts
18161
18338
 
18162
18339
 
18163
18340
 
18164
- var _CreateGroupCommand = class _CreateGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18341
+ var CreateGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18165
18342
  return [
18166
18343
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18167
18344
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18168
18345
  ];
18169
18346
  }).s("QuickSight_20180401", "CreateGroup", {}).n("QuickSightClient", "CreateGroupCommand").f(void 0, void 0).ser(se_CreateGroupCommand).de(de_CreateGroupCommand).build() {
18347
+ static {
18348
+ __name(this, "CreateGroupCommand");
18349
+ }
18170
18350
  };
18171
- __name(_CreateGroupCommand, "CreateGroupCommand");
18172
- var CreateGroupCommand = _CreateGroupCommand;
18173
18351
 
18174
18352
  // src/commands/CreateGroupMembershipCommand.ts
18175
18353
 
18176
18354
 
18177
18355
 
18178
- var _CreateGroupMembershipCommand = class _CreateGroupMembershipCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18356
+ var CreateGroupMembershipCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18179
18357
  return [
18180
18358
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18181
18359
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18182
18360
  ];
18183
18361
  }).s("QuickSight_20180401", "CreateGroupMembership", {}).n("QuickSightClient", "CreateGroupMembershipCommand").f(void 0, void 0).ser(se_CreateGroupMembershipCommand).de(de_CreateGroupMembershipCommand).build() {
18362
+ static {
18363
+ __name(this, "CreateGroupMembershipCommand");
18364
+ }
18184
18365
  };
18185
- __name(_CreateGroupMembershipCommand, "CreateGroupMembershipCommand");
18186
- var CreateGroupMembershipCommand = _CreateGroupMembershipCommand;
18187
18366
 
18188
18367
  // src/commands/CreateIAMPolicyAssignmentCommand.ts
18189
18368
 
18190
18369
 
18191
18370
 
18192
- var _CreateIAMPolicyAssignmentCommand = class _CreateIAMPolicyAssignmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18371
+ var CreateIAMPolicyAssignmentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18193
18372
  return [
18194
18373
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18195
18374
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18196
18375
  ];
18197
18376
  }).s("QuickSight_20180401", "CreateIAMPolicyAssignment", {}).n("QuickSightClient", "CreateIAMPolicyAssignmentCommand").f(void 0, void 0).ser(se_CreateIAMPolicyAssignmentCommand).de(de_CreateIAMPolicyAssignmentCommand).build() {
18377
+ static {
18378
+ __name(this, "CreateIAMPolicyAssignmentCommand");
18379
+ }
18198
18380
  };
18199
- __name(_CreateIAMPolicyAssignmentCommand, "CreateIAMPolicyAssignmentCommand");
18200
- var CreateIAMPolicyAssignmentCommand = _CreateIAMPolicyAssignmentCommand;
18201
18381
 
18202
18382
  // src/commands/CreateIngestionCommand.ts
18203
18383
 
18204
18384
 
18205
18385
 
18206
- var _CreateIngestionCommand = class _CreateIngestionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18386
+ var CreateIngestionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18207
18387
  return [
18208
18388
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18209
18389
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18210
18390
  ];
18211
18391
  }).s("QuickSight_20180401", "CreateIngestion", {}).n("QuickSightClient", "CreateIngestionCommand").f(void 0, void 0).ser(se_CreateIngestionCommand).de(de_CreateIngestionCommand).build() {
18392
+ static {
18393
+ __name(this, "CreateIngestionCommand");
18394
+ }
18212
18395
  };
18213
- __name(_CreateIngestionCommand, "CreateIngestionCommand");
18214
- var CreateIngestionCommand = _CreateIngestionCommand;
18215
18396
 
18216
18397
  // src/commands/CreateNamespaceCommand.ts
18217
18398
 
18218
18399
 
18219
18400
 
18220
- var _CreateNamespaceCommand = class _CreateNamespaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18401
+ var CreateNamespaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18221
18402
  return [
18222
18403
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18223
18404
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18224
18405
  ];
18225
18406
  }).s("QuickSight_20180401", "CreateNamespace", {}).n("QuickSightClient", "CreateNamespaceCommand").f(void 0, void 0).ser(se_CreateNamespaceCommand).de(de_CreateNamespaceCommand).build() {
18407
+ static {
18408
+ __name(this, "CreateNamespaceCommand");
18409
+ }
18226
18410
  };
18227
- __name(_CreateNamespaceCommand, "CreateNamespaceCommand");
18228
- var CreateNamespaceCommand = _CreateNamespaceCommand;
18229
18411
 
18230
18412
  // src/commands/CreateRefreshScheduleCommand.ts
18231
18413
 
18232
18414
 
18233
18415
 
18234
- var _CreateRefreshScheduleCommand = class _CreateRefreshScheduleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18416
+ var CreateRefreshScheduleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18235
18417
  return [
18236
18418
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18237
18419
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18238
18420
  ];
18239
18421
  }).s("QuickSight_20180401", "CreateRefreshSchedule", {}).n("QuickSightClient", "CreateRefreshScheduleCommand").f(void 0, void 0).ser(se_CreateRefreshScheduleCommand).de(de_CreateRefreshScheduleCommand).build() {
18422
+ static {
18423
+ __name(this, "CreateRefreshScheduleCommand");
18424
+ }
18240
18425
  };
18241
- __name(_CreateRefreshScheduleCommand, "CreateRefreshScheduleCommand");
18242
- var CreateRefreshScheduleCommand = _CreateRefreshScheduleCommand;
18243
18426
 
18244
18427
  // src/commands/CreateRoleMembershipCommand.ts
18245
18428
 
18246
18429
 
18247
18430
 
18248
- var _CreateRoleMembershipCommand = class _CreateRoleMembershipCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18431
+ var CreateRoleMembershipCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18249
18432
  return [
18250
18433
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18251
18434
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18252
18435
  ];
18253
18436
  }).s("QuickSight_20180401", "CreateRoleMembership", {}).n("QuickSightClient", "CreateRoleMembershipCommand").f(void 0, void 0).ser(se_CreateRoleMembershipCommand).de(de_CreateRoleMembershipCommand).build() {
18437
+ static {
18438
+ __name(this, "CreateRoleMembershipCommand");
18439
+ }
18254
18440
  };
18255
- __name(_CreateRoleMembershipCommand, "CreateRoleMembershipCommand");
18256
- var CreateRoleMembershipCommand = _CreateRoleMembershipCommand;
18257
18441
 
18258
18442
  // src/commands/CreateTemplateAliasCommand.ts
18259
18443
 
18260
18444
 
18261
18445
 
18262
- var _CreateTemplateAliasCommand = class _CreateTemplateAliasCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18446
+ var CreateTemplateAliasCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18263
18447
  return [
18264
18448
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18265
18449
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18266
18450
  ];
18267
18451
  }).s("QuickSight_20180401", "CreateTemplateAlias", {}).n("QuickSightClient", "CreateTemplateAliasCommand").f(void 0, void 0).ser(se_CreateTemplateAliasCommand).de(de_CreateTemplateAliasCommand).build() {
18452
+ static {
18453
+ __name(this, "CreateTemplateAliasCommand");
18454
+ }
18268
18455
  };
18269
- __name(_CreateTemplateAliasCommand, "CreateTemplateAliasCommand");
18270
- var CreateTemplateAliasCommand = _CreateTemplateAliasCommand;
18271
18456
 
18272
18457
  // src/commands/CreateTemplateCommand.ts
18273
18458
 
18274
18459
 
18275
18460
 
18276
- var _CreateTemplateCommand = class _CreateTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18461
+ var CreateTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18277
18462
  return [
18278
18463
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18279
18464
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18280
18465
  ];
18281
18466
  }).s("QuickSight_20180401", "CreateTemplate", {}).n("QuickSightClient", "CreateTemplateCommand").f(CreateTemplateRequestFilterSensitiveLog, void 0).ser(se_CreateTemplateCommand).de(de_CreateTemplateCommand).build() {
18467
+ static {
18468
+ __name(this, "CreateTemplateCommand");
18469
+ }
18282
18470
  };
18283
- __name(_CreateTemplateCommand, "CreateTemplateCommand");
18284
- var CreateTemplateCommand = _CreateTemplateCommand;
18285
18471
 
18286
18472
  // src/commands/CreateThemeAliasCommand.ts
18287
18473
 
18288
18474
 
18289
18475
 
18290
- var _CreateThemeAliasCommand = class _CreateThemeAliasCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18476
+ var CreateThemeAliasCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18291
18477
  return [
18292
18478
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18293
18479
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18294
18480
  ];
18295
18481
  }).s("QuickSight_20180401", "CreateThemeAlias", {}).n("QuickSightClient", "CreateThemeAliasCommand").f(void 0, void 0).ser(se_CreateThemeAliasCommand).de(de_CreateThemeAliasCommand).build() {
18482
+ static {
18483
+ __name(this, "CreateThemeAliasCommand");
18484
+ }
18296
18485
  };
18297
- __name(_CreateThemeAliasCommand, "CreateThemeAliasCommand");
18298
- var CreateThemeAliasCommand = _CreateThemeAliasCommand;
18299
18486
 
18300
18487
  // src/commands/CreateThemeCommand.ts
18301
18488
 
18302
18489
 
18303
18490
 
18304
- var _CreateThemeCommand = class _CreateThemeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18491
+ var CreateThemeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18305
18492
  return [
18306
18493
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18307
18494
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18308
18495
  ];
18309
18496
  }).s("QuickSight_20180401", "CreateTheme", {}).n("QuickSightClient", "CreateThemeCommand").f(void 0, void 0).ser(se_CreateThemeCommand).de(de_CreateThemeCommand).build() {
18497
+ static {
18498
+ __name(this, "CreateThemeCommand");
18499
+ }
18310
18500
  };
18311
- __name(_CreateThemeCommand, "CreateThemeCommand");
18312
- var CreateThemeCommand = _CreateThemeCommand;
18313
18501
 
18314
18502
  // src/commands/CreateTopicCommand.ts
18315
18503
 
18316
18504
 
18317
18505
 
18318
- var _CreateTopicCommand = class _CreateTopicCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18506
+ var CreateTopicCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18319
18507
  return [
18320
18508
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18321
18509
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18322
18510
  ];
18323
18511
  }).s("QuickSight_20180401", "CreateTopic", {}).n("QuickSightClient", "CreateTopicCommand").f(CreateTopicRequestFilterSensitiveLog, void 0).ser(se_CreateTopicCommand).de(de_CreateTopicCommand).build() {
18512
+ static {
18513
+ __name(this, "CreateTopicCommand");
18514
+ }
18324
18515
  };
18325
- __name(_CreateTopicCommand, "CreateTopicCommand");
18326
- var CreateTopicCommand = _CreateTopicCommand;
18327
18516
 
18328
18517
  // src/commands/CreateTopicRefreshScheduleCommand.ts
18329
18518
 
18330
18519
 
18331
18520
 
18332
- var _CreateTopicRefreshScheduleCommand = class _CreateTopicRefreshScheduleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18521
+ var CreateTopicRefreshScheduleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18333
18522
  return [
18334
18523
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18335
18524
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18336
18525
  ];
18337
18526
  }).s("QuickSight_20180401", "CreateTopicRefreshSchedule", {}).n("QuickSightClient", "CreateTopicRefreshScheduleCommand").f(void 0, void 0).ser(se_CreateTopicRefreshScheduleCommand).de(de_CreateTopicRefreshScheduleCommand).build() {
18527
+ static {
18528
+ __name(this, "CreateTopicRefreshScheduleCommand");
18529
+ }
18338
18530
  };
18339
- __name(_CreateTopicRefreshScheduleCommand, "CreateTopicRefreshScheduleCommand");
18340
- var CreateTopicRefreshScheduleCommand = _CreateTopicRefreshScheduleCommand;
18341
18531
 
18342
18532
  // src/commands/CreateVPCConnectionCommand.ts
18343
18533
 
18344
18534
 
18345
18535
 
18346
- var _CreateVPCConnectionCommand = class _CreateVPCConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18536
+ var CreateVPCConnectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18347
18537
  return [
18348
18538
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18349
18539
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18350
18540
  ];
18351
18541
  }).s("QuickSight_20180401", "CreateVPCConnection", {}).n("QuickSightClient", "CreateVPCConnectionCommand").f(void 0, void 0).ser(se_CreateVPCConnectionCommand).de(de_CreateVPCConnectionCommand).build() {
18542
+ static {
18543
+ __name(this, "CreateVPCConnectionCommand");
18544
+ }
18352
18545
  };
18353
- __name(_CreateVPCConnectionCommand, "CreateVPCConnectionCommand");
18354
- var CreateVPCConnectionCommand = _CreateVPCConnectionCommand;
18355
18546
 
18356
18547
  // src/commands/DeleteAccountCustomizationCommand.ts
18357
18548
 
18358
18549
 
18359
18550
 
18360
- var _DeleteAccountCustomizationCommand = class _DeleteAccountCustomizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18551
+ var DeleteAccountCustomizationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18361
18552
  return [
18362
18553
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18363
18554
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18364
18555
  ];
18365
18556
  }).s("QuickSight_20180401", "DeleteAccountCustomization", {}).n("QuickSightClient", "DeleteAccountCustomizationCommand").f(void 0, void 0).ser(se_DeleteAccountCustomizationCommand).de(de_DeleteAccountCustomizationCommand).build() {
18557
+ static {
18558
+ __name(this, "DeleteAccountCustomizationCommand");
18559
+ }
18366
18560
  };
18367
- __name(_DeleteAccountCustomizationCommand, "DeleteAccountCustomizationCommand");
18368
- var DeleteAccountCustomizationCommand = _DeleteAccountCustomizationCommand;
18369
18561
 
18370
18562
  // src/commands/DeleteAccountSubscriptionCommand.ts
18371
18563
 
18372
18564
 
18373
18565
 
18374
- var _DeleteAccountSubscriptionCommand = class _DeleteAccountSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18566
+ var DeleteAccountSubscriptionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18375
18567
  return [
18376
18568
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18377
18569
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18378
18570
  ];
18379
18571
  }).s("QuickSight_20180401", "DeleteAccountSubscription", {}).n("QuickSightClient", "DeleteAccountSubscriptionCommand").f(void 0, void 0).ser(se_DeleteAccountSubscriptionCommand).de(de_DeleteAccountSubscriptionCommand).build() {
18572
+ static {
18573
+ __name(this, "DeleteAccountSubscriptionCommand");
18574
+ }
18380
18575
  };
18381
- __name(_DeleteAccountSubscriptionCommand, "DeleteAccountSubscriptionCommand");
18382
- var DeleteAccountSubscriptionCommand = _DeleteAccountSubscriptionCommand;
18383
18576
 
18384
18577
  // src/commands/DeleteAnalysisCommand.ts
18385
18578
 
18386
18579
 
18387
18580
 
18388
- var _DeleteAnalysisCommand = class _DeleteAnalysisCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18581
+ var DeleteAnalysisCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18389
18582
  return [
18390
18583
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18391
18584
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18392
18585
  ];
18393
18586
  }).s("QuickSight_20180401", "DeleteAnalysis", {}).n("QuickSightClient", "DeleteAnalysisCommand").f(void 0, void 0).ser(se_DeleteAnalysisCommand).de(de_DeleteAnalysisCommand).build() {
18587
+ static {
18588
+ __name(this, "DeleteAnalysisCommand");
18589
+ }
18394
18590
  };
18395
- __name(_DeleteAnalysisCommand, "DeleteAnalysisCommand");
18396
- var DeleteAnalysisCommand = _DeleteAnalysisCommand;
18397
18591
 
18398
18592
  // src/commands/DeleteBrandAssignmentCommand.ts
18399
18593
 
18400
18594
 
18401
18595
 
18402
- var _DeleteBrandAssignmentCommand = class _DeleteBrandAssignmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18596
+ var DeleteBrandAssignmentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18403
18597
  return [
18404
18598
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18405
18599
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18406
18600
  ];
18407
18601
  }).s("QuickSight_20180401", "DeleteBrandAssignment", {}).n("QuickSightClient", "DeleteBrandAssignmentCommand").f(void 0, void 0).ser(se_DeleteBrandAssignmentCommand).de(de_DeleteBrandAssignmentCommand).build() {
18602
+ static {
18603
+ __name(this, "DeleteBrandAssignmentCommand");
18604
+ }
18408
18605
  };
18409
- __name(_DeleteBrandAssignmentCommand, "DeleteBrandAssignmentCommand");
18410
- var DeleteBrandAssignmentCommand = _DeleteBrandAssignmentCommand;
18411
18606
 
18412
18607
  // src/commands/DeleteBrandCommand.ts
18413
18608
 
18414
18609
 
18415
18610
 
18416
- var _DeleteBrandCommand = class _DeleteBrandCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18611
+ var DeleteBrandCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18417
18612
  return [
18418
18613
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18419
18614
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18420
18615
  ];
18421
18616
  }).s("QuickSight_20180401", "DeleteBrand", {}).n("QuickSightClient", "DeleteBrandCommand").f(void 0, void 0).ser(se_DeleteBrandCommand).de(de_DeleteBrandCommand).build() {
18617
+ static {
18618
+ __name(this, "DeleteBrandCommand");
18619
+ }
18422
18620
  };
18423
- __name(_DeleteBrandCommand, "DeleteBrandCommand");
18424
- var DeleteBrandCommand = _DeleteBrandCommand;
18425
18621
 
18426
18622
  // src/commands/DeleteCustomPermissionsCommand.ts
18427
18623
 
18428
18624
 
18429
18625
 
18430
- var _DeleteCustomPermissionsCommand = class _DeleteCustomPermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18626
+ var DeleteCustomPermissionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18431
18627
  return [
18432
18628
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18433
18629
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18434
18630
  ];
18435
18631
  }).s("QuickSight_20180401", "DeleteCustomPermissions", {}).n("QuickSightClient", "DeleteCustomPermissionsCommand").f(void 0, void 0).ser(se_DeleteCustomPermissionsCommand).de(de_DeleteCustomPermissionsCommand).build() {
18632
+ static {
18633
+ __name(this, "DeleteCustomPermissionsCommand");
18634
+ }
18436
18635
  };
18437
- __name(_DeleteCustomPermissionsCommand, "DeleteCustomPermissionsCommand");
18438
- var DeleteCustomPermissionsCommand = _DeleteCustomPermissionsCommand;
18439
18636
 
18440
18637
  // src/commands/DeleteDashboardCommand.ts
18441
18638
 
18442
18639
 
18443
18640
 
18444
- var _DeleteDashboardCommand = class _DeleteDashboardCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18641
+ var DeleteDashboardCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18445
18642
  return [
18446
18643
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18447
18644
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18448
18645
  ];
18449
18646
  }).s("QuickSight_20180401", "DeleteDashboard", {}).n("QuickSightClient", "DeleteDashboardCommand").f(void 0, void 0).ser(se_DeleteDashboardCommand).de(de_DeleteDashboardCommand).build() {
18647
+ static {
18648
+ __name(this, "DeleteDashboardCommand");
18649
+ }
18450
18650
  };
18451
- __name(_DeleteDashboardCommand, "DeleteDashboardCommand");
18452
- var DeleteDashboardCommand = _DeleteDashboardCommand;
18453
18651
 
18454
18652
  // src/commands/DeleteDataSetCommand.ts
18455
18653
 
18456
18654
 
18457
18655
 
18458
- var _DeleteDataSetCommand = class _DeleteDataSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18656
+ var DeleteDataSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18459
18657
  return [
18460
18658
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18461
18659
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18462
18660
  ];
18463
18661
  }).s("QuickSight_20180401", "DeleteDataSet", {}).n("QuickSightClient", "DeleteDataSetCommand").f(void 0, void 0).ser(se_DeleteDataSetCommand).de(de_DeleteDataSetCommand).build() {
18662
+ static {
18663
+ __name(this, "DeleteDataSetCommand");
18664
+ }
18464
18665
  };
18465
- __name(_DeleteDataSetCommand, "DeleteDataSetCommand");
18466
- var DeleteDataSetCommand = _DeleteDataSetCommand;
18467
18666
 
18468
18667
  // src/commands/DeleteDataSetRefreshPropertiesCommand.ts
18469
18668
 
18470
18669
 
18471
18670
 
18472
- var _DeleteDataSetRefreshPropertiesCommand = class _DeleteDataSetRefreshPropertiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18671
+ var DeleteDataSetRefreshPropertiesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18473
18672
  return [
18474
18673
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18475
18674
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18476
18675
  ];
18477
18676
  }).s("QuickSight_20180401", "DeleteDataSetRefreshProperties", {}).n("QuickSightClient", "DeleteDataSetRefreshPropertiesCommand").f(void 0, void 0).ser(se_DeleteDataSetRefreshPropertiesCommand).de(de_DeleteDataSetRefreshPropertiesCommand).build() {
18677
+ static {
18678
+ __name(this, "DeleteDataSetRefreshPropertiesCommand");
18679
+ }
18478
18680
  };
18479
- __name(_DeleteDataSetRefreshPropertiesCommand, "DeleteDataSetRefreshPropertiesCommand");
18480
- var DeleteDataSetRefreshPropertiesCommand = _DeleteDataSetRefreshPropertiesCommand;
18481
18681
 
18482
18682
  // src/commands/DeleteDataSourceCommand.ts
18483
18683
 
18484
18684
 
18485
18685
 
18486
- var _DeleteDataSourceCommand = class _DeleteDataSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18686
+ var DeleteDataSourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18487
18687
  return [
18488
18688
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18489
18689
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18490
18690
  ];
18491
18691
  }).s("QuickSight_20180401", "DeleteDataSource", {}).n("QuickSightClient", "DeleteDataSourceCommand").f(void 0, void 0).ser(se_DeleteDataSourceCommand).de(de_DeleteDataSourceCommand).build() {
18692
+ static {
18693
+ __name(this, "DeleteDataSourceCommand");
18694
+ }
18492
18695
  };
18493
- __name(_DeleteDataSourceCommand, "DeleteDataSourceCommand");
18494
- var DeleteDataSourceCommand = _DeleteDataSourceCommand;
18495
18696
 
18496
18697
  // src/commands/DeleteDefaultQBusinessApplicationCommand.ts
18497
18698
 
18498
18699
 
18499
18700
 
18500
- var _DeleteDefaultQBusinessApplicationCommand = class _DeleteDefaultQBusinessApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18701
+ var DeleteDefaultQBusinessApplicationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18501
18702
  return [
18502
18703
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18503
18704
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18504
18705
  ];
18505
18706
  }).s("QuickSight_20180401", "DeleteDefaultQBusinessApplication", {}).n("QuickSightClient", "DeleteDefaultQBusinessApplicationCommand").f(void 0, void 0).ser(se_DeleteDefaultQBusinessApplicationCommand).de(de_DeleteDefaultQBusinessApplicationCommand).build() {
18707
+ static {
18708
+ __name(this, "DeleteDefaultQBusinessApplicationCommand");
18709
+ }
18506
18710
  };
18507
- __name(_DeleteDefaultQBusinessApplicationCommand, "DeleteDefaultQBusinessApplicationCommand");
18508
- var DeleteDefaultQBusinessApplicationCommand = _DeleteDefaultQBusinessApplicationCommand;
18509
18711
 
18510
18712
  // src/commands/DeleteFolderCommand.ts
18511
18713
 
18512
18714
 
18513
18715
 
18514
- var _DeleteFolderCommand = class _DeleteFolderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18716
+ var DeleteFolderCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18515
18717
  return [
18516
18718
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18517
18719
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18518
18720
  ];
18519
18721
  }).s("QuickSight_20180401", "DeleteFolder", {}).n("QuickSightClient", "DeleteFolderCommand").f(void 0, void 0).ser(se_DeleteFolderCommand).de(de_DeleteFolderCommand).build() {
18722
+ static {
18723
+ __name(this, "DeleteFolderCommand");
18724
+ }
18520
18725
  };
18521
- __name(_DeleteFolderCommand, "DeleteFolderCommand");
18522
- var DeleteFolderCommand = _DeleteFolderCommand;
18523
18726
 
18524
18727
  // src/commands/DeleteFolderMembershipCommand.ts
18525
18728
 
18526
18729
 
18527
18730
 
18528
- var _DeleteFolderMembershipCommand = class _DeleteFolderMembershipCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18731
+ var DeleteFolderMembershipCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18529
18732
  return [
18530
18733
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18531
18734
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18532
18735
  ];
18533
18736
  }).s("QuickSight_20180401", "DeleteFolderMembership", {}).n("QuickSightClient", "DeleteFolderMembershipCommand").f(void 0, void 0).ser(se_DeleteFolderMembershipCommand).de(de_DeleteFolderMembershipCommand).build() {
18737
+ static {
18738
+ __name(this, "DeleteFolderMembershipCommand");
18739
+ }
18534
18740
  };
18535
- __name(_DeleteFolderMembershipCommand, "DeleteFolderMembershipCommand");
18536
- var DeleteFolderMembershipCommand = _DeleteFolderMembershipCommand;
18537
18741
 
18538
18742
  // src/commands/DeleteGroupCommand.ts
18539
18743
 
18540
18744
 
18541
18745
 
18542
- var _DeleteGroupCommand = class _DeleteGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18746
+ var DeleteGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18543
18747
  return [
18544
18748
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18545
18749
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18546
18750
  ];
18547
18751
  }).s("QuickSight_20180401", "DeleteGroup", {}).n("QuickSightClient", "DeleteGroupCommand").f(void 0, void 0).ser(se_DeleteGroupCommand).de(de_DeleteGroupCommand).build() {
18752
+ static {
18753
+ __name(this, "DeleteGroupCommand");
18754
+ }
18548
18755
  };
18549
- __name(_DeleteGroupCommand, "DeleteGroupCommand");
18550
- var DeleteGroupCommand = _DeleteGroupCommand;
18551
18756
 
18552
18757
  // src/commands/DeleteGroupMembershipCommand.ts
18553
18758
 
18554
18759
 
18555
18760
 
18556
- var _DeleteGroupMembershipCommand = class _DeleteGroupMembershipCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18761
+ var DeleteGroupMembershipCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18557
18762
  return [
18558
18763
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18559
18764
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18560
18765
  ];
18561
18766
  }).s("QuickSight_20180401", "DeleteGroupMembership", {}).n("QuickSightClient", "DeleteGroupMembershipCommand").f(void 0, void 0).ser(se_DeleteGroupMembershipCommand).de(de_DeleteGroupMembershipCommand).build() {
18767
+ static {
18768
+ __name(this, "DeleteGroupMembershipCommand");
18769
+ }
18562
18770
  };
18563
- __name(_DeleteGroupMembershipCommand, "DeleteGroupMembershipCommand");
18564
- var DeleteGroupMembershipCommand = _DeleteGroupMembershipCommand;
18565
18771
 
18566
18772
  // src/commands/DeleteIAMPolicyAssignmentCommand.ts
18567
18773
 
18568
18774
 
18569
18775
 
18570
- var _DeleteIAMPolicyAssignmentCommand = class _DeleteIAMPolicyAssignmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18776
+ var DeleteIAMPolicyAssignmentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18571
18777
  return [
18572
18778
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18573
18779
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18574
18780
  ];
18575
18781
  }).s("QuickSight_20180401", "DeleteIAMPolicyAssignment", {}).n("QuickSightClient", "DeleteIAMPolicyAssignmentCommand").f(void 0, void 0).ser(se_DeleteIAMPolicyAssignmentCommand).de(de_DeleteIAMPolicyAssignmentCommand).build() {
18782
+ static {
18783
+ __name(this, "DeleteIAMPolicyAssignmentCommand");
18784
+ }
18576
18785
  };
18577
- __name(_DeleteIAMPolicyAssignmentCommand, "DeleteIAMPolicyAssignmentCommand");
18578
- var DeleteIAMPolicyAssignmentCommand = _DeleteIAMPolicyAssignmentCommand;
18579
18786
 
18580
18787
  // src/commands/DeleteIdentityPropagationConfigCommand.ts
18581
18788
 
18582
18789
 
18583
18790
 
18584
- var _DeleteIdentityPropagationConfigCommand = class _DeleteIdentityPropagationConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18791
+ var DeleteIdentityPropagationConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18585
18792
  return [
18586
18793
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18587
18794
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18588
18795
  ];
18589
18796
  }).s("QuickSight_20180401", "DeleteIdentityPropagationConfig", {}).n("QuickSightClient", "DeleteIdentityPropagationConfigCommand").f(void 0, void 0).ser(se_DeleteIdentityPropagationConfigCommand).de(de_DeleteIdentityPropagationConfigCommand).build() {
18797
+ static {
18798
+ __name(this, "DeleteIdentityPropagationConfigCommand");
18799
+ }
18590
18800
  };
18591
- __name(_DeleteIdentityPropagationConfigCommand, "DeleteIdentityPropagationConfigCommand");
18592
- var DeleteIdentityPropagationConfigCommand = _DeleteIdentityPropagationConfigCommand;
18593
18801
 
18594
18802
  // src/commands/DeleteNamespaceCommand.ts
18595
18803
 
18596
18804
 
18597
18805
 
18598
- var _DeleteNamespaceCommand = class _DeleteNamespaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18806
+ var DeleteNamespaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18599
18807
  return [
18600
18808
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18601
18809
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18602
18810
  ];
18603
18811
  }).s("QuickSight_20180401", "DeleteNamespace", {}).n("QuickSightClient", "DeleteNamespaceCommand").f(void 0, void 0).ser(se_DeleteNamespaceCommand).de(de_DeleteNamespaceCommand).build() {
18812
+ static {
18813
+ __name(this, "DeleteNamespaceCommand");
18814
+ }
18604
18815
  };
18605
- __name(_DeleteNamespaceCommand, "DeleteNamespaceCommand");
18606
- var DeleteNamespaceCommand = _DeleteNamespaceCommand;
18607
18816
 
18608
18817
  // src/commands/DeleteRefreshScheduleCommand.ts
18609
18818
 
18610
18819
 
18611
18820
 
18612
- var _DeleteRefreshScheduleCommand = class _DeleteRefreshScheduleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18821
+ var DeleteRefreshScheduleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18613
18822
  return [
18614
18823
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18615
18824
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18616
18825
  ];
18617
18826
  }).s("QuickSight_20180401", "DeleteRefreshSchedule", {}).n("QuickSightClient", "DeleteRefreshScheduleCommand").f(void 0, void 0).ser(se_DeleteRefreshScheduleCommand).de(de_DeleteRefreshScheduleCommand).build() {
18827
+ static {
18828
+ __name(this, "DeleteRefreshScheduleCommand");
18829
+ }
18618
18830
  };
18619
- __name(_DeleteRefreshScheduleCommand, "DeleteRefreshScheduleCommand");
18620
- var DeleteRefreshScheduleCommand = _DeleteRefreshScheduleCommand;
18621
18831
 
18622
18832
  // src/commands/DeleteRoleCustomPermissionCommand.ts
18623
18833
 
18624
18834
 
18625
18835
 
18626
- var _DeleteRoleCustomPermissionCommand = class _DeleteRoleCustomPermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18836
+ var DeleteRoleCustomPermissionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18627
18837
  return [
18628
18838
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18629
18839
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18630
18840
  ];
18631
18841
  }).s("QuickSight_20180401", "DeleteRoleCustomPermission", {}).n("QuickSightClient", "DeleteRoleCustomPermissionCommand").f(void 0, void 0).ser(se_DeleteRoleCustomPermissionCommand).de(de_DeleteRoleCustomPermissionCommand).build() {
18842
+ static {
18843
+ __name(this, "DeleteRoleCustomPermissionCommand");
18844
+ }
18632
18845
  };
18633
- __name(_DeleteRoleCustomPermissionCommand, "DeleteRoleCustomPermissionCommand");
18634
- var DeleteRoleCustomPermissionCommand = _DeleteRoleCustomPermissionCommand;
18635
18846
 
18636
18847
  // src/commands/DeleteRoleMembershipCommand.ts
18637
18848
 
18638
18849
 
18639
18850
 
18640
- var _DeleteRoleMembershipCommand = class _DeleteRoleMembershipCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18851
+ var DeleteRoleMembershipCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18641
18852
  return [
18642
18853
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18643
18854
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18644
18855
  ];
18645
18856
  }).s("QuickSight_20180401", "DeleteRoleMembership", {}).n("QuickSightClient", "DeleteRoleMembershipCommand").f(void 0, void 0).ser(se_DeleteRoleMembershipCommand).de(de_DeleteRoleMembershipCommand).build() {
18857
+ static {
18858
+ __name(this, "DeleteRoleMembershipCommand");
18859
+ }
18646
18860
  };
18647
- __name(_DeleteRoleMembershipCommand, "DeleteRoleMembershipCommand");
18648
- var DeleteRoleMembershipCommand = _DeleteRoleMembershipCommand;
18649
18861
 
18650
18862
  // src/commands/DeleteTemplateAliasCommand.ts
18651
18863
 
18652
18864
 
18653
18865
 
18654
- var _DeleteTemplateAliasCommand = class _DeleteTemplateAliasCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18866
+ var DeleteTemplateAliasCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18655
18867
  return [
18656
18868
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18657
18869
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18658
18870
  ];
18659
18871
  }).s("QuickSight_20180401", "DeleteTemplateAlias", {}).n("QuickSightClient", "DeleteTemplateAliasCommand").f(void 0, void 0).ser(se_DeleteTemplateAliasCommand).de(de_DeleteTemplateAliasCommand).build() {
18872
+ static {
18873
+ __name(this, "DeleteTemplateAliasCommand");
18874
+ }
18660
18875
  };
18661
- __name(_DeleteTemplateAliasCommand, "DeleteTemplateAliasCommand");
18662
- var DeleteTemplateAliasCommand = _DeleteTemplateAliasCommand;
18663
18876
 
18664
18877
  // src/commands/DeleteTemplateCommand.ts
18665
18878
 
18666
18879
 
18667
18880
 
18668
- var _DeleteTemplateCommand = class _DeleteTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18881
+ var DeleteTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18669
18882
  return [
18670
18883
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18671
18884
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18672
18885
  ];
18673
18886
  }).s("QuickSight_20180401", "DeleteTemplate", {}).n("QuickSightClient", "DeleteTemplateCommand").f(void 0, void 0).ser(se_DeleteTemplateCommand).de(de_DeleteTemplateCommand).build() {
18887
+ static {
18888
+ __name(this, "DeleteTemplateCommand");
18889
+ }
18674
18890
  };
18675
- __name(_DeleteTemplateCommand, "DeleteTemplateCommand");
18676
- var DeleteTemplateCommand = _DeleteTemplateCommand;
18677
18891
 
18678
18892
  // src/commands/DeleteThemeAliasCommand.ts
18679
18893
 
18680
18894
 
18681
18895
 
18682
- var _DeleteThemeAliasCommand = class _DeleteThemeAliasCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18896
+ var DeleteThemeAliasCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18683
18897
  return [
18684
18898
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18685
18899
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18686
18900
  ];
18687
18901
  }).s("QuickSight_20180401", "DeleteThemeAlias", {}).n("QuickSightClient", "DeleteThemeAliasCommand").f(void 0, void 0).ser(se_DeleteThemeAliasCommand).de(de_DeleteThemeAliasCommand).build() {
18902
+ static {
18903
+ __name(this, "DeleteThemeAliasCommand");
18904
+ }
18688
18905
  };
18689
- __name(_DeleteThemeAliasCommand, "DeleteThemeAliasCommand");
18690
- var DeleteThemeAliasCommand = _DeleteThemeAliasCommand;
18691
18906
 
18692
18907
  // src/commands/DeleteThemeCommand.ts
18693
18908
 
18694
18909
 
18695
18910
 
18696
- var _DeleteThemeCommand = class _DeleteThemeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18911
+ var DeleteThemeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18697
18912
  return [
18698
18913
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18699
18914
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18700
18915
  ];
18701
18916
  }).s("QuickSight_20180401", "DeleteTheme", {}).n("QuickSightClient", "DeleteThemeCommand").f(void 0, void 0).ser(se_DeleteThemeCommand).de(de_DeleteThemeCommand).build() {
18917
+ static {
18918
+ __name(this, "DeleteThemeCommand");
18919
+ }
18702
18920
  };
18703
- __name(_DeleteThemeCommand, "DeleteThemeCommand");
18704
- var DeleteThemeCommand = _DeleteThemeCommand;
18705
18921
 
18706
18922
  // src/commands/DeleteTopicCommand.ts
18707
18923
 
18708
18924
 
18709
18925
 
18710
- var _DeleteTopicCommand = class _DeleteTopicCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18926
+ var DeleteTopicCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18711
18927
  return [
18712
18928
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18713
18929
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18714
18930
  ];
18715
18931
  }).s("QuickSight_20180401", "DeleteTopic", {}).n("QuickSightClient", "DeleteTopicCommand").f(void 0, void 0).ser(se_DeleteTopicCommand).de(de_DeleteTopicCommand).build() {
18932
+ static {
18933
+ __name(this, "DeleteTopicCommand");
18934
+ }
18716
18935
  };
18717
- __name(_DeleteTopicCommand, "DeleteTopicCommand");
18718
- var DeleteTopicCommand = _DeleteTopicCommand;
18719
18936
 
18720
18937
  // src/commands/DeleteTopicRefreshScheduleCommand.ts
18721
18938
 
18722
18939
 
18723
18940
 
18724
- var _DeleteTopicRefreshScheduleCommand = class _DeleteTopicRefreshScheduleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18941
+ var DeleteTopicRefreshScheduleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18725
18942
  return [
18726
18943
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18727
18944
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18728
18945
  ];
18729
18946
  }).s("QuickSight_20180401", "DeleteTopicRefreshSchedule", {}).n("QuickSightClient", "DeleteTopicRefreshScheduleCommand").f(void 0, void 0).ser(se_DeleteTopicRefreshScheduleCommand).de(de_DeleteTopicRefreshScheduleCommand).build() {
18947
+ static {
18948
+ __name(this, "DeleteTopicRefreshScheduleCommand");
18949
+ }
18730
18950
  };
18731
- __name(_DeleteTopicRefreshScheduleCommand, "DeleteTopicRefreshScheduleCommand");
18732
- var DeleteTopicRefreshScheduleCommand = _DeleteTopicRefreshScheduleCommand;
18733
18951
 
18734
18952
  // src/commands/DeleteUserByPrincipalIdCommand.ts
18735
18953
 
18736
18954
 
18737
18955
 
18738
- var _DeleteUserByPrincipalIdCommand = class _DeleteUserByPrincipalIdCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18956
+ var DeleteUserByPrincipalIdCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18739
18957
  return [
18740
18958
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18741
18959
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18742
18960
  ];
18743
18961
  }).s("QuickSight_20180401", "DeleteUserByPrincipalId", {}).n("QuickSightClient", "DeleteUserByPrincipalIdCommand").f(void 0, void 0).ser(se_DeleteUserByPrincipalIdCommand).de(de_DeleteUserByPrincipalIdCommand).build() {
18962
+ static {
18963
+ __name(this, "DeleteUserByPrincipalIdCommand");
18964
+ }
18744
18965
  };
18745
- __name(_DeleteUserByPrincipalIdCommand, "DeleteUserByPrincipalIdCommand");
18746
- var DeleteUserByPrincipalIdCommand = _DeleteUserByPrincipalIdCommand;
18747
18966
 
18748
18967
  // src/commands/DeleteUserCommand.ts
18749
18968
 
18750
18969
 
18751
18970
 
18752
- var _DeleteUserCommand = class _DeleteUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18971
+ var DeleteUserCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18753
18972
  return [
18754
18973
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18755
18974
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18756
18975
  ];
18757
18976
  }).s("QuickSight_20180401", "DeleteUser", {}).n("QuickSightClient", "DeleteUserCommand").f(void 0, void 0).ser(se_DeleteUserCommand).de(de_DeleteUserCommand).build() {
18977
+ static {
18978
+ __name(this, "DeleteUserCommand");
18979
+ }
18758
18980
  };
18759
- __name(_DeleteUserCommand, "DeleteUserCommand");
18760
- var DeleteUserCommand = _DeleteUserCommand;
18761
18981
 
18762
18982
  // src/commands/DeleteUserCustomPermissionCommand.ts
18763
18983
 
18764
18984
 
18765
18985
 
18766
- var _DeleteUserCustomPermissionCommand = class _DeleteUserCustomPermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18986
+ var DeleteUserCustomPermissionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18767
18987
  return [
18768
18988
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18769
18989
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18770
18990
  ];
18771
18991
  }).s("QuickSight_20180401", "DeleteUserCustomPermission", {}).n("QuickSightClient", "DeleteUserCustomPermissionCommand").f(void 0, void 0).ser(se_DeleteUserCustomPermissionCommand).de(de_DeleteUserCustomPermissionCommand).build() {
18992
+ static {
18993
+ __name(this, "DeleteUserCustomPermissionCommand");
18994
+ }
18772
18995
  };
18773
- __name(_DeleteUserCustomPermissionCommand, "DeleteUserCustomPermissionCommand");
18774
- var DeleteUserCustomPermissionCommand = _DeleteUserCustomPermissionCommand;
18775
18996
 
18776
18997
  // src/commands/DeleteVPCConnectionCommand.ts
18777
18998
 
18778
18999
 
18779
19000
 
18780
- var _DeleteVPCConnectionCommand = class _DeleteVPCConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19001
+ var DeleteVPCConnectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18781
19002
  return [
18782
19003
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18783
19004
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18784
19005
  ];
18785
19006
  }).s("QuickSight_20180401", "DeleteVPCConnection", {}).n("QuickSightClient", "DeleteVPCConnectionCommand").f(void 0, void 0).ser(se_DeleteVPCConnectionCommand).de(de_DeleteVPCConnectionCommand).build() {
19007
+ static {
19008
+ __name(this, "DeleteVPCConnectionCommand");
19009
+ }
18786
19010
  };
18787
- __name(_DeleteVPCConnectionCommand, "DeleteVPCConnectionCommand");
18788
- var DeleteVPCConnectionCommand = _DeleteVPCConnectionCommand;
18789
19011
 
18790
19012
  // src/commands/DescribeAccountCustomizationCommand.ts
18791
19013
 
18792
19014
 
18793
19015
 
18794
- var _DescribeAccountCustomizationCommand = class _DescribeAccountCustomizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19016
+ var DescribeAccountCustomizationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18795
19017
  return [
18796
19018
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18797
19019
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18798
19020
  ];
18799
19021
  }).s("QuickSight_20180401", "DescribeAccountCustomization", {}).n("QuickSightClient", "DescribeAccountCustomizationCommand").f(void 0, void 0).ser(se_DescribeAccountCustomizationCommand).de(de_DescribeAccountCustomizationCommand).build() {
19022
+ static {
19023
+ __name(this, "DescribeAccountCustomizationCommand");
19024
+ }
18800
19025
  };
18801
- __name(_DescribeAccountCustomizationCommand, "DescribeAccountCustomizationCommand");
18802
- var DescribeAccountCustomizationCommand = _DescribeAccountCustomizationCommand;
18803
19026
 
18804
19027
  // src/commands/DescribeAccountSettingsCommand.ts
18805
19028
 
18806
19029
 
18807
19030
 
18808
- var _DescribeAccountSettingsCommand = class _DescribeAccountSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19031
+ var DescribeAccountSettingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18809
19032
  return [
18810
19033
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18811
19034
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18812
19035
  ];
18813
19036
  }).s("QuickSight_20180401", "DescribeAccountSettings", {}).n("QuickSightClient", "DescribeAccountSettingsCommand").f(void 0, void 0).ser(se_DescribeAccountSettingsCommand).de(de_DescribeAccountSettingsCommand).build() {
19037
+ static {
19038
+ __name(this, "DescribeAccountSettingsCommand");
19039
+ }
18814
19040
  };
18815
- __name(_DescribeAccountSettingsCommand, "DescribeAccountSettingsCommand");
18816
- var DescribeAccountSettingsCommand = _DescribeAccountSettingsCommand;
18817
19041
 
18818
19042
  // src/commands/DescribeAccountSubscriptionCommand.ts
18819
19043
 
18820
19044
 
18821
19045
 
18822
- var _DescribeAccountSubscriptionCommand = class _DescribeAccountSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19046
+ var DescribeAccountSubscriptionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18823
19047
  return [
18824
19048
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18825
19049
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18826
19050
  ];
18827
19051
  }).s("QuickSight_20180401", "DescribeAccountSubscription", {}).n("QuickSightClient", "DescribeAccountSubscriptionCommand").f(void 0, void 0).ser(se_DescribeAccountSubscriptionCommand).de(de_DescribeAccountSubscriptionCommand).build() {
19052
+ static {
19053
+ __name(this, "DescribeAccountSubscriptionCommand");
19054
+ }
18828
19055
  };
18829
- __name(_DescribeAccountSubscriptionCommand, "DescribeAccountSubscriptionCommand");
18830
- var DescribeAccountSubscriptionCommand = _DescribeAccountSubscriptionCommand;
18831
19056
 
18832
19057
  // src/commands/DescribeAnalysisCommand.ts
18833
19058
 
18834
19059
 
18835
19060
 
18836
- var _DescribeAnalysisCommand = class _DescribeAnalysisCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19061
+ var DescribeAnalysisCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18837
19062
  return [
18838
19063
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18839
19064
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18840
19065
  ];
18841
19066
  }).s("QuickSight_20180401", "DescribeAnalysis", {}).n("QuickSightClient", "DescribeAnalysisCommand").f(void 0, DescribeAnalysisResponseFilterSensitiveLog).ser(se_DescribeAnalysisCommand).de(de_DescribeAnalysisCommand).build() {
19067
+ static {
19068
+ __name(this, "DescribeAnalysisCommand");
19069
+ }
18842
19070
  };
18843
- __name(_DescribeAnalysisCommand, "DescribeAnalysisCommand");
18844
- var DescribeAnalysisCommand = _DescribeAnalysisCommand;
18845
19071
 
18846
19072
  // src/commands/DescribeAnalysisDefinitionCommand.ts
18847
19073
 
18848
19074
 
18849
19075
 
18850
- var _DescribeAnalysisDefinitionCommand = class _DescribeAnalysisDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19076
+ var DescribeAnalysisDefinitionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18851
19077
  return [
18852
19078
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18853
19079
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18854
19080
  ];
18855
19081
  }).s("QuickSight_20180401", "DescribeAnalysisDefinition", {}).n("QuickSightClient", "DescribeAnalysisDefinitionCommand").f(void 0, DescribeAnalysisDefinitionResponseFilterSensitiveLog).ser(se_DescribeAnalysisDefinitionCommand).de(de_DescribeAnalysisDefinitionCommand).build() {
19082
+ static {
19083
+ __name(this, "DescribeAnalysisDefinitionCommand");
19084
+ }
18856
19085
  };
18857
- __name(_DescribeAnalysisDefinitionCommand, "DescribeAnalysisDefinitionCommand");
18858
- var DescribeAnalysisDefinitionCommand = _DescribeAnalysisDefinitionCommand;
18859
19086
 
18860
19087
  // src/commands/DescribeAnalysisPermissionsCommand.ts
18861
19088
 
18862
19089
 
18863
19090
 
18864
- var _DescribeAnalysisPermissionsCommand = class _DescribeAnalysisPermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19091
+ var DescribeAnalysisPermissionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18865
19092
  return [
18866
19093
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18867
19094
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18868
19095
  ];
18869
19096
  }).s("QuickSight_20180401", "DescribeAnalysisPermissions", {}).n("QuickSightClient", "DescribeAnalysisPermissionsCommand").f(void 0, void 0).ser(se_DescribeAnalysisPermissionsCommand).de(de_DescribeAnalysisPermissionsCommand).build() {
19097
+ static {
19098
+ __name(this, "DescribeAnalysisPermissionsCommand");
19099
+ }
18870
19100
  };
18871
- __name(_DescribeAnalysisPermissionsCommand, "DescribeAnalysisPermissionsCommand");
18872
- var DescribeAnalysisPermissionsCommand = _DescribeAnalysisPermissionsCommand;
18873
19101
 
18874
19102
  // src/commands/DescribeAssetBundleExportJobCommand.ts
18875
19103
 
18876
19104
 
18877
19105
 
18878
- var _DescribeAssetBundleExportJobCommand = class _DescribeAssetBundleExportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19106
+ var DescribeAssetBundleExportJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18879
19107
  return [
18880
19108
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18881
19109
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18882
19110
  ];
18883
19111
  }).s("QuickSight_20180401", "DescribeAssetBundleExportJob", {}).n("QuickSightClient", "DescribeAssetBundleExportJobCommand").f(void 0, DescribeAssetBundleExportJobResponseFilterSensitiveLog).ser(se_DescribeAssetBundleExportJobCommand).de(de_DescribeAssetBundleExportJobCommand).build() {
19112
+ static {
19113
+ __name(this, "DescribeAssetBundleExportJobCommand");
19114
+ }
18884
19115
  };
18885
- __name(_DescribeAssetBundleExportJobCommand, "DescribeAssetBundleExportJobCommand");
18886
- var DescribeAssetBundleExportJobCommand = _DescribeAssetBundleExportJobCommand;
18887
19116
 
18888
19117
  // src/commands/DescribeAssetBundleImportJobCommand.ts
18889
19118
 
18890
19119
 
18891
19120
 
18892
- var _DescribeAssetBundleImportJobCommand = class _DescribeAssetBundleImportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19121
+ var DescribeAssetBundleImportJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18893
19122
  return [
18894
19123
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18895
19124
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18896
19125
  ];
18897
19126
  }).s("QuickSight_20180401", "DescribeAssetBundleImportJob", {}).n("QuickSightClient", "DescribeAssetBundleImportJobCommand").f(void 0, DescribeAssetBundleImportJobResponseFilterSensitiveLog).ser(se_DescribeAssetBundleImportJobCommand).de(de_DescribeAssetBundleImportJobCommand).build() {
19127
+ static {
19128
+ __name(this, "DescribeAssetBundleImportJobCommand");
19129
+ }
18898
19130
  };
18899
- __name(_DescribeAssetBundleImportJobCommand, "DescribeAssetBundleImportJobCommand");
18900
- var DescribeAssetBundleImportJobCommand = _DescribeAssetBundleImportJobCommand;
18901
19131
 
18902
19132
  // src/commands/DescribeBrandAssignmentCommand.ts
18903
19133
 
18904
19134
 
18905
19135
 
18906
- var _DescribeBrandAssignmentCommand = class _DescribeBrandAssignmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19136
+ var DescribeBrandAssignmentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18907
19137
  return [
18908
19138
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18909
19139
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18910
19140
  ];
18911
19141
  }).s("QuickSight_20180401", "DescribeBrandAssignment", {}).n("QuickSightClient", "DescribeBrandAssignmentCommand").f(void 0, void 0).ser(se_DescribeBrandAssignmentCommand).de(de_DescribeBrandAssignmentCommand).build() {
19142
+ static {
19143
+ __name(this, "DescribeBrandAssignmentCommand");
19144
+ }
18912
19145
  };
18913
- __name(_DescribeBrandAssignmentCommand, "DescribeBrandAssignmentCommand");
18914
- var DescribeBrandAssignmentCommand = _DescribeBrandAssignmentCommand;
18915
19146
 
18916
19147
  // src/commands/DescribeBrandCommand.ts
18917
19148
 
18918
19149
 
18919
19150
 
18920
- var _DescribeBrandCommand = class _DescribeBrandCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19151
+ var DescribeBrandCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18921
19152
  return [
18922
19153
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18923
19154
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18924
19155
  ];
18925
19156
  }).s("QuickSight_20180401", "DescribeBrand", {}).n("QuickSightClient", "DescribeBrandCommand").f(void 0, void 0).ser(se_DescribeBrandCommand).de(de_DescribeBrandCommand).build() {
19157
+ static {
19158
+ __name(this, "DescribeBrandCommand");
19159
+ }
18926
19160
  };
18927
- __name(_DescribeBrandCommand, "DescribeBrandCommand");
18928
- var DescribeBrandCommand = _DescribeBrandCommand;
18929
19161
 
18930
19162
  // src/commands/DescribeBrandPublishedVersionCommand.ts
18931
19163
 
18932
19164
 
18933
19165
 
18934
- var _DescribeBrandPublishedVersionCommand = class _DescribeBrandPublishedVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19166
+ var DescribeBrandPublishedVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18935
19167
  return [
18936
19168
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18937
19169
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18938
19170
  ];
18939
19171
  }).s("QuickSight_20180401", "DescribeBrandPublishedVersion", {}).n("QuickSightClient", "DescribeBrandPublishedVersionCommand").f(void 0, void 0).ser(se_DescribeBrandPublishedVersionCommand).de(de_DescribeBrandPublishedVersionCommand).build() {
19172
+ static {
19173
+ __name(this, "DescribeBrandPublishedVersionCommand");
19174
+ }
18940
19175
  };
18941
- __name(_DescribeBrandPublishedVersionCommand, "DescribeBrandPublishedVersionCommand");
18942
- var DescribeBrandPublishedVersionCommand = _DescribeBrandPublishedVersionCommand;
18943
19176
 
18944
19177
  // src/commands/DescribeCustomPermissionsCommand.ts
18945
19178
 
18946
19179
 
18947
19180
 
18948
- var _DescribeCustomPermissionsCommand = class _DescribeCustomPermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19181
+ var DescribeCustomPermissionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18949
19182
  return [
18950
19183
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18951
19184
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18952
19185
  ];
18953
19186
  }).s("QuickSight_20180401", "DescribeCustomPermissions", {}).n("QuickSightClient", "DescribeCustomPermissionsCommand").f(void 0, void 0).ser(se_DescribeCustomPermissionsCommand).de(de_DescribeCustomPermissionsCommand).build() {
19187
+ static {
19188
+ __name(this, "DescribeCustomPermissionsCommand");
19189
+ }
18954
19190
  };
18955
- __name(_DescribeCustomPermissionsCommand, "DescribeCustomPermissionsCommand");
18956
- var DescribeCustomPermissionsCommand = _DescribeCustomPermissionsCommand;
18957
19191
 
18958
19192
  // src/commands/DescribeDashboardCommand.ts
18959
19193
 
18960
19194
 
18961
19195
 
18962
- var _DescribeDashboardCommand = class _DescribeDashboardCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19196
+ var DescribeDashboardCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18963
19197
  return [
18964
19198
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18965
19199
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18966
19200
  ];
18967
19201
  }).s("QuickSight_20180401", "DescribeDashboard", {}).n("QuickSightClient", "DescribeDashboardCommand").f(void 0, DescribeDashboardResponseFilterSensitiveLog).ser(se_DescribeDashboardCommand).de(de_DescribeDashboardCommand).build() {
19202
+ static {
19203
+ __name(this, "DescribeDashboardCommand");
19204
+ }
18968
19205
  };
18969
- __name(_DescribeDashboardCommand, "DescribeDashboardCommand");
18970
- var DescribeDashboardCommand = _DescribeDashboardCommand;
18971
19206
 
18972
19207
  // src/commands/DescribeDashboardDefinitionCommand.ts
18973
19208
 
18974
19209
 
18975
19210
 
18976
- var _DescribeDashboardDefinitionCommand = class _DescribeDashboardDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19211
+ var DescribeDashboardDefinitionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18977
19212
  return [
18978
19213
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18979
19214
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18980
19215
  ];
18981
19216
  }).s("QuickSight_20180401", "DescribeDashboardDefinition", {}).n("QuickSightClient", "DescribeDashboardDefinitionCommand").f(void 0, DescribeDashboardDefinitionResponseFilterSensitiveLog).ser(se_DescribeDashboardDefinitionCommand).de(de_DescribeDashboardDefinitionCommand).build() {
19217
+ static {
19218
+ __name(this, "DescribeDashboardDefinitionCommand");
19219
+ }
18982
19220
  };
18983
- __name(_DescribeDashboardDefinitionCommand, "DescribeDashboardDefinitionCommand");
18984
- var DescribeDashboardDefinitionCommand = _DescribeDashboardDefinitionCommand;
18985
19221
 
18986
19222
  // src/commands/DescribeDashboardPermissionsCommand.ts
18987
19223
 
18988
19224
 
18989
19225
 
18990
- var _DescribeDashboardPermissionsCommand = class _DescribeDashboardPermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19226
+ var DescribeDashboardPermissionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
18991
19227
  return [
18992
19228
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
18993
19229
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
18994
19230
  ];
18995
19231
  }).s("QuickSight_20180401", "DescribeDashboardPermissions", {}).n("QuickSightClient", "DescribeDashboardPermissionsCommand").f(void 0, void 0).ser(se_DescribeDashboardPermissionsCommand).de(de_DescribeDashboardPermissionsCommand).build() {
19232
+ static {
19233
+ __name(this, "DescribeDashboardPermissionsCommand");
19234
+ }
18996
19235
  };
18997
- __name(_DescribeDashboardPermissionsCommand, "DescribeDashboardPermissionsCommand");
18998
- var DescribeDashboardPermissionsCommand = _DescribeDashboardPermissionsCommand;
18999
19236
 
19000
19237
  // src/commands/DescribeDashboardSnapshotJobCommand.ts
19001
19238
 
19002
19239
 
19003
19240
 
19004
- var _DescribeDashboardSnapshotJobCommand = class _DescribeDashboardSnapshotJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19241
+ var DescribeDashboardSnapshotJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19005
19242
  return [
19006
19243
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19007
19244
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19008
19245
  ];
19009
19246
  }).s("QuickSight_20180401", "DescribeDashboardSnapshotJob", {}).n("QuickSightClient", "DescribeDashboardSnapshotJobCommand").f(void 0, DescribeDashboardSnapshotJobResponseFilterSensitiveLog).ser(se_DescribeDashboardSnapshotJobCommand).de(de_DescribeDashboardSnapshotJobCommand).build() {
19247
+ static {
19248
+ __name(this, "DescribeDashboardSnapshotJobCommand");
19249
+ }
19010
19250
  };
19011
- __name(_DescribeDashboardSnapshotJobCommand, "DescribeDashboardSnapshotJobCommand");
19012
- var DescribeDashboardSnapshotJobCommand = _DescribeDashboardSnapshotJobCommand;
19013
19251
 
19014
19252
  // src/commands/DescribeDashboardSnapshotJobResultCommand.ts
19015
19253
 
19016
19254
 
19017
19255
 
19018
- var _DescribeDashboardSnapshotJobResultCommand = class _DescribeDashboardSnapshotJobResultCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19256
+ var DescribeDashboardSnapshotJobResultCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19019
19257
  return [
19020
19258
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19021
19259
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19022
19260
  ];
19023
19261
  }).s("QuickSight_20180401", "DescribeDashboardSnapshotJobResult", {}).n("QuickSightClient", "DescribeDashboardSnapshotJobResultCommand").f(void 0, DescribeDashboardSnapshotJobResultResponseFilterSensitiveLog).ser(se_DescribeDashboardSnapshotJobResultCommand).de(de_DescribeDashboardSnapshotJobResultCommand).build() {
19262
+ static {
19263
+ __name(this, "DescribeDashboardSnapshotJobResultCommand");
19264
+ }
19024
19265
  };
19025
- __name(_DescribeDashboardSnapshotJobResultCommand, "DescribeDashboardSnapshotJobResultCommand");
19026
- var DescribeDashboardSnapshotJobResultCommand = _DescribeDashboardSnapshotJobResultCommand;
19027
19266
 
19028
19267
  // src/commands/DescribeDashboardsQAConfigurationCommand.ts
19029
19268
 
19030
19269
 
19031
19270
 
19032
- var _DescribeDashboardsQAConfigurationCommand = class _DescribeDashboardsQAConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19271
+ var DescribeDashboardsQAConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19033
19272
  return [
19034
19273
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19035
19274
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19036
19275
  ];
19037
19276
  }).s("QuickSight_20180401", "DescribeDashboardsQAConfiguration", {}).n("QuickSightClient", "DescribeDashboardsQAConfigurationCommand").f(void 0, void 0).ser(se_DescribeDashboardsQAConfigurationCommand).de(de_DescribeDashboardsQAConfigurationCommand).build() {
19277
+ static {
19278
+ __name(this, "DescribeDashboardsQAConfigurationCommand");
19279
+ }
19038
19280
  };
19039
- __name(_DescribeDashboardsQAConfigurationCommand, "DescribeDashboardsQAConfigurationCommand");
19040
- var DescribeDashboardsQAConfigurationCommand = _DescribeDashboardsQAConfigurationCommand;
19041
19281
 
19042
19282
  // src/commands/DescribeDataSetCommand.ts
19043
19283
 
19044
19284
 
19045
19285
 
19046
- var _DescribeDataSetCommand = class _DescribeDataSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19286
+ var DescribeDataSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19047
19287
  return [
19048
19288
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19049
19289
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19050
19290
  ];
19051
19291
  }).s("QuickSight_20180401", "DescribeDataSet", {}).n("QuickSightClient", "DescribeDataSetCommand").f(void 0, DescribeDataSetResponseFilterSensitiveLog).ser(se_DescribeDataSetCommand).de(de_DescribeDataSetCommand).build() {
19292
+ static {
19293
+ __name(this, "DescribeDataSetCommand");
19294
+ }
19052
19295
  };
19053
- __name(_DescribeDataSetCommand, "DescribeDataSetCommand");
19054
- var DescribeDataSetCommand = _DescribeDataSetCommand;
19055
19296
 
19056
19297
  // src/commands/DescribeDataSetPermissionsCommand.ts
19057
19298
 
19058
19299
 
19059
19300
 
19060
- var _DescribeDataSetPermissionsCommand = class _DescribeDataSetPermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19301
+ var DescribeDataSetPermissionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19061
19302
  return [
19062
19303
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19063
19304
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19064
19305
  ];
19065
19306
  }).s("QuickSight_20180401", "DescribeDataSetPermissions", {}).n("QuickSightClient", "DescribeDataSetPermissionsCommand").f(void 0, void 0).ser(se_DescribeDataSetPermissionsCommand).de(de_DescribeDataSetPermissionsCommand).build() {
19307
+ static {
19308
+ __name(this, "DescribeDataSetPermissionsCommand");
19309
+ }
19066
19310
  };
19067
- __name(_DescribeDataSetPermissionsCommand, "DescribeDataSetPermissionsCommand");
19068
- var DescribeDataSetPermissionsCommand = _DescribeDataSetPermissionsCommand;
19069
19311
 
19070
19312
  // src/commands/DescribeDataSetRefreshPropertiesCommand.ts
19071
19313
 
19072
19314
 
19073
19315
 
19074
- var _DescribeDataSetRefreshPropertiesCommand = class _DescribeDataSetRefreshPropertiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19316
+ var DescribeDataSetRefreshPropertiesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19075
19317
  return [
19076
19318
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19077
19319
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19078
19320
  ];
19079
19321
  }).s("QuickSight_20180401", "DescribeDataSetRefreshProperties", {}).n("QuickSightClient", "DescribeDataSetRefreshPropertiesCommand").f(void 0, void 0).ser(se_DescribeDataSetRefreshPropertiesCommand).de(de_DescribeDataSetRefreshPropertiesCommand).build() {
19322
+ static {
19323
+ __name(this, "DescribeDataSetRefreshPropertiesCommand");
19324
+ }
19080
19325
  };
19081
- __name(_DescribeDataSetRefreshPropertiesCommand, "DescribeDataSetRefreshPropertiesCommand");
19082
- var DescribeDataSetRefreshPropertiesCommand = _DescribeDataSetRefreshPropertiesCommand;
19083
19326
 
19084
19327
  // src/commands/DescribeDataSourceCommand.ts
19085
19328
 
19086
19329
 
19087
19330
 
19088
- var _DescribeDataSourceCommand = class _DescribeDataSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19331
+ var DescribeDataSourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19089
19332
  return [
19090
19333
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19091
19334
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19092
19335
  ];
19093
19336
  }).s("QuickSight_20180401", "DescribeDataSource", {}).n("QuickSightClient", "DescribeDataSourceCommand").f(void 0, void 0).ser(se_DescribeDataSourceCommand).de(de_DescribeDataSourceCommand).build() {
19337
+ static {
19338
+ __name(this, "DescribeDataSourceCommand");
19339
+ }
19094
19340
  };
19095
- __name(_DescribeDataSourceCommand, "DescribeDataSourceCommand");
19096
- var DescribeDataSourceCommand = _DescribeDataSourceCommand;
19097
19341
 
19098
19342
  // src/commands/DescribeDataSourcePermissionsCommand.ts
19099
19343
 
19100
19344
 
19101
19345
 
19102
- var _DescribeDataSourcePermissionsCommand = class _DescribeDataSourcePermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19346
+ var DescribeDataSourcePermissionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19103
19347
  return [
19104
19348
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19105
19349
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19106
19350
  ];
19107
19351
  }).s("QuickSight_20180401", "DescribeDataSourcePermissions", {}).n("QuickSightClient", "DescribeDataSourcePermissionsCommand").f(void 0, void 0).ser(se_DescribeDataSourcePermissionsCommand).de(de_DescribeDataSourcePermissionsCommand).build() {
19352
+ static {
19353
+ __name(this, "DescribeDataSourcePermissionsCommand");
19354
+ }
19108
19355
  };
19109
- __name(_DescribeDataSourcePermissionsCommand, "DescribeDataSourcePermissionsCommand");
19110
- var DescribeDataSourcePermissionsCommand = _DescribeDataSourcePermissionsCommand;
19111
19356
 
19112
19357
  // src/commands/DescribeDefaultQBusinessApplicationCommand.ts
19113
19358
 
19114
19359
 
19115
19360
 
19116
- var _DescribeDefaultQBusinessApplicationCommand = class _DescribeDefaultQBusinessApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19361
+ var DescribeDefaultQBusinessApplicationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19117
19362
  return [
19118
19363
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19119
19364
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19120
19365
  ];
19121
19366
  }).s("QuickSight_20180401", "DescribeDefaultQBusinessApplication", {}).n("QuickSightClient", "DescribeDefaultQBusinessApplicationCommand").f(void 0, void 0).ser(se_DescribeDefaultQBusinessApplicationCommand).de(de_DescribeDefaultQBusinessApplicationCommand).build() {
19367
+ static {
19368
+ __name(this, "DescribeDefaultQBusinessApplicationCommand");
19369
+ }
19122
19370
  };
19123
- __name(_DescribeDefaultQBusinessApplicationCommand, "DescribeDefaultQBusinessApplicationCommand");
19124
- var DescribeDefaultQBusinessApplicationCommand = _DescribeDefaultQBusinessApplicationCommand;
19125
19371
 
19126
19372
  // src/commands/DescribeFolderCommand.ts
19127
19373
 
19128
19374
 
19129
19375
 
19130
- var _DescribeFolderCommand = class _DescribeFolderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19376
+ var DescribeFolderCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19131
19377
  return [
19132
19378
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19133
19379
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19134
19380
  ];
19135
19381
  }).s("QuickSight_20180401", "DescribeFolder", {}).n("QuickSightClient", "DescribeFolderCommand").f(void 0, void 0).ser(se_DescribeFolderCommand).de(de_DescribeFolderCommand).build() {
19382
+ static {
19383
+ __name(this, "DescribeFolderCommand");
19384
+ }
19136
19385
  };
19137
- __name(_DescribeFolderCommand, "DescribeFolderCommand");
19138
- var DescribeFolderCommand = _DescribeFolderCommand;
19139
19386
 
19140
19387
  // src/commands/DescribeFolderPermissionsCommand.ts
19141
19388
 
19142
19389
 
19143
19390
 
19144
- var _DescribeFolderPermissionsCommand = class _DescribeFolderPermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19391
+ var DescribeFolderPermissionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19145
19392
  return [
19146
19393
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19147
19394
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19148
19395
  ];
19149
19396
  }).s("QuickSight_20180401", "DescribeFolderPermissions", {}).n("QuickSightClient", "DescribeFolderPermissionsCommand").f(void 0, void 0).ser(se_DescribeFolderPermissionsCommand).de(de_DescribeFolderPermissionsCommand).build() {
19397
+ static {
19398
+ __name(this, "DescribeFolderPermissionsCommand");
19399
+ }
19150
19400
  };
19151
- __name(_DescribeFolderPermissionsCommand, "DescribeFolderPermissionsCommand");
19152
- var DescribeFolderPermissionsCommand = _DescribeFolderPermissionsCommand;
19153
19401
 
19154
19402
  // src/commands/DescribeFolderResolvedPermissionsCommand.ts
19155
19403
 
19156
19404
 
19157
19405
 
19158
- var _DescribeFolderResolvedPermissionsCommand = class _DescribeFolderResolvedPermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19406
+ var DescribeFolderResolvedPermissionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19159
19407
  return [
19160
19408
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19161
19409
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19162
19410
  ];
19163
19411
  }).s("QuickSight_20180401", "DescribeFolderResolvedPermissions", {}).n("QuickSightClient", "DescribeFolderResolvedPermissionsCommand").f(void 0, void 0).ser(se_DescribeFolderResolvedPermissionsCommand).de(de_DescribeFolderResolvedPermissionsCommand).build() {
19412
+ static {
19413
+ __name(this, "DescribeFolderResolvedPermissionsCommand");
19414
+ }
19164
19415
  };
19165
- __name(_DescribeFolderResolvedPermissionsCommand, "DescribeFolderResolvedPermissionsCommand");
19166
- var DescribeFolderResolvedPermissionsCommand = _DescribeFolderResolvedPermissionsCommand;
19167
19416
 
19168
19417
  // src/commands/DescribeGroupCommand.ts
19169
19418
 
19170
19419
 
19171
19420
 
19172
- var _DescribeGroupCommand = class _DescribeGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19421
+ var DescribeGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19173
19422
  return [
19174
19423
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19175
19424
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19176
19425
  ];
19177
19426
  }).s("QuickSight_20180401", "DescribeGroup", {}).n("QuickSightClient", "DescribeGroupCommand").f(void 0, void 0).ser(se_DescribeGroupCommand).de(de_DescribeGroupCommand).build() {
19427
+ static {
19428
+ __name(this, "DescribeGroupCommand");
19429
+ }
19178
19430
  };
19179
- __name(_DescribeGroupCommand, "DescribeGroupCommand");
19180
- var DescribeGroupCommand = _DescribeGroupCommand;
19181
19431
 
19182
19432
  // src/commands/DescribeGroupMembershipCommand.ts
19183
19433
 
19184
19434
 
19185
19435
 
19186
- var _DescribeGroupMembershipCommand = class _DescribeGroupMembershipCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19436
+ var DescribeGroupMembershipCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19187
19437
  return [
19188
19438
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19189
19439
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19190
19440
  ];
19191
19441
  }).s("QuickSight_20180401", "DescribeGroupMembership", {}).n("QuickSightClient", "DescribeGroupMembershipCommand").f(void 0, void 0).ser(se_DescribeGroupMembershipCommand).de(de_DescribeGroupMembershipCommand).build() {
19442
+ static {
19443
+ __name(this, "DescribeGroupMembershipCommand");
19444
+ }
19192
19445
  };
19193
- __name(_DescribeGroupMembershipCommand, "DescribeGroupMembershipCommand");
19194
- var DescribeGroupMembershipCommand = _DescribeGroupMembershipCommand;
19195
19446
 
19196
19447
  // src/commands/DescribeIAMPolicyAssignmentCommand.ts
19197
19448
 
19198
19449
 
19199
19450
 
19200
- var _DescribeIAMPolicyAssignmentCommand = class _DescribeIAMPolicyAssignmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19451
+ var DescribeIAMPolicyAssignmentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19201
19452
  return [
19202
19453
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19203
19454
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19204
19455
  ];
19205
19456
  }).s("QuickSight_20180401", "DescribeIAMPolicyAssignment", {}).n("QuickSightClient", "DescribeIAMPolicyAssignmentCommand").f(void 0, void 0).ser(se_DescribeIAMPolicyAssignmentCommand).de(de_DescribeIAMPolicyAssignmentCommand).build() {
19457
+ static {
19458
+ __name(this, "DescribeIAMPolicyAssignmentCommand");
19459
+ }
19206
19460
  };
19207
- __name(_DescribeIAMPolicyAssignmentCommand, "DescribeIAMPolicyAssignmentCommand");
19208
- var DescribeIAMPolicyAssignmentCommand = _DescribeIAMPolicyAssignmentCommand;
19209
19461
 
19210
19462
  // src/commands/DescribeIngestionCommand.ts
19211
19463
 
19212
19464
 
19213
19465
 
19214
- var _DescribeIngestionCommand = class _DescribeIngestionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19466
+ var DescribeIngestionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19215
19467
  return [
19216
19468
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19217
19469
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19218
19470
  ];
19219
19471
  }).s("QuickSight_20180401", "DescribeIngestion", {}).n("QuickSightClient", "DescribeIngestionCommand").f(void 0, void 0).ser(se_DescribeIngestionCommand).de(de_DescribeIngestionCommand).build() {
19472
+ static {
19473
+ __name(this, "DescribeIngestionCommand");
19474
+ }
19220
19475
  };
19221
- __name(_DescribeIngestionCommand, "DescribeIngestionCommand");
19222
- var DescribeIngestionCommand = _DescribeIngestionCommand;
19223
19476
 
19224
19477
  // src/commands/DescribeIpRestrictionCommand.ts
19225
19478
 
19226
19479
 
19227
19480
 
19228
- var _DescribeIpRestrictionCommand = class _DescribeIpRestrictionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19481
+ var DescribeIpRestrictionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19229
19482
  return [
19230
19483
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19231
19484
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19232
19485
  ];
19233
19486
  }).s("QuickSight_20180401", "DescribeIpRestriction", {}).n("QuickSightClient", "DescribeIpRestrictionCommand").f(void 0, void 0).ser(se_DescribeIpRestrictionCommand).de(de_DescribeIpRestrictionCommand).build() {
19487
+ static {
19488
+ __name(this, "DescribeIpRestrictionCommand");
19489
+ }
19234
19490
  };
19235
- __name(_DescribeIpRestrictionCommand, "DescribeIpRestrictionCommand");
19236
- var DescribeIpRestrictionCommand = _DescribeIpRestrictionCommand;
19237
19491
 
19238
19492
  // src/commands/DescribeKeyRegistrationCommand.ts
19239
19493
 
19240
19494
 
19241
19495
 
19242
- var _DescribeKeyRegistrationCommand = class _DescribeKeyRegistrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19496
+ var DescribeKeyRegistrationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19243
19497
  return [
19244
19498
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19245
19499
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19246
19500
  ];
19247
19501
  }).s("QuickSight_20180401", "DescribeKeyRegistration", {}).n("QuickSightClient", "DescribeKeyRegistrationCommand").f(void 0, void 0).ser(se_DescribeKeyRegistrationCommand).de(de_DescribeKeyRegistrationCommand).build() {
19502
+ static {
19503
+ __name(this, "DescribeKeyRegistrationCommand");
19504
+ }
19248
19505
  };
19249
- __name(_DescribeKeyRegistrationCommand, "DescribeKeyRegistrationCommand");
19250
- var DescribeKeyRegistrationCommand = _DescribeKeyRegistrationCommand;
19251
19506
 
19252
19507
  // src/commands/DescribeNamespaceCommand.ts
19253
19508
 
19254
19509
 
19255
19510
 
19256
- var _DescribeNamespaceCommand = class _DescribeNamespaceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19511
+ var DescribeNamespaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19257
19512
  return [
19258
19513
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19259
19514
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19260
19515
  ];
19261
19516
  }).s("QuickSight_20180401", "DescribeNamespace", {}).n("QuickSightClient", "DescribeNamespaceCommand").f(void 0, void 0).ser(se_DescribeNamespaceCommand).de(de_DescribeNamespaceCommand).build() {
19517
+ static {
19518
+ __name(this, "DescribeNamespaceCommand");
19519
+ }
19262
19520
  };
19263
- __name(_DescribeNamespaceCommand, "DescribeNamespaceCommand");
19264
- var DescribeNamespaceCommand = _DescribeNamespaceCommand;
19265
19521
 
19266
19522
  // src/commands/DescribeQPersonalizationConfigurationCommand.ts
19267
19523
 
19268
19524
 
19269
19525
 
19270
- var _DescribeQPersonalizationConfigurationCommand = class _DescribeQPersonalizationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19526
+ var DescribeQPersonalizationConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19271
19527
  return [
19272
19528
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19273
19529
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19274
19530
  ];
19275
19531
  }).s("QuickSight_20180401", "DescribeQPersonalizationConfiguration", {}).n("QuickSightClient", "DescribeQPersonalizationConfigurationCommand").f(void 0, void 0).ser(se_DescribeQPersonalizationConfigurationCommand).de(de_DescribeQPersonalizationConfigurationCommand).build() {
19532
+ static {
19533
+ __name(this, "DescribeQPersonalizationConfigurationCommand");
19534
+ }
19276
19535
  };
19277
- __name(_DescribeQPersonalizationConfigurationCommand, "DescribeQPersonalizationConfigurationCommand");
19278
- var DescribeQPersonalizationConfigurationCommand = _DescribeQPersonalizationConfigurationCommand;
19279
19536
 
19280
19537
  // src/commands/DescribeQuickSightQSearchConfigurationCommand.ts
19281
19538
 
19282
19539
 
19283
19540
 
19284
- var _DescribeQuickSightQSearchConfigurationCommand = class _DescribeQuickSightQSearchConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19541
+ var DescribeQuickSightQSearchConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19285
19542
  return [
19286
19543
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19287
19544
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19288
19545
  ];
19289
19546
  }).s("QuickSight_20180401", "DescribeQuickSightQSearchConfiguration", {}).n("QuickSightClient", "DescribeQuickSightQSearchConfigurationCommand").f(void 0, void 0).ser(se_DescribeQuickSightQSearchConfigurationCommand).de(de_DescribeQuickSightQSearchConfigurationCommand).build() {
19547
+ static {
19548
+ __name(this, "DescribeQuickSightQSearchConfigurationCommand");
19549
+ }
19290
19550
  };
19291
- __name(_DescribeQuickSightQSearchConfigurationCommand, "DescribeQuickSightQSearchConfigurationCommand");
19292
- var DescribeQuickSightQSearchConfigurationCommand = _DescribeQuickSightQSearchConfigurationCommand;
19293
19551
 
19294
19552
  // src/commands/DescribeRefreshScheduleCommand.ts
19295
19553
 
19296
19554
 
19297
19555
 
19298
- var _DescribeRefreshScheduleCommand = class _DescribeRefreshScheduleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19556
+ var DescribeRefreshScheduleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19299
19557
  return [
19300
19558
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19301
19559
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19302
19560
  ];
19303
19561
  }).s("QuickSight_20180401", "DescribeRefreshSchedule", {}).n("QuickSightClient", "DescribeRefreshScheduleCommand").f(void 0, void 0).ser(se_DescribeRefreshScheduleCommand).de(de_DescribeRefreshScheduleCommand).build() {
19562
+ static {
19563
+ __name(this, "DescribeRefreshScheduleCommand");
19564
+ }
19304
19565
  };
19305
- __name(_DescribeRefreshScheduleCommand, "DescribeRefreshScheduleCommand");
19306
- var DescribeRefreshScheduleCommand = _DescribeRefreshScheduleCommand;
19307
19566
 
19308
19567
  // src/commands/DescribeRoleCustomPermissionCommand.ts
19309
19568
 
19310
19569
 
19311
19570
 
19312
- var _DescribeRoleCustomPermissionCommand = class _DescribeRoleCustomPermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19571
+ var DescribeRoleCustomPermissionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19313
19572
  return [
19314
19573
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19315
19574
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19316
19575
  ];
19317
19576
  }).s("QuickSight_20180401", "DescribeRoleCustomPermission", {}).n("QuickSightClient", "DescribeRoleCustomPermissionCommand").f(void 0, void 0).ser(se_DescribeRoleCustomPermissionCommand).de(de_DescribeRoleCustomPermissionCommand).build() {
19577
+ static {
19578
+ __name(this, "DescribeRoleCustomPermissionCommand");
19579
+ }
19318
19580
  };
19319
- __name(_DescribeRoleCustomPermissionCommand, "DescribeRoleCustomPermissionCommand");
19320
- var DescribeRoleCustomPermissionCommand = _DescribeRoleCustomPermissionCommand;
19321
19581
 
19322
19582
  // src/commands/DescribeTemplateAliasCommand.ts
19323
19583
 
19324
19584
 
19325
19585
 
19326
- var _DescribeTemplateAliasCommand = class _DescribeTemplateAliasCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19586
+ var DescribeTemplateAliasCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19327
19587
  return [
19328
19588
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19329
19589
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19330
19590
  ];
19331
19591
  }).s("QuickSight_20180401", "DescribeTemplateAlias", {}).n("QuickSightClient", "DescribeTemplateAliasCommand").f(void 0, void 0).ser(se_DescribeTemplateAliasCommand).de(de_DescribeTemplateAliasCommand).build() {
19592
+ static {
19593
+ __name(this, "DescribeTemplateAliasCommand");
19594
+ }
19332
19595
  };
19333
- __name(_DescribeTemplateAliasCommand, "DescribeTemplateAliasCommand");
19334
- var DescribeTemplateAliasCommand = _DescribeTemplateAliasCommand;
19335
19596
 
19336
19597
  // src/commands/DescribeTemplateCommand.ts
19337
19598
 
19338
19599
 
19339
19600
 
19340
- var _DescribeTemplateCommand = class _DescribeTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19601
+ var DescribeTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19341
19602
  return [
19342
19603
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19343
19604
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19344
19605
  ];
19345
19606
  }).s("QuickSight_20180401", "DescribeTemplate", {}).n("QuickSightClient", "DescribeTemplateCommand").f(void 0, DescribeTemplateResponseFilterSensitiveLog).ser(se_DescribeTemplateCommand).de(de_DescribeTemplateCommand).build() {
19607
+ static {
19608
+ __name(this, "DescribeTemplateCommand");
19609
+ }
19346
19610
  };
19347
- __name(_DescribeTemplateCommand, "DescribeTemplateCommand");
19348
- var DescribeTemplateCommand = _DescribeTemplateCommand;
19349
19611
 
19350
19612
  // src/commands/DescribeTemplateDefinitionCommand.ts
19351
19613
 
19352
19614
 
19353
19615
 
19354
- var _DescribeTemplateDefinitionCommand = class _DescribeTemplateDefinitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19616
+ var DescribeTemplateDefinitionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19355
19617
  return [
19356
19618
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19357
19619
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19358
19620
  ];
19359
19621
  }).s("QuickSight_20180401", "DescribeTemplateDefinition", {}).n("QuickSightClient", "DescribeTemplateDefinitionCommand").f(void 0, DescribeTemplateDefinitionResponseFilterSensitiveLog).ser(se_DescribeTemplateDefinitionCommand).de(de_DescribeTemplateDefinitionCommand).build() {
19622
+ static {
19623
+ __name(this, "DescribeTemplateDefinitionCommand");
19624
+ }
19360
19625
  };
19361
- __name(_DescribeTemplateDefinitionCommand, "DescribeTemplateDefinitionCommand");
19362
- var DescribeTemplateDefinitionCommand = _DescribeTemplateDefinitionCommand;
19363
19626
 
19364
19627
  // src/commands/DescribeTemplatePermissionsCommand.ts
19365
19628
 
19366
19629
 
19367
19630
 
19368
- var _DescribeTemplatePermissionsCommand = class _DescribeTemplatePermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19631
+ var DescribeTemplatePermissionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19369
19632
  return [
19370
19633
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19371
19634
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19372
19635
  ];
19373
19636
  }).s("QuickSight_20180401", "DescribeTemplatePermissions", {}).n("QuickSightClient", "DescribeTemplatePermissionsCommand").f(void 0, void 0).ser(se_DescribeTemplatePermissionsCommand).de(de_DescribeTemplatePermissionsCommand).build() {
19637
+ static {
19638
+ __name(this, "DescribeTemplatePermissionsCommand");
19639
+ }
19374
19640
  };
19375
- __name(_DescribeTemplatePermissionsCommand, "DescribeTemplatePermissionsCommand");
19376
- var DescribeTemplatePermissionsCommand = _DescribeTemplatePermissionsCommand;
19377
19641
 
19378
19642
  // src/commands/DescribeThemeAliasCommand.ts
19379
19643
 
19380
19644
 
19381
19645
 
19382
- var _DescribeThemeAliasCommand = class _DescribeThemeAliasCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19646
+ var DescribeThemeAliasCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19383
19647
  return [
19384
19648
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19385
19649
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19386
19650
  ];
19387
19651
  }).s("QuickSight_20180401", "DescribeThemeAlias", {}).n("QuickSightClient", "DescribeThemeAliasCommand").f(void 0, void 0).ser(se_DescribeThemeAliasCommand).de(de_DescribeThemeAliasCommand).build() {
19652
+ static {
19653
+ __name(this, "DescribeThemeAliasCommand");
19654
+ }
19388
19655
  };
19389
- __name(_DescribeThemeAliasCommand, "DescribeThemeAliasCommand");
19390
- var DescribeThemeAliasCommand = _DescribeThemeAliasCommand;
19391
19656
 
19392
19657
  // src/commands/DescribeThemeCommand.ts
19393
19658
 
19394
19659
 
19395
19660
 
19396
- var _DescribeThemeCommand = class _DescribeThemeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19661
+ var DescribeThemeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19397
19662
  return [
19398
19663
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19399
19664
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19400
19665
  ];
19401
19666
  }).s("QuickSight_20180401", "DescribeTheme", {}).n("QuickSightClient", "DescribeThemeCommand").f(void 0, void 0).ser(se_DescribeThemeCommand).de(de_DescribeThemeCommand).build() {
19667
+ static {
19668
+ __name(this, "DescribeThemeCommand");
19669
+ }
19402
19670
  };
19403
- __name(_DescribeThemeCommand, "DescribeThemeCommand");
19404
- var DescribeThemeCommand = _DescribeThemeCommand;
19405
19671
 
19406
19672
  // src/commands/DescribeThemePermissionsCommand.ts
19407
19673
 
19408
19674
 
19409
19675
 
19410
- var _DescribeThemePermissionsCommand = class _DescribeThemePermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19676
+ var DescribeThemePermissionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19411
19677
  return [
19412
19678
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19413
19679
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19414
19680
  ];
19415
19681
  }).s("QuickSight_20180401", "DescribeThemePermissions", {}).n("QuickSightClient", "DescribeThemePermissionsCommand").f(void 0, void 0).ser(se_DescribeThemePermissionsCommand).de(de_DescribeThemePermissionsCommand).build() {
19682
+ static {
19683
+ __name(this, "DescribeThemePermissionsCommand");
19684
+ }
19416
19685
  };
19417
- __name(_DescribeThemePermissionsCommand, "DescribeThemePermissionsCommand");
19418
- var DescribeThemePermissionsCommand = _DescribeThemePermissionsCommand;
19419
19686
 
19420
19687
  // src/commands/DescribeTopicCommand.ts
19421
19688
 
19422
19689
 
19423
19690
 
19424
- var _DescribeTopicCommand = class _DescribeTopicCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19691
+ var DescribeTopicCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19425
19692
  return [
19426
19693
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19427
19694
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19428
19695
  ];
19429
19696
  }).s("QuickSight_20180401", "DescribeTopic", {}).n("QuickSightClient", "DescribeTopicCommand").f(void 0, DescribeTopicResponseFilterSensitiveLog).ser(se_DescribeTopicCommand).de(de_DescribeTopicCommand).build() {
19697
+ static {
19698
+ __name(this, "DescribeTopicCommand");
19699
+ }
19430
19700
  };
19431
- __name(_DescribeTopicCommand, "DescribeTopicCommand");
19432
- var DescribeTopicCommand = _DescribeTopicCommand;
19433
19701
 
19434
19702
  // src/commands/DescribeTopicPermissionsCommand.ts
19435
19703
 
19436
19704
 
19437
19705
 
19438
- var _DescribeTopicPermissionsCommand = class _DescribeTopicPermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19706
+ var DescribeTopicPermissionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19439
19707
  return [
19440
19708
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19441
19709
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19442
19710
  ];
19443
19711
  }).s("QuickSight_20180401", "DescribeTopicPermissions", {}).n("QuickSightClient", "DescribeTopicPermissionsCommand").f(void 0, void 0).ser(se_DescribeTopicPermissionsCommand).de(de_DescribeTopicPermissionsCommand).build() {
19712
+ static {
19713
+ __name(this, "DescribeTopicPermissionsCommand");
19714
+ }
19444
19715
  };
19445
- __name(_DescribeTopicPermissionsCommand, "DescribeTopicPermissionsCommand");
19446
- var DescribeTopicPermissionsCommand = _DescribeTopicPermissionsCommand;
19447
19716
 
19448
19717
  // src/commands/DescribeTopicRefreshCommand.ts
19449
19718
 
19450
19719
 
19451
19720
 
19452
- var _DescribeTopicRefreshCommand = class _DescribeTopicRefreshCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19721
+ var DescribeTopicRefreshCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19453
19722
  return [
19454
19723
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19455
19724
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19456
19725
  ];
19457
19726
  }).s("QuickSight_20180401", "DescribeTopicRefresh", {}).n("QuickSightClient", "DescribeTopicRefreshCommand").f(void 0, void 0).ser(se_DescribeTopicRefreshCommand).de(de_DescribeTopicRefreshCommand).build() {
19727
+ static {
19728
+ __name(this, "DescribeTopicRefreshCommand");
19729
+ }
19458
19730
  };
19459
- __name(_DescribeTopicRefreshCommand, "DescribeTopicRefreshCommand");
19460
- var DescribeTopicRefreshCommand = _DescribeTopicRefreshCommand;
19461
19731
 
19462
19732
  // src/commands/DescribeTopicRefreshScheduleCommand.ts
19463
19733
 
19464
19734
 
19465
19735
 
19466
- var _DescribeTopicRefreshScheduleCommand = class _DescribeTopicRefreshScheduleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19736
+ var DescribeTopicRefreshScheduleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19467
19737
  return [
19468
19738
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19469
19739
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19470
19740
  ];
19471
19741
  }).s("QuickSight_20180401", "DescribeTopicRefreshSchedule", {}).n("QuickSightClient", "DescribeTopicRefreshScheduleCommand").f(void 0, void 0).ser(se_DescribeTopicRefreshScheduleCommand).de(de_DescribeTopicRefreshScheduleCommand).build() {
19742
+ static {
19743
+ __name(this, "DescribeTopicRefreshScheduleCommand");
19744
+ }
19472
19745
  };
19473
- __name(_DescribeTopicRefreshScheduleCommand, "DescribeTopicRefreshScheduleCommand");
19474
- var DescribeTopicRefreshScheduleCommand = _DescribeTopicRefreshScheduleCommand;
19475
19746
 
19476
19747
  // src/commands/DescribeUserCommand.ts
19477
19748
 
19478
19749
 
19479
19750
 
19480
- var _DescribeUserCommand = class _DescribeUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19751
+ var DescribeUserCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19481
19752
  return [
19482
19753
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19483
19754
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19484
19755
  ];
19485
19756
  }).s("QuickSight_20180401", "DescribeUser", {}).n("QuickSightClient", "DescribeUserCommand").f(void 0, void 0).ser(se_DescribeUserCommand).de(de_DescribeUserCommand).build() {
19757
+ static {
19758
+ __name(this, "DescribeUserCommand");
19759
+ }
19486
19760
  };
19487
- __name(_DescribeUserCommand, "DescribeUserCommand");
19488
- var DescribeUserCommand = _DescribeUserCommand;
19489
19761
 
19490
19762
  // src/commands/DescribeVPCConnectionCommand.ts
19491
19763
 
19492
19764
 
19493
19765
 
19494
- var _DescribeVPCConnectionCommand = class _DescribeVPCConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19766
+ var DescribeVPCConnectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19495
19767
  return [
19496
19768
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19497
19769
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19498
19770
  ];
19499
19771
  }).s("QuickSight_20180401", "DescribeVPCConnection", {}).n("QuickSightClient", "DescribeVPCConnectionCommand").f(void 0, void 0).ser(se_DescribeVPCConnectionCommand).de(de_DescribeVPCConnectionCommand).build() {
19772
+ static {
19773
+ __name(this, "DescribeVPCConnectionCommand");
19774
+ }
19500
19775
  };
19501
- __name(_DescribeVPCConnectionCommand, "DescribeVPCConnectionCommand");
19502
- var DescribeVPCConnectionCommand = _DescribeVPCConnectionCommand;
19503
19776
 
19504
19777
  // src/commands/GenerateEmbedUrlForAnonymousUserCommand.ts
19505
19778
 
19506
19779
 
19507
19780
 
19508
- var _GenerateEmbedUrlForAnonymousUserCommand = class _GenerateEmbedUrlForAnonymousUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19781
+ var GenerateEmbedUrlForAnonymousUserCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19509
19782
  return [
19510
19783
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19511
19784
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -19514,1395 +19787,1495 @@ var _GenerateEmbedUrlForAnonymousUserCommand = class _GenerateEmbedUrlForAnonymo
19514
19787
  GenerateEmbedUrlForAnonymousUserRequestFilterSensitiveLog,
19515
19788
  GenerateEmbedUrlForAnonymousUserResponseFilterSensitiveLog
19516
19789
  ).ser(se_GenerateEmbedUrlForAnonymousUserCommand).de(de_GenerateEmbedUrlForAnonymousUserCommand).build() {
19790
+ static {
19791
+ __name(this, "GenerateEmbedUrlForAnonymousUserCommand");
19792
+ }
19517
19793
  };
19518
- __name(_GenerateEmbedUrlForAnonymousUserCommand, "GenerateEmbedUrlForAnonymousUserCommand");
19519
- var GenerateEmbedUrlForAnonymousUserCommand = _GenerateEmbedUrlForAnonymousUserCommand;
19520
19794
 
19521
19795
  // src/commands/GenerateEmbedUrlForRegisteredUserCommand.ts
19522
19796
 
19523
19797
 
19524
19798
 
19525
- var _GenerateEmbedUrlForRegisteredUserCommand = class _GenerateEmbedUrlForRegisteredUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19799
+ var GenerateEmbedUrlForRegisteredUserCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19526
19800
  return [
19527
19801
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19528
19802
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19529
19803
  ];
19530
19804
  }).s("QuickSight_20180401", "GenerateEmbedUrlForRegisteredUser", {}).n("QuickSightClient", "GenerateEmbedUrlForRegisteredUserCommand").f(void 0, GenerateEmbedUrlForRegisteredUserResponseFilterSensitiveLog).ser(se_GenerateEmbedUrlForRegisteredUserCommand).de(de_GenerateEmbedUrlForRegisteredUserCommand).build() {
19805
+ static {
19806
+ __name(this, "GenerateEmbedUrlForRegisteredUserCommand");
19807
+ }
19531
19808
  };
19532
- __name(_GenerateEmbedUrlForRegisteredUserCommand, "GenerateEmbedUrlForRegisteredUserCommand");
19533
- var GenerateEmbedUrlForRegisteredUserCommand = _GenerateEmbedUrlForRegisteredUserCommand;
19534
19809
 
19535
19810
  // src/commands/GenerateEmbedUrlForRegisteredUserWithIdentityCommand.ts
19536
19811
 
19537
19812
 
19538
19813
 
19539
- var _GenerateEmbedUrlForRegisteredUserWithIdentityCommand = class _GenerateEmbedUrlForRegisteredUserWithIdentityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19814
+ var GenerateEmbedUrlForRegisteredUserWithIdentityCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19540
19815
  return [
19541
19816
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19542
19817
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19543
19818
  ];
19544
19819
  }).s("QuickSight_20180401", "GenerateEmbedUrlForRegisteredUserWithIdentity", {}).n("QuickSightClient", "GenerateEmbedUrlForRegisteredUserWithIdentityCommand").f(void 0, GenerateEmbedUrlForRegisteredUserWithIdentityResponseFilterSensitiveLog).ser(se_GenerateEmbedUrlForRegisteredUserWithIdentityCommand).de(de_GenerateEmbedUrlForRegisteredUserWithIdentityCommand).build() {
19820
+ static {
19821
+ __name(this, "GenerateEmbedUrlForRegisteredUserWithIdentityCommand");
19822
+ }
19545
19823
  };
19546
- __name(_GenerateEmbedUrlForRegisteredUserWithIdentityCommand, "GenerateEmbedUrlForRegisteredUserWithIdentityCommand");
19547
- var GenerateEmbedUrlForRegisteredUserWithIdentityCommand = _GenerateEmbedUrlForRegisteredUserWithIdentityCommand;
19548
19824
 
19549
19825
  // src/commands/GetDashboardEmbedUrlCommand.ts
19550
19826
 
19551
19827
 
19552
19828
 
19553
- var _GetDashboardEmbedUrlCommand = class _GetDashboardEmbedUrlCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19829
+ var GetDashboardEmbedUrlCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19554
19830
  return [
19555
19831
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19556
19832
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19557
19833
  ];
19558
19834
  }).s("QuickSight_20180401", "GetDashboardEmbedUrl", {}).n("QuickSightClient", "GetDashboardEmbedUrlCommand").f(void 0, GetDashboardEmbedUrlResponseFilterSensitiveLog).ser(se_GetDashboardEmbedUrlCommand).de(de_GetDashboardEmbedUrlCommand).build() {
19835
+ static {
19836
+ __name(this, "GetDashboardEmbedUrlCommand");
19837
+ }
19559
19838
  };
19560
- __name(_GetDashboardEmbedUrlCommand, "GetDashboardEmbedUrlCommand");
19561
- var GetDashboardEmbedUrlCommand = _GetDashboardEmbedUrlCommand;
19562
19839
 
19563
19840
  // src/commands/GetSessionEmbedUrlCommand.ts
19564
19841
 
19565
19842
 
19566
19843
 
19567
- var _GetSessionEmbedUrlCommand = class _GetSessionEmbedUrlCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19844
+ var GetSessionEmbedUrlCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19568
19845
  return [
19569
19846
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19570
19847
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19571
19848
  ];
19572
19849
  }).s("QuickSight_20180401", "GetSessionEmbedUrl", {}).n("QuickSightClient", "GetSessionEmbedUrlCommand").f(void 0, GetSessionEmbedUrlResponseFilterSensitiveLog).ser(se_GetSessionEmbedUrlCommand).de(de_GetSessionEmbedUrlCommand).build() {
19850
+ static {
19851
+ __name(this, "GetSessionEmbedUrlCommand");
19852
+ }
19573
19853
  };
19574
- __name(_GetSessionEmbedUrlCommand, "GetSessionEmbedUrlCommand");
19575
- var GetSessionEmbedUrlCommand = _GetSessionEmbedUrlCommand;
19576
19854
 
19577
19855
  // src/commands/ListAnalysesCommand.ts
19578
19856
 
19579
19857
 
19580
19858
 
19581
- var _ListAnalysesCommand = class _ListAnalysesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19859
+ var ListAnalysesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19582
19860
  return [
19583
19861
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19584
19862
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19585
19863
  ];
19586
19864
  }).s("QuickSight_20180401", "ListAnalyses", {}).n("QuickSightClient", "ListAnalysesCommand").f(void 0, void 0).ser(se_ListAnalysesCommand).de(de_ListAnalysesCommand).build() {
19865
+ static {
19866
+ __name(this, "ListAnalysesCommand");
19867
+ }
19587
19868
  };
19588
- __name(_ListAnalysesCommand, "ListAnalysesCommand");
19589
- var ListAnalysesCommand = _ListAnalysesCommand;
19590
19869
 
19591
19870
  // src/commands/ListAssetBundleExportJobsCommand.ts
19592
19871
 
19593
19872
 
19594
19873
 
19595
- var _ListAssetBundleExportJobsCommand = class _ListAssetBundleExportJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19874
+ var ListAssetBundleExportJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19596
19875
  return [
19597
19876
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19598
19877
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19599
19878
  ];
19600
19879
  }).s("QuickSight_20180401", "ListAssetBundleExportJobs", {}).n("QuickSightClient", "ListAssetBundleExportJobsCommand").f(void 0, void 0).ser(se_ListAssetBundleExportJobsCommand).de(de_ListAssetBundleExportJobsCommand).build() {
19880
+ static {
19881
+ __name(this, "ListAssetBundleExportJobsCommand");
19882
+ }
19601
19883
  };
19602
- __name(_ListAssetBundleExportJobsCommand, "ListAssetBundleExportJobsCommand");
19603
- var ListAssetBundleExportJobsCommand = _ListAssetBundleExportJobsCommand;
19604
19884
 
19605
19885
  // src/commands/ListAssetBundleImportJobsCommand.ts
19606
19886
 
19607
19887
 
19608
19888
 
19609
- var _ListAssetBundleImportJobsCommand = class _ListAssetBundleImportJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19889
+ var ListAssetBundleImportJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19610
19890
  return [
19611
19891
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19612
19892
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19613
19893
  ];
19614
19894
  }).s("QuickSight_20180401", "ListAssetBundleImportJobs", {}).n("QuickSightClient", "ListAssetBundleImportJobsCommand").f(void 0, void 0).ser(se_ListAssetBundleImportJobsCommand).de(de_ListAssetBundleImportJobsCommand).build() {
19895
+ static {
19896
+ __name(this, "ListAssetBundleImportJobsCommand");
19897
+ }
19615
19898
  };
19616
- __name(_ListAssetBundleImportJobsCommand, "ListAssetBundleImportJobsCommand");
19617
- var ListAssetBundleImportJobsCommand = _ListAssetBundleImportJobsCommand;
19618
19899
 
19619
19900
  // src/commands/ListBrandsCommand.ts
19620
19901
 
19621
19902
 
19622
19903
 
19623
- var _ListBrandsCommand = class _ListBrandsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19904
+ var ListBrandsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19624
19905
  return [
19625
19906
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19626
19907
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19627
19908
  ];
19628
19909
  }).s("QuickSight_20180401", "ListBrands", {}).n("QuickSightClient", "ListBrandsCommand").f(void 0, void 0).ser(se_ListBrandsCommand).de(de_ListBrandsCommand).build() {
19910
+ static {
19911
+ __name(this, "ListBrandsCommand");
19912
+ }
19629
19913
  };
19630
- __name(_ListBrandsCommand, "ListBrandsCommand");
19631
- var ListBrandsCommand = _ListBrandsCommand;
19632
19914
 
19633
19915
  // src/commands/ListCustomPermissionsCommand.ts
19634
19916
 
19635
19917
 
19636
19918
 
19637
- var _ListCustomPermissionsCommand = class _ListCustomPermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19919
+ var ListCustomPermissionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19638
19920
  return [
19639
19921
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19640
19922
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19641
19923
  ];
19642
19924
  }).s("QuickSight_20180401", "ListCustomPermissions", {}).n("QuickSightClient", "ListCustomPermissionsCommand").f(void 0, void 0).ser(se_ListCustomPermissionsCommand).de(de_ListCustomPermissionsCommand).build() {
19925
+ static {
19926
+ __name(this, "ListCustomPermissionsCommand");
19927
+ }
19643
19928
  };
19644
- __name(_ListCustomPermissionsCommand, "ListCustomPermissionsCommand");
19645
- var ListCustomPermissionsCommand = _ListCustomPermissionsCommand;
19646
19929
 
19647
19930
  // src/commands/ListDashboardsCommand.ts
19648
19931
 
19649
19932
 
19650
19933
 
19651
- var _ListDashboardsCommand = class _ListDashboardsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19934
+ var ListDashboardsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19652
19935
  return [
19653
19936
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19654
19937
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19655
19938
  ];
19656
19939
  }).s("QuickSight_20180401", "ListDashboards", {}).n("QuickSightClient", "ListDashboardsCommand").f(void 0, void 0).ser(se_ListDashboardsCommand).de(de_ListDashboardsCommand).build() {
19940
+ static {
19941
+ __name(this, "ListDashboardsCommand");
19942
+ }
19657
19943
  };
19658
- __name(_ListDashboardsCommand, "ListDashboardsCommand");
19659
- var ListDashboardsCommand = _ListDashboardsCommand;
19660
19944
 
19661
19945
  // src/commands/ListDashboardVersionsCommand.ts
19662
19946
 
19663
19947
 
19664
19948
 
19665
- var _ListDashboardVersionsCommand = class _ListDashboardVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19949
+ var ListDashboardVersionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19666
19950
  return [
19667
19951
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19668
19952
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19669
19953
  ];
19670
19954
  }).s("QuickSight_20180401", "ListDashboardVersions", {}).n("QuickSightClient", "ListDashboardVersionsCommand").f(void 0, void 0).ser(se_ListDashboardVersionsCommand).de(de_ListDashboardVersionsCommand).build() {
19955
+ static {
19956
+ __name(this, "ListDashboardVersionsCommand");
19957
+ }
19671
19958
  };
19672
- __name(_ListDashboardVersionsCommand, "ListDashboardVersionsCommand");
19673
- var ListDashboardVersionsCommand = _ListDashboardVersionsCommand;
19674
19959
 
19675
19960
  // src/commands/ListDataSetsCommand.ts
19676
19961
 
19677
19962
 
19678
19963
 
19679
- var _ListDataSetsCommand = class _ListDataSetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19964
+ var ListDataSetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19680
19965
  return [
19681
19966
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19682
19967
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19683
19968
  ];
19684
19969
  }).s("QuickSight_20180401", "ListDataSets", {}).n("QuickSightClient", "ListDataSetsCommand").f(void 0, void 0).ser(se_ListDataSetsCommand).de(de_ListDataSetsCommand).build() {
19970
+ static {
19971
+ __name(this, "ListDataSetsCommand");
19972
+ }
19685
19973
  };
19686
- __name(_ListDataSetsCommand, "ListDataSetsCommand");
19687
- var ListDataSetsCommand = _ListDataSetsCommand;
19688
19974
 
19689
19975
  // src/commands/ListDataSourcesCommand.ts
19690
19976
 
19691
19977
 
19692
19978
 
19693
- var _ListDataSourcesCommand = class _ListDataSourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19979
+ var ListDataSourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19694
19980
  return [
19695
19981
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19696
19982
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19697
19983
  ];
19698
19984
  }).s("QuickSight_20180401", "ListDataSources", {}).n("QuickSightClient", "ListDataSourcesCommand").f(void 0, void 0).ser(se_ListDataSourcesCommand).de(de_ListDataSourcesCommand).build() {
19985
+ static {
19986
+ __name(this, "ListDataSourcesCommand");
19987
+ }
19699
19988
  };
19700
- __name(_ListDataSourcesCommand, "ListDataSourcesCommand");
19701
- var ListDataSourcesCommand = _ListDataSourcesCommand;
19702
19989
 
19703
19990
  // src/commands/ListFolderMembersCommand.ts
19704
19991
 
19705
19992
 
19706
19993
 
19707
- var _ListFolderMembersCommand = class _ListFolderMembersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19994
+ var ListFolderMembersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19708
19995
  return [
19709
19996
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19710
19997
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19711
19998
  ];
19712
19999
  }).s("QuickSight_20180401", "ListFolderMembers", {}).n("QuickSightClient", "ListFolderMembersCommand").f(void 0, void 0).ser(se_ListFolderMembersCommand).de(de_ListFolderMembersCommand).build() {
20000
+ static {
20001
+ __name(this, "ListFolderMembersCommand");
20002
+ }
19713
20003
  };
19714
- __name(_ListFolderMembersCommand, "ListFolderMembersCommand");
19715
- var ListFolderMembersCommand = _ListFolderMembersCommand;
19716
20004
 
19717
20005
  // src/commands/ListFoldersCommand.ts
19718
20006
 
19719
20007
 
19720
20008
 
19721
- var _ListFoldersCommand = class _ListFoldersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20009
+ var ListFoldersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19722
20010
  return [
19723
20011
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19724
20012
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19725
20013
  ];
19726
20014
  }).s("QuickSight_20180401", "ListFolders", {}).n("QuickSightClient", "ListFoldersCommand").f(void 0, void 0).ser(se_ListFoldersCommand).de(de_ListFoldersCommand).build() {
20015
+ static {
20016
+ __name(this, "ListFoldersCommand");
20017
+ }
19727
20018
  };
19728
- __name(_ListFoldersCommand, "ListFoldersCommand");
19729
- var ListFoldersCommand = _ListFoldersCommand;
19730
20019
 
19731
20020
  // src/commands/ListFoldersForResourceCommand.ts
19732
20021
 
19733
20022
 
19734
20023
 
19735
- var _ListFoldersForResourceCommand = class _ListFoldersForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20024
+ var ListFoldersForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19736
20025
  return [
19737
20026
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19738
20027
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19739
20028
  ];
19740
20029
  }).s("QuickSight_20180401", "ListFoldersForResource", {}).n("QuickSightClient", "ListFoldersForResourceCommand").f(void 0, void 0).ser(se_ListFoldersForResourceCommand).de(de_ListFoldersForResourceCommand).build() {
20030
+ static {
20031
+ __name(this, "ListFoldersForResourceCommand");
20032
+ }
19741
20033
  };
19742
- __name(_ListFoldersForResourceCommand, "ListFoldersForResourceCommand");
19743
- var ListFoldersForResourceCommand = _ListFoldersForResourceCommand;
19744
20034
 
19745
20035
  // src/commands/ListGroupMembershipsCommand.ts
19746
20036
 
19747
20037
 
19748
20038
 
19749
- var _ListGroupMembershipsCommand = class _ListGroupMembershipsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20039
+ var ListGroupMembershipsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19750
20040
  return [
19751
20041
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19752
20042
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19753
20043
  ];
19754
20044
  }).s("QuickSight_20180401", "ListGroupMemberships", {}).n("QuickSightClient", "ListGroupMembershipsCommand").f(void 0, void 0).ser(se_ListGroupMembershipsCommand).de(de_ListGroupMembershipsCommand).build() {
20045
+ static {
20046
+ __name(this, "ListGroupMembershipsCommand");
20047
+ }
19755
20048
  };
19756
- __name(_ListGroupMembershipsCommand, "ListGroupMembershipsCommand");
19757
- var ListGroupMembershipsCommand = _ListGroupMembershipsCommand;
19758
20049
 
19759
20050
  // src/commands/ListGroupsCommand.ts
19760
20051
 
19761
20052
 
19762
20053
 
19763
- var _ListGroupsCommand = class _ListGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20054
+ var ListGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19764
20055
  return [
19765
20056
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19766
20057
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19767
20058
  ];
19768
20059
  }).s("QuickSight_20180401", "ListGroups", {}).n("QuickSightClient", "ListGroupsCommand").f(void 0, void 0).ser(se_ListGroupsCommand).de(de_ListGroupsCommand).build() {
20060
+ static {
20061
+ __name(this, "ListGroupsCommand");
20062
+ }
19769
20063
  };
19770
- __name(_ListGroupsCommand, "ListGroupsCommand");
19771
- var ListGroupsCommand = _ListGroupsCommand;
19772
20064
 
19773
20065
  // src/commands/ListIAMPolicyAssignmentsCommand.ts
19774
20066
 
19775
20067
 
19776
20068
 
19777
- var _ListIAMPolicyAssignmentsCommand = class _ListIAMPolicyAssignmentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20069
+ var ListIAMPolicyAssignmentsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19778
20070
  return [
19779
20071
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19780
20072
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19781
20073
  ];
19782
20074
  }).s("QuickSight_20180401", "ListIAMPolicyAssignments", {}).n("QuickSightClient", "ListIAMPolicyAssignmentsCommand").f(void 0, void 0).ser(se_ListIAMPolicyAssignmentsCommand).de(de_ListIAMPolicyAssignmentsCommand).build() {
20075
+ static {
20076
+ __name(this, "ListIAMPolicyAssignmentsCommand");
20077
+ }
19783
20078
  };
19784
- __name(_ListIAMPolicyAssignmentsCommand, "ListIAMPolicyAssignmentsCommand");
19785
- var ListIAMPolicyAssignmentsCommand = _ListIAMPolicyAssignmentsCommand;
19786
20079
 
19787
20080
  // src/commands/ListIAMPolicyAssignmentsForUserCommand.ts
19788
20081
 
19789
20082
 
19790
20083
 
19791
- var _ListIAMPolicyAssignmentsForUserCommand = class _ListIAMPolicyAssignmentsForUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20084
+ var ListIAMPolicyAssignmentsForUserCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19792
20085
  return [
19793
20086
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19794
20087
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19795
20088
  ];
19796
20089
  }).s("QuickSight_20180401", "ListIAMPolicyAssignmentsForUser", {}).n("QuickSightClient", "ListIAMPolicyAssignmentsForUserCommand").f(void 0, void 0).ser(se_ListIAMPolicyAssignmentsForUserCommand).de(de_ListIAMPolicyAssignmentsForUserCommand).build() {
20090
+ static {
20091
+ __name(this, "ListIAMPolicyAssignmentsForUserCommand");
20092
+ }
19797
20093
  };
19798
- __name(_ListIAMPolicyAssignmentsForUserCommand, "ListIAMPolicyAssignmentsForUserCommand");
19799
- var ListIAMPolicyAssignmentsForUserCommand = _ListIAMPolicyAssignmentsForUserCommand;
19800
20094
 
19801
20095
  // src/commands/ListIdentityPropagationConfigsCommand.ts
19802
20096
 
19803
20097
 
19804
20098
 
19805
- var _ListIdentityPropagationConfigsCommand = class _ListIdentityPropagationConfigsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20099
+ var ListIdentityPropagationConfigsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19806
20100
  return [
19807
20101
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19808
20102
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19809
20103
  ];
19810
20104
  }).s("QuickSight_20180401", "ListIdentityPropagationConfigs", {}).n("QuickSightClient", "ListIdentityPropagationConfigsCommand").f(void 0, void 0).ser(se_ListIdentityPropagationConfigsCommand).de(de_ListIdentityPropagationConfigsCommand).build() {
20105
+ static {
20106
+ __name(this, "ListIdentityPropagationConfigsCommand");
20107
+ }
19811
20108
  };
19812
- __name(_ListIdentityPropagationConfigsCommand, "ListIdentityPropagationConfigsCommand");
19813
- var ListIdentityPropagationConfigsCommand = _ListIdentityPropagationConfigsCommand;
19814
20109
 
19815
20110
  // src/commands/ListIngestionsCommand.ts
19816
20111
 
19817
20112
 
19818
20113
 
19819
- var _ListIngestionsCommand = class _ListIngestionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20114
+ var ListIngestionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19820
20115
  return [
19821
20116
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19822
20117
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19823
20118
  ];
19824
20119
  }).s("QuickSight_20180401", "ListIngestions", {}).n("QuickSightClient", "ListIngestionsCommand").f(void 0, void 0).ser(se_ListIngestionsCommand).de(de_ListIngestionsCommand).build() {
20120
+ static {
20121
+ __name(this, "ListIngestionsCommand");
20122
+ }
19825
20123
  };
19826
- __name(_ListIngestionsCommand, "ListIngestionsCommand");
19827
- var ListIngestionsCommand = _ListIngestionsCommand;
19828
20124
 
19829
20125
  // src/commands/ListNamespacesCommand.ts
19830
20126
 
19831
20127
 
19832
20128
 
19833
- var _ListNamespacesCommand = class _ListNamespacesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20129
+ var ListNamespacesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19834
20130
  return [
19835
20131
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19836
20132
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19837
20133
  ];
19838
20134
  }).s("QuickSight_20180401", "ListNamespaces", {}).n("QuickSightClient", "ListNamespacesCommand").f(void 0, void 0).ser(se_ListNamespacesCommand).de(de_ListNamespacesCommand).build() {
20135
+ static {
20136
+ __name(this, "ListNamespacesCommand");
20137
+ }
19839
20138
  };
19840
- __name(_ListNamespacesCommand, "ListNamespacesCommand");
19841
- var ListNamespacesCommand = _ListNamespacesCommand;
19842
20139
 
19843
20140
  // src/commands/ListRefreshSchedulesCommand.ts
19844
20141
 
19845
20142
 
19846
20143
 
19847
- var _ListRefreshSchedulesCommand = class _ListRefreshSchedulesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20144
+ var ListRefreshSchedulesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19848
20145
  return [
19849
20146
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19850
20147
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19851
20148
  ];
19852
20149
  }).s("QuickSight_20180401", "ListRefreshSchedules", {}).n("QuickSightClient", "ListRefreshSchedulesCommand").f(void 0, void 0).ser(se_ListRefreshSchedulesCommand).de(de_ListRefreshSchedulesCommand).build() {
20150
+ static {
20151
+ __name(this, "ListRefreshSchedulesCommand");
20152
+ }
19853
20153
  };
19854
- __name(_ListRefreshSchedulesCommand, "ListRefreshSchedulesCommand");
19855
- var ListRefreshSchedulesCommand = _ListRefreshSchedulesCommand;
19856
20154
 
19857
20155
  // src/commands/ListRoleMembershipsCommand.ts
19858
20156
 
19859
20157
 
19860
20158
 
19861
- var _ListRoleMembershipsCommand = class _ListRoleMembershipsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20159
+ var ListRoleMembershipsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19862
20160
  return [
19863
20161
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19864
20162
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19865
20163
  ];
19866
20164
  }).s("QuickSight_20180401", "ListRoleMemberships", {}).n("QuickSightClient", "ListRoleMembershipsCommand").f(void 0, void 0).ser(se_ListRoleMembershipsCommand).de(de_ListRoleMembershipsCommand).build() {
20165
+ static {
20166
+ __name(this, "ListRoleMembershipsCommand");
20167
+ }
19867
20168
  };
19868
- __name(_ListRoleMembershipsCommand, "ListRoleMembershipsCommand");
19869
- var ListRoleMembershipsCommand = _ListRoleMembershipsCommand;
19870
20169
 
19871
20170
  // src/commands/ListTagsForResourceCommand.ts
19872
20171
 
19873
20172
 
19874
20173
 
19875
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20174
+ var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19876
20175
  return [
19877
20176
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19878
20177
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19879
20178
  ];
19880
20179
  }).s("QuickSight_20180401", "ListTagsForResource", {}).n("QuickSightClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
20180
+ static {
20181
+ __name(this, "ListTagsForResourceCommand");
20182
+ }
19881
20183
  };
19882
- __name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
19883
- var ListTagsForResourceCommand = _ListTagsForResourceCommand;
19884
20184
 
19885
20185
  // src/commands/ListTemplateAliasesCommand.ts
19886
20186
 
19887
20187
 
19888
20188
 
19889
- var _ListTemplateAliasesCommand = class _ListTemplateAliasesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20189
+ var ListTemplateAliasesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19890
20190
  return [
19891
20191
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19892
20192
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19893
20193
  ];
19894
20194
  }).s("QuickSight_20180401", "ListTemplateAliases", {}).n("QuickSightClient", "ListTemplateAliasesCommand").f(void 0, void 0).ser(se_ListTemplateAliasesCommand).de(de_ListTemplateAliasesCommand).build() {
20195
+ static {
20196
+ __name(this, "ListTemplateAliasesCommand");
20197
+ }
19895
20198
  };
19896
- __name(_ListTemplateAliasesCommand, "ListTemplateAliasesCommand");
19897
- var ListTemplateAliasesCommand = _ListTemplateAliasesCommand;
19898
20199
 
19899
20200
  // src/commands/ListTemplatesCommand.ts
19900
20201
 
19901
20202
 
19902
20203
 
19903
- var _ListTemplatesCommand = class _ListTemplatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20204
+ var ListTemplatesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19904
20205
  return [
19905
20206
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19906
20207
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19907
20208
  ];
19908
20209
  }).s("QuickSight_20180401", "ListTemplates", {}).n("QuickSightClient", "ListTemplatesCommand").f(void 0, void 0).ser(se_ListTemplatesCommand).de(de_ListTemplatesCommand).build() {
20210
+ static {
20211
+ __name(this, "ListTemplatesCommand");
20212
+ }
19909
20213
  };
19910
- __name(_ListTemplatesCommand, "ListTemplatesCommand");
19911
- var ListTemplatesCommand = _ListTemplatesCommand;
19912
20214
 
19913
20215
  // src/commands/ListTemplateVersionsCommand.ts
19914
20216
 
19915
20217
 
19916
20218
 
19917
- var _ListTemplateVersionsCommand = class _ListTemplateVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20219
+ var ListTemplateVersionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19918
20220
  return [
19919
20221
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19920
20222
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19921
20223
  ];
19922
20224
  }).s("QuickSight_20180401", "ListTemplateVersions", {}).n("QuickSightClient", "ListTemplateVersionsCommand").f(void 0, void 0).ser(se_ListTemplateVersionsCommand).de(de_ListTemplateVersionsCommand).build() {
20225
+ static {
20226
+ __name(this, "ListTemplateVersionsCommand");
20227
+ }
19923
20228
  };
19924
- __name(_ListTemplateVersionsCommand, "ListTemplateVersionsCommand");
19925
- var ListTemplateVersionsCommand = _ListTemplateVersionsCommand;
19926
20229
 
19927
20230
  // src/commands/ListThemeAliasesCommand.ts
19928
20231
 
19929
20232
 
19930
20233
 
19931
- var _ListThemeAliasesCommand = class _ListThemeAliasesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20234
+ var ListThemeAliasesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19932
20235
  return [
19933
20236
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19934
20237
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19935
20238
  ];
19936
20239
  }).s("QuickSight_20180401", "ListThemeAliases", {}).n("QuickSightClient", "ListThemeAliasesCommand").f(void 0, void 0).ser(se_ListThemeAliasesCommand).de(de_ListThemeAliasesCommand).build() {
20240
+ static {
20241
+ __name(this, "ListThemeAliasesCommand");
20242
+ }
19937
20243
  };
19938
- __name(_ListThemeAliasesCommand, "ListThemeAliasesCommand");
19939
- var ListThemeAliasesCommand = _ListThemeAliasesCommand;
19940
20244
 
19941
20245
  // src/commands/ListThemesCommand.ts
19942
20246
 
19943
20247
 
19944
20248
 
19945
- var _ListThemesCommand = class _ListThemesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20249
+ var ListThemesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19946
20250
  return [
19947
20251
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19948
20252
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19949
20253
  ];
19950
20254
  }).s("QuickSight_20180401", "ListThemes", {}).n("QuickSightClient", "ListThemesCommand").f(void 0, void 0).ser(se_ListThemesCommand).de(de_ListThemesCommand).build() {
20255
+ static {
20256
+ __name(this, "ListThemesCommand");
20257
+ }
19951
20258
  };
19952
- __name(_ListThemesCommand, "ListThemesCommand");
19953
- var ListThemesCommand = _ListThemesCommand;
19954
20259
 
19955
20260
  // src/commands/ListThemeVersionsCommand.ts
19956
20261
 
19957
20262
 
19958
20263
 
19959
- var _ListThemeVersionsCommand = class _ListThemeVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20264
+ var ListThemeVersionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19960
20265
  return [
19961
20266
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19962
20267
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19963
20268
  ];
19964
20269
  }).s("QuickSight_20180401", "ListThemeVersions", {}).n("QuickSightClient", "ListThemeVersionsCommand").f(void 0, void 0).ser(se_ListThemeVersionsCommand).de(de_ListThemeVersionsCommand).build() {
20270
+ static {
20271
+ __name(this, "ListThemeVersionsCommand");
20272
+ }
19965
20273
  };
19966
- __name(_ListThemeVersionsCommand, "ListThemeVersionsCommand");
19967
- var ListThemeVersionsCommand = _ListThemeVersionsCommand;
19968
20274
 
19969
20275
  // src/commands/ListTopicRefreshSchedulesCommand.ts
19970
20276
 
19971
20277
 
19972
20278
 
19973
- var _ListTopicRefreshSchedulesCommand = class _ListTopicRefreshSchedulesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20279
+ var ListTopicRefreshSchedulesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19974
20280
  return [
19975
20281
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19976
20282
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19977
20283
  ];
19978
20284
  }).s("QuickSight_20180401", "ListTopicRefreshSchedules", {}).n("QuickSightClient", "ListTopicRefreshSchedulesCommand").f(void 0, void 0).ser(se_ListTopicRefreshSchedulesCommand).de(de_ListTopicRefreshSchedulesCommand).build() {
20285
+ static {
20286
+ __name(this, "ListTopicRefreshSchedulesCommand");
20287
+ }
19979
20288
  };
19980
- __name(_ListTopicRefreshSchedulesCommand, "ListTopicRefreshSchedulesCommand");
19981
- var ListTopicRefreshSchedulesCommand = _ListTopicRefreshSchedulesCommand;
19982
20289
 
19983
20290
  // src/commands/ListTopicReviewedAnswersCommand.ts
19984
20291
 
19985
20292
 
19986
20293
 
19987
- var _ListTopicReviewedAnswersCommand = class _ListTopicReviewedAnswersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20294
+ var ListTopicReviewedAnswersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
19988
20295
  return [
19989
20296
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
19990
20297
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
19991
20298
  ];
19992
20299
  }).s("QuickSight_20180401", "ListTopicReviewedAnswers", {}).n("QuickSightClient", "ListTopicReviewedAnswersCommand").f(void 0, ListTopicReviewedAnswersResponseFilterSensitiveLog).ser(se_ListTopicReviewedAnswersCommand).de(de_ListTopicReviewedAnswersCommand).build() {
20300
+ static {
20301
+ __name(this, "ListTopicReviewedAnswersCommand");
20302
+ }
19993
20303
  };
19994
- __name(_ListTopicReviewedAnswersCommand, "ListTopicReviewedAnswersCommand");
19995
- var ListTopicReviewedAnswersCommand = _ListTopicReviewedAnswersCommand;
19996
20304
 
19997
20305
  // src/commands/ListTopicsCommand.ts
19998
20306
 
19999
20307
 
20000
20308
 
20001
- var _ListTopicsCommand = class _ListTopicsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20309
+ var ListTopicsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20002
20310
  return [
20003
20311
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20004
20312
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20005
20313
  ];
20006
20314
  }).s("QuickSight_20180401", "ListTopics", {}).n("QuickSightClient", "ListTopicsCommand").f(void 0, void 0).ser(se_ListTopicsCommand).de(de_ListTopicsCommand).build() {
20315
+ static {
20316
+ __name(this, "ListTopicsCommand");
20317
+ }
20007
20318
  };
20008
- __name(_ListTopicsCommand, "ListTopicsCommand");
20009
- var ListTopicsCommand = _ListTopicsCommand;
20010
20319
 
20011
20320
  // src/commands/ListUserGroupsCommand.ts
20012
20321
 
20013
20322
 
20014
20323
 
20015
- var _ListUserGroupsCommand = class _ListUserGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20324
+ var ListUserGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20016
20325
  return [
20017
20326
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20018
20327
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20019
20328
  ];
20020
20329
  }).s("QuickSight_20180401", "ListUserGroups", {}).n("QuickSightClient", "ListUserGroupsCommand").f(void 0, void 0).ser(se_ListUserGroupsCommand).de(de_ListUserGroupsCommand).build() {
20330
+ static {
20331
+ __name(this, "ListUserGroupsCommand");
20332
+ }
20021
20333
  };
20022
- __name(_ListUserGroupsCommand, "ListUserGroupsCommand");
20023
- var ListUserGroupsCommand = _ListUserGroupsCommand;
20024
20334
 
20025
20335
  // src/commands/ListUsersCommand.ts
20026
20336
 
20027
20337
 
20028
20338
 
20029
- var _ListUsersCommand = class _ListUsersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20339
+ var ListUsersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20030
20340
  return [
20031
20341
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20032
20342
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20033
20343
  ];
20034
20344
  }).s("QuickSight_20180401", "ListUsers", {}).n("QuickSightClient", "ListUsersCommand").f(void 0, void 0).ser(se_ListUsersCommand).de(de_ListUsersCommand).build() {
20345
+ static {
20346
+ __name(this, "ListUsersCommand");
20347
+ }
20035
20348
  };
20036
- __name(_ListUsersCommand, "ListUsersCommand");
20037
- var ListUsersCommand = _ListUsersCommand;
20038
20349
 
20039
20350
  // src/commands/ListVPCConnectionsCommand.ts
20040
20351
 
20041
20352
 
20042
20353
 
20043
- var _ListVPCConnectionsCommand = class _ListVPCConnectionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20354
+ var ListVPCConnectionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20044
20355
  return [
20045
20356
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20046
20357
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20047
20358
  ];
20048
20359
  }).s("QuickSight_20180401", "ListVPCConnections", {}).n("QuickSightClient", "ListVPCConnectionsCommand").f(void 0, void 0).ser(se_ListVPCConnectionsCommand).de(de_ListVPCConnectionsCommand).build() {
20360
+ static {
20361
+ __name(this, "ListVPCConnectionsCommand");
20362
+ }
20049
20363
  };
20050
- __name(_ListVPCConnectionsCommand, "ListVPCConnectionsCommand");
20051
- var ListVPCConnectionsCommand = _ListVPCConnectionsCommand;
20052
20364
 
20053
20365
  // src/commands/PredictQAResultsCommand.ts
20054
20366
 
20055
20367
 
20056
20368
 
20057
- var _PredictQAResultsCommand = class _PredictQAResultsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20369
+ var PredictQAResultsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20058
20370
  return [
20059
20371
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20060
20372
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20061
20373
  ];
20062
20374
  }).s("QuickSight_20180401", "PredictQAResults", {}).n("QuickSightClient", "PredictQAResultsCommand").f(PredictQAResultsRequestFilterSensitiveLog, PredictQAResultsResponseFilterSensitiveLog).ser(se_PredictQAResultsCommand).de(de_PredictQAResultsCommand).build() {
20375
+ static {
20376
+ __name(this, "PredictQAResultsCommand");
20377
+ }
20063
20378
  };
20064
- __name(_PredictQAResultsCommand, "PredictQAResultsCommand");
20065
- var PredictQAResultsCommand = _PredictQAResultsCommand;
20066
20379
 
20067
20380
  // src/commands/PutDataSetRefreshPropertiesCommand.ts
20068
20381
 
20069
20382
 
20070
20383
 
20071
- var _PutDataSetRefreshPropertiesCommand = class _PutDataSetRefreshPropertiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20384
+ var PutDataSetRefreshPropertiesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20072
20385
  return [
20073
20386
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20074
20387
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20075
20388
  ];
20076
20389
  }).s("QuickSight_20180401", "PutDataSetRefreshProperties", {}).n("QuickSightClient", "PutDataSetRefreshPropertiesCommand").f(void 0, void 0).ser(se_PutDataSetRefreshPropertiesCommand).de(de_PutDataSetRefreshPropertiesCommand).build() {
20390
+ static {
20391
+ __name(this, "PutDataSetRefreshPropertiesCommand");
20392
+ }
20077
20393
  };
20078
- __name(_PutDataSetRefreshPropertiesCommand, "PutDataSetRefreshPropertiesCommand");
20079
- var PutDataSetRefreshPropertiesCommand = _PutDataSetRefreshPropertiesCommand;
20080
20394
 
20081
20395
  // src/commands/RegisterUserCommand.ts
20082
20396
 
20083
20397
 
20084
20398
 
20085
- var _RegisterUserCommand = class _RegisterUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20399
+ var RegisterUserCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20086
20400
  return [
20087
20401
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20088
20402
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20089
20403
  ];
20090
20404
  }).s("QuickSight_20180401", "RegisterUser", {}).n("QuickSightClient", "RegisterUserCommand").f(void 0, void 0).ser(se_RegisterUserCommand).de(de_RegisterUserCommand).build() {
20405
+ static {
20406
+ __name(this, "RegisterUserCommand");
20407
+ }
20091
20408
  };
20092
- __name(_RegisterUserCommand, "RegisterUserCommand");
20093
- var RegisterUserCommand = _RegisterUserCommand;
20094
20409
 
20095
20410
  // src/commands/RestoreAnalysisCommand.ts
20096
20411
 
20097
20412
 
20098
20413
 
20099
- var _RestoreAnalysisCommand = class _RestoreAnalysisCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20414
+ var RestoreAnalysisCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20100
20415
  return [
20101
20416
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20102
20417
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20103
20418
  ];
20104
20419
  }).s("QuickSight_20180401", "RestoreAnalysis", {}).n("QuickSightClient", "RestoreAnalysisCommand").f(void 0, void 0).ser(se_RestoreAnalysisCommand).de(de_RestoreAnalysisCommand).build() {
20420
+ static {
20421
+ __name(this, "RestoreAnalysisCommand");
20422
+ }
20105
20423
  };
20106
- __name(_RestoreAnalysisCommand, "RestoreAnalysisCommand");
20107
- var RestoreAnalysisCommand = _RestoreAnalysisCommand;
20108
20424
 
20109
20425
  // src/commands/SearchAnalysesCommand.ts
20110
20426
 
20111
20427
 
20112
20428
 
20113
- var _SearchAnalysesCommand = class _SearchAnalysesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20429
+ var SearchAnalysesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20114
20430
  return [
20115
20431
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20116
20432
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20117
20433
  ];
20118
20434
  }).s("QuickSight_20180401", "SearchAnalyses", {}).n("QuickSightClient", "SearchAnalysesCommand").f(void 0, void 0).ser(se_SearchAnalysesCommand).de(de_SearchAnalysesCommand).build() {
20435
+ static {
20436
+ __name(this, "SearchAnalysesCommand");
20437
+ }
20119
20438
  };
20120
- __name(_SearchAnalysesCommand, "SearchAnalysesCommand");
20121
- var SearchAnalysesCommand = _SearchAnalysesCommand;
20122
20439
 
20123
20440
  // src/commands/SearchDashboardsCommand.ts
20124
20441
 
20125
20442
 
20126
20443
 
20127
- var _SearchDashboardsCommand = class _SearchDashboardsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20444
+ var SearchDashboardsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20128
20445
  return [
20129
20446
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20130
20447
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20131
20448
  ];
20132
20449
  }).s("QuickSight_20180401", "SearchDashboards", {}).n("QuickSightClient", "SearchDashboardsCommand").f(void 0, void 0).ser(se_SearchDashboardsCommand).de(de_SearchDashboardsCommand).build() {
20450
+ static {
20451
+ __name(this, "SearchDashboardsCommand");
20452
+ }
20133
20453
  };
20134
- __name(_SearchDashboardsCommand, "SearchDashboardsCommand");
20135
- var SearchDashboardsCommand = _SearchDashboardsCommand;
20136
20454
 
20137
20455
  // src/commands/SearchDataSetsCommand.ts
20138
20456
 
20139
20457
 
20140
20458
 
20141
- var _SearchDataSetsCommand = class _SearchDataSetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20459
+ var SearchDataSetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20142
20460
  return [
20143
20461
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20144
20462
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20145
20463
  ];
20146
20464
  }).s("QuickSight_20180401", "SearchDataSets", {}).n("QuickSightClient", "SearchDataSetsCommand").f(void 0, void 0).ser(se_SearchDataSetsCommand).de(de_SearchDataSetsCommand).build() {
20465
+ static {
20466
+ __name(this, "SearchDataSetsCommand");
20467
+ }
20147
20468
  };
20148
- __name(_SearchDataSetsCommand, "SearchDataSetsCommand");
20149
- var SearchDataSetsCommand = _SearchDataSetsCommand;
20150
20469
 
20151
20470
  // src/commands/SearchDataSourcesCommand.ts
20152
20471
 
20153
20472
 
20154
20473
 
20155
- var _SearchDataSourcesCommand = class _SearchDataSourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20474
+ var SearchDataSourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20156
20475
  return [
20157
20476
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20158
20477
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20159
20478
  ];
20160
20479
  }).s("QuickSight_20180401", "SearchDataSources", {}).n("QuickSightClient", "SearchDataSourcesCommand").f(void 0, void 0).ser(se_SearchDataSourcesCommand).de(de_SearchDataSourcesCommand).build() {
20480
+ static {
20481
+ __name(this, "SearchDataSourcesCommand");
20482
+ }
20161
20483
  };
20162
- __name(_SearchDataSourcesCommand, "SearchDataSourcesCommand");
20163
- var SearchDataSourcesCommand = _SearchDataSourcesCommand;
20164
20484
 
20165
20485
  // src/commands/SearchFoldersCommand.ts
20166
20486
 
20167
20487
 
20168
20488
 
20169
- var _SearchFoldersCommand = class _SearchFoldersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20489
+ var SearchFoldersCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20170
20490
  return [
20171
20491
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20172
20492
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20173
20493
  ];
20174
20494
  }).s("QuickSight_20180401", "SearchFolders", {}).n("QuickSightClient", "SearchFoldersCommand").f(void 0, void 0).ser(se_SearchFoldersCommand).de(de_SearchFoldersCommand).build() {
20495
+ static {
20496
+ __name(this, "SearchFoldersCommand");
20497
+ }
20175
20498
  };
20176
- __name(_SearchFoldersCommand, "SearchFoldersCommand");
20177
- var SearchFoldersCommand = _SearchFoldersCommand;
20178
20499
 
20179
20500
  // src/commands/SearchGroupsCommand.ts
20180
20501
 
20181
20502
 
20182
20503
 
20183
- var _SearchGroupsCommand = class _SearchGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20504
+ var SearchGroupsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20184
20505
  return [
20185
20506
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20186
20507
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20187
20508
  ];
20188
20509
  }).s("QuickSight_20180401", "SearchGroups", {}).n("QuickSightClient", "SearchGroupsCommand").f(void 0, void 0).ser(se_SearchGroupsCommand).de(de_SearchGroupsCommand).build() {
20510
+ static {
20511
+ __name(this, "SearchGroupsCommand");
20512
+ }
20189
20513
  };
20190
- __name(_SearchGroupsCommand, "SearchGroupsCommand");
20191
- var SearchGroupsCommand = _SearchGroupsCommand;
20192
20514
 
20193
20515
  // src/commands/SearchTopicsCommand.ts
20194
20516
 
20195
20517
 
20196
20518
 
20197
- var _SearchTopicsCommand = class _SearchTopicsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20519
+ var SearchTopicsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20198
20520
  return [
20199
20521
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20200
20522
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20201
20523
  ];
20202
20524
  }).s("QuickSight_20180401", "SearchTopics", {}).n("QuickSightClient", "SearchTopicsCommand").f(void 0, void 0).ser(se_SearchTopicsCommand).de(de_SearchTopicsCommand).build() {
20525
+ static {
20526
+ __name(this, "SearchTopicsCommand");
20527
+ }
20203
20528
  };
20204
- __name(_SearchTopicsCommand, "SearchTopicsCommand");
20205
- var SearchTopicsCommand = _SearchTopicsCommand;
20206
20529
 
20207
20530
  // src/commands/StartAssetBundleExportJobCommand.ts
20208
20531
 
20209
20532
 
20210
20533
 
20211
- var _StartAssetBundleExportJobCommand = class _StartAssetBundleExportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20534
+ var StartAssetBundleExportJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20212
20535
  return [
20213
20536
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20214
20537
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20215
20538
  ];
20216
20539
  }).s("QuickSight_20180401", "StartAssetBundleExportJob", {}).n("QuickSightClient", "StartAssetBundleExportJobCommand").f(void 0, void 0).ser(se_StartAssetBundleExportJobCommand).de(de_StartAssetBundleExportJobCommand).build() {
20540
+ static {
20541
+ __name(this, "StartAssetBundleExportJobCommand");
20542
+ }
20217
20543
  };
20218
- __name(_StartAssetBundleExportJobCommand, "StartAssetBundleExportJobCommand");
20219
- var StartAssetBundleExportJobCommand = _StartAssetBundleExportJobCommand;
20220
20544
 
20221
20545
  // src/commands/StartAssetBundleImportJobCommand.ts
20222
20546
 
20223
20547
 
20224
20548
 
20225
- var _StartAssetBundleImportJobCommand = class _StartAssetBundleImportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20549
+ var StartAssetBundleImportJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20226
20550
  return [
20227
20551
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20228
20552
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20229
20553
  ];
20230
20554
  }).s("QuickSight_20180401", "StartAssetBundleImportJob", {}).n("QuickSightClient", "StartAssetBundleImportJobCommand").f(StartAssetBundleImportJobRequestFilterSensitiveLog, void 0).ser(se_StartAssetBundleImportJobCommand).de(de_StartAssetBundleImportJobCommand).build() {
20555
+ static {
20556
+ __name(this, "StartAssetBundleImportJobCommand");
20557
+ }
20231
20558
  };
20232
- __name(_StartAssetBundleImportJobCommand, "StartAssetBundleImportJobCommand");
20233
- var StartAssetBundleImportJobCommand = _StartAssetBundleImportJobCommand;
20234
20559
 
20235
20560
  // src/commands/StartDashboardSnapshotJobCommand.ts
20236
20561
 
20237
20562
 
20238
20563
 
20239
- var _StartDashboardSnapshotJobCommand = class _StartDashboardSnapshotJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20564
+ var StartDashboardSnapshotJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20240
20565
  return [
20241
20566
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20242
20567
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20243
20568
  ];
20244
20569
  }).s("QuickSight_20180401", "StartDashboardSnapshotJob", {}).n("QuickSightClient", "StartDashboardSnapshotJobCommand").f(StartDashboardSnapshotJobRequestFilterSensitiveLog, void 0).ser(se_StartDashboardSnapshotJobCommand).de(de_StartDashboardSnapshotJobCommand).build() {
20570
+ static {
20571
+ __name(this, "StartDashboardSnapshotJobCommand");
20572
+ }
20245
20573
  };
20246
- __name(_StartDashboardSnapshotJobCommand, "StartDashboardSnapshotJobCommand");
20247
- var StartDashboardSnapshotJobCommand = _StartDashboardSnapshotJobCommand;
20248
20574
 
20249
20575
  // src/commands/StartDashboardSnapshotJobScheduleCommand.ts
20250
20576
 
20251
20577
 
20252
20578
 
20253
- var _StartDashboardSnapshotJobScheduleCommand = class _StartDashboardSnapshotJobScheduleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20579
+ var StartDashboardSnapshotJobScheduleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20254
20580
  return [
20255
20581
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20256
20582
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20257
20583
  ];
20258
20584
  }).s("QuickSight_20180401", "StartDashboardSnapshotJobSchedule", {}).n("QuickSightClient", "StartDashboardSnapshotJobScheduleCommand").f(void 0, void 0).ser(se_StartDashboardSnapshotJobScheduleCommand).de(de_StartDashboardSnapshotJobScheduleCommand).build() {
20585
+ static {
20586
+ __name(this, "StartDashboardSnapshotJobScheduleCommand");
20587
+ }
20259
20588
  };
20260
- __name(_StartDashboardSnapshotJobScheduleCommand, "StartDashboardSnapshotJobScheduleCommand");
20261
- var StartDashboardSnapshotJobScheduleCommand = _StartDashboardSnapshotJobScheduleCommand;
20262
20589
 
20263
20590
  // src/commands/TagResourceCommand.ts
20264
20591
 
20265
20592
 
20266
20593
 
20267
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20594
+ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20268
20595
  return [
20269
20596
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20270
20597
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20271
20598
  ];
20272
20599
  }).s("QuickSight_20180401", "TagResource", {}).n("QuickSightClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
20600
+ static {
20601
+ __name(this, "TagResourceCommand");
20602
+ }
20273
20603
  };
20274
- __name(_TagResourceCommand, "TagResourceCommand");
20275
- var TagResourceCommand = _TagResourceCommand;
20276
20604
 
20277
20605
  // src/commands/UntagResourceCommand.ts
20278
20606
 
20279
20607
 
20280
20608
 
20281
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20609
+ var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20282
20610
  return [
20283
20611
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20284
20612
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20285
20613
  ];
20286
20614
  }).s("QuickSight_20180401", "UntagResource", {}).n("QuickSightClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
20615
+ static {
20616
+ __name(this, "UntagResourceCommand");
20617
+ }
20287
20618
  };
20288
- __name(_UntagResourceCommand, "UntagResourceCommand");
20289
- var UntagResourceCommand = _UntagResourceCommand;
20290
20619
 
20291
20620
  // src/commands/UpdateAccountCustomizationCommand.ts
20292
20621
 
20293
20622
 
20294
20623
 
20295
- var _UpdateAccountCustomizationCommand = class _UpdateAccountCustomizationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20624
+ var UpdateAccountCustomizationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20296
20625
  return [
20297
20626
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20298
20627
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20299
20628
  ];
20300
20629
  }).s("QuickSight_20180401", "UpdateAccountCustomization", {}).n("QuickSightClient", "UpdateAccountCustomizationCommand").f(void 0, void 0).ser(se_UpdateAccountCustomizationCommand).de(de_UpdateAccountCustomizationCommand).build() {
20630
+ static {
20631
+ __name(this, "UpdateAccountCustomizationCommand");
20632
+ }
20301
20633
  };
20302
- __name(_UpdateAccountCustomizationCommand, "UpdateAccountCustomizationCommand");
20303
- var UpdateAccountCustomizationCommand = _UpdateAccountCustomizationCommand;
20304
20634
 
20305
20635
  // src/commands/UpdateAccountSettingsCommand.ts
20306
20636
 
20307
20637
 
20308
20638
 
20309
- var _UpdateAccountSettingsCommand = class _UpdateAccountSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20639
+ var UpdateAccountSettingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20310
20640
  return [
20311
20641
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20312
20642
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20313
20643
  ];
20314
20644
  }).s("QuickSight_20180401", "UpdateAccountSettings", {}).n("QuickSightClient", "UpdateAccountSettingsCommand").f(void 0, void 0).ser(se_UpdateAccountSettingsCommand).de(de_UpdateAccountSettingsCommand).build() {
20645
+ static {
20646
+ __name(this, "UpdateAccountSettingsCommand");
20647
+ }
20315
20648
  };
20316
- __name(_UpdateAccountSettingsCommand, "UpdateAccountSettingsCommand");
20317
- var UpdateAccountSettingsCommand = _UpdateAccountSettingsCommand;
20318
20649
 
20319
20650
  // src/commands/UpdateAnalysisCommand.ts
20320
20651
 
20321
20652
 
20322
20653
 
20323
- var _UpdateAnalysisCommand = class _UpdateAnalysisCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20654
+ var UpdateAnalysisCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20324
20655
  return [
20325
20656
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20326
20657
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20327
20658
  ];
20328
20659
  }).s("QuickSight_20180401", "UpdateAnalysis", {}).n("QuickSightClient", "UpdateAnalysisCommand").f(UpdateAnalysisRequestFilterSensitiveLog, void 0).ser(se_UpdateAnalysisCommand).de(de_UpdateAnalysisCommand).build() {
20660
+ static {
20661
+ __name(this, "UpdateAnalysisCommand");
20662
+ }
20329
20663
  };
20330
- __name(_UpdateAnalysisCommand, "UpdateAnalysisCommand");
20331
- var UpdateAnalysisCommand = _UpdateAnalysisCommand;
20332
20664
 
20333
20665
  // src/commands/UpdateAnalysisPermissionsCommand.ts
20334
20666
 
20335
20667
 
20336
20668
 
20337
- var _UpdateAnalysisPermissionsCommand = class _UpdateAnalysisPermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20669
+ var UpdateAnalysisPermissionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20338
20670
  return [
20339
20671
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20340
20672
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20341
20673
  ];
20342
20674
  }).s("QuickSight_20180401", "UpdateAnalysisPermissions", {}).n("QuickSightClient", "UpdateAnalysisPermissionsCommand").f(void 0, void 0).ser(se_UpdateAnalysisPermissionsCommand).de(de_UpdateAnalysisPermissionsCommand).build() {
20675
+ static {
20676
+ __name(this, "UpdateAnalysisPermissionsCommand");
20677
+ }
20343
20678
  };
20344
- __name(_UpdateAnalysisPermissionsCommand, "UpdateAnalysisPermissionsCommand");
20345
- var UpdateAnalysisPermissionsCommand = _UpdateAnalysisPermissionsCommand;
20346
20679
 
20347
20680
  // src/commands/UpdateApplicationWithTokenExchangeGrantCommand.ts
20348
20681
 
20349
20682
 
20350
20683
 
20351
- var _UpdateApplicationWithTokenExchangeGrantCommand = class _UpdateApplicationWithTokenExchangeGrantCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20684
+ var UpdateApplicationWithTokenExchangeGrantCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20352
20685
  return [
20353
20686
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20354
20687
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20355
20688
  ];
20356
20689
  }).s("QuickSight_20180401", "UpdateApplicationWithTokenExchangeGrant", {}).n("QuickSightClient", "UpdateApplicationWithTokenExchangeGrantCommand").f(void 0, void 0).ser(se_UpdateApplicationWithTokenExchangeGrantCommand).de(de_UpdateApplicationWithTokenExchangeGrantCommand).build() {
20690
+ static {
20691
+ __name(this, "UpdateApplicationWithTokenExchangeGrantCommand");
20692
+ }
20357
20693
  };
20358
- __name(_UpdateApplicationWithTokenExchangeGrantCommand, "UpdateApplicationWithTokenExchangeGrantCommand");
20359
- var UpdateApplicationWithTokenExchangeGrantCommand = _UpdateApplicationWithTokenExchangeGrantCommand;
20360
20694
 
20361
20695
  // src/commands/UpdateBrandAssignmentCommand.ts
20362
20696
 
20363
20697
 
20364
20698
 
20365
- var _UpdateBrandAssignmentCommand = class _UpdateBrandAssignmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20699
+ var UpdateBrandAssignmentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20366
20700
  return [
20367
20701
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20368
20702
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20369
20703
  ];
20370
20704
  }).s("QuickSight_20180401", "UpdateBrandAssignment", {}).n("QuickSightClient", "UpdateBrandAssignmentCommand").f(void 0, void 0).ser(se_UpdateBrandAssignmentCommand).de(de_UpdateBrandAssignmentCommand).build() {
20705
+ static {
20706
+ __name(this, "UpdateBrandAssignmentCommand");
20707
+ }
20371
20708
  };
20372
- __name(_UpdateBrandAssignmentCommand, "UpdateBrandAssignmentCommand");
20373
- var UpdateBrandAssignmentCommand = _UpdateBrandAssignmentCommand;
20374
20709
 
20375
20710
  // src/commands/UpdateBrandCommand.ts
20376
20711
 
20377
20712
 
20378
20713
 
20379
- var _UpdateBrandCommand = class _UpdateBrandCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20714
+ var UpdateBrandCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20380
20715
  return [
20381
20716
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20382
20717
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20383
20718
  ];
20384
20719
  }).s("QuickSight_20180401", "UpdateBrand", {}).n("QuickSightClient", "UpdateBrandCommand").f(void 0, void 0).ser(se_UpdateBrandCommand).de(de_UpdateBrandCommand).build() {
20720
+ static {
20721
+ __name(this, "UpdateBrandCommand");
20722
+ }
20385
20723
  };
20386
- __name(_UpdateBrandCommand, "UpdateBrandCommand");
20387
- var UpdateBrandCommand = _UpdateBrandCommand;
20388
20724
 
20389
20725
  // src/commands/UpdateBrandPublishedVersionCommand.ts
20390
20726
 
20391
20727
 
20392
20728
 
20393
- var _UpdateBrandPublishedVersionCommand = class _UpdateBrandPublishedVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20729
+ var UpdateBrandPublishedVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20394
20730
  return [
20395
20731
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20396
20732
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20397
20733
  ];
20398
20734
  }).s("QuickSight_20180401", "UpdateBrandPublishedVersion", {}).n("QuickSightClient", "UpdateBrandPublishedVersionCommand").f(void 0, void 0).ser(se_UpdateBrandPublishedVersionCommand).de(de_UpdateBrandPublishedVersionCommand).build() {
20735
+ static {
20736
+ __name(this, "UpdateBrandPublishedVersionCommand");
20737
+ }
20399
20738
  };
20400
- __name(_UpdateBrandPublishedVersionCommand, "UpdateBrandPublishedVersionCommand");
20401
- var UpdateBrandPublishedVersionCommand = _UpdateBrandPublishedVersionCommand;
20402
20739
 
20403
20740
  // src/commands/UpdateCustomPermissionsCommand.ts
20404
20741
 
20405
20742
 
20406
20743
 
20407
- var _UpdateCustomPermissionsCommand = class _UpdateCustomPermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20744
+ var UpdateCustomPermissionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20408
20745
  return [
20409
20746
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20410
20747
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20411
20748
  ];
20412
20749
  }).s("QuickSight_20180401", "UpdateCustomPermissions", {}).n("QuickSightClient", "UpdateCustomPermissionsCommand").f(void 0, void 0).ser(se_UpdateCustomPermissionsCommand).de(de_UpdateCustomPermissionsCommand).build() {
20750
+ static {
20751
+ __name(this, "UpdateCustomPermissionsCommand");
20752
+ }
20413
20753
  };
20414
- __name(_UpdateCustomPermissionsCommand, "UpdateCustomPermissionsCommand");
20415
- var UpdateCustomPermissionsCommand = _UpdateCustomPermissionsCommand;
20416
20754
 
20417
20755
  // src/commands/UpdateDashboardCommand.ts
20418
20756
 
20419
20757
 
20420
20758
 
20421
- var _UpdateDashboardCommand = class _UpdateDashboardCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20759
+ var UpdateDashboardCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20422
20760
  return [
20423
20761
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20424
20762
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20425
20763
  ];
20426
20764
  }).s("QuickSight_20180401", "UpdateDashboard", {}).n("QuickSightClient", "UpdateDashboardCommand").f(UpdateDashboardRequestFilterSensitiveLog, void 0).ser(se_UpdateDashboardCommand).de(de_UpdateDashboardCommand).build() {
20765
+ static {
20766
+ __name(this, "UpdateDashboardCommand");
20767
+ }
20427
20768
  };
20428
- __name(_UpdateDashboardCommand, "UpdateDashboardCommand");
20429
- var UpdateDashboardCommand = _UpdateDashboardCommand;
20430
20769
 
20431
20770
  // src/commands/UpdateDashboardLinksCommand.ts
20432
20771
 
20433
20772
 
20434
20773
 
20435
- var _UpdateDashboardLinksCommand = class _UpdateDashboardLinksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20774
+ var UpdateDashboardLinksCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20436
20775
  return [
20437
20776
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20438
20777
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20439
20778
  ];
20440
20779
  }).s("QuickSight_20180401", "UpdateDashboardLinks", {}).n("QuickSightClient", "UpdateDashboardLinksCommand").f(void 0, void 0).ser(se_UpdateDashboardLinksCommand).de(de_UpdateDashboardLinksCommand).build() {
20780
+ static {
20781
+ __name(this, "UpdateDashboardLinksCommand");
20782
+ }
20441
20783
  };
20442
- __name(_UpdateDashboardLinksCommand, "UpdateDashboardLinksCommand");
20443
- var UpdateDashboardLinksCommand = _UpdateDashboardLinksCommand;
20444
20784
 
20445
20785
  // src/commands/UpdateDashboardPermissionsCommand.ts
20446
20786
 
20447
20787
 
20448
20788
 
20449
- var _UpdateDashboardPermissionsCommand = class _UpdateDashboardPermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20789
+ var UpdateDashboardPermissionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20450
20790
  return [
20451
20791
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20452
20792
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20453
20793
  ];
20454
20794
  }).s("QuickSight_20180401", "UpdateDashboardPermissions", {}).n("QuickSightClient", "UpdateDashboardPermissionsCommand").f(void 0, void 0).ser(se_UpdateDashboardPermissionsCommand).de(de_UpdateDashboardPermissionsCommand).build() {
20795
+ static {
20796
+ __name(this, "UpdateDashboardPermissionsCommand");
20797
+ }
20455
20798
  };
20456
- __name(_UpdateDashboardPermissionsCommand, "UpdateDashboardPermissionsCommand");
20457
- var UpdateDashboardPermissionsCommand = _UpdateDashboardPermissionsCommand;
20458
20799
 
20459
20800
  // src/commands/UpdateDashboardPublishedVersionCommand.ts
20460
20801
 
20461
20802
 
20462
20803
 
20463
- var _UpdateDashboardPublishedVersionCommand = class _UpdateDashboardPublishedVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20804
+ var UpdateDashboardPublishedVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20464
20805
  return [
20465
20806
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20466
20807
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20467
20808
  ];
20468
20809
  }).s("QuickSight_20180401", "UpdateDashboardPublishedVersion", {}).n("QuickSightClient", "UpdateDashboardPublishedVersionCommand").f(void 0, void 0).ser(se_UpdateDashboardPublishedVersionCommand).de(de_UpdateDashboardPublishedVersionCommand).build() {
20810
+ static {
20811
+ __name(this, "UpdateDashboardPublishedVersionCommand");
20812
+ }
20469
20813
  };
20470
- __name(_UpdateDashboardPublishedVersionCommand, "UpdateDashboardPublishedVersionCommand");
20471
- var UpdateDashboardPublishedVersionCommand = _UpdateDashboardPublishedVersionCommand;
20472
20814
 
20473
20815
  // src/commands/UpdateDashboardsQAConfigurationCommand.ts
20474
20816
 
20475
20817
 
20476
20818
 
20477
- var _UpdateDashboardsQAConfigurationCommand = class _UpdateDashboardsQAConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20819
+ var UpdateDashboardsQAConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20478
20820
  return [
20479
20821
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20480
20822
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20481
20823
  ];
20482
20824
  }).s("QuickSight_20180401", "UpdateDashboardsQAConfiguration", {}).n("QuickSightClient", "UpdateDashboardsQAConfigurationCommand").f(void 0, void 0).ser(se_UpdateDashboardsQAConfigurationCommand).de(de_UpdateDashboardsQAConfigurationCommand).build() {
20825
+ static {
20826
+ __name(this, "UpdateDashboardsQAConfigurationCommand");
20827
+ }
20483
20828
  };
20484
- __name(_UpdateDashboardsQAConfigurationCommand, "UpdateDashboardsQAConfigurationCommand");
20485
- var UpdateDashboardsQAConfigurationCommand = _UpdateDashboardsQAConfigurationCommand;
20486
20829
 
20487
20830
  // src/commands/UpdateDataSetCommand.ts
20488
20831
 
20489
20832
 
20490
20833
 
20491
- var _UpdateDataSetCommand = class _UpdateDataSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20834
+ var UpdateDataSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20492
20835
  return [
20493
20836
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20494
20837
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20495
20838
  ];
20496
20839
  }).s("QuickSight_20180401", "UpdateDataSet", {}).n("QuickSightClient", "UpdateDataSetCommand").f(UpdateDataSetRequestFilterSensitiveLog, void 0).ser(se_UpdateDataSetCommand).de(de_UpdateDataSetCommand).build() {
20840
+ static {
20841
+ __name(this, "UpdateDataSetCommand");
20842
+ }
20497
20843
  };
20498
- __name(_UpdateDataSetCommand, "UpdateDataSetCommand");
20499
- var UpdateDataSetCommand = _UpdateDataSetCommand;
20500
20844
 
20501
20845
  // src/commands/UpdateDataSetPermissionsCommand.ts
20502
20846
 
20503
20847
 
20504
20848
 
20505
- var _UpdateDataSetPermissionsCommand = class _UpdateDataSetPermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20849
+ var UpdateDataSetPermissionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20506
20850
  return [
20507
20851
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20508
20852
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20509
20853
  ];
20510
20854
  }).s("QuickSight_20180401", "UpdateDataSetPermissions", {}).n("QuickSightClient", "UpdateDataSetPermissionsCommand").f(void 0, void 0).ser(se_UpdateDataSetPermissionsCommand).de(de_UpdateDataSetPermissionsCommand).build() {
20855
+ static {
20856
+ __name(this, "UpdateDataSetPermissionsCommand");
20857
+ }
20511
20858
  };
20512
- __name(_UpdateDataSetPermissionsCommand, "UpdateDataSetPermissionsCommand");
20513
- var UpdateDataSetPermissionsCommand = _UpdateDataSetPermissionsCommand;
20514
20859
 
20515
20860
  // src/commands/UpdateDataSourceCommand.ts
20516
20861
 
20517
20862
 
20518
20863
 
20519
- var _UpdateDataSourceCommand = class _UpdateDataSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20864
+ var UpdateDataSourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20520
20865
  return [
20521
20866
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20522
20867
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20523
20868
  ];
20524
20869
  }).s("QuickSight_20180401", "UpdateDataSource", {}).n("QuickSightClient", "UpdateDataSourceCommand").f(UpdateDataSourceRequestFilterSensitiveLog, void 0).ser(se_UpdateDataSourceCommand).de(de_UpdateDataSourceCommand).build() {
20870
+ static {
20871
+ __name(this, "UpdateDataSourceCommand");
20872
+ }
20525
20873
  };
20526
- __name(_UpdateDataSourceCommand, "UpdateDataSourceCommand");
20527
- var UpdateDataSourceCommand = _UpdateDataSourceCommand;
20528
20874
 
20529
20875
  // src/commands/UpdateDataSourcePermissionsCommand.ts
20530
20876
 
20531
20877
 
20532
20878
 
20533
- var _UpdateDataSourcePermissionsCommand = class _UpdateDataSourcePermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20879
+ var UpdateDataSourcePermissionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20534
20880
  return [
20535
20881
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20536
20882
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20537
20883
  ];
20538
20884
  }).s("QuickSight_20180401", "UpdateDataSourcePermissions", {}).n("QuickSightClient", "UpdateDataSourcePermissionsCommand").f(void 0, void 0).ser(se_UpdateDataSourcePermissionsCommand).de(de_UpdateDataSourcePermissionsCommand).build() {
20885
+ static {
20886
+ __name(this, "UpdateDataSourcePermissionsCommand");
20887
+ }
20539
20888
  };
20540
- __name(_UpdateDataSourcePermissionsCommand, "UpdateDataSourcePermissionsCommand");
20541
- var UpdateDataSourcePermissionsCommand = _UpdateDataSourcePermissionsCommand;
20542
20889
 
20543
20890
  // src/commands/UpdateDefaultQBusinessApplicationCommand.ts
20544
20891
 
20545
20892
 
20546
20893
 
20547
- var _UpdateDefaultQBusinessApplicationCommand = class _UpdateDefaultQBusinessApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20894
+ var UpdateDefaultQBusinessApplicationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20548
20895
  return [
20549
20896
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20550
20897
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20551
20898
  ];
20552
20899
  }).s("QuickSight_20180401", "UpdateDefaultQBusinessApplication", {}).n("QuickSightClient", "UpdateDefaultQBusinessApplicationCommand").f(void 0, void 0).ser(se_UpdateDefaultQBusinessApplicationCommand).de(de_UpdateDefaultQBusinessApplicationCommand).build() {
20900
+ static {
20901
+ __name(this, "UpdateDefaultQBusinessApplicationCommand");
20902
+ }
20553
20903
  };
20554
- __name(_UpdateDefaultQBusinessApplicationCommand, "UpdateDefaultQBusinessApplicationCommand");
20555
- var UpdateDefaultQBusinessApplicationCommand = _UpdateDefaultQBusinessApplicationCommand;
20556
20904
 
20557
20905
  // src/commands/UpdateFolderCommand.ts
20558
20906
 
20559
20907
 
20560
20908
 
20561
- var _UpdateFolderCommand = class _UpdateFolderCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20909
+ var UpdateFolderCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20562
20910
  return [
20563
20911
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20564
20912
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20565
20913
  ];
20566
20914
  }).s("QuickSight_20180401", "UpdateFolder", {}).n("QuickSightClient", "UpdateFolderCommand").f(void 0, void 0).ser(se_UpdateFolderCommand).de(de_UpdateFolderCommand).build() {
20915
+ static {
20916
+ __name(this, "UpdateFolderCommand");
20917
+ }
20567
20918
  };
20568
- __name(_UpdateFolderCommand, "UpdateFolderCommand");
20569
- var UpdateFolderCommand = _UpdateFolderCommand;
20570
20919
 
20571
20920
  // src/commands/UpdateFolderPermissionsCommand.ts
20572
20921
 
20573
20922
 
20574
20923
 
20575
- var _UpdateFolderPermissionsCommand = class _UpdateFolderPermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20924
+ var UpdateFolderPermissionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20576
20925
  return [
20577
20926
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20578
20927
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20579
20928
  ];
20580
20929
  }).s("QuickSight_20180401", "UpdateFolderPermissions", {}).n("QuickSightClient", "UpdateFolderPermissionsCommand").f(void 0, void 0).ser(se_UpdateFolderPermissionsCommand).de(de_UpdateFolderPermissionsCommand).build() {
20930
+ static {
20931
+ __name(this, "UpdateFolderPermissionsCommand");
20932
+ }
20581
20933
  };
20582
- __name(_UpdateFolderPermissionsCommand, "UpdateFolderPermissionsCommand");
20583
- var UpdateFolderPermissionsCommand = _UpdateFolderPermissionsCommand;
20584
20934
 
20585
20935
  // src/commands/UpdateGroupCommand.ts
20586
20936
 
20587
20937
 
20588
20938
 
20589
- var _UpdateGroupCommand = class _UpdateGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20939
+ var UpdateGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20590
20940
  return [
20591
20941
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20592
20942
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20593
20943
  ];
20594
20944
  }).s("QuickSight_20180401", "UpdateGroup", {}).n("QuickSightClient", "UpdateGroupCommand").f(void 0, void 0).ser(se_UpdateGroupCommand).de(de_UpdateGroupCommand).build() {
20945
+ static {
20946
+ __name(this, "UpdateGroupCommand");
20947
+ }
20595
20948
  };
20596
- __name(_UpdateGroupCommand, "UpdateGroupCommand");
20597
- var UpdateGroupCommand = _UpdateGroupCommand;
20598
20949
 
20599
20950
  // src/commands/UpdateIAMPolicyAssignmentCommand.ts
20600
20951
 
20601
20952
 
20602
20953
 
20603
- var _UpdateIAMPolicyAssignmentCommand = class _UpdateIAMPolicyAssignmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20954
+ var UpdateIAMPolicyAssignmentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20604
20955
  return [
20605
20956
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20606
20957
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20607
20958
  ];
20608
20959
  }).s("QuickSight_20180401", "UpdateIAMPolicyAssignment", {}).n("QuickSightClient", "UpdateIAMPolicyAssignmentCommand").f(void 0, void 0).ser(se_UpdateIAMPolicyAssignmentCommand).de(de_UpdateIAMPolicyAssignmentCommand).build() {
20960
+ static {
20961
+ __name(this, "UpdateIAMPolicyAssignmentCommand");
20962
+ }
20609
20963
  };
20610
- __name(_UpdateIAMPolicyAssignmentCommand, "UpdateIAMPolicyAssignmentCommand");
20611
- var UpdateIAMPolicyAssignmentCommand = _UpdateIAMPolicyAssignmentCommand;
20612
20964
 
20613
20965
  // src/commands/UpdateIdentityPropagationConfigCommand.ts
20614
20966
 
20615
20967
 
20616
20968
 
20617
- var _UpdateIdentityPropagationConfigCommand = class _UpdateIdentityPropagationConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20969
+ var UpdateIdentityPropagationConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20618
20970
  return [
20619
20971
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20620
20972
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20621
20973
  ];
20622
20974
  }).s("QuickSight_20180401", "UpdateIdentityPropagationConfig", {}).n("QuickSightClient", "UpdateIdentityPropagationConfigCommand").f(void 0, void 0).ser(se_UpdateIdentityPropagationConfigCommand).de(de_UpdateIdentityPropagationConfigCommand).build() {
20975
+ static {
20976
+ __name(this, "UpdateIdentityPropagationConfigCommand");
20977
+ }
20623
20978
  };
20624
- __name(_UpdateIdentityPropagationConfigCommand, "UpdateIdentityPropagationConfigCommand");
20625
- var UpdateIdentityPropagationConfigCommand = _UpdateIdentityPropagationConfigCommand;
20626
20979
 
20627
20980
  // src/commands/UpdateIpRestrictionCommand.ts
20628
20981
 
20629
20982
 
20630
20983
 
20631
- var _UpdateIpRestrictionCommand = class _UpdateIpRestrictionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20984
+ var UpdateIpRestrictionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20632
20985
  return [
20633
20986
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20634
20987
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20635
20988
  ];
20636
20989
  }).s("QuickSight_20180401", "UpdateIpRestriction", {}).n("QuickSightClient", "UpdateIpRestrictionCommand").f(void 0, void 0).ser(se_UpdateIpRestrictionCommand).de(de_UpdateIpRestrictionCommand).build() {
20990
+ static {
20991
+ __name(this, "UpdateIpRestrictionCommand");
20992
+ }
20637
20993
  };
20638
- __name(_UpdateIpRestrictionCommand, "UpdateIpRestrictionCommand");
20639
- var UpdateIpRestrictionCommand = _UpdateIpRestrictionCommand;
20640
20994
 
20641
20995
  // src/commands/UpdateKeyRegistrationCommand.ts
20642
20996
 
20643
20997
 
20644
20998
 
20645
- var _UpdateKeyRegistrationCommand = class _UpdateKeyRegistrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20999
+ var UpdateKeyRegistrationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20646
21000
  return [
20647
21001
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20648
21002
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20649
21003
  ];
20650
21004
  }).s("QuickSight_20180401", "UpdateKeyRegistration", {}).n("QuickSightClient", "UpdateKeyRegistrationCommand").f(void 0, void 0).ser(se_UpdateKeyRegistrationCommand).de(de_UpdateKeyRegistrationCommand).build() {
21005
+ static {
21006
+ __name(this, "UpdateKeyRegistrationCommand");
21007
+ }
20651
21008
  };
20652
- __name(_UpdateKeyRegistrationCommand, "UpdateKeyRegistrationCommand");
20653
- var UpdateKeyRegistrationCommand = _UpdateKeyRegistrationCommand;
20654
21009
 
20655
21010
  // src/commands/UpdatePublicSharingSettingsCommand.ts
20656
21011
 
20657
21012
 
20658
21013
 
20659
- var _UpdatePublicSharingSettingsCommand = class _UpdatePublicSharingSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
21014
+ var UpdatePublicSharingSettingsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20660
21015
  return [
20661
21016
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20662
21017
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20663
21018
  ];
20664
21019
  }).s("QuickSight_20180401", "UpdatePublicSharingSettings", {}).n("QuickSightClient", "UpdatePublicSharingSettingsCommand").f(void 0, void 0).ser(se_UpdatePublicSharingSettingsCommand).de(de_UpdatePublicSharingSettingsCommand).build() {
21020
+ static {
21021
+ __name(this, "UpdatePublicSharingSettingsCommand");
21022
+ }
20665
21023
  };
20666
- __name(_UpdatePublicSharingSettingsCommand, "UpdatePublicSharingSettingsCommand");
20667
- var UpdatePublicSharingSettingsCommand = _UpdatePublicSharingSettingsCommand;
20668
21024
 
20669
21025
  // src/commands/UpdateQPersonalizationConfigurationCommand.ts
20670
21026
 
20671
21027
 
20672
21028
 
20673
- var _UpdateQPersonalizationConfigurationCommand = class _UpdateQPersonalizationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
21029
+ var UpdateQPersonalizationConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20674
21030
  return [
20675
21031
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20676
21032
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20677
21033
  ];
20678
21034
  }).s("QuickSight_20180401", "UpdateQPersonalizationConfiguration", {}).n("QuickSightClient", "UpdateQPersonalizationConfigurationCommand").f(void 0, void 0).ser(se_UpdateQPersonalizationConfigurationCommand).de(de_UpdateQPersonalizationConfigurationCommand).build() {
21035
+ static {
21036
+ __name(this, "UpdateQPersonalizationConfigurationCommand");
21037
+ }
20679
21038
  };
20680
- __name(_UpdateQPersonalizationConfigurationCommand, "UpdateQPersonalizationConfigurationCommand");
20681
- var UpdateQPersonalizationConfigurationCommand = _UpdateQPersonalizationConfigurationCommand;
20682
21039
 
20683
21040
  // src/commands/UpdateQuickSightQSearchConfigurationCommand.ts
20684
21041
 
20685
21042
 
20686
21043
 
20687
- var _UpdateQuickSightQSearchConfigurationCommand = class _UpdateQuickSightQSearchConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
21044
+ var UpdateQuickSightQSearchConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20688
21045
  return [
20689
21046
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20690
21047
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20691
21048
  ];
20692
21049
  }).s("QuickSight_20180401", "UpdateQuickSightQSearchConfiguration", {}).n("QuickSightClient", "UpdateQuickSightQSearchConfigurationCommand").f(void 0, void 0).ser(se_UpdateQuickSightQSearchConfigurationCommand).de(de_UpdateQuickSightQSearchConfigurationCommand).build() {
21050
+ static {
21051
+ __name(this, "UpdateQuickSightQSearchConfigurationCommand");
21052
+ }
20693
21053
  };
20694
- __name(_UpdateQuickSightQSearchConfigurationCommand, "UpdateQuickSightQSearchConfigurationCommand");
20695
- var UpdateQuickSightQSearchConfigurationCommand = _UpdateQuickSightQSearchConfigurationCommand;
20696
21054
 
20697
21055
  // src/commands/UpdateRefreshScheduleCommand.ts
20698
21056
 
20699
21057
 
20700
21058
 
20701
- var _UpdateRefreshScheduleCommand = class _UpdateRefreshScheduleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
21059
+ var UpdateRefreshScheduleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20702
21060
  return [
20703
21061
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20704
21062
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20705
21063
  ];
20706
21064
  }).s("QuickSight_20180401", "UpdateRefreshSchedule", {}).n("QuickSightClient", "UpdateRefreshScheduleCommand").f(void 0, void 0).ser(se_UpdateRefreshScheduleCommand).de(de_UpdateRefreshScheduleCommand).build() {
21065
+ static {
21066
+ __name(this, "UpdateRefreshScheduleCommand");
21067
+ }
20707
21068
  };
20708
- __name(_UpdateRefreshScheduleCommand, "UpdateRefreshScheduleCommand");
20709
- var UpdateRefreshScheduleCommand = _UpdateRefreshScheduleCommand;
20710
21069
 
20711
21070
  // src/commands/UpdateRoleCustomPermissionCommand.ts
20712
21071
 
20713
21072
 
20714
21073
 
20715
- var _UpdateRoleCustomPermissionCommand = class _UpdateRoleCustomPermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
21074
+ var UpdateRoleCustomPermissionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20716
21075
  return [
20717
21076
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20718
21077
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20719
21078
  ];
20720
21079
  }).s("QuickSight_20180401", "UpdateRoleCustomPermission", {}).n("QuickSightClient", "UpdateRoleCustomPermissionCommand").f(void 0, void 0).ser(se_UpdateRoleCustomPermissionCommand).de(de_UpdateRoleCustomPermissionCommand).build() {
21080
+ static {
21081
+ __name(this, "UpdateRoleCustomPermissionCommand");
21082
+ }
20721
21083
  };
20722
- __name(_UpdateRoleCustomPermissionCommand, "UpdateRoleCustomPermissionCommand");
20723
- var UpdateRoleCustomPermissionCommand = _UpdateRoleCustomPermissionCommand;
20724
21084
 
20725
21085
  // src/commands/UpdateSPICECapacityConfigurationCommand.ts
20726
21086
 
20727
21087
 
20728
21088
 
20729
- var _UpdateSPICECapacityConfigurationCommand = class _UpdateSPICECapacityConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
21089
+ var UpdateSPICECapacityConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20730
21090
  return [
20731
21091
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20732
21092
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20733
21093
  ];
20734
21094
  }).s("QuickSight_20180401", "UpdateSPICECapacityConfiguration", {}).n("QuickSightClient", "UpdateSPICECapacityConfigurationCommand").f(void 0, void 0).ser(se_UpdateSPICECapacityConfigurationCommand).de(de_UpdateSPICECapacityConfigurationCommand).build() {
21095
+ static {
21096
+ __name(this, "UpdateSPICECapacityConfigurationCommand");
21097
+ }
20735
21098
  };
20736
- __name(_UpdateSPICECapacityConfigurationCommand, "UpdateSPICECapacityConfigurationCommand");
20737
- var UpdateSPICECapacityConfigurationCommand = _UpdateSPICECapacityConfigurationCommand;
20738
21099
 
20739
21100
  // src/commands/UpdateTemplateAliasCommand.ts
20740
21101
 
20741
21102
 
20742
21103
 
20743
- var _UpdateTemplateAliasCommand = class _UpdateTemplateAliasCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
21104
+ var UpdateTemplateAliasCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20744
21105
  return [
20745
21106
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20746
21107
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20747
21108
  ];
20748
21109
  }).s("QuickSight_20180401", "UpdateTemplateAlias", {}).n("QuickSightClient", "UpdateTemplateAliasCommand").f(void 0, void 0).ser(se_UpdateTemplateAliasCommand).de(de_UpdateTemplateAliasCommand).build() {
21110
+ static {
21111
+ __name(this, "UpdateTemplateAliasCommand");
21112
+ }
20749
21113
  };
20750
- __name(_UpdateTemplateAliasCommand, "UpdateTemplateAliasCommand");
20751
- var UpdateTemplateAliasCommand = _UpdateTemplateAliasCommand;
20752
21114
 
20753
21115
  // src/commands/UpdateTemplateCommand.ts
20754
21116
 
20755
21117
 
20756
21118
 
20757
- var _UpdateTemplateCommand = class _UpdateTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
21119
+ var UpdateTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20758
21120
  return [
20759
21121
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20760
21122
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20761
21123
  ];
20762
21124
  }).s("QuickSight_20180401", "UpdateTemplate", {}).n("QuickSightClient", "UpdateTemplateCommand").f(UpdateTemplateRequestFilterSensitiveLog, void 0).ser(se_UpdateTemplateCommand).de(de_UpdateTemplateCommand).build() {
21125
+ static {
21126
+ __name(this, "UpdateTemplateCommand");
21127
+ }
20763
21128
  };
20764
- __name(_UpdateTemplateCommand, "UpdateTemplateCommand");
20765
- var UpdateTemplateCommand = _UpdateTemplateCommand;
20766
21129
 
20767
21130
  // src/commands/UpdateTemplatePermissionsCommand.ts
20768
21131
 
20769
21132
 
20770
21133
 
20771
- var _UpdateTemplatePermissionsCommand = class _UpdateTemplatePermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
21134
+ var UpdateTemplatePermissionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20772
21135
  return [
20773
21136
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20774
21137
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20775
21138
  ];
20776
21139
  }).s("QuickSight_20180401", "UpdateTemplatePermissions", {}).n("QuickSightClient", "UpdateTemplatePermissionsCommand").f(void 0, void 0).ser(se_UpdateTemplatePermissionsCommand).de(de_UpdateTemplatePermissionsCommand).build() {
21140
+ static {
21141
+ __name(this, "UpdateTemplatePermissionsCommand");
21142
+ }
20777
21143
  };
20778
- __name(_UpdateTemplatePermissionsCommand, "UpdateTemplatePermissionsCommand");
20779
- var UpdateTemplatePermissionsCommand = _UpdateTemplatePermissionsCommand;
20780
21144
 
20781
21145
  // src/commands/UpdateThemeAliasCommand.ts
20782
21146
 
20783
21147
 
20784
21148
 
20785
- var _UpdateThemeAliasCommand = class _UpdateThemeAliasCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
21149
+ var UpdateThemeAliasCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20786
21150
  return [
20787
21151
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20788
21152
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20789
21153
  ];
20790
21154
  }).s("QuickSight_20180401", "UpdateThemeAlias", {}).n("QuickSightClient", "UpdateThemeAliasCommand").f(void 0, void 0).ser(se_UpdateThemeAliasCommand).de(de_UpdateThemeAliasCommand).build() {
21155
+ static {
21156
+ __name(this, "UpdateThemeAliasCommand");
21157
+ }
20791
21158
  };
20792
- __name(_UpdateThemeAliasCommand, "UpdateThemeAliasCommand");
20793
- var UpdateThemeAliasCommand = _UpdateThemeAliasCommand;
20794
21159
 
20795
21160
  // src/commands/UpdateThemeCommand.ts
20796
21161
 
20797
21162
 
20798
21163
 
20799
- var _UpdateThemeCommand = class _UpdateThemeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
21164
+ var UpdateThemeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20800
21165
  return [
20801
21166
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20802
21167
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20803
21168
  ];
20804
21169
  }).s("QuickSight_20180401", "UpdateTheme", {}).n("QuickSightClient", "UpdateThemeCommand").f(void 0, void 0).ser(se_UpdateThemeCommand).de(de_UpdateThemeCommand).build() {
21170
+ static {
21171
+ __name(this, "UpdateThemeCommand");
21172
+ }
20805
21173
  };
20806
- __name(_UpdateThemeCommand, "UpdateThemeCommand");
20807
- var UpdateThemeCommand = _UpdateThemeCommand;
20808
21174
 
20809
21175
  // src/commands/UpdateThemePermissionsCommand.ts
20810
21176
 
20811
21177
 
20812
21178
 
20813
- var _UpdateThemePermissionsCommand = class _UpdateThemePermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
21179
+ var UpdateThemePermissionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20814
21180
  return [
20815
21181
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20816
21182
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20817
21183
  ];
20818
21184
  }).s("QuickSight_20180401", "UpdateThemePermissions", {}).n("QuickSightClient", "UpdateThemePermissionsCommand").f(void 0, void 0).ser(se_UpdateThemePermissionsCommand).de(de_UpdateThemePermissionsCommand).build() {
21185
+ static {
21186
+ __name(this, "UpdateThemePermissionsCommand");
21187
+ }
20819
21188
  };
20820
- __name(_UpdateThemePermissionsCommand, "UpdateThemePermissionsCommand");
20821
- var UpdateThemePermissionsCommand = _UpdateThemePermissionsCommand;
20822
21189
 
20823
21190
  // src/commands/UpdateTopicCommand.ts
20824
21191
 
20825
21192
 
20826
21193
 
20827
- var _UpdateTopicCommand = class _UpdateTopicCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
21194
+ var UpdateTopicCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20828
21195
  return [
20829
21196
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20830
21197
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20831
21198
  ];
20832
21199
  }).s("QuickSight_20180401", "UpdateTopic", {}).n("QuickSightClient", "UpdateTopicCommand").f(UpdateTopicRequestFilterSensitiveLog, void 0).ser(se_UpdateTopicCommand).de(de_UpdateTopicCommand).build() {
21200
+ static {
21201
+ __name(this, "UpdateTopicCommand");
21202
+ }
20833
21203
  };
20834
- __name(_UpdateTopicCommand, "UpdateTopicCommand");
20835
- var UpdateTopicCommand = _UpdateTopicCommand;
20836
21204
 
20837
21205
  // src/commands/UpdateTopicPermissionsCommand.ts
20838
21206
 
20839
21207
 
20840
21208
 
20841
- var _UpdateTopicPermissionsCommand = class _UpdateTopicPermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
21209
+ var UpdateTopicPermissionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20842
21210
  return [
20843
21211
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20844
21212
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20845
21213
  ];
20846
21214
  }).s("QuickSight_20180401", "UpdateTopicPermissions", {}).n("QuickSightClient", "UpdateTopicPermissionsCommand").f(void 0, void 0).ser(se_UpdateTopicPermissionsCommand).de(de_UpdateTopicPermissionsCommand).build() {
21215
+ static {
21216
+ __name(this, "UpdateTopicPermissionsCommand");
21217
+ }
20847
21218
  };
20848
- __name(_UpdateTopicPermissionsCommand, "UpdateTopicPermissionsCommand");
20849
- var UpdateTopicPermissionsCommand = _UpdateTopicPermissionsCommand;
20850
21219
 
20851
21220
  // src/commands/UpdateTopicRefreshScheduleCommand.ts
20852
21221
 
20853
21222
 
20854
21223
 
20855
- var _UpdateTopicRefreshScheduleCommand = class _UpdateTopicRefreshScheduleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
21224
+ var UpdateTopicRefreshScheduleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20856
21225
  return [
20857
21226
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20858
21227
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20859
21228
  ];
20860
21229
  }).s("QuickSight_20180401", "UpdateTopicRefreshSchedule", {}).n("QuickSightClient", "UpdateTopicRefreshScheduleCommand").f(void 0, void 0).ser(se_UpdateTopicRefreshScheduleCommand).de(de_UpdateTopicRefreshScheduleCommand).build() {
21230
+ static {
21231
+ __name(this, "UpdateTopicRefreshScheduleCommand");
21232
+ }
20861
21233
  };
20862
- __name(_UpdateTopicRefreshScheduleCommand, "UpdateTopicRefreshScheduleCommand");
20863
- var UpdateTopicRefreshScheduleCommand = _UpdateTopicRefreshScheduleCommand;
20864
21234
 
20865
21235
  // src/commands/UpdateUserCommand.ts
20866
21236
 
20867
21237
 
20868
21238
 
20869
- var _UpdateUserCommand = class _UpdateUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
21239
+ var UpdateUserCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20870
21240
  return [
20871
21241
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20872
21242
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20873
21243
  ];
20874
21244
  }).s("QuickSight_20180401", "UpdateUser", {}).n("QuickSightClient", "UpdateUserCommand").f(void 0, void 0).ser(se_UpdateUserCommand).de(de_UpdateUserCommand).build() {
21245
+ static {
21246
+ __name(this, "UpdateUserCommand");
21247
+ }
20875
21248
  };
20876
- __name(_UpdateUserCommand, "UpdateUserCommand");
20877
- var UpdateUserCommand = _UpdateUserCommand;
20878
21249
 
20879
21250
  // src/commands/UpdateUserCustomPermissionCommand.ts
20880
21251
 
20881
21252
 
20882
21253
 
20883
- var _UpdateUserCustomPermissionCommand = class _UpdateUserCustomPermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
21254
+ var UpdateUserCustomPermissionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20884
21255
  return [
20885
21256
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20886
21257
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20887
21258
  ];
20888
21259
  }).s("QuickSight_20180401", "UpdateUserCustomPermission", {}).n("QuickSightClient", "UpdateUserCustomPermissionCommand").f(void 0, void 0).ser(se_UpdateUserCustomPermissionCommand).de(de_UpdateUserCustomPermissionCommand).build() {
21260
+ static {
21261
+ __name(this, "UpdateUserCustomPermissionCommand");
21262
+ }
20889
21263
  };
20890
- __name(_UpdateUserCustomPermissionCommand, "UpdateUserCustomPermissionCommand");
20891
- var UpdateUserCustomPermissionCommand = _UpdateUserCustomPermissionCommand;
20892
21264
 
20893
21265
  // src/commands/UpdateVPCConnectionCommand.ts
20894
21266
 
20895
21267
 
20896
21268
 
20897
- var _UpdateVPCConnectionCommand = class _UpdateVPCConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
21269
+ var UpdateVPCConnectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
20898
21270
  return [
20899
21271
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
20900
21272
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
20901
21273
  ];
20902
21274
  }).s("QuickSight_20180401", "UpdateVPCConnection", {}).n("QuickSightClient", "UpdateVPCConnectionCommand").f(void 0, void 0).ser(se_UpdateVPCConnectionCommand).de(de_UpdateVPCConnectionCommand).build() {
21275
+ static {
21276
+ __name(this, "UpdateVPCConnectionCommand");
21277
+ }
20903
21278
  };
20904
- __name(_UpdateVPCConnectionCommand, "UpdateVPCConnectionCommand");
20905
- var UpdateVPCConnectionCommand = _UpdateVPCConnectionCommand;
20906
21279
 
20907
21280
  // src/QuickSight.ts
20908
21281
  var commands = {
@@ -21116,10 +21489,11 @@ var commands = {
21116
21489
  UpdateUserCustomPermissionCommand,
21117
21490
  UpdateVPCConnectionCommand
21118
21491
  };
21119
- var _QuickSight = class _QuickSight extends QuickSightClient {
21492
+ var QuickSight = class extends QuickSightClient {
21493
+ static {
21494
+ __name(this, "QuickSight");
21495
+ }
21120
21496
  };
21121
- __name(_QuickSight, "QuickSight");
21122
- var QuickSight = _QuickSight;
21123
21497
  (0, import_smithy_client.createAggregatedClient)(commands, QuickSight);
21124
21498
 
21125
21499
  // src/pagination/DescribeFolderPermissionsPaginator.ts