Skip to content

Commit

Permalink
Merge pull request #2827 from aws/release
Browse files Browse the repository at this point in the history
Release v1.23.20
  • Loading branch information
aws-sdk-go-automation committed Sep 11, 2019
2 parents b8c6c48 + 8c65862 commit f7b4b36
Show file tree
Hide file tree
Showing 19 changed files with 213 additions and 119 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,21 @@
Release v1.23.20 (2019-09-11)
===

### Service Client Updates
* `service/config`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
* This release adds support for new data fields and log format in VPC flow logs.
* `service/email`: Updates service documentation
* Updated API documentation to correct broken links, and to update content based on customer feedback.
* `service/mediaconnect`: Updates service API and documentation
* `service/rds`: Updates service API and documentation
* This release allows customers to specify a custom parameter group when creating a Read Replica, for DB engines which support this feature.
* `service/states`: Updates service API and documentation
* Fixing letter case in Map history event details to be small case

### SDK Enhancements
* Enabled verbose logging for continuous integration tests ([#2815](https://github.com/aws/aws-sdk-go/pull/2815))

Release v1.23.19 (2019-09-10)
===

Expand Down
1 change: 0 additions & 1 deletion CHANGELOG_PENDING.md
@@ -1,6 +1,5 @@
### SDK Features

### SDK Enhancements
* Enabled verbose logging for continuous integration tests ([#2815](https://github.com/aws/aws-sdk-go/pull/2815))

### SDK Bugs
2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.23.19"
const SDKVersion = "1.23.20"
16 changes: 11 additions & 5 deletions models/apis/config/2014-11-12/api-2.json
Expand Up @@ -1459,7 +1459,7 @@
"type":"structure",
"required":["OrganizationConfigRuleName"],
"members":{
"OrganizationConfigRuleName":{"shape":"StringWithCharLimit64"}
"OrganizationConfigRuleName":{"shape":"OrganizationConfigRuleName"}
}
},
"DeletePendingAggregationRequestRequest":{
Expand Down Expand Up @@ -2128,7 +2128,7 @@
"type":"structure",
"required":["OrganizationConfigRuleName"],
"members":{
"OrganizationConfigRuleName":{"shape":"StringWithCharLimit64"},
"OrganizationConfigRuleName":{"shape":"OrganizationConfigRuleName"},
"Filters":{"shape":"StatusDetailFilters"},
"Limit":{"shape":"CosmosPageLimit"},
"NextToken":{"shape":"String"}
Expand Down Expand Up @@ -2533,7 +2533,7 @@
"OrganizationConfigRuleArn"
],
"members":{
"OrganizationConfigRuleName":{"shape":"StringWithCharLimit64"},
"OrganizationConfigRuleName":{"shape":"OrganizationConfigRuleName"},
"OrganizationConfigRuleArn":{"shape":"StringWithCharLimit256"},
"OrganizationManagedRuleMetadata":{"shape":"OrganizationManagedRuleMetadata"},
"OrganizationCustomRuleMetadata":{"shape":"OrganizationCustomRuleMetadata"},
Expand All @@ -2545,6 +2545,12 @@
"type":"list",
"member":{"shape":"MemberAccountStatus"}
},
"OrganizationConfigRuleName":{
"type":"string",
"max":64,
"min":1,
"pattern":".*\\S.*"
},
"OrganizationConfigRuleNames":{
"type":"list",
"member":{"shape":"StringWithCharLimit64"},
Expand All @@ -2558,7 +2564,7 @@
"OrganizationRuleStatus"
],
"members":{
"OrganizationConfigRuleName":{"shape":"StringWithCharLimit64"},
"OrganizationConfigRuleName":{"shape":"OrganizationConfigRuleName"},
"OrganizationRuleStatus":{"shape":"OrganizationRuleStatus"},
"ErrorCode":{"shape":"String"},
"ErrorMessage":{"shape":"String"},
Expand Down Expand Up @@ -2736,7 +2742,7 @@
"type":"structure",
"required":["OrganizationConfigRuleName"],
"members":{
"OrganizationConfigRuleName":{"shape":"StringWithCharLimit64"},
"OrganizationConfigRuleName":{"shape":"OrganizationConfigRuleName"},
"OrganizationManagedRuleMetadata":{"shape":"OrganizationManagedRuleMetadata"},
"OrganizationCustomRuleMetadata":{"shape":"OrganizationCustomRuleMetadata"},
"ExcludedAccounts":{"shape":"ExcludedAccounts"}
Expand Down
15 changes: 10 additions & 5 deletions models/apis/config/2014-11-12/docs-2.json
Expand Up @@ -1609,6 +1609,16 @@
"GetOrganizationConfigRuleDetailedStatusResponse$OrganizationConfigRuleDetailedStatus": "<p>A list of <code>MemberAccountStatus</code> objects.</p>"
}
},
"OrganizationConfigRuleName": {
"base": null,
"refs": {
"DeleteOrganizationConfigRuleRequest$OrganizationConfigRuleName": "<p>The name of organization config rule that you want to delete.</p>",
"GetOrganizationConfigRuleDetailedStatusRequest$OrganizationConfigRuleName": "<p>The name of organization config rule for which you want status details for member accounts.</p>",
"OrganizationConfigRule$OrganizationConfigRuleName": "<p>The name that you assign to organization config rule.</p>",
"OrganizationConfigRuleStatus$OrganizationConfigRuleName": "<p>The name that you assign to organization config rule.</p>",
"PutOrganizationConfigRuleRequest$OrganizationConfigRuleName": "<p>The name that you assign to an organization config rule.</p>"
}
},
"OrganizationConfigRuleNames": {
"base": null,
"refs": {
Expand Down Expand Up @@ -2403,15 +2413,10 @@
"ConfigRuleEvaluationStatus$ConfigRuleName": "<p>The name of the AWS Config rule.</p>",
"DeleteConfigRuleRequest$ConfigRuleName": "<p>The name of the AWS Config rule that you want to delete.</p>",
"DeleteEvaluationResultsRequest$ConfigRuleName": "<p>The name of the AWS Config rule for which you want to delete the evaluation results.</p>",
"DeleteOrganizationConfigRuleRequest$OrganizationConfigRuleName": "<p>The name of organization config rule that you want to delete.</p>",
"EvaluationResultQualifier$ConfigRuleName": "<p>The name of the AWS Config rule that was used in the evaluation.</p>",
"GetComplianceDetailsByConfigRuleRequest$ConfigRuleName": "<p>The name of the AWS Config rule for which you want compliance information.</p>",
"GetOrganizationConfigRuleDetailedStatusRequest$OrganizationConfigRuleName": "<p>The name of organization config rule for which you want status details for member accounts.</p>",
"MemberAccountStatus$ConfigRuleName": "<p>The name of config rule deployed in the member account.</p>",
"OrganizationConfigRule$OrganizationConfigRuleName": "<p>The name that you assign to organization config rule.</p>",
"OrganizationConfigRuleNames$member": null,
"OrganizationConfigRuleStatus$OrganizationConfigRuleName": "<p>The name that you assign to organization config rule.</p>",
"PutOrganizationConfigRuleRequest$OrganizationConfigRuleName": "<p>The name that you assign to an organization config rule.</p>",
"ReevaluateConfigRuleNames$member": null
}
},
Expand Down
7 changes: 6 additions & 1 deletion models/apis/ec2/2016-11-15/api-2.json
Expand Up @@ -6003,7 +6003,8 @@
"ResourceType":{"shape":"FlowLogsResourceType"},
"TrafficType":{"shape":"TrafficType"},
"LogDestinationType":{"shape":"LogDestinationType"},
"LogDestination":{"shape":"String"}
"LogDestination":{"shape":"String"},
"LogFormat":{"shape":"String"}
}
},
"CreateFlowLogsResult":{
Expand Down Expand Up @@ -12819,6 +12820,10 @@
"LogDestination":{
"shape":"String",
"locationName":"logDestination"
},
"LogFormat":{
"shape":"String",
"locationName":"logFormat"
}
}
},
Expand Down

0 comments on commit f7b4b36

Please sign in to comment.