aws-sdk 2.1394.0 → 2.1395.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 +4 -1
- package/README.md +1 -1
- package/apis/connect-2017-08-08.min.json +263 -62
- package/apis/connect-2017-08-08.paginators.json +27 -0
- package/clients/acmpca.d.ts +2 -2
- package/clients/connect.d.ts +197 -2
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +3 -3
- package/dist/aws-sdk.js +293 -65
- package/dist/aws-sdk.min.js +79 -79
- 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.1395.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){
|
@@ -66304,20 +66304,7 @@ module.exports={
|
|
66304
66304
|
"type": "structure",
|
66305
66305
|
"members": {
|
66306
66306
|
"HoursOfOperation": {
|
66307
|
-
"
|
66308
|
-
"members": {
|
66309
|
-
"HoursOfOperationId": {},
|
66310
|
-
"HoursOfOperationArn": {},
|
66311
|
-
"Name": {},
|
66312
|
-
"Description": {},
|
66313
|
-
"TimeZone": {},
|
66314
|
-
"Config": {
|
66315
|
-
"shape": "S3h"
|
66316
|
-
},
|
66317
|
-
"Tags": {
|
66318
|
-
"shape": "S1n"
|
66319
|
-
}
|
66320
|
-
}
|
66307
|
+
"shape": "Sa4"
|
66321
66308
|
}
|
66322
66309
|
}
|
66323
66310
|
}
|
@@ -66511,16 +66498,7 @@ module.exports={
|
|
66511
66498
|
"type": "structure",
|
66512
66499
|
"members": {
|
66513
66500
|
"Prompt": {
|
66514
|
-
"
|
66515
|
-
"members": {
|
66516
|
-
"PromptARN": {},
|
66517
|
-
"PromptId": {},
|
66518
|
-
"Name": {},
|
66519
|
-
"Description": {},
|
66520
|
-
"Tags": {
|
66521
|
-
"shape": "S1n"
|
66522
|
-
}
|
66523
|
-
}
|
66501
|
+
"shape": "Sar"
|
66524
66502
|
}
|
66525
66503
|
}
|
66526
66504
|
}
|
@@ -66582,19 +66560,7 @@ module.exports={
|
|
66582
66560
|
"type": "structure",
|
66583
66561
|
"members": {
|
66584
66562
|
"QuickConnect": {
|
66585
|
-
"
|
66586
|
-
"members": {
|
66587
|
-
"QuickConnectARN": {},
|
66588
|
-
"QuickConnectId": {},
|
66589
|
-
"Name": {},
|
66590
|
-
"Description": {},
|
66591
|
-
"QuickConnectConfig": {
|
66592
|
-
"shape": "S4r"
|
66593
|
-
},
|
66594
|
-
"Tags": {
|
66595
|
-
"shape": "S1n"
|
66596
|
-
}
|
66597
|
-
}
|
66563
|
+
"shape": "Say"
|
66598
66564
|
}
|
66599
66565
|
}
|
66600
66566
|
}
|
@@ -69769,6 +69735,94 @@ module.exports={
|
|
69769
69735
|
}
|
69770
69736
|
}
|
69771
69737
|
},
|
69738
|
+
"SearchHoursOfOperations": {
|
69739
|
+
"http": {
|
69740
|
+
"requestUri": "/search-hours-of-operations"
|
69741
|
+
},
|
69742
|
+
"input": {
|
69743
|
+
"type": "structure",
|
69744
|
+
"required": [
|
69745
|
+
"InstanceId"
|
69746
|
+
],
|
69747
|
+
"members": {
|
69748
|
+
"InstanceId": {},
|
69749
|
+
"NextToken": {},
|
69750
|
+
"MaxResults": {
|
69751
|
+
"type": "integer"
|
69752
|
+
},
|
69753
|
+
"SearchFilter": {
|
69754
|
+
"type": "structure",
|
69755
|
+
"members": {
|
69756
|
+
"TagFilter": {
|
69757
|
+
"shape": "Sk1"
|
69758
|
+
}
|
69759
|
+
}
|
69760
|
+
},
|
69761
|
+
"SearchCriteria": {
|
69762
|
+
"shape": "Sk5"
|
69763
|
+
}
|
69764
|
+
}
|
69765
|
+
},
|
69766
|
+
"output": {
|
69767
|
+
"type": "structure",
|
69768
|
+
"members": {
|
69769
|
+
"HoursOfOperations": {
|
69770
|
+
"type": "list",
|
69771
|
+
"member": {
|
69772
|
+
"shape": "Sa4"
|
69773
|
+
}
|
69774
|
+
},
|
69775
|
+
"NextToken": {},
|
69776
|
+
"ApproximateTotalCount": {
|
69777
|
+
"type": "long"
|
69778
|
+
}
|
69779
|
+
}
|
69780
|
+
}
|
69781
|
+
},
|
69782
|
+
"SearchPrompts": {
|
69783
|
+
"http": {
|
69784
|
+
"requestUri": "/search-prompts"
|
69785
|
+
},
|
69786
|
+
"input": {
|
69787
|
+
"type": "structure",
|
69788
|
+
"required": [
|
69789
|
+
"InstanceId"
|
69790
|
+
],
|
69791
|
+
"members": {
|
69792
|
+
"InstanceId": {},
|
69793
|
+
"NextToken": {},
|
69794
|
+
"MaxResults": {
|
69795
|
+
"type": "integer"
|
69796
|
+
},
|
69797
|
+
"SearchFilter": {
|
69798
|
+
"type": "structure",
|
69799
|
+
"members": {
|
69800
|
+
"TagFilter": {
|
69801
|
+
"shape": "Sk1"
|
69802
|
+
}
|
69803
|
+
}
|
69804
|
+
},
|
69805
|
+
"SearchCriteria": {
|
69806
|
+
"shape": "Skd"
|
69807
|
+
}
|
69808
|
+
}
|
69809
|
+
},
|
69810
|
+
"output": {
|
69811
|
+
"type": "structure",
|
69812
|
+
"members": {
|
69813
|
+
"Prompts": {
|
69814
|
+
"type": "list",
|
69815
|
+
"member": {
|
69816
|
+
"shape": "Sar"
|
69817
|
+
}
|
69818
|
+
},
|
69819
|
+
"NextToken": {},
|
69820
|
+
"ApproximateTotalCount": {
|
69821
|
+
"type": "long"
|
69822
|
+
}
|
69823
|
+
}
|
69824
|
+
}
|
69825
|
+
},
|
69772
69826
|
"SearchQueues": {
|
69773
69827
|
"http": {
|
69774
69828
|
"requestUri": "/search-queues"
|
@@ -69793,7 +69847,7 @@ module.exports={
|
|
69793
69847
|
}
|
69794
69848
|
},
|
69795
69849
|
"SearchCriteria": {
|
69796
|
-
"shape": "
|
69850
|
+
"shape": "Skj"
|
69797
69851
|
}
|
69798
69852
|
}
|
69799
69853
|
},
|
@@ -69813,6 +69867,50 @@ module.exports={
|
|
69813
69867
|
}
|
69814
69868
|
}
|
69815
69869
|
},
|
69870
|
+
"SearchQuickConnects": {
|
69871
|
+
"http": {
|
69872
|
+
"requestUri": "/search-quick-connects"
|
69873
|
+
},
|
69874
|
+
"input": {
|
69875
|
+
"type": "structure",
|
69876
|
+
"required": [
|
69877
|
+
"InstanceId"
|
69878
|
+
],
|
69879
|
+
"members": {
|
69880
|
+
"InstanceId": {},
|
69881
|
+
"NextToken": {},
|
69882
|
+
"MaxResults": {
|
69883
|
+
"type": "integer"
|
69884
|
+
},
|
69885
|
+
"SearchFilter": {
|
69886
|
+
"type": "structure",
|
69887
|
+
"members": {
|
69888
|
+
"TagFilter": {
|
69889
|
+
"shape": "Sk1"
|
69890
|
+
}
|
69891
|
+
}
|
69892
|
+
},
|
69893
|
+
"SearchCriteria": {
|
69894
|
+
"shape": "Skq"
|
69895
|
+
}
|
69896
|
+
}
|
69897
|
+
},
|
69898
|
+
"output": {
|
69899
|
+
"type": "structure",
|
69900
|
+
"members": {
|
69901
|
+
"QuickConnects": {
|
69902
|
+
"type": "list",
|
69903
|
+
"member": {
|
69904
|
+
"shape": "Say"
|
69905
|
+
}
|
69906
|
+
},
|
69907
|
+
"NextToken": {},
|
69908
|
+
"ApproximateTotalCount": {
|
69909
|
+
"type": "long"
|
69910
|
+
}
|
69911
|
+
}
|
69912
|
+
}
|
69913
|
+
},
|
69816
69914
|
"SearchRoutingProfiles": {
|
69817
69915
|
"http": {
|
69818
69916
|
"requestUri": "/search-routing-profiles"
|
@@ -69837,7 +69935,7 @@ module.exports={
|
|
69837
69935
|
}
|
69838
69936
|
},
|
69839
69937
|
"SearchCriteria": {
|
69840
|
-
"shape": "
|
69938
|
+
"shape": "Skw"
|
69841
69939
|
}
|
69842
69940
|
}
|
69843
69941
|
},
|
@@ -69873,7 +69971,7 @@ module.exports={
|
|
69873
69971
|
"type": "integer"
|
69874
69972
|
},
|
69875
69973
|
"SearchCriteria": {
|
69876
|
-
"shape": "
|
69974
|
+
"shape": "Sl1"
|
69877
69975
|
},
|
69878
69976
|
"SearchFilter": {
|
69879
69977
|
"type": "structure",
|
@@ -69932,7 +70030,7 @@ module.exports={
|
|
69932
70030
|
}
|
69933
70031
|
},
|
69934
70032
|
"SearchCriteria": {
|
69935
|
-
"shape": "
|
70033
|
+
"shape": "Sl9"
|
69936
70034
|
}
|
69937
70035
|
}
|
69938
70036
|
},
|
@@ -70375,7 +70473,7 @@ module.exports={
|
|
70375
70473
|
"locationName": "EvaluationId"
|
70376
70474
|
},
|
70377
70475
|
"Answers": {
|
70378
|
-
"shape": "
|
70476
|
+
"shape": "Sml"
|
70379
70477
|
},
|
70380
70478
|
"Notes": {
|
70381
70479
|
"shape": "S9h"
|
@@ -70598,7 +70696,7 @@ module.exports={
|
|
70598
70696
|
"locationName": "EvaluationId"
|
70599
70697
|
},
|
70600
70698
|
"Answers": {
|
70601
|
-
"shape": "
|
70699
|
+
"shape": "Sml"
|
70602
70700
|
},
|
70603
70701
|
"Notes": {
|
70604
70702
|
"shape": "S9h"
|
@@ -71541,19 +71639,19 @@ module.exports={
|
|
71541
71639
|
"type": "structure",
|
71542
71640
|
"members": {
|
71543
71641
|
"LevelOne": {
|
71544
|
-
"shape": "
|
71642
|
+
"shape": "Son"
|
71545
71643
|
},
|
71546
71644
|
"LevelTwo": {
|
71547
|
-
"shape": "
|
71645
|
+
"shape": "Son"
|
71548
71646
|
},
|
71549
71647
|
"LevelThree": {
|
71550
|
-
"shape": "
|
71648
|
+
"shape": "Son"
|
71551
71649
|
},
|
71552
71650
|
"LevelFour": {
|
71553
|
-
"shape": "
|
71651
|
+
"shape": "Son"
|
71554
71652
|
},
|
71555
71653
|
"LevelFive": {
|
71556
|
-
"shape": "
|
71654
|
+
"shape": "Son"
|
71557
71655
|
}
|
71558
71656
|
}
|
71559
71657
|
},
|
@@ -72343,6 +72441,22 @@ module.exports={
|
|
72343
72441
|
}
|
72344
72442
|
}
|
72345
72443
|
},
|
72444
|
+
"Sa4": {
|
72445
|
+
"type": "structure",
|
72446
|
+
"members": {
|
72447
|
+
"HoursOfOperationId": {},
|
72448
|
+
"HoursOfOperationArn": {},
|
72449
|
+
"Name": {},
|
72450
|
+
"Description": {},
|
72451
|
+
"TimeZone": {},
|
72452
|
+
"Config": {
|
72453
|
+
"shape": "S3h"
|
72454
|
+
},
|
72455
|
+
"Tags": {
|
72456
|
+
"shape": "S1n"
|
72457
|
+
}
|
72458
|
+
}
|
72459
|
+
},
|
72346
72460
|
"Sad": {
|
72347
72461
|
"type": "structure",
|
72348
72462
|
"members": {
|
@@ -72350,6 +72464,18 @@ module.exports={
|
|
72350
72464
|
"Value": {}
|
72351
72465
|
}
|
72352
72466
|
},
|
72467
|
+
"Sar": {
|
72468
|
+
"type": "structure",
|
72469
|
+
"members": {
|
72470
|
+
"PromptARN": {},
|
72471
|
+
"PromptId": {},
|
72472
|
+
"Name": {},
|
72473
|
+
"Description": {},
|
72474
|
+
"Tags": {
|
72475
|
+
"shape": "S1n"
|
72476
|
+
}
|
72477
|
+
}
|
72478
|
+
},
|
72353
72479
|
"Sau": {
|
72354
72480
|
"type": "structure",
|
72355
72481
|
"members": {
|
@@ -72370,6 +72496,21 @@ module.exports={
|
|
72370
72496
|
}
|
72371
72497
|
}
|
72372
72498
|
},
|
72499
|
+
"Say": {
|
72500
|
+
"type": "structure",
|
72501
|
+
"members": {
|
72502
|
+
"QuickConnectARN": {},
|
72503
|
+
"QuickConnectId": {},
|
72504
|
+
"Name": {},
|
72505
|
+
"Description": {},
|
72506
|
+
"QuickConnectConfig": {
|
72507
|
+
"shape": "S4r"
|
72508
|
+
},
|
72509
|
+
"Tags": {
|
72510
|
+
"shape": "S1n"
|
72511
|
+
}
|
72512
|
+
}
|
72513
|
+
},
|
72373
72514
|
"Sb1": {
|
72374
72515
|
"type": "structure",
|
72375
72516
|
"members": {
|
@@ -72625,8 +72766,7 @@ module.exports={
|
|
72625
72766
|
},
|
72626
72767
|
"StringCondition": {
|
72627
72768
|
"shape": "Sk7"
|
72628
|
-
}
|
72629
|
-
"QueueTypeCondition": {}
|
72769
|
+
}
|
72630
72770
|
}
|
72631
72771
|
},
|
72632
72772
|
"Sk6": {
|
@@ -72643,24 +72783,24 @@ module.exports={
|
|
72643
72783
|
"ComparisonType": {}
|
72644
72784
|
}
|
72645
72785
|
},
|
72646
|
-
"
|
72786
|
+
"Skd": {
|
72647
72787
|
"type": "structure",
|
72648
72788
|
"members": {
|
72649
72789
|
"OrConditions": {
|
72650
|
-
"shape": "
|
72790
|
+
"shape": "Ske"
|
72651
72791
|
},
|
72652
72792
|
"AndConditions": {
|
72653
|
-
"shape": "
|
72793
|
+
"shape": "Ske"
|
72654
72794
|
},
|
72655
72795
|
"StringCondition": {
|
72656
72796
|
"shape": "Sk7"
|
72657
72797
|
}
|
72658
72798
|
}
|
72659
72799
|
},
|
72660
|
-
"
|
72800
|
+
"Ske": {
|
72661
72801
|
"type": "list",
|
72662
72802
|
"member": {
|
72663
|
-
"shape": "
|
72803
|
+
"shape": "Skd"
|
72664
72804
|
}
|
72665
72805
|
},
|
72666
72806
|
"Skj": {
|
@@ -72674,7 +72814,8 @@ module.exports={
|
|
72674
72814
|
},
|
72675
72815
|
"StringCondition": {
|
72676
72816
|
"shape": "Sk7"
|
72677
|
-
}
|
72817
|
+
},
|
72818
|
+
"QueueTypeCondition": {}
|
72678
72819
|
}
|
72679
72820
|
},
|
72680
72821
|
"Skk": {
|
@@ -72683,14 +72824,74 @@ module.exports={
|
|
72683
72824
|
"shape": "Skj"
|
72684
72825
|
}
|
72685
72826
|
},
|
72827
|
+
"Skq": {
|
72828
|
+
"type": "structure",
|
72829
|
+
"members": {
|
72830
|
+
"OrConditions": {
|
72831
|
+
"shape": "Skr"
|
72832
|
+
},
|
72833
|
+
"AndConditions": {
|
72834
|
+
"shape": "Skr"
|
72835
|
+
},
|
72836
|
+
"StringCondition": {
|
72837
|
+
"shape": "Sk7"
|
72838
|
+
}
|
72839
|
+
}
|
72840
|
+
},
|
72686
72841
|
"Skr": {
|
72842
|
+
"type": "list",
|
72843
|
+
"member": {
|
72844
|
+
"shape": "Skq"
|
72845
|
+
}
|
72846
|
+
},
|
72847
|
+
"Skw": {
|
72848
|
+
"type": "structure",
|
72849
|
+
"members": {
|
72850
|
+
"OrConditions": {
|
72851
|
+
"shape": "Skx"
|
72852
|
+
},
|
72853
|
+
"AndConditions": {
|
72854
|
+
"shape": "Skx"
|
72855
|
+
},
|
72856
|
+
"StringCondition": {
|
72857
|
+
"shape": "Sk7"
|
72858
|
+
}
|
72859
|
+
}
|
72860
|
+
},
|
72861
|
+
"Skx": {
|
72862
|
+
"type": "list",
|
72863
|
+
"member": {
|
72864
|
+
"shape": "Skw"
|
72865
|
+
}
|
72866
|
+
},
|
72867
|
+
"Sl1": {
|
72868
|
+
"type": "structure",
|
72869
|
+
"members": {
|
72870
|
+
"OrConditions": {
|
72871
|
+
"shape": "Sl2"
|
72872
|
+
},
|
72873
|
+
"AndConditions": {
|
72874
|
+
"shape": "Sl2"
|
72875
|
+
},
|
72876
|
+
"StringCondition": {
|
72877
|
+
"shape": "Sk7"
|
72878
|
+
}
|
72879
|
+
}
|
72880
|
+
},
|
72881
|
+
"Sl2": {
|
72882
|
+
"type": "list",
|
72883
|
+
"member": {
|
72884
|
+
"shape": "Sl1"
|
72885
|
+
}
|
72886
|
+
},
|
72887
|
+
"Sl9": {
|
72687
72888
|
"type": "structure",
|
72688
72889
|
"members": {
|
72689
72890
|
"OrConditions": {
|
72690
|
-
"shape": "
|
72891
|
+
"shape": "Sla"
|
72691
72892
|
},
|
72692
72893
|
"AndConditions": {
|
72693
|
-
"shape": "
|
72894
|
+
"shape": "Sla"
|
72694
72895
|
},
|
72695
72896
|
"StringCondition": {
|
72696
72897
|
"shape": "Sk7"
|
@@ -72704,13 +72905,13 @@ module.exports={
|
|
72704
72905
|
}
|
72705
72906
|
}
|
72706
72907
|
},
|
72707
|
-
"
|
72908
|
+
"Sla": {
|
72708
72909
|
"type": "list",
|
72709
72910
|
"member": {
|
72710
|
-
"shape": "
|
72911
|
+
"shape": "Sl9"
|
72711
72912
|
}
|
72712
72913
|
},
|
72713
|
-
"
|
72914
|
+
"Sml": {
|
72714
72915
|
"type": "map",
|
72715
72916
|
"key": {},
|
72716
72917
|
"value": {
|
@@ -72722,7 +72923,7 @@ module.exports={
|
|
72722
72923
|
}
|
72723
72924
|
}
|
72724
72925
|
},
|
72725
|
-
"
|
72926
|
+
"Son": {
|
72726
72927
|
"type": "structure",
|
72727
72928
|
"required": [
|
72728
72929
|
"Name"
|
@@ -72964,6 +73165,24 @@ module.exports={
|
|
72964
73165
|
"output_token": "NextToken",
|
72965
73166
|
"result_key": "AvailableNumbersList"
|
72966
73167
|
},
|
73168
|
+
"SearchHoursOfOperations": {
|
73169
|
+
"input_token": "NextToken",
|
73170
|
+
"limit_key": "MaxResults",
|
73171
|
+
"non_aggregate_keys": [
|
73172
|
+
"ApproximateTotalCount"
|
73173
|
+
],
|
73174
|
+
"output_token": "NextToken",
|
73175
|
+
"result_key": "HoursOfOperations"
|
73176
|
+
},
|
73177
|
+
"SearchPrompts": {
|
73178
|
+
"input_token": "NextToken",
|
73179
|
+
"limit_key": "MaxResults",
|
73180
|
+
"non_aggregate_keys": [
|
73181
|
+
"ApproximateTotalCount"
|
73182
|
+
],
|
73183
|
+
"output_token": "NextToken",
|
73184
|
+
"result_key": "Prompts"
|
73185
|
+
},
|
72967
73186
|
"SearchQueues": {
|
72968
73187
|
"input_token": "NextToken",
|
72969
73188
|
"limit_key": "MaxResults",
|
@@ -72973,6 +73192,15 @@ module.exports={
|
|
72973
73192
|
"output_token": "NextToken",
|
72974
73193
|
"result_key": "Queues"
|
72975
73194
|
},
|
73195
|
+
"SearchQuickConnects": {
|
73196
|
+
"input_token": "NextToken",
|
73197
|
+
"limit_key": "MaxResults",
|
73198
|
+
"non_aggregate_keys": [
|
73199
|
+
"ApproximateTotalCount"
|
73200
|
+
],
|
73201
|
+
"output_token": "NextToken",
|
73202
|
+
"result_key": "QuickConnects"
|
73203
|
+
},
|
72976
73204
|
"SearchRoutingProfiles": {
|
72977
73205
|
"input_token": "NextToken",
|
72978
73206
|
"limit_key": "MaxResults",
|
@@ -258781,7 +259009,7 @@ AWS.util.update(AWS, {
|
|
258781
259009
|
/**
|
258782
259010
|
* @constant
|
258783
259011
|
*/
|
258784
|
-
VERSION: '2.
|
259012
|
+
VERSION: '2.1395.0',
|
258785
259013
|
|
258786
259014
|
/**
|
258787
259015
|
* @api private
|
@@ -280950,7 +281178,7 @@ var LRUCache = /** @class */ (function () {
|
|
280950
281178
|
}());
|
280951
281179
|
exports.LRUCache = LRUCache;
|
280952
281180
|
},{}],466:[function(require,module,exports){
|
280953
|
-
// AWS SDK for JavaScript v2.
|
281181
|
+
// AWS SDK for JavaScript v2.1395.0
|
280954
281182
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
280955
281183
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
280956
281184
|
require('./browser_loader');
|