aws-sdk-core 2.11.628 → 2.11.629

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 74217e86d92e8ee2c5085501bd89ff6c0a1a461dd676b15c588304cc7e03e7c6
4
- data.tar.gz: 779387a1613824247c21265f67555a07e6c9ba6e20677865c3b3d2a433ed79c8
3
+ metadata.gz: 0561a95e8ee375f90965d3fe6f612fc856d64df98ecf1858eaf09c1cd788151d
4
+ data.tar.gz: fa1e44b5e0d023a3b6bd7a19fb3d9ceb3e232294583886a20d05cda3e897b19f
5
5
  SHA512:
6
- metadata.gz: 0cb4bec5aa45f303f0926b205b6f69338fbfd9c2cfdc24e2ef929c44cbfb5add6c5e3d9d736ffc3bd1f2d9735c318adbe37cf2d3f14796ef060b2bae44e4dfb4
7
- data.tar.gz: f1db717083c37ad7db237d56e31becc94729b3e6a8727fff11996ae1b9ffb1ee50d586b707e3e783cf365829f39862bd0d1506926cc90eeaed28e9638f2c1c52
6
+ metadata.gz: bf3c3cbe7273ccfe9de9a861bf7d79dfdd30a7ba85d840679caf5f6fd4e8c031e1547bfb634c5b8ffe505b0d126e1d5e6fd28f168aa2b13db866acc78e1c2909
7
+ data.tar.gz: cb504e26c4fc0d9574f509d6450558e40b2832045632b28d122ecbd0e83802c14a7fb02e931a780553b0895cec7ab78180faf8061253d81049309d2687604cf5
@@ -301,6 +301,25 @@
301
301
  {"shape":"ServiceFailureException"}
302
302
  ]
303
303
  },
304
+ "CreateMeetingDialOut":{
305
+ "name":"CreateMeetingDialOut",
306
+ "http":{
307
+ "method":"POST",
308
+ "requestUri":"/meetings/{meetingId}/dial-outs",
309
+ "responseCode":201
310
+ },
311
+ "input":{"shape":"CreateMeetingDialOutRequest"},
312
+ "output":{"shape":"CreateMeetingDialOutResponse"},
313
+ "errors":[
314
+ {"shape":"BadRequestException"},
315
+ {"shape":"ForbiddenException"},
316
+ {"shape":"ResourceLimitExceededException"},
317
+ {"shape":"ThrottledClientException"},
318
+ {"shape":"UnauthorizedClientException"},
319
+ {"shape":"ServiceUnavailableException"},
320
+ {"shape":"ServiceFailureException"}
321
+ ]
322
+ },
304
323
  "CreateMeetingWithAttendees":{
305
324
  "name":"CreateMeetingWithAttendees",
306
325
  "http":{
@@ -400,6 +419,67 @@
400
419
  {"shape":"ServiceFailureException"}
401
420
  ]
402
421
  },
422
+ "CreateSipMediaApplication":{
423
+ "name":"CreateSipMediaApplication",
424
+ "http":{
425
+ "method":"POST",
426
+ "requestUri":"/sip-media-applications",
427
+ "responseCode":201
428
+ },
429
+ "input":{"shape":"CreateSipMediaApplicationRequest"},
430
+ "output":{"shape":"CreateSipMediaApplicationResponse"},
431
+ "errors":[
432
+ {"shape":"BadRequestException"},
433
+ {"shape":"ForbiddenException"},
434
+ {"shape":"AccessDeniedException"},
435
+ {"shape":"UnauthorizedClientException"},
436
+ {"shape":"ThrottledClientException"},
437
+ {"shape":"ResourceLimitExceededException"},
438
+ {"shape":"ConflictException"},
439
+ {"shape":"ServiceUnavailableException"},
440
+ {"shape":"ServiceFailureException"}
441
+ ]
442
+ },
443
+ "CreateSipMediaApplicationCall":{
444
+ "name":"CreateSipMediaApplicationCall",
445
+ "http":{
446
+ "method":"POST",
447
+ "requestUri":"/sip-media-applications/{sipMediaApplicationId}/calls",
448
+ "responseCode":201
449
+ },
450
+ "input":{"shape":"CreateSipMediaApplicationCallRequest"},
451
+ "output":{"shape":"CreateSipMediaApplicationCallResponse"},
452
+ "errors":[
453
+ {"shape":"BadRequestException"},
454
+ {"shape":"ForbiddenException"},
455
+ {"shape":"ResourceLimitExceededException"},
456
+ {"shape":"ThrottledClientException"},
457
+ {"shape":"UnauthorizedClientException"},
458
+ {"shape":"ServiceUnavailableException"},
459
+ {"shape":"ServiceFailureException"}
460
+ ]
461
+ },
462
+ "CreateSipRule":{
463
+ "name":"CreateSipRule",
464
+ "http":{
465
+ "method":"POST",
466
+ "requestUri":"/sip-rules",
467
+ "responseCode":201
468
+ },
469
+ "input":{"shape":"CreateSipRuleRequest"},
470
+ "output":{"shape":"CreateSipRuleResponse"},
471
+ "errors":[
472
+ {"shape":"BadRequestException"},
473
+ {"shape":"ForbiddenException"},
474
+ {"shape":"AccessDeniedException"},
475
+ {"shape":"UnauthorizedClientException"},
476
+ {"shape":"ThrottledClientException"},
477
+ {"shape":"ResourceLimitExceededException"},
478
+ {"shape":"ConflictException"},
479
+ {"shape":"ServiceUnavailableException"},
480
+ {"shape":"ServiceFailureException"}
481
+ ]
482
+ },
403
483
  "CreateUser":{
404
484
  "name":"CreateUser",
405
485
  "http":{
@@ -605,6 +685,44 @@
605
685
  {"shape":"ServiceFailureException"}
606
686
  ]
607
687
  },
688
+ "DeleteSipMediaApplication":{
689
+ "name":"DeleteSipMediaApplication",
690
+ "http":{
691
+ "method":"DELETE",
692
+ "requestUri":"/sip-media-applications/{sipMediaApplicationId}",
693
+ "responseCode":204
694
+ },
695
+ "input":{"shape":"DeleteSipMediaApplicationRequest"},
696
+ "errors":[
697
+ {"shape":"UnauthorizedClientException"},
698
+ {"shape":"NotFoundException"},
699
+ {"shape":"ForbiddenException"},
700
+ {"shape":"BadRequestException"},
701
+ {"shape":"ConflictException"},
702
+ {"shape":"ThrottledClientException"},
703
+ {"shape":"ServiceUnavailableException"},
704
+ {"shape":"ServiceFailureException"}
705
+ ]
706
+ },
707
+ "DeleteSipRule":{
708
+ "name":"DeleteSipRule",
709
+ "http":{
710
+ "method":"DELETE",
711
+ "requestUri":"/sip-rules/{sipRuleId}",
712
+ "responseCode":204
713
+ },
714
+ "input":{"shape":"DeleteSipRuleRequest"},
715
+ "errors":[
716
+ {"shape":"UnauthorizedClientException"},
717
+ {"shape":"NotFoundException"},
718
+ {"shape":"ForbiddenException"},
719
+ {"shape":"BadRequestException"},
720
+ {"shape":"ConflictException"},
721
+ {"shape":"ThrottledClientException"},
722
+ {"shape":"ServiceUnavailableException"},
723
+ {"shape":"ServiceFailureException"}
724
+ ]
725
+ },
608
726
  "DeleteVoiceConnector":{
609
727
  "name":"DeleteVoiceConnector",
610
728
  "http":{
@@ -1066,6 +1184,63 @@
1066
1184
  {"shape":"ServiceFailureException"}
1067
1185
  ]
1068
1186
  },
1187
+ "GetSipMediaApplication":{
1188
+ "name":"GetSipMediaApplication",
1189
+ "http":{
1190
+ "method":"GET",
1191
+ "requestUri":"/sip-media-applications/{sipMediaApplicationId}",
1192
+ "responseCode":200
1193
+ },
1194
+ "input":{"shape":"GetSipMediaApplicationRequest"},
1195
+ "output":{"shape":"GetSipMediaApplicationResponse"},
1196
+ "errors":[
1197
+ {"shape":"UnauthorizedClientException"},
1198
+ {"shape":"NotFoundException"},
1199
+ {"shape":"ForbiddenException"},
1200
+ {"shape":"BadRequestException"},
1201
+ {"shape":"ThrottledClientException"},
1202
+ {"shape":"ServiceUnavailableException"},
1203
+ {"shape":"ServiceFailureException"}
1204
+ ]
1205
+ },
1206
+ "GetSipMediaApplicationLoggingConfiguration":{
1207
+ "name":"GetSipMediaApplicationLoggingConfiguration",
1208
+ "http":{
1209
+ "method":"GET",
1210
+ "requestUri":"/sip-media-applications/{sipMediaApplicationId}/logging-configuration",
1211
+ "responseCode":200
1212
+ },
1213
+ "input":{"shape":"GetSipMediaApplicationLoggingConfigurationRequest"},
1214
+ "output":{"shape":"GetSipMediaApplicationLoggingConfigurationResponse"},
1215
+ "errors":[
1216
+ {"shape":"UnauthorizedClientException"},
1217
+ {"shape":"NotFoundException"},
1218
+ {"shape":"ForbiddenException"},
1219
+ {"shape":"BadRequestException"},
1220
+ {"shape":"ThrottledClientException"},
1221
+ {"shape":"ServiceUnavailableException"},
1222
+ {"shape":"ServiceFailureException"}
1223
+ ]
1224
+ },
1225
+ "GetSipRule":{
1226
+ "name":"GetSipRule",
1227
+ "http":{
1228
+ "method":"GET",
1229
+ "requestUri":"/sip-rules/{sipRuleId}",
1230
+ "responseCode":200
1231
+ },
1232
+ "input":{"shape":"GetSipRuleRequest"},
1233
+ "output":{"shape":"GetSipRuleResponse"},
1234
+ "errors":[
1235
+ {"shape":"UnauthorizedClientException"},
1236
+ {"shape":"NotFoundException"},
1237
+ {"shape":"ForbiddenException"},
1238
+ {"shape":"BadRequestException"},
1239
+ {"shape":"ThrottledClientException"},
1240
+ {"shape":"ServiceUnavailableException"},
1241
+ {"shape":"ServiceFailureException"}
1242
+ ]
1243
+ },
1069
1244
  "GetUser":{
1070
1245
  "name":"GetUser",
1071
1246
  "http":{
@@ -1498,6 +1673,42 @@
1498
1673
  {"shape":"ServiceFailureException"}
1499
1674
  ]
1500
1675
  },
1676
+ "ListSipMediaApplications":{
1677
+ "name":"ListSipMediaApplications",
1678
+ "http":{
1679
+ "method":"GET",
1680
+ "requestUri":"/sip-media-applications",
1681
+ "responseCode":200
1682
+ },
1683
+ "input":{"shape":"ListSipMediaApplicationsRequest"},
1684
+ "output":{"shape":"ListSipMediaApplicationsResponse"},
1685
+ "errors":[
1686
+ {"shape":"UnauthorizedClientException"},
1687
+ {"shape":"ForbiddenException"},
1688
+ {"shape":"BadRequestException"},
1689
+ {"shape":"ThrottledClientException"},
1690
+ {"shape":"ServiceUnavailableException"},
1691
+ {"shape":"ServiceFailureException"}
1692
+ ]
1693
+ },
1694
+ "ListSipRules":{
1695
+ "name":"ListSipRules",
1696
+ "http":{
1697
+ "method":"GET",
1698
+ "requestUri":"/sip-rules",
1699
+ "responseCode":200
1700
+ },
1701
+ "input":{"shape":"ListSipRulesRequest"},
1702
+ "output":{"shape":"ListSipRulesResponse"},
1703
+ "errors":[
1704
+ {"shape":"UnauthorizedClientException"},
1705
+ {"shape":"ForbiddenException"},
1706
+ {"shape":"BadRequestException"},
1707
+ {"shape":"ThrottledClientException"},
1708
+ {"shape":"ServiceUnavailableException"},
1709
+ {"shape":"ServiceFailureException"}
1710
+ ]
1711
+ },
1501
1712
  "ListTagsForResource":{
1502
1713
  "name":"ListTagsForResource",
1503
1714
  "http":{
@@ -1647,6 +1858,25 @@
1647
1858
  {"shape":"ServiceFailureException"}
1648
1859
  ]
1649
1860
  },
1861
+ "PutSipMediaApplicationLoggingConfiguration":{
1862
+ "name":"PutSipMediaApplicationLoggingConfiguration",
1863
+ "http":{
1864
+ "method":"PUT",
1865
+ "requestUri":"/sip-media-applications/{sipMediaApplicationId}/logging-configuration",
1866
+ "responseCode":200
1867
+ },
1868
+ "input":{"shape":"PutSipMediaApplicationLoggingConfigurationRequest"},
1869
+ "output":{"shape":"PutSipMediaApplicationLoggingConfigurationResponse"},
1870
+ "errors":[
1871
+ {"shape":"UnauthorizedClientException"},
1872
+ {"shape":"NotFoundException"},
1873
+ {"shape":"ForbiddenException"},
1874
+ {"shape":"BadRequestException"},
1875
+ {"shape":"ThrottledClientException"},
1876
+ {"shape":"ServiceUnavailableException"},
1877
+ {"shape":"ServiceFailureException"}
1878
+ ]
1879
+ },
1650
1880
  "PutVoiceConnectorEmergencyCallingConfiguration":{
1651
1881
  "name":"PutVoiceConnectorEmergencyCallingConfiguration",
1652
1882
  "http":{
@@ -2170,6 +2400,47 @@
2170
2400
  {"shape":"ServiceFailureException"}
2171
2401
  ]
2172
2402
  },
2403
+ "UpdateSipMediaApplication":{
2404
+ "name":"UpdateSipMediaApplication",
2405
+ "http":{
2406
+ "method":"PUT",
2407
+ "requestUri":"/sip-media-applications/{sipMediaApplicationId}",
2408
+ "responseCode":200
2409
+ },
2410
+ "input":{"shape":"UpdateSipMediaApplicationRequest"},
2411
+ "output":{"shape":"UpdateSipMediaApplicationResponse"},
2412
+ "errors":[
2413
+ {"shape":"UnauthorizedClientException"},
2414
+ {"shape":"NotFoundException"},
2415
+ {"shape":"ForbiddenException"},
2416
+ {"shape":"BadRequestException"},
2417
+ {"shape":"ConflictException"},
2418
+ {"shape":"ThrottledClientException"},
2419
+ {"shape":"ServiceUnavailableException"},
2420
+ {"shape":"ServiceFailureException"}
2421
+ ]
2422
+ },
2423
+ "UpdateSipRule":{
2424
+ "name":"UpdateSipRule",
2425
+ "http":{
2426
+ "method":"PUT",
2427
+ "requestUri":"/sip-rules/{sipRuleId}",
2428
+ "responseCode":202
2429
+ },
2430
+ "input":{"shape":"UpdateSipRuleRequest"},
2431
+ "output":{"shape":"UpdateSipRuleResponse"},
2432
+ "errors":[
2433
+ {"shape":"UnauthorizedClientException"},
2434
+ {"shape":"NotFoundException"},
2435
+ {"shape":"ForbiddenException"},
2436
+ {"shape":"BadRequestException"},
2437
+ {"shape":"ConflictException"},
2438
+ {"shape":"ThrottledClientException"},
2439
+ {"shape":"ResourceLimitExceededException"},
2440
+ {"shape":"ServiceUnavailableException"},
2441
+ {"shape":"ServiceFailureException"}
2442
+ ]
2443
+ },
2173
2444
  "UpdateUser":{
2174
2445
  "name":"UpdateUser",
2175
2446
  "http":{
@@ -2763,6 +3034,31 @@
2763
3034
  "Bot":{"shape":"Bot"}
2764
3035
  }
2765
3036
  },
3037
+ "CreateMeetingDialOutRequest":{
3038
+ "type":"structure",
3039
+ "required":[
3040
+ "FromPhoneNumber",
3041
+ "ToPhoneNumber",
3042
+ "JoinToken",
3043
+ "MeetingId"
3044
+ ],
3045
+ "members":{
3046
+ "MeetingId":{
3047
+ "shape":"GuidString",
3048
+ "location":"uri",
3049
+ "locationName":"meetingId"
3050
+ },
3051
+ "FromPhoneNumber":{"shape":"E164PhoneNumber"},
3052
+ "ToPhoneNumber":{"shape":"E164PhoneNumber"},
3053
+ "JoinToken":{"shape":"JoinTokenString"}
3054
+ }
3055
+ },
3056
+ "CreateMeetingDialOutResponse":{
3057
+ "type":"structure",
3058
+ "members":{
3059
+ "TransactionId":{"shape":"GuidString"}
3060
+ }
3061
+ },
2766
3062
  "CreateMeetingRequest":{
2767
3063
  "type":"structure",
2768
3064
  "required":["ClientRequestToken"],
@@ -2912,6 +3208,65 @@
2912
3208
  "Room":{"shape":"Room"}
2913
3209
  }
2914
3210
  },
3211
+ "CreateSipMediaApplicationCallRequest":{
3212
+ "type":"structure",
3213
+ "required":["SipMediaApplicationId"],
3214
+ "members":{
3215
+ "FromPhoneNumber":{"shape":"E164PhoneNumber"},
3216
+ "ToPhoneNumber":{"shape":"E164PhoneNumber"},
3217
+ "SipMediaApplicationId":{
3218
+ "shape":"NonEmptyString",
3219
+ "location":"uri",
3220
+ "locationName":"sipMediaApplicationId"
3221
+ }
3222
+ }
3223
+ },
3224
+ "CreateSipMediaApplicationCallResponse":{
3225
+ "type":"structure",
3226
+ "members":{
3227
+ "SipMediaApplicationCall":{"shape":"SipMediaApplicationCall"}
3228
+ }
3229
+ },
3230
+ "CreateSipMediaApplicationRequest":{
3231
+ "type":"structure",
3232
+ "required":[
3233
+ "AwsRegion",
3234
+ "Endpoints"
3235
+ ],
3236
+ "members":{
3237
+ "AwsRegion":{"shape":"String"},
3238
+ "Name":{"shape":"SipMediaApplicationName"},
3239
+ "Endpoints":{"shape":"SipMediaApplicationEndpointList"}
3240
+ }
3241
+ },
3242
+ "CreateSipMediaApplicationResponse":{
3243
+ "type":"structure",
3244
+ "members":{
3245
+ "SipMediaApplication":{"shape":"SipMediaApplication"}
3246
+ }
3247
+ },
3248
+ "CreateSipRuleRequest":{
3249
+ "type":"structure",
3250
+ "required":[
3251
+ "Name",
3252
+ "TriggerType",
3253
+ "TriggerValue",
3254
+ "TargetApplications"
3255
+ ],
3256
+ "members":{
3257
+ "Name":{"shape":"SipRuleName"},
3258
+ "TriggerType":{"shape":"SipRuleTriggerType"},
3259
+ "TriggerValue":{"shape":"NonEmptyString"},
3260
+ "Disabled":{"shape":"NullableBoolean"},
3261
+ "TargetApplications":{"shape":"SipRuleTargetApplicationList"}
3262
+ }
3263
+ },
3264
+ "CreateSipRuleResponse":{
3265
+ "type":"structure",
3266
+ "members":{
3267
+ "SipRule":{"shape":"SipRule"}
3268
+ }
3269
+ },
2915
3270
  "CreateUserRequest":{
2916
3271
  "type":"structure",
2917
3272
  "required":["AccountId"],
@@ -3134,6 +3489,28 @@
3134
3489
  }
3135
3490
  }
3136
3491
  },
3492
+ "DeleteSipMediaApplicationRequest":{
3493
+ "type":"structure",
3494
+ "required":["SipMediaApplicationId"],
3495
+ "members":{
3496
+ "SipMediaApplicationId":{
3497
+ "shape":"NonEmptyString",
3498
+ "location":"uri",
3499
+ "locationName":"sipMediaApplicationId"
3500
+ }
3501
+ }
3502
+ },
3503
+ "DeleteSipRuleRequest":{
3504
+ "type":"structure",
3505
+ "required":["SipRuleId"],
3506
+ "members":{
3507
+ "SipRuleId":{
3508
+ "shape":"NonEmptyString",
3509
+ "location":"uri",
3510
+ "locationName":"sipRuleId"
3511
+ }
3512
+ }
3513
+ },
3137
3514
  "DeleteVoiceConnectorEmergencyCallingConfigurationRequest":{
3138
3515
  "type":"structure",
3139
3516
  "required":["VoiceConnectorId"],
@@ -3389,6 +3766,12 @@
3389
3766
  "error":{"httpStatusCode":403},
3390
3767
  "exception":true
3391
3768
  },
3769
+ "FunctionArn":{
3770
+ "type":"string",
3771
+ "max":10000,
3772
+ "pattern":"arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?",
3773
+ "sensitive":true
3774
+ },
3392
3775
  "GeoMatchLevel":{
3393
3776
  "type":"string",
3394
3777
  "enum":[
@@ -3649,6 +4032,57 @@
3649
4032
  "Room":{"shape":"Room"}
3650
4033
  }
3651
4034
  },
4035
+ "GetSipMediaApplicationLoggingConfigurationRequest":{
4036
+ "type":"structure",
4037
+ "required":["SipMediaApplicationId"],
4038
+ "members":{
4039
+ "SipMediaApplicationId":{
4040
+ "shape":"NonEmptyString",
4041
+ "location":"uri",
4042
+ "locationName":"sipMediaApplicationId"
4043
+ }
4044
+ }
4045
+ },
4046
+ "GetSipMediaApplicationLoggingConfigurationResponse":{
4047
+ "type":"structure",
4048
+ "members":{
4049
+ "SipMediaApplicationLoggingConfiguration":{"shape":"SipMediaApplicationLoggingConfiguration"}
4050
+ }
4051
+ },
4052
+ "GetSipMediaApplicationRequest":{
4053
+ "type":"structure",
4054
+ "required":["SipMediaApplicationId"],
4055
+ "members":{
4056
+ "SipMediaApplicationId":{
4057
+ "shape":"NonEmptyString",
4058
+ "location":"uri",
4059
+ "locationName":"sipMediaApplicationId"
4060
+ }
4061
+ }
4062
+ },
4063
+ "GetSipMediaApplicationResponse":{
4064
+ "type":"structure",
4065
+ "members":{
4066
+ "SipMediaApplication":{"shape":"SipMediaApplication"}
4067
+ }
4068
+ },
4069
+ "GetSipRuleRequest":{
4070
+ "type":"structure",
4071
+ "required":["SipRuleId"],
4072
+ "members":{
4073
+ "SipRuleId":{
4074
+ "shape":"NonEmptyString",
4075
+ "location":"uri",
4076
+ "locationName":"sipRuleId"
4077
+ }
4078
+ }
4079
+ },
4080
+ "GetSipRuleResponse":{
4081
+ "type":"structure",
4082
+ "members":{
4083
+ "SipRule":{"shape":"SipRule"}
4084
+ }
4085
+ },
3652
4086
  "GetUserRequest":{
3653
4087
  "type":"structure",
3654
4088
  "required":[
@@ -3908,6 +4342,7 @@
3908
4342
  "type":"string",
3909
4343
  "max":2048,
3910
4344
  "min":2,
4345
+ "pattern":"^[a-zA-Z0-9+/]+$",
3911
4346
  "sensitive":true
3912
4347
  },
3913
4348
  "License":{
@@ -4241,6 +4676,55 @@
4241
4676
  "NextToken":{"shape":"String"}
4242
4677
  }
4243
4678
  },
4679
+ "ListSipMediaApplicationsRequest":{
4680
+ "type":"structure",
4681
+ "members":{
4682
+ "MaxResults":{
4683
+ "shape":"ResultMax",
4684
+ "location":"querystring",
4685
+ "locationName":"max-results"
4686
+ },
4687
+ "NextToken":{
4688
+ "shape":"NextTokenString",
4689
+ "location":"querystring",
4690
+ "locationName":"next-token"
4691
+ }
4692
+ }
4693
+ },
4694
+ "ListSipMediaApplicationsResponse":{
4695
+ "type":"structure",
4696
+ "members":{
4697
+ "SipMediaApplications":{"shape":"SipMediaApplicationList"},
4698
+ "NextToken":{"shape":"NextTokenString"}
4699
+ }
4700
+ },
4701
+ "ListSipRulesRequest":{
4702
+ "type":"structure",
4703
+ "members":{
4704
+ "SipMediaApplicationId":{
4705
+ "shape":"NonEmptyString",
4706
+ "location":"querystring",
4707
+ "locationName":"sip-media-application"
4708
+ },
4709
+ "MaxResults":{
4710
+ "shape":"ResultMax",
4711
+ "location":"querystring",
4712
+ "locationName":"max-results"
4713
+ },
4714
+ "NextToken":{
4715
+ "shape":"NextTokenString",
4716
+ "location":"querystring",
4717
+ "locationName":"next-token"
4718
+ }
4719
+ }
4720
+ },
4721
+ "ListSipRulesResponse":{
4722
+ "type":"structure",
4723
+ "members":{
4724
+ "SipRules":{"shape":"SipRuleList"},
4725
+ "NextToken":{"shape":"NextTokenString"}
4726
+ }
4727
+ },
4244
4728
  "ListTagsForResourceRequest":{
4245
4729
  "type":"structure",
4246
4730
  "required":["ResourceARN"],
@@ -4626,7 +5110,8 @@
4626
5110
  "AccountId",
4627
5111
  "UserId",
4628
5112
  "VoiceConnectorId",
4629
- "VoiceConnectorGroupId"
5113
+ "VoiceConnectorGroupId",
5114
+ "SipRuleId"
4630
5115
  ]
4631
5116
  },
4632
5117
  "PhoneNumberCapabilities":{
@@ -4819,6 +5304,24 @@
4819
5304
  "InitiateDeletionTimestamp":{"shape":"Iso8601Timestamp"}
4820
5305
  }
4821
5306
  },
5307
+ "PutSipMediaApplicationLoggingConfigurationRequest":{
5308
+ "type":"structure",
5309
+ "required":["SipMediaApplicationId"],
5310
+ "members":{
5311
+ "SipMediaApplicationId":{
5312
+ "shape":"NonEmptyString",
5313
+ "location":"uri",
5314
+ "locationName":"sipMediaApplicationId"
5315
+ },
5316
+ "SipMediaApplicationLoggingConfiguration":{"shape":"SipMediaApplicationLoggingConfiguration"}
5317
+ }
5318
+ },
5319
+ "PutSipMediaApplicationLoggingConfigurationResponse":{
5320
+ "type":"structure",
5321
+ "members":{
5322
+ "SipMediaApplicationLoggingConfiguration":{"shape":"SipMediaApplicationLoggingConfiguration"}
5323
+ }
5324
+ },
4822
5325
  "PutVoiceConnectorEmergencyCallingConfigurationRequest":{
4823
5326
  "type":"structure",
4824
5327
  "required":[
@@ -5248,6 +5751,97 @@
5248
5751
  "type":"list",
5249
5752
  "member":{"shape":"SigninDelegateGroup"}
5250
5753
  },
5754
+ "SipApplicationPriority":{
5755
+ "type":"integer",
5756
+ "min":1
5757
+ },
5758
+ "SipMediaApplication":{
5759
+ "type":"structure",
5760
+ "members":{
5761
+ "SipMediaApplicationId":{"shape":"NonEmptyString"},
5762
+ "AwsRegion":{"shape":"String"},
5763
+ "Name":{"shape":"SipMediaApplicationName"},
5764
+ "Endpoints":{"shape":"SipMediaApplicationEndpointList"},
5765
+ "CreatedTimestamp":{"shape":"Iso8601Timestamp"},
5766
+ "UpdatedTimestamp":{"shape":"Iso8601Timestamp"}
5767
+ }
5768
+ },
5769
+ "SipMediaApplicationCall":{
5770
+ "type":"structure",
5771
+ "members":{
5772
+ "TransactionId":{"shape":"GuidString"}
5773
+ }
5774
+ },
5775
+ "SipMediaApplicationEndpoint":{
5776
+ "type":"structure",
5777
+ "members":{
5778
+ "LambdaArn":{"shape":"FunctionArn"}
5779
+ }
5780
+ },
5781
+ "SipMediaApplicationEndpointList":{
5782
+ "type":"list",
5783
+ "member":{"shape":"SipMediaApplicationEndpoint"},
5784
+ "max":1,
5785
+ "min":1
5786
+ },
5787
+ "SipMediaApplicationList":{
5788
+ "type":"list",
5789
+ "member":{"shape":"SipMediaApplication"}
5790
+ },
5791
+ "SipMediaApplicationLoggingConfiguration":{
5792
+ "type":"structure",
5793
+ "members":{
5794
+ "EnableSipMediaApplicationMessageLogs":{"shape":"Boolean"}
5795
+ }
5796
+ },
5797
+ "SipMediaApplicationName":{
5798
+ "type":"string",
5799
+ "max":256,
5800
+ "min":1
5801
+ },
5802
+ "SipRule":{
5803
+ "type":"structure",
5804
+ "members":{
5805
+ "SipRuleId":{"shape":"NonEmptyString"},
5806
+ "Name":{"shape":"SipRuleName"},
5807
+ "Disabled":{"shape":"Boolean"},
5808
+ "TriggerType":{"shape":"SipRuleTriggerType"},
5809
+ "TriggerValue":{"shape":"NonEmptyString"},
5810
+ "TargetApplications":{"shape":"SipRuleTargetApplicationList"},
5811
+ "CreatedTimestamp":{"shape":"Iso8601Timestamp"},
5812
+ "UpdatedTimestamp":{"shape":"Iso8601Timestamp"}
5813
+ }
5814
+ },
5815
+ "SipRuleList":{
5816
+ "type":"list",
5817
+ "member":{"shape":"SipRule"}
5818
+ },
5819
+ "SipRuleName":{
5820
+ "type":"string",
5821
+ "max":256,
5822
+ "min":1
5823
+ },
5824
+ "SipRuleTargetApplication":{
5825
+ "type":"structure",
5826
+ "members":{
5827
+ "SipMediaApplicationId":{"shape":"NonEmptyString"},
5828
+ "Priority":{"shape":"SipApplicationPriority"},
5829
+ "AwsRegion":{"shape":"String"}
5830
+ }
5831
+ },
5832
+ "SipRuleTargetApplicationList":{
5833
+ "type":"list",
5834
+ "member":{"shape":"SipRuleTargetApplication"},
5835
+ "max":25,
5836
+ "min":1
5837
+ },
5838
+ "SipRuleTriggerType":{
5839
+ "type":"string",
5840
+ "enum":[
5841
+ "ToPhoneNumber",
5842
+ "RequestUriHostname"
5843
+ ]
5844
+ },
5251
5845
  "StreamingConfiguration":{
5252
5846
  "type":"structure",
5253
5847
  "required":["DataRetentionInHours"],
@@ -5671,6 +6265,48 @@
5671
6265
  "Room":{"shape":"Room"}
5672
6266
  }
5673
6267
  },
6268
+ "UpdateSipMediaApplicationRequest":{
6269
+ "type":"structure",
6270
+ "required":["SipMediaApplicationId"],
6271
+ "members":{
6272
+ "SipMediaApplicationId":{
6273
+ "shape":"NonEmptyString",
6274
+ "location":"uri",
6275
+ "locationName":"sipMediaApplicationId"
6276
+ },
6277
+ "Name":{"shape":"SipMediaApplicationName"},
6278
+ "Endpoints":{"shape":"SipMediaApplicationEndpointList"}
6279
+ }
6280
+ },
6281
+ "UpdateSipMediaApplicationResponse":{
6282
+ "type":"structure",
6283
+ "members":{
6284
+ "SipMediaApplication":{"shape":"SipMediaApplication"}
6285
+ }
6286
+ },
6287
+ "UpdateSipRuleRequest":{
6288
+ "type":"structure",
6289
+ "required":[
6290
+ "SipRuleId",
6291
+ "Name"
6292
+ ],
6293
+ "members":{
6294
+ "SipRuleId":{
6295
+ "shape":"NonEmptyString",
6296
+ "location":"uri",
6297
+ "locationName":"sipRuleId"
6298
+ },
6299
+ "Name":{"shape":"SipRuleName"},
6300
+ "Disabled":{"shape":"NullableBoolean"},
6301
+ "TargetApplications":{"shape":"SipRuleTargetApplicationList"}
6302
+ }
6303
+ },
6304
+ "UpdateSipRuleResponse":{
6305
+ "type":"structure",
6306
+ "members":{
6307
+ "SipRule":{"shape":"SipRule"}
6308
+ }
6309
+ },
5674
6310
  "UpdateUserRequest":{
5675
6311
  "type":"structure",
5676
6312
  "required":[