@aws-sdk/client-cleanrooms 3.616.0 → 3.619.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 (117) hide show
  1. package/README.md +136 -0
  2. package/dist-cjs/index.js +1123 -31
  3. package/dist-es/CleanRooms.js +34 -0
  4. package/dist-es/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
  5. package/dist-es/commands/CreateIdMappingTableCommand.js +24 -0
  6. package/dist-es/commands/CreateIdNamespaceAssociationCommand.js +24 -0
  7. package/dist-es/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
  8. package/dist-es/commands/DeleteIdMappingTableCommand.js +24 -0
  9. package/dist-es/commands/DeleteIdNamespaceAssociationCommand.js +24 -0
  10. package/dist-es/commands/GetCollaborationIdNamespaceAssociationCommand.js +24 -0
  11. package/dist-es/commands/GetConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
  12. package/dist-es/commands/GetIdMappingTableCommand.js +24 -0
  13. package/dist-es/commands/GetIdNamespaceAssociationCommand.js +24 -0
  14. package/dist-es/commands/ListCollaborationIdNamespaceAssociationsCommand.js +24 -0
  15. package/dist-es/commands/ListIdMappingTablesCommand.js +24 -0
  16. package/dist-es/commands/ListIdNamespaceAssociationsCommand.js +24 -0
  17. package/dist-es/commands/PopulateIdMappingTableCommand.js +24 -0
  18. package/dist-es/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.js +24 -0
  19. package/dist-es/commands/UpdateIdMappingTableCommand.js +24 -0
  20. package/dist-es/commands/UpdateIdNamespaceAssociationCommand.js +24 -0
  21. package/dist-es/commands/UpdateProtectedQueryCommand.js +1 -1
  22. package/dist-es/commands/index.js +17 -0
  23. package/dist-es/models/index.js +1 -0
  24. package/dist-es/models/models_0.js +75 -20
  25. package/dist-es/models/models_1.js +21 -0
  26. package/dist-es/pagination/ListCollaborationIdNamespaceAssociationsPaginator.js +4 -0
  27. package/dist-es/pagination/ListIdMappingTablesPaginator.js +4 -0
  28. package/dist-es/pagination/ListIdNamespaceAssociationsPaginator.js +4 -0
  29. package/dist-es/pagination/index.js +3 -0
  30. package/dist-es/protocols/Aws_restJson1.js +602 -0
  31. package/dist-types/CleanRooms.d.ts +119 -0
  32. package/dist-types/CleanRoomsClient.d.ts +19 -2
  33. package/dist-types/commands/BatchGetSchemaAnalysisRuleCommand.d.ts +20 -3
  34. package/dist-types/commands/BatchGetSchemaCommand.d.ts +15 -4
  35. package/dist-types/commands/CreateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
  36. package/dist-types/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +143 -0
  37. package/dist-types/commands/CreateConfiguredTableAssociationCommand.d.ts +3 -0
  38. package/dist-types/commands/CreateIdMappingTableCommand.d.ts +115 -0
  39. package/dist-types/commands/CreateIdNamespaceAssociationCommand.d.ts +117 -0
  40. package/dist-types/commands/CreatePrivacyBudgetTemplateCommand.d.ts +1 -1
  41. package/dist-types/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +79 -0
  42. package/dist-types/commands/DeleteIdMappingTableCommand.d.ts +74 -0
  43. package/dist-types/commands/DeleteIdNamespaceAssociationCommand.d.ts +74 -0
  44. package/dist-types/commands/DeletePrivacyBudgetTemplateCommand.d.ts +1 -1
  45. package/dist-types/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +99 -0
  46. package/dist-types/commands/GetConfiguredTableAnalysisRuleCommand.d.ts +6 -0
  47. package/dist-types/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +114 -0
  48. package/dist-types/commands/GetConfiguredTableAssociationCommand.d.ts +3 -0
  49. package/dist-types/commands/GetIdMappingTableCommand.d.ts +100 -0
  50. package/dist-types/commands/GetIdNamespaceAssociationCommand.d.ts +100 -0
  51. package/dist-types/commands/GetPrivacyBudgetTemplateCommand.d.ts +1 -1
  52. package/dist-types/commands/GetProtectedQueryCommand.d.ts +3 -0
  53. package/dist-types/commands/GetSchemaAnalysisRuleCommand.d.ts +19 -2
  54. package/dist-types/commands/GetSchemaCommand.d.ts +15 -4
  55. package/dist-types/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +97 -0
  56. package/dist-types/commands/ListIdMappingTablesCommand.d.ts +95 -0
  57. package/dist-types/commands/ListIdNamespaceAssociationsCommand.d.ts +98 -0
  58. package/dist-types/commands/ListPrivacyBudgetTemplatesCommand.d.ts +1 -1
  59. package/dist-types/commands/ListProtectedQueriesCommand.d.ts +12 -0
  60. package/dist-types/commands/ListSchemasCommand.d.ts +3 -3
  61. package/dist-types/commands/PopulateIdMappingTableCommand.d.ts +79 -0
  62. package/dist-types/commands/StartProtectedQueryCommand.d.ts +6 -0
  63. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  64. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  65. package/dist-types/commands/UpdateConfiguredTableAnalysisRuleCommand.d.ts +12 -0
  66. package/dist-types/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +145 -0
  67. package/dist-types/commands/UpdateConfiguredTableAssociationCommand.d.ts +3 -0
  68. package/dist-types/commands/UpdateIdMappingTableCommand.d.ts +102 -0
  69. package/dist-types/commands/UpdateIdNamespaceAssociationCommand.d.ts +105 -0
  70. package/dist-types/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +1 -1
  71. package/dist-types/commands/UpdateProtectedQueryCommand.d.ts +5 -1
  72. package/dist-types/commands/index.d.ts +17 -0
  73. package/dist-types/models/index.d.ts +1 -0
  74. package/dist-types/models/models_0.d.ts +2016 -903
  75. package/dist-types/models/models_1.d.ts +430 -0
  76. package/dist-types/pagination/ListCollaborationIdNamespaceAssociationsPaginator.d.ts +7 -0
  77. package/dist-types/pagination/ListIdMappingTablesPaginator.d.ts +7 -0
  78. package/dist-types/pagination/ListIdNamespaceAssociationsPaginator.d.ts +7 -0
  79. package/dist-types/pagination/index.d.ts +3 -0
  80. package/dist-types/protocols/Aws_restJson1.d.ts +153 -0
  81. package/dist-types/ts3.4/CleanRooms.d.ts +325 -0
  82. package/dist-types/ts3.4/CleanRoomsClient.d.ts +102 -0
  83. package/dist-types/ts3.4/commands/CreateConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
  84. package/dist-types/ts3.4/commands/CreateIdMappingTableCommand.d.ts +40 -0
  85. package/dist-types/ts3.4/commands/CreateIdNamespaceAssociationCommand.d.ts +40 -0
  86. package/dist-types/ts3.4/commands/CreatePrivacyBudgetTemplateCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/DeleteConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
  88. package/dist-types/ts3.4/commands/DeleteIdMappingTableCommand.d.ts +40 -0
  89. package/dist-types/ts3.4/commands/DeleteIdNamespaceAssociationCommand.d.ts +40 -0
  90. package/dist-types/ts3.4/commands/DeletePrivacyBudgetTemplateCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/GetCollaborationIdNamespaceAssociationCommand.d.ts +40 -0
  92. package/dist-types/ts3.4/commands/GetConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
  93. package/dist-types/ts3.4/commands/GetIdMappingTableCommand.d.ts +39 -0
  94. package/dist-types/ts3.4/commands/GetIdNamespaceAssociationCommand.d.ts +40 -0
  95. package/dist-types/ts3.4/commands/GetPrivacyBudgetTemplateCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/ListCollaborationIdNamespaceAssociationsCommand.d.ts +40 -0
  97. package/dist-types/ts3.4/commands/ListIdMappingTablesCommand.d.ts +40 -0
  98. package/dist-types/ts3.4/commands/ListIdNamespaceAssociationsCommand.d.ts +40 -0
  99. package/dist-types/ts3.4/commands/ListPrivacyBudgetTemplatesCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/PopulateIdMappingTableCommand.d.ts +40 -0
  101. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/UpdateConfiguredTableAssociationAnalysisRuleCommand.d.ts +40 -0
  104. package/dist-types/ts3.4/commands/UpdateIdMappingTableCommand.d.ts +40 -0
  105. package/dist-types/ts3.4/commands/UpdateIdNamespaceAssociationCommand.d.ts +40 -0
  106. package/dist-types/ts3.4/commands/UpdatePrivacyBudgetTemplateCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/UpdateProtectedQueryCommand.d.ts +2 -4
  108. package/dist-types/ts3.4/commands/index.d.ts +17 -0
  109. package/dist-types/ts3.4/models/index.d.ts +1 -0
  110. package/dist-types/ts3.4/models/models_0.d.ts +486 -134
  111. package/dist-types/ts3.4/models/models_1.d.ts +140 -0
  112. package/dist-types/ts3.4/pagination/ListCollaborationIdNamespaceAssociationsPaginator.d.ts +11 -0
  113. package/dist-types/ts3.4/pagination/ListIdMappingTablesPaginator.d.ts +11 -0
  114. package/dist-types/ts3.4/pagination/ListIdNamespaceAssociationsPaginator.d.ts +11 -0
  115. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  116. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +204 -0
  117. package/package.json +1 -1
@@ -154,6 +154,58 @@ export const se_CreateConfiguredTableAssociationCommand = async (input, context)
154
154
  b.m("POST").h(headers).b(body);
155
155
  return b.build();
156
156
  };
157
+ export const se_CreateConfiguredTableAssociationAnalysisRuleCommand = async (input, context) => {
158
+ const b = rb(input, context);
159
+ const headers = {
160
+ "content-type": "application/json",
161
+ };
162
+ b.bp("/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}/analysisRule");
163
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
164
+ b.p("configuredTableAssociationIdentifier", () => input.configuredTableAssociationIdentifier, "{configuredTableAssociationIdentifier}", false);
165
+ let body;
166
+ body = JSON.stringify(take(input, {
167
+ analysisRulePolicy: (_) => _json(_),
168
+ analysisRuleType: [],
169
+ }));
170
+ b.m("POST").h(headers).b(body);
171
+ return b.build();
172
+ };
173
+ export const se_CreateIdMappingTableCommand = async (input, context) => {
174
+ const b = rb(input, context);
175
+ const headers = {
176
+ "content-type": "application/json",
177
+ };
178
+ b.bp("/memberships/{membershipIdentifier}/idmappingtables");
179
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
180
+ let body;
181
+ body = JSON.stringify(take(input, {
182
+ description: [],
183
+ inputReferenceConfig: (_) => _json(_),
184
+ kmsKeyArn: [],
185
+ name: [],
186
+ tags: (_) => _json(_),
187
+ }));
188
+ b.m("POST").h(headers).b(body);
189
+ return b.build();
190
+ };
191
+ export const se_CreateIdNamespaceAssociationCommand = async (input, context) => {
192
+ const b = rb(input, context);
193
+ const headers = {
194
+ "content-type": "application/json",
195
+ };
196
+ b.bp("/memberships/{membershipIdentifier}/idnamespaceassociations");
197
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
198
+ let body;
199
+ body = JSON.stringify(take(input, {
200
+ description: [],
201
+ idMappingConfig: (_) => _json(_),
202
+ inputReferenceConfig: (_) => _json(_),
203
+ name: [],
204
+ tags: (_) => _json(_),
205
+ }));
206
+ b.m("POST").h(headers).b(body);
207
+ return b.build();
208
+ };
157
209
  export const se_CreateMembershipCommand = async (input, context) => {
158
210
  const b = rb(input, context);
159
211
  const headers = {
@@ -246,6 +298,37 @@ export const se_DeleteConfiguredTableAssociationCommand = async (input, context)
246
298
  b.m("DELETE").h(headers).b(body);
247
299
  return b.build();
248
300
  };
301
+ export const se_DeleteConfiguredTableAssociationAnalysisRuleCommand = async (input, context) => {
302
+ const b = rb(input, context);
303
+ const headers = {};
304
+ b.bp("/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}/analysisRule/{analysisRuleType}");
305
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
306
+ b.p("configuredTableAssociationIdentifier", () => input.configuredTableAssociationIdentifier, "{configuredTableAssociationIdentifier}", false);
307
+ b.p("analysisRuleType", () => input.analysisRuleType, "{analysisRuleType}", false);
308
+ let body;
309
+ b.m("DELETE").h(headers).b(body);
310
+ return b.build();
311
+ };
312
+ export const se_DeleteIdMappingTableCommand = async (input, context) => {
313
+ const b = rb(input, context);
314
+ const headers = {};
315
+ b.bp("/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}");
316
+ b.p("idMappingTableIdentifier", () => input.idMappingTableIdentifier, "{idMappingTableIdentifier}", false);
317
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
318
+ let body;
319
+ b.m("DELETE").h(headers).b(body);
320
+ return b.build();
321
+ };
322
+ export const se_DeleteIdNamespaceAssociationCommand = async (input, context) => {
323
+ const b = rb(input, context);
324
+ const headers = {};
325
+ b.bp("/memberships/{membershipIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}");
326
+ b.p("idNamespaceAssociationIdentifier", () => input.idNamespaceAssociationIdentifier, "{idNamespaceAssociationIdentifier}", false);
327
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
328
+ let body;
329
+ b.m("DELETE").h(headers).b(body);
330
+ return b.build();
331
+ };
249
332
  export const se_DeleteMemberCommand = async (input, context) => {
250
333
  const b = rb(input, context);
251
334
  const headers = {};
@@ -314,6 +397,16 @@ export const se_GetCollaborationConfiguredAudienceModelAssociationCommand = asyn
314
397
  b.m("GET").h(headers).b(body);
315
398
  return b.build();
316
399
  };
400
+ export const se_GetCollaborationIdNamespaceAssociationCommand = async (input, context) => {
401
+ const b = rb(input, context);
402
+ const headers = {};
403
+ b.bp("/collaborations/{collaborationIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}");
404
+ b.p("collaborationIdentifier", () => input.collaborationIdentifier, "{collaborationIdentifier}", false);
405
+ b.p("idNamespaceAssociationIdentifier", () => input.idNamespaceAssociationIdentifier, "{idNamespaceAssociationIdentifier}", false);
406
+ let body;
407
+ b.m("GET").h(headers).b(body);
408
+ return b.build();
409
+ };
317
410
  export const se_GetCollaborationPrivacyBudgetTemplateCommand = async (input, context) => {
318
411
  const b = rb(input, context);
319
412
  const headers = {};
@@ -363,6 +456,37 @@ export const se_GetConfiguredTableAssociationCommand = async (input, context) =>
363
456
  b.m("GET").h(headers).b(body);
364
457
  return b.build();
365
458
  };
459
+ export const se_GetConfiguredTableAssociationAnalysisRuleCommand = async (input, context) => {
460
+ const b = rb(input, context);
461
+ const headers = {};
462
+ b.bp("/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}/analysisRule/{analysisRuleType}");
463
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
464
+ b.p("configuredTableAssociationIdentifier", () => input.configuredTableAssociationIdentifier, "{configuredTableAssociationIdentifier}", false);
465
+ b.p("analysisRuleType", () => input.analysisRuleType, "{analysisRuleType}", false);
466
+ let body;
467
+ b.m("GET").h(headers).b(body);
468
+ return b.build();
469
+ };
470
+ export const se_GetIdMappingTableCommand = async (input, context) => {
471
+ const b = rb(input, context);
472
+ const headers = {};
473
+ b.bp("/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}");
474
+ b.p("idMappingTableIdentifier", () => input.idMappingTableIdentifier, "{idMappingTableIdentifier}", false);
475
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
476
+ let body;
477
+ b.m("GET").h(headers).b(body);
478
+ return b.build();
479
+ };
480
+ export const se_GetIdNamespaceAssociationCommand = async (input, context) => {
481
+ const b = rb(input, context);
482
+ const headers = {};
483
+ b.bp("/memberships/{membershipIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}");
484
+ b.p("idNamespaceAssociationIdentifier", () => input.idNamespaceAssociationIdentifier, "{idNamespaceAssociationIdentifier}", false);
485
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
486
+ let body;
487
+ b.m("GET").h(headers).b(body);
488
+ return b.build();
489
+ };
366
490
  export const se_GetMembershipCommand = async (input, context) => {
367
491
  const b = rb(input, context);
368
492
  const headers = {};
@@ -452,6 +576,19 @@ export const se_ListCollaborationConfiguredAudienceModelAssociationsCommand = as
452
576
  b.m("GET").h(headers).q(query).b(body);
453
577
  return b.build();
454
578
  };
579
+ export const se_ListCollaborationIdNamespaceAssociationsCommand = async (input, context) => {
580
+ const b = rb(input, context);
581
+ const headers = {};
582
+ b.bp("/collaborations/{collaborationIdentifier}/idnamespaceassociations");
583
+ b.p("collaborationIdentifier", () => input.collaborationIdentifier, "{collaborationIdentifier}", false);
584
+ const query = map({
585
+ [_nT]: [, input[_nT]],
586
+ [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
587
+ });
588
+ let body;
589
+ b.m("GET").h(headers).q(query).b(body);
590
+ return b.build();
591
+ };
455
592
  export const se_ListCollaborationPrivacyBudgetsCommand = async (input, context) => {
456
593
  const b = rb(input, context);
457
594
  const headers = {};
@@ -530,6 +667,32 @@ export const se_ListConfiguredTablesCommand = async (input, context) => {
530
667
  b.m("GET").h(headers).q(query).b(body);
531
668
  return b.build();
532
669
  };
670
+ export const se_ListIdMappingTablesCommand = async (input, context) => {
671
+ const b = rb(input, context);
672
+ const headers = {};
673
+ b.bp("/memberships/{membershipIdentifier}/idmappingtables");
674
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
675
+ const query = map({
676
+ [_nT]: [, input[_nT]],
677
+ [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
678
+ });
679
+ let body;
680
+ b.m("GET").h(headers).q(query).b(body);
681
+ return b.build();
682
+ };
683
+ export const se_ListIdNamespaceAssociationsCommand = async (input, context) => {
684
+ const b = rb(input, context);
685
+ const headers = {};
686
+ b.bp("/memberships/{membershipIdentifier}/idnamespaceassociations");
687
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
688
+ const query = map({
689
+ [_nT]: [, input[_nT]],
690
+ [_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
691
+ });
692
+ let body;
693
+ b.m("GET").h(headers).q(query).b(body);
694
+ return b.build();
695
+ };
533
696
  export const se_ListMembersCommand = async (input, context) => {
534
697
  const b = rb(input, context);
535
698
  const headers = {};
@@ -620,6 +783,16 @@ export const se_ListTagsForResourceCommand = async (input, context) => {
620
783
  b.m("GET").h(headers).b(body);
621
784
  return b.build();
622
785
  };
786
+ export const se_PopulateIdMappingTableCommand = async (input, context) => {
787
+ const b = rb(input, context);
788
+ const headers = {};
789
+ b.bp("/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}/populate");
790
+ b.p("idMappingTableIdentifier", () => input.idMappingTableIdentifier, "{idMappingTableIdentifier}", false);
791
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
792
+ let body;
793
+ b.m("POST").h(headers).b(body);
794
+ return b.build();
795
+ };
623
796
  export const se_PreviewPrivacyImpactCommand = async (input, context) => {
624
797
  const b = rb(input, context);
625
798
  const headers = {
@@ -771,6 +944,55 @@ export const se_UpdateConfiguredTableAssociationCommand = async (input, context)
771
944
  b.m("PATCH").h(headers).b(body);
772
945
  return b.build();
773
946
  };
947
+ export const se_UpdateConfiguredTableAssociationAnalysisRuleCommand = async (input, context) => {
948
+ const b = rb(input, context);
949
+ const headers = {
950
+ "content-type": "application/json",
951
+ };
952
+ b.bp("/memberships/{membershipIdentifier}/configuredTableAssociations/{configuredTableAssociationIdentifier}/analysisRule/{analysisRuleType}");
953
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
954
+ b.p("configuredTableAssociationIdentifier", () => input.configuredTableAssociationIdentifier, "{configuredTableAssociationIdentifier}", false);
955
+ b.p("analysisRuleType", () => input.analysisRuleType, "{analysisRuleType}", false);
956
+ let body;
957
+ body = JSON.stringify(take(input, {
958
+ analysisRulePolicy: (_) => _json(_),
959
+ }));
960
+ b.m("PATCH").h(headers).b(body);
961
+ return b.build();
962
+ };
963
+ export const se_UpdateIdMappingTableCommand = async (input, context) => {
964
+ const b = rb(input, context);
965
+ const headers = {
966
+ "content-type": "application/json",
967
+ };
968
+ b.bp("/memberships/{membershipIdentifier}/idmappingtables/{idMappingTableIdentifier}");
969
+ b.p("idMappingTableIdentifier", () => input.idMappingTableIdentifier, "{idMappingTableIdentifier}", false);
970
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
971
+ let body;
972
+ body = JSON.stringify(take(input, {
973
+ description: [],
974
+ kmsKeyArn: [],
975
+ }));
976
+ b.m("PATCH").h(headers).b(body);
977
+ return b.build();
978
+ };
979
+ export const se_UpdateIdNamespaceAssociationCommand = async (input, context) => {
980
+ const b = rb(input, context);
981
+ const headers = {
982
+ "content-type": "application/json",
983
+ };
984
+ b.bp("/memberships/{membershipIdentifier}/idnamespaceassociations/{idNamespaceAssociationIdentifier}");
985
+ b.p("idNamespaceAssociationIdentifier", () => input.idNamespaceAssociationIdentifier, "{idNamespaceAssociationIdentifier}", false);
986
+ b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
987
+ let body;
988
+ body = JSON.stringify(take(input, {
989
+ description: [],
990
+ idMappingConfig: (_) => _json(_),
991
+ name: [],
992
+ }));
993
+ b.m("PATCH").h(headers).b(body);
994
+ return b.build();
995
+ };
774
996
  export const se_UpdateMembershipCommand = async (input, context) => {
775
997
  const b = rb(input, context);
776
998
  const headers = {
@@ -946,6 +1168,48 @@ export const de_CreateConfiguredTableAssociationCommand = async (output, context
946
1168
  Object.assign(contents, doc);
947
1169
  return contents;
948
1170
  };
1171
+ export const de_CreateConfiguredTableAssociationAnalysisRuleCommand = async (output, context) => {
1172
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1173
+ return de_CommandError(output, context);
1174
+ }
1175
+ const contents = map({
1176
+ $metadata: deserializeMetadata(output),
1177
+ });
1178
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
1179
+ const doc = take(data, {
1180
+ analysisRule: (_) => de_ConfiguredTableAssociationAnalysisRule(_, context),
1181
+ });
1182
+ Object.assign(contents, doc);
1183
+ return contents;
1184
+ };
1185
+ export const de_CreateIdMappingTableCommand = async (output, context) => {
1186
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1187
+ return de_CommandError(output, context);
1188
+ }
1189
+ const contents = map({
1190
+ $metadata: deserializeMetadata(output),
1191
+ });
1192
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
1193
+ const doc = take(data, {
1194
+ idMappingTable: (_) => de_IdMappingTable(_, context),
1195
+ });
1196
+ Object.assign(contents, doc);
1197
+ return contents;
1198
+ };
1199
+ export const de_CreateIdNamespaceAssociationCommand = async (output, context) => {
1200
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1201
+ return de_CommandError(output, context);
1202
+ }
1203
+ const contents = map({
1204
+ $metadata: deserializeMetadata(output),
1205
+ });
1206
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
1207
+ const doc = take(data, {
1208
+ idNamespaceAssociation: (_) => de_IdNamespaceAssociation(_, context),
1209
+ });
1210
+ Object.assign(contents, doc);
1211
+ return contents;
1212
+ };
949
1213
  export const de_CreateMembershipCommand = async (output, context) => {
950
1214
  if (output.statusCode !== 200 && output.statusCode >= 300) {
951
1215
  return de_CommandError(output, context);
@@ -1034,6 +1298,36 @@ export const de_DeleteConfiguredTableAssociationCommand = async (output, context
1034
1298
  await collectBody(output.body, context);
1035
1299
  return contents;
1036
1300
  };
1301
+ export const de_DeleteConfiguredTableAssociationAnalysisRuleCommand = async (output, context) => {
1302
+ if (output.statusCode !== 204 && output.statusCode >= 300) {
1303
+ return de_CommandError(output, context);
1304
+ }
1305
+ const contents = map({
1306
+ $metadata: deserializeMetadata(output),
1307
+ });
1308
+ await collectBody(output.body, context);
1309
+ return contents;
1310
+ };
1311
+ export const de_DeleteIdMappingTableCommand = async (output, context) => {
1312
+ if (output.statusCode !== 204 && output.statusCode >= 300) {
1313
+ return de_CommandError(output, context);
1314
+ }
1315
+ const contents = map({
1316
+ $metadata: deserializeMetadata(output),
1317
+ });
1318
+ await collectBody(output.body, context);
1319
+ return contents;
1320
+ };
1321
+ export const de_DeleteIdNamespaceAssociationCommand = async (output, context) => {
1322
+ if (output.statusCode !== 204 && output.statusCode >= 300) {
1323
+ return de_CommandError(output, context);
1324
+ }
1325
+ const contents = map({
1326
+ $metadata: deserializeMetadata(output),
1327
+ });
1328
+ await collectBody(output.body, context);
1329
+ return contents;
1330
+ };
1037
1331
  export const de_DeleteMemberCommand = async (output, context) => {
1038
1332
  if (output.statusCode !== 204 && output.statusCode >= 300) {
1039
1333
  return de_CommandError(output, context);
@@ -1120,6 +1414,20 @@ export const de_GetCollaborationConfiguredAudienceModelAssociationCommand = asyn
1120
1414
  Object.assign(contents, doc);
1121
1415
  return contents;
1122
1416
  };
1417
+ export const de_GetCollaborationIdNamespaceAssociationCommand = async (output, context) => {
1418
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1419
+ return de_CommandError(output, context);
1420
+ }
1421
+ const contents = map({
1422
+ $metadata: deserializeMetadata(output),
1423
+ });
1424
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
1425
+ const doc = take(data, {
1426
+ collaborationIdNamespaceAssociation: (_) => de_CollaborationIdNamespaceAssociation(_, context),
1427
+ });
1428
+ Object.assign(contents, doc);
1429
+ return contents;
1430
+ };
1123
1431
  export const de_GetCollaborationPrivacyBudgetTemplateCommand = async (output, context) => {
1124
1432
  if (output.statusCode !== 200 && output.statusCode >= 300) {
1125
1433
  return de_CommandError(output, context);
@@ -1190,6 +1498,48 @@ export const de_GetConfiguredTableAssociationCommand = async (output, context) =
1190
1498
  Object.assign(contents, doc);
1191
1499
  return contents;
1192
1500
  };
1501
+ export const de_GetConfiguredTableAssociationAnalysisRuleCommand = async (output, context) => {
1502
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1503
+ return de_CommandError(output, context);
1504
+ }
1505
+ const contents = map({
1506
+ $metadata: deserializeMetadata(output),
1507
+ });
1508
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
1509
+ const doc = take(data, {
1510
+ analysisRule: (_) => de_ConfiguredTableAssociationAnalysisRule(_, context),
1511
+ });
1512
+ Object.assign(contents, doc);
1513
+ return contents;
1514
+ };
1515
+ export const de_GetIdMappingTableCommand = async (output, context) => {
1516
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1517
+ return de_CommandError(output, context);
1518
+ }
1519
+ const contents = map({
1520
+ $metadata: deserializeMetadata(output),
1521
+ });
1522
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
1523
+ const doc = take(data, {
1524
+ idMappingTable: (_) => de_IdMappingTable(_, context),
1525
+ });
1526
+ Object.assign(contents, doc);
1527
+ return contents;
1528
+ };
1529
+ export const de_GetIdNamespaceAssociationCommand = async (output, context) => {
1530
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1531
+ return de_CommandError(output, context);
1532
+ }
1533
+ const contents = map({
1534
+ $metadata: deserializeMetadata(output),
1535
+ });
1536
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
1537
+ const doc = take(data, {
1538
+ idNamespaceAssociation: (_) => de_IdNamespaceAssociation(_, context),
1539
+ });
1540
+ Object.assign(contents, doc);
1541
+ return contents;
1542
+ };
1193
1543
  export const de_GetMembershipCommand = async (output, context) => {
1194
1544
  if (output.statusCode !== 200 && output.statusCode >= 300) {
1195
1545
  return de_CommandError(output, context);
@@ -1305,6 +1655,21 @@ export const de_ListCollaborationConfiguredAudienceModelAssociationsCommand = as
1305
1655
  Object.assign(contents, doc);
1306
1656
  return contents;
1307
1657
  };
1658
+ export const de_ListCollaborationIdNamespaceAssociationsCommand = async (output, context) => {
1659
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1660
+ return de_CommandError(output, context);
1661
+ }
1662
+ const contents = map({
1663
+ $metadata: deserializeMetadata(output),
1664
+ });
1665
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
1666
+ const doc = take(data, {
1667
+ collaborationIdNamespaceAssociationSummaries: (_) => de_CollaborationIdNamespaceAssociationSummaryList(_, context),
1668
+ nextToken: __expectString,
1669
+ });
1670
+ Object.assign(contents, doc);
1671
+ return contents;
1672
+ };
1308
1673
  export const de_ListCollaborationPrivacyBudgetsCommand = async (output, context) => {
1309
1674
  if (output.statusCode !== 200 && output.statusCode >= 300) {
1310
1675
  return de_CommandError(output, context);
@@ -1395,6 +1760,36 @@ export const de_ListConfiguredTablesCommand = async (output, context) => {
1395
1760
  Object.assign(contents, doc);
1396
1761
  return contents;
1397
1762
  };
1763
+ export const de_ListIdMappingTablesCommand = async (output, context) => {
1764
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1765
+ return de_CommandError(output, context);
1766
+ }
1767
+ const contents = map({
1768
+ $metadata: deserializeMetadata(output),
1769
+ });
1770
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
1771
+ const doc = take(data, {
1772
+ idMappingTableSummaries: (_) => de_IdMappingTableSummaryList(_, context),
1773
+ nextToken: __expectString,
1774
+ });
1775
+ Object.assign(contents, doc);
1776
+ return contents;
1777
+ };
1778
+ export const de_ListIdNamespaceAssociationsCommand = async (output, context) => {
1779
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1780
+ return de_CommandError(output, context);
1781
+ }
1782
+ const contents = map({
1783
+ $metadata: deserializeMetadata(output),
1784
+ });
1785
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
1786
+ const doc = take(data, {
1787
+ idNamespaceAssociationSummaries: (_) => de_IdNamespaceAssociationSummaryList(_, context),
1788
+ nextToken: __expectString,
1789
+ });
1790
+ Object.assign(contents, doc);
1791
+ return contents;
1792
+ };
1398
1793
  export const de_ListMembersCommand = async (output, context) => {
1399
1794
  if (output.statusCode !== 200 && output.statusCode >= 300) {
1400
1795
  return de_CommandError(output, context);
@@ -1499,6 +1894,20 @@ export const de_ListTagsForResourceCommand = async (output, context) => {
1499
1894
  Object.assign(contents, doc);
1500
1895
  return contents;
1501
1896
  };
1897
+ export const de_PopulateIdMappingTableCommand = async (output, context) => {
1898
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
1899
+ return de_CommandError(output, context);
1900
+ }
1901
+ const contents = map({
1902
+ $metadata: deserializeMetadata(output),
1903
+ });
1904
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
1905
+ const doc = take(data, {
1906
+ idMappingJobId: __expectString,
1907
+ });
1908
+ Object.assign(contents, doc);
1909
+ return contents;
1910
+ };
1502
1911
  export const de_PreviewPrivacyImpactCommand = async (output, context) => {
1503
1912
  if (output.statusCode !== 200 && output.statusCode >= 300) {
1504
1913
  return de_CommandError(output, context);
@@ -1631,6 +2040,48 @@ export const de_UpdateConfiguredTableAssociationCommand = async (output, context
1631
2040
  Object.assign(contents, doc);
1632
2041
  return contents;
1633
2042
  };
2043
+ export const de_UpdateConfiguredTableAssociationAnalysisRuleCommand = async (output, context) => {
2044
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2045
+ return de_CommandError(output, context);
2046
+ }
2047
+ const contents = map({
2048
+ $metadata: deserializeMetadata(output),
2049
+ });
2050
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
2051
+ const doc = take(data, {
2052
+ analysisRule: (_) => de_ConfiguredTableAssociationAnalysisRule(_, context),
2053
+ });
2054
+ Object.assign(contents, doc);
2055
+ return contents;
2056
+ };
2057
+ export const de_UpdateIdMappingTableCommand = async (output, context) => {
2058
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2059
+ return de_CommandError(output, context);
2060
+ }
2061
+ const contents = map({
2062
+ $metadata: deserializeMetadata(output),
2063
+ });
2064
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
2065
+ const doc = take(data, {
2066
+ idMappingTable: (_) => de_IdMappingTable(_, context),
2067
+ });
2068
+ Object.assign(contents, doc);
2069
+ return contents;
2070
+ };
2071
+ export const de_UpdateIdNamespaceAssociationCommand = async (output, context) => {
2072
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
2073
+ return de_CommandError(output, context);
2074
+ }
2075
+ const contents = map({
2076
+ $metadata: deserializeMetadata(output),
2077
+ });
2078
+ const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
2079
+ const doc = take(data, {
2080
+ idNamespaceAssociation: (_) => de_IdNamespaceAssociation(_, context),
2081
+ });
2082
+ Object.assign(contents, doc);
2083
+ return contents;
2084
+ };
1634
2085
  export const de_UpdateMembershipCommand = async (output, context) => {
1635
2086
  if (output.statusCode !== 200 && output.statusCode >= 300) {
1636
2087
  return de_CommandError(output, context);
@@ -1962,6 +2413,45 @@ const de_CollaborationConfiguredAudienceModelAssociationSummaryList = (output, c
1962
2413
  });
1963
2414
  return retVal;
1964
2415
  };
2416
+ const de_CollaborationIdNamespaceAssociation = (output, context) => {
2417
+ return take(output, {
2418
+ arn: __expectString,
2419
+ collaborationArn: __expectString,
2420
+ collaborationId: __expectString,
2421
+ createTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2422
+ creatorAccountId: __expectString,
2423
+ description: __expectString,
2424
+ id: __expectString,
2425
+ idMappingConfig: _json,
2426
+ inputReferenceConfig: _json,
2427
+ inputReferenceProperties: (_) => de_IdNamespaceAssociationInputReferenceProperties(_, context),
2428
+ name: __expectString,
2429
+ updateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2430
+ });
2431
+ };
2432
+ const de_CollaborationIdNamespaceAssociationSummary = (output, context) => {
2433
+ return take(output, {
2434
+ arn: __expectString,
2435
+ collaborationArn: __expectString,
2436
+ collaborationId: __expectString,
2437
+ createTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2438
+ creatorAccountId: __expectString,
2439
+ description: __expectString,
2440
+ id: __expectString,
2441
+ inputReferenceConfig: _json,
2442
+ inputReferenceProperties: _json,
2443
+ name: __expectString,
2444
+ updateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2445
+ });
2446
+ };
2447
+ const de_CollaborationIdNamespaceAssociationSummaryList = (output, context) => {
2448
+ const retVal = (output || [])
2449
+ .filter((e) => e != null)
2450
+ .map((entry) => {
2451
+ return de_CollaborationIdNamespaceAssociationSummary(entry, context);
2452
+ });
2453
+ return retVal;
2454
+ };
1965
2455
  const de_CollaborationPrivacyBudgetSummary = (output, context) => {
1966
2456
  return take(output, {
1967
2457
  budget: (_) => _json(__expectUnion(_)),
@@ -2105,6 +2595,7 @@ const de_ConfiguredTableAnalysisRule = (output, context) => {
2105
2595
  };
2106
2596
  const de_ConfiguredTableAssociation = (output, context) => {
2107
2597
  return take(output, {
2598
+ analysisRuleTypes: _json,
2108
2599
  arn: __expectString,
2109
2600
  configuredTableArn: __expectString,
2110
2601
  configuredTableId: __expectString,
@@ -2118,6 +2609,17 @@ const de_ConfiguredTableAssociation = (output, context) => {
2118
2609
  updateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2119
2610
  });
2120
2611
  };
2612
+ const de_ConfiguredTableAssociationAnalysisRule = (output, context) => {
2613
+ return take(output, {
2614
+ configuredTableAssociationArn: __expectString,
2615
+ configuredTableAssociationId: __expectString,
2616
+ createTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2617
+ membershipIdentifier: __expectString,
2618
+ policy: (_) => _json(__expectUnion(_)),
2619
+ type: __expectString,
2620
+ updateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2621
+ });
2622
+ };
2121
2623
  const de_ConfiguredTableAssociationSummary = (output, context) => {
2122
2624
  return take(output, {
2123
2625
  arn: __expectString,
@@ -2179,6 +2681,101 @@ const de_DifferentialPrivacySensitivityParametersList = (output, context) => {
2179
2681
  });
2180
2682
  return retVal;
2181
2683
  };
2684
+ const de_IdMappingTable = (output, context) => {
2685
+ return take(output, {
2686
+ arn: __expectString,
2687
+ collaborationArn: __expectString,
2688
+ collaborationId: __expectString,
2689
+ createTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2690
+ description: __expectString,
2691
+ id: __expectString,
2692
+ inputReferenceConfig: _json,
2693
+ inputReferenceProperties: _json,
2694
+ kmsKeyArn: __expectString,
2695
+ membershipArn: __expectString,
2696
+ membershipId: __expectString,
2697
+ name: __expectString,
2698
+ updateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2699
+ });
2700
+ };
2701
+ const de_IdMappingTableSummary = (output, context) => {
2702
+ return take(output, {
2703
+ arn: __expectString,
2704
+ collaborationArn: __expectString,
2705
+ collaborationId: __expectString,
2706
+ createTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2707
+ description: __expectString,
2708
+ id: __expectString,
2709
+ inputReferenceConfig: _json,
2710
+ membershipArn: __expectString,
2711
+ membershipId: __expectString,
2712
+ name: __expectString,
2713
+ updateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2714
+ });
2715
+ };
2716
+ const de_IdMappingTableSummaryList = (output, context) => {
2717
+ const retVal = (output || [])
2718
+ .filter((e) => e != null)
2719
+ .map((entry) => {
2720
+ return de_IdMappingTableSummary(entry, context);
2721
+ });
2722
+ return retVal;
2723
+ };
2724
+ const de_IdMappingWorkflowsSupported = (output, context) => {
2725
+ const retVal = (output || [])
2726
+ .filter((e) => e != null)
2727
+ .map((entry) => {
2728
+ return de_Document(entry, context);
2729
+ });
2730
+ return retVal;
2731
+ };
2732
+ const de_IdNamespaceAssociation = (output, context) => {
2733
+ return take(output, {
2734
+ arn: __expectString,
2735
+ collaborationArn: __expectString,
2736
+ collaborationId: __expectString,
2737
+ createTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2738
+ description: __expectString,
2739
+ id: __expectString,
2740
+ idMappingConfig: _json,
2741
+ inputReferenceConfig: _json,
2742
+ inputReferenceProperties: (_) => de_IdNamespaceAssociationInputReferenceProperties(_, context),
2743
+ membershipArn: __expectString,
2744
+ membershipId: __expectString,
2745
+ name: __expectString,
2746
+ updateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2747
+ });
2748
+ };
2749
+ const de_IdNamespaceAssociationInputReferenceProperties = (output, context) => {
2750
+ return take(output, {
2751
+ idMappingWorkflowsSupported: (_) => de_IdMappingWorkflowsSupported(_, context),
2752
+ idNamespaceType: __expectString,
2753
+ });
2754
+ };
2755
+ const de_IdNamespaceAssociationSummary = (output, context) => {
2756
+ return take(output, {
2757
+ arn: __expectString,
2758
+ collaborationArn: __expectString,
2759
+ collaborationId: __expectString,
2760
+ createTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2761
+ description: __expectString,
2762
+ id: __expectString,
2763
+ inputReferenceConfig: _json,
2764
+ inputReferenceProperties: _json,
2765
+ membershipArn: __expectString,
2766
+ membershipId: __expectString,
2767
+ name: __expectString,
2768
+ updateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2769
+ });
2770
+ };
2771
+ const de_IdNamespaceAssociationSummaryList = (output, context) => {
2772
+ const retVal = (output || [])
2773
+ .filter((e) => e != null)
2774
+ .map((entry) => {
2775
+ return de_IdNamespaceAssociationSummary(entry, context);
2776
+ });
2777
+ return retVal;
2778
+ };
2182
2779
  const de_Membership = (output, context) => {
2183
2780
  return take(output, {
2184
2781
  arn: __expectString,
@@ -2322,6 +2919,7 @@ const de_ProtectedQuerySummary = (output, context) => {
2322
2919
  id: __expectString,
2323
2920
  membershipArn: __expectString,
2324
2921
  membershipId: __expectString,
2922
+ receiverConfigurations: _json,
2325
2923
  status: __expectString,
2326
2924
  });
2327
2925
  };
@@ -2346,6 +2944,7 @@ const de_Schema = (output, context) => {
2346
2944
  name: __expectString,
2347
2945
  partitionKeys: _json,
2348
2946
  schemaStatusDetails: _json,
2947
+ schemaTypeProperties: (_) => _json(__expectUnion(_)),
2349
2948
  type: __expectString,
2350
2949
  updateTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
2351
2950
  });
@@ -2387,6 +2986,9 @@ const de_SchemaSummaryList = (output, context) => {
2387
2986
  });
2388
2987
  return retVal;
2389
2988
  };
2989
+ const de_Document = (output, context) => {
2990
+ return output;
2991
+ };
2390
2992
  const deserializeMetadata = (output) => ({
2391
2993
  httpStatusCode: output.statusCode,
2392
2994
  requestId: output.headers["x-amzn-requestid"] ?? output.headers["x-amzn-request-id"] ?? output.headers["x-amz-request-id"],