@aws-sdk/client-inspector2 3.303.0 → 3.309.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 (69) hide show
  1. package/dist-cjs/commands/AssociateMemberCommand.js +2 -2
  2. package/dist-cjs/commands/BatchGetAccountStatusCommand.js +2 -2
  3. package/dist-cjs/commands/BatchGetFreeTrialInfoCommand.js +2 -2
  4. package/dist-cjs/commands/CancelFindingsReportCommand.js +2 -2
  5. package/dist-cjs/commands/CreateFilterCommand.js +2 -2
  6. package/dist-cjs/commands/CreateFindingsReportCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteFilterCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeOrganizationConfigurationCommand.js +2 -2
  9. package/dist-cjs/commands/DisableCommand.js +2 -2
  10. package/dist-cjs/commands/DisableDelegatedAdminAccountCommand.js +2 -2
  11. package/dist-cjs/commands/DisassociateMemberCommand.js +2 -2
  12. package/dist-cjs/commands/EnableCommand.js +2 -2
  13. package/dist-cjs/commands/EnableDelegatedAdminAccountCommand.js +2 -2
  14. package/dist-cjs/commands/GetConfigurationCommand.js +2 -2
  15. package/dist-cjs/commands/GetDelegatedAdminAccountCommand.js +2 -2
  16. package/dist-cjs/commands/GetFindingsReportStatusCommand.js +2 -2
  17. package/dist-cjs/commands/GetMemberCommand.js +2 -2
  18. package/dist-cjs/commands/ListAccountPermissionsCommand.js +2 -2
  19. package/dist-cjs/commands/ListCoverageCommand.js +2 -2
  20. package/dist-cjs/commands/ListCoverageStatisticsCommand.js +2 -2
  21. package/dist-cjs/commands/ListDelegatedAdminAccountsCommand.js +2 -2
  22. package/dist-cjs/commands/ListFiltersCommand.js +2 -2
  23. package/dist-cjs/commands/ListFindingAggregationsCommand.js +2 -2
  24. package/dist-cjs/commands/ListFindingsCommand.js +2 -2
  25. package/dist-cjs/commands/ListMembersCommand.js +2 -2
  26. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  27. package/dist-cjs/commands/ListUsageTotalsCommand.js +2 -2
  28. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  29. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateConfigurationCommand.js +2 -2
  31. package/dist-cjs/commands/UpdateFilterCommand.js +2 -2
  32. package/dist-cjs/commands/UpdateOrganizationConfigurationCommand.js +2 -2
  33. package/dist-cjs/protocols/Aws_restJson1.js +797 -1027
  34. package/dist-es/commands/AssociateMemberCommand.js +3 -3
  35. package/dist-es/commands/BatchGetAccountStatusCommand.js +3 -3
  36. package/dist-es/commands/BatchGetFreeTrialInfoCommand.js +3 -3
  37. package/dist-es/commands/CancelFindingsReportCommand.js +3 -3
  38. package/dist-es/commands/CreateFilterCommand.js +3 -3
  39. package/dist-es/commands/CreateFindingsReportCommand.js +3 -3
  40. package/dist-es/commands/DeleteFilterCommand.js +3 -3
  41. package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +3 -3
  42. package/dist-es/commands/DisableCommand.js +3 -3
  43. package/dist-es/commands/DisableDelegatedAdminAccountCommand.js +3 -3
  44. package/dist-es/commands/DisassociateMemberCommand.js +3 -3
  45. package/dist-es/commands/EnableCommand.js +3 -3
  46. package/dist-es/commands/EnableDelegatedAdminAccountCommand.js +3 -3
  47. package/dist-es/commands/GetConfigurationCommand.js +3 -3
  48. package/dist-es/commands/GetDelegatedAdminAccountCommand.js +3 -3
  49. package/dist-es/commands/GetFindingsReportStatusCommand.js +3 -3
  50. package/dist-es/commands/GetMemberCommand.js +3 -3
  51. package/dist-es/commands/ListAccountPermissionsCommand.js +3 -3
  52. package/dist-es/commands/ListCoverageCommand.js +3 -3
  53. package/dist-es/commands/ListCoverageStatisticsCommand.js +3 -3
  54. package/dist-es/commands/ListDelegatedAdminAccountsCommand.js +3 -3
  55. package/dist-es/commands/ListFiltersCommand.js +3 -3
  56. package/dist-es/commands/ListFindingAggregationsCommand.js +3 -3
  57. package/dist-es/commands/ListFindingsCommand.js +3 -3
  58. package/dist-es/commands/ListMembersCommand.js +3 -3
  59. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  60. package/dist-es/commands/ListUsageTotalsCommand.js +3 -3
  61. package/dist-es/commands/TagResourceCommand.js +3 -3
  62. package/dist-es/commands/UntagResourceCommand.js +3 -3
  63. package/dist-es/commands/UpdateConfigurationCommand.js +3 -3
  64. package/dist-es/commands/UpdateFilterCommand.js +3 -3
  65. package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +3 -3
  66. package/dist-es/protocols/Aws_restJson1.js +731 -961
  67. package/dist-types/protocols/Aws_restJson1.d.ts +256 -64
  68. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +64 -64
  69. package/package.json +29 -29
@@ -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
- export declare const serializeAws_restJson1AssociateMemberCommand: (input: AssociateMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
36
- export declare const serializeAws_restJson1BatchGetAccountStatusCommand: (input: BatchGetAccountStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
37
- export declare const serializeAws_restJson1BatchGetFreeTrialInfoCommand: (input: BatchGetFreeTrialInfoCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
38
- export declare const serializeAws_restJson1CancelFindingsReportCommand: (input: CancelFindingsReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- export declare const serializeAws_restJson1CreateFilterCommand: (input: CreateFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
40
- export declare const serializeAws_restJson1CreateFindingsReportCommand: (input: CreateFindingsReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1DeleteFilterCommand: (input: DeleteFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1DescribeOrganizationConfigurationCommand: (input: DescribeOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1DisableCommand: (input: DisableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1DisableDelegatedAdminAccountCommand: (input: DisableDelegatedAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1DisassociateMemberCommand: (input: DisassociateMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1EnableCommand: (input: EnableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1EnableDelegatedAdminAccountCommand: (input: EnableDelegatedAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1GetConfigurationCommand: (input: GetConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1GetDelegatedAdminAccountCommand: (input: GetDelegatedAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1GetFindingsReportStatusCommand: (input: GetFindingsReportStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1GetMemberCommand: (input: GetMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1ListAccountPermissionsCommand: (input: ListAccountPermissionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1ListCoverageCommand: (input: ListCoverageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1ListCoverageStatisticsCommand: (input: ListCoverageStatisticsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1ListDelegatedAdminAccountsCommand: (input: ListDelegatedAdminAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1ListFiltersCommand: (input: ListFiltersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1ListFindingAggregationsCommand: (input: ListFindingAggregationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1ListFindingsCommand: (input: ListFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1ListMembersCommand: (input: ListMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1ListUsageTotalsCommand: (input: ListUsageTotalsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1UpdateConfigurationCommand: (input: UpdateConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1UpdateFilterCommand: (input: UpdateFilterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1UpdateOrganizationConfigurationCommand: (input: UpdateOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const deserializeAws_restJson1AssociateMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateMemberCommandOutput>;
68
- export declare const deserializeAws_restJson1BatchGetAccountStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetAccountStatusCommandOutput>;
69
- export declare const deserializeAws_restJson1BatchGetFreeTrialInfoCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetFreeTrialInfoCommandOutput>;
70
- export declare const deserializeAws_restJson1CancelFindingsReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelFindingsReportCommandOutput>;
71
- export declare const deserializeAws_restJson1CreateFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFilterCommandOutput>;
72
- export declare const deserializeAws_restJson1CreateFindingsReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFindingsReportCommandOutput>;
73
- export declare const deserializeAws_restJson1DeleteFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFilterCommandOutput>;
74
- export declare const deserializeAws_restJson1DescribeOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationConfigurationCommandOutput>;
75
- export declare const deserializeAws_restJson1DisableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableCommandOutput>;
76
- export declare const deserializeAws_restJson1DisableDelegatedAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableDelegatedAdminAccountCommandOutput>;
77
- export declare const deserializeAws_restJson1DisassociateMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateMemberCommandOutput>;
78
- export declare const deserializeAws_restJson1EnableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableCommandOutput>;
79
- export declare const deserializeAws_restJson1EnableDelegatedAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableDelegatedAdminAccountCommandOutput>;
80
- export declare const deserializeAws_restJson1GetConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfigurationCommandOutput>;
81
- export declare const deserializeAws_restJson1GetDelegatedAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDelegatedAdminAccountCommandOutput>;
82
- export declare const deserializeAws_restJson1GetFindingsReportStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFindingsReportStatusCommandOutput>;
83
- export declare const deserializeAws_restJson1GetMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMemberCommandOutput>;
84
- export declare const deserializeAws_restJson1ListAccountPermissionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountPermissionsCommandOutput>;
85
- export declare const deserializeAws_restJson1ListCoverageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCoverageCommandOutput>;
86
- export declare const deserializeAws_restJson1ListCoverageStatisticsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCoverageStatisticsCommandOutput>;
87
- export declare const deserializeAws_restJson1ListDelegatedAdminAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDelegatedAdminAccountsCommandOutput>;
88
- export declare const deserializeAws_restJson1ListFiltersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFiltersCommandOutput>;
89
- export declare const deserializeAws_restJson1ListFindingAggregationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFindingAggregationsCommandOutput>;
90
- export declare const deserializeAws_restJson1ListFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFindingsCommandOutput>;
91
- export declare const deserializeAws_restJson1ListMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMembersCommandOutput>;
92
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
93
- export declare const deserializeAws_restJson1ListUsageTotalsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsageTotalsCommandOutput>;
94
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
95
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
96
- export declare const deserializeAws_restJson1UpdateConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfigurationCommandOutput>;
97
- export declare const deserializeAws_restJson1UpdateFilterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFilterCommandOutput>;
98
- export declare const deserializeAws_restJson1UpdateOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOrganizationConfigurationCommandOutput>;
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>;