File Explorer

/proc/self/root/var/runtime/node_modules/@aws-sdk/client-securityhub/dist-cjs

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

index.js89.0 KB · 2345 lines
'use strict'; var client$1 = require('@aws-sdk/core/client');var core = require('@smithy/core');var client = require('@smithy/core/client');var config = require('@smithy/core/config');var endpoints = require('@smithy/core/endpoints');var protocols = require('@smithy/core/protocols');var retry = require('@smithy/core/retry');var schema = require('@smithy/core/schema');var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');var runtimeConfig = require('./runtimeConfig');var schemas_0 = require('./schemas/schemas_0');var errors = require('./models/errors');var SecurityHubServiceException = require('./models/SecurityHubServiceException'); const resolveClientEndpointParameters = (options) => {    return Object.assign(options, {        useDualstackEndpoint: options.useDualstackEndpoint ?? false,        useFipsEndpoint: options.useFipsEndpoint ?? false,        defaultSigningName: "securityhub",    });};const commonParams = {    UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },    Endpoint: { type: "builtInParams", name: "endpoint" },    Region: { type: "builtInParams", name: "region" },    UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },}; const getHttpAuthExtensionConfiguration = (runtimeConfig) => {    const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;    let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;    let _credentials = runtimeConfig.credentials;    return {        setHttpAuthScheme(httpAuthScheme) {            const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId);            if (index === -1) {                _httpAuthSchemes.push(httpAuthScheme);            }            else {                _httpAuthSchemes.splice(index, 1, httpAuthScheme);            }        },        httpAuthSchemes() {            return _httpAuthSchemes;        },        setHttpAuthSchemeProvider(httpAuthSchemeProvider) {            _httpAuthSchemeProvider = httpAuthSchemeProvider;        },        httpAuthSchemeProvider() {            return _httpAuthSchemeProvider;        },        setCredentials(credentials) {            _credentials = credentials;        },        credentials() {            return _credentials;        },    };};const resolveHttpAuthRuntimeConfig = (config) => {    return {        httpAuthSchemes: config.httpAuthSchemes(),        httpAuthSchemeProvider: config.httpAuthSchemeProvider(),        credentials: config.credentials(),    };}; const resolveRuntimeExtensions = (runtimeConfig, extensions) => {    const extensionConfiguration = Object.assign(client$1.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));    extensions.forEach((extension) => extension.configure(extensionConfiguration));    return Object.assign(runtimeConfig, client$1.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));}; class SecurityHubClient extends client.Client {    config;    constructor(...[configuration]) {        const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});        super(_config_0);        this.initConfig = _config_0;        const _config_1 = resolveClientEndpointParameters(_config_0);        const _config_2 = client$1.resolveUserAgentConfig(_config_1);        const _config_3 = retry.resolveRetryConfig(_config_2);        const _config_4 = config.resolveRegionConfig(_config_3);        const _config_5 = client$1.resolveHostHeaderConfig(_config_4);        const _config_6 = endpoints.resolveEndpointConfig(_config_5);        const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);        const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);        this.config = _config_8;        this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));        this.middlewareStack.use(client$1.getUserAgentPlugin(this.config));        this.middlewareStack.use(retry.getRetryPlugin(this.config));        this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));        this.middlewareStack.use(client$1.getHostHeaderPlugin(this.config));        this.middlewareStack.use(client$1.getLoggerPlugin(this.config));        this.middlewareStack.use(client$1.getRecursionDetectionPlugin(this.config));        this.middlewareStack.use(core.getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {            httpAuthSchemeParametersProvider: httpAuthSchemeProvider.defaultSecurityHubHttpAuthSchemeParametersProvider,            identityProviderConfigProvider: async (config) => new core.DefaultIdentityProviderConfig({                "aws.auth#sigv4": config.credentials,            }),        }));        this.middlewareStack.use(core.getHttpSigningPlugin(this.config));    }    destroy() {        super.destroy();    }} class AcceptAdministratorInvitationCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "AcceptAdministratorInvitation", {})    .n("SecurityHubClient", "AcceptAdministratorInvitationCommand")    .sc(schemas_0.AcceptAdministratorInvitation$)    .build() {} class AcceptInvitationCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "AcceptInvitation", {})    .n("SecurityHubClient", "AcceptInvitationCommand")    .sc(schemas_0.AcceptInvitation$)    .build() {} class BatchDeleteAutomationRulesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "BatchDeleteAutomationRules", {})    .n("SecurityHubClient", "BatchDeleteAutomationRulesCommand")    .sc(schemas_0.BatchDeleteAutomationRules$)    .build() {} class BatchDisableStandardsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "BatchDisableStandards", {})    .n("SecurityHubClient", "BatchDisableStandardsCommand")    .sc(schemas_0.BatchDisableStandards$)    .build() {} class BatchEnableStandardsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "BatchEnableStandards", {})    .n("SecurityHubClient", "BatchEnableStandardsCommand")    .sc(schemas_0.BatchEnableStandards$)    .build() {} class BatchGetAutomationRulesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "BatchGetAutomationRules", {})    .n("SecurityHubClient", "BatchGetAutomationRulesCommand")    .sc(schemas_0.BatchGetAutomationRules$)    .build() {} class BatchGetConfigurationPolicyAssociationsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "BatchGetConfigurationPolicyAssociations", {})    .n("SecurityHubClient", "BatchGetConfigurationPolicyAssociationsCommand")    .sc(schemas_0.BatchGetConfigurationPolicyAssociations$)    .build() {} class BatchGetSecurityControlsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "BatchGetSecurityControls", {})    .n("SecurityHubClient", "BatchGetSecurityControlsCommand")    .sc(schemas_0.BatchGetSecurityControls$)    .build() {} class BatchGetStandardsControlAssociationsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "BatchGetStandardsControlAssociations", {})    .n("SecurityHubClient", "BatchGetStandardsControlAssociationsCommand")    .sc(schemas_0.BatchGetStandardsControlAssociations$)    .build() {} class BatchImportFindingsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "BatchImportFindings", {})    .n("SecurityHubClient", "BatchImportFindingsCommand")    .sc(schemas_0.BatchImportFindings$)    .build() {} class BatchUpdateAutomationRulesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "BatchUpdateAutomationRules", {})    .n("SecurityHubClient", "BatchUpdateAutomationRulesCommand")    .sc(schemas_0.BatchUpdateAutomationRules$)    .build() {} class BatchUpdateFindingsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "BatchUpdateFindings", {})    .n("SecurityHubClient", "BatchUpdateFindingsCommand")    .sc(schemas_0.BatchUpdateFindings$)    .build() {} class BatchUpdateFindingsV2Command extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "BatchUpdateFindingsV2", {})    .n("SecurityHubClient", "BatchUpdateFindingsV2Command")    .sc(schemas_0.BatchUpdateFindingsV2$)    .build() {} class BatchUpdateStandardsControlAssociationsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "BatchUpdateStandardsControlAssociations", {})    .n("SecurityHubClient", "BatchUpdateStandardsControlAssociationsCommand")    .sc(schemas_0.BatchUpdateStandardsControlAssociations$)    .build() {} class CreateActionTargetCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "CreateActionTarget", {})    .n("SecurityHubClient", "CreateActionTargetCommand")    .sc(schemas_0.CreateActionTarget$)    .build() {} class CreateAggregatorV2Command extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "CreateAggregatorV2", {})    .n("SecurityHubClient", "CreateAggregatorV2Command")    .sc(schemas_0.CreateAggregatorV2$)    .build() {} class CreateAutomationRuleCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "CreateAutomationRule", {})    .n("SecurityHubClient", "CreateAutomationRuleCommand")    .sc(schemas_0.CreateAutomationRule$)    .build() {} class CreateAutomationRuleV2Command extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "CreateAutomationRuleV2", {})    .n("SecurityHubClient", "CreateAutomationRuleV2Command")    .sc(schemas_0.CreateAutomationRuleV2$)    .build() {} class CreateConfigurationPolicyCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "CreateConfigurationPolicy", {})    .n("SecurityHubClient", "CreateConfigurationPolicyCommand")    .sc(schemas_0.CreateConfigurationPolicy$)    .build() {} class CreateConnectorV2Command extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "CreateConnectorV2", {})    .n("SecurityHubClient", "CreateConnectorV2Command")    .sc(schemas_0.CreateConnectorV2$)    .build() {} class CreateFindingAggregatorCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "CreateFindingAggregator", {})    .n("SecurityHubClient", "CreateFindingAggregatorCommand")    .sc(schemas_0.CreateFindingAggregator$)    .build() {} class CreateInsightCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "CreateInsight", {})    .n("SecurityHubClient", "CreateInsightCommand")    .sc(schemas_0.CreateInsight$)    .build() {} class CreateMembersCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "CreateMembers", {})    .n("SecurityHubClient", "CreateMembersCommand")    .sc(schemas_0.CreateMembers$)    .build() {} class CreateTicketV2Command extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "CreateTicketV2", {})    .n("SecurityHubClient", "CreateTicketV2Command")    .sc(schemas_0.CreateTicketV2$)    .build() {} class DeclineInvitationsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "DeclineInvitations", {})    .n("SecurityHubClient", "DeclineInvitationsCommand")    .sc(schemas_0.DeclineInvitations$)    .build() {} class DeleteActionTargetCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "DeleteActionTarget", {})    .n("SecurityHubClient", "DeleteActionTargetCommand")    .sc(schemas_0.DeleteActionTarget$)    .build() {} class DeleteAggregatorV2Command extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "DeleteAggregatorV2", {})    .n("SecurityHubClient", "DeleteAggregatorV2Command")    .sc(schemas_0.DeleteAggregatorV2$)    .build() {} class DeleteAutomationRuleV2Command extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "DeleteAutomationRuleV2", {})    .n("SecurityHubClient", "DeleteAutomationRuleV2Command")    .sc(schemas_0.DeleteAutomationRuleV2$)    .build() {} class DeleteConfigurationPolicyCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "DeleteConfigurationPolicy", {})    .n("SecurityHubClient", "DeleteConfigurationPolicyCommand")    .sc(schemas_0.DeleteConfigurationPolicy$)    .build() {} class DeleteConnectorV2Command extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "DeleteConnectorV2", {})    .n("SecurityHubClient", "DeleteConnectorV2Command")    .sc(schemas_0.DeleteConnectorV2$)    .build() {} class DeleteFindingAggregatorCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "DeleteFindingAggregator", {})    .n("SecurityHubClient", "DeleteFindingAggregatorCommand")    .sc(schemas_0.DeleteFindingAggregator$)    .build() {} class DeleteInsightCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "DeleteInsight", {})    .n("SecurityHubClient", "DeleteInsightCommand")    .sc(schemas_0.DeleteInsight$)    .build() {} class DeleteInvitationsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "DeleteInvitations", {})    .n("SecurityHubClient", "DeleteInvitationsCommand")    .sc(schemas_0.DeleteInvitations$)    .build() {} class DeleteMembersCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "DeleteMembers", {})    .n("SecurityHubClient", "DeleteMembersCommand")    .sc(schemas_0.DeleteMembers$)    .build() {} class DescribeActionTargetsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "DescribeActionTargets", {})    .n("SecurityHubClient", "DescribeActionTargetsCommand")    .sc(schemas_0.DescribeActionTargets$)    .build() {} class DescribeHubCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "DescribeHub", {})    .n("SecurityHubClient", "DescribeHubCommand")    .sc(schemas_0.DescribeHub$)    .build() {} class DescribeOrganizationConfigurationCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "DescribeOrganizationConfiguration", {})    .n("SecurityHubClient", "DescribeOrganizationConfigurationCommand")    .sc(schemas_0.DescribeOrganizationConfiguration$)    .build() {} class DescribeProductsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "DescribeProducts", {})    .n("SecurityHubClient", "DescribeProductsCommand")    .sc(schemas_0.DescribeProducts$)    .build() {} class DescribeProductsV2Command extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "DescribeProductsV2", {})    .n("SecurityHubClient", "DescribeProductsV2Command")    .sc(schemas_0.DescribeProductsV2$)    .build() {} class DescribeSecurityHubV2Command extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "DescribeSecurityHubV2", {})    .n("SecurityHubClient", "DescribeSecurityHubV2Command")    .sc(schemas_0.DescribeSecurityHubV2$)    .build() {} class DescribeStandardsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "DescribeStandards", {})    .n("SecurityHubClient", "DescribeStandardsCommand")    .sc(schemas_0.DescribeStandards$)    .build() {} class DescribeStandardsControlsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "DescribeStandardsControls", {})    .n("SecurityHubClient", "DescribeStandardsControlsCommand")    .sc(schemas_0.DescribeStandardsControls$)    .build() {} class DisableImportFindingsForProductCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "DisableImportFindingsForProduct", {})    .n("SecurityHubClient", "DisableImportFindingsForProductCommand")    .sc(schemas_0.DisableImportFindingsForProduct$)    .build() {} class DisableOrganizationAdminAccountCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "DisableOrganizationAdminAccount", {})    .n("SecurityHubClient", "DisableOrganizationAdminAccountCommand")    .sc(schemas_0.DisableOrganizationAdminAccount$)    .build() {} class DisableSecurityHubCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "DisableSecurityHub", {})    .n("SecurityHubClient", "DisableSecurityHubCommand")    .sc(schemas_0.DisableSecurityHub$)    .build() {} class DisableSecurityHubV2Command extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "DisableSecurityHubV2", {})    .n("SecurityHubClient", "DisableSecurityHubV2Command")    .sc(schemas_0.DisableSecurityHubV2$)    .build() {} class DisassociateFromAdministratorAccountCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "DisassociateFromAdministratorAccount", {})    .n("SecurityHubClient", "DisassociateFromAdministratorAccountCommand")    .sc(schemas_0.DisassociateFromAdministratorAccount$)    .build() {} class DisassociateFromMasterAccountCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "DisassociateFromMasterAccount", {})    .n("SecurityHubClient", "DisassociateFromMasterAccountCommand")    .sc(schemas_0.DisassociateFromMasterAccount$)    .build() {} class DisassociateMembersCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "DisassociateMembers", {})    .n("SecurityHubClient", "DisassociateMembersCommand")    .sc(schemas_0.DisassociateMembers$)    .build() {} class EnableImportFindingsForProductCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "EnableImportFindingsForProduct", {})    .n("SecurityHubClient", "EnableImportFindingsForProductCommand")    .sc(schemas_0.EnableImportFindingsForProduct$)    .build() {} class EnableOrganizationAdminAccountCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "EnableOrganizationAdminAccount", {})    .n("SecurityHubClient", "EnableOrganizationAdminAccountCommand")    .sc(schemas_0.EnableOrganizationAdminAccount$)    .build() {} class EnableSecurityHubCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "EnableSecurityHub", {})    .n("SecurityHubClient", "EnableSecurityHubCommand")    .sc(schemas_0.EnableSecurityHub$)    .build() {} class EnableSecurityHubV2Command extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "EnableSecurityHubV2", {})    .n("SecurityHubClient", "EnableSecurityHubV2Command")    .sc(schemas_0.EnableSecurityHubV2$)    .build() {} class GenerateRecommendedPolicyV2Command extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "GenerateRecommendedPolicyV2", {})    .n("SecurityHubClient", "GenerateRecommendedPolicyV2Command")    .sc(schemas_0.GenerateRecommendedPolicyV2$)    .build() {} class GetAdministratorAccountCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "GetAdministratorAccount", {})    .n("SecurityHubClient", "GetAdministratorAccountCommand")    .sc(schemas_0.GetAdministratorAccount$)    .build() {} class GetAggregatorV2Command extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "GetAggregatorV2", {})    .n("SecurityHubClient", "GetAggregatorV2Command")    .sc(schemas_0.GetAggregatorV2$)    .build() {} class GetAutomationRuleV2Command extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "GetAutomationRuleV2", {})    .n("SecurityHubClient", "GetAutomationRuleV2Command")    .sc(schemas_0.GetAutomationRuleV2$)    .build() {} class GetConfigurationPolicyAssociationCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "GetConfigurationPolicyAssociation", {})    .n("SecurityHubClient", "GetConfigurationPolicyAssociationCommand")    .sc(schemas_0.GetConfigurationPolicyAssociation$)    .build() {} class GetConfigurationPolicyCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "GetConfigurationPolicy", {})    .n("SecurityHubClient", "GetConfigurationPolicyCommand")    .sc(schemas_0.GetConfigurationPolicy$)    .build() {} class GetConnectorV2Command extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "GetConnectorV2", {})    .n("SecurityHubClient", "GetConnectorV2Command")    .sc(schemas_0.GetConnectorV2$)    .build() {} class GetEnabledStandardsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "GetEnabledStandards", {})    .n("SecurityHubClient", "GetEnabledStandardsCommand")    .sc(schemas_0.GetEnabledStandards$)    .build() {} class GetFindingAggregatorCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "GetFindingAggregator", {})    .n("SecurityHubClient", "GetFindingAggregatorCommand")    .sc(schemas_0.GetFindingAggregator$)    .build() {} class GetFindingHistoryCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "GetFindingHistory", {})    .n("SecurityHubClient", "GetFindingHistoryCommand")    .sc(schemas_0.GetFindingHistory$)    .build() {} class GetFindingsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "GetFindings", {})    .n("SecurityHubClient", "GetFindingsCommand")    .sc(schemas_0.GetFindings$)    .build() {} class GetFindingStatisticsV2Command extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "GetFindingStatisticsV2", {})    .n("SecurityHubClient", "GetFindingStatisticsV2Command")    .sc(schemas_0.GetFindingStatisticsV2$)    .build() {} class GetFindingsTrendsV2Command extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "GetFindingsTrendsV2", {})    .n("SecurityHubClient", "GetFindingsTrendsV2Command")    .sc(schemas_0.GetFindingsTrendsV2$)    .build() {} class GetFindingsV2Command extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "GetFindingsV2", {})    .n("SecurityHubClient", "GetFindingsV2Command")    .sc(schemas_0.GetFindingsV2$)    .build() {} class GetInsightResultsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "GetInsightResults", {})    .n("SecurityHubClient", "GetInsightResultsCommand")    .sc(schemas_0.GetInsightResults$)    .build() {} class GetInsightsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "GetInsights", {})    .n("SecurityHubClient", "GetInsightsCommand")    .sc(schemas_0.GetInsights$)    .build() {} class GetInvitationsCountCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "GetInvitationsCount", {})    .n("SecurityHubClient", "GetInvitationsCountCommand")    .sc(schemas_0.GetInvitationsCount$)    .build() {} class GetMasterAccountCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "GetMasterAccount", {})    .n("SecurityHubClient", "GetMasterAccountCommand")    .sc(schemas_0.GetMasterAccount$)    .build() {} class GetMembersCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "GetMembers", {})    .n("SecurityHubClient", "GetMembersCommand")    .sc(schemas_0.GetMembers$)    .build() {} class GetRecommendedPolicyV2Command extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "GetRecommendedPolicyV2", {})    .n("SecurityHubClient", "GetRecommendedPolicyV2Command")    .sc(schemas_0.GetRecommendedPolicyV2$)    .build() {} class GetResourcesStatisticsV2Command extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "GetResourcesStatisticsV2", {})    .n("SecurityHubClient", "GetResourcesStatisticsV2Command")    .sc(schemas_0.GetResourcesStatisticsV2$)    .build() {} class GetResourcesTrendsV2Command extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "GetResourcesTrendsV2", {})    .n("SecurityHubClient", "GetResourcesTrendsV2Command")    .sc(schemas_0.GetResourcesTrendsV2$)    .build() {} class GetResourcesV2Command extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "GetResourcesV2", {})    .n("SecurityHubClient", "GetResourcesV2Command")    .sc(schemas_0.GetResourcesV2$)    .build() {} class GetSecurityControlDefinitionCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "GetSecurityControlDefinition", {})    .n("SecurityHubClient", "GetSecurityControlDefinitionCommand")    .sc(schemas_0.GetSecurityControlDefinition$)    .build() {} class InviteMembersCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "InviteMembers", {})    .n("SecurityHubClient", "InviteMembersCommand")    .sc(schemas_0.InviteMembers$)    .build() {} class ListAggregatorsV2Command extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "ListAggregatorsV2", {})    .n("SecurityHubClient", "ListAggregatorsV2Command")    .sc(schemas_0.ListAggregatorsV2$)    .build() {} class ListAutomationRulesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "ListAutomationRules", {})    .n("SecurityHubClient", "ListAutomationRulesCommand")    .sc(schemas_0.ListAutomationRules$)    .build() {} class ListAutomationRulesV2Command extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "ListAutomationRulesV2", {})    .n("SecurityHubClient", "ListAutomationRulesV2Command")    .sc(schemas_0.ListAutomationRulesV2$)    .build() {} class ListConfigurationPoliciesCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "ListConfigurationPolicies", {})    .n("SecurityHubClient", "ListConfigurationPoliciesCommand")    .sc(schemas_0.ListConfigurationPolicies$)    .build() {} class ListConfigurationPolicyAssociationsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "ListConfigurationPolicyAssociations", {})    .n("SecurityHubClient", "ListConfigurationPolicyAssociationsCommand")    .sc(schemas_0.ListConfigurationPolicyAssociations$)    .build() {} class ListConnectorsV2Command extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "ListConnectorsV2", {})    .n("SecurityHubClient", "ListConnectorsV2Command")    .sc(schemas_0.ListConnectorsV2$)    .build() {} class ListEnabledProductsForImportCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "ListEnabledProductsForImport", {})    .n("SecurityHubClient", "ListEnabledProductsForImportCommand")    .sc(schemas_0.ListEnabledProductsForImport$)    .build() {} class ListFindingAggregatorsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "ListFindingAggregators", {})    .n("SecurityHubClient", "ListFindingAggregatorsCommand")    .sc(schemas_0.ListFindingAggregators$)    .build() {} class ListInvitationsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "ListInvitations", {})    .n("SecurityHubClient", "ListInvitationsCommand")    .sc(schemas_0.ListInvitations$)    .build() {} class ListMembersCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "ListMembers", {})    .n("SecurityHubClient", "ListMembersCommand")    .sc(schemas_0.ListMembers$)    .build() {} class ListOrganizationAdminAccountsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "ListOrganizationAdminAccounts", {})    .n("SecurityHubClient", "ListOrganizationAdminAccountsCommand")    .sc(schemas_0.ListOrganizationAdminAccounts$)    .build() {} class ListSecurityControlDefinitionsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "ListSecurityControlDefinitions", {})    .n("SecurityHubClient", "ListSecurityControlDefinitionsCommand")    .sc(schemas_0.ListSecurityControlDefinitions$)    .build() {} class ListStandardsControlAssociationsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "ListStandardsControlAssociations", {})    .n("SecurityHubClient", "ListStandardsControlAssociationsCommand")    .sc(schemas_0.ListStandardsControlAssociations$)    .build() {} class ListTagsForResourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "ListTagsForResource", {})    .n("SecurityHubClient", "ListTagsForResourceCommand")    .sc(schemas_0.ListTagsForResource$)    .build() {} class RegisterConnectorV2Command extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "RegisterConnectorV2", {})    .n("SecurityHubClient", "RegisterConnectorV2Command")    .sc(schemas_0.RegisterConnectorV2$)    .build() {} class StartConfigurationPolicyAssociationCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "StartConfigurationPolicyAssociation", {})    .n("SecurityHubClient", "StartConfigurationPolicyAssociationCommand")    .sc(schemas_0.StartConfigurationPolicyAssociation$)    .build() {} class StartConfigurationPolicyDisassociationCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "StartConfigurationPolicyDisassociation", {})    .n("SecurityHubClient", "StartConfigurationPolicyDisassociationCommand")    .sc(schemas_0.StartConfigurationPolicyDisassociation$)    .build() {} class TagResourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "TagResource", {})    .n("SecurityHubClient", "TagResourceCommand")    .sc(schemas_0.TagResource$)    .build() {} class UntagResourceCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "UntagResource", {})    .n("SecurityHubClient", "UntagResourceCommand")    .sc(schemas_0.UntagResource$)    .build() {} class UpdateActionTargetCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "UpdateActionTarget", {})    .n("SecurityHubClient", "UpdateActionTargetCommand")    .sc(schemas_0.UpdateActionTarget$)    .build() {} class UpdateAggregatorV2Command extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "UpdateAggregatorV2", {})    .n("SecurityHubClient", "UpdateAggregatorV2Command")    .sc(schemas_0.UpdateAggregatorV2$)    .build() {} class UpdateAutomationRuleV2Command extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "UpdateAutomationRuleV2", {})    .n("SecurityHubClient", "UpdateAutomationRuleV2Command")    .sc(schemas_0.UpdateAutomationRuleV2$)    .build() {} class UpdateConfigurationPolicyCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "UpdateConfigurationPolicy", {})    .n("SecurityHubClient", "UpdateConfigurationPolicyCommand")    .sc(schemas_0.UpdateConfigurationPolicy$)    .build() {} class UpdateConnectorV2Command extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "UpdateConnectorV2", {})    .n("SecurityHubClient", "UpdateConnectorV2Command")    .sc(schemas_0.UpdateConnectorV2$)    .build() {} class UpdateFindingAggregatorCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "UpdateFindingAggregator", {})    .n("SecurityHubClient", "UpdateFindingAggregatorCommand")    .sc(schemas_0.UpdateFindingAggregator$)    .build() {} class UpdateFindingsCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "UpdateFindings", {})    .n("SecurityHubClient", "UpdateFindingsCommand")    .sc(schemas_0.UpdateFindings$)    .build() {} class UpdateInsightCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "UpdateInsight", {})    .n("SecurityHubClient", "UpdateInsightCommand")    .sc(schemas_0.UpdateInsight$)    .build() {} class UpdateOrganizationConfigurationCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "UpdateOrganizationConfiguration", {})    .n("SecurityHubClient", "UpdateOrganizationConfigurationCommand")    .sc(schemas_0.UpdateOrganizationConfiguration$)    .build() {} class UpdateSecurityControlCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "UpdateSecurityControl", {})    .n("SecurityHubClient", "UpdateSecurityControlCommand")    .sc(schemas_0.UpdateSecurityControl$)    .build() {} class UpdateSecurityHubConfigurationCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "UpdateSecurityHubConfiguration", {})    .n("SecurityHubClient", "UpdateSecurityHubConfigurationCommand")    .sc(schemas_0.UpdateSecurityHubConfiguration$)    .build() {} class UpdateStandardsControlCommand extends client.Command    .classBuilder()    .ep(commonParams)    .m(function (Command, cs, config, o) {    return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];})    .s("SecurityHubAPIService", "UpdateStandardsControl", {})    .n("SecurityHubClient", "UpdateStandardsControlCommand")    .sc(schemas_0.UpdateStandardsControl$)    .build() {} const paginateDescribeActionTargets = core.createPaginator(SecurityHubClient, DescribeActionTargetsCommand, "NextToken", "NextToken", "MaxResults"); const paginateDescribeProducts = core.createPaginator(SecurityHubClient, DescribeProductsCommand, "NextToken", "NextToken", "MaxResults"); const paginateDescribeProductsV2 = core.createPaginator(SecurityHubClient, DescribeProductsV2Command, "NextToken", "NextToken", "MaxResults"); const paginateDescribeStandardsControls = core.createPaginator(SecurityHubClient, DescribeStandardsControlsCommand, "NextToken", "NextToken", "MaxResults"); const paginateDescribeStandards = core.createPaginator(SecurityHubClient, DescribeStandardsCommand, "NextToken", "NextToken", "MaxResults"); const paginateGetEnabledStandards = core.createPaginator(SecurityHubClient, GetEnabledStandardsCommand, "NextToken", "NextToken", "MaxResults"); const paginateGetFindingHistory = core.createPaginator(SecurityHubClient, GetFindingHistoryCommand, "NextToken", "NextToken", "MaxResults"); const paginateGetFindings = core.createPaginator(SecurityHubClient, GetFindingsCommand, "NextToken", "NextToken", "MaxResults"); const paginateGetFindingsTrendsV2 = core.createPaginator(SecurityHubClient, GetFindingsTrendsV2Command, "NextToken", "NextToken", "MaxResults"); const paginateGetFindingsV2 = core.createPaginator(SecurityHubClient, GetFindingsV2Command, "NextToken", "NextToken", "MaxResults"); const paginateGetInsights = core.createPaginator(SecurityHubClient, GetInsightsCommand, "NextToken", "NextToken", "MaxResults"); const paginateGetRecommendedPolicyV2 = core.createPaginator(SecurityHubClient, GetRecommendedPolicyV2Command, "NextToken", "NextToken", "MaxResults"); const paginateGetResourcesTrendsV2 = core.createPaginator(SecurityHubClient, GetResourcesTrendsV2Command, "NextToken", "NextToken", "MaxResults"); const paginateGetResourcesV2 = core.createPaginator(SecurityHubClient, GetResourcesV2Command, "NextToken", "NextToken", "MaxResults"); const paginateListAggregatorsV2 = core.createPaginator(SecurityHubClient, ListAggregatorsV2Command, "NextToken", "NextToken", "MaxResults"); const paginateListConfigurationPolicies = core.createPaginator(SecurityHubClient, ListConfigurationPoliciesCommand, "NextToken", "NextToken", "MaxResults"); const paginateListConfigurationPolicyAssociations = core.createPaginator(SecurityHubClient, ListConfigurationPolicyAssociationsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListEnabledProductsForImport = core.createPaginator(SecurityHubClient, ListEnabledProductsForImportCommand, "NextToken", "NextToken", "MaxResults"); const paginateListFindingAggregators = core.createPaginator(SecurityHubClient, ListFindingAggregatorsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListInvitations = core.createPaginator(SecurityHubClient, ListInvitationsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListMembers = core.createPaginator(SecurityHubClient, ListMembersCommand, "NextToken", "NextToken", "MaxResults"); const paginateListOrganizationAdminAccounts = core.createPaginator(SecurityHubClient, ListOrganizationAdminAccountsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListSecurityControlDefinitions = core.createPaginator(SecurityHubClient, ListSecurityControlDefinitionsCommand, "NextToken", "NextToken", "MaxResults"); const paginateListStandardsControlAssociations = core.createPaginator(SecurityHubClient, ListStandardsControlAssociationsCommand, "NextToken", "NextToken", "MaxResults"); const commands = {    AcceptAdministratorInvitationCommand,    AcceptInvitationCommand,    BatchDeleteAutomationRulesCommand,    BatchDisableStandardsCommand,    BatchEnableStandardsCommand,    BatchGetAutomationRulesCommand,    BatchGetConfigurationPolicyAssociationsCommand,    BatchGetSecurityControlsCommand,    BatchGetStandardsControlAssociationsCommand,    BatchImportFindingsCommand,    BatchUpdateAutomationRulesCommand,    BatchUpdateFindingsCommand,    BatchUpdateFindingsV2Command,    BatchUpdateStandardsControlAssociationsCommand,    CreateActionTargetCommand,    CreateAggregatorV2Command,    CreateAutomationRuleCommand,    CreateAutomationRuleV2Command,    CreateConfigurationPolicyCommand,    CreateConnectorV2Command,    CreateFindingAggregatorCommand,    CreateInsightCommand,    CreateMembersCommand,    CreateTicketV2Command,    DeclineInvitationsCommand,    DeleteActionTargetCommand,    DeleteAggregatorV2Command,    DeleteAutomationRuleV2Command,    DeleteConfigurationPolicyCommand,    DeleteConnectorV2Command,    DeleteFindingAggregatorCommand,    DeleteInsightCommand,    DeleteInvitationsCommand,    DeleteMembersCommand,    DescribeActionTargetsCommand,    DescribeHubCommand,    DescribeOrganizationConfigurationCommand,    DescribeProductsCommand,    DescribeProductsV2Command,    DescribeSecurityHubV2Command,    DescribeStandardsCommand,    DescribeStandardsControlsCommand,    DisableImportFindingsForProductCommand,    DisableOrganizationAdminAccountCommand,    DisableSecurityHubCommand,    DisableSecurityHubV2Command,    DisassociateFromAdministratorAccountCommand,    DisassociateFromMasterAccountCommand,    DisassociateMembersCommand,    EnableImportFindingsForProductCommand,    EnableOrganizationAdminAccountCommand,    EnableSecurityHubCommand,    EnableSecurityHubV2Command,    GenerateRecommendedPolicyV2Command,    GetAdministratorAccountCommand,    GetAggregatorV2Command,    GetAutomationRuleV2Command,    GetConfigurationPolicyCommand,    GetConfigurationPolicyAssociationCommand,    GetConnectorV2Command,    GetEnabledStandardsCommand,    GetFindingAggregatorCommand,    GetFindingHistoryCommand,    GetFindingsCommand,    GetFindingStatisticsV2Command,    GetFindingsTrendsV2Command,    GetFindingsV2Command,    GetInsightResultsCommand,    GetInsightsCommand,    GetInvitationsCountCommand,    GetMasterAccountCommand,    GetMembersCommand,    GetRecommendedPolicyV2Command,    GetResourcesStatisticsV2Command,    GetResourcesTrendsV2Command,    GetResourcesV2Command,    GetSecurityControlDefinitionCommand,    InviteMembersCommand,    ListAggregatorsV2Command,    ListAutomationRulesCommand,    ListAutomationRulesV2Command,    ListConfigurationPoliciesCommand,    ListConfigurationPolicyAssociationsCommand,    ListConnectorsV2Command,    ListEnabledProductsForImportCommand,    ListFindingAggregatorsCommand,    ListInvitationsCommand,    ListMembersCommand,    ListOrganizationAdminAccountsCommand,    ListSecurityControlDefinitionsCommand,    ListStandardsControlAssociationsCommand,    ListTagsForResourceCommand,    RegisterConnectorV2Command,    StartConfigurationPolicyAssociationCommand,    StartConfigurationPolicyDisassociationCommand,    TagResourceCommand,    UntagResourceCommand,    UpdateActionTargetCommand,    UpdateAggregatorV2Command,    UpdateAutomationRuleV2Command,    UpdateConfigurationPolicyCommand,    UpdateConnectorV2Command,    UpdateFindingAggregatorCommand,    UpdateFindingsCommand,    UpdateInsightCommand,    UpdateOrganizationConfigurationCommand,    UpdateSecurityControlCommand,    UpdateSecurityHubConfigurationCommand,    UpdateStandardsControlCommand,};const paginators = {    paginateDescribeActionTargets,    paginateDescribeProducts,    paginateDescribeProductsV2,    paginateDescribeStandards,    paginateDescribeStandardsControls,    paginateGetEnabledStandards,    paginateGetFindingHistory,    paginateGetFindings,    paginateGetFindingsTrendsV2,    paginateGetFindingsV2,    paginateGetInsights,    paginateGetRecommendedPolicyV2,    paginateGetResourcesTrendsV2,    paginateGetResourcesV2,    paginateListAggregatorsV2,    paginateListConfigurationPolicies,    paginateListConfigurationPolicyAssociations,    paginateListEnabledProductsForImport,    paginateListFindingAggregators,    paginateListInvitations,    paginateListMembers,    paginateListOrganizationAdminAccounts,    paginateListSecurityControlDefinitions,    paginateListStandardsControlAssociations,};class SecurityHub extends SecurityHubClient {}client.createAggregatedClient(commands, SecurityHub, { paginators }); const SeverityLabel = {    CRITICAL: "CRITICAL",    HIGH: "HIGH",    INFORMATIONAL: "INFORMATIONAL",    LOW: "LOW",    MEDIUM: "MEDIUM",};const VerificationState = {    BENIGN_POSITIVE: "BENIGN_POSITIVE",    FALSE_POSITIVE: "FALSE_POSITIVE",    TRUE_POSITIVE: "TRUE_POSITIVE",    UNKNOWN: "UNKNOWN",};const WorkflowStatus = {    NEW: "NEW",    NOTIFIED: "NOTIFIED",    RESOLVED: "RESOLVED",    SUPPRESSED: "SUPPRESSED",};const AutomationRulesActionType = {    FINDING_FIELDS_UPDATE: "FINDING_FIELDS_UPDATE",};const ActorSessionMfaStatus = {    DISABLED: "DISABLED",    ENABLED: "ENABLED",};const AdminStatus = {    DISABLE_IN_PROGRESS: "DISABLE_IN_PROGRESS",    ENABLED: "ENABLED",};const AllowedOperators = {    AND: "AND",    OR: "OR",};const ConfigurationPolicyAssociationStatus = {    FAILED: "FAILED",    PENDING: "PENDING",    SUCCESS: "SUCCESS",};const AssociationType = {    APPLIED: "APPLIED",    INHERITED: "INHERITED",};const AssociationStatus = {    DISABLED: "DISABLED",    ENABLED: "ENABLED",};const AutoEnableStandards = {    DEFAULT: "DEFAULT",    NONE: "NONE",};const AutomationRulesActionTypeV2 = {    EXTERNAL_INTEGRATION: "EXTERNAL_INTEGRATION",    FINDING_FIELDS_UPDATE: "FINDING_FIELDS_UPDATE",};const StringFilterComparison = {    CONTAINS: "CONTAINS",    CONTAINS_WORD: "CONTAINS_WORD",    EQUALS: "EQUALS",    NOT_CONTAINS: "NOT_CONTAINS",    NOT_EQUALS: "NOT_EQUALS",    PREFIX: "PREFIX",    PREFIX_NOT_EQUALS: "PREFIX_NOT_EQUALS",};const DateRangeComparison = {    OLDER_THAN: "OLDER_THAN",    WITHIN: "WITHIN",};const DateRangeUnit = {    DAYS: "DAYS",};const MapFilterComparison = {    CONTAINS: "CONTAINS",    EQUALS: "EQUALS",    NOT_CONTAINS: "NOT_CONTAINS",    NOT_EQUALS: "NOT_EQUALS",};const RuleStatus = {    DISABLED: "DISABLED",    ENABLED: "ENABLED",};const RuleStatusV2 = {    DISABLED: "DISABLED",    ENABLED: "ENABLED",};const AwsIamAccessKeyStatus = {    ACTIVE: "Active",    INACTIVE: "Inactive",};const AwsS3BucketNotificationConfigurationS3KeyFilterRuleName = {    PREFIX: "Prefix",    SUFFIX: "Suffix",};const ComplianceStatus = {    FAILED: "FAILED",    NOT_AVAILABLE: "NOT_AVAILABLE",    PASSED: "PASSED",    WARNING: "WARNING",};const ConnectionDirection = {    INBOUND: "INBOUND",    OUTBOUND: "OUTBOUND",};const MalwareState = {    OBSERVED: "OBSERVED",    REMOVAL_FAILED: "REMOVAL_FAILED",    REMOVED: "REMOVED",};const MalwareType = {    ADWARE: "ADWARE",    BLENDED_THREAT: "BLENDED_THREAT",    BOTNET_AGENT: "BOTNET_AGENT",    COIN_MINER: "COIN_MINER",    EXPLOIT_KIT: "EXPLOIT_KIT",    KEYLOGGER: "KEYLOGGER",    MACRO: "MACRO",    POTENTIALLY_UNWANTED: "POTENTIALLY_UNWANTED",    RANSOMWARE: "RANSOMWARE",    REMOTE_ACCESS: "REMOTE_ACCESS",    ROOTKIT: "ROOTKIT",    SPYWARE: "SPYWARE",    TROJAN: "TROJAN",    VIRUS: "VIRUS",    WORM: "WORM",};const NetworkDirection = {    IN: "IN",    OUT: "OUT",};const RecordState = {    ACTIVE: "ACTIVE",    ARCHIVED: "ARCHIVED",};const Partition = {    AWS: "aws",    AWS_CN: "aws-cn",    AWS_US_GOV: "aws-us-gov",};const ThreatIntelIndicatorCategory = {    BACKDOOR: "BACKDOOR",    CARD_STEALER: "CARD_STEALER",    COMMAND_AND_CONTROL: "COMMAND_AND_CONTROL",    DROP_SITE: "DROP_SITE",    EXPLOIT_SITE: "EXPLOIT_SITE",    KEYLOGGER: "KEYLOGGER",};const ThreatIntelIndicatorType = {    DOMAIN: "DOMAIN",    EMAIL_ADDRESS: "EMAIL_ADDRESS",    HASH_MD5: "HASH_MD5",    HASH_SHA1: "HASH_SHA1",    HASH_SHA256: "HASH_SHA256",    HASH_SHA512: "HASH_SHA512",    IPV4_ADDRESS: "IPV4_ADDRESS",    IPV6_ADDRESS: "IPV6_ADDRESS",    MUTEX: "MUTEX",    PROCESS: "PROCESS",    URL: "URL",};const VulnerabilityExploitAvailable = {    NO: "NO",    YES: "YES",};const VulnerabilityFixAvailable = {    NO: "NO",    PARTIAL: "PARTIAL",    YES: "YES",};const WorkflowState = {    ASSIGNED: "ASSIGNED",    DEFERRED: "DEFERRED",    IN_PROGRESS: "IN_PROGRESS",    NEW: "NEW",    RESOLVED: "RESOLVED",};const StandardsControlsUpdatable = {    NOT_READY_FOR_UPDATES: "NOT_READY_FOR_UPDATES",    READY_FOR_UPDATES: "READY_FOR_UPDATES",};const StandardsStatus = {    DELETING: "DELETING",    FAILED: "FAILED",    INCOMPLETE: "INCOMPLETE",    PENDING: "PENDING",    READY: "READY",};const StatusReasonCode = {    INTERNAL_ERROR: "INTERNAL_ERROR",    MAXIMUM_NUMBER_OF_CONFIG_RULES_EXCEEDED: "MAXIMUM_NUMBER_OF_CONFIG_RULES_EXCEEDED",    NO_AVAILABLE_CONFIGURATION_RECORDER: "NO_AVAILABLE_CONFIGURATION_RECORDER",};const TargetType = {    ACCOUNT: "ACCOUNT",    ORGANIZATIONAL_UNIT: "ORGANIZATIONAL_UNIT",    ROOT: "ROOT",};const ParameterValueType = {    CUSTOM: "CUSTOM",    DEFAULT: "DEFAULT",};const ControlStatus = {    DISABLED: "DISABLED",    ENABLED: "ENABLED",};const SeverityRating = {    CRITICAL: "CRITICAL",    HIGH: "HIGH",    LOW: "LOW",    MEDIUM: "MEDIUM",};const UpdateStatus = {    READY: "READY",    UPDATING: "UPDATING",};const UnprocessedErrorCode = {    ACCESS_DENIED: "ACCESS_DENIED",    INVALID_INPUT: "INVALID_INPUT",    LIMIT_EXCEEDED: "LIMIT_EXCEEDED",    NOT_FOUND: "NOT_FOUND",    RESOURCE_NOT_FOUND: "RESOURCE_NOT_FOUND",};const BatchUpdateFindingsV2UnprocessedFindingErrorCode = {    ConflictException: "ConflictException",    InternalServerException: "InternalServerException",    ResourceNotFoundException: "ResourceNotFoundException",    ValidationException: "ValidationException",};const OcsfBooleanField = {    COMPLIANCE_ASSESSMENTS_MEETS_CRITERIA: "compliance.assessments.meets_criteria",    VULNERABILITIES_IS_EXPLOIT_AVAILABLE: "vulnerabilities.is_exploit_available",    VULNERABILITIES_IS_FIX_AVAILABLE: "vulnerabilities.is_fix_available",};const OcsfDateField = {    FINDING_INFO_CREATED_TIME_DT: "finding_info.created_time_dt",    FINDING_INFO_FIRST_SEEN_TIME_DT: "finding_info.first_seen_time_dt",    FINDING_INFO_LAST_SEEN_TIME_DT: "finding_info.last_seen_time_dt",    FINDING_INFO_MODIFIED_TIME_DT: "finding_info.modified_time_dt",    RESOURCES_IMAGE_CREATED_TIME_DT: "resources.image.created_time_dt",    RESOURCES_IMAGE_LAST_USED_TIME_DT: "resources.image.last_used_time_dt",    RESOURCES_MODIFIED_TIME_DT: "resources.modified_time_dt",};const OcsfIpField = {    EVIDENCES_DST_ENDPOINT_IP: "evidences.dst_endpoint.ip",    EVIDENCES_SRC_ENDPOINT_IP: "evidences.src_endpoint.ip",};const OcsfMapField = {    COMPLIANCE_CONTROL_PARAMETERS: "compliance.control_parameters",    DATABUCKET_TAGS: "databucket.tags",    FINDING_INFO_TAGS: "finding_info.tags",    RESOURCES_TAGS: "resources.tags",};const OcsfNumberField = {    ACTIVITY_ID: "activity_id",    COMPLIANCE_STATUS_ID: "compliance.status_id",    CONFIDENCE_SCORE: "confidence_score",    EVIDENCES_API_RESPONSE_CODE: "evidences.api.response.code",    EVIDENCES_DST_ENDPOINT_AUTONOMOUS_SYSTEM_NUMBER: "evidences.dst_endpoint.autonomous_system.number",    EVIDENCES_DST_ENDPOINT_PORT: "evidences.dst_endpoint.port",    EVIDENCES_SRC_ENDPOINT_AUTONOMOUS_SYSTEM_NUMBER: "evidences.src_endpoint.autonomous_system.number",    EVIDENCES_SRC_ENDPOINT_PORT: "evidences.src_endpoint.port",    FINDING_INFO_RELATED_EVENTS_COUNT: "finding_info.related_events_count",    RESOURCES_IMAGE_IN_USE_COUNT: "resources.image.in_use_count",    SEVERITY_ID: "severity_id",    STATUS_ID: "status_id",    VENDOR_ATTRIBUTES_SEVERITY_ID: "vendor_attributes.severity_id",    VULNERABILITIES_CVE_CVSS_BASE_SCORE: "vulnerabilities.cve.cvss.base_score",};const OcsfStringField = {    ACTIVITY_NAME: "activity_name",    CLASS_NAME: "class_name",    CLOUD_ACCOUNT_NAME: "cloud.account.name",    CLOUD_ACCOUNT_UID: "cloud.account.uid",    CLOUD_PROVIDER: "cloud.provider",    CLOUD_REGION: "cloud.region",    COMMENT: "comment",    COMPLIANCE_ASSESSMENTS_CATEGORY: "compliance.assessments.category",    COMPLIANCE_ASSESSMENTS_NAME: "compliance.assessments.name",    COMPLIANCE_CONTROL: "compliance.control",    COMPLIANCE_STANDARDS: "compliance.standards",    COMPLIANCE_STATUS: "compliance.status",    DATABUCKET_ENCRYPTION_DETAILS_ALGORITHM: "databucket.encryption_details.algorithm",    DATABUCKET_ENCRYPTION_DETAILS_KEY_UID: "databucket.encryption_details.key_uid",    DATABUCKET_FILE_DATA_CLASSIFICATIONS_CLASSIFIER_DETAILS_TYPE: "databucket.file.data_classifications.classifier_details.type",    EVIDENCES_ACTOR_USER_ACCOUNT_UID: "evidences.actor.user.account.uid",    EVIDENCES_API_OPERATION: "evidences.api.operation",    EVIDENCES_API_RESPONSE_ERROR_MESSAGE: "evidences.api.response.error_message",    EVIDENCES_API_SERVICE_NAME: "evidences.api.service.name",    EVIDENCES_CONNECTION_INFO_DIRECTION: "evidences.connection_info.direction",    EVIDENCES_CONNECTION_INFO_PROTOCOL_NAME: "evidences.connection_info.protocol_name",    EVIDENCES_DST_ENDPOINT_AUTONOMOUS_SYSTEM_NAME: "evidences.dst_endpoint.autonomous_system.name",    EVIDENCES_DST_ENDPOINT_LOCATION_CITY: "evidences.dst_endpoint.location.city",    EVIDENCES_DST_ENDPOINT_LOCATION_COUNTRY: "evidences.dst_endpoint.location.country",    EVIDENCES_SRC_ENDPOINT_AUTONOMOUS_SYSTEM_NAME: "evidences.src_endpoint.autonomous_system.name",    EVIDENCES_SRC_ENDPOINT_HOSTNAME: "evidences.src_endpoint.hostname",    EVIDENCES_SRC_ENDPOINT_LOCATION_CITY: "evidences.src_endpoint.location.city",    EVIDENCES_SRC_ENDPOINT_LOCATION_COUNTRY: "evidences.src_endpoint.location.country",    FINDING_INFO_ANALYTIC_NAME: "finding_info.analytic.name",    FINDING_INFO_DESC: "finding_info.desc",    FINDING_INFO_RELATED_EVENTS_PRODUCT_UID: "finding_info.related_events.product.uid",    FINDING_INFO_RELATED_EVENTS_TITLE: "finding_info.related_events.title",    FINDING_INFO_RELATED_EVENTS_TRAITS_CATEGORY: "finding_info.related_events.traits.category",    FINDING_INFO_RELATED_EVENTS_UID: "finding_info.related_events.uid",    FINDING_INFO_SRC_URL: "finding_info.src_url",    FINDING_INFO_TITLE: "finding_info.title",    FINDING_INFO_TYPES: "finding_info.types",    FINDING_INFO_UID: "finding_info.uid",    MALWARE_NAME: "malware.name",    MALWARE_SCAN_INFO_UID: "malware_scan_info.uid",    MALWARE_SEVERITY: "malware.severity",    METADATA_PRODUCT_NAME: "metadata.product.name",    METADATA_PRODUCT_UID: "metadata.product.uid",    METADATA_PRODUCT_VENDOR_NAME: "metadata.product.vendor_name",    METADATA_UID: "metadata.uid",    REMEDIATION_DESC: "remediation.desc",    REMEDIATION_REFERENCES: "remediation.references",    RESOURCES_CLOUD_FUNCTION_LAYERS_UID_ALT: "resources.cloud_function.layers.uid_alt",    RESOURCES_CLOUD_FUNCTION_RUNTIME: "resources.cloud_function.runtime",    RESOURCES_CLOUD_FUNCTION_USER_UID: "resources.cloud_function.user.uid",    RESOURCES_CLOUD_PARTITION: "resources.cloud_partition",    RESOURCES_DEVICE_ENCRYPTION_DETAILS_KEY_UID: "resources.device.encryption_details.key_uid",    RESOURCES_DEVICE_IMAGE_UID: "resources.device.image.uid",    RESOURCES_IMAGE_ARCHITECTURE: "resources.image.architecture",    RESOURCES_IMAGE_REGISTRY_UID: "resources.image.registry_uid",    RESOURCES_IMAGE_REPOSITORY_NAME: "resources.image.repository_name",    RESOURCES_IMAGE_UID: "resources.image.uid",    RESOURCES_REGION: "resources.region",    RESOURCES_SUBNET_INFO_UID: "resources.subnet_info.uid",    RESOURCES_TYPE: "resources.type",    RESOURCES_UID: "resources.uid",    RESOURCES_VPC_UID: "resources.vpc_uid",    SEVERITY: "severity",    STATUS: "status",    VENDOR_ATTRIBUTES_SEVERITY: "vendor_attributes.severity",    VULNERABILITIES_AFFECTED_CODE_FILE_PATH: "vulnerabilities.affected_code.file.path",    VULNERABILITIES_AFFECTED_PACKAGES_NAME: "vulnerabilities.affected_packages.name",    VULNERABILITIES_CVE_EPSS_SCORE: "vulnerabilities.cve.epss.score",    VULNERABILITIES_CVE_UID: "vulnerabilities.cve.uid",    VULNERABILITIES_FIX_COVERAGE: "vulnerabilities.fix_coverage",    VULNERABILITIES_RELATED_VULNERABILITIES: "vulnerabilities.related_vulnerabilities",};const ConnectorAuthStatus = {    ACTIVE: "ACTIVE",    FAILED: "FAILED",};const ConnectorProviderName = {    JIRA_CLOUD: "JIRA_CLOUD",    SERVICENOW: "SERVICENOW",};const ConnectorStatus = {    CONNECTED: "CONNECTED",    FAILED_TO_CONNECT: "FAILED_TO_CONNECT",    PENDING_AUTHORIZATION: "PENDING_AUTHORIZATION",    PENDING_CONFIGURATION: "PENDING_CONFIGURATION",};const ControlFindingGenerator = {    SECURITY_CONTROL: "SECURITY_CONTROL",    STANDARD_CONTROL: "STANDARD_CONTROL",};const TicketCreationMode = {    DRYRUN: "DRYRUN",};const SecurityControlProperty = {    Parameters: "Parameters",};const OrganizationConfigurationConfigurationType = {    CENTRAL: "CENTRAL",    LOCAL: "LOCAL",};const OrganizationConfigurationStatus = {    ENABLED: "ENABLED",    FAILED: "FAILED",    PENDING: "PENDING",};const IntegrationType = {    RECEIVE_FINDINGS_FROM_SECURITY_HUB: "RECEIVE_FINDINGS_FROM_SECURITY_HUB",    SEND_FINDINGS_TO_SECURITY_HUB: "SEND_FINDINGS_TO_SECURITY_HUB",    UPDATE_FINDINGS_IN_SECURITY_HUB: "UPDATE_FINDINGS_IN_SECURITY_HUB",};const IntegrationV2Type = {    EXTENDED_PLAN: "EXTENDED_PLAN",    RECEIVE_FINDINGS_FROM_SECURITY_HUB: "RECEIVE_FINDINGS_FROM_SECURITY_HUB",    SEND_FINDINGS_TO_SECURITY_HUB: "SEND_FINDINGS_TO_SECURITY_HUB",    UPDATE_FINDINGS_IN_SECURITY_HUB: "UPDATE_FINDINGS_IN_SECURITY_HUB",};const SecurityHubFeature = {    SECURITY_HUB: "SecurityHub",    SECURITY_HUB_V2: "SecurityHubV2",};const FindingHistoryUpdateSourceType = {    BATCH_IMPORT_FINDINGS: "BATCH_IMPORT_FINDINGS",    BATCH_UPDATE_FINDINGS: "BATCH_UPDATE_FINDINGS",};const FindingsTrendsStringField = {    ACCOUNT_ID: "account_id",    COMPLIANCE_CONTROL: "finding_control_id",    COMPLIANCE_STATUS: "finding_compliance_status",    CVE_ID: "finding_cve_ids",    FINDING_ACTIVITY_NAME: "finding_activity_name",    FINDING_CLASS: "finding_class_name",    FINDING_STATUS: "finding_status",    FINDING_TYPE: "finding_types",    PROVIDER_NAME: "finding_provider",    REGION: "region",};const SortOrder = {    ASCENDING: "asc",    DESCENDING: "desc",};const GroupByField = {    ACTIVITY_NAME: "activity_name",    CLASS_NAME: "class_name",    CLOUD_ACCOUNT_NAME: "cloud.account.name",    CLOUD_ACCOUNT_UID: "cloud.account.uid",    CLOUD_PROVIDER: "cloud.provider",    CLOUD_REGION: "cloud.region",    COMPLIANCE_ASSESSMENTS_NAME: "compliance.assessments.name",    COMPLIANCE_CONTROL: "compliance.control",    COMPLIANCE_STANDARDS: "compliance.standards",    COMPLIANCE_STATUS: "compliance.status",    FINDING_INFO_ANALYTIC_NAME: "finding_info.analytic.name",    FINDING_INFO_RELATED_EVENTS_TRAITS_CATEGORY: "finding_info.related_events.traits.category",    FINDING_INFO_TITLE: "finding_info.title",    FINDING_INFO_TYPES: "finding_info.types",    METADATA_PRODUCT_NAME: "metadata.product.name",    METADATA_PRODUCT_UID: "metadata.product.uid",    METADATA_PRODUCT_VENDOR_NAME: "metadata.product.vendor_name",    RESOURCES_TYPE: "resources.type",    RESOURCES_UID: "resources.uid",    SEVERITY: "severity",    STATUS: "status",    VENDOR_ATTRIBUTES_SEVERITY: "vendor_attributes.severity",    VULNERABILITIES_AFFECTED_PACKAGES_NAME: "vulnerabilities.affected_packages.name",    VULNERABILITIES_FIX_COVERAGE: "vulnerabilities.fix_coverage",};const GranularityField = {    DAILY: "Daily",    MONTHLY: "Monthly",    WEEKLY: "Weekly",};const RecommendationType = {    UNUSED_PERMISSION_RECOMMENDATION: "UNUSED_PERMISSION_RECOMMENDATION",};const RecommendationStatus = {    FAILED: "FAILED",    IN_PROGRESS: "IN_PROGRESS",    SUCCEEDED: "SUCCEEDED",};const ResourcesDateField = {    RESOURCE_CREATION_TIME_DT: "ResourceCreationTime",    RESOURCE_DETAIL_CAPTURE_TIME_DT: "ResourceDetailCaptureTime",};const ResourcesMapField = {    TAG: "ResourceTags",};const ResourcesNumberField = {    SEVERITY_CRITICAL: "FindingsSummary.Severities.Critical",    SEVERITY_FATAL: "FindingsSummary.Severities.Fatal",    SEVERITY_HIGH: "FindingsSummary.Severities.High",    SEVERITY_INFORMATIONAL: "FindingsSummary.Severities.Informational",    SEVERITY_LOW: "FindingsSummary.Severities.Low",    SEVERITY_MEDIUM: "FindingsSummary.Severities.Medium",    SEVERITY_OTHER: "FindingsSummary.Severities.Other",    SEVERITY_UNKNOWN: "FindingsSummary.Severities.Unknown",    TOTAL_FINDINGS: "FindingsSummary.TotalFindings",};const ResourcesStringField = {    ACCOUNT_ID: "AccountId",    FINDING_TYPE: "FindingsSummary.FindingType",    PRODUCT_NAME: "FindingsSummary.ProductName",    REGION: "Region",    RESOURCE_CATEGORY: "ResourceCategory",    RESOURCE_GUID: "ResourceGuid",    RESOURCE_ID: "ResourceId",    RESOURCE_NAME: "ResourceName",    RESOURCE_TYPE: "ResourceType",};const ResourceGroupByField = {    ACCOUNT_ID: "AccountId",    FINDING_TYPE: "FindingsSummary.FindingType",    REGION: "Region",    RESOURCE_CATEGORY: "ResourceCategory",    RESOURCE_NAME: "ResourceName",    RESOURCE_TYPE: "ResourceType",};const ResourcesTrendsStringField = {    ACCOUNT_ID: "account_id",    REGION: "region",    RESOURCE_CATEGORY: "resource_category",    RESOURCE_TYPE: "resource_type",};const ResourceCategory = {    AI_ML: "AI/ML",    CODE: "Code",    COMPUTE: "Compute",    DATABASE: "Database",    IDENTITY: "Identity",    NETWORK: "Network",    OTHER: "Other",    STORAGE: "Storage",};const RegionAvailabilityStatus = {    AVAILABLE: "AVAILABLE",    UNAVAILABLE: "UNAVAILABLE",}; exports.$Command = client.Command;exports.__Client = client.Client;exports.SecurityHubServiceException = SecurityHubServiceException.SecurityHubServiceException;exports.AcceptAdministratorInvitationCommand = AcceptAdministratorInvitationCommand;exports.AcceptInvitationCommand = AcceptInvitationCommand;exports.ActorSessionMfaStatus = ActorSessionMfaStatus;exports.AdminStatus = AdminStatus;exports.AllowedOperators = AllowedOperators;exports.AssociationStatus = AssociationStatus;exports.AssociationType = AssociationType;exports.AutoEnableStandards = AutoEnableStandards;exports.AutomationRulesActionType = AutomationRulesActionType;exports.AutomationRulesActionTypeV2 = AutomationRulesActionTypeV2;exports.AwsIamAccessKeyStatus = AwsIamAccessKeyStatus;exports.AwsS3BucketNotificationConfigurationS3KeyFilterRuleName = AwsS3BucketNotificationConfigurationS3KeyFilterRuleName;exports.BatchDeleteAutomationRulesCommand = BatchDeleteAutomationRulesCommand;exports.BatchDisableStandardsCommand = BatchDisableStandardsCommand;exports.BatchEnableStandardsCommand = BatchEnableStandardsCommand;exports.BatchGetAutomationRulesCommand = BatchGetAutomationRulesCommand;exports.BatchGetConfigurationPolicyAssociationsCommand = BatchGetConfigurationPolicyAssociationsCommand;exports.BatchGetSecurityControlsCommand = BatchGetSecurityControlsCommand;exports.BatchGetStandardsControlAssociationsCommand = BatchGetStandardsControlAssociationsCommand;exports.BatchImportFindingsCommand = BatchImportFindingsCommand;exports.BatchUpdateAutomationRulesCommand = BatchUpdateAutomationRulesCommand;exports.BatchUpdateFindingsCommand = BatchUpdateFindingsCommand;exports.BatchUpdateFindingsV2Command = BatchUpdateFindingsV2Command;exports.BatchUpdateFindingsV2UnprocessedFindingErrorCode = BatchUpdateFindingsV2UnprocessedFindingErrorCode;exports.BatchUpdateStandardsControlAssociationsCommand = BatchUpdateStandardsControlAssociationsCommand;exports.ComplianceStatus = ComplianceStatus;exports.ConfigurationPolicyAssociationStatus = ConfigurationPolicyAssociationStatus;exports.ConnectionDirection = ConnectionDirection;exports.ConnectorAuthStatus = ConnectorAuthStatus;exports.ConnectorProviderName = ConnectorProviderName;exports.ConnectorStatus = ConnectorStatus;exports.ControlFindingGenerator = ControlFindingGenerator;exports.ControlStatus = ControlStatus;exports.CreateActionTargetCommand = CreateActionTargetCommand;exports.CreateAggregatorV2Command = CreateAggregatorV2Command;exports.CreateAutomationRuleCommand = CreateAutomationRuleCommand;exports.CreateAutomationRuleV2Command = CreateAutomationRuleV2Command;exports.CreateConfigurationPolicyCommand = CreateConfigurationPolicyCommand;exports.CreateConnectorV2Command = CreateConnectorV2Command;exports.CreateFindingAggregatorCommand = CreateFindingAggregatorCommand;exports.CreateInsightCommand = CreateInsightCommand;exports.CreateMembersCommand = CreateMembersCommand;exports.CreateTicketV2Command = CreateTicketV2Command;exports.DateRangeComparison = DateRangeComparison;exports.DateRangeUnit = DateRangeUnit;exports.DeclineInvitationsCommand = DeclineInvitationsCommand;exports.DeleteActionTargetCommand = DeleteActionTargetCommand;exports.DeleteAggregatorV2Command = DeleteAggregatorV2Command;exports.DeleteAutomationRuleV2Command = DeleteAutomationRuleV2Command;exports.DeleteConfigurationPolicyCommand = DeleteConfigurationPolicyCommand;exports.DeleteConnectorV2Command = DeleteConnectorV2Command;exports.DeleteFindingAggregatorCommand = DeleteFindingAggregatorCommand;exports.DeleteInsightCommand = DeleteInsightCommand;exports.DeleteInvitationsCommand = DeleteInvitationsCommand;exports.DeleteMembersCommand = DeleteMembersCommand;exports.DescribeActionTargetsCommand = DescribeActionTargetsCommand;exports.DescribeHubCommand = DescribeHubCommand;exports.DescribeOrganizationConfigurationCommand = DescribeOrganizationConfigurationCommand;exports.DescribeProductsCommand = DescribeProductsCommand;exports.DescribeProductsV2Command = DescribeProductsV2Command;exports.DescribeSecurityHubV2Command = DescribeSecurityHubV2Command;exports.DescribeStandardsCommand = DescribeStandardsCommand;exports.DescribeStandardsControlsCommand = DescribeStandardsControlsCommand;exports.DisableImportFindingsForProductCommand = DisableImportFindingsForProductCommand;exports.DisableOrganizationAdminAccountCommand = DisableOrganizationAdminAccountCommand;exports.DisableSecurityHubCommand = DisableSecurityHubCommand;exports.DisableSecurityHubV2Command = DisableSecurityHubV2Command;exports.DisassociateFromAdministratorAccountCommand = DisassociateFromAdministratorAccountCommand;exports.DisassociateFromMasterAccountCommand = DisassociateFromMasterAccountCommand;exports.DisassociateMembersCommand = DisassociateMembersCommand;exports.EnableImportFindingsForProductCommand = EnableImportFindingsForProductCommand;exports.EnableOrganizationAdminAccountCommand = EnableOrganizationAdminAccountCommand;exports.EnableSecurityHubCommand = EnableSecurityHubCommand;exports.EnableSecurityHubV2Command = EnableSecurityHubV2Command;exports.FindingHistoryUpdateSourceType = FindingHistoryUpdateSourceType;exports.FindingsTrendsStringField = FindingsTrendsStringField;exports.GenerateRecommendedPolicyV2Command = GenerateRecommendedPolicyV2Command;exports.GetAdministratorAccountCommand = GetAdministratorAccountCommand;exports.GetAggregatorV2Command = GetAggregatorV2Command;exports.GetAutomationRuleV2Command = GetAutomationRuleV2Command;exports.GetConfigurationPolicyAssociationCommand = GetConfigurationPolicyAssociationCommand;exports.GetConfigurationPolicyCommand = GetConfigurationPolicyCommand;exports.GetConnectorV2Command = GetConnectorV2Command;exports.GetEnabledStandardsCommand = GetEnabledStandardsCommand;exports.GetFindingAggregatorCommand = GetFindingAggregatorCommand;exports.GetFindingHistoryCommand = GetFindingHistoryCommand;exports.GetFindingStatisticsV2Command = GetFindingStatisticsV2Command;exports.GetFindingsCommand = GetFindingsCommand;exports.GetFindingsTrendsV2Command = GetFindingsTrendsV2Command;exports.GetFindingsV2Command = GetFindingsV2Command;exports.GetInsightResultsCommand = GetInsightResultsCommand;exports.GetInsightsCommand = GetInsightsCommand;exports.GetInvitationsCountCommand = GetInvitationsCountCommand;exports.GetMasterAccountCommand = GetMasterAccountCommand;exports.GetMembersCommand = GetMembersCommand;exports.GetRecommendedPolicyV2Command = GetRecommendedPolicyV2Command;exports.GetResourcesStatisticsV2Command = GetResourcesStatisticsV2Command;exports.GetResourcesTrendsV2Command = GetResourcesTrendsV2Command;exports.GetResourcesV2Command = GetResourcesV2Command;exports.GetSecurityControlDefinitionCommand = GetSecurityControlDefinitionCommand;exports.GranularityField = GranularityField;exports.GroupByField = GroupByField;exports.IntegrationType = IntegrationType;exports.IntegrationV2Type = IntegrationV2Type;exports.InviteMembersCommand = InviteMembersCommand;exports.ListAggregatorsV2Command = ListAggregatorsV2Command;exports.ListAutomationRulesCommand = ListAutomationRulesCommand;exports.ListAutomationRulesV2Command = ListAutomationRulesV2Command;exports.ListConfigurationPoliciesCommand = ListConfigurationPoliciesCommand;exports.ListConfigurationPolicyAssociationsCommand = ListConfigurationPolicyAssociationsCommand;exports.ListConnectorsV2Command = ListConnectorsV2Command;exports.ListEnabledProductsForImportCommand = ListEnabledProductsForImportCommand;exports.ListFindingAggregatorsCommand = ListFindingAggregatorsCommand;exports.ListInvitationsCommand = ListInvitationsCommand;exports.ListMembersCommand = ListMembersCommand;exports.ListOrganizationAdminAccountsCommand = ListOrganizationAdminAccountsCommand;exports.ListSecurityControlDefinitionsCommand = ListSecurityControlDefinitionsCommand;exports.ListStandardsControlAssociationsCommand = ListStandardsControlAssociationsCommand;exports.ListTagsForResourceCommand = ListTagsForResourceCommand;exports.MalwareState = MalwareState;exports.MalwareType = MalwareType;exports.MapFilterComparison = MapFilterComparison;exports.NetworkDirection = NetworkDirection;exports.OcsfBooleanField = OcsfBooleanField;exports.OcsfDateField = OcsfDateField;exports.OcsfIpField = OcsfIpField;exports.OcsfMapField = OcsfMapField;exports.OcsfNumberField = OcsfNumberField;exports.OcsfStringField = OcsfStringField;exports.OrganizationConfigurationConfigurationType = OrganizationConfigurationConfigurationType;exports.OrganizationConfigurationStatus = OrganizationConfigurationStatus;exports.ParameterValueType = ParameterValueType;exports.Partition = Partition;exports.RecommendationStatus = RecommendationStatus;exports.RecommendationType = RecommendationType;exports.RecordState = RecordState;exports.RegionAvailabilityStatus = RegionAvailabilityStatus;exports.RegisterConnectorV2Command = RegisterConnectorV2Command;exports.ResourceCategory = ResourceCategory;exports.ResourceGroupByField = ResourceGroupByField;exports.ResourcesDateField = ResourcesDateField;exports.ResourcesMapField = ResourcesMapField;exports.ResourcesNumberField = ResourcesNumberField;exports.ResourcesStringField = ResourcesStringField;exports.ResourcesTrendsStringField = ResourcesTrendsStringField;exports.RuleStatus = RuleStatus;exports.RuleStatusV2 = RuleStatusV2;exports.SecurityControlProperty = SecurityControlProperty;exports.SecurityHub = SecurityHub;exports.SecurityHubClient = SecurityHubClient;exports.SecurityHubFeature = SecurityHubFeature;exports.SeverityLabel = SeverityLabel;exports.SeverityRating = SeverityRating;exports.SortOrder = SortOrder;exports.StandardsControlsUpdatable = StandardsControlsUpdatable;exports.StandardsStatus = StandardsStatus;exports.StartConfigurationPolicyAssociationCommand = StartConfigurationPolicyAssociationCommand;exports.StartConfigurationPolicyDisassociationCommand = StartConfigurationPolicyDisassociationCommand;exports.StatusReasonCode = StatusReasonCode;exports.StringFilterComparison = StringFilterComparison;exports.TagResourceCommand = TagResourceCommand;exports.TargetType = TargetType;exports.ThreatIntelIndicatorCategory = ThreatIntelIndicatorCategory;exports.ThreatIntelIndicatorType = ThreatIntelIndicatorType;exports.TicketCreationMode = TicketCreationMode;exports.UnprocessedErrorCode = UnprocessedErrorCode;exports.UntagResourceCommand = UntagResourceCommand;exports.UpdateActionTargetCommand = UpdateActionTargetCommand;exports.UpdateAggregatorV2Command = UpdateAggregatorV2Command;exports.UpdateAutomationRuleV2Command = UpdateAutomationRuleV2Command;exports.UpdateConfigurationPolicyCommand = UpdateConfigurationPolicyCommand;exports.UpdateConnectorV2Command = UpdateConnectorV2Command;exports.UpdateFindingAggregatorCommand = UpdateFindingAggregatorCommand;exports.UpdateFindingsCommand = UpdateFindingsCommand;exports.UpdateInsightCommand = UpdateInsightCommand;exports.UpdateOrganizationConfigurationCommand = UpdateOrganizationConfigurationCommand;exports.UpdateSecurityControlCommand = UpdateSecurityControlCommand;exports.UpdateSecurityHubConfigurationCommand = UpdateSecurityHubConfigurationCommand;exports.UpdateStandardsControlCommand = UpdateStandardsControlCommand;exports.UpdateStatus = UpdateStatus;exports.VerificationState = VerificationState;exports.VulnerabilityExploitAvailable = VulnerabilityExploitAvailable;exports.VulnerabilityFixAvailable = VulnerabilityFixAvailable;exports.WorkflowState = WorkflowState;exports.WorkflowStatus = WorkflowStatus;exports.paginateDescribeActionTargets = paginateDescribeActionTargets;exports.paginateDescribeProducts = paginateDescribeProducts;exports.paginateDescribeProductsV2 = paginateDescribeProductsV2;exports.paginateDescribeStandards = paginateDescribeStandards;exports.paginateDescribeStandardsControls = paginateDescribeStandardsControls;exports.paginateGetEnabledStandards = paginateGetEnabledStandards;exports.paginateGetFindingHistory = paginateGetFindingHistory;exports.paginateGetFindings = paginateGetFindings;exports.paginateGetFindingsTrendsV2 = paginateGetFindingsTrendsV2;exports.paginateGetFindingsV2 = paginateGetFindingsV2;exports.paginateGetInsights = paginateGetInsights;exports.paginateGetRecommendedPolicyV2 = paginateGetRecommendedPolicyV2;exports.paginateGetResourcesTrendsV2 = paginateGetResourcesTrendsV2;exports.paginateGetResourcesV2 = paginateGetResourcesV2;exports.paginateListAggregatorsV2 = paginateListAggregatorsV2;exports.paginateListConfigurationPolicies = paginateListConfigurationPolicies;exports.paginateListConfigurationPolicyAssociations = paginateListConfigurationPolicyAssociations;exports.paginateListEnabledProductsForImport = paginateListEnabledProductsForImport;exports.paginateListFindingAggregators = paginateListFindingAggregators;exports.paginateListInvitations = paginateListInvitations;exports.paginateListMembers = paginateListMembers;exports.paginateListOrganizationAdminAccounts = paginateListOrganizationAdminAccounts;exports.paginateListSecurityControlDefinitions = paginateListSecurityControlDefinitions;exports.paginateListStandardsControlAssociations = paginateListStandardsControlAssociations;Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&    !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&    Object.defineProperty(exports, '__proto__', {        enumerable: true,        value: schemas_0['__proto__']    }); Object.keys(schemas_0).forEach(function (k) {    if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = schemas_0[k];});Object.prototype.hasOwnProperty.call(errors, '__proto__') &&    !Object.prototype.hasOwnProperty.call(exports, '__proto__') &&    Object.defineProperty(exports, '__proto__', {        enumerable: true,        value: errors['__proto__']    }); Object.keys(errors).forEach(function (k) {    if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = errors[k];});