aws-sdk-core 2.11.179 → 2.11.180

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a400c34ad1de2e8194eb0631ec8935022dd6daed
4
- data.tar.gz: c15768c5c705b6c811acef4ba4daf388eb072c8d
3
+ metadata.gz: 19fdaa04b3aaf257dc6447ef7638485fda160eaf
4
+ data.tar.gz: 3d8e7c22a73650cb47775491d64410283c6da5f1
5
5
  SHA512:
6
- metadata.gz: 1b0b7606d472e1c5005fe4420cbe049fe2e91b7cddd2e0f20d1f5cc5bbb36655428f715a1b66f7184a0676f7415ea6dbbabe1e217a0fa863ac0eb76ffae74e6a
7
- data.tar.gz: a260860481ce62dd89a8f8963143978d927f22aa8208fd46cdd02c3ff57c099d0af9ae697723265d14c8c79570913bbe84ccc8ab726d80fd316e7856745a79b6
6
+ metadata.gz: 9f2120221ca77e8bc2f7caf22ffeb10e689602e8cf384ecfc35de4722758f32c1b099669e717b8628d909bf0ec11970e4b2f074410391cc6649144f27985a98e
7
+ data.tar.gz: d772f324748958cf0b1c5d9dcec6d65928a155d5a97f76cf2e13c29cffe3974951a4a644c55fef8eb72f639f78582757d57059e90afe4bf4386fb027cea3a223
@@ -24,6 +24,7 @@
24
24
  "errors":[
25
25
  {"shape":"ProvisionedThroughputExceededException"},
26
26
  {"shape":"ResourceNotFoundException"},
27
+ {"shape":"RequestLimitExceeded"},
27
28
  {"shape":"InternalServerError"}
28
29
  ],
29
30
  "endpointdiscovery":{
@@ -41,6 +42,7 @@
41
42
  {"shape":"ProvisionedThroughputExceededException"},
42
43
  {"shape":"ResourceNotFoundException"},
43
44
  {"shape":"ItemCollectionSizeLimitExceededException"},
45
+ {"shape":"RequestLimitExceeded"},
44
46
  {"shape":"InternalServerError"}
45
47
  ],
46
48
  "endpointdiscovery":{
@@ -128,6 +130,8 @@
128
130
  {"shape":"ProvisionedThroughputExceededException"},
129
131
  {"shape":"ResourceNotFoundException"},
130
132
  {"shape":"ItemCollectionSizeLimitExceededException"},
133
+ {"shape":"TransactionConflictException"},
134
+ {"shape":"RequestLimitExceeded"},
131
135
  {"shape":"InternalServerError"}
132
136
  ],
133
137
  "endpointdiscovery":{
@@ -275,6 +279,7 @@
275
279
  "errors":[
276
280
  {"shape":"ProvisionedThroughputExceededException"},
277
281
  {"shape":"ResourceNotFoundException"},
282
+ {"shape":"RequestLimitExceeded"},
278
283
  {"shape":"InternalServerError"}
279
284
  ],
280
285
  "endpointdiscovery":{
@@ -350,6 +355,8 @@
350
355
  {"shape":"ProvisionedThroughputExceededException"},
351
356
  {"shape":"ResourceNotFoundException"},
352
357
  {"shape":"ItemCollectionSizeLimitExceededException"},
358
+ {"shape":"TransactionConflictException"},
359
+ {"shape":"RequestLimitExceeded"},
353
360
  {"shape":"InternalServerError"}
354
361
  ],
355
362
  "endpointdiscovery":{
@@ -366,6 +373,7 @@
366
373
  "errors":[
367
374
  {"shape":"ProvisionedThroughputExceededException"},
368
375
  {"shape":"ResourceNotFoundException"},
376
+ {"shape":"RequestLimitExceeded"},
369
377
  {"shape":"InternalServerError"}
370
378
  ],
371
379
  "endpointdiscovery":{
@@ -421,6 +429,7 @@
421
429
  "errors":[
422
430
  {"shape":"ProvisionedThroughputExceededException"},
423
431
  {"shape":"ResourceNotFoundException"},
432
+ {"shape":"RequestLimitExceeded"},
424
433
  {"shape":"InternalServerError"}
425
434
  ],
426
435
  "endpointdiscovery":{
@@ -442,6 +451,40 @@
442
451
  "endpointdiscovery":{
443
452
  }
444
453
  },
454
+ "TransactGetItems":{
455
+ "name":"TransactGetItems",
456
+ "http":{
457
+ "method":"POST",
458
+ "requestUri":"/"
459
+ },
460
+ "input":{"shape":"TransactGetItemsInput"},
461
+ "output":{"shape":"TransactGetItemsOutput"},
462
+ "errors":[
463
+ {"shape":"ResourceNotFoundException"},
464
+ {"shape":"TransactionCanceledException"},
465
+ {"shape":"InternalServerError"}
466
+ ],
467
+ "endpointdiscovery":{
468
+ }
469
+ },
470
+ "TransactWriteItems":{
471
+ "name":"TransactWriteItems",
472
+ "http":{
473
+ "method":"POST",
474
+ "requestUri":"/"
475
+ },
476
+ "input":{"shape":"TransactWriteItemsInput"},
477
+ "output":{"shape":"TransactWriteItemsOutput"},
478
+ "errors":[
479
+ {"shape":"ResourceNotFoundException"},
480
+ {"shape":"TransactionCanceledException"},
481
+ {"shape":"TransactionInProgressException"},
482
+ {"shape":"IdempotentParameterMismatchException"},
483
+ {"shape":"InternalServerError"}
484
+ ],
485
+ "endpointdiscovery":{
486
+ }
487
+ },
445
488
  "UntagResource":{
446
489
  "name":"UntagResource",
447
490
  "http":{
@@ -524,6 +567,8 @@
524
567
  {"shape":"ProvisionedThroughputExceededException"},
525
568
  {"shape":"ResourceNotFoundException"},
526
569
  {"shape":"ItemCollectionSizeLimitExceededException"},
570
+ {"shape":"TransactionConflictException"},
571
+ {"shape":"RequestLimitExceeded"},
527
572
  {"shape":"InternalServerError"}
528
573
  ],
529
574
  "endpointdiscovery":{
@@ -861,6 +906,20 @@
861
906
  "max":25,
862
907
  "min":1
863
908
  },
909
+ "BillingMode":{
910
+ "type":"string",
911
+ "enum":[
912
+ "PROVISIONED",
913
+ "PAY_PER_REQUEST"
914
+ ]
915
+ },
916
+ "BillingModeSummary":{
917
+ "type":"structure",
918
+ "members":{
919
+ "BillingMode":{"shape":"BillingMode"},
920
+ "LastUpdateToPayPerRequestDateTime":{"shape":"Date"}
921
+ }
922
+ },
864
923
  "BinaryAttributeValue":{"type":"blob"},
865
924
  "BinarySetAttributeValue":{
866
925
  "type":"list",
@@ -868,12 +927,29 @@
868
927
  },
869
928
  "BooleanAttributeValue":{"type":"boolean"},
870
929
  "BooleanObject":{"type":"boolean"},
930
+ "CancellationReason":{
931
+ "type":"structure",
932
+ "members":{
933
+ "Item":{"shape":"AttributeMap"},
934
+ "Code":{"shape":"Code"},
935
+ "Message":{"shape":"ErrorMessage"}
936
+ }
937
+ },
938
+ "CancellationReasonList":{
939
+ "type":"list",
940
+ "member":{"shape":"CancellationReason"},
941
+ "max":10,
942
+ "min":1
943
+ },
871
944
  "Capacity":{
872
945
  "type":"structure",
873
946
  "members":{
947
+ "ReadCapacityUnits":{"shape":"ConsumedCapacityUnits"},
948
+ "WriteCapacityUnits":{"shape":"ConsumedCapacityUnits"},
874
949
  "CapacityUnits":{"shape":"ConsumedCapacityUnits"}
875
950
  }
876
951
  },
952
+ "Code":{"type":"string"},
877
953
  "ComparisonOperator":{
878
954
  "type":"string",
879
955
  "enum":[
@@ -900,6 +976,22 @@
900
976
  "ComparisonOperator":{"shape":"ComparisonOperator"}
901
977
  }
902
978
  },
979
+ "ConditionCheck":{
980
+ "type":"structure",
981
+ "required":[
982
+ "Key",
983
+ "TableName",
984
+ "ConditionExpression"
985
+ ],
986
+ "members":{
987
+ "Key":{"shape":"Key"},
988
+ "TableName":{"shape":"TableName"},
989
+ "ConditionExpression":{"shape":"ConditionExpression"},
990
+ "ExpressionAttributeNames":{"shape":"ExpressionAttributeNameMap"},
991
+ "ExpressionAttributeValues":{"shape":"ExpressionAttributeValueMap"},
992
+ "ReturnValuesOnConditionCheckFailure":{"shape":"ReturnValuesOnConditionCheckFailure"}
993
+ }
994
+ },
903
995
  "ConditionExpression":{"type":"string"},
904
996
  "ConditionalCheckFailedException":{
905
997
  "type":"structure",
@@ -921,6 +1013,8 @@
921
1013
  "members":{
922
1014
  "TableName":{"shape":"TableName"},
923
1015
  "CapacityUnits":{"shape":"ConsumedCapacityUnits"},
1016
+ "ReadCapacityUnits":{"shape":"ConsumedCapacityUnits"},
1017
+ "WriteCapacityUnits":{"shape":"ConsumedCapacityUnits"},
924
1018
  "Table":{"shape":"Capacity"},
925
1019
  "LocalSecondaryIndexes":{"shape":"SecondaryIndexesCapacityMap"},
926
1020
  "GlobalSecondaryIndexes":{"shape":"SecondaryIndexesCapacityMap"}
@@ -975,8 +1069,7 @@
975
1069
  "required":[
976
1070
  "IndexName",
977
1071
  "KeySchema",
978
- "Projection",
979
- "ProvisionedThroughput"
1072
+ "Projection"
980
1073
  ],
981
1074
  "members":{
982
1075
  "IndexName":{"shape":"IndexName"},
@@ -1014,8 +1107,7 @@
1014
1107
  "required":[
1015
1108
  "AttributeDefinitions",
1016
1109
  "TableName",
1017
- "KeySchema",
1018
- "ProvisionedThroughput"
1110
+ "KeySchema"
1019
1111
  ],
1020
1112
  "members":{
1021
1113
  "AttributeDefinitions":{"shape":"AttributeDefinitions"},
@@ -1023,6 +1115,7 @@
1023
1115
  "KeySchema":{"shape":"KeySchema"},
1024
1116
  "LocalSecondaryIndexes":{"shape":"LocalSecondaryIndexList"},
1025
1117
  "GlobalSecondaryIndexes":{"shape":"GlobalSecondaryIndexList"},
1118
+ "BillingMode":{"shape":"BillingMode"},
1026
1119
  "ProvisionedThroughput":{"shape":"ProvisionedThroughput"},
1027
1120
  "StreamSpecification":{"shape":"StreamSpecification"},
1028
1121
  "SSESpecification":{"shape":"SSESpecification"}
@@ -1035,6 +1128,21 @@
1035
1128
  }
1036
1129
  },
1037
1130
  "Date":{"type":"timestamp"},
1131
+ "Delete":{
1132
+ "type":"structure",
1133
+ "required":[
1134
+ "Key",
1135
+ "TableName"
1136
+ ],
1137
+ "members":{
1138
+ "Key":{"shape":"Key"},
1139
+ "TableName":{"shape":"TableName"},
1140
+ "ConditionExpression":{"shape":"ConditionExpression"},
1141
+ "ExpressionAttributeNames":{"shape":"ExpressionAttributeNameMap"},
1142
+ "ExpressionAttributeValues":{"shape":"ExpressionAttributeValueMap"},
1143
+ "ReturnValuesOnConditionCheckFailure":{"shape":"ReturnValuesOnConditionCheckFailure"}
1144
+ }
1145
+ },
1038
1146
  "DeleteBackupInput":{
1039
1147
  "type":"structure",
1040
1148
  "required":["BackupArn"],
@@ -1262,6 +1370,19 @@
1262
1370
  "key":{"shape":"AttributeName"},
1263
1371
  "value":{"shape":"Condition"}
1264
1372
  },
1373
+ "Get":{
1374
+ "type":"structure",
1375
+ "required":[
1376
+ "Key",
1377
+ "TableName"
1378
+ ],
1379
+ "members":{
1380
+ "Key":{"shape":"Key"},
1381
+ "TableName":{"shape":"TableName"},
1382
+ "ProjectionExpression":{"shape":"ProjectionExpression"},
1383
+ "ExpressionAttributeNames":{"shape":"ExpressionAttributeNameMap"}
1384
+ }
1385
+ },
1265
1386
  "GetItemInput":{
1266
1387
  "type":"structure",
1267
1388
  "required":[
@@ -1290,8 +1411,7 @@
1290
1411
  "required":[
1291
1412
  "IndexName",
1292
1413
  "KeySchema",
1293
- "Projection",
1294
- "ProvisionedThroughput"
1414
+ "Projection"
1295
1415
  ],
1296
1416
  "members":{
1297
1417
  "IndexName":{"shape":"IndexName"},
@@ -1407,6 +1527,13 @@
1407
1527
  "UPDATING"
1408
1528
  ]
1409
1529
  },
1530
+ "IdempotentParameterMismatchException":{
1531
+ "type":"structure",
1532
+ "members":{
1533
+ "Message":{"shape":"ErrorMessage"}
1534
+ },
1535
+ "exception":true
1536
+ },
1410
1537
  "IndexName":{
1411
1538
  "type":"string",
1412
1539
  "max":255,
@@ -1487,6 +1614,18 @@
1487
1614
  "type":"list",
1488
1615
  "member":{"shape":"AttributeMap"}
1489
1616
  },
1617
+ "ItemResponse":{
1618
+ "type":"structure",
1619
+ "members":{
1620
+ "Item":{"shape":"AttributeMap"}
1621
+ }
1622
+ },
1623
+ "ItemResponseList":{
1624
+ "type":"list",
1625
+ "member":{"shape":"ItemResponse"},
1626
+ "max":10,
1627
+ "min":1
1628
+ },
1490
1629
  "KMSMasterKeyArn":{"type":"string"},
1491
1630
  "KMSMasterKeyId":{"type":"string"},
1492
1631
  "Key":{
@@ -1686,6 +1825,10 @@
1686
1825
  "max":20,
1687
1826
  "min":1
1688
1827
  },
1828
+ "NonNegativeLongObject":{
1829
+ "type":"long",
1830
+ "min":0
1831
+ },
1689
1832
  "NullAttributeValue":{"type":"boolean"},
1690
1833
  "NumberAttributeValue":{"type":"string"},
1691
1834
  "NumberSetAttributeValue":{
@@ -1762,8 +1905,8 @@
1762
1905
  "LastIncreaseDateTime":{"shape":"Date"},
1763
1906
  "LastDecreaseDateTime":{"shape":"Date"},
1764
1907
  "NumberOfDecreasesToday":{"shape":"PositiveLongObject"},
1765
- "ReadCapacityUnits":{"shape":"PositiveLongObject"},
1766
- "WriteCapacityUnits":{"shape":"PositiveLongObject"}
1908
+ "ReadCapacityUnits":{"shape":"NonNegativeLongObject"},
1909
+ "WriteCapacityUnits":{"shape":"NonNegativeLongObject"}
1767
1910
  }
1768
1911
  },
1769
1912
  "ProvisionedThroughputExceededException":{
@@ -1773,6 +1916,21 @@
1773
1916
  },
1774
1917
  "exception":true
1775
1918
  },
1919
+ "Put":{
1920
+ "type":"structure",
1921
+ "required":[
1922
+ "Item",
1923
+ "TableName"
1924
+ ],
1925
+ "members":{
1926
+ "Item":{"shape":"PutItemInputAttributeMap"},
1927
+ "TableName":{"shape":"TableName"},
1928
+ "ConditionExpression":{"shape":"ConditionExpression"},
1929
+ "ExpressionAttributeNames":{"shape":"ExpressionAttributeNameMap"},
1930
+ "ExpressionAttributeValues":{"shape":"ExpressionAttributeValueMap"},
1931
+ "ReturnValuesOnConditionCheckFailure":{"shape":"ReturnValuesOnConditionCheckFailure"}
1932
+ }
1933
+ },
1776
1934
  "PutItemInput":{
1777
1935
  "type":"structure",
1778
1936
  "required":[
@@ -1917,9 +2075,10 @@
1917
2075
  "members":{
1918
2076
  "RegionName":{"shape":"RegionName"},
1919
2077
  "ReplicaStatus":{"shape":"ReplicaStatus"},
1920
- "ReplicaProvisionedReadCapacityUnits":{"shape":"PositiveLongObject"},
2078
+ "ReplicaBillingModeSummary":{"shape":"BillingModeSummary"},
2079
+ "ReplicaProvisionedReadCapacityUnits":{"shape":"NonNegativeLongObject"},
1921
2080
  "ReplicaProvisionedReadCapacityAutoScalingSettings":{"shape":"AutoScalingSettingsDescription"},
1922
- "ReplicaProvisionedWriteCapacityUnits":{"shape":"PositiveLongObject"},
2081
+ "ReplicaProvisionedWriteCapacityUnits":{"shape":"NonNegativeLongObject"},
1923
2082
  "ReplicaProvisionedWriteCapacityAutoScalingSettings":{"shape":"AutoScalingSettingsDescription"},
1924
2083
  "ReplicaGlobalSecondaryIndexSettings":{"shape":"ReplicaGlobalSecondaryIndexSettingsDescriptionList"}
1925
2084
  }
@@ -1964,6 +2123,13 @@
1964
2123
  "type":"list",
1965
2124
  "member":{"shape":"ReplicaUpdate"}
1966
2125
  },
2126
+ "RequestLimitExceeded":{
2127
+ "type":"structure",
2128
+ "members":{
2129
+ "message":{"shape":"ErrorMessage"}
2130
+ },
2131
+ "exception":true
2132
+ },
1967
2133
  "ResourceArnString":{
1968
2134
  "type":"string",
1969
2135
  "max":1283,
@@ -2058,6 +2224,13 @@
2058
2224
  "UPDATED_NEW"
2059
2225
  ]
2060
2226
  },
2227
+ "ReturnValuesOnConditionCheckFailure":{
2228
+ "type":"string",
2229
+ "enum":[
2230
+ "ALL_OLD",
2231
+ "NONE"
2232
+ ]
2233
+ },
2061
2234
  "SSEDescription":{
2062
2235
  "type":"structure",
2063
2236
  "members":{
@@ -2173,7 +2346,8 @@
2173
2346
  "KeySchema":{"shape":"KeySchema"},
2174
2347
  "TableCreationDateTime":{"shape":"TableCreationDateTime"},
2175
2348
  "ProvisionedThroughput":{"shape":"ProvisionedThroughput"},
2176
- "ItemCount":{"shape":"ItemCount"}
2349
+ "ItemCount":{"shape":"ItemCount"},
2350
+ "BillingMode":{"shape":"BillingMode"}
2177
2351
  }
2178
2352
  },
2179
2353
  "SourceTableFeatureDetails":{
@@ -2236,6 +2410,7 @@
2236
2410
  "ItemCount":{"shape":"Long"},
2237
2411
  "TableArn":{"shape":"String"},
2238
2412
  "TableId":{"shape":"TableId"},
2413
+ "BillingModeSummary":{"shape":"BillingModeSummary"},
2239
2414
  "LocalSecondaryIndexes":{"shape":"LocalSecondaryIndexDescriptionList"},
2240
2415
  "GlobalSecondaryIndexes":{"shape":"GlobalSecondaryIndexDescriptionList"},
2241
2416
  "StreamSpecification":{"shape":"StreamSpecification"},
@@ -2357,6 +2532,91 @@
2357
2532
  "DISABLED"
2358
2533
  ]
2359
2534
  },
2535
+ "TransactGetItem":{
2536
+ "type":"structure",
2537
+ "required":["Get"],
2538
+ "members":{
2539
+ "Get":{"shape":"Get"}
2540
+ }
2541
+ },
2542
+ "TransactGetItemList":{
2543
+ "type":"list",
2544
+ "member":{"shape":"TransactGetItem"},
2545
+ "max":10,
2546
+ "min":1
2547
+ },
2548
+ "TransactGetItemsInput":{
2549
+ "type":"structure",
2550
+ "required":["TransactItems"],
2551
+ "members":{
2552
+ "TransactItems":{"shape":"TransactGetItemList"},
2553
+ "ReturnConsumedCapacity":{"shape":"ReturnConsumedCapacity"}
2554
+ }
2555
+ },
2556
+ "TransactGetItemsOutput":{
2557
+ "type":"structure",
2558
+ "members":{
2559
+ "ConsumedCapacity":{"shape":"ConsumedCapacityMultiple"},
2560
+ "Responses":{"shape":"ItemResponseList"}
2561
+ }
2562
+ },
2563
+ "TransactWriteItem":{
2564
+ "type":"structure",
2565
+ "members":{
2566
+ "ConditionCheck":{"shape":"ConditionCheck"},
2567
+ "Put":{"shape":"Put"},
2568
+ "Delete":{"shape":"Delete"},
2569
+ "Update":{"shape":"Update"}
2570
+ }
2571
+ },
2572
+ "TransactWriteItemList":{
2573
+ "type":"list",
2574
+ "member":{"shape":"TransactWriteItem"},
2575
+ "max":10,
2576
+ "min":1
2577
+ },
2578
+ "TransactWriteItemsInput":{
2579
+ "type":"structure",
2580
+ "required":["TransactItems"],
2581
+ "members":{
2582
+ "TransactItems":{"shape":"TransactWriteItemList"},
2583
+ "ReturnConsumedCapacity":{"shape":"ReturnConsumedCapacity"},
2584
+ "ReturnItemCollectionMetrics":{"shape":"ReturnItemCollectionMetrics"},
2585
+ "ClientRequestToken":{
2586
+ "shape":"String",
2587
+ "idempotencyToken":true
2588
+ }
2589
+ }
2590
+ },
2591
+ "TransactWriteItemsOutput":{
2592
+ "type":"structure",
2593
+ "members":{
2594
+ "ConsumedCapacity":{"shape":"ConsumedCapacityMultiple"},
2595
+ "ItemCollectionMetrics":{"shape":"ItemCollectionMetricsPerTable"}
2596
+ }
2597
+ },
2598
+ "TransactionCanceledException":{
2599
+ "type":"structure",
2600
+ "members":{
2601
+ "Message":{"shape":"ErrorMessage"},
2602
+ "CancellationReasons":{"shape":"CancellationReasonList"}
2603
+ },
2604
+ "exception":true
2605
+ },
2606
+ "TransactionConflictException":{
2607
+ "type":"structure",
2608
+ "members":{
2609
+ "message":{"shape":"ErrorMessage"}
2610
+ },
2611
+ "exception":true
2612
+ },
2613
+ "TransactionInProgressException":{
2614
+ "type":"structure",
2615
+ "members":{
2616
+ "Message":{"shape":"ErrorMessage"}
2617
+ },
2618
+ "exception":true
2619
+ },
2360
2620
  "UntagResourceInput":{
2361
2621
  "type":"structure",
2362
2622
  "required":[
@@ -2368,6 +2628,23 @@
2368
2628
  "TagKeys":{"shape":"TagKeyList"}
2369
2629
  }
2370
2630
  },
2631
+ "Update":{
2632
+ "type":"structure",
2633
+ "required":[
2634
+ "Key",
2635
+ "UpdateExpression",
2636
+ "TableName"
2637
+ ],
2638
+ "members":{
2639
+ "Key":{"shape":"Key"},
2640
+ "UpdateExpression":{"shape":"UpdateExpression"},
2641
+ "TableName":{"shape":"TableName"},
2642
+ "ConditionExpression":{"shape":"ConditionExpression"},
2643
+ "ExpressionAttributeNames":{"shape":"ExpressionAttributeNameMap"},
2644
+ "ExpressionAttributeValues":{"shape":"ExpressionAttributeValueMap"},
2645
+ "ReturnValuesOnConditionCheckFailure":{"shape":"ReturnValuesOnConditionCheckFailure"}
2646
+ }
2647
+ },
2371
2648
  "UpdateContinuousBackupsInput":{
2372
2649
  "type":"structure",
2373
2650
  "required":[
@@ -2419,6 +2696,7 @@
2419
2696
  "required":["GlobalTableName"],
2420
2697
  "members":{
2421
2698
  "GlobalTableName":{"shape":"TableName"},
2699
+ "GlobalTableBillingMode":{"shape":"BillingMode"},
2422
2700
  "GlobalTableProvisionedWriteCapacityUnits":{"shape":"PositiveLongObject"},
2423
2701
  "GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate":{"shape":"AutoScalingSettingsUpdate"},
2424
2702
  "GlobalTableGlobalSecondaryIndexSettingsUpdate":{"shape":"GlobalTableGlobalSecondaryIndexSettingsUpdateList"},
@@ -2467,6 +2745,7 @@
2467
2745
  "members":{
2468
2746
  "AttributeDefinitions":{"shape":"AttributeDefinitions"},
2469
2747
  "TableName":{"shape":"TableName"},
2748
+ "BillingMode":{"shape":"BillingMode"},
2470
2749
  "ProvisionedThroughput":{"shape":"ProvisionedThroughput"},
2471
2750
  "GlobalSecondaryIndexUpdates":{"shape":"GlobalSecondaryIndexUpdateList"},
2472
2751
  "StreamSpecification":{"shape":"StreamSpecification"},