@aws-sdk/client-inspector2 3.289.0 → 3.290.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/AssociateMemberCommand.d.ts +14 -0
- package/dist-types/commands/BatchGetAccountStatusCommand.d.ts +17 -0
- package/dist-types/commands/BatchGetFreeTrialInfoCommand.d.ts +14 -0
- package/dist-types/commands/CancelFindingsReportCommand.d.ts +17 -0
- package/dist-types/commands/CreateFilterCommand.d.ts +21 -0
- package/dist-types/commands/CreateFindingsReportCommand.d.ts +17 -0
- package/dist-types/commands/DeleteFilterCommand.d.ts +17 -0
- package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +14 -0
- package/dist-types/commands/DisableCommand.d.ts +17 -0
- package/dist-types/commands/DisableDelegatedAdminAccountCommand.d.ts +20 -0
- package/dist-types/commands/DisassociateMemberCommand.d.ts +14 -0
- package/dist-types/commands/EnableCommand.d.ts +17 -0
- package/dist-types/commands/EnableDelegatedAdminAccountCommand.d.ts +20 -0
- package/dist-types/commands/GetConfigurationCommand.d.ts +10 -0
- package/dist-types/commands/GetDelegatedAdminAccountCommand.d.ts +17 -0
- package/dist-types/commands/GetFindingsReportStatusCommand.d.ts +17 -0
- package/dist-types/commands/GetMemberCommand.d.ts +17 -0
- package/dist-types/commands/ListAccountPermissionsCommand.d.ts +14 -0
- package/dist-types/commands/ListCoverageCommand.d.ts +11 -0
- package/dist-types/commands/ListCoverageStatisticsCommand.d.ts +11 -0
- package/dist-types/commands/ListDelegatedAdminAccountsCommand.d.ts +14 -0
- package/dist-types/commands/ListFiltersCommand.d.ts +14 -0
- package/dist-types/commands/ListFindingAggregationsCommand.d.ts +11 -0
- package/dist-types/commands/ListFindingsCommand.d.ts +11 -0
- package/dist-types/commands/ListMembersCommand.d.ts +14 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +14 -0
- package/dist-types/commands/ListUsageTotalsCommand.d.ts +14 -0
- package/dist-types/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +14 -0
- package/dist-types/commands/UpdateConfigurationCommand.d.ts +14 -0
- package/dist-types/commands/UpdateFilterCommand.d.ts +17 -0
- package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +14 -0
- package/package.json +29 -29
|
@@ -29,6 +29,20 @@ export interface AssociateMemberCommandOutput extends AssociateMemberResponse, _
|
|
|
29
29
|
* @see {@link AssociateMemberCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
43
|
+
* inputs.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class AssociateMemberCommand extends $Command<AssociateMemberCommandInput, AssociateMemberCommandOutput, Inspector2ClientResolvedConfig> {
|
|
34
48
|
readonly input: AssociateMemberCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface BatchGetAccountStatusCommandOutput extends BatchGetAccountStatu
|
|
|
29
29
|
* @see {@link BatchGetAccountStatusCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The operation tried to access an invalid resource. Make sure the resource is specified correctly.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
46
|
+
* inputs.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class BatchGetAccountStatusCommand extends $Command<BatchGetAccountStatusCommandInput, BatchGetAccountStatusCommandOutput, Inspector2ClientResolvedConfig> {
|
|
34
51
|
readonly input: BatchGetAccountStatusCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface BatchGetFreeTrialInfoCommandOutput extends BatchGetFreeTrialInf
|
|
|
29
29
|
* @see {@link BatchGetFreeTrialInfoCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
43
|
+
* inputs.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class BatchGetFreeTrialInfoCommand extends $Command<BatchGetFreeTrialInfoCommandInput, BatchGetFreeTrialInfoCommandOutput, Inspector2ClientResolvedConfig> {
|
|
34
48
|
readonly input: BatchGetFreeTrialInfoCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface CancelFindingsReportCommandOutput extends CancelFindingsReportR
|
|
|
29
29
|
* @see {@link CancelFindingsReportCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The operation tried to access an invalid resource. Make sure the resource is specified correctly.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
46
|
+
* inputs.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class CancelFindingsReportCommand extends $Command<CancelFindingsReportCommandInput, CancelFindingsReportCommandOutput, Inspector2ClientResolvedConfig> {
|
|
34
51
|
readonly input: CancelFindingsReportCommandInput;
|
|
@@ -29,6 +29,27 @@ export interface CreateFilterCommandOutput extends CreateFilterResponse, __Metad
|
|
|
29
29
|
* @see {@link CreateFilterCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link BadRequestException} (client fault)
|
|
36
|
+
* <p>One or more tags submitted as part of the request is not valid.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
42
|
+
* <p>You have exceeded your service quota. To perform the requested action, remove some of
|
|
43
|
+
* the relevant resources, or use Service Quotas to request a service quota increase.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
46
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link ValidationException} (client fault)
|
|
49
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
50
|
+
* inputs.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
32
53
|
*/
|
|
33
54
|
export declare class CreateFilterCommand extends $Command<CreateFilterCommandInput, CreateFilterCommandOutput, Inspector2ClientResolvedConfig> {
|
|
34
55
|
readonly input: CreateFilterCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface CreateFindingsReportCommandOutput extends CreateFindingsReportR
|
|
|
29
29
|
* @see {@link CreateFindingsReportCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The operation tried to access an invalid resource. Make sure the resource is specified correctly.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
46
|
+
* inputs.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class CreateFindingsReportCommand extends $Command<CreateFindingsReportCommandInput, CreateFindingsReportCommandOutput, Inspector2ClientResolvedConfig> {
|
|
34
51
|
readonly input: CreateFindingsReportCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface DeleteFilterCommandOutput extends DeleteFilterResponse, __Metad
|
|
|
29
29
|
* @see {@link DeleteFilterCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The operation tried to access an invalid resource. Make sure the resource is specified correctly.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
46
|
+
* inputs.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class DeleteFilterCommand extends $Command<DeleteFilterCommandInput, DeleteFilterCommandOutput, Inspector2ClientResolvedConfig> {
|
|
34
51
|
readonly input: DeleteFilterCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface DescribeOrganizationConfigurationCommandOutput extends Describe
|
|
|
29
29
|
* @see {@link DescribeOrganizationConfigurationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
43
|
+
* inputs.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class DescribeOrganizationConfigurationCommand extends $Command<DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput, Inspector2ClientResolvedConfig> {
|
|
34
48
|
readonly input: DescribeOrganizationConfigurationCommandInput;
|
|
@@ -30,6 +30,23 @@ export interface DisableCommandOutput extends DisableResponse, __MetadataBearer
|
|
|
30
30
|
* @see {@link DisableCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The operation tried to access an invalid resource. Make sure the resource is specified correctly.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
47
|
+
* inputs.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
33
50
|
*/
|
|
34
51
|
export declare class DisableCommand extends $Command<DisableCommandInput, DisableCommandOutput, Inspector2ClientResolvedConfig> {
|
|
35
52
|
readonly input: DisableCommandInput;
|
|
@@ -29,6 +29,26 @@ export interface DisableDelegatedAdminAccountCommandOutput extends DisableDelega
|
|
|
29
29
|
* @see {@link DisableDelegatedAdminAccountCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>A conflict occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>The operation tried to access an invalid resource. Make sure the resource is specified correctly.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
45
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
49
|
+
* inputs.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
32
52
|
*/
|
|
33
53
|
export declare class DisableDelegatedAdminAccountCommand extends $Command<DisableDelegatedAdminAccountCommandInput, DisableDelegatedAdminAccountCommandOutput, Inspector2ClientResolvedConfig> {
|
|
34
54
|
readonly input: DisableDelegatedAdminAccountCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface DisassociateMemberCommandOutput extends DisassociateMemberRespo
|
|
|
29
29
|
* @see {@link DisassociateMemberCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
43
|
+
* inputs.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class DisassociateMemberCommand extends $Command<DisassociateMemberCommandInput, DisassociateMemberCommandOutput, Inspector2ClientResolvedConfig> {
|
|
34
48
|
readonly input: DisassociateMemberCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface EnableCommandOutput extends EnableResponse, __MetadataBearer {
|
|
|
29
29
|
* @see {@link EnableCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The operation tried to access an invalid resource. Make sure the resource is specified correctly.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
46
|
+
* inputs.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class EnableCommand extends $Command<EnableCommandInput, EnableCommandOutput, Inspector2ClientResolvedConfig> {
|
|
34
51
|
readonly input: EnableCommandInput;
|
|
@@ -29,6 +29,26 @@ export interface EnableDelegatedAdminAccountCommandOutput extends EnableDelegate
|
|
|
29
29
|
* @see {@link EnableDelegatedAdminAccountCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ConflictException} (client fault)
|
|
36
|
+
* <p>A conflict occurred.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link InternalServerException} (server fault)
|
|
39
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
42
|
+
* <p>The operation tried to access an invalid resource. Make sure the resource is specified correctly.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
45
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link ValidationException} (client fault)
|
|
48
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
49
|
+
* inputs.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
32
52
|
*/
|
|
33
53
|
export declare class EnableDelegatedAdminAccountCommand extends $Command<EnableDelegatedAdminAccountCommandInput, EnableDelegatedAdminAccountCommandOutput, Inspector2ClientResolvedConfig> {
|
|
34
54
|
readonly input: EnableDelegatedAdminAccountCommandInput;
|
|
@@ -29,6 +29,16 @@ export interface GetConfigurationCommandOutput extends GetConfigurationResponse,
|
|
|
29
29
|
* @see {@link GetConfigurationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The operation tried to access an invalid resource. Make sure the resource is specified correctly.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
32
42
|
*/
|
|
33
43
|
export declare class GetConfigurationCommand extends $Command<GetConfigurationCommandInput, GetConfigurationCommandOutput, Inspector2ClientResolvedConfig> {
|
|
34
44
|
readonly input: GetConfigurationCommandInput;
|
|
@@ -30,6 +30,23 @@ export interface GetDelegatedAdminAccountCommandOutput extends GetDelegatedAdmin
|
|
|
30
30
|
* @see {@link GetDelegatedAdminAccountCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
40
|
+
* <p>The operation tried to access an invalid resource. Make sure the resource is specified correctly.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
43
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link ValidationException} (client fault)
|
|
46
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
47
|
+
* inputs.</p>
|
|
48
|
+
*
|
|
49
|
+
*
|
|
33
50
|
*/
|
|
34
51
|
export declare class GetDelegatedAdminAccountCommand extends $Command<GetDelegatedAdminAccountCommandInput, GetDelegatedAdminAccountCommandOutput, Inspector2ClientResolvedConfig> {
|
|
35
52
|
readonly input: GetDelegatedAdminAccountCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface GetFindingsReportStatusCommandOutput extends GetFindingsReportS
|
|
|
29
29
|
* @see {@link GetFindingsReportStatusCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The operation tried to access an invalid resource. Make sure the resource is specified correctly.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
46
|
+
* inputs.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class GetFindingsReportStatusCommand extends $Command<GetFindingsReportStatusCommandInput, GetFindingsReportStatusCommandOutput, Inspector2ClientResolvedConfig> {
|
|
34
51
|
readonly input: GetFindingsReportStatusCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface GetMemberCommandOutput extends GetMemberResponse, __MetadataBea
|
|
|
29
29
|
* @see {@link GetMemberCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The operation tried to access an invalid resource. Make sure the resource is specified correctly.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
46
|
+
* inputs.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class GetMemberCommand extends $Command<GetMemberCommandInput, GetMemberCommandOutput, Inspector2ClientResolvedConfig> {
|
|
34
51
|
readonly input: GetMemberCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface ListAccountPermissionsCommandOutput extends ListAccountPermissi
|
|
|
29
29
|
* @see {@link ListAccountPermissionsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
43
|
+
* inputs.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class ListAccountPermissionsCommand extends $Command<ListAccountPermissionsCommandInput, ListAccountPermissionsCommandOutput, Inspector2ClientResolvedConfig> {
|
|
34
48
|
readonly input: ListAccountPermissionsCommandInput;
|
|
@@ -29,6 +29,17 @@ export interface ListCoverageCommandOutput extends ListCoverageResponse, __Metad
|
|
|
29
29
|
* @see {@link ListCoverageCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
36
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ValidationException} (client fault)
|
|
39
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
40
|
+
* inputs.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
32
43
|
*/
|
|
33
44
|
export declare class ListCoverageCommand extends $Command<ListCoverageCommandInput, ListCoverageCommandOutput, Inspector2ClientResolvedConfig> {
|
|
34
45
|
readonly input: ListCoverageCommandInput;
|
|
@@ -29,6 +29,17 @@ export interface ListCoverageStatisticsCommandOutput extends ListCoverageStatist
|
|
|
29
29
|
* @see {@link ListCoverageStatisticsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
36
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ValidationException} (client fault)
|
|
39
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
40
|
+
* inputs.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
32
43
|
*/
|
|
33
44
|
export declare class ListCoverageStatisticsCommand extends $Command<ListCoverageStatisticsCommandInput, ListCoverageStatisticsCommandOutput, Inspector2ClientResolvedConfig> {
|
|
34
45
|
readonly input: ListCoverageStatisticsCommandInput;
|
|
@@ -30,6 +30,20 @@ export interface ListDelegatedAdminAccountsCommandOutput extends ListDelegatedAd
|
|
|
30
30
|
* @see {@link ListDelegatedAdminAccountsCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
40
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
44
|
+
* inputs.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
33
47
|
*/
|
|
34
48
|
export declare class ListDelegatedAdminAccountsCommand extends $Command<ListDelegatedAdminAccountsCommandInput, ListDelegatedAdminAccountsCommandOutput, Inspector2ClientResolvedConfig> {
|
|
35
49
|
readonly input: ListDelegatedAdminAccountsCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface ListFiltersCommandOutput extends ListFiltersResponse, __Metadat
|
|
|
29
29
|
* @see {@link ListFiltersCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
43
|
+
* inputs.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class ListFiltersCommand extends $Command<ListFiltersCommandInput, ListFiltersCommandOutput, Inspector2ClientResolvedConfig> {
|
|
34
48
|
readonly input: ListFiltersCommandInput;
|
|
@@ -29,6 +29,17 @@ export interface ListFindingAggregationsCommandOutput extends ListFindingAggrega
|
|
|
29
29
|
* @see {@link ListFindingAggregationsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
36
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ValidationException} (client fault)
|
|
39
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
40
|
+
* inputs.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
32
43
|
*/
|
|
33
44
|
export declare class ListFindingAggregationsCommand extends $Command<ListFindingAggregationsCommandInput, ListFindingAggregationsCommandOutput, Inspector2ClientResolvedConfig> {
|
|
34
45
|
readonly input: ListFindingAggregationsCommandInput;
|
|
@@ -29,6 +29,17 @@ export interface ListFindingsCommandOutput extends ListFindingsResponse, __Metad
|
|
|
29
29
|
* @see {@link ListFindingsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
36
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ValidationException} (client fault)
|
|
39
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
40
|
+
* inputs.</p>
|
|
41
|
+
*
|
|
42
|
+
*
|
|
32
43
|
*/
|
|
33
44
|
export declare class ListFindingsCommand extends $Command<ListFindingsCommandInput, ListFindingsCommandOutput, Inspector2ClientResolvedConfig> {
|
|
34
45
|
readonly input: ListFindingsCommandInput;
|
|
@@ -30,6 +30,20 @@ export interface ListMembersCommandOutput extends ListMembersResponse, __Metadat
|
|
|
30
30
|
* @see {@link ListMembersCommandOutput} for command's `response` shape.
|
|
31
31
|
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
32
32
|
*
|
|
33
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
34
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @throws {@link InternalServerException} (server fault)
|
|
37
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
38
|
+
*
|
|
39
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
40
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
41
|
+
*
|
|
42
|
+
* @throws {@link ValidationException} (client fault)
|
|
43
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
44
|
+
* inputs.</p>
|
|
45
|
+
*
|
|
46
|
+
*
|
|
33
47
|
*/
|
|
34
48
|
export declare class ListMembersCommand extends $Command<ListMembersCommandInput, ListMembersCommandOutput, Inspector2ClientResolvedConfig> {
|
|
35
49
|
readonly input: ListMembersCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
29
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The operation tried to access an invalid resource. Make sure the resource is specified correctly.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
43
|
+
* inputs.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, Inspector2ClientResolvedConfig> {
|
|
34
48
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface ListUsageTotalsCommandOutput extends ListUsageTotalsResponse, _
|
|
|
29
29
|
* @see {@link ListUsageTotalsCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
43
|
+
* inputs.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class ListUsageTotalsCommand extends $Command<ListUsageTotalsCommandInput, ListUsageTotalsCommandOutput, Inspector2ClientResolvedConfig> {
|
|
34
48
|
readonly input: ListUsageTotalsCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
29
29
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link BadRequestException} (client fault)
|
|
33
|
+
* <p>One or more tags submitted as part of the request is not valid.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The operation tried to access an invalid resource. Make sure the resource is specified correctly.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
46
|
+
* inputs.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, Inspector2ClientResolvedConfig> {
|
|
34
51
|
readonly input: TagResourceCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
29
29
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link InternalServerException} (server fault)
|
|
33
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
36
|
+
* <p>The operation tried to access an invalid resource. Make sure the resource is specified correctly.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
43
|
+
* inputs.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, Inspector2ClientResolvedConfig> {
|
|
34
48
|
readonly input: UntagResourceCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface UpdateConfigurationCommandOutput extends UpdateConfigurationRes
|
|
|
29
29
|
* @see {@link UpdateConfigurationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
43
|
+
* inputs.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class UpdateConfigurationCommand extends $Command<UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput, Inspector2ClientResolvedConfig> {
|
|
34
48
|
readonly input: UpdateConfigurationCommandInput;
|
|
@@ -29,6 +29,23 @@ export interface UpdateFilterCommandOutput extends UpdateFilterResponse, __Metad
|
|
|
29
29
|
* @see {@link UpdateFilterCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
39
|
+
* <p>The operation tried to access an invalid resource. Make sure the resource is specified correctly.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
42
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
43
|
+
*
|
|
44
|
+
* @throws {@link ValidationException} (client fault)
|
|
45
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
46
|
+
* inputs.</p>
|
|
47
|
+
*
|
|
48
|
+
*
|
|
32
49
|
*/
|
|
33
50
|
export declare class UpdateFilterCommand extends $Command<UpdateFilterCommandInput, UpdateFilterCommandOutput, Inspector2ClientResolvedConfig> {
|
|
34
51
|
readonly input: UpdateFilterCommandInput;
|
|
@@ -29,6 +29,20 @@ export interface UpdateOrganizationConfigurationCommandOutput extends UpdateOrga
|
|
|
29
29
|
* @see {@link UpdateOrganizationConfigurationCommandOutput} for command's `response` shape.
|
|
30
30
|
* @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
|
|
31
31
|
*
|
|
32
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
33
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @throws {@link InternalServerException} (server fault)
|
|
36
|
+
* <p>The request has failed due to an internal failure of the Amazon Inspector service.</p>
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
39
|
+
* <p>The limit on the number of requests per second was exceeded.</p>
|
|
40
|
+
*
|
|
41
|
+
* @throws {@link ValidationException} (client fault)
|
|
42
|
+
* <p>The request has failed validation due to missing required fields or having invalid
|
|
43
|
+
* inputs.</p>
|
|
44
|
+
*
|
|
45
|
+
*
|
|
32
46
|
*/
|
|
33
47
|
export declare class UpdateOrganizationConfigurationCommand extends $Command<UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput, Inspector2ClientResolvedConfig> {
|
|
34
48
|
readonly input: UpdateOrganizationConfigurationCommandInput;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-inspector2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Inspector2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.290.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,37 +20,37 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.290.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.290.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.290.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.290.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.290.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.290.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.290.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.290.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.290.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.290.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.290.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.290.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.290.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.290.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.290.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.290.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.290.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.290.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.290.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.290.0",
|
|
43
|
+
"@aws-sdk/types": "3.290.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.290.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.208.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.208.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.290.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.290.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.290.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.290.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.290.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.290.0",
|
|
54
54
|
"@aws-sdk/util-utf8": "3.254.0",
|
|
55
55
|
"tslib": "^2.3.1",
|
|
56
56
|
"uuid": "^8.3.2"
|