File tree Expand file tree Collapse file tree 1 file changed +27
-1
lines changed
codegen/sdk-codegen/aws-models Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change 2512
2512
}
2513
2513
],
2514
2514
"traits" : {
2515
- "smithy.api#documentation" : " <p>Displays the specified connection or all connections in this Region.</p>"
2515
+ "smithy.api#documentation" : " <p>Displays the specified connection or all connections in this Region.</p>" ,
2516
+ "smithy.test#smokeTests" : [
2517
+ {
2518
+ "id" : " DescribeConnectionsSuccess" ,
2519
+ "params" : {},
2520
+ "vendorParams" : {
2521
+ "region" : " us-west-2"
2522
+ },
2523
+ "vendorParamsShape" : " aws.test#AwsVendorParams" ,
2524
+ "expect" : {
2525
+ "success" : {}
2526
+ }
2527
+ },
2528
+ {
2529
+ "id" : " DescribeConnectionsFailure" ,
2530
+ "params" : {
2531
+ "connectionId" : " fake-connection"
2532
+ },
2533
+ "vendorParams" : {
2534
+ "region" : " us-west-2"
2535
+ },
2536
+ "vendorParamsShape" : " aws.test#AwsVendorParams" ,
2537
+ "expect" : {
2538
+ "failure" : {}
2539
+ }
2540
+ }
2541
+ ]
2516
2542
}
2517
2543
},
2518
2544
"com.amazonaws.directconnect#DescribeConnectionsOnInterconnect" : {
You can’t perform that action at this time.
0 commit comments