@@ -314,8 +314,6 @@ class GlobalTable(AWSObject):
314314 "AttributeDefinitions" : ([AttributeDefinition ], True ),
315315 "BillingMode" : (str , False ),
316316 "GlobalSecondaryIndexes" : ([GlobalTableGlobalSecondaryIndex ], False ),
317- "GlobalTableSettingsReplicationMode" : (str , False ),
318- "GlobalTableSourceArn" : (str , False ),
319317 "GlobalTableWitnesses" : ([GlobalTableWitness ], False ),
320318 "KeySchema" : ([KeySchema ], True ),
321319 "LocalSecondaryIndexes" : ([LocalSecondaryIndex ], False ),
@@ -443,7 +441,6 @@ class Table(AWSObject):
443441 "ContributorInsightsSpecification" : (ContributorInsightsSpecification , False ),
444442 "DeletionProtectionEnabled" : (boolean , False ),
445443 "GlobalSecondaryIndexes" : ([GlobalSecondaryIndex ], False ),
446- "GlobalTableSettingsReplicationMode" : (str , False ),
447444 "ImportSourceSpecification" : (ImportSourceSpecification , False ),
448445 "KeySchema" : ([KeySchema ], True ),
449446 "KinesisStreamSpecification" : (KinesisStreamSpecification , False ),
0 commit comments