@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.
Files changed (79) hide show
  1. package/dist-cjs/commands/BatchGetSchemaCommand.js +2 -2
  2. package/dist-cjs/commands/CreateCollaborationCommand.js +2 -2
  3. package/dist-cjs/commands/CreateConfiguredTableAnalysisRuleCommand.js +2 -2
  4. package/dist-cjs/commands/CreateConfiguredTableAssociationCommand.js +2 -2
  5. package/dist-cjs/commands/CreateConfiguredTableCommand.js +2 -2
  6. package/dist-cjs/commands/CreateMembershipCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteCollaborationCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteConfiguredTableAnalysisRuleCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteConfiguredTableAssociationCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteConfiguredTableCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteMemberCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteMembershipCommand.js +2 -2
  13. package/dist-cjs/commands/GetCollaborationCommand.js +2 -2
  14. package/dist-cjs/commands/GetConfiguredTableAnalysisRuleCommand.js +2 -2
  15. package/dist-cjs/commands/GetConfiguredTableAssociationCommand.js +2 -2
  16. package/dist-cjs/commands/GetConfiguredTableCommand.js +2 -2
  17. package/dist-cjs/commands/GetMembershipCommand.js +2 -2
  18. package/dist-cjs/commands/GetProtectedQueryCommand.js +2 -2
  19. package/dist-cjs/commands/GetSchemaAnalysisRuleCommand.js +2 -2
  20. package/dist-cjs/commands/GetSchemaCommand.js +2 -2
  21. package/dist-cjs/commands/ListCollaborationsCommand.js +2 -2
  22. package/dist-cjs/commands/ListConfiguredTableAssociationsCommand.js +2 -2
  23. package/dist-cjs/commands/ListConfiguredTablesCommand.js +2 -2
  24. package/dist-cjs/commands/ListMembersCommand.js +2 -2
  25. package/dist-cjs/commands/ListMembershipsCommand.js +2 -2
  26. package/dist-cjs/commands/ListProtectedQueriesCommand.js +2 -2
  27. package/dist-cjs/commands/ListSchemasCommand.js +2 -2
  28. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  29. package/dist-cjs/commands/StartProtectedQueryCommand.js +2 -2
  30. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  31. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  32. package/dist-cjs/commands/UpdateCollaborationCommand.js +2 -2
  33. package/dist-cjs/commands/UpdateConfiguredTableAnalysisRuleCommand.js +2 -2
  34. package/dist-cjs/commands/UpdateConfiguredTableAssociationCommand.js +2 -2
  35. package/dist-cjs/commands/UpdateConfiguredTableCommand.js +2 -2
  36. package/dist-cjs/commands/UpdateMembershipCommand.js +2 -2
  37. package/dist-cjs/commands/UpdateProtectedQueryCommand.js +2 -2
  38. package/dist-cjs/protocols/Aws_restJson1.js +617 -673
  39. package/dist-es/commands/BatchGetSchemaCommand.js +3 -3
  40. package/dist-es/commands/CreateCollaborationCommand.js +3 -3
  41. package/dist-es/commands/CreateConfiguredTableAnalysisRuleCommand.js +3 -3
  42. package/dist-es/commands/CreateConfiguredTableAssociationCommand.js +3 -3
  43. package/dist-es/commands/CreateConfiguredTableCommand.js +3 -3
  44. package/dist-es/commands/CreateMembershipCommand.js +3 -3
  45. package/dist-es/commands/DeleteCollaborationCommand.js +3 -3
  46. package/dist-es/commands/DeleteConfiguredTableAnalysisRuleCommand.js +3 -3
  47. package/dist-es/commands/DeleteConfiguredTableAssociationCommand.js +3 -3
  48. package/dist-es/commands/DeleteConfiguredTableCommand.js +3 -3
  49. package/dist-es/commands/DeleteMemberCommand.js +3 -3
  50. package/dist-es/commands/DeleteMembershipCommand.js +3 -3
  51. package/dist-es/commands/GetCollaborationCommand.js +3 -3
  52. package/dist-es/commands/GetConfiguredTableAnalysisRuleCommand.js +3 -3
  53. package/dist-es/commands/GetConfiguredTableAssociationCommand.js +3 -3
  54. package/dist-es/commands/GetConfiguredTableCommand.js +3 -3
  55. package/dist-es/commands/GetMembershipCommand.js +3 -3
  56. package/dist-es/commands/GetProtectedQueryCommand.js +3 -3
  57. package/dist-es/commands/GetSchemaAnalysisRuleCommand.js +3 -3
  58. package/dist-es/commands/GetSchemaCommand.js +3 -3
  59. package/dist-es/commands/ListCollaborationsCommand.js +3 -3
  60. package/dist-es/commands/ListConfiguredTableAssociationsCommand.js +3 -3
  61. package/dist-es/commands/ListConfiguredTablesCommand.js +3 -3
  62. package/dist-es/commands/ListMembersCommand.js +3 -3
  63. package/dist-es/commands/ListMembershipsCommand.js +3 -3
  64. package/dist-es/commands/ListProtectedQueriesCommand.js +3 -3
  65. package/dist-es/commands/ListSchemasCommand.js +3 -3
  66. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  67. package/dist-es/commands/StartProtectedQueryCommand.js +3 -3
  68. package/dist-es/commands/TagResourceCommand.js +3 -3
  69. package/dist-es/commands/UntagResourceCommand.js +3 -3
  70. package/dist-es/commands/UpdateCollaborationCommand.js +3 -3
  71. package/dist-es/commands/UpdateConfiguredTableAnalysisRuleCommand.js +3 -3
  72. package/dist-es/commands/UpdateConfiguredTableAssociationCommand.js +3 -3
  73. package/dist-es/commands/UpdateConfiguredTableCommand.js +3 -3
  74. package/dist-es/commands/UpdateMembershipCommand.js +3 -3
  75. package/dist-es/commands/UpdateProtectedQueryCommand.js +3 -3
  76. package/dist-es/protocols/Aws_restJson1.js +541 -597
  77. package/dist-types/protocols/Aws_restJson1.d.ts +296 -74
  78. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +74 -74
  79. 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
- export declare const serializeAws_restJson1BatchGetSchemaCommand: (input: BatchGetSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_restJson1CreateCollaborationCommand: (input: CreateCollaborationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_restJson1CreateConfiguredTableCommand: (input: CreateConfiguredTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_restJson1CreateConfiguredTableAnalysisRuleCommand: (input: CreateConfiguredTableAnalysisRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_restJson1CreateConfiguredTableAssociationCommand: (input: CreateConfiguredTableAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_restJson1CreateMembershipCommand: (input: CreateMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_restJson1DeleteCollaborationCommand: (input: DeleteCollaborationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_restJson1DeleteConfiguredTableCommand: (input: DeleteConfiguredTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_restJson1DeleteConfiguredTableAnalysisRuleCommand: (input: DeleteConfiguredTableAnalysisRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_restJson1DeleteConfiguredTableAssociationCommand: (input: DeleteConfiguredTableAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_restJson1DeleteMemberCommand: (input: DeleteMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_restJson1DeleteMembershipCommand: (input: DeleteMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_restJson1GetCollaborationCommand: (input: GetCollaborationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_restJson1GetConfiguredTableCommand: (input: GetConfiguredTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_restJson1GetConfiguredTableAnalysisRuleCommand: (input: GetConfiguredTableAnalysisRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_restJson1GetConfiguredTableAssociationCommand: (input: GetConfiguredTableAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_restJson1GetMembershipCommand: (input: GetMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_restJson1GetProtectedQueryCommand: (input: GetProtectedQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_restJson1GetSchemaCommand: (input: GetSchemaCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_restJson1GetSchemaAnalysisRuleCommand: (input: GetSchemaAnalysisRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_restJson1ListCollaborationsCommand: (input: ListCollaborationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_restJson1ListConfiguredTableAssociationsCommand: (input: ListConfiguredTableAssociationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_restJson1ListConfiguredTablesCommand: (input: ListConfiguredTablesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_restJson1ListMembersCommand: (input: ListMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_restJson1ListMembershipsCommand: (input: ListMembershipsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_restJson1ListProtectedQueriesCommand: (input: ListProtectedQueriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_restJson1ListSchemasCommand: (input: ListSchemasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_restJson1StartProtectedQueryCommand: (input: StartProtectedQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restJson1UpdateCollaborationCommand: (input: UpdateCollaborationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restJson1UpdateConfiguredTableCommand: (input: UpdateConfiguredTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_restJson1UpdateConfiguredTableAnalysisRuleCommand: (input: UpdateConfiguredTableAnalysisRuleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1UpdateConfiguredTableAssociationCommand: (input: UpdateConfiguredTableAssociationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_restJson1UpdateMembershipCommand: (input: UpdateMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_restJson1UpdateProtectedQueryCommand: (input: UpdateProtectedQueryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const deserializeAws_restJson1BatchGetSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetSchemaCommandOutput>;
78
- export declare const deserializeAws_restJson1CreateCollaborationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCollaborationCommandOutput>;
79
- export declare const deserializeAws_restJson1CreateConfiguredTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfiguredTableCommandOutput>;
80
- export declare const deserializeAws_restJson1CreateConfiguredTableAnalysisRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfiguredTableAnalysisRuleCommandOutput>;
81
- export declare const deserializeAws_restJson1CreateConfiguredTableAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConfiguredTableAssociationCommandOutput>;
82
- export declare const deserializeAws_restJson1CreateMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMembershipCommandOutput>;
83
- export declare const deserializeAws_restJson1DeleteCollaborationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCollaborationCommandOutput>;
84
- export declare const deserializeAws_restJson1DeleteConfiguredTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfiguredTableCommandOutput>;
85
- export declare const deserializeAws_restJson1DeleteConfiguredTableAnalysisRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfiguredTableAnalysisRuleCommandOutput>;
86
- export declare const deserializeAws_restJson1DeleteConfiguredTableAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConfiguredTableAssociationCommandOutput>;
87
- export declare const deserializeAws_restJson1DeleteMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMemberCommandOutput>;
88
- export declare const deserializeAws_restJson1DeleteMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMembershipCommandOutput>;
89
- export declare const deserializeAws_restJson1GetCollaborationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCollaborationCommandOutput>;
90
- export declare const deserializeAws_restJson1GetConfiguredTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfiguredTableCommandOutput>;
91
- export declare const deserializeAws_restJson1GetConfiguredTableAnalysisRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfiguredTableAnalysisRuleCommandOutput>;
92
- export declare const deserializeAws_restJson1GetConfiguredTableAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetConfiguredTableAssociationCommandOutput>;
93
- export declare const deserializeAws_restJson1GetMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMembershipCommandOutput>;
94
- export declare const deserializeAws_restJson1GetProtectedQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProtectedQueryCommandOutput>;
95
- export declare const deserializeAws_restJson1GetSchemaCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSchemaCommandOutput>;
96
- export declare const deserializeAws_restJson1GetSchemaAnalysisRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSchemaAnalysisRuleCommandOutput>;
97
- export declare const deserializeAws_restJson1ListCollaborationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCollaborationsCommandOutput>;
98
- export declare const deserializeAws_restJson1ListConfiguredTableAssociationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfiguredTableAssociationsCommandOutput>;
99
- export declare const deserializeAws_restJson1ListConfiguredTablesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfiguredTablesCommandOutput>;
100
- export declare const deserializeAws_restJson1ListMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMembersCommandOutput>;
101
- export declare const deserializeAws_restJson1ListMembershipsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMembershipsCommandOutput>;
102
- export declare const deserializeAws_restJson1ListProtectedQueriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProtectedQueriesCommandOutput>;
103
- export declare const deserializeAws_restJson1ListSchemasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSchemasCommandOutput>;
104
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
105
- export declare const deserializeAws_restJson1StartProtectedQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartProtectedQueryCommandOutput>;
106
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
107
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
108
- export declare const deserializeAws_restJson1UpdateCollaborationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCollaborationCommandOutput>;
109
- export declare const deserializeAws_restJson1UpdateConfiguredTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfiguredTableCommandOutput>;
110
- export declare const deserializeAws_restJson1UpdateConfiguredTableAnalysisRuleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfiguredTableAnalysisRuleCommandOutput>;
111
- export declare const deserializeAws_restJson1UpdateConfiguredTableAssociationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateConfiguredTableAssociationCommandOutput>;
112
- export declare const deserializeAws_restJson1UpdateMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMembershipCommandOutput>;
113
- export declare const deserializeAws_restJson1UpdateProtectedQueryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProtectedQueryCommandOutput>;
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>;