Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-ruby-automation committed May 2, 2024
1 parent 595ad67 commit 85761e9
Show file tree
Hide file tree
Showing 48 changed files with 1,995 additions and 143 deletions.
55 changes: 41 additions & 14 deletions apis/dynamodb/2012-08-10/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1528,7 +1528,8 @@
"IndexName":{"shape":"IndexName"},
"KeySchema":{"shape":"KeySchema"},
"Projection":{"shape":"Projection"},
"ProvisionedThroughput":{"shape":"ProvisionedThroughput"}
"ProvisionedThroughput":{"shape":"ProvisionedThroughput"},
"OnDemandThroughput":{"shape":"OnDemandThroughput"}
}
},
"CreateGlobalTableInput":{
Expand Down Expand Up @@ -1562,6 +1563,7 @@
"RegionName":{"shape":"RegionName"},
"KMSMasterKeyId":{"shape":"KMSMasterKeyId"},
"ProvisionedThroughputOverride":{"shape":"ProvisionedThroughputOverride"},
"OnDemandThroughputOverride":{"shape":"OnDemandThroughputOverride"},
"GlobalSecondaryIndexes":{"shape":"ReplicaGlobalSecondaryIndexList"},
"TableClassOverride":{"shape":"TableClass"}
}
Expand All @@ -1586,7 +1588,8 @@
"Tags":{"shape":"TagList"},
"TableClass":{"shape":"TableClass"},
"DeletionProtectionEnabled":{"shape":"DeletionProtectionEnabled"},
"ResourcePolicy":{"shape":"ResourcePolicy"}
"ResourcePolicy":{"shape":"ResourcePolicy"},
"OnDemandThroughput":{"shape":"OnDemandThroughput"}
}
},
"CreateTableOutput":{
Expand Down Expand Up @@ -2222,7 +2225,8 @@
"IndexName":{"shape":"IndexName"},
"KeySchema":{"shape":"KeySchema"},
"Projection":{"shape":"Projection"},
"ProvisionedThroughput":{"shape":"ProvisionedThroughput"}
"ProvisionedThroughput":{"shape":"ProvisionedThroughput"},
"OnDemandThroughput":{"shape":"OnDemandThroughput"}
}
},
"GlobalSecondaryIndexAutoScalingUpdate":{
Expand All @@ -2248,7 +2252,8 @@
"ProvisionedThroughput":{"shape":"ProvisionedThroughputDescription"},
"IndexSizeBytes":{"shape":"LongObject"},
"ItemCount":{"shape":"LongObject"},
"IndexArn":{"shape":"String"}
"IndexArn":{"shape":"String"},
"OnDemandThroughput":{"shape":"OnDemandThroughput"}
}
},
"GlobalSecondaryIndexDescriptionList":{
Expand All @@ -2261,7 +2266,8 @@
"IndexName":{"shape":"IndexName"},
"KeySchema":{"shape":"KeySchema"},
"Projection":{"shape":"Projection"},
"ProvisionedThroughput":{"shape":"ProvisionedThroughput"}
"ProvisionedThroughput":{"shape":"ProvisionedThroughput"},
"OnDemandThroughput":{"shape":"OnDemandThroughput"}
}
},
"GlobalSecondaryIndexList":{
Expand Down Expand Up @@ -2892,6 +2898,19 @@
"type":"list",
"member":{"shape":"NumberAttributeValue"}
},
"OnDemandThroughput":{
"type":"structure",
"members":{
"MaxReadRequestUnits":{"shape":"LongObject"},
"MaxWriteRequestUnits":{"shape":"LongObject"}
}
},
"OnDemandThroughputOverride":{
"type":"structure",
"members":{
"MaxReadRequestUnits":{"shape":"LongObject"}
}
},
"ParameterizedStatement":{
"type":"structure",
"required":["Statement"],
Expand Down Expand Up @@ -3193,6 +3212,7 @@
"ReplicaStatusPercentProgress":{"shape":"ReplicaStatusPercentProgress"},
"KMSMasterKeyId":{"shape":"KMSMasterKeyId"},
"ProvisionedThroughputOverride":{"shape":"ProvisionedThroughputOverride"},
"OnDemandThroughputOverride":{"shape":"OnDemandThroughputOverride"},
"GlobalSecondaryIndexes":{"shape":"ReplicaGlobalSecondaryIndexDescriptionList"},
"ReplicaInaccessibleDateTime":{"shape":"Date"},
"ReplicaTableClassSummary":{"shape":"TableClassSummary"}
Expand All @@ -3207,7 +3227,8 @@
"required":["IndexName"],
"members":{
"IndexName":{"shape":"IndexName"},
"ProvisionedThroughputOverride":{"shape":"ProvisionedThroughputOverride"}
"ProvisionedThroughputOverride":{"shape":"ProvisionedThroughputOverride"},
"OnDemandThroughputOverride":{"shape":"OnDemandThroughputOverride"}
}
},
"ReplicaGlobalSecondaryIndexAutoScalingDescription":{
Expand Down Expand Up @@ -3238,7 +3259,8 @@
"type":"structure",
"members":{
"IndexName":{"shape":"IndexName"},
"ProvisionedThroughputOverride":{"shape":"ProvisionedThroughputOverride"}
"ProvisionedThroughputOverride":{"shape":"ProvisionedThroughputOverride"},
"OnDemandThroughputOverride":{"shape":"OnDemandThroughputOverride"}
}
},
"ReplicaGlobalSecondaryIndexDescriptionList":{
Expand Down Expand Up @@ -3420,6 +3442,7 @@
"GlobalSecondaryIndexOverride":{"shape":"GlobalSecondaryIndexList"},
"LocalSecondaryIndexOverride":{"shape":"LocalSecondaryIndexList"},
"ProvisionedThroughputOverride":{"shape":"ProvisionedThroughput"},
"OnDemandThroughputOverride":{"shape":"OnDemandThroughput"},
"SSESpecificationOverride":{"shape":"SSESpecification"}
}
},
Expand All @@ -3442,6 +3465,7 @@
"GlobalSecondaryIndexOverride":{"shape":"GlobalSecondaryIndexList"},
"LocalSecondaryIndexOverride":{"shape":"LocalSecondaryIndexList"},
"ProvisionedThroughputOverride":{"shape":"ProvisionedThroughput"},
"OnDemandThroughputOverride":{"shape":"OnDemandThroughput"},
"SSESpecificationOverride":{"shape":"SSESpecification"}
}
},
Expand Down Expand Up @@ -3633,6 +3657,7 @@
"KeySchema":{"shape":"KeySchema"},
"TableCreationDateTime":{"shape":"TableCreationDateTime"},
"ProvisionedThroughput":{"shape":"ProvisionedThroughput"},
"OnDemandThroughput":{"shape":"OnDemandThroughput"},
"ItemCount":{"shape":"ItemCount"},
"BillingMode":{"shape":"BillingMode"}
}
Expand Down Expand Up @@ -3724,6 +3749,7 @@
"KeySchema":{"shape":"KeySchema"},
"BillingMode":{"shape":"BillingMode"},
"ProvisionedThroughput":{"shape":"ProvisionedThroughput"},
"OnDemandThroughput":{"shape":"OnDemandThroughput"},
"SSESpecification":{"shape":"SSESpecification"},
"GlobalSecondaryIndexes":{"shape":"GlobalSecondaryIndexList"}
}
Expand Down Expand Up @@ -3753,7 +3779,8 @@
"SSEDescription":{"shape":"SSEDescription"},
"ArchivalSummary":{"shape":"ArchivalSummary"},
"TableClassSummary":{"shape":"TableClassSummary"},
"DeletionProtectionEnabled":{"shape":"DeletionProtectionEnabled"}
"DeletionProtectionEnabled":{"shape":"DeletionProtectionEnabled"},
"OnDemandThroughput":{"shape":"OnDemandThroughput"}
}
},
"TableId":{
Expand Down Expand Up @@ -4024,13 +4051,11 @@
"UpdateExpression":{"type":"string"},
"UpdateGlobalSecondaryIndexAction":{
"type":"structure",
"required":[
"IndexName",
"ProvisionedThroughput"
],
"required":["IndexName"],
"members":{
"IndexName":{"shape":"IndexName"},
"ProvisionedThroughput":{"shape":"ProvisionedThroughput"}
"ProvisionedThroughput":{"shape":"ProvisionedThroughput"},
"OnDemandThroughput":{"shape":"OnDemandThroughput"}
}
},
"UpdateGlobalTableInput":{
Expand Down Expand Up @@ -4133,6 +4158,7 @@
"RegionName":{"shape":"RegionName"},
"KMSMasterKeyId":{"shape":"KMSMasterKeyId"},
"ProvisionedThroughputOverride":{"shape":"ProvisionedThroughputOverride"},
"OnDemandThroughputOverride":{"shape":"OnDemandThroughputOverride"},
"GlobalSecondaryIndexes":{"shape":"ReplicaGlobalSecondaryIndexList"},
"TableClassOverride":{"shape":"TableClass"}
}
Expand All @@ -4150,7 +4176,8 @@
"SSESpecification":{"shape":"SSESpecification"},
"ReplicaUpdates":{"shape":"ReplicationGroupUpdateList"},
"TableClass":{"shape":"TableClass"},
"DeletionProtectionEnabled":{"shape":"DeletionProtectionEnabled"}
"DeletionProtectionEnabled":{"shape":"DeletionProtectionEnabled"},
"OnDemandThroughput":{"shape":"OnDemandThroughput"}
}
},
"UpdateTableOutput":{
Expand Down
Loading

0 comments on commit 85761e9

Please sign in to comment.