cdk-comprehend-s3olap 2.0.129 → 2.0.131
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 +19 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +32 -28
- package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +2 -1
- package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +3 -1
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +181 -154
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +106 -53
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +1 -1
- package/node_modules/aws-sdk/apis/iot-2015-05-28.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/ram-2018-01-04.min.json +396 -66
- package/node_modules/aws-sdk/apis/ram-2018-01-04.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +94 -94
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +710 -703
- package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +32 -0
- package/node_modules/aws-sdk/apis/securityhub-2018-10-26.examples.json +1516 -0
- package/node_modules/aws-sdk/apis/snowball-2016-06-30.min.json +79 -52
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +159 -73
- package/node_modules/aws-sdk/clients/chime.d.ts +94 -42
- package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +14 -10
- package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +33 -24
- package/node_modules/aws-sdk/clients/comprehend.d.ts +45 -5
- package/node_modules/aws-sdk/clients/ecs.d.ts +7 -7
- package/node_modules/aws-sdk/clients/gamelift.d.ts +240 -240
- package/node_modules/aws-sdk/clients/guardduty.d.ts +61 -4
- package/node_modules/aws-sdk/clients/iot.d.ts +1 -1
- package/node_modules/aws-sdk/clients/ram.d.ts +538 -91
- package/node_modules/aws-sdk/clients/rds.d.ts +16 -16
- package/node_modules/aws-sdk/clients/s3.d.ts +117 -117
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +53 -39
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +10 -10
- package/node_modules/aws-sdk/clients/snowball.d.ts +56 -9
- package/node_modules/aws-sdk/clients/wafv2.d.ts +120 -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 +13 -13
- package/node_modules/aws-sdk/dist/aws-sdk.js +197 -158
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +82 -82
- 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.1362.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){
|
@@ -54926,6 +54926,19 @@ module.exports={
|
|
54926
54926
|
},
|
54927
54927
|
"Errors": {
|
54928
54928
|
"shape": "S25"
|
54929
|
+
},
|
54930
|
+
"Warnings": {
|
54931
|
+
"type": "list",
|
54932
|
+
"member": {
|
54933
|
+
"type": "structure",
|
54934
|
+
"members": {
|
54935
|
+
"Page": {
|
54936
|
+
"type": "integer"
|
54937
|
+
},
|
54938
|
+
"WarnCode": {},
|
54939
|
+
"WarnMessage": {}
|
54940
|
+
}
|
54941
|
+
}
|
54929
54942
|
}
|
54930
54943
|
},
|
54931
54944
|
"sensitive": true
|
@@ -54987,7 +55000,7 @@ module.exports={
|
|
54987
55000
|
],
|
54988
55001
|
"members": {
|
54989
55002
|
"AttributeNames": {
|
54990
|
-
"shape": "
|
55003
|
+
"shape": "S2o"
|
54991
55004
|
},
|
54992
55005
|
"S3Uri": {},
|
54993
55006
|
"AnnotationDataS3Uri": {},
|
@@ -55049,7 +55062,7 @@ module.exports={
|
|
55049
55062
|
"idempotencyToken": true
|
55050
55063
|
},
|
55051
55064
|
"Tags": {
|
55052
|
-
"shape": "
|
55065
|
+
"shape": "S31"
|
55053
55066
|
}
|
55054
55067
|
}
|
55055
55068
|
},
|
@@ -55074,13 +55087,13 @@ module.exports={
|
|
55074
55087
|
"VersionName": {},
|
55075
55088
|
"DataAccessRoleArn": {},
|
55076
55089
|
"Tags": {
|
55077
|
-
"shape": "
|
55090
|
+
"shape": "S31"
|
55078
55091
|
},
|
55079
55092
|
"InputDataConfig": {
|
55080
|
-
"shape": "
|
55093
|
+
"shape": "S3a"
|
55081
55094
|
},
|
55082
55095
|
"OutputDataConfig": {
|
55083
|
-
"shape": "
|
55096
|
+
"shape": "S3h"
|
55084
55097
|
},
|
55085
55098
|
"ClientRequestToken": {
|
55086
55099
|
"idempotencyToken": true
|
@@ -55088,7 +55101,7 @@ module.exports={
|
|
55088
55101
|
"LanguageCode": {},
|
55089
55102
|
"VolumeKmsKeyId": {},
|
55090
55103
|
"VpcConfig": {
|
55091
|
-
"shape": "
|
55104
|
+
"shape": "S3j"
|
55092
55105
|
},
|
55093
55106
|
"Mode": {},
|
55094
55107
|
"ModelKmsKeyId": {},
|
@@ -55119,7 +55132,7 @@ module.exports={
|
|
55119
55132
|
"idempotencyToken": true
|
55120
55133
|
},
|
55121
55134
|
"Tags": {
|
55122
|
-
"shape": "
|
55135
|
+
"shape": "S31"
|
55123
55136
|
},
|
55124
55137
|
"DataAccessRoleArn": {},
|
55125
55138
|
"FlywheelArn": {}
|
@@ -55147,10 +55160,10 @@ module.exports={
|
|
55147
55160
|
"VersionName": {},
|
55148
55161
|
"DataAccessRoleArn": {},
|
55149
55162
|
"Tags": {
|
55150
|
-
"shape": "
|
55163
|
+
"shape": "S31"
|
55151
55164
|
},
|
55152
55165
|
"InputDataConfig": {
|
55153
|
-
"shape": "
|
55166
|
+
"shape": "S3z"
|
55154
55167
|
},
|
55155
55168
|
"ClientRequestToken": {
|
55156
55169
|
"idempotencyToken": true
|
@@ -55158,7 +55171,7 @@ module.exports={
|
|
55158
55171
|
"LanguageCode": {},
|
55159
55172
|
"VolumeKmsKeyId": {},
|
55160
55173
|
"VpcConfig": {
|
55161
|
-
"shape": "
|
55174
|
+
"shape": "S3j"
|
55162
55175
|
},
|
55163
55176
|
"ModelKmsKeyId": {},
|
55164
55177
|
"ModelPolicy": {}
|
@@ -55184,18 +55197,18 @@ module.exports={
|
|
55184
55197
|
"ActiveModelArn": {},
|
55185
55198
|
"DataAccessRoleArn": {},
|
55186
55199
|
"TaskConfig": {
|
55187
|
-
"shape": "
|
55200
|
+
"shape": "S4b"
|
55188
55201
|
},
|
55189
55202
|
"ModelType": {},
|
55190
55203
|
"DataLakeS3Uri": {},
|
55191
55204
|
"DataSecurityConfig": {
|
55192
|
-
"shape": "
|
55205
|
+
"shape": "S4i"
|
55193
55206
|
},
|
55194
55207
|
"ClientRequestToken": {
|
55195
55208
|
"idempotencyToken": true
|
55196
55209
|
},
|
55197
55210
|
"Tags": {
|
55198
|
-
"shape": "
|
55211
|
+
"shape": "S31"
|
55199
55212
|
}
|
55200
55213
|
}
|
55201
55214
|
},
|
@@ -55297,7 +55310,7 @@ module.exports={
|
|
55297
55310
|
"type": "structure",
|
55298
55311
|
"members": {
|
55299
55312
|
"DatasetProperties": {
|
55300
|
-
"shape": "
|
55313
|
+
"shape": "S4x"
|
55301
55314
|
}
|
55302
55315
|
}
|
55303
55316
|
}
|
@@ -55316,7 +55329,7 @@ module.exports={
|
|
55316
55329
|
"type": "structure",
|
55317
55330
|
"members": {
|
55318
55331
|
"DocumentClassificationJobProperties": {
|
55319
|
-
"shape": "
|
55332
|
+
"shape": "S55"
|
55320
55333
|
}
|
55321
55334
|
}
|
55322
55335
|
}
|
@@ -55335,7 +55348,7 @@ module.exports={
|
|
55335
55348
|
"type": "structure",
|
55336
55349
|
"members": {
|
55337
55350
|
"DocumentClassifierProperties": {
|
55338
|
-
"shape": "
|
55351
|
+
"shape": "S5d"
|
55339
55352
|
}
|
55340
55353
|
}
|
55341
55354
|
}
|
@@ -55354,7 +55367,7 @@ module.exports={
|
|
55354
55367
|
"type": "structure",
|
55355
55368
|
"members": {
|
55356
55369
|
"DominantLanguageDetectionJobProperties": {
|
55357
|
-
"shape": "
|
55370
|
+
"shape": "S5k"
|
55358
55371
|
}
|
55359
55372
|
}
|
55360
55373
|
}
|
@@ -55373,7 +55386,7 @@ module.exports={
|
|
55373
55386
|
"type": "structure",
|
55374
55387
|
"members": {
|
55375
55388
|
"EndpointProperties": {
|
55376
|
-
"shape": "
|
55389
|
+
"shape": "S5n"
|
55377
55390
|
}
|
55378
55391
|
}
|
55379
55392
|
}
|
@@ -55392,7 +55405,7 @@ module.exports={
|
|
55392
55405
|
"type": "structure",
|
55393
55406
|
"members": {
|
55394
55407
|
"EntitiesDetectionJobProperties": {
|
55395
|
-
"shape": "
|
55408
|
+
"shape": "S5r"
|
55396
55409
|
}
|
55397
55410
|
}
|
55398
55411
|
}
|
@@ -55411,7 +55424,7 @@ module.exports={
|
|
55411
55424
|
"type": "structure",
|
55412
55425
|
"members": {
|
55413
55426
|
"EntityRecognizerProperties": {
|
55414
|
-
"shape": "
|
55427
|
+
"shape": "S5u"
|
55415
55428
|
}
|
55416
55429
|
}
|
55417
55430
|
}
|
@@ -55430,7 +55443,7 @@ module.exports={
|
|
55430
55443
|
"type": "structure",
|
55431
55444
|
"members": {
|
55432
55445
|
"EventsDetectionJobProperties": {
|
55433
|
-
"shape": "
|
55446
|
+
"shape": "S63"
|
55434
55447
|
}
|
55435
55448
|
}
|
55436
55449
|
}
|
@@ -55449,7 +55462,7 @@ module.exports={
|
|
55449
55462
|
"type": "structure",
|
55450
55463
|
"members": {
|
55451
55464
|
"FlywheelProperties": {
|
55452
|
-
"shape": "
|
55465
|
+
"shape": "S68"
|
55453
55466
|
}
|
55454
55467
|
}
|
55455
55468
|
}
|
@@ -55470,7 +55483,7 @@ module.exports={
|
|
55470
55483
|
"type": "structure",
|
55471
55484
|
"members": {
|
55472
55485
|
"FlywheelIterationProperties": {
|
55473
|
-
"shape": "
|
55486
|
+
"shape": "S6d"
|
55474
55487
|
}
|
55475
55488
|
}
|
55476
55489
|
}
|
@@ -55489,7 +55502,7 @@ module.exports={
|
|
55489
55502
|
"type": "structure",
|
55490
55503
|
"members": {
|
55491
55504
|
"KeyPhrasesDetectionJobProperties": {
|
55492
|
-
"shape": "
|
55505
|
+
"shape": "S6i"
|
55493
55506
|
}
|
55494
55507
|
}
|
55495
55508
|
}
|
@@ -55508,7 +55521,7 @@ module.exports={
|
|
55508
55521
|
"type": "structure",
|
55509
55522
|
"members": {
|
55510
55523
|
"PiiEntitiesDetectionJobProperties": {
|
55511
|
-
"shape": "
|
55524
|
+
"shape": "S6l"
|
55512
55525
|
}
|
55513
55526
|
}
|
55514
55527
|
}
|
@@ -55551,7 +55564,7 @@ module.exports={
|
|
55551
55564
|
"type": "structure",
|
55552
55565
|
"members": {
|
55553
55566
|
"SentimentDetectionJobProperties": {
|
55554
|
-
"shape": "
|
55567
|
+
"shape": "S6w"
|
55555
55568
|
}
|
55556
55569
|
}
|
55557
55570
|
}
|
@@ -55570,7 +55583,7 @@ module.exports={
|
|
55570
55583
|
"type": "structure",
|
55571
55584
|
"members": {
|
55572
55585
|
"TargetedSentimentDetectionJobProperties": {
|
55573
|
-
"shape": "
|
55586
|
+
"shape": "S6z"
|
55574
55587
|
}
|
55575
55588
|
}
|
55576
55589
|
}
|
@@ -55589,7 +55602,7 @@ module.exports={
|
|
55589
55602
|
"type": "structure",
|
55590
55603
|
"members": {
|
55591
55604
|
"TopicsDetectionJobProperties": {
|
55592
|
-
"shape": "
|
55605
|
+
"shape": "S72"
|
55593
55606
|
}
|
55594
55607
|
}
|
55595
55608
|
}
|
@@ -55861,7 +55874,7 @@ module.exports={
|
|
55861
55874
|
"ModelKmsKeyId": {},
|
55862
55875
|
"DataAccessRoleArn": {},
|
55863
55876
|
"Tags": {
|
55864
|
-
"shape": "
|
55877
|
+
"shape": "S31"
|
55865
55878
|
}
|
55866
55879
|
}
|
55867
55880
|
},
|
@@ -55902,7 +55915,7 @@ module.exports={
|
|
55902
55915
|
"DatasetPropertiesList": {
|
55903
55916
|
"type": "list",
|
55904
55917
|
"member": {
|
55905
|
-
"shape": "
|
55918
|
+
"shape": "S4x"
|
55906
55919
|
}
|
55907
55920
|
},
|
55908
55921
|
"NextToken": {}
|
@@ -55938,7 +55951,7 @@ module.exports={
|
|
55938
55951
|
"DocumentClassificationJobPropertiesList": {
|
55939
55952
|
"type": "list",
|
55940
55953
|
"member": {
|
55941
|
-
"shape": "
|
55954
|
+
"shape": "S55"
|
55942
55955
|
}
|
55943
55956
|
},
|
55944
55957
|
"NextToken": {}
|
@@ -56008,7 +56021,7 @@ module.exports={
|
|
56008
56021
|
"DocumentClassifierPropertiesList": {
|
56009
56022
|
"type": "list",
|
56010
56023
|
"member": {
|
56011
|
-
"shape": "
|
56024
|
+
"shape": "S5d"
|
56012
56025
|
}
|
56013
56026
|
},
|
56014
56027
|
"NextToken": {}
|
@@ -56044,7 +56057,7 @@ module.exports={
|
|
56044
56057
|
"DominantLanguageDetectionJobPropertiesList": {
|
56045
56058
|
"type": "list",
|
56046
56059
|
"member": {
|
56047
|
-
"shape": "
|
56060
|
+
"shape": "S5k"
|
56048
56061
|
}
|
56049
56062
|
},
|
56050
56063
|
"NextToken": {}
|
@@ -56080,7 +56093,7 @@ module.exports={
|
|
56080
56093
|
"EndpointPropertiesList": {
|
56081
56094
|
"type": "list",
|
56082
56095
|
"member": {
|
56083
|
-
"shape": "
|
56096
|
+
"shape": "S5n"
|
56084
56097
|
}
|
56085
56098
|
},
|
56086
56099
|
"NextToken": {}
|
@@ -56116,7 +56129,7 @@ module.exports={
|
|
56116
56129
|
"EntitiesDetectionJobPropertiesList": {
|
56117
56130
|
"type": "list",
|
56118
56131
|
"member": {
|
56119
|
-
"shape": "
|
56132
|
+
"shape": "S5r"
|
56120
56133
|
}
|
56121
56134
|
},
|
56122
56135
|
"NextToken": {}
|
@@ -56186,7 +56199,7 @@ module.exports={
|
|
56186
56199
|
"EntityRecognizerPropertiesList": {
|
56187
56200
|
"type": "list",
|
56188
56201
|
"member": {
|
56189
|
-
"shape": "
|
56202
|
+
"shape": "S5u"
|
56190
56203
|
}
|
56191
56204
|
},
|
56192
56205
|
"NextToken": {}
|
@@ -56222,7 +56235,7 @@ module.exports={
|
|
56222
56235
|
"EventsDetectionJobPropertiesList": {
|
56223
56236
|
"type": "list",
|
56224
56237
|
"member": {
|
56225
|
-
"shape": "
|
56238
|
+
"shape": "S63"
|
56226
56239
|
}
|
56227
56240
|
},
|
56228
56241
|
"NextToken": {}
|
@@ -56260,7 +56273,7 @@ module.exports={
|
|
56260
56273
|
"FlywheelIterationPropertiesList": {
|
56261
56274
|
"type": "list",
|
56262
56275
|
"member": {
|
56263
|
-
"shape": "
|
56276
|
+
"shape": "S6d"
|
56264
56277
|
}
|
56265
56278
|
},
|
56266
56279
|
"NextToken": {}
|
@@ -56346,7 +56359,7 @@ module.exports={
|
|
56346
56359
|
"KeyPhrasesDetectionJobPropertiesList": {
|
56347
56360
|
"type": "list",
|
56348
56361
|
"member": {
|
56349
|
-
"shape": "
|
56362
|
+
"shape": "S6i"
|
56350
56363
|
}
|
56351
56364
|
},
|
56352
56365
|
"NextToken": {}
|
@@ -56382,7 +56395,7 @@ module.exports={
|
|
56382
56395
|
"PiiEntitiesDetectionJobPropertiesList": {
|
56383
56396
|
"type": "list",
|
56384
56397
|
"member": {
|
56385
|
-
"shape": "
|
56398
|
+
"shape": "S6l"
|
56386
56399
|
}
|
56387
56400
|
},
|
56388
56401
|
"NextToken": {}
|
@@ -56418,7 +56431,7 @@ module.exports={
|
|
56418
56431
|
"SentimentDetectionJobPropertiesList": {
|
56419
56432
|
"type": "list",
|
56420
56433
|
"member": {
|
56421
|
-
"shape": "
|
56434
|
+
"shape": "S6w"
|
56422
56435
|
}
|
56423
56436
|
},
|
56424
56437
|
"NextToken": {}
|
@@ -56440,7 +56453,7 @@ module.exports={
|
|
56440
56453
|
"members": {
|
56441
56454
|
"ResourceArn": {},
|
56442
56455
|
"Tags": {
|
56443
|
-
"shape": "
|
56456
|
+
"shape": "S31"
|
56444
56457
|
}
|
56445
56458
|
}
|
56446
56459
|
}
|
@@ -56474,7 +56487,7 @@ module.exports={
|
|
56474
56487
|
"TargetedSentimentDetectionJobPropertiesList": {
|
56475
56488
|
"type": "list",
|
56476
56489
|
"member": {
|
56477
|
-
"shape": "
|
56490
|
+
"shape": "S6z"
|
56478
56491
|
}
|
56479
56492
|
},
|
56480
56493
|
"NextToken": {}
|
@@ -56510,7 +56523,7 @@ module.exports={
|
|
56510
56523
|
"TopicsDetectionJobPropertiesList": {
|
56511
56524
|
"type": "list",
|
56512
56525
|
"member": {
|
56513
|
-
"shape": "
|
56526
|
+
"shape": "S72"
|
56514
56527
|
}
|
56515
56528
|
},
|
56516
56529
|
"NextToken": {}
|
@@ -56549,10 +56562,10 @@ module.exports={
|
|
56549
56562
|
"JobName": {},
|
56550
56563
|
"DocumentClassifierArn": {},
|
56551
56564
|
"InputDataConfig": {
|
56552
|
-
"shape": "
|
56565
|
+
"shape": "S59"
|
56553
56566
|
},
|
56554
56567
|
"OutputDataConfig": {
|
56555
|
-
"shape": "
|
56568
|
+
"shape": "S5a"
|
56556
56569
|
},
|
56557
56570
|
"DataAccessRoleArn": {},
|
56558
56571
|
"ClientRequestToken": {
|
@@ -56560,10 +56573,10 @@ module.exports={
|
|
56560
56573
|
},
|
56561
56574
|
"VolumeKmsKeyId": {},
|
56562
56575
|
"VpcConfig": {
|
56563
|
-
"shape": "
|
56576
|
+
"shape": "S3j"
|
56564
56577
|
},
|
56565
56578
|
"Tags": {
|
56566
|
-
"shape": "
|
56579
|
+
"shape": "S31"
|
56567
56580
|
},
|
56568
56581
|
"FlywheelArn": {}
|
56569
56582
|
}
|
@@ -56588,10 +56601,10 @@ module.exports={
|
|
56588
56601
|
],
|
56589
56602
|
"members": {
|
56590
56603
|
"InputDataConfig": {
|
56591
|
-
"shape": "
|
56604
|
+
"shape": "S59"
|
56592
56605
|
},
|
56593
56606
|
"OutputDataConfig": {
|
56594
|
-
"shape": "
|
56607
|
+
"shape": "S5a"
|
56595
56608
|
},
|
56596
56609
|
"DataAccessRoleArn": {},
|
56597
56610
|
"JobName": {},
|
@@ -56600,10 +56613,10 @@ module.exports={
|
|
56600
56613
|
},
|
56601
56614
|
"VolumeKmsKeyId": {},
|
56602
56615
|
"VpcConfig": {
|
56603
|
-
"shape": "
|
56616
|
+
"shape": "S3j"
|
56604
56617
|
},
|
56605
56618
|
"Tags": {
|
56606
|
-
"shape": "
|
56619
|
+
"shape": "S31"
|
56607
56620
|
}
|
56608
56621
|
}
|
56609
56622
|
},
|
@@ -56627,10 +56640,10 @@ module.exports={
|
|
56627
56640
|
],
|
56628
56641
|
"members": {
|
56629
56642
|
"InputDataConfig": {
|
56630
|
-
"shape": "
|
56643
|
+
"shape": "S59"
|
56631
56644
|
},
|
56632
56645
|
"OutputDataConfig": {
|
56633
|
-
"shape": "
|
56646
|
+
"shape": "S5a"
|
56634
56647
|
},
|
56635
56648
|
"DataAccessRoleArn": {},
|
56636
56649
|
"JobName": {},
|
@@ -56641,10 +56654,10 @@ module.exports={
|
|
56641
56654
|
},
|
56642
56655
|
"VolumeKmsKeyId": {},
|
56643
56656
|
"VpcConfig": {
|
56644
|
-
"shape": "
|
56657
|
+
"shape": "S3j"
|
56645
56658
|
},
|
56646
56659
|
"Tags": {
|
56647
|
-
"shape": "
|
56660
|
+
"shape": "S31"
|
56648
56661
|
},
|
56649
56662
|
"FlywheelArn": {}
|
56650
56663
|
}
|
@@ -56671,10 +56684,10 @@ module.exports={
|
|
56671
56684
|
],
|
56672
56685
|
"members": {
|
56673
56686
|
"InputDataConfig": {
|
56674
|
-
"shape": "
|
56687
|
+
"shape": "S59"
|
56675
56688
|
},
|
56676
56689
|
"OutputDataConfig": {
|
56677
|
-
"shape": "
|
56690
|
+
"shape": "S5a"
|
56678
56691
|
},
|
56679
56692
|
"DataAccessRoleArn": {},
|
56680
56693
|
"JobName": {},
|
@@ -56683,10 +56696,10 @@ module.exports={
|
|
56683
56696
|
"idempotencyToken": true
|
56684
56697
|
},
|
56685
56698
|
"TargetEventTypes": {
|
56686
|
-
"shape": "
|
56699
|
+
"shape": "S64"
|
56687
56700
|
},
|
56688
56701
|
"Tags": {
|
56689
|
-
"shape": "
|
56702
|
+
"shape": "S31"
|
56690
56703
|
}
|
56691
56704
|
}
|
56692
56705
|
},
|
@@ -56729,10 +56742,10 @@ module.exports={
|
|
56729
56742
|
],
|
56730
56743
|
"members": {
|
56731
56744
|
"InputDataConfig": {
|
56732
|
-
"shape": "
|
56745
|
+
"shape": "S59"
|
56733
56746
|
},
|
56734
56747
|
"OutputDataConfig": {
|
56735
|
-
"shape": "
|
56748
|
+
"shape": "S5a"
|
56736
56749
|
},
|
56737
56750
|
"DataAccessRoleArn": {},
|
56738
56751
|
"JobName": {},
|
@@ -56742,10 +56755,10 @@ module.exports={
|
|
56742
56755
|
},
|
56743
56756
|
"VolumeKmsKeyId": {},
|
56744
56757
|
"VpcConfig": {
|
56745
|
-
"shape": "
|
56758
|
+
"shape": "S3j"
|
56746
56759
|
},
|
56747
56760
|
"Tags": {
|
56748
|
-
"shape": "
|
56761
|
+
"shape": "S31"
|
56749
56762
|
}
|
56750
56763
|
}
|
56751
56764
|
},
|
@@ -56770,14 +56783,14 @@ module.exports={
|
|
56770
56783
|
],
|
56771
56784
|
"members": {
|
56772
56785
|
"InputDataConfig": {
|
56773
|
-
"shape": "
|
56786
|
+
"shape": "S59"
|
56774
56787
|
},
|
56775
56788
|
"OutputDataConfig": {
|
56776
|
-
"shape": "
|
56789
|
+
"shape": "S5a"
|
56777
56790
|
},
|
56778
56791
|
"Mode": {},
|
56779
56792
|
"RedactionConfig": {
|
56780
|
-
"shape": "
|
56793
|
+
"shape": "S6n"
|
56781
56794
|
},
|
56782
56795
|
"DataAccessRoleArn": {},
|
56783
56796
|
"JobName": {},
|
@@ -56786,7 +56799,7 @@ module.exports={
|
|
56786
56799
|
"idempotencyToken": true
|
56787
56800
|
},
|
56788
56801
|
"Tags": {
|
56789
|
-
"shape": "
|
56802
|
+
"shape": "S31"
|
56790
56803
|
}
|
56791
56804
|
}
|
56792
56805
|
},
|
@@ -56810,10 +56823,10 @@ module.exports={
|
|
56810
56823
|
],
|
56811
56824
|
"members": {
|
56812
56825
|
"InputDataConfig": {
|
56813
|
-
"shape": "
|
56826
|
+
"shape": "S59"
|
56814
56827
|
},
|
56815
56828
|
"OutputDataConfig": {
|
56816
|
-
"shape": "
|
56829
|
+
"shape": "S5a"
|
56817
56830
|
},
|
56818
56831
|
"DataAccessRoleArn": {},
|
56819
56832
|
"JobName": {},
|
@@ -56823,10 +56836,10 @@ module.exports={
|
|
56823
56836
|
},
|
56824
56837
|
"VolumeKmsKeyId": {},
|
56825
56838
|
"VpcConfig": {
|
56826
|
-
"shape": "
|
56839
|
+
"shape": "S3j"
|
56827
56840
|
},
|
56828
56841
|
"Tags": {
|
56829
|
-
"shape": "
|
56842
|
+
"shape": "S31"
|
56830
56843
|
}
|
56831
56844
|
}
|
56832
56845
|
},
|
@@ -56850,10 +56863,10 @@ module.exports={
|
|
56850
56863
|
],
|
56851
56864
|
"members": {
|
56852
56865
|
"InputDataConfig": {
|
56853
|
-
"shape": "
|
56866
|
+
"shape": "S59"
|
56854
56867
|
},
|
56855
56868
|
"OutputDataConfig": {
|
56856
|
-
"shape": "
|
56869
|
+
"shape": "S5a"
|
56857
56870
|
},
|
56858
56871
|
"DataAccessRoleArn": {},
|
56859
56872
|
"JobName": {},
|
@@ -56863,10 +56876,10 @@ module.exports={
|
|
56863
56876
|
},
|
56864
56877
|
"VolumeKmsKeyId": {},
|
56865
56878
|
"VpcConfig": {
|
56866
|
-
"shape": "
|
56879
|
+
"shape": "S3j"
|
56867
56880
|
},
|
56868
56881
|
"Tags": {
|
56869
|
-
"shape": "
|
56882
|
+
"shape": "S31"
|
56870
56883
|
}
|
56871
56884
|
}
|
56872
56885
|
},
|
@@ -56889,10 +56902,10 @@ module.exports={
|
|
56889
56902
|
],
|
56890
56903
|
"members": {
|
56891
56904
|
"InputDataConfig": {
|
56892
|
-
"shape": "
|
56905
|
+
"shape": "S59"
|
56893
56906
|
},
|
56894
56907
|
"OutputDataConfig": {
|
56895
|
-
"shape": "
|
56908
|
+
"shape": "S5a"
|
56896
56909
|
},
|
56897
56910
|
"DataAccessRoleArn": {},
|
56898
56911
|
"JobName": {},
|
@@ -56904,10 +56917,10 @@ module.exports={
|
|
56904
56917
|
},
|
56905
56918
|
"VolumeKmsKeyId": {},
|
56906
56919
|
"VpcConfig": {
|
56907
|
-
"shape": "
|
56920
|
+
"shape": "S3j"
|
56908
56921
|
},
|
56909
56922
|
"Tags": {
|
56910
|
-
"shape": "
|
56923
|
+
"shape": "S31"
|
56911
56924
|
}
|
56912
56925
|
}
|
56913
56926
|
},
|
@@ -57086,7 +57099,7 @@ module.exports={
|
|
57086
57099
|
"members": {
|
57087
57100
|
"ResourceArn": {},
|
57088
57101
|
"Tags": {
|
57089
|
-
"shape": "
|
57102
|
+
"shape": "S31"
|
57090
57103
|
}
|
57091
57104
|
}
|
57092
57105
|
},
|
@@ -57154,7 +57167,7 @@ module.exports={
|
|
57154
57167
|
"ModelKmsKeyId": {},
|
57155
57168
|
"VolumeKmsKeyId": {},
|
57156
57169
|
"VpcConfig": {
|
57157
|
-
"shape": "
|
57170
|
+
"shape": "S3j"
|
57158
57171
|
}
|
57159
57172
|
}
|
57160
57173
|
}
|
@@ -57164,7 +57177,7 @@ module.exports={
|
|
57164
57177
|
"type": "structure",
|
57165
57178
|
"members": {
|
57166
57179
|
"FlywheelProperties": {
|
57167
|
-
"shape": "
|
57180
|
+
"shape": "S68"
|
57168
57181
|
}
|
57169
57182
|
}
|
57170
57183
|
}
|
@@ -57424,11 +57437,11 @@ module.exports={
|
|
57424
57437
|
}
|
57425
57438
|
}
|
57426
57439
|
},
|
57427
|
-
"
|
57440
|
+
"S2o": {
|
57428
57441
|
"type": "list",
|
57429
57442
|
"member": {}
|
57430
57443
|
},
|
57431
|
-
"
|
57444
|
+
"S31": {
|
57432
57445
|
"type": "list",
|
57433
57446
|
"member": {
|
57434
57447
|
"type": "structure",
|
@@ -57441,7 +57454,7 @@ module.exports={
|
|
57441
57454
|
}
|
57442
57455
|
}
|
57443
57456
|
},
|
57444
|
-
"
|
57457
|
+
"S3a": {
|
57445
57458
|
"type": "structure",
|
57446
57459
|
"members": {
|
57447
57460
|
"DataFormat": {},
|
@@ -57451,12 +57464,26 @@ module.exports={
|
|
57451
57464
|
"AugmentedManifests": {
|
57452
57465
|
"type": "list",
|
57453
57466
|
"member": {
|
57454
|
-
"shape": "
|
57467
|
+
"shape": "S3d"
|
57455
57468
|
}
|
57469
|
+
},
|
57470
|
+
"DocumentType": {},
|
57471
|
+
"Documents": {
|
57472
|
+
"type": "structure",
|
57473
|
+
"required": [
|
57474
|
+
"S3Uri"
|
57475
|
+
],
|
57476
|
+
"members": {
|
57477
|
+
"S3Uri": {},
|
57478
|
+
"TestS3Uri": {}
|
57479
|
+
}
|
57480
|
+
},
|
57481
|
+
"DocumentReaderConfig": {
|
57482
|
+
"shape": "S1p"
|
57456
57483
|
}
|
57457
57484
|
}
|
57458
57485
|
},
|
57459
|
-
"
|
57486
|
+
"S3d": {
|
57460
57487
|
"type": "structure",
|
57461
57488
|
"required": [
|
57462
57489
|
"S3Uri",
|
@@ -57466,14 +57493,14 @@ module.exports={
|
|
57466
57493
|
"S3Uri": {},
|
57467
57494
|
"Split": {},
|
57468
57495
|
"AttributeNames": {
|
57469
|
-
"shape": "
|
57496
|
+
"shape": "S2o"
|
57470
57497
|
},
|
57471
57498
|
"AnnotationDataS3Uri": {},
|
57472
57499
|
"SourceDocumentsS3Uri": {},
|
57473
57500
|
"DocumentType": {}
|
57474
57501
|
}
|
57475
57502
|
},
|
57476
|
-
"
|
57503
|
+
"S3h": {
|
57477
57504
|
"type": "structure",
|
57478
57505
|
"members": {
|
57479
57506
|
"S3Uri": {},
|
@@ -57481,7 +57508,7 @@ module.exports={
|
|
57481
57508
|
"FlywheelStatsS3Prefix": {}
|
57482
57509
|
}
|
57483
57510
|
},
|
57484
|
-
"
|
57511
|
+
"S3j": {
|
57485
57512
|
"type": "structure",
|
57486
57513
|
"required": [
|
57487
57514
|
"SecurityGroupIds",
|
@@ -57498,7 +57525,7 @@ module.exports={
|
|
57498
57525
|
}
|
57499
57526
|
}
|
57500
57527
|
},
|
57501
|
-
"
|
57528
|
+
"S3z": {
|
57502
57529
|
"type": "structure",
|
57503
57530
|
"required": [
|
57504
57531
|
"EntityTypes"
|
@@ -57506,7 +57533,7 @@ module.exports={
|
|
57506
57533
|
"members": {
|
57507
57534
|
"DataFormat": {},
|
57508
57535
|
"EntityTypes": {
|
57509
|
-
"shape": "
|
57536
|
+
"shape": "S41"
|
57510
57537
|
},
|
57511
57538
|
"Documents": {
|
57512
57539
|
"type": "structure",
|
@@ -57541,12 +57568,12 @@ module.exports={
|
|
57541
57568
|
"AugmentedManifests": {
|
57542
57569
|
"type": "list",
|
57543
57570
|
"member": {
|
57544
|
-
"shape": "
|
57571
|
+
"shape": "S3d"
|
57545
57572
|
}
|
57546
57573
|
}
|
57547
57574
|
}
|
57548
57575
|
},
|
57549
|
-
"
|
57576
|
+
"S41": {
|
57550
57577
|
"type": "list",
|
57551
57578
|
"member": {
|
57552
57579
|
"type": "structure",
|
@@ -57558,7 +57585,7 @@ module.exports={
|
|
57558
57585
|
}
|
57559
57586
|
}
|
57560
57587
|
},
|
57561
|
-
"
|
57588
|
+
"S4b": {
|
57562
57589
|
"type": "structure",
|
57563
57590
|
"required": [
|
57564
57591
|
"LanguageCode"
|
@@ -57585,24 +57612,24 @@ module.exports={
|
|
57585
57612
|
],
|
57586
57613
|
"members": {
|
57587
57614
|
"EntityTypes": {
|
57588
|
-
"shape": "
|
57615
|
+
"shape": "S41"
|
57589
57616
|
}
|
57590
57617
|
}
|
57591
57618
|
}
|
57592
57619
|
}
|
57593
57620
|
},
|
57594
|
-
"
|
57621
|
+
"S4i": {
|
57595
57622
|
"type": "structure",
|
57596
57623
|
"members": {
|
57597
57624
|
"ModelKmsKeyId": {},
|
57598
57625
|
"VolumeKmsKeyId": {},
|
57599
57626
|
"DataLakeKmsKeyId": {},
|
57600
57627
|
"VpcConfig": {
|
57601
|
-
"shape": "
|
57628
|
+
"shape": "S3j"
|
57602
57629
|
}
|
57603
57630
|
}
|
57604
57631
|
},
|
57605
|
-
"
|
57632
|
+
"S4x": {
|
57606
57633
|
"type": "structure",
|
57607
57634
|
"members": {
|
57608
57635
|
"DatasetArn": {},
|
@@ -57623,7 +57650,7 @@ module.exports={
|
|
57623
57650
|
}
|
57624
57651
|
}
|
57625
57652
|
},
|
57626
|
-
"
|
57653
|
+
"S55": {
|
57627
57654
|
"type": "structure",
|
57628
57655
|
"members": {
|
57629
57656
|
"JobId": {},
|
@@ -57639,20 +57666,20 @@ module.exports={
|
|
57639
57666
|
},
|
57640
57667
|
"DocumentClassifierArn": {},
|
57641
57668
|
"InputDataConfig": {
|
57642
|
-
"shape": "
|
57669
|
+
"shape": "S59"
|
57643
57670
|
},
|
57644
57671
|
"OutputDataConfig": {
|
57645
|
-
"shape": "
|
57672
|
+
"shape": "S5a"
|
57646
57673
|
},
|
57647
57674
|
"DataAccessRoleArn": {},
|
57648
57675
|
"VolumeKmsKeyId": {},
|
57649
57676
|
"VpcConfig": {
|
57650
|
-
"shape": "
|
57677
|
+
"shape": "S3j"
|
57651
57678
|
},
|
57652
57679
|
"FlywheelArn": {}
|
57653
57680
|
}
|
57654
57681
|
},
|
57655
|
-
"
|
57682
|
+
"S59": {
|
57656
57683
|
"type": "structure",
|
57657
57684
|
"required": [
|
57658
57685
|
"S3Uri"
|
@@ -57665,7 +57692,7 @@ module.exports={
|
|
57665
57692
|
}
|
57666
57693
|
}
|
57667
57694
|
},
|
57668
|
-
"
|
57695
|
+
"S5a": {
|
57669
57696
|
"type": "structure",
|
57670
57697
|
"required": [
|
57671
57698
|
"S3Uri"
|
@@ -57675,7 +57702,7 @@ module.exports={
|
|
57675
57702
|
"KmsKeyId": {}
|
57676
57703
|
}
|
57677
57704
|
},
|
57678
|
-
"
|
57705
|
+
"S5d": {
|
57679
57706
|
"type": "structure",
|
57680
57707
|
"members": {
|
57681
57708
|
"DocumentClassifierArn": {},
|
@@ -57695,10 +57722,10 @@ module.exports={
|
|
57695
57722
|
"type": "timestamp"
|
57696
57723
|
},
|
57697
57724
|
"InputDataConfig": {
|
57698
|
-
"shape": "
|
57725
|
+
"shape": "S3a"
|
57699
57726
|
},
|
57700
57727
|
"OutputDataConfig": {
|
57701
|
-
"shape": "
|
57728
|
+
"shape": "S3h"
|
57702
57729
|
},
|
57703
57730
|
"ClassifierMetadata": {
|
57704
57731
|
"type": "structure",
|
@@ -57747,7 +57774,7 @@ module.exports={
|
|
57747
57774
|
"DataAccessRoleArn": {},
|
57748
57775
|
"VolumeKmsKeyId": {},
|
57749
57776
|
"VpcConfig": {
|
57750
|
-
"shape": "
|
57777
|
+
"shape": "S3j"
|
57751
57778
|
},
|
57752
57779
|
"Mode": {},
|
57753
57780
|
"ModelKmsKeyId": {},
|
@@ -57756,7 +57783,7 @@ module.exports={
|
|
57756
57783
|
"FlywheelArn": {}
|
57757
57784
|
}
|
57758
57785
|
},
|
57759
|
-
"
|
57786
|
+
"S5k": {
|
57760
57787
|
"type": "structure",
|
57761
57788
|
"members": {
|
57762
57789
|
"JobId": {},
|
@@ -57771,19 +57798,19 @@ module.exports={
|
|
57771
57798
|
"type": "timestamp"
|
57772
57799
|
},
|
57773
57800
|
"InputDataConfig": {
|
57774
|
-
"shape": "
|
57801
|
+
"shape": "S59"
|
57775
57802
|
},
|
57776
57803
|
"OutputDataConfig": {
|
57777
|
-
"shape": "
|
57804
|
+
"shape": "S5a"
|
57778
57805
|
},
|
57779
57806
|
"DataAccessRoleArn": {},
|
57780
57807
|
"VolumeKmsKeyId": {},
|
57781
57808
|
"VpcConfig": {
|
57782
|
-
"shape": "
|
57809
|
+
"shape": "S3j"
|
57783
57810
|
}
|
57784
57811
|
}
|
57785
57812
|
},
|
57786
|
-
"
|
57813
|
+
"S5n": {
|
57787
57814
|
"type": "structure",
|
57788
57815
|
"members": {
|
57789
57816
|
"EndpointArn": {},
|
@@ -57808,7 +57835,7 @@ module.exports={
|
|
57808
57835
|
"FlywheelArn": {}
|
57809
57836
|
}
|
57810
57837
|
},
|
57811
|
-
"
|
57838
|
+
"S5r": {
|
57812
57839
|
"type": "structure",
|
57813
57840
|
"members": {
|
57814
57841
|
"JobId": {},
|
@@ -57824,21 +57851,21 @@ module.exports={
|
|
57824
57851
|
},
|
57825
57852
|
"EntityRecognizerArn": {},
|
57826
57853
|
"InputDataConfig": {
|
57827
|
-
"shape": "
|
57854
|
+
"shape": "S59"
|
57828
57855
|
},
|
57829
57856
|
"OutputDataConfig": {
|
57830
|
-
"shape": "
|
57857
|
+
"shape": "S5a"
|
57831
57858
|
},
|
57832
57859
|
"LanguageCode": {},
|
57833
57860
|
"DataAccessRoleArn": {},
|
57834
57861
|
"VolumeKmsKeyId": {},
|
57835
57862
|
"VpcConfig": {
|
57836
|
-
"shape": "
|
57863
|
+
"shape": "S3j"
|
57837
57864
|
},
|
57838
57865
|
"FlywheelArn": {}
|
57839
57866
|
}
|
57840
57867
|
},
|
57841
|
-
"
|
57868
|
+
"S5u": {
|
57842
57869
|
"type": "structure",
|
57843
57870
|
"members": {
|
57844
57871
|
"EntityRecognizerArn": {},
|
@@ -57858,7 +57885,7 @@ module.exports={
|
|
57858
57885
|
"type": "timestamp"
|
57859
57886
|
},
|
57860
57887
|
"InputDataConfig": {
|
57861
|
-
"shape": "
|
57888
|
+
"shape": "S3z"
|
57862
57889
|
},
|
57863
57890
|
"RecognizerMetadata": {
|
57864
57891
|
"type": "structure",
|
@@ -57915,7 +57942,7 @@ module.exports={
|
|
57915
57942
|
"DataAccessRoleArn": {},
|
57916
57943
|
"VolumeKmsKeyId": {},
|
57917
57944
|
"VpcConfig": {
|
57918
|
-
"shape": "
|
57945
|
+
"shape": "S3j"
|
57919
57946
|
},
|
57920
57947
|
"ModelKmsKeyId": {},
|
57921
57948
|
"VersionName": {},
|
@@ -57929,7 +57956,7 @@ module.exports={
|
|
57929
57956
|
}
|
57930
57957
|
}
|
57931
57958
|
},
|
57932
|
-
"
|
57959
|
+
"S63": {
|
57933
57960
|
"type": "structure",
|
57934
57961
|
"members": {
|
57935
57962
|
"JobId": {},
|
@@ -57944,34 +57971,34 @@ module.exports={
|
|
57944
57971
|
"type": "timestamp"
|
57945
57972
|
},
|
57946
57973
|
"InputDataConfig": {
|
57947
|
-
"shape": "
|
57974
|
+
"shape": "S59"
|
57948
57975
|
},
|
57949
57976
|
"OutputDataConfig": {
|
57950
|
-
"shape": "
|
57977
|
+
"shape": "S5a"
|
57951
57978
|
},
|
57952
57979
|
"LanguageCode": {},
|
57953
57980
|
"DataAccessRoleArn": {},
|
57954
57981
|
"TargetEventTypes": {
|
57955
|
-
"shape": "
|
57982
|
+
"shape": "S64"
|
57956
57983
|
}
|
57957
57984
|
}
|
57958
57985
|
},
|
57959
|
-
"
|
57986
|
+
"S64": {
|
57960
57987
|
"type": "list",
|
57961
57988
|
"member": {}
|
57962
57989
|
},
|
57963
|
-
"
|
57990
|
+
"S68": {
|
57964
57991
|
"type": "structure",
|
57965
57992
|
"members": {
|
57966
57993
|
"FlywheelArn": {},
|
57967
57994
|
"ActiveModelArn": {},
|
57968
57995
|
"DataAccessRoleArn": {},
|
57969
57996
|
"TaskConfig": {
|
57970
|
-
"shape": "
|
57997
|
+
"shape": "S4b"
|
57971
57998
|
},
|
57972
57999
|
"DataLakeS3Uri": {},
|
57973
58000
|
"DataSecurityConfig": {
|
57974
|
-
"shape": "
|
58001
|
+
"shape": "S4i"
|
57975
58002
|
},
|
57976
58003
|
"Status": {},
|
57977
58004
|
"ModelType": {},
|
@@ -57985,7 +58012,7 @@ module.exports={
|
|
57985
58012
|
"LatestFlywheelIteration": {}
|
57986
58013
|
}
|
57987
58014
|
},
|
57988
|
-
"
|
58015
|
+
"S6d": {
|
57989
58016
|
"type": "structure",
|
57990
58017
|
"members": {
|
57991
58018
|
"FlywheelArn": {},
|
@@ -58000,16 +58027,16 @@ module.exports={
|
|
58000
58027
|
"Message": {},
|
58001
58028
|
"EvaluatedModelArn": {},
|
58002
58029
|
"EvaluatedModelMetrics": {
|
58003
|
-
"shape": "
|
58030
|
+
"shape": "S6f"
|
58004
58031
|
},
|
58005
58032
|
"TrainedModelArn": {},
|
58006
58033
|
"TrainedModelMetrics": {
|
58007
|
-
"shape": "
|
58034
|
+
"shape": "S6f"
|
58008
58035
|
},
|
58009
58036
|
"EvaluationManifestS3Prefix": {}
|
58010
58037
|
}
|
58011
58038
|
},
|
58012
|
-
"
|
58039
|
+
"S6f": {
|
58013
58040
|
"type": "structure",
|
58014
58041
|
"members": {
|
58015
58042
|
"AverageF1Score": {
|
@@ -58026,7 +58053,7 @@ module.exports={
|
|
58026
58053
|
}
|
58027
58054
|
}
|
58028
58055
|
},
|
58029
|
-
"
|
58056
|
+
"S6i": {
|
58030
58057
|
"type": "structure",
|
58031
58058
|
"members": {
|
58032
58059
|
"JobId": {},
|
@@ -58041,20 +58068,20 @@ module.exports={
|
|
58041
58068
|
"type": "timestamp"
|
58042
58069
|
},
|
58043
58070
|
"InputDataConfig": {
|
58044
|
-
"shape": "
|
58071
|
+
"shape": "S59"
|
58045
58072
|
},
|
58046
58073
|
"OutputDataConfig": {
|
58047
|
-
"shape": "
|
58074
|
+
"shape": "S5a"
|
58048
58075
|
},
|
58049
58076
|
"LanguageCode": {},
|
58050
58077
|
"DataAccessRoleArn": {},
|
58051
58078
|
"VolumeKmsKeyId": {},
|
58052
58079
|
"VpcConfig": {
|
58053
|
-
"shape": "
|
58080
|
+
"shape": "S3j"
|
58054
58081
|
}
|
58055
58082
|
}
|
58056
58083
|
},
|
58057
|
-
"
|
58084
|
+
"S6l": {
|
58058
58085
|
"type": "structure",
|
58059
58086
|
"members": {
|
58060
58087
|
"JobId": {},
|
@@ -58069,7 +58096,7 @@ module.exports={
|
|
58069
58096
|
"type": "timestamp"
|
58070
58097
|
},
|
58071
58098
|
"InputDataConfig": {
|
58072
|
-
"shape": "
|
58099
|
+
"shape": "S59"
|
58073
58100
|
},
|
58074
58101
|
"OutputDataConfig": {
|
58075
58102
|
"type": "structure",
|
@@ -58082,14 +58109,14 @@ module.exports={
|
|
58082
58109
|
}
|
58083
58110
|
},
|
58084
58111
|
"RedactionConfig": {
|
58085
|
-
"shape": "
|
58112
|
+
"shape": "S6n"
|
58086
58113
|
},
|
58087
58114
|
"LanguageCode": {},
|
58088
58115
|
"DataAccessRoleArn": {},
|
58089
58116
|
"Mode": {}
|
58090
58117
|
}
|
58091
58118
|
},
|
58092
|
-
"
|
58119
|
+
"S6n": {
|
58093
58120
|
"type": "structure",
|
58094
58121
|
"members": {
|
58095
58122
|
"PiiEntityTypes": {
|
@@ -58100,7 +58127,7 @@ module.exports={
|
|
58100
58127
|
"MaskCharacter": {}
|
58101
58128
|
}
|
58102
58129
|
},
|
58103
|
-
"
|
58130
|
+
"S6w": {
|
58104
58131
|
"type": "structure",
|
58105
58132
|
"members": {
|
58106
58133
|
"JobId": {},
|
@@ -58115,20 +58142,20 @@ module.exports={
|
|
58115
58142
|
"type": "timestamp"
|
58116
58143
|
},
|
58117
58144
|
"InputDataConfig": {
|
58118
|
-
"shape": "
|
58145
|
+
"shape": "S59"
|
58119
58146
|
},
|
58120
58147
|
"OutputDataConfig": {
|
58121
|
-
"shape": "
|
58148
|
+
"shape": "S5a"
|
58122
58149
|
},
|
58123
58150
|
"LanguageCode": {},
|
58124
58151
|
"DataAccessRoleArn": {},
|
58125
58152
|
"VolumeKmsKeyId": {},
|
58126
58153
|
"VpcConfig": {
|
58127
|
-
"shape": "
|
58154
|
+
"shape": "S3j"
|
58128
58155
|
}
|
58129
58156
|
}
|
58130
58157
|
},
|
58131
|
-
"
|
58158
|
+
"S6z": {
|
58132
58159
|
"type": "structure",
|
58133
58160
|
"members": {
|
58134
58161
|
"JobId": {},
|
@@ -58143,20 +58170,20 @@ module.exports={
|
|
58143
58170
|
"type": "timestamp"
|
58144
58171
|
},
|
58145
58172
|
"InputDataConfig": {
|
58146
|
-
"shape": "
|
58173
|
+
"shape": "S59"
|
58147
58174
|
},
|
58148
58175
|
"OutputDataConfig": {
|
58149
|
-
"shape": "
|
58176
|
+
"shape": "S5a"
|
58150
58177
|
},
|
58151
58178
|
"LanguageCode": {},
|
58152
58179
|
"DataAccessRoleArn": {},
|
58153
58180
|
"VolumeKmsKeyId": {},
|
58154
58181
|
"VpcConfig": {
|
58155
|
-
"shape": "
|
58182
|
+
"shape": "S3j"
|
58156
58183
|
}
|
58157
58184
|
}
|
58158
58185
|
},
|
58159
|
-
"
|
58186
|
+
"S72": {
|
58160
58187
|
"type": "structure",
|
58161
58188
|
"members": {
|
58162
58189
|
"JobId": {},
|
@@ -58171,10 +58198,10 @@ module.exports={
|
|
58171
58198
|
"type": "timestamp"
|
58172
58199
|
},
|
58173
58200
|
"InputDataConfig": {
|
58174
|
-
"shape": "
|
58201
|
+
"shape": "S59"
|
58175
58202
|
},
|
58176
58203
|
"OutputDataConfig": {
|
58177
|
-
"shape": "
|
58204
|
+
"shape": "S5a"
|
58178
58205
|
},
|
58179
58206
|
"NumberOfTopics": {
|
58180
58207
|
"type": "integer"
|
@@ -58182,7 +58209,7 @@ module.exports={
|
|
58182
58209
|
"DataAccessRoleArn": {},
|
58183
58210
|
"VolumeKmsKeyId": {},
|
58184
58211
|
"VpcConfig": {
|
58185
|
-
"shape": "
|
58212
|
+
"shape": "S3j"
|
58186
58213
|
}
|
58187
58214
|
}
|
58188
58215
|
}
|
@@ -150384,7 +150411,7 @@ module.exports={
|
|
150384
150411
|
"serviceFullName": "AWS IoT",
|
150385
150412
|
"serviceId": "IoT",
|
150386
150413
|
"signatureVersion": "v4",
|
150387
|
-
"signingName": "
|
150414
|
+
"signingName": "iot",
|
150388
150415
|
"uid": "iot-2015-05-28"
|
150389
150416
|
},
|
150390
150417
|
"operations": {
|
@@ -160669,6 +160696,12 @@ module.exports={
|
|
160669
160696
|
"output_token": "nextToken",
|
160670
160697
|
"result_key": "jobs"
|
160671
160698
|
},
|
160699
|
+
"ListManagedJobTemplates": {
|
160700
|
+
"input_token": "nextToken",
|
160701
|
+
"limit_key": "maxResults",
|
160702
|
+
"output_token": "nextToken",
|
160703
|
+
"result_key": "managedJobTemplates"
|
160704
|
+
},
|
160672
160705
|
"ListMetricValues": {
|
160673
160706
|
"input_token": "nextToken",
|
160674
160707
|
"limit_key": "maxResults",
|
@@ -160729,6 +160762,12 @@ module.exports={
|
|
160729
160762
|
"output_token": "nextToken",
|
160730
160763
|
"result_key": "templates"
|
160731
160764
|
},
|
160765
|
+
"ListRelatedResourcesForAuditFinding": {
|
160766
|
+
"input_token": "nextToken",
|
160767
|
+
"limit_key": "maxResults",
|
160768
|
+
"output_token": "nextToken",
|
160769
|
+
"result_key": "relatedResources"
|
160770
|
+
},
|
160732
160771
|
"ListRoleAliases": {
|
160733
160772
|
"input_token": "marker",
|
160734
160773
|
"limit_key": "pageSize",
|
@@ -255135,7 +255174,7 @@ AWS.util.update(AWS, {
|
|
255135
255174
|
/**
|
255136
255175
|
* @constant
|
255137
255176
|
*/
|
255138
|
-
VERSION: '2.
|
255177
|
+
VERSION: '2.1362.0',
|
255139
255178
|
|
255140
255179
|
/**
|
255141
255180
|
* @api private
|
@@ -277252,7 +277291,7 @@ var LRUCache = /** @class */ (function () {
|
|
277252
277291
|
}());
|
277253
277292
|
exports.LRUCache = LRUCache;
|
277254
277293
|
},{}],462:[function(require,module,exports){
|
277255
|
-
// AWS SDK for JavaScript v2.
|
277294
|
+
// AWS SDK for JavaScript v2.1362.0
|
277256
277295
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
277257
277296
|
// License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
|
277258
277297
|
require('./browser_loader');
|