@aws-sdk/client-fms 3.927.0 → 3.928.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 (63) hide show
  1. package/dist-cjs/index.js +1770 -1458
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/FMSClient.js +2 -0
  4. package/dist-es/commands/AssociateAdminAccountCommand.js +3 -9
  5. package/dist-es/commands/AssociateThirdPartyFirewallCommand.js +3 -9
  6. package/dist-es/commands/BatchAssociateResourceCommand.js +3 -9
  7. package/dist-es/commands/BatchDisassociateResourceCommand.js +3 -9
  8. package/dist-es/commands/DeleteAppsListCommand.js +3 -9
  9. package/dist-es/commands/DeleteNotificationChannelCommand.js +3 -9
  10. package/dist-es/commands/DeletePolicyCommand.js +3 -9
  11. package/dist-es/commands/DeleteProtocolsListCommand.js +3 -9
  12. package/dist-es/commands/DeleteResourceSetCommand.js +3 -9
  13. package/dist-es/commands/DisassociateAdminAccountCommand.js +3 -9
  14. package/dist-es/commands/DisassociateThirdPartyFirewallCommand.js +3 -9
  15. package/dist-es/commands/GetAdminAccountCommand.js +3 -9
  16. package/dist-es/commands/GetAdminScopeCommand.js +3 -9
  17. package/dist-es/commands/GetAppsListCommand.js +3 -9
  18. package/dist-es/commands/GetComplianceDetailCommand.js +3 -9
  19. package/dist-es/commands/GetNotificationChannelCommand.js +3 -9
  20. package/dist-es/commands/GetPolicyCommand.js +3 -9
  21. package/dist-es/commands/GetProtectionStatusCommand.js +3 -9
  22. package/dist-es/commands/GetProtocolsListCommand.js +3 -9
  23. package/dist-es/commands/GetResourceSetCommand.js +3 -9
  24. package/dist-es/commands/GetThirdPartyFirewallAssociationStatusCommand.js +3 -9
  25. package/dist-es/commands/GetViolationDetailsCommand.js +3 -9
  26. package/dist-es/commands/ListAdminAccountsForOrganizationCommand.js +3 -9
  27. package/dist-es/commands/ListAdminsManagingAccountCommand.js +3 -9
  28. package/dist-es/commands/ListAppsListsCommand.js +3 -9
  29. package/dist-es/commands/ListComplianceStatusCommand.js +3 -9
  30. package/dist-es/commands/ListDiscoveredResourcesCommand.js +3 -9
  31. package/dist-es/commands/ListMemberAccountsCommand.js +3 -9
  32. package/dist-es/commands/ListPoliciesCommand.js +3 -9
  33. package/dist-es/commands/ListProtocolsListsCommand.js +3 -9
  34. package/dist-es/commands/ListResourceSetResourcesCommand.js +3 -9
  35. package/dist-es/commands/ListResourceSetsCommand.js +3 -9
  36. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  37. package/dist-es/commands/ListThirdPartyFirewallFirewallPoliciesCommand.js +3 -9
  38. package/dist-es/commands/PutAdminAccountCommand.js +3 -9
  39. package/dist-es/commands/PutAppsListCommand.js +3 -9
  40. package/dist-es/commands/PutNotificationChannelCommand.js +3 -9
  41. package/dist-es/commands/PutPolicyCommand.js +3 -9
  42. package/dist-es/commands/PutProtocolsListCommand.js +3 -9
  43. package/dist-es/commands/PutResourceSetCommand.js +3 -9
  44. package/dist-es/commands/TagResourceCommand.js +3 -9
  45. package/dist-es/commands/UntagResourceCommand.js +3 -9
  46. package/dist-es/runtimeConfig.shared.js +7 -0
  47. package/dist-es/schemas/schemas_0.js +1689 -0
  48. package/dist-types/FMSClient.d.ts +10 -1
  49. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  50. package/dist-types/runtimeConfig.d.ts +1 -0
  51. package/dist-types/runtimeConfig.native.d.ts +1 -0
  52. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  53. package/dist-types/schemas/schemas_0.d.ts +269 -0
  54. package/dist-types/ts3.4/FMSClient.d.ts +4 -0
  55. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  56. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  57. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  58. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  59. package/dist-types/ts3.4/schemas/schemas_0.d.ts +275 -0
  60. package/package.json +5 -5
  61. package/dist-es/protocols/Aws_json1_1.js +0 -1150
  62. package/dist-types/protocols/Aws_json1_1.d.ts +0 -380
  63. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -509
@@ -1,380 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AssociateAdminAccountCommandInput, AssociateAdminAccountCommandOutput } from "../commands/AssociateAdminAccountCommand";
4
- import { AssociateThirdPartyFirewallCommandInput, AssociateThirdPartyFirewallCommandOutput } from "../commands/AssociateThirdPartyFirewallCommand";
5
- import { BatchAssociateResourceCommandInput, BatchAssociateResourceCommandOutput } from "../commands/BatchAssociateResourceCommand";
6
- import { BatchDisassociateResourceCommandInput, BatchDisassociateResourceCommandOutput } from "../commands/BatchDisassociateResourceCommand";
7
- import { DeleteAppsListCommandInput, DeleteAppsListCommandOutput } from "../commands/DeleteAppsListCommand";
8
- import { DeleteNotificationChannelCommandInput, DeleteNotificationChannelCommandOutput } from "../commands/DeleteNotificationChannelCommand";
9
- import { DeletePolicyCommandInput, DeletePolicyCommandOutput } from "../commands/DeletePolicyCommand";
10
- import { DeleteProtocolsListCommandInput, DeleteProtocolsListCommandOutput } from "../commands/DeleteProtocolsListCommand";
11
- import { DeleteResourceSetCommandInput, DeleteResourceSetCommandOutput } from "../commands/DeleteResourceSetCommand";
12
- import { DisassociateAdminAccountCommandInput, DisassociateAdminAccountCommandOutput } from "../commands/DisassociateAdminAccountCommand";
13
- import { DisassociateThirdPartyFirewallCommandInput, DisassociateThirdPartyFirewallCommandOutput } from "../commands/DisassociateThirdPartyFirewallCommand";
14
- import { GetAdminAccountCommandInput, GetAdminAccountCommandOutput } from "../commands/GetAdminAccountCommand";
15
- import { GetAdminScopeCommandInput, GetAdminScopeCommandOutput } from "../commands/GetAdminScopeCommand";
16
- import { GetAppsListCommandInput, GetAppsListCommandOutput } from "../commands/GetAppsListCommand";
17
- import { GetComplianceDetailCommandInput, GetComplianceDetailCommandOutput } from "../commands/GetComplianceDetailCommand";
18
- import { GetNotificationChannelCommandInput, GetNotificationChannelCommandOutput } from "../commands/GetNotificationChannelCommand";
19
- import { GetPolicyCommandInput, GetPolicyCommandOutput } from "../commands/GetPolicyCommand";
20
- import { GetProtectionStatusCommandInput, GetProtectionStatusCommandOutput } from "../commands/GetProtectionStatusCommand";
21
- import { GetProtocolsListCommandInput, GetProtocolsListCommandOutput } from "../commands/GetProtocolsListCommand";
22
- import { GetResourceSetCommandInput, GetResourceSetCommandOutput } from "../commands/GetResourceSetCommand";
23
- import { GetThirdPartyFirewallAssociationStatusCommandInput, GetThirdPartyFirewallAssociationStatusCommandOutput } from "../commands/GetThirdPartyFirewallAssociationStatusCommand";
24
- import { GetViolationDetailsCommandInput, GetViolationDetailsCommandOutput } from "../commands/GetViolationDetailsCommand";
25
- import { ListAdminAccountsForOrganizationCommandInput, ListAdminAccountsForOrganizationCommandOutput } from "../commands/ListAdminAccountsForOrganizationCommand";
26
- import { ListAdminsManagingAccountCommandInput, ListAdminsManagingAccountCommandOutput } from "../commands/ListAdminsManagingAccountCommand";
27
- import { ListAppsListsCommandInput, ListAppsListsCommandOutput } from "../commands/ListAppsListsCommand";
28
- import { ListComplianceStatusCommandInput, ListComplianceStatusCommandOutput } from "../commands/ListComplianceStatusCommand";
29
- import { ListDiscoveredResourcesCommandInput, ListDiscoveredResourcesCommandOutput } from "../commands/ListDiscoveredResourcesCommand";
30
- import { ListMemberAccountsCommandInput, ListMemberAccountsCommandOutput } from "../commands/ListMemberAccountsCommand";
31
- import { ListPoliciesCommandInput, ListPoliciesCommandOutput } from "../commands/ListPoliciesCommand";
32
- import { ListProtocolsListsCommandInput, ListProtocolsListsCommandOutput } from "../commands/ListProtocolsListsCommand";
33
- import { ListResourceSetResourcesCommandInput, ListResourceSetResourcesCommandOutput } from "../commands/ListResourceSetResourcesCommand";
34
- import { ListResourceSetsCommandInput, ListResourceSetsCommandOutput } from "../commands/ListResourceSetsCommand";
35
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
36
- import { ListThirdPartyFirewallFirewallPoliciesCommandInput, ListThirdPartyFirewallFirewallPoliciesCommandOutput } from "../commands/ListThirdPartyFirewallFirewallPoliciesCommand";
37
- import { PutAdminAccountCommandInput, PutAdminAccountCommandOutput } from "../commands/PutAdminAccountCommand";
38
- import { PutAppsListCommandInput, PutAppsListCommandOutput } from "../commands/PutAppsListCommand";
39
- import { PutNotificationChannelCommandInput, PutNotificationChannelCommandOutput } from "../commands/PutNotificationChannelCommand";
40
- import { PutPolicyCommandInput, PutPolicyCommandOutput } from "../commands/PutPolicyCommand";
41
- import { PutProtocolsListCommandInput, PutProtocolsListCommandOutput } from "../commands/PutProtocolsListCommand";
42
- import { PutResourceSetCommandInput, PutResourceSetCommandOutput } from "../commands/PutResourceSetCommand";
43
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
44
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
45
- /**
46
- * serializeAws_json1_1AssociateAdminAccountCommand
47
- */
48
- export declare const se_AssociateAdminAccountCommand: (input: AssociateAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- /**
50
- * serializeAws_json1_1AssociateThirdPartyFirewallCommand
51
- */
52
- export declare const se_AssociateThirdPartyFirewallCommand: (input: AssociateThirdPartyFirewallCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- /**
54
- * serializeAws_json1_1BatchAssociateResourceCommand
55
- */
56
- export declare const se_BatchAssociateResourceCommand: (input: BatchAssociateResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- /**
58
- * serializeAws_json1_1BatchDisassociateResourceCommand
59
- */
60
- export declare const se_BatchDisassociateResourceCommand: (input: BatchDisassociateResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- /**
62
- * serializeAws_json1_1DeleteAppsListCommand
63
- */
64
- export declare const se_DeleteAppsListCommand: (input: DeleteAppsListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- /**
66
- * serializeAws_json1_1DeleteNotificationChannelCommand
67
- */
68
- export declare const se_DeleteNotificationChannelCommand: (input: DeleteNotificationChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- /**
70
- * serializeAws_json1_1DeletePolicyCommand
71
- */
72
- export declare const se_DeletePolicyCommand: (input: DeletePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- /**
74
- * serializeAws_json1_1DeleteProtocolsListCommand
75
- */
76
- export declare const se_DeleteProtocolsListCommand: (input: DeleteProtocolsListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- /**
78
- * serializeAws_json1_1DeleteResourceSetCommand
79
- */
80
- export declare const se_DeleteResourceSetCommand: (input: DeleteResourceSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- /**
82
- * serializeAws_json1_1DisassociateAdminAccountCommand
83
- */
84
- export declare const se_DisassociateAdminAccountCommand: (input: DisassociateAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- /**
86
- * serializeAws_json1_1DisassociateThirdPartyFirewallCommand
87
- */
88
- export declare const se_DisassociateThirdPartyFirewallCommand: (input: DisassociateThirdPartyFirewallCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- /**
90
- * serializeAws_json1_1GetAdminAccountCommand
91
- */
92
- export declare const se_GetAdminAccountCommand: (input: GetAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- /**
94
- * serializeAws_json1_1GetAdminScopeCommand
95
- */
96
- export declare const se_GetAdminScopeCommand: (input: GetAdminScopeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- /**
98
- * serializeAws_json1_1GetAppsListCommand
99
- */
100
- export declare const se_GetAppsListCommand: (input: GetAppsListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- /**
102
- * serializeAws_json1_1GetComplianceDetailCommand
103
- */
104
- export declare const se_GetComplianceDetailCommand: (input: GetComplianceDetailCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- /**
106
- * serializeAws_json1_1GetNotificationChannelCommand
107
- */
108
- export declare const se_GetNotificationChannelCommand: (input: GetNotificationChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- /**
110
- * serializeAws_json1_1GetPolicyCommand
111
- */
112
- export declare const se_GetPolicyCommand: (input: GetPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- /**
114
- * serializeAws_json1_1GetProtectionStatusCommand
115
- */
116
- export declare const se_GetProtectionStatusCommand: (input: GetProtectionStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- /**
118
- * serializeAws_json1_1GetProtocolsListCommand
119
- */
120
- export declare const se_GetProtocolsListCommand: (input: GetProtocolsListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- /**
122
- * serializeAws_json1_1GetResourceSetCommand
123
- */
124
- export declare const se_GetResourceSetCommand: (input: GetResourceSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- /**
126
- * serializeAws_json1_1GetThirdPartyFirewallAssociationStatusCommand
127
- */
128
- export declare const se_GetThirdPartyFirewallAssociationStatusCommand: (input: GetThirdPartyFirewallAssociationStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- /**
130
- * serializeAws_json1_1GetViolationDetailsCommand
131
- */
132
- export declare const se_GetViolationDetailsCommand: (input: GetViolationDetailsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- /**
134
- * serializeAws_json1_1ListAdminAccountsForOrganizationCommand
135
- */
136
- export declare const se_ListAdminAccountsForOrganizationCommand: (input: ListAdminAccountsForOrganizationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- /**
138
- * serializeAws_json1_1ListAdminsManagingAccountCommand
139
- */
140
- export declare const se_ListAdminsManagingAccountCommand: (input: ListAdminsManagingAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
- /**
142
- * serializeAws_json1_1ListAppsListsCommand
143
- */
144
- export declare const se_ListAppsListsCommand: (input: ListAppsListsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
- /**
146
- * serializeAws_json1_1ListComplianceStatusCommand
147
- */
148
- export declare const se_ListComplianceStatusCommand: (input: ListComplianceStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
- /**
150
- * serializeAws_json1_1ListDiscoveredResourcesCommand
151
- */
152
- export declare const se_ListDiscoveredResourcesCommand: (input: ListDiscoveredResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
- /**
154
- * serializeAws_json1_1ListMemberAccountsCommand
155
- */
156
- export declare const se_ListMemberAccountsCommand: (input: ListMemberAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
- /**
158
- * serializeAws_json1_1ListPoliciesCommand
159
- */
160
- export declare const se_ListPoliciesCommand: (input: ListPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
- /**
162
- * serializeAws_json1_1ListProtocolsListsCommand
163
- */
164
- export declare const se_ListProtocolsListsCommand: (input: ListProtocolsListsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
- /**
166
- * serializeAws_json1_1ListResourceSetResourcesCommand
167
- */
168
- export declare const se_ListResourceSetResourcesCommand: (input: ListResourceSetResourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
- /**
170
- * serializeAws_json1_1ListResourceSetsCommand
171
- */
172
- export declare const se_ListResourceSetsCommand: (input: ListResourceSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
- /**
174
- * serializeAws_json1_1ListTagsForResourceCommand
175
- */
176
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
- /**
178
- * serializeAws_json1_1ListThirdPartyFirewallFirewallPoliciesCommand
179
- */
180
- export declare const se_ListThirdPartyFirewallFirewallPoliciesCommand: (input: ListThirdPartyFirewallFirewallPoliciesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
181
- /**
182
- * serializeAws_json1_1PutAdminAccountCommand
183
- */
184
- export declare const se_PutAdminAccountCommand: (input: PutAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
185
- /**
186
- * serializeAws_json1_1PutAppsListCommand
187
- */
188
- export declare const se_PutAppsListCommand: (input: PutAppsListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
189
- /**
190
- * serializeAws_json1_1PutNotificationChannelCommand
191
- */
192
- export declare const se_PutNotificationChannelCommand: (input: PutNotificationChannelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
193
- /**
194
- * serializeAws_json1_1PutPolicyCommand
195
- */
196
- export declare const se_PutPolicyCommand: (input: PutPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
197
- /**
198
- * serializeAws_json1_1PutProtocolsListCommand
199
- */
200
- export declare const se_PutProtocolsListCommand: (input: PutProtocolsListCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
201
- /**
202
- * serializeAws_json1_1PutResourceSetCommand
203
- */
204
- export declare const se_PutResourceSetCommand: (input: PutResourceSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
205
- /**
206
- * serializeAws_json1_1TagResourceCommand
207
- */
208
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
209
- /**
210
- * serializeAws_json1_1UntagResourceCommand
211
- */
212
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
213
- /**
214
- * deserializeAws_json1_1AssociateAdminAccountCommand
215
- */
216
- export declare const de_AssociateAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateAdminAccountCommandOutput>;
217
- /**
218
- * deserializeAws_json1_1AssociateThirdPartyFirewallCommand
219
- */
220
- export declare const de_AssociateThirdPartyFirewallCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateThirdPartyFirewallCommandOutput>;
221
- /**
222
- * deserializeAws_json1_1BatchAssociateResourceCommand
223
- */
224
- export declare const de_BatchAssociateResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchAssociateResourceCommandOutput>;
225
- /**
226
- * deserializeAws_json1_1BatchDisassociateResourceCommand
227
- */
228
- export declare const de_BatchDisassociateResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDisassociateResourceCommandOutput>;
229
- /**
230
- * deserializeAws_json1_1DeleteAppsListCommand
231
- */
232
- export declare const de_DeleteAppsListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAppsListCommandOutput>;
233
- /**
234
- * deserializeAws_json1_1DeleteNotificationChannelCommand
235
- */
236
- export declare const de_DeleteNotificationChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNotificationChannelCommandOutput>;
237
- /**
238
- * deserializeAws_json1_1DeletePolicyCommand
239
- */
240
- export declare const de_DeletePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePolicyCommandOutput>;
241
- /**
242
- * deserializeAws_json1_1DeleteProtocolsListCommand
243
- */
244
- export declare const de_DeleteProtocolsListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProtocolsListCommandOutput>;
245
- /**
246
- * deserializeAws_json1_1DeleteResourceSetCommand
247
- */
248
- export declare const de_DeleteResourceSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourceSetCommandOutput>;
249
- /**
250
- * deserializeAws_json1_1DisassociateAdminAccountCommand
251
- */
252
- export declare const de_DisassociateAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateAdminAccountCommandOutput>;
253
- /**
254
- * deserializeAws_json1_1DisassociateThirdPartyFirewallCommand
255
- */
256
- export declare const de_DisassociateThirdPartyFirewallCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateThirdPartyFirewallCommandOutput>;
257
- /**
258
- * deserializeAws_json1_1GetAdminAccountCommand
259
- */
260
- export declare const de_GetAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAdminAccountCommandOutput>;
261
- /**
262
- * deserializeAws_json1_1GetAdminScopeCommand
263
- */
264
- export declare const de_GetAdminScopeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAdminScopeCommandOutput>;
265
- /**
266
- * deserializeAws_json1_1GetAppsListCommand
267
- */
268
- export declare const de_GetAppsListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAppsListCommandOutput>;
269
- /**
270
- * deserializeAws_json1_1GetComplianceDetailCommand
271
- */
272
- export declare const de_GetComplianceDetailCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetComplianceDetailCommandOutput>;
273
- /**
274
- * deserializeAws_json1_1GetNotificationChannelCommand
275
- */
276
- export declare const de_GetNotificationChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNotificationChannelCommandOutput>;
277
- /**
278
- * deserializeAws_json1_1GetPolicyCommand
279
- */
280
- export declare const de_GetPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPolicyCommandOutput>;
281
- /**
282
- * deserializeAws_json1_1GetProtectionStatusCommand
283
- */
284
- export declare const de_GetProtectionStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProtectionStatusCommandOutput>;
285
- /**
286
- * deserializeAws_json1_1GetProtocolsListCommand
287
- */
288
- export declare const de_GetProtocolsListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProtocolsListCommandOutput>;
289
- /**
290
- * deserializeAws_json1_1GetResourceSetCommand
291
- */
292
- export declare const de_GetResourceSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetResourceSetCommandOutput>;
293
- /**
294
- * deserializeAws_json1_1GetThirdPartyFirewallAssociationStatusCommand
295
- */
296
- export declare const de_GetThirdPartyFirewallAssociationStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetThirdPartyFirewallAssociationStatusCommandOutput>;
297
- /**
298
- * deserializeAws_json1_1GetViolationDetailsCommand
299
- */
300
- export declare const de_GetViolationDetailsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetViolationDetailsCommandOutput>;
301
- /**
302
- * deserializeAws_json1_1ListAdminAccountsForOrganizationCommand
303
- */
304
- export declare const de_ListAdminAccountsForOrganizationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAdminAccountsForOrganizationCommandOutput>;
305
- /**
306
- * deserializeAws_json1_1ListAdminsManagingAccountCommand
307
- */
308
- export declare const de_ListAdminsManagingAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAdminsManagingAccountCommandOutput>;
309
- /**
310
- * deserializeAws_json1_1ListAppsListsCommand
311
- */
312
- export declare const de_ListAppsListsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAppsListsCommandOutput>;
313
- /**
314
- * deserializeAws_json1_1ListComplianceStatusCommand
315
- */
316
- export declare const de_ListComplianceStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListComplianceStatusCommandOutput>;
317
- /**
318
- * deserializeAws_json1_1ListDiscoveredResourcesCommand
319
- */
320
- export declare const de_ListDiscoveredResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDiscoveredResourcesCommandOutput>;
321
- /**
322
- * deserializeAws_json1_1ListMemberAccountsCommand
323
- */
324
- export declare const de_ListMemberAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMemberAccountsCommandOutput>;
325
- /**
326
- * deserializeAws_json1_1ListPoliciesCommand
327
- */
328
- export declare const de_ListPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPoliciesCommandOutput>;
329
- /**
330
- * deserializeAws_json1_1ListProtocolsListsCommand
331
- */
332
- export declare const de_ListProtocolsListsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProtocolsListsCommandOutput>;
333
- /**
334
- * deserializeAws_json1_1ListResourceSetResourcesCommand
335
- */
336
- export declare const de_ListResourceSetResourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceSetResourcesCommandOutput>;
337
- /**
338
- * deserializeAws_json1_1ListResourceSetsCommand
339
- */
340
- export declare const de_ListResourceSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListResourceSetsCommandOutput>;
341
- /**
342
- * deserializeAws_json1_1ListTagsForResourceCommand
343
- */
344
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
345
- /**
346
- * deserializeAws_json1_1ListThirdPartyFirewallFirewallPoliciesCommand
347
- */
348
- export declare const de_ListThirdPartyFirewallFirewallPoliciesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListThirdPartyFirewallFirewallPoliciesCommandOutput>;
349
- /**
350
- * deserializeAws_json1_1PutAdminAccountCommand
351
- */
352
- export declare const de_PutAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAdminAccountCommandOutput>;
353
- /**
354
- * deserializeAws_json1_1PutAppsListCommand
355
- */
356
- export declare const de_PutAppsListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutAppsListCommandOutput>;
357
- /**
358
- * deserializeAws_json1_1PutNotificationChannelCommand
359
- */
360
- export declare const de_PutNotificationChannelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutNotificationChannelCommandOutput>;
361
- /**
362
- * deserializeAws_json1_1PutPolicyCommand
363
- */
364
- export declare const de_PutPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutPolicyCommandOutput>;
365
- /**
366
- * deserializeAws_json1_1PutProtocolsListCommand
367
- */
368
- export declare const de_PutProtocolsListCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutProtocolsListCommandOutput>;
369
- /**
370
- * deserializeAws_json1_1PutResourceSetCommand
371
- */
372
- export declare const de_PutResourceSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutResourceSetCommandOutput>;
373
- /**
374
- * deserializeAws_json1_1TagResourceCommand
375
- */
376
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
377
- /**
378
- * deserializeAws_json1_1UntagResourceCommand
379
- */
380
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;