aws-sdk-core 2.11.587 → 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: b515341eb97266ce029a73ae427e42977e78816ae7e16c4d3ce6a65402b7ea55
4
- data.tar.gz: 5cd94ad63c7c4bcf228487174f305a0697626ee72b7fa4c2c73ca5b736a39035
3
+ metadata.gz: 28e503bc0d60d6dc3054f0fa6f051a3d052e1f39c2193e415a766827c3d807fb
4
+ data.tar.gz: '088bf68ae5d8c3a9a39934a407cb1a3a77460e6ed0f519a3602a11dc2520f967'
5
5
  SHA512:
6
- metadata.gz: 1516957c109473b0d701a717475dd0ca4c7e4662d0cdd9ddd7f4a67be580ae1ef047d82cdc395fed43437a6e05a27ec4745c58a5cb335414daa49f311d2198e8
7
- data.tar.gz: 479381062b09c92171a200b5b9f7239edcb02c879cd9c6cf7b8ddc33a3ccc0e3bf4ee6a5023b3fcf11898524cedd358fa7756b430df8d52271f83b98f8a11e63
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"
@@ -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"],
@@ -1805,7 +1805,8 @@
1805
1805
  "enum":[
1806
1806
  "INDEX_SLOW_LOGS",
1807
1807
  "SEARCH_SLOW_LOGS",
1808
- "ES_APPLICATION_LOGS"
1808
+ "ES_APPLICATION_LOGS",
1809
+ "AUDIT_LOGS"
1809
1810
  ]
1810
1811
  },
1811
1812
  "MasterUserOptions":{
@@ -680,7 +680,8 @@
680
680
  "Description":{"shape":"Description"},
681
681
  "S3Path":{"shape":"S3Path"},
682
682
  "RoleArn":{"shape":"RoleArn"},
683
- "Tags":{"shape":"TagList"}
683
+ "Tags":{"shape":"TagList"},
684
+ "FileFormat":{"shape":"FaqFileFormat"}
684
685
  }
685
686
  },
686
687
  "CreateFaqResponse":{
@@ -1002,7 +1003,8 @@
1002
1003
  "S3Path":{"shape":"S3Path"},
1003
1004
  "Status":{"shape":"FaqStatus"},
1004
1005
  "RoleArn":{"shape":"RoleArn"},
1005
- "ErrorMessage":{"shape":"ErrorMessage"}
1006
+ "ErrorMessage":{"shape":"ErrorMessage"},
1007
+ "FileFormat":{"shape":"FaqFileFormat"}
1006
1008
  }
1007
1009
  },
1008
1010
  "DescribeIndexRequest":{
@@ -1203,6 +1205,14 @@
1203
1205
  "type":"list",
1204
1206
  "member":{"shape":"FacetResult"}
1205
1207
  },
1208
+ "FaqFileFormat":{
1209
+ "type":"string",
1210
+ "enum":[
1211
+ "CSV",
1212
+ "CSV_WITH_HEADER",
1213
+ "JSON"
1214
+ ]
1215
+ },
1206
1216
  "FaqId":{
1207
1217
  "type":"string",
1208
1218
  "max":100,
@@ -1239,7 +1249,8 @@
1239
1249
  "Name":{"shape":"FaqName"},
1240
1250
  "Status":{"shape":"FaqStatus"},
1241
1251
  "CreatedAt":{"shape":"Timestamp"},
1242
- "UpdatedAt":{"shape":"Timestamp"}
1252
+ "UpdatedAt":{"shape":"Timestamp"},
1253
+ "FileFormat":{"shape":"FaqFileFormat"}
1243
1254
  }
1244
1255
  },
1245
1256
  "FaqSummaryItems":{
@@ -136,6 +136,10 @@
136
136
  "max":48000,
137
137
  "min":8000
138
138
  },
139
+ "NumberOfChannels":{
140
+ "type":"integer",
141
+ "min":2
142
+ },
139
143
  "RequestId":{"type":"string"},
140
144
  "Result":{
141
145
  "type":"structure",
@@ -144,7 +148,8 @@
144
148
  "StartTime":{"shape":"Double"},
145
149
  "EndTime":{"shape":"Double"},
146
150
  "IsPartial":{"shape":"Boolean"},
147
- "Alternatives":{"shape":"AlternativeList"}
151
+ "Alternatives":{"shape":"AlternativeList"},
152
+ "ChannelId":{"shape":"String"}
148
153
  }
149
154
  },
150
155
  "ResultList":{
@@ -161,6 +166,8 @@
161
166
  },
162
167
  "SessionId":{
163
168
  "type":"string",
169
+ "max":36,
170
+ "min":36,
164
171
  "pattern":"[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}"
165
172
  },
166
173
  "StartStreamTranscriptionRequest":{
@@ -212,6 +219,16 @@
212
219
  "shape":"Boolean",
213
220
  "location":"header",
214
221
  "locationName":"x-amzn-transcribe-show-speaker-label"
222
+ },
223
+ "EnableChannelIdentification":{
224
+ "shape":"Boolean",
225
+ "location":"header",
226
+ "locationName":"x-amzn-transcribe-enable-channel-identification"
227
+ },
228
+ "NumberOfChannels":{
229
+ "shape":"NumberOfChannels",
230
+ "location":"header",
231
+ "locationName":"x-amzn-transcribe-number-of-channels"
215
232
  }
216
233
  },
217
234
  "payload":"AudioStream"
@@ -264,6 +281,16 @@
264
281
  "shape":"Boolean",
265
282
  "location":"header",
266
283
  "locationName":"x-amzn-transcribe-show-speaker-label"
284
+ },
285
+ "EnableChannelIdentification":{
286
+ "shape":"Boolean",
287
+ "location":"header",
288
+ "locationName":"x-amzn-transcribe-enable-channel-identification"
289
+ },
290
+ "NumberOfChannels":{
291
+ "shape":"NumberOfChannels",
292
+ "location":"header",
293
+ "locationName":"x-amzn-transcribe-number-of-channels"
267
294
  }
268
295
  },
269
296
  "payload":"TranscriptResultStream"
@@ -247,6 +247,7 @@
247
247
  "protocols" : [ "https" ]
248
248
  },
249
249
  "endpoints" : {
250
+ "af-south-1" : { },
250
251
  "ap-east-1" : { },
251
252
  "ap-northeast-1" : { },
252
253
  "ap-northeast-2" : { },
@@ -256,6 +257,7 @@
256
257
  "ca-central-1" : { },
257
258
  "eu-central-1" : { },
258
259
  "eu-north-1" : { },
260
+ "eu-south-1" : { },
259
261
  "eu-west-1" : { },
260
262
  "eu-west-2" : { },
261
263
  "eu-west-3" : { },
@@ -1125,6 +1127,7 @@
1125
1127
  "ca-central-1" : { },
1126
1128
  "eu-central-1" : { },
1127
1129
  "eu-north-1" : { },
1130
+ "eu-south-1" : { },
1128
1131
  "eu-west-1" : { },
1129
1132
  "eu-west-2" : { },
1130
1133
  "eu-west-3" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.587'
2
+ VERSION = '2.11.588'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.587
4
+ version: 2.11.588
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-16 00:00:00.000000000 Z
11
+ date: 2020-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath