@aws-sdk/client-inspector2 3.651.1 → 3.654.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 (119) hide show
  1. package/dist-types/commands/AssociateMemberCommand.d.ts +11 -0
  2. package/dist-types/commands/BatchGetAccountStatusCommand.d.ts +11 -0
  3. package/dist-types/commands/BatchGetCodeSnippetCommand.d.ts +11 -0
  4. package/dist-types/commands/BatchGetFindingDetailsCommand.d.ts +11 -0
  5. package/dist-types/commands/BatchGetFreeTrialInfoCommand.d.ts +11 -0
  6. package/dist-types/commands/BatchGetMemberEc2DeepInspectionStatusCommand.d.ts +11 -0
  7. package/dist-types/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.d.ts +11 -0
  8. package/dist-types/commands/CancelFindingsReportCommand.d.ts +11 -0
  9. package/dist-types/commands/CancelSbomExportCommand.d.ts +11 -0
  10. package/dist-types/commands/CreateCisScanConfigurationCommand.d.ts +11 -0
  11. package/dist-types/commands/CreateFilterCommand.d.ts +11 -0
  12. package/dist-types/commands/CreateFindingsReportCommand.d.ts +11 -0
  13. package/dist-types/commands/CreateSbomExportCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteCisScanConfigurationCommand.d.ts +11 -0
  15. package/dist-types/commands/DeleteFilterCommand.d.ts +11 -0
  16. package/dist-types/commands/DescribeOrganizationConfigurationCommand.d.ts +11 -0
  17. package/dist-types/commands/DisableCommand.d.ts +11 -0
  18. package/dist-types/commands/DisableDelegatedAdminAccountCommand.d.ts +11 -0
  19. package/dist-types/commands/DisassociateMemberCommand.d.ts +11 -0
  20. package/dist-types/commands/EnableCommand.d.ts +11 -0
  21. package/dist-types/commands/EnableDelegatedAdminAccountCommand.d.ts +11 -0
  22. package/dist-types/commands/GetCisScanReportCommand.d.ts +11 -0
  23. package/dist-types/commands/GetCisScanResultDetailsCommand.d.ts +11 -0
  24. package/dist-types/commands/GetConfigurationCommand.d.ts +11 -0
  25. package/dist-types/commands/GetDelegatedAdminAccountCommand.d.ts +11 -0
  26. package/dist-types/commands/GetEc2DeepInspectionConfigurationCommand.d.ts +11 -0
  27. package/dist-types/commands/GetEncryptionKeyCommand.d.ts +11 -0
  28. package/dist-types/commands/GetFindingsReportStatusCommand.d.ts +11 -0
  29. package/dist-types/commands/GetMemberCommand.d.ts +11 -0
  30. package/dist-types/commands/GetSbomExportCommand.d.ts +11 -0
  31. package/dist-types/commands/ListAccountPermissionsCommand.d.ts +11 -0
  32. package/dist-types/commands/ListCisScanConfigurationsCommand.d.ts +11 -0
  33. package/dist-types/commands/ListCisScanResultsAggregatedByChecksCommand.d.ts +11 -0
  34. package/dist-types/commands/ListCisScanResultsAggregatedByTargetResourceCommand.d.ts +11 -0
  35. package/dist-types/commands/ListCisScansCommand.d.ts +11 -0
  36. package/dist-types/commands/ListCoverageCommand.d.ts +11 -0
  37. package/dist-types/commands/ListCoverageStatisticsCommand.d.ts +11 -0
  38. package/dist-types/commands/ListDelegatedAdminAccountsCommand.d.ts +11 -0
  39. package/dist-types/commands/ListFiltersCommand.d.ts +11 -0
  40. package/dist-types/commands/ListFindingAggregationsCommand.d.ts +11 -0
  41. package/dist-types/commands/ListFindingsCommand.d.ts +11 -0
  42. package/dist-types/commands/ListMembersCommand.d.ts +11 -0
  43. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  44. package/dist-types/commands/ListUsageTotalsCommand.d.ts +11 -0
  45. package/dist-types/commands/ResetEncryptionKeyCommand.d.ts +11 -0
  46. package/dist-types/commands/SearchVulnerabilitiesCommand.d.ts +11 -0
  47. package/dist-types/commands/SendCisSessionHealthCommand.d.ts +11 -0
  48. package/dist-types/commands/SendCisSessionTelemetryCommand.d.ts +11 -0
  49. package/dist-types/commands/StartCisSessionCommand.d.ts +11 -0
  50. package/dist-types/commands/StopCisSessionCommand.d.ts +11 -0
  51. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  52. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  53. package/dist-types/commands/UpdateCisScanConfigurationCommand.d.ts +11 -0
  54. package/dist-types/commands/UpdateConfigurationCommand.d.ts +11 -0
  55. package/dist-types/commands/UpdateEc2DeepInspectionConfigurationCommand.d.ts +11 -0
  56. package/dist-types/commands/UpdateEncryptionKeyCommand.d.ts +11 -0
  57. package/dist-types/commands/UpdateFilterCommand.d.ts +11 -0
  58. package/dist-types/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.d.ts +11 -0
  59. package/dist-types/commands/UpdateOrganizationConfigurationCommand.d.ts +11 -0
  60. package/dist-types/ts3.4/commands/AssociateMemberCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/BatchGetAccountStatusCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/BatchGetCodeSnippetCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/BatchGetFindingDetailsCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/BatchGetFreeTrialInfoCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/BatchGetMemberEc2DeepInspectionStatusCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/CancelFindingsReportCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/CancelSbomExportCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/CreateCisScanConfigurationCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/CreateFilterCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/CreateFindingsReportCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/CreateSbomExportCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/DeleteCisScanConfigurationCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/DeleteFilterCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/DisableCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/DisableDelegatedAdminAccountCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/DisassociateMemberCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/EnableCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/EnableDelegatedAdminAccountCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/GetCisScanReportCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/GetCisScanResultDetailsCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/GetDelegatedAdminAccountCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/GetEc2DeepInspectionConfigurationCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/GetEncryptionKeyCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/GetFindingsReportStatusCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/GetMemberCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/GetSbomExportCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/ListAccountPermissionsCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/ListCisScanConfigurationsCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/ListCisScanResultsAggregatedByChecksCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/ListCisScanResultsAggregatedByTargetResourceCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/ListCisScansCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/ListCoverageCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/ListCoverageStatisticsCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/ListDelegatedAdminAccountsCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/ListFiltersCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/ListFindingAggregationsCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/ListFindingsCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/ListUsageTotalsCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/ResetEncryptionKeyCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/SearchVulnerabilitiesCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/SendCisSessionHealthCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/SendCisSessionTelemetryCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/StartCisSessionCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/StopCisSessionCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/UpdateCisScanConfigurationCommand.d.ts +12 -1
  113. package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +12 -1
  114. package/dist-types/ts3.4/commands/UpdateEc2DeepInspectionConfigurationCommand.d.ts +12 -1
  115. package/dist-types/ts3.4/commands/UpdateEncryptionKeyCommand.d.ts +12 -1
  116. package/dist-types/ts3.4/commands/UpdateFilterCommand.d.ts +12 -1
  117. package/dist-types/ts3.4/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.d.ts +12 -1
  118. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +12 -1
  119. package/package.json +35 -35
@@ -37,4 +37,15 @@ declare const DisassociateMemberCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DisassociateMemberCommand extends DisassociateMemberCommand_base {}
40
+ export declare class DisassociateMemberCommand extends DisassociateMemberCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DisassociateMemberRequest;
44
+ output: DisassociateMemberResponse;
45
+ };
46
+ sdk: {
47
+ input: DisassociateMemberCommandInput;
48
+ output: DisassociateMemberCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -27,4 +27,15 @@ declare const EnableCommand_base: {
27
27
  >;
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
- export declare class EnableCommand extends EnableCommand_base {}
30
+ export declare class EnableCommand extends EnableCommand_base {
31
+ protected static __types: {
32
+ api: {
33
+ input: EnableRequest;
34
+ output: EnableResponse;
35
+ };
36
+ sdk: {
37
+ input: EnableCommandInput;
38
+ output: EnableCommandOutput;
39
+ };
40
+ };
41
+ }
@@ -37,4 +37,15 @@ declare const EnableDelegatedAdminAccountCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class EnableDelegatedAdminAccountCommand extends EnableDelegatedAdminAccountCommand_base {}
40
+ export declare class EnableDelegatedAdminAccountCommand extends EnableDelegatedAdminAccountCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: EnableDelegatedAdminAccountRequest;
44
+ output: EnableDelegatedAdminAccountResponse;
45
+ };
46
+ sdk: {
47
+ input: EnableDelegatedAdminAccountCommandInput;
48
+ output: EnableDelegatedAdminAccountCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetCisScanReportCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetCisScanReportCommand extends GetCisScanReportCommand_base {}
39
+ export declare class GetCisScanReportCommand extends GetCisScanReportCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetCisScanReportRequest;
43
+ output: GetCisScanReportResponse;
44
+ };
45
+ sdk: {
46
+ input: GetCisScanReportCommandInput;
47
+ output: GetCisScanReportCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetCisScanResultDetailsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetCisScanResultDetailsCommand extends GetCisScanResultDetailsCommand_base {}
40
+ export declare class GetCisScanResultDetailsCommand extends GetCisScanResultDetailsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetCisScanResultDetailsRequest;
44
+ output: GetCisScanResultDetailsResponse;
45
+ };
46
+ sdk: {
47
+ input: GetCisScanResultDetailsCommandInput;
48
+ output: GetCisScanResultDetailsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetConfigurationCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetConfigurationCommand extends GetConfigurationCommand_base {}
39
+ export declare class GetConfigurationCommand extends GetConfigurationCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: {};
43
+ output: GetConfigurationResponse;
44
+ };
45
+ sdk: {
46
+ input: GetConfigurationCommandInput;
47
+ output: GetConfigurationCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetDelegatedAdminAccountCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetDelegatedAdminAccountCommand extends GetDelegatedAdminAccountCommand_base {}
40
+ export declare class GetDelegatedAdminAccountCommand extends GetDelegatedAdminAccountCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: {};
44
+ output: GetDelegatedAdminAccountResponse;
45
+ };
46
+ sdk: {
47
+ input: GetDelegatedAdminAccountCommandInput;
48
+ output: GetDelegatedAdminAccountCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetEc2DeepInspectionConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetEc2DeepInspectionConfigurationCommand extends GetEc2DeepInspectionConfigurationCommand_base {}
40
+ export declare class GetEc2DeepInspectionConfigurationCommand extends GetEc2DeepInspectionConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: {};
44
+ output: GetEc2DeepInspectionConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: GetEc2DeepInspectionConfigurationCommandInput;
48
+ output: GetEc2DeepInspectionConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetEncryptionKeyCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetEncryptionKeyCommand extends GetEncryptionKeyCommand_base {}
39
+ export declare class GetEncryptionKeyCommand extends GetEncryptionKeyCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetEncryptionKeyRequest;
43
+ output: GetEncryptionKeyResponse;
44
+ };
45
+ sdk: {
46
+ input: GetEncryptionKeyCommandInput;
47
+ output: GetEncryptionKeyCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetFindingsReportStatusCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetFindingsReportStatusCommand extends GetFindingsReportStatusCommand_base {}
40
+ export declare class GetFindingsReportStatusCommand extends GetFindingsReportStatusCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetFindingsReportStatusRequest;
44
+ output: GetFindingsReportStatusResponse;
45
+ };
46
+ sdk: {
47
+ input: GetFindingsReportStatusCommandInput;
48
+ output: GetFindingsReportStatusCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetMemberCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetMemberCommand extends GetMemberCommand_base {}
36
+ export declare class GetMemberCommand extends GetMemberCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetMemberRequest;
40
+ output: GetMemberResponse;
41
+ };
42
+ sdk: {
43
+ input: GetMemberCommandInput;
44
+ output: GetMemberCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const GetSbomExportCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetSbomExportCommand extends GetSbomExportCommand_base {}
39
+ export declare class GetSbomExportCommand extends GetSbomExportCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetSbomExportRequest;
43
+ output: GetSbomExportResponse;
44
+ };
45
+ sdk: {
46
+ input: GetSbomExportCommandInput;
47
+ output: GetSbomExportCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListAccountPermissionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListAccountPermissionsCommand extends ListAccountPermissionsCommand_base {}
40
+ export declare class ListAccountPermissionsCommand extends ListAccountPermissionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListAccountPermissionsRequest;
44
+ output: ListAccountPermissionsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListAccountPermissionsCommandInput;
48
+ output: ListAccountPermissionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListCisScanConfigurationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListCisScanConfigurationsCommand extends ListCisScanConfigurationsCommand_base {}
40
+ export declare class ListCisScanConfigurationsCommand extends ListCisScanConfigurationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListCisScanConfigurationsRequest;
44
+ output: ListCisScanConfigurationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListCisScanConfigurationsCommandInput;
48
+ output: ListCisScanConfigurationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListCisScanResultsAggregatedByChecksCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListCisScanResultsAggregatedByChecksCommand extends ListCisScanResultsAggregatedByChecksCommand_base {}
40
+ export declare class ListCisScanResultsAggregatedByChecksCommand extends ListCisScanResultsAggregatedByChecksCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListCisScanResultsAggregatedByChecksRequest;
44
+ output: ListCisScanResultsAggregatedByChecksResponse;
45
+ };
46
+ sdk: {
47
+ input: ListCisScanResultsAggregatedByChecksCommandInput;
48
+ output: ListCisScanResultsAggregatedByChecksCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListCisScanResultsAggregatedByTargetResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListCisScanResultsAggregatedByTargetResourceCommand extends ListCisScanResultsAggregatedByTargetResourceCommand_base {}
40
+ export declare class ListCisScanResultsAggregatedByTargetResourceCommand extends ListCisScanResultsAggregatedByTargetResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListCisScanResultsAggregatedByTargetResourceRequest;
44
+ output: ListCisScanResultsAggregatedByTargetResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListCisScanResultsAggregatedByTargetResourceCommandInput;
48
+ output: ListCisScanResultsAggregatedByTargetResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListCisScansCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListCisScansCommand extends ListCisScansCommand_base {}
36
+ export declare class ListCisScansCommand extends ListCisScansCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListCisScansRequest;
40
+ output: ListCisScansResponse;
41
+ };
42
+ sdk: {
43
+ input: ListCisScansCommandInput;
44
+ output: ListCisScansCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const ListCoverageCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListCoverageCommand extends ListCoverageCommand_base {}
36
+ export declare class ListCoverageCommand extends ListCoverageCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListCoverageRequest;
40
+ output: ListCoverageResponse;
41
+ };
42
+ sdk: {
43
+ input: ListCoverageCommandInput;
44
+ output: ListCoverageCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListCoverageStatisticsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListCoverageStatisticsCommand extends ListCoverageStatisticsCommand_base {}
40
+ export declare class ListCoverageStatisticsCommand extends ListCoverageStatisticsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListCoverageStatisticsRequest;
44
+ output: ListCoverageStatisticsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListCoverageStatisticsCommandInput;
48
+ output: ListCoverageStatisticsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListDelegatedAdminAccountsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListDelegatedAdminAccountsCommand extends ListDelegatedAdminAccountsCommand_base {}
40
+ export declare class ListDelegatedAdminAccountsCommand extends ListDelegatedAdminAccountsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListDelegatedAdminAccountsRequest;
44
+ output: ListDelegatedAdminAccountsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListDelegatedAdminAccountsCommandInput;
48
+ output: ListDelegatedAdminAccountsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListFiltersCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListFiltersCommand extends ListFiltersCommand_base {}
36
+ export declare class ListFiltersCommand extends ListFiltersCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListFiltersRequest;
40
+ output: ListFiltersResponse;
41
+ };
42
+ sdk: {
43
+ input: ListFiltersCommandInput;
44
+ output: ListFiltersCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListFindingAggregationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListFindingAggregationsCommand extends ListFindingAggregationsCommand_base {}
40
+ export declare class ListFindingAggregationsCommand extends ListFindingAggregationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListFindingAggregationsRequest;
44
+ output: ListFindingAggregationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListFindingAggregationsCommandInput;
48
+ output: ListFindingAggregationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListFindingsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListFindingsCommand extends ListFindingsCommand_base {}
36
+ export declare class ListFindingsCommand extends ListFindingsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListFindingsRequest;
40
+ output: ListFindingsResponse;
41
+ };
42
+ sdk: {
43
+ input: ListFindingsCommandInput;
44
+ output: ListFindingsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const ListMembersCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListMembersCommand extends ListMembersCommand_base {}
36
+ export declare class ListMembersCommand extends ListMembersCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListMembersRequest;
40
+ output: ListMembersResponse;
41
+ };
42
+ sdk: {
43
+ input: ListMembersCommandInput;
44
+ output: ListMembersCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const ListUsageTotalsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListUsageTotalsCommand extends ListUsageTotalsCommand_base {}
39
+ export declare class ListUsageTotalsCommand extends ListUsageTotalsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListUsageTotalsRequest;
43
+ output: ListUsageTotalsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListUsageTotalsCommandInput;
47
+ output: ListUsageTotalsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ResetEncryptionKeyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ResetEncryptionKeyCommand extends ResetEncryptionKeyCommand_base {}
40
+ export declare class ResetEncryptionKeyCommand extends ResetEncryptionKeyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ResetEncryptionKeyRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: ResetEncryptionKeyCommandInput;
48
+ output: ResetEncryptionKeyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const SearchVulnerabilitiesCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class SearchVulnerabilitiesCommand extends SearchVulnerabilitiesCommand_base {}
40
+ export declare class SearchVulnerabilitiesCommand extends SearchVulnerabilitiesCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: SearchVulnerabilitiesRequest;
44
+ output: SearchVulnerabilitiesResponse;
45
+ };
46
+ sdk: {
47
+ input: SearchVulnerabilitiesCommandInput;
48
+ output: SearchVulnerabilitiesCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const SendCisSessionHealthCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class SendCisSessionHealthCommand extends SendCisSessionHealthCommand_base {}
40
+ export declare class SendCisSessionHealthCommand extends SendCisSessionHealthCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: SendCisSessionHealthRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: SendCisSessionHealthCommandInput;
48
+ output: SendCisSessionHealthCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const SendCisSessionTelemetryCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class SendCisSessionTelemetryCommand extends SendCisSessionTelemetryCommand_base {}
40
+ export declare class SendCisSessionTelemetryCommand extends SendCisSessionTelemetryCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: SendCisSessionTelemetryRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: SendCisSessionTelemetryCommandInput;
48
+ output: SendCisSessionTelemetryCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const StartCisSessionCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class StartCisSessionCommand extends StartCisSessionCommand_base {}
39
+ export declare class StartCisSessionCommand extends StartCisSessionCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: StartCisSessionRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: StartCisSessionCommandInput;
47
+ output: StartCisSessionCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const StopCisSessionCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class StopCisSessionCommand extends StopCisSessionCommand_base {}
39
+ export declare class StopCisSessionCommand extends StopCisSessionCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: StopCisSessionRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: StopCisSessionCommandInput;
47
+ output: StopCisSessionCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const TagResourceCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class TagResourceCommand extends TagResourceCommand_base {}
36
+ export declare class TagResourceCommand extends TagResourceCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: TagResourceRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: TagResourceCommandInput;
44
+ output: TagResourceCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const UntagResourceCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
39
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UntagResourceRequest;
43
+ output: {};
44
+ };
45
+ sdk: {
46
+ input: UntagResourceCommandInput;
47
+ output: UntagResourceCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const UpdateCisScanConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateCisScanConfigurationCommand extends UpdateCisScanConfigurationCommand_base {}
40
+ export declare class UpdateCisScanConfigurationCommand extends UpdateCisScanConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateCisScanConfigurationRequest;
44
+ output: UpdateCisScanConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateCisScanConfigurationCommandInput;
48
+ output: UpdateCisScanConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateConfigurationCommand extends UpdateConfigurationCommand_base {}
40
+ export declare class UpdateConfigurationCommand extends UpdateConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateConfigurationRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: UpdateConfigurationCommandInput;
48
+ output: UpdateConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }