@aws-sdk/client-inspector 3.1045.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.
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
@@ -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 { 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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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/smithy-client";
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/smithy-client").CommandImpl<
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/smithy-client").CommandImpl<
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(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class ListEventSubscriptionsCommand extends ListEventSubscriptionsCommand_base {
41
43
  protected static __types: {