@aws-sdk/client-simspaceweaver 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 (35) hide show
  1. package/dist-cjs/commands/DeleteAppCommand.js +2 -2
  2. package/dist-cjs/commands/DeleteSimulationCommand.js +2 -2
  3. package/dist-cjs/commands/DescribeAppCommand.js +2 -2
  4. package/dist-cjs/commands/DescribeSimulationCommand.js +2 -2
  5. package/dist-cjs/commands/ListAppsCommand.js +2 -2
  6. package/dist-cjs/commands/ListSimulationsCommand.js +2 -2
  7. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  8. package/dist-cjs/commands/StartAppCommand.js +2 -2
  9. package/dist-cjs/commands/StartClockCommand.js +2 -2
  10. package/dist-cjs/commands/StartSimulationCommand.js +2 -2
  11. package/dist-cjs/commands/StopAppCommand.js +2 -2
  12. package/dist-cjs/commands/StopClockCommand.js +2 -2
  13. package/dist-cjs/commands/StopSimulationCommand.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/protocols/Aws_restJson1.js +209 -219
  17. package/dist-es/commands/DeleteAppCommand.js +3 -3
  18. package/dist-es/commands/DeleteSimulationCommand.js +3 -3
  19. package/dist-es/commands/DescribeAppCommand.js +3 -3
  20. package/dist-es/commands/DescribeSimulationCommand.js +3 -3
  21. package/dist-es/commands/ListAppsCommand.js +3 -3
  22. package/dist-es/commands/ListSimulationsCommand.js +3 -3
  23. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  24. package/dist-es/commands/StartAppCommand.js +3 -3
  25. package/dist-es/commands/StartClockCommand.js +3 -3
  26. package/dist-es/commands/StartSimulationCommand.js +3 -3
  27. package/dist-es/commands/StopAppCommand.js +3 -3
  28. package/dist-es/commands/StopClockCommand.js +3 -3
  29. package/dist-es/commands/StopSimulationCommand.js +3 -3
  30. package/dist-es/commands/TagResourceCommand.js +3 -3
  31. package/dist-es/commands/UntagResourceCommand.js +3 -3
  32. package/dist-es/protocols/Aws_restJson1.js +178 -188
  33. package/dist-types/protocols/Aws_restJson1.d.ts +120 -30
  34. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +30 -30
  35. package/package.json +29 -29
@@ -36,10 +36,10 @@ class DeleteAppCommand 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_restJson1DeleteAppCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteAppCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteAppCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteAppCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteAppCommand = DeleteAppCommand;
@@ -36,10 +36,10 @@ class DeleteSimulationCommand 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_restJson1DeleteSimulationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DeleteSimulationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteSimulationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DeleteSimulationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteSimulationCommand = DeleteSimulationCommand;
@@ -36,10 +36,10 @@ class DescribeAppCommand 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_restJson1DescribeAppCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeAppCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeAppCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeAppCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeAppCommand = DescribeAppCommand;
@@ -36,10 +36,10 @@ class DescribeSimulationCommand 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_restJson1DescribeSimulationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_DescribeSimulationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeSimulationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_DescribeSimulationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DescribeSimulationCommand = DescribeSimulationCommand;
@@ -36,10 +36,10 @@ class ListAppsCommand 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_restJson1ListAppsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListAppsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListAppsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListAppsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListAppsCommand = ListAppsCommand;
@@ -36,10 +36,10 @@ class ListSimulationsCommand 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_restJson1ListSimulationsCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_ListSimulationsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListSimulationsCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_ListSimulationsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListSimulationsCommand = ListSimulationsCommand;
@@ -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 StartAppCommand 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_restJson1StartAppCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_StartAppCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1StartAppCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_StartAppCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.StartAppCommand = StartAppCommand;
@@ -36,10 +36,10 @@ class StartClockCommand 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_restJson1StartClockCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StartClockCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StartClockCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StartClockCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StartClockCommand = StartClockCommand;
@@ -37,10 +37,10 @@ class StartSimulationCommand 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_restJson1StartSimulationCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_StartSimulationCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1StartSimulationCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_StartSimulationCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.StartSimulationCommand = StartSimulationCommand;
@@ -36,10 +36,10 @@ class StopAppCommand 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_restJson1StopAppCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StopAppCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StopAppCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StopAppCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StopAppCommand = StopAppCommand;
@@ -36,10 +36,10 @@ class StopClockCommand 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_restJson1StopClockCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StopClockCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StopClockCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StopClockCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StopClockCommand = StopClockCommand;
@@ -36,10 +36,10 @@ class StopSimulationCommand 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_restJson1StopSimulationCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_StopSimulationCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1StopSimulationCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_StopSimulationCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.StopSimulationCommand = StopSimulationCommand;
@@ -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;