@aws-sdk/client-auditmanager 3.927.0 → 3.929.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 (86) hide show
  1. package/dist-cjs/index.js +2775 -3133
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/AuditManagerClient.js +2 -0
  4. package/dist-es/commands/AssociateAssessmentReportEvidenceFolderCommand.js +3 -9
  5. package/dist-es/commands/BatchAssociateAssessmentReportEvidenceCommand.js +3 -9
  6. package/dist-es/commands/BatchCreateDelegationByAssessmentCommand.js +3 -10
  7. package/dist-es/commands/BatchDeleteDelegationByAssessmentCommand.js +3 -10
  8. package/dist-es/commands/BatchDisassociateAssessmentReportEvidenceCommand.js +3 -9
  9. package/dist-es/commands/BatchImportEvidenceToAssessmentControlCommand.js +3 -10
  10. package/dist-es/commands/CreateAssessmentCommand.js +3 -10
  11. package/dist-es/commands/CreateAssessmentFrameworkCommand.js +3 -10
  12. package/dist-es/commands/CreateAssessmentReportCommand.js +3 -10
  13. package/dist-es/commands/CreateControlCommand.js +3 -10
  14. package/dist-es/commands/DeleteAssessmentCommand.js +3 -9
  15. package/dist-es/commands/DeleteAssessmentFrameworkCommand.js +3 -9
  16. package/dist-es/commands/DeleteAssessmentFrameworkShareCommand.js +3 -9
  17. package/dist-es/commands/DeleteAssessmentReportCommand.js +3 -9
  18. package/dist-es/commands/DeleteControlCommand.js +3 -9
  19. package/dist-es/commands/DeregisterAccountCommand.js +3 -9
  20. package/dist-es/commands/DeregisterOrganizationAdminAccountCommand.js +3 -9
  21. package/dist-es/commands/DisassociateAssessmentReportEvidenceFolderCommand.js +3 -9
  22. package/dist-es/commands/GetAccountStatusCommand.js +3 -9
  23. package/dist-es/commands/GetAssessmentCommand.js +3 -10
  24. package/dist-es/commands/GetAssessmentFrameworkCommand.js +3 -10
  25. package/dist-es/commands/GetAssessmentReportUrlCommand.js +3 -9
  26. package/dist-es/commands/GetChangeLogsCommand.js +3 -9
  27. package/dist-es/commands/GetControlCommand.js +3 -10
  28. package/dist-es/commands/GetDelegationsCommand.js +3 -10
  29. package/dist-es/commands/GetEvidenceByEvidenceFolderCommand.js +3 -9
  30. package/dist-es/commands/GetEvidenceCommand.js +3 -9
  31. package/dist-es/commands/GetEvidenceFileUploadUrlCommand.js +3 -10
  32. package/dist-es/commands/GetEvidenceFolderCommand.js +3 -9
  33. package/dist-es/commands/GetEvidenceFoldersByAssessmentCommand.js +3 -9
  34. package/dist-es/commands/GetEvidenceFoldersByAssessmentControlCommand.js +3 -9
  35. package/dist-es/commands/GetInsightsByAssessmentCommand.js +3 -9
  36. package/dist-es/commands/GetInsightsCommand.js +3 -9
  37. package/dist-es/commands/GetOrganizationAdminAccountCommand.js +3 -9
  38. package/dist-es/commands/GetServicesInScopeCommand.js +3 -9
  39. package/dist-es/commands/GetSettingsCommand.js +3 -10
  40. package/dist-es/commands/ListAssessmentControlInsightsByControlDomainCommand.js +3 -9
  41. package/dist-es/commands/ListAssessmentFrameworkShareRequestsCommand.js +3 -10
  42. package/dist-es/commands/ListAssessmentFrameworksCommand.js +3 -10
  43. package/dist-es/commands/ListAssessmentReportsCommand.js +3 -10
  44. package/dist-es/commands/ListAssessmentsCommand.js +3 -10
  45. package/dist-es/commands/ListControlDomainInsightsByAssessmentCommand.js +3 -9
  46. package/dist-es/commands/ListControlDomainInsightsCommand.js +3 -9
  47. package/dist-es/commands/ListControlInsightsByControlDomainCommand.js +3 -9
  48. package/dist-es/commands/ListControlsCommand.js +3 -9
  49. package/dist-es/commands/ListKeywordsForDataSourceCommand.js +3 -9
  50. package/dist-es/commands/ListNotificationsCommand.js +3 -10
  51. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  52. package/dist-es/commands/RegisterAccountCommand.js +3 -9
  53. package/dist-es/commands/RegisterOrganizationAdminAccountCommand.js +3 -9
  54. package/dist-es/commands/StartAssessmentFrameworkShareCommand.js +3 -10
  55. package/dist-es/commands/TagResourceCommand.js +3 -9
  56. package/dist-es/commands/UntagResourceCommand.js +3 -9
  57. package/dist-es/commands/UpdateAssessmentCommand.js +3 -10
  58. package/dist-es/commands/UpdateAssessmentControlCommand.js +3 -10
  59. package/dist-es/commands/UpdateAssessmentControlSetStatusCommand.js +3 -10
  60. package/dist-es/commands/UpdateAssessmentFrameworkCommand.js +3 -10
  61. package/dist-es/commands/UpdateAssessmentFrameworkShareCommand.js +3 -10
  62. package/dist-es/commands/UpdateAssessmentStatusCommand.js +3 -10
  63. package/dist-es/commands/UpdateControlCommand.js +3 -10
  64. package/dist-es/commands/UpdateSettingsCommand.js +3 -10
  65. package/dist-es/commands/ValidateAssessmentReportIntegrityCommand.js +3 -9
  66. package/dist-es/models/models_0.js +0 -348
  67. package/dist-es/runtimeConfig.shared.js +2 -0
  68. package/dist-es/schemas/schemas_0.js +2651 -0
  69. package/dist-types/AuditManagerClient.d.ts +10 -1
  70. package/dist-types/models/models_0.d.ts +0 -272
  71. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  72. package/dist-types/runtimeConfig.d.ts +1 -0
  73. package/dist-types/runtimeConfig.native.d.ts +1 -0
  74. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  75. package/dist-types/schemas/schemas_0.d.ts +310 -0
  76. package/dist-types/ts3.4/AuditManagerClient.d.ts +4 -0
  77. package/dist-types/ts3.4/models/models_0.d.ts +0 -186
  78. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  79. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  80. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  81. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  82. package/dist-types/ts3.4/schemas/schemas_0.d.ts +316 -0
  83. package/package.json +5 -5
  84. package/dist-es/protocols/Aws_restJson1.js +0 -2278
  85. package/dist-types/protocols/Aws_restJson1.d.ts +0 -560
  86. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -749
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetChangeLogsCommand, se_GetChangeLogsCommand } from "../protocols/Aws_restJson1";
4
+ import { GetChangeLogs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetChangeLogsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("BedrockAssessmentManagerLambda", "GetChangeLogs", {})
17
13
  .n("AuditManagerClient", "GetChangeLogsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetChangeLogsCommand)
20
- .de(de_GetChangeLogsCommand)
14
+ .sc(GetChangeLogs)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetControlResponseFilterSensitiveLog } from "../models/models_0";
6
- import { de_GetControlCommand, se_GetControlCommand } from "../protocols/Aws_restJson1";
4
+ import { GetControl } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetControlCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("BedrockAssessmentManagerLambda", "GetControl", {})
18
13
  .n("AuditManagerClient", "GetControlCommand")
19
- .f(void 0, GetControlResponseFilterSensitiveLog)
20
- .ser(se_GetControlCommand)
21
- .de(de_GetControlCommand)
14
+ .sc(GetControl)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetDelegationsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetDelegationsCommand, se_GetDelegationsCommand } from "../protocols/Aws_restJson1";
4
+ import { GetDelegations } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetDelegationsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("BedrockAssessmentManagerLambda", "GetDelegations", {})
18
13
  .n("AuditManagerClient", "GetDelegationsCommand")
19
- .f(void 0, GetDelegationsResponseFilterSensitiveLog)
20
- .ser(se_GetDelegationsCommand)
21
- .de(de_GetDelegationsCommand)
14
+ .sc(GetDelegations)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetEvidenceByEvidenceFolderCommand, se_GetEvidenceByEvidenceFolderCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetEvidenceByEvidenceFolder } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetEvidenceByEvidenceFolderCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("BedrockAssessmentManagerLambda", "GetEvidenceByEvidenceFolder", {})
17
13
  .n("AuditManagerClient", "GetEvidenceByEvidenceFolderCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetEvidenceByEvidenceFolderCommand)
20
- .de(de_GetEvidenceByEvidenceFolderCommand)
14
+ .sc(GetEvidenceByEvidenceFolder)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetEvidenceCommand, se_GetEvidenceCommand } from "../protocols/Aws_restJson1";
4
+ import { GetEvidence } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetEvidenceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("BedrockAssessmentManagerLambda", "GetEvidence", {})
17
13
  .n("AuditManagerClient", "GetEvidenceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetEvidenceCommand)
20
- .de(de_GetEvidenceCommand)
14
+ .sc(GetEvidence)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetEvidenceFileUploadUrlRequestFilterSensitiveLog, GetEvidenceFileUploadUrlResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetEvidenceFileUploadUrlCommand, se_GetEvidenceFileUploadUrlCommand } from "../protocols/Aws_restJson1";
4
+ import { GetEvidenceFileUploadUrl } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetEvidenceFileUploadUrlCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("BedrockAssessmentManagerLambda", "GetEvidenceFileUploadUrl", {})
18
13
  .n("AuditManagerClient", "GetEvidenceFileUploadUrlCommand")
19
- .f(GetEvidenceFileUploadUrlRequestFilterSensitiveLog, GetEvidenceFileUploadUrlResponseFilterSensitiveLog)
20
- .ser(se_GetEvidenceFileUploadUrlCommand)
21
- .de(de_GetEvidenceFileUploadUrlCommand)
14
+ .sc(GetEvidenceFileUploadUrl)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetEvidenceFolderCommand, se_GetEvidenceFolderCommand } from "../protocols/Aws_restJson1";
4
+ import { GetEvidenceFolder } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetEvidenceFolderCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("BedrockAssessmentManagerLambda", "GetEvidenceFolder", {})
17
13
  .n("AuditManagerClient", "GetEvidenceFolderCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetEvidenceFolderCommand)
20
- .de(de_GetEvidenceFolderCommand)
14
+ .sc(GetEvidenceFolder)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetEvidenceFoldersByAssessmentCommand, se_GetEvidenceFoldersByAssessmentCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetEvidenceFoldersByAssessment } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetEvidenceFoldersByAssessmentCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("BedrockAssessmentManagerLambda", "GetEvidenceFoldersByAssessment", {})
17
13
  .n("AuditManagerClient", "GetEvidenceFoldersByAssessmentCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetEvidenceFoldersByAssessmentCommand)
20
- .de(de_GetEvidenceFoldersByAssessmentCommand)
14
+ .sc(GetEvidenceFoldersByAssessment)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetEvidenceFoldersByAssessmentControlCommand, se_GetEvidenceFoldersByAssessmentControlCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetEvidenceFoldersByAssessmentControl } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetEvidenceFoldersByAssessmentControlCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("BedrockAssessmentManagerLambda", "GetEvidenceFoldersByAssessmentControl", {})
17
13
  .n("AuditManagerClient", "GetEvidenceFoldersByAssessmentControlCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetEvidenceFoldersByAssessmentControlCommand)
20
- .de(de_GetEvidenceFoldersByAssessmentControlCommand)
14
+ .sc(GetEvidenceFoldersByAssessmentControl)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetInsightsByAssessmentCommand, se_GetInsightsByAssessmentCommand } from "../protocols/Aws_restJson1";
4
+ import { GetInsightsByAssessment } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetInsightsByAssessmentCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("BedrockAssessmentManagerLambda", "GetInsightsByAssessment", {})
17
13
  .n("AuditManagerClient", "GetInsightsByAssessmentCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetInsightsByAssessmentCommand)
20
- .de(de_GetInsightsByAssessmentCommand)
14
+ .sc(GetInsightsByAssessment)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetInsightsCommand, se_GetInsightsCommand } from "../protocols/Aws_restJson1";
4
+ import { GetInsights } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetInsightsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("BedrockAssessmentManagerLambda", "GetInsights", {})
17
13
  .n("AuditManagerClient", "GetInsightsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetInsightsCommand)
20
- .de(de_GetInsightsCommand)
14
+ .sc(GetInsights)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetOrganizationAdminAccountCommand, se_GetOrganizationAdminAccountCommand, } from "../protocols/Aws_restJson1";
4
+ import { GetOrganizationAdminAccount } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetOrganizationAdminAccountCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("BedrockAssessmentManagerLambda", "GetOrganizationAdminAccount", {})
17
13
  .n("AuditManagerClient", "GetOrganizationAdminAccountCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetOrganizationAdminAccountCommand)
20
- .de(de_GetOrganizationAdminAccountCommand)
14
+ .sc(GetOrganizationAdminAccount)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_GetServicesInScopeCommand, se_GetServicesInScopeCommand } from "../protocols/Aws_restJson1";
4
+ import { GetServicesInScope } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetServicesInScopeCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("BedrockAssessmentManagerLambda", "GetServicesInScope", {})
17
13
  .n("AuditManagerClient", "GetServicesInScopeCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetServicesInScopeCommand)
20
- .de(de_GetServicesInScopeCommand)
14
+ .sc(GetServicesInScope)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { GetSettingsResponseFilterSensitiveLog } from "../models/models_0";
6
- import { de_GetSettingsCommand, se_GetSettingsCommand } from "../protocols/Aws_restJson1";
4
+ import { GetSettings } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetSettingsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("BedrockAssessmentManagerLambda", "GetSettings", {})
18
13
  .n("AuditManagerClient", "GetSettingsCommand")
19
- .f(void 0, GetSettingsResponseFilterSensitiveLog)
20
- .ser(se_GetSettingsCommand)
21
- .de(de_GetSettingsCommand)
14
+ .sc(GetSettings)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListAssessmentControlInsightsByControlDomainCommand, se_ListAssessmentControlInsightsByControlDomainCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListAssessmentControlInsightsByControlDomain } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAssessmentControlInsightsByControlDomainCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("BedrockAssessmentManagerLambda", "ListAssessmentControlInsightsByControlDomain", {})
17
13
  .n("AuditManagerClient", "ListAssessmentControlInsightsByControlDomainCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAssessmentControlInsightsByControlDomainCommand)
20
- .de(de_ListAssessmentControlInsightsByControlDomainCommand)
14
+ .sc(ListAssessmentControlInsightsByControlDomain)
21
15
  .build() {
22
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListAssessmentFrameworkShareRequestsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListAssessmentFrameworkShareRequestsCommand, se_ListAssessmentFrameworkShareRequestsCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListAssessmentFrameworkShareRequests } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListAssessmentFrameworkShareRequestsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("BedrockAssessmentManagerLambda", "ListAssessmentFrameworkShareRequests", {})
18
13
  .n("AuditManagerClient", "ListAssessmentFrameworkShareRequestsCommand")
19
- .f(void 0, ListAssessmentFrameworkShareRequestsResponseFilterSensitiveLog)
20
- .ser(se_ListAssessmentFrameworkShareRequestsCommand)
21
- .de(de_ListAssessmentFrameworkShareRequestsCommand)
14
+ .sc(ListAssessmentFrameworkShareRequests)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListAssessmentFrameworksResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListAssessmentFrameworksCommand, se_ListAssessmentFrameworksCommand } from "../protocols/Aws_restJson1";
4
+ import { ListAssessmentFrameworks } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListAssessmentFrameworksCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("BedrockAssessmentManagerLambda", "ListAssessmentFrameworks", {})
18
13
  .n("AuditManagerClient", "ListAssessmentFrameworksCommand")
19
- .f(void 0, ListAssessmentFrameworksResponseFilterSensitiveLog)
20
- .ser(se_ListAssessmentFrameworksCommand)
21
- .de(de_ListAssessmentFrameworksCommand)
14
+ .sc(ListAssessmentFrameworks)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListAssessmentReportsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListAssessmentReportsCommand, se_ListAssessmentReportsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListAssessmentReports } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListAssessmentReportsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("BedrockAssessmentManagerLambda", "ListAssessmentReports", {})
18
13
  .n("AuditManagerClient", "ListAssessmentReportsCommand")
19
- .f(void 0, ListAssessmentReportsResponseFilterSensitiveLog)
20
- .ser(se_ListAssessmentReportsCommand)
21
- .de(de_ListAssessmentReportsCommand)
14
+ .sc(ListAssessmentReports)
22
15
  .build() {
23
16
  }
@@ -1,23 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListAssessmentsResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_ListAssessmentsCommand, se_ListAssessmentsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListAssessments } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class ListAssessmentsCommand extends $Command
9
7
  .classBuilder()
10
8
  .ep(commonParams)
11
9
  .m(function (Command, cs, config, o) {
12
- return [
13
- getSerdePlugin(config, this.serialize, this.deserialize),
14
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
16
11
  })
17
12
  .s("BedrockAssessmentManagerLambda", "ListAssessments", {})
18
13
  .n("AuditManagerClient", "ListAssessmentsCommand")
19
- .f(void 0, ListAssessmentsResponseFilterSensitiveLog)
20
- .ser(se_ListAssessmentsCommand)
21
- .de(de_ListAssessmentsCommand)
14
+ .sc(ListAssessments)
22
15
  .build() {
23
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListControlDomainInsightsByAssessmentCommand, se_ListControlDomainInsightsByAssessmentCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListControlDomainInsightsByAssessment } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListControlDomainInsightsByAssessmentCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("BedrockAssessmentManagerLambda", "ListControlDomainInsightsByAssessment", {})
17
13
  .n("AuditManagerClient", "ListControlDomainInsightsByAssessmentCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListControlDomainInsightsByAssessmentCommand)
20
- .de(de_ListControlDomainInsightsByAssessmentCommand)
14
+ .sc(ListControlDomainInsightsByAssessment)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListControlDomainInsightsCommand, se_ListControlDomainInsightsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListControlDomainInsights } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListControlDomainInsightsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("BedrockAssessmentManagerLambda", "ListControlDomainInsights", {})
17
13
  .n("AuditManagerClient", "ListControlDomainInsightsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListControlDomainInsightsCommand)
20
- .de(de_ListControlDomainInsightsCommand)
14
+ .sc(ListControlDomainInsights)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListControlInsightsByControlDomainCommand, se_ListControlInsightsByControlDomainCommand, } from "../protocols/Aws_restJson1";
4
+ import { ListControlInsightsByControlDomain } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListControlInsightsByControlDomainCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("BedrockAssessmentManagerLambda", "ListControlInsightsByControlDomain", {})
17
13
  .n("AuditManagerClient", "ListControlInsightsByControlDomainCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListControlInsightsByControlDomainCommand)
20
- .de(de_ListControlInsightsByControlDomainCommand)
14
+ .sc(ListControlInsightsByControlDomain)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ListControlsCommand, se_ListControlsCommand } from "../protocols/Aws_restJson1";
4
+ import { ListControls } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListControlsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("BedrockAssessmentManagerLambda", "ListControls", {})
17
13
  .n("AuditManagerClient", "ListControlsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListControlsCommand)
20
- .de(de_ListControlsCommand)
14
+ .sc(ListControls)
21
15
  .build() {
22
16
  }