aws-sdk-core 2.11.21 → 2.11.22
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 +4 -4
- data/apis/dynamodb/2012-08-10/api-2.json +107 -3
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d4dc6b2594203cafda33a7df2e78834eba2e10c3
|
|
4
|
+
data.tar.gz: 0cea6489c00f2608b14231f43a8b52c3d8d6ea8c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8bb8fedcf56f74aac879d734976ff75f87dd79239967e9f71bc22c18dcaaef5a1bbc385b71b427a9b29c1181c06a156de6cdc22f1a32cce0794da5473ab30fe8
|
|
7
|
+
data.tar.gz: 9a9ab21c9790703ef1a9d69c5bd4cc2e1a6000691badfa63ac42d80725a8ca8056e5d80036a0282cca8d0f29df740d37bbff28064b282cff074f62c491d80234
|
|
@@ -321,6 +321,24 @@
|
|
|
321
321
|
{"shape":"InternalServerError"}
|
|
322
322
|
]
|
|
323
323
|
},
|
|
324
|
+
"RestoreTableToPointInTime":{
|
|
325
|
+
"name":"RestoreTableToPointInTime",
|
|
326
|
+
"http":{
|
|
327
|
+
"method":"POST",
|
|
328
|
+
"requestUri":"/"
|
|
329
|
+
},
|
|
330
|
+
"input":{"shape":"RestoreTableToPointInTimeInput"},
|
|
331
|
+
"output":{"shape":"RestoreTableToPointInTimeOutput"},
|
|
332
|
+
"errors":[
|
|
333
|
+
{"shape":"TableAlreadyExistsException"},
|
|
334
|
+
{"shape":"TableNotFoundException"},
|
|
335
|
+
{"shape":"TableInUseException"},
|
|
336
|
+
{"shape":"LimitExceededException"},
|
|
337
|
+
{"shape":"InvalidRestoreTimeException"},
|
|
338
|
+
{"shape":"PointInTimeRecoveryUnavailableException"},
|
|
339
|
+
{"shape":"InternalServerError"}
|
|
340
|
+
]
|
|
341
|
+
},
|
|
324
342
|
"Scan":{
|
|
325
343
|
"name":"Scan",
|
|
326
344
|
"http":{
|
|
@@ -363,6 +381,20 @@
|
|
|
363
381
|
{"shape":"ResourceInUseException"}
|
|
364
382
|
]
|
|
365
383
|
},
|
|
384
|
+
"UpdateContinuousBackups":{
|
|
385
|
+
"name":"UpdateContinuousBackups",
|
|
386
|
+
"http":{
|
|
387
|
+
"method":"POST",
|
|
388
|
+
"requestUri":"/"
|
|
389
|
+
},
|
|
390
|
+
"input":{"shape":"UpdateContinuousBackupsInput"},
|
|
391
|
+
"output":{"shape":"UpdateContinuousBackupsOutput"},
|
|
392
|
+
"errors":[
|
|
393
|
+
{"shape":"TableNotFoundException"},
|
|
394
|
+
{"shape":"ContinuousBackupsUnavailableException"},
|
|
395
|
+
{"shape":"InternalServerError"}
|
|
396
|
+
]
|
|
397
|
+
},
|
|
366
398
|
"UpdateGlobalTable":{
|
|
367
399
|
"name":"UpdateGlobalTable",
|
|
368
400
|
"http":{
|
|
@@ -706,7 +738,8 @@
|
|
|
706
738
|
"type":"structure",
|
|
707
739
|
"required":["ContinuousBackupsStatus"],
|
|
708
740
|
"members":{
|
|
709
|
-
"ContinuousBackupsStatus":{"shape":"ContinuousBackupsStatus"}
|
|
741
|
+
"ContinuousBackupsStatus":{"shape":"ContinuousBackupsStatus"},
|
|
742
|
+
"PointInTimeRecoveryDescription":{"shape":"PointInTimeRecoveryDescription"}
|
|
710
743
|
}
|
|
711
744
|
},
|
|
712
745
|
"ContinuousBackupsStatus":{
|
|
@@ -1144,6 +1177,13 @@
|
|
|
1144
1177
|
"exception":true,
|
|
1145
1178
|
"fault":true
|
|
1146
1179
|
},
|
|
1180
|
+
"InvalidRestoreTimeException":{
|
|
1181
|
+
"type":"structure",
|
|
1182
|
+
"members":{
|
|
1183
|
+
"message":{"shape":"ErrorMessage"}
|
|
1184
|
+
},
|
|
1185
|
+
"exception":true
|
|
1186
|
+
},
|
|
1147
1187
|
"ItemCollectionKeyAttributeMap":{
|
|
1148
1188
|
"type":"map",
|
|
1149
1189
|
"key":{"shape":"AttributeName"},
|
|
@@ -1387,6 +1427,35 @@
|
|
|
1387
1427
|
"type":"list",
|
|
1388
1428
|
"member":{"shape":"NumberAttributeValue"}
|
|
1389
1429
|
},
|
|
1430
|
+
"PointInTimeRecoveryDescription":{
|
|
1431
|
+
"type":"structure",
|
|
1432
|
+
"members":{
|
|
1433
|
+
"PointInTimeRecoveryStatus":{"shape":"PointInTimeRecoveryStatus"},
|
|
1434
|
+
"EarliestRestorableDateTime":{"shape":"Date"},
|
|
1435
|
+
"LatestRestorableDateTime":{"shape":"Date"}
|
|
1436
|
+
}
|
|
1437
|
+
},
|
|
1438
|
+
"PointInTimeRecoverySpecification":{
|
|
1439
|
+
"type":"structure",
|
|
1440
|
+
"required":["PointInTimeRecoveryEnabled"],
|
|
1441
|
+
"members":{
|
|
1442
|
+
"PointInTimeRecoveryEnabled":{"shape":"BooleanObject"}
|
|
1443
|
+
}
|
|
1444
|
+
},
|
|
1445
|
+
"PointInTimeRecoveryStatus":{
|
|
1446
|
+
"type":"string",
|
|
1447
|
+
"enum":[
|
|
1448
|
+
"ENABLED",
|
|
1449
|
+
"DISABLED"
|
|
1450
|
+
]
|
|
1451
|
+
},
|
|
1452
|
+
"PointInTimeRecoveryUnavailableException":{
|
|
1453
|
+
"type":"structure",
|
|
1454
|
+
"members":{
|
|
1455
|
+
"message":{"shape":"ErrorMessage"}
|
|
1456
|
+
},
|
|
1457
|
+
"exception":true
|
|
1458
|
+
},
|
|
1390
1459
|
"PositiveIntegerObject":{
|
|
1391
1460
|
"type":"integer",
|
|
1392
1461
|
"min":1
|
|
@@ -1576,7 +1645,6 @@
|
|
|
1576
1645
|
},
|
|
1577
1646
|
"exception":true
|
|
1578
1647
|
},
|
|
1579
|
-
"RestoreDateTime":{"type":"timestamp"},
|
|
1580
1648
|
"RestoreInProgress":{"type":"boolean"},
|
|
1581
1649
|
"RestoreSummary":{
|
|
1582
1650
|
"type":"structure",
|
|
@@ -1587,7 +1655,7 @@
|
|
|
1587
1655
|
"members":{
|
|
1588
1656
|
"SourceBackupArn":{"shape":"BackupArn"},
|
|
1589
1657
|
"SourceTableArn":{"shape":"TableArn"},
|
|
1590
|
-
"RestoreDateTime":{"shape":"
|
|
1658
|
+
"RestoreDateTime":{"shape":"Date"},
|
|
1591
1659
|
"RestoreInProgress":{"shape":"RestoreInProgress"}
|
|
1592
1660
|
}
|
|
1593
1661
|
},
|
|
@@ -1608,6 +1676,25 @@
|
|
|
1608
1676
|
"TableDescription":{"shape":"TableDescription"}
|
|
1609
1677
|
}
|
|
1610
1678
|
},
|
|
1679
|
+
"RestoreTableToPointInTimeInput":{
|
|
1680
|
+
"type":"structure",
|
|
1681
|
+
"required":[
|
|
1682
|
+
"SourceTableName",
|
|
1683
|
+
"TargetTableName"
|
|
1684
|
+
],
|
|
1685
|
+
"members":{
|
|
1686
|
+
"SourceTableName":{"shape":"TableName"},
|
|
1687
|
+
"TargetTableName":{"shape":"TableName"},
|
|
1688
|
+
"UseLatestRestorableTime":{"shape":"BooleanObject"},
|
|
1689
|
+
"RestoreDateTime":{"shape":"Date"}
|
|
1690
|
+
}
|
|
1691
|
+
},
|
|
1692
|
+
"RestoreTableToPointInTimeOutput":{
|
|
1693
|
+
"type":"structure",
|
|
1694
|
+
"members":{
|
|
1695
|
+
"TableDescription":{"shape":"TableDescription"}
|
|
1696
|
+
}
|
|
1697
|
+
},
|
|
1611
1698
|
"ReturnConsumedCapacity":{
|
|
1612
1699
|
"type":"string",
|
|
1613
1700
|
"enum":[
|
|
@@ -1932,6 +2019,23 @@
|
|
|
1932
2019
|
"TagKeys":{"shape":"TagKeyList"}
|
|
1933
2020
|
}
|
|
1934
2021
|
},
|
|
2022
|
+
"UpdateContinuousBackupsInput":{
|
|
2023
|
+
"type":"structure",
|
|
2024
|
+
"required":[
|
|
2025
|
+
"TableName",
|
|
2026
|
+
"PointInTimeRecoverySpecification"
|
|
2027
|
+
],
|
|
2028
|
+
"members":{
|
|
2029
|
+
"TableName":{"shape":"TableName"},
|
|
2030
|
+
"PointInTimeRecoverySpecification":{"shape":"PointInTimeRecoverySpecification"}
|
|
2031
|
+
}
|
|
2032
|
+
},
|
|
2033
|
+
"UpdateContinuousBackupsOutput":{
|
|
2034
|
+
"type":"structure",
|
|
2035
|
+
"members":{
|
|
2036
|
+
"ContinuousBackupsDescription":{"shape":"ContinuousBackupsDescription"}
|
|
2037
|
+
}
|
|
2038
|
+
},
|
|
1935
2039
|
"UpdateExpression":{"type":"string"},
|
|
1936
2040
|
"UpdateGlobalSecondaryIndexAction":{
|
|
1937
2041
|
"type":"structure",
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.
|
|
4
|
+
version: 2.11.22
|
|
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: 2018-03-
|
|
11
|
+
date: 2018-03-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|