@aws-sdk/client-auditmanager 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 (64) hide show
  1. package/dist-cjs/index.js +62 -186
  2. package/dist-es/commands/AssociateAssessmentReportEvidenceFolderCommand.js +1 -3
  3. package/dist-es/commands/BatchAssociateAssessmentReportEvidenceCommand.js +1 -3
  4. package/dist-es/commands/BatchCreateDelegationByAssessmentCommand.js +1 -3
  5. package/dist-es/commands/BatchDeleteDelegationByAssessmentCommand.js +1 -3
  6. package/dist-es/commands/BatchDisassociateAssessmentReportEvidenceCommand.js +1 -3
  7. package/dist-es/commands/BatchImportEvidenceToAssessmentControlCommand.js +1 -3
  8. package/dist-es/commands/CreateAssessmentCommand.js +1 -3
  9. package/dist-es/commands/CreateAssessmentFrameworkCommand.js +1 -3
  10. package/dist-es/commands/CreateAssessmentReportCommand.js +1 -3
  11. package/dist-es/commands/CreateControlCommand.js +1 -3
  12. package/dist-es/commands/DeleteAssessmentCommand.js +1 -3
  13. package/dist-es/commands/DeleteAssessmentFrameworkCommand.js +1 -3
  14. package/dist-es/commands/DeleteAssessmentFrameworkShareCommand.js +1 -3
  15. package/dist-es/commands/DeleteAssessmentReportCommand.js +1 -3
  16. package/dist-es/commands/DeleteControlCommand.js +1 -3
  17. package/dist-es/commands/DeregisterAccountCommand.js +1 -3
  18. package/dist-es/commands/DeregisterOrganizationAdminAccountCommand.js +1 -3
  19. package/dist-es/commands/DisassociateAssessmentReportEvidenceFolderCommand.js +1 -3
  20. package/dist-es/commands/GetAccountStatusCommand.js +1 -3
  21. package/dist-es/commands/GetAssessmentCommand.js +1 -3
  22. package/dist-es/commands/GetAssessmentFrameworkCommand.js +1 -3
  23. package/dist-es/commands/GetAssessmentReportUrlCommand.js +1 -3
  24. package/dist-es/commands/GetChangeLogsCommand.js +1 -3
  25. package/dist-es/commands/GetControlCommand.js +1 -3
  26. package/dist-es/commands/GetDelegationsCommand.js +1 -3
  27. package/dist-es/commands/GetEvidenceByEvidenceFolderCommand.js +1 -3
  28. package/dist-es/commands/GetEvidenceCommand.js +1 -3
  29. package/dist-es/commands/GetEvidenceFileUploadUrlCommand.js +1 -3
  30. package/dist-es/commands/GetEvidenceFolderCommand.js +1 -3
  31. package/dist-es/commands/GetEvidenceFoldersByAssessmentCommand.js +1 -3
  32. package/dist-es/commands/GetEvidenceFoldersByAssessmentControlCommand.js +1 -3
  33. package/dist-es/commands/GetInsightsByAssessmentCommand.js +1 -3
  34. package/dist-es/commands/GetInsightsCommand.js +1 -3
  35. package/dist-es/commands/GetOrganizationAdminAccountCommand.js +1 -3
  36. package/dist-es/commands/GetServicesInScopeCommand.js +1 -3
  37. package/dist-es/commands/GetSettingsCommand.js +1 -3
  38. package/dist-es/commands/ListAssessmentControlInsightsByControlDomainCommand.js +1 -3
  39. package/dist-es/commands/ListAssessmentFrameworkShareRequestsCommand.js +1 -3
  40. package/dist-es/commands/ListAssessmentFrameworksCommand.js +1 -3
  41. package/dist-es/commands/ListAssessmentReportsCommand.js +1 -3
  42. package/dist-es/commands/ListAssessmentsCommand.js +1 -3
  43. package/dist-es/commands/ListControlDomainInsightsByAssessmentCommand.js +1 -3
  44. package/dist-es/commands/ListControlDomainInsightsCommand.js +1 -3
  45. package/dist-es/commands/ListControlInsightsByControlDomainCommand.js +1 -3
  46. package/dist-es/commands/ListControlsCommand.js +1 -3
  47. package/dist-es/commands/ListKeywordsForDataSourceCommand.js +1 -3
  48. package/dist-es/commands/ListNotificationsCommand.js +1 -3
  49. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  50. package/dist-es/commands/RegisterAccountCommand.js +1 -3
  51. package/dist-es/commands/RegisterOrganizationAdminAccountCommand.js +1 -3
  52. package/dist-es/commands/StartAssessmentFrameworkShareCommand.js +1 -3
  53. package/dist-es/commands/TagResourceCommand.js +1 -3
  54. package/dist-es/commands/UntagResourceCommand.js +1 -3
  55. package/dist-es/commands/UpdateAssessmentCommand.js +1 -3
  56. package/dist-es/commands/UpdateAssessmentControlCommand.js +1 -3
  57. package/dist-es/commands/UpdateAssessmentControlSetStatusCommand.js +1 -3
  58. package/dist-es/commands/UpdateAssessmentFrameworkCommand.js +1 -3
  59. package/dist-es/commands/UpdateAssessmentFrameworkShareCommand.js +1 -3
  60. package/dist-es/commands/UpdateAssessmentStatusCommand.js +1 -3
  61. package/dist-es/commands/UpdateControlCommand.js +1 -3
  62. package/dist-es/commands/UpdateSettingsCommand.js +1 -3
  63. package/dist-es/commands/ValidateAssessmentReportIntegrityCommand.js +1 -3
  64. package/package.json +4 -4
@@ -6,9 +6,7 @@ import { de_AssociateAssessmentReportEvidenceFolderCommand, se_AssociateAssessme
6
6
  export { $Command };
7
7
  export class AssociateAssessmentReportEvidenceFolderCommand 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_BatchAssociateAssessmentReportEvidenceCommand, se_BatchAssociateAsse
6
6
  export { $Command };
7
7
  export class BatchAssociateAssessmentReportEvidenceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_BatchCreateDelegationByAssessmentCommand, se_BatchCreateDelegationBy
7
7
  export { $Command };
8
8
  export class BatchCreateDelegationByAssessmentCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_BatchDeleteDelegationByAssessmentCommand, se_BatchDeleteDelegationBy
7
7
  export { $Command };
8
8
  export class BatchDeleteDelegationByAssessmentCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_BatchDisassociateAssessmentReportEvidenceCommand, se_BatchDisassocia
6
6
  export { $Command };
7
7
  export class BatchDisassociateAssessmentReportEvidenceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_BatchImportEvidenceToAssessmentControlCommand, se_BatchImportEvidenc
7
7
  export { $Command };
8
8
  export class BatchImportEvidenceToAssessmentControlCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_CreateAssessmentCommand, se_CreateAssessmentCommand } from "../proto
7
7
  export { $Command };
8
8
  export class CreateAssessmentCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_CreateAssessmentFrameworkCommand, se_CreateAssessmentFrameworkComman
7
7
  export { $Command };
8
8
  export class CreateAssessmentFrameworkCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_CreateAssessmentReportCommand, se_CreateAssessmentReportCommand } fr
7
7
  export { $Command };
8
8
  export class CreateAssessmentReportCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_CreateControlCommand, se_CreateControlCommand } from "../protocols/A
7
7
  export { $Command };
8
8
  export class CreateControlCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteAssessmentCommand, se_DeleteAssessmentCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DeleteAssessmentCommand 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_DeleteAssessmentFrameworkCommand, se_DeleteAssessmentFrameworkComman
6
6
  export { $Command };
7
7
  export class DeleteAssessmentFrameworkCommand 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_DeleteAssessmentFrameworkShareCommand, se_DeleteAssessmentFrameworkS
6
6
  export { $Command };
7
7
  export class DeleteAssessmentFrameworkShareCommand 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_DeleteAssessmentReportCommand, se_DeleteAssessmentReportCommand } fr
6
6
  export { $Command };
7
7
  export class DeleteAssessmentReportCommand 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_DeleteControlCommand, se_DeleteControlCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class DeleteControlCommand 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_DeregisterAccountCommand, se_DeregisterAccountCommand } from "../pro
6
6
  export { $Command };
7
7
  export class DeregisterAccountCommand 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_DeregisterOrganizationAdminAccountCommand, se_DeregisterOrganization
6
6
  export { $Command };
7
7
  export class DeregisterOrganizationAdminAccountCommand 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_DisassociateAssessmentReportEvidenceFolderCommand, se_DisassociateAs
6
6
  export { $Command };
7
7
  export class DisassociateAssessmentReportEvidenceFolderCommand 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_GetAccountStatusCommand, se_GetAccountStatusCommand } from "../proto
6
6
  export { $Command };
7
7
  export class GetAccountStatusCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_GetAssessmentCommand, se_GetAssessmentCommand } from "../protocols/A
7
7
  export { $Command };
8
8
  export class GetAssessmentCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_GetAssessmentFrameworkCommand, se_GetAssessmentFrameworkCommand } fr
7
7
  export { $Command };
8
8
  export class GetAssessmentFrameworkCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetAssessmentReportUrlCommand, se_GetAssessmentReportUrlCommand } fr
6
6
  export { $Command };
7
7
  export class GetAssessmentReportUrlCommand 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_GetChangeLogsCommand, se_GetChangeLogsCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class GetChangeLogsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_GetControlCommand, se_GetControlCommand } from "../protocols/Aws_res
7
7
  export { $Command };
8
8
  export class GetControlCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_GetDelegationsCommand, se_GetDelegationsCommand } from "../protocols
7
7
  export { $Command };
8
8
  export class GetDelegationsCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetEvidenceByEvidenceFolderCommand, se_GetEvidenceByEvidenceFolderCo
6
6
  export { $Command };
7
7
  export class GetEvidenceByEvidenceFolderCommand 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_GetEvidenceCommand, se_GetEvidenceCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class GetEvidenceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_GetEvidenceFileUploadUrlCommand, se_GetEvidenceFileUploadUrlCommand
7
7
  export { $Command };
8
8
  export class GetEvidenceFileUploadUrlCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetEvidenceFolderCommand, se_GetEvidenceFolderCommand } from "../pro
6
6
  export { $Command };
7
7
  export class GetEvidenceFolderCommand 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_GetEvidenceFoldersByAssessmentCommand, se_GetEvidenceFoldersByAssess
6
6
  export { $Command };
7
7
  export class GetEvidenceFoldersByAssessmentCommand 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_GetEvidenceFoldersByAssessmentControlCommand, se_GetEvidenceFoldersB
6
6
  export { $Command };
7
7
  export class GetEvidenceFoldersByAssessmentControlCommand 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_GetInsightsByAssessmentCommand, se_GetInsightsByAssessmentCommand }
6
6
  export { $Command };
7
7
  export class GetInsightsByAssessmentCommand 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_GetInsightsCommand, se_GetInsightsCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class GetInsightsCommand 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_GetOrganizationAdminAccountCommand, se_GetOrganizationAdminAccountCo
6
6
  export { $Command };
7
7
  export class GetOrganizationAdminAccountCommand 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_GetServicesInScopeCommand, se_GetServicesInScopeCommand } from "../p
6
6
  export { $Command };
7
7
  export class GetServicesInScopeCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_GetSettingsCommand, se_GetSettingsCommand } from "../protocols/Aws_r
7
7
  export { $Command };
8
8
  export class GetSettingsCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListAssessmentControlInsightsByControlDomainCommand, se_ListAssessme
6
6
  export { $Command };
7
7
  export class ListAssessmentControlInsightsByControlDomainCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_ListAssessmentFrameworkShareRequestsCommand, se_ListAssessmentFramew
7
7
  export { $Command };
8
8
  export class ListAssessmentFrameworkShareRequestsCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_ListAssessmentFrameworksCommand, se_ListAssessmentFrameworksCommand
7
7
  export { $Command };
8
8
  export class ListAssessmentFrameworksCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_ListAssessmentReportsCommand, se_ListAssessmentReportsCommand } from
7
7
  export { $Command };
8
8
  export class ListAssessmentReportsCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_ListAssessmentsCommand, se_ListAssessmentsCommand } from "../protoco
7
7
  export { $Command };
8
8
  export class ListAssessmentsCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListControlDomainInsightsByAssessmentCommand, se_ListControlDomainIn
6
6
  export { $Command };
7
7
  export class ListControlDomainInsightsByAssessmentCommand 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_ListControlDomainInsightsCommand, se_ListControlDomainInsightsComman
6
6
  export { $Command };
7
7
  export class ListControlDomainInsightsCommand 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_ListControlInsightsByControlDomainCommand, se_ListControlInsightsByC
6
6
  export { $Command };
7
7
  export class ListControlInsightsByControlDomainCommand 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_ListControlsCommand, se_ListControlsCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class ListControlsCommand 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_ListKeywordsForDataSourceCommand, se_ListKeywordsForDataSourceComman
6
6
  export { $Command };
7
7
  export class ListKeywordsForDataSourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_ListNotificationsCommand, se_ListNotificationsCommand } from "../pro
7
7
  export { $Command };
8
8
  export class ListNotificationsCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
6
6
  export { $Command };
7
7
  export class ListTagsForResourceCommand 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_RegisterAccountCommand, se_RegisterAccountCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class RegisterAccountCommand 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_RegisterOrganizationAdminAccountCommand, se_RegisterOrganizationAdmi
6
6
  export { $Command };
7
7
  export class RegisterOrganizationAdminAccountCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -7,9 +7,7 @@ import { de_StartAssessmentFrameworkShareCommand, se_StartAssessmentFrameworkSha
7
7
  export { $Command };
8
8
  export class StartAssessmentFrameworkShareCommand extends $Command
9
9
  .classBuilder()
10
- .ep({
11
- ...commonParams,
12
- })
10
+ .ep(commonParams)
13
11
  .m(function (Command, cs, config, o) {
14
12
  return [
15
13
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class TagResourceCommand 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_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UntagResourceCommand 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),