@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-es/runtimeConfig.js
CHANGED
|
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
|
|
|
5
5
|
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
6
6
|
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
7
7
|
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
8
|
-
import { calculateBodyLength
|
|
8
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
9
9
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
10
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
11
11
|
export const getRuntimeConfig = (config) => {
|
|
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
35
35
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
36
36
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
37
37
|
}, config),
|
|
38
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
39
38
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
40
39
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
41
40
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
2
1
|
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
3
2
|
export const getRuntimeConfig = (config) => {
|
|
4
3
|
const browserDefaults = getBrowserRuntimeConfig(config);
|
|
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
|
|
|
6
5
|
...browserDefaults,
|
|
7
6
|
...config,
|
|
8
7
|
runtime: "react-native",
|
|
9
|
-
sha256: config?.sha256 ?? Sha256,
|
|
10
8
|
};
|
|
11
9
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
+
import { Sha256 } from "@smithy/core/checksum";
|
|
3
4
|
import { NoOpLogger } from "@smithy/core/client";
|
|
4
5
|
import { parseUrl } from "@smithy/core/protocols";
|
|
5
6
|
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
31
32
|
serviceTarget: "SecurityAgent",
|
|
32
33
|
},
|
|
33
34
|
serviceId: config?.serviceId ?? "SecurityAgent",
|
|
35
|
+
sha256: config?.sha256 ?? Sha256,
|
|
34
36
|
urlParser: config?.urlParser ?? parseUrl,
|
|
35
37
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
36
38
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./SecurityAgentClient";
|
|
3
|
+
/**
|
|
4
|
+
* @internal
|
|
5
|
+
*/
|
|
6
|
+
export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
|
|
7
|
+
new (input: I): import("@smithy/core/client").CommandImpl<I, O, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
8
|
+
new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
9
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* @internal
|
|
13
|
+
*/
|
|
14
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
15
|
+
/**
|
|
16
|
+
* @internal
|
|
17
|
+
*/
|
|
18
|
+
export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { AddArtifactInput, AddArtifactOutput } from "../models/models_0";
|
|
4
|
-
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface AddArtifactCommandInput extends AddArtifactInput {
|
|
|
22
19
|
export interface AddArtifactCommandOutput extends AddArtifactOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const AddArtifactCommand_base: {
|
|
25
|
-
new (input: AddArtifactCommandInput): import("@smithy/core/client").CommandImpl<AddArtifactCommandInput, AddArtifactCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: AddArtifactCommandInput): import("@smithy/core/client").CommandImpl<AddArtifactCommandInput, AddArtifactCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: AddArtifactCommandInput): import("@smithy/core/client").CommandImpl<AddArtifactCommandInput, AddArtifactCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: AddArtifactCommandInput): import("@smithy/core/client").CommandImpl<AddArtifactCommandInput, AddArtifactCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Uploads an artifact to an agent space. Artifacts provide additional context for security testing, such as architecture diagrams, API specifications, or configuration files.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { BatchCreateSecurityRequirementsInput, BatchCreateSecurityRequirementsOutput } from "../models/models_0";
|
|
4
|
-
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchCreateSecurityRequirementsCommandInput extends BatchCreate
|
|
|
22
19
|
export interface BatchCreateSecurityRequirementsCommandOutput extends BatchCreateSecurityRequirementsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchCreateSecurityRequirementsCommand_base: {
|
|
25
|
-
new (input: BatchCreateSecurityRequirementsCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateSecurityRequirementsCommandInput, BatchCreateSecurityRequirementsCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchCreateSecurityRequirementsCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateSecurityRequirementsCommandInput, BatchCreateSecurityRequirementsCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchCreateSecurityRequirementsCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateSecurityRequirementsCommandInput, BatchCreateSecurityRequirementsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchCreateSecurityRequirementsCommandInput): import("@smithy/core/client").CommandImpl<BatchCreateSecurityRequirementsCommandInput, BatchCreateSecurityRequirementsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Batch creates security requirements in a customer managed pack.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { BatchDeleteCodeReviewsInput, BatchDeleteCodeReviewsOutput } from "../models/models_0";
|
|
4
|
-
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchDeleteCodeReviewsCommandInput extends BatchDeleteCodeRevie
|
|
|
22
19
|
export interface BatchDeleteCodeReviewsCommandOutput extends BatchDeleteCodeReviewsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchDeleteCodeReviewsCommand_base: {
|
|
25
|
-
new (input: BatchDeleteCodeReviewsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteCodeReviewsCommandInput, BatchDeleteCodeReviewsCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchDeleteCodeReviewsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteCodeReviewsCommandInput, BatchDeleteCodeReviewsCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchDeleteCodeReviewsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteCodeReviewsCommandInput, BatchDeleteCodeReviewsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchDeleteCodeReviewsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteCodeReviewsCommandInput, BatchDeleteCodeReviewsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes one or more code reviews from an agent space.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { BatchDeletePentestsInput, BatchDeletePentestsOutput } from "../models/models_0";
|
|
4
|
-
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchDeletePentestsCommandInput extends BatchDeletePentestsInpu
|
|
|
22
19
|
export interface BatchDeletePentestsCommandOutput extends BatchDeletePentestsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchDeletePentestsCommand_base: {
|
|
25
|
-
new (input: BatchDeletePentestsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeletePentestsCommandInput, BatchDeletePentestsCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchDeletePentestsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeletePentestsCommandInput, BatchDeletePentestsCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchDeletePentestsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeletePentestsCommandInput, BatchDeletePentestsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchDeletePentestsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeletePentestsCommandInput, BatchDeletePentestsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes one or more pentests from an agent space.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { BatchDeleteSecurityRequirementsInput, BatchDeleteSecurityRequirementsOutput } from "../models/models_0";
|
|
4
|
-
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchDeleteSecurityRequirementsCommandInput extends BatchDelete
|
|
|
22
19
|
export interface BatchDeleteSecurityRequirementsCommandOutput extends BatchDeleteSecurityRequirementsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchDeleteSecurityRequirementsCommand_base: {
|
|
25
|
-
new (input: BatchDeleteSecurityRequirementsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteSecurityRequirementsCommandInput, BatchDeleteSecurityRequirementsCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchDeleteSecurityRequirementsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteSecurityRequirementsCommandInput, BatchDeleteSecurityRequirementsCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchDeleteSecurityRequirementsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteSecurityRequirementsCommandInput, BatchDeleteSecurityRequirementsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchDeleteSecurityRequirementsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteSecurityRequirementsCommandInput, BatchDeleteSecurityRequirementsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Batch deletes security requirements from a customer managed pack.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { BatchDeleteThreatModelsInput, BatchDeleteThreatModelsOutput } from "../models/models_0";
|
|
4
|
-
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchDeleteThreatModelsCommandInput extends BatchDeleteThreatMo
|
|
|
22
19
|
export interface BatchDeleteThreatModelsCommandOutput extends BatchDeleteThreatModelsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchDeleteThreatModelsCommand_base: {
|
|
25
|
-
new (input: BatchDeleteThreatModelsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteThreatModelsCommandInput, BatchDeleteThreatModelsCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchDeleteThreatModelsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteThreatModelsCommandInput, BatchDeleteThreatModelsCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchDeleteThreatModelsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteThreatModelsCommandInput, BatchDeleteThreatModelsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchDeleteThreatModelsCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteThreatModelsCommandInput, BatchDeleteThreatModelsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Deletes one or more threat models from an agent space.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { BatchGetAgentSpacesInput, BatchGetAgentSpacesOutput } from "../models/models_0";
|
|
4
|
-
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchGetAgentSpacesCommandInput extends BatchGetAgentSpacesInpu
|
|
|
22
19
|
export interface BatchGetAgentSpacesCommandOutput extends BatchGetAgentSpacesOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchGetAgentSpacesCommand_base: {
|
|
25
|
-
new (input: BatchGetAgentSpacesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetAgentSpacesCommandInput, BatchGetAgentSpacesCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchGetAgentSpacesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetAgentSpacesCommandInput, BatchGetAgentSpacesCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchGetAgentSpacesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetAgentSpacesCommandInput, BatchGetAgentSpacesCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchGetAgentSpacesCommandInput): import("@smithy/core/client").CommandImpl<BatchGetAgentSpacesCommandInput, BatchGetAgentSpacesCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about one or more agent spaces.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { BatchGetArtifactMetadataInput, BatchGetArtifactMetadataOutput } from "../models/models_0";
|
|
4
|
-
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchGetArtifactMetadataCommandInput extends BatchGetArtifactMe
|
|
|
22
19
|
export interface BatchGetArtifactMetadataCommandOutput extends BatchGetArtifactMetadataOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchGetArtifactMetadataCommand_base: {
|
|
25
|
-
new (input: BatchGetArtifactMetadataCommandInput): import("@smithy/core/client").CommandImpl<BatchGetArtifactMetadataCommandInput, BatchGetArtifactMetadataCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchGetArtifactMetadataCommandInput): import("@smithy/core/client").CommandImpl<BatchGetArtifactMetadataCommandInput, BatchGetArtifactMetadataCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchGetArtifactMetadataCommandInput): import("@smithy/core/client").CommandImpl<BatchGetArtifactMetadataCommandInput, BatchGetArtifactMetadataCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchGetArtifactMetadataCommandInput): import("@smithy/core/client").CommandImpl<BatchGetArtifactMetadataCommandInput, BatchGetArtifactMetadataCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves metadata for one or more artifacts in an agent space.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { BatchGetCodeReviewJobTasksInput, BatchGetCodeReviewJobTasksOutput } from "../models/models_0";
|
|
4
|
-
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchGetCodeReviewJobTasksCommandInput extends BatchGetCodeRevi
|
|
|
22
19
|
export interface BatchGetCodeReviewJobTasksCommandOutput extends BatchGetCodeReviewJobTasksOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchGetCodeReviewJobTasksCommand_base: {
|
|
25
|
-
new (input: BatchGetCodeReviewJobTasksCommandInput): import("@smithy/core/client").CommandImpl<BatchGetCodeReviewJobTasksCommandInput, BatchGetCodeReviewJobTasksCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchGetCodeReviewJobTasksCommandInput): import("@smithy/core/client").CommandImpl<BatchGetCodeReviewJobTasksCommandInput, BatchGetCodeReviewJobTasksCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchGetCodeReviewJobTasksCommandInput): import("@smithy/core/client").CommandImpl<BatchGetCodeReviewJobTasksCommandInput, BatchGetCodeReviewJobTasksCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchGetCodeReviewJobTasksCommandInput): import("@smithy/core/client").CommandImpl<BatchGetCodeReviewJobTasksCommandInput, BatchGetCodeReviewJobTasksCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about one or more tasks within a code review job.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { BatchGetCodeReviewJobsInput, BatchGetCodeReviewJobsOutput } from "../models/models_0";
|
|
4
|
-
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchGetCodeReviewJobsCommandInput extends BatchGetCodeReviewJo
|
|
|
22
19
|
export interface BatchGetCodeReviewJobsCommandOutput extends BatchGetCodeReviewJobsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchGetCodeReviewJobsCommand_base: {
|
|
25
|
-
new (input: BatchGetCodeReviewJobsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetCodeReviewJobsCommandInput, BatchGetCodeReviewJobsCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchGetCodeReviewJobsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetCodeReviewJobsCommandInput, BatchGetCodeReviewJobsCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchGetCodeReviewJobsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetCodeReviewJobsCommandInput, BatchGetCodeReviewJobsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchGetCodeReviewJobsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetCodeReviewJobsCommandInput, BatchGetCodeReviewJobsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about one or more code review jobs in an agent space.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { BatchGetCodeReviewsInput, BatchGetCodeReviewsOutput } from "../models/models_0";
|
|
4
|
-
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchGetCodeReviewsCommandInput extends BatchGetCodeReviewsInpu
|
|
|
22
19
|
export interface BatchGetCodeReviewsCommandOutput extends BatchGetCodeReviewsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchGetCodeReviewsCommand_base: {
|
|
25
|
-
new (input: BatchGetCodeReviewsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetCodeReviewsCommandInput, BatchGetCodeReviewsCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchGetCodeReviewsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetCodeReviewsCommandInput, BatchGetCodeReviewsCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchGetCodeReviewsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetCodeReviewsCommandInput, BatchGetCodeReviewsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchGetCodeReviewsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetCodeReviewsCommandInput, BatchGetCodeReviewsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about one or more code reviews in an agent space.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { BatchGetFindingsInput, BatchGetFindingsOutput } from "../models/models_0";
|
|
4
|
-
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchGetFindingsCommandInput extends BatchGetFindingsInput {
|
|
|
22
19
|
export interface BatchGetFindingsCommandOutput extends BatchGetFindingsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchGetFindingsCommand_base: {
|
|
25
|
-
new (input: BatchGetFindingsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetFindingsCommandInput, BatchGetFindingsCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchGetFindingsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetFindingsCommandInput, BatchGetFindingsCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchGetFindingsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetFindingsCommandInput, BatchGetFindingsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchGetFindingsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetFindingsCommandInput, BatchGetFindingsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about one or more security findings in an agent space.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { BatchGetPentestJobTasksInput, BatchGetPentestJobTasksOutput } from "../models/models_0";
|
|
4
|
-
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchGetPentestJobTasksCommandInput extends BatchGetPentestJobT
|
|
|
22
19
|
export interface BatchGetPentestJobTasksCommandOutput extends BatchGetPentestJobTasksOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchGetPentestJobTasksCommand_base: {
|
|
25
|
-
new (input: BatchGetPentestJobTasksCommandInput): import("@smithy/core/client").CommandImpl<BatchGetPentestJobTasksCommandInput, BatchGetPentestJobTasksCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchGetPentestJobTasksCommandInput): import("@smithy/core/client").CommandImpl<BatchGetPentestJobTasksCommandInput, BatchGetPentestJobTasksCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchGetPentestJobTasksCommandInput): import("@smithy/core/client").CommandImpl<BatchGetPentestJobTasksCommandInput, BatchGetPentestJobTasksCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchGetPentestJobTasksCommandInput): import("@smithy/core/client").CommandImpl<BatchGetPentestJobTasksCommandInput, BatchGetPentestJobTasksCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about one or more tasks within a pentest job.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { BatchGetPentestJobsInput, BatchGetPentestJobsOutput } from "../models/models_0";
|
|
4
|
-
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchGetPentestJobsCommandInput extends BatchGetPentestJobsInpu
|
|
|
22
19
|
export interface BatchGetPentestJobsCommandOutput extends BatchGetPentestJobsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchGetPentestJobsCommand_base: {
|
|
25
|
-
new (input: BatchGetPentestJobsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetPentestJobsCommandInput, BatchGetPentestJobsCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchGetPentestJobsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetPentestJobsCommandInput, BatchGetPentestJobsCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchGetPentestJobsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetPentestJobsCommandInput, BatchGetPentestJobsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchGetPentestJobsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetPentestJobsCommandInput, BatchGetPentestJobsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about one or more pentest jobs in an agent space.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { BatchGetPentestsInput, BatchGetPentestsOutput } from "../models/models_0";
|
|
4
|
-
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchGetPentestsCommandInput extends BatchGetPentestsInput {
|
|
|
22
19
|
export interface BatchGetPentestsCommandOutput extends BatchGetPentestsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchGetPentestsCommand_base: {
|
|
25
|
-
new (input: BatchGetPentestsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetPentestsCommandInput, BatchGetPentestsCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchGetPentestsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetPentestsCommandInput, BatchGetPentestsCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchGetPentestsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetPentestsCommandInput, BatchGetPentestsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchGetPentestsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetPentestsCommandInput, BatchGetPentestsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about one or more pentests in an agent space.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { BatchGetSecurityRequirementsInput, BatchGetSecurityRequirementsOutput } from "../models/models_0";
|
|
4
|
-
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchGetSecurityRequirementsCommandInput extends BatchGetSecuri
|
|
|
22
19
|
export interface BatchGetSecurityRequirementsCommandOutput extends BatchGetSecurityRequirementsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchGetSecurityRequirementsCommand_base: {
|
|
25
|
-
new (input: BatchGetSecurityRequirementsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetSecurityRequirementsCommandInput, BatchGetSecurityRequirementsCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchGetSecurityRequirementsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetSecurityRequirementsCommandInput, BatchGetSecurityRequirementsCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchGetSecurityRequirementsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetSecurityRequirementsCommandInput, BatchGetSecurityRequirementsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchGetSecurityRequirementsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetSecurityRequirementsCommandInput, BatchGetSecurityRequirementsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Batch retrieves security requirements from a pack.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { BatchGetTargetDomainsInput, BatchGetTargetDomainsOutput } from "../models/models_0";
|
|
4
|
-
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchGetTargetDomainsCommandInput extends BatchGetTargetDomains
|
|
|
22
19
|
export interface BatchGetTargetDomainsCommandOutput extends BatchGetTargetDomainsOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchGetTargetDomainsCommand_base: {
|
|
25
|
-
new (input: BatchGetTargetDomainsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetTargetDomainsCommandInput, BatchGetTargetDomainsCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchGetTargetDomainsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetTargetDomainsCommandInput, BatchGetTargetDomainsCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchGetTargetDomainsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetTargetDomainsCommandInput, BatchGetTargetDomainsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchGetTargetDomainsCommandInput): import("@smithy/core/client").CommandImpl<BatchGetTargetDomainsCommandInput, BatchGetTargetDomainsCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about one or more target domains.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
2
|
import type { BatchGetThreatModelJobTasksInput, BatchGetThreatModelJobTasksOutput } from "../models/models_0";
|
|
4
|
-
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface BatchGetThreatModelJobTasksCommandInput extends BatchGetThreatM
|
|
|
22
19
|
export interface BatchGetThreatModelJobTasksCommandOutput extends BatchGetThreatModelJobTasksOutput, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const BatchGetThreatModelJobTasksCommand_base: {
|
|
25
|
-
new (input: BatchGetThreatModelJobTasksCommandInput): import("@smithy/core/client").CommandImpl<BatchGetThreatModelJobTasksCommandInput, BatchGetThreatModelJobTasksCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: BatchGetThreatModelJobTasksCommandInput): import("@smithy/core/client").CommandImpl<BatchGetThreatModelJobTasksCommandInput, BatchGetThreatModelJobTasksCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: BatchGetThreatModelJobTasksCommandInput): import("@smithy/core/client").CommandImpl<BatchGetThreatModelJobTasksCommandInput, BatchGetThreatModelJobTasksCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: BatchGetThreatModelJobTasksCommandInput): import("@smithy/core/client").CommandImpl<BatchGetThreatModelJobTasksCommandInput, BatchGetThreatModelJobTasksCommandOutput, import("..").SecurityAgentClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Retrieves information about one or more tasks within a threat model job.</p>
|