@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,190 +1,670 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
AddAttributesToFindingsCommandInput,
|
|
4
|
+
AddAttributesToFindingsCommandOutput,
|
|
5
|
+
} from "./commands/AddAttributesToFindingsCommand";
|
|
6
|
+
import {
|
|
7
|
+
CreateAssessmentTargetCommandInput,
|
|
8
|
+
CreateAssessmentTargetCommandOutput,
|
|
9
|
+
} from "./commands/CreateAssessmentTargetCommand";
|
|
10
|
+
import {
|
|
11
|
+
CreateAssessmentTemplateCommandInput,
|
|
12
|
+
CreateAssessmentTemplateCommandOutput,
|
|
13
|
+
} from "./commands/CreateAssessmentTemplateCommand";
|
|
14
|
+
import {
|
|
15
|
+
CreateExclusionsPreviewCommandInput,
|
|
16
|
+
CreateExclusionsPreviewCommandOutput,
|
|
17
|
+
} from "./commands/CreateExclusionsPreviewCommand";
|
|
18
|
+
import {
|
|
19
|
+
CreateResourceGroupCommandInput,
|
|
20
|
+
CreateResourceGroupCommandOutput,
|
|
21
|
+
} from "./commands/CreateResourceGroupCommand";
|
|
22
|
+
import {
|
|
23
|
+
DeleteAssessmentRunCommandInput,
|
|
24
|
+
DeleteAssessmentRunCommandOutput,
|
|
25
|
+
} from "./commands/DeleteAssessmentRunCommand";
|
|
26
|
+
import {
|
|
27
|
+
DeleteAssessmentTargetCommandInput,
|
|
28
|
+
DeleteAssessmentTargetCommandOutput,
|
|
29
|
+
} from "./commands/DeleteAssessmentTargetCommand";
|
|
30
|
+
import {
|
|
31
|
+
DeleteAssessmentTemplateCommandInput,
|
|
32
|
+
DeleteAssessmentTemplateCommandOutput,
|
|
33
|
+
} from "./commands/DeleteAssessmentTemplateCommand";
|
|
34
|
+
import {
|
|
35
|
+
DescribeAssessmentRunsCommandInput,
|
|
36
|
+
DescribeAssessmentRunsCommandOutput,
|
|
37
|
+
} from "./commands/DescribeAssessmentRunsCommand";
|
|
38
|
+
import {
|
|
39
|
+
DescribeAssessmentTargetsCommandInput,
|
|
40
|
+
DescribeAssessmentTargetsCommandOutput,
|
|
41
|
+
} from "./commands/DescribeAssessmentTargetsCommand";
|
|
42
|
+
import {
|
|
43
|
+
DescribeAssessmentTemplatesCommandInput,
|
|
44
|
+
DescribeAssessmentTemplatesCommandOutput,
|
|
45
|
+
} from "./commands/DescribeAssessmentTemplatesCommand";
|
|
46
|
+
import {
|
|
47
|
+
DescribeCrossAccountAccessRoleCommandInput,
|
|
48
|
+
DescribeCrossAccountAccessRoleCommandOutput,
|
|
49
|
+
} from "./commands/DescribeCrossAccountAccessRoleCommand";
|
|
50
|
+
import {
|
|
51
|
+
DescribeExclusionsCommandInput,
|
|
52
|
+
DescribeExclusionsCommandOutput,
|
|
53
|
+
} from "./commands/DescribeExclusionsCommand";
|
|
54
|
+
import {
|
|
55
|
+
DescribeFindingsCommandInput,
|
|
56
|
+
DescribeFindingsCommandOutput,
|
|
57
|
+
} from "./commands/DescribeFindingsCommand";
|
|
58
|
+
import {
|
|
59
|
+
DescribeResourceGroupsCommandInput,
|
|
60
|
+
DescribeResourceGroupsCommandOutput,
|
|
61
|
+
} from "./commands/DescribeResourceGroupsCommand";
|
|
62
|
+
import {
|
|
63
|
+
DescribeRulesPackagesCommandInput,
|
|
64
|
+
DescribeRulesPackagesCommandOutput,
|
|
65
|
+
} from "./commands/DescribeRulesPackagesCommand";
|
|
66
|
+
import {
|
|
67
|
+
GetAssessmentReportCommandInput,
|
|
68
|
+
GetAssessmentReportCommandOutput,
|
|
69
|
+
} from "./commands/GetAssessmentReportCommand";
|
|
70
|
+
import {
|
|
71
|
+
GetExclusionsPreviewCommandInput,
|
|
72
|
+
GetExclusionsPreviewCommandOutput,
|
|
73
|
+
} from "./commands/GetExclusionsPreviewCommand";
|
|
74
|
+
import {
|
|
75
|
+
GetTelemetryMetadataCommandInput,
|
|
76
|
+
GetTelemetryMetadataCommandOutput,
|
|
77
|
+
} from "./commands/GetTelemetryMetadataCommand";
|
|
78
|
+
import {
|
|
79
|
+
ListAssessmentRunAgentsCommandInput,
|
|
80
|
+
ListAssessmentRunAgentsCommandOutput,
|
|
81
|
+
} from "./commands/ListAssessmentRunAgentsCommand";
|
|
82
|
+
import {
|
|
83
|
+
ListAssessmentRunsCommandInput,
|
|
84
|
+
ListAssessmentRunsCommandOutput,
|
|
85
|
+
} from "./commands/ListAssessmentRunsCommand";
|
|
86
|
+
import {
|
|
87
|
+
ListAssessmentTargetsCommandInput,
|
|
88
|
+
ListAssessmentTargetsCommandOutput,
|
|
89
|
+
} from "./commands/ListAssessmentTargetsCommand";
|
|
90
|
+
import {
|
|
91
|
+
ListAssessmentTemplatesCommandInput,
|
|
92
|
+
ListAssessmentTemplatesCommandOutput,
|
|
93
|
+
} from "./commands/ListAssessmentTemplatesCommand";
|
|
94
|
+
import {
|
|
95
|
+
ListEventSubscriptionsCommandInput,
|
|
96
|
+
ListEventSubscriptionsCommandOutput,
|
|
97
|
+
} from "./commands/ListEventSubscriptionsCommand";
|
|
98
|
+
import {
|
|
99
|
+
ListExclusionsCommandInput,
|
|
100
|
+
ListExclusionsCommandOutput,
|
|
101
|
+
} from "./commands/ListExclusionsCommand";
|
|
102
|
+
import {
|
|
103
|
+
ListFindingsCommandInput,
|
|
104
|
+
ListFindingsCommandOutput,
|
|
105
|
+
} from "./commands/ListFindingsCommand";
|
|
106
|
+
import {
|
|
107
|
+
ListRulesPackagesCommandInput,
|
|
108
|
+
ListRulesPackagesCommandOutput,
|
|
109
|
+
} from "./commands/ListRulesPackagesCommand";
|
|
110
|
+
import {
|
|
111
|
+
ListTagsForResourceCommandInput,
|
|
112
|
+
ListTagsForResourceCommandOutput,
|
|
113
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
114
|
+
import {
|
|
115
|
+
PreviewAgentsCommandInput,
|
|
116
|
+
PreviewAgentsCommandOutput,
|
|
117
|
+
} from "./commands/PreviewAgentsCommand";
|
|
118
|
+
import {
|
|
119
|
+
RegisterCrossAccountAccessRoleCommandInput,
|
|
120
|
+
RegisterCrossAccountAccessRoleCommandOutput,
|
|
121
|
+
} from "./commands/RegisterCrossAccountAccessRoleCommand";
|
|
122
|
+
import {
|
|
123
|
+
RemoveAttributesFromFindingsCommandInput,
|
|
124
|
+
RemoveAttributesFromFindingsCommandOutput,
|
|
125
|
+
} from "./commands/RemoveAttributesFromFindingsCommand";
|
|
126
|
+
import {
|
|
127
|
+
SetTagsForResourceCommandInput,
|
|
128
|
+
SetTagsForResourceCommandOutput,
|
|
129
|
+
} from "./commands/SetTagsForResourceCommand";
|
|
130
|
+
import {
|
|
131
|
+
StartAssessmentRunCommandInput,
|
|
132
|
+
StartAssessmentRunCommandOutput,
|
|
133
|
+
} from "./commands/StartAssessmentRunCommand";
|
|
134
|
+
import {
|
|
135
|
+
StopAssessmentRunCommandInput,
|
|
136
|
+
StopAssessmentRunCommandOutput,
|
|
137
|
+
} from "./commands/StopAssessmentRunCommand";
|
|
138
|
+
import {
|
|
139
|
+
SubscribeToEventCommandInput,
|
|
140
|
+
SubscribeToEventCommandOutput,
|
|
141
|
+
} from "./commands/SubscribeToEventCommand";
|
|
142
|
+
import {
|
|
143
|
+
UnsubscribeFromEventCommandInput,
|
|
144
|
+
UnsubscribeFromEventCommandOutput,
|
|
145
|
+
} from "./commands/UnsubscribeFromEventCommand";
|
|
146
|
+
import {
|
|
147
|
+
UpdateAssessmentTargetCommandInput,
|
|
148
|
+
UpdateAssessmentTargetCommandOutput,
|
|
149
|
+
} from "./commands/UpdateAssessmentTargetCommand";
|
|
150
|
+
import { InspectorClient } from "./InspectorClient";
|
|
151
|
+
|
|
152
|
+
export declare class Inspector extends InspectorClient {
|
|
153
|
+
addAttributesToFindings(
|
|
154
|
+
args: AddAttributesToFindingsCommandInput,
|
|
155
|
+
options?: __HttpHandlerOptions
|
|
156
|
+
): Promise<AddAttributesToFindingsCommandOutput>;
|
|
157
|
+
addAttributesToFindings(
|
|
158
|
+
args: AddAttributesToFindingsCommandInput,
|
|
159
|
+
cb: (err: any, data?: AddAttributesToFindingsCommandOutput) => void
|
|
160
|
+
): void;
|
|
161
|
+
addAttributesToFindings(
|
|
162
|
+
args: AddAttributesToFindingsCommandInput,
|
|
163
|
+
options: __HttpHandlerOptions,
|
|
164
|
+
cb: (err: any, data?: AddAttributesToFindingsCommandOutput) => void
|
|
165
|
+
): void;
|
|
166
|
+
|
|
167
|
+
createAssessmentTarget(
|
|
168
|
+
args: CreateAssessmentTargetCommandInput,
|
|
169
|
+
options?: __HttpHandlerOptions
|
|
170
|
+
): Promise<CreateAssessmentTargetCommandOutput>;
|
|
171
|
+
createAssessmentTarget(
|
|
172
|
+
args: CreateAssessmentTargetCommandInput,
|
|
173
|
+
cb: (err: any, data?: CreateAssessmentTargetCommandOutput) => void
|
|
174
|
+
): void;
|
|
175
|
+
createAssessmentTarget(
|
|
176
|
+
args: CreateAssessmentTargetCommandInput,
|
|
177
|
+
options: __HttpHandlerOptions,
|
|
178
|
+
cb: (err: any, data?: CreateAssessmentTargetCommandOutput) => void
|
|
179
|
+
): void;
|
|
180
|
+
|
|
181
|
+
createAssessmentTemplate(
|
|
182
|
+
args: CreateAssessmentTemplateCommandInput,
|
|
183
|
+
options?: __HttpHandlerOptions
|
|
184
|
+
): Promise<CreateAssessmentTemplateCommandOutput>;
|
|
185
|
+
createAssessmentTemplate(
|
|
186
|
+
args: CreateAssessmentTemplateCommandInput,
|
|
187
|
+
cb: (err: any, data?: CreateAssessmentTemplateCommandOutput) => void
|
|
188
|
+
): void;
|
|
189
|
+
createAssessmentTemplate(
|
|
190
|
+
args: CreateAssessmentTemplateCommandInput,
|
|
191
|
+
options: __HttpHandlerOptions,
|
|
192
|
+
cb: (err: any, data?: CreateAssessmentTemplateCommandOutput) => void
|
|
193
|
+
): void;
|
|
194
|
+
|
|
195
|
+
createExclusionsPreview(
|
|
196
|
+
args: CreateExclusionsPreviewCommandInput,
|
|
197
|
+
options?: __HttpHandlerOptions
|
|
198
|
+
): Promise<CreateExclusionsPreviewCommandOutput>;
|
|
199
|
+
createExclusionsPreview(
|
|
200
|
+
args: CreateExclusionsPreviewCommandInput,
|
|
201
|
+
cb: (err: any, data?: CreateExclusionsPreviewCommandOutput) => void
|
|
202
|
+
): void;
|
|
203
|
+
createExclusionsPreview(
|
|
204
|
+
args: CreateExclusionsPreviewCommandInput,
|
|
205
|
+
options: __HttpHandlerOptions,
|
|
206
|
+
cb: (err: any, data?: CreateExclusionsPreviewCommandOutput) => void
|
|
207
|
+
): void;
|
|
208
|
+
|
|
209
|
+
createResourceGroup(
|
|
210
|
+
args: CreateResourceGroupCommandInput,
|
|
211
|
+
options?: __HttpHandlerOptions
|
|
212
|
+
): Promise<CreateResourceGroupCommandOutput>;
|
|
213
|
+
createResourceGroup(
|
|
214
|
+
args: CreateResourceGroupCommandInput,
|
|
215
|
+
cb: (err: any, data?: CreateResourceGroupCommandOutput) => void
|
|
216
|
+
): void;
|
|
217
|
+
createResourceGroup(
|
|
218
|
+
args: CreateResourceGroupCommandInput,
|
|
219
|
+
options: __HttpHandlerOptions,
|
|
220
|
+
cb: (err: any, data?: CreateResourceGroupCommandOutput) => void
|
|
221
|
+
): void;
|
|
222
|
+
|
|
223
|
+
deleteAssessmentRun(
|
|
224
|
+
args: DeleteAssessmentRunCommandInput,
|
|
225
|
+
options?: __HttpHandlerOptions
|
|
226
|
+
): Promise<DeleteAssessmentRunCommandOutput>;
|
|
227
|
+
deleteAssessmentRun(
|
|
228
|
+
args: DeleteAssessmentRunCommandInput,
|
|
229
|
+
cb: (err: any, data?: DeleteAssessmentRunCommandOutput) => void
|
|
230
|
+
): void;
|
|
231
|
+
deleteAssessmentRun(
|
|
232
|
+
args: DeleteAssessmentRunCommandInput,
|
|
233
|
+
options: __HttpHandlerOptions,
|
|
234
|
+
cb: (err: any, data?: DeleteAssessmentRunCommandOutput) => void
|
|
235
|
+
): void;
|
|
236
|
+
|
|
237
|
+
deleteAssessmentTarget(
|
|
238
|
+
args: DeleteAssessmentTargetCommandInput,
|
|
239
|
+
options?: __HttpHandlerOptions
|
|
240
|
+
): Promise<DeleteAssessmentTargetCommandOutput>;
|
|
241
|
+
deleteAssessmentTarget(
|
|
242
|
+
args: DeleteAssessmentTargetCommandInput,
|
|
243
|
+
cb: (err: any, data?: DeleteAssessmentTargetCommandOutput) => void
|
|
244
|
+
): void;
|
|
245
|
+
deleteAssessmentTarget(
|
|
246
|
+
args: DeleteAssessmentTargetCommandInput,
|
|
247
|
+
options: __HttpHandlerOptions,
|
|
248
|
+
cb: (err: any, data?: DeleteAssessmentTargetCommandOutput) => void
|
|
249
|
+
): void;
|
|
250
|
+
|
|
251
|
+
deleteAssessmentTemplate(
|
|
252
|
+
args: DeleteAssessmentTemplateCommandInput,
|
|
253
|
+
options?: __HttpHandlerOptions
|
|
254
|
+
): Promise<DeleteAssessmentTemplateCommandOutput>;
|
|
255
|
+
deleteAssessmentTemplate(
|
|
256
|
+
args: DeleteAssessmentTemplateCommandInput,
|
|
257
|
+
cb: (err: any, data?: DeleteAssessmentTemplateCommandOutput) => void
|
|
258
|
+
): void;
|
|
259
|
+
deleteAssessmentTemplate(
|
|
260
|
+
args: DeleteAssessmentTemplateCommandInput,
|
|
261
|
+
options: __HttpHandlerOptions,
|
|
262
|
+
cb: (err: any, data?: DeleteAssessmentTemplateCommandOutput) => void
|
|
263
|
+
): void;
|
|
264
|
+
|
|
265
|
+
describeAssessmentRuns(
|
|
266
|
+
args: DescribeAssessmentRunsCommandInput,
|
|
267
|
+
options?: __HttpHandlerOptions
|
|
268
|
+
): Promise<DescribeAssessmentRunsCommandOutput>;
|
|
269
|
+
describeAssessmentRuns(
|
|
270
|
+
args: DescribeAssessmentRunsCommandInput,
|
|
271
|
+
cb: (err: any, data?: DescribeAssessmentRunsCommandOutput) => void
|
|
272
|
+
): void;
|
|
273
|
+
describeAssessmentRuns(
|
|
274
|
+
args: DescribeAssessmentRunsCommandInput,
|
|
275
|
+
options: __HttpHandlerOptions,
|
|
276
|
+
cb: (err: any, data?: DescribeAssessmentRunsCommandOutput) => void
|
|
277
|
+
): void;
|
|
278
|
+
|
|
279
|
+
describeAssessmentTargets(
|
|
280
|
+
args: DescribeAssessmentTargetsCommandInput,
|
|
281
|
+
options?: __HttpHandlerOptions
|
|
282
|
+
): Promise<DescribeAssessmentTargetsCommandOutput>;
|
|
283
|
+
describeAssessmentTargets(
|
|
284
|
+
args: DescribeAssessmentTargetsCommandInput,
|
|
285
|
+
cb: (err: any, data?: DescribeAssessmentTargetsCommandOutput) => void
|
|
286
|
+
): void;
|
|
287
|
+
describeAssessmentTargets(
|
|
288
|
+
args: DescribeAssessmentTargetsCommandInput,
|
|
289
|
+
options: __HttpHandlerOptions,
|
|
290
|
+
cb: (err: any, data?: DescribeAssessmentTargetsCommandOutput) => void
|
|
291
|
+
): void;
|
|
292
|
+
|
|
293
|
+
describeAssessmentTemplates(
|
|
294
|
+
args: DescribeAssessmentTemplatesCommandInput,
|
|
295
|
+
options?: __HttpHandlerOptions
|
|
296
|
+
): Promise<DescribeAssessmentTemplatesCommandOutput>;
|
|
297
|
+
describeAssessmentTemplates(
|
|
298
|
+
args: DescribeAssessmentTemplatesCommandInput,
|
|
299
|
+
cb: (err: any, data?: DescribeAssessmentTemplatesCommandOutput) => void
|
|
300
|
+
): void;
|
|
301
|
+
describeAssessmentTemplates(
|
|
302
|
+
args: DescribeAssessmentTemplatesCommandInput,
|
|
303
|
+
options: __HttpHandlerOptions,
|
|
304
|
+
cb: (err: any, data?: DescribeAssessmentTemplatesCommandOutput) => void
|
|
305
|
+
): void;
|
|
306
|
+
|
|
307
|
+
describeCrossAccountAccessRole(
|
|
308
|
+
args: DescribeCrossAccountAccessRoleCommandInput,
|
|
309
|
+
options?: __HttpHandlerOptions
|
|
310
|
+
): Promise<DescribeCrossAccountAccessRoleCommandOutput>;
|
|
311
|
+
describeCrossAccountAccessRole(
|
|
312
|
+
args: DescribeCrossAccountAccessRoleCommandInput,
|
|
313
|
+
cb: (err: any, data?: DescribeCrossAccountAccessRoleCommandOutput) => void
|
|
314
|
+
): void;
|
|
315
|
+
describeCrossAccountAccessRole(
|
|
316
|
+
args: DescribeCrossAccountAccessRoleCommandInput,
|
|
317
|
+
options: __HttpHandlerOptions,
|
|
318
|
+
cb: (err: any, data?: DescribeCrossAccountAccessRoleCommandOutput) => void
|
|
319
|
+
): void;
|
|
320
|
+
|
|
321
|
+
describeExclusions(
|
|
322
|
+
args: DescribeExclusionsCommandInput,
|
|
323
|
+
options?: __HttpHandlerOptions
|
|
324
|
+
): Promise<DescribeExclusionsCommandOutput>;
|
|
325
|
+
describeExclusions(
|
|
326
|
+
args: DescribeExclusionsCommandInput,
|
|
327
|
+
cb: (err: any, data?: DescribeExclusionsCommandOutput) => void
|
|
328
|
+
): void;
|
|
329
|
+
describeExclusions(
|
|
330
|
+
args: DescribeExclusionsCommandInput,
|
|
331
|
+
options: __HttpHandlerOptions,
|
|
332
|
+
cb: (err: any, data?: DescribeExclusionsCommandOutput) => void
|
|
333
|
+
): void;
|
|
334
|
+
|
|
335
|
+
describeFindings(
|
|
336
|
+
args: DescribeFindingsCommandInput,
|
|
337
|
+
options?: __HttpHandlerOptions
|
|
338
|
+
): Promise<DescribeFindingsCommandOutput>;
|
|
339
|
+
describeFindings(
|
|
340
|
+
args: DescribeFindingsCommandInput,
|
|
341
|
+
cb: (err: any, data?: DescribeFindingsCommandOutput) => void
|
|
342
|
+
): void;
|
|
343
|
+
describeFindings(
|
|
344
|
+
args: DescribeFindingsCommandInput,
|
|
345
|
+
options: __HttpHandlerOptions,
|
|
346
|
+
cb: (err: any, data?: DescribeFindingsCommandOutput) => void
|
|
347
|
+
): void;
|
|
348
|
+
|
|
349
|
+
describeResourceGroups(
|
|
350
|
+
args: DescribeResourceGroupsCommandInput,
|
|
351
|
+
options?: __HttpHandlerOptions
|
|
352
|
+
): Promise<DescribeResourceGroupsCommandOutput>;
|
|
353
|
+
describeResourceGroups(
|
|
354
|
+
args: DescribeResourceGroupsCommandInput,
|
|
355
|
+
cb: (err: any, data?: DescribeResourceGroupsCommandOutput) => void
|
|
356
|
+
): void;
|
|
357
|
+
describeResourceGroups(
|
|
358
|
+
args: DescribeResourceGroupsCommandInput,
|
|
359
|
+
options: __HttpHandlerOptions,
|
|
360
|
+
cb: (err: any, data?: DescribeResourceGroupsCommandOutput) => void
|
|
361
|
+
): void;
|
|
362
|
+
|
|
363
|
+
describeRulesPackages(
|
|
364
|
+
args: DescribeRulesPackagesCommandInput,
|
|
365
|
+
options?: __HttpHandlerOptions
|
|
366
|
+
): Promise<DescribeRulesPackagesCommandOutput>;
|
|
367
|
+
describeRulesPackages(
|
|
368
|
+
args: DescribeRulesPackagesCommandInput,
|
|
369
|
+
cb: (err: any, data?: DescribeRulesPackagesCommandOutput) => void
|
|
370
|
+
): void;
|
|
371
|
+
describeRulesPackages(
|
|
372
|
+
args: DescribeRulesPackagesCommandInput,
|
|
373
|
+
options: __HttpHandlerOptions,
|
|
374
|
+
cb: (err: any, data?: DescribeRulesPackagesCommandOutput) => void
|
|
375
|
+
): void;
|
|
376
|
+
|
|
377
|
+
getAssessmentReport(
|
|
378
|
+
args: GetAssessmentReportCommandInput,
|
|
379
|
+
options?: __HttpHandlerOptions
|
|
380
|
+
): Promise<GetAssessmentReportCommandOutput>;
|
|
381
|
+
getAssessmentReport(
|
|
382
|
+
args: GetAssessmentReportCommandInput,
|
|
383
|
+
cb: (err: any, data?: GetAssessmentReportCommandOutput) => void
|
|
384
|
+
): void;
|
|
385
|
+
getAssessmentReport(
|
|
386
|
+
args: GetAssessmentReportCommandInput,
|
|
387
|
+
options: __HttpHandlerOptions,
|
|
388
|
+
cb: (err: any, data?: GetAssessmentReportCommandOutput) => void
|
|
389
|
+
): void;
|
|
390
|
+
|
|
391
|
+
getExclusionsPreview(
|
|
392
|
+
args: GetExclusionsPreviewCommandInput,
|
|
393
|
+
options?: __HttpHandlerOptions
|
|
394
|
+
): Promise<GetExclusionsPreviewCommandOutput>;
|
|
395
|
+
getExclusionsPreview(
|
|
396
|
+
args: GetExclusionsPreviewCommandInput,
|
|
397
|
+
cb: (err: any, data?: GetExclusionsPreviewCommandOutput) => void
|
|
398
|
+
): void;
|
|
399
|
+
getExclusionsPreview(
|
|
400
|
+
args: GetExclusionsPreviewCommandInput,
|
|
401
|
+
options: __HttpHandlerOptions,
|
|
402
|
+
cb: (err: any, data?: GetExclusionsPreviewCommandOutput) => void
|
|
403
|
+
): void;
|
|
404
|
+
|
|
405
|
+
getTelemetryMetadata(
|
|
406
|
+
args: GetTelemetryMetadataCommandInput,
|
|
407
|
+
options?: __HttpHandlerOptions
|
|
408
|
+
): Promise<GetTelemetryMetadataCommandOutput>;
|
|
409
|
+
getTelemetryMetadata(
|
|
410
|
+
args: GetTelemetryMetadataCommandInput,
|
|
411
|
+
cb: (err: any, data?: GetTelemetryMetadataCommandOutput) => void
|
|
412
|
+
): void;
|
|
413
|
+
getTelemetryMetadata(
|
|
414
|
+
args: GetTelemetryMetadataCommandInput,
|
|
415
|
+
options: __HttpHandlerOptions,
|
|
416
|
+
cb: (err: any, data?: GetTelemetryMetadataCommandOutput) => void
|
|
417
|
+
): void;
|
|
418
|
+
|
|
419
|
+
listAssessmentRunAgents(
|
|
420
|
+
args: ListAssessmentRunAgentsCommandInput,
|
|
421
|
+
options?: __HttpHandlerOptions
|
|
422
|
+
): Promise<ListAssessmentRunAgentsCommandOutput>;
|
|
423
|
+
listAssessmentRunAgents(
|
|
424
|
+
args: ListAssessmentRunAgentsCommandInput,
|
|
425
|
+
cb: (err: any, data?: ListAssessmentRunAgentsCommandOutput) => void
|
|
426
|
+
): void;
|
|
427
|
+
listAssessmentRunAgents(
|
|
428
|
+
args: ListAssessmentRunAgentsCommandInput,
|
|
429
|
+
options: __HttpHandlerOptions,
|
|
430
|
+
cb: (err: any, data?: ListAssessmentRunAgentsCommandOutput) => void
|
|
431
|
+
): void;
|
|
432
|
+
|
|
433
|
+
listAssessmentRuns(
|
|
434
|
+
args: ListAssessmentRunsCommandInput,
|
|
435
|
+
options?: __HttpHandlerOptions
|
|
436
|
+
): Promise<ListAssessmentRunsCommandOutput>;
|
|
437
|
+
listAssessmentRuns(
|
|
438
|
+
args: ListAssessmentRunsCommandInput,
|
|
439
|
+
cb: (err: any, data?: ListAssessmentRunsCommandOutput) => void
|
|
440
|
+
): void;
|
|
441
|
+
listAssessmentRuns(
|
|
442
|
+
args: ListAssessmentRunsCommandInput,
|
|
443
|
+
options: __HttpHandlerOptions,
|
|
444
|
+
cb: (err: any, data?: ListAssessmentRunsCommandOutput) => void
|
|
445
|
+
): void;
|
|
446
|
+
|
|
447
|
+
listAssessmentTargets(
|
|
448
|
+
args: ListAssessmentTargetsCommandInput,
|
|
449
|
+
options?: __HttpHandlerOptions
|
|
450
|
+
): Promise<ListAssessmentTargetsCommandOutput>;
|
|
451
|
+
listAssessmentTargets(
|
|
452
|
+
args: ListAssessmentTargetsCommandInput,
|
|
453
|
+
cb: (err: any, data?: ListAssessmentTargetsCommandOutput) => void
|
|
454
|
+
): void;
|
|
455
|
+
listAssessmentTargets(
|
|
456
|
+
args: ListAssessmentTargetsCommandInput,
|
|
457
|
+
options: __HttpHandlerOptions,
|
|
458
|
+
cb: (err: any, data?: ListAssessmentTargetsCommandOutput) => void
|
|
459
|
+
): void;
|
|
460
|
+
|
|
461
|
+
listAssessmentTemplates(
|
|
462
|
+
args: ListAssessmentTemplatesCommandInput,
|
|
463
|
+
options?: __HttpHandlerOptions
|
|
464
|
+
): Promise<ListAssessmentTemplatesCommandOutput>;
|
|
465
|
+
listAssessmentTemplates(
|
|
466
|
+
args: ListAssessmentTemplatesCommandInput,
|
|
467
|
+
cb: (err: any, data?: ListAssessmentTemplatesCommandOutput) => void
|
|
468
|
+
): void;
|
|
469
|
+
listAssessmentTemplates(
|
|
470
|
+
args: ListAssessmentTemplatesCommandInput,
|
|
471
|
+
options: __HttpHandlerOptions,
|
|
472
|
+
cb: (err: any, data?: ListAssessmentTemplatesCommandOutput) => void
|
|
473
|
+
): void;
|
|
474
|
+
|
|
475
|
+
listEventSubscriptions(
|
|
476
|
+
args: ListEventSubscriptionsCommandInput,
|
|
477
|
+
options?: __HttpHandlerOptions
|
|
478
|
+
): Promise<ListEventSubscriptionsCommandOutput>;
|
|
479
|
+
listEventSubscriptions(
|
|
480
|
+
args: ListEventSubscriptionsCommandInput,
|
|
481
|
+
cb: (err: any, data?: ListEventSubscriptionsCommandOutput) => void
|
|
482
|
+
): void;
|
|
483
|
+
listEventSubscriptions(
|
|
484
|
+
args: ListEventSubscriptionsCommandInput,
|
|
485
|
+
options: __HttpHandlerOptions,
|
|
486
|
+
cb: (err: any, data?: ListEventSubscriptionsCommandOutput) => void
|
|
487
|
+
): void;
|
|
488
|
+
|
|
489
|
+
listExclusions(
|
|
490
|
+
args: ListExclusionsCommandInput,
|
|
491
|
+
options?: __HttpHandlerOptions
|
|
492
|
+
): Promise<ListExclusionsCommandOutput>;
|
|
493
|
+
listExclusions(
|
|
494
|
+
args: ListExclusionsCommandInput,
|
|
495
|
+
cb: (err: any, data?: ListExclusionsCommandOutput) => void
|
|
496
|
+
): void;
|
|
497
|
+
listExclusions(
|
|
498
|
+
args: ListExclusionsCommandInput,
|
|
499
|
+
options: __HttpHandlerOptions,
|
|
500
|
+
cb: (err: any, data?: ListExclusionsCommandOutput) => void
|
|
501
|
+
): void;
|
|
502
|
+
|
|
503
|
+
listFindings(
|
|
504
|
+
args: ListFindingsCommandInput,
|
|
505
|
+
options?: __HttpHandlerOptions
|
|
506
|
+
): Promise<ListFindingsCommandOutput>;
|
|
507
|
+
listFindings(
|
|
508
|
+
args: ListFindingsCommandInput,
|
|
509
|
+
cb: (err: any, data?: ListFindingsCommandOutput) => void
|
|
510
|
+
): void;
|
|
511
|
+
listFindings(
|
|
512
|
+
args: ListFindingsCommandInput,
|
|
513
|
+
options: __HttpHandlerOptions,
|
|
514
|
+
cb: (err: any, data?: ListFindingsCommandOutput) => void
|
|
515
|
+
): void;
|
|
516
|
+
|
|
517
|
+
listRulesPackages(
|
|
518
|
+
args: ListRulesPackagesCommandInput,
|
|
519
|
+
options?: __HttpHandlerOptions
|
|
520
|
+
): Promise<ListRulesPackagesCommandOutput>;
|
|
521
|
+
listRulesPackages(
|
|
522
|
+
args: ListRulesPackagesCommandInput,
|
|
523
|
+
cb: (err: any, data?: ListRulesPackagesCommandOutput) => void
|
|
524
|
+
): void;
|
|
525
|
+
listRulesPackages(
|
|
526
|
+
args: ListRulesPackagesCommandInput,
|
|
527
|
+
options: __HttpHandlerOptions,
|
|
528
|
+
cb: (err: any, data?: ListRulesPackagesCommandOutput) => void
|
|
529
|
+
): void;
|
|
530
|
+
|
|
531
|
+
listTagsForResource(
|
|
532
|
+
args: ListTagsForResourceCommandInput,
|
|
533
|
+
options?: __HttpHandlerOptions
|
|
534
|
+
): Promise<ListTagsForResourceCommandOutput>;
|
|
535
|
+
listTagsForResource(
|
|
536
|
+
args: ListTagsForResourceCommandInput,
|
|
537
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
538
|
+
): void;
|
|
539
|
+
listTagsForResource(
|
|
540
|
+
args: ListTagsForResourceCommandInput,
|
|
541
|
+
options: __HttpHandlerOptions,
|
|
542
|
+
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
543
|
+
): void;
|
|
544
|
+
|
|
545
|
+
previewAgents(
|
|
546
|
+
args: PreviewAgentsCommandInput,
|
|
547
|
+
options?: __HttpHandlerOptions
|
|
548
|
+
): Promise<PreviewAgentsCommandOutput>;
|
|
549
|
+
previewAgents(
|
|
550
|
+
args: PreviewAgentsCommandInput,
|
|
551
|
+
cb: (err: any, data?: PreviewAgentsCommandOutput) => void
|
|
552
|
+
): void;
|
|
553
|
+
previewAgents(
|
|
554
|
+
args: PreviewAgentsCommandInput,
|
|
555
|
+
options: __HttpHandlerOptions,
|
|
556
|
+
cb: (err: any, data?: PreviewAgentsCommandOutput) => void
|
|
557
|
+
): void;
|
|
558
|
+
|
|
559
|
+
registerCrossAccountAccessRole(
|
|
560
|
+
args: RegisterCrossAccountAccessRoleCommandInput,
|
|
561
|
+
options?: __HttpHandlerOptions
|
|
562
|
+
): Promise<RegisterCrossAccountAccessRoleCommandOutput>;
|
|
563
|
+
registerCrossAccountAccessRole(
|
|
564
|
+
args: RegisterCrossAccountAccessRoleCommandInput,
|
|
565
|
+
cb: (err: any, data?: RegisterCrossAccountAccessRoleCommandOutput) => void
|
|
566
|
+
): void;
|
|
567
|
+
registerCrossAccountAccessRole(
|
|
568
|
+
args: RegisterCrossAccountAccessRoleCommandInput,
|
|
569
|
+
options: __HttpHandlerOptions,
|
|
570
|
+
cb: (err: any, data?: RegisterCrossAccountAccessRoleCommandOutput) => void
|
|
571
|
+
): void;
|
|
572
|
+
|
|
573
|
+
removeAttributesFromFindings(
|
|
574
|
+
args: RemoveAttributesFromFindingsCommandInput,
|
|
575
|
+
options?: __HttpHandlerOptions
|
|
576
|
+
): Promise<RemoveAttributesFromFindingsCommandOutput>;
|
|
577
|
+
removeAttributesFromFindings(
|
|
578
|
+
args: RemoveAttributesFromFindingsCommandInput,
|
|
579
|
+
cb: (err: any, data?: RemoveAttributesFromFindingsCommandOutput) => void
|
|
580
|
+
): void;
|
|
581
|
+
removeAttributesFromFindings(
|
|
582
|
+
args: RemoveAttributesFromFindingsCommandInput,
|
|
583
|
+
options: __HttpHandlerOptions,
|
|
584
|
+
cb: (err: any, data?: RemoveAttributesFromFindingsCommandOutput) => void
|
|
585
|
+
): void;
|
|
586
|
+
|
|
587
|
+
setTagsForResource(
|
|
588
|
+
args: SetTagsForResourceCommandInput,
|
|
589
|
+
options?: __HttpHandlerOptions
|
|
590
|
+
): Promise<SetTagsForResourceCommandOutput>;
|
|
591
|
+
setTagsForResource(
|
|
592
|
+
args: SetTagsForResourceCommandInput,
|
|
593
|
+
cb: (err: any, data?: SetTagsForResourceCommandOutput) => void
|
|
594
|
+
): void;
|
|
595
|
+
setTagsForResource(
|
|
596
|
+
args: SetTagsForResourceCommandInput,
|
|
597
|
+
options: __HttpHandlerOptions,
|
|
598
|
+
cb: (err: any, data?: SetTagsForResourceCommandOutput) => void
|
|
599
|
+
): void;
|
|
600
|
+
|
|
601
|
+
startAssessmentRun(
|
|
602
|
+
args: StartAssessmentRunCommandInput,
|
|
603
|
+
options?: __HttpHandlerOptions
|
|
604
|
+
): Promise<StartAssessmentRunCommandOutput>;
|
|
605
|
+
startAssessmentRun(
|
|
606
|
+
args: StartAssessmentRunCommandInput,
|
|
607
|
+
cb: (err: any, data?: StartAssessmentRunCommandOutput) => void
|
|
608
|
+
): void;
|
|
609
|
+
startAssessmentRun(
|
|
610
|
+
args: StartAssessmentRunCommandInput,
|
|
611
|
+
options: __HttpHandlerOptions,
|
|
612
|
+
cb: (err: any, data?: StartAssessmentRunCommandOutput) => void
|
|
613
|
+
): void;
|
|
614
|
+
|
|
615
|
+
stopAssessmentRun(
|
|
616
|
+
args: StopAssessmentRunCommandInput,
|
|
617
|
+
options?: __HttpHandlerOptions
|
|
618
|
+
): Promise<StopAssessmentRunCommandOutput>;
|
|
619
|
+
stopAssessmentRun(
|
|
620
|
+
args: StopAssessmentRunCommandInput,
|
|
621
|
+
cb: (err: any, data?: StopAssessmentRunCommandOutput) => void
|
|
622
|
+
): void;
|
|
623
|
+
stopAssessmentRun(
|
|
624
|
+
args: StopAssessmentRunCommandInput,
|
|
625
|
+
options: __HttpHandlerOptions,
|
|
626
|
+
cb: (err: any, data?: StopAssessmentRunCommandOutput) => void
|
|
627
|
+
): void;
|
|
628
|
+
|
|
629
|
+
subscribeToEvent(
|
|
630
|
+
args: SubscribeToEventCommandInput,
|
|
631
|
+
options?: __HttpHandlerOptions
|
|
632
|
+
): Promise<SubscribeToEventCommandOutput>;
|
|
633
|
+
subscribeToEvent(
|
|
634
|
+
args: SubscribeToEventCommandInput,
|
|
635
|
+
cb: (err: any, data?: SubscribeToEventCommandOutput) => void
|
|
636
|
+
): void;
|
|
637
|
+
subscribeToEvent(
|
|
638
|
+
args: SubscribeToEventCommandInput,
|
|
639
|
+
options: __HttpHandlerOptions,
|
|
640
|
+
cb: (err: any, data?: SubscribeToEventCommandOutput) => void
|
|
641
|
+
): void;
|
|
642
|
+
|
|
643
|
+
unsubscribeFromEvent(
|
|
644
|
+
args: UnsubscribeFromEventCommandInput,
|
|
645
|
+
options?: __HttpHandlerOptions
|
|
646
|
+
): Promise<UnsubscribeFromEventCommandOutput>;
|
|
647
|
+
unsubscribeFromEvent(
|
|
648
|
+
args: UnsubscribeFromEventCommandInput,
|
|
649
|
+
cb: (err: any, data?: UnsubscribeFromEventCommandOutput) => void
|
|
650
|
+
): void;
|
|
651
|
+
unsubscribeFromEvent(
|
|
652
|
+
args: UnsubscribeFromEventCommandInput,
|
|
653
|
+
options: __HttpHandlerOptions,
|
|
654
|
+
cb: (err: any, data?: UnsubscribeFromEventCommandOutput) => void
|
|
655
|
+
): void;
|
|
656
|
+
|
|
657
|
+
updateAssessmentTarget(
|
|
658
|
+
args: UpdateAssessmentTargetCommandInput,
|
|
659
|
+
options?: __HttpHandlerOptions
|
|
660
|
+
): Promise<UpdateAssessmentTargetCommandOutput>;
|
|
661
|
+
updateAssessmentTarget(
|
|
662
|
+
args: UpdateAssessmentTargetCommandInput,
|
|
663
|
+
cb: (err: any, data?: UpdateAssessmentTargetCommandOutput) => void
|
|
664
|
+
): void;
|
|
665
|
+
updateAssessmentTarget(
|
|
666
|
+
args: UpdateAssessmentTargetCommandInput,
|
|
667
|
+
options: __HttpHandlerOptions,
|
|
668
|
+
cb: (err: any, data?: UpdateAssessmentTargetCommandOutput) => void
|
|
669
|
+
): void;
|
|
670
|
+
}
|