From b7c7091434baa7ccb48a767efaf1377a10662efd Mon Sep 17 00:00:00 2001 From: Adam Fowler Date: Mon, 19 Feb 2024 07:52:21 +0000 Subject: [PATCH] Remvoe Sagemaker patch --- Sources/SotoCodeGeneratorLib/Model+Patch.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Sources/SotoCodeGeneratorLib/Model+Patch.swift b/Sources/SotoCodeGeneratorLib/Model+Patch.swift index 4517a11..469ac14 100644 --- a/Sources/SotoCodeGeneratorLib/Model+Patch.swift +++ b/Sources/SotoCodeGeneratorLib/Model+Patch.swift @@ -156,10 +156,6 @@ extension Model { "com.amazonaws.sqs#SendMessageBatchResult$Successful": RemoveTraitPatch(trait: RequiredTrait.self), "com.amazonaws.sqs#SendMessageBatchResult$Failed": RemoveTraitPatch(trait: RequiredTrait.self), ], - "SageMaker": [ - // pagination tokens in response shouldnt be required - "com.amazonaws.sagemaker#ListFeatureGroupsResponse$NextToken": RemoveTraitPatch(trait: RequiredTrait.self), - ], "Savingsplans": [ // service name change "com.amazonaws.savingsplans#AWSSavingsPlan": EditTraitPatch { trait -> AwsServiceTrait in trait.with(sdkId: "SavingsPlans") },