aws-sdk-core 2.11.544 → 2.11.549

Sign up to get free protection for your applications and to get access to all the features.
Files changed (41) hide show
  1. checksums.yaml +4 -4
  2. data/apis/alexaforbusiness/2017-11-09/api-2.json +3 -2
  3. data/apis/appmesh/2019-01-25/api-2.json +1420 -11
  4. data/apis/appmesh/2019-01-25/paginators-1.json +12 -0
  5. data/apis/cloudfront/2020-05-31/api-2.json +5095 -0
  6. data/apis/cloudfront/2020-05-31/examples-1.json +5 -0
  7. data/apis/cloudfront/2020-05-31/paginators-1.json +32 -0
  8. data/apis/cloudfront/2020-05-31/smoke.json +20 -0
  9. data/apis/cloudfront/2020-05-31/waiters-2.json +47 -0
  10. data/apis/codebuild/2016-10-06/api-2.json +13 -3
  11. data/apis/codeguruprofiler/2019-07-18/api-2.json +120 -3
  12. data/apis/comprehend/2017-11-27/api-2.json +58 -35
  13. data/apis/connect/2017-08-08/api-2.json +145 -0
  14. data/apis/ebs/2019-11-02/api-2.json +377 -9
  15. data/apis/ec2/2016-11-15/api-2.json +25 -5
  16. data/apis/elasticbeanstalk/2010-12-01/paginators-1.json +12 -0
  17. data/apis/elasticbeanstalk/2010-12-01/waiters-2.json +63 -0
  18. data/apis/eventbridge/2015-10-07/api-2.json +76 -12
  19. data/apis/events/2015-10-07/api-2.json +76 -12
  20. data/apis/fms/2018-01-01/api-2.json +515 -1
  21. data/apis/frauddetector/2019-11-15/api-2.json +882 -175
  22. data/apis/frauddetector/2019-11-15/paginators-1.json +20 -0
  23. data/apis/groundstation/2019-05-23/api-2.json +53 -1
  24. data/apis/ivs/2020-07-14/api-2.json +809 -0
  25. data/apis/ivs/2020-07-14/examples-1.json +5 -0
  26. data/apis/ivs/2020-07-14/paginators-1.json +27 -0
  27. data/apis/macie2/2020-01-01/api-2.json +7 -1
  28. data/apis/macie2/2020-01-01/paginators-1.json +57 -2
  29. data/apis/rds/2014-10-31/api-2.json +5 -2
  30. data/apis/sagemaker/2017-07-24/api-2.json +32 -0
  31. data/apis/secretsmanager/2017-10-17/api-2.json +111 -5
  32. data/apis/secretsmanager/2017-10-17/examples-1.json +23 -0
  33. data/apis/wafv2/2019-07-29/api-2.json +63 -6
  34. data/endpoints.json +109 -0
  35. data/lib/aws-sdk-core.rb +1 -0
  36. data/lib/aws-sdk-core/cloudfront.rb +5 -5
  37. data/lib/aws-sdk-core/elasticbeanstalk.rb +1 -0
  38. data/lib/aws-sdk-core/ivs.rb +6 -0
  39. data/lib/aws-sdk-core/version.rb +1 -1
  40. data/service-models.json +5 -1
  41. metadata +12 -2
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,32 @@
1
+ {
2
+ "pagination": {
3
+ "ListCloudFrontOriginAccessIdentities": {
4
+ "input_token": "Marker",
5
+ "limit_key": "MaxItems",
6
+ "more_results": "CloudFrontOriginAccessIdentityList.IsTruncated",
7
+ "output_token": "CloudFrontOriginAccessIdentityList.NextMarker",
8
+ "result_key": "CloudFrontOriginAccessIdentityList.Items"
9
+ },
10
+ "ListDistributions": {
11
+ "input_token": "Marker",
12
+ "limit_key": "MaxItems",
13
+ "more_results": "DistributionList.IsTruncated",
14
+ "output_token": "DistributionList.NextMarker",
15
+ "result_key": "DistributionList.Items"
16
+ },
17
+ "ListInvalidations": {
18
+ "input_token": "Marker",
19
+ "limit_key": "MaxItems",
20
+ "more_results": "InvalidationList.IsTruncated",
21
+ "output_token": "InvalidationList.NextMarker",
22
+ "result_key": "InvalidationList.Items"
23
+ },
24
+ "ListStreamingDistributions": {
25
+ "input_token": "Marker",
26
+ "limit_key": "MaxItems",
27
+ "more_results": "StreamingDistributionList.IsTruncated",
28
+ "output_token": "StreamingDistributionList.NextMarker",
29
+ "result_key": "StreamingDistributionList.Items"
30
+ }
31
+ }
32
+ }
@@ -0,0 +1,20 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-east-1",
4
+ "testCases": [
5
+ {
6
+ "operationName": "ListCloudFrontOriginAccessIdentities",
7
+ "input": {
8
+ "MaxItems": "1"
9
+ },
10
+ "errorExpectedFromService": false
11
+ },
12
+ {
13
+ "operationName": "GetDistribution",
14
+ "input": {
15
+ "Id": "fake-id"
16
+ },
17
+ "errorExpectedFromService": true
18
+ }
19
+ ]
20
+ }
@@ -0,0 +1,47 @@
1
+ {
2
+ "version": 2,
3
+ "waiters": {
4
+ "DistributionDeployed": {
5
+ "delay": 60,
6
+ "operation": "GetDistribution",
7
+ "maxAttempts": 35,
8
+ "description": "Wait until a distribution is deployed.",
9
+ "acceptors": [
10
+ {
11
+ "expected": "Deployed",
12
+ "matcher": "path",
13
+ "state": "success",
14
+ "argument": "Distribution.Status"
15
+ }
16
+ ]
17
+ },
18
+ "InvalidationCompleted": {
19
+ "delay": 20,
20
+ "operation": "GetInvalidation",
21
+ "maxAttempts": 30,
22
+ "description": "Wait until an invalidation has completed.",
23
+ "acceptors": [
24
+ {
25
+ "expected": "Completed",
26
+ "matcher": "path",
27
+ "state": "success",
28
+ "argument": "Invalidation.Status"
29
+ }
30
+ ]
31
+ },
32
+ "StreamingDistributionDeployed": {
33
+ "delay": 60,
34
+ "operation": "GetStreamingDistribution",
35
+ "maxAttempts": 25,
36
+ "description": "Wait until a streaming distribution is deployed.",
37
+ "acceptors": [
38
+ {
39
+ "expected": "Deployed",
40
+ "matcher": "path",
41
+ "state": "success",
42
+ "argument": "StreamingDistribution.Status"
43
+ }
44
+ ]
45
+ }
46
+ }
47
+ }
@@ -580,7 +580,8 @@
580
580
  "encryptionKey":{"shape":"NonEmptyString"},
581
581
  "exportedEnvironmentVariables":{"shape":"ExportedEnvironmentVariables"},
582
582
  "reportArns":{"shape":"BuildReportArns"},
583
- "fileSystemLocations":{"shape":"ProjectFileSystemLocations"}
583
+ "fileSystemLocations":{"shape":"ProjectFileSystemLocations"},
584
+ "debugSession":{"shape":"DebugSession"}
584
585
  }
585
586
  },
586
587
  "BuildArtifacts":{
@@ -773,6 +774,13 @@
773
774
  "type":"string",
774
775
  "enum":["SECRETS_MANAGER"]
775
776
  },
777
+ "DebugSession":{
778
+ "type":"structure",
779
+ "members":{
780
+ "sessionEnabled":{"shape":"WrapperBoolean"},
781
+ "sessionTarget":{"shape":"NonEmptyString"}
782
+ }
783
+ },
776
784
  "DeleteProjectInput":{
777
785
  "type":"structure",
778
786
  "required":["name"],
@@ -903,7 +911,8 @@
903
911
  "WINDOWS_CONTAINER",
904
912
  "LINUX_CONTAINER",
905
913
  "LINUX_GPU_CONTAINER",
906
- "ARM_CONTAINER"
914
+ "ARM_CONTAINER",
915
+ "WINDOWS_SERVER_2019_CONTAINER"
907
916
  ]
908
917
  },
909
918
  "EnvironmentVariable":{
@@ -1712,7 +1721,8 @@
1712
1721
  "idempotencyToken":{"shape":"String"},
1713
1722
  "logsConfigOverride":{"shape":"LogsConfig"},
1714
1723
  "registryCredentialOverride":{"shape":"RegistryCredential"},
1715
- "imagePullCredentialsTypeOverride":{"shape":"ImagePullCredentialsType"}
1724
+ "imagePullCredentialsTypeOverride":{"shape":"ImagePullCredentialsType"},
1725
+ "debugSessionEnabled":{"shape":"WrapperBoolean"}
1716
1726
  }
1717
1727
  },
1718
1728
  "StartBuildOutput":{
@@ -237,6 +237,21 @@
237
237
  {"shape":"ThrottlingException"}
238
238
  ]
239
239
  },
240
+ "ListTagsForResource":{
241
+ "name":"ListTagsForResource",
242
+ "http":{
243
+ "method":"GET",
244
+ "requestUri":"/tags/{resourceArn}",
245
+ "responseCode":200
246
+ },
247
+ "input":{"shape":"ListTagsForResourceRequest"},
248
+ "output":{"shape":"ListTagsForResourceResponse"},
249
+ "errors":[
250
+ {"shape":"InternalServerException"},
251
+ {"shape":"ValidationException"},
252
+ {"shape":"ResourceNotFoundException"}
253
+ ]
254
+ },
240
255
  "PostAgentProfile":{
241
256
  "name":"PostAgentProfile",
242
257
  "http":{
@@ -321,6 +336,37 @@
321
336
  {"shape":"ResourceNotFoundException"}
322
337
  ]
323
338
  },
339
+ "TagResource":{
340
+ "name":"TagResource",
341
+ "http":{
342
+ "method":"POST",
343
+ "requestUri":"/tags/{resourceArn}",
344
+ "responseCode":204
345
+ },
346
+ "input":{"shape":"TagResourceRequest"},
347
+ "output":{"shape":"TagResourceResponse"},
348
+ "errors":[
349
+ {"shape":"InternalServerException"},
350
+ {"shape":"ValidationException"},
351
+ {"shape":"ResourceNotFoundException"}
352
+ ]
353
+ },
354
+ "UntagResource":{
355
+ "name":"UntagResource",
356
+ "http":{
357
+ "method":"DELETE",
358
+ "requestUri":"/tags/{resourceArn}",
359
+ "responseCode":204
360
+ },
361
+ "input":{"shape":"UntagResourceRequest"},
362
+ "output":{"shape":"UntagResourceResponse"},
363
+ "errors":[
364
+ {"shape":"InternalServerException"},
365
+ {"shape":"ValidationException"},
366
+ {"shape":"ResourceNotFoundException"}
367
+ ],
368
+ "idempotent":true
369
+ },
324
370
  "UpdateProfilingGroup":{
325
371
  "name":"UpdateProfilingGroup",
326
372
  "http":{
@@ -594,7 +640,8 @@
594
640
  "locationName":"clientToken"
595
641
  },
596
642
  "computePlatform":{"shape":"ComputePlatform"},
597
- "profilingGroupName":{"shape":"ProfilingGroupName"}
643
+ "profilingGroupName":{"shape":"ProfilingGroupName"},
644
+ "tags":{"shape":"TagsMap"}
598
645
  }
599
646
  },
600
647
  "CreateProfilingGroupResponse":{
@@ -682,8 +729,7 @@
682
729
  "FleetInstanceId":{
683
730
  "type":"string",
684
731
  "max":255,
685
- "min":1,
686
- "pattern":"^[\\w-.:/]+$"
732
+ "min":1
687
733
  },
688
734
  "FrameMetric":{
689
735
  "type":"structure",
@@ -1042,6 +1088,23 @@
1042
1088
  "profilingGroups":{"shape":"ProfilingGroupDescriptions"}
1043
1089
  }
1044
1090
  },
1091
+ "ListTagsForResourceRequest":{
1092
+ "type":"structure",
1093
+ "required":["resourceArn"],
1094
+ "members":{
1095
+ "resourceArn":{
1096
+ "shape":"ProfilingGroupArn",
1097
+ "location":"uri",
1098
+ "locationName":"resourceArn"
1099
+ }
1100
+ }
1101
+ },
1102
+ "ListTagsForResourceResponse":{
1103
+ "type":"structure",
1104
+ "members":{
1105
+ "tags":{"shape":"TagsMap"}
1106
+ }
1107
+ },
1045
1108
  "Locale":{"type":"string"},
1046
1109
  "Match":{
1047
1110
  "type":"structure",
@@ -1204,6 +1267,7 @@
1204
1267
  "createdAt":{"shape":"Timestamp"},
1205
1268
  "name":{"shape":"ProfilingGroupName"},
1206
1269
  "profilingStatus":{"shape":"ProfilingStatus"},
1270
+ "tags":{"shape":"TagsMap"},
1207
1271
  "updatedAt":{"shape":"Timestamp"}
1208
1272
  }
1209
1273
  },
@@ -1406,6 +1470,35 @@
1406
1470
  "members":{
1407
1471
  }
1408
1472
  },
1473
+ "TagKeys":{
1474
+ "type":"list",
1475
+ "member":{"shape":"String"}
1476
+ },
1477
+ "TagResourceRequest":{
1478
+ "type":"structure",
1479
+ "required":[
1480
+ "resourceArn",
1481
+ "tags"
1482
+ ],
1483
+ "members":{
1484
+ "resourceArn":{
1485
+ "shape":"ProfilingGroupArn",
1486
+ "location":"uri",
1487
+ "locationName":"resourceArn"
1488
+ },
1489
+ "tags":{"shape":"TagsMap"}
1490
+ }
1491
+ },
1492
+ "TagResourceResponse":{
1493
+ "type":"structure",
1494
+ "members":{
1495
+ }
1496
+ },
1497
+ "TagsMap":{
1498
+ "type":"map",
1499
+ "key":{"shape":"String"},
1500
+ "value":{"shape":"String"}
1501
+ },
1409
1502
  "TargetFrame":{
1410
1503
  "type":"list",
1411
1504
  "member":{"shape":"String"}
@@ -1446,6 +1539,30 @@
1446
1539
  "key":{"shape":"String"},
1447
1540
  "value":{"shape":"ListOfTimestamps"}
1448
1541
  },
1542
+ "UntagResourceRequest":{
1543
+ "type":"structure",
1544
+ "required":[
1545
+ "resourceArn",
1546
+ "tagKeys"
1547
+ ],
1548
+ "members":{
1549
+ "resourceArn":{
1550
+ "shape":"ProfilingGroupArn",
1551
+ "location":"uri",
1552
+ "locationName":"resourceArn"
1553
+ },
1554
+ "tagKeys":{
1555
+ "shape":"TagKeys",
1556
+ "location":"querystring",
1557
+ "locationName":"tagKeys"
1558
+ }
1559
+ }
1560
+ },
1561
+ "UntagResourceResponse":{
1562
+ "type":"structure",
1563
+ "members":{
1564
+ }
1565
+ },
1449
1566
  "UpdateProfilingGroupRequest":{
1450
1567
  "type":"structure",
1451
1568
  "required":[
@@ -373,6 +373,7 @@
373
373
  "output":{"shape":"DetectEntitiesResponse"},
374
374
  "errors":[
375
375
  {"shape":"InvalidRequestException"},
376
+ {"shape":"ResourceUnavailableException"},
376
377
  {"shape":"TextSizeLimitExceededException"},
377
378
  {"shape":"UnsupportedLanguageException"},
378
379
  {"shape":"InternalServerException"}
@@ -815,7 +816,7 @@
815
816
  "type":"structure",
816
817
  "required":["TextList"],
817
818
  "members":{
818
- "TextList":{"shape":"StringList"}
819
+ "TextList":{"shape":"CustomerInputStringList"}
819
820
  }
820
821
  },
821
822
  "BatchDetectDominantLanguageResponse":{
@@ -827,7 +828,8 @@
827
828
  "members":{
828
829
  "ResultList":{"shape":"ListOfDetectDominantLanguageResult"},
829
830
  "ErrorList":{"shape":"BatchItemErrorList"}
830
- }
831
+ },
832
+ "sensitive":true
831
833
  },
832
834
  "BatchDetectEntitiesItemResult":{
833
835
  "type":"structure",
@@ -843,7 +845,7 @@
843
845
  "LanguageCode"
844
846
  ],
845
847
  "members":{
846
- "TextList":{"shape":"StringList"},
848
+ "TextList":{"shape":"CustomerInputStringList"},
847
849
  "LanguageCode":{"shape":"LanguageCode"}
848
850
  }
849
851
  },
@@ -856,7 +858,8 @@
856
858
  "members":{
857
859
  "ResultList":{"shape":"ListOfDetectEntitiesResult"},
858
860
  "ErrorList":{"shape":"BatchItemErrorList"}
859
- }
861
+ },
862
+ "sensitive":true
860
863
  },
861
864
  "BatchDetectKeyPhrasesItemResult":{
862
865
  "type":"structure",
@@ -872,7 +875,7 @@
872
875
  "LanguageCode"
873
876
  ],
874
877
  "members":{
875
- "TextList":{"shape":"StringList"},
878
+ "TextList":{"shape":"CustomerInputStringList"},
876
879
  "LanguageCode":{"shape":"LanguageCode"}
877
880
  }
878
881
  },
@@ -885,7 +888,8 @@
885
888
  "members":{
886
889
  "ResultList":{"shape":"ListOfDetectKeyPhrasesResult"},
887
890
  "ErrorList":{"shape":"BatchItemErrorList"}
888
- }
891
+ },
892
+ "sensitive":true
889
893
  },
890
894
  "BatchDetectSentimentItemResult":{
891
895
  "type":"structure",
@@ -902,7 +906,7 @@
902
906
  "LanguageCode"
903
907
  ],
904
908
  "members":{
905
- "TextList":{"shape":"StringList"},
909
+ "TextList":{"shape":"CustomerInputStringList"},
906
910
  "LanguageCode":{"shape":"LanguageCode"}
907
911
  }
908
912
  },
@@ -915,7 +919,8 @@
915
919
  "members":{
916
920
  "ResultList":{"shape":"ListOfDetectSentimentResult"},
917
921
  "ErrorList":{"shape":"BatchItemErrorList"}
918
- }
922
+ },
923
+ "sensitive":true
919
924
  },
920
925
  "BatchDetectSyntaxItemResult":{
921
926
  "type":"structure",
@@ -931,7 +936,7 @@
931
936
  "LanguageCode"
932
937
  ],
933
938
  "members":{
934
- "TextList":{"shape":"StringList"},
939
+ "TextList":{"shape":"CustomerInputStringList"},
935
940
  "LanguageCode":{"shape":"SyntaxLanguageCode"}
936
941
  }
937
942
  },
@@ -944,7 +949,8 @@
944
949
  "members":{
945
950
  "ResultList":{"shape":"ListOfDetectSyntaxResult"},
946
951
  "ErrorList":{"shape":"BatchItemErrorList"}
947
- }
952
+ },
953
+ "sensitive":true
948
954
  },
949
955
  "BatchItemError":{
950
956
  "type":"structure",
@@ -985,7 +991,8 @@
985
991
  "NumberOfTrainedDocuments":{"shape":"Integer"},
986
992
  "NumberOfTestDocuments":{"shape":"Integer"},
987
993
  "EvaluationMetrics":{"shape":"ClassifierEvaluationMetrics"}
988
- }
994
+ },
995
+ "sensitive":true
989
996
  },
990
997
  "ClassifyDocumentRequest":{
991
998
  "type":"structure",
@@ -994,7 +1001,7 @@
994
1001
  "EndpointArn"
995
1002
  ],
996
1003
  "members":{
997
- "Text":{"shape":"String"},
1004
+ "Text":{"shape":"CustomerInputString"},
998
1005
  "EndpointArn":{"shape":"DocumentClassifierEndpointArn"}
999
1006
  }
1000
1007
  },
@@ -1003,7 +1010,8 @@
1003
1010
  "members":{
1004
1011
  "Classes":{"shape":"ListOfClasses"},
1005
1012
  "Labels":{"shape":"ListOfLabels"}
1006
- }
1013
+ },
1014
+ "sensitive":true
1007
1015
  },
1008
1016
  "ClientRequestTokenString":{
1009
1017
  "type":"string",
@@ -1024,7 +1032,7 @@
1024
1032
  "ComprehendEndpointArn":{
1025
1033
  "type":"string",
1026
1034
  "max":256,
1027
- "pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:document-classifier-endpoint/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
1035
+ "pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:(document-classifier-endpoint|entity-recognizer-endpoint)/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
1028
1036
  },
1029
1037
  "ComprehendEndpointName":{
1030
1038
  "type":"string",
@@ -1034,7 +1042,7 @@
1034
1042
  "ComprehendModelArn":{
1035
1043
  "type":"string",
1036
1044
  "max":256,
1037
- "pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:document-classifier/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
1045
+ "pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:(document-classifier|entity-recognizer)/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
1038
1046
  },
1039
1047
  "ConcurrentModificationException":{
1040
1048
  "type":"structure",
@@ -1125,6 +1133,16 @@
1125
1133
  "EntityRecognizerArn":{"shape":"EntityRecognizerArn"}
1126
1134
  }
1127
1135
  },
1136
+ "CustomerInputString":{
1137
+ "type":"string",
1138
+ "min":1,
1139
+ "sensitive":true
1140
+ },
1141
+ "CustomerInputStringList":{
1142
+ "type":"list",
1143
+ "member":{"shape":"CustomerInputString"},
1144
+ "sensitive":true
1145
+ },
1128
1146
  "DeleteDocumentClassifierRequest":{
1129
1147
  "type":"structure",
1130
1148
  "required":["DocumentClassifierArn"],
@@ -1282,31 +1300,31 @@
1282
1300
  "type":"structure",
1283
1301
  "required":["Text"],
1284
1302
  "members":{
1285
- "Text":{"shape":"String"}
1303
+ "Text":{"shape":"CustomerInputString"}
1286
1304
  }
1287
1305
  },
1288
1306
  "DetectDominantLanguageResponse":{
1289
1307
  "type":"structure",
1290
1308
  "members":{
1291
1309
  "Languages":{"shape":"ListOfDominantLanguages"}
1292
- }
1310
+ },
1311
+ "sensitive":true
1293
1312
  },
1294
1313
  "DetectEntitiesRequest":{
1295
1314
  "type":"structure",
1296
- "required":[
1297
- "Text",
1298
- "LanguageCode"
1299
- ],
1315
+ "required":["Text"],
1300
1316
  "members":{
1301
- "Text":{"shape":"String"},
1302
- "LanguageCode":{"shape":"LanguageCode"}
1317
+ "Text":{"shape":"CustomerInputString"},
1318
+ "LanguageCode":{"shape":"LanguageCode"},
1319
+ "EndpointArn":{"shape":"EntityRecognizerEndpointArn"}
1303
1320
  }
1304
1321
  },
1305
1322
  "DetectEntitiesResponse":{
1306
1323
  "type":"structure",
1307
1324
  "members":{
1308
1325
  "Entities":{"shape":"ListOfEntities"}
1309
- }
1326
+ },
1327
+ "sensitive":true
1310
1328
  },
1311
1329
  "DetectKeyPhrasesRequest":{
1312
1330
  "type":"structure",
@@ -1315,7 +1333,7 @@
1315
1333
  "LanguageCode"
1316
1334
  ],
1317
1335
  "members":{
1318
- "Text":{"shape":"String"},
1336
+ "Text":{"shape":"CustomerInputString"},
1319
1337
  "LanguageCode":{"shape":"LanguageCode"}
1320
1338
  }
1321
1339
  },
@@ -1323,7 +1341,8 @@
1323
1341
  "type":"structure",
1324
1342
  "members":{
1325
1343
  "KeyPhrases":{"shape":"ListOfKeyPhrases"}
1326
- }
1344
+ },
1345
+ "sensitive":true
1327
1346
  },
1328
1347
  "DetectSentimentRequest":{
1329
1348
  "type":"structure",
@@ -1332,7 +1351,7 @@
1332
1351
  "LanguageCode"
1333
1352
  ],
1334
1353
  "members":{
1335
- "Text":{"shape":"String"},
1354
+ "Text":{"shape":"CustomerInputString"},
1336
1355
  "LanguageCode":{"shape":"LanguageCode"}
1337
1356
  }
1338
1357
  },
@@ -1341,7 +1360,8 @@
1341
1360
  "members":{
1342
1361
  "Sentiment":{"shape":"SentimentType"},
1343
1362
  "SentimentScore":{"shape":"SentimentScore"}
1344
- }
1363
+ },
1364
+ "sensitive":true
1345
1365
  },
1346
1366
  "DetectSyntaxRequest":{
1347
1367
  "type":"structure",
@@ -1350,7 +1370,7 @@
1350
1370
  "LanguageCode"
1351
1371
  ],
1352
1372
  "members":{
1353
- "Text":{"shape":"String"},
1373
+ "Text":{"shape":"CustomerInputString"},
1354
1374
  "LanguageCode":{"shape":"SyntaxLanguageCode"}
1355
1375
  }
1356
1376
  },
@@ -1358,7 +1378,8 @@
1358
1378
  "type":"structure",
1359
1379
  "members":{
1360
1380
  "SyntaxTokens":{"shape":"ListOfSyntaxTokens"}
1361
- }
1381
+ },
1382
+ "sensitive":true
1362
1383
  },
1363
1384
  "DocumentClass":{
1364
1385
  "type":"structure",
@@ -1601,6 +1622,11 @@
1601
1622
  "S3Uri":{"shape":"S3Uri"}
1602
1623
  }
1603
1624
  },
1625
+ "EntityRecognizerEndpointArn":{
1626
+ "type":"string",
1627
+ "max":256,
1628
+ "pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:entity-recognizer-endpoint/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
1629
+ },
1604
1630
  "EntityRecognizerEntityList":{
1605
1631
  "type":"structure",
1606
1632
  "required":["S3Uri"],
@@ -1644,7 +1670,8 @@
1644
1670
  "NumberOfTestDocuments":{"shape":"Integer"},
1645
1671
  "EvaluationMetrics":{"shape":"EntityRecognizerEvaluationMetrics"},
1646
1672
  "EntityTypes":{"shape":"EntityRecognizerMetadataEntityTypesList"}
1647
- }
1673
+ },
1674
+ "sensitive":true
1648
1675
  },
1649
1676
  "EntityRecognizerMetadataEntityTypesList":{
1650
1677
  "type":"list",
@@ -2472,10 +2499,6 @@
2472
2499
  "type":"string",
2473
2500
  "min":1
2474
2501
  },
2475
- "StringList":{
2476
- "type":"list",
2477
- "member":{"shape":"String"}
2478
- },
2479
2502
  "SubnetId":{
2480
2503
  "type":"string",
2481
2504
  "max":32,