@aws-sdk/client-inspector2 3.296.0 → 3.297.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.
Files changed (47) hide show
  1. package/dist-types/Inspector2.d.ts +33 -0
  2. package/dist-types/Inspector2Client.d.ts +24 -4
  3. package/dist-types/commands/AssociateMemberCommand.d.ts +16 -0
  4. package/dist-types/commands/BatchGetAccountStatusCommand.d.ts +16 -0
  5. package/dist-types/commands/BatchGetFreeTrialInfoCommand.d.ts +16 -0
  6. package/dist-types/commands/CancelFindingsReportCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateFilterCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateFindingsReportCommand.d.ts +16 -0
  9. package/dist-types/commands/DeleteFilterCommand.d.ts +16 -0
  10. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +16 -0
  11. package/dist-types/commands/DisableCommand.d.ts +16 -0
  12. package/dist-types/commands/DisableDelegatedAdminAccountCommand.d.ts +16 -0
  13. package/dist-types/commands/DisassociateMemberCommand.d.ts +16 -0
  14. package/dist-types/commands/EnableCommand.d.ts +16 -0
  15. package/dist-types/commands/EnableDelegatedAdminAccountCommand.d.ts +16 -0
  16. package/dist-types/commands/GetConfigurationCommand.d.ts +16 -0
  17. package/dist-types/commands/GetDelegatedAdminAccountCommand.d.ts +16 -0
  18. package/dist-types/commands/GetFindingsReportStatusCommand.d.ts +16 -0
  19. package/dist-types/commands/GetMemberCommand.d.ts +16 -0
  20. package/dist-types/commands/ListAccountPermissionsCommand.d.ts +16 -0
  21. package/dist-types/commands/ListCoverageCommand.d.ts +16 -0
  22. package/dist-types/commands/ListCoverageStatisticsCommand.d.ts +16 -0
  23. package/dist-types/commands/ListDelegatedAdminAccountsCommand.d.ts +16 -0
  24. package/dist-types/commands/ListFiltersCommand.d.ts +16 -0
  25. package/dist-types/commands/ListFindingAggregationsCommand.d.ts +16 -0
  26. package/dist-types/commands/ListFindingsCommand.d.ts +16 -0
  27. package/dist-types/commands/ListMembersCommand.d.ts +16 -0
  28. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  29. package/dist-types/commands/ListUsageTotalsCommand.d.ts +16 -0
  30. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  31. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  32. package/dist-types/commands/UpdateConfigurationCommand.d.ts +16 -0
  33. package/dist-types/commands/UpdateFilterCommand.d.ts +16 -0
  34. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +16 -0
  35. package/dist-types/models/Inspector2ServiceException.d.ts +2 -0
  36. package/dist-types/models/models_0.d.ts +463 -0
  37. package/dist-types/pagination/Interfaces.d.ts +3 -0
  38. package/dist-types/pagination/ListAccountPermissionsPaginator.d.ts +3 -0
  39. package/dist-types/pagination/ListCoveragePaginator.d.ts +3 -0
  40. package/dist-types/pagination/ListCoverageStatisticsPaginator.d.ts +3 -0
  41. package/dist-types/pagination/ListDelegatedAdminAccountsPaginator.d.ts +3 -0
  42. package/dist-types/pagination/ListFiltersPaginator.d.ts +3 -0
  43. package/dist-types/pagination/ListFindingAggregationsPaginator.d.ts +3 -0
  44. package/dist-types/pagination/ListFindingsPaginator.d.ts +3 -0
  45. package/dist-types/pagination/ListMembersPaginator.d.ts +3 -0
  46. package/dist-types/pagination/ListUsageTotalsPaginator.d.ts +3 -0
  47. package/package.json +3 -3
@@ -33,59 +33,69 @@ import { UpdateFilterCommandInput, UpdateFilterCommandOutput } from "./commands/
33
33
  import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
34
34
  import { Inspector2Client } from "./Inspector2Client";
35
35
  /**
36
+ * @public
36
37
  * <p>Amazon Inspector is a vulnerability discovery service that automates continuous scanning for
37
38
  * security vulnerabilities within your Amazon EC2 and Amazon ECR environments.</p>
38
39
  */
39
40
  export declare class Inspector2 extends Inspector2Client {
40
41
  /**
42
+ * @public
41
43
  * <p>Associates an Amazon Web Services account with an Amazon Inspector delegated administrator.</p>
42
44
  */
43
45
  associateMember(args: AssociateMemberCommandInput, options?: __HttpHandlerOptions): Promise<AssociateMemberCommandOutput>;
44
46
  associateMember(args: AssociateMemberCommandInput, cb: (err: any, data?: AssociateMemberCommandOutput) => void): void;
45
47
  associateMember(args: AssociateMemberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateMemberCommandOutput) => void): void;
46
48
  /**
49
+ * @public
47
50
  * <p>Retrieves the Amazon Inspector status of multiple Amazon Web Services accounts within your environment.</p>
48
51
  */
49
52
  batchGetAccountStatus(args: BatchGetAccountStatusCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetAccountStatusCommandOutput>;
50
53
  batchGetAccountStatus(args: BatchGetAccountStatusCommandInput, cb: (err: any, data?: BatchGetAccountStatusCommandOutput) => void): void;
51
54
  batchGetAccountStatus(args: BatchGetAccountStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetAccountStatusCommandOutput) => void): void;
52
55
  /**
56
+ * @public
53
57
  * <p>Gets free trial status for multiple Amazon Web Services accounts.</p>
54
58
  */
55
59
  batchGetFreeTrialInfo(args: BatchGetFreeTrialInfoCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetFreeTrialInfoCommandOutput>;
56
60
  batchGetFreeTrialInfo(args: BatchGetFreeTrialInfoCommandInput, cb: (err: any, data?: BatchGetFreeTrialInfoCommandOutput) => void): void;
57
61
  batchGetFreeTrialInfo(args: BatchGetFreeTrialInfoCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetFreeTrialInfoCommandOutput) => void): void;
58
62
  /**
63
+ * @public
59
64
  * <p>Cancels the given findings report.</p>
60
65
  */
61
66
  cancelFindingsReport(args: CancelFindingsReportCommandInput, options?: __HttpHandlerOptions): Promise<CancelFindingsReportCommandOutput>;
62
67
  cancelFindingsReport(args: CancelFindingsReportCommandInput, cb: (err: any, data?: CancelFindingsReportCommandOutput) => void): void;
63
68
  cancelFindingsReport(args: CancelFindingsReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelFindingsReportCommandOutput) => void): void;
64
69
  /**
70
+ * @public
65
71
  * <p>Creates a filter resource using specified filter criteria.</p>
66
72
  */
67
73
  createFilter(args: CreateFilterCommandInput, options?: __HttpHandlerOptions): Promise<CreateFilterCommandOutput>;
68
74
  createFilter(args: CreateFilterCommandInput, cb: (err: any, data?: CreateFilterCommandOutput) => void): void;
69
75
  createFilter(args: CreateFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFilterCommandOutput) => void): void;
70
76
  /**
77
+ * @public
71
78
  * <p>Creates a finding report.</p>
72
79
  */
73
80
  createFindingsReport(args: CreateFindingsReportCommandInput, options?: __HttpHandlerOptions): Promise<CreateFindingsReportCommandOutput>;
74
81
  createFindingsReport(args: CreateFindingsReportCommandInput, cb: (err: any, data?: CreateFindingsReportCommandOutput) => void): void;
75
82
  createFindingsReport(args: CreateFindingsReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFindingsReportCommandOutput) => void): void;
76
83
  /**
84
+ * @public
77
85
  * <p>Deletes a filter resource.</p>
78
86
  */
79
87
  deleteFilter(args: DeleteFilterCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFilterCommandOutput>;
80
88
  deleteFilter(args: DeleteFilterCommandInput, cb: (err: any, data?: DeleteFilterCommandOutput) => void): void;
81
89
  deleteFilter(args: DeleteFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFilterCommandOutput) => void): void;
82
90
  /**
91
+ * @public
83
92
  * <p>Describe Amazon Inspector configuration settings for an Amazon Web Services organization.</p>
84
93
  */
85
94
  describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeOrganizationConfigurationCommandOutput>;
86
95
  describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void): void;
87
96
  describeOrganizationConfiguration(args: DescribeOrganizationConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrganizationConfigurationCommandOutput) => void): void;
88
97
  /**
98
+ * @public
89
99
  * <p>Disables Amazon Inspector scans for one or more Amazon Web Services accounts. Disabling all scan types in an account
90
100
  * disables the Amazon Inspector service.</p>
91
101
  */
@@ -93,36 +103,42 @@ export declare class Inspector2 extends Inspector2Client {
93
103
  disable(args: DisableCommandInput, cb: (err: any, data?: DisableCommandOutput) => void): void;
94
104
  disable(args: DisableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableCommandOutput) => void): void;
95
105
  /**
106
+ * @public
96
107
  * <p>Disables the Amazon Inspector delegated administrator for your organization.</p>
97
108
  */
98
109
  disableDelegatedAdminAccount(args: DisableDelegatedAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<DisableDelegatedAdminAccountCommandOutput>;
99
110
  disableDelegatedAdminAccount(args: DisableDelegatedAdminAccountCommandInput, cb: (err: any, data?: DisableDelegatedAdminAccountCommandOutput) => void): void;
100
111
  disableDelegatedAdminAccount(args: DisableDelegatedAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableDelegatedAdminAccountCommandOutput) => void): void;
101
112
  /**
113
+ * @public
102
114
  * <p>Disassociates a member account from an Amazon Inspector delegated administrator.</p>
103
115
  */
104
116
  disassociateMember(args: DisassociateMemberCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateMemberCommandOutput>;
105
117
  disassociateMember(args: DisassociateMemberCommandInput, cb: (err: any, data?: DisassociateMemberCommandOutput) => void): void;
106
118
  disassociateMember(args: DisassociateMemberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateMemberCommandOutput) => void): void;
107
119
  /**
120
+ * @public
108
121
  * <p>Enables Amazon Inspector scans for one or more Amazon Web Services accounts.</p>
109
122
  */
110
123
  enable(args: EnableCommandInput, options?: __HttpHandlerOptions): Promise<EnableCommandOutput>;
111
124
  enable(args: EnableCommandInput, cb: (err: any, data?: EnableCommandOutput) => void): void;
112
125
  enable(args: EnableCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableCommandOutput) => void): void;
113
126
  /**
127
+ * @public
114
128
  * <p>Enables the Amazon Inspector delegated administrator for your Organizations organization.</p>
115
129
  */
116
130
  enableDelegatedAdminAccount(args: EnableDelegatedAdminAccountCommandInput, options?: __HttpHandlerOptions): Promise<EnableDelegatedAdminAccountCommandOutput>;
117
131
  enableDelegatedAdminAccount(args: EnableDelegatedAdminAccountCommandInput, cb: (err: any, data?: EnableDelegatedAdminAccountCommandOutput) => void): void;
118
132
  enableDelegatedAdminAccount(args: EnableDelegatedAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableDelegatedAdminAccountCommandOutput) => void): void;
119
133
  /**
134
+ * @public
120
135
  * <p>Retrieves setting configurations for Inspector scans.</p>
121
136
  */
122
137
  getConfiguration(args: GetConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetConfigurationCommandOutput>;
123
138
  getConfiguration(args: GetConfigurationCommandInput, cb: (err: any, data?: GetConfigurationCommandOutput) => void): void;
124
139
  getConfiguration(args: GetConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConfigurationCommandOutput) => void): void;
125
140
  /**
141
+ * @public
126
142
  * <p>Retrieves information about the Amazon Inspector delegated administrator for your
127
143
  * organization.</p>
128
144
  */
@@ -130,36 +146,42 @@ export declare class Inspector2 extends Inspector2Client {
130
146
  getDelegatedAdminAccount(args: GetDelegatedAdminAccountCommandInput, cb: (err: any, data?: GetDelegatedAdminAccountCommandOutput) => void): void;
131
147
  getDelegatedAdminAccount(args: GetDelegatedAdminAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDelegatedAdminAccountCommandOutput) => void): void;
132
148
  /**
149
+ * @public
133
150
  * <p>Gets the status of a findings report.</p>
134
151
  */
135
152
  getFindingsReportStatus(args: GetFindingsReportStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetFindingsReportStatusCommandOutput>;
136
153
  getFindingsReportStatus(args: GetFindingsReportStatusCommandInput, cb: (err: any, data?: GetFindingsReportStatusCommandOutput) => void): void;
137
154
  getFindingsReportStatus(args: GetFindingsReportStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFindingsReportStatusCommandOutput) => void): void;
138
155
  /**
156
+ * @public
139
157
  * <p>Gets member information for your organization.</p>
140
158
  */
141
159
  getMember(args: GetMemberCommandInput, options?: __HttpHandlerOptions): Promise<GetMemberCommandOutput>;
142
160
  getMember(args: GetMemberCommandInput, cb: (err: any, data?: GetMemberCommandOutput) => void): void;
143
161
  getMember(args: GetMemberCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMemberCommandOutput) => void): void;
144
162
  /**
163
+ * @public
145
164
  * <p>Lists the permissions an account has to configure Amazon Inspector.</p>
146
165
  */
147
166
  listAccountPermissions(args: ListAccountPermissionsCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountPermissionsCommandOutput>;
148
167
  listAccountPermissions(args: ListAccountPermissionsCommandInput, cb: (err: any, data?: ListAccountPermissionsCommandOutput) => void): void;
149
168
  listAccountPermissions(args: ListAccountPermissionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountPermissionsCommandOutput) => void): void;
150
169
  /**
170
+ * @public
151
171
  * <p>Lists coverage details for you environment.</p>
152
172
  */
153
173
  listCoverage(args: ListCoverageCommandInput, options?: __HttpHandlerOptions): Promise<ListCoverageCommandOutput>;
154
174
  listCoverage(args: ListCoverageCommandInput, cb: (err: any, data?: ListCoverageCommandOutput) => void): void;
155
175
  listCoverage(args: ListCoverageCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCoverageCommandOutput) => void): void;
156
176
  /**
177
+ * @public
157
178
  * <p>Lists Amazon Inspector coverage statistics for your environment.</p>
158
179
  */
159
180
  listCoverageStatistics(args: ListCoverageStatisticsCommandInput, options?: __HttpHandlerOptions): Promise<ListCoverageStatisticsCommandOutput>;
160
181
  listCoverageStatistics(args: ListCoverageStatisticsCommandInput, cb: (err: any, data?: ListCoverageStatisticsCommandOutput) => void): void;
161
182
  listCoverageStatistics(args: ListCoverageStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCoverageStatisticsCommandOutput) => void): void;
162
183
  /**
184
+ * @public
163
185
  * <p>Lists information about the Amazon Inspector delegated administrator of your
164
186
  * organization.</p>
165
187
  */
@@ -167,24 +189,28 @@ export declare class Inspector2 extends Inspector2Client {
167
189
  listDelegatedAdminAccounts(args: ListDelegatedAdminAccountsCommandInput, cb: (err: any, data?: ListDelegatedAdminAccountsCommandOutput) => void): void;
168
190
  listDelegatedAdminAccounts(args: ListDelegatedAdminAccountsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDelegatedAdminAccountsCommandOutput) => void): void;
169
191
  /**
192
+ * @public
170
193
  * <p>Lists the filters associated with your account.</p>
171
194
  */
172
195
  listFilters(args: ListFiltersCommandInput, options?: __HttpHandlerOptions): Promise<ListFiltersCommandOutput>;
173
196
  listFilters(args: ListFiltersCommandInput, cb: (err: any, data?: ListFiltersCommandOutput) => void): void;
174
197
  listFilters(args: ListFiltersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFiltersCommandOutput) => void): void;
175
198
  /**
199
+ * @public
176
200
  * <p>Lists aggregated finding data for your environment based on specific criteria.</p>
177
201
  */
178
202
  listFindingAggregations(args: ListFindingAggregationsCommandInput, options?: __HttpHandlerOptions): Promise<ListFindingAggregationsCommandOutput>;
179
203
  listFindingAggregations(args: ListFindingAggregationsCommandInput, cb: (err: any, data?: ListFindingAggregationsCommandOutput) => void): void;
180
204
  listFindingAggregations(args: ListFindingAggregationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFindingAggregationsCommandOutput) => void): void;
181
205
  /**
206
+ * @public
182
207
  * <p>Lists findings for your environment.</p>
183
208
  */
184
209
  listFindings(args: ListFindingsCommandInput, options?: __HttpHandlerOptions): Promise<ListFindingsCommandOutput>;
185
210
  listFindings(args: ListFindingsCommandInput, cb: (err: any, data?: ListFindingsCommandOutput) => void): void;
186
211
  listFindings(args: ListFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFindingsCommandOutput) => void): void;
187
212
  /**
213
+ * @public
188
214
  * <p>List members associated with the Amazon Inspector delegated administrator for your
189
215
  * organization.</p>
190
216
  */
@@ -192,42 +218,49 @@ export declare class Inspector2 extends Inspector2Client {
192
218
  listMembers(args: ListMembersCommandInput, cb: (err: any, data?: ListMembersCommandOutput) => void): void;
193
219
  listMembers(args: ListMembersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMembersCommandOutput) => void): void;
194
220
  /**
221
+ * @public
195
222
  * <p>Lists all tags attached to a given resource.</p>
196
223
  */
197
224
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
198
225
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
199
226
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
200
227
  /**
228
+ * @public
201
229
  * <p>Lists the Amazon Inspector usage totals over the last 30 days.</p>
202
230
  */
203
231
  listUsageTotals(args: ListUsageTotalsCommandInput, options?: __HttpHandlerOptions): Promise<ListUsageTotalsCommandOutput>;
204
232
  listUsageTotals(args: ListUsageTotalsCommandInput, cb: (err: any, data?: ListUsageTotalsCommandOutput) => void): void;
205
233
  listUsageTotals(args: ListUsageTotalsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsageTotalsCommandOutput) => void): void;
206
234
  /**
235
+ * @public
207
236
  * <p>Adds tags to a resource.</p>
208
237
  */
209
238
  tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
210
239
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
211
240
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
212
241
  /**
242
+ * @public
213
243
  * <p>Removes tags from a resource.</p>
214
244
  */
215
245
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
216
246
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
217
247
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
218
248
  /**
249
+ * @public
219
250
  * <p>Updates setting configurations for your Amazon Inspector account. When you use this API as an Amazon Inspector delegated administrator this updates the setting for all accounts you manage. Member accounts in an organization cannot update this setting.</p>
220
251
  */
221
252
  updateConfiguration(args: UpdateConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateConfigurationCommandOutput>;
222
253
  updateConfiguration(args: UpdateConfigurationCommandInput, cb: (err: any, data?: UpdateConfigurationCommandOutput) => void): void;
223
254
  updateConfiguration(args: UpdateConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateConfigurationCommandOutput) => void): void;
224
255
  /**
256
+ * @public
225
257
  * <p>Specifies the action that is to be applied to the findings that match the filter.</p>
226
258
  */
227
259
  updateFilter(args: UpdateFilterCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFilterCommandOutput>;
228
260
  updateFilter(args: UpdateFilterCommandInput, cb: (err: any, data?: UpdateFilterCommandOutput) => void): void;
229
261
  updateFilter(args: UpdateFilterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFilterCommandOutput) => void): void;
230
262
  /**
263
+ * @public
231
264
  * <p>Updates the configurations for your Amazon Inspector organization.</p>
232
265
  */
233
266
  updateOrganizationConfiguration(args: UpdateOrganizationConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateOrganizationConfigurationCommandOutput>;
@@ -40,15 +40,24 @@ import { UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput } fro
40
40
  import { UpdateFilterCommandInput, UpdateFilterCommandOutput } from "./commands/UpdateFilterCommand";
41
41
  import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "./commands/UpdateOrganizationConfigurationCommand";
42
42
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
43
+ /**
44
+ * @public
45
+ */
43
46
  export type ServiceInputTypes = AssociateMemberCommandInput | BatchGetAccountStatusCommandInput | BatchGetFreeTrialInfoCommandInput | CancelFindingsReportCommandInput | CreateFilterCommandInput | CreateFindingsReportCommandInput | DeleteFilterCommandInput | DescribeOrganizationConfigurationCommandInput | DisableCommandInput | DisableDelegatedAdminAccountCommandInput | DisassociateMemberCommandInput | EnableCommandInput | EnableDelegatedAdminAccountCommandInput | GetConfigurationCommandInput | GetDelegatedAdminAccountCommandInput | GetFindingsReportStatusCommandInput | GetMemberCommandInput | ListAccountPermissionsCommandInput | ListCoverageCommandInput | ListCoverageStatisticsCommandInput | ListDelegatedAdminAccountsCommandInput | ListFiltersCommandInput | ListFindingAggregationsCommandInput | ListFindingsCommandInput | ListMembersCommandInput | ListTagsForResourceCommandInput | ListUsageTotalsCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConfigurationCommandInput | UpdateFilterCommandInput | UpdateOrganizationConfigurationCommandInput;
47
+ /**
48
+ * @public
49
+ */
44
50
  export type ServiceOutputTypes = AssociateMemberCommandOutput | BatchGetAccountStatusCommandOutput | BatchGetFreeTrialInfoCommandOutput | CancelFindingsReportCommandOutput | CreateFilterCommandOutput | CreateFindingsReportCommandOutput | DeleteFilterCommandOutput | DescribeOrganizationConfigurationCommandOutput | DisableCommandOutput | DisableDelegatedAdminAccountCommandOutput | DisassociateMemberCommandOutput | EnableCommandOutput | EnableDelegatedAdminAccountCommandOutput | GetConfigurationCommandOutput | GetDelegatedAdminAccountCommandOutput | GetFindingsReportStatusCommandOutput | GetMemberCommandOutput | ListAccountPermissionsCommandOutput | ListCoverageCommandOutput | ListCoverageStatisticsCommandOutput | ListDelegatedAdminAccountsCommandOutput | ListFiltersCommandOutput | ListFindingAggregationsCommandOutput | ListFindingsCommandOutput | ListMembersCommandOutput | ListTagsForResourceCommandOutput | ListUsageTotalsCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConfigurationCommandOutput | UpdateFilterCommandOutput | UpdateOrganizationConfigurationCommandOutput;
51
+ /**
52
+ * @public
53
+ */
45
54
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
46
55
  /**
47
56
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
48
57
  */
49
58
  requestHandler?: __HttpHandler;
50
59
  /**
51
- * A constructor for a class implementing the {@link __Checksum} interface
60
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
52
61
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
53
62
  * @internal
54
63
  */
@@ -138,23 +147,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
138
147
  */
139
148
  logger?: __Logger;
140
149
  /**
141
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
150
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
142
151
  */
143
152
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
144
153
  }
154
+ /**
155
+ * @public
156
+ */
145
157
  type Inspector2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
146
158
  /**
147
- * The configuration interface of Inspector2Client class constructor that set the region, credentials and other options.
159
+ * @public
160
+ *
161
+ * The configuration interface of Inspector2Client class constructor that set the region, credentials and other options.
148
162
  */
149
163
  export interface Inspector2ClientConfig extends Inspector2ClientConfigType {
150
164
  }
165
+ /**
166
+ * @public
167
+ */
151
168
  type Inspector2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
152
169
  /**
153
- * The resolved configuration interface of Inspector2Client class. This is resolved and normalized from the {@link Inspector2ClientConfig | constructor configuration interface}.
170
+ * @public
171
+ *
172
+ * The resolved configuration interface of Inspector2Client class. This is resolved and normalized from the {@link Inspector2ClientConfig | constructor configuration interface}.
154
173
  */
155
174
  export interface Inspector2ClientResolvedConfig extends Inspector2ClientResolvedConfigType {
156
175
  }
157
176
  /**
177
+ * @public
158
178
  * <p>Amazon Inspector is a vulnerability discovery service that automates continuous scanning for
159
179
  * security vulnerabilities within your Amazon EC2 and Amazon ECR environments.</p>
160
180
  */
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { AssociateMemberRequest, AssociateMemberResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociateMemberCommand}.
8
10
  */
9
11
  export interface AssociateMemberCommandInput extends AssociateMemberRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociateMemberCommand}.
13
17
  */
14
18
  export interface AssociateMemberCommandOutput extends AssociateMemberResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Associates an Amazon Web Services account with an Amazon Inspector delegated administrator.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface AssociateMemberCommandOutput extends AssociateMemberResponse, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param AssociateMemberCommandInput - {@link AssociateMemberCommandInput}
34
+ * @returns {@link AssociateMemberCommandOutput}
28
35
  * @see {@link AssociateMemberCommandInput} for command's `input` shape.
29
36
  * @see {@link AssociateMemberCommandOutput} for command's `response` shape.
30
37
  * @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
@@ -47,11 +54,20 @@ export interface AssociateMemberCommandOutput extends AssociateMemberResponse, _
47
54
  export declare class AssociateMemberCommand extends $Command<AssociateMemberCommandInput, AssociateMemberCommandOutput, Inspector2ClientResolvedConfig> {
48
55
  readonly input: AssociateMemberCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: AssociateMemberCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateMemberCommandInput, AssociateMemberCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { BatchGetAccountStatusRequest, BatchGetAccountStatusResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchGetAccountStatusCommand}.
8
10
  */
9
11
  export interface BatchGetAccountStatusCommandInput extends BatchGetAccountStatusRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchGetAccountStatusCommand}.
13
17
  */
14
18
  export interface BatchGetAccountStatusCommandOutput extends BatchGetAccountStatusResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves the Amazon Inspector status of multiple Amazon Web Services accounts within your environment.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface BatchGetAccountStatusCommandOutput extends BatchGetAccountStatu
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param BatchGetAccountStatusCommandInput - {@link BatchGetAccountStatusCommandInput}
34
+ * @returns {@link BatchGetAccountStatusCommandOutput}
28
35
  * @see {@link BatchGetAccountStatusCommandInput} for command's `input` shape.
29
36
  * @see {@link BatchGetAccountStatusCommandOutput} for command's `response` shape.
30
37
  * @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
@@ -50,11 +57,20 @@ export interface BatchGetAccountStatusCommandOutput extends BatchGetAccountStatu
50
57
  export declare class BatchGetAccountStatusCommand extends $Command<BatchGetAccountStatusCommandInput, BatchGetAccountStatusCommandOutput, Inspector2ClientResolvedConfig> {
51
58
  readonly input: BatchGetAccountStatusCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: BatchGetAccountStatusCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetAccountStatusCommandInput, BatchGetAccountStatusCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { BatchGetFreeTrialInfoRequest, BatchGetFreeTrialInfoResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchGetFreeTrialInfoCommand}.
8
10
  */
9
11
  export interface BatchGetFreeTrialInfoCommandInput extends BatchGetFreeTrialInfoRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchGetFreeTrialInfoCommand}.
13
17
  */
14
18
  export interface BatchGetFreeTrialInfoCommandOutput extends BatchGetFreeTrialInfoResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets free trial status for multiple Amazon Web Services accounts.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface BatchGetFreeTrialInfoCommandOutput extends BatchGetFreeTrialInf
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param BatchGetFreeTrialInfoCommandInput - {@link BatchGetFreeTrialInfoCommandInput}
34
+ * @returns {@link BatchGetFreeTrialInfoCommandOutput}
28
35
  * @see {@link BatchGetFreeTrialInfoCommandInput} for command's `input` shape.
29
36
  * @see {@link BatchGetFreeTrialInfoCommandOutput} for command's `response` shape.
30
37
  * @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
@@ -47,11 +54,20 @@ export interface BatchGetFreeTrialInfoCommandOutput extends BatchGetFreeTrialInf
47
54
  export declare class BatchGetFreeTrialInfoCommand extends $Command<BatchGetFreeTrialInfoCommandInput, BatchGetFreeTrialInfoCommandOutput, Inspector2ClientResolvedConfig> {
48
55
  readonly input: BatchGetFreeTrialInfoCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: BatchGetFreeTrialInfoCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetFreeTrialInfoCommandInput, BatchGetFreeTrialInfoCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { CancelFindingsReportRequest, CancelFindingsReportResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CancelFindingsReportCommand}.
8
10
  */
9
11
  export interface CancelFindingsReportCommandInput extends CancelFindingsReportRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CancelFindingsReportCommand}.
13
17
  */
14
18
  export interface CancelFindingsReportCommandOutput extends CancelFindingsReportResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Cancels the given findings report.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CancelFindingsReportCommandOutput extends CancelFindingsReportR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CancelFindingsReportCommandInput - {@link CancelFindingsReportCommandInput}
34
+ * @returns {@link CancelFindingsReportCommandOutput}
28
35
  * @see {@link CancelFindingsReportCommandInput} for command's `input` shape.
29
36
  * @see {@link CancelFindingsReportCommandOutput} for command's `response` shape.
30
37
  * @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
@@ -50,11 +57,20 @@ export interface CancelFindingsReportCommandOutput extends CancelFindingsReportR
50
57
  export declare class CancelFindingsReportCommand extends $Command<CancelFindingsReportCommandInput, CancelFindingsReportCommandOutput, Inspector2ClientResolvedConfig> {
51
58
  readonly input: CancelFindingsReportCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: CancelFindingsReportCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CancelFindingsReportCommandInput, CancelFindingsReportCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { CreateFilterRequest, CreateFilterResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateFilterCommand}.
8
10
  */
9
11
  export interface CreateFilterCommandInput extends CreateFilterRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateFilterCommand}.
13
17
  */
14
18
  export interface CreateFilterCommandOutput extends CreateFilterResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a filter resource using specified filter criteria.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateFilterCommandOutput extends CreateFilterResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateFilterCommandInput - {@link CreateFilterCommandInput}
34
+ * @returns {@link CreateFilterCommandOutput}
28
35
  * @see {@link CreateFilterCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateFilterCommandOutput} for command's `response` shape.
30
37
  * @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
@@ -54,11 +61,20 @@ export interface CreateFilterCommandOutput extends CreateFilterResponse, __Metad
54
61
  export declare class CreateFilterCommand extends $Command<CreateFilterCommandInput, CreateFilterCommandOutput, Inspector2ClientResolvedConfig> {
55
62
  readonly input: CreateFilterCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: CreateFilterCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFilterCommandInput, CreateFilterCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Inspector2Client";
5
5
  import { CreateFindingsReportRequest, CreateFindingsReportResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateFindingsReportCommand}.
8
10
  */
9
11
  export interface CreateFindingsReportCommandInput extends CreateFindingsReportRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateFindingsReportCommand}.
13
17
  */
14
18
  export interface CreateFindingsReportCommandOutput extends CreateFindingsReportResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a finding report.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateFindingsReportCommandOutput extends CreateFindingsReportR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateFindingsReportCommandInput - {@link CreateFindingsReportCommandInput}
34
+ * @returns {@link CreateFindingsReportCommandOutput}
28
35
  * @see {@link CreateFindingsReportCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateFindingsReportCommandOutput} for command's `response` shape.
30
37
  * @see {@link Inspector2ClientResolvedConfig | config} for Inspector2Client's `config` shape.
@@ -50,11 +57,20 @@ export interface CreateFindingsReportCommandOutput extends CreateFindingsReportR
50
57
  export declare class CreateFindingsReportCommand extends $Command<CreateFindingsReportCommandInput, CreateFindingsReportCommandOutput, Inspector2ClientResolvedConfig> {
51
58
  readonly input: CreateFindingsReportCommandInput;
52
59
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
60
+ /**
61
+ * @public
62
+ */
53
63
  constructor(input: CreateFindingsReportCommandInput);
54
64
  /**
55
65
  * @internal
56
66
  */
57
67
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: Inspector2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFindingsReportCommandInput, CreateFindingsReportCommandOutput>;
68
+ /**
69
+ * @internal
70
+ */
58
71
  private serialize;
72
+ /**
73
+ * @internal
74
+ */
59
75
  private deserialize;
60
76
  }