@aws-sdk/client-chime-sdk-voice 3.1088.0 → 3.1089.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.
- package/dist-cjs/index.js +24 -16
- package/dist-es/models/enums.js +5 -0
- package/dist-es/schemas/schemas_0.js +17 -15
- package/dist-types/ChimeSDKVoice.d.ts +0 -1
- package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +1 -1
- package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +1 -1
- package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +1 -1
- package/dist-types/commands/CreateProxySessionCommand.d.ts +5 -0
- package/dist-types/commands/CreateSipRuleCommand.d.ts +1 -1
- package/dist-types/commands/CreateVoiceConnectorGroupCommand.d.ts +7 -2
- package/dist-types/commands/DeleteProxySessionCommand.d.ts +5 -0
- package/dist-types/commands/DeleteVoiceConnectorProxyCommand.d.ts +5 -0
- package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +1 -1
- package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +1 -1
- package/dist-types/commands/GetPhoneNumberCommand.d.ts +1 -0
- package/dist-types/commands/GetPhoneNumberOrderCommand.d.ts +1 -1
- package/dist-types/commands/GetProxySessionCommand.d.ts +5 -0
- package/dist-types/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/GetVoiceConnectorGroupCommand.d.ts +2 -1
- package/dist-types/commands/GetVoiceConnectorProxyCommand.d.ts +5 -0
- package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +1 -1
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +1 -0
- package/dist-types/commands/ListProxySessionsCommand.d.ts +5 -0
- package/dist-types/commands/ListSipRulesCommand.d.ts +3 -0
- package/dist-types/commands/ListVoiceConnectorGroupsCommand.d.ts +2 -1
- package/dist-types/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +3 -0
- package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +3 -0
- package/dist-types/commands/PutVoiceConnectorProxyCommand.d.ts +5 -0
- package/dist-types/commands/RestorePhoneNumberCommand.d.ts +1 -0
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +1 -0
- package/dist-types/commands/UpdateProxySessionCommand.d.ts +5 -0
- package/dist-types/commands/UpdateVoiceConnectorGroupCommand.d.ts +4 -2
- package/dist-types/models/enums.d.ts +13 -0
- package/dist-types/models/models_0.d.ts +15 -7
- package/dist-types/ts3.4/ChimeSDKVoice.d.ts +0 -1
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +9 -4
- package/package.json +2 -2
package/dist-cjs/index.js
CHANGED
|
@@ -69,7 +69,7 @@ const commonParams = {
|
|
|
69
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
70
70
|
};
|
|
71
71
|
|
|
72
|
-
var version = "3.
|
|
72
|
+
var version = "3.1088.0";
|
|
73
73
|
var packageInfo = {
|
|
74
74
|
version: version};
|
|
75
75
|
|
|
@@ -369,6 +369,7 @@ const _CC = "CallingCountry";
|
|
|
369
369
|
const _CCST = "ContactCenterSystemTypes";
|
|
370
370
|
const _CCo = "CountryCode";
|
|
371
371
|
const _CD = "CallDetails";
|
|
372
|
+
const _CDT = "CallDistributionType";
|
|
372
373
|
const _CE = "ConflictException";
|
|
373
374
|
const _CL = "CallLeg";
|
|
374
375
|
const _CLp = "CpsLimit";
|
|
@@ -623,8 +624,9 @@ const _OT = "OrderType";
|
|
|
623
624
|
const _P = "Password";
|
|
624
625
|
const _PC = "PostalCode";
|
|
625
626
|
const _PN = "PhoneNumber";
|
|
626
|
-
const _PNA = "
|
|
627
|
+
const _PNA = "PhoneNumberArn";
|
|
627
628
|
const _PNAL = "PhoneNumberAssociationList";
|
|
629
|
+
const _PNAh = "PhoneNumberAssociation";
|
|
628
630
|
const _PNC = "PhoneNumberCountries";
|
|
629
631
|
const _PNCL = "PhoneNumberCountriesList";
|
|
630
632
|
const _PNCh = "PhoneNumberCapabilities";
|
|
@@ -1072,8 +1074,8 @@ var CreateSipMediaApplicationResponse$ = [3, n0, _CSMARr,
|
|
|
1072
1074
|
];
|
|
1073
1075
|
var CreateSipRuleRequest$ = [3, n0, _CSRR,
|
|
1074
1076
|
0,
|
|
1075
|
-
[_N, _TT, _TVr,
|
|
1076
|
-
[0, 0, 0,
|
|
1077
|
+
[_N, _TT, _TVr, _TA, _D],
|
|
1078
|
+
[0, 0, 0, () => SipRuleTargetApplicationList, 2], 4
|
|
1077
1079
|
];
|
|
1078
1080
|
var CreateSipRuleResponse$ = [3, n0, _CSRRr,
|
|
1079
1081
|
0,
|
|
@@ -1082,8 +1084,8 @@ var CreateSipRuleResponse$ = [3, n0, _CSRRr,
|
|
|
1082
1084
|
];
|
|
1083
1085
|
var CreateVoiceConnectorGroupRequest$ = [3, n0, _CVCGR,
|
|
1084
1086
|
0,
|
|
1085
|
-
[_N, _VCIo],
|
|
1086
|
-
[0, () => VoiceConnectorItemList], 1
|
|
1087
|
+
[_N, _VCIo, _CDT],
|
|
1088
|
+
[0, () => VoiceConnectorItemList, 0], 1
|
|
1087
1089
|
];
|
|
1088
1090
|
var CreateVoiceConnectorGroupResponse$ = [3, n0, _CVCGRr,
|
|
1089
1091
|
0,
|
|
@@ -1617,10 +1619,10 @@ var Participant$ = [3, n0, _Pa,
|
|
|
1617
1619
|
];
|
|
1618
1620
|
var PhoneNumber$ = [3, n0, _PN,
|
|
1619
1621
|
0,
|
|
1620
|
-
[_PNIh, _EPN, _Co, _Ty, _PT, _S, _Ca, _As, _CN, _CNS, _CT, _UT, _DT, _OI, _N],
|
|
1621
|
-
[[() => SensitiveNonEmptyString, 0], [() => E164PhoneNumber, 0], 0, 0, 0, 0, () => PhoneNumberCapabilities$, () => PhoneNumberAssociationList, [() => CallingName, 0], 0, 5, 5, 5, 0, [() => PhoneNumberName, 0]]
|
|
1622
|
+
[_PNIh, _EPN, _PNA, _Co, _Ty, _PT, _S, _Ca, _As, _CN, _CNS, _CT, _UT, _DT, _OI, _N],
|
|
1623
|
+
[[() => SensitiveNonEmptyString, 0], [() => E164PhoneNumber, 0], 0, 0, 0, 0, 0, () => PhoneNumberCapabilities$, () => PhoneNumberAssociationList, [() => CallingName, 0], 0, 5, 5, 5, 0, [() => PhoneNumberName, 0]]
|
|
1622
1624
|
];
|
|
1623
|
-
var PhoneNumberAssociation$ = [3, n0,
|
|
1625
|
+
var PhoneNumberAssociation$ = [3, n0, _PNAh,
|
|
1624
1626
|
0,
|
|
1625
1627
|
[_V, _N, _AT],
|
|
1626
1628
|
[0, 0, 5]
|
|
@@ -1643,7 +1645,7 @@ var PhoneNumberError$ = [3, n0, _PNEh,
|
|
|
1643
1645
|
var PhoneNumberOrder$ = [3, n0, _PNO,
|
|
1644
1646
|
0,
|
|
1645
1647
|
[_PNOI, _PT, _S, _OT, _OPNr, _CT, _UT, _FD],
|
|
1646
|
-
[0, 0, 0, 0, [() => OrderedPhoneNumberList, 0], 5, 5,
|
|
1648
|
+
[0, 0, 0, 0, [() => OrderedPhoneNumberList, 0], 5, 5, 0]
|
|
1647
1649
|
];
|
|
1648
1650
|
var Proxy$ = [3, n0, _Pr,
|
|
1649
1651
|
0,
|
|
@@ -1893,7 +1895,7 @@ var UntagResourceRequest$ = [3, n0, _URR,
|
|
|
1893
1895
|
var UpdateGlobalSettingsRequest$ = [3, n0, _UGSR,
|
|
1894
1896
|
0,
|
|
1895
1897
|
[_VC],
|
|
1896
|
-
[() => VoiceConnectorSettings$]
|
|
1898
|
+
[() => VoiceConnectorSettings$], 1
|
|
1897
1899
|
];
|
|
1898
1900
|
var UpdatePhoneNumberRequest$ = [3, n0, _UPNR,
|
|
1899
1901
|
0,
|
|
@@ -1957,8 +1959,8 @@ var UpdateSipRuleResponse$ = [3, n0, _USRRp,
|
|
|
1957
1959
|
];
|
|
1958
1960
|
var UpdateVoiceConnectorGroupRequest$ = [3, n0, _UVCGR,
|
|
1959
1961
|
0,
|
|
1960
|
-
[_VCGI, _N, _VCIo],
|
|
1961
|
-
[[0, 1], 0, () => VoiceConnectorItemList], 3
|
|
1962
|
+
[_VCGI, _N, _VCIo, _CDT],
|
|
1963
|
+
[[0, 1], 0, () => VoiceConnectorItemList, 0], 3
|
|
1962
1964
|
];
|
|
1963
1965
|
var UpdateVoiceConnectorGroupResponse$ = [3, n0, _UVCGRp,
|
|
1964
1966
|
0,
|
|
@@ -2012,13 +2014,13 @@ var VoiceConnector$ = [3, n0, _VC,
|
|
|
2012
2014
|
];
|
|
2013
2015
|
var VoiceConnectorGroup$ = [3, n0, _VCG,
|
|
2014
2016
|
0,
|
|
2015
|
-
[_VCGI, _N, _VCIo, _CT, _UT, _VCGA],
|
|
2016
|
-
[0, 0, () => VoiceConnectorItemList, 5, 5, 0]
|
|
2017
|
+
[_VCGI, _N, _VCIo, _CT, _UT, _VCGA, _CDT],
|
|
2018
|
+
[0, 0, () => VoiceConnectorItemList, 5, 5, 0, 0]
|
|
2017
2019
|
];
|
|
2018
2020
|
var VoiceConnectorItem$ = [3, n0, _VCIoi,
|
|
2019
2021
|
0,
|
|
2020
2022
|
[_VCI, _Pri],
|
|
2021
|
-
[0, 1],
|
|
2023
|
+
[0, 1], 1
|
|
2022
2024
|
];
|
|
2023
2025
|
var VoiceConnectorSettings$ = [3, n0, _VCS,
|
|
2024
2026
|
0,
|
|
@@ -3056,6 +3058,7 @@ const ErrorCode = {
|
|
|
3056
3058
|
Throttling: "Throttling",
|
|
3057
3059
|
Unauthorized: "Unauthorized",
|
|
3058
3060
|
Unprocessable: "Unprocessable",
|
|
3061
|
+
Validation: "Validation",
|
|
3059
3062
|
VoiceConnectorGroupAssociationsExist: "VoiceConnectorGroupAssociationsExist",
|
|
3060
3063
|
};
|
|
3061
3064
|
const AlexaSkillStatus = {
|
|
@@ -3066,6 +3069,10 @@ const PhoneNumberProductType = {
|
|
|
3066
3069
|
SipMediaApplicationDialIn: "SipMediaApplicationDialIn",
|
|
3067
3070
|
VoiceConnector: "VoiceConnector",
|
|
3068
3071
|
};
|
|
3072
|
+
const CallDistributionType = {
|
|
3073
|
+
LoadBalancedDistribution: "LoadBalancedDistribution",
|
|
3074
|
+
PriorityWeightedDistribution: "PriorityWeightedDistribution",
|
|
3075
|
+
};
|
|
3069
3076
|
const CallingNameStatus = {
|
|
3070
3077
|
Unassigned: "Unassigned",
|
|
3071
3078
|
UpdateFailed: "UpdateFailed",
|
|
@@ -3210,6 +3217,7 @@ exports.BatchUpdatePhoneNumberCommand = BatchUpdatePhoneNumberCommand;
|
|
|
3210
3217
|
exports.BatchUpdatePhoneNumberRequest$ = BatchUpdatePhoneNumberRequest$;
|
|
3211
3218
|
exports.BatchUpdatePhoneNumberResponse$ = BatchUpdatePhoneNumberResponse$;
|
|
3212
3219
|
exports.CallDetails$ = CallDetails$;
|
|
3220
|
+
exports.CallDistributionType = CallDistributionType;
|
|
3213
3221
|
exports.CallLegType = CallLegType;
|
|
3214
3222
|
exports.CallingNameStatus = CallingNameStatus;
|
|
3215
3223
|
exports.CandidateAddress$ = CandidateAddress$;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -14,6 +14,7 @@ export const ErrorCode = {
|
|
|
14
14
|
Throttling: "Throttling",
|
|
15
15
|
Unauthorized: "Unauthorized",
|
|
16
16
|
Unprocessable: "Unprocessable",
|
|
17
|
+
Validation: "Validation",
|
|
17
18
|
VoiceConnectorGroupAssociationsExist: "VoiceConnectorGroupAssociationsExist",
|
|
18
19
|
};
|
|
19
20
|
export const AlexaSkillStatus = {
|
|
@@ -24,6 +25,10 @@ export const PhoneNumberProductType = {
|
|
|
24
25
|
SipMediaApplicationDialIn: "SipMediaApplicationDialIn",
|
|
25
26
|
VoiceConnector: "VoiceConnector",
|
|
26
27
|
};
|
|
28
|
+
export const CallDistributionType = {
|
|
29
|
+
LoadBalancedDistribution: "LoadBalancedDistribution",
|
|
30
|
+
PriorityWeightedDistribution: "PriorityWeightedDistribution",
|
|
31
|
+
};
|
|
27
32
|
export const CallingNameStatus = {
|
|
28
33
|
Unassigned: "Unassigned",
|
|
29
34
|
UpdateFailed: "UpdateFailed",
|
|
@@ -36,6 +36,7 @@ const _CC = "CallingCountry";
|
|
|
36
36
|
const _CCST = "ContactCenterSystemTypes";
|
|
37
37
|
const _CCo = "CountryCode";
|
|
38
38
|
const _CD = "CallDetails";
|
|
39
|
+
const _CDT = "CallDistributionType";
|
|
39
40
|
const _CE = "ConflictException";
|
|
40
41
|
const _CL = "CallLeg";
|
|
41
42
|
const _CLp = "CpsLimit";
|
|
@@ -290,8 +291,9 @@ const _OT = "OrderType";
|
|
|
290
291
|
const _P = "Password";
|
|
291
292
|
const _PC = "PostalCode";
|
|
292
293
|
const _PN = "PhoneNumber";
|
|
293
|
-
const _PNA = "
|
|
294
|
+
const _PNA = "PhoneNumberArn";
|
|
294
295
|
const _PNAL = "PhoneNumberAssociationList";
|
|
296
|
+
const _PNAh = "PhoneNumberAssociation";
|
|
295
297
|
const _PNC = "PhoneNumberCountries";
|
|
296
298
|
const _PNCL = "PhoneNumberCountriesList";
|
|
297
299
|
const _PNCh = "PhoneNumberCapabilities";
|
|
@@ -742,8 +744,8 @@ export var CreateSipMediaApplicationResponse$ = [3, n0, _CSMARr,
|
|
|
742
744
|
];
|
|
743
745
|
export var CreateSipRuleRequest$ = [3, n0, _CSRR,
|
|
744
746
|
0,
|
|
745
|
-
[_N, _TT, _TVr,
|
|
746
|
-
[0, 0, 0,
|
|
747
|
+
[_N, _TT, _TVr, _TA, _D],
|
|
748
|
+
[0, 0, 0, () => SipRuleTargetApplicationList, 2], 4
|
|
747
749
|
];
|
|
748
750
|
export var CreateSipRuleResponse$ = [3, n0, _CSRRr,
|
|
749
751
|
0,
|
|
@@ -752,8 +754,8 @@ export var CreateSipRuleResponse$ = [3, n0, _CSRRr,
|
|
|
752
754
|
];
|
|
753
755
|
export var CreateVoiceConnectorGroupRequest$ = [3, n0, _CVCGR,
|
|
754
756
|
0,
|
|
755
|
-
[_N, _VCIo],
|
|
756
|
-
[0, () => VoiceConnectorItemList], 1
|
|
757
|
+
[_N, _VCIo, _CDT],
|
|
758
|
+
[0, () => VoiceConnectorItemList, 0], 1
|
|
757
759
|
];
|
|
758
760
|
export var CreateVoiceConnectorGroupResponse$ = [3, n0, _CVCGRr,
|
|
759
761
|
0,
|
|
@@ -1287,10 +1289,10 @@ export var Participant$ = [3, n0, _Pa,
|
|
|
1287
1289
|
];
|
|
1288
1290
|
export var PhoneNumber$ = [3, n0, _PN,
|
|
1289
1291
|
0,
|
|
1290
|
-
[_PNIh, _EPN, _Co, _Ty, _PT, _S, _Ca, _As, _CN, _CNS, _CT, _UT, _DT, _OI, _N],
|
|
1291
|
-
[[() => SensitiveNonEmptyString, 0], [() => E164PhoneNumber, 0], 0, 0, 0, 0, () => PhoneNumberCapabilities$, () => PhoneNumberAssociationList, [() => CallingName, 0], 0, 5, 5, 5, 0, [() => PhoneNumberName, 0]]
|
|
1292
|
+
[_PNIh, _EPN, _PNA, _Co, _Ty, _PT, _S, _Ca, _As, _CN, _CNS, _CT, _UT, _DT, _OI, _N],
|
|
1293
|
+
[[() => SensitiveNonEmptyString, 0], [() => E164PhoneNumber, 0], 0, 0, 0, 0, 0, () => PhoneNumberCapabilities$, () => PhoneNumberAssociationList, [() => CallingName, 0], 0, 5, 5, 5, 0, [() => PhoneNumberName, 0]]
|
|
1292
1294
|
];
|
|
1293
|
-
export var PhoneNumberAssociation$ = [3, n0,
|
|
1295
|
+
export var PhoneNumberAssociation$ = [3, n0, _PNAh,
|
|
1294
1296
|
0,
|
|
1295
1297
|
[_V, _N, _AT],
|
|
1296
1298
|
[0, 0, 5]
|
|
@@ -1313,7 +1315,7 @@ export var PhoneNumberError$ = [3, n0, _PNEh,
|
|
|
1313
1315
|
export var PhoneNumberOrder$ = [3, n0, _PNO,
|
|
1314
1316
|
0,
|
|
1315
1317
|
[_PNOI, _PT, _S, _OT, _OPNr, _CT, _UT, _FD],
|
|
1316
|
-
[0, 0, 0, 0, [() => OrderedPhoneNumberList, 0], 5, 5,
|
|
1318
|
+
[0, 0, 0, 0, [() => OrderedPhoneNumberList, 0], 5, 5, 0]
|
|
1317
1319
|
];
|
|
1318
1320
|
export var Proxy$ = [3, n0, _Pr,
|
|
1319
1321
|
0,
|
|
@@ -1563,7 +1565,7 @@ export var UntagResourceRequest$ = [3, n0, _URR,
|
|
|
1563
1565
|
export var UpdateGlobalSettingsRequest$ = [3, n0, _UGSR,
|
|
1564
1566
|
0,
|
|
1565
1567
|
[_VC],
|
|
1566
|
-
[() => VoiceConnectorSettings$]
|
|
1568
|
+
[() => VoiceConnectorSettings$], 1
|
|
1567
1569
|
];
|
|
1568
1570
|
export var UpdatePhoneNumberRequest$ = [3, n0, _UPNR,
|
|
1569
1571
|
0,
|
|
@@ -1627,8 +1629,8 @@ export var UpdateSipRuleResponse$ = [3, n0, _USRRp,
|
|
|
1627
1629
|
];
|
|
1628
1630
|
export var UpdateVoiceConnectorGroupRequest$ = [3, n0, _UVCGR,
|
|
1629
1631
|
0,
|
|
1630
|
-
[_VCGI, _N, _VCIo],
|
|
1631
|
-
[[0, 1], 0, () => VoiceConnectorItemList], 3
|
|
1632
|
+
[_VCGI, _N, _VCIo, _CDT],
|
|
1633
|
+
[[0, 1], 0, () => VoiceConnectorItemList, 0], 3
|
|
1632
1634
|
];
|
|
1633
1635
|
export var UpdateVoiceConnectorGroupResponse$ = [3, n0, _UVCGRp,
|
|
1634
1636
|
0,
|
|
@@ -1682,13 +1684,13 @@ export var VoiceConnector$ = [3, n0, _VC,
|
|
|
1682
1684
|
];
|
|
1683
1685
|
export var VoiceConnectorGroup$ = [3, n0, _VCG,
|
|
1684
1686
|
0,
|
|
1685
|
-
[_VCGI, _N, _VCIo, _CT, _UT, _VCGA],
|
|
1686
|
-
[0, 0, () => VoiceConnectorItemList, 5, 5, 0]
|
|
1687
|
+
[_VCGI, _N, _VCIo, _CT, _UT, _VCGA, _CDT],
|
|
1688
|
+
[0, 0, () => VoiceConnectorItemList, 5, 5, 0, 0]
|
|
1687
1689
|
];
|
|
1688
1690
|
export var VoiceConnectorItem$ = [3, n0, _VCIoi,
|
|
1689
1691
|
0,
|
|
1690
1692
|
[_VCI, _Pri],
|
|
1691
|
-
[0, 1],
|
|
1693
|
+
[0, 1], 1
|
|
1692
1694
|
];
|
|
1693
1695
|
export var VoiceConnectorSettings$ = [3, n0, _VCS,
|
|
1694
1696
|
0,
|
|
@@ -615,7 +615,6 @@ export interface ChimeSDKVoice {
|
|
|
615
615
|
/**
|
|
616
616
|
* @see {@link UpdateGlobalSettingsCommand}
|
|
617
617
|
*/
|
|
618
|
-
updateGlobalSettings(): Promise<UpdateGlobalSettingsCommandOutput>;
|
|
619
618
|
updateGlobalSettings(args: UpdateGlobalSettingsCommandInput, options?: __HttpHandlerOptions): Promise<UpdateGlobalSettingsCommandOutput>;
|
|
620
619
|
updateGlobalSettings(args: UpdateGlobalSettingsCommandInput, cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void): void;
|
|
621
620
|
updateGlobalSettings(args: UpdateGlobalSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void): void;
|
|
@@ -46,7 +46,7 @@ declare const AssociatePhoneNumbersWithVoiceConnectorCommand_base: {
|
|
|
46
46
|
* // PhoneNumberErrors: [ // PhoneNumberErrorList
|
|
47
47
|
* // { // PhoneNumberError
|
|
48
48
|
* // PhoneNumberId: "STRING_VALUE",
|
|
49
|
-
* // ErrorCode: "BadRequest" || "Conflict" || "Forbidden" || "NotFound" || "PreconditionFailed" || "ResourceLimitExceeded" || "ServiceFailure" || "AccessDenied" || "ServiceUnavailable" || "Throttled" || "Throttling" || "Unauthorized" || "Unprocessable" || "VoiceConnectorGroupAssociationsExist" || "PhoneNumberAssociationsExist" || "Gone",
|
|
49
|
+
* // ErrorCode: "BadRequest" || "Conflict" || "Forbidden" || "NotFound" || "PreconditionFailed" || "ResourceLimitExceeded" || "ServiceFailure" || "AccessDenied" || "ServiceUnavailable" || "Throttled" || "Throttling" || "Unauthorized" || "Unprocessable" || "VoiceConnectorGroupAssociationsExist" || "PhoneNumberAssociationsExist" || "Gone" || "Validation",
|
|
50
50
|
* // ErrorMessage: "STRING_VALUE",
|
|
51
51
|
* // },
|
|
52
52
|
* // ],
|
|
@@ -46,7 +46,7 @@ declare const AssociatePhoneNumbersWithVoiceConnectorGroupCommand_base: {
|
|
|
46
46
|
* // PhoneNumberErrors: [ // PhoneNumberErrorList
|
|
47
47
|
* // { // PhoneNumberError
|
|
48
48
|
* // PhoneNumberId: "STRING_VALUE",
|
|
49
|
-
* // ErrorCode: "BadRequest" || "Conflict" || "Forbidden" || "NotFound" || "PreconditionFailed" || "ResourceLimitExceeded" || "ServiceFailure" || "AccessDenied" || "ServiceUnavailable" || "Throttled" || "Throttling" || "Unauthorized" || "Unprocessable" || "VoiceConnectorGroupAssociationsExist" || "PhoneNumberAssociationsExist" || "Gone",
|
|
49
|
+
* // ErrorCode: "BadRequest" || "Conflict" || "Forbidden" || "NotFound" || "PreconditionFailed" || "ResourceLimitExceeded" || "ServiceFailure" || "AccessDenied" || "ServiceUnavailable" || "Throttled" || "Throttling" || "Unauthorized" || "Unprocessable" || "VoiceConnectorGroupAssociationsExist" || "PhoneNumberAssociationsExist" || "Gone" || "Validation",
|
|
50
50
|
* // ErrorMessage: "STRING_VALUE",
|
|
51
51
|
* // },
|
|
52
52
|
* // ],
|
|
@@ -51,7 +51,7 @@ declare const BatchDeletePhoneNumberCommand_base: {
|
|
|
51
51
|
* // PhoneNumberErrors: [ // PhoneNumberErrorList
|
|
52
52
|
* // { // PhoneNumberError
|
|
53
53
|
* // PhoneNumberId: "STRING_VALUE",
|
|
54
|
-
* // ErrorCode: "BadRequest" || "Conflict" || "Forbidden" || "NotFound" || "PreconditionFailed" || "ResourceLimitExceeded" || "ServiceFailure" || "AccessDenied" || "ServiceUnavailable" || "Throttled" || "Throttling" || "Unauthorized" || "Unprocessable" || "VoiceConnectorGroupAssociationsExist" || "PhoneNumberAssociationsExist" || "Gone",
|
|
54
|
+
* // ErrorCode: "BadRequest" || "Conflict" || "Forbidden" || "NotFound" || "PreconditionFailed" || "ResourceLimitExceeded" || "ServiceFailure" || "AccessDenied" || "ServiceUnavailable" || "Throttled" || "Throttling" || "Unauthorized" || "Unprocessable" || "VoiceConnectorGroupAssociationsExist" || "PhoneNumberAssociationsExist" || "Gone" || "Validation",
|
|
55
55
|
* // ErrorMessage: "STRING_VALUE",
|
|
56
56
|
* // },
|
|
57
57
|
* // ],
|
|
@@ -54,7 +54,7 @@ declare const BatchUpdatePhoneNumberCommand_base: {
|
|
|
54
54
|
* // PhoneNumberErrors: [ // PhoneNumberErrorList
|
|
55
55
|
* // { // PhoneNumberError
|
|
56
56
|
* // PhoneNumberId: "STRING_VALUE",
|
|
57
|
-
* // ErrorCode: "BadRequest" || "Conflict" || "Forbidden" || "NotFound" || "PreconditionFailed" || "ResourceLimitExceeded" || "ServiceFailure" || "AccessDenied" || "ServiceUnavailable" || "Throttled" || "Throttling" || "Unauthorized" || "Unprocessable" || "VoiceConnectorGroupAssociationsExist" || "PhoneNumberAssociationsExist" || "Gone",
|
|
57
|
+
* // ErrorCode: "BadRequest" || "Conflict" || "Forbidden" || "NotFound" || "PreconditionFailed" || "ResourceLimitExceeded" || "ServiceFailure" || "AccessDenied" || "ServiceUnavailable" || "Throttled" || "Throttling" || "Unauthorized" || "Unprocessable" || "VoiceConnectorGroupAssociationsExist" || "PhoneNumberAssociationsExist" || "Gone" || "Validation",
|
|
58
58
|
* // ErrorMessage: "STRING_VALUE",
|
|
59
59
|
* // },
|
|
60
60
|
* // ],
|
|
@@ -56,7 +56,7 @@ declare const CreatePhoneNumberOrderCommand_base: {
|
|
|
56
56
|
* // ],
|
|
57
57
|
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
58
58
|
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
59
|
-
* // FocDate:
|
|
59
|
+
* // FocDate: "STRING_VALUE",
|
|
60
60
|
* // },
|
|
61
61
|
* // };
|
|
62
62
|
*
|
|
@@ -26,6 +26,11 @@ declare const CreateProxySessionCommand_base: {
|
|
|
26
26
|
/**
|
|
27
27
|
* <p>Creates a proxy session for the specified Amazon Chime SDK Voice Connector for
|
|
28
28
|
* the specified participant phone numbers.</p>
|
|
29
|
+
* <important>
|
|
30
|
+
* <p>End of support notice: On April 7, 2026, AWS will end support for Amazon Chime SDK proxy sessions.</p>
|
|
31
|
+
* </important>
|
|
32
|
+
*
|
|
33
|
+
* @deprecated (since 2026-04-07) End of support notice: On April 7, 2026, AWS ended support for Amazon Chime SDK proxy sessions. For more information, refer to https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_CreateProxySession.html.
|
|
29
34
|
* @example
|
|
30
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
31
36
|
* ```javascript
|
|
@@ -39,7 +39,7 @@ declare const CreateSipRuleCommand_base: {
|
|
|
39
39
|
* TriggerType: "ToPhoneNumber" || "RequestUriHostname", // required
|
|
40
40
|
* TriggerValue: "STRING_VALUE", // required
|
|
41
41
|
* Disabled: true || false,
|
|
42
|
-
* TargetApplications: [ // SipRuleTargetApplicationList
|
|
42
|
+
* TargetApplications: [ // SipRuleTargetApplicationList // required
|
|
43
43
|
* { // SipRuleTargetApplication
|
|
44
44
|
* SipMediaApplicationId: "STRING_VALUE",
|
|
45
45
|
* Priority: Number("int"),
|
|
@@ -43,9 +43,10 @@ declare const CreateVoiceConnectorGroupCommand_base: {
|
|
|
43
43
|
* VoiceConnectorItems: [ // VoiceConnectorItemList
|
|
44
44
|
* { // VoiceConnectorItem
|
|
45
45
|
* VoiceConnectorId: "STRING_VALUE", // required
|
|
46
|
-
* Priority: Number("int"),
|
|
46
|
+
* Priority: Number("int"),
|
|
47
47
|
* },
|
|
48
48
|
* ],
|
|
49
|
+
* CallDistributionType: "PriorityWeightedDistribution" || "LoadBalancedDistribution",
|
|
49
50
|
* };
|
|
50
51
|
* const command = new CreateVoiceConnectorGroupCommand(input);
|
|
51
52
|
* const response = await client.send(command);
|
|
@@ -56,12 +57,13 @@ declare const CreateVoiceConnectorGroupCommand_base: {
|
|
|
56
57
|
* // VoiceConnectorItems: [ // VoiceConnectorItemList
|
|
57
58
|
* // { // VoiceConnectorItem
|
|
58
59
|
* // VoiceConnectorId: "STRING_VALUE", // required
|
|
59
|
-
* // Priority: Number("int"),
|
|
60
|
+
* // Priority: Number("int"),
|
|
60
61
|
* // },
|
|
61
62
|
* // ],
|
|
62
63
|
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
63
64
|
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
64
65
|
* // VoiceConnectorGroupArn: "STRING_VALUE",
|
|
66
|
+
* // CallDistributionType: "PriorityWeightedDistribution" || "LoadBalancedDistribution",
|
|
65
67
|
* // },
|
|
66
68
|
* // };
|
|
67
69
|
*
|
|
@@ -82,6 +84,9 @@ declare const CreateVoiceConnectorGroupCommand_base: {
|
|
|
82
84
|
* @throws {@link ForbiddenException} (client fault)
|
|
83
85
|
* <p>The client is permanently forbidden from making the request.</p>
|
|
84
86
|
*
|
|
87
|
+
* @throws {@link NotFoundException} (client fault)
|
|
88
|
+
* <p>The requested resource couldn't be found.</p>
|
|
89
|
+
*
|
|
85
90
|
* @throws {@link ResourceLimitExceededException} (client fault)
|
|
86
91
|
* <p>The request exceeds the resource limit.</p>
|
|
87
92
|
*
|
|
@@ -26,6 +26,11 @@ declare const DeleteProxySessionCommand_base: {
|
|
|
26
26
|
/**
|
|
27
27
|
* <p>Deletes the specified proxy session from the specified Amazon Chime SDK Voice
|
|
28
28
|
* Connector.</p>
|
|
29
|
+
* <important>
|
|
30
|
+
* <p>End of support notice: On April 7, 2026, AWS will end support for Amazon Chime SDK proxy sessions.</p>
|
|
31
|
+
* </important>
|
|
32
|
+
*
|
|
33
|
+
* @deprecated (since 2026-04-07) End of support notice: On April 7, 2026, AWS ended support for Amazon Chime SDK proxy sessions. For more information, refer to https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_DeleteProxySession.html.
|
|
29
34
|
* @example
|
|
30
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
31
36
|
* ```javascript
|
|
@@ -25,6 +25,11 @@ declare const DeleteVoiceConnectorProxyCommand_base: {
|
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
27
|
* <p>Deletes the proxy configuration from the specified Amazon Chime SDK Voice Connector.</p>
|
|
28
|
+
* <important>
|
|
29
|
+
* <p>End of support notice: On April 7, 2026, AWS will end support for Amazon Chime SDK proxy sessions.</p>
|
|
30
|
+
* </important>
|
|
31
|
+
*
|
|
32
|
+
* @deprecated (since 2026-04-07) End of support notice: On April 7, 2026, AWS ended support for Amazon Chime SDK proxy sessions. For more information, refer to https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_DeleteVoiceConnectorProxy.html.
|
|
28
33
|
* @example
|
|
29
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
30
35
|
* ```javascript
|
|
@@ -46,7 +46,7 @@ declare const DisassociatePhoneNumbersFromVoiceConnectorCommand_base: {
|
|
|
46
46
|
* // PhoneNumberErrors: [ // PhoneNumberErrorList
|
|
47
47
|
* // { // PhoneNumberError
|
|
48
48
|
* // PhoneNumberId: "STRING_VALUE",
|
|
49
|
-
* // ErrorCode: "BadRequest" || "Conflict" || "Forbidden" || "NotFound" || "PreconditionFailed" || "ResourceLimitExceeded" || "ServiceFailure" || "AccessDenied" || "ServiceUnavailable" || "Throttled" || "Throttling" || "Unauthorized" || "Unprocessable" || "VoiceConnectorGroupAssociationsExist" || "PhoneNumberAssociationsExist" || "Gone",
|
|
49
|
+
* // ErrorCode: "BadRequest" || "Conflict" || "Forbidden" || "NotFound" || "PreconditionFailed" || "ResourceLimitExceeded" || "ServiceFailure" || "AccessDenied" || "ServiceUnavailable" || "Throttled" || "Throttling" || "Unauthorized" || "Unprocessable" || "VoiceConnectorGroupAssociationsExist" || "PhoneNumberAssociationsExist" || "Gone" || "Validation",
|
|
50
50
|
* // ErrorMessage: "STRING_VALUE",
|
|
51
51
|
* // },
|
|
52
52
|
* // ],
|
|
@@ -46,7 +46,7 @@ declare const DisassociatePhoneNumbersFromVoiceConnectorGroupCommand_base: {
|
|
|
46
46
|
* // PhoneNumberErrors: [ // PhoneNumberErrorList
|
|
47
47
|
* // { // PhoneNumberError
|
|
48
48
|
* // PhoneNumberId: "STRING_VALUE",
|
|
49
|
-
* // ErrorCode: "BadRequest" || "Conflict" || "Forbidden" || "NotFound" || "PreconditionFailed" || "ResourceLimitExceeded" || "ServiceFailure" || "AccessDenied" || "ServiceUnavailable" || "Throttled" || "Throttling" || "Unauthorized" || "Unprocessable" || "VoiceConnectorGroupAssociationsExist" || "PhoneNumberAssociationsExist" || "Gone",
|
|
49
|
+
* // ErrorCode: "BadRequest" || "Conflict" || "Forbidden" || "NotFound" || "PreconditionFailed" || "ResourceLimitExceeded" || "ServiceFailure" || "AccessDenied" || "ServiceUnavailable" || "Throttled" || "Throttling" || "Unauthorized" || "Unprocessable" || "VoiceConnectorGroupAssociationsExist" || "PhoneNumberAssociationsExist" || "Gone" || "Validation",
|
|
50
50
|
* // ErrorMessage: "STRING_VALUE",
|
|
51
51
|
* // },
|
|
52
52
|
* // ],
|
|
@@ -43,6 +43,7 @@ declare const GetPhoneNumberCommand_base: {
|
|
|
43
43
|
* // PhoneNumber: { // PhoneNumber
|
|
44
44
|
* // PhoneNumberId: "STRING_VALUE",
|
|
45
45
|
* // E164PhoneNumber: "STRING_VALUE",
|
|
46
|
+
* // PhoneNumberArn: "STRING_VALUE",
|
|
46
47
|
* // Country: "STRING_VALUE",
|
|
47
48
|
* // Type: "Local" || "TollFree",
|
|
48
49
|
* // ProductType: "VoiceConnector" || "SipMediaApplicationDialIn",
|
|
@@ -25,6 +25,11 @@ declare const GetProxySessionCommand_base: {
|
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
27
|
* <p>Retrieves the specified proxy session details for the specified Amazon Chime SDK Voice Connector.</p>
|
|
28
|
+
* <important>
|
|
29
|
+
* <p>End of support notice: On April 7, 2026, AWS will end support for Amazon Chime SDK proxy sessions.</p>
|
|
30
|
+
* </important>
|
|
31
|
+
*
|
|
32
|
+
* @deprecated (since 2026-04-07) End of support notice: On April 7, 2026, AWS ended support for Amazon Chime SDK proxy sessions. For more information, refer to https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_GetProxySession.html.
|
|
28
33
|
* @example
|
|
29
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
30
35
|
* ```javascript
|
|
@@ -67,6 +67,9 @@ declare const GetSipMediaApplicationAlexaSkillConfigurationCommand_base: {
|
|
|
67
67
|
* @throws {@link ForbiddenException} (client fault)
|
|
68
68
|
* <p>The client is permanently forbidden from making the request.</p>
|
|
69
69
|
*
|
|
70
|
+
* @throws {@link GoneException} (client fault)
|
|
71
|
+
* <p>Access to the target resource is no longer available at the origin server. This condition is likely to be permanent.</p>
|
|
72
|
+
*
|
|
70
73
|
* @throws {@link NotFoundException} (client fault)
|
|
71
74
|
* <p>The requested resource couldn't be found.</p>
|
|
72
75
|
*
|
|
@@ -46,12 +46,13 @@ declare const GetVoiceConnectorGroupCommand_base: {
|
|
|
46
46
|
* // VoiceConnectorItems: [ // VoiceConnectorItemList
|
|
47
47
|
* // { // VoiceConnectorItem
|
|
48
48
|
* // VoiceConnectorId: "STRING_VALUE", // required
|
|
49
|
-
* // Priority: Number("int"),
|
|
49
|
+
* // Priority: Number("int"),
|
|
50
50
|
* // },
|
|
51
51
|
* // ],
|
|
52
52
|
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
53
53
|
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
54
54
|
* // VoiceConnectorGroupArn: "STRING_VALUE",
|
|
55
|
+
* // CallDistributionType: "PriorityWeightedDistribution" || "LoadBalancedDistribution",
|
|
55
56
|
* // },
|
|
56
57
|
* // };
|
|
57
58
|
*
|
|
@@ -26,6 +26,11 @@ declare const GetVoiceConnectorProxyCommand_base: {
|
|
|
26
26
|
/**
|
|
27
27
|
* <p>Retrieves the proxy configuration details for the specified Amazon Chime SDK Voice
|
|
28
28
|
* Connector.</p>
|
|
29
|
+
* <important>
|
|
30
|
+
* <p>End of support notice: On April 7, 2026, AWS will end support for Amazon Chime SDK proxy sessions.</p>
|
|
31
|
+
* </important>
|
|
32
|
+
*
|
|
33
|
+
* @deprecated (since 2026-04-07) End of support notice: On April 7, 2026, AWS ended support for Amazon Chime SDK proxy sessions. For more information, refer to https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_GetVoiceConnectorProxy.html.
|
|
29
34
|
* @example
|
|
30
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
31
36
|
* ```javascript
|
|
@@ -54,7 +54,7 @@ declare const ListPhoneNumberOrdersCommand_base: {
|
|
|
54
54
|
* // ],
|
|
55
55
|
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
56
56
|
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
57
|
-
* // FocDate:
|
|
57
|
+
* // FocDate: "STRING_VALUE",
|
|
58
58
|
* // },
|
|
59
59
|
* // ],
|
|
60
60
|
* // NextToken: "STRING_VALUE",
|
|
@@ -50,6 +50,7 @@ declare const ListPhoneNumbersCommand_base: {
|
|
|
50
50
|
* // { // PhoneNumber
|
|
51
51
|
* // PhoneNumberId: "STRING_VALUE",
|
|
52
52
|
* // E164PhoneNumber: "STRING_VALUE",
|
|
53
|
+
* // PhoneNumberArn: "STRING_VALUE",
|
|
53
54
|
* // Country: "STRING_VALUE",
|
|
54
55
|
* // Type: "Local" || "TollFree",
|
|
55
56
|
* // ProductType: "VoiceConnector" || "SipMediaApplicationDialIn",
|
|
@@ -25,6 +25,11 @@ declare const ListProxySessionsCommand_base: {
|
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
27
|
* <p>Lists the proxy sessions for the specified Amazon Chime SDK Voice Connector.</p>
|
|
28
|
+
* <important>
|
|
29
|
+
* <p>End of support notice: On April 7, 2026, AWS will end support for Amazon Chime SDK proxy sessions.</p>
|
|
30
|
+
* </important>
|
|
31
|
+
*
|
|
32
|
+
* @deprecated (since 2026-04-07) End of support notice: On April 7, 2026, AWS ended support for Amazon Chime SDK proxy sessions. For more information, refer to https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_ListProxySessions.html.
|
|
28
33
|
* @example
|
|
29
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
30
35
|
* ```javascript
|
|
@@ -76,6 +76,9 @@ declare const ListSipRulesCommand_base: {
|
|
|
76
76
|
* @throws {@link ForbiddenException} (client fault)
|
|
77
77
|
* <p>The client is permanently forbidden from making the request.</p>
|
|
78
78
|
*
|
|
79
|
+
* @throws {@link NotFoundException} (client fault)
|
|
80
|
+
* <p>The requested resource couldn't be found.</p>
|
|
81
|
+
*
|
|
79
82
|
* @throws {@link ServiceFailureException} (server fault)
|
|
80
83
|
* <p>The service encountered an unexpected error.</p>
|
|
81
84
|
*
|
|
@@ -48,12 +48,13 @@ declare const ListVoiceConnectorGroupsCommand_base: {
|
|
|
48
48
|
* // VoiceConnectorItems: [ // VoiceConnectorItemList
|
|
49
49
|
* // { // VoiceConnectorItem
|
|
50
50
|
* // VoiceConnectorId: "STRING_VALUE", // required
|
|
51
|
-
* // Priority: Number("int"),
|
|
51
|
+
* // Priority: Number("int"),
|
|
52
52
|
* // },
|
|
53
53
|
* // ],
|
|
54
54
|
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
55
55
|
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
56
56
|
* // VoiceConnectorGroupArn: "STRING_VALUE",
|
|
57
|
+
* // CallDistributionType: "PriorityWeightedDistribution" || "LoadBalancedDistribution",
|
|
57
58
|
* // },
|
|
58
59
|
* // ],
|
|
59
60
|
* // NextToken: "STRING_VALUE",
|
|
@@ -73,6 +73,9 @@ declare const PutSipMediaApplicationAlexaSkillConfigurationCommand_base: {
|
|
|
73
73
|
* @throws {@link ForbiddenException} (client fault)
|
|
74
74
|
* <p>The client is permanently forbidden from making the request.</p>
|
|
75
75
|
*
|
|
76
|
+
* @throws {@link GoneException} (client fault)
|
|
77
|
+
* <p>Access to the target resource is no longer available at the origin server. This condition is likely to be permanent.</p>
|
|
78
|
+
*
|
|
76
79
|
* @throws {@link NotFoundException} (client fault)
|
|
77
80
|
* <p>The requested resource couldn't be found.</p>
|
|
78
81
|
*
|
|
@@ -73,6 +73,9 @@ declare const PutVoiceConnectorOriginationCommand_base: {
|
|
|
73
73
|
* @see {@link PutVoiceConnectorOriginationCommandOutput} for command's `response` shape.
|
|
74
74
|
* @see {@link ChimeSDKVoiceClientResolvedConfig | config} for ChimeSDKVoiceClient's `config` shape.
|
|
75
75
|
*
|
|
76
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
77
|
+
* <p>You don't have the permissions needed to run this action.</p>
|
|
78
|
+
*
|
|
76
79
|
* @throws {@link BadRequestException} (client fault)
|
|
77
80
|
* <p>The input parameters don't match the service's restrictions.</p>
|
|
78
81
|
*
|
|
@@ -25,6 +25,11 @@ declare const PutVoiceConnectorProxyCommand_base: {
|
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
27
|
* <p>Puts the specified proxy configuration to the specified Amazon Chime SDK Voice Connector.</p>
|
|
28
|
+
* <important>
|
|
29
|
+
* <p>End of support notice: On April 7, 2026, AWS will end support for Amazon Chime SDK proxy sessions.</p>
|
|
30
|
+
* </important>
|
|
31
|
+
*
|
|
32
|
+
* @deprecated (since 2026-04-07) End of support notice: On April 7, 2026, AWS ended support for Amazon Chime SDK proxy sessions. For more information, refer to https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_PutVoiceConnectorProxy.html.
|
|
28
33
|
* @example
|
|
29
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
30
35
|
* ```javascript
|
|
@@ -42,6 +42,7 @@ declare const RestorePhoneNumberCommand_base: {
|
|
|
42
42
|
* // PhoneNumber: { // PhoneNumber
|
|
43
43
|
* // PhoneNumberId: "STRING_VALUE",
|
|
44
44
|
* // E164PhoneNumber: "STRING_VALUE",
|
|
45
|
+
* // PhoneNumberArn: "STRING_VALUE",
|
|
45
46
|
* // Country: "STRING_VALUE",
|
|
46
47
|
* // Type: "Local" || "TollFree",
|
|
47
48
|
* // ProductType: "VoiceConnector" || "SipMediaApplicationDialIn",
|
|
@@ -20,7 +20,7 @@ export interface UpdateGlobalSettingsCommandOutput extends __MetadataBearer {
|
|
|
20
20
|
}
|
|
21
21
|
declare const UpdateGlobalSettingsCommand_base: {
|
|
22
22
|
new (input: UpdateGlobalSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput, import("..").ChimeSDKVoiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
-
new (
|
|
23
|
+
new (input: UpdateGlobalSettingsCommandInput): import("@smithy/core/client").CommandImpl<UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput, import("..").ChimeSDKVoiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
24
|
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
@@ -52,6 +52,7 @@ declare const UpdatePhoneNumberCommand_base: {
|
|
|
52
52
|
* // PhoneNumber: { // PhoneNumber
|
|
53
53
|
* // PhoneNumberId: "STRING_VALUE",
|
|
54
54
|
* // E164PhoneNumber: "STRING_VALUE",
|
|
55
|
+
* // PhoneNumberArn: "STRING_VALUE",
|
|
55
56
|
* // Country: "STRING_VALUE",
|
|
56
57
|
* // Type: "Local" || "TollFree",
|
|
57
58
|
* // ProductType: "VoiceConnector" || "SipMediaApplicationDialIn",
|
|
@@ -25,6 +25,11 @@ declare const UpdateProxySessionCommand_base: {
|
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
27
|
* <p>Updates the specified proxy session details, such as voice or SMS capabilities.</p>
|
|
28
|
+
* <important>
|
|
29
|
+
* <p>End of support notice: On April 7, 2026, AWS will end support for Amazon Chime SDK proxy sessions.</p>
|
|
30
|
+
* </important>
|
|
31
|
+
*
|
|
32
|
+
* @deprecated (since 2026-04-07) End of support notice: On April 7, 2026, AWS ended support for Amazon Chime SDK proxy sessions. For more information, refer to https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_voice-chime_UpdateProxySession.html.
|
|
28
33
|
* @example
|
|
29
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
30
35
|
* ```javascript
|
|
@@ -39,9 +39,10 @@ declare const UpdateVoiceConnectorGroupCommand_base: {
|
|
|
39
39
|
* VoiceConnectorItems: [ // VoiceConnectorItemList // required
|
|
40
40
|
* { // VoiceConnectorItem
|
|
41
41
|
* VoiceConnectorId: "STRING_VALUE", // required
|
|
42
|
-
* Priority: Number("int"),
|
|
42
|
+
* Priority: Number("int"),
|
|
43
43
|
* },
|
|
44
44
|
* ],
|
|
45
|
+
* CallDistributionType: "PriorityWeightedDistribution" || "LoadBalancedDistribution",
|
|
45
46
|
* };
|
|
46
47
|
* const command = new UpdateVoiceConnectorGroupCommand(input);
|
|
47
48
|
* const response = await client.send(command);
|
|
@@ -52,12 +53,13 @@ declare const UpdateVoiceConnectorGroupCommand_base: {
|
|
|
52
53
|
* // VoiceConnectorItems: [ // VoiceConnectorItemList
|
|
53
54
|
* // { // VoiceConnectorItem
|
|
54
55
|
* // VoiceConnectorId: "STRING_VALUE", // required
|
|
55
|
-
* // Priority: Number("int"),
|
|
56
|
+
* // Priority: Number("int"),
|
|
56
57
|
* // },
|
|
57
58
|
* // ],
|
|
58
59
|
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
59
60
|
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
60
61
|
* // VoiceConnectorGroupArn: "STRING_VALUE",
|
|
62
|
+
* // CallDistributionType: "PriorityWeightedDistribution" || "LoadBalancedDistribution",
|
|
61
63
|
* // },
|
|
62
64
|
* // };
|
|
63
65
|
*
|
|
@@ -18,6 +18,7 @@ export declare const ErrorCode: {
|
|
|
18
18
|
readonly Throttling: "Throttling";
|
|
19
19
|
readonly Unauthorized: "Unauthorized";
|
|
20
20
|
readonly Unprocessable: "Unprocessable";
|
|
21
|
+
readonly Validation: "Validation";
|
|
21
22
|
readonly VoiceConnectorGroupAssociationsExist: "VoiceConnectorGroupAssociationsExist";
|
|
22
23
|
};
|
|
23
24
|
/**
|
|
@@ -48,6 +49,18 @@ export declare const PhoneNumberProductType: {
|
|
|
48
49
|
* @public
|
|
49
50
|
*/
|
|
50
51
|
export type PhoneNumberProductType = (typeof PhoneNumberProductType)[keyof typeof PhoneNumberProductType];
|
|
52
|
+
/**
|
|
53
|
+
* @public
|
|
54
|
+
* @enum
|
|
55
|
+
*/
|
|
56
|
+
export declare const CallDistributionType: {
|
|
57
|
+
readonly LoadBalancedDistribution: "LoadBalancedDistribution";
|
|
58
|
+
readonly PriorityWeightedDistribution: "PriorityWeightedDistribution";
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
63
|
+
export type CallDistributionType = (typeof CallDistributionType)[keyof typeof CallDistributionType];
|
|
51
64
|
/**
|
|
52
65
|
* @public
|
|
53
66
|
* @enum
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AlexaSkillStatus, CallingNameStatus, CallLegType, Capability, ContactCenterSystemType, ErrorCode, GeoMatchLevel, LanguageCode, NetworkType, NotificationTarget, NumberSelectionBehavior, OrderedPhoneNumberStatus, OriginationRouteProtocol, PhoneNumberAssociationName, PhoneNumberOrderStatus, PhoneNumberOrderType, PhoneNumberProductType, PhoneNumberStatus, PhoneNumberType, ProxySessionStatus, SessionBorderControllerType, SipRuleTriggerType, VoiceConnectorAwsRegion, VoiceConnectorIntegrationType } from "./enums";
|
|
1
|
+
import type { AlexaSkillStatus, CallDistributionType, CallingNameStatus, CallLegType, Capability, ContactCenterSystemType, ErrorCode, GeoMatchLevel, LanguageCode, NetworkType, NotificationTarget, NumberSelectionBehavior, OrderedPhoneNumberStatus, OriginationRouteProtocol, PhoneNumberAssociationName, PhoneNumberOrderStatus, PhoneNumberOrderType, PhoneNumberProductType, PhoneNumberStatus, PhoneNumberType, ProxySessionStatus, SessionBorderControllerType, SipRuleTriggerType, VoiceConnectorAwsRegion, VoiceConnectorIntegrationType } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>A validated address.</p>
|
|
4
4
|
* @public
|
|
@@ -352,7 +352,7 @@ export interface PhoneNumberOrder {
|
|
|
352
352
|
* if a phone number order is not a porting order.</p>
|
|
353
353
|
* @public
|
|
354
354
|
*/
|
|
355
|
-
FocDate?:
|
|
355
|
+
FocDate?: string | undefined;
|
|
356
356
|
}
|
|
357
357
|
/**
|
|
358
358
|
* @public
|
|
@@ -743,7 +743,7 @@ export interface CreateSipRuleRequest {
|
|
|
743
743
|
* application per AWS Region can be used.</p>
|
|
744
744
|
* @public
|
|
745
745
|
*/
|
|
746
|
-
TargetApplications
|
|
746
|
+
TargetApplications: SipRuleTargetApplication[] | undefined;
|
|
747
747
|
}
|
|
748
748
|
/**
|
|
749
749
|
* <p>The details of a SIP rule, including name, triggers, and target applications.
|
|
@@ -842,6 +842,10 @@ export interface CreateVoiceConnectorRequest {
|
|
|
842
842
|
* and branch voice systems. Additionally, enterprises migrating their contact center to
|
|
843
843
|
* Connect Customer can start with Connect telephony and IVR for immediate
|
|
844
844
|
* modernization ahead of agent migration.</p>
|
|
845
|
+
* <note>
|
|
846
|
+
* <p>This integration is a gated feature. Please reach out to your account team to
|
|
847
|
+
* discuss this feature with a Connect Specialist.</p>
|
|
848
|
+
* </note>
|
|
845
849
|
* </li>
|
|
846
850
|
* <li>
|
|
847
851
|
* <p>
|
|
@@ -862,7 +866,7 @@ export interface CreateVoiceConnectorRequest {
|
|
|
862
866
|
*/
|
|
863
867
|
IntegrationType?: VoiceConnectorIntegrationType | undefined;
|
|
864
868
|
/**
|
|
865
|
-
* <p>The type of network for the Voice Connector
|
|
869
|
+
* <p>The type of network for the Voice Connector.</p>
|
|
866
870
|
* @public
|
|
867
871
|
*/
|
|
868
872
|
NetworkType?: NetworkType | undefined;
|
|
@@ -920,7 +924,7 @@ export interface VoiceConnector {
|
|
|
920
924
|
*/
|
|
921
925
|
IntegrationType?: VoiceConnectorIntegrationType | undefined;
|
|
922
926
|
/**
|
|
923
|
-
* <p>The type of network
|
|
927
|
+
* <p>The type of network for the Voice Connector.</p>
|
|
924
928
|
* @public
|
|
925
929
|
*/
|
|
926
930
|
NetworkType?: NetworkType | undefined;
|
|
@@ -953,7 +957,7 @@ export interface VoiceConnectorItem {
|
|
|
953
957
|
* the system distributes calls among them based on their relative weight.</p>
|
|
954
958
|
* @public
|
|
955
959
|
*/
|
|
956
|
-
Priority
|
|
960
|
+
Priority?: number | undefined;
|
|
957
961
|
}
|
|
958
962
|
/**
|
|
959
963
|
* @public
|
|
@@ -969,6 +973,7 @@ export interface CreateVoiceConnectorGroupRequest {
|
|
|
969
973
|
* @public
|
|
970
974
|
*/
|
|
971
975
|
VoiceConnectorItems?: VoiceConnectorItem[] | undefined;
|
|
976
|
+
CallDistributionType?: CallDistributionType | undefined;
|
|
972
977
|
}
|
|
973
978
|
/**
|
|
974
979
|
* <p>The Amazon Chime SDK Voice Connector group configuration, including
|
|
@@ -1008,6 +1013,7 @@ export interface VoiceConnectorGroup {
|
|
|
1008
1013
|
* @public
|
|
1009
1014
|
*/
|
|
1010
1015
|
VoiceConnectorGroupArn?: string | undefined;
|
|
1016
|
+
CallDistributionType?: CallDistributionType | undefined;
|
|
1011
1017
|
}
|
|
1012
1018
|
/**
|
|
1013
1019
|
* @public
|
|
@@ -1493,6 +1499,7 @@ export interface PhoneNumber {
|
|
|
1493
1499
|
* @public
|
|
1494
1500
|
*/
|
|
1495
1501
|
E164PhoneNumber?: string | undefined;
|
|
1502
|
+
PhoneNumberArn?: string | undefined;
|
|
1496
1503
|
/**
|
|
1497
1504
|
* <p>The phone number's country. Format: ISO 3166-1 alpha-2.</p>
|
|
1498
1505
|
* @public
|
|
@@ -3391,7 +3398,7 @@ export interface UpdateGlobalSettingsRequest {
|
|
|
3391
3398
|
* <p>The Voice Connector settings.</p>
|
|
3392
3399
|
* @public
|
|
3393
3400
|
*/
|
|
3394
|
-
VoiceConnector
|
|
3401
|
+
VoiceConnector: VoiceConnectorSettings | undefined;
|
|
3395
3402
|
}
|
|
3396
3403
|
/**
|
|
3397
3404
|
* @public
|
|
@@ -3619,6 +3626,7 @@ export interface UpdateVoiceConnectorGroupRequest {
|
|
|
3619
3626
|
* @public
|
|
3620
3627
|
*/
|
|
3621
3628
|
VoiceConnectorItems: VoiceConnectorItem[] | undefined;
|
|
3629
|
+
CallDistributionType?: CallDistributionType | undefined;
|
|
3622
3630
|
}
|
|
3623
3631
|
/**
|
|
3624
3632
|
* @public
|
|
@@ -1486,7 +1486,6 @@ export interface ChimeSDKVoice {
|
|
|
1486
1486
|
options: __HttpHandlerOptions,
|
|
1487
1487
|
cb: (err: any, data?: UntagResourceCommandOutput) => void,
|
|
1488
1488
|
): void;
|
|
1489
|
-
updateGlobalSettings(): Promise<UpdateGlobalSettingsCommandOutput>;
|
|
1490
1489
|
updateGlobalSettings(
|
|
1491
1490
|
args: UpdateGlobalSettingsCommandInput,
|
|
1492
1491
|
options?: __HttpHandlerOptions,
|
|
@@ -14,7 +14,7 @@ declare const UpdateGlobalSettingsCommand_base: {
|
|
|
14
14
|
import("..").ServiceOutputTypes
|
|
15
15
|
>;
|
|
16
16
|
new (
|
|
17
|
-
|
|
17
|
+
input: UpdateGlobalSettingsCommandInput,
|
|
18
18
|
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
UpdateGlobalSettingsCommandInput,
|
|
20
20
|
UpdateGlobalSettingsCommandOutput,
|
|
@@ -14,6 +14,7 @@ export declare const ErrorCode: {
|
|
|
14
14
|
readonly Throttling: "Throttling";
|
|
15
15
|
readonly Unauthorized: "Unauthorized";
|
|
16
16
|
readonly Unprocessable: "Unprocessable";
|
|
17
|
+
readonly Validation: "Validation";
|
|
17
18
|
readonly VoiceConnectorGroupAssociationsExist: "VoiceConnectorGroupAssociationsExist";
|
|
18
19
|
};
|
|
19
20
|
export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
|
|
@@ -28,6 +29,11 @@ export declare const PhoneNumberProductType: {
|
|
|
28
29
|
};
|
|
29
30
|
export type PhoneNumberProductType =
|
|
30
31
|
(typeof PhoneNumberProductType)[keyof typeof PhoneNumberProductType];
|
|
32
|
+
export declare const CallDistributionType: {
|
|
33
|
+
readonly LoadBalancedDistribution: "LoadBalancedDistribution";
|
|
34
|
+
readonly PriorityWeightedDistribution: "PriorityWeightedDistribution";
|
|
35
|
+
};
|
|
36
|
+
export type CallDistributionType = (typeof CallDistributionType)[keyof typeof CallDistributionType];
|
|
31
37
|
export declare const CallingNameStatus: {
|
|
32
38
|
readonly Unassigned: "Unassigned";
|
|
33
39
|
readonly UpdateFailed: "UpdateFailed";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AlexaSkillStatus,
|
|
3
|
+
CallDistributionType,
|
|
3
4
|
CallingNameStatus,
|
|
4
5
|
CallLegType,
|
|
5
6
|
Capability,
|
|
@@ -106,7 +107,7 @@ export interface PhoneNumberOrder {
|
|
|
106
107
|
OrderedPhoneNumbers?: OrderedPhoneNumber[] | undefined;
|
|
107
108
|
CreatedTimestamp?: Date | undefined;
|
|
108
109
|
UpdatedTimestamp?: Date | undefined;
|
|
109
|
-
FocDate?:
|
|
110
|
+
FocDate?: string | undefined;
|
|
110
111
|
}
|
|
111
112
|
export interface CreatePhoneNumberOrderResponse {
|
|
112
113
|
PhoneNumberOrder?: PhoneNumberOrder | undefined;
|
|
@@ -195,7 +196,7 @@ export interface CreateSipRuleRequest {
|
|
|
195
196
|
TriggerType: SipRuleTriggerType | undefined;
|
|
196
197
|
TriggerValue: string | undefined;
|
|
197
198
|
Disabled?: boolean | undefined;
|
|
198
|
-
TargetApplications
|
|
199
|
+
TargetApplications: SipRuleTargetApplication[] | undefined;
|
|
199
200
|
}
|
|
200
201
|
export interface SipRule {
|
|
201
202
|
SipRuleId?: string | undefined;
|
|
@@ -235,11 +236,12 @@ export interface CreateVoiceConnectorResponse {
|
|
|
235
236
|
}
|
|
236
237
|
export interface VoiceConnectorItem {
|
|
237
238
|
VoiceConnectorId: string | undefined;
|
|
238
|
-
Priority
|
|
239
|
+
Priority?: number | undefined;
|
|
239
240
|
}
|
|
240
241
|
export interface CreateVoiceConnectorGroupRequest {
|
|
241
242
|
Name: string | undefined;
|
|
242
243
|
VoiceConnectorItems?: VoiceConnectorItem[] | undefined;
|
|
244
|
+
CallDistributionType?: CallDistributionType | undefined;
|
|
243
245
|
}
|
|
244
246
|
export interface VoiceConnectorGroup {
|
|
245
247
|
VoiceConnectorGroupId?: string | undefined;
|
|
@@ -248,6 +250,7 @@ export interface VoiceConnectorGroup {
|
|
|
248
250
|
CreatedTimestamp?: Date | undefined;
|
|
249
251
|
UpdatedTimestamp?: Date | undefined;
|
|
250
252
|
VoiceConnectorGroupArn?: string | undefined;
|
|
253
|
+
CallDistributionType?: CallDistributionType | undefined;
|
|
251
254
|
}
|
|
252
255
|
export interface CreateVoiceConnectorGroupResponse {
|
|
253
256
|
VoiceConnectorGroup?: VoiceConnectorGroup | undefined;
|
|
@@ -374,6 +377,7 @@ export interface PhoneNumberCapabilities {
|
|
|
374
377
|
export interface PhoneNumber {
|
|
375
378
|
PhoneNumberId?: string | undefined;
|
|
376
379
|
E164PhoneNumber?: string | undefined;
|
|
380
|
+
PhoneNumberArn?: string | undefined;
|
|
377
381
|
Country?: string | undefined;
|
|
378
382
|
Type?: PhoneNumberType | undefined;
|
|
379
383
|
ProductType?: PhoneNumberProductType | undefined;
|
|
@@ -868,7 +872,7 @@ export interface UntagResourceRequest {
|
|
|
868
872
|
TagKeys: string[] | undefined;
|
|
869
873
|
}
|
|
870
874
|
export interface UpdateGlobalSettingsRequest {
|
|
871
|
-
VoiceConnector
|
|
875
|
+
VoiceConnector: VoiceConnectorSettings | undefined;
|
|
872
876
|
}
|
|
873
877
|
export interface UpdatePhoneNumberRequest {
|
|
874
878
|
PhoneNumberId: string | undefined;
|
|
@@ -928,6 +932,7 @@ export interface UpdateVoiceConnectorGroupRequest {
|
|
|
928
932
|
VoiceConnectorGroupId: string | undefined;
|
|
929
933
|
Name: string | undefined;
|
|
930
934
|
VoiceConnectorItems: VoiceConnectorItem[] | undefined;
|
|
935
|
+
CallDistributionType?: CallDistributionType | undefined;
|
|
931
936
|
}
|
|
932
937
|
export interface UpdateVoiceConnectorGroupResponse {
|
|
933
938
|
VoiceConnectorGroup?: VoiceConnectorGroup | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chime-sdk-voice",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1089.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Chime Sdk Voice Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-chime-sdk-voice",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@aws-sdk/core": "^3.975.3",
|
|
50
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
50
|
+
"@aws-sdk/credential-provider-node": "^3.972.70",
|
|
51
51
|
"@aws-sdk/types": "^3.974.2",
|
|
52
52
|
"@smithy/core": "^3.29.4",
|
|
53
53
|
"@smithy/fetch-http-handler": "^5.6.6",
|