aws-sdk 2.871.0 → 2.875.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.
Files changed (45) hide show
  1. package/CHANGELOG.md +26 -1
  2. package/README.md +1 -1
  3. package/apis/alexaforbusiness-2017-11-09.min.json +9 -0
  4. package/apis/customer-profiles-2020-08-15.min.json +164 -6
  5. package/apis/docdb-2014-10-31.min.json +298 -114
  6. package/apis/docdb-2014-10-31.paginators.json +6 -0
  7. package/apis/eventbridge-2015-10-07.min.json +22 -3
  8. package/apis/events-2015-10-07.min.json +22 -3
  9. package/apis/glue-2017-03-31.min.json +20 -10
  10. package/apis/iotwireless-2020-11-22.min.json +3 -0
  11. package/apis/location-2020-11-19.min.json +23 -1
  12. package/apis/lookoutmetrics-2017-07-25.examples.json +5 -0
  13. package/apis/lookoutmetrics-2017-07-25.min.json +1179 -0
  14. package/apis/lookoutmetrics-2017-07-25.paginators.json +39 -0
  15. package/apis/medialive-2017-10-14.min.json +189 -176
  16. package/apis/metadata.json +3 -0
  17. package/apis/rekognition-2016-06-27.min.json +181 -109
  18. package/apis/sagemaker-2017-07-24.min.json +213 -199
  19. package/apis/wafv2-2019-07-29.min.json +172 -81
  20. package/clients/alexaforbusiness.d.ts +12 -0
  21. package/clients/all.d.ts +1 -0
  22. package/clients/all.js +2 -1
  23. package/clients/cloudwatchevents.d.ts +25 -2
  24. package/clients/customerprofiles.d.ts +102 -1
  25. package/clients/docdb.d.ts +213 -0
  26. package/clients/eventbridge.d.ts +25 -2
  27. package/clients/glue.d.ts +21 -6
  28. package/clients/iotwireless.d.ts +13 -9
  29. package/clients/location.d.ts +100 -44
  30. package/clients/lookoutmetrics.d.ts +1497 -0
  31. package/clients/lookoutmetrics.js +19 -0
  32. package/clients/medialive.d.ts +8 -1
  33. package/clients/rekognition.d.ts +80 -3
  34. package/clients/sagemaker.d.ts +26 -11
  35. package/clients/sqs.d.ts +2 -2
  36. package/clients/transcribeservice.d.ts +2 -2
  37. package/clients/wafv2.d.ts +94 -3
  38. package/dist/aws-sdk-core-react-native.js +2 -2
  39. package/dist/aws-sdk-react-native.js +83 -17
  40. package/dist/aws-sdk.js +209 -115
  41. package/dist/aws-sdk.min.js +47 -47
  42. package/lib/config_service_placeholders.d.ts +2 -0
  43. package/lib/core.js +1 -1
  44. package/lib/services/lookoutmetrics.js +22 -0
  45. package/package.json +1 -1
package/dist/aws-sdk.js CHANGED
@@ -1,4 +1,4 @@
1
- // AWS SDK for JavaScript v2.871.0
1
+ // AWS SDK for JavaScript v2.875.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){
@@ -111551,7 +111551,7 @@ module.exports={
111551
111551
  },
111552
111552
  "Source": {},
111553
111553
  "Resources": {
111554
- "shape": "S5z"
111554
+ "shape": "S64"
111555
111555
  },
111556
111556
  "DetailType": {},
111557
111557
  "Detail": {},
@@ -111599,7 +111599,7 @@ module.exports={
111599
111599
  },
111600
111600
  "Source": {},
111601
111601
  "Resources": {
111602
- "shape": "S5z"
111602
+ "shape": "S64"
111603
111603
  },
111604
111604
  "DetailType": {},
111605
111605
  "Detail": {}
@@ -112227,6 +112227,25 @@ module.exports={
112227
112227
  }
112228
112228
  }
112229
112229
  },
112230
+ "SageMakerPipelineParameters": {
112231
+ "type": "structure",
112232
+ "members": {
112233
+ "PipelineParameterList": {
112234
+ "type": "list",
112235
+ "member": {
112236
+ "type": "structure",
112237
+ "required": [
112238
+ "Name",
112239
+ "Value"
112240
+ ],
112241
+ "members": {
112242
+ "Name": {},
112243
+ "Value": {}
112244
+ }
112245
+ }
112246
+ }
112247
+ }
112248
+ },
112230
112249
  "DeadLetterConfig": {
112231
112250
  "type": "structure",
112232
112251
  "members": {
@@ -112251,7 +112270,7 @@ module.exports={
112251
112270
  "type": "list",
112252
112271
  "member": {}
112253
112272
  },
112254
- "S5z": {
112273
+ "S64": {
112255
112274
  "type": "list",
112256
112275
  "member": {}
112257
112276
  }
@@ -148109,6 +148128,9 @@ module.exports={
148109
148128
  },
148110
148129
  "fis": {
148111
148130
  "name": "Fis"
148131
+ },
148132
+ "lookoutmetrics": {
148133
+ "name": "LookoutMetrics"
148112
148134
  }
148113
148135
  }
148114
148136
  },{}],157:[function(require,module,exports){
@@ -174994,7 +175016,10 @@ module.exports={
174994
175016
  "CollectionId"
174995
175017
  ],
174996
175018
  "members": {
174997
- "CollectionId": {}
175019
+ "CollectionId": {},
175020
+ "Tags": {
175021
+ "shape": "Sr"
175022
+ }
174998
175023
  }
174999
175024
  },
175000
175025
  "output": {
@@ -175039,13 +175064,16 @@ module.exports={
175039
175064
  "ProjectArn": {},
175040
175065
  "VersionName": {},
175041
175066
  "OutputConfig": {
175042
- "shape": "S10"
175067
+ "shape": "S13"
175043
175068
  },
175044
175069
  "TrainingData": {
175045
- "shape": "S12"
175070
+ "shape": "S15"
175046
175071
  },
175047
175072
  "TestingData": {
175048
- "shape": "S16"
175073
+ "shape": "S19"
175074
+ },
175075
+ "Tags": {
175076
+ "shape": "Sr"
175049
175077
  }
175050
175078
  }
175051
175079
  },
@@ -175068,16 +175096,19 @@ module.exports={
175068
175096
  ],
175069
175097
  "members": {
175070
175098
  "Input": {
175071
- "shape": "S1b"
175099
+ "shape": "S1e"
175072
175100
  },
175073
175101
  "Output": {
175074
- "shape": "S1e"
175102
+ "shape": "S1h"
175075
175103
  },
175076
175104
  "Name": {},
175077
175105
  "Settings": {
175078
- "shape": "S1i"
175106
+ "shape": "S1l"
175079
175107
  },
175080
- "RoleArn": {}
175108
+ "RoleArn": {},
175109
+ "Tags": {
175110
+ "shape": "Sr"
175111
+ }
175081
175112
  }
175082
175113
  },
175083
175114
  "output": {
@@ -175116,7 +175147,7 @@ module.exports={
175116
175147
  "members": {
175117
175148
  "CollectionId": {},
175118
175149
  "FaceIds": {
175119
- "shape": "S1q"
175150
+ "shape": "S1t"
175120
175151
  }
175121
175152
  }
175122
175153
  },
@@ -175124,7 +175155,7 @@ module.exports={
175124
175155
  "type": "structure",
175125
175156
  "members": {
175126
175157
  "DeletedFaces": {
175127
- "shape": "S1q"
175158
+ "shape": "S1t"
175128
175159
  }
175129
175160
  }
175130
175161
  }
@@ -175244,19 +175275,19 @@ module.exports={
175244
175275
  "type": "timestamp"
175245
175276
  },
175246
175277
  "OutputConfig": {
175247
- "shape": "S10"
175278
+ "shape": "S13"
175248
175279
  },
175249
175280
  "TrainingDataResult": {
175250
175281
  "type": "structure",
175251
175282
  "members": {
175252
175283
  "Input": {
175253
- "shape": "S12"
175284
+ "shape": "S15"
175254
175285
  },
175255
175286
  "Output": {
175256
- "shape": "S12"
175287
+ "shape": "S15"
175257
175288
  },
175258
175289
  "Validation": {
175259
- "shape": "S2f"
175290
+ "shape": "S2i"
175260
175291
  }
175261
175292
  }
175262
175293
  },
@@ -175264,13 +175295,13 @@ module.exports={
175264
175295
  "type": "structure",
175265
175296
  "members": {
175266
175297
  "Input": {
175267
- "shape": "S16"
175298
+ "shape": "S19"
175268
175299
  },
175269
175300
  "Output": {
175270
- "shape": "S16"
175301
+ "shape": "S19"
175271
175302
  },
175272
175303
  "Validation": {
175273
- "shape": "S2f"
175304
+ "shape": "S2i"
175274
175305
  }
175275
175306
  }
175276
175307
  },
@@ -175291,7 +175322,7 @@ module.exports={
175291
175322
  }
175292
175323
  },
175293
175324
  "ManifestSummary": {
175294
- "shape": "S15"
175325
+ "shape": "S18"
175295
175326
  }
175296
175327
  }
175297
175328
  }
@@ -175354,14 +175385,14 @@ module.exports={
175354
175385
  "type": "timestamp"
175355
175386
  },
175356
175387
  "Input": {
175357
- "shape": "S1b"
175388
+ "shape": "S1e"
175358
175389
  },
175359
175390
  "Output": {
175360
- "shape": "S1e"
175391
+ "shape": "S1h"
175361
175392
  },
175362
175393
  "RoleArn": {},
175363
175394
  "Settings": {
175364
- "shape": "S1i"
175395
+ "shape": "S1l"
175365
175396
  }
175366
175397
  }
175367
175398
  }
@@ -175399,7 +175430,7 @@ module.exports={
175399
175430
  "type": "float"
175400
175431
  },
175401
175432
  "Geometry": {
175402
- "shape": "S2v"
175433
+ "shape": "S2y"
175403
175434
  }
175404
175435
  }
175405
175436
  }
@@ -175418,7 +175449,7 @@ module.exports={
175418
175449
  "shape": "S2"
175419
175450
  },
175420
175451
  "Attributes": {
175421
- "shape": "S2z"
175452
+ "shape": "S32"
175422
175453
  }
175423
175454
  }
175424
175455
  },
@@ -175428,7 +175459,7 @@ module.exports={
175428
175459
  "FaceDetails": {
175429
175460
  "type": "list",
175430
175461
  "member": {
175431
- "shape": "S33"
175462
+ "shape": "S36"
175432
175463
  }
175433
175464
  },
175434
175465
  "OrientationCorrection": {}
@@ -175459,7 +175490,7 @@ module.exports={
175459
175490
  "Labels": {
175460
175491
  "type": "list",
175461
175492
  "member": {
175462
- "shape": "S3k"
175493
+ "shape": "S3n"
175463
175494
  }
175464
175495
  },
175465
175496
  "OrientationCorrection": {},
@@ -175508,7 +175539,7 @@ module.exports={
175508
175539
  "ModerationLabels": {
175509
175540
  "type": "list",
175510
175541
  "member": {
175511
- "shape": "S3y"
175542
+ "shape": "S41"
175512
175543
  }
175513
175544
  },
175514
175545
  "ModerationModelVersion": {},
@@ -175619,13 +175650,13 @@ module.exports={
175619
175650
  "type": "structure",
175620
175651
  "members": {
175621
175652
  "PersonsWithRequiredEquipment": {
175622
- "shape": "S4i"
175653
+ "shape": "S4l"
175623
175654
  },
175624
175655
  "PersonsWithoutRequiredEquipment": {
175625
- "shape": "S4i"
175656
+ "shape": "S4l"
175626
175657
  },
175627
175658
  "PersonsIndeterminate": {
175628
- "shape": "S4i"
175659
+ "shape": "S4l"
175629
175660
  }
175630
175661
  }
175631
175662
  }
@@ -175646,10 +175677,10 @@ module.exports={
175646
175677
  "type": "structure",
175647
175678
  "members": {
175648
175679
  "WordFilter": {
175649
- "shape": "S4l"
175680
+ "shape": "S4o"
175650
175681
  },
175651
175682
  "RegionsOfInterest": {
175652
- "shape": "S4o"
175683
+ "shape": "S4r"
175653
175684
  }
175654
175685
  }
175655
175686
  }
@@ -175661,7 +175692,7 @@ module.exports={
175661
175692
  "TextDetections": {
175662
175693
  "type": "list",
175663
175694
  "member": {
175664
- "shape": "S4s"
175695
+ "shape": "S4v"
175665
175696
  }
175666
175697
  },
175667
175698
  "TextModelVersion": {}
@@ -175682,7 +175713,7 @@ module.exports={
175682
175713
  "type": "structure",
175683
175714
  "members": {
175684
175715
  "Urls": {
175685
- "shape": "S4x"
175716
+ "shape": "S50"
175686
175717
  },
175687
175718
  "Name": {}
175688
175719
  }
@@ -175709,7 +175740,7 @@ module.exports={
175709
175740
  "JobStatus": {},
175710
175741
  "StatusMessage": {},
175711
175742
  "VideoMetadata": {
175712
- "shape": "S56"
175743
+ "shape": "S59"
175713
175744
  },
175714
175745
  "NextToken": {},
175715
175746
  "Celebrities": {
@@ -175724,7 +175755,7 @@ module.exports={
175724
175755
  "type": "structure",
175725
175756
  "members": {
175726
175757
  "Urls": {
175727
- "shape": "S4x"
175758
+ "shape": "S50"
175728
175759
  },
175729
175760
  "Name": {},
175730
175761
  "Id": {},
@@ -175735,7 +175766,7 @@ module.exports={
175735
175766
  "shape": "Sc"
175736
175767
  },
175737
175768
  "Face": {
175738
- "shape": "S33"
175769
+ "shape": "S36"
175739
175770
  }
175740
175771
  }
175741
175772
  }
@@ -175766,7 +175797,7 @@ module.exports={
175766
175797
  "JobStatus": {},
175767
175798
  "StatusMessage": {},
175768
175799
  "VideoMetadata": {
175769
- "shape": "S56"
175800
+ "shape": "S59"
175770
175801
  },
175771
175802
  "ModerationLabels": {
175772
175803
  "type": "list",
@@ -175777,7 +175808,7 @@ module.exports={
175777
175808
  "type": "long"
175778
175809
  },
175779
175810
  "ModerationLabel": {
175780
- "shape": "S3y"
175811
+ "shape": "S41"
175781
175812
  }
175782
175813
  }
175783
175814
  }
@@ -175807,7 +175838,7 @@ module.exports={
175807
175838
  "JobStatus": {},
175808
175839
  "StatusMessage": {},
175809
175840
  "VideoMetadata": {
175810
- "shape": "S56"
175841
+ "shape": "S59"
175811
175842
  },
175812
175843
  "NextToken": {},
175813
175844
  "Faces": {
@@ -175819,7 +175850,7 @@ module.exports={
175819
175850
  "type": "long"
175820
175851
  },
175821
175852
  "Face": {
175822
- "shape": "S33"
175853
+ "shape": "S36"
175823
175854
  }
175824
175855
  }
175825
175856
  }
@@ -175849,7 +175880,7 @@ module.exports={
175849
175880
  "StatusMessage": {},
175850
175881
  "NextToken": {},
175851
175882
  "VideoMetadata": {
175852
- "shape": "S56"
175883
+ "shape": "S59"
175853
175884
  },
175854
175885
  "Persons": {
175855
175886
  "type": "list",
@@ -175860,10 +175891,10 @@ module.exports={
175860
175891
  "type": "long"
175861
175892
  },
175862
175893
  "Person": {
175863
- "shape": "S5p"
175894
+ "shape": "S5s"
175864
175895
  },
175865
175896
  "FaceMatches": {
175866
- "shape": "S5r"
175897
+ "shape": "S5u"
175867
175898
  }
175868
175899
  }
175869
175900
  }
@@ -175892,7 +175923,7 @@ module.exports={
175892
175923
  "JobStatus": {},
175893
175924
  "StatusMessage": {},
175894
175925
  "VideoMetadata": {
175895
- "shape": "S56"
175926
+ "shape": "S59"
175896
175927
  },
175897
175928
  "NextToken": {},
175898
175929
  "Labels": {
@@ -175904,7 +175935,7 @@ module.exports={
175904
175935
  "type": "long"
175905
175936
  },
175906
175937
  "Label": {
175907
- "shape": "S3k"
175938
+ "shape": "S3n"
175908
175939
  }
175909
175940
  }
175910
175941
  }
@@ -175934,7 +175965,7 @@ module.exports={
175934
175965
  "JobStatus": {},
175935
175966
  "StatusMessage": {},
175936
175967
  "VideoMetadata": {
175937
- "shape": "S56"
175968
+ "shape": "S59"
175938
175969
  },
175939
175970
  "NextToken": {},
175940
175971
  "Persons": {
@@ -175946,7 +175977,7 @@ module.exports={
175946
175977
  "type": "long"
175947
175978
  },
175948
175979
  "Person": {
175949
- "shape": "S5p"
175980
+ "shape": "S5s"
175950
175981
  }
175951
175982
  }
175952
175983
  }
@@ -175976,7 +176007,7 @@ module.exports={
175976
176007
  "VideoMetadata": {
175977
176008
  "type": "list",
175978
176009
  "member": {
175979
- "shape": "S56"
176010
+ "shape": "S59"
175980
176011
  }
175981
176012
  },
175982
176013
  "AudioMetadata": {
@@ -176072,7 +176103,7 @@ module.exports={
176072
176103
  "JobStatus": {},
176073
176104
  "StatusMessage": {},
176074
176105
  "VideoMetadata": {
176075
- "shape": "S56"
176106
+ "shape": "S59"
176076
176107
  },
176077
176108
  "TextDetections": {
176078
176109
  "type": "list",
@@ -176083,7 +176114,7 @@ module.exports={
176083
176114
  "type": "long"
176084
176115
  },
176085
176116
  "TextDetection": {
176086
- "shape": "S4s"
176117
+ "shape": "S4v"
176087
176118
  }
176088
176119
  }
176089
176120
  }
@@ -176107,7 +176138,7 @@ module.exports={
176107
176138
  },
176108
176139
  "ExternalImageId": {},
176109
176140
  "DetectionAttributes": {
176110
- "shape": "S2z"
176141
+ "shape": "S32"
176111
176142
  },
176112
176143
  "MaxFaces": {
176113
176144
  "type": "integer"
@@ -176124,10 +176155,10 @@ module.exports={
176124
176155
  "type": "structure",
176125
176156
  "members": {
176126
176157
  "Face": {
176127
- "shape": "S5t"
176158
+ "shape": "S5w"
176128
176159
  },
176129
176160
  "FaceDetail": {
176130
- "shape": "S33"
176161
+ "shape": "S36"
176131
176162
  }
176132
176163
  }
176133
176164
  }
@@ -176144,7 +176175,7 @@ module.exports={
176144
176175
  "member": {}
176145
176176
  },
176146
176177
  "FaceDetail": {
176147
- "shape": "S33"
176178
+ "shape": "S36"
176148
176179
  }
176149
176180
  }
176150
176181
  }
@@ -176197,7 +176228,7 @@ module.exports={
176197
176228
  "Faces": {
176198
176229
  "type": "list",
176199
176230
  "member": {
176200
- "shape": "S5t"
176231
+ "shape": "S5w"
176201
176232
  }
176202
176233
  },
176203
176234
  "NextToken": {},
@@ -176232,6 +176263,25 @@ module.exports={
176232
176263
  }
176233
176264
  }
176234
176265
  },
176266
+ "ListTagsForResource": {
176267
+ "input": {
176268
+ "type": "structure",
176269
+ "required": [
176270
+ "ResourceArn"
176271
+ ],
176272
+ "members": {
176273
+ "ResourceArn": {}
176274
+ }
176275
+ },
176276
+ "output": {
176277
+ "type": "structure",
176278
+ "members": {
176279
+ "Tags": {
176280
+ "shape": "Sr"
176281
+ }
176282
+ }
176283
+ }
176284
+ },
176235
176285
  "RecognizeCelebrities": {
176236
176286
  "input": {
176237
176287
  "type": "structure",
@@ -176253,7 +176303,7 @@ module.exports={
176253
176303
  "type": "structure",
176254
176304
  "members": {
176255
176305
  "Urls": {
176256
- "shape": "S4x"
176306
+ "shape": "S50"
176257
176307
  },
176258
176308
  "Name": {},
176259
176309
  "Id": {},
@@ -176299,7 +176349,7 @@ module.exports={
176299
176349
  "members": {
176300
176350
  "SearchedFaceId": {},
176301
176351
  "FaceMatches": {
176302
- "shape": "S5r"
176352
+ "shape": "S5u"
176303
176353
  },
176304
176354
  "FaceModelVersion": {}
176305
176355
  }
@@ -176336,7 +176386,7 @@ module.exports={
176336
176386
  "type": "float"
176337
176387
  },
176338
176388
  "FaceMatches": {
176339
- "shape": "S5r"
176389
+ "shape": "S5u"
176340
176390
  },
176341
176391
  "FaceModelVersion": {}
176342
176392
  }
@@ -176350,11 +176400,11 @@ module.exports={
176350
176400
  ],
176351
176401
  "members": {
176352
176402
  "Video": {
176353
- "shape": "S7l"
176403
+ "shape": "S7r"
176354
176404
  },
176355
176405
  "ClientRequestToken": {},
176356
176406
  "NotificationChannel": {
176357
- "shape": "S7n"
176407
+ "shape": "S7t"
176358
176408
  },
176359
176409
  "JobTag": {}
176360
176410
  }
@@ -176375,14 +176425,14 @@ module.exports={
176375
176425
  ],
176376
176426
  "members": {
176377
176427
  "Video": {
176378
- "shape": "S7l"
176428
+ "shape": "S7r"
176379
176429
  },
176380
176430
  "MinConfidence": {
176381
176431
  "type": "float"
176382
176432
  },
176383
176433
  "ClientRequestToken": {},
176384
176434
  "NotificationChannel": {
176385
- "shape": "S7n"
176435
+ "shape": "S7t"
176386
176436
  },
176387
176437
  "JobTag": {}
176388
176438
  }
@@ -176403,11 +176453,11 @@ module.exports={
176403
176453
  ],
176404
176454
  "members": {
176405
176455
  "Video": {
176406
- "shape": "S7l"
176456
+ "shape": "S7r"
176407
176457
  },
176408
176458
  "ClientRequestToken": {},
176409
176459
  "NotificationChannel": {
176410
- "shape": "S7n"
176460
+ "shape": "S7t"
176411
176461
  },
176412
176462
  "FaceAttributes": {},
176413
176463
  "JobTag": {}
@@ -176430,7 +176480,7 @@ module.exports={
176430
176480
  ],
176431
176481
  "members": {
176432
176482
  "Video": {
176433
- "shape": "S7l"
176483
+ "shape": "S7r"
176434
176484
  },
176435
176485
  "ClientRequestToken": {},
176436
176486
  "FaceMatchThreshold": {
@@ -176438,7 +176488,7 @@ module.exports={
176438
176488
  },
176439
176489
  "CollectionId": {},
176440
176490
  "NotificationChannel": {
176441
- "shape": "S7n"
176491
+ "shape": "S7t"
176442
176492
  },
176443
176493
  "JobTag": {}
176444
176494
  }
@@ -176459,14 +176509,14 @@ module.exports={
176459
176509
  ],
176460
176510
  "members": {
176461
176511
  "Video": {
176462
- "shape": "S7l"
176512
+ "shape": "S7r"
176463
176513
  },
176464
176514
  "ClientRequestToken": {},
176465
176515
  "MinConfidence": {
176466
176516
  "type": "float"
176467
176517
  },
176468
176518
  "NotificationChannel": {
176469
- "shape": "S7n"
176519
+ "shape": "S7t"
176470
176520
  },
176471
176521
  "JobTag": {}
176472
176522
  }
@@ -176487,11 +176537,11 @@ module.exports={
176487
176537
  ],
176488
176538
  "members": {
176489
176539
  "Video": {
176490
- "shape": "S7l"
176540
+ "shape": "S7r"
176491
176541
  },
176492
176542
  "ClientRequestToken": {},
176493
176543
  "NotificationChannel": {
176494
- "shape": "S7n"
176544
+ "shape": "S7t"
176495
176545
  },
176496
176546
  "JobTag": {}
176497
176547
  }
@@ -176534,11 +176584,11 @@ module.exports={
176534
176584
  ],
176535
176585
  "members": {
176536
176586
  "Video": {
176537
- "shape": "S7l"
176587
+ "shape": "S7r"
176538
176588
  },
176539
176589
  "ClientRequestToken": {},
176540
176590
  "NotificationChannel": {
176541
- "shape": "S7n"
176591
+ "shape": "S7t"
176542
176592
  },
176543
176593
  "JobTag": {},
176544
176594
  "Filters": {
@@ -176599,21 +176649,21 @@ module.exports={
176599
176649
  ],
176600
176650
  "members": {
176601
176651
  "Video": {
176602
- "shape": "S7l"
176652
+ "shape": "S7r"
176603
176653
  },
176604
176654
  "ClientRequestToken": {},
176605
176655
  "NotificationChannel": {
176606
- "shape": "S7n"
176656
+ "shape": "S7t"
176607
176657
  },
176608
176658
  "JobTag": {},
176609
176659
  "Filters": {
176610
176660
  "type": "structure",
176611
176661
  "members": {
176612
176662
  "WordFilter": {
176613
- "shape": "S4l"
176663
+ "shape": "S4o"
176614
176664
  },
176615
176665
  "RegionsOfInterest": {
176616
- "shape": "S4o"
176666
+ "shape": "S4r"
176617
176667
  }
176618
176668
  }
176619
176669
  }
@@ -176658,6 +176708,45 @@ module.exports={
176658
176708
  "type": "structure",
176659
176709
  "members": {}
176660
176710
  }
176711
+ },
176712
+ "TagResource": {
176713
+ "input": {
176714
+ "type": "structure",
176715
+ "required": [
176716
+ "ResourceArn",
176717
+ "Tags"
176718
+ ],
176719
+ "members": {
176720
+ "ResourceArn": {},
176721
+ "Tags": {
176722
+ "shape": "Sr"
176723
+ }
176724
+ }
176725
+ },
176726
+ "output": {
176727
+ "type": "structure",
176728
+ "members": {}
176729
+ }
176730
+ },
176731
+ "UntagResource": {
176732
+ "input": {
176733
+ "type": "structure",
176734
+ "required": [
176735
+ "ResourceArn",
176736
+ "TagKeys"
176737
+ ],
176738
+ "members": {
176739
+ "ResourceArn": {},
176740
+ "TagKeys": {
176741
+ "type": "list",
176742
+ "member": {}
176743
+ }
176744
+ }
176745
+ },
176746
+ "output": {
176747
+ "type": "structure",
176748
+ "members": {}
176749
+ }
176661
176750
  }
176662
176751
  },
176663
176752
  "shapes": {
@@ -176757,33 +176846,38 @@ module.exports={
176757
176846
  }
176758
176847
  }
176759
176848
  },
176760
- "S10": {
176849
+ "Sr": {
176850
+ "type": "map",
176851
+ "key": {},
176852
+ "value": {}
176853
+ },
176854
+ "S13": {
176761
176855
  "type": "structure",
176762
176856
  "members": {
176763
176857
  "S3Bucket": {},
176764
176858
  "S3KeyPrefix": {}
176765
176859
  }
176766
176860
  },
176767
- "S12": {
176861
+ "S15": {
176768
176862
  "type": "structure",
176769
176863
  "members": {
176770
176864
  "Assets": {
176771
- "shape": "S13"
176865
+ "shape": "S16"
176772
176866
  }
176773
176867
  }
176774
176868
  },
176775
- "S13": {
176869
+ "S16": {
176776
176870
  "type": "list",
176777
176871
  "member": {
176778
176872
  "type": "structure",
176779
176873
  "members": {
176780
176874
  "GroundTruthManifest": {
176781
- "shape": "S15"
176875
+ "shape": "S18"
176782
176876
  }
176783
176877
  }
176784
176878
  }
176785
176879
  },
176786
- "S15": {
176880
+ "S18": {
176787
176881
  "type": "structure",
176788
176882
  "members": {
176789
176883
  "S3Object": {
@@ -176791,18 +176885,18 @@ module.exports={
176791
176885
  }
176792
176886
  }
176793
176887
  },
176794
- "S16": {
176888
+ "S19": {
176795
176889
  "type": "structure",
176796
176890
  "members": {
176797
176891
  "Assets": {
176798
- "shape": "S13"
176892
+ "shape": "S16"
176799
176893
  },
176800
176894
  "AutoCreate": {
176801
176895
  "type": "boolean"
176802
176896
  }
176803
176897
  }
176804
176898
  },
176805
- "S1b": {
176899
+ "S1e": {
176806
176900
  "type": "structure",
176807
176901
  "members": {
176808
176902
  "KinesisVideoStream": {
@@ -176813,7 +176907,7 @@ module.exports={
176813
176907
  }
176814
176908
  }
176815
176909
  },
176816
- "S1e": {
176910
+ "S1h": {
176817
176911
  "type": "structure",
176818
176912
  "members": {
176819
176913
  "KinesisDataStream": {
@@ -176824,7 +176918,7 @@ module.exports={
176824
176918
  }
176825
176919
  }
176826
176920
  },
176827
- "S1i": {
176921
+ "S1l": {
176828
176922
  "type": "structure",
176829
176923
  "members": {
176830
176924
  "FaceSearch": {
@@ -176838,19 +176932,19 @@ module.exports={
176838
176932
  }
176839
176933
  }
176840
176934
  },
176841
- "S1q": {
176935
+ "S1t": {
176842
176936
  "type": "list",
176843
176937
  "member": {}
176844
176938
  },
176845
- "S2f": {
176939
+ "S2i": {
176846
176940
  "type": "structure",
176847
176941
  "members": {
176848
176942
  "Assets": {
176849
- "shape": "S13"
176943
+ "shape": "S16"
176850
176944
  }
176851
176945
  }
176852
176946
  },
176853
- "S2v": {
176947
+ "S2y": {
176854
176948
  "type": "structure",
176855
176949
  "members": {
176856
176950
  "BoundingBox": {
@@ -176872,11 +176966,11 @@ module.exports={
176872
176966
  }
176873
176967
  }
176874
176968
  },
176875
- "S2z": {
176969
+ "S32": {
176876
176970
  "type": "list",
176877
176971
  "member": {}
176878
176972
  },
176879
- "S33": {
176973
+ "S36": {
176880
176974
  "type": "structure",
176881
176975
  "members": {
176882
176976
  "BoundingBox": {
@@ -177005,7 +177099,7 @@ module.exports={
177005
177099
  }
177006
177100
  }
177007
177101
  },
177008
- "S3k": {
177102
+ "S3n": {
177009
177103
  "type": "structure",
177010
177104
  "members": {
177011
177105
  "Name": {},
@@ -177037,7 +177131,7 @@ module.exports={
177037
177131
  }
177038
177132
  }
177039
177133
  },
177040
- "S3y": {
177134
+ "S41": {
177041
177135
  "type": "structure",
177042
177136
  "members": {
177043
177137
  "Confidence": {
@@ -177047,13 +177141,13 @@ module.exports={
177047
177141
  "ParentName": {}
177048
177142
  }
177049
177143
  },
177050
- "S4i": {
177144
+ "S4l": {
177051
177145
  "type": "list",
177052
177146
  "member": {
177053
177147
  "type": "integer"
177054
177148
  }
177055
177149
  },
177056
- "S4l": {
177150
+ "S4o": {
177057
177151
  "type": "structure",
177058
177152
  "members": {
177059
177153
  "MinConfidence": {
@@ -177067,7 +177161,7 @@ module.exports={
177067
177161
  }
177068
177162
  }
177069
177163
  },
177070
- "S4o": {
177164
+ "S4r": {
177071
177165
  "type": "list",
177072
177166
  "member": {
177073
177167
  "type": "structure",
@@ -177078,7 +177172,7 @@ module.exports={
177078
177172
  }
177079
177173
  }
177080
177174
  },
177081
- "S4s": {
177175
+ "S4v": {
177082
177176
  "type": "structure",
177083
177177
  "members": {
177084
177178
  "DetectedText": {},
@@ -177093,15 +177187,15 @@ module.exports={
177093
177187
  "type": "float"
177094
177188
  },
177095
177189
  "Geometry": {
177096
- "shape": "S2v"
177190
+ "shape": "S2y"
177097
177191
  }
177098
177192
  }
177099
177193
  },
177100
- "S4x": {
177194
+ "S50": {
177101
177195
  "type": "list",
177102
177196
  "member": {}
177103
177197
  },
177104
- "S56": {
177198
+ "S59": {
177105
177199
  "type": "structure",
177106
177200
  "members": {
177107
177201
  "Codec": {},
@@ -177120,7 +177214,7 @@ module.exports={
177120
177214
  }
177121
177215
  }
177122
177216
  },
177123
- "S5p": {
177217
+ "S5s": {
177124
177218
  "type": "structure",
177125
177219
  "members": {
177126
177220
  "Index": {
@@ -177130,11 +177224,11 @@ module.exports={
177130
177224
  "shape": "Sc"
177131
177225
  },
177132
177226
  "Face": {
177133
- "shape": "S33"
177227
+ "shape": "S36"
177134
177228
  }
177135
177229
  }
177136
177230
  },
177137
- "S5r": {
177231
+ "S5u": {
177138
177232
  "type": "list",
177139
177233
  "member": {
177140
177234
  "type": "structure",
@@ -177143,12 +177237,12 @@ module.exports={
177143
177237
  "type": "float"
177144
177238
  },
177145
177239
  "Face": {
177146
- "shape": "S5t"
177240
+ "shape": "S5w"
177147
177241
  }
177148
177242
  }
177149
177243
  }
177150
177244
  },
177151
- "S5t": {
177245
+ "S5w": {
177152
177246
  "type": "structure",
177153
177247
  "members": {
177154
177248
  "FaceId": {},
@@ -177162,7 +177256,7 @@ module.exports={
177162
177256
  }
177163
177257
  }
177164
177258
  },
177165
- "S7l": {
177259
+ "S7r": {
177166
177260
  "type": "structure",
177167
177261
  "members": {
177168
177262
  "S3Object": {
@@ -177170,7 +177264,7 @@ module.exports={
177170
177264
  }
177171
177265
  }
177172
177266
  },
177173
- "S7n": {
177267
+ "S7t": {
177174
177268
  "type": "structure",
177175
177269
  "required": [
177176
177270
  "SNSTopicArn",
@@ -214999,7 +215093,7 @@ AWS.util.update(AWS, {
214999
215093
  /**
215000
215094
  * @constant
215001
215095
  */
215002
- VERSION: '2.871.0',
215096
+ VERSION: '2.875.0',
215003
215097
 
215004
215098
  /**
215005
215099
  * @api private
@@ -236189,7 +236283,7 @@ var LRUCache = /** @class */ (function () {
236189
236283
  }());
236190
236284
  exports.LRUCache = LRUCache;
236191
236285
  },{}],441:[function(require,module,exports){
236192
- // AWS SDK for JavaScript v2.871.0
236286
+ // AWS SDK for JavaScript v2.875.0
236193
236287
  // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
236194
236288
  // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
236195
236289
  require('./browser_loader');