cdk-comprehend-s3olap 2.0.521 → 2.0.523

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 (50) hide show
  1. package/.jsii +31 -5
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/README.md +1 -1
  6. package/node_modules/aws-sdk/apis/application-signals-2024-04-15.min.json +144 -54
  7. package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +28 -6
  8. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +268 -250
  9. package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +677 -635
  10. package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.examples.json +18 -0
  11. package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +65 -11
  12. package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +7 -1
  13. package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +80 -0
  14. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +191 -64
  15. package/node_modules/aws-sdk/apis/logs-2014-03-28.paginators.json +6 -0
  16. package/node_modules/aws-sdk/apis/mediaconnect-2018-11-14.min.json +116 -42
  17. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +349 -341
  18. package/node_modules/aws-sdk/apis/qapps-2023-11-27.examples.json +23 -0
  19. package/node_modules/aws-sdk/apis/qapps-2023-11-27.min.json +60 -21
  20. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +92 -4
  21. package/node_modules/aws-sdk/apis/s3control-2018-08-20.paginators.json +6 -0
  22. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1018 -972
  23. package/node_modules/aws-sdk/apis/timestream-influxdb-2023-01-27.min.json +3 -1
  24. package/node_modules/aws-sdk/clients/applicationsignals.d.ts +136 -22
  25. package/node_modules/aws-sdk/clients/appsync.d.ts +2 -2
  26. package/node_modules/aws-sdk/clients/bedrockagent.d.ts +19 -2
  27. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +184 -5
  28. package/node_modules/aws-sdk/clients/codepipeline.d.ts +8 -8
  29. package/node_modules/aws-sdk/clients/connect.d.ts +39 -3
  30. package/node_modules/aws-sdk/clients/datazone.d.ts +42 -0
  31. package/node_modules/aws-sdk/clients/elbv2.d.ts +59 -2
  32. package/node_modules/aws-sdk/clients/finspace.d.ts +3 -3
  33. package/node_modules/aws-sdk/clients/fis.d.ts +83 -1
  34. package/node_modules/aws-sdk/clients/gamelift.d.ts +27 -27
  35. package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +1 -1
  36. package/node_modules/aws-sdk/clients/mediaconnect.d.ts +49 -0
  37. package/node_modules/aws-sdk/clients/medialive.d.ts +11 -0
  38. package/node_modules/aws-sdk/clients/qapps.d.ts +44 -2
  39. package/node_modules/aws-sdk/clients/s3control.d.ts +110 -31
  40. package/node_modules/aws-sdk/clients/sagemaker.d.ts +64 -4
  41. package/node_modules/aws-sdk/clients/timestreaminfluxdb.d.ts +9 -1
  42. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +5 -5
  43. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +22 -22
  44. package/node_modules/aws-sdk/dist/aws-sdk.js +548 -331
  45. package/node_modules/aws-sdk/dist/aws-sdk.min.js +85 -85
  46. package/node_modules/aws-sdk/lib/core.js +1 -1
  47. package/node_modules/aws-sdk/lib/maintenance_mode_message.js +3 -3
  48. package/node_modules/aws-sdk/lib/region_config_data.json +12 -0
  49. package/node_modules/aws-sdk/package.json +1 -1
  50. package/package.json +6 -6
@@ -2922,6 +2922,24 @@
2922
2922
  "shape": "S2n"
2923
2923
  }
2924
2924
  }
2925
+ },
2926
+ "ReplicationConfiguration": {
2927
+ "type": "structure",
2928
+ "members": {
2929
+ "ReplicationStatusSummaryList": {
2930
+ "type": "list",
2931
+ "member": {
2932
+ "type": "structure",
2933
+ "members": {
2934
+ "Region": {},
2935
+ "ReplicationStatus": {},
2936
+ "ReplicationStatusReason": {}
2937
+ }
2938
+ }
2939
+ },
2940
+ "SourceRegion": {},
2941
+ "GlobalSignInEndpoint": {}
2942
+ }
2925
2943
  }
2926
2944
  }
2927
2945
  }
@@ -2952,7 +2970,7 @@
2952
2970
  "type": "structure",
2953
2971
  "members": {
2954
2972
  "Attribute": {
2955
- "shape": "Sfg"
2973
+ "shape": "Sfn"
2956
2974
  }
2957
2975
  }
2958
2976
  }
@@ -3066,7 +3084,7 @@
3066
3084
  "type": "structure",
3067
3085
  "members": {
3068
3086
  "PredefinedAttribute": {
3069
- "shape": "Sfu"
3087
+ "shape": "Sg1"
3070
3088
  }
3071
3089
  }
3072
3090
  }
@@ -3097,7 +3115,7 @@
3097
3115
  "type": "structure",
3098
3116
  "members": {
3099
3117
  "Prompt": {
3100
- "shape": "Sfx"
3118
+ "shape": "Sg4"
3101
3119
  }
3102
3120
  }
3103
3121
  }
@@ -3128,7 +3146,7 @@
3128
3146
  "type": "structure",
3129
3147
  "members": {
3130
3148
  "Queue": {
3131
- "shape": "Sg0"
3149
+ "shape": "Sg7"
3132
3150
  }
3133
3151
  }
3134
3152
  }
@@ -3159,7 +3177,7 @@
3159
3177
  "type": "structure",
3160
3178
  "members": {
3161
3179
  "QuickConnect": {
3162
- "shape": "Sg4"
3180
+ "shape": "Sgb"
3163
3181
  }
3164
3182
  }
3165
3183
  }
@@ -3190,7 +3208,7 @@
3190
3208
  "type": "structure",
3191
3209
  "members": {
3192
3210
  "RoutingProfile": {
3193
- "shape": "Sg7"
3211
+ "shape": "Sge"
3194
3212
  }
3195
3213
  }
3196
3214
  }
@@ -3440,7 +3458,7 @@
3440
3458
  "type": "structure",
3441
3459
  "members": {
3442
3460
  "HierarchyGroup": {
3443
- "shape": "Sgr"
3461
+ "shape": "Sgy"
3444
3462
  }
3445
3463
  }
3446
3464
  }
@@ -3469,19 +3487,19 @@
3469
3487
  "type": "structure",
3470
3488
  "members": {
3471
3489
  "LevelOne": {
3472
- "shape": "Sgy"
3490
+ "shape": "Sh5"
3473
3491
  },
3474
3492
  "LevelTwo": {
3475
- "shape": "Sgy"
3493
+ "shape": "Sh5"
3476
3494
  },
3477
3495
  "LevelThree": {
3478
- "shape": "Sgy"
3496
+ "shape": "Sh5"
3479
3497
  },
3480
3498
  "LevelFour": {
3481
- "shape": "Sgy"
3499
+ "shape": "Sh5"
3482
3500
  },
3483
3501
  "LevelFive": {
3484
- "shape": "Sgy"
3502
+ "shape": "Sh5"
3485
3503
  }
3486
3504
  }
3487
3505
  }
@@ -4064,15 +4082,15 @@
4064
4082
  "locationName": "InstanceId"
4065
4083
  },
4066
4084
  "Filters": {
4067
- "shape": "Shz"
4085
+ "shape": "Si6"
4068
4086
  },
4069
4087
  "Groupings": {
4070
- "shape": "Si5"
4088
+ "shape": "Sic"
4071
4089
  },
4072
4090
  "CurrentMetrics": {
4073
4091
  "type": "list",
4074
4092
  "member": {
4075
- "shape": "Si8"
4093
+ "shape": "Sif"
4076
4094
  }
4077
4095
  },
4078
4096
  "NextToken": {},
@@ -4101,7 +4119,7 @@
4101
4119
  "type": "structure",
4102
4120
  "members": {
4103
4121
  "Dimensions": {
4104
- "shape": "Sij"
4122
+ "shape": "Siq"
4105
4123
  },
4106
4124
  "Collections": {
4107
4125
  "type": "list",
@@ -4109,7 +4127,7 @@
4109
4127
  "type": "structure",
4110
4128
  "members": {
4111
4129
  "Metric": {
4112
- "shape": "Si8"
4130
+ "shape": "Sif"
4113
4131
  },
4114
4132
  "Value": {
4115
4133
  "type": "double"
@@ -4148,7 +4166,7 @@
4148
4166
  "type": "structure",
4149
4167
  "members": {
4150
4168
  "Queues": {
4151
- "shape": "Si0"
4169
+ "shape": "Si7"
4152
4170
  },
4153
4171
  "ContactFilter": {
4154
4172
  "type": "structure",
@@ -4160,7 +4178,7 @@
4160
4178
  }
4161
4179
  },
4162
4180
  "RoutingProfiles": {
4163
- "shape": "Si2"
4181
+ "shape": "Si9"
4164
4182
  },
4165
4183
  "Agents": {
4166
4184
  "type": "list",
@@ -4195,25 +4213,25 @@
4195
4213
  }
4196
4214
  },
4197
4215
  "RoutingProfile": {
4198
- "shape": "Sil"
4216
+ "shape": "Sis"
4199
4217
  },
4200
4218
  "HierarchyPath": {
4201
4219
  "type": "structure",
4202
4220
  "members": {
4203
4221
  "LevelOne": {
4204
- "shape": "Sj2"
4222
+ "shape": "Sj9"
4205
4223
  },
4206
4224
  "LevelTwo": {
4207
- "shape": "Sj2"
4225
+ "shape": "Sj9"
4208
4226
  },
4209
4227
  "LevelThree": {
4210
- "shape": "Sj2"
4228
+ "shape": "Sj9"
4211
4229
  },
4212
4230
  "LevelFour": {
4213
- "shape": "Sj2"
4231
+ "shape": "Sj9"
4214
4232
  },
4215
4233
  "LevelFive": {
4216
- "shape": "Sj2"
4234
+ "shape": "Sj9"
4217
4235
  }
4218
4236
  }
4219
4237
  },
@@ -4228,13 +4246,13 @@
4228
4246
  }
4229
4247
  },
4230
4248
  "AvailableSlotsByChannel": {
4231
- "shape": "Sj4"
4249
+ "shape": "Sjb"
4232
4250
  },
4233
4251
  "MaxSlotsByChannel": {
4234
- "shape": "Sj4"
4252
+ "shape": "Sjb"
4235
4253
  },
4236
4254
  "ActiveSlotsByChannel": {
4237
- "shape": "Sj4"
4255
+ "shape": "Sjb"
4238
4256
  },
4239
4257
  "Contacts": {
4240
4258
  "type": "list",
@@ -4252,7 +4270,7 @@
4252
4270
  "type": "timestamp"
4253
4271
  },
4254
4272
  "Queue": {
4255
- "shape": "Sik"
4273
+ "shape": "Sir"
4256
4274
  }
4257
4275
  }
4258
4276
  }
@@ -4291,13 +4309,13 @@
4291
4309
  "type": "structure",
4292
4310
  "members": {
4293
4311
  "AccessToken": {
4294
- "shape": "Sjb"
4312
+ "shape": "Sji"
4295
4313
  },
4296
4314
  "AccessTokenExpiration": {
4297
4315
  "type": "timestamp"
4298
4316
  },
4299
4317
  "RefreshToken": {
4300
- "shape": "Sjb"
4318
+ "shape": "Sji"
4301
4319
  },
4302
4320
  "RefreshTokenExpiration": {
4303
4321
  "type": "timestamp"
@@ -4372,15 +4390,15 @@
4372
4390
  "type": "timestamp"
4373
4391
  },
4374
4392
  "Filters": {
4375
- "shape": "Shz"
4393
+ "shape": "Si6"
4376
4394
  },
4377
4395
  "Groupings": {
4378
- "shape": "Si5"
4396
+ "shape": "Sic"
4379
4397
  },
4380
4398
  "HistoricalMetrics": {
4381
4399
  "type": "list",
4382
4400
  "member": {
4383
- "shape": "Sjg"
4401
+ "shape": "Sjn"
4384
4402
  }
4385
4403
  },
4386
4404
  "NextToken": {},
@@ -4399,7 +4417,7 @@
4399
4417
  "type": "structure",
4400
4418
  "members": {
4401
4419
  "Dimensions": {
4402
- "shape": "Sij"
4420
+ "shape": "Siq"
4403
4421
  },
4404
4422
  "Collections": {
4405
4423
  "type": "list",
@@ -4407,7 +4425,7 @@
4407
4425
  "type": "structure",
4408
4426
  "members": {
4409
4427
  "Metric": {
4410
- "shape": "Sjg"
4428
+ "shape": "Sjn"
4411
4429
  },
4412
4430
  "Value": {
4413
4431
  "type": "double"
@@ -4469,7 +4487,7 @@
4469
4487
  "Metrics": {
4470
4488
  "type": "list",
4471
4489
  "member": {
4472
- "shape": "Sk1"
4490
+ "shape": "Sk8"
4473
4491
  }
4474
4492
  },
4475
4493
  "NextToken": {},
@@ -4510,7 +4528,7 @@
4510
4528
  "type": "structure",
4511
4529
  "members": {
4512
4530
  "Metric": {
4513
- "shape": "Sk1"
4531
+ "shape": "Sk8"
4514
4532
  },
4515
4533
  "Value": {
4516
4534
  "type": "double"
@@ -4640,15 +4658,15 @@
4640
4658
  "type": "structure",
4641
4659
  "members": {
4642
4660
  "TelephonyConfig": {
4643
- "shape": "Skq"
4661
+ "shape": "Skx"
4644
4662
  },
4645
4663
  "Id": {},
4646
4664
  "Arn": {},
4647
4665
  "SignInConfig": {
4648
- "shape": "Skv"
4666
+ "shape": "Sl1"
4649
4667
  },
4650
4668
  "AgentConfig": {
4651
- "shape": "Sky"
4669
+ "shape": "Sl4"
4652
4670
  }
4653
4671
  }
4654
4672
  }
@@ -5502,7 +5520,7 @@
5502
5520
  "Attributes": {
5503
5521
  "type": "list",
5504
5522
  "member": {
5505
- "shape": "Sfg"
5523
+ "shape": "Sfn"
5506
5524
  }
5507
5525
  },
5508
5526
  "NextToken": {}
@@ -5754,12 +5772,12 @@
5754
5772
  "locationName": "InstanceId"
5755
5773
  },
5756
5774
  "PhoneNumberTypes": {
5757
- "shape": "Sni",
5775
+ "shape": "Sno",
5758
5776
  "location": "querystring",
5759
5777
  "locationName": "phoneNumberTypes"
5760
5778
  },
5761
5779
  "PhoneNumberCountryCodes": {
5762
- "shape": "Snj",
5780
+ "shape": "Snp",
5763
5781
  "location": "querystring",
5764
5782
  "locationName": "phoneNumberCountryCodes"
5765
5783
  },
@@ -5808,10 +5826,10 @@
5808
5826
  },
5809
5827
  "NextToken": {},
5810
5828
  "PhoneNumberCountryCodes": {
5811
- "shape": "Snj"
5829
+ "shape": "Snp"
5812
5830
  },
5813
5831
  "PhoneNumberTypes": {
5814
- "shape": "Sni"
5832
+ "shape": "Sno"
5815
5833
  },
5816
5834
  "PhoneNumberPrefix": {}
5817
5835
  }
@@ -5970,7 +5988,7 @@
5970
5988
  "members": {
5971
5989
  "NextToken": {},
5972
5990
  "QuickConnectSummaryList": {
5973
- "shape": "So4"
5991
+ "shape": "Soa"
5974
5992
  },
5975
5993
  "LastModifiedTime": {
5976
5994
  "type": "timestamp"
@@ -6070,7 +6088,7 @@
6070
6088
  "type": "structure",
6071
6089
  "members": {
6072
6090
  "QuickConnectSummaryList": {
6073
- "shape": "So4"
6091
+ "shape": "Soa"
6074
6092
  },
6075
6093
  "NextToken": {}
6076
6094
  }
@@ -6140,7 +6158,7 @@
6140
6158
  "Content": {},
6141
6159
  "ContentType": {},
6142
6160
  "Time": {
6143
- "shape": "Sot"
6161
+ "shape": "Soz"
6144
6162
  },
6145
6163
  "Redaction": {
6146
6164
  "type": "structure",
@@ -6148,7 +6166,7 @@
6148
6166
  "CharacterOffsets": {
6149
6167
  "type": "list",
6150
6168
  "member": {
6151
- "shape": "Sox"
6169
+ "shape": "Sp3"
6152
6170
  }
6153
6171
  }
6154
6172
  }
@@ -6186,7 +6204,7 @@
6186
6204
  "members": {
6187
6205
  "Id": {},
6188
6206
  "CharacterOffsets": {
6189
- "shape": "Sox"
6207
+ "shape": "Sp3"
6190
6208
  }
6191
6209
  }
6192
6210
  }
@@ -6224,7 +6242,7 @@
6224
6242
  "Content": {},
6225
6243
  "Id": {},
6226
6244
  "CharacterOffsets": {
6227
- "shape": "Sox"
6245
+ "shape": "Sp3"
6228
6246
  }
6229
6247
  }
6230
6248
  }
@@ -6248,7 +6266,7 @@
6248
6266
  "DisplayName": {},
6249
6267
  "EventType": {},
6250
6268
  "Time": {
6251
- "shape": "Sot"
6269
+ "shape": "Soz"
6252
6270
  }
6253
6271
  }
6254
6272
  },
@@ -6283,7 +6301,7 @@
6283
6301
  }
6284
6302
  },
6285
6303
  "Time": {
6286
- "shape": "Sot"
6304
+ "shape": "Soz"
6287
6305
  }
6288
6306
  }
6289
6307
  },
@@ -6946,7 +6964,7 @@
6946
6964
  "UserHierarchyGroupSummaryList": {
6947
6965
  "type": "list",
6948
6966
  "member": {
6949
- "shape": "Sgu"
6967
+ "shape": "Sh1"
6950
6968
  }
6951
6969
  },
6952
6970
  "NextToken": {}
@@ -7356,12 +7374,12 @@
7356
7374
  "type": "structure",
7357
7375
  "members": {
7358
7376
  "AttributeFilter": {
7359
- "shape": "Ss0"
7377
+ "shape": "Ss6"
7360
7378
  }
7361
7379
  }
7362
7380
  },
7363
7381
  "SearchCriteria": {
7364
- "shape": "Ss5"
7382
+ "shape": "Ssb"
7365
7383
  }
7366
7384
  }
7367
7385
  },
@@ -7440,12 +7458,12 @@
7440
7458
  "type": "structure",
7441
7459
  "members": {
7442
7460
  "TagFilter": {
7443
- "shape": "Ssh"
7461
+ "shape": "Ssn"
7444
7462
  }
7445
7463
  }
7446
7464
  },
7447
7465
  "SearchCriteria": {
7448
- "shape": "Ssj"
7466
+ "shape": "Ssp"
7449
7467
  }
7450
7468
  }
7451
7469
  },
@@ -7484,12 +7502,12 @@
7484
7502
  "type": "structure",
7485
7503
  "members": {
7486
7504
  "TagFilter": {
7487
- "shape": "Ssh"
7505
+ "shape": "Ssn"
7488
7506
  }
7489
7507
  }
7490
7508
  },
7491
7509
  "SearchCriteria": {
7492
- "shape": "Ssp"
7510
+ "shape": "Ssv"
7493
7511
  }
7494
7512
  }
7495
7513
  },
@@ -7549,19 +7567,19 @@
7549
7567
  "type": "structure",
7550
7568
  "members": {
7551
7569
  "L1Ids": {
7552
- "shape": "Ssz"
7570
+ "shape": "St5"
7553
7571
  },
7554
7572
  "L2Ids": {
7555
- "shape": "Ssz"
7573
+ "shape": "St5"
7556
7574
  },
7557
7575
  "L3Ids": {
7558
- "shape": "Ssz"
7576
+ "shape": "St5"
7559
7577
  },
7560
7578
  "L4Ids": {
7561
- "shape": "Ssz"
7579
+ "shape": "St5"
7562
7580
  },
7563
7581
  "L5Ids": {
7564
- "shape": "Ssz"
7582
+ "shape": "St5"
7565
7583
  }
7566
7584
  }
7567
7585
  },
@@ -7737,12 +7755,12 @@
7737
7755
  "type": "structure",
7738
7756
  "members": {
7739
7757
  "TagFilter": {
7740
- "shape": "Ssh"
7758
+ "shape": "Ssn"
7741
7759
  }
7742
7760
  }
7743
7761
  },
7744
7762
  "SearchCriteria": {
7745
- "shape": "Stq"
7763
+ "shape": "Stw"
7746
7764
  }
7747
7765
  }
7748
7766
  },
@@ -7778,7 +7796,7 @@
7778
7796
  "type": "integer"
7779
7797
  },
7780
7798
  "SearchCriteria": {
7781
- "shape": "Stv"
7799
+ "shape": "Su1"
7782
7800
  }
7783
7801
  }
7784
7802
  },
@@ -7788,7 +7806,7 @@
7788
7806
  "PredefinedAttributes": {
7789
7807
  "type": "list",
7790
7808
  "member": {
7791
- "shape": "Sfu"
7809
+ "shape": "Sg1"
7792
7810
  }
7793
7811
  },
7794
7812
  "NextToken": {},
@@ -7817,12 +7835,12 @@
7817
7835
  "type": "structure",
7818
7836
  "members": {
7819
7837
  "TagFilter": {
7820
- "shape": "Ssh"
7838
+ "shape": "Ssn"
7821
7839
  }
7822
7840
  }
7823
7841
  },
7824
7842
  "SearchCriteria": {
7825
- "shape": "Su1"
7843
+ "shape": "Su7"
7826
7844
  }
7827
7845
  }
7828
7846
  },
@@ -7832,7 +7850,7 @@
7832
7850
  "Prompts": {
7833
7851
  "type": "list",
7834
7852
  "member": {
7835
- "shape": "Sfx"
7853
+ "shape": "Sg4"
7836
7854
  }
7837
7855
  },
7838
7856
  "NextToken": {},
@@ -7861,12 +7879,12 @@
7861
7879
  "type": "structure",
7862
7880
  "members": {
7863
7881
  "TagFilter": {
7864
- "shape": "Ssh"
7882
+ "shape": "Ssn"
7865
7883
  }
7866
7884
  }
7867
7885
  },
7868
7886
  "SearchCriteria": {
7869
- "shape": "Su8"
7887
+ "shape": "Sue"
7870
7888
  }
7871
7889
  }
7872
7890
  },
@@ -7876,7 +7894,7 @@
7876
7894
  "Queues": {
7877
7895
  "type": "list",
7878
7896
  "member": {
7879
- "shape": "Sg0"
7897
+ "shape": "Sg7"
7880
7898
  }
7881
7899
  },
7882
7900
  "NextToken": {},
@@ -7905,12 +7923,12 @@
7905
7923
  "type": "structure",
7906
7924
  "members": {
7907
7925
  "TagFilter": {
7908
- "shape": "Ssh"
7926
+ "shape": "Ssn"
7909
7927
  }
7910
7928
  }
7911
7929
  },
7912
7930
  "SearchCriteria": {
7913
- "shape": "Suf"
7931
+ "shape": "Sul"
7914
7932
  }
7915
7933
  }
7916
7934
  },
@@ -7920,7 +7938,7 @@
7920
7938
  "QuickConnects": {
7921
7939
  "type": "list",
7922
7940
  "member": {
7923
- "shape": "Sg4"
7941
+ "shape": "Sgb"
7924
7942
  }
7925
7943
  },
7926
7944
  "NextToken": {},
@@ -8001,12 +8019,12 @@
8001
8019
  "type": "structure",
8002
8020
  "members": {
8003
8021
  "TagFilter": {
8004
- "shape": "Ssh"
8022
+ "shape": "Ssn"
8005
8023
  }
8006
8024
  }
8007
8025
  },
8008
8026
  "SearchCriteria": {
8009
- "shape": "Suu"
8027
+ "shape": "Sv0"
8010
8028
  }
8011
8029
  }
8012
8030
  },
@@ -8016,7 +8034,7 @@
8016
8034
  "RoutingProfiles": {
8017
8035
  "type": "list",
8018
8036
  "member": {
8019
- "shape": "Sg7"
8037
+ "shape": "Sge"
8020
8038
  }
8021
8039
  },
8022
8040
  "NextToken": {},
@@ -8042,13 +8060,13 @@
8042
8060
  "type": "integer"
8043
8061
  },
8044
8062
  "SearchCriteria": {
8045
- "shape": "Suz"
8063
+ "shape": "Sv5"
8046
8064
  },
8047
8065
  "SearchFilter": {
8048
8066
  "type": "structure",
8049
8067
  "members": {
8050
8068
  "TagFilter": {
8051
- "shape": "Ssh"
8069
+ "shape": "Ssn"
8052
8070
  }
8053
8071
  }
8054
8072
  }
@@ -8099,12 +8117,12 @@
8099
8117
  "type": "structure",
8100
8118
  "members": {
8101
8119
  "AttributeFilter": {
8102
- "shape": "Ss0"
8120
+ "shape": "Ss6"
8103
8121
  }
8104
8122
  }
8105
8123
  },
8106
8124
  "SearchCriteria": {
8107
- "shape": "Sv7"
8125
+ "shape": "Svd"
8108
8126
  }
8109
8127
  }
8110
8128
  },
@@ -8114,7 +8132,7 @@
8114
8132
  "UserHierarchyGroups": {
8115
8133
  "type": "list",
8116
8134
  "member": {
8117
- "shape": "Sgr"
8135
+ "shape": "Sgy"
8118
8136
  }
8119
8137
  },
8120
8138
  "NextToken": {},
@@ -8143,7 +8161,7 @@
8143
8161
  "type": "structure",
8144
8162
  "members": {
8145
8163
  "TagFilter": {
8146
- "shape": "Ssh"
8164
+ "shape": "Ssn"
8147
8165
  },
8148
8166
  "UserAttributeFilter": {
8149
8167
  "type": "structure",
@@ -8151,24 +8169,24 @@
8151
8169
  "OrConditions": {
8152
8170
  "type": "list",
8153
8171
  "member": {
8154
- "shape": "Svf"
8172
+ "shape": "Svl"
8155
8173
  }
8156
8174
  },
8157
8175
  "AndCondition": {
8158
- "shape": "Svf"
8176
+ "shape": "Svl"
8159
8177
  },
8160
8178
  "TagCondition": {
8161
- "shape": "Ss4"
8179
+ "shape": "Ssa"
8162
8180
  },
8163
8181
  "HierarchyGroupCondition": {
8164
- "shape": "Svg"
8182
+ "shape": "Svm"
8165
8183
  }
8166
8184
  }
8167
8185
  }
8168
8186
  }
8169
8187
  },
8170
8188
  "SearchCriteria": {
8171
- "shape": "Svi"
8189
+ "shape": "Svo"
8172
8190
  }
8173
8191
  }
8174
8192
  },
@@ -8301,16 +8319,16 @@
8301
8319
  "type": "structure",
8302
8320
  "members": {
8303
8321
  "SupportedMessagingContentTypes": {
8304
- "shape": "Sw8"
8322
+ "shape": "Swe"
8305
8323
  },
8306
8324
  "ParticipantDetails": {
8307
- "shape": "Swa"
8325
+ "shape": "Swg"
8308
8326
  },
8309
8327
  "Attributes": {
8310
8328
  "shape": "S38"
8311
8329
  },
8312
8330
  "StreamingConfiguration": {
8313
- "shape": "Swb"
8331
+ "shape": "Swh"
8314
8332
  }
8315
8333
  }
8316
8334
  }
@@ -8412,7 +8430,7 @@
8412
8430
  "shape": "S38"
8413
8431
  },
8414
8432
  "ParticipantDetails": {
8415
- "shape": "Swa"
8433
+ "shape": "Swg"
8416
8434
  },
8417
8435
  "InitialMessage": {
8418
8436
  "type": "structure",
@@ -8432,7 +8450,7 @@
8432
8450
  "type": "integer"
8433
8451
  },
8434
8452
  "SupportedMessagingContentTypes": {
8435
- "shape": "Sw8"
8453
+ "shape": "Swe"
8436
8454
  },
8437
8455
  "PersistentChat": {
8438
8456
  "type": "structure",
@@ -8539,7 +8557,7 @@
8539
8557
  "InstanceId": {},
8540
8558
  "ContactId": {},
8541
8559
  "ChatStreamingConfiguration": {
8542
- "shape": "Swb"
8560
+ "shape": "Swh"
8543
8561
  },
8544
8562
  "ClientToken": {
8545
8563
  "idempotencyToken": true
@@ -8690,7 +8708,7 @@
8690
8708
  }
8691
8709
  },
8692
8710
  "ParticipantDetails": {
8693
- "shape": "Swa"
8711
+ "shape": "Swg"
8694
8712
  },
8695
8713
  "RelatedContactId": {},
8696
8714
  "References": {
@@ -8843,7 +8861,7 @@
8843
8861
  "locationName": "EvaluationId"
8844
8862
  },
8845
8863
  "Answers": {
8846
- "shape": "Sxs"
8864
+ "shape": "Sxy"
8847
8865
  },
8848
8866
  "Notes": {
8849
8867
  "shape": "Sek"
@@ -9163,7 +9181,7 @@
9163
9181
  "locationName": "EvaluationId"
9164
9182
  },
9165
9183
  "Answers": {
9166
- "shape": "Sxs"
9184
+ "shape": "Sxy"
9167
9185
  },
9168
9186
  "Notes": {
9169
9187
  "shape": "Sek"
@@ -10169,13 +10187,13 @@
10169
10187
  "locationName": "Id"
10170
10188
  },
10171
10189
  "TelephonyConfig": {
10172
- "shape": "Skq"
10190
+ "shape": "Skx"
10173
10191
  },
10174
10192
  "SignInConfig": {
10175
- "shape": "Skv"
10193
+ "shape": "Sl1"
10176
10194
  },
10177
10195
  "AgentConfig": {
10178
- "shape": "Sky"
10196
+ "shape": "Sl4"
10179
10197
  }
10180
10198
  }
10181
10199
  },
@@ -10246,19 +10264,19 @@
10246
10264
  "type": "structure",
10247
10265
  "members": {
10248
10266
  "LevelOne": {
10249
- "shape": "S109"
10267
+ "shape": "S10f"
10250
10268
  },
10251
10269
  "LevelTwo": {
10252
- "shape": "S109"
10270
+ "shape": "S10f"
10253
10271
  },
10254
10272
  "LevelThree": {
10255
- "shape": "S109"
10273
+ "shape": "S10f"
10256
10274
  },
10257
10275
  "LevelFour": {
10258
- "shape": "S109"
10276
+ "shape": "S10f"
10259
10277
  },
10260
10278
  "LevelFive": {
10261
- "shape": "S109"
10279
+ "shape": "S10f"
10262
10280
  }
10263
10281
  }
10264
10282
  },
@@ -11567,14 +11585,14 @@
11567
11585
  "LastModifiedRegion": {}
11568
11586
  }
11569
11587
  },
11570
- "Sfg": {
11588
+ "Sfn": {
11571
11589
  "type": "structure",
11572
11590
  "members": {
11573
11591
  "AttributeType": {},
11574
11592
  "Value": {}
11575
11593
  }
11576
11594
  },
11577
- "Sfu": {
11595
+ "Sg1": {
11578
11596
  "type": "structure",
11579
11597
  "members": {
11580
11598
  "Name": {},
@@ -11587,7 +11605,7 @@
11587
11605
  "LastModifiedRegion": {}
11588
11606
  }
11589
11607
  },
11590
- "Sfx": {
11608
+ "Sg4": {
11591
11609
  "type": "structure",
11592
11610
  "members": {
11593
11611
  "PromptARN": {},
@@ -11603,7 +11621,7 @@
11603
11621
  "LastModifiedRegion": {}
11604
11622
  }
11605
11623
  },
11606
- "Sg0": {
11624
+ "Sg7": {
11607
11625
  "type": "structure",
11608
11626
  "members": {
11609
11627
  "Name": {},
@@ -11627,7 +11645,7 @@
11627
11645
  "LastModifiedRegion": {}
11628
11646
  }
11629
11647
  },
11630
- "Sg4": {
11648
+ "Sgb": {
11631
11649
  "type": "structure",
11632
11650
  "members": {
11633
11651
  "QuickConnectARN": {},
@@ -11646,7 +11664,7 @@
11646
11664
  "LastModifiedRegion": {}
11647
11665
  }
11648
11666
  },
11649
- "Sg7": {
11667
+ "Sge": {
11650
11668
  "type": "structure",
11651
11669
  "members": {
11652
11670
  "InstanceId": {},
@@ -11681,7 +11699,7 @@
11681
11699
  }
11682
11700
  }
11683
11701
  },
11684
- "Sgr": {
11702
+ "Sgy": {
11685
11703
  "type": "structure",
11686
11704
  "members": {
11687
11705
  "Id": {},
@@ -11692,19 +11710,19 @@
11692
11710
  "type": "structure",
11693
11711
  "members": {
11694
11712
  "LevelOne": {
11695
- "shape": "Sgu"
11713
+ "shape": "Sh1"
11696
11714
  },
11697
11715
  "LevelTwo": {
11698
- "shape": "Sgu"
11716
+ "shape": "Sh1"
11699
11717
  },
11700
11718
  "LevelThree": {
11701
- "shape": "Sgu"
11719
+ "shape": "Sh1"
11702
11720
  },
11703
11721
  "LevelFour": {
11704
- "shape": "Sgu"
11722
+ "shape": "Sh1"
11705
11723
  },
11706
11724
  "LevelFive": {
11707
- "shape": "Sgu"
11725
+ "shape": "Sh1"
11708
11726
  }
11709
11727
  }
11710
11728
  },
@@ -11717,7 +11735,7 @@
11717
11735
  "LastModifiedRegion": {}
11718
11736
  }
11719
11737
  },
11720
- "Sgu": {
11738
+ "Sh1": {
11721
11739
  "type": "structure",
11722
11740
  "members": {
11723
11741
  "Id": {},
@@ -11729,7 +11747,7 @@
11729
11747
  "LastModifiedRegion": {}
11730
11748
  }
11731
11749
  },
11732
- "Sgy": {
11750
+ "Sh5": {
11733
11751
  "type": "structure",
11734
11752
  "members": {
11735
11753
  "Id": {},
@@ -11741,18 +11759,18 @@
11741
11759
  "LastModifiedRegion": {}
11742
11760
  }
11743
11761
  },
11744
- "Shz": {
11762
+ "Si6": {
11745
11763
  "type": "structure",
11746
11764
  "members": {
11747
11765
  "Queues": {
11748
- "shape": "Si0"
11766
+ "shape": "Si7"
11749
11767
  },
11750
11768
  "Channels": {
11751
11769
  "type": "list",
11752
11770
  "member": {}
11753
11771
  },
11754
11772
  "RoutingProfiles": {
11755
- "shape": "Si2"
11773
+ "shape": "Si9"
11756
11774
  },
11757
11775
  "RoutingStepExpressions": {
11758
11776
  "type": "list",
@@ -11760,71 +11778,71 @@
11760
11778
  }
11761
11779
  }
11762
11780
  },
11763
- "Si0": {
11781
+ "Si7": {
11764
11782
  "type": "list",
11765
11783
  "member": {}
11766
11784
  },
11767
- "Si2": {
11785
+ "Si9": {
11768
11786
  "type": "list",
11769
11787
  "member": {}
11770
11788
  },
11771
- "Si5": {
11789
+ "Sic": {
11772
11790
  "type": "list",
11773
11791
  "member": {}
11774
11792
  },
11775
- "Si8": {
11793
+ "Sif": {
11776
11794
  "type": "structure",
11777
11795
  "members": {
11778
11796
  "Name": {},
11779
11797
  "Unit": {}
11780
11798
  }
11781
11799
  },
11782
- "Sij": {
11800
+ "Siq": {
11783
11801
  "type": "structure",
11784
11802
  "members": {
11785
11803
  "Queue": {
11786
- "shape": "Sik"
11804
+ "shape": "Sir"
11787
11805
  },
11788
11806
  "Channel": {},
11789
11807
  "RoutingProfile": {
11790
- "shape": "Sil"
11808
+ "shape": "Sis"
11791
11809
  },
11792
11810
  "RoutingStepExpression": {}
11793
11811
  }
11794
11812
  },
11795
- "Sik": {
11813
+ "Sir": {
11796
11814
  "type": "structure",
11797
11815
  "members": {
11798
11816
  "Id": {},
11799
11817
  "Arn": {}
11800
11818
  }
11801
11819
  },
11802
- "Sil": {
11820
+ "Sis": {
11803
11821
  "type": "structure",
11804
11822
  "members": {
11805
11823
  "Id": {},
11806
11824
  "Arn": {}
11807
11825
  }
11808
11826
  },
11809
- "Sj2": {
11827
+ "Sj9": {
11810
11828
  "type": "structure",
11811
11829
  "members": {
11812
11830
  "Id": {},
11813
11831
  "Arn": {}
11814
11832
  }
11815
11833
  },
11816
- "Sj4": {
11834
+ "Sjb": {
11817
11835
  "type": "map",
11818
11836
  "key": {},
11819
11837
  "value": {
11820
11838
  "type": "integer"
11821
11839
  }
11822
11840
  },
11823
- "Sjb": {
11841
+ "Sji": {
11824
11842
  "type": "string",
11825
11843
  "sensitive": true
11826
11844
  },
11827
- "Sjg": {
11845
+ "Sjn": {
11828
11846
  "type": "structure",
11829
11847
  "members": {
11830
11848
  "Name": {},
@@ -11841,7 +11859,7 @@
11841
11859
  "Unit": {}
11842
11860
  }
11843
11861
  },
11844
- "Sk1": {
11862
+ "Sk8": {
11845
11863
  "type": "structure",
11846
11864
  "members": {
11847
11865
  "Name": {},
@@ -11875,18 +11893,18 @@
11875
11893
  }
11876
11894
  }
11877
11895
  },
11878
- "Skq": {
11896
+ "Skx": {
11879
11897
  "type": "structure",
11880
11898
  "required": [
11881
11899
  "Distributions"
11882
11900
  ],
11883
11901
  "members": {
11884
11902
  "Distributions": {
11885
- "shape": "Skr"
11903
+ "shape": "Sky"
11886
11904
  }
11887
11905
  }
11888
11906
  },
11889
- "Skr": {
11907
+ "Sky": {
11890
11908
  "type": "list",
11891
11909
  "member": {
11892
11910
  "type": "structure",
@@ -11902,7 +11920,7 @@
11902
11920
  }
11903
11921
  }
11904
11922
  },
11905
- "Skv": {
11923
+ "Sl1": {
11906
11924
  "type": "structure",
11907
11925
  "required": [
11908
11926
  "Distributions"
@@ -11926,26 +11944,26 @@
11926
11944
  }
11927
11945
  }
11928
11946
  },
11929
- "Sky": {
11947
+ "Sl4": {
11930
11948
  "type": "structure",
11931
11949
  "required": [
11932
11950
  "Distributions"
11933
11951
  ],
11934
11952
  "members": {
11935
11953
  "Distributions": {
11936
- "shape": "Skr"
11954
+ "shape": "Sky"
11937
11955
  }
11938
11956
  }
11939
11957
  },
11940
- "Sni": {
11958
+ "Sno": {
11941
11959
  "type": "list",
11942
11960
  "member": {}
11943
11961
  },
11944
- "Snj": {
11962
+ "Snp": {
11945
11963
  "type": "list",
11946
11964
  "member": {}
11947
11965
  },
11948
- "So4": {
11966
+ "Soa": {
11949
11967
  "type": "list",
11950
11968
  "member": {
11951
11969
  "type": "structure",
@@ -11961,7 +11979,7 @@
11961
11979
  }
11962
11980
  }
11963
11981
  },
11964
- "Sot": {
11982
+ "Soz": {
11965
11983
  "type": "structure",
11966
11984
  "members": {
11967
11985
  "AbsoluteTime": {
@@ -11971,7 +11989,7 @@
11971
11989
  },
11972
11990
  "union": true
11973
11991
  },
11974
- "Sox": {
11992
+ "Sp3": {
11975
11993
  "type": "structure",
11976
11994
  "required": [
11977
11995
  "BeginOffsetChar",
@@ -11986,65 +12004,65 @@
11986
12004
  }
11987
12005
  }
11988
12006
  },
11989
- "Ss0": {
12007
+ "Ss6": {
11990
12008
  "type": "structure",
11991
12009
  "members": {
11992
12010
  "OrConditions": {
11993
12011
  "type": "list",
11994
12012
  "member": {
11995
- "shape": "Ss2"
12013
+ "shape": "Ss8"
11996
12014
  }
11997
12015
  },
11998
12016
  "AndCondition": {
11999
- "shape": "Ss2"
12017
+ "shape": "Ss8"
12000
12018
  },
12001
12019
  "TagCondition": {
12002
- "shape": "Ss4"
12020
+ "shape": "Ssa"
12003
12021
  }
12004
12022
  }
12005
12023
  },
12006
- "Ss2": {
12024
+ "Ss8": {
12007
12025
  "type": "structure",
12008
12026
  "members": {
12009
12027
  "TagConditions": {
12010
- "shape": "Ss3"
12028
+ "shape": "Ss9"
12011
12029
  }
12012
12030
  }
12013
12031
  },
12014
- "Ss3": {
12032
+ "Ss9": {
12015
12033
  "type": "list",
12016
12034
  "member": {
12017
- "shape": "Ss4"
12035
+ "shape": "Ssa"
12018
12036
  }
12019
12037
  },
12020
- "Ss4": {
12038
+ "Ssa": {
12021
12039
  "type": "structure",
12022
12040
  "members": {
12023
12041
  "TagKey": {},
12024
12042
  "TagValue": {}
12025
12043
  }
12026
12044
  },
12027
- "Ss5": {
12045
+ "Ssb": {
12028
12046
  "type": "structure",
12029
12047
  "members": {
12030
12048
  "OrConditions": {
12031
- "shape": "Ss6"
12049
+ "shape": "Ssc"
12032
12050
  },
12033
12051
  "AndConditions": {
12034
- "shape": "Ss6"
12052
+ "shape": "Ssc"
12035
12053
  },
12036
12054
  "StringCondition": {
12037
- "shape": "Ss7"
12055
+ "shape": "Ssd"
12038
12056
  }
12039
12057
  }
12040
12058
  },
12041
- "Ss6": {
12059
+ "Ssc": {
12042
12060
  "type": "list",
12043
12061
  "member": {
12044
- "shape": "Ss5"
12062
+ "shape": "Ssb"
12045
12063
  }
12046
12064
  },
12047
- "Ss7": {
12065
+ "Ssd": {
12048
12066
  "type": "structure",
12049
12067
  "members": {
12050
12068
  "FieldName": {},
@@ -12052,260 +12070,260 @@
12052
12070
  "ComparisonType": {}
12053
12071
  }
12054
12072
  },
12055
- "Ssh": {
12073
+ "Ssn": {
12056
12074
  "type": "structure",
12057
12075
  "members": {
12058
12076
  "OrConditions": {
12059
12077
  "type": "list",
12060
12078
  "member": {
12061
- "shape": "Ss3"
12079
+ "shape": "Ss9"
12062
12080
  }
12063
12081
  },
12064
12082
  "AndConditions": {
12065
- "shape": "Ss3"
12083
+ "shape": "Ss9"
12066
12084
  },
12067
12085
  "TagCondition": {
12068
- "shape": "Ss4"
12086
+ "shape": "Ssa"
12069
12087
  }
12070
12088
  }
12071
12089
  },
12072
- "Ssj": {
12090
+ "Ssp": {
12073
12091
  "type": "structure",
12074
12092
  "members": {
12075
12093
  "OrConditions": {
12076
- "shape": "Ssk"
12094
+ "shape": "Ssq"
12077
12095
  },
12078
12096
  "AndConditions": {
12079
- "shape": "Ssk"
12097
+ "shape": "Ssq"
12080
12098
  },
12081
12099
  "StringCondition": {
12082
- "shape": "Ss7"
12100
+ "shape": "Ssd"
12083
12101
  }
12084
12102
  }
12085
12103
  },
12086
- "Ssk": {
12104
+ "Ssq": {
12087
12105
  "type": "list",
12088
12106
  "member": {
12089
- "shape": "Ssj"
12107
+ "shape": "Ssp"
12090
12108
  }
12091
12109
  },
12092
- "Ssp": {
12110
+ "Ssv": {
12093
12111
  "type": "structure",
12094
12112
  "members": {
12095
12113
  "OrConditions": {
12096
- "shape": "Ssq"
12114
+ "shape": "Ssw"
12097
12115
  },
12098
12116
  "AndConditions": {
12099
- "shape": "Ssq"
12117
+ "shape": "Ssw"
12100
12118
  },
12101
12119
  "StringCondition": {
12102
- "shape": "Ss7"
12120
+ "shape": "Ssd"
12103
12121
  },
12104
12122
  "TypeCondition": {},
12105
12123
  "StateCondition": {},
12106
12124
  "StatusCondition": {}
12107
12125
  }
12108
12126
  },
12109
- "Ssq": {
12127
+ "Ssw": {
12110
12128
  "type": "list",
12111
12129
  "member": {
12112
- "shape": "Ssp"
12130
+ "shape": "Ssv"
12113
12131
  }
12114
12132
  },
12115
- "Ssz": {
12133
+ "St5": {
12116
12134
  "type": "list",
12117
12135
  "member": {}
12118
12136
  },
12119
- "Stq": {
12137
+ "Stw": {
12120
12138
  "type": "structure",
12121
12139
  "members": {
12122
12140
  "OrConditions": {
12123
- "shape": "Str"
12141
+ "shape": "Stx"
12124
12142
  },
12125
12143
  "AndConditions": {
12126
- "shape": "Str"
12144
+ "shape": "Stx"
12127
12145
  },
12128
12146
  "StringCondition": {
12129
- "shape": "Ss7"
12147
+ "shape": "Ssd"
12130
12148
  }
12131
12149
  }
12132
12150
  },
12133
- "Str": {
12151
+ "Stx": {
12134
12152
  "type": "list",
12135
12153
  "member": {
12136
- "shape": "Stq"
12154
+ "shape": "Stw"
12137
12155
  }
12138
12156
  },
12139
- "Stv": {
12157
+ "Su1": {
12140
12158
  "type": "structure",
12141
12159
  "members": {
12142
12160
  "OrConditions": {
12143
- "shape": "Stw"
12161
+ "shape": "Su2"
12144
12162
  },
12145
12163
  "AndConditions": {
12146
- "shape": "Stw"
12164
+ "shape": "Su2"
12147
12165
  },
12148
12166
  "StringCondition": {
12149
- "shape": "Ss7"
12167
+ "shape": "Ssd"
12150
12168
  }
12151
12169
  }
12152
12170
  },
12153
- "Stw": {
12171
+ "Su2": {
12154
12172
  "type": "list",
12155
12173
  "member": {
12156
- "shape": "Stv"
12174
+ "shape": "Su1"
12157
12175
  }
12158
12176
  },
12159
- "Su1": {
12177
+ "Su7": {
12160
12178
  "type": "structure",
12161
12179
  "members": {
12162
12180
  "OrConditions": {
12163
- "shape": "Su2"
12181
+ "shape": "Su8"
12164
12182
  },
12165
12183
  "AndConditions": {
12166
- "shape": "Su2"
12184
+ "shape": "Su8"
12167
12185
  },
12168
12186
  "StringCondition": {
12169
- "shape": "Ss7"
12187
+ "shape": "Ssd"
12170
12188
  }
12171
12189
  }
12172
12190
  },
12173
- "Su2": {
12191
+ "Su8": {
12174
12192
  "type": "list",
12175
12193
  "member": {
12176
- "shape": "Su1"
12194
+ "shape": "Su7"
12177
12195
  }
12178
12196
  },
12179
- "Su8": {
12197
+ "Sue": {
12180
12198
  "type": "structure",
12181
12199
  "members": {
12182
12200
  "OrConditions": {
12183
- "shape": "Su9"
12201
+ "shape": "Suf"
12184
12202
  },
12185
12203
  "AndConditions": {
12186
- "shape": "Su9"
12204
+ "shape": "Suf"
12187
12205
  },
12188
12206
  "StringCondition": {
12189
- "shape": "Ss7"
12207
+ "shape": "Ssd"
12190
12208
  },
12191
12209
  "QueueTypeCondition": {}
12192
12210
  }
12193
12211
  },
12194
- "Su9": {
12212
+ "Suf": {
12195
12213
  "type": "list",
12196
12214
  "member": {
12197
- "shape": "Su8"
12215
+ "shape": "Sue"
12198
12216
  }
12199
12217
  },
12200
- "Suf": {
12218
+ "Sul": {
12201
12219
  "type": "structure",
12202
12220
  "members": {
12203
12221
  "OrConditions": {
12204
- "shape": "Sug"
12222
+ "shape": "Sum"
12205
12223
  },
12206
12224
  "AndConditions": {
12207
- "shape": "Sug"
12225
+ "shape": "Sum"
12208
12226
  },
12209
12227
  "StringCondition": {
12210
- "shape": "Ss7"
12228
+ "shape": "Ssd"
12211
12229
  }
12212
12230
  }
12213
12231
  },
12214
- "Sug": {
12232
+ "Sum": {
12215
12233
  "type": "list",
12216
12234
  "member": {
12217
- "shape": "Suf"
12235
+ "shape": "Sul"
12218
12236
  }
12219
12237
  },
12220
- "Suu": {
12238
+ "Sv0": {
12221
12239
  "type": "structure",
12222
12240
  "members": {
12223
12241
  "OrConditions": {
12224
- "shape": "Suv"
12242
+ "shape": "Sv1"
12225
12243
  },
12226
12244
  "AndConditions": {
12227
- "shape": "Suv"
12245
+ "shape": "Sv1"
12228
12246
  },
12229
12247
  "StringCondition": {
12230
- "shape": "Ss7"
12248
+ "shape": "Ssd"
12231
12249
  }
12232
12250
  }
12233
12251
  },
12234
- "Suv": {
12252
+ "Sv1": {
12235
12253
  "type": "list",
12236
12254
  "member": {
12237
- "shape": "Suu"
12255
+ "shape": "Sv0"
12238
12256
  }
12239
12257
  },
12240
- "Suz": {
12258
+ "Sv5": {
12241
12259
  "type": "structure",
12242
12260
  "members": {
12243
12261
  "OrConditions": {
12244
- "shape": "Sv0"
12262
+ "shape": "Sv6"
12245
12263
  },
12246
12264
  "AndConditions": {
12247
- "shape": "Sv0"
12265
+ "shape": "Sv6"
12248
12266
  },
12249
12267
  "StringCondition": {
12250
- "shape": "Ss7"
12268
+ "shape": "Ssd"
12251
12269
  }
12252
12270
  }
12253
12271
  },
12254
- "Sv0": {
12272
+ "Sv6": {
12255
12273
  "type": "list",
12256
12274
  "member": {
12257
- "shape": "Suz"
12275
+ "shape": "Sv5"
12258
12276
  }
12259
12277
  },
12260
- "Sv7": {
12278
+ "Svd": {
12261
12279
  "type": "structure",
12262
12280
  "members": {
12263
12281
  "OrConditions": {
12264
- "shape": "Sv8"
12282
+ "shape": "Sve"
12265
12283
  },
12266
12284
  "AndConditions": {
12267
- "shape": "Sv8"
12285
+ "shape": "Sve"
12268
12286
  },
12269
12287
  "StringCondition": {
12270
- "shape": "Ss7"
12288
+ "shape": "Ssd"
12271
12289
  }
12272
12290
  }
12273
12291
  },
12274
- "Sv8": {
12292
+ "Sve": {
12275
12293
  "type": "list",
12276
12294
  "member": {
12277
- "shape": "Sv7"
12295
+ "shape": "Svd"
12278
12296
  }
12279
12297
  },
12280
- "Svf": {
12298
+ "Svl": {
12281
12299
  "type": "structure",
12282
12300
  "members": {
12283
12301
  "TagConditions": {
12284
- "shape": "Ss3"
12302
+ "shape": "Ss9"
12285
12303
  },
12286
12304
  "HierarchyGroupCondition": {
12287
- "shape": "Svg"
12305
+ "shape": "Svm"
12288
12306
  }
12289
12307
  }
12290
12308
  },
12291
- "Svg": {
12309
+ "Svm": {
12292
12310
  "type": "structure",
12293
12311
  "members": {
12294
12312
  "Value": {},
12295
12313
  "HierarchyGroupMatchType": {}
12296
12314
  }
12297
12315
  },
12298
- "Svi": {
12316
+ "Svo": {
12299
12317
  "type": "structure",
12300
12318
  "members": {
12301
12319
  "OrConditions": {
12302
- "shape": "Svj"
12320
+ "shape": "Svp"
12303
12321
  },
12304
12322
  "AndConditions": {
12305
- "shape": "Svj"
12323
+ "shape": "Svp"
12306
12324
  },
12307
12325
  "StringCondition": {
12308
- "shape": "Ss7"
12326
+ "shape": "Ssd"
12309
12327
  },
12310
12328
  "ListCondition": {
12311
12329
  "type": "structure",
@@ -12317,7 +12335,7 @@
12317
12335
  "type": "structure",
12318
12336
  "members": {
12319
12337
  "StringCondition": {
12320
- "shape": "Ss7"
12338
+ "shape": "Ssd"
12321
12339
  },
12322
12340
  "NumberCondition": {
12323
12341
  "type": "structure",
@@ -12338,21 +12356,21 @@
12338
12356
  }
12339
12357
  },
12340
12358
  "HierarchyGroupCondition": {
12341
- "shape": "Svg"
12359
+ "shape": "Svm"
12342
12360
  }
12343
12361
  }
12344
12362
  },
12345
- "Svj": {
12363
+ "Svp": {
12346
12364
  "type": "list",
12347
12365
  "member": {
12348
- "shape": "Svi"
12366
+ "shape": "Svo"
12349
12367
  }
12350
12368
  },
12351
- "Sw8": {
12369
+ "Swe": {
12352
12370
  "type": "list",
12353
12371
  "member": {}
12354
12372
  },
12355
- "Swa": {
12373
+ "Swg": {
12356
12374
  "type": "structure",
12357
12375
  "required": [
12358
12376
  "DisplayName"
@@ -12361,7 +12379,7 @@
12361
12379
  "DisplayName": {}
12362
12380
  }
12363
12381
  },
12364
- "Swb": {
12382
+ "Swh": {
12365
12383
  "type": "structure",
12366
12384
  "required": [
12367
12385
  "StreamingEndpointArn"
@@ -12370,7 +12388,7 @@
12370
12388
  "StreamingEndpointArn": {}
12371
12389
  }
12372
12390
  },
12373
- "Sxs": {
12391
+ "Sxy": {
12374
12392
  "type": "map",
12375
12393
  "key": {},
12376
12394
  "value": {
@@ -12382,7 +12400,7 @@
12382
12400
  }
12383
12401
  }
12384
12402
  },
12385
- "S109": {
12403
+ "S10f": {
12386
12404
  "type": "structure",
12387
12405
  "required": [
12388
12406
  "Name"