@aws-sdk/client-inspector 3.478.0 → 3.481.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 (153) hide show
  1. package/dist-cjs/commands/AddAttributesToFindingsCommand.js +18 -41
  2. package/dist-cjs/commands/CreateAssessmentTargetCommand.js +18 -41
  3. package/dist-cjs/commands/CreateAssessmentTemplateCommand.js +18 -41
  4. package/dist-cjs/commands/CreateExclusionsPreviewCommand.js +18 -41
  5. package/dist-cjs/commands/CreateResourceGroupCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteAssessmentRunCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteAssessmentTargetCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteAssessmentTemplateCommand.js +18 -41
  9. package/dist-cjs/commands/DescribeAssessmentRunsCommand.js +18 -41
  10. package/dist-cjs/commands/DescribeAssessmentTargetsCommand.js +18 -41
  11. package/dist-cjs/commands/DescribeAssessmentTemplatesCommand.js +18 -41
  12. package/dist-cjs/commands/DescribeCrossAccountAccessRoleCommand.js +18 -41
  13. package/dist-cjs/commands/DescribeExclusionsCommand.js +18 -41
  14. package/dist-cjs/commands/DescribeFindingsCommand.js +18 -41
  15. package/dist-cjs/commands/DescribeResourceGroupsCommand.js +18 -41
  16. package/dist-cjs/commands/DescribeRulesPackagesCommand.js +18 -41
  17. package/dist-cjs/commands/GetAssessmentReportCommand.js +18 -41
  18. package/dist-cjs/commands/GetExclusionsPreviewCommand.js +18 -41
  19. package/dist-cjs/commands/GetTelemetryMetadataCommand.js +18 -41
  20. package/dist-cjs/commands/ListAssessmentRunAgentsCommand.js +18 -41
  21. package/dist-cjs/commands/ListAssessmentRunsCommand.js +18 -41
  22. package/dist-cjs/commands/ListAssessmentTargetsCommand.js +18 -41
  23. package/dist-cjs/commands/ListAssessmentTemplatesCommand.js +18 -41
  24. package/dist-cjs/commands/ListEventSubscriptionsCommand.js +18 -41
  25. package/dist-cjs/commands/ListExclusionsCommand.js +18 -41
  26. package/dist-cjs/commands/ListFindingsCommand.js +18 -41
  27. package/dist-cjs/commands/ListRulesPackagesCommand.js +18 -41
  28. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  29. package/dist-cjs/commands/PreviewAgentsCommand.js +18 -41
  30. package/dist-cjs/commands/RegisterCrossAccountAccessRoleCommand.js +18 -41
  31. package/dist-cjs/commands/RemoveAttributesFromFindingsCommand.js +18 -41
  32. package/dist-cjs/commands/SetTagsForResourceCommand.js +18 -41
  33. package/dist-cjs/commands/StartAssessmentRunCommand.js +18 -41
  34. package/dist-cjs/commands/StopAssessmentRunCommand.js +18 -41
  35. package/dist-cjs/commands/SubscribeToEventCommand.js +18 -41
  36. package/dist-cjs/commands/UnsubscribeFromEventCommand.js +18 -41
  37. package/dist-cjs/commands/UpdateAssessmentTargetCommand.js +18 -41
  38. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  39. package/dist-es/commands/AddAttributesToFindingsCommand.js +18 -41
  40. package/dist-es/commands/CreateAssessmentTargetCommand.js +18 -41
  41. package/dist-es/commands/CreateAssessmentTemplateCommand.js +18 -41
  42. package/dist-es/commands/CreateExclusionsPreviewCommand.js +18 -41
  43. package/dist-es/commands/CreateResourceGroupCommand.js +18 -41
  44. package/dist-es/commands/DeleteAssessmentRunCommand.js +18 -41
  45. package/dist-es/commands/DeleteAssessmentTargetCommand.js +18 -41
  46. package/dist-es/commands/DeleteAssessmentTemplateCommand.js +18 -41
  47. package/dist-es/commands/DescribeAssessmentRunsCommand.js +18 -41
  48. package/dist-es/commands/DescribeAssessmentTargetsCommand.js +18 -41
  49. package/dist-es/commands/DescribeAssessmentTemplatesCommand.js +18 -41
  50. package/dist-es/commands/DescribeCrossAccountAccessRoleCommand.js +18 -41
  51. package/dist-es/commands/DescribeExclusionsCommand.js +18 -41
  52. package/dist-es/commands/DescribeFindingsCommand.js +18 -41
  53. package/dist-es/commands/DescribeResourceGroupsCommand.js +18 -41
  54. package/dist-es/commands/DescribeRulesPackagesCommand.js +18 -41
  55. package/dist-es/commands/GetAssessmentReportCommand.js +18 -41
  56. package/dist-es/commands/GetExclusionsPreviewCommand.js +18 -41
  57. package/dist-es/commands/GetTelemetryMetadataCommand.js +18 -41
  58. package/dist-es/commands/ListAssessmentRunAgentsCommand.js +18 -41
  59. package/dist-es/commands/ListAssessmentRunsCommand.js +18 -41
  60. package/dist-es/commands/ListAssessmentTargetsCommand.js +18 -41
  61. package/dist-es/commands/ListAssessmentTemplatesCommand.js +18 -41
  62. package/dist-es/commands/ListEventSubscriptionsCommand.js +18 -41
  63. package/dist-es/commands/ListExclusionsCommand.js +18 -41
  64. package/dist-es/commands/ListFindingsCommand.js +18 -41
  65. package/dist-es/commands/ListRulesPackagesCommand.js +18 -41
  66. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  67. package/dist-es/commands/PreviewAgentsCommand.js +18 -41
  68. package/dist-es/commands/RegisterCrossAccountAccessRoleCommand.js +18 -41
  69. package/dist-es/commands/RemoveAttributesFromFindingsCommand.js +18 -41
  70. package/dist-es/commands/SetTagsForResourceCommand.js +18 -41
  71. package/dist-es/commands/StartAssessmentRunCommand.js +18 -41
  72. package/dist-es/commands/StopAssessmentRunCommand.js +18 -41
  73. package/dist-es/commands/SubscribeToEventCommand.js +18 -41
  74. package/dist-es/commands/UnsubscribeFromEventCommand.js +18 -41
  75. package/dist-es/commands/UpdateAssessmentTargetCommand.js +18 -41
  76. package/dist-es/endpoint/EndpointParameters.js +6 -0
  77. package/dist-types/commands/AddAttributesToFindingsCommand.d.ts +6 -21
  78. package/dist-types/commands/CreateAssessmentTargetCommand.d.ts +6 -21
  79. package/dist-types/commands/CreateAssessmentTemplateCommand.d.ts +6 -21
  80. package/dist-types/commands/CreateExclusionsPreviewCommand.d.ts +6 -21
  81. package/dist-types/commands/CreateResourceGroupCommand.d.ts +6 -21
  82. package/dist-types/commands/DeleteAssessmentRunCommand.d.ts +6 -21
  83. package/dist-types/commands/DeleteAssessmentTargetCommand.d.ts +6 -21
  84. package/dist-types/commands/DeleteAssessmentTemplateCommand.d.ts +6 -21
  85. package/dist-types/commands/DescribeAssessmentRunsCommand.d.ts +6 -21
  86. package/dist-types/commands/DescribeAssessmentTargetsCommand.d.ts +6 -21
  87. package/dist-types/commands/DescribeAssessmentTemplatesCommand.d.ts +6 -21
  88. package/dist-types/commands/DescribeCrossAccountAccessRoleCommand.d.ts +6 -21
  89. package/dist-types/commands/DescribeExclusionsCommand.d.ts +6 -21
  90. package/dist-types/commands/DescribeFindingsCommand.d.ts +6 -21
  91. package/dist-types/commands/DescribeResourceGroupsCommand.d.ts +6 -21
  92. package/dist-types/commands/DescribeRulesPackagesCommand.d.ts +6 -21
  93. package/dist-types/commands/GetAssessmentReportCommand.d.ts +6 -21
  94. package/dist-types/commands/GetExclusionsPreviewCommand.d.ts +6 -21
  95. package/dist-types/commands/GetTelemetryMetadataCommand.d.ts +6 -21
  96. package/dist-types/commands/ListAssessmentRunAgentsCommand.d.ts +6 -21
  97. package/dist-types/commands/ListAssessmentRunsCommand.d.ts +6 -21
  98. package/dist-types/commands/ListAssessmentTargetsCommand.d.ts +6 -21
  99. package/dist-types/commands/ListAssessmentTemplatesCommand.d.ts +6 -21
  100. package/dist-types/commands/ListEventSubscriptionsCommand.d.ts +6 -21
  101. package/dist-types/commands/ListExclusionsCommand.d.ts +6 -21
  102. package/dist-types/commands/ListFindingsCommand.d.ts +6 -21
  103. package/dist-types/commands/ListRulesPackagesCommand.d.ts +6 -21
  104. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  105. package/dist-types/commands/PreviewAgentsCommand.d.ts +6 -21
  106. package/dist-types/commands/RegisterCrossAccountAccessRoleCommand.d.ts +6 -21
  107. package/dist-types/commands/RemoveAttributesFromFindingsCommand.d.ts +6 -21
  108. package/dist-types/commands/SetTagsForResourceCommand.d.ts +6 -21
  109. package/dist-types/commands/StartAssessmentRunCommand.d.ts +6 -21
  110. package/dist-types/commands/StopAssessmentRunCommand.d.ts +6 -21
  111. package/dist-types/commands/SubscribeToEventCommand.d.ts +6 -21
  112. package/dist-types/commands/UnsubscribeFromEventCommand.d.ts +6 -21
  113. package/dist-types/commands/UpdateAssessmentTargetCommand.d.ts +6 -21
  114. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  115. package/dist-types/ts3.4/commands/AddAttributesToFindingsCommand.d.ts +12 -24
  116. package/dist-types/ts3.4/commands/CreateAssessmentTargetCommand.d.ts +12 -24
  117. package/dist-types/ts3.4/commands/CreateAssessmentTemplateCommand.d.ts +12 -24
  118. package/dist-types/ts3.4/commands/CreateExclusionsPreviewCommand.d.ts +12 -24
  119. package/dist-types/ts3.4/commands/CreateResourceGroupCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/DeleteAssessmentRunCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/DeleteAssessmentTargetCommand.d.ts +12 -24
  122. package/dist-types/ts3.4/commands/DeleteAssessmentTemplateCommand.d.ts +12 -24
  123. package/dist-types/ts3.4/commands/DescribeAssessmentRunsCommand.d.ts +12 -24
  124. package/dist-types/ts3.4/commands/DescribeAssessmentTargetsCommand.d.ts +12 -24
  125. package/dist-types/ts3.4/commands/DescribeAssessmentTemplatesCommand.d.ts +12 -24
  126. package/dist-types/ts3.4/commands/DescribeCrossAccountAccessRoleCommand.d.ts +12 -24
  127. package/dist-types/ts3.4/commands/DescribeExclusionsCommand.d.ts +14 -23
  128. package/dist-types/ts3.4/commands/DescribeFindingsCommand.d.ts +14 -23
  129. package/dist-types/ts3.4/commands/DescribeResourceGroupsCommand.d.ts +12 -24
  130. package/dist-types/ts3.4/commands/DescribeRulesPackagesCommand.d.ts +12 -24
  131. package/dist-types/ts3.4/commands/GetAssessmentReportCommand.d.ts +14 -23
  132. package/dist-types/ts3.4/commands/GetExclusionsPreviewCommand.d.ts +12 -24
  133. package/dist-types/ts3.4/commands/GetTelemetryMetadataCommand.d.ts +12 -24
  134. package/dist-types/ts3.4/commands/ListAssessmentRunAgentsCommand.d.ts +12 -24
  135. package/dist-types/ts3.4/commands/ListAssessmentRunsCommand.d.ts +14 -23
  136. package/dist-types/ts3.4/commands/ListAssessmentTargetsCommand.d.ts +12 -24
  137. package/dist-types/ts3.4/commands/ListAssessmentTemplatesCommand.d.ts +12 -24
  138. package/dist-types/ts3.4/commands/ListEventSubscriptionsCommand.d.ts +12 -24
  139. package/dist-types/ts3.4/commands/ListExclusionsCommand.d.ts +14 -23
  140. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +14 -23
  141. package/dist-types/ts3.4/commands/ListRulesPackagesCommand.d.ts +14 -23
  142. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  143. package/dist-types/ts3.4/commands/PreviewAgentsCommand.d.ts +14 -23
  144. package/dist-types/ts3.4/commands/RegisterCrossAccountAccessRoleCommand.d.ts +12 -24
  145. package/dist-types/ts3.4/commands/RemoveAttributesFromFindingsCommand.d.ts +12 -24
  146. package/dist-types/ts3.4/commands/SetTagsForResourceCommand.d.ts +14 -23
  147. package/dist-types/ts3.4/commands/StartAssessmentRunCommand.d.ts +14 -23
  148. package/dist-types/ts3.4/commands/StopAssessmentRunCommand.d.ts +14 -23
  149. package/dist-types/ts3.4/commands/SubscribeToEventCommand.d.ts +14 -23
  150. package/dist-types/ts3.4/commands/UnsubscribeFromEventCommand.d.ts +12 -24
  151. package/dist-types/ts3.4/commands/UpdateAssessmentTargetCommand.d.ts +12 -24
  152. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  153. package/package.json +9 -9
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
5
4
  import { ListFindingsRequest, ListFindingsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListFindingsCommandInput extends ListFindingsRequest {
21
20
  */
22
21
  export interface ListFindingsCommandOutput extends ListFindingsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListFindingsCommand_base: {
24
+ new (input: ListFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<ListFindingsCommandInput, ListFindingsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists findings that are generated by the assessment runs that are specified by the
@@ -129,23 +132,5 @@ export interface ListFindingsCommandOutput extends ListFindingsResponse, __Metad
129
132
  * ```
130
133
  *
131
134
  */
132
- export declare class ListFindingsCommand extends $Command<ListFindingsCommandInput, ListFindingsCommandOutput, InspectorClientResolvedConfig> {
133
- readonly input: ListFindingsCommandInput;
134
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
135
- /**
136
- * @public
137
- */
138
- constructor(input: ListFindingsCommandInput);
139
- /**
140
- * @internal
141
- */
142
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListFindingsCommandInput, ListFindingsCommandOutput>;
143
- /**
144
- * @internal
145
- */
146
- private serialize;
147
- /**
148
- * @internal
149
- */
150
- private deserialize;
135
+ export declare class ListFindingsCommand extends ListFindingsCommand_base {
151
136
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
5
4
  import { ListRulesPackagesRequest, ListRulesPackagesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListRulesPackagesCommandInput extends ListRulesPackagesRequest
21
20
  */
22
21
  export interface ListRulesPackagesCommandOutput extends ListRulesPackagesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListRulesPackagesCommand_base: {
24
+ new (input: ListRulesPackagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListRulesPackagesCommandInput, ListRulesPackagesCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all available Amazon Inspector rules packages.</p>
@@ -87,23 +90,5 @@ export interface ListRulesPackagesCommandOutput extends ListRulesPackagesRespons
87
90
  * ```
88
91
  *
89
92
  */
90
- export declare class ListRulesPackagesCommand extends $Command<ListRulesPackagesCommandInput, ListRulesPackagesCommandOutput, InspectorClientResolvedConfig> {
91
- readonly input: ListRulesPackagesCommandInput;
92
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
93
- /**
94
- * @public
95
- */
96
- constructor(input: ListRulesPackagesCommandInput);
97
- /**
98
- * @internal
99
- */
100
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRulesPackagesCommandInput, ListRulesPackagesCommandOutput>;
101
- /**
102
- * @internal
103
- */
104
- private serialize;
105
- /**
106
- * @internal
107
- */
108
- private deserialize;
93
+ export declare class ListRulesPackagesCommand extends ListRulesPackagesCommand_base {
109
94
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
5
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists all tags associated with an assessment template.</p>
@@ -91,23 +94,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
91
94
  * ```
92
95
  *
93
96
  */
94
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, InspectorClientResolvedConfig> {
95
- readonly input: ListTagsForResourceCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: ListTagsForResourceCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
113
98
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
5
4
  import { PreviewAgentsRequest, PreviewAgentsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface PreviewAgentsCommandInput extends PreviewAgentsRequest {
21
20
  */
22
21
  export interface PreviewAgentsCommandOutput extends PreviewAgentsResponse, __MetadataBearer {
23
22
  }
23
+ declare const PreviewAgentsCommand_base: {
24
+ new (input: PreviewAgentsCommandInput): import("@smithy/smithy-client").CommandImpl<PreviewAgentsCommandInput, PreviewAgentsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Previews the agents installed on the EC2 instances that are part of the specified
@@ -106,23 +109,5 @@ export interface PreviewAgentsCommandOutput extends PreviewAgentsResponse, __Met
106
109
  * ```
107
110
  *
108
111
  */
109
- export declare class PreviewAgentsCommand extends $Command<PreviewAgentsCommandInput, PreviewAgentsCommandOutput, InspectorClientResolvedConfig> {
110
- readonly input: PreviewAgentsCommandInput;
111
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
112
- /**
113
- * @public
114
- */
115
- constructor(input: PreviewAgentsCommandInput);
116
- /**
117
- * @internal
118
- */
119
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PreviewAgentsCommandInput, PreviewAgentsCommandOutput>;
120
- /**
121
- * @internal
122
- */
123
- private serialize;
124
- /**
125
- * @internal
126
- */
127
- private deserialize;
112
+ export declare class PreviewAgentsCommand extends PreviewAgentsCommand_base {
128
113
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
5
4
  import { RegisterCrossAccountAccessRoleRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RegisterCrossAccountAccessRoleCommandInput extends RegisterCros
21
20
  */
22
21
  export interface RegisterCrossAccountAccessRoleCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const RegisterCrossAccountAccessRoleCommand_base: {
24
+ new (input: RegisterCrossAccountAccessRoleCommandInput): import("@smithy/smithy-client").CommandImpl<RegisterCrossAccountAccessRoleCommandInput, RegisterCrossAccountAccessRoleCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Registers the IAM role that grants Amazon Inspector access to AWS Services needed to
@@ -78,23 +81,5 @@ export interface RegisterCrossAccountAccessRoleCommandOutput extends __MetadataB
78
81
  * ```
79
82
  *
80
83
  */
81
- export declare class RegisterCrossAccountAccessRoleCommand extends $Command<RegisterCrossAccountAccessRoleCommandInput, RegisterCrossAccountAccessRoleCommandOutput, InspectorClientResolvedConfig> {
82
- readonly input: RegisterCrossAccountAccessRoleCommandInput;
83
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
84
- /**
85
- * @public
86
- */
87
- constructor(input: RegisterCrossAccountAccessRoleCommandInput);
88
- /**
89
- * @internal
90
- */
91
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RegisterCrossAccountAccessRoleCommandInput, RegisterCrossAccountAccessRoleCommandOutput>;
92
- /**
93
- * @internal
94
- */
95
- private serialize;
96
- /**
97
- * @internal
98
- */
99
- private deserialize;
84
+ export declare class RegisterCrossAccountAccessRoleCommand extends RegisterCrossAccountAccessRoleCommand_base {
100
85
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
5
4
  import { RemoveAttributesFromFindingsRequest, RemoveAttributesFromFindingsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RemoveAttributesFromFindingsCommandInput extends RemoveAttribut
21
20
  */
22
21
  export interface RemoveAttributesFromFindingsCommandOutput extends RemoveAttributesFromFindingsResponse, __MetadataBearer {
23
22
  }
23
+ declare const RemoveAttributesFromFindingsCommand_base: {
24
+ new (input: RemoveAttributesFromFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveAttributesFromFindingsCommandInput, RemoveAttributesFromFindingsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Removes entire attributes (key and value pairs) from the findings that are specified
@@ -100,23 +103,5 @@ export interface RemoveAttributesFromFindingsCommandOutput extends RemoveAttribu
100
103
  * ```
101
104
  *
102
105
  */
103
- export declare class RemoveAttributesFromFindingsCommand extends $Command<RemoveAttributesFromFindingsCommandInput, RemoveAttributesFromFindingsCommandOutput, InspectorClientResolvedConfig> {
104
- readonly input: RemoveAttributesFromFindingsCommandInput;
105
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
- /**
107
- * @public
108
- */
109
- constructor(input: RemoveAttributesFromFindingsCommandInput);
110
- /**
111
- * @internal
112
- */
113
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveAttributesFromFindingsCommandInput, RemoveAttributesFromFindingsCommandOutput>;
114
- /**
115
- * @internal
116
- */
117
- private serialize;
118
- /**
119
- * @internal
120
- */
121
- private deserialize;
106
+ export declare class RemoveAttributesFromFindingsCommand extends RemoveAttributesFromFindingsCommand_base {
122
107
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
5
4
  import { SetTagsForResourceRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SetTagsForResourceCommandInput extends SetTagsForResourceReques
21
20
  */
22
21
  export interface SetTagsForResourceCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const SetTagsForResourceCommand_base: {
24
+ new (input: SetTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<SetTagsForResourceCommandInput, SetTagsForResourceCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Sets tags (key and value pairs) to the assessment template that is specified by the
@@ -90,23 +93,5 @@ export interface SetTagsForResourceCommandOutput extends __MetadataBearer {
90
93
  * ```
91
94
  *
92
95
  */
93
- export declare class SetTagsForResourceCommand extends $Command<SetTagsForResourceCommandInput, SetTagsForResourceCommandOutput, InspectorClientResolvedConfig> {
94
- readonly input: SetTagsForResourceCommandInput;
95
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
96
- /**
97
- * @public
98
- */
99
- constructor(input: SetTagsForResourceCommandInput);
100
- /**
101
- * @internal
102
- */
103
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetTagsForResourceCommandInput, SetTagsForResourceCommandOutput>;
104
- /**
105
- * @internal
106
- */
107
- private serialize;
108
- /**
109
- * @internal
110
- */
111
- private deserialize;
96
+ export declare class SetTagsForResourceCommand extends SetTagsForResourceCommand_base {
112
97
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
5
4
  import { StartAssessmentRunRequest, StartAssessmentRunResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartAssessmentRunCommandInput extends StartAssessmentRunReques
21
20
  */
22
21
  export interface StartAssessmentRunCommandOutput extends StartAssessmentRunResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartAssessmentRunCommand_base: {
24
+ new (input: StartAssessmentRunCommandInput): import("@smithy/smithy-client").CommandImpl<StartAssessmentRunCommandInput, StartAssessmentRunCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts the assessment run specified by the ARN of the assessment template. For this
@@ -100,23 +103,5 @@ export interface StartAssessmentRunCommandOutput extends StartAssessmentRunRespo
100
103
  * ```
101
104
  *
102
105
  */
103
- export declare class StartAssessmentRunCommand extends $Command<StartAssessmentRunCommandInput, StartAssessmentRunCommandOutput, InspectorClientResolvedConfig> {
104
- readonly input: StartAssessmentRunCommandInput;
105
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
- /**
107
- * @public
108
- */
109
- constructor(input: StartAssessmentRunCommandInput);
110
- /**
111
- * @internal
112
- */
113
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartAssessmentRunCommandInput, StartAssessmentRunCommandOutput>;
114
- /**
115
- * @internal
116
- */
117
- private serialize;
118
- /**
119
- * @internal
120
- */
121
- private deserialize;
106
+ export declare class StartAssessmentRunCommand extends StartAssessmentRunCommand_base {
122
107
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
5
4
  import { StopAssessmentRunRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StopAssessmentRunCommandInput extends StopAssessmentRunRequest
21
20
  */
22
21
  export interface StopAssessmentRunCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const StopAssessmentRunCommand_base: {
24
+ new (input: StopAssessmentRunCommandInput): import("@smithy/smithy-client").CommandImpl<StopAssessmentRunCommandInput, StopAssessmentRunCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Stops the assessment run that is specified by the ARN of the assessment
@@ -79,23 +82,5 @@ export interface StopAssessmentRunCommandOutput extends __MetadataBearer {
79
82
  * ```
80
83
  *
81
84
  */
82
- export declare class StopAssessmentRunCommand extends $Command<StopAssessmentRunCommandInput, StopAssessmentRunCommandOutput, InspectorClientResolvedConfig> {
83
- readonly input: StopAssessmentRunCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: StopAssessmentRunCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopAssessmentRunCommandInput, StopAssessmentRunCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class StopAssessmentRunCommand extends StopAssessmentRunCommand_base {
101
86
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
5
4
  import { SubscribeToEventRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SubscribeToEventCommandInput extends SubscribeToEventRequest {
21
20
  */
22
21
  export interface SubscribeToEventCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const SubscribeToEventCommand_base: {
24
+ new (input: SubscribeToEventCommandInput): import("@smithy/smithy-client").CommandImpl<SubscribeToEventCommandInput, SubscribeToEventCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Enables the process of sending Amazon Simple Notification Service (SNS) notifications
@@ -86,23 +89,5 @@ export interface SubscribeToEventCommandOutput extends __MetadataBearer {
86
89
  * ```
87
90
  *
88
91
  */
89
- export declare class SubscribeToEventCommand extends $Command<SubscribeToEventCommandInput, SubscribeToEventCommandOutput, InspectorClientResolvedConfig> {
90
- readonly input: SubscribeToEventCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: SubscribeToEventCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SubscribeToEventCommandInput, SubscribeToEventCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class SubscribeToEventCommand extends SubscribeToEventCommand_base {
108
93
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
5
4
  import { UnsubscribeFromEventRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UnsubscribeFromEventCommandInput extends UnsubscribeFromEventRe
21
20
  */
22
21
  export interface UnsubscribeFromEventCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const UnsubscribeFromEventCommand_base: {
24
+ new (input: UnsubscribeFromEventCommandInput): import("@smithy/smithy-client").CommandImpl<UnsubscribeFromEventCommandInput, UnsubscribeFromEventCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Disables the process of sending Amazon Simple Notification Service (SNS)
@@ -82,23 +85,5 @@ export interface UnsubscribeFromEventCommandOutput extends __MetadataBearer {
82
85
  * ```
83
86
  *
84
87
  */
85
- export declare class UnsubscribeFromEventCommand extends $Command<UnsubscribeFromEventCommandInput, UnsubscribeFromEventCommandOutput, InspectorClientResolvedConfig> {
86
- readonly input: UnsubscribeFromEventCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: UnsubscribeFromEventCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UnsubscribeFromEventCommandInput, UnsubscribeFromEventCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class UnsubscribeFromEventCommand extends UnsubscribeFromEventCommand_base {
104
89
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
5
4
  import { UpdateAssessmentTargetRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateAssessmentTargetCommandInput extends UpdateAssessmentTarg
21
20
  */
22
21
  export interface UpdateAssessmentTargetCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const UpdateAssessmentTargetCommand_base: {
24
+ new (input: UpdateAssessmentTargetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAssessmentTargetCommandInput, UpdateAssessmentTargetCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Updates the assessment target that is specified by the ARN of the assessment
@@ -84,23 +87,5 @@ export interface UpdateAssessmentTargetCommandOutput extends __MetadataBearer {
84
87
  * ```
85
88
  *
86
89
  */
87
- export declare class UpdateAssessmentTargetCommand extends $Command<UpdateAssessmentTargetCommandInput, UpdateAssessmentTargetCommandOutput, InspectorClientResolvedConfig> {
88
- readonly input: UpdateAssessmentTargetCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: UpdateAssessmentTargetCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: InspectorClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAssessmentTargetCommandInput, UpdateAssessmentTargetCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class UpdateAssessmentTargetCommand extends UpdateAssessmentTargetCommand_base {
106
91
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  InspectorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface AddAttributesToFindingsCommandInput
21
15
  export interface AddAttributesToFindingsCommandOutput
22
16
  extends AddAttributesToFindingsResponse,
23
17
  __MetadataBearer {}
24
- export declare class AddAttributesToFindingsCommand extends $Command<
25
- AddAttributesToFindingsCommandInput,
26
- AddAttributesToFindingsCommandOutput,
27
- InspectorClientResolvedConfig
28
- > {
29
- readonly input: AddAttributesToFindingsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: AddAttributesToFindingsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: InspectorClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const AddAttributesToFindingsCommand_base: {
19
+ new (
20
+ input: AddAttributesToFindingsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  AddAttributesToFindingsCommandInput,
38
- AddAttributesToFindingsCommandOutput
23
+ AddAttributesToFindingsCommandOutput,
24
+ InspectorClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class AddAttributesToFindingsCommand extends AddAttributesToFindingsCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  InspectorClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface CreateAssessmentTargetCommandInput
21
15
  export interface CreateAssessmentTargetCommandOutput
22
16
  extends CreateAssessmentTargetResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateAssessmentTargetCommand extends $Command<
25
- CreateAssessmentTargetCommandInput,
26
- CreateAssessmentTargetCommandOutput,
27
- InspectorClientResolvedConfig
28
- > {
29
- readonly input: CreateAssessmentTargetCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateAssessmentTargetCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: InspectorClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const CreateAssessmentTargetCommand_base: {
19
+ new (
20
+ input: CreateAssessmentTargetCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  CreateAssessmentTargetCommandInput,
38
- CreateAssessmentTargetCommandOutput
23
+ CreateAssessmentTargetCommandOutput,
24
+ InspectorClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateAssessmentTargetCommand extends CreateAssessmentTargetCommand_base {}