aws-sdk-core 2.11.586 → 2.11.591

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 97a82d41beb446d67ccc0dfdd4588136cca27a6d9caea0d7a73b506fa5433505
4
- data.tar.gz: 366ebb3b5d5a4b938f1ee61c9cf14575cb09d771ff5e974446040bd5a589edd9
3
+ metadata.gz: f929d59ee82c6f514ae64076b1ff054b840698edae37cdbcead8456e94f3d389
4
+ data.tar.gz: 907378faef2ea5179d3d8e5e3b36a7f02f35d6a0ddb1b3e9e4f11783f84d5037
5
5
  SHA512:
6
- metadata.gz: 6313c86b8820e3606b2b590cb51d917679b752be563afe338fdd1f8a0043d5219f113f2c31fc301562486d173c1c95c882cf836315ef5926b83ed45f16843c52
7
- data.tar.gz: c1d8488604ca17c575b707bd17db477936134009d805af81e683d9cdbec87e61195b23bc4469d44a9545c06f23b95b4ff0c7bfa36be22c09e466852ff5cfdd42
6
+ metadata.gz: a1595cdc15d25ca32c2c2de39d723a0f90b65c5f95d880856b773fa47dc64fe85150b0a60643719eec7abca7fe9abbce21bed49c1dc28dbde7e9ac22f86cc8f5
7
+ data.tar.gz: 4a520ab12ac27ba301ba878ae4304e175790e92c1b82ce13f468419a213c1a25c8a37dd2e00a3bffa47c8000f542574d292761fcb51c8177c151b989d8755af3
@@ -792,6 +792,7 @@
792
792
  "output":{"shape":"Deployments"},
793
793
  "errors":[
794
794
  {"shape":"BadRequestException"},
795
+ {"shape":"NotFoundException"},
795
796
  {"shape":"UnauthorizedException"},
796
797
  {"shape":"TooManyRequestsException"},
797
798
  {"shape":"ServiceUnavailableException"}
@@ -2204,7 +2205,8 @@
2204
2205
  "regionalCertificateArn":{"shape":"String"},
2205
2206
  "endpointConfiguration":{"shape":"EndpointConfiguration"},
2206
2207
  "tags":{"shape":"MapOfStringToString"},
2207
- "securityPolicy":{"shape":"SecurityPolicy"}
2208
+ "securityPolicy":{"shape":"SecurityPolicy"},
2209
+ "mutualTlsAuthentication":{"shape":"MutualTlsAuthenticationInput"}
2208
2210
  }
2209
2211
  },
2210
2212
  "CreateModelRequest":{
@@ -2850,7 +2852,8 @@
2850
2852
  "domainNameStatus":{"shape":"DomainNameStatus"},
2851
2853
  "domainNameStatusMessage":{"shape":"String"},
2852
2854
  "securityPolicy":{"shape":"SecurityPolicy"},
2853
- "tags":{"shape":"MapOfStringToString"}
2855
+ "tags":{"shape":"MapOfStringToString"},
2856
+ "mutualTlsAuthentication":{"shape":"MutualTlsAuthentication"}
2854
2857
  }
2855
2858
  },
2856
2859
  "DomainNameStatus":{
@@ -4291,6 +4294,21 @@
4291
4294
  }
4292
4295
  }
4293
4296
  },
4297
+ "MutualTlsAuthentication":{
4298
+ "type":"structure",
4299
+ "members":{
4300
+ "truststoreUri":{"shape":"String"},
4301
+ "truststoreVersion":{"shape":"String"},
4302
+ "truststoreWarnings":{"shape":"ListOfString"}
4303
+ }
4304
+ },
4305
+ "MutualTlsAuthenticationInput":{
4306
+ "type":"structure",
4307
+ "members":{
4308
+ "truststoreUri":{"shape":"String"},
4309
+ "truststoreVersion":{"shape":"String"}
4310
+ }
4311
+ },
4294
4312
  "NotFoundException":{
4295
4313
  "type":"structure",
4296
4314
  "members":{
@@ -1531,6 +1531,10 @@
1531
1531
  "shape" : "__boolean",
1532
1532
  "locationName" : "disableSchemaValidation"
1533
1533
  },
1534
+ "DisableExecuteApiEndpoint" : {
1535
+ "shape" : "__boolean",
1536
+ "locationName" : "disableExecuteApiEndpoint"
1537
+ },
1534
1538
  "ImportInfo" : {
1535
1539
  "shape" : "__listOf__string",
1536
1540
  "locationName" : "importInfo"
@@ -1794,6 +1798,10 @@
1794
1798
  "shape" : "__boolean",
1795
1799
  "locationName" : "disableSchemaValidation"
1796
1800
  },
1801
+ "DisableExecuteApiEndpoint" : {
1802
+ "shape" : "__boolean",
1803
+ "locationName" : "disableExecuteApiEndpoint"
1804
+ },
1797
1805
  "Name" : {
1798
1806
  "shape" : "StringWithLengthBetween1And128",
1799
1807
  "locationName" : "name"
@@ -1910,6 +1918,10 @@
1910
1918
  "shape" : "__boolean",
1911
1919
  "locationName" : "disableSchemaValidation"
1912
1920
  },
1921
+ "DisableExecuteApiEndpoint" : {
1922
+ "shape" : "__boolean",
1923
+ "locationName" : "disableExecuteApiEndpoint"
1924
+ },
1913
1925
  "Name" : {
1914
1926
  "shape" : "StringWithLengthBetween1And128",
1915
1927
  "locationName" : "name"
@@ -1976,6 +1988,10 @@
1976
1988
  "shape" : "__boolean",
1977
1989
  "locationName" : "disableSchemaValidation"
1978
1990
  },
1991
+ "DisableExecuteApiEndpoint" : {
1992
+ "shape" : "__boolean",
1993
+ "locationName" : "disableExecuteApiEndpoint"
1994
+ },
1979
1995
  "ImportInfo" : {
1980
1996
  "shape" : "__listOf__string",
1981
1997
  "locationName" : "importInfo"
@@ -2224,6 +2240,10 @@
2224
2240
  "shape" : "DomainNameConfigurations",
2225
2241
  "locationName" : "domainNameConfigurations"
2226
2242
  },
2243
+ "MutualTlsAuthentication" : {
2244
+ "shape" : "MutualTlsAuthenticationInput",
2245
+ "locationName" : "mutualTlsAuthentication"
2246
+ },
2227
2247
  "Tags" : {
2228
2248
  "shape" : "Tags",
2229
2249
  "locationName" : "tags"
@@ -2242,6 +2262,10 @@
2242
2262
  "shape" : "DomainNameConfigurations",
2243
2263
  "locationName" : "domainNameConfigurations"
2244
2264
  },
2265
+ "MutualTlsAuthentication" : {
2266
+ "shape" : "MutualTlsAuthenticationInput",
2267
+ "locationName" : "mutualTlsAuthentication"
2268
+ },
2245
2269
  "Tags" : {
2246
2270
  "shape" : "Tags",
2247
2271
  "locationName" : "tags"
@@ -2263,6 +2287,10 @@
2263
2287
  "DomainNameConfigurations" : {
2264
2288
  "shape" : "DomainNameConfigurations",
2265
2289
  "locationName" : "domainNameConfigurations"
2290
+ },
2291
+ "MutualTlsAuthentication" : {
2292
+ "shape" : "MutualTlsAuthentication",
2293
+ "locationName" : "mutualTlsAuthentication"
2266
2294
  },
2267
2295
  "Tags" : {
2268
2296
  "shape" : "Tags",
@@ -3466,6 +3494,10 @@
3466
3494
  "shape" : "DomainNameConfigurations",
3467
3495
  "locationName" : "domainNameConfigurations"
3468
3496
  },
3497
+ "MutualTlsAuthentication" : {
3498
+ "shape" : "MutualTlsAuthentication",
3499
+ "locationName" : "mutualTlsAuthentication"
3500
+ },
3469
3501
  "Tags" : {
3470
3502
  "shape" : "Tags",
3471
3503
  "locationName" : "tags"
@@ -3724,6 +3756,10 @@
3724
3756
  "shape" : "__boolean",
3725
3757
  "locationName" : "disableSchemaValidation"
3726
3758
  },
3759
+ "DisableExecuteApiEndpoint" : {
3760
+ "shape" : "__boolean",
3761
+ "locationName" : "disableExecuteApiEndpoint"
3762
+ },
3727
3763
  "ImportInfo" : {
3728
3764
  "shape" : "__listOf__string",
3729
3765
  "locationName" : "importInfo"
@@ -3986,6 +4022,10 @@
3986
4022
  "shape" : "DomainNameConfigurations",
3987
4023
  "locationName" : "domainNameConfigurations"
3988
4024
  },
4025
+ "MutualTlsAuthentication" : {
4026
+ "shape" : "MutualTlsAuthentication",
4027
+ "locationName" : "mutualTlsAuthentication"
4028
+ },
3989
4029
  "Tags" : {
3990
4030
  "shape" : "Tags",
3991
4031
  "locationName" : "tags"
@@ -4817,6 +4857,10 @@
4817
4857
  "shape" : "__boolean",
4818
4858
  "locationName" : "disableSchemaValidation"
4819
4859
  },
4860
+ "DisableExecuteApiEndpoint" : {
4861
+ "shape" : "__boolean",
4862
+ "locationName" : "disableExecuteApiEndpoint"
4863
+ },
4820
4864
  "ImportInfo" : {
4821
4865
  "shape" : "__listOf__string",
4822
4866
  "locationName" : "importInfo"
@@ -5080,6 +5124,37 @@
5080
5124
  "locationName" : "nextToken"
5081
5125
  }
5082
5126
  }
5127
+ }
5128
+ ,
5129
+ "MutualTlsAuthentication" : {
5130
+ "type" : "structure",
5131
+ "members" : {
5132
+ "TruststoreUri" : {
5133
+ "shape" : "UriWithLengthBetween1And2048",
5134
+ "locationName" : "truststoreUri"
5135
+ },
5136
+ "TruststoreVersion" : {
5137
+ "shape" : "StringWithLengthBetween1And64",
5138
+ "locationName" : "truststoreVersion"
5139
+ },
5140
+ "TruststoreWarnings" : {
5141
+ "shape" : "__listOf__string",
5142
+ "locationName" : "truststoreWarnings"
5143
+ }
5144
+ }
5145
+ },
5146
+ "MutualTlsAuthenticationInput" : {
5147
+ "type" : "structure",
5148
+ "members" : {
5149
+ "TruststoreUri" : {
5150
+ "shape" : "UriWithLengthBetween1And2048",
5151
+ "locationName" : "truststoreUri"
5152
+ },
5153
+ "TruststoreVersion" : {
5154
+ "shape" : "StringWithLengthBetween1And64",
5155
+ "locationName" : "truststoreVersion"
5156
+ }
5157
+ }
5083
5158
  },
5084
5159
  "NextToken" : {
5085
5160
  "type" : "string"
@@ -5188,6 +5263,10 @@
5188
5263
  "shape" : "__boolean",
5189
5264
  "locationName" : "disableSchemaValidation"
5190
5265
  },
5266
+ "DisableExecuteApiEndpoint" : {
5267
+ "shape" : "__boolean",
5268
+ "locationName" : "disableExecuteApiEndpoint"
5269
+ },
5191
5270
  "ImportInfo" : {
5192
5271
  "shape" : "__listOf__string",
5193
5272
  "locationName" : "importInfo"
@@ -5642,6 +5721,10 @@
5642
5721
  "shape" : "__boolean",
5643
5722
  "locationName" : "disableSchemaValidation"
5644
5723
  },
5724
+ "DisableExecuteApiEndpoint" : {
5725
+ "shape" : "__boolean",
5726
+ "locationName" : "disableExecuteApiEndpoint"
5727
+ },
5645
5728
  "Name" : {
5646
5729
  "shape" : "StringWithLengthBetween1And128",
5647
5730
  "locationName" : "name"
@@ -5758,6 +5841,10 @@
5758
5841
  "shape" : "__boolean",
5759
5842
  "locationName" : "disableSchemaValidation"
5760
5843
  },
5844
+ "DisableExecuteApiEndpoint" : {
5845
+ "shape" : "__boolean",
5846
+ "locationName" : "disableExecuteApiEndpoint"
5847
+ },
5761
5848
  "Name" : {
5762
5849
  "shape" : "StringWithLengthBetween1And128",
5763
5850
  "locationName" : "name"
@@ -5816,6 +5903,10 @@
5816
5903
  "shape" : "__boolean",
5817
5904
  "locationName" : "disableSchemaValidation"
5818
5905
  },
5906
+ "DisableExecuteApiEndpoint" : {
5907
+ "shape" : "__boolean",
5908
+ "locationName" : "disableExecuteApiEndpoint"
5909
+ },
5819
5910
  "ImportInfo" : {
5820
5911
  "shape" : "__listOf__string",
5821
5912
  "locationName" : "importInfo"
@@ -6060,6 +6151,10 @@
6060
6151
  "DomainNameConfigurations" : {
6061
6152
  "shape" : "DomainNameConfigurations",
6062
6153
  "locationName" : "domainNameConfigurations"
6154
+ },
6155
+ "MutualTlsAuthentication" : {
6156
+ "shape" : "MutualTlsAuthenticationInput",
6157
+ "locationName" : "mutualTlsAuthentication"
6063
6158
  }
6064
6159
  }
6065
6160
  },
@@ -6074,6 +6169,10 @@
6074
6169
  "DomainNameConfigurations" : {
6075
6170
  "shape" : "DomainNameConfigurations",
6076
6171
  "locationName" : "domainNameConfigurations"
6172
+ },
6173
+ "MutualTlsAuthentication" : {
6174
+ "shape" : "MutualTlsAuthenticationInput",
6175
+ "locationName" : "mutualTlsAuthentication"
6077
6176
  }
6078
6177
  },
6079
6178
  "required" : [ "DomainName" ]
@@ -6093,6 +6192,10 @@
6093
6192
  "shape" : "DomainNameConfigurations",
6094
6193
  "locationName" : "domainNameConfigurations"
6095
6194
  },
6195
+ "MutualTlsAuthentication" : {
6196
+ "shape" : "MutualTlsAuthentication",
6197
+ "locationName" : "mutualTlsAuthentication"
6198
+ },
6096
6199
  "Tags" : {
6097
6200
  "shape" : "Tags",
6098
6201
  "locationName" : "tags"
@@ -380,6 +380,7 @@
380
380
  "type":"string",
381
381
  "enum":[
382
382
  "Bitbucket",
383
+ "GitHub",
383
384
  "GitHubEnterpriseServer"
384
385
  ]
385
386
  },
@@ -319,6 +319,21 @@
319
319
  {"shape":"InternalServerException"}
320
320
  ]
321
321
  },
322
+ "DescribePiiEntitiesDetectionJob":{
323
+ "name":"DescribePiiEntitiesDetectionJob",
324
+ "http":{
325
+ "method":"POST",
326
+ "requestUri":"/"
327
+ },
328
+ "input":{"shape":"DescribePiiEntitiesDetectionJobRequest"},
329
+ "output":{"shape":"DescribePiiEntitiesDetectionJobResponse"},
330
+ "errors":[
331
+ {"shape":"InvalidRequestException"},
332
+ {"shape":"JobNotFoundException"},
333
+ {"shape":"TooManyRequestsException"},
334
+ {"shape":"InternalServerException"}
335
+ ]
336
+ },
322
337
  "DescribeSentimentDetectionJob":{
323
338
  "name":"DescribeSentimentDetectionJob",
324
339
  "http":{
@@ -394,6 +409,21 @@
394
409
  {"shape":"InternalServerException"}
395
410
  ]
396
411
  },
412
+ "DetectPiiEntities":{
413
+ "name":"DetectPiiEntities",
414
+ "http":{
415
+ "method":"POST",
416
+ "requestUri":"/"
417
+ },
418
+ "input":{"shape":"DetectPiiEntitiesRequest"},
419
+ "output":{"shape":"DetectPiiEntitiesResponse"},
420
+ "errors":[
421
+ {"shape":"InvalidRequestException"},
422
+ {"shape":"TextSizeLimitExceededException"},
423
+ {"shape":"UnsupportedLanguageException"},
424
+ {"shape":"InternalServerException"}
425
+ ]
426
+ },
397
427
  "DetectSentiment":{
398
428
  "name":"DetectSentiment",
399
429
  "http":{
@@ -528,6 +558,21 @@
528
558
  {"shape":"InternalServerException"}
529
559
  ]
530
560
  },
561
+ "ListPiiEntitiesDetectionJobs":{
562
+ "name":"ListPiiEntitiesDetectionJobs",
563
+ "http":{
564
+ "method":"POST",
565
+ "requestUri":"/"
566
+ },
567
+ "input":{"shape":"ListPiiEntitiesDetectionJobsRequest"},
568
+ "output":{"shape":"ListPiiEntitiesDetectionJobsResponse"},
569
+ "errors":[
570
+ {"shape":"InvalidRequestException"},
571
+ {"shape":"TooManyRequestsException"},
572
+ {"shape":"InvalidFilterException"},
573
+ {"shape":"InternalServerException"}
574
+ ]
575
+ },
531
576
  "ListSentimentDetectionJobs":{
532
577
  "name":"ListSentimentDetectionJobs",
533
578
  "http":{
@@ -636,6 +681,21 @@
636
681
  {"shape":"InternalServerException"}
637
682
  ]
638
683
  },
684
+ "StartPiiEntitiesDetectionJob":{
685
+ "name":"StartPiiEntitiesDetectionJob",
686
+ "http":{
687
+ "method":"POST",
688
+ "requestUri":"/"
689
+ },
690
+ "input":{"shape":"StartPiiEntitiesDetectionJobRequest"},
691
+ "output":{"shape":"StartPiiEntitiesDetectionJobResponse"},
692
+ "errors":[
693
+ {"shape":"InvalidRequestException"},
694
+ {"shape":"TooManyRequestsException"},
695
+ {"shape":"KmsKeyValidationException"},
696
+ {"shape":"InternalServerException"}
697
+ ]
698
+ },
639
699
  "StartSentimentDetectionJob":{
640
700
  "name":"StartSentimentDetectionJob",
641
701
  "http":{
@@ -708,6 +768,20 @@
708
768
  {"shape":"InternalServerException"}
709
769
  ]
710
770
  },
771
+ "StopPiiEntitiesDetectionJob":{
772
+ "name":"StopPiiEntitiesDetectionJob",
773
+ "http":{
774
+ "method":"POST",
775
+ "requestUri":"/"
776
+ },
777
+ "input":{"shape":"StopPiiEntitiesDetectionJobRequest"},
778
+ "output":{"shape":"StopPiiEntitiesDetectionJobResponse"},
779
+ "errors":[
780
+ {"shape":"InvalidRequestException"},
781
+ {"shape":"JobNotFoundException"},
782
+ {"shape":"InternalServerException"}
783
+ ]
784
+ },
711
785
  "StopSentimentDetectionJob":{
712
786
  "name":"StopSentimentDetectionJob",
713
787
  "http":{
@@ -805,6 +879,27 @@
805
879
  },
806
880
  "shapes":{
807
881
  "AnyLengthString":{"type":"string"},
882
+ "AttributeNamesList":{
883
+ "type":"list",
884
+ "member":{"shape":"AttributeNamesListItem"}
885
+ },
886
+ "AttributeNamesListItem":{
887
+ "type":"string",
888
+ "max":63,
889
+ "min":1,
890
+ "pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*"
891
+ },
892
+ "AugmentedManifestsListItem":{
893
+ "type":"structure",
894
+ "required":[
895
+ "S3Uri",
896
+ "AttributeNames"
897
+ ],
898
+ "members":{
899
+ "S3Uri":{"shape":"S3Uri"},
900
+ "AttributeNames":{"shape":"AttributeNamesList"}
901
+ }
902
+ },
808
903
  "BatchDetectDominantLanguageItemResult":{
809
904
  "type":"structure",
810
905
  "members":{
@@ -1270,6 +1365,19 @@
1270
1365
  "KeyPhrasesDetectionJobProperties":{"shape":"KeyPhrasesDetectionJobProperties"}
1271
1366
  }
1272
1367
  },
1368
+ "DescribePiiEntitiesDetectionJobRequest":{
1369
+ "type":"structure",
1370
+ "required":["JobId"],
1371
+ "members":{
1372
+ "JobId":{"shape":"JobId"}
1373
+ }
1374
+ },
1375
+ "DescribePiiEntitiesDetectionJobResponse":{
1376
+ "type":"structure",
1377
+ "members":{
1378
+ "PiiEntitiesDetectionJobProperties":{"shape":"PiiEntitiesDetectionJobProperties"}
1379
+ }
1380
+ },
1273
1381
  "DescribeSentimentDetectionJobRequest":{
1274
1382
  "type":"structure",
1275
1383
  "required":["JobId"],
@@ -1344,6 +1452,23 @@
1344
1452
  },
1345
1453
  "sensitive":true
1346
1454
  },
1455
+ "DetectPiiEntitiesRequest":{
1456
+ "type":"structure",
1457
+ "required":[
1458
+ "Text",
1459
+ "LanguageCode"
1460
+ ],
1461
+ "members":{
1462
+ "Text":{"shape":"String"},
1463
+ "LanguageCode":{"shape":"LanguageCode"}
1464
+ }
1465
+ },
1466
+ "DetectPiiEntitiesResponse":{
1467
+ "type":"structure",
1468
+ "members":{
1469
+ "Entities":{"shape":"ListOfPiiEntities"}
1470
+ }
1471
+ },
1347
1472
  "DetectSentimentRequest":{
1348
1473
  "type":"structure",
1349
1474
  "required":[
@@ -1423,6 +1548,17 @@
1423
1548
  "max":256,
1424
1549
  "pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:document-classifier/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
1425
1550
  },
1551
+ "DocumentClassifierAugmentedManifestsList":{
1552
+ "type":"list",
1553
+ "member":{"shape":"AugmentedManifestsListItem"}
1554
+ },
1555
+ "DocumentClassifierDataFormat":{
1556
+ "type":"string",
1557
+ "enum":[
1558
+ "COMPREHEND_CSV",
1559
+ "AUGMENTED_MANIFEST"
1560
+ ]
1561
+ },
1426
1562
  "DocumentClassifierEndpointArn":{
1427
1563
  "type":"string",
1428
1564
  "max":256,
@@ -1438,10 +1574,11 @@
1438
1574
  },
1439
1575
  "DocumentClassifierInputDataConfig":{
1440
1576
  "type":"structure",
1441
- "required":["S3Uri"],
1442
1577
  "members":{
1578
+ "DataFormat":{"shape":"DocumentClassifierDataFormat"},
1443
1579
  "S3Uri":{"shape":"S3Uri"},
1444
- "LabelDelimiter":{"shape":"LabelDelimiter"}
1580
+ "LabelDelimiter":{"shape":"LabelDelimiter"},
1581
+ "AugmentedManifests":{"shape":"DocumentClassifierAugmentedManifestsList"}
1445
1582
  }
1446
1583
  },
1447
1584
  "DocumentClassifierMode":{
@@ -1615,6 +1752,17 @@
1615
1752
  "max":256,
1616
1753
  "pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:entity-recognizer/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
1617
1754
  },
1755
+ "EntityRecognizerAugmentedManifestsList":{
1756
+ "type":"list",
1757
+ "member":{"shape":"AugmentedManifestsListItem"}
1758
+ },
1759
+ "EntityRecognizerDataFormat":{
1760
+ "type":"string",
1761
+ "enum":[
1762
+ "COMPREHEND_CSV",
1763
+ "AUGMENTED_MANIFEST"
1764
+ ]
1765
+ },
1618
1766
  "EntityRecognizerDocuments":{
1619
1767
  "type":"structure",
1620
1768
  "required":["S3Uri"],
@@ -1652,15 +1800,14 @@
1652
1800
  },
1653
1801
  "EntityRecognizerInputDataConfig":{
1654
1802
  "type":"structure",
1655
- "required":[
1656
- "EntityTypes",
1657
- "Documents"
1658
- ],
1803
+ "required":["EntityTypes"],
1659
1804
  "members":{
1805
+ "DataFormat":{"shape":"EntityRecognizerDataFormat"},
1660
1806
  "EntityTypes":{"shape":"EntityTypesList"},
1661
1807
  "Documents":{"shape":"EntityRecognizerDocuments"},
1662
1808
  "Annotations":{"shape":"EntityRecognizerAnnotations"},
1663
- "EntityList":{"shape":"EntityRecognizerEntityList"}
1809
+ "EntityList":{"shape":"EntityRecognizerEntityList"},
1810
+ "AugmentedManifests":{"shape":"EntityRecognizerAugmentedManifestsList"}
1664
1811
  }
1665
1812
  },
1666
1813
  "EntityRecognizerMetadata":{
@@ -1724,7 +1871,7 @@
1724
1871
  "EntityTypeName":{
1725
1872
  "type":"string",
1726
1873
  "max":64,
1727
- "pattern":"[_A-Z0-9]+"
1874
+ "pattern":"^(?:(?!\\\\n+|\\\\t+|\\\\r+|[\\r\\t\\n\\s,]).)+$"
1728
1875
  },
1729
1876
  "EntityTypesEvaluationMetrics":{
1730
1877
  "type":"structure",
@@ -2042,10 +2189,33 @@
2042
2189
  "type":"list",
2043
2190
  "member":{"shape":"DocumentLabel"}
2044
2191
  },
2192
+ "ListOfPiiEntities":{
2193
+ "type":"list",
2194
+ "member":{"shape":"PiiEntity"}
2195
+ },
2196
+ "ListOfPiiEntityTypes":{
2197
+ "type":"list",
2198
+ "member":{"shape":"PiiEntityType"}
2199
+ },
2045
2200
  "ListOfSyntaxTokens":{
2046
2201
  "type":"list",
2047
2202
  "member":{"shape":"SyntaxToken"}
2048
2203
  },
2204
+ "ListPiiEntitiesDetectionJobsRequest":{
2205
+ "type":"structure",
2206
+ "members":{
2207
+ "Filter":{"shape":"PiiEntitiesDetectionJobFilter"},
2208
+ "NextToken":{"shape":"String"},
2209
+ "MaxResults":{"shape":"MaxResultsInteger"}
2210
+ }
2211
+ },
2212
+ "ListPiiEntitiesDetectionJobsResponse":{
2213
+ "type":"structure",
2214
+ "members":{
2215
+ "PiiEntitiesDetectionJobPropertiesList":{"shape":"PiiEntitiesDetectionJobPropertiesList"},
2216
+ "NextToken":{"shape":"String"}
2217
+ }
2218
+ },
2049
2219
  "ListSentimentDetectionJobsRequest":{
2050
2220
  "type":"structure",
2051
2221
  "members":{
@@ -2090,6 +2260,12 @@
2090
2260
  "NextToken":{"shape":"String"}
2091
2261
  }
2092
2262
  },
2263
+ "MaskCharacter":{
2264
+ "type":"string",
2265
+ "max":1,
2266
+ "min":1,
2267
+ "pattern":"[!@#$%&*]"
2268
+ },
2093
2269
  "MaxResultsInteger":{
2094
2270
  "type":"integer",
2095
2271
  "max":500,
@@ -2150,6 +2326,103 @@
2150
2326
  "VERB"
2151
2327
  ]
2152
2328
  },
2329
+ "PiiEntitiesDetectionJobFilter":{
2330
+ "type":"structure",
2331
+ "members":{
2332
+ "JobName":{"shape":"JobName"},
2333
+ "JobStatus":{"shape":"JobStatus"},
2334
+ "SubmitTimeBefore":{"shape":"Timestamp"},
2335
+ "SubmitTimeAfter":{"shape":"Timestamp"}
2336
+ }
2337
+ },
2338
+ "PiiEntitiesDetectionJobProperties":{
2339
+ "type":"structure",
2340
+ "members":{
2341
+ "JobId":{"shape":"JobId"},
2342
+ "JobName":{"shape":"JobName"},
2343
+ "JobStatus":{"shape":"JobStatus"},
2344
+ "Message":{"shape":"AnyLengthString"},
2345
+ "SubmitTime":{"shape":"Timestamp"},
2346
+ "EndTime":{"shape":"Timestamp"},
2347
+ "InputDataConfig":{"shape":"InputDataConfig"},
2348
+ "OutputDataConfig":{"shape":"PiiOutputDataConfig"},
2349
+ "RedactionConfig":{"shape":"RedactionConfig"},
2350
+ "LanguageCode":{"shape":"LanguageCode"},
2351
+ "DataAccessRoleArn":{"shape":"IamRoleArn"},
2352
+ "Mode":{"shape":"PiiEntitiesDetectionMode"}
2353
+ }
2354
+ },
2355
+ "PiiEntitiesDetectionJobPropertiesList":{
2356
+ "type":"list",
2357
+ "member":{"shape":"PiiEntitiesDetectionJobProperties"}
2358
+ },
2359
+ "PiiEntitiesDetectionMaskMode":{
2360
+ "type":"string",
2361
+ "enum":[
2362
+ "MASK",
2363
+ "REPLACE_WITH_PII_ENTITY_TYPE"
2364
+ ]
2365
+ },
2366
+ "PiiEntitiesDetectionMode":{
2367
+ "type":"string",
2368
+ "enum":[
2369
+ "ONLY_REDACTION",
2370
+ "ONLY_OFFSETS"
2371
+ ]
2372
+ },
2373
+ "PiiEntity":{
2374
+ "type":"structure",
2375
+ "members":{
2376
+ "Score":{"shape":"Float"},
2377
+ "Type":{"shape":"PiiEntityType"},
2378
+ "BeginOffset":{"shape":"Integer"},
2379
+ "EndOffset":{"shape":"Integer"}
2380
+ }
2381
+ },
2382
+ "PiiEntityType":{
2383
+ "type":"string",
2384
+ "enum":[
2385
+ "BANK_ACCOUNT_NUMBER",
2386
+ "BANK_ROUTING",
2387
+ "CREDIT_DEBIT_NUMBER",
2388
+ "CREDIT_DEBIT_CVV",
2389
+ "CREDIT_DEBIT_EXPIRY",
2390
+ "PIN",
2391
+ "EMAIL",
2392
+ "ADDRESS",
2393
+ "NAME",
2394
+ "PHONE",
2395
+ "SSN",
2396
+ "DATE_TIME",
2397
+ "PASSPORT_NUMBER",
2398
+ "DRIVER_ID",
2399
+ "URL",
2400
+ "AGE",
2401
+ "USERNAME",
2402
+ "PASSWORD",
2403
+ "AWS_ACCESS_KEY",
2404
+ "AWS_SECRET_KEY",
2405
+ "IP_ADDRESS",
2406
+ "MAC_ADDRESS",
2407
+ "ALL"
2408
+ ]
2409
+ },
2410
+ "PiiOutputDataConfig":{
2411
+ "type":"structure",
2412
+ "required":["S3Uri"],
2413
+ "members":{
2414
+ "S3Uri":{"shape":"S3Uri"},
2415
+ "KmsKeyId":{"shape":"KmsKeyId"}
2416
+ }
2417
+ },
2418
+ "RedactionConfig":{
2419
+ "type":"structure",
2420
+ "members":{
2421
+ "PiiEntityTypes":{"shape":"ListOfPiiEntityTypes"},
2422
+ "MaskMode":{"shape":"PiiEntitiesDetectionMaskMode"},
2423
+ "MaskCharacter":{"shape":"MaskCharacter"}
2424
+ }
2425
+ },
2153
2426
  "ResourceInUseException":{
2154
2427
  "type":"structure",
2155
2428
  "members":{
@@ -2358,6 +2631,36 @@
2358
2631
  "JobStatus":{"shape":"JobStatus"}
2359
2632
  }
2360
2633
  },
2634
+ "StartPiiEntitiesDetectionJobRequest":{
2635
+ "type":"structure",
2636
+ "required":[
2637
+ "InputDataConfig",
2638
+ "OutputDataConfig",
2639
+ "Mode",
2640
+ "DataAccessRoleArn",
2641
+ "LanguageCode"
2642
+ ],
2643
+ "members":{
2644
+ "InputDataConfig":{"shape":"InputDataConfig"},
2645
+ "OutputDataConfig":{"shape":"OutputDataConfig"},
2646
+ "Mode":{"shape":"PiiEntitiesDetectionMode"},
2647
+ "RedactionConfig":{"shape":"RedactionConfig"},
2648
+ "DataAccessRoleArn":{"shape":"IamRoleArn"},
2649
+ "JobName":{"shape":"JobName"},
2650
+ "LanguageCode":{"shape":"LanguageCode"},
2651
+ "ClientRequestToken":{
2652
+ "shape":"ClientRequestTokenString",
2653
+ "idempotencyToken":true
2654
+ }
2655
+ }
2656
+ },
2657
+ "StartPiiEntitiesDetectionJobResponse":{
2658
+ "type":"structure",
2659
+ "members":{
2660
+ "JobId":{"shape":"JobId"},
2661
+ "JobStatus":{"shape":"JobStatus"}
2662
+ }
2663
+ },
2361
2664
  "StartSentimentDetectionJobRequest":{
2362
2665
  "type":"structure",
2363
2666
  "required":[
@@ -2457,6 +2760,20 @@
2457
2760
  "JobStatus":{"shape":"JobStatus"}
2458
2761
  }
2459
2762
  },
2763
+ "StopPiiEntitiesDetectionJobRequest":{
2764
+ "type":"structure",
2765
+ "required":["JobId"],
2766
+ "members":{
2767
+ "JobId":{"shape":"JobId"}
2768
+ }
2769
+ },
2770
+ "StopPiiEntitiesDetectionJobResponse":{
2771
+ "type":"structure",
2772
+ "members":{
2773
+ "JobId":{"shape":"JobId"},
2774
+ "JobStatus":{"shape":"JobStatus"}
2775
+ }
2776
+ },
2460
2777
  "StopSentimentDetectionJobRequest":{
2461
2778
  "type":"structure",
2462
2779
  "required":["JobId"],