@aws-sdk/client-inspector 3.1019.0 → 3.1021.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.
- package/dist-types/Inspector.d.ts +37 -37
- package/dist-types/InspectorClient.d.ts +40 -40
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/errors.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/pagination/GetExclusionsPreviewPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssessmentRunAgentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssessmentRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssessmentTargetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssessmentTemplatesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventSubscriptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListExclusionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFindingsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRulesPackagesPaginator.d.ts +1 -1
- package/dist-types/pagination/PreviewAgentsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/InspectorClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/package.json +14 -14
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
|
|
2
|
-
import { AddAttributesToFindingsCommandInput, AddAttributesToFindingsCommandOutput } from "./commands/AddAttributesToFindingsCommand";
|
|
3
|
-
import { CreateAssessmentTargetCommandInput, CreateAssessmentTargetCommandOutput } from "./commands/CreateAssessmentTargetCommand";
|
|
4
|
-
import { CreateAssessmentTemplateCommandInput, CreateAssessmentTemplateCommandOutput } from "./commands/CreateAssessmentTemplateCommand";
|
|
5
|
-
import { CreateExclusionsPreviewCommandInput, CreateExclusionsPreviewCommandOutput } from "./commands/CreateExclusionsPreviewCommand";
|
|
6
|
-
import { CreateResourceGroupCommandInput, CreateResourceGroupCommandOutput } from "./commands/CreateResourceGroupCommand";
|
|
7
|
-
import { DeleteAssessmentRunCommandInput, DeleteAssessmentRunCommandOutput } from "./commands/DeleteAssessmentRunCommand";
|
|
8
|
-
import { DeleteAssessmentTargetCommandInput, DeleteAssessmentTargetCommandOutput } from "./commands/DeleteAssessmentTargetCommand";
|
|
9
|
-
import { DeleteAssessmentTemplateCommandInput, DeleteAssessmentTemplateCommandOutput } from "./commands/DeleteAssessmentTemplateCommand";
|
|
10
|
-
import { DescribeAssessmentRunsCommandInput, DescribeAssessmentRunsCommandOutput } from "./commands/DescribeAssessmentRunsCommand";
|
|
11
|
-
import { DescribeAssessmentTargetsCommandInput, DescribeAssessmentTargetsCommandOutput } from "./commands/DescribeAssessmentTargetsCommand";
|
|
12
|
-
import { DescribeAssessmentTemplatesCommandInput, DescribeAssessmentTemplatesCommandOutput } from "./commands/DescribeAssessmentTemplatesCommand";
|
|
13
|
-
import { DescribeCrossAccountAccessRoleCommandInput, DescribeCrossAccountAccessRoleCommandOutput } from "./commands/DescribeCrossAccountAccessRoleCommand";
|
|
14
|
-
import { DescribeExclusionsCommandInput, DescribeExclusionsCommandOutput } from "./commands/DescribeExclusionsCommand";
|
|
15
|
-
import { DescribeFindingsCommandInput, DescribeFindingsCommandOutput } from "./commands/DescribeFindingsCommand";
|
|
16
|
-
import { DescribeResourceGroupsCommandInput, DescribeResourceGroupsCommandOutput } from "./commands/DescribeResourceGroupsCommand";
|
|
17
|
-
import { DescribeRulesPackagesCommandInput, DescribeRulesPackagesCommandOutput } from "./commands/DescribeRulesPackagesCommand";
|
|
18
|
-
import { GetAssessmentReportCommandInput, GetAssessmentReportCommandOutput } from "./commands/GetAssessmentReportCommand";
|
|
19
|
-
import { GetExclusionsPreviewCommandInput, GetExclusionsPreviewCommandOutput } from "./commands/GetExclusionsPreviewCommand";
|
|
20
|
-
import { GetTelemetryMetadataCommandInput, GetTelemetryMetadataCommandOutput } from "./commands/GetTelemetryMetadataCommand";
|
|
21
|
-
import { ListAssessmentRunAgentsCommandInput, ListAssessmentRunAgentsCommandOutput } from "./commands/ListAssessmentRunAgentsCommand";
|
|
22
|
-
import { ListAssessmentRunsCommandInput, ListAssessmentRunsCommandOutput } from "./commands/ListAssessmentRunsCommand";
|
|
23
|
-
import { ListAssessmentTargetsCommandInput, ListAssessmentTargetsCommandOutput } from "./commands/ListAssessmentTargetsCommand";
|
|
24
|
-
import { ListAssessmentTemplatesCommandInput, ListAssessmentTemplatesCommandOutput } from "./commands/ListAssessmentTemplatesCommand";
|
|
25
|
-
import { ListEventSubscriptionsCommandInput, ListEventSubscriptionsCommandOutput } from "./commands/ListEventSubscriptionsCommand";
|
|
26
|
-
import { ListExclusionsCommandInput, ListExclusionsCommandOutput } from "./commands/ListExclusionsCommand";
|
|
27
|
-
import { ListFindingsCommandInput, ListFindingsCommandOutput } from "./commands/ListFindingsCommand";
|
|
28
|
-
import { ListRulesPackagesCommandInput, ListRulesPackagesCommandOutput } from "./commands/ListRulesPackagesCommand";
|
|
29
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
30
|
-
import { PreviewAgentsCommandInput, PreviewAgentsCommandOutput } from "./commands/PreviewAgentsCommand";
|
|
31
|
-
import { RegisterCrossAccountAccessRoleCommandInput, RegisterCrossAccountAccessRoleCommandOutput } from "./commands/RegisterCrossAccountAccessRoleCommand";
|
|
32
|
-
import { RemoveAttributesFromFindingsCommandInput, RemoveAttributesFromFindingsCommandOutput } from "./commands/RemoveAttributesFromFindingsCommand";
|
|
33
|
-
import { SetTagsForResourceCommandInput, SetTagsForResourceCommandOutput } from "./commands/SetTagsForResourceCommand";
|
|
34
|
-
import { StartAssessmentRunCommandInput, StartAssessmentRunCommandOutput } from "./commands/StartAssessmentRunCommand";
|
|
35
|
-
import { StopAssessmentRunCommandInput, StopAssessmentRunCommandOutput } from "./commands/StopAssessmentRunCommand";
|
|
36
|
-
import { SubscribeToEventCommandInput, SubscribeToEventCommandOutput } from "./commands/SubscribeToEventCommand";
|
|
37
|
-
import { UnsubscribeFromEventCommandInput, UnsubscribeFromEventCommandOutput } from "./commands/UnsubscribeFromEventCommand";
|
|
38
|
-
import { UpdateAssessmentTargetCommandInput, UpdateAssessmentTargetCommandOutput } from "./commands/UpdateAssessmentTargetCommand";
|
|
2
|
+
import { type AddAttributesToFindingsCommandInput, type AddAttributesToFindingsCommandOutput } from "./commands/AddAttributesToFindingsCommand";
|
|
3
|
+
import { type CreateAssessmentTargetCommandInput, type CreateAssessmentTargetCommandOutput } from "./commands/CreateAssessmentTargetCommand";
|
|
4
|
+
import { type CreateAssessmentTemplateCommandInput, type CreateAssessmentTemplateCommandOutput } from "./commands/CreateAssessmentTemplateCommand";
|
|
5
|
+
import { type CreateExclusionsPreviewCommandInput, type CreateExclusionsPreviewCommandOutput } from "./commands/CreateExclusionsPreviewCommand";
|
|
6
|
+
import { type CreateResourceGroupCommandInput, type CreateResourceGroupCommandOutput } from "./commands/CreateResourceGroupCommand";
|
|
7
|
+
import { type DeleteAssessmentRunCommandInput, type DeleteAssessmentRunCommandOutput } from "./commands/DeleteAssessmentRunCommand";
|
|
8
|
+
import { type DeleteAssessmentTargetCommandInput, type DeleteAssessmentTargetCommandOutput } from "./commands/DeleteAssessmentTargetCommand";
|
|
9
|
+
import { type DeleteAssessmentTemplateCommandInput, type DeleteAssessmentTemplateCommandOutput } from "./commands/DeleteAssessmentTemplateCommand";
|
|
10
|
+
import { type DescribeAssessmentRunsCommandInput, type DescribeAssessmentRunsCommandOutput } from "./commands/DescribeAssessmentRunsCommand";
|
|
11
|
+
import { type DescribeAssessmentTargetsCommandInput, type DescribeAssessmentTargetsCommandOutput } from "./commands/DescribeAssessmentTargetsCommand";
|
|
12
|
+
import { type DescribeAssessmentTemplatesCommandInput, type DescribeAssessmentTemplatesCommandOutput } from "./commands/DescribeAssessmentTemplatesCommand";
|
|
13
|
+
import { type DescribeCrossAccountAccessRoleCommandInput, type DescribeCrossAccountAccessRoleCommandOutput } from "./commands/DescribeCrossAccountAccessRoleCommand";
|
|
14
|
+
import { type DescribeExclusionsCommandInput, type DescribeExclusionsCommandOutput } from "./commands/DescribeExclusionsCommand";
|
|
15
|
+
import { type DescribeFindingsCommandInput, type DescribeFindingsCommandOutput } from "./commands/DescribeFindingsCommand";
|
|
16
|
+
import { type DescribeResourceGroupsCommandInput, type DescribeResourceGroupsCommandOutput } from "./commands/DescribeResourceGroupsCommand";
|
|
17
|
+
import { type DescribeRulesPackagesCommandInput, type DescribeRulesPackagesCommandOutput } from "./commands/DescribeRulesPackagesCommand";
|
|
18
|
+
import { type GetAssessmentReportCommandInput, type GetAssessmentReportCommandOutput } from "./commands/GetAssessmentReportCommand";
|
|
19
|
+
import { type GetExclusionsPreviewCommandInput, type GetExclusionsPreviewCommandOutput } from "./commands/GetExclusionsPreviewCommand";
|
|
20
|
+
import { type GetTelemetryMetadataCommandInput, type GetTelemetryMetadataCommandOutput } from "./commands/GetTelemetryMetadataCommand";
|
|
21
|
+
import { type ListAssessmentRunAgentsCommandInput, type ListAssessmentRunAgentsCommandOutput } from "./commands/ListAssessmentRunAgentsCommand";
|
|
22
|
+
import { type ListAssessmentRunsCommandInput, type ListAssessmentRunsCommandOutput } from "./commands/ListAssessmentRunsCommand";
|
|
23
|
+
import { type ListAssessmentTargetsCommandInput, type ListAssessmentTargetsCommandOutput } from "./commands/ListAssessmentTargetsCommand";
|
|
24
|
+
import { type ListAssessmentTemplatesCommandInput, type ListAssessmentTemplatesCommandOutput } from "./commands/ListAssessmentTemplatesCommand";
|
|
25
|
+
import { type ListEventSubscriptionsCommandInput, type ListEventSubscriptionsCommandOutput } from "./commands/ListEventSubscriptionsCommand";
|
|
26
|
+
import { type ListExclusionsCommandInput, type ListExclusionsCommandOutput } from "./commands/ListExclusionsCommand";
|
|
27
|
+
import { type ListFindingsCommandInput, type ListFindingsCommandOutput } from "./commands/ListFindingsCommand";
|
|
28
|
+
import { type ListRulesPackagesCommandInput, type ListRulesPackagesCommandOutput } from "./commands/ListRulesPackagesCommand";
|
|
29
|
+
import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
30
|
+
import { type PreviewAgentsCommandInput, type PreviewAgentsCommandOutput } from "./commands/PreviewAgentsCommand";
|
|
31
|
+
import { type RegisterCrossAccountAccessRoleCommandInput, type RegisterCrossAccountAccessRoleCommandOutput } from "./commands/RegisterCrossAccountAccessRoleCommand";
|
|
32
|
+
import { type RemoveAttributesFromFindingsCommandInput, type RemoveAttributesFromFindingsCommandOutput } from "./commands/RemoveAttributesFromFindingsCommand";
|
|
33
|
+
import { type SetTagsForResourceCommandInput, type SetTagsForResourceCommandOutput } from "./commands/SetTagsForResourceCommand";
|
|
34
|
+
import { type StartAssessmentRunCommandInput, type StartAssessmentRunCommandOutput } from "./commands/StartAssessmentRunCommand";
|
|
35
|
+
import { type StopAssessmentRunCommandInput, type StopAssessmentRunCommandOutput } from "./commands/StopAssessmentRunCommand";
|
|
36
|
+
import { type SubscribeToEventCommandInput, type SubscribeToEventCommandOutput } from "./commands/SubscribeToEventCommand";
|
|
37
|
+
import { type UnsubscribeFromEventCommandInput, type UnsubscribeFromEventCommandOutput } from "./commands/UnsubscribeFromEventCommand";
|
|
38
|
+
import { type UpdateAssessmentTargetCommandInput, type UpdateAssessmentTargetCommandOutput } from "./commands/UpdateAssessmentTargetCommand";
|
|
39
39
|
import { InspectorClient } from "./InspectorClient";
|
|
40
40
|
export interface Inspector {
|
|
41
41
|
/**
|
|
@@ -5,46 +5,46 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import {
|
|
8
|
+
import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
-
import { AddAttributesToFindingsCommandInput, AddAttributesToFindingsCommandOutput } from "./commands/AddAttributesToFindingsCommand";
|
|
11
|
-
import { CreateAssessmentTargetCommandInput, CreateAssessmentTargetCommandOutput } from "./commands/CreateAssessmentTargetCommand";
|
|
12
|
-
import { CreateAssessmentTemplateCommandInput, CreateAssessmentTemplateCommandOutput } from "./commands/CreateAssessmentTemplateCommand";
|
|
13
|
-
import { CreateExclusionsPreviewCommandInput, CreateExclusionsPreviewCommandOutput } from "./commands/CreateExclusionsPreviewCommand";
|
|
14
|
-
import { CreateResourceGroupCommandInput, CreateResourceGroupCommandOutput } from "./commands/CreateResourceGroupCommand";
|
|
15
|
-
import { DeleteAssessmentRunCommandInput, DeleteAssessmentRunCommandOutput } from "./commands/DeleteAssessmentRunCommand";
|
|
16
|
-
import { DeleteAssessmentTargetCommandInput, DeleteAssessmentTargetCommandOutput } from "./commands/DeleteAssessmentTargetCommand";
|
|
17
|
-
import { DeleteAssessmentTemplateCommandInput, DeleteAssessmentTemplateCommandOutput } from "./commands/DeleteAssessmentTemplateCommand";
|
|
18
|
-
import { DescribeAssessmentRunsCommandInput, DescribeAssessmentRunsCommandOutput } from "./commands/DescribeAssessmentRunsCommand";
|
|
19
|
-
import { DescribeAssessmentTargetsCommandInput, DescribeAssessmentTargetsCommandOutput } from "./commands/DescribeAssessmentTargetsCommand";
|
|
20
|
-
import { DescribeAssessmentTemplatesCommandInput, DescribeAssessmentTemplatesCommandOutput } from "./commands/DescribeAssessmentTemplatesCommand";
|
|
21
|
-
import { DescribeCrossAccountAccessRoleCommandInput, DescribeCrossAccountAccessRoleCommandOutput } from "./commands/DescribeCrossAccountAccessRoleCommand";
|
|
22
|
-
import { DescribeExclusionsCommandInput, DescribeExclusionsCommandOutput } from "./commands/DescribeExclusionsCommand";
|
|
23
|
-
import { DescribeFindingsCommandInput, DescribeFindingsCommandOutput } from "./commands/DescribeFindingsCommand";
|
|
24
|
-
import { DescribeResourceGroupsCommandInput, DescribeResourceGroupsCommandOutput } from "./commands/DescribeResourceGroupsCommand";
|
|
25
|
-
import { DescribeRulesPackagesCommandInput, DescribeRulesPackagesCommandOutput } from "./commands/DescribeRulesPackagesCommand";
|
|
26
|
-
import { GetAssessmentReportCommandInput, GetAssessmentReportCommandOutput } from "./commands/GetAssessmentReportCommand";
|
|
27
|
-
import { GetExclusionsPreviewCommandInput, GetExclusionsPreviewCommandOutput } from "./commands/GetExclusionsPreviewCommand";
|
|
28
|
-
import { GetTelemetryMetadataCommandInput, GetTelemetryMetadataCommandOutput } from "./commands/GetTelemetryMetadataCommand";
|
|
29
|
-
import { ListAssessmentRunAgentsCommandInput, ListAssessmentRunAgentsCommandOutput } from "./commands/ListAssessmentRunAgentsCommand";
|
|
30
|
-
import { ListAssessmentRunsCommandInput, ListAssessmentRunsCommandOutput } from "./commands/ListAssessmentRunsCommand";
|
|
31
|
-
import { ListAssessmentTargetsCommandInput, ListAssessmentTargetsCommandOutput } from "./commands/ListAssessmentTargetsCommand";
|
|
32
|
-
import { ListAssessmentTemplatesCommandInput, ListAssessmentTemplatesCommandOutput } from "./commands/ListAssessmentTemplatesCommand";
|
|
33
|
-
import { ListEventSubscriptionsCommandInput, ListEventSubscriptionsCommandOutput } from "./commands/ListEventSubscriptionsCommand";
|
|
34
|
-
import { ListExclusionsCommandInput, ListExclusionsCommandOutput } from "./commands/ListExclusionsCommand";
|
|
35
|
-
import { ListFindingsCommandInput, ListFindingsCommandOutput } from "./commands/ListFindingsCommand";
|
|
36
|
-
import { ListRulesPackagesCommandInput, ListRulesPackagesCommandOutput } from "./commands/ListRulesPackagesCommand";
|
|
37
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
38
|
-
import { PreviewAgentsCommandInput, PreviewAgentsCommandOutput } from "./commands/PreviewAgentsCommand";
|
|
39
|
-
import { RegisterCrossAccountAccessRoleCommandInput, RegisterCrossAccountAccessRoleCommandOutput } from "./commands/RegisterCrossAccountAccessRoleCommand";
|
|
40
|
-
import { RemoveAttributesFromFindingsCommandInput, RemoveAttributesFromFindingsCommandOutput } from "./commands/RemoveAttributesFromFindingsCommand";
|
|
41
|
-
import { SetTagsForResourceCommandInput, SetTagsForResourceCommandOutput } from "./commands/SetTagsForResourceCommand";
|
|
42
|
-
import { StartAssessmentRunCommandInput, StartAssessmentRunCommandOutput } from "./commands/StartAssessmentRunCommand";
|
|
43
|
-
import { StopAssessmentRunCommandInput, StopAssessmentRunCommandOutput } from "./commands/StopAssessmentRunCommand";
|
|
44
|
-
import { SubscribeToEventCommandInput, SubscribeToEventCommandOutput } from "./commands/SubscribeToEventCommand";
|
|
45
|
-
import { UnsubscribeFromEventCommandInput, UnsubscribeFromEventCommandOutput } from "./commands/UnsubscribeFromEventCommand";
|
|
46
|
-
import { UpdateAssessmentTargetCommandInput, UpdateAssessmentTargetCommandOutput } from "./commands/UpdateAssessmentTargetCommand";
|
|
47
|
-
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
10
|
+
import type { AddAttributesToFindingsCommandInput, AddAttributesToFindingsCommandOutput } from "./commands/AddAttributesToFindingsCommand";
|
|
11
|
+
import type { CreateAssessmentTargetCommandInput, CreateAssessmentTargetCommandOutput } from "./commands/CreateAssessmentTargetCommand";
|
|
12
|
+
import type { CreateAssessmentTemplateCommandInput, CreateAssessmentTemplateCommandOutput } from "./commands/CreateAssessmentTemplateCommand";
|
|
13
|
+
import type { CreateExclusionsPreviewCommandInput, CreateExclusionsPreviewCommandOutput } from "./commands/CreateExclusionsPreviewCommand";
|
|
14
|
+
import type { CreateResourceGroupCommandInput, CreateResourceGroupCommandOutput } from "./commands/CreateResourceGroupCommand";
|
|
15
|
+
import type { DeleteAssessmentRunCommandInput, DeleteAssessmentRunCommandOutput } from "./commands/DeleteAssessmentRunCommand";
|
|
16
|
+
import type { DeleteAssessmentTargetCommandInput, DeleteAssessmentTargetCommandOutput } from "./commands/DeleteAssessmentTargetCommand";
|
|
17
|
+
import type { DeleteAssessmentTemplateCommandInput, DeleteAssessmentTemplateCommandOutput } from "./commands/DeleteAssessmentTemplateCommand";
|
|
18
|
+
import type { DescribeAssessmentRunsCommandInput, DescribeAssessmentRunsCommandOutput } from "./commands/DescribeAssessmentRunsCommand";
|
|
19
|
+
import type { DescribeAssessmentTargetsCommandInput, DescribeAssessmentTargetsCommandOutput } from "./commands/DescribeAssessmentTargetsCommand";
|
|
20
|
+
import type { DescribeAssessmentTemplatesCommandInput, DescribeAssessmentTemplatesCommandOutput } from "./commands/DescribeAssessmentTemplatesCommand";
|
|
21
|
+
import type { DescribeCrossAccountAccessRoleCommandInput, DescribeCrossAccountAccessRoleCommandOutput } from "./commands/DescribeCrossAccountAccessRoleCommand";
|
|
22
|
+
import type { DescribeExclusionsCommandInput, DescribeExclusionsCommandOutput } from "./commands/DescribeExclusionsCommand";
|
|
23
|
+
import type { DescribeFindingsCommandInput, DescribeFindingsCommandOutput } from "./commands/DescribeFindingsCommand";
|
|
24
|
+
import type { DescribeResourceGroupsCommandInput, DescribeResourceGroupsCommandOutput } from "./commands/DescribeResourceGroupsCommand";
|
|
25
|
+
import type { DescribeRulesPackagesCommandInput, DescribeRulesPackagesCommandOutput } from "./commands/DescribeRulesPackagesCommand";
|
|
26
|
+
import type { GetAssessmentReportCommandInput, GetAssessmentReportCommandOutput } from "./commands/GetAssessmentReportCommand";
|
|
27
|
+
import type { GetExclusionsPreviewCommandInput, GetExclusionsPreviewCommandOutput } from "./commands/GetExclusionsPreviewCommand";
|
|
28
|
+
import type { GetTelemetryMetadataCommandInput, GetTelemetryMetadataCommandOutput } from "./commands/GetTelemetryMetadataCommand";
|
|
29
|
+
import type { ListAssessmentRunAgentsCommandInput, ListAssessmentRunAgentsCommandOutput } from "./commands/ListAssessmentRunAgentsCommand";
|
|
30
|
+
import type { ListAssessmentRunsCommandInput, ListAssessmentRunsCommandOutput } from "./commands/ListAssessmentRunsCommand";
|
|
31
|
+
import type { ListAssessmentTargetsCommandInput, ListAssessmentTargetsCommandOutput } from "./commands/ListAssessmentTargetsCommand";
|
|
32
|
+
import type { ListAssessmentTemplatesCommandInput, ListAssessmentTemplatesCommandOutput } from "./commands/ListAssessmentTemplatesCommand";
|
|
33
|
+
import type { ListEventSubscriptionsCommandInput, ListEventSubscriptionsCommandOutput } from "./commands/ListEventSubscriptionsCommand";
|
|
34
|
+
import type { ListExclusionsCommandInput, ListExclusionsCommandOutput } from "./commands/ListExclusionsCommand";
|
|
35
|
+
import type { ListFindingsCommandInput, ListFindingsCommandOutput } from "./commands/ListFindingsCommand";
|
|
36
|
+
import type { ListRulesPackagesCommandInput, ListRulesPackagesCommandOutput } from "./commands/ListRulesPackagesCommand";
|
|
37
|
+
import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
38
|
+
import type { PreviewAgentsCommandInput, PreviewAgentsCommandOutput } from "./commands/PreviewAgentsCommand";
|
|
39
|
+
import type { RegisterCrossAccountAccessRoleCommandInput, RegisterCrossAccountAccessRoleCommandOutput } from "./commands/RegisterCrossAccountAccessRoleCommand";
|
|
40
|
+
import type { RemoveAttributesFromFindingsCommandInput, RemoveAttributesFromFindingsCommandOutput } from "./commands/RemoveAttributesFromFindingsCommand";
|
|
41
|
+
import type { SetTagsForResourceCommandInput, SetTagsForResourceCommandOutput } from "./commands/SetTagsForResourceCommand";
|
|
42
|
+
import type { StartAssessmentRunCommandInput, StartAssessmentRunCommandOutput } from "./commands/StartAssessmentRunCommand";
|
|
43
|
+
import type { StopAssessmentRunCommandInput, StopAssessmentRunCommandOutput } from "./commands/StopAssessmentRunCommand";
|
|
44
|
+
import type { SubscribeToEventCommandInput, SubscribeToEventCommandOutput } from "./commands/SubscribeToEventCommand";
|
|
45
|
+
import type { UnsubscribeFromEventCommandInput, UnsubscribeFromEventCommandOutput } from "./commands/UnsubscribeFromEventCommand";
|
|
46
|
+
import type { UpdateAssessmentTargetCommandInput, UpdateAssessmentTargetCommandOutput } from "./commands/UpdateAssessmentTargetCommand";
|
|
47
|
+
import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
|
|
48
48
|
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
49
49
|
export { __Client };
|
|
50
50
|
/**
|
|
@@ -153,7 +153,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
153
153
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
154
154
|
* @internal
|
|
155
155
|
*/
|
|
156
|
-
defaultUserAgentProvider?:
|
|
156
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
157
157
|
/**
|
|
158
158
|
* Default credentials provider; Not available in browser runtime.
|
|
159
159
|
* @deprecated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
|
|
2
2
|
import type { InspectorHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
package/dist-types/index.d.ts
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*/
|
|
9
9
|
export * from "./InspectorClient";
|
|
10
10
|
export * from "./Inspector";
|
|
11
|
-
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
11
|
+
export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
12
12
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
13
13
|
export type { InspectorExtensionConfiguration } from "./extensionConfiguration";
|
|
14
14
|
export * from "./commands";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
|
-
import { AccessDeniedErrorCode, InvalidCrossAccountRoleErrorCode, InvalidInputErrorCode, LimitExceededErrorCode, NoSuchEntityErrorCode } from "./enums";
|
|
2
|
+
import type { AccessDeniedErrorCode, InvalidCrossAccountRoleErrorCode, InvalidInputErrorCode, LimitExceededErrorCode, NoSuchEntityErrorCode } from "./enums";
|
|
3
3
|
import { InspectorServiceException as __BaseException } from "./InspectorServiceException";
|
|
4
|
-
import { AgentAlreadyRunningAssessment } from "./models_0";
|
|
4
|
+
import type { AgentAlreadyRunningAssessment } from "./models_0";
|
|
5
5
|
/**
|
|
6
6
|
* <p>You do not have required permissions to access the requested resource.</p>
|
|
7
7
|
* @public
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AgentHealth, AgentHealthCode, AssessmentRunNotificationSnsStatusCode, AssessmentRunState, AssetType, FailedItemErrorCode, InspectorEvent, Locale, PreviewStatus, ReportFileFormat, ReportStatus, ReportType, ScopeType, Severity, StopAction } from "./enums";
|
|
1
|
+
import type { AgentHealth, AgentHealthCode, AssessmentRunNotificationSnsStatusCode, AssessmentRunState, AssetType, FailedItemErrorCode, InspectorEvent, Locale, PreviewStatus, ReportFileFormat, ReportStatus, ReportType, ScopeType, Severity, StopAction } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>This data type is used as a request parameter in the <a>AddAttributesToFindings</a> and <a>CreateAssessmentTemplate</a>
|
|
4
4
|
* actions.</p>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { GetExclusionsPreviewCommandInput, GetExclusionsPreviewCommandOutput } from "../commands/GetExclusionsPreviewCommand";
|
|
3
|
-
import { InspectorPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { InspectorPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAssessmentRunAgentsCommandInput, ListAssessmentRunAgentsCommandOutput } from "../commands/ListAssessmentRunAgentsCommand";
|
|
3
|
-
import { InspectorPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { InspectorPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAssessmentRunsCommandInput, ListAssessmentRunsCommandOutput } from "../commands/ListAssessmentRunsCommand";
|
|
3
|
-
import { InspectorPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { InspectorPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAssessmentTargetsCommandInput, ListAssessmentTargetsCommandOutput } from "../commands/ListAssessmentTargetsCommand";
|
|
3
|
-
import { InspectorPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { InspectorPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAssessmentTemplatesCommandInput, ListAssessmentTemplatesCommandOutput } from "../commands/ListAssessmentTemplatesCommand";
|
|
3
|
-
import { InspectorPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { InspectorPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListEventSubscriptionsCommandInput, ListEventSubscriptionsCommandOutput } from "../commands/ListEventSubscriptionsCommand";
|
|
3
|
-
import { InspectorPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { InspectorPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListExclusionsCommandInput, ListExclusionsCommandOutput } from "../commands/ListExclusionsCommand";
|
|
3
|
-
import { InspectorPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { InspectorPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListFindingsCommandInput, ListFindingsCommandOutput } from "../commands/ListFindingsCommand";
|
|
3
|
-
import { InspectorPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { InspectorPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListRulesPackagesCommandInput, ListRulesPackagesCommandOutput } from "../commands/ListRulesPackagesCommand";
|
|
3
|
-
import { InspectorPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { InspectorPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { PreviewAgentsCommandInput, PreviewAgentsCommandOutput } from "../commands/PreviewAgentsCommand";
|
|
3
|
-
import { InspectorPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { InspectorPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -294,7 +293,7 @@ export interface ClientDefaults
|
|
|
294
293
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
295
294
|
region?: string | __Provider<string>;
|
|
296
295
|
profile?: string;
|
|
297
|
-
defaultUserAgentProvider?:
|
|
296
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
298
297
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
299
298
|
maxAttempts?: number | __Provider<number>;
|
|
300
299
|
retryMode?: string | __Provider<string>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-inspector",
|
|
3
3
|
"description": "AWS SDK for JavaScript Inspector Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1021.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-inspector",
|
|
@@ -21,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.29",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.28",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
31
31
|
"@aws-sdk/types": "^3.973.6",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.14",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.13",
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
36
|
+
"@smithy/core": "^3.23.13",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
38
38
|
"@smithy/hash-node": "^4.2.12",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.46",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.12",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.12",
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.12",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
48
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
49
49
|
"@smithy/types": "^4.13.1",
|
|
50
50
|
"@smithy/url-parser": "^4.2.12",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
56
56
|
"@smithy/util-endpoints": "^3.3.3",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.12",
|
|
58
|
-
"@smithy/util-retry": "^4.2.
|
|
58
|
+
"@smithy/util-retry": "^4.2.13",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.2",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|