@aws-sdk/client-auditmanager 3.490.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.UpdateAssessmentControlSetStatusCommand = 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 UpdateAssessmentControlSetStatusCommand 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", "UpdateAssessmentControlSetStatus", {})
23
- .n("AuditManagerClient", "UpdateAssessmentControlSetStatusCommand")
24
- .f(models_0_1.UpdateAssessmentControlSetStatusRequestFilterSensitiveLog, models_0_1.UpdateAssessmentControlSetStatusResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_UpdateAssessmentControlSetStatusCommand)
26
- .de(Aws_restJson1_1.de_UpdateAssessmentControlSetStatusCommand)
27
- .build() {
28
- }
29
- exports.UpdateAssessmentControlSetStatusCommand = UpdateAssessmentControlSetStatusCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateAssessmentFrameworkCommand = 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 UpdateAssessmentFrameworkCommand 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", "UpdateAssessmentFramework", {})
23
- .n("AuditManagerClient", "UpdateAssessmentFrameworkCommand")
24
- .f(models_0_1.UpdateAssessmentFrameworkRequestFilterSensitiveLog, models_0_1.UpdateAssessmentFrameworkResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_UpdateAssessmentFrameworkCommand)
26
- .de(Aws_restJson1_1.de_UpdateAssessmentFrameworkCommand)
27
- .build() {
28
- }
29
- exports.UpdateAssessmentFrameworkCommand = UpdateAssessmentFrameworkCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateAssessmentFrameworkShareCommand = 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 UpdateAssessmentFrameworkShareCommand 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", "UpdateAssessmentFrameworkShare", {})
23
- .n("AuditManagerClient", "UpdateAssessmentFrameworkShareCommand")
24
- .f(void 0, models_0_1.UpdateAssessmentFrameworkShareResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_UpdateAssessmentFrameworkShareCommand)
26
- .de(Aws_restJson1_1.de_UpdateAssessmentFrameworkShareCommand)
27
- .build() {
28
- }
29
- exports.UpdateAssessmentFrameworkShareCommand = UpdateAssessmentFrameworkShareCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateAssessmentStatusCommand = 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 UpdateAssessmentStatusCommand 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", "UpdateAssessmentStatus", {})
23
- .n("AuditManagerClient", "UpdateAssessmentStatusCommand")
24
- .f(void 0, models_0_1.UpdateAssessmentStatusResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_UpdateAssessmentStatusCommand)
26
- .de(Aws_restJson1_1.de_UpdateAssessmentStatusCommand)
27
- .build() {
28
- }
29
- exports.UpdateAssessmentStatusCommand = UpdateAssessmentStatusCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateControlCommand = 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 UpdateControlCommand 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", "UpdateControl", {})
23
- .n("AuditManagerClient", "UpdateControlCommand")
24
- .f(models_0_1.UpdateControlRequestFilterSensitiveLog, models_0_1.UpdateControlResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_UpdateControlCommand)
26
- .de(Aws_restJson1_1.de_UpdateControlCommand)
27
- .build() {
28
- }
29
- exports.UpdateControlCommand = UpdateControlCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateSettingsCommand = 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 UpdateSettingsCommand 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", "UpdateSettings", {})
23
- .n("AuditManagerClient", "UpdateSettingsCommand")
24
- .f(models_0_1.UpdateSettingsRequestFilterSensitiveLog, models_0_1.UpdateSettingsResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_UpdateSettingsCommand)
26
- .de(Aws_restJson1_1.de_UpdateSettingsCommand)
27
- .build() {
28
- }
29
- exports.UpdateSettingsCommand = UpdateSettingsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ValidateAssessmentReportIntegrityCommand = 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 ValidateAssessmentReportIntegrityCommand 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", "ValidateAssessmentReportIntegrity", {})
22
- .n("AuditManagerClient", "ValidateAssessmentReportIntegrityCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ValidateAssessmentReportIntegrityCommand)
25
- .de(Aws_restJson1_1.de_ValidateAssessmentReportIntegrityCommand)
26
- .build() {
27
- }
28
- exports.ValidateAssessmentReportIntegrityCommand = ValidateAssessmentReportIntegrityCommand;
1
+ module.exports = require("../index.js");
@@ -1,65 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./AssociateAssessmentReportEvidenceFolderCommand"), exports);
5
- tslib_1.__exportStar(require("./BatchAssociateAssessmentReportEvidenceCommand"), exports);
6
- tslib_1.__exportStar(require("./BatchCreateDelegationByAssessmentCommand"), exports);
7
- tslib_1.__exportStar(require("./BatchDeleteDelegationByAssessmentCommand"), exports);
8
- tslib_1.__exportStar(require("./BatchDisassociateAssessmentReportEvidenceCommand"), exports);
9
- tslib_1.__exportStar(require("./BatchImportEvidenceToAssessmentControlCommand"), exports);
10
- tslib_1.__exportStar(require("./CreateAssessmentCommand"), exports);
11
- tslib_1.__exportStar(require("./CreateAssessmentFrameworkCommand"), exports);
12
- tslib_1.__exportStar(require("./CreateAssessmentReportCommand"), exports);
13
- tslib_1.__exportStar(require("./CreateControlCommand"), exports);
14
- tslib_1.__exportStar(require("./DeleteAssessmentCommand"), exports);
15
- tslib_1.__exportStar(require("./DeleteAssessmentFrameworkCommand"), exports);
16
- tslib_1.__exportStar(require("./DeleteAssessmentFrameworkShareCommand"), exports);
17
- tslib_1.__exportStar(require("./DeleteAssessmentReportCommand"), exports);
18
- tslib_1.__exportStar(require("./DeleteControlCommand"), exports);
19
- tslib_1.__exportStar(require("./DeregisterAccountCommand"), exports);
20
- tslib_1.__exportStar(require("./DeregisterOrganizationAdminAccountCommand"), exports);
21
- tslib_1.__exportStar(require("./DisassociateAssessmentReportEvidenceFolderCommand"), exports);
22
- tslib_1.__exportStar(require("./GetAccountStatusCommand"), exports);
23
- tslib_1.__exportStar(require("./GetAssessmentCommand"), exports);
24
- tslib_1.__exportStar(require("./GetAssessmentFrameworkCommand"), exports);
25
- tslib_1.__exportStar(require("./GetAssessmentReportUrlCommand"), exports);
26
- tslib_1.__exportStar(require("./GetChangeLogsCommand"), exports);
27
- tslib_1.__exportStar(require("./GetControlCommand"), exports);
28
- tslib_1.__exportStar(require("./GetDelegationsCommand"), exports);
29
- tslib_1.__exportStar(require("./GetEvidenceByEvidenceFolderCommand"), exports);
30
- tslib_1.__exportStar(require("./GetEvidenceCommand"), exports);
31
- tslib_1.__exportStar(require("./GetEvidenceFileUploadUrlCommand"), exports);
32
- tslib_1.__exportStar(require("./GetEvidenceFolderCommand"), exports);
33
- tslib_1.__exportStar(require("./GetEvidenceFoldersByAssessmentCommand"), exports);
34
- tslib_1.__exportStar(require("./GetEvidenceFoldersByAssessmentControlCommand"), exports);
35
- tslib_1.__exportStar(require("./GetInsightsByAssessmentCommand"), exports);
36
- tslib_1.__exportStar(require("./GetInsightsCommand"), exports);
37
- tslib_1.__exportStar(require("./GetOrganizationAdminAccountCommand"), exports);
38
- tslib_1.__exportStar(require("./GetServicesInScopeCommand"), exports);
39
- tslib_1.__exportStar(require("./GetSettingsCommand"), exports);
40
- tslib_1.__exportStar(require("./ListAssessmentControlInsightsByControlDomainCommand"), exports);
41
- tslib_1.__exportStar(require("./ListAssessmentFrameworkShareRequestsCommand"), exports);
42
- tslib_1.__exportStar(require("./ListAssessmentFrameworksCommand"), exports);
43
- tslib_1.__exportStar(require("./ListAssessmentReportsCommand"), exports);
44
- tslib_1.__exportStar(require("./ListAssessmentsCommand"), exports);
45
- tslib_1.__exportStar(require("./ListControlDomainInsightsByAssessmentCommand"), exports);
46
- tslib_1.__exportStar(require("./ListControlDomainInsightsCommand"), exports);
47
- tslib_1.__exportStar(require("./ListControlInsightsByControlDomainCommand"), exports);
48
- tslib_1.__exportStar(require("./ListControlsCommand"), exports);
49
- tslib_1.__exportStar(require("./ListKeywordsForDataSourceCommand"), exports);
50
- tslib_1.__exportStar(require("./ListNotificationsCommand"), exports);
51
- tslib_1.__exportStar(require("./ListTagsForResourceCommand"), exports);
52
- tslib_1.__exportStar(require("./RegisterAccountCommand"), exports);
53
- tslib_1.__exportStar(require("./RegisterOrganizationAdminAccountCommand"), exports);
54
- tslib_1.__exportStar(require("./StartAssessmentFrameworkShareCommand"), exports);
55
- tslib_1.__exportStar(require("./TagResourceCommand"), exports);
56
- tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
57
- tslib_1.__exportStar(require("./UpdateAssessmentCommand"), exports);
58
- tslib_1.__exportStar(require("./UpdateAssessmentControlCommand"), exports);
59
- tslib_1.__exportStar(require("./UpdateAssessmentControlSetStatusCommand"), exports);
60
- tslib_1.__exportStar(require("./UpdateAssessmentFrameworkCommand"), exports);
61
- tslib_1.__exportStar(require("./UpdateAssessmentFrameworkShareCommand"), exports);
62
- tslib_1.__exportStar(require("./UpdateAssessmentStatusCommand"), exports);
63
- tslib_1.__exportStar(require("./UpdateControlCommand"), exports);
64
- tslib_1.__exportStar(require("./UpdateSettingsCommand"), exports);
65
- tslib_1.__exportStar(require("./ValidateAssessmentReportIntegrityCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "auditmanager",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");