@aws-sdk/client-inspector2 3.649.0 → 3.650.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/dist-cjs/index.js +59 -177
  2. package/dist-es/commands/AssociateMemberCommand.js +1 -3
  3. package/dist-es/commands/BatchGetAccountStatusCommand.js +1 -3
  4. package/dist-es/commands/BatchGetCodeSnippetCommand.js +1 -3
  5. package/dist-es/commands/BatchGetFindingDetailsCommand.js +1 -3
  6. package/dist-es/commands/BatchGetFreeTrialInfoCommand.js +1 -3
  7. package/dist-es/commands/BatchGetMemberEc2DeepInspectionStatusCommand.js +1 -3
  8. package/dist-es/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.js +1 -3
  9. package/dist-es/commands/CancelFindingsReportCommand.js +1 -3
  10. package/dist-es/commands/CancelSbomExportCommand.js +1 -3
  11. package/dist-es/commands/CreateCisScanConfigurationCommand.js +1 -3
  12. package/dist-es/commands/CreateFilterCommand.js +1 -3
  13. package/dist-es/commands/CreateFindingsReportCommand.js +1 -3
  14. package/dist-es/commands/CreateSbomExportCommand.js +1 -3
  15. package/dist-es/commands/DeleteCisScanConfigurationCommand.js +1 -3
  16. package/dist-es/commands/DeleteFilterCommand.js +1 -3
  17. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +1 -3
  18. package/dist-es/commands/DisableCommand.js +1 -3
  19. package/dist-es/commands/DisableDelegatedAdminAccountCommand.js +1 -3
  20. package/dist-es/commands/DisassociateMemberCommand.js +1 -3
  21. package/dist-es/commands/EnableCommand.js +1 -3
  22. package/dist-es/commands/EnableDelegatedAdminAccountCommand.js +1 -3
  23. package/dist-es/commands/GetCisScanReportCommand.js +1 -3
  24. package/dist-es/commands/GetCisScanResultDetailsCommand.js +1 -3
  25. package/dist-es/commands/GetConfigurationCommand.js +1 -3
  26. package/dist-es/commands/GetDelegatedAdminAccountCommand.js +1 -3
  27. package/dist-es/commands/GetEc2DeepInspectionConfigurationCommand.js +1 -3
  28. package/dist-es/commands/GetEncryptionKeyCommand.js +1 -3
  29. package/dist-es/commands/GetFindingsReportStatusCommand.js +1 -3
  30. package/dist-es/commands/GetMemberCommand.js +1 -3
  31. package/dist-es/commands/GetSbomExportCommand.js +1 -3
  32. package/dist-es/commands/ListAccountPermissionsCommand.js +1 -3
  33. package/dist-es/commands/ListCisScanConfigurationsCommand.js +1 -3
  34. package/dist-es/commands/ListCisScanResultsAggregatedByChecksCommand.js +1 -3
  35. package/dist-es/commands/ListCisScanResultsAggregatedByTargetResourceCommand.js +1 -3
  36. package/dist-es/commands/ListCisScansCommand.js +1 -3
  37. package/dist-es/commands/ListCoverageCommand.js +1 -3
  38. package/dist-es/commands/ListCoverageStatisticsCommand.js +1 -3
  39. package/dist-es/commands/ListDelegatedAdminAccountsCommand.js +1 -3
  40. package/dist-es/commands/ListFiltersCommand.js +1 -3
  41. package/dist-es/commands/ListFindingAggregationsCommand.js +1 -3
  42. package/dist-es/commands/ListFindingsCommand.js +1 -3
  43. package/dist-es/commands/ListMembersCommand.js +1 -3
  44. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  45. package/dist-es/commands/ListUsageTotalsCommand.js +1 -3
  46. package/dist-es/commands/ResetEncryptionKeyCommand.js +1 -3
  47. package/dist-es/commands/SearchVulnerabilitiesCommand.js +1 -3
  48. package/dist-es/commands/SendCisSessionHealthCommand.js +1 -3
  49. package/dist-es/commands/SendCisSessionTelemetryCommand.js +1 -3
  50. package/dist-es/commands/StartCisSessionCommand.js +1 -3
  51. package/dist-es/commands/StopCisSessionCommand.js +1 -3
  52. package/dist-es/commands/TagResourceCommand.js +1 -3
  53. package/dist-es/commands/UntagResourceCommand.js +1 -3
  54. package/dist-es/commands/UpdateCisScanConfigurationCommand.js +1 -3
  55. package/dist-es/commands/UpdateConfigurationCommand.js +1 -3
  56. package/dist-es/commands/UpdateEc2DeepInspectionConfigurationCommand.js +1 -3
  57. package/dist-es/commands/UpdateEncryptionKeyCommand.js +1 -3
  58. package/dist-es/commands/UpdateFilterCommand.js +1 -3
  59. package/dist-es/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.js +1 -3
  60. package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +1 -3
  61. package/package.json +4 -4
package/dist-cjs/index.js CHANGED
@@ -3736,9 +3736,7 @@ var _sT = "scanType";
3736
3736
  var _tK = "tagKeys";
3737
3737
 
3738
3738
  // src/commands/AssociateMemberCommand.ts
3739
- var _AssociateMemberCommand = class _AssociateMemberCommand extends import_smithy_client.Command.classBuilder().ep({
3740
- ...commonParams
3741
- }).m(function(Command, cs, config, o) {
3739
+ var _AssociateMemberCommand = class _AssociateMemberCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3742
3740
  return [
3743
3741
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3744
3742
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3752,9 +3750,7 @@ var AssociateMemberCommand = _AssociateMemberCommand;
3752
3750
 
3753
3751
 
3754
3752
 
3755
- var _BatchGetAccountStatusCommand = class _BatchGetAccountStatusCommand extends import_smithy_client.Command.classBuilder().ep({
3756
- ...commonParams
3757
- }).m(function(Command, cs, config, o) {
3753
+ var _BatchGetAccountStatusCommand = class _BatchGetAccountStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3758
3754
  return [
3759
3755
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3760
3756
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3768,9 +3764,7 @@ var BatchGetAccountStatusCommand = _BatchGetAccountStatusCommand;
3768
3764
 
3769
3765
 
3770
3766
 
3771
- var _BatchGetCodeSnippetCommand = class _BatchGetCodeSnippetCommand extends import_smithy_client.Command.classBuilder().ep({
3772
- ...commonParams
3773
- }).m(function(Command, cs, config, o) {
3767
+ var _BatchGetCodeSnippetCommand = class _BatchGetCodeSnippetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3774
3768
  return [
3775
3769
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3776
3770
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3784,9 +3778,7 @@ var BatchGetCodeSnippetCommand = _BatchGetCodeSnippetCommand;
3784
3778
 
3785
3779
 
3786
3780
 
3787
- var _BatchGetFindingDetailsCommand = class _BatchGetFindingDetailsCommand extends import_smithy_client.Command.classBuilder().ep({
3788
- ...commonParams
3789
- }).m(function(Command, cs, config, o) {
3781
+ var _BatchGetFindingDetailsCommand = class _BatchGetFindingDetailsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3790
3782
  return [
3791
3783
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3792
3784
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3800,9 +3792,7 @@ var BatchGetFindingDetailsCommand = _BatchGetFindingDetailsCommand;
3800
3792
 
3801
3793
 
3802
3794
 
3803
- var _BatchGetFreeTrialInfoCommand = class _BatchGetFreeTrialInfoCommand extends import_smithy_client.Command.classBuilder().ep({
3804
- ...commonParams
3805
- }).m(function(Command, cs, config, o) {
3795
+ var _BatchGetFreeTrialInfoCommand = class _BatchGetFreeTrialInfoCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3806
3796
  return [
3807
3797
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3808
3798
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3816,9 +3806,7 @@ var BatchGetFreeTrialInfoCommand = _BatchGetFreeTrialInfoCommand;
3816
3806
 
3817
3807
 
3818
3808
 
3819
- var _BatchGetMemberEc2DeepInspectionStatusCommand = class _BatchGetMemberEc2DeepInspectionStatusCommand extends import_smithy_client.Command.classBuilder().ep({
3820
- ...commonParams
3821
- }).m(function(Command, cs, config, o) {
3809
+ var _BatchGetMemberEc2DeepInspectionStatusCommand = class _BatchGetMemberEc2DeepInspectionStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3822
3810
  return [
3823
3811
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3824
3812
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3832,9 +3820,7 @@ var BatchGetMemberEc2DeepInspectionStatusCommand = _BatchGetMemberEc2DeepInspect
3832
3820
 
3833
3821
 
3834
3822
 
3835
- var _BatchUpdateMemberEc2DeepInspectionStatusCommand = class _BatchUpdateMemberEc2DeepInspectionStatusCommand extends import_smithy_client.Command.classBuilder().ep({
3836
- ...commonParams
3837
- }).m(function(Command, cs, config, o) {
3823
+ var _BatchUpdateMemberEc2DeepInspectionStatusCommand = class _BatchUpdateMemberEc2DeepInspectionStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3838
3824
  return [
3839
3825
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3840
3826
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3848,9 +3834,7 @@ var BatchUpdateMemberEc2DeepInspectionStatusCommand = _BatchUpdateMemberEc2DeepI
3848
3834
 
3849
3835
 
3850
3836
 
3851
- var _CancelFindingsReportCommand = class _CancelFindingsReportCommand extends import_smithy_client.Command.classBuilder().ep({
3852
- ...commonParams
3853
- }).m(function(Command, cs, config, o) {
3837
+ var _CancelFindingsReportCommand = class _CancelFindingsReportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3854
3838
  return [
3855
3839
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3856
3840
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3864,9 +3848,7 @@ var CancelFindingsReportCommand = _CancelFindingsReportCommand;
3864
3848
 
3865
3849
 
3866
3850
 
3867
- var _CancelSbomExportCommand = class _CancelSbomExportCommand extends import_smithy_client.Command.classBuilder().ep({
3868
- ...commonParams
3869
- }).m(function(Command, cs, config, o) {
3851
+ var _CancelSbomExportCommand = class _CancelSbomExportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3870
3852
  return [
3871
3853
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3872
3854
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3880,9 +3862,7 @@ var CancelSbomExportCommand = _CancelSbomExportCommand;
3880
3862
 
3881
3863
 
3882
3864
 
3883
- var _CreateCisScanConfigurationCommand = class _CreateCisScanConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
3884
- ...commonParams
3885
- }).m(function(Command, cs, config, o) {
3865
+ var _CreateCisScanConfigurationCommand = class _CreateCisScanConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3886
3866
  return [
3887
3867
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3888
3868
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3896,9 +3876,7 @@ var CreateCisScanConfigurationCommand = _CreateCisScanConfigurationCommand;
3896
3876
 
3897
3877
 
3898
3878
 
3899
- var _CreateFilterCommand = class _CreateFilterCommand extends import_smithy_client.Command.classBuilder().ep({
3900
- ...commonParams
3901
- }).m(function(Command, cs, config, o) {
3879
+ var _CreateFilterCommand = class _CreateFilterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3902
3880
  return [
3903
3881
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3904
3882
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3912,9 +3890,7 @@ var CreateFilterCommand = _CreateFilterCommand;
3912
3890
 
3913
3891
 
3914
3892
 
3915
- var _CreateFindingsReportCommand = class _CreateFindingsReportCommand extends import_smithy_client.Command.classBuilder().ep({
3916
- ...commonParams
3917
- }).m(function(Command, cs, config, o) {
3893
+ var _CreateFindingsReportCommand = class _CreateFindingsReportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3918
3894
  return [
3919
3895
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3920
3896
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3928,9 +3904,7 @@ var CreateFindingsReportCommand = _CreateFindingsReportCommand;
3928
3904
 
3929
3905
 
3930
3906
 
3931
- var _CreateSbomExportCommand = class _CreateSbomExportCommand extends import_smithy_client.Command.classBuilder().ep({
3932
- ...commonParams
3933
- }).m(function(Command, cs, config, o) {
3907
+ var _CreateSbomExportCommand = class _CreateSbomExportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3934
3908
  return [
3935
3909
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3936
3910
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3944,9 +3918,7 @@ var CreateSbomExportCommand = _CreateSbomExportCommand;
3944
3918
 
3945
3919
 
3946
3920
 
3947
- var _DeleteCisScanConfigurationCommand = class _DeleteCisScanConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
3948
- ...commonParams
3949
- }).m(function(Command, cs, config, o) {
3921
+ var _DeleteCisScanConfigurationCommand = class _DeleteCisScanConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3950
3922
  return [
3951
3923
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3952
3924
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3960,9 +3932,7 @@ var DeleteCisScanConfigurationCommand = _DeleteCisScanConfigurationCommand;
3960
3932
 
3961
3933
 
3962
3934
 
3963
- var _DeleteFilterCommand = class _DeleteFilterCommand extends import_smithy_client.Command.classBuilder().ep({
3964
- ...commonParams
3965
- }).m(function(Command, cs, config, o) {
3935
+ var _DeleteFilterCommand = class _DeleteFilterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3966
3936
  return [
3967
3937
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3968
3938
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3976,9 +3946,7 @@ var DeleteFilterCommand = _DeleteFilterCommand;
3976
3946
 
3977
3947
 
3978
3948
 
3979
- var _DescribeOrganizationConfigurationCommand = class _DescribeOrganizationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
3980
- ...commonParams
3981
- }).m(function(Command, cs, config, o) {
3949
+ var _DescribeOrganizationConfigurationCommand = class _DescribeOrganizationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3982
3950
  return [
3983
3951
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3984
3952
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3992,9 +3960,7 @@ var DescribeOrganizationConfigurationCommand = _DescribeOrganizationConfiguratio
3992
3960
 
3993
3961
 
3994
3962
 
3995
- var _DisableCommand = class _DisableCommand extends import_smithy_client.Command.classBuilder().ep({
3996
- ...commonParams
3997
- }).m(function(Command, cs, config, o) {
3963
+ var _DisableCommand = class _DisableCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3998
3964
  return [
3999
3965
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4000
3966
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4008,9 +3974,7 @@ var DisableCommand = _DisableCommand;
4008
3974
 
4009
3975
 
4010
3976
 
4011
- var _DisableDelegatedAdminAccountCommand = class _DisableDelegatedAdminAccountCommand extends import_smithy_client.Command.classBuilder().ep({
4012
- ...commonParams
4013
- }).m(function(Command, cs, config, o) {
3977
+ var _DisableDelegatedAdminAccountCommand = class _DisableDelegatedAdminAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4014
3978
  return [
4015
3979
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4016
3980
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4024,9 +3988,7 @@ var DisableDelegatedAdminAccountCommand = _DisableDelegatedAdminAccountCommand;
4024
3988
 
4025
3989
 
4026
3990
 
4027
- var _DisassociateMemberCommand = class _DisassociateMemberCommand extends import_smithy_client.Command.classBuilder().ep({
4028
- ...commonParams
4029
- }).m(function(Command, cs, config, o) {
3991
+ var _DisassociateMemberCommand = class _DisassociateMemberCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4030
3992
  return [
4031
3993
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4032
3994
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4040,9 +4002,7 @@ var DisassociateMemberCommand = _DisassociateMemberCommand;
4040
4002
 
4041
4003
 
4042
4004
 
4043
- var _EnableCommand = class _EnableCommand extends import_smithy_client.Command.classBuilder().ep({
4044
- ...commonParams
4045
- }).m(function(Command, cs, config, o) {
4005
+ var _EnableCommand = class _EnableCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4046
4006
  return [
4047
4007
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4048
4008
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4056,9 +4016,7 @@ var EnableCommand = _EnableCommand;
4056
4016
 
4057
4017
 
4058
4018
 
4059
- var _EnableDelegatedAdminAccountCommand = class _EnableDelegatedAdminAccountCommand extends import_smithy_client.Command.classBuilder().ep({
4060
- ...commonParams
4061
- }).m(function(Command, cs, config, o) {
4019
+ var _EnableDelegatedAdminAccountCommand = class _EnableDelegatedAdminAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4062
4020
  return [
4063
4021
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4064
4022
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4072,9 +4030,7 @@ var EnableDelegatedAdminAccountCommand = _EnableDelegatedAdminAccountCommand;
4072
4030
 
4073
4031
 
4074
4032
 
4075
- var _GetCisScanReportCommand = class _GetCisScanReportCommand extends import_smithy_client.Command.classBuilder().ep({
4076
- ...commonParams
4077
- }).m(function(Command, cs, config, o) {
4033
+ var _GetCisScanReportCommand = class _GetCisScanReportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4078
4034
  return [
4079
4035
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4080
4036
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4088,9 +4044,7 @@ var GetCisScanReportCommand = _GetCisScanReportCommand;
4088
4044
 
4089
4045
 
4090
4046
 
4091
- var _GetCisScanResultDetailsCommand = class _GetCisScanResultDetailsCommand extends import_smithy_client.Command.classBuilder().ep({
4092
- ...commonParams
4093
- }).m(function(Command, cs, config, o) {
4047
+ var _GetCisScanResultDetailsCommand = class _GetCisScanResultDetailsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4094
4048
  return [
4095
4049
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4096
4050
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4104,9 +4058,7 @@ var GetCisScanResultDetailsCommand = _GetCisScanResultDetailsCommand;
4104
4058
 
4105
4059
 
4106
4060
 
4107
- var _GetConfigurationCommand = class _GetConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
4108
- ...commonParams
4109
- }).m(function(Command, cs, config, o) {
4061
+ var _GetConfigurationCommand = class _GetConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4110
4062
  return [
4111
4063
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4112
4064
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4120,9 +4072,7 @@ var GetConfigurationCommand = _GetConfigurationCommand;
4120
4072
 
4121
4073
 
4122
4074
 
4123
- var _GetDelegatedAdminAccountCommand = class _GetDelegatedAdminAccountCommand extends import_smithy_client.Command.classBuilder().ep({
4124
- ...commonParams
4125
- }).m(function(Command, cs, config, o) {
4075
+ var _GetDelegatedAdminAccountCommand = class _GetDelegatedAdminAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4126
4076
  return [
4127
4077
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4128
4078
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4136,9 +4086,7 @@ var GetDelegatedAdminAccountCommand = _GetDelegatedAdminAccountCommand;
4136
4086
 
4137
4087
 
4138
4088
 
4139
- var _GetEc2DeepInspectionConfigurationCommand = class _GetEc2DeepInspectionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
4140
- ...commonParams
4141
- }).m(function(Command, cs, config, o) {
4089
+ var _GetEc2DeepInspectionConfigurationCommand = class _GetEc2DeepInspectionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4142
4090
  return [
4143
4091
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4144
4092
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4152,9 +4100,7 @@ var GetEc2DeepInspectionConfigurationCommand = _GetEc2DeepInspectionConfiguratio
4152
4100
 
4153
4101
 
4154
4102
 
4155
- var _GetEncryptionKeyCommand = class _GetEncryptionKeyCommand extends import_smithy_client.Command.classBuilder().ep({
4156
- ...commonParams
4157
- }).m(function(Command, cs, config, o) {
4103
+ var _GetEncryptionKeyCommand = class _GetEncryptionKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4158
4104
  return [
4159
4105
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4160
4106
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4168,9 +4114,7 @@ var GetEncryptionKeyCommand = _GetEncryptionKeyCommand;
4168
4114
 
4169
4115
 
4170
4116
 
4171
- var _GetFindingsReportStatusCommand = class _GetFindingsReportStatusCommand extends import_smithy_client.Command.classBuilder().ep({
4172
- ...commonParams
4173
- }).m(function(Command, cs, config, o) {
4117
+ var _GetFindingsReportStatusCommand = class _GetFindingsReportStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4174
4118
  return [
4175
4119
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4176
4120
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4184,9 +4128,7 @@ var GetFindingsReportStatusCommand = _GetFindingsReportStatusCommand;
4184
4128
 
4185
4129
 
4186
4130
 
4187
- var _GetMemberCommand = class _GetMemberCommand extends import_smithy_client.Command.classBuilder().ep({
4188
- ...commonParams
4189
- }).m(function(Command, cs, config, o) {
4131
+ var _GetMemberCommand = class _GetMemberCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4190
4132
  return [
4191
4133
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4192
4134
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4200,9 +4142,7 @@ var GetMemberCommand = _GetMemberCommand;
4200
4142
 
4201
4143
 
4202
4144
 
4203
- var _GetSbomExportCommand = class _GetSbomExportCommand extends import_smithy_client.Command.classBuilder().ep({
4204
- ...commonParams
4205
- }).m(function(Command, cs, config, o) {
4145
+ var _GetSbomExportCommand = class _GetSbomExportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4206
4146
  return [
4207
4147
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4208
4148
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4216,9 +4156,7 @@ var GetSbomExportCommand = _GetSbomExportCommand;
4216
4156
 
4217
4157
 
4218
4158
 
4219
- var _ListAccountPermissionsCommand = class _ListAccountPermissionsCommand extends import_smithy_client.Command.classBuilder().ep({
4220
- ...commonParams
4221
- }).m(function(Command, cs, config, o) {
4159
+ var _ListAccountPermissionsCommand = class _ListAccountPermissionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4222
4160
  return [
4223
4161
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4224
4162
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4232,9 +4170,7 @@ var ListAccountPermissionsCommand = _ListAccountPermissionsCommand;
4232
4170
 
4233
4171
 
4234
4172
 
4235
- var _ListCisScanConfigurationsCommand = class _ListCisScanConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
4236
- ...commonParams
4237
- }).m(function(Command, cs, config, o) {
4173
+ var _ListCisScanConfigurationsCommand = class _ListCisScanConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4238
4174
  return [
4239
4175
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4240
4176
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4248,9 +4184,7 @@ var ListCisScanConfigurationsCommand = _ListCisScanConfigurationsCommand;
4248
4184
 
4249
4185
 
4250
4186
 
4251
- var _ListCisScanResultsAggregatedByChecksCommand = class _ListCisScanResultsAggregatedByChecksCommand extends import_smithy_client.Command.classBuilder().ep({
4252
- ...commonParams
4253
- }).m(function(Command, cs, config, o) {
4187
+ var _ListCisScanResultsAggregatedByChecksCommand = class _ListCisScanResultsAggregatedByChecksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4254
4188
  return [
4255
4189
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4256
4190
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4264,9 +4198,7 @@ var ListCisScanResultsAggregatedByChecksCommand = _ListCisScanResultsAggregatedB
4264
4198
 
4265
4199
 
4266
4200
 
4267
- var _ListCisScanResultsAggregatedByTargetResourceCommand = class _ListCisScanResultsAggregatedByTargetResourceCommand extends import_smithy_client.Command.classBuilder().ep({
4268
- ...commonParams
4269
- }).m(function(Command, cs, config, o) {
4201
+ var _ListCisScanResultsAggregatedByTargetResourceCommand = class _ListCisScanResultsAggregatedByTargetResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4270
4202
  return [
4271
4203
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4272
4204
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4280,9 +4212,7 @@ var ListCisScanResultsAggregatedByTargetResourceCommand = _ListCisScanResultsAgg
4280
4212
 
4281
4213
 
4282
4214
 
4283
- var _ListCisScansCommand = class _ListCisScansCommand extends import_smithy_client.Command.classBuilder().ep({
4284
- ...commonParams
4285
- }).m(function(Command, cs, config, o) {
4215
+ var _ListCisScansCommand = class _ListCisScansCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4286
4216
  return [
4287
4217
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4288
4218
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4296,9 +4226,7 @@ var ListCisScansCommand = _ListCisScansCommand;
4296
4226
 
4297
4227
 
4298
4228
 
4299
- var _ListCoverageCommand = class _ListCoverageCommand extends import_smithy_client.Command.classBuilder().ep({
4300
- ...commonParams
4301
- }).m(function(Command, cs, config, o) {
4229
+ var _ListCoverageCommand = class _ListCoverageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4302
4230
  return [
4303
4231
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4304
4232
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4312,9 +4240,7 @@ var ListCoverageCommand = _ListCoverageCommand;
4312
4240
 
4313
4241
 
4314
4242
 
4315
- var _ListCoverageStatisticsCommand = class _ListCoverageStatisticsCommand extends import_smithy_client.Command.classBuilder().ep({
4316
- ...commonParams
4317
- }).m(function(Command, cs, config, o) {
4243
+ var _ListCoverageStatisticsCommand = class _ListCoverageStatisticsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4318
4244
  return [
4319
4245
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4320
4246
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4328,9 +4254,7 @@ var ListCoverageStatisticsCommand = _ListCoverageStatisticsCommand;
4328
4254
 
4329
4255
 
4330
4256
 
4331
- var _ListDelegatedAdminAccountsCommand = class _ListDelegatedAdminAccountsCommand extends import_smithy_client.Command.classBuilder().ep({
4332
- ...commonParams
4333
- }).m(function(Command, cs, config, o) {
4257
+ var _ListDelegatedAdminAccountsCommand = class _ListDelegatedAdminAccountsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4334
4258
  return [
4335
4259
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4336
4260
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4344,9 +4268,7 @@ var ListDelegatedAdminAccountsCommand = _ListDelegatedAdminAccountsCommand;
4344
4268
 
4345
4269
 
4346
4270
 
4347
- var _ListFiltersCommand = class _ListFiltersCommand extends import_smithy_client.Command.classBuilder().ep({
4348
- ...commonParams
4349
- }).m(function(Command, cs, config, o) {
4271
+ var _ListFiltersCommand = class _ListFiltersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4350
4272
  return [
4351
4273
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4352
4274
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4360,9 +4282,7 @@ var ListFiltersCommand = _ListFiltersCommand;
4360
4282
 
4361
4283
 
4362
4284
 
4363
- var _ListFindingAggregationsCommand = class _ListFindingAggregationsCommand extends import_smithy_client.Command.classBuilder().ep({
4364
- ...commonParams
4365
- }).m(function(Command, cs, config, o) {
4285
+ var _ListFindingAggregationsCommand = class _ListFindingAggregationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4366
4286
  return [
4367
4287
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4368
4288
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4376,9 +4296,7 @@ var ListFindingAggregationsCommand = _ListFindingAggregationsCommand;
4376
4296
 
4377
4297
 
4378
4298
 
4379
- var _ListFindingsCommand = class _ListFindingsCommand extends import_smithy_client.Command.classBuilder().ep({
4380
- ...commonParams
4381
- }).m(function(Command, cs, config, o) {
4299
+ var _ListFindingsCommand = class _ListFindingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4382
4300
  return [
4383
4301
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4384
4302
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4392,9 +4310,7 @@ var ListFindingsCommand = _ListFindingsCommand;
4392
4310
 
4393
4311
 
4394
4312
 
4395
- var _ListMembersCommand = class _ListMembersCommand extends import_smithy_client.Command.classBuilder().ep({
4396
- ...commonParams
4397
- }).m(function(Command, cs, config, o) {
4313
+ var _ListMembersCommand = class _ListMembersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4398
4314
  return [
4399
4315
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4400
4316
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4408,9 +4324,7 @@ var ListMembersCommand = _ListMembersCommand;
4408
4324
 
4409
4325
 
4410
4326
 
4411
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
4412
- ...commonParams
4413
- }).m(function(Command, cs, config, o) {
4327
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4414
4328
  return [
4415
4329
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4416
4330
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4424,9 +4338,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
4424
4338
 
4425
4339
 
4426
4340
 
4427
- var _ListUsageTotalsCommand = class _ListUsageTotalsCommand extends import_smithy_client.Command.classBuilder().ep({
4428
- ...commonParams
4429
- }).m(function(Command, cs, config, o) {
4341
+ var _ListUsageTotalsCommand = class _ListUsageTotalsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4430
4342
  return [
4431
4343
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4432
4344
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4440,9 +4352,7 @@ var ListUsageTotalsCommand = _ListUsageTotalsCommand;
4440
4352
 
4441
4353
 
4442
4354
 
4443
- var _ResetEncryptionKeyCommand = class _ResetEncryptionKeyCommand extends import_smithy_client.Command.classBuilder().ep({
4444
- ...commonParams
4445
- }).m(function(Command, cs, config, o) {
4355
+ var _ResetEncryptionKeyCommand = class _ResetEncryptionKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4446
4356
  return [
4447
4357
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4448
4358
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4456,9 +4366,7 @@ var ResetEncryptionKeyCommand = _ResetEncryptionKeyCommand;
4456
4366
 
4457
4367
 
4458
4368
 
4459
- var _SearchVulnerabilitiesCommand = class _SearchVulnerabilitiesCommand extends import_smithy_client.Command.classBuilder().ep({
4460
- ...commonParams
4461
- }).m(function(Command, cs, config, o) {
4369
+ var _SearchVulnerabilitiesCommand = class _SearchVulnerabilitiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4462
4370
  return [
4463
4371
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4464
4372
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4472,9 +4380,7 @@ var SearchVulnerabilitiesCommand = _SearchVulnerabilitiesCommand;
4472
4380
 
4473
4381
 
4474
4382
 
4475
- var _SendCisSessionHealthCommand = class _SendCisSessionHealthCommand extends import_smithy_client.Command.classBuilder().ep({
4476
- ...commonParams
4477
- }).m(function(Command, cs, config, o) {
4383
+ var _SendCisSessionHealthCommand = class _SendCisSessionHealthCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4478
4384
  return [
4479
4385
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4480
4386
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4488,9 +4394,7 @@ var SendCisSessionHealthCommand = _SendCisSessionHealthCommand;
4488
4394
 
4489
4395
 
4490
4396
 
4491
- var _SendCisSessionTelemetryCommand = class _SendCisSessionTelemetryCommand extends import_smithy_client.Command.classBuilder().ep({
4492
- ...commonParams
4493
- }).m(function(Command, cs, config, o) {
4397
+ var _SendCisSessionTelemetryCommand = class _SendCisSessionTelemetryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4494
4398
  return [
4495
4399
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4496
4400
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4504,9 +4408,7 @@ var SendCisSessionTelemetryCommand = _SendCisSessionTelemetryCommand;
4504
4408
 
4505
4409
 
4506
4410
 
4507
- var _StartCisSessionCommand = class _StartCisSessionCommand extends import_smithy_client.Command.classBuilder().ep({
4508
- ...commonParams
4509
- }).m(function(Command, cs, config, o) {
4411
+ var _StartCisSessionCommand = class _StartCisSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4510
4412
  return [
4511
4413
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4512
4414
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4520,9 +4422,7 @@ var StartCisSessionCommand = _StartCisSessionCommand;
4520
4422
 
4521
4423
 
4522
4424
 
4523
- var _StopCisSessionCommand = class _StopCisSessionCommand extends import_smithy_client.Command.classBuilder().ep({
4524
- ...commonParams
4525
- }).m(function(Command, cs, config, o) {
4425
+ var _StopCisSessionCommand = class _StopCisSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4526
4426
  return [
4527
4427
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4528
4428
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4536,9 +4436,7 @@ var StopCisSessionCommand = _StopCisSessionCommand;
4536
4436
 
4537
4437
 
4538
4438
 
4539
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
4540
- ...commonParams
4541
- }).m(function(Command, cs, config, o) {
4439
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4542
4440
  return [
4543
4441
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4544
4442
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4552,9 +4450,7 @@ var TagResourceCommand = _TagResourceCommand;
4552
4450
 
4553
4451
 
4554
4452
 
4555
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
4556
- ...commonParams
4557
- }).m(function(Command, cs, config, o) {
4453
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4558
4454
  return [
4559
4455
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4560
4456
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4568,9 +4464,7 @@ var UntagResourceCommand = _UntagResourceCommand;
4568
4464
 
4569
4465
 
4570
4466
 
4571
- var _UpdateCisScanConfigurationCommand = class _UpdateCisScanConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
4572
- ...commonParams
4573
- }).m(function(Command, cs, config, o) {
4467
+ var _UpdateCisScanConfigurationCommand = class _UpdateCisScanConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4574
4468
  return [
4575
4469
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4576
4470
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4584,9 +4478,7 @@ var UpdateCisScanConfigurationCommand = _UpdateCisScanConfigurationCommand;
4584
4478
 
4585
4479
 
4586
4480
 
4587
- var _UpdateConfigurationCommand = class _UpdateConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
4588
- ...commonParams
4589
- }).m(function(Command, cs, config, o) {
4481
+ var _UpdateConfigurationCommand = class _UpdateConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4590
4482
  return [
4591
4483
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4592
4484
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4600,9 +4492,7 @@ var UpdateConfigurationCommand = _UpdateConfigurationCommand;
4600
4492
 
4601
4493
 
4602
4494
 
4603
- var _UpdateEc2DeepInspectionConfigurationCommand = class _UpdateEc2DeepInspectionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
4604
- ...commonParams
4605
- }).m(function(Command, cs, config, o) {
4495
+ var _UpdateEc2DeepInspectionConfigurationCommand = class _UpdateEc2DeepInspectionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4606
4496
  return [
4607
4497
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4608
4498
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4616,9 +4506,7 @@ var UpdateEc2DeepInspectionConfigurationCommand = _UpdateEc2DeepInspectionConfig
4616
4506
 
4617
4507
 
4618
4508
 
4619
- var _UpdateEncryptionKeyCommand = class _UpdateEncryptionKeyCommand extends import_smithy_client.Command.classBuilder().ep({
4620
- ...commonParams
4621
- }).m(function(Command, cs, config, o) {
4509
+ var _UpdateEncryptionKeyCommand = class _UpdateEncryptionKeyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4622
4510
  return [
4623
4511
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4624
4512
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4632,9 +4520,7 @@ var UpdateEncryptionKeyCommand = _UpdateEncryptionKeyCommand;
4632
4520
 
4633
4521
 
4634
4522
 
4635
- var _UpdateFilterCommand = class _UpdateFilterCommand extends import_smithy_client.Command.classBuilder().ep({
4636
- ...commonParams
4637
- }).m(function(Command, cs, config, o) {
4523
+ var _UpdateFilterCommand = class _UpdateFilterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4638
4524
  return [
4639
4525
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4640
4526
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4648,9 +4534,7 @@ var UpdateFilterCommand = _UpdateFilterCommand;
4648
4534
 
4649
4535
 
4650
4536
 
4651
- var _UpdateOrganizationConfigurationCommand = class _UpdateOrganizationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
4652
- ...commonParams
4653
- }).m(function(Command, cs, config, o) {
4537
+ var _UpdateOrganizationConfigurationCommand = class _UpdateOrganizationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4654
4538
  return [
4655
4539
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4656
4540
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4664,9 +4548,7 @@ var UpdateOrganizationConfigurationCommand = _UpdateOrganizationConfigurationCom
4664
4548
 
4665
4549
 
4666
4550
 
4667
- var _UpdateOrgEc2DeepInspectionConfigurationCommand = class _UpdateOrgEc2DeepInspectionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
4668
- ...commonParams
4669
- }).m(function(Command, cs, config, o) {
4551
+ var _UpdateOrgEc2DeepInspectionConfigurationCommand = class _UpdateOrgEc2DeepInspectionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4670
4552
  return [
4671
4553
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4672
4554
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_AssociateMemberCommand, se_AssociateMemberCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class AssociateMemberCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_BatchGetAccountStatusCommand, se_BatchGetAccountStatusCommand } from
6
6
  export { $Command };
7
7
  export class BatchGetAccountStatusCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),