1{ 2 "skipEndpointTestGeneration": true, 3 "requiredTraitValidationEnabled": true, 4 "customSdkShapes": { 5 "shapes":{ 6 "SdkPartType":{ 7 "type":"string", 8 "enum":[ 9 "DEFAULT", 10 "LAST" 11 ] 12 } 13 } 14 }, 15 "shapeModifiers": { 16 "AllTypesStructure": { 17 "inject": [ 18 { 19 "SdkPartType": { 20 "shape": "SdkPartType", 21 "documentation": "Indicates whether the request is a last part or not. This field will not be included in the request payload." 22 } 23 } 24 ] 25 } 26 }, 27 "internalPlugins": [ 28 "software.amazon.awssdk.plugins.EndpointOverrideInternalTestPlugin" 29 ] 30} 31