@aws-sdk/client-chime-sdk-voice 3.321.1 → 3.326.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-types/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +12 -0
- package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +12 -0
- package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +12 -0
- package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +12 -0
- package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +19 -0
- package/dist-types/commands/CreateProxySessionCommand.d.ts +30 -0
- package/dist-types/commands/CreateSipMediaApplicationCallCommand.d.ts +8 -0
- package/dist-types/commands/CreateSipMediaApplicationCommand.d.ts +18 -0
- package/dist-types/commands/CreateSipRuleCommand.d.ts +21 -0
- package/dist-types/commands/CreateVoiceConnectorCommand.d.ts +15 -0
- package/dist-types/commands/CreateVoiceConnectorGroupCommand.d.ts +18 -0
- package/dist-types/commands/CreateVoiceProfileCommand.d.ts +13 -0
- package/dist-types/commands/CreateVoiceProfileDomainCommand.d.ts +16 -0
- package/dist-types/commands/DeletePhoneNumberCommand.d.ts +4 -0
- package/dist-types/commands/DeleteProxySessionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSipMediaApplicationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteSipRuleCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVoiceConnectorCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVoiceConnectorGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVoiceConnectorOriginationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVoiceConnectorProxyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVoiceConnectorTerminationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVoiceProfileCommand.d.ts +4 -0
- package/dist-types/commands/DeleteVoiceProfileDomainCommand.d.ts +4 -0
- package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +12 -0
- package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +12 -0
- package/dist-types/commands/GetGlobalSettingsCommand.d.ts +8 -0
- package/dist-types/commands/GetPhoneNumberCommand.d.ts +34 -0
- package/dist-types/commands/GetPhoneNumberOrderCommand.d.ts +19 -0
- package/dist-types/commands/GetPhoneNumberSettingsCommand.d.ts +7 -0
- package/dist-types/commands/GetProxySessionCommand.d.ts +30 -0
- package/dist-types/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/GetSipMediaApplicationCommand.d.ts +18 -0
- package/dist-types/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +8 -0
- package/dist-types/commands/GetSipRuleCommand.d.ts +21 -0
- package/dist-types/commands/GetSpeakerSearchTaskCommand.d.ts +27 -0
- package/dist-types/commands/GetVoiceConnectorCommand.d.ts +15 -0
- package/dist-types/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +14 -0
- package/dist-types/commands/GetVoiceConnectorGroupCommand.d.ts +18 -0
- package/dist-types/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +9 -0
- package/dist-types/commands/GetVoiceConnectorOriginationCommand.d.ts +17 -0
- package/dist-types/commands/GetVoiceConnectorProxyCommand.d.ts +13 -0
- package/dist-types/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +18 -0
- package/dist-types/commands/GetVoiceConnectorTerminationCommand.d.ts +16 -0
- package/dist-types/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +9 -0
- package/dist-types/commands/GetVoiceProfileCommand.d.ts +13 -0
- package/dist-types/commands/GetVoiceProfileDomainCommand.d.ts +16 -0
- package/dist-types/commands/GetVoiceToneAnalysisTaskCommand.d.ts +18 -0
- package/dist-types/commands/ListAvailableVoiceConnectorRegionsCommand.d.ts +8 -0
- package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +22 -0
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +37 -0
- package/dist-types/commands/ListProxySessionsCommand.d.ts +33 -0
- package/dist-types/commands/ListSipMediaApplicationsCommand.d.ts +21 -0
- package/dist-types/commands/ListSipRulesCommand.d.ts +24 -0
- package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +13 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListVoiceConnectorGroupsCommand.d.ts +21 -0
- package/dist-types/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +8 -0
- package/dist-types/commands/ListVoiceConnectorsCommand.d.ts +18 -0
- package/dist-types/commands/ListVoiceProfileDomainsCommand.d.ts +16 -0
- package/dist-types/commands/ListVoiceProfilesCommand.d.ts +16 -0
- package/dist-types/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +8 -0
- package/dist-types/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +14 -0
- package/dist-types/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +9 -0
- package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +17 -0
- package/dist-types/commands/PutVoiceConnectorProxyCommand.d.ts +13 -0
- package/dist-types/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +18 -0
- package/dist-types/commands/PutVoiceConnectorTerminationCommand.d.ts +16 -0
- package/dist-types/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +4 -0
- package/dist-types/commands/RestorePhoneNumberCommand.d.ts +34 -0
- package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +9 -0
- package/dist-types/commands/StartSpeakerSearchTaskCommand.d.ts +27 -0
- package/dist-types/commands/StartVoiceToneAnalysisTaskCommand.d.ts +18 -0
- package/dist-types/commands/StopSpeakerSearchTaskCommand.d.ts +4 -0
- package/dist-types/commands/StopVoiceToneAnalysisTaskCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +4 -0
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +34 -0
- package/dist-types/commands/UpdatePhoneNumberSettingsCommand.d.ts +4 -0
- package/dist-types/commands/UpdateProxySessionCommand.d.ts +30 -0
- package/dist-types/commands/UpdateSipMediaApplicationCallCommand.d.ts +8 -0
- package/dist-types/commands/UpdateSipMediaApplicationCommand.d.ts +18 -0
- package/dist-types/commands/UpdateSipRuleCommand.d.ts +21 -0
- package/dist-types/commands/UpdateVoiceConnectorCommand.d.ts +15 -0
- package/dist-types/commands/UpdateVoiceConnectorGroupCommand.d.ts +18 -0
- package/dist-types/commands/UpdateVoiceProfileCommand.d.ts +13 -0
- package/dist-types/commands/UpdateVoiceProfileDomainCommand.d.ts +16 -0
- package/dist-types/commands/ValidateE911AddressCommand.d.ts +30 -0
- package/package.json +16 -16
|
@@ -35,6 +35,16 @@ export interface AssociatePhoneNumbersWithVoiceConnectorCommandOutput extends As
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new AssociatePhoneNumbersWithVoiceConnectorCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // AssociatePhoneNumbersWithVoiceConnectorResponse
|
|
39
|
+
* // PhoneNumberErrors: [ // PhoneNumberErrorList
|
|
40
|
+
* // { // PhoneNumberError
|
|
41
|
+
* // PhoneNumberId: "STRING_VALUE",
|
|
42
|
+
* // ErrorCode: "BadRequest" || "Conflict" || "Forbidden" || "NotFound" || "PreconditionFailed" || "ResourceLimitExceeded" || "ServiceFailure" || "AccessDenied" || "ServiceUnavailable" || "Throttled" || "Throttling" || "Unauthorized" || "Unprocessable" || "VoiceConnectorGroupAssociationsExist" || "PhoneNumberAssociationsExist" || "Gone",
|
|
43
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
44
|
+
* // },
|
|
45
|
+
* // ],
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
38
48
|
* ```
|
|
39
49
|
*
|
|
40
50
|
* @param AssociatePhoneNumbersWithVoiceConnectorCommandInput - {@link AssociatePhoneNumbersWithVoiceConnectorCommandInput}
|
|
@@ -67,6 +77,8 @@ export interface AssociatePhoneNumbersWithVoiceConnectorCommandOutput extends As
|
|
|
67
77
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
68
78
|
* <p>The client isn't authorized to request a resource.</p>
|
|
69
79
|
*
|
|
80
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
70
82
|
*
|
|
71
83
|
*/
|
|
72
84
|
export declare class AssociatePhoneNumbersWithVoiceConnectorCommand extends $Command<AssociatePhoneNumbersWithVoiceConnectorCommandInput, AssociatePhoneNumbersWithVoiceConnectorCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -35,6 +35,16 @@ export interface AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput exten
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new AssociatePhoneNumbersWithVoiceConnectorGroupCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // AssociatePhoneNumbersWithVoiceConnectorGroupResponse
|
|
39
|
+
* // PhoneNumberErrors: [ // PhoneNumberErrorList
|
|
40
|
+
* // { // PhoneNumberError
|
|
41
|
+
* // PhoneNumberId: "STRING_VALUE",
|
|
42
|
+
* // ErrorCode: "BadRequest" || "Conflict" || "Forbidden" || "NotFound" || "PreconditionFailed" || "ResourceLimitExceeded" || "ServiceFailure" || "AccessDenied" || "ServiceUnavailable" || "Throttled" || "Throttling" || "Unauthorized" || "Unprocessable" || "VoiceConnectorGroupAssociationsExist" || "PhoneNumberAssociationsExist" || "Gone",
|
|
43
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
44
|
+
* // },
|
|
45
|
+
* // ],
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
38
48
|
* ```
|
|
39
49
|
*
|
|
40
50
|
* @param AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput - {@link AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput}
|
|
@@ -67,6 +77,8 @@ export interface AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput exten
|
|
|
67
77
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
68
78
|
* <p>The client isn't authorized to request a resource.</p>
|
|
69
79
|
*
|
|
80
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
81
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
70
82
|
*
|
|
71
83
|
*/
|
|
72
84
|
export declare class AssociatePhoneNumbersWithVoiceConnectorGroupCommand extends $Command<AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -40,6 +40,16 @@ export interface BatchDeletePhoneNumberCommandOutput extends BatchDeletePhoneNum
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new BatchDeletePhoneNumberCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // BatchDeletePhoneNumberResponse
|
|
44
|
+
* // PhoneNumberErrors: [ // PhoneNumberErrorList
|
|
45
|
+
* // { // PhoneNumberError
|
|
46
|
+
* // PhoneNumberId: "STRING_VALUE",
|
|
47
|
+
* // ErrorCode: "BadRequest" || "Conflict" || "Forbidden" || "NotFound" || "PreconditionFailed" || "ResourceLimitExceeded" || "ServiceFailure" || "AccessDenied" || "ServiceUnavailable" || "Throttled" || "Throttling" || "Unauthorized" || "Unprocessable" || "VoiceConnectorGroupAssociationsExist" || "PhoneNumberAssociationsExist" || "Gone",
|
|
48
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
49
|
+
* // },
|
|
50
|
+
* // ],
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
43
53
|
* ```
|
|
44
54
|
*
|
|
45
55
|
* @param BatchDeletePhoneNumberCommandInput - {@link BatchDeletePhoneNumberCommandInput}
|
|
@@ -69,6 +79,8 @@ export interface BatchDeletePhoneNumberCommandOutput extends BatchDeletePhoneNum
|
|
|
69
79
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
70
80
|
* <p>The client isn't authorized to request a resource.</p>
|
|
71
81
|
*
|
|
82
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
72
84
|
*
|
|
73
85
|
*/
|
|
74
86
|
export declare class BatchDeletePhoneNumberCommand extends $Command<BatchDeletePhoneNumberCommandInput, BatchDeletePhoneNumberCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -37,6 +37,16 @@ export interface BatchUpdatePhoneNumberCommandOutput extends BatchUpdatePhoneNum
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new BatchUpdatePhoneNumberCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // BatchUpdatePhoneNumberResponse
|
|
41
|
+
* // PhoneNumberErrors: [ // PhoneNumberErrorList
|
|
42
|
+
* // { // PhoneNumberError
|
|
43
|
+
* // PhoneNumberId: "STRING_VALUE",
|
|
44
|
+
* // ErrorCode: "BadRequest" || "Conflict" || "Forbidden" || "NotFound" || "PreconditionFailed" || "ResourceLimitExceeded" || "ServiceFailure" || "AccessDenied" || "ServiceUnavailable" || "Throttled" || "Throttling" || "Unauthorized" || "Unprocessable" || "VoiceConnectorGroupAssociationsExist" || "PhoneNumberAssociationsExist" || "Gone",
|
|
45
|
+
* // ErrorMessage: "STRING_VALUE",
|
|
46
|
+
* // },
|
|
47
|
+
* // ],
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
40
50
|
* ```
|
|
41
51
|
*
|
|
42
52
|
* @param BatchUpdatePhoneNumberCommandInput - {@link BatchUpdatePhoneNumberCommandInput}
|
|
@@ -66,6 +76,8 @@ export interface BatchUpdatePhoneNumberCommandOutput extends BatchUpdatePhoneNum
|
|
|
66
76
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
67
77
|
* <p>The client isn't authorized to request a resource.</p>
|
|
68
78
|
*
|
|
79
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
80
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
69
81
|
*
|
|
70
82
|
*/
|
|
71
83
|
export declare class BatchUpdatePhoneNumberCommand extends $Command<BatchUpdatePhoneNumberCommandInput, BatchUpdatePhoneNumberCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -34,6 +34,23 @@ export interface CreatePhoneNumberOrderCommandOutput extends CreatePhoneNumberOr
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new CreatePhoneNumberOrderCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // CreatePhoneNumberOrderResponse
|
|
38
|
+
* // PhoneNumberOrder: { // PhoneNumberOrder
|
|
39
|
+
* // PhoneNumberOrderId: "STRING_VALUE",
|
|
40
|
+
* // ProductType: "VoiceConnector" || "SipMediaApplicationDialIn",
|
|
41
|
+
* // Status: "Processing" || "Successful" || "Failed" || "Partial" || "PendingDocuments" || "Submitted" || "FOC" || "ChangeRequested" || "Exception" || "CancelRequested" || "Cancelled",
|
|
42
|
+
* // OrderType: "New" || "Porting",
|
|
43
|
+
* // OrderedPhoneNumbers: [ // OrderedPhoneNumberList
|
|
44
|
+
* // { // OrderedPhoneNumber
|
|
45
|
+
* // E164PhoneNumber: "STRING_VALUE",
|
|
46
|
+
* // Status: "Processing" || "Acquired" || "Failed",
|
|
47
|
+
* // },
|
|
48
|
+
* // ],
|
|
49
|
+
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
50
|
+
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
51
|
+
* // },
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
37
54
|
* ```
|
|
38
55
|
*
|
|
39
56
|
* @param CreatePhoneNumberOrderCommandInput - {@link CreatePhoneNumberOrderCommandInput}
|
|
@@ -66,6 +83,8 @@ export interface CreatePhoneNumberOrderCommandOutput extends CreatePhoneNumberOr
|
|
|
66
83
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
67
84
|
* <p>The client isn't authorized to request a resource.</p>
|
|
68
85
|
*
|
|
86
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
87
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
69
88
|
*
|
|
70
89
|
*/
|
|
71
90
|
export declare class CreatePhoneNumberOrderCommand extends $Command<CreatePhoneNumberOrderCommandInput, CreatePhoneNumberOrderCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -46,6 +46,34 @@ export interface CreateProxySessionCommandOutput extends CreateProxySessionRespo
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new CreateProxySessionCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // { // CreateProxySessionResponse
|
|
50
|
+
* // ProxySession: { // ProxySession
|
|
51
|
+
* // VoiceConnectorId: "STRING_VALUE",
|
|
52
|
+
* // ProxySessionId: "STRING_VALUE",
|
|
53
|
+
* // Name: "STRING_VALUE",
|
|
54
|
+
* // Status: "Open" || "InProgress" || "Closed",
|
|
55
|
+
* // ExpiryMinutes: Number("int"),
|
|
56
|
+
* // Capabilities: [ // CapabilityList
|
|
57
|
+
* // "Voice" || "SMS",
|
|
58
|
+
* // ],
|
|
59
|
+
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
60
|
+
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
61
|
+
* // EndedTimestamp: new Date("TIMESTAMP"),
|
|
62
|
+
* // Participants: [ // Participants
|
|
63
|
+
* // { // Participant
|
|
64
|
+
* // PhoneNumber: "STRING_VALUE",
|
|
65
|
+
* // ProxyPhoneNumber: "STRING_VALUE",
|
|
66
|
+
* // },
|
|
67
|
+
* // ],
|
|
68
|
+
* // NumberSelectionBehavior: "PreferSticky" || "AvoidSticky",
|
|
69
|
+
* // GeoMatchLevel: "Country" || "AreaCode",
|
|
70
|
+
* // GeoMatchParams: { // GeoMatchParams
|
|
71
|
+
* // Country: "STRING_VALUE", // required
|
|
72
|
+
* // AreaCode: "STRING_VALUE", // required
|
|
73
|
+
* // },
|
|
74
|
+
* // },
|
|
75
|
+
* // };
|
|
76
|
+
*
|
|
49
77
|
* ```
|
|
50
78
|
*
|
|
51
79
|
* @param CreateProxySessionCommandInput - {@link CreateProxySessionCommandInput}
|
|
@@ -75,6 +103,8 @@ export interface CreateProxySessionCommandOutput extends CreateProxySessionRespo
|
|
|
75
103
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
76
104
|
* <p>The client isn't authorized to request a resource.</p>
|
|
77
105
|
*
|
|
106
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
107
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
78
108
|
*
|
|
79
109
|
*/
|
|
80
110
|
export declare class CreateProxySessionCommand extends $Command<CreateProxySessionCommandInput, CreateProxySessionCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -41,6 +41,12 @@ export interface CreateSipMediaApplicationCallCommandOutput extends CreateSipMed
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new CreateSipMediaApplicationCallCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // CreateSipMediaApplicationCallResponse
|
|
45
|
+
* // SipMediaApplicationCall: { // SipMediaApplicationCall
|
|
46
|
+
* // TransactionId: "STRING_VALUE",
|
|
47
|
+
* // },
|
|
48
|
+
* // };
|
|
49
|
+
*
|
|
44
50
|
* ```
|
|
45
51
|
*
|
|
46
52
|
* @param CreateSipMediaApplicationCallCommandInput - {@link CreateSipMediaApplicationCallCommandInput}
|
|
@@ -73,6 +79,8 @@ export interface CreateSipMediaApplicationCallCommandOutput extends CreateSipMed
|
|
|
73
79
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
74
80
|
* <p>The client isn't authorized to request a resource.</p>
|
|
75
81
|
*
|
|
82
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
76
84
|
*
|
|
77
85
|
*/
|
|
78
86
|
export declare class CreateSipMediaApplicationCallCommand extends $Command<CreateSipMediaApplicationCallCommandInput, CreateSipMediaApplicationCallCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -44,6 +44,22 @@ export interface CreateSipMediaApplicationCommandOutput extends CreateSipMediaAp
|
|
|
44
44
|
* };
|
|
45
45
|
* const command = new CreateSipMediaApplicationCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
47
|
+
* // { // CreateSipMediaApplicationResponse
|
|
48
|
+
* // SipMediaApplication: { // SipMediaApplication
|
|
49
|
+
* // SipMediaApplicationId: "STRING_VALUE",
|
|
50
|
+
* // AwsRegion: "STRING_VALUE",
|
|
51
|
+
* // Name: "STRING_VALUE",
|
|
52
|
+
* // Endpoints: [ // SipMediaApplicationEndpointList
|
|
53
|
+
* // { // SipMediaApplicationEndpoint
|
|
54
|
+
* // LambdaArn: "STRING_VALUE",
|
|
55
|
+
* // },
|
|
56
|
+
* // ],
|
|
57
|
+
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
58
|
+
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
59
|
+
* // SipMediaApplicationArn: "STRING_VALUE",
|
|
60
|
+
* // },
|
|
61
|
+
* // };
|
|
62
|
+
*
|
|
47
63
|
* ```
|
|
48
64
|
*
|
|
49
65
|
* @param CreateSipMediaApplicationCommandInput - {@link CreateSipMediaApplicationCommandInput}
|
|
@@ -79,6 +95,8 @@ export interface CreateSipMediaApplicationCommandOutput extends CreateSipMediaAp
|
|
|
79
95
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
80
96
|
* <p>The client isn't authorized to request a resource.</p>
|
|
81
97
|
*
|
|
98
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
99
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
82
100
|
*
|
|
83
101
|
*/
|
|
84
102
|
export declare class CreateSipMediaApplicationCommand extends $Command<CreateSipMediaApplicationCommandInput, CreateSipMediaApplicationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -42,6 +42,25 @@ export interface CreateSipRuleCommandOutput extends CreateSipRuleResponse, __Met
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new CreateSipRuleCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // CreateSipRuleResponse
|
|
46
|
+
* // SipRule: { // SipRule
|
|
47
|
+
* // SipRuleId: "STRING_VALUE",
|
|
48
|
+
* // Name: "STRING_VALUE",
|
|
49
|
+
* // Disabled: true || false,
|
|
50
|
+
* // TriggerType: "ToPhoneNumber" || "RequestUriHostname",
|
|
51
|
+
* // TriggerValue: "STRING_VALUE",
|
|
52
|
+
* // TargetApplications: [ // SipRuleTargetApplicationList
|
|
53
|
+
* // { // SipRuleTargetApplication
|
|
54
|
+
* // SipMediaApplicationId: "STRING_VALUE",
|
|
55
|
+
* // Priority: Number("int"),
|
|
56
|
+
* // AwsRegion: "STRING_VALUE",
|
|
57
|
+
* // },
|
|
58
|
+
* // ],
|
|
59
|
+
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
60
|
+
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
61
|
+
* // },
|
|
62
|
+
* // };
|
|
63
|
+
*
|
|
45
64
|
* ```
|
|
46
65
|
*
|
|
47
66
|
* @param CreateSipRuleCommandInput - {@link CreateSipRuleCommandInput}
|
|
@@ -77,6 +96,8 @@ export interface CreateSipRuleCommandOutput extends CreateSipRuleResponse, __Met
|
|
|
77
96
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
78
97
|
* <p>The client isn't authorized to request a resource.</p>
|
|
79
98
|
*
|
|
99
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
100
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
80
101
|
*
|
|
81
102
|
*/
|
|
82
103
|
export declare class CreateSipRuleCommand extends $Command<CreateSipRuleCommandInput, CreateSipRuleCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -42,6 +42,19 @@ export interface CreateVoiceConnectorCommandOutput extends CreateVoiceConnectorR
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new CreateVoiceConnectorCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // CreateVoiceConnectorResponse
|
|
46
|
+
* // VoiceConnector: { // VoiceConnector
|
|
47
|
+
* // VoiceConnectorId: "STRING_VALUE",
|
|
48
|
+
* // AwsRegion: "us-east-1" || "us-west-2" || "ca-central-1" || "eu-central-1" || "eu-west-1" || "eu-west-2" || "ap-northeast-2" || "ap-northeast-1" || "ap-southeast-1" || "ap-southeast-2",
|
|
49
|
+
* // Name: "STRING_VALUE",
|
|
50
|
+
* // OutboundHostName: "STRING_VALUE",
|
|
51
|
+
* // RequireEncryption: true || false,
|
|
52
|
+
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
53
|
+
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
54
|
+
* // VoiceConnectorArn: "STRING_VALUE",
|
|
55
|
+
* // },
|
|
56
|
+
* // };
|
|
57
|
+
*
|
|
45
58
|
* ```
|
|
46
59
|
*
|
|
47
60
|
* @param CreateVoiceConnectorCommandInput - {@link CreateVoiceConnectorCommandInput}
|
|
@@ -74,6 +87,8 @@ export interface CreateVoiceConnectorCommandOutput extends CreateVoiceConnectorR
|
|
|
74
87
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
75
88
|
* <p>The client isn't authorized to request a resource.</p>
|
|
76
89
|
*
|
|
90
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
91
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
77
92
|
*
|
|
78
93
|
*/
|
|
79
94
|
export declare class CreateVoiceConnectorCommand extends $Command<CreateVoiceConnectorCommandInput, CreateVoiceConnectorCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -42,6 +42,22 @@ export interface CreateVoiceConnectorGroupCommandOutput extends CreateVoiceConne
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new CreateVoiceConnectorGroupCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // CreateVoiceConnectorGroupResponse
|
|
46
|
+
* // VoiceConnectorGroup: { // VoiceConnectorGroup
|
|
47
|
+
* // VoiceConnectorGroupId: "STRING_VALUE",
|
|
48
|
+
* // Name: "STRING_VALUE",
|
|
49
|
+
* // VoiceConnectorItems: [ // VoiceConnectorItemList
|
|
50
|
+
* // { // VoiceConnectorItem
|
|
51
|
+
* // VoiceConnectorId: "STRING_VALUE", // required
|
|
52
|
+
* // Priority: Number("int"), // required
|
|
53
|
+
* // },
|
|
54
|
+
* // ],
|
|
55
|
+
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
56
|
+
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
57
|
+
* // VoiceConnectorGroupArn: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // };
|
|
60
|
+
*
|
|
45
61
|
* ```
|
|
46
62
|
*
|
|
47
63
|
* @param CreateVoiceConnectorGroupCommandInput - {@link CreateVoiceConnectorGroupCommandInput}
|
|
@@ -74,6 +90,8 @@ export interface CreateVoiceConnectorGroupCommandOutput extends CreateVoiceConne
|
|
|
74
90
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
75
91
|
* <p>The client isn't authorized to request a resource.</p>
|
|
76
92
|
*
|
|
93
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
94
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
77
95
|
*
|
|
78
96
|
*/
|
|
79
97
|
export declare class CreateVoiceConnectorGroupCommand extends $Command<CreateVoiceConnectorGroupCommandInput, CreateVoiceConnectorGroupCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -37,6 +37,17 @@ export interface CreateVoiceProfileCommandOutput extends CreateVoiceProfileRespo
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new CreateVoiceProfileCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // { // CreateVoiceProfileResponse
|
|
41
|
+
* // VoiceProfile: { // VoiceProfile
|
|
42
|
+
* // VoiceProfileId: "STRING_VALUE",
|
|
43
|
+
* // VoiceProfileArn: "STRING_VALUE",
|
|
44
|
+
* // VoiceProfileDomainId: "STRING_VALUE",
|
|
45
|
+
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
46
|
+
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
47
|
+
* // ExpirationTimestamp: new Date("TIMESTAMP"),
|
|
48
|
+
* // },
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
40
51
|
* ```
|
|
41
52
|
*
|
|
42
53
|
* @param CreateVoiceProfileCommandInput - {@link CreateVoiceProfileCommandInput}
|
|
@@ -78,6 +89,8 @@ export interface CreateVoiceProfileCommandOutput extends CreateVoiceProfileRespo
|
|
|
78
89
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
79
90
|
* <p>The client isn't authorized to request a resource.</p>
|
|
80
91
|
*
|
|
92
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
93
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
81
94
|
*
|
|
82
95
|
*/
|
|
83
96
|
export declare class CreateVoiceProfileCommand extends $Command<CreateVoiceProfileCommandInput, CreateVoiceProfileCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -48,6 +48,20 @@ export interface CreateVoiceProfileDomainCommandOutput extends CreateVoiceProfil
|
|
|
48
48
|
* };
|
|
49
49
|
* const command = new CreateVoiceProfileDomainCommand(input);
|
|
50
50
|
* const response = await client.send(command);
|
|
51
|
+
* // { // CreateVoiceProfileDomainResponse
|
|
52
|
+
* // VoiceProfileDomain: { // VoiceProfileDomain
|
|
53
|
+
* // VoiceProfileDomainId: "STRING_VALUE",
|
|
54
|
+
* // VoiceProfileDomainArn: "STRING_VALUE",
|
|
55
|
+
* // Name: "STRING_VALUE",
|
|
56
|
+
* // Description: "STRING_VALUE",
|
|
57
|
+
* // ServerSideEncryptionConfiguration: { // ServerSideEncryptionConfiguration
|
|
58
|
+
* // KmsKeyArn: "STRING_VALUE", // required
|
|
59
|
+
* // },
|
|
60
|
+
* // CreatedTimestamp: new Date("TIMESTAMP"),
|
|
61
|
+
* // UpdatedTimestamp: new Date("TIMESTAMP"),
|
|
62
|
+
* // },
|
|
63
|
+
* // };
|
|
64
|
+
*
|
|
51
65
|
* ```
|
|
52
66
|
*
|
|
53
67
|
* @param CreateVoiceProfileDomainCommandInput - {@link CreateVoiceProfileDomainCommandInput}
|
|
@@ -83,6 +97,8 @@ export interface CreateVoiceProfileDomainCommandOutput extends CreateVoiceProfil
|
|
|
83
97
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
84
98
|
* <p>The client isn't authorized to request a resource.</p>
|
|
85
99
|
*
|
|
100
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
101
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
86
102
|
*
|
|
87
103
|
*/
|
|
88
104
|
export declare class CreateVoiceProfileDomainCommand extends $Command<CreateVoiceProfileDomainCommandInput, CreateVoiceProfileDomainCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -37,6 +37,8 @@ export interface DeletePhoneNumberCommandOutput extends __MetadataBearer {
|
|
|
37
37
|
* };
|
|
38
38
|
* const command = new DeletePhoneNumberCommand(input);
|
|
39
39
|
* const response = await client.send(command);
|
|
40
|
+
* // {};
|
|
41
|
+
*
|
|
40
42
|
* ```
|
|
41
43
|
*
|
|
42
44
|
* @param DeletePhoneNumberCommandInput - {@link DeletePhoneNumberCommandInput}
|
|
@@ -66,6 +68,8 @@ export interface DeletePhoneNumberCommandOutput extends __MetadataBearer {
|
|
|
66
68
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
67
69
|
* <p>The client isn't authorized to request a resource.</p>
|
|
68
70
|
*
|
|
71
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
69
73
|
*
|
|
70
74
|
*/
|
|
71
75
|
export declare class DeletePhoneNumberCommand extends $Command<DeletePhoneNumberCommandInput, DeletePhoneNumberCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -33,6 +33,8 @@ export interface DeleteProxySessionCommandOutput extends __MetadataBearer {
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteProxySessionCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // {};
|
|
37
|
+
*
|
|
36
38
|
* ```
|
|
37
39
|
*
|
|
38
40
|
* @param DeleteProxySessionCommandInput - {@link DeleteProxySessionCommandInput}
|
|
@@ -62,6 +64,8 @@ export interface DeleteProxySessionCommandOutput extends __MetadataBearer {
|
|
|
62
64
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
63
65
|
* <p>The client isn't authorized to request a resource.</p>
|
|
64
66
|
*
|
|
67
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
68
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
65
69
|
*
|
|
66
70
|
*/
|
|
67
71
|
export declare class DeleteProxySessionCommand extends $Command<DeleteProxySessionCommandInput, DeleteProxySessionCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteSipMediaApplicationCommandOutput extends __MetadataBearer
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteSipMediaApplicationCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteSipMediaApplicationCommandInput - {@link DeleteSipMediaApplicationCommandInput}
|
|
@@ -63,6 +65,8 @@ export interface DeleteSipMediaApplicationCommandOutput extends __MetadataBearer
|
|
|
63
65
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
64
66
|
* <p>The client isn't authorized to request a resource.</p>
|
|
65
67
|
*
|
|
68
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
69
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
66
70
|
*
|
|
67
71
|
*/
|
|
68
72
|
export declare class DeleteSipMediaApplicationCommand extends $Command<DeleteSipMediaApplicationCommandInput, DeleteSipMediaApplicationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteSipRuleCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteSipRuleCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteSipRuleCommandInput - {@link DeleteSipRuleCommandInput}
|
|
@@ -63,6 +65,8 @@ export interface DeleteSipRuleCommandOutput extends __MetadataBearer {
|
|
|
63
65
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
64
66
|
* <p>The client isn't authorized to request a resource.</p>
|
|
65
67
|
*
|
|
68
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
69
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
66
70
|
*
|
|
67
71
|
*/
|
|
68
72
|
export declare class DeleteSipRuleCommand extends $Command<DeleteSipRuleCommandInput, DeleteSipRuleCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -33,6 +33,8 @@ export interface DeleteVoiceConnectorCommandOutput extends __MetadataBearer {
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteVoiceConnectorCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // {};
|
|
37
|
+
*
|
|
36
38
|
* ```
|
|
37
39
|
*
|
|
38
40
|
* @param DeleteVoiceConnectorCommandInput - {@link DeleteVoiceConnectorCommandInput}
|
|
@@ -65,6 +67,8 @@ export interface DeleteVoiceConnectorCommandOutput extends __MetadataBearer {
|
|
|
65
67
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
66
68
|
* <p>The client isn't authorized to request a resource.</p>
|
|
67
69
|
*
|
|
70
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
68
72
|
*
|
|
69
73
|
*/
|
|
70
74
|
export declare class DeleteVoiceConnectorCommand extends $Command<DeleteVoiceConnectorCommandInput, DeleteVoiceConnectorCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -32,6 +32,8 @@ export interface DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DeleteVoiceConnectorEmergencyCallingConfigurationCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // {};
|
|
36
|
+
*
|
|
35
37
|
* ```
|
|
36
38
|
*
|
|
37
39
|
* @param DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput - {@link DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput}
|
|
@@ -61,6 +63,8 @@ export interface DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput
|
|
|
61
63
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
62
64
|
* <p>The client isn't authorized to request a resource.</p>
|
|
63
65
|
*
|
|
66
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
64
68
|
*
|
|
65
69
|
*/
|
|
66
70
|
export declare class DeleteVoiceConnectorEmergencyCallingConfigurationCommand extends $Command<DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput, DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -33,6 +33,8 @@ export interface DeleteVoiceConnectorGroupCommandOutput extends __MetadataBearer
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new DeleteVoiceConnectorGroupCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // {};
|
|
37
|
+
*
|
|
36
38
|
* ```
|
|
37
39
|
*
|
|
38
40
|
* @param DeleteVoiceConnectorGroupCommandInput - {@link DeleteVoiceConnectorGroupCommandInput}
|
|
@@ -65,6 +67,8 @@ export interface DeleteVoiceConnectorGroupCommandOutput extends __MetadataBearer
|
|
|
65
67
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
66
68
|
* <p>The client isn't authorized to request a resource.</p>
|
|
67
69
|
*
|
|
70
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
68
72
|
*
|
|
69
73
|
*/
|
|
70
74
|
export declare class DeleteVoiceConnectorGroupCommand extends $Command<DeleteVoiceConnectorGroupCommandInput, DeleteVoiceConnectorGroupCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -35,6 +35,8 @@ export interface DeleteVoiceConnectorOriginationCommandOutput extends __Metadata
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DeleteVoiceConnectorOriginationCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // {};
|
|
39
|
+
*
|
|
38
40
|
* ```
|
|
39
41
|
*
|
|
40
42
|
* @param DeleteVoiceConnectorOriginationCommandInput - {@link DeleteVoiceConnectorOriginationCommandInput}
|
|
@@ -64,6 +66,8 @@ export interface DeleteVoiceConnectorOriginationCommandOutput extends __Metadata
|
|
|
64
66
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
65
67
|
* <p>The client isn't authorized to request a resource.</p>
|
|
66
68
|
*
|
|
69
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
67
71
|
*
|
|
68
72
|
*/
|
|
69
73
|
export declare class DeleteVoiceConnectorOriginationCommand extends $Command<DeleteVoiceConnectorOriginationCommandInput, DeleteVoiceConnectorOriginationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteVoiceConnectorProxyCommandOutput extends __MetadataBearer
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteVoiceConnectorProxyCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteVoiceConnectorProxyCommandInput - {@link DeleteVoiceConnectorProxyCommandInput}
|
|
@@ -60,6 +62,8 @@ export interface DeleteVoiceConnectorProxyCommandOutput extends __MetadataBearer
|
|
|
60
62
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
61
63
|
* <p>The client isn't authorized to request a resource.</p>
|
|
62
64
|
*
|
|
65
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
63
67
|
*
|
|
64
68
|
*/
|
|
65
69
|
export declare class DeleteVoiceConnectorProxyCommand extends $Command<DeleteVoiceConnectorProxyCommandInput, DeleteVoiceConnectorProxyCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteVoiceConnectorStreamingConfigurationCommandOutput extends
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteVoiceConnectorStreamingConfigurationCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteVoiceConnectorStreamingConfigurationCommandInput - {@link DeleteVoiceConnectorStreamingConfigurationCommandInput}
|
|
@@ -60,6 +62,8 @@ export interface DeleteVoiceConnectorStreamingConfigurationCommandOutput extends
|
|
|
60
62
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
61
63
|
* <p>The client isn't authorized to request a resource.</p>
|
|
62
64
|
*
|
|
65
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
63
67
|
*
|
|
64
68
|
*/
|
|
65
69
|
export declare class DeleteVoiceConnectorStreamingConfigurationCommand extends $Command<DeleteVoiceConnectorStreamingConfigurationCommandInput, DeleteVoiceConnectorStreamingConfigurationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -35,6 +35,8 @@ export interface DeleteVoiceConnectorTerminationCommandOutput extends __Metadata
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DeleteVoiceConnectorTerminationCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // {};
|
|
39
|
+
*
|
|
38
40
|
* ```
|
|
39
41
|
*
|
|
40
42
|
* @param DeleteVoiceConnectorTerminationCommandInput - {@link DeleteVoiceConnectorTerminationCommandInput}
|
|
@@ -64,6 +66,8 @@ export interface DeleteVoiceConnectorTerminationCommandOutput extends __Metadata
|
|
|
64
66
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
65
67
|
* <p>The client isn't authorized to request a resource.</p>
|
|
66
68
|
*
|
|
69
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
67
71
|
*
|
|
68
72
|
*/
|
|
69
73
|
export declare class DeleteVoiceConnectorTerminationCommand extends $Command<DeleteVoiceConnectorTerminationCommandInput, DeleteVoiceConnectorTerminationCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -35,6 +35,8 @@ export interface DeleteVoiceConnectorTerminationCredentialsCommandOutput extends
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new DeleteVoiceConnectorTerminationCredentialsCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // {};
|
|
39
|
+
*
|
|
38
40
|
* ```
|
|
39
41
|
*
|
|
40
42
|
* @param DeleteVoiceConnectorTerminationCredentialsCommandInput - {@link DeleteVoiceConnectorTerminationCredentialsCommandInput}
|
|
@@ -64,6 +66,8 @@ export interface DeleteVoiceConnectorTerminationCredentialsCommandOutput extends
|
|
|
64
66
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
65
67
|
* <p>The client isn't authorized to request a resource.</p>
|
|
66
68
|
*
|
|
69
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
67
71
|
*
|
|
68
72
|
*/
|
|
69
73
|
export declare class DeleteVoiceConnectorTerminationCredentialsCommand extends $Command<DeleteVoiceConnectorTerminationCredentialsCommandInput, DeleteVoiceConnectorTerminationCredentialsCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|
|
@@ -31,6 +31,8 @@ export interface DeleteVoiceProfileCommandOutput extends __MetadataBearer {
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteVoiceProfileCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // {};
|
|
35
|
+
*
|
|
34
36
|
* ```
|
|
35
37
|
*
|
|
36
38
|
* @param DeleteVoiceProfileCommandInput - {@link DeleteVoiceProfileCommandInput}
|
|
@@ -66,6 +68,8 @@ export interface DeleteVoiceProfileCommandOutput extends __MetadataBearer {
|
|
|
66
68
|
* @throws {@link UnauthorizedClientException} (client fault)
|
|
67
69
|
* <p>The client isn't authorized to request a resource.</p>
|
|
68
70
|
*
|
|
71
|
+
* @throws {@link ChimeSDKVoiceServiceException}
|
|
72
|
+
* <p>Base exception class for all service exceptions from ChimeSDKVoice service.</p>
|
|
69
73
|
*
|
|
70
74
|
*/
|
|
71
75
|
export declare class DeleteVoiceProfileCommand extends $Command<DeleteVoiceProfileCommandInput, DeleteVoiceProfileCommandOutput, ChimeSDKVoiceClientResolvedConfig> {
|