Skip to content

Commit

Permalink
Release v1.35.36 (2020-12-01) (#3667)
Browse files Browse the repository at this point in the history
Release v1.35.36 (2020-12-01)
===

### Service Client Updates
* `service/ec2`: Updates service API
  * This release introduces Amazon EC2 Mac1 instances, a new Amazon EC2 instance family built on Apple Mac mini computers, powered by AWS Nitro System, and support running macOS workloads on Amazon EC2
  • Loading branch information
aws-sdk-go-automation authored Dec 1, 2020
1 parent 6bbd083 commit a4caeca
Show file tree
Hide file tree
Showing 6 changed files with 63 additions and 22 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Release v1.35.36 (2020-12-01)
===

### Service Client Updates
* `service/ec2`: Updates service API
* This release introduces Amazon EC2 Mac1 instances, a new Amazon EC2 instance family built on Apple Mac mini computers, powered by AWS Nitro System, and support running macOS workloads on Amazon EC2

Release v1.35.35 (2020-11-24)
===

Expand Down
29 changes: 21 additions & 8 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.35.35"
const SDKVersion = "1.35.36"
15 changes: 10 additions & 5 deletions models/apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -15392,7 +15392,8 @@
"shape":"FleetLaunchTemplateConfigRequest",
"locationName":"item"
},
"max":50
"max":50,
"min":0
},
"FleetLaunchTemplateConfigRequest":{
"type":"structure",
Expand Down Expand Up @@ -15447,7 +15448,8 @@
"shape":"FleetLaunchTemplateOverridesRequest",
"locationName":"item"
},
"max":50
"max":50,
"min":0
},
"FleetLaunchTemplateOverridesRequest":{
"type":"structure",
Expand Down Expand Up @@ -19145,7 +19147,8 @@
"m6gd.4xlarge",
"m6gd.8xlarge",
"m6gd.12xlarge",
"m6gd.16xlarge"
"m6gd.16xlarge",
"mac1.metal"
]
},
"InstanceTypeHypervisor":{
Expand Down Expand Up @@ -24719,7 +24722,8 @@
"type":"list",
"member":{"shape":"InstanceType"},
"locationName":"InstanceType",
"max":100
"max":100,
"min":0
},
"RequestLaunchTemplateData":{
"type":"structure",
Expand Down Expand Up @@ -30157,7 +30161,8 @@
},
"VersionDescription":{
"type":"string",
"max":255
"max":255,
"min":0
},
"VersionStringList":{
"type":"list",
Expand Down
28 changes: 20 additions & 8 deletions models/endpoints/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,19 @@
"us-west-2" : { }
}
},
"airflow" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-west-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
}
},
"api.detective" : {
"defaults" : {
"protocols" : [ "https" ]
Expand Down Expand Up @@ -849,8 +862,7 @@
},
"chime" : {
"defaults" : {
"protocols" : [ "https" ],
"sslCommonName" : "service.chime.aws.amazon.com"
"protocols" : [ "https" ]
},
"endpoints" : {
"aws-global" : {
Expand Down Expand Up @@ -1322,8 +1334,10 @@
},
"hostname" : "cognito-identity-fips.us-west-2.amazonaws.com"
},
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
Expand Down Expand Up @@ -1358,6 +1372,7 @@
},
"hostname" : "cognito-idp-fips.us-west-2.amazonaws.com"
},
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
Expand Down Expand Up @@ -6068,11 +6083,14 @@
},
"transcribestreaming" : {
"endpoints" : {
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-southeast-2" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-2" : { }
Expand Down Expand Up @@ -7031,12 +7049,6 @@
"region" : "cn-northwest-1"
},
"hostname" : "organizations.cn-northwest-1.amazonaws.com.cn"
},
"fips-aws-cn-global" : {
"credentialScope" : {
"region" : "cn-northwest-1"
},
"hostname" : "organizations.cn-northwest-1.amazonaws.com.cn"
}
},
"isRegionalized" : false,
Expand Down
4 changes: 4 additions & 0 deletions service/ec2/api.go

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

0 comments on commit a4caeca

Please sign in to comment.