@aws-sdk/client-sns 3.306.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 (89) hide show
  1. package/dist-cjs/commands/AddPermissionCommand.js +2 -2
  2. package/dist-cjs/commands/CheckIfPhoneNumberIsOptedOutCommand.js +2 -2
  3. package/dist-cjs/commands/ConfirmSubscriptionCommand.js +2 -2
  4. package/dist-cjs/commands/CreatePlatformApplicationCommand.js +2 -2
  5. package/dist-cjs/commands/CreatePlatformEndpointCommand.js +2 -2
  6. package/dist-cjs/commands/CreateSMSSandboxPhoneNumberCommand.js +2 -2
  7. package/dist-cjs/commands/CreateTopicCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteEndpointCommand.js +2 -2
  9. package/dist-cjs/commands/DeletePlatformApplicationCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteSMSSandboxPhoneNumberCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteTopicCommand.js +2 -2
  12. package/dist-cjs/commands/GetDataProtectionPolicyCommand.js +2 -2
  13. package/dist-cjs/commands/GetEndpointAttributesCommand.js +2 -2
  14. package/dist-cjs/commands/GetPlatformApplicationAttributesCommand.js +2 -2
  15. package/dist-cjs/commands/GetSMSAttributesCommand.js +2 -2
  16. package/dist-cjs/commands/GetSMSSandboxAccountStatusCommand.js +2 -2
  17. package/dist-cjs/commands/GetSubscriptionAttributesCommand.js +2 -2
  18. package/dist-cjs/commands/GetTopicAttributesCommand.js +2 -2
  19. package/dist-cjs/commands/ListEndpointsByPlatformApplicationCommand.js +2 -2
  20. package/dist-cjs/commands/ListOriginationNumbersCommand.js +2 -2
  21. package/dist-cjs/commands/ListPhoneNumbersOptedOutCommand.js +2 -2
  22. package/dist-cjs/commands/ListPlatformApplicationsCommand.js +2 -2
  23. package/dist-cjs/commands/ListSMSSandboxPhoneNumbersCommand.js +2 -2
  24. package/dist-cjs/commands/ListSubscriptionsByTopicCommand.js +2 -2
  25. package/dist-cjs/commands/ListSubscriptionsCommand.js +2 -2
  26. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  27. package/dist-cjs/commands/ListTopicsCommand.js +2 -2
  28. package/dist-cjs/commands/OptInPhoneNumberCommand.js +2 -2
  29. package/dist-cjs/commands/PublishBatchCommand.js +2 -2
  30. package/dist-cjs/commands/PublishCommand.js +2 -2
  31. package/dist-cjs/commands/PutDataProtectionPolicyCommand.js +2 -2
  32. package/dist-cjs/commands/RemovePermissionCommand.js +2 -2
  33. package/dist-cjs/commands/SetEndpointAttributesCommand.js +2 -2
  34. package/dist-cjs/commands/SetPlatformApplicationAttributesCommand.js +2 -2
  35. package/dist-cjs/commands/SetSMSAttributesCommand.js +2 -2
  36. package/dist-cjs/commands/SetSubscriptionAttributesCommand.js +2 -2
  37. package/dist-cjs/commands/SetTopicAttributesCommand.js +2 -2
  38. package/dist-cjs/commands/SubscribeCommand.js +2 -2
  39. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  40. package/dist-cjs/commands/UnsubscribeCommand.js +2 -2
  41. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  42. package/dist-cjs/commands/VerifySMSSandboxPhoneNumberCommand.js +2 -2
  43. package/dist-cjs/protocols/Aws_query.js +801 -801
  44. package/dist-es/commands/AddPermissionCommand.js +3 -3
  45. package/dist-es/commands/CheckIfPhoneNumberIsOptedOutCommand.js +3 -3
  46. package/dist-es/commands/ConfirmSubscriptionCommand.js +3 -3
  47. package/dist-es/commands/CreatePlatformApplicationCommand.js +3 -3
  48. package/dist-es/commands/CreatePlatformEndpointCommand.js +3 -3
  49. package/dist-es/commands/CreateSMSSandboxPhoneNumberCommand.js +3 -3
  50. package/dist-es/commands/CreateTopicCommand.js +3 -3
  51. package/dist-es/commands/DeleteEndpointCommand.js +3 -3
  52. package/dist-es/commands/DeletePlatformApplicationCommand.js +3 -3
  53. package/dist-es/commands/DeleteSMSSandboxPhoneNumberCommand.js +3 -3
  54. package/dist-es/commands/DeleteTopicCommand.js +3 -3
  55. package/dist-es/commands/GetDataProtectionPolicyCommand.js +3 -3
  56. package/dist-es/commands/GetEndpointAttributesCommand.js +3 -3
  57. package/dist-es/commands/GetPlatformApplicationAttributesCommand.js +3 -3
  58. package/dist-es/commands/GetSMSAttributesCommand.js +3 -3
  59. package/dist-es/commands/GetSMSSandboxAccountStatusCommand.js +3 -3
  60. package/dist-es/commands/GetSubscriptionAttributesCommand.js +3 -3
  61. package/dist-es/commands/GetTopicAttributesCommand.js +3 -3
  62. package/dist-es/commands/ListEndpointsByPlatformApplicationCommand.js +3 -3
  63. package/dist-es/commands/ListOriginationNumbersCommand.js +3 -3
  64. package/dist-es/commands/ListPhoneNumbersOptedOutCommand.js +3 -3
  65. package/dist-es/commands/ListPlatformApplicationsCommand.js +3 -3
  66. package/dist-es/commands/ListSMSSandboxPhoneNumbersCommand.js +3 -3
  67. package/dist-es/commands/ListSubscriptionsByTopicCommand.js +3 -3
  68. package/dist-es/commands/ListSubscriptionsCommand.js +3 -3
  69. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  70. package/dist-es/commands/ListTopicsCommand.js +3 -3
  71. package/dist-es/commands/OptInPhoneNumberCommand.js +3 -3
  72. package/dist-es/commands/PublishBatchCommand.js +3 -3
  73. package/dist-es/commands/PublishCommand.js +3 -3
  74. package/dist-es/commands/PutDataProtectionPolicyCommand.js +3 -3
  75. package/dist-es/commands/RemovePermissionCommand.js +3 -3
  76. package/dist-es/commands/SetEndpointAttributesCommand.js +3 -3
  77. package/dist-es/commands/SetPlatformApplicationAttributesCommand.js +3 -3
  78. package/dist-es/commands/SetSMSAttributesCommand.js +3 -3
  79. package/dist-es/commands/SetSubscriptionAttributesCommand.js +3 -3
  80. package/dist-es/commands/SetTopicAttributesCommand.js +3 -3
  81. package/dist-es/commands/SubscribeCommand.js +3 -3
  82. package/dist-es/commands/TagResourceCommand.js +3 -3
  83. package/dist-es/commands/UnsubscribeCommand.js +3 -3
  84. package/dist-es/commands/UntagResourceCommand.js +3 -3
  85. package/dist-es/commands/VerifySMSSandboxPhoneNumberCommand.js +3 -3
  86. package/dist-es/protocols/Aws_query.js +715 -715
  87. package/dist-types/protocols/Aws_query.d.ts +336 -84
  88. package/dist-types/ts3.4/protocols/Aws_query.d.ts +84 -84
  89. package/package.json +6 -6
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_queryPublishBatchCommand, serializeAws_queryPublishBatchCommand } from "../protocols/Aws_query";
4
+ import { de_PublishBatchCommand, se_PublishBatchCommand } from "../protocols/Aws_query";
5
5
  export class PublishBatchCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PublishBatchCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryPublishBatchCommand(input, context);
36
+ return se_PublishBatchCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryPublishBatchCommand(output, context);
39
+ return de_PublishBatchCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_queryPublishCommand, serializeAws_queryPublishCommand } from "../protocols/Aws_query";
4
+ import { de_PublishCommand, se_PublishCommand } from "../protocols/Aws_query";
5
5
  export class PublishCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PublishCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryPublishCommand(input, context);
36
+ return se_PublishCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryPublishCommand(output, context);
39
+ return de_PublishCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_queryPutDataProtectionPolicyCommand, serializeAws_queryPutDataProtectionPolicyCommand, } from "../protocols/Aws_query";
4
+ import { de_PutDataProtectionPolicyCommand, se_PutDataProtectionPolicyCommand } from "../protocols/Aws_query";
5
5
  export class PutDataProtectionPolicyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class PutDataProtectionPolicyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryPutDataProtectionPolicyCommand(input, context);
36
+ return se_PutDataProtectionPolicyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryPutDataProtectionPolicyCommand(output, context);
39
+ return de_PutDataProtectionPolicyCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_queryRemovePermissionCommand, serializeAws_queryRemovePermissionCommand, } from "../protocols/Aws_query";
4
+ import { de_RemovePermissionCommand, se_RemovePermissionCommand } from "../protocols/Aws_query";
5
5
  export class RemovePermissionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class RemovePermissionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryRemovePermissionCommand(input, context);
36
+ return se_RemovePermissionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryRemovePermissionCommand(output, context);
39
+ return de_RemovePermissionCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_querySetEndpointAttributesCommand, serializeAws_querySetEndpointAttributesCommand, } from "../protocols/Aws_query";
4
+ import { de_SetEndpointAttributesCommand, se_SetEndpointAttributesCommand } from "../protocols/Aws_query";
5
5
  export class SetEndpointAttributesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class SetEndpointAttributesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_querySetEndpointAttributesCommand(input, context);
36
+ return se_SetEndpointAttributesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_querySetEndpointAttributesCommand(output, context);
39
+ return de_SetEndpointAttributesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_querySetPlatformApplicationAttributesCommand, serializeAws_querySetPlatformApplicationAttributesCommand, } from "../protocols/Aws_query";
4
+ import { de_SetPlatformApplicationAttributesCommand, se_SetPlatformApplicationAttributesCommand, } from "../protocols/Aws_query";
5
5
  export class SetPlatformApplicationAttributesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class SetPlatformApplicationAttributesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_querySetPlatformApplicationAttributesCommand(input, context);
36
+ return se_SetPlatformApplicationAttributesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_querySetPlatformApplicationAttributesCommand(output, context);
39
+ return de_SetPlatformApplicationAttributesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_querySetSMSAttributesCommand, serializeAws_querySetSMSAttributesCommand, } from "../protocols/Aws_query";
4
+ import { de_SetSMSAttributesCommand, se_SetSMSAttributesCommand } from "../protocols/Aws_query";
5
5
  export class SetSMSAttributesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class SetSMSAttributesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_querySetSMSAttributesCommand(input, context);
36
+ return se_SetSMSAttributesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_querySetSMSAttributesCommand(output, context);
39
+ return de_SetSMSAttributesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_querySetSubscriptionAttributesCommand, serializeAws_querySetSubscriptionAttributesCommand, } from "../protocols/Aws_query";
4
+ import { de_SetSubscriptionAttributesCommand, se_SetSubscriptionAttributesCommand } from "../protocols/Aws_query";
5
5
  export class SetSubscriptionAttributesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class SetSubscriptionAttributesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_querySetSubscriptionAttributesCommand(input, context);
36
+ return se_SetSubscriptionAttributesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_querySetSubscriptionAttributesCommand(output, context);
39
+ return de_SetSubscriptionAttributesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_querySetTopicAttributesCommand, serializeAws_querySetTopicAttributesCommand, } from "../protocols/Aws_query";
4
+ import { de_SetTopicAttributesCommand, se_SetTopicAttributesCommand } from "../protocols/Aws_query";
5
5
  export class SetTopicAttributesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class SetTopicAttributesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_querySetTopicAttributesCommand(input, context);
36
+ return se_SetTopicAttributesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_querySetTopicAttributesCommand(output, context);
39
+ return de_SetTopicAttributesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_querySubscribeCommand, serializeAws_querySubscribeCommand } from "../protocols/Aws_query";
4
+ import { de_SubscribeCommand, se_SubscribeCommand } from "../protocols/Aws_query";
5
5
  export class SubscribeCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class SubscribeCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_querySubscribeCommand(input, context);
36
+ return se_SubscribeCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_querySubscribeCommand(output, context);
39
+ return de_SubscribeCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_queryTagResourceCommand, serializeAws_queryTagResourceCommand } from "../protocols/Aws_query";
4
+ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_query";
5
5
  export class TagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class TagResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryTagResourceCommand(input, context);
36
+ return se_TagResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryTagResourceCommand(output, context);
39
+ return de_TagResourceCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_queryUnsubscribeCommand, serializeAws_queryUnsubscribeCommand } from "../protocols/Aws_query";
4
+ import { de_UnsubscribeCommand, se_UnsubscribeCommand } from "../protocols/Aws_query";
5
5
  export class UnsubscribeCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UnsubscribeCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryUnsubscribeCommand(input, context);
36
+ return se_UnsubscribeCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryUnsubscribeCommand(output, context);
39
+ return de_UnsubscribeCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_queryUntagResourceCommand, serializeAws_queryUntagResourceCommand, } from "../protocols/Aws_query";
4
+ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_query";
5
5
  export class UntagResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class UntagResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryUntagResourceCommand(input, context);
36
+ return se_UntagResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryUntagResourceCommand(output, context);
39
+ return de_UntagResourceCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_queryVerifySMSSandboxPhoneNumberCommand, serializeAws_queryVerifySMSSandboxPhoneNumberCommand, } from "../protocols/Aws_query";
4
+ import { de_VerifySMSSandboxPhoneNumberCommand, se_VerifySMSSandboxPhoneNumberCommand } from "../protocols/Aws_query";
5
5
  export class VerifySMSSandboxPhoneNumberCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class VerifySMSSandboxPhoneNumberCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_queryVerifySMSSandboxPhoneNumberCommand(input, context);
36
+ return se_VerifySMSSandboxPhoneNumberCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_queryVerifySMSSandboxPhoneNumberCommand(output, context);
39
+ return de_VerifySMSSandboxPhoneNumberCommand(output, context);
40
40
  }
41
41
  }