@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
|
@@ -27,7 +27,7 @@ declare const InitiateProviderRegistrationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Initiates the registration
|
|
30
|
+
* <p>Initiates the OAuth registration flow with a third-party provider. Returns a redirect URL and CSRF state token for completing the authorization.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -55,24 +55,22 @@ declare const InitiateProviderRegistrationCommand_base: {
|
|
|
55
55
|
* @see {@link SecurityAgentClientResolvedConfig | config} for SecurityAgentClient's `config` shape.
|
|
56
56
|
*
|
|
57
57
|
* @throws {@link AccessDeniedException} (client fault)
|
|
58
|
-
*
|
|
58
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
59
59
|
*
|
|
60
60
|
* @throws {@link ConflictException} (client fault)
|
|
61
|
-
*
|
|
61
|
+
* <p>The request could not be completed due to a conflict with the current state of the resource.</p>
|
|
62
62
|
*
|
|
63
63
|
* @throws {@link InternalServerException} (server fault)
|
|
64
|
-
*
|
|
64
|
+
* <p>An unexpected error occurred during the processing of your request.</p>
|
|
65
65
|
*
|
|
66
66
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
67
|
-
*
|
|
67
|
+
* <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>
|
|
68
68
|
*
|
|
69
69
|
* @throws {@link ThrottlingException} (client fault)
|
|
70
|
-
*
|
|
70
|
+
* <p>The request was denied due to request throttling.</p>
|
|
71
71
|
*
|
|
72
72
|
* @throws {@link ValidationException} (client fault)
|
|
73
|
-
*
|
|
74
|
-
* This should be thrown by services when a member of the input structure
|
|
75
|
-
* falls outside of the modeled or documented constraints.
|
|
73
|
+
* <p>The input fails to satisfy the constraints specified by the service.</p>
|
|
76
74
|
*
|
|
77
75
|
* @throws {@link SecurityAgentServiceException}
|
|
78
76
|
* <p>Base exception class for all service exceptions from SecurityAgent service.</p>
|
|
@@ -27,7 +27,7 @@ declare const ListAgentSpacesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* <p>Returns a paginated list of agent space summaries in your account.</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 ListApplicationsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* <p>Returns a paginated list of application summaries in your account.</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 ListArtifactsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* <p>Returns a paginated list of artifact summaries for the specified 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
|
|
@@ -63,21 +63,19 @@ declare const ListArtifactsCommand_base: {
|
|
|
63
63
|
* @see {@link SecurityAgentClientResolvedConfig | config} for SecurityAgentClient's `config` shape.
|
|
64
64
|
*
|
|
65
65
|
* @throws {@link AccessDeniedException} (client fault)
|
|
66
|
-
*
|
|
66
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
67
67
|
*
|
|
68
68
|
* @throws {@link InternalServerException} (server fault)
|
|
69
|
-
*
|
|
69
|
+
* <p>An unexpected error occurred during the processing of your request.</p>
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
72
|
-
*
|
|
72
|
+
* <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>
|
|
73
73
|
*
|
|
74
74
|
* @throws {@link ThrottlingException} (client fault)
|
|
75
|
-
*
|
|
75
|
+
* <p>The request was denied due to request throttling.</p>
|
|
76
76
|
*
|
|
77
77
|
* @throws {@link ValidationException} (client fault)
|
|
78
|
-
*
|
|
79
|
-
* This should be thrown by services when a member of the input structure
|
|
80
|
-
* falls outside of the modeled or documented constraints.
|
|
78
|
+
* <p>The input fails to satisfy the constraints specified by the service.</p>
|
|
81
79
|
*
|
|
82
80
|
* @throws {@link SecurityAgentServiceException}
|
|
83
81
|
* <p>Base exception class for all service exceptions from SecurityAgent service.</p>
|
|
@@ -27,7 +27,7 @@ declare const ListDiscoveredEndpointsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* <p>Returns a paginated list of endpoints discovered during a pentest job execution.</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 ListFindingsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Lists
|
|
30
|
+
* <p>Lists the security findings for 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 ListIntegratedResourcesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Lists the integrated resources for an agent space
|
|
30
|
+
* <p>Lists the integrated resources for an agent space, optionally filtered by integration or resource type.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -77,21 +77,19 @@ declare const ListIntegratedResourcesCommand_base: {
|
|
|
77
77
|
* @see {@link SecurityAgentClientResolvedConfig | config} for SecurityAgentClient's `config` shape.
|
|
78
78
|
*
|
|
79
79
|
* @throws {@link AccessDeniedException} (client fault)
|
|
80
|
-
*
|
|
80
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
81
81
|
*
|
|
82
82
|
* @throws {@link InternalServerException} (server fault)
|
|
83
|
-
*
|
|
83
|
+
* <p>An unexpected error occurred during the processing of your request.</p>
|
|
84
84
|
*
|
|
85
85
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
86
|
-
*
|
|
86
|
+
* <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>
|
|
87
87
|
*
|
|
88
88
|
* @throws {@link ThrottlingException} (client fault)
|
|
89
|
-
*
|
|
89
|
+
* <p>The request was denied due to request throttling.</p>
|
|
90
90
|
*
|
|
91
91
|
* @throws {@link ValidationException} (client fault)
|
|
92
|
-
*
|
|
93
|
-
* This should be thrown by services when a member of the input structure
|
|
94
|
-
* falls outside of the modeled or documented constraints.
|
|
92
|
+
* <p>The input fails to satisfy the constraints specified by the service.</p>
|
|
95
93
|
*
|
|
96
94
|
* @throws {@link SecurityAgentServiceException}
|
|
97
95
|
* <p>Base exception class for all service exceptions from SecurityAgent service.</p>
|
|
@@ -27,7 +27,7 @@ declare const ListIntegrationsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* <p>Lists the integrations in your account, optionally filtered by provider or provider type.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -68,16 +68,19 @@ declare const ListIntegrationsCommand_base: {
|
|
|
68
68
|
* @see {@link SecurityAgentClientResolvedConfig | config} for SecurityAgentClient's `config` shape.
|
|
69
69
|
*
|
|
70
70
|
* @throws {@link AccessDeniedException} (client fault)
|
|
71
|
-
*
|
|
71
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
72
72
|
*
|
|
73
73
|
* @throws {@link InternalServerException} (server fault)
|
|
74
|
-
*
|
|
74
|
+
* <p>An unexpected error occurred during the processing of your request.</p>
|
|
75
75
|
*
|
|
76
76
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
77
|
-
*
|
|
77
|
+
* <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>
|
|
78
78
|
*
|
|
79
79
|
* @throws {@link ThrottlingException} (client fault)
|
|
80
|
-
*
|
|
80
|
+
* <p>The request was denied due to request throttling.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link ValidationException} (client fault)
|
|
83
|
+
* <p>The input fails to satisfy the constraints specified by the service.</p>
|
|
81
84
|
*
|
|
82
85
|
* @throws {@link SecurityAgentServiceException}
|
|
83
86
|
* <p>Base exception class for all service exceptions from SecurityAgent service.</p>
|
|
@@ -27,7 +27,7 @@ declare const ListMembershipsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* <p>Returns a paginated list of membership summaries for the specified 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 ListPentestJobTasksCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* <p>Returns a paginated list of task summaries for the specified pentest job, optionally filtered by step name or category.</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 ListPentestJobsForPentestCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* <p>Returns a paginated list of pentest job summaries for the specified pentest 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 ListPentestsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* <p>Returns a paginated list of pentest summaries for the specified 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 ListTagsForResourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* <p>Returns the tags associated with the specified resource.</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 ListTargetDomainsCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* <p>Returns a paginated list of target domain summaries in your account.</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 StartCodeRemediationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* <p>Initiates code remediation for one or more security findings. This creates pull requests in integrated repositories to fix the identified vulnerabilities.</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 StartPentestJobCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* <p>Starts a new pentest job for a pentest configuration. The job executes the security tests defined in the pentest.</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 StopPentestJobCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Stops
|
|
30
|
+
* <p>Stops a running pentest job. The job transitions to a stopping state and then to stopped after cleanup completes.</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 TagResourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Adds tags to a
|
|
30
|
+
* <p>Adds tags to a resource.</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 UntagResourceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Removes tags from a
|
|
30
|
+
* <p>Removes tags from a resource.</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 UpdateAgentSpaceCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Updates an agent space
|
|
30
|
+
* <p>Updates the configuration of an existing agent space, including its name, description, AWS resources, target domains, and code review 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 UpdateApplicationCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Updates application
|
|
30
|
+
* <p>Updates the configuration of an existing application, including the IAM role and default KMS key.</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 UpdateFindingCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Updates
|
|
30
|
+
* <p>Updates the status or risk level of a security finding.</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 UpdateIntegratedResourcesCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Updates the integrated resources for an agent space
|
|
30
|
+
* <p>Updates the integrated resources for an agent space, including their capabilities.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -69,24 +69,22 @@ declare const UpdateIntegratedResourcesCommand_base: {
|
|
|
69
69
|
* @see {@link SecurityAgentClientResolvedConfig | config} for SecurityAgentClient's `config` shape.
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link AccessDeniedException} (client fault)
|
|
72
|
-
*
|
|
72
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
73
73
|
*
|
|
74
74
|
* @throws {@link ConflictException} (client fault)
|
|
75
|
-
*
|
|
75
|
+
* <p>The request could not be completed due to a conflict with the current state of the resource.</p>
|
|
76
76
|
*
|
|
77
77
|
* @throws {@link InternalServerException} (server fault)
|
|
78
|
-
*
|
|
78
|
+
* <p>An unexpected error occurred during the processing of your request.</p>
|
|
79
79
|
*
|
|
80
80
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
81
|
-
*
|
|
81
|
+
* <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>
|
|
82
82
|
*
|
|
83
83
|
* @throws {@link ThrottlingException} (client fault)
|
|
84
|
-
*
|
|
84
|
+
* <p>The request was denied due to request throttling.</p>
|
|
85
85
|
*
|
|
86
86
|
* @throws {@link ValidationException} (client fault)
|
|
87
|
-
*
|
|
88
|
-
* This should be thrown by services when a member of the input structure
|
|
89
|
-
* falls outside of the modeled or documented constraints.
|
|
87
|
+
* <p>The input fails to satisfy the constraints specified by the service.</p>
|
|
90
88
|
*
|
|
91
89
|
* @throws {@link SecurityAgentServiceException}
|
|
92
90
|
* <p>Base exception class for all service exceptions from SecurityAgent service.</p>
|
|
@@ -27,7 +27,7 @@ declare const UpdatePentestCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Updates an existing pentest
|
|
30
|
+
* <p>Updates an existing pentest 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 UpdateTargetDomainCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
* Updates a target domain
|
|
30
|
+
* <p>Updates the verification method for a target domain.</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 UpdateTargetDomainCommand_base: {
|
|
|
38
38
|
* const client = new SecurityAgentClient(config);
|
|
39
39
|
* const input = { // UpdateTargetDomainInput
|
|
40
40
|
* targetDomainId: "STRING_VALUE", // required
|
|
41
|
-
* verificationMethod: "DNS_TXT" || "HTTP_ROUTE", // required
|
|
41
|
+
* verificationMethod: "DNS_TXT" || "HTTP_ROUTE" || "PRIVATE_VPC", // required
|
|
42
42
|
* };
|
|
43
43
|
* const command = new UpdateTargetDomainCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
@@ -46,8 +46,9 @@ declare const UpdateTargetDomainCommand_base: {
|
|
|
46
46
|
* // targetDomainId: "STRING_VALUE", // required
|
|
47
47
|
* // domainName: "STRING_VALUE", // required
|
|
48
48
|
* // verificationStatus: "PENDING" || "VERIFIED" || "FAILED" || "UNREACHABLE", // required
|
|
49
|
+
* // verificationStatusReason: "STRING_VALUE",
|
|
49
50
|
* // verificationDetails: { // VerificationDetails
|
|
50
|
-
* // method: "DNS_TXT" || "HTTP_ROUTE",
|
|
51
|
+
* // method: "DNS_TXT" || "HTTP_ROUTE" || "PRIVATE_VPC",
|
|
51
52
|
* // dnsTxt: { // DnsVerification
|
|
52
53
|
* // token: "STRING_VALUE",
|
|
53
54
|
* // dnsRecordName: "STRING_VALUE",
|
|
@@ -27,7 +27,7 @@ declare const VerifyTargetDomainCommand_base: {
|
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* <p>Initiates verification of a target domain. This checks whether the domain ownership verification token has been properly configured.</p>
|
|
31
31
|
* @example
|
|
32
32
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
33
|
* ```javascript
|
|
@@ -48,6 +48,7 @@ declare const VerifyTargetDomainCommand_base: {
|
|
|
48
48
|
* // updatedAt: new Date("TIMESTAMP"),
|
|
49
49
|
* // verifiedAt: new Date("TIMESTAMP"),
|
|
50
50
|
* // status: "PENDING" || "VERIFIED" || "FAILED" || "UNREACHABLE",
|
|
51
|
+
* // verificationStatusReason: "STRING_VALUE",
|
|
51
52
|
* // };
|
|
52
53
|
*
|
|
53
54
|
* ```
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* <p>AWS Security Agent
|
|
2
|
+
* <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>
|
|
3
3
|
*
|
|
4
4
|
* @packageDocumentation
|
|
5
5
|
*/
|