@aws-sdk/client-inspector2 3.170.0 → 3.171.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Inspector2.d.ts +0 -32
- package/dist-types/ts3.4/Inspector2Client.d.ts +0 -25
- package/dist-types/ts3.4/commands/AssociateMemberCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetAccountStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetFreeTrialInfoCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CancelFindingsReportCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateFindingsReportCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisableDelegatedAdminAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DisassociateMemberCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/EnableDelegatedAdminAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDelegatedAdminAccountCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetFindingsReportStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListAccountPermissionsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListCoverageStatisticsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListDelegatedAdminAccountsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListFindingAggregationsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListUsageTotalsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/Inspector2ServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -560
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
|
@@ -19,7 +19,6 @@ export interface ListDelegatedAdminAccountsCommandInput
|
|
|
19
19
|
export interface ListDelegatedAdminAccountsCommandOutput
|
|
20
20
|
extends ListDelegatedAdminAccountsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListDelegatedAdminAccountsCommand extends $Command<
|
|
24
23
|
ListDelegatedAdminAccountsCommandInput,
|
|
25
24
|
ListDelegatedAdminAccountsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListDelegatedAdminAccountsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListDelegatedAdminAccountsCommandInput;
|
|
29
28
|
constructor(input: ListDelegatedAdminAccountsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Inspector2ClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListFiltersCommandInput extends ListFiltersRequest {}
|
|
|
15
15
|
export interface ListFiltersCommandOutput
|
|
16
16
|
extends ListFiltersResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListFiltersCommand extends $Command<
|
|
20
19
|
ListFiltersCommandInput,
|
|
21
20
|
ListFiltersCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListFiltersCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListFiltersCommandInput;
|
|
25
24
|
constructor(input: ListFiltersCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: Inspector2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListFindingAggregationsCommandInput
|
|
|
19
19
|
export interface ListFindingAggregationsCommandOutput
|
|
20
20
|
extends ListFindingAggregationsResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListFindingAggregationsCommand extends $Command<
|
|
24
23
|
ListFindingAggregationsCommandInput,
|
|
25
24
|
ListFindingAggregationsCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListFindingAggregationsCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListFindingAggregationsCommandInput;
|
|
29
28
|
constructor(input: ListFindingAggregationsCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Inspector2ClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListFindingsCommandInput extends ListFindingsRequest {}
|
|
|
15
15
|
export interface ListFindingsCommandOutput
|
|
16
16
|
extends ListFindingsResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListFindingsCommand extends $Command<
|
|
20
19
|
ListFindingsCommandInput,
|
|
21
20
|
ListFindingsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListFindingsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListFindingsCommandInput;
|
|
25
24
|
constructor(input: ListFindingsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: Inspector2ClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListMembersCommandInput extends ListMembersRequest {}
|
|
|
15
15
|
export interface ListMembersCommandOutput
|
|
16
16
|
extends ListMembersResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListMembersCommand extends $Command<
|
|
20
19
|
ListMembersCommandInput,
|
|
21
20
|
ListMembersCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListMembersCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListMembersCommandInput;
|
|
25
24
|
constructor(input: ListMembersCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: Inspector2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Inspector2ClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface ListUsageTotalsCommandInput extends ListUsageTotalsRequest {}
|
|
|
18
18
|
export interface ListUsageTotalsCommandOutput
|
|
19
19
|
extends ListUsageTotalsResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class ListUsageTotalsCommand extends $Command<
|
|
23
22
|
ListUsageTotalsCommandInput,
|
|
24
23
|
ListUsageTotalsCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class ListUsageTotalsCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: ListUsageTotalsCommandInput;
|
|
28
27
|
constructor(input: ListUsageTotalsCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: Inspector2ClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: Inspector2ClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: Inspector2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateConfigurationCommandInput
|
|
|
19
19
|
export interface UpdateConfigurationCommandOutput
|
|
20
20
|
extends UpdateConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateConfigurationCommand extends $Command<
|
|
24
23
|
UpdateConfigurationCommandInput,
|
|
25
24
|
UpdateConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateConfigurationCommandInput;
|
|
29
28
|
constructor(input: UpdateConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Inspector2ClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface UpdateFilterCommandInput extends UpdateFilterRequest {}
|
|
|
15
15
|
export interface UpdateFilterCommandOutput
|
|
16
16
|
extends UpdateFilterResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class UpdateFilterCommand extends $Command<
|
|
20
19
|
UpdateFilterCommandInput,
|
|
21
20
|
UpdateFilterCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class UpdateFilterCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: UpdateFilterCommandInput;
|
|
25
24
|
constructor(input: UpdateFilterCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: Inspector2ClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface UpdateOrganizationConfigurationCommandInput
|
|
|
19
19
|
export interface UpdateOrganizationConfigurationCommandOutput
|
|
20
20
|
extends UpdateOrganizationConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class UpdateOrganizationConfigurationCommand extends $Command<
|
|
24
23
|
UpdateOrganizationConfigurationCommandInput,
|
|
25
24
|
UpdateOrganizationConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class UpdateOrganizationConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: UpdateOrganizationConfigurationCommandInput;
|
|
29
28
|
constructor(input: UpdateOrganizationConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: Inspector2ClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class Inspector2ServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|