@aws-sdk/client-cleanrooms 3.306.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.
- package/dist-cjs/commands/BatchGetSchemaCommand.js +2 -2
- package/dist-cjs/commands/CreateCollaborationCommand.js +2 -2
- package/dist-cjs/commands/CreateConfiguredTableAnalysisRuleCommand.js +2 -2
- package/dist-cjs/commands/CreateConfiguredTableAssociationCommand.js +2 -2
- package/dist-cjs/commands/CreateConfiguredTableCommand.js +2 -2
- package/dist-cjs/commands/CreateMembershipCommand.js +2 -2
- package/dist-cjs/commands/DeleteCollaborationCommand.js +2 -2
- package/dist-cjs/commands/DeleteConfiguredTableAnalysisRuleCommand.js +2 -2
- package/dist-cjs/commands/DeleteConfiguredTableAssociationCommand.js +2 -2
- package/dist-cjs/commands/DeleteConfiguredTableCommand.js +2 -2
- package/dist-cjs/commands/DeleteMemberCommand.js +2 -2
- package/dist-cjs/commands/DeleteMembershipCommand.js +2 -2
- package/dist-cjs/commands/GetCollaborationCommand.js +2 -2
- package/dist-cjs/commands/GetConfiguredTableAnalysisRuleCommand.js +2 -2
- package/dist-cjs/commands/GetConfiguredTableAssociationCommand.js +2 -2
- package/dist-cjs/commands/GetConfiguredTableCommand.js +2 -2
- package/dist-cjs/commands/GetMembershipCommand.js +2 -2
- package/dist-cjs/commands/GetProtectedQueryCommand.js +2 -2
- package/dist-cjs/commands/GetSchemaAnalysisRuleCommand.js +2 -2
- package/dist-cjs/commands/GetSchemaCommand.js +2 -2
- package/dist-cjs/commands/ListCollaborationsCommand.js +2 -2
- package/dist-cjs/commands/ListConfiguredTableAssociationsCommand.js +2 -2
- package/dist-cjs/commands/ListConfiguredTablesCommand.js +2 -2
- package/dist-cjs/commands/ListMembersCommand.js +2 -2
- package/dist-cjs/commands/ListMembershipsCommand.js +2 -2
- package/dist-cjs/commands/ListProtectedQueriesCommand.js +2 -2
- package/dist-cjs/commands/ListSchemasCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/StartProtectedQueryCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateCollaborationCommand.js +2 -2
- package/dist-cjs/commands/UpdateConfiguredTableAnalysisRuleCommand.js +2 -2
- package/dist-cjs/commands/UpdateConfiguredTableAssociationCommand.js +2 -2
- package/dist-cjs/commands/UpdateConfiguredTableCommand.js +2 -2
- package/dist-cjs/commands/UpdateMembershipCommand.js +2 -2
- package/dist-cjs/commands/UpdateProtectedQueryCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +617 -673
- package/dist-es/commands/BatchGetSchemaCommand.js +3 -3
- package/dist-es/commands/CreateCollaborationCommand.js +3 -3
- package/dist-es/commands/CreateConfiguredTableAnalysisRuleCommand.js +3 -3
- package/dist-es/commands/CreateConfiguredTableAssociationCommand.js +3 -3
- package/dist-es/commands/CreateConfiguredTableCommand.js +3 -3
- package/dist-es/commands/CreateMembershipCommand.js +3 -3
- package/dist-es/commands/DeleteCollaborationCommand.js +3 -3
- package/dist-es/commands/DeleteConfiguredTableAnalysisRuleCommand.js +3 -3
- package/dist-es/commands/DeleteConfiguredTableAssociationCommand.js +3 -3
- package/dist-es/commands/DeleteConfiguredTableCommand.js +3 -3
- package/dist-es/commands/DeleteMemberCommand.js +3 -3
- package/dist-es/commands/DeleteMembershipCommand.js +3 -3
- package/dist-es/commands/GetCollaborationCommand.js +3 -3
- package/dist-es/commands/GetConfiguredTableAnalysisRuleCommand.js +3 -3
- package/dist-es/commands/GetConfiguredTableAssociationCommand.js +3 -3
- package/dist-es/commands/GetConfiguredTableCommand.js +3 -3
- package/dist-es/commands/GetMembershipCommand.js +3 -3
- package/dist-es/commands/GetProtectedQueryCommand.js +3 -3
- package/dist-es/commands/GetSchemaAnalysisRuleCommand.js +3 -3
- package/dist-es/commands/GetSchemaCommand.js +3 -3
- package/dist-es/commands/ListCollaborationsCommand.js +3 -3
- package/dist-es/commands/ListConfiguredTableAssociationsCommand.js +3 -3
- package/dist-es/commands/ListConfiguredTablesCommand.js +3 -3
- package/dist-es/commands/ListMembersCommand.js +3 -3
- package/dist-es/commands/ListMembershipsCommand.js +3 -3
- package/dist-es/commands/ListProtectedQueriesCommand.js +3 -3
- package/dist-es/commands/ListSchemasCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/StartProtectedQueryCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateCollaborationCommand.js +3 -3
- package/dist-es/commands/UpdateConfiguredTableAnalysisRuleCommand.js +3 -3
- package/dist-es/commands/UpdateConfiguredTableAssociationCommand.js +3 -3
- package/dist-es/commands/UpdateConfiguredTableCommand.js +3 -3
- package/dist-es/commands/UpdateMembershipCommand.js +3 -3
- package/dist-es/commands/UpdateProtectedQueryCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +541 -597
- package/dist-types/protocols/Aws_restJson1.d.ts +296 -74
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +74 -74
- package/package.json +6 -6
|
@@ -37,77 +37,299 @@ import { UpdateConfiguredTableAssociationCommandInput, UpdateConfiguredTableAsso
|
|
|
37
37
|
import { UpdateConfiguredTableCommandInput, UpdateConfiguredTableCommandOutput } from "../commands/UpdateConfiguredTableCommand";
|
|
38
38
|
import { UpdateMembershipCommandInput, UpdateMembershipCommandOutput } from "../commands/UpdateMembershipCommand";
|
|
39
39
|
import { UpdateProtectedQueryCommandInput, UpdateProtectedQueryCommandOutput } from "../commands/UpdateProtectedQueryCommand";
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
export declare const
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
export declare const
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
export declare const
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
export declare const
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
export declare const
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
export declare const
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
export declare const
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
export declare const
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
export declare const
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
export declare const
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
export declare const
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
export declare const
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
export declare const
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
export declare const
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
export declare const
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
export declare const
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
export declare const
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
export declare const
|
|
112
|
-
|
|
113
|
-
|
|
40
|
+
/**
|
|
41
|
+
* serializeAws_restJson1BatchGetSchemaCommand
|
|
42
|
+
*/
|
|
43
|
+
export declare const se_BatchGetSchemaCommand: (input: BatchGetSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
+
/**
|
|
45
|
+
* serializeAws_restJson1CreateCollaborationCommand
|
|
46
|
+
*/
|
|
47
|
+
export declare const se_CreateCollaborationCommand: (input: CreateCollaborationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
+
/**
|
|
49
|
+
* serializeAws_restJson1CreateConfiguredTableCommand
|
|
50
|
+
*/
|
|
51
|
+
export declare const se_CreateConfiguredTableCommand: (input: CreateConfiguredTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
+
/**
|
|
53
|
+
* serializeAws_restJson1CreateConfiguredTableAnalysisRuleCommand
|
|
54
|
+
*/
|
|
55
|
+
export declare const se_CreateConfiguredTableAnalysisRuleCommand: (input: CreateConfiguredTableAnalysisRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
+
/**
|
|
57
|
+
* serializeAws_restJson1CreateConfiguredTableAssociationCommand
|
|
58
|
+
*/
|
|
59
|
+
export declare const se_CreateConfiguredTableAssociationCommand: (input: CreateConfiguredTableAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
60
|
+
/**
|
|
61
|
+
* serializeAws_restJson1CreateMembershipCommand
|
|
62
|
+
*/
|
|
63
|
+
export declare const se_CreateMembershipCommand: (input: CreateMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
64
|
+
/**
|
|
65
|
+
* serializeAws_restJson1DeleteCollaborationCommand
|
|
66
|
+
*/
|
|
67
|
+
export declare const se_DeleteCollaborationCommand: (input: DeleteCollaborationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
|
+
/**
|
|
69
|
+
* serializeAws_restJson1DeleteConfiguredTableCommand
|
|
70
|
+
*/
|
|
71
|
+
export declare const se_DeleteConfiguredTableCommand: (input: DeleteConfiguredTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
72
|
+
/**
|
|
73
|
+
* serializeAws_restJson1DeleteConfiguredTableAnalysisRuleCommand
|
|
74
|
+
*/
|
|
75
|
+
export declare const se_DeleteConfiguredTableAnalysisRuleCommand: (input: DeleteConfiguredTableAnalysisRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
76
|
+
/**
|
|
77
|
+
* serializeAws_restJson1DeleteConfiguredTableAssociationCommand
|
|
78
|
+
*/
|
|
79
|
+
export declare const se_DeleteConfiguredTableAssociationCommand: (input: DeleteConfiguredTableAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
80
|
+
/**
|
|
81
|
+
* serializeAws_restJson1DeleteMemberCommand
|
|
82
|
+
*/
|
|
83
|
+
export declare const se_DeleteMemberCommand: (input: DeleteMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
84
|
+
/**
|
|
85
|
+
* serializeAws_restJson1DeleteMembershipCommand
|
|
86
|
+
*/
|
|
87
|
+
export declare const se_DeleteMembershipCommand: (input: DeleteMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
88
|
+
/**
|
|
89
|
+
* serializeAws_restJson1GetCollaborationCommand
|
|
90
|
+
*/
|
|
91
|
+
export declare const se_GetCollaborationCommand: (input: GetCollaborationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
92
|
+
/**
|
|
93
|
+
* serializeAws_restJson1GetConfiguredTableCommand
|
|
94
|
+
*/
|
|
95
|
+
export declare const se_GetConfiguredTableCommand: (input: GetConfiguredTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
96
|
+
/**
|
|
97
|
+
* serializeAws_restJson1GetConfiguredTableAnalysisRuleCommand
|
|
98
|
+
*/
|
|
99
|
+
export declare const se_GetConfiguredTableAnalysisRuleCommand: (input: GetConfiguredTableAnalysisRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
|
+
/**
|
|
101
|
+
* serializeAws_restJson1GetConfiguredTableAssociationCommand
|
|
102
|
+
*/
|
|
103
|
+
export declare const se_GetConfiguredTableAssociationCommand: (input: GetConfiguredTableAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
104
|
+
/**
|
|
105
|
+
* serializeAws_restJson1GetMembershipCommand
|
|
106
|
+
*/
|
|
107
|
+
export declare const se_GetMembershipCommand: (input: GetMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
108
|
+
/**
|
|
109
|
+
* serializeAws_restJson1GetProtectedQueryCommand
|
|
110
|
+
*/
|
|
111
|
+
export declare const se_GetProtectedQueryCommand: (input: GetProtectedQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
112
|
+
/**
|
|
113
|
+
* serializeAws_restJson1GetSchemaCommand
|
|
114
|
+
*/
|
|
115
|
+
export declare const se_GetSchemaCommand: (input: GetSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
116
|
+
/**
|
|
117
|
+
* serializeAws_restJson1GetSchemaAnalysisRuleCommand
|
|
118
|
+
*/
|
|
119
|
+
export declare const se_GetSchemaAnalysisRuleCommand: (input: GetSchemaAnalysisRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
120
|
+
/**
|
|
121
|
+
* serializeAws_restJson1ListCollaborationsCommand
|
|
122
|
+
*/
|
|
123
|
+
export declare const se_ListCollaborationsCommand: (input: ListCollaborationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
124
|
+
/**
|
|
125
|
+
* serializeAws_restJson1ListConfiguredTableAssociationsCommand
|
|
126
|
+
*/
|
|
127
|
+
export declare const se_ListConfiguredTableAssociationsCommand: (input: ListConfiguredTableAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
128
|
+
/**
|
|
129
|
+
* serializeAws_restJson1ListConfiguredTablesCommand
|
|
130
|
+
*/
|
|
131
|
+
export declare const se_ListConfiguredTablesCommand: (input: ListConfiguredTablesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
132
|
+
/**
|
|
133
|
+
* serializeAws_restJson1ListMembersCommand
|
|
134
|
+
*/
|
|
135
|
+
export declare const se_ListMembersCommand: (input: ListMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
136
|
+
/**
|
|
137
|
+
* serializeAws_restJson1ListMembershipsCommand
|
|
138
|
+
*/
|
|
139
|
+
export declare const se_ListMembershipsCommand: (input: ListMembershipsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
140
|
+
/**
|
|
141
|
+
* serializeAws_restJson1ListProtectedQueriesCommand
|
|
142
|
+
*/
|
|
143
|
+
export declare const se_ListProtectedQueriesCommand: (input: ListProtectedQueriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
144
|
+
/**
|
|
145
|
+
* serializeAws_restJson1ListSchemasCommand
|
|
146
|
+
*/
|
|
147
|
+
export declare const se_ListSchemasCommand: (input: ListSchemasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
148
|
+
/**
|
|
149
|
+
* serializeAws_restJson1ListTagsForResourceCommand
|
|
150
|
+
*/
|
|
151
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
152
|
+
/**
|
|
153
|
+
* serializeAws_restJson1StartProtectedQueryCommand
|
|
154
|
+
*/
|
|
155
|
+
export declare const se_StartProtectedQueryCommand: (input: StartProtectedQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
156
|
+
/**
|
|
157
|
+
* serializeAws_restJson1TagResourceCommand
|
|
158
|
+
*/
|
|
159
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
160
|
+
/**
|
|
161
|
+
* serializeAws_restJson1UntagResourceCommand
|
|
162
|
+
*/
|
|
163
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
164
|
+
/**
|
|
165
|
+
* serializeAws_restJson1UpdateCollaborationCommand
|
|
166
|
+
*/
|
|
167
|
+
export declare const se_UpdateCollaborationCommand: (input: UpdateCollaborationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
168
|
+
/**
|
|
169
|
+
* serializeAws_restJson1UpdateConfiguredTableCommand
|
|
170
|
+
*/
|
|
171
|
+
export declare const se_UpdateConfiguredTableCommand: (input: UpdateConfiguredTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
172
|
+
/**
|
|
173
|
+
* serializeAws_restJson1UpdateConfiguredTableAnalysisRuleCommand
|
|
174
|
+
*/
|
|
175
|
+
export declare const se_UpdateConfiguredTableAnalysisRuleCommand: (input: UpdateConfiguredTableAnalysisRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
176
|
+
/**
|
|
177
|
+
* serializeAws_restJson1UpdateConfiguredTableAssociationCommand
|
|
178
|
+
*/
|
|
179
|
+
export declare const se_UpdateConfiguredTableAssociationCommand: (input: UpdateConfiguredTableAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
180
|
+
/**
|
|
181
|
+
* serializeAws_restJson1UpdateMembershipCommand
|
|
182
|
+
*/
|
|
183
|
+
export declare const se_UpdateMembershipCommand: (input: UpdateMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
184
|
+
/**
|
|
185
|
+
* serializeAws_restJson1UpdateProtectedQueryCommand
|
|
186
|
+
*/
|
|
187
|
+
export declare const se_UpdateProtectedQueryCommand: (input: UpdateProtectedQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
188
|
+
/**
|
|
189
|
+
* deserializeAws_restJson1BatchGetSchemaCommand
|
|
190
|
+
*/
|
|
191
|
+
export declare const de_BatchGetSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetSchemaCommandOutput>;
|
|
192
|
+
/**
|
|
193
|
+
* deserializeAws_restJson1CreateCollaborationCommand
|
|
194
|
+
*/
|
|
195
|
+
export declare const de_CreateCollaborationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCollaborationCommandOutput>;
|
|
196
|
+
/**
|
|
197
|
+
* deserializeAws_restJson1CreateConfiguredTableCommand
|
|
198
|
+
*/
|
|
199
|
+
export declare const de_CreateConfiguredTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfiguredTableCommandOutput>;
|
|
200
|
+
/**
|
|
201
|
+
* deserializeAws_restJson1CreateConfiguredTableAnalysisRuleCommand
|
|
202
|
+
*/
|
|
203
|
+
export declare const de_CreateConfiguredTableAnalysisRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfiguredTableAnalysisRuleCommandOutput>;
|
|
204
|
+
/**
|
|
205
|
+
* deserializeAws_restJson1CreateConfiguredTableAssociationCommand
|
|
206
|
+
*/
|
|
207
|
+
export declare const de_CreateConfiguredTableAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfiguredTableAssociationCommandOutput>;
|
|
208
|
+
/**
|
|
209
|
+
* deserializeAws_restJson1CreateMembershipCommand
|
|
210
|
+
*/
|
|
211
|
+
export declare const de_CreateMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMembershipCommandOutput>;
|
|
212
|
+
/**
|
|
213
|
+
* deserializeAws_restJson1DeleteCollaborationCommand
|
|
214
|
+
*/
|
|
215
|
+
export declare const de_DeleteCollaborationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCollaborationCommandOutput>;
|
|
216
|
+
/**
|
|
217
|
+
* deserializeAws_restJson1DeleteConfiguredTableCommand
|
|
218
|
+
*/
|
|
219
|
+
export declare const de_DeleteConfiguredTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfiguredTableCommandOutput>;
|
|
220
|
+
/**
|
|
221
|
+
* deserializeAws_restJson1DeleteConfiguredTableAnalysisRuleCommand
|
|
222
|
+
*/
|
|
223
|
+
export declare const de_DeleteConfiguredTableAnalysisRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfiguredTableAnalysisRuleCommandOutput>;
|
|
224
|
+
/**
|
|
225
|
+
* deserializeAws_restJson1DeleteConfiguredTableAssociationCommand
|
|
226
|
+
*/
|
|
227
|
+
export declare const de_DeleteConfiguredTableAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfiguredTableAssociationCommandOutput>;
|
|
228
|
+
/**
|
|
229
|
+
* deserializeAws_restJson1DeleteMemberCommand
|
|
230
|
+
*/
|
|
231
|
+
export declare const de_DeleteMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMemberCommandOutput>;
|
|
232
|
+
/**
|
|
233
|
+
* deserializeAws_restJson1DeleteMembershipCommand
|
|
234
|
+
*/
|
|
235
|
+
export declare const de_DeleteMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMembershipCommandOutput>;
|
|
236
|
+
/**
|
|
237
|
+
* deserializeAws_restJson1GetCollaborationCommand
|
|
238
|
+
*/
|
|
239
|
+
export declare const de_GetCollaborationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCollaborationCommandOutput>;
|
|
240
|
+
/**
|
|
241
|
+
* deserializeAws_restJson1GetConfiguredTableCommand
|
|
242
|
+
*/
|
|
243
|
+
export declare const de_GetConfiguredTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfiguredTableCommandOutput>;
|
|
244
|
+
/**
|
|
245
|
+
* deserializeAws_restJson1GetConfiguredTableAnalysisRuleCommand
|
|
246
|
+
*/
|
|
247
|
+
export declare const de_GetConfiguredTableAnalysisRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfiguredTableAnalysisRuleCommandOutput>;
|
|
248
|
+
/**
|
|
249
|
+
* deserializeAws_restJson1GetConfiguredTableAssociationCommand
|
|
250
|
+
*/
|
|
251
|
+
export declare const de_GetConfiguredTableAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfiguredTableAssociationCommandOutput>;
|
|
252
|
+
/**
|
|
253
|
+
* deserializeAws_restJson1GetMembershipCommand
|
|
254
|
+
*/
|
|
255
|
+
export declare const de_GetMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMembershipCommandOutput>;
|
|
256
|
+
/**
|
|
257
|
+
* deserializeAws_restJson1GetProtectedQueryCommand
|
|
258
|
+
*/
|
|
259
|
+
export declare const de_GetProtectedQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProtectedQueryCommandOutput>;
|
|
260
|
+
/**
|
|
261
|
+
* deserializeAws_restJson1GetSchemaCommand
|
|
262
|
+
*/
|
|
263
|
+
export declare const de_GetSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSchemaCommandOutput>;
|
|
264
|
+
/**
|
|
265
|
+
* deserializeAws_restJson1GetSchemaAnalysisRuleCommand
|
|
266
|
+
*/
|
|
267
|
+
export declare const de_GetSchemaAnalysisRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSchemaAnalysisRuleCommandOutput>;
|
|
268
|
+
/**
|
|
269
|
+
* deserializeAws_restJson1ListCollaborationsCommand
|
|
270
|
+
*/
|
|
271
|
+
export declare const de_ListCollaborationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCollaborationsCommandOutput>;
|
|
272
|
+
/**
|
|
273
|
+
* deserializeAws_restJson1ListConfiguredTableAssociationsCommand
|
|
274
|
+
*/
|
|
275
|
+
export declare const de_ListConfiguredTableAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfiguredTableAssociationsCommandOutput>;
|
|
276
|
+
/**
|
|
277
|
+
* deserializeAws_restJson1ListConfiguredTablesCommand
|
|
278
|
+
*/
|
|
279
|
+
export declare const de_ListConfiguredTablesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfiguredTablesCommandOutput>;
|
|
280
|
+
/**
|
|
281
|
+
* deserializeAws_restJson1ListMembersCommand
|
|
282
|
+
*/
|
|
283
|
+
export declare const de_ListMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMembersCommandOutput>;
|
|
284
|
+
/**
|
|
285
|
+
* deserializeAws_restJson1ListMembershipsCommand
|
|
286
|
+
*/
|
|
287
|
+
export declare const de_ListMembershipsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMembershipsCommandOutput>;
|
|
288
|
+
/**
|
|
289
|
+
* deserializeAws_restJson1ListProtectedQueriesCommand
|
|
290
|
+
*/
|
|
291
|
+
export declare const de_ListProtectedQueriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProtectedQueriesCommandOutput>;
|
|
292
|
+
/**
|
|
293
|
+
* deserializeAws_restJson1ListSchemasCommand
|
|
294
|
+
*/
|
|
295
|
+
export declare const de_ListSchemasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSchemasCommandOutput>;
|
|
296
|
+
/**
|
|
297
|
+
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
298
|
+
*/
|
|
299
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
300
|
+
/**
|
|
301
|
+
* deserializeAws_restJson1StartProtectedQueryCommand
|
|
302
|
+
*/
|
|
303
|
+
export declare const de_StartProtectedQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartProtectedQueryCommandOutput>;
|
|
304
|
+
/**
|
|
305
|
+
* deserializeAws_restJson1TagResourceCommand
|
|
306
|
+
*/
|
|
307
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
308
|
+
/**
|
|
309
|
+
* deserializeAws_restJson1UntagResourceCommand
|
|
310
|
+
*/
|
|
311
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
312
|
+
/**
|
|
313
|
+
* deserializeAws_restJson1UpdateCollaborationCommand
|
|
314
|
+
*/
|
|
315
|
+
export declare const de_UpdateCollaborationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCollaborationCommandOutput>;
|
|
316
|
+
/**
|
|
317
|
+
* deserializeAws_restJson1UpdateConfiguredTableCommand
|
|
318
|
+
*/
|
|
319
|
+
export declare const de_UpdateConfiguredTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfiguredTableCommandOutput>;
|
|
320
|
+
/**
|
|
321
|
+
* deserializeAws_restJson1UpdateConfiguredTableAnalysisRuleCommand
|
|
322
|
+
*/
|
|
323
|
+
export declare const de_UpdateConfiguredTableAnalysisRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfiguredTableAnalysisRuleCommandOutput>;
|
|
324
|
+
/**
|
|
325
|
+
* deserializeAws_restJson1UpdateConfiguredTableAssociationCommand
|
|
326
|
+
*/
|
|
327
|
+
export declare const de_UpdateConfiguredTableAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfiguredTableAssociationCommandOutput>;
|
|
328
|
+
/**
|
|
329
|
+
* deserializeAws_restJson1UpdateMembershipCommand
|
|
330
|
+
*/
|
|
331
|
+
export declare const de_UpdateMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMembershipCommandOutput>;
|
|
332
|
+
/**
|
|
333
|
+
* deserializeAws_restJson1UpdateProtectedQueryCommand
|
|
334
|
+
*/
|
|
335
|
+
export declare const de_UpdateProtectedQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProtectedQueryCommandOutput>;
|