@aws-sdk/client-inspector 3.1045.0 → 3.1047.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (146) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +90 -91
  5. package/dist-cjs/models/InspectorServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/Inspector.js +1 -1
  10. package/dist-es/InspectorClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AddAttributesToFindingsCommand.js +2 -2
  13. package/dist-es/commands/CreateAssessmentTargetCommand.js +2 -2
  14. package/dist-es/commands/CreateAssessmentTemplateCommand.js +2 -2
  15. package/dist-es/commands/CreateExclusionsPreviewCommand.js +2 -2
  16. package/dist-es/commands/CreateResourceGroupCommand.js +2 -2
  17. package/dist-es/commands/DeleteAssessmentRunCommand.js +2 -2
  18. package/dist-es/commands/DeleteAssessmentTargetCommand.js +2 -2
  19. package/dist-es/commands/DeleteAssessmentTemplateCommand.js +2 -2
  20. package/dist-es/commands/DescribeAssessmentRunsCommand.js +2 -2
  21. package/dist-es/commands/DescribeAssessmentTargetsCommand.js +2 -2
  22. package/dist-es/commands/DescribeAssessmentTemplatesCommand.js +2 -2
  23. package/dist-es/commands/DescribeCrossAccountAccessRoleCommand.js +2 -2
  24. package/dist-es/commands/DescribeExclusionsCommand.js +2 -2
  25. package/dist-es/commands/DescribeFindingsCommand.js +2 -2
  26. package/dist-es/commands/DescribeResourceGroupsCommand.js +2 -2
  27. package/dist-es/commands/DescribeRulesPackagesCommand.js +2 -2
  28. package/dist-es/commands/GetAssessmentReportCommand.js +2 -2
  29. package/dist-es/commands/GetExclusionsPreviewCommand.js +2 -2
  30. package/dist-es/commands/GetTelemetryMetadataCommand.js +2 -2
  31. package/dist-es/commands/ListAssessmentRunAgentsCommand.js +2 -2
  32. package/dist-es/commands/ListAssessmentRunsCommand.js +2 -2
  33. package/dist-es/commands/ListAssessmentTargetsCommand.js +2 -2
  34. package/dist-es/commands/ListAssessmentTemplatesCommand.js +2 -2
  35. package/dist-es/commands/ListEventSubscriptionsCommand.js +2 -2
  36. package/dist-es/commands/ListExclusionsCommand.js +2 -2
  37. package/dist-es/commands/ListFindingsCommand.js +2 -2
  38. package/dist-es/commands/ListRulesPackagesCommand.js +2 -2
  39. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  40. package/dist-es/commands/PreviewAgentsCommand.js +2 -2
  41. package/dist-es/commands/RegisterCrossAccountAccessRoleCommand.js +2 -2
  42. package/dist-es/commands/RemoveAttributesFromFindingsCommand.js +2 -2
  43. package/dist-es/commands/SetTagsForResourceCommand.js +2 -2
  44. package/dist-es/commands/StartAssessmentRunCommand.js +2 -2
  45. package/dist-es/commands/StopAssessmentRunCommand.js +2 -2
  46. package/dist-es/commands/SubscribeToEventCommand.js +2 -2
  47. package/dist-es/commands/UnsubscribeFromEventCommand.js +2 -2
  48. package/dist-es/commands/UpdateAssessmentTargetCommand.js +2 -2
  49. package/dist-es/endpoint/bdd.js +1 -1
  50. package/dist-es/endpoint/endpointResolver.js +1 -1
  51. package/dist-es/models/InspectorServiceException.js +1 -1
  52. package/dist-es/runtimeConfig.browser.js +4 -6
  53. package/dist-es/runtimeConfig.js +4 -8
  54. package/dist-es/runtimeConfig.shared.js +3 -4
  55. package/dist-es/runtimeExtensions.js +2 -2
  56. package/dist-types/InspectorClient.d.ts +5 -5
  57. package/dist-types/commands/AddAttributesToFindingsCommand.d.ts +6 -4
  58. package/dist-types/commands/CreateAssessmentTargetCommand.d.ts +6 -4
  59. package/dist-types/commands/CreateAssessmentTemplateCommand.d.ts +6 -4
  60. package/dist-types/commands/CreateExclusionsPreviewCommand.d.ts +6 -4
  61. package/dist-types/commands/CreateResourceGroupCommand.d.ts +6 -4
  62. package/dist-types/commands/DeleteAssessmentRunCommand.d.ts +6 -4
  63. package/dist-types/commands/DeleteAssessmentTargetCommand.d.ts +6 -4
  64. package/dist-types/commands/DeleteAssessmentTemplateCommand.d.ts +6 -4
  65. package/dist-types/commands/DescribeAssessmentRunsCommand.d.ts +6 -4
  66. package/dist-types/commands/DescribeAssessmentTargetsCommand.d.ts +6 -4
  67. package/dist-types/commands/DescribeAssessmentTemplatesCommand.d.ts +6 -4
  68. package/dist-types/commands/DescribeCrossAccountAccessRoleCommand.d.ts +6 -4
  69. package/dist-types/commands/DescribeExclusionsCommand.d.ts +6 -4
  70. package/dist-types/commands/DescribeFindingsCommand.d.ts +6 -4
  71. package/dist-types/commands/DescribeResourceGroupsCommand.d.ts +6 -4
  72. package/dist-types/commands/DescribeRulesPackagesCommand.d.ts +6 -4
  73. package/dist-types/commands/GetAssessmentReportCommand.d.ts +6 -4
  74. package/dist-types/commands/GetExclusionsPreviewCommand.d.ts +6 -4
  75. package/dist-types/commands/GetTelemetryMetadataCommand.d.ts +6 -4
  76. package/dist-types/commands/ListAssessmentRunAgentsCommand.d.ts +6 -4
  77. package/dist-types/commands/ListAssessmentRunsCommand.d.ts +6 -4
  78. package/dist-types/commands/ListAssessmentTargetsCommand.d.ts +6 -4
  79. package/dist-types/commands/ListAssessmentTemplatesCommand.d.ts +6 -4
  80. package/dist-types/commands/ListEventSubscriptionsCommand.d.ts +6 -4
  81. package/dist-types/commands/ListExclusionsCommand.d.ts +6 -4
  82. package/dist-types/commands/ListFindingsCommand.d.ts +6 -4
  83. package/dist-types/commands/ListRulesPackagesCommand.d.ts +6 -4
  84. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  85. package/dist-types/commands/PreviewAgentsCommand.d.ts +6 -4
  86. package/dist-types/commands/RegisterCrossAccountAccessRoleCommand.d.ts +6 -4
  87. package/dist-types/commands/RemoveAttributesFromFindingsCommand.d.ts +6 -4
  88. package/dist-types/commands/SetTagsForResourceCommand.d.ts +6 -4
  89. package/dist-types/commands/StartAssessmentRunCommand.d.ts +6 -4
  90. package/dist-types/commands/StopAssessmentRunCommand.d.ts +6 -4
  91. package/dist-types/commands/SubscribeToEventCommand.d.ts +6 -4
  92. package/dist-types/commands/UnsubscribeFromEventCommand.d.ts +6 -4
  93. package/dist-types/commands/UpdateAssessmentTargetCommand.d.ts +6 -4
  94. package/dist-types/endpoint/bdd.d.ts +1 -1
  95. package/dist-types/extensionConfiguration.d.ts +1 -1
  96. package/dist-types/models/InspectorServiceException.d.ts +1 -1
  97. package/dist-types/models/errors.d.ts +1 -1
  98. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  99. package/dist-types/runtimeConfig.d.ts +2 -2
  100. package/dist-types/runtimeConfig.native.d.ts +2 -2
  101. package/dist-types/ts3.4/InspectorClient.d.ts +8 -14
  102. package/dist-types/ts3.4/commands/AddAttributesToFindingsCommand.d.ts +6 -4
  103. package/dist-types/ts3.4/commands/CreateAssessmentTargetCommand.d.ts +6 -4
  104. package/dist-types/ts3.4/commands/CreateAssessmentTemplateCommand.d.ts +6 -4
  105. package/dist-types/ts3.4/commands/CreateExclusionsPreviewCommand.d.ts +6 -4
  106. package/dist-types/ts3.4/commands/CreateResourceGroupCommand.d.ts +6 -4
  107. package/dist-types/ts3.4/commands/DeleteAssessmentRunCommand.d.ts +6 -4
  108. package/dist-types/ts3.4/commands/DeleteAssessmentTargetCommand.d.ts +6 -4
  109. package/dist-types/ts3.4/commands/DeleteAssessmentTemplateCommand.d.ts +6 -4
  110. package/dist-types/ts3.4/commands/DescribeAssessmentRunsCommand.d.ts +6 -4
  111. package/dist-types/ts3.4/commands/DescribeAssessmentTargetsCommand.d.ts +6 -4
  112. package/dist-types/ts3.4/commands/DescribeAssessmentTemplatesCommand.d.ts +6 -4
  113. package/dist-types/ts3.4/commands/DescribeCrossAccountAccessRoleCommand.d.ts +6 -4
  114. package/dist-types/ts3.4/commands/DescribeExclusionsCommand.d.ts +6 -4
  115. package/dist-types/ts3.4/commands/DescribeFindingsCommand.d.ts +6 -4
  116. package/dist-types/ts3.4/commands/DescribeResourceGroupsCommand.d.ts +6 -4
  117. package/dist-types/ts3.4/commands/DescribeRulesPackagesCommand.d.ts +6 -4
  118. package/dist-types/ts3.4/commands/GetAssessmentReportCommand.d.ts +6 -4
  119. package/dist-types/ts3.4/commands/GetExclusionsPreviewCommand.d.ts +6 -4
  120. package/dist-types/ts3.4/commands/GetTelemetryMetadataCommand.d.ts +6 -4
  121. package/dist-types/ts3.4/commands/ListAssessmentRunAgentsCommand.d.ts +6 -4
  122. package/dist-types/ts3.4/commands/ListAssessmentRunsCommand.d.ts +6 -4
  123. package/dist-types/ts3.4/commands/ListAssessmentTargetsCommand.d.ts +6 -4
  124. package/dist-types/ts3.4/commands/ListAssessmentTemplatesCommand.d.ts +6 -4
  125. package/dist-types/ts3.4/commands/ListEventSubscriptionsCommand.d.ts +6 -4
  126. package/dist-types/ts3.4/commands/ListExclusionsCommand.d.ts +6 -4
  127. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +6 -4
  128. package/dist-types/ts3.4/commands/ListRulesPackagesCommand.d.ts +6 -4
  129. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  130. package/dist-types/ts3.4/commands/PreviewAgentsCommand.d.ts +6 -4
  131. package/dist-types/ts3.4/commands/RegisterCrossAccountAccessRoleCommand.d.ts +6 -4
  132. package/dist-types/ts3.4/commands/RemoveAttributesFromFindingsCommand.d.ts +6 -4
  133. package/dist-types/ts3.4/commands/SetTagsForResourceCommand.d.ts +6 -4
  134. package/dist-types/ts3.4/commands/StartAssessmentRunCommand.d.ts +6 -4
  135. package/dist-types/ts3.4/commands/StopAssessmentRunCommand.d.ts +6 -4
  136. package/dist-types/ts3.4/commands/SubscribeToEventCommand.d.ts +6 -4
  137. package/dist-types/ts3.4/commands/UnsubscribeFromEventCommand.d.ts +6 -4
  138. package/dist-types/ts3.4/commands/UpdateAssessmentTargetCommand.d.ts +6 -4
  139. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  140. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  141. package/dist-types/ts3.4/models/InspectorServiceException.d.ts +1 -1
  142. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  143. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  144. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  145. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  146. package/package.json +13 -34
@@ -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 { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
7
- import { Hash } from "@smithy/hash-node";
8
- import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
9
- import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
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/smithy-client";
4
- import { parseUrl } from "@smithy/url-parser";
5
- import { fromBase64, toBase64 } from "@smithy/util-base64";
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 { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from "@smithy/protocol-http";
3
- import { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from "@smithy/smithy-client";
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 RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
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/smithy-client";
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/smithy-client").CommandImpl<AddAttributesToFindingsCommandInput, AddAttributesToFindingsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AddAttributesToFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<AddAttributesToFindingsCommandInput, AddAttributesToFindingsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<CreateAssessmentTargetCommandInput, CreateAssessmentTargetCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateAssessmentTargetCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAssessmentTargetCommandInput, CreateAssessmentTargetCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<CreateAssessmentTemplateCommandInput, CreateAssessmentTemplateCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateAssessmentTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAssessmentTemplateCommandInput, CreateAssessmentTemplateCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<CreateExclusionsPreviewCommandInput, CreateExclusionsPreviewCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateExclusionsPreviewCommandInput): import("@smithy/smithy-client").CommandImpl<CreateExclusionsPreviewCommandInput, CreateExclusionsPreviewCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<CreateResourceGroupCommandInput, CreateResourceGroupCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateResourceGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateResourceGroupCommandInput, CreateResourceGroupCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<DeleteAssessmentRunCommandInput, DeleteAssessmentRunCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAssessmentRunCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAssessmentRunCommandInput, DeleteAssessmentRunCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<DeleteAssessmentTargetCommandInput, DeleteAssessmentTargetCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAssessmentTargetCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAssessmentTargetCommandInput, DeleteAssessmentTargetCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<DeleteAssessmentTemplateCommandInput, DeleteAssessmentTemplateCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAssessmentTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAssessmentTemplateCommandInput, DeleteAssessmentTemplateCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<DescribeAssessmentRunsCommandInput, DescribeAssessmentRunsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeAssessmentRunsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAssessmentRunsCommandInput, DescribeAssessmentRunsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<DescribeAssessmentTargetsCommandInput, DescribeAssessmentTargetsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeAssessmentTargetsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAssessmentTargetsCommandInput, DescribeAssessmentTargetsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<DescribeAssessmentTemplatesCommandInput, DescribeAssessmentTemplatesCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeAssessmentTemplatesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAssessmentTemplatesCommandInput, DescribeAssessmentTemplatesCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<DescribeCrossAccountAccessRoleCommandInput, DescribeCrossAccountAccessRoleCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeCrossAccountAccessRoleCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeCrossAccountAccessRoleCommandInput, DescribeCrossAccountAccessRoleCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<DescribeExclusionsCommandInput, DescribeExclusionsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeExclusionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeExclusionsCommandInput, DescribeExclusionsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<DescribeFindingsCommandInput, DescribeFindingsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeFindingsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFindingsCommandInput, DescribeFindingsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<DescribeResourceGroupsCommandInput, DescribeResourceGroupsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeResourceGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResourceGroupsCommandInput, DescribeResourceGroupsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<DescribeRulesPackagesCommandInput, DescribeRulesPackagesCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeRulesPackagesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRulesPackagesCommandInput, DescribeRulesPackagesCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<GetAssessmentReportCommandInput, GetAssessmentReportCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetAssessmentReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetAssessmentReportCommandInput, GetAssessmentReportCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<GetExclusionsPreviewCommandInput, GetExclusionsPreviewCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetExclusionsPreviewCommandInput): import("@smithy/smithy-client").CommandImpl<GetExclusionsPreviewCommandInput, GetExclusionsPreviewCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<GetTelemetryMetadataCommandInput, GetTelemetryMetadataCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetTelemetryMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<GetTelemetryMetadataCommandInput, GetTelemetryMetadataCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<ListAssessmentRunAgentsCommandInput, ListAssessmentRunAgentsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListAssessmentRunAgentsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAssessmentRunAgentsCommandInput, ListAssessmentRunAgentsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<ListAssessmentRunsCommandInput, ListAssessmentRunsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListAssessmentRunsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAssessmentRunsCommandInput, ListAssessmentRunsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<ListAssessmentTargetsCommandInput, ListAssessmentTargetsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListAssessmentTargetsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAssessmentTargetsCommandInput, ListAssessmentTargetsCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<ListAssessmentTemplatesCommandInput, ListAssessmentTemplatesCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListAssessmentTemplatesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAssessmentTemplatesCommandInput, ListAssessmentTemplatesCommandOutput, InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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