cdk-comprehend-s3olap 2.0.135 → 2.0.136

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 (26) hide show
  1. package/.jsii +3 -3
  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/CHANGELOG.md +8 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +4 -9
  8. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +1279 -275
  9. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +17 -0
  10. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +782 -113
  11. package/node_modules/aws-sdk/apis/datasync-2018-11-09.paginators.json +23 -0
  12. package/node_modules/aws-sdk/apis/ds-2015-04-16.min.json +8 -7
  13. package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.examples.json +98 -0
  14. package/node_modules/aws-sdk/apis/pinpoint-2016-12-01.min.json +233 -23
  15. package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +0 -12
  16. package/node_modules/aws-sdk/clients/connect.d.ts +1119 -89
  17. package/node_modules/aws-sdk/clients/datasync.d.ts +857 -10
  18. package/node_modules/aws-sdk/clients/directoryservice.d.ts +7 -2
  19. package/node_modules/aws-sdk/clients/pinpoint.d.ts +208 -23
  20. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  21. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +8 -8
  22. package/node_modules/aws-sdk/dist/aws-sdk.js +1299 -278
  23. package/node_modules/aws-sdk/dist/aws-sdk.min.js +79 -79
  24. package/node_modules/aws-sdk/lib/core.js +1 -1
  25. package/node_modules/aws-sdk/package.json +1 -1
  26. package/package.json +3 -3
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1364.0
1
+ // AWS SDK for JavaScript v2.1365.0
2
2
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3
3
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
4
4
  (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
@@ -63036,6 +63036,47 @@ module.exports={
63036
63036
  "uid": "connect-2017-08-08"
63037
63037
  },
63038
63038
  "operations": {
63039
+ "ActivateEvaluationForm": {
63040
+ "http": {
63041
+ "requestUri": "/evaluation-forms/{InstanceId}/{EvaluationFormId}/activate"
63042
+ },
63043
+ "input": {
63044
+ "type": "structure",
63045
+ "required": [
63046
+ "InstanceId",
63047
+ "EvaluationFormId",
63048
+ "EvaluationFormVersion"
63049
+ ],
63050
+ "members": {
63051
+ "InstanceId": {
63052
+ "location": "uri",
63053
+ "locationName": "InstanceId"
63054
+ },
63055
+ "EvaluationFormId": {
63056
+ "location": "uri",
63057
+ "locationName": "EvaluationFormId"
63058
+ },
63059
+ "EvaluationFormVersion": {
63060
+ "type": "integer"
63061
+ }
63062
+ }
63063
+ },
63064
+ "output": {
63065
+ "type": "structure",
63066
+ "required": [
63067
+ "EvaluationFormId",
63068
+ "EvaluationFormArn",
63069
+ "EvaluationFormVersion"
63070
+ ],
63071
+ "members": {
63072
+ "EvaluationFormId": {},
63073
+ "EvaluationFormArn": {},
63074
+ "EvaluationFormVersion": {
63075
+ "type": "integer"
63076
+ }
63077
+ }
63078
+ }
63079
+ },
63039
63080
  "AssociateApprovedOrigin": {
63040
63081
  "http": {
63041
63082
  "method": "PUT",
@@ -63072,10 +63113,10 @@ module.exports={
63072
63113
  "locationName": "InstanceId"
63073
63114
  },
63074
63115
  "LexBot": {
63075
- "shape": "S5"
63116
+ "shape": "Sa"
63076
63117
  },
63077
63118
  "LexV2Bot": {
63078
- "shape": "S8"
63119
+ "shape": "Sd"
63079
63120
  }
63080
63121
  }
63081
63122
  }
@@ -63127,7 +63168,7 @@ module.exports={
63127
63168
  },
63128
63169
  "ResourceType": {},
63129
63170
  "StorageConfig": {
63130
- "shape": "Sg"
63171
+ "shape": "Sl"
63131
63172
  }
63132
63173
  }
63133
63174
  },
@@ -63175,7 +63216,7 @@ module.exports={
63175
63216
  "locationName": "InstanceId"
63176
63217
  },
63177
63218
  "LexBot": {
63178
- "shape": "S5"
63219
+ "shape": "Sa"
63179
63220
  }
63180
63221
  }
63181
63222
  }
@@ -63223,7 +63264,7 @@ module.exports={
63223
63264
  "locationName": "QueueId"
63224
63265
  },
63225
63266
  "QuickConnectIds": {
63226
- "shape": "S13"
63267
+ "shape": "S17"
63227
63268
  }
63228
63269
  }
63229
63270
  }
@@ -63249,7 +63290,7 @@ module.exports={
63249
63290
  "locationName": "RoutingProfileId"
63250
63291
  },
63251
63292
  "QueueConfigs": {
63252
- "shape": "S17"
63293
+ "shape": "S1b"
63253
63294
  }
63254
63295
  }
63255
63296
  }
@@ -63295,7 +63336,7 @@ module.exports={
63295
63336
  "PhoneNumber": {},
63296
63337
  "PhoneNumberDescription": {},
63297
63338
  "Tags": {
63298
- "shape": "S1j"
63339
+ "shape": "S1n"
63299
63340
  },
63300
63341
  "ClientToken": {
63301
63342
  "idempotencyToken": true
@@ -63334,7 +63375,7 @@ module.exports={
63334
63375
  "type": "integer"
63335
63376
  },
63336
63377
  "Tags": {
63337
- "shape": "S1j"
63378
+ "shape": "S1n"
63338
63379
  }
63339
63380
  }
63340
63381
  },
@@ -63369,7 +63410,7 @@ module.exports={
63369
63410
  "Description": {},
63370
63411
  "Content": {},
63371
63412
  "Tags": {
63372
- "shape": "S1j"
63413
+ "shape": "S1n"
63373
63414
  }
63374
63415
  }
63375
63416
  },
@@ -63402,7 +63443,7 @@ module.exports={
63402
63443
  "Description": {},
63403
63444
  "Content": {},
63404
63445
  "Tags": {
63405
- "shape": "S1j"
63446
+ "shape": "S1n"
63406
63447
  },
63407
63448
  "ClientToken": {
63408
63449
  "idempotencyToken": true
@@ -63417,6 +63458,49 @@ module.exports={
63417
63458
  }
63418
63459
  }
63419
63460
  },
63461
+ "CreateEvaluationForm": {
63462
+ "http": {
63463
+ "method": "PUT",
63464
+ "requestUri": "/evaluation-forms/{InstanceId}"
63465
+ },
63466
+ "input": {
63467
+ "type": "structure",
63468
+ "required": [
63469
+ "InstanceId",
63470
+ "Title",
63471
+ "Items"
63472
+ ],
63473
+ "members": {
63474
+ "InstanceId": {
63475
+ "location": "uri",
63476
+ "locationName": "InstanceId"
63477
+ },
63478
+ "Title": {},
63479
+ "Description": {},
63480
+ "Items": {
63481
+ "shape": "S2e"
63482
+ },
63483
+ "ScoringStrategy": {
63484
+ "shape": "S39"
63485
+ },
63486
+ "ClientToken": {
63487
+ "idempotencyToken": true
63488
+ }
63489
+ }
63490
+ },
63491
+ "output": {
63492
+ "type": "structure",
63493
+ "required": [
63494
+ "EvaluationFormId",
63495
+ "EvaluationFormArn"
63496
+ ],
63497
+ "members": {
63498
+ "EvaluationFormId": {},
63499
+ "EvaluationFormArn": {}
63500
+ }
63501
+ },
63502
+ "idempotent": true
63503
+ },
63420
63504
  "CreateHoursOfOperation": {
63421
63505
  "http": {
63422
63506
  "method": "PUT",
@@ -63439,10 +63523,10 @@ module.exports={
63439
63523
  "Description": {},
63440
63524
  "TimeZone": {},
63441
63525
  "Config": {
63442
- "shape": "S2b"
63526
+ "shape": "S3h"
63443
63527
  },
63444
63528
  "Tags": {
63445
- "shape": "S1j"
63529
+ "shape": "S1n"
63446
63530
  }
63447
63531
  }
63448
63532
  },
@@ -63470,7 +63554,7 @@ module.exports={
63470
63554
  "ClientToken": {},
63471
63555
  "IdentityManagementType": {},
63472
63556
  "InstanceAlias": {
63473
- "shape": "S2l"
63557
+ "shape": "S3r"
63474
63558
  },
63475
63559
  "DirectoryId": {},
63476
63560
  "InboundCallsEnabled": {
@@ -63512,7 +63596,7 @@ module.exports={
63512
63596
  "SourceApplicationName": {},
63513
63597
  "SourceType": {},
63514
63598
  "Tags": {
63515
- "shape": "S1j"
63599
+ "shape": "S1n"
63516
63600
  }
63517
63601
  }
63518
63602
  },
@@ -63584,17 +63668,17 @@ module.exports={
63584
63668
  "Name": {},
63585
63669
  "Description": {},
63586
63670
  "OutboundCallerConfig": {
63587
- "shape": "S39"
63671
+ "shape": "S4f"
63588
63672
  },
63589
63673
  "HoursOfOperationId": {},
63590
63674
  "MaxContacts": {
63591
63675
  "type": "integer"
63592
63676
  },
63593
63677
  "QuickConnectIds": {
63594
- "shape": "S13"
63678
+ "shape": "S17"
63595
63679
  },
63596
63680
  "Tags": {
63597
- "shape": "S1j"
63681
+ "shape": "S1n"
63598
63682
  }
63599
63683
  }
63600
63684
  },
@@ -63626,10 +63710,10 @@ module.exports={
63626
63710
  "Name": {},
63627
63711
  "Description": {},
63628
63712
  "QuickConnectConfig": {
63629
- "shape": "S3g"
63713
+ "shape": "S4m"
63630
63714
  },
63631
63715
  "Tags": {
63632
- "shape": "S1j"
63716
+ "shape": "S1n"
63633
63717
  }
63634
63718
  }
63635
63719
  },
@@ -63664,13 +63748,13 @@ module.exports={
63664
63748
  "Description": {},
63665
63749
  "DefaultOutboundQueueId": {},
63666
63750
  "QueueConfigs": {
63667
- "shape": "S17"
63751
+ "shape": "S1b"
63668
63752
  },
63669
63753
  "MediaConcurrencies": {
63670
- "shape": "S3q"
63754
+ "shape": "S4w"
63671
63755
  },
63672
63756
  "Tags": {
63673
- "shape": "S1j"
63757
+ "shape": "S1n"
63674
63758
  }
63675
63759
  }
63676
63760
  },
@@ -63703,11 +63787,11 @@ module.exports={
63703
63787
  },
63704
63788
  "Name": {},
63705
63789
  "TriggerEventSource": {
63706
- "shape": "S3y"
63790
+ "shape": "S54"
63707
63791
  },
63708
63792
  "Function": {},
63709
63793
  "Actions": {
63710
- "shape": "S41"
63794
+ "shape": "S57"
63711
63795
  },
63712
63796
  "PublishStatus": {},
63713
63797
  "ClientToken": {
@@ -63742,20 +63826,20 @@ module.exports={
63742
63826
  "SecurityProfileName": {},
63743
63827
  "Description": {},
63744
63828
  "Permissions": {
63745
- "shape": "S4u"
63829
+ "shape": "S60"
63746
63830
  },
63747
63831
  "InstanceId": {
63748
63832
  "location": "uri",
63749
63833
  "locationName": "InstanceId"
63750
63834
  },
63751
63835
  "Tags": {
63752
- "shape": "S1j"
63836
+ "shape": "S1n"
63753
63837
  },
63754
63838
  "AllowedAccessControlTags": {
63755
- "shape": "S4w"
63839
+ "shape": "S62"
63756
63840
  },
63757
63841
  "TagRestrictedResources": {
63758
- "shape": "S4z"
63842
+ "shape": "S65"
63759
63843
  }
63760
63844
  }
63761
63845
  },
@@ -63788,14 +63872,14 @@ module.exports={
63788
63872
  "Description": {},
63789
63873
  "ContactFlowId": {},
63790
63874
  "Constraints": {
63791
- "shape": "S56"
63875
+ "shape": "S6c"
63792
63876
  },
63793
63877
  "Defaults": {
63794
- "shape": "S5f"
63878
+ "shape": "S6l"
63795
63879
  },
63796
63880
  "Status": {},
63797
63881
  "Fields": {
63798
- "shape": "S5k"
63882
+ "shape": "S6q"
63799
63883
  },
63800
63884
  "ClientToken": {
63801
63885
  "idempotencyToken": true
@@ -63833,7 +63917,7 @@ module.exports={
63833
63917
  "idempotencyToken": true
63834
63918
  },
63835
63919
  "Tags": {
63836
- "shape": "S1j"
63920
+ "shape": "S1n"
63837
63921
  }
63838
63922
  }
63839
63923
  },
@@ -63868,7 +63952,7 @@ module.exports={
63868
63952
  },
63869
63953
  "UseCaseType": {},
63870
63954
  "Tags": {
63871
- "shape": "S1j"
63955
+ "shape": "S1n"
63872
63956
  }
63873
63957
  }
63874
63958
  },
@@ -63898,14 +63982,14 @@ module.exports={
63898
63982
  "Username": {},
63899
63983
  "Password": {},
63900
63984
  "IdentityInfo": {
63901
- "shape": "S67"
63985
+ "shape": "S7d"
63902
63986
  },
63903
63987
  "PhoneConfig": {
63904
- "shape": "S6b"
63988
+ "shape": "S7h"
63905
63989
  },
63906
63990
  "DirectoryUserId": {},
63907
63991
  "SecurityProfileIds": {
63908
- "shape": "S6g"
63992
+ "shape": "S7m"
63909
63993
  },
63910
63994
  "RoutingProfileId": {},
63911
63995
  "HierarchyGroupId": {},
@@ -63914,7 +63998,7 @@ module.exports={
63914
63998
  "locationName": "InstanceId"
63915
63999
  },
63916
64000
  "Tags": {
63917
- "shape": "S1j"
64001
+ "shape": "S1n"
63918
64002
  }
63919
64003
  }
63920
64004
  },
@@ -63945,7 +64029,7 @@ module.exports={
63945
64029
  "locationName": "InstanceId"
63946
64030
  },
63947
64031
  "Tags": {
63948
- "shape": "S1j"
64032
+ "shape": "S1n"
63949
64033
  }
63950
64034
  }
63951
64035
  },
@@ -63981,7 +64065,7 @@ module.exports={
63981
64065
  "LanguageCode": {},
63982
64066
  "Content": {},
63983
64067
  "Tags": {
63984
- "shape": "S1j"
64068
+ "shape": "S1n"
63985
64069
  }
63986
64070
  }
63987
64071
  },
@@ -63999,6 +64083,70 @@ module.exports={
63999
64083
  }
64000
64084
  }
64001
64085
  },
64086
+ "DeactivateEvaluationForm": {
64087
+ "http": {
64088
+ "requestUri": "/evaluation-forms/{InstanceId}/{EvaluationFormId}/deactivate"
64089
+ },
64090
+ "input": {
64091
+ "type": "structure",
64092
+ "required": [
64093
+ "InstanceId",
64094
+ "EvaluationFormId",
64095
+ "EvaluationFormVersion"
64096
+ ],
64097
+ "members": {
64098
+ "InstanceId": {
64099
+ "location": "uri",
64100
+ "locationName": "InstanceId"
64101
+ },
64102
+ "EvaluationFormId": {
64103
+ "location": "uri",
64104
+ "locationName": "EvaluationFormId"
64105
+ },
64106
+ "EvaluationFormVersion": {
64107
+ "type": "integer"
64108
+ }
64109
+ }
64110
+ },
64111
+ "output": {
64112
+ "type": "structure",
64113
+ "required": [
64114
+ "EvaluationFormId",
64115
+ "EvaluationFormArn",
64116
+ "EvaluationFormVersion"
64117
+ ],
64118
+ "members": {
64119
+ "EvaluationFormId": {},
64120
+ "EvaluationFormArn": {},
64121
+ "EvaluationFormVersion": {
64122
+ "type": "integer"
64123
+ }
64124
+ }
64125
+ }
64126
+ },
64127
+ "DeleteContactEvaluation": {
64128
+ "http": {
64129
+ "method": "DELETE",
64130
+ "requestUri": "/contact-evaluations/{InstanceId}/{EvaluationId}"
64131
+ },
64132
+ "input": {
64133
+ "type": "structure",
64134
+ "required": [
64135
+ "InstanceId",
64136
+ "EvaluationId"
64137
+ ],
64138
+ "members": {
64139
+ "InstanceId": {
64140
+ "location": "uri",
64141
+ "locationName": "InstanceId"
64142
+ },
64143
+ "EvaluationId": {
64144
+ "location": "uri",
64145
+ "locationName": "EvaluationId"
64146
+ }
64147
+ }
64148
+ }
64149
+ },
64002
64150
  "DeleteContactFlow": {
64003
64151
  "http": {
64004
64152
  "method": "DELETE",
@@ -64053,6 +64201,34 @@ module.exports={
64053
64201
  "members": {}
64054
64202
  }
64055
64203
  },
64204
+ "DeleteEvaluationForm": {
64205
+ "http": {
64206
+ "method": "DELETE",
64207
+ "requestUri": "/evaluation-forms/{InstanceId}/{EvaluationFormId}"
64208
+ },
64209
+ "input": {
64210
+ "type": "structure",
64211
+ "required": [
64212
+ "InstanceId",
64213
+ "EvaluationFormId"
64214
+ ],
64215
+ "members": {
64216
+ "InstanceId": {
64217
+ "location": "uri",
64218
+ "locationName": "InstanceId"
64219
+ },
64220
+ "EvaluationFormId": {
64221
+ "location": "uri",
64222
+ "locationName": "EvaluationFormId"
64223
+ },
64224
+ "EvaluationFormVersion": {
64225
+ "location": "querystring",
64226
+ "locationName": "version",
64227
+ "type": "integer"
64228
+ }
64229
+ }
64230
+ }
64231
+ },
64056
64232
  "DeleteHoursOfOperation": {
64057
64233
  "http": {
64058
64234
  "method": "DELETE",
@@ -64382,7 +64558,7 @@ module.exports={
64382
64558
  },
64383
64559
  "State": {},
64384
64560
  "Tags": {
64385
- "shape": "S1j"
64561
+ "shape": "S1n"
64386
64562
  }
64387
64563
  }
64388
64564
  }
@@ -64467,6 +64643,130 @@ module.exports={
64467
64643
  }
64468
64644
  }
64469
64645
  },
64646
+ "DescribeContactEvaluation": {
64647
+ "http": {
64648
+ "method": "GET",
64649
+ "requestUri": "/contact-evaluations/{InstanceId}/{EvaluationId}"
64650
+ },
64651
+ "input": {
64652
+ "type": "structure",
64653
+ "required": [
64654
+ "InstanceId",
64655
+ "EvaluationId"
64656
+ ],
64657
+ "members": {
64658
+ "InstanceId": {
64659
+ "location": "uri",
64660
+ "locationName": "InstanceId"
64661
+ },
64662
+ "EvaluationId": {
64663
+ "location": "uri",
64664
+ "locationName": "EvaluationId"
64665
+ }
64666
+ }
64667
+ },
64668
+ "output": {
64669
+ "type": "structure",
64670
+ "required": [
64671
+ "Evaluation",
64672
+ "EvaluationForm"
64673
+ ],
64674
+ "members": {
64675
+ "Evaluation": {
64676
+ "type": "structure",
64677
+ "required": [
64678
+ "EvaluationId",
64679
+ "EvaluationArn",
64680
+ "Metadata",
64681
+ "Answers",
64682
+ "Notes",
64683
+ "Status",
64684
+ "CreatedTime",
64685
+ "LastModifiedTime"
64686
+ ],
64687
+ "members": {
64688
+ "EvaluationId": {},
64689
+ "EvaluationArn": {},
64690
+ "Metadata": {
64691
+ "type": "structure",
64692
+ "required": [
64693
+ "ContactId",
64694
+ "EvaluatorArn"
64695
+ ],
64696
+ "members": {
64697
+ "ContactId": {},
64698
+ "EvaluatorArn": {},
64699
+ "ContactAgentId": {},
64700
+ "Score": {
64701
+ "shape": "S94"
64702
+ }
64703
+ }
64704
+ },
64705
+ "Answers": {
64706
+ "type": "map",
64707
+ "key": {},
64708
+ "value": {
64709
+ "type": "structure",
64710
+ "members": {
64711
+ "Value": {
64712
+ "shape": "S98"
64713
+ },
64714
+ "SystemSuggestedValue": {
64715
+ "shape": "S98"
64716
+ }
64717
+ }
64718
+ }
64719
+ },
64720
+ "Notes": {
64721
+ "shape": "S9b"
64722
+ },
64723
+ "Status": {},
64724
+ "Scores": {
64725
+ "type": "map",
64726
+ "key": {},
64727
+ "value": {
64728
+ "shape": "S94"
64729
+ }
64730
+ },
64731
+ "CreatedTime": {
64732
+ "type": "timestamp"
64733
+ },
64734
+ "LastModifiedTime": {
64735
+ "type": "timestamp"
64736
+ },
64737
+ "Tags": {
64738
+ "shape": "S1n"
64739
+ }
64740
+ }
64741
+ },
64742
+ "EvaluationForm": {
64743
+ "type": "structure",
64744
+ "required": [
64745
+ "EvaluationFormVersion",
64746
+ "EvaluationFormId",
64747
+ "EvaluationFormArn",
64748
+ "Title",
64749
+ "Items"
64750
+ ],
64751
+ "members": {
64752
+ "EvaluationFormVersion": {
64753
+ "type": "integer"
64754
+ },
64755
+ "EvaluationFormId": {},
64756
+ "EvaluationFormArn": {},
64757
+ "Title": {},
64758
+ "Description": {},
64759
+ "Items": {
64760
+ "shape": "S2e"
64761
+ },
64762
+ "ScoringStrategy": {
64763
+ "shape": "S39"
64764
+ }
64765
+ }
64766
+ }
64767
+ }
64768
+ }
64769
+ },
64470
64770
  "DescribeContactFlow": {
64471
64771
  "http": {
64472
64772
  "method": "GET",
@@ -64503,7 +64803,7 @@ module.exports={
64503
64803
  "Description": {},
64504
64804
  "Content": {},
64505
64805
  "Tags": {
64506
- "shape": "S1j"
64806
+ "shape": "S1n"
64507
64807
  }
64508
64808
  }
64509
64809
  }
@@ -64546,7 +64846,89 @@ module.exports={
64546
64846
  "State": {},
64547
64847
  "Status": {},
64548
64848
  "Tags": {
64549
- "shape": "S1j"
64849
+ "shape": "S1n"
64850
+ }
64851
+ }
64852
+ }
64853
+ }
64854
+ }
64855
+ },
64856
+ "DescribeEvaluationForm": {
64857
+ "http": {
64858
+ "method": "GET",
64859
+ "requestUri": "/evaluation-forms/{InstanceId}/{EvaluationFormId}"
64860
+ },
64861
+ "input": {
64862
+ "type": "structure",
64863
+ "required": [
64864
+ "InstanceId",
64865
+ "EvaluationFormId"
64866
+ ],
64867
+ "members": {
64868
+ "InstanceId": {
64869
+ "location": "uri",
64870
+ "locationName": "InstanceId"
64871
+ },
64872
+ "EvaluationFormId": {
64873
+ "location": "uri",
64874
+ "locationName": "EvaluationFormId"
64875
+ },
64876
+ "EvaluationFormVersion": {
64877
+ "location": "querystring",
64878
+ "locationName": "version",
64879
+ "type": "integer"
64880
+ }
64881
+ }
64882
+ },
64883
+ "output": {
64884
+ "type": "structure",
64885
+ "required": [
64886
+ "EvaluationForm"
64887
+ ],
64888
+ "members": {
64889
+ "EvaluationForm": {
64890
+ "type": "structure",
64891
+ "required": [
64892
+ "EvaluationFormId",
64893
+ "EvaluationFormVersion",
64894
+ "Locked",
64895
+ "EvaluationFormArn",
64896
+ "Title",
64897
+ "Status",
64898
+ "Items",
64899
+ "CreatedTime",
64900
+ "CreatedBy",
64901
+ "LastModifiedTime",
64902
+ "LastModifiedBy"
64903
+ ],
64904
+ "members": {
64905
+ "EvaluationFormId": {},
64906
+ "EvaluationFormVersion": {
64907
+ "type": "integer"
64908
+ },
64909
+ "Locked": {
64910
+ "type": "boolean"
64911
+ },
64912
+ "EvaluationFormArn": {},
64913
+ "Title": {},
64914
+ "Description": {},
64915
+ "Status": {},
64916
+ "Items": {
64917
+ "shape": "S2e"
64918
+ },
64919
+ "ScoringStrategy": {
64920
+ "shape": "S39"
64921
+ },
64922
+ "CreatedTime": {
64923
+ "type": "timestamp"
64924
+ },
64925
+ "CreatedBy": {},
64926
+ "LastModifiedTime": {
64927
+ "type": "timestamp"
64928
+ },
64929
+ "LastModifiedBy": {},
64930
+ "Tags": {
64931
+ "shape": "S1n"
64550
64932
  }
64551
64933
  }
64552
64934
  }
@@ -64587,10 +64969,10 @@ module.exports={
64587
64969
  "Description": {},
64588
64970
  "TimeZone": {},
64589
64971
  "Config": {
64590
- "shape": "S2b"
64972
+ "shape": "S3h"
64591
64973
  },
64592
64974
  "Tags": {
64593
- "shape": "S1j"
64975
+ "shape": "S1n"
64594
64976
  }
64595
64977
  }
64596
64978
  }
@@ -64624,7 +65006,7 @@ module.exports={
64624
65006
  "Arn": {},
64625
65007
  "IdentityManagementType": {},
64626
65008
  "InstanceAlias": {
64627
- "shape": "S2l"
65009
+ "shape": "S3r"
64628
65010
  },
64629
65011
  "CreatedTime": {
64630
65012
  "type": "timestamp"
@@ -64674,7 +65056,7 @@ module.exports={
64674
65056
  "type": "structure",
64675
65057
  "members": {
64676
65058
  "Attribute": {
64677
- "shape": "S8b"
65059
+ "shape": "Sa7"
64678
65060
  }
64679
65061
  }
64680
65062
  }
@@ -64710,7 +65092,7 @@ module.exports={
64710
65092
  "type": "structure",
64711
65093
  "members": {
64712
65094
  "StorageConfig": {
64713
- "shape": "Sg"
65095
+ "shape": "Sl"
64714
65096
  }
64715
65097
  }
64716
65098
  }
@@ -64746,7 +65128,7 @@ module.exports={
64746
65128
  "PhoneNumberDescription": {},
64747
65129
  "TargetArn": {},
64748
65130
  "Tags": {
64749
- "shape": "S1j"
65131
+ "shape": "S1n"
64750
65132
  },
64751
65133
  "PhoneNumberStatus": {
64752
65134
  "type": "structure",
@@ -64786,7 +65168,7 @@ module.exports={
64786
65168
  "type": "structure",
64787
65169
  "members": {
64788
65170
  "Queue": {
64789
- "shape": "S8p"
65171
+ "shape": "Sal"
64790
65172
  }
64791
65173
  }
64792
65174
  }
@@ -64824,10 +65206,10 @@ module.exports={
64824
65206
  "Name": {},
64825
65207
  "Description": {},
64826
65208
  "QuickConnectConfig": {
64827
- "shape": "S3g"
65209
+ "shape": "S4m"
64828
65210
  },
64829
65211
  "Tags": {
64830
- "shape": "S1j"
65212
+ "shape": "S1n"
64831
65213
  }
64832
65214
  }
64833
65215
  }
@@ -64860,7 +65242,7 @@ module.exports={
64860
65242
  "type": "structure",
64861
65243
  "members": {
64862
65244
  "RoutingProfile": {
64863
- "shape": "S8w"
65245
+ "shape": "Sas"
64864
65246
  }
64865
65247
  }
64866
65248
  }
@@ -64912,11 +65294,11 @@ module.exports={
64912
65294
  "RuleId": {},
64913
65295
  "RuleArn": {},
64914
65296
  "TriggerEventSource": {
64915
- "shape": "S3y"
65297
+ "shape": "S54"
64916
65298
  },
64917
65299
  "Function": {},
64918
65300
  "Actions": {
64919
- "shape": "S41"
65301
+ "shape": "S57"
64920
65302
  },
64921
65303
  "PublishStatus": {},
64922
65304
  "CreatedTime": {
@@ -64927,7 +65309,7 @@ module.exports={
64927
65309
  },
64928
65310
  "LastUpdatedBy": {},
64929
65311
  "Tags": {
64930
- "shape": "S1j"
65312
+ "shape": "S1n"
64931
65313
  }
64932
65314
  }
64933
65315
  }
@@ -64968,13 +65350,13 @@ module.exports={
64968
65350
  "SecurityProfileName": {},
64969
65351
  "Description": {},
64970
65352
  "Tags": {
64971
- "shape": "S1j"
65353
+ "shape": "S1n"
64972
65354
  },
64973
65355
  "AllowedAccessControlTags": {
64974
- "shape": "S4w"
65356
+ "shape": "S62"
64975
65357
  },
64976
65358
  "TagRestrictedResources": {
64977
- "shape": "S4z"
65359
+ "shape": "S65"
64978
65360
  }
64979
65361
  }
64980
65362
  }
@@ -65011,7 +65393,7 @@ module.exports={
65011
65393
  "InstanceArn": {},
65012
65394
  "Status": {},
65013
65395
  "Tags": {
65014
- "shape": "S1j"
65396
+ "shape": "S1n"
65015
65397
  }
65016
65398
  }
65017
65399
  }
@@ -65050,19 +65432,19 @@ module.exports={
65050
65432
  "Arn": {},
65051
65433
  "Username": {},
65052
65434
  "IdentityInfo": {
65053
- "shape": "S67"
65435
+ "shape": "S7d"
65054
65436
  },
65055
65437
  "PhoneConfig": {
65056
- "shape": "S6b"
65438
+ "shape": "S7h"
65057
65439
  },
65058
65440
  "DirectoryUserId": {},
65059
65441
  "SecurityProfileIds": {
65060
- "shape": "S6g"
65442
+ "shape": "S7m"
65061
65443
  },
65062
65444
  "RoutingProfileId": {},
65063
65445
  "HierarchyGroupId": {},
65064
65446
  "Tags": {
65065
- "shape": "S1j"
65447
+ "shape": "S1n"
65066
65448
  }
65067
65449
  }
65068
65450
  }
@@ -65105,24 +65487,24 @@ module.exports={
65105
65487
  "type": "structure",
65106
65488
  "members": {
65107
65489
  "LevelOne": {
65108
- "shape": "S9i"
65490
+ "shape": "Sbe"
65109
65491
  },
65110
65492
  "LevelTwo": {
65111
- "shape": "S9i"
65493
+ "shape": "Sbe"
65112
65494
  },
65113
65495
  "LevelThree": {
65114
- "shape": "S9i"
65496
+ "shape": "Sbe"
65115
65497
  },
65116
65498
  "LevelFour": {
65117
- "shape": "S9i"
65499
+ "shape": "Sbe"
65118
65500
  },
65119
65501
  "LevelFive": {
65120
- "shape": "S9i"
65502
+ "shape": "Sbe"
65121
65503
  }
65122
65504
  }
65123
65505
  },
65124
65506
  "Tags": {
65125
- "shape": "S1j"
65507
+ "shape": "S1n"
65126
65508
  }
65127
65509
  }
65128
65510
  }
@@ -65153,19 +65535,19 @@ module.exports={
65153
65535
  "type": "structure",
65154
65536
  "members": {
65155
65537
  "LevelOne": {
65156
- "shape": "S9m"
65538
+ "shape": "Sbi"
65157
65539
  },
65158
65540
  "LevelTwo": {
65159
- "shape": "S9m"
65541
+ "shape": "Sbi"
65160
65542
  },
65161
65543
  "LevelThree": {
65162
- "shape": "S9m"
65544
+ "shape": "Sbi"
65163
65545
  },
65164
65546
  "LevelFour": {
65165
- "shape": "S9m"
65547
+ "shape": "Sbi"
65166
65548
  },
65167
65549
  "LevelFive": {
65168
- "shape": "S9m"
65550
+ "shape": "Sbi"
65169
65551
  }
65170
65552
  }
65171
65553
  }
@@ -65222,7 +65604,7 @@ module.exports={
65222
65604
  "FailureReason": {},
65223
65605
  "Content": {},
65224
65606
  "Tags": {
65225
- "shape": "S1j"
65607
+ "shape": "S1n"
65226
65608
  }
65227
65609
  }
65228
65610
  }
@@ -65267,10 +65649,10 @@ module.exports={
65267
65649
  "locationName": "InstanceId"
65268
65650
  },
65269
65651
  "LexBot": {
65270
- "shape": "S5"
65652
+ "shape": "Sa"
65271
65653
  },
65272
65654
  "LexV2Bot": {
65273
- "shape": "S8"
65655
+ "shape": "Sd"
65274
65656
  }
65275
65657
  }
65276
65658
  }
@@ -65398,7 +65780,7 @@ module.exports={
65398
65780
  "locationName": "QueueId"
65399
65781
  },
65400
65782
  "QuickConnectIds": {
65401
- "shape": "S13"
65783
+ "shape": "S17"
65402
65784
  }
65403
65785
  }
65404
65786
  }
@@ -65426,7 +65808,7 @@ module.exports={
65426
65808
  "QueueReferences": {
65427
65809
  "type": "list",
65428
65810
  "member": {
65429
- "shape": "S19"
65811
+ "shape": "S1d"
65430
65812
  }
65431
65813
  }
65432
65814
  }
@@ -65509,7 +65891,7 @@ module.exports={
65509
65891
  "type": "structure",
65510
65892
  "members": {
65511
65893
  "Attributes": {
65512
- "shape": "Sa7"
65894
+ "shape": "Sc3"
65513
65895
  }
65514
65896
  }
65515
65897
  }
@@ -65531,15 +65913,15 @@ module.exports={
65531
65913
  "locationName": "InstanceId"
65532
65914
  },
65533
65915
  "Filters": {
65534
- "shape": "Sab"
65916
+ "shape": "Sc7"
65535
65917
  },
65536
65918
  "Groupings": {
65537
- "shape": "Saf"
65919
+ "shape": "Scb"
65538
65920
  },
65539
65921
  "CurrentMetrics": {
65540
65922
  "type": "list",
65541
65923
  "member": {
65542
- "shape": "Sai"
65924
+ "shape": "Sce"
65543
65925
  }
65544
65926
  },
65545
65927
  "NextToken": {},
@@ -65568,7 +65950,7 @@ module.exports={
65568
65950
  "type": "structure",
65569
65951
  "members": {
65570
65952
  "Dimensions": {
65571
- "shape": "Sat"
65953
+ "shape": "Scp"
65572
65954
  },
65573
65955
  "Collections": {
65574
65956
  "type": "list",
@@ -65576,7 +65958,7 @@ module.exports={
65576
65958
  "type": "structure",
65577
65959
  "members": {
65578
65960
  "Metric": {
65579
- "shape": "Sai"
65961
+ "shape": "Sce"
65580
65962
  },
65581
65963
  "Value": {
65582
65964
  "type": "double"
@@ -65615,7 +65997,7 @@ module.exports={
65615
65997
  "type": "structure",
65616
65998
  "members": {
65617
65999
  "Queues": {
65618
- "shape": "Sac"
66000
+ "shape": "Sc8"
65619
66001
  },
65620
66002
  "ContactFilter": {
65621
66003
  "type": "structure",
@@ -65627,7 +66009,7 @@ module.exports={
65627
66009
  }
65628
66010
  },
65629
66011
  "RoutingProfiles": {
65630
- "shape": "Sae"
66012
+ "shape": "Sca"
65631
66013
  },
65632
66014
  "Agents": {
65633
66015
  "type": "list",
@@ -65662,25 +66044,25 @@ module.exports={
65662
66044
  }
65663
66045
  },
65664
66046
  "RoutingProfile": {
65665
- "shape": "Sav"
66047
+ "shape": "Scr"
65666
66048
  },
65667
66049
  "HierarchyPath": {
65668
66050
  "type": "structure",
65669
66051
  "members": {
65670
66052
  "LevelOne": {
65671
- "shape": "Sbc"
66053
+ "shape": "Sd8"
65672
66054
  },
65673
66055
  "LevelTwo": {
65674
- "shape": "Sbc"
66056
+ "shape": "Sd8"
65675
66057
  },
65676
66058
  "LevelThree": {
65677
- "shape": "Sbc"
66059
+ "shape": "Sd8"
65678
66060
  },
65679
66061
  "LevelFour": {
65680
- "shape": "Sbc"
66062
+ "shape": "Sd8"
65681
66063
  },
65682
66064
  "LevelFive": {
65683
- "shape": "Sbc"
66065
+ "shape": "Sd8"
65684
66066
  }
65685
66067
  }
65686
66068
  },
@@ -65695,13 +66077,13 @@ module.exports={
65695
66077
  }
65696
66078
  },
65697
66079
  "AvailableSlotsByChannel": {
65698
- "shape": "Sbe"
66080
+ "shape": "Sda"
65699
66081
  },
65700
66082
  "MaxSlotsByChannel": {
65701
- "shape": "Sbe"
66083
+ "shape": "Sda"
65702
66084
  },
65703
66085
  "ActiveSlotsByChannel": {
65704
- "shape": "Sbe"
66086
+ "shape": "Sda"
65705
66087
  },
65706
66088
  "Contacts": {
65707
66089
  "type": "list",
@@ -65719,7 +66101,7 @@ module.exports={
65719
66101
  "type": "timestamp"
65720
66102
  },
65721
66103
  "Queue": {
65722
- "shape": "Sau"
66104
+ "shape": "Scq"
65723
66105
  }
65724
66106
  }
65725
66107
  }
@@ -65758,13 +66140,13 @@ module.exports={
65758
66140
  "type": "structure",
65759
66141
  "members": {
65760
66142
  "AccessToken": {
65761
- "shape": "Sbl"
66143
+ "shape": "Sdh"
65762
66144
  },
65763
66145
  "AccessTokenExpiration": {
65764
66146
  "type": "timestamp"
65765
66147
  },
65766
66148
  "RefreshToken": {
65767
- "shape": "Sbl"
66149
+ "shape": "Sdh"
65768
66150
  },
65769
66151
  "RefreshTokenExpiration": {
65770
66152
  "type": "timestamp"
@@ -65802,15 +66184,15 @@ module.exports={
65802
66184
  "type": "timestamp"
65803
66185
  },
65804
66186
  "Filters": {
65805
- "shape": "Sab"
66187
+ "shape": "Sc7"
65806
66188
  },
65807
66189
  "Groupings": {
65808
- "shape": "Saf"
66190
+ "shape": "Scb"
65809
66191
  },
65810
66192
  "HistoricalMetrics": {
65811
66193
  "type": "list",
65812
66194
  "member": {
65813
- "shape": "Sbp"
66195
+ "shape": "Sdl"
65814
66196
  }
65815
66197
  },
65816
66198
  "NextToken": {},
@@ -65829,7 +66211,7 @@ module.exports={
65829
66211
  "type": "structure",
65830
66212
  "members": {
65831
66213
  "Dimensions": {
65832
- "shape": "Sat"
66214
+ "shape": "Scp"
65833
66215
  },
65834
66216
  "Collections": {
65835
66217
  "type": "list",
@@ -65837,7 +66219,7 @@ module.exports={
65837
66219
  "type": "structure",
65838
66220
  "members": {
65839
66221
  "Metric": {
65840
- "shape": "Sbp"
66222
+ "shape": "Sdl"
65841
66223
  },
65842
66224
  "Value": {
65843
66225
  "type": "double"
@@ -65892,7 +66274,7 @@ module.exports={
65892
66274
  "Metrics": {
65893
66275
  "type": "list",
65894
66276
  "member": {
65895
- "shape": "Sc8"
66277
+ "shape": "Se4"
65896
66278
  }
65897
66279
  },
65898
66280
  "NextToken": {},
@@ -65921,7 +66303,7 @@ module.exports={
65921
66303
  "type": "structure",
65922
66304
  "members": {
65923
66305
  "Metric": {
65924
- "shape": "Sc8"
66306
+ "shape": "Se4"
65925
66307
  },
65926
66308
  "Value": {
65927
66309
  "type": "double"
@@ -65976,13 +66358,13 @@ module.exports={
65976
66358
  "Description": {},
65977
66359
  "ContactFlowId": {},
65978
66360
  "Constraints": {
65979
- "shape": "S56"
66361
+ "shape": "S6c"
65980
66362
  },
65981
66363
  "Defaults": {
65982
- "shape": "S5f"
66364
+ "shape": "S6l"
65983
66365
  },
65984
66366
  "Fields": {
65985
- "shape": "S5k"
66367
+ "shape": "S6q"
65986
66368
  },
65987
66369
  "Status": {},
65988
66370
  "LastModifiedTime": {
@@ -65992,7 +66374,7 @@ module.exports={
65992
66374
  "type": "timestamp"
65993
66375
  },
65994
66376
  "Tags": {
65995
- "shape": "S1j"
66377
+ "shape": "S1n"
65996
66378
  }
65997
66379
  }
65998
66380
  }
@@ -66018,7 +66400,7 @@ module.exports={
66018
66400
  "type": "structure",
66019
66401
  "members": {
66020
66402
  "TelephonyConfig": {
66021
- "shape": "Sct"
66403
+ "shape": "Sep"
66022
66404
  },
66023
66405
  "Id": {},
66024
66406
  "Arn": {}
@@ -66153,10 +66535,79 @@ module.exports={
66153
66535
  "type": "structure",
66154
66536
  "members": {
66155
66537
  "LexBot": {
66156
- "shape": "S5"
66538
+ "shape": "Sa"
66157
66539
  },
66158
66540
  "LexV2Bot": {
66159
- "shape": "S8"
66541
+ "shape": "Sd"
66542
+ }
66543
+ }
66544
+ }
66545
+ },
66546
+ "NextToken": {}
66547
+ }
66548
+ }
66549
+ },
66550
+ "ListContactEvaluations": {
66551
+ "http": {
66552
+ "method": "GET",
66553
+ "requestUri": "/contact-evaluations/{InstanceId}"
66554
+ },
66555
+ "input": {
66556
+ "type": "structure",
66557
+ "required": [
66558
+ "InstanceId",
66559
+ "ContactId"
66560
+ ],
66561
+ "members": {
66562
+ "InstanceId": {
66563
+ "location": "uri",
66564
+ "locationName": "InstanceId"
66565
+ },
66566
+ "ContactId": {
66567
+ "location": "querystring",
66568
+ "locationName": "contactId"
66569
+ },
66570
+ "NextToken": {
66571
+ "location": "querystring",
66572
+ "locationName": "nextToken"
66573
+ }
66574
+ }
66575
+ },
66576
+ "output": {
66577
+ "type": "structure",
66578
+ "required": [
66579
+ "EvaluationSummaryList"
66580
+ ],
66581
+ "members": {
66582
+ "EvaluationSummaryList": {
66583
+ "type": "list",
66584
+ "member": {
66585
+ "type": "structure",
66586
+ "required": [
66587
+ "EvaluationId",
66588
+ "EvaluationArn",
66589
+ "EvaluationFormTitle",
66590
+ "EvaluationFormId",
66591
+ "Status",
66592
+ "EvaluatorArn",
66593
+ "CreatedTime",
66594
+ "LastModifiedTime"
66595
+ ],
66596
+ "members": {
66597
+ "EvaluationId": {},
66598
+ "EvaluationArn": {},
66599
+ "EvaluationFormTitle": {},
66600
+ "EvaluationFormId": {},
66601
+ "Status": {},
66602
+ "EvaluatorArn": {},
66603
+ "Score": {
66604
+ "shape": "S94"
66605
+ },
66606
+ "CreatedTime": {
66607
+ "type": "timestamp"
66608
+ },
66609
+ "LastModifiedTime": {
66610
+ "type": "timestamp"
66160
66611
  }
66161
66612
  }
66162
66613
  }
@@ -66407,6 +66858,158 @@ module.exports={
66407
66858
  }
66408
66859
  }
66409
66860
  },
66861
+ "ListEvaluationFormVersions": {
66862
+ "http": {
66863
+ "method": "GET",
66864
+ "requestUri": "/evaluation-forms/{InstanceId}/{EvaluationFormId}/versions"
66865
+ },
66866
+ "input": {
66867
+ "type": "structure",
66868
+ "required": [
66869
+ "InstanceId",
66870
+ "EvaluationFormId"
66871
+ ],
66872
+ "members": {
66873
+ "InstanceId": {
66874
+ "location": "uri",
66875
+ "locationName": "InstanceId"
66876
+ },
66877
+ "EvaluationFormId": {
66878
+ "location": "uri",
66879
+ "locationName": "EvaluationFormId"
66880
+ },
66881
+ "MaxResults": {
66882
+ "location": "querystring",
66883
+ "locationName": "maxResults",
66884
+ "type": "integer"
66885
+ },
66886
+ "NextToken": {
66887
+ "location": "querystring",
66888
+ "locationName": "nextToken"
66889
+ }
66890
+ }
66891
+ },
66892
+ "output": {
66893
+ "type": "structure",
66894
+ "required": [
66895
+ "EvaluationFormVersionSummaryList"
66896
+ ],
66897
+ "members": {
66898
+ "EvaluationFormVersionSummaryList": {
66899
+ "type": "list",
66900
+ "member": {
66901
+ "type": "structure",
66902
+ "required": [
66903
+ "EvaluationFormArn",
66904
+ "EvaluationFormId",
66905
+ "EvaluationFormVersion",
66906
+ "Locked",
66907
+ "Status",
66908
+ "CreatedTime",
66909
+ "CreatedBy",
66910
+ "LastModifiedTime",
66911
+ "LastModifiedBy"
66912
+ ],
66913
+ "members": {
66914
+ "EvaluationFormArn": {},
66915
+ "EvaluationFormId": {},
66916
+ "EvaluationFormVersion": {
66917
+ "type": "integer"
66918
+ },
66919
+ "Locked": {
66920
+ "type": "boolean"
66921
+ },
66922
+ "Status": {},
66923
+ "CreatedTime": {
66924
+ "type": "timestamp"
66925
+ },
66926
+ "CreatedBy": {},
66927
+ "LastModifiedTime": {
66928
+ "type": "timestamp"
66929
+ },
66930
+ "LastModifiedBy": {}
66931
+ }
66932
+ }
66933
+ },
66934
+ "NextToken": {}
66935
+ }
66936
+ }
66937
+ },
66938
+ "ListEvaluationForms": {
66939
+ "http": {
66940
+ "method": "GET",
66941
+ "requestUri": "/evaluation-forms/{InstanceId}"
66942
+ },
66943
+ "input": {
66944
+ "type": "structure",
66945
+ "required": [
66946
+ "InstanceId"
66947
+ ],
66948
+ "members": {
66949
+ "InstanceId": {
66950
+ "location": "uri",
66951
+ "locationName": "InstanceId"
66952
+ },
66953
+ "MaxResults": {
66954
+ "location": "querystring",
66955
+ "locationName": "maxResults",
66956
+ "type": "integer"
66957
+ },
66958
+ "NextToken": {
66959
+ "location": "querystring",
66960
+ "locationName": "nextToken"
66961
+ }
66962
+ }
66963
+ },
66964
+ "output": {
66965
+ "type": "structure",
66966
+ "required": [
66967
+ "EvaluationFormSummaryList"
66968
+ ],
66969
+ "members": {
66970
+ "EvaluationFormSummaryList": {
66971
+ "type": "list",
66972
+ "member": {
66973
+ "type": "structure",
66974
+ "required": [
66975
+ "EvaluationFormId",
66976
+ "EvaluationFormArn",
66977
+ "Title",
66978
+ "CreatedTime",
66979
+ "CreatedBy",
66980
+ "LastModifiedTime",
66981
+ "LastModifiedBy",
66982
+ "LatestVersion"
66983
+ ],
66984
+ "members": {
66985
+ "EvaluationFormId": {},
66986
+ "EvaluationFormArn": {},
66987
+ "Title": {},
66988
+ "CreatedTime": {
66989
+ "type": "timestamp"
66990
+ },
66991
+ "CreatedBy": {},
66992
+ "LastModifiedTime": {
66993
+ "type": "timestamp"
66994
+ },
66995
+ "LastModifiedBy": {},
66996
+ "LastActivatedTime": {
66997
+ "type": "timestamp"
66998
+ },
66999
+ "LastActivatedBy": {},
67000
+ "LatestVersion": {
67001
+ "type": "integer"
67002
+ },
67003
+ "ActiveVersion": {
67004
+ "type": "integer"
67005
+ }
67006
+ }
67007
+ }
67008
+ },
67009
+ "NextToken": {}
67010
+ }
67011
+ }
67012
+ },
66410
67013
  "ListHoursOfOperations": {
66411
67014
  "http": {
66412
67015
  "method": "GET",
@@ -66483,7 +67086,7 @@ module.exports={
66483
67086
  "Attributes": {
66484
67087
  "type": "list",
66485
67088
  "member": {
66486
- "shape": "S8b"
67089
+ "shape": "Sa7"
66487
67090
  }
66488
67091
  },
66489
67092
  "NextToken": {}
@@ -66527,7 +67130,7 @@ module.exports={
66527
67130
  "StorageConfigs": {
66528
67131
  "type": "list",
66529
67132
  "member": {
66530
- "shape": "Sg"
67133
+ "shape": "Sl"
66531
67134
  }
66532
67135
  },
66533
67136
  "NextToken": {}
@@ -66565,7 +67168,7 @@ module.exports={
66565
67168
  "Arn": {},
66566
67169
  "IdentityManagementType": {},
66567
67170
  "InstanceAlias": {
66568
- "shape": "S2l"
67171
+ "shape": "S3r"
66569
67172
  },
66570
67173
  "CreatedTime": {
66571
67174
  "type": "timestamp"
@@ -66707,7 +67310,7 @@ module.exports={
66707
67310
  "LexBots": {
66708
67311
  "type": "list",
66709
67312
  "member": {
66710
- "shape": "S5"
67313
+ "shape": "Sa"
66711
67314
  }
66712
67315
  },
66713
67316
  "NextToken": {}
@@ -66730,12 +67333,12 @@ module.exports={
66730
67333
  "locationName": "InstanceId"
66731
67334
  },
66732
67335
  "PhoneNumberTypes": {
66733
- "shape": "Sev",
67336
+ "shape": "Sh3",
66734
67337
  "location": "querystring",
66735
67338
  "locationName": "phoneNumberTypes"
66736
67339
  },
66737
67340
  "PhoneNumberCountryCodes": {
66738
- "shape": "Sew",
67341
+ "shape": "Sh4",
66739
67342
  "location": "querystring",
66740
67343
  "locationName": "phoneNumberCountryCodes"
66741
67344
  },
@@ -66783,10 +67386,10 @@ module.exports={
66783
67386
  },
66784
67387
  "NextToken": {},
66785
67388
  "PhoneNumberCountryCodes": {
66786
- "shape": "Sew"
67389
+ "shape": "Sh4"
66787
67390
  },
66788
67391
  "PhoneNumberTypes": {
66789
- "shape": "Sev"
67392
+ "shape": "Sh3"
66790
67393
  },
66791
67394
  "PhoneNumberPrefix": {}
66792
67395
  }
@@ -66892,7 +67495,7 @@ module.exports={
66892
67495
  "members": {
66893
67496
  "NextToken": {},
66894
67497
  "QuickConnectSummaryList": {
66895
- "shape": "Sfe"
67498
+ "shape": "Shm"
66896
67499
  }
66897
67500
  }
66898
67501
  }
@@ -66984,7 +67587,7 @@ module.exports={
66984
67587
  "type": "structure",
66985
67588
  "members": {
66986
67589
  "QuickConnectSummaryList": {
66987
- "shape": "Sfe"
67590
+ "shape": "Shm"
66988
67591
  },
66989
67592
  "NextToken": {}
66990
67593
  }
@@ -67264,7 +67867,7 @@ module.exports={
67264
67867
  "type": "structure",
67265
67868
  "members": {
67266
67869
  "Permissions": {
67267
- "shape": "S4u"
67870
+ "shape": "S60"
67268
67871
  },
67269
67872
  "NextToken": {}
67270
67873
  }
@@ -67335,7 +67938,7 @@ module.exports={
67335
67938
  "type": "structure",
67336
67939
  "members": {
67337
67940
  "tags": {
67338
- "shape": "S1j"
67941
+ "shape": "S1n"
67339
67942
  }
67340
67943
  }
67341
67944
  }
@@ -67524,7 +68127,7 @@ module.exports={
67524
68127
  "UserHierarchyGroupSummaryList": {
67525
68128
  "type": "list",
67526
68129
  "member": {
67527
- "shape": "S9i"
68130
+ "shape": "Sbe"
67528
68131
  }
67529
68132
  },
67530
68133
  "NextToken": {}
@@ -67680,7 +68283,7 @@ module.exports={
67680
68283
  "idempotencyToken": true
67681
68284
  },
67682
68285
  "ReplicaAlias": {
67683
- "shape": "S2l"
68286
+ "shape": "S3r"
67684
68287
  }
67685
68288
  }
67686
68289
  },
@@ -67773,12 +68376,12 @@ module.exports={
67773
68376
  "type": "structure",
67774
68377
  "members": {
67775
68378
  "TagFilter": {
67776
- "shape": "Shi"
68379
+ "shape": "Sjq"
67777
68380
  }
67778
68381
  }
67779
68382
  },
67780
68383
  "SearchCriteria": {
67781
- "shape": "Shm"
68384
+ "shape": "Sju"
67782
68385
  }
67783
68386
  }
67784
68387
  },
@@ -67788,7 +68391,7 @@ module.exports={
67788
68391
  "Queues": {
67789
68392
  "type": "list",
67790
68393
  "member": {
67791
- "shape": "S8p"
68394
+ "shape": "Sal"
67792
68395
  }
67793
68396
  },
67794
68397
  "NextToken": {},
@@ -67817,12 +68420,12 @@ module.exports={
67817
68420
  "type": "structure",
67818
68421
  "members": {
67819
68422
  "TagFilter": {
67820
- "shape": "Shi"
68423
+ "shape": "Sjq"
67821
68424
  }
67822
68425
  }
67823
68426
  },
67824
68427
  "SearchCriteria": {
67825
- "shape": "Shv"
68428
+ "shape": "Sk3"
67826
68429
  }
67827
68430
  }
67828
68431
  },
@@ -67832,7 +68435,7 @@ module.exports={
67832
68435
  "RoutingProfiles": {
67833
68436
  "type": "list",
67834
68437
  "member": {
67835
- "shape": "S8w"
68438
+ "shape": "Sas"
67836
68439
  }
67837
68440
  },
67838
68441
  "NextToken": {},
@@ -67858,13 +68461,13 @@ module.exports={
67858
68461
  "type": "integer"
67859
68462
  },
67860
68463
  "SearchCriteria": {
67861
- "shape": "Si0"
68464
+ "shape": "Sk8"
67862
68465
  },
67863
68466
  "SearchFilter": {
67864
68467
  "type": "structure",
67865
68468
  "members": {
67866
68469
  "TagFilter": {
67867
- "shape": "Shi"
68470
+ "shape": "Sjq"
67868
68471
  }
67869
68472
  }
67870
68473
  }
@@ -67884,7 +68487,7 @@ module.exports={
67884
68487
  "SecurityProfileName": {},
67885
68488
  "Description": {},
67886
68489
  "Tags": {
67887
- "shape": "S1j"
68490
+ "shape": "S1n"
67888
68491
  }
67889
68492
  }
67890
68493
  }
@@ -67912,12 +68515,12 @@ module.exports={
67912
68515
  "type": "structure",
67913
68516
  "members": {
67914
68517
  "TagFilter": {
67915
- "shape": "Shi"
68518
+ "shape": "Sjq"
67916
68519
  }
67917
68520
  }
67918
68521
  },
67919
68522
  "SearchCriteria": {
67920
- "shape": "Si8"
68523
+ "shape": "Skg"
67921
68524
  }
67922
68525
  }
67923
68526
  },
@@ -67941,14 +68544,14 @@ module.exports={
67941
68544
  }
67942
68545
  },
67943
68546
  "PhoneConfig": {
67944
- "shape": "S6b"
68547
+ "shape": "S7h"
67945
68548
  },
67946
68549
  "RoutingProfileId": {},
67947
68550
  "SecurityProfileIds": {
67948
- "shape": "S6g"
68551
+ "shape": "S7m"
67949
68552
  },
67950
68553
  "Tags": {
67951
- "shape": "S1j"
68554
+ "shape": "S1n"
67952
68555
  },
67953
68556
  "Username": {}
67954
68557
  }
@@ -68032,7 +68635,7 @@ module.exports={
68032
68635
  "InstanceId": {},
68033
68636
  "ContactFlowId": {},
68034
68637
  "Attributes": {
68035
- "shape": "Sa7"
68638
+ "shape": "Sc3"
68036
68639
  },
68037
68640
  "ParticipantDetails": {
68038
68641
  "type": "structure",
@@ -68084,6 +68687,43 @@ module.exports={
68084
68687
  }
68085
68688
  }
68086
68689
  },
68690
+ "StartContactEvaluation": {
68691
+ "http": {
68692
+ "method": "PUT",
68693
+ "requestUri": "/contact-evaluations/{InstanceId}"
68694
+ },
68695
+ "input": {
68696
+ "type": "structure",
68697
+ "required": [
68698
+ "InstanceId",
68699
+ "ContactId",
68700
+ "EvaluationFormId"
68701
+ ],
68702
+ "members": {
68703
+ "InstanceId": {
68704
+ "location": "uri",
68705
+ "locationName": "InstanceId"
68706
+ },
68707
+ "ContactId": {},
68708
+ "EvaluationFormId": {},
68709
+ "ClientToken": {
68710
+ "idempotencyToken": true
68711
+ }
68712
+ }
68713
+ },
68714
+ "output": {
68715
+ "type": "structure",
68716
+ "required": [
68717
+ "EvaluationId",
68718
+ "EvaluationArn"
68719
+ ],
68720
+ "members": {
68721
+ "EvaluationId": {},
68722
+ "EvaluationArn": {}
68723
+ }
68724
+ },
68725
+ "idempotent": true
68726
+ },
68087
68727
  "StartContactRecording": {
68088
68728
  "http": {
68089
68729
  "requestUri": "/contact/start-recording"
@@ -68174,7 +68814,7 @@ module.exports={
68174
68814
  "SourcePhoneNumber": {},
68175
68815
  "QueueId": {},
68176
68816
  "Attributes": {
68177
- "shape": "Sa7"
68817
+ "shape": "Sc3"
68178
68818
  },
68179
68819
  "AnswerMachineDetectionConfig": {
68180
68820
  "type": "structure",
@@ -68214,11 +68854,11 @@ module.exports={
68214
68854
  "PreviousContactId": {},
68215
68855
  "ContactFlowId": {},
68216
68856
  "Attributes": {
68217
- "shape": "Sa7"
68857
+ "shape": "Sc3"
68218
68858
  },
68219
68859
  "Name": {},
68220
68860
  "References": {
68221
- "shape": "S47"
68861
+ "shape": "S5d"
68222
68862
  },
68223
68863
  "Description": {},
68224
68864
  "ClientToken": {
@@ -68303,6 +68943,45 @@ module.exports={
68303
68943
  "members": {}
68304
68944
  }
68305
68945
  },
68946
+ "SubmitContactEvaluation": {
68947
+ "http": {
68948
+ "requestUri": "/contact-evaluations/{InstanceId}/{EvaluationId}/submit"
68949
+ },
68950
+ "input": {
68951
+ "type": "structure",
68952
+ "required": [
68953
+ "InstanceId",
68954
+ "EvaluationId"
68955
+ ],
68956
+ "members": {
68957
+ "InstanceId": {
68958
+ "location": "uri",
68959
+ "locationName": "InstanceId"
68960
+ },
68961
+ "EvaluationId": {
68962
+ "location": "uri",
68963
+ "locationName": "EvaluationId"
68964
+ },
68965
+ "Answers": {
68966
+ "shape": "Sls"
68967
+ },
68968
+ "Notes": {
68969
+ "shape": "S9b"
68970
+ }
68971
+ }
68972
+ },
68973
+ "output": {
68974
+ "type": "structure",
68975
+ "required": [
68976
+ "EvaluationId",
68977
+ "EvaluationArn"
68978
+ ],
68979
+ "members": {
68980
+ "EvaluationId": {},
68981
+ "EvaluationArn": {}
68982
+ }
68983
+ }
68984
+ },
68306
68985
  "SuspendContactRecording": {
68307
68986
  "http": {
68308
68987
  "requestUri": "/contact/suspend-recording"
@@ -68341,7 +69020,7 @@ module.exports={
68341
69020
  "locationName": "resourceArn"
68342
69021
  },
68343
69022
  "tags": {
68344
- "shape": "S1j"
69023
+ "shape": "S1n"
68345
69024
  }
68346
69025
  }
68347
69026
  }
@@ -68454,7 +69133,7 @@ module.exports={
68454
69133
  "Name": {},
68455
69134
  "Description": {},
68456
69135
  "References": {
68457
- "shape": "S47"
69136
+ "shape": "S5d"
68458
69137
  }
68459
69138
  }
68460
69139
  },
@@ -68478,7 +69157,7 @@ module.exports={
68478
69157
  "InitialContactId": {},
68479
69158
  "InstanceId": {},
68480
69159
  "Attributes": {
68481
- "shape": "Sa7"
69160
+ "shape": "Sc3"
68482
69161
  }
68483
69162
  }
68484
69163
  },
@@ -68487,6 +69166,45 @@ module.exports={
68487
69166
  "members": {}
68488
69167
  }
68489
69168
  },
69169
+ "UpdateContactEvaluation": {
69170
+ "http": {
69171
+ "requestUri": "/contact-evaluations/{InstanceId}/{EvaluationId}"
69172
+ },
69173
+ "input": {
69174
+ "type": "structure",
69175
+ "required": [
69176
+ "InstanceId",
69177
+ "EvaluationId"
69178
+ ],
69179
+ "members": {
69180
+ "InstanceId": {
69181
+ "location": "uri",
69182
+ "locationName": "InstanceId"
69183
+ },
69184
+ "EvaluationId": {
69185
+ "location": "uri",
69186
+ "locationName": "EvaluationId"
69187
+ },
69188
+ "Answers": {
69189
+ "shape": "Sls"
69190
+ },
69191
+ "Notes": {
69192
+ "shape": "S9b"
69193
+ }
69194
+ }
69195
+ },
69196
+ "output": {
69197
+ "type": "structure",
69198
+ "required": [
69199
+ "EvaluationId",
69200
+ "EvaluationArn"
69201
+ ],
69202
+ "members": {
69203
+ "EvaluationId": {},
69204
+ "EvaluationArn": {}
69205
+ }
69206
+ }
69207
+ },
68490
69208
  "UpdateContactFlowContent": {
68491
69209
  "http": {
68492
69210
  "requestUri": "/contact-flows/{InstanceId}/{ContactFlowId}/content"
@@ -68653,6 +69371,65 @@ module.exports={
68653
69371
  "members": {}
68654
69372
  }
68655
69373
  },
69374
+ "UpdateEvaluationForm": {
69375
+ "http": {
69376
+ "method": "PUT",
69377
+ "requestUri": "/evaluation-forms/{InstanceId}/{EvaluationFormId}"
69378
+ },
69379
+ "input": {
69380
+ "type": "structure",
69381
+ "required": [
69382
+ "InstanceId",
69383
+ "EvaluationFormId",
69384
+ "EvaluationFormVersion",
69385
+ "Title",
69386
+ "Items"
69387
+ ],
69388
+ "members": {
69389
+ "InstanceId": {
69390
+ "location": "uri",
69391
+ "locationName": "InstanceId"
69392
+ },
69393
+ "EvaluationFormId": {
69394
+ "location": "uri",
69395
+ "locationName": "EvaluationFormId"
69396
+ },
69397
+ "EvaluationFormVersion": {
69398
+ "type": "integer"
69399
+ },
69400
+ "CreateNewVersion": {
69401
+ "type": "boolean"
69402
+ },
69403
+ "Title": {},
69404
+ "Description": {},
69405
+ "Items": {
69406
+ "shape": "S2e"
69407
+ },
69408
+ "ScoringStrategy": {
69409
+ "shape": "S39"
69410
+ },
69411
+ "ClientToken": {
69412
+ "idempotencyToken": true
69413
+ }
69414
+ }
69415
+ },
69416
+ "output": {
69417
+ "type": "structure",
69418
+ "required": [
69419
+ "EvaluationFormId",
69420
+ "EvaluationFormArn",
69421
+ "EvaluationFormVersion"
69422
+ ],
69423
+ "members": {
69424
+ "EvaluationFormId": {},
69425
+ "EvaluationFormArn": {},
69426
+ "EvaluationFormVersion": {
69427
+ "type": "integer"
69428
+ }
69429
+ }
69430
+ },
69431
+ "idempotent": true
69432
+ },
68656
69433
  "UpdateHoursOfOperation": {
68657
69434
  "http": {
68658
69435
  "requestUri": "/hours-of-operations/{InstanceId}/{HoursOfOperationId}"
@@ -68676,7 +69453,7 @@ module.exports={
68676
69453
  "Description": {},
68677
69454
  "TimeZone": {},
68678
69455
  "Config": {
68679
- "shape": "S2b"
69456
+ "shape": "S3h"
68680
69457
  }
68681
69458
  }
68682
69459
  }
@@ -68731,7 +69508,7 @@ module.exports={
68731
69508
  "locationName": "resourceType"
68732
69509
  },
68733
69510
  "StorageConfig": {
68734
- "shape": "Sg"
69511
+ "shape": "Sl"
68735
69512
  }
68736
69513
  }
68737
69514
  }
@@ -68927,7 +69704,7 @@ module.exports={
68927
69704
  "locationName": "QueueId"
68928
69705
  },
68929
69706
  "OutboundCallerConfig": {
68930
- "shape": "S39"
69707
+ "shape": "S4f"
68931
69708
  }
68932
69709
  }
68933
69710
  }
@@ -68977,7 +69754,7 @@ module.exports={
68977
69754
  "locationName": "QuickConnectId"
68978
69755
  },
68979
69756
  "QuickConnectConfig": {
68980
- "shape": "S3g"
69757
+ "shape": "S4m"
68981
69758
  }
68982
69759
  }
68983
69760
  }
@@ -69027,7 +69804,7 @@ module.exports={
69027
69804
  "locationName": "RoutingProfileId"
69028
69805
  },
69029
69806
  "MediaConcurrencies": {
69030
- "shape": "S3q"
69807
+ "shape": "S4w"
69031
69808
  }
69032
69809
  }
69033
69810
  }
@@ -69101,7 +69878,7 @@ module.exports={
69101
69878
  "locationName": "RoutingProfileId"
69102
69879
  },
69103
69880
  "QueueConfigs": {
69104
- "shape": "S17"
69881
+ "shape": "S1b"
69105
69882
  }
69106
69883
  }
69107
69884
  }
@@ -69133,7 +69910,7 @@ module.exports={
69133
69910
  "Name": {},
69134
69911
  "Function": {},
69135
69912
  "Actions": {
69136
- "shape": "S41"
69913
+ "shape": "S57"
69137
69914
  },
69138
69915
  "PublishStatus": {}
69139
69916
  }
@@ -69152,7 +69929,7 @@ module.exports={
69152
69929
  "members": {
69153
69930
  "Description": {},
69154
69931
  "Permissions": {
69155
- "shape": "S4u"
69932
+ "shape": "S60"
69156
69933
  },
69157
69934
  "SecurityProfileId": {
69158
69935
  "location": "uri",
@@ -69163,10 +69940,10 @@ module.exports={
69163
69940
  "locationName": "InstanceId"
69164
69941
  },
69165
69942
  "AllowedAccessControlTags": {
69166
- "shape": "S4w"
69943
+ "shape": "S62"
69167
69944
  },
69168
69945
  "TagRestrictedResources": {
69169
- "shape": "S4z"
69946
+ "shape": "S65"
69170
69947
  }
69171
69948
  }
69172
69949
  }
@@ -69194,14 +69971,14 @@ module.exports={
69194
69971
  "Description": {},
69195
69972
  "ContactFlowId": {},
69196
69973
  "Constraints": {
69197
- "shape": "S56"
69974
+ "shape": "S6c"
69198
69975
  },
69199
69976
  "Defaults": {
69200
- "shape": "S5f"
69977
+ "shape": "S6l"
69201
69978
  },
69202
69979
  "Status": {},
69203
69980
  "Fields": {
69204
- "shape": "S5k"
69981
+ "shape": "S6q"
69205
69982
  }
69206
69983
  }
69207
69984
  },
@@ -69215,13 +69992,13 @@ module.exports={
69215
69992
  "Description": {},
69216
69993
  "ContactFlowId": {},
69217
69994
  "Constraints": {
69218
- "shape": "S56"
69995
+ "shape": "S6c"
69219
69996
  },
69220
69997
  "Defaults": {
69221
- "shape": "S5f"
69998
+ "shape": "S6l"
69222
69999
  },
69223
70000
  "Fields": {
69224
- "shape": "S5k"
70001
+ "shape": "S6q"
69225
70002
  },
69226
70003
  "Status": {},
69227
70004
  "LastModifiedTime": {
@@ -69249,7 +70026,7 @@ module.exports={
69249
70026
  "locationName": "Id"
69250
70027
  },
69251
70028
  "TelephonyConfig": {
69252
- "shape": "Sct"
70029
+ "shape": "Sep"
69253
70030
  }
69254
70031
  }
69255
70032
  },
@@ -69320,19 +70097,19 @@ module.exports={
69320
70097
  "type": "structure",
69321
70098
  "members": {
69322
70099
  "LevelOne": {
69323
- "shape": "Sla"
70100
+ "shape": "Sns"
69324
70101
  },
69325
70102
  "LevelTwo": {
69326
- "shape": "Sla"
70103
+ "shape": "Sns"
69327
70104
  },
69328
70105
  "LevelThree": {
69329
- "shape": "Sla"
70106
+ "shape": "Sns"
69330
70107
  },
69331
70108
  "LevelFour": {
69332
- "shape": "Sla"
70109
+ "shape": "Sns"
69333
70110
  },
69334
70111
  "LevelFive": {
69335
- "shape": "Sla"
70112
+ "shape": "Sns"
69336
70113
  }
69337
70114
  }
69338
70115
  },
@@ -69356,7 +70133,7 @@ module.exports={
69356
70133
  ],
69357
70134
  "members": {
69358
70135
  "IdentityInfo": {
69359
- "shape": "S67"
70136
+ "shape": "S7d"
69360
70137
  },
69361
70138
  "UserId": {
69362
70139
  "location": "uri",
@@ -69382,7 +70159,7 @@ module.exports={
69382
70159
  ],
69383
70160
  "members": {
69384
70161
  "PhoneConfig": {
69385
- "shape": "S6b"
70162
+ "shape": "S7h"
69386
70163
  },
69387
70164
  "UserId": {
69388
70165
  "location": "uri",
@@ -69432,7 +70209,7 @@ module.exports={
69432
70209
  ],
69433
70210
  "members": {
69434
70211
  "SecurityProfileIds": {
69435
- "shape": "S6g"
70212
+ "shape": "S7m"
69436
70213
  },
69437
70214
  "UserId": {
69438
70215
  "location": "uri",
@@ -69447,7 +70224,7 @@ module.exports={
69447
70224
  }
69448
70225
  },
69449
70226
  "shapes": {
69450
- "S5": {
70227
+ "Sa": {
69451
70228
  "type": "structure",
69452
70229
  "required": [
69453
70230
  "Name",
@@ -69458,13 +70235,13 @@ module.exports={
69458
70235
  "LexRegion": {}
69459
70236
  }
69460
70237
  },
69461
- "S8": {
70238
+ "Sd": {
69462
70239
  "type": "structure",
69463
70240
  "members": {
69464
70241
  "AliasArn": {}
69465
70242
  }
69466
70243
  },
69467
- "Sg": {
70244
+ "Sl": {
69468
70245
  "type": "structure",
69469
70246
  "required": [
69470
70247
  "StorageType"
@@ -69482,7 +70259,7 @@ module.exports={
69482
70259
  "BucketName": {},
69483
70260
  "BucketPrefix": {},
69484
70261
  "EncryptionConfig": {
69485
- "shape": "Sm"
70262
+ "shape": "Sr"
69486
70263
  }
69487
70264
  }
69488
70265
  },
@@ -69499,7 +70276,7 @@ module.exports={
69499
70276
  "type": "integer"
69500
70277
  },
69501
70278
  "EncryptionConfig": {
69502
- "shape": "Sm"
70279
+ "shape": "Sr"
69503
70280
  }
69504
70281
  }
69505
70282
  },
@@ -69523,7 +70300,7 @@ module.exports={
69523
70300
  }
69524
70301
  }
69525
70302
  },
69526
- "Sm": {
70303
+ "Sr": {
69527
70304
  "type": "structure",
69528
70305
  "required": [
69529
70306
  "EncryptionType",
@@ -69534,11 +70311,11 @@ module.exports={
69534
70311
  "KeyId": {}
69535
70312
  }
69536
70313
  },
69537
- "S13": {
70314
+ "S17": {
69538
70315
  "type": "list",
69539
70316
  "member": {}
69540
70317
  },
69541
- "S17": {
70318
+ "S1b": {
69542
70319
  "type": "list",
69543
70320
  "member": {
69544
70321
  "type": "structure",
@@ -69549,7 +70326,7 @@ module.exports={
69549
70326
  ],
69550
70327
  "members": {
69551
70328
  "QueueReference": {
69552
- "shape": "S19"
70329
+ "shape": "S1d"
69553
70330
  },
69554
70331
  "Priority": {
69555
70332
  "type": "integer"
@@ -69560,7 +70337,7 @@ module.exports={
69560
70337
  }
69561
70338
  }
69562
70339
  },
69563
- "S19": {
70340
+ "S1d": {
69564
70341
  "type": "structure",
69565
70342
  "required": [
69566
70343
  "QueueId",
@@ -69571,12 +70348,190 @@ module.exports={
69571
70348
  "Channel": {}
69572
70349
  }
69573
70350
  },
69574
- "S1j": {
70351
+ "S1n": {
69575
70352
  "type": "map",
69576
70353
  "key": {},
69577
70354
  "value": {}
69578
70355
  },
69579
- "S2b": {
70356
+ "S2e": {
70357
+ "type": "list",
70358
+ "member": {
70359
+ "type": "structure",
70360
+ "members": {
70361
+ "Section": {
70362
+ "type": "structure",
70363
+ "required": [
70364
+ "Title",
70365
+ "RefId"
70366
+ ],
70367
+ "members": {
70368
+ "Title": {},
70369
+ "RefId": {},
70370
+ "Instructions": {},
70371
+ "Items": {
70372
+ "shape": "S2e"
70373
+ },
70374
+ "Weight": {
70375
+ "type": "double"
70376
+ }
70377
+ }
70378
+ },
70379
+ "Question": {
70380
+ "type": "structure",
70381
+ "required": [
70382
+ "Title",
70383
+ "RefId",
70384
+ "QuestionType"
70385
+ ],
70386
+ "members": {
70387
+ "Title": {},
70388
+ "Instructions": {},
70389
+ "RefId": {},
70390
+ "NotApplicableEnabled": {
70391
+ "type": "boolean"
70392
+ },
70393
+ "QuestionType": {},
70394
+ "QuestionTypeProperties": {
70395
+ "type": "structure",
70396
+ "members": {
70397
+ "Numeric": {
70398
+ "type": "structure",
70399
+ "required": [
70400
+ "MinValue",
70401
+ "MaxValue"
70402
+ ],
70403
+ "members": {
70404
+ "MinValue": {
70405
+ "type": "integer"
70406
+ },
70407
+ "MaxValue": {
70408
+ "type": "integer"
70409
+ },
70410
+ "Options": {
70411
+ "type": "list",
70412
+ "member": {
70413
+ "type": "structure",
70414
+ "required": [
70415
+ "MinValue",
70416
+ "MaxValue"
70417
+ ],
70418
+ "members": {
70419
+ "MinValue": {
70420
+ "type": "integer"
70421
+ },
70422
+ "MaxValue": {
70423
+ "type": "integer"
70424
+ },
70425
+ "Score": {
70426
+ "type": "integer"
70427
+ },
70428
+ "AutomaticFail": {
70429
+ "type": "boolean"
70430
+ }
70431
+ }
70432
+ }
70433
+ },
70434
+ "Automation": {
70435
+ "type": "structure",
70436
+ "members": {
70437
+ "PropertyValue": {
70438
+ "type": "structure",
70439
+ "required": [
70440
+ "Label"
70441
+ ],
70442
+ "members": {
70443
+ "Label": {}
70444
+ }
70445
+ }
70446
+ },
70447
+ "union": true
70448
+ }
70449
+ }
70450
+ },
70451
+ "SingleSelect": {
70452
+ "type": "structure",
70453
+ "required": [
70454
+ "Options"
70455
+ ],
70456
+ "members": {
70457
+ "Options": {
70458
+ "type": "list",
70459
+ "member": {
70460
+ "type": "structure",
70461
+ "required": [
70462
+ "RefId",
70463
+ "Text"
70464
+ ],
70465
+ "members": {
70466
+ "RefId": {},
70467
+ "Text": {},
70468
+ "Score": {
70469
+ "type": "integer"
70470
+ },
70471
+ "AutomaticFail": {
70472
+ "type": "boolean"
70473
+ }
70474
+ }
70475
+ }
70476
+ },
70477
+ "DisplayAs": {},
70478
+ "Automation": {
70479
+ "type": "structure",
70480
+ "required": [
70481
+ "Options"
70482
+ ],
70483
+ "members": {
70484
+ "Options": {
70485
+ "type": "list",
70486
+ "member": {
70487
+ "type": "structure",
70488
+ "members": {
70489
+ "RuleCategory": {
70490
+ "type": "structure",
70491
+ "required": [
70492
+ "Category",
70493
+ "Condition",
70494
+ "OptionRefId"
70495
+ ],
70496
+ "members": {
70497
+ "Category": {},
70498
+ "Condition": {},
70499
+ "OptionRefId": {}
70500
+ }
70501
+ }
70502
+ },
70503
+ "union": true
70504
+ }
70505
+ },
70506
+ "DefaultOptionRefId": {}
70507
+ }
70508
+ }
70509
+ }
70510
+ }
70511
+ },
70512
+ "union": true
70513
+ },
70514
+ "Weight": {
70515
+ "type": "double"
70516
+ }
70517
+ }
70518
+ }
70519
+ },
70520
+ "union": true
70521
+ }
70522
+ },
70523
+ "S39": {
70524
+ "type": "structure",
70525
+ "required": [
70526
+ "Mode",
70527
+ "Status"
70528
+ ],
70529
+ "members": {
70530
+ "Mode": {},
70531
+ "Status": {}
70532
+ }
70533
+ },
70534
+ "S3h": {
69580
70535
  "type": "list",
69581
70536
  "member": {
69582
70537
  "type": "structure",
@@ -69588,15 +70543,15 @@ module.exports={
69588
70543
  "members": {
69589
70544
  "Day": {},
69590
70545
  "StartTime": {
69591
- "shape": "S2e"
70546
+ "shape": "S3k"
69592
70547
  },
69593
70548
  "EndTime": {
69594
- "shape": "S2e"
70549
+ "shape": "S3k"
69595
70550
  }
69596
70551
  }
69597
70552
  }
69598
70553
  },
69599
- "S2e": {
70554
+ "S3k": {
69600
70555
  "type": "structure",
69601
70556
  "required": [
69602
70557
  "Hours",
@@ -69611,11 +70566,11 @@ module.exports={
69611
70566
  }
69612
70567
  }
69613
70568
  },
69614
- "S2l": {
70569
+ "S3r": {
69615
70570
  "type": "string",
69616
70571
  "sensitive": true
69617
70572
  },
69618
- "S39": {
70573
+ "S4f": {
69619
70574
  "type": "structure",
69620
70575
  "members": {
69621
70576
  "OutboundCallerIdName": {},
@@ -69623,7 +70578,7 @@ module.exports={
69623
70578
  "OutboundFlowId": {}
69624
70579
  }
69625
70580
  },
69626
- "S3g": {
70581
+ "S4m": {
69627
70582
  "type": "structure",
69628
70583
  "required": [
69629
70584
  "QuickConnectType"
@@ -69663,7 +70618,7 @@ module.exports={
69663
70618
  }
69664
70619
  }
69665
70620
  },
69666
- "S3q": {
70621
+ "S4w": {
69667
70622
  "type": "list",
69668
70623
  "member": {
69669
70624
  "type": "structure",
@@ -69688,7 +70643,7 @@ module.exports={
69688
70643
  }
69689
70644
  }
69690
70645
  },
69691
- "S3y": {
70646
+ "S54": {
69692
70647
  "type": "structure",
69693
70648
  "required": [
69694
70649
  "EventSourceName"
@@ -69698,7 +70653,7 @@ module.exports={
69698
70653
  "IntegrationAssociationId": {}
69699
70654
  }
69700
70655
  },
69701
- "S41": {
70656
+ "S57": {
69702
70657
  "type": "list",
69703
70658
  "member": {
69704
70659
  "type": "structure",
@@ -69718,7 +70673,7 @@ module.exports={
69718
70673
  "Description": {},
69719
70674
  "ContactFlowId": {},
69720
70675
  "References": {
69721
- "shape": "S47"
70676
+ "shape": "S5d"
69722
70677
  }
69723
70678
  }
69724
70679
  },
@@ -69767,7 +70722,7 @@ module.exports={
69767
70722
  }
69768
70723
  }
69769
70724
  },
69770
- "S47": {
70725
+ "S5d": {
69771
70726
  "type": "map",
69772
70727
  "key": {},
69773
70728
  "value": {
@@ -69782,20 +70737,20 @@ module.exports={
69782
70737
  }
69783
70738
  }
69784
70739
  },
69785
- "S4u": {
70740
+ "S60": {
69786
70741
  "type": "list",
69787
70742
  "member": {}
69788
70743
  },
69789
- "S4w": {
70744
+ "S62": {
69790
70745
  "type": "map",
69791
70746
  "key": {},
69792
70747
  "value": {}
69793
70748
  },
69794
- "S4z": {
70749
+ "S65": {
69795
70750
  "type": "list",
69796
70751
  "member": {}
69797
70752
  },
69798
- "S56": {
70753
+ "S6c": {
69799
70754
  "type": "structure",
69800
70755
  "members": {
69801
70756
  "RequiredFields": {
@@ -69804,7 +70759,7 @@ module.exports={
69804
70759
  "type": "structure",
69805
70760
  "members": {
69806
70761
  "Id": {
69807
- "shape": "S59"
70762
+ "shape": "S6f"
69808
70763
  }
69809
70764
  }
69810
70765
  }
@@ -69815,7 +70770,7 @@ module.exports={
69815
70770
  "type": "structure",
69816
70771
  "members": {
69817
70772
  "Id": {
69818
- "shape": "S59"
70773
+ "shape": "S6f"
69819
70774
  }
69820
70775
  }
69821
70776
  }
@@ -69826,20 +70781,20 @@ module.exports={
69826
70781
  "type": "structure",
69827
70782
  "members": {
69828
70783
  "Id": {
69829
- "shape": "S59"
70784
+ "shape": "S6f"
69830
70785
  }
69831
70786
  }
69832
70787
  }
69833
70788
  }
69834
70789
  }
69835
70790
  },
69836
- "S59": {
70791
+ "S6f": {
69837
70792
  "type": "structure",
69838
70793
  "members": {
69839
70794
  "Name": {}
69840
70795
  }
69841
70796
  },
69842
- "S5f": {
70797
+ "S6l": {
69843
70798
  "type": "structure",
69844
70799
  "members": {
69845
70800
  "DefaultFieldValues": {
@@ -69848,7 +70803,7 @@ module.exports={
69848
70803
  "type": "structure",
69849
70804
  "members": {
69850
70805
  "Id": {
69851
- "shape": "S59"
70806
+ "shape": "S6f"
69852
70807
  },
69853
70808
  "DefaultValue": {}
69854
70809
  }
@@ -69856,7 +70811,7 @@ module.exports={
69856
70811
  }
69857
70812
  }
69858
70813
  },
69859
- "S5k": {
70814
+ "S6q": {
69860
70815
  "type": "list",
69861
70816
  "member": {
69862
70817
  "type": "structure",
@@ -69865,7 +70820,7 @@ module.exports={
69865
70820
  ],
69866
70821
  "members": {
69867
70822
  "Id": {
69868
- "shape": "S59"
70823
+ "shape": "S6f"
69869
70824
  },
69870
70825
  "Description": {},
69871
70826
  "Type": {},
@@ -69876,7 +70831,7 @@ module.exports={
69876
70831
  }
69877
70832
  }
69878
70833
  },
69879
- "S67": {
70834
+ "S7d": {
69880
70835
  "type": "structure",
69881
70836
  "members": {
69882
70837
  "FirstName": {},
@@ -69886,7 +70841,7 @@ module.exports={
69886
70841
  "Mobile": {}
69887
70842
  }
69888
70843
  },
69889
- "S6b": {
70844
+ "S7h": {
69890
70845
  "type": "structure",
69891
70846
  "required": [
69892
70847
  "PhoneType"
@@ -69902,18 +70857,55 @@ module.exports={
69902
70857
  "DeskPhoneNumber": {}
69903
70858
  }
69904
70859
  },
69905
- "S6g": {
70860
+ "S7m": {
69906
70861
  "type": "list",
69907
70862
  "member": {}
69908
70863
  },
69909
- "S8b": {
70864
+ "S94": {
70865
+ "type": "structure",
70866
+ "members": {
70867
+ "Percentage": {
70868
+ "type": "double"
70869
+ },
70870
+ "NotApplicable": {
70871
+ "type": "boolean"
70872
+ },
70873
+ "AutomaticFail": {
70874
+ "type": "boolean"
70875
+ }
70876
+ }
70877
+ },
70878
+ "S98": {
70879
+ "type": "structure",
70880
+ "members": {
70881
+ "StringValue": {},
70882
+ "NumericValue": {
70883
+ "type": "double"
70884
+ },
70885
+ "NotApplicable": {
70886
+ "type": "boolean"
70887
+ }
70888
+ },
70889
+ "union": true
70890
+ },
70891
+ "S9b": {
70892
+ "type": "map",
70893
+ "key": {},
70894
+ "value": {
70895
+ "type": "structure",
70896
+ "members": {
70897
+ "Value": {}
70898
+ }
70899
+ }
70900
+ },
70901
+ "Sa7": {
69910
70902
  "type": "structure",
69911
70903
  "members": {
69912
70904
  "AttributeType": {},
69913
70905
  "Value": {}
69914
70906
  }
69915
70907
  },
69916
- "S8p": {
70908
+ "Sal": {
69917
70909
  "type": "structure",
69918
70910
  "members": {
69919
70911
  "Name": {},
@@ -69921,7 +70913,7 @@ module.exports={
69921
70913
  "QueueId": {},
69922
70914
  "Description": {},
69923
70915
  "OutboundCallerConfig": {
69924
- "shape": "S39"
70916
+ "shape": "S4f"
69925
70917
  },
69926
70918
  "HoursOfOperationId": {},
69927
70919
  "MaxContacts": {
@@ -69929,11 +70921,11 @@ module.exports={
69929
70921
  },
69930
70922
  "Status": {},
69931
70923
  "Tags": {
69932
- "shape": "S1j"
70924
+ "shape": "S1n"
69933
70925
  }
69934
70926
  }
69935
70927
  },
69936
- "S8w": {
70928
+ "Sas": {
69937
70929
  "type": "structure",
69938
70930
  "members": {
69939
70931
  "InstanceId": {},
@@ -69942,11 +70934,11 @@ module.exports={
69942
70934
  "RoutingProfileId": {},
69943
70935
  "Description": {},
69944
70936
  "MediaConcurrencies": {
69945
- "shape": "S3q"
70937
+ "shape": "S4w"
69946
70938
  },
69947
70939
  "DefaultOutboundQueueId": {},
69948
70940
  "Tags": {
69949
- "shape": "S1j"
70941
+ "shape": "S1n"
69950
70942
  },
69951
70943
  "NumberOfAssociatedQueues": {
69952
70944
  "type": "long"
@@ -69956,7 +70948,7 @@ module.exports={
69956
70948
  }
69957
70949
  }
69958
70950
  },
69959
- "S9i": {
70951
+ "Sbe": {
69960
70952
  "type": "structure",
69961
70953
  "members": {
69962
70954
  "Id": {},
@@ -69964,7 +70956,7 @@ module.exports={
69964
70956
  "Name": {}
69965
70957
  }
69966
70958
  },
69967
- "S9m": {
70959
+ "Sbi": {
69968
70960
  "type": "structure",
69969
70961
  "members": {
69970
70962
  "Id": {},
@@ -69972,90 +70964,90 @@ module.exports={
69972
70964
  "Name": {}
69973
70965
  }
69974
70966
  },
69975
- "Sa7": {
70967
+ "Sc3": {
69976
70968
  "type": "map",
69977
70969
  "key": {},
69978
70970
  "value": {}
69979
70971
  },
69980
- "Sab": {
70972
+ "Sc7": {
69981
70973
  "type": "structure",
69982
70974
  "members": {
69983
70975
  "Queues": {
69984
- "shape": "Sac"
70976
+ "shape": "Sc8"
69985
70977
  },
69986
70978
  "Channels": {
69987
70979
  "type": "list",
69988
70980
  "member": {}
69989
70981
  },
69990
70982
  "RoutingProfiles": {
69991
- "shape": "Sae"
70983
+ "shape": "Sca"
69992
70984
  }
69993
70985
  }
69994
70986
  },
69995
- "Sac": {
70987
+ "Sc8": {
69996
70988
  "type": "list",
69997
70989
  "member": {}
69998
70990
  },
69999
- "Sae": {
70991
+ "Sca": {
70000
70992
  "type": "list",
70001
70993
  "member": {}
70002
70994
  },
70003
- "Saf": {
70995
+ "Scb": {
70004
70996
  "type": "list",
70005
70997
  "member": {}
70006
70998
  },
70007
- "Sai": {
70999
+ "Sce": {
70008
71000
  "type": "structure",
70009
71001
  "members": {
70010
71002
  "Name": {},
70011
71003
  "Unit": {}
70012
71004
  }
70013
71005
  },
70014
- "Sat": {
71006
+ "Scp": {
70015
71007
  "type": "structure",
70016
71008
  "members": {
70017
71009
  "Queue": {
70018
- "shape": "Sau"
71010
+ "shape": "Scq"
70019
71011
  },
70020
71012
  "Channel": {},
70021
71013
  "RoutingProfile": {
70022
- "shape": "Sav"
71014
+ "shape": "Scr"
70023
71015
  }
70024
71016
  }
70025
71017
  },
70026
- "Sau": {
71018
+ "Scq": {
70027
71019
  "type": "structure",
70028
71020
  "members": {
70029
71021
  "Id": {},
70030
71022
  "Arn": {}
70031
71023
  }
70032
71024
  },
70033
- "Sav": {
71025
+ "Scr": {
70034
71026
  "type": "structure",
70035
71027
  "members": {
70036
71028
  "Id": {},
70037
71029
  "Arn": {}
70038
71030
  }
70039
71031
  },
70040
- "Sbc": {
71032
+ "Sd8": {
70041
71033
  "type": "structure",
70042
71034
  "members": {
70043
71035
  "Id": {},
70044
71036
  "Arn": {}
70045
71037
  }
70046
71038
  },
70047
- "Sbe": {
71039
+ "Sda": {
70048
71040
  "type": "map",
70049
71041
  "key": {},
70050
71042
  "value": {
70051
71043
  "type": "integer"
70052
71044
  }
70053
71045
  },
70054
- "Sbl": {
71046
+ "Sdh": {
70055
71047
  "type": "string",
70056
71048
  "sensitive": true
70057
71049
  },
70058
- "Sbp": {
71050
+ "Sdl": {
70059
71051
  "type": "structure",
70060
71052
  "members": {
70061
71053
  "Name": {},
@@ -70072,7 +71064,7 @@ module.exports={
70072
71064
  "Unit": {}
70073
71065
  }
70074
71066
  },
70075
- "Sc8": {
71067
+ "Se4": {
70076
71068
  "type": "structure",
70077
71069
  "members": {
70078
71070
  "Name": {},
@@ -70103,7 +71095,7 @@ module.exports={
70103
71095
  }
70104
71096
  }
70105
71097
  },
70106
- "Sct": {
71098
+ "Sep": {
70107
71099
  "type": "structure",
70108
71100
  "required": [
70109
71101
  "Distributions"
@@ -70127,15 +71119,15 @@ module.exports={
70127
71119
  }
70128
71120
  }
70129
71121
  },
70130
- "Sev": {
71122
+ "Sh3": {
70131
71123
  "type": "list",
70132
71124
  "member": {}
70133
71125
  },
70134
- "Sew": {
71126
+ "Sh4": {
70135
71127
  "type": "list",
70136
71128
  "member": {}
70137
71129
  },
70138
- "Sfe": {
71130
+ "Shm": {
70139
71131
  "type": "list",
70140
71132
  "member": {
70141
71133
  "type": "structure",
@@ -70147,58 +71139,58 @@ module.exports={
70147
71139
  }
70148
71140
  }
70149
71141
  },
70150
- "Shi": {
71142
+ "Sjq": {
70151
71143
  "type": "structure",
70152
71144
  "members": {
70153
71145
  "OrConditions": {
70154
71146
  "type": "list",
70155
71147
  "member": {
70156
- "shape": "Shk"
71148
+ "shape": "Sjs"
70157
71149
  }
70158
71150
  },
70159
71151
  "AndConditions": {
70160
- "shape": "Shk"
71152
+ "shape": "Sjs"
70161
71153
  },
70162
71154
  "TagCondition": {
70163
- "shape": "Shl"
71155
+ "shape": "Sjt"
70164
71156
  }
70165
71157
  }
70166
71158
  },
70167
- "Shk": {
71159
+ "Sjs": {
70168
71160
  "type": "list",
70169
71161
  "member": {
70170
- "shape": "Shl"
71162
+ "shape": "Sjt"
70171
71163
  }
70172
71164
  },
70173
- "Shl": {
71165
+ "Sjt": {
70174
71166
  "type": "structure",
70175
71167
  "members": {
70176
71168
  "TagKey": {},
70177
71169
  "TagValue": {}
70178
71170
  }
70179
71171
  },
70180
- "Shm": {
71172
+ "Sju": {
70181
71173
  "type": "structure",
70182
71174
  "members": {
70183
71175
  "OrConditions": {
70184
- "shape": "Shn"
71176
+ "shape": "Sjv"
70185
71177
  },
70186
71178
  "AndConditions": {
70187
- "shape": "Shn"
71179
+ "shape": "Sjv"
70188
71180
  },
70189
71181
  "StringCondition": {
70190
- "shape": "Sho"
71182
+ "shape": "Sjw"
70191
71183
  },
70192
71184
  "QueueTypeCondition": {}
70193
71185
  }
70194
71186
  },
70195
- "Shn": {
71187
+ "Sjv": {
70196
71188
  "type": "list",
70197
71189
  "member": {
70198
- "shape": "Shm"
71190
+ "shape": "Sju"
70199
71191
  }
70200
71192
  },
70201
- "Sho": {
71193
+ "Sjw": {
70202
71194
  "type": "structure",
70203
71195
  "members": {
70204
71196
  "FieldName": {},
@@ -70206,57 +71198,57 @@ module.exports={
70206
71198
  "ComparisonType": {}
70207
71199
  }
70208
71200
  },
70209
- "Shv": {
71201
+ "Sk3": {
70210
71202
  "type": "structure",
70211
71203
  "members": {
70212
71204
  "OrConditions": {
70213
- "shape": "Shw"
71205
+ "shape": "Sk4"
70214
71206
  },
70215
71207
  "AndConditions": {
70216
- "shape": "Shw"
71208
+ "shape": "Sk4"
70217
71209
  },
70218
71210
  "StringCondition": {
70219
- "shape": "Sho"
71211
+ "shape": "Sjw"
70220
71212
  }
70221
71213
  }
70222
71214
  },
70223
- "Shw": {
71215
+ "Sk4": {
70224
71216
  "type": "list",
70225
71217
  "member": {
70226
- "shape": "Shv"
71218
+ "shape": "Sk3"
70227
71219
  }
70228
71220
  },
70229
- "Si0": {
71221
+ "Sk8": {
70230
71222
  "type": "structure",
70231
71223
  "members": {
70232
71224
  "OrConditions": {
70233
- "shape": "Si1"
71225
+ "shape": "Sk9"
70234
71226
  },
70235
71227
  "AndConditions": {
70236
- "shape": "Si1"
71228
+ "shape": "Sk9"
70237
71229
  },
70238
71230
  "StringCondition": {
70239
- "shape": "Sho"
71231
+ "shape": "Sjw"
70240
71232
  }
70241
71233
  }
70242
71234
  },
70243
- "Si1": {
71235
+ "Sk9": {
70244
71236
  "type": "list",
70245
71237
  "member": {
70246
- "shape": "Si0"
71238
+ "shape": "Sk8"
70247
71239
  }
70248
71240
  },
70249
- "Si8": {
71241
+ "Skg": {
70250
71242
  "type": "structure",
70251
71243
  "members": {
70252
71244
  "OrConditions": {
70253
- "shape": "Si9"
71245
+ "shape": "Skh"
70254
71246
  },
70255
71247
  "AndConditions": {
70256
- "shape": "Si9"
71248
+ "shape": "Skh"
70257
71249
  },
70258
71250
  "StringCondition": {
70259
- "shape": "Sho"
71251
+ "shape": "Sjw"
70260
71252
  },
70261
71253
  "HierarchyGroupCondition": {
70262
71254
  "type": "structure",
@@ -70267,13 +71259,25 @@ module.exports={
70267
71259
  }
70268
71260
  }
70269
71261
  },
70270
- "Si9": {
71262
+ "Skh": {
70271
71263
  "type": "list",
70272
71264
  "member": {
70273
- "shape": "Si8"
71265
+ "shape": "Skg"
70274
71266
  }
70275
71267
  },
70276
- "Sla": {
71268
+ "Sls": {
71269
+ "type": "map",
71270
+ "key": {},
71271
+ "value": {
71272
+ "type": "structure",
71273
+ "members": {
71274
+ "Value": {
71275
+ "shape": "S98"
71276
+ }
71277
+ }
71278
+ }
71279
+ },
71280
+ "Sns": {
70277
71281
  "type": "structure",
70278
71282
  "required": [
70279
71283
  "Name"
@@ -70325,6 +71329,11 @@ module.exports={
70325
71329
  "output_token": "NextToken",
70326
71330
  "result_key": "LexBots"
70327
71331
  },
71332
+ "ListContactEvaluations": {
71333
+ "input_token": "NextToken",
71334
+ "output_token": "NextToken",
71335
+ "result_key": "EvaluationSummaryList"
71336
+ },
70328
71337
  "ListContactFlowModules": {
70329
71338
  "input_token": "NextToken",
70330
71339
  "limit_key": "MaxResults",
@@ -70348,6 +71357,18 @@ module.exports={
70348
71357
  "output_token": "NextToken",
70349
71358
  "result_key": "DefaultVocabularyList"
70350
71359
  },
71360
+ "ListEvaluationFormVersions": {
71361
+ "input_token": "NextToken",
71362
+ "limit_key": "MaxResults",
71363
+ "output_token": "NextToken",
71364
+ "result_key": "EvaluationFormVersionSummaryList"
71365
+ },
71366
+ "ListEvaluationForms": {
71367
+ "input_token": "NextToken",
71368
+ "limit_key": "MaxResults",
71369
+ "output_token": "NextToken",
71370
+ "result_key": "EvaluationFormSummaryList"
71371
+ },
70351
71372
  "ListHoursOfOperations": {
70352
71373
  "input_token": "NextToken",
70353
71374
  "limit_key": "MaxResults",
@@ -255233,7 +256254,7 @@ AWS.util.update(AWS, {
255233
256254
  /**
255234
256255
  * @constant
255235
256256
  */
255236
- VERSION: '2.1364.0',
256257
+ VERSION: '2.1365.0',
255237
256258
 
255238
256259
  /**
255239
256260
  * @api private
@@ -277350,7 +278371,7 @@ var LRUCache = /** @class */ (function () {
277350
278371
  }());
277351
278372
  exports.LRUCache = LRUCache;
277352
278373
  },{}],462:[function(require,module,exports){
277353
- // AWS SDK for JavaScript v2.1364.0
278374
+ // AWS SDK for JavaScript v2.1365.0
277354
278375
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
277355
278376
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
277356
278377
  require('./browser_loader');