Skip to content

Commit

Permalink
Release v1.31.10 (2020-06-03)
Browse files Browse the repository at this point in the history
===

### Service Client Updates
* `service/directconnect`: Updates service API and documentation
  * This release supports the virtual interface failover test, which allows you to verify that traffic routes over redundant virtual interfaces when you bring your primary virtual interface out of service.
* `service/elasticache`: Updates service API and documentation
  * This release improves the Multi-AZ feature in ElastiCache by adding a separate flag and proper validations.
* `service/es`: Updates service API, documentation, and paginators
  * Amazon Elasticsearch Service now offers support for cross-cluster search, enabling you to perform searches, aggregations, and visualizations across multiple Amazon Elasticsearch Service domains with a single query or from a single Kibana interface. New feature includes the ability to setup connection, required to perform cross-cluster search, between domains using an approval workflow.
* `service/glue`: Updates service API and documentation
  * Adding databaseName in the response for GetUserDefinedFunctions() API.
* `service/iam`: Updates service API and documentation
  * GenerateServiceLastAccessedDetails will now return ActionLastAccessed details for certain S3 control plane actions
* `service/mediaconvert`: Updates service API and documentation
  * AWS Elemental MediaConvert SDK has added support for the encoding of VP8 or VP9 video in WebM container with Vorbis or Opus audio.
  • Loading branch information
awssdkgo committed Jun 3, 2020
1 parent d737591 commit 4a6fd9f
Show file tree
Hide file tree
Showing 27 changed files with 5,043 additions and 388 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Release v1.31.10 (2020-06-03)
===

### Service Client Updates
* `service/directconnect`: Updates service API and documentation
* This release supports the virtual interface failover test, which allows you to verify that traffic routes over redundant virtual interfaces when you bring your primary virtual interface out of service.
* `service/elasticache`: Updates service API and documentation
* This release improves the Multi-AZ feature in ElastiCache by adding a separate flag and proper validations.
* `service/es`: Updates service API, documentation, and paginators
* Amazon Elasticsearch Service now offers support for cross-cluster search, enabling you to perform searches, aggregations, and visualizations across multiple Amazon Elasticsearch Service domains with a single query or from a single Kibana interface. New feature includes the ability to setup connection, required to perform cross-cluster search, between domains using an approval workflow.
* `service/glue`: Updates service API and documentation
* Adding databaseName in the response for GetUserDefinedFunctions() API.
* `service/iam`: Updates service API and documentation
* GenerateServiceLastAccessedDetails will now return ActionLastAccessed details for certain S3 control plane actions
* `service/mediaconvert`: Updates service API and documentation
* AWS Elemental MediaConvert SDK has added support for the encoding of VP8 or VP9 video in WebM container with Vorbis or Opus audio.

Release v1.31.9 (2020-06-02)
===

Expand Down
7 changes: 7 additions & 0 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.31.9"
const SDKVersion = "1.31.10"
114 changes: 114 additions & 0 deletions models/apis/directconnect/2012-10-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,45 @@
{"shape":"DirectConnectClientException"}
]
},
"ListVirtualInterfaceTestHistory":{
"name":"ListVirtualInterfaceTestHistory",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListVirtualInterfaceTestHistoryRequest"},
"output":{"shape":"ListVirtualInterfaceTestHistoryResponse"},
"errors":[
{"shape":"DirectConnectServerException"},
{"shape":"DirectConnectClientException"}
]
},
"StartBgpFailoverTest":{
"name":"StartBgpFailoverTest",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"StartBgpFailoverTestRequest"},
"output":{"shape":"StartBgpFailoverTestResponse"},
"errors":[
{"shape":"DirectConnectServerException"},
{"shape":"DirectConnectClientException"}
]
},
"StopBgpFailoverTest":{
"name":"StopBgpFailoverTest",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"StopBgpFailoverTestRequest"},
"output":{"shape":"StopBgpFailoverTestResponse"},
"errors":[
{"shape":"DirectConnectServerException"},
{"shape":"DirectConnectClientException"}
]
},
"TagResource":{
"name":"TagResource",
"http":{
Expand Down Expand Up @@ -904,6 +943,10 @@
}
},
"BGPPeerId":{"type":"string"},
"BGPPeerIdList":{
"type":"list",
"member":{"shape":"BGPPeerId"}
},
"BGPPeerList":{
"type":"list",
"member":{"shape":"BGPPeer"}
Expand Down Expand Up @@ -1587,7 +1630,9 @@
},
"exception":true
},
"EndTime":{"type":"timestamp"},
"ErrorMessage":{"type":"string"},
"FailureTestHistoryStatus":{"type":"string"},
"GatewayIdToAssociate":{"type":"string"},
"GatewayIdentifier":{"type":"string"},
"GatewayType":{
Expand Down Expand Up @@ -1695,6 +1740,24 @@
"lags":{"shape":"LagList"}
}
},
"ListVirtualInterfaceTestHistoryRequest":{
"type":"structure",
"members":{
"testId":{"shape":"TestId"},
"virtualInterfaceId":{"shape":"VirtualInterfaceId"},
"bgpPeers":{"shape":"BGPPeerIdList"},
"status":{"shape":"FailureTestHistoryStatus"},
"maxResults":{"shape":"MaxResultSetSize"},
"nextToken":{"shape":"PaginationToken"}
}
},
"ListVirtualInterfaceTestHistoryResponse":{
"type":"structure",
"members":{
"virtualInterfaceTestHistory":{"shape":"VirtualInterfaceTestHistoryList"},
"nextToken":{"shape":"PaginationToken"}
}
},
"Loa":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1890,7 +1953,36 @@
"member":{"shape":"RouteFilterPrefix"}
},
"RouterConfig":{"type":"string"},
"StartBgpFailoverTestRequest":{
"type":"structure",
"required":["virtualInterfaceId"],
"members":{
"virtualInterfaceId":{"shape":"VirtualInterfaceId"},
"bgpPeers":{"shape":"BGPPeerIdList"},
"testDurationInMinutes":{"shape":"TestDuration"}
}
},
"StartBgpFailoverTestResponse":{
"type":"structure",
"members":{
"virtualInterfaceTest":{"shape":"VirtualInterfaceTestHistory"}
}
},
"StartTime":{"type":"timestamp"},
"StateChangeError":{"type":"string"},
"StopBgpFailoverTestRequest":{
"type":"structure",
"required":["virtualInterfaceId"],
"members":{
"virtualInterfaceId":{"shape":"VirtualInterfaceId"}
}
},
"StopBgpFailoverTestResponse":{
"type":"structure",
"members":{
"virtualInterfaceTest":{"shape":"VirtualInterfaceTestHistory"}
}
},
"Tag":{
"type":"structure",
"required":["key"],
Expand Down Expand Up @@ -1936,6 +2028,11 @@
"min":0,
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
},
"TestDuration":{
"type":"integer",
"box":true
},
"TestId":{"type":"string"},
"TooManyTagsException":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2063,6 +2160,23 @@
"unknown"
]
},
"VirtualInterfaceTestHistory":{
"type":"structure",
"members":{
"testId":{"shape":"TestId"},
"virtualInterfaceId":{"shape":"VirtualInterfaceId"},
"bgpPeers":{"shape":"BGPPeerIdList"},
"status":{"shape":"FailureTestHistoryStatus"},
"ownerAccount":{"shape":"OwnerAccount"},
"testDurationInMinutes":{"shape":"TestDuration"},
"startTime":{"shape":"StartTime"},
"endTime":{"shape":"EndTime"}
}
},
"VirtualInterfaceTestHistoryList":{
"type":"list",
"member":{"shape":"VirtualInterfaceTestHistory"}
},
"VirtualInterfaceType":{"type":"string"},
"VirtualInterfaces":{
"type":"structure",
Expand Down
Loading

0 comments on commit 4a6fd9f

Please sign in to comment.