cdk-comprehend-s3olap 2.0.102 → 2.0.103
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/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +6 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +237 -126
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +102 -19
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +584 -572
- package/node_modules/aws-sdk/clients/comprehend.d.ts +148 -34
- package/node_modules/aws-sdk/clients/s3control.d.ts +109 -41
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +31 -10
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk.js +240 -129
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +78 -78
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -1,4 +1,4 @@
|
|
1
|
-
// AWS SDK for JavaScript v2.
|
1
|
+
// AWS SDK for JavaScript v2.1221.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){
|
@@ -52925,6 +52925,48 @@ module.exports={
|
|
52925
52925
|
"sensitive": true
|
52926
52926
|
}
|
52927
52927
|
},
|
52928
|
+
"BatchDetectTargetedSentiment": {
|
52929
|
+
"input": {
|
52930
|
+
"type": "structure",
|
52931
|
+
"required": [
|
52932
|
+
"TextList",
|
52933
|
+
"LanguageCode"
|
52934
|
+
],
|
52935
|
+
"members": {
|
52936
|
+
"TextList": {
|
52937
|
+
"shape": "S2"
|
52938
|
+
},
|
52939
|
+
"LanguageCode": {}
|
52940
|
+
}
|
52941
|
+
},
|
52942
|
+
"output": {
|
52943
|
+
"type": "structure",
|
52944
|
+
"required": [
|
52945
|
+
"ResultList",
|
52946
|
+
"ErrorList"
|
52947
|
+
],
|
52948
|
+
"members": {
|
52949
|
+
"ResultList": {
|
52950
|
+
"type": "list",
|
52951
|
+
"member": {
|
52952
|
+
"type": "structure",
|
52953
|
+
"members": {
|
52954
|
+
"Index": {
|
52955
|
+
"type": "integer"
|
52956
|
+
},
|
52957
|
+
"Entities": {
|
52958
|
+
"shape": "S1b"
|
52959
|
+
}
|
52960
|
+
}
|
52961
|
+
}
|
52962
|
+
},
|
52963
|
+
"ErrorList": {
|
52964
|
+
"shape": "Sc"
|
52965
|
+
}
|
52966
|
+
},
|
52967
|
+
"sensitive": true
|
52968
|
+
}
|
52969
|
+
},
|
52928
52970
|
"ClassifyDocument": {
|
52929
52971
|
"input": {
|
52930
52972
|
"type": "structure",
|
@@ -53014,13 +53056,13 @@ module.exports={
|
|
53014
53056
|
"VersionName": {},
|
53015
53057
|
"DataAccessRoleArn": {},
|
53016
53058
|
"Tags": {
|
53017
|
-
"shape": "
|
53059
|
+
"shape": "S1y"
|
53018
53060
|
},
|
53019
53061
|
"InputDataConfig": {
|
53020
|
-
"shape": "
|
53062
|
+
"shape": "S22"
|
53021
53063
|
},
|
53022
53064
|
"OutputDataConfig": {
|
53023
|
-
"shape": "
|
53065
|
+
"shape": "S2c"
|
53024
53066
|
},
|
53025
53067
|
"ClientRequestToken": {
|
53026
53068
|
"idempotencyToken": true
|
@@ -53028,7 +53070,7 @@ module.exports={
|
|
53028
53070
|
"LanguageCode": {},
|
53029
53071
|
"VolumeKmsKeyId": {},
|
53030
53072
|
"VpcConfig": {
|
53031
|
-
"shape": "
|
53073
|
+
"shape": "S2f"
|
53032
53074
|
},
|
53033
53075
|
"Mode": {},
|
53034
53076
|
"ModelKmsKeyId": {},
|
@@ -53060,7 +53102,7 @@ module.exports={
|
|
53060
53102
|
"idempotencyToken": true
|
53061
53103
|
},
|
53062
53104
|
"Tags": {
|
53063
|
-
"shape": "
|
53105
|
+
"shape": "S1y"
|
53064
53106
|
},
|
53065
53107
|
"DataAccessRoleArn": {}
|
53066
53108
|
}
|
@@ -53086,10 +53128,10 @@ module.exports={
|
|
53086
53128
|
"VersionName": {},
|
53087
53129
|
"DataAccessRoleArn": {},
|
53088
53130
|
"Tags": {
|
53089
|
-
"shape": "
|
53131
|
+
"shape": "S1y"
|
53090
53132
|
},
|
53091
53133
|
"InputDataConfig": {
|
53092
|
-
"shape": "
|
53134
|
+
"shape": "S2v"
|
53093
53135
|
},
|
53094
53136
|
"ClientRequestToken": {
|
53095
53137
|
"idempotencyToken": true
|
@@ -53097,7 +53139,7 @@ module.exports={
|
|
53097
53139
|
"LanguageCode": {},
|
53098
53140
|
"VolumeKmsKeyId": {},
|
53099
53141
|
"VpcConfig": {
|
53100
|
-
"shape": "
|
53142
|
+
"shape": "S2f"
|
53101
53143
|
},
|
53102
53144
|
"ModelKmsKeyId": {},
|
53103
53145
|
"ModelPolicy": {}
|
@@ -53185,7 +53227,7 @@ module.exports={
|
|
53185
53227
|
"type": "structure",
|
53186
53228
|
"members": {
|
53187
53229
|
"DocumentClassificationJobProperties": {
|
53188
|
-
"shape": "
|
53230
|
+
"shape": "S3j"
|
53189
53231
|
}
|
53190
53232
|
}
|
53191
53233
|
}
|
@@ -53204,7 +53246,7 @@ module.exports={
|
|
53204
53246
|
"type": "structure",
|
53205
53247
|
"members": {
|
53206
53248
|
"DocumentClassifierProperties": {
|
53207
|
-
"shape": "
|
53249
|
+
"shape": "S3y"
|
53208
53250
|
}
|
53209
53251
|
}
|
53210
53252
|
}
|
@@ -53223,7 +53265,7 @@ module.exports={
|
|
53223
53265
|
"type": "structure",
|
53224
53266
|
"members": {
|
53225
53267
|
"DominantLanguageDetectionJobProperties": {
|
53226
|
-
"shape": "
|
53268
|
+
"shape": "S45"
|
53227
53269
|
}
|
53228
53270
|
}
|
53229
53271
|
}
|
@@ -53242,7 +53284,7 @@ module.exports={
|
|
53242
53284
|
"type": "structure",
|
53243
53285
|
"members": {
|
53244
53286
|
"EndpointProperties": {
|
53245
|
-
"shape": "
|
53287
|
+
"shape": "S48"
|
53246
53288
|
}
|
53247
53289
|
}
|
53248
53290
|
}
|
@@ -53261,7 +53303,7 @@ module.exports={
|
|
53261
53303
|
"type": "structure",
|
53262
53304
|
"members": {
|
53263
53305
|
"EntitiesDetectionJobProperties": {
|
53264
|
-
"shape": "
|
53306
|
+
"shape": "S4c"
|
53265
53307
|
}
|
53266
53308
|
}
|
53267
53309
|
}
|
@@ -53280,7 +53322,7 @@ module.exports={
|
|
53280
53322
|
"type": "structure",
|
53281
53323
|
"members": {
|
53282
53324
|
"EntityRecognizerProperties": {
|
53283
|
-
"shape": "
|
53325
|
+
"shape": "S4f"
|
53284
53326
|
}
|
53285
53327
|
}
|
53286
53328
|
}
|
@@ -53299,7 +53341,7 @@ module.exports={
|
|
53299
53341
|
"type": "structure",
|
53300
53342
|
"members": {
|
53301
53343
|
"EventsDetectionJobProperties": {
|
53302
|
-
"shape": "
|
53344
|
+
"shape": "S4n"
|
53303
53345
|
}
|
53304
53346
|
}
|
53305
53347
|
}
|
@@ -53318,7 +53360,7 @@ module.exports={
|
|
53318
53360
|
"type": "structure",
|
53319
53361
|
"members": {
|
53320
53362
|
"KeyPhrasesDetectionJobProperties": {
|
53321
|
-
"shape": "
|
53363
|
+
"shape": "S4s"
|
53322
53364
|
}
|
53323
53365
|
}
|
53324
53366
|
}
|
@@ -53337,7 +53379,7 @@ module.exports={
|
|
53337
53379
|
"type": "structure",
|
53338
53380
|
"members": {
|
53339
53381
|
"PiiEntitiesDetectionJobProperties": {
|
53340
|
-
"shape": "
|
53382
|
+
"shape": "S4v"
|
53341
53383
|
}
|
53342
53384
|
}
|
53343
53385
|
}
|
@@ -53380,7 +53422,7 @@ module.exports={
|
|
53380
53422
|
"type": "structure",
|
53381
53423
|
"members": {
|
53382
53424
|
"SentimentDetectionJobProperties": {
|
53383
|
-
"shape": "
|
53425
|
+
"shape": "S56"
|
53384
53426
|
}
|
53385
53427
|
}
|
53386
53428
|
}
|
@@ -53399,7 +53441,7 @@ module.exports={
|
|
53399
53441
|
"type": "structure",
|
53400
53442
|
"members": {
|
53401
53443
|
"TargetedSentimentDetectionJobProperties": {
|
53402
|
-
"shape": "
|
53444
|
+
"shape": "S59"
|
53403
53445
|
}
|
53404
53446
|
}
|
53405
53447
|
}
|
@@ -53418,7 +53460,7 @@ module.exports={
|
|
53418
53460
|
"type": "structure",
|
53419
53461
|
"members": {
|
53420
53462
|
"TopicsDetectionJobProperties": {
|
53421
|
-
"shape": "
|
53463
|
+
"shape": "S5c"
|
53422
53464
|
}
|
53423
53465
|
}
|
53424
53466
|
}
|
@@ -53578,6 +53620,30 @@ module.exports={
|
|
53578
53620
|
"sensitive": true
|
53579
53621
|
}
|
53580
53622
|
},
|
53623
|
+
"DetectTargetedSentiment": {
|
53624
|
+
"input": {
|
53625
|
+
"type": "structure",
|
53626
|
+
"required": [
|
53627
|
+
"Text",
|
53628
|
+
"LanguageCode"
|
53629
|
+
],
|
53630
|
+
"members": {
|
53631
|
+
"Text": {
|
53632
|
+
"shape": "S3"
|
53633
|
+
},
|
53634
|
+
"LanguageCode": {}
|
53635
|
+
}
|
53636
|
+
},
|
53637
|
+
"output": {
|
53638
|
+
"type": "structure",
|
53639
|
+
"members": {
|
53640
|
+
"Entities": {
|
53641
|
+
"shape": "S1b"
|
53642
|
+
}
|
53643
|
+
},
|
53644
|
+
"sensitive": true
|
53645
|
+
}
|
53646
|
+
},
|
53581
53647
|
"ImportModel": {
|
53582
53648
|
"input": {
|
53583
53649
|
"type": "structure",
|
@@ -53591,7 +53657,7 @@ module.exports={
|
|
53591
53657
|
"ModelKmsKeyId": {},
|
53592
53658
|
"DataAccessRoleArn": {},
|
53593
53659
|
"Tags": {
|
53594
|
-
"shape": "
|
53660
|
+
"shape": "S1y"
|
53595
53661
|
}
|
53596
53662
|
}
|
53597
53663
|
},
|
@@ -53631,7 +53697,7 @@ module.exports={
|
|
53631
53697
|
"DocumentClassificationJobPropertiesList": {
|
53632
53698
|
"type": "list",
|
53633
53699
|
"member": {
|
53634
|
-
"shape": "
|
53700
|
+
"shape": "S3j"
|
53635
53701
|
}
|
53636
53702
|
},
|
53637
53703
|
"NextToken": {}
|
@@ -53701,7 +53767,7 @@ module.exports={
|
|
53701
53767
|
"DocumentClassifierPropertiesList": {
|
53702
53768
|
"type": "list",
|
53703
53769
|
"member": {
|
53704
|
-
"shape": "
|
53770
|
+
"shape": "S3y"
|
53705
53771
|
}
|
53706
53772
|
},
|
53707
53773
|
"NextToken": {}
|
@@ -53737,7 +53803,7 @@ module.exports={
|
|
53737
53803
|
"DominantLanguageDetectionJobPropertiesList": {
|
53738
53804
|
"type": "list",
|
53739
53805
|
"member": {
|
53740
|
-
"shape": "
|
53806
|
+
"shape": "S45"
|
53741
53807
|
}
|
53742
53808
|
},
|
53743
53809
|
"NextToken": {}
|
@@ -53773,7 +53839,7 @@ module.exports={
|
|
53773
53839
|
"EndpointPropertiesList": {
|
53774
53840
|
"type": "list",
|
53775
53841
|
"member": {
|
53776
|
-
"shape": "
|
53842
|
+
"shape": "S48"
|
53777
53843
|
}
|
53778
53844
|
},
|
53779
53845
|
"NextToken": {}
|
@@ -53809,7 +53875,7 @@ module.exports={
|
|
53809
53875
|
"EntitiesDetectionJobPropertiesList": {
|
53810
53876
|
"type": "list",
|
53811
53877
|
"member": {
|
53812
|
-
"shape": "
|
53878
|
+
"shape": "S4c"
|
53813
53879
|
}
|
53814
53880
|
},
|
53815
53881
|
"NextToken": {}
|
@@ -53879,7 +53945,7 @@ module.exports={
|
|
53879
53945
|
"EntityRecognizerPropertiesList": {
|
53880
53946
|
"type": "list",
|
53881
53947
|
"member": {
|
53882
|
-
"shape": "
|
53948
|
+
"shape": "S4f"
|
53883
53949
|
}
|
53884
53950
|
},
|
53885
53951
|
"NextToken": {}
|
@@ -53915,7 +53981,7 @@ module.exports={
|
|
53915
53981
|
"EventsDetectionJobPropertiesList": {
|
53916
53982
|
"type": "list",
|
53917
53983
|
"member": {
|
53918
|
-
"shape": "
|
53984
|
+
"shape": "S4n"
|
53919
53985
|
}
|
53920
53986
|
},
|
53921
53987
|
"NextToken": {}
|
@@ -53951,7 +54017,7 @@ module.exports={
|
|
53951
54017
|
"KeyPhrasesDetectionJobPropertiesList": {
|
53952
54018
|
"type": "list",
|
53953
54019
|
"member": {
|
53954
|
-
"shape": "
|
54020
|
+
"shape": "S4s"
|
53955
54021
|
}
|
53956
54022
|
},
|
53957
54023
|
"NextToken": {}
|
@@ -53987,7 +54053,7 @@ module.exports={
|
|
53987
54053
|
"PiiEntitiesDetectionJobPropertiesList": {
|
53988
54054
|
"type": "list",
|
53989
54055
|
"member": {
|
53990
|
-
"shape": "
|
54056
|
+
"shape": "S4v"
|
53991
54057
|
}
|
53992
54058
|
},
|
53993
54059
|
"NextToken": {}
|
@@ -54023,7 +54089,7 @@ module.exports={
|
|
54023
54089
|
"SentimentDetectionJobPropertiesList": {
|
54024
54090
|
"type": "list",
|
54025
54091
|
"member": {
|
54026
|
-
"shape": "
|
54092
|
+
"shape": "S56"
|
54027
54093
|
}
|
54028
54094
|
},
|
54029
54095
|
"NextToken": {}
|
@@ -54045,7 +54111,7 @@ module.exports={
|
|
54045
54111
|
"members": {
|
54046
54112
|
"ResourceArn": {},
|
54047
54113
|
"Tags": {
|
54048
|
-
"shape": "
|
54114
|
+
"shape": "S1y"
|
54049
54115
|
}
|
54050
54116
|
}
|
54051
54117
|
}
|
@@ -54079,7 +54145,7 @@ module.exports={
|
|
54079
54145
|
"TargetedSentimentDetectionJobPropertiesList": {
|
54080
54146
|
"type": "list",
|
54081
54147
|
"member": {
|
54082
|
-
"shape": "
|
54148
|
+
"shape": "S59"
|
54083
54149
|
}
|
54084
54150
|
},
|
54085
54151
|
"NextToken": {}
|
@@ -54115,7 +54181,7 @@ module.exports={
|
|
54115
54181
|
"TopicsDetectionJobPropertiesList": {
|
54116
54182
|
"type": "list",
|
54117
54183
|
"member": {
|
54118
|
-
"shape": "
|
54184
|
+
"shape": "S5c"
|
54119
54185
|
}
|
54120
54186
|
},
|
54121
54187
|
"NextToken": {}
|
@@ -54155,10 +54221,10 @@ module.exports={
|
|
54155
54221
|
"JobName": {},
|
54156
54222
|
"DocumentClassifierArn": {},
|
54157
54223
|
"InputDataConfig": {
|
54158
|
-
"shape": "
|
54224
|
+
"shape": "S3p"
|
54159
54225
|
},
|
54160
54226
|
"OutputDataConfig": {
|
54161
|
-
"shape": "
|
54227
|
+
"shape": "S3v"
|
54162
54228
|
},
|
54163
54229
|
"DataAccessRoleArn": {},
|
54164
54230
|
"ClientRequestToken": {
|
@@ -54166,10 +54232,10 @@ module.exports={
|
|
54166
54232
|
},
|
54167
54233
|
"VolumeKmsKeyId": {},
|
54168
54234
|
"VpcConfig": {
|
54169
|
-
"shape": "
|
54235
|
+
"shape": "S2f"
|
54170
54236
|
},
|
54171
54237
|
"Tags": {
|
54172
|
-
"shape": "
|
54238
|
+
"shape": "S1y"
|
54173
54239
|
}
|
54174
54240
|
}
|
54175
54241
|
},
|
@@ -54192,10 +54258,10 @@ module.exports={
|
|
54192
54258
|
],
|
54193
54259
|
"members": {
|
54194
54260
|
"InputDataConfig": {
|
54195
|
-
"shape": "
|
54261
|
+
"shape": "S3p"
|
54196
54262
|
},
|
54197
54263
|
"OutputDataConfig": {
|
54198
|
-
"shape": "
|
54264
|
+
"shape": "S3v"
|
54199
54265
|
},
|
54200
54266
|
"DataAccessRoleArn": {},
|
54201
54267
|
"JobName": {},
|
@@ -54204,10 +54270,10 @@ module.exports={
|
|
54204
54270
|
},
|
54205
54271
|
"VolumeKmsKeyId": {},
|
54206
54272
|
"VpcConfig": {
|
54207
|
-
"shape": "
|
54273
|
+
"shape": "S2f"
|
54208
54274
|
},
|
54209
54275
|
"Tags": {
|
54210
|
-
"shape": "
|
54276
|
+
"shape": "S1y"
|
54211
54277
|
}
|
54212
54278
|
}
|
54213
54279
|
},
|
@@ -54231,10 +54297,10 @@ module.exports={
|
|
54231
54297
|
],
|
54232
54298
|
"members": {
|
54233
54299
|
"InputDataConfig": {
|
54234
|
-
"shape": "
|
54300
|
+
"shape": "S3p"
|
54235
54301
|
},
|
54236
54302
|
"OutputDataConfig": {
|
54237
|
-
"shape": "
|
54303
|
+
"shape": "S3v"
|
54238
54304
|
},
|
54239
54305
|
"DataAccessRoleArn": {},
|
54240
54306
|
"JobName": {},
|
@@ -54245,10 +54311,10 @@ module.exports={
|
|
54245
54311
|
},
|
54246
54312
|
"VolumeKmsKeyId": {},
|
54247
54313
|
"VpcConfig": {
|
54248
|
-
"shape": "
|
54314
|
+
"shape": "S2f"
|
54249
54315
|
},
|
54250
54316
|
"Tags": {
|
54251
|
-
"shape": "
|
54317
|
+
"shape": "S1y"
|
54252
54318
|
}
|
54253
54319
|
}
|
54254
54320
|
},
|
@@ -54273,10 +54339,10 @@ module.exports={
|
|
54273
54339
|
],
|
54274
54340
|
"members": {
|
54275
54341
|
"InputDataConfig": {
|
54276
|
-
"shape": "
|
54342
|
+
"shape": "S3p"
|
54277
54343
|
},
|
54278
54344
|
"OutputDataConfig": {
|
54279
|
-
"shape": "
|
54345
|
+
"shape": "S3v"
|
54280
54346
|
},
|
54281
54347
|
"DataAccessRoleArn": {},
|
54282
54348
|
"JobName": {},
|
@@ -54285,10 +54351,10 @@ module.exports={
|
|
54285
54351
|
"idempotencyToken": true
|
54286
54352
|
},
|
54287
54353
|
"TargetEventTypes": {
|
54288
|
-
"shape": "
|
54354
|
+
"shape": "S4o"
|
54289
54355
|
},
|
54290
54356
|
"Tags": {
|
54291
|
-
"shape": "
|
54357
|
+
"shape": "S1y"
|
54292
54358
|
}
|
54293
54359
|
}
|
54294
54360
|
},
|
@@ -54312,10 +54378,10 @@ module.exports={
|
|
54312
54378
|
],
|
54313
54379
|
"members": {
|
54314
54380
|
"InputDataConfig": {
|
54315
|
-
"shape": "
|
54381
|
+
"shape": "S3p"
|
54316
54382
|
},
|
54317
54383
|
"OutputDataConfig": {
|
54318
|
-
"shape": "
|
54384
|
+
"shape": "S3v"
|
54319
54385
|
},
|
54320
54386
|
"DataAccessRoleArn": {},
|
54321
54387
|
"JobName": {},
|
@@ -54325,10 +54391,10 @@ module.exports={
|
|
54325
54391
|
},
|
54326
54392
|
"VolumeKmsKeyId": {},
|
54327
54393
|
"VpcConfig": {
|
54328
|
-
"shape": "
|
54394
|
+
"shape": "S2f"
|
54329
54395
|
},
|
54330
54396
|
"Tags": {
|
54331
|
-
"shape": "
|
54397
|
+
"shape": "S1y"
|
54332
54398
|
}
|
54333
54399
|
}
|
54334
54400
|
},
|
@@ -54353,14 +54419,14 @@ module.exports={
|
|
54353
54419
|
],
|
54354
54420
|
"members": {
|
54355
54421
|
"InputDataConfig": {
|
54356
|
-
"shape": "
|
54422
|
+
"shape": "S3p"
|
54357
54423
|
},
|
54358
54424
|
"OutputDataConfig": {
|
54359
|
-
"shape": "
|
54425
|
+
"shape": "S3v"
|
54360
54426
|
},
|
54361
54427
|
"Mode": {},
|
54362
54428
|
"RedactionConfig": {
|
54363
|
-
"shape": "
|
54429
|
+
"shape": "S4x"
|
54364
54430
|
},
|
54365
54431
|
"DataAccessRoleArn": {},
|
54366
54432
|
"JobName": {},
|
@@ -54369,7 +54435,7 @@ module.exports={
|
|
54369
54435
|
"idempotencyToken": true
|
54370
54436
|
},
|
54371
54437
|
"Tags": {
|
54372
|
-
"shape": "
|
54438
|
+
"shape": "S1y"
|
54373
54439
|
}
|
54374
54440
|
}
|
54375
54441
|
},
|
@@ -54393,10 +54459,10 @@ module.exports={
|
|
54393
54459
|
],
|
54394
54460
|
"members": {
|
54395
54461
|
"InputDataConfig": {
|
54396
|
-
"shape": "
|
54462
|
+
"shape": "S3p"
|
54397
54463
|
},
|
54398
54464
|
"OutputDataConfig": {
|
54399
|
-
"shape": "
|
54465
|
+
"shape": "S3v"
|
54400
54466
|
},
|
54401
54467
|
"DataAccessRoleArn": {},
|
54402
54468
|
"JobName": {},
|
@@ -54406,10 +54472,10 @@ module.exports={
|
|
54406
54472
|
},
|
54407
54473
|
"VolumeKmsKeyId": {},
|
54408
54474
|
"VpcConfig": {
|
54409
|
-
"shape": "
|
54475
|
+
"shape": "S2f"
|
54410
54476
|
},
|
54411
54477
|
"Tags": {
|
54412
|
-
"shape": "
|
54478
|
+
"shape": "S1y"
|
54413
54479
|
}
|
54414
54480
|
}
|
54415
54481
|
},
|
@@ -54433,10 +54499,10 @@ module.exports={
|
|
54433
54499
|
],
|
54434
54500
|
"members": {
|
54435
54501
|
"InputDataConfig": {
|
54436
|
-
"shape": "
|
54502
|
+
"shape": "S3p"
|
54437
54503
|
},
|
54438
54504
|
"OutputDataConfig": {
|
54439
|
-
"shape": "
|
54505
|
+
"shape": "S3v"
|
54440
54506
|
},
|
54441
54507
|
"DataAccessRoleArn": {},
|
54442
54508
|
"JobName": {},
|
@@ -54446,10 +54512,10 @@ module.exports={
|
|
54446
54512
|
},
|
54447
54513
|
"VolumeKmsKeyId": {},
|
54448
54514
|
"VpcConfig": {
|
54449
|
-
"shape": "
|
54515
|
+
"shape": "S2f"
|
54450
54516
|
},
|
54451
54517
|
"Tags": {
|
54452
|
-
"shape": "
|
54518
|
+
"shape": "S1y"
|
54453
54519
|
}
|
54454
54520
|
}
|
54455
54521
|
},
|
@@ -54472,10 +54538,10 @@ module.exports={
|
|
54472
54538
|
],
|
54473
54539
|
"members": {
|
54474
54540
|
"InputDataConfig": {
|
54475
|
-
"shape": "
|
54541
|
+
"shape": "S3p"
|
54476
54542
|
},
|
54477
54543
|
"OutputDataConfig": {
|
54478
|
-
"shape": "
|
54544
|
+
"shape": "S3v"
|
54479
54545
|
},
|
54480
54546
|
"DataAccessRoleArn": {},
|
54481
54547
|
"JobName": {},
|
@@ -54487,10 +54553,10 @@ module.exports={
|
|
54487
54553
|
},
|
54488
54554
|
"VolumeKmsKeyId": {},
|
54489
54555
|
"VpcConfig": {
|
54490
|
-
"shape": "
|
54556
|
+
"shape": "S2f"
|
54491
54557
|
},
|
54492
54558
|
"Tags": {
|
54493
|
-
"shape": "
|
54559
|
+
"shape": "S1y"
|
54494
54560
|
}
|
54495
54561
|
}
|
54496
54562
|
},
|
@@ -54669,7 +54735,7 @@ module.exports={
|
|
54669
54735
|
"members": {
|
54670
54736
|
"ResourceArn": {},
|
54671
54737
|
"Tags": {
|
54672
|
-
"shape": "
|
54738
|
+
"shape": "S1y"
|
54673
54739
|
}
|
54674
54740
|
}
|
54675
54741
|
},
|
@@ -54837,7 +54903,52 @@ module.exports={
|
|
54837
54903
|
}
|
54838
54904
|
}
|
54839
54905
|
},
|
54840
|
-
"
|
54906
|
+
"S1b": {
|
54907
|
+
"type": "list",
|
54908
|
+
"member": {
|
54909
|
+
"type": "structure",
|
54910
|
+
"members": {
|
54911
|
+
"DescriptiveMentionIndex": {
|
54912
|
+
"type": "list",
|
54913
|
+
"member": {
|
54914
|
+
"type": "integer"
|
54915
|
+
}
|
54916
|
+
},
|
54917
|
+
"Mentions": {
|
54918
|
+
"type": "list",
|
54919
|
+
"member": {
|
54920
|
+
"type": "structure",
|
54921
|
+
"members": {
|
54922
|
+
"Score": {
|
54923
|
+
"type": "float"
|
54924
|
+
},
|
54925
|
+
"GroupScore": {
|
54926
|
+
"type": "float"
|
54927
|
+
},
|
54928
|
+
"Text": {},
|
54929
|
+
"Type": {},
|
54930
|
+
"MentionSentiment": {
|
54931
|
+
"type": "structure",
|
54932
|
+
"members": {
|
54933
|
+
"Sentiment": {},
|
54934
|
+
"SentimentScore": {
|
54935
|
+
"shape": "Sx"
|
54936
|
+
}
|
54937
|
+
}
|
54938
|
+
},
|
54939
|
+
"BeginOffset": {
|
54940
|
+
"type": "integer"
|
54941
|
+
},
|
54942
|
+
"EndOffset": {
|
54943
|
+
"type": "integer"
|
54944
|
+
}
|
54945
|
+
}
|
54946
|
+
}
|
54947
|
+
}
|
54948
|
+
}
|
54949
|
+
}
|
54950
|
+
},
|
54951
|
+
"S1y": {
|
54841
54952
|
"type": "list",
|
54842
54953
|
"member": {
|
54843
54954
|
"type": "structure",
|
@@ -54850,7 +54961,7 @@ module.exports={
|
|
54850
54961
|
}
|
54851
54962
|
}
|
54852
54963
|
},
|
54853
|
-
"
|
54964
|
+
"S22": {
|
54854
54965
|
"type": "structure",
|
54855
54966
|
"members": {
|
54856
54967
|
"DataFormat": {},
|
@@ -54860,12 +54971,12 @@ module.exports={
|
|
54860
54971
|
"AugmentedManifests": {
|
54861
54972
|
"type": "list",
|
54862
54973
|
"member": {
|
54863
|
-
"shape": "
|
54974
|
+
"shape": "S27"
|
54864
54975
|
}
|
54865
54976
|
}
|
54866
54977
|
}
|
54867
54978
|
},
|
54868
|
-
"
|
54979
|
+
"S27": {
|
54869
54980
|
"type": "structure",
|
54870
54981
|
"required": [
|
54871
54982
|
"S3Uri",
|
@@ -54883,14 +54994,14 @@ module.exports={
|
|
54883
54994
|
"DocumentType": {}
|
54884
54995
|
}
|
54885
54996
|
},
|
54886
|
-
"
|
54997
|
+
"S2c": {
|
54887
54998
|
"type": "structure",
|
54888
54999
|
"members": {
|
54889
55000
|
"S3Uri": {},
|
54890
55001
|
"KmsKeyId": {}
|
54891
55002
|
}
|
54892
55003
|
},
|
54893
|
-
"
|
55004
|
+
"S2f": {
|
54894
55005
|
"type": "structure",
|
54895
55006
|
"required": [
|
54896
55007
|
"SecurityGroupIds",
|
@@ -54907,7 +55018,7 @@ module.exports={
|
|
54907
55018
|
}
|
54908
55019
|
}
|
54909
55020
|
},
|
54910
|
-
"
|
55021
|
+
"S2v": {
|
54911
55022
|
"type": "structure",
|
54912
55023
|
"required": [
|
54913
55024
|
"EntityTypes"
|
@@ -54959,12 +55070,12 @@ module.exports={
|
|
54959
55070
|
"AugmentedManifests": {
|
54960
55071
|
"type": "list",
|
54961
55072
|
"member": {
|
54962
|
-
"shape": "
|
55073
|
+
"shape": "S27"
|
54963
55074
|
}
|
54964
55075
|
}
|
54965
55076
|
}
|
54966
55077
|
},
|
54967
|
-
"
|
55078
|
+
"S3j": {
|
54968
55079
|
"type": "structure",
|
54969
55080
|
"members": {
|
54970
55081
|
"JobId": {},
|
@@ -54980,19 +55091,19 @@ module.exports={
|
|
54980
55091
|
},
|
54981
55092
|
"DocumentClassifierArn": {},
|
54982
55093
|
"InputDataConfig": {
|
54983
|
-
"shape": "
|
55094
|
+
"shape": "S3p"
|
54984
55095
|
},
|
54985
55096
|
"OutputDataConfig": {
|
54986
|
-
"shape": "
|
55097
|
+
"shape": "S3v"
|
54987
55098
|
},
|
54988
55099
|
"DataAccessRoleArn": {},
|
54989
55100
|
"VolumeKmsKeyId": {},
|
54990
55101
|
"VpcConfig": {
|
54991
|
-
"shape": "
|
55102
|
+
"shape": "S2f"
|
54992
55103
|
}
|
54993
55104
|
}
|
54994
55105
|
},
|
54995
|
-
"
|
55106
|
+
"S3p": {
|
54996
55107
|
"type": "structure",
|
54997
55108
|
"required": [
|
54998
55109
|
"S3Uri"
|
@@ -55016,7 +55127,7 @@ module.exports={
|
|
55016
55127
|
}
|
55017
55128
|
}
|
55018
55129
|
},
|
55019
|
-
"
|
55130
|
+
"S3v": {
|
55020
55131
|
"type": "structure",
|
55021
55132
|
"required": [
|
55022
55133
|
"S3Uri"
|
@@ -55026,7 +55137,7 @@ module.exports={
|
|
55026
55137
|
"KmsKeyId": {}
|
55027
55138
|
}
|
55028
55139
|
},
|
55029
|
-
"
|
55140
|
+
"S3y": {
|
55030
55141
|
"type": "structure",
|
55031
55142
|
"members": {
|
55032
55143
|
"DocumentClassifierArn": {},
|
@@ -55046,10 +55157,10 @@ module.exports={
|
|
55046
55157
|
"type": "timestamp"
|
55047
55158
|
},
|
55048
55159
|
"InputDataConfig": {
|
55049
|
-
"shape": "
|
55160
|
+
"shape": "S22"
|
55050
55161
|
},
|
55051
55162
|
"OutputDataConfig": {
|
55052
|
-
"shape": "
|
55163
|
+
"shape": "S2c"
|
55053
55164
|
},
|
55054
55165
|
"ClassifierMetadata": {
|
55055
55166
|
"type": "structure",
|
@@ -55098,7 +55209,7 @@ module.exports={
|
|
55098
55209
|
"DataAccessRoleArn": {},
|
55099
55210
|
"VolumeKmsKeyId": {},
|
55100
55211
|
"VpcConfig": {
|
55101
|
-
"shape": "
|
55212
|
+
"shape": "S2f"
|
55102
55213
|
},
|
55103
55214
|
"Mode": {},
|
55104
55215
|
"ModelKmsKeyId": {},
|
@@ -55106,7 +55217,7 @@ module.exports={
|
|
55106
55217
|
"SourceModelArn": {}
|
55107
55218
|
}
|
55108
55219
|
},
|
55109
|
-
"
|
55220
|
+
"S45": {
|
55110
55221
|
"type": "structure",
|
55111
55222
|
"members": {
|
55112
55223
|
"JobId": {},
|
@@ -55121,19 +55232,19 @@ module.exports={
|
|
55121
55232
|
"type": "timestamp"
|
55122
55233
|
},
|
55123
55234
|
"InputDataConfig": {
|
55124
|
-
"shape": "
|
55235
|
+
"shape": "S3p"
|
55125
55236
|
},
|
55126
55237
|
"OutputDataConfig": {
|
55127
|
-
"shape": "
|
55238
|
+
"shape": "S3v"
|
55128
55239
|
},
|
55129
55240
|
"DataAccessRoleArn": {},
|
55130
55241
|
"VolumeKmsKeyId": {},
|
55131
55242
|
"VpcConfig": {
|
55132
|
-
"shape": "
|
55243
|
+
"shape": "S2f"
|
55133
55244
|
}
|
55134
55245
|
}
|
55135
55246
|
},
|
55136
|
-
"
|
55247
|
+
"S48": {
|
55137
55248
|
"type": "structure",
|
55138
55249
|
"members": {
|
55139
55250
|
"EndpointArn": {},
|
@@ -55157,7 +55268,7 @@ module.exports={
|
|
55157
55268
|
"DesiredDataAccessRoleArn": {}
|
55158
55269
|
}
|
55159
55270
|
},
|
55160
|
-
"
|
55271
|
+
"S4c": {
|
55161
55272
|
"type": "structure",
|
55162
55273
|
"members": {
|
55163
55274
|
"JobId": {},
|
@@ -55173,20 +55284,20 @@ module.exports={
|
|
55173
55284
|
},
|
55174
55285
|
"EntityRecognizerArn": {},
|
55175
55286
|
"InputDataConfig": {
|
55176
|
-
"shape": "
|
55287
|
+
"shape": "S3p"
|
55177
55288
|
},
|
55178
55289
|
"OutputDataConfig": {
|
55179
|
-
"shape": "
|
55290
|
+
"shape": "S3v"
|
55180
55291
|
},
|
55181
55292
|
"LanguageCode": {},
|
55182
55293
|
"DataAccessRoleArn": {},
|
55183
55294
|
"VolumeKmsKeyId": {},
|
55184
55295
|
"VpcConfig": {
|
55185
|
-
"shape": "
|
55296
|
+
"shape": "S2f"
|
55186
55297
|
}
|
55187
55298
|
}
|
55188
55299
|
},
|
55189
|
-
"
|
55300
|
+
"S4f": {
|
55190
55301
|
"type": "structure",
|
55191
55302
|
"members": {
|
55192
55303
|
"EntityRecognizerArn": {},
|
@@ -55206,7 +55317,7 @@ module.exports={
|
|
55206
55317
|
"type": "timestamp"
|
55207
55318
|
},
|
55208
55319
|
"InputDataConfig": {
|
55209
|
-
"shape": "
|
55320
|
+
"shape": "S2v"
|
55210
55321
|
},
|
55211
55322
|
"RecognizerMetadata": {
|
55212
55323
|
"type": "structure",
|
@@ -55263,14 +55374,14 @@ module.exports={
|
|
55263
55374
|
"DataAccessRoleArn": {},
|
55264
55375
|
"VolumeKmsKeyId": {},
|
55265
55376
|
"VpcConfig": {
|
55266
|
-
"shape": "
|
55377
|
+
"shape": "S2f"
|
55267
55378
|
},
|
55268
55379
|
"ModelKmsKeyId": {},
|
55269
55380
|
"VersionName": {},
|
55270
55381
|
"SourceModelArn": {}
|
55271
55382
|
}
|
55272
55383
|
},
|
55273
|
-
"
|
55384
|
+
"S4n": {
|
55274
55385
|
"type": "structure",
|
55275
55386
|
"members": {
|
55276
55387
|
"JobId": {},
|
@@ -55285,23 +55396,23 @@ module.exports={
|
|
55285
55396
|
"type": "timestamp"
|
55286
55397
|
},
|
55287
55398
|
"InputDataConfig": {
|
55288
|
-
"shape": "
|
55399
|
+
"shape": "S3p"
|
55289
55400
|
},
|
55290
55401
|
"OutputDataConfig": {
|
55291
|
-
"shape": "
|
55402
|
+
"shape": "S3v"
|
55292
55403
|
},
|
55293
55404
|
"LanguageCode": {},
|
55294
55405
|
"DataAccessRoleArn": {},
|
55295
55406
|
"TargetEventTypes": {
|
55296
|
-
"shape": "
|
55407
|
+
"shape": "S4o"
|
55297
55408
|
}
|
55298
55409
|
}
|
55299
55410
|
},
|
55300
|
-
"
|
55411
|
+
"S4o": {
|
55301
55412
|
"type": "list",
|
55302
55413
|
"member": {}
|
55303
55414
|
},
|
55304
|
-
"
|
55415
|
+
"S4s": {
|
55305
55416
|
"type": "structure",
|
55306
55417
|
"members": {
|
55307
55418
|
"JobId": {},
|
@@ -55316,20 +55427,20 @@ module.exports={
|
|
55316
55427
|
"type": "timestamp"
|
55317
55428
|
},
|
55318
55429
|
"InputDataConfig": {
|
55319
|
-
"shape": "
|
55430
|
+
"shape": "S3p"
|
55320
55431
|
},
|
55321
55432
|
"OutputDataConfig": {
|
55322
|
-
"shape": "
|
55433
|
+
"shape": "S3v"
|
55323
55434
|
},
|
55324
55435
|
"LanguageCode": {},
|
55325
55436
|
"DataAccessRoleArn": {},
|
55326
55437
|
"VolumeKmsKeyId": {},
|
55327
55438
|
"VpcConfig": {
|
55328
|
-
"shape": "
|
55439
|
+
"shape": "S2f"
|
55329
55440
|
}
|
55330
55441
|
}
|
55331
55442
|
},
|
55332
|
-
"
|
55443
|
+
"S4v": {
|
55333
55444
|
"type": "structure",
|
55334
55445
|
"members": {
|
55335
55446
|
"JobId": {},
|
@@ -55344,7 +55455,7 @@ module.exports={
|
|
55344
55455
|
"type": "timestamp"
|
55345
55456
|
},
|
55346
55457
|
"InputDataConfig": {
|
55347
|
-
"shape": "
|
55458
|
+
"shape": "S3p"
|
55348
55459
|
},
|
55349
55460
|
"OutputDataConfig": {
|
55350
55461
|
"type": "structure",
|
@@ -55357,14 +55468,14 @@ module.exports={
|
|
55357
55468
|
}
|
55358
55469
|
},
|
55359
55470
|
"RedactionConfig": {
|
55360
|
-
"shape": "
|
55471
|
+
"shape": "S4x"
|
55361
55472
|
},
|
55362
55473
|
"LanguageCode": {},
|
55363
55474
|
"DataAccessRoleArn": {},
|
55364
55475
|
"Mode": {}
|
55365
55476
|
}
|
55366
55477
|
},
|
55367
|
-
"
|
55478
|
+
"S4x": {
|
55368
55479
|
"type": "structure",
|
55369
55480
|
"members": {
|
55370
55481
|
"PiiEntityTypes": {
|
@@ -55375,7 +55486,7 @@ module.exports={
|
|
55375
55486
|
"MaskCharacter": {}
|
55376
55487
|
}
|
55377
55488
|
},
|
55378
|
-
"
|
55489
|
+
"S56": {
|
55379
55490
|
"type": "structure",
|
55380
55491
|
"members": {
|
55381
55492
|
"JobId": {},
|
@@ -55390,20 +55501,20 @@ module.exports={
|
|
55390
55501
|
"type": "timestamp"
|
55391
55502
|
},
|
55392
55503
|
"InputDataConfig": {
|
55393
|
-
"shape": "
|
55504
|
+
"shape": "S3p"
|
55394
55505
|
},
|
55395
55506
|
"OutputDataConfig": {
|
55396
|
-
"shape": "
|
55507
|
+
"shape": "S3v"
|
55397
55508
|
},
|
55398
55509
|
"LanguageCode": {},
|
55399
55510
|
"DataAccessRoleArn": {},
|
55400
55511
|
"VolumeKmsKeyId": {},
|
55401
55512
|
"VpcConfig": {
|
55402
|
-
"shape": "
|
55513
|
+
"shape": "S2f"
|
55403
55514
|
}
|
55404
55515
|
}
|
55405
55516
|
},
|
55406
|
-
"
|
55517
|
+
"S59": {
|
55407
55518
|
"type": "structure",
|
55408
55519
|
"members": {
|
55409
55520
|
"JobId": {},
|
@@ -55418,20 +55529,20 @@ module.exports={
|
|
55418
55529
|
"type": "timestamp"
|
55419
55530
|
},
|
55420
55531
|
"InputDataConfig": {
|
55421
|
-
"shape": "
|
55532
|
+
"shape": "S3p"
|
55422
55533
|
},
|
55423
55534
|
"OutputDataConfig": {
|
55424
|
-
"shape": "
|
55535
|
+
"shape": "S3v"
|
55425
55536
|
},
|
55426
55537
|
"LanguageCode": {},
|
55427
55538
|
"DataAccessRoleArn": {},
|
55428
55539
|
"VolumeKmsKeyId": {},
|
55429
55540
|
"VpcConfig": {
|
55430
|
-
"shape": "
|
55541
|
+
"shape": "S2f"
|
55431
55542
|
}
|
55432
55543
|
}
|
55433
55544
|
},
|
55434
|
-
"
|
55545
|
+
"S5c": {
|
55435
55546
|
"type": "structure",
|
55436
55547
|
"members": {
|
55437
55548
|
"JobId": {},
|
@@ -55446,10 +55557,10 @@ module.exports={
|
|
55446
55557
|
"type": "timestamp"
|
55447
55558
|
},
|
55448
55559
|
"InputDataConfig": {
|
55449
|
-
"shape": "
|
55560
|
+
"shape": "S3p"
|
55450
55561
|
},
|
55451
55562
|
"OutputDataConfig": {
|
55452
|
-
"shape": "
|
55563
|
+
"shape": "S3v"
|
55453
55564
|
},
|
55454
55565
|
"NumberOfTopics": {
|
55455
55566
|
"type": "integer"
|
@@ -55457,7 +55568,7 @@ module.exports={
|
|
55457
55568
|
"DataAccessRoleArn": {},
|
55458
55569
|
"VolumeKmsKeyId": {},
|
55459
55570
|
"VpcConfig": {
|
55460
|
-
"shape": "
|
55571
|
+
"shape": "S2f"
|
55461
55572
|
}
|
55462
55573
|
}
|
55463
55574
|
}
|
@@ -243300,7 +243411,7 @@ AWS.util.update(AWS, {
|
|
243300
243411
|
/**
|
243301
243412
|
* @constant
|
243302
243413
|
*/
|
243303
|
-
VERSION: '2.
|
243414
|
+
VERSION: '2.1221.0',
|
243304
243415
|
|
243305
243416
|
/**
|
243306
243417
|
* @api private
|
@@ -265284,7 +265395,7 @@ var LRUCache = /** @class */ (function () {
|
|
265284
265395
|
}());
|
265285
265396
|
exports.LRUCache = LRUCache;
|
265286
265397
|
},{}],458:[function(require,module,exports){
|
265287
|
-
// AWS SDK for JavaScript v2.
|
265398
|
+
// AWS SDK for JavaScript v2.1221.0
|
265288
265399
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
265289
265400
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
265290
265401
|
require('./browser_loader');
|