Skip to content

Commit

Permalink
Remove EXTERNAL_PROVIDER patch
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Jun 17, 2024
1 parent 38415f9 commit 159e649
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Sources/SotoCodeGeneratorLib/Model+Patch.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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<EnumShape>(
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) },
Expand Down

0 comments on commit 159e649

Please sign in to comment.