@aws-sdk/client-inspector2 3.651.1 → 3.658.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
@@ -295,4 +295,15 @@ declare const ListFindingAggregationsCommand_base: {
295
295
  * @public
296
296
  */
297
297
  export declare class ListFindingAggregationsCommand extends ListFindingAggregationsCommand_base {
298
+ /** @internal type navigation helper, not in runtime. */
299
+ protected static __types: {
300
+ api: {
301
+ input: ListFindingAggregationsRequest;
302
+ output: ListFindingAggregationsResponse;
303
+ };
304
+ sdk: {
305
+ input: ListFindingAggregationsCommandInput;
306
+ output: ListFindingAggregationsCommandOutput;
307
+ };
308
+ };
298
309
  }
@@ -382,4 +382,15 @@ declare const ListFindingsCommand_base: {
382
382
  * @public
383
383
  */
384
384
  export declare class ListFindingsCommand extends ListFindingsCommand_base {
385
+ /** @internal type navigation helper, not in runtime. */
386
+ protected static __types: {
387
+ api: {
388
+ input: ListFindingsRequest;
389
+ output: ListFindingsResponse;
390
+ };
391
+ sdk: {
392
+ input: ListFindingsCommandInput;
393
+ output: ListFindingsCommandOutput;
394
+ };
395
+ };
385
396
  }
@@ -84,4 +84,15 @@ declare const ListMembersCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class ListMembersCommand extends ListMembersCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: ListMembersRequest;
91
+ output: ListMembersResponse;
92
+ };
93
+ sdk: {
94
+ input: ListMembersCommandInput;
95
+ output: ListMembersCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -72,4 +72,15 @@ declare const ListTagsForResourceCommand_base: {
72
72
  * @public
73
73
  */
74
74
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
75
+ /** @internal type navigation helper, not in runtime. */
76
+ protected static __types: {
77
+ api: {
78
+ input: ListTagsForResourceRequest;
79
+ output: ListTagsForResourceResponse;
80
+ };
81
+ sdk: {
82
+ input: ListTagsForResourceCommandInput;
83
+ output: ListTagsForResourceCommandOutput;
84
+ };
85
+ };
75
86
  }
@@ -90,4 +90,15 @@ declare const ListUsageTotalsCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class ListUsageTotalsCommand extends ListUsageTotalsCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: ListUsageTotalsRequest;
97
+ output: ListUsageTotalsResponse;
98
+ };
99
+ sdk: {
100
+ input: ListUsageTotalsCommandInput;
101
+ output: ListUsageTotalsCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -75,4 +75,15 @@ declare const ResetEncryptionKeyCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class ResetEncryptionKeyCommand extends ResetEncryptionKeyCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: ResetEncryptionKeyRequest;
82
+ output: {};
83
+ };
84
+ sdk: {
85
+ input: ResetEncryptionKeyCommandInput;
86
+ output: ResetEncryptionKeyCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -131,4 +131,15 @@ declare const SearchVulnerabilitiesCommand_base: {
131
131
  * @public
132
132
  */
133
133
  export declare class SearchVulnerabilitiesCommand extends SearchVulnerabilitiesCommand_base {
134
+ /** @internal type navigation helper, not in runtime. */
135
+ protected static __types: {
136
+ api: {
137
+ input: SearchVulnerabilitiesRequest;
138
+ output: SearchVulnerabilitiesResponse;
139
+ };
140
+ sdk: {
141
+ input: SearchVulnerabilitiesCommandInput;
142
+ output: SearchVulnerabilitiesCommandOutput;
143
+ };
144
+ };
134
145
  }
@@ -79,4 +79,15 @@ declare const SendCisSessionHealthCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class SendCisSessionHealthCommand extends SendCisSessionHealthCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: SendCisSessionHealthRequest;
86
+ output: {};
87
+ };
88
+ sdk: {
89
+ input: SendCisSessionHealthCommandInput;
90
+ output: SendCisSessionHealthCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -86,4 +86,15 @@ declare const SendCisSessionTelemetryCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class SendCisSessionTelemetryCommand extends SendCisSessionTelemetryCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: SendCisSessionTelemetryRequest;
93
+ output: {};
94
+ };
95
+ sdk: {
96
+ input: SendCisSessionTelemetryCommandInput;
97
+ output: SendCisSessionTelemetryCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -81,4 +81,15 @@ declare const StartCisSessionCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class StartCisSessionCommand extends StartCisSessionCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: StartCisSessionRequest;
88
+ output: {};
89
+ };
90
+ sdk: {
91
+ input: StartCisSessionCommandInput;
92
+ output: StartCisSessionCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -100,4 +100,15 @@ declare const StopCisSessionCommand_base: {
100
100
  * @public
101
101
  */
102
102
  export declare class StopCisSessionCommand extends StopCisSessionCommand_base {
103
+ /** @internal type navigation helper, not in runtime. */
104
+ protected static __types: {
105
+ api: {
106
+ input: StopCisSessionRequest;
107
+ output: {};
108
+ };
109
+ sdk: {
110
+ input: StopCisSessionCommandInput;
111
+ output: StopCisSessionCommandOutput;
112
+ };
113
+ };
103
114
  }
@@ -74,4 +74,15 @@ declare const TagResourceCommand_base: {
74
74
  * @public
75
75
  */
76
76
  export declare class TagResourceCommand extends TagResourceCommand_base {
77
+ /** @internal type navigation helper, not in runtime. */
78
+ protected static __types: {
79
+ api: {
80
+ input: TagResourceRequest;
81
+ output: {};
82
+ };
83
+ sdk: {
84
+ input: TagResourceCommandInput;
85
+ output: TagResourceCommandOutput;
86
+ };
87
+ };
77
88
  }
@@ -71,4 +71,15 @@ declare const UntagResourceCommand_base: {
71
71
  * @public
72
72
  */
73
73
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
74
+ /** @internal type navigation helper, not in runtime. */
75
+ protected static __types: {
76
+ api: {
77
+ input: UntagResourceRequest;
78
+ output: {};
79
+ };
80
+ sdk: {
81
+ input: UntagResourceCommandInput;
82
+ output: UntagResourceCommandOutput;
83
+ };
84
+ };
74
85
  }
@@ -113,4 +113,15 @@ declare const UpdateCisScanConfigurationCommand_base: {
113
113
  * @public
114
114
  */
115
115
  export declare class UpdateCisScanConfigurationCommand extends UpdateCisScanConfigurationCommand_base {
116
+ /** @internal type navigation helper, not in runtime. */
117
+ protected static __types: {
118
+ api: {
119
+ input: UpdateCisScanConfigurationRequest;
120
+ output: UpdateCisScanConfigurationResponse;
121
+ };
122
+ sdk: {
123
+ input: UpdateCisScanConfigurationCommandInput;
124
+ output: UpdateCisScanConfigurationCommandOutput;
125
+ };
126
+ };
116
127
  }
@@ -77,4 +77,15 @@ declare const UpdateConfigurationCommand_base: {
77
77
  * @public
78
78
  */
79
79
  export declare class UpdateConfigurationCommand extends UpdateConfigurationCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: UpdateConfigurationRequest;
84
+ output: {};
85
+ };
86
+ sdk: {
87
+ input: UpdateConfigurationCommandInput;
88
+ output: UpdateConfigurationCommandOutput;
89
+ };
90
+ };
80
91
  }
@@ -83,4 +83,15 @@ declare const UpdateEc2DeepInspectionConfigurationCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class UpdateEc2DeepInspectionConfigurationCommand extends UpdateEc2DeepInspectionConfigurationCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: UpdateEc2DeepInspectionConfigurationRequest;
90
+ output: UpdateEc2DeepInspectionConfigurationResponse;
91
+ };
92
+ sdk: {
93
+ input: UpdateEc2DeepInspectionConfigurationCommandInput;
94
+ output: UpdateEc2DeepInspectionConfigurationCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -76,4 +76,15 @@ declare const UpdateEncryptionKeyCommand_base: {
76
76
  * @public
77
77
  */
78
78
  export declare class UpdateEncryptionKeyCommand extends UpdateEncryptionKeyCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: UpdateEncryptionKeyRequest;
83
+ output: {};
84
+ };
85
+ sdk: {
86
+ input: UpdateEncryptionKeyCommandInput;
87
+ output: UpdateEncryptionKeyCommandOutput;
88
+ };
89
+ };
79
90
  }
@@ -208,4 +208,15 @@ declare const UpdateFilterCommand_base: {
208
208
  * @public
209
209
  */
210
210
  export declare class UpdateFilterCommand extends UpdateFilterCommand_base {
211
+ /** @internal type navigation helper, not in runtime. */
212
+ protected static __types: {
213
+ api: {
214
+ input: UpdateFilterRequest;
215
+ output: UpdateFilterResponse;
216
+ };
217
+ sdk: {
218
+ input: UpdateFilterCommandInput;
219
+ output: UpdateFilterCommandOutput;
220
+ };
221
+ };
211
222
  }
@@ -73,4 +73,15 @@ declare const UpdateOrgEc2DeepInspectionConfigurationCommand_base: {
73
73
  * @public
74
74
  */
75
75
  export declare class UpdateOrgEc2DeepInspectionConfigurationCommand extends UpdateOrgEc2DeepInspectionConfigurationCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: UpdateOrgEc2DeepInspectionConfigurationRequest;
80
+ output: {};
81
+ };
82
+ sdk: {
83
+ input: UpdateOrgEc2DeepInspectionConfigurationCommandInput;
84
+ output: UpdateOrgEc2DeepInspectionConfigurationCommandOutput;
85
+ };
86
+ };
76
87
  }
@@ -83,4 +83,15 @@ declare const UpdateOrganizationConfigurationCommand_base: {
83
83
  * @public
84
84
  */
85
85
  export declare class UpdateOrganizationConfigurationCommand extends UpdateOrganizationConfigurationCommand_base {
86
+ /** @internal type navigation helper, not in runtime. */
87
+ protected static __types: {
88
+ api: {
89
+ input: UpdateOrganizationConfigurationRequest;
90
+ output: UpdateOrganizationConfigurationResponse;
91
+ };
92
+ sdk: {
93
+ input: UpdateOrganizationConfigurationCommandInput;
94
+ output: UpdateOrganizationConfigurationCommandOutput;
95
+ };
96
+ };
86
97
  }
@@ -36,4 +36,15 @@ declare const AssociateMemberCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class AssociateMemberCommand extends AssociateMemberCommand_base {}
39
+ export declare class AssociateMemberCommand extends AssociateMemberCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: AssociateMemberRequest;
43
+ output: AssociateMemberResponse;
44
+ };
45
+ sdk: {
46
+ input: AssociateMemberCommandInput;
47
+ output: AssociateMemberCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const BatchGetAccountStatusCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchGetAccountStatusCommand extends BatchGetAccountStatusCommand_base {}
40
+ export declare class BatchGetAccountStatusCommand extends BatchGetAccountStatusCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchGetAccountStatusRequest;
44
+ output: BatchGetAccountStatusResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchGetAccountStatusCommandInput;
48
+ output: BatchGetAccountStatusCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const BatchGetCodeSnippetCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchGetCodeSnippetCommand extends BatchGetCodeSnippetCommand_base {}
40
+ export declare class BatchGetCodeSnippetCommand extends BatchGetCodeSnippetCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchGetCodeSnippetRequest;
44
+ output: BatchGetCodeSnippetResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchGetCodeSnippetCommandInput;
48
+ output: BatchGetCodeSnippetCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const BatchGetFindingDetailsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchGetFindingDetailsCommand extends BatchGetFindingDetailsCommand_base {}
40
+ export declare class BatchGetFindingDetailsCommand extends BatchGetFindingDetailsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchGetFindingDetailsRequest;
44
+ output: BatchGetFindingDetailsResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchGetFindingDetailsCommandInput;
48
+ output: BatchGetFindingDetailsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const BatchGetFreeTrialInfoCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchGetFreeTrialInfoCommand extends BatchGetFreeTrialInfoCommand_base {}
40
+ export declare class BatchGetFreeTrialInfoCommand extends BatchGetFreeTrialInfoCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchGetFreeTrialInfoRequest;
44
+ output: BatchGetFreeTrialInfoResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchGetFreeTrialInfoCommandInput;
48
+ output: BatchGetFreeTrialInfoCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const BatchGetMemberEc2DeepInspectionStatusCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchGetMemberEc2DeepInspectionStatusCommand extends BatchGetMemberEc2DeepInspectionStatusCommand_base {}
40
+ export declare class BatchGetMemberEc2DeepInspectionStatusCommand extends BatchGetMemberEc2DeepInspectionStatusCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchGetMemberEc2DeepInspectionStatusRequest;
44
+ output: BatchGetMemberEc2DeepInspectionStatusResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchGetMemberEc2DeepInspectionStatusCommandInput;
48
+ output: BatchGetMemberEc2DeepInspectionStatusCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const BatchUpdateMemberEc2DeepInspectionStatusCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchUpdateMemberEc2DeepInspectionStatusCommand extends BatchUpdateMemberEc2DeepInspectionStatusCommand_base {}
40
+ export declare class BatchUpdateMemberEc2DeepInspectionStatusCommand extends BatchUpdateMemberEc2DeepInspectionStatusCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchUpdateMemberEc2DeepInspectionStatusRequest;
44
+ output: BatchUpdateMemberEc2DeepInspectionStatusResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchUpdateMemberEc2DeepInspectionStatusCommandInput;
48
+ output: BatchUpdateMemberEc2DeepInspectionStatusCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CancelFindingsReportCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CancelFindingsReportCommand extends CancelFindingsReportCommand_base {}
40
+ export declare class CancelFindingsReportCommand extends CancelFindingsReportCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CancelFindingsReportRequest;
44
+ output: CancelFindingsReportResponse;
45
+ };
46
+ sdk: {
47
+ input: CancelFindingsReportCommandInput;
48
+ output: CancelFindingsReportCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CancelSbomExportCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CancelSbomExportCommand extends CancelSbomExportCommand_base {}
39
+ export declare class CancelSbomExportCommand extends CancelSbomExportCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CancelSbomExportRequest;
43
+ output: CancelSbomExportResponse;
44
+ };
45
+ sdk: {
46
+ input: CancelSbomExportCommandInput;
47
+ output: CancelSbomExportCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateCisScanConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateCisScanConfigurationCommand extends CreateCisScanConfigurationCommand_base {}
40
+ export declare class CreateCisScanConfigurationCommand extends CreateCisScanConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateCisScanConfigurationRequest;
44
+ output: CreateCisScanConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateCisScanConfigurationCommandInput;
48
+ output: CreateCisScanConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const CreateFilterCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateFilterCommand extends CreateFilterCommand_base {}
36
+ export declare class CreateFilterCommand extends CreateFilterCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateFilterRequest;
40
+ output: CreateFilterResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateFilterCommandInput;
44
+ output: CreateFilterCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const CreateFindingsReportCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateFindingsReportCommand extends CreateFindingsReportCommand_base {}
40
+ export declare class CreateFindingsReportCommand extends CreateFindingsReportCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateFindingsReportRequest;
44
+ output: CreateFindingsReportResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateFindingsReportCommandInput;
48
+ output: CreateFindingsReportCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateSbomExportCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateSbomExportCommand extends CreateSbomExportCommand_base {}
39
+ export declare class CreateSbomExportCommand extends CreateSbomExportCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateSbomExportRequest;
43
+ output: CreateSbomExportResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateSbomExportCommandInput;
47
+ output: CreateSbomExportCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DeleteCisScanConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteCisScanConfigurationCommand extends DeleteCisScanConfigurationCommand_base {}
40
+ export declare class DeleteCisScanConfigurationCommand extends DeleteCisScanConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteCisScanConfigurationRequest;
44
+ output: DeleteCisScanConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteCisScanConfigurationCommandInput;
48
+ output: DeleteCisScanConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const DeleteFilterCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteFilterCommand extends DeleteFilterCommand_base {}
36
+ export declare class DeleteFilterCommand extends DeleteFilterCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteFilterRequest;
40
+ output: DeleteFilterResponse;
41
+ };
42
+ sdk: {
43
+ input: DeleteFilterCommandInput;
44
+ output: DeleteFilterCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DescribeOrganizationConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeOrganizationConfigurationCommand extends DescribeOrganizationConfigurationCommand_base {}
40
+ export declare class DescribeOrganizationConfigurationCommand extends DescribeOrganizationConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: {};
44
+ output: DescribeOrganizationConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeOrganizationConfigurationCommandInput;
48
+ output: DescribeOrganizationConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -31,4 +31,15 @@ declare const DisableCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DisableCommand extends DisableCommand_base {}
34
+ export declare class DisableCommand extends DisableCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DisableRequest;
38
+ output: DisableResponse;
39
+ };
40
+ sdk: {
41
+ input: DisableCommandInput;
42
+ output: DisableCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -37,4 +37,15 @@ declare const DisableDelegatedAdminAccountCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DisableDelegatedAdminAccountCommand extends DisableDelegatedAdminAccountCommand_base {}
40
+ export declare class DisableDelegatedAdminAccountCommand extends DisableDelegatedAdminAccountCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DisableDelegatedAdminAccountRequest;
44
+ output: DisableDelegatedAdminAccountResponse;
45
+ };
46
+ sdk: {
47
+ input: DisableDelegatedAdminAccountCommandInput;
48
+ output: DisableDelegatedAdminAccountCommandOutput;
49
+ };
50
+ };
51
+ }