@aws-sdk/client-auditmanager 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 (86) hide show
  1. package/dist-cjs/index.js +2775 -3133
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/AuditManagerClient.js +2 -0
  4. package/dist-es/commands/AssociateAssessmentReportEvidenceFolderCommand.js +3 -9
  5. package/dist-es/commands/BatchAssociateAssessmentReportEvidenceCommand.js +3 -9
  6. package/dist-es/commands/BatchCreateDelegationByAssessmentCommand.js +3 -10
  7. package/dist-es/commands/BatchDeleteDelegationByAssessmentCommand.js +3 -10
  8. package/dist-es/commands/BatchDisassociateAssessmentReportEvidenceCommand.js +3 -9
  9. package/dist-es/commands/BatchImportEvidenceToAssessmentControlCommand.js +3 -10
  10. package/dist-es/commands/CreateAssessmentCommand.js +3 -10
  11. package/dist-es/commands/CreateAssessmentFrameworkCommand.js +3 -10
  12. package/dist-es/commands/CreateAssessmentReportCommand.js +3 -10
  13. package/dist-es/commands/CreateControlCommand.js +3 -10
  14. package/dist-es/commands/DeleteAssessmentCommand.js +3 -9
  15. package/dist-es/commands/DeleteAssessmentFrameworkCommand.js +3 -9
  16. package/dist-es/commands/DeleteAssessmentFrameworkShareCommand.js +3 -9
  17. package/dist-es/commands/DeleteAssessmentReportCommand.js +3 -9
  18. package/dist-es/commands/DeleteControlCommand.js +3 -9
  19. package/dist-es/commands/DeregisterAccountCommand.js +3 -9
  20. package/dist-es/commands/DeregisterOrganizationAdminAccountCommand.js +3 -9
  21. package/dist-es/commands/DisassociateAssessmentReportEvidenceFolderCommand.js +3 -9
  22. package/dist-es/commands/GetAccountStatusCommand.js +3 -9
  23. package/dist-es/commands/GetAssessmentCommand.js +3 -10
  24. package/dist-es/commands/GetAssessmentFrameworkCommand.js +3 -10
  25. package/dist-es/commands/GetAssessmentReportUrlCommand.js +3 -9
  26. package/dist-es/commands/GetChangeLogsCommand.js +3 -9
  27. package/dist-es/commands/GetControlCommand.js +3 -10
  28. package/dist-es/commands/GetDelegationsCommand.js +3 -10
  29. package/dist-es/commands/GetEvidenceByEvidenceFolderCommand.js +3 -9
  30. package/dist-es/commands/GetEvidenceCommand.js +3 -9
  31. package/dist-es/commands/GetEvidenceFileUploadUrlCommand.js +3 -10
  32. package/dist-es/commands/GetEvidenceFolderCommand.js +3 -9
  33. package/dist-es/commands/GetEvidenceFoldersByAssessmentCommand.js +3 -9
  34. package/dist-es/commands/GetEvidenceFoldersByAssessmentControlCommand.js +3 -9
  35. package/dist-es/commands/GetInsightsByAssessmentCommand.js +3 -9
  36. package/dist-es/commands/GetInsightsCommand.js +3 -9
  37. package/dist-es/commands/GetOrganizationAdminAccountCommand.js +3 -9
  38. package/dist-es/commands/GetServicesInScopeCommand.js +3 -9
  39. package/dist-es/commands/GetSettingsCommand.js +3 -10
  40. package/dist-es/commands/ListAssessmentControlInsightsByControlDomainCommand.js +3 -9
  41. package/dist-es/commands/ListAssessmentFrameworkShareRequestsCommand.js +3 -10
  42. package/dist-es/commands/ListAssessmentFrameworksCommand.js +3 -10
  43. package/dist-es/commands/ListAssessmentReportsCommand.js +3 -10
  44. package/dist-es/commands/ListAssessmentsCommand.js +3 -10
  45. package/dist-es/commands/ListControlDomainInsightsByAssessmentCommand.js +3 -9
  46. package/dist-es/commands/ListControlDomainInsightsCommand.js +3 -9
  47. package/dist-es/commands/ListControlInsightsByControlDomainCommand.js +3 -9
  48. package/dist-es/commands/ListControlsCommand.js +3 -9
  49. package/dist-es/commands/ListKeywordsForDataSourceCommand.js +3 -9
  50. package/dist-es/commands/ListNotificationsCommand.js +3 -10
  51. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  52. package/dist-es/commands/RegisterAccountCommand.js +3 -9
  53. package/dist-es/commands/RegisterOrganizationAdminAccountCommand.js +3 -9
  54. package/dist-es/commands/StartAssessmentFrameworkShareCommand.js +3 -10
  55. package/dist-es/commands/TagResourceCommand.js +3 -9
  56. package/dist-es/commands/UntagResourceCommand.js +3 -9
  57. package/dist-es/commands/UpdateAssessmentCommand.js +3 -10
  58. package/dist-es/commands/UpdateAssessmentControlCommand.js +3 -10
  59. package/dist-es/commands/UpdateAssessmentControlSetStatusCommand.js +3 -10
  60. package/dist-es/commands/UpdateAssessmentFrameworkCommand.js +3 -10
  61. package/dist-es/commands/UpdateAssessmentFrameworkShareCommand.js +3 -10
  62. package/dist-es/commands/UpdateAssessmentStatusCommand.js +3 -10
  63. package/dist-es/commands/UpdateControlCommand.js +3 -10
  64. package/dist-es/commands/UpdateSettingsCommand.js +3 -10
  65. package/dist-es/commands/ValidateAssessmentReportIntegrityCommand.js +3 -9
  66. package/dist-es/models/models_0.js +0 -348
  67. package/dist-es/runtimeConfig.shared.js +2 -0
  68. package/dist-es/schemas/schemas_0.js +2651 -0
  69. package/dist-types/AuditManagerClient.d.ts +10 -1
  70. package/dist-types/models/models_0.d.ts +0 -272
  71. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  72. package/dist-types/runtimeConfig.d.ts +1 -0
  73. package/dist-types/runtimeConfig.native.d.ts +1 -0
  74. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  75. package/dist-types/schemas/schemas_0.d.ts +310 -0
  76. package/dist-types/ts3.4/AuditManagerClient.d.ts +4 -0
  77. package/dist-types/ts3.4/models/models_0.d.ts +0 -186
  78. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  79. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  80. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  81. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  82. package/dist-types/ts3.4/schemas/schemas_0.d.ts +316 -0
  83. package/package.json +5 -5
  84. package/dist-es/protocols/Aws_restJson1.js +0 -2278
  85. package/dist-types/protocols/Aws_restJson1.d.ts +0 -560
  86. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -749
@@ -1,560 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AssociateAssessmentReportEvidenceFolderCommandInput, AssociateAssessmentReportEvidenceFolderCommandOutput } from "../commands/AssociateAssessmentReportEvidenceFolderCommand";
4
- import { BatchAssociateAssessmentReportEvidenceCommandInput, BatchAssociateAssessmentReportEvidenceCommandOutput } from "../commands/BatchAssociateAssessmentReportEvidenceCommand";
5
- import { BatchCreateDelegationByAssessmentCommandInput, BatchCreateDelegationByAssessmentCommandOutput } from "../commands/BatchCreateDelegationByAssessmentCommand";
6
- import { BatchDeleteDelegationByAssessmentCommandInput, BatchDeleteDelegationByAssessmentCommandOutput } from "../commands/BatchDeleteDelegationByAssessmentCommand";
7
- import { BatchDisassociateAssessmentReportEvidenceCommandInput, BatchDisassociateAssessmentReportEvidenceCommandOutput } from "../commands/BatchDisassociateAssessmentReportEvidenceCommand";
8
- import { BatchImportEvidenceToAssessmentControlCommandInput, BatchImportEvidenceToAssessmentControlCommandOutput } from "../commands/BatchImportEvidenceToAssessmentControlCommand";
9
- import { CreateAssessmentCommandInput, CreateAssessmentCommandOutput } from "../commands/CreateAssessmentCommand";
10
- import { CreateAssessmentFrameworkCommandInput, CreateAssessmentFrameworkCommandOutput } from "../commands/CreateAssessmentFrameworkCommand";
11
- import { CreateAssessmentReportCommandInput, CreateAssessmentReportCommandOutput } from "../commands/CreateAssessmentReportCommand";
12
- import { CreateControlCommandInput, CreateControlCommandOutput } from "../commands/CreateControlCommand";
13
- import { DeleteAssessmentCommandInput, DeleteAssessmentCommandOutput } from "../commands/DeleteAssessmentCommand";
14
- import { DeleteAssessmentFrameworkCommandInput, DeleteAssessmentFrameworkCommandOutput } from "../commands/DeleteAssessmentFrameworkCommand";
15
- import { DeleteAssessmentFrameworkShareCommandInput, DeleteAssessmentFrameworkShareCommandOutput } from "../commands/DeleteAssessmentFrameworkShareCommand";
16
- import { DeleteAssessmentReportCommandInput, DeleteAssessmentReportCommandOutput } from "../commands/DeleteAssessmentReportCommand";
17
- import { DeleteControlCommandInput, DeleteControlCommandOutput } from "../commands/DeleteControlCommand";
18
- import { DeregisterAccountCommandInput, DeregisterAccountCommandOutput } from "../commands/DeregisterAccountCommand";
19
- import { DeregisterOrganizationAdminAccountCommandInput, DeregisterOrganizationAdminAccountCommandOutput } from "../commands/DeregisterOrganizationAdminAccountCommand";
20
- import { DisassociateAssessmentReportEvidenceFolderCommandInput, DisassociateAssessmentReportEvidenceFolderCommandOutput } from "../commands/DisassociateAssessmentReportEvidenceFolderCommand";
21
- import { GetAccountStatusCommandInput, GetAccountStatusCommandOutput } from "../commands/GetAccountStatusCommand";
22
- import { GetAssessmentCommandInput, GetAssessmentCommandOutput } from "../commands/GetAssessmentCommand";
23
- import { GetAssessmentFrameworkCommandInput, GetAssessmentFrameworkCommandOutput } from "../commands/GetAssessmentFrameworkCommand";
24
- import { GetAssessmentReportUrlCommandInput, GetAssessmentReportUrlCommandOutput } from "../commands/GetAssessmentReportUrlCommand";
25
- import { GetChangeLogsCommandInput, GetChangeLogsCommandOutput } from "../commands/GetChangeLogsCommand";
26
- import { GetControlCommandInput, GetControlCommandOutput } from "../commands/GetControlCommand";
27
- import { GetDelegationsCommandInput, GetDelegationsCommandOutput } from "../commands/GetDelegationsCommand";
28
- import { GetEvidenceByEvidenceFolderCommandInput, GetEvidenceByEvidenceFolderCommandOutput } from "../commands/GetEvidenceByEvidenceFolderCommand";
29
- import { GetEvidenceCommandInput, GetEvidenceCommandOutput } from "../commands/GetEvidenceCommand";
30
- import { GetEvidenceFileUploadUrlCommandInput, GetEvidenceFileUploadUrlCommandOutput } from "../commands/GetEvidenceFileUploadUrlCommand";
31
- import { GetEvidenceFolderCommandInput, GetEvidenceFolderCommandOutput } from "../commands/GetEvidenceFolderCommand";
32
- import { GetEvidenceFoldersByAssessmentCommandInput, GetEvidenceFoldersByAssessmentCommandOutput } from "../commands/GetEvidenceFoldersByAssessmentCommand";
33
- import { GetEvidenceFoldersByAssessmentControlCommandInput, GetEvidenceFoldersByAssessmentControlCommandOutput } from "../commands/GetEvidenceFoldersByAssessmentControlCommand";
34
- import { GetInsightsByAssessmentCommandInput, GetInsightsByAssessmentCommandOutput } from "../commands/GetInsightsByAssessmentCommand";
35
- import { GetInsightsCommandInput, GetInsightsCommandOutput } from "../commands/GetInsightsCommand";
36
- import { GetOrganizationAdminAccountCommandInput, GetOrganizationAdminAccountCommandOutput } from "../commands/GetOrganizationAdminAccountCommand";
37
- import { GetServicesInScopeCommandInput, GetServicesInScopeCommandOutput } from "../commands/GetServicesInScopeCommand";
38
- import { GetSettingsCommandInput, GetSettingsCommandOutput } from "../commands/GetSettingsCommand";
39
- import { ListAssessmentControlInsightsByControlDomainCommandInput, ListAssessmentControlInsightsByControlDomainCommandOutput } from "../commands/ListAssessmentControlInsightsByControlDomainCommand";
40
- import { ListAssessmentFrameworksCommandInput, ListAssessmentFrameworksCommandOutput } from "../commands/ListAssessmentFrameworksCommand";
41
- import { ListAssessmentFrameworkShareRequestsCommandInput, ListAssessmentFrameworkShareRequestsCommandOutput } from "../commands/ListAssessmentFrameworkShareRequestsCommand";
42
- import { ListAssessmentReportsCommandInput, ListAssessmentReportsCommandOutput } from "../commands/ListAssessmentReportsCommand";
43
- import { ListAssessmentsCommandInput, ListAssessmentsCommandOutput } from "../commands/ListAssessmentsCommand";
44
- import { ListControlDomainInsightsByAssessmentCommandInput, ListControlDomainInsightsByAssessmentCommandOutput } from "../commands/ListControlDomainInsightsByAssessmentCommand";
45
- import { ListControlDomainInsightsCommandInput, ListControlDomainInsightsCommandOutput } from "../commands/ListControlDomainInsightsCommand";
46
- import { ListControlInsightsByControlDomainCommandInput, ListControlInsightsByControlDomainCommandOutput } from "../commands/ListControlInsightsByControlDomainCommand";
47
- import { ListControlsCommandInput, ListControlsCommandOutput } from "../commands/ListControlsCommand";
48
- import { ListKeywordsForDataSourceCommandInput, ListKeywordsForDataSourceCommandOutput } from "../commands/ListKeywordsForDataSourceCommand";
49
- import { ListNotificationsCommandInput, ListNotificationsCommandOutput } from "../commands/ListNotificationsCommand";
50
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
51
- import { RegisterAccountCommandInput, RegisterAccountCommandOutput } from "../commands/RegisterAccountCommand";
52
- import { RegisterOrganizationAdminAccountCommandInput, RegisterOrganizationAdminAccountCommandOutput } from "../commands/RegisterOrganizationAdminAccountCommand";
53
- import { StartAssessmentFrameworkShareCommandInput, StartAssessmentFrameworkShareCommandOutput } from "../commands/StartAssessmentFrameworkShareCommand";
54
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
55
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
56
- import { UpdateAssessmentCommandInput, UpdateAssessmentCommandOutput } from "../commands/UpdateAssessmentCommand";
57
- import { UpdateAssessmentControlCommandInput, UpdateAssessmentControlCommandOutput } from "../commands/UpdateAssessmentControlCommand";
58
- import { UpdateAssessmentControlSetStatusCommandInput, UpdateAssessmentControlSetStatusCommandOutput } from "../commands/UpdateAssessmentControlSetStatusCommand";
59
- import { UpdateAssessmentFrameworkCommandInput, UpdateAssessmentFrameworkCommandOutput } from "../commands/UpdateAssessmentFrameworkCommand";
60
- import { UpdateAssessmentFrameworkShareCommandInput, UpdateAssessmentFrameworkShareCommandOutput } from "../commands/UpdateAssessmentFrameworkShareCommand";
61
- import { UpdateAssessmentStatusCommandInput, UpdateAssessmentStatusCommandOutput } from "../commands/UpdateAssessmentStatusCommand";
62
- import { UpdateControlCommandInput, UpdateControlCommandOutput } from "../commands/UpdateControlCommand";
63
- import { UpdateSettingsCommandInput, UpdateSettingsCommandOutput } from "../commands/UpdateSettingsCommand";
64
- import { ValidateAssessmentReportIntegrityCommandInput, ValidateAssessmentReportIntegrityCommandOutput } from "../commands/ValidateAssessmentReportIntegrityCommand";
65
- /**
66
- * serializeAws_restJson1AssociateAssessmentReportEvidenceFolderCommand
67
- */
68
- export declare const se_AssociateAssessmentReportEvidenceFolderCommand: (input: AssociateAssessmentReportEvidenceFolderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- /**
70
- * serializeAws_restJson1BatchAssociateAssessmentReportEvidenceCommand
71
- */
72
- export declare const se_BatchAssociateAssessmentReportEvidenceCommand: (input: BatchAssociateAssessmentReportEvidenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- /**
74
- * serializeAws_restJson1BatchCreateDelegationByAssessmentCommand
75
- */
76
- export declare const se_BatchCreateDelegationByAssessmentCommand: (input: BatchCreateDelegationByAssessmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- /**
78
- * serializeAws_restJson1BatchDeleteDelegationByAssessmentCommand
79
- */
80
- export declare const se_BatchDeleteDelegationByAssessmentCommand: (input: BatchDeleteDelegationByAssessmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- /**
82
- * serializeAws_restJson1BatchDisassociateAssessmentReportEvidenceCommand
83
- */
84
- export declare const se_BatchDisassociateAssessmentReportEvidenceCommand: (input: BatchDisassociateAssessmentReportEvidenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- /**
86
- * serializeAws_restJson1BatchImportEvidenceToAssessmentControlCommand
87
- */
88
- export declare const se_BatchImportEvidenceToAssessmentControlCommand: (input: BatchImportEvidenceToAssessmentControlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- /**
90
- * serializeAws_restJson1CreateAssessmentCommand
91
- */
92
- export declare const se_CreateAssessmentCommand: (input: CreateAssessmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- /**
94
- * serializeAws_restJson1CreateAssessmentFrameworkCommand
95
- */
96
- export declare const se_CreateAssessmentFrameworkCommand: (input: CreateAssessmentFrameworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- /**
98
- * serializeAws_restJson1CreateAssessmentReportCommand
99
- */
100
- export declare const se_CreateAssessmentReportCommand: (input: CreateAssessmentReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- /**
102
- * serializeAws_restJson1CreateControlCommand
103
- */
104
- export declare const se_CreateControlCommand: (input: CreateControlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- /**
106
- * serializeAws_restJson1DeleteAssessmentCommand
107
- */
108
- export declare const se_DeleteAssessmentCommand: (input: DeleteAssessmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- /**
110
- * serializeAws_restJson1DeleteAssessmentFrameworkCommand
111
- */
112
- export declare const se_DeleteAssessmentFrameworkCommand: (input: DeleteAssessmentFrameworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- /**
114
- * serializeAws_restJson1DeleteAssessmentFrameworkShareCommand
115
- */
116
- export declare const se_DeleteAssessmentFrameworkShareCommand: (input: DeleteAssessmentFrameworkShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- /**
118
- * serializeAws_restJson1DeleteAssessmentReportCommand
119
- */
120
- export declare const se_DeleteAssessmentReportCommand: (input: DeleteAssessmentReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- /**
122
- * serializeAws_restJson1DeleteControlCommand
123
- */
124
- export declare const se_DeleteControlCommand: (input: DeleteControlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- /**
126
- * serializeAws_restJson1DeregisterAccountCommand
127
- */
128
- export declare const se_DeregisterAccountCommand: (input: DeregisterAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- /**
130
- * serializeAws_restJson1DeregisterOrganizationAdminAccountCommand
131
- */
132
- export declare const se_DeregisterOrganizationAdminAccountCommand: (input: DeregisterOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- /**
134
- * serializeAws_restJson1DisassociateAssessmentReportEvidenceFolderCommand
135
- */
136
- export declare const se_DisassociateAssessmentReportEvidenceFolderCommand: (input: DisassociateAssessmentReportEvidenceFolderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- /**
138
- * serializeAws_restJson1GetAccountStatusCommand
139
- */
140
- export declare const se_GetAccountStatusCommand: (input: GetAccountStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
- /**
142
- * serializeAws_restJson1GetAssessmentCommand
143
- */
144
- export declare const se_GetAssessmentCommand: (input: GetAssessmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
- /**
146
- * serializeAws_restJson1GetAssessmentFrameworkCommand
147
- */
148
- export declare const se_GetAssessmentFrameworkCommand: (input: GetAssessmentFrameworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
- /**
150
- * serializeAws_restJson1GetAssessmentReportUrlCommand
151
- */
152
- export declare const se_GetAssessmentReportUrlCommand: (input: GetAssessmentReportUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
- /**
154
- * serializeAws_restJson1GetChangeLogsCommand
155
- */
156
- export declare const se_GetChangeLogsCommand: (input: GetChangeLogsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
- /**
158
- * serializeAws_restJson1GetControlCommand
159
- */
160
- export declare const se_GetControlCommand: (input: GetControlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
- /**
162
- * serializeAws_restJson1GetDelegationsCommand
163
- */
164
- export declare const se_GetDelegationsCommand: (input: GetDelegationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
- /**
166
- * serializeAws_restJson1GetEvidenceCommand
167
- */
168
- export declare const se_GetEvidenceCommand: (input: GetEvidenceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
- /**
170
- * serializeAws_restJson1GetEvidenceByEvidenceFolderCommand
171
- */
172
- export declare const se_GetEvidenceByEvidenceFolderCommand: (input: GetEvidenceByEvidenceFolderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
- /**
174
- * serializeAws_restJson1GetEvidenceFileUploadUrlCommand
175
- */
176
- export declare const se_GetEvidenceFileUploadUrlCommand: (input: GetEvidenceFileUploadUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
- /**
178
- * serializeAws_restJson1GetEvidenceFolderCommand
179
- */
180
- export declare const se_GetEvidenceFolderCommand: (input: GetEvidenceFolderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
181
- /**
182
- * serializeAws_restJson1GetEvidenceFoldersByAssessmentCommand
183
- */
184
- export declare const se_GetEvidenceFoldersByAssessmentCommand: (input: GetEvidenceFoldersByAssessmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
185
- /**
186
- * serializeAws_restJson1GetEvidenceFoldersByAssessmentControlCommand
187
- */
188
- export declare const se_GetEvidenceFoldersByAssessmentControlCommand: (input: GetEvidenceFoldersByAssessmentControlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
189
- /**
190
- * serializeAws_restJson1GetInsightsCommand
191
- */
192
- export declare const se_GetInsightsCommand: (input: GetInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
193
- /**
194
- * serializeAws_restJson1GetInsightsByAssessmentCommand
195
- */
196
- export declare const se_GetInsightsByAssessmentCommand: (input: GetInsightsByAssessmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
197
- /**
198
- * serializeAws_restJson1GetOrganizationAdminAccountCommand
199
- */
200
- export declare const se_GetOrganizationAdminAccountCommand: (input: GetOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
201
- /**
202
- * serializeAws_restJson1GetServicesInScopeCommand
203
- */
204
- export declare const se_GetServicesInScopeCommand: (input: GetServicesInScopeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
205
- /**
206
- * serializeAws_restJson1GetSettingsCommand
207
- */
208
- export declare const se_GetSettingsCommand: (input: GetSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
209
- /**
210
- * serializeAws_restJson1ListAssessmentControlInsightsByControlDomainCommand
211
- */
212
- export declare const se_ListAssessmentControlInsightsByControlDomainCommand: (input: ListAssessmentControlInsightsByControlDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
213
- /**
214
- * serializeAws_restJson1ListAssessmentFrameworksCommand
215
- */
216
- export declare const se_ListAssessmentFrameworksCommand: (input: ListAssessmentFrameworksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
217
- /**
218
- * serializeAws_restJson1ListAssessmentFrameworkShareRequestsCommand
219
- */
220
- export declare const se_ListAssessmentFrameworkShareRequestsCommand: (input: ListAssessmentFrameworkShareRequestsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
221
- /**
222
- * serializeAws_restJson1ListAssessmentReportsCommand
223
- */
224
- export declare const se_ListAssessmentReportsCommand: (input: ListAssessmentReportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
225
- /**
226
- * serializeAws_restJson1ListAssessmentsCommand
227
- */
228
- export declare const se_ListAssessmentsCommand: (input: ListAssessmentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
229
- /**
230
- * serializeAws_restJson1ListControlDomainInsightsCommand
231
- */
232
- export declare const se_ListControlDomainInsightsCommand: (input: ListControlDomainInsightsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
233
- /**
234
- * serializeAws_restJson1ListControlDomainInsightsByAssessmentCommand
235
- */
236
- export declare const se_ListControlDomainInsightsByAssessmentCommand: (input: ListControlDomainInsightsByAssessmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
237
- /**
238
- * serializeAws_restJson1ListControlInsightsByControlDomainCommand
239
- */
240
- export declare const se_ListControlInsightsByControlDomainCommand: (input: ListControlInsightsByControlDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
241
- /**
242
- * serializeAws_restJson1ListControlsCommand
243
- */
244
- export declare const se_ListControlsCommand: (input: ListControlsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
245
- /**
246
- * serializeAws_restJson1ListKeywordsForDataSourceCommand
247
- */
248
- export declare const se_ListKeywordsForDataSourceCommand: (input: ListKeywordsForDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
249
- /**
250
- * serializeAws_restJson1ListNotificationsCommand
251
- */
252
- export declare const se_ListNotificationsCommand: (input: ListNotificationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
253
- /**
254
- * serializeAws_restJson1ListTagsForResourceCommand
255
- */
256
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
257
- /**
258
- * serializeAws_restJson1RegisterAccountCommand
259
- */
260
- export declare const se_RegisterAccountCommand: (input: RegisterAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
261
- /**
262
- * serializeAws_restJson1RegisterOrganizationAdminAccountCommand
263
- */
264
- export declare const se_RegisterOrganizationAdminAccountCommand: (input: RegisterOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
265
- /**
266
- * serializeAws_restJson1StartAssessmentFrameworkShareCommand
267
- */
268
- export declare const se_StartAssessmentFrameworkShareCommand: (input: StartAssessmentFrameworkShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
269
- /**
270
- * serializeAws_restJson1TagResourceCommand
271
- */
272
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
273
- /**
274
- * serializeAws_restJson1UntagResourceCommand
275
- */
276
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
277
- /**
278
- * serializeAws_restJson1UpdateAssessmentCommand
279
- */
280
- export declare const se_UpdateAssessmentCommand: (input: UpdateAssessmentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
281
- /**
282
- * serializeAws_restJson1UpdateAssessmentControlCommand
283
- */
284
- export declare const se_UpdateAssessmentControlCommand: (input: UpdateAssessmentControlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
285
- /**
286
- * serializeAws_restJson1UpdateAssessmentControlSetStatusCommand
287
- */
288
- export declare const se_UpdateAssessmentControlSetStatusCommand: (input: UpdateAssessmentControlSetStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
289
- /**
290
- * serializeAws_restJson1UpdateAssessmentFrameworkCommand
291
- */
292
- export declare const se_UpdateAssessmentFrameworkCommand: (input: UpdateAssessmentFrameworkCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
293
- /**
294
- * serializeAws_restJson1UpdateAssessmentFrameworkShareCommand
295
- */
296
- export declare const se_UpdateAssessmentFrameworkShareCommand: (input: UpdateAssessmentFrameworkShareCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
297
- /**
298
- * serializeAws_restJson1UpdateAssessmentStatusCommand
299
- */
300
- export declare const se_UpdateAssessmentStatusCommand: (input: UpdateAssessmentStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
301
- /**
302
- * serializeAws_restJson1UpdateControlCommand
303
- */
304
- export declare const se_UpdateControlCommand: (input: UpdateControlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
305
- /**
306
- * serializeAws_restJson1UpdateSettingsCommand
307
- */
308
- export declare const se_UpdateSettingsCommand: (input: UpdateSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
309
- /**
310
- * serializeAws_restJson1ValidateAssessmentReportIntegrityCommand
311
- */
312
- export declare const se_ValidateAssessmentReportIntegrityCommand: (input: ValidateAssessmentReportIntegrityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
313
- /**
314
- * deserializeAws_restJson1AssociateAssessmentReportEvidenceFolderCommand
315
- */
316
- export declare const de_AssociateAssessmentReportEvidenceFolderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateAssessmentReportEvidenceFolderCommandOutput>;
317
- /**
318
- * deserializeAws_restJson1BatchAssociateAssessmentReportEvidenceCommand
319
- */
320
- export declare const de_BatchAssociateAssessmentReportEvidenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchAssociateAssessmentReportEvidenceCommandOutput>;
321
- /**
322
- * deserializeAws_restJson1BatchCreateDelegationByAssessmentCommand
323
- */
324
- export declare const de_BatchCreateDelegationByAssessmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchCreateDelegationByAssessmentCommandOutput>;
325
- /**
326
- * deserializeAws_restJson1BatchDeleteDelegationByAssessmentCommand
327
- */
328
- export declare const de_BatchDeleteDelegationByAssessmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteDelegationByAssessmentCommandOutput>;
329
- /**
330
- * deserializeAws_restJson1BatchDisassociateAssessmentReportEvidenceCommand
331
- */
332
- export declare const de_BatchDisassociateAssessmentReportEvidenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDisassociateAssessmentReportEvidenceCommandOutput>;
333
- /**
334
- * deserializeAws_restJson1BatchImportEvidenceToAssessmentControlCommand
335
- */
336
- export declare const de_BatchImportEvidenceToAssessmentControlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchImportEvidenceToAssessmentControlCommandOutput>;
337
- /**
338
- * deserializeAws_restJson1CreateAssessmentCommand
339
- */
340
- export declare const de_CreateAssessmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAssessmentCommandOutput>;
341
- /**
342
- * deserializeAws_restJson1CreateAssessmentFrameworkCommand
343
- */
344
- export declare const de_CreateAssessmentFrameworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAssessmentFrameworkCommandOutput>;
345
- /**
346
- * deserializeAws_restJson1CreateAssessmentReportCommand
347
- */
348
- export declare const de_CreateAssessmentReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAssessmentReportCommandOutput>;
349
- /**
350
- * deserializeAws_restJson1CreateControlCommand
351
- */
352
- export declare const de_CreateControlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateControlCommandOutput>;
353
- /**
354
- * deserializeAws_restJson1DeleteAssessmentCommand
355
- */
356
- export declare const de_DeleteAssessmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAssessmentCommandOutput>;
357
- /**
358
- * deserializeAws_restJson1DeleteAssessmentFrameworkCommand
359
- */
360
- export declare const de_DeleteAssessmentFrameworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAssessmentFrameworkCommandOutput>;
361
- /**
362
- * deserializeAws_restJson1DeleteAssessmentFrameworkShareCommand
363
- */
364
- export declare const de_DeleteAssessmentFrameworkShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAssessmentFrameworkShareCommandOutput>;
365
- /**
366
- * deserializeAws_restJson1DeleteAssessmentReportCommand
367
- */
368
- export declare const de_DeleteAssessmentReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAssessmentReportCommandOutput>;
369
- /**
370
- * deserializeAws_restJson1DeleteControlCommand
371
- */
372
- export declare const de_DeleteControlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteControlCommandOutput>;
373
- /**
374
- * deserializeAws_restJson1DeregisterAccountCommand
375
- */
376
- export declare const de_DeregisterAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterAccountCommandOutput>;
377
- /**
378
- * deserializeAws_restJson1DeregisterOrganizationAdminAccountCommand
379
- */
380
- export declare const de_DeregisterOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeregisterOrganizationAdminAccountCommandOutput>;
381
- /**
382
- * deserializeAws_restJson1DisassociateAssessmentReportEvidenceFolderCommand
383
- */
384
- export declare const de_DisassociateAssessmentReportEvidenceFolderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateAssessmentReportEvidenceFolderCommandOutput>;
385
- /**
386
- * deserializeAws_restJson1GetAccountStatusCommand
387
- */
388
- export declare const de_GetAccountStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountStatusCommandOutput>;
389
- /**
390
- * deserializeAws_restJson1GetAssessmentCommand
391
- */
392
- export declare const de_GetAssessmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssessmentCommandOutput>;
393
- /**
394
- * deserializeAws_restJson1GetAssessmentFrameworkCommand
395
- */
396
- export declare const de_GetAssessmentFrameworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssessmentFrameworkCommandOutput>;
397
- /**
398
- * deserializeAws_restJson1GetAssessmentReportUrlCommand
399
- */
400
- export declare const de_GetAssessmentReportUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssessmentReportUrlCommandOutput>;
401
- /**
402
- * deserializeAws_restJson1GetChangeLogsCommand
403
- */
404
- export declare const de_GetChangeLogsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetChangeLogsCommandOutput>;
405
- /**
406
- * deserializeAws_restJson1GetControlCommand
407
- */
408
- export declare const de_GetControlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetControlCommandOutput>;
409
- /**
410
- * deserializeAws_restJson1GetDelegationsCommand
411
- */
412
- export declare const de_GetDelegationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDelegationsCommandOutput>;
413
- /**
414
- * deserializeAws_restJson1GetEvidenceCommand
415
- */
416
- export declare const de_GetEvidenceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEvidenceCommandOutput>;
417
- /**
418
- * deserializeAws_restJson1GetEvidenceByEvidenceFolderCommand
419
- */
420
- export declare const de_GetEvidenceByEvidenceFolderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEvidenceByEvidenceFolderCommandOutput>;
421
- /**
422
- * deserializeAws_restJson1GetEvidenceFileUploadUrlCommand
423
- */
424
- export declare const de_GetEvidenceFileUploadUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEvidenceFileUploadUrlCommandOutput>;
425
- /**
426
- * deserializeAws_restJson1GetEvidenceFolderCommand
427
- */
428
- export declare const de_GetEvidenceFolderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEvidenceFolderCommandOutput>;
429
- /**
430
- * deserializeAws_restJson1GetEvidenceFoldersByAssessmentCommand
431
- */
432
- export declare const de_GetEvidenceFoldersByAssessmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEvidenceFoldersByAssessmentCommandOutput>;
433
- /**
434
- * deserializeAws_restJson1GetEvidenceFoldersByAssessmentControlCommand
435
- */
436
- export declare const de_GetEvidenceFoldersByAssessmentControlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEvidenceFoldersByAssessmentControlCommandOutput>;
437
- /**
438
- * deserializeAws_restJson1GetInsightsCommand
439
- */
440
- export declare const de_GetInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInsightsCommandOutput>;
441
- /**
442
- * deserializeAws_restJson1GetInsightsByAssessmentCommand
443
- */
444
- export declare const de_GetInsightsByAssessmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInsightsByAssessmentCommandOutput>;
445
- /**
446
- * deserializeAws_restJson1GetOrganizationAdminAccountCommand
447
- */
448
- export declare const de_GetOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOrganizationAdminAccountCommandOutput>;
449
- /**
450
- * deserializeAws_restJson1GetServicesInScopeCommand
451
- */
452
- export declare const de_GetServicesInScopeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetServicesInScopeCommandOutput>;
453
- /**
454
- * deserializeAws_restJson1GetSettingsCommand
455
- */
456
- export declare const de_GetSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSettingsCommandOutput>;
457
- /**
458
- * deserializeAws_restJson1ListAssessmentControlInsightsByControlDomainCommand
459
- */
460
- export declare const de_ListAssessmentControlInsightsByControlDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssessmentControlInsightsByControlDomainCommandOutput>;
461
- /**
462
- * deserializeAws_restJson1ListAssessmentFrameworksCommand
463
- */
464
- export declare const de_ListAssessmentFrameworksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssessmentFrameworksCommandOutput>;
465
- /**
466
- * deserializeAws_restJson1ListAssessmentFrameworkShareRequestsCommand
467
- */
468
- export declare const de_ListAssessmentFrameworkShareRequestsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssessmentFrameworkShareRequestsCommandOutput>;
469
- /**
470
- * deserializeAws_restJson1ListAssessmentReportsCommand
471
- */
472
- export declare const de_ListAssessmentReportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssessmentReportsCommandOutput>;
473
- /**
474
- * deserializeAws_restJson1ListAssessmentsCommand
475
- */
476
- export declare const de_ListAssessmentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAssessmentsCommandOutput>;
477
- /**
478
- * deserializeAws_restJson1ListControlDomainInsightsCommand
479
- */
480
- export declare const de_ListControlDomainInsightsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListControlDomainInsightsCommandOutput>;
481
- /**
482
- * deserializeAws_restJson1ListControlDomainInsightsByAssessmentCommand
483
- */
484
- export declare const de_ListControlDomainInsightsByAssessmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListControlDomainInsightsByAssessmentCommandOutput>;
485
- /**
486
- * deserializeAws_restJson1ListControlInsightsByControlDomainCommand
487
- */
488
- export declare const de_ListControlInsightsByControlDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListControlInsightsByControlDomainCommandOutput>;
489
- /**
490
- * deserializeAws_restJson1ListControlsCommand
491
- */
492
- export declare const de_ListControlsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListControlsCommandOutput>;
493
- /**
494
- * deserializeAws_restJson1ListKeywordsForDataSourceCommand
495
- */
496
- export declare const de_ListKeywordsForDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKeywordsForDataSourceCommandOutput>;
497
- /**
498
- * deserializeAws_restJson1ListNotificationsCommand
499
- */
500
- export declare const de_ListNotificationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNotificationsCommandOutput>;
501
- /**
502
- * deserializeAws_restJson1ListTagsForResourceCommand
503
- */
504
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
505
- /**
506
- * deserializeAws_restJson1RegisterAccountCommand
507
- */
508
- export declare const de_RegisterAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterAccountCommandOutput>;
509
- /**
510
- * deserializeAws_restJson1RegisterOrganizationAdminAccountCommand
511
- */
512
- export declare const de_RegisterOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterOrganizationAdminAccountCommandOutput>;
513
- /**
514
- * deserializeAws_restJson1StartAssessmentFrameworkShareCommand
515
- */
516
- export declare const de_StartAssessmentFrameworkShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartAssessmentFrameworkShareCommandOutput>;
517
- /**
518
- * deserializeAws_restJson1TagResourceCommand
519
- */
520
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
521
- /**
522
- * deserializeAws_restJson1UntagResourceCommand
523
- */
524
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
525
- /**
526
- * deserializeAws_restJson1UpdateAssessmentCommand
527
- */
528
- export declare const de_UpdateAssessmentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAssessmentCommandOutput>;
529
- /**
530
- * deserializeAws_restJson1UpdateAssessmentControlCommand
531
- */
532
- export declare const de_UpdateAssessmentControlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAssessmentControlCommandOutput>;
533
- /**
534
- * deserializeAws_restJson1UpdateAssessmentControlSetStatusCommand
535
- */
536
- export declare const de_UpdateAssessmentControlSetStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAssessmentControlSetStatusCommandOutput>;
537
- /**
538
- * deserializeAws_restJson1UpdateAssessmentFrameworkCommand
539
- */
540
- export declare const de_UpdateAssessmentFrameworkCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAssessmentFrameworkCommandOutput>;
541
- /**
542
- * deserializeAws_restJson1UpdateAssessmentFrameworkShareCommand
543
- */
544
- export declare const de_UpdateAssessmentFrameworkShareCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAssessmentFrameworkShareCommandOutput>;
545
- /**
546
- * deserializeAws_restJson1UpdateAssessmentStatusCommand
547
- */
548
- export declare const de_UpdateAssessmentStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAssessmentStatusCommandOutput>;
549
- /**
550
- * deserializeAws_restJson1UpdateControlCommand
551
- */
552
- export declare const de_UpdateControlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateControlCommandOutput>;
553
- /**
554
- * deserializeAws_restJson1UpdateSettingsCommand
555
- */
556
- export declare const de_UpdateSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSettingsCommandOutput>;
557
- /**
558
- * deserializeAws_restJson1ValidateAssessmentReportIntegrityCommand
559
- */
560
- export declare const de_ValidateAssessmentReportIntegrityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ValidateAssessmentReportIntegrityCommandOutput>;