@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
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const core_1 = require("@aws-sdk/core");
5
+ const protocols_1 = require("@aws-sdk/core/protocols");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const url_parser_1 = require("@smithy/url-parser");
7
8
  const util_base64_1 = require("@smithy/util-base64");
@@ -25,6 +26,7 @@ const getRuntimeConfig = (config) => {
25
26
  },
26
27
  ],
27
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
+ protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.auditmanager" }),
28
30
  serviceId: config?.serviceId ?? "AuditManager",
29
31
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
30
32
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
4
4
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
5
5
  import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
+ import { getSchemaSerdePlugin } from "@smithy/core/schema";
7
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
9
  import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
10
  import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
@@ -28,6 +29,7 @@ export class AuditManagerClient extends __Client {
28
29
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
29
30
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
30
31
  this.config = _config_8;
32
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
31
33
  this.middlewareStack.use(getUserAgentPlugin(this.config));
32
34
  this.middlewareStack.use(getRetryPlugin(this.config));
33
35
  this.middlewareStack.use(getContentLengthPlugin(this.config));
@@ -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_AssociateAssessmentReportEvidenceFolderCommand, se_AssociateAssessmentReportEvidenceFolderCommand, } from "../protocols/Aws_restJson1";
4
+ import { AssociateAssessmentReportEvidenceFolder } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AssociateAssessmentReportEvidenceFolderCommand 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", "AssociateAssessmentReportEvidenceFolder", {})
17
13
  .n("AuditManagerClient", "AssociateAssessmentReportEvidenceFolderCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AssociateAssessmentReportEvidenceFolderCommand)
20
- .de(de_AssociateAssessmentReportEvidenceFolderCommand)
14
+ .sc(AssociateAssessmentReportEvidenceFolder)
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_BatchAssociateAssessmentReportEvidenceCommand, se_BatchAssociateAssessmentReportEvidenceCommand, } from "../protocols/Aws_restJson1";
4
+ import { BatchAssociateAssessmentReportEvidence } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class BatchAssociateAssessmentReportEvidenceCommand 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", "BatchAssociateAssessmentReportEvidence", {})
17
13
  .n("AuditManagerClient", "BatchAssociateAssessmentReportEvidenceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_BatchAssociateAssessmentReportEvidenceCommand)
20
- .de(de_BatchAssociateAssessmentReportEvidenceCommand)
14
+ .sc(BatchAssociateAssessmentReportEvidence)
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 { BatchCreateDelegationByAssessmentRequestFilterSensitiveLog, BatchCreateDelegationByAssessmentResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_BatchCreateDelegationByAssessmentCommand, se_BatchCreateDelegationByAssessmentCommand, } from "../protocols/Aws_restJson1";
4
+ import { BatchCreateDelegationByAssessment } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class BatchCreateDelegationByAssessmentCommand 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", "BatchCreateDelegationByAssessment", {})
18
13
  .n("AuditManagerClient", "BatchCreateDelegationByAssessmentCommand")
19
- .f(BatchCreateDelegationByAssessmentRequestFilterSensitiveLog, BatchCreateDelegationByAssessmentResponseFilterSensitiveLog)
20
- .ser(se_BatchCreateDelegationByAssessmentCommand)
21
- .de(de_BatchCreateDelegationByAssessmentCommand)
14
+ .sc(BatchCreateDelegationByAssessment)
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 { BatchDeleteDelegationByAssessmentResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_BatchDeleteDelegationByAssessmentCommand, se_BatchDeleteDelegationByAssessmentCommand, } from "../protocols/Aws_restJson1";
4
+ import { BatchDeleteDelegationByAssessment } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class BatchDeleteDelegationByAssessmentCommand 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", "BatchDeleteDelegationByAssessment", {})
18
13
  .n("AuditManagerClient", "BatchDeleteDelegationByAssessmentCommand")
19
- .f(void 0, BatchDeleteDelegationByAssessmentResponseFilterSensitiveLog)
20
- .ser(se_BatchDeleteDelegationByAssessmentCommand)
21
- .de(de_BatchDeleteDelegationByAssessmentCommand)
14
+ .sc(BatchDeleteDelegationByAssessment)
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_BatchDisassociateAssessmentReportEvidenceCommand, se_BatchDisassociateAssessmentReportEvidenceCommand, } from "../protocols/Aws_restJson1";
4
+ import { BatchDisassociateAssessmentReportEvidence } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class BatchDisassociateAssessmentReportEvidenceCommand 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", "BatchDisassociateAssessmentReportEvidence", {})
17
13
  .n("AuditManagerClient", "BatchDisassociateAssessmentReportEvidenceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_BatchDisassociateAssessmentReportEvidenceCommand)
20
- .de(de_BatchDisassociateAssessmentReportEvidenceCommand)
14
+ .sc(BatchDisassociateAssessmentReportEvidence)
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 { BatchImportEvidenceToAssessmentControlRequestFilterSensitiveLog, BatchImportEvidenceToAssessmentControlResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_BatchImportEvidenceToAssessmentControlCommand, se_BatchImportEvidenceToAssessmentControlCommand, } from "../protocols/Aws_restJson1";
4
+ import { BatchImportEvidenceToAssessmentControl } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class BatchImportEvidenceToAssessmentControlCommand 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", "BatchImportEvidenceToAssessmentControl", {})
18
13
  .n("AuditManagerClient", "BatchImportEvidenceToAssessmentControlCommand")
19
- .f(BatchImportEvidenceToAssessmentControlRequestFilterSensitiveLog, BatchImportEvidenceToAssessmentControlResponseFilterSensitiveLog)
20
- .ser(se_BatchImportEvidenceToAssessmentControlCommand)
21
- .de(de_BatchImportEvidenceToAssessmentControlCommand)
14
+ .sc(BatchImportEvidenceToAssessmentControl)
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 { CreateAssessmentRequestFilterSensitiveLog, CreateAssessmentResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateAssessmentCommand, se_CreateAssessmentCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateAssessment } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateAssessmentCommand 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", "CreateAssessment", {})
18
13
  .n("AuditManagerClient", "CreateAssessmentCommand")
19
- .f(CreateAssessmentRequestFilterSensitiveLog, CreateAssessmentResponseFilterSensitiveLog)
20
- .ser(se_CreateAssessmentCommand)
21
- .de(de_CreateAssessmentCommand)
14
+ .sc(CreateAssessment)
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 { CreateAssessmentFrameworkRequestFilterSensitiveLog, CreateAssessmentFrameworkResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateAssessmentFrameworkCommand, se_CreateAssessmentFrameworkCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateAssessmentFramework } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateAssessmentFrameworkCommand 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", "CreateAssessmentFramework", {})
18
13
  .n("AuditManagerClient", "CreateAssessmentFrameworkCommand")
19
- .f(CreateAssessmentFrameworkRequestFilterSensitiveLog, CreateAssessmentFrameworkResponseFilterSensitiveLog)
20
- .ser(se_CreateAssessmentFrameworkCommand)
21
- .de(de_CreateAssessmentFrameworkCommand)
14
+ .sc(CreateAssessmentFramework)
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 { CreateAssessmentReportRequestFilterSensitiveLog, CreateAssessmentReportResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateAssessmentReportCommand, se_CreateAssessmentReportCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateAssessmentReport } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateAssessmentReportCommand 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", "CreateAssessmentReport", {})
18
13
  .n("AuditManagerClient", "CreateAssessmentReportCommand")
19
- .f(CreateAssessmentReportRequestFilterSensitiveLog, CreateAssessmentReportResponseFilterSensitiveLog)
20
- .ser(se_CreateAssessmentReportCommand)
21
- .de(de_CreateAssessmentReportCommand)
14
+ .sc(CreateAssessmentReport)
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 { CreateControlRequestFilterSensitiveLog, CreateControlResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_CreateControlCommand, se_CreateControlCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateControl } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class CreateControlCommand 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", "CreateControl", {})
18
13
  .n("AuditManagerClient", "CreateControlCommand")
19
- .f(CreateControlRequestFilterSensitiveLog, CreateControlResponseFilterSensitiveLog)
20
- .ser(se_CreateControlCommand)
21
- .de(de_CreateControlCommand)
14
+ .sc(CreateControl)
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_DeleteAssessmentCommand, se_DeleteAssessmentCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteAssessment } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteAssessmentCommand 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", "DeleteAssessment", {})
17
13
  .n("AuditManagerClient", "DeleteAssessmentCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteAssessmentCommand)
20
- .de(de_DeleteAssessmentCommand)
14
+ .sc(DeleteAssessment)
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_DeleteAssessmentFrameworkCommand, se_DeleteAssessmentFrameworkCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteAssessmentFramework } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteAssessmentFrameworkCommand 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", "DeleteAssessmentFramework", {})
17
13
  .n("AuditManagerClient", "DeleteAssessmentFrameworkCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteAssessmentFrameworkCommand)
20
- .de(de_DeleteAssessmentFrameworkCommand)
14
+ .sc(DeleteAssessmentFramework)
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_DeleteAssessmentFrameworkShareCommand, se_DeleteAssessmentFrameworkShareCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeleteAssessmentFrameworkShare } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteAssessmentFrameworkShareCommand 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", "DeleteAssessmentFrameworkShare", {})
17
13
  .n("AuditManagerClient", "DeleteAssessmentFrameworkShareCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteAssessmentFrameworkShareCommand)
20
- .de(de_DeleteAssessmentFrameworkShareCommand)
14
+ .sc(DeleteAssessmentFrameworkShare)
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_DeleteAssessmentReportCommand, se_DeleteAssessmentReportCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteAssessmentReport } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteAssessmentReportCommand 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", "DeleteAssessmentReport", {})
17
13
  .n("AuditManagerClient", "DeleteAssessmentReportCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteAssessmentReportCommand)
20
- .de(de_DeleteAssessmentReportCommand)
14
+ .sc(DeleteAssessmentReport)
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_DeleteControlCommand, se_DeleteControlCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteControl } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteControlCommand 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", "DeleteControl", {})
17
13
  .n("AuditManagerClient", "DeleteControlCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteControlCommand)
20
- .de(de_DeleteControlCommand)
14
+ .sc(DeleteControl)
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_DeregisterAccountCommand, se_DeregisterAccountCommand } from "../protocols/Aws_restJson1";
4
+ import { DeregisterAccount } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeregisterAccountCommand 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", "DeregisterAccount", {})
17
13
  .n("AuditManagerClient", "DeregisterAccountCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeregisterAccountCommand)
20
- .de(de_DeregisterAccountCommand)
14
+ .sc(DeregisterAccount)
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_DeregisterOrganizationAdminAccountCommand, se_DeregisterOrganizationAdminAccountCommand, } from "../protocols/Aws_restJson1";
4
+ import { DeregisterOrganizationAdminAccount } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeregisterOrganizationAdminAccountCommand 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", "DeregisterOrganizationAdminAccount", {})
17
13
  .n("AuditManagerClient", "DeregisterOrganizationAdminAccountCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeregisterOrganizationAdminAccountCommand)
20
- .de(de_DeregisterOrganizationAdminAccountCommand)
14
+ .sc(DeregisterOrganizationAdminAccount)
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_DisassociateAssessmentReportEvidenceFolderCommand, se_DisassociateAssessmentReportEvidenceFolderCommand, } from "../protocols/Aws_restJson1";
4
+ import { DisassociateAssessmentReportEvidenceFolder } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisassociateAssessmentReportEvidenceFolderCommand 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", "DisassociateAssessmentReportEvidenceFolder", {})
17
13
  .n("AuditManagerClient", "DisassociateAssessmentReportEvidenceFolderCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisassociateAssessmentReportEvidenceFolderCommand)
20
- .de(de_DisassociateAssessmentReportEvidenceFolderCommand)
14
+ .sc(DisassociateAssessmentReportEvidenceFolder)
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_GetAccountStatusCommand, se_GetAccountStatusCommand } from "../protocols/Aws_restJson1";
4
+ import { GetAccountStatus } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetAccountStatusCommand 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", "GetAccountStatus", {})
17
13
  .n("AuditManagerClient", "GetAccountStatusCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetAccountStatusCommand)
20
- .de(de_GetAccountStatusCommand)
14
+ .sc(GetAccountStatus)
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 { GetAssessmentResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetAssessmentCommand, se_GetAssessmentCommand } from "../protocols/Aws_restJson1";
4
+ import { GetAssessment } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetAssessmentCommand 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", "GetAssessment", {})
18
13
  .n("AuditManagerClient", "GetAssessmentCommand")
19
- .f(void 0, GetAssessmentResponseFilterSensitiveLog)
20
- .ser(se_GetAssessmentCommand)
21
- .de(de_GetAssessmentCommand)
14
+ .sc(GetAssessment)
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 { GetAssessmentFrameworkResponseFilterSensitiveLog, } from "../models/models_0";
6
- import { de_GetAssessmentFrameworkCommand, se_GetAssessmentFrameworkCommand } from "../protocols/Aws_restJson1";
4
+ import { GetAssessmentFramework } from "../schemas/schemas_0";
7
5
  export { $Command };
8
6
  export class GetAssessmentFrameworkCommand 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", "GetAssessmentFramework", {})
18
13
  .n("AuditManagerClient", "GetAssessmentFrameworkCommand")
19
- .f(void 0, GetAssessmentFrameworkResponseFilterSensitiveLog)
20
- .ser(se_GetAssessmentFrameworkCommand)
21
- .de(de_GetAssessmentFrameworkCommand)
14
+ .sc(GetAssessmentFramework)
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_GetAssessmentReportUrlCommand, se_GetAssessmentReportUrlCommand } from "../protocols/Aws_restJson1";
4
+ import { GetAssessmentReportUrl } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetAssessmentReportUrlCommand 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", "GetAssessmentReportUrl", {})
17
13
  .n("AuditManagerClient", "GetAssessmentReportUrlCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetAssessmentReportUrlCommand)
20
- .de(de_GetAssessmentReportUrlCommand)
14
+ .sc(GetAssessmentReportUrl)
21
15
  .build() {
22
16
  }