aws-sdk 2.987.0 → 2.991.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.
Files changed (46) hide show
  1. package/CHANGELOG.md +25 -1
  2. package/README.md +1 -1
  3. package/apis/chime-2018-05-01.min.json +148 -139
  4. package/apis/comprehend-2017-11-27.min.json +114 -97
  5. package/apis/dms-2016-01-01.min.json +3 -0
  6. package/apis/ec2-2016-11-15.min.json +48 -48
  7. package/apis/es-2015-01-01.min.json +14 -4
  8. package/apis/iot-2015-05-28.min.json +136 -119
  9. package/apis/kafkaconnect-2021-09-14.examples.json +5 -0
  10. package/apis/kafkaconnect-2021-09-14.min.json +960 -0
  11. package/apis/kafkaconnect-2021-09-14.paginators.json +22 -0
  12. package/apis/macie2-2020-01-01.min.json +159 -108
  13. package/apis/metadata.json +3 -0
  14. package/apis/opensearch-2021-01-01.min.json +14 -4
  15. package/apis/pinpoint-2016-12-01.min.json +719 -329
  16. package/apis/robomaker-2018-06-29.min.json +138 -86
  17. package/apis/s3-2006-03-01.examples.json +145 -145
  18. package/apis/s3-2006-03-01.min.json +80 -78
  19. package/apis/sagemaker-2017-07-24.min.json +71 -22
  20. package/apis/transcribe-2017-10-26.min.json +30 -6
  21. package/apis/wafv2-2019-07-29.min.json +1 -0
  22. package/clients/all.d.ts +1 -0
  23. package/clients/all.js +2 -1
  24. package/clients/chime.d.ts +10 -5
  25. package/clients/comprehend.d.ts +35 -0
  26. package/clients/dms.d.ts +14 -10
  27. package/clients/ec2.d.ts +73 -73
  28. package/clients/es.d.ts +18 -3
  29. package/clients/iot.d.ts +28 -2
  30. package/clients/kafkaconnect.d.ts +1132 -0
  31. package/clients/kafkaconnect.js +18 -0
  32. package/clients/macie2.d.ts +75 -23
  33. package/clients/opensearch.d.ts +22 -1
  34. package/clients/pinpoint.d.ts +408 -4
  35. package/clients/robomaker.d.ts +85 -4
  36. package/clients/s3.d.ts +53 -44
  37. package/clients/sagemaker.d.ts +90 -17
  38. package/clients/transcribeservice.d.ts +27 -0
  39. package/clients/wafv2.d.ts +22 -18
  40. package/dist/aws-sdk-core-react-native.js +2 -2
  41. package/dist/aws-sdk-react-native.js +55 -18
  42. package/dist/aws-sdk.js +384 -345
  43. package/dist/aws-sdk.min.js +72 -72
  44. package/lib/config_service_placeholders.d.ts +2 -0
  45. package/lib/core.js +1 -1
  46. package/package.json +1 -1
@@ -1162,6 +1162,15 @@
1162
1162
  "SipMediaApplicationId": {
1163
1163
  "location": "uri",
1164
1164
  "locationName": "sipMediaApplicationId"
1165
+ },
1166
+ "SipHeaders": {
1167
+ "type": "map",
1168
+ "key": {
1169
+ "shape": "S23"
1170
+ },
1171
+ "value": {
1172
+ "shape": "S23"
1173
+ }
1165
1174
  }
1166
1175
  }
1167
1176
  },
@@ -1169,7 +1178,7 @@
1169
1178
  "type": "structure",
1170
1179
  "members": {
1171
1180
  "SipMediaApplicationCall": {
1172
- "shape": "S4v"
1181
+ "shape": "S4w"
1173
1182
  }
1174
1183
  }
1175
1184
  }
@@ -1195,7 +1204,7 @@
1195
1204
  "type": "boolean"
1196
1205
  },
1197
1206
  "TargetApplications": {
1198
- "shape": "S4z"
1207
+ "shape": "S50"
1199
1208
  }
1200
1209
  }
1201
1210
  },
@@ -1203,7 +1212,7 @@
1203
1212
  "type": "structure",
1204
1213
  "members": {
1205
1214
  "SipRule": {
1206
- "shape": "S53"
1215
+ "shape": "S54"
1207
1216
  }
1208
1217
  }
1209
1218
  }
@@ -1225,7 +1234,7 @@
1225
1234
  },
1226
1235
  "Username": {},
1227
1236
  "Email": {
1228
- "shape": "S55"
1237
+ "shape": "S56"
1229
1238
  },
1230
1239
  "UserType": {}
1231
1240
  }
@@ -1234,7 +1243,7 @@
1234
1243
  "type": "structure",
1235
1244
  "members": {
1236
1245
  "User": {
1237
- "shape": "S57"
1246
+ "shape": "S58"
1238
1247
  }
1239
1248
  }
1240
1249
  }
@@ -1262,7 +1271,7 @@
1262
1271
  "type": "structure",
1263
1272
  "members": {
1264
1273
  "VoiceConnector": {
1265
- "shape": "S5e"
1274
+ "shape": "S5f"
1266
1275
  }
1267
1276
  }
1268
1277
  }
@@ -1280,7 +1289,7 @@
1280
1289
  "members": {
1281
1290
  "Name": {},
1282
1291
  "VoiceConnectorItems": {
1283
- "shape": "S5h"
1292
+ "shape": "S5i"
1284
1293
  }
1285
1294
  }
1286
1295
  },
@@ -1288,7 +1297,7 @@
1288
1297
  "type": "structure",
1289
1298
  "members": {
1290
1299
  "VoiceConnectorGroup": {
1291
- "shape": "S5l"
1300
+ "shape": "S5m"
1292
1301
  }
1293
1302
  }
1294
1303
  }
@@ -1926,7 +1935,7 @@
1926
1935
  "locationName": "voiceConnectorId"
1927
1936
  },
1928
1937
  "Usernames": {
1929
- "shape": "S6g"
1938
+ "shape": "S6h"
1930
1939
  }
1931
1940
  }
1932
1941
  }
@@ -2259,7 +2268,7 @@
2259
2268
  "type": "structure",
2260
2269
  "members": {
2261
2270
  "ChannelMembership": {
2262
- "shape": "S72"
2271
+ "shape": "S73"
2263
2272
  }
2264
2273
  }
2265
2274
  },
@@ -2298,7 +2307,7 @@
2298
2307
  "type": "structure",
2299
2308
  "members": {
2300
2309
  "Channel": {
2301
- "shape": "S77"
2310
+ "shape": "S78"
2302
2311
  }
2303
2312
  }
2304
2313
  },
@@ -2517,7 +2526,7 @@
2517
2526
  "type": "structure",
2518
2527
  "members": {
2519
2528
  "AccountSettings": {
2520
- "shape": "S7n"
2529
+ "shape": "S7o"
2521
2530
  }
2522
2531
  }
2523
2532
  }
@@ -2544,7 +2553,7 @@
2544
2553
  "type": "structure",
2545
2554
  "members": {
2546
2555
  "AppInstanceRetentionSettings": {
2547
- "shape": "S7q"
2556
+ "shape": "S7r"
2548
2557
  },
2549
2558
  "InitiateDeletionTimestamp": {
2550
2559
  "type": "timestamp"
@@ -2577,7 +2586,7 @@
2577
2586
  "type": "structure",
2578
2587
  "members": {
2579
2588
  "AppInstanceStreamingConfigurations": {
2580
- "shape": "S7v"
2589
+ "shape": "S7w"
2581
2590
  }
2582
2591
  }
2583
2592
  }
@@ -2682,7 +2691,7 @@
2682
2691
  "ChannelArn": {},
2683
2692
  "MessageId": {},
2684
2693
  "Content": {
2685
- "shape": "S85"
2694
+ "shape": "S86"
2686
2695
  },
2687
2696
  "Metadata": {
2688
2697
  "shape": "S2f"
@@ -2739,7 +2748,7 @@
2739
2748
  "type": "structure",
2740
2749
  "members": {
2741
2750
  "EventsConfiguration": {
2742
- "shape": "S8b"
2751
+ "shape": "S8c"
2743
2752
  }
2744
2753
  }
2745
2754
  }
@@ -2754,10 +2763,10 @@
2754
2763
  "type": "structure",
2755
2764
  "members": {
2756
2765
  "BusinessCalling": {
2757
- "shape": "S8d"
2766
+ "shape": "S8e"
2758
2767
  },
2759
2768
  "VoiceConnector": {
2760
- "shape": "S8e"
2769
+ "shape": "S8f"
2761
2770
  }
2762
2771
  }
2763
2772
  }
@@ -2862,7 +2871,7 @@
2862
2871
  "type": "structure",
2863
2872
  "members": {
2864
2873
  "PhoneNumber": {
2865
- "shape": "S8p"
2874
+ "shape": "S8q"
2866
2875
  }
2867
2876
  }
2868
2877
  }
@@ -2965,7 +2974,7 @@
2965
2974
  "type": "structure",
2966
2975
  "members": {
2967
2976
  "RetentionSettings": {
2968
- "shape": "S95"
2977
+ "shape": "S96"
2969
2978
  },
2970
2979
  "InitiateDeletionTimestamp": {
2971
2980
  "shape": "S2a"
@@ -3054,7 +3063,7 @@
3054
3063
  "type": "structure",
3055
3064
  "members": {
3056
3065
  "SipMediaApplicationLoggingConfiguration": {
3057
- "shape": "S9e"
3066
+ "shape": "S9f"
3058
3067
  }
3059
3068
  }
3060
3069
  }
@@ -3081,7 +3090,7 @@
3081
3090
  "type": "structure",
3082
3091
  "members": {
3083
3092
  "SipRule": {
3084
- "shape": "S53"
3093
+ "shape": "S54"
3085
3094
  }
3086
3095
  }
3087
3096
  }
@@ -3113,7 +3122,7 @@
3113
3122
  "type": "structure",
3114
3123
  "members": {
3115
3124
  "User": {
3116
- "shape": "S57"
3125
+ "shape": "S58"
3117
3126
  }
3118
3127
  }
3119
3128
  }
@@ -3145,7 +3154,7 @@
3145
3154
  "type": "structure",
3146
3155
  "members": {
3147
3156
  "UserSettings": {
3148
- "shape": "S9l"
3157
+ "shape": "S9m"
3149
3158
  }
3150
3159
  }
3151
3160
  }
@@ -3172,7 +3181,7 @@
3172
3181
  "type": "structure",
3173
3182
  "members": {
3174
3183
  "VoiceConnector": {
3175
- "shape": "S5e"
3184
+ "shape": "S5f"
3176
3185
  }
3177
3186
  }
3178
3187
  }
@@ -3199,7 +3208,7 @@
3199
3208
  "type": "structure",
3200
3209
  "members": {
3201
3210
  "EmergencyCallingConfiguration": {
3202
- "shape": "S9r"
3211
+ "shape": "S9s"
3203
3212
  }
3204
3213
  }
3205
3214
  }
@@ -3226,7 +3235,7 @@
3226
3235
  "type": "structure",
3227
3236
  "members": {
3228
3237
  "VoiceConnectorGroup": {
3229
- "shape": "S5l"
3238
+ "shape": "S5m"
3230
3239
  }
3231
3240
  }
3232
3241
  }
@@ -3253,7 +3262,7 @@
3253
3262
  "type": "structure",
3254
3263
  "members": {
3255
3264
  "LoggingConfiguration": {
3256
- "shape": "S9y"
3265
+ "shape": "S9z"
3257
3266
  }
3258
3267
  }
3259
3268
  }
@@ -3280,7 +3289,7 @@
3280
3289
  "type": "structure",
3281
3290
  "members": {
3282
3291
  "Origination": {
3283
- "shape": "Sa1"
3292
+ "shape": "Sa2"
3284
3293
  }
3285
3294
  }
3286
3295
  }
@@ -3307,7 +3316,7 @@
3307
3316
  "type": "structure",
3308
3317
  "members": {
3309
3318
  "Proxy": {
3310
- "shape": "Saa"
3319
+ "shape": "Sab"
3311
3320
  }
3312
3321
  }
3313
3322
  }
@@ -3334,7 +3343,7 @@
3334
3343
  "type": "structure",
3335
3344
  "members": {
3336
3345
  "StreamingConfiguration": {
3337
- "shape": "Saf"
3346
+ "shape": "Sag"
3338
3347
  }
3339
3348
  }
3340
3349
  }
@@ -3361,7 +3370,7 @@
3361
3370
  "type": "structure",
3362
3371
  "members": {
3363
3372
  "Termination": {
3364
- "shape": "Sam"
3373
+ "shape": "San"
3365
3374
  }
3366
3375
  }
3367
3376
  }
@@ -3418,7 +3427,7 @@
3418
3427
  "UserEmailList": {
3419
3428
  "type": "list",
3420
3429
  "member": {
3421
- "shape": "S55"
3430
+ "shape": "S56"
3422
3431
  }
3423
3432
  },
3424
3433
  "UserType": {}
@@ -3435,7 +3444,7 @@
3435
3444
  "InviteId": {},
3436
3445
  "Status": {},
3437
3446
  "EmailAddress": {
3438
- "shape": "S55"
3447
+ "shape": "S56"
3439
3448
  },
3440
3449
  "EmailStatus": {}
3441
3450
  }
@@ -3457,7 +3466,7 @@
3457
3466
  "locationName": "name"
3458
3467
  },
3459
3468
  "UserEmail": {
3460
- "shape": "S55",
3469
+ "shape": "S56",
3461
3470
  "location": "querystring",
3462
3471
  "locationName": "user-email"
3463
3472
  },
@@ -3507,7 +3516,7 @@
3507
3516
  "type": "integer"
3508
3517
  },
3509
3518
  "NextToken": {
3510
- "shape": "Sb5",
3519
+ "shape": "Sb6",
3511
3520
  "location": "querystring",
3512
3521
  "locationName": "next-token"
3513
3522
  }
@@ -3529,7 +3538,7 @@
3529
3538
  }
3530
3539
  },
3531
3540
  "NextToken": {
3532
- "shape": "Sb5"
3541
+ "shape": "Sb6"
3533
3542
  }
3534
3543
  }
3535
3544
  },
@@ -3559,7 +3568,7 @@
3559
3568
  "type": "integer"
3560
3569
  },
3561
3570
  "NextToken": {
3562
- "shape": "Sb5",
3571
+ "shape": "Sb6",
3563
3572
  "location": "querystring",
3564
3573
  "locationName": "next-token"
3565
3574
  }
@@ -3585,7 +3594,7 @@
3585
3594
  }
3586
3595
  },
3587
3596
  "NextToken": {
3588
- "shape": "Sb5"
3597
+ "shape": "Sb6"
3589
3598
  }
3590
3599
  }
3591
3600
  },
@@ -3608,7 +3617,7 @@
3608
3617
  "type": "integer"
3609
3618
  },
3610
3619
  "NextToken": {
3611
- "shape": "Sb5",
3620
+ "shape": "Sb6",
3612
3621
  "location": "querystring",
3613
3622
  "locationName": "next-token"
3614
3623
  }
@@ -3633,7 +3642,7 @@
3633
3642
  }
3634
3643
  },
3635
3644
  "NextToken": {
3636
- "shape": "Sb5"
3645
+ "shape": "Sb6"
3637
3646
  }
3638
3647
  }
3639
3648
  },
@@ -3772,7 +3781,7 @@
3772
3781
  "type": "integer"
3773
3782
  },
3774
3783
  "NextToken": {
3775
- "shape": "Sb5",
3784
+ "shape": "Sb6",
3776
3785
  "location": "querystring",
3777
3786
  "locationName": "next-token"
3778
3787
  },
@@ -3787,7 +3796,7 @@
3787
3796
  "members": {
3788
3797
  "ChannelArn": {},
3789
3798
  "NextToken": {
3790
- "shape": "Sb5"
3799
+ "shape": "Sb6"
3791
3800
  },
3792
3801
  "ChannelBans": {
3793
3802
  "type": "list",
@@ -3832,7 +3841,7 @@
3832
3841
  "type": "integer"
3833
3842
  },
3834
3843
  "NextToken": {
3835
- "shape": "Sb5",
3844
+ "shape": "Sb6",
3836
3845
  "location": "querystring",
3837
3846
  "locationName": "next-token"
3838
3847
  },
@@ -3858,7 +3867,7 @@
3858
3867
  }
3859
3868
  },
3860
3869
  "NextToken": {
3861
- "shape": "Sb5"
3870
+ "shape": "Sb6"
3862
3871
  }
3863
3872
  }
3864
3873
  },
@@ -3885,7 +3894,7 @@
3885
3894
  "type": "integer"
3886
3895
  },
3887
3896
  "NextToken": {
3888
- "shape": "Sb5",
3897
+ "shape": "Sb6",
3889
3898
  "location": "querystring",
3890
3899
  "locationName": "next-token"
3891
3900
  },
@@ -3901,11 +3910,11 @@
3901
3910
  "ChannelMemberships": {
3902
3911
  "type": "list",
3903
3912
  "member": {
3904
- "shape": "S72"
3913
+ "shape": "S73"
3905
3914
  }
3906
3915
  },
3907
3916
  "NextToken": {
3908
- "shape": "Sb5"
3917
+ "shape": "Sb6"
3909
3918
  }
3910
3919
  }
3911
3920
  },
@@ -3949,7 +3958,7 @@
3949
3958
  "type": "integer"
3950
3959
  },
3951
3960
  "NextToken": {
3952
- "shape": "Sb5",
3961
+ "shape": "Sb6",
3953
3962
  "location": "querystring",
3954
3963
  "locationName": "next-token"
3955
3964
  },
@@ -3964,7 +3973,7 @@
3964
3973
  "members": {
3965
3974
  "ChannelArn": {},
3966
3975
  "NextToken": {
3967
- "shape": "Sb5"
3976
+ "shape": "Sb6"
3968
3977
  },
3969
3978
  "ChannelMessages": {
3970
3979
  "type": "list",
@@ -3973,7 +3982,7 @@
3973
3982
  "members": {
3974
3983
  "MessageId": {},
3975
3984
  "Content": {
3976
- "shape": "S85"
3985
+ "shape": "S86"
3977
3986
  },
3978
3987
  "Metadata": {
3979
3988
  "shape": "S2f"
@@ -4025,7 +4034,7 @@
4025
4034
  "type": "integer"
4026
4035
  },
4027
4036
  "NextToken": {
4028
- "shape": "Sb5",
4037
+ "shape": "Sb6",
4029
4038
  "location": "querystring",
4030
4039
  "locationName": "next-token"
4031
4040
  },
@@ -4040,7 +4049,7 @@
4040
4049
  "members": {
4041
4050
  "ChannelArn": {},
4042
4051
  "NextToken": {
4043
- "shape": "Sb5"
4052
+ "shape": "Sb6"
4044
4053
  },
4045
4054
  "ChannelModerators": {
4046
4055
  "type": "list",
@@ -4085,7 +4094,7 @@
4085
4094
  "type": "integer"
4086
4095
  },
4087
4096
  "NextToken": {
4088
- "shape": "Sb5",
4097
+ "shape": "Sb6",
4089
4098
  "location": "querystring",
4090
4099
  "locationName": "next-token"
4091
4100
  },
@@ -4101,11 +4110,11 @@
4101
4110
  "Channels": {
4102
4111
  "type": "list",
4103
4112
  "member": {
4104
- "shape": "S73"
4113
+ "shape": "S74"
4105
4114
  }
4106
4115
  },
4107
4116
  "NextToken": {
4108
- "shape": "Sb5"
4117
+ "shape": "Sb6"
4109
4118
  }
4110
4119
  }
4111
4120
  },
@@ -4132,7 +4141,7 @@
4132
4141
  "type": "integer"
4133
4142
  },
4134
4143
  "NextToken": {
4135
- "shape": "Sb5",
4144
+ "shape": "Sb6",
4136
4145
  "location": "querystring",
4137
4146
  "locationName": "next-token"
4138
4147
  },
@@ -4148,11 +4157,11 @@
4148
4157
  "Channels": {
4149
4158
  "type": "list",
4150
4159
  "member": {
4151
- "shape": "S77"
4160
+ "shape": "S78"
4152
4161
  }
4153
4162
  },
4154
4163
  "NextToken": {
4155
- "shape": "Sb5"
4164
+ "shape": "Sb6"
4156
4165
  }
4157
4166
  }
4158
4167
  },
@@ -4327,7 +4336,7 @@
4327
4336
  "PhoneNumbers": {
4328
4337
  "type": "list",
4329
4338
  "member": {
4330
- "shape": "S8p"
4339
+ "shape": "S8q"
4331
4340
  }
4332
4341
  },
4333
4342
  "NextToken": {}
@@ -4530,7 +4539,7 @@
4530
4539
  "SipRules": {
4531
4540
  "type": "list",
4532
4541
  "member": {
4533
- "shape": "S53"
4542
+ "shape": "S54"
4534
4543
  }
4535
4544
  },
4536
4545
  "NextToken": {}
@@ -4618,7 +4627,7 @@
4618
4627
  "locationName": "accountId"
4619
4628
  },
4620
4629
  "UserEmail": {
4621
- "shape": "S55",
4630
+ "shape": "S56",
4622
4631
  "location": "querystring",
4623
4632
  "locationName": "user-email"
4624
4633
  },
@@ -4643,7 +4652,7 @@
4643
4652
  "Users": {
4644
4653
  "type": "list",
4645
4654
  "member": {
4646
- "shape": "S57"
4655
+ "shape": "S58"
4647
4656
  }
4648
4657
  },
4649
4658
  "NextToken": {}
@@ -4676,7 +4685,7 @@
4676
4685
  "VoiceConnectorGroups": {
4677
4686
  "type": "list",
4678
4687
  "member": {
4679
- "shape": "S5l"
4688
+ "shape": "S5m"
4680
4689
  }
4681
4690
  },
4682
4691
  "NextToken": {}
@@ -4705,7 +4714,7 @@
4705
4714
  "type": "structure",
4706
4715
  "members": {
4707
4716
  "Usernames": {
4708
- "shape": "S6g"
4717
+ "shape": "S6h"
4709
4718
  }
4710
4719
  }
4711
4720
  }
@@ -4736,7 +4745,7 @@
4736
4745
  "VoiceConnectors": {
4737
4746
  "type": "list",
4738
4747
  "member": {
4739
- "shape": "S5e"
4748
+ "shape": "S5f"
4740
4749
  }
4741
4750
  },
4742
4751
  "NextToken": {}
@@ -4788,7 +4797,7 @@
4788
4797
  "locationName": "appInstanceArn"
4789
4798
  },
4790
4799
  "AppInstanceRetentionSettings": {
4791
- "shape": "S7q"
4800
+ "shape": "S7r"
4792
4801
  }
4793
4802
  }
4794
4803
  },
@@ -4796,7 +4805,7 @@
4796
4805
  "type": "structure",
4797
4806
  "members": {
4798
4807
  "AppInstanceRetentionSettings": {
4799
- "shape": "S7q"
4808
+ "shape": "S7r"
4800
4809
  },
4801
4810
  "InitiateDeletionTimestamp": {
4802
4811
  "type": "timestamp"
@@ -4825,7 +4834,7 @@
4825
4834
  "locationName": "appInstanceArn"
4826
4835
  },
4827
4836
  "AppInstanceStreamingConfigurations": {
4828
- "shape": "S7v"
4837
+ "shape": "S7w"
4829
4838
  }
4830
4839
  }
4831
4840
  },
@@ -4833,7 +4842,7 @@
4833
4842
  "type": "structure",
4834
4843
  "members": {
4835
4844
  "AppInstanceStreamingConfigurations": {
4836
- "shape": "S7v"
4845
+ "shape": "S7w"
4837
4846
  }
4838
4847
  }
4839
4848
  }
@@ -4871,7 +4880,7 @@
4871
4880
  "type": "structure",
4872
4881
  "members": {
4873
4882
  "EventsConfiguration": {
4874
- "shape": "S8b"
4883
+ "shape": "S8c"
4875
4884
  }
4876
4885
  }
4877
4886
  }
@@ -4894,7 +4903,7 @@
4894
4903
  "locationName": "accountId"
4895
4904
  },
4896
4905
  "RetentionSettings": {
4897
- "shape": "S95"
4906
+ "shape": "S96"
4898
4907
  }
4899
4908
  }
4900
4909
  },
@@ -4902,7 +4911,7 @@
4902
4911
  "type": "structure",
4903
4912
  "members": {
4904
4913
  "RetentionSettings": {
4905
- "shape": "S95"
4914
+ "shape": "S96"
4906
4915
  },
4907
4916
  "InitiateDeletionTimestamp": {
4908
4917
  "shape": "S2a"
@@ -4927,7 +4936,7 @@
4927
4936
  "locationName": "sipMediaApplicationId"
4928
4937
  },
4929
4938
  "SipMediaApplicationLoggingConfiguration": {
4930
- "shape": "S9e"
4939
+ "shape": "S9f"
4931
4940
  }
4932
4941
  }
4933
4942
  },
@@ -4935,7 +4944,7 @@
4935
4944
  "type": "structure",
4936
4945
  "members": {
4937
4946
  "SipMediaApplicationLoggingConfiguration": {
4938
- "shape": "S9e"
4947
+ "shape": "S9f"
4939
4948
  }
4940
4949
  }
4941
4950
  }
@@ -4958,7 +4967,7 @@
4958
4967
  "locationName": "voiceConnectorId"
4959
4968
  },
4960
4969
  "EmergencyCallingConfiguration": {
4961
- "shape": "S9r"
4970
+ "shape": "S9s"
4962
4971
  }
4963
4972
  }
4964
4973
  },
@@ -4966,7 +4975,7 @@
4966
4975
  "type": "structure",
4967
4976
  "members": {
4968
4977
  "EmergencyCallingConfiguration": {
4969
- "shape": "S9r"
4978
+ "shape": "S9s"
4970
4979
  }
4971
4980
  }
4972
4981
  }
@@ -4989,7 +4998,7 @@
4989
4998
  "locationName": "voiceConnectorId"
4990
4999
  },
4991
5000
  "LoggingConfiguration": {
4992
- "shape": "S9y"
5001
+ "shape": "S9z"
4993
5002
  }
4994
5003
  }
4995
5004
  },
@@ -4997,7 +5006,7 @@
4997
5006
  "type": "structure",
4998
5007
  "members": {
4999
5008
  "LoggingConfiguration": {
5000
- "shape": "S9y"
5009
+ "shape": "S9z"
5001
5010
  }
5002
5011
  }
5003
5012
  }
@@ -5020,7 +5029,7 @@
5020
5029
  "locationName": "voiceConnectorId"
5021
5030
  },
5022
5031
  "Origination": {
5023
- "shape": "Sa1"
5032
+ "shape": "Sa2"
5024
5033
  }
5025
5034
  }
5026
5035
  },
@@ -5028,7 +5037,7 @@
5028
5037
  "type": "structure",
5029
5038
  "members": {
5030
5039
  "Origination": {
5031
- "shape": "Sa1"
5040
+ "shape": "Sa2"
5032
5041
  }
5033
5042
  }
5034
5043
  }
@@ -5069,7 +5078,7 @@
5069
5078
  "type": "structure",
5070
5079
  "members": {
5071
5080
  "Proxy": {
5072
- "shape": "Saa"
5081
+ "shape": "Sab"
5073
5082
  }
5074
5083
  }
5075
5084
  }
@@ -5092,7 +5101,7 @@
5092
5101
  "locationName": "voiceConnectorId"
5093
5102
  },
5094
5103
  "StreamingConfiguration": {
5095
- "shape": "Saf"
5104
+ "shape": "Sag"
5096
5105
  }
5097
5106
  }
5098
5107
  },
@@ -5100,7 +5109,7 @@
5100
5109
  "type": "structure",
5101
5110
  "members": {
5102
5111
  "StreamingConfiguration": {
5103
- "shape": "Saf"
5112
+ "shape": "Sag"
5104
5113
  }
5105
5114
  }
5106
5115
  }
@@ -5123,7 +5132,7 @@
5123
5132
  "locationName": "voiceConnectorId"
5124
5133
  },
5125
5134
  "Termination": {
5126
- "shape": "Sam"
5135
+ "shape": "San"
5127
5136
  }
5128
5137
  }
5129
5138
  },
@@ -5131,7 +5140,7 @@
5131
5140
  "type": "structure",
5132
5141
  "members": {
5133
5142
  "Termination": {
5134
- "shape": "Sam"
5143
+ "shape": "San"
5135
5144
  }
5136
5145
  }
5137
5146
  }
@@ -5326,7 +5335,7 @@
5326
5335
  "type": "structure",
5327
5336
  "members": {
5328
5337
  "User": {
5329
- "shape": "S57"
5338
+ "shape": "S58"
5330
5339
  }
5331
5340
  }
5332
5341
  }
@@ -5352,7 +5361,7 @@
5352
5361
  "type": "structure",
5353
5362
  "members": {
5354
5363
  "PhoneNumber": {
5355
- "shape": "S8p"
5364
+ "shape": "S8q"
5356
5365
  }
5357
5366
  }
5358
5367
  }
@@ -5732,7 +5741,7 @@
5732
5741
  "locationName": "accountId"
5733
5742
  },
5734
5743
  "AccountSettings": {
5735
- "shape": "S7n"
5744
+ "shape": "S7o"
5736
5745
  }
5737
5746
  }
5738
5747
  },
@@ -5908,7 +5917,7 @@
5908
5917
  "locationName": "messageId"
5909
5918
  },
5910
5919
  "Content": {
5911
- "shape": "S85"
5920
+ "shape": "S86"
5912
5921
  },
5913
5922
  "Metadata": {
5914
5923
  "shape": "S2f"
@@ -5976,10 +5985,10 @@
5976
5985
  ],
5977
5986
  "members": {
5978
5987
  "BusinessCalling": {
5979
- "shape": "S8d"
5988
+ "shape": "S8e"
5980
5989
  },
5981
5990
  "VoiceConnector": {
5982
- "shape": "S8e"
5991
+ "shape": "S8f"
5983
5992
  }
5984
5993
  }
5985
5994
  }
@@ -6009,7 +6018,7 @@
6009
6018
  "type": "structure",
6010
6019
  "members": {
6011
6020
  "PhoneNumber": {
6012
- "shape": "S8p"
6021
+ "shape": "S8q"
6013
6022
  }
6014
6023
  }
6015
6024
  }
@@ -6208,7 +6217,7 @@
6208
6217
  "type": "structure",
6209
6218
  "members": {
6210
6219
  "SipMediaApplicationCall": {
6211
- "shape": "S4v"
6220
+ "shape": "S4w"
6212
6221
  }
6213
6222
  }
6214
6223
  }
@@ -6235,7 +6244,7 @@
6235
6244
  "type": "boolean"
6236
6245
  },
6237
6246
  "TargetApplications": {
6238
- "shape": "S4z"
6247
+ "shape": "S50"
6239
6248
  }
6240
6249
  }
6241
6250
  },
@@ -6243,7 +6252,7 @@
6243
6252
  "type": "structure",
6244
6253
  "members": {
6245
6254
  "SipRule": {
6246
- "shape": "S53"
6255
+ "shape": "S54"
6247
6256
  }
6248
6257
  }
6249
6258
  }
@@ -6279,7 +6288,7 @@
6279
6288
  "type": "structure",
6280
6289
  "members": {
6281
6290
  "User": {
6282
- "shape": "S57"
6291
+ "shape": "S58"
6283
6292
  }
6284
6293
  }
6285
6294
  }
@@ -6307,7 +6316,7 @@
6307
6316
  "locationName": "userId"
6308
6317
  },
6309
6318
  "UserSettings": {
6310
- "shape": "S9l"
6319
+ "shape": "S9m"
6311
6320
  }
6312
6321
  }
6313
6322
  }
@@ -6340,7 +6349,7 @@
6340
6349
  "type": "structure",
6341
6350
  "members": {
6342
6351
  "VoiceConnector": {
6343
- "shape": "S5e"
6352
+ "shape": "S5f"
6344
6353
  }
6345
6354
  }
6346
6355
  }
@@ -6365,7 +6374,7 @@
6365
6374
  },
6366
6375
  "Name": {},
6367
6376
  "VoiceConnectorItems": {
6368
- "shape": "S5h"
6377
+ "shape": "S5i"
6369
6378
  }
6370
6379
  }
6371
6380
  },
@@ -6373,7 +6382,7 @@
6373
6382
  "type": "structure",
6374
6383
  "members": {
6375
6384
  "VoiceConnectorGroup": {
6376
- "shape": "S5l"
6385
+ "shape": "S5m"
6377
6386
  }
6378
6387
  }
6379
6388
  }
@@ -6839,13 +6848,13 @@
6839
6848
  }
6840
6849
  }
6841
6850
  },
6842
- "S4v": {
6851
+ "S4w": {
6843
6852
  "type": "structure",
6844
6853
  "members": {
6845
6854
  "TransactionId": {}
6846
6855
  }
6847
6856
  },
6848
- "S4z": {
6857
+ "S50": {
6849
6858
  "type": "list",
6850
6859
  "member": {
6851
6860
  "type": "structure",
@@ -6858,7 +6867,7 @@
6858
6867
  }
6859
6868
  }
6860
6869
  },
6861
- "S53": {
6870
+ "S54": {
6862
6871
  "type": "structure",
6863
6872
  "members": {
6864
6873
  "SipRuleId": {},
@@ -6869,7 +6878,7 @@
6869
6878
  "TriggerType": {},
6870
6879
  "TriggerValue": {},
6871
6880
  "TargetApplications": {
6872
- "shape": "S4z"
6881
+ "shape": "S50"
6873
6882
  },
6874
6883
  "CreatedTimestamp": {
6875
6884
  "shape": "S2a"
@@ -6879,11 +6888,11 @@
6879
6888
  }
6880
6889
  }
6881
6890
  },
6882
- "S55": {
6891
+ "S56": {
6883
6892
  "type": "string",
6884
6893
  "sensitive": true
6885
6894
  },
6886
- "S57": {
6895
+ "S58": {
6887
6896
  "type": "structure",
6888
6897
  "required": [
6889
6898
  "UserId"
@@ -6892,7 +6901,7 @@
6892
6901
  "UserId": {},
6893
6902
  "AccountId": {},
6894
6903
  "PrimaryEmail": {
6895
- "shape": "S55"
6904
+ "shape": "S56"
6896
6905
  },
6897
6906
  "PrimaryProvisionedNumber": {
6898
6907
  "shape": "S23"
@@ -6916,7 +6925,7 @@
6916
6925
  "PersonalPIN": {}
6917
6926
  }
6918
6927
  },
6919
- "S5e": {
6928
+ "S5f": {
6920
6929
  "type": "structure",
6921
6930
  "members": {
6922
6931
  "VoiceConnectorId": {},
@@ -6934,7 +6943,7 @@
6934
6943
  }
6935
6944
  }
6936
6945
  },
6937
- "S5h": {
6946
+ "S5i": {
6938
6947
  "type": "list",
6939
6948
  "member": {
6940
6949
  "type": "structure",
@@ -6950,13 +6959,13 @@
6950
6959
  }
6951
6960
  }
6952
6961
  },
6953
- "S5l": {
6962
+ "S5m": {
6954
6963
  "type": "structure",
6955
6964
  "members": {
6956
6965
  "VoiceConnectorGroupId": {},
6957
6966
  "Name": {},
6958
6967
  "VoiceConnectorItems": {
6959
- "shape": "S5h"
6968
+ "shape": "S5i"
6960
6969
  },
6961
6970
  "CreatedTimestamp": {
6962
6971
  "shape": "S2a"
@@ -6966,17 +6975,17 @@
6966
6975
  }
6967
6976
  }
6968
6977
  },
6969
- "S6g": {
6978
+ "S6h": {
6970
6979
  "type": "list",
6971
6980
  "member": {
6972
6981
  "shape": "S23"
6973
6982
  }
6974
6983
  },
6975
- "S72": {
6984
+ "S73": {
6976
6985
  "type": "structure",
6977
6986
  "members": {
6978
6987
  "ChannelSummary": {
6979
- "shape": "S73"
6988
+ "shape": "S74"
6980
6989
  },
6981
6990
  "AppInstanceUserMembershipSummary": {
6982
6991
  "type": "structure",
@@ -6989,7 +6998,7 @@
6989
6998
  }
6990
6999
  }
6991
7000
  },
6992
- "S73": {
7001
+ "S74": {
6993
7002
  "type": "structure",
6994
7003
  "members": {
6995
7004
  "Name": {
@@ -7006,15 +7015,15 @@
7006
7015
  }
7007
7016
  }
7008
7017
  },
7009
- "S77": {
7018
+ "S78": {
7010
7019
  "type": "structure",
7011
7020
  "members": {
7012
7021
  "ChannelSummary": {
7013
- "shape": "S73"
7022
+ "shape": "S74"
7014
7023
  }
7015
7024
  }
7016
7025
  },
7017
- "S7n": {
7026
+ "S7o": {
7018
7027
  "type": "structure",
7019
7028
  "members": {
7020
7029
  "DisableRemoteControl": {
@@ -7025,7 +7034,7 @@
7025
7034
  }
7026
7035
  }
7027
7036
  },
7028
- "S7q": {
7037
+ "S7r": {
7029
7038
  "type": "structure",
7030
7039
  "members": {
7031
7040
  "ChannelRetentionSettings": {
@@ -7038,7 +7047,7 @@
7038
7047
  }
7039
7048
  }
7040
7049
  },
7041
- "S7v": {
7050
+ "S7w": {
7042
7051
  "type": "list",
7043
7052
  "member": {
7044
7053
  "type": "structure",
@@ -7054,11 +7063,11 @@
7054
7063
  }
7055
7064
  }
7056
7065
  },
7057
- "S85": {
7066
+ "S86": {
7058
7067
  "type": "string",
7059
7068
  "sensitive": true
7060
7069
  },
7061
- "S8b": {
7070
+ "S8c": {
7062
7071
  "type": "structure",
7063
7072
  "members": {
7064
7073
  "BotId": {},
@@ -7070,19 +7079,19 @@
7070
7079
  }
7071
7080
  }
7072
7081
  },
7073
- "S8d": {
7082
+ "S8e": {
7074
7083
  "type": "structure",
7075
7084
  "members": {
7076
7085
  "CdrBucket": {}
7077
7086
  }
7078
7087
  },
7079
- "S8e": {
7088
+ "S8f": {
7080
7089
  "type": "structure",
7081
7090
  "members": {
7082
7091
  "CdrBucket": {}
7083
7092
  }
7084
7093
  },
7085
- "S8p": {
7094
+ "S8q": {
7086
7095
  "type": "structure",
7087
7096
  "members": {
7088
7097
  "PhoneNumberId": {},
@@ -7144,7 +7153,7 @@
7144
7153
  }
7145
7154
  }
7146
7155
  },
7147
- "S95": {
7156
+ "S96": {
7148
7157
  "type": "structure",
7149
7158
  "members": {
7150
7159
  "RoomRetentionSettings": {
@@ -7165,7 +7174,7 @@
7165
7174
  }
7166
7175
  }
7167
7176
  },
7168
- "S9e": {
7177
+ "S9f": {
7169
7178
  "type": "structure",
7170
7179
  "members": {
7171
7180
  "EnableSipMediaApplicationMessageLogs": {
@@ -7173,7 +7182,7 @@
7173
7182
  }
7174
7183
  }
7175
7184
  },
7176
- "S9l": {
7185
+ "S9m": {
7177
7186
  "type": "structure",
7178
7187
  "required": [
7179
7188
  "Telephony"
@@ -7200,7 +7209,7 @@
7200
7209
  }
7201
7210
  }
7202
7211
  },
7203
- "S9r": {
7212
+ "S9s": {
7204
7213
  "type": "structure",
7205
7214
  "members": {
7206
7215
  "DNIS": {
@@ -7224,7 +7233,7 @@
7224
7233
  }
7225
7234
  }
7226
7235
  },
7227
- "S9y": {
7236
+ "S9z": {
7228
7237
  "type": "structure",
7229
7238
  "members": {
7230
7239
  "EnableSIPLogs": {
@@ -7232,7 +7241,7 @@
7232
7241
  }
7233
7242
  }
7234
7243
  },
7235
- "Sa1": {
7244
+ "Sa2": {
7236
7245
  "type": "structure",
7237
7246
  "members": {
7238
7247
  "Routes": {
@@ -7259,7 +7268,7 @@
7259
7268
  }
7260
7269
  }
7261
7270
  },
7262
- "Saa": {
7271
+ "Sab": {
7263
7272
  "type": "structure",
7264
7273
  "members": {
7265
7274
  "DefaultSessionExpiryMinutes": {
@@ -7272,15 +7281,15 @@
7272
7281
  "shape": "S3"
7273
7282
  },
7274
7283
  "PhoneNumberCountries": {
7275
- "shape": "Sac"
7284
+ "shape": "Sad"
7276
7285
  }
7277
7286
  }
7278
7287
  },
7279
- "Sac": {
7288
+ "Sad": {
7280
7289
  "type": "list",
7281
7290
  "member": {}
7282
7291
  },
7283
- "Saf": {
7292
+ "Sag": {
7284
7293
  "type": "structure",
7285
7294
  "required": [
7286
7295
  "DataRetentionInHours"
@@ -7306,7 +7315,7 @@
7306
7315
  }
7307
7316
  }
7308
7317
  },
7309
- "Sam": {
7318
+ "San": {
7310
7319
  "type": "structure",
7311
7320
  "members": {
7312
7321
  "CpsLimit": {
@@ -7320,14 +7329,14 @@
7320
7329
  "member": {}
7321
7330
  },
7322
7331
  "CidrAllowedList": {
7323
- "shape": "Sac"
7332
+ "shape": "Sad"
7324
7333
  },
7325
7334
  "Disabled": {
7326
7335
  "type": "boolean"
7327
7336
  }
7328
7337
  }
7329
7338
  },
7330
- "Sb5": {
7339
+ "Sb6": {
7331
7340
  "type": "string",
7332
7341
  "sensitive": true
7333
7342
  }