aws-sdk-core 2.11.270 → 2.11.271

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 63477bf4f278a479956997b08b519406931f43b2
4
- data.tar.gz: e0881488e7f23c6585f52ffe8ab55f3efa2364b8
3
+ metadata.gz: 683b6a3673bc768cba7c2ccc777cf39d94de02cc
4
+ data.tar.gz: b8b811fc88a84f302074fbebadfccc073bf64f37
5
5
  SHA512:
6
- metadata.gz: a86a7a6fa67f95b52897f3f7582a72375b7de4ae48964271c753ddbd66b340a409c1c3e4e4552692c8f14682a7223fc737881524bf911afdea915defab8cb67b
7
- data.tar.gz: e716cd72b8036a41e8fcd9a9355054e59950fc70a22dae55fcf9a85d7f4ba578914dfbca4bbd7cc036e97b01d19cc768ad34f19c398fee3f6ba843cb426ee50d
6
+ metadata.gz: d3b3b88f587f10fe56893e8e3d593ebecab47e3e8fcc6e5d231f8c34651db689d273d245799a382d004eeb5cfd4d85685731ae2248dea6201854e56ff2a6791c
7
+ data.tar.gz: 5000898a6d19f85e0de31b2045c13b284773218ef545a47a139a45381217fc0b583328cc13608267b983ebcb84f55f43a133f483005f3c4dbaee587b166106e4
@@ -1,4 +1,16 @@
1
1
  {
2
2
  "pagination": {
3
+ "ListPlacements": {
4
+ "input_token": "nextToken",
5
+ "limit_key": "maxResults",
6
+ "output_token": "nextToken",
7
+ "result_key": "placements"
8
+ },
9
+ "ListProjects": {
10
+ "input_token": "nextToken",
11
+ "limit_key": "maxResults",
12
+ "output_token": "nextToken",
13
+ "result_key": "projects"
14
+ }
3
15
  }
4
- }
16
+ }
@@ -106,7 +106,9 @@
106
106
  {"shape":"CodeValidationException"},
107
107
  {"shape":"ResourceInUseException"},
108
108
  {"shape":"LimitExceededException"},
109
- {"shape":"InvalidArgumentException"}
109
+ {"shape":"InvalidArgumentException"},
110
+ {"shape":"TooManyTagsException"},
111
+ {"shape":"ConcurrentModificationException"}
110
112
  ]
111
113
  },
112
114
  "DeleteApplication":{
@@ -225,6 +227,20 @@
225
227
  "input":{"shape":"ListApplicationsRequest"},
226
228
  "output":{"shape":"ListApplicationsResponse"}
227
229
  },
230
+ "ListTagsForResource":{
231
+ "name":"ListTagsForResource",
232
+ "http":{
233
+ "method":"POST",
234
+ "requestUri":"/"
235
+ },
236
+ "input":{"shape":"ListTagsForResourceRequest"},
237
+ "output":{"shape":"ListTagsForResourceResponse"},
238
+ "errors":[
239
+ {"shape":"ResourceNotFoundException"},
240
+ {"shape":"InvalidArgumentException"},
241
+ {"shape":"ConcurrentModificationException"}
242
+ ]
243
+ },
228
244
  "StartApplication":{
229
245
  "name":"StartApplication",
230
246
  "http":{
@@ -255,6 +271,38 @@
255
271
  {"shape":"UnsupportedOperationException"}
256
272
  ]
257
273
  },
274
+ "TagResource":{
275
+ "name":"TagResource",
276
+ "http":{
277
+ "method":"POST",
278
+ "requestUri":"/"
279
+ },
280
+ "input":{"shape":"TagResourceRequest"},
281
+ "output":{"shape":"TagResourceResponse"},
282
+ "errors":[
283
+ {"shape":"ResourceNotFoundException"},
284
+ {"shape":"ResourceInUseException"},
285
+ {"shape":"TooManyTagsException"},
286
+ {"shape":"InvalidArgumentException"},
287
+ {"shape":"ConcurrentModificationException"}
288
+ ]
289
+ },
290
+ "UntagResource":{
291
+ "name":"UntagResource",
292
+ "http":{
293
+ "method":"POST",
294
+ "requestUri":"/"
295
+ },
296
+ "input":{"shape":"UntagResourceRequest"},
297
+ "output":{"shape":"UntagResourceResponse"},
298
+ "errors":[
299
+ {"shape":"ResourceNotFoundException"},
300
+ {"shape":"ResourceInUseException"},
301
+ {"shape":"TooManyTagsException"},
302
+ {"shape":"InvalidArgumentException"},
303
+ {"shape":"ConcurrentModificationException"}
304
+ ]
305
+ },
258
306
  "UpdateApplication":{
259
307
  "name":"UpdateApplication",
260
308
  "http":{
@@ -533,7 +581,8 @@
533
581
  "Inputs":{"shape":"Inputs"},
534
582
  "Outputs":{"shape":"Outputs"},
535
583
  "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"},
536
- "ApplicationCode":{"shape":"ApplicationCode"}
584
+ "ApplicationCode":{"shape":"ApplicationCode"},
585
+ "Tags":{"shape":"Tags"}
537
586
  }
538
587
  },
539
588
  "CreateApplicationResponse":{
@@ -686,8 +735,7 @@
686
735
  "InAppStreamName":{
687
736
  "type":"string",
688
737
  "max":32,
689
- "min":1,
690
- "pattern":"[a-zA-Z][a-zA-Z0-9_]+"
738
+ "min":1
691
739
  },
692
740
  "InAppStreamNames":{
693
741
  "type":"list",
@@ -696,8 +744,7 @@
696
744
  "InAppTableName":{
697
745
  "type":"string",
698
746
  "max":32,
699
- "min":1,
700
- "pattern":"[a-zA-Z][a-zA-Z0-9_]+"
747
+ "min":1
701
748
  },
702
749
  "Input":{
703
750
  "type":"structure",
@@ -873,6 +920,12 @@
873
920
  "RecordRowPath":{"shape":"RecordRowPath"}
874
921
  }
875
922
  },
923
+ "KinesisAnalyticsARN":{
924
+ "type":"string",
925
+ "max":2048,
926
+ "min":1,
927
+ "pattern":"arn:aws:kinesisanalytics:[a-z]{2}-[a-z]+-\\d{1}+:\\d{12}+:application/[a-zA-Z0-9_.-]{1,128}"
928
+ },
876
929
  "KinesisFirehoseInput":{
877
930
  "type":"structure",
878
931
  "required":[
@@ -1028,6 +1081,19 @@
1028
1081
  "HasMoreApplications":{"shape":"BooleanObject"}
1029
1082
  }
1030
1083
  },
1084
+ "ListTagsForResourceRequest":{
1085
+ "type":"structure",
1086
+ "required":["ResourceARN"],
1087
+ "members":{
1088
+ "ResourceARN":{"shape":"KinesisAnalyticsARN"}
1089
+ }
1090
+ },
1091
+ "ListTagsForResourceResponse":{
1092
+ "type":"structure",
1093
+ "members":{
1094
+ "Tags":{"shape":"Tags"}
1095
+ }
1096
+ },
1031
1097
  "LogStreamARN":{
1032
1098
  "type":"string",
1033
1099
  "max":2048,
@@ -1126,10 +1192,7 @@
1126
1192
  "min":1
1127
1193
  },
1128
1194
  "RecordColumnMapping":{"type":"string"},
1129
- "RecordColumnName":{
1130
- "type":"string",
1131
- "pattern":"[a-zA-Z_][a-zA-Z0-9_]*"
1132
- },
1195
+ "RecordColumnName":{"type":"string"},
1133
1196
  "RecordColumnSqlType":{
1134
1197
  "type":"string",
1135
1198
  "min":1
@@ -1339,7 +1402,60 @@
1339
1402
  "members":{
1340
1403
  }
1341
1404
  },
1405
+ "Tag":{
1406
+ "type":"structure",
1407
+ "required":["Key"],
1408
+ "members":{
1409
+ "Key":{"shape":"TagKey"},
1410
+ "Value":{"shape":"TagValue"}
1411
+ }
1412
+ },
1413
+ "TagKey":{
1414
+ "type":"string",
1415
+ "max":128,
1416
+ "min":1
1417
+ },
1418
+ "TagKeys":{
1419
+ "type":"list",
1420
+ "member":{"shape":"TagKey"},
1421
+ "max":200,
1422
+ "min":1
1423
+ },
1424
+ "TagResourceRequest":{
1425
+ "type":"structure",
1426
+ "required":[
1427
+ "ResourceARN",
1428
+ "Tags"
1429
+ ],
1430
+ "members":{
1431
+ "ResourceARN":{"shape":"KinesisAnalyticsARN"},
1432
+ "Tags":{"shape":"Tags"}
1433
+ }
1434
+ },
1435
+ "TagResourceResponse":{
1436
+ "type":"structure",
1437
+ "members":{
1438
+ }
1439
+ },
1440
+ "TagValue":{
1441
+ "type":"string",
1442
+ "max":256,
1443
+ "min":0
1444
+ },
1445
+ "Tags":{
1446
+ "type":"list",
1447
+ "member":{"shape":"Tag"},
1448
+ "max":200,
1449
+ "min":1
1450
+ },
1342
1451
  "Timestamp":{"type":"timestamp"},
1452
+ "TooManyTagsException":{
1453
+ "type":"structure",
1454
+ "members":{
1455
+ "message":{"shape":"ErrorMessage"}
1456
+ },
1457
+ "exception":true
1458
+ },
1343
1459
  "UnableToDetectSchemaException":{
1344
1460
  "type":"structure",
1345
1461
  "members":{
@@ -1356,6 +1472,22 @@
1356
1472
  },
1357
1473
  "exception":true
1358
1474
  },
1475
+ "UntagResourceRequest":{
1476
+ "type":"structure",
1477
+ "required":[
1478
+ "ResourceARN",
1479
+ "TagKeys"
1480
+ ],
1481
+ "members":{
1482
+ "ResourceARN":{"shape":"KinesisAnalyticsARN"},
1483
+ "TagKeys":{"shape":"TagKeys"}
1484
+ }
1485
+ },
1486
+ "UntagResourceResponse":{
1487
+ "type":"structure",
1488
+ "members":{
1489
+ }
1490
+ },
1359
1491
  "UpdateApplicationRequest":{
1360
1492
  "type":"structure",
1361
1493
  "required":[
@@ -27,7 +27,8 @@
27
27
  {"shape":"ResourceInUseException"},
28
28
  {"shape":"InvalidArgumentException"},
29
29
  {"shape":"ConcurrentModificationException"},
30
- {"shape":"InvalidRequestException"}
30
+ {"shape":"InvalidRequestException"},
31
+ {"shape":"InvalidApplicationConfigurationException"}
31
32
  ]
32
33
  },
33
34
  "AddApplicationInput":{
@@ -108,7 +109,9 @@
108
109
  {"shape":"ResourceInUseException"},
109
110
  {"shape":"LimitExceededException"},
110
111
  {"shape":"InvalidArgumentException"},
111
- {"shape":"InvalidRequestException"}
112
+ {"shape":"InvalidRequestException"},
113
+ {"shape":"TooManyTagsException"},
114
+ {"shape":"ConcurrentModificationException"}
112
115
  ]
113
116
  },
114
117
  "CreateApplicationSnapshot":{
@@ -141,7 +144,8 @@
141
144
  {"shape":"ResourceNotFoundException"},
142
145
  {"shape":"ResourceInUseException"},
143
146
  {"shape":"InvalidArgumentException"},
144
- {"shape":"InvalidRequestException"}
147
+ {"shape":"InvalidRequestException"},
148
+ {"shape":"InvalidApplicationConfigurationException"}
145
149
  ]
146
150
  },
147
151
  "DeleteApplicationCloudWatchLoggingOption":{
@@ -157,7 +161,8 @@
157
161
  {"shape":"ResourceInUseException"},
158
162
  {"shape":"InvalidArgumentException"},
159
163
  {"shape":"ConcurrentModificationException"},
160
- {"shape":"InvalidRequestException"}
164
+ {"shape":"InvalidRequestException"},
165
+ {"shape":"InvalidApplicationConfigurationException"}
161
166
  ]
162
167
  },
163
168
  "DeleteApplicationInputProcessingConfiguration":{
@@ -293,6 +298,20 @@
293
298
  {"shape":"InvalidRequestException"}
294
299
  ]
295
300
  },
301
+ "ListTagsForResource":{
302
+ "name":"ListTagsForResource",
303
+ "http":{
304
+ "method":"POST",
305
+ "requestUri":"/"
306
+ },
307
+ "input":{"shape":"ListTagsForResourceRequest"},
308
+ "output":{"shape":"ListTagsForResourceResponse"},
309
+ "errors":[
310
+ {"shape":"ResourceNotFoundException"},
311
+ {"shape":"InvalidArgumentException"},
312
+ {"shape":"ConcurrentModificationException"}
313
+ ]
314
+ },
296
315
  "StartApplication":{
297
316
  "name":"StartApplication",
298
317
  "http":{
@@ -321,7 +340,40 @@
321
340
  {"shape":"ResourceNotFoundException"},
322
341
  {"shape":"ResourceInUseException"},
323
342
  {"shape":"InvalidArgumentException"},
324
- {"shape":"InvalidRequestException"}
343
+ {"shape":"InvalidRequestException"},
344
+ {"shape":"InvalidApplicationConfigurationException"}
345
+ ]
346
+ },
347
+ "TagResource":{
348
+ "name":"TagResource",
349
+ "http":{
350
+ "method":"POST",
351
+ "requestUri":"/"
352
+ },
353
+ "input":{"shape":"TagResourceRequest"},
354
+ "output":{"shape":"TagResourceResponse"},
355
+ "errors":[
356
+ {"shape":"ResourceNotFoundException"},
357
+ {"shape":"ResourceInUseException"},
358
+ {"shape":"TooManyTagsException"},
359
+ {"shape":"InvalidArgumentException"},
360
+ {"shape":"ConcurrentModificationException"}
361
+ ]
362
+ },
363
+ "UntagResource":{
364
+ "name":"UntagResource",
365
+ "http":{
366
+ "method":"POST",
367
+ "requestUri":"/"
368
+ },
369
+ "input":{"shape":"UntagResourceRequest"},
370
+ "output":{"shape":"UntagResourceResponse"},
371
+ "errors":[
372
+ {"shape":"ResourceNotFoundException"},
373
+ {"shape":"ResourceInUseException"},
374
+ {"shape":"TooManyTagsException"},
375
+ {"shape":"InvalidArgumentException"},
376
+ {"shape":"ConcurrentModificationException"}
325
377
  ]
326
378
  },
327
379
  "UpdateApplication":{
@@ -338,7 +390,8 @@
338
390
  {"shape":"ResourceInUseException"},
339
391
  {"shape":"InvalidArgumentException"},
340
392
  {"shape":"ConcurrentModificationException"},
341
- {"shape":"InvalidRequestException"}
393
+ {"shape":"InvalidRequestException"},
394
+ {"shape":"InvalidApplicationConfigurationException"}
342
395
  ]
343
396
  }
344
397
  },
@@ -776,7 +829,8 @@
776
829
  "RuntimeEnvironment":{"shape":"RuntimeEnvironment"},
777
830
  "ServiceExecutionRole":{"shape":"RoleARN"},
778
831
  "ApplicationConfiguration":{"shape":"ApplicationConfiguration"},
779
- "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}
832
+ "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"},
833
+ "Tags":{"shape":"Tags"}
780
834
  }
781
835
  },
782
836
  "CreateApplicationResponse":{
@@ -1037,8 +1091,7 @@
1037
1091
  "InAppStreamName":{
1038
1092
  "type":"string",
1039
1093
  "max":32,
1040
- "min":1,
1041
- "pattern":"[a-zA-Z][a-zA-Z0-9_]+"
1094
+ "min":1
1042
1095
  },
1043
1096
  "InAppStreamNames":{
1044
1097
  "type":"list",
@@ -1047,8 +1100,7 @@
1047
1100
  "InAppTableName":{
1048
1101
  "type":"string",
1049
1102
  "max":32,
1050
- "min":1,
1051
- "pattern":"[a-zA-Z][a-zA-Z0-9_]+"
1103
+ "min":1
1052
1104
  },
1053
1105
  "Input":{
1054
1106
  "type":"structure",
@@ -1215,6 +1267,12 @@
1215
1267
  }
1216
1268
  },
1217
1269
  "JobPlanDescription":{"type":"string"},
1270
+ "KinesisAnalyticsARN":{
1271
+ "type":"string",
1272
+ "max":2048,
1273
+ "min":1,
1274
+ "pattern":"arn:aws:kinesisanalytics:[a-z]{2}-[a-z]+-\\d{1}+:\\d{12}+:application/[a-zA-Z0-9_.-]{1,128}"
1275
+ },
1218
1276
  "KinesisFirehoseInput":{
1219
1277
  "type":"structure",
1220
1278
  "required":["ResourceARN"],
@@ -1373,6 +1431,19 @@
1373
1431
  "max":50,
1374
1432
  "min":1
1375
1433
  },
1434
+ "ListTagsForResourceRequest":{
1435
+ "type":"structure",
1436
+ "required":["ResourceARN"],
1437
+ "members":{
1438
+ "ResourceARN":{"shape":"KinesisAnalyticsARN"}
1439
+ }
1440
+ },
1441
+ "ListTagsForResourceResponse":{
1442
+ "type":"structure",
1443
+ "members":{
1444
+ "Tags":{"shape":"Tags"}
1445
+ }
1446
+ },
1376
1447
  "LogLevel":{
1377
1448
  "type":"string",
1378
1449
  "enum":[
@@ -1594,10 +1665,7 @@
1594
1665
  "min":1
1595
1666
  },
1596
1667
  "RecordColumnMapping":{"type":"string"},
1597
- "RecordColumnName":{
1598
- "type":"string",
1599
- "pattern":"[a-zA-Z_][a-zA-Z0-9_]*"
1600
- },
1668
+ "RecordColumnName":{"type":"string"},
1601
1669
  "RecordColumnSqlType":{
1602
1670
  "type":"string",
1603
1671
  "min":1
@@ -1931,12 +1999,65 @@
1931
1999
  "members":{
1932
2000
  }
1933
2001
  },
2002
+ "Tag":{
2003
+ "type":"structure",
2004
+ "required":["Key"],
2005
+ "members":{
2006
+ "Key":{"shape":"TagKey"},
2007
+ "Value":{"shape":"TagValue"}
2008
+ }
2009
+ },
2010
+ "TagKey":{
2011
+ "type":"string",
2012
+ "max":128,
2013
+ "min":1
2014
+ },
2015
+ "TagKeys":{
2016
+ "type":"list",
2017
+ "member":{"shape":"TagKey"},
2018
+ "max":200,
2019
+ "min":1
2020
+ },
2021
+ "TagResourceRequest":{
2022
+ "type":"structure",
2023
+ "required":[
2024
+ "ResourceARN",
2025
+ "Tags"
2026
+ ],
2027
+ "members":{
2028
+ "ResourceARN":{"shape":"KinesisAnalyticsARN"},
2029
+ "Tags":{"shape":"Tags"}
2030
+ }
2031
+ },
2032
+ "TagResourceResponse":{
2033
+ "type":"structure",
2034
+ "members":{
2035
+ }
2036
+ },
2037
+ "TagValue":{
2038
+ "type":"string",
2039
+ "max":256,
2040
+ "min":0
2041
+ },
2042
+ "Tags":{
2043
+ "type":"list",
2044
+ "member":{"shape":"Tag"},
2045
+ "max":200,
2046
+ "min":1
2047
+ },
1934
2048
  "TextContent":{
1935
2049
  "type":"string",
1936
2050
  "max":102400,
1937
2051
  "min":0
1938
2052
  },
1939
2053
  "Timestamp":{"type":"timestamp"},
2054
+ "TooManyTagsException":{
2055
+ "type":"structure",
2056
+ "members":{
2057
+ "message":{"shape":"ErrorMessage"}
2058
+ },
2059
+ "exception":true
2060
+ },
1940
2061
  "UnableToDetectSchemaException":{
1941
2062
  "type":"structure",
1942
2063
  "members":{
@@ -1953,6 +2074,22 @@
1953
2074
  },
1954
2075
  "exception":true
1955
2076
  },
2077
+ "UntagResourceRequest":{
2078
+ "type":"structure",
2079
+ "required":[
2080
+ "ResourceARN",
2081
+ "TagKeys"
2082
+ ],
2083
+ "members":{
2084
+ "ResourceARN":{"shape":"KinesisAnalyticsARN"},
2085
+ "TagKeys":{"shape":"TagKeys"}
2086
+ }
2087
+ },
2088
+ "UntagResourceResponse":{
2089
+ "type":"structure",
2090
+ "members":{
2091
+ }
2092
+ },
1956
2093
  "UpdateApplicationRequest":{
1957
2094
  "type":"structure",
1958
2095
  "required":[
@@ -1357,8 +1357,7 @@
1357
1357
  "type":"structure",
1358
1358
  "required":[
1359
1359
  "HyperParameterTuningJobName",
1360
- "HyperParameterTuningJobConfig",
1361
- "TrainingJobDefinition"
1360
+ "HyperParameterTuningJobConfig"
1362
1361
  ],
1363
1362
  "members":{
1364
1363
  "HyperParameterTuningJobName":{"shape":"HyperParameterTuningJobName"},
@@ -1578,6 +1577,7 @@
1578
1577
  "WorkteamName":{"shape":"WorkteamName"},
1579
1578
  "MemberDefinitions":{"shape":"MemberDefinitions"},
1580
1579
  "Description":{"shape":"String200"},
1580
+ "NotificationConfiguration":{"shape":"NotificationConfiguration"},
1581
1581
  "Tags":{"shape":"TagList"}
1582
1582
  }
1583
1583
  },
@@ -1596,7 +1596,6 @@
1596
1596
  },
1597
1597
  "DataSource":{
1598
1598
  "type":"structure",
1599
- "required":["S3DataSource"],
1600
1599
  "members":{
1601
1600
  "S3DataSource":{"shape":"S3DataSource"}
1602
1601
  }
@@ -1855,7 +1854,6 @@
1855
1854
  "HyperParameterTuningJobName",
1856
1855
  "HyperParameterTuningJobArn",
1857
1856
  "HyperParameterTuningJobConfig",
1858
- "TrainingJobDefinition",
1859
1857
  "HyperParameterTuningJobStatus",
1860
1858
  "CreationTime",
1861
1859
  "TrainingJobStatusCounters",
@@ -2524,9 +2522,7 @@
2524
2522
  "type":"structure",
2525
2523
  "required":[
2526
2524
  "Strategy",
2527
- "HyperParameterTuningJobObjective",
2528
- "ResourceLimits",
2529
- "ParameterRanges"
2525
+ "ResourceLimits"
2530
2526
  ],
2531
2527
  "members":{
2532
2528
  "Strategy":{"shape":"HyperParameterTuningJobStrategyType"},
@@ -2855,7 +2851,8 @@
2855
2851
  "JobReferenceCode":{"shape":"JobReferenceCode"},
2856
2852
  "WorkRequesterAccountId":{"shape":"AccountId"},
2857
2853
  "CreationTime":{"shape":"Timestamp"},
2858
- "LabelCounters":{"shape":"LabelCountersForWorkteam"}
2854
+ "LabelCounters":{"shape":"LabelCountersForWorkteam"},
2855
+ "NumberOfHumanWorkersPerDataObject":{"shape":"NumberOfHumanWorkersPerDataObject"}
2859
2856
  }
2860
2857
  },
2861
2858
  "LabelingJobForWorkteamSummaryList":{
@@ -3462,7 +3459,8 @@
3462
3459
  "MetricRegex":{
3463
3460
  "type":"string",
3464
3461
  "max":500,
3465
- "min":1
3462
+ "min":1,
3463
+ "pattern":".+"
3466
3464
  },
3467
3465
  "MetricValue":{"type":"float"},
3468
3466
  "ModelArn":{
@@ -3797,6 +3795,16 @@
3797
3795
  "max":16384,
3798
3796
  "min":5
3799
3797
  },
3798
+ "NotificationConfiguration":{
3799
+ "type":"structure",
3800
+ "members":{
3801
+ "NotificationTopicArn":{"shape":"NotificationTopicArn"}
3802
+ }
3803
+ },
3804
+ "NotificationTopicArn":{
3805
+ "type":"string",
3806
+ "pattern":"arn:aws[a-z\\-]*:sns:[a-z0-9\\-]*:[0-9]{12}:[a-zA-Z0-9_.-]*"
3807
+ },
3800
3808
  "NumberOfHumanWorkersPerDataObject":{
3801
3809
  "type":"integer",
3802
3810
  "max":9,
@@ -4514,6 +4522,7 @@
4514
4522
  "TargetDevice":{
4515
4523
  "type":"string",
4516
4524
  "enum":[
4525
+ "lambda",
4517
4526
  "ml_m4",
4518
4527
  "ml_m5",
4519
4528
  "ml_c4",
@@ -4522,6 +4531,7 @@
4522
4531
  "ml_p3",
4523
4532
  "jetson_tx1",
4524
4533
  "jetson_tx2",
4534
+ "jetson_nano",
4525
4535
  "rasp3b",
4526
4536
  "deeplens",
4527
4537
  "rk3399",
@@ -5051,7 +5061,8 @@
5051
5061
  "members":{
5052
5062
  "WorkteamName":{"shape":"WorkteamName"},
5053
5063
  "MemberDefinitions":{"shape":"MemberDefinitions"},
5054
- "Description":{"shape":"String200"}
5064
+ "Description":{"shape":"String200"},
5065
+ "NotificationConfiguration":{"shape":"NotificationConfiguration"}
5055
5066
  }
5056
5067
  },
5057
5068
  "UpdateWorkteamResponse":{
@@ -5112,7 +5123,8 @@
5112
5123
  "Description":{"shape":"String200"},
5113
5124
  "SubDomain":{"shape":"String"},
5114
5125
  "CreateDate":{"shape":"Timestamp"},
5115
- "LastUpdatedDate":{"shape":"Timestamp"}
5126
+ "LastUpdatedDate":{"shape":"Timestamp"},
5127
+ "NotificationConfiguration":{"shape":"NotificationConfiguration"}
5116
5128
  }
5117
5129
  },
5118
5130
  "WorkteamArn":{
@@ -3605,7 +3605,8 @@
3605
3605
  "members":{
3606
3606
  "AcceptLanguage":{"shape":"AcceptLanguage"},
3607
3607
  "Id":{"shape":"Id"},
3608
- "Description":{"shape":"ConstraintDescription"}
3608
+ "Description":{"shape":"ConstraintDescription"},
3609
+ "Parameters":{"shape":"ConstraintParameters"}
3609
3610
  }
3610
3611
  },
3611
3612
  "UpdateConstraintOutput":{
data/endpoints.json CHANGED
@@ -1538,6 +1538,17 @@
1538
1538
  "us-west-2" : { }
1539
1539
  }
1540
1540
  },
1541
+ "kafka" : {
1542
+ "endpoints" : {
1543
+ "ap-northeast-1" : { },
1544
+ "ap-southeast-1" : { },
1545
+ "ap-southeast-2" : { },
1546
+ "eu-west-1" : { },
1547
+ "us-east-1" : { },
1548
+ "us-east-2" : { },
1549
+ "us-west-2" : { }
1550
+ }
1551
+ },
1541
1552
  "kinesis" : {
1542
1553
  "endpoints" : {
1543
1554
  "ap-east-1" : { },
@@ -2014,6 +2025,24 @@
2014
2025
  "us-west-2" : { }
2015
2026
  }
2016
2027
  },
2028
+ "ram" : {
2029
+ "endpoints" : {
2030
+ "ap-northeast-1" : { },
2031
+ "ap-northeast-2" : { },
2032
+ "ap-south-1" : { },
2033
+ "ap-southeast-1" : { },
2034
+ "ap-southeast-2" : { },
2035
+ "ca-central-1" : { },
2036
+ "eu-central-1" : { },
2037
+ "eu-west-1" : { },
2038
+ "eu-west-2" : { },
2039
+ "eu-west-3" : { },
2040
+ "us-east-1" : { },
2041
+ "us-east-2" : { },
2042
+ "us-west-1" : { },
2043
+ "us-west-2" : { }
2044
+ }
2045
+ },
2017
2046
  "rds" : {
2018
2047
  "endpoints" : {
2019
2048
  "ap-east-1" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.270'
2
+ VERSION = '2.11.271'
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.270
4
+ version: 2.11.271
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: 2019-05-07 00:00:00.000000000 Z
11
+ date: 2019-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath