@aws-sdk/client-inspector 3.168.0 → 3.170.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 +16 -0
- package/dist-types/ts3.4/Inspector.d.ts +670 -190
- package/dist-types/ts3.4/InspectorClient.d.ts +351 -110
- package/dist-types/ts3.4/commands/AddAttributesToFindingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAssessmentTargetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateAssessmentTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateExclusionsPreviewCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateResourceGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteAssessmentRunCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteAssessmentTargetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteAssessmentTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeAssessmentRunsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAssessmentTargetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAssessmentTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCrossAccountAccessRoleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeExclusionsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeFindingsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeResourceGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRulesPackagesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAssessmentReportCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetExclusionsPreviewCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetTelemetryMetadataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAssessmentRunAgentsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAssessmentRunsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListAssessmentTargetsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAssessmentTemplatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListEventSubscriptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListExclusionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRulesPackagesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PreviewAgentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RegisterCrossAccountAccessRoleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveAttributesFromFindingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SetTagsForResourceCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/StartAssessmentRunCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StopAssessmentRunCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/SubscribeToEventCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UnsubscribeFromEventCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateAssessmentTargetCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/index.d.ts +37 -37
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/InspectorServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1403 -1290
- package/dist-types/ts3.4/pagination/GetExclusionsPreviewPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAssessmentRunAgentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssessmentRunsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssessmentTargetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAssessmentTemplatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEventSubscriptionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListExclusionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRulesPackagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/PreviewAgentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +11 -11
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +449 -113
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
InspectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../InspectorClient";
|
|
13
|
+
import { ListFindingsRequest, ListFindingsResponse } from "../models/models_0";
|
|
14
|
+
export interface ListFindingsCommandInput extends ListFindingsRequest {}
|
|
15
|
+
export interface ListFindingsCommandOutput
|
|
16
|
+
extends ListFindingsResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class ListFindingsCommand extends $Command<
|
|
20
|
+
ListFindingsCommandInput,
|
|
21
|
+
ListFindingsCommandOutput,
|
|
22
|
+
InspectorClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: ListFindingsCommandInput;
|
|
25
|
+
constructor(input: ListFindingsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: InspectorClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<ListFindingsCommandInput, ListFindingsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
InspectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../InspectorClient";
|
|
13
|
+
import {
|
|
14
|
+
ListRulesPackagesRequest,
|
|
15
|
+
ListRulesPackagesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListRulesPackagesCommandInput
|
|
18
|
+
extends ListRulesPackagesRequest {}
|
|
19
|
+
export interface ListRulesPackagesCommandOutput
|
|
20
|
+
extends ListRulesPackagesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListRulesPackagesCommand extends $Command<
|
|
24
|
+
ListRulesPackagesCommandInput,
|
|
25
|
+
ListRulesPackagesCommandOutput,
|
|
26
|
+
InspectorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListRulesPackagesCommandInput;
|
|
29
|
+
constructor(input: ListRulesPackagesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: InspectorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListRulesPackagesCommandInput, ListRulesPackagesCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
InspectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../InspectorClient";
|
|
13
|
+
import {
|
|
14
|
+
ListTagsForResourceRequest,
|
|
15
|
+
ListTagsForResourceResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ListTagsForResourceCommandInput
|
|
18
|
+
extends ListTagsForResourceRequest {}
|
|
19
|
+
export interface ListTagsForResourceCommandOutput
|
|
20
|
+
extends ListTagsForResourceResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
|
+
ListTagsForResourceCommandInput,
|
|
25
|
+
ListTagsForResourceCommandOutput,
|
|
26
|
+
InspectorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ListTagsForResourceCommandInput;
|
|
29
|
+
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: InspectorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
InspectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../InspectorClient";
|
|
13
|
+
import {
|
|
14
|
+
PreviewAgentsRequest,
|
|
15
|
+
PreviewAgentsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface PreviewAgentsCommandInput extends PreviewAgentsRequest {}
|
|
18
|
+
export interface PreviewAgentsCommandOutput
|
|
19
|
+
extends PreviewAgentsResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class PreviewAgentsCommand extends $Command<
|
|
23
|
+
PreviewAgentsCommandInput,
|
|
24
|
+
PreviewAgentsCommandOutput,
|
|
25
|
+
InspectorClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: PreviewAgentsCommandInput;
|
|
28
|
+
constructor(input: PreviewAgentsCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: InspectorClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<PreviewAgentsCommandInput, PreviewAgentsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
InspectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../InspectorClient";
|
|
13
|
+
import { RegisterCrossAccountAccessRoleRequest } from "../models/models_0";
|
|
14
|
+
export interface RegisterCrossAccountAccessRoleCommandInput
|
|
15
|
+
extends RegisterCrossAccountAccessRoleRequest {}
|
|
16
|
+
export interface RegisterCrossAccountAccessRoleCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class RegisterCrossAccountAccessRoleCommand extends $Command<
|
|
20
|
+
RegisterCrossAccountAccessRoleCommandInput,
|
|
21
|
+
RegisterCrossAccountAccessRoleCommandOutput,
|
|
22
|
+
InspectorClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: RegisterCrossAccountAccessRoleCommandInput;
|
|
25
|
+
constructor(input: RegisterCrossAccountAccessRoleCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: InspectorClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<
|
|
32
|
+
RegisterCrossAccountAccessRoleCommandInput,
|
|
33
|
+
RegisterCrossAccountAccessRoleCommandOutput
|
|
34
|
+
>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
InspectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../InspectorClient";
|
|
13
|
+
import {
|
|
14
|
+
RemoveAttributesFromFindingsRequest,
|
|
15
|
+
RemoveAttributesFromFindingsResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface RemoveAttributesFromFindingsCommandInput
|
|
18
|
+
extends RemoveAttributesFromFindingsRequest {}
|
|
19
|
+
export interface RemoveAttributesFromFindingsCommandOutput
|
|
20
|
+
extends RemoveAttributesFromFindingsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class RemoveAttributesFromFindingsCommand extends $Command<
|
|
24
|
+
RemoveAttributesFromFindingsCommandInput,
|
|
25
|
+
RemoveAttributesFromFindingsCommandOutput,
|
|
26
|
+
InspectorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: RemoveAttributesFromFindingsCommandInput;
|
|
29
|
+
constructor(input: RemoveAttributesFromFindingsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: InspectorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
RemoveAttributesFromFindingsCommandInput,
|
|
37
|
+
RemoveAttributesFromFindingsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,33 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
InspectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../InspectorClient";
|
|
13
|
+
import { SetTagsForResourceRequest } from "../models/models_0";
|
|
14
|
+
export interface SetTagsForResourceCommandInput
|
|
15
|
+
extends SetTagsForResourceRequest {}
|
|
16
|
+
export interface SetTagsForResourceCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class SetTagsForResourceCommand extends $Command<
|
|
19
|
+
SetTagsForResourceCommandInput,
|
|
20
|
+
SetTagsForResourceCommandOutput,
|
|
21
|
+
InspectorClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: SetTagsForResourceCommandInput;
|
|
24
|
+
constructor(input: SetTagsForResourceCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: InspectorClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<SetTagsForResourceCommandInput, SetTagsForResourceCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
InspectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../InspectorClient";
|
|
13
|
+
import {
|
|
14
|
+
StartAssessmentRunRequest,
|
|
15
|
+
StartAssessmentRunResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface StartAssessmentRunCommandInput
|
|
18
|
+
extends StartAssessmentRunRequest {}
|
|
19
|
+
export interface StartAssessmentRunCommandOutput
|
|
20
|
+
extends StartAssessmentRunResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class StartAssessmentRunCommand extends $Command<
|
|
24
|
+
StartAssessmentRunCommandInput,
|
|
25
|
+
StartAssessmentRunCommandOutput,
|
|
26
|
+
InspectorClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: StartAssessmentRunCommandInput;
|
|
29
|
+
constructor(input: StartAssessmentRunCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: InspectorClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<StartAssessmentRunCommandInput, StartAssessmentRunCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,33 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
InspectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../InspectorClient";
|
|
13
|
+
import { StopAssessmentRunRequest } from "../models/models_0";
|
|
14
|
+
export interface StopAssessmentRunCommandInput
|
|
15
|
+
extends StopAssessmentRunRequest {}
|
|
16
|
+
export interface StopAssessmentRunCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class StopAssessmentRunCommand extends $Command<
|
|
19
|
+
StopAssessmentRunCommandInput,
|
|
20
|
+
StopAssessmentRunCommandOutput,
|
|
21
|
+
InspectorClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: StopAssessmentRunCommandInput;
|
|
24
|
+
constructor(input: StopAssessmentRunCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: InspectorClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<StopAssessmentRunCommandInput, StopAssessmentRunCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
InspectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../InspectorClient";
|
|
13
|
+
import { SubscribeToEventRequest } from "../models/models_0";
|
|
14
|
+
export interface SubscribeToEventCommandInput extends SubscribeToEventRequest {}
|
|
15
|
+
export interface SubscribeToEventCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class SubscribeToEventCommand extends $Command<
|
|
18
|
+
SubscribeToEventCommandInput,
|
|
19
|
+
SubscribeToEventCommandOutput,
|
|
20
|
+
InspectorClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: SubscribeToEventCommandInput;
|
|
23
|
+
constructor(input: SubscribeToEventCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: InspectorClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<SubscribeToEventCommandInput, SubscribeToEventCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
InspectorClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../InspectorClient";
|
|
13
|
+
import { UnsubscribeFromEventRequest } from "../models/models_0";
|
|
14
|
+
export interface UnsubscribeFromEventCommandInput
|
|
15
|
+
extends UnsubscribeFromEventRequest {}
|
|
16
|
+
export interface UnsubscribeFromEventCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class UnsubscribeFromEventCommand extends $Command<
|
|
19
|
+
UnsubscribeFromEventCommandInput,
|
|
20
|
+
UnsubscribeFromEventCommandOutput,
|
|
21
|
+
InspectorClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: UnsubscribeFromEventCommandInput;
|
|
24
|
+
constructor(input: UnsubscribeFromEventCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: InspectorClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<
|
|
31
|
+
UnsubscribeFromEventCommandInput,
|
|
32
|
+
UnsubscribeFromEventCommandOutput
|
|
33
|
+
>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|