forked from aws/aws-sdk-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
awssdkgo
committed
Jan 9, 2018
1 parent
ccb909e
commit 3c754f1
Showing
5 changed files
with
83 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"version": 1, | ||
"defaultRegion": "us-west-2", | ||
"testCases": [ | ||
{ | ||
"operationName": "ListAliases", | ||
"input": {}, | ||
"errorExpectedFromService": false | ||
}, | ||
{ | ||
"operationName": "GetKeyPolicy", | ||
"input": { | ||
"KeyId": "12345678-1234-1234-1234-123456789012", | ||
"PolicyName": "fakePolicy" | ||
}, | ||
"errorExpectedFromService": true | ||
} | ||
] | ||
} |
Oops, something went wrong.