@aws-sdk/client-inspector 3.337.0 → 3.341.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 (161) hide show
  1. package/dist-cjs/InspectorClient.js +2 -1
  2. package/dist-cjs/commands/AddAttributesToFindingsCommand.js +2 -1
  3. package/dist-cjs/commands/CreateAssessmentTargetCommand.js +2 -1
  4. package/dist-cjs/commands/CreateAssessmentTemplateCommand.js +2 -1
  5. package/dist-cjs/commands/CreateExclusionsPreviewCommand.js +2 -1
  6. package/dist-cjs/commands/CreateResourceGroupCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteAssessmentRunCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteAssessmentTargetCommand.js +2 -1
  9. package/dist-cjs/commands/DeleteAssessmentTemplateCommand.js +2 -1
  10. package/dist-cjs/commands/DescribeAssessmentRunsCommand.js +2 -1
  11. package/dist-cjs/commands/DescribeAssessmentTargetsCommand.js +2 -1
  12. package/dist-cjs/commands/DescribeAssessmentTemplatesCommand.js +2 -1
  13. package/dist-cjs/commands/DescribeCrossAccountAccessRoleCommand.js +2 -1
  14. package/dist-cjs/commands/DescribeExclusionsCommand.js +2 -1
  15. package/dist-cjs/commands/DescribeFindingsCommand.js +2 -1
  16. package/dist-cjs/commands/DescribeResourceGroupsCommand.js +2 -1
  17. package/dist-cjs/commands/DescribeRulesPackagesCommand.js +2 -1
  18. package/dist-cjs/commands/GetAssessmentReportCommand.js +2 -1
  19. package/dist-cjs/commands/GetExclusionsPreviewCommand.js +2 -1
  20. package/dist-cjs/commands/GetTelemetryMetadataCommand.js +2 -1
  21. package/dist-cjs/commands/ListAssessmentRunAgentsCommand.js +2 -1
  22. package/dist-cjs/commands/ListAssessmentRunsCommand.js +2 -1
  23. package/dist-cjs/commands/ListAssessmentTargetsCommand.js +2 -1
  24. package/dist-cjs/commands/ListAssessmentTemplatesCommand.js +2 -1
  25. package/dist-cjs/commands/ListEventSubscriptionsCommand.js +2 -1
  26. package/dist-cjs/commands/ListExclusionsCommand.js +2 -1
  27. package/dist-cjs/commands/ListFindingsCommand.js +2 -1
  28. package/dist-cjs/commands/ListRulesPackagesCommand.js +2 -1
  29. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  30. package/dist-cjs/commands/PreviewAgentsCommand.js +2 -1
  31. package/dist-cjs/commands/RegisterCrossAccountAccessRoleCommand.js +2 -1
  32. package/dist-cjs/commands/RemoveAttributesFromFindingsCommand.js +2 -1
  33. package/dist-cjs/commands/SetTagsForResourceCommand.js +2 -1
  34. package/dist-cjs/commands/StartAssessmentRunCommand.js +2 -1
  35. package/dist-cjs/commands/StopAssessmentRunCommand.js +2 -1
  36. package/dist-cjs/commands/SubscribeToEventCommand.js +2 -1
  37. package/dist-cjs/commands/UnsubscribeFromEventCommand.js +2 -1
  38. package/dist-cjs/commands/UpdateAssessmentTargetCommand.js +2 -1
  39. package/dist-cjs/index.js +2 -2
  40. package/dist-cjs/models/InspectorServiceException.js +2 -1
  41. package/dist-es/InspectorClient.js +1 -0
  42. package/dist-es/commands/AddAttributesToFindingsCommand.js +1 -0
  43. package/dist-es/commands/CreateAssessmentTargetCommand.js +1 -0
  44. package/dist-es/commands/CreateAssessmentTemplateCommand.js +1 -0
  45. package/dist-es/commands/CreateExclusionsPreviewCommand.js +1 -0
  46. package/dist-es/commands/CreateResourceGroupCommand.js +1 -0
  47. package/dist-es/commands/DeleteAssessmentRunCommand.js +1 -0
  48. package/dist-es/commands/DeleteAssessmentTargetCommand.js +1 -0
  49. package/dist-es/commands/DeleteAssessmentTemplateCommand.js +1 -0
  50. package/dist-es/commands/DescribeAssessmentRunsCommand.js +1 -0
  51. package/dist-es/commands/DescribeAssessmentTargetsCommand.js +1 -0
  52. package/dist-es/commands/DescribeAssessmentTemplatesCommand.js +1 -0
  53. package/dist-es/commands/DescribeCrossAccountAccessRoleCommand.js +1 -0
  54. package/dist-es/commands/DescribeExclusionsCommand.js +1 -0
  55. package/dist-es/commands/DescribeFindingsCommand.js +1 -0
  56. package/dist-es/commands/DescribeResourceGroupsCommand.js +1 -0
  57. package/dist-es/commands/DescribeRulesPackagesCommand.js +1 -0
  58. package/dist-es/commands/GetAssessmentReportCommand.js +1 -0
  59. package/dist-es/commands/GetExclusionsPreviewCommand.js +1 -0
  60. package/dist-es/commands/GetTelemetryMetadataCommand.js +1 -0
  61. package/dist-es/commands/ListAssessmentRunAgentsCommand.js +1 -0
  62. package/dist-es/commands/ListAssessmentRunsCommand.js +1 -0
  63. package/dist-es/commands/ListAssessmentTargetsCommand.js +1 -0
  64. package/dist-es/commands/ListAssessmentTemplatesCommand.js +1 -0
  65. package/dist-es/commands/ListEventSubscriptionsCommand.js +1 -0
  66. package/dist-es/commands/ListExclusionsCommand.js +1 -0
  67. package/dist-es/commands/ListFindingsCommand.js +1 -0
  68. package/dist-es/commands/ListRulesPackagesCommand.js +1 -0
  69. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  70. package/dist-es/commands/PreviewAgentsCommand.js +1 -0
  71. package/dist-es/commands/RegisterCrossAccountAccessRoleCommand.js +1 -0
  72. package/dist-es/commands/RemoveAttributesFromFindingsCommand.js +1 -0
  73. package/dist-es/commands/SetTagsForResourceCommand.js +1 -0
  74. package/dist-es/commands/StartAssessmentRunCommand.js +1 -0
  75. package/dist-es/commands/StopAssessmentRunCommand.js +1 -0
  76. package/dist-es/commands/SubscribeToEventCommand.js +1 -0
  77. package/dist-es/commands/UnsubscribeFromEventCommand.js +1 -0
  78. package/dist-es/commands/UpdateAssessmentTargetCommand.js +1 -0
  79. package/dist-es/index.js +2 -2
  80. package/dist-es/models/InspectorServiceException.js +1 -0
  81. package/dist-types/InspectorClient.d.ts +3 -3
  82. package/dist-types/commands/AddAttributesToFindingsCommand.d.ts +4 -0
  83. package/dist-types/commands/CreateAssessmentTargetCommand.d.ts +4 -0
  84. package/dist-types/commands/CreateAssessmentTemplateCommand.d.ts +4 -0
  85. package/dist-types/commands/CreateExclusionsPreviewCommand.d.ts +4 -0
  86. package/dist-types/commands/CreateResourceGroupCommand.d.ts +4 -0
  87. package/dist-types/commands/DeleteAssessmentRunCommand.d.ts +4 -0
  88. package/dist-types/commands/DeleteAssessmentTargetCommand.d.ts +4 -0
  89. package/dist-types/commands/DeleteAssessmentTemplateCommand.d.ts +4 -0
  90. package/dist-types/commands/DescribeAssessmentRunsCommand.d.ts +4 -0
  91. package/dist-types/commands/DescribeAssessmentTargetsCommand.d.ts +4 -0
  92. package/dist-types/commands/DescribeAssessmentTemplatesCommand.d.ts +4 -0
  93. package/dist-types/commands/DescribeCrossAccountAccessRoleCommand.d.ts +4 -0
  94. package/dist-types/commands/DescribeExclusionsCommand.d.ts +4 -0
  95. package/dist-types/commands/DescribeFindingsCommand.d.ts +4 -0
  96. package/dist-types/commands/DescribeResourceGroupsCommand.d.ts +4 -0
  97. package/dist-types/commands/DescribeRulesPackagesCommand.d.ts +4 -0
  98. package/dist-types/commands/GetAssessmentReportCommand.d.ts +4 -0
  99. package/dist-types/commands/GetExclusionsPreviewCommand.d.ts +4 -0
  100. package/dist-types/commands/GetTelemetryMetadataCommand.d.ts +4 -0
  101. package/dist-types/commands/ListAssessmentRunAgentsCommand.d.ts +4 -0
  102. package/dist-types/commands/ListAssessmentRunsCommand.d.ts +4 -0
  103. package/dist-types/commands/ListAssessmentTargetsCommand.d.ts +4 -0
  104. package/dist-types/commands/ListAssessmentTemplatesCommand.d.ts +4 -0
  105. package/dist-types/commands/ListEventSubscriptionsCommand.d.ts +4 -0
  106. package/dist-types/commands/ListExclusionsCommand.d.ts +4 -0
  107. package/dist-types/commands/ListFindingsCommand.d.ts +4 -0
  108. package/dist-types/commands/ListRulesPackagesCommand.d.ts +4 -0
  109. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  110. package/dist-types/commands/PreviewAgentsCommand.d.ts +4 -0
  111. package/dist-types/commands/RegisterCrossAccountAccessRoleCommand.d.ts +4 -0
  112. package/dist-types/commands/RemoveAttributesFromFindingsCommand.d.ts +4 -0
  113. package/dist-types/commands/SetTagsForResourceCommand.d.ts +4 -0
  114. package/dist-types/commands/StartAssessmentRunCommand.d.ts +4 -0
  115. package/dist-types/commands/StopAssessmentRunCommand.d.ts +4 -0
  116. package/dist-types/commands/SubscribeToEventCommand.d.ts +4 -0
  117. package/dist-types/commands/UnsubscribeFromEventCommand.d.ts +4 -0
  118. package/dist-types/commands/UpdateAssessmentTargetCommand.d.ts +4 -0
  119. package/dist-types/index.d.ts +10 -2
  120. package/dist-types/models/InspectorServiceException.d.ts +1 -0
  121. package/dist-types/ts3.4/InspectorClient.d.ts +3 -3
  122. package/dist-types/ts3.4/commands/AddAttributesToFindingsCommand.d.ts +1 -0
  123. package/dist-types/ts3.4/commands/CreateAssessmentTargetCommand.d.ts +1 -0
  124. package/dist-types/ts3.4/commands/CreateAssessmentTemplateCommand.d.ts +1 -0
  125. package/dist-types/ts3.4/commands/CreateExclusionsPreviewCommand.d.ts +1 -0
  126. package/dist-types/ts3.4/commands/CreateResourceGroupCommand.d.ts +1 -0
  127. package/dist-types/ts3.4/commands/DeleteAssessmentRunCommand.d.ts +1 -0
  128. package/dist-types/ts3.4/commands/DeleteAssessmentTargetCommand.d.ts +1 -0
  129. package/dist-types/ts3.4/commands/DeleteAssessmentTemplateCommand.d.ts +1 -0
  130. package/dist-types/ts3.4/commands/DescribeAssessmentRunsCommand.d.ts +1 -0
  131. package/dist-types/ts3.4/commands/DescribeAssessmentTargetsCommand.d.ts +1 -0
  132. package/dist-types/ts3.4/commands/DescribeAssessmentTemplatesCommand.d.ts +1 -0
  133. package/dist-types/ts3.4/commands/DescribeCrossAccountAccessRoleCommand.d.ts +1 -0
  134. package/dist-types/ts3.4/commands/DescribeExclusionsCommand.d.ts +1 -0
  135. package/dist-types/ts3.4/commands/DescribeFindingsCommand.d.ts +1 -0
  136. package/dist-types/ts3.4/commands/DescribeResourceGroupsCommand.d.ts +1 -0
  137. package/dist-types/ts3.4/commands/DescribeRulesPackagesCommand.d.ts +1 -0
  138. package/dist-types/ts3.4/commands/GetAssessmentReportCommand.d.ts +1 -0
  139. package/dist-types/ts3.4/commands/GetExclusionsPreviewCommand.d.ts +1 -0
  140. package/dist-types/ts3.4/commands/GetTelemetryMetadataCommand.d.ts +1 -0
  141. package/dist-types/ts3.4/commands/ListAssessmentRunAgentsCommand.d.ts +1 -0
  142. package/dist-types/ts3.4/commands/ListAssessmentRunsCommand.d.ts +1 -0
  143. package/dist-types/ts3.4/commands/ListAssessmentTargetsCommand.d.ts +1 -0
  144. package/dist-types/ts3.4/commands/ListAssessmentTemplatesCommand.d.ts +1 -0
  145. package/dist-types/ts3.4/commands/ListEventSubscriptionsCommand.d.ts +1 -0
  146. package/dist-types/ts3.4/commands/ListExclusionsCommand.d.ts +1 -0
  147. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +1 -0
  148. package/dist-types/ts3.4/commands/ListRulesPackagesCommand.d.ts +1 -0
  149. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  150. package/dist-types/ts3.4/commands/PreviewAgentsCommand.d.ts +1 -0
  151. package/dist-types/ts3.4/commands/RegisterCrossAccountAccessRoleCommand.d.ts +1 -0
  152. package/dist-types/ts3.4/commands/RemoveAttributesFromFindingsCommand.d.ts +1 -0
  153. package/dist-types/ts3.4/commands/SetTagsForResourceCommand.d.ts +1 -0
  154. package/dist-types/ts3.4/commands/StartAssessmentRunCommand.d.ts +1 -0
  155. package/dist-types/ts3.4/commands/StopAssessmentRunCommand.d.ts +1 -0
  156. package/dist-types/ts3.4/commands/SubscribeToEventCommand.d.ts +1 -0
  157. package/dist-types/ts3.4/commands/UnsubscribeFromEventCommand.d.ts +1 -0
  158. package/dist-types/ts3.4/commands/UpdateAssessmentTargetCommand.d.ts +1 -0
  159. package/dist-types/ts3.4/index.d.ts +2 -2
  160. package/dist-types/ts3.4/models/InspectorServiceException.d.ts +1 -0
  161. package/package.json +28 -28
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
5
5
  import { ListExclusionsRequest, ListExclusionsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
5
5
  import { ListFindingsRequest, ListFindingsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
5
5
  import { ListRulesPackagesRequest, ListRulesPackagesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
5
5
  import { PreviewAgentsRequest, PreviewAgentsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
5
5
  import { RegisterCrossAccountAccessRoleRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
5
5
  import { RemoveAttributesFromFindingsRequest, RemoveAttributesFromFindingsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
5
5
  import { SetTagsForResourceRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
5
5
  import { StartAssessmentRunRequest, StartAssessmentRunResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
5
5
  import { StopAssessmentRunRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
5
5
  import { SubscribeToEventRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
5
5
  import { UnsubscribeFromEventRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
5
5
  import { UpdateAssessmentTargetRequest } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,6 +1,14 @@
1
- export * from "./Inspector";
1
+ /**
2
+ * <fullname>Amazon Inspector</fullname>
3
+ * <p>Amazon Inspector enables you to analyze the behavior of your AWS resources and to
4
+ * identify potential security issues. For more information, see <a href="https://docs.aws.amazon.com/inspector/latest/userguide/inspector_introduction.html"> Amazon Inspector User
5
+ * Guide</a>.</p>
6
+ *
7
+ * @packageDocumentation
8
+ */
2
9
  export * from "./InspectorClient";
10
+ export * from "./Inspector";
3
11
  export * from "./commands";
4
- export * from "./models";
5
12
  export * from "./pagination";
13
+ export * from "./models";
6
14
  export { InspectorServiceException } from "./models/InspectorServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -199,6 +199,7 @@ import {
199
199
  ClientResolvedEndpointParameters,
200
200
  EndpointParameters,
201
201
  } from "./endpoint/EndpointParameters";
202
+ export { __Client };
202
203
  export type ServiceInputTypes =
203
204
  | AddAttributesToFindingsCommandInput
204
205
  | CreateAssessmentTargetCommandInput
@@ -299,7 +300,7 @@ export interface ClientDefaults
299
300
  logger?: __Logger;
300
301
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
301
302
  }
302
- type InspectorClientConfigType = Partial<
303
+ export type InspectorClientConfigType = Partial<
303
304
  __SmithyConfiguration<__HttpHandlerOptions>
304
305
  > &
305
306
  ClientDefaults &
@@ -311,7 +312,7 @@ type InspectorClientConfigType = Partial<
311
312
  UserAgentInputConfig &
312
313
  ClientInputEndpointParameters;
313
314
  export interface InspectorClientConfig extends InspectorClientConfigType {}
314
- type InspectorClientResolvedConfigType =
315
+ export type InspectorClientResolvedConfigType =
315
316
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
316
317
  Required<ClientDefaults> &
317
318
  RegionResolvedConfig &
@@ -333,4 +334,3 @@ export declare class InspectorClient extends __Client<
333
334
  constructor(configuration: InspectorClientConfig);
334
335
  destroy(): void;
335
336
  }
336
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  AddAttributesToFindingsRequest,
16
16
  AddAttributesToFindingsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AddAttributesToFindingsCommandInput
19
20
  extends AddAttributesToFindingsRequest {}
20
21
  export interface AddAttributesToFindingsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateAssessmentTargetRequest,
16
16
  CreateAssessmentTargetResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateAssessmentTargetCommandInput
19
20
  extends CreateAssessmentTargetRequest {}
20
21
  export interface CreateAssessmentTargetCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateAssessmentTemplateRequest,
16
16
  CreateAssessmentTemplateResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateAssessmentTemplateCommandInput
19
20
  extends CreateAssessmentTemplateRequest {}
20
21
  export interface CreateAssessmentTemplateCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateExclusionsPreviewRequest,
16
16
  CreateExclusionsPreviewResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateExclusionsPreviewCommandInput
19
20
  extends CreateExclusionsPreviewRequest {}
20
21
  export interface CreateExclusionsPreviewCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  CreateResourceGroupRequest,
16
16
  CreateResourceGroupResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateResourceGroupCommandInput
19
20
  extends CreateResourceGroupRequest {}
20
21
  export interface CreateResourceGroupCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../InspectorClient";
14
14
  import { DeleteAssessmentRunRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteAssessmentRunCommandInput
16
17
  extends DeleteAssessmentRunRequest {}
17
18
  export interface DeleteAssessmentRunCommandOutput extends __MetadataBearer {}
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../InspectorClient";
14
14
  import { DeleteAssessmentTargetRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteAssessmentTargetCommandInput
16
17
  extends DeleteAssessmentTargetRequest {}
17
18
  export interface DeleteAssessmentTargetCommandOutput extends __MetadataBearer {}
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../InspectorClient";
14
14
  import { DeleteAssessmentTemplateRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteAssessmentTemplateCommandInput
16
17
  extends DeleteAssessmentTemplateRequest {}
17
18
  export interface DeleteAssessmentTemplateCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeAssessmentRunsRequest,
16
16
  DescribeAssessmentRunsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeAssessmentRunsCommandInput
19
20
  extends DescribeAssessmentRunsRequest {}
20
21
  export interface DescribeAssessmentRunsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeAssessmentTargetsRequest,
16
16
  DescribeAssessmentTargetsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeAssessmentTargetsCommandInput
19
20
  extends DescribeAssessmentTargetsRequest {}
20
21
  export interface DescribeAssessmentTargetsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeAssessmentTemplatesRequest,
16
16
  DescribeAssessmentTemplatesResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeAssessmentTemplatesCommandInput
19
20
  extends DescribeAssessmentTemplatesRequest {}
20
21
  export interface DescribeAssessmentTemplatesCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../InspectorClient";
14
14
  import { DescribeCrossAccountAccessRoleResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DescribeCrossAccountAccessRoleCommandInput {}
16
17
  export interface DescribeCrossAccountAccessRoleCommandOutput
17
18
  extends DescribeCrossAccountAccessRoleResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DescribeExclusionsRequest,
16
16
  DescribeExclusionsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeExclusionsCommandInput
19
20
  extends DescribeExclusionsRequest {}
20
21
  export interface DescribeExclusionsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeFindingsRequest,
16
16
  DescribeFindingsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeFindingsCommandInput extends DescribeFindingsRequest {}
19
20
  export interface DescribeFindingsCommandOutput
20
21
  extends DescribeFindingsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DescribeResourceGroupsRequest,
16
16
  DescribeResourceGroupsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeResourceGroupsCommandInput
19
20
  extends DescribeResourceGroupsRequest {}
20
21
  export interface DescribeResourceGroupsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  DescribeRulesPackagesRequest,
16
16
  DescribeRulesPackagesResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeRulesPackagesCommandInput
19
20
  extends DescribeRulesPackagesRequest {}
20
21
  export interface DescribeRulesPackagesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetAssessmentReportRequest,
16
16
  GetAssessmentReportResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetAssessmentReportCommandInput
19
20
  extends GetAssessmentReportRequest {}
20
21
  export interface GetAssessmentReportCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetExclusionsPreviewRequest,
16
16
  GetExclusionsPreviewResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetExclusionsPreviewCommandInput
19
20
  extends GetExclusionsPreviewRequest {}
20
21
  export interface GetExclusionsPreviewCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  GetTelemetryMetadataRequest,
16
16
  GetTelemetryMetadataResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface GetTelemetryMetadataCommandInput
19
20
  extends GetTelemetryMetadataRequest {}
20
21
  export interface GetTelemetryMetadataCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListAssessmentRunAgentsRequest,
16
16
  ListAssessmentRunAgentsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListAssessmentRunAgentsCommandInput
19
20
  extends ListAssessmentRunAgentsRequest {}
20
21
  export interface ListAssessmentRunAgentsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListAssessmentRunsRequest,
16
16
  ListAssessmentRunsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListAssessmentRunsCommandInput
19
20
  extends ListAssessmentRunsRequest {}
20
21
  export interface ListAssessmentRunsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListAssessmentTargetsRequest,
16
16
  ListAssessmentTargetsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListAssessmentTargetsCommandInput
19
20
  extends ListAssessmentTargetsRequest {}
20
21
  export interface ListAssessmentTargetsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListAssessmentTemplatesRequest,
16
16
  ListAssessmentTemplatesResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListAssessmentTemplatesCommandInput
19
20
  extends ListAssessmentTemplatesRequest {}
20
21
  export interface ListAssessmentTemplatesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListEventSubscriptionsRequest,
16
16
  ListEventSubscriptionsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListEventSubscriptionsCommandInput
19
20
  extends ListEventSubscriptionsRequest {}
20
21
  export interface ListEventSubscriptionsCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListExclusionsRequest,
16
16
  ListExclusionsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListExclusionsCommandInput extends ListExclusionsRequest {}
19
20
  export interface ListExclusionsCommandOutput
20
21
  extends ListExclusionsResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../InspectorClient";
14
14
  import { ListFindingsRequest, ListFindingsResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListFindingsCommandInput extends ListFindingsRequest {}
16
17
  export interface ListFindingsCommandOutput
17
18
  extends ListFindingsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListRulesPackagesRequest,
16
16
  ListRulesPackagesResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListRulesPackagesCommandInput
19
20
  extends ListRulesPackagesRequest {}
20
21
  export interface ListRulesPackagesCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  ListTagsForResourceRequest,
16
16
  ListTagsForResourceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListTagsForResourceCommandInput
19
20
  extends ListTagsForResourceRequest {}
20
21
  export interface ListTagsForResourceCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  PreviewAgentsRequest,
16
16
  PreviewAgentsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface PreviewAgentsCommandInput extends PreviewAgentsRequest {}
19
20
  export interface PreviewAgentsCommandOutput
20
21
  extends PreviewAgentsResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../InspectorClient";
14
14
  import { RegisterCrossAccountAccessRoleRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface RegisterCrossAccountAccessRoleCommandInput
16
17
  extends RegisterCrossAccountAccessRoleRequest {}
17
18
  export interface RegisterCrossAccountAccessRoleCommandOutput
@@ -15,6 +15,7 @@ import {
15
15
  RemoveAttributesFromFindingsRequest,
16
16
  RemoveAttributesFromFindingsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface RemoveAttributesFromFindingsCommandInput
19
20
  extends RemoveAttributesFromFindingsRequest {}
20
21
  export interface RemoveAttributesFromFindingsCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../InspectorClient";
14
14
  import { SetTagsForResourceRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface SetTagsForResourceCommandInput
16
17
  extends SetTagsForResourceRequest {}
17
18
  export interface SetTagsForResourceCommandOutput extends __MetadataBearer {}
@@ -15,6 +15,7 @@ import {
15
15
  StartAssessmentRunRequest,
16
16
  StartAssessmentRunResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface StartAssessmentRunCommandInput
19
20
  extends StartAssessmentRunRequest {}
20
21
  export interface StartAssessmentRunCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../InspectorClient";
14
14
  import { StopAssessmentRunRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface StopAssessmentRunCommandInput
16
17
  extends StopAssessmentRunRequest {}
17
18
  export interface StopAssessmentRunCommandOutput extends __MetadataBearer {}
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../InspectorClient";
14
14
  import { SubscribeToEventRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface SubscribeToEventCommandInput extends SubscribeToEventRequest {}
16
17
  export interface SubscribeToEventCommandOutput extends __MetadataBearer {}
17
18
  export declare class SubscribeToEventCommand extends $Command<
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../InspectorClient";
14
14
  import { UnsubscribeFromEventRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UnsubscribeFromEventCommandInput
16
17
  extends UnsubscribeFromEventRequest {}
17
18
  export interface UnsubscribeFromEventCommandOutput extends __MetadataBearer {}
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../InspectorClient";
14
14
  import { UpdateAssessmentTargetRequest } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface UpdateAssessmentTargetCommandInput
16
17
  extends UpdateAssessmentTargetRequest {}
17
18
  export interface UpdateAssessmentTargetCommandOutput extends __MetadataBearer {}
@@ -1,6 +1,6 @@
1
- export * from "./Inspector";
2
1
  export * from "./InspectorClient";
2
+ export * from "./Inspector";
3
3
  export * from "./commands";
4
- export * from "./models";
5
4
  export * from "./pagination";
5
+ export * from "./models";
6
6
  export { InspectorServiceException } from "./models/InspectorServiceException";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class InspectorServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }