@aws-sdk/client-sns 3.649.0 → 3.651.1
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.
- package/dist-cjs/index.js +42 -126
- package/dist-es/commands/AddPermissionCommand.js +1 -3
- package/dist-es/commands/CheckIfPhoneNumberIsOptedOutCommand.js +1 -3
- package/dist-es/commands/ConfirmSubscriptionCommand.js +1 -3
- package/dist-es/commands/CreatePlatformApplicationCommand.js +1 -3
- package/dist-es/commands/CreatePlatformEndpointCommand.js +1 -3
- package/dist-es/commands/CreateSMSSandboxPhoneNumberCommand.js +1 -3
- package/dist-es/commands/CreateTopicCommand.js +1 -3
- package/dist-es/commands/DeleteEndpointCommand.js +1 -3
- package/dist-es/commands/DeletePlatformApplicationCommand.js +1 -3
- package/dist-es/commands/DeleteSMSSandboxPhoneNumberCommand.js +1 -3
- package/dist-es/commands/DeleteTopicCommand.js +1 -3
- package/dist-es/commands/GetDataProtectionPolicyCommand.js +1 -3
- package/dist-es/commands/GetEndpointAttributesCommand.js +1 -3
- package/dist-es/commands/GetPlatformApplicationAttributesCommand.js +1 -3
- package/dist-es/commands/GetSMSAttributesCommand.js +1 -3
- package/dist-es/commands/GetSMSSandboxAccountStatusCommand.js +1 -3
- package/dist-es/commands/GetSubscriptionAttributesCommand.js +1 -3
- package/dist-es/commands/GetTopicAttributesCommand.js +1 -3
- package/dist-es/commands/ListEndpointsByPlatformApplicationCommand.js +1 -3
- package/dist-es/commands/ListOriginationNumbersCommand.js +1 -3
- package/dist-es/commands/ListPhoneNumbersOptedOutCommand.js +1 -3
- package/dist-es/commands/ListPlatformApplicationsCommand.js +1 -3
- package/dist-es/commands/ListSMSSandboxPhoneNumbersCommand.js +1 -3
- package/dist-es/commands/ListSubscriptionsByTopicCommand.js +1 -3
- package/dist-es/commands/ListSubscriptionsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListTopicsCommand.js +1 -3
- package/dist-es/commands/OptInPhoneNumberCommand.js +1 -3
- package/dist-es/commands/PublishBatchCommand.js +1 -3
- package/dist-es/commands/PublishCommand.js +1 -3
- package/dist-es/commands/PutDataProtectionPolicyCommand.js +1 -3
- package/dist-es/commands/RemovePermissionCommand.js +1 -3
- package/dist-es/commands/SetEndpointAttributesCommand.js +1 -3
- package/dist-es/commands/SetPlatformApplicationAttributesCommand.js +1 -3
- package/dist-es/commands/SetSMSAttributesCommand.js +1 -3
- package/dist-es/commands/SetSubscriptionAttributesCommand.js +1 -3
- package/dist-es/commands/SetTopicAttributesCommand.js +1 -3
- package/dist-es/commands/SubscribeCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UnsubscribeCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/VerifySMSSandboxPhoneNumberCommand.js +1 -3
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -3845,9 +3845,7 @@ var loadQueryErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
|
3845
3845
|
}, "loadQueryErrorCode");
|
|
3846
3846
|
|
|
3847
3847
|
// src/commands/AddPermissionCommand.ts
|
|
3848
|
-
var _AddPermissionCommand = class _AddPermissionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3849
|
-
...commonParams
|
|
3850
|
-
}).m(function(Command, cs, config, o) {
|
|
3848
|
+
var _AddPermissionCommand = class _AddPermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3851
3849
|
return [
|
|
3852
3850
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3853
3851
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3861,9 +3859,7 @@ var AddPermissionCommand = _AddPermissionCommand;
|
|
|
3861
3859
|
|
|
3862
3860
|
|
|
3863
3861
|
|
|
3864
|
-
var _CheckIfPhoneNumberIsOptedOutCommand = class _CheckIfPhoneNumberIsOptedOutCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3865
|
-
...commonParams
|
|
3866
|
-
}).m(function(Command, cs, config, o) {
|
|
3862
|
+
var _CheckIfPhoneNumberIsOptedOutCommand = class _CheckIfPhoneNumberIsOptedOutCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3867
3863
|
return [
|
|
3868
3864
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3869
3865
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3877,9 +3873,7 @@ var CheckIfPhoneNumberIsOptedOutCommand = _CheckIfPhoneNumberIsOptedOutCommand;
|
|
|
3877
3873
|
|
|
3878
3874
|
|
|
3879
3875
|
|
|
3880
|
-
var _ConfirmSubscriptionCommand = class _ConfirmSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3881
|
-
...commonParams
|
|
3882
|
-
}).m(function(Command, cs, config, o) {
|
|
3876
|
+
var _ConfirmSubscriptionCommand = class _ConfirmSubscriptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3883
3877
|
return [
|
|
3884
3878
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3885
3879
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3893,9 +3887,7 @@ var ConfirmSubscriptionCommand = _ConfirmSubscriptionCommand;
|
|
|
3893
3887
|
|
|
3894
3888
|
|
|
3895
3889
|
|
|
3896
|
-
var _CreatePlatformApplicationCommand = class _CreatePlatformApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3897
|
-
...commonParams
|
|
3898
|
-
}).m(function(Command, cs, config, o) {
|
|
3890
|
+
var _CreatePlatformApplicationCommand = class _CreatePlatformApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3899
3891
|
return [
|
|
3900
3892
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3901
3893
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3909,9 +3901,7 @@ var CreatePlatformApplicationCommand = _CreatePlatformApplicationCommand;
|
|
|
3909
3901
|
|
|
3910
3902
|
|
|
3911
3903
|
|
|
3912
|
-
var _CreatePlatformEndpointCommand = class _CreatePlatformEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3913
|
-
...commonParams
|
|
3914
|
-
}).m(function(Command, cs, config, o) {
|
|
3904
|
+
var _CreatePlatformEndpointCommand = class _CreatePlatformEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3915
3905
|
return [
|
|
3916
3906
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3917
3907
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3925,9 +3915,7 @@ var CreatePlatformEndpointCommand = _CreatePlatformEndpointCommand;
|
|
|
3925
3915
|
|
|
3926
3916
|
|
|
3927
3917
|
|
|
3928
|
-
var _CreateSMSSandboxPhoneNumberCommand = class _CreateSMSSandboxPhoneNumberCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3929
|
-
...commonParams
|
|
3930
|
-
}).m(function(Command, cs, config, o) {
|
|
3918
|
+
var _CreateSMSSandboxPhoneNumberCommand = class _CreateSMSSandboxPhoneNumberCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3931
3919
|
return [
|
|
3932
3920
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3933
3921
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3941,9 +3929,7 @@ var CreateSMSSandboxPhoneNumberCommand = _CreateSMSSandboxPhoneNumberCommand;
|
|
|
3941
3929
|
|
|
3942
3930
|
|
|
3943
3931
|
|
|
3944
|
-
var _CreateTopicCommand = class _CreateTopicCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3945
|
-
...commonParams
|
|
3946
|
-
}).m(function(Command, cs, config, o) {
|
|
3932
|
+
var _CreateTopicCommand = class _CreateTopicCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3947
3933
|
return [
|
|
3948
3934
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3949
3935
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3957,9 +3943,7 @@ var CreateTopicCommand = _CreateTopicCommand;
|
|
|
3957
3943
|
|
|
3958
3944
|
|
|
3959
3945
|
|
|
3960
|
-
var _DeleteEndpointCommand = class _DeleteEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3961
|
-
...commonParams
|
|
3962
|
-
}).m(function(Command, cs, config, o) {
|
|
3946
|
+
var _DeleteEndpointCommand = class _DeleteEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3963
3947
|
return [
|
|
3964
3948
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3965
3949
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3973,9 +3957,7 @@ var DeleteEndpointCommand = _DeleteEndpointCommand;
|
|
|
3973
3957
|
|
|
3974
3958
|
|
|
3975
3959
|
|
|
3976
|
-
var _DeletePlatformApplicationCommand = class _DeletePlatformApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3977
|
-
...commonParams
|
|
3978
|
-
}).m(function(Command, cs, config, o) {
|
|
3960
|
+
var _DeletePlatformApplicationCommand = class _DeletePlatformApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3979
3961
|
return [
|
|
3980
3962
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3981
3963
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3989,9 +3971,7 @@ var DeletePlatformApplicationCommand = _DeletePlatformApplicationCommand;
|
|
|
3989
3971
|
|
|
3990
3972
|
|
|
3991
3973
|
|
|
3992
|
-
var _DeleteSMSSandboxPhoneNumberCommand = class _DeleteSMSSandboxPhoneNumberCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3993
|
-
...commonParams
|
|
3994
|
-
}).m(function(Command, cs, config, o) {
|
|
3974
|
+
var _DeleteSMSSandboxPhoneNumberCommand = class _DeleteSMSSandboxPhoneNumberCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3995
3975
|
return [
|
|
3996
3976
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3997
3977
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4005,9 +3985,7 @@ var DeleteSMSSandboxPhoneNumberCommand = _DeleteSMSSandboxPhoneNumberCommand;
|
|
|
4005
3985
|
|
|
4006
3986
|
|
|
4007
3987
|
|
|
4008
|
-
var _DeleteTopicCommand = class _DeleteTopicCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4009
|
-
...commonParams
|
|
4010
|
-
}).m(function(Command, cs, config, o) {
|
|
3988
|
+
var _DeleteTopicCommand = class _DeleteTopicCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4011
3989
|
return [
|
|
4012
3990
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4013
3991
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4021,9 +3999,7 @@ var DeleteTopicCommand = _DeleteTopicCommand;
|
|
|
4021
3999
|
|
|
4022
4000
|
|
|
4023
4001
|
|
|
4024
|
-
var _GetDataProtectionPolicyCommand = class _GetDataProtectionPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4025
|
-
...commonParams
|
|
4026
|
-
}).m(function(Command, cs, config, o) {
|
|
4002
|
+
var _GetDataProtectionPolicyCommand = class _GetDataProtectionPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4027
4003
|
return [
|
|
4028
4004
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4029
4005
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4037,9 +4013,7 @@ var GetDataProtectionPolicyCommand = _GetDataProtectionPolicyCommand;
|
|
|
4037
4013
|
|
|
4038
4014
|
|
|
4039
4015
|
|
|
4040
|
-
var _GetEndpointAttributesCommand = class _GetEndpointAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4041
|
-
...commonParams
|
|
4042
|
-
}).m(function(Command, cs, config, o) {
|
|
4016
|
+
var _GetEndpointAttributesCommand = class _GetEndpointAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4043
4017
|
return [
|
|
4044
4018
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4045
4019
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4053,9 +4027,7 @@ var GetEndpointAttributesCommand = _GetEndpointAttributesCommand;
|
|
|
4053
4027
|
|
|
4054
4028
|
|
|
4055
4029
|
|
|
4056
|
-
var _GetPlatformApplicationAttributesCommand = class _GetPlatformApplicationAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4057
|
-
...commonParams
|
|
4058
|
-
}).m(function(Command, cs, config, o) {
|
|
4030
|
+
var _GetPlatformApplicationAttributesCommand = class _GetPlatformApplicationAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4059
4031
|
return [
|
|
4060
4032
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4061
4033
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4069,9 +4041,7 @@ var GetPlatformApplicationAttributesCommand = _GetPlatformApplicationAttributesC
|
|
|
4069
4041
|
|
|
4070
4042
|
|
|
4071
4043
|
|
|
4072
|
-
var _GetSMSAttributesCommand = class _GetSMSAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4073
|
-
...commonParams
|
|
4074
|
-
}).m(function(Command, cs, config, o) {
|
|
4044
|
+
var _GetSMSAttributesCommand = class _GetSMSAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4075
4045
|
return [
|
|
4076
4046
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4077
4047
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4085,9 +4055,7 @@ var GetSMSAttributesCommand = _GetSMSAttributesCommand;
|
|
|
4085
4055
|
|
|
4086
4056
|
|
|
4087
4057
|
|
|
4088
|
-
var _GetSMSSandboxAccountStatusCommand = class _GetSMSSandboxAccountStatusCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4089
|
-
...commonParams
|
|
4090
|
-
}).m(function(Command, cs, config, o) {
|
|
4058
|
+
var _GetSMSSandboxAccountStatusCommand = class _GetSMSSandboxAccountStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4091
4059
|
return [
|
|
4092
4060
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4093
4061
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4101,9 +4069,7 @@ var GetSMSSandboxAccountStatusCommand = _GetSMSSandboxAccountStatusCommand;
|
|
|
4101
4069
|
|
|
4102
4070
|
|
|
4103
4071
|
|
|
4104
|
-
var _GetSubscriptionAttributesCommand = class _GetSubscriptionAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4105
|
-
...commonParams
|
|
4106
|
-
}).m(function(Command, cs, config, o) {
|
|
4072
|
+
var _GetSubscriptionAttributesCommand = class _GetSubscriptionAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4107
4073
|
return [
|
|
4108
4074
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4109
4075
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4117,9 +4083,7 @@ var GetSubscriptionAttributesCommand = _GetSubscriptionAttributesCommand;
|
|
|
4117
4083
|
|
|
4118
4084
|
|
|
4119
4085
|
|
|
4120
|
-
var _GetTopicAttributesCommand = class _GetTopicAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4121
|
-
...commonParams
|
|
4122
|
-
}).m(function(Command, cs, config, o) {
|
|
4086
|
+
var _GetTopicAttributesCommand = class _GetTopicAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4123
4087
|
return [
|
|
4124
4088
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4125
4089
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4133,9 +4097,7 @@ var GetTopicAttributesCommand = _GetTopicAttributesCommand;
|
|
|
4133
4097
|
|
|
4134
4098
|
|
|
4135
4099
|
|
|
4136
|
-
var _ListEndpointsByPlatformApplicationCommand = class _ListEndpointsByPlatformApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4137
|
-
...commonParams
|
|
4138
|
-
}).m(function(Command, cs, config, o) {
|
|
4100
|
+
var _ListEndpointsByPlatformApplicationCommand = class _ListEndpointsByPlatformApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4139
4101
|
return [
|
|
4140
4102
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4141
4103
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4149,9 +4111,7 @@ var ListEndpointsByPlatformApplicationCommand = _ListEndpointsByPlatformApplicat
|
|
|
4149
4111
|
|
|
4150
4112
|
|
|
4151
4113
|
|
|
4152
|
-
var _ListOriginationNumbersCommand = class _ListOriginationNumbersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4153
|
-
...commonParams
|
|
4154
|
-
}).m(function(Command, cs, config, o) {
|
|
4114
|
+
var _ListOriginationNumbersCommand = class _ListOriginationNumbersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4155
4115
|
return [
|
|
4156
4116
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4157
4117
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4165,9 +4125,7 @@ var ListOriginationNumbersCommand = _ListOriginationNumbersCommand;
|
|
|
4165
4125
|
|
|
4166
4126
|
|
|
4167
4127
|
|
|
4168
|
-
var _ListPhoneNumbersOptedOutCommand = class _ListPhoneNumbersOptedOutCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4169
|
-
...commonParams
|
|
4170
|
-
}).m(function(Command, cs, config, o) {
|
|
4128
|
+
var _ListPhoneNumbersOptedOutCommand = class _ListPhoneNumbersOptedOutCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4171
4129
|
return [
|
|
4172
4130
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4173
4131
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4181,9 +4139,7 @@ var ListPhoneNumbersOptedOutCommand = _ListPhoneNumbersOptedOutCommand;
|
|
|
4181
4139
|
|
|
4182
4140
|
|
|
4183
4141
|
|
|
4184
|
-
var _ListPlatformApplicationsCommand = class _ListPlatformApplicationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4185
|
-
...commonParams
|
|
4186
|
-
}).m(function(Command, cs, config, o) {
|
|
4142
|
+
var _ListPlatformApplicationsCommand = class _ListPlatformApplicationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4187
4143
|
return [
|
|
4188
4144
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4189
4145
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4197,9 +4153,7 @@ var ListPlatformApplicationsCommand = _ListPlatformApplicationsCommand;
|
|
|
4197
4153
|
|
|
4198
4154
|
|
|
4199
4155
|
|
|
4200
|
-
var _ListSMSSandboxPhoneNumbersCommand = class _ListSMSSandboxPhoneNumbersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4201
|
-
...commonParams
|
|
4202
|
-
}).m(function(Command, cs, config, o) {
|
|
4156
|
+
var _ListSMSSandboxPhoneNumbersCommand = class _ListSMSSandboxPhoneNumbersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4203
4157
|
return [
|
|
4204
4158
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4205
4159
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4213,9 +4167,7 @@ var ListSMSSandboxPhoneNumbersCommand = _ListSMSSandboxPhoneNumbersCommand;
|
|
|
4213
4167
|
|
|
4214
4168
|
|
|
4215
4169
|
|
|
4216
|
-
var _ListSubscriptionsByTopicCommand = class _ListSubscriptionsByTopicCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4217
|
-
...commonParams
|
|
4218
|
-
}).m(function(Command, cs, config, o) {
|
|
4170
|
+
var _ListSubscriptionsByTopicCommand = class _ListSubscriptionsByTopicCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4219
4171
|
return [
|
|
4220
4172
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4221
4173
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4229,9 +4181,7 @@ var ListSubscriptionsByTopicCommand = _ListSubscriptionsByTopicCommand;
|
|
|
4229
4181
|
|
|
4230
4182
|
|
|
4231
4183
|
|
|
4232
|
-
var _ListSubscriptionsCommand = class _ListSubscriptionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4233
|
-
...commonParams
|
|
4234
|
-
}).m(function(Command, cs, config, o) {
|
|
4184
|
+
var _ListSubscriptionsCommand = class _ListSubscriptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4235
4185
|
return [
|
|
4236
4186
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4237
4187
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4245,9 +4195,7 @@ var ListSubscriptionsCommand = _ListSubscriptionsCommand;
|
|
|
4245
4195
|
|
|
4246
4196
|
|
|
4247
4197
|
|
|
4248
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4249
|
-
...commonParams
|
|
4250
|
-
}).m(function(Command, cs, config, o) {
|
|
4198
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4251
4199
|
return [
|
|
4252
4200
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4253
4201
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4261,9 +4209,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
4261
4209
|
|
|
4262
4210
|
|
|
4263
4211
|
|
|
4264
|
-
var _ListTopicsCommand = class _ListTopicsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4265
|
-
...commonParams
|
|
4266
|
-
}).m(function(Command, cs, config, o) {
|
|
4212
|
+
var _ListTopicsCommand = class _ListTopicsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4267
4213
|
return [
|
|
4268
4214
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4269
4215
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4277,9 +4223,7 @@ var ListTopicsCommand = _ListTopicsCommand;
|
|
|
4277
4223
|
|
|
4278
4224
|
|
|
4279
4225
|
|
|
4280
|
-
var _OptInPhoneNumberCommand = class _OptInPhoneNumberCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4281
|
-
...commonParams
|
|
4282
|
-
}).m(function(Command, cs, config, o) {
|
|
4226
|
+
var _OptInPhoneNumberCommand = class _OptInPhoneNumberCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4283
4227
|
return [
|
|
4284
4228
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4285
4229
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4293,9 +4237,7 @@ var OptInPhoneNumberCommand = _OptInPhoneNumberCommand;
|
|
|
4293
4237
|
|
|
4294
4238
|
|
|
4295
4239
|
|
|
4296
|
-
var _PublishBatchCommand = class _PublishBatchCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4297
|
-
...commonParams
|
|
4298
|
-
}).m(function(Command, cs, config, o) {
|
|
4240
|
+
var _PublishBatchCommand = class _PublishBatchCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4299
4241
|
return [
|
|
4300
4242
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4301
4243
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4309,9 +4251,7 @@ var PublishBatchCommand = _PublishBatchCommand;
|
|
|
4309
4251
|
|
|
4310
4252
|
|
|
4311
4253
|
|
|
4312
|
-
var _PublishCommand = class _PublishCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4313
|
-
...commonParams
|
|
4314
|
-
}).m(function(Command, cs, config, o) {
|
|
4254
|
+
var _PublishCommand = class _PublishCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4315
4255
|
return [
|
|
4316
4256
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4317
4257
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4325,9 +4265,7 @@ var PublishCommand = _PublishCommand;
|
|
|
4325
4265
|
|
|
4326
4266
|
|
|
4327
4267
|
|
|
4328
|
-
var _PutDataProtectionPolicyCommand = class _PutDataProtectionPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4329
|
-
...commonParams
|
|
4330
|
-
}).m(function(Command, cs, config, o) {
|
|
4268
|
+
var _PutDataProtectionPolicyCommand = class _PutDataProtectionPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4331
4269
|
return [
|
|
4332
4270
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4333
4271
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4341,9 +4279,7 @@ var PutDataProtectionPolicyCommand = _PutDataProtectionPolicyCommand;
|
|
|
4341
4279
|
|
|
4342
4280
|
|
|
4343
4281
|
|
|
4344
|
-
var _RemovePermissionCommand = class _RemovePermissionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4345
|
-
...commonParams
|
|
4346
|
-
}).m(function(Command, cs, config, o) {
|
|
4282
|
+
var _RemovePermissionCommand = class _RemovePermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4347
4283
|
return [
|
|
4348
4284
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4349
4285
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4357,9 +4293,7 @@ var RemovePermissionCommand = _RemovePermissionCommand;
|
|
|
4357
4293
|
|
|
4358
4294
|
|
|
4359
4295
|
|
|
4360
|
-
var _SetEndpointAttributesCommand = class _SetEndpointAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4361
|
-
...commonParams
|
|
4362
|
-
}).m(function(Command, cs, config, o) {
|
|
4296
|
+
var _SetEndpointAttributesCommand = class _SetEndpointAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4363
4297
|
return [
|
|
4364
4298
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4365
4299
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4373,9 +4307,7 @@ var SetEndpointAttributesCommand = _SetEndpointAttributesCommand;
|
|
|
4373
4307
|
|
|
4374
4308
|
|
|
4375
4309
|
|
|
4376
|
-
var _SetPlatformApplicationAttributesCommand = class _SetPlatformApplicationAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4377
|
-
...commonParams
|
|
4378
|
-
}).m(function(Command, cs, config, o) {
|
|
4310
|
+
var _SetPlatformApplicationAttributesCommand = class _SetPlatformApplicationAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4379
4311
|
return [
|
|
4380
4312
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4381
4313
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4389,9 +4321,7 @@ var SetPlatformApplicationAttributesCommand = _SetPlatformApplicationAttributesC
|
|
|
4389
4321
|
|
|
4390
4322
|
|
|
4391
4323
|
|
|
4392
|
-
var _SetSMSAttributesCommand = class _SetSMSAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4393
|
-
...commonParams
|
|
4394
|
-
}).m(function(Command, cs, config, o) {
|
|
4324
|
+
var _SetSMSAttributesCommand = class _SetSMSAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4395
4325
|
return [
|
|
4396
4326
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4397
4327
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4405,9 +4335,7 @@ var SetSMSAttributesCommand = _SetSMSAttributesCommand;
|
|
|
4405
4335
|
|
|
4406
4336
|
|
|
4407
4337
|
|
|
4408
|
-
var _SetSubscriptionAttributesCommand = class _SetSubscriptionAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4409
|
-
...commonParams
|
|
4410
|
-
}).m(function(Command, cs, config, o) {
|
|
4338
|
+
var _SetSubscriptionAttributesCommand = class _SetSubscriptionAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4411
4339
|
return [
|
|
4412
4340
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4413
4341
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4421,9 +4349,7 @@ var SetSubscriptionAttributesCommand = _SetSubscriptionAttributesCommand;
|
|
|
4421
4349
|
|
|
4422
4350
|
|
|
4423
4351
|
|
|
4424
|
-
var _SetTopicAttributesCommand = class _SetTopicAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4425
|
-
...commonParams
|
|
4426
|
-
}).m(function(Command, cs, config, o) {
|
|
4352
|
+
var _SetTopicAttributesCommand = class _SetTopicAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4427
4353
|
return [
|
|
4428
4354
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4429
4355
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4437,9 +4363,7 @@ var SetTopicAttributesCommand = _SetTopicAttributesCommand;
|
|
|
4437
4363
|
|
|
4438
4364
|
|
|
4439
4365
|
|
|
4440
|
-
var _SubscribeCommand = class _SubscribeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4441
|
-
...commonParams
|
|
4442
|
-
}).m(function(Command, cs, config, o) {
|
|
4366
|
+
var _SubscribeCommand = class _SubscribeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4443
4367
|
return [
|
|
4444
4368
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4445
4369
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4453,9 +4377,7 @@ var SubscribeCommand = _SubscribeCommand;
|
|
|
4453
4377
|
|
|
4454
4378
|
|
|
4455
4379
|
|
|
4456
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4457
|
-
...commonParams
|
|
4458
|
-
}).m(function(Command, cs, config, o) {
|
|
4380
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4459
4381
|
return [
|
|
4460
4382
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4461
4383
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4469,9 +4391,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
4469
4391
|
|
|
4470
4392
|
|
|
4471
4393
|
|
|
4472
|
-
var _UnsubscribeCommand = class _UnsubscribeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4473
|
-
...commonParams
|
|
4474
|
-
}).m(function(Command, cs, config, o) {
|
|
4394
|
+
var _UnsubscribeCommand = class _UnsubscribeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4475
4395
|
return [
|
|
4476
4396
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4477
4397
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4485,9 +4405,7 @@ var UnsubscribeCommand = _UnsubscribeCommand;
|
|
|
4485
4405
|
|
|
4486
4406
|
|
|
4487
4407
|
|
|
4488
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4489
|
-
...commonParams
|
|
4490
|
-
}).m(function(Command, cs, config, o) {
|
|
4408
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4491
4409
|
return [
|
|
4492
4410
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4493
4411
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -4501,9 +4419,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
4501
4419
|
|
|
4502
4420
|
|
|
4503
4421
|
|
|
4504
|
-
var _VerifySMSSandboxPhoneNumberCommand = class _VerifySMSSandboxPhoneNumberCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
4505
|
-
...commonParams
|
|
4506
|
-
}).m(function(Command, cs, config, o) {
|
|
4422
|
+
var _VerifySMSSandboxPhoneNumberCommand = class _VerifySMSSandboxPhoneNumberCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
4507
4423
|
return [
|
|
4508
4424
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
4509
4425
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_AddPermissionCommand, se_AddPermissionCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AddPermissionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CheckIfPhoneNumberIsOptedOutCommand, se_CheckIfPhoneNumberIsOptedOut
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CheckIfPhoneNumberIsOptedOutCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ConfirmSubscriptionCommand, se_ConfirmSubscriptionCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ConfirmSubscriptionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreatePlatformApplicationCommand, se_CreatePlatformApplicationComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreatePlatformApplicationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreatePlatformEndpointCommand, se_CreatePlatformEndpointCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreatePlatformEndpointCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateSMSSandboxPhoneNumberCommand, se_CreateSMSSandboxPhoneNumberCo
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateSMSSandboxPhoneNumberCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateTopicCommand, se_CreateTopicCommand } from "../protocols/Aws_q
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateTopicCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteEndpointCommand, se_DeleteEndpointCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteEndpointCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeletePlatformApplicationCommand, se_DeletePlatformApplicationComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeletePlatformApplicationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DeleteSMSSandboxPhoneNumberCommand, se_DeleteSMSSandboxPhoneNumberCo
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DeleteSMSSandboxPhoneNumberCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteTopicCommand, se_DeleteTopicCommand } from "../protocols/Aws_q
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteTopicCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetDataProtectionPolicyCommand, se_GetDataProtectionPolicyCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetDataProtectionPolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetEndpointAttributesCommand, se_GetEndpointAttributesCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetEndpointAttributesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetPlatformApplicationAttributesCommand, se_GetPlatformApplicationAt
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetPlatformApplicationAttributesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetSMSAttributesCommand, se_GetSMSAttributesCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetSMSAttributesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetSMSSandboxAccountStatusCommand, se_GetSMSSandboxAccountStatusComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetSMSSandboxAccountStatusCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetSubscriptionAttributesCommand, se_GetSubscriptionAttributesComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetSubscriptionAttributesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetTopicAttributesCommand, se_GetTopicAttributesCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetTopicAttributesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListEndpointsByPlatformApplicationCommand, se_ListEndpointsByPlatfor
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListEndpointsByPlatformApplicationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListOriginationNumbersCommand, se_ListOriginationNumbersCommand } fr
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListOriginationNumbersCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListPhoneNumbersOptedOutCommand, se_ListPhoneNumbersOptedOutCommand
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListPhoneNumbersOptedOutCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListPlatformApplicationsCommand, se_ListPlatformApplicationsCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListPlatformApplicationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListSMSSandboxPhoneNumbersCommand, se_ListSMSSandboxPhoneNumbersComm
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListSMSSandboxPhoneNumbersCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListSubscriptionsByTopicCommand, se_ListSubscriptionsByTopicCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListSubscriptionsByTopicCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListSubscriptionsCommand, se_ListSubscriptionsCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListSubscriptionsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTopicsCommand, se_ListTopicsCommand } from "../protocols/Aws_que
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTopicsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_OptInPhoneNumberCommand, se_OptInPhoneNumberCommand } from "../proto
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class OptInPhoneNumberCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PublishBatchCommand, se_PublishBatchCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PublishBatchCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_PublishCommand, se_PublishCommand } from "../protocols/Aws_query";
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class PublishCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PutDataProtectionPolicyCommand, se_PutDataProtectionPolicyCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutDataProtectionPolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_RemovePermissionCommand, se_RemovePermissionCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RemovePermissionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SetEndpointAttributesCommand, se_SetEndpointAttributesCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SetEndpointAttributesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SetPlatformApplicationAttributesCommand, se_SetPlatformApplicationAt
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SetPlatformApplicationAttributesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SetSMSAttributesCommand, se_SetSMSAttributesCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SetSMSAttributesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SetSubscriptionAttributesCommand, se_SetSubscriptionAttributesComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SetSubscriptionAttributesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SetTopicAttributesCommand, se_SetTopicAttributesCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SetTopicAttributesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SubscribeCommand, se_SubscribeCommand } from "../protocols/Aws_query
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SubscribeCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_q
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UnsubscribeCommand, se_UnsubscribeCommand } from "../protocols/Aws_q
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UnsubscribeCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_VerifySMSSandboxPhoneNumberCommand, se_VerifySMSSandboxPhoneNumberCo
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class VerifySMSSandboxPhoneNumberCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sns",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sns Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.651.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-sns",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|