cdk-lambda-subminute 2.0.449 → 2.0.451

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 (71) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/acm-pca-2017-08-22.waiters2.json +74 -62
  5. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +4 -1
  6. package/node_modules/aws-sdk/apis/appsync-2017-07-25.paginators.json +60 -0
  7. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +1329 -202
  8. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.paginators.json +18 -0
  9. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.min.json +305 -287
  10. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.waiters2.json +5 -0
  11. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +371 -171
  12. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +18 -0
  13. package/node_modules/aws-sdk/apis/connect-contact-lens-2020-08-21.min.json +18 -1
  14. package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +902 -413
  15. package/node_modules/aws-sdk/apis/datazone-2018-05-10.paginators.json +6 -0
  16. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1161 -1028
  17. package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +162 -94
  18. package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +226 -81
  19. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +113 -98
  20. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +159 -154
  21. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +144 -139
  22. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.waiters2.json +5 -0
  23. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +327 -230
  24. package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +0 -3
  25. package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.min.json +75 -35
  26. package/node_modules/aws-sdk/apis/metadata.json +0 -3
  27. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +6 -0
  28. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +25 -21
  29. package/node_modules/aws-sdk/apis/taxsettings-2018-05-10.min.json +4 -1
  30. package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.min.json +4 -1
  31. package/node_modules/aws-sdk/apis/workspaces-thin-client-2023-08-22.min.json +3 -0
  32. package/node_modules/aws-sdk/clients/acmpca.d.ts +12 -12
  33. package/node_modules/aws-sdk/clients/all.d.ts +0 -1
  34. package/node_modules/aws-sdk/clients/all.js +0 -1
  35. package/node_modules/aws-sdk/clients/cleanrooms.d.ts +1079 -16
  36. package/node_modules/aws-sdk/clients/cleanroomsml.d.ts +284 -257
  37. package/node_modules/aws-sdk/clients/cleanroomsml.js +1 -0
  38. package/node_modules/aws-sdk/clients/connect.d.ts +223 -6
  39. package/node_modules/aws-sdk/clients/connectcontactlens.d.ts +24 -3
  40. package/node_modules/aws-sdk/clients/datazone.d.ts +576 -64
  41. package/node_modules/aws-sdk/clients/dynamodb.d.ts +6 -6
  42. package/node_modules/aws-sdk/clients/ec2.d.ts +172 -17
  43. package/node_modules/aws-sdk/clients/entityresolution.d.ts +105 -22
  44. package/node_modules/aws-sdk/clients/firehose.d.ts +141 -0
  45. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +37 -25
  46. package/node_modules/aws-sdk/clients/ivs.d.ts +229 -229
  47. package/node_modules/aws-sdk/clients/ivschat.d.ts +166 -166
  48. package/node_modules/aws-sdk/clients/ivschat.js +1 -0
  49. package/node_modules/aws-sdk/clients/medialive.d.ts +100 -4
  50. package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +1 -1
  51. package/node_modules/aws-sdk/clients/medicalimaging.d.ts +38 -0
  52. package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +56 -56
  53. package/node_modules/aws-sdk/clients/rds.d.ts +9 -9
  54. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +20 -3
  55. package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
  56. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
  57. package/node_modules/aws-sdk/clients/timestreamquery.d.ts +1 -1
  58. package/node_modules/aws-sdk/clients/workspacesthinclient.d.ts +1 -1
  59. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  60. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1825 -1848
  61. package/node_modules/aws-sdk/dist/aws-sdk.js +1779 -1286
  62. package/node_modules/aws-sdk/dist/aws-sdk.min.js +84 -84
  63. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
  64. package/node_modules/aws-sdk/lib/core.js +1 -1
  65. package/node_modules/aws-sdk/package.json +1 -1
  66. package/package.json +3 -3
  67. package/node_modules/aws-sdk/apis/mobile-2017-07-01.examples.json +0 -5
  68. package/node_modules/aws-sdk/apis/mobile-2017-07-01.min.json +0 -341
  69. package/node_modules/aws-sdk/apis/mobile-2017-07-01.paginators.json +0 -14
  70. package/node_modules/aws-sdk/clients/mobile.d.ts +0 -333
  71. package/node_modules/aws-sdk/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
  }
@@ -6337,6 +6286,17 @@
6337
6286
  "shape": "Sot"
6338
6287
  }
6339
6288
  }
6289
+ },
6290
+ "PostContactSummary": {
6291
+ "type": "structure",
6292
+ "required": [
6293
+ "Status"
6294
+ ],
6295
+ "members": {
6296
+ "Content": {},
6297
+ "Status": {},
6298
+ "FailureCode": {}
6299
+ }
6340
6300
  }
6341
6301
  },
6342
6302
  "union": true
@@ -7377,6 +7337,50 @@
7377
7337
  "members": {}
7378
7338
  }
7379
7339
  },
7340
+ "SearchAgentStatuses": {
7341
+ "http": {
7342
+ "requestUri": "/search-agent-statuses"
7343
+ },
7344
+ "input": {
7345
+ "type": "structure",
7346
+ "required": [
7347
+ "InstanceId"
7348
+ ],
7349
+ "members": {
7350
+ "InstanceId": {},
7351
+ "NextToken": {},
7352
+ "MaxResults": {
7353
+ "type": "integer"
7354
+ },
7355
+ "SearchFilter": {
7356
+ "type": "structure",
7357
+ "members": {
7358
+ "AttributeFilter": {
7359
+ "shape": "Ss0"
7360
+ }
7361
+ }
7362
+ },
7363
+ "SearchCriteria": {
7364
+ "shape": "Ss5"
7365
+ }
7366
+ }
7367
+ },
7368
+ "output": {
7369
+ "type": "structure",
7370
+ "members": {
7371
+ "AgentStatuses": {
7372
+ "type": "list",
7373
+ "member": {
7374
+ "shape": "Sc8"
7375
+ }
7376
+ },
7377
+ "NextToken": {},
7378
+ "ApproximateTotalCount": {
7379
+ "type": "long"
7380
+ }
7381
+ }
7382
+ }
7383
+ },
7380
7384
  "SearchAvailablePhoneNumbers": {
7381
7385
  "http": {
7382
7386
  "requestUri": "/phone-number/search-available"
@@ -7436,12 +7440,12 @@
7436
7440
  "type": "structure",
7437
7441
  "members": {
7438
7442
  "TagFilter": {
7439
- "shape": "Ss0"
7443
+ "shape": "Ssh"
7440
7444
  }
7441
7445
  }
7442
7446
  },
7443
7447
  "SearchCriteria": {
7444
- "shape": "Ss4"
7448
+ "shape": "Ssj"
7445
7449
  }
7446
7450
  }
7447
7451
  },
@@ -7480,12 +7484,12 @@
7480
7484
  "type": "structure",
7481
7485
  "members": {
7482
7486
  "TagFilter": {
7483
- "shape": "Ss0"
7487
+ "shape": "Ssh"
7484
7488
  }
7485
7489
  }
7486
7490
  },
7487
7491
  "SearchCriteria": {
7488
- "shape": "Ssc"
7492
+ "shape": "Ssp"
7489
7493
  }
7490
7494
  }
7491
7495
  },
@@ -7545,19 +7549,19 @@
7545
7549
  "type": "structure",
7546
7550
  "members": {
7547
7551
  "L1Ids": {
7548
- "shape": "Ssm"
7552
+ "shape": "Ssz"
7549
7553
  },
7550
7554
  "L2Ids": {
7551
- "shape": "Ssm"
7555
+ "shape": "Ssz"
7552
7556
  },
7553
7557
  "L3Ids": {
7554
- "shape": "Ssm"
7558
+ "shape": "Ssz"
7555
7559
  },
7556
7560
  "L4Ids": {
7557
- "shape": "Ssm"
7561
+ "shape": "Ssz"
7558
7562
  },
7559
7563
  "L5Ids": {
7560
- "shape": "Ssm"
7564
+ "shape": "Ssz"
7561
7565
  }
7562
7566
  }
7563
7567
  },
@@ -7733,12 +7737,12 @@
7733
7737
  "type": "structure",
7734
7738
  "members": {
7735
7739
  "TagFilter": {
7736
- "shape": "Ss0"
7740
+ "shape": "Ssh"
7737
7741
  }
7738
7742
  }
7739
7743
  },
7740
7744
  "SearchCriteria": {
7741
- "shape": "Std"
7745
+ "shape": "Stq"
7742
7746
  }
7743
7747
  }
7744
7748
  },
@@ -7774,7 +7778,7 @@
7774
7778
  "type": "integer"
7775
7779
  },
7776
7780
  "SearchCriteria": {
7777
- "shape": "Sti"
7781
+ "shape": "Stv"
7778
7782
  }
7779
7783
  }
7780
7784
  },
@@ -7813,12 +7817,12 @@
7813
7817
  "type": "structure",
7814
7818
  "members": {
7815
7819
  "TagFilter": {
7816
- "shape": "Ss0"
7820
+ "shape": "Ssh"
7817
7821
  }
7818
7822
  }
7819
7823
  },
7820
7824
  "SearchCriteria": {
7821
- "shape": "Sto"
7825
+ "shape": "Su1"
7822
7826
  }
7823
7827
  }
7824
7828
  },
@@ -7857,12 +7861,12 @@
7857
7861
  "type": "structure",
7858
7862
  "members": {
7859
7863
  "TagFilter": {
7860
- "shape": "Ss0"
7864
+ "shape": "Ssh"
7861
7865
  }
7862
7866
  }
7863
7867
  },
7864
7868
  "SearchCriteria": {
7865
- "shape": "Stv"
7869
+ "shape": "Su8"
7866
7870
  }
7867
7871
  }
7868
7872
  },
@@ -7901,12 +7905,12 @@
7901
7905
  "type": "structure",
7902
7906
  "members": {
7903
7907
  "TagFilter": {
7904
- "shape": "Ss0"
7908
+ "shape": "Ssh"
7905
7909
  }
7906
7910
  }
7907
7911
  },
7908
7912
  "SearchCriteria": {
7909
- "shape": "Su2"
7913
+ "shape": "Suf"
7910
7914
  }
7911
7915
  }
7912
7916
  },
@@ -7997,12 +8001,12 @@
7997
8001
  "type": "structure",
7998
8002
  "members": {
7999
8003
  "TagFilter": {
8000
- "shape": "Ss0"
8004
+ "shape": "Ssh"
8001
8005
  }
8002
8006
  }
8003
8007
  },
8004
8008
  "SearchCriteria": {
8005
- "shape": "Suh"
8009
+ "shape": "Suu"
8006
8010
  }
8007
8011
  }
8008
8012
  },
@@ -8038,13 +8042,13 @@
8038
8042
  "type": "integer"
8039
8043
  },
8040
8044
  "SearchCriteria": {
8041
- "shape": "Sum"
8045
+ "shape": "Suz"
8042
8046
  },
8043
8047
  "SearchFilter": {
8044
8048
  "type": "structure",
8045
8049
  "members": {
8046
8050
  "TagFilter": {
8047
- "shape": "Ss0"
8051
+ "shape": "Ssh"
8048
8052
  }
8049
8053
  }
8050
8054
  }
@@ -8076,6 +8080,50 @@
8076
8080
  }
8077
8081
  }
8078
8082
  },
8083
+ "SearchUserHierarchyGroups": {
8084
+ "http": {
8085
+ "requestUri": "/search-user-hierarchy-groups"
8086
+ },
8087
+ "input": {
8088
+ "type": "structure",
8089
+ "required": [
8090
+ "InstanceId"
8091
+ ],
8092
+ "members": {
8093
+ "InstanceId": {},
8094
+ "NextToken": {},
8095
+ "MaxResults": {
8096
+ "type": "integer"
8097
+ },
8098
+ "SearchFilter": {
8099
+ "type": "structure",
8100
+ "members": {
8101
+ "AttributeFilter": {
8102
+ "shape": "Ss0"
8103
+ }
8104
+ }
8105
+ },
8106
+ "SearchCriteria": {
8107
+ "shape": "Sv7"
8108
+ }
8109
+ }
8110
+ },
8111
+ "output": {
8112
+ "type": "structure",
8113
+ "members": {
8114
+ "UserHierarchyGroups": {
8115
+ "type": "list",
8116
+ "member": {
8117
+ "shape": "Sgr"
8118
+ }
8119
+ },
8120
+ "NextToken": {},
8121
+ "ApproximateTotalCount": {
8122
+ "type": "long"
8123
+ }
8124
+ }
8125
+ }
8126
+ },
8079
8127
  "SearchUsers": {
8080
8128
  "http": {
8081
8129
  "requestUri": "/search-users"
@@ -8095,7 +8143,7 @@
8095
8143
  "type": "structure",
8096
8144
  "members": {
8097
8145
  "TagFilter": {
8098
- "shape": "Ss0"
8146
+ "shape": "Ssh"
8099
8147
  },
8100
8148
  "UserAttributeFilter": {
8101
8149
  "type": "structure",
@@ -8103,24 +8151,24 @@
8103
8151
  "OrConditions": {
8104
8152
  "type": "list",
8105
8153
  "member": {
8106
- "shape": "Suw"
8154
+ "shape": "Svf"
8107
8155
  }
8108
8156
  },
8109
8157
  "AndCondition": {
8110
- "shape": "Suw"
8158
+ "shape": "Svf"
8111
8159
  },
8112
8160
  "TagCondition": {
8113
- "shape": "Ss3"
8161
+ "shape": "Ss4"
8114
8162
  },
8115
8163
  "HierarchyGroupCondition": {
8116
- "shape": "Sux"
8164
+ "shape": "Svg"
8117
8165
  }
8118
8166
  }
8119
8167
  }
8120
8168
  }
8121
8169
  },
8122
8170
  "SearchCriteria": {
8123
- "shape": "Suz"
8171
+ "shape": "Svi"
8124
8172
  }
8125
8173
  }
8126
8174
  },
@@ -8253,16 +8301,16 @@
8253
8301
  "type": "structure",
8254
8302
  "members": {
8255
8303
  "SupportedMessagingContentTypes": {
8256
- "shape": "Svi"
8304
+ "shape": "Sw8"
8257
8305
  },
8258
8306
  "ParticipantDetails": {
8259
- "shape": "Svk"
8307
+ "shape": "Swa"
8260
8308
  },
8261
8309
  "Attributes": {
8262
8310
  "shape": "S38"
8263
8311
  },
8264
8312
  "StreamingConfiguration": {
8265
- "shape": "Svl"
8313
+ "shape": "Swb"
8266
8314
  }
8267
8315
  }
8268
8316
  }
@@ -8364,7 +8412,7 @@
8364
8412
  "shape": "S38"
8365
8413
  },
8366
8414
  "ParticipantDetails": {
8367
- "shape": "Svk"
8415
+ "shape": "Swa"
8368
8416
  },
8369
8417
  "InitialMessage": {
8370
8418
  "type": "structure",
@@ -8384,7 +8432,7 @@
8384
8432
  "type": "integer"
8385
8433
  },
8386
8434
  "SupportedMessagingContentTypes": {
8387
- "shape": "Svi"
8435
+ "shape": "Sw8"
8388
8436
  },
8389
8437
  "PersistentChat": {
8390
8438
  "type": "structure",
@@ -8491,7 +8539,7 @@
8491
8539
  "InstanceId": {},
8492
8540
  "ContactId": {},
8493
8541
  "ChatStreamingConfiguration": {
8494
- "shape": "Svl"
8542
+ "shape": "Swb"
8495
8543
  },
8496
8544
  "ClientToken": {
8497
8545
  "idempotencyToken": true
@@ -8642,7 +8690,7 @@
8642
8690
  }
8643
8691
  },
8644
8692
  "ParticipantDetails": {
8645
- "shape": "Svk"
8693
+ "shape": "Swa"
8646
8694
  },
8647
8695
  "RelatedContactId": {},
8648
8696
  "References": {
@@ -8795,7 +8843,7 @@
8795
8843
  "locationName": "EvaluationId"
8796
8844
  },
8797
8845
  "Answers": {
8798
- "shape": "Sx2"
8846
+ "shape": "Sxs"
8799
8847
  },
8800
8848
  "Notes": {
8801
8849
  "shape": "Sek"
@@ -9115,7 +9163,7 @@
9115
9163
  "locationName": "EvaluationId"
9116
9164
  },
9117
9165
  "Answers": {
9118
- "shape": "Sx2"
9166
+ "shape": "Sxs"
9119
9167
  },
9120
9168
  "Notes": {
9121
9169
  "shape": "Sek"
@@ -10174,19 +10222,19 @@
10174
10222
  "type": "structure",
10175
10223
  "members": {
10176
10224
  "LevelOne": {
10177
- "shape": "Szf"
10225
+ "shape": "S105"
10178
10226
  },
10179
10227
  "LevelTwo": {
10180
- "shape": "Szf"
10228
+ "shape": "S105"
10181
10229
  },
10182
10230
  "LevelThree": {
10183
- "shape": "Szf"
10231
+ "shape": "S105"
10184
10232
  },
10185
10233
  "LevelFour": {
10186
- "shape": "Szf"
10234
+ "shape": "S105"
10187
10235
  },
10188
10236
  "LevelFive": {
10189
- "shape": "Szf"
10237
+ "shape": "S105"
10190
10238
  }
10191
10239
  }
10192
10240
  },
@@ -11285,6 +11333,27 @@
11285
11333
  "ViewContentSha256": {}
11286
11334
  }
11287
11335
  },
11336
+ "Sc8": {
11337
+ "type": "structure",
11338
+ "members": {
11339
+ "AgentStatusARN": {},
11340
+ "AgentStatusId": {},
11341
+ "Name": {},
11342
+ "Description": {},
11343
+ "Type": {},
11344
+ "DisplayOrder": {
11345
+ "type": "integer"
11346
+ },
11347
+ "State": {},
11348
+ "Tags": {
11349
+ "shape": "S2n"
11350
+ },
11351
+ "LastModifiedTime": {
11352
+ "type": "timestamp"
11353
+ },
11354
+ "LastModifiedRegion": {}
11355
+ }
11356
+ },
11288
11357
  "Sch": {
11289
11358
  "type": "list",
11290
11359
  "member": {}
@@ -11588,6 +11657,42 @@
11588
11657
  }
11589
11658
  }
11590
11659
  },
11660
+ "Sgr": {
11661
+ "type": "structure",
11662
+ "members": {
11663
+ "Id": {},
11664
+ "Arn": {},
11665
+ "Name": {},
11666
+ "LevelId": {},
11667
+ "HierarchyPath": {
11668
+ "type": "structure",
11669
+ "members": {
11670
+ "LevelOne": {
11671
+ "shape": "Sgu"
11672
+ },
11673
+ "LevelTwo": {
11674
+ "shape": "Sgu"
11675
+ },
11676
+ "LevelThree": {
11677
+ "shape": "Sgu"
11678
+ },
11679
+ "LevelFour": {
11680
+ "shape": "Sgu"
11681
+ },
11682
+ "LevelFive": {
11683
+ "shape": "Sgu"
11684
+ }
11685
+ }
11686
+ },
11687
+ "Tags": {
11688
+ "shape": "S2n"
11689
+ },
11690
+ "LastModifiedTime": {
11691
+ "type": "timestamp"
11692
+ },
11693
+ "LastModifiedRegion": {}
11694
+ }
11695
+ },
11591
11696
  "Sgu": {
11592
11697
  "type": "structure",
11593
11698
  "members": {
@@ -11866,48 +11971,56 @@
11866
11971
  "shape": "Ss2"
11867
11972
  }
11868
11973
  },
11869
- "AndConditions": {
11974
+ "AndCondition": {
11870
11975
  "shape": "Ss2"
11871
11976
  },
11872
11977
  "TagCondition": {
11873
- "shape": "Ss3"
11978
+ "shape": "Ss4"
11874
11979
  }
11875
11980
  }
11876
11981
  },
11877
11982
  "Ss2": {
11983
+ "type": "structure",
11984
+ "members": {
11985
+ "TagConditions": {
11986
+ "shape": "Ss3"
11987
+ }
11988
+ }
11989
+ },
11990
+ "Ss3": {
11878
11991
  "type": "list",
11879
11992
  "member": {
11880
- "shape": "Ss3"
11993
+ "shape": "Ss4"
11881
11994
  }
11882
11995
  },
11883
- "Ss3": {
11996
+ "Ss4": {
11884
11997
  "type": "structure",
11885
11998
  "members": {
11886
11999
  "TagKey": {},
11887
12000
  "TagValue": {}
11888
12001
  }
11889
12002
  },
11890
- "Ss4": {
12003
+ "Ss5": {
11891
12004
  "type": "structure",
11892
12005
  "members": {
11893
12006
  "OrConditions": {
11894
- "shape": "Ss5"
12007
+ "shape": "Ss6"
11895
12008
  },
11896
12009
  "AndConditions": {
11897
- "shape": "Ss5"
12010
+ "shape": "Ss6"
11898
12011
  },
11899
12012
  "StringCondition": {
11900
- "shape": "Ss6"
12013
+ "shape": "Ss7"
11901
12014
  }
11902
12015
  }
11903
12016
  },
11904
- "Ss5": {
12017
+ "Ss6": {
11905
12018
  "type": "list",
11906
12019
  "member": {
11907
- "shape": "Ss4"
12020
+ "shape": "Ss5"
11908
12021
  }
11909
12022
  },
11910
- "Ss6": {
12023
+ "Ss7": {
11911
12024
  "type": "structure",
11912
12025
  "members": {
11913
12026
  "FieldName": {},
@@ -11915,220 +12028,307 @@
11915
12028
  "ComparisonType": {}
11916
12029
  }
11917
12030
  },
11918
- "Ssc": {
12031
+ "Ssh": {
11919
12032
  "type": "structure",
11920
12033
  "members": {
11921
12034
  "OrConditions": {
11922
- "shape": "Ssd"
12035
+ "type": "list",
12036
+ "member": {
12037
+ "shape": "Ss3"
12038
+ }
11923
12039
  },
11924
12040
  "AndConditions": {
11925
- "shape": "Ssd"
12041
+ "shape": "Ss3"
12042
+ },
12043
+ "TagCondition": {
12044
+ "shape": "Ss4"
12045
+ }
12046
+ }
12047
+ },
12048
+ "Ssj": {
12049
+ "type": "structure",
12050
+ "members": {
12051
+ "OrConditions": {
12052
+ "shape": "Ssk"
12053
+ },
12054
+ "AndConditions": {
12055
+ "shape": "Ssk"
11926
12056
  },
11927
12057
  "StringCondition": {
11928
- "shape": "Ss6"
12058
+ "shape": "Ss7"
12059
+ }
12060
+ }
12061
+ },
12062
+ "Ssk": {
12063
+ "type": "list",
12064
+ "member": {
12065
+ "shape": "Ssj"
12066
+ }
12067
+ },
12068
+ "Ssp": {
12069
+ "type": "structure",
12070
+ "members": {
12071
+ "OrConditions": {
12072
+ "shape": "Ssq"
12073
+ },
12074
+ "AndConditions": {
12075
+ "shape": "Ssq"
12076
+ },
12077
+ "StringCondition": {
12078
+ "shape": "Ss7"
11929
12079
  },
11930
12080
  "TypeCondition": {},
11931
12081
  "StateCondition": {},
11932
12082
  "StatusCondition": {}
11933
12083
  }
11934
12084
  },
11935
- "Ssd": {
12085
+ "Ssq": {
11936
12086
  "type": "list",
11937
12087
  "member": {
11938
- "shape": "Ssc"
12088
+ "shape": "Ssp"
11939
12089
  }
11940
12090
  },
11941
- "Ssm": {
12091
+ "Ssz": {
11942
12092
  "type": "list",
11943
12093
  "member": {}
11944
12094
  },
11945
- "Std": {
12095
+ "Stq": {
11946
12096
  "type": "structure",
11947
12097
  "members": {
11948
12098
  "OrConditions": {
11949
- "shape": "Ste"
12099
+ "shape": "Str"
11950
12100
  },
11951
12101
  "AndConditions": {
11952
- "shape": "Ste"
12102
+ "shape": "Str"
11953
12103
  },
11954
12104
  "StringCondition": {
11955
- "shape": "Ss6"
12105
+ "shape": "Ss7"
11956
12106
  }
11957
12107
  }
11958
12108
  },
11959
- "Ste": {
12109
+ "Str": {
11960
12110
  "type": "list",
11961
12111
  "member": {
11962
- "shape": "Std"
12112
+ "shape": "Stq"
11963
12113
  }
11964
12114
  },
11965
- "Sti": {
12115
+ "Stv": {
11966
12116
  "type": "structure",
11967
12117
  "members": {
11968
12118
  "OrConditions": {
11969
- "shape": "Stj"
12119
+ "shape": "Stw"
11970
12120
  },
11971
12121
  "AndConditions": {
11972
- "shape": "Stj"
12122
+ "shape": "Stw"
11973
12123
  },
11974
12124
  "StringCondition": {
11975
- "shape": "Ss6"
12125
+ "shape": "Ss7"
11976
12126
  }
11977
12127
  }
11978
12128
  },
11979
- "Stj": {
12129
+ "Stw": {
11980
12130
  "type": "list",
11981
12131
  "member": {
11982
- "shape": "Sti"
12132
+ "shape": "Stv"
11983
12133
  }
11984
12134
  },
11985
- "Sto": {
12135
+ "Su1": {
11986
12136
  "type": "structure",
11987
12137
  "members": {
11988
12138
  "OrConditions": {
11989
- "shape": "Stp"
12139
+ "shape": "Su2"
11990
12140
  },
11991
12141
  "AndConditions": {
11992
- "shape": "Stp"
12142
+ "shape": "Su2"
11993
12143
  },
11994
12144
  "StringCondition": {
11995
- "shape": "Ss6"
12145
+ "shape": "Ss7"
11996
12146
  }
11997
12147
  }
11998
12148
  },
11999
- "Stp": {
12149
+ "Su2": {
12000
12150
  "type": "list",
12001
12151
  "member": {
12002
- "shape": "Sto"
12152
+ "shape": "Su1"
12003
12153
  }
12004
12154
  },
12005
- "Stv": {
12155
+ "Su8": {
12006
12156
  "type": "structure",
12007
12157
  "members": {
12008
12158
  "OrConditions": {
12009
- "shape": "Stw"
12159
+ "shape": "Su9"
12010
12160
  },
12011
12161
  "AndConditions": {
12012
- "shape": "Stw"
12162
+ "shape": "Su9"
12013
12163
  },
12014
12164
  "StringCondition": {
12015
- "shape": "Ss6"
12165
+ "shape": "Ss7"
12016
12166
  },
12017
12167
  "QueueTypeCondition": {}
12018
12168
  }
12019
12169
  },
12020
- "Stw": {
12170
+ "Su9": {
12021
12171
  "type": "list",
12022
12172
  "member": {
12023
- "shape": "Stv"
12173
+ "shape": "Su8"
12024
12174
  }
12025
12175
  },
12026
- "Su2": {
12176
+ "Suf": {
12027
12177
  "type": "structure",
12028
12178
  "members": {
12029
12179
  "OrConditions": {
12030
- "shape": "Su3"
12180
+ "shape": "Sug"
12031
12181
  },
12032
12182
  "AndConditions": {
12033
- "shape": "Su3"
12183
+ "shape": "Sug"
12034
12184
  },
12035
12185
  "StringCondition": {
12036
- "shape": "Ss6"
12186
+ "shape": "Ss7"
12037
12187
  }
12038
12188
  }
12039
12189
  },
12040
- "Su3": {
12190
+ "Sug": {
12041
12191
  "type": "list",
12042
12192
  "member": {
12043
- "shape": "Su2"
12193
+ "shape": "Suf"
12044
12194
  }
12045
12195
  },
12046
- "Suh": {
12196
+ "Suu": {
12047
12197
  "type": "structure",
12048
12198
  "members": {
12049
12199
  "OrConditions": {
12050
- "shape": "Sui"
12200
+ "shape": "Suv"
12051
12201
  },
12052
12202
  "AndConditions": {
12053
- "shape": "Sui"
12203
+ "shape": "Suv"
12054
12204
  },
12055
12205
  "StringCondition": {
12056
- "shape": "Ss6"
12206
+ "shape": "Ss7"
12057
12207
  }
12058
12208
  }
12059
12209
  },
12060
- "Sui": {
12210
+ "Suv": {
12061
12211
  "type": "list",
12062
12212
  "member": {
12063
- "shape": "Suh"
12213
+ "shape": "Suu"
12064
12214
  }
12065
12215
  },
12066
- "Sum": {
12216
+ "Suz": {
12067
12217
  "type": "structure",
12068
12218
  "members": {
12069
12219
  "OrConditions": {
12070
- "shape": "Sun"
12220
+ "shape": "Sv0"
12071
12221
  },
12072
12222
  "AndConditions": {
12073
- "shape": "Sun"
12223
+ "shape": "Sv0"
12074
12224
  },
12075
12225
  "StringCondition": {
12076
- "shape": "Ss6"
12226
+ "shape": "Ss7"
12077
12227
  }
12078
12228
  }
12079
12229
  },
12080
- "Sun": {
12230
+ "Sv0": {
12081
12231
  "type": "list",
12082
12232
  "member": {
12083
- "shape": "Sum"
12233
+ "shape": "Suz"
12084
12234
  }
12085
12235
  },
12086
- "Suw": {
12236
+ "Sv7": {
12237
+ "type": "structure",
12238
+ "members": {
12239
+ "OrConditions": {
12240
+ "shape": "Sv8"
12241
+ },
12242
+ "AndConditions": {
12243
+ "shape": "Sv8"
12244
+ },
12245
+ "StringCondition": {
12246
+ "shape": "Ss7"
12247
+ }
12248
+ }
12249
+ },
12250
+ "Sv8": {
12251
+ "type": "list",
12252
+ "member": {
12253
+ "shape": "Sv7"
12254
+ }
12255
+ },
12256
+ "Svf": {
12087
12257
  "type": "structure",
12088
12258
  "members": {
12089
12259
  "TagConditions": {
12090
- "shape": "Ss2"
12260
+ "shape": "Ss3"
12091
12261
  },
12092
12262
  "HierarchyGroupCondition": {
12093
- "shape": "Sux"
12263
+ "shape": "Svg"
12094
12264
  }
12095
12265
  }
12096
12266
  },
12097
- "Sux": {
12267
+ "Svg": {
12098
12268
  "type": "structure",
12099
12269
  "members": {
12100
12270
  "Value": {},
12101
12271
  "HierarchyGroupMatchType": {}
12102
12272
  }
12103
12273
  },
12104
- "Suz": {
12274
+ "Svi": {
12105
12275
  "type": "structure",
12106
12276
  "members": {
12107
12277
  "OrConditions": {
12108
- "shape": "Sv0"
12278
+ "shape": "Svj"
12109
12279
  },
12110
12280
  "AndConditions": {
12111
- "shape": "Sv0"
12281
+ "shape": "Svj"
12112
12282
  },
12113
12283
  "StringCondition": {
12114
- "shape": "Ss6"
12284
+ "shape": "Ss7"
12285
+ },
12286
+ "ListCondition": {
12287
+ "type": "structure",
12288
+ "members": {
12289
+ "TargetListType": {},
12290
+ "Conditions": {
12291
+ "type": "list",
12292
+ "member": {
12293
+ "type": "structure",
12294
+ "members": {
12295
+ "StringCondition": {
12296
+ "shape": "Ss7"
12297
+ },
12298
+ "NumberCondition": {
12299
+ "type": "structure",
12300
+ "members": {
12301
+ "FieldName": {},
12302
+ "MinValue": {
12303
+ "type": "integer"
12304
+ },
12305
+ "MaxValue": {
12306
+ "type": "integer"
12307
+ },
12308
+ "ComparisonType": {}
12309
+ }
12310
+ }
12311
+ }
12312
+ }
12313
+ }
12314
+ }
12115
12315
  },
12116
12316
  "HierarchyGroupCondition": {
12117
- "shape": "Sux"
12317
+ "shape": "Svg"
12118
12318
  }
12119
12319
  }
12120
12320
  },
12121
- "Sv0": {
12321
+ "Svj": {
12122
12322
  "type": "list",
12123
12323
  "member": {
12124
- "shape": "Suz"
12324
+ "shape": "Svi"
12125
12325
  }
12126
12326
  },
12127
- "Svi": {
12327
+ "Sw8": {
12128
12328
  "type": "list",
12129
12329
  "member": {}
12130
12330
  },
12131
- "Svk": {
12331
+ "Swa": {
12132
12332
  "type": "structure",
12133
12333
  "required": [
12134
12334
  "DisplayName"
@@ -12137,7 +12337,7 @@
12137
12337
  "DisplayName": {}
12138
12338
  }
12139
12339
  },
12140
- "Svl": {
12340
+ "Swb": {
12141
12341
  "type": "structure",
12142
12342
  "required": [
12143
12343
  "StreamingEndpointArn"
@@ -12146,7 +12346,7 @@
12146
12346
  "StreamingEndpointArn": {}
12147
12347
  }
12148
12348
  },
12149
- "Sx2": {
12349
+ "Sxs": {
12150
12350
  "type": "map",
12151
12351
  "key": {},
12152
12352
  "value": {
@@ -12158,7 +12358,7 @@
12158
12358
  }
12159
12359
  }
12160
12360
  },
12161
- "Szf": {
12361
+ "S105": {
12162
12362
  "type": "structure",
12163
12363
  "required": [
12164
12364
  "Name"