@aws-sdk/client-auditmanager 3.398.0 → 3.405.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 (61) hide show
  1. package/dist-cjs/commands/BatchCreateDelegationByAssessmentCommand.js +3 -2
  2. package/dist-cjs/commands/BatchDeleteDelegationByAssessmentCommand.js +2 -1
  3. package/dist-cjs/commands/BatchImportEvidenceToAssessmentControlCommand.js +3 -2
  4. package/dist-cjs/commands/CreateAssessmentCommand.js +3 -2
  5. package/dist-cjs/commands/CreateAssessmentFrameworkCommand.js +3 -2
  6. package/dist-cjs/commands/CreateAssessmentReportCommand.js +3 -2
  7. package/dist-cjs/commands/CreateControlCommand.js +3 -2
  8. package/dist-cjs/commands/GetAssessmentCommand.js +2 -1
  9. package/dist-cjs/commands/GetAssessmentFrameworkCommand.js +2 -1
  10. package/dist-cjs/commands/GetControlCommand.js +2 -1
  11. package/dist-cjs/commands/GetDelegationsCommand.js +2 -1
  12. package/dist-cjs/commands/GetEvidenceFileUploadUrlCommand.js +3 -2
  13. package/dist-cjs/commands/GetSettingsCommand.js +2 -1
  14. package/dist-cjs/commands/ListAssessmentFrameworkShareRequestsCommand.js +2 -1
  15. package/dist-cjs/commands/ListAssessmentFrameworksCommand.js +2 -1
  16. package/dist-cjs/commands/ListAssessmentReportsCommand.js +2 -1
  17. package/dist-cjs/commands/ListAssessmentsCommand.js +2 -1
  18. package/dist-cjs/commands/ListNotificationsCommand.js +2 -1
  19. package/dist-cjs/commands/StartAssessmentFrameworkShareCommand.js +2 -1
  20. package/dist-cjs/commands/UpdateAssessmentCommand.js +3 -2
  21. package/dist-cjs/commands/UpdateAssessmentControlCommand.js +3 -2
  22. package/dist-cjs/commands/UpdateAssessmentControlSetStatusCommand.js +3 -2
  23. package/dist-cjs/commands/UpdateAssessmentFrameworkCommand.js +3 -2
  24. package/dist-cjs/commands/UpdateAssessmentFrameworkShareCommand.js +2 -1
  25. package/dist-cjs/commands/UpdateAssessmentStatusCommand.js +2 -1
  26. package/dist-cjs/commands/UpdateControlCommand.js +3 -2
  27. package/dist-cjs/commands/UpdateSettingsCommand.js +3 -2
  28. package/dist-cjs/endpoint/ruleset.js +1 -1
  29. package/dist-cjs/models/models_0.js +413 -1
  30. package/dist-es/commands/BatchCreateDelegationByAssessmentCommand.js +3 -2
  31. package/dist-es/commands/BatchDeleteDelegationByAssessmentCommand.js +2 -1
  32. package/dist-es/commands/BatchImportEvidenceToAssessmentControlCommand.js +3 -2
  33. package/dist-es/commands/CreateAssessmentCommand.js +3 -2
  34. package/dist-es/commands/CreateAssessmentFrameworkCommand.js +3 -2
  35. package/dist-es/commands/CreateAssessmentReportCommand.js +3 -2
  36. package/dist-es/commands/CreateControlCommand.js +3 -2
  37. package/dist-es/commands/GetAssessmentCommand.js +2 -1
  38. package/dist-es/commands/GetAssessmentFrameworkCommand.js +2 -1
  39. package/dist-es/commands/GetControlCommand.js +2 -1
  40. package/dist-es/commands/GetDelegationsCommand.js +2 -1
  41. package/dist-es/commands/GetEvidenceFileUploadUrlCommand.js +3 -2
  42. package/dist-es/commands/GetSettingsCommand.js +2 -1
  43. package/dist-es/commands/ListAssessmentFrameworkShareRequestsCommand.js +2 -1
  44. package/dist-es/commands/ListAssessmentFrameworksCommand.js +2 -1
  45. package/dist-es/commands/ListAssessmentReportsCommand.js +2 -1
  46. package/dist-es/commands/ListAssessmentsCommand.js +2 -1
  47. package/dist-es/commands/ListNotificationsCommand.js +2 -1
  48. package/dist-es/commands/StartAssessmentFrameworkShareCommand.js +2 -1
  49. package/dist-es/commands/UpdateAssessmentCommand.js +3 -2
  50. package/dist-es/commands/UpdateAssessmentControlCommand.js +3 -2
  51. package/dist-es/commands/UpdateAssessmentControlSetStatusCommand.js +3 -2
  52. package/dist-es/commands/UpdateAssessmentFrameworkCommand.js +3 -2
  53. package/dist-es/commands/UpdateAssessmentFrameworkShareCommand.js +2 -1
  54. package/dist-es/commands/UpdateAssessmentStatusCommand.js +2 -1
  55. package/dist-es/commands/UpdateControlCommand.js +3 -2
  56. package/dist-es/commands/UpdateSettingsCommand.js +3 -2
  57. package/dist-es/endpoint/ruleset.js +1 -1
  58. package/dist-es/models/models_0.js +343 -0
  59. package/dist-types/models/models_0.d.ts +272 -0
  60. package/dist-types/ts3.4/models/models_0.d.ts +186 -0
  61. package/package.json +7 -7
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class BatchCreateDelegationByAssessmentCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -30,8 +31,8 @@ class BatchCreateDelegationByAssessmentCommand extends smithy_client_1.Command {
30
31
  logger,
31
32
  clientName,
32
33
  commandName,
33
- inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
34
+ inputFilterSensitiveLog: models_0_1.BatchCreateDelegationByAssessmentRequestFilterSensitiveLog,
35
+ outputFilterSensitiveLog: models_0_1.BatchCreateDelegationByAssessmentResponseFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class BatchDeleteDelegationByAssessmentCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,7 +32,7 @@ class BatchDeleteDelegationByAssessmentCommand extends smithy_client_1.Command {
31
32
  clientName,
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: models_0_1.BatchDeleteDelegationByAssessmentResponseFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class BatchImportEvidenceToAssessmentControlCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -30,8 +31,8 @@ class BatchImportEvidenceToAssessmentControlCommand extends smithy_client_1.Comm
30
31
  logger,
31
32
  clientName,
32
33
  commandName,
33
- inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
34
+ inputFilterSensitiveLog: models_0_1.BatchImportEvidenceToAssessmentControlRequestFilterSensitiveLog,
35
+ outputFilterSensitiveLog: models_0_1.BatchImportEvidenceToAssessmentControlResponseFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateAssessmentCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -30,8 +31,8 @@ class CreateAssessmentCommand extends smithy_client_1.Command {
30
31
  logger,
31
32
  clientName,
32
33
  commandName,
33
- inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
34
+ inputFilterSensitiveLog: models_0_1.CreateAssessmentRequestFilterSensitiveLog,
35
+ outputFilterSensitiveLog: models_0_1.CreateAssessmentResponseFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateAssessmentFrameworkCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -30,8 +31,8 @@ class CreateAssessmentFrameworkCommand extends smithy_client_1.Command {
30
31
  logger,
31
32
  clientName,
32
33
  commandName,
33
- inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
34
+ inputFilterSensitiveLog: models_0_1.CreateAssessmentFrameworkRequestFilterSensitiveLog,
35
+ outputFilterSensitiveLog: models_0_1.CreateAssessmentFrameworkResponseFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateAssessmentReportCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -30,8 +31,8 @@ class CreateAssessmentReportCommand extends smithy_client_1.Command {
30
31
  logger,
31
32
  clientName,
32
33
  commandName,
33
- inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
34
+ inputFilterSensitiveLog: models_0_1.CreateAssessmentReportRequestFilterSensitiveLog,
35
+ outputFilterSensitiveLog: models_0_1.CreateAssessmentReportResponseFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class CreateControlCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -30,8 +31,8 @@ class CreateControlCommand extends smithy_client_1.Command {
30
31
  logger,
31
32
  clientName,
32
33
  commandName,
33
- inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
34
+ inputFilterSensitiveLog: models_0_1.CreateControlRequestFilterSensitiveLog,
35
+ outputFilterSensitiveLog: models_0_1.CreateControlResponseFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetAssessmentCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,7 +32,7 @@ class GetAssessmentCommand extends smithy_client_1.Command {
31
32
  clientName,
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: models_0_1.GetAssessmentResponseFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetAssessmentFrameworkCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,7 +32,7 @@ class GetAssessmentFrameworkCommand extends smithy_client_1.Command {
31
32
  clientName,
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: models_0_1.GetAssessmentFrameworkResponseFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetControlCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,7 +32,7 @@ class GetControlCommand extends smithy_client_1.Command {
31
32
  clientName,
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: models_0_1.GetControlResponseFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetDelegationsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,7 +32,7 @@ class GetDelegationsCommand extends smithy_client_1.Command {
31
32
  clientName,
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: models_0_1.GetDelegationsResponseFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetEvidenceFileUploadUrlCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -30,8 +31,8 @@ class GetEvidenceFileUploadUrlCommand extends smithy_client_1.Command {
30
31
  logger,
31
32
  clientName,
32
33
  commandName,
33
- inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
34
+ inputFilterSensitiveLog: models_0_1.GetEvidenceFileUploadUrlRequestFilterSensitiveLog,
35
+ outputFilterSensitiveLog: models_0_1.GetEvidenceFileUploadUrlResponseFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetSettingsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,7 +32,7 @@ class GetSettingsCommand extends smithy_client_1.Command {
31
32
  clientName,
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: models_0_1.GetSettingsResponseFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListAssessmentFrameworkShareRequestsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,7 +32,7 @@ class ListAssessmentFrameworkShareRequestsCommand extends smithy_client_1.Comman
31
32
  clientName,
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: models_0_1.ListAssessmentFrameworkShareRequestsResponseFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListAssessmentFrameworksCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,7 +32,7 @@ class ListAssessmentFrameworksCommand extends smithy_client_1.Command {
31
32
  clientName,
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: models_0_1.ListAssessmentFrameworksResponseFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListAssessmentReportsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,7 +32,7 @@ class ListAssessmentReportsCommand extends smithy_client_1.Command {
31
32
  clientName,
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: models_0_1.ListAssessmentReportsResponseFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListAssessmentsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,7 +32,7 @@ class ListAssessmentsCommand extends smithy_client_1.Command {
31
32
  clientName,
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: models_0_1.ListAssessmentsResponseFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class ListNotificationsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,7 +32,7 @@ class ListNotificationsCommand extends smithy_client_1.Command {
31
32
  clientName,
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: models_0_1.ListNotificationsResponseFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class StartAssessmentFrameworkShareCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,7 +32,7 @@ class StartAssessmentFrameworkShareCommand extends smithy_client_1.Command {
31
32
  clientName,
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: models_0_1.StartAssessmentFrameworkShareResponseFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class UpdateAssessmentCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -30,8 +31,8 @@ class UpdateAssessmentCommand extends smithy_client_1.Command {
30
31
  logger,
31
32
  clientName,
32
33
  commandName,
33
- inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
34
+ inputFilterSensitiveLog: models_0_1.UpdateAssessmentRequestFilterSensitiveLog,
35
+ outputFilterSensitiveLog: models_0_1.UpdateAssessmentResponseFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class UpdateAssessmentControlCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -30,8 +31,8 @@ class UpdateAssessmentControlCommand extends smithy_client_1.Command {
30
31
  logger,
31
32
  clientName,
32
33
  commandName,
33
- inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
34
+ inputFilterSensitiveLog: models_0_1.UpdateAssessmentControlRequestFilterSensitiveLog,
35
+ outputFilterSensitiveLog: models_0_1.UpdateAssessmentControlResponseFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class UpdateAssessmentControlSetStatusCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -30,8 +31,8 @@ class UpdateAssessmentControlSetStatusCommand extends smithy_client_1.Command {
30
31
  logger,
31
32
  clientName,
32
33
  commandName,
33
- inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
34
+ inputFilterSensitiveLog: models_0_1.UpdateAssessmentControlSetStatusRequestFilterSensitiveLog,
35
+ outputFilterSensitiveLog: models_0_1.UpdateAssessmentControlSetStatusResponseFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class UpdateAssessmentFrameworkCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -30,8 +31,8 @@ class UpdateAssessmentFrameworkCommand extends smithy_client_1.Command {
30
31
  logger,
31
32
  clientName,
32
33
  commandName,
33
- inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
34
+ inputFilterSensitiveLog: models_0_1.UpdateAssessmentFrameworkRequestFilterSensitiveLog,
35
+ outputFilterSensitiveLog: models_0_1.UpdateAssessmentFrameworkResponseFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class UpdateAssessmentFrameworkShareCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,7 +32,7 @@ class UpdateAssessmentFrameworkShareCommand extends smithy_client_1.Command {
31
32
  clientName,
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: models_0_1.UpdateAssessmentFrameworkShareResponseFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class UpdateAssessmentStatusCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -31,7 +32,7 @@ class UpdateAssessmentStatusCommand extends smithy_client_1.Command {
31
32
  clientName,
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
35
+ outputFilterSensitiveLog: models_0_1.UpdateAssessmentStatusResponseFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class UpdateControlCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -30,8 +31,8 @@ class UpdateControlCommand extends smithy_client_1.Command {
30
31
  logger,
31
32
  clientName,
32
33
  commandName,
33
- inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
34
+ inputFilterSensitiveLog: models_0_1.UpdateControlRequestFilterSensitiveLog,
35
+ outputFilterSensitiveLog: models_0_1.UpdateControlResponseFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const models_0_1 = require("../models/models_0");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class UpdateSettingsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -30,8 +31,8 @@ class UpdateSettingsCommand extends smithy_client_1.Command {
30
31
  logger,
31
32
  clientName,
32
33
  commandName,
33
- inputFilterSensitiveLog: (_) => _,
34
- outputFilterSensitiveLog: (_) => _,
34
+ inputFilterSensitiveLog: models_0_1.UpdateSettingsRequestFilterSensitiveLog,
35
+ outputFilterSensitiveLog: models_0_1.UpdateSettingsResponseFilterSensitiveLog,
35
36
  };
36
37
  const { requestHandler } = configuration;
37
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -3,5 +3,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
4
  const q = "required", r = "fn", s = "argv", t = "ref";
5
5
  const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
6
- const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://auditmanager-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://auditmanager-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://auditmanager.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://auditmanager.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
6
+ const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }, { conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ endpoint: { url: "https://auditmanager-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ endpoint: { url: "https://auditmanager-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ endpoint: { url: "https://auditmanager.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { endpoint: { url: "https://auditmanager.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] };
7
7
  exports.ruleSet = _data;