File tree Expand file tree Collapse file tree 1 file changed +31
-2
lines changed
codegen/sdk-codegen/aws-models Expand file tree Collapse file tree 1 file changed +31
-2
lines changed Original file line number Diff line number Diff line change 80348034 "method": "GET",
80358035 "uri": "/v1/apps/{ApplicationId}",
80368036 "code": 200
8037- }
8037+ },
8038+ "smithy.test#smokeTests": [
8039+ {
8040+ "id": "GetAppFailure",
8041+ "params": {
8042+ "ApplicationId": "InvalidApplicationId"
8043+ },
8044+ "vendorParams": {
8045+ "region": "us-west-2"
8046+ },
8047+ "vendorParamsShape": "aws.test#AwsVendorParams",
8048+ "expect": {
8049+ "failure": {}
8050+ }
8051+ }
8052+ ]
80388053 }
80398054 },
80408055 "com.amazonaws.pinpoint#GetAppRequest": {
82868301 "method": "GET",
82878302 "uri": "/v1/apps",
82888303 "code": 200
8289- }
8304+ },
8305+ "smithy.test#smokeTests": [
8306+ {
8307+ "id": "GetAppsSuccess",
8308+ "params": {},
8309+ "vendorParams": {
8310+ "region": "us-west-2"
8311+ },
8312+ "vendorParamsShape": "aws.test#AwsVendorParams",
8313+ "expect": {
8314+ "success": {}
8315+ }
8316+ }
8317+ ]
82908318 }
82918319 },
82928320 "com.amazonaws.pinpoint#GetAppsRequest": {
1520215230 "name": "mobiletargeting"
1520315231 },
1520415232 "aws.protocols#restJson1": {},
15233+ "smithy.api#auth": ["aws.auth#sigv4"],
1520515234 "smithy.api#documentation": "<p>Doc Engage API - Amazon Pinpoint API</p>",
1520615235 "smithy.api#title": "Amazon Pinpoint",
1520715236 "smithy.rules#endpointRuleSet": {
You can’t perform that action at this time.
0 commit comments