aws-sdk 2.1414.0 → 2.1415.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/CHANGELOG.md +14 -1
- package/README.md +1 -1
- package/apis/cognito-idp-2016-04-18.min.json +6 -2
- package/apis/connect-2017-08-08.min.json +223 -177
- package/apis/datasync-2018-11-09.min.json +11 -2
- package/apis/dms-2016-01-01.min.json +148 -146
- package/apis/fsx-2018-03-01.min.json +236 -131
- package/apis/mediatailor-2018-04-23.min.json +4 -3
- package/apis/personalize-2018-05-22.min.json +40 -6
- package/apis/proton-2020-07-20.min.json +400 -151
- package/apis/proton-2020-07-20.paginators.json +6 -0
- package/apis/s3-2006-03-01.examples.json +92 -92
- package/apis/sagemaker-2017-07-24.min.json +730 -723
- package/apis/secretsmanager-2017-10-17.examples.json +1 -1
- package/clients/connect.d.ts +38 -2
- package/clients/datasync.d.ts +24 -12
- package/clients/dms.d.ts +9 -0
- package/clients/ec2.d.ts +1 -1
- package/clients/fsx.d.ts +134 -4
- package/clients/iam.d.ts +27 -27
- package/clients/mediatailor.d.ts +6 -1
- package/clients/personalize.d.ts +52 -2
- package/clients/proton.d.ts +414 -0
- package/clients/s3.d.ts +4 -4
- package/clients/sagemaker.d.ts +21 -1
- package/clients/secretsmanager.d.ts +3 -3
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +11 -11
- package/dist/aws-sdk.js +272 -188
- package/dist/aws-sdk.min.js +84 -83
- 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.1415.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){
|
@@ -54098,7 +54098,10 @@ module.exports={
|
|
54098
54098
|
"Session": {
|
54099
54099
|
"shape": "S1s"
|
54100
54100
|
},
|
54101
|
-
"UserCode": {
|
54101
|
+
"UserCode": {
|
54102
|
+
"type": "string",
|
54103
|
+
"sensitive": true
|
54104
|
+
},
|
54102
54105
|
"FriendlyDeviceName": {}
|
54103
54106
|
}
|
54104
54107
|
},
|
@@ -54409,7 +54412,8 @@ module.exports={
|
|
54409
54412
|
"members": {
|
54410
54413
|
"IpAddress": {},
|
54411
54414
|
"EncodedData": {}
|
54412
|
-
}
|
54415
|
+
},
|
54416
|
+
"sensitive": true
|
54413
54417
|
},
|
54414
54418
|
"S43": {
|
54415
54419
|
"type": "map",
|
@@ -65663,6 +65667,29 @@ module.exports={
|
|
65663
65667
|
}
|
65664
65668
|
}
|
65665
65669
|
},
|
65670
|
+
"DeleteQueue": {
|
65671
|
+
"http": {
|
65672
|
+
"method": "DELETE",
|
65673
|
+
"requestUri": "/queues/{InstanceId}/{QueueId}"
|
65674
|
+
},
|
65675
|
+
"input": {
|
65676
|
+
"type": "structure",
|
65677
|
+
"required": [
|
65678
|
+
"InstanceId",
|
65679
|
+
"QueueId"
|
65680
|
+
],
|
65681
|
+
"members": {
|
65682
|
+
"InstanceId": {
|
65683
|
+
"location": "uri",
|
65684
|
+
"locationName": "InstanceId"
|
65685
|
+
},
|
65686
|
+
"QueueId": {
|
65687
|
+
"location": "uri",
|
65688
|
+
"locationName": "QueueId"
|
65689
|
+
}
|
65690
|
+
}
|
65691
|
+
}
|
65692
|
+
},
|
65666
65693
|
"DeleteQuickConnect": {
|
65667
65694
|
"http": {
|
65668
65695
|
"method": "DELETE",
|
@@ -65686,6 +65713,29 @@ module.exports={
|
|
65686
65713
|
}
|
65687
65714
|
}
|
65688
65715
|
},
|
65716
|
+
"DeleteRoutingProfile": {
|
65717
|
+
"http": {
|
65718
|
+
"method": "DELETE",
|
65719
|
+
"requestUri": "/routing-profiles/{InstanceId}/{RoutingProfileId}"
|
65720
|
+
},
|
65721
|
+
"input": {
|
65722
|
+
"type": "structure",
|
65723
|
+
"required": [
|
65724
|
+
"InstanceId",
|
65725
|
+
"RoutingProfileId"
|
65726
|
+
],
|
65727
|
+
"members": {
|
65728
|
+
"InstanceId": {
|
65729
|
+
"location": "uri",
|
65730
|
+
"locationName": "InstanceId"
|
65731
|
+
},
|
65732
|
+
"RoutingProfileId": {
|
65733
|
+
"location": "uri",
|
65734
|
+
"locationName": "RoutingProfileId"
|
65735
|
+
}
|
65736
|
+
}
|
65737
|
+
}
|
65738
|
+
},
|
65689
65739
|
"DeleteRule": {
|
65690
65740
|
"http": {
|
65691
65741
|
"method": "DELETE",
|
@@ -66068,7 +66118,7 @@ module.exports={
|
|
66068
66118
|
"EvaluatorArn": {},
|
66069
66119
|
"ContactAgentId": {},
|
66070
66120
|
"Score": {
|
66071
|
-
"shape": "
|
66121
|
+
"shape": "S9c"
|
66072
66122
|
}
|
66073
66123
|
}
|
66074
66124
|
},
|
@@ -66079,23 +66129,23 @@ module.exports={
|
|
66079
66129
|
"type": "structure",
|
66080
66130
|
"members": {
|
66081
66131
|
"Value": {
|
66082
|
-
"shape": "
|
66132
|
+
"shape": "S9g"
|
66083
66133
|
},
|
66084
66134
|
"SystemSuggestedValue": {
|
66085
|
-
"shape": "
|
66135
|
+
"shape": "S9g"
|
66086
66136
|
}
|
66087
66137
|
}
|
66088
66138
|
}
|
66089
66139
|
},
|
66090
66140
|
"Notes": {
|
66091
|
-
"shape": "
|
66141
|
+
"shape": "S9j"
|
66092
66142
|
},
|
66093
66143
|
"Status": {},
|
66094
66144
|
"Scores": {
|
66095
66145
|
"type": "map",
|
66096
66146
|
"key": {},
|
66097
66147
|
"value": {
|
66098
|
-
"shape": "
|
66148
|
+
"shape": "S9c"
|
66099
66149
|
}
|
66100
66150
|
},
|
66101
66151
|
"CreatedTime": {
|
@@ -66331,7 +66381,7 @@ module.exports={
|
|
66331
66381
|
"type": "structure",
|
66332
66382
|
"members": {
|
66333
66383
|
"HoursOfOperation": {
|
66334
|
-
"shape": "
|
66384
|
+
"shape": "Sa6"
|
66335
66385
|
}
|
66336
66386
|
}
|
66337
66387
|
}
|
@@ -66414,7 +66464,7 @@ module.exports={
|
|
66414
66464
|
"type": "structure",
|
66415
66465
|
"members": {
|
66416
66466
|
"Attribute": {
|
66417
|
-
"shape": "
|
66467
|
+
"shape": "Sag"
|
66418
66468
|
}
|
66419
66469
|
}
|
66420
66470
|
}
|
@@ -66526,7 +66576,7 @@ module.exports={
|
|
66526
66576
|
"type": "structure",
|
66527
66577
|
"members": {
|
66528
66578
|
"Prompt": {
|
66529
|
-
"shape": "
|
66579
|
+
"shape": "Sau"
|
66530
66580
|
}
|
66531
66581
|
}
|
66532
66582
|
}
|
@@ -66557,7 +66607,7 @@ module.exports={
|
|
66557
66607
|
"type": "structure",
|
66558
66608
|
"members": {
|
66559
66609
|
"Queue": {
|
66560
|
-
"shape": "
|
66610
|
+
"shape": "Sax"
|
66561
66611
|
}
|
66562
66612
|
}
|
66563
66613
|
}
|
@@ -66588,7 +66638,7 @@ module.exports={
|
|
66588
66638
|
"type": "structure",
|
66589
66639
|
"members": {
|
66590
66640
|
"QuickConnect": {
|
66591
|
-
"shape": "
|
66641
|
+
"shape": "Sb1"
|
66592
66642
|
}
|
66593
66643
|
}
|
66594
66644
|
}
|
@@ -66619,7 +66669,7 @@ module.exports={
|
|
66619
66669
|
"type": "structure",
|
66620
66670
|
"members": {
|
66621
66671
|
"RoutingProfile": {
|
66622
|
-
"shape": "
|
66672
|
+
"shape": "Sb4"
|
66623
66673
|
}
|
66624
66674
|
}
|
66625
66675
|
}
|
@@ -66864,19 +66914,19 @@ module.exports={
|
|
66864
66914
|
"type": "structure",
|
66865
66915
|
"members": {
|
66866
66916
|
"LevelOne": {
|
66867
|
-
"shape": "
|
66917
|
+
"shape": "Sbq"
|
66868
66918
|
},
|
66869
66919
|
"LevelTwo": {
|
66870
|
-
"shape": "
|
66920
|
+
"shape": "Sbq"
|
66871
66921
|
},
|
66872
66922
|
"LevelThree": {
|
66873
|
-
"shape": "
|
66923
|
+
"shape": "Sbq"
|
66874
66924
|
},
|
66875
66925
|
"LevelFour": {
|
66876
|
-
"shape": "
|
66926
|
+
"shape": "Sbq"
|
66877
66927
|
},
|
66878
66928
|
"LevelFive": {
|
66879
|
-
"shape": "
|
66929
|
+
"shape": "Sbq"
|
66880
66930
|
}
|
66881
66931
|
}
|
66882
66932
|
},
|
@@ -66912,19 +66962,19 @@ module.exports={
|
|
66912
66962
|
"type": "structure",
|
66913
66963
|
"members": {
|
66914
66964
|
"LevelOne": {
|
66915
|
-
"shape": "
|
66965
|
+
"shape": "Sbu"
|
66916
66966
|
},
|
66917
66967
|
"LevelTwo": {
|
66918
|
-
"shape": "
|
66968
|
+
"shape": "Sbu"
|
66919
66969
|
},
|
66920
66970
|
"LevelThree": {
|
66921
|
-
"shape": "
|
66971
|
+
"shape": "Sbu"
|
66922
66972
|
},
|
66923
66973
|
"LevelFour": {
|
66924
|
-
"shape": "
|
66974
|
+
"shape": "Sbu"
|
66925
66975
|
},
|
66926
66976
|
"LevelFive": {
|
66927
|
-
"shape": "
|
66977
|
+
"shape": "Sbu"
|
66928
66978
|
}
|
66929
66979
|
}
|
66930
66980
|
}
|
@@ -67268,7 +67318,7 @@ module.exports={
|
|
67268
67318
|
"type": "structure",
|
67269
67319
|
"members": {
|
67270
67320
|
"Attributes": {
|
67271
|
-
"shape": "
|
67321
|
+
"shape": "Scf"
|
67272
67322
|
}
|
67273
67323
|
}
|
67274
67324
|
}
|
@@ -67290,15 +67340,15 @@ module.exports={
|
|
67290
67340
|
"locationName": "InstanceId"
|
67291
67341
|
},
|
67292
67342
|
"Filters": {
|
67293
|
-
"shape": "
|
67343
|
+
"shape": "Scj"
|
67294
67344
|
},
|
67295
67345
|
"Groupings": {
|
67296
|
-
"shape": "
|
67346
|
+
"shape": "Scn"
|
67297
67347
|
},
|
67298
67348
|
"CurrentMetrics": {
|
67299
67349
|
"type": "list",
|
67300
67350
|
"member": {
|
67301
|
-
"shape": "
|
67351
|
+
"shape": "Scq"
|
67302
67352
|
}
|
67303
67353
|
},
|
67304
67354
|
"NextToken": {},
|
@@ -67327,7 +67377,7 @@ module.exports={
|
|
67327
67377
|
"type": "structure",
|
67328
67378
|
"members": {
|
67329
67379
|
"Dimensions": {
|
67330
|
-
"shape": "
|
67380
|
+
"shape": "Sd1"
|
67331
67381
|
},
|
67332
67382
|
"Collections": {
|
67333
67383
|
"type": "list",
|
@@ -67335,7 +67385,7 @@ module.exports={
|
|
67335
67385
|
"type": "structure",
|
67336
67386
|
"members": {
|
67337
67387
|
"Metric": {
|
67338
|
-
"shape": "
|
67388
|
+
"shape": "Scq"
|
67339
67389
|
},
|
67340
67390
|
"Value": {
|
67341
67391
|
"type": "double"
|
@@ -67374,7 +67424,7 @@ module.exports={
|
|
67374
67424
|
"type": "structure",
|
67375
67425
|
"members": {
|
67376
67426
|
"Queues": {
|
67377
|
-
"shape": "
|
67427
|
+
"shape": "Sck"
|
67378
67428
|
},
|
67379
67429
|
"ContactFilter": {
|
67380
67430
|
"type": "structure",
|
@@ -67386,7 +67436,7 @@ module.exports={
|
|
67386
67436
|
}
|
67387
67437
|
},
|
67388
67438
|
"RoutingProfiles": {
|
67389
|
-
"shape": "
|
67439
|
+
"shape": "Scm"
|
67390
67440
|
},
|
67391
67441
|
"Agents": {
|
67392
67442
|
"type": "list",
|
@@ -67421,25 +67471,25 @@ module.exports={
|
|
67421
67471
|
}
|
67422
67472
|
},
|
67423
67473
|
"RoutingProfile": {
|
67424
|
-
"shape": "
|
67474
|
+
"shape": "Sd3"
|
67425
67475
|
},
|
67426
67476
|
"HierarchyPath": {
|
67427
67477
|
"type": "structure",
|
67428
67478
|
"members": {
|
67429
67479
|
"LevelOne": {
|
67430
|
-
"shape": "
|
67480
|
+
"shape": "Sdk"
|
67431
67481
|
},
|
67432
67482
|
"LevelTwo": {
|
67433
|
-
"shape": "
|
67483
|
+
"shape": "Sdk"
|
67434
67484
|
},
|
67435
67485
|
"LevelThree": {
|
67436
|
-
"shape": "
|
67486
|
+
"shape": "Sdk"
|
67437
67487
|
},
|
67438
67488
|
"LevelFour": {
|
67439
|
-
"shape": "
|
67489
|
+
"shape": "Sdk"
|
67440
67490
|
},
|
67441
67491
|
"LevelFive": {
|
67442
|
-
"shape": "
|
67492
|
+
"shape": "Sdk"
|
67443
67493
|
}
|
67444
67494
|
}
|
67445
67495
|
},
|
@@ -67454,13 +67504,13 @@ module.exports={
|
|
67454
67504
|
}
|
67455
67505
|
},
|
67456
67506
|
"AvailableSlotsByChannel": {
|
67457
|
-
"shape": "
|
67507
|
+
"shape": "Sdm"
|
67458
67508
|
},
|
67459
67509
|
"MaxSlotsByChannel": {
|
67460
|
-
"shape": "
|
67510
|
+
"shape": "Sdm"
|
67461
67511
|
},
|
67462
67512
|
"ActiveSlotsByChannel": {
|
67463
|
-
"shape": "
|
67513
|
+
"shape": "Sdm"
|
67464
67514
|
},
|
67465
67515
|
"Contacts": {
|
67466
67516
|
"type": "list",
|
@@ -67478,7 +67528,7 @@ module.exports={
|
|
67478
67528
|
"type": "timestamp"
|
67479
67529
|
},
|
67480
67530
|
"Queue": {
|
67481
|
-
"shape": "
|
67531
|
+
"shape": "Sd2"
|
67482
67532
|
}
|
67483
67533
|
}
|
67484
67534
|
}
|
@@ -67517,13 +67567,13 @@ module.exports={
|
|
67517
67567
|
"type": "structure",
|
67518
67568
|
"members": {
|
67519
67569
|
"AccessToken": {
|
67520
|
-
"shape": "
|
67570
|
+
"shape": "Sdt"
|
67521
67571
|
},
|
67522
67572
|
"AccessTokenExpiration": {
|
67523
67573
|
"type": "timestamp"
|
67524
67574
|
},
|
67525
67575
|
"RefreshToken": {
|
67526
|
-
"shape": "
|
67576
|
+
"shape": "Sdt"
|
67527
67577
|
},
|
67528
67578
|
"RefreshTokenExpiration": {
|
67529
67579
|
"type": "timestamp"
|
@@ -67561,15 +67611,15 @@ module.exports={
|
|
67561
67611
|
"type": "timestamp"
|
67562
67612
|
},
|
67563
67613
|
"Filters": {
|
67564
|
-
"shape": "
|
67614
|
+
"shape": "Scj"
|
67565
67615
|
},
|
67566
67616
|
"Groupings": {
|
67567
|
-
"shape": "
|
67617
|
+
"shape": "Scn"
|
67568
67618
|
},
|
67569
67619
|
"HistoricalMetrics": {
|
67570
67620
|
"type": "list",
|
67571
67621
|
"member": {
|
67572
|
-
"shape": "
|
67622
|
+
"shape": "Sdw"
|
67573
67623
|
}
|
67574
67624
|
},
|
67575
67625
|
"NextToken": {},
|
@@ -67588,7 +67638,7 @@ module.exports={
|
|
67588
67638
|
"type": "structure",
|
67589
67639
|
"members": {
|
67590
67640
|
"Dimensions": {
|
67591
|
-
"shape": "
|
67641
|
+
"shape": "Sd1"
|
67592
67642
|
},
|
67593
67643
|
"Collections": {
|
67594
67644
|
"type": "list",
|
@@ -67596,7 +67646,7 @@ module.exports={
|
|
67596
67646
|
"type": "structure",
|
67597
67647
|
"members": {
|
67598
67648
|
"Metric": {
|
67599
|
-
"shape": "
|
67649
|
+
"shape": "Sdw"
|
67600
67650
|
},
|
67601
67651
|
"Value": {
|
67602
67652
|
"type": "double"
|
@@ -67651,7 +67701,7 @@ module.exports={
|
|
67651
67701
|
"Metrics": {
|
67652
67702
|
"type": "list",
|
67653
67703
|
"member": {
|
67654
|
-
"shape": "
|
67704
|
+
"shape": "Sef"
|
67655
67705
|
}
|
67656
67706
|
},
|
67657
67707
|
"NextToken": {},
|
@@ -67680,7 +67730,7 @@ module.exports={
|
|
67680
67730
|
"type": "structure",
|
67681
67731
|
"members": {
|
67682
67732
|
"Metric": {
|
67683
|
-
"shape": "
|
67733
|
+
"shape": "Sef"
|
67684
67734
|
},
|
67685
67735
|
"Value": {
|
67686
67736
|
"type": "double"
|
@@ -67806,7 +67856,7 @@ module.exports={
|
|
67806
67856
|
"type": "structure",
|
67807
67857
|
"members": {
|
67808
67858
|
"TelephonyConfig": {
|
67809
|
-
"shape": "
|
67859
|
+
"shape": "Sf3"
|
67810
67860
|
},
|
67811
67861
|
"Id": {},
|
67812
67862
|
"Arn": {}
|
@@ -68007,7 +68057,7 @@ module.exports={
|
|
68007
68057
|
"Status": {},
|
68008
68058
|
"EvaluatorArn": {},
|
68009
68059
|
"Score": {
|
68010
|
-
"shape": "
|
68060
|
+
"shape": "S9c"
|
68011
68061
|
},
|
68012
68062
|
"CreatedTime": {
|
68013
68063
|
"type": "timestamp"
|
@@ -68492,7 +68542,7 @@ module.exports={
|
|
68492
68542
|
"Attributes": {
|
68493
68543
|
"type": "list",
|
68494
68544
|
"member": {
|
68495
|
-
"shape": "
|
68545
|
+
"shape": "Sag"
|
68496
68546
|
}
|
68497
68547
|
},
|
68498
68548
|
"NextToken": {}
|
@@ -68740,12 +68790,12 @@ module.exports={
|
|
68740
68790
|
"locationName": "InstanceId"
|
68741
68791
|
},
|
68742
68792
|
"PhoneNumberTypes": {
|
68743
|
-
"shape": "
|
68793
|
+
"shape": "Shh",
|
68744
68794
|
"location": "querystring",
|
68745
68795
|
"locationName": "phoneNumberTypes"
|
68746
68796
|
},
|
68747
68797
|
"PhoneNumberCountryCodes": {
|
68748
|
-
"shape": "
|
68798
|
+
"shape": "Shi",
|
68749
68799
|
"location": "querystring",
|
68750
68800
|
"locationName": "phoneNumberCountryCodes"
|
68751
68801
|
},
|
@@ -68793,10 +68843,10 @@ module.exports={
|
|
68793
68843
|
},
|
68794
68844
|
"NextToken": {},
|
68795
68845
|
"PhoneNumberCountryCodes": {
|
68796
|
-
"shape": "
|
68846
|
+
"shape": "Shi"
|
68797
68847
|
},
|
68798
68848
|
"PhoneNumberTypes": {
|
68799
|
-
"shape": "
|
68849
|
+
"shape": "Shh"
|
68800
68850
|
},
|
68801
68851
|
"PhoneNumberPrefix": {}
|
68802
68852
|
}
|
@@ -68902,7 +68952,7 @@ module.exports={
|
|
68902
68952
|
"members": {
|
68903
68953
|
"NextToken": {},
|
68904
68954
|
"QuickConnectSummaryList": {
|
68905
|
-
"shape": "
|
68955
|
+
"shape": "Shz"
|
68906
68956
|
}
|
68907
68957
|
}
|
68908
68958
|
}
|
@@ -68994,7 +69044,7 @@ module.exports={
|
|
68994
69044
|
"type": "structure",
|
68995
69045
|
"members": {
|
68996
69046
|
"QuickConnectSummaryList": {
|
68997
|
-
"shape": "
|
69047
|
+
"shape": "Shz"
|
68998
69048
|
},
|
68999
69049
|
"NextToken": {}
|
69000
69050
|
}
|
@@ -69534,7 +69584,7 @@ module.exports={
|
|
69534
69584
|
"UserHierarchyGroupSummaryList": {
|
69535
69585
|
"type": "list",
|
69536
69586
|
"member": {
|
69537
|
-
"shape": "
|
69587
|
+
"shape": "Sbq"
|
69538
69588
|
}
|
69539
69589
|
},
|
69540
69590
|
"NextToken": {}
|
@@ -69783,12 +69833,12 @@ module.exports={
|
|
69783
69833
|
"type": "structure",
|
69784
69834
|
"members": {
|
69785
69835
|
"TagFilter": {
|
69786
|
-
"shape": "
|
69836
|
+
"shape": "Sk3"
|
69787
69837
|
}
|
69788
69838
|
}
|
69789
69839
|
},
|
69790
69840
|
"SearchCriteria": {
|
69791
|
-
"shape": "
|
69841
|
+
"shape": "Sk7"
|
69792
69842
|
}
|
69793
69843
|
}
|
69794
69844
|
},
|
@@ -69798,7 +69848,7 @@ module.exports={
|
|
69798
69848
|
"HoursOfOperations": {
|
69799
69849
|
"type": "list",
|
69800
69850
|
"member": {
|
69801
|
-
"shape": "
|
69851
|
+
"shape": "Sa6"
|
69802
69852
|
}
|
69803
69853
|
},
|
69804
69854
|
"NextToken": {},
|
@@ -69827,12 +69877,12 @@ module.exports={
|
|
69827
69877
|
"type": "structure",
|
69828
69878
|
"members": {
|
69829
69879
|
"TagFilter": {
|
69830
|
-
"shape": "
|
69880
|
+
"shape": "Sk3"
|
69831
69881
|
}
|
69832
69882
|
}
|
69833
69883
|
},
|
69834
69884
|
"SearchCriteria": {
|
69835
|
-
"shape": "
|
69885
|
+
"shape": "Skf"
|
69836
69886
|
}
|
69837
69887
|
}
|
69838
69888
|
},
|
@@ -69842,7 +69892,7 @@ module.exports={
|
|
69842
69892
|
"Prompts": {
|
69843
69893
|
"type": "list",
|
69844
69894
|
"member": {
|
69845
|
-
"shape": "
|
69895
|
+
"shape": "Sau"
|
69846
69896
|
}
|
69847
69897
|
},
|
69848
69898
|
"NextToken": {},
|
@@ -69871,12 +69921,12 @@ module.exports={
|
|
69871
69921
|
"type": "structure",
|
69872
69922
|
"members": {
|
69873
69923
|
"TagFilter": {
|
69874
|
-
"shape": "
|
69924
|
+
"shape": "Sk3"
|
69875
69925
|
}
|
69876
69926
|
}
|
69877
69927
|
},
|
69878
69928
|
"SearchCriteria": {
|
69879
|
-
"shape": "
|
69929
|
+
"shape": "Skl"
|
69880
69930
|
}
|
69881
69931
|
}
|
69882
69932
|
},
|
@@ -69886,7 +69936,7 @@ module.exports={
|
|
69886
69936
|
"Queues": {
|
69887
69937
|
"type": "list",
|
69888
69938
|
"member": {
|
69889
|
-
"shape": "
|
69939
|
+
"shape": "Sax"
|
69890
69940
|
}
|
69891
69941
|
},
|
69892
69942
|
"NextToken": {},
|
@@ -69915,12 +69965,12 @@ module.exports={
|
|
69915
69965
|
"type": "structure",
|
69916
69966
|
"members": {
|
69917
69967
|
"TagFilter": {
|
69918
|
-
"shape": "
|
69968
|
+
"shape": "Sk3"
|
69919
69969
|
}
|
69920
69970
|
}
|
69921
69971
|
},
|
69922
69972
|
"SearchCriteria": {
|
69923
|
-
"shape": "
|
69973
|
+
"shape": "Sks"
|
69924
69974
|
}
|
69925
69975
|
}
|
69926
69976
|
},
|
@@ -69930,7 +69980,7 @@ module.exports={
|
|
69930
69980
|
"QuickConnects": {
|
69931
69981
|
"type": "list",
|
69932
69982
|
"member": {
|
69933
|
-
"shape": "
|
69983
|
+
"shape": "Sb1"
|
69934
69984
|
}
|
69935
69985
|
},
|
69936
69986
|
"NextToken": {},
|
@@ -70011,12 +70061,12 @@ module.exports={
|
|
70011
70061
|
"type": "structure",
|
70012
70062
|
"members": {
|
70013
70063
|
"TagFilter": {
|
70014
|
-
"shape": "
|
70064
|
+
"shape": "Sk3"
|
70015
70065
|
}
|
70016
70066
|
}
|
70017
70067
|
},
|
70018
70068
|
"SearchCriteria": {
|
70019
|
-
"shape": "
|
70069
|
+
"shape": "Sl7"
|
70020
70070
|
}
|
70021
70071
|
}
|
70022
70072
|
},
|
@@ -70026,7 +70076,7 @@ module.exports={
|
|
70026
70076
|
"RoutingProfiles": {
|
70027
70077
|
"type": "list",
|
70028
70078
|
"member": {
|
70029
|
-
"shape": "
|
70079
|
+
"shape": "Sb4"
|
70030
70080
|
}
|
70031
70081
|
},
|
70032
70082
|
"NextToken": {},
|
@@ -70052,13 +70102,13 @@ module.exports={
|
|
70052
70102
|
"type": "integer"
|
70053
70103
|
},
|
70054
70104
|
"SearchCriteria": {
|
70055
|
-
"shape": "
|
70105
|
+
"shape": "Slc"
|
70056
70106
|
},
|
70057
70107
|
"SearchFilter": {
|
70058
70108
|
"type": "structure",
|
70059
70109
|
"members": {
|
70060
70110
|
"TagFilter": {
|
70061
|
-
"shape": "
|
70111
|
+
"shape": "Sk3"
|
70062
70112
|
}
|
70063
70113
|
}
|
70064
70114
|
}
|
@@ -70106,12 +70156,12 @@ module.exports={
|
|
70106
70156
|
"type": "structure",
|
70107
70157
|
"members": {
|
70108
70158
|
"TagFilter": {
|
70109
|
-
"shape": "
|
70159
|
+
"shape": "Sk3"
|
70110
70160
|
}
|
70111
70161
|
}
|
70112
70162
|
},
|
70113
70163
|
"SearchCriteria": {
|
70114
|
-
"shape": "
|
70164
|
+
"shape": "Slk"
|
70115
70165
|
}
|
70116
70166
|
}
|
70117
70167
|
},
|
@@ -70226,7 +70276,7 @@ module.exports={
|
|
70226
70276
|
"InstanceId": {},
|
70227
70277
|
"ContactFlowId": {},
|
70228
70278
|
"Attributes": {
|
70229
|
-
"shape": "
|
70279
|
+
"shape": "Scf"
|
70230
70280
|
},
|
70231
70281
|
"ParticipantDetails": {
|
70232
70282
|
"type": "structure",
|
@@ -70405,7 +70455,7 @@ module.exports={
|
|
70405
70455
|
"SourcePhoneNumber": {},
|
70406
70456
|
"QueueId": {},
|
70407
70457
|
"Attributes": {
|
70408
|
-
"shape": "
|
70458
|
+
"shape": "Scf"
|
70409
70459
|
},
|
70410
70460
|
"AnswerMachineDetectionConfig": {
|
70411
70461
|
"type": "structure",
|
@@ -70445,7 +70495,7 @@ module.exports={
|
|
70445
70495
|
"PreviousContactId": {},
|
70446
70496
|
"ContactFlowId": {},
|
70447
70497
|
"Attributes": {
|
70448
|
-
"shape": "
|
70498
|
+
"shape": "Scf"
|
70449
70499
|
},
|
70450
70500
|
"Name": {},
|
70451
70501
|
"References": {
|
@@ -70554,10 +70604,10 @@ module.exports={
|
|
70554
70604
|
"locationName": "EvaluationId"
|
70555
70605
|
},
|
70556
70606
|
"Answers": {
|
70557
|
-
"shape": "
|
70607
|
+
"shape": "Smw"
|
70558
70608
|
},
|
70559
70609
|
"Notes": {
|
70560
|
-
"shape": "
|
70610
|
+
"shape": "S9j"
|
70561
70611
|
}
|
70562
70612
|
}
|
70563
70613
|
},
|
@@ -70748,7 +70798,7 @@ module.exports={
|
|
70748
70798
|
"InitialContactId": {},
|
70749
70799
|
"InstanceId": {},
|
70750
70800
|
"Attributes": {
|
70751
|
-
"shape": "
|
70801
|
+
"shape": "Scf"
|
70752
70802
|
}
|
70753
70803
|
}
|
70754
70804
|
},
|
@@ -70777,10 +70827,10 @@ module.exports={
|
|
70777
70827
|
"locationName": "EvaluationId"
|
70778
70828
|
},
|
70779
70829
|
"Answers": {
|
70780
|
-
"shape": "
|
70830
|
+
"shape": "Smw"
|
70781
70831
|
},
|
70782
70832
|
"Notes": {
|
70783
|
-
"shape": "
|
70833
|
+
"shape": "S9j"
|
70784
70834
|
}
|
70785
70835
|
}
|
70786
70836
|
},
|
@@ -71649,7 +71699,7 @@ module.exports={
|
|
71649
71699
|
"locationName": "Id"
|
71650
71700
|
},
|
71651
71701
|
"TelephonyConfig": {
|
71652
|
-
"shape": "
|
71702
|
+
"shape": "Sf3"
|
71653
71703
|
}
|
71654
71704
|
}
|
71655
71705
|
},
|
@@ -71720,19 +71770,19 @@ module.exports={
|
|
71720
71770
|
"type": "structure",
|
71721
71771
|
"members": {
|
71722
71772
|
"LevelOne": {
|
71723
|
-
"shape": "
|
71773
|
+
"shape": "Soy"
|
71724
71774
|
},
|
71725
71775
|
"LevelTwo": {
|
71726
|
-
"shape": "
|
71776
|
+
"shape": "Soy"
|
71727
71777
|
},
|
71728
71778
|
"LevelThree": {
|
71729
|
-
"shape": "
|
71779
|
+
"shape": "Soy"
|
71730
71780
|
},
|
71731
71781
|
"LevelFour": {
|
71732
|
-
"shape": "
|
71782
|
+
"shape": "Soy"
|
71733
71783
|
},
|
71734
71784
|
"LevelFive": {
|
71735
|
-
"shape": "
|
71785
|
+
"shape": "Soy"
|
71736
71786
|
}
|
71737
71787
|
}
|
71738
71788
|
},
|
@@ -72485,7 +72535,7 @@ module.exports={
|
|
72485
72535
|
"type": "list",
|
72486
72536
|
"member": {}
|
72487
72537
|
},
|
72488
|
-
"
|
72538
|
+
"S9c": {
|
72489
72539
|
"type": "structure",
|
72490
72540
|
"members": {
|
72491
72541
|
"Percentage": {
|
@@ -72499,7 +72549,7 @@ module.exports={
|
|
72499
72549
|
}
|
72500
72550
|
}
|
72501
72551
|
},
|
72502
|
-
"
|
72552
|
+
"S9g": {
|
72503
72553
|
"type": "structure",
|
72504
72554
|
"members": {
|
72505
72555
|
"StringValue": {},
|
@@ -72512,7 +72562,7 @@ module.exports={
|
|
72512
72562
|
},
|
72513
72563
|
"union": true
|
72514
72564
|
},
|
72515
|
-
"
|
72565
|
+
"S9j": {
|
72516
72566
|
"type": "map",
|
72517
72567
|
"key": {},
|
72518
72568
|
"value": {
|
@@ -72522,7 +72572,7 @@ module.exports={
|
|
72522
72572
|
}
|
72523
72573
|
}
|
72524
72574
|
},
|
72525
|
-
"
|
72575
|
+
"Sa6": {
|
72526
72576
|
"type": "structure",
|
72527
72577
|
"members": {
|
72528
72578
|
"HoursOfOperationId": {},
|
@@ -72538,14 +72588,14 @@ module.exports={
|
|
72538
72588
|
}
|
72539
72589
|
}
|
72540
72590
|
},
|
72541
|
-
"
|
72591
|
+
"Sag": {
|
72542
72592
|
"type": "structure",
|
72543
72593
|
"members": {
|
72544
72594
|
"AttributeType": {},
|
72545
72595
|
"Value": {}
|
72546
72596
|
}
|
72547
72597
|
},
|
72548
|
-
"
|
72598
|
+
"Sau": {
|
72549
72599
|
"type": "structure",
|
72550
72600
|
"members": {
|
72551
72601
|
"PromptARN": {},
|
@@ -72557,7 +72607,7 @@ module.exports={
|
|
72557
72607
|
}
|
72558
72608
|
}
|
72559
72609
|
},
|
72560
|
-
"
|
72610
|
+
"Sax": {
|
72561
72611
|
"type": "structure",
|
72562
72612
|
"members": {
|
72563
72613
|
"Name": {},
|
@@ -72577,7 +72627,7 @@ module.exports={
|
|
72577
72627
|
}
|
72578
72628
|
}
|
72579
72629
|
},
|
72580
|
-
"
|
72630
|
+
"Sb1": {
|
72581
72631
|
"type": "structure",
|
72582
72632
|
"members": {
|
72583
72633
|
"QuickConnectARN": {},
|
@@ -72592,7 +72642,7 @@ module.exports={
|
|
72592
72642
|
}
|
72593
72643
|
}
|
72594
72644
|
},
|
72595
|
-
"
|
72645
|
+
"Sb4": {
|
72596
72646
|
"type": "structure",
|
72597
72647
|
"members": {
|
72598
72648
|
"InstanceId": {},
|
@@ -72615,7 +72665,7 @@ module.exports={
|
|
72615
72665
|
}
|
72616
72666
|
}
|
72617
72667
|
},
|
72618
|
-
"
|
72668
|
+
"Sbq": {
|
72619
72669
|
"type": "structure",
|
72620
72670
|
"members": {
|
72621
72671
|
"Id": {},
|
@@ -72623,7 +72673,7 @@ module.exports={
|
|
72623
72673
|
"Name": {}
|
72624
72674
|
}
|
72625
72675
|
},
|
72626
|
-
"
|
72676
|
+
"Sbu": {
|
72627
72677
|
"type": "structure",
|
72628
72678
|
"members": {
|
72629
72679
|
"Id": {},
|
@@ -72631,90 +72681,90 @@ module.exports={
|
|
72631
72681
|
"Name": {}
|
72632
72682
|
}
|
72633
72683
|
},
|
72634
|
-
"
|
72684
|
+
"Scf": {
|
72635
72685
|
"type": "map",
|
72636
72686
|
"key": {},
|
72637
72687
|
"value": {}
|
72638
72688
|
},
|
72639
|
-
"
|
72689
|
+
"Scj": {
|
72640
72690
|
"type": "structure",
|
72641
72691
|
"members": {
|
72642
72692
|
"Queues": {
|
72643
|
-
"shape": "
|
72693
|
+
"shape": "Sck"
|
72644
72694
|
},
|
72645
72695
|
"Channels": {
|
72646
72696
|
"type": "list",
|
72647
72697
|
"member": {}
|
72648
72698
|
},
|
72649
72699
|
"RoutingProfiles": {
|
72650
|
-
"shape": "
|
72700
|
+
"shape": "Scm"
|
72651
72701
|
}
|
72652
72702
|
}
|
72653
72703
|
},
|
72654
|
-
"
|
72704
|
+
"Sck": {
|
72655
72705
|
"type": "list",
|
72656
72706
|
"member": {}
|
72657
72707
|
},
|
72658
|
-
"
|
72708
|
+
"Scm": {
|
72659
72709
|
"type": "list",
|
72660
72710
|
"member": {}
|
72661
72711
|
},
|
72662
|
-
"
|
72712
|
+
"Scn": {
|
72663
72713
|
"type": "list",
|
72664
72714
|
"member": {}
|
72665
72715
|
},
|
72666
|
-
"
|
72716
|
+
"Scq": {
|
72667
72717
|
"type": "structure",
|
72668
72718
|
"members": {
|
72669
72719
|
"Name": {},
|
72670
72720
|
"Unit": {}
|
72671
72721
|
}
|
72672
72722
|
},
|
72673
|
-
"
|
72723
|
+
"Sd1": {
|
72674
72724
|
"type": "structure",
|
72675
72725
|
"members": {
|
72676
72726
|
"Queue": {
|
72677
|
-
"shape": "
|
72727
|
+
"shape": "Sd2"
|
72678
72728
|
},
|
72679
72729
|
"Channel": {},
|
72680
72730
|
"RoutingProfile": {
|
72681
|
-
"shape": "
|
72731
|
+
"shape": "Sd3"
|
72682
72732
|
}
|
72683
72733
|
}
|
72684
72734
|
},
|
72685
|
-
"
|
72735
|
+
"Sd2": {
|
72686
72736
|
"type": "structure",
|
72687
72737
|
"members": {
|
72688
72738
|
"Id": {},
|
72689
72739
|
"Arn": {}
|
72690
72740
|
}
|
72691
72741
|
},
|
72692
|
-
"
|
72742
|
+
"Sd3": {
|
72693
72743
|
"type": "structure",
|
72694
72744
|
"members": {
|
72695
72745
|
"Id": {},
|
72696
72746
|
"Arn": {}
|
72697
72747
|
}
|
72698
72748
|
},
|
72699
|
-
"
|
72749
|
+
"Sdk": {
|
72700
72750
|
"type": "structure",
|
72701
72751
|
"members": {
|
72702
72752
|
"Id": {},
|
72703
72753
|
"Arn": {}
|
72704
72754
|
}
|
72705
72755
|
},
|
72706
|
-
"
|
72756
|
+
"Sdm": {
|
72707
72757
|
"type": "map",
|
72708
72758
|
"key": {},
|
72709
72759
|
"value": {
|
72710
72760
|
"type": "integer"
|
72711
72761
|
}
|
72712
72762
|
},
|
72713
|
-
"
|
72763
|
+
"Sdt": {
|
72714
72764
|
"type": "string",
|
72715
72765
|
"sensitive": true
|
72716
72766
|
},
|
72717
|
-
"
|
72767
|
+
"Sdw": {
|
72718
72768
|
"type": "structure",
|
72719
72769
|
"members": {
|
72720
72770
|
"Name": {},
|
@@ -72731,7 +72781,7 @@ module.exports={
|
|
72731
72781
|
"Unit": {}
|
72732
72782
|
}
|
72733
72783
|
},
|
72734
|
-
"
|
72784
|
+
"Sef": {
|
72735
72785
|
"type": "structure",
|
72736
72786
|
"members": {
|
72737
72787
|
"Name": {},
|
@@ -72762,7 +72812,7 @@ module.exports={
|
|
72762
72812
|
}
|
72763
72813
|
}
|
72764
72814
|
},
|
72765
|
-
"
|
72815
|
+
"Sf3": {
|
72766
72816
|
"type": "structure",
|
72767
72817
|
"required": [
|
72768
72818
|
"Distributions"
|
@@ -72786,15 +72836,15 @@ module.exports={
|
|
72786
72836
|
}
|
72787
72837
|
}
|
72788
72838
|
},
|
72789
|
-
"
|
72839
|
+
"Shh": {
|
72790
72840
|
"type": "list",
|
72791
72841
|
"member": {}
|
72792
72842
|
},
|
72793
|
-
"
|
72843
|
+
"Shi": {
|
72794
72844
|
"type": "list",
|
72795
72845
|
"member": {}
|
72796
72846
|
},
|
72797
|
-
"
|
72847
|
+
"Shz": {
|
72798
72848
|
"type": "list",
|
72799
72849
|
"member": {
|
72800
72850
|
"type": "structure",
|
@@ -72806,57 +72856,57 @@ module.exports={
|
|
72806
72856
|
}
|
72807
72857
|
}
|
72808
72858
|
},
|
72809
|
-
"
|
72859
|
+
"Sk3": {
|
72810
72860
|
"type": "structure",
|
72811
72861
|
"members": {
|
72812
72862
|
"OrConditions": {
|
72813
72863
|
"type": "list",
|
72814
72864
|
"member": {
|
72815
|
-
"shape": "
|
72865
|
+
"shape": "Sk5"
|
72816
72866
|
}
|
72817
72867
|
},
|
72818
72868
|
"AndConditions": {
|
72819
|
-
"shape": "
|
72869
|
+
"shape": "Sk5"
|
72820
72870
|
},
|
72821
72871
|
"TagCondition": {
|
72822
|
-
"shape": "
|
72872
|
+
"shape": "Sk6"
|
72823
72873
|
}
|
72824
72874
|
}
|
72825
72875
|
},
|
72826
|
-
"
|
72876
|
+
"Sk5": {
|
72827
72877
|
"type": "list",
|
72828
72878
|
"member": {
|
72829
|
-
"shape": "
|
72879
|
+
"shape": "Sk6"
|
72830
72880
|
}
|
72831
72881
|
},
|
72832
|
-
"
|
72882
|
+
"Sk6": {
|
72833
72883
|
"type": "structure",
|
72834
72884
|
"members": {
|
72835
72885
|
"TagKey": {},
|
72836
72886
|
"TagValue": {}
|
72837
72887
|
}
|
72838
72888
|
},
|
72839
|
-
"
|
72889
|
+
"Sk7": {
|
72840
72890
|
"type": "structure",
|
72841
72891
|
"members": {
|
72842
72892
|
"OrConditions": {
|
72843
|
-
"shape": "
|
72893
|
+
"shape": "Sk8"
|
72844
72894
|
},
|
72845
72895
|
"AndConditions": {
|
72846
|
-
"shape": "
|
72896
|
+
"shape": "Sk8"
|
72847
72897
|
},
|
72848
72898
|
"StringCondition": {
|
72849
|
-
"shape": "
|
72899
|
+
"shape": "Sk9"
|
72850
72900
|
}
|
72851
72901
|
}
|
72852
72902
|
},
|
72853
|
-
"
|
72903
|
+
"Sk8": {
|
72854
72904
|
"type": "list",
|
72855
72905
|
"member": {
|
72856
|
-
"shape": "
|
72906
|
+
"shape": "Sk7"
|
72857
72907
|
}
|
72858
72908
|
},
|
72859
|
-
"
|
72909
|
+
"Sk9": {
|
72860
72910
|
"type": "structure",
|
72861
72911
|
"members": {
|
72862
72912
|
"FieldName": {},
|
@@ -72864,118 +72914,118 @@ module.exports={
|
|
72864
72914
|
"ComparisonType": {}
|
72865
72915
|
}
|
72866
72916
|
},
|
72867
|
-
"
|
72917
|
+
"Skf": {
|
72868
72918
|
"type": "structure",
|
72869
72919
|
"members": {
|
72870
72920
|
"OrConditions": {
|
72871
|
-
"shape": "
|
72921
|
+
"shape": "Skg"
|
72872
72922
|
},
|
72873
72923
|
"AndConditions": {
|
72874
|
-
"shape": "
|
72924
|
+
"shape": "Skg"
|
72875
72925
|
},
|
72876
72926
|
"StringCondition": {
|
72877
|
-
"shape": "
|
72927
|
+
"shape": "Sk9"
|
72878
72928
|
}
|
72879
72929
|
}
|
72880
72930
|
},
|
72881
|
-
"
|
72931
|
+
"Skg": {
|
72882
72932
|
"type": "list",
|
72883
72933
|
"member": {
|
72884
|
-
"shape": "
|
72934
|
+
"shape": "Skf"
|
72885
72935
|
}
|
72886
72936
|
},
|
72887
|
-
"
|
72937
|
+
"Skl": {
|
72888
72938
|
"type": "structure",
|
72889
72939
|
"members": {
|
72890
72940
|
"OrConditions": {
|
72891
|
-
"shape": "
|
72941
|
+
"shape": "Skm"
|
72892
72942
|
},
|
72893
72943
|
"AndConditions": {
|
72894
|
-
"shape": "
|
72944
|
+
"shape": "Skm"
|
72895
72945
|
},
|
72896
72946
|
"StringCondition": {
|
72897
|
-
"shape": "
|
72947
|
+
"shape": "Sk9"
|
72898
72948
|
},
|
72899
72949
|
"QueueTypeCondition": {}
|
72900
72950
|
}
|
72901
72951
|
},
|
72902
|
-
"
|
72952
|
+
"Skm": {
|
72903
72953
|
"type": "list",
|
72904
72954
|
"member": {
|
72905
|
-
"shape": "
|
72955
|
+
"shape": "Skl"
|
72906
72956
|
}
|
72907
72957
|
},
|
72908
|
-
"
|
72958
|
+
"Sks": {
|
72909
72959
|
"type": "structure",
|
72910
72960
|
"members": {
|
72911
72961
|
"OrConditions": {
|
72912
|
-
"shape": "
|
72962
|
+
"shape": "Skt"
|
72913
72963
|
},
|
72914
72964
|
"AndConditions": {
|
72915
|
-
"shape": "
|
72965
|
+
"shape": "Skt"
|
72916
72966
|
},
|
72917
72967
|
"StringCondition": {
|
72918
|
-
"shape": "
|
72968
|
+
"shape": "Sk9"
|
72919
72969
|
}
|
72920
72970
|
}
|
72921
72971
|
},
|
72922
|
-
"
|
72972
|
+
"Skt": {
|
72923
72973
|
"type": "list",
|
72924
72974
|
"member": {
|
72925
|
-
"shape": "
|
72975
|
+
"shape": "Sks"
|
72926
72976
|
}
|
72927
72977
|
},
|
72928
|
-
"
|
72978
|
+
"Sl7": {
|
72929
72979
|
"type": "structure",
|
72930
72980
|
"members": {
|
72931
72981
|
"OrConditions": {
|
72932
|
-
"shape": "
|
72982
|
+
"shape": "Sl8"
|
72933
72983
|
},
|
72934
72984
|
"AndConditions": {
|
72935
|
-
"shape": "
|
72985
|
+
"shape": "Sl8"
|
72936
72986
|
},
|
72937
72987
|
"StringCondition": {
|
72938
|
-
"shape": "
|
72988
|
+
"shape": "Sk9"
|
72939
72989
|
}
|
72940
72990
|
}
|
72941
72991
|
},
|
72942
|
-
"
|
72992
|
+
"Sl8": {
|
72943
72993
|
"type": "list",
|
72944
72994
|
"member": {
|
72945
|
-
"shape": "
|
72995
|
+
"shape": "Sl7"
|
72946
72996
|
}
|
72947
72997
|
},
|
72948
|
-
"
|
72998
|
+
"Slc": {
|
72949
72999
|
"type": "structure",
|
72950
73000
|
"members": {
|
72951
73001
|
"OrConditions": {
|
72952
|
-
"shape": "
|
73002
|
+
"shape": "Sld"
|
72953
73003
|
},
|
72954
73004
|
"AndConditions": {
|
72955
|
-
"shape": "
|
73005
|
+
"shape": "Sld"
|
72956
73006
|
},
|
72957
73007
|
"StringCondition": {
|
72958
|
-
"shape": "
|
73008
|
+
"shape": "Sk9"
|
72959
73009
|
}
|
72960
73010
|
}
|
72961
73011
|
},
|
72962
|
-
"
|
73012
|
+
"Sld": {
|
72963
73013
|
"type": "list",
|
72964
73014
|
"member": {
|
72965
|
-
"shape": "
|
73015
|
+
"shape": "Slc"
|
72966
73016
|
}
|
72967
73017
|
},
|
72968
|
-
"
|
73018
|
+
"Slk": {
|
72969
73019
|
"type": "structure",
|
72970
73020
|
"members": {
|
72971
73021
|
"OrConditions": {
|
72972
|
-
"shape": "
|
73022
|
+
"shape": "Sll"
|
72973
73023
|
},
|
72974
73024
|
"AndConditions": {
|
72975
|
-
"shape": "
|
73025
|
+
"shape": "Sll"
|
72976
73026
|
},
|
72977
73027
|
"StringCondition": {
|
72978
|
-
"shape": "
|
73028
|
+
"shape": "Sk9"
|
72979
73029
|
},
|
72980
73030
|
"HierarchyGroupCondition": {
|
72981
73031
|
"type": "structure",
|
@@ -72986,25 +73036,25 @@ module.exports={
|
|
72986
73036
|
}
|
72987
73037
|
}
|
72988
73038
|
},
|
72989
|
-
"
|
73039
|
+
"Sll": {
|
72990
73040
|
"type": "list",
|
72991
73041
|
"member": {
|
72992
|
-
"shape": "
|
73042
|
+
"shape": "Slk"
|
72993
73043
|
}
|
72994
73044
|
},
|
72995
|
-
"
|
73045
|
+
"Smw": {
|
72996
73046
|
"type": "map",
|
72997
73047
|
"key": {},
|
72998
73048
|
"value": {
|
72999
73049
|
"type": "structure",
|
73000
73050
|
"members": {
|
73001
73051
|
"Value": {
|
73002
|
-
"shape": "
|
73052
|
+
"shape": "S9g"
|
73003
73053
|
}
|
73004
73054
|
}
|
73005
73055
|
}
|
73006
73056
|
},
|
73007
|
-
"
|
73057
|
+
"Soy": {
|
73008
73058
|
"type": "structure",
|
73009
73059
|
"required": [
|
73010
73060
|
"Name"
|
@@ -192166,6 +192216,20 @@ module.exports={
|
|
192166
192216
|
},
|
192167
192217
|
"lastUpdatedDateTime": {
|
192168
192218
|
"type": "timestamp"
|
192219
|
+
},
|
192220
|
+
"latestDatasetUpdate": {
|
192221
|
+
"type": "structure",
|
192222
|
+
"members": {
|
192223
|
+
"schemaArn": {},
|
192224
|
+
"status": {},
|
192225
|
+
"failureReason": {},
|
192226
|
+
"creationDateTime": {
|
192227
|
+
"type": "timestamp"
|
192228
|
+
},
|
192229
|
+
"lastUpdatedDateTime": {
|
192230
|
+
"type": "timestamp"
|
192231
|
+
}
|
192232
|
+
}
|
192169
192233
|
}
|
192170
192234
|
}
|
192171
192235
|
}
|
@@ -192511,7 +192575,7 @@ module.exports={
|
|
192511
192575
|
}
|
192512
192576
|
},
|
192513
192577
|
"modelMetrics": {
|
192514
|
-
"shape": "
|
192578
|
+
"shape": "S4t"
|
192515
192579
|
}
|
192516
192580
|
}
|
192517
192581
|
}
|
@@ -192595,7 +192659,7 @@ module.exports={
|
|
192595
192659
|
"type": "timestamp"
|
192596
192660
|
},
|
192597
192661
|
"latestSolutionVersion": {
|
192598
|
-
"shape": "
|
192662
|
+
"shape": "S53"
|
192599
192663
|
}
|
192600
192664
|
}
|
192601
192665
|
}
|
@@ -192675,7 +192739,7 @@ module.exports={
|
|
192675
192739
|
"members": {
|
192676
192740
|
"solutionVersionArn": {},
|
192677
192741
|
"metrics": {
|
192678
|
-
"shape": "
|
192742
|
+
"shape": "S4t"
|
192679
192743
|
}
|
192680
192744
|
}
|
192681
192745
|
}
|
@@ -193206,7 +193270,7 @@ module.exports={
|
|
193206
193270
|
"solutionVersions": {
|
193207
193271
|
"type": "list",
|
193208
193272
|
"member": {
|
193209
|
-
"shape": "
|
193273
|
+
"shape": "S53"
|
193210
193274
|
}
|
193211
193275
|
},
|
193212
193276
|
"nextToken": {}
|
@@ -193382,6 +193446,26 @@ module.exports={
|
|
193382
193446
|
},
|
193383
193447
|
"idempotent": true
|
193384
193448
|
},
|
193449
|
+
"UpdateDataset": {
|
193450
|
+
"input": {
|
193451
|
+
"type": "structure",
|
193452
|
+
"required": [
|
193453
|
+
"datasetArn",
|
193454
|
+
"schemaArn"
|
193455
|
+
],
|
193456
|
+
"members": {
|
193457
|
+
"datasetArn": {},
|
193458
|
+
"schemaArn": {}
|
193459
|
+
}
|
193460
|
+
},
|
193461
|
+
"output": {
|
193462
|
+
"type": "structure",
|
193463
|
+
"members": {
|
193464
|
+
"datasetArn": {}
|
193465
|
+
}
|
193466
|
+
},
|
193467
|
+
"idempotent": true
|
193468
|
+
},
|
193385
193469
|
"UpdateMetricAttribution": {
|
193386
193470
|
"input": {
|
193387
193471
|
"type": "structure",
|
@@ -193700,14 +193784,14 @@ module.exports={
|
|
193700
193784
|
"type": "list",
|
193701
193785
|
"member": {}
|
193702
193786
|
},
|
193703
|
-
"
|
193787
|
+
"S4t": {
|
193704
193788
|
"type": "map",
|
193705
193789
|
"key": {},
|
193706
193790
|
"value": {
|
193707
193791
|
"type": "double"
|
193708
193792
|
}
|
193709
193793
|
},
|
193710
|
-
"
|
193794
|
+
"S53": {
|
193711
193795
|
"type": "structure",
|
193712
193796
|
"members": {
|
193713
193797
|
"solutionVersionArn": {},
|
@@ -260231,7 +260315,7 @@ AWS.util.update(AWS, {
|
|
260231
260315
|
/**
|
260232
260316
|
* @constant
|
260233
260317
|
*/
|
260234
|
-
VERSION: '2.
|
260318
|
+
VERSION: '2.1415.0',
|
260235
260319
|
|
260236
260320
|
/**
|
260237
260321
|
* @api private
|
@@ -282412,7 +282496,7 @@ var LRUCache = /** @class */ (function () {
|
|
282412
282496
|
}());
|
282413
282497
|
exports.LRUCache = LRUCache;
|
282414
282498
|
},{}],467:[function(require,module,exports){
|
282415
|
-
// AWS SDK for JavaScript v2.
|
282499
|
+
// AWS SDK for JavaScript v2.1415.0
|
282416
282500
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
282417
282501
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
282418
282502
|
require('./browser_loader');
|