@aws-sdk/client-inspector 3.1044.0 → 3.1046.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-cjs/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +90 -91
- package/dist-cjs/models/InspectorServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/Inspector.js +1 -1
- package/dist-es/InspectorClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/AddAttributesToFindingsCommand.js +2 -2
- package/dist-es/commands/CreateAssessmentTargetCommand.js +2 -2
- package/dist-es/commands/CreateAssessmentTemplateCommand.js +2 -2
- package/dist-es/commands/CreateExclusionsPreviewCommand.js +2 -2
- package/dist-es/commands/CreateResourceGroupCommand.js +2 -2
- package/dist-es/commands/DeleteAssessmentRunCommand.js +2 -2
- package/dist-es/commands/DeleteAssessmentTargetCommand.js +2 -2
- package/dist-es/commands/DeleteAssessmentTemplateCommand.js +2 -2
- package/dist-es/commands/DescribeAssessmentRunsCommand.js +2 -2
- package/dist-es/commands/DescribeAssessmentTargetsCommand.js +2 -2
- package/dist-es/commands/DescribeAssessmentTemplatesCommand.js +2 -2
- package/dist-es/commands/DescribeCrossAccountAccessRoleCommand.js +2 -2
- package/dist-es/commands/DescribeExclusionsCommand.js +2 -2
- package/dist-es/commands/DescribeFindingsCommand.js +2 -2
- package/dist-es/commands/DescribeResourceGroupsCommand.js +2 -2
- package/dist-es/commands/DescribeRulesPackagesCommand.js +2 -2
- package/dist-es/commands/GetAssessmentReportCommand.js +2 -2
- package/dist-es/commands/GetExclusionsPreviewCommand.js +2 -2
- package/dist-es/commands/GetTelemetryMetadataCommand.js +2 -2
- package/dist-es/commands/ListAssessmentRunAgentsCommand.js +2 -2
- package/dist-es/commands/ListAssessmentRunsCommand.js +2 -2
- package/dist-es/commands/ListAssessmentTargetsCommand.js +2 -2
- package/dist-es/commands/ListAssessmentTemplatesCommand.js +2 -2
- package/dist-es/commands/ListEventSubscriptionsCommand.js +2 -2
- package/dist-es/commands/ListExclusionsCommand.js +2 -2
- package/dist-es/commands/ListFindingsCommand.js +2 -2
- package/dist-es/commands/ListRulesPackagesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PreviewAgentsCommand.js +2 -2
- package/dist-es/commands/RegisterCrossAccountAccessRoleCommand.js +2 -2
- package/dist-es/commands/RemoveAttributesFromFindingsCommand.js +2 -2
- package/dist-es/commands/SetTagsForResourceCommand.js +2 -2
- package/dist-es/commands/StartAssessmentRunCommand.js +2 -2
- package/dist-es/commands/StopAssessmentRunCommand.js +2 -2
- package/dist-es/commands/SubscribeToEventCommand.js +2 -2
- package/dist-es/commands/UnsubscribeFromEventCommand.js +2 -2
- package/dist-es/commands/UpdateAssessmentTargetCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/InspectorServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/InspectorClient.d.ts +5 -5
- package/dist-types/commands/AddAttributesToFindingsCommand.d.ts +6 -4
- package/dist-types/commands/CreateAssessmentTargetCommand.d.ts +6 -4
- package/dist-types/commands/CreateAssessmentTemplateCommand.d.ts +6 -4
- package/dist-types/commands/CreateExclusionsPreviewCommand.d.ts +6 -4
- package/dist-types/commands/CreateResourceGroupCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAssessmentRunCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAssessmentTargetCommand.d.ts +6 -4
- package/dist-types/commands/DeleteAssessmentTemplateCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAssessmentRunsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAssessmentTargetsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeAssessmentTemplatesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeCrossAccountAccessRoleCommand.d.ts +6 -4
- package/dist-types/commands/DescribeExclusionsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeFindingsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeResourceGroupsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeRulesPackagesCommand.d.ts +6 -4
- package/dist-types/commands/GetAssessmentReportCommand.d.ts +6 -4
- package/dist-types/commands/GetExclusionsPreviewCommand.d.ts +6 -4
- package/dist-types/commands/GetTelemetryMetadataCommand.d.ts +6 -4
- package/dist-types/commands/ListAssessmentRunAgentsCommand.d.ts +6 -4
- package/dist-types/commands/ListAssessmentRunsCommand.d.ts +6 -4
- package/dist-types/commands/ListAssessmentTargetsCommand.d.ts +6 -4
- package/dist-types/commands/ListAssessmentTemplatesCommand.d.ts +6 -4
- package/dist-types/commands/ListEventSubscriptionsCommand.d.ts +6 -4
- package/dist-types/commands/ListExclusionsCommand.d.ts +6 -4
- package/dist-types/commands/ListFindingsCommand.d.ts +6 -4
- package/dist-types/commands/ListRulesPackagesCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PreviewAgentsCommand.d.ts +6 -4
- package/dist-types/commands/RegisterCrossAccountAccessRoleCommand.d.ts +6 -4
- package/dist-types/commands/RemoveAttributesFromFindingsCommand.d.ts +6 -4
- package/dist-types/commands/SetTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/StartAssessmentRunCommand.d.ts +6 -4
- package/dist-types/commands/StopAssessmentRunCommand.d.ts +6 -4
- package/dist-types/commands/SubscribeToEventCommand.d.ts +6 -4
- package/dist-types/commands/UnsubscribeFromEventCommand.d.ts +6 -4
- package/dist-types/commands/UpdateAssessmentTargetCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/InspectorServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/InspectorClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/AddAttributesToFindingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAssessmentTargetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateAssessmentTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateExclusionsPreviewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateResourceGroupCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAssessmentRunCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAssessmentTargetCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteAssessmentTemplateCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAssessmentRunsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAssessmentTargetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeAssessmentTemplatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeCrossAccountAccessRoleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeExclusionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeFindingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeResourceGroupsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeRulesPackagesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAssessmentReportCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetExclusionsPreviewCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetTelemetryMetadataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAssessmentRunAgentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAssessmentRunsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAssessmentTargetsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListAssessmentTemplatesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListEventSubscriptionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListExclusionsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListRulesPackagesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PreviewAgentsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RegisterCrossAccountAccessRoleCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/RemoveAttributesFromFindingsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StartAssessmentRunCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/StopAssessmentRunCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SubscribeToEventCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UnsubscribeFromEventCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UpdateAssessmentTargetCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/InspectorServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -3,15 +3,11 @@ import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/cor
|
|
|
3
3
|
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } from "@aws-sdk/core/httpAuthSchemes";
|
|
4
4
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
5
5
|
import { createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS } from "@aws-sdk/util-user-agent-node";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/
|
|
9
|
-
import {
|
|
6
|
+
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
7
|
+
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
8
|
+
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
9
|
+
import { calculateBodyLength, Hash } from "@smithy/core/serde";
|
|
10
10
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
11
|
-
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
|
|
12
|
-
import { calculateBodyLength } from "@smithy/util-body-length-node";
|
|
13
|
-
import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
|
|
14
|
-
import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
|
|
15
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
16
12
|
export const getRuntimeConfig = (config) => {
|
|
17
13
|
emitWarningIfUnsupportedVersion(process.version);
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
|
|
3
|
-
import { NoOpLogger } from "@smithy/
|
|
4
|
-
import { parseUrl } from "@smithy/
|
|
5
|
-
import { fromBase64, toBase64 } from "@smithy/
|
|
6
|
-
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
3
|
+
import { NoOpLogger } from "@smithy/core/client";
|
|
4
|
+
import { parseUrl } from "@smithy/core/protocols";
|
|
5
|
+
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
7
6
|
import { defaultInspectorHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
8
7
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
9
8
|
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from "@aws-sdk/region-config-resolver";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/core/client";
|
|
3
|
+
import { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/core/protocols";
|
|
4
4
|
import { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
6
6
|
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
2
|
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { type
|
|
4
|
-
import { type
|
|
5
|
-
import { type
|
|
6
|
-
import type
|
|
7
|
-
import { type
|
|
3
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/core/client";
|
|
4
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/core/config";
|
|
5
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/core/endpoints";
|
|
6
|
+
import { type HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
|
|
7
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/core/retry";
|
|
8
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
10
|
import type { AddAttributesToFindingsCommandInput, AddAttributesToFindingsCommandOutput } from "./commands/AddAttributesToFindingsCommand";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
4
|
import type { AddAttributesToFindingsRequest, AddAttributesToFindingsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface AddAttributesToFindingsCommandInput extends AddAttributesToFind
|
|
|
22
22
|
export interface AddAttributesToFindingsCommandOutput extends AddAttributesToFindingsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const AddAttributesToFindingsCommand_base: {
|
|
25
|
-
new (input: AddAttributesToFindingsCommandInput): import("@smithy/
|
|
26
|
-
new (input: AddAttributesToFindingsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: AddAttributesToFindingsCommandInput): import("@smithy/core/client").CommandImpl<AddAttributesToFindingsCommandInput, AddAttributesToFindingsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AddAttributesToFindingsCommandInput): import("@smithy/core/client").CommandImpl<AddAttributesToFindingsCommandInput, AddAttributesToFindingsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Assigns attributes (key and value pairs) to the findings that are specified by the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
4
|
import type { CreateAssessmentTargetRequest, CreateAssessmentTargetResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateAssessmentTargetCommandInput extends CreateAssessmentTarg
|
|
|
22
22
|
export interface CreateAssessmentTargetCommandOutput extends CreateAssessmentTargetResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateAssessmentTargetCommand_base: {
|
|
25
|
-
new (input: CreateAssessmentTargetCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateAssessmentTargetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateAssessmentTargetCommandInput): import("@smithy/core/client").CommandImpl<CreateAssessmentTargetCommandInput, CreateAssessmentTargetCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateAssessmentTargetCommandInput): import("@smithy/core/client").CommandImpl<CreateAssessmentTargetCommandInput, CreateAssessmentTargetCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a new assessment target using the ARN of the resource group that is generated
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
4
|
import type { CreateAssessmentTemplateRequest, CreateAssessmentTemplateResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateAssessmentTemplateCommandInput extends CreateAssessmentTe
|
|
|
22
22
|
export interface CreateAssessmentTemplateCommandOutput extends CreateAssessmentTemplateResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateAssessmentTemplateCommand_base: {
|
|
25
|
-
new (input: CreateAssessmentTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateAssessmentTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateAssessmentTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateAssessmentTemplateCommandInput, CreateAssessmentTemplateCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateAssessmentTemplateCommandInput): import("@smithy/core/client").CommandImpl<CreateAssessmentTemplateCommandInput, CreateAssessmentTemplateCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates an assessment template for the assessment target that is specified by the ARN
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
4
|
import type { CreateExclusionsPreviewRequest, CreateExclusionsPreviewResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateExclusionsPreviewCommandInput extends CreateExclusionsPre
|
|
|
22
22
|
export interface CreateExclusionsPreviewCommandOutput extends CreateExclusionsPreviewResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateExclusionsPreviewCommand_base: {
|
|
25
|
-
new (input: CreateExclusionsPreviewCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateExclusionsPreviewCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateExclusionsPreviewCommandInput): import("@smithy/core/client").CommandImpl<CreateExclusionsPreviewCommandInput, CreateExclusionsPreviewCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateExclusionsPreviewCommandInput): import("@smithy/core/client").CommandImpl<CreateExclusionsPreviewCommandInput, CreateExclusionsPreviewCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Starts the generation of an exclusions preview for the specified assessment template.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
4
|
import type { CreateResourceGroupRequest, CreateResourceGroupResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface CreateResourceGroupCommandInput extends CreateResourceGroupRequ
|
|
|
22
22
|
export interface CreateResourceGroupCommandOutput extends CreateResourceGroupResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const CreateResourceGroupCommand_base: {
|
|
25
|
-
new (input: CreateResourceGroupCommandInput): import("@smithy/
|
|
26
|
-
new (input: CreateResourceGroupCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: CreateResourceGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateResourceGroupCommandInput, CreateResourceGroupCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: CreateResourceGroupCommandInput): import("@smithy/core/client").CommandImpl<CreateResourceGroupCommandInput, CreateResourceGroupCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Creates a resource group using the specified set of tags (key and value pairs) that
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
4
|
import type { DeleteAssessmentRunRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAssessmentRunCommandInput extends DeleteAssessmentRunRequ
|
|
|
22
22
|
export interface DeleteAssessmentRunCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAssessmentRunCommand_base: {
|
|
25
|
-
new (input: DeleteAssessmentRunCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAssessmentRunCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteAssessmentRunCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssessmentRunCommandInput, DeleteAssessmentRunCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAssessmentRunCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssessmentRunCommandInput, DeleteAssessmentRunCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the assessment run that is specified by the ARN of the assessment
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
4
|
import type { DeleteAssessmentTargetRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAssessmentTargetCommandInput extends DeleteAssessmentTarg
|
|
|
22
22
|
export interface DeleteAssessmentTargetCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAssessmentTargetCommand_base: {
|
|
25
|
-
new (input: DeleteAssessmentTargetCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAssessmentTargetCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteAssessmentTargetCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssessmentTargetCommandInput, DeleteAssessmentTargetCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAssessmentTargetCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssessmentTargetCommandInput, DeleteAssessmentTargetCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the assessment target that is specified by the ARN of the assessment
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
4
|
import type { DeleteAssessmentTemplateRequest } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DeleteAssessmentTemplateCommandInput extends DeleteAssessmentTe
|
|
|
22
22
|
export interface DeleteAssessmentTemplateCommandOutput extends __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DeleteAssessmentTemplateCommand_base: {
|
|
25
|
-
new (input: DeleteAssessmentTemplateCommandInput): import("@smithy/
|
|
26
|
-
new (input: DeleteAssessmentTemplateCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DeleteAssessmentTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssessmentTemplateCommandInput, DeleteAssessmentTemplateCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DeleteAssessmentTemplateCommandInput): import("@smithy/core/client").CommandImpl<DeleteAssessmentTemplateCommandInput, DeleteAssessmentTemplateCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Deletes the assessment template that is specified by the ARN of the assessment
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
4
|
import type { DescribeAssessmentRunsRequest, DescribeAssessmentRunsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeAssessmentRunsCommandInput extends DescribeAssessmentRu
|
|
|
22
22
|
export interface DescribeAssessmentRunsCommandOutput extends DescribeAssessmentRunsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeAssessmentRunsCommand_base: {
|
|
25
|
-
new (input: DescribeAssessmentRunsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeAssessmentRunsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeAssessmentRunsCommandInput): import("@smithy/core/client").CommandImpl<DescribeAssessmentRunsCommandInput, DescribeAssessmentRunsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeAssessmentRunsCommandInput): import("@smithy/core/client").CommandImpl<DescribeAssessmentRunsCommandInput, DescribeAssessmentRunsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the assessment runs that are specified by the ARNs of the assessment
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
4
|
import type { DescribeAssessmentTargetsRequest, DescribeAssessmentTargetsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeAssessmentTargetsCommandInput extends DescribeAssessmen
|
|
|
22
22
|
export interface DescribeAssessmentTargetsCommandOutput extends DescribeAssessmentTargetsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeAssessmentTargetsCommand_base: {
|
|
25
|
-
new (input: DescribeAssessmentTargetsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeAssessmentTargetsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeAssessmentTargetsCommandInput): import("@smithy/core/client").CommandImpl<DescribeAssessmentTargetsCommandInput, DescribeAssessmentTargetsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeAssessmentTargetsCommandInput): import("@smithy/core/client").CommandImpl<DescribeAssessmentTargetsCommandInput, DescribeAssessmentTargetsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the assessment targets that are specified by the ARNs of the assessment
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
4
|
import type { DescribeAssessmentTemplatesRequest, DescribeAssessmentTemplatesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeAssessmentTemplatesCommandInput extends DescribeAssessm
|
|
|
22
22
|
export interface DescribeAssessmentTemplatesCommandOutput extends DescribeAssessmentTemplatesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeAssessmentTemplatesCommand_base: {
|
|
25
|
-
new (input: DescribeAssessmentTemplatesCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeAssessmentTemplatesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeAssessmentTemplatesCommandInput): import("@smithy/core/client").CommandImpl<DescribeAssessmentTemplatesCommandInput, DescribeAssessmentTemplatesCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeAssessmentTemplatesCommandInput): import("@smithy/core/client").CommandImpl<DescribeAssessmentTemplatesCommandInput, DescribeAssessmentTemplatesCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the assessment templates that are specified by the ARNs of the assessment
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
4
|
import type { DescribeCrossAccountAccessRoleResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeCrossAccountAccessRoleCommandInput {
|
|
|
22
22
|
export interface DescribeCrossAccountAccessRoleCommandOutput extends DescribeCrossAccountAccessRoleResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeCrossAccountAccessRoleCommand_base: {
|
|
25
|
-
new (input: DescribeCrossAccountAccessRoleCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [DescribeCrossAccountAccessRoleCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeCrossAccountAccessRoleCommandInput): import("@smithy/core/client").CommandImpl<DescribeCrossAccountAccessRoleCommandInput, DescribeCrossAccountAccessRoleCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [DescribeCrossAccountAccessRoleCommandInput]): import("@smithy/core/client").CommandImpl<DescribeCrossAccountAccessRoleCommandInput, DescribeCrossAccountAccessRoleCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the IAM role that enables Amazon Inspector to access your AWS
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
4
|
import type { DescribeExclusionsRequest, DescribeExclusionsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeExclusionsCommandInput extends DescribeExclusionsReques
|
|
|
22
22
|
export interface DescribeExclusionsCommandOutput extends DescribeExclusionsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeExclusionsCommand_base: {
|
|
25
|
-
new (input: DescribeExclusionsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeExclusionsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeExclusionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeExclusionsCommandInput, DescribeExclusionsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeExclusionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeExclusionsCommandInput, DescribeExclusionsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the exclusions that are specified by the exclusions' ARNs.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
4
|
import type { DescribeFindingsRequest, DescribeFindingsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeFindingsCommandInput extends DescribeFindingsRequest {
|
|
|
22
22
|
export interface DescribeFindingsCommandOutput extends DescribeFindingsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeFindingsCommand_base: {
|
|
25
|
-
new (input: DescribeFindingsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeFindingsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeFindingsCommandInput): import("@smithy/core/client").CommandImpl<DescribeFindingsCommandInput, DescribeFindingsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeFindingsCommandInput): import("@smithy/core/client").CommandImpl<DescribeFindingsCommandInput, DescribeFindingsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the findings that are specified by the ARNs of the findings.</p>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
4
|
import type { DescribeResourceGroupsRequest, DescribeResourceGroupsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeResourceGroupsCommandInput extends DescribeResourceGrou
|
|
|
22
22
|
export interface DescribeResourceGroupsCommandOutput extends DescribeResourceGroupsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeResourceGroupsCommand_base: {
|
|
25
|
-
new (input: DescribeResourceGroupsCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeResourceGroupsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeResourceGroupsCommandInput): import("@smithy/core/client").CommandImpl<DescribeResourceGroupsCommandInput, DescribeResourceGroupsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeResourceGroupsCommandInput): import("@smithy/core/client").CommandImpl<DescribeResourceGroupsCommandInput, DescribeResourceGroupsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the resource groups that are specified by the ARNs of the resource
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
4
|
import type { DescribeRulesPackagesRequest, DescribeRulesPackagesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface DescribeRulesPackagesCommandInput extends DescribeRulesPackages
|
|
|
22
22
|
export interface DescribeRulesPackagesCommandOutput extends DescribeRulesPackagesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const DescribeRulesPackagesCommand_base: {
|
|
25
|
-
new (input: DescribeRulesPackagesCommandInput): import("@smithy/
|
|
26
|
-
new (input: DescribeRulesPackagesCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: DescribeRulesPackagesCommandInput): import("@smithy/core/client").CommandImpl<DescribeRulesPackagesCommandInput, DescribeRulesPackagesCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DescribeRulesPackagesCommandInput): import("@smithy/core/client").CommandImpl<DescribeRulesPackagesCommandInput, DescribeRulesPackagesCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Describes the rules packages that are specified by the ARNs of the rules
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
4
|
import type { GetAssessmentReportRequest, GetAssessmentReportResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetAssessmentReportCommandInput extends GetAssessmentReportRequ
|
|
|
22
22
|
export interface GetAssessmentReportCommandOutput extends GetAssessmentReportResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetAssessmentReportCommand_base: {
|
|
25
|
-
new (input: GetAssessmentReportCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetAssessmentReportCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetAssessmentReportCommandInput): import("@smithy/core/client").CommandImpl<GetAssessmentReportCommandInput, GetAssessmentReportCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetAssessmentReportCommandInput): import("@smithy/core/client").CommandImpl<GetAssessmentReportCommandInput, GetAssessmentReportCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Produces an assessment report that includes detailed and comprehensive results of a
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
4
|
import type { GetExclusionsPreviewRequest, GetExclusionsPreviewResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetExclusionsPreviewCommandInput extends GetExclusionsPreviewRe
|
|
|
22
22
|
export interface GetExclusionsPreviewCommandOutput extends GetExclusionsPreviewResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetExclusionsPreviewCommand_base: {
|
|
25
|
-
new (input: GetExclusionsPreviewCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetExclusionsPreviewCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetExclusionsPreviewCommandInput): import("@smithy/core/client").CommandImpl<GetExclusionsPreviewCommandInput, GetExclusionsPreviewCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetExclusionsPreviewCommandInput): import("@smithy/core/client").CommandImpl<GetExclusionsPreviewCommandInput, GetExclusionsPreviewCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Retrieves the exclusions preview (a list of ExclusionPreview objects) specified by
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
4
|
import type { GetTelemetryMetadataRequest, GetTelemetryMetadataResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface GetTelemetryMetadataCommandInput extends GetTelemetryMetadataRe
|
|
|
22
22
|
export interface GetTelemetryMetadataCommandOutput extends GetTelemetryMetadataResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const GetTelemetryMetadataCommand_base: {
|
|
25
|
-
new (input: GetTelemetryMetadataCommandInput): import("@smithy/
|
|
26
|
-
new (input: GetTelemetryMetadataCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: GetTelemetryMetadataCommandInput): import("@smithy/core/client").CommandImpl<GetTelemetryMetadataCommandInput, GetTelemetryMetadataCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: GetTelemetryMetadataCommandInput): import("@smithy/core/client").CommandImpl<GetTelemetryMetadataCommandInput, GetTelemetryMetadataCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Information about the data that is collected for the specified assessment
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
4
|
import type { ListAssessmentRunAgentsRequest, ListAssessmentRunAgentsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListAssessmentRunAgentsCommandInput extends ListAssessmentRunAg
|
|
|
22
22
|
export interface ListAssessmentRunAgentsCommandOutput extends ListAssessmentRunAgentsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAssessmentRunAgentsCommand_base: {
|
|
25
|
-
new (input: ListAssessmentRunAgentsCommandInput): import("@smithy/
|
|
26
|
-
new (input: ListAssessmentRunAgentsCommandInput): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListAssessmentRunAgentsCommandInput): import("@smithy/core/client").CommandImpl<ListAssessmentRunAgentsCommandInput, ListAssessmentRunAgentsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListAssessmentRunAgentsCommandInput): import("@smithy/core/client").CommandImpl<ListAssessmentRunAgentsCommandInput, ListAssessmentRunAgentsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the agents of the assessment runs that are specified by the ARNs of the
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
4
|
import type { ListAssessmentRunsRequest, ListAssessmentRunsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListAssessmentRunsCommandInput extends ListAssessmentRunsReques
|
|
|
22
22
|
export interface ListAssessmentRunsCommandOutput extends ListAssessmentRunsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAssessmentRunsCommand_base: {
|
|
25
|
-
new (input: ListAssessmentRunsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListAssessmentRunsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListAssessmentRunsCommandInput): import("@smithy/core/client").CommandImpl<ListAssessmentRunsCommandInput, ListAssessmentRunsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListAssessmentRunsCommandInput]): import("@smithy/core/client").CommandImpl<ListAssessmentRunsCommandInput, ListAssessmentRunsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the assessment runs that correspond to the assessment templates that are
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
4
|
import type { ListAssessmentTargetsRequest, ListAssessmentTargetsResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListAssessmentTargetsCommandInput extends ListAssessmentTargets
|
|
|
22
22
|
export interface ListAssessmentTargetsCommandOutput extends ListAssessmentTargetsResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAssessmentTargetsCommand_base: {
|
|
25
|
-
new (input: ListAssessmentTargetsCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListAssessmentTargetsCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListAssessmentTargetsCommandInput): import("@smithy/core/client").CommandImpl<ListAssessmentTargetsCommandInput, ListAssessmentTargetsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListAssessmentTargetsCommandInput]): import("@smithy/core/client").CommandImpl<ListAssessmentTargetsCommandInput, ListAssessmentTargetsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the ARNs of the assessment targets within this AWS account. For more
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../InspectorClient";
|
|
4
4
|
import type { ListAssessmentTemplatesRequest, ListAssessmentTemplatesResponse } from "../models/models_0";
|
|
@@ -22,9 +22,11 @@ export interface ListAssessmentTemplatesCommandInput extends ListAssessmentTempl
|
|
|
22
22
|
export interface ListAssessmentTemplatesCommandOutput extends ListAssessmentTemplatesResponse, __MetadataBearer {
|
|
23
23
|
}
|
|
24
24
|
declare const ListAssessmentTemplatesCommand_base: {
|
|
25
|
-
new (input: ListAssessmentTemplatesCommandInput): import("@smithy/
|
|
26
|
-
new (...[input]: [] | [ListAssessmentTemplatesCommandInput]): import("@smithy/
|
|
27
|
-
getEndpointParameterInstructions():
|
|
25
|
+
new (input: ListAssessmentTemplatesCommandInput): import("@smithy/core/client").CommandImpl<ListAssessmentTemplatesCommandInput, ListAssessmentTemplatesCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (...[input]: [] | [ListAssessmentTemplatesCommandInput]): import("@smithy/core/client").CommandImpl<ListAssessmentTemplatesCommandInput, ListAssessmentTemplatesCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): {
|
|
28
|
+
[x: string]: unknown;
|
|
29
|
+
};
|
|
28
30
|
};
|
|
29
31
|
/**
|
|
30
32
|
* <p>Lists the assessment templates that correspond to the assessment targets that are
|