@aws-sdk/client-auditmanager 3.414.0 → 3.421.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 (126) hide show
  1. package/README.md +7 -7
  2. package/dist-cjs/commands/AssociateAssessmentReportEvidenceFolderCommand.js +5 -0
  3. package/dist-cjs/commands/BatchAssociateAssessmentReportEvidenceCommand.js +5 -0
  4. package/dist-cjs/commands/BatchCreateDelegationByAssessmentCommand.js +5 -0
  5. package/dist-cjs/commands/BatchDeleteDelegationByAssessmentCommand.js +5 -0
  6. package/dist-cjs/commands/BatchDisassociateAssessmentReportEvidenceCommand.js +5 -0
  7. package/dist-cjs/commands/BatchImportEvidenceToAssessmentControlCommand.js +5 -0
  8. package/dist-cjs/commands/CreateAssessmentCommand.js +5 -0
  9. package/dist-cjs/commands/CreateAssessmentFrameworkCommand.js +5 -0
  10. package/dist-cjs/commands/CreateAssessmentReportCommand.js +5 -0
  11. package/dist-cjs/commands/CreateControlCommand.js +5 -0
  12. package/dist-cjs/commands/DeleteAssessmentCommand.js +5 -0
  13. package/dist-cjs/commands/DeleteAssessmentFrameworkCommand.js +5 -0
  14. package/dist-cjs/commands/DeleteAssessmentFrameworkShareCommand.js +5 -0
  15. package/dist-cjs/commands/DeleteAssessmentReportCommand.js +5 -0
  16. package/dist-cjs/commands/DeleteControlCommand.js +5 -0
  17. package/dist-cjs/commands/DeregisterAccountCommand.js +5 -0
  18. package/dist-cjs/commands/DeregisterOrganizationAdminAccountCommand.js +5 -0
  19. package/dist-cjs/commands/DisassociateAssessmentReportEvidenceFolderCommand.js +5 -0
  20. package/dist-cjs/commands/GetAccountStatusCommand.js +5 -0
  21. package/dist-cjs/commands/GetAssessmentCommand.js +5 -0
  22. package/dist-cjs/commands/GetAssessmentFrameworkCommand.js +5 -0
  23. package/dist-cjs/commands/GetAssessmentReportUrlCommand.js +5 -0
  24. package/dist-cjs/commands/GetChangeLogsCommand.js +5 -0
  25. package/dist-cjs/commands/GetControlCommand.js +5 -0
  26. package/dist-cjs/commands/GetDelegationsCommand.js +5 -0
  27. package/dist-cjs/commands/GetEvidenceByEvidenceFolderCommand.js +5 -0
  28. package/dist-cjs/commands/GetEvidenceCommand.js +5 -0
  29. package/dist-cjs/commands/GetEvidenceFileUploadUrlCommand.js +5 -0
  30. package/dist-cjs/commands/GetEvidenceFolderCommand.js +5 -0
  31. package/dist-cjs/commands/GetEvidenceFoldersByAssessmentCommand.js +5 -0
  32. package/dist-cjs/commands/GetEvidenceFoldersByAssessmentControlCommand.js +5 -0
  33. package/dist-cjs/commands/GetInsightsByAssessmentCommand.js +5 -0
  34. package/dist-cjs/commands/GetInsightsCommand.js +5 -0
  35. package/dist-cjs/commands/GetOrganizationAdminAccountCommand.js +5 -0
  36. package/dist-cjs/commands/GetServicesInScopeCommand.js +5 -0
  37. package/dist-cjs/commands/GetSettingsCommand.js +5 -0
  38. package/dist-cjs/commands/ListAssessmentControlInsightsByControlDomainCommand.js +5 -0
  39. package/dist-cjs/commands/ListAssessmentFrameworkShareRequestsCommand.js +5 -0
  40. package/dist-cjs/commands/ListAssessmentFrameworksCommand.js +5 -0
  41. package/dist-cjs/commands/ListAssessmentReportsCommand.js +5 -0
  42. package/dist-cjs/commands/ListAssessmentsCommand.js +5 -0
  43. package/dist-cjs/commands/ListControlDomainInsightsByAssessmentCommand.js +5 -0
  44. package/dist-cjs/commands/ListControlDomainInsightsCommand.js +5 -0
  45. package/dist-cjs/commands/ListControlInsightsByControlDomainCommand.js +5 -0
  46. package/dist-cjs/commands/ListControlsCommand.js +5 -0
  47. package/dist-cjs/commands/ListKeywordsForDataSourceCommand.js +5 -0
  48. package/dist-cjs/commands/ListNotificationsCommand.js +5 -0
  49. package/dist-cjs/commands/ListTagsForResourceCommand.js +5 -0
  50. package/dist-cjs/commands/RegisterAccountCommand.js +5 -0
  51. package/dist-cjs/commands/RegisterOrganizationAdminAccountCommand.js +5 -0
  52. package/dist-cjs/commands/StartAssessmentFrameworkShareCommand.js +5 -0
  53. package/dist-cjs/commands/TagResourceCommand.js +5 -0
  54. package/dist-cjs/commands/UntagResourceCommand.js +5 -0
  55. package/dist-cjs/commands/UpdateAssessmentCommand.js +5 -0
  56. package/dist-cjs/commands/UpdateAssessmentControlCommand.js +5 -0
  57. package/dist-cjs/commands/UpdateAssessmentControlSetStatusCommand.js +5 -0
  58. package/dist-cjs/commands/UpdateAssessmentFrameworkCommand.js +5 -0
  59. package/dist-cjs/commands/UpdateAssessmentFrameworkShareCommand.js +5 -0
  60. package/dist-cjs/commands/UpdateAssessmentStatusCommand.js +5 -0
  61. package/dist-cjs/commands/UpdateControlCommand.js +5 -0
  62. package/dist-cjs/commands/UpdateSettingsCommand.js +5 -0
  63. package/dist-cjs/commands/ValidateAssessmentReportIntegrityCommand.js +5 -0
  64. package/dist-es/commands/AssociateAssessmentReportEvidenceFolderCommand.js +5 -0
  65. package/dist-es/commands/BatchAssociateAssessmentReportEvidenceCommand.js +5 -0
  66. package/dist-es/commands/BatchCreateDelegationByAssessmentCommand.js +5 -0
  67. package/dist-es/commands/BatchDeleteDelegationByAssessmentCommand.js +5 -0
  68. package/dist-es/commands/BatchDisassociateAssessmentReportEvidenceCommand.js +5 -0
  69. package/dist-es/commands/BatchImportEvidenceToAssessmentControlCommand.js +5 -0
  70. package/dist-es/commands/CreateAssessmentCommand.js +5 -0
  71. package/dist-es/commands/CreateAssessmentFrameworkCommand.js +5 -0
  72. package/dist-es/commands/CreateAssessmentReportCommand.js +5 -0
  73. package/dist-es/commands/CreateControlCommand.js +5 -0
  74. package/dist-es/commands/DeleteAssessmentCommand.js +5 -0
  75. package/dist-es/commands/DeleteAssessmentFrameworkCommand.js +5 -0
  76. package/dist-es/commands/DeleteAssessmentFrameworkShareCommand.js +5 -0
  77. package/dist-es/commands/DeleteAssessmentReportCommand.js +5 -0
  78. package/dist-es/commands/DeleteControlCommand.js +5 -0
  79. package/dist-es/commands/DeregisterAccountCommand.js +5 -0
  80. package/dist-es/commands/DeregisterOrganizationAdminAccountCommand.js +5 -0
  81. package/dist-es/commands/DisassociateAssessmentReportEvidenceFolderCommand.js +5 -0
  82. package/dist-es/commands/GetAccountStatusCommand.js +5 -0
  83. package/dist-es/commands/GetAssessmentCommand.js +5 -0
  84. package/dist-es/commands/GetAssessmentFrameworkCommand.js +5 -0
  85. package/dist-es/commands/GetAssessmentReportUrlCommand.js +5 -0
  86. package/dist-es/commands/GetChangeLogsCommand.js +5 -0
  87. package/dist-es/commands/GetControlCommand.js +5 -0
  88. package/dist-es/commands/GetDelegationsCommand.js +5 -0
  89. package/dist-es/commands/GetEvidenceByEvidenceFolderCommand.js +5 -0
  90. package/dist-es/commands/GetEvidenceCommand.js +5 -0
  91. package/dist-es/commands/GetEvidenceFileUploadUrlCommand.js +5 -0
  92. package/dist-es/commands/GetEvidenceFolderCommand.js +5 -0
  93. package/dist-es/commands/GetEvidenceFoldersByAssessmentCommand.js +5 -0
  94. package/dist-es/commands/GetEvidenceFoldersByAssessmentControlCommand.js +5 -0
  95. package/dist-es/commands/GetInsightsByAssessmentCommand.js +5 -0
  96. package/dist-es/commands/GetInsightsCommand.js +5 -0
  97. package/dist-es/commands/GetOrganizationAdminAccountCommand.js +5 -0
  98. package/dist-es/commands/GetServicesInScopeCommand.js +5 -0
  99. package/dist-es/commands/GetSettingsCommand.js +5 -0
  100. package/dist-es/commands/ListAssessmentControlInsightsByControlDomainCommand.js +5 -0
  101. package/dist-es/commands/ListAssessmentFrameworkShareRequestsCommand.js +5 -0
  102. package/dist-es/commands/ListAssessmentFrameworksCommand.js +5 -0
  103. package/dist-es/commands/ListAssessmentReportsCommand.js +5 -0
  104. package/dist-es/commands/ListAssessmentsCommand.js +5 -0
  105. package/dist-es/commands/ListControlDomainInsightsByAssessmentCommand.js +5 -0
  106. package/dist-es/commands/ListControlDomainInsightsCommand.js +5 -0
  107. package/dist-es/commands/ListControlInsightsByControlDomainCommand.js +5 -0
  108. package/dist-es/commands/ListControlsCommand.js +5 -0
  109. package/dist-es/commands/ListKeywordsForDataSourceCommand.js +5 -0
  110. package/dist-es/commands/ListNotificationsCommand.js +5 -0
  111. package/dist-es/commands/ListTagsForResourceCommand.js +5 -0
  112. package/dist-es/commands/RegisterAccountCommand.js +5 -0
  113. package/dist-es/commands/RegisterOrganizationAdminAccountCommand.js +5 -0
  114. package/dist-es/commands/StartAssessmentFrameworkShareCommand.js +5 -0
  115. package/dist-es/commands/TagResourceCommand.js +5 -0
  116. package/dist-es/commands/UntagResourceCommand.js +5 -0
  117. package/dist-es/commands/UpdateAssessmentCommand.js +5 -0
  118. package/dist-es/commands/UpdateAssessmentControlCommand.js +5 -0
  119. package/dist-es/commands/UpdateAssessmentControlSetStatusCommand.js +5 -0
  120. package/dist-es/commands/UpdateAssessmentFrameworkCommand.js +5 -0
  121. package/dist-es/commands/UpdateAssessmentFrameworkShareCommand.js +5 -0
  122. package/dist-es/commands/UpdateAssessmentStatusCommand.js +5 -0
  123. package/dist-es/commands/UpdateControlCommand.js +5 -0
  124. package/dist-es/commands/UpdateSettingsCommand.js +5 -0
  125. package/dist-es/commands/ValidateAssessmentReportIntegrityCommand.js +5 -0
  126. package/package.json +31 -31
package/README.md CHANGED
@@ -58,16 +58,16 @@ using your favorite package manager:
58
58
 
59
59
  The AWS SDK is modulized by clients and commands.
60
60
  To send a request, you only need to import the `AuditManagerClient` and
61
- the commands you need, for example `AssociateAssessmentReportEvidenceFolderCommand`:
61
+ the commands you need, for example `ListAssessmentsCommand`:
62
62
 
63
63
  ```js
64
64
  // ES5 example
65
- const { AuditManagerClient, AssociateAssessmentReportEvidenceFolderCommand } = require("@aws-sdk/client-auditmanager");
65
+ const { AuditManagerClient, ListAssessmentsCommand } = require("@aws-sdk/client-auditmanager");
66
66
  ```
67
67
 
68
68
  ```ts
69
69
  // ES6+ example
70
- import { AuditManagerClient, AssociateAssessmentReportEvidenceFolderCommand } from "@aws-sdk/client-auditmanager";
70
+ import { AuditManagerClient, ListAssessmentsCommand } from "@aws-sdk/client-auditmanager";
71
71
  ```
72
72
 
73
73
  ### Usage
@@ -86,7 +86,7 @@ const client = new AuditManagerClient({ region: "REGION" });
86
86
  const params = {
87
87
  /** input parameters */
88
88
  };
89
- const command = new AssociateAssessmentReportEvidenceFolderCommand(params);
89
+ const command = new ListAssessmentsCommand(params);
90
90
  ```
91
91
 
92
92
  #### Async/await
@@ -165,7 +165,7 @@ const client = new AWS.AuditManager({ region: "REGION" });
165
165
 
166
166
  // async/await.
167
167
  try {
168
- const data = await client.associateAssessmentReportEvidenceFolder(params);
168
+ const data = await client.listAssessments(params);
169
169
  // process data.
170
170
  } catch (error) {
171
171
  // error handling.
@@ -173,7 +173,7 @@ try {
173
173
 
174
174
  // Promises.
175
175
  client
176
- .associateAssessmentReportEvidenceFolder(params)
176
+ .listAssessments(params)
177
177
  .then((data) => {
178
178
  // process data.
179
179
  })
@@ -182,7 +182,7 @@ client
182
182
  });
183
183
 
184
184
  // callbacks.
185
- client.associateAssessmentReportEvidenceFolder(params, (err, data) => {
185
+ client.listAssessments(params, (err, data) => {
186
186
  // process err and data.
187
187
  });
188
188
  ```
@@ -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 types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class AssociateAssessmentReportEvidenceFolderCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AssociateAssessmentReportEvidenceFolderCommand extends smithy_client_1.Com
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BedrockAssessmentManagerLambda",
38
+ operation: "AssociateAssessmentReportEvidenceFolder",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  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 types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class BatchAssociateAssessmentReportEvidenceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class BatchAssociateAssessmentReportEvidenceCommand extends smithy_client_1.Comm
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BedrockAssessmentManagerLambda",
38
+ operation: "BatchAssociateAssessmentReportEvidence",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  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 types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class BatchCreateDelegationByAssessmentCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class BatchCreateDelegationByAssessmentCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.BatchCreateDelegationByAssessmentRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.BatchCreateDelegationByAssessmentResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "BedrockAssessmentManagerLambda",
39
+ operation: "BatchCreateDelegationByAssessment",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class BatchDeleteDelegationByAssessmentCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class BatchDeleteDelegationByAssessmentCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.BatchDeleteDelegationByAssessmentResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "BedrockAssessmentManagerLambda",
39
+ operation: "BatchDeleteDelegationByAssessment",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class BatchDisassociateAssessmentReportEvidenceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class BatchDisassociateAssessmentReportEvidenceCommand extends smithy_client_1.C
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BedrockAssessmentManagerLambda",
38
+ operation: "BatchDisassociateAssessmentReportEvidence",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  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 types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class BatchImportEvidenceToAssessmentControlCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class BatchImportEvidenceToAssessmentControlCommand extends smithy_client_1.Comm
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.BatchImportEvidenceToAssessmentControlRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.BatchImportEvidenceToAssessmentControlResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "BedrockAssessmentManagerLambda",
39
+ operation: "BatchImportEvidenceToAssessmentControl",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class CreateAssessmentCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateAssessmentCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateAssessmentRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.CreateAssessmentResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "BedrockAssessmentManagerLambda",
39
+ operation: "CreateAssessment",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class CreateAssessmentFrameworkCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateAssessmentFrameworkCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateAssessmentFrameworkRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.CreateAssessmentFrameworkResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "BedrockAssessmentManagerLambda",
39
+ operation: "CreateAssessmentFramework",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class CreateAssessmentReportCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateAssessmentReportCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateAssessmentReportRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.CreateAssessmentReportResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "BedrockAssessmentManagerLambda",
39
+ operation: "CreateAssessmentReport",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class CreateControlCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateControlCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateControlRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.CreateControlResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "BedrockAssessmentManagerLambda",
39
+ operation: "CreateControl",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteAssessmentCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteAssessmentCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BedrockAssessmentManagerLambda",
38
+ operation: "DeleteAssessment",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  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 types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteAssessmentFrameworkCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteAssessmentFrameworkCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BedrockAssessmentManagerLambda",
38
+ operation: "DeleteAssessmentFramework",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  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 types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteAssessmentFrameworkShareCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteAssessmentFrameworkShareCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BedrockAssessmentManagerLambda",
38
+ operation: "DeleteAssessmentFrameworkShare",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  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 types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteAssessmentReportCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteAssessmentReportCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BedrockAssessmentManagerLambda",
38
+ operation: "DeleteAssessmentReport",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  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 types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeleteControlCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteControlCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BedrockAssessmentManagerLambda",
38
+ operation: "DeleteControl",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  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 types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeregisterAccountCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeregisterAccountCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BedrockAssessmentManagerLambda",
38
+ operation: "DeregisterAccount",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  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 types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DeregisterOrganizationAdminAccountCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeregisterOrganizationAdminAccountCommand extends smithy_client_1.Command
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BedrockAssessmentManagerLambda",
38
+ operation: "DeregisterOrganizationAdminAccount",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  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 types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class DisassociateAssessmentReportEvidenceFolderCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DisassociateAssessmentReportEvidenceFolderCommand extends smithy_client_1.
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BedrockAssessmentManagerLambda",
38
+ operation: "DisassociateAssessmentReportEvidenceFolder",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  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 types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetAccountStatusCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetAccountStatusCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BedrockAssessmentManagerLambda",
38
+ operation: "GetAccountStatus",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  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 types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class GetAssessmentCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class GetAssessmentCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.GetAssessmentResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "BedrockAssessmentManagerLambda",
39
+ operation: "GetAssessment",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class GetAssessmentFrameworkCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class GetAssessmentFrameworkCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.GetAssessmentFrameworkResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "BedrockAssessmentManagerLambda",
39
+ operation: "GetAssessmentFramework",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetAssessmentReportUrlCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetAssessmentReportUrlCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BedrockAssessmentManagerLambda",
38
+ operation: "GetAssessmentReportUrl",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  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 types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetChangeLogsCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetChangeLogsCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BedrockAssessmentManagerLambda",
38
+ operation: "GetChangeLogs",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  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 types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class GetControlCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class GetControlCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.GetControlResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "BedrockAssessmentManagerLambda",
39
+ operation: "GetControl",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class GetDelegationsCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class GetDelegationsCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.GetDelegationsResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "BedrockAssessmentManagerLambda",
39
+ operation: "GetDelegations",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetEvidenceByEvidenceFolderCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetEvidenceByEvidenceFolderCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BedrockAssessmentManagerLambda",
38
+ operation: "GetEvidenceByEvidenceFolder",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  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 types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetEvidenceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetEvidenceCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BedrockAssessmentManagerLambda",
38
+ operation: "GetEvidence",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  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 types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
11
  class GetEvidenceFileUploadUrlCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class GetEvidenceFileUploadUrlCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.GetEvidenceFileUploadUrlRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: models_0_1.GetEvidenceFileUploadUrlResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "BedrockAssessmentManagerLambda",
39
+ operation: "GetEvidenceFileUploadUrl",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  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 types_1 = require("@smithy/types");
8
9
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
10
  class GetEvidenceFolderCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class GetEvidenceFolderCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "BedrockAssessmentManagerLambda",
38
+ operation: "GetEvidenceFolder",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);