@aws-sdk/client-inspector2 3.1077.0 → 3.1078.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 (233) hide show
  1. package/dist-cjs/index.js +83 -753
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateMemberCommand.js +2 -14
  4. package/dist-es/commands/BatchAssociateCodeSecurityScanConfigurationCommand.js +2 -14
  5. package/dist-es/commands/BatchDisassociateCodeSecurityScanConfigurationCommand.js +2 -14
  6. package/dist-es/commands/BatchGetAccountStatusCommand.js +2 -14
  7. package/dist-es/commands/BatchGetCodeSnippetCommand.js +2 -14
  8. package/dist-es/commands/BatchGetFindingDetailsCommand.js +2 -14
  9. package/dist-es/commands/BatchGetFreeTrialInfoCommand.js +2 -14
  10. package/dist-es/commands/BatchGetMemberEc2DeepInspectionStatusCommand.js +2 -14
  11. package/dist-es/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.js +2 -14
  12. package/dist-es/commands/CancelFindingsReportCommand.js +2 -14
  13. package/dist-es/commands/CancelSbomExportCommand.js +2 -14
  14. package/dist-es/commands/CreateCisScanConfigurationCommand.js +2 -14
  15. package/dist-es/commands/CreateCodeSecurityIntegrationCommand.js +2 -14
  16. package/dist-es/commands/CreateCodeSecurityScanConfigurationCommand.js +2 -14
  17. package/dist-es/commands/CreateFilterCommand.js +2 -14
  18. package/dist-es/commands/CreateFindingsReportCommand.js +2 -14
  19. package/dist-es/commands/CreateSbomExportCommand.js +2 -14
  20. package/dist-es/commands/DeleteCisScanConfigurationCommand.js +2 -14
  21. package/dist-es/commands/DeleteCodeSecurityIntegrationCommand.js +2 -14
  22. package/dist-es/commands/DeleteCodeSecurityScanConfigurationCommand.js +2 -14
  23. package/dist-es/commands/DeleteFilterCommand.js +2 -14
  24. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +2 -14
  25. package/dist-es/commands/DisableCommand.js +2 -14
  26. package/dist-es/commands/DisableDelegatedAdminAccountCommand.js +2 -14
  27. package/dist-es/commands/DisassociateMemberCommand.js +2 -14
  28. package/dist-es/commands/EnableCommand.js +2 -14
  29. package/dist-es/commands/EnableDelegatedAdminAccountCommand.js +2 -14
  30. package/dist-es/commands/GetCisScanReportCommand.js +2 -14
  31. package/dist-es/commands/GetCisScanResultDetailsCommand.js +2 -14
  32. package/dist-es/commands/GetClustersForImageCommand.js +2 -14
  33. package/dist-es/commands/GetCodeSecurityIntegrationCommand.js +2 -14
  34. package/dist-es/commands/GetCodeSecurityScanCommand.js +2 -14
  35. package/dist-es/commands/GetCodeSecurityScanConfigurationCommand.js +2 -14
  36. package/dist-es/commands/GetConfigurationCommand.js +2 -14
  37. package/dist-es/commands/GetDelegatedAdminAccountCommand.js +2 -14
  38. package/dist-es/commands/GetEc2DeepInspectionConfigurationCommand.js +2 -14
  39. package/dist-es/commands/GetEncryptionKeyCommand.js +2 -14
  40. package/dist-es/commands/GetFindingsReportStatusCommand.js +2 -14
  41. package/dist-es/commands/GetMemberCommand.js +2 -14
  42. package/dist-es/commands/GetSbomExportCommand.js +2 -14
  43. package/dist-es/commands/ListAccountPermissionsCommand.js +2 -14
  44. package/dist-es/commands/ListCisScanConfigurationsCommand.js +2 -14
  45. package/dist-es/commands/ListCisScanResultsAggregatedByChecksCommand.js +2 -14
  46. package/dist-es/commands/ListCisScanResultsAggregatedByTargetResourceCommand.js +2 -14
  47. package/dist-es/commands/ListCisScansCommand.js +2 -14
  48. package/dist-es/commands/ListCodeSecurityIntegrationsCommand.js +2 -14
  49. package/dist-es/commands/ListCodeSecurityScanConfigurationAssociationsCommand.js +2 -14
  50. package/dist-es/commands/ListCodeSecurityScanConfigurationsCommand.js +2 -14
  51. package/dist-es/commands/ListCoverageCommand.js +2 -14
  52. package/dist-es/commands/ListCoverageStatisticsCommand.js +2 -14
  53. package/dist-es/commands/ListDelegatedAdminAccountsCommand.js +2 -14
  54. package/dist-es/commands/ListFiltersCommand.js +2 -14
  55. package/dist-es/commands/ListFindingAggregationsCommand.js +2 -14
  56. package/dist-es/commands/ListFindingsCommand.js +2 -14
  57. package/dist-es/commands/ListMembersCommand.js +2 -14
  58. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  59. package/dist-es/commands/ListUsageTotalsCommand.js +2 -14
  60. package/dist-es/commands/ResetEncryptionKeyCommand.js +2 -14
  61. package/dist-es/commands/SearchVulnerabilitiesCommand.js +2 -14
  62. package/dist-es/commands/SendCisSessionHealthCommand.js +2 -14
  63. package/dist-es/commands/SendCisSessionTelemetryCommand.js +2 -14
  64. package/dist-es/commands/StartCisSessionCommand.js +2 -14
  65. package/dist-es/commands/StartCodeSecurityScanCommand.js +2 -14
  66. package/dist-es/commands/StopCisSessionCommand.js +2 -14
  67. package/dist-es/commands/TagResourceCommand.js +2 -14
  68. package/dist-es/commands/UntagResourceCommand.js +2 -14
  69. package/dist-es/commands/UpdateCisScanConfigurationCommand.js +2 -14
  70. package/dist-es/commands/UpdateCodeSecurityIntegrationCommand.js +2 -14
  71. package/dist-es/commands/UpdateCodeSecurityScanConfigurationCommand.js +2 -14
  72. package/dist-es/commands/UpdateConfigurationCommand.js +2 -14
  73. package/dist-es/commands/UpdateEc2DeepInspectionConfigurationCommand.js +2 -14
  74. package/dist-es/commands/UpdateEncryptionKeyCommand.js +2 -14
  75. package/dist-es/commands/UpdateFilterCommand.js +2 -14
  76. package/dist-es/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.js +2 -14
  77. package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +2 -14
  78. package/dist-es/index.js +1 -0
  79. package/dist-types/commandBuilder.d.ts +18 -0
  80. package/dist-types/commands/AssociateMemberCommand.d.ts +3 -8
  81. package/dist-types/commands/BatchAssociateCodeSecurityScanConfigurationCommand.d.ts +3 -8
  82. package/dist-types/commands/BatchDisassociateCodeSecurityScanConfigurationCommand.d.ts +3 -8
  83. package/dist-types/commands/BatchGetAccountStatusCommand.d.ts +3 -8
  84. package/dist-types/commands/BatchGetCodeSnippetCommand.d.ts +3 -8
  85. package/dist-types/commands/BatchGetFindingDetailsCommand.d.ts +3 -8
  86. package/dist-types/commands/BatchGetFreeTrialInfoCommand.d.ts +3 -8
  87. package/dist-types/commands/BatchGetMemberEc2DeepInspectionStatusCommand.d.ts +3 -8
  88. package/dist-types/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.d.ts +3 -8
  89. package/dist-types/commands/CancelFindingsReportCommand.d.ts +3 -8
  90. package/dist-types/commands/CancelSbomExportCommand.d.ts +3 -8
  91. package/dist-types/commands/CreateCisScanConfigurationCommand.d.ts +3 -8
  92. package/dist-types/commands/CreateCodeSecurityIntegrationCommand.d.ts +3 -8
  93. package/dist-types/commands/CreateCodeSecurityScanConfigurationCommand.d.ts +3 -8
  94. package/dist-types/commands/CreateFilterCommand.d.ts +3 -8
  95. package/dist-types/commands/CreateFindingsReportCommand.d.ts +3 -8
  96. package/dist-types/commands/CreateSbomExportCommand.d.ts +3 -8
  97. package/dist-types/commands/DeleteCisScanConfigurationCommand.d.ts +3 -8
  98. package/dist-types/commands/DeleteCodeSecurityIntegrationCommand.d.ts +3 -8
  99. package/dist-types/commands/DeleteCodeSecurityScanConfigurationCommand.d.ts +3 -8
  100. package/dist-types/commands/DeleteFilterCommand.d.ts +3 -8
  101. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +3 -8
  102. package/dist-types/commands/DisableCommand.d.ts +3 -8
  103. package/dist-types/commands/DisableDelegatedAdminAccountCommand.d.ts +3 -8
  104. package/dist-types/commands/DisassociateMemberCommand.d.ts +3 -8
  105. package/dist-types/commands/EnableCommand.d.ts +3 -8
  106. package/dist-types/commands/EnableDelegatedAdminAccountCommand.d.ts +3 -8
  107. package/dist-types/commands/GetCisScanReportCommand.d.ts +3 -8
  108. package/dist-types/commands/GetCisScanResultDetailsCommand.d.ts +3 -8
  109. package/dist-types/commands/GetClustersForImageCommand.d.ts +3 -8
  110. package/dist-types/commands/GetCodeSecurityIntegrationCommand.d.ts +3 -8
  111. package/dist-types/commands/GetCodeSecurityScanCommand.d.ts +3 -8
  112. package/dist-types/commands/GetCodeSecurityScanConfigurationCommand.d.ts +3 -8
  113. package/dist-types/commands/GetConfigurationCommand.d.ts +3 -8
  114. package/dist-types/commands/GetDelegatedAdminAccountCommand.d.ts +3 -8
  115. package/dist-types/commands/GetEc2DeepInspectionConfigurationCommand.d.ts +3 -8
  116. package/dist-types/commands/GetEncryptionKeyCommand.d.ts +3 -8
  117. package/dist-types/commands/GetFindingsReportStatusCommand.d.ts +3 -8
  118. package/dist-types/commands/GetMemberCommand.d.ts +3 -8
  119. package/dist-types/commands/GetSbomExportCommand.d.ts +3 -8
  120. package/dist-types/commands/ListAccountPermissionsCommand.d.ts +3 -8
  121. package/dist-types/commands/ListCisScanConfigurationsCommand.d.ts +3 -8
  122. package/dist-types/commands/ListCisScanResultsAggregatedByChecksCommand.d.ts +3 -8
  123. package/dist-types/commands/ListCisScanResultsAggregatedByTargetResourceCommand.d.ts +3 -8
  124. package/dist-types/commands/ListCisScansCommand.d.ts +3 -8
  125. package/dist-types/commands/ListCodeSecurityIntegrationsCommand.d.ts +3 -8
  126. package/dist-types/commands/ListCodeSecurityScanConfigurationAssociationsCommand.d.ts +3 -8
  127. package/dist-types/commands/ListCodeSecurityScanConfigurationsCommand.d.ts +3 -8
  128. package/dist-types/commands/ListCoverageCommand.d.ts +3 -8
  129. package/dist-types/commands/ListCoverageStatisticsCommand.d.ts +3 -8
  130. package/dist-types/commands/ListDelegatedAdminAccountsCommand.d.ts +3 -8
  131. package/dist-types/commands/ListFiltersCommand.d.ts +3 -8
  132. package/dist-types/commands/ListFindingAggregationsCommand.d.ts +3 -8
  133. package/dist-types/commands/ListFindingsCommand.d.ts +3 -8
  134. package/dist-types/commands/ListMembersCommand.d.ts +3 -8
  135. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  136. package/dist-types/commands/ListUsageTotalsCommand.d.ts +3 -8
  137. package/dist-types/commands/ResetEncryptionKeyCommand.d.ts +3 -8
  138. package/dist-types/commands/SearchVulnerabilitiesCommand.d.ts +3 -8
  139. package/dist-types/commands/SendCisSessionHealthCommand.d.ts +3 -8
  140. package/dist-types/commands/SendCisSessionTelemetryCommand.d.ts +3 -8
  141. package/dist-types/commands/StartCisSessionCommand.d.ts +3 -8
  142. package/dist-types/commands/StartCodeSecurityScanCommand.d.ts +3 -8
  143. package/dist-types/commands/StopCisSessionCommand.d.ts +3 -8
  144. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  145. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  146. package/dist-types/commands/UpdateCisScanConfigurationCommand.d.ts +3 -8
  147. package/dist-types/commands/UpdateCodeSecurityIntegrationCommand.d.ts +3 -8
  148. package/dist-types/commands/UpdateCodeSecurityScanConfigurationCommand.d.ts +3 -8
  149. package/dist-types/commands/UpdateConfigurationCommand.d.ts +3 -8
  150. package/dist-types/commands/UpdateEc2DeepInspectionConfigurationCommand.d.ts +3 -8
  151. package/dist-types/commands/UpdateEncryptionKeyCommand.d.ts +3 -8
  152. package/dist-types/commands/UpdateFilterCommand.d.ts +3 -8
  153. package/dist-types/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.d.ts +3 -8
  154. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +3 -8
  155. package/dist-types/index.d.ts +1 -0
  156. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  157. package/dist-types/ts3.4/commands/AssociateMemberCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/BatchAssociateCodeSecurityScanConfigurationCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/BatchDisassociateCodeSecurityScanConfigurationCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/BatchGetAccountStatusCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/BatchGetCodeSnippetCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/BatchGetFindingDetailsCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/BatchGetFreeTrialInfoCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/BatchGetMemberEc2DeepInspectionStatusCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/CancelFindingsReportCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/CancelSbomExportCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/CreateCisScanConfigurationCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/CreateCodeSecurityIntegrationCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/CreateCodeSecurityScanConfigurationCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/CreateFindingsReportCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/CreateSbomExportCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/DeleteCisScanConfigurationCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/DeleteCodeSecurityIntegrationCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/DeleteCodeSecurityScanConfigurationCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/DisableCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/DisableDelegatedAdminAccountCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/DisassociateMemberCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/EnableCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/EnableDelegatedAdminAccountCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/GetCisScanReportCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/GetCisScanResultDetailsCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/GetClustersForImageCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/GetCodeSecurityIntegrationCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/GetCodeSecurityScanCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/GetCodeSecurityScanConfigurationCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/GetDelegatedAdminAccountCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/GetEc2DeepInspectionConfigurationCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/GetEncryptionKeyCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/GetFindingsReportStatusCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/GetSbomExportCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/ListAccountPermissionsCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/ListCisScanConfigurationsCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/ListCisScanResultsAggregatedByChecksCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/ListCisScanResultsAggregatedByTargetResourceCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/ListCisScansCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/ListCodeSecurityIntegrationsCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/ListCodeSecurityScanConfigurationAssociationsCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/commands/ListCodeSecurityScanConfigurationsCommand.d.ts +7 -16
  205. package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +7 -16
  206. package/dist-types/ts3.4/commands/ListCoverageStatisticsCommand.d.ts +7 -16
  207. package/dist-types/ts3.4/commands/ListDelegatedAdminAccountsCommand.d.ts +7 -16
  208. package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +7 -16
  209. package/dist-types/ts3.4/commands/ListFindingAggregationsCommand.d.ts +7 -16
  210. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +7 -16
  211. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +7 -16
  212. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  213. package/dist-types/ts3.4/commands/ListUsageTotalsCommand.d.ts +7 -16
  214. package/dist-types/ts3.4/commands/ResetEncryptionKeyCommand.d.ts +7 -16
  215. package/dist-types/ts3.4/commands/SearchVulnerabilitiesCommand.d.ts +7 -16
  216. package/dist-types/ts3.4/commands/SendCisSessionHealthCommand.d.ts +7 -16
  217. package/dist-types/ts3.4/commands/SendCisSessionTelemetryCommand.d.ts +7 -16
  218. package/dist-types/ts3.4/commands/StartCisSessionCommand.d.ts +7 -16
  219. package/dist-types/ts3.4/commands/StartCodeSecurityScanCommand.d.ts +7 -16
  220. package/dist-types/ts3.4/commands/StopCisSessionCommand.d.ts +7 -16
  221. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  222. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  223. package/dist-types/ts3.4/commands/UpdateCisScanConfigurationCommand.d.ts +7 -16
  224. package/dist-types/ts3.4/commands/UpdateCodeSecurityIntegrationCommand.d.ts +7 -16
  225. package/dist-types/ts3.4/commands/UpdateCodeSecurityScanConfigurationCommand.d.ts +7 -16
  226. package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +7 -16
  227. package/dist-types/ts3.4/commands/UpdateEc2DeepInspectionConfigurationCommand.d.ts +7 -16
  228. package/dist-types/ts3.4/commands/UpdateEncryptionKeyCommand.d.ts +7 -16
  229. package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +7 -16
  230. package/dist-types/ts3.4/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.d.ts +7 -16
  231. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +7 -16
  232. package/dist-types/ts3.4/index.d.ts +1 -0
  233. 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.1077.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -3590,904 +3591,233 @@ class Inspector2Client extends Client {
3590
3591
  }
3591
3592
  }
3592
3593
 
3593
- class AssociateMemberCommand extends Command
3594
- .classBuilder()
3595
- .ep(commonParams)
3596
- .m(function (Command, cs, config, o) {
3597
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3598
- })
3599
- .s("Inspector2", "AssociateMember", {})
3600
- .n("Inspector2Client", "AssociateMemberCommand")
3601
- .sc(AssociateMember$)
3602
- .build() {
3594
+ const command = makeBuilder(commonParams, "Inspector2", "Inspector2Client", getEndpointPlugin);
3595
+ const _ep0 = {};
3596
+ const _mw0 = (Command, cs, config, o) => [];
3597
+
3598
+ class AssociateMemberCommand extends command(_ep0, _mw0, "AssociateMember", AssociateMember$) {
3603
3599
  }
3604
3600
 
3605
- class BatchAssociateCodeSecurityScanConfigurationCommand extends Command
3606
- .classBuilder()
3607
- .ep(commonParams)
3608
- .m(function (Command, cs, config, o) {
3609
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3610
- })
3611
- .s("Inspector2", "BatchAssociateCodeSecurityScanConfiguration", {})
3612
- .n("Inspector2Client", "BatchAssociateCodeSecurityScanConfigurationCommand")
3613
- .sc(BatchAssociateCodeSecurityScanConfiguration$)
3614
- .build() {
3601
+ class BatchAssociateCodeSecurityScanConfigurationCommand extends command(_ep0, _mw0, "BatchAssociateCodeSecurityScanConfiguration", BatchAssociateCodeSecurityScanConfiguration$) {
3615
3602
  }
3616
3603
 
3617
- class BatchDisassociateCodeSecurityScanConfigurationCommand extends Command
3618
- .classBuilder()
3619
- .ep(commonParams)
3620
- .m(function (Command, cs, config, o) {
3621
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3622
- })
3623
- .s("Inspector2", "BatchDisassociateCodeSecurityScanConfiguration", {})
3624
- .n("Inspector2Client", "BatchDisassociateCodeSecurityScanConfigurationCommand")
3625
- .sc(BatchDisassociateCodeSecurityScanConfiguration$)
3626
- .build() {
3604
+ class BatchDisassociateCodeSecurityScanConfigurationCommand extends command(_ep0, _mw0, "BatchDisassociateCodeSecurityScanConfiguration", BatchDisassociateCodeSecurityScanConfiguration$) {
3627
3605
  }
3628
3606
 
3629
- class BatchGetAccountStatusCommand extends Command
3630
- .classBuilder()
3631
- .ep(commonParams)
3632
- .m(function (Command, cs, config, o) {
3633
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3634
- })
3635
- .s("Inspector2", "BatchGetAccountStatus", {})
3636
- .n("Inspector2Client", "BatchGetAccountStatusCommand")
3637
- .sc(BatchGetAccountStatus$)
3638
- .build() {
3607
+ class BatchGetAccountStatusCommand extends command(_ep0, _mw0, "BatchGetAccountStatus", BatchGetAccountStatus$) {
3639
3608
  }
3640
3609
 
3641
- class BatchGetCodeSnippetCommand extends Command
3642
- .classBuilder()
3643
- .ep(commonParams)
3644
- .m(function (Command, cs, config, o) {
3645
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3646
- })
3647
- .s("Inspector2", "BatchGetCodeSnippet", {})
3648
- .n("Inspector2Client", "BatchGetCodeSnippetCommand")
3649
- .sc(BatchGetCodeSnippet$)
3650
- .build() {
3610
+ class BatchGetCodeSnippetCommand extends command(_ep0, _mw0, "BatchGetCodeSnippet", BatchGetCodeSnippet$) {
3651
3611
  }
3652
3612
 
3653
- class BatchGetFindingDetailsCommand extends Command
3654
- .classBuilder()
3655
- .ep(commonParams)
3656
- .m(function (Command, cs, config, o) {
3657
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3658
- })
3659
- .s("Inspector2", "BatchGetFindingDetails", {})
3660
- .n("Inspector2Client", "BatchGetFindingDetailsCommand")
3661
- .sc(BatchGetFindingDetails$)
3662
- .build() {
3613
+ class BatchGetFindingDetailsCommand extends command(_ep0, _mw0, "BatchGetFindingDetails", BatchGetFindingDetails$) {
3663
3614
  }
3664
3615
 
3665
- class BatchGetFreeTrialInfoCommand extends Command
3666
- .classBuilder()
3667
- .ep(commonParams)
3668
- .m(function (Command, cs, config, o) {
3669
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3670
- })
3671
- .s("Inspector2", "BatchGetFreeTrialInfo", {})
3672
- .n("Inspector2Client", "BatchGetFreeTrialInfoCommand")
3673
- .sc(BatchGetFreeTrialInfo$)
3674
- .build() {
3616
+ class BatchGetFreeTrialInfoCommand extends command(_ep0, _mw0, "BatchGetFreeTrialInfo", BatchGetFreeTrialInfo$) {
3675
3617
  }
3676
3618
 
3677
- class BatchGetMemberEc2DeepInspectionStatusCommand extends Command
3678
- .classBuilder()
3679
- .ep(commonParams)
3680
- .m(function (Command, cs, config, o) {
3681
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3682
- })
3683
- .s("Inspector2", "BatchGetMemberEc2DeepInspectionStatus", {})
3684
- .n("Inspector2Client", "BatchGetMemberEc2DeepInspectionStatusCommand")
3685
- .sc(BatchGetMemberEc2DeepInspectionStatus$)
3686
- .build() {
3619
+ class BatchGetMemberEc2DeepInspectionStatusCommand extends command(_ep0, _mw0, "BatchGetMemberEc2DeepInspectionStatus", BatchGetMemberEc2DeepInspectionStatus$) {
3687
3620
  }
3688
3621
 
3689
- class BatchUpdateMemberEc2DeepInspectionStatusCommand extends Command
3690
- .classBuilder()
3691
- .ep(commonParams)
3692
- .m(function (Command, cs, config, o) {
3693
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3694
- })
3695
- .s("Inspector2", "BatchUpdateMemberEc2DeepInspectionStatus", {})
3696
- .n("Inspector2Client", "BatchUpdateMemberEc2DeepInspectionStatusCommand")
3697
- .sc(BatchUpdateMemberEc2DeepInspectionStatus$)
3698
- .build() {
3622
+ class BatchUpdateMemberEc2DeepInspectionStatusCommand extends command(_ep0, _mw0, "BatchUpdateMemberEc2DeepInspectionStatus", BatchUpdateMemberEc2DeepInspectionStatus$) {
3699
3623
  }
3700
3624
 
3701
- class CancelFindingsReportCommand extends Command
3702
- .classBuilder()
3703
- .ep(commonParams)
3704
- .m(function (Command, cs, config, o) {
3705
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3706
- })
3707
- .s("Inspector2", "CancelFindingsReport", {})
3708
- .n("Inspector2Client", "CancelFindingsReportCommand")
3709
- .sc(CancelFindingsReport$)
3710
- .build() {
3625
+ class CancelFindingsReportCommand extends command(_ep0, _mw0, "CancelFindingsReport", CancelFindingsReport$) {
3711
3626
  }
3712
3627
 
3713
- class CancelSbomExportCommand extends Command
3714
- .classBuilder()
3715
- .ep(commonParams)
3716
- .m(function (Command, cs, config, o) {
3717
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3718
- })
3719
- .s("Inspector2", "CancelSbomExport", {})
3720
- .n("Inspector2Client", "CancelSbomExportCommand")
3721
- .sc(CancelSbomExport$)
3722
- .build() {
3628
+ class CancelSbomExportCommand extends command(_ep0, _mw0, "CancelSbomExport", CancelSbomExport$) {
3723
3629
  }
3724
3630
 
3725
- class CreateCisScanConfigurationCommand extends Command
3726
- .classBuilder()
3727
- .ep(commonParams)
3728
- .m(function (Command, cs, config, o) {
3729
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3730
- })
3731
- .s("Inspector2", "CreateCisScanConfiguration", {})
3732
- .n("Inspector2Client", "CreateCisScanConfigurationCommand")
3733
- .sc(CreateCisScanConfiguration$)
3734
- .build() {
3631
+ class CreateCisScanConfigurationCommand extends command(_ep0, _mw0, "CreateCisScanConfiguration", CreateCisScanConfiguration$) {
3735
3632
  }
3736
3633
 
3737
- class CreateCodeSecurityIntegrationCommand extends Command
3738
- .classBuilder()
3739
- .ep(commonParams)
3740
- .m(function (Command, cs, config, o) {
3741
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3742
- })
3743
- .s("Inspector2", "CreateCodeSecurityIntegration", {})
3744
- .n("Inspector2Client", "CreateCodeSecurityIntegrationCommand")
3745
- .sc(CreateCodeSecurityIntegration$)
3746
- .build() {
3634
+ class CreateCodeSecurityIntegrationCommand extends command(_ep0, _mw0, "CreateCodeSecurityIntegration", CreateCodeSecurityIntegration$) {
3747
3635
  }
3748
3636
 
3749
- class CreateCodeSecurityScanConfigurationCommand extends Command
3750
- .classBuilder()
3751
- .ep(commonParams)
3752
- .m(function (Command, cs, config, o) {
3753
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3754
- })
3755
- .s("Inspector2", "CreateCodeSecurityScanConfiguration", {})
3756
- .n("Inspector2Client", "CreateCodeSecurityScanConfigurationCommand")
3757
- .sc(CreateCodeSecurityScanConfiguration$)
3758
- .build() {
3637
+ class CreateCodeSecurityScanConfigurationCommand extends command(_ep0, _mw0, "CreateCodeSecurityScanConfiguration", CreateCodeSecurityScanConfiguration$) {
3759
3638
  }
3760
3639
 
3761
- class CreateFilterCommand extends Command
3762
- .classBuilder()
3763
- .ep(commonParams)
3764
- .m(function (Command, cs, config, o) {
3765
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3766
- })
3767
- .s("Inspector2", "CreateFilter", {})
3768
- .n("Inspector2Client", "CreateFilterCommand")
3769
- .sc(CreateFilter$)
3770
- .build() {
3640
+ class CreateFilterCommand extends command(_ep0, _mw0, "CreateFilter", CreateFilter$) {
3771
3641
  }
3772
3642
 
3773
- class CreateFindingsReportCommand extends Command
3774
- .classBuilder()
3775
- .ep(commonParams)
3776
- .m(function (Command, cs, config, o) {
3777
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3778
- })
3779
- .s("Inspector2", "CreateFindingsReport", {})
3780
- .n("Inspector2Client", "CreateFindingsReportCommand")
3781
- .sc(CreateFindingsReport$)
3782
- .build() {
3643
+ class CreateFindingsReportCommand extends command(_ep0, _mw0, "CreateFindingsReport", CreateFindingsReport$) {
3783
3644
  }
3784
3645
 
3785
- class CreateSbomExportCommand extends Command
3786
- .classBuilder()
3787
- .ep(commonParams)
3788
- .m(function (Command, cs, config, o) {
3789
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3790
- })
3791
- .s("Inspector2", "CreateSbomExport", {})
3792
- .n("Inspector2Client", "CreateSbomExportCommand")
3793
- .sc(CreateSbomExport$)
3794
- .build() {
3646
+ class CreateSbomExportCommand extends command(_ep0, _mw0, "CreateSbomExport", CreateSbomExport$) {
3795
3647
  }
3796
3648
 
3797
- class DeleteCisScanConfigurationCommand extends Command
3798
- .classBuilder()
3799
- .ep(commonParams)
3800
- .m(function (Command, cs, config, o) {
3801
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3802
- })
3803
- .s("Inspector2", "DeleteCisScanConfiguration", {})
3804
- .n("Inspector2Client", "DeleteCisScanConfigurationCommand")
3805
- .sc(DeleteCisScanConfiguration$)
3806
- .build() {
3649
+ class DeleteCisScanConfigurationCommand extends command(_ep0, _mw0, "DeleteCisScanConfiguration", DeleteCisScanConfiguration$) {
3807
3650
  }
3808
3651
 
3809
- class DeleteCodeSecurityIntegrationCommand extends Command
3810
- .classBuilder()
3811
- .ep(commonParams)
3812
- .m(function (Command, cs, config, o) {
3813
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3814
- })
3815
- .s("Inspector2", "DeleteCodeSecurityIntegration", {})
3816
- .n("Inspector2Client", "DeleteCodeSecurityIntegrationCommand")
3817
- .sc(DeleteCodeSecurityIntegration$)
3818
- .build() {
3652
+ class DeleteCodeSecurityIntegrationCommand extends command(_ep0, _mw0, "DeleteCodeSecurityIntegration", DeleteCodeSecurityIntegration$) {
3819
3653
  }
3820
3654
 
3821
- class DeleteCodeSecurityScanConfigurationCommand extends Command
3822
- .classBuilder()
3823
- .ep(commonParams)
3824
- .m(function (Command, cs, config, o) {
3825
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3826
- })
3827
- .s("Inspector2", "DeleteCodeSecurityScanConfiguration", {})
3828
- .n("Inspector2Client", "DeleteCodeSecurityScanConfigurationCommand")
3829
- .sc(DeleteCodeSecurityScanConfiguration$)
3830
- .build() {
3655
+ class DeleteCodeSecurityScanConfigurationCommand extends command(_ep0, _mw0, "DeleteCodeSecurityScanConfiguration", DeleteCodeSecurityScanConfiguration$) {
3831
3656
  }
3832
3657
 
3833
- class DeleteFilterCommand extends Command
3834
- .classBuilder()
3835
- .ep(commonParams)
3836
- .m(function (Command, cs, config, o) {
3837
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3838
- })
3839
- .s("Inspector2", "DeleteFilter", {})
3840
- .n("Inspector2Client", "DeleteFilterCommand")
3841
- .sc(DeleteFilter$)
3842
- .build() {
3658
+ class DeleteFilterCommand extends command(_ep0, _mw0, "DeleteFilter", DeleteFilter$) {
3843
3659
  }
3844
3660
 
3845
- class DescribeOrganizationConfigurationCommand extends Command
3846
- .classBuilder()
3847
- .ep(commonParams)
3848
- .m(function (Command, cs, config, o) {
3849
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3850
- })
3851
- .s("Inspector2", "DescribeOrganizationConfiguration", {})
3852
- .n("Inspector2Client", "DescribeOrganizationConfigurationCommand")
3853
- .sc(DescribeOrganizationConfiguration$)
3854
- .build() {
3661
+ class DescribeOrganizationConfigurationCommand extends command(_ep0, _mw0, "DescribeOrganizationConfiguration", DescribeOrganizationConfiguration$) {
3855
3662
  }
3856
3663
 
3857
- class DisableCommand extends Command
3858
- .classBuilder()
3859
- .ep(commonParams)
3860
- .m(function (Command, cs, config, o) {
3861
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3862
- })
3863
- .s("Inspector2", "Disable", {})
3864
- .n("Inspector2Client", "DisableCommand")
3865
- .sc(Disable$)
3866
- .build() {
3664
+ class DisableCommand extends command(_ep0, _mw0, "Disable", Disable$) {
3867
3665
  }
3868
3666
 
3869
- class DisableDelegatedAdminAccountCommand extends Command
3870
- .classBuilder()
3871
- .ep(commonParams)
3872
- .m(function (Command, cs, config, o) {
3873
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3874
- })
3875
- .s("Inspector2", "DisableDelegatedAdminAccount", {})
3876
- .n("Inspector2Client", "DisableDelegatedAdminAccountCommand")
3877
- .sc(DisableDelegatedAdminAccount$)
3878
- .build() {
3667
+ class DisableDelegatedAdminAccountCommand extends command(_ep0, _mw0, "DisableDelegatedAdminAccount", DisableDelegatedAdminAccount$) {
3879
3668
  }
3880
3669
 
3881
- class DisassociateMemberCommand extends Command
3882
- .classBuilder()
3883
- .ep(commonParams)
3884
- .m(function (Command, cs, config, o) {
3885
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3886
- })
3887
- .s("Inspector2", "DisassociateMember", {})
3888
- .n("Inspector2Client", "DisassociateMemberCommand")
3889
- .sc(DisassociateMember$)
3890
- .build() {
3670
+ class DisassociateMemberCommand extends command(_ep0, _mw0, "DisassociateMember", DisassociateMember$) {
3891
3671
  }
3892
3672
 
3893
- class EnableCommand extends Command
3894
- .classBuilder()
3895
- .ep(commonParams)
3896
- .m(function (Command, cs, config, o) {
3897
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3898
- })
3899
- .s("Inspector2", "Enable", {})
3900
- .n("Inspector2Client", "EnableCommand")
3901
- .sc(Enable$)
3902
- .build() {
3673
+ class EnableCommand extends command(_ep0, _mw0, "Enable", Enable$) {
3903
3674
  }
3904
3675
 
3905
- class EnableDelegatedAdminAccountCommand extends Command
3906
- .classBuilder()
3907
- .ep(commonParams)
3908
- .m(function (Command, cs, config, o) {
3909
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3910
- })
3911
- .s("Inspector2", "EnableDelegatedAdminAccount", {})
3912
- .n("Inspector2Client", "EnableDelegatedAdminAccountCommand")
3913
- .sc(EnableDelegatedAdminAccount$)
3914
- .build() {
3676
+ class EnableDelegatedAdminAccountCommand extends command(_ep0, _mw0, "EnableDelegatedAdminAccount", EnableDelegatedAdminAccount$) {
3915
3677
  }
3916
3678
 
3917
- class GetCisScanReportCommand extends Command
3918
- .classBuilder()
3919
- .ep(commonParams)
3920
- .m(function (Command, cs, config, o) {
3921
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3922
- })
3923
- .s("Inspector2", "GetCisScanReport", {})
3924
- .n("Inspector2Client", "GetCisScanReportCommand")
3925
- .sc(GetCisScanReport$)
3926
- .build() {
3679
+ class GetCisScanReportCommand extends command(_ep0, _mw0, "GetCisScanReport", GetCisScanReport$) {
3927
3680
  }
3928
3681
 
3929
- class GetCisScanResultDetailsCommand extends Command
3930
- .classBuilder()
3931
- .ep(commonParams)
3932
- .m(function (Command, cs, config, o) {
3933
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3934
- })
3935
- .s("Inspector2", "GetCisScanResultDetails", {})
3936
- .n("Inspector2Client", "GetCisScanResultDetailsCommand")
3937
- .sc(GetCisScanResultDetails$)
3938
- .build() {
3682
+ class GetCisScanResultDetailsCommand extends command(_ep0, _mw0, "GetCisScanResultDetails", GetCisScanResultDetails$) {
3939
3683
  }
3940
3684
 
3941
- class GetClustersForImageCommand extends Command
3942
- .classBuilder()
3943
- .ep(commonParams)
3944
- .m(function (Command, cs, config, o) {
3945
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3946
- })
3947
- .s("Inspector2", "GetClustersForImage", {})
3948
- .n("Inspector2Client", "GetClustersForImageCommand")
3949
- .sc(GetClustersForImage$)
3950
- .build() {
3685
+ class GetClustersForImageCommand extends command(_ep0, _mw0, "GetClustersForImage", GetClustersForImage$) {
3951
3686
  }
3952
3687
 
3953
- class GetCodeSecurityIntegrationCommand extends Command
3954
- .classBuilder()
3955
- .ep(commonParams)
3956
- .m(function (Command, cs, config, o) {
3957
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3958
- })
3959
- .s("Inspector2", "GetCodeSecurityIntegration", {})
3960
- .n("Inspector2Client", "GetCodeSecurityIntegrationCommand")
3961
- .sc(GetCodeSecurityIntegration$)
3962
- .build() {
3688
+ class GetCodeSecurityIntegrationCommand extends command(_ep0, _mw0, "GetCodeSecurityIntegration", GetCodeSecurityIntegration$) {
3963
3689
  }
3964
3690
 
3965
- class GetCodeSecurityScanCommand extends Command
3966
- .classBuilder()
3967
- .ep(commonParams)
3968
- .m(function (Command, cs, config, o) {
3969
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3970
- })
3971
- .s("Inspector2", "GetCodeSecurityScan", {})
3972
- .n("Inspector2Client", "GetCodeSecurityScanCommand")
3973
- .sc(GetCodeSecurityScan$)
3974
- .build() {
3691
+ class GetCodeSecurityScanCommand extends command(_ep0, _mw0, "GetCodeSecurityScan", GetCodeSecurityScan$) {
3975
3692
  }
3976
3693
 
3977
- class GetCodeSecurityScanConfigurationCommand extends Command
3978
- .classBuilder()
3979
- .ep(commonParams)
3980
- .m(function (Command, cs, config, o) {
3981
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3982
- })
3983
- .s("Inspector2", "GetCodeSecurityScanConfiguration", {})
3984
- .n("Inspector2Client", "GetCodeSecurityScanConfigurationCommand")
3985
- .sc(GetCodeSecurityScanConfiguration$)
3986
- .build() {
3694
+ class GetCodeSecurityScanConfigurationCommand extends command(_ep0, _mw0, "GetCodeSecurityScanConfiguration", GetCodeSecurityScanConfiguration$) {
3987
3695
  }
3988
3696
 
3989
- class GetConfigurationCommand extends Command
3990
- .classBuilder()
3991
- .ep(commonParams)
3992
- .m(function (Command, cs, config, o) {
3993
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
3994
- })
3995
- .s("Inspector2", "GetConfiguration", {})
3996
- .n("Inspector2Client", "GetConfigurationCommand")
3997
- .sc(GetConfiguration$)
3998
- .build() {
3697
+ class GetConfigurationCommand extends command(_ep0, _mw0, "GetConfiguration", GetConfiguration$) {
3999
3698
  }
4000
3699
 
4001
- class GetDelegatedAdminAccountCommand extends Command
4002
- .classBuilder()
4003
- .ep(commonParams)
4004
- .m(function (Command, cs, config, o) {
4005
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4006
- })
4007
- .s("Inspector2", "GetDelegatedAdminAccount", {})
4008
- .n("Inspector2Client", "GetDelegatedAdminAccountCommand")
4009
- .sc(GetDelegatedAdminAccount$)
4010
- .build() {
3700
+ class GetDelegatedAdminAccountCommand extends command(_ep0, _mw0, "GetDelegatedAdminAccount", GetDelegatedAdminAccount$) {
4011
3701
  }
4012
3702
 
4013
- class GetEc2DeepInspectionConfigurationCommand extends Command
4014
- .classBuilder()
4015
- .ep(commonParams)
4016
- .m(function (Command, cs, config, o) {
4017
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4018
- })
4019
- .s("Inspector2", "GetEc2DeepInspectionConfiguration", {})
4020
- .n("Inspector2Client", "GetEc2DeepInspectionConfigurationCommand")
4021
- .sc(GetEc2DeepInspectionConfiguration$)
4022
- .build() {
3703
+ class GetEc2DeepInspectionConfigurationCommand extends command(_ep0, _mw0, "GetEc2DeepInspectionConfiguration", GetEc2DeepInspectionConfiguration$) {
4023
3704
  }
4024
3705
 
4025
- class GetEncryptionKeyCommand extends Command
4026
- .classBuilder()
4027
- .ep(commonParams)
4028
- .m(function (Command, cs, config, o) {
4029
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4030
- })
4031
- .s("Inspector2", "GetEncryptionKey", {})
4032
- .n("Inspector2Client", "GetEncryptionKeyCommand")
4033
- .sc(GetEncryptionKey$)
4034
- .build() {
3706
+ class GetEncryptionKeyCommand extends command(_ep0, _mw0, "GetEncryptionKey", GetEncryptionKey$) {
4035
3707
  }
4036
3708
 
4037
- class GetFindingsReportStatusCommand extends Command
4038
- .classBuilder()
4039
- .ep(commonParams)
4040
- .m(function (Command, cs, config, o) {
4041
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4042
- })
4043
- .s("Inspector2", "GetFindingsReportStatus", {})
4044
- .n("Inspector2Client", "GetFindingsReportStatusCommand")
4045
- .sc(GetFindingsReportStatus$)
4046
- .build() {
3709
+ class GetFindingsReportStatusCommand extends command(_ep0, _mw0, "GetFindingsReportStatus", GetFindingsReportStatus$) {
4047
3710
  }
4048
3711
 
4049
- class GetMemberCommand extends Command
4050
- .classBuilder()
4051
- .ep(commonParams)
4052
- .m(function (Command, cs, config, o) {
4053
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4054
- })
4055
- .s("Inspector2", "GetMember", {})
4056
- .n("Inspector2Client", "GetMemberCommand")
4057
- .sc(GetMember$)
4058
- .build() {
3712
+ class GetMemberCommand extends command(_ep0, _mw0, "GetMember", GetMember$) {
4059
3713
  }
4060
3714
 
4061
- class GetSbomExportCommand extends Command
4062
- .classBuilder()
4063
- .ep(commonParams)
4064
- .m(function (Command, cs, config, o) {
4065
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4066
- })
4067
- .s("Inspector2", "GetSbomExport", {})
4068
- .n("Inspector2Client", "GetSbomExportCommand")
4069
- .sc(GetSbomExport$)
4070
- .build() {
3715
+ class GetSbomExportCommand extends command(_ep0, _mw0, "GetSbomExport", GetSbomExport$) {
4071
3716
  }
4072
3717
 
4073
- class ListAccountPermissionsCommand extends Command
4074
- .classBuilder()
4075
- .ep(commonParams)
4076
- .m(function (Command, cs, config, o) {
4077
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4078
- })
4079
- .s("Inspector2", "ListAccountPermissions", {})
4080
- .n("Inspector2Client", "ListAccountPermissionsCommand")
4081
- .sc(ListAccountPermissions$)
4082
- .build() {
3718
+ class ListAccountPermissionsCommand extends command(_ep0, _mw0, "ListAccountPermissions", ListAccountPermissions$) {
4083
3719
  }
4084
3720
 
4085
- class ListCisScanConfigurationsCommand extends Command
4086
- .classBuilder()
4087
- .ep(commonParams)
4088
- .m(function (Command, cs, config, o) {
4089
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4090
- })
4091
- .s("Inspector2", "ListCisScanConfigurations", {})
4092
- .n("Inspector2Client", "ListCisScanConfigurationsCommand")
4093
- .sc(ListCisScanConfigurations$)
4094
- .build() {
3721
+ class ListCisScanConfigurationsCommand extends command(_ep0, _mw0, "ListCisScanConfigurations", ListCisScanConfigurations$) {
4095
3722
  }
4096
3723
 
4097
- class ListCisScanResultsAggregatedByChecksCommand extends Command
4098
- .classBuilder()
4099
- .ep(commonParams)
4100
- .m(function (Command, cs, config, o) {
4101
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4102
- })
4103
- .s("Inspector2", "ListCisScanResultsAggregatedByChecks", {})
4104
- .n("Inspector2Client", "ListCisScanResultsAggregatedByChecksCommand")
4105
- .sc(ListCisScanResultsAggregatedByChecks$)
4106
- .build() {
3724
+ class ListCisScanResultsAggregatedByChecksCommand extends command(_ep0, _mw0, "ListCisScanResultsAggregatedByChecks", ListCisScanResultsAggregatedByChecks$) {
4107
3725
  }
4108
3726
 
4109
- class ListCisScanResultsAggregatedByTargetResourceCommand extends Command
4110
- .classBuilder()
4111
- .ep(commonParams)
4112
- .m(function (Command, cs, config, o) {
4113
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4114
- })
4115
- .s("Inspector2", "ListCisScanResultsAggregatedByTargetResource", {})
4116
- .n("Inspector2Client", "ListCisScanResultsAggregatedByTargetResourceCommand")
4117
- .sc(ListCisScanResultsAggregatedByTargetResource$)
4118
- .build() {
3727
+ class ListCisScanResultsAggregatedByTargetResourceCommand extends command(_ep0, _mw0, "ListCisScanResultsAggregatedByTargetResource", ListCisScanResultsAggregatedByTargetResource$) {
4119
3728
  }
4120
3729
 
4121
- class ListCisScansCommand extends Command
4122
- .classBuilder()
4123
- .ep(commonParams)
4124
- .m(function (Command, cs, config, o) {
4125
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4126
- })
4127
- .s("Inspector2", "ListCisScans", {})
4128
- .n("Inspector2Client", "ListCisScansCommand")
4129
- .sc(ListCisScans$)
4130
- .build() {
3730
+ class ListCisScansCommand extends command(_ep0, _mw0, "ListCisScans", ListCisScans$) {
4131
3731
  }
4132
3732
 
4133
- class ListCodeSecurityIntegrationsCommand extends Command
4134
- .classBuilder()
4135
- .ep(commonParams)
4136
- .m(function (Command, cs, config, o) {
4137
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4138
- })
4139
- .s("Inspector2", "ListCodeSecurityIntegrations", {})
4140
- .n("Inspector2Client", "ListCodeSecurityIntegrationsCommand")
4141
- .sc(ListCodeSecurityIntegrations$)
4142
- .build() {
3733
+ class ListCodeSecurityIntegrationsCommand extends command(_ep0, _mw0, "ListCodeSecurityIntegrations", ListCodeSecurityIntegrations$) {
4143
3734
  }
4144
3735
 
4145
- class ListCodeSecurityScanConfigurationAssociationsCommand extends Command
4146
- .classBuilder()
4147
- .ep(commonParams)
4148
- .m(function (Command, cs, config, o) {
4149
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4150
- })
4151
- .s("Inspector2", "ListCodeSecurityScanConfigurationAssociations", {})
4152
- .n("Inspector2Client", "ListCodeSecurityScanConfigurationAssociationsCommand")
4153
- .sc(ListCodeSecurityScanConfigurationAssociations$)
4154
- .build() {
3736
+ class ListCodeSecurityScanConfigurationAssociationsCommand extends command(_ep0, _mw0, "ListCodeSecurityScanConfigurationAssociations", ListCodeSecurityScanConfigurationAssociations$) {
4155
3737
  }
4156
3738
 
4157
- class ListCodeSecurityScanConfigurationsCommand extends Command
4158
- .classBuilder()
4159
- .ep(commonParams)
4160
- .m(function (Command, cs, config, o) {
4161
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4162
- })
4163
- .s("Inspector2", "ListCodeSecurityScanConfigurations", {})
4164
- .n("Inspector2Client", "ListCodeSecurityScanConfigurationsCommand")
4165
- .sc(ListCodeSecurityScanConfigurations$)
4166
- .build() {
3739
+ class ListCodeSecurityScanConfigurationsCommand extends command(_ep0, _mw0, "ListCodeSecurityScanConfigurations", ListCodeSecurityScanConfigurations$) {
4167
3740
  }
4168
3741
 
4169
- class ListCoverageCommand extends Command
4170
- .classBuilder()
4171
- .ep(commonParams)
4172
- .m(function (Command, cs, config, o) {
4173
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4174
- })
4175
- .s("Inspector2", "ListCoverage", {})
4176
- .n("Inspector2Client", "ListCoverageCommand")
4177
- .sc(ListCoverage$)
4178
- .build() {
3742
+ class ListCoverageCommand extends command(_ep0, _mw0, "ListCoverage", ListCoverage$) {
4179
3743
  }
4180
3744
 
4181
- class ListCoverageStatisticsCommand extends Command
4182
- .classBuilder()
4183
- .ep(commonParams)
4184
- .m(function (Command, cs, config, o) {
4185
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4186
- })
4187
- .s("Inspector2", "ListCoverageStatistics", {})
4188
- .n("Inspector2Client", "ListCoverageStatisticsCommand")
4189
- .sc(ListCoverageStatistics$)
4190
- .build() {
3745
+ class ListCoverageStatisticsCommand extends command(_ep0, _mw0, "ListCoverageStatistics", ListCoverageStatistics$) {
4191
3746
  }
4192
3747
 
4193
- class ListDelegatedAdminAccountsCommand extends Command
4194
- .classBuilder()
4195
- .ep(commonParams)
4196
- .m(function (Command, cs, config, o) {
4197
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4198
- })
4199
- .s("Inspector2", "ListDelegatedAdminAccounts", {})
4200
- .n("Inspector2Client", "ListDelegatedAdminAccountsCommand")
4201
- .sc(ListDelegatedAdminAccounts$)
4202
- .build() {
3748
+ class ListDelegatedAdminAccountsCommand extends command(_ep0, _mw0, "ListDelegatedAdminAccounts", ListDelegatedAdminAccounts$) {
4203
3749
  }
4204
3750
 
4205
- class ListFiltersCommand extends Command
4206
- .classBuilder()
4207
- .ep(commonParams)
4208
- .m(function (Command, cs, config, o) {
4209
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4210
- })
4211
- .s("Inspector2", "ListFilters", {})
4212
- .n("Inspector2Client", "ListFiltersCommand")
4213
- .sc(ListFilters$)
4214
- .build() {
3751
+ class ListFiltersCommand extends command(_ep0, _mw0, "ListFilters", ListFilters$) {
4215
3752
  }
4216
3753
 
4217
- class ListFindingAggregationsCommand extends Command
4218
- .classBuilder()
4219
- .ep(commonParams)
4220
- .m(function (Command, cs, config, o) {
4221
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4222
- })
4223
- .s("Inspector2", "ListFindingAggregations", {})
4224
- .n("Inspector2Client", "ListFindingAggregationsCommand")
4225
- .sc(ListFindingAggregations$)
4226
- .build() {
3754
+ class ListFindingAggregationsCommand extends command(_ep0, _mw0, "ListFindingAggregations", ListFindingAggregations$) {
4227
3755
  }
4228
3756
 
4229
- class ListFindingsCommand extends Command
4230
- .classBuilder()
4231
- .ep(commonParams)
4232
- .m(function (Command, cs, config, o) {
4233
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4234
- })
4235
- .s("Inspector2", "ListFindings", {})
4236
- .n("Inspector2Client", "ListFindingsCommand")
4237
- .sc(ListFindings$)
4238
- .build() {
3757
+ class ListFindingsCommand extends command(_ep0, _mw0, "ListFindings", ListFindings$) {
4239
3758
  }
4240
3759
 
4241
- class ListMembersCommand extends Command
4242
- .classBuilder()
4243
- .ep(commonParams)
4244
- .m(function (Command, cs, config, o) {
4245
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4246
- })
4247
- .s("Inspector2", "ListMembers", {})
4248
- .n("Inspector2Client", "ListMembersCommand")
4249
- .sc(ListMembers$)
4250
- .build() {
3760
+ class ListMembersCommand extends command(_ep0, _mw0, "ListMembers", ListMembers$) {
4251
3761
  }
4252
3762
 
4253
- class ListTagsForResourceCommand extends Command
4254
- .classBuilder()
4255
- .ep(commonParams)
4256
- .m(function (Command, cs, config, o) {
4257
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4258
- })
4259
- .s("Inspector2", "ListTagsForResource", {})
4260
- .n("Inspector2Client", "ListTagsForResourceCommand")
4261
- .sc(ListTagsForResource$)
4262
- .build() {
3763
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
4263
3764
  }
4264
3765
 
4265
- class ListUsageTotalsCommand extends Command
4266
- .classBuilder()
4267
- .ep(commonParams)
4268
- .m(function (Command, cs, config, o) {
4269
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4270
- })
4271
- .s("Inspector2", "ListUsageTotals", {})
4272
- .n("Inspector2Client", "ListUsageTotalsCommand")
4273
- .sc(ListUsageTotals$)
4274
- .build() {
3766
+ class ListUsageTotalsCommand extends command(_ep0, _mw0, "ListUsageTotals", ListUsageTotals$) {
4275
3767
  }
4276
3768
 
4277
- class ResetEncryptionKeyCommand extends Command
4278
- .classBuilder()
4279
- .ep(commonParams)
4280
- .m(function (Command, cs, config, o) {
4281
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4282
- })
4283
- .s("Inspector2", "ResetEncryptionKey", {})
4284
- .n("Inspector2Client", "ResetEncryptionKeyCommand")
4285
- .sc(ResetEncryptionKey$)
4286
- .build() {
3769
+ class ResetEncryptionKeyCommand extends command(_ep0, _mw0, "ResetEncryptionKey", ResetEncryptionKey$) {
4287
3770
  }
4288
3771
 
4289
- class SearchVulnerabilitiesCommand extends Command
4290
- .classBuilder()
4291
- .ep(commonParams)
4292
- .m(function (Command, cs, config, o) {
4293
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4294
- })
4295
- .s("Inspector2", "SearchVulnerabilities", {})
4296
- .n("Inspector2Client", "SearchVulnerabilitiesCommand")
4297
- .sc(SearchVulnerabilities$)
4298
- .build() {
3772
+ class SearchVulnerabilitiesCommand extends command(_ep0, _mw0, "SearchVulnerabilities", SearchVulnerabilities$) {
4299
3773
  }
4300
3774
 
4301
- class SendCisSessionHealthCommand extends Command
4302
- .classBuilder()
4303
- .ep(commonParams)
4304
- .m(function (Command, cs, config, o) {
4305
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4306
- })
4307
- .s("Inspector2", "SendCisSessionHealth", {})
4308
- .n("Inspector2Client", "SendCisSessionHealthCommand")
4309
- .sc(SendCisSessionHealth$)
4310
- .build() {
3775
+ class SendCisSessionHealthCommand extends command(_ep0, _mw0, "SendCisSessionHealth", SendCisSessionHealth$) {
4311
3776
  }
4312
3777
 
4313
- class SendCisSessionTelemetryCommand extends Command
4314
- .classBuilder()
4315
- .ep(commonParams)
4316
- .m(function (Command, cs, config, o) {
4317
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4318
- })
4319
- .s("Inspector2", "SendCisSessionTelemetry", {})
4320
- .n("Inspector2Client", "SendCisSessionTelemetryCommand")
4321
- .sc(SendCisSessionTelemetry$)
4322
- .build() {
3778
+ class SendCisSessionTelemetryCommand extends command(_ep0, _mw0, "SendCisSessionTelemetry", SendCisSessionTelemetry$) {
4323
3779
  }
4324
3780
 
4325
- class StartCisSessionCommand extends Command
4326
- .classBuilder()
4327
- .ep(commonParams)
4328
- .m(function (Command, cs, config, o) {
4329
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4330
- })
4331
- .s("Inspector2", "StartCisSession", {})
4332
- .n("Inspector2Client", "StartCisSessionCommand")
4333
- .sc(StartCisSession$)
4334
- .build() {
3781
+ class StartCisSessionCommand extends command(_ep0, _mw0, "StartCisSession", StartCisSession$) {
4335
3782
  }
4336
3783
 
4337
- class StartCodeSecurityScanCommand extends Command
4338
- .classBuilder()
4339
- .ep(commonParams)
4340
- .m(function (Command, cs, config, o) {
4341
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4342
- })
4343
- .s("Inspector2", "StartCodeSecurityScan", {})
4344
- .n("Inspector2Client", "StartCodeSecurityScanCommand")
4345
- .sc(StartCodeSecurityScan$)
4346
- .build() {
3784
+ class StartCodeSecurityScanCommand extends command(_ep0, _mw0, "StartCodeSecurityScan", StartCodeSecurityScan$) {
4347
3785
  }
4348
3786
 
4349
- class StopCisSessionCommand extends Command
4350
- .classBuilder()
4351
- .ep(commonParams)
4352
- .m(function (Command, cs, config, o) {
4353
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4354
- })
4355
- .s("Inspector2", "StopCisSession", {})
4356
- .n("Inspector2Client", "StopCisSessionCommand")
4357
- .sc(StopCisSession$)
4358
- .build() {
3787
+ class StopCisSessionCommand extends command(_ep0, _mw0, "StopCisSession", StopCisSession$) {
4359
3788
  }
4360
3789
 
4361
- class TagResourceCommand extends Command
4362
- .classBuilder()
4363
- .ep(commonParams)
4364
- .m(function (Command, cs, config, o) {
4365
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4366
- })
4367
- .s("Inspector2", "TagResource", {})
4368
- .n("Inspector2Client", "TagResourceCommand")
4369
- .sc(TagResource$)
4370
- .build() {
3790
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
4371
3791
  }
4372
3792
 
4373
- class UntagResourceCommand extends Command
4374
- .classBuilder()
4375
- .ep(commonParams)
4376
- .m(function (Command, cs, config, o) {
4377
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4378
- })
4379
- .s("Inspector2", "UntagResource", {})
4380
- .n("Inspector2Client", "UntagResourceCommand")
4381
- .sc(UntagResource$)
4382
- .build() {
3793
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
4383
3794
  }
4384
3795
 
4385
- class UpdateCisScanConfigurationCommand extends Command
4386
- .classBuilder()
4387
- .ep(commonParams)
4388
- .m(function (Command, cs, config, o) {
4389
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4390
- })
4391
- .s("Inspector2", "UpdateCisScanConfiguration", {})
4392
- .n("Inspector2Client", "UpdateCisScanConfigurationCommand")
4393
- .sc(UpdateCisScanConfiguration$)
4394
- .build() {
3796
+ class UpdateCisScanConfigurationCommand extends command(_ep0, _mw0, "UpdateCisScanConfiguration", UpdateCisScanConfiguration$) {
4395
3797
  }
4396
3798
 
4397
- class UpdateCodeSecurityIntegrationCommand extends Command
4398
- .classBuilder()
4399
- .ep(commonParams)
4400
- .m(function (Command, cs, config, o) {
4401
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4402
- })
4403
- .s("Inspector2", "UpdateCodeSecurityIntegration", {})
4404
- .n("Inspector2Client", "UpdateCodeSecurityIntegrationCommand")
4405
- .sc(UpdateCodeSecurityIntegration$)
4406
- .build() {
3799
+ class UpdateCodeSecurityIntegrationCommand extends command(_ep0, _mw0, "UpdateCodeSecurityIntegration", UpdateCodeSecurityIntegration$) {
4407
3800
  }
4408
3801
 
4409
- class UpdateCodeSecurityScanConfigurationCommand extends Command
4410
- .classBuilder()
4411
- .ep(commonParams)
4412
- .m(function (Command, cs, config, o) {
4413
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4414
- })
4415
- .s("Inspector2", "UpdateCodeSecurityScanConfiguration", {})
4416
- .n("Inspector2Client", "UpdateCodeSecurityScanConfigurationCommand")
4417
- .sc(UpdateCodeSecurityScanConfiguration$)
4418
- .build() {
3802
+ class UpdateCodeSecurityScanConfigurationCommand extends command(_ep0, _mw0, "UpdateCodeSecurityScanConfiguration", UpdateCodeSecurityScanConfiguration$) {
4419
3803
  }
4420
3804
 
4421
- class UpdateConfigurationCommand extends Command
4422
- .classBuilder()
4423
- .ep(commonParams)
4424
- .m(function (Command, cs, config, o) {
4425
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4426
- })
4427
- .s("Inspector2", "UpdateConfiguration", {})
4428
- .n("Inspector2Client", "UpdateConfigurationCommand")
4429
- .sc(UpdateConfiguration$)
4430
- .build() {
3805
+ class UpdateConfigurationCommand extends command(_ep0, _mw0, "UpdateConfiguration", UpdateConfiguration$) {
4431
3806
  }
4432
3807
 
4433
- class UpdateEc2DeepInspectionConfigurationCommand extends Command
4434
- .classBuilder()
4435
- .ep(commonParams)
4436
- .m(function (Command, cs, config, o) {
4437
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4438
- })
4439
- .s("Inspector2", "UpdateEc2DeepInspectionConfiguration", {})
4440
- .n("Inspector2Client", "UpdateEc2DeepInspectionConfigurationCommand")
4441
- .sc(UpdateEc2DeepInspectionConfiguration$)
4442
- .build() {
3808
+ class UpdateEc2DeepInspectionConfigurationCommand extends command(_ep0, _mw0, "UpdateEc2DeepInspectionConfiguration", UpdateEc2DeepInspectionConfiguration$) {
4443
3809
  }
4444
3810
 
4445
- class UpdateEncryptionKeyCommand extends Command
4446
- .classBuilder()
4447
- .ep(commonParams)
4448
- .m(function (Command, cs, config, o) {
4449
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4450
- })
4451
- .s("Inspector2", "UpdateEncryptionKey", {})
4452
- .n("Inspector2Client", "UpdateEncryptionKeyCommand")
4453
- .sc(UpdateEncryptionKey$)
4454
- .build() {
3811
+ class UpdateEncryptionKeyCommand extends command(_ep0, _mw0, "UpdateEncryptionKey", UpdateEncryptionKey$) {
4455
3812
  }
4456
3813
 
4457
- class UpdateFilterCommand extends Command
4458
- .classBuilder()
4459
- .ep(commonParams)
4460
- .m(function (Command, cs, config, o) {
4461
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4462
- })
4463
- .s("Inspector2", "UpdateFilter", {})
4464
- .n("Inspector2Client", "UpdateFilterCommand")
4465
- .sc(UpdateFilter$)
4466
- .build() {
3814
+ class UpdateFilterCommand extends command(_ep0, _mw0, "UpdateFilter", UpdateFilter$) {
4467
3815
  }
4468
3816
 
4469
- class UpdateOrganizationConfigurationCommand extends Command
4470
- .classBuilder()
4471
- .ep(commonParams)
4472
- .m(function (Command, cs, config, o) {
4473
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4474
- })
4475
- .s("Inspector2", "UpdateOrganizationConfiguration", {})
4476
- .n("Inspector2Client", "UpdateOrganizationConfigurationCommand")
4477
- .sc(UpdateOrganizationConfiguration$)
4478
- .build() {
3817
+ class UpdateOrganizationConfigurationCommand extends command(_ep0, _mw0, "UpdateOrganizationConfiguration", UpdateOrganizationConfiguration$) {
4479
3818
  }
4480
3819
 
4481
- class UpdateOrgEc2DeepInspectionConfigurationCommand extends Command
4482
- .classBuilder()
4483
- .ep(commonParams)
4484
- .m(function (Command, cs, config, o) {
4485
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4486
- })
4487
- .s("Inspector2", "UpdateOrgEc2DeepInspectionConfiguration", {})
4488
- .n("Inspector2Client", "UpdateOrgEc2DeepInspectionConfigurationCommand")
4489
- .sc(UpdateOrgEc2DeepInspectionConfiguration$)
4490
- .build() {
3820
+ class UpdateOrgEc2DeepInspectionConfigurationCommand extends command(_ep0, _mw0, "UpdateOrgEc2DeepInspectionConfiguration", UpdateOrgEc2DeepInspectionConfiguration$) {
4491
3821
  }
4492
3822
 
4493
3823
  const paginateGetCisScanResultDetails = createPaginator(Inspector2Client, GetCisScanResultDetailsCommand, "nextToken", "nextToken", "maxResults");