Skip to content

Commit

Permalink
Release v1.35.6 (2020-10-08) (#3585)
Browse files Browse the repository at this point in the history
Release v1.35.6 (2020-10-08)
===

### Service Client Updates
* `service/ce`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
  * AWS EC2 RevokeSecurityGroupIngress and RevokeSecurityGroupEgress APIs will return IpPermissions which do not match with any existing IpPermissions for security groups in default VPC and EC2-Classic.
* `service/eventbridge`: Updates service API and documentation
* `service/events`: Updates service API and documentation
  * Amazon EventBridge (formerly called CloudWatch Events) adds support for target Dead-letter Queues and custom retry policies.
* `service/rds`: Updates service API and documentation
  * Supports a new parameter to set the max allocated storage in gigabytes for restore database instance from S3 and restore database instance to a point in time APIs.
* `service/rekognition`: Updates service API and documentation
  * This release provides location information for the manifest validation files.
* `service/sagemaker`: Updates service API and documentation
  * This release enables Sagemaker customers to convert Tensorflow and PyTorch models to CoreML (ML Model) format.
* `service/sns`: Updates service documentation
  * Documentation updates for SNS.
  • Loading branch information
aws-sdk-go-automation authored Oct 8, 2020
1 parent 7733817 commit dc81c6f
Show file tree
Hide file tree
Showing 25 changed files with 905 additions and 109 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Release v1.35.6 (2020-10-08)
===

### Service Client Updates
* `service/ce`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
* AWS EC2 RevokeSecurityGroupIngress and RevokeSecurityGroupEgress APIs will return IpPermissions which do not match with any existing IpPermissions for security groups in default VPC and EC2-Classic.
* `service/eventbridge`: Updates service API and documentation
* `service/events`: Updates service API and documentation
* Amazon EventBridge (formerly called CloudWatch Events) adds support for target Dead-letter Queues and custom retry policies.
* `service/rds`: Updates service API and documentation
* Supports a new parameter to set the max allocated storage in gigabytes for restore database instance from S3 and restore database instance to a point in time APIs.
* `service/rekognition`: Updates service API and documentation
* This release provides location information for the manifest validation files.
* `service/sagemaker`: Updates service API and documentation
* This release enables Sagemaker customers to convert Tensorflow and PyTorch models to CoreML (ML Model) format.
* `service/sns`: Updates service documentation
* Documentation updates for SNS.

Release v1.35.5 (2020-10-07)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.35.5"
const SDKVersion = "1.35.6"
36 changes: 33 additions & 3 deletions models/apis/ce/2017-10-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,8 @@
"EffectiveEnd":{"shape":"ZonedDateTime"},
"Name":{"shape":"CostCategoryName"},
"RuleVersion":{"shape":"CostCategoryRuleVersion"},
"Rules":{"shape":"CostCategoryRulesList"}
"Rules":{"shape":"CostCategoryRulesList"},
"ProcessingStatus":{"shape":"CostCategoryProcessingStatusList"}
}
},
"CostCategoryMaxResults":{
Expand All @@ -582,14 +583,27 @@
"min":1,
"pattern":"^(?! )[\\p{L}\\p{N}\\p{Z}-_]*(?<! )$"
},
"CostCategoryProcessingStatus":{
"type":"structure",
"members":{
"Component":{"shape":"CostCategoryStatusComponent"},
"Status":{"shape":"CostCategoryStatus"}
}
},
"CostCategoryProcessingStatusList":{
"type":"list",
"member":{"shape":"CostCategoryProcessingStatus"}
},
"CostCategoryReference":{
"type":"structure",
"members":{
"CostCategoryArn":{"shape":"Arn"},
"Name":{"shape":"CostCategoryName"},
"EffectiveStart":{"shape":"ZonedDateTime"},
"EffectiveEnd":{"shape":"ZonedDateTime"},
"NumberOfRules":{"shape":"NonNegativeInteger"}
"NumberOfRules":{"shape":"NonNegativeInteger"},
"ProcessingStatus":{"shape":"CostCategoryProcessingStatusList"},
"Values":{"shape":"CostCategoryValuesList"}
}
},
"CostCategoryReferencesList":{
Expand Down Expand Up @@ -617,6 +631,17 @@
"max":500,
"min":1
},
"CostCategoryStatus":{
"type":"string",
"enum":[
"PROCESSING",
"APPLIED"
]
},
"CostCategoryStatusComponent":{
"type":"string",
"enum":["COST_EXPLORER"]
},
"CostCategoryValue":{
"type":"string",
"max":255,
Expand All @@ -627,9 +652,14 @@
"type":"structure",
"members":{
"Key":{"shape":"CostCategoryName"},
"Values":{"shape":"Values"}
"Values":{"shape":"Values"},
"MatchOptions":{"shape":"MatchOptions"}
}
},
"CostCategoryValuesList":{
"type":"list",
"member":{"shape":"CostCategoryValue"}
},
"Coverage":{
"type":"structure",
"members":{
Expand Down
35 changes: 34 additions & 1 deletion models/apis/ce/2017-10-25/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,19 @@
"CreateCostCategoryDefinitionRequest$Name": null
}
},
"CostCategoryProcessingStatus": {
"base": "<p> The list of processing statuses for Cost Management products for a specific cost category. </p>",
"refs": {
"CostCategoryProcessingStatusList$member": null
}
},
"CostCategoryProcessingStatusList": {
"base": null,
"refs": {
"CostCategory$ProcessingStatus": "<p> The list of processing statuses for Cost Management products for a specific cost category. </p>",
"CostCategoryReference$ProcessingStatus": "<p> The list of processing statuses for Cost Management products for a specific cost category. </p>"
}
},
"CostCategoryReference": {
"base": "<p>A reference to a Cost Category containing only enough information to identify the Cost Category.</p> <p>You can use this information to retrieve the full Cost Category information using <code>DescribeCostCategory</code>.</p>",
"refs": {
Expand Down Expand Up @@ -220,10 +233,23 @@
"UpdateCostCategoryDefinitionRequest$Rules": "<p>The <code>Expression</code> object used to categorize costs. For more information, see <a href=\"https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_CostCategoryRule.html\">CostCategoryRule </a>. </p>"
}
},
"CostCategoryStatus": {
"base": null,
"refs": {
"CostCategoryProcessingStatus$Status": "<p> The process status for a specific cost category. </p>"
}
},
"CostCategoryStatusComponent": {
"base": null,
"refs": {
"CostCategoryProcessingStatus$Component": "<p> The Cost Management product name of the applied status. </p>"
}
},
"CostCategoryValue": {
"base": "<p>The value a line item will be categorized as, if it matches the rule.</p>",
"refs": {
"CostCategoryRule$Value": null
"CostCategoryRule$Value": null,
"CostCategoryValuesList$member": null
}
},
"CostCategoryValues": {
Expand All @@ -232,6 +258,12 @@
"Expression$CostCategories": "<p>The filter based on <code>CostCategory</code> values.</p>"
}
},
"CostCategoryValuesList": {
"base": null,
"refs": {
"CostCategoryReference$Values": "<p> A list of unique cost category values in a specific cost category. </p>"
}
},
"Coverage": {
"base": "<p>The amount of instance usage that a reservation covered.</p>",
"refs": {
Expand Down Expand Up @@ -999,6 +1031,7 @@
"MatchOptions": {
"base": null,
"refs": {
"CostCategoryValues$MatchOptions": "<p> The match options that you can use to filter your results. MatchOptions is only applicable for only applicable for actions related to cost category. The default values for <code>MatchOptions</code> is <code>EQUALS</code> and <code>CASE_SENSITIVE</code>. </p>",
"DimensionValues$MatchOptions": "<p>The match options that you can use to filter your results. <code>MatchOptions</code> is only applicable for actions related to Cost Category. The default values for <code>MatchOptions</code> are <code>EQUALS</code> and <code>CASE_SENSITIVE</code>.</p>",
"TagValues$MatchOptions": "<p>The match options that you can use to filter your results. <code>MatchOptions</code> is only applicable for actions related to Cost Category. The default values for <code>MatchOptions</code> are <code>EQUALS</code> and <code>CASE_SENSITIVE</code>.</p>"
}
Expand Down
32 changes: 30 additions & 2 deletions models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3571,15 +3571,17 @@
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"RevokeSecurityGroupEgressRequest"}
"input":{"shape":"RevokeSecurityGroupEgressRequest"},
"output":{"shape":"RevokeSecurityGroupEgressResult"}
},
"RevokeSecurityGroupIngress":{
"name":"RevokeSecurityGroupIngress",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"RevokeSecurityGroupIngressRequest"}
"input":{"shape":"RevokeSecurityGroupIngressRequest"},
"output":{"shape":"RevokeSecurityGroupIngressResult"}
},
"RunInstances":{
"name":"RunInstances",
Expand Down Expand Up @@ -25460,6 +25462,19 @@
}
}
},
"RevokeSecurityGroupEgressResult":{
"type":"structure",
"members":{
"Return":{
"shape":"Boolean",
"locationName":"return"
},
"UnknownIpPermissions":{
"shape":"IpPermissionList",
"locationName":"unknownIpPermissionSet"
}
}
},
"RevokeSecurityGroupIngressRequest":{
"type":"structure",
"members":{
Expand All @@ -25478,6 +25493,19 @@
}
}
},
"RevokeSecurityGroupIngressResult":{
"type":"structure",
"members":{
"Return":{
"shape":"Boolean",
"locationName":"return"
},
"UnknownIpPermissions":{
"shape":"IpPermissionList",
"locationName":"unknownIpPermissionSet"
}
}
},
"RootDeviceType":{
"type":"string",
"enum":[
Expand Down
Loading

0 comments on commit dc81c6f

Please sign in to comment.