@aws-sdk/client-inspector2 3.533.0 → 3.535.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 (124) hide show
  1. package/dist-types/Inspector2.d.ts +20 -1
  2. package/dist-types/Inspector2Client.d.ts +1 -1
  3. package/dist-types/commands/AssociateMemberCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchGetAccountStatusCommand.d.ts +2 -1
  5. package/dist-types/commands/BatchGetCodeSnippetCommand.d.ts +2 -1
  6. package/dist-types/commands/BatchGetFindingDetailsCommand.d.ts +2 -1
  7. package/dist-types/commands/BatchGetFreeTrialInfoCommand.d.ts +2 -1
  8. package/dist-types/commands/BatchGetMemberEc2DeepInspectionStatusCommand.d.ts +2 -1
  9. package/dist-types/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.d.ts +2 -1
  10. package/dist-types/commands/CancelFindingsReportCommand.d.ts +2 -1
  11. package/dist-types/commands/CancelSbomExportCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateCisScanConfigurationCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateFilterCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateFindingsReportCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateSbomExportCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteCisScanConfigurationCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteFilterCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +2 -1
  19. package/dist-types/commands/DisableCommand.d.ts +2 -1
  20. package/dist-types/commands/DisableDelegatedAdminAccountCommand.d.ts +2 -1
  21. package/dist-types/commands/DisassociateMemberCommand.d.ts +2 -1
  22. package/dist-types/commands/EnableCommand.d.ts +2 -1
  23. package/dist-types/commands/EnableDelegatedAdminAccountCommand.d.ts +2 -1
  24. package/dist-types/commands/GetCisScanReportCommand.d.ts +2 -1
  25. package/dist-types/commands/GetCisScanResultDetailsCommand.d.ts +2 -1
  26. package/dist-types/commands/GetConfigurationCommand.d.ts +2 -1
  27. package/dist-types/commands/GetDelegatedAdminAccountCommand.d.ts +2 -1
  28. package/dist-types/commands/GetEc2DeepInspectionConfigurationCommand.d.ts +2 -1
  29. package/dist-types/commands/GetEncryptionKeyCommand.d.ts +2 -1
  30. package/dist-types/commands/GetFindingsReportStatusCommand.d.ts +2 -1
  31. package/dist-types/commands/GetMemberCommand.d.ts +2 -1
  32. package/dist-types/commands/GetSbomExportCommand.d.ts +2 -1
  33. package/dist-types/commands/ListAccountPermissionsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListCisScanConfigurationsCommand.d.ts +2 -1
  35. package/dist-types/commands/ListCisScanResultsAggregatedByChecksCommand.d.ts +2 -1
  36. package/dist-types/commands/ListCisScanResultsAggregatedByTargetResourceCommand.d.ts +2 -1
  37. package/dist-types/commands/ListCisScansCommand.d.ts +2 -1
  38. package/dist-types/commands/ListCoverageCommand.d.ts +2 -1
  39. package/dist-types/commands/ListCoverageStatisticsCommand.d.ts +2 -1
  40. package/dist-types/commands/ListDelegatedAdminAccountsCommand.d.ts +2 -1
  41. package/dist-types/commands/ListFiltersCommand.d.ts +2 -1
  42. package/dist-types/commands/ListFindingAggregationsCommand.d.ts +2 -1
  43. package/dist-types/commands/ListFindingsCommand.d.ts +2 -1
  44. package/dist-types/commands/ListMembersCommand.d.ts +2 -1
  45. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  46. package/dist-types/commands/ListUsageTotalsCommand.d.ts +2 -1
  47. package/dist-types/commands/ResetEncryptionKeyCommand.d.ts +2 -1
  48. package/dist-types/commands/SearchVulnerabilitiesCommand.d.ts +2 -1
  49. package/dist-types/commands/SendCisSessionHealthCommand.d.ts +2 -1
  50. package/dist-types/commands/SendCisSessionTelemetryCommand.d.ts +2 -1
  51. package/dist-types/commands/StartCisSessionCommand.d.ts +2 -1
  52. package/dist-types/commands/StopCisSessionCommand.d.ts +2 -1
  53. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  54. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateCisScanConfigurationCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateConfigurationCommand.d.ts +2 -1
  57. package/dist-types/commands/UpdateEc2DeepInspectionConfigurationCommand.d.ts +2 -1
  58. package/dist-types/commands/UpdateEncryptionKeyCommand.d.ts +2 -1
  59. package/dist-types/commands/UpdateFilterCommand.d.ts +2 -1
  60. package/dist-types/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.d.ts +2 -1
  61. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +2 -1
  62. package/dist-types/models/models_0.d.ts +903 -903
  63. package/dist-types/models/models_1.d.ts +145 -145
  64. package/dist-types/ts3.4/Inspector2.d.ts +19 -0
  65. package/dist-types/ts3.4/commands/AssociateMemberCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/BatchGetAccountStatusCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/BatchGetCodeSnippetCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/BatchGetFindingDetailsCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/BatchGetFreeTrialInfoCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/BatchGetMemberEc2DeepInspectionStatusCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/CancelFindingsReportCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/CancelSbomExportCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/CreateCisScanConfigurationCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/CreateFindingsReportCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/CreateSbomExportCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DeleteCisScanConfigurationCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/DisableCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/DisableDelegatedAdminAccountCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/DisassociateMemberCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/EnableCommand.d.ts +7 -0
  85. package/dist-types/ts3.4/commands/EnableDelegatedAdminAccountCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/GetCisScanReportCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/GetCisScanResultDetailsCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/GetDelegatedAdminAccountCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/GetEc2DeepInspectionConfigurationCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/GetEncryptionKeyCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/GetFindingsReportStatusCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/GetSbomExportCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListAccountPermissionsCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ListCisScanConfigurationsCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ListCisScanResultsAggregatedByChecksCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ListCisScanResultsAggregatedByTargetResourceCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/ListCisScansCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/ListCoverageStatisticsCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/ListDelegatedAdminAccountsCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/ListFindingAggregationsCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/ListUsageTotalsCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/ResetEncryptionKeyCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/SearchVulnerabilitiesCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/SendCisSessionHealthCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/SendCisSessionTelemetryCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/StartCisSessionCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/StopCisSessionCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/UpdateCisScanConfigurationCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/UpdateEc2DeepInspectionConfigurationCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/UpdateEncryptionKeyCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +9 -0
  124. package/package.json +40 -40
@@ -250,6 +250,7 @@ export interface Inspector2 {
250
250
  options: __HttpHandlerOptions,
251
251
  cb: (err: any, data?: AssociateMemberCommandOutput) => void
252
252
  ): void;
253
+ batchGetAccountStatus(): Promise<BatchGetAccountStatusCommandOutput>;
253
254
  batchGetAccountStatus(
254
255
  args: BatchGetAccountStatusCommandInput,
255
256
  options?: __HttpHandlerOptions
@@ -302,6 +303,7 @@ export interface Inspector2 {
302
303
  options: __HttpHandlerOptions,
303
304
  cb: (err: any, data?: BatchGetFreeTrialInfoCommandOutput) => void
304
305
  ): void;
306
+ batchGetMemberEc2DeepInspectionStatus(): Promise<BatchGetMemberEc2DeepInspectionStatusCommandOutput>;
305
307
  batchGetMemberEc2DeepInspectionStatus(
306
308
  args: BatchGetMemberEc2DeepInspectionStatusCommandInput,
307
309
  options?: __HttpHandlerOptions
@@ -444,6 +446,7 @@ export interface Inspector2 {
444
446
  options: __HttpHandlerOptions,
445
447
  cb: (err: any, data?: DeleteFilterCommandOutput) => void
446
448
  ): void;
449
+ describeOrganizationConfiguration(): Promise<DescribeOrganizationConfigurationCommandOutput>;
447
450
  describeOrganizationConfiguration(
448
451
  args: DescribeOrganizationConfigurationCommandInput,
449
452
  options?: __HttpHandlerOptions
@@ -463,6 +466,7 @@ export interface Inspector2 {
463
466
  data?: DescribeOrganizationConfigurationCommandOutput
464
467
  ) => void
465
468
  ): void;
469
+ disable(): Promise<DisableCommandOutput>;
466
470
  disable(
467
471
  args: DisableCommandInput,
468
472
  options?: __HttpHandlerOptions
@@ -554,6 +558,7 @@ export interface Inspector2 {
554
558
  options: __HttpHandlerOptions,
555
559
  cb: (err: any, data?: GetCisScanResultDetailsCommandOutput) => void
556
560
  ): void;
561
+ getConfiguration(): Promise<GetConfigurationCommandOutput>;
557
562
  getConfiguration(
558
563
  args: GetConfigurationCommandInput,
559
564
  options?: __HttpHandlerOptions
@@ -567,6 +572,7 @@ export interface Inspector2 {
567
572
  options: __HttpHandlerOptions,
568
573
  cb: (err: any, data?: GetConfigurationCommandOutput) => void
569
574
  ): void;
575
+ getDelegatedAdminAccount(): Promise<GetDelegatedAdminAccountCommandOutput>;
570
576
  getDelegatedAdminAccount(
571
577
  args: GetDelegatedAdminAccountCommandInput,
572
578
  options?: __HttpHandlerOptions
@@ -580,6 +586,7 @@ export interface Inspector2 {
580
586
  options: __HttpHandlerOptions,
581
587
  cb: (err: any, data?: GetDelegatedAdminAccountCommandOutput) => void
582
588
  ): void;
589
+ getEc2DeepInspectionConfiguration(): Promise<GetEc2DeepInspectionConfigurationCommandOutput>;
583
590
  getEc2DeepInspectionConfiguration(
584
591
  args: GetEc2DeepInspectionConfigurationCommandInput,
585
592
  options?: __HttpHandlerOptions
@@ -612,6 +619,7 @@ export interface Inspector2 {
612
619
  options: __HttpHandlerOptions,
613
620
  cb: (err: any, data?: GetEncryptionKeyCommandOutput) => void
614
621
  ): void;
622
+ getFindingsReportStatus(): Promise<GetFindingsReportStatusCommandOutput>;
615
623
  getFindingsReportStatus(
616
624
  args: GetFindingsReportStatusCommandInput,
617
625
  options?: __HttpHandlerOptions
@@ -651,6 +659,7 @@ export interface Inspector2 {
651
659
  options: __HttpHandlerOptions,
652
660
  cb: (err: any, data?: GetSbomExportCommandOutput) => void
653
661
  ): void;
662
+ listAccountPermissions(): Promise<ListAccountPermissionsCommandOutput>;
654
663
  listAccountPermissions(
655
664
  args: ListAccountPermissionsCommandInput,
656
665
  options?: __HttpHandlerOptions
@@ -664,6 +673,7 @@ export interface Inspector2 {
664
673
  options: __HttpHandlerOptions,
665
674
  cb: (err: any, data?: ListAccountPermissionsCommandOutput) => void
666
675
  ): void;
676
+ listCisScanConfigurations(): Promise<ListCisScanConfigurationsCommandOutput>;
667
677
  listCisScanConfigurations(
668
678
  args: ListCisScanConfigurationsCommandInput,
669
679
  options?: __HttpHandlerOptions
@@ -715,6 +725,7 @@ export interface Inspector2 {
715
725
  data?: ListCisScanResultsAggregatedByTargetResourceCommandOutput
716
726
  ) => void
717
727
  ): void;
728
+ listCisScans(): Promise<ListCisScansCommandOutput>;
718
729
  listCisScans(
719
730
  args: ListCisScansCommandInput,
720
731
  options?: __HttpHandlerOptions
@@ -728,6 +739,7 @@ export interface Inspector2 {
728
739
  options: __HttpHandlerOptions,
729
740
  cb: (err: any, data?: ListCisScansCommandOutput) => void
730
741
  ): void;
742
+ listCoverage(): Promise<ListCoverageCommandOutput>;
731
743
  listCoverage(
732
744
  args: ListCoverageCommandInput,
733
745
  options?: __HttpHandlerOptions
@@ -741,6 +753,7 @@ export interface Inspector2 {
741
753
  options: __HttpHandlerOptions,
742
754
  cb: (err: any, data?: ListCoverageCommandOutput) => void
743
755
  ): void;
756
+ listCoverageStatistics(): Promise<ListCoverageStatisticsCommandOutput>;
744
757
  listCoverageStatistics(
745
758
  args: ListCoverageStatisticsCommandInput,
746
759
  options?: __HttpHandlerOptions
@@ -754,6 +767,7 @@ export interface Inspector2 {
754
767
  options: __HttpHandlerOptions,
755
768
  cb: (err: any, data?: ListCoverageStatisticsCommandOutput) => void
756
769
  ): void;
770
+ listDelegatedAdminAccounts(): Promise<ListDelegatedAdminAccountsCommandOutput>;
757
771
  listDelegatedAdminAccounts(
758
772
  args: ListDelegatedAdminAccountsCommandInput,
759
773
  options?: __HttpHandlerOptions
@@ -767,6 +781,7 @@ export interface Inspector2 {
767
781
  options: __HttpHandlerOptions,
768
782
  cb: (err: any, data?: ListDelegatedAdminAccountsCommandOutput) => void
769
783
  ): void;
784
+ listFilters(): Promise<ListFiltersCommandOutput>;
770
785
  listFilters(
771
786
  args: ListFiltersCommandInput,
772
787
  options?: __HttpHandlerOptions
@@ -793,6 +808,7 @@ export interface Inspector2 {
793
808
  options: __HttpHandlerOptions,
794
809
  cb: (err: any, data?: ListFindingAggregationsCommandOutput) => void
795
810
  ): void;
811
+ listFindings(): Promise<ListFindingsCommandOutput>;
796
812
  listFindings(
797
813
  args: ListFindingsCommandInput,
798
814
  options?: __HttpHandlerOptions
@@ -806,6 +822,7 @@ export interface Inspector2 {
806
822
  options: __HttpHandlerOptions,
807
823
  cb: (err: any, data?: ListFindingsCommandOutput) => void
808
824
  ): void;
825
+ listMembers(): Promise<ListMembersCommandOutput>;
809
826
  listMembers(
810
827
  args: ListMembersCommandInput,
811
828
  options?: __HttpHandlerOptions
@@ -832,6 +849,7 @@ export interface Inspector2 {
832
849
  options: __HttpHandlerOptions,
833
850
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
834
851
  ): void;
852
+ listUsageTotals(): Promise<ListUsageTotalsCommandOutput>;
835
853
  listUsageTotals(
836
854
  args: ListUsageTotalsCommandInput,
837
855
  options?: __HttpHandlerOptions
@@ -975,6 +993,7 @@ export interface Inspector2 {
975
993
  options: __HttpHandlerOptions,
976
994
  cb: (err: any, data?: UpdateConfigurationCommandOutput) => void
977
995
  ): void;
996
+ updateEc2DeepInspectionConfiguration(): Promise<UpdateEc2DeepInspectionConfigurationCommandOutput>;
978
997
  updateEc2DeepInspectionConfiguration(
979
998
  args: UpdateEc2DeepInspectionConfigurationCommandInput,
980
999
  options?: __HttpHandlerOptions
@@ -24,6 +24,15 @@ declare const AssociateMemberCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: AssociateMemberCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ AssociateMemberCommandInput,
31
+ AssociateMemberCommandOutput,
32
+ Inspector2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class AssociateMemberCommand extends AssociateMemberCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchGetAccountStatusCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [BatchGetAccountStatusCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchGetAccountStatusCommandInput,
32
+ BatchGetAccountStatusCommandOutput,
33
+ Inspector2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchGetAccountStatusCommand extends BatchGetAccountStatusCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchGetCodeSnippetCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchGetCodeSnippetCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchGetCodeSnippetCommandInput,
32
+ BatchGetCodeSnippetCommandOutput,
33
+ Inspector2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchGetCodeSnippetCommand extends BatchGetCodeSnippetCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchGetFindingDetailsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchGetFindingDetailsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchGetFindingDetailsCommandInput,
32
+ BatchGetFindingDetailsCommandOutput,
33
+ Inspector2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchGetFindingDetailsCommand extends BatchGetFindingDetailsCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchGetFreeTrialInfoCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchGetFreeTrialInfoCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchGetFreeTrialInfoCommandInput,
32
+ BatchGetFreeTrialInfoCommandOutput,
33
+ Inspector2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchGetFreeTrialInfoCommand extends BatchGetFreeTrialInfoCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchGetMemberEc2DeepInspectionStatusCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [BatchGetMemberEc2DeepInspectionStatusCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchGetMemberEc2DeepInspectionStatusCommandInput,
32
+ BatchGetMemberEc2DeepInspectionStatusCommandOutput,
33
+ Inspector2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchGetMemberEc2DeepInspectionStatusCommand extends BatchGetMemberEc2DeepInspectionStatusCommand_base {}
@@ -25,6 +25,15 @@ declare const BatchUpdateMemberEc2DeepInspectionStatusCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: BatchUpdateMemberEc2DeepInspectionStatusCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ BatchUpdateMemberEc2DeepInspectionStatusCommandInput,
32
+ BatchUpdateMemberEc2DeepInspectionStatusCommandOutput,
33
+ Inspector2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class BatchUpdateMemberEc2DeepInspectionStatusCommand extends BatchUpdateMemberEc2DeepInspectionStatusCommand_base {}
@@ -25,6 +25,15 @@ declare const CancelFindingsReportCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CancelFindingsReportCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CancelFindingsReportCommandInput,
32
+ CancelFindingsReportCommandOutput,
33
+ Inspector2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CancelFindingsReportCommand extends CancelFindingsReportCommand_base {}
@@ -24,6 +24,15 @@ declare const CancelSbomExportCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CancelSbomExportCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CancelSbomExportCommandInput,
31
+ CancelSbomExportCommandOutput,
32
+ Inspector2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CancelSbomExportCommand extends CancelSbomExportCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateCisScanConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateCisScanConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateCisScanConfigurationCommandInput,
32
+ CreateCisScanConfigurationCommandOutput,
33
+ Inspector2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateCisScanConfigurationCommand extends CreateCisScanConfigurationCommand_base {}
@@ -21,6 +21,15 @@ declare const CreateFilterCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: CreateFilterCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ CreateFilterCommandInput,
28
+ CreateFilterCommandOutput,
29
+ Inspector2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class CreateFilterCommand extends CreateFilterCommand_base {}
@@ -25,6 +25,15 @@ declare const CreateFindingsReportCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: CreateFindingsReportCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ CreateFindingsReportCommandInput,
32
+ CreateFindingsReportCommandOutput,
33
+ Inspector2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class CreateFindingsReportCommand extends CreateFindingsReportCommand_base {}
@@ -24,6 +24,15 @@ declare const CreateSbomExportCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: CreateSbomExportCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ CreateSbomExportCommandInput,
31
+ CreateSbomExportCommandOutput,
32
+ Inspector2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class CreateSbomExportCommand extends CreateSbomExportCommand_base {}
@@ -25,6 +25,15 @@ declare const DeleteCisScanConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DeleteCisScanConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DeleteCisScanConfigurationCommandInput,
32
+ DeleteCisScanConfigurationCommandOutput,
33
+ Inspector2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DeleteCisScanConfigurationCommand extends DeleteCisScanConfigurationCommand_base {}
@@ -21,6 +21,15 @@ declare const DeleteFilterCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: DeleteFilterCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ DeleteFilterCommandInput,
28
+ DeleteFilterCommandOutput,
29
+ Inspector2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class DeleteFilterCommand extends DeleteFilterCommand_base {}
@@ -25,6 +25,15 @@ declare const DescribeOrganizationConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [DescribeOrganizationConfigurationCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DescribeOrganizationConfigurationCommandInput,
32
+ DescribeOrganizationConfigurationCommandOutput,
33
+ Inspector2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DescribeOrganizationConfigurationCommand extends DescribeOrganizationConfigurationCommand_base {}
@@ -19,6 +19,15 @@ declare const DisableCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ ...[input]: [] | [DisableCommandInput]
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ DisableCommandInput,
26
+ DisableCommandOutput,
27
+ Inspector2ClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class DisableCommand extends DisableCommand_base {}
@@ -25,6 +25,15 @@ declare const DisableDelegatedAdminAccountCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DisableDelegatedAdminAccountCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DisableDelegatedAdminAccountCommandInput,
32
+ DisableDelegatedAdminAccountCommandOutput,
33
+ Inspector2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DisableDelegatedAdminAccountCommand extends DisableDelegatedAdminAccountCommand_base {}
@@ -25,6 +25,15 @@ declare const DisassociateMemberCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: DisassociateMemberCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ DisassociateMemberCommandInput,
32
+ DisassociateMemberCommandOutput,
33
+ Inspector2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class DisassociateMemberCommand extends DisassociateMemberCommand_base {}
@@ -17,6 +17,13 @@ declare const EnableCommand_base: {
17
17
  ServiceInputTypes,
18
18
  ServiceOutputTypes
19
19
  >;
20
+ new (__0_0: EnableCommandInput): import("@smithy/smithy-client").CommandImpl<
21
+ EnableCommandInput,
22
+ EnableCommandOutput,
23
+ Inspector2ClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
20
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
21
28
  };
22
29
  export declare class EnableCommand extends EnableCommand_base {}
@@ -25,6 +25,15 @@ declare const EnableDelegatedAdminAccountCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: EnableDelegatedAdminAccountCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ EnableDelegatedAdminAccountCommandInput,
32
+ EnableDelegatedAdminAccountCommandOutput,
33
+ Inspector2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class EnableDelegatedAdminAccountCommand extends EnableDelegatedAdminAccountCommand_base {}
@@ -24,6 +24,15 @@ declare const GetCisScanReportCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetCisScanReportCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetCisScanReportCommandInput,
31
+ GetCisScanReportCommandOutput,
32
+ Inspector2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetCisScanReportCommand extends GetCisScanReportCommand_base {}
@@ -25,6 +25,15 @@ declare const GetCisScanResultDetailsCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: GetCisScanResultDetailsCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetCisScanResultDetailsCommandInput,
32
+ GetCisScanResultDetailsCommandOutput,
33
+ Inspector2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetCisScanResultDetailsCommand extends GetCisScanResultDetailsCommand_base {}
@@ -24,6 +24,15 @@ declare const GetConfigurationCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ ...[input]: [] | [GetConfigurationCommandInput]
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetConfigurationCommandInput,
31
+ GetConfigurationCommandOutput,
32
+ Inspector2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetConfigurationCommand extends GetConfigurationCommand_base {}
@@ -25,6 +25,15 @@ declare const GetDelegatedAdminAccountCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [GetDelegatedAdminAccountCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetDelegatedAdminAccountCommandInput,
32
+ GetDelegatedAdminAccountCommandOutput,
33
+ Inspector2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetDelegatedAdminAccountCommand extends GetDelegatedAdminAccountCommand_base {}
@@ -25,6 +25,15 @@ declare const GetEc2DeepInspectionConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [GetEc2DeepInspectionConfigurationCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetEc2DeepInspectionConfigurationCommandInput,
32
+ GetEc2DeepInspectionConfigurationCommandOutput,
33
+ Inspector2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetEc2DeepInspectionConfigurationCommand extends GetEc2DeepInspectionConfigurationCommand_base {}
@@ -24,6 +24,15 @@ declare const GetEncryptionKeyCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetEncryptionKeyCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetEncryptionKeyCommandInput,
31
+ GetEncryptionKeyCommandOutput,
32
+ Inspector2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetEncryptionKeyCommand extends GetEncryptionKeyCommand_base {}
@@ -25,6 +25,15 @@ declare const GetFindingsReportStatusCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ ...[input]: [] | [GetFindingsReportStatusCommandInput]
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ GetFindingsReportStatusCommandInput,
32
+ GetFindingsReportStatusCommandOutput,
33
+ Inspector2ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class GetFindingsReportStatusCommand extends GetFindingsReportStatusCommand_base {}
@@ -21,6 +21,15 @@ declare const GetMemberCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: GetMemberCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ GetMemberCommandInput,
28
+ GetMemberCommandOutput,
29
+ Inspector2ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class GetMemberCommand extends GetMemberCommand_base {}
@@ -24,6 +24,15 @@ declare const GetSbomExportCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: GetSbomExportCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ GetSbomExportCommandInput,
31
+ GetSbomExportCommandOutput,
32
+ Inspector2ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class GetSbomExportCommand extends GetSbomExportCommand_base {}