@aws-sdk/client-inspector2 3.927.0 → 3.929.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 (102) hide show
  1. package/dist-cjs/index.js +4098 -3922
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/Inspector2Client.js +2 -0
  4. package/dist-es/commands/AssociateMemberCommand.js +3 -9
  5. package/dist-es/commands/BatchAssociateCodeSecurityScanConfigurationCommand.js +3 -9
  6. package/dist-es/commands/BatchDisassociateCodeSecurityScanConfigurationCommand.js +3 -9
  7. package/dist-es/commands/BatchGetAccountStatusCommand.js +3 -9
  8. package/dist-es/commands/BatchGetCodeSnippetCommand.js +3 -9
  9. package/dist-es/commands/BatchGetFindingDetailsCommand.js +3 -9
  10. package/dist-es/commands/BatchGetFreeTrialInfoCommand.js +3 -9
  11. package/dist-es/commands/BatchGetMemberEc2DeepInspectionStatusCommand.js +3 -9
  12. package/dist-es/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.js +3 -9
  13. package/dist-es/commands/CancelFindingsReportCommand.js +3 -9
  14. package/dist-es/commands/CancelSbomExportCommand.js +3 -9
  15. package/dist-es/commands/CreateCisScanConfigurationCommand.js +3 -9
  16. package/dist-es/commands/CreateCodeSecurityIntegrationCommand.js +3 -10
  17. package/dist-es/commands/CreateCodeSecurityScanConfigurationCommand.js +3 -9
  18. package/dist-es/commands/CreateFilterCommand.js +3 -9
  19. package/dist-es/commands/CreateFindingsReportCommand.js +3 -9
  20. package/dist-es/commands/CreateSbomExportCommand.js +3 -9
  21. package/dist-es/commands/DeleteCisScanConfigurationCommand.js +3 -9
  22. package/dist-es/commands/DeleteCodeSecurityIntegrationCommand.js +3 -9
  23. package/dist-es/commands/DeleteCodeSecurityScanConfigurationCommand.js +3 -9
  24. package/dist-es/commands/DeleteFilterCommand.js +3 -9
  25. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +3 -9
  26. package/dist-es/commands/DisableCommand.js +3 -9
  27. package/dist-es/commands/DisableDelegatedAdminAccountCommand.js +3 -9
  28. package/dist-es/commands/DisassociateMemberCommand.js +3 -9
  29. package/dist-es/commands/EnableCommand.js +3 -9
  30. package/dist-es/commands/EnableDelegatedAdminAccountCommand.js +3 -9
  31. package/dist-es/commands/GetCisScanReportCommand.js +3 -9
  32. package/dist-es/commands/GetCisScanResultDetailsCommand.js +3 -9
  33. package/dist-es/commands/GetClustersForImageCommand.js +3 -9
  34. package/dist-es/commands/GetCodeSecurityIntegrationCommand.js +3 -10
  35. package/dist-es/commands/GetCodeSecurityScanCommand.js +3 -9
  36. package/dist-es/commands/GetCodeSecurityScanConfigurationCommand.js +3 -9
  37. package/dist-es/commands/GetConfigurationCommand.js +3 -9
  38. package/dist-es/commands/GetDelegatedAdminAccountCommand.js +3 -9
  39. package/dist-es/commands/GetEc2DeepInspectionConfigurationCommand.js +3 -9
  40. package/dist-es/commands/GetEncryptionKeyCommand.js +3 -9
  41. package/dist-es/commands/GetFindingsReportStatusCommand.js +3 -9
  42. package/dist-es/commands/GetMemberCommand.js +3 -9
  43. package/dist-es/commands/GetSbomExportCommand.js +3 -9
  44. package/dist-es/commands/ListAccountPermissionsCommand.js +3 -9
  45. package/dist-es/commands/ListCisScanConfigurationsCommand.js +3 -9
  46. package/dist-es/commands/ListCisScanResultsAggregatedByChecksCommand.js +3 -9
  47. package/dist-es/commands/ListCisScanResultsAggregatedByTargetResourceCommand.js +3 -9
  48. package/dist-es/commands/ListCisScansCommand.js +3 -9
  49. package/dist-es/commands/ListCodeSecurityIntegrationsCommand.js +3 -9
  50. package/dist-es/commands/ListCodeSecurityScanConfigurationAssociationsCommand.js +3 -9
  51. package/dist-es/commands/ListCodeSecurityScanConfigurationsCommand.js +3 -9
  52. package/dist-es/commands/ListCoverageCommand.js +3 -9
  53. package/dist-es/commands/ListCoverageStatisticsCommand.js +3 -9
  54. package/dist-es/commands/ListDelegatedAdminAccountsCommand.js +3 -9
  55. package/dist-es/commands/ListFiltersCommand.js +3 -9
  56. package/dist-es/commands/ListFindingAggregationsCommand.js +3 -9
  57. package/dist-es/commands/ListFindingsCommand.js +3 -9
  58. package/dist-es/commands/ListMembersCommand.js +3 -9
  59. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  60. package/dist-es/commands/ListUsageTotalsCommand.js +3 -9
  61. package/dist-es/commands/ResetEncryptionKeyCommand.js +3 -9
  62. package/dist-es/commands/SearchVulnerabilitiesCommand.js +3 -9
  63. package/dist-es/commands/SendCisSessionHealthCommand.js +3 -9
  64. package/dist-es/commands/SendCisSessionTelemetryCommand.js +3 -9
  65. package/dist-es/commands/StartCisSessionCommand.js +3 -9
  66. package/dist-es/commands/StartCodeSecurityScanCommand.js +3 -9
  67. package/dist-es/commands/StopCisSessionCommand.js +3 -9
  68. package/dist-es/commands/TagResourceCommand.js +3 -9
  69. package/dist-es/commands/UntagResourceCommand.js +3 -9
  70. package/dist-es/commands/UpdateCisScanConfigurationCommand.js +3 -9
  71. package/dist-es/commands/UpdateCodeSecurityIntegrationCommand.js +3 -10
  72. package/dist-es/commands/UpdateCodeSecurityScanConfigurationCommand.js +3 -9
  73. package/dist-es/commands/UpdateConfigurationCommand.js +3 -9
  74. package/dist-es/commands/UpdateEc2DeepInspectionConfigurationCommand.js +3 -9
  75. package/dist-es/commands/UpdateEncryptionKeyCommand.js +3 -9
  76. package/dist-es/commands/UpdateFilterCommand.js +3 -9
  77. package/dist-es/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.js +3 -9
  78. package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +3 -9
  79. package/dist-es/models/models_0.js +0 -20
  80. package/dist-es/models/models_1.js +0 -25
  81. package/dist-es/runtimeConfig.shared.js +2 -0
  82. package/dist-es/schemas/schemas_0.js +3848 -0
  83. package/dist-types/Inspector2Client.d.ts +10 -1
  84. package/dist-types/models/models_0.d.ts +0 -16
  85. package/dist-types/models/models_1.d.ts +0 -20
  86. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  87. package/dist-types/runtimeConfig.d.ts +1 -0
  88. package/dist-types/runtimeConfig.native.d.ts +1 -0
  89. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  90. package/dist-types/schemas/schemas_0.d.ts +550 -0
  91. package/dist-types/ts3.4/Inspector2Client.d.ts +4 -0
  92. package/dist-types/ts3.4/models/models_0.d.ts +0 -12
  93. package/dist-types/ts3.4/models/models_1.d.ts +0 -15
  94. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  95. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  96. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  97. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  98. package/dist-types/ts3.4/schemas/schemas_0.d.ts +557 -0
  99. package/package.json +5 -6
  100. package/dist-es/protocols/Aws_restJson1.js +0 -3204
  101. package/dist-types/protocols/Aws_restJson1.d.ts +0 -677
  102. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -905
@@ -1,677 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AssociateMemberCommandInput, AssociateMemberCommandOutput } from "../commands/AssociateMemberCommand";
4
- import { BatchAssociateCodeSecurityScanConfigurationCommandInput, BatchAssociateCodeSecurityScanConfigurationCommandOutput } from "../commands/BatchAssociateCodeSecurityScanConfigurationCommand";
5
- import { BatchDisassociateCodeSecurityScanConfigurationCommandInput, BatchDisassociateCodeSecurityScanConfigurationCommandOutput } from "../commands/BatchDisassociateCodeSecurityScanConfigurationCommand";
6
- import { BatchGetAccountStatusCommandInput, BatchGetAccountStatusCommandOutput } from "../commands/BatchGetAccountStatusCommand";
7
- import { BatchGetCodeSnippetCommandInput, BatchGetCodeSnippetCommandOutput } from "../commands/BatchGetCodeSnippetCommand";
8
- import { BatchGetFindingDetailsCommandInput, BatchGetFindingDetailsCommandOutput } from "../commands/BatchGetFindingDetailsCommand";
9
- import { BatchGetFreeTrialInfoCommandInput, BatchGetFreeTrialInfoCommandOutput } from "../commands/BatchGetFreeTrialInfoCommand";
10
- import { BatchGetMemberEc2DeepInspectionStatusCommandInput, BatchGetMemberEc2DeepInspectionStatusCommandOutput } from "../commands/BatchGetMemberEc2DeepInspectionStatusCommand";
11
- import { BatchUpdateMemberEc2DeepInspectionStatusCommandInput, BatchUpdateMemberEc2DeepInspectionStatusCommandOutput } from "../commands/BatchUpdateMemberEc2DeepInspectionStatusCommand";
12
- import { CancelFindingsReportCommandInput, CancelFindingsReportCommandOutput } from "../commands/CancelFindingsReportCommand";
13
- import { CancelSbomExportCommandInput, CancelSbomExportCommandOutput } from "../commands/CancelSbomExportCommand";
14
- import { CreateCisScanConfigurationCommandInput, CreateCisScanConfigurationCommandOutput } from "../commands/CreateCisScanConfigurationCommand";
15
- import { CreateCodeSecurityIntegrationCommandInput, CreateCodeSecurityIntegrationCommandOutput } from "../commands/CreateCodeSecurityIntegrationCommand";
16
- import { CreateCodeSecurityScanConfigurationCommandInput, CreateCodeSecurityScanConfigurationCommandOutput } from "../commands/CreateCodeSecurityScanConfigurationCommand";
17
- import { CreateFilterCommandInput, CreateFilterCommandOutput } from "../commands/CreateFilterCommand";
18
- import { CreateFindingsReportCommandInput, CreateFindingsReportCommandOutput } from "../commands/CreateFindingsReportCommand";
19
- import { CreateSbomExportCommandInput, CreateSbomExportCommandOutput } from "../commands/CreateSbomExportCommand";
20
- import { DeleteCisScanConfigurationCommandInput, DeleteCisScanConfigurationCommandOutput } from "../commands/DeleteCisScanConfigurationCommand";
21
- import { DeleteCodeSecurityIntegrationCommandInput, DeleteCodeSecurityIntegrationCommandOutput } from "../commands/DeleteCodeSecurityIntegrationCommand";
22
- import { DeleteCodeSecurityScanConfigurationCommandInput, DeleteCodeSecurityScanConfigurationCommandOutput } from "../commands/DeleteCodeSecurityScanConfigurationCommand";
23
- import { DeleteFilterCommandInput, DeleteFilterCommandOutput } from "../commands/DeleteFilterCommand";
24
- import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "../commands/DescribeOrganizationConfigurationCommand";
25
- import { DisableCommandInput, DisableCommandOutput } from "../commands/DisableCommand";
26
- import { DisableDelegatedAdminAccountCommandInput, DisableDelegatedAdminAccountCommandOutput } from "../commands/DisableDelegatedAdminAccountCommand";
27
- import { DisassociateMemberCommandInput, DisassociateMemberCommandOutput } from "../commands/DisassociateMemberCommand";
28
- import { EnableCommandInput, EnableCommandOutput } from "../commands/EnableCommand";
29
- import { EnableDelegatedAdminAccountCommandInput, EnableDelegatedAdminAccountCommandOutput } from "../commands/EnableDelegatedAdminAccountCommand";
30
- import { GetCisScanReportCommandInput, GetCisScanReportCommandOutput } from "../commands/GetCisScanReportCommand";
31
- import { GetCisScanResultDetailsCommandInput, GetCisScanResultDetailsCommandOutput } from "../commands/GetCisScanResultDetailsCommand";
32
- import { GetClustersForImageCommandInput, GetClustersForImageCommandOutput } from "../commands/GetClustersForImageCommand";
33
- import { GetCodeSecurityIntegrationCommandInput, GetCodeSecurityIntegrationCommandOutput } from "../commands/GetCodeSecurityIntegrationCommand";
34
- import { GetCodeSecurityScanCommandInput, GetCodeSecurityScanCommandOutput } from "../commands/GetCodeSecurityScanCommand";
35
- import { GetCodeSecurityScanConfigurationCommandInput, GetCodeSecurityScanConfigurationCommandOutput } from "../commands/GetCodeSecurityScanConfigurationCommand";
36
- import { GetConfigurationCommandInput, GetConfigurationCommandOutput } from "../commands/GetConfigurationCommand";
37
- import { GetDelegatedAdminAccountCommandInput, GetDelegatedAdminAccountCommandOutput } from "../commands/GetDelegatedAdminAccountCommand";
38
- import { GetEc2DeepInspectionConfigurationCommandInput, GetEc2DeepInspectionConfigurationCommandOutput } from "../commands/GetEc2DeepInspectionConfigurationCommand";
39
- import { GetEncryptionKeyCommandInput, GetEncryptionKeyCommandOutput } from "../commands/GetEncryptionKeyCommand";
40
- import { GetFindingsReportStatusCommandInput, GetFindingsReportStatusCommandOutput } from "../commands/GetFindingsReportStatusCommand";
41
- import { GetMemberCommandInput, GetMemberCommandOutput } from "../commands/GetMemberCommand";
42
- import { GetSbomExportCommandInput, GetSbomExportCommandOutput } from "../commands/GetSbomExportCommand";
43
- import { ListAccountPermissionsCommandInput, ListAccountPermissionsCommandOutput } from "../commands/ListAccountPermissionsCommand";
44
- import { ListCisScanConfigurationsCommandInput, ListCisScanConfigurationsCommandOutput } from "../commands/ListCisScanConfigurationsCommand";
45
- import { ListCisScanResultsAggregatedByChecksCommandInput, ListCisScanResultsAggregatedByChecksCommandOutput } from "../commands/ListCisScanResultsAggregatedByChecksCommand";
46
- import { ListCisScanResultsAggregatedByTargetResourceCommandInput, ListCisScanResultsAggregatedByTargetResourceCommandOutput } from "../commands/ListCisScanResultsAggregatedByTargetResourceCommand";
47
- import { ListCisScansCommandInput, ListCisScansCommandOutput } from "../commands/ListCisScansCommand";
48
- import { ListCodeSecurityIntegrationsCommandInput, ListCodeSecurityIntegrationsCommandOutput } from "../commands/ListCodeSecurityIntegrationsCommand";
49
- import { ListCodeSecurityScanConfigurationAssociationsCommandInput, ListCodeSecurityScanConfigurationAssociationsCommandOutput } from "../commands/ListCodeSecurityScanConfigurationAssociationsCommand";
50
- import { ListCodeSecurityScanConfigurationsCommandInput, ListCodeSecurityScanConfigurationsCommandOutput } from "../commands/ListCodeSecurityScanConfigurationsCommand";
51
- import { ListCoverageCommandInput, ListCoverageCommandOutput } from "../commands/ListCoverageCommand";
52
- import { ListCoverageStatisticsCommandInput, ListCoverageStatisticsCommandOutput } from "../commands/ListCoverageStatisticsCommand";
53
- import { ListDelegatedAdminAccountsCommandInput, ListDelegatedAdminAccountsCommandOutput } from "../commands/ListDelegatedAdminAccountsCommand";
54
- import { ListFiltersCommandInput, ListFiltersCommandOutput } from "../commands/ListFiltersCommand";
55
- import { ListFindingAggregationsCommandInput, ListFindingAggregationsCommandOutput } from "../commands/ListFindingAggregationsCommand";
56
- import { ListFindingsCommandInput, ListFindingsCommandOutput } from "../commands/ListFindingsCommand";
57
- import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
58
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
59
- import { ListUsageTotalsCommandInput, ListUsageTotalsCommandOutput } from "../commands/ListUsageTotalsCommand";
60
- import { ResetEncryptionKeyCommandInput, ResetEncryptionKeyCommandOutput } from "../commands/ResetEncryptionKeyCommand";
61
- import { SearchVulnerabilitiesCommandInput, SearchVulnerabilitiesCommandOutput } from "../commands/SearchVulnerabilitiesCommand";
62
- import { SendCisSessionHealthCommandInput, SendCisSessionHealthCommandOutput } from "../commands/SendCisSessionHealthCommand";
63
- import { SendCisSessionTelemetryCommandInput, SendCisSessionTelemetryCommandOutput } from "../commands/SendCisSessionTelemetryCommand";
64
- import { StartCisSessionCommandInput, StartCisSessionCommandOutput } from "../commands/StartCisSessionCommand";
65
- import { StartCodeSecurityScanCommandInput, StartCodeSecurityScanCommandOutput } from "../commands/StartCodeSecurityScanCommand";
66
- import { StopCisSessionCommandInput, StopCisSessionCommandOutput } from "../commands/StopCisSessionCommand";
67
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
68
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
69
- import { UpdateCisScanConfigurationCommandInput, UpdateCisScanConfigurationCommandOutput } from "../commands/UpdateCisScanConfigurationCommand";
70
- import { UpdateCodeSecurityIntegrationCommandInput, UpdateCodeSecurityIntegrationCommandOutput } from "../commands/UpdateCodeSecurityIntegrationCommand";
71
- import { UpdateCodeSecurityScanConfigurationCommandInput, UpdateCodeSecurityScanConfigurationCommandOutput } from "../commands/UpdateCodeSecurityScanConfigurationCommand";
72
- import { UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput } from "../commands/UpdateConfigurationCommand";
73
- import { UpdateEc2DeepInspectionConfigurationCommandInput, UpdateEc2DeepInspectionConfigurationCommandOutput } from "../commands/UpdateEc2DeepInspectionConfigurationCommand";
74
- import { UpdateEncryptionKeyCommandInput, UpdateEncryptionKeyCommandOutput } from "../commands/UpdateEncryptionKeyCommand";
75
- import { UpdateFilterCommandInput, UpdateFilterCommandOutput } from "../commands/UpdateFilterCommand";
76
- import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "../commands/UpdateOrganizationConfigurationCommand";
77
- import { UpdateOrgEc2DeepInspectionConfigurationCommandInput, UpdateOrgEc2DeepInspectionConfigurationCommandOutput } from "../commands/UpdateOrgEc2DeepInspectionConfigurationCommand";
78
- /**
79
- * serializeAws_restJson1AssociateMemberCommand
80
- */
81
- export declare const se_AssociateMemberCommand: (input: AssociateMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- /**
83
- * serializeAws_restJson1BatchAssociateCodeSecurityScanConfigurationCommand
84
- */
85
- export declare const se_BatchAssociateCodeSecurityScanConfigurationCommand: (input: BatchAssociateCodeSecurityScanConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- /**
87
- * serializeAws_restJson1BatchDisassociateCodeSecurityScanConfigurationCommand
88
- */
89
- export declare const se_BatchDisassociateCodeSecurityScanConfigurationCommand: (input: BatchDisassociateCodeSecurityScanConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- /**
91
- * serializeAws_restJson1BatchGetAccountStatusCommand
92
- */
93
- export declare const se_BatchGetAccountStatusCommand: (input: BatchGetAccountStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- /**
95
- * serializeAws_restJson1BatchGetCodeSnippetCommand
96
- */
97
- export declare const se_BatchGetCodeSnippetCommand: (input: BatchGetCodeSnippetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- /**
99
- * serializeAws_restJson1BatchGetFindingDetailsCommand
100
- */
101
- export declare const se_BatchGetFindingDetailsCommand: (input: BatchGetFindingDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- /**
103
- * serializeAws_restJson1BatchGetFreeTrialInfoCommand
104
- */
105
- export declare const se_BatchGetFreeTrialInfoCommand: (input: BatchGetFreeTrialInfoCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- /**
107
- * serializeAws_restJson1BatchGetMemberEc2DeepInspectionStatusCommand
108
- */
109
- export declare const se_BatchGetMemberEc2DeepInspectionStatusCommand: (input: BatchGetMemberEc2DeepInspectionStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- /**
111
- * serializeAws_restJson1BatchUpdateMemberEc2DeepInspectionStatusCommand
112
- */
113
- export declare const se_BatchUpdateMemberEc2DeepInspectionStatusCommand: (input: BatchUpdateMemberEc2DeepInspectionStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- /**
115
- * serializeAws_restJson1CancelFindingsReportCommand
116
- */
117
- export declare const se_CancelFindingsReportCommand: (input: CancelFindingsReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- /**
119
- * serializeAws_restJson1CancelSbomExportCommand
120
- */
121
- export declare const se_CancelSbomExportCommand: (input: CancelSbomExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- /**
123
- * serializeAws_restJson1CreateCisScanConfigurationCommand
124
- */
125
- export declare const se_CreateCisScanConfigurationCommand: (input: CreateCisScanConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- /**
127
- * serializeAws_restJson1CreateCodeSecurityIntegrationCommand
128
- */
129
- export declare const se_CreateCodeSecurityIntegrationCommand: (input: CreateCodeSecurityIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- /**
131
- * serializeAws_restJson1CreateCodeSecurityScanConfigurationCommand
132
- */
133
- export declare const se_CreateCodeSecurityScanConfigurationCommand: (input: CreateCodeSecurityScanConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- /**
135
- * serializeAws_restJson1CreateFilterCommand
136
- */
137
- export declare const se_CreateFilterCommand: (input: CreateFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- /**
139
- * serializeAws_restJson1CreateFindingsReportCommand
140
- */
141
- export declare const se_CreateFindingsReportCommand: (input: CreateFindingsReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- /**
143
- * serializeAws_restJson1CreateSbomExportCommand
144
- */
145
- export declare const se_CreateSbomExportCommand: (input: CreateSbomExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- /**
147
- * serializeAws_restJson1DeleteCisScanConfigurationCommand
148
- */
149
- export declare const se_DeleteCisScanConfigurationCommand: (input: DeleteCisScanConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- /**
151
- * serializeAws_restJson1DeleteCodeSecurityIntegrationCommand
152
- */
153
- export declare const se_DeleteCodeSecurityIntegrationCommand: (input: DeleteCodeSecurityIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- /**
155
- * serializeAws_restJson1DeleteCodeSecurityScanConfigurationCommand
156
- */
157
- export declare const se_DeleteCodeSecurityScanConfigurationCommand: (input: DeleteCodeSecurityScanConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
- /**
159
- * serializeAws_restJson1DeleteFilterCommand
160
- */
161
- export declare const se_DeleteFilterCommand: (input: DeleteFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
- /**
163
- * serializeAws_restJson1DescribeOrganizationConfigurationCommand
164
- */
165
- export declare const se_DescribeOrganizationConfigurationCommand: (input: DescribeOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
- /**
167
- * serializeAws_restJson1DisableCommand
168
- */
169
- export declare const se_DisableCommand: (input: DisableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
- /**
171
- * serializeAws_restJson1DisableDelegatedAdminAccountCommand
172
- */
173
- export declare const se_DisableDelegatedAdminAccountCommand: (input: DisableDelegatedAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
- /**
175
- * serializeAws_restJson1DisassociateMemberCommand
176
- */
177
- export declare const se_DisassociateMemberCommand: (input: DisassociateMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
- /**
179
- * serializeAws_restJson1EnableCommand
180
- */
181
- export declare const se_EnableCommand: (input: EnableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
- /**
183
- * serializeAws_restJson1EnableDelegatedAdminAccountCommand
184
- */
185
- export declare const se_EnableDelegatedAdminAccountCommand: (input: EnableDelegatedAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
- /**
187
- * serializeAws_restJson1GetCisScanReportCommand
188
- */
189
- export declare const se_GetCisScanReportCommand: (input: GetCisScanReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
- /**
191
- * serializeAws_restJson1GetCisScanResultDetailsCommand
192
- */
193
- export declare const se_GetCisScanResultDetailsCommand: (input: GetCisScanResultDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
- /**
195
- * serializeAws_restJson1GetClustersForImageCommand
196
- */
197
- export declare const se_GetClustersForImageCommand: (input: GetClustersForImageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
- /**
199
- * serializeAws_restJson1GetCodeSecurityIntegrationCommand
200
- */
201
- export declare const se_GetCodeSecurityIntegrationCommand: (input: GetCodeSecurityIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
- /**
203
- * serializeAws_restJson1GetCodeSecurityScanCommand
204
- */
205
- export declare const se_GetCodeSecurityScanCommand: (input: GetCodeSecurityScanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
- /**
207
- * serializeAws_restJson1GetCodeSecurityScanConfigurationCommand
208
- */
209
- export declare const se_GetCodeSecurityScanConfigurationCommand: (input: GetCodeSecurityScanConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
- /**
211
- * serializeAws_restJson1GetConfigurationCommand
212
- */
213
- export declare const se_GetConfigurationCommand: (input: GetConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
- /**
215
- * serializeAws_restJson1GetDelegatedAdminAccountCommand
216
- */
217
- export declare const se_GetDelegatedAdminAccountCommand: (input: GetDelegatedAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
- /**
219
- * serializeAws_restJson1GetEc2DeepInspectionConfigurationCommand
220
- */
221
- export declare const se_GetEc2DeepInspectionConfigurationCommand: (input: GetEc2DeepInspectionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
- /**
223
- * serializeAws_restJson1GetEncryptionKeyCommand
224
- */
225
- export declare const se_GetEncryptionKeyCommand: (input: GetEncryptionKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
- /**
227
- * serializeAws_restJson1GetFindingsReportStatusCommand
228
- */
229
- export declare const se_GetFindingsReportStatusCommand: (input: GetFindingsReportStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
- /**
231
- * serializeAws_restJson1GetMemberCommand
232
- */
233
- export declare const se_GetMemberCommand: (input: GetMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
- /**
235
- * serializeAws_restJson1GetSbomExportCommand
236
- */
237
- export declare const se_GetSbomExportCommand: (input: GetSbomExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
- /**
239
- * serializeAws_restJson1ListAccountPermissionsCommand
240
- */
241
- export declare const se_ListAccountPermissionsCommand: (input: ListAccountPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
- /**
243
- * serializeAws_restJson1ListCisScanConfigurationsCommand
244
- */
245
- export declare const se_ListCisScanConfigurationsCommand: (input: ListCisScanConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
- /**
247
- * serializeAws_restJson1ListCisScanResultsAggregatedByChecksCommand
248
- */
249
- export declare const se_ListCisScanResultsAggregatedByChecksCommand: (input: ListCisScanResultsAggregatedByChecksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
- /**
251
- * serializeAws_restJson1ListCisScanResultsAggregatedByTargetResourceCommand
252
- */
253
- export declare const se_ListCisScanResultsAggregatedByTargetResourceCommand: (input: ListCisScanResultsAggregatedByTargetResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
- /**
255
- * serializeAws_restJson1ListCisScansCommand
256
- */
257
- export declare const se_ListCisScansCommand: (input: ListCisScansCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
- /**
259
- * serializeAws_restJson1ListCodeSecurityIntegrationsCommand
260
- */
261
- export declare const se_ListCodeSecurityIntegrationsCommand: (input: ListCodeSecurityIntegrationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
262
- /**
263
- * serializeAws_restJson1ListCodeSecurityScanConfigurationAssociationsCommand
264
- */
265
- export declare const se_ListCodeSecurityScanConfigurationAssociationsCommand: (input: ListCodeSecurityScanConfigurationAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
266
- /**
267
- * serializeAws_restJson1ListCodeSecurityScanConfigurationsCommand
268
- */
269
- export declare const se_ListCodeSecurityScanConfigurationsCommand: (input: ListCodeSecurityScanConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
270
- /**
271
- * serializeAws_restJson1ListCoverageCommand
272
- */
273
- export declare const se_ListCoverageCommand: (input: ListCoverageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
274
- /**
275
- * serializeAws_restJson1ListCoverageStatisticsCommand
276
- */
277
- export declare const se_ListCoverageStatisticsCommand: (input: ListCoverageStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
278
- /**
279
- * serializeAws_restJson1ListDelegatedAdminAccountsCommand
280
- */
281
- export declare const se_ListDelegatedAdminAccountsCommand: (input: ListDelegatedAdminAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
282
- /**
283
- * serializeAws_restJson1ListFiltersCommand
284
- */
285
- export declare const se_ListFiltersCommand: (input: ListFiltersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
286
- /**
287
- * serializeAws_restJson1ListFindingAggregationsCommand
288
- */
289
- export declare const se_ListFindingAggregationsCommand: (input: ListFindingAggregationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
290
- /**
291
- * serializeAws_restJson1ListFindingsCommand
292
- */
293
- export declare const se_ListFindingsCommand: (input: ListFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
294
- /**
295
- * serializeAws_restJson1ListMembersCommand
296
- */
297
- export declare const se_ListMembersCommand: (input: ListMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
298
- /**
299
- * serializeAws_restJson1ListTagsForResourceCommand
300
- */
301
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
302
- /**
303
- * serializeAws_restJson1ListUsageTotalsCommand
304
- */
305
- export declare const se_ListUsageTotalsCommand: (input: ListUsageTotalsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
306
- /**
307
- * serializeAws_restJson1ResetEncryptionKeyCommand
308
- */
309
- export declare const se_ResetEncryptionKeyCommand: (input: ResetEncryptionKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
310
- /**
311
- * serializeAws_restJson1SearchVulnerabilitiesCommand
312
- */
313
- export declare const se_SearchVulnerabilitiesCommand: (input: SearchVulnerabilitiesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
314
- /**
315
- * serializeAws_restJson1SendCisSessionHealthCommand
316
- */
317
- export declare const se_SendCisSessionHealthCommand: (input: SendCisSessionHealthCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
318
- /**
319
- * serializeAws_restJson1SendCisSessionTelemetryCommand
320
- */
321
- export declare const se_SendCisSessionTelemetryCommand: (input: SendCisSessionTelemetryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
322
- /**
323
- * serializeAws_restJson1StartCisSessionCommand
324
- */
325
- export declare const se_StartCisSessionCommand: (input: StartCisSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
326
- /**
327
- * serializeAws_restJson1StartCodeSecurityScanCommand
328
- */
329
- export declare const se_StartCodeSecurityScanCommand: (input: StartCodeSecurityScanCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
330
- /**
331
- * serializeAws_restJson1StopCisSessionCommand
332
- */
333
- export declare const se_StopCisSessionCommand: (input: StopCisSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
334
- /**
335
- * serializeAws_restJson1TagResourceCommand
336
- */
337
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
338
- /**
339
- * serializeAws_restJson1UntagResourceCommand
340
- */
341
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
342
- /**
343
- * serializeAws_restJson1UpdateCisScanConfigurationCommand
344
- */
345
- export declare const se_UpdateCisScanConfigurationCommand: (input: UpdateCisScanConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
346
- /**
347
- * serializeAws_restJson1UpdateCodeSecurityIntegrationCommand
348
- */
349
- export declare const se_UpdateCodeSecurityIntegrationCommand: (input: UpdateCodeSecurityIntegrationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
350
- /**
351
- * serializeAws_restJson1UpdateCodeSecurityScanConfigurationCommand
352
- */
353
- export declare const se_UpdateCodeSecurityScanConfigurationCommand: (input: UpdateCodeSecurityScanConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
354
- /**
355
- * serializeAws_restJson1UpdateConfigurationCommand
356
- */
357
- export declare const se_UpdateConfigurationCommand: (input: UpdateConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
358
- /**
359
- * serializeAws_restJson1UpdateEc2DeepInspectionConfigurationCommand
360
- */
361
- export declare const se_UpdateEc2DeepInspectionConfigurationCommand: (input: UpdateEc2DeepInspectionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
362
- /**
363
- * serializeAws_restJson1UpdateEncryptionKeyCommand
364
- */
365
- export declare const se_UpdateEncryptionKeyCommand: (input: UpdateEncryptionKeyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
366
- /**
367
- * serializeAws_restJson1UpdateFilterCommand
368
- */
369
- export declare const se_UpdateFilterCommand: (input: UpdateFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
370
- /**
371
- * serializeAws_restJson1UpdateOrganizationConfigurationCommand
372
- */
373
- export declare const se_UpdateOrganizationConfigurationCommand: (input: UpdateOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
374
- /**
375
- * serializeAws_restJson1UpdateOrgEc2DeepInspectionConfigurationCommand
376
- */
377
- export declare const se_UpdateOrgEc2DeepInspectionConfigurationCommand: (input: UpdateOrgEc2DeepInspectionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
378
- /**
379
- * deserializeAws_restJson1AssociateMemberCommand
380
- */
381
- export declare const de_AssociateMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateMemberCommandOutput>;
382
- /**
383
- * deserializeAws_restJson1BatchAssociateCodeSecurityScanConfigurationCommand
384
- */
385
- export declare const de_BatchAssociateCodeSecurityScanConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchAssociateCodeSecurityScanConfigurationCommandOutput>;
386
- /**
387
- * deserializeAws_restJson1BatchDisassociateCodeSecurityScanConfigurationCommand
388
- */
389
- export declare const de_BatchDisassociateCodeSecurityScanConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDisassociateCodeSecurityScanConfigurationCommandOutput>;
390
- /**
391
- * deserializeAws_restJson1BatchGetAccountStatusCommand
392
- */
393
- export declare const de_BatchGetAccountStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetAccountStatusCommandOutput>;
394
- /**
395
- * deserializeAws_restJson1BatchGetCodeSnippetCommand
396
- */
397
- export declare const de_BatchGetCodeSnippetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetCodeSnippetCommandOutput>;
398
- /**
399
- * deserializeAws_restJson1BatchGetFindingDetailsCommand
400
- */
401
- export declare const de_BatchGetFindingDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetFindingDetailsCommandOutput>;
402
- /**
403
- * deserializeAws_restJson1BatchGetFreeTrialInfoCommand
404
- */
405
- export declare const de_BatchGetFreeTrialInfoCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetFreeTrialInfoCommandOutput>;
406
- /**
407
- * deserializeAws_restJson1BatchGetMemberEc2DeepInspectionStatusCommand
408
- */
409
- export declare const de_BatchGetMemberEc2DeepInspectionStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetMemberEc2DeepInspectionStatusCommandOutput>;
410
- /**
411
- * deserializeAws_restJson1BatchUpdateMemberEc2DeepInspectionStatusCommand
412
- */
413
- export declare const de_BatchUpdateMemberEc2DeepInspectionStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdateMemberEc2DeepInspectionStatusCommandOutput>;
414
- /**
415
- * deserializeAws_restJson1CancelFindingsReportCommand
416
- */
417
- export declare const de_CancelFindingsReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelFindingsReportCommandOutput>;
418
- /**
419
- * deserializeAws_restJson1CancelSbomExportCommand
420
- */
421
- export declare const de_CancelSbomExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelSbomExportCommandOutput>;
422
- /**
423
- * deserializeAws_restJson1CreateCisScanConfigurationCommand
424
- */
425
- export declare const de_CreateCisScanConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCisScanConfigurationCommandOutput>;
426
- /**
427
- * deserializeAws_restJson1CreateCodeSecurityIntegrationCommand
428
- */
429
- export declare const de_CreateCodeSecurityIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCodeSecurityIntegrationCommandOutput>;
430
- /**
431
- * deserializeAws_restJson1CreateCodeSecurityScanConfigurationCommand
432
- */
433
- export declare const de_CreateCodeSecurityScanConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCodeSecurityScanConfigurationCommandOutput>;
434
- /**
435
- * deserializeAws_restJson1CreateFilterCommand
436
- */
437
- export declare const de_CreateFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFilterCommandOutput>;
438
- /**
439
- * deserializeAws_restJson1CreateFindingsReportCommand
440
- */
441
- export declare const de_CreateFindingsReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFindingsReportCommandOutput>;
442
- /**
443
- * deserializeAws_restJson1CreateSbomExportCommand
444
- */
445
- export declare const de_CreateSbomExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSbomExportCommandOutput>;
446
- /**
447
- * deserializeAws_restJson1DeleteCisScanConfigurationCommand
448
- */
449
- export declare const de_DeleteCisScanConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCisScanConfigurationCommandOutput>;
450
- /**
451
- * deserializeAws_restJson1DeleteCodeSecurityIntegrationCommand
452
- */
453
- export declare const de_DeleteCodeSecurityIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCodeSecurityIntegrationCommandOutput>;
454
- /**
455
- * deserializeAws_restJson1DeleteCodeSecurityScanConfigurationCommand
456
- */
457
- export declare const de_DeleteCodeSecurityScanConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCodeSecurityScanConfigurationCommandOutput>;
458
- /**
459
- * deserializeAws_restJson1DeleteFilterCommand
460
- */
461
- export declare const de_DeleteFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFilterCommandOutput>;
462
- /**
463
- * deserializeAws_restJson1DescribeOrganizationConfigurationCommand
464
- */
465
- export declare const de_DescribeOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationConfigurationCommandOutput>;
466
- /**
467
- * deserializeAws_restJson1DisableCommand
468
- */
469
- export declare const de_DisableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableCommandOutput>;
470
- /**
471
- * deserializeAws_restJson1DisableDelegatedAdminAccountCommand
472
- */
473
- export declare const de_DisableDelegatedAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableDelegatedAdminAccountCommandOutput>;
474
- /**
475
- * deserializeAws_restJson1DisassociateMemberCommand
476
- */
477
- export declare const de_DisassociateMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateMemberCommandOutput>;
478
- /**
479
- * deserializeAws_restJson1EnableCommand
480
- */
481
- export declare const de_EnableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableCommandOutput>;
482
- /**
483
- * deserializeAws_restJson1EnableDelegatedAdminAccountCommand
484
- */
485
- export declare const de_EnableDelegatedAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableDelegatedAdminAccountCommandOutput>;
486
- /**
487
- * deserializeAws_restJson1GetCisScanReportCommand
488
- */
489
- export declare const de_GetCisScanReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCisScanReportCommandOutput>;
490
- /**
491
- * deserializeAws_restJson1GetCisScanResultDetailsCommand
492
- */
493
- export declare const de_GetCisScanResultDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCisScanResultDetailsCommandOutput>;
494
- /**
495
- * deserializeAws_restJson1GetClustersForImageCommand
496
- */
497
- export declare const de_GetClustersForImageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetClustersForImageCommandOutput>;
498
- /**
499
- * deserializeAws_restJson1GetCodeSecurityIntegrationCommand
500
- */
501
- export declare const de_GetCodeSecurityIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCodeSecurityIntegrationCommandOutput>;
502
- /**
503
- * deserializeAws_restJson1GetCodeSecurityScanCommand
504
- */
505
- export declare const de_GetCodeSecurityScanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCodeSecurityScanCommandOutput>;
506
- /**
507
- * deserializeAws_restJson1GetCodeSecurityScanConfigurationCommand
508
- */
509
- export declare const de_GetCodeSecurityScanConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCodeSecurityScanConfigurationCommandOutput>;
510
- /**
511
- * deserializeAws_restJson1GetConfigurationCommand
512
- */
513
- export declare const de_GetConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfigurationCommandOutput>;
514
- /**
515
- * deserializeAws_restJson1GetDelegatedAdminAccountCommand
516
- */
517
- export declare const de_GetDelegatedAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDelegatedAdminAccountCommandOutput>;
518
- /**
519
- * deserializeAws_restJson1GetEc2DeepInspectionConfigurationCommand
520
- */
521
- export declare const de_GetEc2DeepInspectionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEc2DeepInspectionConfigurationCommandOutput>;
522
- /**
523
- * deserializeAws_restJson1GetEncryptionKeyCommand
524
- */
525
- export declare const de_GetEncryptionKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEncryptionKeyCommandOutput>;
526
- /**
527
- * deserializeAws_restJson1GetFindingsReportStatusCommand
528
- */
529
- export declare const de_GetFindingsReportStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingsReportStatusCommandOutput>;
530
- /**
531
- * deserializeAws_restJson1GetMemberCommand
532
- */
533
- export declare const de_GetMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMemberCommandOutput>;
534
- /**
535
- * deserializeAws_restJson1GetSbomExportCommand
536
- */
537
- export declare const de_GetSbomExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSbomExportCommandOutput>;
538
- /**
539
- * deserializeAws_restJson1ListAccountPermissionsCommand
540
- */
541
- export declare const de_ListAccountPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountPermissionsCommandOutput>;
542
- /**
543
- * deserializeAws_restJson1ListCisScanConfigurationsCommand
544
- */
545
- export declare const de_ListCisScanConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCisScanConfigurationsCommandOutput>;
546
- /**
547
- * deserializeAws_restJson1ListCisScanResultsAggregatedByChecksCommand
548
- */
549
- export declare const de_ListCisScanResultsAggregatedByChecksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCisScanResultsAggregatedByChecksCommandOutput>;
550
- /**
551
- * deserializeAws_restJson1ListCisScanResultsAggregatedByTargetResourceCommand
552
- */
553
- export declare const de_ListCisScanResultsAggregatedByTargetResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCisScanResultsAggregatedByTargetResourceCommandOutput>;
554
- /**
555
- * deserializeAws_restJson1ListCisScansCommand
556
- */
557
- export declare const de_ListCisScansCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCisScansCommandOutput>;
558
- /**
559
- * deserializeAws_restJson1ListCodeSecurityIntegrationsCommand
560
- */
561
- export declare const de_ListCodeSecurityIntegrationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCodeSecurityIntegrationsCommandOutput>;
562
- /**
563
- * deserializeAws_restJson1ListCodeSecurityScanConfigurationAssociationsCommand
564
- */
565
- export declare const de_ListCodeSecurityScanConfigurationAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCodeSecurityScanConfigurationAssociationsCommandOutput>;
566
- /**
567
- * deserializeAws_restJson1ListCodeSecurityScanConfigurationsCommand
568
- */
569
- export declare const de_ListCodeSecurityScanConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCodeSecurityScanConfigurationsCommandOutput>;
570
- /**
571
- * deserializeAws_restJson1ListCoverageCommand
572
- */
573
- export declare const de_ListCoverageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCoverageCommandOutput>;
574
- /**
575
- * deserializeAws_restJson1ListCoverageStatisticsCommand
576
- */
577
- export declare const de_ListCoverageStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCoverageStatisticsCommandOutput>;
578
- /**
579
- * deserializeAws_restJson1ListDelegatedAdminAccountsCommand
580
- */
581
- export declare const de_ListDelegatedAdminAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDelegatedAdminAccountsCommandOutput>;
582
- /**
583
- * deserializeAws_restJson1ListFiltersCommand
584
- */
585
- export declare const de_ListFiltersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFiltersCommandOutput>;
586
- /**
587
- * deserializeAws_restJson1ListFindingAggregationsCommand
588
- */
589
- export declare const de_ListFindingAggregationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFindingAggregationsCommandOutput>;
590
- /**
591
- * deserializeAws_restJson1ListFindingsCommand
592
- */
593
- export declare const de_ListFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFindingsCommandOutput>;
594
- /**
595
- * deserializeAws_restJson1ListMembersCommand
596
- */
597
- export declare const de_ListMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMembersCommandOutput>;
598
- /**
599
- * deserializeAws_restJson1ListTagsForResourceCommand
600
- */
601
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
602
- /**
603
- * deserializeAws_restJson1ListUsageTotalsCommand
604
- */
605
- export declare const de_ListUsageTotalsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsageTotalsCommandOutput>;
606
- /**
607
- * deserializeAws_restJson1ResetEncryptionKeyCommand
608
- */
609
- export declare const de_ResetEncryptionKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetEncryptionKeyCommandOutput>;
610
- /**
611
- * deserializeAws_restJson1SearchVulnerabilitiesCommand
612
- */
613
- export declare const de_SearchVulnerabilitiesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchVulnerabilitiesCommandOutput>;
614
- /**
615
- * deserializeAws_restJson1SendCisSessionHealthCommand
616
- */
617
- export declare const de_SendCisSessionHealthCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendCisSessionHealthCommandOutput>;
618
- /**
619
- * deserializeAws_restJson1SendCisSessionTelemetryCommand
620
- */
621
- export declare const de_SendCisSessionTelemetryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SendCisSessionTelemetryCommandOutput>;
622
- /**
623
- * deserializeAws_restJson1StartCisSessionCommand
624
- */
625
- export declare const de_StartCisSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartCisSessionCommandOutput>;
626
- /**
627
- * deserializeAws_restJson1StartCodeSecurityScanCommand
628
- */
629
- export declare const de_StartCodeSecurityScanCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartCodeSecurityScanCommandOutput>;
630
- /**
631
- * deserializeAws_restJson1StopCisSessionCommand
632
- */
633
- export declare const de_StopCisSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopCisSessionCommandOutput>;
634
- /**
635
- * deserializeAws_restJson1TagResourceCommand
636
- */
637
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
638
- /**
639
- * deserializeAws_restJson1UntagResourceCommand
640
- */
641
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
642
- /**
643
- * deserializeAws_restJson1UpdateCisScanConfigurationCommand
644
- */
645
- export declare const de_UpdateCisScanConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCisScanConfigurationCommandOutput>;
646
- /**
647
- * deserializeAws_restJson1UpdateCodeSecurityIntegrationCommand
648
- */
649
- export declare const de_UpdateCodeSecurityIntegrationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCodeSecurityIntegrationCommandOutput>;
650
- /**
651
- * deserializeAws_restJson1UpdateCodeSecurityScanConfigurationCommand
652
- */
653
- export declare const de_UpdateCodeSecurityScanConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCodeSecurityScanConfigurationCommandOutput>;
654
- /**
655
- * deserializeAws_restJson1UpdateConfigurationCommand
656
- */
657
- export declare const de_UpdateConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfigurationCommandOutput>;
658
- /**
659
- * deserializeAws_restJson1UpdateEc2DeepInspectionConfigurationCommand
660
- */
661
- export declare const de_UpdateEc2DeepInspectionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEc2DeepInspectionConfigurationCommandOutput>;
662
- /**
663
- * deserializeAws_restJson1UpdateEncryptionKeyCommand
664
- */
665
- export declare const de_UpdateEncryptionKeyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEncryptionKeyCommandOutput>;
666
- /**
667
- * deserializeAws_restJson1UpdateFilterCommand
668
- */
669
- export declare const de_UpdateFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFilterCommandOutput>;
670
- /**
671
- * deserializeAws_restJson1UpdateOrganizationConfigurationCommand
672
- */
673
- export declare const de_UpdateOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOrganizationConfigurationCommandOutput>;
674
- /**
675
- * deserializeAws_restJson1UpdateOrgEc2DeepInspectionConfigurationCommand
676
- */
677
- export declare const de_UpdateOrgEc2DeepInspectionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOrgEc2DeepInspectionConfigurationCommandOutput>;