@aws-sdk/client-securityagent 3.1045.0 → 3.1046.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/README.md +77 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +308 -143
- package/dist-cjs/models/SecurityAgentServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-cjs/schemas/schemas_0.js +299 -24
- package/dist-es/SecurityAgent.js +29 -1
- package/dist-es/SecurityAgentClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AddArtifactCommand.js +2 -2
- package/dist-es/commands/BatchDeleteCodeReviewsCommand.js +16 -0
- package/dist-es/commands/BatchDeletePentestsCommand.js +2 -2
- package/dist-es/commands/BatchGetAgentSpacesCommand.js +2 -2
- package/dist-es/commands/BatchGetArtifactMetadataCommand.js +2 -2
- package/dist-es/commands/BatchGetCodeReviewJobTasksCommand.js +16 -0
- package/dist-es/commands/BatchGetCodeReviewJobsCommand.js +16 -0
- package/dist-es/commands/BatchGetCodeReviewsCommand.js +16 -0
- package/dist-es/commands/BatchGetFindingsCommand.js +2 -2
- package/dist-es/commands/BatchGetPentestJobTasksCommand.js +2 -2
- package/dist-es/commands/BatchGetPentestJobsCommand.js +2 -2
- package/dist-es/commands/BatchGetPentestsCommand.js +2 -2
- package/dist-es/commands/BatchGetTargetDomainsCommand.js +2 -2
- package/dist-es/commands/CreateAgentSpaceCommand.js +2 -2
- package/dist-es/commands/CreateApplicationCommand.js +2 -2
- package/dist-es/commands/CreateCodeReviewCommand.js +16 -0
- package/dist-es/commands/CreateIntegrationCommand.js +2 -2
- package/dist-es/commands/CreateMembershipCommand.js +2 -2
- package/dist-es/commands/CreatePentestCommand.js +2 -2
- package/dist-es/commands/CreateTargetDomainCommand.js +2 -2
- package/dist-es/commands/DeleteAgentSpaceCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationCommand.js +2 -2
- package/dist-es/commands/DeleteArtifactCommand.js +2 -2
- package/dist-es/commands/DeleteIntegrationCommand.js +2 -2
- package/dist-es/commands/DeleteMembershipCommand.js +2 -2
- package/dist-es/commands/DeleteTargetDomainCommand.js +2 -2
- package/dist-es/commands/GetApplicationCommand.js +2 -2
- package/dist-es/commands/GetArtifactCommand.js +2 -2
- package/dist-es/commands/GetIntegrationCommand.js +2 -2
- package/dist-es/commands/InitiateProviderRegistrationCommand.js +2 -2
- package/dist-es/commands/ListAgentSpacesCommand.js +2 -2
- package/dist-es/commands/ListApplicationsCommand.js +2 -2
- package/dist-es/commands/ListArtifactsCommand.js +2 -2
- package/dist-es/commands/ListCodeReviewJobTasksCommand.js +16 -0
- package/dist-es/commands/ListCodeReviewJobsForCodeReviewCommand.js +16 -0
- package/dist-es/commands/ListCodeReviewsCommand.js +16 -0
- package/dist-es/commands/ListDiscoveredEndpointsCommand.js +2 -2
- package/dist-es/commands/ListFindingsCommand.js +2 -2
- package/dist-es/commands/ListIntegratedResourcesCommand.js +2 -2
- package/dist-es/commands/ListIntegrationsCommand.js +2 -2
- package/dist-es/commands/ListMembershipsCommand.js +2 -2
- package/dist-es/commands/ListPentestJobTasksCommand.js +2 -2
- package/dist-es/commands/ListPentestJobsForPentestCommand.js +2 -2
- package/dist-es/commands/ListPentestsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTargetDomainsCommand.js +2 -2
- package/dist-es/commands/StartCodeRemediationCommand.js +2 -2
- package/dist-es/commands/StartCodeReviewJobCommand.js +16 -0
- package/dist-es/commands/StartPentestJobCommand.js +2 -2
- package/dist-es/commands/StopCodeReviewJobCommand.js +16 -0
- package/dist-es/commands/StopPentestJobCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAgentSpaceCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationCommand.js +2 -2
- package/dist-es/commands/UpdateCodeReviewCommand.js +16 -0
- package/dist-es/commands/UpdateFindingCommand.js +2 -2
- package/dist-es/commands/UpdateIntegratedResourcesCommand.js +2 -2
- package/dist-es/commands/UpdatePentestCommand.js +2 -2
- package/dist-es/commands/UpdateTargetDomainCommand.js +2 -2
- package/dist-es/commands/VerifyTargetDomainCommand.js +2 -2
- package/dist-es/commands/index.js +11 -0
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/SecurityAgentServiceException.js +1 -1
- package/dist-es/models/enums.js +26 -26
- package/dist-es/pagination/ListCodeReviewJobTasksPaginator.js +4 -0
- package/dist-es/pagination/ListCodeReviewJobsForCodeReviewPaginator.js +4 -0
- package/dist-es/pagination/ListCodeReviewsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-es/schemas/schemas_0.js +293 -19
- package/dist-types/SecurityAgent.d.ts +98 -0
- package/dist-types/SecurityAgentClient.d.ts +18 -7
- package/dist-types/commands/AddArtifactCommand.d.ts +6 -4
- package/dist-types/commands/BatchDeleteCodeReviewsCommand.d.ts +87 -0
- package/dist-types/commands/BatchDeletePentestsCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetAgentSpacesCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetArtifactMetadataCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetCodeReviewJobTasksCommand.d.ts +108 -0
- package/dist-types/commands/BatchGetCodeReviewJobsCommand.d.ts +134 -0
- package/dist-types/commands/BatchGetCodeReviewsCommand.d.ts +133 -0
- package/dist-types/commands/BatchGetFindingsCommand.d.ts +16 -4
- package/dist-types/commands/BatchGetPentestJobTasksCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetPentestJobsCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetPentestsCommand.d.ts +6 -4
- package/dist-types/commands/BatchGetTargetDomainsCommand.d.ts +6 -4
- package/dist-types/commands/CreateAgentSpaceCommand.d.ts +6 -4
- package/dist-types/commands/CreateApplicationCommand.d.ts +6 -4
- package/dist-types/commands/CreateCodeReviewCommand.d.ts +167 -0
- package/dist-types/commands/CreateIntegrationCommand.d.ts +6 -4
- package/dist-types/commands/CreateMembershipCommand.d.ts +6 -4
- package/dist-types/commands/CreatePentestCommand.d.ts +6 -4
- package/dist-types/commands/CreateTargetDomainCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAgentSpaceCommand.d.ts +6 -4
- package/dist-types/commands/DeleteApplicationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteArtifactCommand.d.ts +6 -4
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +6 -4
- package/dist-types/commands/DeleteMembershipCommand.d.ts +6 -4
- package/dist-types/commands/DeleteTargetDomainCommand.d.ts +6 -4
- package/dist-types/commands/GetApplicationCommand.d.ts +6 -4
- package/dist-types/commands/GetArtifactCommand.d.ts +6 -4
- package/dist-types/commands/GetIntegrationCommand.d.ts +6 -4
- package/dist-types/commands/InitiateProviderRegistrationCommand.d.ts +6 -4
- package/dist-types/commands/ListAgentSpacesCommand.d.ts +6 -4
- package/dist-types/commands/ListApplicationsCommand.d.ts +6 -4
- package/dist-types/commands/ListArtifactsCommand.d.ts +6 -4
- package/dist-types/commands/ListCodeReviewJobTasksCommand.d.ts +94 -0
- package/dist-types/commands/ListCodeReviewJobsForCodeReviewCommand.d.ts +89 -0
- package/dist-types/commands/ListCodeReviewsCommand.d.ts +87 -0
- package/dist-types/commands/ListDiscoveredEndpointsCommand.d.ts +6 -4
- package/dist-types/commands/ListFindingsCommand.d.ts +10 -5
- package/dist-types/commands/ListIntegratedResourcesCommand.d.ts +6 -4
- package/dist-types/commands/ListIntegrationsCommand.d.ts +6 -4
- package/dist-types/commands/ListMembershipsCommand.d.ts +6 -4
- package/dist-types/commands/ListPentestJobTasksCommand.d.ts +6 -4
- package/dist-types/commands/ListPentestJobsForPentestCommand.d.ts +6 -4
- package/dist-types/commands/ListPentestsCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/ListTargetDomainsCommand.d.ts +6 -4
- package/dist-types/commands/StartCodeRemediationCommand.d.ts +8 -5
- package/dist-types/commands/StartCodeReviewJobCommand.d.ts +83 -0
- package/dist-types/commands/StartPentestJobCommand.d.ts +6 -4
- package/dist-types/commands/StopCodeReviewJobCommand.d.ts +75 -0
- package/dist-types/commands/StopPentestJobCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAgentSpaceCommand.d.ts +6 -4
- package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -4
- package/dist-types/commands/UpdateCodeReviewCommand.d.ts +168 -0
- package/dist-types/commands/UpdateFindingCommand.d.ts +6 -4
- package/dist-types/commands/UpdateIntegratedResourcesCommand.d.ts +6 -4
- package/dist-types/commands/UpdatePentestCommand.d.ts +6 -4
- package/dist-types/commands/UpdateTargetDomainCommand.d.ts +6 -4
- package/dist-types/commands/VerifyTargetDomainCommand.d.ts +6 -4
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/SecurityAgentServiceException.d.ts +1 -1
- package/dist-types/models/enums.d.ts +58 -58
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1015 -100
- package/dist-types/pagination/ListCodeReviewJobTasksPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCodeReviewJobsForCodeReviewPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCodeReviewsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/schemas/schemas_0.d.ts +41 -0
- package/dist-types/ts3.4/SecurityAgent.d.ts +208 -0
- package/dist-types/ts3.4/SecurityAgentClient.d.ts +74 -14
- package/dist-types/ts3.4/commands/AddArtifactCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDeleteCodeReviewsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchDeletePentestsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetAgentSpacesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetArtifactMetadataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetCodeReviewJobTasksCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchGetCodeReviewJobsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchGetCodeReviewsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/BatchGetFindingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetPentestJobTasksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetPentestJobsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetPentestsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchGetTargetDomainsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAgentSpaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateCodeReviewCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/CreateIntegrationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateMembershipCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreatePentestCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateTargetDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAgentSpaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteArtifactCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteMembershipCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteTargetDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetArtifactCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetIntegrationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/InitiateProviderRegistrationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAgentSpacesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListCodeReviewJobTasksCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListCodeReviewJobsForCodeReviewCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListCodeReviewsCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/ListDiscoveredEndpointsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListIntegratedResourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListIntegrationsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListMembershipsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPentestJobTasksCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPentestJobsForPentestCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListPentestsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTargetDomainsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartCodeRemediationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartCodeReviewJobCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/StartPentestJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopCodeReviewJobCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/StopPentestJobCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAgentSpaceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateCodeReviewCommand.d.ts +52 -0
- package/dist-types/ts3.4/commands/UpdateFindingCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateIntegratedResourcesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdatePentestCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateTargetDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/VerifyTargetDomainCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/SecurityAgentServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +32 -32
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +231 -25
- package/dist-types/ts3.4/pagination/ListCodeReviewJobTasksPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCodeReviewJobsForCodeReviewPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCodeReviewsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +41 -0
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateMembershipRequest, CreateMembershipResponse } from "../models/models_0";
|
|
4
4
|
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateMembershipCommandInput extends CreateMembershipRequest {
|
|
|
22
22
|
export interface CreateMembershipCommandOutput extends CreateMembershipResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateMembershipCommand_base: {
|
|
25
|
-
new (input: CreateMembershipCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateMembershipCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateMembershipCommandInput): import("@smithy/core/client").CommandImpl<CreateMembershipCommandInput, CreateMembershipCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateMembershipCommandInput): import("@smithy/core/client").CommandImpl<CreateMembershipCommandInput, CreateMembershipCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new membership, granting a user access to an agent space within an application.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreatePentestInput, CreatePentestOutput } from "../models/models_0";
|
|
4
4
|
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
@@ -22,9 +22,11 @@ export interface CreatePentestCommandInput extends CreatePentestInput {
|
|
|
22
22
|
export interface CreatePentestCommandOutput extends CreatePentestOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreatePentestCommand_base: {
|
|
25
|
-
new (input: CreatePentestCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreatePentestCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreatePentestCommandInput): import("@smithy/core/client").CommandImpl<CreatePentestCommandInput, CreatePentestCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreatePentestCommandInput): import("@smithy/core/client").CommandImpl<CreatePentestCommandInput, CreatePentestCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new pentest configuration in an agent space. A pentest defines the security test parameters, including target assets, risk type exclusions, and logging configuration.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { CreateTargetDomainInput, CreateTargetDomainOutput } from "../models/models_0";
|
|
4
4
|
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
@@ -22,9 +22,11 @@ export interface CreateTargetDomainCommandInput extends CreateTargetDomainInput
|
|
|
22
22
|
export interface CreateTargetDomainCommandOutput extends CreateTargetDomainOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateTargetDomainCommand_base: {
|
|
25
|
-
new (input: CreateTargetDomainCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateTargetDomainCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateTargetDomainCommandInput): import("@smithy/core/client").CommandImpl<CreateTargetDomainCommandInput, CreateTargetDomainCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateTargetDomainCommandInput): import("@smithy/core/client").CommandImpl<CreateTargetDomainCommandInput, CreateTargetDomainCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new target domain for penetration testing. A target domain is a web domain that must be registered and verified before it can be tested.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteAgentSpaceInput, DeleteAgentSpaceOutput } from "../models/models_0";
|
|
4
4
|
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAgentSpaceCommandInput extends DeleteAgentSpaceInput {
|
|
|
22
22
|
export interface DeleteAgentSpaceCommandOutput extends DeleteAgentSpaceOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAgentSpaceCommand_base: {
|
|
25
|
-
new (input: DeleteAgentSpaceCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAgentSpaceCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteAgentSpaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteAgentSpaceCommandInput, DeleteAgentSpaceCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAgentSpaceCommandInput): import("@smithy/core/client").CommandImpl<DeleteAgentSpaceCommandInput, DeleteAgentSpaceCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an agent space and all of its associated resources, including pentests, findings, and artifacts.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteApplicationRequest } from "../models/models_0";
|
|
4
4
|
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteApplicationCommandInput extends DeleteApplicationRequest
|
|
|
22
22
|
export interface DeleteApplicationCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteApplicationCommand_base: {
|
|
25
|
-
new (input: DeleteApplicationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteApplicationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteApplicationCommandInput): import("@smithy/core/client").CommandImpl<DeleteApplicationCommandInput, DeleteApplicationCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an application and its associated configuration, including IAM Identity Center settings.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteArtifactInput, DeleteArtifactOutput } from "../models/models_0";
|
|
4
4
|
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteArtifactCommandInput extends DeleteArtifactInput {
|
|
|
22
22
|
export interface DeleteArtifactCommandOutput extends DeleteArtifactOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteArtifactCommand_base: {
|
|
25
|
-
new (input: DeleteArtifactCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteArtifactCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteArtifactCommandInput): import("@smithy/core/client").CommandImpl<DeleteArtifactCommandInput, DeleteArtifactCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteArtifactCommandInput): import("@smithy/core/client").CommandImpl<DeleteArtifactCommandInput, DeleteArtifactCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an artifact from an agent space.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteIntegrationInput, DeleteIntegrationOutput } from "../models/models_0";
|
|
4
4
|
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteIntegrationCommandInput extends DeleteIntegrationInput {
|
|
|
22
22
|
export interface DeleteIntegrationCommandOutput extends DeleteIntegrationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteIntegrationCommand_base: {
|
|
25
|
-
new (input: DeleteIntegrationCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteIntegrationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteIntegrationCommandInput): import("@smithy/core/client").CommandImpl<DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteIntegrationCommandInput): import("@smithy/core/client").CommandImpl<DeleteIntegrationCommandInput, DeleteIntegrationCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes an integration with a third-party provider.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteMembershipRequest, DeleteMembershipResponse } from "../models/models_0";
|
|
4
4
|
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteMembershipCommandInput extends DeleteMembershipRequest {
|
|
|
22
22
|
export interface DeleteMembershipCommandOutput extends DeleteMembershipResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteMembershipCommand_base: {
|
|
25
|
-
new (input: DeleteMembershipCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteMembershipCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteMembershipCommandInput): import("@smithy/core/client").CommandImpl<DeleteMembershipCommandInput, DeleteMembershipCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteMembershipCommandInput): import("@smithy/core/client").CommandImpl<DeleteMembershipCommandInput, DeleteMembershipCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a membership, revoking a user's access to an agent space.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { DeleteTargetDomainInput, DeleteTargetDomainOutput } from "../models/models_0";
|
|
4
4
|
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
@@ -22,9 +22,11 @@ export interface DeleteTargetDomainCommandInput extends DeleteTargetDomainInput
|
|
|
22
22
|
export interface DeleteTargetDomainCommandOutput extends DeleteTargetDomainOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteTargetDomainCommand_base: {
|
|
25
|
-
new (input: DeleteTargetDomainCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteTargetDomainCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteTargetDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteTargetDomainCommandInput, DeleteTargetDomainCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteTargetDomainCommandInput): import("@smithy/core/client").CommandImpl<DeleteTargetDomainCommandInput, DeleteTargetDomainCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes a target domain registration. After deletion, the domain can no longer be used for penetration testing.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetApplicationRequest, GetApplicationResponse } from "../models/models_0";
|
|
4
4
|
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
@@ -22,9 +22,11 @@ export interface GetApplicationCommandInput extends GetApplicationRequest {
|
|
|
22
22
|
export interface GetApplicationCommandOutput extends GetApplicationResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetApplicationCommand_base: {
|
|
25
|
-
new (input: GetApplicationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetApplicationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetApplicationCommandInput): import("@smithy/core/client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetApplicationCommandInput): import("@smithy/core/client").CommandImpl<GetApplicationCommandInput, GetApplicationCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves information about an application.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetArtifactInput, GetArtifactOutput } from "../models/models_0";
|
|
4
4
|
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
@@ -22,9 +22,11 @@ export interface GetArtifactCommandInput extends GetArtifactInput {
|
|
|
22
22
|
export interface GetArtifactCommandOutput extends GetArtifactOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetArtifactCommand_base: {
|
|
25
|
-
new (input: GetArtifactCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetArtifactCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetArtifactCommandInput): import("@smithy/core/client").CommandImpl<GetArtifactCommandInput, GetArtifactCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetArtifactCommandInput): import("@smithy/core/client").CommandImpl<GetArtifactCommandInput, GetArtifactCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves an artifact from an agent space.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GetIntegrationInput, GetIntegrationOutput } from "../models/models_0";
|
|
4
4
|
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
@@ -22,9 +22,11 @@ export interface GetIntegrationCommandInput extends GetIntegrationInput {
|
|
|
22
22
|
export interface GetIntegrationCommandOutput extends GetIntegrationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetIntegrationCommand_base: {
|
|
25
|
-
new (input: GetIntegrationCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetIntegrationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetIntegrationCommandInput): import("@smithy/core/client").CommandImpl<GetIntegrationCommandInput, GetIntegrationCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetIntegrationCommandInput): import("@smithy/core/client").CommandImpl<GetIntegrationCommandInput, GetIntegrationCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves information about an integration.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InitiateProviderRegistrationInput, InitiateProviderRegistrationOutput } from "../models/models_0";
|
|
4
4
|
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
@@ -22,9 +22,11 @@ export interface InitiateProviderRegistrationCommandInput extends InitiateProvid
|
|
|
22
22
|
export interface InitiateProviderRegistrationCommandOutput extends InitiateProviderRegistrationOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const InitiateProviderRegistrationCommand_base: {
|
|
25
|
-
new (input: InitiateProviderRegistrationCommandInput): import("@smithy/
|
|
26
|
-
new (input: InitiateProviderRegistrationCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: InitiateProviderRegistrationCommandInput): import("@smithy/core/client").CommandImpl<InitiateProviderRegistrationCommandInput, InitiateProviderRegistrationCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: InitiateProviderRegistrationCommandInput): import("@smithy/core/client").CommandImpl<InitiateProviderRegistrationCommandInput, InitiateProviderRegistrationCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Initiates the OAuth registration flow with a third-party provider. Returns a redirect URL and CSRF state token for completing the authorization.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListAgentSpacesInput, ListAgentSpacesOutput } from "../models/models_0";
|
|
4
4
|
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
@@ -22,9 +22,11 @@ export interface ListAgentSpacesCommandInput extends ListAgentSpacesInput {
|
|
|
22
22
|
export interface ListAgentSpacesCommandOutput extends ListAgentSpacesOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAgentSpacesCommand_base: {
|
|
25
|
-
new (input: ListAgentSpacesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListAgentSpacesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListAgentSpacesCommandInput): import("@smithy/core/client").CommandImpl<ListAgentSpacesCommandInput, ListAgentSpacesCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListAgentSpacesCommandInput]): import("@smithy/core/client").CommandImpl<ListAgentSpacesCommandInput, ListAgentSpacesCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a paginated list of agent space summaries in your account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0";
|
|
4
4
|
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
@@ -22,9 +22,11 @@ export interface ListApplicationsCommandInput extends ListApplicationsRequest {
|
|
|
22
22
|
export interface ListApplicationsCommandOutput extends ListApplicationsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListApplicationsCommand_base: {
|
|
25
|
-
new (input: ListApplicationsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListApplicationsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListApplicationsCommandInput): import("@smithy/core/client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListApplicationsCommandInput]): import("@smithy/core/client").CommandImpl<ListApplicationsCommandInput, ListApplicationsCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a paginated list of application summaries in your account.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ListArtifactsInput, ListArtifactsOutput } from "../models/models_0";
|
|
4
4
|
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
@@ -22,9 +22,11 @@ export interface ListArtifactsCommandInput extends ListArtifactsInput {
|
|
|
22
22
|
export interface ListArtifactsCommandOutput extends ListArtifactsOutput, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListArtifactsCommand_base: {
|
|
25
|
-
new (input: ListArtifactsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListArtifactsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListArtifactsCommandInput): import("@smithy/core/client").CommandImpl<ListArtifactsCommandInput, ListArtifactsCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListArtifactsCommandInput): import("@smithy/core/client").CommandImpl<ListArtifactsCommandInput, ListArtifactsCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Returns a paginated list of artifact summaries for the specified agent space.</p>
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListCodeReviewJobTasksInput, ListCodeReviewJobTasksOutput } from "../models/models_0";
|
|
4
|
+
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListCodeReviewJobTasksCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListCodeReviewJobTasksCommandInput extends ListCodeReviewJobTasksInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListCodeReviewJobTasksCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListCodeReviewJobTasksCommandOutput extends ListCodeReviewJobTasksOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListCodeReviewJobTasksCommand_base: {
|
|
25
|
+
new (input: ListCodeReviewJobTasksCommandInput): import("@smithy/core/client").CommandImpl<ListCodeReviewJobTasksCommandInput, ListCodeReviewJobTasksCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListCodeReviewJobTasksCommandInput): import("@smithy/core/client").CommandImpl<ListCodeReviewJobTasksCommandInput, ListCodeReviewJobTasksCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Returns a paginated list of task summaries for the specified code review job, optionally filtered by step name or category.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { SecurityAgentClient, ListCodeReviewJobTasksCommand } from "@aws-sdk/client-securityagent"; // ES Modules import
|
|
37
|
+
* // const { SecurityAgentClient, ListCodeReviewJobTasksCommand } = require("@aws-sdk/client-securityagent"); // CommonJS import
|
|
38
|
+
* // import type { SecurityAgentClientConfig } from "@aws-sdk/client-securityagent";
|
|
39
|
+
* const config = {}; // type is SecurityAgentClientConfig
|
|
40
|
+
* const client = new SecurityAgentClient(config);
|
|
41
|
+
* const input = { // ListCodeReviewJobTasksInput
|
|
42
|
+
* agentSpaceId: "STRING_VALUE", // required
|
|
43
|
+
* maxResults: Number("int"),
|
|
44
|
+
* codeReviewJobId: "STRING_VALUE",
|
|
45
|
+
* stepName: "PREFLIGHT" || "STATIC_ANALYSIS" || "PENTEST" || "FINALIZING",
|
|
46
|
+
* categoryName: "STRING_VALUE",
|
|
47
|
+
* nextToken: "STRING_VALUE",
|
|
48
|
+
* };
|
|
49
|
+
* const command = new ListCodeReviewJobTasksCommand(input);
|
|
50
|
+
* const response = await client.send(command);
|
|
51
|
+
* // { // ListCodeReviewJobTasksOutput
|
|
52
|
+
* // codeReviewJobTaskSummaries: [ // CodeReviewJobTaskSummaryList
|
|
53
|
+
* // { // CodeReviewJobTaskSummary
|
|
54
|
+
* // taskId: "STRING_VALUE", // required
|
|
55
|
+
* // codeReviewId: "STRING_VALUE",
|
|
56
|
+
* // codeReviewJobId: "STRING_VALUE",
|
|
57
|
+
* // agentSpaceId: "STRING_VALUE",
|
|
58
|
+
* // title: "STRING_VALUE",
|
|
59
|
+
* // riskType: "CROSS_SITE_SCRIPTING" || "DEFAULT_CREDENTIALS" || "INSECURE_DIRECT_OBJECT_REFERENCE" || "PRIVILEGE_ESCALATION" || "SERVER_SIDE_TEMPLATE_INJECTION" || "COMMAND_INJECTION" || "CODE_INJECTION" || "SQL_INJECTION" || "ARBITRARY_FILE_UPLOAD" || "INSECURE_DESERIALIZATION" || "LOCAL_FILE_INCLUSION" || "INFORMATION_DISCLOSURE" || "PATH_TRAVERSAL" || "SERVER_SIDE_REQUEST_FORGERY" || "JSON_WEB_TOKEN_VULNERABILITIES" || "XML_EXTERNAL_ENTITY" || "FILE_DELETION" || "OTHER" || "GRAPHQL_VULNERABILITIES" || "BUSINESS_LOGIC_VULNERABILITIES" || "CRYPTOGRAPHIC_VULNERABILITIES" || "DENIAL_OF_SERVICE" || "FILE_ACCESS" || "FILE_CREATION" || "DATABASE_MODIFICATION" || "DATABASE_ACCESS" || "OUTBOUND_SERVICE_REQUEST" || "UNKNOWN",
|
|
60
|
+
* // executionStatus: "IN_PROGRESS" || "ABORTED" || "COMPLETED" || "INTERNAL_ERROR" || "FAILED",
|
|
61
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
62
|
+
* // updatedAt: new Date("TIMESTAMP"),
|
|
63
|
+
* // },
|
|
64
|
+
* // ],
|
|
65
|
+
* // nextToken: "STRING_VALUE",
|
|
66
|
+
* // };
|
|
67
|
+
*
|
|
68
|
+
* ```
|
|
69
|
+
*
|
|
70
|
+
* @param ListCodeReviewJobTasksCommandInput - {@link ListCodeReviewJobTasksCommandInput}
|
|
71
|
+
* @returns {@link ListCodeReviewJobTasksCommandOutput}
|
|
72
|
+
* @see {@link ListCodeReviewJobTasksCommandInput} for command's `input` shape.
|
|
73
|
+
* @see {@link ListCodeReviewJobTasksCommandOutput} for command's `response` shape.
|
|
74
|
+
* @see {@link SecurityAgentClientResolvedConfig | config} for SecurityAgentClient's `config` shape.
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link SecurityAgentServiceException}
|
|
77
|
+
* <p>Base exception class for all service exceptions from SecurityAgent service.</p>
|
|
78
|
+
*
|
|
79
|
+
*
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
export declare class ListCodeReviewJobTasksCommand extends ListCodeReviewJobTasksCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: ListCodeReviewJobTasksInput;
|
|
87
|
+
output: ListCodeReviewJobTasksOutput;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: ListCodeReviewJobTasksCommandInput;
|
|
91
|
+
output: ListCodeReviewJobTasksCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
94
|
+
}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ListCodeReviewJobsForCodeReviewInput, ListCodeReviewJobsForCodeReviewOutput } from "../models/models_0";
|
|
4
|
+
import type { SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityAgentClient";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListCodeReviewJobsForCodeReviewCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListCodeReviewJobsForCodeReviewCommandInput extends ListCodeReviewJobsForCodeReviewInput {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListCodeReviewJobsForCodeReviewCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListCodeReviewJobsForCodeReviewCommandOutput extends ListCodeReviewJobsForCodeReviewOutput, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListCodeReviewJobsForCodeReviewCommand_base: {
|
|
25
|
+
new (input: ListCodeReviewJobsForCodeReviewCommandInput): import("@smithy/core/client").CommandImpl<ListCodeReviewJobsForCodeReviewCommandInput, ListCodeReviewJobsForCodeReviewCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListCodeReviewJobsForCodeReviewCommandInput): import("@smithy/core/client").CommandImpl<ListCodeReviewJobsForCodeReviewCommandInput, ListCodeReviewJobsForCodeReviewCommandOutput, SecurityAgentClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* <p>Returns a paginated list of code review job summaries for the specified code review configuration.</p>
|
|
33
|
+
* @example
|
|
34
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
+
* ```javascript
|
|
36
|
+
* import { SecurityAgentClient, ListCodeReviewJobsForCodeReviewCommand } from "@aws-sdk/client-securityagent"; // ES Modules import
|
|
37
|
+
* // const { SecurityAgentClient, ListCodeReviewJobsForCodeReviewCommand } = require("@aws-sdk/client-securityagent"); // CommonJS import
|
|
38
|
+
* // import type { SecurityAgentClientConfig } from "@aws-sdk/client-securityagent";
|
|
39
|
+
* const config = {}; // type is SecurityAgentClientConfig
|
|
40
|
+
* const client = new SecurityAgentClient(config);
|
|
41
|
+
* const input = { // ListCodeReviewJobsForCodeReviewInput
|
|
42
|
+
* maxResults: Number("int"),
|
|
43
|
+
* codeReviewId: "STRING_VALUE", // required
|
|
44
|
+
* agentSpaceId: "STRING_VALUE", // required
|
|
45
|
+
* nextToken: "STRING_VALUE",
|
|
46
|
+
* };
|
|
47
|
+
* const command = new ListCodeReviewJobsForCodeReviewCommand(input);
|
|
48
|
+
* const response = await client.send(command);
|
|
49
|
+
* // { // ListCodeReviewJobsForCodeReviewOutput
|
|
50
|
+
* // codeReviewJobSummaries: [ // CodeReviewJobSummaryList
|
|
51
|
+
* // { // CodeReviewJobSummary
|
|
52
|
+
* // codeReviewJobId: "STRING_VALUE", // required
|
|
53
|
+
* // codeReviewId: "STRING_VALUE", // required
|
|
54
|
+
* // title: "STRING_VALUE",
|
|
55
|
+
* // status: "IN_PROGRESS" || "STOPPING" || "STOPPED" || "FAILED" || "COMPLETED",
|
|
56
|
+
* // createdAt: new Date("TIMESTAMP"),
|
|
57
|
+
* // updatedAt: new Date("TIMESTAMP"),
|
|
58
|
+
* // },
|
|
59
|
+
* // ],
|
|
60
|
+
* // nextToken: "STRING_VALUE",
|
|
61
|
+
* // };
|
|
62
|
+
*
|
|
63
|
+
* ```
|
|
64
|
+
*
|
|
65
|
+
* @param ListCodeReviewJobsForCodeReviewCommandInput - {@link ListCodeReviewJobsForCodeReviewCommandInput}
|
|
66
|
+
* @returns {@link ListCodeReviewJobsForCodeReviewCommandOutput}
|
|
67
|
+
* @see {@link ListCodeReviewJobsForCodeReviewCommandInput} for command's `input` shape.
|
|
68
|
+
* @see {@link ListCodeReviewJobsForCodeReviewCommandOutput} for command's `response` shape.
|
|
69
|
+
* @see {@link SecurityAgentClientResolvedConfig | config} for SecurityAgentClient's `config` shape.
|
|
70
|
+
*
|
|
71
|
+
* @throws {@link SecurityAgentServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from SecurityAgent service.</p>
|
|
73
|
+
*
|
|
74
|
+
*
|
|
75
|
+
* @public
|
|
76
|
+
*/
|
|
77
|
+
export declare class ListCodeReviewJobsForCodeReviewCommand extends ListCodeReviewJobsForCodeReviewCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: ListCodeReviewJobsForCodeReviewInput;
|
|
82
|
+
output: ListCodeReviewJobsForCodeReviewOutput;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: ListCodeReviewJobsForCodeReviewCommandInput;
|
|
86
|
+
output: ListCodeReviewJobsForCodeReviewCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
}
|