@aws-sdk/client-mediapackage-vod 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 (39) hide show
  1. package/dist-cjs/commands/ConfigureLogsCommand.js +2 -2
  2. package/dist-cjs/commands/CreateAssetCommand.js +2 -2
  3. package/dist-cjs/commands/CreatePackagingConfigurationCommand.js +2 -2
  4. package/dist-cjs/commands/CreatePackagingGroupCommand.js +2 -2
  5. package/dist-cjs/commands/DeleteAssetCommand.js +2 -2
  6. package/dist-cjs/commands/DeletePackagingConfigurationCommand.js +2 -2
  7. package/dist-cjs/commands/DeletePackagingGroupCommand.js +2 -2
  8. package/dist-cjs/commands/DescribeAssetCommand.js +2 -2
  9. package/dist-cjs/commands/DescribePackagingConfigurationCommand.js +2 -2
  10. package/dist-cjs/commands/DescribePackagingGroupCommand.js +2 -2
  11. package/dist-cjs/commands/ListAssetsCommand.js +2 -2
  12. package/dist-cjs/commands/ListPackagingConfigurationsCommand.js +2 -2
  13. package/dist-cjs/commands/ListPackagingGroupsCommand.js +2 -2
  14. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  15. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  16. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  17. package/dist-cjs/commands/UpdatePackagingGroupCommand.js +2 -2
  18. package/dist-cjs/protocols/Aws_restJson1.js +344 -400
  19. package/dist-es/commands/ConfigureLogsCommand.js +3 -3
  20. package/dist-es/commands/CreateAssetCommand.js +3 -3
  21. package/dist-es/commands/CreatePackagingConfigurationCommand.js +3 -3
  22. package/dist-es/commands/CreatePackagingGroupCommand.js +3 -3
  23. package/dist-es/commands/DeleteAssetCommand.js +3 -3
  24. package/dist-es/commands/DeletePackagingConfigurationCommand.js +3 -3
  25. package/dist-es/commands/DeletePackagingGroupCommand.js +3 -3
  26. package/dist-es/commands/DescribeAssetCommand.js +3 -3
  27. package/dist-es/commands/DescribePackagingConfigurationCommand.js +3 -3
  28. package/dist-es/commands/DescribePackagingGroupCommand.js +3 -3
  29. package/dist-es/commands/ListAssetsCommand.js +3 -3
  30. package/dist-es/commands/ListPackagingConfigurationsCommand.js +3 -3
  31. package/dist-es/commands/ListPackagingGroupsCommand.js +3 -3
  32. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  33. package/dist-es/commands/TagResourceCommand.js +3 -3
  34. package/dist-es/commands/UntagResourceCommand.js +3 -3
  35. package/dist-es/commands/UpdatePackagingGroupCommand.js +3 -3
  36. package/dist-es/protocols/Aws_restJson1.js +309 -365
  37. package/dist-types/protocols/Aws_restJson1.d.ts +136 -34
  38. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +34 -34
  39. package/package.json +35 -35
@@ -36,10 +36,10 @@ class ConfigureLogsCommand 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_restJson1ConfigureLogsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ConfigureLogsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ConfigureLogsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ConfigureLogsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ConfigureLogsCommand = ConfigureLogsCommand;
@@ -36,10 +36,10 @@ class CreateAssetCommand 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_restJson1CreateAssetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreateAssetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreateAssetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreateAssetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateAssetCommand = CreateAssetCommand;
@@ -36,10 +36,10 @@ class CreatePackagingConfigurationCommand 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_restJson1CreatePackagingConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreatePackagingConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreatePackagingConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreatePackagingConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreatePackagingConfigurationCommand = CreatePackagingConfigurationCommand;
@@ -36,10 +36,10 @@ class CreatePackagingGroupCommand 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_restJson1CreatePackagingGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CreatePackagingGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CreatePackagingGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CreatePackagingGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreatePackagingGroupCommand = CreatePackagingGroupCommand;
@@ -36,10 +36,10 @@ class DeleteAssetCommand 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_restJson1DeleteAssetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteAssetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteAssetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteAssetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteAssetCommand = DeleteAssetCommand;
@@ -36,10 +36,10 @@ class DeletePackagingConfigurationCommand 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_restJson1DeletePackagingConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeletePackagingConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeletePackagingConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeletePackagingConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeletePackagingConfigurationCommand = DeletePackagingConfigurationCommand;
@@ -36,10 +36,10 @@ class DeletePackagingGroupCommand 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_restJson1DeletePackagingGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeletePackagingGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeletePackagingGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeletePackagingGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeletePackagingGroupCommand = DeletePackagingGroupCommand;
@@ -36,10 +36,10 @@ class DescribeAssetCommand 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_restJson1DescribeAssetCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeAssetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeAssetCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeAssetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeAssetCommand = DescribeAssetCommand;
@@ -36,10 +36,10 @@ class DescribePackagingConfigurationCommand 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_restJson1DescribePackagingConfigurationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribePackagingConfigurationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribePackagingConfigurationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribePackagingConfigurationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribePackagingConfigurationCommand = DescribePackagingConfigurationCommand;
@@ -36,10 +36,10 @@ class DescribePackagingGroupCommand 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_restJson1DescribePackagingGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribePackagingGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribePackagingGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribePackagingGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribePackagingGroupCommand = DescribePackagingGroupCommand;
@@ -36,10 +36,10 @@ class ListAssetsCommand 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_restJson1ListAssetsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListAssetsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListAssetsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListAssetsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListAssetsCommand = ListAssetsCommand;
@@ -36,10 +36,10 @@ class ListPackagingConfigurationsCommand 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_restJson1ListPackagingConfigurationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListPackagingConfigurationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListPackagingConfigurationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListPackagingConfigurationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListPackagingConfigurationsCommand = ListPackagingConfigurationsCommand;
@@ -36,10 +36,10 @@ class ListPackagingGroupsCommand 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_restJson1ListPackagingGroupsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListPackagingGroupsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListPackagingGroupsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListPackagingGroupsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListPackagingGroupsCommand = ListPackagingGroupsCommand;
@@ -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 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 UpdatePackagingGroupCommand 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_restJson1UpdatePackagingGroupCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_UpdatePackagingGroupCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1UpdatePackagingGroupCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_UpdatePackagingGroupCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.UpdatePackagingGroupCommand = UpdatePackagingGroupCommand;