aws-sdk 2.1650.0 → 2.1652.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 (38) hide show
  1. package/README.md +1 -1
  2. package/apis/apigateway-2015-07-09.min.json +7 -1
  3. package/apis/cloudhsmv2-2017-04-28.min.json +69 -17
  4. package/apis/cognito-identity-2014-06-30.min.json +23 -5
  5. package/apis/connect-2017-08-08.min.json +450 -286
  6. package/apis/connect-2017-08-08.paginators.json +6 -0
  7. package/apis/docdb-2014-10-31.min.json +7 -1
  8. package/apis/elasticmapreduce-2009-03-31.min.json +15 -3
  9. package/apis/glue-2017-03-31.min.json +93 -89
  10. package/apis/kinesisanalyticsv2-2018-05-23.min.json +4 -1
  11. package/apis/opensearch-2021-01-01.min.json +98 -141
  12. package/apis/payment-cryptography-2021-09-14.min.json +10 -1
  13. package/apis/payment-cryptography-data-2022-02-03.min.json +409 -367
  14. package/apis/payment-cryptography-data-2022-02-03.waiters2.json +5 -0
  15. package/apis/pi-2018-02-27.min.json +4 -1
  16. package/apis/states-2016-11-23.min.json +4 -1
  17. package/apis/swf-2012-01-25.min.json +4 -1
  18. package/apis/wafv2-2019-07-29.min.json +4 -1
  19. package/clients/acmpca.d.ts +3 -3
  20. package/clients/cloudhsmv2.d.ts +117 -34
  21. package/clients/connect.d.ts +213 -16
  22. package/clients/eks.d.ts +1 -1
  23. package/clients/emr.d.ts +12 -4
  24. package/clients/glue.d.ts +6 -0
  25. package/clients/kinesisanalyticsv2.d.ts +1 -1
  26. package/clients/opensearch.d.ts +0 -53
  27. package/clients/paymentcryptography.d.ts +3 -3
  28. package/clients/paymentcryptographydata.d.ts +302 -260
  29. package/clients/paymentcryptographydata.js +1 -0
  30. package/clients/pi.d.ts +2 -2
  31. package/clients/wafv2.d.ts +1 -1
  32. package/clients/workspaces.d.ts +44 -44
  33. package/dist/aws-sdk-core-react-native.js +1 -1
  34. package/dist/aws-sdk-react-native.js +303 -296
  35. package/dist/aws-sdk.js +573 -315
  36. package/dist/aws-sdk.min.js +107 -107
  37. package/lib/core.js +1 -1
  38. 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": {
@@ -2303,6 +2306,65 @@
2303
2306
  }
2304
2307
  }
2305
2308
  },
2309
+ "DescribeAuthenticationProfile": {
2310
+ "http": {
2311
+ "method": "GET",
2312
+ "requestUri": "/authentication-profiles/{InstanceId}/{AuthenticationProfileId}"
2313
+ },
2314
+ "input": {
2315
+ "type": "structure",
2316
+ "required": [
2317
+ "AuthenticationProfileId",
2318
+ "InstanceId"
2319
+ ],
2320
+ "members": {
2321
+ "AuthenticationProfileId": {
2322
+ "location": "uri",
2323
+ "locationName": "AuthenticationProfileId"
2324
+ },
2325
+ "InstanceId": {
2326
+ "location": "uri",
2327
+ "locationName": "InstanceId"
2328
+ }
2329
+ }
2330
+ },
2331
+ "output": {
2332
+ "type": "structure",
2333
+ "members": {
2334
+ "AuthenticationProfile": {
2335
+ "type": "structure",
2336
+ "members": {
2337
+ "Id": {},
2338
+ "Arn": {},
2339
+ "Name": {},
2340
+ "Description": {},
2341
+ "AllowedIps": {
2342
+ "shape": "Sch"
2343
+ },
2344
+ "BlockedIps": {
2345
+ "shape": "Sch"
2346
+ },
2347
+ "IsDefault": {
2348
+ "type": "boolean"
2349
+ },
2350
+ "CreatedTime": {
2351
+ "type": "timestamp"
2352
+ },
2353
+ "LastModifiedTime": {
2354
+ "type": "timestamp"
2355
+ },
2356
+ "LastModifiedRegion": {},
2357
+ "PeriodicSessionDuration": {
2358
+ "type": "integer"
2359
+ },
2360
+ "MaxSessionDuration": {
2361
+ "type": "integer"
2362
+ }
2363
+ }
2364
+ }
2365
+ }
2366
+ }
2367
+ },
2306
2368
  "DescribeContact": {
2307
2369
  "http": {
2308
2370
  "method": "GET",
@@ -2337,10 +2399,10 @@
2337
2399
  "PreviousContactId": {},
2338
2400
  "InitiationMethod": {},
2339
2401
  "Name": {
2340
- "shape": "Scf"
2402
+ "shape": "Scp"
2341
2403
  },
2342
2404
  "Description": {
2343
- "shape": "Scg"
2405
+ "shape": "Scq"
2344
2406
  },
2345
2407
  "Channel": {},
2346
2408
  "QueueInfo": {
@@ -2366,27 +2428,27 @@
2366
2428
  "type": "structure",
2367
2429
  "members": {
2368
2430
  "Level1": {
2369
- "shape": "Scn"
2431
+ "shape": "Scx"
2370
2432
  },
2371
2433
  "Level2": {
2372
- "shape": "Scn"
2434
+ "shape": "Scx"
2373
2435
  },
2374
2436
  "Level3": {
2375
- "shape": "Scn"
2437
+ "shape": "Scx"
2376
2438
  },
2377
2439
  "Level4": {
2378
- "shape": "Scn"
2440
+ "shape": "Scx"
2379
2441
  },
2380
2442
  "Level5": {
2381
- "shape": "Scn"
2443
+ "shape": "Scx"
2382
2444
  }
2383
2445
  }
2384
2446
  },
2385
2447
  "DeviceInfo": {
2386
- "shape": "Sco"
2448
+ "shape": "Scy"
2387
2449
  },
2388
2450
  "Capabilities": {
2389
- "shape": "Scs"
2451
+ "shape": "Sd2"
2390
2452
  }
2391
2453
  }
2392
2454
  },
@@ -2428,7 +2490,7 @@
2428
2490
  "type": "long"
2429
2491
  },
2430
2492
  "Tags": {
2431
- "shape": "Scz"
2493
+ "shape": "Sd9"
2432
2494
  },
2433
2495
  "ConnectedToSystemTimestamp": {
2434
2496
  "type": "timestamp"
@@ -2453,7 +2515,7 @@
2453
2515
  }
2454
2516
  },
2455
2517
  "Expression": {
2456
- "shape": "Sd7"
2518
+ "shape": "Sdh"
2457
2519
  },
2458
2520
  "Status": {}
2459
2521
  }
@@ -2471,10 +2533,10 @@
2471
2533
  "type": "structure",
2472
2534
  "members": {
2473
2535
  "DeviceInfo": {
2474
- "shape": "Sco"
2536
+ "shape": "Scy"
2475
2537
  },
2476
2538
  "Capabilities": {
2477
- "shape": "Scs"
2539
+ "shape": "Sd2"
2478
2540
  }
2479
2541
  }
2480
2542
  },
@@ -2500,7 +2562,7 @@
2500
2562
  "type": "structure",
2501
2563
  "members": {
2502
2564
  "Audio": {
2503
- "shape": "Sdj"
2565
+ "shape": "Sdy"
2504
2566
  }
2505
2567
  }
2506
2568
  },
@@ -2508,7 +2570,7 @@
2508
2570
  "type": "structure",
2509
2571
  "members": {
2510
2572
  "Audio": {
2511
- "shape": "Sdj"
2573
+ "shape": "Sdy"
2512
2574
  }
2513
2575
  }
2514
2576
  }
@@ -2521,7 +2583,7 @@
2521
2583
  }
2522
2584
  },
2523
2585
  "SegmentAttributes": {
2524
- "shape": "Sdq"
2586
+ "shape": "Se5"
2525
2587
  }
2526
2588
  }
2527
2589
  }
@@ -2583,7 +2645,7 @@
2583
2645
  "EvaluatorArn": {},
2584
2646
  "ContactAgentId": {},
2585
2647
  "Score": {
2586
- "shape": "Sdy"
2648
+ "shape": "Sed"
2587
2649
  }
2588
2650
  }
2589
2651
  },
@@ -2594,23 +2656,23 @@
2594
2656
  "type": "structure",
2595
2657
  "members": {
2596
2658
  "Value": {
2597
- "shape": "Se2"
2659
+ "shape": "Seh"
2598
2660
  },
2599
2661
  "SystemSuggestedValue": {
2600
- "shape": "Se2"
2662
+ "shape": "Seh"
2601
2663
  }
2602
2664
  }
2603
2665
  }
2604
2666
  },
2605
2667
  "Notes": {
2606
- "shape": "Se5"
2668
+ "shape": "Sek"
2607
2669
  },
2608
2670
  "Status": {},
2609
2671
  "Scores": {
2610
2672
  "type": "map",
2611
2673
  "key": {},
2612
2674
  "value": {
2613
- "shape": "Sdy"
2675
+ "shape": "Sed"
2614
2676
  }
2615
2677
  },
2616
2678
  "CreatedTime": {
@@ -2678,7 +2740,7 @@
2678
2740
  "type": "structure",
2679
2741
  "members": {
2680
2742
  "ContactFlow": {
2681
- "shape": "Sed"
2743
+ "shape": "Ses"
2682
2744
  }
2683
2745
  }
2684
2746
  }
@@ -2709,7 +2771,7 @@
2709
2771
  "type": "structure",
2710
2772
  "members": {
2711
2773
  "ContactFlowModule": {
2712
- "shape": "Seh"
2774
+ "shape": "Sew"
2713
2775
  }
2714
2776
  }
2715
2777
  }
@@ -2822,7 +2884,7 @@
2822
2884
  "type": "structure",
2823
2885
  "members": {
2824
2886
  "HoursOfOperation": {
2825
- "shape": "Ser"
2887
+ "shape": "Sf6"
2826
2888
  }
2827
2889
  }
2828
2890
  }
@@ -2908,7 +2970,7 @@
2908
2970
  "type": "structure",
2909
2971
  "members": {
2910
2972
  "Attribute": {
2911
- "shape": "Sf1"
2973
+ "shape": "Sfg"
2912
2974
  }
2913
2975
  }
2914
2976
  }
@@ -3022,7 +3084,7 @@
3022
3084
  "type": "structure",
3023
3085
  "members": {
3024
3086
  "PredefinedAttribute": {
3025
- "shape": "Sff"
3087
+ "shape": "Sfu"
3026
3088
  }
3027
3089
  }
3028
3090
  }
@@ -3053,7 +3115,7 @@
3053
3115
  "type": "structure",
3054
3116
  "members": {
3055
3117
  "Prompt": {
3056
- "shape": "Sfi"
3118
+ "shape": "Sfx"
3057
3119
  }
3058
3120
  }
3059
3121
  }
@@ -3084,7 +3146,7 @@
3084
3146
  "type": "structure",
3085
3147
  "members": {
3086
3148
  "Queue": {
3087
- "shape": "Sfl"
3149
+ "shape": "Sg0"
3088
3150
  }
3089
3151
  }
3090
3152
  }
@@ -3115,7 +3177,7 @@
3115
3177
  "type": "structure",
3116
3178
  "members": {
3117
3179
  "QuickConnect": {
3118
- "shape": "Sfp"
3180
+ "shape": "Sg4"
3119
3181
  }
3120
3182
  }
3121
3183
  }
@@ -3146,7 +3208,7 @@
3146
3208
  "type": "structure",
3147
3209
  "members": {
3148
3210
  "RoutingProfile": {
3149
- "shape": "Sfs"
3211
+ "shape": "Sg7"
3150
3212
  }
3151
3213
  }
3152
3214
  }
@@ -3406,19 +3468,19 @@
3406
3468
  "type": "structure",
3407
3469
  "members": {
3408
3470
  "LevelOne": {
3409
- "shape": "Sgf"
3471
+ "shape": "Sgu"
3410
3472
  },
3411
3473
  "LevelTwo": {
3412
- "shape": "Sgf"
3474
+ "shape": "Sgu"
3413
3475
  },
3414
3476
  "LevelThree": {
3415
- "shape": "Sgf"
3477
+ "shape": "Sgu"
3416
3478
  },
3417
3479
  "LevelFour": {
3418
- "shape": "Sgf"
3480
+ "shape": "Sgu"
3419
3481
  },
3420
3482
  "LevelFive": {
3421
- "shape": "Sgf"
3483
+ "shape": "Sgu"
3422
3484
  }
3423
3485
  }
3424
3486
  },
@@ -3458,19 +3520,19 @@
3458
3520
  "type": "structure",
3459
3521
  "members": {
3460
3522
  "LevelOne": {
3461
- "shape": "Sgj"
3523
+ "shape": "Sgy"
3462
3524
  },
3463
3525
  "LevelTwo": {
3464
- "shape": "Sgj"
3526
+ "shape": "Sgy"
3465
3527
  },
3466
3528
  "LevelThree": {
3467
- "shape": "Sgj"
3529
+ "shape": "Sgy"
3468
3530
  },
3469
3531
  "LevelFour": {
3470
- "shape": "Sgj"
3532
+ "shape": "Sgy"
3471
3533
  },
3472
3534
  "LevelFive": {
3473
- "shape": "Sgj"
3535
+ "shape": "Sgy"
3474
3536
  }
3475
3537
  }
3476
3538
  }
@@ -4053,15 +4115,15 @@
4053
4115
  "locationName": "InstanceId"
4054
4116
  },
4055
4117
  "Filters": {
4056
- "shape": "Shk"
4118
+ "shape": "Shz"
4057
4119
  },
4058
4120
  "Groupings": {
4059
- "shape": "Shq"
4121
+ "shape": "Si5"
4060
4122
  },
4061
4123
  "CurrentMetrics": {
4062
4124
  "type": "list",
4063
4125
  "member": {
4064
- "shape": "Sht"
4126
+ "shape": "Si8"
4065
4127
  }
4066
4128
  },
4067
4129
  "NextToken": {},
@@ -4090,7 +4152,7 @@
4090
4152
  "type": "structure",
4091
4153
  "members": {
4092
4154
  "Dimensions": {
4093
- "shape": "Si4"
4155
+ "shape": "Sij"
4094
4156
  },
4095
4157
  "Collections": {
4096
4158
  "type": "list",
@@ -4098,7 +4160,7 @@
4098
4160
  "type": "structure",
4099
4161
  "members": {
4100
4162
  "Metric": {
4101
- "shape": "Sht"
4163
+ "shape": "Si8"
4102
4164
  },
4103
4165
  "Value": {
4104
4166
  "type": "double"
@@ -4137,7 +4199,7 @@
4137
4199
  "type": "structure",
4138
4200
  "members": {
4139
4201
  "Queues": {
4140
- "shape": "Shl"
4202
+ "shape": "Si0"
4141
4203
  },
4142
4204
  "ContactFilter": {
4143
4205
  "type": "structure",
@@ -4149,7 +4211,7 @@
4149
4211
  }
4150
4212
  },
4151
4213
  "RoutingProfiles": {
4152
- "shape": "Shn"
4214
+ "shape": "Si2"
4153
4215
  },
4154
4216
  "Agents": {
4155
4217
  "type": "list",
@@ -4184,25 +4246,25 @@
4184
4246
  }
4185
4247
  },
4186
4248
  "RoutingProfile": {
4187
- "shape": "Si6"
4249
+ "shape": "Sil"
4188
4250
  },
4189
4251
  "HierarchyPath": {
4190
4252
  "type": "structure",
4191
4253
  "members": {
4192
4254
  "LevelOne": {
4193
- "shape": "Sin"
4255
+ "shape": "Sj2"
4194
4256
  },
4195
4257
  "LevelTwo": {
4196
- "shape": "Sin"
4258
+ "shape": "Sj2"
4197
4259
  },
4198
4260
  "LevelThree": {
4199
- "shape": "Sin"
4261
+ "shape": "Sj2"
4200
4262
  },
4201
4263
  "LevelFour": {
4202
- "shape": "Sin"
4264
+ "shape": "Sj2"
4203
4265
  },
4204
4266
  "LevelFive": {
4205
- "shape": "Sin"
4267
+ "shape": "Sj2"
4206
4268
  }
4207
4269
  }
4208
4270
  },
@@ -4217,13 +4279,13 @@
4217
4279
  }
4218
4280
  },
4219
4281
  "AvailableSlotsByChannel": {
4220
- "shape": "Sip"
4282
+ "shape": "Sj4"
4221
4283
  },
4222
4284
  "MaxSlotsByChannel": {
4223
- "shape": "Sip"
4285
+ "shape": "Sj4"
4224
4286
  },
4225
4287
  "ActiveSlotsByChannel": {
4226
- "shape": "Sip"
4288
+ "shape": "Sj4"
4227
4289
  },
4228
4290
  "Contacts": {
4229
4291
  "type": "list",
@@ -4241,7 +4303,7 @@
4241
4303
  "type": "timestamp"
4242
4304
  },
4243
4305
  "Queue": {
4244
- "shape": "Si5"
4306
+ "shape": "Sik"
4245
4307
  }
4246
4308
  }
4247
4309
  }
@@ -4280,13 +4342,13 @@
4280
4342
  "type": "structure",
4281
4343
  "members": {
4282
4344
  "AccessToken": {
4283
- "shape": "Siw"
4345
+ "shape": "Sjb"
4284
4346
  },
4285
4347
  "AccessTokenExpiration": {
4286
4348
  "type": "timestamp"
4287
4349
  },
4288
4350
  "RefreshToken": {
4289
- "shape": "Siw"
4351
+ "shape": "Sjb"
4290
4352
  },
4291
4353
  "RefreshTokenExpiration": {
4292
4354
  "type": "timestamp"
@@ -4361,15 +4423,15 @@
4361
4423
  "type": "timestamp"
4362
4424
  },
4363
4425
  "Filters": {
4364
- "shape": "Shk"
4426
+ "shape": "Shz"
4365
4427
  },
4366
4428
  "Groupings": {
4367
- "shape": "Shq"
4429
+ "shape": "Si5"
4368
4430
  },
4369
4431
  "HistoricalMetrics": {
4370
4432
  "type": "list",
4371
4433
  "member": {
4372
- "shape": "Sj1"
4434
+ "shape": "Sjg"
4373
4435
  }
4374
4436
  },
4375
4437
  "NextToken": {},
@@ -4388,7 +4450,7 @@
4388
4450
  "type": "structure",
4389
4451
  "members": {
4390
4452
  "Dimensions": {
4391
- "shape": "Si4"
4453
+ "shape": "Sij"
4392
4454
  },
4393
4455
  "Collections": {
4394
4456
  "type": "list",
@@ -4396,7 +4458,7 @@
4396
4458
  "type": "structure",
4397
4459
  "members": {
4398
4460
  "Metric": {
4399
- "shape": "Sj1"
4461
+ "shape": "Sjg"
4400
4462
  },
4401
4463
  "Value": {
4402
4464
  "type": "double"
@@ -4458,7 +4520,7 @@
4458
4520
  "Metrics": {
4459
4521
  "type": "list",
4460
4522
  "member": {
4461
- "shape": "Sjm"
4523
+ "shape": "Sk1"
4462
4524
  }
4463
4525
  },
4464
4526
  "NextToken": {},
@@ -4499,7 +4561,7 @@
4499
4561
  "type": "structure",
4500
4562
  "members": {
4501
4563
  "Metric": {
4502
- "shape": "Sjm"
4564
+ "shape": "Sk1"
4503
4565
  },
4504
4566
  "Value": {
4505
4567
  "type": "double"
@@ -4629,15 +4691,15 @@
4629
4691
  "type": "structure",
4630
4692
  "members": {
4631
4693
  "TelephonyConfig": {
4632
- "shape": "Skb"
4694
+ "shape": "Skq"
4633
4695
  },
4634
4696
  "Id": {},
4635
4697
  "Arn": {},
4636
4698
  "SignInConfig": {
4637
- "shape": "Skg"
4699
+ "shape": "Skv"
4638
4700
  },
4639
4701
  "AgentConfig": {
4640
- "shape": "Skj"
4702
+ "shape": "Sky"
4641
4703
  }
4642
4704
  }
4643
4705
  }
@@ -4804,6 +4866,57 @@
4804
4866
  }
4805
4867
  }
4806
4868
  },
4869
+ "ListAuthenticationProfiles": {
4870
+ "http": {
4871
+ "method": "GET",
4872
+ "requestUri": "/authentication-profiles-summary/{InstanceId}"
4873
+ },
4874
+ "input": {
4875
+ "type": "structure",
4876
+ "required": [
4877
+ "InstanceId"
4878
+ ],
4879
+ "members": {
4880
+ "InstanceId": {
4881
+ "location": "uri",
4882
+ "locationName": "InstanceId"
4883
+ },
4884
+ "MaxResults": {
4885
+ "location": "querystring",
4886
+ "locationName": "maxResults",
4887
+ "type": "integer"
4888
+ },
4889
+ "NextToken": {
4890
+ "location": "querystring",
4891
+ "locationName": "nextToken"
4892
+ }
4893
+ }
4894
+ },
4895
+ "output": {
4896
+ "type": "structure",
4897
+ "members": {
4898
+ "AuthenticationProfileSummaryList": {
4899
+ "type": "list",
4900
+ "member": {
4901
+ "type": "structure",
4902
+ "members": {
4903
+ "Id": {},
4904
+ "Arn": {},
4905
+ "Name": {},
4906
+ "IsDefault": {
4907
+ "type": "boolean"
4908
+ },
4909
+ "LastModifiedTime": {
4910
+ "type": "timestamp"
4911
+ },
4912
+ "LastModifiedRegion": {}
4913
+ }
4914
+ }
4915
+ },
4916
+ "NextToken": {}
4917
+ }
4918
+ }
4919
+ },
4807
4920
  "ListBots": {
4808
4921
  "http": {
4809
4922
  "method": "GET",
@@ -4910,7 +5023,7 @@
4910
5023
  "Status": {},
4911
5024
  "EvaluatorArn": {},
4912
5025
  "Score": {
4913
- "shape": "Sdy"
5026
+ "shape": "Sed"
4914
5027
  },
4915
5028
  "CreatedTime": {
4916
5029
  "type": "timestamp"
@@ -5440,7 +5553,7 @@
5440
5553
  "Attributes": {
5441
5554
  "type": "list",
5442
5555
  "member": {
5443
- "shape": "Sf1"
5556
+ "shape": "Sfg"
5444
5557
  }
5445
5558
  },
5446
5559
  "NextToken": {}
@@ -5692,12 +5805,12 @@
5692
5805
  "locationName": "InstanceId"
5693
5806
  },
5694
5807
  "PhoneNumberTypes": {
5695
- "shape": "Smz",
5808
+ "shape": "Sni",
5696
5809
  "location": "querystring",
5697
5810
  "locationName": "phoneNumberTypes"
5698
5811
  },
5699
5812
  "PhoneNumberCountryCodes": {
5700
- "shape": "Sn0",
5813
+ "shape": "Snj",
5701
5814
  "location": "querystring",
5702
5815
  "locationName": "phoneNumberCountryCodes"
5703
5816
  },
@@ -5746,10 +5859,10 @@
5746
5859
  },
5747
5860
  "NextToken": {},
5748
5861
  "PhoneNumberCountryCodes": {
5749
- "shape": "Sn0"
5862
+ "shape": "Snj"
5750
5863
  },
5751
5864
  "PhoneNumberTypes": {
5752
- "shape": "Smz"
5865
+ "shape": "Sni"
5753
5866
  },
5754
5867
  "PhoneNumberPrefix": {}
5755
5868
  }
@@ -5908,7 +6021,7 @@
5908
6021
  "members": {
5909
6022
  "NextToken": {},
5910
6023
  "QuickConnectSummaryList": {
5911
- "shape": "Snl"
6024
+ "shape": "So4"
5912
6025
  },
5913
6026
  "LastModifiedTime": {
5914
6027
  "type": "timestamp"
@@ -6008,7 +6121,7 @@
6008
6121
  "type": "structure",
6009
6122
  "members": {
6010
6123
  "QuickConnectSummaryList": {
6011
- "shape": "Snl"
6124
+ "shape": "So4"
6012
6125
  },
6013
6126
  "NextToken": {}
6014
6127
  }
@@ -6078,7 +6191,7 @@
6078
6191
  "Content": {},
6079
6192
  "ContentType": {},
6080
6193
  "Time": {
6081
- "shape": "Soa"
6194
+ "shape": "Sot"
6082
6195
  },
6083
6196
  "Redaction": {
6084
6197
  "type": "structure",
@@ -6086,7 +6199,7 @@
6086
6199
  "CharacterOffsets": {
6087
6200
  "type": "list",
6088
6201
  "member": {
6089
- "shape": "Soe"
6202
+ "shape": "Sox"
6090
6203
  }
6091
6204
  }
6092
6205
  }
@@ -6124,7 +6237,7 @@
6124
6237
  "members": {
6125
6238
  "Id": {},
6126
6239
  "CharacterOffsets": {
6127
- "shape": "Soe"
6240
+ "shape": "Sox"
6128
6241
  }
6129
6242
  }
6130
6243
  }
@@ -6162,7 +6275,7 @@
6162
6275
  "Content": {},
6163
6276
  "Id": {},
6164
6277
  "CharacterOffsets": {
6165
- "shape": "Soe"
6278
+ "shape": "Sox"
6166
6279
  }
6167
6280
  }
6168
6281
  }
@@ -6186,7 +6299,7 @@
6186
6299
  "DisplayName": {},
6187
6300
  "EventType": {},
6188
6301
  "Time": {
6189
- "shape": "Soa"
6302
+ "shape": "Sot"
6190
6303
  }
6191
6304
  }
6192
6305
  },
@@ -6221,7 +6334,7 @@
6221
6334
  }
6222
6335
  },
6223
6336
  "Time": {
6224
- "shape": "Soa"
6337
+ "shape": "Sot"
6225
6338
  }
6226
6339
  }
6227
6340
  }
@@ -6873,7 +6986,7 @@
6873
6986
  "UserHierarchyGroupSummaryList": {
6874
6987
  "type": "list",
6875
6988
  "member": {
6876
- "shape": "Sgf"
6989
+ "shape": "Sgu"
6877
6990
  }
6878
6991
  },
6879
6992
  "NextToken": {}
@@ -7323,12 +7436,12 @@
7323
7436
  "type": "structure",
7324
7437
  "members": {
7325
7438
  "TagFilter": {
7326
- "shape": "Srh"
7439
+ "shape": "Ss0"
7327
7440
  }
7328
7441
  }
7329
7442
  },
7330
7443
  "SearchCriteria": {
7331
- "shape": "Srl"
7444
+ "shape": "Ss4"
7332
7445
  }
7333
7446
  }
7334
7447
  },
@@ -7338,7 +7451,7 @@
7338
7451
  "ContactFlowModules": {
7339
7452
  "type": "list",
7340
7453
  "member": {
7341
- "shape": "Seh"
7454
+ "shape": "Sew"
7342
7455
  }
7343
7456
  },
7344
7457
  "NextToken": {},
@@ -7367,12 +7480,12 @@
7367
7480
  "type": "structure",
7368
7481
  "members": {
7369
7482
  "TagFilter": {
7370
- "shape": "Srh"
7483
+ "shape": "Ss0"
7371
7484
  }
7372
7485
  }
7373
7486
  },
7374
7487
  "SearchCriteria": {
7375
- "shape": "Srt"
7488
+ "shape": "Ssc"
7376
7489
  }
7377
7490
  }
7378
7491
  },
@@ -7382,7 +7495,7 @@
7382
7495
  "ContactFlows": {
7383
7496
  "type": "list",
7384
7497
  "member": {
7385
- "shape": "Sed"
7498
+ "shape": "Ses"
7386
7499
  }
7387
7500
  },
7388
7501
  "NextToken": {},
@@ -7432,19 +7545,19 @@
7432
7545
  "type": "structure",
7433
7546
  "members": {
7434
7547
  "L1Ids": {
7435
- "shape": "Ss3"
7548
+ "shape": "Ssm"
7436
7549
  },
7437
7550
  "L2Ids": {
7438
- "shape": "Ss3"
7551
+ "shape": "Ssm"
7439
7552
  },
7440
7553
  "L3Ids": {
7441
- "shape": "Ss3"
7554
+ "shape": "Ssm"
7442
7555
  },
7443
7556
  "L4Ids": {
7444
- "shape": "Ss3"
7557
+ "shape": "Ssm"
7445
7558
  },
7446
7559
  "L5Ids": {
7447
- "shape": "Ss3"
7560
+ "shape": "Ssm"
7448
7561
  }
7449
7562
  }
7450
7563
  },
@@ -7620,12 +7733,12 @@
7620
7733
  "type": "structure",
7621
7734
  "members": {
7622
7735
  "TagFilter": {
7623
- "shape": "Srh"
7736
+ "shape": "Ss0"
7624
7737
  }
7625
7738
  }
7626
7739
  },
7627
7740
  "SearchCriteria": {
7628
- "shape": "Ssu"
7741
+ "shape": "Std"
7629
7742
  }
7630
7743
  }
7631
7744
  },
@@ -7635,7 +7748,7 @@
7635
7748
  "HoursOfOperations": {
7636
7749
  "type": "list",
7637
7750
  "member": {
7638
- "shape": "Ser"
7751
+ "shape": "Sf6"
7639
7752
  }
7640
7753
  },
7641
7754
  "NextToken": {},
@@ -7661,7 +7774,7 @@
7661
7774
  "type": "integer"
7662
7775
  },
7663
7776
  "SearchCriteria": {
7664
- "shape": "Ssz"
7777
+ "shape": "Sti"
7665
7778
  }
7666
7779
  }
7667
7780
  },
@@ -7671,7 +7784,7 @@
7671
7784
  "PredefinedAttributes": {
7672
7785
  "type": "list",
7673
7786
  "member": {
7674
- "shape": "Sff"
7787
+ "shape": "Sfu"
7675
7788
  }
7676
7789
  },
7677
7790
  "NextToken": {},
@@ -7700,12 +7813,12 @@
7700
7813
  "type": "structure",
7701
7814
  "members": {
7702
7815
  "TagFilter": {
7703
- "shape": "Srh"
7816
+ "shape": "Ss0"
7704
7817
  }
7705
7818
  }
7706
7819
  },
7707
7820
  "SearchCriteria": {
7708
- "shape": "St5"
7821
+ "shape": "Sto"
7709
7822
  }
7710
7823
  }
7711
7824
  },
@@ -7715,7 +7828,7 @@
7715
7828
  "Prompts": {
7716
7829
  "type": "list",
7717
7830
  "member": {
7718
- "shape": "Sfi"
7831
+ "shape": "Sfx"
7719
7832
  }
7720
7833
  },
7721
7834
  "NextToken": {},
@@ -7744,12 +7857,12 @@
7744
7857
  "type": "structure",
7745
7858
  "members": {
7746
7859
  "TagFilter": {
7747
- "shape": "Srh"
7860
+ "shape": "Ss0"
7748
7861
  }
7749
7862
  }
7750
7863
  },
7751
7864
  "SearchCriteria": {
7752
- "shape": "Stc"
7865
+ "shape": "Stv"
7753
7866
  }
7754
7867
  }
7755
7868
  },
@@ -7759,7 +7872,7 @@
7759
7872
  "Queues": {
7760
7873
  "type": "list",
7761
7874
  "member": {
7762
- "shape": "Sfl"
7875
+ "shape": "Sg0"
7763
7876
  }
7764
7877
  },
7765
7878
  "NextToken": {},
@@ -7788,12 +7901,12 @@
7788
7901
  "type": "structure",
7789
7902
  "members": {
7790
7903
  "TagFilter": {
7791
- "shape": "Srh"
7904
+ "shape": "Ss0"
7792
7905
  }
7793
7906
  }
7794
7907
  },
7795
7908
  "SearchCriteria": {
7796
- "shape": "Stj"
7909
+ "shape": "Su2"
7797
7910
  }
7798
7911
  }
7799
7912
  },
@@ -7803,7 +7916,7 @@
7803
7916
  "QuickConnects": {
7804
7917
  "type": "list",
7805
7918
  "member": {
7806
- "shape": "Sfp"
7919
+ "shape": "Sg4"
7807
7920
  }
7808
7921
  },
7809
7922
  "NextToken": {},
@@ -7884,12 +7997,12 @@
7884
7997
  "type": "structure",
7885
7998
  "members": {
7886
7999
  "TagFilter": {
7887
- "shape": "Srh"
8000
+ "shape": "Ss0"
7888
8001
  }
7889
8002
  }
7890
8003
  },
7891
8004
  "SearchCriteria": {
7892
- "shape": "Sty"
8005
+ "shape": "Suh"
7893
8006
  }
7894
8007
  }
7895
8008
  },
@@ -7899,7 +8012,7 @@
7899
8012
  "RoutingProfiles": {
7900
8013
  "type": "list",
7901
8014
  "member": {
7902
- "shape": "Sfs"
8015
+ "shape": "Sg7"
7903
8016
  }
7904
8017
  },
7905
8018
  "NextToken": {},
@@ -7925,13 +8038,13 @@
7925
8038
  "type": "integer"
7926
8039
  },
7927
8040
  "SearchCriteria": {
7928
- "shape": "Su3"
8041
+ "shape": "Sum"
7929
8042
  },
7930
8043
  "SearchFilter": {
7931
8044
  "type": "structure",
7932
8045
  "members": {
7933
8046
  "TagFilter": {
7934
- "shape": "Srh"
8047
+ "shape": "Ss0"
7935
8048
  }
7936
8049
  }
7937
8050
  }
@@ -7982,7 +8095,7 @@
7982
8095
  "type": "structure",
7983
8096
  "members": {
7984
8097
  "TagFilter": {
7985
- "shape": "Srh"
8098
+ "shape": "Ss0"
7986
8099
  },
7987
8100
  "UserAttributeFilter": {
7988
8101
  "type": "structure",
@@ -7990,24 +8103,24 @@
7990
8103
  "OrConditions": {
7991
8104
  "type": "list",
7992
8105
  "member": {
7993
- "shape": "Sud"
8106
+ "shape": "Suw"
7994
8107
  }
7995
8108
  },
7996
8109
  "AndCondition": {
7997
- "shape": "Sud"
8110
+ "shape": "Suw"
7998
8111
  },
7999
8112
  "TagCondition": {
8000
- "shape": "Srk"
8113
+ "shape": "Ss3"
8001
8114
  },
8002
8115
  "HierarchyGroupCondition": {
8003
- "shape": "Sue"
8116
+ "shape": "Sux"
8004
8117
  }
8005
8118
  }
8006
8119
  }
8007
8120
  }
8008
8121
  },
8009
8122
  "SearchCriteria": {
8010
- "shape": "Sug"
8123
+ "shape": "Suz"
8011
8124
  }
8012
8125
  }
8013
8126
  },
@@ -8140,16 +8253,16 @@
8140
8253
  "type": "structure",
8141
8254
  "members": {
8142
8255
  "SupportedMessagingContentTypes": {
8143
- "shape": "Suz"
8256
+ "shape": "Svi"
8144
8257
  },
8145
8258
  "ParticipantDetails": {
8146
- "shape": "Sv1"
8259
+ "shape": "Svk"
8147
8260
  },
8148
8261
  "Attributes": {
8149
8262
  "shape": "S38"
8150
8263
  },
8151
8264
  "StreamingConfiguration": {
8152
- "shape": "Sv2"
8265
+ "shape": "Svl"
8153
8266
  }
8154
8267
  }
8155
8268
  }
@@ -8251,7 +8364,7 @@
8251
8364
  "shape": "S38"
8252
8365
  },
8253
8366
  "ParticipantDetails": {
8254
- "shape": "Sv1"
8367
+ "shape": "Svk"
8255
8368
  },
8256
8369
  "InitialMessage": {
8257
8370
  "type": "structure",
@@ -8271,7 +8384,7 @@
8271
8384
  "type": "integer"
8272
8385
  },
8273
8386
  "SupportedMessagingContentTypes": {
8274
- "shape": "Suz"
8387
+ "shape": "Svi"
8275
8388
  },
8276
8389
  "PersistentChat": {
8277
8390
  "type": "structure",
@@ -8282,7 +8395,7 @@
8282
8395
  },
8283
8396
  "RelatedContactId": {},
8284
8397
  "SegmentAttributes": {
8285
- "shape": "Sdq"
8398
+ "shape": "Se5"
8286
8399
  }
8287
8400
  }
8288
8401
  },
@@ -8378,7 +8491,7 @@
8378
8491
  "InstanceId": {},
8379
8492
  "ContactId": {},
8380
8493
  "ChatStreamingConfiguration": {
8381
- "shape": "Sv2"
8494
+ "shape": "Svl"
8382
8495
  },
8383
8496
  "ClientToken": {
8384
8497
  "idempotencyToken": true
@@ -8409,10 +8522,10 @@
8409
8522
  ],
8410
8523
  "members": {
8411
8524
  "Name": {
8412
- "shape": "Scf"
8525
+ "shape": "Scp"
8413
8526
  },
8414
8527
  "Description": {
8415
- "shape": "Scg"
8528
+ "shape": "Scq"
8416
8529
  },
8417
8530
  "References": {
8418
8531
  "shape": "S7l"
@@ -8470,13 +8583,13 @@
8470
8583
  "shape": "S38"
8471
8584
  },
8472
8585
  "Name": {
8473
- "shape": "Scf"
8586
+ "shape": "Scp"
8474
8587
  },
8475
8588
  "References": {
8476
8589
  "shape": "S7l"
8477
8590
  },
8478
8591
  "Description": {
8479
- "shape": "Scg"
8592
+ "shape": "Scq"
8480
8593
  },
8481
8594
  "ClientToken": {
8482
8595
  "idempotencyToken": true
@@ -8521,22 +8634,22 @@
8521
8634
  "type": "structure",
8522
8635
  "members": {
8523
8636
  "Customer": {
8524
- "shape": "Scs"
8637
+ "shape": "Sd2"
8525
8638
  },
8526
8639
  "Agent": {
8527
- "shape": "Scs"
8640
+ "shape": "Sd2"
8528
8641
  }
8529
8642
  }
8530
8643
  },
8531
8644
  "ParticipantDetails": {
8532
- "shape": "Sv1"
8645
+ "shape": "Svk"
8533
8646
  },
8534
8647
  "RelatedContactId": {},
8535
8648
  "References": {
8536
8649
  "shape": "S7l"
8537
8650
  },
8538
8651
  "Description": {
8539
- "shape": "Scg"
8652
+ "shape": "Scq"
8540
8653
  }
8541
8654
  }
8542
8655
  },
@@ -8682,10 +8795,10 @@
8682
8795
  "locationName": "EvaluationId"
8683
8796
  },
8684
8797
  "Answers": {
8685
- "shape": "Swj"
8798
+ "shape": "Sx2"
8686
8799
  },
8687
8800
  "Notes": {
8688
- "shape": "Se5"
8801
+ "shape": "Sek"
8689
8802
  }
8690
8803
  }
8691
8804
  },
@@ -8738,7 +8851,7 @@
8738
8851
  "ContactId": {},
8739
8852
  "InstanceId": {},
8740
8853
  "Tags": {
8741
- "shape": "Scz"
8854
+ "shape": "Sd9"
8742
8855
  }
8743
8856
  }
8744
8857
  },
@@ -8890,6 +9003,39 @@
8890
9003
  }
8891
9004
  }
8892
9005
  },
9006
+ "UpdateAuthenticationProfile": {
9007
+ "http": {
9008
+ "requestUri": "/authentication-profiles/{InstanceId}/{AuthenticationProfileId}"
9009
+ },
9010
+ "input": {
9011
+ "type": "structure",
9012
+ "required": [
9013
+ "AuthenticationProfileId",
9014
+ "InstanceId"
9015
+ ],
9016
+ "members": {
9017
+ "AuthenticationProfileId": {
9018
+ "location": "uri",
9019
+ "locationName": "AuthenticationProfileId"
9020
+ },
9021
+ "InstanceId": {
9022
+ "location": "uri",
9023
+ "locationName": "InstanceId"
9024
+ },
9025
+ "Name": {},
9026
+ "Description": {},
9027
+ "AllowedIps": {
9028
+ "shape": "Sch"
9029
+ },
9030
+ "BlockedIps": {
9031
+ "shape": "Sch"
9032
+ },
9033
+ "PeriodicSessionDuration": {
9034
+ "type": "integer"
9035
+ }
9036
+ }
9037
+ }
9038
+ },
8893
9039
  "UpdateContact": {
8894
9040
  "http": {
8895
9041
  "requestUri": "/contacts/{InstanceId}/{ContactId}"
@@ -8910,10 +9056,10 @@
8910
9056
  "locationName": "ContactId"
8911
9057
  },
8912
9058
  "Name": {
8913
- "shape": "Scf"
9059
+ "shape": "Scp"
8914
9060
  },
8915
9061
  "Description": {
8916
- "shape": "Scg"
9062
+ "shape": "Scq"
8917
9063
  },
8918
9064
  "References": {
8919
9065
  "shape": "S7l"
@@ -8969,10 +9115,10 @@
8969
9115
  "locationName": "EvaluationId"
8970
9116
  },
8971
9117
  "Answers": {
8972
- "shape": "Swj"
9118
+ "shape": "Sx2"
8973
9119
  },
8974
9120
  "Notes": {
8975
- "shape": "Se5"
9121
+ "shape": "Sek"
8976
9122
  }
8977
9123
  }
8978
9124
  },
@@ -9951,13 +10097,13 @@
9951
10097
  "locationName": "Id"
9952
10098
  },
9953
10099
  "TelephonyConfig": {
9954
- "shape": "Skb"
10100
+ "shape": "Skq"
9955
10101
  },
9956
10102
  "SignInConfig": {
9957
- "shape": "Skg"
10103
+ "shape": "Skv"
9958
10104
  },
9959
10105
  "AgentConfig": {
9960
- "shape": "Skj"
10106
+ "shape": "Sky"
9961
10107
  }
9962
10108
  }
9963
10109
  },
@@ -10028,19 +10174,19 @@
10028
10174
  "type": "structure",
10029
10175
  "members": {
10030
10176
  "LevelOne": {
10031
- "shape": "Syv"
10177
+ "shape": "Szf"
10032
10178
  },
10033
10179
  "LevelTwo": {
10034
- "shape": "Syv"
10180
+ "shape": "Szf"
10035
10181
  },
10036
10182
  "LevelThree": {
10037
- "shape": "Syv"
10183
+ "shape": "Szf"
10038
10184
  },
10039
10185
  "LevelFour": {
10040
- "shape": "Syv"
10186
+ "shape": "Szf"
10041
10187
  },
10042
10188
  "LevelFive": {
10043
- "shape": "Syv"
10189
+ "shape": "Szf"
10044
10190
  }
10045
10191
  }
10046
10192
  },
@@ -11139,21 +11285,25 @@
11139
11285
  "ViewContentSha256": {}
11140
11286
  }
11141
11287
  },
11142
- "Scf": {
11288
+ "Sch": {
11289
+ "type": "list",
11290
+ "member": {}
11291
+ },
11292
+ "Scp": {
11143
11293
  "type": "string",
11144
11294
  "sensitive": true
11145
11295
  },
11146
- "Scg": {
11296
+ "Scq": {
11147
11297
  "type": "string",
11148
11298
  "sensitive": true
11149
11299
  },
11150
- "Scn": {
11300
+ "Scx": {
11151
11301
  "type": "structure",
11152
11302
  "members": {
11153
11303
  "Arn": {}
11154
11304
  }
11155
11305
  },
11156
- "Sco": {
11306
+ "Scy": {
11157
11307
  "type": "structure",
11158
11308
  "members": {
11159
11309
  "PlatformName": {},
@@ -11161,18 +11311,18 @@
11161
11311
  "OperatingSystem": {}
11162
11312
  }
11163
11313
  },
11164
- "Scs": {
11314
+ "Sd2": {
11165
11315
  "type": "structure",
11166
11316
  "members": {
11167
11317
  "Video": {}
11168
11318
  }
11169
11319
  },
11170
- "Scz": {
11320
+ "Sd9": {
11171
11321
  "type": "map",
11172
11322
  "key": {},
11173
11323
  "value": {}
11174
11324
  },
11175
- "Sd7": {
11325
+ "Sdh": {
11176
11326
  "type": "structure",
11177
11327
  "members": {
11178
11328
  "AttributeCondition": {
@@ -11183,24 +11333,38 @@
11183
11333
  "ProficiencyLevel": {
11184
11334
  "type": "float"
11185
11335
  },
11336
+ "MatchCriteria": {
11337
+ "type": "structure",
11338
+ "members": {
11339
+ "AgentsCriteria": {
11340
+ "type": "structure",
11341
+ "members": {
11342
+ "AgentIds": {
11343
+ "type": "list",
11344
+ "member": {}
11345
+ }
11346
+ }
11347
+ }
11348
+ }
11349
+ },
11186
11350
  "ComparisonOperator": {}
11187
11351
  }
11188
11352
  },
11189
11353
  "AndExpression": {
11190
- "shape": "Sdb"
11354
+ "shape": "Sdq"
11191
11355
  },
11192
11356
  "OrExpression": {
11193
- "shape": "Sdb"
11357
+ "shape": "Sdq"
11194
11358
  }
11195
11359
  }
11196
11360
  },
11197
- "Sdb": {
11361
+ "Sdq": {
11198
11362
  "type": "list",
11199
11363
  "member": {
11200
- "shape": "Sd7"
11364
+ "shape": "Sdh"
11201
11365
  }
11202
11366
  },
11203
- "Sdj": {
11367
+ "Sdy": {
11204
11368
  "type": "structure",
11205
11369
  "members": {
11206
11370
  "QualityScore": {
@@ -11212,7 +11376,7 @@
11212
11376
  }
11213
11377
  }
11214
11378
  },
11215
- "Sdq": {
11379
+ "Se5": {
11216
11380
  "type": "map",
11217
11381
  "key": {},
11218
11382
  "value": {
@@ -11222,7 +11386,7 @@
11222
11386
  }
11223
11387
  }
11224
11388
  },
11225
- "Sdy": {
11389
+ "Sed": {
11226
11390
  "type": "structure",
11227
11391
  "members": {
11228
11392
  "Percentage": {
@@ -11236,7 +11400,7 @@
11236
11400
  }
11237
11401
  }
11238
11402
  },
11239
- "Se2": {
11403
+ "Seh": {
11240
11404
  "type": "structure",
11241
11405
  "members": {
11242
11406
  "StringValue": {},
@@ -11249,7 +11413,7 @@
11249
11413
  },
11250
11414
  "union": true
11251
11415
  },
11252
- "Se5": {
11416
+ "Sek": {
11253
11417
  "type": "map",
11254
11418
  "key": {},
11255
11419
  "value": {
@@ -11259,7 +11423,7 @@
11259
11423
  }
11260
11424
  }
11261
11425
  },
11262
- "Sed": {
11426
+ "Ses": {
11263
11427
  "type": "structure",
11264
11428
  "members": {
11265
11429
  "Arn": {},
@@ -11275,7 +11439,7 @@
11275
11439
  }
11276
11440
  }
11277
11441
  },
11278
- "Seh": {
11442
+ "Sew": {
11279
11443
  "type": "structure",
11280
11444
  "members": {
11281
11445
  "Arn": {},
@@ -11290,7 +11454,7 @@
11290
11454
  }
11291
11455
  }
11292
11456
  },
11293
- "Ser": {
11457
+ "Sf6": {
11294
11458
  "type": "structure",
11295
11459
  "members": {
11296
11460
  "HoursOfOperationId": {},
@@ -11310,14 +11474,14 @@
11310
11474
  "LastModifiedRegion": {}
11311
11475
  }
11312
11476
  },
11313
- "Sf1": {
11477
+ "Sfg": {
11314
11478
  "type": "structure",
11315
11479
  "members": {
11316
11480
  "AttributeType": {},
11317
11481
  "Value": {}
11318
11482
  }
11319
11483
  },
11320
- "Sff": {
11484
+ "Sfu": {
11321
11485
  "type": "structure",
11322
11486
  "members": {
11323
11487
  "Name": {},
@@ -11330,7 +11494,7 @@
11330
11494
  "LastModifiedRegion": {}
11331
11495
  }
11332
11496
  },
11333
- "Sfi": {
11497
+ "Sfx": {
11334
11498
  "type": "structure",
11335
11499
  "members": {
11336
11500
  "PromptARN": {},
@@ -11346,7 +11510,7 @@
11346
11510
  "LastModifiedRegion": {}
11347
11511
  }
11348
11512
  },
11349
- "Sfl": {
11513
+ "Sg0": {
11350
11514
  "type": "structure",
11351
11515
  "members": {
11352
11516
  "Name": {},
@@ -11370,7 +11534,7 @@
11370
11534
  "LastModifiedRegion": {}
11371
11535
  }
11372
11536
  },
11373
- "Sfp": {
11537
+ "Sg4": {
11374
11538
  "type": "structure",
11375
11539
  "members": {
11376
11540
  "QuickConnectARN": {},
@@ -11389,7 +11553,7 @@
11389
11553
  "LastModifiedRegion": {}
11390
11554
  }
11391
11555
  },
11392
- "Sfs": {
11556
+ "Sg7": {
11393
11557
  "type": "structure",
11394
11558
  "members": {
11395
11559
  "InstanceId": {},
@@ -11424,7 +11588,7 @@
11424
11588
  }
11425
11589
  }
11426
11590
  },
11427
- "Sgf": {
11591
+ "Sgu": {
11428
11592
  "type": "structure",
11429
11593
  "members": {
11430
11594
  "Id": {},
@@ -11436,7 +11600,7 @@
11436
11600
  "LastModifiedRegion": {}
11437
11601
  }
11438
11602
  },
11439
- "Sgj": {
11603
+ "Sgy": {
11440
11604
  "type": "structure",
11441
11605
  "members": {
11442
11606
  "Id": {},
@@ -11448,18 +11612,18 @@
11448
11612
  "LastModifiedRegion": {}
11449
11613
  }
11450
11614
  },
11451
- "Shk": {
11615
+ "Shz": {
11452
11616
  "type": "structure",
11453
11617
  "members": {
11454
11618
  "Queues": {
11455
- "shape": "Shl"
11619
+ "shape": "Si0"
11456
11620
  },
11457
11621
  "Channels": {
11458
11622
  "type": "list",
11459
11623
  "member": {}
11460
11624
  },
11461
11625
  "RoutingProfiles": {
11462
- "shape": "Shn"
11626
+ "shape": "Si2"
11463
11627
  },
11464
11628
  "RoutingStepExpressions": {
11465
11629
  "type": "list",
@@ -11467,71 +11631,71 @@
11467
11631
  }
11468
11632
  }
11469
11633
  },
11470
- "Shl": {
11634
+ "Si0": {
11471
11635
  "type": "list",
11472
11636
  "member": {}
11473
11637
  },
11474
- "Shn": {
11638
+ "Si2": {
11475
11639
  "type": "list",
11476
11640
  "member": {}
11477
11641
  },
11478
- "Shq": {
11642
+ "Si5": {
11479
11643
  "type": "list",
11480
11644
  "member": {}
11481
11645
  },
11482
- "Sht": {
11646
+ "Si8": {
11483
11647
  "type": "structure",
11484
11648
  "members": {
11485
11649
  "Name": {},
11486
11650
  "Unit": {}
11487
11651
  }
11488
11652
  },
11489
- "Si4": {
11653
+ "Sij": {
11490
11654
  "type": "structure",
11491
11655
  "members": {
11492
11656
  "Queue": {
11493
- "shape": "Si5"
11657
+ "shape": "Sik"
11494
11658
  },
11495
11659
  "Channel": {},
11496
11660
  "RoutingProfile": {
11497
- "shape": "Si6"
11661
+ "shape": "Sil"
11498
11662
  },
11499
11663
  "RoutingStepExpression": {}
11500
11664
  }
11501
11665
  },
11502
- "Si5": {
11666
+ "Sik": {
11503
11667
  "type": "structure",
11504
11668
  "members": {
11505
11669
  "Id": {},
11506
11670
  "Arn": {}
11507
11671
  }
11508
11672
  },
11509
- "Si6": {
11673
+ "Sil": {
11510
11674
  "type": "structure",
11511
11675
  "members": {
11512
11676
  "Id": {},
11513
11677
  "Arn": {}
11514
11678
  }
11515
11679
  },
11516
- "Sin": {
11680
+ "Sj2": {
11517
11681
  "type": "structure",
11518
11682
  "members": {
11519
11683
  "Id": {},
11520
11684
  "Arn": {}
11521
11685
  }
11522
11686
  },
11523
- "Sip": {
11687
+ "Sj4": {
11524
11688
  "type": "map",
11525
11689
  "key": {},
11526
11690
  "value": {
11527
11691
  "type": "integer"
11528
11692
  }
11529
11693
  },
11530
- "Siw": {
11694
+ "Sjb": {
11531
11695
  "type": "string",
11532
11696
  "sensitive": true
11533
11697
  },
11534
- "Sj1": {
11698
+ "Sjg": {
11535
11699
  "type": "structure",
11536
11700
  "members": {
11537
11701
  "Name": {},
@@ -11548,7 +11712,7 @@
11548
11712
  "Unit": {}
11549
11713
  }
11550
11714
  },
11551
- "Sjm": {
11715
+ "Sk1": {
11552
11716
  "type": "structure",
11553
11717
  "members": {
11554
11718
  "Name": {},
@@ -11582,18 +11746,18 @@
11582
11746
  }
11583
11747
  }
11584
11748
  },
11585
- "Skb": {
11749
+ "Skq": {
11586
11750
  "type": "structure",
11587
11751
  "required": [
11588
11752
  "Distributions"
11589
11753
  ],
11590
11754
  "members": {
11591
11755
  "Distributions": {
11592
- "shape": "Skc"
11756
+ "shape": "Skr"
11593
11757
  }
11594
11758
  }
11595
11759
  },
11596
- "Skc": {
11760
+ "Skr": {
11597
11761
  "type": "list",
11598
11762
  "member": {
11599
11763
  "type": "structure",
@@ -11609,7 +11773,7 @@
11609
11773
  }
11610
11774
  }
11611
11775
  },
11612
- "Skg": {
11776
+ "Skv": {
11613
11777
  "type": "structure",
11614
11778
  "required": [
11615
11779
  "Distributions"
@@ -11633,26 +11797,26 @@
11633
11797
  }
11634
11798
  }
11635
11799
  },
11636
- "Skj": {
11800
+ "Sky": {
11637
11801
  "type": "structure",
11638
11802
  "required": [
11639
11803
  "Distributions"
11640
11804
  ],
11641
11805
  "members": {
11642
11806
  "Distributions": {
11643
- "shape": "Skc"
11807
+ "shape": "Skr"
11644
11808
  }
11645
11809
  }
11646
11810
  },
11647
- "Smz": {
11811
+ "Sni": {
11648
11812
  "type": "list",
11649
11813
  "member": {}
11650
11814
  },
11651
- "Sn0": {
11815
+ "Snj": {
11652
11816
  "type": "list",
11653
11817
  "member": {}
11654
11818
  },
11655
- "Snl": {
11819
+ "So4": {
11656
11820
  "type": "list",
11657
11821
  "member": {
11658
11822
  "type": "structure",
@@ -11668,7 +11832,7 @@
11668
11832
  }
11669
11833
  }
11670
11834
  },
11671
- "Soa": {
11835
+ "Sot": {
11672
11836
  "type": "structure",
11673
11837
  "members": {
11674
11838
  "AbsoluteTime": {
@@ -11678,7 +11842,7 @@
11678
11842
  },
11679
11843
  "union": true
11680
11844
  },
11681
- "Soe": {
11845
+ "Sox": {
11682
11846
  "type": "structure",
11683
11847
  "required": [
11684
11848
  "BeginOffsetChar",
@@ -11693,57 +11857,57 @@
11693
11857
  }
11694
11858
  }
11695
11859
  },
11696
- "Srh": {
11860
+ "Ss0": {
11697
11861
  "type": "structure",
11698
11862
  "members": {
11699
11863
  "OrConditions": {
11700
11864
  "type": "list",
11701
11865
  "member": {
11702
- "shape": "Srj"
11866
+ "shape": "Ss2"
11703
11867
  }
11704
11868
  },
11705
11869
  "AndConditions": {
11706
- "shape": "Srj"
11870
+ "shape": "Ss2"
11707
11871
  },
11708
11872
  "TagCondition": {
11709
- "shape": "Srk"
11873
+ "shape": "Ss3"
11710
11874
  }
11711
11875
  }
11712
11876
  },
11713
- "Srj": {
11877
+ "Ss2": {
11714
11878
  "type": "list",
11715
11879
  "member": {
11716
- "shape": "Srk"
11880
+ "shape": "Ss3"
11717
11881
  }
11718
11882
  },
11719
- "Srk": {
11883
+ "Ss3": {
11720
11884
  "type": "structure",
11721
11885
  "members": {
11722
11886
  "TagKey": {},
11723
11887
  "TagValue": {}
11724
11888
  }
11725
11889
  },
11726
- "Srl": {
11890
+ "Ss4": {
11727
11891
  "type": "structure",
11728
11892
  "members": {
11729
11893
  "OrConditions": {
11730
- "shape": "Srm"
11894
+ "shape": "Ss5"
11731
11895
  },
11732
11896
  "AndConditions": {
11733
- "shape": "Srm"
11897
+ "shape": "Ss5"
11734
11898
  },
11735
11899
  "StringCondition": {
11736
- "shape": "Srn"
11900
+ "shape": "Ss6"
11737
11901
  }
11738
11902
  }
11739
11903
  },
11740
- "Srm": {
11904
+ "Ss5": {
11741
11905
  "type": "list",
11742
11906
  "member": {
11743
- "shape": "Srl"
11907
+ "shape": "Ss4"
11744
11908
  }
11745
11909
  },
11746
- "Srn": {
11910
+ "Ss6": {
11747
11911
  "type": "structure",
11748
11912
  "members": {
11749
11913
  "FieldName": {},
@@ -11751,220 +11915,220 @@
11751
11915
  "ComparisonType": {}
11752
11916
  }
11753
11917
  },
11754
- "Srt": {
11918
+ "Ssc": {
11755
11919
  "type": "structure",
11756
11920
  "members": {
11757
11921
  "OrConditions": {
11758
- "shape": "Sru"
11922
+ "shape": "Ssd"
11759
11923
  },
11760
11924
  "AndConditions": {
11761
- "shape": "Sru"
11925
+ "shape": "Ssd"
11762
11926
  },
11763
11927
  "StringCondition": {
11764
- "shape": "Srn"
11928
+ "shape": "Ss6"
11765
11929
  },
11766
11930
  "TypeCondition": {},
11767
11931
  "StateCondition": {},
11768
11932
  "StatusCondition": {}
11769
11933
  }
11770
11934
  },
11771
- "Sru": {
11935
+ "Ssd": {
11772
11936
  "type": "list",
11773
11937
  "member": {
11774
- "shape": "Srt"
11938
+ "shape": "Ssc"
11775
11939
  }
11776
11940
  },
11777
- "Ss3": {
11941
+ "Ssm": {
11778
11942
  "type": "list",
11779
11943
  "member": {}
11780
11944
  },
11781
- "Ssu": {
11945
+ "Std": {
11782
11946
  "type": "structure",
11783
11947
  "members": {
11784
11948
  "OrConditions": {
11785
- "shape": "Ssv"
11949
+ "shape": "Ste"
11786
11950
  },
11787
11951
  "AndConditions": {
11788
- "shape": "Ssv"
11952
+ "shape": "Ste"
11789
11953
  },
11790
11954
  "StringCondition": {
11791
- "shape": "Srn"
11955
+ "shape": "Ss6"
11792
11956
  }
11793
11957
  }
11794
11958
  },
11795
- "Ssv": {
11959
+ "Ste": {
11796
11960
  "type": "list",
11797
11961
  "member": {
11798
- "shape": "Ssu"
11962
+ "shape": "Std"
11799
11963
  }
11800
11964
  },
11801
- "Ssz": {
11965
+ "Sti": {
11802
11966
  "type": "structure",
11803
11967
  "members": {
11804
11968
  "OrConditions": {
11805
- "shape": "St0"
11969
+ "shape": "Stj"
11806
11970
  },
11807
11971
  "AndConditions": {
11808
- "shape": "St0"
11972
+ "shape": "Stj"
11809
11973
  },
11810
11974
  "StringCondition": {
11811
- "shape": "Srn"
11975
+ "shape": "Ss6"
11812
11976
  }
11813
11977
  }
11814
11978
  },
11815
- "St0": {
11979
+ "Stj": {
11816
11980
  "type": "list",
11817
11981
  "member": {
11818
- "shape": "Ssz"
11982
+ "shape": "Sti"
11819
11983
  }
11820
11984
  },
11821
- "St5": {
11985
+ "Sto": {
11822
11986
  "type": "structure",
11823
11987
  "members": {
11824
11988
  "OrConditions": {
11825
- "shape": "St6"
11989
+ "shape": "Stp"
11826
11990
  },
11827
11991
  "AndConditions": {
11828
- "shape": "St6"
11992
+ "shape": "Stp"
11829
11993
  },
11830
11994
  "StringCondition": {
11831
- "shape": "Srn"
11995
+ "shape": "Ss6"
11832
11996
  }
11833
11997
  }
11834
11998
  },
11835
- "St6": {
11999
+ "Stp": {
11836
12000
  "type": "list",
11837
12001
  "member": {
11838
- "shape": "St5"
12002
+ "shape": "Sto"
11839
12003
  }
11840
12004
  },
11841
- "Stc": {
12005
+ "Stv": {
11842
12006
  "type": "structure",
11843
12007
  "members": {
11844
12008
  "OrConditions": {
11845
- "shape": "Std"
12009
+ "shape": "Stw"
11846
12010
  },
11847
12011
  "AndConditions": {
11848
- "shape": "Std"
12012
+ "shape": "Stw"
11849
12013
  },
11850
12014
  "StringCondition": {
11851
- "shape": "Srn"
12015
+ "shape": "Ss6"
11852
12016
  },
11853
12017
  "QueueTypeCondition": {}
11854
12018
  }
11855
12019
  },
11856
- "Std": {
12020
+ "Stw": {
11857
12021
  "type": "list",
11858
12022
  "member": {
11859
- "shape": "Stc"
12023
+ "shape": "Stv"
11860
12024
  }
11861
12025
  },
11862
- "Stj": {
12026
+ "Su2": {
11863
12027
  "type": "structure",
11864
12028
  "members": {
11865
12029
  "OrConditions": {
11866
- "shape": "Stk"
12030
+ "shape": "Su3"
11867
12031
  },
11868
12032
  "AndConditions": {
11869
- "shape": "Stk"
12033
+ "shape": "Su3"
11870
12034
  },
11871
12035
  "StringCondition": {
11872
- "shape": "Srn"
12036
+ "shape": "Ss6"
11873
12037
  }
11874
12038
  }
11875
12039
  },
11876
- "Stk": {
12040
+ "Su3": {
11877
12041
  "type": "list",
11878
12042
  "member": {
11879
- "shape": "Stj"
12043
+ "shape": "Su2"
11880
12044
  }
11881
12045
  },
11882
- "Sty": {
12046
+ "Suh": {
11883
12047
  "type": "structure",
11884
12048
  "members": {
11885
12049
  "OrConditions": {
11886
- "shape": "Stz"
12050
+ "shape": "Sui"
11887
12051
  },
11888
12052
  "AndConditions": {
11889
- "shape": "Stz"
12053
+ "shape": "Sui"
11890
12054
  },
11891
12055
  "StringCondition": {
11892
- "shape": "Srn"
12056
+ "shape": "Ss6"
11893
12057
  }
11894
12058
  }
11895
12059
  },
11896
- "Stz": {
12060
+ "Sui": {
11897
12061
  "type": "list",
11898
12062
  "member": {
11899
- "shape": "Sty"
12063
+ "shape": "Suh"
11900
12064
  }
11901
12065
  },
11902
- "Su3": {
12066
+ "Sum": {
11903
12067
  "type": "structure",
11904
12068
  "members": {
11905
12069
  "OrConditions": {
11906
- "shape": "Su4"
12070
+ "shape": "Sun"
11907
12071
  },
11908
12072
  "AndConditions": {
11909
- "shape": "Su4"
12073
+ "shape": "Sun"
11910
12074
  },
11911
12075
  "StringCondition": {
11912
- "shape": "Srn"
12076
+ "shape": "Ss6"
11913
12077
  }
11914
12078
  }
11915
12079
  },
11916
- "Su4": {
12080
+ "Sun": {
11917
12081
  "type": "list",
11918
12082
  "member": {
11919
- "shape": "Su3"
12083
+ "shape": "Sum"
11920
12084
  }
11921
12085
  },
11922
- "Sud": {
12086
+ "Suw": {
11923
12087
  "type": "structure",
11924
12088
  "members": {
11925
12089
  "TagConditions": {
11926
- "shape": "Srj"
12090
+ "shape": "Ss2"
11927
12091
  },
11928
12092
  "HierarchyGroupCondition": {
11929
- "shape": "Sue"
12093
+ "shape": "Sux"
11930
12094
  }
11931
12095
  }
11932
12096
  },
11933
- "Sue": {
12097
+ "Sux": {
11934
12098
  "type": "structure",
11935
12099
  "members": {
11936
12100
  "Value": {},
11937
12101
  "HierarchyGroupMatchType": {}
11938
12102
  }
11939
12103
  },
11940
- "Sug": {
12104
+ "Suz": {
11941
12105
  "type": "structure",
11942
12106
  "members": {
11943
12107
  "OrConditions": {
11944
- "shape": "Suh"
12108
+ "shape": "Sv0"
11945
12109
  },
11946
12110
  "AndConditions": {
11947
- "shape": "Suh"
12111
+ "shape": "Sv0"
11948
12112
  },
11949
12113
  "StringCondition": {
11950
- "shape": "Srn"
12114
+ "shape": "Ss6"
11951
12115
  },
11952
12116
  "HierarchyGroupCondition": {
11953
- "shape": "Sue"
12117
+ "shape": "Sux"
11954
12118
  }
11955
12119
  }
11956
12120
  },
11957
- "Suh": {
12121
+ "Sv0": {
11958
12122
  "type": "list",
11959
12123
  "member": {
11960
- "shape": "Sug"
12124
+ "shape": "Suz"
11961
12125
  }
11962
12126
  },
11963
- "Suz": {
12127
+ "Svi": {
11964
12128
  "type": "list",
11965
12129
  "member": {}
11966
12130
  },
11967
- "Sv1": {
12131
+ "Svk": {
11968
12132
  "type": "structure",
11969
12133
  "required": [
11970
12134
  "DisplayName"
@@ -11973,7 +12137,7 @@
11973
12137
  "DisplayName": {}
11974
12138
  }
11975
12139
  },
11976
- "Sv2": {
12140
+ "Svl": {
11977
12141
  "type": "structure",
11978
12142
  "required": [
11979
12143
  "StreamingEndpointArn"
@@ -11982,19 +12146,19 @@
11982
12146
  "StreamingEndpointArn": {}
11983
12147
  }
11984
12148
  },
11985
- "Swj": {
12149
+ "Sx2": {
11986
12150
  "type": "map",
11987
12151
  "key": {},
11988
12152
  "value": {
11989
12153
  "type": "structure",
11990
12154
  "members": {
11991
12155
  "Value": {
11992
- "shape": "Se2"
12156
+ "shape": "Seh"
11993
12157
  }
11994
12158
  }
11995
12159
  }
11996
12160
  },
11997
- "Syv": {
12161
+ "Szf": {
11998
12162
  "type": "structure",
11999
12163
  "required": [
12000
12164
  "Name"