construct-hub 0.2.3 → 0.2.7
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 +519 -26
- package/API.md +301 -0
- package/README.md +51 -0
- package/lib/backend/ingestion/index.d.ts +5 -0
- package/lib/backend/ingestion/index.js +4 -3
- package/lib/backend/ingestion/ingestion.bundle/index.js +54 -2
- package/lib/backend/ingestion/ingestion.lambda.js +15 -2
- package/lib/backend/shared/tags.d.ts +7 -0
- package/lib/backend/shared/tags.js +32 -0
- package/lib/backend/transliterator/transliterator.bundle/index.js +495 -238
- package/lib/construct-hub.d.ts +7 -0
- package/lib/construct-hub.js +14 -5
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -1
- package/lib/package-sources/code-artifact.js +1 -1
- package/lib/package-sources/npmjs/npm-js-follower.bundle/index.js +1 -1
- package/lib/package-sources/npmjs/npm-js-follower.lambda.js +2 -2
- package/lib/package-sources/npmjs.js +1 -1
- package/lib/package-tag/index.d.ts +143 -0
- package/lib/package-tag/index.js +116 -0
- package/lib/spdx-license.js +1 -1
- package/lib/webapp/config.d.ts +7 -0
- package/lib/webapp/config.js +15 -3
- package/lib/webapp/index.d.ts +5 -0
- package/lib/webapp/index.js +2 -1
- package/package.json +5 -5
@@ -159684,7 +159684,7 @@ var require_core = __commonJS({
|
|
159684
159684
|
_hidden.toString();
|
159685
159685
|
module2.exports = AWS3;
|
159686
159686
|
AWS3.util.update(AWS3, {
|
159687
|
-
VERSION: "2.
|
159687
|
+
VERSION: "2.992.0",
|
159688
159688
|
Signers: {},
|
159689
159689
|
Protocol: {
|
159690
159690
|
Json: require_json4(),
|
@@ -165804,9 +165804,9 @@ var require_builder3 = __commonJS({
|
|
165804
165804
|
}
|
165805
165805
|
});
|
165806
165806
|
|
165807
|
-
// node_modules/sax/lib/sax.js
|
165807
|
+
// node_modules/xml2js/node_modules/sax/lib/sax.js
|
165808
165808
|
var require_sax2 = __commonJS({
|
165809
|
-
"node_modules/sax/lib/sax.js"(exports) {
|
165809
|
+
"node_modules/xml2js/node_modules/sax/lib/sax.js"(exports) {
|
165810
165810
|
(function(sax) {
|
165811
165811
|
sax.parser = function(strict, opt) {
|
165812
165812
|
return new SAXParser(strict, opt);
|
@@ -268650,6 +268650,77 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
268650
268650
|
}
|
268651
268651
|
}
|
268652
268652
|
},
|
268653
|
+
GetVpnConnectionDeviceSampleConfiguration: {
|
268654
|
+
input: {
|
268655
|
+
type: "structure",
|
268656
|
+
required: [
|
268657
|
+
"VpnConnectionId",
|
268658
|
+
"VpnConnectionDeviceTypeId"
|
268659
|
+
],
|
268660
|
+
members: {
|
268661
|
+
VpnConnectionId: {},
|
268662
|
+
VpnConnectionDeviceTypeId: {},
|
268663
|
+
InternetKeyExchangeVersion: {},
|
268664
|
+
DryRun: {
|
268665
|
+
type: "boolean"
|
268666
|
+
}
|
268667
|
+
}
|
268668
|
+
},
|
268669
|
+
output: {
|
268670
|
+
type: "structure",
|
268671
|
+
members: {
|
268672
|
+
VpnConnectionDeviceSampleConfiguration: {
|
268673
|
+
locationName: "vpnConnectionDeviceSampleConfiguration",
|
268674
|
+
type: "string",
|
268675
|
+
sensitive: true
|
268676
|
+
}
|
268677
|
+
}
|
268678
|
+
}
|
268679
|
+
},
|
268680
|
+
GetVpnConnectionDeviceTypes: {
|
268681
|
+
input: {
|
268682
|
+
type: "structure",
|
268683
|
+
members: {
|
268684
|
+
MaxResults: {
|
268685
|
+
type: "integer"
|
268686
|
+
},
|
268687
|
+
NextToken: {},
|
268688
|
+
DryRun: {
|
268689
|
+
type: "boolean"
|
268690
|
+
}
|
268691
|
+
}
|
268692
|
+
},
|
268693
|
+
output: {
|
268694
|
+
type: "structure",
|
268695
|
+
members: {
|
268696
|
+
VpnConnectionDeviceTypes: {
|
268697
|
+
locationName: "vpnConnectionDeviceTypeSet",
|
268698
|
+
type: "list",
|
268699
|
+
member: {
|
268700
|
+
locationName: "item",
|
268701
|
+
type: "structure",
|
268702
|
+
members: {
|
268703
|
+
VpnConnectionDeviceTypeId: {
|
268704
|
+
locationName: "vpnConnectionDeviceTypeId"
|
268705
|
+
},
|
268706
|
+
Vendor: {
|
268707
|
+
locationName: "vendor"
|
268708
|
+
},
|
268709
|
+
Platform: {
|
268710
|
+
locationName: "platform"
|
268711
|
+
},
|
268712
|
+
Software: {
|
268713
|
+
locationName: "software"
|
268714
|
+
}
|
268715
|
+
}
|
268716
|
+
}
|
268717
|
+
},
|
268718
|
+
NextToken: {
|
268719
|
+
locationName: "nextToken"
|
268720
|
+
}
|
268721
|
+
}
|
268722
|
+
}
|
268723
|
+
},
|
268653
268724
|
ImportClientVpnClientCertificateRevocationList: {
|
268654
268725
|
input: {
|
268655
268726
|
type: "structure",
|
@@ -268681,7 +268752,7 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
268681
268752
|
members: {
|
268682
268753
|
Architecture: {},
|
268683
268754
|
ClientData: {
|
268684
|
-
shape: "
|
268755
|
+
shape: "S1kt"
|
268685
268756
|
},
|
268686
268757
|
ClientToken: {},
|
268687
268758
|
Description: {},
|
@@ -268698,7 +268769,7 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
268698
268769
|
SnapshotId: {},
|
268699
268770
|
Url: {},
|
268700
268771
|
UserBucket: {
|
268701
|
-
shape: "
|
268772
|
+
shape: "S1kw"
|
268702
268773
|
}
|
268703
268774
|
}
|
268704
268775
|
}
|
@@ -268808,10 +268879,10 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
268808
268879
|
members: {
|
268809
268880
|
Description: {},
|
268810
268881
|
Image: {
|
268811
|
-
shape: "
|
268882
|
+
shape: "S1l3"
|
268812
268883
|
},
|
268813
268884
|
Volume: {
|
268814
|
-
shape: "
|
268885
|
+
shape: "S1l4"
|
268815
268886
|
}
|
268816
268887
|
}
|
268817
268888
|
}
|
@@ -268934,7 +269005,7 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
268934
269005
|
type: "structure",
|
268935
269006
|
members: {
|
268936
269007
|
ClientData: {
|
268937
|
-
shape: "
|
269008
|
+
shape: "S1kt"
|
268938
269009
|
},
|
268939
269010
|
ClientToken: {},
|
268940
269011
|
Description: {},
|
@@ -268945,7 +269016,7 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
268945
269016
|
Format: {},
|
268946
269017
|
Url: {},
|
268947
269018
|
UserBucket: {
|
268948
|
-
shape: "
|
269019
|
+
shape: "S1kw"
|
268949
269020
|
}
|
268950
269021
|
}
|
268951
269022
|
},
|
@@ -269003,11 +269074,11 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
269003
269074
|
type: "boolean"
|
269004
269075
|
},
|
269005
269076
|
Image: {
|
269006
|
-
shape: "
|
269077
|
+
shape: "S1l3",
|
269007
269078
|
locationName: "image"
|
269008
269079
|
},
|
269009
269080
|
Volume: {
|
269010
|
-
shape: "
|
269081
|
+
shape: "S1l4",
|
269011
269082
|
locationName: "volume"
|
269012
269083
|
}
|
269013
269084
|
}
|
@@ -269251,25 +269322,25 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
269251
269322
|
Attribute: {},
|
269252
269323
|
OperationType: {},
|
269253
269324
|
UserIds: {
|
269254
|
-
shape: "
|
269325
|
+
shape: "S1lx",
|
269255
269326
|
locationName: "UserId"
|
269256
269327
|
},
|
269257
269328
|
UserGroups: {
|
269258
|
-
shape: "
|
269329
|
+
shape: "S1ly",
|
269259
269330
|
locationName: "UserGroup"
|
269260
269331
|
},
|
269261
269332
|
ProductCodes: {
|
269262
|
-
shape: "
|
269333
|
+
shape: "S1lz",
|
269263
269334
|
locationName: "ProductCode"
|
269264
269335
|
},
|
269265
269336
|
LoadPermission: {
|
269266
269337
|
type: "structure",
|
269267
269338
|
members: {
|
269268
269339
|
Add: {
|
269269
|
-
shape: "
|
269340
|
+
shape: "S1m1"
|
269270
269341
|
},
|
269271
269342
|
Remove: {
|
269272
|
-
shape: "
|
269343
|
+
shape: "S1m1"
|
269273
269344
|
}
|
269274
269345
|
}
|
269275
269346
|
},
|
@@ -269314,7 +269385,7 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
269314
269385
|
locationName: "successful"
|
269315
269386
|
},
|
269316
269387
|
Unsuccessful: {
|
269317
|
-
shape: "
|
269388
|
+
shape: "S1m6",
|
269318
269389
|
locationName: "unsuccessful"
|
269319
269390
|
}
|
269320
269391
|
}
|
@@ -269382,15 +269453,15 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
269382
269453
|
},
|
269383
269454
|
OperationType: {},
|
269384
269455
|
ProductCodes: {
|
269385
|
-
shape: "
|
269456
|
+
shape: "S1lz",
|
269386
269457
|
locationName: "ProductCode"
|
269387
269458
|
},
|
269388
269459
|
UserGroups: {
|
269389
|
-
shape: "
|
269460
|
+
shape: "S1ly",
|
269390
269461
|
locationName: "UserGroup"
|
269391
269462
|
},
|
269392
269463
|
UserIds: {
|
269393
|
-
shape: "
|
269464
|
+
shape: "S1lx",
|
269394
269465
|
locationName: "UserId"
|
269395
269466
|
},
|
269396
269467
|
Value: {},
|
@@ -269515,7 +269586,7 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
269515
269586
|
members: {
|
269516
269587
|
InstanceId: {},
|
269517
269588
|
CapacityReservationSpecification: {
|
269518
|
-
shape: "
|
269589
|
+
shape: "S1mh"
|
269519
269590
|
},
|
269520
269591
|
DryRun: {
|
269521
269592
|
type: "boolean"
|
@@ -269953,7 +270024,7 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
269953
270024
|
OperationType: {},
|
269954
270025
|
SnapshotId: {},
|
269955
270026
|
UserIds: {
|
269956
|
-
shape: "
|
270027
|
+
shape: "S1lx",
|
269957
270028
|
locationName: "UserId"
|
269958
270029
|
},
|
269959
270030
|
DryRun: {
|
@@ -270484,13 +270555,13 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
270484
270555
|
],
|
270485
270556
|
members: {
|
270486
270557
|
AccepterPeeringConnectionOptions: {
|
270487
|
-
shape: "
|
270558
|
+
shape: "S1oj"
|
270488
270559
|
},
|
270489
270560
|
DryRun: {
|
270490
270561
|
type: "boolean"
|
270491
270562
|
},
|
270492
270563
|
RequesterPeeringConnectionOptions: {
|
270493
|
-
shape: "
|
270564
|
+
shape: "S1oj"
|
270494
270565
|
},
|
270495
270566
|
VpcPeeringConnectionId: {}
|
270496
270567
|
}
|
@@ -270499,11 +270570,11 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
270499
270570
|
type: "structure",
|
270500
270571
|
members: {
|
270501
270572
|
AccepterPeeringConnectionOptions: {
|
270502
|
-
shape: "
|
270573
|
+
shape: "S1ol",
|
270503
270574
|
locationName: "accepterPeeringConnectionOptions"
|
270504
270575
|
},
|
270505
270576
|
RequesterPeeringConnectionOptions: {
|
270506
|
-
shape: "
|
270577
|
+
shape: "S1ol",
|
270507
270578
|
locationName: "requesterPeeringConnectionOptions"
|
270508
270579
|
}
|
270509
270580
|
}
|
@@ -270715,7 +270786,7 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
270715
270786
|
type: "structure",
|
270716
270787
|
members: {
|
270717
270788
|
InstanceMonitorings: {
|
270718
|
-
shape: "
|
270789
|
+
shape: "S1p0",
|
270719
270790
|
locationName: "instancesSet"
|
270720
270791
|
}
|
270721
270792
|
}
|
@@ -271270,7 +271341,7 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
271270
271341
|
locationName: "successful"
|
271271
271342
|
},
|
271272
271343
|
Unsuccessful: {
|
271273
|
-
shape: "
|
271344
|
+
shape: "S1m6",
|
271274
271345
|
locationName: "unsuccessful"
|
271275
271346
|
}
|
271276
271347
|
}
|
@@ -272160,7 +272231,7 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
272160
272231
|
}
|
272161
272232
|
},
|
272162
272233
|
CapacityReservationSpecification: {
|
272163
|
-
shape: "
|
272234
|
+
shape: "S1mh"
|
272164
272235
|
},
|
272165
272236
|
HibernationOptions: {
|
272166
272237
|
type: "structure",
|
@@ -272301,7 +272372,7 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
272301
272372
|
type: "integer"
|
272302
272373
|
},
|
272303
272374
|
Groups: {
|
272304
|
-
shape: "
|
272375
|
+
shape: "S1s3",
|
272305
272376
|
locationName: "Group"
|
272306
272377
|
},
|
272307
272378
|
Ipv6AddressCount: {
|
@@ -272350,7 +272421,7 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
272350
272421
|
},
|
272351
272422
|
RamdiskId: {},
|
272352
272423
|
SecurityGroupIds: {
|
272353
|
-
shape: "
|
272424
|
+
shape: "S1s3",
|
272354
272425
|
locationName: "SecurityGroupId"
|
272355
272426
|
},
|
272356
272427
|
SubnetId: {},
|
@@ -272382,16 +272453,16 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
272382
272453
|
],
|
272383
272454
|
members: {
|
272384
272455
|
LocalGatewayRouteTableId: {},
|
272385
|
-
Filters: {
|
272386
|
-
shape: "Sq6",
|
272387
|
-
locationName: "Filter"
|
272388
|
-
},
|
272389
272456
|
MaxResults: {
|
272390
272457
|
type: "integer"
|
272391
272458
|
},
|
272392
272459
|
NextToken: {},
|
272393
272460
|
DryRun: {
|
272394
272461
|
type: "boolean"
|
272462
|
+
},
|
272463
|
+
Filters: {
|
272464
|
+
shape: "Sq6",
|
272465
|
+
locationName: "Filter"
|
272395
272466
|
}
|
272396
272467
|
}
|
272397
272468
|
},
|
@@ -272561,7 +272632,7 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
272561
272632
|
type: "structure",
|
272562
272633
|
members: {
|
272563
272634
|
StartingInstances: {
|
272564
|
-
shape: "
|
272635
|
+
shape: "S1sr",
|
272565
272636
|
locationName: "instancesSet"
|
272566
272637
|
}
|
272567
272638
|
}
|
@@ -272653,7 +272724,7 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
272653
272724
|
type: "structure",
|
272654
272725
|
members: {
|
272655
272726
|
StoppingInstances: {
|
272656
|
-
shape: "
|
272727
|
+
shape: "S1sr",
|
272657
272728
|
locationName: "instancesSet"
|
272658
272729
|
}
|
272659
272730
|
}
|
@@ -272728,7 +272799,7 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
272728
272799
|
type: "structure",
|
272729
272800
|
members: {
|
272730
272801
|
TerminatingInstances: {
|
272731
|
-
shape: "
|
272802
|
+
shape: "S1sr",
|
272732
272803
|
locationName: "instancesSet"
|
272733
272804
|
}
|
272734
272805
|
}
|
@@ -272813,7 +272884,7 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
272813
272884
|
type: "structure",
|
272814
272885
|
members: {
|
272815
272886
|
InstanceMonitorings: {
|
272816
|
-
shape: "
|
272887
|
+
shape: "S1p0",
|
272817
272888
|
locationName: "instancesSet"
|
272818
272889
|
}
|
272819
272890
|
}
|
@@ -272832,7 +272903,7 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
272832
272903
|
shape: "S50"
|
272833
272904
|
},
|
272834
272905
|
SecurityGroupRuleDescriptions: {
|
272835
|
-
shape: "
|
272906
|
+
shape: "S1tb",
|
272836
272907
|
locationName: "SecurityGroupRuleDescription"
|
272837
272908
|
}
|
272838
272909
|
}
|
@@ -272860,7 +272931,7 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
272860
272931
|
shape: "S50"
|
272861
272932
|
},
|
272862
272933
|
SecurityGroupRuleDescriptions: {
|
272863
|
-
shape: "
|
272934
|
+
shape: "S1tb",
|
272864
272935
|
locationName: "SecurityGroupRuleDescription"
|
272865
272936
|
}
|
272866
272937
|
}
|
@@ -279908,7 +279979,7 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
279908
279979
|
locationName: "item"
|
279909
279980
|
}
|
279910
279981
|
},
|
279911
|
-
|
279982
|
+
S1kt: {
|
279912
279983
|
type: "structure",
|
279913
279984
|
members: {
|
279914
279985
|
Comment: {},
|
@@ -279923,14 +279994,14 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
279923
279994
|
}
|
279924
279995
|
}
|
279925
279996
|
},
|
279926
|
-
|
279997
|
+
S1kw: {
|
279927
279998
|
type: "structure",
|
279928
279999
|
members: {
|
279929
280000
|
S3Bucket: {},
|
279930
280001
|
S3Key: {}
|
279931
280002
|
}
|
279932
280003
|
},
|
279933
|
-
|
280004
|
+
S1l3: {
|
279934
280005
|
type: "structure",
|
279935
280006
|
required: [
|
279936
280007
|
"Bytes",
|
@@ -279950,7 +280021,7 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
279950
280021
|
}
|
279951
280022
|
}
|
279952
280023
|
},
|
279953
|
-
|
280024
|
+
S1l4: {
|
279954
280025
|
type: "structure",
|
279955
280026
|
required: [
|
279956
280027
|
"Size"
|
@@ -279962,25 +280033,25 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
279962
280033
|
}
|
279963
280034
|
}
|
279964
280035
|
},
|
279965
|
-
|
280036
|
+
S1lx: {
|
279966
280037
|
type: "list",
|
279967
280038
|
member: {
|
279968
280039
|
locationName: "UserId"
|
279969
280040
|
}
|
279970
280041
|
},
|
279971
|
-
|
280042
|
+
S1ly: {
|
279972
280043
|
type: "list",
|
279973
280044
|
member: {
|
279974
280045
|
locationName: "UserGroup"
|
279975
280046
|
}
|
279976
280047
|
},
|
279977
|
-
|
280048
|
+
S1lz: {
|
279978
280049
|
type: "list",
|
279979
280050
|
member: {
|
279980
280051
|
locationName: "ProductCode"
|
279981
280052
|
}
|
279982
280053
|
},
|
279983
|
-
|
280054
|
+
S1m1: {
|
279984
280055
|
type: "list",
|
279985
280056
|
member: {
|
279986
280057
|
locationName: "item",
|
@@ -279991,14 +280062,14 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
279991
280062
|
}
|
279992
280063
|
}
|
279993
280064
|
},
|
279994
|
-
|
280065
|
+
S1m6: {
|
279995
280066
|
type: "list",
|
279996
280067
|
member: {
|
279997
280068
|
shape: "S17",
|
279998
280069
|
locationName: "item"
|
279999
280070
|
}
|
280000
280071
|
},
|
280001
|
-
|
280072
|
+
S1mh: {
|
280002
280073
|
type: "structure",
|
280003
280074
|
members: {
|
280004
280075
|
CapacityReservationPreference: {},
|
@@ -280007,7 +280078,7 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
280007
280078
|
}
|
280008
280079
|
}
|
280009
280080
|
},
|
280010
|
-
|
280081
|
+
S1oj: {
|
280011
280082
|
type: "structure",
|
280012
280083
|
members: {
|
280013
280084
|
AllowDnsResolutionFromRemoteVpc: {
|
@@ -280021,7 +280092,7 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
280021
280092
|
}
|
280022
280093
|
}
|
280023
280094
|
},
|
280024
|
-
|
280095
|
+
S1ol: {
|
280025
280096
|
type: "structure",
|
280026
280097
|
members: {
|
280027
280098
|
AllowDnsResolutionFromRemoteVpc: {
|
@@ -280038,7 +280109,7 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
280038
280109
|
}
|
280039
280110
|
}
|
280040
280111
|
},
|
280041
|
-
|
280112
|
+
S1p0: {
|
280042
280113
|
type: "list",
|
280043
280114
|
member: {
|
280044
280115
|
locationName: "item",
|
@@ -280054,13 +280125,13 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
280054
280125
|
}
|
280055
280126
|
}
|
280056
280127
|
},
|
280057
|
-
|
280128
|
+
S1s3: {
|
280058
280129
|
type: "list",
|
280059
280130
|
member: {
|
280060
280131
|
locationName: "SecurityGroupId"
|
280061
280132
|
}
|
280062
280133
|
},
|
280063
|
-
|
280134
|
+
S1sr: {
|
280064
280135
|
type: "list",
|
280065
280136
|
member: {
|
280066
280137
|
locationName: "item",
|
@@ -280080,7 +280151,7 @@ var require_ec2_2016_11_15_min = __commonJS({
|
|
280080
280151
|
}
|
280081
280152
|
}
|
280082
280153
|
},
|
280083
|
-
|
280154
|
+
S1tb: {
|
280084
280155
|
type: "list",
|
280085
280156
|
member: {
|
280086
280157
|
locationName: "item",
|
@@ -280739,6 +280810,12 @@ var require_ec2_2016_11_15_paginators = __commonJS({
|
|
280739
280810
|
output_token: "NextToken",
|
280740
280811
|
result_key: "TransitGatewayRouteTablePropagations"
|
280741
280812
|
},
|
280813
|
+
GetVpnConnectionDeviceTypes: {
|
280814
|
+
input_token: "NextToken",
|
280815
|
+
limit_key: "MaxResults",
|
280816
|
+
output_token: "NextToken",
|
280817
|
+
result_key: "VpnConnectionDeviceTypes"
|
280818
|
+
},
|
280742
280819
|
SearchLocalGatewayRoutes: {
|
280743
280820
|
input_token: "NextToken",
|
280744
280821
|
limit_key: "MaxResults",
|
@@ -281588,6 +281665,7 @@ var require_ecr_2015_09_21_min = __commonJS({
|
|
281588
281665
|
"repositoryName"
|
281589
281666
|
],
|
281590
281667
|
members: {
|
281668
|
+
registryId: {},
|
281591
281669
|
repositoryName: {},
|
281592
281670
|
tags: {
|
281593
281671
|
shape: "S12"
|
@@ -281689,6 +281767,43 @@ var require_ecr_2015_09_21_min = __commonJS({
|
|
281689
281767
|
}
|
281690
281768
|
}
|
281691
281769
|
},
|
281770
|
+
DescribeImageReplicationStatus: {
|
281771
|
+
input: {
|
281772
|
+
type: "structure",
|
281773
|
+
required: [
|
281774
|
+
"repositoryName",
|
281775
|
+
"imageId"
|
281776
|
+
],
|
281777
|
+
members: {
|
281778
|
+
repositoryName: {},
|
281779
|
+
imageId: {
|
281780
|
+
shape: "Sj"
|
281781
|
+
},
|
281782
|
+
registryId: {}
|
281783
|
+
}
|
281784
|
+
},
|
281785
|
+
output: {
|
281786
|
+
type: "structure",
|
281787
|
+
members: {
|
281788
|
+
repositoryName: {},
|
281789
|
+
imageId: {
|
281790
|
+
shape: "Sj"
|
281791
|
+
},
|
281792
|
+
replicationStatuses: {
|
281793
|
+
type: "list",
|
281794
|
+
member: {
|
281795
|
+
type: "structure",
|
281796
|
+
members: {
|
281797
|
+
region: {},
|
281798
|
+
registryId: {},
|
281799
|
+
status: {},
|
281800
|
+
failureCode: {}
|
281801
|
+
}
|
281802
|
+
}
|
281803
|
+
}
|
281804
|
+
}
|
281805
|
+
}
|
281806
|
+
},
|
281692
281807
|
DescribeImageScanFindings: {
|
281693
281808
|
input: {
|
281694
281809
|
type: "structure",
|
@@ -281717,7 +281832,7 @@ var require_ecr_2015_09_21_min = __commonJS({
|
|
281717
281832
|
shape: "Sj"
|
281718
281833
|
},
|
281719
281834
|
imageScanStatus: {
|
281720
|
-
shape: "
|
281835
|
+
shape: "S25"
|
281721
281836
|
},
|
281722
281837
|
imageScanFindings: {
|
281723
281838
|
type: "structure",
|
@@ -281754,7 +281869,7 @@ var require_ecr_2015_09_21_min = __commonJS({
|
|
281754
281869
|
}
|
281755
281870
|
},
|
281756
281871
|
findingSeverityCounts: {
|
281757
|
-
shape: "
|
281872
|
+
shape: "S2k"
|
281758
281873
|
}
|
281759
281874
|
}
|
281760
281875
|
},
|
@@ -281798,7 +281913,7 @@ var require_ecr_2015_09_21_min = __commonJS({
|
|
281798
281913
|
repositoryName: {},
|
281799
281914
|
imageDigest: {},
|
281800
281915
|
imageTags: {
|
281801
|
-
shape: "
|
281916
|
+
shape: "S2s"
|
281802
281917
|
},
|
281803
281918
|
imageSizeInBytes: {
|
281804
281919
|
type: "long"
|
@@ -281807,7 +281922,7 @@ var require_ecr_2015_09_21_min = __commonJS({
|
|
281807
281922
|
type: "timestamp"
|
281808
281923
|
},
|
281809
281924
|
imageScanStatus: {
|
281810
|
-
shape: "
|
281925
|
+
shape: "S25"
|
281811
281926
|
},
|
281812
281927
|
imageScanFindingsSummary: {
|
281813
281928
|
type: "structure",
|
@@ -281819,7 +281934,7 @@ var require_ecr_2015_09_21_min = __commonJS({
|
|
281819
281934
|
type: "timestamp"
|
281820
281935
|
},
|
281821
281936
|
findingSeverityCounts: {
|
281822
|
-
shape: "
|
281937
|
+
shape: "S2k"
|
281823
281938
|
}
|
281824
281939
|
}
|
281825
281940
|
},
|
@@ -281842,7 +281957,7 @@ var require_ecr_2015_09_21_min = __commonJS({
|
|
281842
281957
|
members: {
|
281843
281958
|
registryId: {},
|
281844
281959
|
replicationConfiguration: {
|
281845
|
-
shape: "
|
281960
|
+
shape: "S2y"
|
281846
281961
|
}
|
281847
281962
|
}
|
281848
281963
|
}
|
@@ -281988,7 +282103,7 @@ var require_ecr_2015_09_21_min = __commonJS({
|
|
281988
282103
|
type: "structure",
|
281989
282104
|
members: {
|
281990
282105
|
imageTags: {
|
281991
|
-
shape: "
|
282106
|
+
shape: "S2s"
|
281992
282107
|
},
|
281993
282108
|
imageDigest: {},
|
281994
282109
|
imagePushedAt: {
|
@@ -282242,7 +282357,7 @@ var require_ecr_2015_09_21_min = __commonJS({
|
|
282242
282357
|
],
|
282243
282358
|
members: {
|
282244
282359
|
replicationConfiguration: {
|
282245
|
-
shape: "
|
282360
|
+
shape: "S2y"
|
282246
282361
|
}
|
282247
282362
|
}
|
282248
282363
|
},
|
@@ -282250,7 +282365,7 @@ var require_ecr_2015_09_21_min = __commonJS({
|
|
282250
282365
|
type: "structure",
|
282251
282366
|
members: {
|
282252
282367
|
replicationConfiguration: {
|
282253
|
-
shape: "
|
282368
|
+
shape: "S2y"
|
282254
282369
|
}
|
282255
282370
|
}
|
282256
282371
|
}
|
@@ -282304,7 +282419,7 @@ var require_ecr_2015_09_21_min = __commonJS({
|
|
282304
282419
|
shape: "Sj"
|
282305
282420
|
},
|
282306
282421
|
imageScanStatus: {
|
282307
|
-
shape: "
|
282422
|
+
shape: "S25"
|
282308
282423
|
}
|
282309
282424
|
}
|
282310
282425
|
}
|
@@ -282494,25 +282609,25 @@ var require_ecr_2015_09_21_min = __commonJS({
|
|
282494
282609
|
}
|
282495
282610
|
}
|
282496
282611
|
},
|
282497
|
-
|
282612
|
+
S25: {
|
282498
282613
|
type: "structure",
|
282499
282614
|
members: {
|
282500
282615
|
status: {},
|
282501
282616
|
description: {}
|
282502
282617
|
}
|
282503
282618
|
},
|
282504
|
-
|
282619
|
+
S2k: {
|
282505
282620
|
type: "map",
|
282506
282621
|
key: {},
|
282507
282622
|
value: {
|
282508
282623
|
type: "integer"
|
282509
282624
|
}
|
282510
282625
|
},
|
282511
|
-
|
282626
|
+
S2s: {
|
282512
282627
|
type: "list",
|
282513
282628
|
member: {}
|
282514
282629
|
},
|
282515
|
-
|
282630
|
+
S2y: {
|
282516
282631
|
type: "structure",
|
282517
282632
|
required: [
|
282518
282633
|
"rules"
|
@@ -282539,6 +282654,20 @@ var require_ecr_2015_09_21_min = __commonJS({
|
|
282539
282654
|
registryId: {}
|
282540
282655
|
}
|
282541
282656
|
}
|
282657
|
+
},
|
282658
|
+
repositoryFilters: {
|
282659
|
+
type: "list",
|
282660
|
+
member: {
|
282661
|
+
type: "structure",
|
282662
|
+
required: [
|
282663
|
+
"filter",
|
282664
|
+
"filterType"
|
282665
|
+
],
|
282666
|
+
members: {
|
282667
|
+
filter: {},
|
282668
|
+
filterType: {}
|
282669
|
+
}
|
282670
|
+
}
|
282542
282671
|
}
|
282543
282672
|
}
|
282544
282673
|
}
|
@@ -318451,6 +318580,10 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
318451
318580
|
locationName: "listSuppressedAlerts",
|
318452
318581
|
type: "boolean"
|
318453
318582
|
},
|
318583
|
+
verificationState: {
|
318584
|
+
location: "querystring",
|
318585
|
+
locationName: "verificationState"
|
318586
|
+
},
|
318454
318587
|
nextToken: {
|
318455
318588
|
location: "querystring",
|
318456
318589
|
locationName: "nextToken"
|
@@ -318480,8 +318613,10 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
318480
318613
|
shape: "S8i"
|
318481
318614
|
},
|
318482
318615
|
violationEventAdditionalInfo: {
|
318483
|
-
shape: "
|
318616
|
+
shape: "Smv"
|
318484
318617
|
},
|
318618
|
+
verificationState: {},
|
318619
|
+
verificationStateDescription: {},
|
318485
318620
|
lastViolationTime: {
|
318486
318621
|
type: "timestamp"
|
318487
318622
|
},
|
@@ -318529,7 +318664,7 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
318529
318664
|
type: "structure",
|
318530
318665
|
members: {
|
318531
318666
|
policies: {
|
318532
|
-
shape: "
|
318667
|
+
shape: "Sn2"
|
318533
318668
|
},
|
318534
318669
|
nextMarker: {}
|
318535
318670
|
}
|
@@ -318966,7 +319101,7 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
318966
319101
|
type: "structure",
|
318967
319102
|
members: {
|
318968
319103
|
certificates: {
|
318969
|
-
shape: "
|
319104
|
+
shape: "So4"
|
318970
319105
|
},
|
318971
319106
|
nextMarker: {}
|
318972
319107
|
}
|
@@ -319007,7 +319142,7 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
319007
319142
|
type: "structure",
|
319008
319143
|
members: {
|
319009
319144
|
certificates: {
|
319010
|
-
shape: "
|
319145
|
+
shape: "So4"
|
319011
319146
|
},
|
319012
319147
|
nextMarker: {}
|
319013
319148
|
}
|
@@ -319335,7 +319470,7 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
319335
319470
|
members: {
|
319336
319471
|
thingArn: {},
|
319337
319472
|
jobExecutionSummary: {
|
319338
|
-
shape: "
|
319473
|
+
shape: "Sp4"
|
319339
319474
|
}
|
319340
319475
|
}
|
319341
319476
|
}
|
@@ -319388,7 +319523,7 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
319388
319523
|
members: {
|
319389
319524
|
jobId: {},
|
319390
319525
|
jobExecutionSummary: {
|
319391
|
-
shape: "
|
319526
|
+
shape: "Sp4"
|
319392
319527
|
}
|
319393
319528
|
}
|
319394
319529
|
}
|
@@ -319668,7 +319803,7 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
319668
319803
|
type: "structure",
|
319669
319804
|
members: {
|
319670
319805
|
policies: {
|
319671
|
-
shape: "
|
319806
|
+
shape: "Sn2"
|
319672
319807
|
},
|
319673
319808
|
nextMarker: {}
|
319674
319809
|
}
|
@@ -319709,7 +319844,7 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
319709
319844
|
type: "structure",
|
319710
319845
|
members: {
|
319711
319846
|
principals: {
|
319712
|
-
shape: "
|
319847
|
+
shape: "Spx"
|
319713
319848
|
},
|
319714
319849
|
nextMarker: {}
|
319715
319850
|
}
|
@@ -319789,7 +319924,7 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
319789
319924
|
type: "structure",
|
319790
319925
|
members: {
|
319791
319926
|
policies: {
|
319792
|
-
shape: "
|
319927
|
+
shape: "Sn2"
|
319793
319928
|
},
|
319794
319929
|
nextMarker: {}
|
319795
319930
|
}
|
@@ -319826,7 +319961,7 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
319826
319961
|
type: "structure",
|
319827
319962
|
members: {
|
319828
319963
|
things: {
|
319829
|
-
shape: "
|
319964
|
+
shape: "Sq7"
|
319830
319965
|
},
|
319831
319966
|
nextToken: {}
|
319832
319967
|
}
|
@@ -320035,7 +320170,7 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
320035
320170
|
securityProfileIdentifiers: {
|
320036
320171
|
type: "list",
|
320037
320172
|
member: {
|
320038
|
-
shape: "
|
320173
|
+
shape: "Sqq"
|
320039
320174
|
}
|
320040
320175
|
},
|
320041
320176
|
nextToken: {}
|
@@ -320082,10 +320217,10 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
320082
320217
|
type: "structure",
|
320083
320218
|
members: {
|
320084
320219
|
securityProfileIdentifier: {
|
320085
|
-
shape: "
|
320220
|
+
shape: "Sqq"
|
320086
320221
|
},
|
320087
320222
|
target: {
|
320088
|
-
shape: "
|
320223
|
+
shape: "Sqv"
|
320089
320224
|
}
|
320090
320225
|
}
|
320091
320226
|
}
|
@@ -320238,7 +320373,7 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
320238
320373
|
securityProfileTargets: {
|
320239
320374
|
type: "list",
|
320240
320375
|
member: {
|
320241
|
-
shape: "
|
320376
|
+
shape: "Sqv"
|
320242
320377
|
}
|
320243
320378
|
},
|
320244
320379
|
nextToken: {}
|
@@ -320353,7 +320488,7 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
320353
320488
|
type: "structure",
|
320354
320489
|
members: {
|
320355
320490
|
principals: {
|
320356
|
-
shape: "
|
320491
|
+
shape: "Spx"
|
320357
320492
|
},
|
320358
320493
|
nextToken: {}
|
320359
320494
|
}
|
@@ -320572,7 +320707,7 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
320572
320707
|
type: "structure",
|
320573
320708
|
members: {
|
320574
320709
|
things: {
|
320575
|
-
shape: "
|
320710
|
+
shape: "Sq7"
|
320576
320711
|
},
|
320577
320712
|
nextToken: {}
|
320578
320713
|
}
|
@@ -320613,7 +320748,7 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
320613
320748
|
type: "structure",
|
320614
320749
|
members: {
|
320615
320750
|
things: {
|
320616
|
-
shape: "
|
320751
|
+
shape: "Sq7"
|
320617
320752
|
},
|
320618
320753
|
nextToken: {}
|
320619
320754
|
}
|
@@ -320765,7 +320900,7 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
320765
320900
|
type: "structure",
|
320766
320901
|
members: {
|
320767
320902
|
logTarget: {
|
320768
|
-
shape: "
|
320903
|
+
shape: "Ssj"
|
320769
320904
|
},
|
320770
320905
|
logLevel: {}
|
320771
320906
|
}
|
@@ -320814,6 +320949,10 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
320814
320949
|
locationName: "listSuppressedAlerts",
|
320815
320950
|
type: "boolean"
|
320816
320951
|
},
|
320952
|
+
verificationState: {
|
320953
|
+
location: "querystring",
|
320954
|
+
locationName: "verificationState"
|
320955
|
+
},
|
320817
320956
|
nextToken: {
|
320818
320957
|
location: "querystring",
|
320819
320958
|
locationName: "nextToken"
|
@@ -320843,9 +320982,11 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
320843
320982
|
shape: "S8i"
|
320844
320983
|
},
|
320845
320984
|
violationEventAdditionalInfo: {
|
320846
|
-
shape: "
|
320985
|
+
shape: "Smv"
|
320847
320986
|
},
|
320848
320987
|
violationEventType: {},
|
320988
|
+
verificationState: {},
|
320989
|
+
verificationStateDescription: {},
|
320849
320990
|
violationEventTime: {
|
320850
320991
|
type: "timestamp"
|
320851
320992
|
}
|
@@ -320856,6 +320997,30 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
320856
320997
|
}
|
320857
320998
|
}
|
320858
320999
|
},
|
321000
|
+
PutVerificationStateOnViolation: {
|
321001
|
+
http: {
|
321002
|
+
requestUri: "/violations/verification-state/{violationId}"
|
321003
|
+
},
|
321004
|
+
input: {
|
321005
|
+
type: "structure",
|
321006
|
+
required: [
|
321007
|
+
"violationId",
|
321008
|
+
"verificationState"
|
321009
|
+
],
|
321010
|
+
members: {
|
321011
|
+
violationId: {
|
321012
|
+
location: "uri",
|
321013
|
+
locationName: "violationId"
|
321014
|
+
},
|
321015
|
+
verificationState: {},
|
321016
|
+
verificationStateDescription: {}
|
321017
|
+
}
|
321018
|
+
},
|
321019
|
+
output: {
|
321020
|
+
type: "structure",
|
321021
|
+
members: {}
|
321022
|
+
}
|
321023
|
+
},
|
320859
321024
|
RegisterCACertificate: {
|
320860
321025
|
http: {
|
320861
321026
|
requestUri: "/cacertificate"
|
@@ -321088,7 +321253,7 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
321088
321253
|
thingId: {},
|
321089
321254
|
thingTypeName: {},
|
321090
321255
|
thingGroupNames: {
|
321091
|
-
shape: "
|
321256
|
+
shape: "Stf"
|
321092
321257
|
},
|
321093
321258
|
attributes: {
|
321094
321259
|
shape: "S3h"
|
@@ -321121,7 +321286,7 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
321121
321286
|
shape: "S3h"
|
321122
321287
|
},
|
321123
321288
|
parentGroupNames: {
|
321124
|
-
shape: "
|
321289
|
+
shape: "Stf"
|
321125
321290
|
}
|
321126
321291
|
}
|
321127
321292
|
}
|
@@ -321209,7 +321374,7 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
321209
321374
|
],
|
321210
321375
|
members: {
|
321211
321376
|
logTarget: {
|
321212
|
-
shape: "
|
321377
|
+
shape: "Ssj"
|
321213
321378
|
},
|
321214
321379
|
logLevel: {}
|
321215
321380
|
}
|
@@ -321418,7 +321583,7 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
321418
321583
|
authInfos: {
|
321419
321584
|
type: "list",
|
321420
321585
|
member: {
|
321421
|
-
shape: "
|
321586
|
+
shape: "Su9"
|
321422
321587
|
}
|
321423
321588
|
},
|
321424
321589
|
clientId: {
|
@@ -321426,10 +321591,10 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
321426
321591
|
locationName: "clientId"
|
321427
321592
|
},
|
321428
321593
|
policyNamesToAdd: {
|
321429
|
-
shape: "
|
321594
|
+
shape: "Sud"
|
321430
321595
|
},
|
321431
321596
|
policyNamesToSkip: {
|
321432
|
-
shape: "
|
321597
|
+
shape: "Sud"
|
321433
321598
|
}
|
321434
321599
|
}
|
321435
321600
|
},
|
@@ -321442,13 +321607,13 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
321442
321607
|
type: "structure",
|
321443
321608
|
members: {
|
321444
321609
|
authInfo: {
|
321445
|
-
shape: "
|
321610
|
+
shape: "Su9"
|
321446
321611
|
},
|
321447
321612
|
allowed: {
|
321448
321613
|
type: "structure",
|
321449
321614
|
members: {
|
321450
321615
|
policies: {
|
321451
|
-
shape: "
|
321616
|
+
shape: "Sn2"
|
321452
321617
|
}
|
321453
321618
|
}
|
321454
321619
|
},
|
@@ -321459,7 +321624,7 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
321459
321624
|
type: "structure",
|
321460
321625
|
members: {
|
321461
321626
|
policies: {
|
321462
|
-
shape: "
|
321627
|
+
shape: "Sn2"
|
321463
321628
|
}
|
321464
321629
|
}
|
321465
321630
|
},
|
@@ -321467,7 +321632,7 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
321467
321632
|
type: "structure",
|
321468
321633
|
members: {
|
321469
321634
|
policies: {
|
321470
|
-
shape: "
|
321635
|
+
shape: "Sn2"
|
321471
321636
|
}
|
321472
321637
|
}
|
321473
321638
|
}
|
@@ -322333,10 +322498,10 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
322333
322498
|
members: {
|
322334
322499
|
thingName: {},
|
322335
322500
|
thingGroupsToAdd: {
|
322336
|
-
shape: "
|
322501
|
+
shape: "Swo"
|
322337
322502
|
},
|
322338
322503
|
thingGroupsToRemove: {
|
322339
|
-
shape: "
|
322504
|
+
shape: "Swo"
|
322340
322505
|
},
|
322341
322506
|
overrideDynamicGroups: {
|
322342
322507
|
type: "boolean"
|
@@ -323780,13 +323945,13 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
323780
323945
|
}
|
323781
323946
|
}
|
323782
323947
|
},
|
323783
|
-
|
323948
|
+
Smv: {
|
323784
323949
|
type: "structure",
|
323785
323950
|
members: {
|
323786
323951
|
confidenceLevel: {}
|
323787
323952
|
}
|
323788
323953
|
},
|
323789
|
-
|
323954
|
+
Sn2: {
|
323790
323955
|
type: "list",
|
323791
323956
|
member: {
|
323792
323957
|
type: "structure",
|
@@ -323796,7 +323961,7 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
323796
323961
|
}
|
323797
323962
|
}
|
323798
323963
|
},
|
323799
|
-
|
323964
|
+
So4: {
|
323800
323965
|
type: "list",
|
323801
323966
|
member: {
|
323802
323967
|
type: "structure",
|
@@ -323811,7 +323976,7 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
323811
323976
|
}
|
323812
323977
|
}
|
323813
323978
|
},
|
323814
|
-
|
323979
|
+
Sp4: {
|
323815
323980
|
type: "structure",
|
323816
323981
|
members: {
|
323817
323982
|
status: {},
|
@@ -323829,15 +323994,15 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
323829
323994
|
}
|
323830
323995
|
}
|
323831
323996
|
},
|
323832
|
-
|
323997
|
+
Spx: {
|
323833
323998
|
type: "list",
|
323834
323999
|
member: {}
|
323835
324000
|
},
|
323836
|
-
|
324001
|
+
Sq7: {
|
323837
324002
|
type: "list",
|
323838
324003
|
member: {}
|
323839
324004
|
},
|
323840
|
-
|
324005
|
+
Sqq: {
|
323841
324006
|
type: "structure",
|
323842
324007
|
required: [
|
323843
324008
|
"name",
|
@@ -323848,7 +324013,7 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
323848
324013
|
arn: {}
|
323849
324014
|
}
|
323850
324015
|
},
|
323851
|
-
|
324016
|
+
Sqv: {
|
323852
324017
|
type: "structure",
|
323853
324018
|
required: [
|
323854
324019
|
"arn"
|
@@ -323857,7 +324022,7 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
323857
324022
|
arn: {}
|
323858
324023
|
}
|
323859
324024
|
},
|
323860
|
-
|
324025
|
+
Ssj: {
|
323861
324026
|
type: "structure",
|
323862
324027
|
required: [
|
323863
324028
|
"targetType"
|
@@ -323867,11 +324032,11 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
323867
324032
|
targetName: {}
|
323868
324033
|
}
|
323869
324034
|
},
|
323870
|
-
|
324035
|
+
Stf: {
|
323871
324036
|
type: "list",
|
323872
324037
|
member: {}
|
323873
324038
|
},
|
323874
|
-
|
324039
|
+
Su9: {
|
323875
324040
|
type: "structure",
|
323876
324041
|
required: [
|
323877
324042
|
"resources"
|
@@ -323884,11 +324049,11 @@ var require_iot_2015_05_28_min = __commonJS({
|
|
323884
324049
|
}
|
323885
324050
|
}
|
323886
324051
|
},
|
323887
|
-
|
324052
|
+
Sud: {
|
323888
324053
|
type: "list",
|
323889
324054
|
member: {}
|
323890
324055
|
},
|
323891
|
-
|
324056
|
+
Swo: {
|
323892
324057
|
type: "list",
|
323893
324058
|
member: {}
|
323894
324059
|
}
|
@@ -466324,15 +466489,16 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
466324
466489
|
],
|
466325
466490
|
members: {
|
466326
466491
|
DocumentClassifierName: {},
|
466492
|
+
VersionName: {},
|
466327
466493
|
DataAccessRoleArn: {},
|
466328
466494
|
Tags: {
|
466329
|
-
shape: "
|
466495
|
+
shape: "S1n"
|
466330
466496
|
},
|
466331
466497
|
InputDataConfig: {
|
466332
|
-
shape: "
|
466498
|
+
shape: "S1r"
|
466333
466499
|
},
|
466334
466500
|
OutputDataConfig: {
|
466335
|
-
shape: "
|
466501
|
+
shape: "S21"
|
466336
466502
|
},
|
466337
466503
|
ClientRequestToken: {
|
466338
466504
|
idempotencyToken: true
|
@@ -466340,7 +466506,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
466340
466506
|
LanguageCode: {},
|
466341
466507
|
VolumeKmsKeyId: {},
|
466342
466508
|
VpcConfig: {
|
466343
|
-
shape: "
|
466509
|
+
shape: "S24"
|
466344
466510
|
},
|
466345
466511
|
Mode: {},
|
466346
466512
|
ModelKmsKeyId: {}
|
@@ -466371,7 +466537,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
466371
466537
|
idempotencyToken: true
|
466372
466538
|
},
|
466373
466539
|
Tags: {
|
466374
|
-
shape: "
|
466540
|
+
shape: "S1n"
|
466375
466541
|
},
|
466376
466542
|
DataAccessRoleArn: {}
|
466377
466543
|
}
|
@@ -466394,12 +466560,13 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
466394
466560
|
],
|
466395
466561
|
members: {
|
466396
466562
|
RecognizerName: {},
|
466563
|
+
VersionName: {},
|
466397
466564
|
DataAccessRoleArn: {},
|
466398
466565
|
Tags: {
|
466399
|
-
shape: "
|
466566
|
+
shape: "S1n"
|
466400
466567
|
},
|
466401
466568
|
InputDataConfig: {
|
466402
|
-
shape: "
|
466569
|
+
shape: "S2j"
|
466403
466570
|
},
|
466404
466571
|
ClientRequestToken: {
|
466405
466572
|
idempotencyToken: true
|
@@ -466407,7 +466574,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
466407
466574
|
LanguageCode: {},
|
466408
466575
|
VolumeKmsKeyId: {},
|
466409
466576
|
VpcConfig: {
|
466410
|
-
shape: "
|
466577
|
+
shape: "S24"
|
466411
466578
|
},
|
466412
466579
|
ModelKmsKeyId: {}
|
466413
466580
|
}
|
@@ -466478,7 +466645,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
466478
466645
|
type: "structure",
|
466479
466646
|
members: {
|
466480
466647
|
DocumentClassificationJobProperties: {
|
466481
|
-
shape: "
|
466648
|
+
shape: "S34"
|
466482
466649
|
}
|
466483
466650
|
}
|
466484
466651
|
}
|
@@ -466497,7 +466664,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
466497
466664
|
type: "structure",
|
466498
466665
|
members: {
|
466499
466666
|
DocumentClassifierProperties: {
|
466500
|
-
shape: "
|
466667
|
+
shape: "S3j"
|
466501
466668
|
}
|
466502
466669
|
}
|
466503
466670
|
}
|
@@ -466516,7 +466683,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
466516
466683
|
type: "structure",
|
466517
466684
|
members: {
|
466518
466685
|
DominantLanguageDetectionJobProperties: {
|
466519
|
-
shape: "
|
466686
|
+
shape: "S3q"
|
466520
466687
|
}
|
466521
466688
|
}
|
466522
466689
|
}
|
@@ -466535,7 +466702,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
466535
466702
|
type: "structure",
|
466536
466703
|
members: {
|
466537
466704
|
EndpointProperties: {
|
466538
|
-
shape: "
|
466705
|
+
shape: "S3t"
|
466539
466706
|
}
|
466540
466707
|
}
|
466541
466708
|
}
|
@@ -466554,7 +466721,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
466554
466721
|
type: "structure",
|
466555
466722
|
members: {
|
466556
466723
|
EntitiesDetectionJobProperties: {
|
466557
|
-
shape: "
|
466724
|
+
shape: "S3x"
|
466558
466725
|
}
|
466559
466726
|
}
|
466560
466727
|
}
|
@@ -466573,7 +466740,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
466573
466740
|
type: "structure",
|
466574
466741
|
members: {
|
466575
466742
|
EntityRecognizerProperties: {
|
466576
|
-
shape: "
|
466743
|
+
shape: "S40"
|
466577
466744
|
}
|
466578
466745
|
}
|
466579
466746
|
}
|
@@ -466592,7 +466759,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
466592
466759
|
type: "structure",
|
466593
466760
|
members: {
|
466594
466761
|
EventsDetectionJobProperties: {
|
466595
|
-
shape: "
|
466762
|
+
shape: "S48"
|
466596
466763
|
}
|
466597
466764
|
}
|
466598
466765
|
}
|
@@ -466611,7 +466778,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
466611
466778
|
type: "structure",
|
466612
466779
|
members: {
|
466613
466780
|
KeyPhrasesDetectionJobProperties: {
|
466614
|
-
shape: "
|
466781
|
+
shape: "S4d"
|
466615
466782
|
}
|
466616
466783
|
}
|
466617
466784
|
}
|
@@ -466630,7 +466797,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
466630
466797
|
type: "structure",
|
466631
466798
|
members: {
|
466632
466799
|
PiiEntitiesDetectionJobProperties: {
|
466633
|
-
shape: "
|
466800
|
+
shape: "S4g"
|
466634
466801
|
}
|
466635
466802
|
}
|
466636
466803
|
}
|
@@ -466649,7 +466816,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
466649
466816
|
type: "structure",
|
466650
466817
|
members: {
|
466651
466818
|
SentimentDetectionJobProperties: {
|
466652
|
-
shape: "
|
466819
|
+
shape: "S4p"
|
466653
466820
|
}
|
466654
466821
|
}
|
466655
466822
|
}
|
@@ -466668,7 +466835,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
466668
466835
|
type: "structure",
|
466669
466836
|
members: {
|
466670
466837
|
TopicsDetectionJobProperties: {
|
466671
|
-
shape: "
|
466838
|
+
shape: "S4s"
|
466672
466839
|
}
|
466673
466840
|
}
|
466674
466841
|
}
|
@@ -466857,7 +467024,41 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
466857
467024
|
DocumentClassificationJobPropertiesList: {
|
466858
467025
|
type: "list",
|
466859
467026
|
member: {
|
466860
|
-
shape: "
|
467027
|
+
shape: "S34"
|
467028
|
+
}
|
467029
|
+
},
|
467030
|
+
NextToken: {}
|
467031
|
+
}
|
467032
|
+
}
|
467033
|
+
},
|
467034
|
+
ListDocumentClassifierSummaries: {
|
467035
|
+
input: {
|
467036
|
+
type: "structure",
|
467037
|
+
members: {
|
467038
|
+
NextToken: {},
|
467039
|
+
MaxResults: {
|
467040
|
+
type: "integer"
|
467041
|
+
}
|
467042
|
+
}
|
467043
|
+
},
|
467044
|
+
output: {
|
467045
|
+
type: "structure",
|
467046
|
+
members: {
|
467047
|
+
DocumentClassifierSummariesList: {
|
467048
|
+
type: "list",
|
467049
|
+
member: {
|
467050
|
+
type: "structure",
|
467051
|
+
members: {
|
467052
|
+
DocumentClassifierName: {},
|
467053
|
+
NumberOfVersions: {
|
467054
|
+
type: "integer"
|
467055
|
+
},
|
467056
|
+
LatestVersionCreatedAt: {
|
467057
|
+
type: "timestamp"
|
467058
|
+
},
|
467059
|
+
LatestVersionName: {},
|
467060
|
+
LatestVersionStatus: {}
|
467061
|
+
}
|
466861
467062
|
}
|
466862
467063
|
},
|
466863
467064
|
NextToken: {}
|
@@ -466872,6 +467073,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
466872
467073
|
type: "structure",
|
466873
467074
|
members: {
|
466874
467075
|
Status: {},
|
467076
|
+
DocumentClassifierName: {},
|
466875
467077
|
SubmitTimeBefore: {
|
466876
467078
|
type: "timestamp"
|
466877
467079
|
},
|
@@ -466892,7 +467094,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
466892
467094
|
DocumentClassifierPropertiesList: {
|
466893
467095
|
type: "list",
|
466894
467096
|
member: {
|
466895
|
-
shape: "
|
467097
|
+
shape: "S3j"
|
466896
467098
|
}
|
466897
467099
|
},
|
466898
467100
|
NextToken: {}
|
@@ -466928,7 +467130,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
466928
467130
|
DominantLanguageDetectionJobPropertiesList: {
|
466929
467131
|
type: "list",
|
466930
467132
|
member: {
|
466931
|
-
shape: "
|
467133
|
+
shape: "S3q"
|
466932
467134
|
}
|
466933
467135
|
},
|
466934
467136
|
NextToken: {}
|
@@ -466964,7 +467166,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
466964
467166
|
EndpointPropertiesList: {
|
466965
467167
|
type: "list",
|
466966
467168
|
member: {
|
466967
|
-
shape: "
|
467169
|
+
shape: "S3t"
|
466968
467170
|
}
|
466969
467171
|
},
|
466970
467172
|
NextToken: {}
|
@@ -467000,7 +467202,41 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467000
467202
|
EntitiesDetectionJobPropertiesList: {
|
467001
467203
|
type: "list",
|
467002
467204
|
member: {
|
467003
|
-
shape: "
|
467205
|
+
shape: "S3x"
|
467206
|
+
}
|
467207
|
+
},
|
467208
|
+
NextToken: {}
|
467209
|
+
}
|
467210
|
+
}
|
467211
|
+
},
|
467212
|
+
ListEntityRecognizerSummaries: {
|
467213
|
+
input: {
|
467214
|
+
type: "structure",
|
467215
|
+
members: {
|
467216
|
+
NextToken: {},
|
467217
|
+
MaxResults: {
|
467218
|
+
type: "integer"
|
467219
|
+
}
|
467220
|
+
}
|
467221
|
+
},
|
467222
|
+
output: {
|
467223
|
+
type: "structure",
|
467224
|
+
members: {
|
467225
|
+
EntityRecognizerSummariesList: {
|
467226
|
+
type: "list",
|
467227
|
+
member: {
|
467228
|
+
type: "structure",
|
467229
|
+
members: {
|
467230
|
+
RecognizerName: {},
|
467231
|
+
NumberOfVersions: {
|
467232
|
+
type: "integer"
|
467233
|
+
},
|
467234
|
+
LatestVersionCreatedAt: {
|
467235
|
+
type: "timestamp"
|
467236
|
+
},
|
467237
|
+
LatestVersionName: {},
|
467238
|
+
LatestVersionStatus: {}
|
467239
|
+
}
|
467004
467240
|
}
|
467005
467241
|
},
|
467006
467242
|
NextToken: {}
|
@@ -467015,6 +467251,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467015
467251
|
type: "structure",
|
467016
467252
|
members: {
|
467017
467253
|
Status: {},
|
467254
|
+
RecognizerName: {},
|
467018
467255
|
SubmitTimeBefore: {
|
467019
467256
|
type: "timestamp"
|
467020
467257
|
},
|
@@ -467035,7 +467272,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467035
467272
|
EntityRecognizerPropertiesList: {
|
467036
467273
|
type: "list",
|
467037
467274
|
member: {
|
467038
|
-
shape: "
|
467275
|
+
shape: "S40"
|
467039
467276
|
}
|
467040
467277
|
},
|
467041
467278
|
NextToken: {}
|
@@ -467071,7 +467308,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467071
467308
|
EventsDetectionJobPropertiesList: {
|
467072
467309
|
type: "list",
|
467073
467310
|
member: {
|
467074
|
-
shape: "
|
467311
|
+
shape: "S48"
|
467075
467312
|
}
|
467076
467313
|
},
|
467077
467314
|
NextToken: {}
|
@@ -467107,7 +467344,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467107
467344
|
KeyPhrasesDetectionJobPropertiesList: {
|
467108
467345
|
type: "list",
|
467109
467346
|
member: {
|
467110
|
-
shape: "
|
467347
|
+
shape: "S4d"
|
467111
467348
|
}
|
467112
467349
|
},
|
467113
467350
|
NextToken: {}
|
@@ -467143,7 +467380,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467143
467380
|
PiiEntitiesDetectionJobPropertiesList: {
|
467144
467381
|
type: "list",
|
467145
467382
|
member: {
|
467146
|
-
shape: "
|
467383
|
+
shape: "S4g"
|
467147
467384
|
}
|
467148
467385
|
},
|
467149
467386
|
NextToken: {}
|
@@ -467179,7 +467416,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467179
467416
|
SentimentDetectionJobPropertiesList: {
|
467180
467417
|
type: "list",
|
467181
467418
|
member: {
|
467182
|
-
shape: "
|
467419
|
+
shape: "S4p"
|
467183
467420
|
}
|
467184
467421
|
},
|
467185
467422
|
NextToken: {}
|
@@ -467201,7 +467438,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467201
467438
|
members: {
|
467202
467439
|
ResourceArn: {},
|
467203
467440
|
Tags: {
|
467204
|
-
shape: "
|
467441
|
+
shape: "S1n"
|
467205
467442
|
}
|
467206
467443
|
}
|
467207
467444
|
}
|
@@ -467235,7 +467472,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467235
467472
|
TopicsDetectionJobPropertiesList: {
|
467236
467473
|
type: "list",
|
467237
467474
|
member: {
|
467238
|
-
shape: "
|
467475
|
+
shape: "S4s"
|
467239
467476
|
}
|
467240
467477
|
},
|
467241
467478
|
NextToken: {}
|
@@ -467255,10 +467492,10 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467255
467492
|
JobName: {},
|
467256
467493
|
DocumentClassifierArn: {},
|
467257
467494
|
InputDataConfig: {
|
467258
|
-
shape: "
|
467495
|
+
shape: "S3a"
|
467259
467496
|
},
|
467260
467497
|
OutputDataConfig: {
|
467261
|
-
shape: "
|
467498
|
+
shape: "S3g"
|
467262
467499
|
},
|
467263
467500
|
DataAccessRoleArn: {},
|
467264
467501
|
ClientRequestToken: {
|
@@ -467266,10 +467503,10 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467266
467503
|
},
|
467267
467504
|
VolumeKmsKeyId: {},
|
467268
467505
|
VpcConfig: {
|
467269
|
-
shape: "
|
467506
|
+
shape: "S24"
|
467270
467507
|
},
|
467271
467508
|
Tags: {
|
467272
|
-
shape: "
|
467509
|
+
shape: "S1n"
|
467273
467510
|
}
|
467274
467511
|
}
|
467275
467512
|
},
|
@@ -467292,10 +467529,10 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467292
467529
|
],
|
467293
467530
|
members: {
|
467294
467531
|
InputDataConfig: {
|
467295
|
-
shape: "
|
467532
|
+
shape: "S3a"
|
467296
467533
|
},
|
467297
467534
|
OutputDataConfig: {
|
467298
|
-
shape: "
|
467535
|
+
shape: "S3g"
|
467299
467536
|
},
|
467300
467537
|
DataAccessRoleArn: {},
|
467301
467538
|
JobName: {},
|
@@ -467304,10 +467541,10 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467304
467541
|
},
|
467305
467542
|
VolumeKmsKeyId: {},
|
467306
467543
|
VpcConfig: {
|
467307
|
-
shape: "
|
467544
|
+
shape: "S24"
|
467308
467545
|
},
|
467309
467546
|
Tags: {
|
467310
|
-
shape: "
|
467547
|
+
shape: "S1n"
|
467311
467548
|
}
|
467312
467549
|
}
|
467313
467550
|
},
|
@@ -467331,10 +467568,10 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467331
467568
|
],
|
467332
467569
|
members: {
|
467333
467570
|
InputDataConfig: {
|
467334
|
-
shape: "
|
467571
|
+
shape: "S3a"
|
467335
467572
|
},
|
467336
467573
|
OutputDataConfig: {
|
467337
|
-
shape: "
|
467574
|
+
shape: "S3g"
|
467338
467575
|
},
|
467339
467576
|
DataAccessRoleArn: {},
|
467340
467577
|
JobName: {},
|
@@ -467345,10 +467582,10 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467345
467582
|
},
|
467346
467583
|
VolumeKmsKeyId: {},
|
467347
467584
|
VpcConfig: {
|
467348
|
-
shape: "
|
467585
|
+
shape: "S24"
|
467349
467586
|
},
|
467350
467587
|
Tags: {
|
467351
|
-
shape: "
|
467588
|
+
shape: "S1n"
|
467352
467589
|
}
|
467353
467590
|
}
|
467354
467591
|
},
|
@@ -467373,10 +467610,10 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467373
467610
|
],
|
467374
467611
|
members: {
|
467375
467612
|
InputDataConfig: {
|
467376
|
-
shape: "
|
467613
|
+
shape: "S3a"
|
467377
467614
|
},
|
467378
467615
|
OutputDataConfig: {
|
467379
|
-
shape: "
|
467616
|
+
shape: "S3g"
|
467380
467617
|
},
|
467381
467618
|
DataAccessRoleArn: {},
|
467382
467619
|
JobName: {},
|
@@ -467385,10 +467622,10 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467385
467622
|
idempotencyToken: true
|
467386
467623
|
},
|
467387
467624
|
TargetEventTypes: {
|
467388
|
-
shape: "
|
467625
|
+
shape: "S49"
|
467389
467626
|
},
|
467390
467627
|
Tags: {
|
467391
|
-
shape: "
|
467628
|
+
shape: "S1n"
|
467392
467629
|
}
|
467393
467630
|
}
|
467394
467631
|
},
|
@@ -467412,10 +467649,10 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467412
467649
|
],
|
467413
467650
|
members: {
|
467414
467651
|
InputDataConfig: {
|
467415
|
-
shape: "
|
467652
|
+
shape: "S3a"
|
467416
467653
|
},
|
467417
467654
|
OutputDataConfig: {
|
467418
|
-
shape: "
|
467655
|
+
shape: "S3g"
|
467419
467656
|
},
|
467420
467657
|
DataAccessRoleArn: {},
|
467421
467658
|
JobName: {},
|
@@ -467425,10 +467662,10 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467425
467662
|
},
|
467426
467663
|
VolumeKmsKeyId: {},
|
467427
467664
|
VpcConfig: {
|
467428
|
-
shape: "
|
467665
|
+
shape: "S24"
|
467429
467666
|
},
|
467430
467667
|
Tags: {
|
467431
|
-
shape: "
|
467668
|
+
shape: "S1n"
|
467432
467669
|
}
|
467433
467670
|
}
|
467434
467671
|
},
|
@@ -467453,14 +467690,14 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467453
467690
|
],
|
467454
467691
|
members: {
|
467455
467692
|
InputDataConfig: {
|
467456
|
-
shape: "
|
467693
|
+
shape: "S3a"
|
467457
467694
|
},
|
467458
467695
|
OutputDataConfig: {
|
467459
|
-
shape: "
|
467696
|
+
shape: "S3g"
|
467460
467697
|
},
|
467461
467698
|
Mode: {},
|
467462
467699
|
RedactionConfig: {
|
467463
|
-
shape: "
|
467700
|
+
shape: "S4i"
|
467464
467701
|
},
|
467465
467702
|
DataAccessRoleArn: {},
|
467466
467703
|
JobName: {},
|
@@ -467469,7 +467706,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467469
467706
|
idempotencyToken: true
|
467470
467707
|
},
|
467471
467708
|
Tags: {
|
467472
|
-
shape: "
|
467709
|
+
shape: "S1n"
|
467473
467710
|
}
|
467474
467711
|
}
|
467475
467712
|
},
|
@@ -467493,10 +467730,10 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467493
467730
|
],
|
467494
467731
|
members: {
|
467495
467732
|
InputDataConfig: {
|
467496
|
-
shape: "
|
467733
|
+
shape: "S3a"
|
467497
467734
|
},
|
467498
467735
|
OutputDataConfig: {
|
467499
|
-
shape: "
|
467736
|
+
shape: "S3g"
|
467500
467737
|
},
|
467501
467738
|
DataAccessRoleArn: {},
|
467502
467739
|
JobName: {},
|
@@ -467506,10 +467743,10 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467506
467743
|
},
|
467507
467744
|
VolumeKmsKeyId: {},
|
467508
467745
|
VpcConfig: {
|
467509
|
-
shape: "
|
467746
|
+
shape: "S24"
|
467510
467747
|
},
|
467511
467748
|
Tags: {
|
467512
|
-
shape: "
|
467749
|
+
shape: "S1n"
|
467513
467750
|
}
|
467514
467751
|
}
|
467515
467752
|
},
|
@@ -467532,10 +467769,10 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467532
467769
|
],
|
467533
467770
|
members: {
|
467534
467771
|
InputDataConfig: {
|
467535
|
-
shape: "
|
467772
|
+
shape: "S3a"
|
467536
467773
|
},
|
467537
467774
|
OutputDataConfig: {
|
467538
|
-
shape: "
|
467775
|
+
shape: "S3g"
|
467539
467776
|
},
|
467540
467777
|
DataAccessRoleArn: {},
|
467541
467778
|
JobName: {},
|
@@ -467547,10 +467784,10 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467547
467784
|
},
|
467548
467785
|
VolumeKmsKeyId: {},
|
467549
467786
|
VpcConfig: {
|
467550
|
-
shape: "
|
467787
|
+
shape: "S24"
|
467551
467788
|
},
|
467552
467789
|
Tags: {
|
467553
|
-
shape: "
|
467790
|
+
shape: "S1n"
|
467554
467791
|
}
|
467555
467792
|
}
|
467556
467793
|
},
|
@@ -467711,7 +467948,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467711
467948
|
members: {
|
467712
467949
|
ResourceArn: {},
|
467713
467950
|
Tags: {
|
467714
|
-
shape: "
|
467951
|
+
shape: "S1n"
|
467715
467952
|
}
|
467716
467953
|
}
|
467717
467954
|
},
|
@@ -467744,14 +467981,15 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467744
467981
|
input: {
|
467745
467982
|
type: "structure",
|
467746
467983
|
required: [
|
467747
|
-
"EndpointArn"
|
467748
|
-
"DesiredInferenceUnits"
|
467984
|
+
"EndpointArn"
|
467749
467985
|
],
|
467750
467986
|
members: {
|
467751
467987
|
EndpointArn: {},
|
467988
|
+
DesiredModelArn: {},
|
467752
467989
|
DesiredInferenceUnits: {
|
467753
467990
|
type: "integer"
|
467754
|
-
}
|
467991
|
+
},
|
467992
|
+
DesiredDataAccessRoleArn: {}
|
467755
467993
|
}
|
467756
467994
|
},
|
467757
467995
|
output: {
|
@@ -467878,7 +468116,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467878
468116
|
}
|
467879
468117
|
}
|
467880
468118
|
},
|
467881
|
-
|
468119
|
+
S1n: {
|
467882
468120
|
type: "list",
|
467883
468121
|
member: {
|
467884
468122
|
type: "structure",
|
@@ -467891,21 +468129,22 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467891
468129
|
}
|
467892
468130
|
}
|
467893
468131
|
},
|
467894
|
-
|
468132
|
+
S1r: {
|
467895
468133
|
type: "structure",
|
467896
468134
|
members: {
|
467897
468135
|
DataFormat: {},
|
467898
468136
|
S3Uri: {},
|
468137
|
+
TestS3Uri: {},
|
467899
468138
|
LabelDelimiter: {},
|
467900
468139
|
AugmentedManifests: {
|
467901
468140
|
type: "list",
|
467902
468141
|
member: {
|
467903
|
-
shape: "
|
468142
|
+
shape: "S1w"
|
467904
468143
|
}
|
467905
468144
|
}
|
467906
468145
|
}
|
467907
468146
|
},
|
467908
|
-
|
468147
|
+
S1w: {
|
467909
468148
|
type: "structure",
|
467910
468149
|
required: [
|
467911
468150
|
"S3Uri",
|
@@ -467913,6 +468152,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467913
468152
|
],
|
467914
468153
|
members: {
|
467915
468154
|
S3Uri: {},
|
468155
|
+
Split: {},
|
467916
468156
|
AttributeNames: {
|
467917
468157
|
type: "list",
|
467918
468158
|
member: {}
|
@@ -467922,14 +468162,14 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467922
468162
|
DocumentType: {}
|
467923
468163
|
}
|
467924
468164
|
},
|
467925
|
-
|
468165
|
+
S21: {
|
467926
468166
|
type: "structure",
|
467927
468167
|
members: {
|
467928
468168
|
S3Uri: {},
|
467929
468169
|
KmsKeyId: {}
|
467930
468170
|
}
|
467931
468171
|
},
|
467932
|
-
|
468172
|
+
S24: {
|
467933
468173
|
type: "structure",
|
467934
468174
|
required: [
|
467935
468175
|
"SecurityGroupIds",
|
@@ -467946,7 +468186,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467946
468186
|
}
|
467947
468187
|
}
|
467948
468188
|
},
|
467949
|
-
|
468189
|
+
S2j: {
|
467950
468190
|
type: "structure",
|
467951
468191
|
required: [
|
467952
468192
|
"EntityTypes"
|
@@ -467971,7 +468211,9 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467971
468211
|
"S3Uri"
|
467972
468212
|
],
|
467973
468213
|
members: {
|
467974
|
-
S3Uri: {}
|
468214
|
+
S3Uri: {},
|
468215
|
+
TestS3Uri: {},
|
468216
|
+
InputFormat: {}
|
467975
468217
|
}
|
467976
468218
|
},
|
467977
468219
|
Annotations: {
|
@@ -467980,7 +468222,8 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467980
468222
|
"S3Uri"
|
467981
468223
|
],
|
467982
468224
|
members: {
|
467983
|
-
S3Uri: {}
|
468225
|
+
S3Uri: {},
|
468226
|
+
TestS3Uri: {}
|
467984
468227
|
}
|
467985
468228
|
},
|
467986
468229
|
EntityList: {
|
@@ -467995,12 +468238,12 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
467995
468238
|
AugmentedManifests: {
|
467996
468239
|
type: "list",
|
467997
468240
|
member: {
|
467998
|
-
shape: "
|
468241
|
+
shape: "S1w"
|
467999
468242
|
}
|
468000
468243
|
}
|
468001
468244
|
}
|
468002
468245
|
},
|
468003
|
-
|
468246
|
+
S34: {
|
468004
468247
|
type: "structure",
|
468005
468248
|
members: {
|
468006
468249
|
JobId: {},
|
@@ -468016,19 +468259,19 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
468016
468259
|
},
|
468017
468260
|
DocumentClassifierArn: {},
|
468018
468261
|
InputDataConfig: {
|
468019
|
-
shape: "
|
468262
|
+
shape: "S3a"
|
468020
468263
|
},
|
468021
468264
|
OutputDataConfig: {
|
468022
|
-
shape: "
|
468265
|
+
shape: "S3g"
|
468023
468266
|
},
|
468024
468267
|
DataAccessRoleArn: {},
|
468025
468268
|
VolumeKmsKeyId: {},
|
468026
468269
|
VpcConfig: {
|
468027
|
-
shape: "
|
468270
|
+
shape: "S24"
|
468028
468271
|
}
|
468029
468272
|
}
|
468030
468273
|
},
|
468031
|
-
|
468274
|
+
S3a: {
|
468032
468275
|
type: "structure",
|
468033
468276
|
required: [
|
468034
468277
|
"S3Uri"
|
@@ -468052,7 +468295,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
468052
468295
|
}
|
468053
468296
|
}
|
468054
468297
|
},
|
468055
|
-
|
468298
|
+
S3g: {
|
468056
468299
|
type: "structure",
|
468057
468300
|
required: [
|
468058
468301
|
"S3Uri"
|
@@ -468062,7 +468305,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
468062
468305
|
KmsKeyId: {}
|
468063
468306
|
}
|
468064
468307
|
},
|
468065
|
-
|
468308
|
+
S3j: {
|
468066
468309
|
type: "structure",
|
468067
468310
|
members: {
|
468068
468311
|
DocumentClassifierArn: {},
|
@@ -468082,10 +468325,10 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
468082
468325
|
type: "timestamp"
|
468083
468326
|
},
|
468084
468327
|
InputDataConfig: {
|
468085
|
-
shape: "
|
468328
|
+
shape: "S1r"
|
468086
468329
|
},
|
468087
468330
|
OutputDataConfig: {
|
468088
|
-
shape: "
|
468331
|
+
shape: "S21"
|
468089
468332
|
},
|
468090
468333
|
ClassifierMetadata: {
|
468091
468334
|
type: "structure",
|
@@ -468134,13 +468377,14 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
468134
468377
|
DataAccessRoleArn: {},
|
468135
468378
|
VolumeKmsKeyId: {},
|
468136
468379
|
VpcConfig: {
|
468137
|
-
shape: "
|
468380
|
+
shape: "S24"
|
468138
468381
|
},
|
468139
468382
|
Mode: {},
|
468140
|
-
ModelKmsKeyId: {}
|
468383
|
+
ModelKmsKeyId: {},
|
468384
|
+
VersionName: {}
|
468141
468385
|
}
|
468142
468386
|
},
|
468143
|
-
|
468387
|
+
S3q: {
|
468144
468388
|
type: "structure",
|
468145
468389
|
members: {
|
468146
468390
|
JobId: {},
|
@@ -468155,25 +468399,26 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
468155
468399
|
type: "timestamp"
|
468156
468400
|
},
|
468157
468401
|
InputDataConfig: {
|
468158
|
-
shape: "
|
468402
|
+
shape: "S3a"
|
468159
468403
|
},
|
468160
468404
|
OutputDataConfig: {
|
468161
|
-
shape: "
|
468405
|
+
shape: "S3g"
|
468162
468406
|
},
|
468163
468407
|
DataAccessRoleArn: {},
|
468164
468408
|
VolumeKmsKeyId: {},
|
468165
468409
|
VpcConfig: {
|
468166
|
-
shape: "
|
468410
|
+
shape: "S24"
|
468167
468411
|
}
|
468168
468412
|
}
|
468169
468413
|
},
|
468170
|
-
|
468414
|
+
S3t: {
|
468171
468415
|
type: "structure",
|
468172
468416
|
members: {
|
468173
468417
|
EndpointArn: {},
|
468174
468418
|
Status: {},
|
468175
468419
|
Message: {},
|
468176
468420
|
ModelArn: {},
|
468421
|
+
DesiredModelArn: {},
|
468177
468422
|
DesiredInferenceUnits: {
|
468178
468423
|
type: "integer"
|
468179
468424
|
},
|
@@ -468186,10 +468431,11 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
468186
468431
|
LastModifiedTime: {
|
468187
468432
|
type: "timestamp"
|
468188
468433
|
},
|
468189
|
-
DataAccessRoleArn: {}
|
468434
|
+
DataAccessRoleArn: {},
|
468435
|
+
DesiredDataAccessRoleArn: {}
|
468190
468436
|
}
|
468191
468437
|
},
|
468192
|
-
|
468438
|
+
S3x: {
|
468193
468439
|
type: "structure",
|
468194
468440
|
members: {
|
468195
468441
|
JobId: {},
|
@@ -468205,20 +468451,20 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
468205
468451
|
},
|
468206
468452
|
EntityRecognizerArn: {},
|
468207
468453
|
InputDataConfig: {
|
468208
|
-
shape: "
|
468454
|
+
shape: "S3a"
|
468209
468455
|
},
|
468210
468456
|
OutputDataConfig: {
|
468211
|
-
shape: "
|
468457
|
+
shape: "S3g"
|
468212
468458
|
},
|
468213
468459
|
LanguageCode: {},
|
468214
468460
|
DataAccessRoleArn: {},
|
468215
468461
|
VolumeKmsKeyId: {},
|
468216
468462
|
VpcConfig: {
|
468217
|
-
shape: "
|
468463
|
+
shape: "S24"
|
468218
468464
|
}
|
468219
468465
|
}
|
468220
468466
|
},
|
468221
|
-
|
468467
|
+
S40: {
|
468222
468468
|
type: "structure",
|
468223
468469
|
members: {
|
468224
468470
|
EntityRecognizerArn: {},
|
@@ -468238,7 +468484,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
468238
468484
|
type: "timestamp"
|
468239
468485
|
},
|
468240
468486
|
InputDataConfig: {
|
468241
|
-
shape: "
|
468487
|
+
shape: "S2j"
|
468242
468488
|
},
|
468243
468489
|
RecognizerMetadata: {
|
468244
468490
|
type: "structure",
|
@@ -468295,12 +468541,13 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
468295
468541
|
DataAccessRoleArn: {},
|
468296
468542
|
VolumeKmsKeyId: {},
|
468297
468543
|
VpcConfig: {
|
468298
|
-
shape: "
|
468544
|
+
shape: "S24"
|
468299
468545
|
},
|
468300
|
-
ModelKmsKeyId: {}
|
468546
|
+
ModelKmsKeyId: {},
|
468547
|
+
VersionName: {}
|
468301
468548
|
}
|
468302
468549
|
},
|
468303
|
-
|
468550
|
+
S48: {
|
468304
468551
|
type: "structure",
|
468305
468552
|
members: {
|
468306
468553
|
JobId: {},
|
@@ -468315,23 +468562,23 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
468315
468562
|
type: "timestamp"
|
468316
468563
|
},
|
468317
468564
|
InputDataConfig: {
|
468318
|
-
shape: "
|
468565
|
+
shape: "S3a"
|
468319
468566
|
},
|
468320
468567
|
OutputDataConfig: {
|
468321
|
-
shape: "
|
468568
|
+
shape: "S3g"
|
468322
468569
|
},
|
468323
468570
|
LanguageCode: {},
|
468324
468571
|
DataAccessRoleArn: {},
|
468325
468572
|
TargetEventTypes: {
|
468326
|
-
shape: "
|
468573
|
+
shape: "S49"
|
468327
468574
|
}
|
468328
468575
|
}
|
468329
468576
|
},
|
468330
|
-
|
468577
|
+
S49: {
|
468331
468578
|
type: "list",
|
468332
468579
|
member: {}
|
468333
468580
|
},
|
468334
|
-
|
468581
|
+
S4d: {
|
468335
468582
|
type: "structure",
|
468336
468583
|
members: {
|
468337
468584
|
JobId: {},
|
@@ -468346,20 +468593,20 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
468346
468593
|
type: "timestamp"
|
468347
468594
|
},
|
468348
468595
|
InputDataConfig: {
|
468349
|
-
shape: "
|
468596
|
+
shape: "S3a"
|
468350
468597
|
},
|
468351
468598
|
OutputDataConfig: {
|
468352
|
-
shape: "
|
468599
|
+
shape: "S3g"
|
468353
468600
|
},
|
468354
468601
|
LanguageCode: {},
|
468355
468602
|
DataAccessRoleArn: {},
|
468356
468603
|
VolumeKmsKeyId: {},
|
468357
468604
|
VpcConfig: {
|
468358
|
-
shape: "
|
468605
|
+
shape: "S24"
|
468359
468606
|
}
|
468360
468607
|
}
|
468361
468608
|
},
|
468362
|
-
|
468609
|
+
S4g: {
|
468363
468610
|
type: "structure",
|
468364
468611
|
members: {
|
468365
468612
|
JobId: {},
|
@@ -468374,7 +468621,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
468374
468621
|
type: "timestamp"
|
468375
468622
|
},
|
468376
468623
|
InputDataConfig: {
|
468377
|
-
shape: "
|
468624
|
+
shape: "S3a"
|
468378
468625
|
},
|
468379
468626
|
OutputDataConfig: {
|
468380
468627
|
type: "structure",
|
@@ -468387,14 +468634,14 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
468387
468634
|
}
|
468388
468635
|
},
|
468389
468636
|
RedactionConfig: {
|
468390
|
-
shape: "
|
468637
|
+
shape: "S4i"
|
468391
468638
|
},
|
468392
468639
|
LanguageCode: {},
|
468393
468640
|
DataAccessRoleArn: {},
|
468394
468641
|
Mode: {}
|
468395
468642
|
}
|
468396
468643
|
},
|
468397
|
-
|
468644
|
+
S4i: {
|
468398
468645
|
type: "structure",
|
468399
468646
|
members: {
|
468400
468647
|
PiiEntityTypes: {
|
@@ -468405,7 +468652,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
468405
468652
|
MaskCharacter: {}
|
468406
468653
|
}
|
468407
468654
|
},
|
468408
|
-
|
468655
|
+
S4p: {
|
468409
468656
|
type: "structure",
|
468410
468657
|
members: {
|
468411
468658
|
JobId: {},
|
@@ -468420,20 +468667,20 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
468420
468667
|
type: "timestamp"
|
468421
468668
|
},
|
468422
468669
|
InputDataConfig: {
|
468423
|
-
shape: "
|
468670
|
+
shape: "S3a"
|
468424
468671
|
},
|
468425
468672
|
OutputDataConfig: {
|
468426
|
-
shape: "
|
468673
|
+
shape: "S3g"
|
468427
468674
|
},
|
468428
468675
|
LanguageCode: {},
|
468429
468676
|
DataAccessRoleArn: {},
|
468430
468677
|
VolumeKmsKeyId: {},
|
468431
468678
|
VpcConfig: {
|
468432
|
-
shape: "
|
468679
|
+
shape: "S24"
|
468433
468680
|
}
|
468434
468681
|
}
|
468435
468682
|
},
|
468436
|
-
|
468683
|
+
S4s: {
|
468437
468684
|
type: "structure",
|
468438
468685
|
members: {
|
468439
468686
|
JobId: {},
|
@@ -468448,10 +468695,10 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
468448
468695
|
type: "timestamp"
|
468449
468696
|
},
|
468450
468697
|
InputDataConfig: {
|
468451
|
-
shape: "
|
468698
|
+
shape: "S3a"
|
468452
468699
|
},
|
468453
468700
|
OutputDataConfig: {
|
468454
|
-
shape: "
|
468701
|
+
shape: "S3g"
|
468455
468702
|
},
|
468456
468703
|
NumberOfTopics: {
|
468457
468704
|
type: "integer"
|
@@ -468459,7 +468706,7 @@ var require_comprehend_2017_11_27_min = __commonJS({
|
|
468459
468706
|
DataAccessRoleArn: {},
|
468460
468707
|
VolumeKmsKeyId: {},
|
468461
468708
|
VpcConfig: {
|
468462
|
-
shape: "
|
468709
|
+
shape: "S24"
|
468463
468710
|
}
|
468464
468711
|
}
|
468465
468712
|
}
|
@@ -468478,6 +468725,11 @@ var require_comprehend_2017_11_27_paginators = __commonJS({
|
|
468478
468725
|
output_token: "NextToken",
|
468479
468726
|
limit_key: "MaxResults"
|
468480
468727
|
},
|
468728
|
+
ListDocumentClassifierSummaries: {
|
468729
|
+
input_token: "NextToken",
|
468730
|
+
output_token: "NextToken",
|
468731
|
+
limit_key: "MaxResults"
|
468732
|
+
},
|
468481
468733
|
ListDocumentClassifiers: {
|
468482
468734
|
input_token: "NextToken",
|
468483
468735
|
output_token: "NextToken",
|
@@ -468493,6 +468745,11 @@ var require_comprehend_2017_11_27_paginators = __commonJS({
|
|
468493
468745
|
output_token: "NextToken",
|
468494
468746
|
limit_key: "MaxResults"
|
468495
468747
|
},
|
468748
|
+
ListEntityRecognizerSummaries: {
|
468749
|
+
input_token: "NextToken",
|
468750
|
+
output_token: "NextToken",
|
468751
|
+
limit_key: "MaxResults"
|
468752
|
+
},
|
468496
468753
|
ListEntityRecognizers: {
|
468497
468754
|
input_token: "NextToken",
|
468498
468755
|
output_token: "NextToken",
|