github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/autoscaling/2011-01-01/smoke.json (about) 1 { 2 "version": 1, 3 "defaultRegion": "us-west-2", 4 "testCases": [ 5 { 6 "operationName": "DescribeScalingProcessTypes", 7 "input": {}, 8 "errorExpectedFromService": false 9 }, 10 { 11 "operationName": "CreateLaunchConfiguration", 12 "input": { 13 "LaunchConfigurationName": "hello, world", 14 "ImageId": "ami-12345678", 15 "InstanceType": "m1.small" 16 }, 17 "errorExpectedFromService": true 18 } 19 ] 20 }