@aws-sdk/client-securityagent 3.1076.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +103 -925
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddArtifactCommand.js +2 -14
- package/dist-es/commands/BatchCreateSecurityRequirementsCommand.js +2 -14
- package/dist-es/commands/BatchDeleteCodeReviewsCommand.js +2 -14
- package/dist-es/commands/BatchDeletePentestsCommand.js +2 -14
- package/dist-es/commands/BatchDeleteSecurityRequirementsCommand.js +2 -14
- package/dist-es/commands/BatchDeleteThreatModelsCommand.js +2 -14
- package/dist-es/commands/BatchGetAgentSpacesCommand.js +2 -14
- package/dist-es/commands/BatchGetArtifactMetadataCommand.js +2 -14
- package/dist-es/commands/BatchGetCodeReviewJobTasksCommand.js +2 -14
- package/dist-es/commands/BatchGetCodeReviewJobsCommand.js +2 -14
- package/dist-es/commands/BatchGetCodeReviewsCommand.js +2 -14
- package/dist-es/commands/BatchGetFindingsCommand.js +2 -14
- package/dist-es/commands/BatchGetPentestJobTasksCommand.js +2 -14
- package/dist-es/commands/BatchGetPentestJobsCommand.js +2 -14
- package/dist-es/commands/BatchGetPentestsCommand.js +2 -14
- package/dist-es/commands/BatchGetSecurityRequirementsCommand.js +2 -14
- package/dist-es/commands/BatchGetTargetDomainsCommand.js +2 -14
- package/dist-es/commands/BatchGetThreatModelJobTasksCommand.js +2 -14
- package/dist-es/commands/BatchGetThreatModelJobsCommand.js +2 -14
- package/dist-es/commands/BatchGetThreatModelsCommand.js +2 -14
- package/dist-es/commands/BatchGetThreatsCommand.js +2 -14
- package/dist-es/commands/BatchUpdateSecurityRequirementsCommand.js +2 -14
- package/dist-es/commands/CreateAgentSpaceCommand.js +2 -14
- package/dist-es/commands/CreateApplicationCommand.js +2 -14
- package/dist-es/commands/CreateCodeReviewCommand.js +2 -14
- package/dist-es/commands/CreateIntegrationCommand.js +2 -14
- package/dist-es/commands/CreateMembershipCommand.js +2 -14
- package/dist-es/commands/CreatePentestCommand.js +2 -14
- package/dist-es/commands/CreatePrivateConnectionCommand.js +2 -14
- package/dist-es/commands/CreateSecurityRequirementPackCommand.js +2 -14
- package/dist-es/commands/CreateTargetDomainCommand.js +2 -14
- package/dist-es/commands/CreateThreatCommand.js +2 -14
- package/dist-es/commands/CreateThreatModelCommand.js +2 -14
- package/dist-es/commands/DeleteAgentSpaceCommand.js +2 -14
- package/dist-es/commands/DeleteApplicationCommand.js +2 -14
- package/dist-es/commands/DeleteArtifactCommand.js +2 -14
- package/dist-es/commands/DeleteIntegrationCommand.js +2 -14
- package/dist-es/commands/DeleteMembershipCommand.js +2 -14
- package/dist-es/commands/DeletePrivateConnectionCommand.js +2 -14
- package/dist-es/commands/DeleteSecurityRequirementPackCommand.js +2 -14
- package/dist-es/commands/DeleteTargetDomainCommand.js +2 -14
- package/dist-es/commands/DescribePrivateConnectionCommand.js +2 -14
- package/dist-es/commands/GetApplicationCommand.js +2 -14
- package/dist-es/commands/GetArtifactCommand.js +2 -14
- package/dist-es/commands/GetIntegrationCommand.js +2 -14
- package/dist-es/commands/GetSecurityRequirementPackCommand.js +2 -14
- package/dist-es/commands/ImportSecurityRequirementsCommand.js +2 -14
- package/dist-es/commands/InitiateProviderRegistrationCommand.js +2 -14
- package/dist-es/commands/ListAgentSpacesCommand.js +2 -14
- package/dist-es/commands/ListApplicationsCommand.js +2 -14
- package/dist-es/commands/ListArtifactsCommand.js +2 -14
- package/dist-es/commands/ListCodeReviewJobTasksCommand.js +2 -14
- package/dist-es/commands/ListCodeReviewJobsForCodeReviewCommand.js +2 -14
- package/dist-es/commands/ListCodeReviewsCommand.js +2 -14
- package/dist-es/commands/ListDiscoveredEndpointsCommand.js +2 -14
- package/dist-es/commands/ListFindingsCommand.js +2 -14
- package/dist-es/commands/ListIntegratedResourcesCommand.js +2 -14
- package/dist-es/commands/ListIntegrationsCommand.js +2 -14
- package/dist-es/commands/ListMembershipsCommand.js +2 -14
- package/dist-es/commands/ListPentestJobTasksCommand.js +2 -14
- package/dist-es/commands/ListPentestJobsForPentestCommand.js +2 -14
- package/dist-es/commands/ListPentestsCommand.js +2 -14
- package/dist-es/commands/ListPrivateConnectionsCommand.js +2 -14
- package/dist-es/commands/ListSecurityRequirementPacksCommand.js +2 -14
- package/dist-es/commands/ListSecurityRequirementsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTargetDomainsCommand.js +2 -14
- package/dist-es/commands/ListThreatModelJobTasksCommand.js +2 -14
- package/dist-es/commands/ListThreatModelJobsCommand.js +2 -14
- package/dist-es/commands/ListThreatModelsCommand.js +2 -14
- package/dist-es/commands/ListThreatsCommand.js +2 -14
- package/dist-es/commands/StartCodeRemediationCommand.js +2 -14
- package/dist-es/commands/StartCodeReviewJobCommand.js +2 -14
- package/dist-es/commands/StartPentestJobCommand.js +2 -14
- package/dist-es/commands/StartThreatModelJobCommand.js +2 -14
- package/dist-es/commands/StopCodeReviewJobCommand.js +2 -14
- package/dist-es/commands/StopPentestJobCommand.js +2 -14
- package/dist-es/commands/StopThreatModelJobCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateAgentSpaceCommand.js +2 -14
- package/dist-es/commands/UpdateApplicationCommand.js +2 -14
- package/dist-es/commands/UpdateCodeReviewCommand.js +2 -14
- package/dist-es/commands/UpdateFindingCommand.js +2 -14
- package/dist-es/commands/UpdateIntegratedResourcesCommand.js +2 -14
- package/dist-es/commands/UpdatePentestCommand.js +2 -14
- package/dist-es/commands/UpdatePrivateConnectionCertificateCommand.js +2 -14
- package/dist-es/commands/UpdateSecurityRequirementPackCommand.js +2 -14
- package/dist-es/commands/UpdateTargetDomainCommand.js +2 -14
- package/dist-es/commands/UpdateThreatCommand.js +2 -14
- package/dist-es/commands/UpdateThreatModelCommand.js +2 -14
- package/dist-es/commands/VerifyTargetDomainCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddArtifactCommand.d.ts +3 -8
- package/dist-types/commands/BatchCreateSecurityRequirementsCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteCodeReviewsCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeletePentestsCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteSecurityRequirementsCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteThreatModelsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetAgentSpacesCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetArtifactMetadataCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetCodeReviewJobTasksCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetCodeReviewJobsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetCodeReviewsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetFindingsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetPentestJobTasksCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetPentestJobsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetPentestsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetSecurityRequirementsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetTargetDomainsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetThreatModelJobTasksCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetThreatModelJobsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetThreatModelsCommand.d.ts +3 -8
- package/dist-types/commands/BatchGetThreatsCommand.d.ts +3 -8
- package/dist-types/commands/BatchUpdateSecurityRequirementsCommand.d.ts +3 -8
- package/dist-types/commands/CreateAgentSpaceCommand.d.ts +3 -8
- package/dist-types/commands/CreateApplicationCommand.d.ts +3 -8
- package/dist-types/commands/CreateCodeReviewCommand.d.ts +3 -8
- package/dist-types/commands/CreateIntegrationCommand.d.ts +3 -8
- package/dist-types/commands/CreateMembershipCommand.d.ts +3 -8
- package/dist-types/commands/CreatePentestCommand.d.ts +3 -8
- package/dist-types/commands/CreatePrivateConnectionCommand.d.ts +3 -8
- package/dist-types/commands/CreateSecurityRequirementPackCommand.d.ts +3 -8
- package/dist-types/commands/CreateTargetDomainCommand.d.ts +3 -8
- package/dist-types/commands/CreateThreatCommand.d.ts +3 -8
- package/dist-types/commands/CreateThreatModelCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAgentSpaceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteArtifactCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMembershipCommand.d.ts +3 -8
- package/dist-types/commands/DeletePrivateConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSecurityRequirementPackCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTargetDomainCommand.d.ts +3 -8
- package/dist-types/commands/DescribePrivateConnectionCommand.d.ts +3 -8
- package/dist-types/commands/GetApplicationCommand.d.ts +3 -8
- package/dist-types/commands/GetArtifactCommand.d.ts +3 -8
- package/dist-types/commands/GetIntegrationCommand.d.ts +3 -8
- package/dist-types/commands/GetSecurityRequirementPackCommand.d.ts +3 -8
- package/dist-types/commands/ImportSecurityRequirementsCommand.d.ts +3 -8
- package/dist-types/commands/InitiateProviderRegistrationCommand.d.ts +3 -8
- package/dist-types/commands/ListAgentSpacesCommand.d.ts +3 -8
- package/dist-types/commands/ListApplicationsCommand.d.ts +3 -8
- package/dist-types/commands/ListArtifactsCommand.d.ts +3 -8
- package/dist-types/commands/ListCodeReviewJobTasksCommand.d.ts +3 -8
- package/dist-types/commands/ListCodeReviewJobsForCodeReviewCommand.d.ts +3 -8
- package/dist-types/commands/ListCodeReviewsCommand.d.ts +3 -8
- package/dist-types/commands/ListDiscoveredEndpointsCommand.d.ts +3 -8
- package/dist-types/commands/ListFindingsCommand.d.ts +3 -8
- package/dist-types/commands/ListIntegratedResourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListIntegrationsCommand.d.ts +3 -8
- package/dist-types/commands/ListMembershipsCommand.d.ts +3 -8
- package/dist-types/commands/ListPentestJobTasksCommand.d.ts +3 -8
- package/dist-types/commands/ListPentestJobsForPentestCommand.d.ts +3 -8
- package/dist-types/commands/ListPentestsCommand.d.ts +3 -8
- package/dist-types/commands/ListPrivateConnectionsCommand.d.ts +3 -8
- package/dist-types/commands/ListSecurityRequirementPacksCommand.d.ts +3 -8
- package/dist-types/commands/ListSecurityRequirementsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTargetDomainsCommand.d.ts +3 -8
- package/dist-types/commands/ListThreatModelJobTasksCommand.d.ts +3 -8
- package/dist-types/commands/ListThreatModelJobsCommand.d.ts +3 -8
- package/dist-types/commands/ListThreatModelsCommand.d.ts +3 -8
- package/dist-types/commands/ListThreatsCommand.d.ts +3 -8
- package/dist-types/commands/StartCodeRemediationCommand.d.ts +3 -8
- package/dist-types/commands/StartCodeReviewJobCommand.d.ts +3 -8
- package/dist-types/commands/StartPentestJobCommand.d.ts +3 -8
- package/dist-types/commands/StartThreatModelJobCommand.d.ts +3 -8
- package/dist-types/commands/StopCodeReviewJobCommand.d.ts +3 -8
- package/dist-types/commands/StopPentestJobCommand.d.ts +3 -8
- package/dist-types/commands/StopThreatModelJobCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAgentSpaceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateCodeReviewCommand.d.ts +3 -8
- package/dist-types/commands/UpdateFindingCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIntegratedResourcesCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePentestCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePrivateConnectionCertificateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSecurityRequirementPackCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTargetDomainCommand.d.ts +3 -8
- package/dist-types/commands/UpdateThreatCommand.d.ts +3 -8
- package/dist-types/commands/UpdateThreatModelCommand.d.ts +3 -8
- package/dist-types/commands/VerifyTargetDomainCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AddArtifactCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchCreateSecurityRequirementsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteCodeReviewsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeletePentestsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteSecurityRequirementsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteThreatModelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetAgentSpacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetArtifactMetadataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetCodeReviewJobTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetCodeReviewJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetCodeReviewsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetFindingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetPentestJobTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetPentestJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetPentestsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetSecurityRequirementsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetTargetDomainsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetThreatModelJobTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetThreatModelJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetThreatModelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchGetThreatsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchUpdateSecurityRequirementsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAgentSpaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateCodeReviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMembershipCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePentestCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePrivateConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSecurityRequirementPackCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTargetDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateThreatCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateThreatModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAgentSpaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteArtifactCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMembershipCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePrivateConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSecurityRequirementPackCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTargetDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribePrivateConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetArtifactCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSecurityRequirementPackCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ImportSecurityRequirementsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/InitiateProviderRegistrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAgentSpacesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCodeReviewJobTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCodeReviewJobsForCodeReviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCodeReviewsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDiscoveredEndpointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIntegratedResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIntegrationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMembershipsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPentestJobTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPentestJobsForPentestCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPentestsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPrivateConnectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSecurityRequirementPacksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSecurityRequirementsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTargetDomainsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListThreatModelJobTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListThreatModelJobsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListThreatModelsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListThreatsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartCodeRemediationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartCodeReviewJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartPentestJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartThreatModelJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopCodeReviewJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopPentestJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopThreatModelJobCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAgentSpaceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateCodeReviewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateFindingCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIntegratedResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePentestCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePrivateConnectionCertificateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSecurityRequirementPackCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTargetDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateThreatCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateThreatModelCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/VerifyTargetDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultSecurityAgentHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -65,7 +67,7 @@ const commonParams = {
|
|
|
65
67
|
Region: { type: "builtInParams", name: "region" },
|
|
66
68
|
};
|
|
67
69
|
|
|
68
|
-
var version = "3.
|
|
70
|
+
var version = "3.1077.0";
|
|
69
71
|
var packageInfo = {
|
|
70
72
|
version: version};
|
|
71
73
|
|
|
@@ -2997,6 +2999,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
2997
2999
|
serviceTarget: "SecurityAgent",
|
|
2998
3000
|
},
|
|
2999
3001
|
serviceId: config?.serviceId ?? "SecurityAgent",
|
|
3002
|
+
sha256: config?.sha256 ?? Sha256,
|
|
3000
3003
|
urlParser: config?.urlParser ?? parseUrl,
|
|
3001
3004
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
3002
3005
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -3030,7 +3033,6 @@ const getRuntimeConfig = (config) => {
|
|
|
3030
3033
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
3031
3034
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
3032
3035
|
}, config),
|
|
3033
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
3034
3036
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
3035
3037
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
3036
3038
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -3118,1108 +3120,284 @@ class SecurityAgentClient extends Client {
|
|
|
3118
3120
|
}
|
|
3119
3121
|
}
|
|
3120
3122
|
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
})
|
|
3127
|
-
.s("SecurityAgent", "AddArtifact", {})
|
|
3128
|
-
.n("SecurityAgentClient", "AddArtifactCommand")
|
|
3129
|
-
.sc(AddArtifact$)
|
|
3130
|
-
.build() {
|
|
3123
|
+
const command = makeBuilder(commonParams, "SecurityAgent", "SecurityAgentClient", getEndpointPlugin);
|
|
3124
|
+
const _ep0 = {};
|
|
3125
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
3126
|
+
|
|
3127
|
+
class AddArtifactCommand extends command(_ep0, _mw0, "AddArtifact", AddArtifact$) {
|
|
3131
3128
|
}
|
|
3132
3129
|
|
|
3133
|
-
class BatchCreateSecurityRequirementsCommand extends
|
|
3134
|
-
.classBuilder()
|
|
3135
|
-
.ep(commonParams)
|
|
3136
|
-
.m(function (Command, cs, config, o) {
|
|
3137
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3138
|
-
})
|
|
3139
|
-
.s("SecurityAgent", "BatchCreateSecurityRequirements", {})
|
|
3140
|
-
.n("SecurityAgentClient", "BatchCreateSecurityRequirementsCommand")
|
|
3141
|
-
.sc(BatchCreateSecurityRequirements$)
|
|
3142
|
-
.build() {
|
|
3130
|
+
class BatchCreateSecurityRequirementsCommand extends command(_ep0, _mw0, "BatchCreateSecurityRequirements", BatchCreateSecurityRequirements$) {
|
|
3143
3131
|
}
|
|
3144
3132
|
|
|
3145
|
-
class BatchDeleteCodeReviewsCommand extends
|
|
3146
|
-
.classBuilder()
|
|
3147
|
-
.ep(commonParams)
|
|
3148
|
-
.m(function (Command, cs, config, o) {
|
|
3149
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3150
|
-
})
|
|
3151
|
-
.s("SecurityAgent", "BatchDeleteCodeReviews", {})
|
|
3152
|
-
.n("SecurityAgentClient", "BatchDeleteCodeReviewsCommand")
|
|
3153
|
-
.sc(BatchDeleteCodeReviews$)
|
|
3154
|
-
.build() {
|
|
3133
|
+
class BatchDeleteCodeReviewsCommand extends command(_ep0, _mw0, "BatchDeleteCodeReviews", BatchDeleteCodeReviews$) {
|
|
3155
3134
|
}
|
|
3156
3135
|
|
|
3157
|
-
class BatchDeletePentestsCommand extends
|
|
3158
|
-
.classBuilder()
|
|
3159
|
-
.ep(commonParams)
|
|
3160
|
-
.m(function (Command, cs, config, o) {
|
|
3161
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3162
|
-
})
|
|
3163
|
-
.s("SecurityAgent", "BatchDeletePentests", {})
|
|
3164
|
-
.n("SecurityAgentClient", "BatchDeletePentestsCommand")
|
|
3165
|
-
.sc(BatchDeletePentests$)
|
|
3166
|
-
.build() {
|
|
3136
|
+
class BatchDeletePentestsCommand extends command(_ep0, _mw0, "BatchDeletePentests", BatchDeletePentests$) {
|
|
3167
3137
|
}
|
|
3168
3138
|
|
|
3169
|
-
class BatchDeleteSecurityRequirementsCommand extends
|
|
3170
|
-
.classBuilder()
|
|
3171
|
-
.ep(commonParams)
|
|
3172
|
-
.m(function (Command, cs, config, o) {
|
|
3173
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3174
|
-
})
|
|
3175
|
-
.s("SecurityAgent", "BatchDeleteSecurityRequirements", {})
|
|
3176
|
-
.n("SecurityAgentClient", "BatchDeleteSecurityRequirementsCommand")
|
|
3177
|
-
.sc(BatchDeleteSecurityRequirements$)
|
|
3178
|
-
.build() {
|
|
3139
|
+
class BatchDeleteSecurityRequirementsCommand extends command(_ep0, _mw0, "BatchDeleteSecurityRequirements", BatchDeleteSecurityRequirements$) {
|
|
3179
3140
|
}
|
|
3180
3141
|
|
|
3181
|
-
class BatchDeleteThreatModelsCommand extends
|
|
3182
|
-
.classBuilder()
|
|
3183
|
-
.ep(commonParams)
|
|
3184
|
-
.m(function (Command, cs, config, o) {
|
|
3185
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3186
|
-
})
|
|
3187
|
-
.s("SecurityAgent", "BatchDeleteThreatModels", {})
|
|
3188
|
-
.n("SecurityAgentClient", "BatchDeleteThreatModelsCommand")
|
|
3189
|
-
.sc(BatchDeleteThreatModels$)
|
|
3190
|
-
.build() {
|
|
3142
|
+
class BatchDeleteThreatModelsCommand extends command(_ep0, _mw0, "BatchDeleteThreatModels", BatchDeleteThreatModels$) {
|
|
3191
3143
|
}
|
|
3192
3144
|
|
|
3193
|
-
class BatchGetAgentSpacesCommand extends
|
|
3194
|
-
.classBuilder()
|
|
3195
|
-
.ep(commonParams)
|
|
3196
|
-
.m(function (Command, cs, config, o) {
|
|
3197
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3198
|
-
})
|
|
3199
|
-
.s("SecurityAgent", "BatchGetAgentSpaces", {})
|
|
3200
|
-
.n("SecurityAgentClient", "BatchGetAgentSpacesCommand")
|
|
3201
|
-
.sc(BatchGetAgentSpaces$)
|
|
3202
|
-
.build() {
|
|
3145
|
+
class BatchGetAgentSpacesCommand extends command(_ep0, _mw0, "BatchGetAgentSpaces", BatchGetAgentSpaces$) {
|
|
3203
3146
|
}
|
|
3204
3147
|
|
|
3205
|
-
class BatchGetArtifactMetadataCommand extends
|
|
3206
|
-
.classBuilder()
|
|
3207
|
-
.ep(commonParams)
|
|
3208
|
-
.m(function (Command, cs, config, o) {
|
|
3209
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3210
|
-
})
|
|
3211
|
-
.s("SecurityAgent", "BatchGetArtifactMetadata", {})
|
|
3212
|
-
.n("SecurityAgentClient", "BatchGetArtifactMetadataCommand")
|
|
3213
|
-
.sc(BatchGetArtifactMetadata$)
|
|
3214
|
-
.build() {
|
|
3148
|
+
class BatchGetArtifactMetadataCommand extends command(_ep0, _mw0, "BatchGetArtifactMetadata", BatchGetArtifactMetadata$) {
|
|
3215
3149
|
}
|
|
3216
3150
|
|
|
3217
|
-
class BatchGetCodeReviewJobsCommand extends
|
|
3218
|
-
.classBuilder()
|
|
3219
|
-
.ep(commonParams)
|
|
3220
|
-
.m(function (Command, cs, config, o) {
|
|
3221
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3222
|
-
})
|
|
3223
|
-
.s("SecurityAgent", "BatchGetCodeReviewJobs", {})
|
|
3224
|
-
.n("SecurityAgentClient", "BatchGetCodeReviewJobsCommand")
|
|
3225
|
-
.sc(BatchGetCodeReviewJobs$)
|
|
3226
|
-
.build() {
|
|
3151
|
+
class BatchGetCodeReviewJobsCommand extends command(_ep0, _mw0, "BatchGetCodeReviewJobs", BatchGetCodeReviewJobs$) {
|
|
3227
3152
|
}
|
|
3228
3153
|
|
|
3229
|
-
class BatchGetCodeReviewJobTasksCommand extends
|
|
3230
|
-
.classBuilder()
|
|
3231
|
-
.ep(commonParams)
|
|
3232
|
-
.m(function (Command, cs, config, o) {
|
|
3233
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3234
|
-
})
|
|
3235
|
-
.s("SecurityAgent", "BatchGetCodeReviewJobTasks", {})
|
|
3236
|
-
.n("SecurityAgentClient", "BatchGetCodeReviewJobTasksCommand")
|
|
3237
|
-
.sc(BatchGetCodeReviewJobTasks$)
|
|
3238
|
-
.build() {
|
|
3154
|
+
class BatchGetCodeReviewJobTasksCommand extends command(_ep0, _mw0, "BatchGetCodeReviewJobTasks", BatchGetCodeReviewJobTasks$) {
|
|
3239
3155
|
}
|
|
3240
3156
|
|
|
3241
|
-
class BatchGetCodeReviewsCommand extends
|
|
3242
|
-
.classBuilder()
|
|
3243
|
-
.ep(commonParams)
|
|
3244
|
-
.m(function (Command, cs, config, o) {
|
|
3245
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3246
|
-
})
|
|
3247
|
-
.s("SecurityAgent", "BatchGetCodeReviews", {})
|
|
3248
|
-
.n("SecurityAgentClient", "BatchGetCodeReviewsCommand")
|
|
3249
|
-
.sc(BatchGetCodeReviews$)
|
|
3250
|
-
.build() {
|
|
3157
|
+
class BatchGetCodeReviewsCommand extends command(_ep0, _mw0, "BatchGetCodeReviews", BatchGetCodeReviews$) {
|
|
3251
3158
|
}
|
|
3252
3159
|
|
|
3253
|
-
class BatchGetFindingsCommand extends
|
|
3254
|
-
.classBuilder()
|
|
3255
|
-
.ep(commonParams)
|
|
3256
|
-
.m(function (Command, cs, config, o) {
|
|
3257
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3258
|
-
})
|
|
3259
|
-
.s("SecurityAgent", "BatchGetFindings", {})
|
|
3260
|
-
.n("SecurityAgentClient", "BatchGetFindingsCommand")
|
|
3261
|
-
.sc(BatchGetFindings$)
|
|
3262
|
-
.build() {
|
|
3160
|
+
class BatchGetFindingsCommand extends command(_ep0, _mw0, "BatchGetFindings", BatchGetFindings$) {
|
|
3263
3161
|
}
|
|
3264
3162
|
|
|
3265
|
-
class BatchGetPentestJobsCommand extends
|
|
3266
|
-
.classBuilder()
|
|
3267
|
-
.ep(commonParams)
|
|
3268
|
-
.m(function (Command, cs, config, o) {
|
|
3269
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3270
|
-
})
|
|
3271
|
-
.s("SecurityAgent", "BatchGetPentestJobs", {})
|
|
3272
|
-
.n("SecurityAgentClient", "BatchGetPentestJobsCommand")
|
|
3273
|
-
.sc(BatchGetPentestJobs$)
|
|
3274
|
-
.build() {
|
|
3163
|
+
class BatchGetPentestJobsCommand extends command(_ep0, _mw0, "BatchGetPentestJobs", BatchGetPentestJobs$) {
|
|
3275
3164
|
}
|
|
3276
3165
|
|
|
3277
|
-
class BatchGetPentestJobTasksCommand extends
|
|
3278
|
-
.classBuilder()
|
|
3279
|
-
.ep(commonParams)
|
|
3280
|
-
.m(function (Command, cs, config, o) {
|
|
3281
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3282
|
-
})
|
|
3283
|
-
.s("SecurityAgent", "BatchGetPentestJobTasks", {})
|
|
3284
|
-
.n("SecurityAgentClient", "BatchGetPentestJobTasksCommand")
|
|
3285
|
-
.sc(BatchGetPentestJobTasks$)
|
|
3286
|
-
.build() {
|
|
3166
|
+
class BatchGetPentestJobTasksCommand extends command(_ep0, _mw0, "BatchGetPentestJobTasks", BatchGetPentestJobTasks$) {
|
|
3287
3167
|
}
|
|
3288
3168
|
|
|
3289
|
-
class BatchGetPentestsCommand extends
|
|
3290
|
-
.classBuilder()
|
|
3291
|
-
.ep(commonParams)
|
|
3292
|
-
.m(function (Command, cs, config, o) {
|
|
3293
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3294
|
-
})
|
|
3295
|
-
.s("SecurityAgent", "BatchGetPentests", {})
|
|
3296
|
-
.n("SecurityAgentClient", "BatchGetPentestsCommand")
|
|
3297
|
-
.sc(BatchGetPentests$)
|
|
3298
|
-
.build() {
|
|
3169
|
+
class BatchGetPentestsCommand extends command(_ep0, _mw0, "BatchGetPentests", BatchGetPentests$) {
|
|
3299
3170
|
}
|
|
3300
3171
|
|
|
3301
|
-
class BatchGetSecurityRequirementsCommand extends
|
|
3302
|
-
.classBuilder()
|
|
3303
|
-
.ep(commonParams)
|
|
3304
|
-
.m(function (Command, cs, config, o) {
|
|
3305
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3306
|
-
})
|
|
3307
|
-
.s("SecurityAgent", "BatchGetSecurityRequirements", {})
|
|
3308
|
-
.n("SecurityAgentClient", "BatchGetSecurityRequirementsCommand")
|
|
3309
|
-
.sc(BatchGetSecurityRequirements$)
|
|
3310
|
-
.build() {
|
|
3172
|
+
class BatchGetSecurityRequirementsCommand extends command(_ep0, _mw0, "BatchGetSecurityRequirements", BatchGetSecurityRequirements$) {
|
|
3311
3173
|
}
|
|
3312
3174
|
|
|
3313
|
-
class BatchGetTargetDomainsCommand extends
|
|
3314
|
-
.classBuilder()
|
|
3315
|
-
.ep(commonParams)
|
|
3316
|
-
.m(function (Command, cs, config, o) {
|
|
3317
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3318
|
-
})
|
|
3319
|
-
.s("SecurityAgent", "BatchGetTargetDomains", {})
|
|
3320
|
-
.n("SecurityAgentClient", "BatchGetTargetDomainsCommand")
|
|
3321
|
-
.sc(BatchGetTargetDomains$)
|
|
3322
|
-
.build() {
|
|
3175
|
+
class BatchGetTargetDomainsCommand extends command(_ep0, _mw0, "BatchGetTargetDomains", BatchGetTargetDomains$) {
|
|
3323
3176
|
}
|
|
3324
3177
|
|
|
3325
|
-
class BatchGetThreatModelJobsCommand extends
|
|
3326
|
-
.classBuilder()
|
|
3327
|
-
.ep(commonParams)
|
|
3328
|
-
.m(function (Command, cs, config, o) {
|
|
3329
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3330
|
-
})
|
|
3331
|
-
.s("SecurityAgent", "BatchGetThreatModelJobs", {})
|
|
3332
|
-
.n("SecurityAgentClient", "BatchGetThreatModelJobsCommand")
|
|
3333
|
-
.sc(BatchGetThreatModelJobs$)
|
|
3334
|
-
.build() {
|
|
3178
|
+
class BatchGetThreatModelJobsCommand extends command(_ep0, _mw0, "BatchGetThreatModelJobs", BatchGetThreatModelJobs$) {
|
|
3335
3179
|
}
|
|
3336
3180
|
|
|
3337
|
-
class BatchGetThreatModelJobTasksCommand extends
|
|
3338
|
-
.classBuilder()
|
|
3339
|
-
.ep(commonParams)
|
|
3340
|
-
.m(function (Command, cs, config, o) {
|
|
3341
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3342
|
-
})
|
|
3343
|
-
.s("SecurityAgent", "BatchGetThreatModelJobTasks", {})
|
|
3344
|
-
.n("SecurityAgentClient", "BatchGetThreatModelJobTasksCommand")
|
|
3345
|
-
.sc(BatchGetThreatModelJobTasks$)
|
|
3346
|
-
.build() {
|
|
3181
|
+
class BatchGetThreatModelJobTasksCommand extends command(_ep0, _mw0, "BatchGetThreatModelJobTasks", BatchGetThreatModelJobTasks$) {
|
|
3347
3182
|
}
|
|
3348
3183
|
|
|
3349
|
-
class BatchGetThreatModelsCommand extends
|
|
3350
|
-
.classBuilder()
|
|
3351
|
-
.ep(commonParams)
|
|
3352
|
-
.m(function (Command, cs, config, o) {
|
|
3353
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3354
|
-
})
|
|
3355
|
-
.s("SecurityAgent", "BatchGetThreatModels", {})
|
|
3356
|
-
.n("SecurityAgentClient", "BatchGetThreatModelsCommand")
|
|
3357
|
-
.sc(BatchGetThreatModels$)
|
|
3358
|
-
.build() {
|
|
3184
|
+
class BatchGetThreatModelsCommand extends command(_ep0, _mw0, "BatchGetThreatModels", BatchGetThreatModels$) {
|
|
3359
3185
|
}
|
|
3360
3186
|
|
|
3361
|
-
class BatchGetThreatsCommand extends
|
|
3362
|
-
.classBuilder()
|
|
3363
|
-
.ep(commonParams)
|
|
3364
|
-
.m(function (Command, cs, config, o) {
|
|
3365
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3366
|
-
})
|
|
3367
|
-
.s("SecurityAgent", "BatchGetThreats", {})
|
|
3368
|
-
.n("SecurityAgentClient", "BatchGetThreatsCommand")
|
|
3369
|
-
.sc(BatchGetThreats$)
|
|
3370
|
-
.build() {
|
|
3187
|
+
class BatchGetThreatsCommand extends command(_ep0, _mw0, "BatchGetThreats", BatchGetThreats$) {
|
|
3371
3188
|
}
|
|
3372
3189
|
|
|
3373
|
-
class BatchUpdateSecurityRequirementsCommand extends
|
|
3374
|
-
.classBuilder()
|
|
3375
|
-
.ep(commonParams)
|
|
3376
|
-
.m(function (Command, cs, config, o) {
|
|
3377
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3378
|
-
})
|
|
3379
|
-
.s("SecurityAgent", "BatchUpdateSecurityRequirements", {})
|
|
3380
|
-
.n("SecurityAgentClient", "BatchUpdateSecurityRequirementsCommand")
|
|
3381
|
-
.sc(BatchUpdateSecurityRequirements$)
|
|
3382
|
-
.build() {
|
|
3190
|
+
class BatchUpdateSecurityRequirementsCommand extends command(_ep0, _mw0, "BatchUpdateSecurityRequirements", BatchUpdateSecurityRequirements$) {
|
|
3383
3191
|
}
|
|
3384
3192
|
|
|
3385
|
-
class CreateAgentSpaceCommand extends
|
|
3386
|
-
.classBuilder()
|
|
3387
|
-
.ep(commonParams)
|
|
3388
|
-
.m(function (Command, cs, config, o) {
|
|
3389
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3390
|
-
})
|
|
3391
|
-
.s("SecurityAgent", "CreateAgentSpace", {})
|
|
3392
|
-
.n("SecurityAgentClient", "CreateAgentSpaceCommand")
|
|
3393
|
-
.sc(CreateAgentSpace$)
|
|
3394
|
-
.build() {
|
|
3193
|
+
class CreateAgentSpaceCommand extends command(_ep0, _mw0, "CreateAgentSpace", CreateAgentSpace$) {
|
|
3395
3194
|
}
|
|
3396
3195
|
|
|
3397
|
-
class CreateApplicationCommand extends
|
|
3398
|
-
.classBuilder()
|
|
3399
|
-
.ep(commonParams)
|
|
3400
|
-
.m(function (Command, cs, config, o) {
|
|
3401
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3402
|
-
})
|
|
3403
|
-
.s("SecurityAgent", "CreateApplication", {})
|
|
3404
|
-
.n("SecurityAgentClient", "CreateApplicationCommand")
|
|
3405
|
-
.sc(CreateApplication$)
|
|
3406
|
-
.build() {
|
|
3196
|
+
class CreateApplicationCommand extends command(_ep0, _mw0, "CreateApplication", CreateApplication$) {
|
|
3407
3197
|
}
|
|
3408
3198
|
|
|
3409
|
-
class CreateCodeReviewCommand extends
|
|
3410
|
-
.classBuilder()
|
|
3411
|
-
.ep(commonParams)
|
|
3412
|
-
.m(function (Command, cs, config, o) {
|
|
3413
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3414
|
-
})
|
|
3415
|
-
.s("SecurityAgent", "CreateCodeReview", {})
|
|
3416
|
-
.n("SecurityAgentClient", "CreateCodeReviewCommand")
|
|
3417
|
-
.sc(CreateCodeReview$)
|
|
3418
|
-
.build() {
|
|
3199
|
+
class CreateCodeReviewCommand extends command(_ep0, _mw0, "CreateCodeReview", CreateCodeReview$) {
|
|
3419
3200
|
}
|
|
3420
3201
|
|
|
3421
|
-
class CreateIntegrationCommand extends
|
|
3422
|
-
.classBuilder()
|
|
3423
|
-
.ep(commonParams)
|
|
3424
|
-
.m(function (Command, cs, config, o) {
|
|
3425
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3426
|
-
})
|
|
3427
|
-
.s("SecurityAgent", "CreateIntegration", {})
|
|
3428
|
-
.n("SecurityAgentClient", "CreateIntegrationCommand")
|
|
3429
|
-
.sc(CreateIntegration$)
|
|
3430
|
-
.build() {
|
|
3202
|
+
class CreateIntegrationCommand extends command(_ep0, _mw0, "CreateIntegration", CreateIntegration$) {
|
|
3431
3203
|
}
|
|
3432
3204
|
|
|
3433
|
-
class CreateMembershipCommand extends
|
|
3434
|
-
.classBuilder()
|
|
3435
|
-
.ep(commonParams)
|
|
3436
|
-
.m(function (Command, cs, config, o) {
|
|
3437
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3438
|
-
})
|
|
3439
|
-
.s("SecurityAgent", "CreateMembership", {})
|
|
3440
|
-
.n("SecurityAgentClient", "CreateMembershipCommand")
|
|
3441
|
-
.sc(CreateMembership$)
|
|
3442
|
-
.build() {
|
|
3205
|
+
class CreateMembershipCommand extends command(_ep0, _mw0, "CreateMembership", CreateMembership$) {
|
|
3443
3206
|
}
|
|
3444
3207
|
|
|
3445
|
-
class CreatePentestCommand extends
|
|
3446
|
-
.classBuilder()
|
|
3447
|
-
.ep(commonParams)
|
|
3448
|
-
.m(function (Command, cs, config, o) {
|
|
3449
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3450
|
-
})
|
|
3451
|
-
.s("SecurityAgent", "CreatePentest", {})
|
|
3452
|
-
.n("SecurityAgentClient", "CreatePentestCommand")
|
|
3453
|
-
.sc(CreatePentest$)
|
|
3454
|
-
.build() {
|
|
3208
|
+
class CreatePentestCommand extends command(_ep0, _mw0, "CreatePentest", CreatePentest$) {
|
|
3455
3209
|
}
|
|
3456
3210
|
|
|
3457
|
-
class CreatePrivateConnectionCommand extends
|
|
3458
|
-
.classBuilder()
|
|
3459
|
-
.ep(commonParams)
|
|
3460
|
-
.m(function (Command, cs, config, o) {
|
|
3461
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3462
|
-
})
|
|
3463
|
-
.s("SecurityAgent", "CreatePrivateConnection", {})
|
|
3464
|
-
.n("SecurityAgentClient", "CreatePrivateConnectionCommand")
|
|
3465
|
-
.sc(CreatePrivateConnection$)
|
|
3466
|
-
.build() {
|
|
3211
|
+
class CreatePrivateConnectionCommand extends command(_ep0, _mw0, "CreatePrivateConnection", CreatePrivateConnection$) {
|
|
3467
3212
|
}
|
|
3468
3213
|
|
|
3469
|
-
class CreateSecurityRequirementPackCommand extends
|
|
3470
|
-
.classBuilder()
|
|
3471
|
-
.ep(commonParams)
|
|
3472
|
-
.m(function (Command, cs, config, o) {
|
|
3473
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3474
|
-
})
|
|
3475
|
-
.s("SecurityAgent", "CreateSecurityRequirementPack", {})
|
|
3476
|
-
.n("SecurityAgentClient", "CreateSecurityRequirementPackCommand")
|
|
3477
|
-
.sc(CreateSecurityRequirementPack$)
|
|
3478
|
-
.build() {
|
|
3214
|
+
class CreateSecurityRequirementPackCommand extends command(_ep0, _mw0, "CreateSecurityRequirementPack", CreateSecurityRequirementPack$) {
|
|
3479
3215
|
}
|
|
3480
3216
|
|
|
3481
|
-
class CreateTargetDomainCommand extends
|
|
3482
|
-
.classBuilder()
|
|
3483
|
-
.ep(commonParams)
|
|
3484
|
-
.m(function (Command, cs, config, o) {
|
|
3485
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3486
|
-
})
|
|
3487
|
-
.s("SecurityAgent", "CreateTargetDomain", {})
|
|
3488
|
-
.n("SecurityAgentClient", "CreateTargetDomainCommand")
|
|
3489
|
-
.sc(CreateTargetDomain$)
|
|
3490
|
-
.build() {
|
|
3217
|
+
class CreateTargetDomainCommand extends command(_ep0, _mw0, "CreateTargetDomain", CreateTargetDomain$) {
|
|
3491
3218
|
}
|
|
3492
3219
|
|
|
3493
|
-
class CreateThreatCommand extends
|
|
3494
|
-
.classBuilder()
|
|
3495
|
-
.ep(commonParams)
|
|
3496
|
-
.m(function (Command, cs, config, o) {
|
|
3497
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3498
|
-
})
|
|
3499
|
-
.s("SecurityAgent", "CreateThreat", {})
|
|
3500
|
-
.n("SecurityAgentClient", "CreateThreatCommand")
|
|
3501
|
-
.sc(CreateThreat$)
|
|
3502
|
-
.build() {
|
|
3220
|
+
class CreateThreatCommand extends command(_ep0, _mw0, "CreateThreat", CreateThreat$) {
|
|
3503
3221
|
}
|
|
3504
3222
|
|
|
3505
|
-
class CreateThreatModelCommand extends
|
|
3506
|
-
.classBuilder()
|
|
3507
|
-
.ep(commonParams)
|
|
3508
|
-
.m(function (Command, cs, config, o) {
|
|
3509
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3510
|
-
})
|
|
3511
|
-
.s("SecurityAgent", "CreateThreatModel", {})
|
|
3512
|
-
.n("SecurityAgentClient", "CreateThreatModelCommand")
|
|
3513
|
-
.sc(CreateThreatModel$)
|
|
3514
|
-
.build() {
|
|
3223
|
+
class CreateThreatModelCommand extends command(_ep0, _mw0, "CreateThreatModel", CreateThreatModel$) {
|
|
3515
3224
|
}
|
|
3516
3225
|
|
|
3517
|
-
class DeleteAgentSpaceCommand extends
|
|
3518
|
-
.classBuilder()
|
|
3519
|
-
.ep(commonParams)
|
|
3520
|
-
.m(function (Command, cs, config, o) {
|
|
3521
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3522
|
-
})
|
|
3523
|
-
.s("SecurityAgent", "DeleteAgentSpace", {})
|
|
3524
|
-
.n("SecurityAgentClient", "DeleteAgentSpaceCommand")
|
|
3525
|
-
.sc(DeleteAgentSpace$)
|
|
3526
|
-
.build() {
|
|
3226
|
+
class DeleteAgentSpaceCommand extends command(_ep0, _mw0, "DeleteAgentSpace", DeleteAgentSpace$) {
|
|
3527
3227
|
}
|
|
3528
3228
|
|
|
3529
|
-
class DeleteApplicationCommand extends
|
|
3530
|
-
.classBuilder()
|
|
3531
|
-
.ep(commonParams)
|
|
3532
|
-
.m(function (Command, cs, config, o) {
|
|
3533
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3534
|
-
})
|
|
3535
|
-
.s("SecurityAgent", "DeleteApplication", {})
|
|
3536
|
-
.n("SecurityAgentClient", "DeleteApplicationCommand")
|
|
3537
|
-
.sc(DeleteApplication$)
|
|
3538
|
-
.build() {
|
|
3229
|
+
class DeleteApplicationCommand extends command(_ep0, _mw0, "DeleteApplication", DeleteApplication$) {
|
|
3539
3230
|
}
|
|
3540
3231
|
|
|
3541
|
-
class DeleteArtifactCommand extends
|
|
3542
|
-
.classBuilder()
|
|
3543
|
-
.ep(commonParams)
|
|
3544
|
-
.m(function (Command, cs, config, o) {
|
|
3545
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3546
|
-
})
|
|
3547
|
-
.s("SecurityAgent", "DeleteArtifact", {})
|
|
3548
|
-
.n("SecurityAgentClient", "DeleteArtifactCommand")
|
|
3549
|
-
.sc(DeleteArtifact$)
|
|
3550
|
-
.build() {
|
|
3232
|
+
class DeleteArtifactCommand extends command(_ep0, _mw0, "DeleteArtifact", DeleteArtifact$) {
|
|
3551
3233
|
}
|
|
3552
3234
|
|
|
3553
|
-
class DeleteIntegrationCommand extends
|
|
3554
|
-
.classBuilder()
|
|
3555
|
-
.ep(commonParams)
|
|
3556
|
-
.m(function (Command, cs, config, o) {
|
|
3557
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3558
|
-
})
|
|
3559
|
-
.s("SecurityAgent", "DeleteIntegration", {})
|
|
3560
|
-
.n("SecurityAgentClient", "DeleteIntegrationCommand")
|
|
3561
|
-
.sc(DeleteIntegration$)
|
|
3562
|
-
.build() {
|
|
3235
|
+
class DeleteIntegrationCommand extends command(_ep0, _mw0, "DeleteIntegration", DeleteIntegration$) {
|
|
3563
3236
|
}
|
|
3564
3237
|
|
|
3565
|
-
class DeleteMembershipCommand extends
|
|
3566
|
-
.classBuilder()
|
|
3567
|
-
.ep(commonParams)
|
|
3568
|
-
.m(function (Command, cs, config, o) {
|
|
3569
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3570
|
-
})
|
|
3571
|
-
.s("SecurityAgent", "DeleteMembership", {})
|
|
3572
|
-
.n("SecurityAgentClient", "DeleteMembershipCommand")
|
|
3573
|
-
.sc(DeleteMembership$)
|
|
3574
|
-
.build() {
|
|
3238
|
+
class DeleteMembershipCommand extends command(_ep0, _mw0, "DeleteMembership", DeleteMembership$) {
|
|
3575
3239
|
}
|
|
3576
3240
|
|
|
3577
|
-
class DeletePrivateConnectionCommand extends
|
|
3578
|
-
.classBuilder()
|
|
3579
|
-
.ep(commonParams)
|
|
3580
|
-
.m(function (Command, cs, config, o) {
|
|
3581
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3582
|
-
})
|
|
3583
|
-
.s("SecurityAgent", "DeletePrivateConnection", {})
|
|
3584
|
-
.n("SecurityAgentClient", "DeletePrivateConnectionCommand")
|
|
3585
|
-
.sc(DeletePrivateConnection$)
|
|
3586
|
-
.build() {
|
|
3241
|
+
class DeletePrivateConnectionCommand extends command(_ep0, _mw0, "DeletePrivateConnection", DeletePrivateConnection$) {
|
|
3587
3242
|
}
|
|
3588
3243
|
|
|
3589
|
-
class DeleteSecurityRequirementPackCommand extends
|
|
3590
|
-
.classBuilder()
|
|
3591
|
-
.ep(commonParams)
|
|
3592
|
-
.m(function (Command, cs, config, o) {
|
|
3593
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3594
|
-
})
|
|
3595
|
-
.s("SecurityAgent", "DeleteSecurityRequirementPack", {})
|
|
3596
|
-
.n("SecurityAgentClient", "DeleteSecurityRequirementPackCommand")
|
|
3597
|
-
.sc(DeleteSecurityRequirementPack$)
|
|
3598
|
-
.build() {
|
|
3244
|
+
class DeleteSecurityRequirementPackCommand extends command(_ep0, _mw0, "DeleteSecurityRequirementPack", DeleteSecurityRequirementPack$) {
|
|
3599
3245
|
}
|
|
3600
3246
|
|
|
3601
|
-
class DeleteTargetDomainCommand extends
|
|
3602
|
-
.classBuilder()
|
|
3603
|
-
.ep(commonParams)
|
|
3604
|
-
.m(function (Command, cs, config, o) {
|
|
3605
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3606
|
-
})
|
|
3607
|
-
.s("SecurityAgent", "DeleteTargetDomain", {})
|
|
3608
|
-
.n("SecurityAgentClient", "DeleteTargetDomainCommand")
|
|
3609
|
-
.sc(DeleteTargetDomain$)
|
|
3610
|
-
.build() {
|
|
3247
|
+
class DeleteTargetDomainCommand extends command(_ep0, _mw0, "DeleteTargetDomain", DeleteTargetDomain$) {
|
|
3611
3248
|
}
|
|
3612
3249
|
|
|
3613
|
-
class DescribePrivateConnectionCommand extends
|
|
3614
|
-
.classBuilder()
|
|
3615
|
-
.ep(commonParams)
|
|
3616
|
-
.m(function (Command, cs, config, o) {
|
|
3617
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3618
|
-
})
|
|
3619
|
-
.s("SecurityAgent", "DescribePrivateConnection", {})
|
|
3620
|
-
.n("SecurityAgentClient", "DescribePrivateConnectionCommand")
|
|
3621
|
-
.sc(DescribePrivateConnection$)
|
|
3622
|
-
.build() {
|
|
3250
|
+
class DescribePrivateConnectionCommand extends command(_ep0, _mw0, "DescribePrivateConnection", DescribePrivateConnection$) {
|
|
3623
3251
|
}
|
|
3624
3252
|
|
|
3625
|
-
class GetApplicationCommand extends
|
|
3626
|
-
.classBuilder()
|
|
3627
|
-
.ep(commonParams)
|
|
3628
|
-
.m(function (Command, cs, config, o) {
|
|
3629
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3630
|
-
})
|
|
3631
|
-
.s("SecurityAgent", "GetApplication", {})
|
|
3632
|
-
.n("SecurityAgentClient", "GetApplicationCommand")
|
|
3633
|
-
.sc(GetApplication$)
|
|
3634
|
-
.build() {
|
|
3253
|
+
class GetApplicationCommand extends command(_ep0, _mw0, "GetApplication", GetApplication$) {
|
|
3635
3254
|
}
|
|
3636
3255
|
|
|
3637
|
-
class GetArtifactCommand extends
|
|
3638
|
-
.classBuilder()
|
|
3639
|
-
.ep(commonParams)
|
|
3640
|
-
.m(function (Command, cs, config, o) {
|
|
3641
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3642
|
-
})
|
|
3643
|
-
.s("SecurityAgent", "GetArtifact", {})
|
|
3644
|
-
.n("SecurityAgentClient", "GetArtifactCommand")
|
|
3645
|
-
.sc(GetArtifact$)
|
|
3646
|
-
.build() {
|
|
3256
|
+
class GetArtifactCommand extends command(_ep0, _mw0, "GetArtifact", GetArtifact$) {
|
|
3647
3257
|
}
|
|
3648
3258
|
|
|
3649
|
-
class GetIntegrationCommand extends
|
|
3650
|
-
.classBuilder()
|
|
3651
|
-
.ep(commonParams)
|
|
3652
|
-
.m(function (Command, cs, config, o) {
|
|
3653
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3654
|
-
})
|
|
3655
|
-
.s("SecurityAgent", "GetIntegration", {})
|
|
3656
|
-
.n("SecurityAgentClient", "GetIntegrationCommand")
|
|
3657
|
-
.sc(GetIntegration$)
|
|
3658
|
-
.build() {
|
|
3259
|
+
class GetIntegrationCommand extends command(_ep0, _mw0, "GetIntegration", GetIntegration$) {
|
|
3659
3260
|
}
|
|
3660
3261
|
|
|
3661
|
-
class GetSecurityRequirementPackCommand extends
|
|
3662
|
-
.classBuilder()
|
|
3663
|
-
.ep(commonParams)
|
|
3664
|
-
.m(function (Command, cs, config, o) {
|
|
3665
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3666
|
-
})
|
|
3667
|
-
.s("SecurityAgent", "GetSecurityRequirementPack", {})
|
|
3668
|
-
.n("SecurityAgentClient", "GetSecurityRequirementPackCommand")
|
|
3669
|
-
.sc(GetSecurityRequirementPack$)
|
|
3670
|
-
.build() {
|
|
3262
|
+
class GetSecurityRequirementPackCommand extends command(_ep0, _mw0, "GetSecurityRequirementPack", GetSecurityRequirementPack$) {
|
|
3671
3263
|
}
|
|
3672
3264
|
|
|
3673
|
-
class ImportSecurityRequirementsCommand extends
|
|
3674
|
-
.classBuilder()
|
|
3675
|
-
.ep(commonParams)
|
|
3676
|
-
.m(function (Command, cs, config, o) {
|
|
3677
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3678
|
-
})
|
|
3679
|
-
.s("SecurityAgent", "ImportSecurityRequirements", {})
|
|
3680
|
-
.n("SecurityAgentClient", "ImportSecurityRequirementsCommand")
|
|
3681
|
-
.sc(ImportSecurityRequirements$)
|
|
3682
|
-
.build() {
|
|
3265
|
+
class ImportSecurityRequirementsCommand extends command(_ep0, _mw0, "ImportSecurityRequirements", ImportSecurityRequirements$) {
|
|
3683
3266
|
}
|
|
3684
3267
|
|
|
3685
|
-
class InitiateProviderRegistrationCommand extends
|
|
3686
|
-
.classBuilder()
|
|
3687
|
-
.ep(commonParams)
|
|
3688
|
-
.m(function (Command, cs, config, o) {
|
|
3689
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3690
|
-
})
|
|
3691
|
-
.s("SecurityAgent", "InitiateProviderRegistration", {})
|
|
3692
|
-
.n("SecurityAgentClient", "InitiateProviderRegistrationCommand")
|
|
3693
|
-
.sc(InitiateProviderRegistration$)
|
|
3694
|
-
.build() {
|
|
3268
|
+
class InitiateProviderRegistrationCommand extends command(_ep0, _mw0, "InitiateProviderRegistration", InitiateProviderRegistration$) {
|
|
3695
3269
|
}
|
|
3696
3270
|
|
|
3697
|
-
class ListAgentSpacesCommand extends
|
|
3698
|
-
.classBuilder()
|
|
3699
|
-
.ep(commonParams)
|
|
3700
|
-
.m(function (Command, cs, config, o) {
|
|
3701
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3702
|
-
})
|
|
3703
|
-
.s("SecurityAgent", "ListAgentSpaces", {})
|
|
3704
|
-
.n("SecurityAgentClient", "ListAgentSpacesCommand")
|
|
3705
|
-
.sc(ListAgentSpaces$)
|
|
3706
|
-
.build() {
|
|
3271
|
+
class ListAgentSpacesCommand extends command(_ep0, _mw0, "ListAgentSpaces", ListAgentSpaces$) {
|
|
3707
3272
|
}
|
|
3708
3273
|
|
|
3709
|
-
class ListApplicationsCommand extends
|
|
3710
|
-
.classBuilder()
|
|
3711
|
-
.ep(commonParams)
|
|
3712
|
-
.m(function (Command, cs, config, o) {
|
|
3713
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3714
|
-
})
|
|
3715
|
-
.s("SecurityAgent", "ListApplications", {})
|
|
3716
|
-
.n("SecurityAgentClient", "ListApplicationsCommand")
|
|
3717
|
-
.sc(ListApplications$)
|
|
3718
|
-
.build() {
|
|
3274
|
+
class ListApplicationsCommand extends command(_ep0, _mw0, "ListApplications", ListApplications$) {
|
|
3719
3275
|
}
|
|
3720
3276
|
|
|
3721
|
-
class ListArtifactsCommand extends
|
|
3722
|
-
.classBuilder()
|
|
3723
|
-
.ep(commonParams)
|
|
3724
|
-
.m(function (Command, cs, config, o) {
|
|
3725
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3726
|
-
})
|
|
3727
|
-
.s("SecurityAgent", "ListArtifacts", {})
|
|
3728
|
-
.n("SecurityAgentClient", "ListArtifactsCommand")
|
|
3729
|
-
.sc(ListArtifacts$)
|
|
3730
|
-
.build() {
|
|
3277
|
+
class ListArtifactsCommand extends command(_ep0, _mw0, "ListArtifacts", ListArtifacts$) {
|
|
3731
3278
|
}
|
|
3732
3279
|
|
|
3733
|
-
class ListCodeReviewJobsForCodeReviewCommand extends
|
|
3734
|
-
.classBuilder()
|
|
3735
|
-
.ep(commonParams)
|
|
3736
|
-
.m(function (Command, cs, config, o) {
|
|
3737
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3738
|
-
})
|
|
3739
|
-
.s("SecurityAgent", "ListCodeReviewJobsForCodeReview", {})
|
|
3740
|
-
.n("SecurityAgentClient", "ListCodeReviewJobsForCodeReviewCommand")
|
|
3741
|
-
.sc(ListCodeReviewJobsForCodeReview$)
|
|
3742
|
-
.build() {
|
|
3280
|
+
class ListCodeReviewJobsForCodeReviewCommand extends command(_ep0, _mw0, "ListCodeReviewJobsForCodeReview", ListCodeReviewJobsForCodeReview$) {
|
|
3743
3281
|
}
|
|
3744
3282
|
|
|
3745
|
-
class ListCodeReviewJobTasksCommand extends
|
|
3746
|
-
.classBuilder()
|
|
3747
|
-
.ep(commonParams)
|
|
3748
|
-
.m(function (Command, cs, config, o) {
|
|
3749
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3750
|
-
})
|
|
3751
|
-
.s("SecurityAgent", "ListCodeReviewJobTasks", {})
|
|
3752
|
-
.n("SecurityAgentClient", "ListCodeReviewJobTasksCommand")
|
|
3753
|
-
.sc(ListCodeReviewJobTasks$)
|
|
3754
|
-
.build() {
|
|
3283
|
+
class ListCodeReviewJobTasksCommand extends command(_ep0, _mw0, "ListCodeReviewJobTasks", ListCodeReviewJobTasks$) {
|
|
3755
3284
|
}
|
|
3756
3285
|
|
|
3757
|
-
class ListCodeReviewsCommand extends
|
|
3758
|
-
.classBuilder()
|
|
3759
|
-
.ep(commonParams)
|
|
3760
|
-
.m(function (Command, cs, config, o) {
|
|
3761
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3762
|
-
})
|
|
3763
|
-
.s("SecurityAgent", "ListCodeReviews", {})
|
|
3764
|
-
.n("SecurityAgentClient", "ListCodeReviewsCommand")
|
|
3765
|
-
.sc(ListCodeReviews$)
|
|
3766
|
-
.build() {
|
|
3286
|
+
class ListCodeReviewsCommand extends command(_ep0, _mw0, "ListCodeReviews", ListCodeReviews$) {
|
|
3767
3287
|
}
|
|
3768
3288
|
|
|
3769
|
-
class ListDiscoveredEndpointsCommand extends
|
|
3770
|
-
.classBuilder()
|
|
3771
|
-
.ep(commonParams)
|
|
3772
|
-
.m(function (Command, cs, config, o) {
|
|
3773
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3774
|
-
})
|
|
3775
|
-
.s("SecurityAgent", "ListDiscoveredEndpoints", {})
|
|
3776
|
-
.n("SecurityAgentClient", "ListDiscoveredEndpointsCommand")
|
|
3777
|
-
.sc(ListDiscoveredEndpoints$)
|
|
3778
|
-
.build() {
|
|
3289
|
+
class ListDiscoveredEndpointsCommand extends command(_ep0, _mw0, "ListDiscoveredEndpoints", ListDiscoveredEndpoints$) {
|
|
3779
3290
|
}
|
|
3780
3291
|
|
|
3781
|
-
class ListFindingsCommand extends
|
|
3782
|
-
.classBuilder()
|
|
3783
|
-
.ep(commonParams)
|
|
3784
|
-
.m(function (Command, cs, config, o) {
|
|
3785
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3786
|
-
})
|
|
3787
|
-
.s("SecurityAgent", "ListFindings", {})
|
|
3788
|
-
.n("SecurityAgentClient", "ListFindingsCommand")
|
|
3789
|
-
.sc(ListFindings$)
|
|
3790
|
-
.build() {
|
|
3292
|
+
class ListFindingsCommand extends command(_ep0, _mw0, "ListFindings", ListFindings$) {
|
|
3791
3293
|
}
|
|
3792
3294
|
|
|
3793
|
-
class ListIntegratedResourcesCommand extends
|
|
3794
|
-
.classBuilder()
|
|
3795
|
-
.ep(commonParams)
|
|
3796
|
-
.m(function (Command, cs, config, o) {
|
|
3797
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3798
|
-
})
|
|
3799
|
-
.s("SecurityAgent", "ListIntegratedResources", {})
|
|
3800
|
-
.n("SecurityAgentClient", "ListIntegratedResourcesCommand")
|
|
3801
|
-
.sc(ListIntegratedResources$)
|
|
3802
|
-
.build() {
|
|
3295
|
+
class ListIntegratedResourcesCommand extends command(_ep0, _mw0, "ListIntegratedResources", ListIntegratedResources$) {
|
|
3803
3296
|
}
|
|
3804
3297
|
|
|
3805
|
-
class ListIntegrationsCommand extends
|
|
3806
|
-
.classBuilder()
|
|
3807
|
-
.ep(commonParams)
|
|
3808
|
-
.m(function (Command, cs, config, o) {
|
|
3809
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3810
|
-
})
|
|
3811
|
-
.s("SecurityAgent", "ListIntegrations", {})
|
|
3812
|
-
.n("SecurityAgentClient", "ListIntegrationsCommand")
|
|
3813
|
-
.sc(ListIntegrations$)
|
|
3814
|
-
.build() {
|
|
3298
|
+
class ListIntegrationsCommand extends command(_ep0, _mw0, "ListIntegrations", ListIntegrations$) {
|
|
3815
3299
|
}
|
|
3816
3300
|
|
|
3817
|
-
class ListMembershipsCommand extends
|
|
3818
|
-
.classBuilder()
|
|
3819
|
-
.ep(commonParams)
|
|
3820
|
-
.m(function (Command, cs, config, o) {
|
|
3821
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3822
|
-
})
|
|
3823
|
-
.s("SecurityAgent", "ListMemberships", {})
|
|
3824
|
-
.n("SecurityAgentClient", "ListMembershipsCommand")
|
|
3825
|
-
.sc(ListMemberships$)
|
|
3826
|
-
.build() {
|
|
3301
|
+
class ListMembershipsCommand extends command(_ep0, _mw0, "ListMemberships", ListMemberships$) {
|
|
3827
3302
|
}
|
|
3828
3303
|
|
|
3829
|
-
class ListPentestJobsForPentestCommand extends
|
|
3830
|
-
.classBuilder()
|
|
3831
|
-
.ep(commonParams)
|
|
3832
|
-
.m(function (Command, cs, config, o) {
|
|
3833
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3834
|
-
})
|
|
3835
|
-
.s("SecurityAgent", "ListPentestJobsForPentest", {})
|
|
3836
|
-
.n("SecurityAgentClient", "ListPentestJobsForPentestCommand")
|
|
3837
|
-
.sc(ListPentestJobsForPentest$)
|
|
3838
|
-
.build() {
|
|
3304
|
+
class ListPentestJobsForPentestCommand extends command(_ep0, _mw0, "ListPentestJobsForPentest", ListPentestJobsForPentest$) {
|
|
3839
3305
|
}
|
|
3840
3306
|
|
|
3841
|
-
class ListPentestJobTasksCommand extends
|
|
3842
|
-
.classBuilder()
|
|
3843
|
-
.ep(commonParams)
|
|
3844
|
-
.m(function (Command, cs, config, o) {
|
|
3845
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3846
|
-
})
|
|
3847
|
-
.s("SecurityAgent", "ListPentestJobTasks", {})
|
|
3848
|
-
.n("SecurityAgentClient", "ListPentestJobTasksCommand")
|
|
3849
|
-
.sc(ListPentestJobTasks$)
|
|
3850
|
-
.build() {
|
|
3307
|
+
class ListPentestJobTasksCommand extends command(_ep0, _mw0, "ListPentestJobTasks", ListPentestJobTasks$) {
|
|
3851
3308
|
}
|
|
3852
3309
|
|
|
3853
|
-
class ListPentestsCommand extends
|
|
3854
|
-
.classBuilder()
|
|
3855
|
-
.ep(commonParams)
|
|
3856
|
-
.m(function (Command, cs, config, o) {
|
|
3857
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3858
|
-
})
|
|
3859
|
-
.s("SecurityAgent", "ListPentests", {})
|
|
3860
|
-
.n("SecurityAgentClient", "ListPentestsCommand")
|
|
3861
|
-
.sc(ListPentests$)
|
|
3862
|
-
.build() {
|
|
3310
|
+
class ListPentestsCommand extends command(_ep0, _mw0, "ListPentests", ListPentests$) {
|
|
3863
3311
|
}
|
|
3864
3312
|
|
|
3865
|
-
class ListPrivateConnectionsCommand extends
|
|
3866
|
-
.classBuilder()
|
|
3867
|
-
.ep(commonParams)
|
|
3868
|
-
.m(function (Command, cs, config, o) {
|
|
3869
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3870
|
-
})
|
|
3871
|
-
.s("SecurityAgent", "ListPrivateConnections", {})
|
|
3872
|
-
.n("SecurityAgentClient", "ListPrivateConnectionsCommand")
|
|
3873
|
-
.sc(ListPrivateConnections$)
|
|
3874
|
-
.build() {
|
|
3313
|
+
class ListPrivateConnectionsCommand extends command(_ep0, _mw0, "ListPrivateConnections", ListPrivateConnections$) {
|
|
3875
3314
|
}
|
|
3876
3315
|
|
|
3877
|
-
class ListSecurityRequirementPacksCommand extends
|
|
3878
|
-
.classBuilder()
|
|
3879
|
-
.ep(commonParams)
|
|
3880
|
-
.m(function (Command, cs, config, o) {
|
|
3881
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3882
|
-
})
|
|
3883
|
-
.s("SecurityAgent", "ListSecurityRequirementPacks", {})
|
|
3884
|
-
.n("SecurityAgentClient", "ListSecurityRequirementPacksCommand")
|
|
3885
|
-
.sc(ListSecurityRequirementPacks$)
|
|
3886
|
-
.build() {
|
|
3316
|
+
class ListSecurityRequirementPacksCommand extends command(_ep0, _mw0, "ListSecurityRequirementPacks", ListSecurityRequirementPacks$) {
|
|
3887
3317
|
}
|
|
3888
3318
|
|
|
3889
|
-
class ListSecurityRequirementsCommand extends
|
|
3890
|
-
.classBuilder()
|
|
3891
|
-
.ep(commonParams)
|
|
3892
|
-
.m(function (Command, cs, config, o) {
|
|
3893
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3894
|
-
})
|
|
3895
|
-
.s("SecurityAgent", "ListSecurityRequirements", {})
|
|
3896
|
-
.n("SecurityAgentClient", "ListSecurityRequirementsCommand")
|
|
3897
|
-
.sc(ListSecurityRequirements$)
|
|
3898
|
-
.build() {
|
|
3319
|
+
class ListSecurityRequirementsCommand extends command(_ep0, _mw0, "ListSecurityRequirements", ListSecurityRequirements$) {
|
|
3899
3320
|
}
|
|
3900
3321
|
|
|
3901
|
-
class ListTagsForResourceCommand extends
|
|
3902
|
-
.classBuilder()
|
|
3903
|
-
.ep(commonParams)
|
|
3904
|
-
.m(function (Command, cs, config, o) {
|
|
3905
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3906
|
-
})
|
|
3907
|
-
.s("SecurityAgent", "ListTagsForResource", {})
|
|
3908
|
-
.n("SecurityAgentClient", "ListTagsForResourceCommand")
|
|
3909
|
-
.sc(ListTagsForResource$)
|
|
3910
|
-
.build() {
|
|
3322
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
3911
3323
|
}
|
|
3912
3324
|
|
|
3913
|
-
class ListTargetDomainsCommand extends
|
|
3914
|
-
.classBuilder()
|
|
3915
|
-
.ep(commonParams)
|
|
3916
|
-
.m(function (Command, cs, config, o) {
|
|
3917
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3918
|
-
})
|
|
3919
|
-
.s("SecurityAgent", "ListTargetDomains", {})
|
|
3920
|
-
.n("SecurityAgentClient", "ListTargetDomainsCommand")
|
|
3921
|
-
.sc(ListTargetDomains$)
|
|
3922
|
-
.build() {
|
|
3325
|
+
class ListTargetDomainsCommand extends command(_ep0, _mw0, "ListTargetDomains", ListTargetDomains$) {
|
|
3923
3326
|
}
|
|
3924
3327
|
|
|
3925
|
-
class ListThreatModelJobsCommand extends
|
|
3926
|
-
.classBuilder()
|
|
3927
|
-
.ep(commonParams)
|
|
3928
|
-
.m(function (Command, cs, config, o) {
|
|
3929
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3930
|
-
})
|
|
3931
|
-
.s("SecurityAgent", "ListThreatModelJobs", {})
|
|
3932
|
-
.n("SecurityAgentClient", "ListThreatModelJobsCommand")
|
|
3933
|
-
.sc(ListThreatModelJobs$)
|
|
3934
|
-
.build() {
|
|
3328
|
+
class ListThreatModelJobsCommand extends command(_ep0, _mw0, "ListThreatModelJobs", ListThreatModelJobs$) {
|
|
3935
3329
|
}
|
|
3936
3330
|
|
|
3937
|
-
class ListThreatModelJobTasksCommand extends
|
|
3938
|
-
.classBuilder()
|
|
3939
|
-
.ep(commonParams)
|
|
3940
|
-
.m(function (Command, cs, config, o) {
|
|
3941
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3942
|
-
})
|
|
3943
|
-
.s("SecurityAgent", "ListThreatModelJobTasks", {})
|
|
3944
|
-
.n("SecurityAgentClient", "ListThreatModelJobTasksCommand")
|
|
3945
|
-
.sc(ListThreatModelJobTasks$)
|
|
3946
|
-
.build() {
|
|
3331
|
+
class ListThreatModelJobTasksCommand extends command(_ep0, _mw0, "ListThreatModelJobTasks", ListThreatModelJobTasks$) {
|
|
3947
3332
|
}
|
|
3948
3333
|
|
|
3949
|
-
class ListThreatModelsCommand extends
|
|
3950
|
-
.classBuilder()
|
|
3951
|
-
.ep(commonParams)
|
|
3952
|
-
.m(function (Command, cs, config, o) {
|
|
3953
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3954
|
-
})
|
|
3955
|
-
.s("SecurityAgent", "ListThreatModels", {})
|
|
3956
|
-
.n("SecurityAgentClient", "ListThreatModelsCommand")
|
|
3957
|
-
.sc(ListThreatModels$)
|
|
3958
|
-
.build() {
|
|
3334
|
+
class ListThreatModelsCommand extends command(_ep0, _mw0, "ListThreatModels", ListThreatModels$) {
|
|
3959
3335
|
}
|
|
3960
3336
|
|
|
3961
|
-
class ListThreatsCommand extends
|
|
3962
|
-
.classBuilder()
|
|
3963
|
-
.ep(commonParams)
|
|
3964
|
-
.m(function (Command, cs, config, o) {
|
|
3965
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3966
|
-
})
|
|
3967
|
-
.s("SecurityAgent", "ListThreats", {})
|
|
3968
|
-
.n("SecurityAgentClient", "ListThreatsCommand")
|
|
3969
|
-
.sc(ListThreats$)
|
|
3970
|
-
.build() {
|
|
3337
|
+
class ListThreatsCommand extends command(_ep0, _mw0, "ListThreats", ListThreats$) {
|
|
3971
3338
|
}
|
|
3972
3339
|
|
|
3973
|
-
class StartCodeRemediationCommand extends
|
|
3974
|
-
.classBuilder()
|
|
3975
|
-
.ep(commonParams)
|
|
3976
|
-
.m(function (Command, cs, config, o) {
|
|
3977
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3978
|
-
})
|
|
3979
|
-
.s("SecurityAgent", "StartCodeRemediation", {})
|
|
3980
|
-
.n("SecurityAgentClient", "StartCodeRemediationCommand")
|
|
3981
|
-
.sc(StartCodeRemediation$)
|
|
3982
|
-
.build() {
|
|
3340
|
+
class StartCodeRemediationCommand extends command(_ep0, _mw0, "StartCodeRemediation", StartCodeRemediation$) {
|
|
3983
3341
|
}
|
|
3984
3342
|
|
|
3985
|
-
class StartCodeReviewJobCommand extends
|
|
3986
|
-
.classBuilder()
|
|
3987
|
-
.ep(commonParams)
|
|
3988
|
-
.m(function (Command, cs, config, o) {
|
|
3989
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3990
|
-
})
|
|
3991
|
-
.s("SecurityAgent", "StartCodeReviewJob", {})
|
|
3992
|
-
.n("SecurityAgentClient", "StartCodeReviewJobCommand")
|
|
3993
|
-
.sc(StartCodeReviewJob$)
|
|
3994
|
-
.build() {
|
|
3343
|
+
class StartCodeReviewJobCommand extends command(_ep0, _mw0, "StartCodeReviewJob", StartCodeReviewJob$) {
|
|
3995
3344
|
}
|
|
3996
3345
|
|
|
3997
|
-
class StartPentestJobCommand extends
|
|
3998
|
-
.classBuilder()
|
|
3999
|
-
.ep(commonParams)
|
|
4000
|
-
.m(function (Command, cs, config, o) {
|
|
4001
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4002
|
-
})
|
|
4003
|
-
.s("SecurityAgent", "StartPentestJob", {})
|
|
4004
|
-
.n("SecurityAgentClient", "StartPentestJobCommand")
|
|
4005
|
-
.sc(StartPentestJob$)
|
|
4006
|
-
.build() {
|
|
3346
|
+
class StartPentestJobCommand extends command(_ep0, _mw0, "StartPentestJob", StartPentestJob$) {
|
|
4007
3347
|
}
|
|
4008
3348
|
|
|
4009
|
-
class StartThreatModelJobCommand extends
|
|
4010
|
-
.classBuilder()
|
|
4011
|
-
.ep(commonParams)
|
|
4012
|
-
.m(function (Command, cs, config, o) {
|
|
4013
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4014
|
-
})
|
|
4015
|
-
.s("SecurityAgent", "StartThreatModelJob", {})
|
|
4016
|
-
.n("SecurityAgentClient", "StartThreatModelJobCommand")
|
|
4017
|
-
.sc(StartThreatModelJob$)
|
|
4018
|
-
.build() {
|
|
3349
|
+
class StartThreatModelJobCommand extends command(_ep0, _mw0, "StartThreatModelJob", StartThreatModelJob$) {
|
|
4019
3350
|
}
|
|
4020
3351
|
|
|
4021
|
-
class StopCodeReviewJobCommand extends
|
|
4022
|
-
.classBuilder()
|
|
4023
|
-
.ep(commonParams)
|
|
4024
|
-
.m(function (Command, cs, config, o) {
|
|
4025
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4026
|
-
})
|
|
4027
|
-
.s("SecurityAgent", "StopCodeReviewJob", {})
|
|
4028
|
-
.n("SecurityAgentClient", "StopCodeReviewJobCommand")
|
|
4029
|
-
.sc(StopCodeReviewJob$)
|
|
4030
|
-
.build() {
|
|
3352
|
+
class StopCodeReviewJobCommand extends command(_ep0, _mw0, "StopCodeReviewJob", StopCodeReviewJob$) {
|
|
4031
3353
|
}
|
|
4032
3354
|
|
|
4033
|
-
class StopPentestJobCommand extends
|
|
4034
|
-
.classBuilder()
|
|
4035
|
-
.ep(commonParams)
|
|
4036
|
-
.m(function (Command, cs, config, o) {
|
|
4037
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4038
|
-
})
|
|
4039
|
-
.s("SecurityAgent", "StopPentestJob", {})
|
|
4040
|
-
.n("SecurityAgentClient", "StopPentestJobCommand")
|
|
4041
|
-
.sc(StopPentestJob$)
|
|
4042
|
-
.build() {
|
|
3355
|
+
class StopPentestJobCommand extends command(_ep0, _mw0, "StopPentestJob", StopPentestJob$) {
|
|
4043
3356
|
}
|
|
4044
3357
|
|
|
4045
|
-
class StopThreatModelJobCommand extends
|
|
4046
|
-
.classBuilder()
|
|
4047
|
-
.ep(commonParams)
|
|
4048
|
-
.m(function (Command, cs, config, o) {
|
|
4049
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4050
|
-
})
|
|
4051
|
-
.s("SecurityAgent", "StopThreatModelJob", {})
|
|
4052
|
-
.n("SecurityAgentClient", "StopThreatModelJobCommand")
|
|
4053
|
-
.sc(StopThreatModelJob$)
|
|
4054
|
-
.build() {
|
|
3358
|
+
class StopThreatModelJobCommand extends command(_ep0, _mw0, "StopThreatModelJob", StopThreatModelJob$) {
|
|
4055
3359
|
}
|
|
4056
3360
|
|
|
4057
|
-
class TagResourceCommand extends
|
|
4058
|
-
.classBuilder()
|
|
4059
|
-
.ep(commonParams)
|
|
4060
|
-
.m(function (Command, cs, config, o) {
|
|
4061
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4062
|
-
})
|
|
4063
|
-
.s("SecurityAgent", "TagResource", {})
|
|
4064
|
-
.n("SecurityAgentClient", "TagResourceCommand")
|
|
4065
|
-
.sc(TagResource$)
|
|
4066
|
-
.build() {
|
|
3361
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
4067
3362
|
}
|
|
4068
3363
|
|
|
4069
|
-
class UntagResourceCommand extends
|
|
4070
|
-
.classBuilder()
|
|
4071
|
-
.ep(commonParams)
|
|
4072
|
-
.m(function (Command, cs, config, o) {
|
|
4073
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4074
|
-
})
|
|
4075
|
-
.s("SecurityAgent", "UntagResource", {})
|
|
4076
|
-
.n("SecurityAgentClient", "UntagResourceCommand")
|
|
4077
|
-
.sc(UntagResource$)
|
|
4078
|
-
.build() {
|
|
3364
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
4079
3365
|
}
|
|
4080
3366
|
|
|
4081
|
-
class UpdateAgentSpaceCommand extends
|
|
4082
|
-
.classBuilder()
|
|
4083
|
-
.ep(commonParams)
|
|
4084
|
-
.m(function (Command, cs, config, o) {
|
|
4085
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4086
|
-
})
|
|
4087
|
-
.s("SecurityAgent", "UpdateAgentSpace", {})
|
|
4088
|
-
.n("SecurityAgentClient", "UpdateAgentSpaceCommand")
|
|
4089
|
-
.sc(UpdateAgentSpace$)
|
|
4090
|
-
.build() {
|
|
3367
|
+
class UpdateAgentSpaceCommand extends command(_ep0, _mw0, "UpdateAgentSpace", UpdateAgentSpace$) {
|
|
4091
3368
|
}
|
|
4092
3369
|
|
|
4093
|
-
class UpdateApplicationCommand extends
|
|
4094
|
-
.classBuilder()
|
|
4095
|
-
.ep(commonParams)
|
|
4096
|
-
.m(function (Command, cs, config, o) {
|
|
4097
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4098
|
-
})
|
|
4099
|
-
.s("SecurityAgent", "UpdateApplication", {})
|
|
4100
|
-
.n("SecurityAgentClient", "UpdateApplicationCommand")
|
|
4101
|
-
.sc(UpdateApplication$)
|
|
4102
|
-
.build() {
|
|
3370
|
+
class UpdateApplicationCommand extends command(_ep0, _mw0, "UpdateApplication", UpdateApplication$) {
|
|
4103
3371
|
}
|
|
4104
3372
|
|
|
4105
|
-
class UpdateCodeReviewCommand extends
|
|
4106
|
-
.classBuilder()
|
|
4107
|
-
.ep(commonParams)
|
|
4108
|
-
.m(function (Command, cs, config, o) {
|
|
4109
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4110
|
-
})
|
|
4111
|
-
.s("SecurityAgent", "UpdateCodeReview", {})
|
|
4112
|
-
.n("SecurityAgentClient", "UpdateCodeReviewCommand")
|
|
4113
|
-
.sc(UpdateCodeReview$)
|
|
4114
|
-
.build() {
|
|
3373
|
+
class UpdateCodeReviewCommand extends command(_ep0, _mw0, "UpdateCodeReview", UpdateCodeReview$) {
|
|
4115
3374
|
}
|
|
4116
3375
|
|
|
4117
|
-
class UpdateFindingCommand extends
|
|
4118
|
-
.classBuilder()
|
|
4119
|
-
.ep(commonParams)
|
|
4120
|
-
.m(function (Command, cs, config, o) {
|
|
4121
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4122
|
-
})
|
|
4123
|
-
.s("SecurityAgent", "UpdateFinding", {})
|
|
4124
|
-
.n("SecurityAgentClient", "UpdateFindingCommand")
|
|
4125
|
-
.sc(UpdateFinding$)
|
|
4126
|
-
.build() {
|
|
3376
|
+
class UpdateFindingCommand extends command(_ep0, _mw0, "UpdateFinding", UpdateFinding$) {
|
|
4127
3377
|
}
|
|
4128
3378
|
|
|
4129
|
-
class UpdateIntegratedResourcesCommand extends
|
|
4130
|
-
.classBuilder()
|
|
4131
|
-
.ep(commonParams)
|
|
4132
|
-
.m(function (Command, cs, config, o) {
|
|
4133
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4134
|
-
})
|
|
4135
|
-
.s("SecurityAgent", "UpdateIntegratedResources", {})
|
|
4136
|
-
.n("SecurityAgentClient", "UpdateIntegratedResourcesCommand")
|
|
4137
|
-
.sc(UpdateIntegratedResources$)
|
|
4138
|
-
.build() {
|
|
3379
|
+
class UpdateIntegratedResourcesCommand extends command(_ep0, _mw0, "UpdateIntegratedResources", UpdateIntegratedResources$) {
|
|
4139
3380
|
}
|
|
4140
3381
|
|
|
4141
|
-
class UpdatePentestCommand extends
|
|
4142
|
-
.classBuilder()
|
|
4143
|
-
.ep(commonParams)
|
|
4144
|
-
.m(function (Command, cs, config, o) {
|
|
4145
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4146
|
-
})
|
|
4147
|
-
.s("SecurityAgent", "UpdatePentest", {})
|
|
4148
|
-
.n("SecurityAgentClient", "UpdatePentestCommand")
|
|
4149
|
-
.sc(UpdatePentest$)
|
|
4150
|
-
.build() {
|
|
3382
|
+
class UpdatePentestCommand extends command(_ep0, _mw0, "UpdatePentest", UpdatePentest$) {
|
|
4151
3383
|
}
|
|
4152
3384
|
|
|
4153
|
-
class UpdatePrivateConnectionCertificateCommand extends
|
|
4154
|
-
.classBuilder()
|
|
4155
|
-
.ep(commonParams)
|
|
4156
|
-
.m(function (Command, cs, config, o) {
|
|
4157
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4158
|
-
})
|
|
4159
|
-
.s("SecurityAgent", "UpdatePrivateConnectionCertificate", {})
|
|
4160
|
-
.n("SecurityAgentClient", "UpdatePrivateConnectionCertificateCommand")
|
|
4161
|
-
.sc(UpdatePrivateConnectionCertificate$)
|
|
4162
|
-
.build() {
|
|
3385
|
+
class UpdatePrivateConnectionCertificateCommand extends command(_ep0, _mw0, "UpdatePrivateConnectionCertificate", UpdatePrivateConnectionCertificate$) {
|
|
4163
3386
|
}
|
|
4164
3387
|
|
|
4165
|
-
class UpdateSecurityRequirementPackCommand extends
|
|
4166
|
-
.classBuilder()
|
|
4167
|
-
.ep(commonParams)
|
|
4168
|
-
.m(function (Command, cs, config, o) {
|
|
4169
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4170
|
-
})
|
|
4171
|
-
.s("SecurityAgent", "UpdateSecurityRequirementPack", {})
|
|
4172
|
-
.n("SecurityAgentClient", "UpdateSecurityRequirementPackCommand")
|
|
4173
|
-
.sc(UpdateSecurityRequirementPack$)
|
|
4174
|
-
.build() {
|
|
3388
|
+
class UpdateSecurityRequirementPackCommand extends command(_ep0, _mw0, "UpdateSecurityRequirementPack", UpdateSecurityRequirementPack$) {
|
|
4175
3389
|
}
|
|
4176
3390
|
|
|
4177
|
-
class UpdateTargetDomainCommand extends
|
|
4178
|
-
.classBuilder()
|
|
4179
|
-
.ep(commonParams)
|
|
4180
|
-
.m(function (Command, cs, config, o) {
|
|
4181
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4182
|
-
})
|
|
4183
|
-
.s("SecurityAgent", "UpdateTargetDomain", {})
|
|
4184
|
-
.n("SecurityAgentClient", "UpdateTargetDomainCommand")
|
|
4185
|
-
.sc(UpdateTargetDomain$)
|
|
4186
|
-
.build() {
|
|
3391
|
+
class UpdateTargetDomainCommand extends command(_ep0, _mw0, "UpdateTargetDomain", UpdateTargetDomain$) {
|
|
4187
3392
|
}
|
|
4188
3393
|
|
|
4189
|
-
class UpdateThreatCommand extends
|
|
4190
|
-
.classBuilder()
|
|
4191
|
-
.ep(commonParams)
|
|
4192
|
-
.m(function (Command, cs, config, o) {
|
|
4193
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4194
|
-
})
|
|
4195
|
-
.s("SecurityAgent", "UpdateThreat", {})
|
|
4196
|
-
.n("SecurityAgentClient", "UpdateThreatCommand")
|
|
4197
|
-
.sc(UpdateThreat$)
|
|
4198
|
-
.build() {
|
|
3394
|
+
class UpdateThreatCommand extends command(_ep0, _mw0, "UpdateThreat", UpdateThreat$) {
|
|
4199
3395
|
}
|
|
4200
3396
|
|
|
4201
|
-
class UpdateThreatModelCommand extends
|
|
4202
|
-
.classBuilder()
|
|
4203
|
-
.ep(commonParams)
|
|
4204
|
-
.m(function (Command, cs, config, o) {
|
|
4205
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4206
|
-
})
|
|
4207
|
-
.s("SecurityAgent", "UpdateThreatModel", {})
|
|
4208
|
-
.n("SecurityAgentClient", "UpdateThreatModelCommand")
|
|
4209
|
-
.sc(UpdateThreatModel$)
|
|
4210
|
-
.build() {
|
|
3397
|
+
class UpdateThreatModelCommand extends command(_ep0, _mw0, "UpdateThreatModel", UpdateThreatModel$) {
|
|
4211
3398
|
}
|
|
4212
3399
|
|
|
4213
|
-
class VerifyTargetDomainCommand extends
|
|
4214
|
-
.classBuilder()
|
|
4215
|
-
.ep(commonParams)
|
|
4216
|
-
.m(function (Command, cs, config, o) {
|
|
4217
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
4218
|
-
})
|
|
4219
|
-
.s("SecurityAgent", "VerifyTargetDomain", {})
|
|
4220
|
-
.n("SecurityAgentClient", "VerifyTargetDomainCommand")
|
|
4221
|
-
.sc(VerifyTargetDomain$)
|
|
4222
|
-
.build() {
|
|
3400
|
+
class VerifyTargetDomainCommand extends command(_ep0, _mw0, "VerifyTargetDomain", VerifyTargetDomain$) {
|
|
4223
3401
|
}
|
|
4224
3402
|
|
|
4225
3403
|
const paginateListAgentSpaces = createPaginator(SecurityAgentClient, ListAgentSpacesCommand, "nextToken", "nextToken", "maxResults");
|