@aws-sdk/client-chime-sdk-voice 3.1087.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 +301 -460
- package/dist-types/ts3.4/ChimeSDKVoiceClient.d.ts +8 -24
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchDeletePhoneNumberCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchUpdatePhoneNumberCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreatePhoneNumberOrderCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateProxySessionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateSipMediaApplicationCallCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateSipMediaApplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateSipRuleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateVoiceConnectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateVoiceConnectorGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateVoiceProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateVoiceProfileDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeletePhoneNumberCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteProxySessionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteSipMediaApplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteSipRuleCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorExternalSystemsConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorOriginationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorProxyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteVoiceProfileCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteVoiceProfileDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetPhoneNumberCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetPhoneNumberOrderCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetPhoneNumberSettingsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetProxySessionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSipMediaApplicationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetSipRuleCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetSpeakerSearchTaskCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetVoiceConnectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetVoiceConnectorExternalSystemsConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetVoiceConnectorGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetVoiceConnectorOriginationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetVoiceConnectorProxyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetVoiceProfileCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetVoiceProfileDomainCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetVoiceToneAnalysisTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAvailableVoiceConnectorRegionsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListProxySessionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListSipMediaApplicationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListSipRulesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListVoiceConnectorGroupsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListVoiceConnectorsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListVoiceProfileDomainsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListVoiceProfilesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutVoiceConnectorExternalSystemsConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutVoiceConnectorOriginationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutVoiceConnectorProxyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartSpeakerSearchTaskCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartVoiceToneAnalysisTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StopSpeakerSearchTaskCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/StopVoiceToneAnalysisTaskCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateProxySessionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCallCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateSipRuleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateVoiceConnectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateVoiceConnectorGroupCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateVoiceProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateVoiceProfileDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ValidateE911AddressCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +14 -16
- package/dist-types/ts3.4/models/errors.d.ts +8 -24
- package/dist-types/ts3.4/models/models_0.d.ts +14 -19
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
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",
|