|
1528 | 1528 | "IndexName":{"shape":"IndexName"},
|
1529 | 1529 | "KeySchema":{"shape":"KeySchema"},
|
1530 | 1530 | "Projection":{"shape":"Projection"},
|
1531 |
| - "ProvisionedThroughput":{"shape":"ProvisionedThroughput"} |
| 1531 | + "ProvisionedThroughput":{"shape":"ProvisionedThroughput"}, |
| 1532 | + "OnDemandThroughput":{"shape":"OnDemandThroughput"} |
1532 | 1533 | }
|
1533 | 1534 | },
|
1534 | 1535 | "CreateGlobalTableInput":{
|
|
1562 | 1563 | "RegionName":{"shape":"RegionName"},
|
1563 | 1564 | "KMSMasterKeyId":{"shape":"KMSMasterKeyId"},
|
1564 | 1565 | "ProvisionedThroughputOverride":{"shape":"ProvisionedThroughputOverride"},
|
| 1566 | + "OnDemandThroughputOverride":{"shape":"OnDemandThroughputOverride"}, |
1565 | 1567 | "GlobalSecondaryIndexes":{"shape":"ReplicaGlobalSecondaryIndexList"},
|
1566 | 1568 | "TableClassOverride":{"shape":"TableClass"}
|
1567 | 1569 | }
|
|
1586 | 1588 | "Tags":{"shape":"TagList"},
|
1587 | 1589 | "TableClass":{"shape":"TableClass"},
|
1588 | 1590 | "DeletionProtectionEnabled":{"shape":"DeletionProtectionEnabled"},
|
1589 |
| - "ResourcePolicy":{"shape":"ResourcePolicy"} |
| 1591 | + "ResourcePolicy":{"shape":"ResourcePolicy"}, |
| 1592 | + "OnDemandThroughput":{"shape":"OnDemandThroughput"} |
1590 | 1593 | }
|
1591 | 1594 | },
|
1592 | 1595 | "CreateTableOutput":{
|
|
2222 | 2225 | "IndexName":{"shape":"IndexName"},
|
2223 | 2226 | "KeySchema":{"shape":"KeySchema"},
|
2224 | 2227 | "Projection":{"shape":"Projection"},
|
2225 |
| - "ProvisionedThroughput":{"shape":"ProvisionedThroughput"} |
| 2228 | + "ProvisionedThroughput":{"shape":"ProvisionedThroughput"}, |
| 2229 | + "OnDemandThroughput":{"shape":"OnDemandThroughput"} |
2226 | 2230 | }
|
2227 | 2231 | },
|
2228 | 2232 | "GlobalSecondaryIndexAutoScalingUpdate":{
|
|
2248 | 2252 | "ProvisionedThroughput":{"shape":"ProvisionedThroughputDescription"},
|
2249 | 2253 | "IndexSizeBytes":{"shape":"LongObject"},
|
2250 | 2254 | "ItemCount":{"shape":"LongObject"},
|
2251 |
| - "IndexArn":{"shape":"String"} |
| 2255 | + "IndexArn":{"shape":"String"}, |
| 2256 | + "OnDemandThroughput":{"shape":"OnDemandThroughput"} |
2252 | 2257 | }
|
2253 | 2258 | },
|
2254 | 2259 | "GlobalSecondaryIndexDescriptionList":{
|
|
2261 | 2266 | "IndexName":{"shape":"IndexName"},
|
2262 | 2267 | "KeySchema":{"shape":"KeySchema"},
|
2263 | 2268 | "Projection":{"shape":"Projection"},
|
2264 |
| - "ProvisionedThroughput":{"shape":"ProvisionedThroughput"} |
| 2269 | + "ProvisionedThroughput":{"shape":"ProvisionedThroughput"}, |
| 2270 | + "OnDemandThroughput":{"shape":"OnDemandThroughput"} |
2265 | 2271 | }
|
2266 | 2272 | },
|
2267 | 2273 | "GlobalSecondaryIndexList":{
|
|
2892 | 2898 | "type":"list",
|
2893 | 2899 | "member":{"shape":"NumberAttributeValue"}
|
2894 | 2900 | },
|
| 2901 | + "OnDemandThroughput":{ |
| 2902 | + "type":"structure", |
| 2903 | + "members":{ |
| 2904 | + "MaxReadRequestUnits":{"shape":"LongObject"}, |
| 2905 | + "MaxWriteRequestUnits":{"shape":"LongObject"} |
| 2906 | + } |
| 2907 | + }, |
| 2908 | + "OnDemandThroughputOverride":{ |
| 2909 | + "type":"structure", |
| 2910 | + "members":{ |
| 2911 | + "MaxReadRequestUnits":{"shape":"LongObject"} |
| 2912 | + } |
| 2913 | + }, |
2895 | 2914 | "ParameterizedStatement":{
|
2896 | 2915 | "type":"structure",
|
2897 | 2916 | "required":["Statement"],
|
|
3193 | 3212 | "ReplicaStatusPercentProgress":{"shape":"ReplicaStatusPercentProgress"},
|
3194 | 3213 | "KMSMasterKeyId":{"shape":"KMSMasterKeyId"},
|
3195 | 3214 | "ProvisionedThroughputOverride":{"shape":"ProvisionedThroughputOverride"},
|
| 3215 | + "OnDemandThroughputOverride":{"shape":"OnDemandThroughputOverride"}, |
3196 | 3216 | "GlobalSecondaryIndexes":{"shape":"ReplicaGlobalSecondaryIndexDescriptionList"},
|
3197 | 3217 | "ReplicaInaccessibleDateTime":{"shape":"Date"},
|
3198 | 3218 | "ReplicaTableClassSummary":{"shape":"TableClassSummary"}
|
|
3207 | 3227 | "required":["IndexName"],
|
3208 | 3228 | "members":{
|
3209 | 3229 | "IndexName":{"shape":"IndexName"},
|
3210 |
| - "ProvisionedThroughputOverride":{"shape":"ProvisionedThroughputOverride"} |
| 3230 | + "ProvisionedThroughputOverride":{"shape":"ProvisionedThroughputOverride"}, |
| 3231 | + "OnDemandThroughputOverride":{"shape":"OnDemandThroughputOverride"} |
3211 | 3232 | }
|
3212 | 3233 | },
|
3213 | 3234 | "ReplicaGlobalSecondaryIndexAutoScalingDescription":{
|
|
3238 | 3259 | "type":"structure",
|
3239 | 3260 | "members":{
|
3240 | 3261 | "IndexName":{"shape":"IndexName"},
|
3241 |
| - "ProvisionedThroughputOverride":{"shape":"ProvisionedThroughputOverride"} |
| 3262 | + "ProvisionedThroughputOverride":{"shape":"ProvisionedThroughputOverride"}, |
| 3263 | + "OnDemandThroughputOverride":{"shape":"OnDemandThroughputOverride"} |
3242 | 3264 | }
|
3243 | 3265 | },
|
3244 | 3266 | "ReplicaGlobalSecondaryIndexDescriptionList":{
|
|
3420 | 3442 | "GlobalSecondaryIndexOverride":{"shape":"GlobalSecondaryIndexList"},
|
3421 | 3443 | "LocalSecondaryIndexOverride":{"shape":"LocalSecondaryIndexList"},
|
3422 | 3444 | "ProvisionedThroughputOverride":{"shape":"ProvisionedThroughput"},
|
| 3445 | + "OnDemandThroughputOverride":{"shape":"OnDemandThroughput"}, |
3423 | 3446 | "SSESpecificationOverride":{"shape":"SSESpecification"}
|
3424 | 3447 | }
|
3425 | 3448 | },
|
|
3442 | 3465 | "GlobalSecondaryIndexOverride":{"shape":"GlobalSecondaryIndexList"},
|
3443 | 3466 | "LocalSecondaryIndexOverride":{"shape":"LocalSecondaryIndexList"},
|
3444 | 3467 | "ProvisionedThroughputOverride":{"shape":"ProvisionedThroughput"},
|
| 3468 | + "OnDemandThroughputOverride":{"shape":"OnDemandThroughput"}, |
3445 | 3469 | "SSESpecificationOverride":{"shape":"SSESpecification"}
|
3446 | 3470 | }
|
3447 | 3471 | },
|
|
3633 | 3657 | "KeySchema":{"shape":"KeySchema"},
|
3634 | 3658 | "TableCreationDateTime":{"shape":"TableCreationDateTime"},
|
3635 | 3659 | "ProvisionedThroughput":{"shape":"ProvisionedThroughput"},
|
| 3660 | + "OnDemandThroughput":{"shape":"OnDemandThroughput"}, |
3636 | 3661 | "ItemCount":{"shape":"ItemCount"},
|
3637 | 3662 | "BillingMode":{"shape":"BillingMode"}
|
3638 | 3663 | }
|
|
3724 | 3749 | "KeySchema":{"shape":"KeySchema"},
|
3725 | 3750 | "BillingMode":{"shape":"BillingMode"},
|
3726 | 3751 | "ProvisionedThroughput":{"shape":"ProvisionedThroughput"},
|
| 3752 | + "OnDemandThroughput":{"shape":"OnDemandThroughput"}, |
3727 | 3753 | "SSESpecification":{"shape":"SSESpecification"},
|
3728 | 3754 | "GlobalSecondaryIndexes":{"shape":"GlobalSecondaryIndexList"}
|
3729 | 3755 | }
|
|
3753 | 3779 | "SSEDescription":{"shape":"SSEDescription"},
|
3754 | 3780 | "ArchivalSummary":{"shape":"ArchivalSummary"},
|
3755 | 3781 | "TableClassSummary":{"shape":"TableClassSummary"},
|
3756 |
| - "DeletionProtectionEnabled":{"shape":"DeletionProtectionEnabled"} |
| 3782 | + "DeletionProtectionEnabled":{"shape":"DeletionProtectionEnabled"}, |
| 3783 | + "OnDemandThroughput":{"shape":"OnDemandThroughput"} |
3757 | 3784 | }
|
3758 | 3785 | },
|
3759 | 3786 | "TableId":{
|
|
4024 | 4051 | "UpdateExpression":{"type":"string"},
|
4025 | 4052 | "UpdateGlobalSecondaryIndexAction":{
|
4026 | 4053 | "type":"structure",
|
4027 |
| - "required":[ |
4028 |
| - "IndexName", |
4029 |
| - "ProvisionedThroughput" |
4030 |
| - ], |
| 4054 | + "required":["IndexName"], |
4031 | 4055 | "members":{
|
4032 | 4056 | "IndexName":{"shape":"IndexName"},
|
4033 |
| - "ProvisionedThroughput":{"shape":"ProvisionedThroughput"} |
| 4057 | + "ProvisionedThroughput":{"shape":"ProvisionedThroughput"}, |
| 4058 | + "OnDemandThroughput":{"shape":"OnDemandThroughput"} |
4034 | 4059 | }
|
4035 | 4060 | },
|
4036 | 4061 | "UpdateGlobalTableInput":{
|
|
4133 | 4158 | "RegionName":{"shape":"RegionName"},
|
4134 | 4159 | "KMSMasterKeyId":{"shape":"KMSMasterKeyId"},
|
4135 | 4160 | "ProvisionedThroughputOverride":{"shape":"ProvisionedThroughputOverride"},
|
| 4161 | + "OnDemandThroughputOverride":{"shape":"OnDemandThroughputOverride"}, |
4136 | 4162 | "GlobalSecondaryIndexes":{"shape":"ReplicaGlobalSecondaryIndexList"},
|
4137 | 4163 | "TableClassOverride":{"shape":"TableClass"}
|
4138 | 4164 | }
|
|
4150 | 4176 | "SSESpecification":{"shape":"SSESpecification"},
|
4151 | 4177 | "ReplicaUpdates":{"shape":"ReplicationGroupUpdateList"},
|
4152 | 4178 | "TableClass":{"shape":"TableClass"},
|
4153 |
| - "DeletionProtectionEnabled":{"shape":"DeletionProtectionEnabled"} |
| 4179 | + "DeletionProtectionEnabled":{"shape":"DeletionProtectionEnabled"}, |
| 4180 | + "OnDemandThroughput":{"shape":"OnDemandThroughput"} |
4154 | 4181 | }
|
4155 | 4182 | },
|
4156 | 4183 | "UpdateTableOutput":{
|
|
0 commit comments