Skip to content

Commit

Permalink
Merge pull request #2885 from aws/release
Browse files Browse the repository at this point in the history
Release v1.25.10
  • Loading branch information
aws-sdk-go-automation committed Oct 10, 2019
2 parents dedeb6b + 7887c50 commit 58b7199
Show file tree
Hide file tree
Showing 15 changed files with 763 additions and 198 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release v1.25.10 (2019-10-10)
===

### Service Client Updates
* `service/ec2`: Updates service API
* New EC2 M5n, M5dn, R5n, R5dn instances with 100 Gbps network performance and Elastic Fabric Adapter (EFA) for ultra low latency; New A1.metal bare metal instance powered by AWS Graviton Processors
* `aws/endpoints`: Updated Regions and Endpoints metadata.
* `service/fms`: Updates service API and documentation
* `service/iotanalytics`: Updates service API and documentation
* `service/runtime.lex`: Updates service API and documentation

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

Expand Down
95 changes: 91 additions & 4 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.25.9"
const SDKVersion = "1.25.10"
35 changes: 34 additions & 1 deletion models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -15687,7 +15687,40 @@
"a1.large",
"a1.xlarge",
"a1.2xlarge",
"a1.4xlarge"
"a1.4xlarge",
"a1.metal",
"m5dn.large",
"m5dn.xlarge",
"m5dn.2xlarge",
"m5dn.4xlarge",
"m5dn.8xlarge",
"m5dn.12xlarge",
"m5dn.16xlarge",
"m5dn.24xlarge",
"m5n.large",
"m5n.xlarge",
"m5n.2xlarge",
"m5n.4xlarge",
"m5n.8xlarge",
"m5n.12xlarge",
"m5n.16xlarge",
"m5n.24xlarge",
"r5dn.large",
"r5dn.xlarge",
"r5dn.2xlarge",
"r5dn.4xlarge",
"r5dn.8xlarge",
"r5dn.12xlarge",
"r5dn.16xlarge",
"r5dn.24xlarge",
"r5n.large",
"r5n.xlarge",
"r5n.2xlarge",
"r5n.4xlarge",
"r5n.8xlarge",
"r5n.12xlarge",
"r5n.16xlarge",
"r5n.24xlarge"
]
},
"InstanceTypeList":{
Expand Down
15 changes: 12 additions & 3 deletions models/apis/fms/2018-01-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@
"enum":[
"AWSCONFIG",
"AWSWAF",
"AWSSHIELD_ADVANCED"
"AWSSHIELD_ADVANCED",
"AWSVPC"
]
},
"DetailedInfo":{
Expand Down Expand Up @@ -664,7 +665,10 @@
"type":"string",
"enum":[
"WAF",
"SHIELD_ADVANCED"
"SHIELD_ADVANCED",
"SECURITY_GROUPS_COMMON",
"SECURITY_GROUPS_CONTENT_AUDIT",
"SECURITY_GROUPS_USAGE_AUDIT"
]
},
"TagKey":{
Expand All @@ -685,7 +689,12 @@
"WEB_ACL_MISSING_RULE_GROUP",
"RESOURCE_MISSING_WEB_ACL",
"RESOURCE_INCORRECT_WEB_ACL",
"RESOURCE_MISSING_SHIELD_PROTECTION"
"RESOURCE_MISSING_SHIELD_PROTECTION",
"RESOURCE_MISSING_WEB_ACL_OR_SHIELD_PROTECTION",
"RESOURCE_MISSING_SECURITY_GROUP",
"RESOURCE_VIOLATES_AUDIT_SECURITY_GROUP",
"SECURITY_GROUP_UNUSED",
"SECURITY_GROUP_REDUNDANT"
]
}
}
Expand Down
Loading

0 comments on commit 58b7199

Please sign in to comment.