@aws-sdk/client-auditmanager 3.489.0 → 3.495.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 (92) hide show
  1. package/dist-cjs/AuditManager.js +1 -135
  2. package/dist-cjs/AuditManagerClient.js +1 -43
  3. package/dist-cjs/commands/AssociateAssessmentReportEvidenceFolderCommand.js +1 -28
  4. package/dist-cjs/commands/BatchAssociateAssessmentReportEvidenceCommand.js +1 -28
  5. package/dist-cjs/commands/BatchCreateDelegationByAssessmentCommand.js +1 -29
  6. package/dist-cjs/commands/BatchDeleteDelegationByAssessmentCommand.js +1 -29
  7. package/dist-cjs/commands/BatchDisassociateAssessmentReportEvidenceCommand.js +1 -28
  8. package/dist-cjs/commands/BatchImportEvidenceToAssessmentControlCommand.js +1 -29
  9. package/dist-cjs/commands/CreateAssessmentCommand.js +1 -29
  10. package/dist-cjs/commands/CreateAssessmentFrameworkCommand.js +1 -29
  11. package/dist-cjs/commands/CreateAssessmentReportCommand.js +1 -29
  12. package/dist-cjs/commands/CreateControlCommand.js +1 -29
  13. package/dist-cjs/commands/DeleteAssessmentCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteAssessmentFrameworkCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteAssessmentFrameworkShareCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteAssessmentReportCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteControlCommand.js +1 -28
  18. package/dist-cjs/commands/DeregisterAccountCommand.js +1 -28
  19. package/dist-cjs/commands/DeregisterOrganizationAdminAccountCommand.js +1 -28
  20. package/dist-cjs/commands/DisassociateAssessmentReportEvidenceFolderCommand.js +1 -28
  21. package/dist-cjs/commands/GetAccountStatusCommand.js +1 -28
  22. package/dist-cjs/commands/GetAssessmentCommand.js +1 -29
  23. package/dist-cjs/commands/GetAssessmentFrameworkCommand.js +1 -29
  24. package/dist-cjs/commands/GetAssessmentReportUrlCommand.js +1 -28
  25. package/dist-cjs/commands/GetChangeLogsCommand.js +1 -28
  26. package/dist-cjs/commands/GetControlCommand.js +1 -29
  27. package/dist-cjs/commands/GetDelegationsCommand.js +1 -29
  28. package/dist-cjs/commands/GetEvidenceByEvidenceFolderCommand.js +1 -28
  29. package/dist-cjs/commands/GetEvidenceCommand.js +1 -28
  30. package/dist-cjs/commands/GetEvidenceFileUploadUrlCommand.js +1 -29
  31. package/dist-cjs/commands/GetEvidenceFolderCommand.js +1 -28
  32. package/dist-cjs/commands/GetEvidenceFoldersByAssessmentCommand.js +1 -28
  33. package/dist-cjs/commands/GetEvidenceFoldersByAssessmentControlCommand.js +1 -28
  34. package/dist-cjs/commands/GetInsightsByAssessmentCommand.js +1 -28
  35. package/dist-cjs/commands/GetInsightsCommand.js +1 -28
  36. package/dist-cjs/commands/GetOrganizationAdminAccountCommand.js +1 -28
  37. package/dist-cjs/commands/GetServicesInScopeCommand.js +1 -28
  38. package/dist-cjs/commands/GetSettingsCommand.js +1 -29
  39. package/dist-cjs/commands/ListAssessmentControlInsightsByControlDomainCommand.js +1 -28
  40. package/dist-cjs/commands/ListAssessmentFrameworkShareRequestsCommand.js +1 -29
  41. package/dist-cjs/commands/ListAssessmentFrameworksCommand.js +1 -29
  42. package/dist-cjs/commands/ListAssessmentReportsCommand.js +1 -29
  43. package/dist-cjs/commands/ListAssessmentsCommand.js +1 -29
  44. package/dist-cjs/commands/ListControlDomainInsightsByAssessmentCommand.js +1 -28
  45. package/dist-cjs/commands/ListControlDomainInsightsCommand.js +1 -28
  46. package/dist-cjs/commands/ListControlInsightsByControlDomainCommand.js +1 -28
  47. package/dist-cjs/commands/ListControlsCommand.js +1 -28
  48. package/dist-cjs/commands/ListKeywordsForDataSourceCommand.js +1 -28
  49. package/dist-cjs/commands/ListNotificationsCommand.js +1 -29
  50. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  51. package/dist-cjs/commands/RegisterAccountCommand.js +1 -28
  52. package/dist-cjs/commands/RegisterOrganizationAdminAccountCommand.js +1 -28
  53. package/dist-cjs/commands/StartAssessmentFrameworkShareCommand.js +1 -29
  54. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  55. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  56. package/dist-cjs/commands/UpdateAssessmentCommand.js +1 -29
  57. package/dist-cjs/commands/UpdateAssessmentControlCommand.js +1 -29
  58. package/dist-cjs/commands/UpdateAssessmentControlSetStatusCommand.js +1 -29
  59. package/dist-cjs/commands/UpdateAssessmentFrameworkCommand.js +1 -29
  60. package/dist-cjs/commands/UpdateAssessmentFrameworkShareCommand.js +1 -29
  61. package/dist-cjs/commands/UpdateAssessmentStatusCommand.js +1 -29
  62. package/dist-cjs/commands/UpdateControlCommand.js +1 -29
  63. package/dist-cjs/commands/UpdateSettingsCommand.js +1 -29
  64. package/dist-cjs/commands/ValidateAssessmentReportIntegrityCommand.js +1 -28
  65. package/dist-cjs/commands/index.js +1 -65
  66. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  67. package/dist-cjs/extensionConfiguration.js +1 -2
  68. package/dist-cjs/index.js +6305 -11
  69. package/dist-cjs/models/AuditManagerServiceException.js +1 -12
  70. package/dist-cjs/models/index.js +1 -4
  71. package/dist-cjs/models/models_0.js +1 -639
  72. package/dist-cjs/pagination/GetChangeLogsPaginator.js +1 -7
  73. package/dist-cjs/pagination/GetDelegationsPaginator.js +1 -7
  74. package/dist-cjs/pagination/GetEvidenceByEvidenceFolderPaginator.js +1 -7
  75. package/dist-cjs/pagination/GetEvidenceFoldersByAssessmentControlPaginator.js +1 -7
  76. package/dist-cjs/pagination/GetEvidenceFoldersByAssessmentPaginator.js +1 -7
  77. package/dist-cjs/pagination/Interfaces.js +1 -2
  78. package/dist-cjs/pagination/ListAssessmentControlInsightsByControlDomainPaginator.js +1 -7
  79. package/dist-cjs/pagination/ListAssessmentFrameworkShareRequestsPaginator.js +1 -7
  80. package/dist-cjs/pagination/ListAssessmentFrameworksPaginator.js +1 -7
  81. package/dist-cjs/pagination/ListAssessmentReportsPaginator.js +1 -7
  82. package/dist-cjs/pagination/ListAssessmentsPaginator.js +1 -7
  83. package/dist-cjs/pagination/ListControlDomainInsightsByAssessmentPaginator.js +1 -7
  84. package/dist-cjs/pagination/ListControlDomainInsightsPaginator.js +1 -7
  85. package/dist-cjs/pagination/ListControlInsightsByControlDomainPaginator.js +1 -7
  86. package/dist-cjs/pagination/ListControlsPaginator.js +1 -7
  87. package/dist-cjs/pagination/ListKeywordsForDataSourcePaginator.js +1 -7
  88. package/dist-cjs/pagination/ListNotificationsPaginator.js +1 -7
  89. package/dist-cjs/pagination/index.js +1 -20
  90. package/dist-cjs/protocols/Aws_restJson1.js +1 -4129
  91. package/dist-cjs/runtimeExtensions.js +1 -22
  92. package/package.json +40 -40
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSettingsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class GetSettingsCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("BedrockAssessmentManagerLambda", "GetSettings", {})
23
- .n("AuditManagerClient", "GetSettingsCommand")
24
- .f(void 0, models_0_1.GetSettingsResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_GetSettingsCommand)
26
- .de(Aws_restJson1_1.de_GetSettingsCommand)
27
- .build() {
28
- }
29
- exports.GetSettingsCommand = GetSettingsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAssessmentControlInsightsByControlDomainCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListAssessmentControlInsightsByControlDomainCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("BedrockAssessmentManagerLambda", "ListAssessmentControlInsightsByControlDomain", {})
22
- .n("AuditManagerClient", "ListAssessmentControlInsightsByControlDomainCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListAssessmentControlInsightsByControlDomainCommand)
25
- .de(Aws_restJson1_1.de_ListAssessmentControlInsightsByControlDomainCommand)
26
- .build() {
27
- }
28
- exports.ListAssessmentControlInsightsByControlDomainCommand = ListAssessmentControlInsightsByControlDomainCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAssessmentFrameworkShareRequestsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class ListAssessmentFrameworkShareRequestsCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("BedrockAssessmentManagerLambda", "ListAssessmentFrameworkShareRequests", {})
23
- .n("AuditManagerClient", "ListAssessmentFrameworkShareRequestsCommand")
24
- .f(void 0, models_0_1.ListAssessmentFrameworkShareRequestsResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_ListAssessmentFrameworkShareRequestsCommand)
26
- .de(Aws_restJson1_1.de_ListAssessmentFrameworkShareRequestsCommand)
27
- .build() {
28
- }
29
- exports.ListAssessmentFrameworkShareRequestsCommand = ListAssessmentFrameworkShareRequestsCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAssessmentFrameworksCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class ListAssessmentFrameworksCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("BedrockAssessmentManagerLambda", "ListAssessmentFrameworks", {})
23
- .n("AuditManagerClient", "ListAssessmentFrameworksCommand")
24
- .f(void 0, models_0_1.ListAssessmentFrameworksResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_ListAssessmentFrameworksCommand)
26
- .de(Aws_restJson1_1.de_ListAssessmentFrameworksCommand)
27
- .build() {
28
- }
29
- exports.ListAssessmentFrameworksCommand = ListAssessmentFrameworksCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAssessmentReportsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class ListAssessmentReportsCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("BedrockAssessmentManagerLambda", "ListAssessmentReports", {})
23
- .n("AuditManagerClient", "ListAssessmentReportsCommand")
24
- .f(void 0, models_0_1.ListAssessmentReportsResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_ListAssessmentReportsCommand)
26
- .de(Aws_restJson1_1.de_ListAssessmentReportsCommand)
27
- .build() {
28
- }
29
- exports.ListAssessmentReportsCommand = ListAssessmentReportsCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAssessmentsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class ListAssessmentsCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("BedrockAssessmentManagerLambda", "ListAssessments", {})
23
- .n("AuditManagerClient", "ListAssessmentsCommand")
24
- .f(void 0, models_0_1.ListAssessmentsResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_ListAssessmentsCommand)
26
- .de(Aws_restJson1_1.de_ListAssessmentsCommand)
27
- .build() {
28
- }
29
- exports.ListAssessmentsCommand = ListAssessmentsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListControlDomainInsightsByAssessmentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListControlDomainInsightsByAssessmentCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("BedrockAssessmentManagerLambda", "ListControlDomainInsightsByAssessment", {})
22
- .n("AuditManagerClient", "ListControlDomainInsightsByAssessmentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListControlDomainInsightsByAssessmentCommand)
25
- .de(Aws_restJson1_1.de_ListControlDomainInsightsByAssessmentCommand)
26
- .build() {
27
- }
28
- exports.ListControlDomainInsightsByAssessmentCommand = ListControlDomainInsightsByAssessmentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListControlDomainInsightsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListControlDomainInsightsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("BedrockAssessmentManagerLambda", "ListControlDomainInsights", {})
22
- .n("AuditManagerClient", "ListControlDomainInsightsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListControlDomainInsightsCommand)
25
- .de(Aws_restJson1_1.de_ListControlDomainInsightsCommand)
26
- .build() {
27
- }
28
- exports.ListControlDomainInsightsCommand = ListControlDomainInsightsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListControlInsightsByControlDomainCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListControlInsightsByControlDomainCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("BedrockAssessmentManagerLambda", "ListControlInsightsByControlDomain", {})
22
- .n("AuditManagerClient", "ListControlInsightsByControlDomainCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListControlInsightsByControlDomainCommand)
25
- .de(Aws_restJson1_1.de_ListControlInsightsByControlDomainCommand)
26
- .build() {
27
- }
28
- exports.ListControlInsightsByControlDomainCommand = ListControlInsightsByControlDomainCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListControlsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListControlsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("BedrockAssessmentManagerLambda", "ListControls", {})
22
- .n("AuditManagerClient", "ListControlsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListControlsCommand)
25
- .de(Aws_restJson1_1.de_ListControlsCommand)
26
- .build() {
27
- }
28
- exports.ListControlsCommand = ListControlsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListKeywordsForDataSourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListKeywordsForDataSourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("BedrockAssessmentManagerLambda", "ListKeywordsForDataSource", {})
22
- .n("AuditManagerClient", "ListKeywordsForDataSourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListKeywordsForDataSourceCommand)
25
- .de(Aws_restJson1_1.de_ListKeywordsForDataSourceCommand)
26
- .build() {
27
- }
28
- exports.ListKeywordsForDataSourceCommand = ListKeywordsForDataSourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListNotificationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class ListNotificationsCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("BedrockAssessmentManagerLambda", "ListNotifications", {})
23
- .n("AuditManagerClient", "ListNotificationsCommand")
24
- .f(void 0, models_0_1.ListNotificationsResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_ListNotificationsCommand)
26
- .de(Aws_restJson1_1.de_ListNotificationsCommand)
27
- .build() {
28
- }
29
- exports.ListNotificationsCommand = ListNotificationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ListTagsForResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("BedrockAssessmentManagerLambda", "ListTagsForResource", {})
22
- .n("AuditManagerClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RegisterAccountCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class RegisterAccountCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("BedrockAssessmentManagerLambda", "RegisterAccount", {})
22
- .n("AuditManagerClient", "RegisterAccountCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_RegisterAccountCommand)
25
- .de(Aws_restJson1_1.de_RegisterAccountCommand)
26
- .build() {
27
- }
28
- exports.RegisterAccountCommand = RegisterAccountCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RegisterOrganizationAdminAccountCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class RegisterOrganizationAdminAccountCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("BedrockAssessmentManagerLambda", "RegisterOrganizationAdminAccount", {})
22
- .n("AuditManagerClient", "RegisterOrganizationAdminAccountCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_RegisterOrganizationAdminAccountCommand)
25
- .de(Aws_restJson1_1.de_RegisterOrganizationAdminAccountCommand)
26
- .build() {
27
- }
28
- exports.RegisterOrganizationAdminAccountCommand = RegisterOrganizationAdminAccountCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartAssessmentFrameworkShareCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class StartAssessmentFrameworkShareCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("BedrockAssessmentManagerLambda", "StartAssessmentFrameworkShare", {})
23
- .n("AuditManagerClient", "StartAssessmentFrameworkShareCommand")
24
- .f(void 0, models_0_1.StartAssessmentFrameworkShareResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_StartAssessmentFrameworkShareCommand)
26
- .de(Aws_restJson1_1.de_StartAssessmentFrameworkShareCommand)
27
- .build() {
28
- }
29
- exports.StartAssessmentFrameworkShareCommand = StartAssessmentFrameworkShareCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class TagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("BedrockAssessmentManagerLambda", "TagResource", {})
22
- .n("AuditManagerClient", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_TagResourceCommand)
25
- .de(Aws_restJson1_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UntagResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class UntagResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("BedrockAssessmentManagerLambda", "UntagResource", {})
22
- .n("AuditManagerClient", "UntagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_UntagResourceCommand)
25
- .de(Aws_restJson1_1.de_UntagResourceCommand)
26
- .build() {
27
- }
28
- exports.UntagResourceCommand = UntagResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateAssessmentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class UpdateAssessmentCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("BedrockAssessmentManagerLambda", "UpdateAssessment", {})
23
- .n("AuditManagerClient", "UpdateAssessmentCommand")
24
- .f(models_0_1.UpdateAssessmentRequestFilterSensitiveLog, models_0_1.UpdateAssessmentResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_UpdateAssessmentCommand)
26
- .de(Aws_restJson1_1.de_UpdateAssessmentCommand)
27
- .build() {
28
- }
29
- exports.UpdateAssessmentCommand = UpdateAssessmentCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateAssessmentControlCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class UpdateAssessmentControlCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("BedrockAssessmentManagerLambda", "UpdateAssessmentControl", {})
23
- .n("AuditManagerClient", "UpdateAssessmentControlCommand")
24
- .f(models_0_1.UpdateAssessmentControlRequestFilterSensitiveLog, models_0_1.UpdateAssessmentControlResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_UpdateAssessmentControlCommand)
26
- .de(Aws_restJson1_1.de_UpdateAssessmentControlCommand)
27
- .build() {
28
- }
29
- exports.UpdateAssessmentControlCommand = UpdateAssessmentControlCommand;
1
+ module.exports = require("../index.js");