@aws-sdk/client-inspector 3.50.0 → 3.53.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 (75) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/InspectorServiceException.js +11 -0
  4. package/dist-cjs/models/models_0.js +166 -3
  5. package/dist-cjs/protocols/Aws_json1_1.js +403 -1415
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/InspectorServiceException.js +12 -0
  8. package/dist-es/models/models_0.js +153 -1
  9. package/dist-es/protocols/Aws_json1_1.js +860 -1542
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/InspectorServiceException.d.ts +10 -0
  12. package/dist-types/models/models_0.d.ts +79 -72
  13. package/dist-types/ts3.4/Inspector.d.ts +190 -0
  14. package/dist-types/ts3.4/InspectorClient.d.ts +110 -0
  15. package/dist-types/ts3.4/commands/AddAttributesToFindingsCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CreateAssessmentTargetCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/CreateAssessmentTemplateCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/CreateExclusionsPreviewCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/CreateResourceGroupCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/DeleteAssessmentRunCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/DeleteAssessmentTargetCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DeleteAssessmentTemplateCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DescribeAssessmentRunsCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DescribeAssessmentTargetsCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DescribeAssessmentTemplatesCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DescribeCrossAccountAccessRoleCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DescribeExclusionsCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DescribeFindingsCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DescribeResourceGroupsCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DescribeRulesPackagesCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/GetAssessmentReportCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/GetExclusionsPreviewCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/GetTelemetryMetadataCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/ListAssessmentRunAgentsCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/ListAssessmentRunsCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/ListAssessmentTargetsCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/ListAssessmentTemplatesCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/ListEventSubscriptionsCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/ListExclusionsCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/ListRulesPackagesCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/PreviewAgentsCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/RegisterCrossAccountAccessRoleCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/RemoveAttributesFromFindingsCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/SetTagsForResourceCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/StartAssessmentRunCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/StopAssessmentRunCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/SubscribeToEventCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/UnsubscribeFromEventCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/UpdateAssessmentTargetCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/index.d.ts +37 -0
  53. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  54. package/dist-types/ts3.4/index.d.ts +6 -0
  55. package/dist-types/ts3.4/models/InspectorServiceException.d.ts +6 -0
  56. package/dist-types/ts3.4/models/index.d.ts +1 -0
  57. package/dist-types/ts3.4/models/models_0.d.ts +1506 -0
  58. package/dist-types/ts3.4/pagination/GetExclusionsPreviewPaginator.d.ts +4 -0
  59. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  60. package/dist-types/ts3.4/pagination/ListAssessmentRunAgentsPaginator.d.ts +4 -0
  61. package/dist-types/ts3.4/pagination/ListAssessmentRunsPaginator.d.ts +4 -0
  62. package/dist-types/ts3.4/pagination/ListAssessmentTargetsPaginator.d.ts +4 -0
  63. package/dist-types/ts3.4/pagination/ListAssessmentTemplatesPaginator.d.ts +4 -0
  64. package/dist-types/ts3.4/pagination/ListEventSubscriptionsPaginator.d.ts +4 -0
  65. package/dist-types/ts3.4/pagination/ListExclusionsPaginator.d.ts +4 -0
  66. package/dist-types/ts3.4/pagination/ListFindingsPaginator.d.ts +4 -0
  67. package/dist-types/ts3.4/pagination/ListRulesPackagesPaginator.d.ts +4 -0
  68. package/dist-types/ts3.4/pagination/PreviewAgentsPaginator.d.ts +4 -0
  69. package/dist-types/ts3.4/pagination/index.d.ts +11 -0
  70. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +113 -0
  71. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  72. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  73. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  74. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  75. package/package.json +33 -33
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { GetExclusionsPreviewCommandInput, GetExclusionsPreviewCommandOutput } from "../commands/GetExclusionsPreviewCommand";
3
+ import { InspectorPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateGetExclusionsPreview(config: InspectorPaginationConfiguration, input: GetExclusionsPreviewCommandInput, ...additionalArguments: any): Paginator<GetExclusionsPreviewCommandOutput>;
@@ -0,0 +1,6 @@
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
2
+ import { Inspector } from "../Inspector";
3
+ import { InspectorClient } from "../InspectorClient";
4
+ export interface InspectorPaginationConfiguration extends PaginationConfiguration {
5
+ client: Inspector | InspectorClient;
6
+ }
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListAssessmentRunAgentsCommandInput, ListAssessmentRunAgentsCommandOutput } from "../commands/ListAssessmentRunAgentsCommand";
3
+ import { InspectorPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListAssessmentRunAgents(config: InspectorPaginationConfiguration, input: ListAssessmentRunAgentsCommandInput, ...additionalArguments: any): Paginator<ListAssessmentRunAgentsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListAssessmentRunsCommandInput, ListAssessmentRunsCommandOutput } from "../commands/ListAssessmentRunsCommand";
3
+ import { InspectorPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListAssessmentRuns(config: InspectorPaginationConfiguration, input: ListAssessmentRunsCommandInput, ...additionalArguments: any): Paginator<ListAssessmentRunsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListAssessmentTargetsCommandInput, ListAssessmentTargetsCommandOutput } from "../commands/ListAssessmentTargetsCommand";
3
+ import { InspectorPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListAssessmentTargets(config: InspectorPaginationConfiguration, input: ListAssessmentTargetsCommandInput, ...additionalArguments: any): Paginator<ListAssessmentTargetsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListAssessmentTemplatesCommandInput, ListAssessmentTemplatesCommandOutput } from "../commands/ListAssessmentTemplatesCommand";
3
+ import { InspectorPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListAssessmentTemplates(config: InspectorPaginationConfiguration, input: ListAssessmentTemplatesCommandInput, ...additionalArguments: any): Paginator<ListAssessmentTemplatesCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListEventSubscriptionsCommandInput, ListEventSubscriptionsCommandOutput } from "../commands/ListEventSubscriptionsCommand";
3
+ import { InspectorPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListEventSubscriptions(config: InspectorPaginationConfiguration, input: ListEventSubscriptionsCommandInput, ...additionalArguments: any): Paginator<ListEventSubscriptionsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListExclusionsCommandInput, ListExclusionsCommandOutput } from "../commands/ListExclusionsCommand";
3
+ import { InspectorPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListExclusions(config: InspectorPaginationConfiguration, input: ListExclusionsCommandInput, ...additionalArguments: any): Paginator<ListExclusionsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListFindingsCommandInput, ListFindingsCommandOutput } from "../commands/ListFindingsCommand";
3
+ import { InspectorPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListFindings(config: InspectorPaginationConfiguration, input: ListFindingsCommandInput, ...additionalArguments: any): Paginator<ListFindingsCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { ListRulesPackagesCommandInput, ListRulesPackagesCommandOutput } from "../commands/ListRulesPackagesCommand";
3
+ import { InspectorPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginateListRulesPackages(config: InspectorPaginationConfiguration, input: ListRulesPackagesCommandInput, ...additionalArguments: any): Paginator<ListRulesPackagesCommandOutput>;
@@ -0,0 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import { PreviewAgentsCommandInput, PreviewAgentsCommandOutput } from "../commands/PreviewAgentsCommand";
3
+ import { InspectorPaginationConfiguration } from "./Interfaces";
4
+ export declare function paginatePreviewAgents(config: InspectorPaginationConfiguration, input: PreviewAgentsCommandInput, ...additionalArguments: any): Paginator<PreviewAgentsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ export * from "./GetExclusionsPreviewPaginator";
2
+ export * from "./Interfaces";
3
+ export * from "./ListAssessmentRunAgentsPaginator";
4
+ export * from "./ListAssessmentRunsPaginator";
5
+ export * from "./ListAssessmentTargetsPaginator";
6
+ export * from "./ListAssessmentTemplatesPaginator";
7
+ export * from "./ListEventSubscriptionsPaginator";
8
+ export * from "./ListExclusionsPaginator";
9
+ export * from "./ListFindingsPaginator";
10
+ export * from "./ListRulesPackagesPaginator";
11
+ export * from "./PreviewAgentsPaginator";
@@ -0,0 +1,113 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
+ import { AddAttributesToFindingsCommandInput, AddAttributesToFindingsCommandOutput } from "../commands/AddAttributesToFindingsCommand";
4
+ import { CreateAssessmentTargetCommandInput, CreateAssessmentTargetCommandOutput } from "../commands/CreateAssessmentTargetCommand";
5
+ import { CreateAssessmentTemplateCommandInput, CreateAssessmentTemplateCommandOutput } from "../commands/CreateAssessmentTemplateCommand";
6
+ import { CreateExclusionsPreviewCommandInput, CreateExclusionsPreviewCommandOutput } from "../commands/CreateExclusionsPreviewCommand";
7
+ import { CreateResourceGroupCommandInput, CreateResourceGroupCommandOutput } from "../commands/CreateResourceGroupCommand";
8
+ import { DeleteAssessmentRunCommandInput, DeleteAssessmentRunCommandOutput } from "../commands/DeleteAssessmentRunCommand";
9
+ import { DeleteAssessmentTargetCommandInput, DeleteAssessmentTargetCommandOutput } from "../commands/DeleteAssessmentTargetCommand";
10
+ import { DeleteAssessmentTemplateCommandInput, DeleteAssessmentTemplateCommandOutput } from "../commands/DeleteAssessmentTemplateCommand";
11
+ import { DescribeAssessmentRunsCommandInput, DescribeAssessmentRunsCommandOutput } from "../commands/DescribeAssessmentRunsCommand";
12
+ import { DescribeAssessmentTargetsCommandInput, DescribeAssessmentTargetsCommandOutput } from "../commands/DescribeAssessmentTargetsCommand";
13
+ import { DescribeAssessmentTemplatesCommandInput, DescribeAssessmentTemplatesCommandOutput } from "../commands/DescribeAssessmentTemplatesCommand";
14
+ import { DescribeCrossAccountAccessRoleCommandInput, DescribeCrossAccountAccessRoleCommandOutput } from "../commands/DescribeCrossAccountAccessRoleCommand";
15
+ import { DescribeExclusionsCommandInput, DescribeExclusionsCommandOutput } from "../commands/DescribeExclusionsCommand";
16
+ import { DescribeFindingsCommandInput, DescribeFindingsCommandOutput } from "../commands/DescribeFindingsCommand";
17
+ import { DescribeResourceGroupsCommandInput, DescribeResourceGroupsCommandOutput } from "../commands/DescribeResourceGroupsCommand";
18
+ import { DescribeRulesPackagesCommandInput, DescribeRulesPackagesCommandOutput } from "../commands/DescribeRulesPackagesCommand";
19
+ import { GetAssessmentReportCommandInput, GetAssessmentReportCommandOutput } from "../commands/GetAssessmentReportCommand";
20
+ import { GetExclusionsPreviewCommandInput, GetExclusionsPreviewCommandOutput } from "../commands/GetExclusionsPreviewCommand";
21
+ import { GetTelemetryMetadataCommandInput, GetTelemetryMetadataCommandOutput } from "../commands/GetTelemetryMetadataCommand";
22
+ import { ListAssessmentRunAgentsCommandInput, ListAssessmentRunAgentsCommandOutput } from "../commands/ListAssessmentRunAgentsCommand";
23
+ import { ListAssessmentRunsCommandInput, ListAssessmentRunsCommandOutput } from "../commands/ListAssessmentRunsCommand";
24
+ import { ListAssessmentTargetsCommandInput, ListAssessmentTargetsCommandOutput } from "../commands/ListAssessmentTargetsCommand";
25
+ import { ListAssessmentTemplatesCommandInput, ListAssessmentTemplatesCommandOutput } from "../commands/ListAssessmentTemplatesCommand";
26
+ import { ListEventSubscriptionsCommandInput, ListEventSubscriptionsCommandOutput } from "../commands/ListEventSubscriptionsCommand";
27
+ import { ListExclusionsCommandInput, ListExclusionsCommandOutput } from "../commands/ListExclusionsCommand";
28
+ import { ListFindingsCommandInput, ListFindingsCommandOutput } from "../commands/ListFindingsCommand";
29
+ import { ListRulesPackagesCommandInput, ListRulesPackagesCommandOutput } from "../commands/ListRulesPackagesCommand";
30
+ import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
31
+ import { PreviewAgentsCommandInput, PreviewAgentsCommandOutput } from "../commands/PreviewAgentsCommand";
32
+ import { RegisterCrossAccountAccessRoleCommandInput, RegisterCrossAccountAccessRoleCommandOutput } from "../commands/RegisterCrossAccountAccessRoleCommand";
33
+ import { RemoveAttributesFromFindingsCommandInput, RemoveAttributesFromFindingsCommandOutput } from "../commands/RemoveAttributesFromFindingsCommand";
34
+ import { SetTagsForResourceCommandInput, SetTagsForResourceCommandOutput } from "../commands/SetTagsForResourceCommand";
35
+ import { StartAssessmentRunCommandInput, StartAssessmentRunCommandOutput } from "../commands/StartAssessmentRunCommand";
36
+ import { StopAssessmentRunCommandInput, StopAssessmentRunCommandOutput } from "../commands/StopAssessmentRunCommand";
37
+ import { SubscribeToEventCommandInput, SubscribeToEventCommandOutput } from "../commands/SubscribeToEventCommand";
38
+ import { UnsubscribeFromEventCommandInput, UnsubscribeFromEventCommandOutput } from "../commands/UnsubscribeFromEventCommand";
39
+ import { UpdateAssessmentTargetCommandInput, UpdateAssessmentTargetCommandOutput } from "../commands/UpdateAssessmentTargetCommand";
40
+ export declare const serializeAws_json1_1AddAttributesToFindingsCommand: (input: AddAttributesToFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
+ export declare const serializeAws_json1_1CreateAssessmentTargetCommand: (input: CreateAssessmentTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
+ export declare const serializeAws_json1_1CreateAssessmentTemplateCommand: (input: CreateAssessmentTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
+ export declare const serializeAws_json1_1CreateExclusionsPreviewCommand: (input: CreateExclusionsPreviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
+ export declare const serializeAws_json1_1CreateResourceGroupCommand: (input: CreateResourceGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
+ export declare const serializeAws_json1_1DeleteAssessmentRunCommand: (input: DeleteAssessmentRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
+ export declare const serializeAws_json1_1DeleteAssessmentTargetCommand: (input: DeleteAssessmentTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
+ export declare const serializeAws_json1_1DeleteAssessmentTemplateCommand: (input: DeleteAssessmentTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
+ export declare const serializeAws_json1_1DescribeAssessmentRunsCommand: (input: DescribeAssessmentRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
+ export declare const serializeAws_json1_1DescribeAssessmentTargetsCommand: (input: DescribeAssessmentTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
+ export declare const serializeAws_json1_1DescribeAssessmentTemplatesCommand: (input: DescribeAssessmentTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
+ export declare const serializeAws_json1_1DescribeCrossAccountAccessRoleCommand: (input: DescribeCrossAccountAccessRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
+ export declare const serializeAws_json1_1DescribeExclusionsCommand: (input: DescribeExclusionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
+ export declare const serializeAws_json1_1DescribeFindingsCommand: (input: DescribeFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
+ export declare const serializeAws_json1_1DescribeResourceGroupsCommand: (input: DescribeResourceGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
+ export declare const serializeAws_json1_1DescribeRulesPackagesCommand: (input: DescribeRulesPackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
+ export declare const serializeAws_json1_1GetAssessmentReportCommand: (input: GetAssessmentReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
+ export declare const serializeAws_json1_1GetExclusionsPreviewCommand: (input: GetExclusionsPreviewCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
+ export declare const serializeAws_json1_1GetTelemetryMetadataCommand: (input: GetTelemetryMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
+ export declare const serializeAws_json1_1ListAssessmentRunAgentsCommand: (input: ListAssessmentRunAgentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
+ export declare const serializeAws_json1_1ListAssessmentRunsCommand: (input: ListAssessmentRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
+ export declare const serializeAws_json1_1ListAssessmentTargetsCommand: (input: ListAssessmentTargetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
+ export declare const serializeAws_json1_1ListAssessmentTemplatesCommand: (input: ListAssessmentTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
+ export declare const serializeAws_json1_1ListEventSubscriptionsCommand: (input: ListEventSubscriptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
+ export declare const serializeAws_json1_1ListExclusionsCommand: (input: ListExclusionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
+ export declare const serializeAws_json1_1ListFindingsCommand: (input: ListFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
+ export declare const serializeAws_json1_1ListRulesPackagesCommand: (input: ListRulesPackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
+ export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
+ export declare const serializeAws_json1_1PreviewAgentsCommand: (input: PreviewAgentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
+ export declare const serializeAws_json1_1RegisterCrossAccountAccessRoleCommand: (input: RegisterCrossAccountAccessRoleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
+ export declare const serializeAws_json1_1RemoveAttributesFromFindingsCommand: (input: RemoveAttributesFromFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
+ export declare const serializeAws_json1_1SetTagsForResourceCommand: (input: SetTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
+ export declare const serializeAws_json1_1StartAssessmentRunCommand: (input: StartAssessmentRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
+ export declare const serializeAws_json1_1StopAssessmentRunCommand: (input: StopAssessmentRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
+ export declare const serializeAws_json1_1SubscribeToEventCommand: (input: SubscribeToEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
+ export declare const serializeAws_json1_1UnsubscribeFromEventCommand: (input: UnsubscribeFromEventCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
+ export declare const serializeAws_json1_1UpdateAssessmentTargetCommand: (input: UpdateAssessmentTargetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
+ export declare const deserializeAws_json1_1AddAttributesToFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddAttributesToFindingsCommandOutput>;
78
+ export declare const deserializeAws_json1_1CreateAssessmentTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAssessmentTargetCommandOutput>;
79
+ export declare const deserializeAws_json1_1CreateAssessmentTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAssessmentTemplateCommandOutput>;
80
+ export declare const deserializeAws_json1_1CreateExclusionsPreviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateExclusionsPreviewCommandOutput>;
81
+ export declare const deserializeAws_json1_1CreateResourceGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResourceGroupCommandOutput>;
82
+ export declare const deserializeAws_json1_1DeleteAssessmentRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAssessmentRunCommandOutput>;
83
+ export declare const deserializeAws_json1_1DeleteAssessmentTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAssessmentTargetCommandOutput>;
84
+ export declare const deserializeAws_json1_1DeleteAssessmentTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAssessmentTemplateCommandOutput>;
85
+ export declare const deserializeAws_json1_1DescribeAssessmentRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAssessmentRunsCommandOutput>;
86
+ export declare const deserializeAws_json1_1DescribeAssessmentTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAssessmentTargetsCommandOutput>;
87
+ export declare const deserializeAws_json1_1DescribeAssessmentTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAssessmentTemplatesCommandOutput>;
88
+ export declare const deserializeAws_json1_1DescribeCrossAccountAccessRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCrossAccountAccessRoleCommandOutput>;
89
+ export declare const deserializeAws_json1_1DescribeExclusionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExclusionsCommandOutput>;
90
+ export declare const deserializeAws_json1_1DescribeFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFindingsCommandOutput>;
91
+ export declare const deserializeAws_json1_1DescribeResourceGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResourceGroupsCommandOutput>;
92
+ export declare const deserializeAws_json1_1DescribeRulesPackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRulesPackagesCommandOutput>;
93
+ export declare const deserializeAws_json1_1GetAssessmentReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssessmentReportCommandOutput>;
94
+ export declare const deserializeAws_json1_1GetExclusionsPreviewCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetExclusionsPreviewCommandOutput>;
95
+ export declare const deserializeAws_json1_1GetTelemetryMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTelemetryMetadataCommandOutput>;
96
+ export declare const deserializeAws_json1_1ListAssessmentRunAgentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssessmentRunAgentsCommandOutput>;
97
+ export declare const deserializeAws_json1_1ListAssessmentRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssessmentRunsCommandOutput>;
98
+ export declare const deserializeAws_json1_1ListAssessmentTargetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssessmentTargetsCommandOutput>;
99
+ export declare const deserializeAws_json1_1ListAssessmentTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssessmentTemplatesCommandOutput>;
100
+ export declare const deserializeAws_json1_1ListEventSubscriptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventSubscriptionsCommandOutput>;
101
+ export declare const deserializeAws_json1_1ListExclusionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExclusionsCommandOutput>;
102
+ export declare const deserializeAws_json1_1ListFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFindingsCommandOutput>;
103
+ export declare const deserializeAws_json1_1ListRulesPackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRulesPackagesCommandOutput>;
104
+ export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
105
+ export declare const deserializeAws_json1_1PreviewAgentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PreviewAgentsCommandOutput>;
106
+ export declare const deserializeAws_json1_1RegisterCrossAccountAccessRoleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterCrossAccountAccessRoleCommandOutput>;
107
+ export declare const deserializeAws_json1_1RemoveAttributesFromFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RemoveAttributesFromFindingsCommandOutput>;
108
+ export declare const deserializeAws_json1_1SetTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SetTagsForResourceCommandOutput>;
109
+ export declare const deserializeAws_json1_1StartAssessmentRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartAssessmentRunCommandOutput>;
110
+ export declare const deserializeAws_json1_1StopAssessmentRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopAssessmentRunCommandOutput>;
111
+ export declare const deserializeAws_json1_1SubscribeToEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SubscribeToEventCommandOutput>;
112
+ export declare const deserializeAws_json1_1UnsubscribeFromEventCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UnsubscribeFromEventCommandOutput>;
113
+ export declare const deserializeAws_json1_1UpdateAssessmentTargetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAssessmentTargetCommandOutput>;
@@ -0,0 +1,38 @@
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
+ import { InspectorClientConfig } from "./InspectorClient";
3
+
4
+ export declare const getRuntimeConfig: (config: InspectorClientConfig) => {
5
+ runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
+ base64Decoder: import("@aws-sdk/types").Decoder;
8
+ base64Encoder: import("@aws-sdk/types").Encoder;
9
+ bodyLengthChecker: (body: any) => number | undefined;
10
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
+ region: string | import("@aws-sdk/types").Provider<any>;
14
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
16
+ sha256: import("@aws-sdk/types").HashConstructor;
17
+ streamCollector: import("@aws-sdk/types").StreamCollector;
18
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ utf8Decoder: import("@aws-sdk/types").Decoder;
21
+ utf8Encoder: import("@aws-sdk/types").Encoder;
22
+ apiVersion: string;
23
+ urlParser: import("@aws-sdk/types").UrlParser;
24
+ disableHostPrefix: boolean;
25
+ logger: import("@aws-sdk/types").Logger;
26
+ serviceId: string;
27
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ tls?: boolean | undefined;
30
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
+ signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
+ signingEscapePath?: boolean | undefined;
34
+ systemClockOffset?: number | undefined;
35
+ signingRegion?: string | undefined;
36
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
+ };
@@ -0,0 +1,38 @@
1
+ import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
+ import { InspectorClientConfig } from "./InspectorClient";
3
+
4
+ export declare const getRuntimeConfig: (config: InspectorClientConfig) => {
5
+ runtime: string;
6
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
7
+ base64Decoder: import("@aws-sdk/types").Decoder;
8
+ base64Encoder: import("@aws-sdk/types").Encoder;
9
+ bodyLengthChecker: (body: any) => number | undefined;
10
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
11
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
12
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
13
+ region: string | import("@aws-sdk/types").Provider<string>;
14
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
15
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
16
+ sha256: import("@aws-sdk/types").HashConstructor;
17
+ streamCollector: import("@aws-sdk/types").StreamCollector;
18
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ utf8Decoder: import("@aws-sdk/types").Decoder;
21
+ utf8Encoder: import("@aws-sdk/types").Encoder;
22
+ apiVersion: string;
23
+ urlParser: import("@aws-sdk/types").UrlParser;
24
+ disableHostPrefix: boolean;
25
+ logger: import("@aws-sdk/types").Logger;
26
+ serviceId: string;
27
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
28
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ tls?: boolean | undefined;
30
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
31
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
32
+ signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
+ signingEscapePath?: boolean | undefined;
34
+ systemClockOffset?: number | undefined;
35
+ signingRegion?: string | undefined;
36
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
37
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
38
+ };
@@ -0,0 +1,37 @@
1
+ import { InspectorClientConfig } from "./InspectorClient";
2
+
3
+ export declare const getRuntimeConfig: (config: InspectorClientConfig) => {
4
+ runtime: string;
5
+ sha256: import("@aws-sdk/types").HashConstructor;
6
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | import("@aws-sdk/fetch-http-handler").FetchHttpHandler;
7
+ apiVersion: string;
8
+ urlParser: import("@aws-sdk/types").UrlParser;
9
+ bodyLengthChecker: (body: any) => number | undefined;
10
+ streamCollector: import("@aws-sdk/types").StreamCollector;
11
+ base64Decoder: import("@aws-sdk/types").Decoder;
12
+ base64Encoder: import("@aws-sdk/types").Encoder;
13
+ utf8Decoder: import("@aws-sdk/types").Decoder;
14
+ utf8Encoder: import("@aws-sdk/types").Encoder;
15
+ disableHostPrefix: boolean;
16
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
18
+ logger: import("@aws-sdk/types").Logger;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
+ serviceId: string;
22
+ region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
24
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
25
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
26
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
27
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
+ tls?: boolean | undefined;
29
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
+ signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
+ signingEscapePath?: boolean | undefined;
33
+ systemClockOffset?: number | undefined;
34
+ signingRegion?: string | undefined;
35
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
36
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
37
+ };
@@ -0,0 +1,11 @@
1
+ import { Logger as __Logger } from "@aws-sdk/types";
2
+ import { InspectorClientConfig } from "./InspectorClient";
3
+
4
+ export declare const getRuntimeConfig: (config: InspectorClientConfig) => {
5
+ apiVersion: string;
6
+ disableHostPrefix: boolean;
7
+ logger: __Logger;
8
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
9
+ serviceId: string;
10
+ urlParser: import("@aws-sdk/types").UrlParser;
11
+ };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-inspector",
3
3
  "description": "AWS SDK for JavaScript Inspector Client for Node.js, Browser and React Native",
4
- "version": "3.50.0",
4
+ "version": "3.53.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -9,7 +9,7 @@
9
9
  "build:es": "tsc -p tsconfig.es.json",
10
10
  "build:types": "tsc -p tsconfig.types.json",
11
11
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
12
- "clean": "rimraf ./dist-*"
12
+ "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo"
13
13
  },
14
14
  "main": "./dist-cjs/index.js",
15
15
  "types": "./dist-types/index.d.ts",
@@ -18,40 +18,40 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.50.0",
22
- "@aws-sdk/config-resolver": "3.50.0",
23
- "@aws-sdk/credential-provider-node": "3.50.0",
24
- "@aws-sdk/fetch-http-handler": "3.50.0",
25
- "@aws-sdk/hash-node": "3.50.0",
26
- "@aws-sdk/invalid-dependency": "3.50.0",
27
- "@aws-sdk/middleware-content-length": "3.50.0",
28
- "@aws-sdk/middleware-host-header": "3.50.0",
29
- "@aws-sdk/middleware-logger": "3.50.0",
30
- "@aws-sdk/middleware-retry": "3.50.0",
31
- "@aws-sdk/middleware-serde": "3.50.0",
32
- "@aws-sdk/middleware-signing": "3.50.0",
33
- "@aws-sdk/middleware-stack": "3.50.0",
34
- "@aws-sdk/middleware-user-agent": "3.50.0",
35
- "@aws-sdk/node-config-provider": "3.50.0",
36
- "@aws-sdk/node-http-handler": "3.50.0",
37
- "@aws-sdk/protocol-http": "3.50.0",
38
- "@aws-sdk/smithy-client": "3.50.0",
39
- "@aws-sdk/types": "3.50.0",
40
- "@aws-sdk/url-parser": "3.50.0",
41
- "@aws-sdk/util-base64-browser": "3.49.0",
42
- "@aws-sdk/util-base64-node": "3.49.0",
43
- "@aws-sdk/util-body-length-browser": "3.49.0",
44
- "@aws-sdk/util-body-length-node": "3.49.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.50.0",
46
- "@aws-sdk/util-defaults-mode-node": "3.50.0",
47
- "@aws-sdk/util-user-agent-browser": "3.50.0",
48
- "@aws-sdk/util-user-agent-node": "3.50.0",
49
- "@aws-sdk/util-utf8-browser": "3.49.0",
50
- "@aws-sdk/util-utf8-node": "3.49.0",
21
+ "@aws-sdk/client-sts": "3.53.0",
22
+ "@aws-sdk/config-resolver": "3.53.0",
23
+ "@aws-sdk/credential-provider-node": "3.53.0",
24
+ "@aws-sdk/fetch-http-handler": "3.53.0",
25
+ "@aws-sdk/hash-node": "3.53.0",
26
+ "@aws-sdk/invalid-dependency": "3.53.0",
27
+ "@aws-sdk/middleware-content-length": "3.53.0",
28
+ "@aws-sdk/middleware-host-header": "3.53.0",
29
+ "@aws-sdk/middleware-logger": "3.53.0",
30
+ "@aws-sdk/middleware-retry": "3.53.0",
31
+ "@aws-sdk/middleware-serde": "3.53.0",
32
+ "@aws-sdk/middleware-signing": "3.53.0",
33
+ "@aws-sdk/middleware-stack": "3.53.0",
34
+ "@aws-sdk/middleware-user-agent": "3.53.0",
35
+ "@aws-sdk/node-config-provider": "3.53.0",
36
+ "@aws-sdk/node-http-handler": "3.53.0",
37
+ "@aws-sdk/protocol-http": "3.53.0",
38
+ "@aws-sdk/smithy-client": "3.53.0",
39
+ "@aws-sdk/types": "3.53.0",
40
+ "@aws-sdk/url-parser": "3.53.0",
41
+ "@aws-sdk/util-base64-browser": "3.52.0",
42
+ "@aws-sdk/util-base64-node": "3.52.0",
43
+ "@aws-sdk/util-body-length-browser": "3.52.0",
44
+ "@aws-sdk/util-body-length-node": "3.52.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.53.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.53.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.53.0",
48
+ "@aws-sdk/util-user-agent-node": "3.53.0",
49
+ "@aws-sdk/util-utf8-browser": "3.52.0",
50
+ "@aws-sdk/util-utf8-node": "3.52.0",
51
51
  "tslib": "^2.3.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@aws-sdk/service-client-documentation-generator": "3.49.0",
54
+ "@aws-sdk/service-client-documentation-generator": "3.52.0",
55
55
  "@tsconfig/recommended": "1.0.1",
56
56
  "@types/node": "^12.7.5",
57
57
  "concurrently": "7.0.0",