@aws-sdk/client-inspector 3.533.0 → 3.540.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 (85) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/Inspector.d.ts +8 -1
  6. package/dist-types/InspectorClient.d.ts +1 -1
  7. package/dist-types/commands/AddAttributesToFindingsCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateAssessmentTargetCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateAssessmentTemplateCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateExclusionsPreviewCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateResourceGroupCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteAssessmentRunCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteAssessmentTargetCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteAssessmentTemplateCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribeAssessmentRunsCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeAssessmentTargetsCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeAssessmentTemplatesCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeCrossAccountAccessRoleCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeExclusionsCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeFindingsCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeResourceGroupsCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeRulesPackagesCommand.d.ts +2 -1
  23. package/dist-types/commands/GetAssessmentReportCommand.d.ts +2 -1
  24. package/dist-types/commands/GetExclusionsPreviewCommand.d.ts +2 -1
  25. package/dist-types/commands/GetTelemetryMetadataCommand.d.ts +2 -1
  26. package/dist-types/commands/ListAssessmentRunAgentsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListAssessmentRunsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListAssessmentTargetsCommand.d.ts +2 -1
  29. package/dist-types/commands/ListAssessmentTemplatesCommand.d.ts +2 -1
  30. package/dist-types/commands/ListEventSubscriptionsCommand.d.ts +2 -1
  31. package/dist-types/commands/ListExclusionsCommand.d.ts +2 -1
  32. package/dist-types/commands/ListFindingsCommand.d.ts +2 -1
  33. package/dist-types/commands/ListRulesPackagesCommand.d.ts +2 -1
  34. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  35. package/dist-types/commands/PreviewAgentsCommand.d.ts +2 -1
  36. package/dist-types/commands/RegisterCrossAccountAccessRoleCommand.d.ts +2 -1
  37. package/dist-types/commands/RemoveAttributesFromFindingsCommand.d.ts +2 -1
  38. package/dist-types/commands/SetTagsForResourceCommand.d.ts +2 -1
  39. package/dist-types/commands/StartAssessmentRunCommand.d.ts +2 -1
  40. package/dist-types/commands/StopAssessmentRunCommand.d.ts +2 -1
  41. package/dist-types/commands/SubscribeToEventCommand.d.ts +2 -1
  42. package/dist-types/commands/UnsubscribeFromEventCommand.d.ts +2 -1
  43. package/dist-types/commands/UpdateAssessmentTargetCommand.d.ts +2 -1
  44. package/dist-types/index.d.ts +0 -1
  45. package/dist-types/models/models_0.d.ts +351 -351
  46. package/dist-types/ts3.4/Inspector.d.ts +7 -0
  47. package/dist-types/ts3.4/commands/AddAttributesToFindingsCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/CreateAssessmentTargetCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/CreateAssessmentTemplateCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/CreateExclusionsPreviewCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/CreateResourceGroupCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/DeleteAssessmentRunCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/DeleteAssessmentTargetCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/DeleteAssessmentTemplateCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/DescribeAssessmentRunsCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/DescribeAssessmentTargetsCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/DescribeAssessmentTemplatesCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/DescribeCrossAccountAccessRoleCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/DescribeExclusionsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/DescribeFindingsCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/DescribeResourceGroupsCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/DescribeRulesPackagesCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/GetAssessmentReportCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/GetExclusionsPreviewCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/GetTelemetryMetadataCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/ListAssessmentRunAgentsCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/ListAssessmentRunsCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/ListAssessmentTargetsCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/ListAssessmentTemplatesCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/ListEventSubscriptionsCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/ListExclusionsCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/ListRulesPackagesCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/PreviewAgentsCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/RegisterCrossAccountAccessRoleCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/RemoveAttributesFromFindingsCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/SetTagsForResourceCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/StartAssessmentRunCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/StopAssessmentRunCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/SubscribeToEventCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/UnsubscribeFromEventCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/UpdateAssessmentTargetCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/index.d.ts +0 -1
  85. package/package.json +40 -40
@@ -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.
@@ -22,10 +22,10 @@ export interface ListRulesPackagesCommandOutput extends ListRulesPackagesRespons
22
22
  }
23
23
  declare const ListRulesPackagesCommand_base: {
24
24
  new (input: ListRulesPackagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRulesPackagesCommandInput, ListRulesPackagesCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListRulesPackagesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListRulesPackagesCommandInput, ListRulesPackagesCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all available Amazon Inspector rules packages.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const ListRulesPackagesCommand_base: {
67
67
  * @throws {@link InspectorServiceException}
68
68
  * <p>Base exception class for all service exceptions from Inspector service.</p>
69
69
  *
70
+ * @public
70
71
  * @example List rules packages
71
72
  * ```javascript
72
73
  * // Lists all available Amazon Inspector rules packages.
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists all tags associated with an assessment template.</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 ListTagsForResourceCommand_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 tags for resource
76
77
  * ```javascript
77
78
  * // Lists all tags associated with an assessment template.
@@ -22,10 +22,10 @@ export interface PreviewAgentsCommandOutput extends PreviewAgentsResponse, __Met
22
22
  }
23
23
  declare const PreviewAgentsCommand_base: {
24
24
  new (input: PreviewAgentsCommandInput): import("@smithy/smithy-client").CommandImpl<PreviewAgentsCommandInput, PreviewAgentsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PreviewAgentsCommandInput): import("@smithy/smithy-client").CommandImpl<PreviewAgentsCommandInput, PreviewAgentsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Previews the agents installed on the EC2 instances that are part of the specified
30
30
  * assessment target.</p>
31
31
  * @example
@@ -86,6 +86,7 @@ declare const PreviewAgentsCommand_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 Preview agents
90
91
  * ```javascript
91
92
  * // Previews the agents installed on the EC2 instances that are part of the specified assessment target.
@@ -22,10 +22,10 @@ export interface RegisterCrossAccountAccessRoleCommandOutput extends __MetadataB
22
22
  }
23
23
  declare const RegisterCrossAccountAccessRoleCommand_base: {
24
24
  new (input: RegisterCrossAccountAccessRoleCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterCrossAccountAccessRoleCommandInput, RegisterCrossAccountAccessRoleCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RegisterCrossAccountAccessRoleCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterCrossAccountAccessRoleCommandInput, RegisterCrossAccountAccessRoleCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Registers the IAM role that grants Amazon Inspector access to AWS Services needed to
30
30
  * perform security assessments.</p>
31
31
  * @example
@@ -69,6 +69,7 @@ declare const RegisterCrossAccountAccessRoleCommand_base: {
69
69
  * @throws {@link InspectorServiceException}
70
70
  * <p>Base exception class for all service exceptions from Inspector service.</p>
71
71
  *
72
+ * @public
72
73
  * @example Register cross account access role
73
74
  * ```javascript
74
75
  * // Registers the IAM role that Amazon Inspector uses to list your EC2 instances at the start of the assessment run or when you call the PreviewAgents action.
@@ -22,10 +22,10 @@ export interface RemoveAttributesFromFindingsCommandOutput extends RemoveAttribu
22
22
  }
23
23
  declare const RemoveAttributesFromFindingsCommand_base: {
24
24
  new (input: RemoveAttributesFromFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveAttributesFromFindingsCommandInput, RemoveAttributesFromFindingsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RemoveAttributesFromFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveAttributesFromFindingsCommandInput, RemoveAttributesFromFindingsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes entire attributes (key and value pairs) from the findings that are specified
30
30
  * by the ARNs of the findings where an attribute with the specified key exists.</p>
31
31
  * @example
@@ -81,6 +81,7 @@ declare const RemoveAttributesFromFindingsCommand_base: {
81
81
  * @throws {@link InspectorServiceException}
82
82
  * <p>Base exception class for all service exceptions from Inspector service.</p>
83
83
  *
84
+ * @public
84
85
  * @example Remove attributes from findings
85
86
  * ```javascript
86
87
  * // Removes entire attributes (key and value pairs) from the findings that are specified by the ARNs of the findings where an attribute with the specified key exists.
@@ -22,10 +22,10 @@ export interface SetTagsForResourceCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const SetTagsForResourceCommand_base: {
24
24
  new (input: SetTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<SetTagsForResourceCommandInput, SetTagsForResourceCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SetTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<SetTagsForResourceCommandInput, SetTagsForResourceCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Sets tags (key and value pairs) to the assessment template that is specified by the
30
30
  * ARN of the assessment template.</p>
31
31
  * @example
@@ -75,6 +75,7 @@ declare const SetTagsForResourceCommand_base: {
75
75
  * @throws {@link InspectorServiceException}
76
76
  * <p>Base exception class for all service exceptions from Inspector service.</p>
77
77
  *
78
+ * @public
78
79
  * @example Set tags for resource
79
80
  * ```javascript
80
81
  * // Sets tags (key and value pairs) to the assessment template that is specified by the ARN of the assessment template.
@@ -22,10 +22,10 @@ export interface StartAssessmentRunCommandOutput extends StartAssessmentRunRespo
22
22
  }
23
23
  declare const StartAssessmentRunCommand_base: {
24
24
  new (input: StartAssessmentRunCommandInput): import("@smithy/smithy-client").CommandImpl<StartAssessmentRunCommandInput, StartAssessmentRunCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartAssessmentRunCommandInput): import("@smithy/smithy-client").CommandImpl<StartAssessmentRunCommandInput, StartAssessmentRunCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Starts the assessment run specified by the ARN of the assessment template. For this
30
30
  * API to function properly, you must not exceed the limit of running up to 500 concurrent
31
31
  * agents per AWS account.</p>
@@ -85,6 +85,7 @@ declare const StartAssessmentRunCommand_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 Start assessment run
89
90
  * ```javascript
90
91
  * // Starts the assessment run specified by the ARN of the assessment template. For this API to function properly, you must not exceed the limit of running up to 500 concurrent agents per AWS account.
@@ -22,10 +22,10 @@ export interface StopAssessmentRunCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const StopAssessmentRunCommand_base: {
24
24
  new (input: StopAssessmentRunCommandInput): import("@smithy/smithy-client").CommandImpl<StopAssessmentRunCommandInput, StopAssessmentRunCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StopAssessmentRunCommandInput): import("@smithy/smithy-client").CommandImpl<StopAssessmentRunCommandInput, StopAssessmentRunCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Stops the assessment run that is specified by the ARN of the assessment
30
30
  * run.</p>
31
31
  * @example
@@ -70,6 +70,7 @@ declare const StopAssessmentRunCommand_base: {
70
70
  * @throws {@link InspectorServiceException}
71
71
  * <p>Base exception class for all service exceptions from Inspector service.</p>
72
72
  *
73
+ * @public
73
74
  * @example Stop assessment run
74
75
  * ```javascript
75
76
  * // Stops the assessment run that is specified by the ARN of the assessment run.
@@ -22,10 +22,10 @@ export interface SubscribeToEventCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const SubscribeToEventCommand_base: {
24
24
  new (input: SubscribeToEventCommandInput): import("@smithy/smithy-client").CommandImpl<SubscribeToEventCommandInput, SubscribeToEventCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SubscribeToEventCommandInput): import("@smithy/smithy-client").CommandImpl<SubscribeToEventCommandInput, SubscribeToEventCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Enables the process of sending Amazon Simple Notification Service (SNS) notifications
30
30
  * about a specified event to a specified SNS topic.</p>
31
31
  * @example
@@ -75,6 +75,7 @@ declare const SubscribeToEventCommand_base: {
75
75
  * @throws {@link InspectorServiceException}
76
76
  * <p>Base exception class for all service exceptions from Inspector service.</p>
77
77
  *
78
+ * @public
78
79
  * @example Subscribe to event
79
80
  * ```javascript
80
81
  * // Enables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.
@@ -22,10 +22,10 @@ export interface UnsubscribeFromEventCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const UnsubscribeFromEventCommand_base: {
24
24
  new (input: UnsubscribeFromEventCommandInput): import("@smithy/smithy-client").CommandImpl<UnsubscribeFromEventCommandInput, UnsubscribeFromEventCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UnsubscribeFromEventCommandInput): import("@smithy/smithy-client").CommandImpl<UnsubscribeFromEventCommandInput, UnsubscribeFromEventCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disables the process of sending Amazon Simple Notification Service (SNS)
30
30
  * notifications about a specified event to a specified SNS topic.</p>
31
31
  * @example
@@ -71,6 +71,7 @@ declare const UnsubscribeFromEventCommand_base: {
71
71
  * @throws {@link InspectorServiceException}
72
72
  * <p>Base exception class for all service exceptions from Inspector service.</p>
73
73
  *
74
+ * @public
74
75
  * @example Unsubscribe from event
75
76
  * ```javascript
76
77
  * // Disables the process of sending Amazon Simple Notification Service (SNS) notifications about a specified event to a specified SNS topic.
@@ -22,10 +22,10 @@ export interface UpdateAssessmentTargetCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const UpdateAssessmentTargetCommand_base: {
24
24
  new (input: UpdateAssessmentTargetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAssessmentTargetCommandInput, UpdateAssessmentTargetCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateAssessmentTargetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAssessmentTargetCommandInput, UpdateAssessmentTargetCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the assessment target that is specified by the ARN of the assessment
30
30
  * target.</p>
31
31
  * <p>If resourceGroupArn is not specified, all EC2 instances in the current AWS account
@@ -73,6 +73,7 @@ declare const UpdateAssessmentTargetCommand_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 Update assessment target
77
78
  * ```javascript
78
79
  * // Updates the assessment target that is specified by the ARN of the assessment target.
@@ -14,5 +14,4 @@ export { InspectorExtensionConfiguration } from "./extensionConfiguration";
14
14
  export * from "./commands";
15
15
  export * from "./pagination";
16
16
  export * from "./models";
17
- import "@aws-sdk/util-endpoints";
18
17
  export { InspectorServiceException } from "./models/InspectorServiceException";