@aws-sdk/client-cleanrooms 3.306.0 → 3.310.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 +35 -35
@@ -36,10 +36,10 @@ class BatchGetSchemaCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1BatchGetSchemaCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_BatchGetSchemaCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1BatchGetSchemaCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_BatchGetSchemaCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.BatchGetSchemaCommand = BatchGetSchemaCommand;
@@ -36,10 +36,10 @@ class CreateCollaborationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateCollaborationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateCollaborationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateCollaborationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateCollaborationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateCollaborationCommand = CreateCollaborationCommand;
@@ -36,10 +36,10 @@ class CreateConfiguredTableAnalysisRuleCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateConfiguredTableAnalysisRuleCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateConfiguredTableAnalysisRuleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateConfiguredTableAnalysisRuleCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateConfiguredTableAnalysisRuleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateConfiguredTableAnalysisRuleCommand = CreateConfiguredTableAnalysisRuleCommand;
@@ -36,10 +36,10 @@ class CreateConfiguredTableAssociationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateConfiguredTableAssociationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateConfiguredTableAssociationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateConfiguredTableAssociationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateConfiguredTableAssociationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateConfiguredTableAssociationCommand = CreateConfiguredTableAssociationCommand;
@@ -36,10 +36,10 @@ class CreateConfiguredTableCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateConfiguredTableCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateConfiguredTableCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateConfiguredTableCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateConfiguredTableCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateConfiguredTableCommand = CreateConfiguredTableCommand;
@@ -36,10 +36,10 @@ class CreateMembershipCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1CreateMembershipCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateMembershipCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateMembershipCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateMembershipCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateMembershipCommand = CreateMembershipCommand;
@@ -36,10 +36,10 @@ class DeleteCollaborationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteCollaborationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteCollaborationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteCollaborationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteCollaborationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteCollaborationCommand = DeleteCollaborationCommand;
@@ -36,10 +36,10 @@ class DeleteConfiguredTableAnalysisRuleCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteConfiguredTableAnalysisRuleCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteConfiguredTableAnalysisRuleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteConfiguredTableAnalysisRuleCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteConfiguredTableAnalysisRuleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteConfiguredTableAnalysisRuleCommand = DeleteConfiguredTableAnalysisRuleCommand;
@@ -36,10 +36,10 @@ class DeleteConfiguredTableAssociationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteConfiguredTableAssociationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteConfiguredTableAssociationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteConfiguredTableAssociationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteConfiguredTableAssociationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteConfiguredTableAssociationCommand = DeleteConfiguredTableAssociationCommand;
@@ -36,10 +36,10 @@ class DeleteConfiguredTableCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteConfiguredTableCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteConfiguredTableCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteConfiguredTableCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteConfiguredTableCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteConfiguredTableCommand = DeleteConfiguredTableCommand;
@@ -36,10 +36,10 @@ class DeleteMemberCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteMemberCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteMemberCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteMemberCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteMemberCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteMemberCommand = DeleteMemberCommand;
@@ -36,10 +36,10 @@ class DeleteMembershipCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1DeleteMembershipCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteMembershipCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteMembershipCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteMembershipCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteMembershipCommand = DeleteMembershipCommand;
@@ -36,10 +36,10 @@ class GetCollaborationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetCollaborationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetCollaborationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetCollaborationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetCollaborationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetCollaborationCommand = GetCollaborationCommand;
@@ -36,10 +36,10 @@ class GetConfiguredTableAnalysisRuleCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetConfiguredTableAnalysisRuleCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetConfiguredTableAnalysisRuleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetConfiguredTableAnalysisRuleCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetConfiguredTableAnalysisRuleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetConfiguredTableAnalysisRuleCommand = GetConfiguredTableAnalysisRuleCommand;
@@ -36,10 +36,10 @@ class GetConfiguredTableAssociationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetConfiguredTableAssociationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetConfiguredTableAssociationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetConfiguredTableAssociationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetConfiguredTableAssociationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetConfiguredTableAssociationCommand = GetConfiguredTableAssociationCommand;
@@ -36,10 +36,10 @@ class GetConfiguredTableCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetConfiguredTableCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetConfiguredTableCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetConfiguredTableCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetConfiguredTableCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetConfiguredTableCommand = GetConfiguredTableCommand;
@@ -36,10 +36,10 @@ class GetMembershipCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetMembershipCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetMembershipCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetMembershipCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetMembershipCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetMembershipCommand = GetMembershipCommand;
@@ -37,10 +37,10 @@ class GetProtectedQueryCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1GetProtectedQueryCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_GetProtectedQueryCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetProtectedQueryCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_GetProtectedQueryCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.GetProtectedQueryCommand = GetProtectedQueryCommand;
@@ -36,10 +36,10 @@ class GetSchemaAnalysisRuleCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetSchemaAnalysisRuleCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetSchemaAnalysisRuleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetSchemaAnalysisRuleCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetSchemaAnalysisRuleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetSchemaAnalysisRuleCommand = GetSchemaAnalysisRuleCommand;
@@ -36,10 +36,10 @@ class GetSchemaCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1GetSchemaCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_GetSchemaCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetSchemaCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_GetSchemaCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetSchemaCommand = GetSchemaCommand;
@@ -36,10 +36,10 @@ class ListCollaborationsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListCollaborationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListCollaborationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListCollaborationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListCollaborationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListCollaborationsCommand = ListCollaborationsCommand;
@@ -36,10 +36,10 @@ class ListConfiguredTableAssociationsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListConfiguredTableAssociationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListConfiguredTableAssociationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListConfiguredTableAssociationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListConfiguredTableAssociationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListConfiguredTableAssociationsCommand = ListConfiguredTableAssociationsCommand;
@@ -36,10 +36,10 @@ class ListConfiguredTablesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListConfiguredTablesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListConfiguredTablesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListConfiguredTablesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListConfiguredTablesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListConfiguredTablesCommand = ListConfiguredTablesCommand;
@@ -36,10 +36,10 @@ class ListMembersCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListMembersCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListMembersCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListMembersCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListMembersCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListMembersCommand = ListMembersCommand;
@@ -36,10 +36,10 @@ class ListMembershipsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListMembershipsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListMembershipsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListMembershipsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListMembershipsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListMembershipsCommand = ListMembershipsCommand;
@@ -36,10 +36,10 @@ class ListProtectedQueriesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListProtectedQueriesCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListProtectedQueriesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListProtectedQueriesCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListProtectedQueriesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListProtectedQueriesCommand = ListProtectedQueriesCommand;
@@ -36,10 +36,10 @@ class ListSchemasCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListSchemasCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListSchemasCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListSchemasCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListSchemasCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListSchemasCommand = ListSchemasCommand;
@@ -36,10 +36,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListTagsForResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListTagsForResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -37,10 +37,10 @@ class StartProtectedQueryCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1StartProtectedQueryCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_StartProtectedQueryCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1StartProtectedQueryCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_StartProtectedQueryCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.StartProtectedQueryCommand = StartProtectedQueryCommand;
@@ -36,10 +36,10 @@ class TagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1TagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_TagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_TagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.TagResourceCommand = TagResourceCommand;
@@ -36,10 +36,10 @@ class UntagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UntagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UntagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -36,10 +36,10 @@ class UpdateCollaborationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateCollaborationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateCollaborationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateCollaborationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateCollaborationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateCollaborationCommand = UpdateCollaborationCommand;
@@ -36,10 +36,10 @@ class UpdateConfiguredTableAnalysisRuleCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateConfiguredTableAnalysisRuleCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateConfiguredTableAnalysisRuleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateConfiguredTableAnalysisRuleCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateConfiguredTableAnalysisRuleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateConfiguredTableAnalysisRuleCommand = UpdateConfiguredTableAnalysisRuleCommand;
@@ -36,10 +36,10 @@ class UpdateConfiguredTableAssociationCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateConfiguredTableAssociationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateConfiguredTableAssociationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateConfiguredTableAssociationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateConfiguredTableAssociationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateConfiguredTableAssociationCommand = UpdateConfiguredTableAssociationCommand;
@@ -36,10 +36,10 @@ class UpdateConfiguredTableCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateConfiguredTableCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateConfiguredTableCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateConfiguredTableCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateConfiguredTableCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateConfiguredTableCommand = UpdateConfiguredTableCommand;
@@ -36,10 +36,10 @@ class UpdateMembershipCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateMembershipCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdateMembershipCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateMembershipCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdateMembershipCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdateMembershipCommand = UpdateMembershipCommand;
@@ -37,10 +37,10 @@ class UpdateProtectedQueryCommand extends smithy_client_1.Command {
37
37
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
38
38
  }
39
39
  serialize(input, context) {
40
- return (0, Aws_restJson1_1.serializeAws_restJson1UpdateProtectedQueryCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_UpdateProtectedQueryCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateProtectedQueryCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_UpdateProtectedQueryCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.UpdateProtectedQueryCommand = UpdateProtectedQueryCommand;