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 11, 2019
1 parent 08d3993 commit 638e1a4
Show file tree
Hide file tree
Showing 24 changed files with 123 additions and 61 deletions.
32 changes: 32 additions & 0 deletions .changes/3.111.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"type": "enhancement",
"category": "SES",
"description": "Updated API documentation to correct broken links, and to update content based on customer feedback."
},
{
"type": "api-change",
"category": "EC2",
"description": "This release adds support for new data fields and log format in VPC flow logs."
},
{
"type": "api-change",
"category": "RDS",
"description": "This release allows customers to specify a custom parameter group when creating a Read Replica, for DB engines which support this feature."
},
{
"type": "api-change",
"category": "MediaConnect",
"description": "This release adds support for the RIST protocol on sources and outputs."
},
{
"type": "api-change",
"category": "ConfigService",
"description": "Adding input validation for the OrganizationConfigRuleName string."
},
{
"type": "api-change",
"category": "SFN",
"description": "Fixing letter case in Map history event details to be small case"
}
]
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## next release

* `Aws\ConfigService` - Adding input validation for the OrganizationConfigRuleName string.
* `Aws\EC2` - This release adds support for new data fields and log format in VPC flow logs.
* `Aws\MediaConnect` - This release adds support for the RIST protocol on sources and outputs.
* `Aws\RDS` - This release allows customers to specify a custom parameter group when creating a Read Replica, for DB engines which support this feature.
* `Aws\SES` - Updated API documentation to correct broken links, and to update content based on customer feedback.
* `Aws\SFN` - Fixing letter case in Map history event details to be small case

## 3.111.1 - 2019-09-10

* `Aws\StorageGateway` - The CloudWatchLogGroupARN parameter of the UpdateGatewayInformation API allows for configuring the gateway to use a CloudWatch log-group where Storage Gateway health events will be logged.
Expand Down
16 changes: 11 additions & 5 deletions src/data/config/2014-11-12/api-2.json
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion src/data/config/2014-11-12/api-2.json.php

Large diffs are not rendered by default.

15 changes: 10 additions & 5 deletions src/data/config/2014-11-12/docs-2.json
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion src/data/config/2014-11-12/docs-2.json.php

Large diffs are not rendered by default.

7 changes: 6 additions & 1 deletion src/data/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion src/data/ec2/2016-11-15/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit 638e1a4

Please sign in to comment.