@aws-sdk/client-inspector 3.529.1 → 3.535.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 (87) hide show
  1. package/dist-types/Inspector.d.ts +8 -1
  2. package/dist-types/InspectorClient.d.ts +1 -1
  3. package/dist-types/commands/AddAttributesToFindingsCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateAssessmentTargetCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateAssessmentTemplateCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateExclusionsPreviewCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateResourceGroupCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteAssessmentRunCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteAssessmentTargetCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteAssessmentTemplateCommand.d.ts +2 -1
  11. package/dist-types/commands/DescribeAssessmentRunsCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeAssessmentTargetsCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeAssessmentTemplatesCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeCrossAccountAccessRoleCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribeExclusionsCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeFindingsCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeResourceGroupsCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeRulesPackagesCommand.d.ts +2 -1
  19. package/dist-types/commands/GetAssessmentReportCommand.d.ts +2 -1
  20. package/dist-types/commands/GetExclusionsPreviewCommand.d.ts +2 -1
  21. package/dist-types/commands/GetTelemetryMetadataCommand.d.ts +2 -1
  22. package/dist-types/commands/ListAssessmentRunAgentsCommand.d.ts +2 -1
  23. package/dist-types/commands/ListAssessmentRunsCommand.d.ts +2 -1
  24. package/dist-types/commands/ListAssessmentTargetsCommand.d.ts +2 -1
  25. package/dist-types/commands/ListAssessmentTemplatesCommand.d.ts +2 -1
  26. package/dist-types/commands/ListEventSubscriptionsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListExclusionsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListFindingsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListRulesPackagesCommand.d.ts +2 -1
  30. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  31. package/dist-types/commands/PreviewAgentsCommand.d.ts +2 -1
  32. package/dist-types/commands/RegisterCrossAccountAccessRoleCommand.d.ts +2 -1
  33. package/dist-types/commands/RemoveAttributesFromFindingsCommand.d.ts +2 -1
  34. package/dist-types/commands/SetTagsForResourceCommand.d.ts +2 -1
  35. package/dist-types/commands/StartAssessmentRunCommand.d.ts +2 -1
  36. package/dist-types/commands/StopAssessmentRunCommand.d.ts +2 -1
  37. package/dist-types/commands/SubscribeToEventCommand.d.ts +2 -1
  38. package/dist-types/commands/UnsubscribeFromEventCommand.d.ts +2 -1
  39. package/dist-types/commands/UpdateAssessmentTargetCommand.d.ts +2 -1
  40. package/dist-types/models/models_0.d.ts +351 -351
  41. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  42. package/dist-types/runtimeConfig.d.ts +2 -2
  43. package/dist-types/runtimeConfig.native.d.ts +2 -2
  44. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  45. package/dist-types/ts3.4/Inspector.d.ts +7 -0
  46. package/dist-types/ts3.4/commands/AddAttributesToFindingsCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/CreateAssessmentTargetCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/CreateAssessmentTemplateCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/CreateExclusionsPreviewCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/CreateResourceGroupCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DeleteAssessmentRunCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DeleteAssessmentTargetCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DeleteAssessmentTemplateCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DescribeAssessmentRunsCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DescribeAssessmentTargetsCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DescribeAssessmentTemplatesCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DescribeCrossAccountAccessRoleCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/DescribeExclusionsCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DescribeFindingsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DescribeResourceGroupsCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/DescribeRulesPackagesCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/GetAssessmentReportCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/GetExclusionsPreviewCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/GetTelemetryMetadataCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/ListAssessmentRunAgentsCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/ListAssessmentRunsCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/ListAssessmentTargetsCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/ListAssessmentTemplatesCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/ListEventSubscriptionsCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/ListExclusionsCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/ListRulesPackagesCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/PreviewAgentsCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/RegisterCrossAccountAccessRoleCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/RemoveAttributesFromFindingsCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/SetTagsForResourceCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/StartAssessmentRunCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/StopAssessmentRunCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/SubscribeToEventCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/UnsubscribeFromEventCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/UpdateAssessmentTargetCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  84. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  85. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  86. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  87. package/package.json +40 -40
@@ -107,6 +107,7 @@ export interface Inspector {
107
107
  /**
108
108
  * @see {@link DescribeCrossAccountAccessRoleCommand}
109
109
  */
110
+ describeCrossAccountAccessRole(): Promise<DescribeCrossAccountAccessRoleCommandOutput>;
110
111
  describeCrossAccountAccessRole(args: DescribeCrossAccountAccessRoleCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCrossAccountAccessRoleCommandOutput>;
111
112
  describeCrossAccountAccessRole(args: DescribeCrossAccountAccessRoleCommandInput, cb: (err: any, data?: DescribeCrossAccountAccessRoleCommandOutput) => void): void;
112
113
  describeCrossAccountAccessRole(args: DescribeCrossAccountAccessRoleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCrossAccountAccessRoleCommandOutput) => void): void;
@@ -161,24 +162,28 @@ export interface Inspector {
161
162
  /**
162
163
  * @see {@link ListAssessmentRunsCommand}
163
164
  */
165
+ listAssessmentRuns(): Promise<ListAssessmentRunsCommandOutput>;
164
166
  listAssessmentRuns(args: ListAssessmentRunsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssessmentRunsCommandOutput>;
165
167
  listAssessmentRuns(args: ListAssessmentRunsCommandInput, cb: (err: any, data?: ListAssessmentRunsCommandOutput) => void): void;
166
168
  listAssessmentRuns(args: ListAssessmentRunsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssessmentRunsCommandOutput) => void): void;
167
169
  /**
168
170
  * @see {@link ListAssessmentTargetsCommand}
169
171
  */
172
+ listAssessmentTargets(): Promise<ListAssessmentTargetsCommandOutput>;
170
173
  listAssessmentTargets(args: ListAssessmentTargetsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssessmentTargetsCommandOutput>;
171
174
  listAssessmentTargets(args: ListAssessmentTargetsCommandInput, cb: (err: any, data?: ListAssessmentTargetsCommandOutput) => void): void;
172
175
  listAssessmentTargets(args: ListAssessmentTargetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssessmentTargetsCommandOutput) => void): void;
173
176
  /**
174
177
  * @see {@link ListAssessmentTemplatesCommand}
175
178
  */
179
+ listAssessmentTemplates(): Promise<ListAssessmentTemplatesCommandOutput>;
176
180
  listAssessmentTemplates(args: ListAssessmentTemplatesCommandInput, options?: __HttpHandlerOptions): Promise<ListAssessmentTemplatesCommandOutput>;
177
181
  listAssessmentTemplates(args: ListAssessmentTemplatesCommandInput, cb: (err: any, data?: ListAssessmentTemplatesCommandOutput) => void): void;
178
182
  listAssessmentTemplates(args: ListAssessmentTemplatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssessmentTemplatesCommandOutput) => void): void;
179
183
  /**
180
184
  * @see {@link ListEventSubscriptionsCommand}
181
185
  */
186
+ listEventSubscriptions(): Promise<ListEventSubscriptionsCommandOutput>;
182
187
  listEventSubscriptions(args: ListEventSubscriptionsCommandInput, options?: __HttpHandlerOptions): Promise<ListEventSubscriptionsCommandOutput>;
183
188
  listEventSubscriptions(args: ListEventSubscriptionsCommandInput, cb: (err: any, data?: ListEventSubscriptionsCommandOutput) => void): void;
184
189
  listEventSubscriptions(args: ListEventSubscriptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEventSubscriptionsCommandOutput) => void): void;
@@ -191,12 +196,14 @@ export interface Inspector {
191
196
  /**
192
197
  * @see {@link ListFindingsCommand}
193
198
  */
199
+ listFindings(): Promise<ListFindingsCommandOutput>;
194
200
  listFindings(args: ListFindingsCommandInput, options?: __HttpHandlerOptions): Promise<ListFindingsCommandOutput>;
195
201
  listFindings(args: ListFindingsCommandInput, cb: (err: any, data?: ListFindingsCommandOutput) => void): void;
196
202
  listFindings(args: ListFindingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFindingsCommandOutput) => void): void;
197
203
  /**
198
204
  * @see {@link ListRulesPackagesCommand}
199
205
  */
206
+ listRulesPackages(): Promise<ListRulesPackagesCommandOutput>;
200
207
  listRulesPackages(args: ListRulesPackagesCommandInput, options?: __HttpHandlerOptions): Promise<ListRulesPackagesCommandOutput>;
201
208
  listRulesPackages(args: ListRulesPackagesCommandInput, cb: (err: any, data?: ListRulesPackagesCommandOutput) => void): void;
202
209
  listRulesPackages(args: ListRulesPackagesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRulesPackagesCommandOutput) => void): void;
@@ -262,11 +269,11 @@ export interface Inspector {
262
269
  updateAssessmentTarget(args: UpdateAssessmentTargetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAssessmentTargetCommandOutput) => void): void;
263
270
  }
264
271
  /**
265
- * @public
266
272
  * <fullname>Amazon Inspector</fullname>
267
273
  * <p>Amazon Inspector enables you to analyze the behavior of your AWS resources and to
268
274
  * identify potential security issues. For more information, see <a href="https://docs.aws.amazon.com/inspector/latest/userguide/inspector_introduction.html"> Amazon Inspector User
269
275
  * Guide</a>.</p>
276
+ * @public
270
277
  */
271
278
  export declare class Inspector extends InspectorClient implements Inspector {
272
279
  }
@@ -188,11 +188,11 @@ export type InspectorClientResolvedConfigType = __SmithyResolvedConfiguration<__
188
188
  export interface InspectorClientResolvedConfig extends InspectorClientResolvedConfigType {
189
189
  }
190
190
  /**
191
- * @public
192
191
  * <fullname>Amazon Inspector</fullname>
193
192
  * <p>Amazon Inspector enables you to analyze the behavior of your AWS resources and to
194
193
  * identify potential security issues. For more information, see <a href="https://docs.aws.amazon.com/inspector/latest/userguide/inspector_introduction.html"> Amazon Inspector User
195
194
  * Guide</a>.</p>
195
+ * @public
196
196
  */
197
197
  export declare class InspectorClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, InspectorClientResolvedConfig> {
198
198
  /**
@@ -22,10 +22,10 @@ export interface AddAttributesToFindingsCommandOutput extends AddAttributesToFin
22
22
  }
23
23
  declare const AddAttributesToFindingsCommand_base: {
24
24
  new (input: AddAttributesToFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<AddAttributesToFindingsCommandInput, AddAttributesToFindingsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AddAttributesToFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<AddAttributesToFindingsCommandInput, AddAttributesToFindingsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Assigns attributes (key and value pairs) to the findings that are specified by the
30
30
  * ARNs of the findings.</p>
31
31
  * @example
@@ -84,6 +84,7 @@ declare const AddAttributesToFindingsCommand_base: {
84
84
  * @throws {@link InspectorServiceException}
85
85
  * <p>Base exception class for all service exceptions from Inspector service.</p>
86
86
  *
87
+ * @public
87
88
  * @example Add attributes to findings
88
89
  * ```javascript
89
90
  * // Assigns attributes (key and value pairs) to the findings that are specified by the ARNs of the findings.
@@ -22,10 +22,10 @@ export interface CreateAssessmentTargetCommandOutput extends CreateAssessmentTar
22
22
  }
23
23
  declare const CreateAssessmentTargetCommand_base: {
24
24
  new (input: CreateAssessmentTargetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAssessmentTargetCommandInput, CreateAssessmentTargetCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAssessmentTargetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAssessmentTargetCommandInput, CreateAssessmentTargetCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new assessment target using the ARN of the resource group that is generated
30
30
  * by <a>CreateResourceGroup</a>. If resourceGroupArn is not specified, all EC2
31
31
  * instances in the current AWS account and region are included in the assessment target. If
@@ -86,6 +86,7 @@ declare const CreateAssessmentTargetCommand_base: {
86
86
  * @throws {@link InspectorServiceException}
87
87
  * <p>Base exception class for all service exceptions from Inspector service.</p>
88
88
  *
89
+ * @public
89
90
  * @example Create assessment target
90
91
  * ```javascript
91
92
  * // Creates a new assessment target using the ARN of the resource group that is generated by CreateResourceGroup. You can create up to 50 assessment targets per AWS account. You can run up to 500 concurrent agents per AWS account.
@@ -22,10 +22,10 @@ export interface CreateAssessmentTemplateCommandOutput extends CreateAssessmentT
22
22
  }
23
23
  declare const CreateAssessmentTemplateCommand_base: {
24
24
  new (input: CreateAssessmentTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAssessmentTemplateCommandInput, CreateAssessmentTemplateCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAssessmentTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAssessmentTemplateCommandInput, CreateAssessmentTemplateCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an assessment template for the assessment target that is specified by the ARN
30
30
  * of the assessment target. If the <a href="https://docs.aws.amazon.com/inspector/latest/userguide/inspector_slr.html">service-linked role</a> isn’t already registered, this action also creates and
31
31
  * registers a service-linked role to grant Amazon Inspector access to AWS Services needed to
@@ -88,6 +88,7 @@ declare const CreateAssessmentTemplateCommand_base: {
88
88
  * @throws {@link InspectorServiceException}
89
89
  * <p>Base exception class for all service exceptions from Inspector service.</p>
90
90
  *
91
+ * @public
91
92
  * @example Create assessment template
92
93
  * ```javascript
93
94
  * // Creates an assessment template for the assessment target that is specified by the ARN of the assessment target.
@@ -22,10 +22,10 @@ export interface CreateExclusionsPreviewCommandOutput extends CreateExclusionsPr
22
22
  }
23
23
  declare const CreateExclusionsPreviewCommand_base: {
24
24
  new (input: CreateExclusionsPreviewCommandInput): import("@smithy/smithy-client").CommandImpl<CreateExclusionsPreviewCommandInput, CreateExclusionsPreviewCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateExclusionsPreviewCommandInput): import("@smithy/smithy-client").CommandImpl<CreateExclusionsPreviewCommandInput, CreateExclusionsPreviewCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts the generation of an exclusions preview for the specified assessment template.
30
30
  * The exclusions preview lists the potential exclusions (ExclusionPreview) that Inspector can
31
31
  * detect before it runs the assessment. </p>
@@ -76,6 +76,7 @@ declare const CreateExclusionsPreviewCommand_base: {
76
76
  * @throws {@link InspectorServiceException}
77
77
  * <p>Base exception class for all service exceptions from Inspector service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class CreateExclusionsPreviewCommand extends CreateExclusionsPreviewCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface CreateResourceGroupCommandOutput extends CreateResourceGroupRes
22
22
  }
23
23
  declare const CreateResourceGroupCommand_base: {
24
24
  new (input: CreateResourceGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResourceGroupCommandInput, CreateResourceGroupCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateResourceGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResourceGroupCommandInput, CreateResourceGroupCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a resource group using the specified set of tags (key and value pairs) that
30
30
  * are used to select the EC2 instances to be included in an Amazon Inspector assessment
31
31
  * target. The created resource group is then used to create an Amazon Inspector assessment
@@ -78,6 +78,7 @@ declare const CreateResourceGroupCommand_base: {
78
78
  * @throws {@link InspectorServiceException}
79
79
  * <p>Base exception class for all service exceptions from Inspector service.</p>
80
80
  *
81
+ * @public
81
82
  * @example Create resource group
82
83
  * ```javascript
83
84
  * // Creates a resource group using the specified set of tags (key and value pairs) that are used to select the EC2 instances to be included in an Amazon Inspector assessment target. The created resource group is then used to create an Amazon Inspector assessment target.
@@ -22,10 +22,10 @@ export interface DeleteAssessmentRunCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteAssessmentRunCommand_base: {
24
24
  new (input: DeleteAssessmentRunCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAssessmentRunCommandInput, DeleteAssessmentRunCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAssessmentRunCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAssessmentRunCommandInput, DeleteAssessmentRunCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the assessment run that is specified by the ARN of the assessment
30
30
  * run.</p>
31
31
  * @example
@@ -73,6 +73,7 @@ declare const DeleteAssessmentRunCommand_base: {
73
73
  * @throws {@link InspectorServiceException}
74
74
  * <p>Base exception class for all service exceptions from Inspector service.</p>
75
75
  *
76
+ * @public
76
77
  * @example Delete assessment run
77
78
  * ```javascript
78
79
  * // Deletes the assessment run that is specified by the ARN of the assessment run.
@@ -22,10 +22,10 @@ export interface DeleteAssessmentTargetCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteAssessmentTargetCommand_base: {
24
24
  new (input: DeleteAssessmentTargetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAssessmentTargetCommandInput, DeleteAssessmentTargetCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAssessmentTargetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAssessmentTargetCommandInput, DeleteAssessmentTargetCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the assessment target that is specified by the ARN of the assessment
30
30
  * target.</p>
31
31
  * @example
@@ -73,6 +73,7 @@ declare const DeleteAssessmentTargetCommand_base: {
73
73
  * @throws {@link InspectorServiceException}
74
74
  * <p>Base exception class for all service exceptions from Inspector service.</p>
75
75
  *
76
+ * @public
76
77
  * @example Delete assessment target
77
78
  * ```javascript
78
79
  * // Deletes the assessment target that is specified by the ARN of the assessment target.
@@ -22,10 +22,10 @@ export interface DeleteAssessmentTemplateCommandOutput extends __MetadataBearer
22
22
  }
23
23
  declare const DeleteAssessmentTemplateCommand_base: {
24
24
  new (input: DeleteAssessmentTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAssessmentTemplateCommandInput, DeleteAssessmentTemplateCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteAssessmentTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAssessmentTemplateCommandInput, DeleteAssessmentTemplateCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the assessment template that is specified by the ARN of the assessment
30
30
  * template.</p>
31
31
  * @example
@@ -73,6 +73,7 @@ declare const DeleteAssessmentTemplateCommand_base: {
73
73
  * @throws {@link InspectorServiceException}
74
74
  * <p>Base exception class for all service exceptions from Inspector service.</p>
75
75
  *
76
+ * @public
76
77
  * @example Delete assessment template
77
78
  * ```javascript
78
79
  * // Deletes the assessment template that is specified by the ARN of the assessment template.
@@ -22,10 +22,10 @@ export interface DescribeAssessmentRunsCommandOutput extends DescribeAssessmentR
22
22
  }
23
23
  declare const DescribeAssessmentRunsCommand_base: {
24
24
  new (input: DescribeAssessmentRunsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAssessmentRunsCommandInput, DescribeAssessmentRunsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeAssessmentRunsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAssessmentRunsCommandInput, DescribeAssessmentRunsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the assessment runs that are specified by the ARNs of the assessment
30
30
  * runs.</p>
31
31
  * @example
@@ -110,6 +110,7 @@ declare const DescribeAssessmentRunsCommand_base: {
110
110
  * @throws {@link InspectorServiceException}
111
111
  * <p>Base exception class for all service exceptions from Inspector service.</p>
112
112
  *
113
+ * @public
113
114
  * @example Describte assessment runs
114
115
  * ```javascript
115
116
  * // Describes the assessment runs that are specified by the ARNs of the assessment runs.
@@ -22,10 +22,10 @@ export interface DescribeAssessmentTargetsCommandOutput extends DescribeAssessme
22
22
  }
23
23
  declare const DescribeAssessmentTargetsCommand_base: {
24
24
  new (input: DescribeAssessmentTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAssessmentTargetsCommandInput, DescribeAssessmentTargetsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeAssessmentTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAssessmentTargetsCommandInput, DescribeAssessmentTargetsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the assessment targets that are specified by the ARNs of the assessment
30
30
  * targets.</p>
31
31
  * @example
@@ -77,6 +77,7 @@ declare const DescribeAssessmentTargetsCommand_base: {
77
77
  * @throws {@link InspectorServiceException}
78
78
  * <p>Base exception class for all service exceptions from Inspector service.</p>
79
79
  *
80
+ * @public
80
81
  * @example Describte assessment targets
81
82
  * ```javascript
82
83
  * // Describes the assessment targets that are specified by the ARNs of the assessment targets.
@@ -22,10 +22,10 @@ export interface DescribeAssessmentTemplatesCommandOutput extends DescribeAssess
22
22
  }
23
23
  declare const DescribeAssessmentTemplatesCommand_base: {
24
24
  new (input: DescribeAssessmentTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAssessmentTemplatesCommandInput, DescribeAssessmentTemplatesCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeAssessmentTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAssessmentTemplatesCommandInput, DescribeAssessmentTemplatesCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the assessment templates that are specified by the ARNs of the assessment
30
30
  * templates.</p>
31
31
  * @example
@@ -88,6 +88,7 @@ declare const DescribeAssessmentTemplatesCommand_base: {
88
88
  * @throws {@link InspectorServiceException}
89
89
  * <p>Base exception class for all service exceptions from Inspector service.</p>
90
90
  *
91
+ * @public
91
92
  * @example Describte assessment templates
92
93
  * ```javascript
93
94
  * // Describes the assessment templates that are specified by the ARNs of the assessment templates.
@@ -22,10 +22,10 @@ export interface DescribeCrossAccountAccessRoleCommandOutput extends DescribeCro
22
22
  }
23
23
  declare const DescribeCrossAccountAccessRoleCommand_base: {
24
24
  new (input: DescribeCrossAccountAccessRoleCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeCrossAccountAccessRoleCommandInput, DescribeCrossAccountAccessRoleCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeCrossAccountAccessRoleCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeCrossAccountAccessRoleCommandInput, DescribeCrossAccountAccessRoleCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the IAM role that enables Amazon Inspector to access your AWS
30
30
  * account.</p>
31
31
  * @example
@@ -57,6 +57,7 @@ declare const DescribeCrossAccountAccessRoleCommand_base: {
57
57
  * @throws {@link InspectorServiceException}
58
58
  * <p>Base exception class for all service exceptions from Inspector service.</p>
59
59
  *
60
+ * @public
60
61
  * @example Describte cross account access role
61
62
  * ```javascript
62
63
  * // Describes the IAM role that enables Amazon Inspector to access your AWS account.
@@ -22,10 +22,10 @@ export interface DescribeExclusionsCommandOutput extends DescribeExclusionsRespo
22
22
  }
23
23
  declare const DescribeExclusionsCommand_base: {
24
24
  new (input: DescribeExclusionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeExclusionsCommandInput, DescribeExclusionsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeExclusionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeExclusionsCommandInput, DescribeExclusionsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the exclusions that are specified by the exclusions' ARNs.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -88,6 +88,7 @@ declare const DescribeExclusionsCommand_base: {
88
88
  * @throws {@link InspectorServiceException}
89
89
  * <p>Base exception class for all service exceptions from Inspector service.</p>
90
90
  *
91
+ * @public
91
92
  */
92
93
  export declare class DescribeExclusionsCommand extends DescribeExclusionsCommand_base {
93
94
  }
@@ -22,10 +22,10 @@ export interface DescribeFindingsCommandOutput extends DescribeFindingsResponse,
22
22
  }
23
23
  declare const DescribeFindingsCommand_base: {
24
24
  new (input: DescribeFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFindingsCommandInput, DescribeFindingsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFindingsCommandInput, DescribeFindingsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the findings that are specified by the ARNs of the findings.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -145,6 +145,7 @@ declare const DescribeFindingsCommand_base: {
145
145
  * @throws {@link InspectorServiceException}
146
146
  * <p>Base exception class for all service exceptions from Inspector service.</p>
147
147
  *
148
+ * @public
148
149
  * @example Describe findings
149
150
  * ```javascript
150
151
  * // Describes the findings that are specified by the ARNs of the findings.
@@ -22,10 +22,10 @@ export interface DescribeResourceGroupsCommandOutput extends DescribeResourceGro
22
22
  }
23
23
  declare const DescribeResourceGroupsCommand_base: {
24
24
  new (input: DescribeResourceGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResourceGroupsCommandInput, DescribeResourceGroupsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeResourceGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResourceGroupsCommandInput, DescribeResourceGroupsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the resource groups that are specified by the ARNs of the resource
30
30
  * groups.</p>
31
31
  * @example
@@ -80,6 +80,7 @@ declare const DescribeResourceGroupsCommand_base: {
80
80
  * @throws {@link InspectorServiceException}
81
81
  * <p>Base exception class for all service exceptions from Inspector service.</p>
82
82
  *
83
+ * @public
83
84
  * @example Describe resource groups
84
85
  * ```javascript
85
86
  * // Describes the resource groups that are specified by the ARNs of the resource groups.
@@ -22,10 +22,10 @@ export interface DescribeRulesPackagesCommandOutput extends DescribeRulesPackage
22
22
  }
23
23
  declare const DescribeRulesPackagesCommand_base: {
24
24
  new (input: DescribeRulesPackagesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRulesPackagesCommandInput, DescribeRulesPackagesCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeRulesPackagesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRulesPackagesCommandInput, DescribeRulesPackagesCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the rules packages that are specified by the ARNs of the rules
30
30
  * packages.</p>
31
31
  * @example
@@ -78,6 +78,7 @@ declare const DescribeRulesPackagesCommand_base: {
78
78
  * @throws {@link InspectorServiceException}
79
79
  * <p>Base exception class for all service exceptions from Inspector service.</p>
80
80
  *
81
+ * @public
81
82
  * @example Describe rules packages
82
83
  * ```javascript
83
84
  * // Describes the rules packages that are specified by the ARNs of the rules packages.
@@ -22,10 +22,10 @@ export interface GetAssessmentReportCommandOutput extends GetAssessmentReportRes
22
22
  }
23
23
  declare const GetAssessmentReportCommand_base: {
24
24
  new (input: GetAssessmentReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssessmentReportCommandInput, GetAssessmentReportCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetAssessmentReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssessmentReportCommandInput, GetAssessmentReportCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Produces an assessment report that includes detailed and comprehensive results of a
30
30
  * specified assessment run. </p>
31
31
  * @example
@@ -85,6 +85,7 @@ declare const GetAssessmentReportCommand_base: {
85
85
  * @throws {@link InspectorServiceException}
86
86
  * <p>Base exception class for all service exceptions from Inspector service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class GetAssessmentReportCommand extends GetAssessmentReportCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface GetExclusionsPreviewCommandOutput extends GetExclusionsPreviewR
22
22
  }
23
23
  declare const GetExclusionsPreviewCommand_base: {
24
24
  new (input: GetExclusionsPreviewCommandInput): import("@smithy/smithy-client").CommandImpl<GetExclusionsPreviewCommandInput, GetExclusionsPreviewCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetExclusionsPreviewCommandInput): import("@smithy/smithy-client").CommandImpl<GetExclusionsPreviewCommandInput, GetExclusionsPreviewCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the exclusions preview (a list of ExclusionPreview objects) specified by
30
30
  * the preview token. You can obtain the preview token by running the CreateExclusionsPreview
31
31
  * API.</p>
@@ -93,6 +93,7 @@ declare const GetExclusionsPreviewCommand_base: {
93
93
  * @throws {@link InspectorServiceException}
94
94
  * <p>Base exception class for all service exceptions from Inspector service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class GetExclusionsPreviewCommand extends GetExclusionsPreviewCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface GetTelemetryMetadataCommandOutput extends GetTelemetryMetadataR
22
22
  }
23
23
  declare const GetTelemetryMetadataCommand_base: {
24
24
  new (input: GetTelemetryMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetTelemetryMetadataCommandInput, GetTelemetryMetadataCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetTelemetryMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetTelemetryMetadataCommandInput, GetTelemetryMetadataCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Information about the data that is collected for the specified assessment
30
30
  * run.</p>
31
31
  * @example
@@ -74,6 +74,7 @@ declare const GetTelemetryMetadataCommand_base: {
74
74
  * @throws {@link InspectorServiceException}
75
75
  * <p>Base exception class for all service exceptions from Inspector service.</p>
76
76
  *
77
+ * @public
77
78
  * @example Get telemetry metadata
78
79
  * ```javascript
79
80
  * // Information about the data that is collected for the specified assessment run.
@@ -22,10 +22,10 @@ export interface ListAssessmentRunAgentsCommandOutput extends ListAssessmentRunA
22
22
  }
23
23
  declare const ListAssessmentRunAgentsCommand_base: {
24
24
  new (input: ListAssessmentRunAgentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssessmentRunAgentsCommandInput, ListAssessmentRunAgentsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListAssessmentRunAgentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssessmentRunAgentsCommandInput, ListAssessmentRunAgentsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the agents of the assessment runs that are specified by the ARNs of the
30
30
  * assessment runs.</p>
31
31
  * @example
@@ -95,6 +95,7 @@ declare const ListAssessmentRunAgentsCommand_base: {
95
95
  * @throws {@link InspectorServiceException}
96
96
  * <p>Base exception class for all service exceptions from Inspector service.</p>
97
97
  *
98
+ * @public
98
99
  * @example List assessment run agents
99
100
  * ```javascript
100
101
  * // Lists the agents of the assessment runs that are specified by the ARNs of the assessment runs.
@@ -22,10 +22,10 @@ export interface ListAssessmentRunsCommandOutput extends ListAssessmentRunsRespo
22
22
  }
23
23
  declare const ListAssessmentRunsCommand_base: {
24
24
  new (input: ListAssessmentRunsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssessmentRunsCommandInput, ListAssessmentRunsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListAssessmentRunsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAssessmentRunsCommandInput, ListAssessmentRunsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the assessment runs that correspond to the assessment templates that are
30
30
  * specified by the ARNs of the assessment templates.</p>
31
31
  * @example
@@ -100,6 +100,7 @@ declare const ListAssessmentRunsCommand_base: {
100
100
  * @throws {@link InspectorServiceException}
101
101
  * <p>Base exception class for all service exceptions from Inspector service.</p>
102
102
  *
103
+ * @public
103
104
  * @example List assessment runs
104
105
  * ```javascript
105
106
  * // Lists the assessment runs that correspond to the assessment templates that are specified by the ARNs of the assessment templates.
@@ -22,10 +22,10 @@ export interface ListAssessmentTargetsCommandOutput extends ListAssessmentTarget
22
22
  }
23
23
  declare const ListAssessmentTargetsCommand_base: {
24
24
  new (input: ListAssessmentTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssessmentTargetsCommandInput, ListAssessmentTargetsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListAssessmentTargetsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAssessmentTargetsCommandInput, ListAssessmentTargetsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the ARNs of the assessment targets within this AWS account. For more
30
30
  * information about assessment targets, see <a href="https://docs.aws.amazon.com/inspector/latest/userguide/inspector_applications.html">Amazon Inspector Assessment
31
31
  * Targets</a>.</p>
@@ -72,6 +72,7 @@ declare const ListAssessmentTargetsCommand_base: {
72
72
  * @throws {@link InspectorServiceException}
73
73
  * <p>Base exception class for all service exceptions from Inspector service.</p>
74
74
  *
75
+ * @public
75
76
  * @example List assessment targets
76
77
  * ```javascript
77
78
  * // Lists the ARNs of the assessment targets within this AWS account.
@@ -22,10 +22,10 @@ export interface ListAssessmentTemplatesCommandOutput extends ListAssessmentTemp
22
22
  }
23
23
  declare const ListAssessmentTemplatesCommand_base: {
24
24
  new (input: ListAssessmentTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssessmentTemplatesCommandInput, ListAssessmentTemplatesCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListAssessmentTemplatesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAssessmentTemplatesCommandInput, ListAssessmentTemplatesCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the assessment templates that correspond to the assessment targets that are
30
30
  * specified by the ARNs of the assessment targets.</p>
31
31
  * @example
@@ -85,6 +85,7 @@ declare const ListAssessmentTemplatesCommand_base: {
85
85
  * @throws {@link InspectorServiceException}
86
86
  * <p>Base exception class for all service exceptions from Inspector service.</p>
87
87
  *
88
+ * @public
88
89
  * @example List assessment templates
89
90
  * ```javascript
90
91
  * // Lists the assessment templates that correspond to the assessment targets that are specified by the ARNs of the assessment targets.
@@ -22,10 +22,10 @@ export interface ListEventSubscriptionsCommandOutput extends ListEventSubscripti
22
22
  }
23
23
  declare const ListEventSubscriptionsCommand_base: {
24
24
  new (input: ListEventSubscriptionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListEventSubscriptionsCommandInput, ListEventSubscriptionsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListEventSubscriptionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListEventSubscriptionsCommandInput, ListEventSubscriptionsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all the event subscriptions for the assessment template that is specified by
30
30
  * the ARN of the assessment template. For more information, see <a>SubscribeToEvent</a> and <a>UnsubscribeFromEvent</a>.</p>
31
31
  * @example
@@ -82,6 +82,7 @@ declare const ListEventSubscriptionsCommand_base: {
82
82
  * @throws {@link InspectorServiceException}
83
83
  * <p>Base exception class for all service exceptions from Inspector service.</p>
84
84
  *
85
+ * @public
85
86
  * @example List event subscriptions
86
87
  * ```javascript
87
88
  * // Lists all the event subscriptions for the assessment template that is specified by the ARN of the assessment template.
@@ -22,10 +22,10 @@ export interface ListExclusionsCommandOutput extends ListExclusionsResponse, __M
22
22
  }
23
23
  declare const ListExclusionsCommand_base: {
24
24
  new (input: ListExclusionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListExclusionsCommandInput, ListExclusionsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListExclusionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListExclusionsCommandInput, ListExclusionsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>List exclusions that are generated by the assessment run.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -72,6 +72,7 @@ declare const ListExclusionsCommand_base: {
72
72
  * @throws {@link InspectorServiceException}
73
73
  * <p>Base exception class for all service exceptions from Inspector service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class ListExclusionsCommand extends ListExclusionsCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface ListFindingsCommandOutput extends ListFindingsResponse, __Metad
22
22
  }
23
23
  declare const ListFindingsCommand_base: {
24
24
  new (input: ListFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFindingsCommandInput, ListFindingsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListFindingsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListFindingsCommandInput, ListFindingsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists findings that are generated by the assessment runs that are specified by the
30
30
  * ARNs of the assessment runs.</p>
31
31
  * @example
@@ -108,6 +108,7 @@ declare const ListFindingsCommand_base: {
108
108
  * @throws {@link InspectorServiceException}
109
109
  * <p>Base exception class for all service exceptions from Inspector service.</p>
110
110
  *
111
+ * @public
111
112
  * @example List findings
112
113
  * ```javascript
113
114
  * // Lists findings that are generated by the assessment runs that are specified by the ARNs of the assessment runs.