aws-sdk 2.1649.0 → 2.1651.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 (49) hide show
  1. package/README.md +1 -1
  2. package/apis/application-autoscaling-2016-02-06.min.json +4 -1
  3. package/apis/chime-sdk-media-pipelines-2021-07-15.min.json +10 -1
  4. package/apis/cloudfront-2020-05-31.min.json +4 -1
  5. package/apis/cloudhsmv2-2017-04-28.min.json +69 -17
  6. package/apis/connect-2017-08-08.min.json +272 -255
  7. package/apis/datazone-2018-05-10.min.json +251 -26
  8. package/apis/datazone-2018-05-10.paginators.json +6 -0
  9. package/apis/elasticache-2015-02-02.min.json +4 -1
  10. package/apis/elasticmapreduce-2009-03-31.min.json +15 -3
  11. package/apis/glue-2017-03-31.min.json +93 -89
  12. package/apis/kinesisanalyticsv2-2018-05-23.min.json +4 -1
  13. package/apis/mq-2017-11-27.min.json +4 -4
  14. package/apis/opensearch-2021-01-01.min.json +98 -141
  15. package/apis/pi-2018-02-27.min.json +4 -1
  16. package/apis/qconnect-2020-10-19.min.json +335 -108
  17. package/apis/qconnect-2020-10-19.paginators.json +6 -0
  18. package/apis/quicksight-2018-04-01.min.json +598 -483
  19. package/apis/rds-2013-01-10.min.json +4 -1
  20. package/apis/rds-2013-02-12.min.json +4 -1
  21. package/apis/rds-2013-09-09.min.json +4 -1
  22. package/apis/rds-2014-09-01.min.json +4 -1
  23. package/apis/rds-2014-10-31.min.json +4 -1
  24. package/apis/sagemaker-2017-07-24.min.json +805 -792
  25. package/apis/workspaces-2015-04-08.min.json +507 -76
  26. package/clients/acmpca.d.ts +3 -3
  27. package/clients/applicationautoscaling.d.ts +43 -43
  28. package/clients/chimesdkmediapipelines.d.ts +19 -15
  29. package/clients/cloudfront.d.ts +7 -7
  30. package/clients/cloudhsmv2.d.ts +117 -34
  31. package/clients/connect.d.ts +29 -10
  32. package/clients/datazone.d.ts +269 -1
  33. package/clients/emr.d.ts +12 -4
  34. package/clients/glue.d.ts +6 -0
  35. package/clients/kinesisanalyticsv2.d.ts +1 -1
  36. package/clients/mq.d.ts +15 -15
  37. package/clients/opensearch.d.ts +0 -53
  38. package/clients/pi.d.ts +2 -2
  39. package/clients/qconnect.d.ts +219 -1
  40. package/clients/quicksight.d.ts +90 -0
  41. package/clients/rds.d.ts +4 -4
  42. package/clients/sagemaker.d.ts +18 -1
  43. package/clients/workspaces.d.ts +596 -4
  44. package/dist/aws-sdk-core-react-native.js +1 -1
  45. package/dist/aws-sdk-react-native.js +25 -25
  46. package/dist/aws-sdk.js +391 -286
  47. package/dist/aws-sdk.min.js +103 -103
  48. package/lib/core.js +1 -1
  49. package/package.json +1 -1
@@ -13,7 +13,10 @@
13
13
  "serviceId": "Connect",
14
14
  "signatureVersion": "v4",
15
15
  "signingName": "connect",
16
- "uid": "connect-2017-08-08"
16
+ "uid": "connect-2017-08-08",
17
+ "auth": [
18
+ "aws.auth#sigv4"
19
+ ]
17
20
  },
18
21
  "operations": {
19
22
  "ActivateEvaluationForm": {
@@ -2500,7 +2503,7 @@
2500
2503
  "type": "structure",
2501
2504
  "members": {
2502
2505
  "Audio": {
2503
- "shape": "Sdj"
2506
+ "shape": "Sdo"
2504
2507
  }
2505
2508
  }
2506
2509
  },
@@ -2508,7 +2511,7 @@
2508
2511
  "type": "structure",
2509
2512
  "members": {
2510
2513
  "Audio": {
2511
- "shape": "Sdj"
2514
+ "shape": "Sdo"
2512
2515
  }
2513
2516
  }
2514
2517
  }
@@ -2521,7 +2524,7 @@
2521
2524
  }
2522
2525
  },
2523
2526
  "SegmentAttributes": {
2524
- "shape": "Sdq"
2527
+ "shape": "Sdv"
2525
2528
  }
2526
2529
  }
2527
2530
  }
@@ -2583,7 +2586,7 @@
2583
2586
  "EvaluatorArn": {},
2584
2587
  "ContactAgentId": {},
2585
2588
  "Score": {
2586
- "shape": "Sdy"
2589
+ "shape": "Se3"
2587
2590
  }
2588
2591
  }
2589
2592
  },
@@ -2594,23 +2597,23 @@
2594
2597
  "type": "structure",
2595
2598
  "members": {
2596
2599
  "Value": {
2597
- "shape": "Se2"
2600
+ "shape": "Se7"
2598
2601
  },
2599
2602
  "SystemSuggestedValue": {
2600
- "shape": "Se2"
2603
+ "shape": "Se7"
2601
2604
  }
2602
2605
  }
2603
2606
  }
2604
2607
  },
2605
2608
  "Notes": {
2606
- "shape": "Se5"
2609
+ "shape": "Sea"
2607
2610
  },
2608
2611
  "Status": {},
2609
2612
  "Scores": {
2610
2613
  "type": "map",
2611
2614
  "key": {},
2612
2615
  "value": {
2613
- "shape": "Sdy"
2616
+ "shape": "Se3"
2614
2617
  }
2615
2618
  },
2616
2619
  "CreatedTime": {
@@ -2678,7 +2681,7 @@
2678
2681
  "type": "structure",
2679
2682
  "members": {
2680
2683
  "ContactFlow": {
2681
- "shape": "Sed"
2684
+ "shape": "Sei"
2682
2685
  }
2683
2686
  }
2684
2687
  }
@@ -2709,7 +2712,7 @@
2709
2712
  "type": "structure",
2710
2713
  "members": {
2711
2714
  "ContactFlowModule": {
2712
- "shape": "Seh"
2715
+ "shape": "Sem"
2713
2716
  }
2714
2717
  }
2715
2718
  }
@@ -2822,7 +2825,7 @@
2822
2825
  "type": "structure",
2823
2826
  "members": {
2824
2827
  "HoursOfOperation": {
2825
- "shape": "Ser"
2828
+ "shape": "Sew"
2826
2829
  }
2827
2830
  }
2828
2831
  }
@@ -2908,7 +2911,7 @@
2908
2911
  "type": "structure",
2909
2912
  "members": {
2910
2913
  "Attribute": {
2911
- "shape": "Sf1"
2914
+ "shape": "Sf6"
2912
2915
  }
2913
2916
  }
2914
2917
  }
@@ -3022,7 +3025,7 @@
3022
3025
  "type": "structure",
3023
3026
  "members": {
3024
3027
  "PredefinedAttribute": {
3025
- "shape": "Sff"
3028
+ "shape": "Sfk"
3026
3029
  }
3027
3030
  }
3028
3031
  }
@@ -3053,7 +3056,7 @@
3053
3056
  "type": "structure",
3054
3057
  "members": {
3055
3058
  "Prompt": {
3056
- "shape": "Sfi"
3059
+ "shape": "Sfn"
3057
3060
  }
3058
3061
  }
3059
3062
  }
@@ -3084,7 +3087,7 @@
3084
3087
  "type": "structure",
3085
3088
  "members": {
3086
3089
  "Queue": {
3087
- "shape": "Sfl"
3090
+ "shape": "Sfq"
3088
3091
  }
3089
3092
  }
3090
3093
  }
@@ -3115,7 +3118,7 @@
3115
3118
  "type": "structure",
3116
3119
  "members": {
3117
3120
  "QuickConnect": {
3118
- "shape": "Sfp"
3121
+ "shape": "Sfu"
3119
3122
  }
3120
3123
  }
3121
3124
  }
@@ -3146,7 +3149,7 @@
3146
3149
  "type": "structure",
3147
3150
  "members": {
3148
3151
  "RoutingProfile": {
3149
- "shape": "Sfs"
3152
+ "shape": "Sfx"
3150
3153
  }
3151
3154
  }
3152
3155
  }
@@ -3406,19 +3409,19 @@
3406
3409
  "type": "structure",
3407
3410
  "members": {
3408
3411
  "LevelOne": {
3409
- "shape": "Sgf"
3412
+ "shape": "Sgk"
3410
3413
  },
3411
3414
  "LevelTwo": {
3412
- "shape": "Sgf"
3415
+ "shape": "Sgk"
3413
3416
  },
3414
3417
  "LevelThree": {
3415
- "shape": "Sgf"
3418
+ "shape": "Sgk"
3416
3419
  },
3417
3420
  "LevelFour": {
3418
- "shape": "Sgf"
3421
+ "shape": "Sgk"
3419
3422
  },
3420
3423
  "LevelFive": {
3421
- "shape": "Sgf"
3424
+ "shape": "Sgk"
3422
3425
  }
3423
3426
  }
3424
3427
  },
@@ -3458,19 +3461,19 @@
3458
3461
  "type": "structure",
3459
3462
  "members": {
3460
3463
  "LevelOne": {
3461
- "shape": "Sgj"
3464
+ "shape": "Sgo"
3462
3465
  },
3463
3466
  "LevelTwo": {
3464
- "shape": "Sgj"
3467
+ "shape": "Sgo"
3465
3468
  },
3466
3469
  "LevelThree": {
3467
- "shape": "Sgj"
3470
+ "shape": "Sgo"
3468
3471
  },
3469
3472
  "LevelFour": {
3470
- "shape": "Sgj"
3473
+ "shape": "Sgo"
3471
3474
  },
3472
3475
  "LevelFive": {
3473
- "shape": "Sgj"
3476
+ "shape": "Sgo"
3474
3477
  }
3475
3478
  }
3476
3479
  }
@@ -4053,15 +4056,15 @@
4053
4056
  "locationName": "InstanceId"
4054
4057
  },
4055
4058
  "Filters": {
4056
- "shape": "Shk"
4059
+ "shape": "Shp"
4057
4060
  },
4058
4061
  "Groupings": {
4059
- "shape": "Shq"
4062
+ "shape": "Shv"
4060
4063
  },
4061
4064
  "CurrentMetrics": {
4062
4065
  "type": "list",
4063
4066
  "member": {
4064
- "shape": "Sht"
4067
+ "shape": "Shy"
4065
4068
  }
4066
4069
  },
4067
4070
  "NextToken": {},
@@ -4090,7 +4093,7 @@
4090
4093
  "type": "structure",
4091
4094
  "members": {
4092
4095
  "Dimensions": {
4093
- "shape": "Si4"
4096
+ "shape": "Si9"
4094
4097
  },
4095
4098
  "Collections": {
4096
4099
  "type": "list",
@@ -4098,7 +4101,7 @@
4098
4101
  "type": "structure",
4099
4102
  "members": {
4100
4103
  "Metric": {
4101
- "shape": "Sht"
4104
+ "shape": "Shy"
4102
4105
  },
4103
4106
  "Value": {
4104
4107
  "type": "double"
@@ -4137,7 +4140,7 @@
4137
4140
  "type": "structure",
4138
4141
  "members": {
4139
4142
  "Queues": {
4140
- "shape": "Shl"
4143
+ "shape": "Shq"
4141
4144
  },
4142
4145
  "ContactFilter": {
4143
4146
  "type": "structure",
@@ -4149,7 +4152,7 @@
4149
4152
  }
4150
4153
  },
4151
4154
  "RoutingProfiles": {
4152
- "shape": "Shn"
4155
+ "shape": "Shs"
4153
4156
  },
4154
4157
  "Agents": {
4155
4158
  "type": "list",
@@ -4184,25 +4187,25 @@
4184
4187
  }
4185
4188
  },
4186
4189
  "RoutingProfile": {
4187
- "shape": "Si6"
4190
+ "shape": "Sib"
4188
4191
  },
4189
4192
  "HierarchyPath": {
4190
4193
  "type": "structure",
4191
4194
  "members": {
4192
4195
  "LevelOne": {
4193
- "shape": "Sin"
4196
+ "shape": "Sis"
4194
4197
  },
4195
4198
  "LevelTwo": {
4196
- "shape": "Sin"
4199
+ "shape": "Sis"
4197
4200
  },
4198
4201
  "LevelThree": {
4199
- "shape": "Sin"
4202
+ "shape": "Sis"
4200
4203
  },
4201
4204
  "LevelFour": {
4202
- "shape": "Sin"
4205
+ "shape": "Sis"
4203
4206
  },
4204
4207
  "LevelFive": {
4205
- "shape": "Sin"
4208
+ "shape": "Sis"
4206
4209
  }
4207
4210
  }
4208
4211
  },
@@ -4217,13 +4220,13 @@
4217
4220
  }
4218
4221
  },
4219
4222
  "AvailableSlotsByChannel": {
4220
- "shape": "Sip"
4223
+ "shape": "Siu"
4221
4224
  },
4222
4225
  "MaxSlotsByChannel": {
4223
- "shape": "Sip"
4226
+ "shape": "Siu"
4224
4227
  },
4225
4228
  "ActiveSlotsByChannel": {
4226
- "shape": "Sip"
4229
+ "shape": "Siu"
4227
4230
  },
4228
4231
  "Contacts": {
4229
4232
  "type": "list",
@@ -4241,7 +4244,7 @@
4241
4244
  "type": "timestamp"
4242
4245
  },
4243
4246
  "Queue": {
4244
- "shape": "Si5"
4247
+ "shape": "Sia"
4245
4248
  }
4246
4249
  }
4247
4250
  }
@@ -4280,13 +4283,13 @@
4280
4283
  "type": "structure",
4281
4284
  "members": {
4282
4285
  "AccessToken": {
4283
- "shape": "Siw"
4286
+ "shape": "Sj1"
4284
4287
  },
4285
4288
  "AccessTokenExpiration": {
4286
4289
  "type": "timestamp"
4287
4290
  },
4288
4291
  "RefreshToken": {
4289
- "shape": "Siw"
4292
+ "shape": "Sj1"
4290
4293
  },
4291
4294
  "RefreshTokenExpiration": {
4292
4295
  "type": "timestamp"
@@ -4361,15 +4364,15 @@
4361
4364
  "type": "timestamp"
4362
4365
  },
4363
4366
  "Filters": {
4364
- "shape": "Shk"
4367
+ "shape": "Shp"
4365
4368
  },
4366
4369
  "Groupings": {
4367
- "shape": "Shq"
4370
+ "shape": "Shv"
4368
4371
  },
4369
4372
  "HistoricalMetrics": {
4370
4373
  "type": "list",
4371
4374
  "member": {
4372
- "shape": "Sj1"
4375
+ "shape": "Sj6"
4373
4376
  }
4374
4377
  },
4375
4378
  "NextToken": {},
@@ -4388,7 +4391,7 @@
4388
4391
  "type": "structure",
4389
4392
  "members": {
4390
4393
  "Dimensions": {
4391
- "shape": "Si4"
4394
+ "shape": "Si9"
4392
4395
  },
4393
4396
  "Collections": {
4394
4397
  "type": "list",
@@ -4396,7 +4399,7 @@
4396
4399
  "type": "structure",
4397
4400
  "members": {
4398
4401
  "Metric": {
4399
- "shape": "Sj1"
4402
+ "shape": "Sj6"
4400
4403
  },
4401
4404
  "Value": {
4402
4405
  "type": "double"
@@ -4458,7 +4461,7 @@
4458
4461
  "Metrics": {
4459
4462
  "type": "list",
4460
4463
  "member": {
4461
- "shape": "Sjm"
4464
+ "shape": "Sjr"
4462
4465
  }
4463
4466
  },
4464
4467
  "NextToken": {},
@@ -4499,7 +4502,7 @@
4499
4502
  "type": "structure",
4500
4503
  "members": {
4501
4504
  "Metric": {
4502
- "shape": "Sjm"
4505
+ "shape": "Sjr"
4503
4506
  },
4504
4507
  "Value": {
4505
4508
  "type": "double"
@@ -4629,15 +4632,15 @@
4629
4632
  "type": "structure",
4630
4633
  "members": {
4631
4634
  "TelephonyConfig": {
4632
- "shape": "Skb"
4635
+ "shape": "Skg"
4633
4636
  },
4634
4637
  "Id": {},
4635
4638
  "Arn": {},
4636
4639
  "SignInConfig": {
4637
- "shape": "Skg"
4640
+ "shape": "Skl"
4638
4641
  },
4639
4642
  "AgentConfig": {
4640
- "shape": "Skj"
4643
+ "shape": "Sko"
4641
4644
  }
4642
4645
  }
4643
4646
  }
@@ -4910,7 +4913,7 @@
4910
4913
  "Status": {},
4911
4914
  "EvaluatorArn": {},
4912
4915
  "Score": {
4913
- "shape": "Sdy"
4916
+ "shape": "Se3"
4914
4917
  },
4915
4918
  "CreatedTime": {
4916
4919
  "type": "timestamp"
@@ -5440,7 +5443,7 @@
5440
5443
  "Attributes": {
5441
5444
  "type": "list",
5442
5445
  "member": {
5443
- "shape": "Sf1"
5446
+ "shape": "Sf6"
5444
5447
  }
5445
5448
  },
5446
5449
  "NextToken": {}
@@ -5692,12 +5695,12 @@
5692
5695
  "locationName": "InstanceId"
5693
5696
  },
5694
5697
  "PhoneNumberTypes": {
5695
- "shape": "Smz",
5698
+ "shape": "Sn4",
5696
5699
  "location": "querystring",
5697
5700
  "locationName": "phoneNumberTypes"
5698
5701
  },
5699
5702
  "PhoneNumberCountryCodes": {
5700
- "shape": "Sn0",
5703
+ "shape": "Sn5",
5701
5704
  "location": "querystring",
5702
5705
  "locationName": "phoneNumberCountryCodes"
5703
5706
  },
@@ -5746,10 +5749,10 @@
5746
5749
  },
5747
5750
  "NextToken": {},
5748
5751
  "PhoneNumberCountryCodes": {
5749
- "shape": "Sn0"
5752
+ "shape": "Sn5"
5750
5753
  },
5751
5754
  "PhoneNumberTypes": {
5752
- "shape": "Smz"
5755
+ "shape": "Sn4"
5753
5756
  },
5754
5757
  "PhoneNumberPrefix": {}
5755
5758
  }
@@ -5908,7 +5911,7 @@
5908
5911
  "members": {
5909
5912
  "NextToken": {},
5910
5913
  "QuickConnectSummaryList": {
5911
- "shape": "Snl"
5914
+ "shape": "Snq"
5912
5915
  },
5913
5916
  "LastModifiedTime": {
5914
5917
  "type": "timestamp"
@@ -6008,7 +6011,7 @@
6008
6011
  "type": "structure",
6009
6012
  "members": {
6010
6013
  "QuickConnectSummaryList": {
6011
- "shape": "Snl"
6014
+ "shape": "Snq"
6012
6015
  },
6013
6016
  "NextToken": {}
6014
6017
  }
@@ -6078,7 +6081,7 @@
6078
6081
  "Content": {},
6079
6082
  "ContentType": {},
6080
6083
  "Time": {
6081
- "shape": "Soa"
6084
+ "shape": "Sof"
6082
6085
  },
6083
6086
  "Redaction": {
6084
6087
  "type": "structure",
@@ -6086,7 +6089,7 @@
6086
6089
  "CharacterOffsets": {
6087
6090
  "type": "list",
6088
6091
  "member": {
6089
- "shape": "Soe"
6092
+ "shape": "Soj"
6090
6093
  }
6091
6094
  }
6092
6095
  }
@@ -6124,7 +6127,7 @@
6124
6127
  "members": {
6125
6128
  "Id": {},
6126
6129
  "CharacterOffsets": {
6127
- "shape": "Soe"
6130
+ "shape": "Soj"
6128
6131
  }
6129
6132
  }
6130
6133
  }
@@ -6162,7 +6165,7 @@
6162
6165
  "Content": {},
6163
6166
  "Id": {},
6164
6167
  "CharacterOffsets": {
6165
- "shape": "Soe"
6168
+ "shape": "Soj"
6166
6169
  }
6167
6170
  }
6168
6171
  }
@@ -6186,7 +6189,7 @@
6186
6189
  "DisplayName": {},
6187
6190
  "EventType": {},
6188
6191
  "Time": {
6189
- "shape": "Soa"
6192
+ "shape": "Sof"
6190
6193
  }
6191
6194
  }
6192
6195
  },
@@ -6221,7 +6224,7 @@
6221
6224
  }
6222
6225
  },
6223
6226
  "Time": {
6224
- "shape": "Soa"
6227
+ "shape": "Sof"
6225
6228
  }
6226
6229
  }
6227
6230
  }
@@ -6873,7 +6876,7 @@
6873
6876
  "UserHierarchyGroupSummaryList": {
6874
6877
  "type": "list",
6875
6878
  "member": {
6876
- "shape": "Sgf"
6879
+ "shape": "Sgk"
6877
6880
  }
6878
6881
  },
6879
6882
  "NextToken": {}
@@ -7323,12 +7326,12 @@
7323
7326
  "type": "structure",
7324
7327
  "members": {
7325
7328
  "TagFilter": {
7326
- "shape": "Srh"
7329
+ "shape": "Srm"
7327
7330
  }
7328
7331
  }
7329
7332
  },
7330
7333
  "SearchCriteria": {
7331
- "shape": "Srl"
7334
+ "shape": "Srq"
7332
7335
  }
7333
7336
  }
7334
7337
  },
@@ -7338,7 +7341,7 @@
7338
7341
  "ContactFlowModules": {
7339
7342
  "type": "list",
7340
7343
  "member": {
7341
- "shape": "Seh"
7344
+ "shape": "Sem"
7342
7345
  }
7343
7346
  },
7344
7347
  "NextToken": {},
@@ -7367,12 +7370,12 @@
7367
7370
  "type": "structure",
7368
7371
  "members": {
7369
7372
  "TagFilter": {
7370
- "shape": "Srh"
7373
+ "shape": "Srm"
7371
7374
  }
7372
7375
  }
7373
7376
  },
7374
7377
  "SearchCriteria": {
7375
- "shape": "Srt"
7378
+ "shape": "Sry"
7376
7379
  }
7377
7380
  }
7378
7381
  },
@@ -7382,7 +7385,7 @@
7382
7385
  "ContactFlows": {
7383
7386
  "type": "list",
7384
7387
  "member": {
7385
- "shape": "Sed"
7388
+ "shape": "Sei"
7386
7389
  }
7387
7390
  },
7388
7391
  "NextToken": {},
@@ -7432,19 +7435,19 @@
7432
7435
  "type": "structure",
7433
7436
  "members": {
7434
7437
  "L1Ids": {
7435
- "shape": "Ss3"
7438
+ "shape": "Ss8"
7436
7439
  },
7437
7440
  "L2Ids": {
7438
- "shape": "Ss3"
7441
+ "shape": "Ss8"
7439
7442
  },
7440
7443
  "L3Ids": {
7441
- "shape": "Ss3"
7444
+ "shape": "Ss8"
7442
7445
  },
7443
7446
  "L4Ids": {
7444
- "shape": "Ss3"
7447
+ "shape": "Ss8"
7445
7448
  },
7446
7449
  "L5Ids": {
7447
- "shape": "Ss3"
7450
+ "shape": "Ss8"
7448
7451
  }
7449
7452
  }
7450
7453
  },
@@ -7620,12 +7623,12 @@
7620
7623
  "type": "structure",
7621
7624
  "members": {
7622
7625
  "TagFilter": {
7623
- "shape": "Srh"
7626
+ "shape": "Srm"
7624
7627
  }
7625
7628
  }
7626
7629
  },
7627
7630
  "SearchCriteria": {
7628
- "shape": "Ssu"
7631
+ "shape": "Ssz"
7629
7632
  }
7630
7633
  }
7631
7634
  },
@@ -7635,7 +7638,7 @@
7635
7638
  "HoursOfOperations": {
7636
7639
  "type": "list",
7637
7640
  "member": {
7638
- "shape": "Ser"
7641
+ "shape": "Sew"
7639
7642
  }
7640
7643
  },
7641
7644
  "NextToken": {},
@@ -7661,7 +7664,7 @@
7661
7664
  "type": "integer"
7662
7665
  },
7663
7666
  "SearchCriteria": {
7664
- "shape": "Ssz"
7667
+ "shape": "St4"
7665
7668
  }
7666
7669
  }
7667
7670
  },
@@ -7671,7 +7674,7 @@
7671
7674
  "PredefinedAttributes": {
7672
7675
  "type": "list",
7673
7676
  "member": {
7674
- "shape": "Sff"
7677
+ "shape": "Sfk"
7675
7678
  }
7676
7679
  },
7677
7680
  "NextToken": {},
@@ -7700,12 +7703,12 @@
7700
7703
  "type": "structure",
7701
7704
  "members": {
7702
7705
  "TagFilter": {
7703
- "shape": "Srh"
7706
+ "shape": "Srm"
7704
7707
  }
7705
7708
  }
7706
7709
  },
7707
7710
  "SearchCriteria": {
7708
- "shape": "St5"
7711
+ "shape": "Sta"
7709
7712
  }
7710
7713
  }
7711
7714
  },
@@ -7715,7 +7718,7 @@
7715
7718
  "Prompts": {
7716
7719
  "type": "list",
7717
7720
  "member": {
7718
- "shape": "Sfi"
7721
+ "shape": "Sfn"
7719
7722
  }
7720
7723
  },
7721
7724
  "NextToken": {},
@@ -7744,12 +7747,12 @@
7744
7747
  "type": "structure",
7745
7748
  "members": {
7746
7749
  "TagFilter": {
7747
- "shape": "Srh"
7750
+ "shape": "Srm"
7748
7751
  }
7749
7752
  }
7750
7753
  },
7751
7754
  "SearchCriteria": {
7752
- "shape": "Stc"
7755
+ "shape": "Sth"
7753
7756
  }
7754
7757
  }
7755
7758
  },
@@ -7759,7 +7762,7 @@
7759
7762
  "Queues": {
7760
7763
  "type": "list",
7761
7764
  "member": {
7762
- "shape": "Sfl"
7765
+ "shape": "Sfq"
7763
7766
  }
7764
7767
  },
7765
7768
  "NextToken": {},
@@ -7788,12 +7791,12 @@
7788
7791
  "type": "structure",
7789
7792
  "members": {
7790
7793
  "TagFilter": {
7791
- "shape": "Srh"
7794
+ "shape": "Srm"
7792
7795
  }
7793
7796
  }
7794
7797
  },
7795
7798
  "SearchCriteria": {
7796
- "shape": "Stj"
7799
+ "shape": "Sto"
7797
7800
  }
7798
7801
  }
7799
7802
  },
@@ -7803,7 +7806,7 @@
7803
7806
  "QuickConnects": {
7804
7807
  "type": "list",
7805
7808
  "member": {
7806
- "shape": "Sfp"
7809
+ "shape": "Sfu"
7807
7810
  }
7808
7811
  },
7809
7812
  "NextToken": {},
@@ -7884,12 +7887,12 @@
7884
7887
  "type": "structure",
7885
7888
  "members": {
7886
7889
  "TagFilter": {
7887
- "shape": "Srh"
7890
+ "shape": "Srm"
7888
7891
  }
7889
7892
  }
7890
7893
  },
7891
7894
  "SearchCriteria": {
7892
- "shape": "Sty"
7895
+ "shape": "Su3"
7893
7896
  }
7894
7897
  }
7895
7898
  },
@@ -7899,7 +7902,7 @@
7899
7902
  "RoutingProfiles": {
7900
7903
  "type": "list",
7901
7904
  "member": {
7902
- "shape": "Sfs"
7905
+ "shape": "Sfx"
7903
7906
  }
7904
7907
  },
7905
7908
  "NextToken": {},
@@ -7925,13 +7928,13 @@
7925
7928
  "type": "integer"
7926
7929
  },
7927
7930
  "SearchCriteria": {
7928
- "shape": "Su3"
7931
+ "shape": "Su8"
7929
7932
  },
7930
7933
  "SearchFilter": {
7931
7934
  "type": "structure",
7932
7935
  "members": {
7933
7936
  "TagFilter": {
7934
- "shape": "Srh"
7937
+ "shape": "Srm"
7935
7938
  }
7936
7939
  }
7937
7940
  }
@@ -7982,7 +7985,7 @@
7982
7985
  "type": "structure",
7983
7986
  "members": {
7984
7987
  "TagFilter": {
7985
- "shape": "Srh"
7988
+ "shape": "Srm"
7986
7989
  },
7987
7990
  "UserAttributeFilter": {
7988
7991
  "type": "structure",
@@ -7990,24 +7993,24 @@
7990
7993
  "OrConditions": {
7991
7994
  "type": "list",
7992
7995
  "member": {
7993
- "shape": "Sud"
7996
+ "shape": "Sui"
7994
7997
  }
7995
7998
  },
7996
7999
  "AndCondition": {
7997
- "shape": "Sud"
8000
+ "shape": "Sui"
7998
8001
  },
7999
8002
  "TagCondition": {
8000
- "shape": "Srk"
8003
+ "shape": "Srp"
8001
8004
  },
8002
8005
  "HierarchyGroupCondition": {
8003
- "shape": "Sue"
8006
+ "shape": "Suj"
8004
8007
  }
8005
8008
  }
8006
8009
  }
8007
8010
  }
8008
8011
  },
8009
8012
  "SearchCriteria": {
8010
- "shape": "Sug"
8013
+ "shape": "Sul"
8011
8014
  }
8012
8015
  }
8013
8016
  },
@@ -8140,16 +8143,16 @@
8140
8143
  "type": "structure",
8141
8144
  "members": {
8142
8145
  "SupportedMessagingContentTypes": {
8143
- "shape": "Suz"
8146
+ "shape": "Sv4"
8144
8147
  },
8145
8148
  "ParticipantDetails": {
8146
- "shape": "Sv1"
8149
+ "shape": "Sv6"
8147
8150
  },
8148
8151
  "Attributes": {
8149
8152
  "shape": "S38"
8150
8153
  },
8151
8154
  "StreamingConfiguration": {
8152
- "shape": "Sv2"
8155
+ "shape": "Sv7"
8153
8156
  }
8154
8157
  }
8155
8158
  }
@@ -8251,7 +8254,7 @@
8251
8254
  "shape": "S38"
8252
8255
  },
8253
8256
  "ParticipantDetails": {
8254
- "shape": "Sv1"
8257
+ "shape": "Sv6"
8255
8258
  },
8256
8259
  "InitialMessage": {
8257
8260
  "type": "structure",
@@ -8271,7 +8274,7 @@
8271
8274
  "type": "integer"
8272
8275
  },
8273
8276
  "SupportedMessagingContentTypes": {
8274
- "shape": "Suz"
8277
+ "shape": "Sv4"
8275
8278
  },
8276
8279
  "PersistentChat": {
8277
8280
  "type": "structure",
@@ -8282,7 +8285,7 @@
8282
8285
  },
8283
8286
  "RelatedContactId": {},
8284
8287
  "SegmentAttributes": {
8285
- "shape": "Sdq"
8288
+ "shape": "Sdv"
8286
8289
  }
8287
8290
  }
8288
8291
  },
@@ -8378,7 +8381,7 @@
8378
8381
  "InstanceId": {},
8379
8382
  "ContactId": {},
8380
8383
  "ChatStreamingConfiguration": {
8381
- "shape": "Sv2"
8384
+ "shape": "Sv7"
8382
8385
  },
8383
8386
  "ClientToken": {
8384
8387
  "idempotencyToken": true
@@ -8529,7 +8532,7 @@
8529
8532
  }
8530
8533
  },
8531
8534
  "ParticipantDetails": {
8532
- "shape": "Sv1"
8535
+ "shape": "Sv6"
8533
8536
  },
8534
8537
  "RelatedContactId": {},
8535
8538
  "References": {
@@ -8682,10 +8685,10 @@
8682
8685
  "locationName": "EvaluationId"
8683
8686
  },
8684
8687
  "Answers": {
8685
- "shape": "Swj"
8688
+ "shape": "Swo"
8686
8689
  },
8687
8690
  "Notes": {
8688
- "shape": "Se5"
8691
+ "shape": "Sea"
8689
8692
  }
8690
8693
  }
8691
8694
  },
@@ -8969,10 +8972,10 @@
8969
8972
  "locationName": "EvaluationId"
8970
8973
  },
8971
8974
  "Answers": {
8972
- "shape": "Swj"
8975
+ "shape": "Swo"
8973
8976
  },
8974
8977
  "Notes": {
8975
- "shape": "Se5"
8978
+ "shape": "Sea"
8976
8979
  }
8977
8980
  }
8978
8981
  },
@@ -9951,13 +9954,13 @@
9951
9954
  "locationName": "Id"
9952
9955
  },
9953
9956
  "TelephonyConfig": {
9954
- "shape": "Skb"
9957
+ "shape": "Skg"
9955
9958
  },
9956
9959
  "SignInConfig": {
9957
- "shape": "Skg"
9960
+ "shape": "Skl"
9958
9961
  },
9959
9962
  "AgentConfig": {
9960
- "shape": "Skj"
9963
+ "shape": "Sko"
9961
9964
  }
9962
9965
  }
9963
9966
  },
@@ -10028,19 +10031,19 @@
10028
10031
  "type": "structure",
10029
10032
  "members": {
10030
10033
  "LevelOne": {
10031
- "shape": "Syv"
10034
+ "shape": "Sz0"
10032
10035
  },
10033
10036
  "LevelTwo": {
10034
- "shape": "Syv"
10037
+ "shape": "Sz0"
10035
10038
  },
10036
10039
  "LevelThree": {
10037
- "shape": "Syv"
10040
+ "shape": "Sz0"
10038
10041
  },
10039
10042
  "LevelFour": {
10040
- "shape": "Syv"
10043
+ "shape": "Sz0"
10041
10044
  },
10042
10045
  "LevelFive": {
10043
- "shape": "Syv"
10046
+ "shape": "Sz0"
10044
10047
  }
10045
10048
  }
10046
10049
  },
@@ -11183,24 +11186,38 @@
11183
11186
  "ProficiencyLevel": {
11184
11187
  "type": "float"
11185
11188
  },
11189
+ "MatchCriteria": {
11190
+ "type": "structure",
11191
+ "members": {
11192
+ "AgentsCriteria": {
11193
+ "type": "structure",
11194
+ "members": {
11195
+ "AgentIds": {
11196
+ "type": "list",
11197
+ "member": {}
11198
+ }
11199
+ }
11200
+ }
11201
+ }
11202
+ },
11186
11203
  "ComparisonOperator": {}
11187
11204
  }
11188
11205
  },
11189
11206
  "AndExpression": {
11190
- "shape": "Sdb"
11207
+ "shape": "Sdg"
11191
11208
  },
11192
11209
  "OrExpression": {
11193
- "shape": "Sdb"
11210
+ "shape": "Sdg"
11194
11211
  }
11195
11212
  }
11196
11213
  },
11197
- "Sdb": {
11214
+ "Sdg": {
11198
11215
  "type": "list",
11199
11216
  "member": {
11200
11217
  "shape": "Sd7"
11201
11218
  }
11202
11219
  },
11203
- "Sdj": {
11220
+ "Sdo": {
11204
11221
  "type": "structure",
11205
11222
  "members": {
11206
11223
  "QualityScore": {
@@ -11212,7 +11229,7 @@
11212
11229
  }
11213
11230
  }
11214
11231
  },
11215
- "Sdq": {
11232
+ "Sdv": {
11216
11233
  "type": "map",
11217
11234
  "key": {},
11218
11235
  "value": {
@@ -11222,7 +11239,7 @@
11222
11239
  }
11223
11240
  }
11224
11241
  },
11225
- "Sdy": {
11242
+ "Se3": {
11226
11243
  "type": "structure",
11227
11244
  "members": {
11228
11245
  "Percentage": {
@@ -11236,7 +11253,7 @@
11236
11253
  }
11237
11254
  }
11238
11255
  },
11239
- "Se2": {
11256
+ "Se7": {
11240
11257
  "type": "structure",
11241
11258
  "members": {
11242
11259
  "StringValue": {},
@@ -11249,7 +11266,7 @@
11249
11266
  },
11250
11267
  "union": true
11251
11268
  },
11252
- "Se5": {
11269
+ "Sea": {
11253
11270
  "type": "map",
11254
11271
  "key": {},
11255
11272
  "value": {
@@ -11259,7 +11276,7 @@
11259
11276
  }
11260
11277
  }
11261
11278
  },
11262
- "Sed": {
11279
+ "Sei": {
11263
11280
  "type": "structure",
11264
11281
  "members": {
11265
11282
  "Arn": {},
@@ -11275,7 +11292,7 @@
11275
11292
  }
11276
11293
  }
11277
11294
  },
11278
- "Seh": {
11295
+ "Sem": {
11279
11296
  "type": "structure",
11280
11297
  "members": {
11281
11298
  "Arn": {},
@@ -11290,7 +11307,7 @@
11290
11307
  }
11291
11308
  }
11292
11309
  },
11293
- "Ser": {
11310
+ "Sew": {
11294
11311
  "type": "structure",
11295
11312
  "members": {
11296
11313
  "HoursOfOperationId": {},
@@ -11310,14 +11327,14 @@
11310
11327
  "LastModifiedRegion": {}
11311
11328
  }
11312
11329
  },
11313
- "Sf1": {
11330
+ "Sf6": {
11314
11331
  "type": "structure",
11315
11332
  "members": {
11316
11333
  "AttributeType": {},
11317
11334
  "Value": {}
11318
11335
  }
11319
11336
  },
11320
- "Sff": {
11337
+ "Sfk": {
11321
11338
  "type": "structure",
11322
11339
  "members": {
11323
11340
  "Name": {},
@@ -11330,7 +11347,7 @@
11330
11347
  "LastModifiedRegion": {}
11331
11348
  }
11332
11349
  },
11333
- "Sfi": {
11350
+ "Sfn": {
11334
11351
  "type": "structure",
11335
11352
  "members": {
11336
11353
  "PromptARN": {},
@@ -11346,7 +11363,7 @@
11346
11363
  "LastModifiedRegion": {}
11347
11364
  }
11348
11365
  },
11349
- "Sfl": {
11366
+ "Sfq": {
11350
11367
  "type": "structure",
11351
11368
  "members": {
11352
11369
  "Name": {},
@@ -11370,7 +11387,7 @@
11370
11387
  "LastModifiedRegion": {}
11371
11388
  }
11372
11389
  },
11373
- "Sfp": {
11390
+ "Sfu": {
11374
11391
  "type": "structure",
11375
11392
  "members": {
11376
11393
  "QuickConnectARN": {},
@@ -11389,7 +11406,7 @@
11389
11406
  "LastModifiedRegion": {}
11390
11407
  }
11391
11408
  },
11392
- "Sfs": {
11409
+ "Sfx": {
11393
11410
  "type": "structure",
11394
11411
  "members": {
11395
11412
  "InstanceId": {},
@@ -11424,7 +11441,7 @@
11424
11441
  }
11425
11442
  }
11426
11443
  },
11427
- "Sgf": {
11444
+ "Sgk": {
11428
11445
  "type": "structure",
11429
11446
  "members": {
11430
11447
  "Id": {},
@@ -11436,7 +11453,7 @@
11436
11453
  "LastModifiedRegion": {}
11437
11454
  }
11438
11455
  },
11439
- "Sgj": {
11456
+ "Sgo": {
11440
11457
  "type": "structure",
11441
11458
  "members": {
11442
11459
  "Id": {},
@@ -11448,18 +11465,18 @@
11448
11465
  "LastModifiedRegion": {}
11449
11466
  }
11450
11467
  },
11451
- "Shk": {
11468
+ "Shp": {
11452
11469
  "type": "structure",
11453
11470
  "members": {
11454
11471
  "Queues": {
11455
- "shape": "Shl"
11472
+ "shape": "Shq"
11456
11473
  },
11457
11474
  "Channels": {
11458
11475
  "type": "list",
11459
11476
  "member": {}
11460
11477
  },
11461
11478
  "RoutingProfiles": {
11462
- "shape": "Shn"
11479
+ "shape": "Shs"
11463
11480
  },
11464
11481
  "RoutingStepExpressions": {
11465
11482
  "type": "list",
@@ -11467,71 +11484,71 @@
11467
11484
  }
11468
11485
  }
11469
11486
  },
11470
- "Shl": {
11487
+ "Shq": {
11471
11488
  "type": "list",
11472
11489
  "member": {}
11473
11490
  },
11474
- "Shn": {
11491
+ "Shs": {
11475
11492
  "type": "list",
11476
11493
  "member": {}
11477
11494
  },
11478
- "Shq": {
11495
+ "Shv": {
11479
11496
  "type": "list",
11480
11497
  "member": {}
11481
11498
  },
11482
- "Sht": {
11499
+ "Shy": {
11483
11500
  "type": "structure",
11484
11501
  "members": {
11485
11502
  "Name": {},
11486
11503
  "Unit": {}
11487
11504
  }
11488
11505
  },
11489
- "Si4": {
11506
+ "Si9": {
11490
11507
  "type": "structure",
11491
11508
  "members": {
11492
11509
  "Queue": {
11493
- "shape": "Si5"
11510
+ "shape": "Sia"
11494
11511
  },
11495
11512
  "Channel": {},
11496
11513
  "RoutingProfile": {
11497
- "shape": "Si6"
11514
+ "shape": "Sib"
11498
11515
  },
11499
11516
  "RoutingStepExpression": {}
11500
11517
  }
11501
11518
  },
11502
- "Si5": {
11519
+ "Sia": {
11503
11520
  "type": "structure",
11504
11521
  "members": {
11505
11522
  "Id": {},
11506
11523
  "Arn": {}
11507
11524
  }
11508
11525
  },
11509
- "Si6": {
11526
+ "Sib": {
11510
11527
  "type": "structure",
11511
11528
  "members": {
11512
11529
  "Id": {},
11513
11530
  "Arn": {}
11514
11531
  }
11515
11532
  },
11516
- "Sin": {
11533
+ "Sis": {
11517
11534
  "type": "structure",
11518
11535
  "members": {
11519
11536
  "Id": {},
11520
11537
  "Arn": {}
11521
11538
  }
11522
11539
  },
11523
- "Sip": {
11540
+ "Siu": {
11524
11541
  "type": "map",
11525
11542
  "key": {},
11526
11543
  "value": {
11527
11544
  "type": "integer"
11528
11545
  }
11529
11546
  },
11530
- "Siw": {
11547
+ "Sj1": {
11531
11548
  "type": "string",
11532
11549
  "sensitive": true
11533
11550
  },
11534
- "Sj1": {
11551
+ "Sj6": {
11535
11552
  "type": "structure",
11536
11553
  "members": {
11537
11554
  "Name": {},
@@ -11548,7 +11565,7 @@
11548
11565
  "Unit": {}
11549
11566
  }
11550
11567
  },
11551
- "Sjm": {
11568
+ "Sjr": {
11552
11569
  "type": "structure",
11553
11570
  "members": {
11554
11571
  "Name": {},
@@ -11582,18 +11599,18 @@
11582
11599
  }
11583
11600
  }
11584
11601
  },
11585
- "Skb": {
11602
+ "Skg": {
11586
11603
  "type": "structure",
11587
11604
  "required": [
11588
11605
  "Distributions"
11589
11606
  ],
11590
11607
  "members": {
11591
11608
  "Distributions": {
11592
- "shape": "Skc"
11609
+ "shape": "Skh"
11593
11610
  }
11594
11611
  }
11595
11612
  },
11596
- "Skc": {
11613
+ "Skh": {
11597
11614
  "type": "list",
11598
11615
  "member": {
11599
11616
  "type": "structure",
@@ -11609,7 +11626,7 @@
11609
11626
  }
11610
11627
  }
11611
11628
  },
11612
- "Skg": {
11629
+ "Skl": {
11613
11630
  "type": "structure",
11614
11631
  "required": [
11615
11632
  "Distributions"
@@ -11633,26 +11650,26 @@
11633
11650
  }
11634
11651
  }
11635
11652
  },
11636
- "Skj": {
11653
+ "Sko": {
11637
11654
  "type": "structure",
11638
11655
  "required": [
11639
11656
  "Distributions"
11640
11657
  ],
11641
11658
  "members": {
11642
11659
  "Distributions": {
11643
- "shape": "Skc"
11660
+ "shape": "Skh"
11644
11661
  }
11645
11662
  }
11646
11663
  },
11647
- "Smz": {
11664
+ "Sn4": {
11648
11665
  "type": "list",
11649
11666
  "member": {}
11650
11667
  },
11651
- "Sn0": {
11668
+ "Sn5": {
11652
11669
  "type": "list",
11653
11670
  "member": {}
11654
11671
  },
11655
- "Snl": {
11672
+ "Snq": {
11656
11673
  "type": "list",
11657
11674
  "member": {
11658
11675
  "type": "structure",
@@ -11668,7 +11685,7 @@
11668
11685
  }
11669
11686
  }
11670
11687
  },
11671
- "Soa": {
11688
+ "Sof": {
11672
11689
  "type": "structure",
11673
11690
  "members": {
11674
11691
  "AbsoluteTime": {
@@ -11678,7 +11695,7 @@
11678
11695
  },
11679
11696
  "union": true
11680
11697
  },
11681
- "Soe": {
11698
+ "Soj": {
11682
11699
  "type": "structure",
11683
11700
  "required": [
11684
11701
  "BeginOffsetChar",
@@ -11693,57 +11710,57 @@
11693
11710
  }
11694
11711
  }
11695
11712
  },
11696
- "Srh": {
11713
+ "Srm": {
11697
11714
  "type": "structure",
11698
11715
  "members": {
11699
11716
  "OrConditions": {
11700
11717
  "type": "list",
11701
11718
  "member": {
11702
- "shape": "Srj"
11719
+ "shape": "Sro"
11703
11720
  }
11704
11721
  },
11705
11722
  "AndConditions": {
11706
- "shape": "Srj"
11723
+ "shape": "Sro"
11707
11724
  },
11708
11725
  "TagCondition": {
11709
- "shape": "Srk"
11726
+ "shape": "Srp"
11710
11727
  }
11711
11728
  }
11712
11729
  },
11713
- "Srj": {
11730
+ "Sro": {
11714
11731
  "type": "list",
11715
11732
  "member": {
11716
- "shape": "Srk"
11733
+ "shape": "Srp"
11717
11734
  }
11718
11735
  },
11719
- "Srk": {
11736
+ "Srp": {
11720
11737
  "type": "structure",
11721
11738
  "members": {
11722
11739
  "TagKey": {},
11723
11740
  "TagValue": {}
11724
11741
  }
11725
11742
  },
11726
- "Srl": {
11743
+ "Srq": {
11727
11744
  "type": "structure",
11728
11745
  "members": {
11729
11746
  "OrConditions": {
11730
- "shape": "Srm"
11747
+ "shape": "Srr"
11731
11748
  },
11732
11749
  "AndConditions": {
11733
- "shape": "Srm"
11750
+ "shape": "Srr"
11734
11751
  },
11735
11752
  "StringCondition": {
11736
- "shape": "Srn"
11753
+ "shape": "Srs"
11737
11754
  }
11738
11755
  }
11739
11756
  },
11740
- "Srm": {
11757
+ "Srr": {
11741
11758
  "type": "list",
11742
11759
  "member": {
11743
- "shape": "Srl"
11760
+ "shape": "Srq"
11744
11761
  }
11745
11762
  },
11746
- "Srn": {
11763
+ "Srs": {
11747
11764
  "type": "structure",
11748
11765
  "members": {
11749
11766
  "FieldName": {},
@@ -11751,220 +11768,220 @@
11751
11768
  "ComparisonType": {}
11752
11769
  }
11753
11770
  },
11754
- "Srt": {
11771
+ "Sry": {
11755
11772
  "type": "structure",
11756
11773
  "members": {
11757
11774
  "OrConditions": {
11758
- "shape": "Sru"
11775
+ "shape": "Srz"
11759
11776
  },
11760
11777
  "AndConditions": {
11761
- "shape": "Sru"
11778
+ "shape": "Srz"
11762
11779
  },
11763
11780
  "StringCondition": {
11764
- "shape": "Srn"
11781
+ "shape": "Srs"
11765
11782
  },
11766
11783
  "TypeCondition": {},
11767
11784
  "StateCondition": {},
11768
11785
  "StatusCondition": {}
11769
11786
  }
11770
11787
  },
11771
- "Sru": {
11788
+ "Srz": {
11772
11789
  "type": "list",
11773
11790
  "member": {
11774
- "shape": "Srt"
11791
+ "shape": "Sry"
11775
11792
  }
11776
11793
  },
11777
- "Ss3": {
11794
+ "Ss8": {
11778
11795
  "type": "list",
11779
11796
  "member": {}
11780
11797
  },
11781
- "Ssu": {
11798
+ "Ssz": {
11782
11799
  "type": "structure",
11783
11800
  "members": {
11784
11801
  "OrConditions": {
11785
- "shape": "Ssv"
11802
+ "shape": "St0"
11786
11803
  },
11787
11804
  "AndConditions": {
11788
- "shape": "Ssv"
11805
+ "shape": "St0"
11789
11806
  },
11790
11807
  "StringCondition": {
11791
- "shape": "Srn"
11808
+ "shape": "Srs"
11792
11809
  }
11793
11810
  }
11794
11811
  },
11795
- "Ssv": {
11812
+ "St0": {
11796
11813
  "type": "list",
11797
11814
  "member": {
11798
- "shape": "Ssu"
11815
+ "shape": "Ssz"
11799
11816
  }
11800
11817
  },
11801
- "Ssz": {
11818
+ "St4": {
11802
11819
  "type": "structure",
11803
11820
  "members": {
11804
11821
  "OrConditions": {
11805
- "shape": "St0"
11822
+ "shape": "St5"
11806
11823
  },
11807
11824
  "AndConditions": {
11808
- "shape": "St0"
11825
+ "shape": "St5"
11809
11826
  },
11810
11827
  "StringCondition": {
11811
- "shape": "Srn"
11828
+ "shape": "Srs"
11812
11829
  }
11813
11830
  }
11814
11831
  },
11815
- "St0": {
11832
+ "St5": {
11816
11833
  "type": "list",
11817
11834
  "member": {
11818
- "shape": "Ssz"
11835
+ "shape": "St4"
11819
11836
  }
11820
11837
  },
11821
- "St5": {
11838
+ "Sta": {
11822
11839
  "type": "structure",
11823
11840
  "members": {
11824
11841
  "OrConditions": {
11825
- "shape": "St6"
11842
+ "shape": "Stb"
11826
11843
  },
11827
11844
  "AndConditions": {
11828
- "shape": "St6"
11845
+ "shape": "Stb"
11829
11846
  },
11830
11847
  "StringCondition": {
11831
- "shape": "Srn"
11848
+ "shape": "Srs"
11832
11849
  }
11833
11850
  }
11834
11851
  },
11835
- "St6": {
11852
+ "Stb": {
11836
11853
  "type": "list",
11837
11854
  "member": {
11838
- "shape": "St5"
11855
+ "shape": "Sta"
11839
11856
  }
11840
11857
  },
11841
- "Stc": {
11858
+ "Sth": {
11842
11859
  "type": "structure",
11843
11860
  "members": {
11844
11861
  "OrConditions": {
11845
- "shape": "Std"
11862
+ "shape": "Sti"
11846
11863
  },
11847
11864
  "AndConditions": {
11848
- "shape": "Std"
11865
+ "shape": "Sti"
11849
11866
  },
11850
11867
  "StringCondition": {
11851
- "shape": "Srn"
11868
+ "shape": "Srs"
11852
11869
  },
11853
11870
  "QueueTypeCondition": {}
11854
11871
  }
11855
11872
  },
11856
- "Std": {
11873
+ "Sti": {
11857
11874
  "type": "list",
11858
11875
  "member": {
11859
- "shape": "Stc"
11876
+ "shape": "Sth"
11860
11877
  }
11861
11878
  },
11862
- "Stj": {
11879
+ "Sto": {
11863
11880
  "type": "structure",
11864
11881
  "members": {
11865
11882
  "OrConditions": {
11866
- "shape": "Stk"
11883
+ "shape": "Stp"
11867
11884
  },
11868
11885
  "AndConditions": {
11869
- "shape": "Stk"
11886
+ "shape": "Stp"
11870
11887
  },
11871
11888
  "StringCondition": {
11872
- "shape": "Srn"
11889
+ "shape": "Srs"
11873
11890
  }
11874
11891
  }
11875
11892
  },
11876
- "Stk": {
11893
+ "Stp": {
11877
11894
  "type": "list",
11878
11895
  "member": {
11879
- "shape": "Stj"
11896
+ "shape": "Sto"
11880
11897
  }
11881
11898
  },
11882
- "Sty": {
11899
+ "Su3": {
11883
11900
  "type": "structure",
11884
11901
  "members": {
11885
11902
  "OrConditions": {
11886
- "shape": "Stz"
11903
+ "shape": "Su4"
11887
11904
  },
11888
11905
  "AndConditions": {
11889
- "shape": "Stz"
11906
+ "shape": "Su4"
11890
11907
  },
11891
11908
  "StringCondition": {
11892
- "shape": "Srn"
11909
+ "shape": "Srs"
11893
11910
  }
11894
11911
  }
11895
11912
  },
11896
- "Stz": {
11913
+ "Su4": {
11897
11914
  "type": "list",
11898
11915
  "member": {
11899
- "shape": "Sty"
11916
+ "shape": "Su3"
11900
11917
  }
11901
11918
  },
11902
- "Su3": {
11919
+ "Su8": {
11903
11920
  "type": "structure",
11904
11921
  "members": {
11905
11922
  "OrConditions": {
11906
- "shape": "Su4"
11923
+ "shape": "Su9"
11907
11924
  },
11908
11925
  "AndConditions": {
11909
- "shape": "Su4"
11926
+ "shape": "Su9"
11910
11927
  },
11911
11928
  "StringCondition": {
11912
- "shape": "Srn"
11929
+ "shape": "Srs"
11913
11930
  }
11914
11931
  }
11915
11932
  },
11916
- "Su4": {
11933
+ "Su9": {
11917
11934
  "type": "list",
11918
11935
  "member": {
11919
- "shape": "Su3"
11936
+ "shape": "Su8"
11920
11937
  }
11921
11938
  },
11922
- "Sud": {
11939
+ "Sui": {
11923
11940
  "type": "structure",
11924
11941
  "members": {
11925
11942
  "TagConditions": {
11926
- "shape": "Srj"
11943
+ "shape": "Sro"
11927
11944
  },
11928
11945
  "HierarchyGroupCondition": {
11929
- "shape": "Sue"
11946
+ "shape": "Suj"
11930
11947
  }
11931
11948
  }
11932
11949
  },
11933
- "Sue": {
11950
+ "Suj": {
11934
11951
  "type": "structure",
11935
11952
  "members": {
11936
11953
  "Value": {},
11937
11954
  "HierarchyGroupMatchType": {}
11938
11955
  }
11939
11956
  },
11940
- "Sug": {
11957
+ "Sul": {
11941
11958
  "type": "structure",
11942
11959
  "members": {
11943
11960
  "OrConditions": {
11944
- "shape": "Suh"
11961
+ "shape": "Sum"
11945
11962
  },
11946
11963
  "AndConditions": {
11947
- "shape": "Suh"
11964
+ "shape": "Sum"
11948
11965
  },
11949
11966
  "StringCondition": {
11950
- "shape": "Srn"
11967
+ "shape": "Srs"
11951
11968
  },
11952
11969
  "HierarchyGroupCondition": {
11953
- "shape": "Sue"
11970
+ "shape": "Suj"
11954
11971
  }
11955
11972
  }
11956
11973
  },
11957
- "Suh": {
11974
+ "Sum": {
11958
11975
  "type": "list",
11959
11976
  "member": {
11960
- "shape": "Sug"
11977
+ "shape": "Sul"
11961
11978
  }
11962
11979
  },
11963
- "Suz": {
11980
+ "Sv4": {
11964
11981
  "type": "list",
11965
11982
  "member": {}
11966
11983
  },
11967
- "Sv1": {
11984
+ "Sv6": {
11968
11985
  "type": "structure",
11969
11986
  "required": [
11970
11987
  "DisplayName"
@@ -11973,7 +11990,7 @@
11973
11990
  "DisplayName": {}
11974
11991
  }
11975
11992
  },
11976
- "Sv2": {
11993
+ "Sv7": {
11977
11994
  "type": "structure",
11978
11995
  "required": [
11979
11996
  "StreamingEndpointArn"
@@ -11982,19 +11999,19 @@
11982
11999
  "StreamingEndpointArn": {}
11983
12000
  }
11984
12001
  },
11985
- "Swj": {
12002
+ "Swo": {
11986
12003
  "type": "map",
11987
12004
  "key": {},
11988
12005
  "value": {
11989
12006
  "type": "structure",
11990
12007
  "members": {
11991
12008
  "Value": {
11992
- "shape": "Se2"
12009
+ "shape": "Se7"
11993
12010
  }
11994
12011
  }
11995
12012
  }
11996
12013
  },
11997
- "Syv": {
12014
+ "Sz0": {
11998
12015
  "type": "structure",
11999
12016
  "required": [
12000
12017
  "Name"