aws-sdk-chimesdkvoice 1.0.0 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-chimesdkvoice/client.rb +1 -1
- data/lib/aws-sdk-chimesdkvoice/endpoint_provider.rb +35 -95
- data/lib/aws-sdk-chimesdkvoice/types.rb +0 -832
- data/lib/aws-sdk-chimesdkvoice.rb +1 -1
- metadata +2 -2
@@ -61,15 +61,6 @@ module Aws::ChimeSDKVoice
|
|
61
61
|
include Aws::Structure
|
62
62
|
end
|
63
63
|
|
64
|
-
# @note When making an API call, you may pass AssociatePhoneNumbersWithVoiceConnectorGroupRequest
|
65
|
-
# data as a hash:
|
66
|
-
#
|
67
|
-
# {
|
68
|
-
# voice_connector_group_id: "NonEmptyString", # required
|
69
|
-
# e164_phone_numbers: ["E164PhoneNumber"], # required
|
70
|
-
# force_associate: false,
|
71
|
-
# }
|
72
|
-
#
|
73
64
|
# @!attribute [rw] voice_connector_group_id
|
74
65
|
# @return [String]
|
75
66
|
#
|
@@ -100,15 +91,6 @@ module Aws::ChimeSDKVoice
|
|
100
91
|
include Aws::Structure
|
101
92
|
end
|
102
93
|
|
103
|
-
# @note When making an API call, you may pass AssociatePhoneNumbersWithVoiceConnectorRequest
|
104
|
-
# data as a hash:
|
105
|
-
#
|
106
|
-
# {
|
107
|
-
# voice_connector_id: "NonEmptyString", # required
|
108
|
-
# e164_phone_numbers: ["E164PhoneNumber"], # required
|
109
|
-
# force_associate: false,
|
110
|
-
# }
|
111
|
-
#
|
112
94
|
# @!attribute [rw] voice_connector_id
|
113
95
|
# @return [String]
|
114
96
|
#
|
@@ -143,13 +125,6 @@ module Aws::ChimeSDKVoice
|
|
143
125
|
#
|
144
126
|
class BadRequestException < Aws::EmptyStructure; end
|
145
127
|
|
146
|
-
# @note When making an API call, you may pass BatchDeletePhoneNumberRequest
|
147
|
-
# data as a hash:
|
148
|
-
#
|
149
|
-
# {
|
150
|
-
# phone_number_ids: ["String"], # required
|
151
|
-
# }
|
152
|
-
#
|
153
128
|
# @!attribute [rw] phone_number_ids
|
154
129
|
# @return [Array<String>]
|
155
130
|
#
|
@@ -172,19 +147,6 @@ module Aws::ChimeSDKVoice
|
|
172
147
|
include Aws::Structure
|
173
148
|
end
|
174
149
|
|
175
|
-
# @note When making an API call, you may pass BatchUpdatePhoneNumberRequest
|
176
|
-
# data as a hash:
|
177
|
-
#
|
178
|
-
# {
|
179
|
-
# update_phone_number_request_items: [ # required
|
180
|
-
# {
|
181
|
-
# phone_number_id: "SensitiveNonEmptyString", # required
|
182
|
-
# product_type: "VoiceConnector", # accepts VoiceConnector, SipMediaApplicationDialIn
|
183
|
-
# calling_name: "CallingName",
|
184
|
-
# },
|
185
|
-
# ],
|
186
|
-
# }
|
187
|
-
#
|
188
150
|
# @!attribute [rw] update_phone_number_request_items
|
189
151
|
# @return [Array<Types::UpdatePhoneNumberRequestItem>]
|
190
152
|
#
|
@@ -246,14 +208,6 @@ module Aws::ChimeSDKVoice
|
|
246
208
|
#
|
247
209
|
class ConflictException < Aws::EmptyStructure; end
|
248
210
|
|
249
|
-
# @note When making an API call, you may pass CreatePhoneNumberOrderRequest
|
250
|
-
# data as a hash:
|
251
|
-
#
|
252
|
-
# {
|
253
|
-
# product_type: "VoiceConnector", # required, accepts VoiceConnector, SipMediaApplicationDialIn
|
254
|
-
# e164_phone_numbers: ["E164PhoneNumber"], # required
|
255
|
-
# }
|
256
|
-
#
|
257
211
|
# @!attribute [rw] product_type
|
258
212
|
# @return [String]
|
259
213
|
#
|
@@ -280,23 +234,6 @@ module Aws::ChimeSDKVoice
|
|
280
234
|
include Aws::Structure
|
281
235
|
end
|
282
236
|
|
283
|
-
# @note When making an API call, you may pass CreateProxySessionRequest
|
284
|
-
# data as a hash:
|
285
|
-
#
|
286
|
-
# {
|
287
|
-
# voice_connector_id: "NonEmptyString128", # required
|
288
|
-
# participant_phone_numbers: ["E164PhoneNumber"], # required
|
289
|
-
# name: "ProxySessionNameString",
|
290
|
-
# expiry_minutes: 1,
|
291
|
-
# capabilities: ["Voice"], # required, accepts Voice, SMS
|
292
|
-
# number_selection_behavior: "PreferSticky", # accepts PreferSticky, AvoidSticky
|
293
|
-
# geo_match_level: "Country", # accepts Country, AreaCode
|
294
|
-
# geo_match_params: {
|
295
|
-
# country: "Country", # required
|
296
|
-
# area_code: "AreaCode", # required
|
297
|
-
# },
|
298
|
-
# }
|
299
|
-
#
|
300
237
|
# @!attribute [rw] voice_connector_id
|
301
238
|
# @return [String]
|
302
239
|
#
|
@@ -347,21 +284,6 @@ module Aws::ChimeSDKVoice
|
|
347
284
|
include Aws::Structure
|
348
285
|
end
|
349
286
|
|
350
|
-
# @note When making an API call, you may pass CreateSipMediaApplicationCallRequest
|
351
|
-
# data as a hash:
|
352
|
-
#
|
353
|
-
# {
|
354
|
-
# from_phone_number: "E164PhoneNumber", # required
|
355
|
-
# to_phone_number: "E164PhoneNumber", # required
|
356
|
-
# sip_media_application_id: "NonEmptyString", # required
|
357
|
-
# sip_headers: {
|
358
|
-
# "SensitiveString" => "SensitiveString",
|
359
|
-
# },
|
360
|
-
# arguments_map: {
|
361
|
-
# "SensitiveString" => "SensitiveString",
|
362
|
-
# },
|
363
|
-
# }
|
364
|
-
#
|
365
287
|
# @!attribute [rw] from_phone_number
|
366
288
|
# @return [String]
|
367
289
|
#
|
@@ -400,19 +322,6 @@ module Aws::ChimeSDKVoice
|
|
400
322
|
include Aws::Structure
|
401
323
|
end
|
402
324
|
|
403
|
-
# @note When making an API call, you may pass CreateSipMediaApplicationRequest
|
404
|
-
# data as a hash:
|
405
|
-
#
|
406
|
-
# {
|
407
|
-
# aws_region: "String", # required
|
408
|
-
# name: "SipMediaApplicationName", # required
|
409
|
-
# endpoints: [ # required
|
410
|
-
# {
|
411
|
-
# lambda_arn: "FunctionArn",
|
412
|
-
# },
|
413
|
-
# ],
|
414
|
-
# }
|
415
|
-
#
|
416
325
|
# @!attribute [rw] aws_region
|
417
326
|
# @return [String]
|
418
327
|
#
|
@@ -443,23 +352,6 @@ module Aws::ChimeSDKVoice
|
|
443
352
|
include Aws::Structure
|
444
353
|
end
|
445
354
|
|
446
|
-
# @note When making an API call, you may pass CreateSipRuleRequest
|
447
|
-
# data as a hash:
|
448
|
-
#
|
449
|
-
# {
|
450
|
-
# name: "SipRuleName", # required
|
451
|
-
# trigger_type: "ToPhoneNumber", # required, accepts ToPhoneNumber, RequestUriHostname
|
452
|
-
# trigger_value: "NonEmptyString", # required
|
453
|
-
# disabled: false,
|
454
|
-
# target_applications: [
|
455
|
-
# {
|
456
|
-
# sip_media_application_id: "NonEmptyString",
|
457
|
-
# priority: 1,
|
458
|
-
# aws_region: "String",
|
459
|
-
# },
|
460
|
-
# ],
|
461
|
-
# }
|
462
|
-
#
|
463
355
|
# @!attribute [rw] name
|
464
356
|
# @return [String]
|
465
357
|
#
|
@@ -498,19 +390,6 @@ module Aws::ChimeSDKVoice
|
|
498
390
|
include Aws::Structure
|
499
391
|
end
|
500
392
|
|
501
|
-
# @note When making an API call, you may pass CreateVoiceConnectorGroupRequest
|
502
|
-
# data as a hash:
|
503
|
-
#
|
504
|
-
# {
|
505
|
-
# name: "VoiceConnectorGroupName", # required
|
506
|
-
# voice_connector_items: [
|
507
|
-
# {
|
508
|
-
# voice_connector_id: "NonEmptyString", # required
|
509
|
-
# priority: 1, # required
|
510
|
-
# },
|
511
|
-
# ],
|
512
|
-
# }
|
513
|
-
#
|
514
393
|
# @!attribute [rw] name
|
515
394
|
# @return [String]
|
516
395
|
#
|
@@ -537,15 +416,6 @@ module Aws::ChimeSDKVoice
|
|
537
416
|
include Aws::Structure
|
538
417
|
end
|
539
418
|
|
540
|
-
# @note When making an API call, you may pass CreateVoiceConnectorRequest
|
541
|
-
# data as a hash:
|
542
|
-
#
|
543
|
-
# {
|
544
|
-
# name: "VoiceConnectorName", # required
|
545
|
-
# aws_region: "us-east-1", # accepts 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
|
546
|
-
# require_encryption: false, # required
|
547
|
-
# }
|
548
|
-
#
|
549
419
|
# @!attribute [rw] name
|
550
420
|
# @return [String]
|
551
421
|
#
|
@@ -576,14 +446,6 @@ module Aws::ChimeSDKVoice
|
|
576
446
|
include Aws::Structure
|
577
447
|
end
|
578
448
|
|
579
|
-
# @note When making an API call, you may pass Credential
|
580
|
-
# data as a hash:
|
581
|
-
#
|
582
|
-
# {
|
583
|
-
# username: "SensitiveString",
|
584
|
-
# password: "SensitiveString",
|
585
|
-
# }
|
586
|
-
#
|
587
449
|
# @!attribute [rw] username
|
588
450
|
# @return [String]
|
589
451
|
#
|
@@ -599,15 +461,6 @@ module Aws::ChimeSDKVoice
|
|
599
461
|
include Aws::Structure
|
600
462
|
end
|
601
463
|
|
602
|
-
# @note When making an API call, you may pass DNISEmergencyCallingConfiguration
|
603
|
-
# data as a hash:
|
604
|
-
#
|
605
|
-
# {
|
606
|
-
# emergency_phone_number: "E164PhoneNumber", # required
|
607
|
-
# test_phone_number: "E164PhoneNumber",
|
608
|
-
# calling_country: "Alpha2CountryCode", # required
|
609
|
-
# }
|
610
|
-
#
|
611
464
|
# @!attribute [rw] emergency_phone_number
|
612
465
|
# @return [String]
|
613
466
|
#
|
@@ -627,13 +480,6 @@ module Aws::ChimeSDKVoice
|
|
627
480
|
include Aws::Structure
|
628
481
|
end
|
629
482
|
|
630
|
-
# @note When making an API call, you may pass DeletePhoneNumberRequest
|
631
|
-
# data as a hash:
|
632
|
-
#
|
633
|
-
# {
|
634
|
-
# phone_number_id: "SensitiveNonEmptyString", # required
|
635
|
-
# }
|
636
|
-
#
|
637
483
|
# @!attribute [rw] phone_number_id
|
638
484
|
# @return [String]
|
639
485
|
#
|
@@ -645,14 +491,6 @@ module Aws::ChimeSDKVoice
|
|
645
491
|
include Aws::Structure
|
646
492
|
end
|
647
493
|
|
648
|
-
# @note When making an API call, you may pass DeleteProxySessionRequest
|
649
|
-
# data as a hash:
|
650
|
-
#
|
651
|
-
# {
|
652
|
-
# voice_connector_id: "NonEmptyString128", # required
|
653
|
-
# proxy_session_id: "NonEmptyString128", # required
|
654
|
-
# }
|
655
|
-
#
|
656
494
|
# @!attribute [rw] voice_connector_id
|
657
495
|
# @return [String]
|
658
496
|
#
|
@@ -668,13 +506,6 @@ module Aws::ChimeSDKVoice
|
|
668
506
|
include Aws::Structure
|
669
507
|
end
|
670
508
|
|
671
|
-
# @note When making an API call, you may pass DeleteSipMediaApplicationRequest
|
672
|
-
# data as a hash:
|
673
|
-
#
|
674
|
-
# {
|
675
|
-
# sip_media_application_id: "NonEmptyString", # required
|
676
|
-
# }
|
677
|
-
#
|
678
509
|
# @!attribute [rw] sip_media_application_id
|
679
510
|
# @return [String]
|
680
511
|
#
|
@@ -686,13 +517,6 @@ module Aws::ChimeSDKVoice
|
|
686
517
|
include Aws::Structure
|
687
518
|
end
|
688
519
|
|
689
|
-
# @note When making an API call, you may pass DeleteSipRuleRequest
|
690
|
-
# data as a hash:
|
691
|
-
#
|
692
|
-
# {
|
693
|
-
# sip_rule_id: "NonEmptyString", # required
|
694
|
-
# }
|
695
|
-
#
|
696
520
|
# @!attribute [rw] sip_rule_id
|
697
521
|
# @return [String]
|
698
522
|
#
|
@@ -704,13 +528,6 @@ module Aws::ChimeSDKVoice
|
|
704
528
|
include Aws::Structure
|
705
529
|
end
|
706
530
|
|
707
|
-
# @note When making an API call, you may pass DeleteVoiceConnectorEmergencyCallingConfigurationRequest
|
708
|
-
# data as a hash:
|
709
|
-
#
|
710
|
-
# {
|
711
|
-
# voice_connector_id: "NonEmptyString", # required
|
712
|
-
# }
|
713
|
-
#
|
714
531
|
# @!attribute [rw] voice_connector_id
|
715
532
|
# @return [String]
|
716
533
|
#
|
@@ -722,13 +539,6 @@ module Aws::ChimeSDKVoice
|
|
722
539
|
include Aws::Structure
|
723
540
|
end
|
724
541
|
|
725
|
-
# @note When making an API call, you may pass DeleteVoiceConnectorGroupRequest
|
726
|
-
# data as a hash:
|
727
|
-
#
|
728
|
-
# {
|
729
|
-
# voice_connector_group_id: "NonEmptyString", # required
|
730
|
-
# }
|
731
|
-
#
|
732
542
|
# @!attribute [rw] voice_connector_group_id
|
733
543
|
# @return [String]
|
734
544
|
#
|
@@ -740,13 +550,6 @@ module Aws::ChimeSDKVoice
|
|
740
550
|
include Aws::Structure
|
741
551
|
end
|
742
552
|
|
743
|
-
# @note When making an API call, you may pass DeleteVoiceConnectorOriginationRequest
|
744
|
-
# data as a hash:
|
745
|
-
#
|
746
|
-
# {
|
747
|
-
# voice_connector_id: "NonEmptyString", # required
|
748
|
-
# }
|
749
|
-
#
|
750
553
|
# @!attribute [rw] voice_connector_id
|
751
554
|
# @return [String]
|
752
555
|
#
|
@@ -758,13 +561,6 @@ module Aws::ChimeSDKVoice
|
|
758
561
|
include Aws::Structure
|
759
562
|
end
|
760
563
|
|
761
|
-
# @note When making an API call, you may pass DeleteVoiceConnectorProxyRequest
|
762
|
-
# data as a hash:
|
763
|
-
#
|
764
|
-
# {
|
765
|
-
# voice_connector_id: "NonEmptyString128", # required
|
766
|
-
# }
|
767
|
-
#
|
768
564
|
# @!attribute [rw] voice_connector_id
|
769
565
|
# @return [String]
|
770
566
|
#
|
@@ -776,13 +572,6 @@ module Aws::ChimeSDKVoice
|
|
776
572
|
include Aws::Structure
|
777
573
|
end
|
778
574
|
|
779
|
-
# @note When making an API call, you may pass DeleteVoiceConnectorRequest
|
780
|
-
# data as a hash:
|
781
|
-
#
|
782
|
-
# {
|
783
|
-
# voice_connector_id: "NonEmptyString", # required
|
784
|
-
# }
|
785
|
-
#
|
786
575
|
# @!attribute [rw] voice_connector_id
|
787
576
|
# @return [String]
|
788
577
|
#
|
@@ -794,13 +583,6 @@ module Aws::ChimeSDKVoice
|
|
794
583
|
include Aws::Structure
|
795
584
|
end
|
796
585
|
|
797
|
-
# @note When making an API call, you may pass DeleteVoiceConnectorStreamingConfigurationRequest
|
798
|
-
# data as a hash:
|
799
|
-
#
|
800
|
-
# {
|
801
|
-
# voice_connector_id: "NonEmptyString", # required
|
802
|
-
# }
|
803
|
-
#
|
804
586
|
# @!attribute [rw] voice_connector_id
|
805
587
|
# @return [String]
|
806
588
|
#
|
@@ -812,14 +594,6 @@ module Aws::ChimeSDKVoice
|
|
812
594
|
include Aws::Structure
|
813
595
|
end
|
814
596
|
|
815
|
-
# @note When making an API call, you may pass DeleteVoiceConnectorTerminationCredentialsRequest
|
816
|
-
# data as a hash:
|
817
|
-
#
|
818
|
-
# {
|
819
|
-
# voice_connector_id: "NonEmptyString", # required
|
820
|
-
# usernames: ["SensitiveString"], # required
|
821
|
-
# }
|
822
|
-
#
|
823
597
|
# @!attribute [rw] voice_connector_id
|
824
598
|
# @return [String]
|
825
599
|
#
|
@@ -835,13 +609,6 @@ module Aws::ChimeSDKVoice
|
|
835
609
|
include Aws::Structure
|
836
610
|
end
|
837
611
|
|
838
|
-
# @note When making an API call, you may pass DeleteVoiceConnectorTerminationRequest
|
839
|
-
# data as a hash:
|
840
|
-
#
|
841
|
-
# {
|
842
|
-
# voice_connector_id: "NonEmptyString", # required
|
843
|
-
# }
|
844
|
-
#
|
845
612
|
# @!attribute [rw] voice_connector_id
|
846
613
|
# @return [String]
|
847
614
|
#
|
@@ -853,14 +620,6 @@ module Aws::ChimeSDKVoice
|
|
853
620
|
include Aws::Structure
|
854
621
|
end
|
855
622
|
|
856
|
-
# @note When making an API call, you may pass DisassociatePhoneNumbersFromVoiceConnectorGroupRequest
|
857
|
-
# data as a hash:
|
858
|
-
#
|
859
|
-
# {
|
860
|
-
# voice_connector_group_id: "NonEmptyString", # required
|
861
|
-
# e164_phone_numbers: ["E164PhoneNumber"], # required
|
862
|
-
# }
|
863
|
-
#
|
864
623
|
# @!attribute [rw] voice_connector_group_id
|
865
624
|
# @return [String]
|
866
625
|
#
|
@@ -887,14 +646,6 @@ module Aws::ChimeSDKVoice
|
|
887
646
|
include Aws::Structure
|
888
647
|
end
|
889
648
|
|
890
|
-
# @note When making an API call, you may pass DisassociatePhoneNumbersFromVoiceConnectorRequest
|
891
|
-
# data as a hash:
|
892
|
-
#
|
893
|
-
# {
|
894
|
-
# voice_connector_id: "NonEmptyString", # required
|
895
|
-
# e164_phone_numbers: ["E164PhoneNumber"], # required
|
896
|
-
# }
|
897
|
-
#
|
898
649
|
# @!attribute [rw] voice_connector_id
|
899
650
|
# @return [String]
|
900
651
|
#
|
@@ -921,19 +672,6 @@ module Aws::ChimeSDKVoice
|
|
921
672
|
include Aws::Structure
|
922
673
|
end
|
923
674
|
|
924
|
-
# @note When making an API call, you may pass EmergencyCallingConfiguration
|
925
|
-
# data as a hash:
|
926
|
-
#
|
927
|
-
# {
|
928
|
-
# dnis: [
|
929
|
-
# {
|
930
|
-
# emergency_phone_number: "E164PhoneNumber", # required
|
931
|
-
# test_phone_number: "E164PhoneNumber",
|
932
|
-
# calling_country: "Alpha2CountryCode", # required
|
933
|
-
# },
|
934
|
-
# ],
|
935
|
-
# }
|
936
|
-
#
|
937
675
|
# @!attribute [rw] dnis
|
938
676
|
# @return [Array<Types::DNISEmergencyCallingConfiguration>]
|
939
677
|
#
|
@@ -949,14 +687,6 @@ module Aws::ChimeSDKVoice
|
|
949
687
|
#
|
950
688
|
class ForbiddenException < Aws::EmptyStructure; end
|
951
689
|
|
952
|
-
# @note When making an API call, you may pass GeoMatchParams
|
953
|
-
# data as a hash:
|
954
|
-
#
|
955
|
-
# {
|
956
|
-
# country: "Country", # required
|
957
|
-
# area_code: "AreaCode", # required
|
958
|
-
# }
|
959
|
-
#
|
960
690
|
# @!attribute [rw] country
|
961
691
|
# @return [String]
|
962
692
|
#
|
@@ -983,13 +713,6 @@ module Aws::ChimeSDKVoice
|
|
983
713
|
include Aws::Structure
|
984
714
|
end
|
985
715
|
|
986
|
-
# @note When making an API call, you may pass GetPhoneNumberOrderRequest
|
987
|
-
# data as a hash:
|
988
|
-
#
|
989
|
-
# {
|
990
|
-
# phone_number_order_id: "GuidString", # required
|
991
|
-
# }
|
992
|
-
#
|
993
716
|
# @!attribute [rw] phone_number_order_id
|
994
717
|
# @return [String]
|
995
718
|
#
|
@@ -1012,13 +735,6 @@ module Aws::ChimeSDKVoice
|
|
1012
735
|
include Aws::Structure
|
1013
736
|
end
|
1014
737
|
|
1015
|
-
# @note When making an API call, you may pass GetPhoneNumberRequest
|
1016
|
-
# data as a hash:
|
1017
|
-
#
|
1018
|
-
# {
|
1019
|
-
# phone_number_id: "SensitiveNonEmptyString", # required
|
1020
|
-
# }
|
1021
|
-
#
|
1022
738
|
# @!attribute [rw] phone_number_id
|
1023
739
|
# @return [String]
|
1024
740
|
#
|
@@ -1056,14 +772,6 @@ module Aws::ChimeSDKVoice
|
|
1056
772
|
include Aws::Structure
|
1057
773
|
end
|
1058
774
|
|
1059
|
-
# @note When making an API call, you may pass GetProxySessionRequest
|
1060
|
-
# data as a hash:
|
1061
|
-
#
|
1062
|
-
# {
|
1063
|
-
# voice_connector_id: "NonEmptyString128", # required
|
1064
|
-
# proxy_session_id: "NonEmptyString128", # required
|
1065
|
-
# }
|
1066
|
-
#
|
1067
775
|
# @!attribute [rw] voice_connector_id
|
1068
776
|
# @return [String]
|
1069
777
|
#
|
@@ -1090,13 +798,6 @@ module Aws::ChimeSDKVoice
|
|
1090
798
|
include Aws::Structure
|
1091
799
|
end
|
1092
800
|
|
1093
|
-
# @note When making an API call, you may pass GetSipMediaApplicationAlexaSkillConfigurationRequest
|
1094
|
-
# data as a hash:
|
1095
|
-
#
|
1096
|
-
# {
|
1097
|
-
# sip_media_application_id: "NonEmptyString", # required
|
1098
|
-
# }
|
1099
|
-
#
|
1100
801
|
# @!attribute [rw] sip_media_application_id
|
1101
802
|
# @return [String]
|
1102
803
|
#
|
@@ -1119,13 +820,6 @@ module Aws::ChimeSDKVoice
|
|
1119
820
|
include Aws::Structure
|
1120
821
|
end
|
1121
822
|
|
1122
|
-
# @note When making an API call, you may pass GetSipMediaApplicationLoggingConfigurationRequest
|
1123
|
-
# data as a hash:
|
1124
|
-
#
|
1125
|
-
# {
|
1126
|
-
# sip_media_application_id: "NonEmptyString", # required
|
1127
|
-
# }
|
1128
|
-
#
|
1129
823
|
# @!attribute [rw] sip_media_application_id
|
1130
824
|
# @return [String]
|
1131
825
|
#
|
@@ -1148,13 +842,6 @@ module Aws::ChimeSDKVoice
|
|
1148
842
|
include Aws::Structure
|
1149
843
|
end
|
1150
844
|
|
1151
|
-
# @note When making an API call, you may pass GetSipMediaApplicationRequest
|
1152
|
-
# data as a hash:
|
1153
|
-
#
|
1154
|
-
# {
|
1155
|
-
# sip_media_application_id: "NonEmptyString", # required
|
1156
|
-
# }
|
1157
|
-
#
|
1158
845
|
# @!attribute [rw] sip_media_application_id
|
1159
846
|
# @return [String]
|
1160
847
|
#
|
@@ -1177,13 +864,6 @@ module Aws::ChimeSDKVoice
|
|
1177
864
|
include Aws::Structure
|
1178
865
|
end
|
1179
866
|
|
1180
|
-
# @note When making an API call, you may pass GetSipRuleRequest
|
1181
|
-
# data as a hash:
|
1182
|
-
#
|
1183
|
-
# {
|
1184
|
-
# sip_rule_id: "NonEmptyString", # required
|
1185
|
-
# }
|
1186
|
-
#
|
1187
867
|
# @!attribute [rw] sip_rule_id
|
1188
868
|
# @return [String]
|
1189
869
|
#
|
@@ -1206,13 +886,6 @@ module Aws::ChimeSDKVoice
|
|
1206
886
|
include Aws::Structure
|
1207
887
|
end
|
1208
888
|
|
1209
|
-
# @note When making an API call, you may pass GetVoiceConnectorEmergencyCallingConfigurationRequest
|
1210
|
-
# data as a hash:
|
1211
|
-
#
|
1212
|
-
# {
|
1213
|
-
# voice_connector_id: "NonEmptyString", # required
|
1214
|
-
# }
|
1215
|
-
#
|
1216
889
|
# @!attribute [rw] voice_connector_id
|
1217
890
|
# @return [String]
|
1218
891
|
#
|
@@ -1235,13 +908,6 @@ module Aws::ChimeSDKVoice
|
|
1235
908
|
include Aws::Structure
|
1236
909
|
end
|
1237
910
|
|
1238
|
-
# @note When making an API call, you may pass GetVoiceConnectorGroupRequest
|
1239
|
-
# data as a hash:
|
1240
|
-
#
|
1241
|
-
# {
|
1242
|
-
# voice_connector_group_id: "NonEmptyString", # required
|
1243
|
-
# }
|
1244
|
-
#
|
1245
911
|
# @!attribute [rw] voice_connector_group_id
|
1246
912
|
# @return [String]
|
1247
913
|
#
|
@@ -1264,13 +930,6 @@ module Aws::ChimeSDKVoice
|
|
1264
930
|
include Aws::Structure
|
1265
931
|
end
|
1266
932
|
|
1267
|
-
# @note When making an API call, you may pass GetVoiceConnectorLoggingConfigurationRequest
|
1268
|
-
# data as a hash:
|
1269
|
-
#
|
1270
|
-
# {
|
1271
|
-
# voice_connector_id: "NonEmptyString", # required
|
1272
|
-
# }
|
1273
|
-
#
|
1274
933
|
# @!attribute [rw] voice_connector_id
|
1275
934
|
# @return [String]
|
1276
935
|
#
|
@@ -1293,13 +952,6 @@ module Aws::ChimeSDKVoice
|
|
1293
952
|
include Aws::Structure
|
1294
953
|
end
|
1295
954
|
|
1296
|
-
# @note When making an API call, you may pass GetVoiceConnectorOriginationRequest
|
1297
|
-
# data as a hash:
|
1298
|
-
#
|
1299
|
-
# {
|
1300
|
-
# voice_connector_id: "NonEmptyString", # required
|
1301
|
-
# }
|
1302
|
-
#
|
1303
955
|
# @!attribute [rw] voice_connector_id
|
1304
956
|
# @return [String]
|
1305
957
|
#
|
@@ -1322,13 +974,6 @@ module Aws::ChimeSDKVoice
|
|
1322
974
|
include Aws::Structure
|
1323
975
|
end
|
1324
976
|
|
1325
|
-
# @note When making an API call, you may pass GetVoiceConnectorProxyRequest
|
1326
|
-
# data as a hash:
|
1327
|
-
#
|
1328
|
-
# {
|
1329
|
-
# voice_connector_id: "NonEmptyString128", # required
|
1330
|
-
# }
|
1331
|
-
#
|
1332
977
|
# @!attribute [rw] voice_connector_id
|
1333
978
|
# @return [String]
|
1334
979
|
#
|
@@ -1351,13 +996,6 @@ module Aws::ChimeSDKVoice
|
|
1351
996
|
include Aws::Structure
|
1352
997
|
end
|
1353
998
|
|
1354
|
-
# @note When making an API call, you may pass GetVoiceConnectorRequest
|
1355
|
-
# data as a hash:
|
1356
|
-
#
|
1357
|
-
# {
|
1358
|
-
# voice_connector_id: "NonEmptyString", # required
|
1359
|
-
# }
|
1360
|
-
#
|
1361
999
|
# @!attribute [rw] voice_connector_id
|
1362
1000
|
# @return [String]
|
1363
1001
|
#
|
@@ -1380,13 +1018,6 @@ module Aws::ChimeSDKVoice
|
|
1380
1018
|
include Aws::Structure
|
1381
1019
|
end
|
1382
1020
|
|
1383
|
-
# @note When making an API call, you may pass GetVoiceConnectorStreamingConfigurationRequest
|
1384
|
-
# data as a hash:
|
1385
|
-
#
|
1386
|
-
# {
|
1387
|
-
# voice_connector_id: "NonEmptyString", # required
|
1388
|
-
# }
|
1389
|
-
#
|
1390
1021
|
# @!attribute [rw] voice_connector_id
|
1391
1022
|
# @return [String]
|
1392
1023
|
#
|
@@ -1409,13 +1040,6 @@ module Aws::ChimeSDKVoice
|
|
1409
1040
|
include Aws::Structure
|
1410
1041
|
end
|
1411
1042
|
|
1412
|
-
# @note When making an API call, you may pass GetVoiceConnectorTerminationHealthRequest
|
1413
|
-
# data as a hash:
|
1414
|
-
#
|
1415
|
-
# {
|
1416
|
-
# voice_connector_id: "NonEmptyString", # required
|
1417
|
-
# }
|
1418
|
-
#
|
1419
1043
|
# @!attribute [rw] voice_connector_id
|
1420
1044
|
# @return [String]
|
1421
1045
|
#
|
@@ -1438,13 +1062,6 @@ module Aws::ChimeSDKVoice
|
|
1438
1062
|
include Aws::Structure
|
1439
1063
|
end
|
1440
1064
|
|
1441
|
-
# @note When making an API call, you may pass GetVoiceConnectorTerminationRequest
|
1442
|
-
# data as a hash:
|
1443
|
-
#
|
1444
|
-
# {
|
1445
|
-
# voice_connector_id: "NonEmptyString", # required
|
1446
|
-
# }
|
1447
|
-
#
|
1448
1065
|
# @!attribute [rw] voice_connector_id
|
1449
1066
|
# @return [String]
|
1450
1067
|
#
|
@@ -1478,14 +1095,6 @@ module Aws::ChimeSDKVoice
|
|
1478
1095
|
include Aws::Structure
|
1479
1096
|
end
|
1480
1097
|
|
1481
|
-
# @note When making an API call, you may pass ListPhoneNumberOrdersRequest
|
1482
|
-
# data as a hash:
|
1483
|
-
#
|
1484
|
-
# {
|
1485
|
-
# next_token: "String",
|
1486
|
-
# max_results: 1,
|
1487
|
-
# }
|
1488
|
-
#
|
1489
1098
|
# @!attribute [rw] next_token
|
1490
1099
|
# @return [String]
|
1491
1100
|
#
|
@@ -1516,18 +1125,6 @@ module Aws::ChimeSDKVoice
|
|
1516
1125
|
include Aws::Structure
|
1517
1126
|
end
|
1518
1127
|
|
1519
|
-
# @note When making an API call, you may pass ListPhoneNumbersRequest
|
1520
|
-
# data as a hash:
|
1521
|
-
#
|
1522
|
-
# {
|
1523
|
-
# status: "String",
|
1524
|
-
# product_type: "VoiceConnector", # accepts VoiceConnector, SipMediaApplicationDialIn
|
1525
|
-
# filter_name: "VoiceConnectorId", # accepts VoiceConnectorId, VoiceConnectorGroupId, SipRuleId
|
1526
|
-
# filter_value: "String",
|
1527
|
-
# max_results: 1,
|
1528
|
-
# next_token: "String",
|
1529
|
-
# }
|
1530
|
-
#
|
1531
1128
|
# @!attribute [rw] status
|
1532
1129
|
# @return [String]
|
1533
1130
|
#
|
@@ -1574,16 +1171,6 @@ module Aws::ChimeSDKVoice
|
|
1574
1171
|
include Aws::Structure
|
1575
1172
|
end
|
1576
1173
|
|
1577
|
-
# @note When making an API call, you may pass ListProxySessionsRequest
|
1578
|
-
# data as a hash:
|
1579
|
-
#
|
1580
|
-
# {
|
1581
|
-
# voice_connector_id: "NonEmptyString128", # required
|
1582
|
-
# status: "Open", # accepts Open, InProgress, Closed
|
1583
|
-
# next_token: "NextTokenString",
|
1584
|
-
# max_results: 1,
|
1585
|
-
# }
|
1586
|
-
#
|
1587
1174
|
# @!attribute [rw] voice_connector_id
|
1588
1175
|
# @return [String]
|
1589
1176
|
#
|
@@ -1622,14 +1209,6 @@ module Aws::ChimeSDKVoice
|
|
1622
1209
|
include Aws::Structure
|
1623
1210
|
end
|
1624
1211
|
|
1625
|
-
# @note When making an API call, you may pass ListSipMediaApplicationsRequest
|
1626
|
-
# data as a hash:
|
1627
|
-
#
|
1628
|
-
# {
|
1629
|
-
# max_results: 1,
|
1630
|
-
# next_token: "NextTokenString",
|
1631
|
-
# }
|
1632
|
-
#
|
1633
1212
|
# @!attribute [rw] max_results
|
1634
1213
|
# @return [Integer]
|
1635
1214
|
#
|
@@ -1660,15 +1239,6 @@ module Aws::ChimeSDKVoice
|
|
1660
1239
|
include Aws::Structure
|
1661
1240
|
end
|
1662
1241
|
|
1663
|
-
# @note When making an API call, you may pass ListSipRulesRequest
|
1664
|
-
# data as a hash:
|
1665
|
-
#
|
1666
|
-
# {
|
1667
|
-
# sip_media_application_id: "NonEmptyString",
|
1668
|
-
# max_results: 1,
|
1669
|
-
# next_token: "NextTokenString",
|
1670
|
-
# }
|
1671
|
-
#
|
1672
1242
|
# @!attribute [rw] sip_media_application_id
|
1673
1243
|
# @return [String]
|
1674
1244
|
#
|
@@ -1703,13 +1273,6 @@ module Aws::ChimeSDKVoice
|
|
1703
1273
|
include Aws::Structure
|
1704
1274
|
end
|
1705
1275
|
|
1706
|
-
# @note When making an API call, you may pass ListSupportedPhoneNumberCountriesRequest
|
1707
|
-
# data as a hash:
|
1708
|
-
#
|
1709
|
-
# {
|
1710
|
-
# product_type: "VoiceConnector", # required, accepts VoiceConnector, SipMediaApplicationDialIn
|
1711
|
-
# }
|
1712
|
-
#
|
1713
1276
|
# @!attribute [rw] product_type
|
1714
1277
|
# @return [String]
|
1715
1278
|
#
|
@@ -1732,14 +1295,6 @@ module Aws::ChimeSDKVoice
|
|
1732
1295
|
include Aws::Structure
|
1733
1296
|
end
|
1734
1297
|
|
1735
|
-
# @note When making an API call, you may pass ListVoiceConnectorGroupsRequest
|
1736
|
-
# data as a hash:
|
1737
|
-
#
|
1738
|
-
# {
|
1739
|
-
# next_token: "String",
|
1740
|
-
# max_results: 1,
|
1741
|
-
# }
|
1742
|
-
#
|
1743
1298
|
# @!attribute [rw] next_token
|
1744
1299
|
# @return [String]
|
1745
1300
|
#
|
@@ -1770,13 +1325,6 @@ module Aws::ChimeSDKVoice
|
|
1770
1325
|
include Aws::Structure
|
1771
1326
|
end
|
1772
1327
|
|
1773
|
-
# @note When making an API call, you may pass ListVoiceConnectorTerminationCredentialsRequest
|
1774
|
-
# data as a hash:
|
1775
|
-
#
|
1776
|
-
# {
|
1777
|
-
# voice_connector_id: "NonEmptyString", # required
|
1778
|
-
# }
|
1779
|
-
#
|
1780
1328
|
# @!attribute [rw] voice_connector_id
|
1781
1329
|
# @return [String]
|
1782
1330
|
#
|
@@ -1799,14 +1347,6 @@ module Aws::ChimeSDKVoice
|
|
1799
1347
|
include Aws::Structure
|
1800
1348
|
end
|
1801
1349
|
|
1802
|
-
# @note When making an API call, you may pass ListVoiceConnectorsRequest
|
1803
|
-
# data as a hash:
|
1804
|
-
#
|
1805
|
-
# {
|
1806
|
-
# next_token: "String",
|
1807
|
-
# max_results: 1,
|
1808
|
-
# }
|
1809
|
-
#
|
1810
1350
|
# @!attribute [rw] next_token
|
1811
1351
|
# @return [String]
|
1812
1352
|
#
|
@@ -1837,13 +1377,6 @@ module Aws::ChimeSDKVoice
|
|
1837
1377
|
include Aws::Structure
|
1838
1378
|
end
|
1839
1379
|
|
1840
|
-
# @note When making an API call, you may pass LoggingConfiguration
|
1841
|
-
# data as a hash:
|
1842
|
-
#
|
1843
|
-
# {
|
1844
|
-
# enable_sip_logs: false,
|
1845
|
-
# }
|
1846
|
-
#
|
1847
1380
|
# @!attribute [rw] enable_sip_logs
|
1848
1381
|
# @return [Boolean]
|
1849
1382
|
#
|
@@ -1874,22 +1407,6 @@ module Aws::ChimeSDKVoice
|
|
1874
1407
|
include Aws::Structure
|
1875
1408
|
end
|
1876
1409
|
|
1877
|
-
# @note When making an API call, you may pass Origination
|
1878
|
-
# data as a hash:
|
1879
|
-
#
|
1880
|
-
# {
|
1881
|
-
# routes: [
|
1882
|
-
# {
|
1883
|
-
# host: "String",
|
1884
|
-
# port: 1,
|
1885
|
-
# protocol: "TCP", # accepts TCP, UDP
|
1886
|
-
# priority: 1,
|
1887
|
-
# weight: 1,
|
1888
|
-
# },
|
1889
|
-
# ],
|
1890
|
-
# disabled: false,
|
1891
|
-
# }
|
1892
|
-
#
|
1893
1410
|
# @!attribute [rw] routes
|
1894
1411
|
# @return [Array<Types::OriginationRoute>]
|
1895
1412
|
#
|
@@ -1905,17 +1422,6 @@ module Aws::ChimeSDKVoice
|
|
1905
1422
|
include Aws::Structure
|
1906
1423
|
end
|
1907
1424
|
|
1908
|
-
# @note When making an API call, you may pass OriginationRoute
|
1909
|
-
# data as a hash:
|
1910
|
-
#
|
1911
|
-
# {
|
1912
|
-
# host: "String",
|
1913
|
-
# port: 1,
|
1914
|
-
# protocol: "TCP", # accepts TCP, UDP
|
1915
|
-
# priority: 1,
|
1916
|
-
# weight: 1,
|
1917
|
-
# }
|
1918
|
-
#
|
1919
1425
|
# @!attribute [rw] host
|
1920
1426
|
# @return [String]
|
1921
1427
|
#
|
@@ -2222,17 +1728,6 @@ module Aws::ChimeSDKVoice
|
|
2222
1728
|
include Aws::Structure
|
2223
1729
|
end
|
2224
1730
|
|
2225
|
-
# @note When making an API call, you may pass PutSipMediaApplicationAlexaSkillConfigurationRequest
|
2226
|
-
# data as a hash:
|
2227
|
-
#
|
2228
|
-
# {
|
2229
|
-
# sip_media_application_id: "NonEmptyString", # required
|
2230
|
-
# sip_media_application_alexa_skill_configuration: {
|
2231
|
-
# alexa_skill_status: "ACTIVE", # required, accepts ACTIVE, INACTIVE
|
2232
|
-
# alexa_skill_ids: ["AlexaSkillId"], # required
|
2233
|
-
# },
|
2234
|
-
# }
|
2235
|
-
#
|
2236
1731
|
# @!attribute [rw] sip_media_application_id
|
2237
1732
|
# @return [String]
|
2238
1733
|
#
|
@@ -2259,16 +1754,6 @@ module Aws::ChimeSDKVoice
|
|
2259
1754
|
include Aws::Structure
|
2260
1755
|
end
|
2261
1756
|
|
2262
|
-
# @note When making an API call, you may pass PutSipMediaApplicationLoggingConfigurationRequest
|
2263
|
-
# data as a hash:
|
2264
|
-
#
|
2265
|
-
# {
|
2266
|
-
# sip_media_application_id: "NonEmptyString", # required
|
2267
|
-
# sip_media_application_logging_configuration: {
|
2268
|
-
# enable_sip_media_application_message_logs: false,
|
2269
|
-
# },
|
2270
|
-
# }
|
2271
|
-
#
|
2272
1757
|
# @!attribute [rw] sip_media_application_id
|
2273
1758
|
# @return [String]
|
2274
1759
|
#
|
@@ -2295,22 +1780,6 @@ module Aws::ChimeSDKVoice
|
|
2295
1780
|
include Aws::Structure
|
2296
1781
|
end
|
2297
1782
|
|
2298
|
-
# @note When making an API call, you may pass PutVoiceConnectorEmergencyCallingConfigurationRequest
|
2299
|
-
# data as a hash:
|
2300
|
-
#
|
2301
|
-
# {
|
2302
|
-
# voice_connector_id: "NonEmptyString", # required
|
2303
|
-
# emergency_calling_configuration: { # required
|
2304
|
-
# dnis: [
|
2305
|
-
# {
|
2306
|
-
# emergency_phone_number: "E164PhoneNumber", # required
|
2307
|
-
# test_phone_number: "E164PhoneNumber",
|
2308
|
-
# calling_country: "Alpha2CountryCode", # required
|
2309
|
-
# },
|
2310
|
-
# ],
|
2311
|
-
# },
|
2312
|
-
# }
|
2313
|
-
#
|
2314
1783
|
# @!attribute [rw] voice_connector_id
|
2315
1784
|
# @return [String]
|
2316
1785
|
#
|
@@ -2337,16 +1806,6 @@ module Aws::ChimeSDKVoice
|
|
2337
1806
|
include Aws::Structure
|
2338
1807
|
end
|
2339
1808
|
|
2340
|
-
# @note When making an API call, you may pass PutVoiceConnectorLoggingConfigurationRequest
|
2341
|
-
# data as a hash:
|
2342
|
-
#
|
2343
|
-
# {
|
2344
|
-
# voice_connector_id: "NonEmptyString", # required
|
2345
|
-
# logging_configuration: { # required
|
2346
|
-
# enable_sip_logs: false,
|
2347
|
-
# },
|
2348
|
-
# }
|
2349
|
-
#
|
2350
1809
|
# @!attribute [rw] voice_connector_id
|
2351
1810
|
# @return [String]
|
2352
1811
|
#
|
@@ -2373,25 +1832,6 @@ module Aws::ChimeSDKVoice
|
|
2373
1832
|
include Aws::Structure
|
2374
1833
|
end
|
2375
1834
|
|
2376
|
-
# @note When making an API call, you may pass PutVoiceConnectorOriginationRequest
|
2377
|
-
# data as a hash:
|
2378
|
-
#
|
2379
|
-
# {
|
2380
|
-
# voice_connector_id: "NonEmptyString", # required
|
2381
|
-
# origination: { # required
|
2382
|
-
# routes: [
|
2383
|
-
# {
|
2384
|
-
# host: "String",
|
2385
|
-
# port: 1,
|
2386
|
-
# protocol: "TCP", # accepts TCP, UDP
|
2387
|
-
# priority: 1,
|
2388
|
-
# weight: 1,
|
2389
|
-
# },
|
2390
|
-
# ],
|
2391
|
-
# disabled: false,
|
2392
|
-
# },
|
2393
|
-
# }
|
2394
|
-
#
|
2395
1835
|
# @!attribute [rw] voice_connector_id
|
2396
1836
|
# @return [String]
|
2397
1837
|
#
|
@@ -2418,17 +1858,6 @@ module Aws::ChimeSDKVoice
|
|
2418
1858
|
include Aws::Structure
|
2419
1859
|
end
|
2420
1860
|
|
2421
|
-
# @note When making an API call, you may pass PutVoiceConnectorProxyRequest
|
2422
|
-
# data as a hash:
|
2423
|
-
#
|
2424
|
-
# {
|
2425
|
-
# voice_connector_id: "NonEmptyString128", # required
|
2426
|
-
# default_session_expiry_minutes: 1, # required
|
2427
|
-
# phone_number_pool_countries: ["Country"], # required
|
2428
|
-
# fall_back_phone_number: "E164PhoneNumber",
|
2429
|
-
# disabled: false,
|
2430
|
-
# }
|
2431
|
-
#
|
2432
1861
|
# @!attribute [rw] voice_connector_id
|
2433
1862
|
# @return [String]
|
2434
1863
|
#
|
@@ -2467,22 +1896,6 @@ module Aws::ChimeSDKVoice
|
|
2467
1896
|
include Aws::Structure
|
2468
1897
|
end
|
2469
1898
|
|
2470
|
-
# @note When making an API call, you may pass PutVoiceConnectorStreamingConfigurationRequest
|
2471
|
-
# data as a hash:
|
2472
|
-
#
|
2473
|
-
# {
|
2474
|
-
# voice_connector_id: "NonEmptyString", # required
|
2475
|
-
# streaming_configuration: { # required
|
2476
|
-
# data_retention_in_hours: 1, # required
|
2477
|
-
# disabled: false, # required
|
2478
|
-
# streaming_notification_targets: [
|
2479
|
-
# {
|
2480
|
-
# notification_target: "EventBridge", # accepts EventBridge, SNS, SQS
|
2481
|
-
# },
|
2482
|
-
# ],
|
2483
|
-
# },
|
2484
|
-
# }
|
2485
|
-
#
|
2486
1899
|
# @!attribute [rw] voice_connector_id
|
2487
1900
|
# @return [String]
|
2488
1901
|
#
|
@@ -2509,19 +1922,6 @@ module Aws::ChimeSDKVoice
|
|
2509
1922
|
include Aws::Structure
|
2510
1923
|
end
|
2511
1924
|
|
2512
|
-
# @note When making an API call, you may pass PutVoiceConnectorTerminationCredentialsRequest
|
2513
|
-
# data as a hash:
|
2514
|
-
#
|
2515
|
-
# {
|
2516
|
-
# voice_connector_id: "NonEmptyString", # required
|
2517
|
-
# credentials: [
|
2518
|
-
# {
|
2519
|
-
# username: "SensitiveString",
|
2520
|
-
# password: "SensitiveString",
|
2521
|
-
# },
|
2522
|
-
# ],
|
2523
|
-
# }
|
2524
|
-
#
|
2525
1925
|
# @!attribute [rw] voice_connector_id
|
2526
1926
|
# @return [String]
|
2527
1927
|
#
|
@@ -2537,20 +1937,6 @@ module Aws::ChimeSDKVoice
|
|
2537
1937
|
include Aws::Structure
|
2538
1938
|
end
|
2539
1939
|
|
2540
|
-
# @note When making an API call, you may pass PutVoiceConnectorTerminationRequest
|
2541
|
-
# data as a hash:
|
2542
|
-
#
|
2543
|
-
# {
|
2544
|
-
# voice_connector_id: "NonEmptyString", # required
|
2545
|
-
# termination: { # required
|
2546
|
-
# cps_limit: 1,
|
2547
|
-
# default_phone_number: "E164PhoneNumber",
|
2548
|
-
# calling_regions: ["CallingRegion"],
|
2549
|
-
# cidr_allowed_list: ["String"],
|
2550
|
-
# disabled: false,
|
2551
|
-
# },
|
2552
|
-
# }
|
2553
|
-
#
|
2554
1940
|
# @!attribute [rw] voice_connector_id
|
2555
1941
|
# @return [String]
|
2556
1942
|
#
|
@@ -2581,13 +1967,6 @@ module Aws::ChimeSDKVoice
|
|
2581
1967
|
#
|
2582
1968
|
class ResourceLimitExceededException < Aws::EmptyStructure; end
|
2583
1969
|
|
2584
|
-
# @note When making an API call, you may pass RestorePhoneNumberRequest
|
2585
|
-
# data as a hash:
|
2586
|
-
#
|
2587
|
-
# {
|
2588
|
-
# phone_number_id: "SensitiveNonEmptyString", # required
|
2589
|
-
# }
|
2590
|
-
#
|
2591
1970
|
# @!attribute [rw] phone_number_id
|
2592
1971
|
# @return [String]
|
2593
1972
|
#
|
@@ -2610,20 +1989,6 @@ module Aws::ChimeSDKVoice
|
|
2610
1989
|
include Aws::Structure
|
2611
1990
|
end
|
2612
1991
|
|
2613
|
-
# @note When making an API call, you may pass SearchAvailablePhoneNumbersRequest
|
2614
|
-
# data as a hash:
|
2615
|
-
#
|
2616
|
-
# {
|
2617
|
-
# area_code: "String",
|
2618
|
-
# city: "String",
|
2619
|
-
# country: "Alpha2CountryCode",
|
2620
|
-
# state: "String",
|
2621
|
-
# toll_free_prefix: "TollFreePrefix",
|
2622
|
-
# phone_number_type: "Local", # accepts Local, TollFree
|
2623
|
-
# max_results: 1,
|
2624
|
-
# next_token: "String",
|
2625
|
-
# }
|
2626
|
-
#
|
2627
1992
|
# @!attribute [rw] area_code
|
2628
1993
|
# @return [String]
|
2629
1994
|
#
|
@@ -2717,14 +2082,6 @@ module Aws::ChimeSDKVoice
|
|
2717
2082
|
include Aws::Structure
|
2718
2083
|
end
|
2719
2084
|
|
2720
|
-
# @note When making an API call, you may pass SipMediaApplicationAlexaSkillConfiguration
|
2721
|
-
# data as a hash:
|
2722
|
-
#
|
2723
|
-
# {
|
2724
|
-
# alexa_skill_status: "ACTIVE", # required, accepts ACTIVE, INACTIVE
|
2725
|
-
# alexa_skill_ids: ["AlexaSkillId"], # required
|
2726
|
-
# }
|
2727
|
-
#
|
2728
2085
|
# @!attribute [rw] alexa_skill_status
|
2729
2086
|
# @return [String]
|
2730
2087
|
#
|
@@ -2751,13 +2108,6 @@ module Aws::ChimeSDKVoice
|
|
2751
2108
|
include Aws::Structure
|
2752
2109
|
end
|
2753
2110
|
|
2754
|
-
# @note When making an API call, you may pass SipMediaApplicationEndpoint
|
2755
|
-
# data as a hash:
|
2756
|
-
#
|
2757
|
-
# {
|
2758
|
-
# lambda_arn: "FunctionArn",
|
2759
|
-
# }
|
2760
|
-
#
|
2761
2111
|
# @!attribute [rw] lambda_arn
|
2762
2112
|
# @return [String]
|
2763
2113
|
#
|
@@ -2769,13 +2119,6 @@ module Aws::ChimeSDKVoice
|
|
2769
2119
|
include Aws::Structure
|
2770
2120
|
end
|
2771
2121
|
|
2772
|
-
# @note When making an API call, you may pass SipMediaApplicationLoggingConfiguration
|
2773
|
-
# data as a hash:
|
2774
|
-
#
|
2775
|
-
# {
|
2776
|
-
# enable_sip_media_application_message_logs: false,
|
2777
|
-
# }
|
2778
|
-
#
|
2779
2122
|
# @!attribute [rw] enable_sip_media_application_message_logs
|
2780
2123
|
# @return [Boolean]
|
2781
2124
|
#
|
@@ -2826,15 +2169,6 @@ module Aws::ChimeSDKVoice
|
|
2826
2169
|
include Aws::Structure
|
2827
2170
|
end
|
2828
2171
|
|
2829
|
-
# @note When making an API call, you may pass SipRuleTargetApplication
|
2830
|
-
# data as a hash:
|
2831
|
-
#
|
2832
|
-
# {
|
2833
|
-
# sip_media_application_id: "NonEmptyString",
|
2834
|
-
# priority: 1,
|
2835
|
-
# aws_region: "String",
|
2836
|
-
# }
|
2837
|
-
#
|
2838
2172
|
# @!attribute [rw] sip_media_application_id
|
2839
2173
|
# @return [String]
|
2840
2174
|
#
|
@@ -2854,19 +2188,6 @@ module Aws::ChimeSDKVoice
|
|
2854
2188
|
include Aws::Structure
|
2855
2189
|
end
|
2856
2190
|
|
2857
|
-
# @note When making an API call, you may pass StreamingConfiguration
|
2858
|
-
# data as a hash:
|
2859
|
-
#
|
2860
|
-
# {
|
2861
|
-
# data_retention_in_hours: 1, # required
|
2862
|
-
# disabled: false, # required
|
2863
|
-
# streaming_notification_targets: [
|
2864
|
-
# {
|
2865
|
-
# notification_target: "EventBridge", # accepts EventBridge, SNS, SQS
|
2866
|
-
# },
|
2867
|
-
# ],
|
2868
|
-
# }
|
2869
|
-
#
|
2870
2191
|
# @!attribute [rw] data_retention_in_hours
|
2871
2192
|
# @return [Integer]
|
2872
2193
|
#
|
@@ -2886,13 +2207,6 @@ module Aws::ChimeSDKVoice
|
|
2886
2207
|
include Aws::Structure
|
2887
2208
|
end
|
2888
2209
|
|
2889
|
-
# @note When making an API call, you may pass StreamingNotificationTarget
|
2890
|
-
# data as a hash:
|
2891
|
-
#
|
2892
|
-
# {
|
2893
|
-
# notification_target: "EventBridge", # accepts EventBridge, SNS, SQS
|
2894
|
-
# }
|
2895
|
-
#
|
2896
2210
|
# @!attribute [rw] notification_target
|
2897
2211
|
# @return [String]
|
2898
2212
|
#
|
@@ -2904,17 +2218,6 @@ module Aws::ChimeSDKVoice
|
|
2904
2218
|
include Aws::Structure
|
2905
2219
|
end
|
2906
2220
|
|
2907
|
-
# @note When making an API call, you may pass Termination
|
2908
|
-
# data as a hash:
|
2909
|
-
#
|
2910
|
-
# {
|
2911
|
-
# cps_limit: 1,
|
2912
|
-
# default_phone_number: "E164PhoneNumber",
|
2913
|
-
# calling_regions: ["CallingRegion"],
|
2914
|
-
# cidr_allowed_list: ["String"],
|
2915
|
-
# disabled: false,
|
2916
|
-
# }
|
2917
|
-
#
|
2918
2221
|
# @!attribute [rw] cps_limit
|
2919
2222
|
# @return [Integer]
|
2920
2223
|
#
|
@@ -2965,15 +2268,6 @@ module Aws::ChimeSDKVoice
|
|
2965
2268
|
#
|
2966
2269
|
class UnauthorizedClientException < Aws::EmptyStructure; end
|
2967
2270
|
|
2968
|
-
# @note When making an API call, you may pass UpdateGlobalSettingsRequest
|
2969
|
-
# data as a hash:
|
2970
|
-
#
|
2971
|
-
# {
|
2972
|
-
# voice_connector: {
|
2973
|
-
# cdr_bucket: "String",
|
2974
|
-
# },
|
2975
|
-
# }
|
2976
|
-
#
|
2977
2271
|
# @!attribute [rw] voice_connector
|
2978
2272
|
# @return [Types::VoiceConnectorSettings]
|
2979
2273
|
#
|
@@ -2985,15 +2279,6 @@ module Aws::ChimeSDKVoice
|
|
2985
2279
|
include Aws::Structure
|
2986
2280
|
end
|
2987
2281
|
|
2988
|
-
# @note When making an API call, you may pass UpdatePhoneNumberRequest
|
2989
|
-
# data as a hash:
|
2990
|
-
#
|
2991
|
-
# {
|
2992
|
-
# phone_number_id: "SensitiveNonEmptyString", # required
|
2993
|
-
# product_type: "VoiceConnector", # accepts VoiceConnector, SipMediaApplicationDialIn
|
2994
|
-
# calling_name: "CallingName",
|
2995
|
-
# }
|
2996
|
-
#
|
2997
2282
|
# @!attribute [rw] phone_number_id
|
2998
2283
|
# @return [String]
|
2999
2284
|
#
|
@@ -3013,15 +2298,6 @@ module Aws::ChimeSDKVoice
|
|
3013
2298
|
include Aws::Structure
|
3014
2299
|
end
|
3015
2300
|
|
3016
|
-
# @note When making an API call, you may pass UpdatePhoneNumberRequestItem
|
3017
|
-
# data as a hash:
|
3018
|
-
#
|
3019
|
-
# {
|
3020
|
-
# phone_number_id: "SensitiveNonEmptyString", # required
|
3021
|
-
# product_type: "VoiceConnector", # accepts VoiceConnector, SipMediaApplicationDialIn
|
3022
|
-
# calling_name: "CallingName",
|
3023
|
-
# }
|
3024
|
-
#
|
3025
2301
|
# @!attribute [rw] phone_number_id
|
3026
2302
|
# @return [String]
|
3027
2303
|
#
|
@@ -3052,13 +2328,6 @@ module Aws::ChimeSDKVoice
|
|
3052
2328
|
include Aws::Structure
|
3053
2329
|
end
|
3054
2330
|
|
3055
|
-
# @note When making an API call, you may pass UpdatePhoneNumberSettingsRequest
|
3056
|
-
# data as a hash:
|
3057
|
-
#
|
3058
|
-
# {
|
3059
|
-
# calling_name: "CallingName", # required
|
3060
|
-
# }
|
3061
|
-
#
|
3062
2331
|
# @!attribute [rw] calling_name
|
3063
2332
|
# @return [String]
|
3064
2333
|
#
|
@@ -3070,16 +2339,6 @@ module Aws::ChimeSDKVoice
|
|
3070
2339
|
include Aws::Structure
|
3071
2340
|
end
|
3072
2341
|
|
3073
|
-
# @note When making an API call, you may pass UpdateProxySessionRequest
|
3074
|
-
# data as a hash:
|
3075
|
-
#
|
3076
|
-
# {
|
3077
|
-
# voice_connector_id: "NonEmptyString128", # required
|
3078
|
-
# proxy_session_id: "NonEmptyString128", # required
|
3079
|
-
# capabilities: ["Voice"], # required, accepts Voice, SMS
|
3080
|
-
# expiry_minutes: 1,
|
3081
|
-
# }
|
3082
|
-
#
|
3083
2342
|
# @!attribute [rw] voice_connector_id
|
3084
2343
|
# @return [String]
|
3085
2344
|
#
|
@@ -3114,17 +2373,6 @@ module Aws::ChimeSDKVoice
|
|
3114
2373
|
include Aws::Structure
|
3115
2374
|
end
|
3116
2375
|
|
3117
|
-
# @note When making an API call, you may pass UpdateSipMediaApplicationCallRequest
|
3118
|
-
# data as a hash:
|
3119
|
-
#
|
3120
|
-
# {
|
3121
|
-
# sip_media_application_id: "NonEmptyString", # required
|
3122
|
-
# transaction_id: "NonEmptyString", # required
|
3123
|
-
# arguments: { # required
|
3124
|
-
# "SensitiveString" => "SensitiveString",
|
3125
|
-
# },
|
3126
|
-
# }
|
3127
|
-
#
|
3128
2376
|
# @!attribute [rw] sip_media_application_id
|
3129
2377
|
# @return [String]
|
3130
2378
|
#
|
@@ -3155,19 +2403,6 @@ module Aws::ChimeSDKVoice
|
|
3155
2403
|
include Aws::Structure
|
3156
2404
|
end
|
3157
2405
|
|
3158
|
-
# @note When making an API call, you may pass UpdateSipMediaApplicationRequest
|
3159
|
-
# data as a hash:
|
3160
|
-
#
|
3161
|
-
# {
|
3162
|
-
# sip_media_application_id: "NonEmptyString", # required
|
3163
|
-
# name: "SipMediaApplicationName",
|
3164
|
-
# endpoints: [
|
3165
|
-
# {
|
3166
|
-
# lambda_arn: "FunctionArn",
|
3167
|
-
# },
|
3168
|
-
# ],
|
3169
|
-
# }
|
3170
|
-
#
|
3171
2406
|
# @!attribute [rw] sip_media_application_id
|
3172
2407
|
# @return [String]
|
3173
2408
|
#
|
@@ -3198,22 +2433,6 @@ module Aws::ChimeSDKVoice
|
|
3198
2433
|
include Aws::Structure
|
3199
2434
|
end
|
3200
2435
|
|
3201
|
-
# @note When making an API call, you may pass UpdateSipRuleRequest
|
3202
|
-
# data as a hash:
|
3203
|
-
#
|
3204
|
-
# {
|
3205
|
-
# sip_rule_id: "NonEmptyString", # required
|
3206
|
-
# name: "SipRuleName", # required
|
3207
|
-
# disabled: false,
|
3208
|
-
# target_applications: [
|
3209
|
-
# {
|
3210
|
-
# sip_media_application_id: "NonEmptyString",
|
3211
|
-
# priority: 1,
|
3212
|
-
# aws_region: "String",
|
3213
|
-
# },
|
3214
|
-
# ],
|
3215
|
-
# }
|
3216
|
-
#
|
3217
2436
|
# @!attribute [rw] sip_rule_id
|
3218
2437
|
# @return [String]
|
3219
2438
|
#
|
@@ -3248,20 +2467,6 @@ module Aws::ChimeSDKVoice
|
|
3248
2467
|
include Aws::Structure
|
3249
2468
|
end
|
3250
2469
|
|
3251
|
-
# @note When making an API call, you may pass UpdateVoiceConnectorGroupRequest
|
3252
|
-
# data as a hash:
|
3253
|
-
#
|
3254
|
-
# {
|
3255
|
-
# voice_connector_group_id: "NonEmptyString", # required
|
3256
|
-
# name: "VoiceConnectorGroupName", # required
|
3257
|
-
# voice_connector_items: [ # required
|
3258
|
-
# {
|
3259
|
-
# voice_connector_id: "NonEmptyString", # required
|
3260
|
-
# priority: 1, # required
|
3261
|
-
# },
|
3262
|
-
# ],
|
3263
|
-
# }
|
3264
|
-
#
|
3265
2470
|
# @!attribute [rw] voice_connector_group_id
|
3266
2471
|
# @return [String]
|
3267
2472
|
#
|
@@ -3292,15 +2497,6 @@ module Aws::ChimeSDKVoice
|
|
3292
2497
|
include Aws::Structure
|
3293
2498
|
end
|
3294
2499
|
|
3295
|
-
# @note When making an API call, you may pass UpdateVoiceConnectorRequest
|
3296
|
-
# data as a hash:
|
3297
|
-
#
|
3298
|
-
# {
|
3299
|
-
# voice_connector_id: "NonEmptyString", # required
|
3300
|
-
# name: "VoiceConnectorName", # required
|
3301
|
-
# require_encryption: false, # required
|
3302
|
-
# }
|
3303
|
-
#
|
3304
2500
|
# @!attribute [rw] voice_connector_id
|
3305
2501
|
# @return [String]
|
3306
2502
|
#
|
@@ -3331,19 +2527,6 @@ module Aws::ChimeSDKVoice
|
|
3331
2527
|
include Aws::Structure
|
3332
2528
|
end
|
3333
2529
|
|
3334
|
-
# @note When making an API call, you may pass ValidateE911AddressRequest
|
3335
|
-
# data as a hash:
|
3336
|
-
#
|
3337
|
-
# {
|
3338
|
-
# aws_account_id: "NonEmptyString", # required
|
3339
|
-
# street_number: "SensitiveNonEmptyString", # required
|
3340
|
-
# street_info: "SensitiveNonEmptyString", # required
|
3341
|
-
# city: "SensitiveNonEmptyString", # required
|
3342
|
-
# state: "SensitiveNonEmptyString", # required
|
3343
|
-
# country: "SensitiveNonEmptyString", # required
|
3344
|
-
# postal_code: "SensitiveNonEmptyString", # required
|
3345
|
-
# }
|
3346
|
-
#
|
3347
2530
|
# @!attribute [rw] aws_account_id
|
3348
2531
|
# @return [String]
|
3349
2532
|
#
|
@@ -3472,14 +2655,6 @@ module Aws::ChimeSDKVoice
|
|
3472
2655
|
include Aws::Structure
|
3473
2656
|
end
|
3474
2657
|
|
3475
|
-
# @note When making an API call, you may pass VoiceConnectorItem
|
3476
|
-
# data as a hash:
|
3477
|
-
#
|
3478
|
-
# {
|
3479
|
-
# voice_connector_id: "NonEmptyString", # required
|
3480
|
-
# priority: 1, # required
|
3481
|
-
# }
|
3482
|
-
#
|
3483
2658
|
# @!attribute [rw] voice_connector_id
|
3484
2659
|
# @return [String]
|
3485
2660
|
#
|
@@ -3495,13 +2670,6 @@ module Aws::ChimeSDKVoice
|
|
3495
2670
|
include Aws::Structure
|
3496
2671
|
end
|
3497
2672
|
|
3498
|
-
# @note When making an API call, you may pass VoiceConnectorSettings
|
3499
|
-
# data as a hash:
|
3500
|
-
#
|
3501
|
-
# {
|
3502
|
-
# cdr_bucket: "String",
|
3503
|
-
# }
|
3504
|
-
#
|
3505
2673
|
# @!attribute [rw] cdr_bucket
|
3506
2674
|
# @return [String]
|
3507
2675
|
#
|