aws-sdk-core 2.3.11 → 2.3.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/ec2/2015-10-01/paginators-1.json +6 -0
- data/apis/iot/2015-05-28/api-2.json +97 -9
- data/apis/machinelearning/2014-12-12/api-2.json +203 -1
- data/apis/monitoring/2010-08-01/resources-1.json +330 -318
- data/apis/monitoring/2010-08-01/waiters-2.json +18 -0
- data/apis/streams.dynamodb/2012-08-10/api-2.json +28 -67
- data/apis/streams.dynamodb/2012-08-10/examples-1.json +5 -0
- data/lib/aws-sdk-core/cloudwatch.rb +1 -0
- data/lib/aws-sdk-core/dynamodbstreams.rb +1 -0
- data/lib/aws-sdk-core/param_validator.rb +14 -8
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4805e173533b14e5f4239b29770c645b0ae096a3
|
4
|
+
data.tar.gz: 2e74b0ebed2c6887b2ca22f764e98461a8aa06f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b5a1ae6c878d24fbceb69be8ca6e920153ed95d139859b04737fb913cf0c30559490282d68f941de3d1372d7f9f8301351aa8e72e5c29364297a34765c18592c
|
7
|
+
data.tar.gz: 8761e64cae17f2f0e45a5c24e9b30d1303c5a9a24cc153204ea161c5d75d298e2fb061e472b467744b49ccbf57132371f59b0d7d3fb47b15a2185b446337ea7b
|
@@ -89,6 +89,12 @@
|
|
89
89
|
"DescribeSpotInstanceRequests": {
|
90
90
|
"result_key": "SpotInstanceRequests"
|
91
91
|
},
|
92
|
+
"DescribeSpotFleetRequests": {
|
93
|
+
"input_token": "NextToken",
|
94
|
+
"output_token": "NextToken",
|
95
|
+
"limit_key": "MaxResults",
|
96
|
+
"result_key": "SpotFleetRequestConfigs"
|
97
|
+
},
|
92
98
|
"DescribeSpotPriceHistory": {
|
93
99
|
"input_token": "NextToken",
|
94
100
|
"output_token": "NextToken",
|
@@ -454,7 +454,7 @@
|
|
454
454
|
"name":"DeleteCACertificate",
|
455
455
|
"http":{
|
456
456
|
"method":"DELETE",
|
457
|
-
"requestUri":"/cacertificate/{
|
457
|
+
"requestUri":"/cacertificate/{caCertificateId}"
|
458
458
|
},
|
459
459
|
"input":{"shape":"DeleteCACertificateRequest"},
|
460
460
|
"output":{"shape":"DeleteCACertificateResponse"},
|
@@ -761,7 +761,7 @@
|
|
761
761
|
"name":"DescribeCACertificate",
|
762
762
|
"http":{
|
763
763
|
"method":"GET",
|
764
|
-
"requestUri":"/cacertificate/{
|
764
|
+
"requestUri":"/cacertificate/{caCertificateId}"
|
765
765
|
},
|
766
766
|
"input":{"shape":"DescribeCACertificateRequest"},
|
767
767
|
"output":{"shape":"DescribeCACertificateResponse"},
|
@@ -1206,6 +1206,11 @@
|
|
1206
1206
|
"error":{"httpStatusCode":500},
|
1207
1207
|
"exception":true,
|
1208
1208
|
"fault":true
|
1209
|
+
},
|
1210
|
+
{
|
1211
|
+
"shape":"InvalidRequestException",
|
1212
|
+
"error":{"httpStatusCode":400},
|
1213
|
+
"exception":true
|
1209
1214
|
}
|
1210
1215
|
]
|
1211
1216
|
},
|
@@ -1394,6 +1399,49 @@
|
|
1394
1399
|
}
|
1395
1400
|
]
|
1396
1401
|
},
|
1402
|
+
"ListPolicyPrincipals":{
|
1403
|
+
"name":"ListPolicyPrincipals",
|
1404
|
+
"http":{
|
1405
|
+
"method":"GET",
|
1406
|
+
"requestUri":"/policy-principals"
|
1407
|
+
},
|
1408
|
+
"input":{"shape":"ListPolicyPrincipalsRequest"},
|
1409
|
+
"output":{"shape":"ListPolicyPrincipalsResponse"},
|
1410
|
+
"errors":[
|
1411
|
+
{
|
1412
|
+
"shape":"ResourceNotFoundException",
|
1413
|
+
"error":{"httpStatusCode":404},
|
1414
|
+
"exception":true
|
1415
|
+
},
|
1416
|
+
{
|
1417
|
+
"shape":"InvalidRequestException",
|
1418
|
+
"error":{"httpStatusCode":400},
|
1419
|
+
"exception":true
|
1420
|
+
},
|
1421
|
+
{
|
1422
|
+
"shape":"ThrottlingException",
|
1423
|
+
"error":{"httpStatusCode":429},
|
1424
|
+
"exception":true
|
1425
|
+
},
|
1426
|
+
{
|
1427
|
+
"shape":"UnauthorizedException",
|
1428
|
+
"error":{"httpStatusCode":401},
|
1429
|
+
"exception":true
|
1430
|
+
},
|
1431
|
+
{
|
1432
|
+
"shape":"ServiceUnavailableException",
|
1433
|
+
"error":{"httpStatusCode":503},
|
1434
|
+
"exception":true,
|
1435
|
+
"fault":true
|
1436
|
+
},
|
1437
|
+
{
|
1438
|
+
"shape":"InternalFailureException",
|
1439
|
+
"error":{"httpStatusCode":500},
|
1440
|
+
"exception":true,
|
1441
|
+
"fault":true
|
1442
|
+
}
|
1443
|
+
]
|
1444
|
+
},
|
1397
1445
|
"ListPolicyVersions":{
|
1398
1446
|
"name":"ListPolicyVersions",
|
1399
1447
|
"http":{
|
@@ -1948,7 +1996,7 @@
|
|
1948
1996
|
"name":"UpdateCACertificate",
|
1949
1997
|
"http":{
|
1950
1998
|
"method":"PUT",
|
1951
|
-
"requestUri":"/cacertificate/{
|
1999
|
+
"requestUri":"/cacertificate/{caCertificateId}"
|
1952
2000
|
},
|
1953
2001
|
"input":{"shape":"UpdateCACertificateRequest"},
|
1954
2002
|
"errors":[
|
@@ -2479,7 +2527,7 @@
|
|
2479
2527
|
"certificateId":{
|
2480
2528
|
"shape":"CertificateId",
|
2481
2529
|
"location":"uri",
|
2482
|
-
"locationName":"
|
2530
|
+
"locationName":"caCertificateId"
|
2483
2531
|
}
|
2484
2532
|
}
|
2485
2533
|
},
|
@@ -2582,7 +2630,7 @@
|
|
2582
2630
|
"certificateId":{
|
2583
2631
|
"shape":"CertificateId",
|
2584
2632
|
"location":"uri",
|
2585
|
-
"locationName":"
|
2633
|
+
"locationName":"caCertificateId"
|
2586
2634
|
}
|
2587
2635
|
}
|
2588
2636
|
},
|
@@ -2700,20 +2748,27 @@
|
|
2700
2748
|
"tableName",
|
2701
2749
|
"roleArn",
|
2702
2750
|
"hashKeyField",
|
2703
|
-
"hashKeyValue"
|
2704
|
-
"rangeKeyField",
|
2705
|
-
"rangeKeyValue"
|
2751
|
+
"hashKeyValue"
|
2706
2752
|
],
|
2707
2753
|
"members":{
|
2708
2754
|
"tableName":{"shape":"TableName"},
|
2709
2755
|
"roleArn":{"shape":"AwsArn"},
|
2710
2756
|
"hashKeyField":{"shape":"HashKeyField"},
|
2711
2757
|
"hashKeyValue":{"shape":"HashKeyValue"},
|
2758
|
+
"hashKeyType":{"shape":"DynamoKeyType"},
|
2712
2759
|
"rangeKeyField":{"shape":"RangeKeyField"},
|
2713
2760
|
"rangeKeyValue":{"shape":"RangeKeyValue"},
|
2761
|
+
"rangeKeyType":{"shape":"DynamoKeyType"},
|
2714
2762
|
"payloadField":{"shape":"PayloadField"}
|
2715
2763
|
}
|
2716
2764
|
},
|
2765
|
+
"DynamoKeyType":{
|
2766
|
+
"type":"string",
|
2767
|
+
"enum":[
|
2768
|
+
"STRING",
|
2769
|
+
"NUMBER"
|
2770
|
+
]
|
2771
|
+
},
|
2717
2772
|
"ElasticsearchAction":{
|
2718
2773
|
"type":"structure",
|
2719
2774
|
"required":[
|
@@ -3031,6 +3086,39 @@
|
|
3031
3086
|
"nextMarker":{"shape":"Marker"}
|
3032
3087
|
}
|
3033
3088
|
},
|
3089
|
+
"ListPolicyPrincipalsRequest":{
|
3090
|
+
"type":"structure",
|
3091
|
+
"required":["policyName"],
|
3092
|
+
"members":{
|
3093
|
+
"policyName":{
|
3094
|
+
"shape":"PolicyName",
|
3095
|
+
"location":"header",
|
3096
|
+
"locationName":"x-amzn-iot-policy"
|
3097
|
+
},
|
3098
|
+
"marker":{
|
3099
|
+
"shape":"Marker",
|
3100
|
+
"location":"querystring",
|
3101
|
+
"locationName":"marker"
|
3102
|
+
},
|
3103
|
+
"pageSize":{
|
3104
|
+
"shape":"PageSize",
|
3105
|
+
"location":"querystring",
|
3106
|
+
"locationName":"pageSize"
|
3107
|
+
},
|
3108
|
+
"ascendingOrder":{
|
3109
|
+
"shape":"AscendingOrder",
|
3110
|
+
"location":"querystring",
|
3111
|
+
"locationName":"isAscendingOrder"
|
3112
|
+
}
|
3113
|
+
}
|
3114
|
+
},
|
3115
|
+
"ListPolicyPrincipalsResponse":{
|
3116
|
+
"type":"structure",
|
3117
|
+
"members":{
|
3118
|
+
"principals":{"shape":"Principals"},
|
3119
|
+
"nextMarker":{"shape":"Marker"}
|
3120
|
+
}
|
3121
|
+
},
|
3034
3122
|
"ListPolicyVersionsRequest":{
|
3035
3123
|
"type":"structure",
|
3036
3124
|
"required":["policyName"],
|
@@ -3648,7 +3736,7 @@
|
|
3648
3736
|
"certificateId":{
|
3649
3737
|
"shape":"CertificateId",
|
3650
3738
|
"location":"uri",
|
3651
|
-
"locationName":"
|
3739
|
+
"locationName":"caCertificateId"
|
3652
3740
|
},
|
3653
3741
|
"newStatus":{
|
3654
3742
|
"shape":"CACertificateStatus",
|
@@ -10,6 +10,41 @@
|
|
10
10
|
"protocol":"json"
|
11
11
|
},
|
12
12
|
"operations":{
|
13
|
+
"AddTags":{
|
14
|
+
"name":"AddTags",
|
15
|
+
"http":{
|
16
|
+
"method":"POST",
|
17
|
+
"requestUri":"/"
|
18
|
+
},
|
19
|
+
"input":{"shape":"AddTagsInput"},
|
20
|
+
"output":{"shape":"AddTagsOutput"},
|
21
|
+
"errors":[
|
22
|
+
{
|
23
|
+
"shape":"InvalidInputException",
|
24
|
+
"error":{"httpStatusCode":400},
|
25
|
+
"exception":true
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"shape":"InvalidTagException",
|
29
|
+
"exception":true
|
30
|
+
},
|
31
|
+
{
|
32
|
+
"shape":"TagLimitExceededException",
|
33
|
+
"exception":true
|
34
|
+
},
|
35
|
+
{
|
36
|
+
"shape":"ResourceNotFoundException",
|
37
|
+
"error":{"httpStatusCode":404},
|
38
|
+
"exception":true
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"shape":"InternalServerException",
|
42
|
+
"error":{"httpStatusCode":500},
|
43
|
+
"exception":true,
|
44
|
+
"fault":true
|
45
|
+
}
|
46
|
+
]
|
47
|
+
},
|
13
48
|
"CreateBatchPrediction":{
|
14
49
|
"name":"CreateBatchPrediction",
|
15
50
|
"http":{
|
@@ -334,6 +369,37 @@
|
|
334
369
|
}
|
335
370
|
]
|
336
371
|
},
|
372
|
+
"DeleteTags":{
|
373
|
+
"name":"DeleteTags",
|
374
|
+
"http":{
|
375
|
+
"method":"POST",
|
376
|
+
"requestUri":"/"
|
377
|
+
},
|
378
|
+
"input":{"shape":"DeleteTagsInput"},
|
379
|
+
"output":{"shape":"DeleteTagsOutput"},
|
380
|
+
"errors":[
|
381
|
+
{
|
382
|
+
"shape":"InvalidInputException",
|
383
|
+
"error":{"httpStatusCode":400},
|
384
|
+
"exception":true
|
385
|
+
},
|
386
|
+
{
|
387
|
+
"shape":"InvalidTagException",
|
388
|
+
"exception":true
|
389
|
+
},
|
390
|
+
{
|
391
|
+
"shape":"ResourceNotFoundException",
|
392
|
+
"error":{"httpStatusCode":404},
|
393
|
+
"exception":true
|
394
|
+
},
|
395
|
+
{
|
396
|
+
"shape":"InternalServerException",
|
397
|
+
"error":{"httpStatusCode":500},
|
398
|
+
"exception":true,
|
399
|
+
"fault":true
|
400
|
+
}
|
401
|
+
]
|
402
|
+
},
|
337
403
|
"DescribeBatchPredictions":{
|
338
404
|
"name":"DescribeBatchPredictions",
|
339
405
|
"http":{
|
@@ -422,6 +488,33 @@
|
|
422
488
|
}
|
423
489
|
]
|
424
490
|
},
|
491
|
+
"DescribeTags":{
|
492
|
+
"name":"DescribeTags",
|
493
|
+
"http":{
|
494
|
+
"method":"POST",
|
495
|
+
"requestUri":"/"
|
496
|
+
},
|
497
|
+
"input":{"shape":"DescribeTagsInput"},
|
498
|
+
"output":{"shape":"DescribeTagsOutput"},
|
499
|
+
"errors":[
|
500
|
+
{
|
501
|
+
"shape":"InvalidInputException",
|
502
|
+
"error":{"httpStatusCode":400},
|
503
|
+
"exception":true
|
504
|
+
},
|
505
|
+
{
|
506
|
+
"shape":"ResourceNotFoundException",
|
507
|
+
"error":{"httpStatusCode":404},
|
508
|
+
"exception":true
|
509
|
+
},
|
510
|
+
{
|
511
|
+
"shape":"InternalServerException",
|
512
|
+
"error":{"httpStatusCode":500},
|
513
|
+
"exception":true,
|
514
|
+
"fault":true
|
515
|
+
}
|
516
|
+
]
|
517
|
+
},
|
425
518
|
"GetBatchPrediction":{
|
426
519
|
"name":"GetBatchPrediction",
|
427
520
|
"http":{
|
@@ -677,6 +770,26 @@
|
|
677
770
|
}
|
678
771
|
},
|
679
772
|
"shapes":{
|
773
|
+
"AddTagsInput":{
|
774
|
+
"type":"structure",
|
775
|
+
"required":[
|
776
|
+
"Tags",
|
777
|
+
"ResourceId",
|
778
|
+
"ResourceType"
|
779
|
+
],
|
780
|
+
"members":{
|
781
|
+
"Tags":{"shape":"TagList"},
|
782
|
+
"ResourceId":{"shape":"EntityId"},
|
783
|
+
"ResourceType":{"shape":"TaggableResourceType"}
|
784
|
+
}
|
785
|
+
},
|
786
|
+
"AddTagsOutput":{
|
787
|
+
"type":"structure",
|
788
|
+
"members":{
|
789
|
+
"ResourceId":{"shape":"EntityId"},
|
790
|
+
"ResourceType":{"shape":"TaggableResourceType"}
|
791
|
+
}
|
792
|
+
},
|
680
793
|
"Algorithm":{
|
681
794
|
"type":"string",
|
682
795
|
"enum":["sgd"]
|
@@ -970,6 +1083,26 @@
|
|
970
1083
|
"RealtimeEndpointInfo":{"shape":"RealtimeEndpointInfo"}
|
971
1084
|
}
|
972
1085
|
},
|
1086
|
+
"DeleteTagsInput":{
|
1087
|
+
"type":"structure",
|
1088
|
+
"required":[
|
1089
|
+
"TagKeys",
|
1090
|
+
"ResourceId",
|
1091
|
+
"ResourceType"
|
1092
|
+
],
|
1093
|
+
"members":{
|
1094
|
+
"TagKeys":{"shape":"TagKeyList"},
|
1095
|
+
"ResourceId":{"shape":"EntityId"},
|
1096
|
+
"ResourceType":{"shape":"TaggableResourceType"}
|
1097
|
+
}
|
1098
|
+
},
|
1099
|
+
"DeleteTagsOutput":{
|
1100
|
+
"type":"structure",
|
1101
|
+
"members":{
|
1102
|
+
"ResourceId":{"shape":"EntityId"},
|
1103
|
+
"ResourceType":{"shape":"TaggableResourceType"}
|
1104
|
+
}
|
1105
|
+
},
|
973
1106
|
"DescribeBatchPredictionsInput":{
|
974
1107
|
"type":"structure",
|
975
1108
|
"members":{
|
@@ -1062,6 +1195,25 @@
|
|
1062
1195
|
"NextToken":{"shape":"StringType"}
|
1063
1196
|
}
|
1064
1197
|
},
|
1198
|
+
"DescribeTagsInput":{
|
1199
|
+
"type":"structure",
|
1200
|
+
"required":[
|
1201
|
+
"ResourceId",
|
1202
|
+
"ResourceType"
|
1203
|
+
],
|
1204
|
+
"members":{
|
1205
|
+
"ResourceId":{"shape":"EntityId"},
|
1206
|
+
"ResourceType":{"shape":"TaggableResourceType"}
|
1207
|
+
}
|
1208
|
+
},
|
1209
|
+
"DescribeTagsOutput":{
|
1210
|
+
"type":"structure",
|
1211
|
+
"members":{
|
1212
|
+
"ResourceId":{"shape":"EntityId"},
|
1213
|
+
"ResourceType":{"shape":"TaggableResourceType"},
|
1214
|
+
"Tags":{"shape":"TagList"}
|
1215
|
+
}
|
1216
|
+
},
|
1065
1217
|
"DetailsAttributes":{
|
1066
1218
|
"type":"string",
|
1067
1219
|
"enum":[
|
@@ -1305,6 +1457,13 @@
|
|
1305
1457
|
"error":{"httpStatusCode":400},
|
1306
1458
|
"exception":true
|
1307
1459
|
},
|
1460
|
+
"InvalidTagException":{
|
1461
|
+
"type":"structure",
|
1462
|
+
"members":{
|
1463
|
+
"message":{"shape":"ErrorMessage"}
|
1464
|
+
},
|
1465
|
+
"exception":true
|
1466
|
+
},
|
1308
1467
|
"Label":{
|
1309
1468
|
"type":"string",
|
1310
1469
|
"min":1
|
@@ -1629,7 +1788,7 @@
|
|
1629
1788
|
"RoleARN":{
|
1630
1789
|
"type":"string",
|
1631
1790
|
"min":1,
|
1632
|
-
"max":
|
1791
|
+
"max":110
|
1633
1792
|
},
|
1634
1793
|
"S3DataSpec":{
|
1635
1794
|
"type":"structure",
|
@@ -1661,6 +1820,49 @@
|
|
1661
1820
|
]
|
1662
1821
|
},
|
1663
1822
|
"StringType":{"type":"string"},
|
1823
|
+
"Tag":{
|
1824
|
+
"type":"structure",
|
1825
|
+
"members":{
|
1826
|
+
"Key":{"shape":"TagKey"},
|
1827
|
+
"Value":{"shape":"TagValue"}
|
1828
|
+
}
|
1829
|
+
},
|
1830
|
+
"TagKey":{
|
1831
|
+
"type":"string",
|
1832
|
+
"min":1,
|
1833
|
+
"max":128,
|
1834
|
+
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
|
1835
|
+
},
|
1836
|
+
"TagKeyList":{
|
1837
|
+
"type":"list",
|
1838
|
+
"member":{"shape":"TagKey"}
|
1839
|
+
},
|
1840
|
+
"TagLimitExceededException":{
|
1841
|
+
"type":"structure",
|
1842
|
+
"members":{
|
1843
|
+
"message":{"shape":"ErrorMessage"}
|
1844
|
+
},
|
1845
|
+
"exception":true
|
1846
|
+
},
|
1847
|
+
"TagList":{
|
1848
|
+
"type":"list",
|
1849
|
+
"member":{"shape":"Tag"}
|
1850
|
+
},
|
1851
|
+
"TagValue":{
|
1852
|
+
"type":"string",
|
1853
|
+
"min":0,
|
1854
|
+
"max":256,
|
1855
|
+
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
|
1856
|
+
},
|
1857
|
+
"TaggableResourceType":{
|
1858
|
+
"type":"string",
|
1859
|
+
"enum":[
|
1860
|
+
"BatchPrediction",
|
1861
|
+
"DataSource",
|
1862
|
+
"Evaluation",
|
1863
|
+
"MLModel"
|
1864
|
+
]
|
1865
|
+
},
|
1664
1866
|
"TrainingParameters":{
|
1665
1867
|
"type":"map",
|
1666
1868
|
"key":{"shape":"StringType"},
|