@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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
InspectorClientResolvedConfig,
|
|
@@ -14,7 +14,7 @@ export interface DeleteAssessmentRunCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const DeleteAssessmentRunCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: DeleteAssessmentRunCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
DeleteAssessmentRunCommandInput,
|
|
19
19
|
DeleteAssessmentRunCommandOutput,
|
|
20
20
|
InspectorClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const DeleteAssessmentRunCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: DeleteAssessmentRunCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
DeleteAssessmentRunCommandInput,
|
|
28
28
|
DeleteAssessmentRunCommandOutput,
|
|
29
29
|
InspectorClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class DeleteAssessmentRunCommand extends DeleteAssessmentRunCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
InspectorClientResolvedConfig,
|
|
@@ -14,7 +14,7 @@ export interface DeleteAssessmentTargetCommandOutput extends __MetadataBearer {}
|
|
|
14
14
|
declare const DeleteAssessmentTargetCommand_base: {
|
|
15
15
|
new (
|
|
16
16
|
input: DeleteAssessmentTargetCommandInput
|
|
17
|
-
): import("@smithy/
|
|
17
|
+
): import("@smithy/core/client").CommandImpl<
|
|
18
18
|
DeleteAssessmentTargetCommandInput,
|
|
19
19
|
DeleteAssessmentTargetCommandOutput,
|
|
20
20
|
InspectorClientResolvedConfig,
|
|
@@ -23,14 +23,16 @@ declare const DeleteAssessmentTargetCommand_base: {
|
|
|
23
23
|
>;
|
|
24
24
|
new (
|
|
25
25
|
input: DeleteAssessmentTargetCommandInput
|
|
26
|
-
): import("@smithy/
|
|
26
|
+
): import("@smithy/core/client").CommandImpl<
|
|
27
27
|
DeleteAssessmentTargetCommandInput,
|
|
28
28
|
DeleteAssessmentTargetCommandOutput,
|
|
29
29
|
InspectorClientResolvedConfig,
|
|
30
30
|
ServiceInputTypes,
|
|
31
31
|
ServiceOutputTypes
|
|
32
32
|
>;
|
|
33
|
-
getEndpointParameterInstructions():
|
|
33
|
+
getEndpointParameterInstructions(): {
|
|
34
|
+
[x: string]: unknown;
|
|
35
|
+
};
|
|
34
36
|
};
|
|
35
37
|
export declare class DeleteAssessmentTargetCommand extends DeleteAssessmentTargetCommand_base {
|
|
36
38
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
InspectorClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DeleteAssessmentTemplateCommandOutput
|
|
|
15
15
|
declare const DeleteAssessmentTemplateCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DeleteAssessmentTemplateCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DeleteAssessmentTemplateCommandInput,
|
|
20
20
|
DeleteAssessmentTemplateCommandOutput,
|
|
21
21
|
InspectorClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DeleteAssessmentTemplateCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: DeleteAssessmentTemplateCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DeleteAssessmentTemplateCommandInput,
|
|
29
29
|
DeleteAssessmentTemplateCommandOutput,
|
|
30
30
|
InspectorClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DeleteAssessmentTemplateCommand extends DeleteAssessmentTemplateCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
InspectorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeAssessmentRunsCommandOutput
|
|
|
19
19
|
declare const DescribeAssessmentRunsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeAssessmentRunsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeAssessmentRunsCommandInput,
|
|
24
24
|
DescribeAssessmentRunsCommandOutput,
|
|
25
25
|
InspectorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeAssessmentRunsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeAssessmentRunsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeAssessmentRunsCommandInput,
|
|
33
33
|
DescribeAssessmentRunsCommandOutput,
|
|
34
34
|
InspectorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeAssessmentRunsCommand extends DescribeAssessmentRunsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
InspectorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeAssessmentTargetsCommandOutput
|
|
|
19
19
|
declare const DescribeAssessmentTargetsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeAssessmentTargetsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeAssessmentTargetsCommandInput,
|
|
24
24
|
DescribeAssessmentTargetsCommandOutput,
|
|
25
25
|
InspectorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeAssessmentTargetsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeAssessmentTargetsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeAssessmentTargetsCommandInput,
|
|
33
33
|
DescribeAssessmentTargetsCommandOutput,
|
|
34
34
|
InspectorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeAssessmentTargetsCommand extends DescribeAssessmentTargetsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
InspectorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeAssessmentTemplatesCommandOutput
|
|
|
19
19
|
declare const DescribeAssessmentTemplatesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeAssessmentTemplatesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeAssessmentTemplatesCommandInput,
|
|
24
24
|
DescribeAssessmentTemplatesCommandOutput,
|
|
25
25
|
InspectorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeAssessmentTemplatesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeAssessmentTemplatesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeAssessmentTemplatesCommandInput,
|
|
33
33
|
DescribeAssessmentTemplatesCommandOutput,
|
|
34
34
|
InspectorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeAssessmentTemplatesCommand extends DescribeAssessmentTemplatesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
InspectorClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface DescribeCrossAccountAccessRoleCommandOutput
|
|
|
15
15
|
declare const DescribeCrossAccountAccessRoleCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: DescribeCrossAccountAccessRoleCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
DescribeCrossAccountAccessRoleCommandInput,
|
|
20
20
|
DescribeCrossAccountAccessRoleCommandOutput,
|
|
21
21
|
InspectorClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const DescribeCrossAccountAccessRoleCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
...[input]: [] | [DescribeCrossAccountAccessRoleCommandInput]
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
DescribeCrossAccountAccessRoleCommandInput,
|
|
29
29
|
DescribeCrossAccountAccessRoleCommandOutput,
|
|
30
30
|
InspectorClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class DescribeCrossAccountAccessRoleCommand extends DescribeCrossAccountAccessRoleCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
InspectorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeExclusionsCommandOutput
|
|
|
19
19
|
declare const DescribeExclusionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeExclusionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeExclusionsCommandInput,
|
|
24
24
|
DescribeExclusionsCommandOutput,
|
|
25
25
|
InspectorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeExclusionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeExclusionsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeExclusionsCommandInput,
|
|
33
33
|
DescribeExclusionsCommandOutput,
|
|
34
34
|
InspectorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeExclusionsCommand extends DescribeExclusionsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
InspectorClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DescribeFindingsCommandOutput
|
|
|
18
18
|
declare const DescribeFindingsCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DescribeFindingsCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DescribeFindingsCommandInput,
|
|
23
23
|
DescribeFindingsCommandOutput,
|
|
24
24
|
InspectorClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DescribeFindingsCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DescribeFindingsCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DescribeFindingsCommandInput,
|
|
32
32
|
DescribeFindingsCommandOutput,
|
|
33
33
|
InspectorClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DescribeFindingsCommand extends DescribeFindingsCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
InspectorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeResourceGroupsCommandOutput
|
|
|
19
19
|
declare const DescribeResourceGroupsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeResourceGroupsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeResourceGroupsCommandInput,
|
|
24
24
|
DescribeResourceGroupsCommandOutput,
|
|
25
25
|
InspectorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeResourceGroupsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeResourceGroupsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeResourceGroupsCommandInput,
|
|
33
33
|
DescribeResourceGroupsCommandOutput,
|
|
34
34
|
InspectorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeResourceGroupsCommand extends DescribeResourceGroupsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
InspectorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeRulesPackagesCommandOutput
|
|
|
19
19
|
declare const DescribeRulesPackagesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeRulesPackagesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeRulesPackagesCommandInput,
|
|
24
24
|
DescribeRulesPackagesCommandOutput,
|
|
25
25
|
InspectorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeRulesPackagesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeRulesPackagesCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeRulesPackagesCommandInput,
|
|
33
33
|
DescribeRulesPackagesCommandOutput,
|
|
34
34
|
InspectorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeRulesPackagesCommand extends DescribeRulesPackagesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
InspectorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetAssessmentReportCommandOutput
|
|
|
19
19
|
declare const GetAssessmentReportCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetAssessmentReportCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetAssessmentReportCommandInput,
|
|
24
24
|
GetAssessmentReportCommandOutput,
|
|
25
25
|
InspectorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetAssessmentReportCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetAssessmentReportCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetAssessmentReportCommandInput,
|
|
33
33
|
GetAssessmentReportCommandOutput,
|
|
34
34
|
InspectorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetAssessmentReportCommand extends GetAssessmentReportCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
InspectorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetExclusionsPreviewCommandOutput
|
|
|
19
19
|
declare const GetExclusionsPreviewCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetExclusionsPreviewCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetExclusionsPreviewCommandInput,
|
|
24
24
|
GetExclusionsPreviewCommandOutput,
|
|
25
25
|
InspectorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetExclusionsPreviewCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetExclusionsPreviewCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetExclusionsPreviewCommandInput,
|
|
33
33
|
GetExclusionsPreviewCommandOutput,
|
|
34
34
|
InspectorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetExclusionsPreviewCommand extends GetExclusionsPreviewCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
InspectorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetTelemetryMetadataCommandOutput
|
|
|
19
19
|
declare const GetTelemetryMetadataCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetTelemetryMetadataCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetTelemetryMetadataCommandInput,
|
|
24
24
|
GetTelemetryMetadataCommandOutput,
|
|
25
25
|
InspectorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetTelemetryMetadataCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetTelemetryMetadataCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetTelemetryMetadataCommandInput,
|
|
33
33
|
GetTelemetryMetadataCommandOutput,
|
|
34
34
|
InspectorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetTelemetryMetadataCommand extends GetTelemetryMetadataCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
InspectorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListAssessmentRunAgentsCommandOutput
|
|
|
19
19
|
declare const ListAssessmentRunAgentsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListAssessmentRunAgentsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListAssessmentRunAgentsCommandInput,
|
|
24
24
|
ListAssessmentRunAgentsCommandOutput,
|
|
25
25
|
InspectorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListAssessmentRunAgentsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListAssessmentRunAgentsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListAssessmentRunAgentsCommandInput,
|
|
33
33
|
ListAssessmentRunAgentsCommandOutput,
|
|
34
34
|
InspectorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListAssessmentRunAgentsCommand extends ListAssessmentRunAgentsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
InspectorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListAssessmentRunsCommandOutput
|
|
|
19
19
|
declare const ListAssessmentRunsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListAssessmentRunsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListAssessmentRunsCommandInput,
|
|
24
24
|
ListAssessmentRunsCommandOutput,
|
|
25
25
|
InspectorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListAssessmentRunsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListAssessmentRunsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListAssessmentRunsCommandInput,
|
|
33
33
|
ListAssessmentRunsCommandOutput,
|
|
34
34
|
InspectorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListAssessmentRunsCommand extends ListAssessmentRunsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
InspectorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListAssessmentTargetsCommandOutput
|
|
|
19
19
|
declare const ListAssessmentTargetsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListAssessmentTargetsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListAssessmentTargetsCommandInput,
|
|
24
24
|
ListAssessmentTargetsCommandOutput,
|
|
25
25
|
InspectorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListAssessmentTargetsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListAssessmentTargetsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListAssessmentTargetsCommandInput,
|
|
33
33
|
ListAssessmentTargetsCommandOutput,
|
|
34
34
|
InspectorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListAssessmentTargetsCommand extends ListAssessmentTargetsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
InspectorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListAssessmentTemplatesCommandOutput
|
|
|
19
19
|
declare const ListAssessmentTemplatesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListAssessmentTemplatesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListAssessmentTemplatesCommandInput,
|
|
24
24
|
ListAssessmentTemplatesCommandOutput,
|
|
25
25
|
InspectorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListAssessmentTemplatesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListAssessmentTemplatesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListAssessmentTemplatesCommandInput,
|
|
33
33
|
ListAssessmentTemplatesCommandOutput,
|
|
34
34
|
InspectorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListAssessmentTemplatesCommand extends ListAssessmentTemplatesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
InspectorClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListEventSubscriptionsCommandOutput
|
|
|
19
19
|
declare const ListEventSubscriptionsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListEventSubscriptionsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListEventSubscriptionsCommandInput,
|
|
24
24
|
ListEventSubscriptionsCommandOutput,
|
|
25
25
|
InspectorClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListEventSubscriptionsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [ListEventSubscriptionsCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListEventSubscriptionsCommandInput,
|
|
33
33
|
ListEventSubscriptionsCommandOutput,
|
|
34
34
|
InspectorClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListEventSubscriptionsCommand extends ListEventSubscriptionsCommand_base {
|
|
41
43
|
protected static __types: {
|