@aws-sdk/client-securityagent 3.1040.0 → 3.1042.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 +1 -1
- package/dist-cjs/index.js +1 -0
- package/dist-cjs/schemas/schemas_0.js +9 -8
- package/dist-es/models/enums.js +1 -0
- package/dist-es/schemas/schemas_0.js +9 -8
- package/dist-types/SecurityAgent.d.ts +1 -1
- package/dist-types/SecurityAgentClient.d.ts +1 -1
- package/dist-types/commands/AddArtifactCommand.d.ts +6 -8
- package/dist-types/commands/BatchDeletePentestsCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetAgentSpacesCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetArtifactMetadataCommand.d.ts +6 -8
- package/dist-types/commands/BatchGetFindingsCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetPentestJobTasksCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetPentestJobsCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetPentestsCommand.d.ts +1 -1
- package/dist-types/commands/BatchGetTargetDomainsCommand.d.ts +3 -2
- package/dist-types/commands/CreateAgentSpaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateApplicationCommand.d.ts +1 -1
- package/dist-types/commands/CreateIntegrationCommand.d.ts +7 -9
- package/dist-types/commands/CreateMembershipCommand.d.ts +1 -1
- package/dist-types/commands/CreatePentestCommand.d.ts +1 -1
- package/dist-types/commands/CreateTargetDomainCommand.d.ts +4 -3
- package/dist-types/commands/DeleteAgentSpaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteApplicationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteArtifactCommand.d.ts +6 -8
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +7 -9
- package/dist-types/commands/DeleteMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTargetDomainCommand.d.ts +1 -1
- package/dist-types/commands/GetApplicationCommand.d.ts +1 -1
- package/dist-types/commands/GetArtifactCommand.d.ts +6 -8
- package/dist-types/commands/GetIntegrationCommand.d.ts +6 -8
- package/dist-types/commands/InitiateProviderRegistrationCommand.d.ts +7 -9
- package/dist-types/commands/ListAgentSpacesCommand.d.ts +1 -1
- package/dist-types/commands/ListApplicationsCommand.d.ts +1 -1
- package/dist-types/commands/ListArtifactsCommand.d.ts +6 -8
- package/dist-types/commands/ListDiscoveredEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/ListFindingsCommand.d.ts +1 -1
- package/dist-types/commands/ListIntegratedResourcesCommand.d.ts +6 -8
- package/dist-types/commands/ListIntegrationsCommand.d.ts +8 -5
- package/dist-types/commands/ListMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/ListPentestJobTasksCommand.d.ts +1 -1
- package/dist-types/commands/ListPentestJobsForPentestCommand.d.ts +1 -1
- package/dist-types/commands/ListPentestsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListTargetDomainsCommand.d.ts +1 -1
- package/dist-types/commands/StartCodeRemediationCommand.d.ts +1 -1
- package/dist-types/commands/StartPentestJobCommand.d.ts +1 -1
- package/dist-types/commands/StopPentestJobCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAgentSpaceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateApplicationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateFindingCommand.d.ts +1 -1
- package/dist-types/commands/UpdateIntegratedResourcesCommand.d.ts +7 -9
- package/dist-types/commands/UpdatePentestCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTargetDomainCommand.d.ts +4 -3
- package/dist-types/commands/VerifyTargetDomainCommand.d.ts +2 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/enums.d.ts +81 -77
- package/dist-types/models/errors.d.ts +9 -12
- package/dist-types/models/models_0.d.ts +679 -659
- package/dist-types/ts3.4/models/enums.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +4 -0
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
AWS SDK for JavaScript SecurityAgent Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
|
-
<p>AWS Security Agent
|
|
9
|
+
<p>AWS Security Agent is a frontier agent that proactively secures your applications throughout the development lifecycle. It conducts automated security reviews tailored to your organizational requirements and delivers context-aware penetration testing on demand. By continuously validating security from design to deployment, AWS Security Agent helps prevent vulnerabilities early across all your environments. Key capabilities include design security review for architecture documents, code security review for pull requests in connected repositories, and on-demand penetration testing that discovers, validates, and remediates security vulnerabilities through tailored multi-step attack scenarios. For more information, see the <a href="https://docs.aws.amazon.com/securityagent/latest/userguide/what-is.html">AWS Security Agent User Guide</a>.</p>
|
|
10
10
|
|
|
11
11
|
## Installing
|
|
12
12
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -448,6 +448,7 @@ const _vC = "vpcConfig";
|
|
|
448
448
|
const _vD = "verificationDetails";
|
|
449
449
|
const _vM = "verificationMethod";
|
|
450
450
|
const _vS = "verificationStatus";
|
|
451
|
+
const _vSR = "verificationStatusReason";
|
|
451
452
|
const _vp = "vpcs";
|
|
452
453
|
const n0 = "com.amazonaws.securityagent";
|
|
453
454
|
const schema_1 = require("@smithy/core/schema");
|
|
@@ -719,8 +720,8 @@ exports.CreateTargetDomainInput$ = [3, n0, _CTDI,
|
|
|
719
720
|
];
|
|
720
721
|
exports.CreateTargetDomainOutput$ = [3, n0, _CTDO,
|
|
721
722
|
0,
|
|
722
|
-
[_tDIa, _dN, _vS, _vD, _cA, _vA],
|
|
723
|
-
[0, 0, 0, () => exports.VerificationDetails$, 5, 5], 3
|
|
723
|
+
[_tDIa, _dN, _vS, _vSR, _vD, _cA, _vA],
|
|
724
|
+
[0, 0, 0, 0, () => exports.VerificationDetails$, 5, 5], 3
|
|
724
725
|
];
|
|
725
726
|
exports.CustomHeader$ = [3, n0, _CH,
|
|
726
727
|
0,
|
|
@@ -1139,8 +1140,8 @@ exports.TagResourceOutput$ = [3, n0, _TRO,
|
|
|
1139
1140
|
];
|
|
1140
1141
|
exports.TargetDomain$ = [3, n0, _TD,
|
|
1141
1142
|
0,
|
|
1142
|
-
[_tDIa, _dN, _vS, _vD, _cA, _vA],
|
|
1143
|
-
[0, 0, 0, () => exports.VerificationDetails$, 5, 5], 2
|
|
1143
|
+
[_tDIa, _dN, _vS, _vSR, _vD, _cA, _vA],
|
|
1144
|
+
[0, 0, 0, 0, () => exports.VerificationDetails$, 5, 5], 2
|
|
1144
1145
|
];
|
|
1145
1146
|
exports.TargetDomainSummary$ = [3, n0, _TDS,
|
|
1146
1147
|
0,
|
|
@@ -1224,8 +1225,8 @@ exports.UpdateTargetDomainInput$ = [3, n0, _UTDI,
|
|
|
1224
1225
|
];
|
|
1225
1226
|
exports.UpdateTargetDomainOutput$ = [3, n0, _UTDO,
|
|
1226
1227
|
0,
|
|
1227
|
-
[_tDIa, _dN, _vS, _vD, _cA, _vA],
|
|
1228
|
-
[0, 0, 0, () => exports.VerificationDetails$, 5, 5], 3
|
|
1228
|
+
[_tDIa, _dN, _vS, _vSR, _vD, _cA, _vA],
|
|
1229
|
+
[0, 0, 0, 0, () => exports.VerificationDetails$, 5, 5], 3
|
|
1229
1230
|
];
|
|
1230
1231
|
exports.UserConfig$ = [3, n0, _UC,
|
|
1231
1232
|
0,
|
|
@@ -1254,8 +1255,8 @@ exports.VerifyTargetDomainInput$ = [3, n0, _VTDI,
|
|
|
1254
1255
|
];
|
|
1255
1256
|
exports.VerifyTargetDomainOutput$ = [3, n0, _VTDO,
|
|
1256
1257
|
0,
|
|
1257
|
-
[_tDIa, _dN, _cA, _uA, _vA, _st],
|
|
1258
|
-
[0, 0, 5, 5, 5, 0]
|
|
1258
|
+
[_tDIa, _dN, _cA, _uA, _vA, _st, _vSR],
|
|
1259
|
+
[0, 0, 5, 5, 5, 0, 0]
|
|
1259
1260
|
];
|
|
1260
1261
|
exports.VpcConfig$ = [3, n0, _VC,
|
|
1261
1262
|
0,
|
package/dist-es/models/enums.js
CHANGED
|
@@ -441,6 +441,7 @@ const _vC = "vpcConfig";
|
|
|
441
441
|
const _vD = "verificationDetails";
|
|
442
442
|
const _vM = "verificationMethod";
|
|
443
443
|
const _vS = "verificationStatus";
|
|
444
|
+
const _vSR = "verificationStatusReason";
|
|
444
445
|
const _vp = "vpcs";
|
|
445
446
|
const n0 = "com.amazonaws.securityagent";
|
|
446
447
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
@@ -712,8 +713,8 @@ export var CreateTargetDomainInput$ = [3, n0, _CTDI,
|
|
|
712
713
|
];
|
|
713
714
|
export var CreateTargetDomainOutput$ = [3, n0, _CTDO,
|
|
714
715
|
0,
|
|
715
|
-
[_tDIa, _dN, _vS, _vD, _cA, _vA],
|
|
716
|
-
[0, 0, 0, () => VerificationDetails$, 5, 5], 3
|
|
716
|
+
[_tDIa, _dN, _vS, _vSR, _vD, _cA, _vA],
|
|
717
|
+
[0, 0, 0, 0, () => VerificationDetails$, 5, 5], 3
|
|
717
718
|
];
|
|
718
719
|
export var CustomHeader$ = [3, n0, _CH,
|
|
719
720
|
0,
|
|
@@ -1132,8 +1133,8 @@ export var TagResourceOutput$ = [3, n0, _TRO,
|
|
|
1132
1133
|
];
|
|
1133
1134
|
export var TargetDomain$ = [3, n0, _TD,
|
|
1134
1135
|
0,
|
|
1135
|
-
[_tDIa, _dN, _vS, _vD, _cA, _vA],
|
|
1136
|
-
[0, 0, 0, () => VerificationDetails$, 5, 5], 2
|
|
1136
|
+
[_tDIa, _dN, _vS, _vSR, _vD, _cA, _vA],
|
|
1137
|
+
[0, 0, 0, 0, () => VerificationDetails$, 5, 5], 2
|
|
1137
1138
|
];
|
|
1138
1139
|
export var TargetDomainSummary$ = [3, n0, _TDS,
|
|
1139
1140
|
0,
|
|
@@ -1217,8 +1218,8 @@ export var UpdateTargetDomainInput$ = [3, n0, _UTDI,
|
|
|
1217
1218
|
];
|
|
1218
1219
|
export var UpdateTargetDomainOutput$ = [3, n0, _UTDO,
|
|
1219
1220
|
0,
|
|
1220
|
-
[_tDIa, _dN, _vS, _vD, _cA, _vA],
|
|
1221
|
-
[0, 0, 0, () => VerificationDetails$, 5, 5], 3
|
|
1221
|
+
[_tDIa, _dN, _vS, _vSR, _vD, _cA, _vA],
|
|
1222
|
+
[0, 0, 0, 0, () => VerificationDetails$, 5, 5], 3
|
|
1222
1223
|
];
|
|
1223
1224
|
export var UserConfig$ = [3, n0, _UC,
|
|
1224
1225
|
0,
|
|
@@ -1247,8 +1248,8 @@ export var VerifyTargetDomainInput$ = [3, n0, _VTDI,
|
|
|
1247
1248
|
];
|
|
1248
1249
|
export var VerifyTargetDomainOutput$ = [3, n0, _VTDO,
|
|
1249
1250
|
0,
|
|
1250
|
-
[_tDIa, _dN, _cA, _uA, _vA, _st],
|
|
1251
|
-
[0, 0, 5, 5, 5, 0]
|
|
1251
|
+
[_tDIa, _dN, _cA, _uA, _vA, _st, _vSR],
|
|
1252
|
+
[0, 0, 5, 5, 5, 0, 0]
|
|
1252
1253
|
];
|
|
1253
1254
|
export var VpcConfig$ = [3, n0, _VC,
|
|
1254
1255
|
0,
|
|
@@ -442,7 +442,7 @@ export interface SecurityAgent {
|
|
|
442
442
|
paginateListTargetDomains(args?: ListTargetDomainsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListTargetDomainsCommandOutput>;
|
|
443
443
|
}
|
|
444
444
|
/**
|
|
445
|
-
* <p>AWS Security Agent
|
|
445
|
+
* <p>AWS Security Agent is a frontier agent that proactively secures your applications throughout the development lifecycle. It conducts automated security reviews tailored to your organizational requirements and delivers context-aware penetration testing on demand. By continuously validating security from design to deployment, AWS Security Agent helps prevent vulnerabilities early across all your environments. Key capabilities include design security review for architecture documents, code security review for pull requests in connected repositories, and on-demand penetration testing that discovers, validates, and remediates security vulnerabilities through tailored multi-step attack scenarios. For more information, see the <a href="https://docs.aws.amazon.com/securityagent/latest/userguide/what-is.html">AWS Security Agent User Guide</a>.</p>
|
|
446
446
|
* @public
|
|
447
447
|
*/
|
|
448
448
|
export declare class SecurityAgent extends SecurityAgentClient implements SecurityAgent {
|
|
@@ -219,7 +219,7 @@ export type SecurityAgentClientResolvedConfigType = __SmithyResolvedConfiguratio
|
|
|
219
219
|
export interface SecurityAgentClientResolvedConfig extends SecurityAgentClientResolvedConfigType {
|
|
220
220
|
}
|
|
221
221
|
/**
|
|
222
|
-
* <p>AWS Security Agent
|
|
222
|
+
* <p>AWS Security Agent is a frontier agent that proactively secures your applications throughout the development lifecycle. It conducts automated security reviews tailored to your organizational requirements and delivers context-aware penetration testing on demand. By continuously validating security from design to deployment, AWS Security Agent helps prevent vulnerabilities early across all your environments. Key capabilities include design security review for architecture documents, code security review for pull requests in connected repositories, and on-demand penetration testing that discovers, validates, and remediates security vulnerabilities through tailored multi-step attack scenarios. For more information, see the <a href="https://docs.aws.amazon.com/securityagent/latest/userguide/what-is.html">AWS Security Agent User Guide</a>.</p>
|
|
223
223
|
* @public
|
|
224
224
|
*/
|
|
225
225
|
export declare class SecurityAgentClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SecurityAgentClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ declare const AddArtifactCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* <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>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -57,21 +57,19 @@ declare const AddArtifactCommand_base: {
|
|
|
57
57
|
* @see {@link SecurityAgentClientResolvedConfig | config} for SecurityAgentClient's `config` shape.
|
|
58
58
|
*
|
|
59
59
|
* @throws {@link AccessDeniedException} (client fault)
|
|
60
|
-
*
|
|
60
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
61
61
|
*
|
|
62
62
|
* @throws {@link InternalServerException} (server fault)
|
|
63
|
-
*
|
|
63
|
+
* <p>An unexpected error occurred during the processing of your request.</p>
|
|
64
64
|
*
|
|
65
65
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
66
|
-
*
|
|
66
|
+
* <p>The specified resource was not found. Verify that the resource identifier is correct and that the resource exists in the specified agent space or account.</p>
|
|
67
67
|
*
|
|
68
68
|
* @throws {@link ThrottlingException} (client fault)
|
|
69
|
-
*
|
|
69
|
+
* <p>The request was denied due to request throttling.</p>
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link ValidationException} (client fault)
|
|
72
|
-
*
|
|
73
|
-
* This should be thrown by services when a member of the input structure
|
|
74
|
-
* falls outside of the modeled or documented constraints.
|
|
72
|
+
* <p>The input fails to satisfy the constraints specified by the service.</p>
|
|
75
73
|
*
|
|
76
74
|
* @throws {@link SecurityAgentServiceException}
|
|
77
75
|
* <p>Base exception class for all service exceptions from SecurityAgent service.</p>
|
|
@@ -27,7 +27,7 @@ declare const BatchDeletePentestsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Deletes
|
|
30
|
+
* <p>Deletes one or more pentests from an agent space.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const BatchGetAgentSpacesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Retrieves
|
|
30
|
+
* <p>Retrieves information about one or more agent spaces.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const BatchGetArtifactMetadataCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* <p>Retrieves metadata for one or more artifacts in an agent space.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -64,21 +64,19 @@ declare const BatchGetArtifactMetadataCommand_base: {
|
|
|
64
64
|
* @see {@link SecurityAgentClientResolvedConfig | config} for SecurityAgentClient's `config` shape.
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link AccessDeniedException} (client fault)
|
|
67
|
-
*
|
|
67
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
68
68
|
*
|
|
69
69
|
* @throws {@link InternalServerException} (server fault)
|
|
70
|
-
*
|
|
70
|
+
* <p>An unexpected error occurred during the processing of your request.</p>
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
73
|
-
*
|
|
73
|
+
* <p>The specified resource was not found. Verify that the resource identifier is correct and that the resource exists in the specified agent space or account.</p>
|
|
74
74
|
*
|
|
75
75
|
* @throws {@link ThrottlingException} (client fault)
|
|
76
|
-
*
|
|
76
|
+
* <p>The request was denied due to request throttling.</p>
|
|
77
77
|
*
|
|
78
78
|
* @throws {@link ValidationException} (client fault)
|
|
79
|
-
*
|
|
80
|
-
* This should be thrown by services when a member of the input structure
|
|
81
|
-
* falls outside of the modeled or documented constraints.
|
|
79
|
+
* <p>The input fails to satisfy the constraints specified by the service.</p>
|
|
82
80
|
*
|
|
83
81
|
* @throws {@link SecurityAgentServiceException}
|
|
84
82
|
* <p>Base exception class for all service exceptions from SecurityAgent service.</p>
|
|
@@ -27,7 +27,7 @@ declare const BatchGetFindingsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Retrieves
|
|
30
|
+
* <p>Retrieves information about one or more security findings in an agent space.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const BatchGetPentestJobTasksCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Retrieves
|
|
30
|
+
* <p>Retrieves information about one or more tasks within a pentest job.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const BatchGetPentestJobsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Retrieves
|
|
30
|
+
* <p>Retrieves information about one or more pentest jobs in an agent space.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const BatchGetPentestsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Retrieves
|
|
30
|
+
* <p>Retrieves information about one or more pentests in an agent space.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const BatchGetTargetDomainsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Retrieves
|
|
30
|
+
* <p>Retrieves information about one or more target domains.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -49,8 +49,9 @@ declare const BatchGetTargetDomainsCommand_base: {
|
|
|
49
49
|
* // targetDomainId: "STRING_VALUE", // required
|
|
50
50
|
* // domainName: "STRING_VALUE", // required
|
|
51
51
|
* // verificationStatus: "PENDING" || "VERIFIED" || "FAILED" || "UNREACHABLE",
|
|
52
|
+
* // verificationStatusReason: "STRING_VALUE",
|
|
52
53
|
* // verificationDetails: { // VerificationDetails
|
|
53
|
-
* // method: "DNS_TXT" || "HTTP_ROUTE",
|
|
54
|
+
* // method: "DNS_TXT" || "HTTP_ROUTE" || "PRIVATE_VPC",
|
|
54
55
|
* // dnsTxt: { // DnsVerification
|
|
55
56
|
* // token: "STRING_VALUE",
|
|
56
57
|
* // dnsRecordName: "STRING_VALUE",
|
|
@@ -27,7 +27,7 @@ declare const CreateAgentSpaceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Creates
|
|
30
|
+
* <p>Creates a new agent space. An agent space is a dedicated workspace for securing a specific application.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const CreateApplicationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Creates a new application
|
|
30
|
+
* <p>Creates a new application. An application is the top-level organizational unit that supports IAM Identity Center integration.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const CreateIntegrationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Creates
|
|
30
|
+
* <p>Creates a new integration with a third-party provider, such as GitHub, for code review and remediation.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -66,24 +66,22 @@ declare const CreateIntegrationCommand_base: {
|
|
|
66
66
|
* @see {@link SecurityAgentClientResolvedConfig | config} for SecurityAgentClient's `config` shape.
|
|
67
67
|
*
|
|
68
68
|
* @throws {@link AccessDeniedException} (client fault)
|
|
69
|
-
*
|
|
69
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link ConflictException} (client fault)
|
|
72
|
-
*
|
|
72
|
+
* <p>The request could not be completed due to a conflict with the current state of the resource.</p>
|
|
73
73
|
*
|
|
74
74
|
* @throws {@link InternalServerException} (server fault)
|
|
75
|
-
*
|
|
75
|
+
* <p>An unexpected error occurred during the processing of your request.</p>
|
|
76
76
|
*
|
|
77
77
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
78
|
-
*
|
|
78
|
+
* <p>The specified resource was not found. Verify that the resource identifier is correct and that the resource exists in the specified agent space or account.</p>
|
|
79
79
|
*
|
|
80
80
|
* @throws {@link ThrottlingException} (client fault)
|
|
81
|
-
*
|
|
81
|
+
* <p>The request was denied due to request throttling.</p>
|
|
82
82
|
*
|
|
83
83
|
* @throws {@link ValidationException} (client fault)
|
|
84
|
-
*
|
|
85
|
-
* This should be thrown by services when a member of the input structure
|
|
86
|
-
* falls outside of the modeled or documented constraints.
|
|
84
|
+
* <p>The input fails to satisfy the constraints specified by the service.</p>
|
|
87
85
|
*
|
|
88
86
|
* @throws {@link SecurityAgentServiceException}
|
|
89
87
|
* <p>Base exception class for all service exceptions from SecurityAgent service.</p>
|
|
@@ -27,7 +27,7 @@ declare const CreateMembershipCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* <p>Creates a new membership, granting a user access to an agent space within an application.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const CreatePentestCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Creates a new pentest configuration
|
|
30
|
+
* <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>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const CreateTargetDomainCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Creates a target domain
|
|
30
|
+
* <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>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -38,7 +38,7 @@ declare const CreateTargetDomainCommand_base: {
|
|
|
38
38
|
* const client = new SecurityAgentClient(config);
|
|
39
39
|
* const input = { // CreateTargetDomainInput
|
|
40
40
|
* targetDomainName: "STRING_VALUE", // required
|
|
41
|
-
* verificationMethod: "DNS_TXT" || "HTTP_ROUTE", // required
|
|
41
|
+
* verificationMethod: "DNS_TXT" || "HTTP_ROUTE" || "PRIVATE_VPC", // required
|
|
42
42
|
* tags: { // TagMap
|
|
43
43
|
* "<keys>": "STRING_VALUE",
|
|
44
44
|
* },
|
|
@@ -49,8 +49,9 @@ declare const CreateTargetDomainCommand_base: {
|
|
|
49
49
|
* // targetDomainId: "STRING_VALUE", // required
|
|
50
50
|
* // domainName: "STRING_VALUE", // required
|
|
51
51
|
* // verificationStatus: "PENDING" || "VERIFIED" || "FAILED" || "UNREACHABLE", // required
|
|
52
|
+
* // verificationStatusReason: "STRING_VALUE",
|
|
52
53
|
* // verificationDetails: { // VerificationDetails
|
|
53
|
-
* // method: "DNS_TXT" || "HTTP_ROUTE",
|
|
54
|
+
* // method: "DNS_TXT" || "HTTP_ROUTE" || "PRIVATE_VPC",
|
|
54
55
|
* // dnsTxt: { // DnsVerification
|
|
55
56
|
* // token: "STRING_VALUE",
|
|
56
57
|
* // dnsRecordName: "STRING_VALUE",
|
|
@@ -27,7 +27,7 @@ declare const DeleteAgentSpaceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Deletes an agent space
|
|
30
|
+
* <p>Deletes an agent space and all of its associated resources, including pentests, findings, and artifacts.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const DeleteApplicationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Deletes an application
|
|
30
|
+
* <p>Deletes an application and its associated configuration, including IAM Identity Center settings.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const DeleteArtifactCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* <p>Deletes an artifact from an agent space.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -53,21 +53,19 @@ declare const DeleteArtifactCommand_base: {
|
|
|
53
53
|
* @see {@link SecurityAgentClientResolvedConfig | config} for SecurityAgentClient's `config` shape.
|
|
54
54
|
*
|
|
55
55
|
* @throws {@link AccessDeniedException} (client fault)
|
|
56
|
-
*
|
|
56
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
57
57
|
*
|
|
58
58
|
* @throws {@link InternalServerException} (server fault)
|
|
59
|
-
*
|
|
59
|
+
* <p>An unexpected error occurred during the processing of your request.</p>
|
|
60
60
|
*
|
|
61
61
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
62
|
-
*
|
|
62
|
+
* <p>The specified resource was not found. Verify that the resource identifier is correct and that the resource exists in the specified agent space or account.</p>
|
|
63
63
|
*
|
|
64
64
|
* @throws {@link ThrottlingException} (client fault)
|
|
65
|
-
*
|
|
65
|
+
* <p>The request was denied due to request throttling.</p>
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link ValidationException} (client fault)
|
|
68
|
-
*
|
|
69
|
-
* This should be thrown by services when a member of the input structure
|
|
70
|
-
* falls outside of the modeled or documented constraints.
|
|
68
|
+
* <p>The input fails to satisfy the constraints specified by the service.</p>
|
|
71
69
|
*
|
|
72
70
|
* @throws {@link SecurityAgentServiceException}
|
|
73
71
|
* <p>Base exception class for all service exceptions from SecurityAgent service.</p>
|
|
@@ -27,7 +27,7 @@ declare const DeleteIntegrationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Deletes
|
|
30
|
+
* <p>Deletes an integration with a third-party provider.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -52,24 +52,22 @@ declare const DeleteIntegrationCommand_base: {
|
|
|
52
52
|
* @see {@link SecurityAgentClientResolvedConfig | config} for SecurityAgentClient's `config` shape.
|
|
53
53
|
*
|
|
54
54
|
* @throws {@link AccessDeniedException} (client fault)
|
|
55
|
-
*
|
|
55
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link ConflictException} (client fault)
|
|
58
|
-
*
|
|
58
|
+
* <p>The request could not be completed due to a conflict with the current state of the resource.</p>
|
|
59
59
|
*
|
|
60
60
|
* @throws {@link InternalServerException} (server fault)
|
|
61
|
-
*
|
|
61
|
+
* <p>An unexpected error occurred during the processing of your request.</p>
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
64
|
-
*
|
|
64
|
+
* <p>The specified resource was not found. Verify that the resource identifier is correct and that the resource exists in the specified agent space or account.</p>
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link ThrottlingException} (client fault)
|
|
67
|
-
*
|
|
67
|
+
* <p>The request was denied due to request throttling.</p>
|
|
68
68
|
*
|
|
69
69
|
* @throws {@link ValidationException} (client fault)
|
|
70
|
-
*
|
|
71
|
-
* This should be thrown by services when a member of the input structure
|
|
72
|
-
* falls outside of the modeled or documented constraints.
|
|
70
|
+
* <p>The input fails to satisfy the constraints specified by the service.</p>
|
|
73
71
|
*
|
|
74
72
|
* @throws {@link SecurityAgentServiceException}
|
|
75
73
|
* <p>Base exception class for all service exceptions from SecurityAgent service.</p>
|
|
@@ -27,7 +27,7 @@ declare const DeleteMembershipCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* <p>Deletes a membership, revoking a user's access to an agent space.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const DeleteTargetDomainCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Deletes a target domain
|
|
30
|
+
* <p>Deletes a target domain registration. After deletion, the domain can no longer be used for penetration testing.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const GetApplicationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Retrieves
|
|
30
|
+
* <p>Retrieves information about an application.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -27,7 +27,7 @@ declare const GetArtifactCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* <p>Retrieves an artifact from an agent space.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -62,21 +62,19 @@ declare const GetArtifactCommand_base: {
|
|
|
62
62
|
* @see {@link SecurityAgentClientResolvedConfig | config} for SecurityAgentClient's `config` shape.
|
|
63
63
|
*
|
|
64
64
|
* @throws {@link AccessDeniedException} (client fault)
|
|
65
|
-
*
|
|
65
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link InternalServerException} (server fault)
|
|
68
|
-
*
|
|
68
|
+
* <p>An unexpected error occurred during the processing of your request.</p>
|
|
69
69
|
*
|
|
70
70
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
71
|
-
*
|
|
71
|
+
* <p>The specified resource was not found. Verify that the resource identifier is correct and that the resource exists in the specified agent space or account.</p>
|
|
72
72
|
*
|
|
73
73
|
* @throws {@link ThrottlingException} (client fault)
|
|
74
|
-
*
|
|
74
|
+
* <p>The request was denied due to request throttling.</p>
|
|
75
75
|
*
|
|
76
76
|
* @throws {@link ValidationException} (client fault)
|
|
77
|
-
*
|
|
78
|
-
* This should be thrown by services when a member of the input structure
|
|
79
|
-
* falls outside of the modeled or documented constraints.
|
|
77
|
+
* <p>The input fails to satisfy the constraints specified by the service.</p>
|
|
80
78
|
*
|
|
81
79
|
* @throws {@link SecurityAgentServiceException}
|
|
82
80
|
* <p>Base exception class for all service exceptions from SecurityAgent service.</p>
|
|
@@ -27,7 +27,7 @@ declare const GetIntegrationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* <p>Retrieves information about an integration.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -59,21 +59,19 @@ declare const GetIntegrationCommand_base: {
|
|
|
59
59
|
* @see {@link SecurityAgentClientResolvedConfig | config} for SecurityAgentClient's `config` shape.
|
|
60
60
|
*
|
|
61
61
|
* @throws {@link AccessDeniedException} (client fault)
|
|
62
|
-
*
|
|
62
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
63
63
|
*
|
|
64
64
|
* @throws {@link InternalServerException} (server fault)
|
|
65
|
-
*
|
|
65
|
+
* <p>An unexpected error occurred during the processing of your request.</p>
|
|
66
66
|
*
|
|
67
67
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
68
|
-
*
|
|
68
|
+
* <p>The specified resource was not found. Verify that the resource identifier is correct and that the resource exists in the specified agent space or account.</p>
|
|
69
69
|
*
|
|
70
70
|
* @throws {@link ThrottlingException} (client fault)
|
|
71
|
-
*
|
|
71
|
+
* <p>The request was denied due to request throttling.</p>
|
|
72
72
|
*
|
|
73
73
|
* @throws {@link ValidationException} (client fault)
|
|
74
|
-
*
|
|
75
|
-
* This should be thrown by services when a member of the input structure
|
|
76
|
-
* falls outside of the modeled or documented constraints.
|
|
74
|
+
* <p>The input fails to satisfy the constraints specified by the service.</p>
|
|
77
75
|
*
|
|
78
76
|
* @throws {@link SecurityAgentServiceException}
|
|
79
77
|
* <p>Base exception class for all service exceptions from SecurityAgent service.</p>
|