cdk-docker-image-deployment 0.0.75 → 0.0.77
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/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +36 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +138 -47
- package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +168 -68
- package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +41 -27
- package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.examples.json → chime-sdk-voice-2022-08-03.examples.json} +0 -0
- package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +2734 -0
- package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.paginators.json +46 -0
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +774 -409
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +185 -158
- package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +78 -55
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +5 -1
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +20 -16
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +505 -501
- package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.min.json +923 -0
- package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.paginators.json +28 -0
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +255 -18
- package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/metadata.json +9 -0
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +219 -25
- package/node_modules/aws-sdk/apis/personalize-2018-05-22.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +321 -138
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/rum-2018-05-10.min.json +20 -5
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +51 -9
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +263 -263
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +8 -2
- package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +183 -115
- package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +54 -2
- package/node_modules/aws-sdk/apis/ssm-sap-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.min.json → ssm-sap-2018-05-10.min.json} +2 -2
- package/node_modules/aws-sdk/apis/{ssmsap-2018-05-10.paginators.json → ssm-sap-2018-05-10.paginators.json} +0 -0
- package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +17 -5
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +161 -84
- package/node_modules/aws-sdk/clients/all.d.ts +2 -0
- package/node_modules/aws-sdk/clients/all.js +2 -0
- package/node_modules/aws-sdk/clients/amplify.d.ts +4 -4
- package/node_modules/aws-sdk/clients/appflow.d.ts +125 -9
- package/node_modules/aws-sdk/clients/appsync.d.ts +133 -4
- package/node_modules/aws-sdk/clients/auditmanager.d.ts +50 -12
- package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +1401 -0
- package/node_modules/aws-sdk/clients/chimesdkvoice.js +18 -0
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +300 -12
- package/node_modules/aws-sdk/clients/connect.d.ts +31 -1
- package/node_modules/aws-sdk/clients/dms.d.ts +51 -10
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +7 -7
- package/node_modules/aws-sdk/clients/ec2.d.ts +28 -20
- package/node_modules/aws-sdk/clients/elbv2.d.ts +20 -20
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +17 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +9 -3
- package/node_modules/aws-sdk/clients/iotroborunner.d.ts +534 -0
- package/node_modules/aws-sdk/clients/iotroborunner.js +18 -0
- package/node_modules/aws-sdk/clients/ivschat.d.ts +322 -13
- package/node_modules/aws-sdk/clients/lambda.d.ts +12 -12
- package/node_modules/aws-sdk/clients/personalize.d.ts +267 -0
- package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
- package/node_modules/aws-sdk/clients/quicksight.d.ts +230 -13
- package/node_modules/aws-sdk/clients/rum.d.ts +24 -5
- package/node_modules/aws-sdk/clients/s3control.d.ts +58 -16
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +5 -1
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
- package/node_modules/aws-sdk/clients/securityhub.d.ts +16 -0
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +141 -29
- package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +58 -7
- package/node_modules/aws-sdk/clients/ssmsap.d.ts +31 -31
- package/node_modules/aws-sdk/clients/ssmsap.js +2 -2
- package/node_modules/aws-sdk/clients/stepfunctions.d.ts +67 -52
- package/node_modules/aws-sdk/clients/sts.d.ts +18 -18
- package/node_modules/aws-sdk/clients/textract.d.ts +6 -6
- package/node_modules/aws-sdk/clients/transfer.d.ts +7 -7
- package/node_modules/aws-sdk/clients/workspaces.d.ts +115 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +106 -32
- package/node_modules/aws-sdk/dist/aws-sdk.js +1388 -709
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +87 -86
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +3 -3
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -0,0 +1,1401 @@
|
|
|
1
|
+
import {Request} from '../lib/request';
|
|
2
|
+
import {Response} from '../lib/response';
|
|
3
|
+
import {AWSError} from '../lib/error';
|
|
4
|
+
import {Service} from '../lib/service';
|
|
5
|
+
import {ServiceConfigurationOptions} from '../lib/service';
|
|
6
|
+
import {ConfigBase as Config} from '../lib/config-base';
|
|
7
|
+
interface Blob {}
|
|
8
|
+
declare class ChimeSDKVoice extends Service {
|
|
9
|
+
/**
|
|
10
|
+
* Constructs a service object. This object has one method for each API operation.
|
|
11
|
+
*/
|
|
12
|
+
constructor(options?: ChimeSDKVoice.Types.ClientConfiguration)
|
|
13
|
+
config: Config & ChimeSDKVoice.Types.ClientConfiguration;
|
|
14
|
+
/**
|
|
15
|
+
*
|
|
16
|
+
*/
|
|
17
|
+
associatePhoneNumbersWithVoiceConnector(params: ChimeSDKVoice.Types.AssociatePhoneNumbersWithVoiceConnectorRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.AssociatePhoneNumbersWithVoiceConnectorResponse) => void): Request<ChimeSDKVoice.Types.AssociatePhoneNumbersWithVoiceConnectorResponse, AWSError>;
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
associatePhoneNumbersWithVoiceConnector(callback?: (err: AWSError, data: ChimeSDKVoice.Types.AssociatePhoneNumbersWithVoiceConnectorResponse) => void): Request<ChimeSDKVoice.Types.AssociatePhoneNumbersWithVoiceConnectorResponse, AWSError>;
|
|
22
|
+
/**
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
associatePhoneNumbersWithVoiceConnectorGroup(params: ChimeSDKVoice.Types.AssociatePhoneNumbersWithVoiceConnectorGroupRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.AssociatePhoneNumbersWithVoiceConnectorGroupResponse) => void): Request<ChimeSDKVoice.Types.AssociatePhoneNumbersWithVoiceConnectorGroupResponse, AWSError>;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
associatePhoneNumbersWithVoiceConnectorGroup(callback?: (err: AWSError, data: ChimeSDKVoice.Types.AssociatePhoneNumbersWithVoiceConnectorGroupResponse) => void): Request<ChimeSDKVoice.Types.AssociatePhoneNumbersWithVoiceConnectorGroupResponse, AWSError>;
|
|
30
|
+
/**
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
33
|
+
batchDeletePhoneNumber(params: ChimeSDKVoice.Types.BatchDeletePhoneNumberRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.BatchDeletePhoneNumberResponse) => void): Request<ChimeSDKVoice.Types.BatchDeletePhoneNumberResponse, AWSError>;
|
|
34
|
+
/**
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
batchDeletePhoneNumber(callback?: (err: AWSError, data: ChimeSDKVoice.Types.BatchDeletePhoneNumberResponse) => void): Request<ChimeSDKVoice.Types.BatchDeletePhoneNumberResponse, AWSError>;
|
|
38
|
+
/**
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
batchUpdatePhoneNumber(params: ChimeSDKVoice.Types.BatchUpdatePhoneNumberRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.BatchUpdatePhoneNumberResponse) => void): Request<ChimeSDKVoice.Types.BatchUpdatePhoneNumberResponse, AWSError>;
|
|
42
|
+
/**
|
|
43
|
+
*
|
|
44
|
+
*/
|
|
45
|
+
batchUpdatePhoneNumber(callback?: (err: AWSError, data: ChimeSDKVoice.Types.BatchUpdatePhoneNumberResponse) => void): Request<ChimeSDKVoice.Types.BatchUpdatePhoneNumberResponse, AWSError>;
|
|
46
|
+
/**
|
|
47
|
+
*
|
|
48
|
+
*/
|
|
49
|
+
createPhoneNumberOrder(params: ChimeSDKVoice.Types.CreatePhoneNumberOrderRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.CreatePhoneNumberOrderResponse) => void): Request<ChimeSDKVoice.Types.CreatePhoneNumberOrderResponse, AWSError>;
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
createPhoneNumberOrder(callback?: (err: AWSError, data: ChimeSDKVoice.Types.CreatePhoneNumberOrderResponse) => void): Request<ChimeSDKVoice.Types.CreatePhoneNumberOrderResponse, AWSError>;
|
|
54
|
+
/**
|
|
55
|
+
*
|
|
56
|
+
*/
|
|
57
|
+
createProxySession(params: ChimeSDKVoice.Types.CreateProxySessionRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.CreateProxySessionResponse) => void): Request<ChimeSDKVoice.Types.CreateProxySessionResponse, AWSError>;
|
|
58
|
+
/**
|
|
59
|
+
*
|
|
60
|
+
*/
|
|
61
|
+
createProxySession(callback?: (err: AWSError, data: ChimeSDKVoice.Types.CreateProxySessionResponse) => void): Request<ChimeSDKVoice.Types.CreateProxySessionResponse, AWSError>;
|
|
62
|
+
/**
|
|
63
|
+
*
|
|
64
|
+
*/
|
|
65
|
+
createSipMediaApplication(params: ChimeSDKVoice.Types.CreateSipMediaApplicationRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.CreateSipMediaApplicationResponse) => void): Request<ChimeSDKVoice.Types.CreateSipMediaApplicationResponse, AWSError>;
|
|
66
|
+
/**
|
|
67
|
+
*
|
|
68
|
+
*/
|
|
69
|
+
createSipMediaApplication(callback?: (err: AWSError, data: ChimeSDKVoice.Types.CreateSipMediaApplicationResponse) => void): Request<ChimeSDKVoice.Types.CreateSipMediaApplicationResponse, AWSError>;
|
|
70
|
+
/**
|
|
71
|
+
*
|
|
72
|
+
*/
|
|
73
|
+
createSipMediaApplicationCall(params: ChimeSDKVoice.Types.CreateSipMediaApplicationCallRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.CreateSipMediaApplicationCallResponse) => void): Request<ChimeSDKVoice.Types.CreateSipMediaApplicationCallResponse, AWSError>;
|
|
74
|
+
/**
|
|
75
|
+
*
|
|
76
|
+
*/
|
|
77
|
+
createSipMediaApplicationCall(callback?: (err: AWSError, data: ChimeSDKVoice.Types.CreateSipMediaApplicationCallResponse) => void): Request<ChimeSDKVoice.Types.CreateSipMediaApplicationCallResponse, AWSError>;
|
|
78
|
+
/**
|
|
79
|
+
*
|
|
80
|
+
*/
|
|
81
|
+
createSipRule(params: ChimeSDKVoice.Types.CreateSipRuleRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.CreateSipRuleResponse) => void): Request<ChimeSDKVoice.Types.CreateSipRuleResponse, AWSError>;
|
|
82
|
+
/**
|
|
83
|
+
*
|
|
84
|
+
*/
|
|
85
|
+
createSipRule(callback?: (err: AWSError, data: ChimeSDKVoice.Types.CreateSipRuleResponse) => void): Request<ChimeSDKVoice.Types.CreateSipRuleResponse, AWSError>;
|
|
86
|
+
/**
|
|
87
|
+
*
|
|
88
|
+
*/
|
|
89
|
+
createVoiceConnector(params: ChimeSDKVoice.Types.CreateVoiceConnectorRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.CreateVoiceConnectorResponse) => void): Request<ChimeSDKVoice.Types.CreateVoiceConnectorResponse, AWSError>;
|
|
90
|
+
/**
|
|
91
|
+
*
|
|
92
|
+
*/
|
|
93
|
+
createVoiceConnector(callback?: (err: AWSError, data: ChimeSDKVoice.Types.CreateVoiceConnectorResponse) => void): Request<ChimeSDKVoice.Types.CreateVoiceConnectorResponse, AWSError>;
|
|
94
|
+
/**
|
|
95
|
+
*
|
|
96
|
+
*/
|
|
97
|
+
createVoiceConnectorGroup(params: ChimeSDKVoice.Types.CreateVoiceConnectorGroupRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.CreateVoiceConnectorGroupResponse) => void): Request<ChimeSDKVoice.Types.CreateVoiceConnectorGroupResponse, AWSError>;
|
|
98
|
+
/**
|
|
99
|
+
*
|
|
100
|
+
*/
|
|
101
|
+
createVoiceConnectorGroup(callback?: (err: AWSError, data: ChimeSDKVoice.Types.CreateVoiceConnectorGroupResponse) => void): Request<ChimeSDKVoice.Types.CreateVoiceConnectorGroupResponse, AWSError>;
|
|
102
|
+
/**
|
|
103
|
+
*
|
|
104
|
+
*/
|
|
105
|
+
deletePhoneNumber(params: ChimeSDKVoice.Types.DeletePhoneNumberRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
106
|
+
/**
|
|
107
|
+
*
|
|
108
|
+
*/
|
|
109
|
+
deletePhoneNumber(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
110
|
+
/**
|
|
111
|
+
*
|
|
112
|
+
*/
|
|
113
|
+
deleteProxySession(params: ChimeSDKVoice.Types.DeleteProxySessionRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
114
|
+
/**
|
|
115
|
+
*
|
|
116
|
+
*/
|
|
117
|
+
deleteProxySession(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
118
|
+
/**
|
|
119
|
+
*
|
|
120
|
+
*/
|
|
121
|
+
deleteSipMediaApplication(params: ChimeSDKVoice.Types.DeleteSipMediaApplicationRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
122
|
+
/**
|
|
123
|
+
*
|
|
124
|
+
*/
|
|
125
|
+
deleteSipMediaApplication(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
126
|
+
/**
|
|
127
|
+
*
|
|
128
|
+
*/
|
|
129
|
+
deleteSipRule(params: ChimeSDKVoice.Types.DeleteSipRuleRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
130
|
+
/**
|
|
131
|
+
*
|
|
132
|
+
*/
|
|
133
|
+
deleteSipRule(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
134
|
+
/**
|
|
135
|
+
*
|
|
136
|
+
*/
|
|
137
|
+
deleteVoiceConnector(params: ChimeSDKVoice.Types.DeleteVoiceConnectorRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
138
|
+
/**
|
|
139
|
+
*
|
|
140
|
+
*/
|
|
141
|
+
deleteVoiceConnector(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
142
|
+
/**
|
|
143
|
+
*
|
|
144
|
+
*/
|
|
145
|
+
deleteVoiceConnectorEmergencyCallingConfiguration(params: ChimeSDKVoice.Types.DeleteVoiceConnectorEmergencyCallingConfigurationRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
146
|
+
/**
|
|
147
|
+
*
|
|
148
|
+
*/
|
|
149
|
+
deleteVoiceConnectorEmergencyCallingConfiguration(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
150
|
+
/**
|
|
151
|
+
*
|
|
152
|
+
*/
|
|
153
|
+
deleteVoiceConnectorGroup(params: ChimeSDKVoice.Types.DeleteVoiceConnectorGroupRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
154
|
+
/**
|
|
155
|
+
*
|
|
156
|
+
*/
|
|
157
|
+
deleteVoiceConnectorGroup(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
158
|
+
/**
|
|
159
|
+
*
|
|
160
|
+
*/
|
|
161
|
+
deleteVoiceConnectorOrigination(params: ChimeSDKVoice.Types.DeleteVoiceConnectorOriginationRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
162
|
+
/**
|
|
163
|
+
*
|
|
164
|
+
*/
|
|
165
|
+
deleteVoiceConnectorOrigination(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
166
|
+
/**
|
|
167
|
+
*
|
|
168
|
+
*/
|
|
169
|
+
deleteVoiceConnectorProxy(params: ChimeSDKVoice.Types.DeleteVoiceConnectorProxyRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
170
|
+
/**
|
|
171
|
+
*
|
|
172
|
+
*/
|
|
173
|
+
deleteVoiceConnectorProxy(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
174
|
+
/**
|
|
175
|
+
*
|
|
176
|
+
*/
|
|
177
|
+
deleteVoiceConnectorStreamingConfiguration(params: ChimeSDKVoice.Types.DeleteVoiceConnectorStreamingConfigurationRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
178
|
+
/**
|
|
179
|
+
*
|
|
180
|
+
*/
|
|
181
|
+
deleteVoiceConnectorStreamingConfiguration(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
182
|
+
/**
|
|
183
|
+
*
|
|
184
|
+
*/
|
|
185
|
+
deleteVoiceConnectorTermination(params: ChimeSDKVoice.Types.DeleteVoiceConnectorTerminationRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
186
|
+
/**
|
|
187
|
+
*
|
|
188
|
+
*/
|
|
189
|
+
deleteVoiceConnectorTermination(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
190
|
+
/**
|
|
191
|
+
*
|
|
192
|
+
*/
|
|
193
|
+
deleteVoiceConnectorTerminationCredentials(params: ChimeSDKVoice.Types.DeleteVoiceConnectorTerminationCredentialsRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
194
|
+
/**
|
|
195
|
+
*
|
|
196
|
+
*/
|
|
197
|
+
deleteVoiceConnectorTerminationCredentials(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
198
|
+
/**
|
|
199
|
+
*
|
|
200
|
+
*/
|
|
201
|
+
disassociatePhoneNumbersFromVoiceConnector(params: ChimeSDKVoice.Types.DisassociatePhoneNumbersFromVoiceConnectorRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.DisassociatePhoneNumbersFromVoiceConnectorResponse) => void): Request<ChimeSDKVoice.Types.DisassociatePhoneNumbersFromVoiceConnectorResponse, AWSError>;
|
|
202
|
+
/**
|
|
203
|
+
*
|
|
204
|
+
*/
|
|
205
|
+
disassociatePhoneNumbersFromVoiceConnector(callback?: (err: AWSError, data: ChimeSDKVoice.Types.DisassociatePhoneNumbersFromVoiceConnectorResponse) => void): Request<ChimeSDKVoice.Types.DisassociatePhoneNumbersFromVoiceConnectorResponse, AWSError>;
|
|
206
|
+
/**
|
|
207
|
+
*
|
|
208
|
+
*/
|
|
209
|
+
disassociatePhoneNumbersFromVoiceConnectorGroup(params: ChimeSDKVoice.Types.DisassociatePhoneNumbersFromVoiceConnectorGroupRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.DisassociatePhoneNumbersFromVoiceConnectorGroupResponse) => void): Request<ChimeSDKVoice.Types.DisassociatePhoneNumbersFromVoiceConnectorGroupResponse, AWSError>;
|
|
210
|
+
/**
|
|
211
|
+
*
|
|
212
|
+
*/
|
|
213
|
+
disassociatePhoneNumbersFromVoiceConnectorGroup(callback?: (err: AWSError, data: ChimeSDKVoice.Types.DisassociatePhoneNumbersFromVoiceConnectorGroupResponse) => void): Request<ChimeSDKVoice.Types.DisassociatePhoneNumbersFromVoiceConnectorGroupResponse, AWSError>;
|
|
214
|
+
/**
|
|
215
|
+
*
|
|
216
|
+
*/
|
|
217
|
+
getGlobalSettings(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetGlobalSettingsResponse) => void): Request<ChimeSDKVoice.Types.GetGlobalSettingsResponse, AWSError>;
|
|
218
|
+
/**
|
|
219
|
+
*
|
|
220
|
+
*/
|
|
221
|
+
getPhoneNumber(params: ChimeSDKVoice.Types.GetPhoneNumberRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetPhoneNumberResponse) => void): Request<ChimeSDKVoice.Types.GetPhoneNumberResponse, AWSError>;
|
|
222
|
+
/**
|
|
223
|
+
*
|
|
224
|
+
*/
|
|
225
|
+
getPhoneNumber(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetPhoneNumberResponse) => void): Request<ChimeSDKVoice.Types.GetPhoneNumberResponse, AWSError>;
|
|
226
|
+
/**
|
|
227
|
+
*
|
|
228
|
+
*/
|
|
229
|
+
getPhoneNumberOrder(params: ChimeSDKVoice.Types.GetPhoneNumberOrderRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetPhoneNumberOrderResponse) => void): Request<ChimeSDKVoice.Types.GetPhoneNumberOrderResponse, AWSError>;
|
|
230
|
+
/**
|
|
231
|
+
*
|
|
232
|
+
*/
|
|
233
|
+
getPhoneNumberOrder(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetPhoneNumberOrderResponse) => void): Request<ChimeSDKVoice.Types.GetPhoneNumberOrderResponse, AWSError>;
|
|
234
|
+
/**
|
|
235
|
+
*
|
|
236
|
+
*/
|
|
237
|
+
getPhoneNumberSettings(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetPhoneNumberSettingsResponse) => void): Request<ChimeSDKVoice.Types.GetPhoneNumberSettingsResponse, AWSError>;
|
|
238
|
+
/**
|
|
239
|
+
*
|
|
240
|
+
*/
|
|
241
|
+
getProxySession(params: ChimeSDKVoice.Types.GetProxySessionRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetProxySessionResponse) => void): Request<ChimeSDKVoice.Types.GetProxySessionResponse, AWSError>;
|
|
242
|
+
/**
|
|
243
|
+
*
|
|
244
|
+
*/
|
|
245
|
+
getProxySession(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetProxySessionResponse) => void): Request<ChimeSDKVoice.Types.GetProxySessionResponse, AWSError>;
|
|
246
|
+
/**
|
|
247
|
+
*
|
|
248
|
+
*/
|
|
249
|
+
getSipMediaApplication(params: ChimeSDKVoice.Types.GetSipMediaApplicationRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetSipMediaApplicationResponse) => void): Request<ChimeSDKVoice.Types.GetSipMediaApplicationResponse, AWSError>;
|
|
250
|
+
/**
|
|
251
|
+
*
|
|
252
|
+
*/
|
|
253
|
+
getSipMediaApplication(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetSipMediaApplicationResponse) => void): Request<ChimeSDKVoice.Types.GetSipMediaApplicationResponse, AWSError>;
|
|
254
|
+
/**
|
|
255
|
+
*
|
|
256
|
+
*/
|
|
257
|
+
getSipMediaApplicationAlexaSkillConfiguration(params: ChimeSDKVoice.Types.GetSipMediaApplicationAlexaSkillConfigurationRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetSipMediaApplicationAlexaSkillConfigurationResponse) => void): Request<ChimeSDKVoice.Types.GetSipMediaApplicationAlexaSkillConfigurationResponse, AWSError>;
|
|
258
|
+
/**
|
|
259
|
+
*
|
|
260
|
+
*/
|
|
261
|
+
getSipMediaApplicationAlexaSkillConfiguration(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetSipMediaApplicationAlexaSkillConfigurationResponse) => void): Request<ChimeSDKVoice.Types.GetSipMediaApplicationAlexaSkillConfigurationResponse, AWSError>;
|
|
262
|
+
/**
|
|
263
|
+
*
|
|
264
|
+
*/
|
|
265
|
+
getSipMediaApplicationLoggingConfiguration(params: ChimeSDKVoice.Types.GetSipMediaApplicationLoggingConfigurationRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetSipMediaApplicationLoggingConfigurationResponse) => void): Request<ChimeSDKVoice.Types.GetSipMediaApplicationLoggingConfigurationResponse, AWSError>;
|
|
266
|
+
/**
|
|
267
|
+
*
|
|
268
|
+
*/
|
|
269
|
+
getSipMediaApplicationLoggingConfiguration(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetSipMediaApplicationLoggingConfigurationResponse) => void): Request<ChimeSDKVoice.Types.GetSipMediaApplicationLoggingConfigurationResponse, AWSError>;
|
|
270
|
+
/**
|
|
271
|
+
*
|
|
272
|
+
*/
|
|
273
|
+
getSipRule(params: ChimeSDKVoice.Types.GetSipRuleRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetSipRuleResponse) => void): Request<ChimeSDKVoice.Types.GetSipRuleResponse, AWSError>;
|
|
274
|
+
/**
|
|
275
|
+
*
|
|
276
|
+
*/
|
|
277
|
+
getSipRule(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetSipRuleResponse) => void): Request<ChimeSDKVoice.Types.GetSipRuleResponse, AWSError>;
|
|
278
|
+
/**
|
|
279
|
+
*
|
|
280
|
+
*/
|
|
281
|
+
getVoiceConnector(params: ChimeSDKVoice.Types.GetVoiceConnectorRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetVoiceConnectorResponse) => void): Request<ChimeSDKVoice.Types.GetVoiceConnectorResponse, AWSError>;
|
|
282
|
+
/**
|
|
283
|
+
*
|
|
284
|
+
*/
|
|
285
|
+
getVoiceConnector(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetVoiceConnectorResponse) => void): Request<ChimeSDKVoice.Types.GetVoiceConnectorResponse, AWSError>;
|
|
286
|
+
/**
|
|
287
|
+
*
|
|
288
|
+
*/
|
|
289
|
+
getVoiceConnectorEmergencyCallingConfiguration(params: ChimeSDKVoice.Types.GetVoiceConnectorEmergencyCallingConfigurationRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetVoiceConnectorEmergencyCallingConfigurationResponse) => void): Request<ChimeSDKVoice.Types.GetVoiceConnectorEmergencyCallingConfigurationResponse, AWSError>;
|
|
290
|
+
/**
|
|
291
|
+
*
|
|
292
|
+
*/
|
|
293
|
+
getVoiceConnectorEmergencyCallingConfiguration(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetVoiceConnectorEmergencyCallingConfigurationResponse) => void): Request<ChimeSDKVoice.Types.GetVoiceConnectorEmergencyCallingConfigurationResponse, AWSError>;
|
|
294
|
+
/**
|
|
295
|
+
*
|
|
296
|
+
*/
|
|
297
|
+
getVoiceConnectorGroup(params: ChimeSDKVoice.Types.GetVoiceConnectorGroupRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetVoiceConnectorGroupResponse) => void): Request<ChimeSDKVoice.Types.GetVoiceConnectorGroupResponse, AWSError>;
|
|
298
|
+
/**
|
|
299
|
+
*
|
|
300
|
+
*/
|
|
301
|
+
getVoiceConnectorGroup(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetVoiceConnectorGroupResponse) => void): Request<ChimeSDKVoice.Types.GetVoiceConnectorGroupResponse, AWSError>;
|
|
302
|
+
/**
|
|
303
|
+
*
|
|
304
|
+
*/
|
|
305
|
+
getVoiceConnectorLoggingConfiguration(params: ChimeSDKVoice.Types.GetVoiceConnectorLoggingConfigurationRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetVoiceConnectorLoggingConfigurationResponse) => void): Request<ChimeSDKVoice.Types.GetVoiceConnectorLoggingConfigurationResponse, AWSError>;
|
|
306
|
+
/**
|
|
307
|
+
*
|
|
308
|
+
*/
|
|
309
|
+
getVoiceConnectorLoggingConfiguration(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetVoiceConnectorLoggingConfigurationResponse) => void): Request<ChimeSDKVoice.Types.GetVoiceConnectorLoggingConfigurationResponse, AWSError>;
|
|
310
|
+
/**
|
|
311
|
+
*
|
|
312
|
+
*/
|
|
313
|
+
getVoiceConnectorOrigination(params: ChimeSDKVoice.Types.GetVoiceConnectorOriginationRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetVoiceConnectorOriginationResponse) => void): Request<ChimeSDKVoice.Types.GetVoiceConnectorOriginationResponse, AWSError>;
|
|
314
|
+
/**
|
|
315
|
+
*
|
|
316
|
+
*/
|
|
317
|
+
getVoiceConnectorOrigination(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetVoiceConnectorOriginationResponse) => void): Request<ChimeSDKVoice.Types.GetVoiceConnectorOriginationResponse, AWSError>;
|
|
318
|
+
/**
|
|
319
|
+
*
|
|
320
|
+
*/
|
|
321
|
+
getVoiceConnectorProxy(params: ChimeSDKVoice.Types.GetVoiceConnectorProxyRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetVoiceConnectorProxyResponse) => void): Request<ChimeSDKVoice.Types.GetVoiceConnectorProxyResponse, AWSError>;
|
|
322
|
+
/**
|
|
323
|
+
*
|
|
324
|
+
*/
|
|
325
|
+
getVoiceConnectorProxy(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetVoiceConnectorProxyResponse) => void): Request<ChimeSDKVoice.Types.GetVoiceConnectorProxyResponse, AWSError>;
|
|
326
|
+
/**
|
|
327
|
+
*
|
|
328
|
+
*/
|
|
329
|
+
getVoiceConnectorStreamingConfiguration(params: ChimeSDKVoice.Types.GetVoiceConnectorStreamingConfigurationRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetVoiceConnectorStreamingConfigurationResponse) => void): Request<ChimeSDKVoice.Types.GetVoiceConnectorStreamingConfigurationResponse, AWSError>;
|
|
330
|
+
/**
|
|
331
|
+
*
|
|
332
|
+
*/
|
|
333
|
+
getVoiceConnectorStreamingConfiguration(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetVoiceConnectorStreamingConfigurationResponse) => void): Request<ChimeSDKVoice.Types.GetVoiceConnectorStreamingConfigurationResponse, AWSError>;
|
|
334
|
+
/**
|
|
335
|
+
*
|
|
336
|
+
*/
|
|
337
|
+
getVoiceConnectorTermination(params: ChimeSDKVoice.Types.GetVoiceConnectorTerminationRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetVoiceConnectorTerminationResponse) => void): Request<ChimeSDKVoice.Types.GetVoiceConnectorTerminationResponse, AWSError>;
|
|
338
|
+
/**
|
|
339
|
+
*
|
|
340
|
+
*/
|
|
341
|
+
getVoiceConnectorTermination(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetVoiceConnectorTerminationResponse) => void): Request<ChimeSDKVoice.Types.GetVoiceConnectorTerminationResponse, AWSError>;
|
|
342
|
+
/**
|
|
343
|
+
*
|
|
344
|
+
*/
|
|
345
|
+
getVoiceConnectorTerminationHealth(params: ChimeSDKVoice.Types.GetVoiceConnectorTerminationHealthRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetVoiceConnectorTerminationHealthResponse) => void): Request<ChimeSDKVoice.Types.GetVoiceConnectorTerminationHealthResponse, AWSError>;
|
|
346
|
+
/**
|
|
347
|
+
*
|
|
348
|
+
*/
|
|
349
|
+
getVoiceConnectorTerminationHealth(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetVoiceConnectorTerminationHealthResponse) => void): Request<ChimeSDKVoice.Types.GetVoiceConnectorTerminationHealthResponse, AWSError>;
|
|
350
|
+
/**
|
|
351
|
+
*
|
|
352
|
+
*/
|
|
353
|
+
listAvailableVoiceConnectorRegions(callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListAvailableVoiceConnectorRegionsResponse) => void): Request<ChimeSDKVoice.Types.ListAvailableVoiceConnectorRegionsResponse, AWSError>;
|
|
354
|
+
/**
|
|
355
|
+
*
|
|
356
|
+
*/
|
|
357
|
+
listPhoneNumberOrders(params: ChimeSDKVoice.Types.ListPhoneNumberOrdersRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListPhoneNumberOrdersResponse) => void): Request<ChimeSDKVoice.Types.ListPhoneNumberOrdersResponse, AWSError>;
|
|
358
|
+
/**
|
|
359
|
+
*
|
|
360
|
+
*/
|
|
361
|
+
listPhoneNumberOrders(callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListPhoneNumberOrdersResponse) => void): Request<ChimeSDKVoice.Types.ListPhoneNumberOrdersResponse, AWSError>;
|
|
362
|
+
/**
|
|
363
|
+
*
|
|
364
|
+
*/
|
|
365
|
+
listPhoneNumbers(params: ChimeSDKVoice.Types.ListPhoneNumbersRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListPhoneNumbersResponse) => void): Request<ChimeSDKVoice.Types.ListPhoneNumbersResponse, AWSError>;
|
|
366
|
+
/**
|
|
367
|
+
*
|
|
368
|
+
*/
|
|
369
|
+
listPhoneNumbers(callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListPhoneNumbersResponse) => void): Request<ChimeSDKVoice.Types.ListPhoneNumbersResponse, AWSError>;
|
|
370
|
+
/**
|
|
371
|
+
*
|
|
372
|
+
*/
|
|
373
|
+
listProxySessions(params: ChimeSDKVoice.Types.ListProxySessionsRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListProxySessionsResponse) => void): Request<ChimeSDKVoice.Types.ListProxySessionsResponse, AWSError>;
|
|
374
|
+
/**
|
|
375
|
+
*
|
|
376
|
+
*/
|
|
377
|
+
listProxySessions(callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListProxySessionsResponse) => void): Request<ChimeSDKVoice.Types.ListProxySessionsResponse, AWSError>;
|
|
378
|
+
/**
|
|
379
|
+
*
|
|
380
|
+
*/
|
|
381
|
+
listSipMediaApplications(params: ChimeSDKVoice.Types.ListSipMediaApplicationsRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListSipMediaApplicationsResponse) => void): Request<ChimeSDKVoice.Types.ListSipMediaApplicationsResponse, AWSError>;
|
|
382
|
+
/**
|
|
383
|
+
*
|
|
384
|
+
*/
|
|
385
|
+
listSipMediaApplications(callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListSipMediaApplicationsResponse) => void): Request<ChimeSDKVoice.Types.ListSipMediaApplicationsResponse, AWSError>;
|
|
386
|
+
/**
|
|
387
|
+
*
|
|
388
|
+
*/
|
|
389
|
+
listSipRules(params: ChimeSDKVoice.Types.ListSipRulesRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListSipRulesResponse) => void): Request<ChimeSDKVoice.Types.ListSipRulesResponse, AWSError>;
|
|
390
|
+
/**
|
|
391
|
+
*
|
|
392
|
+
*/
|
|
393
|
+
listSipRules(callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListSipRulesResponse) => void): Request<ChimeSDKVoice.Types.ListSipRulesResponse, AWSError>;
|
|
394
|
+
/**
|
|
395
|
+
*
|
|
396
|
+
*/
|
|
397
|
+
listSupportedPhoneNumberCountries(params: ChimeSDKVoice.Types.ListSupportedPhoneNumberCountriesRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListSupportedPhoneNumberCountriesResponse) => void): Request<ChimeSDKVoice.Types.ListSupportedPhoneNumberCountriesResponse, AWSError>;
|
|
398
|
+
/**
|
|
399
|
+
*
|
|
400
|
+
*/
|
|
401
|
+
listSupportedPhoneNumberCountries(callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListSupportedPhoneNumberCountriesResponse) => void): Request<ChimeSDKVoice.Types.ListSupportedPhoneNumberCountriesResponse, AWSError>;
|
|
402
|
+
/**
|
|
403
|
+
*
|
|
404
|
+
*/
|
|
405
|
+
listVoiceConnectorGroups(params: ChimeSDKVoice.Types.ListVoiceConnectorGroupsRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListVoiceConnectorGroupsResponse) => void): Request<ChimeSDKVoice.Types.ListVoiceConnectorGroupsResponse, AWSError>;
|
|
406
|
+
/**
|
|
407
|
+
*
|
|
408
|
+
*/
|
|
409
|
+
listVoiceConnectorGroups(callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListVoiceConnectorGroupsResponse) => void): Request<ChimeSDKVoice.Types.ListVoiceConnectorGroupsResponse, AWSError>;
|
|
410
|
+
/**
|
|
411
|
+
*
|
|
412
|
+
*/
|
|
413
|
+
listVoiceConnectorTerminationCredentials(params: ChimeSDKVoice.Types.ListVoiceConnectorTerminationCredentialsRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListVoiceConnectorTerminationCredentialsResponse) => void): Request<ChimeSDKVoice.Types.ListVoiceConnectorTerminationCredentialsResponse, AWSError>;
|
|
414
|
+
/**
|
|
415
|
+
*
|
|
416
|
+
*/
|
|
417
|
+
listVoiceConnectorTerminationCredentials(callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListVoiceConnectorTerminationCredentialsResponse) => void): Request<ChimeSDKVoice.Types.ListVoiceConnectorTerminationCredentialsResponse, AWSError>;
|
|
418
|
+
/**
|
|
419
|
+
*
|
|
420
|
+
*/
|
|
421
|
+
listVoiceConnectors(params: ChimeSDKVoice.Types.ListVoiceConnectorsRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListVoiceConnectorsResponse) => void): Request<ChimeSDKVoice.Types.ListVoiceConnectorsResponse, AWSError>;
|
|
422
|
+
/**
|
|
423
|
+
*
|
|
424
|
+
*/
|
|
425
|
+
listVoiceConnectors(callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListVoiceConnectorsResponse) => void): Request<ChimeSDKVoice.Types.ListVoiceConnectorsResponse, AWSError>;
|
|
426
|
+
/**
|
|
427
|
+
*
|
|
428
|
+
*/
|
|
429
|
+
putSipMediaApplicationAlexaSkillConfiguration(params: ChimeSDKVoice.Types.PutSipMediaApplicationAlexaSkillConfigurationRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.PutSipMediaApplicationAlexaSkillConfigurationResponse) => void): Request<ChimeSDKVoice.Types.PutSipMediaApplicationAlexaSkillConfigurationResponse, AWSError>;
|
|
430
|
+
/**
|
|
431
|
+
*
|
|
432
|
+
*/
|
|
433
|
+
putSipMediaApplicationAlexaSkillConfiguration(callback?: (err: AWSError, data: ChimeSDKVoice.Types.PutSipMediaApplicationAlexaSkillConfigurationResponse) => void): Request<ChimeSDKVoice.Types.PutSipMediaApplicationAlexaSkillConfigurationResponse, AWSError>;
|
|
434
|
+
/**
|
|
435
|
+
*
|
|
436
|
+
*/
|
|
437
|
+
putSipMediaApplicationLoggingConfiguration(params: ChimeSDKVoice.Types.PutSipMediaApplicationLoggingConfigurationRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.PutSipMediaApplicationLoggingConfigurationResponse) => void): Request<ChimeSDKVoice.Types.PutSipMediaApplicationLoggingConfigurationResponse, AWSError>;
|
|
438
|
+
/**
|
|
439
|
+
*
|
|
440
|
+
*/
|
|
441
|
+
putSipMediaApplicationLoggingConfiguration(callback?: (err: AWSError, data: ChimeSDKVoice.Types.PutSipMediaApplicationLoggingConfigurationResponse) => void): Request<ChimeSDKVoice.Types.PutSipMediaApplicationLoggingConfigurationResponse, AWSError>;
|
|
442
|
+
/**
|
|
443
|
+
*
|
|
444
|
+
*/
|
|
445
|
+
putVoiceConnectorEmergencyCallingConfiguration(params: ChimeSDKVoice.Types.PutVoiceConnectorEmergencyCallingConfigurationRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.PutVoiceConnectorEmergencyCallingConfigurationResponse) => void): Request<ChimeSDKVoice.Types.PutVoiceConnectorEmergencyCallingConfigurationResponse, AWSError>;
|
|
446
|
+
/**
|
|
447
|
+
*
|
|
448
|
+
*/
|
|
449
|
+
putVoiceConnectorEmergencyCallingConfiguration(callback?: (err: AWSError, data: ChimeSDKVoice.Types.PutVoiceConnectorEmergencyCallingConfigurationResponse) => void): Request<ChimeSDKVoice.Types.PutVoiceConnectorEmergencyCallingConfigurationResponse, AWSError>;
|
|
450
|
+
/**
|
|
451
|
+
*
|
|
452
|
+
*/
|
|
453
|
+
putVoiceConnectorLoggingConfiguration(params: ChimeSDKVoice.Types.PutVoiceConnectorLoggingConfigurationRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.PutVoiceConnectorLoggingConfigurationResponse) => void): Request<ChimeSDKVoice.Types.PutVoiceConnectorLoggingConfigurationResponse, AWSError>;
|
|
454
|
+
/**
|
|
455
|
+
*
|
|
456
|
+
*/
|
|
457
|
+
putVoiceConnectorLoggingConfiguration(callback?: (err: AWSError, data: ChimeSDKVoice.Types.PutVoiceConnectorLoggingConfigurationResponse) => void): Request<ChimeSDKVoice.Types.PutVoiceConnectorLoggingConfigurationResponse, AWSError>;
|
|
458
|
+
/**
|
|
459
|
+
*
|
|
460
|
+
*/
|
|
461
|
+
putVoiceConnectorOrigination(params: ChimeSDKVoice.Types.PutVoiceConnectorOriginationRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.PutVoiceConnectorOriginationResponse) => void): Request<ChimeSDKVoice.Types.PutVoiceConnectorOriginationResponse, AWSError>;
|
|
462
|
+
/**
|
|
463
|
+
*
|
|
464
|
+
*/
|
|
465
|
+
putVoiceConnectorOrigination(callback?: (err: AWSError, data: ChimeSDKVoice.Types.PutVoiceConnectorOriginationResponse) => void): Request<ChimeSDKVoice.Types.PutVoiceConnectorOriginationResponse, AWSError>;
|
|
466
|
+
/**
|
|
467
|
+
*
|
|
468
|
+
*/
|
|
469
|
+
putVoiceConnectorProxy(params: ChimeSDKVoice.Types.PutVoiceConnectorProxyRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.PutVoiceConnectorProxyResponse) => void): Request<ChimeSDKVoice.Types.PutVoiceConnectorProxyResponse, AWSError>;
|
|
470
|
+
/**
|
|
471
|
+
*
|
|
472
|
+
*/
|
|
473
|
+
putVoiceConnectorProxy(callback?: (err: AWSError, data: ChimeSDKVoice.Types.PutVoiceConnectorProxyResponse) => void): Request<ChimeSDKVoice.Types.PutVoiceConnectorProxyResponse, AWSError>;
|
|
474
|
+
/**
|
|
475
|
+
*
|
|
476
|
+
*/
|
|
477
|
+
putVoiceConnectorStreamingConfiguration(params: ChimeSDKVoice.Types.PutVoiceConnectorStreamingConfigurationRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.PutVoiceConnectorStreamingConfigurationResponse) => void): Request<ChimeSDKVoice.Types.PutVoiceConnectorStreamingConfigurationResponse, AWSError>;
|
|
478
|
+
/**
|
|
479
|
+
*
|
|
480
|
+
*/
|
|
481
|
+
putVoiceConnectorStreamingConfiguration(callback?: (err: AWSError, data: ChimeSDKVoice.Types.PutVoiceConnectorStreamingConfigurationResponse) => void): Request<ChimeSDKVoice.Types.PutVoiceConnectorStreamingConfigurationResponse, AWSError>;
|
|
482
|
+
/**
|
|
483
|
+
*
|
|
484
|
+
*/
|
|
485
|
+
putVoiceConnectorTermination(params: ChimeSDKVoice.Types.PutVoiceConnectorTerminationRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.PutVoiceConnectorTerminationResponse) => void): Request<ChimeSDKVoice.Types.PutVoiceConnectorTerminationResponse, AWSError>;
|
|
486
|
+
/**
|
|
487
|
+
*
|
|
488
|
+
*/
|
|
489
|
+
putVoiceConnectorTermination(callback?: (err: AWSError, data: ChimeSDKVoice.Types.PutVoiceConnectorTerminationResponse) => void): Request<ChimeSDKVoice.Types.PutVoiceConnectorTerminationResponse, AWSError>;
|
|
490
|
+
/**
|
|
491
|
+
*
|
|
492
|
+
*/
|
|
493
|
+
putVoiceConnectorTerminationCredentials(params: ChimeSDKVoice.Types.PutVoiceConnectorTerminationCredentialsRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
494
|
+
/**
|
|
495
|
+
*
|
|
496
|
+
*/
|
|
497
|
+
putVoiceConnectorTerminationCredentials(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
498
|
+
/**
|
|
499
|
+
*
|
|
500
|
+
*/
|
|
501
|
+
restorePhoneNumber(params: ChimeSDKVoice.Types.RestorePhoneNumberRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.RestorePhoneNumberResponse) => void): Request<ChimeSDKVoice.Types.RestorePhoneNumberResponse, AWSError>;
|
|
502
|
+
/**
|
|
503
|
+
*
|
|
504
|
+
*/
|
|
505
|
+
restorePhoneNumber(callback?: (err: AWSError, data: ChimeSDKVoice.Types.RestorePhoneNumberResponse) => void): Request<ChimeSDKVoice.Types.RestorePhoneNumberResponse, AWSError>;
|
|
506
|
+
/**
|
|
507
|
+
*
|
|
508
|
+
*/
|
|
509
|
+
searchAvailablePhoneNumbers(params: ChimeSDKVoice.Types.SearchAvailablePhoneNumbersRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.SearchAvailablePhoneNumbersResponse) => void): Request<ChimeSDKVoice.Types.SearchAvailablePhoneNumbersResponse, AWSError>;
|
|
510
|
+
/**
|
|
511
|
+
*
|
|
512
|
+
*/
|
|
513
|
+
searchAvailablePhoneNumbers(callback?: (err: AWSError, data: ChimeSDKVoice.Types.SearchAvailablePhoneNumbersResponse) => void): Request<ChimeSDKVoice.Types.SearchAvailablePhoneNumbersResponse, AWSError>;
|
|
514
|
+
/**
|
|
515
|
+
*
|
|
516
|
+
*/
|
|
517
|
+
updateGlobalSettings(params: ChimeSDKVoice.Types.UpdateGlobalSettingsRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
518
|
+
/**
|
|
519
|
+
*
|
|
520
|
+
*/
|
|
521
|
+
updateGlobalSettings(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
522
|
+
/**
|
|
523
|
+
*
|
|
524
|
+
*/
|
|
525
|
+
updatePhoneNumber(params: ChimeSDKVoice.Types.UpdatePhoneNumberRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.UpdatePhoneNumberResponse) => void): Request<ChimeSDKVoice.Types.UpdatePhoneNumberResponse, AWSError>;
|
|
526
|
+
/**
|
|
527
|
+
*
|
|
528
|
+
*/
|
|
529
|
+
updatePhoneNumber(callback?: (err: AWSError, data: ChimeSDKVoice.Types.UpdatePhoneNumberResponse) => void): Request<ChimeSDKVoice.Types.UpdatePhoneNumberResponse, AWSError>;
|
|
530
|
+
/**
|
|
531
|
+
*
|
|
532
|
+
*/
|
|
533
|
+
updatePhoneNumberSettings(params: ChimeSDKVoice.Types.UpdatePhoneNumberSettingsRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
534
|
+
/**
|
|
535
|
+
*
|
|
536
|
+
*/
|
|
537
|
+
updatePhoneNumberSettings(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
538
|
+
/**
|
|
539
|
+
*
|
|
540
|
+
*/
|
|
541
|
+
updateProxySession(params: ChimeSDKVoice.Types.UpdateProxySessionRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.UpdateProxySessionResponse) => void): Request<ChimeSDKVoice.Types.UpdateProxySessionResponse, AWSError>;
|
|
542
|
+
/**
|
|
543
|
+
*
|
|
544
|
+
*/
|
|
545
|
+
updateProxySession(callback?: (err: AWSError, data: ChimeSDKVoice.Types.UpdateProxySessionResponse) => void): Request<ChimeSDKVoice.Types.UpdateProxySessionResponse, AWSError>;
|
|
546
|
+
/**
|
|
547
|
+
*
|
|
548
|
+
*/
|
|
549
|
+
updateSipMediaApplication(params: ChimeSDKVoice.Types.UpdateSipMediaApplicationRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.UpdateSipMediaApplicationResponse) => void): Request<ChimeSDKVoice.Types.UpdateSipMediaApplicationResponse, AWSError>;
|
|
550
|
+
/**
|
|
551
|
+
*
|
|
552
|
+
*/
|
|
553
|
+
updateSipMediaApplication(callback?: (err: AWSError, data: ChimeSDKVoice.Types.UpdateSipMediaApplicationResponse) => void): Request<ChimeSDKVoice.Types.UpdateSipMediaApplicationResponse, AWSError>;
|
|
554
|
+
/**
|
|
555
|
+
*
|
|
556
|
+
*/
|
|
557
|
+
updateSipMediaApplicationCall(params: ChimeSDKVoice.Types.UpdateSipMediaApplicationCallRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.UpdateSipMediaApplicationCallResponse) => void): Request<ChimeSDKVoice.Types.UpdateSipMediaApplicationCallResponse, AWSError>;
|
|
558
|
+
/**
|
|
559
|
+
*
|
|
560
|
+
*/
|
|
561
|
+
updateSipMediaApplicationCall(callback?: (err: AWSError, data: ChimeSDKVoice.Types.UpdateSipMediaApplicationCallResponse) => void): Request<ChimeSDKVoice.Types.UpdateSipMediaApplicationCallResponse, AWSError>;
|
|
562
|
+
/**
|
|
563
|
+
*
|
|
564
|
+
*/
|
|
565
|
+
updateSipRule(params: ChimeSDKVoice.Types.UpdateSipRuleRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.UpdateSipRuleResponse) => void): Request<ChimeSDKVoice.Types.UpdateSipRuleResponse, AWSError>;
|
|
566
|
+
/**
|
|
567
|
+
*
|
|
568
|
+
*/
|
|
569
|
+
updateSipRule(callback?: (err: AWSError, data: ChimeSDKVoice.Types.UpdateSipRuleResponse) => void): Request<ChimeSDKVoice.Types.UpdateSipRuleResponse, AWSError>;
|
|
570
|
+
/**
|
|
571
|
+
*
|
|
572
|
+
*/
|
|
573
|
+
updateVoiceConnector(params: ChimeSDKVoice.Types.UpdateVoiceConnectorRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.UpdateVoiceConnectorResponse) => void): Request<ChimeSDKVoice.Types.UpdateVoiceConnectorResponse, AWSError>;
|
|
574
|
+
/**
|
|
575
|
+
*
|
|
576
|
+
*/
|
|
577
|
+
updateVoiceConnector(callback?: (err: AWSError, data: ChimeSDKVoice.Types.UpdateVoiceConnectorResponse) => void): Request<ChimeSDKVoice.Types.UpdateVoiceConnectorResponse, AWSError>;
|
|
578
|
+
/**
|
|
579
|
+
*
|
|
580
|
+
*/
|
|
581
|
+
updateVoiceConnectorGroup(params: ChimeSDKVoice.Types.UpdateVoiceConnectorGroupRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.UpdateVoiceConnectorGroupResponse) => void): Request<ChimeSDKVoice.Types.UpdateVoiceConnectorGroupResponse, AWSError>;
|
|
582
|
+
/**
|
|
583
|
+
*
|
|
584
|
+
*/
|
|
585
|
+
updateVoiceConnectorGroup(callback?: (err: AWSError, data: ChimeSDKVoice.Types.UpdateVoiceConnectorGroupResponse) => void): Request<ChimeSDKVoice.Types.UpdateVoiceConnectorGroupResponse, AWSError>;
|
|
586
|
+
/**
|
|
587
|
+
*
|
|
588
|
+
*/
|
|
589
|
+
validateE911Address(params: ChimeSDKVoice.Types.ValidateE911AddressRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.ValidateE911AddressResponse) => void): Request<ChimeSDKVoice.Types.ValidateE911AddressResponse, AWSError>;
|
|
590
|
+
/**
|
|
591
|
+
*
|
|
592
|
+
*/
|
|
593
|
+
validateE911Address(callback?: (err: AWSError, data: ChimeSDKVoice.Types.ValidateE911AddressResponse) => void): Request<ChimeSDKVoice.Types.ValidateE911AddressResponse, AWSError>;
|
|
594
|
+
}
|
|
595
|
+
declare namespace ChimeSDKVoice {
|
|
596
|
+
export interface Address {
|
|
597
|
+
streetName?: SensitiveNonEmptyString;
|
|
598
|
+
streetSuffix?: SensitiveNonEmptyString;
|
|
599
|
+
postDirectional?: SensitiveNonEmptyString;
|
|
600
|
+
preDirectional?: SensitiveNonEmptyString;
|
|
601
|
+
streetNumber?: SensitiveNonEmptyString;
|
|
602
|
+
city?: SensitiveNonEmptyString;
|
|
603
|
+
state?: SensitiveNonEmptyString;
|
|
604
|
+
postalCode?: SensitiveNonEmptyString;
|
|
605
|
+
postalCodePlus4?: SensitiveNonEmptyString;
|
|
606
|
+
country?: SensitiveNonEmptyString;
|
|
607
|
+
}
|
|
608
|
+
export type AlexaSkillId = string;
|
|
609
|
+
export type AlexaSkillIdList = AlexaSkillId[];
|
|
610
|
+
export type AlexaSkillStatus = "ACTIVE"|"INACTIVE"|string;
|
|
611
|
+
export type Alpha2CountryCode = string;
|
|
612
|
+
export type AreaCode = string;
|
|
613
|
+
export interface AssociatePhoneNumbersWithVoiceConnectorGroupRequest {
|
|
614
|
+
VoiceConnectorGroupId: NonEmptyString;
|
|
615
|
+
E164PhoneNumbers: E164PhoneNumberList;
|
|
616
|
+
ForceAssociate?: NullableBoolean;
|
|
617
|
+
}
|
|
618
|
+
export interface AssociatePhoneNumbersWithVoiceConnectorGroupResponse {
|
|
619
|
+
PhoneNumberErrors?: PhoneNumberErrorList;
|
|
620
|
+
}
|
|
621
|
+
export interface AssociatePhoneNumbersWithVoiceConnectorRequest {
|
|
622
|
+
VoiceConnectorId: NonEmptyString;
|
|
623
|
+
E164PhoneNumbers: E164PhoneNumberList;
|
|
624
|
+
ForceAssociate?: NullableBoolean;
|
|
625
|
+
}
|
|
626
|
+
export interface AssociatePhoneNumbersWithVoiceConnectorResponse {
|
|
627
|
+
PhoneNumberErrors?: PhoneNumberErrorList;
|
|
628
|
+
}
|
|
629
|
+
export interface BatchDeletePhoneNumberRequest {
|
|
630
|
+
PhoneNumberIds: NonEmptyStringList;
|
|
631
|
+
}
|
|
632
|
+
export interface BatchDeletePhoneNumberResponse {
|
|
633
|
+
PhoneNumberErrors?: PhoneNumberErrorList;
|
|
634
|
+
}
|
|
635
|
+
export interface BatchUpdatePhoneNumberRequest {
|
|
636
|
+
UpdatePhoneNumberRequestItems: UpdatePhoneNumberRequestItemList;
|
|
637
|
+
}
|
|
638
|
+
export interface BatchUpdatePhoneNumberResponse {
|
|
639
|
+
PhoneNumberErrors?: PhoneNumberErrorList;
|
|
640
|
+
}
|
|
641
|
+
export type Boolean = boolean;
|
|
642
|
+
export type CallingName = string;
|
|
643
|
+
export type CallingNameStatus = "Unassigned"|"UpdateInProgress"|"UpdateSucceeded"|"UpdateFailed"|string;
|
|
644
|
+
export type CallingRegion = string;
|
|
645
|
+
export type CallingRegionList = CallingRegion[];
|
|
646
|
+
export interface CandidateAddress {
|
|
647
|
+
streetInfo?: SensitiveNonEmptyString;
|
|
648
|
+
streetNumber?: SensitiveNonEmptyString;
|
|
649
|
+
city?: SensitiveNonEmptyString;
|
|
650
|
+
state?: SensitiveNonEmptyString;
|
|
651
|
+
postalCode?: SensitiveNonEmptyString;
|
|
652
|
+
postalCodePlus4?: SensitiveNonEmptyString;
|
|
653
|
+
country?: SensitiveNonEmptyString;
|
|
654
|
+
}
|
|
655
|
+
export type CandidateAddressList = CandidateAddress[];
|
|
656
|
+
export type Capability = "Voice"|"SMS"|string;
|
|
657
|
+
export type CapabilityList = Capability[];
|
|
658
|
+
export type Country = string;
|
|
659
|
+
export type CountryList = Country[];
|
|
660
|
+
export type CpsLimit = number;
|
|
661
|
+
export interface CreatePhoneNumberOrderRequest {
|
|
662
|
+
ProductType: PhoneNumberProductType;
|
|
663
|
+
E164PhoneNumbers: E164PhoneNumberList;
|
|
664
|
+
}
|
|
665
|
+
export interface CreatePhoneNumberOrderResponse {
|
|
666
|
+
PhoneNumberOrder?: PhoneNumberOrder;
|
|
667
|
+
}
|
|
668
|
+
export interface CreateProxySessionRequest {
|
|
669
|
+
VoiceConnectorId: NonEmptyString128;
|
|
670
|
+
ParticipantPhoneNumbers: ParticipantPhoneNumberList;
|
|
671
|
+
Name?: ProxySessionNameString;
|
|
672
|
+
ExpiryMinutes?: PositiveInteger;
|
|
673
|
+
Capabilities: CapabilityList;
|
|
674
|
+
NumberSelectionBehavior?: NumberSelectionBehavior;
|
|
675
|
+
GeoMatchLevel?: GeoMatchLevel;
|
|
676
|
+
GeoMatchParams?: GeoMatchParams;
|
|
677
|
+
}
|
|
678
|
+
export interface CreateProxySessionResponse {
|
|
679
|
+
ProxySession?: ProxySession;
|
|
680
|
+
}
|
|
681
|
+
export interface CreateSipMediaApplicationCallRequest {
|
|
682
|
+
FromPhoneNumber: E164PhoneNumber;
|
|
683
|
+
ToPhoneNumber: E164PhoneNumber;
|
|
684
|
+
SipMediaApplicationId: NonEmptyString;
|
|
685
|
+
SipHeaders?: SipHeadersMap;
|
|
686
|
+
ArgumentsMap?: SMACreateCallArgumentsMap;
|
|
687
|
+
}
|
|
688
|
+
export interface CreateSipMediaApplicationCallResponse {
|
|
689
|
+
SipMediaApplicationCall?: SipMediaApplicationCall;
|
|
690
|
+
}
|
|
691
|
+
export interface CreateSipMediaApplicationRequest {
|
|
692
|
+
AwsRegion: String;
|
|
693
|
+
Name: SipMediaApplicationName;
|
|
694
|
+
Endpoints: SipMediaApplicationEndpointList;
|
|
695
|
+
}
|
|
696
|
+
export interface CreateSipMediaApplicationResponse {
|
|
697
|
+
SipMediaApplication?: SipMediaApplication;
|
|
698
|
+
}
|
|
699
|
+
export interface CreateSipRuleRequest {
|
|
700
|
+
Name: SipRuleName;
|
|
701
|
+
TriggerType: SipRuleTriggerType;
|
|
702
|
+
TriggerValue: NonEmptyString;
|
|
703
|
+
Disabled?: NullableBoolean;
|
|
704
|
+
TargetApplications?: SipRuleTargetApplicationList;
|
|
705
|
+
}
|
|
706
|
+
export interface CreateSipRuleResponse {
|
|
707
|
+
SipRule?: SipRule;
|
|
708
|
+
}
|
|
709
|
+
export interface CreateVoiceConnectorGroupRequest {
|
|
710
|
+
Name: VoiceConnectorGroupName;
|
|
711
|
+
VoiceConnectorItems?: VoiceConnectorItemList;
|
|
712
|
+
}
|
|
713
|
+
export interface CreateVoiceConnectorGroupResponse {
|
|
714
|
+
VoiceConnectorGroup?: VoiceConnectorGroup;
|
|
715
|
+
}
|
|
716
|
+
export interface CreateVoiceConnectorRequest {
|
|
717
|
+
Name: VoiceConnectorName;
|
|
718
|
+
AwsRegion?: VoiceConnectorAwsRegion;
|
|
719
|
+
RequireEncryption: Boolean;
|
|
720
|
+
}
|
|
721
|
+
export interface CreateVoiceConnectorResponse {
|
|
722
|
+
VoiceConnector?: VoiceConnector;
|
|
723
|
+
}
|
|
724
|
+
export interface Credential {
|
|
725
|
+
Username?: SensitiveString;
|
|
726
|
+
Password?: SensitiveString;
|
|
727
|
+
}
|
|
728
|
+
export type CredentialList = Credential[];
|
|
729
|
+
export interface DNISEmergencyCallingConfiguration {
|
|
730
|
+
EmergencyPhoneNumber: E164PhoneNumber;
|
|
731
|
+
TestPhoneNumber?: E164PhoneNumber;
|
|
732
|
+
CallingCountry: Alpha2CountryCode;
|
|
733
|
+
}
|
|
734
|
+
export type DNISEmergencyCallingConfigurationList = DNISEmergencyCallingConfiguration[];
|
|
735
|
+
export type DataRetentionInHours = number;
|
|
736
|
+
export interface DeletePhoneNumberRequest {
|
|
737
|
+
PhoneNumberId: SensitiveNonEmptyString;
|
|
738
|
+
}
|
|
739
|
+
export interface DeleteProxySessionRequest {
|
|
740
|
+
VoiceConnectorId: NonEmptyString128;
|
|
741
|
+
ProxySessionId: NonEmptyString128;
|
|
742
|
+
}
|
|
743
|
+
export interface DeleteSipMediaApplicationRequest {
|
|
744
|
+
SipMediaApplicationId: NonEmptyString;
|
|
745
|
+
}
|
|
746
|
+
export interface DeleteSipRuleRequest {
|
|
747
|
+
SipRuleId: NonEmptyString;
|
|
748
|
+
}
|
|
749
|
+
export interface DeleteVoiceConnectorEmergencyCallingConfigurationRequest {
|
|
750
|
+
VoiceConnectorId: NonEmptyString;
|
|
751
|
+
}
|
|
752
|
+
export interface DeleteVoiceConnectorGroupRequest {
|
|
753
|
+
VoiceConnectorGroupId: NonEmptyString;
|
|
754
|
+
}
|
|
755
|
+
export interface DeleteVoiceConnectorOriginationRequest {
|
|
756
|
+
VoiceConnectorId: NonEmptyString;
|
|
757
|
+
}
|
|
758
|
+
export interface DeleteVoiceConnectorProxyRequest {
|
|
759
|
+
VoiceConnectorId: NonEmptyString128;
|
|
760
|
+
}
|
|
761
|
+
export interface DeleteVoiceConnectorRequest {
|
|
762
|
+
VoiceConnectorId: NonEmptyString;
|
|
763
|
+
}
|
|
764
|
+
export interface DeleteVoiceConnectorStreamingConfigurationRequest {
|
|
765
|
+
VoiceConnectorId: NonEmptyString;
|
|
766
|
+
}
|
|
767
|
+
export interface DeleteVoiceConnectorTerminationCredentialsRequest {
|
|
768
|
+
VoiceConnectorId: NonEmptyString;
|
|
769
|
+
Usernames: SensitiveStringList;
|
|
770
|
+
}
|
|
771
|
+
export interface DeleteVoiceConnectorTerminationRequest {
|
|
772
|
+
VoiceConnectorId: NonEmptyString;
|
|
773
|
+
}
|
|
774
|
+
export interface DisassociatePhoneNumbersFromVoiceConnectorGroupRequest {
|
|
775
|
+
VoiceConnectorGroupId: NonEmptyString;
|
|
776
|
+
E164PhoneNumbers: E164PhoneNumberList;
|
|
777
|
+
}
|
|
778
|
+
export interface DisassociatePhoneNumbersFromVoiceConnectorGroupResponse {
|
|
779
|
+
PhoneNumberErrors?: PhoneNumberErrorList;
|
|
780
|
+
}
|
|
781
|
+
export interface DisassociatePhoneNumbersFromVoiceConnectorRequest {
|
|
782
|
+
VoiceConnectorId: NonEmptyString;
|
|
783
|
+
E164PhoneNumbers: E164PhoneNumberList;
|
|
784
|
+
}
|
|
785
|
+
export interface DisassociatePhoneNumbersFromVoiceConnectorResponse {
|
|
786
|
+
PhoneNumberErrors?: PhoneNumberErrorList;
|
|
787
|
+
}
|
|
788
|
+
export type E164PhoneNumber = string;
|
|
789
|
+
export type E164PhoneNumberList = E164PhoneNumber[];
|
|
790
|
+
export interface EmergencyCallingConfiguration {
|
|
791
|
+
DNIS?: DNISEmergencyCallingConfigurationList;
|
|
792
|
+
}
|
|
793
|
+
export type ErrorCode = "BadRequest"|"Conflict"|"Forbidden"|"NotFound"|"PreconditionFailed"|"ResourceLimitExceeded"|"ServiceFailure"|"AccessDenied"|"ServiceUnavailable"|"Throttled"|"Throttling"|"Unauthorized"|"Unprocessable"|"VoiceConnectorGroupAssociationsExist"|"PhoneNumberAssociationsExist"|"Gone"|string;
|
|
794
|
+
export type FunctionArn = string;
|
|
795
|
+
export type GeoMatchLevel = "Country"|"AreaCode"|string;
|
|
796
|
+
export interface GeoMatchParams {
|
|
797
|
+
Country: Country;
|
|
798
|
+
AreaCode: AreaCode;
|
|
799
|
+
}
|
|
800
|
+
export interface GetGlobalSettingsResponse {
|
|
801
|
+
VoiceConnector?: VoiceConnectorSettings;
|
|
802
|
+
}
|
|
803
|
+
export interface GetPhoneNumberOrderRequest {
|
|
804
|
+
PhoneNumberOrderId: GuidString;
|
|
805
|
+
}
|
|
806
|
+
export interface GetPhoneNumberOrderResponse {
|
|
807
|
+
PhoneNumberOrder?: PhoneNumberOrder;
|
|
808
|
+
}
|
|
809
|
+
export interface GetPhoneNumberRequest {
|
|
810
|
+
PhoneNumberId: SensitiveNonEmptyString;
|
|
811
|
+
}
|
|
812
|
+
export interface GetPhoneNumberResponse {
|
|
813
|
+
PhoneNumber?: PhoneNumber;
|
|
814
|
+
}
|
|
815
|
+
export interface GetPhoneNumberSettingsResponse {
|
|
816
|
+
CallingName?: CallingName;
|
|
817
|
+
CallingNameUpdatedTimestamp?: Iso8601Timestamp;
|
|
818
|
+
}
|
|
819
|
+
export interface GetProxySessionRequest {
|
|
820
|
+
VoiceConnectorId: NonEmptyString128;
|
|
821
|
+
ProxySessionId: NonEmptyString128;
|
|
822
|
+
}
|
|
823
|
+
export interface GetProxySessionResponse {
|
|
824
|
+
ProxySession?: ProxySession;
|
|
825
|
+
}
|
|
826
|
+
export interface GetSipMediaApplicationAlexaSkillConfigurationRequest {
|
|
827
|
+
SipMediaApplicationId: NonEmptyString;
|
|
828
|
+
}
|
|
829
|
+
export interface GetSipMediaApplicationAlexaSkillConfigurationResponse {
|
|
830
|
+
SipMediaApplicationAlexaSkillConfiguration?: SipMediaApplicationAlexaSkillConfiguration;
|
|
831
|
+
}
|
|
832
|
+
export interface GetSipMediaApplicationLoggingConfigurationRequest {
|
|
833
|
+
SipMediaApplicationId: NonEmptyString;
|
|
834
|
+
}
|
|
835
|
+
export interface GetSipMediaApplicationLoggingConfigurationResponse {
|
|
836
|
+
SipMediaApplicationLoggingConfiguration?: SipMediaApplicationLoggingConfiguration;
|
|
837
|
+
}
|
|
838
|
+
export interface GetSipMediaApplicationRequest {
|
|
839
|
+
SipMediaApplicationId: NonEmptyString;
|
|
840
|
+
}
|
|
841
|
+
export interface GetSipMediaApplicationResponse {
|
|
842
|
+
SipMediaApplication?: SipMediaApplication;
|
|
843
|
+
}
|
|
844
|
+
export interface GetSipRuleRequest {
|
|
845
|
+
SipRuleId: NonEmptyString;
|
|
846
|
+
}
|
|
847
|
+
export interface GetSipRuleResponse {
|
|
848
|
+
SipRule?: SipRule;
|
|
849
|
+
}
|
|
850
|
+
export interface GetVoiceConnectorEmergencyCallingConfigurationRequest {
|
|
851
|
+
VoiceConnectorId: NonEmptyString;
|
|
852
|
+
}
|
|
853
|
+
export interface GetVoiceConnectorEmergencyCallingConfigurationResponse {
|
|
854
|
+
EmergencyCallingConfiguration?: EmergencyCallingConfiguration;
|
|
855
|
+
}
|
|
856
|
+
export interface GetVoiceConnectorGroupRequest {
|
|
857
|
+
VoiceConnectorGroupId: NonEmptyString;
|
|
858
|
+
}
|
|
859
|
+
export interface GetVoiceConnectorGroupResponse {
|
|
860
|
+
VoiceConnectorGroup?: VoiceConnectorGroup;
|
|
861
|
+
}
|
|
862
|
+
export interface GetVoiceConnectorLoggingConfigurationRequest {
|
|
863
|
+
VoiceConnectorId: NonEmptyString;
|
|
864
|
+
}
|
|
865
|
+
export interface GetVoiceConnectorLoggingConfigurationResponse {
|
|
866
|
+
LoggingConfiguration?: LoggingConfiguration;
|
|
867
|
+
}
|
|
868
|
+
export interface GetVoiceConnectorOriginationRequest {
|
|
869
|
+
VoiceConnectorId: NonEmptyString;
|
|
870
|
+
}
|
|
871
|
+
export interface GetVoiceConnectorOriginationResponse {
|
|
872
|
+
Origination?: Origination;
|
|
873
|
+
}
|
|
874
|
+
export interface GetVoiceConnectorProxyRequest {
|
|
875
|
+
VoiceConnectorId: NonEmptyString128;
|
|
876
|
+
}
|
|
877
|
+
export interface GetVoiceConnectorProxyResponse {
|
|
878
|
+
Proxy?: Proxy;
|
|
879
|
+
}
|
|
880
|
+
export interface GetVoiceConnectorRequest {
|
|
881
|
+
VoiceConnectorId: NonEmptyString;
|
|
882
|
+
}
|
|
883
|
+
export interface GetVoiceConnectorResponse {
|
|
884
|
+
VoiceConnector?: VoiceConnector;
|
|
885
|
+
}
|
|
886
|
+
export interface GetVoiceConnectorStreamingConfigurationRequest {
|
|
887
|
+
VoiceConnectorId: NonEmptyString;
|
|
888
|
+
}
|
|
889
|
+
export interface GetVoiceConnectorStreamingConfigurationResponse {
|
|
890
|
+
StreamingConfiguration?: StreamingConfiguration;
|
|
891
|
+
}
|
|
892
|
+
export interface GetVoiceConnectorTerminationHealthRequest {
|
|
893
|
+
VoiceConnectorId: NonEmptyString;
|
|
894
|
+
}
|
|
895
|
+
export interface GetVoiceConnectorTerminationHealthResponse {
|
|
896
|
+
TerminationHealth?: TerminationHealth;
|
|
897
|
+
}
|
|
898
|
+
export interface GetVoiceConnectorTerminationRequest {
|
|
899
|
+
VoiceConnectorId: NonEmptyString;
|
|
900
|
+
}
|
|
901
|
+
export interface GetVoiceConnectorTerminationResponse {
|
|
902
|
+
Termination?: Termination;
|
|
903
|
+
}
|
|
904
|
+
export type GuidString = string;
|
|
905
|
+
export type Integer = number;
|
|
906
|
+
export type Iso8601Timestamp = Date;
|
|
907
|
+
export interface ListAvailableVoiceConnectorRegionsResponse {
|
|
908
|
+
VoiceConnectorRegions?: VoiceConnectorAwsRegionList;
|
|
909
|
+
}
|
|
910
|
+
export interface ListPhoneNumberOrdersRequest {
|
|
911
|
+
NextToken?: String;
|
|
912
|
+
MaxResults?: ResultMax;
|
|
913
|
+
}
|
|
914
|
+
export interface ListPhoneNumberOrdersResponse {
|
|
915
|
+
PhoneNumberOrders?: PhoneNumberOrderList;
|
|
916
|
+
NextToken?: String;
|
|
917
|
+
}
|
|
918
|
+
export interface ListPhoneNumbersRequest {
|
|
919
|
+
Status?: String;
|
|
920
|
+
ProductType?: PhoneNumberProductType;
|
|
921
|
+
FilterName?: PhoneNumberAssociationName;
|
|
922
|
+
FilterValue?: String;
|
|
923
|
+
MaxResults?: ResultMax;
|
|
924
|
+
NextToken?: String;
|
|
925
|
+
}
|
|
926
|
+
export interface ListPhoneNumbersResponse {
|
|
927
|
+
PhoneNumbers?: PhoneNumberList;
|
|
928
|
+
NextToken?: String;
|
|
929
|
+
}
|
|
930
|
+
export interface ListProxySessionsRequest {
|
|
931
|
+
VoiceConnectorId: NonEmptyString128;
|
|
932
|
+
Status?: ProxySessionStatus;
|
|
933
|
+
NextToken?: NextTokenString;
|
|
934
|
+
MaxResults?: ResultMax;
|
|
935
|
+
}
|
|
936
|
+
export interface ListProxySessionsResponse {
|
|
937
|
+
ProxySessions?: ProxySessions;
|
|
938
|
+
NextToken?: NextTokenString;
|
|
939
|
+
}
|
|
940
|
+
export interface ListSipMediaApplicationsRequest {
|
|
941
|
+
MaxResults?: ResultMax;
|
|
942
|
+
NextToken?: NextTokenString;
|
|
943
|
+
}
|
|
944
|
+
export interface ListSipMediaApplicationsResponse {
|
|
945
|
+
SipMediaApplications?: SipMediaApplicationList;
|
|
946
|
+
NextToken?: NextTokenString;
|
|
947
|
+
}
|
|
948
|
+
export interface ListSipRulesRequest {
|
|
949
|
+
SipMediaApplicationId?: NonEmptyString;
|
|
950
|
+
MaxResults?: ResultMax;
|
|
951
|
+
NextToken?: NextTokenString;
|
|
952
|
+
}
|
|
953
|
+
export interface ListSipRulesResponse {
|
|
954
|
+
SipRules?: SipRuleList;
|
|
955
|
+
NextToken?: NextTokenString;
|
|
956
|
+
}
|
|
957
|
+
export interface ListSupportedPhoneNumberCountriesRequest {
|
|
958
|
+
ProductType: PhoneNumberProductType;
|
|
959
|
+
}
|
|
960
|
+
export interface ListSupportedPhoneNumberCountriesResponse {
|
|
961
|
+
PhoneNumberCountries?: PhoneNumberCountriesList;
|
|
962
|
+
}
|
|
963
|
+
export interface ListVoiceConnectorGroupsRequest {
|
|
964
|
+
NextToken?: String;
|
|
965
|
+
MaxResults?: ResultMax;
|
|
966
|
+
}
|
|
967
|
+
export interface ListVoiceConnectorGroupsResponse {
|
|
968
|
+
VoiceConnectorGroups?: VoiceConnectorGroupList;
|
|
969
|
+
NextToken?: String;
|
|
970
|
+
}
|
|
971
|
+
export interface ListVoiceConnectorTerminationCredentialsRequest {
|
|
972
|
+
VoiceConnectorId: NonEmptyString;
|
|
973
|
+
}
|
|
974
|
+
export interface ListVoiceConnectorTerminationCredentialsResponse {
|
|
975
|
+
Usernames?: SensitiveStringList;
|
|
976
|
+
}
|
|
977
|
+
export interface ListVoiceConnectorsRequest {
|
|
978
|
+
NextToken?: String;
|
|
979
|
+
MaxResults?: ResultMax;
|
|
980
|
+
}
|
|
981
|
+
export interface ListVoiceConnectorsResponse {
|
|
982
|
+
VoiceConnectors?: VoiceConnectorList;
|
|
983
|
+
NextToken?: String;
|
|
984
|
+
}
|
|
985
|
+
export interface LoggingConfiguration {
|
|
986
|
+
EnableSIPLogs?: Boolean;
|
|
987
|
+
}
|
|
988
|
+
export type NextTokenString = string;
|
|
989
|
+
export type NonEmptyString = string;
|
|
990
|
+
export type NonEmptyString128 = string;
|
|
991
|
+
export type NonEmptyStringList = String[];
|
|
992
|
+
export type NotificationTarget = "EventBridge"|"SNS"|"SQS"|string;
|
|
993
|
+
export type NullableBoolean = boolean;
|
|
994
|
+
export type NumberSelectionBehavior = "PreferSticky"|"AvoidSticky"|string;
|
|
995
|
+
export interface OrderedPhoneNumber {
|
|
996
|
+
E164PhoneNumber?: E164PhoneNumber;
|
|
997
|
+
Status?: OrderedPhoneNumberStatus;
|
|
998
|
+
}
|
|
999
|
+
export type OrderedPhoneNumberList = OrderedPhoneNumber[];
|
|
1000
|
+
export type OrderedPhoneNumberStatus = "Processing"|"Acquired"|"Failed"|string;
|
|
1001
|
+
export interface Origination {
|
|
1002
|
+
Routes?: OriginationRouteList;
|
|
1003
|
+
Disabled?: Boolean;
|
|
1004
|
+
}
|
|
1005
|
+
export interface OriginationRoute {
|
|
1006
|
+
Host?: String;
|
|
1007
|
+
Port?: Port;
|
|
1008
|
+
Protocol?: OriginationRouteProtocol;
|
|
1009
|
+
Priority?: OriginationRoutePriority;
|
|
1010
|
+
Weight?: OriginationRouteWeight;
|
|
1011
|
+
}
|
|
1012
|
+
export type OriginationRouteList = OriginationRoute[];
|
|
1013
|
+
export type OriginationRoutePriority = number;
|
|
1014
|
+
export type OriginationRouteProtocol = "TCP"|"UDP"|string;
|
|
1015
|
+
export type OriginationRouteWeight = number;
|
|
1016
|
+
export interface Participant {
|
|
1017
|
+
PhoneNumber?: E164PhoneNumber;
|
|
1018
|
+
ProxyPhoneNumber?: E164PhoneNumber;
|
|
1019
|
+
}
|
|
1020
|
+
export type ParticipantPhoneNumberList = E164PhoneNumber[];
|
|
1021
|
+
export type Participants = Participant[];
|
|
1022
|
+
export interface PhoneNumber {
|
|
1023
|
+
PhoneNumberId?: SensitiveNonEmptyString;
|
|
1024
|
+
E164PhoneNumber?: E164PhoneNumber;
|
|
1025
|
+
Country?: Alpha2CountryCode;
|
|
1026
|
+
Type?: PhoneNumberType;
|
|
1027
|
+
ProductType?: PhoneNumberProductType;
|
|
1028
|
+
Status?: PhoneNumberStatus;
|
|
1029
|
+
Capabilities?: PhoneNumberCapabilities;
|
|
1030
|
+
Associations?: PhoneNumberAssociationList;
|
|
1031
|
+
CallingName?: CallingName;
|
|
1032
|
+
CallingNameStatus?: CallingNameStatus;
|
|
1033
|
+
CreatedTimestamp?: Iso8601Timestamp;
|
|
1034
|
+
UpdatedTimestamp?: Iso8601Timestamp;
|
|
1035
|
+
DeletionTimestamp?: Iso8601Timestamp;
|
|
1036
|
+
OrderId?: GuidString;
|
|
1037
|
+
}
|
|
1038
|
+
export interface PhoneNumberAssociation {
|
|
1039
|
+
Value?: String;
|
|
1040
|
+
Name?: PhoneNumberAssociationName;
|
|
1041
|
+
AssociatedTimestamp?: Iso8601Timestamp;
|
|
1042
|
+
}
|
|
1043
|
+
export type PhoneNumberAssociationList = PhoneNumberAssociation[];
|
|
1044
|
+
export type PhoneNumberAssociationName = "VoiceConnectorId"|"VoiceConnectorGroupId"|"SipRuleId"|string;
|
|
1045
|
+
export interface PhoneNumberCapabilities {
|
|
1046
|
+
InboundCall?: NullableBoolean;
|
|
1047
|
+
OutboundCall?: NullableBoolean;
|
|
1048
|
+
InboundSMS?: NullableBoolean;
|
|
1049
|
+
OutboundSMS?: NullableBoolean;
|
|
1050
|
+
InboundMMS?: NullableBoolean;
|
|
1051
|
+
OutboundMMS?: NullableBoolean;
|
|
1052
|
+
}
|
|
1053
|
+
export type PhoneNumberCountriesList = PhoneNumberCountry[];
|
|
1054
|
+
export interface PhoneNumberCountry {
|
|
1055
|
+
CountryCode?: Alpha2CountryCode;
|
|
1056
|
+
SupportedPhoneNumberTypes?: PhoneNumberTypeList;
|
|
1057
|
+
}
|
|
1058
|
+
export interface PhoneNumberError {
|
|
1059
|
+
PhoneNumberId?: SensitiveNonEmptyString;
|
|
1060
|
+
ErrorCode?: ErrorCode;
|
|
1061
|
+
ErrorMessage?: String;
|
|
1062
|
+
}
|
|
1063
|
+
export type PhoneNumberErrorList = PhoneNumberError[];
|
|
1064
|
+
export type PhoneNumberList = PhoneNumber[];
|
|
1065
|
+
export type PhoneNumberMaxResults = number;
|
|
1066
|
+
export interface PhoneNumberOrder {
|
|
1067
|
+
PhoneNumberOrderId?: GuidString;
|
|
1068
|
+
ProductType?: PhoneNumberProductType;
|
|
1069
|
+
Status?: PhoneNumberOrderStatus;
|
|
1070
|
+
OrderType?: PhoneNumberOrderType;
|
|
1071
|
+
OrderedPhoneNumbers?: OrderedPhoneNumberList;
|
|
1072
|
+
CreatedTimestamp?: Iso8601Timestamp;
|
|
1073
|
+
UpdatedTimestamp?: Iso8601Timestamp;
|
|
1074
|
+
}
|
|
1075
|
+
export type PhoneNumberOrderList = PhoneNumberOrder[];
|
|
1076
|
+
export type PhoneNumberOrderStatus = "Processing"|"Successful"|"Failed"|"Partial"|"PendingDocuments"|"Submitted"|"FOC"|"ChangeRequested"|"Exception"|"CancelRequested"|"Cancelled"|string;
|
|
1077
|
+
export type PhoneNumberOrderType = "New"|"Porting"|string;
|
|
1078
|
+
export type PhoneNumberProductType = "VoiceConnector"|"SipMediaApplicationDialIn"|string;
|
|
1079
|
+
export type PhoneNumberStatus = "Cancelled"|"PortinCancelRequested"|"PortinInProgress"|"AcquireInProgress"|"AcquireFailed"|"Unassigned"|"Assigned"|"ReleaseInProgress"|"DeleteInProgress"|"ReleaseFailed"|"DeleteFailed"|string;
|
|
1080
|
+
export type PhoneNumberType = "Local"|"TollFree"|string;
|
|
1081
|
+
export type PhoneNumberTypeList = PhoneNumberType[];
|
|
1082
|
+
export type Port = number;
|
|
1083
|
+
export type PositiveInteger = number;
|
|
1084
|
+
export interface Proxy {
|
|
1085
|
+
DefaultSessionExpiryMinutes?: Integer;
|
|
1086
|
+
Disabled?: Boolean;
|
|
1087
|
+
FallBackPhoneNumber?: E164PhoneNumber;
|
|
1088
|
+
PhoneNumberCountries?: StringList;
|
|
1089
|
+
}
|
|
1090
|
+
export interface ProxySession {
|
|
1091
|
+
VoiceConnectorId?: NonEmptyString128;
|
|
1092
|
+
ProxySessionId?: NonEmptyString128;
|
|
1093
|
+
Name?: String128;
|
|
1094
|
+
Status?: ProxySessionStatus;
|
|
1095
|
+
ExpiryMinutes?: PositiveInteger;
|
|
1096
|
+
Capabilities?: CapabilityList;
|
|
1097
|
+
CreatedTimestamp?: Iso8601Timestamp;
|
|
1098
|
+
UpdatedTimestamp?: Iso8601Timestamp;
|
|
1099
|
+
EndedTimestamp?: Iso8601Timestamp;
|
|
1100
|
+
Participants?: Participants;
|
|
1101
|
+
NumberSelectionBehavior?: NumberSelectionBehavior;
|
|
1102
|
+
GeoMatchLevel?: GeoMatchLevel;
|
|
1103
|
+
GeoMatchParams?: GeoMatchParams;
|
|
1104
|
+
}
|
|
1105
|
+
export type ProxySessionNameString = string;
|
|
1106
|
+
export type ProxySessionStatus = "Open"|"InProgress"|"Closed"|string;
|
|
1107
|
+
export type ProxySessions = ProxySession[];
|
|
1108
|
+
export interface PutSipMediaApplicationAlexaSkillConfigurationRequest {
|
|
1109
|
+
SipMediaApplicationId: NonEmptyString;
|
|
1110
|
+
SipMediaApplicationAlexaSkillConfiguration?: SipMediaApplicationAlexaSkillConfiguration;
|
|
1111
|
+
}
|
|
1112
|
+
export interface PutSipMediaApplicationAlexaSkillConfigurationResponse {
|
|
1113
|
+
SipMediaApplicationAlexaSkillConfiguration?: SipMediaApplicationAlexaSkillConfiguration;
|
|
1114
|
+
}
|
|
1115
|
+
export interface PutSipMediaApplicationLoggingConfigurationRequest {
|
|
1116
|
+
SipMediaApplicationId: NonEmptyString;
|
|
1117
|
+
SipMediaApplicationLoggingConfiguration?: SipMediaApplicationLoggingConfiguration;
|
|
1118
|
+
}
|
|
1119
|
+
export interface PutSipMediaApplicationLoggingConfigurationResponse {
|
|
1120
|
+
SipMediaApplicationLoggingConfiguration?: SipMediaApplicationLoggingConfiguration;
|
|
1121
|
+
}
|
|
1122
|
+
export interface PutVoiceConnectorEmergencyCallingConfigurationRequest {
|
|
1123
|
+
VoiceConnectorId: NonEmptyString;
|
|
1124
|
+
EmergencyCallingConfiguration: EmergencyCallingConfiguration;
|
|
1125
|
+
}
|
|
1126
|
+
export interface PutVoiceConnectorEmergencyCallingConfigurationResponse {
|
|
1127
|
+
EmergencyCallingConfiguration?: EmergencyCallingConfiguration;
|
|
1128
|
+
}
|
|
1129
|
+
export interface PutVoiceConnectorLoggingConfigurationRequest {
|
|
1130
|
+
VoiceConnectorId: NonEmptyString;
|
|
1131
|
+
LoggingConfiguration: LoggingConfiguration;
|
|
1132
|
+
}
|
|
1133
|
+
export interface PutVoiceConnectorLoggingConfigurationResponse {
|
|
1134
|
+
LoggingConfiguration?: LoggingConfiguration;
|
|
1135
|
+
}
|
|
1136
|
+
export interface PutVoiceConnectorOriginationRequest {
|
|
1137
|
+
VoiceConnectorId: NonEmptyString;
|
|
1138
|
+
Origination: Origination;
|
|
1139
|
+
}
|
|
1140
|
+
export interface PutVoiceConnectorOriginationResponse {
|
|
1141
|
+
Origination?: Origination;
|
|
1142
|
+
}
|
|
1143
|
+
export interface PutVoiceConnectorProxyRequest {
|
|
1144
|
+
VoiceConnectorId: NonEmptyString128;
|
|
1145
|
+
DefaultSessionExpiryMinutes: Integer;
|
|
1146
|
+
PhoneNumberPoolCountries: CountryList;
|
|
1147
|
+
FallBackPhoneNumber?: E164PhoneNumber;
|
|
1148
|
+
Disabled?: Boolean;
|
|
1149
|
+
}
|
|
1150
|
+
export interface PutVoiceConnectorProxyResponse {
|
|
1151
|
+
Proxy?: Proxy;
|
|
1152
|
+
}
|
|
1153
|
+
export interface PutVoiceConnectorStreamingConfigurationRequest {
|
|
1154
|
+
VoiceConnectorId: NonEmptyString;
|
|
1155
|
+
StreamingConfiguration: StreamingConfiguration;
|
|
1156
|
+
}
|
|
1157
|
+
export interface PutVoiceConnectorStreamingConfigurationResponse {
|
|
1158
|
+
StreamingConfiguration?: StreamingConfiguration;
|
|
1159
|
+
}
|
|
1160
|
+
export interface PutVoiceConnectorTerminationCredentialsRequest {
|
|
1161
|
+
VoiceConnectorId: NonEmptyString;
|
|
1162
|
+
Credentials?: CredentialList;
|
|
1163
|
+
}
|
|
1164
|
+
export interface PutVoiceConnectorTerminationRequest {
|
|
1165
|
+
VoiceConnectorId: NonEmptyString;
|
|
1166
|
+
Termination: Termination;
|
|
1167
|
+
}
|
|
1168
|
+
export interface PutVoiceConnectorTerminationResponse {
|
|
1169
|
+
Termination?: Termination;
|
|
1170
|
+
}
|
|
1171
|
+
export interface RestorePhoneNumberRequest {
|
|
1172
|
+
PhoneNumberId: SensitiveNonEmptyString;
|
|
1173
|
+
}
|
|
1174
|
+
export interface RestorePhoneNumberResponse {
|
|
1175
|
+
PhoneNumber?: PhoneNumber;
|
|
1176
|
+
}
|
|
1177
|
+
export type ResultMax = number;
|
|
1178
|
+
export type SMACreateCallArgumentsMap = {[key: string]: SensitiveString};
|
|
1179
|
+
export type SMAUpdateCallArgumentsMap = {[key: string]: SensitiveString};
|
|
1180
|
+
export interface SearchAvailablePhoneNumbersRequest {
|
|
1181
|
+
AreaCode?: String;
|
|
1182
|
+
City?: String;
|
|
1183
|
+
Country?: Alpha2CountryCode;
|
|
1184
|
+
State?: String;
|
|
1185
|
+
TollFreePrefix?: TollFreePrefix;
|
|
1186
|
+
PhoneNumberType?: PhoneNumberType;
|
|
1187
|
+
MaxResults?: PhoneNumberMaxResults;
|
|
1188
|
+
NextToken?: String;
|
|
1189
|
+
}
|
|
1190
|
+
export interface SearchAvailablePhoneNumbersResponse {
|
|
1191
|
+
E164PhoneNumbers?: E164PhoneNumberList;
|
|
1192
|
+
NextToken?: String;
|
|
1193
|
+
}
|
|
1194
|
+
export type SensitiveNonEmptyString = string;
|
|
1195
|
+
export type SensitiveString = string;
|
|
1196
|
+
export type SensitiveStringList = SensitiveString[];
|
|
1197
|
+
export type SipApplicationPriority = number;
|
|
1198
|
+
export type SipHeadersMap = {[key: string]: SensitiveString};
|
|
1199
|
+
export interface SipMediaApplication {
|
|
1200
|
+
SipMediaApplicationId?: NonEmptyString;
|
|
1201
|
+
AwsRegion?: String;
|
|
1202
|
+
Name?: SipMediaApplicationName;
|
|
1203
|
+
Endpoints?: SipMediaApplicationEndpointList;
|
|
1204
|
+
CreatedTimestamp?: Iso8601Timestamp;
|
|
1205
|
+
UpdatedTimestamp?: Iso8601Timestamp;
|
|
1206
|
+
}
|
|
1207
|
+
export interface SipMediaApplicationAlexaSkillConfiguration {
|
|
1208
|
+
AlexaSkillStatus: AlexaSkillStatus;
|
|
1209
|
+
AlexaSkillIds: AlexaSkillIdList;
|
|
1210
|
+
}
|
|
1211
|
+
export interface SipMediaApplicationCall {
|
|
1212
|
+
TransactionId?: GuidString;
|
|
1213
|
+
}
|
|
1214
|
+
export interface SipMediaApplicationEndpoint {
|
|
1215
|
+
LambdaArn?: FunctionArn;
|
|
1216
|
+
}
|
|
1217
|
+
export type SipMediaApplicationEndpointList = SipMediaApplicationEndpoint[];
|
|
1218
|
+
export type SipMediaApplicationList = SipMediaApplication[];
|
|
1219
|
+
export interface SipMediaApplicationLoggingConfiguration {
|
|
1220
|
+
EnableSipMediaApplicationMessageLogs?: Boolean;
|
|
1221
|
+
}
|
|
1222
|
+
export type SipMediaApplicationName = string;
|
|
1223
|
+
export interface SipRule {
|
|
1224
|
+
SipRuleId?: NonEmptyString;
|
|
1225
|
+
Name?: SipRuleName;
|
|
1226
|
+
Disabled?: Boolean;
|
|
1227
|
+
TriggerType?: SipRuleTriggerType;
|
|
1228
|
+
TriggerValue?: NonEmptyString;
|
|
1229
|
+
TargetApplications?: SipRuleTargetApplicationList;
|
|
1230
|
+
CreatedTimestamp?: Iso8601Timestamp;
|
|
1231
|
+
UpdatedTimestamp?: Iso8601Timestamp;
|
|
1232
|
+
}
|
|
1233
|
+
export type SipRuleList = SipRule[];
|
|
1234
|
+
export type SipRuleName = string;
|
|
1235
|
+
export interface SipRuleTargetApplication {
|
|
1236
|
+
SipMediaApplicationId?: NonEmptyString;
|
|
1237
|
+
Priority?: SipApplicationPriority;
|
|
1238
|
+
AwsRegion?: String;
|
|
1239
|
+
}
|
|
1240
|
+
export type SipRuleTargetApplicationList = SipRuleTargetApplication[];
|
|
1241
|
+
export type SipRuleTriggerType = "ToPhoneNumber"|"RequestUriHostname"|string;
|
|
1242
|
+
export interface StreamingConfiguration {
|
|
1243
|
+
DataRetentionInHours: DataRetentionInHours;
|
|
1244
|
+
Disabled: Boolean;
|
|
1245
|
+
StreamingNotificationTargets?: StreamingNotificationTargetList;
|
|
1246
|
+
}
|
|
1247
|
+
export interface StreamingNotificationTarget {
|
|
1248
|
+
NotificationTarget?: NotificationTarget;
|
|
1249
|
+
}
|
|
1250
|
+
export type StreamingNotificationTargetList = StreamingNotificationTarget[];
|
|
1251
|
+
export type String = string;
|
|
1252
|
+
export type String128 = string;
|
|
1253
|
+
export type StringList = String[];
|
|
1254
|
+
export interface Termination {
|
|
1255
|
+
CpsLimit?: CpsLimit;
|
|
1256
|
+
DefaultPhoneNumber?: E164PhoneNumber;
|
|
1257
|
+
CallingRegions?: CallingRegionList;
|
|
1258
|
+
CidrAllowedList?: StringList;
|
|
1259
|
+
Disabled?: Boolean;
|
|
1260
|
+
}
|
|
1261
|
+
export interface TerminationHealth {
|
|
1262
|
+
Timestamp?: Iso8601Timestamp;
|
|
1263
|
+
Source?: String;
|
|
1264
|
+
}
|
|
1265
|
+
export type TollFreePrefix = string;
|
|
1266
|
+
export interface UpdateGlobalSettingsRequest {
|
|
1267
|
+
VoiceConnector?: VoiceConnectorSettings;
|
|
1268
|
+
}
|
|
1269
|
+
export interface UpdatePhoneNumberRequest {
|
|
1270
|
+
PhoneNumberId: SensitiveNonEmptyString;
|
|
1271
|
+
ProductType?: PhoneNumberProductType;
|
|
1272
|
+
CallingName?: CallingName;
|
|
1273
|
+
}
|
|
1274
|
+
export interface UpdatePhoneNumberRequestItem {
|
|
1275
|
+
PhoneNumberId: SensitiveNonEmptyString;
|
|
1276
|
+
ProductType?: PhoneNumberProductType;
|
|
1277
|
+
CallingName?: CallingName;
|
|
1278
|
+
}
|
|
1279
|
+
export type UpdatePhoneNumberRequestItemList = UpdatePhoneNumberRequestItem[];
|
|
1280
|
+
export interface UpdatePhoneNumberResponse {
|
|
1281
|
+
PhoneNumber?: PhoneNumber;
|
|
1282
|
+
}
|
|
1283
|
+
export interface UpdatePhoneNumberSettingsRequest {
|
|
1284
|
+
CallingName: CallingName;
|
|
1285
|
+
}
|
|
1286
|
+
export interface UpdateProxySessionRequest {
|
|
1287
|
+
VoiceConnectorId: NonEmptyString128;
|
|
1288
|
+
ProxySessionId: NonEmptyString128;
|
|
1289
|
+
Capabilities: CapabilityList;
|
|
1290
|
+
ExpiryMinutes?: PositiveInteger;
|
|
1291
|
+
}
|
|
1292
|
+
export interface UpdateProxySessionResponse {
|
|
1293
|
+
ProxySession?: ProxySession;
|
|
1294
|
+
}
|
|
1295
|
+
export interface UpdateSipMediaApplicationCallRequest {
|
|
1296
|
+
SipMediaApplicationId: NonEmptyString;
|
|
1297
|
+
TransactionId: NonEmptyString;
|
|
1298
|
+
Arguments: SMAUpdateCallArgumentsMap;
|
|
1299
|
+
}
|
|
1300
|
+
export interface UpdateSipMediaApplicationCallResponse {
|
|
1301
|
+
SipMediaApplicationCall?: SipMediaApplicationCall;
|
|
1302
|
+
}
|
|
1303
|
+
export interface UpdateSipMediaApplicationRequest {
|
|
1304
|
+
SipMediaApplicationId: NonEmptyString;
|
|
1305
|
+
Name?: SipMediaApplicationName;
|
|
1306
|
+
Endpoints?: SipMediaApplicationEndpointList;
|
|
1307
|
+
}
|
|
1308
|
+
export interface UpdateSipMediaApplicationResponse {
|
|
1309
|
+
SipMediaApplication?: SipMediaApplication;
|
|
1310
|
+
}
|
|
1311
|
+
export interface UpdateSipRuleRequest {
|
|
1312
|
+
SipRuleId: NonEmptyString;
|
|
1313
|
+
Name: SipRuleName;
|
|
1314
|
+
Disabled?: NullableBoolean;
|
|
1315
|
+
TargetApplications?: SipRuleTargetApplicationList;
|
|
1316
|
+
}
|
|
1317
|
+
export interface UpdateSipRuleResponse {
|
|
1318
|
+
SipRule?: SipRule;
|
|
1319
|
+
}
|
|
1320
|
+
export interface UpdateVoiceConnectorGroupRequest {
|
|
1321
|
+
VoiceConnectorGroupId: NonEmptyString;
|
|
1322
|
+
Name: VoiceConnectorGroupName;
|
|
1323
|
+
VoiceConnectorItems: VoiceConnectorItemList;
|
|
1324
|
+
}
|
|
1325
|
+
export interface UpdateVoiceConnectorGroupResponse {
|
|
1326
|
+
VoiceConnectorGroup?: VoiceConnectorGroup;
|
|
1327
|
+
}
|
|
1328
|
+
export interface UpdateVoiceConnectorRequest {
|
|
1329
|
+
VoiceConnectorId: NonEmptyString;
|
|
1330
|
+
Name: VoiceConnectorName;
|
|
1331
|
+
RequireEncryption: Boolean;
|
|
1332
|
+
}
|
|
1333
|
+
export interface UpdateVoiceConnectorResponse {
|
|
1334
|
+
VoiceConnector?: VoiceConnector;
|
|
1335
|
+
}
|
|
1336
|
+
export interface ValidateE911AddressRequest {
|
|
1337
|
+
AwsAccountId: NonEmptyString;
|
|
1338
|
+
StreetNumber: SensitiveNonEmptyString;
|
|
1339
|
+
StreetInfo: SensitiveNonEmptyString;
|
|
1340
|
+
City: SensitiveNonEmptyString;
|
|
1341
|
+
State: SensitiveNonEmptyString;
|
|
1342
|
+
Country: SensitiveNonEmptyString;
|
|
1343
|
+
PostalCode: SensitiveNonEmptyString;
|
|
1344
|
+
}
|
|
1345
|
+
export interface ValidateE911AddressResponse {
|
|
1346
|
+
ValidationResult?: ValidationResult;
|
|
1347
|
+
AddressExternalId?: String;
|
|
1348
|
+
Address?: Address;
|
|
1349
|
+
CandidateAddressList?: CandidateAddressList;
|
|
1350
|
+
}
|
|
1351
|
+
export type ValidationResult = number;
|
|
1352
|
+
export interface VoiceConnector {
|
|
1353
|
+
VoiceConnectorId?: NonEmptyString;
|
|
1354
|
+
AwsRegion?: VoiceConnectorAwsRegion;
|
|
1355
|
+
Name?: VoiceConnectorName;
|
|
1356
|
+
OutboundHostName?: String;
|
|
1357
|
+
RequireEncryption?: Boolean;
|
|
1358
|
+
CreatedTimestamp?: Iso8601Timestamp;
|
|
1359
|
+
UpdatedTimestamp?: Iso8601Timestamp;
|
|
1360
|
+
VoiceConnectorArn?: NonEmptyString;
|
|
1361
|
+
}
|
|
1362
|
+
export type VoiceConnectorAwsRegion = "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"|string;
|
|
1363
|
+
export type VoiceConnectorAwsRegionList = VoiceConnectorAwsRegion[];
|
|
1364
|
+
export interface VoiceConnectorGroup {
|
|
1365
|
+
VoiceConnectorGroupId?: NonEmptyString;
|
|
1366
|
+
Name?: VoiceConnectorGroupName;
|
|
1367
|
+
VoiceConnectorItems?: VoiceConnectorItemList;
|
|
1368
|
+
CreatedTimestamp?: Iso8601Timestamp;
|
|
1369
|
+
UpdatedTimestamp?: Iso8601Timestamp;
|
|
1370
|
+
VoiceConnectorGroupArn?: NonEmptyString;
|
|
1371
|
+
}
|
|
1372
|
+
export type VoiceConnectorGroupList = VoiceConnectorGroup[];
|
|
1373
|
+
export type VoiceConnectorGroupName = string;
|
|
1374
|
+
export interface VoiceConnectorItem {
|
|
1375
|
+
VoiceConnectorId: NonEmptyString;
|
|
1376
|
+
Priority: VoiceConnectorItemPriority;
|
|
1377
|
+
}
|
|
1378
|
+
export type VoiceConnectorItemList = VoiceConnectorItem[];
|
|
1379
|
+
export type VoiceConnectorItemPriority = number;
|
|
1380
|
+
export type VoiceConnectorList = VoiceConnector[];
|
|
1381
|
+
export type VoiceConnectorName = string;
|
|
1382
|
+
export interface VoiceConnectorSettings {
|
|
1383
|
+
CdrBucket?: String;
|
|
1384
|
+
}
|
|
1385
|
+
/**
|
|
1386
|
+
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
|
1387
|
+
*/
|
|
1388
|
+
export type apiVersion = "2022-08-03"|"latest"|string;
|
|
1389
|
+
export interface ClientApiVersions {
|
|
1390
|
+
/**
|
|
1391
|
+
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
|
1392
|
+
*/
|
|
1393
|
+
apiVersion?: apiVersion;
|
|
1394
|
+
}
|
|
1395
|
+
export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
|
|
1396
|
+
/**
|
|
1397
|
+
* Contains interfaces for use with the ChimeSDKVoice client.
|
|
1398
|
+
*/
|
|
1399
|
+
export import Types = ChimeSDKVoice;
|
|
1400
|
+
}
|
|
1401
|
+
export = ChimeSDKVoice;
|