aws-sdk-core 2.11.583 → 2.11.588

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: bb68ede28c856e444255e11d146a9ddf4c778c6d0204912267741724ae6bf88e
4
- data.tar.gz: ce1720d7ace918186ffdc9a0b6a619efc0fccd81ce245cadfced1879afd861e3
3
+ metadata.gz: 28e503bc0d60d6dc3054f0fa6f051a3d052e1f39c2193e415a766827c3d807fb
4
+ data.tar.gz: '088bf68ae5d8c3a9a39934a407cb1a3a77460e6ed0f519a3602a11dc2520f967'
5
5
  SHA512:
6
- metadata.gz: 790c89493726039a9992c7e7cccc0c514f3c0b4a44b9dea6c018a937cc5f6ec5e145bda7bf90d1090fcb843c1ff22396ef7d71092ef6e247a502fdd03346ef52
7
- data.tar.gz: 86a49af52a753d1a6115ca747e4a85228cebfd6e18f5cca859f4b1a079021620ed24f05c33b498936d45915d9ab5f95900620a303dd30bdaad4372d91eeb0cae
6
+ metadata.gz: f0bdca20e57dcc2de831210d24f8640ba0786427382135d48244c7da535a8a06f8817d3d6e1fa5afaf9902cd2051e41ac751483c639d13eb756755ef92439c2c
7
+ data.tar.gz: 27ba68942256b179339e6dcb572781689ebef54e8df2bbaf4dd0a9e756a4a3cbc92bb2c8ea155dd4ccbca65429a900a4a5218998305c79a6ef899b408dd3315c
@@ -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"
@@ -651,7 +651,7 @@
651
651
  },
652
652
  "NotificationThreshold":{
653
653
  "type":"double",
654
- "max":1000000000,
654
+ "max":40000000000,
655
655
  "min":0
656
656
  },
657
657
  "NotificationType":{
@@ -675,7 +675,7 @@
675
675
  "NotificationWithSubscribersList":{
676
676
  "type":"list",
677
677
  "member":{"shape":"NotificationWithSubscribers"},
678
- "max":5
678
+ "max":10
679
679
  },
680
680
  "Notifications":{
681
681
  "type":"list",
@@ -1,4 +1,28 @@
1
1
  {
2
2
  "pagination": {
3
+ "DescribeBudgetPerformanceHistory": {
4
+ "input_token": "NextToken",
5
+ "limit_key": "MaxResults",
6
+ "output_token": "NextToken",
7
+ "result_key": "BudgetPerformanceHistory"
8
+ },
9
+ "DescribeBudgets": {
10
+ "input_token": "NextToken",
11
+ "limit_key": "MaxResults",
12
+ "output_token": "NextToken",
13
+ "result_key": "Budgets"
14
+ },
15
+ "DescribeNotificationsForBudget": {
16
+ "input_token": "NextToken",
17
+ "limit_key": "MaxResults",
18
+ "output_token": "NextToken",
19
+ "result_key": "Notifications"
20
+ },
21
+ "DescribeSubscribersForNotification": {
22
+ "input_token": "NextToken",
23
+ "limit_key": "MaxResults",
24
+ "output_token": "NextToken",
25
+ "result_key": "Subscribers"
26
+ }
3
27
  }
4
- }
28
+ }
@@ -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":{
@@ -1270,6 +1344,19 @@
1270
1344
  "KeyPhrasesDetectionJobProperties":{"shape":"KeyPhrasesDetectionJobProperties"}
1271
1345
  }
1272
1346
  },
1347
+ "DescribePiiEntitiesDetectionJobRequest":{
1348
+ "type":"structure",
1349
+ "required":["JobId"],
1350
+ "members":{
1351
+ "JobId":{"shape":"JobId"}
1352
+ }
1353
+ },
1354
+ "DescribePiiEntitiesDetectionJobResponse":{
1355
+ "type":"structure",
1356
+ "members":{
1357
+ "PiiEntitiesDetectionJobProperties":{"shape":"PiiEntitiesDetectionJobProperties"}
1358
+ }
1359
+ },
1273
1360
  "DescribeSentimentDetectionJobRequest":{
1274
1361
  "type":"structure",
1275
1362
  "required":["JobId"],
@@ -1344,6 +1431,23 @@
1344
1431
  },
1345
1432
  "sensitive":true
1346
1433
  },
1434
+ "DetectPiiEntitiesRequest":{
1435
+ "type":"structure",
1436
+ "required":[
1437
+ "Text",
1438
+ "LanguageCode"
1439
+ ],
1440
+ "members":{
1441
+ "Text":{"shape":"String"},
1442
+ "LanguageCode":{"shape":"LanguageCode"}
1443
+ }
1444
+ },
1445
+ "DetectPiiEntitiesResponse":{
1446
+ "type":"structure",
1447
+ "members":{
1448
+ "Entities":{"shape":"ListOfPiiEntities"}
1449
+ }
1450
+ },
1347
1451
  "DetectSentimentRequest":{
1348
1452
  "type":"structure",
1349
1453
  "required":[
@@ -2042,10 +2146,33 @@
2042
2146
  "type":"list",
2043
2147
  "member":{"shape":"DocumentLabel"}
2044
2148
  },
2149
+ "ListOfPiiEntities":{
2150
+ "type":"list",
2151
+ "member":{"shape":"PiiEntity"}
2152
+ },
2153
+ "ListOfPiiEntityTypes":{
2154
+ "type":"list",
2155
+ "member":{"shape":"PiiEntityType"}
2156
+ },
2045
2157
  "ListOfSyntaxTokens":{
2046
2158
  "type":"list",
2047
2159
  "member":{"shape":"SyntaxToken"}
2048
2160
  },
2161
+ "ListPiiEntitiesDetectionJobsRequest":{
2162
+ "type":"structure",
2163
+ "members":{
2164
+ "Filter":{"shape":"PiiEntitiesDetectionJobFilter"},
2165
+ "NextToken":{"shape":"String"},
2166
+ "MaxResults":{"shape":"MaxResultsInteger"}
2167
+ }
2168
+ },
2169
+ "ListPiiEntitiesDetectionJobsResponse":{
2170
+ "type":"structure",
2171
+ "members":{
2172
+ "PiiEntitiesDetectionJobPropertiesList":{"shape":"PiiEntitiesDetectionJobPropertiesList"},
2173
+ "NextToken":{"shape":"String"}
2174
+ }
2175
+ },
2049
2176
  "ListSentimentDetectionJobsRequest":{
2050
2177
  "type":"structure",
2051
2178
  "members":{
@@ -2090,6 +2217,12 @@
2090
2217
  "NextToken":{"shape":"String"}
2091
2218
  }
2092
2219
  },
2220
+ "MaskCharacter":{
2221
+ "type":"string",
2222
+ "max":1,
2223
+ "min":1,
2224
+ "pattern":"[!@#$%&*]"
2225
+ },
2093
2226
  "MaxResultsInteger":{
2094
2227
  "type":"integer",
2095
2228
  "max":500,
@@ -2150,6 +2283,103 @@
2150
2283
  "VERB"
2151
2284
  ]
2152
2285
  },
2286
+ "PiiEntitiesDetectionJobFilter":{
2287
+ "type":"structure",
2288
+ "members":{
2289
+ "JobName":{"shape":"JobName"},
2290
+ "JobStatus":{"shape":"JobStatus"},
2291
+ "SubmitTimeBefore":{"shape":"Timestamp"},
2292
+ "SubmitTimeAfter":{"shape":"Timestamp"}
2293
+ }
2294
+ },
2295
+ "PiiEntitiesDetectionJobProperties":{
2296
+ "type":"structure",
2297
+ "members":{
2298
+ "JobId":{"shape":"JobId"},
2299
+ "JobName":{"shape":"JobName"},
2300
+ "JobStatus":{"shape":"JobStatus"},
2301
+ "Message":{"shape":"AnyLengthString"},
2302
+ "SubmitTime":{"shape":"Timestamp"},
2303
+ "EndTime":{"shape":"Timestamp"},
2304
+ "InputDataConfig":{"shape":"InputDataConfig"},
2305
+ "OutputDataConfig":{"shape":"PiiOutputDataConfig"},
2306
+ "RedactionConfig":{"shape":"RedactionConfig"},
2307
+ "LanguageCode":{"shape":"LanguageCode"},
2308
+ "DataAccessRoleArn":{"shape":"IamRoleArn"},
2309
+ "Mode":{"shape":"PiiEntitiesDetectionMode"}
2310
+ }
2311
+ },
2312
+ "PiiEntitiesDetectionJobPropertiesList":{
2313
+ "type":"list",
2314
+ "member":{"shape":"PiiEntitiesDetectionJobProperties"}
2315
+ },
2316
+ "PiiEntitiesDetectionMaskMode":{
2317
+ "type":"string",
2318
+ "enum":[
2319
+ "MASK",
2320
+ "REPLACE_WITH_PII_ENTITY_TYPE"
2321
+ ]
2322
+ },
2323
+ "PiiEntitiesDetectionMode":{
2324
+ "type":"string",
2325
+ "enum":[
2326
+ "ONLY_REDACTION",
2327
+ "ONLY_OFFSETS"
2328
+ ]
2329
+ },
2330
+ "PiiEntity":{
2331
+ "type":"structure",
2332
+ "members":{
2333
+ "Score":{"shape":"Float"},
2334
+ "Type":{"shape":"PiiEntityType"},
2335
+ "BeginOffset":{"shape":"Integer"},
2336
+ "EndOffset":{"shape":"Integer"}
2337
+ }
2338
+ },
2339
+ "PiiEntityType":{
2340
+ "type":"string",
2341
+ "enum":[
2342
+ "BANK_ACCOUNT_NUMBER",
2343
+ "BANK_ROUTING",
2344
+ "CREDIT_DEBIT_NUMBER",
2345
+ "CREDIT_DEBIT_CVV",
2346
+ "CREDIT_DEBIT_EXPIRY",
2347
+ "PIN",
2348
+ "EMAIL",
2349
+ "ADDRESS",
2350
+ "NAME",
2351
+ "PHONE",
2352
+ "SSN",
2353
+ "DATE_TIME",
2354
+ "PASSPORT_NUMBER",
2355
+ "DRIVER_ID",
2356
+ "URL",
2357
+ "AGE",
2358
+ "USERNAME",
2359
+ "PASSWORD",
2360
+ "AWS_ACCESS_KEY",
2361
+ "AWS_SECRET_KEY",
2362
+ "IP_ADDRESS",
2363
+ "MAC_ADDRESS",
2364
+ "ALL"
2365
+ ]
2366
+ },
2367
+ "PiiOutputDataConfig":{
2368
+ "type":"structure",
2369
+ "required":["S3Uri"],
2370
+ "members":{
2371
+ "S3Uri":{"shape":"S3Uri"},
2372
+ "KmsKeyId":{"shape":"KmsKeyId"}
2373
+ }
2374
+ },
2375
+ "RedactionConfig":{
2376
+ "type":"structure",
2377
+ "members":{
2378
+ "PiiEntityTypes":{"shape":"ListOfPiiEntityTypes"},
2379
+ "MaskMode":{"shape":"PiiEntitiesDetectionMaskMode"},
2380
+ "MaskCharacter":{"shape":"MaskCharacter"}
2381
+ }
2382
+ },
2153
2383
  "ResourceInUseException":{
2154
2384
  "type":"structure",
2155
2385
  "members":{
@@ -2358,6 +2588,36 @@
2358
2588
  "JobStatus":{"shape":"JobStatus"}
2359
2589
  }
2360
2590
  },
2591
+ "StartPiiEntitiesDetectionJobRequest":{
2592
+ "type":"structure",
2593
+ "required":[
2594
+ "InputDataConfig",
2595
+ "OutputDataConfig",
2596
+ "Mode",
2597
+ "DataAccessRoleArn",
2598
+ "LanguageCode"
2599
+ ],
2600
+ "members":{
2601
+ "InputDataConfig":{"shape":"InputDataConfig"},
2602
+ "OutputDataConfig":{"shape":"OutputDataConfig"},
2603
+ "Mode":{"shape":"PiiEntitiesDetectionMode"},
2604
+ "RedactionConfig":{"shape":"RedactionConfig"},
2605
+ "DataAccessRoleArn":{"shape":"IamRoleArn"},
2606
+ "JobName":{"shape":"JobName"},
2607
+ "LanguageCode":{"shape":"LanguageCode"},
2608
+ "ClientRequestToken":{
2609
+ "shape":"ClientRequestTokenString",
2610
+ "idempotencyToken":true
2611
+ }
2612
+ }
2613
+ },
2614
+ "StartPiiEntitiesDetectionJobResponse":{
2615
+ "type":"structure",
2616
+ "members":{
2617
+ "JobId":{"shape":"JobId"},
2618
+ "JobStatus":{"shape":"JobStatus"}
2619
+ }
2620
+ },
2361
2621
  "StartSentimentDetectionJobRequest":{
2362
2622
  "type":"structure",
2363
2623
  "required":[
@@ -2457,6 +2717,20 @@
2457
2717
  "JobStatus":{"shape":"JobStatus"}
2458
2718
  }
2459
2719
  },
2720
+ "StopPiiEntitiesDetectionJobRequest":{
2721
+ "type":"structure",
2722
+ "required":["JobId"],
2723
+ "members":{
2724
+ "JobId":{"shape":"JobId"}
2725
+ }
2726
+ },
2727
+ "StopPiiEntitiesDetectionJobResponse":{
2728
+ "type":"structure",
2729
+ "members":{
2730
+ "JobId":{"shape":"JobId"},
2731
+ "JobStatus":{"shape":"JobStatus"}
2732
+ }
2733
+ },
2460
2734
  "StopSentimentDetectionJobRequest":{
2461
2735
  "type":"structure",
2462
2736
  "required":["JobId"],