@aws-sdk/client-securityhub 3.940.0 → 3.946.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 (182) hide show
  1. package/README.md +8 -8
  2. package/dist-cjs/index.js +252 -763
  3. package/dist-cjs/runtimeConfig.browser.js +2 -2
  4. package/dist-cjs/runtimeConfig.js +3 -4
  5. package/dist-es/SecurityHub.js +2 -2
  6. package/dist-es/SecurityHubClient.js +2 -2
  7. package/dist-es/commands/{ConnectorRegistrationsV2Command.js → RegisterConnectorV2Command.js} +5 -5
  8. package/dist-es/commands/index.js +1 -1
  9. package/dist-es/models/enums.js +9 -0
  10. package/dist-es/models/errors.js +16 -0
  11. package/dist-es/runtimeConfig.browser.js +2 -2
  12. package/dist-es/runtimeConfig.js +2 -3
  13. package/dist-es/schemas/schemas_0.js +212 -750
  14. package/dist-types/SecurityHub.d.ts +8 -8
  15. package/dist-types/SecurityHubClient.d.ts +13 -13
  16. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  17. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  18. package/dist-types/commands/AcceptAdministratorInvitationCommand.d.ts +3 -3
  19. package/dist-types/commands/AcceptInvitationCommand.d.ts +3 -3
  20. package/dist-types/commands/BatchDeleteAutomationRulesCommand.d.ts +3 -3
  21. package/dist-types/commands/BatchDisableStandardsCommand.d.ts +3 -3
  22. package/dist-types/commands/BatchEnableStandardsCommand.d.ts +3 -3
  23. package/dist-types/commands/BatchGetAutomationRulesCommand.d.ts +3 -3
  24. package/dist-types/commands/BatchGetConfigurationPolicyAssociationsCommand.d.ts +3 -3
  25. package/dist-types/commands/BatchGetSecurityControlsCommand.d.ts +3 -3
  26. package/dist-types/commands/BatchGetStandardsControlAssociationsCommand.d.ts +3 -3
  27. package/dist-types/commands/BatchImportFindingsCommand.d.ts +3 -3
  28. package/dist-types/commands/BatchUpdateAutomationRulesCommand.d.ts +3 -3
  29. package/dist-types/commands/BatchUpdateFindingsCommand.d.ts +3 -3
  30. package/dist-types/commands/BatchUpdateFindingsV2Command.d.ts +4 -4
  31. package/dist-types/commands/BatchUpdateStandardsControlAssociationsCommand.d.ts +3 -3
  32. package/dist-types/commands/CreateActionTargetCommand.d.ts +3 -3
  33. package/dist-types/commands/CreateAggregatorV2Command.d.ts +7 -4
  34. package/dist-types/commands/CreateAutomationRuleCommand.d.ts +3 -3
  35. package/dist-types/commands/CreateAutomationRuleV2Command.d.ts +12 -9
  36. package/dist-types/commands/CreateConfigurationPolicyCommand.d.ts +3 -3
  37. package/dist-types/commands/CreateConnectorV2Command.d.ts +10 -7
  38. package/dist-types/commands/CreateFindingAggregatorCommand.d.ts +3 -3
  39. package/dist-types/commands/CreateInsightCommand.d.ts +3 -3
  40. package/dist-types/commands/CreateMembersCommand.d.ts +3 -3
  41. package/dist-types/commands/CreateTicketV2Command.d.ts +5 -4
  42. package/dist-types/commands/DeclineInvitationsCommand.d.ts +3 -3
  43. package/dist-types/commands/DeleteActionTargetCommand.d.ts +3 -3
  44. package/dist-types/commands/DeleteAggregatorV2Command.d.ts +4 -4
  45. package/dist-types/commands/DeleteAutomationRuleV2Command.d.ts +4 -4
  46. package/dist-types/commands/DeleteConfigurationPolicyCommand.d.ts +3 -3
  47. package/dist-types/commands/DeleteConnectorV2Command.d.ts +4 -4
  48. package/dist-types/commands/DeleteFindingAggregatorCommand.d.ts +3 -3
  49. package/dist-types/commands/DeleteInsightCommand.d.ts +3 -3
  50. package/dist-types/commands/DeleteInvitationsCommand.d.ts +3 -3
  51. package/dist-types/commands/DeleteMembersCommand.d.ts +3 -3
  52. package/dist-types/commands/DescribeActionTargetsCommand.d.ts +3 -3
  53. package/dist-types/commands/DescribeHubCommand.d.ts +3 -3
  54. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +3 -3
  55. package/dist-types/commands/DescribeProductsCommand.d.ts +3 -3
  56. package/dist-types/commands/DescribeProductsV2Command.d.ts +4 -4
  57. package/dist-types/commands/DescribeSecurityHubV2Command.d.ts +4 -4
  58. package/dist-types/commands/DescribeStandardsCommand.d.ts +3 -3
  59. package/dist-types/commands/DescribeStandardsControlsCommand.d.ts +3 -3
  60. package/dist-types/commands/DisableImportFindingsForProductCommand.d.ts +3 -3
  61. package/dist-types/commands/DisableOrganizationAdminAccountCommand.d.ts +3 -3
  62. package/dist-types/commands/DisableSecurityHubCommand.d.ts +3 -3
  63. package/dist-types/commands/DisableSecurityHubV2Command.d.ts +4 -4
  64. package/dist-types/commands/DisassociateFromAdministratorAccountCommand.d.ts +3 -3
  65. package/dist-types/commands/DisassociateFromMasterAccountCommand.d.ts +3 -3
  66. package/dist-types/commands/DisassociateMembersCommand.d.ts +3 -3
  67. package/dist-types/commands/EnableImportFindingsForProductCommand.d.ts +3 -3
  68. package/dist-types/commands/EnableOrganizationAdminAccountCommand.d.ts +3 -3
  69. package/dist-types/commands/EnableSecurityHubCommand.d.ts +3 -3
  70. package/dist-types/commands/EnableSecurityHubV2Command.d.ts +4 -4
  71. package/dist-types/commands/GetAdministratorAccountCommand.d.ts +3 -3
  72. package/dist-types/commands/GetAggregatorV2Command.d.ts +4 -4
  73. package/dist-types/commands/GetAutomationRuleV2Command.d.ts +9 -9
  74. package/dist-types/commands/GetConfigurationPolicyAssociationCommand.d.ts +3 -3
  75. package/dist-types/commands/GetConfigurationPolicyCommand.d.ts +3 -3
  76. package/dist-types/commands/GetConnectorV2Command.d.ts +5 -5
  77. package/dist-types/commands/GetEnabledStandardsCommand.d.ts +3 -3
  78. package/dist-types/commands/GetFindingAggregatorCommand.d.ts +3 -3
  79. package/dist-types/commands/GetFindingHistoryCommand.d.ts +3 -3
  80. package/dist-types/commands/GetFindingStatisticsV2Command.d.ts +10 -10
  81. package/dist-types/commands/GetFindingsCommand.d.ts +3 -3
  82. package/dist-types/commands/GetFindingsTrendsV2Command.d.ts +5 -5
  83. package/dist-types/commands/GetFindingsV2Command.d.ts +9 -9
  84. package/dist-types/commands/GetInsightResultsCommand.d.ts +3 -3
  85. package/dist-types/commands/GetInsightsCommand.d.ts +3 -3
  86. package/dist-types/commands/GetInvitationsCountCommand.d.ts +3 -3
  87. package/dist-types/commands/GetMasterAccountCommand.d.ts +3 -3
  88. package/dist-types/commands/GetMembersCommand.d.ts +3 -3
  89. package/dist-types/commands/GetResourcesStatisticsV2Command.d.ts +5 -5
  90. package/dist-types/commands/GetResourcesTrendsV2Command.d.ts +5 -5
  91. package/dist-types/commands/GetResourcesV2Command.d.ts +5 -5
  92. package/dist-types/commands/GetSecurityControlDefinitionCommand.d.ts +3 -3
  93. package/dist-types/commands/InviteMembersCommand.d.ts +3 -3
  94. package/dist-types/commands/ListAggregatorsV2Command.d.ts +4 -4
  95. package/dist-types/commands/ListAutomationRulesCommand.d.ts +3 -3
  96. package/dist-types/commands/ListAutomationRulesV2Command.d.ts +4 -4
  97. package/dist-types/commands/ListConfigurationPoliciesCommand.d.ts +3 -3
  98. package/dist-types/commands/ListConfigurationPolicyAssociationsCommand.d.ts +3 -3
  99. package/dist-types/commands/ListConnectorsV2Command.d.ts +4 -4
  100. package/dist-types/commands/ListEnabledProductsForImportCommand.d.ts +3 -3
  101. package/dist-types/commands/ListFindingAggregatorsCommand.d.ts +3 -3
  102. package/dist-types/commands/ListInvitationsCommand.d.ts +3 -3
  103. package/dist-types/commands/ListMembersCommand.d.ts +3 -3
  104. package/dist-types/commands/ListOrganizationAdminAccountsCommand.d.ts +3 -3
  105. package/dist-types/commands/ListSecurityControlDefinitionsCommand.d.ts +3 -3
  106. package/dist-types/commands/ListStandardsControlAssociationsCommand.d.ts +3 -4
  107. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -3
  108. package/dist-types/commands/RegisterConnectorV2Command.d.ts +98 -0
  109. package/dist-types/commands/StartConfigurationPolicyAssociationCommand.d.ts +3 -3
  110. package/dist-types/commands/StartConfigurationPolicyDisassociationCommand.d.ts +3 -3
  111. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  112. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  113. package/dist-types/commands/UpdateActionTargetCommand.d.ts +3 -3
  114. package/dist-types/commands/UpdateAggregatorV2Command.d.ts +4 -4
  115. package/dist-types/commands/UpdateAutomationRuleV2Command.d.ts +8 -8
  116. package/dist-types/commands/UpdateConfigurationPolicyCommand.d.ts +3 -3
  117. package/dist-types/commands/UpdateConnectorV2Command.d.ts +8 -6
  118. package/dist-types/commands/UpdateFindingAggregatorCommand.d.ts +3 -3
  119. package/dist-types/commands/UpdateFindingsCommand.d.ts +3 -3
  120. package/dist-types/commands/UpdateInsightCommand.d.ts +3 -3
  121. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +3 -3
  122. package/dist-types/commands/UpdateSecurityControlCommand.d.ts +3 -3
  123. package/dist-types/commands/UpdateSecurityHubConfigurationCommand.d.ts +3 -3
  124. package/dist-types/commands/UpdateStandardsControlCommand.d.ts +3 -3
  125. package/dist-types/commands/index.d.ts +1 -1
  126. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  127. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  128. package/dist-types/extensionConfiguration.d.ts +4 -4
  129. package/dist-types/models/SecurityHubServiceException.d.ts +1 -1
  130. package/dist-types/models/enums.d.ts +17 -0
  131. package/dist-types/models/errors.d.ts +15 -1
  132. package/dist-types/models/models_0.d.ts +5 -5
  133. package/dist-types/models/models_1.d.ts +1 -1
  134. package/dist-types/models/models_2.d.ts +47 -45
  135. package/dist-types/models/models_3.d.ts +52 -31
  136. package/dist-types/pagination/DescribeActionTargetsPaginator.d.ts +1 -1
  137. package/dist-types/pagination/DescribeProductsPaginator.d.ts +1 -1
  138. package/dist-types/pagination/DescribeProductsV2Paginator.d.ts +1 -1
  139. package/dist-types/pagination/DescribeStandardsControlsPaginator.d.ts +1 -1
  140. package/dist-types/pagination/DescribeStandardsPaginator.d.ts +1 -1
  141. package/dist-types/pagination/GetEnabledStandardsPaginator.d.ts +1 -1
  142. package/dist-types/pagination/GetFindingHistoryPaginator.d.ts +1 -1
  143. package/dist-types/pagination/GetFindingsPaginator.d.ts +1 -1
  144. package/dist-types/pagination/GetFindingsTrendsV2Paginator.d.ts +1 -1
  145. package/dist-types/pagination/GetFindingsV2Paginator.d.ts +1 -1
  146. package/dist-types/pagination/GetInsightsPaginator.d.ts +1 -1
  147. package/dist-types/pagination/GetResourcesTrendsV2Paginator.d.ts +1 -1
  148. package/dist-types/pagination/GetResourcesV2Paginator.d.ts +1 -1
  149. package/dist-types/pagination/Interfaces.d.ts +1 -1
  150. package/dist-types/pagination/ListAggregatorsV2Paginator.d.ts +1 -1
  151. package/dist-types/pagination/ListConfigurationPoliciesPaginator.d.ts +1 -1
  152. package/dist-types/pagination/ListConfigurationPolicyAssociationsPaginator.d.ts +1 -1
  153. package/dist-types/pagination/ListEnabledProductsForImportPaginator.d.ts +1 -1
  154. package/dist-types/pagination/ListFindingAggregatorsPaginator.d.ts +1 -1
  155. package/dist-types/pagination/ListInvitationsPaginator.d.ts +1 -1
  156. package/dist-types/pagination/ListMembersPaginator.d.ts +1 -1
  157. package/dist-types/pagination/ListOrganizationAdminAccountsPaginator.d.ts +1 -1
  158. package/dist-types/pagination/ListSecurityControlDefinitionsPaginator.d.ts +1 -1
  159. package/dist-types/pagination/ListStandardsControlAssociationsPaginator.d.ts +1 -1
  160. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  161. package/dist-types/runtimeConfig.d.ts +1 -1
  162. package/dist-types/runtimeConfig.native.d.ts +1 -1
  163. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  164. package/dist-types/runtimeExtensions.d.ts +1 -1
  165. package/dist-types/schemas/schemas_0.d.ts +6 -5
  166. package/dist-types/ts3.4/SecurityHub.d.ts +17 -17
  167. package/dist-types/ts3.4/SecurityHubClient.d.ts +9 -9
  168. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/ListStandardsControlAssociationsCommand.d.ts +4 -2
  170. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -4
  171. package/dist-types/ts3.4/commands/RegisterConnectorV2Command.d.ts +51 -0
  172. package/dist-types/ts3.4/commands/index.d.ts +1 -1
  173. package/dist-types/ts3.4/models/SecurityHubServiceException.d.ts +1 -1
  174. package/dist-types/ts3.4/models/enums.d.ts +11 -0
  175. package/dist-types/ts3.4/models/errors.d.ts +9 -0
  176. package/dist-types/ts3.4/models/models_1.d.ts +3 -3
  177. package/dist-types/ts3.4/models/models_2.d.ts +31 -28
  178. package/dist-types/ts3.4/models/models_3.d.ts +24 -15
  179. package/dist-types/ts3.4/schemas/schemas_0.d.ts +5 -5
  180. package/package.json +13 -12
  181. package/dist-types/commands/ConnectorRegistrationsV2Command.d.ts +0 -98
  182. package/dist-types/ts3.4/commands/ConnectorRegistrationsV2Command.d.ts +0 -51
package/dist-cjs/index.js CHANGED
@@ -293,6 +293,22 @@ let ResourceConflictException$1 = class ResourceConflictException extends Securi
293
293
  this.Code = opts.Code;
294
294
  }
295
295
  };
296
+ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends SecurityHubServiceException$1 {
297
+ name = "ServiceQuotaExceededException";
298
+ $fault = "client";
299
+ Message;
300
+ Code;
301
+ constructor(opts) {
302
+ super({
303
+ name: "ServiceQuotaExceededException",
304
+ $fault: "client",
305
+ ...opts,
306
+ });
307
+ Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
308
+ this.Message = opts.Message;
309
+ this.Code = opts.Code;
310
+ }
311
+ };
296
312
  let ResourceInUseException$1 = class ResourceInUseException extends SecurityHubServiceException$1 {
297
313
  name = "ResourceInUseException";
298
314
  $fault = "client";
@@ -1137,8 +1153,8 @@ const _ASsso = "AssociationState";
1137
1153
  const _ASssoc = "AssociationSet";
1138
1154
  const _ASssoci = "AssociatedStandards";
1139
1155
  const _ASu = "AuthenticationStrategy";
1140
- const _ASut = "AuthState";
1141
- const _ASuth = "AuthStatus";
1156
+ const _ASut = "AuthStatus";
1157
+ const _ASuth = "AuthState";
1142
1158
  const _ASuto = "AutonomousSystem";
1143
1159
  const _AT = "ActionType";
1144
1160
  const _ATA = "ActionTargetArn";
@@ -1522,9 +1538,6 @@ const _CRRGA = "CapacityReservationResourceGroupArn";
1522
1538
  const _CRRIMBPS = "CurrentRestoreRateInMegaBytesPerSecond";
1523
1539
  const _CRS = "CapacityReservationSpecification";
1524
1540
  const _CRT = "CapacityReservationTarget";
1525
- const _CRV = "ConnectorRegistrationsV2";
1526
- const _CRVR = "ConnectorRegistrationsV2Request";
1527
- const _CRVRo = "ConnectorRegistrationsV2Response";
1528
1541
  const _CRe = "CellReference";
1529
1542
  const _CRl = "ClassificationResult";
1530
1543
  const _CRo = "CompatibleRuntimes";
@@ -1551,7 +1564,6 @@ const _CSa = "CanarySettings";
1551
1564
  const _CSe = "CertificateSource";
1552
1565
  const _CSl = "ClusterSettings";
1553
1566
  const _CSla = "ClassificationStatus";
1554
- const _CSli = "ClientSecret";
1555
1567
  const _CSlu = "ClusterStatus";
1556
1568
  const _CSo = "ConnectionSettings";
1557
1569
  const _CSod = "CodeSha256";
@@ -2970,6 +2982,9 @@ const _RCLA = "ResourceContainerLaunchedAt";
2970
2982
  const _RCN = "ResourceContainerName";
2971
2983
  const _RCTD = "ResourceCreationTimeDt";
2972
2984
  const _RCU = "ReadCapacityUnits";
2985
+ const _RCV = "RegisterConnectorV2";
2986
+ const _RCVR = "RegisterConnectorV2Request";
2987
+ const _RCVRe = "RegisterConnectorV2Response";
2973
2988
  const _RCe = "RegistryCredential";
2974
2989
  const _RCea = "ReasonCode";
2975
2990
  const _RCep = "RepositoryCredentials";
@@ -3188,6 +3203,7 @@ const _SAU = "ServiceAccountUsername";
3188
3203
  const _SAZ = "SecondaryAvailabilityZone";
3189
3204
  const _SAZu = "SubnetAvailabilityZone";
3190
3205
  const _SAe = "SecondaryArtifacts";
3206
+ const _SAec = "SecretArn";
3191
3207
  const _SAer = "ServiceArn";
3192
3208
  const _SAo = "SourceArn";
3193
3209
  const _SAt = "StartedAt";
@@ -3334,8 +3350,8 @@ const _SMs = "SslMode";
3334
3350
  const _SMu = "SubnetMappings";
3335
3351
  const _SN = "ServiceName";
3336
3352
  const _SND = "ServiceNowDetail";
3337
- const _SNES = "SensitiveNonEmptyString";
3338
3353
  const _SNPC = "ServiceNowProviderConfiguration";
3354
+ const _SNUC = "ServiceNowUpdateConfiguration";
3339
3355
  const _SNe = "ServerName";
3340
3356
  const _SNer = "ServiceNow";
3341
3357
  const _SNev = "SeverityNormalized";
@@ -3358,6 +3374,7 @@ const _SPof = "SoftwarePackage";
3358
3374
  const _SPou = "SourcePort";
3359
3375
  const _SPour = "SourcePorts";
3360
3376
  const _SPt = "StartPeriod";
3377
+ const _SQEE = "ServiceQuotaExceededException";
3361
3378
  const _SR = "ServiceRole";
3362
3379
  const _SRACA = "StatelessRulesAndCustomActions";
3363
3380
  const _SRC = "StatusReasonCode";
@@ -3732,22 +3749,11 @@ const _s = "server";
3732
3749
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.securityhub";
3733
3750
  const _tK = "tagKeys";
3734
3751
  const n0 = "com.amazonaws.securityhub";
3735
- var SensitiveNonEmptyString = [0, n0, _SNES, 8, 0];
3736
3752
  var AcceptAdministratorInvitationRequest = [3, n0, _AAIR, 0, [_AI, _II], [0, 0]];
3737
3753
  var AcceptAdministratorInvitationResponse = [3, n0, _AAIRc, 0, [], []];
3738
3754
  var AcceptInvitationRequest = [3, n0, _AIR, 0, [_MI, _II], [0, 0]];
3739
3755
  var AcceptInvitationResponse = [3, n0, _AIRc, 0, [], []];
3740
- var AccessDeniedException = [
3741
- -3,
3742
- n0,
3743
- _ADE,
3744
- {
3745
- [_e]: _c,
3746
- [_hE]: 403,
3747
- },
3748
- [_M, _C],
3749
- [0, 0],
3750
- ];
3756
+ var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M, _C], [0, 0]];
3751
3757
  schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
3752
3758
  var AccountDetails = [3, n0, _AD, 0, [_AIc, _E], [0, 0]];
3753
3759
  var Action = [
@@ -8871,20 +8877,8 @@ var ConfigurationPolicySummary = [
8871
8877
  [_Ar, _I, _N, _D, _UA, _SEe],
8872
8878
  [0, 0, 0, 0, 5, 2],
8873
8879
  ];
8874
- var ConflictException = [
8875
- -3,
8876
- n0,
8877
- _CEo,
8878
- {
8879
- [_e]: _c,
8880
- [_hE]: 409,
8881
- },
8882
- [_M, _C],
8883
- [0, 0],
8884
- ];
8880
+ var ConflictException = [-3, n0, _CEo, { [_e]: _c, [_hE]: 409 }, [_M, _C], [0, 0]];
8885
8881
  schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
8886
- var ConnectorRegistrationsV2Request = [3, n0, _CRVR, 0, [_ACut, _ASut], [0, 0]];
8887
- var ConnectorRegistrationsV2Response = [3, n0, _CRVRo, 0, [_CAon, _CIo], [0, 0]];
8888
8882
  var ConnectorSummary = [
8889
8883
  3,
8890
8884
  n0,
@@ -8960,9 +8954,16 @@ var CreateConnectorV2Request = [
8960
8954
  _CCVR,
8961
8955
  0,
8962
8956
  [_N, _D, _Prov, _KKA, _Tags, _CTl],
8963
- [0, 0, [() => ProviderConfiguration, 0], 0, 128 | 0, [0, 4]],
8957
+ [0, 0, () => ProviderConfiguration, 0, 128 | 0, [0, 4]],
8958
+ ];
8959
+ var CreateConnectorV2Response = [
8960
+ 3,
8961
+ n0,
8962
+ _CCVRr,
8963
+ 0,
8964
+ [_CAon, _CIo, _AUut, _CSonn],
8965
+ [0, 0, 0, 0],
8964
8966
  ];
8965
- var CreateConnectorV2Response = [3, n0, _CCVRr, 0, [_CAon, _CIo, _AUut], [0, 0, 0]];
8966
8967
  var CreateFindingAggregatorRequest = [3, n0, _CFAR, 0, [_RLM, _Regi], [0, 64 | 0]];
8967
8968
  var CreateFindingAggregatorResponse = [
8968
8969
  3,
@@ -8983,7 +8984,14 @@ var CreateInsightRequest = [
8983
8984
  var CreateInsightResponse = [3, n0, _CIRr, 0, [_IAns], [0]];
8984
8985
  var CreateMembersRequest = [3, n0, _CMR, 0, [_AD], [() => AccountDetailsList]];
8985
8986
  var CreateMembersResponse = [3, n0, _CMRr, 0, [_UAnp], [() => ResultList]];
8986
- var CreateTicketV2Request = [3, n0, _CTVR, 0, [_CIo, _FMU, _CTl], [0, 0, [0, 4]]];
8987
+ var CreateTicketV2Request = [
8988
+ 3,
8989
+ n0,
8990
+ _CTVR,
8991
+ 0,
8992
+ [_CIo, _FMU, _CTl, _Mod],
8993
+ [0, 0, [0, 4], 0],
8994
+ ];
8987
8995
  var CreateTicketV2Response = [3, n0, _CTVRr, 0, [_TIi, _TSU], [0, 0]];
8988
8996
  var CustomDataIdentifiersDetections = [
8989
8997
  3,
@@ -9048,21 +9056,7 @@ var DescribeActionTargetsResponse = [
9048
9056
  [_ATct, _NTe],
9049
9057
  [() => ActionTargetList, 0],
9050
9058
  ];
9051
- var DescribeHubRequest = [
9052
- 3,
9053
- n0,
9054
- _DHR,
9055
- 0,
9056
- [_HA],
9057
- [
9058
- [
9059
- 0,
9060
- {
9061
- [_hQ]: _HA,
9062
- },
9063
- ],
9064
- ],
9065
- ];
9059
+ var DescribeHubRequest = [3, n0, _DHR, 0, [_HA], [[0, { [_hQ]: _HA }]]];
9066
9060
  var DescribeHubResponse = [3, n0, _DHRe, 0, [_HA, _SAub, _AEC, _CFG], [0, 0, 2, 0]];
9067
9061
  var DescribeOrganizationConfigurationRequest = [3, n0, _DOCR, 0, [], []];
9068
9062
  var DescribeOrganizationConfigurationResponse = [
@@ -9080,24 +9074,9 @@ var DescribeProductsRequest = [
9080
9074
  0,
9081
9075
  [_NTe, _MRa, _PA],
9082
9076
  [
9083
- [
9084
- 0,
9085
- {
9086
- [_hQ]: _NTe,
9087
- },
9088
- ],
9089
- [
9090
- 1,
9091
- {
9092
- [_hQ]: _MRa,
9093
- },
9094
- ],
9095
- [
9096
- 0,
9097
- {
9098
- [_hQ]: _PA,
9099
- },
9100
- ],
9077
+ [0, { [_hQ]: _NTe }],
9078
+ [1, { [_hQ]: _MRa }],
9079
+ [0, { [_hQ]: _PA }],
9101
9080
  ],
9102
9081
  ];
9103
9082
  var DescribeProductsResponse = [3, n0, _DPRe, 0, [_Prod, _NTe], [() => ProductsList, 0]];
@@ -9108,18 +9087,8 @@ var DescribeProductsV2Request = [
9108
9087
  0,
9109
9088
  [_NTe, _MRa],
9110
9089
  [
9111
- [
9112
- 0,
9113
- {
9114
- [_hQ]: _NTe,
9115
- },
9116
- ],
9117
- [
9118
- 1,
9119
- {
9120
- [_hQ]: _MRa,
9121
- },
9122
- ],
9090
+ [0, { [_hQ]: _NTe }],
9091
+ [1, { [_hQ]: _MRa }],
9123
9092
  ],
9124
9093
  ];
9125
9094
  var DescribeProductsV2Response = [
@@ -9140,18 +9109,8 @@ var DescribeStandardsControlsRequest = [
9140
9109
  [_SSAt, _NTe, _MRa],
9141
9110
  [
9142
9111
  [0, 1],
9143
- [
9144
- 0,
9145
- {
9146
- [_hQ]: _NTe,
9147
- },
9148
- ],
9149
- [
9150
- 1,
9151
- {
9152
- [_hQ]: _MRa,
9153
- },
9154
- ],
9112
+ [0, { [_hQ]: _NTe }],
9113
+ [1, { [_hQ]: _MRa }],
9155
9114
  ],
9156
9115
  ];
9157
9116
  var DescribeStandardsControlsResponse = [
@@ -9169,18 +9128,8 @@ var DescribeStandardsRequest = [
9169
9128
  0,
9170
9129
  [_NTe, _MRa],
9171
9130
  [
9172
- [
9173
- 0,
9174
- {
9175
- [_hQ]: _NTe,
9176
- },
9177
- ],
9178
- [
9179
- 1,
9180
- {
9181
- [_hQ]: _MRa,
9182
- },
9183
- ],
9131
+ [0, { [_hQ]: _NTe }],
9132
+ [1, { [_hQ]: _MRa }],
9184
9133
  ],
9185
9134
  ];
9186
9135
  var DescribeStandardsResponse = [3, n0, _DSRe, 0, [_Stan, _NTe], [() => Standards, 0]];
@@ -9492,14 +9441,7 @@ var GetSecurityControlDefinitionRequest = [
9492
9441
  _GSCDR,
9493
9442
  0,
9494
9443
  [_SCIec],
9495
- [
9496
- [
9497
- 0,
9498
- {
9499
- [_hQ]: _SCIec,
9500
- },
9501
- ],
9502
- ],
9444
+ [[0, { [_hQ]: _SCIec }]],
9503
9445
  ];
9504
9446
  var GetSecurityControlDefinitionResponse = [
9505
9447
  3,
@@ -9542,53 +9484,13 @@ var IntegerListConfigurationOptions = [
9542
9484
  [_DVe, _Mi, _Max, _MIa],
9543
9485
  [64 | 1, 1, 1, 1],
9544
9486
  ];
9545
- var InternalException = [
9546
- -3,
9547
- n0,
9548
- _IEn,
9549
- {
9550
- [_e]: _s,
9551
- [_hE]: 500,
9552
- },
9553
- [_M, _C],
9554
- [0, 0],
9555
- ];
9487
+ var InternalException = [-3, n0, _IEn, { [_e]: _s, [_hE]: 500 }, [_M, _C], [0, 0]];
9556
9488
  schema.TypeRegistry.for(n0).registerError(InternalException, InternalException$1);
9557
- var InternalServerException = [
9558
- -3,
9559
- n0,
9560
- _ISE,
9561
- {
9562
- [_e]: _s,
9563
- [_hE]: 500,
9564
- },
9565
- [_M, _C],
9566
- [0, 0],
9567
- ];
9489
+ var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M, _C], [0, 0]];
9568
9490
  schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
9569
- var InvalidAccessException = [
9570
- -3,
9571
- n0,
9572
- _IAE,
9573
- {
9574
- [_e]: _c,
9575
- [_hE]: 401,
9576
- },
9577
- [_M, _C],
9578
- [0, 0],
9579
- ];
9491
+ var InvalidAccessException = [-3, n0, _IAE, { [_e]: _c, [_hE]: 401 }, [_M, _C], [0, 0]];
9580
9492
  schema.TypeRegistry.for(n0).registerError(InvalidAccessException, InvalidAccessException$1);
9581
- var InvalidInputException = [
9582
- -3,
9583
- n0,
9584
- _IIE,
9585
- {
9586
- [_e]: _c,
9587
- [_hE]: 400,
9588
- },
9589
- [_M, _C],
9590
- [0, 0],
9591
- ];
9493
+ var InvalidInputException = [-3, n0, _IIE, { [_e]: _c, [_hE]: 400 }, [_M, _C], [0, 0]];
9592
9494
  schema.TypeRegistry.for(n0).registerError(InvalidInputException, InvalidInputException$1);
9593
9495
  var Invitation = [3, n0, _Inv, 0, [_AIc, _II, _IAnv, _MSemb], [0, 0, 5, 0]];
9594
9496
  var InviteMembersRequest = [3, n0, _IMR, 0, [_AIcc], [64 | 0]];
@@ -9596,21 +9498,11 @@ var InviteMembersResponse = [3, n0, _IMRn, 0, [_UAnp], [() => ResultList]];
9596
9498
  var IpFilter = [3, n0, _IFp, 0, [_Cid], [0]];
9597
9499
  var IpOrganizationDetails = [3, n0, _IOD, 0, [_Asn, _AOs, _Isp, _Org], [1, 0, 0, 0]];
9598
9500
  var Ipv6CidrBlockAssociation = [3, n0, _ICBA, 0, [_AIs, _ICB, _CBSi], [0, 0, 0]];
9599
- var JiraCloudDetail = [3, n0, _JCD, 0, [_CIlo, _PK, _Do, _AUut, _ASuth], [0, 0, 0, 0, 0]];
9501
+ var JiraCloudDetail = [3, n0, _JCD, 0, [_CIlo, _PK, _Do, _AUut, _ASut], [0, 0, 0, 0, 0]];
9600
9502
  var JiraCloudProviderConfiguration = [3, n0, _JCPC, 0, [_PK], [0]];
9601
9503
  var JiraCloudUpdateConfiguration = [3, n0, _JCUC, 0, [_PK], [0]];
9602
9504
  var KeywordFilter = [3, n0, _KF, 0, [_Val], [0]];
9603
- var LimitExceededException = [
9604
- -3,
9605
- n0,
9606
- _LEE,
9607
- {
9608
- [_e]: _c,
9609
- [_hE]: 429,
9610
- },
9611
- [_M, _C],
9612
- [0, 0],
9613
- ];
9505
+ var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 429 }, [_M, _C], [0, 0]];
9614
9506
  schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
9615
9507
  var ListAggregatorsV2Request = [
9616
9508
  3,
@@ -9619,18 +9511,8 @@ var ListAggregatorsV2Request = [
9619
9511
  0,
9620
9512
  [_NTe, _MRa],
9621
9513
  [
9622
- [
9623
- 0,
9624
- {
9625
- [_hQ]: _NTe,
9626
- },
9627
- ],
9628
- [
9629
- 1,
9630
- {
9631
- [_hQ]: _MRa,
9632
- },
9633
- ],
9514
+ [0, { [_hQ]: _NTe }],
9515
+ [1, { [_hQ]: _MRa }],
9634
9516
  ],
9635
9517
  ];
9636
9518
  var ListAggregatorsV2Response = [
@@ -9648,18 +9530,8 @@ var ListAutomationRulesRequest = [
9648
9530
  0,
9649
9531
  [_NTe, _MRa],
9650
9532
  [
9651
- [
9652
- 0,
9653
- {
9654
- [_hQ]: _NTe,
9655
- },
9656
- ],
9657
- [
9658
- 1,
9659
- {
9660
- [_hQ]: _MRa,
9661
- },
9662
- ],
9533
+ [0, { [_hQ]: _NTe }],
9534
+ [1, { [_hQ]: _MRa }],
9663
9535
  ],
9664
9536
  ];
9665
9537
  var ListAutomationRulesResponse = [
@@ -9677,18 +9549,8 @@ var ListAutomationRulesV2Request = [
9677
9549
  0,
9678
9550
  [_NTe, _MRa],
9679
9551
  [
9680
- [
9681
- 0,
9682
- {
9683
- [_hQ]: _NTe,
9684
- },
9685
- ],
9686
- [
9687
- 1,
9688
- {
9689
- [_hQ]: _MRa,
9690
- },
9691
- ],
9552
+ [0, { [_hQ]: _NTe }],
9553
+ [1, { [_hQ]: _MRa }],
9692
9554
  ],
9693
9555
  ];
9694
9556
  var ListAutomationRulesV2Response = [
@@ -9706,18 +9568,8 @@ var ListConfigurationPoliciesRequest = [
9706
9568
  0,
9707
9569
  [_NTe, _MRa],
9708
9570
  [
9709
- [
9710
- 0,
9711
- {
9712
- [_hQ]: _NTe,
9713
- },
9714
- ],
9715
- [
9716
- 1,
9717
- {
9718
- [_hQ]: _MRa,
9719
- },
9720
- ],
9571
+ [0, { [_hQ]: _NTe }],
9572
+ [1, { [_hQ]: _MRa }],
9721
9573
  ],
9722
9574
  ];
9723
9575
  var ListConfigurationPoliciesResponse = [
@@ -9751,30 +9603,10 @@ var ListConnectorsV2Request = [
9751
9603
  0,
9752
9604
  [_NTe, _MRa, _PNrov, _CSonn],
9753
9605
  [
9754
- [
9755
- 0,
9756
- {
9757
- [_hQ]: _NTe,
9758
- },
9759
- ],
9760
- [
9761
- 1,
9762
- {
9763
- [_hQ]: _MRa,
9764
- },
9765
- ],
9766
- [
9767
- 0,
9768
- {
9769
- [_hQ]: _PNrov,
9770
- },
9771
- ],
9772
- [
9773
- 0,
9774
- {
9775
- [_hQ]: _CSonn,
9776
- },
9777
- ],
9606
+ [0, { [_hQ]: _NTe }],
9607
+ [1, { [_hQ]: _MRa }],
9608
+ [0, { [_hQ]: _PNrov }],
9609
+ [0, { [_hQ]: _CSonn }],
9778
9610
  ],
9779
9611
  ];
9780
9612
  var ListConnectorsV2Response = [
@@ -9792,18 +9624,8 @@ var ListEnabledProductsForImportRequest = [
9792
9624
  0,
9793
9625
  [_NTe, _MRa],
9794
9626
  [
9795
- [
9796
- 0,
9797
- {
9798
- [_hQ]: _NTe,
9799
- },
9800
- ],
9801
- [
9802
- 1,
9803
- {
9804
- [_hQ]: _MRa,
9805
- },
9806
- ],
9627
+ [0, { [_hQ]: _NTe }],
9628
+ [1, { [_hQ]: _MRa }],
9807
9629
  ],
9808
9630
  ];
9809
9631
  var ListEnabledProductsForImportResponse = [
@@ -9821,18 +9643,8 @@ var ListFindingAggregatorsRequest = [
9821
9643
  0,
9822
9644
  [_NTe, _MRa],
9823
9645
  [
9824
- [
9825
- 0,
9826
- {
9827
- [_hQ]: _NTe,
9828
- },
9829
- ],
9830
- [
9831
- 1,
9832
- {
9833
- [_hQ]: _MRa,
9834
- },
9835
- ],
9646
+ [0, { [_hQ]: _NTe }],
9647
+ [1, { [_hQ]: _MRa }],
9836
9648
  ],
9837
9649
  ];
9838
9650
  var ListFindingAggregatorsResponse = [
@@ -9850,18 +9662,8 @@ var ListInvitationsRequest = [
9850
9662
  0,
9851
9663
  [_MRa, _NTe],
9852
9664
  [
9853
- [
9854
- 1,
9855
- {
9856
- [_hQ]: _MRa,
9857
- },
9858
- ],
9859
- [
9860
- 0,
9861
- {
9862
- [_hQ]: _NTe,
9863
- },
9864
- ],
9665
+ [1, { [_hQ]: _MRa }],
9666
+ [0, { [_hQ]: _NTe }],
9865
9667
  ],
9866
9668
  ];
9867
9669
  var ListInvitationsResponse = [3, n0, _LIRi, 0, [_Invi, _NTe], [() => InvitationList, 0]];
@@ -9872,24 +9674,9 @@ var ListMembersRequest = [
9872
9674
  0,
9873
9675
  [_OAn, _MRa, _NTe],
9874
9676
  [
9875
- [
9876
- 2,
9877
- {
9878
- [_hQ]: _OAn,
9879
- },
9880
- ],
9881
- [
9882
- 1,
9883
- {
9884
- [_hQ]: _MRa,
9885
- },
9886
- ],
9887
- [
9888
- 0,
9889
- {
9890
- [_hQ]: _NTe,
9891
- },
9892
- ],
9677
+ [2, { [_hQ]: _OAn }],
9678
+ [1, { [_hQ]: _MRa }],
9679
+ [0, { [_hQ]: _NTe }],
9893
9680
  ],
9894
9681
  ];
9895
9682
  var ListMembersResponse = [3, n0, _LMRi, 0, [_Memb, _NTe], [() => MemberList, 0]];
@@ -9900,24 +9687,9 @@ var ListOrganizationAdminAccountsRequest = [
9900
9687
  0,
9901
9688
  [_MRa, _NTe, _Fea],
9902
9689
  [
9903
- [
9904
- 1,
9905
- {
9906
- [_hQ]: _MRa,
9907
- },
9908
- ],
9909
- [
9910
- 0,
9911
- {
9912
- [_hQ]: _NTe,
9913
- },
9914
- ],
9915
- [
9916
- 0,
9917
- {
9918
- [_hQ]: _Fea,
9919
- },
9920
- ],
9690
+ [1, { [_hQ]: _MRa }],
9691
+ [0, { [_hQ]: _NTe }],
9692
+ [0, { [_hQ]: _Fea }],
9921
9693
  ],
9922
9694
  ];
9923
9695
  var ListOrganizationAdminAccountsResponse = [
@@ -9935,24 +9707,9 @@ var ListSecurityControlDefinitionsRequest = [
9935
9707
  0,
9936
9708
  [_SAta, _NTe, _MRa],
9937
9709
  [
9938
- [
9939
- 0,
9940
- {
9941
- [_hQ]: _SAta,
9942
- },
9943
- ],
9944
- [
9945
- 0,
9946
- {
9947
- [_hQ]: _NTe,
9948
- },
9949
- ],
9950
- [
9951
- 1,
9952
- {
9953
- [_hQ]: _MRa,
9954
- },
9955
- ],
9710
+ [0, { [_hQ]: _SAta }],
9711
+ [0, { [_hQ]: _NTe }],
9712
+ [1, { [_hQ]: _MRa }],
9956
9713
  ],
9957
9714
  ];
9958
9715
  var ListSecurityControlDefinitionsResponse = [
@@ -9970,24 +9727,9 @@ var ListStandardsControlAssociationsRequest = [
9970
9727
  0,
9971
9728
  [_SCIec, _NTe, _MRa],
9972
9729
  [
9973
- [
9974
- 0,
9975
- {
9976
- [_hQ]: _SCIec,
9977
- },
9978
- ],
9979
- [
9980
- 0,
9981
- {
9982
- [_hQ]: _NTe,
9983
- },
9984
- ],
9985
- [
9986
- 1,
9987
- {
9988
- [_hQ]: _MRa,
9989
- },
9990
- ],
9730
+ [0, { [_hQ]: _SCIec }],
9731
+ [0, { [_hQ]: _NTe }],
9732
+ [1, { [_hQ]: _MRa }],
9991
9733
  ],
9992
9734
  ];
9993
9735
  var ListStandardsControlAssociationsResponse = [
@@ -10133,6 +9875,8 @@ var ProviderSummary = [3, n0, _PSr, 0, [_PNrov, _CSonn], [0, 0]];
10133
9875
  var Range = [3, n0, _Ra, 0, [_Star, _End_, _SCta], [1, 1, 1]];
10134
9876
  var Recommendation = [3, n0, _Reco, 0, [_Tex, _Ur], [0, 0]];
10135
9877
  var _Record = [3, n0, _Recor, 0, [_JP, _RIec], [0, 1]];
9878
+ var RegisterConnectorV2Request = [3, n0, _RCVR, 0, [_ACut, _ASuth], [0, 0]];
9879
+ var RegisterConnectorV2Response = [3, n0, _RCVRe, 0, [_CAon, _CIo], [0, 0]];
10136
9880
  var RelatedFinding = [3, n0, _RFe, 0, [_PA, _I], [0, 0]];
10137
9881
  var Remediation = [3, n0, _Rem, 0, [_Reco], [() => Recommendation]];
10138
9882
  var Resource = [
@@ -10143,17 +9887,7 @@ var Resource = [
10143
9887
  [_T, _I, _Par, _Reg, _RReso, _Tags, _DCat, _Deta, _ANp, _AAp],
10144
9888
  [0, 0, 0, 0, 0, 128 | 0, () => DataClassificationDetails, () => ResourceDetails, 0, 0],
10145
9889
  ];
10146
- var ResourceConflictException = [
10147
- -3,
10148
- n0,
10149
- _RCE,
10150
- {
10151
- [_e]: _c,
10152
- [_hE]: 409,
10153
- },
10154
- [_M, _C],
10155
- [0, 0],
10156
- ];
9890
+ var ResourceConflictException = [-3, n0, _RCE, { [_e]: _c, [_hE]: 409 }, [_M, _C], [0, 0]];
10157
9891
  schema.TypeRegistry.for(n0).registerError(ResourceConflictException, ResourceConflictException$1);
10158
9892
  var ResourceDetails = [
10159
9893
  3,
@@ -10374,29 +10108,9 @@ var ResourceFindingsSummary = [
10374
10108
  [0, 0, 1, () => ResourceSeverityBreakdown],
10375
10109
  ];
10376
10110
  var ResourceGroupByRule = [3, n0, _RGBR, 0, [_GBF, _Filt], [0, () => ResourcesFilters]];
10377
- var ResourceInUseException = [
10378
- -3,
10379
- n0,
10380
- _RIUE,
10381
- {
10382
- [_e]: _c,
10383
- [_hE]: 400,
10384
- },
10385
- [_M, _C],
10386
- [0, 0],
10387
- ];
10111
+ var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _c, [_hE]: 400 }, [_M, _C], [0, 0]];
10388
10112
  schema.TypeRegistry.for(n0).registerError(ResourceInUseException, ResourceInUseException$1);
10389
- var ResourceNotFoundException = [
10390
- -3,
10391
- n0,
10392
- _RNFE,
10393
- {
10394
- [_e]: _c,
10395
- [_hE]: 404,
10396
- },
10397
- [_M, _C],
10398
- [0, 0],
10399
- ];
10113
+ var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M, _C], [0, 0]];
10400
10114
  schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
10401
10115
  var ResourceResult = [
10402
10116
  3,
@@ -10700,15 +10414,18 @@ var Sequence = [
10700
10414
  [_Ui, _Acto, _Endp, _Sig, _SIeq],
10701
10415
  [0, () => ActorsList, () => NetworkEndpointsList, () => SignalsList, () => IndicatorsList],
10702
10416
  ];
10703
- var ServiceNowDetail = [3, n0, _SND, 0, [_INn, _CI, _ASuth], [0, 0, 0]];
10704
- var ServiceNowProviderConfiguration = [
10705
- 3,
10417
+ var ServiceNowDetail = [3, n0, _SND, 0, [_INn, _SAec, _ASut], [0, 0, 0]];
10418
+ var ServiceNowProviderConfiguration = [3, n0, _SNPC, 0, [_INn, _SAec], [0, 0]];
10419
+ var ServiceNowUpdateConfiguration = [3, n0, _SNUC, 0, [_SAec], [0]];
10420
+ var ServiceQuotaExceededException = [
10421
+ -3,
10706
10422
  n0,
10707
- _SNPC,
10708
- 0,
10709
- [_INn, _CI, _CSli],
10710
- [0, 0, [() => SensitiveNonEmptyString, 0]],
10423
+ _SQEE,
10424
+ { [_e]: _c, [_hE]: 402 },
10425
+ [_M, _C],
10426
+ [0, 0],
10711
10427
  ];
10428
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
10712
10429
  var Severity = [3, n0, _Se, 0, [_Produ, _Lab, _Norm, _Orig], [1, 0, 1, 0]];
10713
10430
  var SeverityTrendsCount = [
10714
10431
  3,
@@ -10852,17 +10569,7 @@ var ThreatIntelIndicator = [
10852
10569
  [_T, _Val, _Cat, _LOA, _So, _SU],
10853
10570
  [0, 0, 0, 0, 0, 0],
10854
10571
  ];
10855
- var ThrottlingException = [
10856
- -3,
10857
- n0,
10858
- _TEh,
10859
- {
10860
- [_e]: _c,
10861
- [_hE]: 429,
10862
- },
10863
- [_M, _C],
10864
- [0, 0],
10865
- ];
10572
+ var ThrottlingException = [-3, n0, _TEh, { [_e]: _c, [_hE]: 429 }, [_M, _C], [0, 0]];
10866
10573
  schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
10867
10574
  var TrendsMetricsResult = [3, n0, _TMR, 0, [_Times, _TV], [5, () => TrendsValues]];
10868
10575
  var TrendsValues = [3, n0, _TV, 0, [_STev], [() => SeverityTrendsCount]];
@@ -10900,12 +10607,7 @@ var UntagResourceRequest = [
10900
10607
  [_RAe, _TK],
10901
10608
  [
10902
10609
  [0, 1],
10903
- [
10904
- 64 | 0,
10905
- {
10906
- [_hQ]: _tK,
10907
- },
10908
- ],
10610
+ [64 | 0, { [_hQ]: _tK }],
10909
10611
  ],
10910
10612
  ];
10911
10613
  var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -10958,8 +10660,8 @@ var UpdateConnectorV2Request = [
10958
10660
  n0,
10959
10661
  _UCVR,
10960
10662
  0,
10961
- [_CIo, _CSli, _D, _Prov],
10962
- [[0, 1], [() => SensitiveNonEmptyString, 0], 0, () => ProviderUpdateConfiguration],
10663
+ [_CIo, _D, _Prov],
10664
+ [[0, 1], 0, () => ProviderUpdateConfiguration],
10963
10665
  ];
10964
10666
  var UpdateConnectorV2Response = [3, n0, _UCVRp, 0, [], []];
10965
10667
  var UpdateFindingAggregatorRequest = [
@@ -11026,17 +10728,7 @@ var UpdateStandardsControlRequest = [
11026
10728
  ];
11027
10729
  var UpdateStandardsControlResponse = [3, n0, _USCRpda, 0, [], []];
11028
10730
  var UserAccount = [3, n0, _UAs, 0, [_Ui, _N], [0, 0]];
11029
- var ValidationException = [
11030
- -3,
11031
- n0,
11032
- _VEa,
11033
- {
11034
- [_e]: _c,
11035
- [_hE]: 400,
11036
- },
11037
- [_M, _C],
11038
- [0, 0],
11039
- ];
10731
+ var ValidationException = [-3, n0, _VEa, { [_e]: _c, [_hE]: 400 }, [_M, _C], [0, 0]];
11040
10732
  schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
11041
10733
  var VolumeMount = [3, n0, _VMol, 0, [_N, _MPou], [0, 0]];
11042
10734
  var VpcInfoCidrBlockSetDetails = [3, n0, _VICBSD, 0, [_CBi], [0]];
@@ -12214,7 +11906,7 @@ var ProviderConfiguration = [
12214
11906
  _PCro,
12215
11907
  0,
12216
11908
  [_JC, _SNer],
12217
- [() => JiraCloudProviderConfiguration, [() => ServiceNowProviderConfiguration, 0]],
11909
+ [() => JiraCloudProviderConfiguration, () => ServiceNowProviderConfiguration],
12218
11910
  ];
12219
11911
  var ProviderDetail = [
12220
11912
  3,
@@ -12229,17 +11921,15 @@ var ProviderUpdateConfiguration = [
12229
11921
  n0,
12230
11922
  _PUC,
12231
11923
  0,
12232
- [_JC],
12233
- [() => JiraCloudUpdateConfiguration],
11924
+ [_JC, _SNer],
11925
+ [() => JiraCloudUpdateConfiguration, () => ServiceNowUpdateConfiguration],
12234
11926
  ];
12235
11927
  var Target = [3, n0, _Ta, 0, [_AIc, _OUI, _RIoo], [0, 0, 0]];
12236
11928
  var AcceptAdministratorInvitation = [
12237
11929
  9,
12238
11930
  n0,
12239
11931
  _AAIc,
12240
- {
12241
- [_h]: ["POST", "/administrator", 200],
12242
- },
11932
+ { [_h]: ["POST", "/administrator", 200] },
12243
11933
  () => AcceptAdministratorInvitationRequest,
12244
11934
  () => AcceptAdministratorInvitationResponse,
12245
11935
  ];
@@ -12247,9 +11937,7 @@ var AcceptInvitation = [
12247
11937
  9,
12248
11938
  n0,
12249
11939
  _AIcce,
12250
- {
12251
- [_h]: ["POST", "/master", 200],
12252
- },
11940
+ { [_h]: ["POST", "/master", 200] },
12253
11941
  () => AcceptInvitationRequest,
12254
11942
  () => AcceptInvitationResponse,
12255
11943
  ];
@@ -12257,9 +11945,7 @@ var BatchDeleteAutomationRules = [
12257
11945
  9,
12258
11946
  n0,
12259
11947
  _BDAR,
12260
- {
12261
- [_h]: ["POST", "/automationrules/delete", 200],
12262
- },
11948
+ { [_h]: ["POST", "/automationrules/delete", 200] },
12263
11949
  () => BatchDeleteAutomationRulesRequest,
12264
11950
  () => BatchDeleteAutomationRulesResponse,
12265
11951
  ];
@@ -12267,9 +11953,7 @@ var BatchDisableStandards = [
12267
11953
  9,
12268
11954
  n0,
12269
11955
  _BDS,
12270
- {
12271
- [_h]: ["POST", "/standards/deregister", 200],
12272
- },
11956
+ { [_h]: ["POST", "/standards/deregister", 200] },
12273
11957
  () => BatchDisableStandardsRequest,
12274
11958
  () => BatchDisableStandardsResponse,
12275
11959
  ];
@@ -12277,9 +11961,7 @@ var BatchEnableStandards = [
12277
11961
  9,
12278
11962
  n0,
12279
11963
  _BES,
12280
- {
12281
- [_h]: ["POST", "/standards/register", 200],
12282
- },
11964
+ { [_h]: ["POST", "/standards/register", 200] },
12283
11965
  () => BatchEnableStandardsRequest,
12284
11966
  () => BatchEnableStandardsResponse,
12285
11967
  ];
@@ -12287,9 +11969,7 @@ var BatchGetAutomationRules = [
12287
11969
  9,
12288
11970
  n0,
12289
11971
  _BGAR,
12290
- {
12291
- [_h]: ["POST", "/automationrules/get", 200],
12292
- },
11972
+ { [_h]: ["POST", "/automationrules/get", 200] },
12293
11973
  () => BatchGetAutomationRulesRequest,
12294
11974
  () => BatchGetAutomationRulesResponse,
12295
11975
  ];
@@ -12297,9 +11977,7 @@ var BatchGetConfigurationPolicyAssociations = [
12297
11977
  9,
12298
11978
  n0,
12299
11979
  _BGCPA,
12300
- {
12301
- [_h]: ["POST", "/configurationPolicyAssociation/batchget", 200],
12302
- },
11980
+ { [_h]: ["POST", "/configurationPolicyAssociation/batchget", 200] },
12303
11981
  () => BatchGetConfigurationPolicyAssociationsRequest,
12304
11982
  () => BatchGetConfigurationPolicyAssociationsResponse,
12305
11983
  ];
@@ -12307,9 +11985,7 @@ var BatchGetSecurityControls = [
12307
11985
  9,
12308
11986
  n0,
12309
11987
  _BGSC,
12310
- {
12311
- [_h]: ["POST", "/securityControls/batchGet", 200],
12312
- },
11988
+ { [_h]: ["POST", "/securityControls/batchGet", 200] },
12313
11989
  () => BatchGetSecurityControlsRequest,
12314
11990
  () => BatchGetSecurityControlsResponse,
12315
11991
  ];
@@ -12317,9 +11993,7 @@ var BatchGetStandardsControlAssociations = [
12317
11993
  9,
12318
11994
  n0,
12319
11995
  _BGSCA,
12320
- {
12321
- [_h]: ["POST", "/associations/batchGet", 200],
12322
- },
11996
+ { [_h]: ["POST", "/associations/batchGet", 200] },
12323
11997
  () => BatchGetStandardsControlAssociationsRequest,
12324
11998
  () => BatchGetStandardsControlAssociationsResponse,
12325
11999
  ];
@@ -12327,9 +12001,7 @@ var BatchImportFindings = [
12327
12001
  9,
12328
12002
  n0,
12329
12003
  _BIF,
12330
- {
12331
- [_h]: ["POST", "/findings/import", 200],
12332
- },
12004
+ { [_h]: ["POST", "/findings/import", 200] },
12333
12005
  () => BatchImportFindingsRequest,
12334
12006
  () => BatchImportFindingsResponse,
12335
12007
  ];
@@ -12337,9 +12009,7 @@ var BatchUpdateAutomationRules = [
12337
12009
  9,
12338
12010
  n0,
12339
12011
  _BUAR,
12340
- {
12341
- [_h]: ["PATCH", "/automationrules/update", 200],
12342
- },
12012
+ { [_h]: ["PATCH", "/automationrules/update", 200] },
12343
12013
  () => BatchUpdateAutomationRulesRequest,
12344
12014
  () => BatchUpdateAutomationRulesResponse,
12345
12015
  ];
@@ -12347,9 +12017,7 @@ var BatchUpdateFindings = [
12347
12017
  9,
12348
12018
  n0,
12349
12019
  _BUF,
12350
- {
12351
- [_h]: ["PATCH", "/findings/batchupdate", 200],
12352
- },
12020
+ { [_h]: ["PATCH", "/findings/batchupdate", 200] },
12353
12021
  () => BatchUpdateFindingsRequest,
12354
12022
  () => BatchUpdateFindingsResponse,
12355
12023
  ];
@@ -12357,9 +12025,7 @@ var BatchUpdateFindingsV2 = [
12357
12025
  9,
12358
12026
  n0,
12359
12027
  _BUFV,
12360
- {
12361
- [_h]: ["PATCH", "/findingsv2/batchupdatev2", 200],
12362
- },
12028
+ { [_h]: ["PATCH", "/findingsv2/batchupdatev2", 200] },
12363
12029
  () => BatchUpdateFindingsV2Request,
12364
12030
  () => BatchUpdateFindingsV2Response,
12365
12031
  ];
@@ -12367,29 +12033,15 @@ var BatchUpdateStandardsControlAssociations = [
12367
12033
  9,
12368
12034
  n0,
12369
12035
  _BUSCA,
12370
- {
12371
- [_h]: ["PATCH", "/associations", 200],
12372
- },
12036
+ { [_h]: ["PATCH", "/associations", 200] },
12373
12037
  () => BatchUpdateStandardsControlAssociationsRequest,
12374
12038
  () => BatchUpdateStandardsControlAssociationsResponse,
12375
12039
  ];
12376
- var ConnectorRegistrationsV2 = [
12377
- 9,
12378
- n0,
12379
- _CRV,
12380
- {
12381
- [_h]: ["POST", "/connectorsv2/registrations", 200],
12382
- },
12383
- () => ConnectorRegistrationsV2Request,
12384
- () => ConnectorRegistrationsV2Response,
12385
- ];
12386
12040
  var CreateActionTarget = [
12387
12041
  9,
12388
12042
  n0,
12389
12043
  _CAT,
12390
- {
12391
- [_h]: ["POST", "/actionTargets", 200],
12392
- },
12044
+ { [_h]: ["POST", "/actionTargets", 200] },
12393
12045
  () => CreateActionTargetRequest,
12394
12046
  () => CreateActionTargetResponse,
12395
12047
  ];
@@ -12397,9 +12049,7 @@ var CreateAggregatorV2 = [
12397
12049
  9,
12398
12050
  n0,
12399
12051
  _CAV,
12400
- {
12401
- [_h]: ["POST", "/aggregatorv2/create", 200],
12402
- },
12052
+ { [_h]: ["POST", "/aggregatorv2/create", 200] },
12403
12053
  () => CreateAggregatorV2Request,
12404
12054
  () => CreateAggregatorV2Response,
12405
12055
  ];
@@ -12407,9 +12057,7 @@ var CreateAutomationRule = [
12407
12057
  9,
12408
12058
  n0,
12409
12059
  _CAR,
12410
- {
12411
- [_h]: ["POST", "/automationrules/create", 200],
12412
- },
12060
+ { [_h]: ["POST", "/automationrules/create", 200] },
12413
12061
  () => CreateAutomationRuleRequest,
12414
12062
  () => CreateAutomationRuleResponse,
12415
12063
  ];
@@ -12417,9 +12065,7 @@ var CreateAutomationRuleV2 = [
12417
12065
  9,
12418
12066
  n0,
12419
12067
  _CARV,
12420
- {
12421
- [_h]: ["POST", "/automationrulesv2/create", 200],
12422
- },
12068
+ { [_h]: ["POST", "/automationrulesv2/create", 200] },
12423
12069
  () => CreateAutomationRuleV2Request,
12424
12070
  () => CreateAutomationRuleV2Response,
12425
12071
  ];
@@ -12427,9 +12073,7 @@ var CreateConfigurationPolicy = [
12427
12073
  9,
12428
12074
  n0,
12429
12075
  _CCP,
12430
- {
12431
- [_h]: ["POST", "/configurationPolicy/create", 200],
12432
- },
12076
+ { [_h]: ["POST", "/configurationPolicy/create", 200] },
12433
12077
  () => CreateConfigurationPolicyRequest,
12434
12078
  () => CreateConfigurationPolicyResponse,
12435
12079
  ];
@@ -12437,9 +12081,7 @@ var CreateConnectorV2 = [
12437
12081
  9,
12438
12082
  n0,
12439
12083
  _CCV,
12440
- {
12441
- [_h]: ["POST", "/connectorsv2", 200],
12442
- },
12084
+ { [_h]: ["POST", "/connectorsv2", 200] },
12443
12085
  () => CreateConnectorV2Request,
12444
12086
  () => CreateConnectorV2Response,
12445
12087
  ];
@@ -12447,9 +12089,7 @@ var CreateFindingAggregator = [
12447
12089
  9,
12448
12090
  n0,
12449
12091
  _CFA,
12450
- {
12451
- [_h]: ["POST", "/findingAggregator/create", 200],
12452
- },
12092
+ { [_h]: ["POST", "/findingAggregator/create", 200] },
12453
12093
  () => CreateFindingAggregatorRequest,
12454
12094
  () => CreateFindingAggregatorResponse,
12455
12095
  ];
@@ -12457,9 +12097,7 @@ var CreateInsight = [
12457
12097
  9,
12458
12098
  n0,
12459
12099
  _CIre,
12460
- {
12461
- [_h]: ["POST", "/insights", 200],
12462
- },
12100
+ { [_h]: ["POST", "/insights", 200] },
12463
12101
  () => CreateInsightRequest,
12464
12102
  () => CreateInsightResponse,
12465
12103
  ];
@@ -12467,9 +12105,7 @@ var CreateMembers = [
12467
12105
  9,
12468
12106
  n0,
12469
12107
  _CMr,
12470
- {
12471
- [_h]: ["POST", "/members", 200],
12472
- },
12108
+ { [_h]: ["POST", "/members", 200] },
12473
12109
  () => CreateMembersRequest,
12474
12110
  () => CreateMembersResponse,
12475
12111
  ];
@@ -12477,9 +12113,7 @@ var CreateTicketV2 = [
12477
12113
  9,
12478
12114
  n0,
12479
12115
  _CTV,
12480
- {
12481
- [_h]: ["POST", "/ticketsv2", 200],
12482
- },
12116
+ { [_h]: ["POST", "/ticketsv2", 200] },
12483
12117
  () => CreateTicketV2Request,
12484
12118
  () => CreateTicketV2Response,
12485
12119
  ];
@@ -12487,9 +12121,7 @@ var DeclineInvitations = [
12487
12121
  9,
12488
12122
  n0,
12489
12123
  _DIec,
12490
- {
12491
- [_h]: ["POST", "/invitations/decline", 200],
12492
- },
12124
+ { [_h]: ["POST", "/invitations/decline", 200] },
12493
12125
  () => DeclineInvitationsRequest,
12494
12126
  () => DeclineInvitationsResponse,
12495
12127
  ];
@@ -12497,9 +12129,7 @@ var DeleteActionTarget = [
12497
12129
  9,
12498
12130
  n0,
12499
12131
  _DATe,
12500
- {
12501
- [_h]: ["DELETE", "/actionTargets/{ActionTargetArn+}", 200],
12502
- },
12132
+ { [_h]: ["DELETE", "/actionTargets/{ActionTargetArn+}", 200] },
12503
12133
  () => DeleteActionTargetRequest,
12504
12134
  () => DeleteActionTargetResponse,
12505
12135
  ];
@@ -12507,9 +12137,7 @@ var DeleteAggregatorV2 = [
12507
12137
  9,
12508
12138
  n0,
12509
12139
  _DAV,
12510
- {
12511
- [_h]: ["DELETE", "/aggregatorv2/delete/{AggregatorV2Arn+}", 200],
12512
- },
12140
+ { [_h]: ["DELETE", "/aggregatorv2/delete/{AggregatorV2Arn+}", 200] },
12513
12141
  () => DeleteAggregatorV2Request,
12514
12142
  () => DeleteAggregatorV2Response,
12515
12143
  ];
@@ -12517,9 +12145,7 @@ var DeleteAutomationRuleV2 = [
12517
12145
  9,
12518
12146
  n0,
12519
12147
  _DARV,
12520
- {
12521
- [_h]: ["DELETE", "/automationrulesv2/{Identifier}", 200],
12522
- },
12148
+ { [_h]: ["DELETE", "/automationrulesv2/{Identifier}", 200] },
12523
12149
  () => DeleteAutomationRuleV2Request,
12524
12150
  () => DeleteAutomationRuleV2Response,
12525
12151
  ];
@@ -12527,9 +12153,7 @@ var DeleteConfigurationPolicy = [
12527
12153
  9,
12528
12154
  n0,
12529
12155
  _DCP,
12530
- {
12531
- [_h]: ["DELETE", "/configurationPolicy/{Identifier}", 200],
12532
- },
12156
+ { [_h]: ["DELETE", "/configurationPolicy/{Identifier}", 200] },
12533
12157
  () => DeleteConfigurationPolicyRequest,
12534
12158
  () => DeleteConfigurationPolicyResponse,
12535
12159
  ];
@@ -12537,9 +12161,7 @@ var DeleteConnectorV2 = [
12537
12161
  9,
12538
12162
  n0,
12539
12163
  _DCV,
12540
- {
12541
- [_h]: ["DELETE", "/connectorsv2/{ConnectorId+}", 200],
12542
- },
12164
+ { [_h]: ["DELETE", "/connectorsv2/{ConnectorId+}", 200] },
12543
12165
  () => DeleteConnectorV2Request,
12544
12166
  () => DeleteConnectorV2Response,
12545
12167
  ];
@@ -12547,9 +12169,7 @@ var DeleteFindingAggregator = [
12547
12169
  9,
12548
12170
  n0,
12549
12171
  _DFAe,
12550
- {
12551
- [_h]: ["DELETE", "/findingAggregator/delete/{FindingAggregatorArn+}", 200],
12552
- },
12172
+ { [_h]: ["DELETE", "/findingAggregator/delete/{FindingAggregatorArn+}", 200] },
12553
12173
  () => DeleteFindingAggregatorRequest,
12554
12174
  () => DeleteFindingAggregatorResponse,
12555
12175
  ];
@@ -12557,9 +12177,7 @@ var DeleteInsight = [
12557
12177
  9,
12558
12178
  n0,
12559
12179
  _DIel,
12560
- {
12561
- [_h]: ["DELETE", "/insights/{InsightArn+}", 200],
12562
- },
12180
+ { [_h]: ["DELETE", "/insights/{InsightArn+}", 200] },
12563
12181
  () => DeleteInsightRequest,
12564
12182
  () => DeleteInsightResponse,
12565
12183
  ];
@@ -12567,9 +12185,7 @@ var DeleteInvitations = [
12567
12185
  9,
12568
12186
  n0,
12569
12187
  _DIele,
12570
- {
12571
- [_h]: ["POST", "/invitations/delete", 200],
12572
- },
12188
+ { [_h]: ["POST", "/invitations/delete", 200] },
12573
12189
  () => DeleteInvitationsRequest,
12574
12190
  () => DeleteInvitationsResponse,
12575
12191
  ];
@@ -12577,9 +12193,7 @@ var DeleteMembers = [
12577
12193
  9,
12578
12194
  n0,
12579
12195
  _DMe,
12580
- {
12581
- [_h]: ["POST", "/members/delete", 200],
12582
- },
12196
+ { [_h]: ["POST", "/members/delete", 200] },
12583
12197
  () => DeleteMembersRequest,
12584
12198
  () => DeleteMembersResponse,
12585
12199
  ];
@@ -12587,9 +12201,7 @@ var DescribeActionTargets = [
12587
12201
  9,
12588
12202
  n0,
12589
12203
  _DATes,
12590
- {
12591
- [_h]: ["POST", "/actionTargets/get", 200],
12592
- },
12204
+ { [_h]: ["POST", "/actionTargets/get", 200] },
12593
12205
  () => DescribeActionTargetsRequest,
12594
12206
  () => DescribeActionTargetsResponse,
12595
12207
  ];
@@ -12597,9 +12209,7 @@ var DescribeHub = [
12597
12209
  9,
12598
12210
  n0,
12599
12211
  _DH,
12600
- {
12601
- [_h]: ["GET", "/accounts", 200],
12602
- },
12212
+ { [_h]: ["GET", "/accounts", 200] },
12603
12213
  () => DescribeHubRequest,
12604
12214
  () => DescribeHubResponse,
12605
12215
  ];
@@ -12607,9 +12217,7 @@ var DescribeOrganizationConfiguration = [
12607
12217
  9,
12608
12218
  n0,
12609
12219
  _DOC,
12610
- {
12611
- [_h]: ["GET", "/organization/configuration", 200],
12612
- },
12220
+ { [_h]: ["GET", "/organization/configuration", 200] },
12613
12221
  () => DescribeOrganizationConfigurationRequest,
12614
12222
  () => DescribeOrganizationConfigurationResponse,
12615
12223
  ];
@@ -12617,9 +12225,7 @@ var DescribeProducts = [
12617
12225
  9,
12618
12226
  n0,
12619
12227
  _DPesc,
12620
- {
12621
- [_h]: ["GET", "/products", 200],
12622
- },
12228
+ { [_h]: ["GET", "/products", 200] },
12623
12229
  () => DescribeProductsRequest,
12624
12230
  () => DescribeProductsResponse,
12625
12231
  ];
@@ -12627,9 +12233,7 @@ var DescribeProductsV2 = [
12627
12233
  9,
12628
12234
  n0,
12629
12235
  _DPV,
12630
- {
12631
- [_h]: ["GET", "/productsV2", 200],
12632
- },
12236
+ { [_h]: ["GET", "/productsV2", 200] },
12633
12237
  () => DescribeProductsV2Request,
12634
12238
  () => DescribeProductsV2Response,
12635
12239
  ];
@@ -12637,9 +12241,7 @@ var DescribeSecurityHubV2 = [
12637
12241
  9,
12638
12242
  n0,
12639
12243
  _DSHV,
12640
- {
12641
- [_h]: ["GET", "/hubv2", 200],
12642
- },
12244
+ { [_h]: ["GET", "/hubv2", 200] },
12643
12245
  () => DescribeSecurityHubV2Request,
12644
12246
  () => DescribeSecurityHubV2Response,
12645
12247
  ];
@@ -12647,9 +12249,7 @@ var DescribeStandards = [
12647
12249
  9,
12648
12250
  n0,
12649
12251
  _DSe,
12650
- {
12651
- [_h]: ["GET", "/standards", 200],
12652
- },
12252
+ { [_h]: ["GET", "/standards", 200] },
12653
12253
  () => DescribeStandardsRequest,
12654
12254
  () => DescribeStandardsResponse,
12655
12255
  ];
@@ -12657,9 +12257,7 @@ var DescribeStandardsControls = [
12657
12257
  9,
12658
12258
  n0,
12659
12259
  _DSC,
12660
- {
12661
- [_h]: ["GET", "/standards/controls/{StandardsSubscriptionArn+}", 200],
12662
- },
12260
+ { [_h]: ["GET", "/standards/controls/{StandardsSubscriptionArn+}", 200] },
12663
12261
  () => DescribeStandardsControlsRequest,
12664
12262
  () => DescribeStandardsControlsResponse,
12665
12263
  ];
@@ -12667,9 +12265,7 @@ var DisableImportFindingsForProduct = [
12667
12265
  9,
12668
12266
  n0,
12669
12267
  _DIFFP,
12670
- {
12671
- [_h]: ["DELETE", "/productSubscriptions/{ProductSubscriptionArn+}", 200],
12672
- },
12268
+ { [_h]: ["DELETE", "/productSubscriptions/{ProductSubscriptionArn+}", 200] },
12673
12269
  () => DisableImportFindingsForProductRequest,
12674
12270
  () => DisableImportFindingsForProductResponse,
12675
12271
  ];
@@ -12677,9 +12273,7 @@ var DisableOrganizationAdminAccount = [
12677
12273
  9,
12678
12274
  n0,
12679
12275
  _DOAA,
12680
- {
12681
- [_h]: ["POST", "/organization/admin/disable", 200],
12682
- },
12276
+ { [_h]: ["POST", "/organization/admin/disable", 200] },
12683
12277
  () => DisableOrganizationAdminAccountRequest,
12684
12278
  () => DisableOrganizationAdminAccountResponse,
12685
12279
  ];
@@ -12687,9 +12281,7 @@ var DisableSecurityHub = [
12687
12281
  9,
12688
12282
  n0,
12689
12283
  _DSH,
12690
- {
12691
- [_h]: ["DELETE", "/accounts", 200],
12692
- },
12284
+ { [_h]: ["DELETE", "/accounts", 200] },
12693
12285
  () => DisableSecurityHubRequest,
12694
12286
  () => DisableSecurityHubResponse,
12695
12287
  ];
@@ -12697,9 +12289,7 @@ var DisableSecurityHubV2 = [
12697
12289
  9,
12698
12290
  n0,
12699
12291
  _DSHVi,
12700
- {
12701
- [_h]: ["DELETE", "/hubv2", 200],
12702
- },
12292
+ { [_h]: ["DELETE", "/hubv2", 200] },
12703
12293
  () => DisableSecurityHubV2Request,
12704
12294
  () => DisableSecurityHubV2Response,
12705
12295
  ];
@@ -12707,9 +12297,7 @@ var DisassociateFromAdministratorAccount = [
12707
12297
  9,
12708
12298
  n0,
12709
12299
  _DFAA,
12710
- {
12711
- [_h]: ["POST", "/administrator/disassociate", 200],
12712
- },
12300
+ { [_h]: ["POST", "/administrator/disassociate", 200] },
12713
12301
  () => DisassociateFromAdministratorAccountRequest,
12714
12302
  () => DisassociateFromAdministratorAccountResponse,
12715
12303
  ];
@@ -12717,9 +12305,7 @@ var DisassociateFromMasterAccount = [
12717
12305
  9,
12718
12306
  n0,
12719
12307
  _DFMA,
12720
- {
12721
- [_h]: ["POST", "/master/disassociate", 200],
12722
- },
12308
+ { [_h]: ["POST", "/master/disassociate", 200] },
12723
12309
  () => DisassociateFromMasterAccountRequest,
12724
12310
  () => DisassociateFromMasterAccountResponse,
12725
12311
  ];
@@ -12727,9 +12313,7 @@ var DisassociateMembers = [
12727
12313
  9,
12728
12314
  n0,
12729
12315
  _DMi,
12730
- {
12731
- [_h]: ["POST", "/members/disassociate", 200],
12732
- },
12316
+ { [_h]: ["POST", "/members/disassociate", 200] },
12733
12317
  () => DisassociateMembersRequest,
12734
12318
  () => DisassociateMembersResponse,
12735
12319
  ];
@@ -12737,9 +12321,7 @@ var EnableImportFindingsForProduct = [
12737
12321
  9,
12738
12322
  n0,
12739
12323
  _EIFFP,
12740
- {
12741
- [_h]: ["POST", "/productSubscriptions", 200],
12742
- },
12324
+ { [_h]: ["POST", "/productSubscriptions", 200] },
12743
12325
  () => EnableImportFindingsForProductRequest,
12744
12326
  () => EnableImportFindingsForProductResponse,
12745
12327
  ];
@@ -12747,9 +12329,7 @@ var EnableOrganizationAdminAccount = [
12747
12329
  9,
12748
12330
  n0,
12749
12331
  _EOAA,
12750
- {
12751
- [_h]: ["POST", "/organization/admin/enable", 200],
12752
- },
12332
+ { [_h]: ["POST", "/organization/admin/enable", 200] },
12753
12333
  () => EnableOrganizationAdminAccountRequest,
12754
12334
  () => EnableOrganizationAdminAccountResponse,
12755
12335
  ];
@@ -12757,9 +12337,7 @@ var EnableSecurityHub = [
12757
12337
  9,
12758
12338
  n0,
12759
12339
  _ESH,
12760
- {
12761
- [_h]: ["POST", "/accounts", 200],
12762
- },
12340
+ { [_h]: ["POST", "/accounts", 200] },
12763
12341
  () => EnableSecurityHubRequest,
12764
12342
  () => EnableSecurityHubResponse,
12765
12343
  ];
@@ -12767,9 +12345,7 @@ var EnableSecurityHubV2 = [
12767
12345
  9,
12768
12346
  n0,
12769
12347
  _ESHV,
12770
- {
12771
- [_h]: ["POST", "/hubv2", 200],
12772
- },
12348
+ { [_h]: ["POST", "/hubv2", 200] },
12773
12349
  () => EnableSecurityHubV2Request,
12774
12350
  () => EnableSecurityHubV2Response,
12775
12351
  ];
@@ -12777,9 +12353,7 @@ var GetAdministratorAccount = [
12777
12353
  9,
12778
12354
  n0,
12779
12355
  _GAA,
12780
- {
12781
- [_h]: ["GET", "/administrator", 200],
12782
- },
12356
+ { [_h]: ["GET", "/administrator", 200] },
12783
12357
  () => GetAdministratorAccountRequest,
12784
12358
  () => GetAdministratorAccountResponse,
12785
12359
  ];
@@ -12787,9 +12361,7 @@ var GetAggregatorV2 = [
12787
12361
  9,
12788
12362
  n0,
12789
12363
  _GAV,
12790
- {
12791
- [_h]: ["GET", "/aggregatorv2/get/{AggregatorV2Arn+}", 200],
12792
- },
12364
+ { [_h]: ["GET", "/aggregatorv2/get/{AggregatorV2Arn+}", 200] },
12793
12365
  () => GetAggregatorV2Request,
12794
12366
  () => GetAggregatorV2Response,
12795
12367
  ];
@@ -12797,9 +12369,7 @@ var GetAutomationRuleV2 = [
12797
12369
  9,
12798
12370
  n0,
12799
12371
  _GARV,
12800
- {
12801
- [_h]: ["GET", "/automationrulesv2/{Identifier}", 200],
12802
- },
12372
+ { [_h]: ["GET", "/automationrulesv2/{Identifier}", 200] },
12803
12373
  () => GetAutomationRuleV2Request,
12804
12374
  () => GetAutomationRuleV2Response,
12805
12375
  ];
@@ -12807,9 +12377,7 @@ var GetConfigurationPolicy = [
12807
12377
  9,
12808
12378
  n0,
12809
12379
  _GCP,
12810
- {
12811
- [_h]: ["GET", "/configurationPolicy/get/{Identifier}", 200],
12812
- },
12380
+ { [_h]: ["GET", "/configurationPolicy/get/{Identifier}", 200] },
12813
12381
  () => GetConfigurationPolicyRequest,
12814
12382
  () => GetConfigurationPolicyResponse,
12815
12383
  ];
@@ -12817,9 +12385,7 @@ var GetConfigurationPolicyAssociation = [
12817
12385
  9,
12818
12386
  n0,
12819
12387
  _GCPA,
12820
- {
12821
- [_h]: ["POST", "/configurationPolicyAssociation/get", 200],
12822
- },
12388
+ { [_h]: ["POST", "/configurationPolicyAssociation/get", 200] },
12823
12389
  () => GetConfigurationPolicyAssociationRequest,
12824
12390
  () => GetConfigurationPolicyAssociationResponse,
12825
12391
  ];
@@ -12827,9 +12393,7 @@ var GetConnectorV2 = [
12827
12393
  9,
12828
12394
  n0,
12829
12395
  _GCV,
12830
- {
12831
- [_h]: ["GET", "/connectorsv2/{ConnectorId+}", 200],
12832
- },
12396
+ { [_h]: ["GET", "/connectorsv2/{ConnectorId+}", 200] },
12833
12397
  () => GetConnectorV2Request,
12834
12398
  () => GetConnectorV2Response,
12835
12399
  ];
@@ -12837,9 +12401,7 @@ var GetEnabledStandards = [
12837
12401
  9,
12838
12402
  n0,
12839
12403
  _GES,
12840
- {
12841
- [_h]: ["POST", "/standards/get", 200],
12842
- },
12404
+ { [_h]: ["POST", "/standards/get", 200] },
12843
12405
  () => GetEnabledStandardsRequest,
12844
12406
  () => GetEnabledStandardsResponse,
12845
12407
  ];
@@ -12847,9 +12409,7 @@ var GetFindingAggregator = [
12847
12409
  9,
12848
12410
  n0,
12849
12411
  _GFA,
12850
- {
12851
- [_h]: ["GET", "/findingAggregator/get/{FindingAggregatorArn+}", 200],
12852
- },
12412
+ { [_h]: ["GET", "/findingAggregator/get/{FindingAggregatorArn+}", 200] },
12853
12413
  () => GetFindingAggregatorRequest,
12854
12414
  () => GetFindingAggregatorResponse,
12855
12415
  ];
@@ -12857,9 +12417,7 @@ var GetFindingHistory = [
12857
12417
  9,
12858
12418
  n0,
12859
12419
  _GFH,
12860
- {
12861
- [_h]: ["POST", "/findingHistory/get", 200],
12862
- },
12420
+ { [_h]: ["POST", "/findingHistory/get", 200] },
12863
12421
  () => GetFindingHistoryRequest,
12864
12422
  () => GetFindingHistoryResponse,
12865
12423
  ];
@@ -12867,9 +12425,7 @@ var GetFindings = [
12867
12425
  9,
12868
12426
  n0,
12869
12427
  _GF,
12870
- {
12871
- [_h]: ["POST", "/findings", 200],
12872
- },
12428
+ { [_h]: ["POST", "/findings", 200] },
12873
12429
  () => GetFindingsRequest,
12874
12430
  () => GetFindingsResponse,
12875
12431
  ];
@@ -12877,9 +12433,7 @@ var GetFindingStatisticsV2 = [
12877
12433
  9,
12878
12434
  n0,
12879
12435
  _GFSV,
12880
- {
12881
- [_h]: ["POST", "/findingsv2/statistics", 200],
12882
- },
12436
+ { [_h]: ["POST", "/findingsv2/statistics", 200] },
12883
12437
  () => GetFindingStatisticsV2Request,
12884
12438
  () => GetFindingStatisticsV2Response,
12885
12439
  ];
@@ -12887,9 +12441,7 @@ var GetFindingsTrendsV2 = [
12887
12441
  9,
12888
12442
  n0,
12889
12443
  _GFTV,
12890
- {
12891
- [_h]: ["POST", "/findingsTrendsv2", 200],
12892
- },
12444
+ { [_h]: ["POST", "/findingsTrendsv2", 200] },
12893
12445
  () => GetFindingsTrendsV2Request,
12894
12446
  () => GetFindingsTrendsV2Response,
12895
12447
  ];
@@ -12897,9 +12449,7 @@ var GetFindingsV2 = [
12897
12449
  9,
12898
12450
  n0,
12899
12451
  _GFV,
12900
- {
12901
- [_h]: ["POST", "/findingsv2", 200],
12902
- },
12452
+ { [_h]: ["POST", "/findingsv2", 200] },
12903
12453
  () => GetFindingsV2Request,
12904
12454
  () => GetFindingsV2Response,
12905
12455
  ];
@@ -12907,9 +12457,7 @@ var GetInsightResults = [
12907
12457
  9,
12908
12458
  n0,
12909
12459
  _GIRet,
12910
- {
12911
- [_h]: ["GET", "/insights/results/{InsightArn+}", 200],
12912
- },
12460
+ { [_h]: ["GET", "/insights/results/{InsightArn+}", 200] },
12913
12461
  () => GetInsightResultsRequest,
12914
12462
  () => GetInsightResultsResponse,
12915
12463
  ];
@@ -12917,9 +12465,7 @@ var GetInsights = [
12917
12465
  9,
12918
12466
  n0,
12919
12467
  _GIet,
12920
- {
12921
- [_h]: ["POST", "/insights/get", 200],
12922
- },
12468
+ { [_h]: ["POST", "/insights/get", 200] },
12923
12469
  () => GetInsightsRequest,
12924
12470
  () => GetInsightsResponse,
12925
12471
  ];
@@ -12927,9 +12473,7 @@ var GetInvitationsCount = [
12927
12473
  9,
12928
12474
  n0,
12929
12475
  _GIC,
12930
- {
12931
- [_h]: ["GET", "/invitations/count", 200],
12932
- },
12476
+ { [_h]: ["GET", "/invitations/count", 200] },
12933
12477
  () => GetInvitationsCountRequest,
12934
12478
  () => GetInvitationsCountResponse,
12935
12479
  ];
@@ -12937,9 +12481,7 @@ var GetMasterAccount = [
12937
12481
  9,
12938
12482
  n0,
12939
12483
  _GMA,
12940
- {
12941
- [_h]: ["GET", "/master", 200],
12942
- },
12484
+ { [_h]: ["GET", "/master", 200] },
12943
12485
  () => GetMasterAccountRequest,
12944
12486
  () => GetMasterAccountResponse,
12945
12487
  ];
@@ -12947,9 +12489,7 @@ var GetMembers = [
12947
12489
  9,
12948
12490
  n0,
12949
12491
  _GM,
12950
- {
12951
- [_h]: ["POST", "/members/get", 200],
12952
- },
12492
+ { [_h]: ["POST", "/members/get", 200] },
12953
12493
  () => GetMembersRequest,
12954
12494
  () => GetMembersResponse,
12955
12495
  ];
@@ -12957,9 +12497,7 @@ var GetResourcesStatisticsV2 = [
12957
12497
  9,
12958
12498
  n0,
12959
12499
  _GRSV,
12960
- {
12961
- [_h]: ["POST", "/resourcesv2/statistics", 200],
12962
- },
12500
+ { [_h]: ["POST", "/resourcesv2/statistics", 200] },
12963
12501
  () => GetResourcesStatisticsV2Request,
12964
12502
  () => GetResourcesStatisticsV2Response,
12965
12503
  ];
@@ -12967,9 +12505,7 @@ var GetResourcesTrendsV2 = [
12967
12505
  9,
12968
12506
  n0,
12969
12507
  _GRTV,
12970
- {
12971
- [_h]: ["POST", "/resourcesTrendsv2", 200],
12972
- },
12508
+ { [_h]: ["POST", "/resourcesTrendsv2", 200] },
12973
12509
  () => GetResourcesTrendsV2Request,
12974
12510
  () => GetResourcesTrendsV2Response,
12975
12511
  ];
@@ -12977,9 +12513,7 @@ var GetResourcesV2 = [
12977
12513
  9,
12978
12514
  n0,
12979
12515
  _GRV,
12980
- {
12981
- [_h]: ["POST", "/resourcesv2", 200],
12982
- },
12516
+ { [_h]: ["POST", "/resourcesv2", 200] },
12983
12517
  () => GetResourcesV2Request,
12984
12518
  () => GetResourcesV2Response,
12985
12519
  ];
@@ -12987,9 +12521,7 @@ var GetSecurityControlDefinition = [
12987
12521
  9,
12988
12522
  n0,
12989
12523
  _GSCD,
12990
- {
12991
- [_h]: ["GET", "/securityControl/definition", 200],
12992
- },
12524
+ { [_h]: ["GET", "/securityControl/definition", 200] },
12993
12525
  () => GetSecurityControlDefinitionRequest,
12994
12526
  () => GetSecurityControlDefinitionResponse,
12995
12527
  ];
@@ -12997,9 +12529,7 @@ var InviteMembers = [
12997
12529
  9,
12998
12530
  n0,
12999
12531
  _IMn,
13000
- {
13001
- [_h]: ["POST", "/members/invite", 200],
13002
- },
12532
+ { [_h]: ["POST", "/members/invite", 200] },
13003
12533
  () => InviteMembersRequest,
13004
12534
  () => InviteMembersResponse,
13005
12535
  ];
@@ -13007,9 +12537,7 @@ var ListAggregatorsV2 = [
13007
12537
  9,
13008
12538
  n0,
13009
12539
  _LAV,
13010
- {
13011
- [_h]: ["GET", "/aggregatorv2/list", 200],
13012
- },
12540
+ { [_h]: ["GET", "/aggregatorv2/list", 200] },
13013
12541
  () => ListAggregatorsV2Request,
13014
12542
  () => ListAggregatorsV2Response,
13015
12543
  ];
@@ -13017,9 +12545,7 @@ var ListAutomationRules = [
13017
12545
  9,
13018
12546
  n0,
13019
12547
  _LAR,
13020
- {
13021
- [_h]: ["GET", "/automationrules/list", 200],
13022
- },
12548
+ { [_h]: ["GET", "/automationrules/list", 200] },
13023
12549
  () => ListAutomationRulesRequest,
13024
12550
  () => ListAutomationRulesResponse,
13025
12551
  ];
@@ -13027,9 +12553,7 @@ var ListAutomationRulesV2 = [
13027
12553
  9,
13028
12554
  n0,
13029
12555
  _LARV,
13030
- {
13031
- [_h]: ["GET", "/automationrulesv2/list", 200],
13032
- },
12556
+ { [_h]: ["GET", "/automationrulesv2/list", 200] },
13033
12557
  () => ListAutomationRulesV2Request,
13034
12558
  () => ListAutomationRulesV2Response,
13035
12559
  ];
@@ -13037,9 +12561,7 @@ var ListConfigurationPolicies = [
13037
12561
  9,
13038
12562
  n0,
13039
12563
  _LCP,
13040
- {
13041
- [_h]: ["GET", "/configurationPolicy/list", 200],
13042
- },
12564
+ { [_h]: ["GET", "/configurationPolicy/list", 200] },
13043
12565
  () => ListConfigurationPoliciesRequest,
13044
12566
  () => ListConfigurationPoliciesResponse,
13045
12567
  ];
@@ -13047,9 +12569,7 @@ var ListConfigurationPolicyAssociations = [
13047
12569
  9,
13048
12570
  n0,
13049
12571
  _LCPA,
13050
- {
13051
- [_h]: ["POST", "/configurationPolicyAssociation/list", 200],
13052
- },
12572
+ { [_h]: ["POST", "/configurationPolicyAssociation/list", 200] },
13053
12573
  () => ListConfigurationPolicyAssociationsRequest,
13054
12574
  () => ListConfigurationPolicyAssociationsResponse,
13055
12575
  ];
@@ -13057,9 +12577,7 @@ var ListConnectorsV2 = [
13057
12577
  9,
13058
12578
  n0,
13059
12579
  _LCV,
13060
- {
13061
- [_h]: ["GET", "/connectorsv2", 200],
13062
- },
12580
+ { [_h]: ["GET", "/connectorsv2", 200] },
13063
12581
  () => ListConnectorsV2Request,
13064
12582
  () => ListConnectorsV2Response,
13065
12583
  ];
@@ -13067,9 +12585,7 @@ var ListEnabledProductsForImport = [
13067
12585
  9,
13068
12586
  n0,
13069
12587
  _LEPFI,
13070
- {
13071
- [_h]: ["GET", "/productSubscriptions", 200],
13072
- },
12588
+ { [_h]: ["GET", "/productSubscriptions", 200] },
13073
12589
  () => ListEnabledProductsForImportRequest,
13074
12590
  () => ListEnabledProductsForImportResponse,
13075
12591
  ];
@@ -13077,9 +12593,7 @@ var ListFindingAggregators = [
13077
12593
  9,
13078
12594
  n0,
13079
12595
  _LFAi,
13080
- {
13081
- [_h]: ["GET", "/findingAggregator/list", 200],
13082
- },
12596
+ { [_h]: ["GET", "/findingAggregator/list", 200] },
13083
12597
  () => ListFindingAggregatorsRequest,
13084
12598
  () => ListFindingAggregatorsResponse,
13085
12599
  ];
@@ -13087,9 +12601,7 @@ var ListInvitations = [
13087
12601
  9,
13088
12602
  n0,
13089
12603
  _LI,
13090
- {
13091
- [_h]: ["GET", "/invitations", 200],
13092
- },
12604
+ { [_h]: ["GET", "/invitations", 200] },
13093
12605
  () => ListInvitationsRequest,
13094
12606
  () => ListInvitationsResponse,
13095
12607
  ];
@@ -13097,9 +12609,7 @@ var ListMembers = [
13097
12609
  9,
13098
12610
  n0,
13099
12611
  _LMis,
13100
- {
13101
- [_h]: ["GET", "/members", 200],
13102
- },
12612
+ { [_h]: ["GET", "/members", 200] },
13103
12613
  () => ListMembersRequest,
13104
12614
  () => ListMembersResponse,
13105
12615
  ];
@@ -13107,9 +12617,7 @@ var ListOrganizationAdminAccounts = [
13107
12617
  9,
13108
12618
  n0,
13109
12619
  _LOAA,
13110
- {
13111
- [_h]: ["GET", "/organization/admin", 200],
13112
- },
12620
+ { [_h]: ["GET", "/organization/admin", 200] },
13113
12621
  () => ListOrganizationAdminAccountsRequest,
13114
12622
  () => ListOrganizationAdminAccountsResponse,
13115
12623
  ];
@@ -13117,9 +12625,7 @@ var ListSecurityControlDefinitions = [
13117
12625
  9,
13118
12626
  n0,
13119
12627
  _LSCD,
13120
- {
13121
- [_h]: ["GET", "/securityControls/definitions", 200],
13122
- },
12628
+ { [_h]: ["GET", "/securityControls/definitions", 200] },
13123
12629
  () => ListSecurityControlDefinitionsRequest,
13124
12630
  () => ListSecurityControlDefinitionsResponse,
13125
12631
  ];
@@ -13127,9 +12633,7 @@ var ListStandardsControlAssociations = [
13127
12633
  9,
13128
12634
  n0,
13129
12635
  _LSCA,
13130
- {
13131
- [_h]: ["GET", "/associations", 200],
13132
- },
12636
+ { [_h]: ["GET", "/associations", 200] },
13133
12637
  () => ListStandardsControlAssociationsRequest,
13134
12638
  () => ListStandardsControlAssociationsResponse,
13135
12639
  ];
@@ -13137,19 +12641,23 @@ var ListTagsForResource = [
13137
12641
  9,
13138
12642
  n0,
13139
12643
  _LTFR,
13140
- {
13141
- [_h]: ["GET", "/tags/{ResourceArn}", 200],
13142
- },
12644
+ { [_h]: ["GET", "/tags/{ResourceArn}", 200] },
13143
12645
  () => ListTagsForResourceRequest,
13144
12646
  () => ListTagsForResourceResponse,
13145
12647
  ];
12648
+ var RegisterConnectorV2 = [
12649
+ 9,
12650
+ n0,
12651
+ _RCV,
12652
+ { [_h]: ["POST", "/connectorsv2/register", 200] },
12653
+ () => RegisterConnectorV2Request,
12654
+ () => RegisterConnectorV2Response,
12655
+ ];
13146
12656
  var StartConfigurationPolicyAssociation = [
13147
12657
  9,
13148
12658
  n0,
13149
12659
  _SCPA,
13150
- {
13151
- [_h]: ["POST", "/configurationPolicyAssociation/associate", 200],
13152
- },
12660
+ { [_h]: ["POST", "/configurationPolicyAssociation/associate", 200] },
13153
12661
  () => StartConfigurationPolicyAssociationRequest,
13154
12662
  () => StartConfigurationPolicyAssociationResponse,
13155
12663
  ];
@@ -13157,9 +12665,7 @@ var StartConfigurationPolicyDisassociation = [
13157
12665
  9,
13158
12666
  n0,
13159
12667
  _SCPD,
13160
- {
13161
- [_h]: ["POST", "/configurationPolicyAssociation/disassociate", 200],
13162
- },
12668
+ { [_h]: ["POST", "/configurationPolicyAssociation/disassociate", 200] },
13163
12669
  () => StartConfigurationPolicyDisassociationRequest,
13164
12670
  () => StartConfigurationPolicyDisassociationResponse,
13165
12671
  ];
@@ -13167,9 +12673,7 @@ var TagResource = [
13167
12673
  9,
13168
12674
  n0,
13169
12675
  _TR,
13170
- {
13171
- [_h]: ["POST", "/tags/{ResourceArn}", 200],
13172
- },
12676
+ { [_h]: ["POST", "/tags/{ResourceArn}", 200] },
13173
12677
  () => TagResourceRequest,
13174
12678
  () => TagResourceResponse,
13175
12679
  ];
@@ -13177,9 +12681,7 @@ var UntagResource = [
13177
12681
  9,
13178
12682
  n0,
13179
12683
  _URn,
13180
- {
13181
- [_h]: ["DELETE", "/tags/{ResourceArn}", 200],
13182
- },
12684
+ { [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
13183
12685
  () => UntagResourceRequest,
13184
12686
  () => UntagResourceResponse,
13185
12687
  ];
@@ -13187,9 +12689,7 @@ var UpdateActionTarget = [
13187
12689
  9,
13188
12690
  n0,
13189
12691
  _UAT,
13190
- {
13191
- [_h]: ["PATCH", "/actionTargets/{ActionTargetArn+}", 200],
13192
- },
12692
+ { [_h]: ["PATCH", "/actionTargets/{ActionTargetArn+}", 200] },
13193
12693
  () => UpdateActionTargetRequest,
13194
12694
  () => UpdateActionTargetResponse,
13195
12695
  ];
@@ -13197,9 +12697,7 @@ var UpdateAggregatorV2 = [
13197
12697
  9,
13198
12698
  n0,
13199
12699
  _UAV,
13200
- {
13201
- [_h]: ["PATCH", "/aggregatorv2/update/{AggregatorV2Arn+}", 200],
13202
- },
12700
+ { [_h]: ["PATCH", "/aggregatorv2/update/{AggregatorV2Arn+}", 200] },
13203
12701
  () => UpdateAggregatorV2Request,
13204
12702
  () => UpdateAggregatorV2Response,
13205
12703
  ];
@@ -13207,9 +12705,7 @@ var UpdateAutomationRuleV2 = [
13207
12705
  9,
13208
12706
  n0,
13209
12707
  _UARV,
13210
- {
13211
- [_h]: ["PATCH", "/automationrulesv2/{Identifier}", 200],
13212
- },
12708
+ { [_h]: ["PATCH", "/automationrulesv2/{Identifier}", 200] },
13213
12709
  () => UpdateAutomationRuleV2Request,
13214
12710
  () => UpdateAutomationRuleV2Response,
13215
12711
  ];
@@ -13217,9 +12713,7 @@ var UpdateConfigurationPolicy = [
13217
12713
  9,
13218
12714
  n0,
13219
12715
  _UCP,
13220
- {
13221
- [_h]: ["PATCH", "/configurationPolicy/{Identifier}", 200],
13222
- },
12716
+ { [_h]: ["PATCH", "/configurationPolicy/{Identifier}", 200] },
13223
12717
  () => UpdateConfigurationPolicyRequest,
13224
12718
  () => UpdateConfigurationPolicyResponse,
13225
12719
  ];
@@ -13227,9 +12721,7 @@ var UpdateConnectorV2 = [
13227
12721
  9,
13228
12722
  n0,
13229
12723
  _UCV,
13230
- {
13231
- [_h]: ["PATCH", "/connectorsv2/{ConnectorId+}", 200],
13232
- },
12724
+ { [_h]: ["PATCH", "/connectorsv2/{ConnectorId+}", 200] },
13233
12725
  () => UpdateConnectorV2Request,
13234
12726
  () => UpdateConnectorV2Response,
13235
12727
  ];
@@ -13237,9 +12729,7 @@ var UpdateFindingAggregator = [
13237
12729
  9,
13238
12730
  n0,
13239
12731
  _UFA,
13240
- {
13241
- [_h]: ["PATCH", "/findingAggregator/update", 200],
13242
- },
12732
+ { [_h]: ["PATCH", "/findingAggregator/update", 200] },
13243
12733
  () => UpdateFindingAggregatorRequest,
13244
12734
  () => UpdateFindingAggregatorResponse,
13245
12735
  ];
@@ -13247,9 +12737,7 @@ var UpdateFindings = [
13247
12737
  9,
13248
12738
  n0,
13249
12739
  _UFpd,
13250
- {
13251
- [_h]: ["PATCH", "/findings", 200],
13252
- },
12740
+ { [_h]: ["PATCH", "/findings", 200] },
13253
12741
  () => UpdateFindingsRequest,
13254
12742
  () => UpdateFindingsResponse,
13255
12743
  ];
@@ -13257,9 +12745,7 @@ var UpdateInsight = [
13257
12745
  9,
13258
12746
  n0,
13259
12747
  _UIp,
13260
- {
13261
- [_h]: ["PATCH", "/insights/{InsightArn+}", 200],
13262
- },
12748
+ { [_h]: ["PATCH", "/insights/{InsightArn+}", 200] },
13263
12749
  () => UpdateInsightRequest,
13264
12750
  () => UpdateInsightResponse,
13265
12751
  ];
@@ -13267,9 +12753,7 @@ var UpdateOrganizationConfiguration = [
13267
12753
  9,
13268
12754
  n0,
13269
12755
  _UOC,
13270
- {
13271
- [_h]: ["POST", "/organization/configuration", 200],
13272
- },
12756
+ { [_h]: ["POST", "/organization/configuration", 200] },
13273
12757
  () => UpdateOrganizationConfigurationRequest,
13274
12758
  () => UpdateOrganizationConfigurationResponse,
13275
12759
  ];
@@ -13277,9 +12761,7 @@ var UpdateSecurityControl = [
13277
12761
  9,
13278
12762
  n0,
13279
12763
  _USCp,
13280
- {
13281
- [_h]: ["PATCH", "/securityControl/update", 200],
13282
- },
12764
+ { [_h]: ["PATCH", "/securityControl/update", 200] },
13283
12765
  () => UpdateSecurityControlRequest,
13284
12766
  () => UpdateSecurityControlResponse,
13285
12767
  ];
@@ -13287,9 +12769,7 @@ var UpdateSecurityHubConfiguration = [
13287
12769
  9,
13288
12770
  n0,
13289
12771
  _USHC,
13290
- {
13291
- [_h]: ["PATCH", "/accounts", 200],
13292
- },
12772
+ { [_h]: ["PATCH", "/accounts", 200] },
13293
12773
  () => UpdateSecurityHubConfigurationRequest,
13294
12774
  () => UpdateSecurityHubConfigurationResponse,
13295
12775
  ];
@@ -13297,9 +12777,7 @@ var UpdateStandardsControl = [
13297
12777
  9,
13298
12778
  n0,
13299
12779
  _USCpd,
13300
- {
13301
- [_h]: ["PATCH", "/standards/control/{StandardsControlArn+}", 200],
13302
- },
12780
+ { [_h]: ["PATCH", "/standards/control/{StandardsControlArn+}", 200] },
13303
12781
  () => UpdateStandardsControlRequest,
13304
12782
  () => UpdateStandardsControlResponse,
13305
12783
  ];
@@ -13472,18 +12950,6 @@ class BatchUpdateStandardsControlAssociationsCommand extends smithyClient.Comman
13472
12950
  .build() {
13473
12951
  }
13474
12952
 
13475
- class ConnectorRegistrationsV2Command extends smithyClient.Command
13476
- .classBuilder()
13477
- .ep(commonParams)
13478
- .m(function (Command, cs, config, o) {
13479
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
13480
- })
13481
- .s("SecurityHubAPIService", "ConnectorRegistrationsV2", {})
13482
- .n("SecurityHubClient", "ConnectorRegistrationsV2Command")
13483
- .sc(ConnectorRegistrationsV2)
13484
- .build() {
13485
- }
13486
-
13487
12953
  class CreateActionTargetCommand extends smithyClient.Command
13488
12954
  .classBuilder()
13489
12955
  .ep(commonParams)
@@ -14396,6 +13862,18 @@ class ListTagsForResourceCommand extends smithyClient.Command
14396
13862
  .build() {
14397
13863
  }
14398
13864
 
13865
+ class RegisterConnectorV2Command extends smithyClient.Command
13866
+ .classBuilder()
13867
+ .ep(commonParams)
13868
+ .m(function (Command, cs, config, o) {
13869
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
13870
+ })
13871
+ .s("SecurityHubAPIService", "RegisterConnectorV2", {})
13872
+ .n("SecurityHubClient", "RegisterConnectorV2Command")
13873
+ .sc(RegisterConnectorV2)
13874
+ .build() {
13875
+ }
13876
+
14399
13877
  class StartConfigurationPolicyAssociationCommand extends smithyClient.Command
14400
13878
  .classBuilder()
14401
13879
  .ep(commonParams)
@@ -14603,7 +14081,6 @@ const commands = {
14603
14081
  BatchUpdateFindingsCommand,
14604
14082
  BatchUpdateFindingsV2Command,
14605
14083
  BatchUpdateStandardsControlAssociationsCommand,
14606
- ConnectorRegistrationsV2Command,
14607
14084
  CreateActionTargetCommand,
14608
14085
  CreateAggregatorV2Command,
14609
14086
  CreateAutomationRuleCommand,
@@ -14680,6 +14157,7 @@ const commands = {
14680
14157
  ListSecurityControlDefinitionsCommand,
14681
14158
  ListStandardsControlAssociationsCommand,
14682
14159
  ListTagsForResourceCommand,
14160
+ RegisterConnectorV2Command,
14683
14161
  StartConfigurationPolicyAssociationCommand,
14684
14162
  StartConfigurationPolicyDisassociationCommand,
14685
14163
  TagResourceCommand,
@@ -15007,6 +14485,8 @@ const OcsfNumberField = {
15007
14485
  RESOURCES_IMAGE_IN_USE_COUNT: "resources.image.in_use_count",
15008
14486
  SEVERITY_ID: "severity_id",
15009
14487
  STATUS_ID: "status_id",
14488
+ VENDOR_ATTRIBUTES_SEVERITY_ID: "vendor_attributes.severity_id",
14489
+ VULNERABILITIES_CVE_CVSS_BASE_SCORE: "vulnerabilities.cve.cvss.base_score",
15010
14490
  };
15011
14491
  const OcsfStringField = {
15012
14492
  ACTIVITY_NAME: "activity_name",
@@ -15041,6 +14521,7 @@ const OcsfStringField = {
15041
14521
  FINDING_INFO_DESC: "finding_info.desc",
15042
14522
  FINDING_INFO_RELATED_EVENTS_PRODUCT_UID: "finding_info.related_events.product.uid",
15043
14523
  FINDING_INFO_RELATED_EVENTS_TITLE: "finding_info.related_events.title",
14524
+ FINDING_INFO_RELATED_EVENTS_TRAITS_CATEGORY: "finding_info.related_events.traits.category",
15044
14525
  FINDING_INFO_RELATED_EVENTS_UID: "finding_info.related_events.uid",
15045
14526
  FINDING_INFO_SRC_URL: "finding_info.src_url",
15046
14527
  FINDING_INFO_TITLE: "finding_info.title",
@@ -15072,6 +14553,7 @@ const OcsfStringField = {
15072
14553
  RESOURCES_VPC_UID: "resources.vpc_uid",
15073
14554
  SEVERITY: "severity",
15074
14555
  STATUS: "status",
14556
+ VENDOR_ATTRIBUTES_SEVERITY: "vendor_attributes.severity",
15075
14557
  VULNERABILITIES_AFFECTED_CODE_FILE_PATH: "vulnerabilities.affected_code.file.path",
15076
14558
  VULNERABILITIES_AFFECTED_PACKAGES_NAME: "vulnerabilities.affected_packages.name",
15077
14559
  VULNERABILITIES_CVE_EPSS_SCORE: "vulnerabilities.cve.epss.score",
@@ -15097,6 +14579,9 @@ const ControlFindingGenerator = {
15097
14579
  SECURITY_CONTROL: "SECURITY_CONTROL",
15098
14580
  STANDARD_CONTROL: "STANDARD_CONTROL",
15099
14581
  };
14582
+ const TicketCreationMode = {
14583
+ DRYRUN: "DRYRUN",
14584
+ };
15100
14585
  const SecurityControlProperty = {
15101
14586
  Parameters: "Parameters",
15102
14587
  };
@@ -15155,6 +14640,7 @@ const GroupByField = {
15155
14640
  COMPLIANCE_STANDARDS: "compliance.standards",
15156
14641
  COMPLIANCE_STATUS: "compliance.status",
15157
14642
  FINDING_INFO_ANALYTIC_NAME: "finding_info.analytic.name",
14643
+ FINDING_INFO_RELATED_EVENTS_TRAITS_CATEGORY: "finding_info.related_events.traits.category",
15158
14644
  FINDING_INFO_TITLE: "finding_info.title",
15159
14645
  FINDING_INFO_TYPES: "finding_info.types",
15160
14646
  METADATA_PRODUCT_NAME: "metadata.product.name",
@@ -15163,6 +14649,7 @@ const GroupByField = {
15163
14649
  RESOURCES_UID: "resources.uid",
15164
14650
  SEVERITY: "severity",
15165
14651
  STATUS: "status",
14652
+ VENDOR_ATTRIBUTES_SEVERITY: "vendor_attributes.severity",
15166
14653
  VULNERABILITIES_AFFECTED_PACKAGES_NAME: "vulnerabilities.affected_packages.name",
15167
14654
  VULNERABILITIES_FIX_COVERAGE: "vulnerabilities.fix_coverage",
15168
14655
  };
@@ -15269,7 +14756,6 @@ exports.ConflictException = ConflictException$1;
15269
14756
  exports.ConnectionDirection = ConnectionDirection;
15270
14757
  exports.ConnectorAuthStatus = ConnectorAuthStatus;
15271
14758
  exports.ConnectorProviderName = ConnectorProviderName;
15272
- exports.ConnectorRegistrationsV2Command = ConnectorRegistrationsV2Command;
15273
14759
  exports.ConnectorStatus = ConnectorStatus;
15274
14760
  exports.ControlFindingGenerator = ControlFindingGenerator;
15275
14761
  exports.ControlStatus = ControlStatus;
@@ -15377,6 +14863,7 @@ exports.ParameterValueType = ParameterValueType;
15377
14863
  exports.Partition = Partition;
15378
14864
  exports.RecordState = RecordState;
15379
14865
  exports.RegionAvailabilityStatus = RegionAvailabilityStatus;
14866
+ exports.RegisterConnectorV2Command = RegisterConnectorV2Command;
15380
14867
  exports.ResourceCategory = ResourceCategory;
15381
14868
  exports.ResourceConflictException = ResourceConflictException$1;
15382
14869
  exports.ResourceGroupByField = ResourceGroupByField;
@@ -15394,6 +14881,7 @@ exports.SecurityHub = SecurityHub;
15394
14881
  exports.SecurityHubClient = SecurityHubClient;
15395
14882
  exports.SecurityHubFeature = SecurityHubFeature;
15396
14883
  exports.SecurityHubServiceException = SecurityHubServiceException$1;
14884
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
15397
14885
  exports.SeverityLabel = SeverityLabel;
15398
14886
  exports.SeverityRating = SeverityRating;
15399
14887
  exports.SortOrder = SortOrder;
@@ -15408,6 +14896,7 @@ exports.TargetType = TargetType;
15408
14896
  exports.ThreatIntelIndicatorCategory = ThreatIntelIndicatorCategory;
15409
14897
  exports.ThreatIntelIndicatorType = ThreatIntelIndicatorType;
15410
14898
  exports.ThrottlingException = ThrottlingException$1;
14899
+ exports.TicketCreationMode = TicketCreationMode;
15411
14900
  exports.UnprocessedErrorCode = UnprocessedErrorCode;
15412
14901
  exports.UntagResourceCommand = UntagResourceCommand;
15413
14902
  exports.UpdateActionTargetCommand = UpdateActionTargetCommand;