@aws-sdk/client-ebs 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.
@@ -36,10 +36,10 @@ class CompleteSnapshotCommand 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_restJson1CompleteSnapshotCommand)(input, context);
39
+ return (0, Aws_restJson1_1.se_CompleteSnapshotCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_restJson1_1.deserializeAws_restJson1CompleteSnapshotCommand)(output, context);
42
+ return (0, Aws_restJson1_1.de_CompleteSnapshotCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CompleteSnapshotCommand = CompleteSnapshotCommand;
@@ -37,10 +37,10 @@ class GetSnapshotBlockCommand 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_restJson1GetSnapshotBlockCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_GetSnapshotBlockCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1GetSnapshotBlockCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_GetSnapshotBlockCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.GetSnapshotBlockCommand = GetSnapshotBlockCommand;
@@ -37,10 +37,10 @@ class ListChangedBlocksCommand 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_restJson1ListChangedBlocksCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_ListChangedBlocksCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListChangedBlocksCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_ListChangedBlocksCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.ListChangedBlocksCommand = ListChangedBlocksCommand;
@@ -37,10 +37,10 @@ class ListSnapshotBlocksCommand 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_restJson1ListSnapshotBlocksCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_ListSnapshotBlocksCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1ListSnapshotBlocksCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_ListSnapshotBlocksCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.ListSnapshotBlocksCommand = ListSnapshotBlocksCommand;
@@ -37,10 +37,10 @@ class PutSnapshotBlockCommand 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_restJson1PutSnapshotBlockCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_PutSnapshotBlockCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1PutSnapshotBlockCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_PutSnapshotBlockCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.PutSnapshotBlockCommand = PutSnapshotBlockCommand;
@@ -37,10 +37,10 @@ class StartSnapshotCommand 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_restJson1StartSnapshotCommand)(input, context);
40
+ return (0, Aws_restJson1_1.se_StartSnapshotCommand)(input, context);
41
41
  }
42
42
  deserialize(output, context) {
43
- return (0, Aws_restJson1_1.deserializeAws_restJson1StartSnapshotCommand)(output, context);
43
+ return (0, Aws_restJson1_1.de_StartSnapshotCommand)(output, context);
44
44
  }
45
45
  }
46
46
  exports.StartSnapshotCommand = StartSnapshotCommand;