@aws-sdk/client-detective 3.928.0 → 3.930.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +933 -1345
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/DetectiveClient.js +2 -0
- package/dist-es/commands/AcceptInvitationCommand.js +3 -9
- package/dist-es/commands/BatchGetGraphMemberDatasourcesCommand.js +3 -9
- package/dist-es/commands/BatchGetMembershipDatasourcesCommand.js +3 -9
- package/dist-es/commands/CreateGraphCommand.js +3 -9
- package/dist-es/commands/CreateMembersCommand.js +3 -10
- package/dist-es/commands/DeleteGraphCommand.js +3 -9
- package/dist-es/commands/DeleteMembersCommand.js +3 -9
- package/dist-es/commands/DescribeOrganizationConfigurationCommand.js +3 -9
- package/dist-es/commands/DisableOrganizationAdminAccountCommand.js +3 -9
- package/dist-es/commands/DisassociateMembershipCommand.js +3 -9
- package/dist-es/commands/EnableOrganizationAdminAccountCommand.js +3 -9
- package/dist-es/commands/GetInvestigationCommand.js +3 -9
- package/dist-es/commands/GetMembersCommand.js +3 -10
- package/dist-es/commands/ListDatasourcePackagesCommand.js +3 -9
- package/dist-es/commands/ListGraphsCommand.js +3 -9
- package/dist-es/commands/ListIndicatorsCommand.js +3 -9
- package/dist-es/commands/ListInvestigationsCommand.js +3 -9
- package/dist-es/commands/ListInvitationsCommand.js +3 -10
- package/dist-es/commands/ListMembersCommand.js +3 -10
- package/dist-es/commands/ListOrganizationAdminAccountsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/RejectInvitationCommand.js +3 -9
- package/dist-es/commands/StartInvestigationCommand.js +3 -9
- package/dist-es/commands/StartMonitoringMemberCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateDatasourcePackagesCommand.js +3 -9
- package/dist-es/commands/UpdateInvestigationStateCommand.js +3 -9
- package/dist-es/commands/UpdateOrganizationConfigurationCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -30
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +862 -0
- package/dist-types/DetectiveClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -28
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +2 -5
- package/dist-types/schemas/schemas_0.d.ts +134 -0
- package/dist-types/ts3.4/DetectiveClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -17
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +141 -0
- package/package.json +33 -33
- package/dist-es/protocols/Aws_restJson1.js +0 -1088
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -263
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -353
|
@@ -1,263 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
3
|
-
import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "../commands/AcceptInvitationCommand";
|
|
4
|
-
import { BatchGetGraphMemberDatasourcesCommandInput, BatchGetGraphMemberDatasourcesCommandOutput } from "../commands/BatchGetGraphMemberDatasourcesCommand";
|
|
5
|
-
import { BatchGetMembershipDatasourcesCommandInput, BatchGetMembershipDatasourcesCommandOutput } from "../commands/BatchGetMembershipDatasourcesCommand";
|
|
6
|
-
import { CreateGraphCommandInput, CreateGraphCommandOutput } from "../commands/CreateGraphCommand";
|
|
7
|
-
import { CreateMembersCommandInput, CreateMembersCommandOutput } from "../commands/CreateMembersCommand";
|
|
8
|
-
import { DeleteGraphCommandInput, DeleteGraphCommandOutput } from "../commands/DeleteGraphCommand";
|
|
9
|
-
import { DeleteMembersCommandInput, DeleteMembersCommandOutput } from "../commands/DeleteMembersCommand";
|
|
10
|
-
import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "../commands/DescribeOrganizationConfigurationCommand";
|
|
11
|
-
import { DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput } from "../commands/DisableOrganizationAdminAccountCommand";
|
|
12
|
-
import { DisassociateMembershipCommandInput, DisassociateMembershipCommandOutput } from "../commands/DisassociateMembershipCommand";
|
|
13
|
-
import { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "../commands/EnableOrganizationAdminAccountCommand";
|
|
14
|
-
import { GetInvestigationCommandInput, GetInvestigationCommandOutput } from "../commands/GetInvestigationCommand";
|
|
15
|
-
import { GetMembersCommandInput, GetMembersCommandOutput } from "../commands/GetMembersCommand";
|
|
16
|
-
import { ListDatasourcePackagesCommandInput, ListDatasourcePackagesCommandOutput } from "../commands/ListDatasourcePackagesCommand";
|
|
17
|
-
import { ListGraphsCommandInput, ListGraphsCommandOutput } from "../commands/ListGraphsCommand";
|
|
18
|
-
import { ListIndicatorsCommandInput, ListIndicatorsCommandOutput } from "../commands/ListIndicatorsCommand";
|
|
19
|
-
import { ListInvestigationsCommandInput, ListInvestigationsCommandOutput } from "../commands/ListInvestigationsCommand";
|
|
20
|
-
import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "../commands/ListInvitationsCommand";
|
|
21
|
-
import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
|
|
22
|
-
import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "../commands/ListOrganizationAdminAccountsCommand";
|
|
23
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
24
|
-
import { RejectInvitationCommandInput, RejectInvitationCommandOutput } from "../commands/RejectInvitationCommand";
|
|
25
|
-
import { StartInvestigationCommandInput, StartInvestigationCommandOutput } from "../commands/StartInvestigationCommand";
|
|
26
|
-
import { StartMonitoringMemberCommandInput, StartMonitoringMemberCommandOutput } from "../commands/StartMonitoringMemberCommand";
|
|
27
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
28
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
29
|
-
import { UpdateDatasourcePackagesCommandInput, UpdateDatasourcePackagesCommandOutput } from "../commands/UpdateDatasourcePackagesCommand";
|
|
30
|
-
import { UpdateInvestigationStateCommandInput, UpdateInvestigationStateCommandOutput } from "../commands/UpdateInvestigationStateCommand";
|
|
31
|
-
import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "../commands/UpdateOrganizationConfigurationCommand";
|
|
32
|
-
/**
|
|
33
|
-
* serializeAws_restJson1AcceptInvitationCommand
|
|
34
|
-
*/
|
|
35
|
-
export declare const se_AcceptInvitationCommand: (input: AcceptInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
|
-
/**
|
|
37
|
-
* serializeAws_restJson1BatchGetGraphMemberDatasourcesCommand
|
|
38
|
-
*/
|
|
39
|
-
export declare const se_BatchGetGraphMemberDatasourcesCommand: (input: BatchGetGraphMemberDatasourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
|
-
/**
|
|
41
|
-
* serializeAws_restJson1BatchGetMembershipDatasourcesCommand
|
|
42
|
-
*/
|
|
43
|
-
export declare const se_BatchGetMembershipDatasourcesCommand: (input: BatchGetMembershipDatasourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
-
/**
|
|
45
|
-
* serializeAws_restJson1CreateGraphCommand
|
|
46
|
-
*/
|
|
47
|
-
export declare const se_CreateGraphCommand: (input: CreateGraphCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
-
/**
|
|
49
|
-
* serializeAws_restJson1CreateMembersCommand
|
|
50
|
-
*/
|
|
51
|
-
export declare const se_CreateMembersCommand: (input: CreateMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
-
/**
|
|
53
|
-
* serializeAws_restJson1DeleteGraphCommand
|
|
54
|
-
*/
|
|
55
|
-
export declare const se_DeleteGraphCommand: (input: DeleteGraphCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
-
/**
|
|
57
|
-
* serializeAws_restJson1DeleteMembersCommand
|
|
58
|
-
*/
|
|
59
|
-
export declare const se_DeleteMembersCommand: (input: DeleteMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
|
-
/**
|
|
61
|
-
* serializeAws_restJson1DescribeOrganizationConfigurationCommand
|
|
62
|
-
*/
|
|
63
|
-
export declare const se_DescribeOrganizationConfigurationCommand: (input: DescribeOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
-
/**
|
|
65
|
-
* serializeAws_restJson1DisableOrganizationAdminAccountCommand
|
|
66
|
-
*/
|
|
67
|
-
export declare const se_DisableOrganizationAdminAccountCommand: (input: DisableOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
-
/**
|
|
69
|
-
* serializeAws_restJson1DisassociateMembershipCommand
|
|
70
|
-
*/
|
|
71
|
-
export declare const se_DisassociateMembershipCommand: (input: DisassociateMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
-
/**
|
|
73
|
-
* serializeAws_restJson1EnableOrganizationAdminAccountCommand
|
|
74
|
-
*/
|
|
75
|
-
export declare const se_EnableOrganizationAdminAccountCommand: (input: EnableOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
-
/**
|
|
77
|
-
* serializeAws_restJson1GetInvestigationCommand
|
|
78
|
-
*/
|
|
79
|
-
export declare const se_GetInvestigationCommand: (input: GetInvestigationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
-
/**
|
|
81
|
-
* serializeAws_restJson1GetMembersCommand
|
|
82
|
-
*/
|
|
83
|
-
export declare const se_GetMembersCommand: (input: GetMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
-
/**
|
|
85
|
-
* serializeAws_restJson1ListDatasourcePackagesCommand
|
|
86
|
-
*/
|
|
87
|
-
export declare const se_ListDatasourcePackagesCommand: (input: ListDatasourcePackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
|
-
/**
|
|
89
|
-
* serializeAws_restJson1ListGraphsCommand
|
|
90
|
-
*/
|
|
91
|
-
export declare const se_ListGraphsCommand: (input: ListGraphsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
|
-
/**
|
|
93
|
-
* serializeAws_restJson1ListIndicatorsCommand
|
|
94
|
-
*/
|
|
95
|
-
export declare const se_ListIndicatorsCommand: (input: ListIndicatorsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
|
-
/**
|
|
97
|
-
* serializeAws_restJson1ListInvestigationsCommand
|
|
98
|
-
*/
|
|
99
|
-
export declare const se_ListInvestigationsCommand: (input: ListInvestigationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
|
-
/**
|
|
101
|
-
* serializeAws_restJson1ListInvitationsCommand
|
|
102
|
-
*/
|
|
103
|
-
export declare const se_ListInvitationsCommand: (input: ListInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
|
-
/**
|
|
105
|
-
* serializeAws_restJson1ListMembersCommand
|
|
106
|
-
*/
|
|
107
|
-
export declare const se_ListMembersCommand: (input: ListMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
|
-
/**
|
|
109
|
-
* serializeAws_restJson1ListOrganizationAdminAccountsCommand
|
|
110
|
-
*/
|
|
111
|
-
export declare const se_ListOrganizationAdminAccountsCommand: (input: ListOrganizationAdminAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
|
-
/**
|
|
113
|
-
* serializeAws_restJson1ListTagsForResourceCommand
|
|
114
|
-
*/
|
|
115
|
-
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
|
-
/**
|
|
117
|
-
* serializeAws_restJson1RejectInvitationCommand
|
|
118
|
-
*/
|
|
119
|
-
export declare const se_RejectInvitationCommand: (input: RejectInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
|
-
/**
|
|
121
|
-
* serializeAws_restJson1StartInvestigationCommand
|
|
122
|
-
*/
|
|
123
|
-
export declare const se_StartInvestigationCommand: (input: StartInvestigationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
124
|
-
/**
|
|
125
|
-
* serializeAws_restJson1StartMonitoringMemberCommand
|
|
126
|
-
*/
|
|
127
|
-
export declare const se_StartMonitoringMemberCommand: (input: StartMonitoringMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
|
-
/**
|
|
129
|
-
* serializeAws_restJson1TagResourceCommand
|
|
130
|
-
*/
|
|
131
|
-
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
132
|
-
/**
|
|
133
|
-
* serializeAws_restJson1UntagResourceCommand
|
|
134
|
-
*/
|
|
135
|
-
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
136
|
-
/**
|
|
137
|
-
* serializeAws_restJson1UpdateDatasourcePackagesCommand
|
|
138
|
-
*/
|
|
139
|
-
export declare const se_UpdateDatasourcePackagesCommand: (input: UpdateDatasourcePackagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
140
|
-
/**
|
|
141
|
-
* serializeAws_restJson1UpdateInvestigationStateCommand
|
|
142
|
-
*/
|
|
143
|
-
export declare const se_UpdateInvestigationStateCommand: (input: UpdateInvestigationStateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
144
|
-
/**
|
|
145
|
-
* serializeAws_restJson1UpdateOrganizationConfigurationCommand
|
|
146
|
-
*/
|
|
147
|
-
export declare const se_UpdateOrganizationConfigurationCommand: (input: UpdateOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
148
|
-
/**
|
|
149
|
-
* deserializeAws_restJson1AcceptInvitationCommand
|
|
150
|
-
*/
|
|
151
|
-
export declare const de_AcceptInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptInvitationCommandOutput>;
|
|
152
|
-
/**
|
|
153
|
-
* deserializeAws_restJson1BatchGetGraphMemberDatasourcesCommand
|
|
154
|
-
*/
|
|
155
|
-
export declare const de_BatchGetGraphMemberDatasourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetGraphMemberDatasourcesCommandOutput>;
|
|
156
|
-
/**
|
|
157
|
-
* deserializeAws_restJson1BatchGetMembershipDatasourcesCommand
|
|
158
|
-
*/
|
|
159
|
-
export declare const de_BatchGetMembershipDatasourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetMembershipDatasourcesCommandOutput>;
|
|
160
|
-
/**
|
|
161
|
-
* deserializeAws_restJson1CreateGraphCommand
|
|
162
|
-
*/
|
|
163
|
-
export declare const de_CreateGraphCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGraphCommandOutput>;
|
|
164
|
-
/**
|
|
165
|
-
* deserializeAws_restJson1CreateMembersCommand
|
|
166
|
-
*/
|
|
167
|
-
export declare const de_CreateMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMembersCommandOutput>;
|
|
168
|
-
/**
|
|
169
|
-
* deserializeAws_restJson1DeleteGraphCommand
|
|
170
|
-
*/
|
|
171
|
-
export declare const de_DeleteGraphCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGraphCommandOutput>;
|
|
172
|
-
/**
|
|
173
|
-
* deserializeAws_restJson1DeleteMembersCommand
|
|
174
|
-
*/
|
|
175
|
-
export declare const de_DeleteMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMembersCommandOutput>;
|
|
176
|
-
/**
|
|
177
|
-
* deserializeAws_restJson1DescribeOrganizationConfigurationCommand
|
|
178
|
-
*/
|
|
179
|
-
export declare const de_DescribeOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationConfigurationCommandOutput>;
|
|
180
|
-
/**
|
|
181
|
-
* deserializeAws_restJson1DisableOrganizationAdminAccountCommand
|
|
182
|
-
*/
|
|
183
|
-
export declare const de_DisableOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableOrganizationAdminAccountCommandOutput>;
|
|
184
|
-
/**
|
|
185
|
-
* deserializeAws_restJson1DisassociateMembershipCommand
|
|
186
|
-
*/
|
|
187
|
-
export declare const de_DisassociateMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateMembershipCommandOutput>;
|
|
188
|
-
/**
|
|
189
|
-
* deserializeAws_restJson1EnableOrganizationAdminAccountCommand
|
|
190
|
-
*/
|
|
191
|
-
export declare const de_EnableOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableOrganizationAdminAccountCommandOutput>;
|
|
192
|
-
/**
|
|
193
|
-
* deserializeAws_restJson1GetInvestigationCommand
|
|
194
|
-
*/
|
|
195
|
-
export declare const de_GetInvestigationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInvestigationCommandOutput>;
|
|
196
|
-
/**
|
|
197
|
-
* deserializeAws_restJson1GetMembersCommand
|
|
198
|
-
*/
|
|
199
|
-
export declare const de_GetMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMembersCommandOutput>;
|
|
200
|
-
/**
|
|
201
|
-
* deserializeAws_restJson1ListDatasourcePackagesCommand
|
|
202
|
-
*/
|
|
203
|
-
export declare const de_ListDatasourcePackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDatasourcePackagesCommandOutput>;
|
|
204
|
-
/**
|
|
205
|
-
* deserializeAws_restJson1ListGraphsCommand
|
|
206
|
-
*/
|
|
207
|
-
export declare const de_ListGraphsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGraphsCommandOutput>;
|
|
208
|
-
/**
|
|
209
|
-
* deserializeAws_restJson1ListIndicatorsCommand
|
|
210
|
-
*/
|
|
211
|
-
export declare const de_ListIndicatorsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIndicatorsCommandOutput>;
|
|
212
|
-
/**
|
|
213
|
-
* deserializeAws_restJson1ListInvestigationsCommand
|
|
214
|
-
*/
|
|
215
|
-
export declare const de_ListInvestigationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInvestigationsCommandOutput>;
|
|
216
|
-
/**
|
|
217
|
-
* deserializeAws_restJson1ListInvitationsCommand
|
|
218
|
-
*/
|
|
219
|
-
export declare const de_ListInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInvitationsCommandOutput>;
|
|
220
|
-
/**
|
|
221
|
-
* deserializeAws_restJson1ListMembersCommand
|
|
222
|
-
*/
|
|
223
|
-
export declare const de_ListMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMembersCommandOutput>;
|
|
224
|
-
/**
|
|
225
|
-
* deserializeAws_restJson1ListOrganizationAdminAccountsCommand
|
|
226
|
-
*/
|
|
227
|
-
export declare const de_ListOrganizationAdminAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOrganizationAdminAccountsCommandOutput>;
|
|
228
|
-
/**
|
|
229
|
-
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
230
|
-
*/
|
|
231
|
-
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
232
|
-
/**
|
|
233
|
-
* deserializeAws_restJson1RejectInvitationCommand
|
|
234
|
-
*/
|
|
235
|
-
export declare const de_RejectInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectInvitationCommandOutput>;
|
|
236
|
-
/**
|
|
237
|
-
* deserializeAws_restJson1StartInvestigationCommand
|
|
238
|
-
*/
|
|
239
|
-
export declare const de_StartInvestigationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartInvestigationCommandOutput>;
|
|
240
|
-
/**
|
|
241
|
-
* deserializeAws_restJson1StartMonitoringMemberCommand
|
|
242
|
-
*/
|
|
243
|
-
export declare const de_StartMonitoringMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMonitoringMemberCommandOutput>;
|
|
244
|
-
/**
|
|
245
|
-
* deserializeAws_restJson1TagResourceCommand
|
|
246
|
-
*/
|
|
247
|
-
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
248
|
-
/**
|
|
249
|
-
* deserializeAws_restJson1UntagResourceCommand
|
|
250
|
-
*/
|
|
251
|
-
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
252
|
-
/**
|
|
253
|
-
* deserializeAws_restJson1UpdateDatasourcePackagesCommand
|
|
254
|
-
*/
|
|
255
|
-
export declare const de_UpdateDatasourcePackagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDatasourcePackagesCommandOutput>;
|
|
256
|
-
/**
|
|
257
|
-
* deserializeAws_restJson1UpdateInvestigationStateCommand
|
|
258
|
-
*/
|
|
259
|
-
export declare const de_UpdateInvestigationStateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInvestigationStateCommandOutput>;
|
|
260
|
-
/**
|
|
261
|
-
* deserializeAws_restJson1UpdateOrganizationConfigurationCommand
|
|
262
|
-
*/
|
|
263
|
-
export declare const de_UpdateOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOrganizationConfigurationCommandOutput>;
|
|
@@ -1,353 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
HttpRequest as __HttpRequest,
|
|
3
|
-
HttpResponse as __HttpResponse,
|
|
4
|
-
} from "@smithy/protocol-http";
|
|
5
|
-
import { SerdeContext as __SerdeContext } from "@smithy/types";
|
|
6
|
-
import {
|
|
7
|
-
AcceptInvitationCommandInput,
|
|
8
|
-
AcceptInvitationCommandOutput,
|
|
9
|
-
} from "../commands/AcceptInvitationCommand";
|
|
10
|
-
import {
|
|
11
|
-
BatchGetGraphMemberDatasourcesCommandInput,
|
|
12
|
-
BatchGetGraphMemberDatasourcesCommandOutput,
|
|
13
|
-
} from "../commands/BatchGetGraphMemberDatasourcesCommand";
|
|
14
|
-
import {
|
|
15
|
-
BatchGetMembershipDatasourcesCommandInput,
|
|
16
|
-
BatchGetMembershipDatasourcesCommandOutput,
|
|
17
|
-
} from "../commands/BatchGetMembershipDatasourcesCommand";
|
|
18
|
-
import {
|
|
19
|
-
CreateGraphCommandInput,
|
|
20
|
-
CreateGraphCommandOutput,
|
|
21
|
-
} from "../commands/CreateGraphCommand";
|
|
22
|
-
import {
|
|
23
|
-
CreateMembersCommandInput,
|
|
24
|
-
CreateMembersCommandOutput,
|
|
25
|
-
} from "../commands/CreateMembersCommand";
|
|
26
|
-
import {
|
|
27
|
-
DeleteGraphCommandInput,
|
|
28
|
-
DeleteGraphCommandOutput,
|
|
29
|
-
} from "../commands/DeleteGraphCommand";
|
|
30
|
-
import {
|
|
31
|
-
DeleteMembersCommandInput,
|
|
32
|
-
DeleteMembersCommandOutput,
|
|
33
|
-
} from "../commands/DeleteMembersCommand";
|
|
34
|
-
import {
|
|
35
|
-
DescribeOrganizationConfigurationCommandInput,
|
|
36
|
-
DescribeOrganizationConfigurationCommandOutput,
|
|
37
|
-
} from "../commands/DescribeOrganizationConfigurationCommand";
|
|
38
|
-
import {
|
|
39
|
-
DisableOrganizationAdminAccountCommandInput,
|
|
40
|
-
DisableOrganizationAdminAccountCommandOutput,
|
|
41
|
-
} from "../commands/DisableOrganizationAdminAccountCommand";
|
|
42
|
-
import {
|
|
43
|
-
DisassociateMembershipCommandInput,
|
|
44
|
-
DisassociateMembershipCommandOutput,
|
|
45
|
-
} from "../commands/DisassociateMembershipCommand";
|
|
46
|
-
import {
|
|
47
|
-
EnableOrganizationAdminAccountCommandInput,
|
|
48
|
-
EnableOrganizationAdminAccountCommandOutput,
|
|
49
|
-
} from "../commands/EnableOrganizationAdminAccountCommand";
|
|
50
|
-
import {
|
|
51
|
-
GetInvestigationCommandInput,
|
|
52
|
-
GetInvestigationCommandOutput,
|
|
53
|
-
} from "../commands/GetInvestigationCommand";
|
|
54
|
-
import {
|
|
55
|
-
GetMembersCommandInput,
|
|
56
|
-
GetMembersCommandOutput,
|
|
57
|
-
} from "../commands/GetMembersCommand";
|
|
58
|
-
import {
|
|
59
|
-
ListDatasourcePackagesCommandInput,
|
|
60
|
-
ListDatasourcePackagesCommandOutput,
|
|
61
|
-
} from "../commands/ListDatasourcePackagesCommand";
|
|
62
|
-
import {
|
|
63
|
-
ListGraphsCommandInput,
|
|
64
|
-
ListGraphsCommandOutput,
|
|
65
|
-
} from "../commands/ListGraphsCommand";
|
|
66
|
-
import {
|
|
67
|
-
ListIndicatorsCommandInput,
|
|
68
|
-
ListIndicatorsCommandOutput,
|
|
69
|
-
} from "../commands/ListIndicatorsCommand";
|
|
70
|
-
import {
|
|
71
|
-
ListInvestigationsCommandInput,
|
|
72
|
-
ListInvestigationsCommandOutput,
|
|
73
|
-
} from "../commands/ListInvestigationsCommand";
|
|
74
|
-
import {
|
|
75
|
-
ListInvitationsCommandInput,
|
|
76
|
-
ListInvitationsCommandOutput,
|
|
77
|
-
} from "../commands/ListInvitationsCommand";
|
|
78
|
-
import {
|
|
79
|
-
ListMembersCommandInput,
|
|
80
|
-
ListMembersCommandOutput,
|
|
81
|
-
} from "../commands/ListMembersCommand";
|
|
82
|
-
import {
|
|
83
|
-
ListOrganizationAdminAccountsCommandInput,
|
|
84
|
-
ListOrganizationAdminAccountsCommandOutput,
|
|
85
|
-
} from "../commands/ListOrganizationAdminAccountsCommand";
|
|
86
|
-
import {
|
|
87
|
-
ListTagsForResourceCommandInput,
|
|
88
|
-
ListTagsForResourceCommandOutput,
|
|
89
|
-
} from "../commands/ListTagsForResourceCommand";
|
|
90
|
-
import {
|
|
91
|
-
RejectInvitationCommandInput,
|
|
92
|
-
RejectInvitationCommandOutput,
|
|
93
|
-
} from "../commands/RejectInvitationCommand";
|
|
94
|
-
import {
|
|
95
|
-
StartInvestigationCommandInput,
|
|
96
|
-
StartInvestigationCommandOutput,
|
|
97
|
-
} from "../commands/StartInvestigationCommand";
|
|
98
|
-
import {
|
|
99
|
-
StartMonitoringMemberCommandInput,
|
|
100
|
-
StartMonitoringMemberCommandOutput,
|
|
101
|
-
} from "../commands/StartMonitoringMemberCommand";
|
|
102
|
-
import {
|
|
103
|
-
TagResourceCommandInput,
|
|
104
|
-
TagResourceCommandOutput,
|
|
105
|
-
} from "../commands/TagResourceCommand";
|
|
106
|
-
import {
|
|
107
|
-
UntagResourceCommandInput,
|
|
108
|
-
UntagResourceCommandOutput,
|
|
109
|
-
} from "../commands/UntagResourceCommand";
|
|
110
|
-
import {
|
|
111
|
-
UpdateDatasourcePackagesCommandInput,
|
|
112
|
-
UpdateDatasourcePackagesCommandOutput,
|
|
113
|
-
} from "../commands/UpdateDatasourcePackagesCommand";
|
|
114
|
-
import {
|
|
115
|
-
UpdateInvestigationStateCommandInput,
|
|
116
|
-
UpdateInvestigationStateCommandOutput,
|
|
117
|
-
} from "../commands/UpdateInvestigationStateCommand";
|
|
118
|
-
import {
|
|
119
|
-
UpdateOrganizationConfigurationCommandInput,
|
|
120
|
-
UpdateOrganizationConfigurationCommandOutput,
|
|
121
|
-
} from "../commands/UpdateOrganizationConfigurationCommand";
|
|
122
|
-
export declare const se_AcceptInvitationCommand: (
|
|
123
|
-
input: AcceptInvitationCommandInput,
|
|
124
|
-
context: __SerdeContext
|
|
125
|
-
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const se_BatchGetGraphMemberDatasourcesCommand: (
|
|
127
|
-
input: BatchGetGraphMemberDatasourcesCommandInput,
|
|
128
|
-
context: __SerdeContext
|
|
129
|
-
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const se_BatchGetMembershipDatasourcesCommand: (
|
|
131
|
-
input: BatchGetMembershipDatasourcesCommandInput,
|
|
132
|
-
context: __SerdeContext
|
|
133
|
-
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const se_CreateGraphCommand: (
|
|
135
|
-
input: CreateGraphCommandInput,
|
|
136
|
-
context: __SerdeContext
|
|
137
|
-
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const se_CreateMembersCommand: (
|
|
139
|
-
input: CreateMembersCommandInput,
|
|
140
|
-
context: __SerdeContext
|
|
141
|
-
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const se_DeleteGraphCommand: (
|
|
143
|
-
input: DeleteGraphCommandInput,
|
|
144
|
-
context: __SerdeContext
|
|
145
|
-
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const se_DeleteMembersCommand: (
|
|
147
|
-
input: DeleteMembersCommandInput,
|
|
148
|
-
context: __SerdeContext
|
|
149
|
-
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const se_DescribeOrganizationConfigurationCommand: (
|
|
151
|
-
input: DescribeOrganizationConfigurationCommandInput,
|
|
152
|
-
context: __SerdeContext
|
|
153
|
-
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const se_DisableOrganizationAdminAccountCommand: (
|
|
155
|
-
input: DisableOrganizationAdminAccountCommandInput,
|
|
156
|
-
context: __SerdeContext
|
|
157
|
-
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const se_DisassociateMembershipCommand: (
|
|
159
|
-
input: DisassociateMembershipCommandInput,
|
|
160
|
-
context: __SerdeContext
|
|
161
|
-
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const se_EnableOrganizationAdminAccountCommand: (
|
|
163
|
-
input: EnableOrganizationAdminAccountCommandInput,
|
|
164
|
-
context: __SerdeContext
|
|
165
|
-
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const se_GetInvestigationCommand: (
|
|
167
|
-
input: GetInvestigationCommandInput,
|
|
168
|
-
context: __SerdeContext
|
|
169
|
-
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const se_GetMembersCommand: (
|
|
171
|
-
input: GetMembersCommandInput,
|
|
172
|
-
context: __SerdeContext
|
|
173
|
-
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const se_ListDatasourcePackagesCommand: (
|
|
175
|
-
input: ListDatasourcePackagesCommandInput,
|
|
176
|
-
context: __SerdeContext
|
|
177
|
-
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const se_ListGraphsCommand: (
|
|
179
|
-
input: ListGraphsCommandInput,
|
|
180
|
-
context: __SerdeContext
|
|
181
|
-
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const se_ListIndicatorsCommand: (
|
|
183
|
-
input: ListIndicatorsCommandInput,
|
|
184
|
-
context: __SerdeContext
|
|
185
|
-
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const se_ListInvestigationsCommand: (
|
|
187
|
-
input: ListInvestigationsCommandInput,
|
|
188
|
-
context: __SerdeContext
|
|
189
|
-
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const se_ListInvitationsCommand: (
|
|
191
|
-
input: ListInvitationsCommandInput,
|
|
192
|
-
context: __SerdeContext
|
|
193
|
-
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const se_ListMembersCommand: (
|
|
195
|
-
input: ListMembersCommandInput,
|
|
196
|
-
context: __SerdeContext
|
|
197
|
-
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const se_ListOrganizationAdminAccountsCommand: (
|
|
199
|
-
input: ListOrganizationAdminAccountsCommandInput,
|
|
200
|
-
context: __SerdeContext
|
|
201
|
-
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const se_ListTagsForResourceCommand: (
|
|
203
|
-
input: ListTagsForResourceCommandInput,
|
|
204
|
-
context: __SerdeContext
|
|
205
|
-
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const se_RejectInvitationCommand: (
|
|
207
|
-
input: RejectInvitationCommandInput,
|
|
208
|
-
context: __SerdeContext
|
|
209
|
-
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const se_StartInvestigationCommand: (
|
|
211
|
-
input: StartInvestigationCommandInput,
|
|
212
|
-
context: __SerdeContext
|
|
213
|
-
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const se_StartMonitoringMemberCommand: (
|
|
215
|
-
input: StartMonitoringMemberCommandInput,
|
|
216
|
-
context: __SerdeContext
|
|
217
|
-
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const se_TagResourceCommand: (
|
|
219
|
-
input: TagResourceCommandInput,
|
|
220
|
-
context: __SerdeContext
|
|
221
|
-
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const se_UntagResourceCommand: (
|
|
223
|
-
input: UntagResourceCommandInput,
|
|
224
|
-
context: __SerdeContext
|
|
225
|
-
) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const se_UpdateDatasourcePackagesCommand: (
|
|
227
|
-
input: UpdateDatasourcePackagesCommandInput,
|
|
228
|
-
context: __SerdeContext
|
|
229
|
-
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const se_UpdateInvestigationStateCommand: (
|
|
231
|
-
input: UpdateInvestigationStateCommandInput,
|
|
232
|
-
context: __SerdeContext
|
|
233
|
-
) => Promise<__HttpRequest>;
|
|
234
|
-
export declare const se_UpdateOrganizationConfigurationCommand: (
|
|
235
|
-
input: UpdateOrganizationConfigurationCommandInput,
|
|
236
|
-
context: __SerdeContext
|
|
237
|
-
) => Promise<__HttpRequest>;
|
|
238
|
-
export declare const de_AcceptInvitationCommand: (
|
|
239
|
-
output: __HttpResponse,
|
|
240
|
-
context: __SerdeContext
|
|
241
|
-
) => Promise<AcceptInvitationCommandOutput>;
|
|
242
|
-
export declare const de_BatchGetGraphMemberDatasourcesCommand: (
|
|
243
|
-
output: __HttpResponse,
|
|
244
|
-
context: __SerdeContext
|
|
245
|
-
) => Promise<BatchGetGraphMemberDatasourcesCommandOutput>;
|
|
246
|
-
export declare const de_BatchGetMembershipDatasourcesCommand: (
|
|
247
|
-
output: __HttpResponse,
|
|
248
|
-
context: __SerdeContext
|
|
249
|
-
) => Promise<BatchGetMembershipDatasourcesCommandOutput>;
|
|
250
|
-
export declare const de_CreateGraphCommand: (
|
|
251
|
-
output: __HttpResponse,
|
|
252
|
-
context: __SerdeContext
|
|
253
|
-
) => Promise<CreateGraphCommandOutput>;
|
|
254
|
-
export declare const de_CreateMembersCommand: (
|
|
255
|
-
output: __HttpResponse,
|
|
256
|
-
context: __SerdeContext
|
|
257
|
-
) => Promise<CreateMembersCommandOutput>;
|
|
258
|
-
export declare const de_DeleteGraphCommand: (
|
|
259
|
-
output: __HttpResponse,
|
|
260
|
-
context: __SerdeContext
|
|
261
|
-
) => Promise<DeleteGraphCommandOutput>;
|
|
262
|
-
export declare const de_DeleteMembersCommand: (
|
|
263
|
-
output: __HttpResponse,
|
|
264
|
-
context: __SerdeContext
|
|
265
|
-
) => Promise<DeleteMembersCommandOutput>;
|
|
266
|
-
export declare const de_DescribeOrganizationConfigurationCommand: (
|
|
267
|
-
output: __HttpResponse,
|
|
268
|
-
context: __SerdeContext
|
|
269
|
-
) => Promise<DescribeOrganizationConfigurationCommandOutput>;
|
|
270
|
-
export declare const de_DisableOrganizationAdminAccountCommand: (
|
|
271
|
-
output: __HttpResponse,
|
|
272
|
-
context: __SerdeContext
|
|
273
|
-
) => Promise<DisableOrganizationAdminAccountCommandOutput>;
|
|
274
|
-
export declare const de_DisassociateMembershipCommand: (
|
|
275
|
-
output: __HttpResponse,
|
|
276
|
-
context: __SerdeContext
|
|
277
|
-
) => Promise<DisassociateMembershipCommandOutput>;
|
|
278
|
-
export declare const de_EnableOrganizationAdminAccountCommand: (
|
|
279
|
-
output: __HttpResponse,
|
|
280
|
-
context: __SerdeContext
|
|
281
|
-
) => Promise<EnableOrganizationAdminAccountCommandOutput>;
|
|
282
|
-
export declare const de_GetInvestigationCommand: (
|
|
283
|
-
output: __HttpResponse,
|
|
284
|
-
context: __SerdeContext
|
|
285
|
-
) => Promise<GetInvestigationCommandOutput>;
|
|
286
|
-
export declare const de_GetMembersCommand: (
|
|
287
|
-
output: __HttpResponse,
|
|
288
|
-
context: __SerdeContext
|
|
289
|
-
) => Promise<GetMembersCommandOutput>;
|
|
290
|
-
export declare const de_ListDatasourcePackagesCommand: (
|
|
291
|
-
output: __HttpResponse,
|
|
292
|
-
context: __SerdeContext
|
|
293
|
-
) => Promise<ListDatasourcePackagesCommandOutput>;
|
|
294
|
-
export declare const de_ListGraphsCommand: (
|
|
295
|
-
output: __HttpResponse,
|
|
296
|
-
context: __SerdeContext
|
|
297
|
-
) => Promise<ListGraphsCommandOutput>;
|
|
298
|
-
export declare const de_ListIndicatorsCommand: (
|
|
299
|
-
output: __HttpResponse,
|
|
300
|
-
context: __SerdeContext
|
|
301
|
-
) => Promise<ListIndicatorsCommandOutput>;
|
|
302
|
-
export declare const de_ListInvestigationsCommand: (
|
|
303
|
-
output: __HttpResponse,
|
|
304
|
-
context: __SerdeContext
|
|
305
|
-
) => Promise<ListInvestigationsCommandOutput>;
|
|
306
|
-
export declare const de_ListInvitationsCommand: (
|
|
307
|
-
output: __HttpResponse,
|
|
308
|
-
context: __SerdeContext
|
|
309
|
-
) => Promise<ListInvitationsCommandOutput>;
|
|
310
|
-
export declare const de_ListMembersCommand: (
|
|
311
|
-
output: __HttpResponse,
|
|
312
|
-
context: __SerdeContext
|
|
313
|
-
) => Promise<ListMembersCommandOutput>;
|
|
314
|
-
export declare const de_ListOrganizationAdminAccountsCommand: (
|
|
315
|
-
output: __HttpResponse,
|
|
316
|
-
context: __SerdeContext
|
|
317
|
-
) => Promise<ListOrganizationAdminAccountsCommandOutput>;
|
|
318
|
-
export declare const de_ListTagsForResourceCommand: (
|
|
319
|
-
output: __HttpResponse,
|
|
320
|
-
context: __SerdeContext
|
|
321
|
-
) => Promise<ListTagsForResourceCommandOutput>;
|
|
322
|
-
export declare const de_RejectInvitationCommand: (
|
|
323
|
-
output: __HttpResponse,
|
|
324
|
-
context: __SerdeContext
|
|
325
|
-
) => Promise<RejectInvitationCommandOutput>;
|
|
326
|
-
export declare const de_StartInvestigationCommand: (
|
|
327
|
-
output: __HttpResponse,
|
|
328
|
-
context: __SerdeContext
|
|
329
|
-
) => Promise<StartInvestigationCommandOutput>;
|
|
330
|
-
export declare const de_StartMonitoringMemberCommand: (
|
|
331
|
-
output: __HttpResponse,
|
|
332
|
-
context: __SerdeContext
|
|
333
|
-
) => Promise<StartMonitoringMemberCommandOutput>;
|
|
334
|
-
export declare const de_TagResourceCommand: (
|
|
335
|
-
output: __HttpResponse,
|
|
336
|
-
context: __SerdeContext
|
|
337
|
-
) => Promise<TagResourceCommandOutput>;
|
|
338
|
-
export declare const de_UntagResourceCommand: (
|
|
339
|
-
output: __HttpResponse,
|
|
340
|
-
context: __SerdeContext
|
|
341
|
-
) => Promise<UntagResourceCommandOutput>;
|
|
342
|
-
export declare const de_UpdateDatasourcePackagesCommand: (
|
|
343
|
-
output: __HttpResponse,
|
|
344
|
-
context: __SerdeContext
|
|
345
|
-
) => Promise<UpdateDatasourcePackagesCommandOutput>;
|
|
346
|
-
export declare const de_UpdateInvestigationStateCommand: (
|
|
347
|
-
output: __HttpResponse,
|
|
348
|
-
context: __SerdeContext
|
|
349
|
-
) => Promise<UpdateInvestigationStateCommandOutput>;
|
|
350
|
-
export declare const de_UpdateOrganizationConfigurationCommand: (
|
|
351
|
-
output: __HttpResponse,
|
|
352
|
-
context: __SerdeContext
|
|
353
|
-
) => Promise<UpdateOrganizationConfigurationCommandOutput>;
|