@aws-sdk/client-s3-control 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 (133) hide show
  1. package/dist-cjs/commands/CreateAccessPointCommand.js +2 -2
  2. package/dist-cjs/commands/CreateAccessPointForObjectLambdaCommand.js +2 -2
  3. package/dist-cjs/commands/CreateBucketCommand.js +2 -2
  4. package/dist-cjs/commands/CreateJobCommand.js +2 -2
  5. package/dist-cjs/commands/CreateMultiRegionAccessPointCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteAccessPointCommand.js +2 -2
  7. package/dist-cjs/commands/DeleteAccessPointForObjectLambdaCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteAccessPointPolicyCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteBucketCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteBucketLifecycleConfigurationCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteBucketPolicyCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteBucketReplicationCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteBucketTaggingCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteJobTaggingCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteMultiRegionAccessPointCommand.js +2 -2
  17. package/dist-cjs/commands/DeletePublicAccessBlockCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteStorageLensConfigurationCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteStorageLensConfigurationTaggingCommand.js +2 -2
  20. package/dist-cjs/commands/DescribeJobCommand.js +2 -2
  21. package/dist-cjs/commands/DescribeMultiRegionAccessPointOperationCommand.js +2 -2
  22. package/dist-cjs/commands/GetAccessPointCommand.js +2 -2
  23. package/dist-cjs/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +2 -2
  24. package/dist-cjs/commands/GetAccessPointForObjectLambdaCommand.js +2 -2
  25. package/dist-cjs/commands/GetAccessPointPolicyCommand.js +2 -2
  26. package/dist-cjs/commands/GetAccessPointPolicyForObjectLambdaCommand.js +2 -2
  27. package/dist-cjs/commands/GetAccessPointPolicyStatusCommand.js +2 -2
  28. package/dist-cjs/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +2 -2
  29. package/dist-cjs/commands/GetBucketCommand.js +2 -2
  30. package/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +2 -2
  31. package/dist-cjs/commands/GetBucketPolicyCommand.js +2 -2
  32. package/dist-cjs/commands/GetBucketReplicationCommand.js +2 -2
  33. package/dist-cjs/commands/GetBucketTaggingCommand.js +2 -2
  34. package/dist-cjs/commands/GetBucketVersioningCommand.js +2 -2
  35. package/dist-cjs/commands/GetJobTaggingCommand.js +2 -2
  36. package/dist-cjs/commands/GetMultiRegionAccessPointCommand.js +2 -2
  37. package/dist-cjs/commands/GetMultiRegionAccessPointPolicyCommand.js +2 -2
  38. package/dist-cjs/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +2 -2
  39. package/dist-cjs/commands/GetMultiRegionAccessPointRoutesCommand.js +2 -2
  40. package/dist-cjs/commands/GetPublicAccessBlockCommand.js +2 -2
  41. package/dist-cjs/commands/GetStorageLensConfigurationCommand.js +2 -2
  42. package/dist-cjs/commands/GetStorageLensConfigurationTaggingCommand.js +2 -2
  43. package/dist-cjs/commands/ListAccessPointsCommand.js +2 -2
  44. package/dist-cjs/commands/ListAccessPointsForObjectLambdaCommand.js +2 -2
  45. package/dist-cjs/commands/ListJobsCommand.js +2 -2
  46. package/dist-cjs/commands/ListMultiRegionAccessPointsCommand.js +2 -2
  47. package/dist-cjs/commands/ListRegionalBucketsCommand.js +2 -2
  48. package/dist-cjs/commands/ListStorageLensConfigurationsCommand.js +2 -2
  49. package/dist-cjs/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +2 -2
  50. package/dist-cjs/commands/PutAccessPointPolicyCommand.js +2 -2
  51. package/dist-cjs/commands/PutAccessPointPolicyForObjectLambdaCommand.js +2 -2
  52. package/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +2 -2
  53. package/dist-cjs/commands/PutBucketPolicyCommand.js +2 -2
  54. package/dist-cjs/commands/PutBucketReplicationCommand.js +2 -2
  55. package/dist-cjs/commands/PutBucketTaggingCommand.js +2 -2
  56. package/dist-cjs/commands/PutBucketVersioningCommand.js +2 -2
  57. package/dist-cjs/commands/PutJobTaggingCommand.js +2 -2
  58. package/dist-cjs/commands/PutMultiRegionAccessPointPolicyCommand.js +2 -2
  59. package/dist-cjs/commands/PutPublicAccessBlockCommand.js +2 -2
  60. package/dist-cjs/commands/PutStorageLensConfigurationCommand.js +2 -2
  61. package/dist-cjs/commands/PutStorageLensConfigurationTaggingCommand.js +2 -2
  62. package/dist-cjs/commands/SubmitMultiRegionAccessPointRoutesCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateJobPriorityCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateJobStatusCommand.js +2 -2
  65. package/dist-cjs/protocols/Aws_restXml.js +963 -963
  66. package/dist-es/commands/CreateAccessPointCommand.js +3 -3
  67. package/dist-es/commands/CreateAccessPointForObjectLambdaCommand.js +3 -3
  68. package/dist-es/commands/CreateBucketCommand.js +3 -3
  69. package/dist-es/commands/CreateJobCommand.js +3 -3
  70. package/dist-es/commands/CreateMultiRegionAccessPointCommand.js +3 -3
  71. package/dist-es/commands/DeleteAccessPointCommand.js +3 -3
  72. package/dist-es/commands/DeleteAccessPointForObjectLambdaCommand.js +3 -3
  73. package/dist-es/commands/DeleteAccessPointPolicyCommand.js +3 -3
  74. package/dist-es/commands/DeleteAccessPointPolicyForObjectLambdaCommand.js +3 -3
  75. package/dist-es/commands/DeleteBucketCommand.js +3 -3
  76. package/dist-es/commands/DeleteBucketLifecycleConfigurationCommand.js +3 -3
  77. package/dist-es/commands/DeleteBucketPolicyCommand.js +3 -3
  78. package/dist-es/commands/DeleteBucketReplicationCommand.js +3 -3
  79. package/dist-es/commands/DeleteBucketTaggingCommand.js +3 -3
  80. package/dist-es/commands/DeleteJobTaggingCommand.js +3 -3
  81. package/dist-es/commands/DeleteMultiRegionAccessPointCommand.js +3 -3
  82. package/dist-es/commands/DeletePublicAccessBlockCommand.js +3 -3
  83. package/dist-es/commands/DeleteStorageLensConfigurationCommand.js +3 -3
  84. package/dist-es/commands/DeleteStorageLensConfigurationTaggingCommand.js +3 -3
  85. package/dist-es/commands/DescribeJobCommand.js +3 -3
  86. package/dist-es/commands/DescribeMultiRegionAccessPointOperationCommand.js +3 -3
  87. package/dist-es/commands/GetAccessPointCommand.js +3 -3
  88. package/dist-es/commands/GetAccessPointConfigurationForObjectLambdaCommand.js +3 -3
  89. package/dist-es/commands/GetAccessPointForObjectLambdaCommand.js +3 -3
  90. package/dist-es/commands/GetAccessPointPolicyCommand.js +3 -3
  91. package/dist-es/commands/GetAccessPointPolicyForObjectLambdaCommand.js +3 -3
  92. package/dist-es/commands/GetAccessPointPolicyStatusCommand.js +3 -3
  93. package/dist-es/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.js +3 -3
  94. package/dist-es/commands/GetBucketCommand.js +3 -3
  95. package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +3 -3
  96. package/dist-es/commands/GetBucketPolicyCommand.js +3 -3
  97. package/dist-es/commands/GetBucketReplicationCommand.js +3 -3
  98. package/dist-es/commands/GetBucketTaggingCommand.js +3 -3
  99. package/dist-es/commands/GetBucketVersioningCommand.js +3 -3
  100. package/dist-es/commands/GetJobTaggingCommand.js +3 -3
  101. package/dist-es/commands/GetMultiRegionAccessPointCommand.js +3 -3
  102. package/dist-es/commands/GetMultiRegionAccessPointPolicyCommand.js +3 -3
  103. package/dist-es/commands/GetMultiRegionAccessPointPolicyStatusCommand.js +3 -3
  104. package/dist-es/commands/GetMultiRegionAccessPointRoutesCommand.js +3 -3
  105. package/dist-es/commands/GetPublicAccessBlockCommand.js +3 -3
  106. package/dist-es/commands/GetStorageLensConfigurationCommand.js +3 -3
  107. package/dist-es/commands/GetStorageLensConfigurationTaggingCommand.js +3 -3
  108. package/dist-es/commands/ListAccessPointsCommand.js +3 -3
  109. package/dist-es/commands/ListAccessPointsForObjectLambdaCommand.js +3 -3
  110. package/dist-es/commands/ListJobsCommand.js +3 -3
  111. package/dist-es/commands/ListMultiRegionAccessPointsCommand.js +3 -3
  112. package/dist-es/commands/ListRegionalBucketsCommand.js +3 -3
  113. package/dist-es/commands/ListStorageLensConfigurationsCommand.js +3 -3
  114. package/dist-es/commands/PutAccessPointConfigurationForObjectLambdaCommand.js +3 -3
  115. package/dist-es/commands/PutAccessPointPolicyCommand.js +3 -3
  116. package/dist-es/commands/PutAccessPointPolicyForObjectLambdaCommand.js +3 -3
  117. package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +3 -3
  118. package/dist-es/commands/PutBucketPolicyCommand.js +3 -3
  119. package/dist-es/commands/PutBucketReplicationCommand.js +3 -3
  120. package/dist-es/commands/PutBucketTaggingCommand.js +3 -3
  121. package/dist-es/commands/PutBucketVersioningCommand.js +3 -3
  122. package/dist-es/commands/PutJobTaggingCommand.js +3 -3
  123. package/dist-es/commands/PutMultiRegionAccessPointPolicyCommand.js +3 -3
  124. package/dist-es/commands/PutPublicAccessBlockCommand.js +3 -3
  125. package/dist-es/commands/PutStorageLensConfigurationCommand.js +3 -3
  126. package/dist-es/commands/PutStorageLensConfigurationTaggingCommand.js +3 -3
  127. package/dist-es/commands/SubmitMultiRegionAccessPointRoutesCommand.js +3 -3
  128. package/dist-es/commands/UpdateJobPriorityCommand.js +3 -3
  129. package/dist-es/commands/UpdateJobStatusCommand.js +3 -3
  130. package/dist-es/protocols/Aws_restXml.js +832 -832
  131. package/dist-types/protocols/Aws_restXml.d.ts +512 -128
  132. package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +128 -128
  133. package/package.json +34 -34
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { deserializeAws_restXmlCreateAccessPointCommand, serializeAws_restXmlCreateAccessPointCommand, } from "../protocols/Aws_restXml";
5
+ import { de_CreateAccessPointCommand, se_CreateAccessPointCommand } from "../protocols/Aws_restXml";
6
6
  export class CreateAccessPointCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -39,9 +39,9 @@ export class CreateAccessPointCommand extends $Command {
39
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
40
  }
41
41
  serialize(input, context) {
42
- return serializeAws_restXmlCreateAccessPointCommand(input, context);
42
+ return se_CreateAccessPointCommand(input, context);
43
43
  }
44
44
  deserialize(output, context) {
45
- return deserializeAws_restXmlCreateAccessPointCommand(output, context);
45
+ return de_CreateAccessPointCommand(output, context);
46
46
  }
47
47
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { deserializeAws_restXmlCreateAccessPointForObjectLambdaCommand, serializeAws_restXmlCreateAccessPointForObjectLambdaCommand, } from "../protocols/Aws_restXml";
5
+ import { de_CreateAccessPointForObjectLambdaCommand, se_CreateAccessPointForObjectLambdaCommand, } from "../protocols/Aws_restXml";
6
6
  export class CreateAccessPointForObjectLambdaCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -38,9 +38,9 @@ export class CreateAccessPointForObjectLambdaCommand extends $Command {
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return serializeAws_restXmlCreateAccessPointForObjectLambdaCommand(input, context);
41
+ return se_CreateAccessPointForObjectLambdaCommand(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return deserializeAws_restXmlCreateAccessPointForObjectLambdaCommand(output, context);
44
+ return de_CreateAccessPointForObjectLambdaCommand(output, context);
45
45
  }
46
46
  }
@@ -3,7 +3,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
3
3
  import { getRedirectFromPostIdPlugin } from "@aws-sdk/middleware-sdk-s3-control";
4
4
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
5
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- import { deserializeAws_restXmlCreateBucketCommand, serializeAws_restXmlCreateBucketCommand, } from "../protocols/Aws_restXml";
6
+ import { de_CreateBucketCommand, se_CreateBucketCommand } from "../protocols/Aws_restXml";
7
7
  export class CreateBucketCommand extends $Command {
8
8
  static getEndpointParameterInstructions() {
9
9
  return {
@@ -40,9 +40,9 @@ export class CreateBucketCommand extends $Command {
40
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
41
  }
42
42
  serialize(input, context) {
43
- return serializeAws_restXmlCreateBucketCommand(input, context);
43
+ return se_CreateBucketCommand(input, context);
44
44
  }
45
45
  deserialize(output, context) {
46
- return deserializeAws_restXmlCreateBucketCommand(output, context);
46
+ return de_CreateBucketCommand(output, context);
47
47
  }
48
48
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { deserializeAws_restXmlCreateJobCommand, serializeAws_restXmlCreateJobCommand } from "../protocols/Aws_restXml";
5
+ import { de_CreateJobCommand, se_CreateJobCommand } from "../protocols/Aws_restXml";
6
6
  export class CreateJobCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -38,9 +38,9 @@ export class CreateJobCommand extends $Command {
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return serializeAws_restXmlCreateJobCommand(input, context);
41
+ return se_CreateJobCommand(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return deserializeAws_restXmlCreateJobCommand(output, context);
44
+ return de_CreateJobCommand(output, context);
45
45
  }
46
46
  }
@@ -3,7 +3,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
3
3
  import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
4
4
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
5
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- import { deserializeAws_restXmlCreateMultiRegionAccessPointCommand, serializeAws_restXmlCreateMultiRegionAccessPointCommand, } from "../protocols/Aws_restXml";
6
+ import { de_CreateMultiRegionAccessPointCommand, se_CreateMultiRegionAccessPointCommand, } from "../protocols/Aws_restXml";
7
7
  export class CreateMultiRegionAccessPointCommand extends $Command {
8
8
  static getEndpointParameterInstructions() {
9
9
  return {
@@ -40,9 +40,9 @@ export class CreateMultiRegionAccessPointCommand extends $Command {
40
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
41
  }
42
42
  serialize(input, context) {
43
- return serializeAws_restXmlCreateMultiRegionAccessPointCommand(input, context);
43
+ return se_CreateMultiRegionAccessPointCommand(input, context);
44
44
  }
45
45
  deserialize(output, context) {
46
- return deserializeAws_restXmlCreateMultiRegionAccessPointCommand(output, context);
46
+ return de_CreateMultiRegionAccessPointCommand(output, context);
47
47
  }
48
48
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { deserializeAws_restXmlDeleteAccessPointCommand, serializeAws_restXmlDeleteAccessPointCommand, } from "../protocols/Aws_restXml";
5
+ import { de_DeleteAccessPointCommand, se_DeleteAccessPointCommand } from "../protocols/Aws_restXml";
6
6
  export class DeleteAccessPointCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -39,9 +39,9 @@ export class DeleteAccessPointCommand extends $Command {
39
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
40
  }
41
41
  serialize(input, context) {
42
- return serializeAws_restXmlDeleteAccessPointCommand(input, context);
42
+ return se_DeleteAccessPointCommand(input, context);
43
43
  }
44
44
  deserialize(output, context) {
45
- return deserializeAws_restXmlDeleteAccessPointCommand(output, context);
45
+ return de_DeleteAccessPointCommand(output, context);
46
46
  }
47
47
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { deserializeAws_restXmlDeleteAccessPointForObjectLambdaCommand, serializeAws_restXmlDeleteAccessPointForObjectLambdaCommand, } from "../protocols/Aws_restXml";
5
+ import { de_DeleteAccessPointForObjectLambdaCommand, se_DeleteAccessPointForObjectLambdaCommand, } from "../protocols/Aws_restXml";
6
6
  export class DeleteAccessPointForObjectLambdaCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -38,9 +38,9 @@ export class DeleteAccessPointForObjectLambdaCommand extends $Command {
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return serializeAws_restXmlDeleteAccessPointForObjectLambdaCommand(input, context);
41
+ return se_DeleteAccessPointForObjectLambdaCommand(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return deserializeAws_restXmlDeleteAccessPointForObjectLambdaCommand(output, context);
44
+ return de_DeleteAccessPointForObjectLambdaCommand(output, context);
45
45
  }
46
46
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { deserializeAws_restXmlDeleteAccessPointPolicyCommand, serializeAws_restXmlDeleteAccessPointPolicyCommand, } from "../protocols/Aws_restXml";
5
+ import { de_DeleteAccessPointPolicyCommand, se_DeleteAccessPointPolicyCommand } from "../protocols/Aws_restXml";
6
6
  export class DeleteAccessPointPolicyCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -39,9 +39,9 @@ export class DeleteAccessPointPolicyCommand extends $Command {
39
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
40
  }
41
41
  serialize(input, context) {
42
- return serializeAws_restXmlDeleteAccessPointPolicyCommand(input, context);
42
+ return se_DeleteAccessPointPolicyCommand(input, context);
43
43
  }
44
44
  deserialize(output, context) {
45
- return deserializeAws_restXmlDeleteAccessPointPolicyCommand(output, context);
45
+ return de_DeleteAccessPointPolicyCommand(output, context);
46
46
  }
47
47
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { deserializeAws_restXmlDeleteAccessPointPolicyForObjectLambdaCommand, serializeAws_restXmlDeleteAccessPointPolicyForObjectLambdaCommand, } from "../protocols/Aws_restXml";
5
+ import { de_DeleteAccessPointPolicyForObjectLambdaCommand, se_DeleteAccessPointPolicyForObjectLambdaCommand, } from "../protocols/Aws_restXml";
6
6
  export class DeleteAccessPointPolicyForObjectLambdaCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -38,9 +38,9 @@ export class DeleteAccessPointPolicyForObjectLambdaCommand extends $Command {
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return serializeAws_restXmlDeleteAccessPointPolicyForObjectLambdaCommand(input, context);
41
+ return se_DeleteAccessPointPolicyForObjectLambdaCommand(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return deserializeAws_restXmlDeleteAccessPointPolicyForObjectLambdaCommand(output, context);
44
+ return de_DeleteAccessPointPolicyForObjectLambdaCommand(output, context);
45
45
  }
46
46
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { deserializeAws_restXmlDeleteBucketCommand, serializeAws_restXmlDeleteBucketCommand, } from "../protocols/Aws_restXml";
5
+ import { de_DeleteBucketCommand, se_DeleteBucketCommand } from "../protocols/Aws_restXml";
6
6
  export class DeleteBucketCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -39,9 +39,9 @@ export class DeleteBucketCommand extends $Command {
39
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
40
  }
41
41
  serialize(input, context) {
42
- return serializeAws_restXmlDeleteBucketCommand(input, context);
42
+ return se_DeleteBucketCommand(input, context);
43
43
  }
44
44
  deserialize(output, context) {
45
- return deserializeAws_restXmlDeleteBucketCommand(output, context);
45
+ return de_DeleteBucketCommand(output, context);
46
46
  }
47
47
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { deserializeAws_restXmlDeleteBucketLifecycleConfigurationCommand, serializeAws_restXmlDeleteBucketLifecycleConfigurationCommand, } from "../protocols/Aws_restXml";
5
+ import { de_DeleteBucketLifecycleConfigurationCommand, se_DeleteBucketLifecycleConfigurationCommand, } from "../protocols/Aws_restXml";
6
6
  export class DeleteBucketLifecycleConfigurationCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -39,9 +39,9 @@ export class DeleteBucketLifecycleConfigurationCommand extends $Command {
39
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
40
  }
41
41
  serialize(input, context) {
42
- return serializeAws_restXmlDeleteBucketLifecycleConfigurationCommand(input, context);
42
+ return se_DeleteBucketLifecycleConfigurationCommand(input, context);
43
43
  }
44
44
  deserialize(output, context) {
45
- return deserializeAws_restXmlDeleteBucketLifecycleConfigurationCommand(output, context);
45
+ return de_DeleteBucketLifecycleConfigurationCommand(output, context);
46
46
  }
47
47
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { deserializeAws_restXmlDeleteBucketPolicyCommand, serializeAws_restXmlDeleteBucketPolicyCommand, } from "../protocols/Aws_restXml";
5
+ import { de_DeleteBucketPolicyCommand, se_DeleteBucketPolicyCommand } from "../protocols/Aws_restXml";
6
6
  export class DeleteBucketPolicyCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -39,9 +39,9 @@ export class DeleteBucketPolicyCommand extends $Command {
39
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
40
  }
41
41
  serialize(input, context) {
42
- return serializeAws_restXmlDeleteBucketPolicyCommand(input, context);
42
+ return se_DeleteBucketPolicyCommand(input, context);
43
43
  }
44
44
  deserialize(output, context) {
45
- return deserializeAws_restXmlDeleteBucketPolicyCommand(output, context);
45
+ return de_DeleteBucketPolicyCommand(output, context);
46
46
  }
47
47
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { deserializeAws_restXmlDeleteBucketReplicationCommand, serializeAws_restXmlDeleteBucketReplicationCommand, } from "../protocols/Aws_restXml";
5
+ import { de_DeleteBucketReplicationCommand, se_DeleteBucketReplicationCommand } from "../protocols/Aws_restXml";
6
6
  export class DeleteBucketReplicationCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -39,9 +39,9 @@ export class DeleteBucketReplicationCommand extends $Command {
39
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
40
  }
41
41
  serialize(input, context) {
42
- return serializeAws_restXmlDeleteBucketReplicationCommand(input, context);
42
+ return se_DeleteBucketReplicationCommand(input, context);
43
43
  }
44
44
  deserialize(output, context) {
45
- return deserializeAws_restXmlDeleteBucketReplicationCommand(output, context);
45
+ return de_DeleteBucketReplicationCommand(output, context);
46
46
  }
47
47
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { deserializeAws_restXmlDeleteBucketTaggingCommand, serializeAws_restXmlDeleteBucketTaggingCommand, } from "../protocols/Aws_restXml";
5
+ import { de_DeleteBucketTaggingCommand, se_DeleteBucketTaggingCommand } from "../protocols/Aws_restXml";
6
6
  export class DeleteBucketTaggingCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -39,9 +39,9 @@ export class DeleteBucketTaggingCommand extends $Command {
39
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
40
  }
41
41
  serialize(input, context) {
42
- return serializeAws_restXmlDeleteBucketTaggingCommand(input, context);
42
+ return se_DeleteBucketTaggingCommand(input, context);
43
43
  }
44
44
  deserialize(output, context) {
45
- return deserializeAws_restXmlDeleteBucketTaggingCommand(output, context);
45
+ return de_DeleteBucketTaggingCommand(output, context);
46
46
  }
47
47
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { deserializeAws_restXmlDeleteJobTaggingCommand, serializeAws_restXmlDeleteJobTaggingCommand, } from "../protocols/Aws_restXml";
5
+ import { de_DeleteJobTaggingCommand, se_DeleteJobTaggingCommand } from "../protocols/Aws_restXml";
6
6
  export class DeleteJobTaggingCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -38,9 +38,9 @@ export class DeleteJobTaggingCommand extends $Command {
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return serializeAws_restXmlDeleteJobTaggingCommand(input, context);
41
+ return se_DeleteJobTaggingCommand(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return deserializeAws_restXmlDeleteJobTaggingCommand(output, context);
44
+ return de_DeleteJobTaggingCommand(output, context);
45
45
  }
46
46
  }
@@ -3,7 +3,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
3
3
  import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
4
4
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
5
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- import { deserializeAws_restXmlDeleteMultiRegionAccessPointCommand, serializeAws_restXmlDeleteMultiRegionAccessPointCommand, } from "../protocols/Aws_restXml";
6
+ import { de_DeleteMultiRegionAccessPointCommand, se_DeleteMultiRegionAccessPointCommand, } from "../protocols/Aws_restXml";
7
7
  export class DeleteMultiRegionAccessPointCommand extends $Command {
8
8
  static getEndpointParameterInstructions() {
9
9
  return {
@@ -40,9 +40,9 @@ export class DeleteMultiRegionAccessPointCommand extends $Command {
40
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
41
  }
42
42
  serialize(input, context) {
43
- return serializeAws_restXmlDeleteMultiRegionAccessPointCommand(input, context);
43
+ return se_DeleteMultiRegionAccessPointCommand(input, context);
44
44
  }
45
45
  deserialize(output, context) {
46
- return deserializeAws_restXmlDeleteMultiRegionAccessPointCommand(output, context);
46
+ return de_DeleteMultiRegionAccessPointCommand(output, context);
47
47
  }
48
48
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { deserializeAws_restXmlDeletePublicAccessBlockCommand, serializeAws_restXmlDeletePublicAccessBlockCommand, } from "../protocols/Aws_restXml";
5
+ import { de_DeletePublicAccessBlockCommand, se_DeletePublicAccessBlockCommand } from "../protocols/Aws_restXml";
6
6
  export class DeletePublicAccessBlockCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -38,9 +38,9 @@ export class DeletePublicAccessBlockCommand extends $Command {
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return serializeAws_restXmlDeletePublicAccessBlockCommand(input, context);
41
+ return se_DeletePublicAccessBlockCommand(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return deserializeAws_restXmlDeletePublicAccessBlockCommand(output, context);
44
+ return de_DeletePublicAccessBlockCommand(output, context);
45
45
  }
46
46
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { deserializeAws_restXmlDeleteStorageLensConfigurationCommand, serializeAws_restXmlDeleteStorageLensConfigurationCommand, } from "../protocols/Aws_restXml";
5
+ import { de_DeleteStorageLensConfigurationCommand, se_DeleteStorageLensConfigurationCommand, } from "../protocols/Aws_restXml";
6
6
  export class DeleteStorageLensConfigurationCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -38,9 +38,9 @@ export class DeleteStorageLensConfigurationCommand extends $Command {
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return serializeAws_restXmlDeleteStorageLensConfigurationCommand(input, context);
41
+ return se_DeleteStorageLensConfigurationCommand(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return deserializeAws_restXmlDeleteStorageLensConfigurationCommand(output, context);
44
+ return de_DeleteStorageLensConfigurationCommand(output, context);
45
45
  }
46
46
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { deserializeAws_restXmlDeleteStorageLensConfigurationTaggingCommand, serializeAws_restXmlDeleteStorageLensConfigurationTaggingCommand, } from "../protocols/Aws_restXml";
5
+ import { de_DeleteStorageLensConfigurationTaggingCommand, se_DeleteStorageLensConfigurationTaggingCommand, } from "../protocols/Aws_restXml";
6
6
  export class DeleteStorageLensConfigurationTaggingCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -38,9 +38,9 @@ export class DeleteStorageLensConfigurationTaggingCommand extends $Command {
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return serializeAws_restXmlDeleteStorageLensConfigurationTaggingCommand(input, context);
41
+ return se_DeleteStorageLensConfigurationTaggingCommand(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return deserializeAws_restXmlDeleteStorageLensConfigurationTaggingCommand(output, context);
44
+ return de_DeleteStorageLensConfigurationTaggingCommand(output, context);
45
45
  }
46
46
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { deserializeAws_restXmlDescribeJobCommand, serializeAws_restXmlDescribeJobCommand, } from "../protocols/Aws_restXml";
5
+ import { de_DescribeJobCommand, se_DescribeJobCommand } from "../protocols/Aws_restXml";
6
6
  export class DescribeJobCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -38,9 +38,9 @@ export class DescribeJobCommand extends $Command {
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return serializeAws_restXmlDescribeJobCommand(input, context);
41
+ return se_DescribeJobCommand(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return deserializeAws_restXmlDescribeJobCommand(output, context);
44
+ return de_DescribeJobCommand(output, context);
45
45
  }
46
46
  }
@@ -3,7 +3,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
3
3
  import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
4
4
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
5
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- import { deserializeAws_restXmlDescribeMultiRegionAccessPointOperationCommand, serializeAws_restXmlDescribeMultiRegionAccessPointOperationCommand, } from "../protocols/Aws_restXml";
6
+ import { de_DescribeMultiRegionAccessPointOperationCommand, se_DescribeMultiRegionAccessPointOperationCommand, } from "../protocols/Aws_restXml";
7
7
  export class DescribeMultiRegionAccessPointOperationCommand extends $Command {
8
8
  static getEndpointParameterInstructions() {
9
9
  return {
@@ -40,9 +40,9 @@ export class DescribeMultiRegionAccessPointOperationCommand extends $Command {
40
40
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
41
41
  }
42
42
  serialize(input, context) {
43
- return serializeAws_restXmlDescribeMultiRegionAccessPointOperationCommand(input, context);
43
+ return se_DescribeMultiRegionAccessPointOperationCommand(input, context);
44
44
  }
45
45
  deserialize(output, context) {
46
- return deserializeAws_restXmlDescribeMultiRegionAccessPointOperationCommand(output, context);
46
+ return de_DescribeMultiRegionAccessPointOperationCommand(output, context);
47
47
  }
48
48
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { deserializeAws_restXmlGetAccessPointCommand, serializeAws_restXmlGetAccessPointCommand, } from "../protocols/Aws_restXml";
5
+ import { de_GetAccessPointCommand, se_GetAccessPointCommand } from "../protocols/Aws_restXml";
6
6
  export class GetAccessPointCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -39,9 +39,9 @@ export class GetAccessPointCommand extends $Command {
39
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
40
  }
41
41
  serialize(input, context) {
42
- return serializeAws_restXmlGetAccessPointCommand(input, context);
42
+ return se_GetAccessPointCommand(input, context);
43
43
  }
44
44
  deserialize(output, context) {
45
- return deserializeAws_restXmlGetAccessPointCommand(output, context);
45
+ return de_GetAccessPointCommand(output, context);
46
46
  }
47
47
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { deserializeAws_restXmlGetAccessPointConfigurationForObjectLambdaCommand, serializeAws_restXmlGetAccessPointConfigurationForObjectLambdaCommand, } from "../protocols/Aws_restXml";
5
+ import { de_GetAccessPointConfigurationForObjectLambdaCommand, se_GetAccessPointConfigurationForObjectLambdaCommand, } from "../protocols/Aws_restXml";
6
6
  export class GetAccessPointConfigurationForObjectLambdaCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -38,9 +38,9 @@ export class GetAccessPointConfigurationForObjectLambdaCommand extends $Command
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return serializeAws_restXmlGetAccessPointConfigurationForObjectLambdaCommand(input, context);
41
+ return se_GetAccessPointConfigurationForObjectLambdaCommand(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return deserializeAws_restXmlGetAccessPointConfigurationForObjectLambdaCommand(output, context);
44
+ return de_GetAccessPointConfigurationForObjectLambdaCommand(output, context);
45
45
  }
46
46
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { deserializeAws_restXmlGetAccessPointForObjectLambdaCommand, serializeAws_restXmlGetAccessPointForObjectLambdaCommand, } from "../protocols/Aws_restXml";
5
+ import { de_GetAccessPointForObjectLambdaCommand, se_GetAccessPointForObjectLambdaCommand, } from "../protocols/Aws_restXml";
6
6
  export class GetAccessPointForObjectLambdaCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -38,9 +38,9 @@ export class GetAccessPointForObjectLambdaCommand extends $Command {
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return serializeAws_restXmlGetAccessPointForObjectLambdaCommand(input, context);
41
+ return se_GetAccessPointForObjectLambdaCommand(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return deserializeAws_restXmlGetAccessPointForObjectLambdaCommand(output, context);
44
+ return de_GetAccessPointForObjectLambdaCommand(output, context);
45
45
  }
46
46
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { deserializeAws_restXmlGetAccessPointPolicyCommand, serializeAws_restXmlGetAccessPointPolicyCommand, } from "../protocols/Aws_restXml";
5
+ import { de_GetAccessPointPolicyCommand, se_GetAccessPointPolicyCommand } from "../protocols/Aws_restXml";
6
6
  export class GetAccessPointPolicyCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -39,9 +39,9 @@ export class GetAccessPointPolicyCommand extends $Command {
39
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
40
  }
41
41
  serialize(input, context) {
42
- return serializeAws_restXmlGetAccessPointPolicyCommand(input, context);
42
+ return se_GetAccessPointPolicyCommand(input, context);
43
43
  }
44
44
  deserialize(output, context) {
45
- return deserializeAws_restXmlGetAccessPointPolicyCommand(output, context);
45
+ return de_GetAccessPointPolicyCommand(output, context);
46
46
  }
47
47
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { deserializeAws_restXmlGetAccessPointPolicyForObjectLambdaCommand, serializeAws_restXmlGetAccessPointPolicyForObjectLambdaCommand, } from "../protocols/Aws_restXml";
5
+ import { de_GetAccessPointPolicyForObjectLambdaCommand, se_GetAccessPointPolicyForObjectLambdaCommand, } from "../protocols/Aws_restXml";
6
6
  export class GetAccessPointPolicyForObjectLambdaCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -38,9 +38,9 @@ export class GetAccessPointPolicyForObjectLambdaCommand extends $Command {
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return serializeAws_restXmlGetAccessPointPolicyForObjectLambdaCommand(input, context);
41
+ return se_GetAccessPointPolicyForObjectLambdaCommand(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return deserializeAws_restXmlGetAccessPointPolicyForObjectLambdaCommand(output, context);
44
+ return de_GetAccessPointPolicyForObjectLambdaCommand(output, context);
45
45
  }
46
46
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { deserializeAws_restXmlGetAccessPointPolicyStatusCommand, serializeAws_restXmlGetAccessPointPolicyStatusCommand, } from "../protocols/Aws_restXml";
5
+ import { de_GetAccessPointPolicyStatusCommand, se_GetAccessPointPolicyStatusCommand } from "../protocols/Aws_restXml";
6
6
  export class GetAccessPointPolicyStatusCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -39,9 +39,9 @@ export class GetAccessPointPolicyStatusCommand extends $Command {
39
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
40
  }
41
41
  serialize(input, context) {
42
- return serializeAws_restXmlGetAccessPointPolicyStatusCommand(input, context);
42
+ return se_GetAccessPointPolicyStatusCommand(input, context);
43
43
  }
44
44
  deserialize(output, context) {
45
- return deserializeAws_restXmlGetAccessPointPolicyStatusCommand(output, context);
45
+ return de_GetAccessPointPolicyStatusCommand(output, context);
46
46
  }
47
47
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getProcessArnablesPlugin } from "@aws-sdk/middleware-sdk-s3-control";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { deserializeAws_restXmlGetAccessPointPolicyStatusForObjectLambdaCommand, serializeAws_restXmlGetAccessPointPolicyStatusForObjectLambdaCommand, } from "../protocols/Aws_restXml";
5
+ import { de_GetAccessPointPolicyStatusForObjectLambdaCommand, se_GetAccessPointPolicyStatusForObjectLambdaCommand, } from "../protocols/Aws_restXml";
6
6
  export class GetAccessPointPolicyStatusForObjectLambdaCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -38,9 +38,9 @@ export class GetAccessPointPolicyStatusForObjectLambdaCommand extends $Command {
38
38
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
39
39
  }
40
40
  serialize(input, context) {
41
- return serializeAws_restXmlGetAccessPointPolicyStatusForObjectLambdaCommand(input, context);
41
+ return se_GetAccessPointPolicyStatusForObjectLambdaCommand(input, context);
42
42
  }
43
43
  deserialize(output, context) {
44
- return deserializeAws_restXmlGetAccessPointPolicyStatusForObjectLambdaCommand(output, context);
44
+ return de_GetAccessPointPolicyStatusForObjectLambdaCommand(output, context);
45
45
  }
46
46
  }