@aws-sdk/client-chime-sdk-meetings 3.303.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 (37) hide show
  1. package/dist-cjs/commands/BatchCreateAttendeeCommand.js +2 -2
  2. package/dist-cjs/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.js +2 -2
  3. package/dist-cjs/commands/CreateAttendeeCommand.js +2 -2
  4. package/dist-cjs/commands/CreateMeetingCommand.js +2 -2
  5. package/dist-cjs/commands/CreateMeetingWithAttendeesCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteAttendeeCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteMeetingCommand.js +2 -2
  8. package/dist-cjs/commands/GetAttendeeCommand.js +2 -2
  9. package/dist-cjs/commands/GetMeetingCommand.js +2 -2
  10. package/dist-cjs/commands/ListAttendeesCommand.js +2 -2
  11. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  12. package/dist-cjs/commands/StartMeetingTranscriptionCommand.js +2 -2
  13. package/dist-cjs/commands/StopMeetingTranscriptionCommand.js +2 -2
  14. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  15. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  16. package/dist-cjs/commands/UpdateAttendeeCapabilitiesCommand.js +2 -2
  17. package/dist-cjs/protocols/Aws_restJson1.js +284 -300
  18. package/dist-es/commands/BatchCreateAttendeeCommand.js +3 -3
  19. package/dist-es/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.js +3 -3
  20. package/dist-es/commands/CreateAttendeeCommand.js +3 -3
  21. package/dist-es/commands/CreateMeetingCommand.js +3 -3
  22. package/dist-es/commands/CreateMeetingWithAttendeesCommand.js +3 -3
  23. package/dist-es/commands/DeleteAttendeeCommand.js +3 -3
  24. package/dist-es/commands/DeleteMeetingCommand.js +3 -3
  25. package/dist-es/commands/GetAttendeeCommand.js +3 -3
  26. package/dist-es/commands/GetMeetingCommand.js +3 -3
  27. package/dist-es/commands/ListAttendeesCommand.js +3 -3
  28. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  29. package/dist-es/commands/StartMeetingTranscriptionCommand.js +3 -3
  30. package/dist-es/commands/StopMeetingTranscriptionCommand.js +3 -3
  31. package/dist-es/commands/TagResourceCommand.js +3 -3
  32. package/dist-es/commands/UntagResourceCommand.js +3 -3
  33. package/dist-es/commands/UpdateAttendeeCapabilitiesCommand.js +3 -3
  34. package/dist-es/protocols/Aws_restJson1.js +251 -267
  35. package/dist-types/protocols/Aws_restJson1.d.ts +128 -32
  36. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +32 -32
  37. package/package.json +29 -29
@@ -37,10 +37,10 @@ class BatchCreateAttendeeCommand 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_restJson1BatchCreateAttendeeCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_BatchCreateAttendeeCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1BatchCreateAttendeeCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_BatchCreateAttendeeCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.BatchCreateAttendeeCommand = BatchCreateAttendeeCommand;
@@ -36,10 +36,10 @@ class BatchUpdateAttendeeCapabilitiesExceptCommand extends smithy_client_1.Comma
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_restJson1BatchUpdateAttendeeCapabilitiesExceptCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_BatchUpdateAttendeeCapabilitiesExceptCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1BatchUpdateAttendeeCapabilitiesExceptCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_BatchUpdateAttendeeCapabilitiesExceptCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.BatchUpdateAttendeeCapabilitiesExceptCommand = BatchUpdateAttendeeCapabilitiesExceptCommand;
@@ -37,10 +37,10 @@ class CreateAttendeeCommand 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_restJson1CreateAttendeeCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_CreateAttendeeCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateAttendeeCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_CreateAttendeeCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateAttendeeCommand = CreateAttendeeCommand;
@@ -37,10 +37,10 @@ class CreateMeetingCommand 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_restJson1CreateMeetingCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_CreateMeetingCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateMeetingCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_CreateMeetingCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateMeetingCommand = CreateMeetingCommand;
@@ -37,10 +37,10 @@ class CreateMeetingWithAttendeesCommand 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_restJson1CreateMeetingWithAttendeesCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_CreateMeetingWithAttendeesCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateMeetingWithAttendeesCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_CreateMeetingWithAttendeesCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.CreateMeetingWithAttendeesCommand = CreateMeetingWithAttendeesCommand;
@@ -36,10 +36,10 @@ class DeleteAttendeeCommand 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_restJson1DeleteAttendeeCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteAttendeeCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteAttendeeCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteAttendeeCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteAttendeeCommand = DeleteAttendeeCommand;
@@ -36,10 +36,10 @@ class DeleteMeetingCommand 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_restJson1DeleteMeetingCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteMeetingCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteMeetingCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteMeetingCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteMeetingCommand = DeleteMeetingCommand;
@@ -37,10 +37,10 @@ class GetAttendeeCommand 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_restJson1GetAttendeeCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_GetAttendeeCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetAttendeeCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_GetAttendeeCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.GetAttendeeCommand = GetAttendeeCommand;
@@ -37,10 +37,10 @@ class GetMeetingCommand 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_restJson1GetMeetingCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_GetMeetingCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetMeetingCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_GetMeetingCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.GetMeetingCommand = GetMeetingCommand;
@@ -37,10 +37,10 @@ class ListAttendeesCommand 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_restJson1ListAttendeesCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_ListAttendeesCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListAttendeesCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_ListAttendeesCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.ListAttendeesCommand = ListAttendeesCommand;
@@ -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;
@@ -36,10 +36,10 @@ class StartMeetingTranscriptionCommand 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_restJson1StartMeetingTranscriptionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StartMeetingTranscriptionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StartMeetingTranscriptionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StartMeetingTranscriptionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StartMeetingTranscriptionCommand = StartMeetingTranscriptionCommand;
@@ -36,10 +36,10 @@ class StopMeetingTranscriptionCommand 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_restJson1StopMeetingTranscriptionCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StopMeetingTranscriptionCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StopMeetingTranscriptionCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StopMeetingTranscriptionCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StopMeetingTranscriptionCommand = StopMeetingTranscriptionCommand;
@@ -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;
@@ -37,10 +37,10 @@ class UpdateAttendeeCapabilitiesCommand 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_restJson1UpdateAttendeeCapabilitiesCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_UpdateAttendeeCapabilitiesCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateAttendeeCapabilitiesCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_UpdateAttendeeCapabilitiesCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.UpdateAttendeeCapabilitiesCommand = UpdateAttendeeCapabilitiesCommand;