From 159e6496f32ad9a54fb31a80a2b1c432cb076129 Mon Sep 17 00:00:00 2001 From: Adam Fowler Date: Mon, 17 Jun 2024 08:12:25 +0100 Subject: [PATCH] Remove EXTERNAL_PROVIDER patch --- Sources/SotoCodeGeneratorLib/Model+Patch.swift | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Sources/SotoCodeGeneratorLib/Model+Patch.swift b/Sources/SotoCodeGeneratorLib/Model+Patch.swift index 469ac14..50e0797 100644 --- a/Sources/SotoCodeGeneratorLib/Model+Patch.swift +++ b/Sources/SotoCodeGeneratorLib/Model+Patch.swift @@ -47,14 +47,6 @@ extension Model { // service name change "com.amazonaws.codestarnotifications#CodeStarNotifications_20191015": EditTraitPatch { trait -> AwsServiceTrait in trait.with(sdkId: "CodeStarNotifications") }, ], - "CognitoIdentityProvider": [ - // https://github.com/soto-project/soto/issues/478 - "com.amazonaws.cognitoidentityprovider#UserStatusType": AddShapeMemberPatch( - name: "EXTERNAL_PROVIDER", - shapeId: "smithy.api#Unit", - traits: [EnumValueTrait(value: .string("EXTERNAL_PROVIDER"))] - ), - ], "DynamoDB": [ // Make TransactWriteItem an enum with associated values "com.amazonaws.dynamodb#TransactWriteItem": EditShapePatch { (shape: StructureShape) in return UnionShape(traits: shape.traits, members: shape.members) },