@aws-sdk/client-inspector 3.170.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Inspector.d.ts +0 -37
  3. package/dist-types/ts3.4/InspectorClient.d.ts +0 -25
  4. package/dist-types/ts3.4/commands/AddAttributesToFindingsCommand.d.ts +0 -2
  5. package/dist-types/ts3.4/commands/CreateAssessmentTargetCommand.d.ts +0 -2
  6. package/dist-types/ts3.4/commands/CreateAssessmentTemplateCommand.d.ts +0 -2
  7. package/dist-types/ts3.4/commands/CreateExclusionsPreviewCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateResourceGroupCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/DeleteAssessmentRunCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DeleteAssessmentTargetCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteAssessmentTemplateCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DescribeAssessmentRunsCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DescribeAssessmentTargetsCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DescribeAssessmentTemplatesCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DescribeCrossAccountAccessRoleCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DescribeExclusionsCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DescribeFindingsCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DescribeResourceGroupsCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/DescribeRulesPackagesCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/GetAssessmentReportCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/GetExclusionsPreviewCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/GetTelemetryMetadataCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/ListAssessmentRunAgentsCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/ListAssessmentRunsCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/ListAssessmentTargetsCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/ListAssessmentTemplatesCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/ListEventSubscriptionsCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/ListExclusionsCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/ListRulesPackagesCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/PreviewAgentsCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/RegisterCrossAccountAccessRoleCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/RemoveAttributesFromFindingsCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/SetTagsForResourceCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/StartAssessmentRunCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/StopAssessmentRunCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/SubscribeToEventCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/UnsubscribeFromEventCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/UpdateAssessmentTargetCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/models/InspectorServiceException.d.ts +0 -1
  42. package/dist-types/ts3.4/models/models_0.d.ts +0 -363
  43. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  44. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  45. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  46. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  47. package/package.json +26 -26
@@ -19,7 +19,6 @@ export interface GetTelemetryMetadataCommandInput
19
19
  export interface GetTelemetryMetadataCommandOutput
20
20
  extends GetTelemetryMetadataResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class GetTelemetryMetadataCommand extends $Command<
24
23
  GetTelemetryMetadataCommandInput,
25
24
  GetTelemetryMetadataCommandOutput,
@@ -27,7 +26,6 @@ export declare class GetTelemetryMetadataCommand extends $Command<
27
26
  > {
28
27
  readonly input: GetTelemetryMetadataCommandInput;
29
28
  constructor(input: GetTelemetryMetadataCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: InspectorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListAssessmentRunAgentsCommandInput
19
19
  export interface ListAssessmentRunAgentsCommandOutput
20
20
  extends ListAssessmentRunAgentsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListAssessmentRunAgentsCommand extends $Command<
24
23
  ListAssessmentRunAgentsCommandInput,
25
24
  ListAssessmentRunAgentsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListAssessmentRunAgentsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListAssessmentRunAgentsCommandInput;
29
28
  constructor(input: ListAssessmentRunAgentsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: InspectorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListAssessmentRunsCommandInput
19
19
  export interface ListAssessmentRunsCommandOutput
20
20
  extends ListAssessmentRunsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListAssessmentRunsCommand extends $Command<
24
23
  ListAssessmentRunsCommandInput,
25
24
  ListAssessmentRunsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListAssessmentRunsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListAssessmentRunsCommandInput;
29
28
  constructor(input: ListAssessmentRunsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: InspectorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListAssessmentTargetsCommandInput
19
19
  export interface ListAssessmentTargetsCommandOutput
20
20
  extends ListAssessmentTargetsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListAssessmentTargetsCommand extends $Command<
24
23
  ListAssessmentTargetsCommandInput,
25
24
  ListAssessmentTargetsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListAssessmentTargetsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListAssessmentTargetsCommandInput;
29
28
  constructor(input: ListAssessmentTargetsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: InspectorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListAssessmentTemplatesCommandInput
19
19
  export interface ListAssessmentTemplatesCommandOutput
20
20
  extends ListAssessmentTemplatesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListAssessmentTemplatesCommand extends $Command<
24
23
  ListAssessmentTemplatesCommandInput,
25
24
  ListAssessmentTemplatesCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListAssessmentTemplatesCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListAssessmentTemplatesCommandInput;
29
28
  constructor(input: ListAssessmentTemplatesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: InspectorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListEventSubscriptionsCommandInput
19
19
  export interface ListEventSubscriptionsCommandOutput
20
20
  extends ListEventSubscriptionsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListEventSubscriptionsCommand extends $Command<
24
23
  ListEventSubscriptionsCommandInput,
25
24
  ListEventSubscriptionsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListEventSubscriptionsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListEventSubscriptionsCommandInput;
29
28
  constructor(input: ListEventSubscriptionsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: InspectorClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListExclusionsCommandInput extends ListExclusionsRequest {}
18
18
  export interface ListExclusionsCommandOutput
19
19
  extends ListExclusionsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListExclusionsCommand extends $Command<
23
22
  ListExclusionsCommandInput,
24
23
  ListExclusionsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListExclusionsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListExclusionsCommandInput;
28
27
  constructor(input: ListExclusionsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: InspectorClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListFindingsCommandInput extends ListFindingsRequest {}
15
15
  export interface ListFindingsCommandOutput
16
16
  extends ListFindingsResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListFindingsCommand extends $Command<
20
19
  ListFindingsCommandInput,
21
20
  ListFindingsCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListFindingsCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListFindingsCommandInput;
25
24
  constructor(input: ListFindingsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: InspectorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListRulesPackagesCommandInput
19
19
  export interface ListRulesPackagesCommandOutput
20
20
  extends ListRulesPackagesResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListRulesPackagesCommand extends $Command<
24
23
  ListRulesPackagesCommandInput,
25
24
  ListRulesPackagesCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListRulesPackagesCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListRulesPackagesCommandInput;
29
28
  constructor(input: ListRulesPackagesCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: InspectorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
19
19
  export interface ListTagsForResourceCommandOutput
20
20
  extends ListTagsForResourceResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForResourceCommand extends $Command<
24
23
  ListTagsForResourceCommandInput,
25
24
  ListTagsForResourceCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForResourceCommandInput;
29
28
  constructor(input: ListTagsForResourceCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: InspectorClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface PreviewAgentsCommandInput extends PreviewAgentsRequest {}
18
18
  export interface PreviewAgentsCommandOutput
19
19
  extends PreviewAgentsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class PreviewAgentsCommand extends $Command<
23
22
  PreviewAgentsCommandInput,
24
23
  PreviewAgentsCommandOutput,
@@ -26,7 +25,6 @@ export declare class PreviewAgentsCommand extends $Command<
26
25
  > {
27
26
  readonly input: PreviewAgentsCommandInput;
28
27
  constructor(input: PreviewAgentsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: InspectorClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface RegisterCrossAccountAccessRoleCommandInput
15
15
  extends RegisterCrossAccountAccessRoleRequest {}
16
16
  export interface RegisterCrossAccountAccessRoleCommandOutput
17
17
  extends __MetadataBearer {}
18
-
19
18
  export declare class RegisterCrossAccountAccessRoleCommand extends $Command<
20
19
  RegisterCrossAccountAccessRoleCommandInput,
21
20
  RegisterCrossAccountAccessRoleCommandOutput,
@@ -23,7 +22,6 @@ export declare class RegisterCrossAccountAccessRoleCommand extends $Command<
23
22
  > {
24
23
  readonly input: RegisterCrossAccountAccessRoleCommandInput;
25
24
  constructor(input: RegisterCrossAccountAccessRoleCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: InspectorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface RemoveAttributesFromFindingsCommandInput
19
19
  export interface RemoveAttributesFromFindingsCommandOutput
20
20
  extends RemoveAttributesFromFindingsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class RemoveAttributesFromFindingsCommand extends $Command<
24
23
  RemoveAttributesFromFindingsCommandInput,
25
24
  RemoveAttributesFromFindingsCommandOutput,
@@ -27,7 +26,6 @@ export declare class RemoveAttributesFromFindingsCommand extends $Command<
27
26
  > {
28
27
  readonly input: RemoveAttributesFromFindingsCommandInput;
29
28
  constructor(input: RemoveAttributesFromFindingsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: InspectorClientResolvedConfig,
@@ -14,7 +14,6 @@ import { SetTagsForResourceRequest } from "../models/models_0";
14
14
  export interface SetTagsForResourceCommandInput
15
15
  extends SetTagsForResourceRequest {}
16
16
  export interface SetTagsForResourceCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class SetTagsForResourceCommand extends $Command<
19
18
  SetTagsForResourceCommandInput,
20
19
  SetTagsForResourceCommandOutput,
@@ -22,7 +21,6 @@ export declare class SetTagsForResourceCommand extends $Command<
22
21
  > {
23
22
  readonly input: SetTagsForResourceCommandInput;
24
23
  constructor(input: SetTagsForResourceCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: InspectorClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StartAssessmentRunCommandInput
19
19
  export interface StartAssessmentRunCommandOutput
20
20
  extends StartAssessmentRunResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StartAssessmentRunCommand extends $Command<
24
23
  StartAssessmentRunCommandInput,
25
24
  StartAssessmentRunCommandOutput,
@@ -27,7 +26,6 @@ export declare class StartAssessmentRunCommand extends $Command<
27
26
  > {
28
27
  readonly input: StartAssessmentRunCommandInput;
29
28
  constructor(input: StartAssessmentRunCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: InspectorClientResolvedConfig,
@@ -14,7 +14,6 @@ import { StopAssessmentRunRequest } from "../models/models_0";
14
14
  export interface StopAssessmentRunCommandInput
15
15
  extends StopAssessmentRunRequest {}
16
16
  export interface StopAssessmentRunCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class StopAssessmentRunCommand extends $Command<
19
18
  StopAssessmentRunCommandInput,
20
19
  StopAssessmentRunCommandOutput,
@@ -22,7 +21,6 @@ export declare class StopAssessmentRunCommand extends $Command<
22
21
  > {
23
22
  readonly input: StopAssessmentRunCommandInput;
24
23
  constructor(input: StopAssessmentRunCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: InspectorClientResolvedConfig,
@@ -13,7 +13,6 @@ import {
13
13
  import { SubscribeToEventRequest } from "../models/models_0";
14
14
  export interface SubscribeToEventCommandInput extends SubscribeToEventRequest {}
15
15
  export interface SubscribeToEventCommandOutput extends __MetadataBearer {}
16
-
17
16
  export declare class SubscribeToEventCommand extends $Command<
18
17
  SubscribeToEventCommandInput,
19
18
  SubscribeToEventCommandOutput,
@@ -21,7 +20,6 @@ export declare class SubscribeToEventCommand extends $Command<
21
20
  > {
22
21
  readonly input: SubscribeToEventCommandInput;
23
22
  constructor(input: SubscribeToEventCommandInput);
24
-
25
23
  resolveMiddleware(
26
24
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
25
  configuration: InspectorClientResolvedConfig,
@@ -14,7 +14,6 @@ import { UnsubscribeFromEventRequest } from "../models/models_0";
14
14
  export interface UnsubscribeFromEventCommandInput
15
15
  extends UnsubscribeFromEventRequest {}
16
16
  export interface UnsubscribeFromEventCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class UnsubscribeFromEventCommand extends $Command<
19
18
  UnsubscribeFromEventCommandInput,
20
19
  UnsubscribeFromEventCommandOutput,
@@ -22,7 +21,6 @@ export declare class UnsubscribeFromEventCommand extends $Command<
22
21
  > {
23
22
  readonly input: UnsubscribeFromEventCommandInput;
24
23
  constructor(input: UnsubscribeFromEventCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: InspectorClientResolvedConfig,
@@ -14,7 +14,6 @@ import { UpdateAssessmentTargetRequest } from "../models/models_0";
14
14
  export interface UpdateAssessmentTargetCommandInput
15
15
  extends UpdateAssessmentTargetRequest {}
16
16
  export interface UpdateAssessmentTargetCommandOutput extends __MetadataBearer {}
17
-
18
17
  export declare class UpdateAssessmentTargetCommand extends $Command<
19
18
  UpdateAssessmentTargetCommandInput,
20
19
  UpdateAssessmentTargetCommandOutput,
@@ -22,7 +21,6 @@ export declare class UpdateAssessmentTargetCommand extends $Command<
22
21
  > {
23
22
  readonly input: UpdateAssessmentTargetCommandInput;
24
23
  constructor(input: UpdateAssessmentTargetCommandInput);
25
-
26
24
  resolveMiddleware(
27
25
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
26
  configuration: InspectorClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class InspectorServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }