@aws-sdk/client-inspector2 3.306.0 → 3.310.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.
- package/dist-cjs/commands/AssociateMemberCommand.js +2 -2
- package/dist-cjs/commands/BatchGetAccountStatusCommand.js +2 -2
- package/dist-cjs/commands/BatchGetFreeTrialInfoCommand.js +2 -2
- package/dist-cjs/commands/CancelFindingsReportCommand.js +2 -2
- package/dist-cjs/commands/CreateFilterCommand.js +2 -2
- package/dist-cjs/commands/CreateFindingsReportCommand.js +2 -2
- package/dist-cjs/commands/DeleteFilterCommand.js +2 -2
- package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DisableCommand.js +2 -2
- package/dist-cjs/commands/DisableDelegatedAdminAccountCommand.js +2 -2
- package/dist-cjs/commands/DisassociateMemberCommand.js +2 -2
- package/dist-cjs/commands/EnableCommand.js +2 -2
- package/dist-cjs/commands/EnableDelegatedAdminAccountCommand.js +2 -2
- package/dist-cjs/commands/GetConfigurationCommand.js +2 -2
- package/dist-cjs/commands/GetDelegatedAdminAccountCommand.js +2 -2
- package/dist-cjs/commands/GetFindingsReportStatusCommand.js +2 -2
- package/dist-cjs/commands/GetMemberCommand.js +2 -2
- package/dist-cjs/commands/ListAccountPermissionsCommand.js +2 -2
- package/dist-cjs/commands/ListCoverageCommand.js +2 -2
- package/dist-cjs/commands/ListCoverageStatisticsCommand.js +2 -2
- package/dist-cjs/commands/ListDelegatedAdminAccountsCommand.js +2 -2
- package/dist-cjs/commands/ListFiltersCommand.js +2 -2
- package/dist-cjs/commands/ListFindingAggregationsCommand.js +2 -2
- package/dist-cjs/commands/ListFindingsCommand.js +2 -2
- package/dist-cjs/commands/ListMembersCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListUsageTotalsCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateFilterCommand.js +2 -2
- package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +797 -1027
- package/dist-es/commands/AssociateMemberCommand.js +3 -3
- package/dist-es/commands/BatchGetAccountStatusCommand.js +3 -3
- package/dist-es/commands/BatchGetFreeTrialInfoCommand.js +3 -3
- package/dist-es/commands/CancelFindingsReportCommand.js +3 -3
- package/dist-es/commands/CreateFilterCommand.js +3 -3
- package/dist-es/commands/CreateFindingsReportCommand.js +3 -3
- package/dist-es/commands/DeleteFilterCommand.js +3 -3
- package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +3 -3
- package/dist-es/commands/DisableCommand.js +3 -3
- package/dist-es/commands/DisableDelegatedAdminAccountCommand.js +3 -3
- package/dist-es/commands/DisassociateMemberCommand.js +3 -3
- package/dist-es/commands/EnableCommand.js +3 -3
- package/dist-es/commands/EnableDelegatedAdminAccountCommand.js +3 -3
- package/dist-es/commands/GetConfigurationCommand.js +3 -3
- package/dist-es/commands/GetDelegatedAdminAccountCommand.js +3 -3
- package/dist-es/commands/GetFindingsReportStatusCommand.js +3 -3
- package/dist-es/commands/GetMemberCommand.js +3 -3
- package/dist-es/commands/ListAccountPermissionsCommand.js +3 -3
- package/dist-es/commands/ListCoverageCommand.js +3 -3
- package/dist-es/commands/ListCoverageStatisticsCommand.js +3 -3
- package/dist-es/commands/ListDelegatedAdminAccountsCommand.js +3 -3
- package/dist-es/commands/ListFiltersCommand.js +3 -3
- package/dist-es/commands/ListFindingAggregationsCommand.js +3 -3
- package/dist-es/commands/ListFindingsCommand.js +3 -3
- package/dist-es/commands/ListMembersCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListUsageTotalsCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateFilterCommand.js +3 -3
- package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +731 -961
- package/dist-types/protocols/Aws_restJson1.d.ts +256 -64
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +64 -64
- package/package.json +35 -35
|
@@ -32,67 +32,259 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../comman
|
|
|
32
32
|
import { UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput } from "../commands/UpdateConfigurationCommand";
|
|
33
33
|
import { UpdateFilterCommandInput, UpdateFilterCommandOutput } from "../commands/UpdateFilterCommand";
|
|
34
34
|
import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "../commands/UpdateOrganizationConfigurationCommand";
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
export declare const
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
export declare const
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
export declare const
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
export declare const
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
export declare const
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
export declare const
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
export declare const
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
export declare const
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
export declare const
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
export declare const
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
export declare const
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
export declare const
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
export declare const
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
export declare const
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
export declare const
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
export declare const
|
|
35
|
+
/**
|
|
36
|
+
* serializeAws_restJson1AssociateMemberCommand
|
|
37
|
+
*/
|
|
38
|
+
export declare const se_AssociateMemberCommand: (input: AssociateMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
+
/**
|
|
40
|
+
* serializeAws_restJson1BatchGetAccountStatusCommand
|
|
41
|
+
*/
|
|
42
|
+
export declare const se_BatchGetAccountStatusCommand: (input: BatchGetAccountStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
+
/**
|
|
44
|
+
* serializeAws_restJson1BatchGetFreeTrialInfoCommand
|
|
45
|
+
*/
|
|
46
|
+
export declare const se_BatchGetFreeTrialInfoCommand: (input: BatchGetFreeTrialInfoCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
+
/**
|
|
48
|
+
* serializeAws_restJson1CancelFindingsReportCommand
|
|
49
|
+
*/
|
|
50
|
+
export declare const se_CancelFindingsReportCommand: (input: CancelFindingsReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
+
/**
|
|
52
|
+
* serializeAws_restJson1CreateFilterCommand
|
|
53
|
+
*/
|
|
54
|
+
export declare const se_CreateFilterCommand: (input: CreateFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
+
/**
|
|
56
|
+
* serializeAws_restJson1CreateFindingsReportCommand
|
|
57
|
+
*/
|
|
58
|
+
export declare const se_CreateFindingsReportCommand: (input: CreateFindingsReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
+
/**
|
|
60
|
+
* serializeAws_restJson1DeleteFilterCommand
|
|
61
|
+
*/
|
|
62
|
+
export declare const se_DeleteFilterCommand: (input: DeleteFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
+
/**
|
|
64
|
+
* serializeAws_restJson1DescribeOrganizationConfigurationCommand
|
|
65
|
+
*/
|
|
66
|
+
export declare const se_DescribeOrganizationConfigurationCommand: (input: DescribeOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
+
/**
|
|
68
|
+
* serializeAws_restJson1DisableCommand
|
|
69
|
+
*/
|
|
70
|
+
export declare const se_DisableCommand: (input: DisableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
+
/**
|
|
72
|
+
* serializeAws_restJson1DisableDelegatedAdminAccountCommand
|
|
73
|
+
*/
|
|
74
|
+
export declare const se_DisableDelegatedAdminAccountCommand: (input: DisableDelegatedAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
+
/**
|
|
76
|
+
* serializeAws_restJson1DisassociateMemberCommand
|
|
77
|
+
*/
|
|
78
|
+
export declare const se_DisassociateMemberCommand: (input: DisassociateMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
+
/**
|
|
80
|
+
* serializeAws_restJson1EnableCommand
|
|
81
|
+
*/
|
|
82
|
+
export declare const se_EnableCommand: (input: EnableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
+
/**
|
|
84
|
+
* serializeAws_restJson1EnableDelegatedAdminAccountCommand
|
|
85
|
+
*/
|
|
86
|
+
export declare const se_EnableDelegatedAdminAccountCommand: (input: EnableDelegatedAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
+
/**
|
|
88
|
+
* serializeAws_restJson1GetConfigurationCommand
|
|
89
|
+
*/
|
|
90
|
+
export declare const se_GetConfigurationCommand: (input: GetConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
+
/**
|
|
92
|
+
* serializeAws_restJson1GetDelegatedAdminAccountCommand
|
|
93
|
+
*/
|
|
94
|
+
export declare const se_GetDelegatedAdminAccountCommand: (input: GetDelegatedAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
+
/**
|
|
96
|
+
* serializeAws_restJson1GetFindingsReportStatusCommand
|
|
97
|
+
*/
|
|
98
|
+
export declare const se_GetFindingsReportStatusCommand: (input: GetFindingsReportStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
+
/**
|
|
100
|
+
* serializeAws_restJson1GetMemberCommand
|
|
101
|
+
*/
|
|
102
|
+
export declare const se_GetMemberCommand: (input: GetMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
+
/**
|
|
104
|
+
* serializeAws_restJson1ListAccountPermissionsCommand
|
|
105
|
+
*/
|
|
106
|
+
export declare const se_ListAccountPermissionsCommand: (input: ListAccountPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
+
/**
|
|
108
|
+
* serializeAws_restJson1ListCoverageCommand
|
|
109
|
+
*/
|
|
110
|
+
export declare const se_ListCoverageCommand: (input: ListCoverageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
+
/**
|
|
112
|
+
* serializeAws_restJson1ListCoverageStatisticsCommand
|
|
113
|
+
*/
|
|
114
|
+
export declare const se_ListCoverageStatisticsCommand: (input: ListCoverageStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
+
/**
|
|
116
|
+
* serializeAws_restJson1ListDelegatedAdminAccountsCommand
|
|
117
|
+
*/
|
|
118
|
+
export declare const se_ListDelegatedAdminAccountsCommand: (input: ListDelegatedAdminAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
+
/**
|
|
120
|
+
* serializeAws_restJson1ListFiltersCommand
|
|
121
|
+
*/
|
|
122
|
+
export declare const se_ListFiltersCommand: (input: ListFiltersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
+
/**
|
|
124
|
+
* serializeAws_restJson1ListFindingAggregationsCommand
|
|
125
|
+
*/
|
|
126
|
+
export declare const se_ListFindingAggregationsCommand: (input: ListFindingAggregationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
+
/**
|
|
128
|
+
* serializeAws_restJson1ListFindingsCommand
|
|
129
|
+
*/
|
|
130
|
+
export declare const se_ListFindingsCommand: (input: ListFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
|
+
/**
|
|
132
|
+
* serializeAws_restJson1ListMembersCommand
|
|
133
|
+
*/
|
|
134
|
+
export declare const se_ListMembersCommand: (input: ListMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
|
+
/**
|
|
136
|
+
* serializeAws_restJson1ListTagsForResourceCommand
|
|
137
|
+
*/
|
|
138
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
|
+
/**
|
|
140
|
+
* serializeAws_restJson1ListUsageTotalsCommand
|
|
141
|
+
*/
|
|
142
|
+
export declare const se_ListUsageTotalsCommand: (input: ListUsageTotalsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
+
/**
|
|
144
|
+
* serializeAws_restJson1TagResourceCommand
|
|
145
|
+
*/
|
|
146
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
147
|
+
/**
|
|
148
|
+
* serializeAws_restJson1UntagResourceCommand
|
|
149
|
+
*/
|
|
150
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
151
|
+
/**
|
|
152
|
+
* serializeAws_restJson1UpdateConfigurationCommand
|
|
153
|
+
*/
|
|
154
|
+
export declare const se_UpdateConfigurationCommand: (input: UpdateConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
155
|
+
/**
|
|
156
|
+
* serializeAws_restJson1UpdateFilterCommand
|
|
157
|
+
*/
|
|
158
|
+
export declare const se_UpdateFilterCommand: (input: UpdateFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
159
|
+
/**
|
|
160
|
+
* serializeAws_restJson1UpdateOrganizationConfigurationCommand
|
|
161
|
+
*/
|
|
162
|
+
export declare const se_UpdateOrganizationConfigurationCommand: (input: UpdateOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
163
|
+
/**
|
|
164
|
+
* deserializeAws_restJson1AssociateMemberCommand
|
|
165
|
+
*/
|
|
166
|
+
export declare const de_AssociateMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateMemberCommandOutput>;
|
|
167
|
+
/**
|
|
168
|
+
* deserializeAws_restJson1BatchGetAccountStatusCommand
|
|
169
|
+
*/
|
|
170
|
+
export declare const de_BatchGetAccountStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetAccountStatusCommandOutput>;
|
|
171
|
+
/**
|
|
172
|
+
* deserializeAws_restJson1BatchGetFreeTrialInfoCommand
|
|
173
|
+
*/
|
|
174
|
+
export declare const de_BatchGetFreeTrialInfoCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetFreeTrialInfoCommandOutput>;
|
|
175
|
+
/**
|
|
176
|
+
* deserializeAws_restJson1CancelFindingsReportCommand
|
|
177
|
+
*/
|
|
178
|
+
export declare const de_CancelFindingsReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelFindingsReportCommandOutput>;
|
|
179
|
+
/**
|
|
180
|
+
* deserializeAws_restJson1CreateFilterCommand
|
|
181
|
+
*/
|
|
182
|
+
export declare const de_CreateFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFilterCommandOutput>;
|
|
183
|
+
/**
|
|
184
|
+
* deserializeAws_restJson1CreateFindingsReportCommand
|
|
185
|
+
*/
|
|
186
|
+
export declare const de_CreateFindingsReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFindingsReportCommandOutput>;
|
|
187
|
+
/**
|
|
188
|
+
* deserializeAws_restJson1DeleteFilterCommand
|
|
189
|
+
*/
|
|
190
|
+
export declare const de_DeleteFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFilterCommandOutput>;
|
|
191
|
+
/**
|
|
192
|
+
* deserializeAws_restJson1DescribeOrganizationConfigurationCommand
|
|
193
|
+
*/
|
|
194
|
+
export declare const de_DescribeOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationConfigurationCommandOutput>;
|
|
195
|
+
/**
|
|
196
|
+
* deserializeAws_restJson1DisableCommand
|
|
197
|
+
*/
|
|
198
|
+
export declare const de_DisableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableCommandOutput>;
|
|
199
|
+
/**
|
|
200
|
+
* deserializeAws_restJson1DisableDelegatedAdminAccountCommand
|
|
201
|
+
*/
|
|
202
|
+
export declare const de_DisableDelegatedAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableDelegatedAdminAccountCommandOutput>;
|
|
203
|
+
/**
|
|
204
|
+
* deserializeAws_restJson1DisassociateMemberCommand
|
|
205
|
+
*/
|
|
206
|
+
export declare const de_DisassociateMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateMemberCommandOutput>;
|
|
207
|
+
/**
|
|
208
|
+
* deserializeAws_restJson1EnableCommand
|
|
209
|
+
*/
|
|
210
|
+
export declare const de_EnableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableCommandOutput>;
|
|
211
|
+
/**
|
|
212
|
+
* deserializeAws_restJson1EnableDelegatedAdminAccountCommand
|
|
213
|
+
*/
|
|
214
|
+
export declare const de_EnableDelegatedAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableDelegatedAdminAccountCommandOutput>;
|
|
215
|
+
/**
|
|
216
|
+
* deserializeAws_restJson1GetConfigurationCommand
|
|
217
|
+
*/
|
|
218
|
+
export declare const de_GetConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfigurationCommandOutput>;
|
|
219
|
+
/**
|
|
220
|
+
* deserializeAws_restJson1GetDelegatedAdminAccountCommand
|
|
221
|
+
*/
|
|
222
|
+
export declare const de_GetDelegatedAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDelegatedAdminAccountCommandOutput>;
|
|
223
|
+
/**
|
|
224
|
+
* deserializeAws_restJson1GetFindingsReportStatusCommand
|
|
225
|
+
*/
|
|
226
|
+
export declare const de_GetFindingsReportStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingsReportStatusCommandOutput>;
|
|
227
|
+
/**
|
|
228
|
+
* deserializeAws_restJson1GetMemberCommand
|
|
229
|
+
*/
|
|
230
|
+
export declare const de_GetMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMemberCommandOutput>;
|
|
231
|
+
/**
|
|
232
|
+
* deserializeAws_restJson1ListAccountPermissionsCommand
|
|
233
|
+
*/
|
|
234
|
+
export declare const de_ListAccountPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountPermissionsCommandOutput>;
|
|
235
|
+
/**
|
|
236
|
+
* deserializeAws_restJson1ListCoverageCommand
|
|
237
|
+
*/
|
|
238
|
+
export declare const de_ListCoverageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCoverageCommandOutput>;
|
|
239
|
+
/**
|
|
240
|
+
* deserializeAws_restJson1ListCoverageStatisticsCommand
|
|
241
|
+
*/
|
|
242
|
+
export declare const de_ListCoverageStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCoverageStatisticsCommandOutput>;
|
|
243
|
+
/**
|
|
244
|
+
* deserializeAws_restJson1ListDelegatedAdminAccountsCommand
|
|
245
|
+
*/
|
|
246
|
+
export declare const de_ListDelegatedAdminAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDelegatedAdminAccountsCommandOutput>;
|
|
247
|
+
/**
|
|
248
|
+
* deserializeAws_restJson1ListFiltersCommand
|
|
249
|
+
*/
|
|
250
|
+
export declare const de_ListFiltersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFiltersCommandOutput>;
|
|
251
|
+
/**
|
|
252
|
+
* deserializeAws_restJson1ListFindingAggregationsCommand
|
|
253
|
+
*/
|
|
254
|
+
export declare const de_ListFindingAggregationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFindingAggregationsCommandOutput>;
|
|
255
|
+
/**
|
|
256
|
+
* deserializeAws_restJson1ListFindingsCommand
|
|
257
|
+
*/
|
|
258
|
+
export declare const de_ListFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFindingsCommandOutput>;
|
|
259
|
+
/**
|
|
260
|
+
* deserializeAws_restJson1ListMembersCommand
|
|
261
|
+
*/
|
|
262
|
+
export declare const de_ListMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMembersCommandOutput>;
|
|
263
|
+
/**
|
|
264
|
+
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
265
|
+
*/
|
|
266
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
267
|
+
/**
|
|
268
|
+
* deserializeAws_restJson1ListUsageTotalsCommand
|
|
269
|
+
*/
|
|
270
|
+
export declare const de_ListUsageTotalsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsageTotalsCommandOutput>;
|
|
271
|
+
/**
|
|
272
|
+
* deserializeAws_restJson1TagResourceCommand
|
|
273
|
+
*/
|
|
274
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
275
|
+
/**
|
|
276
|
+
* deserializeAws_restJson1UntagResourceCommand
|
|
277
|
+
*/
|
|
278
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
279
|
+
/**
|
|
280
|
+
* deserializeAws_restJson1UpdateConfigurationCommand
|
|
281
|
+
*/
|
|
282
|
+
export declare const de_UpdateConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfigurationCommandOutput>;
|
|
283
|
+
/**
|
|
284
|
+
* deserializeAws_restJson1UpdateFilterCommand
|
|
285
|
+
*/
|
|
286
|
+
export declare const de_UpdateFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFilterCommandOutput>;
|
|
287
|
+
/**
|
|
288
|
+
* deserializeAws_restJson1UpdateOrganizationConfigurationCommand
|
|
289
|
+
*/
|
|
290
|
+
export declare const de_UpdateOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOrganizationConfigurationCommandOutput>;
|