@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
|
@@ -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
|