File tree 1 file changed +32
-3
lines changed
codegen/sdk-codegen/aws-models
1 file changed +32
-3
lines changed Original file line number Diff line number Diff line change 2325
2325
"outputToken" : " nextToken" ,
2326
2326
"items" : " logGroups" ,
2327
2327
"pageSize" : " limit"
2328
- }
2328
+ },
2329
+ "smithy.test#smokeTests" : [
2330
+ {
2331
+ "id" : " DescribeLogGroupsSuccess" ,
2332
+ "params" : {},
2333
+ "vendorParams" : {
2334
+ "region" : " us-west-2"
2335
+ },
2336
+ "vendorParamsShape" : " aws.test#AwsVendorParams" ,
2337
+ "expect" : {
2338
+ "success" : {}
2339
+ }
2340
+ }
2341
+ ]
2329
2342
}
2330
2343
},
2331
2344
"com.amazonaws.cloudwatchlogs#DescribeLogGroupsRequest" : {
3946
3959
"outputToken" : " nextForwardToken" ,
3947
3960
"items" : " events" ,
3948
3961
"pageSize" : " limit"
3949
- }
3962
+ },
3963
+ "smithy.test#smokeTests" : [
3964
+ {
3965
+ "id" : " GetLogEventsFailure" ,
3966
+ "params" : {
3967
+ "logGroupName" : " fakegroup" ,
3968
+ "logStreamName" : " fakestream"
3969
+ },
3970
+ "vendorParams" : {
3971
+ "region" : " us-west-2"
3972
+ },
3973
+ "vendorParamsShape" : " aws.test#AwsVendorParams" ,
3974
+ "expect" : {
3975
+ "failure" : {}
3976
+ }
3977
+ }
3978
+ ]
3950
3979
}
3951
3980
},
3952
3981
"com.amazonaws.cloudwatchlogs#GetLogEventsRequest" : {
5328
5357
"sdkId" : " CloudWatch Logs" ,
5329
5358
"arnNamespace" : " logs" ,
5330
5359
"cloudFormationName" : " Logs" ,
5331
- "cloudTrailEventSource" : " cloudwatchlogs .amazonaws.com" ,
5360
+ "cloudTrailEventSource" : " logs .amazonaws.com" ,
5332
5361
"docId" : " logs-2014-03-28" ,
5333
5362
"endpointPrefix" : " logs"
5334
5363
},
You can’t perform that action at this time.
0 commit comments