aws-sdk 2.1449.0 → 2.1451.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/dist/aws-sdk.js CHANGED
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.1449.0
1
+ // AWS SDK for JavaScript v2.1451.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){
@@ -65782,6 +65782,82 @@ module.exports={
65782
65782
  }
65783
65783
  }
65784
65784
  },
65785
+ "CreateView": {
65786
+ "http": {
65787
+ "method": "PUT",
65788
+ "requestUri": "/views/{InstanceId}"
65789
+ },
65790
+ "input": {
65791
+ "type": "structure",
65792
+ "required": [
65793
+ "InstanceId",
65794
+ "Status",
65795
+ "Content",
65796
+ "Name"
65797
+ ],
65798
+ "members": {
65799
+ "InstanceId": {
65800
+ "location": "uri",
65801
+ "locationName": "InstanceId"
65802
+ },
65803
+ "ClientToken": {},
65804
+ "Status": {},
65805
+ "Content": {
65806
+ "shape": "S85"
65807
+ },
65808
+ "Description": {},
65809
+ "Name": {
65810
+ "shape": "S8a"
65811
+ },
65812
+ "Tags": {
65813
+ "shape": "S1r"
65814
+ }
65815
+ }
65816
+ },
65817
+ "output": {
65818
+ "type": "structure",
65819
+ "members": {
65820
+ "View": {
65821
+ "shape": "S8c"
65822
+ }
65823
+ }
65824
+ },
65825
+ "idempotent": true
65826
+ },
65827
+ "CreateViewVersion": {
65828
+ "http": {
65829
+ "method": "PUT",
65830
+ "requestUri": "/views/{InstanceId}/{ViewId}/versions"
65831
+ },
65832
+ "input": {
65833
+ "type": "structure",
65834
+ "required": [
65835
+ "InstanceId",
65836
+ "ViewId"
65837
+ ],
65838
+ "members": {
65839
+ "InstanceId": {
65840
+ "location": "uri",
65841
+ "locationName": "InstanceId"
65842
+ },
65843
+ "ViewId": {
65844
+ "location": "uri",
65845
+ "locationName": "ViewId"
65846
+ },
65847
+ "VersionDescription": {},
65848
+ "ViewContentSha256": {}
65849
+ }
65850
+ },
65851
+ "output": {
65852
+ "type": "structure",
65853
+ "members": {
65854
+ "View": {
65855
+ "shape": "S8c"
65856
+ }
65857
+ }
65858
+ },
65859
+ "idempotent": true
65860
+ },
65785
65861
  "CreateVocabulary": {
65786
65862
  "http": {
65787
65863
  "requestUri": "/vocabulary/{InstanceId}"
@@ -66297,6 +66373,66 @@ module.exports={
66297
66373
  }
66298
66374
  }
66299
66375
  },
66376
+ "DeleteView": {
66377
+ "http": {
66378
+ "method": "DELETE",
66379
+ "requestUri": "/views/{InstanceId}/{ViewId}"
66380
+ },
66381
+ "input": {
66382
+ "type": "structure",
66383
+ "required": [
66384
+ "InstanceId",
66385
+ "ViewId"
66386
+ ],
66387
+ "members": {
66388
+ "InstanceId": {
66389
+ "location": "uri",
66390
+ "locationName": "InstanceId"
66391
+ },
66392
+ "ViewId": {
66393
+ "location": "uri",
66394
+ "locationName": "ViewId"
66395
+ }
66396
+ }
66397
+ },
66398
+ "output": {
66399
+ "type": "structure",
66400
+ "members": {}
66401
+ }
66402
+ },
66403
+ "DeleteViewVersion": {
66404
+ "http": {
66405
+ "method": "DELETE",
66406
+ "requestUri": "/views/{InstanceId}/{ViewId}/versions/{ViewVersion}"
66407
+ },
66408
+ "input": {
66409
+ "type": "structure",
66410
+ "required": [
66411
+ "InstanceId",
66412
+ "ViewId",
66413
+ "ViewVersion"
66414
+ ],
66415
+ "members": {
66416
+ "InstanceId": {
66417
+ "location": "uri",
66418
+ "locationName": "InstanceId"
66419
+ },
66420
+ "ViewId": {
66421
+ "location": "uri",
66422
+ "locationName": "ViewId"
66423
+ },
66424
+ "ViewVersion": {
66425
+ "location": "uri",
66426
+ "locationName": "ViewVersion",
66427
+ "type": "integer"
66428
+ }
66429
+ }
66430
+ },
66431
+ "output": {
66432
+ "type": "structure",
66433
+ "members": {}
66434
+ }
66435
+ },
66300
66436
  "DeleteVocabulary": {
66301
66437
  "http": {
66302
66438
  "requestUri": "/vocabulary-remove/{InstanceId}/{VocabularyId}"
@@ -66510,7 +66646,7 @@ module.exports={
66510
66646
  "EvaluatorArn": {},
66511
66647
  "ContactAgentId": {},
66512
66648
  "Score": {
66513
- "shape": "S9f"
66649
+ "shape": "Sa4"
66514
66650
  }
66515
66651
  }
66516
66652
  },
@@ -66521,23 +66657,23 @@ module.exports={
66521
66657
  "type": "structure",
66522
66658
  "members": {
66523
66659
  "Value": {
66524
- "shape": "S9j"
66660
+ "shape": "Sa8"
66525
66661
  },
66526
66662
  "SystemSuggestedValue": {
66527
- "shape": "S9j"
66663
+ "shape": "Sa8"
66528
66664
  }
66529
66665
  }
66530
66666
  }
66531
66667
  },
66532
66668
  "Notes": {
66533
- "shape": "S9m"
66669
+ "shape": "Sab"
66534
66670
  },
66535
66671
  "Status": {},
66536
66672
  "Scores": {
66537
66673
  "type": "map",
66538
66674
  "key": {},
66539
66675
  "value": {
66540
- "shape": "S9f"
66676
+ "shape": "Sa4"
66541
66677
  }
66542
66678
  },
66543
66679
  "CreatedTime": {
@@ -66773,7 +66909,7 @@ module.exports={
66773
66909
  "type": "structure",
66774
66910
  "members": {
66775
66911
  "HoursOfOperation": {
66776
- "shape": "Sa9"
66912
+ "shape": "Sax"
66777
66913
  }
66778
66914
  }
66779
66915
  }
@@ -66856,7 +66992,7 @@ module.exports={
66856
66992
  "type": "structure",
66857
66993
  "members": {
66858
66994
  "Attribute": {
66859
- "shape": "Saj"
66995
+ "shape": "Sb7"
66860
66996
  }
66861
66997
  }
66862
66998
  }
@@ -66968,7 +67104,7 @@ module.exports={
66968
67104
  "type": "structure",
66969
67105
  "members": {
66970
67106
  "Prompt": {
66971
- "shape": "Sax"
67107
+ "shape": "Sbl"
66972
67108
  }
66973
67109
  }
66974
67110
  }
@@ -66999,7 +67135,7 @@ module.exports={
66999
67135
  "type": "structure",
67000
67136
  "members": {
67001
67137
  "Queue": {
67002
- "shape": "Sb0"
67138
+ "shape": "Sbo"
67003
67139
  }
67004
67140
  }
67005
67141
  }
@@ -67030,7 +67166,7 @@ module.exports={
67030
67166
  "type": "structure",
67031
67167
  "members": {
67032
67168
  "QuickConnect": {
67033
- "shape": "Sb4"
67169
+ "shape": "Sbs"
67034
67170
  }
67035
67171
  }
67036
67172
  }
@@ -67061,7 +67197,7 @@ module.exports={
67061
67197
  "type": "structure",
67062
67198
  "members": {
67063
67199
  "RoutingProfile": {
67064
- "shape": "Sb7"
67200
+ "shape": "Sbv"
67065
67201
  }
67066
67202
  }
67067
67203
  }
@@ -67309,19 +67445,19 @@ module.exports={
67309
67445
  "type": "structure",
67310
67446
  "members": {
67311
67447
  "LevelOne": {
67312
- "shape": "Sbt"
67448
+ "shape": "Sch"
67313
67449
  },
67314
67450
  "LevelTwo": {
67315
- "shape": "Sbt"
67451
+ "shape": "Sch"
67316
67452
  },
67317
67453
  "LevelThree": {
67318
- "shape": "Sbt"
67454
+ "shape": "Sch"
67319
67455
  },
67320
67456
  "LevelFour": {
67321
- "shape": "Sbt"
67457
+ "shape": "Sch"
67322
67458
  },
67323
67459
  "LevelFive": {
67324
- "shape": "Sbt"
67460
+ "shape": "Sch"
67325
67461
  }
67326
67462
  }
67327
67463
  },
@@ -67357,25 +67493,56 @@ module.exports={
67357
67493
  "type": "structure",
67358
67494
  "members": {
67359
67495
  "LevelOne": {
67360
- "shape": "Sbx"
67496
+ "shape": "Scl"
67361
67497
  },
67362
67498
  "LevelTwo": {
67363
- "shape": "Sbx"
67499
+ "shape": "Scl"
67364
67500
  },
67365
67501
  "LevelThree": {
67366
- "shape": "Sbx"
67502
+ "shape": "Scl"
67367
67503
  },
67368
67504
  "LevelFour": {
67369
- "shape": "Sbx"
67505
+ "shape": "Scl"
67370
67506
  },
67371
67507
  "LevelFive": {
67372
- "shape": "Sbx"
67508
+ "shape": "Scl"
67373
67509
  }
67374
67510
  }
67375
67511
  }
67376
67512
  }
67377
67513
  }
67378
67514
  },
67515
+ "DescribeView": {
67516
+ "http": {
67517
+ "method": "GET",
67518
+ "requestUri": "/views/{InstanceId}/{ViewId}"
67519
+ },
67520
+ "input": {
67521
+ "type": "structure",
67522
+ "required": [
67523
+ "InstanceId",
67524
+ "ViewId"
67525
+ ],
67526
+ "members": {
67527
+ "InstanceId": {
67528
+ "location": "uri",
67529
+ "locationName": "InstanceId"
67530
+ },
67531
+ "ViewId": {
67532
+ "location": "uri",
67533
+ "locationName": "ViewId"
67534
+ }
67535
+ }
67536
+ },
67537
+ "output": {
67538
+ "type": "structure",
67539
+ "members": {
67540
+ "View": {
67541
+ "shape": "S8c"
67542
+ }
67543
+ }
67544
+ }
67545
+ },
67379
67546
  "DescribeVocabulary": {
67380
67547
  "http": {
67381
67548
  "method": "GET",
@@ -67746,7 +67913,7 @@ module.exports={
67746
67913
  "type": "structure",
67747
67914
  "members": {
67748
67915
  "Attributes": {
67749
- "shape": "Sck"
67916
+ "shape": "Sda"
67750
67917
  }
67751
67918
  }
67752
67919
  }
@@ -67768,15 +67935,15 @@ module.exports={
67768
67935
  "locationName": "InstanceId"
67769
67936
  },
67770
67937
  "Filters": {
67771
- "shape": "Sco"
67938
+ "shape": "Sde"
67772
67939
  },
67773
67940
  "Groupings": {
67774
- "shape": "Scs"
67941
+ "shape": "Sdi"
67775
67942
  },
67776
67943
  "CurrentMetrics": {
67777
67944
  "type": "list",
67778
67945
  "member": {
67779
- "shape": "Scv"
67946
+ "shape": "Sdl"
67780
67947
  }
67781
67948
  },
67782
67949
  "NextToken": {},
@@ -67805,7 +67972,7 @@ module.exports={
67805
67972
  "type": "structure",
67806
67973
  "members": {
67807
67974
  "Dimensions": {
67808
- "shape": "Sd6"
67975
+ "shape": "Sdw"
67809
67976
  },
67810
67977
  "Collections": {
67811
67978
  "type": "list",
@@ -67813,7 +67980,7 @@ module.exports={
67813
67980
  "type": "structure",
67814
67981
  "members": {
67815
67982
  "Metric": {
67816
- "shape": "Scv"
67983
+ "shape": "Sdl"
67817
67984
  },
67818
67985
  "Value": {
67819
67986
  "type": "double"
@@ -67852,7 +68019,7 @@ module.exports={
67852
68019
  "type": "structure",
67853
68020
  "members": {
67854
68021
  "Queues": {
67855
- "shape": "Scp"
68022
+ "shape": "Sdf"
67856
68023
  },
67857
68024
  "ContactFilter": {
67858
68025
  "type": "structure",
@@ -67864,7 +68031,7 @@ module.exports={
67864
68031
  }
67865
68032
  },
67866
68033
  "RoutingProfiles": {
67867
- "shape": "Scr"
68034
+ "shape": "Sdh"
67868
68035
  },
67869
68036
  "Agents": {
67870
68037
  "type": "list",
@@ -67899,25 +68066,25 @@ module.exports={
67899
68066
  }
67900
68067
  },
67901
68068
  "RoutingProfile": {
67902
- "shape": "Sd8"
68069
+ "shape": "Sdy"
67903
68070
  },
67904
68071
  "HierarchyPath": {
67905
68072
  "type": "structure",
67906
68073
  "members": {
67907
68074
  "LevelOne": {
67908
- "shape": "Sdp"
68075
+ "shape": "Sef"
67909
68076
  },
67910
68077
  "LevelTwo": {
67911
- "shape": "Sdp"
68078
+ "shape": "Sef"
67912
68079
  },
67913
68080
  "LevelThree": {
67914
- "shape": "Sdp"
68081
+ "shape": "Sef"
67915
68082
  },
67916
68083
  "LevelFour": {
67917
- "shape": "Sdp"
68084
+ "shape": "Sef"
67918
68085
  },
67919
68086
  "LevelFive": {
67920
- "shape": "Sdp"
68087
+ "shape": "Sef"
67921
68088
  }
67922
68089
  }
67923
68090
  },
@@ -67932,13 +68099,13 @@ module.exports={
67932
68099
  }
67933
68100
  },
67934
68101
  "AvailableSlotsByChannel": {
67935
- "shape": "Sdr"
68102
+ "shape": "Seh"
67936
68103
  },
67937
68104
  "MaxSlotsByChannel": {
67938
- "shape": "Sdr"
68105
+ "shape": "Seh"
67939
68106
  },
67940
68107
  "ActiveSlotsByChannel": {
67941
- "shape": "Sdr"
68108
+ "shape": "Seh"
67942
68109
  },
67943
68110
  "Contacts": {
67944
68111
  "type": "list",
@@ -67956,7 +68123,7 @@ module.exports={
67956
68123
  "type": "timestamp"
67957
68124
  },
67958
68125
  "Queue": {
67959
- "shape": "Sd7"
68126
+ "shape": "Sdx"
67960
68127
  }
67961
68128
  }
67962
68129
  }
@@ -67995,13 +68162,13 @@ module.exports={
67995
68162
  "type": "structure",
67996
68163
  "members": {
67997
68164
  "AccessToken": {
67998
- "shape": "Sdy"
68165
+ "shape": "Seo"
67999
68166
  },
68000
68167
  "AccessTokenExpiration": {
68001
68168
  "type": "timestamp"
68002
68169
  },
68003
68170
  "RefreshToken": {
68004
- "shape": "Sdy"
68171
+ "shape": "Seo"
68005
68172
  },
68006
68173
  "RefreshTokenExpiration": {
68007
68174
  "type": "timestamp"
@@ -68039,15 +68206,15 @@ module.exports={
68039
68206
  "type": "timestamp"
68040
68207
  },
68041
68208
  "Filters": {
68042
- "shape": "Sco"
68209
+ "shape": "Sde"
68043
68210
  },
68044
68211
  "Groupings": {
68045
- "shape": "Scs"
68212
+ "shape": "Sdi"
68046
68213
  },
68047
68214
  "HistoricalMetrics": {
68048
68215
  "type": "list",
68049
68216
  "member": {
68050
- "shape": "Se1"
68217
+ "shape": "Ser"
68051
68218
  }
68052
68219
  },
68053
68220
  "NextToken": {},
@@ -68066,7 +68233,7 @@ module.exports={
68066
68233
  "type": "structure",
68067
68234
  "members": {
68068
68235
  "Dimensions": {
68069
- "shape": "Sd6"
68236
+ "shape": "Sdw"
68070
68237
  },
68071
68238
  "Collections": {
68072
68239
  "type": "list",
@@ -68074,7 +68241,7 @@ module.exports={
68074
68241
  "type": "structure",
68075
68242
  "members": {
68076
68243
  "Metric": {
68077
- "shape": "Se1"
68244
+ "shape": "Ser"
68078
68245
  },
68079
68246
  "Value": {
68080
68247
  "type": "double"
@@ -68129,7 +68296,7 @@ module.exports={
68129
68296
  "Metrics": {
68130
68297
  "type": "list",
68131
68298
  "member": {
68132
- "shape": "Sek"
68299
+ "shape": "Sfa"
68133
68300
  }
68134
68301
  },
68135
68302
  "NextToken": {},
@@ -68158,7 +68325,7 @@ module.exports={
68158
68325
  "type": "structure",
68159
68326
  "members": {
68160
68327
  "Metric": {
68161
- "shape": "Sek"
68328
+ "shape": "Sfa"
68162
68329
  },
68163
68330
  "Value": {
68164
68331
  "type": "double"
@@ -68284,15 +68451,15 @@ module.exports={
68284
68451
  "type": "structure",
68285
68452
  "members": {
68286
68453
  "TelephonyConfig": {
68287
- "shape": "Sf8"
68454
+ "shape": "Sfy"
68288
68455
  },
68289
68456
  "Id": {},
68290
68457
  "Arn": {},
68291
68458
  "SignInConfig": {
68292
- "shape": "Sfd"
68459
+ "shape": "Sg3"
68293
68460
  },
68294
68461
  "AgentConfig": {
68295
- "shape": "Sfg"
68462
+ "shape": "Sg6"
68296
68463
  }
68297
68464
  }
68298
68465
  }
@@ -68491,7 +68658,7 @@ module.exports={
68491
68658
  "Status": {},
68492
68659
  "EvaluatorArn": {},
68493
68660
  "Score": {
68494
- "shape": "S9f"
68661
+ "shape": "Sa4"
68495
68662
  },
68496
68663
  "CreatedTime": {
68497
68664
  "type": "timestamp"
@@ -68976,7 +69143,7 @@ module.exports={
68976
69143
  "Attributes": {
68977
69144
  "type": "list",
68978
69145
  "member": {
68979
- "shape": "Saj"
69146
+ "shape": "Sb7"
68980
69147
  }
68981
69148
  },
68982
69149
  "NextToken": {}
@@ -69224,12 +69391,12 @@ module.exports={
69224
69391
  "locationName": "InstanceId"
69225
69392
  },
69226
69393
  "PhoneNumberTypes": {
69227
- "shape": "Shq",
69394
+ "shape": "Sig",
69228
69395
  "location": "querystring",
69229
69396
  "locationName": "phoneNumberTypes"
69230
69397
  },
69231
69398
  "PhoneNumberCountryCodes": {
69232
- "shape": "Shr",
69399
+ "shape": "Sih",
69233
69400
  "location": "querystring",
69234
69401
  "locationName": "phoneNumberCountryCodes"
69235
69402
  },
@@ -69277,10 +69444,10 @@ module.exports={
69277
69444
  },
69278
69445
  "NextToken": {},
69279
69446
  "PhoneNumberCountryCodes": {
69280
- "shape": "Shr"
69447
+ "shape": "Sih"
69281
69448
  },
69282
69449
  "PhoneNumberTypes": {
69283
- "shape": "Shq"
69450
+ "shape": "Sig"
69284
69451
  },
69285
69452
  "PhoneNumberPrefix": {}
69286
69453
  }
@@ -69386,7 +69553,7 @@ module.exports={
69386
69553
  "members": {
69387
69554
  "NextToken": {},
69388
69555
  "QuickConnectSummaryList": {
69389
- "shape": "Si8"
69556
+ "shape": "Siy"
69390
69557
  }
69391
69558
  }
69392
69559
  }
@@ -69478,7 +69645,7 @@ module.exports={
69478
69645
  "type": "structure",
69479
69646
  "members": {
69480
69647
  "QuickConnectSummaryList": {
69481
- "shape": "Si8"
69648
+ "shape": "Siy"
69482
69649
  },
69483
69650
  "NextToken": {}
69484
69651
  }
@@ -70063,7 +70230,7 @@ module.exports={
70063
70230
  "UserHierarchyGroupSummaryList": {
70064
70231
  "type": "list",
70065
70232
  "member": {
70066
- "shape": "Sbt"
70233
+ "shape": "Sch"
70067
70234
  }
70068
70235
  },
70069
70236
  "NextToken": {}
@@ -70114,6 +70281,116 @@ module.exports={
70114
70281
  }
70115
70282
  }
70116
70283
  },
70284
+ "ListViewVersions": {
70285
+ "http": {
70286
+ "method": "GET",
70287
+ "requestUri": "/views/{InstanceId}/{ViewId}/versions"
70288
+ },
70289
+ "input": {
70290
+ "type": "structure",
70291
+ "required": [
70292
+ "InstanceId",
70293
+ "ViewId"
70294
+ ],
70295
+ "members": {
70296
+ "InstanceId": {
70297
+ "location": "uri",
70298
+ "locationName": "InstanceId"
70299
+ },
70300
+ "ViewId": {
70301
+ "location": "uri",
70302
+ "locationName": "ViewId"
70303
+ },
70304
+ "NextToken": {
70305
+ "location": "querystring",
70306
+ "locationName": "nextToken"
70307
+ },
70308
+ "MaxResults": {
70309
+ "location": "querystring",
70310
+ "locationName": "maxResults",
70311
+ "type": "integer"
70312
+ }
70313
+ }
70314
+ },
70315
+ "output": {
70316
+ "type": "structure",
70317
+ "members": {
70318
+ "ViewVersionSummaryList": {
70319
+ "type": "list",
70320
+ "member": {
70321
+ "type": "structure",
70322
+ "members": {
70323
+ "Id": {},
70324
+ "Arn": {},
70325
+ "Description": {},
70326
+ "Name": {
70327
+ "shape": "S8a"
70328
+ },
70329
+ "Type": {},
70330
+ "Version": {
70331
+ "type": "integer"
70332
+ },
70333
+ "VersionDescription": {}
70334
+ }
70335
+ }
70336
+ },
70337
+ "NextToken": {}
70338
+ }
70339
+ }
70340
+ },
70341
+ "ListViews": {
70342
+ "http": {
70343
+ "method": "GET",
70344
+ "requestUri": "/views/{InstanceId}"
70345
+ },
70346
+ "input": {
70347
+ "type": "structure",
70348
+ "required": [
70349
+ "InstanceId"
70350
+ ],
70351
+ "members": {
70352
+ "InstanceId": {
70353
+ "location": "uri",
70354
+ "locationName": "InstanceId"
70355
+ },
70356
+ "Type": {
70357
+ "location": "querystring",
70358
+ "locationName": "type"
70359
+ },
70360
+ "NextToken": {
70361
+ "location": "querystring",
70362
+ "locationName": "nextToken"
70363
+ },
70364
+ "MaxResults": {
70365
+ "location": "querystring",
70366
+ "locationName": "maxResults",
70367
+ "type": "integer"
70368
+ }
70369
+ }
70370
+ },
70371
+ "output": {
70372
+ "type": "structure",
70373
+ "members": {
70374
+ "ViewsSummaryList": {
70375
+ "type": "list",
70376
+ "member": {
70377
+ "type": "structure",
70378
+ "members": {
70379
+ "Id": {},
70380
+ "Arn": {},
70381
+ "Name": {
70382
+ "shape": "S8a"
70383
+ },
70384
+ "Type": {},
70385
+ "Status": {},
70386
+ "Description": {}
70387
+ }
70388
+ }
70389
+ },
70390
+ "NextToken": {}
70391
+ }
70392
+ }
70393
+ },
70117
70394
  "MonitorContact": {
70118
70395
  "http": {
70119
70396
  "requestUri": "/contact/monitor"
@@ -70312,12 +70589,12 @@ module.exports={
70312
70589
  "type": "structure",
70313
70590
  "members": {
70314
70591
  "TagFilter": {
70315
- "shape": "Skg"
70592
+ "shape": "Slg"
70316
70593
  }
70317
70594
  }
70318
70595
  },
70319
70596
  "SearchCriteria": {
70320
- "shape": "Skk"
70597
+ "shape": "Slk"
70321
70598
  }
70322
70599
  }
70323
70600
  },
@@ -70327,7 +70604,7 @@ module.exports={
70327
70604
  "HoursOfOperations": {
70328
70605
  "type": "list",
70329
70606
  "member": {
70330
- "shape": "Sa9"
70607
+ "shape": "Sax"
70331
70608
  }
70332
70609
  },
70333
70610
  "NextToken": {},
@@ -70356,12 +70633,12 @@ module.exports={
70356
70633
  "type": "structure",
70357
70634
  "members": {
70358
70635
  "TagFilter": {
70359
- "shape": "Skg"
70636
+ "shape": "Slg"
70360
70637
  }
70361
70638
  }
70362
70639
  },
70363
70640
  "SearchCriteria": {
70364
- "shape": "Sks"
70641
+ "shape": "Sls"
70365
70642
  }
70366
70643
  }
70367
70644
  },
@@ -70371,7 +70648,7 @@ module.exports={
70371
70648
  "Prompts": {
70372
70649
  "type": "list",
70373
70650
  "member": {
70374
- "shape": "Sax"
70651
+ "shape": "Sbl"
70375
70652
  }
70376
70653
  },
70377
70654
  "NextToken": {},
@@ -70400,12 +70677,12 @@ module.exports={
70400
70677
  "type": "structure",
70401
70678
  "members": {
70402
70679
  "TagFilter": {
70403
- "shape": "Skg"
70680
+ "shape": "Slg"
70404
70681
  }
70405
70682
  }
70406
70683
  },
70407
70684
  "SearchCriteria": {
70408
- "shape": "Sky"
70685
+ "shape": "Sly"
70409
70686
  }
70410
70687
  }
70411
70688
  },
@@ -70415,7 +70692,7 @@ module.exports={
70415
70692
  "Queues": {
70416
70693
  "type": "list",
70417
70694
  "member": {
70418
- "shape": "Sb0"
70695
+ "shape": "Sbo"
70419
70696
  }
70420
70697
  },
70421
70698
  "NextToken": {},
@@ -70444,12 +70721,12 @@ module.exports={
70444
70721
  "type": "structure",
70445
70722
  "members": {
70446
70723
  "TagFilter": {
70447
- "shape": "Skg"
70724
+ "shape": "Slg"
70448
70725
  }
70449
70726
  }
70450
70727
  },
70451
70728
  "SearchCriteria": {
70452
- "shape": "Sl5"
70729
+ "shape": "Sm5"
70453
70730
  }
70454
70731
  }
70455
70732
  },
@@ -70459,7 +70736,7 @@ module.exports={
70459
70736
  "QuickConnects": {
70460
70737
  "type": "list",
70461
70738
  "member": {
70462
- "shape": "Sb4"
70739
+ "shape": "Sbs"
70463
70740
  }
70464
70741
  },
70465
70742
  "NextToken": {},
@@ -70540,12 +70817,12 @@ module.exports={
70540
70817
  "type": "structure",
70541
70818
  "members": {
70542
70819
  "TagFilter": {
70543
- "shape": "Skg"
70820
+ "shape": "Slg"
70544
70821
  }
70545
70822
  }
70546
70823
  },
70547
70824
  "SearchCriteria": {
70548
- "shape": "Slk"
70825
+ "shape": "Smk"
70549
70826
  }
70550
70827
  }
70551
70828
  },
@@ -70555,7 +70832,7 @@ module.exports={
70555
70832
  "RoutingProfiles": {
70556
70833
  "type": "list",
70557
70834
  "member": {
70558
- "shape": "Sb7"
70835
+ "shape": "Sbv"
70559
70836
  }
70560
70837
  },
70561
70838
  "NextToken": {},
@@ -70581,13 +70858,13 @@ module.exports={
70581
70858
  "type": "integer"
70582
70859
  },
70583
70860
  "SearchCriteria": {
70584
- "shape": "Slp"
70861
+ "shape": "Smp"
70585
70862
  },
70586
70863
  "SearchFilter": {
70587
70864
  "type": "structure",
70588
70865
  "members": {
70589
70866
  "TagFilter": {
70590
- "shape": "Skg"
70867
+ "shape": "Slg"
70591
70868
  }
70592
70869
  }
70593
70870
  }
@@ -70635,12 +70912,12 @@ module.exports={
70635
70912
  "type": "structure",
70636
70913
  "members": {
70637
70914
  "TagFilter": {
70638
- "shape": "Skg"
70915
+ "shape": "Slg"
70639
70916
  }
70640
70917
  }
70641
70918
  },
70642
70919
  "SearchCriteria": {
70643
- "shape": "Slx"
70920
+ "shape": "Smx"
70644
70921
  }
70645
70922
  }
70646
70923
  },
@@ -70755,7 +71032,7 @@ module.exports={
70755
71032
  "InstanceId": {},
70756
71033
  "ContactFlowId": {},
70757
71034
  "Attributes": {
70758
- "shape": "Sck"
71035
+ "shape": "Sda"
70759
71036
  },
70760
71037
  "ParticipantDetails": {
70761
71038
  "type": "structure",
@@ -70934,7 +71211,7 @@ module.exports={
70934
71211
  "SourcePhoneNumber": {},
70935
71212
  "QueueId": {},
70936
71213
  "Attributes": {
70937
- "shape": "Sck"
71214
+ "shape": "Sda"
70938
71215
  },
70939
71216
  "AnswerMachineDetectionConfig": {
70940
71217
  "type": "structure",
@@ -70974,7 +71251,7 @@ module.exports={
70974
71251
  "PreviousContactId": {},
70975
71252
  "ContactFlowId": {},
70976
71253
  "Attributes": {
70977
- "shape": "Sck"
71254
+ "shape": "Sda"
70978
71255
  },
70979
71256
  "Name": {},
70980
71257
  "References": {
@@ -71083,10 +71360,10 @@ module.exports={
71083
71360
  "locationName": "EvaluationId"
71084
71361
  },
71085
71362
  "Answers": {
71086
- "shape": "Sn9"
71363
+ "shape": "So9"
71087
71364
  },
71088
71365
  "Notes": {
71089
- "shape": "S9m"
71366
+ "shape": "Sab"
71090
71367
  }
71091
71368
  }
71092
71369
  },
@@ -71277,7 +71554,7 @@ module.exports={
71277
71554
  "InitialContactId": {},
71278
71555
  "InstanceId": {},
71279
71556
  "Attributes": {
71280
- "shape": "Sck"
71557
+ "shape": "Sda"
71281
71558
  }
71282
71559
  }
71283
71560
  },
@@ -71306,10 +71583,10 @@ module.exports={
71306
71583
  "locationName": "EvaluationId"
71307
71584
  },
71308
71585
  "Answers": {
71309
- "shape": "Sn9"
71586
+ "shape": "So9"
71310
71587
  },
71311
71588
  "Notes": {
71312
- "shape": "S9m"
71589
+ "shape": "Sab"
71313
71590
  }
71314
71591
  }
71315
71592
  },
@@ -72202,13 +72479,13 @@ module.exports={
72202
72479
  "locationName": "Id"
72203
72480
  },
72204
72481
  "TelephonyConfig": {
72205
- "shape": "Sf8"
72482
+ "shape": "Sfy"
72206
72483
  },
72207
72484
  "SignInConfig": {
72208
- "shape": "Sfd"
72485
+ "shape": "Sg3"
72209
72486
  },
72210
72487
  "AgentConfig": {
72211
- "shape": "Sfg"
72488
+ "shape": "Sg6"
72212
72489
  }
72213
72490
  }
72214
72491
  },
@@ -72279,19 +72556,19 @@ module.exports={
72279
72556
  "type": "structure",
72280
72557
  "members": {
72281
72558
  "LevelOne": {
72282
- "shape": "Spc"
72559
+ "shape": "Sqc"
72283
72560
  },
72284
72561
  "LevelTwo": {
72285
- "shape": "Spc"
72562
+ "shape": "Sqc"
72286
72563
  },
72287
72564
  "LevelThree": {
72288
- "shape": "Spc"
72565
+ "shape": "Sqc"
72289
72566
  },
72290
72567
  "LevelFour": {
72291
- "shape": "Spc"
72568
+ "shape": "Sqc"
72292
72569
  },
72293
72570
  "LevelFive": {
72294
- "shape": "Spc"
72571
+ "shape": "Sqc"
72295
72572
  }
72296
72573
  }
72297
72574
  },
@@ -72403,6 +72680,72 @@ module.exports={
72403
72680
  }
72404
72681
  }
72405
72682
  }
72683
+ },
72684
+ "UpdateViewContent": {
72685
+ "http": {
72686
+ "requestUri": "/views/{InstanceId}/{ViewId}"
72687
+ },
72688
+ "input": {
72689
+ "type": "structure",
72690
+ "required": [
72691
+ "InstanceId",
72692
+ "ViewId",
72693
+ "Status",
72694
+ "Content"
72695
+ ],
72696
+ "members": {
72697
+ "InstanceId": {
72698
+ "location": "uri",
72699
+ "locationName": "InstanceId"
72700
+ },
72701
+ "ViewId": {
72702
+ "location": "uri",
72703
+ "locationName": "ViewId"
72704
+ },
72705
+ "Status": {},
72706
+ "Content": {
72707
+ "shape": "S85"
72708
+ }
72709
+ }
72710
+ },
72711
+ "output": {
72712
+ "type": "structure",
72713
+ "members": {
72714
+ "View": {
72715
+ "shape": "S8c"
72716
+ }
72717
+ }
72718
+ }
72719
+ },
72720
+ "UpdateViewMetadata": {
72721
+ "http": {
72722
+ "requestUri": "/views/{InstanceId}/{ViewId}/metadata"
72723
+ },
72724
+ "input": {
72725
+ "type": "structure",
72726
+ "required": [
72727
+ "InstanceId",
72728
+ "ViewId"
72729
+ ],
72730
+ "members": {
72731
+ "InstanceId": {
72732
+ "location": "uri",
72733
+ "locationName": "InstanceId"
72734
+ },
72735
+ "ViewId": {
72736
+ "location": "uri",
72737
+ "locationName": "ViewId"
72738
+ },
72739
+ "Name": {
72740
+ "shape": "S8a"
72741
+ },
72742
+ "Description": {}
72743
+ }
72744
+ },
72745
+ "output": {
72746
+ "type": "structure",
72747
+ "members": {}
72748
+ }
72406
72749
  }
72407
72750
  },
72408
72751
  "shapes": {
@@ -73044,7 +73387,67 @@ module.exports={
73044
73387
  "type": "list",
73045
73388
  "member": {}
73046
73389
  },
73047
- "S9f": {
73390
+ "S85": {
73391
+ "type": "structure",
73392
+ "members": {
73393
+ "Template": {},
73394
+ "Actions": {
73395
+ "shape": "S87"
73396
+ }
73397
+ }
73398
+ },
73399
+ "S87": {
73400
+ "type": "list",
73401
+ "member": {
73402
+ "type": "string",
73403
+ "sensitive": true
73404
+ }
73405
+ },
73406
+ "S8a": {
73407
+ "type": "string",
73408
+ "sensitive": true
73409
+ },
73410
+ "S8c": {
73411
+ "type": "structure",
73412
+ "members": {
73413
+ "Id": {},
73414
+ "Arn": {},
73415
+ "Name": {
73416
+ "shape": "S8a"
73417
+ },
73418
+ "Status": {},
73419
+ "Type": {},
73420
+ "Description": {},
73421
+ "Version": {
73422
+ "type": "integer"
73423
+ },
73424
+ "VersionDescription": {},
73425
+ "Content": {
73426
+ "type": "structure",
73427
+ "members": {
73428
+ "InputSchema": {
73429
+ "type": "string",
73430
+ "sensitive": true
73431
+ },
73432
+ "Template": {},
73433
+ "Actions": {
73434
+ "shape": "S87"
73435
+ }
73436
+ }
73437
+ },
73438
+ "Tags": {
73439
+ "shape": "S1r"
73440
+ },
73441
+ "CreatedTime": {
73442
+ "type": "timestamp"
73443
+ },
73444
+ "LastModifiedTime": {
73445
+ "type": "timestamp"
73446
+ },
73447
+ "ViewContentSha256": {}
73448
+ }
73449
+ },
73450
+ "Sa4": {
73048
73451
  "type": "structure",
73049
73452
  "members": {
73050
73453
  "Percentage": {
@@ -73058,7 +73461,7 @@ module.exports={
73058
73461
  }
73059
73462
  }
73060
73463
  },
73061
- "S9j": {
73464
+ "Sa8": {
73062
73465
  "type": "structure",
73063
73466
  "members": {
73064
73467
  "StringValue": {},
@@ -73071,7 +73474,7 @@ module.exports={
73071
73474
  },
73072
73475
  "union": true
73073
73476
  },
73074
- "S9m": {
73477
+ "Sab": {
73075
73478
  "type": "map",
73076
73479
  "key": {},
73077
73480
  "value": {
@@ -73081,7 +73484,7 @@ module.exports={
73081
73484
  }
73082
73485
  }
73083
73486
  },
73084
- "Sa9": {
73487
+ "Sax": {
73085
73488
  "type": "structure",
73086
73489
  "members": {
73087
73490
  "HoursOfOperationId": {},
@@ -73097,14 +73500,14 @@ module.exports={
73097
73500
  }
73098
73501
  }
73099
73502
  },
73100
- "Saj": {
73503
+ "Sb7": {
73101
73504
  "type": "structure",
73102
73505
  "members": {
73103
73506
  "AttributeType": {},
73104
73507
  "Value": {}
73105
73508
  }
73106
73509
  },
73107
- "Sax": {
73510
+ "Sbl": {
73108
73511
  "type": "structure",
73109
73512
  "members": {
73110
73513
  "PromptARN": {},
@@ -73116,7 +73519,7 @@ module.exports={
73116
73519
  }
73117
73520
  }
73118
73521
  },
73119
- "Sb0": {
73522
+ "Sbo": {
73120
73523
  "type": "structure",
73121
73524
  "members": {
73122
73525
  "Name": {},
@@ -73136,7 +73539,7 @@ module.exports={
73136
73539
  }
73137
73540
  }
73138
73541
  },
73139
- "Sb4": {
73542
+ "Sbs": {
73140
73543
  "type": "structure",
73141
73544
  "members": {
73142
73545
  "QuickConnectARN": {},
@@ -73151,7 +73554,7 @@ module.exports={
73151
73554
  }
73152
73555
  }
73153
73556
  },
73154
- "Sb7": {
73557
+ "Sbv": {
73155
73558
  "type": "structure",
73156
73559
  "members": {
73157
73560
  "InstanceId": {},
@@ -73175,7 +73578,7 @@ module.exports={
73175
73578
  "AgentAvailabilityTimer": {}
73176
73579
  }
73177
73580
  },
73178
- "Sbt": {
73581
+ "Sch": {
73179
73582
  "type": "structure",
73180
73583
  "members": {
73181
73584
  "Id": {},
@@ -73183,7 +73586,7 @@ module.exports={
73183
73586
  "Name": {}
73184
73587
  }
73185
73588
  },
73186
- "Sbx": {
73589
+ "Scl": {
73187
73590
  "type": "structure",
73188
73591
  "members": {
73189
73592
  "Id": {},
@@ -73191,90 +73594,90 @@ module.exports={
73191
73594
  "Name": {}
73192
73595
  }
73193
73596
  },
73194
- "Sck": {
73597
+ "Sda": {
73195
73598
  "type": "map",
73196
73599
  "key": {},
73197
73600
  "value": {}
73198
73601
  },
73199
- "Sco": {
73602
+ "Sde": {
73200
73603
  "type": "structure",
73201
73604
  "members": {
73202
73605
  "Queues": {
73203
- "shape": "Scp"
73606
+ "shape": "Sdf"
73204
73607
  },
73205
73608
  "Channels": {
73206
73609
  "type": "list",
73207
73610
  "member": {}
73208
73611
  },
73209
73612
  "RoutingProfiles": {
73210
- "shape": "Scr"
73613
+ "shape": "Sdh"
73211
73614
  }
73212
73615
  }
73213
73616
  },
73214
- "Scp": {
73617
+ "Sdf": {
73215
73618
  "type": "list",
73216
73619
  "member": {}
73217
73620
  },
73218
- "Scr": {
73621
+ "Sdh": {
73219
73622
  "type": "list",
73220
73623
  "member": {}
73221
73624
  },
73222
- "Scs": {
73625
+ "Sdi": {
73223
73626
  "type": "list",
73224
73627
  "member": {}
73225
73628
  },
73226
- "Scv": {
73629
+ "Sdl": {
73227
73630
  "type": "structure",
73228
73631
  "members": {
73229
73632
  "Name": {},
73230
73633
  "Unit": {}
73231
73634
  }
73232
73635
  },
73233
- "Sd6": {
73636
+ "Sdw": {
73234
73637
  "type": "structure",
73235
73638
  "members": {
73236
73639
  "Queue": {
73237
- "shape": "Sd7"
73640
+ "shape": "Sdx"
73238
73641
  },
73239
73642
  "Channel": {},
73240
73643
  "RoutingProfile": {
73241
- "shape": "Sd8"
73644
+ "shape": "Sdy"
73242
73645
  }
73243
73646
  }
73244
73647
  },
73245
- "Sd7": {
73648
+ "Sdx": {
73246
73649
  "type": "structure",
73247
73650
  "members": {
73248
73651
  "Id": {},
73249
73652
  "Arn": {}
73250
73653
  }
73251
73654
  },
73252
- "Sd8": {
73655
+ "Sdy": {
73253
73656
  "type": "structure",
73254
73657
  "members": {
73255
73658
  "Id": {},
73256
73659
  "Arn": {}
73257
73660
  }
73258
73661
  },
73259
- "Sdp": {
73662
+ "Sef": {
73260
73663
  "type": "structure",
73261
73664
  "members": {
73262
73665
  "Id": {},
73263
73666
  "Arn": {}
73264
73667
  }
73265
73668
  },
73266
- "Sdr": {
73669
+ "Seh": {
73267
73670
  "type": "map",
73268
73671
  "key": {},
73269
73672
  "value": {
73270
73673
  "type": "integer"
73271
73674
  }
73272
73675
  },
73273
- "Sdy": {
73676
+ "Seo": {
73274
73677
  "type": "string",
73275
73678
  "sensitive": true
73276
73679
  },
73277
- "Se1": {
73680
+ "Ser": {
73278
73681
  "type": "structure",
73279
73682
  "members": {
73280
73683
  "Name": {},
@@ -73291,7 +73694,7 @@ module.exports={
73291
73694
  "Unit": {}
73292
73695
  }
73293
73696
  },
73294
- "Sek": {
73697
+ "Sfa": {
73295
73698
  "type": "structure",
73296
73699
  "members": {
73297
73700
  "Name": {},
@@ -73322,18 +73725,18 @@ module.exports={
73322
73725
  }
73323
73726
  }
73324
73727
  },
73325
- "Sf8": {
73728
+ "Sfy": {
73326
73729
  "type": "structure",
73327
73730
  "required": [
73328
73731
  "Distributions"
73329
73732
  ],
73330
73733
  "members": {
73331
73734
  "Distributions": {
73332
- "shape": "Sf9"
73735
+ "shape": "Sfz"
73333
73736
  }
73334
73737
  }
73335
73738
  },
73336
- "Sf9": {
73739
+ "Sfz": {
73337
73740
  "type": "list",
73338
73741
  "member": {
73339
73742
  "type": "structure",
@@ -73349,7 +73752,7 @@ module.exports={
73349
73752
  }
73350
73753
  }
73351
73754
  },
73352
- "Sfd": {
73755
+ "Sg3": {
73353
73756
  "type": "structure",
73354
73757
  "required": [
73355
73758
  "Distributions"
@@ -73373,26 +73776,26 @@ module.exports={
73373
73776
  }
73374
73777
  }
73375
73778
  },
73376
- "Sfg": {
73779
+ "Sg6": {
73377
73780
  "type": "structure",
73378
73781
  "required": [
73379
73782
  "Distributions"
73380
73783
  ],
73381
73784
  "members": {
73382
73785
  "Distributions": {
73383
- "shape": "Sf9"
73786
+ "shape": "Sfz"
73384
73787
  }
73385
73788
  }
73386
73789
  },
73387
- "Shq": {
73790
+ "Sig": {
73388
73791
  "type": "list",
73389
73792
  "member": {}
73390
73793
  },
73391
- "Shr": {
73794
+ "Sih": {
73392
73795
  "type": "list",
73393
73796
  "member": {}
73394
73797
  },
73395
- "Si8": {
73798
+ "Siy": {
73396
73799
  "type": "list",
73397
73800
  "member": {
73398
73801
  "type": "structure",
@@ -73404,57 +73807,57 @@ module.exports={
73404
73807
  }
73405
73808
  }
73406
73809
  },
73407
- "Skg": {
73810
+ "Slg": {
73408
73811
  "type": "structure",
73409
73812
  "members": {
73410
73813
  "OrConditions": {
73411
73814
  "type": "list",
73412
73815
  "member": {
73413
- "shape": "Ski"
73816
+ "shape": "Sli"
73414
73817
  }
73415
73818
  },
73416
73819
  "AndConditions": {
73417
- "shape": "Ski"
73820
+ "shape": "Sli"
73418
73821
  },
73419
73822
  "TagCondition": {
73420
- "shape": "Skj"
73823
+ "shape": "Slj"
73421
73824
  }
73422
73825
  }
73423
73826
  },
73424
- "Ski": {
73827
+ "Sli": {
73425
73828
  "type": "list",
73426
73829
  "member": {
73427
- "shape": "Skj"
73830
+ "shape": "Slj"
73428
73831
  }
73429
73832
  },
73430
- "Skj": {
73833
+ "Slj": {
73431
73834
  "type": "structure",
73432
73835
  "members": {
73433
73836
  "TagKey": {},
73434
73837
  "TagValue": {}
73435
73838
  }
73436
73839
  },
73437
- "Skk": {
73840
+ "Slk": {
73438
73841
  "type": "structure",
73439
73842
  "members": {
73440
73843
  "OrConditions": {
73441
- "shape": "Skl"
73844
+ "shape": "Sll"
73442
73845
  },
73443
73846
  "AndConditions": {
73444
- "shape": "Skl"
73847
+ "shape": "Sll"
73445
73848
  },
73446
73849
  "StringCondition": {
73447
- "shape": "Skm"
73850
+ "shape": "Slm"
73448
73851
  }
73449
73852
  }
73450
73853
  },
73451
- "Skl": {
73854
+ "Sll": {
73452
73855
  "type": "list",
73453
73856
  "member": {
73454
- "shape": "Skk"
73857
+ "shape": "Slk"
73455
73858
  }
73456
73859
  },
73457
- "Skm": {
73860
+ "Slm": {
73458
73861
  "type": "structure",
73459
73862
  "members": {
73460
73863
  "FieldName": {},
@@ -73462,118 +73865,118 @@ module.exports={
73462
73865
  "ComparisonType": {}
73463
73866
  }
73464
73867
  },
73465
- "Sks": {
73868
+ "Sls": {
73466
73869
  "type": "structure",
73467
73870
  "members": {
73468
73871
  "OrConditions": {
73469
- "shape": "Skt"
73872
+ "shape": "Slt"
73470
73873
  },
73471
73874
  "AndConditions": {
73472
- "shape": "Skt"
73875
+ "shape": "Slt"
73473
73876
  },
73474
73877
  "StringCondition": {
73475
- "shape": "Skm"
73878
+ "shape": "Slm"
73476
73879
  }
73477
73880
  }
73478
73881
  },
73479
- "Skt": {
73882
+ "Slt": {
73480
73883
  "type": "list",
73481
73884
  "member": {
73482
- "shape": "Sks"
73885
+ "shape": "Sls"
73483
73886
  }
73484
73887
  },
73485
- "Sky": {
73888
+ "Sly": {
73486
73889
  "type": "structure",
73487
73890
  "members": {
73488
73891
  "OrConditions": {
73489
- "shape": "Skz"
73892
+ "shape": "Slz"
73490
73893
  },
73491
73894
  "AndConditions": {
73492
- "shape": "Skz"
73895
+ "shape": "Slz"
73493
73896
  },
73494
73897
  "StringCondition": {
73495
- "shape": "Skm"
73898
+ "shape": "Slm"
73496
73899
  },
73497
73900
  "QueueTypeCondition": {}
73498
73901
  }
73499
73902
  },
73500
- "Skz": {
73903
+ "Slz": {
73501
73904
  "type": "list",
73502
73905
  "member": {
73503
- "shape": "Sky"
73906
+ "shape": "Sly"
73504
73907
  }
73505
73908
  },
73506
- "Sl5": {
73909
+ "Sm5": {
73507
73910
  "type": "structure",
73508
73911
  "members": {
73509
73912
  "OrConditions": {
73510
- "shape": "Sl6"
73913
+ "shape": "Sm6"
73511
73914
  },
73512
73915
  "AndConditions": {
73513
- "shape": "Sl6"
73916
+ "shape": "Sm6"
73514
73917
  },
73515
73918
  "StringCondition": {
73516
- "shape": "Skm"
73919
+ "shape": "Slm"
73517
73920
  }
73518
73921
  }
73519
73922
  },
73520
- "Sl6": {
73923
+ "Sm6": {
73521
73924
  "type": "list",
73522
73925
  "member": {
73523
- "shape": "Sl5"
73926
+ "shape": "Sm5"
73524
73927
  }
73525
73928
  },
73526
- "Slk": {
73929
+ "Smk": {
73527
73930
  "type": "structure",
73528
73931
  "members": {
73529
73932
  "OrConditions": {
73530
- "shape": "Sll"
73933
+ "shape": "Sml"
73531
73934
  },
73532
73935
  "AndConditions": {
73533
- "shape": "Sll"
73936
+ "shape": "Sml"
73534
73937
  },
73535
73938
  "StringCondition": {
73536
- "shape": "Skm"
73939
+ "shape": "Slm"
73537
73940
  }
73538
73941
  }
73539
73942
  },
73540
- "Sll": {
73943
+ "Sml": {
73541
73944
  "type": "list",
73542
73945
  "member": {
73543
- "shape": "Slk"
73946
+ "shape": "Smk"
73544
73947
  }
73545
73948
  },
73546
- "Slp": {
73949
+ "Smp": {
73547
73950
  "type": "structure",
73548
73951
  "members": {
73549
73952
  "OrConditions": {
73550
- "shape": "Slq"
73953
+ "shape": "Smq"
73551
73954
  },
73552
73955
  "AndConditions": {
73553
- "shape": "Slq"
73956
+ "shape": "Smq"
73554
73957
  },
73555
73958
  "StringCondition": {
73556
- "shape": "Skm"
73959
+ "shape": "Slm"
73557
73960
  }
73558
73961
  }
73559
73962
  },
73560
- "Slq": {
73963
+ "Smq": {
73561
73964
  "type": "list",
73562
73965
  "member": {
73563
- "shape": "Slp"
73966
+ "shape": "Smp"
73564
73967
  }
73565
73968
  },
73566
- "Slx": {
73969
+ "Smx": {
73567
73970
  "type": "structure",
73568
73971
  "members": {
73569
73972
  "OrConditions": {
73570
- "shape": "Sly"
73973
+ "shape": "Smy"
73571
73974
  },
73572
73975
  "AndConditions": {
73573
- "shape": "Sly"
73976
+ "shape": "Smy"
73574
73977
  },
73575
73978
  "StringCondition": {
73576
- "shape": "Skm"
73979
+ "shape": "Slm"
73577
73980
  },
73578
73981
  "HierarchyGroupCondition": {
73579
73982
  "type": "structure",
@@ -73584,25 +73987,25 @@ module.exports={
73584
73987
  }
73585
73988
  }
73586
73989
  },
73587
- "Sly": {
73990
+ "Smy": {
73588
73991
  "type": "list",
73589
73992
  "member": {
73590
- "shape": "Slx"
73993
+ "shape": "Smx"
73591
73994
  }
73592
73995
  },
73593
- "Sn9": {
73996
+ "So9": {
73594
73997
  "type": "map",
73595
73998
  "key": {},
73596
73999
  "value": {
73597
74000
  "type": "structure",
73598
74001
  "members": {
73599
74002
  "Value": {
73600
- "shape": "S9j"
74003
+ "shape": "Sa8"
73601
74004
  }
73602
74005
  }
73603
74006
  }
73604
74007
  },
73605
- "Spc": {
74008
+ "Sqc": {
73606
74009
  "type": "structure",
73607
74010
  "required": [
73608
74011
  "Name"
@@ -73844,6 +74247,18 @@ module.exports={
73844
74247
  "output_token": "NextToken",
73845
74248
  "result_key": "UserSummaryList"
73846
74249
  },
74250
+ "ListViewVersions": {
74251
+ "input_token": "NextToken",
74252
+ "limit_key": "MaxResults",
74253
+ "output_token": "NextToken",
74254
+ "result_key": "ViewVersionSummaryList"
74255
+ },
74256
+ "ListViews": {
74257
+ "input_token": "NextToken",
74258
+ "limit_key": "MaxResults",
74259
+ "output_token": "NextToken",
74260
+ "result_key": "ViewsSummaryList"
74261
+ },
73847
74262
  "SearchAvailablePhoneNumbers": {
73848
74263
  "input_token": "NextToken",
73849
74264
  "limit_key": "MaxResults",
@@ -207464,7 +207879,8 @@ module.exports={
207464
207879
  },
207465
207880
  "EnableLocalWriteForwarding": {
207466
207881
  "type": "boolean"
207467
- }
207882
+ },
207883
+ "AwsBackupRecoveryPointArn": {}
207468
207884
  }
207469
207885
  },
207470
207886
  "output": {
@@ -207514,7 +207930,7 @@ module.exports={
207514
207930
  }
207515
207931
  },
207516
207932
  "output": {
207517
- "shape": "Sbx",
207933
+ "shape": "Sby",
207518
207934
  "resultWrapper": "ModifyDBClusterParameterGroupResult"
207519
207935
  }
207520
207936
  },
@@ -208232,7 +208648,7 @@ module.exports={
208232
208648
  }
208233
208649
  },
208234
208650
  "output": {
208235
- "shape": "Sbx",
208651
+ "shape": "Sby",
208236
208652
  "resultWrapper": "ResetDBClusterParameterGroupResult"
208237
208653
  }
208238
208654
  },
@@ -209975,7 +210391,8 @@ module.exports={
209975
210391
  "IOOptimizedNextAllowedModificationTime": {
209976
210392
  "type": "timestamp"
209977
210393
  },
209978
- "LocalWriteForwardingStatus": {}
210394
+ "LocalWriteForwardingStatus": {},
210395
+ "AwsBackupRecoveryPointArn": {}
209979
210396
  },
209980
210397
  "wrapper": true
209981
210398
  },
@@ -210550,7 +210967,8 @@ module.exports={
210550
210967
  "StorageType": {},
210551
210968
  "Iops": {
210552
210969
  "type": "integer"
210553
- }
210970
+ },
210971
+ "AwsBackupRecoveryPointArn": {}
210554
210972
  },
210555
210973
  "wrapper": true
210556
210974
  },
@@ -210615,7 +211033,8 @@ module.exports={
210615
211033
  "BackupTarget": {},
210616
211034
  "StorageThroughput": {
210617
211035
  "type": "integer"
210618
- }
211036
+ },
211037
+ "AwsBackupRecoveryPointArn": {}
210619
211038
  },
210620
211039
  "wrapper": true
210621
211040
  },
@@ -210910,7 +211329,7 @@ module.exports={
210910
211329
  }
210911
211330
  }
210912
211331
  },
210913
- "Sbx": {
211332
+ "Sby": {
210914
211333
  "type": "structure",
210915
211334
  "members": {
210916
211335
  "DBClusterParameterGroupName": {}
@@ -261289,7 +261708,7 @@ AWS.util.update(AWS, {
261289
261708
  /**
261290
261709
  * @constant
261291
261710
  */
261292
- VERSION: '2.1449.0',
261711
+ VERSION: '2.1451.0',
261293
261712
 
261294
261713
  /**
261295
261714
  * @api private
@@ -283470,7 +283889,7 @@ var LRUCache = /** @class */ (function () {
283470
283889
  }());
283471
283890
  exports.LRUCache = LRUCache;
283472
283891
  },{}],467:[function(require,module,exports){
283473
- // AWS SDK for JavaScript v2.1449.0
283892
+ // AWS SDK for JavaScript v2.1451.0
283474
283893
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
283475
283894
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
283476
283895
  require('./browser_loader');