aws-sdk 2.1659.0 → 2.1661.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/README.md +1 -1
  2. package/apis/acm-pca-2017-08-22.waiters2.json +74 -62
  3. package/apis/connect-2017-08-08.min.json +364 -175
  4. package/apis/connect-2017-08-08.paginators.json +18 -0
  5. package/apis/datazone-2018-05-10.min.json +902 -364
  6. package/apis/datazone-2018-05-10.paginators.json +6 -0
  7. package/apis/ec2-2016-11-15.min.json +1161 -1028
  8. package/apis/firehose-2015-08-04.min.json +226 -81
  9. package/apis/ivs-2020-07-14.min.json +159 -154
  10. package/apis/ivschat-2020-07-14.min.json +144 -139
  11. package/apis/ivschat-2020-07-14.waiters2.json +5 -0
  12. package/apis/medialive-2017-10-14.min.json +327 -230
  13. package/apis/metadata.json +0 -3
  14. package/apis/redshift-serverless-2021-04-21.min.json +25 -21
  15. package/apis/taxsettings-2018-05-10.min.json +4 -1
  16. package/apis/timestream-query-2018-11-01.min.json +4 -1
  17. package/apis/workspaces-thin-client-2023-08-22.min.json +3 -0
  18. package/clients/acmpca.d.ts +12 -12
  19. package/clients/all.d.ts +0 -1
  20. package/clients/all.js +0 -1
  21. package/clients/connect.d.ts +198 -2
  22. package/clients/datazone.d.ts +576 -0
  23. package/clients/ec2.d.ts +172 -17
  24. package/clients/firehose.d.ts +141 -0
  25. package/clients/ivs.d.ts +229 -229
  26. package/clients/ivschat.d.ts +166 -166
  27. package/clients/ivschat.js +1 -0
  28. package/clients/medialive.d.ts +100 -4
  29. package/clients/rds.d.ts +9 -9
  30. package/clients/redshiftserverless.d.ts +20 -3
  31. package/clients/sagemaker.d.ts +2 -2
  32. package/clients/secretsmanager.d.ts +7 -7
  33. package/clients/timestreamquery.d.ts +1 -1
  34. package/clients/workspacesthinclient.d.ts +1 -1
  35. package/dist/aws-sdk-core-react-native.js +2 -2
  36. package/dist/aws-sdk-react-native.js +1807 -1837
  37. package/dist/aws-sdk.js +1772 -1290
  38. package/dist/aws-sdk.min.js +84 -84
  39. package/lib/config_service_placeholders.d.ts +0 -2
  40. package/lib/core.js +1 -1
  41. package/package.json +1 -1
  42. package/apis/mobile-2017-07-01.examples.json +0 -5
  43. package/apis/mobile-2017-07-01.min.json +0 -341
  44. package/apis/mobile-2017-07-01.paginators.json +0 -14
  45. package/clients/mobile.d.ts +0 -333
  46. package/clients/mobile.js +0 -18
@@ -2283,25 +2283,7 @@
2283
2283
  "type": "structure",
2284
2284
  "members": {
2285
2285
  "AgentStatus": {
2286
- "type": "structure",
2287
- "members": {
2288
- "AgentStatusARN": {},
2289
- "AgentStatusId": {},
2290
- "Name": {},
2291
- "Description": {},
2292
- "Type": {},
2293
- "DisplayOrder": {
2294
- "type": "integer"
2295
- },
2296
- "State": {},
2297
- "Tags": {
2298
- "shape": "S2n"
2299
- },
2300
- "LastModifiedTime": {
2301
- "type": "timestamp"
2302
- },
2303
- "LastModifiedRegion": {}
2304
- }
2286
+ "shape": "Sc8"
2305
2287
  }
2306
2288
  }
2307
2289
  }
@@ -3458,40 +3440,7 @@
3458
3440
  "type": "structure",
3459
3441
  "members": {
3460
3442
  "HierarchyGroup": {
3461
- "type": "structure",
3462
- "members": {
3463
- "Id": {},
3464
- "Arn": {},
3465
- "Name": {},
3466
- "LevelId": {},
3467
- "HierarchyPath": {
3468
- "type": "structure",
3469
- "members": {
3470
- "LevelOne": {
3471
- "shape": "Sgu"
3472
- },
3473
- "LevelTwo": {
3474
- "shape": "Sgu"
3475
- },
3476
- "LevelThree": {
3477
- "shape": "Sgu"
3478
- },
3479
- "LevelFour": {
3480
- "shape": "Sgu"
3481
- },
3482
- "LevelFive": {
3483
- "shape": "Sgu"
3484
- }
3485
- }
3486
- },
3487
- "Tags": {
3488
- "shape": "S2n"
3489
- },
3490
- "LastModifiedTime": {
3491
- "type": "timestamp"
3492
- },
3493
- "LastModifiedRegion": {}
3494
- }
3443
+ "shape": "Sgr"
3495
3444
  }
3496
3445
  }
3497
3446
  }
@@ -7377,6 +7326,50 @@
7377
7326
  "members": {}
7378
7327
  }
7379
7328
  },
7329
+ "SearchAgentStatuses": {
7330
+ "http": {
7331
+ "requestUri": "/search-agent-statuses"
7332
+ },
7333
+ "input": {
7334
+ "type": "structure",
7335
+ "required": [
7336
+ "InstanceId"
7337
+ ],
7338
+ "members": {
7339
+ "InstanceId": {},
7340
+ "NextToken": {},
7341
+ "MaxResults": {
7342
+ "type": "integer"
7343
+ },
7344
+ "SearchFilter": {
7345
+ "type": "structure",
7346
+ "members": {
7347
+ "AttributeFilter": {
7348
+ "shape": "Srw"
7349
+ }
7350
+ }
7351
+ },
7352
+ "SearchCriteria": {
7353
+ "shape": "Ss1"
7354
+ }
7355
+ }
7356
+ },
7357
+ "output": {
7358
+ "type": "structure",
7359
+ "members": {
7360
+ "AgentStatuses": {
7361
+ "type": "list",
7362
+ "member": {
7363
+ "shape": "Sc8"
7364
+ }
7365
+ },
7366
+ "NextToken": {},
7367
+ "ApproximateTotalCount": {
7368
+ "type": "long"
7369
+ }
7370
+ }
7371
+ }
7372
+ },
7380
7373
  "SearchAvailablePhoneNumbers": {
7381
7374
  "http": {
7382
7375
  "requestUri": "/phone-number/search-available"
@@ -7436,12 +7429,12 @@
7436
7429
  "type": "structure",
7437
7430
  "members": {
7438
7431
  "TagFilter": {
7439
- "shape": "Ss0"
7432
+ "shape": "Ssd"
7440
7433
  }
7441
7434
  }
7442
7435
  },
7443
7436
  "SearchCriteria": {
7444
- "shape": "Ss4"
7437
+ "shape": "Ssf"
7445
7438
  }
7446
7439
  }
7447
7440
  },
@@ -7480,12 +7473,12 @@
7480
7473
  "type": "structure",
7481
7474
  "members": {
7482
7475
  "TagFilter": {
7483
- "shape": "Ss0"
7476
+ "shape": "Ssd"
7484
7477
  }
7485
7478
  }
7486
7479
  },
7487
7480
  "SearchCriteria": {
7488
- "shape": "Ssc"
7481
+ "shape": "Ssl"
7489
7482
  }
7490
7483
  }
7491
7484
  },
@@ -7545,19 +7538,19 @@
7545
7538
  "type": "structure",
7546
7539
  "members": {
7547
7540
  "L1Ids": {
7548
- "shape": "Ssm"
7541
+ "shape": "Ssv"
7549
7542
  },
7550
7543
  "L2Ids": {
7551
- "shape": "Ssm"
7544
+ "shape": "Ssv"
7552
7545
  },
7553
7546
  "L3Ids": {
7554
- "shape": "Ssm"
7547
+ "shape": "Ssv"
7555
7548
  },
7556
7549
  "L4Ids": {
7557
- "shape": "Ssm"
7550
+ "shape": "Ssv"
7558
7551
  },
7559
7552
  "L5Ids": {
7560
- "shape": "Ssm"
7553
+ "shape": "Ssv"
7561
7554
  }
7562
7555
  }
7563
7556
  },
@@ -7733,12 +7726,12 @@
7733
7726
  "type": "structure",
7734
7727
  "members": {
7735
7728
  "TagFilter": {
7736
- "shape": "Ss0"
7729
+ "shape": "Ssd"
7737
7730
  }
7738
7731
  }
7739
7732
  },
7740
7733
  "SearchCriteria": {
7741
- "shape": "Std"
7734
+ "shape": "Stm"
7742
7735
  }
7743
7736
  }
7744
7737
  },
@@ -7774,7 +7767,7 @@
7774
7767
  "type": "integer"
7775
7768
  },
7776
7769
  "SearchCriteria": {
7777
- "shape": "Sti"
7770
+ "shape": "Str"
7778
7771
  }
7779
7772
  }
7780
7773
  },
@@ -7813,12 +7806,12 @@
7813
7806
  "type": "structure",
7814
7807
  "members": {
7815
7808
  "TagFilter": {
7816
- "shape": "Ss0"
7809
+ "shape": "Ssd"
7817
7810
  }
7818
7811
  }
7819
7812
  },
7820
7813
  "SearchCriteria": {
7821
- "shape": "Sto"
7814
+ "shape": "Stx"
7822
7815
  }
7823
7816
  }
7824
7817
  },
@@ -7857,12 +7850,12 @@
7857
7850
  "type": "structure",
7858
7851
  "members": {
7859
7852
  "TagFilter": {
7860
- "shape": "Ss0"
7853
+ "shape": "Ssd"
7861
7854
  }
7862
7855
  }
7863
7856
  },
7864
7857
  "SearchCriteria": {
7865
- "shape": "Stv"
7858
+ "shape": "Su4"
7866
7859
  }
7867
7860
  }
7868
7861
  },
@@ -7901,12 +7894,12 @@
7901
7894
  "type": "structure",
7902
7895
  "members": {
7903
7896
  "TagFilter": {
7904
- "shape": "Ss0"
7897
+ "shape": "Ssd"
7905
7898
  }
7906
7899
  }
7907
7900
  },
7908
7901
  "SearchCriteria": {
7909
- "shape": "Su2"
7902
+ "shape": "Sub"
7910
7903
  }
7911
7904
  }
7912
7905
  },
@@ -7997,12 +7990,12 @@
7997
7990
  "type": "structure",
7998
7991
  "members": {
7999
7992
  "TagFilter": {
8000
- "shape": "Ss0"
7993
+ "shape": "Ssd"
8001
7994
  }
8002
7995
  }
8003
7996
  },
8004
7997
  "SearchCriteria": {
8005
- "shape": "Suh"
7998
+ "shape": "Suq"
8006
7999
  }
8007
8000
  }
8008
8001
  },
@@ -8038,13 +8031,13 @@
8038
8031
  "type": "integer"
8039
8032
  },
8040
8033
  "SearchCriteria": {
8041
- "shape": "Sum"
8034
+ "shape": "Suv"
8042
8035
  },
8043
8036
  "SearchFilter": {
8044
8037
  "type": "structure",
8045
8038
  "members": {
8046
8039
  "TagFilter": {
8047
- "shape": "Ss0"
8040
+ "shape": "Ssd"
8048
8041
  }
8049
8042
  }
8050
8043
  }
@@ -8076,6 +8069,50 @@
8076
8069
  }
8077
8070
  }
8078
8071
  },
8072
+ "SearchUserHierarchyGroups": {
8073
+ "http": {
8074
+ "requestUri": "/search-user-hierarchy-groups"
8075
+ },
8076
+ "input": {
8077
+ "type": "structure",
8078
+ "required": [
8079
+ "InstanceId"
8080
+ ],
8081
+ "members": {
8082
+ "InstanceId": {},
8083
+ "NextToken": {},
8084
+ "MaxResults": {
8085
+ "type": "integer"
8086
+ },
8087
+ "SearchFilter": {
8088
+ "type": "structure",
8089
+ "members": {
8090
+ "AttributeFilter": {
8091
+ "shape": "Srw"
8092
+ }
8093
+ }
8094
+ },
8095
+ "SearchCriteria": {
8096
+ "shape": "Sv3"
8097
+ }
8098
+ }
8099
+ },
8100
+ "output": {
8101
+ "type": "structure",
8102
+ "members": {
8103
+ "UserHierarchyGroups": {
8104
+ "type": "list",
8105
+ "member": {
8106
+ "shape": "Sgr"
8107
+ }
8108
+ },
8109
+ "NextToken": {},
8110
+ "ApproximateTotalCount": {
8111
+ "type": "long"
8112
+ }
8113
+ }
8114
+ }
8115
+ },
8079
8116
  "SearchUsers": {
8080
8117
  "http": {
8081
8118
  "requestUri": "/search-users"
@@ -8095,7 +8132,7 @@
8095
8132
  "type": "structure",
8096
8133
  "members": {
8097
8134
  "TagFilter": {
8098
- "shape": "Ss0"
8135
+ "shape": "Ssd"
8099
8136
  },
8100
8137
  "UserAttributeFilter": {
8101
8138
  "type": "structure",
@@ -8103,24 +8140,24 @@
8103
8140
  "OrConditions": {
8104
8141
  "type": "list",
8105
8142
  "member": {
8106
- "shape": "Suw"
8143
+ "shape": "Svb"
8107
8144
  }
8108
8145
  },
8109
8146
  "AndCondition": {
8110
- "shape": "Suw"
8147
+ "shape": "Svb"
8111
8148
  },
8112
8149
  "TagCondition": {
8113
- "shape": "Ss3"
8150
+ "shape": "Ss0"
8114
8151
  },
8115
8152
  "HierarchyGroupCondition": {
8116
- "shape": "Sux"
8153
+ "shape": "Svc"
8117
8154
  }
8118
8155
  }
8119
8156
  }
8120
8157
  }
8121
8158
  },
8122
8159
  "SearchCriteria": {
8123
- "shape": "Suz"
8160
+ "shape": "Sve"
8124
8161
  }
8125
8162
  }
8126
8163
  },
@@ -8253,16 +8290,16 @@
8253
8290
  "type": "structure",
8254
8291
  "members": {
8255
8292
  "SupportedMessagingContentTypes": {
8256
- "shape": "Svi"
8293
+ "shape": "Sw4"
8257
8294
  },
8258
8295
  "ParticipantDetails": {
8259
- "shape": "Svk"
8296
+ "shape": "Sw6"
8260
8297
  },
8261
8298
  "Attributes": {
8262
8299
  "shape": "S38"
8263
8300
  },
8264
8301
  "StreamingConfiguration": {
8265
- "shape": "Svl"
8302
+ "shape": "Sw7"
8266
8303
  }
8267
8304
  }
8268
8305
  }
@@ -8364,7 +8401,7 @@
8364
8401
  "shape": "S38"
8365
8402
  },
8366
8403
  "ParticipantDetails": {
8367
- "shape": "Svk"
8404
+ "shape": "Sw6"
8368
8405
  },
8369
8406
  "InitialMessage": {
8370
8407
  "type": "structure",
@@ -8384,7 +8421,7 @@
8384
8421
  "type": "integer"
8385
8422
  },
8386
8423
  "SupportedMessagingContentTypes": {
8387
- "shape": "Svi"
8424
+ "shape": "Sw4"
8388
8425
  },
8389
8426
  "PersistentChat": {
8390
8427
  "type": "structure",
@@ -8491,7 +8528,7 @@
8491
8528
  "InstanceId": {},
8492
8529
  "ContactId": {},
8493
8530
  "ChatStreamingConfiguration": {
8494
- "shape": "Svl"
8531
+ "shape": "Sw7"
8495
8532
  },
8496
8533
  "ClientToken": {
8497
8534
  "idempotencyToken": true
@@ -8642,7 +8679,7 @@
8642
8679
  }
8643
8680
  },
8644
8681
  "ParticipantDetails": {
8645
- "shape": "Svk"
8682
+ "shape": "Sw6"
8646
8683
  },
8647
8684
  "RelatedContactId": {},
8648
8685
  "References": {
@@ -8795,7 +8832,7 @@
8795
8832
  "locationName": "EvaluationId"
8796
8833
  },
8797
8834
  "Answers": {
8798
- "shape": "Sx2"
8835
+ "shape": "Sxo"
8799
8836
  },
8800
8837
  "Notes": {
8801
8838
  "shape": "Sek"
@@ -9115,7 +9152,7 @@
9115
9152
  "locationName": "EvaluationId"
9116
9153
  },
9117
9154
  "Answers": {
9118
- "shape": "Sx2"
9155
+ "shape": "Sxo"
9119
9156
  },
9120
9157
  "Notes": {
9121
9158
  "shape": "Sek"
@@ -10174,19 +10211,19 @@
10174
10211
  "type": "structure",
10175
10212
  "members": {
10176
10213
  "LevelOne": {
10177
- "shape": "Szf"
10214
+ "shape": "S101"
10178
10215
  },
10179
10216
  "LevelTwo": {
10180
- "shape": "Szf"
10217
+ "shape": "S101"
10181
10218
  },
10182
10219
  "LevelThree": {
10183
- "shape": "Szf"
10220
+ "shape": "S101"
10184
10221
  },
10185
10222
  "LevelFour": {
10186
- "shape": "Szf"
10223
+ "shape": "S101"
10187
10224
  },
10188
10225
  "LevelFive": {
10189
- "shape": "Szf"
10226
+ "shape": "S101"
10190
10227
  }
10191
10228
  }
10192
10229
  },
@@ -11285,6 +11322,27 @@
11285
11322
  "ViewContentSha256": {}
11286
11323
  }
11287
11324
  },
11325
+ "Sc8": {
11326
+ "type": "structure",
11327
+ "members": {
11328
+ "AgentStatusARN": {},
11329
+ "AgentStatusId": {},
11330
+ "Name": {},
11331
+ "Description": {},
11332
+ "Type": {},
11333
+ "DisplayOrder": {
11334
+ "type": "integer"
11335
+ },
11336
+ "State": {},
11337
+ "Tags": {
11338
+ "shape": "S2n"
11339
+ },
11340
+ "LastModifiedTime": {
11341
+ "type": "timestamp"
11342
+ },
11343
+ "LastModifiedRegion": {}
11344
+ }
11345
+ },
11288
11346
  "Sch": {
11289
11347
  "type": "list",
11290
11348
  "member": {}
@@ -11588,6 +11646,42 @@
11588
11646
  }
11589
11647
  }
11590
11648
  },
11649
+ "Sgr": {
11650
+ "type": "structure",
11651
+ "members": {
11652
+ "Id": {},
11653
+ "Arn": {},
11654
+ "Name": {},
11655
+ "LevelId": {},
11656
+ "HierarchyPath": {
11657
+ "type": "structure",
11658
+ "members": {
11659
+ "LevelOne": {
11660
+ "shape": "Sgu"
11661
+ },
11662
+ "LevelTwo": {
11663
+ "shape": "Sgu"
11664
+ },
11665
+ "LevelThree": {
11666
+ "shape": "Sgu"
11667
+ },
11668
+ "LevelFour": {
11669
+ "shape": "Sgu"
11670
+ },
11671
+ "LevelFive": {
11672
+ "shape": "Sgu"
11673
+ }
11674
+ }
11675
+ },
11676
+ "Tags": {
11677
+ "shape": "S2n"
11678
+ },
11679
+ "LastModifiedTime": {
11680
+ "type": "timestamp"
11681
+ },
11682
+ "LastModifiedRegion": {}
11683
+ }
11684
+ },
11591
11685
  "Sgu": {
11592
11686
  "type": "structure",
11593
11687
  "members": {
@@ -11857,57 +11951,65 @@
11857
11951
  }
11858
11952
  }
11859
11953
  },
11860
- "Ss0": {
11954
+ "Srw": {
11861
11955
  "type": "structure",
11862
11956
  "members": {
11863
11957
  "OrConditions": {
11864
11958
  "type": "list",
11865
11959
  "member": {
11866
- "shape": "Ss2"
11960
+ "shape": "Sry"
11867
11961
  }
11868
11962
  },
11869
- "AndConditions": {
11870
- "shape": "Ss2"
11963
+ "AndCondition": {
11964
+ "shape": "Sry"
11871
11965
  },
11872
11966
  "TagCondition": {
11873
- "shape": "Ss3"
11967
+ "shape": "Ss0"
11874
11968
  }
11875
11969
  }
11876
11970
  },
11877
- "Ss2": {
11971
+ "Sry": {
11972
+ "type": "structure",
11973
+ "members": {
11974
+ "TagConditions": {
11975
+ "shape": "Srz"
11976
+ }
11977
+ }
11978
+ },
11979
+ "Srz": {
11878
11980
  "type": "list",
11879
11981
  "member": {
11880
- "shape": "Ss3"
11982
+ "shape": "Ss0"
11881
11983
  }
11882
11984
  },
11883
- "Ss3": {
11985
+ "Ss0": {
11884
11986
  "type": "structure",
11885
11987
  "members": {
11886
11988
  "TagKey": {},
11887
11989
  "TagValue": {}
11888
11990
  }
11889
11991
  },
11890
- "Ss4": {
11992
+ "Ss1": {
11891
11993
  "type": "structure",
11892
11994
  "members": {
11893
11995
  "OrConditions": {
11894
- "shape": "Ss5"
11996
+ "shape": "Ss2"
11895
11997
  },
11896
11998
  "AndConditions": {
11897
- "shape": "Ss5"
11999
+ "shape": "Ss2"
11898
12000
  },
11899
12001
  "StringCondition": {
11900
- "shape": "Ss6"
12002
+ "shape": "Ss3"
11901
12003
  }
11902
12004
  }
11903
12005
  },
11904
- "Ss5": {
12006
+ "Ss2": {
11905
12007
  "type": "list",
11906
12008
  "member": {
11907
- "shape": "Ss4"
12009
+ "shape": "Ss1"
11908
12010
  }
11909
12011
  },
11910
- "Ss6": {
12012
+ "Ss3": {
11911
12013
  "type": "structure",
11912
12014
  "members": {
11913
12015
  "FieldName": {},
@@ -11915,220 +12017,307 @@
11915
12017
  "ComparisonType": {}
11916
12018
  }
11917
12019
  },
11918
- "Ssc": {
12020
+ "Ssd": {
12021
+ "type": "structure",
12022
+ "members": {
12023
+ "OrConditions": {
12024
+ "type": "list",
12025
+ "member": {
12026
+ "shape": "Srz"
12027
+ }
12028
+ },
12029
+ "AndConditions": {
12030
+ "shape": "Srz"
12031
+ },
12032
+ "TagCondition": {
12033
+ "shape": "Ss0"
12034
+ }
12035
+ }
12036
+ },
12037
+ "Ssf": {
12038
+ "type": "structure",
12039
+ "members": {
12040
+ "OrConditions": {
12041
+ "shape": "Ssg"
12042
+ },
12043
+ "AndConditions": {
12044
+ "shape": "Ssg"
12045
+ },
12046
+ "StringCondition": {
12047
+ "shape": "Ss3"
12048
+ }
12049
+ }
12050
+ },
12051
+ "Ssg": {
12052
+ "type": "list",
12053
+ "member": {
12054
+ "shape": "Ssf"
12055
+ }
12056
+ },
12057
+ "Ssl": {
11919
12058
  "type": "structure",
11920
12059
  "members": {
11921
12060
  "OrConditions": {
11922
- "shape": "Ssd"
12061
+ "shape": "Ssm"
11923
12062
  },
11924
12063
  "AndConditions": {
11925
- "shape": "Ssd"
12064
+ "shape": "Ssm"
11926
12065
  },
11927
12066
  "StringCondition": {
11928
- "shape": "Ss6"
12067
+ "shape": "Ss3"
11929
12068
  },
11930
12069
  "TypeCondition": {},
11931
12070
  "StateCondition": {},
11932
12071
  "StatusCondition": {}
11933
12072
  }
11934
12073
  },
11935
- "Ssd": {
12074
+ "Ssm": {
11936
12075
  "type": "list",
11937
12076
  "member": {
11938
- "shape": "Ssc"
12077
+ "shape": "Ssl"
11939
12078
  }
11940
12079
  },
11941
- "Ssm": {
12080
+ "Ssv": {
11942
12081
  "type": "list",
11943
12082
  "member": {}
11944
12083
  },
11945
- "Std": {
12084
+ "Stm": {
11946
12085
  "type": "structure",
11947
12086
  "members": {
11948
12087
  "OrConditions": {
11949
- "shape": "Ste"
12088
+ "shape": "Stn"
11950
12089
  },
11951
12090
  "AndConditions": {
11952
- "shape": "Ste"
12091
+ "shape": "Stn"
11953
12092
  },
11954
12093
  "StringCondition": {
11955
- "shape": "Ss6"
12094
+ "shape": "Ss3"
11956
12095
  }
11957
12096
  }
11958
12097
  },
11959
- "Ste": {
12098
+ "Stn": {
11960
12099
  "type": "list",
11961
12100
  "member": {
11962
- "shape": "Std"
12101
+ "shape": "Stm"
11963
12102
  }
11964
12103
  },
11965
- "Sti": {
12104
+ "Str": {
11966
12105
  "type": "structure",
11967
12106
  "members": {
11968
12107
  "OrConditions": {
11969
- "shape": "Stj"
12108
+ "shape": "Sts"
11970
12109
  },
11971
12110
  "AndConditions": {
11972
- "shape": "Stj"
12111
+ "shape": "Sts"
11973
12112
  },
11974
12113
  "StringCondition": {
11975
- "shape": "Ss6"
12114
+ "shape": "Ss3"
11976
12115
  }
11977
12116
  }
11978
12117
  },
11979
- "Stj": {
12118
+ "Sts": {
11980
12119
  "type": "list",
11981
12120
  "member": {
11982
- "shape": "Sti"
12121
+ "shape": "Str"
11983
12122
  }
11984
12123
  },
11985
- "Sto": {
12124
+ "Stx": {
11986
12125
  "type": "structure",
11987
12126
  "members": {
11988
12127
  "OrConditions": {
11989
- "shape": "Stp"
12128
+ "shape": "Sty"
11990
12129
  },
11991
12130
  "AndConditions": {
11992
- "shape": "Stp"
12131
+ "shape": "Sty"
11993
12132
  },
11994
12133
  "StringCondition": {
11995
- "shape": "Ss6"
12134
+ "shape": "Ss3"
11996
12135
  }
11997
12136
  }
11998
12137
  },
11999
- "Stp": {
12138
+ "Sty": {
12000
12139
  "type": "list",
12001
12140
  "member": {
12002
- "shape": "Sto"
12141
+ "shape": "Stx"
12003
12142
  }
12004
12143
  },
12005
- "Stv": {
12144
+ "Su4": {
12006
12145
  "type": "structure",
12007
12146
  "members": {
12008
12147
  "OrConditions": {
12009
- "shape": "Stw"
12148
+ "shape": "Su5"
12010
12149
  },
12011
12150
  "AndConditions": {
12012
- "shape": "Stw"
12151
+ "shape": "Su5"
12013
12152
  },
12014
12153
  "StringCondition": {
12015
- "shape": "Ss6"
12154
+ "shape": "Ss3"
12016
12155
  },
12017
12156
  "QueueTypeCondition": {}
12018
12157
  }
12019
12158
  },
12020
- "Stw": {
12159
+ "Su5": {
12021
12160
  "type": "list",
12022
12161
  "member": {
12023
- "shape": "Stv"
12162
+ "shape": "Su4"
12024
12163
  }
12025
12164
  },
12026
- "Su2": {
12165
+ "Sub": {
12027
12166
  "type": "structure",
12028
12167
  "members": {
12029
12168
  "OrConditions": {
12030
- "shape": "Su3"
12169
+ "shape": "Suc"
12031
12170
  },
12032
12171
  "AndConditions": {
12033
- "shape": "Su3"
12172
+ "shape": "Suc"
12034
12173
  },
12035
12174
  "StringCondition": {
12036
- "shape": "Ss6"
12175
+ "shape": "Ss3"
12037
12176
  }
12038
12177
  }
12039
12178
  },
12040
- "Su3": {
12179
+ "Suc": {
12041
12180
  "type": "list",
12042
12181
  "member": {
12043
- "shape": "Su2"
12182
+ "shape": "Sub"
12044
12183
  }
12045
12184
  },
12046
- "Suh": {
12185
+ "Suq": {
12047
12186
  "type": "structure",
12048
12187
  "members": {
12049
12188
  "OrConditions": {
12050
- "shape": "Sui"
12189
+ "shape": "Sur"
12051
12190
  },
12052
12191
  "AndConditions": {
12053
- "shape": "Sui"
12192
+ "shape": "Sur"
12054
12193
  },
12055
12194
  "StringCondition": {
12056
- "shape": "Ss6"
12195
+ "shape": "Ss3"
12057
12196
  }
12058
12197
  }
12059
12198
  },
12060
- "Sui": {
12199
+ "Sur": {
12061
12200
  "type": "list",
12062
12201
  "member": {
12063
- "shape": "Suh"
12202
+ "shape": "Suq"
12064
12203
  }
12065
12204
  },
12066
- "Sum": {
12205
+ "Suv": {
12067
12206
  "type": "structure",
12068
12207
  "members": {
12069
12208
  "OrConditions": {
12070
- "shape": "Sun"
12209
+ "shape": "Suw"
12071
12210
  },
12072
12211
  "AndConditions": {
12073
- "shape": "Sun"
12212
+ "shape": "Suw"
12074
12213
  },
12075
12214
  "StringCondition": {
12076
- "shape": "Ss6"
12215
+ "shape": "Ss3"
12077
12216
  }
12078
12217
  }
12079
12218
  },
12080
- "Sun": {
12219
+ "Suw": {
12081
12220
  "type": "list",
12082
12221
  "member": {
12083
- "shape": "Sum"
12222
+ "shape": "Suv"
12084
12223
  }
12085
12224
  },
12086
- "Suw": {
12225
+ "Sv3": {
12226
+ "type": "structure",
12227
+ "members": {
12228
+ "OrConditions": {
12229
+ "shape": "Sv4"
12230
+ },
12231
+ "AndConditions": {
12232
+ "shape": "Sv4"
12233
+ },
12234
+ "StringCondition": {
12235
+ "shape": "Ss3"
12236
+ }
12237
+ }
12238
+ },
12239
+ "Sv4": {
12240
+ "type": "list",
12241
+ "member": {
12242
+ "shape": "Sv3"
12243
+ }
12244
+ },
12245
+ "Svb": {
12087
12246
  "type": "structure",
12088
12247
  "members": {
12089
12248
  "TagConditions": {
12090
- "shape": "Ss2"
12249
+ "shape": "Srz"
12091
12250
  },
12092
12251
  "HierarchyGroupCondition": {
12093
- "shape": "Sux"
12252
+ "shape": "Svc"
12094
12253
  }
12095
12254
  }
12096
12255
  },
12097
- "Sux": {
12256
+ "Svc": {
12098
12257
  "type": "structure",
12099
12258
  "members": {
12100
12259
  "Value": {},
12101
12260
  "HierarchyGroupMatchType": {}
12102
12261
  }
12103
12262
  },
12104
- "Suz": {
12263
+ "Sve": {
12105
12264
  "type": "structure",
12106
12265
  "members": {
12107
12266
  "OrConditions": {
12108
- "shape": "Sv0"
12267
+ "shape": "Svf"
12109
12268
  },
12110
12269
  "AndConditions": {
12111
- "shape": "Sv0"
12270
+ "shape": "Svf"
12112
12271
  },
12113
12272
  "StringCondition": {
12114
- "shape": "Ss6"
12273
+ "shape": "Ss3"
12274
+ },
12275
+ "ListCondition": {
12276
+ "type": "structure",
12277
+ "members": {
12278
+ "TargetListType": {},
12279
+ "Conditions": {
12280
+ "type": "list",
12281
+ "member": {
12282
+ "type": "structure",
12283
+ "members": {
12284
+ "StringCondition": {
12285
+ "shape": "Ss3"
12286
+ },
12287
+ "NumberCondition": {
12288
+ "type": "structure",
12289
+ "members": {
12290
+ "FieldName": {},
12291
+ "MinValue": {
12292
+ "type": "integer"
12293
+ },
12294
+ "MaxValue": {
12295
+ "type": "integer"
12296
+ },
12297
+ "ComparisonType": {}
12298
+ }
12299
+ }
12300
+ }
12301
+ }
12302
+ }
12303
+ }
12115
12304
  },
12116
12305
  "HierarchyGroupCondition": {
12117
- "shape": "Sux"
12306
+ "shape": "Svc"
12118
12307
  }
12119
12308
  }
12120
12309
  },
12121
- "Sv0": {
12310
+ "Svf": {
12122
12311
  "type": "list",
12123
12312
  "member": {
12124
- "shape": "Suz"
12313
+ "shape": "Sve"
12125
12314
  }
12126
12315
  },
12127
- "Svi": {
12316
+ "Sw4": {
12128
12317
  "type": "list",
12129
12318
  "member": {}
12130
12319
  },
12131
- "Svk": {
12320
+ "Sw6": {
12132
12321
  "type": "structure",
12133
12322
  "required": [
12134
12323
  "DisplayName"
@@ -12137,7 +12326,7 @@
12137
12326
  "DisplayName": {}
12138
12327
  }
12139
12328
  },
12140
- "Svl": {
12329
+ "Sw7": {
12141
12330
  "type": "structure",
12142
12331
  "required": [
12143
12332
  "StreamingEndpointArn"
@@ -12146,7 +12335,7 @@
12146
12335
  "StreamingEndpointArn": {}
12147
12336
  }
12148
12337
  },
12149
- "Sx2": {
12338
+ "Sxo": {
12150
12339
  "type": "map",
12151
12340
  "key": {},
12152
12341
  "value": {
@@ -12158,7 +12347,7 @@
12158
12347
  }
12159
12348
  }
12160
12349
  },
12161
- "Szf": {
12350
+ "S101": {
12162
12351
  "type": "structure",
12163
12352
  "required": [
12164
12353
  "Name"