Skip to content

Commit

Permalink
Add new aws_gamelift, aws_mca and aws_waf clients.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkakar committed Feb 10, 2016
1 parent a29139e commit 27fa2b9
Show file tree
Hide file tree
Showing 4 changed files with 1,666 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/aws_config.erl
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ deliver_config_snapshot(Client, Input, Options)
%% it is noncompliant if any of these resources do not comply.
%%
%% If AWS Config has no current evaluation results for the rule, it returns
%% <code>InsufficientData</code>. This result might indicate one of the
%% <code>INSUFFICIENT_DATA</code>. This result might indicate one of the
%% following conditions: <ul> <li>AWS Config has never invoked an evaluation
%% for the rule. To check whether it has, use the
%% <code>DescribeConfigRuleEvaluationStatus</code> action to get the
Expand Down Expand Up @@ -171,7 +171,7 @@ describe_compliance_by_config_rule(Client, Input, Options)
%% these rules.
%%
%% If AWS Config has no current evaluation results for the resource, it
%% returns <code>InsufficientData</code>. This result might indicate one of
%% returns <code>INSUFFICIENT_DATA</code>. This result might indicate one of
%% the following conditions about the rules that evaluate the resource: <ul>
%% <li>AWS Config has never invoked an evaluation for the rule. To check
%% whether it has, use the <code>DescribeConfigRuleEvaluationStatus</code>
Expand Down
Loading

0 comments on commit 27fa2b9

Please sign in to comment.