@aws-sdk/client-connect 3.72.0 → 3.76.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 (85) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/Connect.js +120 -0
  3. package/dist-cjs/commands/AssociatePhoneNumberContactFlowCommand.js +36 -0
  4. package/dist-cjs/commands/ClaimPhoneNumberCommand.js +36 -0
  5. package/dist-cjs/commands/DescribePhoneNumberCommand.js +36 -0
  6. package/dist-cjs/commands/DisassociatePhoneNumberContactFlowCommand.js +36 -0
  7. package/dist-cjs/commands/ListPhoneNumbersV2Command.js +36 -0
  8. package/dist-cjs/commands/ReleasePhoneNumberCommand.js +36 -0
  9. package/dist-cjs/commands/SearchAvailablePhoneNumbersCommand.js +37 -0
  10. package/dist-cjs/commands/SearchVocabulariesCommand.js +3 -3
  11. package/dist-cjs/commands/StartChatContactCommand.js +3 -3
  12. package/dist-cjs/commands/StartContactRecordingCommand.js +3 -3
  13. package/dist-cjs/commands/StartContactStreamingCommand.js +3 -3
  14. package/dist-cjs/commands/UpdatePhoneNumberCommand.js +36 -0
  15. package/dist-cjs/commands/index.js +8 -0
  16. package/dist-cjs/models/models_0.js +795 -803
  17. package/dist-cjs/models/models_1.js +118 -2
  18. package/dist-cjs/pagination/ListPhoneNumbersV2Paginator.js +35 -0
  19. package/dist-cjs/pagination/SearchAvailablePhoneNumbersPaginator.js +35 -0
  20. package/dist-cjs/pagination/index.js +2 -0
  21. package/dist-cjs/protocols/Aws_restJson1.js +744 -12
  22. package/dist-es/Connect.js +120 -0
  23. package/dist-es/commands/AssociatePhoneNumberContactFlowCommand.js +39 -0
  24. package/dist-es/commands/ClaimPhoneNumberCommand.js +39 -0
  25. package/dist-es/commands/DescribePhoneNumberCommand.js +39 -0
  26. package/dist-es/commands/DisassociatePhoneNumberContactFlowCommand.js +39 -0
  27. package/dist-es/commands/ListPhoneNumbersV2Command.js +39 -0
  28. package/dist-es/commands/ReleasePhoneNumberCommand.js +39 -0
  29. package/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +40 -0
  30. package/dist-es/commands/SearchVocabulariesCommand.js +1 -1
  31. package/dist-es/commands/StartChatContactCommand.js +1 -1
  32. package/dist-es/commands/StartContactRecordingCommand.js +1 -1
  33. package/dist-es/commands/StartContactStreamingCommand.js +1 -1
  34. package/dist-es/commands/UpdatePhoneNumberCommand.js +39 -0
  35. package/dist-es/commands/index.js +8 -0
  36. package/dist-es/models/models_0.js +320 -329
  37. package/dist-es/models/models_1.js +83 -0
  38. package/dist-es/pagination/ListPhoneNumbersV2Paginator.js +74 -0
  39. package/dist-es/pagination/SearchAvailablePhoneNumbersPaginator.js +74 -0
  40. package/dist-es/pagination/index.js +2 -0
  41. package/dist-es/protocols/Aws_restJson1.js +960 -36
  42. package/dist-types/Connect.d.ts +59 -1
  43. package/dist-types/ConnectClient.d.ts +10 -2
  44. package/dist-types/commands/AssociatePhoneNumberContactFlowCommand.d.ts +35 -0
  45. package/dist-types/commands/ClaimPhoneNumberCommand.d.ts +35 -0
  46. package/dist-types/commands/DescribePhoneNumberCommand.d.ts +35 -0
  47. package/dist-types/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +35 -0
  48. package/dist-types/commands/ListPhoneNumbersV2Command.d.ts +37 -0
  49. package/dist-types/commands/ReleasePhoneNumberCommand.d.ts +35 -0
  50. package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +36 -0
  51. package/dist-types/commands/SearchVocabulariesCommand.d.ts +1 -1
  52. package/dist-types/commands/StartChatContactCommand.d.ts +1 -1
  53. package/dist-types/commands/StartContactRecordingCommand.d.ts +1 -1
  54. package/dist-types/commands/StartContactStreamingCommand.d.ts +1 -1
  55. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +35 -0
  57. package/dist-types/commands/index.d.ts +8 -0
  58. package/dist-types/models/models_0.d.ts +778 -763
  59. package/dist-types/models/models_1.d.ts +377 -1
  60. package/dist-types/pagination/ListPhoneNumbersV2Paginator.d.ts +4 -0
  61. package/dist-types/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +4 -0
  62. package/dist-types/pagination/index.d.ts +2 -0
  63. package/dist-types/protocols/Aws_restJson1.d.ts +24 -0
  64. package/dist-types/ts3.4/Connect.d.ts +40 -0
  65. package/dist-types/ts3.4/ConnectClient.d.ts +10 -2
  66. package/dist-types/ts3.4/commands/AssociatePhoneNumberContactFlowCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/ClaimPhoneNumberCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/DescribePhoneNumberCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/DisassociatePhoneNumberContactFlowCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/ListPhoneNumbersV2Command.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/ReleasePhoneNumberCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +18 -0
  73. package/dist-types/ts3.4/commands/SearchVocabulariesCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/StartChatContactCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/StartContactRecordingCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/StartContactStreamingCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  79. package/dist-types/ts3.4/models/models_0.d.ts +767 -749
  80. package/dist-types/ts3.4/models/models_1.d.ts +212 -1
  81. package/dist-types/ts3.4/pagination/ListPhoneNumbersV2Paginator.d.ts +4 -0
  82. package/dist-types/ts3.4/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +4 -0
  83. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  84. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +24 -0
  85. package/package.json +9 -9
@@ -250,6 +250,10 @@ export var AssociateLexBotRequest;
250
250
  (function (AssociateLexBotRequest) {
251
251
  AssociateLexBotRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
252
252
  })(AssociateLexBotRequest || (AssociateLexBotRequest = {}));
253
+ export var AssociatePhoneNumberContactFlowRequest;
254
+ (function (AssociatePhoneNumberContactFlowRequest) {
255
+ AssociatePhoneNumberContactFlowRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
256
+ })(AssociatePhoneNumberContactFlowRequest || (AssociatePhoneNumberContactFlowRequest = {}));
253
257
  export var AssociateQueueQuickConnectsRequest;
254
258
  (function (AssociateQueueQuickConnectsRequest) {
255
259
  AssociateQueueQuickConnectsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -280,6 +284,27 @@ export var AssociateSecurityKeyResponse;
280
284
  (function (AssociateSecurityKeyResponse) {
281
285
  AssociateSecurityKeyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
282
286
  })(AssociateSecurityKeyResponse || (AssociateSecurityKeyResponse = {}));
287
+ export var ClaimPhoneNumberRequest;
288
+ (function (ClaimPhoneNumberRequest) {
289
+ ClaimPhoneNumberRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
290
+ })(ClaimPhoneNumberRequest || (ClaimPhoneNumberRequest = {}));
291
+ export var ClaimPhoneNumberResponse;
292
+ (function (ClaimPhoneNumberResponse) {
293
+ ClaimPhoneNumberResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
294
+ })(ClaimPhoneNumberResponse || (ClaimPhoneNumberResponse = {}));
295
+ var IdempotencyException = (function (_super) {
296
+ __extends(IdempotencyException, _super);
297
+ function IdempotencyException(opts) {
298
+ var _this = _super.call(this, __assign({ name: "IdempotencyException", $fault: "client" }, opts)) || this;
299
+ _this.name = "IdempotencyException";
300
+ _this.$fault = "client";
301
+ Object.setPrototypeOf(_this, IdempotencyException.prototype);
302
+ _this.Message = opts.Message;
303
+ return _this;
304
+ }
305
+ return IdempotencyException;
306
+ }(__BaseException));
307
+ export { IdempotencyException };
283
308
  export var CreateAgentStatusRequest;
284
309
  (function (CreateAgentStatusRequest) {
285
310
  CreateAgentStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -346,19 +371,6 @@ export var CreateContactFlowModuleResponse;
346
371
  (function (CreateContactFlowModuleResponse) {
347
372
  CreateContactFlowModuleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
348
373
  })(CreateContactFlowModuleResponse || (CreateContactFlowModuleResponse = {}));
349
- var IdempotencyException = (function (_super) {
350
- __extends(IdempotencyException, _super);
351
- function IdempotencyException(opts) {
352
- var _this = _super.call(this, __assign({ name: "IdempotencyException", $fault: "client" }, opts)) || this;
353
- _this.name = "IdempotencyException";
354
- _this.$fault = "client";
355
- Object.setPrototypeOf(_this, IdempotencyException.prototype);
356
- _this.Message = opts.Message;
357
- return _this;
358
- }
359
- return IdempotencyException;
360
- }(__BaseException));
361
- export { IdempotencyException };
362
374
  var InvalidContactFlowModuleException = (function (_super) {
363
375
  __extends(InvalidContactFlowModuleException, _super);
364
376
  function InvalidContactFlowModuleException(opts) {
@@ -779,6 +791,273 @@ export var DescribeInstanceStorageConfigResponse;
779
791
  (function (DescribeInstanceStorageConfigResponse) {
780
792
  DescribeInstanceStorageConfigResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
781
793
  })(DescribeInstanceStorageConfigResponse || (DescribeInstanceStorageConfigResponse = {}));
794
+ export var DescribePhoneNumberRequest;
795
+ (function (DescribePhoneNumberRequest) {
796
+ DescribePhoneNumberRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
797
+ })(DescribePhoneNumberRequest || (DescribePhoneNumberRequest = {}));
798
+ export var PhoneNumberCountryCode;
799
+ (function (PhoneNumberCountryCode) {
800
+ PhoneNumberCountryCode["AD"] = "AD";
801
+ PhoneNumberCountryCode["AE"] = "AE";
802
+ PhoneNumberCountryCode["AF"] = "AF";
803
+ PhoneNumberCountryCode["AG"] = "AG";
804
+ PhoneNumberCountryCode["AI"] = "AI";
805
+ PhoneNumberCountryCode["AL"] = "AL";
806
+ PhoneNumberCountryCode["AM"] = "AM";
807
+ PhoneNumberCountryCode["AN"] = "AN";
808
+ PhoneNumberCountryCode["AO"] = "AO";
809
+ PhoneNumberCountryCode["AQ"] = "AQ";
810
+ PhoneNumberCountryCode["AR"] = "AR";
811
+ PhoneNumberCountryCode["AS"] = "AS";
812
+ PhoneNumberCountryCode["AT"] = "AT";
813
+ PhoneNumberCountryCode["AU"] = "AU";
814
+ PhoneNumberCountryCode["AW"] = "AW";
815
+ PhoneNumberCountryCode["AZ"] = "AZ";
816
+ PhoneNumberCountryCode["BA"] = "BA";
817
+ PhoneNumberCountryCode["BB"] = "BB";
818
+ PhoneNumberCountryCode["BD"] = "BD";
819
+ PhoneNumberCountryCode["BE"] = "BE";
820
+ PhoneNumberCountryCode["BF"] = "BF";
821
+ PhoneNumberCountryCode["BG"] = "BG";
822
+ PhoneNumberCountryCode["BH"] = "BH";
823
+ PhoneNumberCountryCode["BI"] = "BI";
824
+ PhoneNumberCountryCode["BJ"] = "BJ";
825
+ PhoneNumberCountryCode["BL"] = "BL";
826
+ PhoneNumberCountryCode["BM"] = "BM";
827
+ PhoneNumberCountryCode["BN"] = "BN";
828
+ PhoneNumberCountryCode["BO"] = "BO";
829
+ PhoneNumberCountryCode["BR"] = "BR";
830
+ PhoneNumberCountryCode["BS"] = "BS";
831
+ PhoneNumberCountryCode["BT"] = "BT";
832
+ PhoneNumberCountryCode["BW"] = "BW";
833
+ PhoneNumberCountryCode["BY"] = "BY";
834
+ PhoneNumberCountryCode["BZ"] = "BZ";
835
+ PhoneNumberCountryCode["CA"] = "CA";
836
+ PhoneNumberCountryCode["CC"] = "CC";
837
+ PhoneNumberCountryCode["CD"] = "CD";
838
+ PhoneNumberCountryCode["CF"] = "CF";
839
+ PhoneNumberCountryCode["CG"] = "CG";
840
+ PhoneNumberCountryCode["CH"] = "CH";
841
+ PhoneNumberCountryCode["CI"] = "CI";
842
+ PhoneNumberCountryCode["CK"] = "CK";
843
+ PhoneNumberCountryCode["CL"] = "CL";
844
+ PhoneNumberCountryCode["CM"] = "CM";
845
+ PhoneNumberCountryCode["CN"] = "CN";
846
+ PhoneNumberCountryCode["CO"] = "CO";
847
+ PhoneNumberCountryCode["CR"] = "CR";
848
+ PhoneNumberCountryCode["CU"] = "CU";
849
+ PhoneNumberCountryCode["CV"] = "CV";
850
+ PhoneNumberCountryCode["CW"] = "CW";
851
+ PhoneNumberCountryCode["CX"] = "CX";
852
+ PhoneNumberCountryCode["CY"] = "CY";
853
+ PhoneNumberCountryCode["CZ"] = "CZ";
854
+ PhoneNumberCountryCode["DE"] = "DE";
855
+ PhoneNumberCountryCode["DJ"] = "DJ";
856
+ PhoneNumberCountryCode["DK"] = "DK";
857
+ PhoneNumberCountryCode["DM"] = "DM";
858
+ PhoneNumberCountryCode["DO"] = "DO";
859
+ PhoneNumberCountryCode["DZ"] = "DZ";
860
+ PhoneNumberCountryCode["EC"] = "EC";
861
+ PhoneNumberCountryCode["EE"] = "EE";
862
+ PhoneNumberCountryCode["EG"] = "EG";
863
+ PhoneNumberCountryCode["EH"] = "EH";
864
+ PhoneNumberCountryCode["ER"] = "ER";
865
+ PhoneNumberCountryCode["ES"] = "ES";
866
+ PhoneNumberCountryCode["ET"] = "ET";
867
+ PhoneNumberCountryCode["FI"] = "FI";
868
+ PhoneNumberCountryCode["FJ"] = "FJ";
869
+ PhoneNumberCountryCode["FK"] = "FK";
870
+ PhoneNumberCountryCode["FM"] = "FM";
871
+ PhoneNumberCountryCode["FO"] = "FO";
872
+ PhoneNumberCountryCode["FR"] = "FR";
873
+ PhoneNumberCountryCode["GA"] = "GA";
874
+ PhoneNumberCountryCode["GB"] = "GB";
875
+ PhoneNumberCountryCode["GD"] = "GD";
876
+ PhoneNumberCountryCode["GE"] = "GE";
877
+ PhoneNumberCountryCode["GG"] = "GG";
878
+ PhoneNumberCountryCode["GH"] = "GH";
879
+ PhoneNumberCountryCode["GI"] = "GI";
880
+ PhoneNumberCountryCode["GL"] = "GL";
881
+ PhoneNumberCountryCode["GM"] = "GM";
882
+ PhoneNumberCountryCode["GN"] = "GN";
883
+ PhoneNumberCountryCode["GQ"] = "GQ";
884
+ PhoneNumberCountryCode["GR"] = "GR";
885
+ PhoneNumberCountryCode["GT"] = "GT";
886
+ PhoneNumberCountryCode["GU"] = "GU";
887
+ PhoneNumberCountryCode["GW"] = "GW";
888
+ PhoneNumberCountryCode["GY"] = "GY";
889
+ PhoneNumberCountryCode["HK"] = "HK";
890
+ PhoneNumberCountryCode["HN"] = "HN";
891
+ PhoneNumberCountryCode["HR"] = "HR";
892
+ PhoneNumberCountryCode["HT"] = "HT";
893
+ PhoneNumberCountryCode["HU"] = "HU";
894
+ PhoneNumberCountryCode["ID"] = "ID";
895
+ PhoneNumberCountryCode["IE"] = "IE";
896
+ PhoneNumberCountryCode["IL"] = "IL";
897
+ PhoneNumberCountryCode["IM"] = "IM";
898
+ PhoneNumberCountryCode["IN"] = "IN";
899
+ PhoneNumberCountryCode["IO"] = "IO";
900
+ PhoneNumberCountryCode["IQ"] = "IQ";
901
+ PhoneNumberCountryCode["IR"] = "IR";
902
+ PhoneNumberCountryCode["IS"] = "IS";
903
+ PhoneNumberCountryCode["IT"] = "IT";
904
+ PhoneNumberCountryCode["JE"] = "JE";
905
+ PhoneNumberCountryCode["JM"] = "JM";
906
+ PhoneNumberCountryCode["JO"] = "JO";
907
+ PhoneNumberCountryCode["JP"] = "JP";
908
+ PhoneNumberCountryCode["KE"] = "KE";
909
+ PhoneNumberCountryCode["KG"] = "KG";
910
+ PhoneNumberCountryCode["KH"] = "KH";
911
+ PhoneNumberCountryCode["KI"] = "KI";
912
+ PhoneNumberCountryCode["KM"] = "KM";
913
+ PhoneNumberCountryCode["KN"] = "KN";
914
+ PhoneNumberCountryCode["KP"] = "KP";
915
+ PhoneNumberCountryCode["KR"] = "KR";
916
+ PhoneNumberCountryCode["KW"] = "KW";
917
+ PhoneNumberCountryCode["KY"] = "KY";
918
+ PhoneNumberCountryCode["KZ"] = "KZ";
919
+ PhoneNumberCountryCode["LA"] = "LA";
920
+ PhoneNumberCountryCode["LB"] = "LB";
921
+ PhoneNumberCountryCode["LC"] = "LC";
922
+ PhoneNumberCountryCode["LI"] = "LI";
923
+ PhoneNumberCountryCode["LK"] = "LK";
924
+ PhoneNumberCountryCode["LR"] = "LR";
925
+ PhoneNumberCountryCode["LS"] = "LS";
926
+ PhoneNumberCountryCode["LT"] = "LT";
927
+ PhoneNumberCountryCode["LU"] = "LU";
928
+ PhoneNumberCountryCode["LV"] = "LV";
929
+ PhoneNumberCountryCode["LY"] = "LY";
930
+ PhoneNumberCountryCode["MA"] = "MA";
931
+ PhoneNumberCountryCode["MC"] = "MC";
932
+ PhoneNumberCountryCode["MD"] = "MD";
933
+ PhoneNumberCountryCode["ME"] = "ME";
934
+ PhoneNumberCountryCode["MF"] = "MF";
935
+ PhoneNumberCountryCode["MG"] = "MG";
936
+ PhoneNumberCountryCode["MH"] = "MH";
937
+ PhoneNumberCountryCode["MK"] = "MK";
938
+ PhoneNumberCountryCode["ML"] = "ML";
939
+ PhoneNumberCountryCode["MM"] = "MM";
940
+ PhoneNumberCountryCode["MN"] = "MN";
941
+ PhoneNumberCountryCode["MO"] = "MO";
942
+ PhoneNumberCountryCode["MP"] = "MP";
943
+ PhoneNumberCountryCode["MR"] = "MR";
944
+ PhoneNumberCountryCode["MS"] = "MS";
945
+ PhoneNumberCountryCode["MT"] = "MT";
946
+ PhoneNumberCountryCode["MU"] = "MU";
947
+ PhoneNumberCountryCode["MV"] = "MV";
948
+ PhoneNumberCountryCode["MW"] = "MW";
949
+ PhoneNumberCountryCode["MX"] = "MX";
950
+ PhoneNumberCountryCode["MY"] = "MY";
951
+ PhoneNumberCountryCode["MZ"] = "MZ";
952
+ PhoneNumberCountryCode["NA"] = "NA";
953
+ PhoneNumberCountryCode["NC"] = "NC";
954
+ PhoneNumberCountryCode["NE"] = "NE";
955
+ PhoneNumberCountryCode["NG"] = "NG";
956
+ PhoneNumberCountryCode["NI"] = "NI";
957
+ PhoneNumberCountryCode["NL"] = "NL";
958
+ PhoneNumberCountryCode["NO"] = "NO";
959
+ PhoneNumberCountryCode["NP"] = "NP";
960
+ PhoneNumberCountryCode["NR"] = "NR";
961
+ PhoneNumberCountryCode["NU"] = "NU";
962
+ PhoneNumberCountryCode["NZ"] = "NZ";
963
+ PhoneNumberCountryCode["OM"] = "OM";
964
+ PhoneNumberCountryCode["PA"] = "PA";
965
+ PhoneNumberCountryCode["PE"] = "PE";
966
+ PhoneNumberCountryCode["PF"] = "PF";
967
+ PhoneNumberCountryCode["PG"] = "PG";
968
+ PhoneNumberCountryCode["PH"] = "PH";
969
+ PhoneNumberCountryCode["PK"] = "PK";
970
+ PhoneNumberCountryCode["PL"] = "PL";
971
+ PhoneNumberCountryCode["PM"] = "PM";
972
+ PhoneNumberCountryCode["PN"] = "PN";
973
+ PhoneNumberCountryCode["PR"] = "PR";
974
+ PhoneNumberCountryCode["PT"] = "PT";
975
+ PhoneNumberCountryCode["PW"] = "PW";
976
+ PhoneNumberCountryCode["PY"] = "PY";
977
+ PhoneNumberCountryCode["QA"] = "QA";
978
+ PhoneNumberCountryCode["RE"] = "RE";
979
+ PhoneNumberCountryCode["RO"] = "RO";
980
+ PhoneNumberCountryCode["RS"] = "RS";
981
+ PhoneNumberCountryCode["RU"] = "RU";
982
+ PhoneNumberCountryCode["RW"] = "RW";
983
+ PhoneNumberCountryCode["SA"] = "SA";
984
+ PhoneNumberCountryCode["SB"] = "SB";
985
+ PhoneNumberCountryCode["SC"] = "SC";
986
+ PhoneNumberCountryCode["SD"] = "SD";
987
+ PhoneNumberCountryCode["SE"] = "SE";
988
+ PhoneNumberCountryCode["SG"] = "SG";
989
+ PhoneNumberCountryCode["SH"] = "SH";
990
+ PhoneNumberCountryCode["SI"] = "SI";
991
+ PhoneNumberCountryCode["SJ"] = "SJ";
992
+ PhoneNumberCountryCode["SK"] = "SK";
993
+ PhoneNumberCountryCode["SL"] = "SL";
994
+ PhoneNumberCountryCode["SM"] = "SM";
995
+ PhoneNumberCountryCode["SN"] = "SN";
996
+ PhoneNumberCountryCode["SO"] = "SO";
997
+ PhoneNumberCountryCode["SR"] = "SR";
998
+ PhoneNumberCountryCode["ST"] = "ST";
999
+ PhoneNumberCountryCode["SV"] = "SV";
1000
+ PhoneNumberCountryCode["SX"] = "SX";
1001
+ PhoneNumberCountryCode["SY"] = "SY";
1002
+ PhoneNumberCountryCode["SZ"] = "SZ";
1003
+ PhoneNumberCountryCode["TC"] = "TC";
1004
+ PhoneNumberCountryCode["TD"] = "TD";
1005
+ PhoneNumberCountryCode["TG"] = "TG";
1006
+ PhoneNumberCountryCode["TH"] = "TH";
1007
+ PhoneNumberCountryCode["TJ"] = "TJ";
1008
+ PhoneNumberCountryCode["TK"] = "TK";
1009
+ PhoneNumberCountryCode["TL"] = "TL";
1010
+ PhoneNumberCountryCode["TM"] = "TM";
1011
+ PhoneNumberCountryCode["TN"] = "TN";
1012
+ PhoneNumberCountryCode["TO"] = "TO";
1013
+ PhoneNumberCountryCode["TR"] = "TR";
1014
+ PhoneNumberCountryCode["TT"] = "TT";
1015
+ PhoneNumberCountryCode["TV"] = "TV";
1016
+ PhoneNumberCountryCode["TW"] = "TW";
1017
+ PhoneNumberCountryCode["TZ"] = "TZ";
1018
+ PhoneNumberCountryCode["UA"] = "UA";
1019
+ PhoneNumberCountryCode["UG"] = "UG";
1020
+ PhoneNumberCountryCode["US"] = "US";
1021
+ PhoneNumberCountryCode["UY"] = "UY";
1022
+ PhoneNumberCountryCode["UZ"] = "UZ";
1023
+ PhoneNumberCountryCode["VA"] = "VA";
1024
+ PhoneNumberCountryCode["VC"] = "VC";
1025
+ PhoneNumberCountryCode["VE"] = "VE";
1026
+ PhoneNumberCountryCode["VG"] = "VG";
1027
+ PhoneNumberCountryCode["VI"] = "VI";
1028
+ PhoneNumberCountryCode["VN"] = "VN";
1029
+ PhoneNumberCountryCode["VU"] = "VU";
1030
+ PhoneNumberCountryCode["WF"] = "WF";
1031
+ PhoneNumberCountryCode["WS"] = "WS";
1032
+ PhoneNumberCountryCode["YE"] = "YE";
1033
+ PhoneNumberCountryCode["YT"] = "YT";
1034
+ PhoneNumberCountryCode["ZA"] = "ZA";
1035
+ PhoneNumberCountryCode["ZM"] = "ZM";
1036
+ PhoneNumberCountryCode["ZW"] = "ZW";
1037
+ })(PhoneNumberCountryCode || (PhoneNumberCountryCode = {}));
1038
+ export var PhoneNumberWorkflowStatus;
1039
+ (function (PhoneNumberWorkflowStatus) {
1040
+ PhoneNumberWorkflowStatus["Claimed"] = "CLAIMED";
1041
+ PhoneNumberWorkflowStatus["Failed"] = "FAILED";
1042
+ PhoneNumberWorkflowStatus["InProgress"] = "IN_PROGRESS";
1043
+ })(PhoneNumberWorkflowStatus || (PhoneNumberWorkflowStatus = {}));
1044
+ export var PhoneNumberStatus;
1045
+ (function (PhoneNumberStatus) {
1046
+ PhoneNumberStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1047
+ })(PhoneNumberStatus || (PhoneNumberStatus = {}));
1048
+ export var PhoneNumberType;
1049
+ (function (PhoneNumberType) {
1050
+ PhoneNumberType["DID"] = "DID";
1051
+ PhoneNumberType["TOLL_FREE"] = "TOLL_FREE";
1052
+ })(PhoneNumberType || (PhoneNumberType = {}));
1053
+ export var ClaimedPhoneNumberSummary;
1054
+ (function (ClaimedPhoneNumberSummary) {
1055
+ ClaimedPhoneNumberSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1056
+ })(ClaimedPhoneNumberSummary || (ClaimedPhoneNumberSummary = {}));
1057
+ export var DescribePhoneNumberResponse;
1058
+ (function (DescribePhoneNumberResponse) {
1059
+ DescribePhoneNumberResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1060
+ })(DescribePhoneNumberResponse || (DescribePhoneNumberResponse = {}));
782
1061
  export var DescribeQueueRequest;
783
1062
  (function (DescribeQueueRequest) {
784
1063
  DescribeQueueRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -912,6 +1191,10 @@ export var DisassociateLexBotRequest;
912
1191
  (function (DisassociateLexBotRequest) {
913
1192
  DisassociateLexBotRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
914
1193
  })(DisassociateLexBotRequest || (DisassociateLexBotRequest = {}));
1194
+ export var DisassociatePhoneNumberContactFlowRequest;
1195
+ (function (DisassociatePhoneNumberContactFlowRequest) {
1196
+ DisassociatePhoneNumberContactFlowRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1197
+ })(DisassociatePhoneNumberContactFlowRequest || (DisassociatePhoneNumberContactFlowRequest = {}));
915
1198
  export var DisassociateQueueQuickConnectsRequest;
916
1199
  (function (DisassociateQueueQuickConnectsRequest) {
917
1200
  DisassociateQueueQuickConnectsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -1264,251 +1547,6 @@ export var ListLexBotsResponse;
1264
1547
  (function (ListLexBotsResponse) {
1265
1548
  ListLexBotsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1266
1549
  })(ListLexBotsResponse || (ListLexBotsResponse = {}));
1267
- export var PhoneNumberCountryCode;
1268
- (function (PhoneNumberCountryCode) {
1269
- PhoneNumberCountryCode["AD"] = "AD";
1270
- PhoneNumberCountryCode["AE"] = "AE";
1271
- PhoneNumberCountryCode["AF"] = "AF";
1272
- PhoneNumberCountryCode["AG"] = "AG";
1273
- PhoneNumberCountryCode["AI"] = "AI";
1274
- PhoneNumberCountryCode["AL"] = "AL";
1275
- PhoneNumberCountryCode["AM"] = "AM";
1276
- PhoneNumberCountryCode["AN"] = "AN";
1277
- PhoneNumberCountryCode["AO"] = "AO";
1278
- PhoneNumberCountryCode["AQ"] = "AQ";
1279
- PhoneNumberCountryCode["AR"] = "AR";
1280
- PhoneNumberCountryCode["AS"] = "AS";
1281
- PhoneNumberCountryCode["AT"] = "AT";
1282
- PhoneNumberCountryCode["AU"] = "AU";
1283
- PhoneNumberCountryCode["AW"] = "AW";
1284
- PhoneNumberCountryCode["AZ"] = "AZ";
1285
- PhoneNumberCountryCode["BA"] = "BA";
1286
- PhoneNumberCountryCode["BB"] = "BB";
1287
- PhoneNumberCountryCode["BD"] = "BD";
1288
- PhoneNumberCountryCode["BE"] = "BE";
1289
- PhoneNumberCountryCode["BF"] = "BF";
1290
- PhoneNumberCountryCode["BG"] = "BG";
1291
- PhoneNumberCountryCode["BH"] = "BH";
1292
- PhoneNumberCountryCode["BI"] = "BI";
1293
- PhoneNumberCountryCode["BJ"] = "BJ";
1294
- PhoneNumberCountryCode["BL"] = "BL";
1295
- PhoneNumberCountryCode["BM"] = "BM";
1296
- PhoneNumberCountryCode["BN"] = "BN";
1297
- PhoneNumberCountryCode["BO"] = "BO";
1298
- PhoneNumberCountryCode["BR"] = "BR";
1299
- PhoneNumberCountryCode["BS"] = "BS";
1300
- PhoneNumberCountryCode["BT"] = "BT";
1301
- PhoneNumberCountryCode["BW"] = "BW";
1302
- PhoneNumberCountryCode["BY"] = "BY";
1303
- PhoneNumberCountryCode["BZ"] = "BZ";
1304
- PhoneNumberCountryCode["CA"] = "CA";
1305
- PhoneNumberCountryCode["CC"] = "CC";
1306
- PhoneNumberCountryCode["CD"] = "CD";
1307
- PhoneNumberCountryCode["CF"] = "CF";
1308
- PhoneNumberCountryCode["CG"] = "CG";
1309
- PhoneNumberCountryCode["CH"] = "CH";
1310
- PhoneNumberCountryCode["CI"] = "CI";
1311
- PhoneNumberCountryCode["CK"] = "CK";
1312
- PhoneNumberCountryCode["CL"] = "CL";
1313
- PhoneNumberCountryCode["CM"] = "CM";
1314
- PhoneNumberCountryCode["CN"] = "CN";
1315
- PhoneNumberCountryCode["CO"] = "CO";
1316
- PhoneNumberCountryCode["CR"] = "CR";
1317
- PhoneNumberCountryCode["CU"] = "CU";
1318
- PhoneNumberCountryCode["CV"] = "CV";
1319
- PhoneNumberCountryCode["CW"] = "CW";
1320
- PhoneNumberCountryCode["CX"] = "CX";
1321
- PhoneNumberCountryCode["CY"] = "CY";
1322
- PhoneNumberCountryCode["CZ"] = "CZ";
1323
- PhoneNumberCountryCode["DE"] = "DE";
1324
- PhoneNumberCountryCode["DJ"] = "DJ";
1325
- PhoneNumberCountryCode["DK"] = "DK";
1326
- PhoneNumberCountryCode["DM"] = "DM";
1327
- PhoneNumberCountryCode["DO"] = "DO";
1328
- PhoneNumberCountryCode["DZ"] = "DZ";
1329
- PhoneNumberCountryCode["EC"] = "EC";
1330
- PhoneNumberCountryCode["EE"] = "EE";
1331
- PhoneNumberCountryCode["EG"] = "EG";
1332
- PhoneNumberCountryCode["EH"] = "EH";
1333
- PhoneNumberCountryCode["ER"] = "ER";
1334
- PhoneNumberCountryCode["ES"] = "ES";
1335
- PhoneNumberCountryCode["ET"] = "ET";
1336
- PhoneNumberCountryCode["FI"] = "FI";
1337
- PhoneNumberCountryCode["FJ"] = "FJ";
1338
- PhoneNumberCountryCode["FK"] = "FK";
1339
- PhoneNumberCountryCode["FM"] = "FM";
1340
- PhoneNumberCountryCode["FO"] = "FO";
1341
- PhoneNumberCountryCode["FR"] = "FR";
1342
- PhoneNumberCountryCode["GA"] = "GA";
1343
- PhoneNumberCountryCode["GB"] = "GB";
1344
- PhoneNumberCountryCode["GD"] = "GD";
1345
- PhoneNumberCountryCode["GE"] = "GE";
1346
- PhoneNumberCountryCode["GG"] = "GG";
1347
- PhoneNumberCountryCode["GH"] = "GH";
1348
- PhoneNumberCountryCode["GI"] = "GI";
1349
- PhoneNumberCountryCode["GL"] = "GL";
1350
- PhoneNumberCountryCode["GM"] = "GM";
1351
- PhoneNumberCountryCode["GN"] = "GN";
1352
- PhoneNumberCountryCode["GQ"] = "GQ";
1353
- PhoneNumberCountryCode["GR"] = "GR";
1354
- PhoneNumberCountryCode["GT"] = "GT";
1355
- PhoneNumberCountryCode["GU"] = "GU";
1356
- PhoneNumberCountryCode["GW"] = "GW";
1357
- PhoneNumberCountryCode["GY"] = "GY";
1358
- PhoneNumberCountryCode["HK"] = "HK";
1359
- PhoneNumberCountryCode["HN"] = "HN";
1360
- PhoneNumberCountryCode["HR"] = "HR";
1361
- PhoneNumberCountryCode["HT"] = "HT";
1362
- PhoneNumberCountryCode["HU"] = "HU";
1363
- PhoneNumberCountryCode["ID"] = "ID";
1364
- PhoneNumberCountryCode["IE"] = "IE";
1365
- PhoneNumberCountryCode["IL"] = "IL";
1366
- PhoneNumberCountryCode["IM"] = "IM";
1367
- PhoneNumberCountryCode["IN"] = "IN";
1368
- PhoneNumberCountryCode["IO"] = "IO";
1369
- PhoneNumberCountryCode["IQ"] = "IQ";
1370
- PhoneNumberCountryCode["IR"] = "IR";
1371
- PhoneNumberCountryCode["IS"] = "IS";
1372
- PhoneNumberCountryCode["IT"] = "IT";
1373
- PhoneNumberCountryCode["JE"] = "JE";
1374
- PhoneNumberCountryCode["JM"] = "JM";
1375
- PhoneNumberCountryCode["JO"] = "JO";
1376
- PhoneNumberCountryCode["JP"] = "JP";
1377
- PhoneNumberCountryCode["KE"] = "KE";
1378
- PhoneNumberCountryCode["KG"] = "KG";
1379
- PhoneNumberCountryCode["KH"] = "KH";
1380
- PhoneNumberCountryCode["KI"] = "KI";
1381
- PhoneNumberCountryCode["KM"] = "KM";
1382
- PhoneNumberCountryCode["KN"] = "KN";
1383
- PhoneNumberCountryCode["KP"] = "KP";
1384
- PhoneNumberCountryCode["KR"] = "KR";
1385
- PhoneNumberCountryCode["KW"] = "KW";
1386
- PhoneNumberCountryCode["KY"] = "KY";
1387
- PhoneNumberCountryCode["KZ"] = "KZ";
1388
- PhoneNumberCountryCode["LA"] = "LA";
1389
- PhoneNumberCountryCode["LB"] = "LB";
1390
- PhoneNumberCountryCode["LC"] = "LC";
1391
- PhoneNumberCountryCode["LI"] = "LI";
1392
- PhoneNumberCountryCode["LK"] = "LK";
1393
- PhoneNumberCountryCode["LR"] = "LR";
1394
- PhoneNumberCountryCode["LS"] = "LS";
1395
- PhoneNumberCountryCode["LT"] = "LT";
1396
- PhoneNumberCountryCode["LU"] = "LU";
1397
- PhoneNumberCountryCode["LV"] = "LV";
1398
- PhoneNumberCountryCode["LY"] = "LY";
1399
- PhoneNumberCountryCode["MA"] = "MA";
1400
- PhoneNumberCountryCode["MC"] = "MC";
1401
- PhoneNumberCountryCode["MD"] = "MD";
1402
- PhoneNumberCountryCode["ME"] = "ME";
1403
- PhoneNumberCountryCode["MF"] = "MF";
1404
- PhoneNumberCountryCode["MG"] = "MG";
1405
- PhoneNumberCountryCode["MH"] = "MH";
1406
- PhoneNumberCountryCode["MK"] = "MK";
1407
- PhoneNumberCountryCode["ML"] = "ML";
1408
- PhoneNumberCountryCode["MM"] = "MM";
1409
- PhoneNumberCountryCode["MN"] = "MN";
1410
- PhoneNumberCountryCode["MO"] = "MO";
1411
- PhoneNumberCountryCode["MP"] = "MP";
1412
- PhoneNumberCountryCode["MR"] = "MR";
1413
- PhoneNumberCountryCode["MS"] = "MS";
1414
- PhoneNumberCountryCode["MT"] = "MT";
1415
- PhoneNumberCountryCode["MU"] = "MU";
1416
- PhoneNumberCountryCode["MV"] = "MV";
1417
- PhoneNumberCountryCode["MW"] = "MW";
1418
- PhoneNumberCountryCode["MX"] = "MX";
1419
- PhoneNumberCountryCode["MY"] = "MY";
1420
- PhoneNumberCountryCode["MZ"] = "MZ";
1421
- PhoneNumberCountryCode["NA"] = "NA";
1422
- PhoneNumberCountryCode["NC"] = "NC";
1423
- PhoneNumberCountryCode["NE"] = "NE";
1424
- PhoneNumberCountryCode["NG"] = "NG";
1425
- PhoneNumberCountryCode["NI"] = "NI";
1426
- PhoneNumberCountryCode["NL"] = "NL";
1427
- PhoneNumberCountryCode["NO"] = "NO";
1428
- PhoneNumberCountryCode["NP"] = "NP";
1429
- PhoneNumberCountryCode["NR"] = "NR";
1430
- PhoneNumberCountryCode["NU"] = "NU";
1431
- PhoneNumberCountryCode["NZ"] = "NZ";
1432
- PhoneNumberCountryCode["OM"] = "OM";
1433
- PhoneNumberCountryCode["PA"] = "PA";
1434
- PhoneNumberCountryCode["PE"] = "PE";
1435
- PhoneNumberCountryCode["PF"] = "PF";
1436
- PhoneNumberCountryCode["PG"] = "PG";
1437
- PhoneNumberCountryCode["PH"] = "PH";
1438
- PhoneNumberCountryCode["PK"] = "PK";
1439
- PhoneNumberCountryCode["PL"] = "PL";
1440
- PhoneNumberCountryCode["PM"] = "PM";
1441
- PhoneNumberCountryCode["PN"] = "PN";
1442
- PhoneNumberCountryCode["PR"] = "PR";
1443
- PhoneNumberCountryCode["PT"] = "PT";
1444
- PhoneNumberCountryCode["PW"] = "PW";
1445
- PhoneNumberCountryCode["PY"] = "PY";
1446
- PhoneNumberCountryCode["QA"] = "QA";
1447
- PhoneNumberCountryCode["RE"] = "RE";
1448
- PhoneNumberCountryCode["RO"] = "RO";
1449
- PhoneNumberCountryCode["RS"] = "RS";
1450
- PhoneNumberCountryCode["RU"] = "RU";
1451
- PhoneNumberCountryCode["RW"] = "RW";
1452
- PhoneNumberCountryCode["SA"] = "SA";
1453
- PhoneNumberCountryCode["SB"] = "SB";
1454
- PhoneNumberCountryCode["SC"] = "SC";
1455
- PhoneNumberCountryCode["SD"] = "SD";
1456
- PhoneNumberCountryCode["SE"] = "SE";
1457
- PhoneNumberCountryCode["SG"] = "SG";
1458
- PhoneNumberCountryCode["SH"] = "SH";
1459
- PhoneNumberCountryCode["SI"] = "SI";
1460
- PhoneNumberCountryCode["SJ"] = "SJ";
1461
- PhoneNumberCountryCode["SK"] = "SK";
1462
- PhoneNumberCountryCode["SL"] = "SL";
1463
- PhoneNumberCountryCode["SM"] = "SM";
1464
- PhoneNumberCountryCode["SN"] = "SN";
1465
- PhoneNumberCountryCode["SO"] = "SO";
1466
- PhoneNumberCountryCode["SR"] = "SR";
1467
- PhoneNumberCountryCode["ST"] = "ST";
1468
- PhoneNumberCountryCode["SV"] = "SV";
1469
- PhoneNumberCountryCode["SX"] = "SX";
1470
- PhoneNumberCountryCode["SY"] = "SY";
1471
- PhoneNumberCountryCode["SZ"] = "SZ";
1472
- PhoneNumberCountryCode["TC"] = "TC";
1473
- PhoneNumberCountryCode["TD"] = "TD";
1474
- PhoneNumberCountryCode["TG"] = "TG";
1475
- PhoneNumberCountryCode["TH"] = "TH";
1476
- PhoneNumberCountryCode["TJ"] = "TJ";
1477
- PhoneNumberCountryCode["TK"] = "TK";
1478
- PhoneNumberCountryCode["TL"] = "TL";
1479
- PhoneNumberCountryCode["TM"] = "TM";
1480
- PhoneNumberCountryCode["TN"] = "TN";
1481
- PhoneNumberCountryCode["TO"] = "TO";
1482
- PhoneNumberCountryCode["TR"] = "TR";
1483
- PhoneNumberCountryCode["TT"] = "TT";
1484
- PhoneNumberCountryCode["TV"] = "TV";
1485
- PhoneNumberCountryCode["TW"] = "TW";
1486
- PhoneNumberCountryCode["TZ"] = "TZ";
1487
- PhoneNumberCountryCode["UA"] = "UA";
1488
- PhoneNumberCountryCode["UG"] = "UG";
1489
- PhoneNumberCountryCode["US"] = "US";
1490
- PhoneNumberCountryCode["UY"] = "UY";
1491
- PhoneNumberCountryCode["UZ"] = "UZ";
1492
- PhoneNumberCountryCode["VA"] = "VA";
1493
- PhoneNumberCountryCode["VC"] = "VC";
1494
- PhoneNumberCountryCode["VE"] = "VE";
1495
- PhoneNumberCountryCode["VG"] = "VG";
1496
- PhoneNumberCountryCode["VI"] = "VI";
1497
- PhoneNumberCountryCode["VN"] = "VN";
1498
- PhoneNumberCountryCode["VU"] = "VU";
1499
- PhoneNumberCountryCode["WF"] = "WF";
1500
- PhoneNumberCountryCode["WS"] = "WS";
1501
- PhoneNumberCountryCode["YE"] = "YE";
1502
- PhoneNumberCountryCode["YT"] = "YT";
1503
- PhoneNumberCountryCode["ZA"] = "ZA";
1504
- PhoneNumberCountryCode["ZM"] = "ZM";
1505
- PhoneNumberCountryCode["ZW"] = "ZW";
1506
- })(PhoneNumberCountryCode || (PhoneNumberCountryCode = {}));
1507
- export var PhoneNumberType;
1508
- (function (PhoneNumberType) {
1509
- PhoneNumberType["DID"] = "DID";
1510
- PhoneNumberType["TOLL_FREE"] = "TOLL_FREE";
1511
- })(PhoneNumberType || (PhoneNumberType = {}));
1512
1550
  export var ListPhoneNumbersRequest;
1513
1551
  (function (ListPhoneNumbersRequest) {
1514
1552
  ListPhoneNumbersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -1521,6 +1559,18 @@ export var ListPhoneNumbersResponse;
1521
1559
  (function (ListPhoneNumbersResponse) {
1522
1560
  ListPhoneNumbersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1523
1561
  })(ListPhoneNumbersResponse || (ListPhoneNumbersResponse = {}));
1562
+ export var ListPhoneNumbersV2Request;
1563
+ (function (ListPhoneNumbersV2Request) {
1564
+ ListPhoneNumbersV2Request.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1565
+ })(ListPhoneNumbersV2Request || (ListPhoneNumbersV2Request = {}));
1566
+ export var ListPhoneNumbersSummary;
1567
+ (function (ListPhoneNumbersSummary) {
1568
+ ListPhoneNumbersSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1569
+ })(ListPhoneNumbersSummary || (ListPhoneNumbersSummary = {}));
1570
+ export var ListPhoneNumbersV2Response;
1571
+ (function (ListPhoneNumbersV2Response) {
1572
+ ListPhoneNumbersV2Response.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1573
+ })(ListPhoneNumbersV2Response || (ListPhoneNumbersV2Response = {}));
1524
1574
  export var ListPromptsRequest;
1525
1575
  (function (ListPromptsRequest) {
1526
1576
  ListPromptsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -1666,6 +1716,10 @@ export var ListUsersResponse;
1666
1716
  (function (ListUsersResponse) {
1667
1717
  ListUsersResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1668
1718
  })(ListUsersResponse || (ListUsersResponse = {}));
1719
+ export var ReleasePhoneNumberRequest;
1720
+ (function (ReleasePhoneNumberRequest) {
1721
+ ReleasePhoneNumberRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1722
+ })(ReleasePhoneNumberRequest || (ReleasePhoneNumberRequest = {}));
1669
1723
  export var ResumeContactRecordingRequest;
1670
1724
  (function (ResumeContactRecordingRequest) {
1671
1725
  ResumeContactRecordingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -1674,74 +1728,11 @@ export var ResumeContactRecordingResponse;
1674
1728
  (function (ResumeContactRecordingResponse) {
1675
1729
  ResumeContactRecordingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1676
1730
  })(ResumeContactRecordingResponse || (ResumeContactRecordingResponse = {}));
1677
- export var SearchVocabulariesRequest;
1678
- (function (SearchVocabulariesRequest) {
1679
- SearchVocabulariesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1680
- })(SearchVocabulariesRequest || (SearchVocabulariesRequest = {}));
1681
- export var VocabularySummary;
1682
- (function (VocabularySummary) {
1683
- VocabularySummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1684
- })(VocabularySummary || (VocabularySummary = {}));
1685
- export var SearchVocabulariesResponse;
1686
- (function (SearchVocabulariesResponse) {
1687
- SearchVocabulariesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1688
- })(SearchVocabulariesResponse || (SearchVocabulariesResponse = {}));
1689
- export var ChatMessage;
1690
- (function (ChatMessage) {
1691
- ChatMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1692
- })(ChatMessage || (ChatMessage = {}));
1693
- export var ParticipantDetails;
1694
- (function (ParticipantDetails) {
1695
- ParticipantDetails.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1696
- })(ParticipantDetails || (ParticipantDetails = {}));
1697
- export var StartChatContactRequest;
1698
- (function (StartChatContactRequest) {
1699
- StartChatContactRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1700
- })(StartChatContactRequest || (StartChatContactRequest = {}));
1701
- export var StartChatContactResponse;
1702
- (function (StartChatContactResponse) {
1703
- StartChatContactResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1704
- })(StartChatContactResponse || (StartChatContactResponse = {}));
1705
- export var VoiceRecordingTrack;
1706
- (function (VoiceRecordingTrack) {
1707
- VoiceRecordingTrack["ALL"] = "ALL";
1708
- VoiceRecordingTrack["FROM_AGENT"] = "FROM_AGENT";
1709
- VoiceRecordingTrack["TO_AGENT"] = "TO_AGENT";
1710
- })(VoiceRecordingTrack || (VoiceRecordingTrack = {}));
1711
- export var VoiceRecordingConfiguration;
1712
- (function (VoiceRecordingConfiguration) {
1713
- VoiceRecordingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1714
- })(VoiceRecordingConfiguration || (VoiceRecordingConfiguration = {}));
1715
- export var StartContactRecordingRequest;
1716
- (function (StartContactRecordingRequest) {
1717
- StartContactRecordingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1718
- })(StartContactRecordingRequest || (StartContactRecordingRequest = {}));
1719
- export var StartContactRecordingResponse;
1720
- (function (StartContactRecordingResponse) {
1721
- StartContactRecordingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1722
- })(StartContactRecordingResponse || (StartContactRecordingResponse = {}));
1723
- export var ChatStreamingConfiguration;
1724
- (function (ChatStreamingConfiguration) {
1725
- ChatStreamingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1726
- })(ChatStreamingConfiguration || (ChatStreamingConfiguration = {}));
1727
- export var StartContactStreamingRequest;
1728
- (function (StartContactStreamingRequest) {
1729
- StartContactStreamingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1730
- })(StartContactStreamingRequest || (StartContactStreamingRequest = {}));
1731
- export var StartContactStreamingResponse;
1732
- (function (StartContactStreamingResponse) {
1733
- StartContactStreamingResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1734
- })(StartContactStreamingResponse || (StartContactStreamingResponse = {}));
1735
- var DestinationNotAllowedException = (function (_super) {
1736
- __extends(DestinationNotAllowedException, _super);
1737
- function DestinationNotAllowedException(opts) {
1738
- var _this = _super.call(this, __assign({ name: "DestinationNotAllowedException", $fault: "client" }, opts)) || this;
1739
- _this.name = "DestinationNotAllowedException";
1740
- _this.$fault = "client";
1741
- Object.setPrototypeOf(_this, DestinationNotAllowedException.prototype);
1742
- _this.Message = opts.Message;
1743
- return _this;
1744
- }
1745
- return DestinationNotAllowedException;
1746
- }(__BaseException));
1747
- export { DestinationNotAllowedException };
1731
+ export var SearchAvailablePhoneNumbersRequest;
1732
+ (function (SearchAvailablePhoneNumbersRequest) {
1733
+ SearchAvailablePhoneNumbersRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1734
+ })(SearchAvailablePhoneNumbersRequest || (SearchAvailablePhoneNumbersRequest = {}));
1735
+ export var AvailableNumberSummary;
1736
+ (function (AvailableNumberSummary) {
1737
+ AvailableNumberSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
1738
+ })(AvailableNumberSummary || (AvailableNumberSummary = {}));