cdk-docker-image-deployment 0.0.199 → 0.0.201
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 +4 -4
- 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 +21 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +74 -41
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.min.json +314 -64
- package/node_modules/aws-sdk/apis/chime-sdk-identity-2021-04-20.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +599 -8
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +162 -88
- package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.min.json +758 -44
- package/node_modules/aws-sdk/apis/chime-sdk-voice-2022-08-03.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.min.json +35 -29
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +69 -61
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +49 -30
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.examples.json +5 -0
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +363 -0
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/metadata.json +4 -0
- package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +88 -42
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1061 -880
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/batch.d.ts +25 -8
- package/node_modules/aws-sdk/clients/chimesdkidentity.d.ts +266 -11
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +696 -14
- package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +180 -107
- package/node_modules/aws-sdk/clients/chimesdkvoice.d.ts +364 -0
- package/node_modules/aws-sdk/clients/codeartifact.d.ts +29 -21
- package/node_modules/aws-sdk/clients/guardduty.d.ts +22 -13
- package/node_modules/aws-sdk/clients/iam.d.ts +4 -4
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +38 -19
- package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +379 -0
- package/node_modules/aws-sdk/clients/ivsrealtime.js +18 -0
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +2 -2
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +1 -1
- package/node_modules/aws-sdk/clients/resiliencehub.d.ts +171 -104
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +219 -14
- package/node_modules/aws-sdk/clients/ssm.d.ts +4 -4
- package/node_modules/aws-sdk/clients/textract.d.ts +13 -13
- 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 +54 -17
- package/node_modules/aws-sdk/dist/aws-sdk.js +7 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +12 -12
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +6 -6
|
@@ -99,6 +99,22 @@ declare class ChimeSDKVoice extends Service {
|
|
|
99
99
|
*
|
|
100
100
|
*/
|
|
101
101
|
createVoiceConnectorGroup(callback?: (err: AWSError, data: ChimeSDKVoice.Types.CreateVoiceConnectorGroupResponse) => void): Request<ChimeSDKVoice.Types.CreateVoiceConnectorGroupResponse, AWSError>;
|
|
102
|
+
/**
|
|
103
|
+
*
|
|
104
|
+
*/
|
|
105
|
+
createVoiceProfile(params: ChimeSDKVoice.Types.CreateVoiceProfileRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.CreateVoiceProfileResponse) => void): Request<ChimeSDKVoice.Types.CreateVoiceProfileResponse, AWSError>;
|
|
106
|
+
/**
|
|
107
|
+
*
|
|
108
|
+
*/
|
|
109
|
+
createVoiceProfile(callback?: (err: AWSError, data: ChimeSDKVoice.Types.CreateVoiceProfileResponse) => void): Request<ChimeSDKVoice.Types.CreateVoiceProfileResponse, AWSError>;
|
|
110
|
+
/**
|
|
111
|
+
*
|
|
112
|
+
*/
|
|
113
|
+
createVoiceProfileDomain(params: ChimeSDKVoice.Types.CreateVoiceProfileDomainRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.CreateVoiceProfileDomainResponse) => void): Request<ChimeSDKVoice.Types.CreateVoiceProfileDomainResponse, AWSError>;
|
|
114
|
+
/**
|
|
115
|
+
*
|
|
116
|
+
*/
|
|
117
|
+
createVoiceProfileDomain(callback?: (err: AWSError, data: ChimeSDKVoice.Types.CreateVoiceProfileDomainResponse) => void): Request<ChimeSDKVoice.Types.CreateVoiceProfileDomainResponse, AWSError>;
|
|
102
118
|
/**
|
|
103
119
|
*
|
|
104
120
|
*/
|
|
@@ -195,6 +211,22 @@ declare class ChimeSDKVoice extends Service {
|
|
|
195
211
|
*
|
|
196
212
|
*/
|
|
197
213
|
deleteVoiceConnectorTerminationCredentials(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
214
|
+
/**
|
|
215
|
+
*
|
|
216
|
+
*/
|
|
217
|
+
deleteVoiceProfile(params: ChimeSDKVoice.Types.DeleteVoiceProfileRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
218
|
+
/**
|
|
219
|
+
*
|
|
220
|
+
*/
|
|
221
|
+
deleteVoiceProfile(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
222
|
+
/**
|
|
223
|
+
*
|
|
224
|
+
*/
|
|
225
|
+
deleteVoiceProfileDomain(params: ChimeSDKVoice.Types.DeleteVoiceProfileDomainRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
226
|
+
/**
|
|
227
|
+
*
|
|
228
|
+
*/
|
|
229
|
+
deleteVoiceProfileDomain(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
198
230
|
/**
|
|
199
231
|
*
|
|
200
232
|
*/
|
|
@@ -275,6 +307,14 @@ declare class ChimeSDKVoice extends Service {
|
|
|
275
307
|
*
|
|
276
308
|
*/
|
|
277
309
|
getSipRule(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetSipRuleResponse) => void): Request<ChimeSDKVoice.Types.GetSipRuleResponse, AWSError>;
|
|
310
|
+
/**
|
|
311
|
+
*
|
|
312
|
+
*/
|
|
313
|
+
getSpeakerSearchTask(params: ChimeSDKVoice.Types.GetSpeakerSearchTaskRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetSpeakerSearchTaskResponse) => void): Request<ChimeSDKVoice.Types.GetSpeakerSearchTaskResponse, AWSError>;
|
|
314
|
+
/**
|
|
315
|
+
*
|
|
316
|
+
*/
|
|
317
|
+
getSpeakerSearchTask(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetSpeakerSearchTaskResponse) => void): Request<ChimeSDKVoice.Types.GetSpeakerSearchTaskResponse, AWSError>;
|
|
278
318
|
/**
|
|
279
319
|
*
|
|
280
320
|
*/
|
|
@@ -347,6 +387,30 @@ declare class ChimeSDKVoice extends Service {
|
|
|
347
387
|
*
|
|
348
388
|
*/
|
|
349
389
|
getVoiceConnectorTerminationHealth(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetVoiceConnectorTerminationHealthResponse) => void): Request<ChimeSDKVoice.Types.GetVoiceConnectorTerminationHealthResponse, AWSError>;
|
|
390
|
+
/**
|
|
391
|
+
*
|
|
392
|
+
*/
|
|
393
|
+
getVoiceProfile(params: ChimeSDKVoice.Types.GetVoiceProfileRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetVoiceProfileResponse) => void): Request<ChimeSDKVoice.Types.GetVoiceProfileResponse, AWSError>;
|
|
394
|
+
/**
|
|
395
|
+
*
|
|
396
|
+
*/
|
|
397
|
+
getVoiceProfile(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetVoiceProfileResponse) => void): Request<ChimeSDKVoice.Types.GetVoiceProfileResponse, AWSError>;
|
|
398
|
+
/**
|
|
399
|
+
*
|
|
400
|
+
*/
|
|
401
|
+
getVoiceProfileDomain(params: ChimeSDKVoice.Types.GetVoiceProfileDomainRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetVoiceProfileDomainResponse) => void): Request<ChimeSDKVoice.Types.GetVoiceProfileDomainResponse, AWSError>;
|
|
402
|
+
/**
|
|
403
|
+
*
|
|
404
|
+
*/
|
|
405
|
+
getVoiceProfileDomain(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetVoiceProfileDomainResponse) => void): Request<ChimeSDKVoice.Types.GetVoiceProfileDomainResponse, AWSError>;
|
|
406
|
+
/**
|
|
407
|
+
*
|
|
408
|
+
*/
|
|
409
|
+
getVoiceToneAnalysisTask(params: ChimeSDKVoice.Types.GetVoiceToneAnalysisTaskRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetVoiceToneAnalysisTaskResponse) => void): Request<ChimeSDKVoice.Types.GetVoiceToneAnalysisTaskResponse, AWSError>;
|
|
410
|
+
/**
|
|
411
|
+
*
|
|
412
|
+
*/
|
|
413
|
+
getVoiceToneAnalysisTask(callback?: (err: AWSError, data: ChimeSDKVoice.Types.GetVoiceToneAnalysisTaskResponse) => void): Request<ChimeSDKVoice.Types.GetVoiceToneAnalysisTaskResponse, AWSError>;
|
|
350
414
|
/**
|
|
351
415
|
*
|
|
352
416
|
*/
|
|
@@ -399,6 +463,14 @@ declare class ChimeSDKVoice extends Service {
|
|
|
399
463
|
*
|
|
400
464
|
*/
|
|
401
465
|
listSupportedPhoneNumberCountries(callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListSupportedPhoneNumberCountriesResponse) => void): Request<ChimeSDKVoice.Types.ListSupportedPhoneNumberCountriesResponse, AWSError>;
|
|
466
|
+
/**
|
|
467
|
+
*
|
|
468
|
+
*/
|
|
469
|
+
listTagsForResource(params: ChimeSDKVoice.Types.ListTagsForResourceRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListTagsForResourceResponse) => void): Request<ChimeSDKVoice.Types.ListTagsForResourceResponse, AWSError>;
|
|
470
|
+
/**
|
|
471
|
+
*
|
|
472
|
+
*/
|
|
473
|
+
listTagsForResource(callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListTagsForResourceResponse) => void): Request<ChimeSDKVoice.Types.ListTagsForResourceResponse, AWSError>;
|
|
402
474
|
/**
|
|
403
475
|
*
|
|
404
476
|
*/
|
|
@@ -423,6 +495,22 @@ declare class ChimeSDKVoice extends Service {
|
|
|
423
495
|
*
|
|
424
496
|
*/
|
|
425
497
|
listVoiceConnectors(callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListVoiceConnectorsResponse) => void): Request<ChimeSDKVoice.Types.ListVoiceConnectorsResponse, AWSError>;
|
|
498
|
+
/**
|
|
499
|
+
*
|
|
500
|
+
*/
|
|
501
|
+
listVoiceProfileDomains(params: ChimeSDKVoice.Types.ListVoiceProfileDomainsRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListVoiceProfileDomainsResponse) => void): Request<ChimeSDKVoice.Types.ListVoiceProfileDomainsResponse, AWSError>;
|
|
502
|
+
/**
|
|
503
|
+
*
|
|
504
|
+
*/
|
|
505
|
+
listVoiceProfileDomains(callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListVoiceProfileDomainsResponse) => void): Request<ChimeSDKVoice.Types.ListVoiceProfileDomainsResponse, AWSError>;
|
|
506
|
+
/**
|
|
507
|
+
*
|
|
508
|
+
*/
|
|
509
|
+
listVoiceProfiles(params: ChimeSDKVoice.Types.ListVoiceProfilesRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListVoiceProfilesResponse) => void): Request<ChimeSDKVoice.Types.ListVoiceProfilesResponse, AWSError>;
|
|
510
|
+
/**
|
|
511
|
+
*
|
|
512
|
+
*/
|
|
513
|
+
listVoiceProfiles(callback?: (err: AWSError, data: ChimeSDKVoice.Types.ListVoiceProfilesResponse) => void): Request<ChimeSDKVoice.Types.ListVoiceProfilesResponse, AWSError>;
|
|
426
514
|
/**
|
|
427
515
|
*
|
|
428
516
|
*/
|
|
@@ -511,6 +599,54 @@ declare class ChimeSDKVoice extends Service {
|
|
|
511
599
|
*
|
|
512
600
|
*/
|
|
513
601
|
searchAvailablePhoneNumbers(callback?: (err: AWSError, data: ChimeSDKVoice.Types.SearchAvailablePhoneNumbersResponse) => void): Request<ChimeSDKVoice.Types.SearchAvailablePhoneNumbersResponse, AWSError>;
|
|
602
|
+
/**
|
|
603
|
+
*
|
|
604
|
+
*/
|
|
605
|
+
startSpeakerSearchTask(params: ChimeSDKVoice.Types.StartSpeakerSearchTaskRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.StartSpeakerSearchTaskResponse) => void): Request<ChimeSDKVoice.Types.StartSpeakerSearchTaskResponse, AWSError>;
|
|
606
|
+
/**
|
|
607
|
+
*
|
|
608
|
+
*/
|
|
609
|
+
startSpeakerSearchTask(callback?: (err: AWSError, data: ChimeSDKVoice.Types.StartSpeakerSearchTaskResponse) => void): Request<ChimeSDKVoice.Types.StartSpeakerSearchTaskResponse, AWSError>;
|
|
610
|
+
/**
|
|
611
|
+
*
|
|
612
|
+
*/
|
|
613
|
+
startVoiceToneAnalysisTask(params: ChimeSDKVoice.Types.StartVoiceToneAnalysisTaskRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.StartVoiceToneAnalysisTaskResponse) => void): Request<ChimeSDKVoice.Types.StartVoiceToneAnalysisTaskResponse, AWSError>;
|
|
614
|
+
/**
|
|
615
|
+
*
|
|
616
|
+
*/
|
|
617
|
+
startVoiceToneAnalysisTask(callback?: (err: AWSError, data: ChimeSDKVoice.Types.StartVoiceToneAnalysisTaskResponse) => void): Request<ChimeSDKVoice.Types.StartVoiceToneAnalysisTaskResponse, AWSError>;
|
|
618
|
+
/**
|
|
619
|
+
*
|
|
620
|
+
*/
|
|
621
|
+
stopSpeakerSearchTask(params: ChimeSDKVoice.Types.StopSpeakerSearchTaskRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
622
|
+
/**
|
|
623
|
+
*
|
|
624
|
+
*/
|
|
625
|
+
stopSpeakerSearchTask(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
626
|
+
/**
|
|
627
|
+
*
|
|
628
|
+
*/
|
|
629
|
+
stopVoiceToneAnalysisTask(params: ChimeSDKVoice.Types.StopVoiceToneAnalysisTaskRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
630
|
+
/**
|
|
631
|
+
*
|
|
632
|
+
*/
|
|
633
|
+
stopVoiceToneAnalysisTask(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
634
|
+
/**
|
|
635
|
+
*
|
|
636
|
+
*/
|
|
637
|
+
tagResource(params: ChimeSDKVoice.Types.TagResourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
638
|
+
/**
|
|
639
|
+
*
|
|
640
|
+
*/
|
|
641
|
+
tagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
642
|
+
/**
|
|
643
|
+
*
|
|
644
|
+
*/
|
|
645
|
+
untagResource(params: ChimeSDKVoice.Types.UntagResourceRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
646
|
+
/**
|
|
647
|
+
*
|
|
648
|
+
*/
|
|
649
|
+
untagResource(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
|
|
514
650
|
/**
|
|
515
651
|
*
|
|
516
652
|
*/
|
|
@@ -583,6 +719,22 @@ declare class ChimeSDKVoice extends Service {
|
|
|
583
719
|
*
|
|
584
720
|
*/
|
|
585
721
|
updateVoiceConnectorGroup(callback?: (err: AWSError, data: ChimeSDKVoice.Types.UpdateVoiceConnectorGroupResponse) => void): Request<ChimeSDKVoice.Types.UpdateVoiceConnectorGroupResponse, AWSError>;
|
|
722
|
+
/**
|
|
723
|
+
*
|
|
724
|
+
*/
|
|
725
|
+
updateVoiceProfile(params: ChimeSDKVoice.Types.UpdateVoiceProfileRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.UpdateVoiceProfileResponse) => void): Request<ChimeSDKVoice.Types.UpdateVoiceProfileResponse, AWSError>;
|
|
726
|
+
/**
|
|
727
|
+
*
|
|
728
|
+
*/
|
|
729
|
+
updateVoiceProfile(callback?: (err: AWSError, data: ChimeSDKVoice.Types.UpdateVoiceProfileResponse) => void): Request<ChimeSDKVoice.Types.UpdateVoiceProfileResponse, AWSError>;
|
|
730
|
+
/**
|
|
731
|
+
*
|
|
732
|
+
*/
|
|
733
|
+
updateVoiceProfileDomain(params: ChimeSDKVoice.Types.UpdateVoiceProfileDomainRequest, callback?: (err: AWSError, data: ChimeSDKVoice.Types.UpdateVoiceProfileDomainResponse) => void): Request<ChimeSDKVoice.Types.UpdateVoiceProfileDomainResponse, AWSError>;
|
|
734
|
+
/**
|
|
735
|
+
*
|
|
736
|
+
*/
|
|
737
|
+
updateVoiceProfileDomain(callback?: (err: AWSError, data: ChimeSDKVoice.Types.UpdateVoiceProfileDomainResponse) => void): Request<ChimeSDKVoice.Types.UpdateVoiceProfileDomainResponse, AWSError>;
|
|
586
738
|
/**
|
|
587
739
|
*
|
|
588
740
|
*/
|
|
@@ -610,6 +762,7 @@ declare namespace ChimeSDKVoice {
|
|
|
610
762
|
export type AlexaSkillStatus = "ACTIVE"|"INACTIVE"|string;
|
|
611
763
|
export type Alpha2CountryCode = string;
|
|
612
764
|
export type AreaCode = string;
|
|
765
|
+
export type Arn = string;
|
|
613
766
|
export interface AssociatePhoneNumbersWithVoiceConnectorGroupRequest {
|
|
614
767
|
VoiceConnectorGroupId: NonEmptyString;
|
|
615
768
|
E164PhoneNumbers: E164PhoneNumberList;
|
|
@@ -639,6 +792,11 @@ declare namespace ChimeSDKVoice {
|
|
|
639
792
|
PhoneNumberErrors?: PhoneNumberErrorList;
|
|
640
793
|
}
|
|
641
794
|
export type Boolean = boolean;
|
|
795
|
+
export interface CallDetails {
|
|
796
|
+
VoiceConnectorId?: NonEmptyString128;
|
|
797
|
+
TransactionId?: NonEmptyString256;
|
|
798
|
+
IsCaller?: Boolean;
|
|
799
|
+
}
|
|
642
800
|
export type CallingName = string;
|
|
643
801
|
export type CallingNameStatus = "Unassigned"|"UpdateInProgress"|"UpdateSucceeded"|"UpdateFailed"|string;
|
|
644
802
|
export type CallingRegion = string;
|
|
@@ -655,6 +813,8 @@ declare namespace ChimeSDKVoice {
|
|
|
655
813
|
export type CandidateAddressList = CandidateAddress[];
|
|
656
814
|
export type Capability = "Voice"|"SMS"|string;
|
|
657
815
|
export type CapabilityList = Capability[];
|
|
816
|
+
export type ClientRequestId = string;
|
|
817
|
+
export type ConfidenceScore = number;
|
|
658
818
|
export type Country = string;
|
|
659
819
|
export type CountryList = Country[];
|
|
660
820
|
export type CpsLimit = number;
|
|
@@ -721,6 +881,22 @@ declare namespace ChimeSDKVoice {
|
|
|
721
881
|
export interface CreateVoiceConnectorResponse {
|
|
722
882
|
VoiceConnector?: VoiceConnector;
|
|
723
883
|
}
|
|
884
|
+
export interface CreateVoiceProfileDomainRequest {
|
|
885
|
+
Name: VoiceProfileDomainName;
|
|
886
|
+
Description?: VoiceProfileDomainDescription;
|
|
887
|
+
ServerSideEncryptionConfiguration: ServerSideEncryptionConfiguration;
|
|
888
|
+
ClientRequestToken?: ClientRequestId;
|
|
889
|
+
Tags?: TagList;
|
|
890
|
+
}
|
|
891
|
+
export interface CreateVoiceProfileDomainResponse {
|
|
892
|
+
VoiceProfileDomain?: VoiceProfileDomain;
|
|
893
|
+
}
|
|
894
|
+
export interface CreateVoiceProfileRequest {
|
|
895
|
+
SpeakerSearchTaskId: NonEmptyString256;
|
|
896
|
+
}
|
|
897
|
+
export interface CreateVoiceProfileResponse {
|
|
898
|
+
VoiceProfile?: VoiceProfile;
|
|
899
|
+
}
|
|
724
900
|
export interface Credential {
|
|
725
901
|
Username?: SensitiveString;
|
|
726
902
|
Password?: SensitiveString;
|
|
@@ -771,6 +947,12 @@ declare namespace ChimeSDKVoice {
|
|
|
771
947
|
export interface DeleteVoiceConnectorTerminationRequest {
|
|
772
948
|
VoiceConnectorId: NonEmptyString;
|
|
773
949
|
}
|
|
950
|
+
export interface DeleteVoiceProfileDomainRequest {
|
|
951
|
+
VoiceProfileDomainId: NonEmptyString256;
|
|
952
|
+
}
|
|
953
|
+
export interface DeleteVoiceProfileRequest {
|
|
954
|
+
VoiceProfileId: NonEmptyString256;
|
|
955
|
+
}
|
|
774
956
|
export interface DisassociatePhoneNumbersFromVoiceConnectorGroupRequest {
|
|
775
957
|
VoiceConnectorGroupId: NonEmptyString;
|
|
776
958
|
E164PhoneNumbers: E164PhoneNumberList;
|
|
@@ -847,6 +1029,13 @@ declare namespace ChimeSDKVoice {
|
|
|
847
1029
|
export interface GetSipRuleResponse {
|
|
848
1030
|
SipRule?: SipRule;
|
|
849
1031
|
}
|
|
1032
|
+
export interface GetSpeakerSearchTaskRequest {
|
|
1033
|
+
VoiceConnectorId: NonEmptyString128;
|
|
1034
|
+
SpeakerSearchTaskId: NonEmptyString256;
|
|
1035
|
+
}
|
|
1036
|
+
export interface GetSpeakerSearchTaskResponse {
|
|
1037
|
+
SpeakerSearchTask?: SpeakerSearchTask;
|
|
1038
|
+
}
|
|
850
1039
|
export interface GetVoiceConnectorEmergencyCallingConfigurationRequest {
|
|
851
1040
|
VoiceConnectorId: NonEmptyString;
|
|
852
1041
|
}
|
|
@@ -901,9 +1090,30 @@ declare namespace ChimeSDKVoice {
|
|
|
901
1090
|
export interface GetVoiceConnectorTerminationResponse {
|
|
902
1091
|
Termination?: Termination;
|
|
903
1092
|
}
|
|
1093
|
+
export interface GetVoiceProfileDomainRequest {
|
|
1094
|
+
VoiceProfileDomainId: NonEmptyString256;
|
|
1095
|
+
}
|
|
1096
|
+
export interface GetVoiceProfileDomainResponse {
|
|
1097
|
+
VoiceProfileDomain?: VoiceProfileDomain;
|
|
1098
|
+
}
|
|
1099
|
+
export interface GetVoiceProfileRequest {
|
|
1100
|
+
VoiceProfileId: NonEmptyString256;
|
|
1101
|
+
}
|
|
1102
|
+
export interface GetVoiceProfileResponse {
|
|
1103
|
+
VoiceProfile?: VoiceProfile;
|
|
1104
|
+
}
|
|
1105
|
+
export interface GetVoiceToneAnalysisTaskRequest {
|
|
1106
|
+
VoiceConnectorId: NonEmptyString128;
|
|
1107
|
+
VoiceToneAnalysisTaskId: NonEmptyString256;
|
|
1108
|
+
IsCaller: Boolean;
|
|
1109
|
+
}
|
|
1110
|
+
export interface GetVoiceToneAnalysisTaskResponse {
|
|
1111
|
+
VoiceToneAnalysisTask?: VoiceToneAnalysisTask;
|
|
1112
|
+
}
|
|
904
1113
|
export type GuidString = string;
|
|
905
1114
|
export type Integer = number;
|
|
906
1115
|
export type Iso8601Timestamp = Date;
|
|
1116
|
+
export type LanguageCode = "en-US"|string;
|
|
907
1117
|
export interface ListAvailableVoiceConnectorRegionsResponse {
|
|
908
1118
|
VoiceConnectorRegions?: VoiceConnectorAwsRegionList;
|
|
909
1119
|
}
|
|
@@ -960,6 +1170,12 @@ declare namespace ChimeSDKVoice {
|
|
|
960
1170
|
export interface ListSupportedPhoneNumberCountriesResponse {
|
|
961
1171
|
PhoneNumberCountries?: PhoneNumberCountriesList;
|
|
962
1172
|
}
|
|
1173
|
+
export interface ListTagsForResourceRequest {
|
|
1174
|
+
ResourceARN: Arn;
|
|
1175
|
+
}
|
|
1176
|
+
export interface ListTagsForResourceResponse {
|
|
1177
|
+
Tags?: TagList;
|
|
1178
|
+
}
|
|
963
1179
|
export interface ListVoiceConnectorGroupsRequest {
|
|
964
1180
|
NextToken?: String;
|
|
965
1181
|
MaxResults?: ResultMax;
|
|
@@ -982,13 +1198,35 @@ declare namespace ChimeSDKVoice {
|
|
|
982
1198
|
VoiceConnectors?: VoiceConnectorList;
|
|
983
1199
|
NextToken?: String;
|
|
984
1200
|
}
|
|
1201
|
+
export interface ListVoiceProfileDomainsRequest {
|
|
1202
|
+
NextToken?: String;
|
|
1203
|
+
MaxResults?: ResultMax;
|
|
1204
|
+
}
|
|
1205
|
+
export interface ListVoiceProfileDomainsResponse {
|
|
1206
|
+
VoiceProfileDomains?: VoiceProfileDomainSummaryList;
|
|
1207
|
+
NextToken?: String;
|
|
1208
|
+
}
|
|
1209
|
+
export interface ListVoiceProfilesRequest {
|
|
1210
|
+
VoiceProfileDomainId: NonEmptyString256;
|
|
1211
|
+
NextToken?: String;
|
|
1212
|
+
MaxResults?: ResultMax;
|
|
1213
|
+
}
|
|
1214
|
+
export interface ListVoiceProfilesResponse {
|
|
1215
|
+
VoiceProfiles?: VoiceProfileSummaryList;
|
|
1216
|
+
NextToken?: String;
|
|
1217
|
+
}
|
|
985
1218
|
export interface LoggingConfiguration {
|
|
986
1219
|
EnableSIPLogs?: Boolean;
|
|
987
1220
|
EnableMediaMetricLogs?: Boolean;
|
|
988
1221
|
}
|
|
1222
|
+
export interface MediaInsightsConfiguration {
|
|
1223
|
+
Disabled?: Boolean;
|
|
1224
|
+
ConfigurationArn?: Arn;
|
|
1225
|
+
}
|
|
989
1226
|
export type NextTokenString = string;
|
|
990
1227
|
export type NonEmptyString = string;
|
|
991
1228
|
export type NonEmptyString128 = string;
|
|
1229
|
+
export type NonEmptyString256 = string;
|
|
992
1230
|
export type NonEmptyStringList = String[];
|
|
993
1231
|
export type NotificationTarget = "EventBridge"|"SNS"|"SQS"|string;
|
|
994
1232
|
export type NullableBoolean = boolean;
|
|
@@ -1195,6 +1433,9 @@ declare namespace ChimeSDKVoice {
|
|
|
1195
1433
|
export type SensitiveNonEmptyString = string;
|
|
1196
1434
|
export type SensitiveString = string;
|
|
1197
1435
|
export type SensitiveStringList = SensitiveString[];
|
|
1436
|
+
export interface ServerSideEncryptionConfiguration {
|
|
1437
|
+
KmsKeyArn: Arn;
|
|
1438
|
+
}
|
|
1198
1439
|
export type SipApplicationPriority = number;
|
|
1199
1440
|
export type SipHeadersMap = {[key: string]: SensitiveString};
|
|
1200
1441
|
export interface SipMediaApplication {
|
|
@@ -1240,10 +1481,56 @@ declare namespace ChimeSDKVoice {
|
|
|
1240
1481
|
}
|
|
1241
1482
|
export type SipRuleTargetApplicationList = SipRuleTargetApplication[];
|
|
1242
1483
|
export type SipRuleTriggerType = "ToPhoneNumber"|"RequestUriHostname"|string;
|
|
1484
|
+
export interface SpeakerSearchDetails {
|
|
1485
|
+
Results?: SpeakerSearchResultList;
|
|
1486
|
+
VoiceprintGenerationStatus?: NonEmptyString256;
|
|
1487
|
+
}
|
|
1488
|
+
export interface SpeakerSearchResult {
|
|
1489
|
+
ConfidenceScore?: ConfidenceScore;
|
|
1490
|
+
VoiceProfileId?: NonEmptyString256;
|
|
1491
|
+
}
|
|
1492
|
+
export type SpeakerSearchResultList = SpeakerSearchResult[];
|
|
1493
|
+
export interface SpeakerSearchTask {
|
|
1494
|
+
SpeakerSearchTaskId?: NonEmptyString256;
|
|
1495
|
+
SpeakerSearchTaskStatus?: NonEmptyString;
|
|
1496
|
+
CallDetails?: CallDetails;
|
|
1497
|
+
SpeakerSearchDetails?: SpeakerSearchDetails;
|
|
1498
|
+
CreatedTimestamp?: Iso8601Timestamp;
|
|
1499
|
+
UpdatedTimestamp?: Iso8601Timestamp;
|
|
1500
|
+
StartedTimestamp?: Iso8601Timestamp;
|
|
1501
|
+
StatusMessage?: String;
|
|
1502
|
+
}
|
|
1503
|
+
export interface StartSpeakerSearchTaskRequest {
|
|
1504
|
+
VoiceConnectorId: NonEmptyString128;
|
|
1505
|
+
TransactionId: NonEmptyString256;
|
|
1506
|
+
VoiceProfileDomainId: NonEmptyString256;
|
|
1507
|
+
ClientRequestToken?: ClientRequestId;
|
|
1508
|
+
}
|
|
1509
|
+
export interface StartSpeakerSearchTaskResponse {
|
|
1510
|
+
SpeakerSearchTask?: SpeakerSearchTask;
|
|
1511
|
+
}
|
|
1512
|
+
export interface StartVoiceToneAnalysisTaskRequest {
|
|
1513
|
+
VoiceConnectorId: NonEmptyString128;
|
|
1514
|
+
TransactionId: NonEmptyString256;
|
|
1515
|
+
LanguageCode: LanguageCode;
|
|
1516
|
+
ClientRequestToken?: ClientRequestId;
|
|
1517
|
+
}
|
|
1518
|
+
export interface StartVoiceToneAnalysisTaskResponse {
|
|
1519
|
+
VoiceToneAnalysisTask?: VoiceToneAnalysisTask;
|
|
1520
|
+
}
|
|
1521
|
+
export interface StopSpeakerSearchTaskRequest {
|
|
1522
|
+
VoiceConnectorId: NonEmptyString128;
|
|
1523
|
+
SpeakerSearchTaskId: NonEmptyString256;
|
|
1524
|
+
}
|
|
1525
|
+
export interface StopVoiceToneAnalysisTaskRequest {
|
|
1526
|
+
VoiceConnectorId: NonEmptyString128;
|
|
1527
|
+
VoiceToneAnalysisTaskId: NonEmptyString256;
|
|
1528
|
+
}
|
|
1243
1529
|
export interface StreamingConfiguration {
|
|
1244
1530
|
DataRetentionInHours: DataRetentionInHours;
|
|
1245
1531
|
Disabled: Boolean;
|
|
1246
1532
|
StreamingNotificationTargets?: StreamingNotificationTargetList;
|
|
1533
|
+
MediaInsightsConfiguration?: MediaInsightsConfiguration;
|
|
1247
1534
|
}
|
|
1248
1535
|
export interface StreamingNotificationTarget {
|
|
1249
1536
|
NotificationTarget?: NotificationTarget;
|
|
@@ -1252,6 +1539,18 @@ declare namespace ChimeSDKVoice {
|
|
|
1252
1539
|
export type String = string;
|
|
1253
1540
|
export type String128 = string;
|
|
1254
1541
|
export type StringList = String[];
|
|
1542
|
+
export interface Tag {
|
|
1543
|
+
Key: TagKey;
|
|
1544
|
+
Value: TagValue;
|
|
1545
|
+
}
|
|
1546
|
+
export type TagKey = string;
|
|
1547
|
+
export type TagKeyList = TagKey[];
|
|
1548
|
+
export type TagList = Tag[];
|
|
1549
|
+
export interface TagResourceRequest {
|
|
1550
|
+
ResourceARN: Arn;
|
|
1551
|
+
Tags: TagList;
|
|
1552
|
+
}
|
|
1553
|
+
export type TagValue = string;
|
|
1255
1554
|
export interface Termination {
|
|
1256
1555
|
CpsLimit?: CpsLimit;
|
|
1257
1556
|
DefaultPhoneNumber?: E164PhoneNumber;
|
|
@@ -1264,6 +1563,10 @@ declare namespace ChimeSDKVoice {
|
|
|
1264
1563
|
Source?: String;
|
|
1265
1564
|
}
|
|
1266
1565
|
export type TollFreePrefix = string;
|
|
1566
|
+
export interface UntagResourceRequest {
|
|
1567
|
+
ResourceARN: Arn;
|
|
1568
|
+
TagKeys: TagKeyList;
|
|
1569
|
+
}
|
|
1267
1570
|
export interface UpdateGlobalSettingsRequest {
|
|
1268
1571
|
VoiceConnector?: VoiceConnectorSettings;
|
|
1269
1572
|
}
|
|
@@ -1334,6 +1637,21 @@ declare namespace ChimeSDKVoice {
|
|
|
1334
1637
|
export interface UpdateVoiceConnectorResponse {
|
|
1335
1638
|
VoiceConnector?: VoiceConnector;
|
|
1336
1639
|
}
|
|
1640
|
+
export interface UpdateVoiceProfileDomainRequest {
|
|
1641
|
+
VoiceProfileDomainId: NonEmptyString256;
|
|
1642
|
+
Name?: VoiceProfileDomainName;
|
|
1643
|
+
Description?: VoiceProfileDomainDescription;
|
|
1644
|
+
}
|
|
1645
|
+
export interface UpdateVoiceProfileDomainResponse {
|
|
1646
|
+
VoiceProfileDomain?: VoiceProfileDomain;
|
|
1647
|
+
}
|
|
1648
|
+
export interface UpdateVoiceProfileRequest {
|
|
1649
|
+
VoiceProfileId: NonEmptyString256;
|
|
1650
|
+
SpeakerSearchTaskId: NonEmptyString256;
|
|
1651
|
+
}
|
|
1652
|
+
export interface UpdateVoiceProfileResponse {
|
|
1653
|
+
VoiceProfile?: VoiceProfile;
|
|
1654
|
+
}
|
|
1337
1655
|
export interface ValidateE911AddressRequest {
|
|
1338
1656
|
AwsAccountId: NonEmptyString;
|
|
1339
1657
|
StreetNumber: SensitiveNonEmptyString;
|
|
@@ -1383,6 +1701,52 @@ declare namespace ChimeSDKVoice {
|
|
|
1383
1701
|
export interface VoiceConnectorSettings {
|
|
1384
1702
|
CdrBucket?: String;
|
|
1385
1703
|
}
|
|
1704
|
+
export interface VoiceProfile {
|
|
1705
|
+
VoiceProfileId?: NonEmptyString256;
|
|
1706
|
+
VoiceProfileArn?: Arn;
|
|
1707
|
+
VoiceProfileDomainId?: NonEmptyString256;
|
|
1708
|
+
CreatedTimestamp?: Iso8601Timestamp;
|
|
1709
|
+
UpdatedTimestamp?: Iso8601Timestamp;
|
|
1710
|
+
ExpirationTimestamp?: Iso8601Timestamp;
|
|
1711
|
+
}
|
|
1712
|
+
export interface VoiceProfileDomain {
|
|
1713
|
+
VoiceProfileDomainId?: NonEmptyString256;
|
|
1714
|
+
VoiceProfileDomainArn?: Arn;
|
|
1715
|
+
Name?: VoiceProfileDomainName;
|
|
1716
|
+
Description?: VoiceProfileDomainDescription;
|
|
1717
|
+
ServerSideEncryptionConfiguration?: ServerSideEncryptionConfiguration;
|
|
1718
|
+
CreatedTimestamp?: Iso8601Timestamp;
|
|
1719
|
+
UpdatedTimestamp?: Iso8601Timestamp;
|
|
1720
|
+
}
|
|
1721
|
+
export type VoiceProfileDomainDescription = string;
|
|
1722
|
+
export type VoiceProfileDomainName = string;
|
|
1723
|
+
export interface VoiceProfileDomainSummary {
|
|
1724
|
+
VoiceProfileDomainId?: NonEmptyString256;
|
|
1725
|
+
VoiceProfileDomainArn?: Arn;
|
|
1726
|
+
Name?: VoiceProfileDomainName;
|
|
1727
|
+
Description?: VoiceProfileDomainDescription;
|
|
1728
|
+
CreatedTimestamp?: Iso8601Timestamp;
|
|
1729
|
+
UpdatedTimestamp?: Iso8601Timestamp;
|
|
1730
|
+
}
|
|
1731
|
+
export type VoiceProfileDomainSummaryList = VoiceProfileDomainSummary[];
|
|
1732
|
+
export interface VoiceProfileSummary {
|
|
1733
|
+
VoiceProfileId?: NonEmptyString256;
|
|
1734
|
+
VoiceProfileArn?: Arn;
|
|
1735
|
+
VoiceProfileDomainId?: NonEmptyString256;
|
|
1736
|
+
CreatedTimestamp?: Iso8601Timestamp;
|
|
1737
|
+
UpdatedTimestamp?: Iso8601Timestamp;
|
|
1738
|
+
ExpirationTimestamp?: Iso8601Timestamp;
|
|
1739
|
+
}
|
|
1740
|
+
export type VoiceProfileSummaryList = VoiceProfileSummary[];
|
|
1741
|
+
export interface VoiceToneAnalysisTask {
|
|
1742
|
+
VoiceToneAnalysisTaskId?: NonEmptyString256;
|
|
1743
|
+
VoiceToneAnalysisTaskStatus?: NonEmptyString;
|
|
1744
|
+
CallDetails?: CallDetails;
|
|
1745
|
+
CreatedTimestamp?: Iso8601Timestamp;
|
|
1746
|
+
UpdatedTimestamp?: Iso8601Timestamp;
|
|
1747
|
+
StartedTimestamp?: Iso8601Timestamp;
|
|
1748
|
+
StatusMessage?: String;
|
|
1749
|
+
}
|
|
1386
1750
|
/**
|
|
1387
1751
|
* 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.
|
|
1388
1752
|
*/
|