Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Sep 5, 2019
1 parent 25fb323 commit 2137ab6
Show file tree
Hide file tree
Showing 11 changed files with 516 additions and 131 deletions.
7 changes: 7 additions & 0 deletions .changes/3.110.10
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "api-change",
"category": "ConfigService",
"description": "AWS Config now includes the option for marking RemediationConfigurations as automatic, removing the need to call the StartRemediationExecution API. Manual control over resource execution rate is also included, and RemediationConfigurations are now ARN addressable. Exceptions to exclude account resources from being remediated can be configured with the new PutRemediationExceptions, DescribeRemediationExceptions, and DeleteRemediationExceptions APIs."
}
]
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## next release

* `Aws\ConfigService` - AWS Config now includes the option for marking RemediationConfigurations as automatic, removing the need to call the StartRemediationExecution API. Manual control over resource execution rate is also included, and RemediationConfigurations are now ARN addressable. Exceptions to exclude account resources from being remediated can be configured with the new PutRemediationExceptions, DescribeRemediationExceptions, and DeleteRemediationExceptions APIs.

## 3.110.9 - 2019-09-04

* `Aws\EKS` - Amazon EKS DescribeCluster API returns a new OIDC issuer field that can be used to create OIDC identity provider for IAM for Service Accounts feature.
Expand Down
6 changes: 6 additions & 0 deletions src/ConfigService/ConfigServiceClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
* @method \GuzzleHttp\Promise\Promise deletePendingAggregationRequestAsync(array $args = [])
* @method \Aws\Result deleteRemediationConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteRemediationConfigurationAsync(array $args = [])
* @method \Aws\Result deleteRemediationExceptions(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteRemediationExceptionsAsync(array $args = [])
* @method \Aws\Result deleteRetentionConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteRetentionConfigurationAsync(array $args = [])
* @method \Aws\Result deliverConfigSnapshot(array $args = [])
Expand Down Expand Up @@ -64,6 +66,8 @@
* @method \GuzzleHttp\Promise\Promise describePendingAggregationRequestsAsync(array $args = [])
* @method \Aws\Result describeRemediationConfigurations(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeRemediationConfigurationsAsync(array $args = [])
* @method \Aws\Result describeRemediationExceptions(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeRemediationExceptionsAsync(array $args = [])
* @method \Aws\Result describeRemediationExecutionStatus(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeRemediationExecutionStatusAsync(array $args = [])
* @method \Aws\Result describeRetentionConfigurations(array $args = [])
Expand Down Expand Up @@ -112,6 +116,8 @@
* @method \GuzzleHttp\Promise\Promise putOrganizationConfigRuleAsync(array $args = [])
* @method \Aws\Result putRemediationConfigurations(array $args = [])
* @method \GuzzleHttp\Promise\Promise putRemediationConfigurationsAsync(array $args = [])
* @method \Aws\Result putRemediationExceptions(array $args = [])
* @method \GuzzleHttp\Promise\Promise putRemediationExceptionsAsync(array $args = [])
* @method \Aws\Result putRetentionConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise putRetentionConfigurationAsync(array $args = [])
* @method \Aws\Result selectResourceConfig(array $args = [])
Expand Down
Loading

0 comments on commit 2137ab6

Please sign in to comment.