@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
@@ -825,8 +825,8 @@ const _ASsso = "AssociationState";
825
825
  const _ASssoc = "AssociationSet";
826
826
  const _ASssoci = "AssociatedStandards";
827
827
  const _ASu = "AuthenticationStrategy";
828
- const _ASut = "AuthState";
829
- const _ASuth = "AuthStatus";
828
+ const _ASut = "AuthStatus";
829
+ const _ASuth = "AuthState";
830
830
  const _ASuto = "AutonomousSystem";
831
831
  const _AT = "ActionType";
832
832
  const _ATA = "ActionTargetArn";
@@ -1210,9 +1210,6 @@ const _CRRGA = "CapacityReservationResourceGroupArn";
1210
1210
  const _CRRIMBPS = "CurrentRestoreRateInMegaBytesPerSecond";
1211
1211
  const _CRS = "CapacityReservationSpecification";
1212
1212
  const _CRT = "CapacityReservationTarget";
1213
- const _CRV = "ConnectorRegistrationsV2";
1214
- const _CRVR = "ConnectorRegistrationsV2Request";
1215
- const _CRVRo = "ConnectorRegistrationsV2Response";
1216
1213
  const _CRe = "CellReference";
1217
1214
  const _CRl = "ClassificationResult";
1218
1215
  const _CRo = "CompatibleRuntimes";
@@ -1239,7 +1236,6 @@ const _CSa = "CanarySettings";
1239
1236
  const _CSe = "CertificateSource";
1240
1237
  const _CSl = "ClusterSettings";
1241
1238
  const _CSla = "ClassificationStatus";
1242
- const _CSli = "ClientSecret";
1243
1239
  const _CSlu = "ClusterStatus";
1244
1240
  const _CSo = "ConnectionSettings";
1245
1241
  const _CSod = "CodeSha256";
@@ -2658,6 +2654,9 @@ const _RCLA = "ResourceContainerLaunchedAt";
2658
2654
  const _RCN = "ResourceContainerName";
2659
2655
  const _RCTD = "ResourceCreationTimeDt";
2660
2656
  const _RCU = "ReadCapacityUnits";
2657
+ const _RCV = "RegisterConnectorV2";
2658
+ const _RCVR = "RegisterConnectorV2Request";
2659
+ const _RCVRe = "RegisterConnectorV2Response";
2661
2660
  const _RCe = "RegistryCredential";
2662
2661
  const _RCea = "ReasonCode";
2663
2662
  const _RCep = "RepositoryCredentials";
@@ -2876,6 +2875,7 @@ const _SAU = "ServiceAccountUsername";
2876
2875
  const _SAZ = "SecondaryAvailabilityZone";
2877
2876
  const _SAZu = "SubnetAvailabilityZone";
2878
2877
  const _SAe = "SecondaryArtifacts";
2878
+ const _SAec = "SecretArn";
2879
2879
  const _SAer = "ServiceArn";
2880
2880
  const _SAo = "SourceArn";
2881
2881
  const _SAt = "StartedAt";
@@ -3022,8 +3022,8 @@ const _SMs = "SslMode";
3022
3022
  const _SMu = "SubnetMappings";
3023
3023
  const _SN = "ServiceName";
3024
3024
  const _SND = "ServiceNowDetail";
3025
- const _SNES = "SensitiveNonEmptyString";
3026
3025
  const _SNPC = "ServiceNowProviderConfiguration";
3026
+ const _SNUC = "ServiceNowUpdateConfiguration";
3027
3027
  const _SNe = "ServerName";
3028
3028
  const _SNer = "ServiceNow";
3029
3029
  const _SNev = "SeverityNormalized";
@@ -3046,6 +3046,7 @@ const _SPof = "SoftwarePackage";
3046
3046
  const _SPou = "SourcePort";
3047
3047
  const _SPour = "SourcePorts";
3048
3048
  const _SPt = "StartPeriod";
3049
+ const _SQEE = "ServiceQuotaExceededException";
3049
3050
  const _SR = "ServiceRole";
3050
3051
  const _SRACA = "StatelessRulesAndCustomActions";
3051
3052
  const _SRC = "StatusReasonCode";
@@ -3421,24 +3422,13 @@ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.securityhub";
3421
3422
  const _tK = "tagKeys";
3422
3423
  const n0 = "com.amazonaws.securityhub";
3423
3424
  import { TypeRegistry } from "@smithy/core/schema";
3424
- import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalException as __InternalException, InternalServerException as __InternalServerException, InvalidAccessException as __InvalidAccessException, InvalidInputException as __InvalidInputException, LimitExceededException as __LimitExceededException, ResourceConflictException as __ResourceConflictException, ResourceInUseException as __ResourceInUseException, ResourceNotFoundException as __ResourceNotFoundException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
3425
+ import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalException as __InternalException, InternalServerException as __InternalServerException, InvalidAccessException as __InvalidAccessException, InvalidInputException as __InvalidInputException, LimitExceededException as __LimitExceededException, ResourceConflictException as __ResourceConflictException, ResourceInUseException as __ResourceInUseException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
3425
3426
  import { SecurityHubServiceException as __SecurityHubServiceException } from "../models/SecurityHubServiceException";
3426
- export var SensitiveNonEmptyString = [0, n0, _SNES, 8, 0];
3427
3427
  export var AcceptAdministratorInvitationRequest = [3, n0, _AAIR, 0, [_AI, _II], [0, 0]];
3428
3428
  export var AcceptAdministratorInvitationResponse = [3, n0, _AAIRc, 0, [], []];
3429
3429
  export var AcceptInvitationRequest = [3, n0, _AIR, 0, [_MI, _II], [0, 0]];
3430
3430
  export var AcceptInvitationResponse = [3, n0, _AIRc, 0, [], []];
3431
- export var AccessDeniedException = [
3432
- -3,
3433
- n0,
3434
- _ADE,
3435
- {
3436
- [_e]: _c,
3437
- [_hE]: 403,
3438
- },
3439
- [_M, _C],
3440
- [0, 0],
3441
- ];
3431
+ export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M, _C], [0, 0]];
3442
3432
  TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
3443
3433
  export var AccountDetails = [3, n0, _AD, 0, [_AIc, _E], [0, 0]];
3444
3434
  export var Action = [
@@ -8562,20 +8552,8 @@ export var ConfigurationPolicySummary = [
8562
8552
  [_Ar, _I, _N, _D, _UA, _SEe],
8563
8553
  [0, 0, 0, 0, 5, 2],
8564
8554
  ];
8565
- export var ConflictException = [
8566
- -3,
8567
- n0,
8568
- _CEo,
8569
- {
8570
- [_e]: _c,
8571
- [_hE]: 409,
8572
- },
8573
- [_M, _C],
8574
- [0, 0],
8575
- ];
8555
+ export var ConflictException = [-3, n0, _CEo, { [_e]: _c, [_hE]: 409 }, [_M, _C], [0, 0]];
8576
8556
  TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
8577
- export var ConnectorRegistrationsV2Request = [3, n0, _CRVR, 0, [_ACut, _ASut], [0, 0]];
8578
- export var ConnectorRegistrationsV2Response = [3, n0, _CRVRo, 0, [_CAon, _CIo], [0, 0]];
8579
8557
  export var ConnectorSummary = [
8580
8558
  3,
8581
8559
  n0,
@@ -8651,9 +8629,16 @@ export var CreateConnectorV2Request = [
8651
8629
  _CCVR,
8652
8630
  0,
8653
8631
  [_N, _D, _Prov, _KKA, _Tags, _CTl],
8654
- [0, 0, [() => ProviderConfiguration, 0], 0, 128 | 0, [0, 4]],
8632
+ [0, 0, () => ProviderConfiguration, 0, 128 | 0, [0, 4]],
8633
+ ];
8634
+ export var CreateConnectorV2Response = [
8635
+ 3,
8636
+ n0,
8637
+ _CCVRr,
8638
+ 0,
8639
+ [_CAon, _CIo, _AUut, _CSonn],
8640
+ [0, 0, 0, 0],
8655
8641
  ];
8656
- export var CreateConnectorV2Response = [3, n0, _CCVRr, 0, [_CAon, _CIo, _AUut], [0, 0, 0]];
8657
8642
  export var CreateFindingAggregatorRequest = [3, n0, _CFAR, 0, [_RLM, _Regi], [0, 64 | 0]];
8658
8643
  export var CreateFindingAggregatorResponse = [
8659
8644
  3,
@@ -8674,7 +8659,14 @@ export var CreateInsightRequest = [
8674
8659
  export var CreateInsightResponse = [3, n0, _CIRr, 0, [_IAns], [0]];
8675
8660
  export var CreateMembersRequest = [3, n0, _CMR, 0, [_AD], [() => AccountDetailsList]];
8676
8661
  export var CreateMembersResponse = [3, n0, _CMRr, 0, [_UAnp], [() => ResultList]];
8677
- export var CreateTicketV2Request = [3, n0, _CTVR, 0, [_CIo, _FMU, _CTl], [0, 0, [0, 4]]];
8662
+ export var CreateTicketV2Request = [
8663
+ 3,
8664
+ n0,
8665
+ _CTVR,
8666
+ 0,
8667
+ [_CIo, _FMU, _CTl, _Mod],
8668
+ [0, 0, [0, 4], 0],
8669
+ ];
8678
8670
  export var CreateTicketV2Response = [3, n0, _CTVRr, 0, [_TIi, _TSU], [0, 0]];
8679
8671
  export var CustomDataIdentifiersDetections = [
8680
8672
  3,
@@ -8739,21 +8731,7 @@ export var DescribeActionTargetsResponse = [
8739
8731
  [_ATct, _NTe],
8740
8732
  [() => ActionTargetList, 0],
8741
8733
  ];
8742
- export var DescribeHubRequest = [
8743
- 3,
8744
- n0,
8745
- _DHR,
8746
- 0,
8747
- [_HA],
8748
- [
8749
- [
8750
- 0,
8751
- {
8752
- [_hQ]: _HA,
8753
- },
8754
- ],
8755
- ],
8756
- ];
8734
+ export var DescribeHubRequest = [3, n0, _DHR, 0, [_HA], [[0, { [_hQ]: _HA }]]];
8757
8735
  export var DescribeHubResponse = [3, n0, _DHRe, 0, [_HA, _SAub, _AEC, _CFG], [0, 0, 2, 0]];
8758
8736
  export var DescribeOrganizationConfigurationRequest = [3, n0, _DOCR, 0, [], []];
8759
8737
  export var DescribeOrganizationConfigurationResponse = [
@@ -8771,24 +8749,9 @@ export var DescribeProductsRequest = [
8771
8749
  0,
8772
8750
  [_NTe, _MRa, _PA],
8773
8751
  [
8774
- [
8775
- 0,
8776
- {
8777
- [_hQ]: _NTe,
8778
- },
8779
- ],
8780
- [
8781
- 1,
8782
- {
8783
- [_hQ]: _MRa,
8784
- },
8785
- ],
8786
- [
8787
- 0,
8788
- {
8789
- [_hQ]: _PA,
8790
- },
8791
- ],
8752
+ [0, { [_hQ]: _NTe }],
8753
+ [1, { [_hQ]: _MRa }],
8754
+ [0, { [_hQ]: _PA }],
8792
8755
  ],
8793
8756
  ];
8794
8757
  export var DescribeProductsResponse = [3, n0, _DPRe, 0, [_Prod, _NTe], [() => ProductsList, 0]];
@@ -8799,18 +8762,8 @@ export var DescribeProductsV2Request = [
8799
8762
  0,
8800
8763
  [_NTe, _MRa],
8801
8764
  [
8802
- [
8803
- 0,
8804
- {
8805
- [_hQ]: _NTe,
8806
- },
8807
- ],
8808
- [
8809
- 1,
8810
- {
8811
- [_hQ]: _MRa,
8812
- },
8813
- ],
8765
+ [0, { [_hQ]: _NTe }],
8766
+ [1, { [_hQ]: _MRa }],
8814
8767
  ],
8815
8768
  ];
8816
8769
  export var DescribeProductsV2Response = [
@@ -8831,18 +8784,8 @@ export var DescribeStandardsControlsRequest = [
8831
8784
  [_SSAt, _NTe, _MRa],
8832
8785
  [
8833
8786
  [0, 1],
8834
- [
8835
- 0,
8836
- {
8837
- [_hQ]: _NTe,
8838
- },
8839
- ],
8840
- [
8841
- 1,
8842
- {
8843
- [_hQ]: _MRa,
8844
- },
8845
- ],
8787
+ [0, { [_hQ]: _NTe }],
8788
+ [1, { [_hQ]: _MRa }],
8846
8789
  ],
8847
8790
  ];
8848
8791
  export var DescribeStandardsControlsResponse = [
@@ -8860,18 +8803,8 @@ export var DescribeStandardsRequest = [
8860
8803
  0,
8861
8804
  [_NTe, _MRa],
8862
8805
  [
8863
- [
8864
- 0,
8865
- {
8866
- [_hQ]: _NTe,
8867
- },
8868
- ],
8869
- [
8870
- 1,
8871
- {
8872
- [_hQ]: _MRa,
8873
- },
8874
- ],
8806
+ [0, { [_hQ]: _NTe }],
8807
+ [1, { [_hQ]: _MRa }],
8875
8808
  ],
8876
8809
  ];
8877
8810
  export var DescribeStandardsResponse = [3, n0, _DSRe, 0, [_Stan, _NTe], [() => Standards, 0]];
@@ -9183,14 +9116,7 @@ export var GetSecurityControlDefinitionRequest = [
9183
9116
  _GSCDR,
9184
9117
  0,
9185
9118
  [_SCIec],
9186
- [
9187
- [
9188
- 0,
9189
- {
9190
- [_hQ]: _SCIec,
9191
- },
9192
- ],
9193
- ],
9119
+ [[0, { [_hQ]: _SCIec }]],
9194
9120
  ];
9195
9121
  export var GetSecurityControlDefinitionResponse = [
9196
9122
  3,
@@ -9233,53 +9159,13 @@ export var IntegerListConfigurationOptions = [
9233
9159
  [_DVe, _Mi, _Max, _MIa],
9234
9160
  [64 | 1, 1, 1, 1],
9235
9161
  ];
9236
- export var InternalException = [
9237
- -3,
9238
- n0,
9239
- _IEn,
9240
- {
9241
- [_e]: _s,
9242
- [_hE]: 500,
9243
- },
9244
- [_M, _C],
9245
- [0, 0],
9246
- ];
9162
+ export var InternalException = [-3, n0, _IEn, { [_e]: _s, [_hE]: 500 }, [_M, _C], [0, 0]];
9247
9163
  TypeRegistry.for(n0).registerError(InternalException, __InternalException);
9248
- export var InternalServerException = [
9249
- -3,
9250
- n0,
9251
- _ISE,
9252
- {
9253
- [_e]: _s,
9254
- [_hE]: 500,
9255
- },
9256
- [_M, _C],
9257
- [0, 0],
9258
- ];
9164
+ export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M, _C], [0, 0]];
9259
9165
  TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
9260
- export var InvalidAccessException = [
9261
- -3,
9262
- n0,
9263
- _IAE,
9264
- {
9265
- [_e]: _c,
9266
- [_hE]: 401,
9267
- },
9268
- [_M, _C],
9269
- [0, 0],
9270
- ];
9166
+ export var InvalidAccessException = [-3, n0, _IAE, { [_e]: _c, [_hE]: 401 }, [_M, _C], [0, 0]];
9271
9167
  TypeRegistry.for(n0).registerError(InvalidAccessException, __InvalidAccessException);
9272
- export var InvalidInputException = [
9273
- -3,
9274
- n0,
9275
- _IIE,
9276
- {
9277
- [_e]: _c,
9278
- [_hE]: 400,
9279
- },
9280
- [_M, _C],
9281
- [0, 0],
9282
- ];
9168
+ export var InvalidInputException = [-3, n0, _IIE, { [_e]: _c, [_hE]: 400 }, [_M, _C], [0, 0]];
9283
9169
  TypeRegistry.for(n0).registerError(InvalidInputException, __InvalidInputException);
9284
9170
  export var Invitation = [3, n0, _Inv, 0, [_AIc, _II, _IAnv, _MSemb], [0, 0, 5, 0]];
9285
9171
  export var InviteMembersRequest = [3, n0, _IMR, 0, [_AIcc], [64 | 0]];
@@ -9287,21 +9173,11 @@ export var InviteMembersResponse = [3, n0, _IMRn, 0, [_UAnp], [() => ResultList]
9287
9173
  export var IpFilter = [3, n0, _IFp, 0, [_Cid], [0]];
9288
9174
  export var IpOrganizationDetails = [3, n0, _IOD, 0, [_Asn, _AOs, _Isp, _Org], [1, 0, 0, 0]];
9289
9175
  export var Ipv6CidrBlockAssociation = [3, n0, _ICBA, 0, [_AIs, _ICB, _CBSi], [0, 0, 0]];
9290
- export var JiraCloudDetail = [3, n0, _JCD, 0, [_CIlo, _PK, _Do, _AUut, _ASuth], [0, 0, 0, 0, 0]];
9176
+ export var JiraCloudDetail = [3, n0, _JCD, 0, [_CIlo, _PK, _Do, _AUut, _ASut], [0, 0, 0, 0, 0]];
9291
9177
  export var JiraCloudProviderConfiguration = [3, n0, _JCPC, 0, [_PK], [0]];
9292
9178
  export var JiraCloudUpdateConfiguration = [3, n0, _JCUC, 0, [_PK], [0]];
9293
9179
  export var KeywordFilter = [3, n0, _KF, 0, [_Val], [0]];
9294
- export var LimitExceededException = [
9295
- -3,
9296
- n0,
9297
- _LEE,
9298
- {
9299
- [_e]: _c,
9300
- [_hE]: 429,
9301
- },
9302
- [_M, _C],
9303
- [0, 0],
9304
- ];
9180
+ export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c, [_hE]: 429 }, [_M, _C], [0, 0]];
9305
9181
  TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
9306
9182
  export var ListAggregatorsV2Request = [
9307
9183
  3,
@@ -9310,18 +9186,8 @@ export var ListAggregatorsV2Request = [
9310
9186
  0,
9311
9187
  [_NTe, _MRa],
9312
9188
  [
9313
- [
9314
- 0,
9315
- {
9316
- [_hQ]: _NTe,
9317
- },
9318
- ],
9319
- [
9320
- 1,
9321
- {
9322
- [_hQ]: _MRa,
9323
- },
9324
- ],
9189
+ [0, { [_hQ]: _NTe }],
9190
+ [1, { [_hQ]: _MRa }],
9325
9191
  ],
9326
9192
  ];
9327
9193
  export var ListAggregatorsV2Response = [
@@ -9339,18 +9205,8 @@ export var ListAutomationRulesRequest = [
9339
9205
  0,
9340
9206
  [_NTe, _MRa],
9341
9207
  [
9342
- [
9343
- 0,
9344
- {
9345
- [_hQ]: _NTe,
9346
- },
9347
- ],
9348
- [
9349
- 1,
9350
- {
9351
- [_hQ]: _MRa,
9352
- },
9353
- ],
9208
+ [0, { [_hQ]: _NTe }],
9209
+ [1, { [_hQ]: _MRa }],
9354
9210
  ],
9355
9211
  ];
9356
9212
  export var ListAutomationRulesResponse = [
@@ -9368,18 +9224,8 @@ export var ListAutomationRulesV2Request = [
9368
9224
  0,
9369
9225
  [_NTe, _MRa],
9370
9226
  [
9371
- [
9372
- 0,
9373
- {
9374
- [_hQ]: _NTe,
9375
- },
9376
- ],
9377
- [
9378
- 1,
9379
- {
9380
- [_hQ]: _MRa,
9381
- },
9382
- ],
9227
+ [0, { [_hQ]: _NTe }],
9228
+ [1, { [_hQ]: _MRa }],
9383
9229
  ],
9384
9230
  ];
9385
9231
  export var ListAutomationRulesV2Response = [
@@ -9397,18 +9243,8 @@ export var ListConfigurationPoliciesRequest = [
9397
9243
  0,
9398
9244
  [_NTe, _MRa],
9399
9245
  [
9400
- [
9401
- 0,
9402
- {
9403
- [_hQ]: _NTe,
9404
- },
9405
- ],
9406
- [
9407
- 1,
9408
- {
9409
- [_hQ]: _MRa,
9410
- },
9411
- ],
9246
+ [0, { [_hQ]: _NTe }],
9247
+ [1, { [_hQ]: _MRa }],
9412
9248
  ],
9413
9249
  ];
9414
9250
  export var ListConfigurationPoliciesResponse = [
@@ -9442,30 +9278,10 @@ export var ListConnectorsV2Request = [
9442
9278
  0,
9443
9279
  [_NTe, _MRa, _PNrov, _CSonn],
9444
9280
  [
9445
- [
9446
- 0,
9447
- {
9448
- [_hQ]: _NTe,
9449
- },
9450
- ],
9451
- [
9452
- 1,
9453
- {
9454
- [_hQ]: _MRa,
9455
- },
9456
- ],
9457
- [
9458
- 0,
9459
- {
9460
- [_hQ]: _PNrov,
9461
- },
9462
- ],
9463
- [
9464
- 0,
9465
- {
9466
- [_hQ]: _CSonn,
9467
- },
9468
- ],
9281
+ [0, { [_hQ]: _NTe }],
9282
+ [1, { [_hQ]: _MRa }],
9283
+ [0, { [_hQ]: _PNrov }],
9284
+ [0, { [_hQ]: _CSonn }],
9469
9285
  ],
9470
9286
  ];
9471
9287
  export var ListConnectorsV2Response = [
@@ -9483,18 +9299,8 @@ export var ListEnabledProductsForImportRequest = [
9483
9299
  0,
9484
9300
  [_NTe, _MRa],
9485
9301
  [
9486
- [
9487
- 0,
9488
- {
9489
- [_hQ]: _NTe,
9490
- },
9491
- ],
9492
- [
9493
- 1,
9494
- {
9495
- [_hQ]: _MRa,
9496
- },
9497
- ],
9302
+ [0, { [_hQ]: _NTe }],
9303
+ [1, { [_hQ]: _MRa }],
9498
9304
  ],
9499
9305
  ];
9500
9306
  export var ListEnabledProductsForImportResponse = [
@@ -9512,18 +9318,8 @@ export var ListFindingAggregatorsRequest = [
9512
9318
  0,
9513
9319
  [_NTe, _MRa],
9514
9320
  [
9515
- [
9516
- 0,
9517
- {
9518
- [_hQ]: _NTe,
9519
- },
9520
- ],
9521
- [
9522
- 1,
9523
- {
9524
- [_hQ]: _MRa,
9525
- },
9526
- ],
9321
+ [0, { [_hQ]: _NTe }],
9322
+ [1, { [_hQ]: _MRa }],
9527
9323
  ],
9528
9324
  ];
9529
9325
  export var ListFindingAggregatorsResponse = [
@@ -9541,18 +9337,8 @@ export var ListInvitationsRequest = [
9541
9337
  0,
9542
9338
  [_MRa, _NTe],
9543
9339
  [
9544
- [
9545
- 1,
9546
- {
9547
- [_hQ]: _MRa,
9548
- },
9549
- ],
9550
- [
9551
- 0,
9552
- {
9553
- [_hQ]: _NTe,
9554
- },
9555
- ],
9340
+ [1, { [_hQ]: _MRa }],
9341
+ [0, { [_hQ]: _NTe }],
9556
9342
  ],
9557
9343
  ];
9558
9344
  export var ListInvitationsResponse = [3, n0, _LIRi, 0, [_Invi, _NTe], [() => InvitationList, 0]];
@@ -9563,24 +9349,9 @@ export var ListMembersRequest = [
9563
9349
  0,
9564
9350
  [_OAn, _MRa, _NTe],
9565
9351
  [
9566
- [
9567
- 2,
9568
- {
9569
- [_hQ]: _OAn,
9570
- },
9571
- ],
9572
- [
9573
- 1,
9574
- {
9575
- [_hQ]: _MRa,
9576
- },
9577
- ],
9578
- [
9579
- 0,
9580
- {
9581
- [_hQ]: _NTe,
9582
- },
9583
- ],
9352
+ [2, { [_hQ]: _OAn }],
9353
+ [1, { [_hQ]: _MRa }],
9354
+ [0, { [_hQ]: _NTe }],
9584
9355
  ],
9585
9356
  ];
9586
9357
  export var ListMembersResponse = [3, n0, _LMRi, 0, [_Memb, _NTe], [() => MemberList, 0]];
@@ -9591,24 +9362,9 @@ export var ListOrganizationAdminAccountsRequest = [
9591
9362
  0,
9592
9363
  [_MRa, _NTe, _Fea],
9593
9364
  [
9594
- [
9595
- 1,
9596
- {
9597
- [_hQ]: _MRa,
9598
- },
9599
- ],
9600
- [
9601
- 0,
9602
- {
9603
- [_hQ]: _NTe,
9604
- },
9605
- ],
9606
- [
9607
- 0,
9608
- {
9609
- [_hQ]: _Fea,
9610
- },
9611
- ],
9365
+ [1, { [_hQ]: _MRa }],
9366
+ [0, { [_hQ]: _NTe }],
9367
+ [0, { [_hQ]: _Fea }],
9612
9368
  ],
9613
9369
  ];
9614
9370
  export var ListOrganizationAdminAccountsResponse = [
@@ -9626,24 +9382,9 @@ export var ListSecurityControlDefinitionsRequest = [
9626
9382
  0,
9627
9383
  [_SAta, _NTe, _MRa],
9628
9384
  [
9629
- [
9630
- 0,
9631
- {
9632
- [_hQ]: _SAta,
9633
- },
9634
- ],
9635
- [
9636
- 0,
9637
- {
9638
- [_hQ]: _NTe,
9639
- },
9640
- ],
9641
- [
9642
- 1,
9643
- {
9644
- [_hQ]: _MRa,
9645
- },
9646
- ],
9385
+ [0, { [_hQ]: _SAta }],
9386
+ [0, { [_hQ]: _NTe }],
9387
+ [1, { [_hQ]: _MRa }],
9647
9388
  ],
9648
9389
  ];
9649
9390
  export var ListSecurityControlDefinitionsResponse = [
@@ -9661,24 +9402,9 @@ export var ListStandardsControlAssociationsRequest = [
9661
9402
  0,
9662
9403
  [_SCIec, _NTe, _MRa],
9663
9404
  [
9664
- [
9665
- 0,
9666
- {
9667
- [_hQ]: _SCIec,
9668
- },
9669
- ],
9670
- [
9671
- 0,
9672
- {
9673
- [_hQ]: _NTe,
9674
- },
9675
- ],
9676
- [
9677
- 1,
9678
- {
9679
- [_hQ]: _MRa,
9680
- },
9681
- ],
9405
+ [0, { [_hQ]: _SCIec }],
9406
+ [0, { [_hQ]: _NTe }],
9407
+ [1, { [_hQ]: _MRa }],
9682
9408
  ],
9683
9409
  ];
9684
9410
  export var ListStandardsControlAssociationsResponse = [
@@ -9824,6 +9550,8 @@ export var ProviderSummary = [3, n0, _PSr, 0, [_PNrov, _CSonn], [0, 0]];
9824
9550
  export var Range = [3, n0, _Ra, 0, [_Star, _End_, _SCta], [1, 1, 1]];
9825
9551
  export var Recommendation = [3, n0, _Reco, 0, [_Tex, _Ur], [0, 0]];
9826
9552
  export var _Record = [3, n0, _Recor, 0, [_JP, _RIec], [0, 1]];
9553
+ export var RegisterConnectorV2Request = [3, n0, _RCVR, 0, [_ACut, _ASuth], [0, 0]];
9554
+ export var RegisterConnectorV2Response = [3, n0, _RCVRe, 0, [_CAon, _CIo], [0, 0]];
9827
9555
  export var RelatedFinding = [3, n0, _RFe, 0, [_PA, _I], [0, 0]];
9828
9556
  export var Remediation = [3, n0, _Rem, 0, [_Reco], [() => Recommendation]];
9829
9557
  export var Resource = [
@@ -9834,17 +9562,7 @@ export var Resource = [
9834
9562
  [_T, _I, _Par, _Reg, _RReso, _Tags, _DCat, _Deta, _ANp, _AAp],
9835
9563
  [0, 0, 0, 0, 0, 128 | 0, () => DataClassificationDetails, () => ResourceDetails, 0, 0],
9836
9564
  ];
9837
- export var ResourceConflictException = [
9838
- -3,
9839
- n0,
9840
- _RCE,
9841
- {
9842
- [_e]: _c,
9843
- [_hE]: 409,
9844
- },
9845
- [_M, _C],
9846
- [0, 0],
9847
- ];
9565
+ export var ResourceConflictException = [-3, n0, _RCE, { [_e]: _c, [_hE]: 409 }, [_M, _C], [0, 0]];
9848
9566
  TypeRegistry.for(n0).registerError(ResourceConflictException, __ResourceConflictException);
9849
9567
  export var ResourceDetails = [
9850
9568
  3,
@@ -10065,29 +9783,9 @@ export var ResourceFindingsSummary = [
10065
9783
  [0, 0, 1, () => ResourceSeverityBreakdown],
10066
9784
  ];
10067
9785
  export var ResourceGroupByRule = [3, n0, _RGBR, 0, [_GBF, _Filt], [0, () => ResourcesFilters]];
10068
- export var ResourceInUseException = [
10069
- -3,
10070
- n0,
10071
- _RIUE,
10072
- {
10073
- [_e]: _c,
10074
- [_hE]: 400,
10075
- },
10076
- [_M, _C],
10077
- [0, 0],
10078
- ];
9786
+ export var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _c, [_hE]: 400 }, [_M, _C], [0, 0]];
10079
9787
  TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
10080
- export var ResourceNotFoundException = [
10081
- -3,
10082
- n0,
10083
- _RNFE,
10084
- {
10085
- [_e]: _c,
10086
- [_hE]: 404,
10087
- },
10088
- [_M, _C],
10089
- [0, 0],
10090
- ];
9788
+ export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M, _C], [0, 0]];
10091
9789
  TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
10092
9790
  export var ResourceResult = [
10093
9791
  3,
@@ -10391,15 +10089,18 @@ export var Sequence = [
10391
10089
  [_Ui, _Acto, _Endp, _Sig, _SIeq],
10392
10090
  [0, () => ActorsList, () => NetworkEndpointsList, () => SignalsList, () => IndicatorsList],
10393
10091
  ];
10394
- export var ServiceNowDetail = [3, n0, _SND, 0, [_INn, _CI, _ASuth], [0, 0, 0]];
10395
- export var ServiceNowProviderConfiguration = [
10396
- 3,
10092
+ export var ServiceNowDetail = [3, n0, _SND, 0, [_INn, _SAec, _ASut], [0, 0, 0]];
10093
+ export var ServiceNowProviderConfiguration = [3, n0, _SNPC, 0, [_INn, _SAec], [0, 0]];
10094
+ export var ServiceNowUpdateConfiguration = [3, n0, _SNUC, 0, [_SAec], [0]];
10095
+ export var ServiceQuotaExceededException = [
10096
+ -3,
10397
10097
  n0,
10398
- _SNPC,
10399
- 0,
10400
- [_INn, _CI, _CSli],
10401
- [0, 0, [() => SensitiveNonEmptyString, 0]],
10098
+ _SQEE,
10099
+ { [_e]: _c, [_hE]: 402 },
10100
+ [_M, _C],
10101
+ [0, 0],
10402
10102
  ];
10103
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
10403
10104
  export var Severity = [3, n0, _Se, 0, [_Produ, _Lab, _Norm, _Orig], [1, 0, 1, 0]];
10404
10105
  export var SeverityTrendsCount = [
10405
10106
  3,
@@ -10543,17 +10244,7 @@ export var ThreatIntelIndicator = [
10543
10244
  [_T, _Val, _Cat, _LOA, _So, _SU],
10544
10245
  [0, 0, 0, 0, 0, 0],
10545
10246
  ];
10546
- export var ThrottlingException = [
10547
- -3,
10548
- n0,
10549
- _TEh,
10550
- {
10551
- [_e]: _c,
10552
- [_hE]: 429,
10553
- },
10554
- [_M, _C],
10555
- [0, 0],
10556
- ];
10247
+ export var ThrottlingException = [-3, n0, _TEh, { [_e]: _c, [_hE]: 429 }, [_M, _C], [0, 0]];
10557
10248
  TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
10558
10249
  export var TrendsMetricsResult = [3, n0, _TMR, 0, [_Times, _TV], [5, () => TrendsValues]];
10559
10250
  export var TrendsValues = [3, n0, _TV, 0, [_STev], [() => SeverityTrendsCount]];
@@ -10591,12 +10282,7 @@ export var UntagResourceRequest = [
10591
10282
  [_RAe, _TK],
10592
10283
  [
10593
10284
  [0, 1],
10594
- [
10595
- 64 | 0,
10596
- {
10597
- [_hQ]: _tK,
10598
- },
10599
- ],
10285
+ [64 | 0, { [_hQ]: _tK }],
10600
10286
  ],
10601
10287
  ];
10602
10288
  export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
@@ -10649,8 +10335,8 @@ export var UpdateConnectorV2Request = [
10649
10335
  n0,
10650
10336
  _UCVR,
10651
10337
  0,
10652
- [_CIo, _CSli, _D, _Prov],
10653
- [[0, 1], [() => SensitiveNonEmptyString, 0], 0, () => ProviderUpdateConfiguration],
10338
+ [_CIo, _D, _Prov],
10339
+ [[0, 1], 0, () => ProviderUpdateConfiguration],
10654
10340
  ];
10655
10341
  export var UpdateConnectorV2Response = [3, n0, _UCVRp, 0, [], []];
10656
10342
  export var UpdateFindingAggregatorRequest = [
@@ -10717,17 +10403,7 @@ export var UpdateStandardsControlRequest = [
10717
10403
  ];
10718
10404
  export var UpdateStandardsControlResponse = [3, n0, _USCRpda, 0, [], []];
10719
10405
  export var UserAccount = [3, n0, _UAs, 0, [_Ui, _N], [0, 0]];
10720
- export var ValidationException = [
10721
- -3,
10722
- n0,
10723
- _VEa,
10724
- {
10725
- [_e]: _c,
10726
- [_hE]: 400,
10727
- },
10728
- [_M, _C],
10729
- [0, 0],
10730
- ];
10406
+ export var ValidationException = [-3, n0, _VEa, { [_e]: _c, [_hE]: 400 }, [_M, _C], [0, 0]];
10731
10407
  TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
10732
10408
  export var VolumeMount = [3, n0, _VMol, 0, [_N, _MPou], [0, 0]];
10733
10409
  export var VpcInfoCidrBlockSetDetails = [3, n0, _VICBSD, 0, [_CBi], [0]];
@@ -11936,7 +11612,7 @@ export var ProviderConfiguration = [
11936
11612
  _PCro,
11937
11613
  0,
11938
11614
  [_JC, _SNer],
11939
- [() => JiraCloudProviderConfiguration, [() => ServiceNowProviderConfiguration, 0]],
11615
+ [() => JiraCloudProviderConfiguration, () => ServiceNowProviderConfiguration],
11940
11616
  ];
11941
11617
  export var ProviderDetail = [
11942
11618
  3,
@@ -11951,17 +11627,15 @@ export var ProviderUpdateConfiguration = [
11951
11627
  n0,
11952
11628
  _PUC,
11953
11629
  0,
11954
- [_JC],
11955
- [() => JiraCloudUpdateConfiguration],
11630
+ [_JC, _SNer],
11631
+ [() => JiraCloudUpdateConfiguration, () => ServiceNowUpdateConfiguration],
11956
11632
  ];
11957
11633
  export var Target = [3, n0, _Ta, 0, [_AIc, _OUI, _RIoo], [0, 0, 0]];
11958
11634
  export var AcceptAdministratorInvitation = [
11959
11635
  9,
11960
11636
  n0,
11961
11637
  _AAIc,
11962
- {
11963
- [_h]: ["POST", "/administrator", 200],
11964
- },
11638
+ { [_h]: ["POST", "/administrator", 200] },
11965
11639
  () => AcceptAdministratorInvitationRequest,
11966
11640
  () => AcceptAdministratorInvitationResponse,
11967
11641
  ];
@@ -11969,9 +11643,7 @@ export var AcceptInvitation = [
11969
11643
  9,
11970
11644
  n0,
11971
11645
  _AIcce,
11972
- {
11973
- [_h]: ["POST", "/master", 200],
11974
- },
11646
+ { [_h]: ["POST", "/master", 200] },
11975
11647
  () => AcceptInvitationRequest,
11976
11648
  () => AcceptInvitationResponse,
11977
11649
  ];
@@ -11979,9 +11651,7 @@ export var BatchDeleteAutomationRules = [
11979
11651
  9,
11980
11652
  n0,
11981
11653
  _BDAR,
11982
- {
11983
- [_h]: ["POST", "/automationrules/delete", 200],
11984
- },
11654
+ { [_h]: ["POST", "/automationrules/delete", 200] },
11985
11655
  () => BatchDeleteAutomationRulesRequest,
11986
11656
  () => BatchDeleteAutomationRulesResponse,
11987
11657
  ];
@@ -11989,9 +11659,7 @@ export var BatchDisableStandards = [
11989
11659
  9,
11990
11660
  n0,
11991
11661
  _BDS,
11992
- {
11993
- [_h]: ["POST", "/standards/deregister", 200],
11994
- },
11662
+ { [_h]: ["POST", "/standards/deregister", 200] },
11995
11663
  () => BatchDisableStandardsRequest,
11996
11664
  () => BatchDisableStandardsResponse,
11997
11665
  ];
@@ -11999,9 +11667,7 @@ export var BatchEnableStandards = [
11999
11667
  9,
12000
11668
  n0,
12001
11669
  _BES,
12002
- {
12003
- [_h]: ["POST", "/standards/register", 200],
12004
- },
11670
+ { [_h]: ["POST", "/standards/register", 200] },
12005
11671
  () => BatchEnableStandardsRequest,
12006
11672
  () => BatchEnableStandardsResponse,
12007
11673
  ];
@@ -12009,9 +11675,7 @@ export var BatchGetAutomationRules = [
12009
11675
  9,
12010
11676
  n0,
12011
11677
  _BGAR,
12012
- {
12013
- [_h]: ["POST", "/automationrules/get", 200],
12014
- },
11678
+ { [_h]: ["POST", "/automationrules/get", 200] },
12015
11679
  () => BatchGetAutomationRulesRequest,
12016
11680
  () => BatchGetAutomationRulesResponse,
12017
11681
  ];
@@ -12019,9 +11683,7 @@ export var BatchGetConfigurationPolicyAssociations = [
12019
11683
  9,
12020
11684
  n0,
12021
11685
  _BGCPA,
12022
- {
12023
- [_h]: ["POST", "/configurationPolicyAssociation/batchget", 200],
12024
- },
11686
+ { [_h]: ["POST", "/configurationPolicyAssociation/batchget", 200] },
12025
11687
  () => BatchGetConfigurationPolicyAssociationsRequest,
12026
11688
  () => BatchGetConfigurationPolicyAssociationsResponse,
12027
11689
  ];
@@ -12029,9 +11691,7 @@ export var BatchGetSecurityControls = [
12029
11691
  9,
12030
11692
  n0,
12031
11693
  _BGSC,
12032
- {
12033
- [_h]: ["POST", "/securityControls/batchGet", 200],
12034
- },
11694
+ { [_h]: ["POST", "/securityControls/batchGet", 200] },
12035
11695
  () => BatchGetSecurityControlsRequest,
12036
11696
  () => BatchGetSecurityControlsResponse,
12037
11697
  ];
@@ -12039,9 +11699,7 @@ export var BatchGetStandardsControlAssociations = [
12039
11699
  9,
12040
11700
  n0,
12041
11701
  _BGSCA,
12042
- {
12043
- [_h]: ["POST", "/associations/batchGet", 200],
12044
- },
11702
+ { [_h]: ["POST", "/associations/batchGet", 200] },
12045
11703
  () => BatchGetStandardsControlAssociationsRequest,
12046
11704
  () => BatchGetStandardsControlAssociationsResponse,
12047
11705
  ];
@@ -12049,9 +11707,7 @@ export var BatchImportFindings = [
12049
11707
  9,
12050
11708
  n0,
12051
11709
  _BIF,
12052
- {
12053
- [_h]: ["POST", "/findings/import", 200],
12054
- },
11710
+ { [_h]: ["POST", "/findings/import", 200] },
12055
11711
  () => BatchImportFindingsRequest,
12056
11712
  () => BatchImportFindingsResponse,
12057
11713
  ];
@@ -12059,9 +11715,7 @@ export var BatchUpdateAutomationRules = [
12059
11715
  9,
12060
11716
  n0,
12061
11717
  _BUAR,
12062
- {
12063
- [_h]: ["PATCH", "/automationrules/update", 200],
12064
- },
11718
+ { [_h]: ["PATCH", "/automationrules/update", 200] },
12065
11719
  () => BatchUpdateAutomationRulesRequest,
12066
11720
  () => BatchUpdateAutomationRulesResponse,
12067
11721
  ];
@@ -12069,9 +11723,7 @@ export var BatchUpdateFindings = [
12069
11723
  9,
12070
11724
  n0,
12071
11725
  _BUF,
12072
- {
12073
- [_h]: ["PATCH", "/findings/batchupdate", 200],
12074
- },
11726
+ { [_h]: ["PATCH", "/findings/batchupdate", 200] },
12075
11727
  () => BatchUpdateFindingsRequest,
12076
11728
  () => BatchUpdateFindingsResponse,
12077
11729
  ];
@@ -12079,9 +11731,7 @@ export var BatchUpdateFindingsV2 = [
12079
11731
  9,
12080
11732
  n0,
12081
11733
  _BUFV,
12082
- {
12083
- [_h]: ["PATCH", "/findingsv2/batchupdatev2", 200],
12084
- },
11734
+ { [_h]: ["PATCH", "/findingsv2/batchupdatev2", 200] },
12085
11735
  () => BatchUpdateFindingsV2Request,
12086
11736
  () => BatchUpdateFindingsV2Response,
12087
11737
  ];
@@ -12089,29 +11739,15 @@ export var BatchUpdateStandardsControlAssociations = [
12089
11739
  9,
12090
11740
  n0,
12091
11741
  _BUSCA,
12092
- {
12093
- [_h]: ["PATCH", "/associations", 200],
12094
- },
11742
+ { [_h]: ["PATCH", "/associations", 200] },
12095
11743
  () => BatchUpdateStandardsControlAssociationsRequest,
12096
11744
  () => BatchUpdateStandardsControlAssociationsResponse,
12097
11745
  ];
12098
- export var ConnectorRegistrationsV2 = [
12099
- 9,
12100
- n0,
12101
- _CRV,
12102
- {
12103
- [_h]: ["POST", "/connectorsv2/registrations", 200],
12104
- },
12105
- () => ConnectorRegistrationsV2Request,
12106
- () => ConnectorRegistrationsV2Response,
12107
- ];
12108
11746
  export var CreateActionTarget = [
12109
11747
  9,
12110
11748
  n0,
12111
11749
  _CAT,
12112
- {
12113
- [_h]: ["POST", "/actionTargets", 200],
12114
- },
11750
+ { [_h]: ["POST", "/actionTargets", 200] },
12115
11751
  () => CreateActionTargetRequest,
12116
11752
  () => CreateActionTargetResponse,
12117
11753
  ];
@@ -12119,9 +11755,7 @@ export var CreateAggregatorV2 = [
12119
11755
  9,
12120
11756
  n0,
12121
11757
  _CAV,
12122
- {
12123
- [_h]: ["POST", "/aggregatorv2/create", 200],
12124
- },
11758
+ { [_h]: ["POST", "/aggregatorv2/create", 200] },
12125
11759
  () => CreateAggregatorV2Request,
12126
11760
  () => CreateAggregatorV2Response,
12127
11761
  ];
@@ -12129,9 +11763,7 @@ export var CreateAutomationRule = [
12129
11763
  9,
12130
11764
  n0,
12131
11765
  _CAR,
12132
- {
12133
- [_h]: ["POST", "/automationrules/create", 200],
12134
- },
11766
+ { [_h]: ["POST", "/automationrules/create", 200] },
12135
11767
  () => CreateAutomationRuleRequest,
12136
11768
  () => CreateAutomationRuleResponse,
12137
11769
  ];
@@ -12139,9 +11771,7 @@ export var CreateAutomationRuleV2 = [
12139
11771
  9,
12140
11772
  n0,
12141
11773
  _CARV,
12142
- {
12143
- [_h]: ["POST", "/automationrulesv2/create", 200],
12144
- },
11774
+ { [_h]: ["POST", "/automationrulesv2/create", 200] },
12145
11775
  () => CreateAutomationRuleV2Request,
12146
11776
  () => CreateAutomationRuleV2Response,
12147
11777
  ];
@@ -12149,9 +11779,7 @@ export var CreateConfigurationPolicy = [
12149
11779
  9,
12150
11780
  n0,
12151
11781
  _CCP,
12152
- {
12153
- [_h]: ["POST", "/configurationPolicy/create", 200],
12154
- },
11782
+ { [_h]: ["POST", "/configurationPolicy/create", 200] },
12155
11783
  () => CreateConfigurationPolicyRequest,
12156
11784
  () => CreateConfigurationPolicyResponse,
12157
11785
  ];
@@ -12159,9 +11787,7 @@ export var CreateConnectorV2 = [
12159
11787
  9,
12160
11788
  n0,
12161
11789
  _CCV,
12162
- {
12163
- [_h]: ["POST", "/connectorsv2", 200],
12164
- },
11790
+ { [_h]: ["POST", "/connectorsv2", 200] },
12165
11791
  () => CreateConnectorV2Request,
12166
11792
  () => CreateConnectorV2Response,
12167
11793
  ];
@@ -12169,9 +11795,7 @@ export var CreateFindingAggregator = [
12169
11795
  9,
12170
11796
  n0,
12171
11797
  _CFA,
12172
- {
12173
- [_h]: ["POST", "/findingAggregator/create", 200],
12174
- },
11798
+ { [_h]: ["POST", "/findingAggregator/create", 200] },
12175
11799
  () => CreateFindingAggregatorRequest,
12176
11800
  () => CreateFindingAggregatorResponse,
12177
11801
  ];
@@ -12179,9 +11803,7 @@ export var CreateInsight = [
12179
11803
  9,
12180
11804
  n0,
12181
11805
  _CIre,
12182
- {
12183
- [_h]: ["POST", "/insights", 200],
12184
- },
11806
+ { [_h]: ["POST", "/insights", 200] },
12185
11807
  () => CreateInsightRequest,
12186
11808
  () => CreateInsightResponse,
12187
11809
  ];
@@ -12189,9 +11811,7 @@ export var CreateMembers = [
12189
11811
  9,
12190
11812
  n0,
12191
11813
  _CMr,
12192
- {
12193
- [_h]: ["POST", "/members", 200],
12194
- },
11814
+ { [_h]: ["POST", "/members", 200] },
12195
11815
  () => CreateMembersRequest,
12196
11816
  () => CreateMembersResponse,
12197
11817
  ];
@@ -12199,9 +11819,7 @@ export var CreateTicketV2 = [
12199
11819
  9,
12200
11820
  n0,
12201
11821
  _CTV,
12202
- {
12203
- [_h]: ["POST", "/ticketsv2", 200],
12204
- },
11822
+ { [_h]: ["POST", "/ticketsv2", 200] },
12205
11823
  () => CreateTicketV2Request,
12206
11824
  () => CreateTicketV2Response,
12207
11825
  ];
@@ -12209,9 +11827,7 @@ export var DeclineInvitations = [
12209
11827
  9,
12210
11828
  n0,
12211
11829
  _DIec,
12212
- {
12213
- [_h]: ["POST", "/invitations/decline", 200],
12214
- },
11830
+ { [_h]: ["POST", "/invitations/decline", 200] },
12215
11831
  () => DeclineInvitationsRequest,
12216
11832
  () => DeclineInvitationsResponse,
12217
11833
  ];
@@ -12219,9 +11835,7 @@ export var DeleteActionTarget = [
12219
11835
  9,
12220
11836
  n0,
12221
11837
  _DATe,
12222
- {
12223
- [_h]: ["DELETE", "/actionTargets/{ActionTargetArn+}", 200],
12224
- },
11838
+ { [_h]: ["DELETE", "/actionTargets/{ActionTargetArn+}", 200] },
12225
11839
  () => DeleteActionTargetRequest,
12226
11840
  () => DeleteActionTargetResponse,
12227
11841
  ];
@@ -12229,9 +11843,7 @@ export var DeleteAggregatorV2 = [
12229
11843
  9,
12230
11844
  n0,
12231
11845
  _DAV,
12232
- {
12233
- [_h]: ["DELETE", "/aggregatorv2/delete/{AggregatorV2Arn+}", 200],
12234
- },
11846
+ { [_h]: ["DELETE", "/aggregatorv2/delete/{AggregatorV2Arn+}", 200] },
12235
11847
  () => DeleteAggregatorV2Request,
12236
11848
  () => DeleteAggregatorV2Response,
12237
11849
  ];
@@ -12239,9 +11851,7 @@ export var DeleteAutomationRuleV2 = [
12239
11851
  9,
12240
11852
  n0,
12241
11853
  _DARV,
12242
- {
12243
- [_h]: ["DELETE", "/automationrulesv2/{Identifier}", 200],
12244
- },
11854
+ { [_h]: ["DELETE", "/automationrulesv2/{Identifier}", 200] },
12245
11855
  () => DeleteAutomationRuleV2Request,
12246
11856
  () => DeleteAutomationRuleV2Response,
12247
11857
  ];
@@ -12249,9 +11859,7 @@ export var DeleteConfigurationPolicy = [
12249
11859
  9,
12250
11860
  n0,
12251
11861
  _DCP,
12252
- {
12253
- [_h]: ["DELETE", "/configurationPolicy/{Identifier}", 200],
12254
- },
11862
+ { [_h]: ["DELETE", "/configurationPolicy/{Identifier}", 200] },
12255
11863
  () => DeleteConfigurationPolicyRequest,
12256
11864
  () => DeleteConfigurationPolicyResponse,
12257
11865
  ];
@@ -12259,9 +11867,7 @@ export var DeleteConnectorV2 = [
12259
11867
  9,
12260
11868
  n0,
12261
11869
  _DCV,
12262
- {
12263
- [_h]: ["DELETE", "/connectorsv2/{ConnectorId+}", 200],
12264
- },
11870
+ { [_h]: ["DELETE", "/connectorsv2/{ConnectorId+}", 200] },
12265
11871
  () => DeleteConnectorV2Request,
12266
11872
  () => DeleteConnectorV2Response,
12267
11873
  ];
@@ -12269,9 +11875,7 @@ export var DeleteFindingAggregator = [
12269
11875
  9,
12270
11876
  n0,
12271
11877
  _DFAe,
12272
- {
12273
- [_h]: ["DELETE", "/findingAggregator/delete/{FindingAggregatorArn+}", 200],
12274
- },
11878
+ { [_h]: ["DELETE", "/findingAggregator/delete/{FindingAggregatorArn+}", 200] },
12275
11879
  () => DeleteFindingAggregatorRequest,
12276
11880
  () => DeleteFindingAggregatorResponse,
12277
11881
  ];
@@ -12279,9 +11883,7 @@ export var DeleteInsight = [
12279
11883
  9,
12280
11884
  n0,
12281
11885
  _DIel,
12282
- {
12283
- [_h]: ["DELETE", "/insights/{InsightArn+}", 200],
12284
- },
11886
+ { [_h]: ["DELETE", "/insights/{InsightArn+}", 200] },
12285
11887
  () => DeleteInsightRequest,
12286
11888
  () => DeleteInsightResponse,
12287
11889
  ];
@@ -12289,9 +11891,7 @@ export var DeleteInvitations = [
12289
11891
  9,
12290
11892
  n0,
12291
11893
  _DIele,
12292
- {
12293
- [_h]: ["POST", "/invitations/delete", 200],
12294
- },
11894
+ { [_h]: ["POST", "/invitations/delete", 200] },
12295
11895
  () => DeleteInvitationsRequest,
12296
11896
  () => DeleteInvitationsResponse,
12297
11897
  ];
@@ -12299,9 +11899,7 @@ export var DeleteMembers = [
12299
11899
  9,
12300
11900
  n0,
12301
11901
  _DMe,
12302
- {
12303
- [_h]: ["POST", "/members/delete", 200],
12304
- },
11902
+ { [_h]: ["POST", "/members/delete", 200] },
12305
11903
  () => DeleteMembersRequest,
12306
11904
  () => DeleteMembersResponse,
12307
11905
  ];
@@ -12309,9 +11907,7 @@ export var DescribeActionTargets = [
12309
11907
  9,
12310
11908
  n0,
12311
11909
  _DATes,
12312
- {
12313
- [_h]: ["POST", "/actionTargets/get", 200],
12314
- },
11910
+ { [_h]: ["POST", "/actionTargets/get", 200] },
12315
11911
  () => DescribeActionTargetsRequest,
12316
11912
  () => DescribeActionTargetsResponse,
12317
11913
  ];
@@ -12319,9 +11915,7 @@ export var DescribeHub = [
12319
11915
  9,
12320
11916
  n0,
12321
11917
  _DH,
12322
- {
12323
- [_h]: ["GET", "/accounts", 200],
12324
- },
11918
+ { [_h]: ["GET", "/accounts", 200] },
12325
11919
  () => DescribeHubRequest,
12326
11920
  () => DescribeHubResponse,
12327
11921
  ];
@@ -12329,9 +11923,7 @@ export var DescribeOrganizationConfiguration = [
12329
11923
  9,
12330
11924
  n0,
12331
11925
  _DOC,
12332
- {
12333
- [_h]: ["GET", "/organization/configuration", 200],
12334
- },
11926
+ { [_h]: ["GET", "/organization/configuration", 200] },
12335
11927
  () => DescribeOrganizationConfigurationRequest,
12336
11928
  () => DescribeOrganizationConfigurationResponse,
12337
11929
  ];
@@ -12339,9 +11931,7 @@ export var DescribeProducts = [
12339
11931
  9,
12340
11932
  n0,
12341
11933
  _DPesc,
12342
- {
12343
- [_h]: ["GET", "/products", 200],
12344
- },
11934
+ { [_h]: ["GET", "/products", 200] },
12345
11935
  () => DescribeProductsRequest,
12346
11936
  () => DescribeProductsResponse,
12347
11937
  ];
@@ -12349,9 +11939,7 @@ export var DescribeProductsV2 = [
12349
11939
  9,
12350
11940
  n0,
12351
11941
  _DPV,
12352
- {
12353
- [_h]: ["GET", "/productsV2", 200],
12354
- },
11942
+ { [_h]: ["GET", "/productsV2", 200] },
12355
11943
  () => DescribeProductsV2Request,
12356
11944
  () => DescribeProductsV2Response,
12357
11945
  ];
@@ -12359,9 +11947,7 @@ export var DescribeSecurityHubV2 = [
12359
11947
  9,
12360
11948
  n0,
12361
11949
  _DSHV,
12362
- {
12363
- [_h]: ["GET", "/hubv2", 200],
12364
- },
11950
+ { [_h]: ["GET", "/hubv2", 200] },
12365
11951
  () => DescribeSecurityHubV2Request,
12366
11952
  () => DescribeSecurityHubV2Response,
12367
11953
  ];
@@ -12369,9 +11955,7 @@ export var DescribeStandards = [
12369
11955
  9,
12370
11956
  n0,
12371
11957
  _DSe,
12372
- {
12373
- [_h]: ["GET", "/standards", 200],
12374
- },
11958
+ { [_h]: ["GET", "/standards", 200] },
12375
11959
  () => DescribeStandardsRequest,
12376
11960
  () => DescribeStandardsResponse,
12377
11961
  ];
@@ -12379,9 +11963,7 @@ export var DescribeStandardsControls = [
12379
11963
  9,
12380
11964
  n0,
12381
11965
  _DSC,
12382
- {
12383
- [_h]: ["GET", "/standards/controls/{StandardsSubscriptionArn+}", 200],
12384
- },
11966
+ { [_h]: ["GET", "/standards/controls/{StandardsSubscriptionArn+}", 200] },
12385
11967
  () => DescribeStandardsControlsRequest,
12386
11968
  () => DescribeStandardsControlsResponse,
12387
11969
  ];
@@ -12389,9 +11971,7 @@ export var DisableImportFindingsForProduct = [
12389
11971
  9,
12390
11972
  n0,
12391
11973
  _DIFFP,
12392
- {
12393
- [_h]: ["DELETE", "/productSubscriptions/{ProductSubscriptionArn+}", 200],
12394
- },
11974
+ { [_h]: ["DELETE", "/productSubscriptions/{ProductSubscriptionArn+}", 200] },
12395
11975
  () => DisableImportFindingsForProductRequest,
12396
11976
  () => DisableImportFindingsForProductResponse,
12397
11977
  ];
@@ -12399,9 +11979,7 @@ export var DisableOrganizationAdminAccount = [
12399
11979
  9,
12400
11980
  n0,
12401
11981
  _DOAA,
12402
- {
12403
- [_h]: ["POST", "/organization/admin/disable", 200],
12404
- },
11982
+ { [_h]: ["POST", "/organization/admin/disable", 200] },
12405
11983
  () => DisableOrganizationAdminAccountRequest,
12406
11984
  () => DisableOrganizationAdminAccountResponse,
12407
11985
  ];
@@ -12409,9 +11987,7 @@ export var DisableSecurityHub = [
12409
11987
  9,
12410
11988
  n0,
12411
11989
  _DSH,
12412
- {
12413
- [_h]: ["DELETE", "/accounts", 200],
12414
- },
11990
+ { [_h]: ["DELETE", "/accounts", 200] },
12415
11991
  () => DisableSecurityHubRequest,
12416
11992
  () => DisableSecurityHubResponse,
12417
11993
  ];
@@ -12419,9 +11995,7 @@ export var DisableSecurityHubV2 = [
12419
11995
  9,
12420
11996
  n0,
12421
11997
  _DSHVi,
12422
- {
12423
- [_h]: ["DELETE", "/hubv2", 200],
12424
- },
11998
+ { [_h]: ["DELETE", "/hubv2", 200] },
12425
11999
  () => DisableSecurityHubV2Request,
12426
12000
  () => DisableSecurityHubV2Response,
12427
12001
  ];
@@ -12429,9 +12003,7 @@ export var DisassociateFromAdministratorAccount = [
12429
12003
  9,
12430
12004
  n0,
12431
12005
  _DFAA,
12432
- {
12433
- [_h]: ["POST", "/administrator/disassociate", 200],
12434
- },
12006
+ { [_h]: ["POST", "/administrator/disassociate", 200] },
12435
12007
  () => DisassociateFromAdministratorAccountRequest,
12436
12008
  () => DisassociateFromAdministratorAccountResponse,
12437
12009
  ];
@@ -12439,9 +12011,7 @@ export var DisassociateFromMasterAccount = [
12439
12011
  9,
12440
12012
  n0,
12441
12013
  _DFMA,
12442
- {
12443
- [_h]: ["POST", "/master/disassociate", 200],
12444
- },
12014
+ { [_h]: ["POST", "/master/disassociate", 200] },
12445
12015
  () => DisassociateFromMasterAccountRequest,
12446
12016
  () => DisassociateFromMasterAccountResponse,
12447
12017
  ];
@@ -12449,9 +12019,7 @@ export var DisassociateMembers = [
12449
12019
  9,
12450
12020
  n0,
12451
12021
  _DMi,
12452
- {
12453
- [_h]: ["POST", "/members/disassociate", 200],
12454
- },
12022
+ { [_h]: ["POST", "/members/disassociate", 200] },
12455
12023
  () => DisassociateMembersRequest,
12456
12024
  () => DisassociateMembersResponse,
12457
12025
  ];
@@ -12459,9 +12027,7 @@ export var EnableImportFindingsForProduct = [
12459
12027
  9,
12460
12028
  n0,
12461
12029
  _EIFFP,
12462
- {
12463
- [_h]: ["POST", "/productSubscriptions", 200],
12464
- },
12030
+ { [_h]: ["POST", "/productSubscriptions", 200] },
12465
12031
  () => EnableImportFindingsForProductRequest,
12466
12032
  () => EnableImportFindingsForProductResponse,
12467
12033
  ];
@@ -12469,9 +12035,7 @@ export var EnableOrganizationAdminAccount = [
12469
12035
  9,
12470
12036
  n0,
12471
12037
  _EOAA,
12472
- {
12473
- [_h]: ["POST", "/organization/admin/enable", 200],
12474
- },
12038
+ { [_h]: ["POST", "/organization/admin/enable", 200] },
12475
12039
  () => EnableOrganizationAdminAccountRequest,
12476
12040
  () => EnableOrganizationAdminAccountResponse,
12477
12041
  ];
@@ -12479,9 +12043,7 @@ export var EnableSecurityHub = [
12479
12043
  9,
12480
12044
  n0,
12481
12045
  _ESH,
12482
- {
12483
- [_h]: ["POST", "/accounts", 200],
12484
- },
12046
+ { [_h]: ["POST", "/accounts", 200] },
12485
12047
  () => EnableSecurityHubRequest,
12486
12048
  () => EnableSecurityHubResponse,
12487
12049
  ];
@@ -12489,9 +12051,7 @@ export var EnableSecurityHubV2 = [
12489
12051
  9,
12490
12052
  n0,
12491
12053
  _ESHV,
12492
- {
12493
- [_h]: ["POST", "/hubv2", 200],
12494
- },
12054
+ { [_h]: ["POST", "/hubv2", 200] },
12495
12055
  () => EnableSecurityHubV2Request,
12496
12056
  () => EnableSecurityHubV2Response,
12497
12057
  ];
@@ -12499,9 +12059,7 @@ export var GetAdministratorAccount = [
12499
12059
  9,
12500
12060
  n0,
12501
12061
  _GAA,
12502
- {
12503
- [_h]: ["GET", "/administrator", 200],
12504
- },
12062
+ { [_h]: ["GET", "/administrator", 200] },
12505
12063
  () => GetAdministratorAccountRequest,
12506
12064
  () => GetAdministratorAccountResponse,
12507
12065
  ];
@@ -12509,9 +12067,7 @@ export var GetAggregatorV2 = [
12509
12067
  9,
12510
12068
  n0,
12511
12069
  _GAV,
12512
- {
12513
- [_h]: ["GET", "/aggregatorv2/get/{AggregatorV2Arn+}", 200],
12514
- },
12070
+ { [_h]: ["GET", "/aggregatorv2/get/{AggregatorV2Arn+}", 200] },
12515
12071
  () => GetAggregatorV2Request,
12516
12072
  () => GetAggregatorV2Response,
12517
12073
  ];
@@ -12519,9 +12075,7 @@ export var GetAutomationRuleV2 = [
12519
12075
  9,
12520
12076
  n0,
12521
12077
  _GARV,
12522
- {
12523
- [_h]: ["GET", "/automationrulesv2/{Identifier}", 200],
12524
- },
12078
+ { [_h]: ["GET", "/automationrulesv2/{Identifier}", 200] },
12525
12079
  () => GetAutomationRuleV2Request,
12526
12080
  () => GetAutomationRuleV2Response,
12527
12081
  ];
@@ -12529,9 +12083,7 @@ export var GetConfigurationPolicy = [
12529
12083
  9,
12530
12084
  n0,
12531
12085
  _GCP,
12532
- {
12533
- [_h]: ["GET", "/configurationPolicy/get/{Identifier}", 200],
12534
- },
12086
+ { [_h]: ["GET", "/configurationPolicy/get/{Identifier}", 200] },
12535
12087
  () => GetConfigurationPolicyRequest,
12536
12088
  () => GetConfigurationPolicyResponse,
12537
12089
  ];
@@ -12539,9 +12091,7 @@ export var GetConfigurationPolicyAssociation = [
12539
12091
  9,
12540
12092
  n0,
12541
12093
  _GCPA,
12542
- {
12543
- [_h]: ["POST", "/configurationPolicyAssociation/get", 200],
12544
- },
12094
+ { [_h]: ["POST", "/configurationPolicyAssociation/get", 200] },
12545
12095
  () => GetConfigurationPolicyAssociationRequest,
12546
12096
  () => GetConfigurationPolicyAssociationResponse,
12547
12097
  ];
@@ -12549,9 +12099,7 @@ export var GetConnectorV2 = [
12549
12099
  9,
12550
12100
  n0,
12551
12101
  _GCV,
12552
- {
12553
- [_h]: ["GET", "/connectorsv2/{ConnectorId+}", 200],
12554
- },
12102
+ { [_h]: ["GET", "/connectorsv2/{ConnectorId+}", 200] },
12555
12103
  () => GetConnectorV2Request,
12556
12104
  () => GetConnectorV2Response,
12557
12105
  ];
@@ -12559,9 +12107,7 @@ export var GetEnabledStandards = [
12559
12107
  9,
12560
12108
  n0,
12561
12109
  _GES,
12562
- {
12563
- [_h]: ["POST", "/standards/get", 200],
12564
- },
12110
+ { [_h]: ["POST", "/standards/get", 200] },
12565
12111
  () => GetEnabledStandardsRequest,
12566
12112
  () => GetEnabledStandardsResponse,
12567
12113
  ];
@@ -12569,9 +12115,7 @@ export var GetFindingAggregator = [
12569
12115
  9,
12570
12116
  n0,
12571
12117
  _GFA,
12572
- {
12573
- [_h]: ["GET", "/findingAggregator/get/{FindingAggregatorArn+}", 200],
12574
- },
12118
+ { [_h]: ["GET", "/findingAggregator/get/{FindingAggregatorArn+}", 200] },
12575
12119
  () => GetFindingAggregatorRequest,
12576
12120
  () => GetFindingAggregatorResponse,
12577
12121
  ];
@@ -12579,9 +12123,7 @@ export var GetFindingHistory = [
12579
12123
  9,
12580
12124
  n0,
12581
12125
  _GFH,
12582
- {
12583
- [_h]: ["POST", "/findingHistory/get", 200],
12584
- },
12126
+ { [_h]: ["POST", "/findingHistory/get", 200] },
12585
12127
  () => GetFindingHistoryRequest,
12586
12128
  () => GetFindingHistoryResponse,
12587
12129
  ];
@@ -12589,9 +12131,7 @@ export var GetFindings = [
12589
12131
  9,
12590
12132
  n0,
12591
12133
  _GF,
12592
- {
12593
- [_h]: ["POST", "/findings", 200],
12594
- },
12134
+ { [_h]: ["POST", "/findings", 200] },
12595
12135
  () => GetFindingsRequest,
12596
12136
  () => GetFindingsResponse,
12597
12137
  ];
@@ -12599,9 +12139,7 @@ export var GetFindingStatisticsV2 = [
12599
12139
  9,
12600
12140
  n0,
12601
12141
  _GFSV,
12602
- {
12603
- [_h]: ["POST", "/findingsv2/statistics", 200],
12604
- },
12142
+ { [_h]: ["POST", "/findingsv2/statistics", 200] },
12605
12143
  () => GetFindingStatisticsV2Request,
12606
12144
  () => GetFindingStatisticsV2Response,
12607
12145
  ];
@@ -12609,9 +12147,7 @@ export var GetFindingsTrendsV2 = [
12609
12147
  9,
12610
12148
  n0,
12611
12149
  _GFTV,
12612
- {
12613
- [_h]: ["POST", "/findingsTrendsv2", 200],
12614
- },
12150
+ { [_h]: ["POST", "/findingsTrendsv2", 200] },
12615
12151
  () => GetFindingsTrendsV2Request,
12616
12152
  () => GetFindingsTrendsV2Response,
12617
12153
  ];
@@ -12619,9 +12155,7 @@ export var GetFindingsV2 = [
12619
12155
  9,
12620
12156
  n0,
12621
12157
  _GFV,
12622
- {
12623
- [_h]: ["POST", "/findingsv2", 200],
12624
- },
12158
+ { [_h]: ["POST", "/findingsv2", 200] },
12625
12159
  () => GetFindingsV2Request,
12626
12160
  () => GetFindingsV2Response,
12627
12161
  ];
@@ -12629,9 +12163,7 @@ export var GetInsightResults = [
12629
12163
  9,
12630
12164
  n0,
12631
12165
  _GIRet,
12632
- {
12633
- [_h]: ["GET", "/insights/results/{InsightArn+}", 200],
12634
- },
12166
+ { [_h]: ["GET", "/insights/results/{InsightArn+}", 200] },
12635
12167
  () => GetInsightResultsRequest,
12636
12168
  () => GetInsightResultsResponse,
12637
12169
  ];
@@ -12639,9 +12171,7 @@ export var GetInsights = [
12639
12171
  9,
12640
12172
  n0,
12641
12173
  _GIet,
12642
- {
12643
- [_h]: ["POST", "/insights/get", 200],
12644
- },
12174
+ { [_h]: ["POST", "/insights/get", 200] },
12645
12175
  () => GetInsightsRequest,
12646
12176
  () => GetInsightsResponse,
12647
12177
  ];
@@ -12649,9 +12179,7 @@ export var GetInvitationsCount = [
12649
12179
  9,
12650
12180
  n0,
12651
12181
  _GIC,
12652
- {
12653
- [_h]: ["GET", "/invitations/count", 200],
12654
- },
12182
+ { [_h]: ["GET", "/invitations/count", 200] },
12655
12183
  () => GetInvitationsCountRequest,
12656
12184
  () => GetInvitationsCountResponse,
12657
12185
  ];
@@ -12659,9 +12187,7 @@ export var GetMasterAccount = [
12659
12187
  9,
12660
12188
  n0,
12661
12189
  _GMA,
12662
- {
12663
- [_h]: ["GET", "/master", 200],
12664
- },
12190
+ { [_h]: ["GET", "/master", 200] },
12665
12191
  () => GetMasterAccountRequest,
12666
12192
  () => GetMasterAccountResponse,
12667
12193
  ];
@@ -12669,9 +12195,7 @@ export var GetMembers = [
12669
12195
  9,
12670
12196
  n0,
12671
12197
  _GM,
12672
- {
12673
- [_h]: ["POST", "/members/get", 200],
12674
- },
12198
+ { [_h]: ["POST", "/members/get", 200] },
12675
12199
  () => GetMembersRequest,
12676
12200
  () => GetMembersResponse,
12677
12201
  ];
@@ -12679,9 +12203,7 @@ export var GetResourcesStatisticsV2 = [
12679
12203
  9,
12680
12204
  n0,
12681
12205
  _GRSV,
12682
- {
12683
- [_h]: ["POST", "/resourcesv2/statistics", 200],
12684
- },
12206
+ { [_h]: ["POST", "/resourcesv2/statistics", 200] },
12685
12207
  () => GetResourcesStatisticsV2Request,
12686
12208
  () => GetResourcesStatisticsV2Response,
12687
12209
  ];
@@ -12689,9 +12211,7 @@ export var GetResourcesTrendsV2 = [
12689
12211
  9,
12690
12212
  n0,
12691
12213
  _GRTV,
12692
- {
12693
- [_h]: ["POST", "/resourcesTrendsv2", 200],
12694
- },
12214
+ { [_h]: ["POST", "/resourcesTrendsv2", 200] },
12695
12215
  () => GetResourcesTrendsV2Request,
12696
12216
  () => GetResourcesTrendsV2Response,
12697
12217
  ];
@@ -12699,9 +12219,7 @@ export var GetResourcesV2 = [
12699
12219
  9,
12700
12220
  n0,
12701
12221
  _GRV,
12702
- {
12703
- [_h]: ["POST", "/resourcesv2", 200],
12704
- },
12222
+ { [_h]: ["POST", "/resourcesv2", 200] },
12705
12223
  () => GetResourcesV2Request,
12706
12224
  () => GetResourcesV2Response,
12707
12225
  ];
@@ -12709,9 +12227,7 @@ export var GetSecurityControlDefinition = [
12709
12227
  9,
12710
12228
  n0,
12711
12229
  _GSCD,
12712
- {
12713
- [_h]: ["GET", "/securityControl/definition", 200],
12714
- },
12230
+ { [_h]: ["GET", "/securityControl/definition", 200] },
12715
12231
  () => GetSecurityControlDefinitionRequest,
12716
12232
  () => GetSecurityControlDefinitionResponse,
12717
12233
  ];
@@ -12719,9 +12235,7 @@ export var InviteMembers = [
12719
12235
  9,
12720
12236
  n0,
12721
12237
  _IMn,
12722
- {
12723
- [_h]: ["POST", "/members/invite", 200],
12724
- },
12238
+ { [_h]: ["POST", "/members/invite", 200] },
12725
12239
  () => InviteMembersRequest,
12726
12240
  () => InviteMembersResponse,
12727
12241
  ];
@@ -12729,9 +12243,7 @@ export var ListAggregatorsV2 = [
12729
12243
  9,
12730
12244
  n0,
12731
12245
  _LAV,
12732
- {
12733
- [_h]: ["GET", "/aggregatorv2/list", 200],
12734
- },
12246
+ { [_h]: ["GET", "/aggregatorv2/list", 200] },
12735
12247
  () => ListAggregatorsV2Request,
12736
12248
  () => ListAggregatorsV2Response,
12737
12249
  ];
@@ -12739,9 +12251,7 @@ export var ListAutomationRules = [
12739
12251
  9,
12740
12252
  n0,
12741
12253
  _LAR,
12742
- {
12743
- [_h]: ["GET", "/automationrules/list", 200],
12744
- },
12254
+ { [_h]: ["GET", "/automationrules/list", 200] },
12745
12255
  () => ListAutomationRulesRequest,
12746
12256
  () => ListAutomationRulesResponse,
12747
12257
  ];
@@ -12749,9 +12259,7 @@ export var ListAutomationRulesV2 = [
12749
12259
  9,
12750
12260
  n0,
12751
12261
  _LARV,
12752
- {
12753
- [_h]: ["GET", "/automationrulesv2/list", 200],
12754
- },
12262
+ { [_h]: ["GET", "/automationrulesv2/list", 200] },
12755
12263
  () => ListAutomationRulesV2Request,
12756
12264
  () => ListAutomationRulesV2Response,
12757
12265
  ];
@@ -12759,9 +12267,7 @@ export var ListConfigurationPolicies = [
12759
12267
  9,
12760
12268
  n0,
12761
12269
  _LCP,
12762
- {
12763
- [_h]: ["GET", "/configurationPolicy/list", 200],
12764
- },
12270
+ { [_h]: ["GET", "/configurationPolicy/list", 200] },
12765
12271
  () => ListConfigurationPoliciesRequest,
12766
12272
  () => ListConfigurationPoliciesResponse,
12767
12273
  ];
@@ -12769,9 +12275,7 @@ export var ListConfigurationPolicyAssociations = [
12769
12275
  9,
12770
12276
  n0,
12771
12277
  _LCPA,
12772
- {
12773
- [_h]: ["POST", "/configurationPolicyAssociation/list", 200],
12774
- },
12278
+ { [_h]: ["POST", "/configurationPolicyAssociation/list", 200] },
12775
12279
  () => ListConfigurationPolicyAssociationsRequest,
12776
12280
  () => ListConfigurationPolicyAssociationsResponse,
12777
12281
  ];
@@ -12779,9 +12283,7 @@ export var ListConnectorsV2 = [
12779
12283
  9,
12780
12284
  n0,
12781
12285
  _LCV,
12782
- {
12783
- [_h]: ["GET", "/connectorsv2", 200],
12784
- },
12286
+ { [_h]: ["GET", "/connectorsv2", 200] },
12785
12287
  () => ListConnectorsV2Request,
12786
12288
  () => ListConnectorsV2Response,
12787
12289
  ];
@@ -12789,9 +12291,7 @@ export var ListEnabledProductsForImport = [
12789
12291
  9,
12790
12292
  n0,
12791
12293
  _LEPFI,
12792
- {
12793
- [_h]: ["GET", "/productSubscriptions", 200],
12794
- },
12294
+ { [_h]: ["GET", "/productSubscriptions", 200] },
12795
12295
  () => ListEnabledProductsForImportRequest,
12796
12296
  () => ListEnabledProductsForImportResponse,
12797
12297
  ];
@@ -12799,9 +12299,7 @@ export var ListFindingAggregators = [
12799
12299
  9,
12800
12300
  n0,
12801
12301
  _LFAi,
12802
- {
12803
- [_h]: ["GET", "/findingAggregator/list", 200],
12804
- },
12302
+ { [_h]: ["GET", "/findingAggregator/list", 200] },
12805
12303
  () => ListFindingAggregatorsRequest,
12806
12304
  () => ListFindingAggregatorsResponse,
12807
12305
  ];
@@ -12809,9 +12307,7 @@ export var ListInvitations = [
12809
12307
  9,
12810
12308
  n0,
12811
12309
  _LI,
12812
- {
12813
- [_h]: ["GET", "/invitations", 200],
12814
- },
12310
+ { [_h]: ["GET", "/invitations", 200] },
12815
12311
  () => ListInvitationsRequest,
12816
12312
  () => ListInvitationsResponse,
12817
12313
  ];
@@ -12819,9 +12315,7 @@ export var ListMembers = [
12819
12315
  9,
12820
12316
  n0,
12821
12317
  _LMis,
12822
- {
12823
- [_h]: ["GET", "/members", 200],
12824
- },
12318
+ { [_h]: ["GET", "/members", 200] },
12825
12319
  () => ListMembersRequest,
12826
12320
  () => ListMembersResponse,
12827
12321
  ];
@@ -12829,9 +12323,7 @@ export var ListOrganizationAdminAccounts = [
12829
12323
  9,
12830
12324
  n0,
12831
12325
  _LOAA,
12832
- {
12833
- [_h]: ["GET", "/organization/admin", 200],
12834
- },
12326
+ { [_h]: ["GET", "/organization/admin", 200] },
12835
12327
  () => ListOrganizationAdminAccountsRequest,
12836
12328
  () => ListOrganizationAdminAccountsResponse,
12837
12329
  ];
@@ -12839,9 +12331,7 @@ export var ListSecurityControlDefinitions = [
12839
12331
  9,
12840
12332
  n0,
12841
12333
  _LSCD,
12842
- {
12843
- [_h]: ["GET", "/securityControls/definitions", 200],
12844
- },
12334
+ { [_h]: ["GET", "/securityControls/definitions", 200] },
12845
12335
  () => ListSecurityControlDefinitionsRequest,
12846
12336
  () => ListSecurityControlDefinitionsResponse,
12847
12337
  ];
@@ -12849,9 +12339,7 @@ export var ListStandardsControlAssociations = [
12849
12339
  9,
12850
12340
  n0,
12851
12341
  _LSCA,
12852
- {
12853
- [_h]: ["GET", "/associations", 200],
12854
- },
12342
+ { [_h]: ["GET", "/associations", 200] },
12855
12343
  () => ListStandardsControlAssociationsRequest,
12856
12344
  () => ListStandardsControlAssociationsResponse,
12857
12345
  ];
@@ -12859,19 +12347,23 @@ export var ListTagsForResource = [
12859
12347
  9,
12860
12348
  n0,
12861
12349
  _LTFR,
12862
- {
12863
- [_h]: ["GET", "/tags/{ResourceArn}", 200],
12864
- },
12350
+ { [_h]: ["GET", "/tags/{ResourceArn}", 200] },
12865
12351
  () => ListTagsForResourceRequest,
12866
12352
  () => ListTagsForResourceResponse,
12867
12353
  ];
12354
+ export var RegisterConnectorV2 = [
12355
+ 9,
12356
+ n0,
12357
+ _RCV,
12358
+ { [_h]: ["POST", "/connectorsv2/register", 200] },
12359
+ () => RegisterConnectorV2Request,
12360
+ () => RegisterConnectorV2Response,
12361
+ ];
12868
12362
  export var StartConfigurationPolicyAssociation = [
12869
12363
  9,
12870
12364
  n0,
12871
12365
  _SCPA,
12872
- {
12873
- [_h]: ["POST", "/configurationPolicyAssociation/associate", 200],
12874
- },
12366
+ { [_h]: ["POST", "/configurationPolicyAssociation/associate", 200] },
12875
12367
  () => StartConfigurationPolicyAssociationRequest,
12876
12368
  () => StartConfigurationPolicyAssociationResponse,
12877
12369
  ];
@@ -12879,9 +12371,7 @@ export var StartConfigurationPolicyDisassociation = [
12879
12371
  9,
12880
12372
  n0,
12881
12373
  _SCPD,
12882
- {
12883
- [_h]: ["POST", "/configurationPolicyAssociation/disassociate", 200],
12884
- },
12374
+ { [_h]: ["POST", "/configurationPolicyAssociation/disassociate", 200] },
12885
12375
  () => StartConfigurationPolicyDisassociationRequest,
12886
12376
  () => StartConfigurationPolicyDisassociationResponse,
12887
12377
  ];
@@ -12889,9 +12379,7 @@ export var TagResource = [
12889
12379
  9,
12890
12380
  n0,
12891
12381
  _TR,
12892
- {
12893
- [_h]: ["POST", "/tags/{ResourceArn}", 200],
12894
- },
12382
+ { [_h]: ["POST", "/tags/{ResourceArn}", 200] },
12895
12383
  () => TagResourceRequest,
12896
12384
  () => TagResourceResponse,
12897
12385
  ];
@@ -12899,9 +12387,7 @@ export var UntagResource = [
12899
12387
  9,
12900
12388
  n0,
12901
12389
  _URn,
12902
- {
12903
- [_h]: ["DELETE", "/tags/{ResourceArn}", 200],
12904
- },
12390
+ { [_h]: ["DELETE", "/tags/{ResourceArn}", 200] },
12905
12391
  () => UntagResourceRequest,
12906
12392
  () => UntagResourceResponse,
12907
12393
  ];
@@ -12909,9 +12395,7 @@ export var UpdateActionTarget = [
12909
12395
  9,
12910
12396
  n0,
12911
12397
  _UAT,
12912
- {
12913
- [_h]: ["PATCH", "/actionTargets/{ActionTargetArn+}", 200],
12914
- },
12398
+ { [_h]: ["PATCH", "/actionTargets/{ActionTargetArn+}", 200] },
12915
12399
  () => UpdateActionTargetRequest,
12916
12400
  () => UpdateActionTargetResponse,
12917
12401
  ];
@@ -12919,9 +12403,7 @@ export var UpdateAggregatorV2 = [
12919
12403
  9,
12920
12404
  n0,
12921
12405
  _UAV,
12922
- {
12923
- [_h]: ["PATCH", "/aggregatorv2/update/{AggregatorV2Arn+}", 200],
12924
- },
12406
+ { [_h]: ["PATCH", "/aggregatorv2/update/{AggregatorV2Arn+}", 200] },
12925
12407
  () => UpdateAggregatorV2Request,
12926
12408
  () => UpdateAggregatorV2Response,
12927
12409
  ];
@@ -12929,9 +12411,7 @@ export var UpdateAutomationRuleV2 = [
12929
12411
  9,
12930
12412
  n0,
12931
12413
  _UARV,
12932
- {
12933
- [_h]: ["PATCH", "/automationrulesv2/{Identifier}", 200],
12934
- },
12414
+ { [_h]: ["PATCH", "/automationrulesv2/{Identifier}", 200] },
12935
12415
  () => UpdateAutomationRuleV2Request,
12936
12416
  () => UpdateAutomationRuleV2Response,
12937
12417
  ];
@@ -12939,9 +12419,7 @@ export var UpdateConfigurationPolicy = [
12939
12419
  9,
12940
12420
  n0,
12941
12421
  _UCP,
12942
- {
12943
- [_h]: ["PATCH", "/configurationPolicy/{Identifier}", 200],
12944
- },
12422
+ { [_h]: ["PATCH", "/configurationPolicy/{Identifier}", 200] },
12945
12423
  () => UpdateConfigurationPolicyRequest,
12946
12424
  () => UpdateConfigurationPolicyResponse,
12947
12425
  ];
@@ -12949,9 +12427,7 @@ export var UpdateConnectorV2 = [
12949
12427
  9,
12950
12428
  n0,
12951
12429
  _UCV,
12952
- {
12953
- [_h]: ["PATCH", "/connectorsv2/{ConnectorId+}", 200],
12954
- },
12430
+ { [_h]: ["PATCH", "/connectorsv2/{ConnectorId+}", 200] },
12955
12431
  () => UpdateConnectorV2Request,
12956
12432
  () => UpdateConnectorV2Response,
12957
12433
  ];
@@ -12959,9 +12435,7 @@ export var UpdateFindingAggregator = [
12959
12435
  9,
12960
12436
  n0,
12961
12437
  _UFA,
12962
- {
12963
- [_h]: ["PATCH", "/findingAggregator/update", 200],
12964
- },
12438
+ { [_h]: ["PATCH", "/findingAggregator/update", 200] },
12965
12439
  () => UpdateFindingAggregatorRequest,
12966
12440
  () => UpdateFindingAggregatorResponse,
12967
12441
  ];
@@ -12969,9 +12443,7 @@ export var UpdateFindings = [
12969
12443
  9,
12970
12444
  n0,
12971
12445
  _UFpd,
12972
- {
12973
- [_h]: ["PATCH", "/findings", 200],
12974
- },
12446
+ { [_h]: ["PATCH", "/findings", 200] },
12975
12447
  () => UpdateFindingsRequest,
12976
12448
  () => UpdateFindingsResponse,
12977
12449
  ];
@@ -12979,9 +12451,7 @@ export var UpdateInsight = [
12979
12451
  9,
12980
12452
  n0,
12981
12453
  _UIp,
12982
- {
12983
- [_h]: ["PATCH", "/insights/{InsightArn+}", 200],
12984
- },
12454
+ { [_h]: ["PATCH", "/insights/{InsightArn+}", 200] },
12985
12455
  () => UpdateInsightRequest,
12986
12456
  () => UpdateInsightResponse,
12987
12457
  ];
@@ -12989,9 +12459,7 @@ export var UpdateOrganizationConfiguration = [
12989
12459
  9,
12990
12460
  n0,
12991
12461
  _UOC,
12992
- {
12993
- [_h]: ["POST", "/organization/configuration", 200],
12994
- },
12462
+ { [_h]: ["POST", "/organization/configuration", 200] },
12995
12463
  () => UpdateOrganizationConfigurationRequest,
12996
12464
  () => UpdateOrganizationConfigurationResponse,
12997
12465
  ];
@@ -12999,9 +12467,7 @@ export var UpdateSecurityControl = [
12999
12467
  9,
13000
12468
  n0,
13001
12469
  _USCp,
13002
- {
13003
- [_h]: ["PATCH", "/securityControl/update", 200],
13004
- },
12470
+ { [_h]: ["PATCH", "/securityControl/update", 200] },
13005
12471
  () => UpdateSecurityControlRequest,
13006
12472
  () => UpdateSecurityControlResponse,
13007
12473
  ];
@@ -13009,9 +12475,7 @@ export var UpdateSecurityHubConfiguration = [
13009
12475
  9,
13010
12476
  n0,
13011
12477
  _USHC,
13012
- {
13013
- [_h]: ["PATCH", "/accounts", 200],
13014
- },
12478
+ { [_h]: ["PATCH", "/accounts", 200] },
13015
12479
  () => UpdateSecurityHubConfigurationRequest,
13016
12480
  () => UpdateSecurityHubConfigurationResponse,
13017
12481
  ];
@@ -13019,9 +12483,7 @@ export var UpdateStandardsControl = [
13019
12483
  9,
13020
12484
  n0,
13021
12485
  _USCpd,
13022
- {
13023
- [_h]: ["PATCH", "/standards/control/{StandardsControlArn+}", 200],
13024
- },
12486
+ { [_h]: ["PATCH", "/standards/control/{StandardsControlArn+}", 200] },
13025
12487
  () => UpdateStandardsControlRequest,
13026
12488
  () => UpdateStandardsControlResponse,
13027
12489
  ];