aws-sdk 2.1612.0 → 2.1613.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/apis/bedrock-agent-2023-06-05.min.json +43 -42
- package/apis/connect-2017-08-08.min.json +719 -439
- package/apis/connectcases-2022-10-03.min.json +40 -19
- package/apis/datasync-2018-11-09.min.json +3 -0
- package/apis/inspector2-2020-06-08.min.json +95 -94
- package/apis/sesv2-2019-09-27.min.json +3 -0
- package/clients/bedrockagent.d.ts +13 -4
- package/clients/connect.d.ts +331 -2
- package/clients/connectcases.d.ts +39 -14
- package/clients/datasync.d.ts +6 -6
- package/clients/inspector2.d.ts +6 -1
- package/clients/sagemaker.d.ts +1 -1
- package/clients/sesv2.d.ts +4 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +7 -7
- package/dist/aws-sdk.js +722 -442
- package/dist/aws-sdk.min.js +85 -85
- package/lib/core.js +1 -1
- package/package.json +1 -1
package/dist/aws-sdk.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1613.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){
|
@@ -66876,6 +66876,9 @@ module.exports={
|
|
66876
66876
|
"endpointPrefix": "connect",
|
66877
66877
|
"jsonVersion": "1.1",
|
66878
66878
|
"protocol": "rest-json",
|
66879
|
+
"protocols": [
|
66880
|
+
"rest-json"
|
66881
|
+
],
|
66879
66882
|
"serviceAbbreviation": "Amazon Connect",
|
66880
66883
|
"serviceFullName": "Amazon Connect Service",
|
66881
66884
|
"serviceId": "Connect",
|
@@ -67347,6 +67350,81 @@ module.exports={
|
|
67347
67350
|
}
|
67348
67351
|
}
|
67349
67352
|
},
|
67353
|
+
"BatchGetAttachedFileMetadata": {
|
67354
|
+
"http": {
|
67355
|
+
"requestUri": "/attached-files/{InstanceId}"
|
67356
|
+
},
|
67357
|
+
"input": {
|
67358
|
+
"type": "structure",
|
67359
|
+
"required": [
|
67360
|
+
"FileIds",
|
67361
|
+
"InstanceId",
|
67362
|
+
"AssociatedResourceArn"
|
67363
|
+
],
|
67364
|
+
"members": {
|
67365
|
+
"FileIds": {
|
67366
|
+
"type": "list",
|
67367
|
+
"member": {}
|
67368
|
+
},
|
67369
|
+
"InstanceId": {
|
67370
|
+
"location": "uri",
|
67371
|
+
"locationName": "InstanceId"
|
67372
|
+
},
|
67373
|
+
"AssociatedResourceArn": {
|
67374
|
+
"location": "querystring",
|
67375
|
+
"locationName": "associatedResourceArn"
|
67376
|
+
}
|
67377
|
+
}
|
67378
|
+
},
|
67379
|
+
"output": {
|
67380
|
+
"type": "structure",
|
67381
|
+
"members": {
|
67382
|
+
"Files": {
|
67383
|
+
"type": "list",
|
67384
|
+
"member": {
|
67385
|
+
"type": "structure",
|
67386
|
+
"required": [
|
67387
|
+
"CreationTime",
|
67388
|
+
"FileArn",
|
67389
|
+
"FileId",
|
67390
|
+
"FileName",
|
67391
|
+
"FileSizeInBytes",
|
67392
|
+
"FileStatus"
|
67393
|
+
],
|
67394
|
+
"members": {
|
67395
|
+
"CreationTime": {},
|
67396
|
+
"FileArn": {},
|
67397
|
+
"FileId": {},
|
67398
|
+
"FileName": {},
|
67399
|
+
"FileSizeInBytes": {
|
67400
|
+
"type": "long"
|
67401
|
+
},
|
67402
|
+
"FileStatus": {},
|
67403
|
+
"CreatedBy": {
|
67404
|
+
"shape": "S2l"
|
67405
|
+
},
|
67406
|
+
"FileUseCaseType": {},
|
67407
|
+
"AssociatedResourceArn": {},
|
67408
|
+
"Tags": {
|
67409
|
+
"shape": "S2n"
|
67410
|
+
}
|
67411
|
+
}
|
67412
|
+
}
|
67413
|
+
},
|
67414
|
+
"Errors": {
|
67415
|
+
"type": "list",
|
67416
|
+
"member": {
|
67417
|
+
"type": "structure",
|
67418
|
+
"members": {
|
67419
|
+
"ErrorCode": {},
|
67420
|
+
"ErrorMessage": {},
|
67421
|
+
"FileId": {}
|
67422
|
+
}
|
67423
|
+
}
|
67424
|
+
}
|
67425
|
+
}
|
67426
|
+
}
|
67427
|
+
},
|
67350
67428
|
"BatchGetFlowAssociation": {
|
67351
67429
|
"http": {
|
67352
67430
|
"requestUri": "/flow-associations-batch/{InstanceId}"
|
@@ -67373,7 +67451,7 @@ module.exports={
|
|
67373
67451
|
"type": "structure",
|
67374
67452
|
"members": {
|
67375
67453
|
"FlowAssociationSummaryList": {
|
67376
|
-
"shape": "
|
67454
|
+
"shape": "S2y"
|
67377
67455
|
}
|
67378
67456
|
}
|
67379
67457
|
}
|
@@ -67403,15 +67481,15 @@ module.exports={
|
|
67403
67481
|
"type": "structure",
|
67404
67482
|
"members": {
|
67405
67483
|
"SystemEndpoint": {
|
67406
|
-
"shape": "
|
67484
|
+
"shape": "S34"
|
67407
67485
|
},
|
67408
67486
|
"CustomerEndpoint": {
|
67409
|
-
"shape": "
|
67487
|
+
"shape": "S34"
|
67410
67488
|
},
|
67411
67489
|
"RequestIdentifier": {},
|
67412
67490
|
"QueueId": {},
|
67413
67491
|
"Attributes": {
|
67414
|
-
"shape": "
|
67492
|
+
"shape": "S38"
|
67415
67493
|
},
|
67416
67494
|
"Campaign": {
|
67417
67495
|
"type": "structure",
|
@@ -67467,7 +67545,7 @@ module.exports={
|
|
67467
67545
|
"PhoneNumber": {},
|
67468
67546
|
"PhoneNumberDescription": {},
|
67469
67547
|
"Tags": {
|
67470
|
-
"shape": "
|
67548
|
+
"shape": "S2n"
|
67471
67549
|
},
|
67472
67550
|
"ClientToken": {
|
67473
67551
|
"idempotencyToken": true
|
@@ -67482,6 +67560,37 @@ module.exports={
|
|
67482
67560
|
}
|
67483
67561
|
}
|
67484
67562
|
},
|
67563
|
+
"CompleteAttachedFileUpload": {
|
67564
|
+
"http": {
|
67565
|
+
"requestUri": "/attached-files/{InstanceId}/{FileId}"
|
67566
|
+
},
|
67567
|
+
"input": {
|
67568
|
+
"type": "structure",
|
67569
|
+
"required": [
|
67570
|
+
"InstanceId",
|
67571
|
+
"FileId",
|
67572
|
+
"AssociatedResourceArn"
|
67573
|
+
],
|
67574
|
+
"members": {
|
67575
|
+
"InstanceId": {
|
67576
|
+
"location": "uri",
|
67577
|
+
"locationName": "InstanceId"
|
67578
|
+
},
|
67579
|
+
"FileId": {
|
67580
|
+
"location": "uri",
|
67581
|
+
"locationName": "FileId"
|
67582
|
+
},
|
67583
|
+
"AssociatedResourceArn": {
|
67584
|
+
"location": "querystring",
|
67585
|
+
"locationName": "associatedResourceArn"
|
67586
|
+
}
|
67587
|
+
}
|
67588
|
+
},
|
67589
|
+
"output": {
|
67590
|
+
"type": "structure",
|
67591
|
+
"members": {}
|
67592
|
+
}
|
67593
|
+
},
|
67485
67594
|
"CreateAgentStatus": {
|
67486
67595
|
"http": {
|
67487
67596
|
"method": "PUT",
|
@@ -67506,7 +67615,7 @@ module.exports={
|
|
67506
67615
|
"type": "integer"
|
67507
67616
|
},
|
67508
67617
|
"Tags": {
|
67509
|
-
"shape": "
|
67618
|
+
"shape": "S2n"
|
67510
67619
|
}
|
67511
67620
|
}
|
67512
67621
|
},
|
@@ -67541,7 +67650,7 @@ module.exports={
|
|
67541
67650
|
"Description": {},
|
67542
67651
|
"Content": {},
|
67543
67652
|
"Tags": {
|
67544
|
-
"shape": "
|
67653
|
+
"shape": "S2n"
|
67545
67654
|
}
|
67546
67655
|
}
|
67547
67656
|
},
|
@@ -67574,7 +67683,7 @@ module.exports={
|
|
67574
67683
|
"Description": {},
|
67575
67684
|
"Content": {},
|
67576
67685
|
"Tags": {
|
67577
|
-
"shape": "
|
67686
|
+
"shape": "S2n"
|
67578
67687
|
},
|
67579
67688
|
"ClientToken": {
|
67580
67689
|
"idempotencyToken": true
|
@@ -67609,10 +67718,10 @@ module.exports={
|
|
67609
67718
|
"Title": {},
|
67610
67719
|
"Description": {},
|
67611
67720
|
"Items": {
|
67612
|
-
"shape": "
|
67721
|
+
"shape": "S4c"
|
67613
67722
|
},
|
67614
67723
|
"ScoringStrategy": {
|
67615
|
-
"shape": "
|
67724
|
+
"shape": "S57"
|
67616
67725
|
},
|
67617
67726
|
"ClientToken": {
|
67618
67727
|
"idempotencyToken": true
|
@@ -67654,10 +67763,10 @@ module.exports={
|
|
67654
67763
|
"Description": {},
|
67655
67764
|
"TimeZone": {},
|
67656
67765
|
"Config": {
|
67657
|
-
"shape": "
|
67766
|
+
"shape": "S5f"
|
67658
67767
|
},
|
67659
67768
|
"Tags": {
|
67660
|
-
"shape": "
|
67769
|
+
"shape": "S2n"
|
67661
67770
|
}
|
67662
67771
|
}
|
67663
67772
|
},
|
@@ -67685,7 +67794,7 @@ module.exports={
|
|
67685
67794
|
"ClientToken": {},
|
67686
67795
|
"IdentityManagementType": {},
|
67687
67796
|
"InstanceAlias": {
|
67688
|
-
"shape": "
|
67797
|
+
"shape": "S5p"
|
67689
67798
|
},
|
67690
67799
|
"DirectoryId": {},
|
67691
67800
|
"InboundCallsEnabled": {
|
@@ -67695,7 +67804,7 @@ module.exports={
|
|
67695
67804
|
"type": "boolean"
|
67696
67805
|
},
|
67697
67806
|
"Tags": {
|
67698
|
-
"shape": "
|
67807
|
+
"shape": "S2n"
|
67699
67808
|
}
|
67700
67809
|
}
|
67701
67810
|
},
|
@@ -67730,7 +67839,7 @@ module.exports={
|
|
67730
67839
|
"SourceApplicationName": {},
|
67731
67840
|
"SourceType": {},
|
67732
67841
|
"Tags": {
|
67733
|
-
"shape": "
|
67842
|
+
"shape": "S2n"
|
67734
67843
|
}
|
67735
67844
|
}
|
67736
67845
|
},
|
@@ -67834,7 +67943,7 @@ module.exports={
|
|
67834
67943
|
},
|
67835
67944
|
"Name": {},
|
67836
67945
|
"Values": {
|
67837
|
-
"shape": "
|
67946
|
+
"shape": "S6d"
|
67838
67947
|
}
|
67839
67948
|
}
|
67840
67949
|
}
|
@@ -67860,7 +67969,7 @@ module.exports={
|
|
67860
67969
|
"Description": {},
|
67861
67970
|
"S3Uri": {},
|
67862
67971
|
"Tags": {
|
67863
|
-
"shape": "
|
67972
|
+
"shape": "S2n"
|
67864
67973
|
}
|
67865
67974
|
}
|
67866
67975
|
},
|
@@ -67892,7 +68001,7 @@ module.exports={
|
|
67892
68001
|
"Name": {},
|
67893
68002
|
"Description": {},
|
67894
68003
|
"OutboundCallerConfig": {
|
67895
|
-
"shape": "
|
68004
|
+
"shape": "S6m"
|
67896
68005
|
},
|
67897
68006
|
"HoursOfOperationId": {},
|
67898
68007
|
"MaxContacts": {
|
@@ -67902,7 +68011,7 @@ module.exports={
|
|
67902
68011
|
"shape": "S1f"
|
67903
68012
|
},
|
67904
68013
|
"Tags": {
|
67905
|
-
"shape": "
|
68014
|
+
"shape": "S2n"
|
67906
68015
|
}
|
67907
68016
|
}
|
67908
68017
|
},
|
@@ -67934,10 +68043,10 @@ module.exports={
|
|
67934
68043
|
"Name": {},
|
67935
68044
|
"Description": {},
|
67936
68045
|
"QuickConnectConfig": {
|
67937
|
-
"shape": "
|
68046
|
+
"shape": "S6t"
|
67938
68047
|
},
|
67939
68048
|
"Tags": {
|
67940
|
-
"shape": "
|
68049
|
+
"shape": "S2n"
|
67941
68050
|
}
|
67942
68051
|
}
|
67943
68052
|
},
|
@@ -67975,10 +68084,10 @@ module.exports={
|
|
67975
68084
|
"shape": "S1j"
|
67976
68085
|
},
|
67977
68086
|
"MediaConcurrencies": {
|
67978
|
-
"shape": "
|
68087
|
+
"shape": "S72"
|
67979
68088
|
},
|
67980
68089
|
"Tags": {
|
67981
|
-
"shape": "
|
68090
|
+
"shape": "S2n"
|
67982
68091
|
},
|
67983
68092
|
"AgentAvailabilityTimer": {}
|
67984
68093
|
}
|
@@ -68012,11 +68121,11 @@ module.exports={
|
|
68012
68121
|
},
|
68013
68122
|
"Name": {},
|
68014
68123
|
"TriggerEventSource": {
|
68015
|
-
"shape": "
|
68124
|
+
"shape": "S7b"
|
68016
68125
|
},
|
68017
68126
|
"Function": {},
|
68018
68127
|
"Actions": {
|
68019
|
-
"shape": "
|
68128
|
+
"shape": "S7e"
|
68020
68129
|
},
|
68021
68130
|
"PublishStatus": {},
|
68022
68131
|
"ClientToken": {
|
@@ -68051,26 +68160,26 @@ module.exports={
|
|
68051
68160
|
"SecurityProfileName": {},
|
68052
68161
|
"Description": {},
|
68053
68162
|
"Permissions": {
|
68054
|
-
"shape": "
|
68163
|
+
"shape": "S8j"
|
68055
68164
|
},
|
68056
68165
|
"InstanceId": {
|
68057
68166
|
"location": "uri",
|
68058
68167
|
"locationName": "InstanceId"
|
68059
68168
|
},
|
68060
68169
|
"Tags": {
|
68061
|
-
"shape": "
|
68170
|
+
"shape": "S2n"
|
68062
68171
|
},
|
68063
68172
|
"AllowedAccessControlTags": {
|
68064
|
-
"shape": "
|
68173
|
+
"shape": "S8l"
|
68065
68174
|
},
|
68066
68175
|
"TagRestrictedResources": {
|
68067
|
-
"shape": "
|
68176
|
+
"shape": "S8o"
|
68068
68177
|
},
|
68069
68178
|
"Applications": {
|
68070
|
-
"shape": "
|
68179
|
+
"shape": "S8q"
|
68071
68180
|
},
|
68072
68181
|
"HierarchyRestrictedResources": {
|
68073
|
-
"shape": "
|
68182
|
+
"shape": "S8v"
|
68074
68183
|
},
|
68075
68184
|
"AllowedAccessControlHierarchyGroupId": {}
|
68076
68185
|
}
|
@@ -68104,14 +68213,14 @@ module.exports={
|
|
68104
68213
|
"Description": {},
|
68105
68214
|
"ContactFlowId": {},
|
68106
68215
|
"Constraints": {
|
68107
|
-
"shape": "
|
68216
|
+
"shape": "S93"
|
68108
68217
|
},
|
68109
68218
|
"Defaults": {
|
68110
|
-
"shape": "
|
68219
|
+
"shape": "S9c"
|
68111
68220
|
},
|
68112
68221
|
"Status": {},
|
68113
68222
|
"Fields": {
|
68114
|
-
"shape": "
|
68223
|
+
"shape": "S9h"
|
68115
68224
|
},
|
68116
68225
|
"ClientToken": {
|
68117
68226
|
"idempotencyToken": true
|
@@ -68149,7 +68258,7 @@ module.exports={
|
|
68149
68258
|
"idempotencyToken": true
|
68150
68259
|
},
|
68151
68260
|
"Tags": {
|
68152
|
-
"shape": "
|
68261
|
+
"shape": "S2n"
|
68153
68262
|
}
|
68154
68263
|
}
|
68155
68264
|
},
|
@@ -68184,7 +68293,7 @@ module.exports={
|
|
68184
68293
|
},
|
68185
68294
|
"UseCaseType": {},
|
68186
68295
|
"Tags": {
|
68187
|
-
"shape": "
|
68296
|
+
"shape": "S2n"
|
68188
68297
|
}
|
68189
68298
|
}
|
68190
68299
|
},
|
@@ -68217,14 +68326,14 @@ module.exports={
|
|
68217
68326
|
"sensitive": true
|
68218
68327
|
},
|
68219
68328
|
"IdentityInfo": {
|
68220
|
-
"shape": "
|
68329
|
+
"shape": "Sa4"
|
68221
68330
|
},
|
68222
68331
|
"PhoneConfig": {
|
68223
|
-
"shape": "
|
68332
|
+
"shape": "Sa8"
|
68224
68333
|
},
|
68225
68334
|
"DirectoryUserId": {},
|
68226
68335
|
"SecurityProfileIds": {
|
68227
|
-
"shape": "
|
68336
|
+
"shape": "Sad"
|
68228
68337
|
},
|
68229
68338
|
"RoutingProfileId": {},
|
68230
68339
|
"HierarchyGroupId": {},
|
@@ -68233,7 +68342,7 @@ module.exports={
|
|
68233
68342
|
"locationName": "InstanceId"
|
68234
68343
|
},
|
68235
68344
|
"Tags": {
|
68236
|
-
"shape": "
|
68345
|
+
"shape": "S2n"
|
68237
68346
|
}
|
68238
68347
|
}
|
68239
68348
|
},
|
@@ -68264,7 +68373,7 @@ module.exports={
|
|
68264
68373
|
"locationName": "InstanceId"
|
68265
68374
|
},
|
68266
68375
|
"Tags": {
|
68267
|
-
"shape": "
|
68376
|
+
"shape": "S2n"
|
68268
68377
|
}
|
68269
68378
|
}
|
68270
68379
|
},
|
@@ -68297,14 +68406,14 @@ module.exports={
|
|
68297
68406
|
"ClientToken": {},
|
68298
68407
|
"Status": {},
|
68299
68408
|
"Content": {
|
68300
|
-
"shape": "
|
68409
|
+
"shape": "Sam"
|
68301
68410
|
},
|
68302
68411
|
"Description": {},
|
68303
68412
|
"Name": {
|
68304
|
-
"shape": "
|
68413
|
+
"shape": "Sar"
|
68305
68414
|
},
|
68306
68415
|
"Tags": {
|
68307
|
-
"shape": "
|
68416
|
+
"shape": "S2n"
|
68308
68417
|
}
|
68309
68418
|
}
|
68310
68419
|
},
|
@@ -68312,7 +68421,7 @@ module.exports={
|
|
68312
68421
|
"type": "structure",
|
68313
68422
|
"members": {
|
68314
68423
|
"View": {
|
68315
|
-
"shape": "
|
68424
|
+
"shape": "Sat"
|
68316
68425
|
}
|
68317
68426
|
}
|
68318
68427
|
},
|
@@ -68346,7 +68455,7 @@ module.exports={
|
|
68346
68455
|
"type": "structure",
|
68347
68456
|
"members": {
|
68348
68457
|
"View": {
|
68349
|
-
"shape": "
|
68458
|
+
"shape": "Sat"
|
68350
68459
|
}
|
68351
68460
|
}
|
68352
68461
|
},
|
@@ -68376,7 +68485,7 @@ module.exports={
|
|
68376
68485
|
"LanguageCode": {},
|
68377
68486
|
"Content": {},
|
68378
68487
|
"Tags": {
|
68379
|
-
"shape": "
|
68488
|
+
"shape": "S2n"
|
68380
68489
|
}
|
68381
68490
|
}
|
68382
68491
|
},
|
@@ -68435,6 +68544,38 @@ module.exports={
|
|
68435
68544
|
}
|
68436
68545
|
}
|
68437
68546
|
},
|
68547
|
+
"DeleteAttachedFile": {
|
68548
|
+
"http": {
|
68549
|
+
"method": "DELETE",
|
68550
|
+
"requestUri": "/attached-files/{InstanceId}/{FileId}"
|
68551
|
+
},
|
68552
|
+
"input": {
|
68553
|
+
"type": "structure",
|
68554
|
+
"required": [
|
68555
|
+
"InstanceId",
|
68556
|
+
"FileId",
|
68557
|
+
"AssociatedResourceArn"
|
68558
|
+
],
|
68559
|
+
"members": {
|
68560
|
+
"InstanceId": {
|
68561
|
+
"location": "uri",
|
68562
|
+
"locationName": "InstanceId"
|
68563
|
+
},
|
68564
|
+
"FileId": {
|
68565
|
+
"location": "uri",
|
68566
|
+
"locationName": "FileId"
|
68567
|
+
},
|
68568
|
+
"AssociatedResourceArn": {
|
68569
|
+
"location": "querystring",
|
68570
|
+
"locationName": "associatedResourceArn"
|
68571
|
+
}
|
68572
|
+
}
|
68573
|
+
},
|
68574
|
+
"output": {
|
68575
|
+
"type": "structure",
|
68576
|
+
"members": {}
|
68577
|
+
}
|
68578
|
+
},
|
68438
68579
|
"DeleteContactEvaluation": {
|
68439
68580
|
"http": {
|
68440
68581
|
"method": "DELETE",
|
@@ -69024,7 +69165,7 @@ module.exports={
|
|
69024
69165
|
},
|
69025
69166
|
"State": {},
|
69026
69167
|
"Tags": {
|
69027
|
-
"shape": "
|
69168
|
+
"shape": "S2n"
|
69028
69169
|
},
|
69029
69170
|
"LastModifiedTime": {
|
69030
69171
|
"type": "timestamp"
|
@@ -69069,10 +69210,10 @@ module.exports={
|
|
69069
69210
|
"PreviousContactId": {},
|
69070
69211
|
"InitiationMethod": {},
|
69071
69212
|
"Name": {
|
69072
|
-
"shape": "
|
69213
|
+
"shape": "Sce"
|
69073
69214
|
},
|
69074
69215
|
"Description": {
|
69075
|
-
"shape": "
|
69216
|
+
"shape": "Scf"
|
69076
69217
|
},
|
69077
69218
|
"Channel": {},
|
69078
69219
|
"QueueInfo": {
|
@@ -69134,7 +69275,7 @@ module.exports={
|
|
69134
69275
|
"type": "long"
|
69135
69276
|
},
|
69136
69277
|
"Tags": {
|
69137
|
-
"shape": "
|
69278
|
+
"shape": "Scq"
|
69138
69279
|
}
|
69139
69280
|
}
|
69140
69281
|
}
|
@@ -69196,7 +69337,7 @@ module.exports={
|
|
69196
69337
|
"EvaluatorArn": {},
|
69197
69338
|
"ContactAgentId": {},
|
69198
69339
|
"Score": {
|
69199
|
-
"shape": "
|
69340
|
+
"shape": "Scx"
|
69200
69341
|
}
|
69201
69342
|
}
|
69202
69343
|
},
|
@@ -69207,23 +69348,23 @@ module.exports={
|
|
69207
69348
|
"type": "structure",
|
69208
69349
|
"members": {
|
69209
69350
|
"Value": {
|
69210
|
-
"shape": "
|
69351
|
+
"shape": "Sd1"
|
69211
69352
|
},
|
69212
69353
|
"SystemSuggestedValue": {
|
69213
|
-
"shape": "
|
69354
|
+
"shape": "Sd1"
|
69214
69355
|
}
|
69215
69356
|
}
|
69216
69357
|
}
|
69217
69358
|
},
|
69218
69359
|
"Notes": {
|
69219
|
-
"shape": "
|
69360
|
+
"shape": "Sd4"
|
69220
69361
|
},
|
69221
69362
|
"Status": {},
|
69222
69363
|
"Scores": {
|
69223
69364
|
"type": "map",
|
69224
69365
|
"key": {},
|
69225
69366
|
"value": {
|
69226
|
-
"shape": "
|
69367
|
+
"shape": "Scx"
|
69227
69368
|
}
|
69228
69369
|
},
|
69229
69370
|
"CreatedTime": {
|
@@ -69233,7 +69374,7 @@ module.exports={
|
|
69233
69374
|
"type": "timestamp"
|
69234
69375
|
},
|
69235
69376
|
"Tags": {
|
69236
|
-
"shape": "
|
69377
|
+
"shape": "S2n"
|
69237
69378
|
}
|
69238
69379
|
}
|
69239
69380
|
},
|
@@ -69255,10 +69396,10 @@ module.exports={
|
|
69255
69396
|
"Title": {},
|
69256
69397
|
"Description": {},
|
69257
69398
|
"Items": {
|
69258
|
-
"shape": "
|
69399
|
+
"shape": "S4c"
|
69259
69400
|
},
|
69260
69401
|
"ScoringStrategy": {
|
69261
|
-
"shape": "
|
69402
|
+
"shape": "S57"
|
69262
69403
|
}
|
69263
69404
|
}
|
69264
69405
|
}
|
@@ -69301,7 +69442,7 @@ module.exports={
|
|
69301
69442
|
"Description": {},
|
69302
69443
|
"Content": {},
|
69303
69444
|
"Tags": {
|
69304
|
-
"shape": "
|
69445
|
+
"shape": "S2n"
|
69305
69446
|
}
|
69306
69447
|
}
|
69307
69448
|
}
|
@@ -69344,7 +69485,7 @@ module.exports={
|
|
69344
69485
|
"State": {},
|
69345
69486
|
"Status": {},
|
69346
69487
|
"Tags": {
|
69347
|
-
"shape": "
|
69488
|
+
"shape": "S2n"
|
69348
69489
|
}
|
69349
69490
|
}
|
69350
69491
|
}
|
@@ -69412,10 +69553,10 @@ module.exports={
|
|
69412
69553
|
"Description": {},
|
69413
69554
|
"Status": {},
|
69414
69555
|
"Items": {
|
69415
|
-
"shape": "
|
69556
|
+
"shape": "S4c"
|
69416
69557
|
},
|
69417
69558
|
"ScoringStrategy": {
|
69418
|
-
"shape": "
|
69559
|
+
"shape": "S57"
|
69419
69560
|
},
|
69420
69561
|
"CreatedTime": {
|
69421
69562
|
"type": "timestamp"
|
@@ -69426,7 +69567,7 @@ module.exports={
|
|
69426
69567
|
},
|
69427
69568
|
"LastModifiedBy": {},
|
69428
69569
|
"Tags": {
|
69429
|
-
"shape": "
|
69570
|
+
"shape": "S2n"
|
69430
69571
|
}
|
69431
69572
|
}
|
69432
69573
|
}
|
@@ -69459,7 +69600,7 @@ module.exports={
|
|
69459
69600
|
"type": "structure",
|
69460
69601
|
"members": {
|
69461
69602
|
"HoursOfOperation": {
|
69462
|
-
"shape": "
|
69603
|
+
"shape": "Sdq"
|
69463
69604
|
}
|
69464
69605
|
}
|
69465
69606
|
}
|
@@ -69491,7 +69632,7 @@ module.exports={
|
|
69491
69632
|
"Arn": {},
|
69492
69633
|
"IdentityManagementType": {},
|
69493
69634
|
"InstanceAlias": {
|
69494
|
-
"shape": "
|
69635
|
+
"shape": "S5p"
|
69495
69636
|
},
|
69496
69637
|
"CreatedTime": {
|
69497
69638
|
"type": "timestamp"
|
@@ -69512,7 +69653,7 @@ module.exports={
|
|
69512
69653
|
},
|
69513
69654
|
"InstanceAccessUrl": {},
|
69514
69655
|
"Tags": {
|
69515
|
-
"shape": "
|
69656
|
+
"shape": "S2n"
|
69516
69657
|
}
|
69517
69658
|
}
|
69518
69659
|
}
|
@@ -69545,7 +69686,7 @@ module.exports={
|
|
69545
69686
|
"type": "structure",
|
69546
69687
|
"members": {
|
69547
69688
|
"Attribute": {
|
69548
|
-
"shape": "
|
69689
|
+
"shape": "Se0"
|
69549
69690
|
}
|
69550
69691
|
}
|
69551
69692
|
}
|
@@ -69618,7 +69759,7 @@ module.exports={
|
|
69618
69759
|
"TargetArn": {},
|
69619
69760
|
"InstanceId": {},
|
69620
69761
|
"Tags": {
|
69621
|
-
"shape": "
|
69762
|
+
"shape": "S2n"
|
69622
69763
|
},
|
69623
69764
|
"PhoneNumberStatus": {
|
69624
69765
|
"type": "structure",
|
@@ -69659,7 +69800,7 @@ module.exports={
|
|
69659
69800
|
"type": "structure",
|
69660
69801
|
"members": {
|
69661
69802
|
"PredefinedAttribute": {
|
69662
|
-
"shape": "
|
69803
|
+
"shape": "See"
|
69663
69804
|
}
|
69664
69805
|
}
|
69665
69806
|
}
|
@@ -69690,7 +69831,7 @@ module.exports={
|
|
69690
69831
|
"type": "structure",
|
69691
69832
|
"members": {
|
69692
69833
|
"Prompt": {
|
69693
|
-
"shape": "
|
69834
|
+
"shape": "Seh"
|
69694
69835
|
}
|
69695
69836
|
}
|
69696
69837
|
}
|
@@ -69721,7 +69862,7 @@ module.exports={
|
|
69721
69862
|
"type": "structure",
|
69722
69863
|
"members": {
|
69723
69864
|
"Queue": {
|
69724
|
-
"shape": "
|
69865
|
+
"shape": "Sek"
|
69725
69866
|
}
|
69726
69867
|
}
|
69727
69868
|
}
|
@@ -69752,7 +69893,7 @@ module.exports={
|
|
69752
69893
|
"type": "structure",
|
69753
69894
|
"members": {
|
69754
69895
|
"QuickConnect": {
|
69755
|
-
"shape": "
|
69896
|
+
"shape": "Seo"
|
69756
69897
|
}
|
69757
69898
|
}
|
69758
69899
|
}
|
@@ -69783,7 +69924,7 @@ module.exports={
|
|
69783
69924
|
"type": "structure",
|
69784
69925
|
"members": {
|
69785
69926
|
"RoutingProfile": {
|
69786
|
-
"shape": "
|
69927
|
+
"shape": "Ser"
|
69787
69928
|
}
|
69788
69929
|
}
|
69789
69930
|
}
|
@@ -69835,11 +69976,11 @@ module.exports={
|
|
69835
69976
|
"RuleId": {},
|
69836
69977
|
"RuleArn": {},
|
69837
69978
|
"TriggerEventSource": {
|
69838
|
-
"shape": "
|
69979
|
+
"shape": "S7b"
|
69839
69980
|
},
|
69840
69981
|
"Function": {},
|
69841
69982
|
"Actions": {
|
69842
|
-
"shape": "
|
69983
|
+
"shape": "S7e"
|
69843
69984
|
},
|
69844
69985
|
"PublishStatus": {},
|
69845
69986
|
"CreatedTime": {
|
@@ -69850,7 +69991,7 @@ module.exports={
|
|
69850
69991
|
},
|
69851
69992
|
"LastUpdatedBy": {},
|
69852
69993
|
"Tags": {
|
69853
|
-
"shape": "
|
69994
|
+
"shape": "S2n"
|
69854
69995
|
}
|
69855
69996
|
}
|
69856
69997
|
}
|
@@ -69891,20 +70032,20 @@ module.exports={
|
|
69891
70032
|
"SecurityProfileName": {},
|
69892
70033
|
"Description": {},
|
69893
70034
|
"Tags": {
|
69894
|
-
"shape": "
|
70035
|
+
"shape": "S2n"
|
69895
70036
|
},
|
69896
70037
|
"AllowedAccessControlTags": {
|
69897
|
-
"shape": "
|
70038
|
+
"shape": "S8l"
|
69898
70039
|
},
|
69899
70040
|
"TagRestrictedResources": {
|
69900
|
-
"shape": "
|
70041
|
+
"shape": "S8o"
|
69901
70042
|
},
|
69902
70043
|
"LastModifiedTime": {
|
69903
70044
|
"type": "timestamp"
|
69904
70045
|
},
|
69905
70046
|
"LastModifiedRegion": {},
|
69906
70047
|
"HierarchyRestrictedResources": {
|
69907
|
-
"shape": "
|
70048
|
+
"shape": "S8v"
|
69908
70049
|
},
|
69909
70050
|
"AllowedAccessControlHierarchyGroupId": {}
|
69910
70051
|
}
|
@@ -69942,7 +70083,7 @@ module.exports={
|
|
69942
70083
|
"InstanceArn": {},
|
69943
70084
|
"Status": {},
|
69944
70085
|
"Tags": {
|
69945
|
-
"shape": "
|
70086
|
+
"shape": "S2n"
|
69946
70087
|
},
|
69947
70088
|
"IsDefault": {
|
69948
70089
|
"type": "boolean"
|
@@ -69984,19 +70125,19 @@ module.exports={
|
|
69984
70125
|
"Arn": {},
|
69985
70126
|
"Username": {},
|
69986
70127
|
"IdentityInfo": {
|
69987
|
-
"shape": "
|
70128
|
+
"shape": "Sa4"
|
69988
70129
|
},
|
69989
70130
|
"PhoneConfig": {
|
69990
|
-
"shape": "
|
70131
|
+
"shape": "Sa8"
|
69991
70132
|
},
|
69992
70133
|
"DirectoryUserId": {},
|
69993
70134
|
"SecurityProfileIds": {
|
69994
|
-
"shape": "
|
70135
|
+
"shape": "Sad"
|
69995
70136
|
},
|
69996
70137
|
"RoutingProfileId": {},
|
69997
70138
|
"HierarchyGroupId": {},
|
69998
70139
|
"Tags": {
|
69999
|
-
"shape": "
|
70140
|
+
"shape": "S2n"
|
70000
70141
|
},
|
70001
70142
|
"LastModifiedTime": {
|
70002
70143
|
"type": "timestamp"
|
@@ -70043,24 +70184,24 @@ module.exports={
|
|
70043
70184
|
"type": "structure",
|
70044
70185
|
"members": {
|
70045
70186
|
"LevelOne": {
|
70046
|
-
"shape": "
|
70187
|
+
"shape": "Sfd"
|
70047
70188
|
},
|
70048
70189
|
"LevelTwo": {
|
70049
|
-
"shape": "
|
70190
|
+
"shape": "Sfd"
|
70050
70191
|
},
|
70051
70192
|
"LevelThree": {
|
70052
|
-
"shape": "
|
70193
|
+
"shape": "Sfd"
|
70053
70194
|
},
|
70054
70195
|
"LevelFour": {
|
70055
|
-
"shape": "
|
70196
|
+
"shape": "Sfd"
|
70056
70197
|
},
|
70057
70198
|
"LevelFive": {
|
70058
|
-
"shape": "
|
70199
|
+
"shape": "Sfd"
|
70059
70200
|
}
|
70060
70201
|
}
|
70061
70202
|
},
|
70062
70203
|
"Tags": {
|
70063
|
-
"shape": "
|
70204
|
+
"shape": "S2n"
|
70064
70205
|
},
|
70065
70206
|
"LastModifiedTime": {
|
70066
70207
|
"type": "timestamp"
|
@@ -70095,19 +70236,19 @@ module.exports={
|
|
70095
70236
|
"type": "structure",
|
70096
70237
|
"members": {
|
70097
70238
|
"LevelOne": {
|
70098
|
-
"shape": "
|
70239
|
+
"shape": "Sfh"
|
70099
70240
|
},
|
70100
70241
|
"LevelTwo": {
|
70101
|
-
"shape": "
|
70242
|
+
"shape": "Sfh"
|
70102
70243
|
},
|
70103
70244
|
"LevelThree": {
|
70104
|
-
"shape": "
|
70245
|
+
"shape": "Sfh"
|
70105
70246
|
},
|
70106
70247
|
"LevelFour": {
|
70107
|
-
"shape": "
|
70248
|
+
"shape": "Sfh"
|
70108
70249
|
},
|
70109
70250
|
"LevelFive": {
|
70110
|
-
"shape": "
|
70251
|
+
"shape": "Sfh"
|
70111
70252
|
}
|
70112
70253
|
}
|
70113
70254
|
}
|
@@ -70140,7 +70281,7 @@ module.exports={
|
|
70140
70281
|
"type": "structure",
|
70141
70282
|
"members": {
|
70142
70283
|
"View": {
|
70143
|
-
"shape": "
|
70284
|
+
"shape": "Sat"
|
70144
70285
|
}
|
70145
70286
|
}
|
70146
70287
|
}
|
@@ -70195,7 +70336,7 @@ module.exports={
|
|
70195
70336
|
"FailureReason": {},
|
70196
70337
|
"Content": {},
|
70197
70338
|
"Tags": {
|
70198
|
-
"shape": "
|
70339
|
+
"shape": "S2n"
|
70199
70340
|
}
|
70200
70341
|
}
|
70201
70342
|
}
|
@@ -70578,6 +70719,70 @@ module.exports={
|
|
70578
70719
|
"members": {}
|
70579
70720
|
}
|
70580
70721
|
},
|
70722
|
+
"GetAttachedFile": {
|
70723
|
+
"http": {
|
70724
|
+
"method": "GET",
|
70725
|
+
"requestUri": "/attached-files/{InstanceId}/{FileId}"
|
70726
|
+
},
|
70727
|
+
"input": {
|
70728
|
+
"type": "structure",
|
70729
|
+
"required": [
|
70730
|
+
"InstanceId",
|
70731
|
+
"FileId",
|
70732
|
+
"AssociatedResourceArn"
|
70733
|
+
],
|
70734
|
+
"members": {
|
70735
|
+
"InstanceId": {
|
70736
|
+
"location": "uri",
|
70737
|
+
"locationName": "InstanceId"
|
70738
|
+
},
|
70739
|
+
"FileId": {
|
70740
|
+
"location": "uri",
|
70741
|
+
"locationName": "FileId"
|
70742
|
+
},
|
70743
|
+
"UrlExpiryInSeconds": {
|
70744
|
+
"location": "querystring",
|
70745
|
+
"locationName": "urlExpiryInSeconds",
|
70746
|
+
"type": "integer"
|
70747
|
+
},
|
70748
|
+
"AssociatedResourceArn": {
|
70749
|
+
"location": "querystring",
|
70750
|
+
"locationName": "associatedResourceArn"
|
70751
|
+
}
|
70752
|
+
}
|
70753
|
+
},
|
70754
|
+
"output": {
|
70755
|
+
"type": "structure",
|
70756
|
+
"required": [
|
70757
|
+
"FileSizeInBytes"
|
70758
|
+
],
|
70759
|
+
"members": {
|
70760
|
+
"FileArn": {},
|
70761
|
+
"FileId": {},
|
70762
|
+
"CreationTime": {},
|
70763
|
+
"FileStatus": {},
|
70764
|
+
"FileName": {},
|
70765
|
+
"FileSizeInBytes": {
|
70766
|
+
"type": "long"
|
70767
|
+
},
|
70768
|
+
"AssociatedResourceArn": {},
|
70769
|
+
"FileUseCaseType": {},
|
70770
|
+
"CreatedBy": {
|
70771
|
+
"shape": "S2l"
|
70772
|
+
},
|
70773
|
+
"DownloadUrlMetadata": {
|
70774
|
+
"type": "structure",
|
70775
|
+
"members": {
|
70776
|
+
"Url": {},
|
70777
|
+
"UrlExpiry": {}
|
70778
|
+
}
|
70779
|
+
},
|
70780
|
+
"Tags": {
|
70781
|
+
"shape": "S2n"
|
70782
|
+
}
|
70783
|
+
}
|
70784
|
+
}
|
70785
|
+
},
|
70581
70786
|
"GetContactAttributes": {
|
70582
70787
|
"http": {
|
70583
70788
|
"method": "GET",
|
@@ -70604,7 +70809,7 @@ module.exports={
|
|
70604
70809
|
"type": "structure",
|
70605
70810
|
"members": {
|
70606
70811
|
"Attributes": {
|
70607
|
-
"shape": "
|
70812
|
+
"shape": "S38"
|
70608
70813
|
}
|
70609
70814
|
}
|
70610
70815
|
}
|
@@ -70626,15 +70831,15 @@ module.exports={
|
|
70626
70831
|
"locationName": "InstanceId"
|
70627
70832
|
},
|
70628
70833
|
"Filters": {
|
70629
|
-
"shape": "
|
70834
|
+
"shape": "Sgi"
|
70630
70835
|
},
|
70631
70836
|
"Groupings": {
|
70632
|
-
"shape": "
|
70837
|
+
"shape": "Sgo"
|
70633
70838
|
},
|
70634
70839
|
"CurrentMetrics": {
|
70635
70840
|
"type": "list",
|
70636
70841
|
"member": {
|
70637
|
-
"shape": "
|
70842
|
+
"shape": "Sgr"
|
70638
70843
|
}
|
70639
70844
|
},
|
70640
70845
|
"NextToken": {},
|
@@ -70663,7 +70868,7 @@ module.exports={
|
|
70663
70868
|
"type": "structure",
|
70664
70869
|
"members": {
|
70665
70870
|
"Dimensions": {
|
70666
|
-
"shape": "
|
70871
|
+
"shape": "Sh2"
|
70667
70872
|
},
|
70668
70873
|
"Collections": {
|
70669
70874
|
"type": "list",
|
@@ -70671,7 +70876,7 @@ module.exports={
|
|
70671
70876
|
"type": "structure",
|
70672
70877
|
"members": {
|
70673
70878
|
"Metric": {
|
70674
|
-
"shape": "
|
70879
|
+
"shape": "Sgr"
|
70675
70880
|
},
|
70676
70881
|
"Value": {
|
70677
70882
|
"type": "double"
|
@@ -70710,7 +70915,7 @@ module.exports={
|
|
70710
70915
|
"type": "structure",
|
70711
70916
|
"members": {
|
70712
70917
|
"Queues": {
|
70713
|
-
"shape": "
|
70918
|
+
"shape": "Sgj"
|
70714
70919
|
},
|
70715
70920
|
"ContactFilter": {
|
70716
70921
|
"type": "structure",
|
@@ -70722,7 +70927,7 @@ module.exports={
|
|
70722
70927
|
}
|
70723
70928
|
},
|
70724
70929
|
"RoutingProfiles": {
|
70725
|
-
"shape": "
|
70930
|
+
"shape": "Sgl"
|
70726
70931
|
},
|
70727
70932
|
"Agents": {
|
70728
70933
|
"type": "list",
|
@@ -70757,25 +70962,25 @@ module.exports={
|
|
70757
70962
|
}
|
70758
70963
|
},
|
70759
70964
|
"RoutingProfile": {
|
70760
|
-
"shape": "
|
70965
|
+
"shape": "Sh4"
|
70761
70966
|
},
|
70762
70967
|
"HierarchyPath": {
|
70763
70968
|
"type": "structure",
|
70764
70969
|
"members": {
|
70765
70970
|
"LevelOne": {
|
70766
|
-
"shape": "
|
70971
|
+
"shape": "Shl"
|
70767
70972
|
},
|
70768
70973
|
"LevelTwo": {
|
70769
|
-
"shape": "
|
70974
|
+
"shape": "Shl"
|
70770
70975
|
},
|
70771
70976
|
"LevelThree": {
|
70772
|
-
"shape": "
|
70977
|
+
"shape": "Shl"
|
70773
70978
|
},
|
70774
70979
|
"LevelFour": {
|
70775
|
-
"shape": "
|
70980
|
+
"shape": "Shl"
|
70776
70981
|
},
|
70777
70982
|
"LevelFive": {
|
70778
|
-
"shape": "
|
70983
|
+
"shape": "Shl"
|
70779
70984
|
}
|
70780
70985
|
}
|
70781
70986
|
},
|
@@ -70790,13 +70995,13 @@ module.exports={
|
|
70790
70995
|
}
|
70791
70996
|
},
|
70792
70997
|
"AvailableSlotsByChannel": {
|
70793
|
-
"shape": "
|
70998
|
+
"shape": "Shn"
|
70794
70999
|
},
|
70795
71000
|
"MaxSlotsByChannel": {
|
70796
|
-
"shape": "
|
71001
|
+
"shape": "Shn"
|
70797
71002
|
},
|
70798
71003
|
"ActiveSlotsByChannel": {
|
70799
|
-
"shape": "
|
71004
|
+
"shape": "Shn"
|
70800
71005
|
},
|
70801
71006
|
"Contacts": {
|
70802
71007
|
"type": "list",
|
@@ -70814,7 +71019,7 @@ module.exports={
|
|
70814
71019
|
"type": "timestamp"
|
70815
71020
|
},
|
70816
71021
|
"Queue": {
|
70817
|
-
"shape": "
|
71022
|
+
"shape": "Sh3"
|
70818
71023
|
}
|
70819
71024
|
}
|
70820
71025
|
}
|
@@ -70853,13 +71058,13 @@ module.exports={
|
|
70853
71058
|
"type": "structure",
|
70854
71059
|
"members": {
|
70855
71060
|
"AccessToken": {
|
70856
|
-
"shape": "
|
71061
|
+
"shape": "Shu"
|
70857
71062
|
},
|
70858
71063
|
"AccessTokenExpiration": {
|
70859
71064
|
"type": "timestamp"
|
70860
71065
|
},
|
70861
71066
|
"RefreshToken": {
|
70862
|
-
"shape": "
|
71067
|
+
"shape": "Shu"
|
70863
71068
|
},
|
70864
71069
|
"RefreshTokenExpiration": {
|
70865
71070
|
"type": "timestamp"
|
@@ -70934,15 +71139,15 @@ module.exports={
|
|
70934
71139
|
"type": "timestamp"
|
70935
71140
|
},
|
70936
71141
|
"Filters": {
|
70937
|
-
"shape": "
|
71142
|
+
"shape": "Sgi"
|
70938
71143
|
},
|
70939
71144
|
"Groupings": {
|
70940
|
-
"shape": "
|
71145
|
+
"shape": "Sgo"
|
70941
71146
|
},
|
70942
71147
|
"HistoricalMetrics": {
|
70943
71148
|
"type": "list",
|
70944
71149
|
"member": {
|
70945
|
-
"shape": "
|
71150
|
+
"shape": "Shz"
|
70946
71151
|
}
|
70947
71152
|
},
|
70948
71153
|
"NextToken": {},
|
@@ -70961,7 +71166,7 @@ module.exports={
|
|
70961
71166
|
"type": "structure",
|
70962
71167
|
"members": {
|
70963
71168
|
"Dimensions": {
|
70964
|
-
"shape": "
|
71169
|
+
"shape": "Sh2"
|
70965
71170
|
},
|
70966
71171
|
"Collections": {
|
70967
71172
|
"type": "list",
|
@@ -70969,7 +71174,7 @@ module.exports={
|
|
70969
71174
|
"type": "structure",
|
70970
71175
|
"members": {
|
70971
71176
|
"Metric": {
|
70972
|
-
"shape": "
|
71177
|
+
"shape": "Shz"
|
70973
71178
|
},
|
70974
71179
|
"Value": {
|
70975
71180
|
"type": "double"
|
@@ -71031,7 +71236,7 @@ module.exports={
|
|
71031
71236
|
"Metrics": {
|
71032
71237
|
"type": "list",
|
71033
71238
|
"member": {
|
71034
|
-
"shape": "
|
71239
|
+
"shape": "Sik"
|
71035
71240
|
}
|
71036
71241
|
},
|
71037
71242
|
"NextToken": {},
|
@@ -71072,7 +71277,7 @@ module.exports={
|
|
71072
71277
|
"type": "structure",
|
71073
71278
|
"members": {
|
71074
71279
|
"Metric": {
|
71075
|
-
"shape": "
|
71280
|
+
"shape": "Sik"
|
71076
71281
|
},
|
71077
71282
|
"Value": {
|
71078
71283
|
"type": "double"
|
@@ -71160,13 +71365,13 @@ module.exports={
|
|
71160
71365
|
"Description": {},
|
71161
71366
|
"ContactFlowId": {},
|
71162
71367
|
"Constraints": {
|
71163
|
-
"shape": "
|
71368
|
+
"shape": "S93"
|
71164
71369
|
},
|
71165
71370
|
"Defaults": {
|
71166
|
-
"shape": "
|
71371
|
+
"shape": "S9c"
|
71167
71372
|
},
|
71168
71373
|
"Fields": {
|
71169
|
-
"shape": "
|
71374
|
+
"shape": "S9h"
|
71170
71375
|
},
|
71171
71376
|
"Status": {},
|
71172
71377
|
"LastModifiedTime": {
|
@@ -71176,7 +71381,7 @@ module.exports={
|
|
71176
71381
|
"type": "timestamp"
|
71177
71382
|
},
|
71178
71383
|
"Tags": {
|
71179
|
-
"shape": "
|
71384
|
+
"shape": "S2n"
|
71180
71385
|
}
|
71181
71386
|
}
|
71182
71387
|
}
|
@@ -71202,15 +71407,15 @@ module.exports={
|
|
71202
71407
|
"type": "structure",
|
71203
71408
|
"members": {
|
71204
71409
|
"TelephonyConfig": {
|
71205
|
-
"shape": "
|
71410
|
+
"shape": "Sj9"
|
71206
71411
|
},
|
71207
71412
|
"Id": {},
|
71208
71413
|
"Arn": {},
|
71209
71414
|
"SignInConfig": {
|
71210
|
-
"shape": "
|
71415
|
+
"shape": "Sje"
|
71211
71416
|
},
|
71212
71417
|
"AgentConfig": {
|
71213
|
-
"shape": "
|
71418
|
+
"shape": "Sjh"
|
71214
71419
|
}
|
71215
71420
|
}
|
71216
71421
|
}
|
@@ -71230,7 +71435,7 @@ module.exports={
|
|
71230
71435
|
"SourcePhoneNumberArn": {},
|
71231
71436
|
"PhoneNumberDescription": {},
|
71232
71437
|
"Tags": {
|
71233
|
-
"shape": "
|
71438
|
+
"shape": "S2n"
|
71234
71439
|
},
|
71235
71440
|
"ClientToken": {
|
71236
71441
|
"idempotencyToken": true
|
@@ -71483,7 +71688,7 @@ module.exports={
|
|
71483
71688
|
"Status": {},
|
71484
71689
|
"EvaluatorArn": {},
|
71485
71690
|
"Score": {
|
71486
|
-
"shape": "
|
71691
|
+
"shape": "Scx"
|
71487
71692
|
},
|
71488
71693
|
"CreatedTime": {
|
71489
71694
|
"type": "timestamp"
|
@@ -71926,7 +72131,7 @@ module.exports={
|
|
71926
72131
|
"type": "structure",
|
71927
72132
|
"members": {
|
71928
72133
|
"FlowAssociationSummaryList": {
|
71929
|
-
"shape": "
|
72134
|
+
"shape": "S2y"
|
71930
72135
|
},
|
71931
72136
|
"NextToken": {}
|
71932
72137
|
}
|
@@ -72012,7 +72217,7 @@ module.exports={
|
|
72012
72217
|
"Attributes": {
|
72013
72218
|
"type": "list",
|
72014
72219
|
"member": {
|
72015
|
-
"shape": "
|
72220
|
+
"shape": "Se0"
|
72016
72221
|
}
|
72017
72222
|
},
|
72018
72223
|
"NextToken": {}
|
@@ -72094,7 +72299,7 @@ module.exports={
|
|
72094
72299
|
"Arn": {},
|
72095
72300
|
"IdentityManagementType": {},
|
72096
72301
|
"InstanceAlias": {
|
72097
|
-
"shape": "
|
72302
|
+
"shape": "S5p"
|
72098
72303
|
},
|
72099
72304
|
"CreatedTime": {
|
72100
72305
|
"type": "timestamp"
|
@@ -72264,12 +72469,12 @@ module.exports={
|
|
72264
72469
|
"locationName": "InstanceId"
|
72265
72470
|
},
|
72266
72471
|
"PhoneNumberTypes": {
|
72267
|
-
"shape": "
|
72472
|
+
"shape": "Slx",
|
72268
72473
|
"location": "querystring",
|
72269
72474
|
"locationName": "phoneNumberTypes"
|
72270
72475
|
},
|
72271
72476
|
"PhoneNumberCountryCodes": {
|
72272
|
-
"shape": "
|
72477
|
+
"shape": "Sly",
|
72273
72478
|
"location": "querystring",
|
72274
72479
|
"locationName": "phoneNumberCountryCodes"
|
72275
72480
|
},
|
@@ -72318,10 +72523,10 @@ module.exports={
|
|
72318
72523
|
},
|
72319
72524
|
"NextToken": {},
|
72320
72525
|
"PhoneNumberCountryCodes": {
|
72321
|
-
"shape": "
|
72526
|
+
"shape": "Sly"
|
72322
72527
|
},
|
72323
72528
|
"PhoneNumberTypes": {
|
72324
|
-
"shape": "
|
72529
|
+
"shape": "Slx"
|
72325
72530
|
},
|
72326
72531
|
"PhoneNumberPrefix": {}
|
72327
72532
|
}
|
@@ -72480,7 +72685,7 @@ module.exports={
|
|
72480
72685
|
"members": {
|
72481
72686
|
"NextToken": {},
|
72482
72687
|
"QuickConnectSummaryList": {
|
72483
|
-
"shape": "
|
72688
|
+
"shape": "Smj"
|
72484
72689
|
},
|
72485
72690
|
"LastModifiedTime": {
|
72486
72691
|
"type": "timestamp"
|
@@ -72580,7 +72785,7 @@ module.exports={
|
|
72580
72785
|
"type": "structure",
|
72581
72786
|
"members": {
|
72582
72787
|
"QuickConnectSummaryList": {
|
72583
|
-
"shape": "
|
72788
|
+
"shape": "Smj"
|
72584
72789
|
},
|
72585
72790
|
"NextToken": {}
|
72586
72791
|
}
|
@@ -72650,7 +72855,7 @@ module.exports={
|
|
72650
72855
|
"Content": {},
|
72651
72856
|
"ContentType": {},
|
72652
72857
|
"Time": {
|
72653
|
-
"shape": "
|
72858
|
+
"shape": "Sn8"
|
72654
72859
|
},
|
72655
72860
|
"Redaction": {
|
72656
72861
|
"type": "structure",
|
@@ -72658,7 +72863,7 @@ module.exports={
|
|
72658
72863
|
"CharacterOffsets": {
|
72659
72864
|
"type": "list",
|
72660
72865
|
"member": {
|
72661
|
-
"shape": "
|
72866
|
+
"shape": "Snc"
|
72662
72867
|
}
|
72663
72868
|
}
|
72664
72869
|
}
|
@@ -72696,7 +72901,7 @@ module.exports={
|
|
72696
72901
|
"members": {
|
72697
72902
|
"Id": {},
|
72698
72903
|
"CharacterOffsets": {
|
72699
|
-
"shape": "
|
72904
|
+
"shape": "Snc"
|
72700
72905
|
}
|
72701
72906
|
}
|
72702
72907
|
}
|
@@ -72734,7 +72939,7 @@ module.exports={
|
|
72734
72939
|
"Content": {},
|
72735
72940
|
"Id": {},
|
72736
72941
|
"CharacterOffsets": {
|
72737
|
-
"shape": "
|
72942
|
+
"shape": "Snc"
|
72738
72943
|
}
|
72739
72944
|
}
|
72740
72945
|
}
|
@@ -72758,7 +72963,7 @@ module.exports={
|
|
72758
72963
|
"DisplayName": {},
|
72759
72964
|
"EventType": {},
|
72760
72965
|
"Time": {
|
72761
|
-
"shape": "
|
72966
|
+
"shape": "Sn8"
|
72762
72967
|
}
|
72763
72968
|
}
|
72764
72969
|
},
|
@@ -72793,7 +72998,7 @@ module.exports={
|
|
72793
72998
|
}
|
72794
72999
|
},
|
72795
73000
|
"Time": {
|
72796
|
-
"shape": "
|
73001
|
+
"shape": "Sn8"
|
72797
73002
|
}
|
72798
73003
|
}
|
72799
73004
|
}
|
@@ -73087,7 +73292,7 @@ module.exports={
|
|
73087
73292
|
"type": "structure",
|
73088
73293
|
"members": {
|
73089
73294
|
"Applications": {
|
73090
|
-
"shape": "
|
73295
|
+
"shape": "S8q"
|
73091
73296
|
},
|
73092
73297
|
"NextToken": {},
|
73093
73298
|
"LastModifiedTime": {
|
@@ -73132,7 +73337,7 @@ module.exports={
|
|
73132
73337
|
"type": "structure",
|
73133
73338
|
"members": {
|
73134
73339
|
"Permissions": {
|
73135
|
-
"shape": "
|
73340
|
+
"shape": "S8j"
|
73136
73341
|
},
|
73137
73342
|
"NextToken": {},
|
73138
73343
|
"LastModifiedTime": {
|
@@ -73211,7 +73416,7 @@ module.exports={
|
|
73211
73416
|
"type": "structure",
|
73212
73417
|
"members": {
|
73213
73418
|
"tags": {
|
73214
|
-
"shape": "
|
73419
|
+
"shape": "S2n"
|
73215
73420
|
}
|
73216
73421
|
}
|
73217
73422
|
}
|
@@ -73445,7 +73650,7 @@ module.exports={
|
|
73445
73650
|
"UserHierarchyGroupSummaryList": {
|
73446
73651
|
"type": "list",
|
73447
73652
|
"member": {
|
73448
|
-
"shape": "
|
73653
|
+
"shape": "Sfd"
|
73449
73654
|
}
|
73450
73655
|
},
|
73451
73656
|
"NextToken": {}
|
@@ -73588,7 +73793,7 @@ module.exports={
|
|
73588
73793
|
"Arn": {},
|
73589
73794
|
"Description": {},
|
73590
73795
|
"Name": {
|
73591
|
-
"shape": "
|
73796
|
+
"shape": "Sar"
|
73592
73797
|
},
|
73593
73798
|
"Type": {},
|
73594
73799
|
"Version": {
|
@@ -73643,7 +73848,7 @@ module.exports={
|
|
73643
73848
|
"Id": {},
|
73644
73849
|
"Arn": {},
|
73645
73850
|
"Name": {
|
73646
|
-
"shape": "
|
73851
|
+
"shape": "Sar"
|
73647
73852
|
},
|
73648
73853
|
"Type": {},
|
73649
73854
|
"Status": {},
|
@@ -73781,7 +73986,7 @@ module.exports={
|
|
73781
73986
|
"idempotencyToken": true
|
73782
73987
|
},
|
73783
73988
|
"ReplicaAlias": {
|
73784
|
-
"shape": "
|
73989
|
+
"shape": "S5p"
|
73785
73990
|
}
|
73786
73991
|
}
|
73787
73992
|
},
|
@@ -73916,19 +74121,19 @@ module.exports={
|
|
73916
74121
|
"type": "structure",
|
73917
74122
|
"members": {
|
73918
74123
|
"L1Ids": {
|
73919
|
-
"shape": "
|
74124
|
+
"shape": "Sqj"
|
73920
74125
|
},
|
73921
74126
|
"L2Ids": {
|
73922
|
-
"shape": "
|
74127
|
+
"shape": "Sqj"
|
73923
74128
|
},
|
73924
74129
|
"L3Ids": {
|
73925
|
-
"shape": "
|
74130
|
+
"shape": "Sqj"
|
73926
74131
|
},
|
73927
74132
|
"L4Ids": {
|
73928
|
-
"shape": "
|
74133
|
+
"shape": "Sqj"
|
73929
74134
|
},
|
73930
74135
|
"L5Ids": {
|
73931
|
-
"shape": "
|
74136
|
+
"shape": "Sqj"
|
73932
74137
|
}
|
73933
74138
|
}
|
73934
74139
|
},
|
@@ -74104,12 +74309,12 @@ module.exports={
|
|
74104
74309
|
"type": "structure",
|
74105
74310
|
"members": {
|
74106
74311
|
"TagFilter": {
|
74107
|
-
"shape": "
|
74312
|
+
"shape": "Sra"
|
74108
74313
|
}
|
74109
74314
|
}
|
74110
74315
|
},
|
74111
74316
|
"SearchCriteria": {
|
74112
|
-
"shape": "
|
74317
|
+
"shape": "Sre"
|
74113
74318
|
}
|
74114
74319
|
}
|
74115
74320
|
},
|
@@ -74119,7 +74324,7 @@ module.exports={
|
|
74119
74324
|
"HoursOfOperations": {
|
74120
74325
|
"type": "list",
|
74121
74326
|
"member": {
|
74122
|
-
"shape": "
|
74327
|
+
"shape": "Sdq"
|
74123
74328
|
}
|
74124
74329
|
},
|
74125
74330
|
"NextToken": {},
|
@@ -74145,7 +74350,7 @@ module.exports={
|
|
74145
74350
|
"type": "integer"
|
74146
74351
|
},
|
74147
74352
|
"SearchCriteria": {
|
74148
|
-
"shape": "
|
74353
|
+
"shape": "Srl"
|
74149
74354
|
}
|
74150
74355
|
}
|
74151
74356
|
},
|
@@ -74155,7 +74360,7 @@ module.exports={
|
|
74155
74360
|
"PredefinedAttributes": {
|
74156
74361
|
"type": "list",
|
74157
74362
|
"member": {
|
74158
|
-
"shape": "
|
74363
|
+
"shape": "See"
|
74159
74364
|
}
|
74160
74365
|
},
|
74161
74366
|
"NextToken": {},
|
@@ -74184,12 +74389,12 @@ module.exports={
|
|
74184
74389
|
"type": "structure",
|
74185
74390
|
"members": {
|
74186
74391
|
"TagFilter": {
|
74187
|
-
"shape": "
|
74392
|
+
"shape": "Sra"
|
74188
74393
|
}
|
74189
74394
|
}
|
74190
74395
|
},
|
74191
74396
|
"SearchCriteria": {
|
74192
|
-
"shape": "
|
74397
|
+
"shape": "Srr"
|
74193
74398
|
}
|
74194
74399
|
}
|
74195
74400
|
},
|
@@ -74199,7 +74404,7 @@ module.exports={
|
|
74199
74404
|
"Prompts": {
|
74200
74405
|
"type": "list",
|
74201
74406
|
"member": {
|
74202
|
-
"shape": "
|
74407
|
+
"shape": "Seh"
|
74203
74408
|
}
|
74204
74409
|
},
|
74205
74410
|
"NextToken": {},
|
@@ -74228,12 +74433,12 @@ module.exports={
|
|
74228
74433
|
"type": "structure",
|
74229
74434
|
"members": {
|
74230
74435
|
"TagFilter": {
|
74231
|
-
"shape": "
|
74436
|
+
"shape": "Sra"
|
74232
74437
|
}
|
74233
74438
|
}
|
74234
74439
|
},
|
74235
74440
|
"SearchCriteria": {
|
74236
|
-
"shape": "
|
74441
|
+
"shape": "Sry"
|
74237
74442
|
}
|
74238
74443
|
}
|
74239
74444
|
},
|
@@ -74243,7 +74448,7 @@ module.exports={
|
|
74243
74448
|
"Queues": {
|
74244
74449
|
"type": "list",
|
74245
74450
|
"member": {
|
74246
|
-
"shape": "
|
74451
|
+
"shape": "Sek"
|
74247
74452
|
}
|
74248
74453
|
},
|
74249
74454
|
"NextToken": {},
|
@@ -74272,12 +74477,12 @@ module.exports={
|
|
74272
74477
|
"type": "structure",
|
74273
74478
|
"members": {
|
74274
74479
|
"TagFilter": {
|
74275
|
-
"shape": "
|
74480
|
+
"shape": "Sra"
|
74276
74481
|
}
|
74277
74482
|
}
|
74278
74483
|
},
|
74279
74484
|
"SearchCriteria": {
|
74280
|
-
"shape": "
|
74485
|
+
"shape": "Ss5"
|
74281
74486
|
}
|
74282
74487
|
}
|
74283
74488
|
},
|
@@ -74287,7 +74492,7 @@ module.exports={
|
|
74287
74492
|
"QuickConnects": {
|
74288
74493
|
"type": "list",
|
74289
74494
|
"member": {
|
74290
|
-
"shape": "
|
74495
|
+
"shape": "Seo"
|
74291
74496
|
}
|
74292
74497
|
},
|
74293
74498
|
"NextToken": {},
|
@@ -74368,12 +74573,12 @@ module.exports={
|
|
74368
74573
|
"type": "structure",
|
74369
74574
|
"members": {
|
74370
74575
|
"TagFilter": {
|
74371
|
-
"shape": "
|
74576
|
+
"shape": "Sra"
|
74372
74577
|
}
|
74373
74578
|
}
|
74374
74579
|
},
|
74375
74580
|
"SearchCriteria": {
|
74376
|
-
"shape": "
|
74581
|
+
"shape": "Ssk"
|
74377
74582
|
}
|
74378
74583
|
}
|
74379
74584
|
},
|
@@ -74383,7 +74588,7 @@ module.exports={
|
|
74383
74588
|
"RoutingProfiles": {
|
74384
74589
|
"type": "list",
|
74385
74590
|
"member": {
|
74386
|
-
"shape": "
|
74591
|
+
"shape": "Ser"
|
74387
74592
|
}
|
74388
74593
|
},
|
74389
74594
|
"NextToken": {},
|
@@ -74409,13 +74614,13 @@ module.exports={
|
|
74409
74614
|
"type": "integer"
|
74410
74615
|
},
|
74411
74616
|
"SearchCriteria": {
|
74412
|
-
"shape": "
|
74617
|
+
"shape": "Ssp"
|
74413
74618
|
},
|
74414
74619
|
"SearchFilter": {
|
74415
74620
|
"type": "structure",
|
74416
74621
|
"members": {
|
74417
74622
|
"TagFilter": {
|
74418
|
-
"shape": "
|
74623
|
+
"shape": "Sra"
|
74419
74624
|
}
|
74420
74625
|
}
|
74421
74626
|
}
|
@@ -74435,7 +74640,7 @@ module.exports={
|
|
74435
74640
|
"SecurityProfileName": {},
|
74436
74641
|
"Description": {},
|
74437
74642
|
"Tags": {
|
74438
|
-
"shape": "
|
74643
|
+
"shape": "S2n"
|
74439
74644
|
}
|
74440
74645
|
}
|
74441
74646
|
}
|
@@ -74466,7 +74671,7 @@ module.exports={
|
|
74466
74671
|
"type": "structure",
|
74467
74672
|
"members": {
|
74468
74673
|
"TagFilter": {
|
74469
|
-
"shape": "
|
74674
|
+
"shape": "Sra"
|
74470
74675
|
},
|
74471
74676
|
"UserAttributeFilter": {
|
74472
74677
|
"type": "structure",
|
@@ -74474,24 +74679,24 @@ module.exports={
|
|
74474
74679
|
"OrConditions": {
|
74475
74680
|
"type": "list",
|
74476
74681
|
"member": {
|
74477
|
-
"shape": "
|
74682
|
+
"shape": "Ssz"
|
74478
74683
|
}
|
74479
74684
|
},
|
74480
74685
|
"AndCondition": {
|
74481
|
-
"shape": "
|
74686
|
+
"shape": "Ssz"
|
74482
74687
|
},
|
74483
74688
|
"TagCondition": {
|
74484
|
-
"shape": "
|
74689
|
+
"shape": "Srd"
|
74485
74690
|
},
|
74486
74691
|
"HierarchyGroupCondition": {
|
74487
|
-
"shape": "
|
74692
|
+
"shape": "St0"
|
74488
74693
|
}
|
74489
74694
|
}
|
74490
74695
|
}
|
74491
74696
|
}
|
74492
74697
|
},
|
74493
74698
|
"SearchCriteria": {
|
74494
|
-
"shape": "
|
74699
|
+
"shape": "St2"
|
74495
74700
|
}
|
74496
74701
|
}
|
74497
74702
|
},
|
@@ -74511,22 +74716,22 @@ module.exports={
|
|
74511
74716
|
"type": "structure",
|
74512
74717
|
"members": {
|
74513
74718
|
"FirstName": {
|
74514
|
-
"shape": "
|
74719
|
+
"shape": "Sa5"
|
74515
74720
|
},
|
74516
74721
|
"LastName": {
|
74517
|
-
"shape": "
|
74722
|
+
"shape": "Sa6"
|
74518
74723
|
}
|
74519
74724
|
}
|
74520
74725
|
},
|
74521
74726
|
"PhoneConfig": {
|
74522
|
-
"shape": "
|
74727
|
+
"shape": "Sa8"
|
74523
74728
|
},
|
74524
74729
|
"RoutingProfileId": {},
|
74525
74730
|
"SecurityProfileIds": {
|
74526
|
-
"shape": "
|
74731
|
+
"shape": "Sad"
|
74527
74732
|
},
|
74528
74733
|
"Tags": {
|
74529
|
-
"shape": "
|
74734
|
+
"shape": "S2n"
|
74530
74735
|
},
|
74531
74736
|
"Username": {}
|
74532
74737
|
}
|
@@ -74624,16 +74829,16 @@ module.exports={
|
|
74624
74829
|
"type": "structure",
|
74625
74830
|
"members": {
|
74626
74831
|
"SupportedMessagingContentTypes": {
|
74627
|
-
"shape": "
|
74832
|
+
"shape": "Stl"
|
74628
74833
|
},
|
74629
74834
|
"ParticipantDetails": {
|
74630
|
-
"shape": "
|
74835
|
+
"shape": "Stn"
|
74631
74836
|
},
|
74632
74837
|
"Attributes": {
|
74633
|
-
"shape": "
|
74838
|
+
"shape": "S38"
|
74634
74839
|
},
|
74635
74840
|
"StreamingConfiguration": {
|
74636
|
-
"shape": "
|
74841
|
+
"shape": "Sto"
|
74637
74842
|
}
|
74638
74843
|
}
|
74639
74844
|
}
|
@@ -74649,6 +74854,73 @@ module.exports={
|
|
74649
74854
|
}
|
74650
74855
|
}
|
74651
74856
|
},
|
74857
|
+
"StartAttachedFileUpload": {
|
74858
|
+
"http": {
|
74859
|
+
"method": "PUT",
|
74860
|
+
"requestUri": "/attached-files/{InstanceId}"
|
74861
|
+
},
|
74862
|
+
"input": {
|
74863
|
+
"type": "structure",
|
74864
|
+
"required": [
|
74865
|
+
"InstanceId",
|
74866
|
+
"FileName",
|
74867
|
+
"FileSizeInBytes",
|
74868
|
+
"FileUseCaseType",
|
74869
|
+
"AssociatedResourceArn"
|
74870
|
+
],
|
74871
|
+
"members": {
|
74872
|
+
"ClientToken": {
|
74873
|
+
"idempotencyToken": true
|
74874
|
+
},
|
74875
|
+
"InstanceId": {
|
74876
|
+
"location": "uri",
|
74877
|
+
"locationName": "InstanceId"
|
74878
|
+
},
|
74879
|
+
"FileName": {},
|
74880
|
+
"FileSizeInBytes": {
|
74881
|
+
"type": "long"
|
74882
|
+
},
|
74883
|
+
"UrlExpiryInSeconds": {
|
74884
|
+
"type": "integer"
|
74885
|
+
},
|
74886
|
+
"FileUseCaseType": {},
|
74887
|
+
"AssociatedResourceArn": {
|
74888
|
+
"location": "querystring",
|
74889
|
+
"locationName": "associatedResourceArn"
|
74890
|
+
},
|
74891
|
+
"CreatedBy": {
|
74892
|
+
"shape": "S2l"
|
74893
|
+
},
|
74894
|
+
"Tags": {
|
74895
|
+
"shape": "S2n"
|
74896
|
+
}
|
74897
|
+
}
|
74898
|
+
},
|
74899
|
+
"output": {
|
74900
|
+
"type": "structure",
|
74901
|
+
"members": {
|
74902
|
+
"FileArn": {},
|
74903
|
+
"FileId": {},
|
74904
|
+
"CreationTime": {},
|
74905
|
+
"FileStatus": {},
|
74906
|
+
"CreatedBy": {
|
74907
|
+
"shape": "S2l"
|
74908
|
+
},
|
74909
|
+
"UploadUrlMetadata": {
|
74910
|
+
"type": "structure",
|
74911
|
+
"members": {
|
74912
|
+
"Url": {},
|
74913
|
+
"UrlExpiry": {},
|
74914
|
+
"HeadersToInclude": {
|
74915
|
+
"type": "map",
|
74916
|
+
"key": {},
|
74917
|
+
"value": {}
|
74918
|
+
}
|
74919
|
+
}
|
74920
|
+
}
|
74921
|
+
}
|
74922
|
+
}
|
74923
|
+
},
|
74652
74924
|
"StartChatContact": {
|
74653
74925
|
"http": {
|
74654
74926
|
"method": "PUT",
|
@@ -74665,10 +74937,10 @@ module.exports={
|
|
74665
74937
|
"InstanceId": {},
|
74666
74938
|
"ContactFlowId": {},
|
74667
74939
|
"Attributes": {
|
74668
|
-
"shape": "
|
74940
|
+
"shape": "S38"
|
74669
74941
|
},
|
74670
74942
|
"ParticipantDetails": {
|
74671
|
-
"shape": "
|
74943
|
+
"shape": "Stn"
|
74672
74944
|
},
|
74673
74945
|
"InitialMessage": {
|
74674
74946
|
"type": "structure",
|
@@ -74688,7 +74960,7 @@ module.exports={
|
|
74688
74960
|
"type": "integer"
|
74689
74961
|
},
|
74690
74962
|
"SupportedMessagingContentTypes": {
|
74691
|
-
"shape": "
|
74963
|
+
"shape": "Stl"
|
74692
74964
|
},
|
74693
74965
|
"PersistentChat": {
|
74694
74966
|
"type": "structure",
|
@@ -74802,7 +75074,7 @@ module.exports={
|
|
74802
75074
|
"InstanceId": {},
|
74803
75075
|
"ContactId": {},
|
74804
75076
|
"ChatStreamingConfiguration": {
|
74805
|
-
"shape": "
|
75077
|
+
"shape": "Sto"
|
74806
75078
|
},
|
74807
75079
|
"ClientToken": {
|
74808
75080
|
"idempotencyToken": true
|
@@ -74833,13 +75105,13 @@ module.exports={
|
|
74833
75105
|
],
|
74834
75106
|
"members": {
|
74835
75107
|
"Name": {
|
74836
|
-
"shape": "
|
75108
|
+
"shape": "Sce"
|
74837
75109
|
},
|
74838
75110
|
"Description": {
|
74839
|
-
"shape": "
|
75111
|
+
"shape": "Scf"
|
74840
75112
|
},
|
74841
75113
|
"References": {
|
74842
|
-
"shape": "
|
75114
|
+
"shape": "S7k"
|
74843
75115
|
},
|
74844
75116
|
"RelatedContactId": {},
|
74845
75117
|
"DestinationPhoneNumber": {},
|
@@ -74851,7 +75123,7 @@ module.exports={
|
|
74851
75123
|
"SourcePhoneNumber": {},
|
74852
75124
|
"QueueId": {},
|
74853
75125
|
"Attributes": {
|
74854
|
-
"shape": "
|
75126
|
+
"shape": "S38"
|
74855
75127
|
},
|
74856
75128
|
"AnswerMachineDetectionConfig": {
|
74857
75129
|
"type": "structure",
|
@@ -74891,16 +75163,16 @@ module.exports={
|
|
74891
75163
|
"PreviousContactId": {},
|
74892
75164
|
"ContactFlowId": {},
|
74893
75165
|
"Attributes": {
|
74894
|
-
"shape": "
|
75166
|
+
"shape": "S38"
|
74895
75167
|
},
|
74896
75168
|
"Name": {
|
74897
|
-
"shape": "
|
75169
|
+
"shape": "Sce"
|
74898
75170
|
},
|
74899
75171
|
"References": {
|
74900
|
-
"shape": "
|
75172
|
+
"shape": "S7k"
|
74901
75173
|
},
|
74902
75174
|
"Description": {
|
74903
|
-
"shape": "
|
75175
|
+
"shape": "Scf"
|
74904
75176
|
},
|
74905
75177
|
"ClientToken": {
|
74906
75178
|
"idempotencyToken": true
|
@@ -74934,7 +75206,7 @@ module.exports={
|
|
74934
75206
|
],
|
74935
75207
|
"members": {
|
74936
75208
|
"Attributes": {
|
74937
|
-
"shape": "
|
75209
|
+
"shape": "S38"
|
74938
75210
|
},
|
74939
75211
|
"ClientToken": {
|
74940
75212
|
"idempotencyToken": true
|
@@ -74945,22 +75217,22 @@ module.exports={
|
|
74945
75217
|
"type": "structure",
|
74946
75218
|
"members": {
|
74947
75219
|
"Customer": {
|
74948
|
-
"shape": "
|
75220
|
+
"shape": "Suo"
|
74949
75221
|
},
|
74950
75222
|
"Agent": {
|
74951
|
-
"shape": "
|
75223
|
+
"shape": "Suo"
|
74952
75224
|
}
|
74953
75225
|
}
|
74954
75226
|
},
|
74955
75227
|
"ParticipantDetails": {
|
74956
|
-
"shape": "
|
75228
|
+
"shape": "Stn"
|
74957
75229
|
},
|
74958
75230
|
"RelatedContactId": {},
|
74959
75231
|
"References": {
|
74960
|
-
"shape": "
|
75232
|
+
"shape": "S7k"
|
74961
75233
|
},
|
74962
75234
|
"Description": {
|
74963
|
-
"shape": "
|
75235
|
+
"shape": "Scf"
|
74964
75236
|
}
|
74965
75237
|
}
|
74966
75238
|
},
|
@@ -75106,10 +75378,10 @@ module.exports={
|
|
75106
75378
|
"locationName": "EvaluationId"
|
75107
75379
|
},
|
75108
75380
|
"Answers": {
|
75109
|
-
"shape": "
|
75381
|
+
"shape": "Svb"
|
75110
75382
|
},
|
75111
75383
|
"Notes": {
|
75112
|
-
"shape": "
|
75384
|
+
"shape": "Sd4"
|
75113
75385
|
}
|
75114
75386
|
}
|
75115
75387
|
},
|
@@ -75162,7 +75434,7 @@ module.exports={
|
|
75162
75434
|
"ContactId": {},
|
75163
75435
|
"InstanceId": {},
|
75164
75436
|
"Tags": {
|
75165
|
-
"shape": "
|
75437
|
+
"shape": "Scq"
|
75166
75438
|
}
|
75167
75439
|
}
|
75168
75440
|
},
|
@@ -75188,7 +75460,7 @@ module.exports={
|
|
75188
75460
|
"locationName": "resourceArn"
|
75189
75461
|
},
|
75190
75462
|
"tags": {
|
75191
|
-
"shape": "
|
75463
|
+
"shape": "S2n"
|
75192
75464
|
}
|
75193
75465
|
}
|
75194
75466
|
}
|
@@ -75334,13 +75606,13 @@ module.exports={
|
|
75334
75606
|
"locationName": "ContactId"
|
75335
75607
|
},
|
75336
75608
|
"Name": {
|
75337
|
-
"shape": "
|
75609
|
+
"shape": "Sce"
|
75338
75610
|
},
|
75339
75611
|
"Description": {
|
75340
|
-
"shape": "
|
75612
|
+
"shape": "Scf"
|
75341
75613
|
},
|
75342
75614
|
"References": {
|
75343
|
-
"shape": "
|
75615
|
+
"shape": "S7k"
|
75344
75616
|
}
|
75345
75617
|
}
|
75346
75618
|
},
|
@@ -75364,7 +75636,7 @@ module.exports={
|
|
75364
75636
|
"InitialContactId": {},
|
75365
75637
|
"InstanceId": {},
|
75366
75638
|
"Attributes": {
|
75367
|
-
"shape": "
|
75639
|
+
"shape": "S38"
|
75368
75640
|
}
|
75369
75641
|
}
|
75370
75642
|
},
|
@@ -75393,10 +75665,10 @@ module.exports={
|
|
75393
75665
|
"locationName": "EvaluationId"
|
75394
75666
|
},
|
75395
75667
|
"Answers": {
|
75396
|
-
"shape": "
|
75668
|
+
"shape": "Svb"
|
75397
75669
|
},
|
75398
75670
|
"Notes": {
|
75399
|
-
"shape": "
|
75671
|
+
"shape": "Sd4"
|
75400
75672
|
}
|
75401
75673
|
}
|
75402
75674
|
},
|
@@ -75642,10 +75914,10 @@ module.exports={
|
|
75642
75914
|
"Title": {},
|
75643
75915
|
"Description": {},
|
75644
75916
|
"Items": {
|
75645
|
-
"shape": "
|
75917
|
+
"shape": "S4c"
|
75646
75918
|
},
|
75647
75919
|
"ScoringStrategy": {
|
75648
|
-
"shape": "
|
75920
|
+
"shape": "S57"
|
75649
75921
|
},
|
75650
75922
|
"ClientToken": {
|
75651
75923
|
"idempotencyToken": true
|
@@ -75692,7 +75964,7 @@ module.exports={
|
|
75692
75964
|
"Description": {},
|
75693
75965
|
"TimeZone": {},
|
75694
75966
|
"Config": {
|
75695
|
-
"shape": "
|
75967
|
+
"shape": "S5f"
|
75696
75968
|
}
|
75697
75969
|
}
|
75698
75970
|
}
|
@@ -75891,7 +76163,7 @@ module.exports={
|
|
75891
76163
|
"locationName": "Name"
|
75892
76164
|
},
|
75893
76165
|
"Values": {
|
75894
|
-
"shape": "
|
76166
|
+
"shape": "S6d"
|
75895
76167
|
}
|
75896
76168
|
}
|
75897
76169
|
}
|
@@ -76022,7 +76294,7 @@ module.exports={
|
|
76022
76294
|
"locationName": "QueueId"
|
76023
76295
|
},
|
76024
76296
|
"OutboundCallerConfig": {
|
76025
|
-
"shape": "
|
76297
|
+
"shape": "S6m"
|
76026
76298
|
}
|
76027
76299
|
}
|
76028
76300
|
}
|
@@ -76072,7 +76344,7 @@ module.exports={
|
|
76072
76344
|
"locationName": "QuickConnectId"
|
76073
76345
|
},
|
76074
76346
|
"QuickConnectConfig": {
|
76075
|
-
"shape": "
|
76347
|
+
"shape": "S6t"
|
76076
76348
|
}
|
76077
76349
|
}
|
76078
76350
|
}
|
@@ -76146,7 +76418,7 @@ module.exports={
|
|
76146
76418
|
"locationName": "RoutingProfileId"
|
76147
76419
|
},
|
76148
76420
|
"MediaConcurrencies": {
|
76149
|
-
"shape": "
|
76421
|
+
"shape": "S72"
|
76150
76422
|
}
|
76151
76423
|
}
|
76152
76424
|
}
|
@@ -76252,7 +76524,7 @@ module.exports={
|
|
76252
76524
|
"Name": {},
|
76253
76525
|
"Function": {},
|
76254
76526
|
"Actions": {
|
76255
|
-
"shape": "
|
76527
|
+
"shape": "S7e"
|
76256
76528
|
},
|
76257
76529
|
"PublishStatus": {}
|
76258
76530
|
}
|
@@ -76271,7 +76543,7 @@ module.exports={
|
|
76271
76543
|
"members": {
|
76272
76544
|
"Description": {},
|
76273
76545
|
"Permissions": {
|
76274
|
-
"shape": "
|
76546
|
+
"shape": "S8j"
|
76275
76547
|
},
|
76276
76548
|
"SecurityProfileId": {
|
76277
76549
|
"location": "uri",
|
@@ -76282,16 +76554,16 @@ module.exports={
|
|
76282
76554
|
"locationName": "InstanceId"
|
76283
76555
|
},
|
76284
76556
|
"AllowedAccessControlTags": {
|
76285
|
-
"shape": "
|
76557
|
+
"shape": "S8l"
|
76286
76558
|
},
|
76287
76559
|
"TagRestrictedResources": {
|
76288
|
-
"shape": "
|
76560
|
+
"shape": "S8o"
|
76289
76561
|
},
|
76290
76562
|
"Applications": {
|
76291
|
-
"shape": "
|
76563
|
+
"shape": "S8q"
|
76292
76564
|
},
|
76293
76565
|
"HierarchyRestrictedResources": {
|
76294
|
-
"shape": "
|
76566
|
+
"shape": "S8v"
|
76295
76567
|
},
|
76296
76568
|
"AllowedAccessControlHierarchyGroupId": {}
|
76297
76569
|
}
|
@@ -76320,14 +76592,14 @@ module.exports={
|
|
76320
76592
|
"Description": {},
|
76321
76593
|
"ContactFlowId": {},
|
76322
76594
|
"Constraints": {
|
76323
|
-
"shape": "
|
76595
|
+
"shape": "S93"
|
76324
76596
|
},
|
76325
76597
|
"Defaults": {
|
76326
|
-
"shape": "
|
76598
|
+
"shape": "S9c"
|
76327
76599
|
},
|
76328
76600
|
"Status": {},
|
76329
76601
|
"Fields": {
|
76330
|
-
"shape": "
|
76602
|
+
"shape": "S9h"
|
76331
76603
|
}
|
76332
76604
|
}
|
76333
76605
|
},
|
@@ -76341,13 +76613,13 @@ module.exports={
|
|
76341
76613
|
"Description": {},
|
76342
76614
|
"ContactFlowId": {},
|
76343
76615
|
"Constraints": {
|
76344
|
-
"shape": "
|
76616
|
+
"shape": "S93"
|
76345
76617
|
},
|
76346
76618
|
"Defaults": {
|
76347
|
-
"shape": "
|
76619
|
+
"shape": "S9c"
|
76348
76620
|
},
|
76349
76621
|
"Fields": {
|
76350
|
-
"shape": "
|
76622
|
+
"shape": "S9h"
|
76351
76623
|
},
|
76352
76624
|
"Status": {},
|
76353
76625
|
"LastModifiedTime": {
|
@@ -76375,13 +76647,13 @@ module.exports={
|
|
76375
76647
|
"locationName": "Id"
|
76376
76648
|
},
|
76377
76649
|
"TelephonyConfig": {
|
76378
|
-
"shape": "
|
76650
|
+
"shape": "Sj9"
|
76379
76651
|
},
|
76380
76652
|
"SignInConfig": {
|
76381
|
-
"shape": "
|
76653
|
+
"shape": "Sje"
|
76382
76654
|
},
|
76383
76655
|
"AgentConfig": {
|
76384
|
-
"shape": "
|
76656
|
+
"shape": "Sjh"
|
76385
76657
|
}
|
76386
76658
|
}
|
76387
76659
|
},
|
@@ -76452,19 +76724,19 @@ module.exports={
|
|
76452
76724
|
"type": "structure",
|
76453
76725
|
"members": {
|
76454
76726
|
"LevelOne": {
|
76455
|
-
"shape": "
|
76727
|
+
"shape": "Sxn"
|
76456
76728
|
},
|
76457
76729
|
"LevelTwo": {
|
76458
|
-
"shape": "
|
76730
|
+
"shape": "Sxn"
|
76459
76731
|
},
|
76460
76732
|
"LevelThree": {
|
76461
|
-
"shape": "
|
76733
|
+
"shape": "Sxn"
|
76462
76734
|
},
|
76463
76735
|
"LevelFour": {
|
76464
|
-
"shape": "
|
76736
|
+
"shape": "Sxn"
|
76465
76737
|
},
|
76466
76738
|
"LevelFive": {
|
76467
|
-
"shape": "
|
76739
|
+
"shape": "Sxn"
|
76468
76740
|
}
|
76469
76741
|
}
|
76470
76742
|
},
|
@@ -76488,7 +76760,7 @@ module.exports={
|
|
76488
76760
|
],
|
76489
76761
|
"members": {
|
76490
76762
|
"IdentityInfo": {
|
76491
|
-
"shape": "
|
76763
|
+
"shape": "Sa4"
|
76492
76764
|
},
|
76493
76765
|
"UserId": {
|
76494
76766
|
"location": "uri",
|
@@ -76514,7 +76786,7 @@ module.exports={
|
|
76514
76786
|
],
|
76515
76787
|
"members": {
|
76516
76788
|
"PhoneConfig": {
|
76517
|
-
"shape": "
|
76789
|
+
"shape": "Sa8"
|
76518
76790
|
},
|
76519
76791
|
"UserId": {
|
76520
76792
|
"location": "uri",
|
@@ -76590,7 +76862,7 @@ module.exports={
|
|
76590
76862
|
],
|
76591
76863
|
"members": {
|
76592
76864
|
"SecurityProfileIds": {
|
76593
|
-
"shape": "
|
76865
|
+
"shape": "Sad"
|
76594
76866
|
},
|
76595
76867
|
"UserId": {
|
76596
76868
|
"location": "uri",
|
@@ -76626,7 +76898,7 @@ module.exports={
|
|
76626
76898
|
},
|
76627
76899
|
"Status": {},
|
76628
76900
|
"Content": {
|
76629
|
-
"shape": "
|
76901
|
+
"shape": "Sam"
|
76630
76902
|
}
|
76631
76903
|
}
|
76632
76904
|
},
|
@@ -76634,7 +76906,7 @@ module.exports={
|
|
76634
76906
|
"type": "structure",
|
76635
76907
|
"members": {
|
76636
76908
|
"View": {
|
76637
|
-
"shape": "
|
76909
|
+
"shape": "Sat"
|
76638
76910
|
}
|
76639
76911
|
}
|
76640
76912
|
}
|
@@ -76659,7 +76931,7 @@ module.exports={
|
|
76659
76931
|
"locationName": "ViewId"
|
76660
76932
|
},
|
76661
76933
|
"Name": {
|
76662
|
-
"shape": "
|
76934
|
+
"shape": "Sar"
|
76663
76935
|
},
|
76664
76936
|
"Description": {}
|
76665
76937
|
}
|
@@ -76839,7 +77111,20 @@ module.exports={
|
|
76839
77111
|
}
|
76840
77112
|
}
|
76841
77113
|
},
|
76842
|
-
"
|
77114
|
+
"S2l": {
|
77115
|
+
"type": "structure",
|
77116
|
+
"members": {
|
77117
|
+
"ConnectUserArn": {},
|
77118
|
+
"AWSIdentityArn": {}
|
77119
|
+
},
|
77120
|
+
"union": true
|
77121
|
+
},
|
77122
|
+
"S2n": {
|
77123
|
+
"type": "map",
|
77124
|
+
"key": {},
|
77125
|
+
"value": {}
|
77126
|
+
},
|
77127
|
+
"S2y": {
|
76843
77128
|
"type": "list",
|
76844
77129
|
"member": {
|
76845
77130
|
"type": "structure",
|
@@ -76850,24 +77135,19 @@ module.exports={
|
|
76850
77135
|
}
|
76851
77136
|
}
|
76852
77137
|
},
|
76853
|
-
"
|
77138
|
+
"S34": {
|
76854
77139
|
"type": "structure",
|
76855
77140
|
"members": {
|
76856
77141
|
"Type": {},
|
76857
77142
|
"Address": {}
|
76858
77143
|
}
|
76859
77144
|
},
|
76860
|
-
"
|
76861
|
-
"type": "map",
|
76862
|
-
"key": {},
|
76863
|
-
"value": {}
|
76864
|
-
},
|
76865
|
-
"S34": {
|
77145
|
+
"S38": {
|
76866
77146
|
"type": "map",
|
76867
77147
|
"key": {},
|
76868
77148
|
"value": {}
|
76869
77149
|
},
|
76870
|
-
"
|
77150
|
+
"S4c": {
|
76871
77151
|
"type": "list",
|
76872
77152
|
"member": {
|
76873
77153
|
"type": "structure",
|
@@ -76884,7 +77164,7 @@ module.exports={
|
|
76884
77164
|
"RefId": {},
|
76885
77165
|
"Instructions": {},
|
76886
77166
|
"Items": {
|
76887
|
-
"shape": "
|
77167
|
+
"shape": "S4c"
|
76888
77168
|
},
|
76889
77169
|
"Weight": {
|
76890
77170
|
"type": "double"
|
@@ -77035,7 +77315,7 @@ module.exports={
|
|
77035
77315
|
"union": true
|
77036
77316
|
}
|
77037
77317
|
},
|
77038
|
-
"
|
77318
|
+
"S57": {
|
77039
77319
|
"type": "structure",
|
77040
77320
|
"required": [
|
77041
77321
|
"Mode",
|
@@ -77046,7 +77326,7 @@ module.exports={
|
|
77046
77326
|
"Status": {}
|
77047
77327
|
}
|
77048
77328
|
},
|
77049
|
-
"
|
77329
|
+
"S5f": {
|
77050
77330
|
"type": "list",
|
77051
77331
|
"member": {
|
77052
77332
|
"type": "structure",
|
@@ -77058,15 +77338,15 @@ module.exports={
|
|
77058
77338
|
"members": {
|
77059
77339
|
"Day": {},
|
77060
77340
|
"StartTime": {
|
77061
|
-
"shape": "
|
77341
|
+
"shape": "S5i"
|
77062
77342
|
},
|
77063
77343
|
"EndTime": {
|
77064
|
-
"shape": "
|
77344
|
+
"shape": "S5i"
|
77065
77345
|
}
|
77066
77346
|
}
|
77067
77347
|
}
|
77068
77348
|
},
|
77069
|
-
"
|
77349
|
+
"S5i": {
|
77070
77350
|
"type": "structure",
|
77071
77351
|
"required": [
|
77072
77352
|
"Hours",
|
@@ -77081,11 +77361,11 @@ module.exports={
|
|
77081
77361
|
}
|
77082
77362
|
}
|
77083
77363
|
},
|
77084
|
-
"
|
77364
|
+
"S5p": {
|
77085
77365
|
"type": "string",
|
77086
77366
|
"sensitive": true
|
77087
77367
|
},
|
77088
|
-
"
|
77368
|
+
"S6d": {
|
77089
77369
|
"type": "structure",
|
77090
77370
|
"members": {
|
77091
77371
|
"StringList": {
|
@@ -77095,7 +77375,7 @@ module.exports={
|
|
77095
77375
|
},
|
77096
77376
|
"union": true
|
77097
77377
|
},
|
77098
|
-
"
|
77378
|
+
"S6m": {
|
77099
77379
|
"type": "structure",
|
77100
77380
|
"members": {
|
77101
77381
|
"OutboundCallerIdName": {},
|
@@ -77103,7 +77383,7 @@ module.exports={
|
|
77103
77383
|
"OutboundFlowId": {}
|
77104
77384
|
}
|
77105
77385
|
},
|
77106
|
-
"
|
77386
|
+
"S6t": {
|
77107
77387
|
"type": "structure",
|
77108
77388
|
"required": [
|
77109
77389
|
"QuickConnectType"
|
@@ -77143,7 +77423,7 @@ module.exports={
|
|
77143
77423
|
}
|
77144
77424
|
}
|
77145
77425
|
},
|
77146
|
-
"
|
77426
|
+
"S72": {
|
77147
77427
|
"type": "list",
|
77148
77428
|
"member": {
|
77149
77429
|
"type": "structure",
|
@@ -77168,7 +77448,7 @@ module.exports={
|
|
77168
77448
|
}
|
77169
77449
|
}
|
77170
77450
|
},
|
77171
|
-
"
|
77451
|
+
"S7b": {
|
77172
77452
|
"type": "structure",
|
77173
77453
|
"required": [
|
77174
77454
|
"EventSourceName"
|
@@ -77178,7 +77458,7 @@ module.exports={
|
|
77178
77458
|
"IntegrationAssociationId": {}
|
77179
77459
|
}
|
77180
77460
|
},
|
77181
|
-
"
|
77461
|
+
"S7e": {
|
77182
77462
|
"type": "list",
|
77183
77463
|
"member": {
|
77184
77464
|
"type": "structure",
|
@@ -77198,7 +77478,7 @@ module.exports={
|
|
77198
77478
|
"Description": {},
|
77199
77479
|
"ContactFlowId": {},
|
77200
77480
|
"References": {
|
77201
|
-
"shape": "
|
77481
|
+
"shape": "S7k"
|
77202
77482
|
}
|
77203
77483
|
}
|
77204
77484
|
},
|
@@ -77252,7 +77532,7 @@ module.exports={
|
|
77252
77532
|
],
|
77253
77533
|
"members": {
|
77254
77534
|
"Fields": {
|
77255
|
-
"shape": "
|
77535
|
+
"shape": "S81"
|
77256
77536
|
},
|
77257
77537
|
"TemplateId": {}
|
77258
77538
|
}
|
@@ -77264,7 +77544,7 @@ module.exports={
|
|
77264
77544
|
],
|
77265
77545
|
"members": {
|
77266
77546
|
"Fields": {
|
77267
|
-
"shape": "
|
77547
|
+
"shape": "S81"
|
77268
77548
|
}
|
77269
77549
|
}
|
77270
77550
|
},
|
@@ -77284,7 +77564,7 @@ module.exports={
|
|
77284
77564
|
}
|
77285
77565
|
}
|
77286
77566
|
},
|
77287
|
-
"
|
77567
|
+
"S7k": {
|
77288
77568
|
"type": "map",
|
77289
77569
|
"key": {},
|
77290
77570
|
"value": {
|
@@ -77299,7 +77579,7 @@ module.exports={
|
|
77299
77579
|
}
|
77300
77580
|
}
|
77301
77581
|
},
|
77302
|
-
"
|
77582
|
+
"S81": {
|
77303
77583
|
"type": "list",
|
77304
77584
|
"member": {
|
77305
77585
|
"type": "structure",
|
@@ -77328,20 +77608,20 @@ module.exports={
|
|
77328
77608
|
}
|
77329
77609
|
}
|
77330
77610
|
},
|
77331
|
-
"
|
77611
|
+
"S8j": {
|
77332
77612
|
"type": "list",
|
77333
77613
|
"member": {}
|
77334
77614
|
},
|
77335
|
-
"
|
77615
|
+
"S8l": {
|
77336
77616
|
"type": "map",
|
77337
77617
|
"key": {},
|
77338
77618
|
"value": {}
|
77339
77619
|
},
|
77340
|
-
"
|
77620
|
+
"S8o": {
|
77341
77621
|
"type": "list",
|
77342
77622
|
"member": {}
|
77343
77623
|
},
|
77344
|
-
"
|
77624
|
+
"S8q": {
|
77345
77625
|
"type": "list",
|
77346
77626
|
"member": {
|
77347
77627
|
"type": "structure",
|
@@ -77354,11 +77634,11 @@ module.exports={
|
|
77354
77634
|
}
|
77355
77635
|
}
|
77356
77636
|
},
|
77357
|
-
"
|
77637
|
+
"S8v": {
|
77358
77638
|
"type": "list",
|
77359
77639
|
"member": {}
|
77360
77640
|
},
|
77361
|
-
"
|
77641
|
+
"S93": {
|
77362
77642
|
"type": "structure",
|
77363
77643
|
"members": {
|
77364
77644
|
"RequiredFields": {
|
@@ -77367,7 +77647,7 @@ module.exports={
|
|
77367
77647
|
"type": "structure",
|
77368
77648
|
"members": {
|
77369
77649
|
"Id": {
|
77370
|
-
"shape": "
|
77650
|
+
"shape": "S96"
|
77371
77651
|
}
|
77372
77652
|
}
|
77373
77653
|
}
|
@@ -77378,7 +77658,7 @@ module.exports={
|
|
77378
77658
|
"type": "structure",
|
77379
77659
|
"members": {
|
77380
77660
|
"Id": {
|
77381
|
-
"shape": "
|
77661
|
+
"shape": "S96"
|
77382
77662
|
}
|
77383
77663
|
}
|
77384
77664
|
}
|
@@ -77389,20 +77669,20 @@ module.exports={
|
|
77389
77669
|
"type": "structure",
|
77390
77670
|
"members": {
|
77391
77671
|
"Id": {
|
77392
|
-
"shape": "
|
77672
|
+
"shape": "S96"
|
77393
77673
|
}
|
77394
77674
|
}
|
77395
77675
|
}
|
77396
77676
|
}
|
77397
77677
|
}
|
77398
77678
|
},
|
77399
|
-
"
|
77679
|
+
"S96": {
|
77400
77680
|
"type": "structure",
|
77401
77681
|
"members": {
|
77402
77682
|
"Name": {}
|
77403
77683
|
}
|
77404
77684
|
},
|
77405
|
-
"
|
77685
|
+
"S9c": {
|
77406
77686
|
"type": "structure",
|
77407
77687
|
"members": {
|
77408
77688
|
"DefaultFieldValues": {
|
@@ -77411,7 +77691,7 @@ module.exports={
|
|
77411
77691
|
"type": "structure",
|
77412
77692
|
"members": {
|
77413
77693
|
"Id": {
|
77414
|
-
"shape": "
|
77694
|
+
"shape": "S96"
|
77415
77695
|
},
|
77416
77696
|
"DefaultValue": {}
|
77417
77697
|
}
|
@@ -77419,7 +77699,7 @@ module.exports={
|
|
77419
77699
|
}
|
77420
77700
|
}
|
77421
77701
|
},
|
77422
|
-
"
|
77702
|
+
"S9h": {
|
77423
77703
|
"type": "list",
|
77424
77704
|
"member": {
|
77425
77705
|
"type": "structure",
|
@@ -77428,7 +77708,7 @@ module.exports={
|
|
77428
77708
|
],
|
77429
77709
|
"members": {
|
77430
77710
|
"Id": {
|
77431
|
-
"shape": "
|
77711
|
+
"shape": "S96"
|
77432
77712
|
},
|
77433
77713
|
"Description": {},
|
77434
77714
|
"Type": {},
|
@@ -77439,37 +77719,37 @@ module.exports={
|
|
77439
77719
|
}
|
77440
77720
|
}
|
77441
77721
|
},
|
77442
|
-
"
|
77722
|
+
"Sa4": {
|
77443
77723
|
"type": "structure",
|
77444
77724
|
"members": {
|
77445
77725
|
"FirstName": {
|
77446
|
-
"shape": "
|
77726
|
+
"shape": "Sa5"
|
77447
77727
|
},
|
77448
77728
|
"LastName": {
|
77449
|
-
"shape": "
|
77729
|
+
"shape": "Sa6"
|
77450
77730
|
},
|
77451
77731
|
"Email": {
|
77452
|
-
"shape": "
|
77732
|
+
"shape": "Sa7"
|
77453
77733
|
},
|
77454
77734
|
"SecondaryEmail": {
|
77455
|
-
"shape": "
|
77735
|
+
"shape": "Sa7"
|
77456
77736
|
},
|
77457
77737
|
"Mobile": {}
|
77458
77738
|
}
|
77459
77739
|
},
|
77460
|
-
"
|
77740
|
+
"Sa5": {
|
77461
77741
|
"type": "string",
|
77462
77742
|
"sensitive": true
|
77463
77743
|
},
|
77464
|
-
"
|
77744
|
+
"Sa6": {
|
77465
77745
|
"type": "string",
|
77466
77746
|
"sensitive": true
|
77467
77747
|
},
|
77468
|
-
"
|
77748
|
+
"Sa7": {
|
77469
77749
|
"type": "string",
|
77470
77750
|
"sensitive": true
|
77471
77751
|
},
|
77472
|
-
"
|
77752
|
+
"Sa8": {
|
77473
77753
|
"type": "structure",
|
77474
77754
|
"required": [
|
77475
77755
|
"PhoneType"
|
@@ -77485,37 +77765,37 @@ module.exports={
|
|
77485
77765
|
"DeskPhoneNumber": {}
|
77486
77766
|
}
|
77487
77767
|
},
|
77488
|
-
"
|
77768
|
+
"Sad": {
|
77489
77769
|
"type": "list",
|
77490
77770
|
"member": {}
|
77491
77771
|
},
|
77492
|
-
"
|
77772
|
+
"Sam": {
|
77493
77773
|
"type": "structure",
|
77494
77774
|
"members": {
|
77495
77775
|
"Template": {},
|
77496
77776
|
"Actions": {
|
77497
|
-
"shape": "
|
77777
|
+
"shape": "Sao"
|
77498
77778
|
}
|
77499
77779
|
}
|
77500
77780
|
},
|
77501
|
-
"
|
77781
|
+
"Sao": {
|
77502
77782
|
"type": "list",
|
77503
77783
|
"member": {
|
77504
77784
|
"type": "string",
|
77505
77785
|
"sensitive": true
|
77506
77786
|
}
|
77507
77787
|
},
|
77508
|
-
"
|
77788
|
+
"Sar": {
|
77509
77789
|
"type": "string",
|
77510
77790
|
"sensitive": true
|
77511
77791
|
},
|
77512
|
-
"
|
77792
|
+
"Sat": {
|
77513
77793
|
"type": "structure",
|
77514
77794
|
"members": {
|
77515
77795
|
"Id": {},
|
77516
77796
|
"Arn": {},
|
77517
77797
|
"Name": {
|
77518
|
-
"shape": "
|
77798
|
+
"shape": "Sar"
|
77519
77799
|
},
|
77520
77800
|
"Status": {},
|
77521
77801
|
"Type": {},
|
@@ -77533,12 +77813,12 @@ module.exports={
|
|
77533
77813
|
},
|
77534
77814
|
"Template": {},
|
77535
77815
|
"Actions": {
|
77536
|
-
"shape": "
|
77816
|
+
"shape": "Sao"
|
77537
77817
|
}
|
77538
77818
|
}
|
77539
77819
|
},
|
77540
77820
|
"Tags": {
|
77541
|
-
"shape": "
|
77821
|
+
"shape": "S2n"
|
77542
77822
|
},
|
77543
77823
|
"CreatedTime": {
|
77544
77824
|
"type": "timestamp"
|
@@ -77549,20 +77829,20 @@ module.exports={
|
|
77549
77829
|
"ViewContentSha256": {}
|
77550
77830
|
}
|
77551
77831
|
},
|
77552
|
-
"
|
77832
|
+
"Sce": {
|
77553
77833
|
"type": "string",
|
77554
77834
|
"sensitive": true
|
77555
77835
|
},
|
77556
|
-
"
|
77836
|
+
"Scf": {
|
77557
77837
|
"type": "string",
|
77558
77838
|
"sensitive": true
|
77559
77839
|
},
|
77560
|
-
"
|
77840
|
+
"Scq": {
|
77561
77841
|
"type": "map",
|
77562
77842
|
"key": {},
|
77563
77843
|
"value": {}
|
77564
77844
|
},
|
77565
|
-
"
|
77845
|
+
"Scx": {
|
77566
77846
|
"type": "structure",
|
77567
77847
|
"members": {
|
77568
77848
|
"Percentage": {
|
@@ -77576,7 +77856,7 @@ module.exports={
|
|
77576
77856
|
}
|
77577
77857
|
}
|
77578
77858
|
},
|
77579
|
-
"
|
77859
|
+
"Sd1": {
|
77580
77860
|
"type": "structure",
|
77581
77861
|
"members": {
|
77582
77862
|
"StringValue": {},
|
@@ -77589,7 +77869,7 @@ module.exports={
|
|
77589
77869
|
},
|
77590
77870
|
"union": true
|
77591
77871
|
},
|
77592
|
-
"
|
77872
|
+
"Sd4": {
|
77593
77873
|
"type": "map",
|
77594
77874
|
"key": {},
|
77595
77875
|
"value": {
|
@@ -77599,7 +77879,7 @@ module.exports={
|
|
77599
77879
|
}
|
77600
77880
|
}
|
77601
77881
|
},
|
77602
|
-
"
|
77882
|
+
"Sdq": {
|
77603
77883
|
"type": "structure",
|
77604
77884
|
"members": {
|
77605
77885
|
"HoursOfOperationId": {},
|
@@ -77608,10 +77888,10 @@ module.exports={
|
|
77608
77888
|
"Description": {},
|
77609
77889
|
"TimeZone": {},
|
77610
77890
|
"Config": {
|
77611
|
-
"shape": "
|
77891
|
+
"shape": "S5f"
|
77612
77892
|
},
|
77613
77893
|
"Tags": {
|
77614
|
-
"shape": "
|
77894
|
+
"shape": "S2n"
|
77615
77895
|
},
|
77616
77896
|
"LastModifiedTime": {
|
77617
77897
|
"type": "timestamp"
|
@@ -77619,19 +77899,19 @@ module.exports={
|
|
77619
77899
|
"LastModifiedRegion": {}
|
77620
77900
|
}
|
77621
77901
|
},
|
77622
|
-
"
|
77902
|
+
"Se0": {
|
77623
77903
|
"type": "structure",
|
77624
77904
|
"members": {
|
77625
77905
|
"AttributeType": {},
|
77626
77906
|
"Value": {}
|
77627
77907
|
}
|
77628
77908
|
},
|
77629
|
-
"
|
77909
|
+
"See": {
|
77630
77910
|
"type": "structure",
|
77631
77911
|
"members": {
|
77632
77912
|
"Name": {},
|
77633
77913
|
"Values": {
|
77634
|
-
"shape": "
|
77914
|
+
"shape": "S6d"
|
77635
77915
|
},
|
77636
77916
|
"LastModifiedTime": {
|
77637
77917
|
"type": "timestamp"
|
@@ -77639,7 +77919,7 @@ module.exports={
|
|
77639
77919
|
"LastModifiedRegion": {}
|
77640
77920
|
}
|
77641
77921
|
},
|
77642
|
-
"
|
77922
|
+
"Seh": {
|
77643
77923
|
"type": "structure",
|
77644
77924
|
"members": {
|
77645
77925
|
"PromptARN": {},
|
@@ -77647,7 +77927,7 @@ module.exports={
|
|
77647
77927
|
"Name": {},
|
77648
77928
|
"Description": {},
|
77649
77929
|
"Tags": {
|
77650
|
-
"shape": "
|
77930
|
+
"shape": "S2n"
|
77651
77931
|
},
|
77652
77932
|
"LastModifiedTime": {
|
77653
77933
|
"type": "timestamp"
|
@@ -77655,7 +77935,7 @@ module.exports={
|
|
77655
77935
|
"LastModifiedRegion": {}
|
77656
77936
|
}
|
77657
77937
|
},
|
77658
|
-
"
|
77938
|
+
"Sek": {
|
77659
77939
|
"type": "structure",
|
77660
77940
|
"members": {
|
77661
77941
|
"Name": {},
|
@@ -77663,7 +77943,7 @@ module.exports={
|
|
77663
77943
|
"QueueId": {},
|
77664
77944
|
"Description": {},
|
77665
77945
|
"OutboundCallerConfig": {
|
77666
|
-
"shape": "
|
77946
|
+
"shape": "S6m"
|
77667
77947
|
},
|
77668
77948
|
"HoursOfOperationId": {},
|
77669
77949
|
"MaxContacts": {
|
@@ -77671,7 +77951,7 @@ module.exports={
|
|
77671
77951
|
},
|
77672
77952
|
"Status": {},
|
77673
77953
|
"Tags": {
|
77674
|
-
"shape": "
|
77954
|
+
"shape": "S2n"
|
77675
77955
|
},
|
77676
77956
|
"LastModifiedTime": {
|
77677
77957
|
"type": "timestamp"
|
@@ -77679,7 +77959,7 @@ module.exports={
|
|
77679
77959
|
"LastModifiedRegion": {}
|
77680
77960
|
}
|
77681
77961
|
},
|
77682
|
-
"
|
77962
|
+
"Seo": {
|
77683
77963
|
"type": "structure",
|
77684
77964
|
"members": {
|
77685
77965
|
"QuickConnectARN": {},
|
@@ -77687,10 +77967,10 @@ module.exports={
|
|
77687
77967
|
"Name": {},
|
77688
77968
|
"Description": {},
|
77689
77969
|
"QuickConnectConfig": {
|
77690
|
-
"shape": "
|
77970
|
+
"shape": "S6t"
|
77691
77971
|
},
|
77692
77972
|
"Tags": {
|
77693
|
-
"shape": "
|
77973
|
+
"shape": "S2n"
|
77694
77974
|
},
|
77695
77975
|
"LastModifiedTime": {
|
77696
77976
|
"type": "timestamp"
|
@@ -77698,7 +77978,7 @@ module.exports={
|
|
77698
77978
|
"LastModifiedRegion": {}
|
77699
77979
|
}
|
77700
77980
|
},
|
77701
|
-
"
|
77981
|
+
"Ser": {
|
77702
77982
|
"type": "structure",
|
77703
77983
|
"members": {
|
77704
77984
|
"InstanceId": {},
|
@@ -77707,11 +77987,11 @@ module.exports={
|
|
77707
77987
|
"RoutingProfileId": {},
|
77708
77988
|
"Description": {},
|
77709
77989
|
"MediaConcurrencies": {
|
77710
|
-
"shape": "
|
77990
|
+
"shape": "S72"
|
77711
77991
|
},
|
77712
77992
|
"DefaultOutboundQueueId": {},
|
77713
77993
|
"Tags": {
|
77714
|
-
"shape": "
|
77994
|
+
"shape": "S2n"
|
77715
77995
|
},
|
77716
77996
|
"NumberOfAssociatedQueues": {
|
77717
77997
|
"type": "long"
|
@@ -77729,7 +78009,7 @@ module.exports={
|
|
77729
78009
|
}
|
77730
78010
|
}
|
77731
78011
|
},
|
77732
|
-
"
|
78012
|
+
"Sfd": {
|
77733
78013
|
"type": "structure",
|
77734
78014
|
"members": {
|
77735
78015
|
"Id": {},
|
@@ -77741,7 +78021,7 @@ module.exports={
|
|
77741
78021
|
"LastModifiedRegion": {}
|
77742
78022
|
}
|
77743
78023
|
},
|
77744
|
-
"
|
78024
|
+
"Sfh": {
|
77745
78025
|
"type": "structure",
|
77746
78026
|
"members": {
|
77747
78027
|
"Id": {},
|
@@ -77753,18 +78033,18 @@ module.exports={
|
|
77753
78033
|
"LastModifiedRegion": {}
|
77754
78034
|
}
|
77755
78035
|
},
|
77756
|
-
"
|
78036
|
+
"Sgi": {
|
77757
78037
|
"type": "structure",
|
77758
78038
|
"members": {
|
77759
78039
|
"Queues": {
|
77760
|
-
"shape": "
|
78040
|
+
"shape": "Sgj"
|
77761
78041
|
},
|
77762
78042
|
"Channels": {
|
77763
78043
|
"type": "list",
|
77764
78044
|
"member": {}
|
77765
78045
|
},
|
77766
78046
|
"RoutingProfiles": {
|
77767
|
-
"shape": "
|
78047
|
+
"shape": "Sgl"
|
77768
78048
|
},
|
77769
78049
|
"RoutingStepExpressions": {
|
77770
78050
|
"type": "list",
|
@@ -77772,71 +78052,71 @@ module.exports={
|
|
77772
78052
|
}
|
77773
78053
|
}
|
77774
78054
|
},
|
77775
|
-
"
|
78055
|
+
"Sgj": {
|
77776
78056
|
"type": "list",
|
77777
78057
|
"member": {}
|
77778
78058
|
},
|
77779
|
-
"
|
78059
|
+
"Sgl": {
|
77780
78060
|
"type": "list",
|
77781
78061
|
"member": {}
|
77782
78062
|
},
|
77783
|
-
"
|
78063
|
+
"Sgo": {
|
77784
78064
|
"type": "list",
|
77785
78065
|
"member": {}
|
77786
78066
|
},
|
77787
|
-
"
|
78067
|
+
"Sgr": {
|
77788
78068
|
"type": "structure",
|
77789
78069
|
"members": {
|
77790
78070
|
"Name": {},
|
77791
78071
|
"Unit": {}
|
77792
78072
|
}
|
77793
78073
|
},
|
77794
|
-
"
|
78074
|
+
"Sh2": {
|
77795
78075
|
"type": "structure",
|
77796
78076
|
"members": {
|
77797
78077
|
"Queue": {
|
77798
|
-
"shape": "
|
78078
|
+
"shape": "Sh3"
|
77799
78079
|
},
|
77800
78080
|
"Channel": {},
|
77801
78081
|
"RoutingProfile": {
|
77802
|
-
"shape": "
|
78082
|
+
"shape": "Sh4"
|
77803
78083
|
},
|
77804
78084
|
"RoutingStepExpression": {}
|
77805
78085
|
}
|
77806
78086
|
},
|
77807
|
-
"
|
78087
|
+
"Sh3": {
|
77808
78088
|
"type": "structure",
|
77809
78089
|
"members": {
|
77810
78090
|
"Id": {},
|
77811
78091
|
"Arn": {}
|
77812
78092
|
}
|
77813
78093
|
},
|
77814
|
-
"
|
78094
|
+
"Sh4": {
|
77815
78095
|
"type": "structure",
|
77816
78096
|
"members": {
|
77817
78097
|
"Id": {},
|
77818
78098
|
"Arn": {}
|
77819
78099
|
}
|
77820
78100
|
},
|
77821
|
-
"
|
78101
|
+
"Shl": {
|
77822
78102
|
"type": "structure",
|
77823
78103
|
"members": {
|
77824
78104
|
"Id": {},
|
77825
78105
|
"Arn": {}
|
77826
78106
|
}
|
77827
78107
|
},
|
77828
|
-
"
|
78108
|
+
"Shn": {
|
77829
78109
|
"type": "map",
|
77830
78110
|
"key": {},
|
77831
78111
|
"value": {
|
77832
78112
|
"type": "integer"
|
77833
78113
|
}
|
77834
78114
|
},
|
77835
|
-
"
|
78115
|
+
"Shu": {
|
77836
78116
|
"type": "string",
|
77837
78117
|
"sensitive": true
|
77838
78118
|
},
|
77839
|
-
"
|
78119
|
+
"Shz": {
|
77840
78120
|
"type": "structure",
|
77841
78121
|
"members": {
|
77842
78122
|
"Name": {},
|
@@ -77853,7 +78133,7 @@ module.exports={
|
|
77853
78133
|
"Unit": {}
|
77854
78134
|
}
|
77855
78135
|
},
|
77856
|
-
"
|
78136
|
+
"Sik": {
|
77857
78137
|
"type": "structure",
|
77858
78138
|
"members": {
|
77859
78139
|
"Name": {},
|
@@ -77887,18 +78167,18 @@ module.exports={
|
|
77887
78167
|
}
|
77888
78168
|
}
|
77889
78169
|
},
|
77890
|
-
"
|
78170
|
+
"Sj9": {
|
77891
78171
|
"type": "structure",
|
77892
78172
|
"required": [
|
77893
78173
|
"Distributions"
|
77894
78174
|
],
|
77895
78175
|
"members": {
|
77896
78176
|
"Distributions": {
|
77897
|
-
"shape": "
|
78177
|
+
"shape": "Sja"
|
77898
78178
|
}
|
77899
78179
|
}
|
77900
78180
|
},
|
77901
|
-
"
|
78181
|
+
"Sja": {
|
77902
78182
|
"type": "list",
|
77903
78183
|
"member": {
|
77904
78184
|
"type": "structure",
|
@@ -77914,7 +78194,7 @@ module.exports={
|
|
77914
78194
|
}
|
77915
78195
|
}
|
77916
78196
|
},
|
77917
|
-
"
|
78197
|
+
"Sje": {
|
77918
78198
|
"type": "structure",
|
77919
78199
|
"required": [
|
77920
78200
|
"Distributions"
|
@@ -77938,26 +78218,26 @@ module.exports={
|
|
77938
78218
|
}
|
77939
78219
|
}
|
77940
78220
|
},
|
77941
|
-
"
|
78221
|
+
"Sjh": {
|
77942
78222
|
"type": "structure",
|
77943
78223
|
"required": [
|
77944
78224
|
"Distributions"
|
77945
78225
|
],
|
77946
78226
|
"members": {
|
77947
78227
|
"Distributions": {
|
77948
|
-
"shape": "
|
78228
|
+
"shape": "Sja"
|
77949
78229
|
}
|
77950
78230
|
}
|
77951
78231
|
},
|
77952
|
-
"
|
78232
|
+
"Slx": {
|
77953
78233
|
"type": "list",
|
77954
78234
|
"member": {}
|
77955
78235
|
},
|
77956
|
-
"
|
78236
|
+
"Sly": {
|
77957
78237
|
"type": "list",
|
77958
78238
|
"member": {}
|
77959
78239
|
},
|
77960
|
-
"
|
78240
|
+
"Smj": {
|
77961
78241
|
"type": "list",
|
77962
78242
|
"member": {
|
77963
78243
|
"type": "structure",
|
@@ -77973,7 +78253,7 @@ module.exports={
|
|
77973
78253
|
}
|
77974
78254
|
}
|
77975
78255
|
},
|
77976
|
-
"
|
78256
|
+
"Sn8": {
|
77977
78257
|
"type": "structure",
|
77978
78258
|
"members": {
|
77979
78259
|
"AbsoluteTime": {
|
@@ -77983,7 +78263,7 @@ module.exports={
|
|
77983
78263
|
},
|
77984
78264
|
"union": true
|
77985
78265
|
},
|
77986
|
-
"
|
78266
|
+
"Snc": {
|
77987
78267
|
"type": "structure",
|
77988
78268
|
"required": [
|
77989
78269
|
"BeginOffsetChar",
|
@@ -77998,61 +78278,61 @@ module.exports={
|
|
77998
78278
|
}
|
77999
78279
|
}
|
78000
78280
|
},
|
78001
|
-
"
|
78281
|
+
"Sqj": {
|
78002
78282
|
"type": "list",
|
78003
78283
|
"member": {}
|
78004
78284
|
},
|
78005
|
-
"
|
78285
|
+
"Sra": {
|
78006
78286
|
"type": "structure",
|
78007
78287
|
"members": {
|
78008
78288
|
"OrConditions": {
|
78009
78289
|
"type": "list",
|
78010
78290
|
"member": {
|
78011
|
-
"shape": "
|
78291
|
+
"shape": "Src"
|
78012
78292
|
}
|
78013
78293
|
},
|
78014
78294
|
"AndConditions": {
|
78015
|
-
"shape": "
|
78295
|
+
"shape": "Src"
|
78016
78296
|
},
|
78017
78297
|
"TagCondition": {
|
78018
|
-
"shape": "
|
78298
|
+
"shape": "Srd"
|
78019
78299
|
}
|
78020
78300
|
}
|
78021
78301
|
},
|
78022
|
-
"
|
78302
|
+
"Src": {
|
78023
78303
|
"type": "list",
|
78024
78304
|
"member": {
|
78025
|
-
"shape": "
|
78305
|
+
"shape": "Srd"
|
78026
78306
|
}
|
78027
78307
|
},
|
78028
|
-
"
|
78308
|
+
"Srd": {
|
78029
78309
|
"type": "structure",
|
78030
78310
|
"members": {
|
78031
78311
|
"TagKey": {},
|
78032
78312
|
"TagValue": {}
|
78033
78313
|
}
|
78034
78314
|
},
|
78035
|
-
"
|
78315
|
+
"Sre": {
|
78036
78316
|
"type": "structure",
|
78037
78317
|
"members": {
|
78038
78318
|
"OrConditions": {
|
78039
|
-
"shape": "
|
78319
|
+
"shape": "Srf"
|
78040
78320
|
},
|
78041
78321
|
"AndConditions": {
|
78042
|
-
"shape": "
|
78322
|
+
"shape": "Srf"
|
78043
78323
|
},
|
78044
78324
|
"StringCondition": {
|
78045
|
-
"shape": "
|
78325
|
+
"shape": "Srg"
|
78046
78326
|
}
|
78047
78327
|
}
|
78048
78328
|
},
|
78049
|
-
"
|
78329
|
+
"Srf": {
|
78050
78330
|
"type": "list",
|
78051
78331
|
"member": {
|
78052
|
-
"shape": "
|
78332
|
+
"shape": "Sre"
|
78053
78333
|
}
|
78054
78334
|
},
|
78055
|
-
"
|
78335
|
+
"Srg": {
|
78056
78336
|
"type": "structure",
|
78057
78337
|
"members": {
|
78058
78338
|
"FieldName": {},
|
@@ -78060,173 +78340,173 @@ module.exports={
|
|
78060
78340
|
"ComparisonType": {}
|
78061
78341
|
}
|
78062
78342
|
},
|
78063
|
-
"
|
78343
|
+
"Srl": {
|
78064
78344
|
"type": "structure",
|
78065
78345
|
"members": {
|
78066
78346
|
"OrConditions": {
|
78067
|
-
"shape": "
|
78347
|
+
"shape": "Srm"
|
78068
78348
|
},
|
78069
78349
|
"AndConditions": {
|
78070
|
-
"shape": "
|
78350
|
+
"shape": "Srm"
|
78071
78351
|
},
|
78072
78352
|
"StringCondition": {
|
78073
|
-
"shape": "
|
78353
|
+
"shape": "Srg"
|
78074
78354
|
}
|
78075
78355
|
}
|
78076
78356
|
},
|
78077
|
-
"
|
78357
|
+
"Srm": {
|
78078
78358
|
"type": "list",
|
78079
78359
|
"member": {
|
78080
|
-
"shape": "
|
78360
|
+
"shape": "Srl"
|
78081
78361
|
}
|
78082
78362
|
},
|
78083
|
-
"
|
78363
|
+
"Srr": {
|
78084
78364
|
"type": "structure",
|
78085
78365
|
"members": {
|
78086
78366
|
"OrConditions": {
|
78087
|
-
"shape": "
|
78367
|
+
"shape": "Srs"
|
78088
78368
|
},
|
78089
78369
|
"AndConditions": {
|
78090
|
-
"shape": "
|
78370
|
+
"shape": "Srs"
|
78091
78371
|
},
|
78092
78372
|
"StringCondition": {
|
78093
|
-
"shape": "
|
78373
|
+
"shape": "Srg"
|
78094
78374
|
}
|
78095
78375
|
}
|
78096
78376
|
},
|
78097
|
-
"
|
78377
|
+
"Srs": {
|
78098
78378
|
"type": "list",
|
78099
78379
|
"member": {
|
78100
|
-
"shape": "
|
78380
|
+
"shape": "Srr"
|
78101
78381
|
}
|
78102
78382
|
},
|
78103
|
-
"
|
78383
|
+
"Sry": {
|
78104
78384
|
"type": "structure",
|
78105
78385
|
"members": {
|
78106
78386
|
"OrConditions": {
|
78107
|
-
"shape": "
|
78387
|
+
"shape": "Srz"
|
78108
78388
|
},
|
78109
78389
|
"AndConditions": {
|
78110
|
-
"shape": "
|
78390
|
+
"shape": "Srz"
|
78111
78391
|
},
|
78112
78392
|
"StringCondition": {
|
78113
|
-
"shape": "
|
78393
|
+
"shape": "Srg"
|
78114
78394
|
},
|
78115
78395
|
"QueueTypeCondition": {}
|
78116
78396
|
}
|
78117
78397
|
},
|
78118
|
-
"
|
78398
|
+
"Srz": {
|
78119
78399
|
"type": "list",
|
78120
78400
|
"member": {
|
78121
|
-
"shape": "
|
78401
|
+
"shape": "Sry"
|
78122
78402
|
}
|
78123
78403
|
},
|
78124
|
-
"
|
78404
|
+
"Ss5": {
|
78125
78405
|
"type": "structure",
|
78126
78406
|
"members": {
|
78127
78407
|
"OrConditions": {
|
78128
|
-
"shape": "
|
78408
|
+
"shape": "Ss6"
|
78129
78409
|
},
|
78130
78410
|
"AndConditions": {
|
78131
|
-
"shape": "
|
78411
|
+
"shape": "Ss6"
|
78132
78412
|
},
|
78133
78413
|
"StringCondition": {
|
78134
|
-
"shape": "
|
78414
|
+
"shape": "Srg"
|
78135
78415
|
}
|
78136
78416
|
}
|
78137
78417
|
},
|
78138
|
-
"
|
78418
|
+
"Ss6": {
|
78139
78419
|
"type": "list",
|
78140
78420
|
"member": {
|
78141
|
-
"shape": "
|
78421
|
+
"shape": "Ss5"
|
78142
78422
|
}
|
78143
78423
|
},
|
78144
|
-
"
|
78424
|
+
"Ssk": {
|
78145
78425
|
"type": "structure",
|
78146
78426
|
"members": {
|
78147
78427
|
"OrConditions": {
|
78148
|
-
"shape": "
|
78428
|
+
"shape": "Ssl"
|
78149
78429
|
},
|
78150
78430
|
"AndConditions": {
|
78151
|
-
"shape": "
|
78431
|
+
"shape": "Ssl"
|
78152
78432
|
},
|
78153
78433
|
"StringCondition": {
|
78154
|
-
"shape": "
|
78434
|
+
"shape": "Srg"
|
78155
78435
|
}
|
78156
78436
|
}
|
78157
78437
|
},
|
78158
|
-
"
|
78438
|
+
"Ssl": {
|
78159
78439
|
"type": "list",
|
78160
78440
|
"member": {
|
78161
|
-
"shape": "
|
78441
|
+
"shape": "Ssk"
|
78162
78442
|
}
|
78163
78443
|
},
|
78164
|
-
"
|
78444
|
+
"Ssp": {
|
78165
78445
|
"type": "structure",
|
78166
78446
|
"members": {
|
78167
78447
|
"OrConditions": {
|
78168
|
-
"shape": "
|
78448
|
+
"shape": "Ssq"
|
78169
78449
|
},
|
78170
78450
|
"AndConditions": {
|
78171
|
-
"shape": "
|
78451
|
+
"shape": "Ssq"
|
78172
78452
|
},
|
78173
78453
|
"StringCondition": {
|
78174
|
-
"shape": "
|
78454
|
+
"shape": "Srg"
|
78175
78455
|
}
|
78176
78456
|
}
|
78177
78457
|
},
|
78178
|
-
"
|
78458
|
+
"Ssq": {
|
78179
78459
|
"type": "list",
|
78180
78460
|
"member": {
|
78181
|
-
"shape": "
|
78461
|
+
"shape": "Ssp"
|
78182
78462
|
}
|
78183
78463
|
},
|
78184
|
-
"
|
78464
|
+
"Ssz": {
|
78185
78465
|
"type": "structure",
|
78186
78466
|
"members": {
|
78187
78467
|
"TagConditions": {
|
78188
|
-
"shape": "
|
78468
|
+
"shape": "Src"
|
78189
78469
|
},
|
78190
78470
|
"HierarchyGroupCondition": {
|
78191
|
-
"shape": "
|
78471
|
+
"shape": "St0"
|
78192
78472
|
}
|
78193
78473
|
}
|
78194
78474
|
},
|
78195
|
-
"
|
78475
|
+
"St0": {
|
78196
78476
|
"type": "structure",
|
78197
78477
|
"members": {
|
78198
78478
|
"Value": {},
|
78199
78479
|
"HierarchyGroupMatchType": {}
|
78200
78480
|
}
|
78201
78481
|
},
|
78202
|
-
"
|
78482
|
+
"St2": {
|
78203
78483
|
"type": "structure",
|
78204
78484
|
"members": {
|
78205
78485
|
"OrConditions": {
|
78206
|
-
"shape": "
|
78486
|
+
"shape": "St3"
|
78207
78487
|
},
|
78208
78488
|
"AndConditions": {
|
78209
|
-
"shape": "
|
78489
|
+
"shape": "St3"
|
78210
78490
|
},
|
78211
78491
|
"StringCondition": {
|
78212
|
-
"shape": "
|
78492
|
+
"shape": "Srg"
|
78213
78493
|
},
|
78214
78494
|
"HierarchyGroupCondition": {
|
78215
|
-
"shape": "
|
78495
|
+
"shape": "St0"
|
78216
78496
|
}
|
78217
78497
|
}
|
78218
78498
|
},
|
78219
|
-
"
|
78499
|
+
"St3": {
|
78220
78500
|
"type": "list",
|
78221
78501
|
"member": {
|
78222
|
-
"shape": "
|
78502
|
+
"shape": "St2"
|
78223
78503
|
}
|
78224
78504
|
},
|
78225
|
-
"
|
78505
|
+
"Stl": {
|
78226
78506
|
"type": "list",
|
78227
78507
|
"member": {}
|
78228
78508
|
},
|
78229
|
-
"
|
78509
|
+
"Stn": {
|
78230
78510
|
"type": "structure",
|
78231
78511
|
"required": [
|
78232
78512
|
"DisplayName"
|
@@ -78235,7 +78515,7 @@ module.exports={
|
|
78235
78515
|
"DisplayName": {}
|
78236
78516
|
}
|
78237
78517
|
},
|
78238
|
-
"
|
78518
|
+
"Sto": {
|
78239
78519
|
"type": "structure",
|
78240
78520
|
"required": [
|
78241
78521
|
"StreamingEndpointArn"
|
@@ -78244,25 +78524,25 @@ module.exports={
|
|
78244
78524
|
"StreamingEndpointArn": {}
|
78245
78525
|
}
|
78246
78526
|
},
|
78247
|
-
"
|
78527
|
+
"Suo": {
|
78248
78528
|
"type": "structure",
|
78249
78529
|
"members": {
|
78250
78530
|
"Video": {}
|
78251
78531
|
}
|
78252
78532
|
},
|
78253
|
-
"
|
78533
|
+
"Svb": {
|
78254
78534
|
"type": "map",
|
78255
78535
|
"key": {},
|
78256
78536
|
"value": {
|
78257
78537
|
"type": "structure",
|
78258
78538
|
"members": {
|
78259
78539
|
"Value": {
|
78260
|
-
"shape": "
|
78540
|
+
"shape": "Sd1"
|
78261
78541
|
}
|
78262
78542
|
}
|
78263
78543
|
}
|
78264
78544
|
},
|
78265
|
-
"
|
78545
|
+
"Sxn": {
|
78266
78546
|
"type": "structure",
|
78267
78547
|
"required": [
|
78268
78548
|
"Name"
|
@@ -274461,7 +274741,7 @@ AWS.util.update(AWS, {
|
|
274461
274741
|
/**
|
274462
274742
|
* @constant
|
274463
274743
|
*/
|
274464
|
-
VERSION: '2.
|
274744
|
+
VERSION: '2.1613.0',
|
274465
274745
|
|
274466
274746
|
/**
|
274467
274747
|
* @api private
|
@@ -296720,7 +297000,7 @@ var LRUCache = /** @class */ (function () {
|
|
296720
297000
|
}());
|
296721
297001
|
exports.LRUCache = LRUCache;
|
296722
297002
|
},{}],467:[function(require,module,exports){
|
296723
|
-
// AWS SDK for JavaScript v2.
|
297003
|
+
// AWS SDK for JavaScript v2.1613.0
|
296724
297004
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
296725
297005
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
296726
297006
|
require('./browser_loader');
|