aws-sdk-core 2.11.583 → 2.11.588
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/apigateway/2015-07-09/api-2.json +20 -2
- data/apis/apigatewayv2/2018-11-29/api-2.json +103 -0
- data/apis/budgets/2016-10-20/api-2.json +2 -2
- data/apis/budgets/2016-10-20/paginators-1.json +25 -1
- data/apis/comprehend/2017-11-27/api-2.json +274 -0
- data/apis/connect/2017-08-08/api-2.json +754 -4
- data/apis/connect/2017-08-08/paginators-1.json +12 -0
- data/apis/dlm/2018-01-12/api-2.json +1 -1
- data/apis/docdb/2014-10-31/api-2.json +1 -0
- data/apis/docdb/2014-10-31/paginators-1.json +30 -0
- data/apis/ec2/2016-11-15/api-2.json +9 -1
- data/apis/es/2015-01-01/api-2.json +2 -1
- data/apis/greengrass/2017-06-07/api-2.json +120 -0
- data/apis/kafka/2018-11-14/api-2.json +232 -6
- data/apis/kafka/2018-11-14/paginators-1.json +7 -1
- data/apis/kendra/2019-02-03/api-2.json +17 -4
- data/apis/managedblockchain/2018-09-24/api-2.json +10 -1
- data/apis/medialive/2017-10-14/api-2.json +64 -40
- data/apis/organizations/2016-11-28/api-2.json +14 -7
- data/apis/sagemaker/2017-07-24/api-2.json +16 -2
- data/apis/servicecatalog/2015-12-10/api-2.json +4 -3
- data/apis/states/2016-11-23/api-2.json +34 -6
- data/apis/transcribe-streaming/2017-10-26/api-2.json +28 -1
- data/apis/transcribe/2017-10-26/api-2.json +16 -4
- data/apis/workspaces/2015-04-08/api-2.json +309 -1
- data/endpoints.json +71 -1
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
@@ -35,6 +35,12 @@
|
|
35
35
|
"output_token": "NextToken",
|
36
36
|
"limit_key": "MaxResults",
|
37
37
|
"result_key": "Revisions"
|
38
|
+
},
|
39
|
+
"ListScramSecrets": {
|
40
|
+
"input_token": "NextToken",
|
41
|
+
"output_token": "NextToken",
|
42
|
+
"limit_key": "MaxResults",
|
43
|
+
"result_key": "SecretArnList"
|
38
44
|
}
|
39
45
|
}
|
40
|
-
}
|
46
|
+
}
|
@@ -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":{
|
@@ -1195,6 +1197,7 @@
|
|
1195
1197
|
"type":"structure",
|
1196
1198
|
"members":{
|
1197
1199
|
"DocumentAttributeKey":{"shape":"DocumentAttributeKey"},
|
1200
|
+
"DocumentAttributeValueType":{"shape":"DocumentAttributeValueType"},
|
1198
1201
|
"DocumentAttributeValueCountPairs":{"shape":"DocumentAttributeValueCountPairList"}
|
1199
1202
|
}
|
1200
1203
|
},
|
@@ -1202,6 +1205,14 @@
|
|
1202
1205
|
"type":"list",
|
1203
1206
|
"member":{"shape":"FacetResult"}
|
1204
1207
|
},
|
1208
|
+
"FaqFileFormat":{
|
1209
|
+
"type":"string",
|
1210
|
+
"enum":[
|
1211
|
+
"CSV",
|
1212
|
+
"CSV_WITH_HEADER",
|
1213
|
+
"JSON"
|
1214
|
+
]
|
1215
|
+
},
|
1205
1216
|
"FaqId":{
|
1206
1217
|
"type":"string",
|
1207
1218
|
"max":100,
|
@@ -1238,7 +1249,8 @@
|
|
1238
1249
|
"Name":{"shape":"FaqName"},
|
1239
1250
|
"Status":{"shape":"FaqStatus"},
|
1240
1251
|
"CreatedAt":{"shape":"Timestamp"},
|
1241
|
-
"UpdatedAt":{"shape":"Timestamp"}
|
1252
|
+
"UpdatedAt":{"shape":"Timestamp"},
|
1253
|
+
"FileFormat":{"shape":"FaqFileFormat"}
|
1242
1254
|
}
|
1243
1255
|
},
|
1244
1256
|
"FaqSummaryItems":{
|
@@ -1887,7 +1899,8 @@
|
|
1887
1899
|
"enum":[
|
1888
1900
|
"VERY_HIGH",
|
1889
1901
|
"HIGH",
|
1890
|
-
"MEDIUM"
|
1902
|
+
"MEDIUM",
|
1903
|
+
"LOW"
|
1891
1904
|
]
|
1892
1905
|
},
|
1893
1906
|
"Search":{
|
@@ -1138,6 +1138,7 @@
|
|
1138
1138
|
"AvailabilityZone":{"shape":"AvailabilityZoneString"},
|
1139
1139
|
"FrameworkAttributes":{"shape":"NodeFrameworkAttributes"},
|
1140
1140
|
"LogPublishingConfiguration":{"shape":"NodeLogPublishingConfiguration"},
|
1141
|
+
"StateDB":{"shape":"StateDBType"},
|
1141
1142
|
"Status":{"shape":"NodeStatus"},
|
1142
1143
|
"CreationDate":{"shape":"Timestamp"}
|
1143
1144
|
}
|
@@ -1151,7 +1152,8 @@
|
|
1151
1152
|
"members":{
|
1152
1153
|
"InstanceType":{"shape":"InstanceTypeString"},
|
1153
1154
|
"AvailabilityZone":{"shape":"AvailabilityZoneString"},
|
1154
|
-
"LogPublishingConfiguration":{"shape":"NodeLogPublishingConfiguration"}
|
1155
|
+
"LogPublishingConfiguration":{"shape":"NodeLogPublishingConfiguration"},
|
1156
|
+
"StateDB":{"shape":"StateDBType"}
|
1155
1157
|
}
|
1156
1158
|
},
|
1157
1159
|
"NodeFabricAttributes":{
|
@@ -1354,6 +1356,13 @@
|
|
1354
1356
|
"error":{"httpStatusCode":409},
|
1355
1357
|
"exception":true
|
1356
1358
|
},
|
1359
|
+
"StateDBType":{
|
1360
|
+
"type":"string",
|
1361
|
+
"enum":[
|
1362
|
+
"LevelDB",
|
1363
|
+
"CouchDB"
|
1364
|
+
]
|
1365
|
+
},
|
1357
1366
|
"String":{"type":"string"},
|
1358
1367
|
"ThresholdComparator":{
|
1359
1368
|
"type":"string",
|
@@ -1989,11 +1989,13 @@
|
|
1989
1989
|
},
|
1990
1990
|
"AribDestinationSettings": {
|
1991
1991
|
"type": "structure",
|
1992
|
-
"members": {
|
1992
|
+
"members": {
|
1993
|
+
}
|
1993
1994
|
},
|
1994
1995
|
"AribSourceSettings": {
|
1995
1996
|
"type": "structure",
|
1996
|
-
"members": {
|
1997
|
+
"members": {
|
1998
|
+
}
|
1997
1999
|
},
|
1998
2000
|
"AudioChannelMapping": {
|
1999
2001
|
"type": "structure",
|
@@ -2945,7 +2947,8 @@
|
|
2945
2947
|
},
|
2946
2948
|
"ColorSpacePassthroughSettings": {
|
2947
2949
|
"type": "structure",
|
2948
|
-
"members": {
|
2950
|
+
"members": {
|
2951
|
+
}
|
2949
2952
|
},
|
2950
2953
|
"ConflictException": {
|
2951
2954
|
"type": "structure",
|
@@ -3491,7 +3494,8 @@
|
|
3491
3494
|
},
|
3492
3495
|
"DeleteInputResponse": {
|
3493
3496
|
"type": "structure",
|
3494
|
-
"members": {
|
3497
|
+
"members": {
|
3498
|
+
}
|
3495
3499
|
},
|
3496
3500
|
"DeleteInputSecurityGroupRequest": {
|
3497
3501
|
"type": "structure",
|
@@ -3508,7 +3512,8 @@
|
|
3508
3512
|
},
|
3509
3513
|
"DeleteInputSecurityGroupResponse": {
|
3510
3514
|
"type": "structure",
|
3511
|
-
"members": {
|
3515
|
+
"members": {
|
3516
|
+
}
|
3512
3517
|
},
|
3513
3518
|
"DeleteMultiplexProgramRequest": {
|
3514
3519
|
"type": "structure",
|
@@ -3713,7 +3718,8 @@
|
|
3713
3718
|
},
|
3714
3719
|
"DeleteScheduleResponse": {
|
3715
3720
|
"type": "structure",
|
3716
|
-
"members": {
|
3721
|
+
"members": {
|
3722
|
+
}
|
3717
3723
|
},
|
3718
3724
|
"DeleteTagsRequest": {
|
3719
3725
|
"type": "structure",
|
@@ -4766,11 +4772,13 @@
|
|
4766
4772
|
},
|
4767
4773
|
"EmbeddedDestinationSettings": {
|
4768
4774
|
"type": "structure",
|
4769
|
-
"members": {
|
4775
|
+
"members": {
|
4776
|
+
}
|
4770
4777
|
},
|
4771
4778
|
"EmbeddedPlusScte20DestinationSettings": {
|
4772
4779
|
"type": "structure",
|
4773
|
-
"members": {
|
4780
|
+
"members": {
|
4781
|
+
}
|
4774
4782
|
},
|
4775
4783
|
"EmbeddedScte20Detection": {
|
4776
4784
|
"type": "string",
|
@@ -4802,7 +4810,8 @@
|
|
4802
4810
|
},
|
4803
4811
|
"Empty": {
|
4804
4812
|
"type": "structure",
|
4805
|
-
"members": {
|
4813
|
+
"members": {
|
4814
|
+
}
|
4806
4815
|
},
|
4807
4816
|
"EncoderSettings": {
|
4808
4817
|
"type": "structure",
|
@@ -6306,7 +6315,8 @@
|
|
6306
6315
|
},
|
6307
6316
|
"ImmediateModeScheduleActionStartSettings": {
|
6308
6317
|
"type": "structure",
|
6309
|
-
"members": {
|
6318
|
+
"members": {
|
6319
|
+
}
|
6310
6320
|
},
|
6311
6321
|
"Input": {
|
6312
6322
|
"type": "structure",
|
@@ -7085,7 +7095,8 @@
|
|
7085
7095
|
"URL_PULL",
|
7086
7096
|
"MP4_FILE",
|
7087
7097
|
"MEDIACONNECT",
|
7088
|
-
"INPUT_DEVICE"
|
7098
|
+
"INPUT_DEVICE",
|
7099
|
+
"AWS_CDI"
|
7089
7100
|
]
|
7090
7101
|
},
|
7091
7102
|
"InputVpcRequest": {
|
@@ -8113,7 +8124,8 @@
|
|
8113
8124
|
},
|
8114
8125
|
"MediaPackageOutputSettings": {
|
8115
8126
|
"type": "structure",
|
8116
|
-
"members": {
|
8127
|
+
"members": {
|
8128
|
+
}
|
8117
8129
|
},
|
8118
8130
|
"Mp2CodingMode": {
|
8119
8131
|
"type": "string",
|
@@ -8303,7 +8315,8 @@
|
|
8303
8315
|
},
|
8304
8316
|
"MultiplexGroupSettings": {
|
8305
8317
|
"type": "structure",
|
8306
|
-
"members": {
|
8318
|
+
"members": {
|
8319
|
+
}
|
8307
8320
|
},
|
8308
8321
|
"MultiplexMediaConnectOutputDestinationSettings": {
|
8309
8322
|
"type": "structure",
|
@@ -8885,7 +8898,8 @@
|
|
8885
8898
|
},
|
8886
8899
|
"PassThroughSettings": {
|
8887
8900
|
"type": "structure",
|
8888
|
-
"members": {
|
8901
|
+
"members": {
|
8902
|
+
}
|
8889
8903
|
},
|
8890
8904
|
"PauseStateScheduleActionSettings": {
|
8891
8905
|
"type": "structure",
|
@@ -9024,11 +9038,13 @@
|
|
9024
9038
|
},
|
9025
9039
|
"Rec601Settings": {
|
9026
9040
|
"type": "structure",
|
9027
|
-
"members": {
|
9041
|
+
"members": {
|
9042
|
+
}
|
9028
9043
|
},
|
9029
9044
|
"Rec709Settings": {
|
9030
9045
|
"type": "structure",
|
9031
|
-
"members": {
|
9046
|
+
"members": {
|
9047
|
+
}
|
9032
9048
|
},
|
9033
9049
|
"RemixSettings": {
|
9034
9050
|
"type": "structure",
|
@@ -9133,7 +9149,8 @@
|
|
9133
9149
|
"MPEG2",
|
9134
9150
|
"AVC",
|
9135
9151
|
"HEVC",
|
9136
|
-
"AUDIO"
|
9152
|
+
"AUDIO",
|
9153
|
+
"LINK"
|
9137
9154
|
]
|
9138
9155
|
},
|
9139
9156
|
"ReservationMaximumBitrate": {
|
@@ -9265,7 +9282,8 @@
|
|
9265
9282
|
},
|
9266
9283
|
"RtmpCaptionInfoDestinationSettings": {
|
9267
9284
|
"type": "structure",
|
9268
|
-
"members": {
|
9285
|
+
"members": {
|
9286
|
+
}
|
9269
9287
|
},
|
9270
9288
|
"RtmpGroupSettings": {
|
9271
9289
|
"type": "structure",
|
@@ -9413,7 +9431,8 @@
|
|
9413
9431
|
},
|
9414
9432
|
"ScheduleDeleteResultModel": {
|
9415
9433
|
"type": "structure",
|
9416
|
-
"members": {
|
9434
|
+
"members": {
|
9435
|
+
}
|
9417
9436
|
},
|
9418
9437
|
"ScheduleDescribeResultModel": {
|
9419
9438
|
"type": "structure",
|
@@ -9440,7 +9459,8 @@
|
|
9440
9459
|
},
|
9441
9460
|
"Scte20PlusEmbeddedDestinationSettings": {
|
9442
9461
|
"type": "structure",
|
9443
|
-
"members": {
|
9462
|
+
"members": {
|
9463
|
+
}
|
9444
9464
|
},
|
9445
9465
|
"Scte20SourceSettings": {
|
9446
9466
|
"type": "structure",
|
@@ -9457,7 +9477,8 @@
|
|
9457
9477
|
},
|
9458
9478
|
"Scte27DestinationSettings": {
|
9459
9479
|
"type": "structure",
|
9460
|
-
"members": {
|
9480
|
+
"members": {
|
9481
|
+
}
|
9461
9482
|
},
|
9462
9483
|
"Scte27SourceSettings": {
|
9463
9484
|
"type": "structure",
|
@@ -9778,7 +9799,8 @@
|
|
9778
9799
|
},
|
9779
9800
|
"SmpteTtDestinationSettings": {
|
9780
9801
|
"type": "structure",
|
9781
|
-
"members": {
|
9802
|
+
"members": {
|
9803
|
+
}
|
9782
9804
|
},
|
9783
9805
|
"StandardHlsSettings": {
|
9784
9806
|
"type": "structure",
|
@@ -10187,7 +10209,8 @@
|
|
10187
10209
|
},
|
10188
10210
|
"TeletextDestinationSettings": {
|
10189
10211
|
"type": "structure",
|
10190
|
-
"members": {
|
10212
|
+
"members": {
|
10213
|
+
}
|
10191
10214
|
},
|
10192
10215
|
"TeletextSourceSettings": {
|
10193
10216
|
"type": "structure",
|
@@ -11011,23 +11034,8 @@
|
|
11011
11034
|
},
|
11012
11035
|
"WebvttDestinationSettings": {
|
11013
11036
|
"type": "structure",
|
11014
|
-
"members": {
|
11015
|
-
|
11016
|
-
"AcceptHeader": {
|
11017
|
-
"type": "string",
|
11018
|
-
"enum": [
|
11019
|
-
"image/jpeg"
|
11020
|
-
]
|
11021
|
-
},
|
11022
|
-
"ContentType": {
|
11023
|
-
"type": "string",
|
11024
|
-
"enum": [
|
11025
|
-
"image/jpeg"
|
11026
|
-
]
|
11027
|
-
},
|
11028
|
-
"InputDeviceThumbnail": {
|
11029
|
-
"type": "blob",
|
11030
|
-
"streaming": true
|
11037
|
+
"members": {
|
11038
|
+
}
|
11031
11039
|
},
|
11032
11040
|
"__boolean": {
|
11033
11041
|
"type": "boolean"
|
@@ -11616,6 +11624,22 @@
|
|
11616
11624
|
"type": "timestamp",
|
11617
11625
|
"timestampFormat": "unixTimestamp"
|
11618
11626
|
},
|
11627
|
+
"InputDeviceThumbnail": {
|
11628
|
+
"type": "blob",
|
11629
|
+
"streaming": true
|
11630
|
+
},
|
11631
|
+
"AcceptHeader": {
|
11632
|
+
"type": "string",
|
11633
|
+
"enum": [
|
11634
|
+
"image/jpeg"
|
11635
|
+
]
|
11636
|
+
},
|
11637
|
+
"ContentType": {
|
11638
|
+
"type": "string",
|
11639
|
+
"enum": [
|
11640
|
+
"image/jpeg"
|
11641
|
+
]
|
11642
|
+
},
|
11619
11643
|
"__timestamp": {
|
11620
11644
|
"type": "timestamp"
|
11621
11645
|
}
|
@@ -528,6 +528,7 @@
|
|
528
528
|
{"shape":"ConcurrentModificationException"},
|
529
529
|
{"shape":"HandshakeConstraintViolationException"},
|
530
530
|
{"shape":"DuplicateHandshakeException"},
|
531
|
+
{"shape":"ConstraintViolationException"},
|
531
532
|
{"shape":"InvalidInputException"},
|
532
533
|
{"shape":"FinalizingOrganizationException"},
|
533
534
|
{"shape":"ServiceException"},
|
@@ -1223,7 +1224,8 @@
|
|
1223
1224
|
"Email":{"shape":"Email"},
|
1224
1225
|
"AccountName":{"shape":"AccountName"},
|
1225
1226
|
"RoleName":{"shape":"RoleName"},
|
1226
|
-
"IamUserAccessToBilling":{"shape":"IAMUserAccessToBilling"}
|
1227
|
+
"IamUserAccessToBilling":{"shape":"IAMUserAccessToBilling"},
|
1228
|
+
"Tags":{"shape":"Tags"}
|
1227
1229
|
}
|
1228
1230
|
},
|
1229
1231
|
"CreateAccountRequestId":{
|
@@ -1283,7 +1285,8 @@
|
|
1283
1285
|
"Email":{"shape":"Email"},
|
1284
1286
|
"AccountName":{"shape":"AccountName"},
|
1285
1287
|
"RoleName":{"shape":"RoleName"},
|
1286
|
-
"IamUserAccessToBilling":{"shape":"IAMUserAccessToBilling"}
|
1288
|
+
"IamUserAccessToBilling":{"shape":"IAMUserAccessToBilling"},
|
1289
|
+
"Tags":{"shape":"Tags"}
|
1287
1290
|
}
|
1288
1291
|
},
|
1289
1292
|
"CreateGovCloudAccountResponse":{
|
@@ -1312,7 +1315,8 @@
|
|
1312
1315
|
],
|
1313
1316
|
"members":{
|
1314
1317
|
"ParentId":{"shape":"ParentId"},
|
1315
|
-
"Name":{"shape":"OrganizationalUnitName"}
|
1318
|
+
"Name":{"shape":"OrganizationalUnitName"},
|
1319
|
+
"Tags":{"shape":"Tags"}
|
1316
1320
|
}
|
1317
1321
|
},
|
1318
1322
|
"CreateOrganizationalUnitResponse":{
|
@@ -1333,7 +1337,8 @@
|
|
1333
1337
|
"Content":{"shape":"PolicyContent"},
|
1334
1338
|
"Description":{"shape":"PolicyDescription"},
|
1335
1339
|
"Name":{"shape":"PolicyName"},
|
1336
|
-
"Type":{"shape":"PolicyType"}
|
1340
|
+
"Type":{"shape":"PolicyType"},
|
1341
|
+
"Tags":{"shape":"Tags"}
|
1337
1342
|
}
|
1338
1343
|
},
|
1339
1344
|
"CreatePolicyResponse":{
|
@@ -1850,6 +1855,7 @@
|
|
1850
1855
|
"UNRECOGNIZED_SERVICE_PRINCIPAL",
|
1851
1856
|
"INVALID_ROLE_NAME",
|
1852
1857
|
"INVALID_SYSTEM_TAGS_PARAMETER",
|
1858
|
+
"DUPLICATE_TAG_KEY",
|
1853
1859
|
"TARGET_NOT_SUPPORTED"
|
1854
1860
|
]
|
1855
1861
|
},
|
@@ -1858,7 +1864,8 @@
|
|
1858
1864
|
"required":["Target"],
|
1859
1865
|
"members":{
|
1860
1866
|
"Target":{"shape":"HandshakeParty"},
|
1861
|
-
"Notes":{"shape":"HandshakeNotes"}
|
1867
|
+
"Notes":{"shape":"HandshakeNotes"},
|
1868
|
+
"Tags":{"shape":"Tags"}
|
1862
1869
|
}
|
1863
1870
|
},
|
1864
1871
|
"InviteAccountToOrganizationResponse":{
|
@@ -2523,8 +2530,8 @@
|
|
2523
2530
|
},
|
2524
2531
|
"TaggableResourceId":{
|
2525
2532
|
"type":"string",
|
2526
|
-
"max":
|
2527
|
-
"pattern":"
|
2533
|
+
"max":130,
|
2534
|
+
"pattern":"^(r-[0-9a-z]{4,32})|(\\d{12})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})|(^p-[0-9a-zA-Z_]{8,128})$"
|
2528
2535
|
},
|
2529
2536
|
"Tags":{
|
2530
2537
|
"type":"list",
|
@@ -5497,7 +5497,8 @@
|
|
5497
5497
|
"LabelingJobDataSource":{
|
5498
5498
|
"type":"structure",
|
5499
5499
|
"members":{
|
5500
|
-
"S3DataSource":{"shape":"LabelingJobS3DataSource"}
|
5500
|
+
"S3DataSource":{"shape":"LabelingJobS3DataSource"},
|
5501
|
+
"SnsDataSource":{"shape":"LabelingJobSnsDataSource"}
|
5501
5502
|
}
|
5502
5503
|
},
|
5503
5504
|
"LabelingJobForWorkteamSummary":{
|
@@ -5547,7 +5548,8 @@
|
|
5547
5548
|
"required":["S3OutputPath"],
|
5548
5549
|
"members":{
|
5549
5550
|
"S3OutputPath":{"shape":"S3Uri"},
|
5550
|
-
"KmsKeyId":{"shape":"KmsKeyId"}
|
5551
|
+
"KmsKeyId":{"shape":"KmsKeyId"},
|
5552
|
+
"SnsTopicArn":{"shape":"SnsTopicArn"}
|
5551
5553
|
}
|
5552
5554
|
},
|
5553
5555
|
"LabelingJobResourceConfig":{
|
@@ -5563,6 +5565,13 @@
|
|
5563
5565
|
"ManifestS3Uri":{"shape":"S3Uri"}
|
5564
5566
|
}
|
5565
5567
|
},
|
5568
|
+
"LabelingJobSnsDataSource":{
|
5569
|
+
"type":"structure",
|
5570
|
+
"required":["SnsTopicArn"],
|
5571
|
+
"members":{
|
5572
|
+
"SnsTopicArn":{"shape":"SnsTopicArn"}
|
5573
|
+
}
|
5574
|
+
},
|
5566
5575
|
"LabelingJobStatus":{
|
5567
5576
|
"type":"string",
|
5568
5577
|
"enum":[
|
@@ -8098,6 +8107,11 @@
|
|
8098
8107
|
"type":"string",
|
8099
8108
|
"pattern":"UserName"
|
8100
8109
|
},
|
8110
|
+
"SnsTopicArn":{
|
8111
|
+
"type":"string",
|
8112
|
+
"max":2048,
|
8113
|
+
"pattern":"arn:aws[a-z\\-]*:sns:[a-z0-9\\-]*:[0-9]{12}:[a-zA-Z0-9_.-]*"
|
8114
|
+
},
|
8101
8115
|
"SortBy":{
|
8102
8116
|
"type":"string",
|
8103
8117
|
"enum":[
|