aws-sdk 2.1629.0 → 2.1630.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/athena-2017-05-18.min.json +3 -0
- package/apis/codebuild-2016-10-06.min.json +7 -1
- package/apis/connect-2017-08-08.min.json +447 -268
- package/apis/glue-2017-03-31.min.json +563 -559
- package/clients/athena.d.ts +5 -5
- package/clients/codebuild.d.ts +11 -3
- package/clients/connect.d.ts +232 -8
- package/clients/glue.d.ts +17 -0
- package/clients/securityhub.d.ts +1 -1
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +5 -5
- package/dist/aws-sdk.js +460 -272
- package/dist/aws-sdk.min.js +105 -105
- 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.1630.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){
|
@@ -7106,6 +7106,9 @@ module.exports={
|
|
7106
7106
|
"endpointPrefix": "athena",
|
7107
7107
|
"jsonVersion": "1.1",
|
7108
7108
|
"protocol": "json",
|
7109
|
+
"protocols": [
|
7110
|
+
"json"
|
7111
|
+
],
|
7109
7112
|
"serviceFullName": "Amazon Athena",
|
7110
7113
|
"serviceId": "Athena",
|
7111
7114
|
"signatureVersion": "v4",
|
@@ -44061,7 +44064,10 @@ module.exports={
|
|
44061
44064
|
"filterGroups": {
|
44062
44065
|
"shape": "S3d"
|
44063
44066
|
},
|
44064
|
-
"buildType": {}
|
44067
|
+
"buildType": {},
|
44068
|
+
"manualCreation": {
|
44069
|
+
"type": "boolean"
|
44070
|
+
}
|
44065
44071
|
}
|
44066
44072
|
},
|
44067
44073
|
"output": {
|
@@ -45938,6 +45944,9 @@ module.exports={
|
|
45938
45944
|
"shape": "S3d"
|
45939
45945
|
},
|
45940
45946
|
"buildType": {},
|
45947
|
+
"manualCreation": {
|
45948
|
+
"type": "boolean"
|
45949
|
+
},
|
45941
45950
|
"lastModifiedSecret": {
|
45942
45951
|
"type": "timestamp"
|
45943
45952
|
}
|
@@ -67521,10 +67530,7 @@ module.exports={
|
|
67521
67530
|
"shape": "S38"
|
67522
67531
|
},
|
67523
67532
|
"Campaign": {
|
67524
|
-
"
|
67525
|
-
"members": {
|
67526
|
-
"CampaignId": {}
|
67527
|
-
}
|
67533
|
+
"shape": "S3b"
|
67528
67534
|
}
|
67529
67535
|
}
|
67530
67536
|
}
|
@@ -69264,6 +69270,32 @@ module.exports={
|
|
69264
69270
|
},
|
69265
69271
|
"AgentPauseDurationInSeconds": {
|
69266
69272
|
"type": "integer"
|
69273
|
+
},
|
69274
|
+
"HierarchyGroups": {
|
69275
|
+
"type": "structure",
|
69276
|
+
"members": {
|
69277
|
+
"Level1": {
|
69278
|
+
"shape": "Scn"
|
69279
|
+
},
|
69280
|
+
"Level2": {
|
69281
|
+
"shape": "Scn"
|
69282
|
+
},
|
69283
|
+
"Level3": {
|
69284
|
+
"shape": "Scn"
|
69285
|
+
},
|
69286
|
+
"Level4": {
|
69287
|
+
"shape": "Scn"
|
69288
|
+
},
|
69289
|
+
"Level5": {
|
69290
|
+
"shape": "Scn"
|
69291
|
+
}
|
69292
|
+
}
|
69293
|
+
},
|
69294
|
+
"DeviceInfo": {
|
69295
|
+
"shape": "Sco"
|
69296
|
+
},
|
69297
|
+
"Capabilities": {
|
69298
|
+
"shape": "Scs"
|
69267
69299
|
}
|
69268
69300
|
}
|
69269
69301
|
},
|
@@ -69305,7 +69337,100 @@ module.exports={
|
|
69305
69337
|
"type": "long"
|
69306
69338
|
},
|
69307
69339
|
"Tags": {
|
69308
|
-
"shape": "
|
69340
|
+
"shape": "Scz"
|
69341
|
+
},
|
69342
|
+
"ConnectedToSystemTimestamp": {
|
69343
|
+
"type": "timestamp"
|
69344
|
+
},
|
69345
|
+
"RoutingCriteria": {
|
69346
|
+
"type": "structure",
|
69347
|
+
"members": {
|
69348
|
+
"Steps": {
|
69349
|
+
"type": "list",
|
69350
|
+
"member": {
|
69351
|
+
"type": "structure",
|
69352
|
+
"members": {
|
69353
|
+
"Expiry": {
|
69354
|
+
"type": "structure",
|
69355
|
+
"members": {
|
69356
|
+
"DurationInSeconds": {
|
69357
|
+
"type": "integer"
|
69358
|
+
},
|
69359
|
+
"ExpiryTimestamp": {
|
69360
|
+
"type": "timestamp"
|
69361
|
+
}
|
69362
|
+
}
|
69363
|
+
},
|
69364
|
+
"Expression": {
|
69365
|
+
"shape": "Sd7"
|
69366
|
+
},
|
69367
|
+
"Status": {}
|
69368
|
+
}
|
69369
|
+
}
|
69370
|
+
},
|
69371
|
+
"ActivationTimestamp": {
|
69372
|
+
"type": "timestamp"
|
69373
|
+
},
|
69374
|
+
"Index": {
|
69375
|
+
"type": "integer"
|
69376
|
+
}
|
69377
|
+
}
|
69378
|
+
},
|
69379
|
+
"Customer": {
|
69380
|
+
"type": "structure",
|
69381
|
+
"members": {
|
69382
|
+
"DeviceInfo": {
|
69383
|
+
"shape": "Sco"
|
69384
|
+
},
|
69385
|
+
"Capabilities": {
|
69386
|
+
"shape": "Scs"
|
69387
|
+
}
|
69388
|
+
}
|
69389
|
+
},
|
69390
|
+
"Campaign": {
|
69391
|
+
"shape": "S3b"
|
69392
|
+
},
|
69393
|
+
"AnsweringMachineDetectionStatus": {},
|
69394
|
+
"CustomerVoiceActivity": {
|
69395
|
+
"type": "structure",
|
69396
|
+
"members": {
|
69397
|
+
"GreetingStartTimestamp": {
|
69398
|
+
"type": "timestamp"
|
69399
|
+
},
|
69400
|
+
"GreetingEndTimestamp": {
|
69401
|
+
"type": "timestamp"
|
69402
|
+
}
|
69403
|
+
}
|
69404
|
+
},
|
69405
|
+
"QualityMetrics": {
|
69406
|
+
"type": "structure",
|
69407
|
+
"members": {
|
69408
|
+
"Agent": {
|
69409
|
+
"type": "structure",
|
69410
|
+
"members": {
|
69411
|
+
"Audio": {
|
69412
|
+
"shape": "Sdj"
|
69413
|
+
}
|
69414
|
+
}
|
69415
|
+
},
|
69416
|
+
"Customer": {
|
69417
|
+
"type": "structure",
|
69418
|
+
"members": {
|
69419
|
+
"Audio": {
|
69420
|
+
"shape": "Sdj"
|
69421
|
+
}
|
69422
|
+
}
|
69423
|
+
}
|
69424
|
+
}
|
69425
|
+
},
|
69426
|
+
"DisconnectDetails": {
|
69427
|
+
"type": "structure",
|
69428
|
+
"members": {
|
69429
|
+
"PotentialDisconnectIssue": {}
|
69430
|
+
}
|
69431
|
+
},
|
69432
|
+
"SegmentAttributes": {
|
69433
|
+
"shape": "Sdq"
|
69309
69434
|
}
|
69310
69435
|
}
|
69311
69436
|
}
|
@@ -69367,7 +69492,7 @@ module.exports={
|
|
69367
69492
|
"EvaluatorArn": {},
|
69368
69493
|
"ContactAgentId": {},
|
69369
69494
|
"Score": {
|
69370
|
-
"shape": "
|
69495
|
+
"shape": "Sdy"
|
69371
69496
|
}
|
69372
69497
|
}
|
69373
69498
|
},
|
@@ -69378,23 +69503,23 @@ module.exports={
|
|
69378
69503
|
"type": "structure",
|
69379
69504
|
"members": {
|
69380
69505
|
"Value": {
|
69381
|
-
"shape": "
|
69506
|
+
"shape": "Se2"
|
69382
69507
|
},
|
69383
69508
|
"SystemSuggestedValue": {
|
69384
|
-
"shape": "
|
69509
|
+
"shape": "Se2"
|
69385
69510
|
}
|
69386
69511
|
}
|
69387
69512
|
}
|
69388
69513
|
},
|
69389
69514
|
"Notes": {
|
69390
|
-
"shape": "
|
69515
|
+
"shape": "Se5"
|
69391
69516
|
},
|
69392
69517
|
"Status": {},
|
69393
69518
|
"Scores": {
|
69394
69519
|
"type": "map",
|
69395
69520
|
"key": {},
|
69396
69521
|
"value": {
|
69397
|
-
"shape": "
|
69522
|
+
"shape": "Sdy"
|
69398
69523
|
}
|
69399
69524
|
},
|
69400
69525
|
"CreatedTime": {
|
@@ -69462,7 +69587,7 @@ module.exports={
|
|
69462
69587
|
"type": "structure",
|
69463
69588
|
"members": {
|
69464
69589
|
"ContactFlow": {
|
69465
|
-
"shape": "
|
69590
|
+
"shape": "Sed"
|
69466
69591
|
}
|
69467
69592
|
}
|
69468
69593
|
}
|
@@ -69493,7 +69618,7 @@ module.exports={
|
|
69493
69618
|
"type": "structure",
|
69494
69619
|
"members": {
|
69495
69620
|
"ContactFlowModule": {
|
69496
|
-
"shape": "
|
69621
|
+
"shape": "Seh"
|
69497
69622
|
}
|
69498
69623
|
}
|
69499
69624
|
}
|
@@ -69606,7 +69731,7 @@ module.exports={
|
|
69606
69731
|
"type": "structure",
|
69607
69732
|
"members": {
|
69608
69733
|
"HoursOfOperation": {
|
69609
|
-
"shape": "
|
69734
|
+
"shape": "Ser"
|
69610
69735
|
}
|
69611
69736
|
}
|
69612
69737
|
}
|
@@ -69692,7 +69817,7 @@ module.exports={
|
|
69692
69817
|
"type": "structure",
|
69693
69818
|
"members": {
|
69694
69819
|
"Attribute": {
|
69695
|
-
"shape": "
|
69820
|
+
"shape": "Sf1"
|
69696
69821
|
}
|
69697
69822
|
}
|
69698
69823
|
}
|
@@ -69806,7 +69931,7 @@ module.exports={
|
|
69806
69931
|
"type": "structure",
|
69807
69932
|
"members": {
|
69808
69933
|
"PredefinedAttribute": {
|
69809
|
-
"shape": "
|
69934
|
+
"shape": "Sff"
|
69810
69935
|
}
|
69811
69936
|
}
|
69812
69937
|
}
|
@@ -69837,7 +69962,7 @@ module.exports={
|
|
69837
69962
|
"type": "structure",
|
69838
69963
|
"members": {
|
69839
69964
|
"Prompt": {
|
69840
|
-
"shape": "
|
69965
|
+
"shape": "Sfi"
|
69841
69966
|
}
|
69842
69967
|
}
|
69843
69968
|
}
|
@@ -69868,7 +69993,7 @@ module.exports={
|
|
69868
69993
|
"type": "structure",
|
69869
69994
|
"members": {
|
69870
69995
|
"Queue": {
|
69871
|
-
"shape": "
|
69996
|
+
"shape": "Sfl"
|
69872
69997
|
}
|
69873
69998
|
}
|
69874
69999
|
}
|
@@ -69899,7 +70024,7 @@ module.exports={
|
|
69899
70024
|
"type": "structure",
|
69900
70025
|
"members": {
|
69901
70026
|
"QuickConnect": {
|
69902
|
-
"shape": "
|
70027
|
+
"shape": "Sfp"
|
69903
70028
|
}
|
69904
70029
|
}
|
69905
70030
|
}
|
@@ -69930,7 +70055,7 @@ module.exports={
|
|
69930
70055
|
"type": "structure",
|
69931
70056
|
"members": {
|
69932
70057
|
"RoutingProfile": {
|
69933
|
-
"shape": "
|
70058
|
+
"shape": "Sfs"
|
69934
70059
|
}
|
69935
70060
|
}
|
69936
70061
|
}
|
@@ -70190,19 +70315,19 @@ module.exports={
|
|
70190
70315
|
"type": "structure",
|
70191
70316
|
"members": {
|
70192
70317
|
"LevelOne": {
|
70193
|
-
"shape": "
|
70318
|
+
"shape": "Sge"
|
70194
70319
|
},
|
70195
70320
|
"LevelTwo": {
|
70196
|
-
"shape": "
|
70321
|
+
"shape": "Sge"
|
70197
70322
|
},
|
70198
70323
|
"LevelThree": {
|
70199
|
-
"shape": "
|
70324
|
+
"shape": "Sge"
|
70200
70325
|
},
|
70201
70326
|
"LevelFour": {
|
70202
|
-
"shape": "
|
70327
|
+
"shape": "Sge"
|
70203
70328
|
},
|
70204
70329
|
"LevelFive": {
|
70205
|
-
"shape": "
|
70330
|
+
"shape": "Sge"
|
70206
70331
|
}
|
70207
70332
|
}
|
70208
70333
|
},
|
@@ -70242,19 +70367,19 @@ module.exports={
|
|
70242
70367
|
"type": "structure",
|
70243
70368
|
"members": {
|
70244
70369
|
"LevelOne": {
|
70245
|
-
"shape": "
|
70370
|
+
"shape": "Sgi"
|
70246
70371
|
},
|
70247
70372
|
"LevelTwo": {
|
70248
|
-
"shape": "
|
70373
|
+
"shape": "Sgi"
|
70249
70374
|
},
|
70250
70375
|
"LevelThree": {
|
70251
|
-
"shape": "
|
70376
|
+
"shape": "Sgi"
|
70252
70377
|
},
|
70253
70378
|
"LevelFour": {
|
70254
|
-
"shape": "
|
70379
|
+
"shape": "Sgi"
|
70255
70380
|
},
|
70256
70381
|
"LevelFive": {
|
70257
|
-
"shape": "
|
70382
|
+
"shape": "Sgi"
|
70258
70383
|
}
|
70259
70384
|
}
|
70260
70385
|
}
|
@@ -70837,15 +70962,15 @@ module.exports={
|
|
70837
70962
|
"locationName": "InstanceId"
|
70838
70963
|
},
|
70839
70964
|
"Filters": {
|
70840
|
-
"shape": "
|
70965
|
+
"shape": "Shj"
|
70841
70966
|
},
|
70842
70967
|
"Groupings": {
|
70843
|
-
"shape": "
|
70968
|
+
"shape": "Shp"
|
70844
70969
|
},
|
70845
70970
|
"CurrentMetrics": {
|
70846
70971
|
"type": "list",
|
70847
70972
|
"member": {
|
70848
|
-
"shape": "
|
70973
|
+
"shape": "Shs"
|
70849
70974
|
}
|
70850
70975
|
},
|
70851
70976
|
"NextToken": {},
|
@@ -70874,7 +70999,7 @@ module.exports={
|
|
70874
70999
|
"type": "structure",
|
70875
71000
|
"members": {
|
70876
71001
|
"Dimensions": {
|
70877
|
-
"shape": "
|
71002
|
+
"shape": "Si3"
|
70878
71003
|
},
|
70879
71004
|
"Collections": {
|
70880
71005
|
"type": "list",
|
@@ -70882,7 +71007,7 @@ module.exports={
|
|
70882
71007
|
"type": "structure",
|
70883
71008
|
"members": {
|
70884
71009
|
"Metric": {
|
70885
|
-
"shape": "
|
71010
|
+
"shape": "Shs"
|
70886
71011
|
},
|
70887
71012
|
"Value": {
|
70888
71013
|
"type": "double"
|
@@ -70921,7 +71046,7 @@ module.exports={
|
|
70921
71046
|
"type": "structure",
|
70922
71047
|
"members": {
|
70923
71048
|
"Queues": {
|
70924
|
-
"shape": "
|
71049
|
+
"shape": "Shk"
|
70925
71050
|
},
|
70926
71051
|
"ContactFilter": {
|
70927
71052
|
"type": "structure",
|
@@ -70933,7 +71058,7 @@ module.exports={
|
|
70933
71058
|
}
|
70934
71059
|
},
|
70935
71060
|
"RoutingProfiles": {
|
70936
|
-
"shape": "
|
71061
|
+
"shape": "Shm"
|
70937
71062
|
},
|
70938
71063
|
"Agents": {
|
70939
71064
|
"type": "list",
|
@@ -70968,25 +71093,25 @@ module.exports={
|
|
70968
71093
|
}
|
70969
71094
|
},
|
70970
71095
|
"RoutingProfile": {
|
70971
|
-
"shape": "
|
71096
|
+
"shape": "Si5"
|
70972
71097
|
},
|
70973
71098
|
"HierarchyPath": {
|
70974
71099
|
"type": "structure",
|
70975
71100
|
"members": {
|
70976
71101
|
"LevelOne": {
|
70977
|
-
"shape": "
|
71102
|
+
"shape": "Sim"
|
70978
71103
|
},
|
70979
71104
|
"LevelTwo": {
|
70980
|
-
"shape": "
|
71105
|
+
"shape": "Sim"
|
70981
71106
|
},
|
70982
71107
|
"LevelThree": {
|
70983
|
-
"shape": "
|
71108
|
+
"shape": "Sim"
|
70984
71109
|
},
|
70985
71110
|
"LevelFour": {
|
70986
|
-
"shape": "
|
71111
|
+
"shape": "Sim"
|
70987
71112
|
},
|
70988
71113
|
"LevelFive": {
|
70989
|
-
"shape": "
|
71114
|
+
"shape": "Sim"
|
70990
71115
|
}
|
70991
71116
|
}
|
70992
71117
|
},
|
@@ -71001,13 +71126,13 @@ module.exports={
|
|
71001
71126
|
}
|
71002
71127
|
},
|
71003
71128
|
"AvailableSlotsByChannel": {
|
71004
|
-
"shape": "
|
71129
|
+
"shape": "Sio"
|
71005
71130
|
},
|
71006
71131
|
"MaxSlotsByChannel": {
|
71007
|
-
"shape": "
|
71132
|
+
"shape": "Sio"
|
71008
71133
|
},
|
71009
71134
|
"ActiveSlotsByChannel": {
|
71010
|
-
"shape": "
|
71135
|
+
"shape": "Sio"
|
71011
71136
|
},
|
71012
71137
|
"Contacts": {
|
71013
71138
|
"type": "list",
|
@@ -71025,7 +71150,7 @@ module.exports={
|
|
71025
71150
|
"type": "timestamp"
|
71026
71151
|
},
|
71027
71152
|
"Queue": {
|
71028
|
-
"shape": "
|
71153
|
+
"shape": "Si4"
|
71029
71154
|
}
|
71030
71155
|
}
|
71031
71156
|
}
|
@@ -71064,13 +71189,13 @@ module.exports={
|
|
71064
71189
|
"type": "structure",
|
71065
71190
|
"members": {
|
71066
71191
|
"AccessToken": {
|
71067
|
-
"shape": "
|
71192
|
+
"shape": "Siv"
|
71068
71193
|
},
|
71069
71194
|
"AccessTokenExpiration": {
|
71070
71195
|
"type": "timestamp"
|
71071
71196
|
},
|
71072
71197
|
"RefreshToken": {
|
71073
|
-
"shape": "
|
71198
|
+
"shape": "Siv"
|
71074
71199
|
},
|
71075
71200
|
"RefreshTokenExpiration": {
|
71076
71201
|
"type": "timestamp"
|
@@ -71145,15 +71270,15 @@ module.exports={
|
|
71145
71270
|
"type": "timestamp"
|
71146
71271
|
},
|
71147
71272
|
"Filters": {
|
71148
|
-
"shape": "
|
71273
|
+
"shape": "Shj"
|
71149
71274
|
},
|
71150
71275
|
"Groupings": {
|
71151
|
-
"shape": "
|
71276
|
+
"shape": "Shp"
|
71152
71277
|
},
|
71153
71278
|
"HistoricalMetrics": {
|
71154
71279
|
"type": "list",
|
71155
71280
|
"member": {
|
71156
|
-
"shape": "
|
71281
|
+
"shape": "Sj0"
|
71157
71282
|
}
|
71158
71283
|
},
|
71159
71284
|
"NextToken": {},
|
@@ -71172,7 +71297,7 @@ module.exports={
|
|
71172
71297
|
"type": "structure",
|
71173
71298
|
"members": {
|
71174
71299
|
"Dimensions": {
|
71175
|
-
"shape": "
|
71300
|
+
"shape": "Si3"
|
71176
71301
|
},
|
71177
71302
|
"Collections": {
|
71178
71303
|
"type": "list",
|
@@ -71180,7 +71305,7 @@ module.exports={
|
|
71180
71305
|
"type": "structure",
|
71181
71306
|
"members": {
|
71182
71307
|
"Metric": {
|
71183
|
-
"shape": "
|
71308
|
+
"shape": "Sj0"
|
71184
71309
|
},
|
71185
71310
|
"Value": {
|
71186
71311
|
"type": "double"
|
@@ -71242,7 +71367,7 @@ module.exports={
|
|
71242
71367
|
"Metrics": {
|
71243
71368
|
"type": "list",
|
71244
71369
|
"member": {
|
71245
|
-
"shape": "
|
71370
|
+
"shape": "Sjl"
|
71246
71371
|
}
|
71247
71372
|
},
|
71248
71373
|
"NextToken": {},
|
@@ -71283,7 +71408,7 @@ module.exports={
|
|
71283
71408
|
"type": "structure",
|
71284
71409
|
"members": {
|
71285
71410
|
"Metric": {
|
71286
|
-
"shape": "
|
71411
|
+
"shape": "Sjl"
|
71287
71412
|
},
|
71288
71413
|
"Value": {
|
71289
71414
|
"type": "double"
|
@@ -71413,15 +71538,15 @@ module.exports={
|
|
71413
71538
|
"type": "structure",
|
71414
71539
|
"members": {
|
71415
71540
|
"TelephonyConfig": {
|
71416
|
-
"shape": "
|
71541
|
+
"shape": "Ska"
|
71417
71542
|
},
|
71418
71543
|
"Id": {},
|
71419
71544
|
"Arn": {},
|
71420
71545
|
"SignInConfig": {
|
71421
|
-
"shape": "
|
71546
|
+
"shape": "Skf"
|
71422
71547
|
},
|
71423
71548
|
"AgentConfig": {
|
71424
|
-
"shape": "
|
71549
|
+
"shape": "Ski"
|
71425
71550
|
}
|
71426
71551
|
}
|
71427
71552
|
}
|
@@ -71694,7 +71819,7 @@ module.exports={
|
|
71694
71819
|
"Status": {},
|
71695
71820
|
"EvaluatorArn": {},
|
71696
71821
|
"Score": {
|
71697
|
-
"shape": "
|
71822
|
+
"shape": "Sdy"
|
71698
71823
|
},
|
71699
71824
|
"CreatedTime": {
|
71700
71825
|
"type": "timestamp"
|
@@ -72224,7 +72349,7 @@ module.exports={
|
|
72224
72349
|
"Attributes": {
|
72225
72350
|
"type": "list",
|
72226
72351
|
"member": {
|
72227
|
-
"shape": "
|
72352
|
+
"shape": "Sf1"
|
72228
72353
|
}
|
72229
72354
|
},
|
72230
72355
|
"NextToken": {}
|
@@ -72476,12 +72601,12 @@ module.exports={
|
|
72476
72601
|
"locationName": "InstanceId"
|
72477
72602
|
},
|
72478
72603
|
"PhoneNumberTypes": {
|
72479
|
-
"shape": "
|
72604
|
+
"shape": "Smy",
|
72480
72605
|
"location": "querystring",
|
72481
72606
|
"locationName": "phoneNumberTypes"
|
72482
72607
|
},
|
72483
72608
|
"PhoneNumberCountryCodes": {
|
72484
|
-
"shape": "
|
72609
|
+
"shape": "Smz",
|
72485
72610
|
"location": "querystring",
|
72486
72611
|
"locationName": "phoneNumberCountryCodes"
|
72487
72612
|
},
|
@@ -72530,10 +72655,10 @@ module.exports={
|
|
72530
72655
|
},
|
72531
72656
|
"NextToken": {},
|
72532
72657
|
"PhoneNumberCountryCodes": {
|
72533
|
-
"shape": "
|
72658
|
+
"shape": "Smz"
|
72534
72659
|
},
|
72535
72660
|
"PhoneNumberTypes": {
|
72536
|
-
"shape": "
|
72661
|
+
"shape": "Smy"
|
72537
72662
|
},
|
72538
72663
|
"PhoneNumberPrefix": {}
|
72539
72664
|
}
|
@@ -72692,7 +72817,7 @@ module.exports={
|
|
72692
72817
|
"members": {
|
72693
72818
|
"NextToken": {},
|
72694
72819
|
"QuickConnectSummaryList": {
|
72695
|
-
"shape": "
|
72820
|
+
"shape": "Snk"
|
72696
72821
|
},
|
72697
72822
|
"LastModifiedTime": {
|
72698
72823
|
"type": "timestamp"
|
@@ -72792,7 +72917,7 @@ module.exports={
|
|
72792
72917
|
"type": "structure",
|
72793
72918
|
"members": {
|
72794
72919
|
"QuickConnectSummaryList": {
|
72795
|
-
"shape": "
|
72920
|
+
"shape": "Snk"
|
72796
72921
|
},
|
72797
72922
|
"NextToken": {}
|
72798
72923
|
}
|
@@ -72862,7 +72987,7 @@ module.exports={
|
|
72862
72987
|
"Content": {},
|
72863
72988
|
"ContentType": {},
|
72864
72989
|
"Time": {
|
72865
|
-
"shape": "
|
72990
|
+
"shape": "So9"
|
72866
72991
|
},
|
72867
72992
|
"Redaction": {
|
72868
72993
|
"type": "structure",
|
@@ -72870,7 +72995,7 @@ module.exports={
|
|
72870
72995
|
"CharacterOffsets": {
|
72871
72996
|
"type": "list",
|
72872
72997
|
"member": {
|
72873
|
-
"shape": "
|
72998
|
+
"shape": "Sod"
|
72874
72999
|
}
|
72875
73000
|
}
|
72876
73001
|
}
|
@@ -72908,7 +73033,7 @@ module.exports={
|
|
72908
73033
|
"members": {
|
72909
73034
|
"Id": {},
|
72910
73035
|
"CharacterOffsets": {
|
72911
|
-
"shape": "
|
73036
|
+
"shape": "Sod"
|
72912
73037
|
}
|
72913
73038
|
}
|
72914
73039
|
}
|
@@ -72946,7 +73071,7 @@ module.exports={
|
|
72946
73071
|
"Content": {},
|
72947
73072
|
"Id": {},
|
72948
73073
|
"CharacterOffsets": {
|
72949
|
-
"shape": "
|
73074
|
+
"shape": "Sod"
|
72950
73075
|
}
|
72951
73076
|
}
|
72952
73077
|
}
|
@@ -72970,7 +73095,7 @@ module.exports={
|
|
72970
73095
|
"DisplayName": {},
|
72971
73096
|
"EventType": {},
|
72972
73097
|
"Time": {
|
72973
|
-
"shape": "
|
73098
|
+
"shape": "So9"
|
72974
73099
|
}
|
72975
73100
|
}
|
72976
73101
|
},
|
@@ -73005,7 +73130,7 @@ module.exports={
|
|
73005
73130
|
}
|
73006
73131
|
},
|
73007
73132
|
"Time": {
|
73008
|
-
"shape": "
|
73133
|
+
"shape": "So9"
|
73009
73134
|
}
|
73010
73135
|
}
|
73011
73136
|
}
|
@@ -73657,7 +73782,7 @@ module.exports={
|
|
73657
73782
|
"UserHierarchyGroupSummaryList": {
|
73658
73783
|
"type": "list",
|
73659
73784
|
"member": {
|
73660
|
-
"shape": "
|
73785
|
+
"shape": "Sge"
|
73661
73786
|
}
|
73662
73787
|
},
|
73663
73788
|
"NextToken": {}
|
@@ -74107,12 +74232,12 @@ module.exports={
|
|
74107
74232
|
"type": "structure",
|
74108
74233
|
"members": {
|
74109
74234
|
"TagFilter": {
|
74110
|
-
"shape": "
|
74235
|
+
"shape": "Srg"
|
74111
74236
|
}
|
74112
74237
|
}
|
74113
74238
|
},
|
74114
74239
|
"SearchCriteria": {
|
74115
|
-
"shape": "
|
74240
|
+
"shape": "Srk"
|
74116
74241
|
}
|
74117
74242
|
}
|
74118
74243
|
},
|
@@ -74122,7 +74247,7 @@ module.exports={
|
|
74122
74247
|
"ContactFlowModules": {
|
74123
74248
|
"type": "list",
|
74124
74249
|
"member": {
|
74125
|
-
"shape": "
|
74250
|
+
"shape": "Seh"
|
74126
74251
|
}
|
74127
74252
|
},
|
74128
74253
|
"NextToken": {},
|
@@ -74151,12 +74276,12 @@ module.exports={
|
|
74151
74276
|
"type": "structure",
|
74152
74277
|
"members": {
|
74153
74278
|
"TagFilter": {
|
74154
|
-
"shape": "
|
74279
|
+
"shape": "Srg"
|
74155
74280
|
}
|
74156
74281
|
}
|
74157
74282
|
},
|
74158
74283
|
"SearchCriteria": {
|
74159
|
-
"shape": "
|
74284
|
+
"shape": "Srs"
|
74160
74285
|
}
|
74161
74286
|
}
|
74162
74287
|
},
|
@@ -74166,7 +74291,7 @@ module.exports={
|
|
74166
74291
|
"ContactFlows": {
|
74167
74292
|
"type": "list",
|
74168
74293
|
"member": {
|
74169
|
-
"shape": "
|
74294
|
+
"shape": "Sed"
|
74170
74295
|
}
|
74171
74296
|
},
|
74172
74297
|
"NextToken": {},
|
@@ -74216,19 +74341,19 @@ module.exports={
|
|
74216
74341
|
"type": "structure",
|
74217
74342
|
"members": {
|
74218
74343
|
"L1Ids": {
|
74219
|
-
"shape": "
|
74344
|
+
"shape": "Ss2"
|
74220
74345
|
},
|
74221
74346
|
"L2Ids": {
|
74222
|
-
"shape": "
|
74347
|
+
"shape": "Ss2"
|
74223
74348
|
},
|
74224
74349
|
"L3Ids": {
|
74225
|
-
"shape": "
|
74350
|
+
"shape": "Ss2"
|
74226
74351
|
},
|
74227
74352
|
"L4Ids": {
|
74228
|
-
"shape": "
|
74353
|
+
"shape": "Ss2"
|
74229
74354
|
},
|
74230
74355
|
"L5Ids": {
|
74231
|
-
"shape": "
|
74356
|
+
"shape": "Ss2"
|
74232
74357
|
}
|
74233
74358
|
}
|
74234
74359
|
},
|
@@ -74404,12 +74529,12 @@ module.exports={
|
|
74404
74529
|
"type": "structure",
|
74405
74530
|
"members": {
|
74406
74531
|
"TagFilter": {
|
74407
|
-
"shape": "
|
74532
|
+
"shape": "Srg"
|
74408
74533
|
}
|
74409
74534
|
}
|
74410
74535
|
},
|
74411
74536
|
"SearchCriteria": {
|
74412
|
-
"shape": "
|
74537
|
+
"shape": "Sst"
|
74413
74538
|
}
|
74414
74539
|
}
|
74415
74540
|
},
|
@@ -74419,7 +74544,7 @@ module.exports={
|
|
74419
74544
|
"HoursOfOperations": {
|
74420
74545
|
"type": "list",
|
74421
74546
|
"member": {
|
74422
|
-
"shape": "
|
74547
|
+
"shape": "Ser"
|
74423
74548
|
}
|
74424
74549
|
},
|
74425
74550
|
"NextToken": {},
|
@@ -74445,7 +74570,7 @@ module.exports={
|
|
74445
74570
|
"type": "integer"
|
74446
74571
|
},
|
74447
74572
|
"SearchCriteria": {
|
74448
|
-
"shape": "
|
74573
|
+
"shape": "Ssy"
|
74449
74574
|
}
|
74450
74575
|
}
|
74451
74576
|
},
|
@@ -74455,7 +74580,7 @@ module.exports={
|
|
74455
74580
|
"PredefinedAttributes": {
|
74456
74581
|
"type": "list",
|
74457
74582
|
"member": {
|
74458
|
-
"shape": "
|
74583
|
+
"shape": "Sff"
|
74459
74584
|
}
|
74460
74585
|
},
|
74461
74586
|
"NextToken": {},
|
@@ -74484,12 +74609,12 @@ module.exports={
|
|
74484
74609
|
"type": "structure",
|
74485
74610
|
"members": {
|
74486
74611
|
"TagFilter": {
|
74487
|
-
"shape": "
|
74612
|
+
"shape": "Srg"
|
74488
74613
|
}
|
74489
74614
|
}
|
74490
74615
|
},
|
74491
74616
|
"SearchCriteria": {
|
74492
|
-
"shape": "
|
74617
|
+
"shape": "St4"
|
74493
74618
|
}
|
74494
74619
|
}
|
74495
74620
|
},
|
@@ -74499,7 +74624,7 @@ module.exports={
|
|
74499
74624
|
"Prompts": {
|
74500
74625
|
"type": "list",
|
74501
74626
|
"member": {
|
74502
|
-
"shape": "
|
74627
|
+
"shape": "Sfi"
|
74503
74628
|
}
|
74504
74629
|
},
|
74505
74630
|
"NextToken": {},
|
@@ -74528,12 +74653,12 @@ module.exports={
|
|
74528
74653
|
"type": "structure",
|
74529
74654
|
"members": {
|
74530
74655
|
"TagFilter": {
|
74531
|
-
"shape": "
|
74656
|
+
"shape": "Srg"
|
74532
74657
|
}
|
74533
74658
|
}
|
74534
74659
|
},
|
74535
74660
|
"SearchCriteria": {
|
74536
|
-
"shape": "
|
74661
|
+
"shape": "Stb"
|
74537
74662
|
}
|
74538
74663
|
}
|
74539
74664
|
},
|
@@ -74543,7 +74668,7 @@ module.exports={
|
|
74543
74668
|
"Queues": {
|
74544
74669
|
"type": "list",
|
74545
74670
|
"member": {
|
74546
|
-
"shape": "
|
74671
|
+
"shape": "Sfl"
|
74547
74672
|
}
|
74548
74673
|
},
|
74549
74674
|
"NextToken": {},
|
@@ -74572,12 +74697,12 @@ module.exports={
|
|
74572
74697
|
"type": "structure",
|
74573
74698
|
"members": {
|
74574
74699
|
"TagFilter": {
|
74575
|
-
"shape": "
|
74700
|
+
"shape": "Srg"
|
74576
74701
|
}
|
74577
74702
|
}
|
74578
74703
|
},
|
74579
74704
|
"SearchCriteria": {
|
74580
|
-
"shape": "
|
74705
|
+
"shape": "Sti"
|
74581
74706
|
}
|
74582
74707
|
}
|
74583
74708
|
},
|
@@ -74587,7 +74712,7 @@ module.exports={
|
|
74587
74712
|
"QuickConnects": {
|
74588
74713
|
"type": "list",
|
74589
74714
|
"member": {
|
74590
|
-
"shape": "
|
74715
|
+
"shape": "Sfp"
|
74591
74716
|
}
|
74592
74717
|
},
|
74593
74718
|
"NextToken": {},
|
@@ -74668,12 +74793,12 @@ module.exports={
|
|
74668
74793
|
"type": "structure",
|
74669
74794
|
"members": {
|
74670
74795
|
"TagFilter": {
|
74671
|
-
"shape": "
|
74796
|
+
"shape": "Srg"
|
74672
74797
|
}
|
74673
74798
|
}
|
74674
74799
|
},
|
74675
74800
|
"SearchCriteria": {
|
74676
|
-
"shape": "
|
74801
|
+
"shape": "Stx"
|
74677
74802
|
}
|
74678
74803
|
}
|
74679
74804
|
},
|
@@ -74683,7 +74808,7 @@ module.exports={
|
|
74683
74808
|
"RoutingProfiles": {
|
74684
74809
|
"type": "list",
|
74685
74810
|
"member": {
|
74686
|
-
"shape": "
|
74811
|
+
"shape": "Sfs"
|
74687
74812
|
}
|
74688
74813
|
},
|
74689
74814
|
"NextToken": {},
|
@@ -74709,13 +74834,13 @@ module.exports={
|
|
74709
74834
|
"type": "integer"
|
74710
74835
|
},
|
74711
74836
|
"SearchCriteria": {
|
74712
|
-
"shape": "
|
74837
|
+
"shape": "Su2"
|
74713
74838
|
},
|
74714
74839
|
"SearchFilter": {
|
74715
74840
|
"type": "structure",
|
74716
74841
|
"members": {
|
74717
74842
|
"TagFilter": {
|
74718
|
-
"shape": "
|
74843
|
+
"shape": "Srg"
|
74719
74844
|
}
|
74720
74845
|
}
|
74721
74846
|
}
|
@@ -74766,7 +74891,7 @@ module.exports={
|
|
74766
74891
|
"type": "structure",
|
74767
74892
|
"members": {
|
74768
74893
|
"TagFilter": {
|
74769
|
-
"shape": "
|
74894
|
+
"shape": "Srg"
|
74770
74895
|
},
|
74771
74896
|
"UserAttributeFilter": {
|
74772
74897
|
"type": "structure",
|
@@ -74774,24 +74899,24 @@ module.exports={
|
|
74774
74899
|
"OrConditions": {
|
74775
74900
|
"type": "list",
|
74776
74901
|
"member": {
|
74777
|
-
"shape": "
|
74902
|
+
"shape": "Suc"
|
74778
74903
|
}
|
74779
74904
|
},
|
74780
74905
|
"AndCondition": {
|
74781
|
-
"shape": "
|
74906
|
+
"shape": "Suc"
|
74782
74907
|
},
|
74783
74908
|
"TagCondition": {
|
74784
|
-
"shape": "
|
74909
|
+
"shape": "Srj"
|
74785
74910
|
},
|
74786
74911
|
"HierarchyGroupCondition": {
|
74787
|
-
"shape": "
|
74912
|
+
"shape": "Sud"
|
74788
74913
|
}
|
74789
74914
|
}
|
74790
74915
|
}
|
74791
74916
|
}
|
74792
74917
|
},
|
74793
74918
|
"SearchCriteria": {
|
74794
|
-
"shape": "
|
74919
|
+
"shape": "Suf"
|
74795
74920
|
}
|
74796
74921
|
}
|
74797
74922
|
},
|
@@ -74924,16 +75049,16 @@ module.exports={
|
|
74924
75049
|
"type": "structure",
|
74925
75050
|
"members": {
|
74926
75051
|
"SupportedMessagingContentTypes": {
|
74927
|
-
"shape": "
|
75052
|
+
"shape": "Suy"
|
74928
75053
|
},
|
74929
75054
|
"ParticipantDetails": {
|
74930
|
-
"shape": "
|
75055
|
+
"shape": "Sv0"
|
74931
75056
|
},
|
74932
75057
|
"Attributes": {
|
74933
75058
|
"shape": "S38"
|
74934
75059
|
},
|
74935
75060
|
"StreamingConfiguration": {
|
74936
|
-
"shape": "
|
75061
|
+
"shape": "Sv1"
|
74937
75062
|
}
|
74938
75063
|
}
|
74939
75064
|
}
|
@@ -75035,7 +75160,7 @@ module.exports={
|
|
75035
75160
|
"shape": "S38"
|
75036
75161
|
},
|
75037
75162
|
"ParticipantDetails": {
|
75038
|
-
"shape": "
|
75163
|
+
"shape": "Sv0"
|
75039
75164
|
},
|
75040
75165
|
"InitialMessage": {
|
75041
75166
|
"type": "structure",
|
@@ -75055,7 +75180,7 @@ module.exports={
|
|
75055
75180
|
"type": "integer"
|
75056
75181
|
},
|
75057
75182
|
"SupportedMessagingContentTypes": {
|
75058
|
-
"shape": "
|
75183
|
+
"shape": "Suy"
|
75059
75184
|
},
|
75060
75185
|
"PersistentChat": {
|
75061
75186
|
"type": "structure",
|
@@ -75066,14 +75191,7 @@ module.exports={
|
|
75066
75191
|
},
|
75067
75192
|
"RelatedContactId": {},
|
75068
75193
|
"SegmentAttributes": {
|
75069
|
-
"
|
75070
|
-
"key": {},
|
75071
|
-
"value": {
|
75072
|
-
"type": "structure",
|
75073
|
-
"members": {
|
75074
|
-
"ValueString": {}
|
75075
|
-
}
|
75076
|
-
}
|
75194
|
+
"shape": "Sdq"
|
75077
75195
|
}
|
75078
75196
|
}
|
75079
75197
|
},
|
@@ -75169,7 +75287,7 @@ module.exports={
|
|
75169
75287
|
"InstanceId": {},
|
75170
75288
|
"ContactId": {},
|
75171
75289
|
"ChatStreamingConfiguration": {
|
75172
|
-
"shape": "
|
75290
|
+
"shape": "Sv1"
|
75173
75291
|
},
|
75174
75292
|
"ClientToken": {
|
75175
75293
|
"idempotencyToken": true
|
@@ -75312,15 +75430,15 @@ module.exports={
|
|
75312
75430
|
"type": "structure",
|
75313
75431
|
"members": {
|
75314
75432
|
"Customer": {
|
75315
|
-
"shape": "
|
75433
|
+
"shape": "Scs"
|
75316
75434
|
},
|
75317
75435
|
"Agent": {
|
75318
|
-
"shape": "
|
75436
|
+
"shape": "Scs"
|
75319
75437
|
}
|
75320
75438
|
}
|
75321
75439
|
},
|
75322
75440
|
"ParticipantDetails": {
|
75323
|
-
"shape": "
|
75441
|
+
"shape": "Sv0"
|
75324
75442
|
},
|
75325
75443
|
"RelatedContactId": {},
|
75326
75444
|
"References": {
|
@@ -75473,10 +75591,10 @@ module.exports={
|
|
75473
75591
|
"locationName": "EvaluationId"
|
75474
75592
|
},
|
75475
75593
|
"Answers": {
|
75476
|
-
"shape": "
|
75594
|
+
"shape": "Swi"
|
75477
75595
|
},
|
75478
75596
|
"Notes": {
|
75479
|
-
"shape": "
|
75597
|
+
"shape": "Se5"
|
75480
75598
|
}
|
75481
75599
|
}
|
75482
75600
|
},
|
@@ -75529,7 +75647,7 @@ module.exports={
|
|
75529
75647
|
"ContactId": {},
|
75530
75648
|
"InstanceId": {},
|
75531
75649
|
"Tags": {
|
75532
|
-
"shape": "
|
75650
|
+
"shape": "Scz"
|
75533
75651
|
}
|
75534
75652
|
}
|
75535
75653
|
},
|
@@ -75760,10 +75878,10 @@ module.exports={
|
|
75760
75878
|
"locationName": "EvaluationId"
|
75761
75879
|
},
|
75762
75880
|
"Answers": {
|
75763
|
-
"shape": "
|
75881
|
+
"shape": "Swi"
|
75764
75882
|
},
|
75765
75883
|
"Notes": {
|
75766
|
-
"shape": "
|
75884
|
+
"shape": "Se5"
|
75767
75885
|
}
|
75768
75886
|
}
|
75769
75887
|
},
|
@@ -76742,13 +76860,13 @@ module.exports={
|
|
76742
76860
|
"locationName": "Id"
|
76743
76861
|
},
|
76744
76862
|
"TelephonyConfig": {
|
76745
|
-
"shape": "
|
76863
|
+
"shape": "Ska"
|
76746
76864
|
},
|
76747
76865
|
"SignInConfig": {
|
76748
|
-
"shape": "
|
76866
|
+
"shape": "Skf"
|
76749
76867
|
},
|
76750
76868
|
"AgentConfig": {
|
76751
|
-
"shape": "
|
76869
|
+
"shape": "Ski"
|
76752
76870
|
}
|
76753
76871
|
}
|
76754
76872
|
},
|
@@ -76819,19 +76937,19 @@ module.exports={
|
|
76819
76937
|
"type": "structure",
|
76820
76938
|
"members": {
|
76821
76939
|
"LevelOne": {
|
76822
|
-
"shape": "
|
76940
|
+
"shape": "Syu"
|
76823
76941
|
},
|
76824
76942
|
"LevelTwo": {
|
76825
|
-
"shape": "
|
76943
|
+
"shape": "Syu"
|
76826
76944
|
},
|
76827
76945
|
"LevelThree": {
|
76828
|
-
"shape": "
|
76946
|
+
"shape": "Syu"
|
76829
76947
|
},
|
76830
76948
|
"LevelFour": {
|
76831
|
-
"shape": "
|
76949
|
+
"shape": "Syu"
|
76832
76950
|
},
|
76833
76951
|
"LevelFive": {
|
76834
|
-
"shape": "
|
76952
|
+
"shape": "Syu"
|
76835
76953
|
}
|
76836
76954
|
}
|
76837
76955
|
},
|
@@ -77242,6 +77360,12 @@ module.exports={
|
|
77242
77360
|
"key": {},
|
77243
77361
|
"value": {}
|
77244
77362
|
},
|
77363
|
+
"S3b": {
|
77364
|
+
"type": "structure",
|
77365
|
+
"members": {
|
77366
|
+
"CampaignId": {}
|
77367
|
+
}
|
77368
|
+
},
|
77245
77369
|
"S4d": {
|
77246
77370
|
"type": "list",
|
77247
77371
|
"member": {
|
@@ -77932,12 +78056,82 @@ module.exports={
|
|
77932
78056
|
"type": "string",
|
77933
78057
|
"sensitive": true
|
77934
78058
|
},
|
77935
|
-
"
|
78059
|
+
"Scn": {
|
78060
|
+
"type": "structure",
|
78061
|
+
"members": {
|
78062
|
+
"Arn": {}
|
78063
|
+
}
|
78064
|
+
},
|
78065
|
+
"Sco": {
|
78066
|
+
"type": "structure",
|
78067
|
+
"members": {
|
78068
|
+
"PlatformName": {},
|
78069
|
+
"PlatformVersion": {},
|
78070
|
+
"OperatingSystem": {}
|
78071
|
+
}
|
78072
|
+
},
|
78073
|
+
"Scs": {
|
78074
|
+
"type": "structure",
|
78075
|
+
"members": {
|
78076
|
+
"Video": {}
|
78077
|
+
}
|
78078
|
+
},
|
78079
|
+
"Scz": {
|
77936
78080
|
"type": "map",
|
77937
78081
|
"key": {},
|
77938
78082
|
"value": {}
|
77939
78083
|
},
|
77940
|
-
"
|
78084
|
+
"Sd7": {
|
78085
|
+
"type": "structure",
|
78086
|
+
"members": {
|
78087
|
+
"AttributeCondition": {
|
78088
|
+
"type": "structure",
|
78089
|
+
"members": {
|
78090
|
+
"Name": {},
|
78091
|
+
"Value": {},
|
78092
|
+
"ProficiencyLevel": {
|
78093
|
+
"type": "float"
|
78094
|
+
},
|
78095
|
+
"ComparisonOperator": {}
|
78096
|
+
}
|
78097
|
+
},
|
78098
|
+
"AndExpression": {
|
78099
|
+
"shape": "Sdb"
|
78100
|
+
},
|
78101
|
+
"OrExpression": {
|
78102
|
+
"shape": "Sdb"
|
78103
|
+
}
|
78104
|
+
}
|
78105
|
+
},
|
78106
|
+
"Sdb": {
|
78107
|
+
"type": "list",
|
78108
|
+
"member": {
|
78109
|
+
"shape": "Sd7"
|
78110
|
+
}
|
78111
|
+
},
|
78112
|
+
"Sdj": {
|
78113
|
+
"type": "structure",
|
78114
|
+
"members": {
|
78115
|
+
"QualityScore": {
|
78116
|
+
"type": "float"
|
78117
|
+
},
|
78118
|
+
"PotentialQualityIssues": {
|
78119
|
+
"type": "list",
|
78120
|
+
"member": {}
|
78121
|
+
}
|
78122
|
+
}
|
78123
|
+
},
|
78124
|
+
"Sdq": {
|
78125
|
+
"type": "map",
|
78126
|
+
"key": {},
|
78127
|
+
"value": {
|
78128
|
+
"type": "structure",
|
78129
|
+
"members": {
|
78130
|
+
"ValueString": {}
|
78131
|
+
}
|
78132
|
+
}
|
78133
|
+
},
|
78134
|
+
"Sdy": {
|
77941
78135
|
"type": "structure",
|
77942
78136
|
"members": {
|
77943
78137
|
"Percentage": {
|
@@ -77951,7 +78145,7 @@ module.exports={
|
|
77951
78145
|
}
|
77952
78146
|
}
|
77953
78147
|
},
|
77954
|
-
"
|
78148
|
+
"Se2": {
|
77955
78149
|
"type": "structure",
|
77956
78150
|
"members": {
|
77957
78151
|
"StringValue": {},
|
@@ -77964,7 +78158,7 @@ module.exports={
|
|
77964
78158
|
},
|
77965
78159
|
"union": true
|
77966
78160
|
},
|
77967
|
-
"
|
78161
|
+
"Se5": {
|
77968
78162
|
"type": "map",
|
77969
78163
|
"key": {},
|
77970
78164
|
"value": {
|
@@ -77974,7 +78168,7 @@ module.exports={
|
|
77974
78168
|
}
|
77975
78169
|
}
|
77976
78170
|
},
|
77977
|
-
"
|
78171
|
+
"Sed": {
|
77978
78172
|
"type": "structure",
|
77979
78173
|
"members": {
|
77980
78174
|
"Arn": {},
|
@@ -77990,7 +78184,7 @@ module.exports={
|
|
77990
78184
|
}
|
77991
78185
|
}
|
77992
78186
|
},
|
77993
|
-
"
|
78187
|
+
"Seh": {
|
77994
78188
|
"type": "structure",
|
77995
78189
|
"members": {
|
77996
78190
|
"Arn": {},
|
@@ -78005,7 +78199,7 @@ module.exports={
|
|
78005
78199
|
}
|
78006
78200
|
}
|
78007
78201
|
},
|
78008
|
-
"
|
78202
|
+
"Ser": {
|
78009
78203
|
"type": "structure",
|
78010
78204
|
"members": {
|
78011
78205
|
"HoursOfOperationId": {},
|
@@ -78025,14 +78219,14 @@ module.exports={
|
|
78025
78219
|
"LastModifiedRegion": {}
|
78026
78220
|
}
|
78027
78221
|
},
|
78028
|
-
"
|
78222
|
+
"Sf1": {
|
78029
78223
|
"type": "structure",
|
78030
78224
|
"members": {
|
78031
78225
|
"AttributeType": {},
|
78032
78226
|
"Value": {}
|
78033
78227
|
}
|
78034
78228
|
},
|
78035
|
-
"
|
78229
|
+
"Sff": {
|
78036
78230
|
"type": "structure",
|
78037
78231
|
"members": {
|
78038
78232
|
"Name": {},
|
@@ -78045,7 +78239,7 @@ module.exports={
|
|
78045
78239
|
"LastModifiedRegion": {}
|
78046
78240
|
}
|
78047
78241
|
},
|
78048
|
-
"
|
78242
|
+
"Sfi": {
|
78049
78243
|
"type": "structure",
|
78050
78244
|
"members": {
|
78051
78245
|
"PromptARN": {},
|
@@ -78061,7 +78255,7 @@ module.exports={
|
|
78061
78255
|
"LastModifiedRegion": {}
|
78062
78256
|
}
|
78063
78257
|
},
|
78064
|
-
"
|
78258
|
+
"Sfl": {
|
78065
78259
|
"type": "structure",
|
78066
78260
|
"members": {
|
78067
78261
|
"Name": {},
|
@@ -78085,7 +78279,7 @@ module.exports={
|
|
78085
78279
|
"LastModifiedRegion": {}
|
78086
78280
|
}
|
78087
78281
|
},
|
78088
|
-
"
|
78282
|
+
"Sfp": {
|
78089
78283
|
"type": "structure",
|
78090
78284
|
"members": {
|
78091
78285
|
"QuickConnectARN": {},
|
@@ -78104,7 +78298,7 @@ module.exports={
|
|
78104
78298
|
"LastModifiedRegion": {}
|
78105
78299
|
}
|
78106
78300
|
},
|
78107
|
-
"
|
78301
|
+
"Sfs": {
|
78108
78302
|
"type": "structure",
|
78109
78303
|
"members": {
|
78110
78304
|
"InstanceId": {},
|
@@ -78135,7 +78329,7 @@ module.exports={
|
|
78135
78329
|
}
|
78136
78330
|
}
|
78137
78331
|
},
|
78138
|
-
"
|
78332
|
+
"Sge": {
|
78139
78333
|
"type": "structure",
|
78140
78334
|
"members": {
|
78141
78335
|
"Id": {},
|
@@ -78147,7 +78341,7 @@ module.exports={
|
|
78147
78341
|
"LastModifiedRegion": {}
|
78148
78342
|
}
|
78149
78343
|
},
|
78150
|
-
"
|
78344
|
+
"Sgi": {
|
78151
78345
|
"type": "structure",
|
78152
78346
|
"members": {
|
78153
78347
|
"Id": {},
|
@@ -78159,18 +78353,18 @@ module.exports={
|
|
78159
78353
|
"LastModifiedRegion": {}
|
78160
78354
|
}
|
78161
78355
|
},
|
78162
|
-
"
|
78356
|
+
"Shj": {
|
78163
78357
|
"type": "structure",
|
78164
78358
|
"members": {
|
78165
78359
|
"Queues": {
|
78166
|
-
"shape": "
|
78360
|
+
"shape": "Shk"
|
78167
78361
|
},
|
78168
78362
|
"Channels": {
|
78169
78363
|
"type": "list",
|
78170
78364
|
"member": {}
|
78171
78365
|
},
|
78172
78366
|
"RoutingProfiles": {
|
78173
|
-
"shape": "
|
78367
|
+
"shape": "Shm"
|
78174
78368
|
},
|
78175
78369
|
"RoutingStepExpressions": {
|
78176
78370
|
"type": "list",
|
@@ -78178,71 +78372,71 @@ module.exports={
|
|
78178
78372
|
}
|
78179
78373
|
}
|
78180
78374
|
},
|
78181
|
-
"
|
78375
|
+
"Shk": {
|
78182
78376
|
"type": "list",
|
78183
78377
|
"member": {}
|
78184
78378
|
},
|
78185
|
-
"
|
78379
|
+
"Shm": {
|
78186
78380
|
"type": "list",
|
78187
78381
|
"member": {}
|
78188
78382
|
},
|
78189
|
-
"
|
78383
|
+
"Shp": {
|
78190
78384
|
"type": "list",
|
78191
78385
|
"member": {}
|
78192
78386
|
},
|
78193
|
-
"
|
78387
|
+
"Shs": {
|
78194
78388
|
"type": "structure",
|
78195
78389
|
"members": {
|
78196
78390
|
"Name": {},
|
78197
78391
|
"Unit": {}
|
78198
78392
|
}
|
78199
78393
|
},
|
78200
|
-
"
|
78394
|
+
"Si3": {
|
78201
78395
|
"type": "structure",
|
78202
78396
|
"members": {
|
78203
78397
|
"Queue": {
|
78204
|
-
"shape": "
|
78398
|
+
"shape": "Si4"
|
78205
78399
|
},
|
78206
78400
|
"Channel": {},
|
78207
78401
|
"RoutingProfile": {
|
78208
|
-
"shape": "
|
78402
|
+
"shape": "Si5"
|
78209
78403
|
},
|
78210
78404
|
"RoutingStepExpression": {}
|
78211
78405
|
}
|
78212
78406
|
},
|
78213
|
-
"
|
78407
|
+
"Si4": {
|
78214
78408
|
"type": "structure",
|
78215
78409
|
"members": {
|
78216
78410
|
"Id": {},
|
78217
78411
|
"Arn": {}
|
78218
78412
|
}
|
78219
78413
|
},
|
78220
|
-
"
|
78414
|
+
"Si5": {
|
78221
78415
|
"type": "structure",
|
78222
78416
|
"members": {
|
78223
78417
|
"Id": {},
|
78224
78418
|
"Arn": {}
|
78225
78419
|
}
|
78226
78420
|
},
|
78227
|
-
"
|
78421
|
+
"Sim": {
|
78228
78422
|
"type": "structure",
|
78229
78423
|
"members": {
|
78230
78424
|
"Id": {},
|
78231
78425
|
"Arn": {}
|
78232
78426
|
}
|
78233
78427
|
},
|
78234
|
-
"
|
78428
|
+
"Sio": {
|
78235
78429
|
"type": "map",
|
78236
78430
|
"key": {},
|
78237
78431
|
"value": {
|
78238
78432
|
"type": "integer"
|
78239
78433
|
}
|
78240
78434
|
},
|
78241
|
-
"
|
78435
|
+
"Siv": {
|
78242
78436
|
"type": "string",
|
78243
78437
|
"sensitive": true
|
78244
78438
|
},
|
78245
|
-
"
|
78439
|
+
"Sj0": {
|
78246
78440
|
"type": "structure",
|
78247
78441
|
"members": {
|
78248
78442
|
"Name": {},
|
@@ -78259,7 +78453,7 @@ module.exports={
|
|
78259
78453
|
"Unit": {}
|
78260
78454
|
}
|
78261
78455
|
},
|
78262
|
-
"
|
78456
|
+
"Sjl": {
|
78263
78457
|
"type": "structure",
|
78264
78458
|
"members": {
|
78265
78459
|
"Name": {},
|
@@ -78293,18 +78487,18 @@ module.exports={
|
|
78293
78487
|
}
|
78294
78488
|
}
|
78295
78489
|
},
|
78296
|
-
"
|
78490
|
+
"Ska": {
|
78297
78491
|
"type": "structure",
|
78298
78492
|
"required": [
|
78299
78493
|
"Distributions"
|
78300
78494
|
],
|
78301
78495
|
"members": {
|
78302
78496
|
"Distributions": {
|
78303
|
-
"shape": "
|
78497
|
+
"shape": "Skb"
|
78304
78498
|
}
|
78305
78499
|
}
|
78306
78500
|
},
|
78307
|
-
"
|
78501
|
+
"Skb": {
|
78308
78502
|
"type": "list",
|
78309
78503
|
"member": {
|
78310
78504
|
"type": "structure",
|
@@ -78320,7 +78514,7 @@ module.exports={
|
|
78320
78514
|
}
|
78321
78515
|
}
|
78322
78516
|
},
|
78323
|
-
"
|
78517
|
+
"Skf": {
|
78324
78518
|
"type": "structure",
|
78325
78519
|
"required": [
|
78326
78520
|
"Distributions"
|
@@ -78344,26 +78538,26 @@ module.exports={
|
|
78344
78538
|
}
|
78345
78539
|
}
|
78346
78540
|
},
|
78347
|
-
"
|
78541
|
+
"Ski": {
|
78348
78542
|
"type": "structure",
|
78349
78543
|
"required": [
|
78350
78544
|
"Distributions"
|
78351
78545
|
],
|
78352
78546
|
"members": {
|
78353
78547
|
"Distributions": {
|
78354
|
-
"shape": "
|
78548
|
+
"shape": "Skb"
|
78355
78549
|
}
|
78356
78550
|
}
|
78357
78551
|
},
|
78358
|
-
"
|
78552
|
+
"Smy": {
|
78359
78553
|
"type": "list",
|
78360
78554
|
"member": {}
|
78361
78555
|
},
|
78362
|
-
"
|
78556
|
+
"Smz": {
|
78363
78557
|
"type": "list",
|
78364
78558
|
"member": {}
|
78365
78559
|
},
|
78366
|
-
"
|
78560
|
+
"Snk": {
|
78367
78561
|
"type": "list",
|
78368
78562
|
"member": {
|
78369
78563
|
"type": "structure",
|
@@ -78379,7 +78573,7 @@ module.exports={
|
|
78379
78573
|
}
|
78380
78574
|
}
|
78381
78575
|
},
|
78382
|
-
"
|
78576
|
+
"So9": {
|
78383
78577
|
"type": "structure",
|
78384
78578
|
"members": {
|
78385
78579
|
"AbsoluteTime": {
|
@@ -78389,7 +78583,7 @@ module.exports={
|
|
78389
78583
|
},
|
78390
78584
|
"union": true
|
78391
78585
|
},
|
78392
|
-
"
|
78586
|
+
"Sod": {
|
78393
78587
|
"type": "structure",
|
78394
78588
|
"required": [
|
78395
78589
|
"BeginOffsetChar",
|
@@ -78404,57 +78598,57 @@ module.exports={
|
|
78404
78598
|
}
|
78405
78599
|
}
|
78406
78600
|
},
|
78407
|
-
"
|
78601
|
+
"Srg": {
|
78408
78602
|
"type": "structure",
|
78409
78603
|
"members": {
|
78410
78604
|
"OrConditions": {
|
78411
78605
|
"type": "list",
|
78412
78606
|
"member": {
|
78413
|
-
"shape": "
|
78607
|
+
"shape": "Sri"
|
78414
78608
|
}
|
78415
78609
|
},
|
78416
78610
|
"AndConditions": {
|
78417
|
-
"shape": "
|
78611
|
+
"shape": "Sri"
|
78418
78612
|
},
|
78419
78613
|
"TagCondition": {
|
78420
|
-
"shape": "
|
78614
|
+
"shape": "Srj"
|
78421
78615
|
}
|
78422
78616
|
}
|
78423
78617
|
},
|
78424
|
-
"
|
78618
|
+
"Sri": {
|
78425
78619
|
"type": "list",
|
78426
78620
|
"member": {
|
78427
|
-
"shape": "
|
78621
|
+
"shape": "Srj"
|
78428
78622
|
}
|
78429
78623
|
},
|
78430
|
-
"
|
78624
|
+
"Srj": {
|
78431
78625
|
"type": "structure",
|
78432
78626
|
"members": {
|
78433
78627
|
"TagKey": {},
|
78434
78628
|
"TagValue": {}
|
78435
78629
|
}
|
78436
78630
|
},
|
78437
|
-
"
|
78631
|
+
"Srk": {
|
78438
78632
|
"type": "structure",
|
78439
78633
|
"members": {
|
78440
78634
|
"OrConditions": {
|
78441
|
-
"shape": "
|
78635
|
+
"shape": "Srl"
|
78442
78636
|
},
|
78443
78637
|
"AndConditions": {
|
78444
|
-
"shape": "
|
78638
|
+
"shape": "Srl"
|
78445
78639
|
},
|
78446
78640
|
"StringCondition": {
|
78447
|
-
"shape": "
|
78641
|
+
"shape": "Srm"
|
78448
78642
|
}
|
78449
78643
|
}
|
78450
78644
|
},
|
78451
|
-
"
|
78645
|
+
"Srl": {
|
78452
78646
|
"type": "list",
|
78453
78647
|
"member": {
|
78454
|
-
"shape": "
|
78648
|
+
"shape": "Srk"
|
78455
78649
|
}
|
78456
78650
|
},
|
78457
|
-
"
|
78651
|
+
"Srm": {
|
78458
78652
|
"type": "structure",
|
78459
78653
|
"members": {
|
78460
78654
|
"FieldName": {},
|
@@ -78462,220 +78656,220 @@ module.exports={
|
|
78462
78656
|
"ComparisonType": {}
|
78463
78657
|
}
|
78464
78658
|
},
|
78465
|
-
"
|
78659
|
+
"Srs": {
|
78466
78660
|
"type": "structure",
|
78467
78661
|
"members": {
|
78468
78662
|
"OrConditions": {
|
78469
|
-
"shape": "
|
78663
|
+
"shape": "Srt"
|
78470
78664
|
},
|
78471
78665
|
"AndConditions": {
|
78472
|
-
"shape": "
|
78666
|
+
"shape": "Srt"
|
78473
78667
|
},
|
78474
78668
|
"StringCondition": {
|
78475
|
-
"shape": "
|
78669
|
+
"shape": "Srm"
|
78476
78670
|
},
|
78477
78671
|
"TypeCondition": {},
|
78478
78672
|
"StateCondition": {},
|
78479
78673
|
"StatusCondition": {}
|
78480
78674
|
}
|
78481
78675
|
},
|
78482
|
-
"
|
78676
|
+
"Srt": {
|
78483
78677
|
"type": "list",
|
78484
78678
|
"member": {
|
78485
|
-
"shape": "
|
78679
|
+
"shape": "Srs"
|
78486
78680
|
}
|
78487
78681
|
},
|
78488
|
-
"
|
78682
|
+
"Ss2": {
|
78489
78683
|
"type": "list",
|
78490
78684
|
"member": {}
|
78491
78685
|
},
|
78492
|
-
"
|
78686
|
+
"Sst": {
|
78493
78687
|
"type": "structure",
|
78494
78688
|
"members": {
|
78495
78689
|
"OrConditions": {
|
78496
|
-
"shape": "
|
78690
|
+
"shape": "Ssu"
|
78497
78691
|
},
|
78498
78692
|
"AndConditions": {
|
78499
|
-
"shape": "
|
78693
|
+
"shape": "Ssu"
|
78500
78694
|
},
|
78501
78695
|
"StringCondition": {
|
78502
|
-
"shape": "
|
78696
|
+
"shape": "Srm"
|
78503
78697
|
}
|
78504
78698
|
}
|
78505
78699
|
},
|
78506
|
-
"
|
78700
|
+
"Ssu": {
|
78507
78701
|
"type": "list",
|
78508
78702
|
"member": {
|
78509
|
-
"shape": "
|
78703
|
+
"shape": "Sst"
|
78510
78704
|
}
|
78511
78705
|
},
|
78512
|
-
"
|
78706
|
+
"Ssy": {
|
78513
78707
|
"type": "structure",
|
78514
78708
|
"members": {
|
78515
78709
|
"OrConditions": {
|
78516
|
-
"shape": "
|
78710
|
+
"shape": "Ssz"
|
78517
78711
|
},
|
78518
78712
|
"AndConditions": {
|
78519
|
-
"shape": "
|
78713
|
+
"shape": "Ssz"
|
78520
78714
|
},
|
78521
78715
|
"StringCondition": {
|
78522
|
-
"shape": "
|
78716
|
+
"shape": "Srm"
|
78523
78717
|
}
|
78524
78718
|
}
|
78525
78719
|
},
|
78526
|
-
"
|
78720
|
+
"Ssz": {
|
78527
78721
|
"type": "list",
|
78528
78722
|
"member": {
|
78529
|
-
"shape": "
|
78723
|
+
"shape": "Ssy"
|
78530
78724
|
}
|
78531
78725
|
},
|
78532
|
-
"
|
78726
|
+
"St4": {
|
78533
78727
|
"type": "structure",
|
78534
78728
|
"members": {
|
78535
78729
|
"OrConditions": {
|
78536
|
-
"shape": "
|
78730
|
+
"shape": "St5"
|
78537
78731
|
},
|
78538
78732
|
"AndConditions": {
|
78539
|
-
"shape": "
|
78733
|
+
"shape": "St5"
|
78540
78734
|
},
|
78541
78735
|
"StringCondition": {
|
78542
|
-
"shape": "
|
78736
|
+
"shape": "Srm"
|
78543
78737
|
}
|
78544
78738
|
}
|
78545
78739
|
},
|
78546
|
-
"
|
78740
|
+
"St5": {
|
78547
78741
|
"type": "list",
|
78548
78742
|
"member": {
|
78549
|
-
"shape": "
|
78743
|
+
"shape": "St4"
|
78550
78744
|
}
|
78551
78745
|
},
|
78552
|
-
"
|
78746
|
+
"Stb": {
|
78553
78747
|
"type": "structure",
|
78554
78748
|
"members": {
|
78555
78749
|
"OrConditions": {
|
78556
|
-
"shape": "
|
78750
|
+
"shape": "Stc"
|
78557
78751
|
},
|
78558
78752
|
"AndConditions": {
|
78559
|
-
"shape": "
|
78753
|
+
"shape": "Stc"
|
78560
78754
|
},
|
78561
78755
|
"StringCondition": {
|
78562
|
-
"shape": "
|
78756
|
+
"shape": "Srm"
|
78563
78757
|
},
|
78564
78758
|
"QueueTypeCondition": {}
|
78565
78759
|
}
|
78566
78760
|
},
|
78567
|
-
"
|
78761
|
+
"Stc": {
|
78568
78762
|
"type": "list",
|
78569
78763
|
"member": {
|
78570
|
-
"shape": "
|
78764
|
+
"shape": "Stb"
|
78571
78765
|
}
|
78572
78766
|
},
|
78573
|
-
"
|
78767
|
+
"Sti": {
|
78574
78768
|
"type": "structure",
|
78575
78769
|
"members": {
|
78576
78770
|
"OrConditions": {
|
78577
|
-
"shape": "
|
78771
|
+
"shape": "Stj"
|
78578
78772
|
},
|
78579
78773
|
"AndConditions": {
|
78580
|
-
"shape": "
|
78774
|
+
"shape": "Stj"
|
78581
78775
|
},
|
78582
78776
|
"StringCondition": {
|
78583
|
-
"shape": "
|
78777
|
+
"shape": "Srm"
|
78584
78778
|
}
|
78585
78779
|
}
|
78586
78780
|
},
|
78587
|
-
"
|
78781
|
+
"Stj": {
|
78588
78782
|
"type": "list",
|
78589
78783
|
"member": {
|
78590
|
-
"shape": "
|
78784
|
+
"shape": "Sti"
|
78591
78785
|
}
|
78592
78786
|
},
|
78593
|
-
"
|
78787
|
+
"Stx": {
|
78594
78788
|
"type": "structure",
|
78595
78789
|
"members": {
|
78596
78790
|
"OrConditions": {
|
78597
|
-
"shape": "
|
78791
|
+
"shape": "Sty"
|
78598
78792
|
},
|
78599
78793
|
"AndConditions": {
|
78600
|
-
"shape": "
|
78794
|
+
"shape": "Sty"
|
78601
78795
|
},
|
78602
78796
|
"StringCondition": {
|
78603
|
-
"shape": "
|
78797
|
+
"shape": "Srm"
|
78604
78798
|
}
|
78605
78799
|
}
|
78606
78800
|
},
|
78607
|
-
"
|
78801
|
+
"Sty": {
|
78608
78802
|
"type": "list",
|
78609
78803
|
"member": {
|
78610
|
-
"shape": "
|
78804
|
+
"shape": "Stx"
|
78611
78805
|
}
|
78612
78806
|
},
|
78613
|
-
"
|
78807
|
+
"Su2": {
|
78614
78808
|
"type": "structure",
|
78615
78809
|
"members": {
|
78616
78810
|
"OrConditions": {
|
78617
|
-
"shape": "
|
78811
|
+
"shape": "Su3"
|
78618
78812
|
},
|
78619
78813
|
"AndConditions": {
|
78620
|
-
"shape": "
|
78814
|
+
"shape": "Su3"
|
78621
78815
|
},
|
78622
78816
|
"StringCondition": {
|
78623
|
-
"shape": "
|
78817
|
+
"shape": "Srm"
|
78624
78818
|
}
|
78625
78819
|
}
|
78626
78820
|
},
|
78627
|
-
"
|
78821
|
+
"Su3": {
|
78628
78822
|
"type": "list",
|
78629
78823
|
"member": {
|
78630
|
-
"shape": "
|
78824
|
+
"shape": "Su2"
|
78631
78825
|
}
|
78632
78826
|
},
|
78633
|
-
"
|
78827
|
+
"Suc": {
|
78634
78828
|
"type": "structure",
|
78635
78829
|
"members": {
|
78636
78830
|
"TagConditions": {
|
78637
|
-
"shape": "
|
78831
|
+
"shape": "Sri"
|
78638
78832
|
},
|
78639
78833
|
"HierarchyGroupCondition": {
|
78640
|
-
"shape": "
|
78834
|
+
"shape": "Sud"
|
78641
78835
|
}
|
78642
78836
|
}
|
78643
78837
|
},
|
78644
|
-
"
|
78838
|
+
"Sud": {
|
78645
78839
|
"type": "structure",
|
78646
78840
|
"members": {
|
78647
78841
|
"Value": {},
|
78648
78842
|
"HierarchyGroupMatchType": {}
|
78649
78843
|
}
|
78650
78844
|
},
|
78651
|
-
"
|
78845
|
+
"Suf": {
|
78652
78846
|
"type": "structure",
|
78653
78847
|
"members": {
|
78654
78848
|
"OrConditions": {
|
78655
|
-
"shape": "
|
78849
|
+
"shape": "Sug"
|
78656
78850
|
},
|
78657
78851
|
"AndConditions": {
|
78658
|
-
"shape": "
|
78852
|
+
"shape": "Sug"
|
78659
78853
|
},
|
78660
78854
|
"StringCondition": {
|
78661
|
-
"shape": "
|
78855
|
+
"shape": "Srm"
|
78662
78856
|
},
|
78663
78857
|
"HierarchyGroupCondition": {
|
78664
|
-
"shape": "
|
78858
|
+
"shape": "Sud"
|
78665
78859
|
}
|
78666
78860
|
}
|
78667
78861
|
},
|
78668
|
-
"
|
78862
|
+
"Sug": {
|
78669
78863
|
"type": "list",
|
78670
78864
|
"member": {
|
78671
|
-
"shape": "
|
78865
|
+
"shape": "Suf"
|
78672
78866
|
}
|
78673
78867
|
},
|
78674
|
-
"
|
78868
|
+
"Suy": {
|
78675
78869
|
"type": "list",
|
78676
78870
|
"member": {}
|
78677
78871
|
},
|
78678
|
-
"
|
78872
|
+
"Sv0": {
|
78679
78873
|
"type": "structure",
|
78680
78874
|
"required": [
|
78681
78875
|
"DisplayName"
|
@@ -78684,7 +78878,7 @@ module.exports={
|
|
78684
78878
|
"DisplayName": {}
|
78685
78879
|
}
|
78686
78880
|
},
|
78687
|
-
"
|
78881
|
+
"Sv1": {
|
78688
78882
|
"type": "structure",
|
78689
78883
|
"required": [
|
78690
78884
|
"StreamingEndpointArn"
|
@@ -78693,25 +78887,19 @@ module.exports={
|
|
78693
78887
|
"StreamingEndpointArn": {}
|
78694
78888
|
}
|
78695
78889
|
},
|
78696
|
-
"
|
78697
|
-
"type": "structure",
|
78698
|
-
"members": {
|
78699
|
-
"Video": {}
|
78700
|
-
}
|
78701
|
-
},
|
78702
|
-
"Svo": {
|
78890
|
+
"Swi": {
|
78703
78891
|
"type": "map",
|
78704
78892
|
"key": {},
|
78705
78893
|
"value": {
|
78706
78894
|
"type": "structure",
|
78707
78895
|
"members": {
|
78708
78896
|
"Value": {
|
78709
|
-
"shape": "
|
78897
|
+
"shape": "Se2"
|
78710
78898
|
}
|
78711
78899
|
}
|
78712
78900
|
}
|
78713
78901
|
},
|
78714
|
-
"
|
78902
|
+
"Syu": {
|
78715
78903
|
"type": "structure",
|
78716
78904
|
"required": [
|
78717
78905
|
"Name"
|
@@ -274977,7 +275165,7 @@ AWS.util.update(AWS, {
|
|
274977
275165
|
/**
|
274978
275166
|
* @constant
|
274979
275167
|
*/
|
274980
|
-
VERSION: '2.
|
275168
|
+
VERSION: '2.1630.0',
|
274981
275169
|
|
274982
275170
|
/**
|
274983
275171
|
* @api private
|
@@ -297239,7 +297427,7 @@ var LRUCache = /** @class */ (function () {
|
|
297239
297427
|
}());
|
297240
297428
|
exports.LRUCache = LRUCache;
|
297241
297429
|
},{}],467:[function(require,module,exports){
|
297242
|
-
// AWS SDK for JavaScript v2.
|
297430
|
+
// AWS SDK for JavaScript v2.1630.0
|
297243
297431
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
297244
297432
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
297245
297433
|
require('./browser_loader');
|