@aws-sdk/client-auditmanager 3.1077.0 → 3.1079.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 (194) hide show
  1. package/dist-cjs/index.js +192 -745
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateAssessmentReportEvidenceFolderCommand.js +2 -14
  4. package/dist-es/commands/BatchAssociateAssessmentReportEvidenceCommand.js +2 -14
  5. package/dist-es/commands/BatchCreateDelegationByAssessmentCommand.js +2 -14
  6. package/dist-es/commands/BatchDeleteDelegationByAssessmentCommand.js +2 -14
  7. package/dist-es/commands/BatchDisassociateAssessmentReportEvidenceCommand.js +2 -14
  8. package/dist-es/commands/BatchImportEvidenceToAssessmentControlCommand.js +2 -14
  9. package/dist-es/commands/CreateAssessmentCommand.js +2 -14
  10. package/dist-es/commands/CreateAssessmentFrameworkCommand.js +2 -14
  11. package/dist-es/commands/CreateAssessmentReportCommand.js +2 -14
  12. package/dist-es/commands/CreateControlCommand.js +2 -14
  13. package/dist-es/commands/DeleteAssessmentCommand.js +2 -14
  14. package/dist-es/commands/DeleteAssessmentFrameworkCommand.js +2 -14
  15. package/dist-es/commands/DeleteAssessmentFrameworkShareCommand.js +2 -14
  16. package/dist-es/commands/DeleteAssessmentReportCommand.js +2 -14
  17. package/dist-es/commands/DeleteControlCommand.js +2 -14
  18. package/dist-es/commands/DeregisterAccountCommand.js +2 -14
  19. package/dist-es/commands/DeregisterOrganizationAdminAccountCommand.js +2 -14
  20. package/dist-es/commands/DisassociateAssessmentReportEvidenceFolderCommand.js +2 -14
  21. package/dist-es/commands/GetAccountStatusCommand.js +2 -14
  22. package/dist-es/commands/GetAssessmentCommand.js +2 -14
  23. package/dist-es/commands/GetAssessmentFrameworkCommand.js +2 -14
  24. package/dist-es/commands/GetAssessmentReportUrlCommand.js +2 -14
  25. package/dist-es/commands/GetChangeLogsCommand.js +2 -14
  26. package/dist-es/commands/GetControlCommand.js +2 -14
  27. package/dist-es/commands/GetDelegationsCommand.js +2 -14
  28. package/dist-es/commands/GetEvidenceByEvidenceFolderCommand.js +2 -14
  29. package/dist-es/commands/GetEvidenceCommand.js +2 -14
  30. package/dist-es/commands/GetEvidenceFileUploadUrlCommand.js +2 -14
  31. package/dist-es/commands/GetEvidenceFolderCommand.js +2 -14
  32. package/dist-es/commands/GetEvidenceFoldersByAssessmentCommand.js +2 -14
  33. package/dist-es/commands/GetEvidenceFoldersByAssessmentControlCommand.js +2 -14
  34. package/dist-es/commands/GetInsightsByAssessmentCommand.js +2 -14
  35. package/dist-es/commands/GetInsightsCommand.js +2 -14
  36. package/dist-es/commands/GetOrganizationAdminAccountCommand.js +2 -14
  37. package/dist-es/commands/GetServicesInScopeCommand.js +2 -14
  38. package/dist-es/commands/GetSettingsCommand.js +2 -14
  39. package/dist-es/commands/ListAssessmentControlInsightsByControlDomainCommand.js +2 -14
  40. package/dist-es/commands/ListAssessmentFrameworkShareRequestsCommand.js +2 -14
  41. package/dist-es/commands/ListAssessmentFrameworksCommand.js +2 -14
  42. package/dist-es/commands/ListAssessmentReportsCommand.js +2 -14
  43. package/dist-es/commands/ListAssessmentsCommand.js +2 -14
  44. package/dist-es/commands/ListControlDomainInsightsByAssessmentCommand.js +2 -14
  45. package/dist-es/commands/ListControlDomainInsightsCommand.js +2 -14
  46. package/dist-es/commands/ListControlInsightsByControlDomainCommand.js +2 -14
  47. package/dist-es/commands/ListControlsCommand.js +2 -14
  48. package/dist-es/commands/ListKeywordsForDataSourceCommand.js +2 -14
  49. package/dist-es/commands/ListNotificationsCommand.js +2 -14
  50. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  51. package/dist-es/commands/RegisterAccountCommand.js +2 -14
  52. package/dist-es/commands/RegisterOrganizationAdminAccountCommand.js +2 -14
  53. package/dist-es/commands/StartAssessmentFrameworkShareCommand.js +2 -14
  54. package/dist-es/commands/TagResourceCommand.js +2 -14
  55. package/dist-es/commands/UntagResourceCommand.js +2 -14
  56. package/dist-es/commands/UpdateAssessmentCommand.js +2 -14
  57. package/dist-es/commands/UpdateAssessmentControlCommand.js +2 -14
  58. package/dist-es/commands/UpdateAssessmentControlSetStatusCommand.js +2 -14
  59. package/dist-es/commands/UpdateAssessmentFrameworkCommand.js +2 -14
  60. package/dist-es/commands/UpdateAssessmentFrameworkShareCommand.js +2 -14
  61. package/dist-es/commands/UpdateAssessmentStatusCommand.js +2 -14
  62. package/dist-es/commands/UpdateControlCommand.js +2 -14
  63. package/dist-es/commands/UpdateSettingsCommand.js +2 -14
  64. package/dist-es/commands/ValidateAssessmentReportIntegrityCommand.js +2 -14
  65. package/dist-es/index.js +1 -0
  66. package/dist-types/commandBuilder.d.ts +18 -0
  67. package/dist-types/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +3 -8
  68. package/dist-types/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +3 -8
  69. package/dist-types/commands/BatchCreateDelegationByAssessmentCommand.d.ts +3 -8
  70. package/dist-types/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +3 -8
  71. package/dist-types/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +3 -8
  72. package/dist-types/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +3 -8
  73. package/dist-types/commands/CreateAssessmentCommand.d.ts +3 -8
  74. package/dist-types/commands/CreateAssessmentFrameworkCommand.d.ts +3 -8
  75. package/dist-types/commands/CreateAssessmentReportCommand.d.ts +3 -8
  76. package/dist-types/commands/CreateControlCommand.d.ts +3 -8
  77. package/dist-types/commands/DeleteAssessmentCommand.d.ts +3 -8
  78. package/dist-types/commands/DeleteAssessmentFrameworkCommand.d.ts +3 -8
  79. package/dist-types/commands/DeleteAssessmentFrameworkShareCommand.d.ts +3 -8
  80. package/dist-types/commands/DeleteAssessmentReportCommand.d.ts +3 -8
  81. package/dist-types/commands/DeleteControlCommand.d.ts +3 -8
  82. package/dist-types/commands/DeregisterAccountCommand.d.ts +3 -8
  83. package/dist-types/commands/DeregisterOrganizationAdminAccountCommand.d.ts +3 -8
  84. package/dist-types/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +3 -8
  85. package/dist-types/commands/GetAccountStatusCommand.d.ts +3 -8
  86. package/dist-types/commands/GetAssessmentCommand.d.ts +3 -8
  87. package/dist-types/commands/GetAssessmentFrameworkCommand.d.ts +3 -8
  88. package/dist-types/commands/GetAssessmentReportUrlCommand.d.ts +3 -8
  89. package/dist-types/commands/GetChangeLogsCommand.d.ts +3 -8
  90. package/dist-types/commands/GetControlCommand.d.ts +3 -8
  91. package/dist-types/commands/GetDelegationsCommand.d.ts +3 -8
  92. package/dist-types/commands/GetEvidenceByEvidenceFolderCommand.d.ts +3 -8
  93. package/dist-types/commands/GetEvidenceCommand.d.ts +3 -8
  94. package/dist-types/commands/GetEvidenceFileUploadUrlCommand.d.ts +3 -8
  95. package/dist-types/commands/GetEvidenceFolderCommand.d.ts +3 -8
  96. package/dist-types/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +3 -8
  97. package/dist-types/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +3 -8
  98. package/dist-types/commands/GetInsightsByAssessmentCommand.d.ts +3 -8
  99. package/dist-types/commands/GetInsightsCommand.d.ts +3 -8
  100. package/dist-types/commands/GetOrganizationAdminAccountCommand.d.ts +3 -8
  101. package/dist-types/commands/GetServicesInScopeCommand.d.ts +3 -8
  102. package/dist-types/commands/GetSettingsCommand.d.ts +3 -8
  103. package/dist-types/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +3 -8
  104. package/dist-types/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +3 -8
  105. package/dist-types/commands/ListAssessmentFrameworksCommand.d.ts +3 -8
  106. package/dist-types/commands/ListAssessmentReportsCommand.d.ts +3 -8
  107. package/dist-types/commands/ListAssessmentsCommand.d.ts +3 -8
  108. package/dist-types/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +3 -8
  109. package/dist-types/commands/ListControlDomainInsightsCommand.d.ts +3 -8
  110. package/dist-types/commands/ListControlInsightsByControlDomainCommand.d.ts +3 -8
  111. package/dist-types/commands/ListControlsCommand.d.ts +3 -8
  112. package/dist-types/commands/ListKeywordsForDataSourceCommand.d.ts +3 -8
  113. package/dist-types/commands/ListNotificationsCommand.d.ts +3 -8
  114. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  115. package/dist-types/commands/RegisterAccountCommand.d.ts +3 -8
  116. package/dist-types/commands/RegisterOrganizationAdminAccountCommand.d.ts +3 -8
  117. package/dist-types/commands/StartAssessmentFrameworkShareCommand.d.ts +3 -8
  118. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  119. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  120. package/dist-types/commands/UpdateAssessmentCommand.d.ts +3 -8
  121. package/dist-types/commands/UpdateAssessmentControlCommand.d.ts +3 -8
  122. package/dist-types/commands/UpdateAssessmentControlSetStatusCommand.d.ts +3 -8
  123. package/dist-types/commands/UpdateAssessmentFrameworkCommand.d.ts +3 -8
  124. package/dist-types/commands/UpdateAssessmentFrameworkShareCommand.d.ts +3 -8
  125. package/dist-types/commands/UpdateAssessmentStatusCommand.d.ts +3 -8
  126. package/dist-types/commands/UpdateControlCommand.d.ts +3 -8
  127. package/dist-types/commands/UpdateSettingsCommand.d.ts +3 -8
  128. package/dist-types/commands/ValidateAssessmentReportIntegrityCommand.d.ts +3 -8
  129. package/dist-types/index.d.ts +1 -0
  130. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  131. package/dist-types/ts3.4/commands/AssociateAssessmentReportEvidenceFolderCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/BatchAssociateAssessmentReportEvidenceCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/BatchCreateDelegationByAssessmentCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/BatchDeleteDelegationByAssessmentCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/BatchDisassociateAssessmentReportEvidenceCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/BatchImportEvidenceToAssessmentControlCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/CreateAssessmentCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/CreateAssessmentFrameworkCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/CreateAssessmentReportCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/CreateControlCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/DeleteAssessmentCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/DeleteAssessmentFrameworkCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/DeleteAssessmentFrameworkShareCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/DeleteAssessmentReportCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/DeleteControlCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/DeregisterAccountCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/DeregisterOrganizationAdminAccountCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/DisassociateAssessmentReportEvidenceFolderCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/GetAccountStatusCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/GetAssessmentCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/GetAssessmentFrameworkCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/GetAssessmentReportUrlCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/GetChangeLogsCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/GetControlCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/GetDelegationsCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/GetEvidenceByEvidenceFolderCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/GetEvidenceCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/GetEvidenceFileUploadUrlCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/GetEvidenceFolderCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/GetEvidenceFoldersByAssessmentCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/GetEvidenceFoldersByAssessmentControlCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/GetInsightsByAssessmentCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/GetInsightsCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/GetOrganizationAdminAccountCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/GetServicesInScopeCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/GetSettingsCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/ListAssessmentControlInsightsByControlDomainCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/ListAssessmentFrameworkShareRequestsCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/ListAssessmentFrameworksCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/ListAssessmentReportsCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/ListAssessmentsCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/ListControlDomainInsightsByAssessmentCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/ListControlDomainInsightsCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/ListControlInsightsByControlDomainCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/ListControlsCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/ListKeywordsForDataSourceCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/RegisterAccountCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/RegisterOrganizationAdminAccountCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/StartAssessmentFrameworkShareCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/UpdateAssessmentCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/UpdateAssessmentControlCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/UpdateAssessmentControlSetStatusCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/UpdateAssessmentFrameworkCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/UpdateAssessmentFrameworkShareCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/UpdateAssessmentStatusCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/UpdateControlCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/UpdateSettingsCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/ValidateAssessmentReportIntegrityCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/index.d.ts +1 -0
  194. package/package.json +8 -8
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -68,7 +69,7 @@ const commonParams = {
68
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
69
70
  };
70
71
 
71
- var version = "3.1076.0";
72
+ var version = "3.1078.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -2133,748 +2134,194 @@ class AuditManagerClient extends Client {
2133
2134
  }
2134
2135
  }
2135
2136
 
2136
- class AssociateAssessmentReportEvidenceFolderCommand extends Command
2137
- .classBuilder()
2138
- .ep(commonParams)
2139
- .m(function (Command, cs, config, o) {
2140
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2141
- })
2142
- .s("BedrockAssessmentManagerLambda", "AssociateAssessmentReportEvidenceFolder", {})
2143
- .n("AuditManagerClient", "AssociateAssessmentReportEvidenceFolderCommand")
2144
- .sc(AssociateAssessmentReportEvidenceFolder$)
2145
- .build() {
2146
- }
2147
-
2148
- class BatchAssociateAssessmentReportEvidenceCommand extends Command
2149
- .classBuilder()
2150
- .ep(commonParams)
2151
- .m(function (Command, cs, config, o) {
2152
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2153
- })
2154
- .s("BedrockAssessmentManagerLambda", "BatchAssociateAssessmentReportEvidence", {})
2155
- .n("AuditManagerClient", "BatchAssociateAssessmentReportEvidenceCommand")
2156
- .sc(BatchAssociateAssessmentReportEvidence$)
2157
- .build() {
2158
- }
2159
-
2160
- class BatchCreateDelegationByAssessmentCommand extends Command
2161
- .classBuilder()
2162
- .ep(commonParams)
2163
- .m(function (Command, cs, config, o) {
2164
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2165
- })
2166
- .s("BedrockAssessmentManagerLambda", "BatchCreateDelegationByAssessment", {})
2167
- .n("AuditManagerClient", "BatchCreateDelegationByAssessmentCommand")
2168
- .sc(BatchCreateDelegationByAssessment$)
2169
- .build() {
2170
- }
2171
-
2172
- class BatchDeleteDelegationByAssessmentCommand extends Command
2173
- .classBuilder()
2174
- .ep(commonParams)
2175
- .m(function (Command, cs, config, o) {
2176
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2177
- })
2178
- .s("BedrockAssessmentManagerLambda", "BatchDeleteDelegationByAssessment", {})
2179
- .n("AuditManagerClient", "BatchDeleteDelegationByAssessmentCommand")
2180
- .sc(BatchDeleteDelegationByAssessment$)
2181
- .build() {
2182
- }
2183
-
2184
- class BatchDisassociateAssessmentReportEvidenceCommand extends Command
2185
- .classBuilder()
2186
- .ep(commonParams)
2187
- .m(function (Command, cs, config, o) {
2188
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2189
- })
2190
- .s("BedrockAssessmentManagerLambda", "BatchDisassociateAssessmentReportEvidence", {})
2191
- .n("AuditManagerClient", "BatchDisassociateAssessmentReportEvidenceCommand")
2192
- .sc(BatchDisassociateAssessmentReportEvidence$)
2193
- .build() {
2194
- }
2195
-
2196
- class BatchImportEvidenceToAssessmentControlCommand extends Command
2197
- .classBuilder()
2198
- .ep(commonParams)
2199
- .m(function (Command, cs, config, o) {
2200
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2201
- })
2202
- .s("BedrockAssessmentManagerLambda", "BatchImportEvidenceToAssessmentControl", {})
2203
- .n("AuditManagerClient", "BatchImportEvidenceToAssessmentControlCommand")
2204
- .sc(BatchImportEvidenceToAssessmentControl$)
2205
- .build() {
2206
- }
2207
-
2208
- class CreateAssessmentCommand extends Command
2209
- .classBuilder()
2210
- .ep(commonParams)
2211
- .m(function (Command, cs, config, o) {
2212
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2213
- })
2214
- .s("BedrockAssessmentManagerLambda", "CreateAssessment", {})
2215
- .n("AuditManagerClient", "CreateAssessmentCommand")
2216
- .sc(CreateAssessment$)
2217
- .build() {
2218
- }
2219
-
2220
- class CreateAssessmentFrameworkCommand extends Command
2221
- .classBuilder()
2222
- .ep(commonParams)
2223
- .m(function (Command, cs, config, o) {
2224
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2225
- })
2226
- .s("BedrockAssessmentManagerLambda", "CreateAssessmentFramework", {})
2227
- .n("AuditManagerClient", "CreateAssessmentFrameworkCommand")
2228
- .sc(CreateAssessmentFramework$)
2229
- .build() {
2230
- }
2231
-
2232
- class CreateAssessmentReportCommand extends Command
2233
- .classBuilder()
2234
- .ep(commonParams)
2235
- .m(function (Command, cs, config, o) {
2236
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2237
- })
2238
- .s("BedrockAssessmentManagerLambda", "CreateAssessmentReport", {})
2239
- .n("AuditManagerClient", "CreateAssessmentReportCommand")
2240
- .sc(CreateAssessmentReport$)
2241
- .build() {
2242
- }
2243
-
2244
- class CreateControlCommand extends Command
2245
- .classBuilder()
2246
- .ep(commonParams)
2247
- .m(function (Command, cs, config, o) {
2248
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2249
- })
2250
- .s("BedrockAssessmentManagerLambda", "CreateControl", {})
2251
- .n("AuditManagerClient", "CreateControlCommand")
2252
- .sc(CreateControl$)
2253
- .build() {
2254
- }
2255
-
2256
- class DeleteAssessmentCommand extends Command
2257
- .classBuilder()
2258
- .ep(commonParams)
2259
- .m(function (Command, cs, config, o) {
2260
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2261
- })
2262
- .s("BedrockAssessmentManagerLambda", "DeleteAssessment", {})
2263
- .n("AuditManagerClient", "DeleteAssessmentCommand")
2264
- .sc(DeleteAssessment$)
2265
- .build() {
2266
- }
2267
-
2268
- class DeleteAssessmentFrameworkCommand extends Command
2269
- .classBuilder()
2270
- .ep(commonParams)
2271
- .m(function (Command, cs, config, o) {
2272
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2273
- })
2274
- .s("BedrockAssessmentManagerLambda", "DeleteAssessmentFramework", {})
2275
- .n("AuditManagerClient", "DeleteAssessmentFrameworkCommand")
2276
- .sc(DeleteAssessmentFramework$)
2277
- .build() {
2278
- }
2279
-
2280
- class DeleteAssessmentFrameworkShareCommand extends Command
2281
- .classBuilder()
2282
- .ep(commonParams)
2283
- .m(function (Command, cs, config, o) {
2284
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2285
- })
2286
- .s("BedrockAssessmentManagerLambda", "DeleteAssessmentFrameworkShare", {})
2287
- .n("AuditManagerClient", "DeleteAssessmentFrameworkShareCommand")
2288
- .sc(DeleteAssessmentFrameworkShare$)
2289
- .build() {
2290
- }
2291
-
2292
- class DeleteAssessmentReportCommand extends Command
2293
- .classBuilder()
2294
- .ep(commonParams)
2295
- .m(function (Command, cs, config, o) {
2296
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2297
- })
2298
- .s("BedrockAssessmentManagerLambda", "DeleteAssessmentReport", {})
2299
- .n("AuditManagerClient", "DeleteAssessmentReportCommand")
2300
- .sc(DeleteAssessmentReport$)
2301
- .build() {
2302
- }
2303
-
2304
- class DeleteControlCommand extends Command
2305
- .classBuilder()
2306
- .ep(commonParams)
2307
- .m(function (Command, cs, config, o) {
2308
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2309
- })
2310
- .s("BedrockAssessmentManagerLambda", "DeleteControl", {})
2311
- .n("AuditManagerClient", "DeleteControlCommand")
2312
- .sc(DeleteControl$)
2313
- .build() {
2314
- }
2315
-
2316
- class DeregisterAccountCommand extends Command
2317
- .classBuilder()
2318
- .ep(commonParams)
2319
- .m(function (Command, cs, config, o) {
2320
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2321
- })
2322
- .s("BedrockAssessmentManagerLambda", "DeregisterAccount", {})
2323
- .n("AuditManagerClient", "DeregisterAccountCommand")
2324
- .sc(DeregisterAccount$)
2325
- .build() {
2326
- }
2327
-
2328
- class DeregisterOrganizationAdminAccountCommand extends Command
2329
- .classBuilder()
2330
- .ep(commonParams)
2331
- .m(function (Command, cs, config, o) {
2332
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2333
- })
2334
- .s("BedrockAssessmentManagerLambda", "DeregisterOrganizationAdminAccount", {})
2335
- .n("AuditManagerClient", "DeregisterOrganizationAdminAccountCommand")
2336
- .sc(DeregisterOrganizationAdminAccount$)
2337
- .build() {
2338
- }
2339
-
2340
- class DisassociateAssessmentReportEvidenceFolderCommand extends Command
2341
- .classBuilder()
2342
- .ep(commonParams)
2343
- .m(function (Command, cs, config, o) {
2344
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2345
- })
2346
- .s("BedrockAssessmentManagerLambda", "DisassociateAssessmentReportEvidenceFolder", {})
2347
- .n("AuditManagerClient", "DisassociateAssessmentReportEvidenceFolderCommand")
2348
- .sc(DisassociateAssessmentReportEvidenceFolder$)
2349
- .build() {
2350
- }
2351
-
2352
- class GetAccountStatusCommand extends Command
2353
- .classBuilder()
2354
- .ep(commonParams)
2355
- .m(function (Command, cs, config, o) {
2356
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2357
- })
2358
- .s("BedrockAssessmentManagerLambda", "GetAccountStatus", {})
2359
- .n("AuditManagerClient", "GetAccountStatusCommand")
2360
- .sc(GetAccountStatus$)
2361
- .build() {
2362
- }
2363
-
2364
- class GetAssessmentCommand extends Command
2365
- .classBuilder()
2366
- .ep(commonParams)
2367
- .m(function (Command, cs, config, o) {
2368
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2369
- })
2370
- .s("BedrockAssessmentManagerLambda", "GetAssessment", {})
2371
- .n("AuditManagerClient", "GetAssessmentCommand")
2372
- .sc(GetAssessment$)
2373
- .build() {
2374
- }
2375
-
2376
- class GetAssessmentFrameworkCommand extends Command
2377
- .classBuilder()
2378
- .ep(commonParams)
2379
- .m(function (Command, cs, config, o) {
2380
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2381
- })
2382
- .s("BedrockAssessmentManagerLambda", "GetAssessmentFramework", {})
2383
- .n("AuditManagerClient", "GetAssessmentFrameworkCommand")
2384
- .sc(GetAssessmentFramework$)
2385
- .build() {
2386
- }
2387
-
2388
- class GetAssessmentReportUrlCommand extends Command
2389
- .classBuilder()
2390
- .ep(commonParams)
2391
- .m(function (Command, cs, config, o) {
2392
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2393
- })
2394
- .s("BedrockAssessmentManagerLambda", "GetAssessmentReportUrl", {})
2395
- .n("AuditManagerClient", "GetAssessmentReportUrlCommand")
2396
- .sc(GetAssessmentReportUrl$)
2397
- .build() {
2398
- }
2399
-
2400
- class GetChangeLogsCommand extends Command
2401
- .classBuilder()
2402
- .ep(commonParams)
2403
- .m(function (Command, cs, config, o) {
2404
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2405
- })
2406
- .s("BedrockAssessmentManagerLambda", "GetChangeLogs", {})
2407
- .n("AuditManagerClient", "GetChangeLogsCommand")
2408
- .sc(GetChangeLogs$)
2409
- .build() {
2410
- }
2411
-
2412
- class GetControlCommand extends Command
2413
- .classBuilder()
2414
- .ep(commonParams)
2415
- .m(function (Command, cs, config, o) {
2416
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2417
- })
2418
- .s("BedrockAssessmentManagerLambda", "GetControl", {})
2419
- .n("AuditManagerClient", "GetControlCommand")
2420
- .sc(GetControl$)
2421
- .build() {
2422
- }
2423
-
2424
- class GetDelegationsCommand extends Command
2425
- .classBuilder()
2426
- .ep(commonParams)
2427
- .m(function (Command, cs, config, o) {
2428
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2429
- })
2430
- .s("BedrockAssessmentManagerLambda", "GetDelegations", {})
2431
- .n("AuditManagerClient", "GetDelegationsCommand")
2432
- .sc(GetDelegations$)
2433
- .build() {
2434
- }
2435
-
2436
- class GetEvidenceByEvidenceFolderCommand extends Command
2437
- .classBuilder()
2438
- .ep(commonParams)
2439
- .m(function (Command, cs, config, o) {
2440
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2441
- })
2442
- .s("BedrockAssessmentManagerLambda", "GetEvidenceByEvidenceFolder", {})
2443
- .n("AuditManagerClient", "GetEvidenceByEvidenceFolderCommand")
2444
- .sc(GetEvidenceByEvidenceFolder$)
2445
- .build() {
2446
- }
2447
-
2448
- class GetEvidenceCommand extends Command
2449
- .classBuilder()
2450
- .ep(commonParams)
2451
- .m(function (Command, cs, config, o) {
2452
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2453
- })
2454
- .s("BedrockAssessmentManagerLambda", "GetEvidence", {})
2455
- .n("AuditManagerClient", "GetEvidenceCommand")
2456
- .sc(GetEvidence$)
2457
- .build() {
2458
- }
2459
-
2460
- class GetEvidenceFileUploadUrlCommand extends Command
2461
- .classBuilder()
2462
- .ep(commonParams)
2463
- .m(function (Command, cs, config, o) {
2464
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2465
- })
2466
- .s("BedrockAssessmentManagerLambda", "GetEvidenceFileUploadUrl", {})
2467
- .n("AuditManagerClient", "GetEvidenceFileUploadUrlCommand")
2468
- .sc(GetEvidenceFileUploadUrl$)
2469
- .build() {
2470
- }
2471
-
2472
- class GetEvidenceFolderCommand extends Command
2473
- .classBuilder()
2474
- .ep(commonParams)
2475
- .m(function (Command, cs, config, o) {
2476
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2477
- })
2478
- .s("BedrockAssessmentManagerLambda", "GetEvidenceFolder", {})
2479
- .n("AuditManagerClient", "GetEvidenceFolderCommand")
2480
- .sc(GetEvidenceFolder$)
2481
- .build() {
2482
- }
2483
-
2484
- class GetEvidenceFoldersByAssessmentCommand extends Command
2485
- .classBuilder()
2486
- .ep(commonParams)
2487
- .m(function (Command, cs, config, o) {
2488
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2489
- })
2490
- .s("BedrockAssessmentManagerLambda", "GetEvidenceFoldersByAssessment", {})
2491
- .n("AuditManagerClient", "GetEvidenceFoldersByAssessmentCommand")
2492
- .sc(GetEvidenceFoldersByAssessment$)
2493
- .build() {
2494
- }
2495
-
2496
- class GetEvidenceFoldersByAssessmentControlCommand extends Command
2497
- .classBuilder()
2498
- .ep(commonParams)
2499
- .m(function (Command, cs, config, o) {
2500
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2501
- })
2502
- .s("BedrockAssessmentManagerLambda", "GetEvidenceFoldersByAssessmentControl", {})
2503
- .n("AuditManagerClient", "GetEvidenceFoldersByAssessmentControlCommand")
2504
- .sc(GetEvidenceFoldersByAssessmentControl$)
2505
- .build() {
2506
- }
2507
-
2508
- class GetInsightsByAssessmentCommand extends Command
2509
- .classBuilder()
2510
- .ep(commonParams)
2511
- .m(function (Command, cs, config, o) {
2512
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2513
- })
2514
- .s("BedrockAssessmentManagerLambda", "GetInsightsByAssessment", {})
2515
- .n("AuditManagerClient", "GetInsightsByAssessmentCommand")
2516
- .sc(GetInsightsByAssessment$)
2517
- .build() {
2518
- }
2519
-
2520
- class GetInsightsCommand extends Command
2521
- .classBuilder()
2522
- .ep(commonParams)
2523
- .m(function (Command, cs, config, o) {
2524
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2525
- })
2526
- .s("BedrockAssessmentManagerLambda", "GetInsights", {})
2527
- .n("AuditManagerClient", "GetInsightsCommand")
2528
- .sc(GetInsights$)
2529
- .build() {
2530
- }
2531
-
2532
- class GetOrganizationAdminAccountCommand extends Command
2533
- .classBuilder()
2534
- .ep(commonParams)
2535
- .m(function (Command, cs, config, o) {
2536
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2537
- })
2538
- .s("BedrockAssessmentManagerLambda", "GetOrganizationAdminAccount", {})
2539
- .n("AuditManagerClient", "GetOrganizationAdminAccountCommand")
2540
- .sc(GetOrganizationAdminAccount$)
2541
- .build() {
2542
- }
2543
-
2544
- class GetServicesInScopeCommand extends Command
2545
- .classBuilder()
2546
- .ep(commonParams)
2547
- .m(function (Command, cs, config, o) {
2548
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2549
- })
2550
- .s("BedrockAssessmentManagerLambda", "GetServicesInScope", {})
2551
- .n("AuditManagerClient", "GetServicesInScopeCommand")
2552
- .sc(GetServicesInScope$)
2553
- .build() {
2554
- }
2555
-
2556
- class GetSettingsCommand extends Command
2557
- .classBuilder()
2558
- .ep(commonParams)
2559
- .m(function (Command, cs, config, o) {
2560
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2561
- })
2562
- .s("BedrockAssessmentManagerLambda", "GetSettings", {})
2563
- .n("AuditManagerClient", "GetSettingsCommand")
2564
- .sc(GetSettings$)
2565
- .build() {
2566
- }
2567
-
2568
- class ListAssessmentControlInsightsByControlDomainCommand extends Command
2569
- .classBuilder()
2570
- .ep(commonParams)
2571
- .m(function (Command, cs, config, o) {
2572
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2573
- })
2574
- .s("BedrockAssessmentManagerLambda", "ListAssessmentControlInsightsByControlDomain", {})
2575
- .n("AuditManagerClient", "ListAssessmentControlInsightsByControlDomainCommand")
2576
- .sc(ListAssessmentControlInsightsByControlDomain$)
2577
- .build() {
2578
- }
2579
-
2580
- class ListAssessmentFrameworksCommand extends Command
2581
- .classBuilder()
2582
- .ep(commonParams)
2583
- .m(function (Command, cs, config, o) {
2584
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2585
- })
2586
- .s("BedrockAssessmentManagerLambda", "ListAssessmentFrameworks", {})
2587
- .n("AuditManagerClient", "ListAssessmentFrameworksCommand")
2588
- .sc(ListAssessmentFrameworks$)
2589
- .build() {
2590
- }
2591
-
2592
- class ListAssessmentFrameworkShareRequestsCommand extends Command
2593
- .classBuilder()
2594
- .ep(commonParams)
2595
- .m(function (Command, cs, config, o) {
2596
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2597
- })
2598
- .s("BedrockAssessmentManagerLambda", "ListAssessmentFrameworkShareRequests", {})
2599
- .n("AuditManagerClient", "ListAssessmentFrameworkShareRequestsCommand")
2600
- .sc(ListAssessmentFrameworkShareRequests$)
2601
- .build() {
2602
- }
2603
-
2604
- class ListAssessmentReportsCommand extends Command
2605
- .classBuilder()
2606
- .ep(commonParams)
2607
- .m(function (Command, cs, config, o) {
2608
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2609
- })
2610
- .s("BedrockAssessmentManagerLambda", "ListAssessmentReports", {})
2611
- .n("AuditManagerClient", "ListAssessmentReportsCommand")
2612
- .sc(ListAssessmentReports$)
2613
- .build() {
2614
- }
2615
-
2616
- class ListAssessmentsCommand extends Command
2617
- .classBuilder()
2618
- .ep(commonParams)
2619
- .m(function (Command, cs, config, o) {
2620
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2621
- })
2622
- .s("BedrockAssessmentManagerLambda", "ListAssessments", {})
2623
- .n("AuditManagerClient", "ListAssessmentsCommand")
2624
- .sc(ListAssessments$)
2625
- .build() {
2626
- }
2627
-
2628
- class ListControlDomainInsightsByAssessmentCommand extends Command
2629
- .classBuilder()
2630
- .ep(commonParams)
2631
- .m(function (Command, cs, config, o) {
2632
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2633
- })
2634
- .s("BedrockAssessmentManagerLambda", "ListControlDomainInsightsByAssessment", {})
2635
- .n("AuditManagerClient", "ListControlDomainInsightsByAssessmentCommand")
2636
- .sc(ListControlDomainInsightsByAssessment$)
2637
- .build() {
2638
- }
2639
-
2640
- class ListControlDomainInsightsCommand extends Command
2641
- .classBuilder()
2642
- .ep(commonParams)
2643
- .m(function (Command, cs, config, o) {
2644
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2645
- })
2646
- .s("BedrockAssessmentManagerLambda", "ListControlDomainInsights", {})
2647
- .n("AuditManagerClient", "ListControlDomainInsightsCommand")
2648
- .sc(ListControlDomainInsights$)
2649
- .build() {
2650
- }
2651
-
2652
- class ListControlInsightsByControlDomainCommand extends Command
2653
- .classBuilder()
2654
- .ep(commonParams)
2655
- .m(function (Command, cs, config, o) {
2656
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2657
- })
2658
- .s("BedrockAssessmentManagerLambda", "ListControlInsightsByControlDomain", {})
2659
- .n("AuditManagerClient", "ListControlInsightsByControlDomainCommand")
2660
- .sc(ListControlInsightsByControlDomain$)
2661
- .build() {
2662
- }
2663
-
2664
- class ListControlsCommand extends Command
2665
- .classBuilder()
2666
- .ep(commonParams)
2667
- .m(function (Command, cs, config, o) {
2668
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2669
- })
2670
- .s("BedrockAssessmentManagerLambda", "ListControls", {})
2671
- .n("AuditManagerClient", "ListControlsCommand")
2672
- .sc(ListControls$)
2673
- .build() {
2674
- }
2675
-
2676
- class ListKeywordsForDataSourceCommand extends Command
2677
- .classBuilder()
2678
- .ep(commonParams)
2679
- .m(function (Command, cs, config, o) {
2680
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2681
- })
2682
- .s("BedrockAssessmentManagerLambda", "ListKeywordsForDataSource", {})
2683
- .n("AuditManagerClient", "ListKeywordsForDataSourceCommand")
2684
- .sc(ListKeywordsForDataSource$)
2685
- .build() {
2686
- }
2687
-
2688
- class ListNotificationsCommand extends Command
2689
- .classBuilder()
2690
- .ep(commonParams)
2691
- .m(function (Command, cs, config, o) {
2692
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2693
- })
2694
- .s("BedrockAssessmentManagerLambda", "ListNotifications", {})
2695
- .n("AuditManagerClient", "ListNotificationsCommand")
2696
- .sc(ListNotifications$)
2697
- .build() {
2698
- }
2699
-
2700
- class ListTagsForResourceCommand extends Command
2701
- .classBuilder()
2702
- .ep(commonParams)
2703
- .m(function (Command, cs, config, o) {
2704
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2705
- })
2706
- .s("BedrockAssessmentManagerLambda", "ListTagsForResource", {})
2707
- .n("AuditManagerClient", "ListTagsForResourceCommand")
2708
- .sc(ListTagsForResource$)
2709
- .build() {
2710
- }
2711
-
2712
- class RegisterAccountCommand extends Command
2713
- .classBuilder()
2714
- .ep(commonParams)
2715
- .m(function (Command, cs, config, o) {
2716
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2717
- })
2718
- .s("BedrockAssessmentManagerLambda", "RegisterAccount", {})
2719
- .n("AuditManagerClient", "RegisterAccountCommand")
2720
- .sc(RegisterAccount$)
2721
- .build() {
2722
- }
2723
-
2724
- class RegisterOrganizationAdminAccountCommand extends Command
2725
- .classBuilder()
2726
- .ep(commonParams)
2727
- .m(function (Command, cs, config, o) {
2728
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2729
- })
2730
- .s("BedrockAssessmentManagerLambda", "RegisterOrganizationAdminAccount", {})
2731
- .n("AuditManagerClient", "RegisterOrganizationAdminAccountCommand")
2732
- .sc(RegisterOrganizationAdminAccount$)
2733
- .build() {
2734
- }
2735
-
2736
- class StartAssessmentFrameworkShareCommand extends Command
2737
- .classBuilder()
2738
- .ep(commonParams)
2739
- .m(function (Command, cs, config, o) {
2740
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2741
- })
2742
- .s("BedrockAssessmentManagerLambda", "StartAssessmentFrameworkShare", {})
2743
- .n("AuditManagerClient", "StartAssessmentFrameworkShareCommand")
2744
- .sc(StartAssessmentFrameworkShare$)
2745
- .build() {
2746
- }
2747
-
2748
- class TagResourceCommand extends Command
2749
- .classBuilder()
2750
- .ep(commonParams)
2751
- .m(function (Command, cs, config, o) {
2752
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2753
- })
2754
- .s("BedrockAssessmentManagerLambda", "TagResource", {})
2755
- .n("AuditManagerClient", "TagResourceCommand")
2756
- .sc(TagResource$)
2757
- .build() {
2758
- }
2759
-
2760
- class UntagResourceCommand extends Command
2761
- .classBuilder()
2762
- .ep(commonParams)
2763
- .m(function (Command, cs, config, o) {
2764
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2765
- })
2766
- .s("BedrockAssessmentManagerLambda", "UntagResource", {})
2767
- .n("AuditManagerClient", "UntagResourceCommand")
2768
- .sc(UntagResource$)
2769
- .build() {
2770
- }
2771
-
2772
- class UpdateAssessmentCommand extends Command
2773
- .classBuilder()
2774
- .ep(commonParams)
2775
- .m(function (Command, cs, config, o) {
2776
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2777
- })
2778
- .s("BedrockAssessmentManagerLambda", "UpdateAssessment", {})
2779
- .n("AuditManagerClient", "UpdateAssessmentCommand")
2780
- .sc(UpdateAssessment$)
2781
- .build() {
2782
- }
2783
-
2784
- class UpdateAssessmentControlCommand extends Command
2785
- .classBuilder()
2786
- .ep(commonParams)
2787
- .m(function (Command, cs, config, o) {
2788
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2789
- })
2790
- .s("BedrockAssessmentManagerLambda", "UpdateAssessmentControl", {})
2791
- .n("AuditManagerClient", "UpdateAssessmentControlCommand")
2792
- .sc(UpdateAssessmentControl$)
2793
- .build() {
2794
- }
2795
-
2796
- class UpdateAssessmentControlSetStatusCommand extends Command
2797
- .classBuilder()
2798
- .ep(commonParams)
2799
- .m(function (Command, cs, config, o) {
2800
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2801
- })
2802
- .s("BedrockAssessmentManagerLambda", "UpdateAssessmentControlSetStatus", {})
2803
- .n("AuditManagerClient", "UpdateAssessmentControlSetStatusCommand")
2804
- .sc(UpdateAssessmentControlSetStatus$)
2805
- .build() {
2806
- }
2807
-
2808
- class UpdateAssessmentFrameworkCommand extends Command
2809
- .classBuilder()
2810
- .ep(commonParams)
2811
- .m(function (Command, cs, config, o) {
2812
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2813
- })
2814
- .s("BedrockAssessmentManagerLambda", "UpdateAssessmentFramework", {})
2815
- .n("AuditManagerClient", "UpdateAssessmentFrameworkCommand")
2816
- .sc(UpdateAssessmentFramework$)
2817
- .build() {
2818
- }
2819
-
2820
- class UpdateAssessmentFrameworkShareCommand extends Command
2821
- .classBuilder()
2822
- .ep(commonParams)
2823
- .m(function (Command, cs, config, o) {
2824
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2825
- })
2826
- .s("BedrockAssessmentManagerLambda", "UpdateAssessmentFrameworkShare", {})
2827
- .n("AuditManagerClient", "UpdateAssessmentFrameworkShareCommand")
2828
- .sc(UpdateAssessmentFrameworkShare$)
2829
- .build() {
2830
- }
2831
-
2832
- class UpdateAssessmentStatusCommand extends Command
2833
- .classBuilder()
2834
- .ep(commonParams)
2835
- .m(function (Command, cs, config, o) {
2836
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2837
- })
2838
- .s("BedrockAssessmentManagerLambda", "UpdateAssessmentStatus", {})
2839
- .n("AuditManagerClient", "UpdateAssessmentStatusCommand")
2840
- .sc(UpdateAssessmentStatus$)
2841
- .build() {
2842
- }
2843
-
2844
- class UpdateControlCommand extends Command
2845
- .classBuilder()
2846
- .ep(commonParams)
2847
- .m(function (Command, cs, config, o) {
2848
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2849
- })
2850
- .s("BedrockAssessmentManagerLambda", "UpdateControl", {})
2851
- .n("AuditManagerClient", "UpdateControlCommand")
2852
- .sc(UpdateControl$)
2853
- .build() {
2854
- }
2855
-
2856
- class UpdateSettingsCommand extends Command
2857
- .classBuilder()
2858
- .ep(commonParams)
2859
- .m(function (Command, cs, config, o) {
2860
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2861
- })
2862
- .s("BedrockAssessmentManagerLambda", "UpdateSettings", {})
2863
- .n("AuditManagerClient", "UpdateSettingsCommand")
2864
- .sc(UpdateSettings$)
2865
- .build() {
2866
- }
2867
-
2868
- class ValidateAssessmentReportIntegrityCommand extends Command
2869
- .classBuilder()
2870
- .ep(commonParams)
2871
- .m(function (Command, cs, config, o) {
2872
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2873
- })
2874
- .s("BedrockAssessmentManagerLambda", "ValidateAssessmentReportIntegrity", {})
2875
- .n("AuditManagerClient", "ValidateAssessmentReportIntegrityCommand")
2876
- .sc(ValidateAssessmentReportIntegrity$)
2877
- .build() {
2137
+ const command = makeBuilder(commonParams, "BedrockAssessmentManagerLambda", "AuditManagerClient", getEndpointPlugin);
2138
+ const _ep0 = {};
2139
+ const _mw0 = (Command, cs, config, o) => [];
2140
+
2141
+ class AssociateAssessmentReportEvidenceFolderCommand extends command(_ep0, _mw0, "AssociateAssessmentReportEvidenceFolder", AssociateAssessmentReportEvidenceFolder$) {
2142
+ }
2143
+
2144
+ class BatchAssociateAssessmentReportEvidenceCommand extends command(_ep0, _mw0, "BatchAssociateAssessmentReportEvidence", BatchAssociateAssessmentReportEvidence$) {
2145
+ }
2146
+
2147
+ class BatchCreateDelegationByAssessmentCommand extends command(_ep0, _mw0, "BatchCreateDelegationByAssessment", BatchCreateDelegationByAssessment$) {
2148
+ }
2149
+
2150
+ class BatchDeleteDelegationByAssessmentCommand extends command(_ep0, _mw0, "BatchDeleteDelegationByAssessment", BatchDeleteDelegationByAssessment$) {
2151
+ }
2152
+
2153
+ class BatchDisassociateAssessmentReportEvidenceCommand extends command(_ep0, _mw0, "BatchDisassociateAssessmentReportEvidence", BatchDisassociateAssessmentReportEvidence$) {
2154
+ }
2155
+
2156
+ class BatchImportEvidenceToAssessmentControlCommand extends command(_ep0, _mw0, "BatchImportEvidenceToAssessmentControl", BatchImportEvidenceToAssessmentControl$) {
2157
+ }
2158
+
2159
+ class CreateAssessmentCommand extends command(_ep0, _mw0, "CreateAssessment", CreateAssessment$) {
2160
+ }
2161
+
2162
+ class CreateAssessmentFrameworkCommand extends command(_ep0, _mw0, "CreateAssessmentFramework", CreateAssessmentFramework$) {
2163
+ }
2164
+
2165
+ class CreateAssessmentReportCommand extends command(_ep0, _mw0, "CreateAssessmentReport", CreateAssessmentReport$) {
2166
+ }
2167
+
2168
+ class CreateControlCommand extends command(_ep0, _mw0, "CreateControl", CreateControl$) {
2169
+ }
2170
+
2171
+ class DeleteAssessmentCommand extends command(_ep0, _mw0, "DeleteAssessment", DeleteAssessment$) {
2172
+ }
2173
+
2174
+ class DeleteAssessmentFrameworkCommand extends command(_ep0, _mw0, "DeleteAssessmentFramework", DeleteAssessmentFramework$) {
2175
+ }
2176
+
2177
+ class DeleteAssessmentFrameworkShareCommand extends command(_ep0, _mw0, "DeleteAssessmentFrameworkShare", DeleteAssessmentFrameworkShare$) {
2178
+ }
2179
+
2180
+ class DeleteAssessmentReportCommand extends command(_ep0, _mw0, "DeleteAssessmentReport", DeleteAssessmentReport$) {
2181
+ }
2182
+
2183
+ class DeleteControlCommand extends command(_ep0, _mw0, "DeleteControl", DeleteControl$) {
2184
+ }
2185
+
2186
+ class DeregisterAccountCommand extends command(_ep0, _mw0, "DeregisterAccount", DeregisterAccount$) {
2187
+ }
2188
+
2189
+ class DeregisterOrganizationAdminAccountCommand extends command(_ep0, _mw0, "DeregisterOrganizationAdminAccount", DeregisterOrganizationAdminAccount$) {
2190
+ }
2191
+
2192
+ class DisassociateAssessmentReportEvidenceFolderCommand extends command(_ep0, _mw0, "DisassociateAssessmentReportEvidenceFolder", DisassociateAssessmentReportEvidenceFolder$) {
2193
+ }
2194
+
2195
+ class GetAccountStatusCommand extends command(_ep0, _mw0, "GetAccountStatus", GetAccountStatus$) {
2196
+ }
2197
+
2198
+ class GetAssessmentCommand extends command(_ep0, _mw0, "GetAssessment", GetAssessment$) {
2199
+ }
2200
+
2201
+ class GetAssessmentFrameworkCommand extends command(_ep0, _mw0, "GetAssessmentFramework", GetAssessmentFramework$) {
2202
+ }
2203
+
2204
+ class GetAssessmentReportUrlCommand extends command(_ep0, _mw0, "GetAssessmentReportUrl", GetAssessmentReportUrl$) {
2205
+ }
2206
+
2207
+ class GetChangeLogsCommand extends command(_ep0, _mw0, "GetChangeLogs", GetChangeLogs$) {
2208
+ }
2209
+
2210
+ class GetControlCommand extends command(_ep0, _mw0, "GetControl", GetControl$) {
2211
+ }
2212
+
2213
+ class GetDelegationsCommand extends command(_ep0, _mw0, "GetDelegations", GetDelegations$) {
2214
+ }
2215
+
2216
+ class GetEvidenceByEvidenceFolderCommand extends command(_ep0, _mw0, "GetEvidenceByEvidenceFolder", GetEvidenceByEvidenceFolder$) {
2217
+ }
2218
+
2219
+ class GetEvidenceCommand extends command(_ep0, _mw0, "GetEvidence", GetEvidence$) {
2220
+ }
2221
+
2222
+ class GetEvidenceFileUploadUrlCommand extends command(_ep0, _mw0, "GetEvidenceFileUploadUrl", GetEvidenceFileUploadUrl$) {
2223
+ }
2224
+
2225
+ class GetEvidenceFolderCommand extends command(_ep0, _mw0, "GetEvidenceFolder", GetEvidenceFolder$) {
2226
+ }
2227
+
2228
+ class GetEvidenceFoldersByAssessmentCommand extends command(_ep0, _mw0, "GetEvidenceFoldersByAssessment", GetEvidenceFoldersByAssessment$) {
2229
+ }
2230
+
2231
+ class GetEvidenceFoldersByAssessmentControlCommand extends command(_ep0, _mw0, "GetEvidenceFoldersByAssessmentControl", GetEvidenceFoldersByAssessmentControl$) {
2232
+ }
2233
+
2234
+ class GetInsightsByAssessmentCommand extends command(_ep0, _mw0, "GetInsightsByAssessment", GetInsightsByAssessment$) {
2235
+ }
2236
+
2237
+ class GetInsightsCommand extends command(_ep0, _mw0, "GetInsights", GetInsights$) {
2238
+ }
2239
+
2240
+ class GetOrganizationAdminAccountCommand extends command(_ep0, _mw0, "GetOrganizationAdminAccount", GetOrganizationAdminAccount$) {
2241
+ }
2242
+
2243
+ class GetServicesInScopeCommand extends command(_ep0, _mw0, "GetServicesInScope", GetServicesInScope$) {
2244
+ }
2245
+
2246
+ class GetSettingsCommand extends command(_ep0, _mw0, "GetSettings", GetSettings$) {
2247
+ }
2248
+
2249
+ class ListAssessmentControlInsightsByControlDomainCommand extends command(_ep0, _mw0, "ListAssessmentControlInsightsByControlDomain", ListAssessmentControlInsightsByControlDomain$) {
2250
+ }
2251
+
2252
+ class ListAssessmentFrameworksCommand extends command(_ep0, _mw0, "ListAssessmentFrameworks", ListAssessmentFrameworks$) {
2253
+ }
2254
+
2255
+ class ListAssessmentFrameworkShareRequestsCommand extends command(_ep0, _mw0, "ListAssessmentFrameworkShareRequests", ListAssessmentFrameworkShareRequests$) {
2256
+ }
2257
+
2258
+ class ListAssessmentReportsCommand extends command(_ep0, _mw0, "ListAssessmentReports", ListAssessmentReports$) {
2259
+ }
2260
+
2261
+ class ListAssessmentsCommand extends command(_ep0, _mw0, "ListAssessments", ListAssessments$) {
2262
+ }
2263
+
2264
+ class ListControlDomainInsightsByAssessmentCommand extends command(_ep0, _mw0, "ListControlDomainInsightsByAssessment", ListControlDomainInsightsByAssessment$) {
2265
+ }
2266
+
2267
+ class ListControlDomainInsightsCommand extends command(_ep0, _mw0, "ListControlDomainInsights", ListControlDomainInsights$) {
2268
+ }
2269
+
2270
+ class ListControlInsightsByControlDomainCommand extends command(_ep0, _mw0, "ListControlInsightsByControlDomain", ListControlInsightsByControlDomain$) {
2271
+ }
2272
+
2273
+ class ListControlsCommand extends command(_ep0, _mw0, "ListControls", ListControls$) {
2274
+ }
2275
+
2276
+ class ListKeywordsForDataSourceCommand extends command(_ep0, _mw0, "ListKeywordsForDataSource", ListKeywordsForDataSource$) {
2277
+ }
2278
+
2279
+ class ListNotificationsCommand extends command(_ep0, _mw0, "ListNotifications", ListNotifications$) {
2280
+ }
2281
+
2282
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
2283
+ }
2284
+
2285
+ class RegisterAccountCommand extends command(_ep0, _mw0, "RegisterAccount", RegisterAccount$) {
2286
+ }
2287
+
2288
+ class RegisterOrganizationAdminAccountCommand extends command(_ep0, _mw0, "RegisterOrganizationAdminAccount", RegisterOrganizationAdminAccount$) {
2289
+ }
2290
+
2291
+ class StartAssessmentFrameworkShareCommand extends command(_ep0, _mw0, "StartAssessmentFrameworkShare", StartAssessmentFrameworkShare$) {
2292
+ }
2293
+
2294
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
2295
+ }
2296
+
2297
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
2298
+ }
2299
+
2300
+ class UpdateAssessmentCommand extends command(_ep0, _mw0, "UpdateAssessment", UpdateAssessment$) {
2301
+ }
2302
+
2303
+ class UpdateAssessmentControlCommand extends command(_ep0, _mw0, "UpdateAssessmentControl", UpdateAssessmentControl$) {
2304
+ }
2305
+
2306
+ class UpdateAssessmentControlSetStatusCommand extends command(_ep0, _mw0, "UpdateAssessmentControlSetStatus", UpdateAssessmentControlSetStatus$) {
2307
+ }
2308
+
2309
+ class UpdateAssessmentFrameworkCommand extends command(_ep0, _mw0, "UpdateAssessmentFramework", UpdateAssessmentFramework$) {
2310
+ }
2311
+
2312
+ class UpdateAssessmentFrameworkShareCommand extends command(_ep0, _mw0, "UpdateAssessmentFrameworkShare", UpdateAssessmentFrameworkShare$) {
2313
+ }
2314
+
2315
+ class UpdateAssessmentStatusCommand extends command(_ep0, _mw0, "UpdateAssessmentStatus", UpdateAssessmentStatus$) {
2316
+ }
2317
+
2318
+ class UpdateControlCommand extends command(_ep0, _mw0, "UpdateControl", UpdateControl$) {
2319
+ }
2320
+
2321
+ class UpdateSettingsCommand extends command(_ep0, _mw0, "UpdateSettings", UpdateSettings$) {
2322
+ }
2323
+
2324
+ class ValidateAssessmentReportIntegrityCommand extends command(_ep0, _mw0, "ValidateAssessmentReportIntegrity", ValidateAssessmentReportIntegrity$) {
2878
2325
  }
2879
2326
 
2880
2327
  const paginateGetChangeLogs = createPaginator(AuditManagerClient, GetChangeLogsCommand, "nextToken", "nextToken", "maxResults");