change github.com/aws/aws-sdk-go to be the same revision in kubernetes

This commit is contained in:
Jingfang Liu
2018-10-16 09:34:22 -07:00
parent e0958159f3
commit c6a78cee92
462 changed files with 20605 additions and 85780 deletions

View File

@@ -691,11 +691,7 @@
"connectionId":{"shape":"ConnectionId"}
}
},
"AwsDevice":{
"type":"string",
"deprecated":true
},
"AwsDeviceV2":{"type":"string"},
"AwsDevice":{"type":"string"},
"BGPAuthKey":{"type":"string"},
"BGPPeer":{
"type":"structure",
@@ -706,8 +702,7 @@
"amazonAddress":{"shape":"AmazonAddress"},
"customerAddress":{"shape":"CustomerAddress"},
"bgpPeerState":{"shape":"BGPPeerState"},
"bgpStatus":{"shape":"BGPStatus"},
"awsDeviceV2":{"shape":"AwsDeviceV2"}
"bgpStatus":{"shape":"BGPStatus"}
}
},
"BGPPeerList":{
@@ -789,8 +784,7 @@
"partnerName":{"shape":"PartnerName"},
"loaIssueTime":{"shape":"LoaIssueTime"},
"lagId":{"shape":"LagId"},
"awsDevice":{"shape":"AwsDevice"},
"awsDeviceV2":{"shape":"AwsDeviceV2"}
"awsDevice":{"shape":"AwsDevice"}
}
},
"ConnectionId":{"type":"string"},
@@ -1269,8 +1263,7 @@
"bandwidth":{"shape":"Bandwidth"},
"loaIssueTime":{"shape":"LoaIssueTime"},
"lagId":{"shape":"LagId"},
"awsDevice":{"shape":"AwsDevice"},
"awsDeviceV2":{"shape":"AwsDeviceV2"}
"awsDevice":{"shape":"AwsDevice"}
}
},
"InterconnectId":{"type":"string"},
@@ -1309,7 +1302,6 @@
"region":{"shape":"Region"},
"minimumLinks":{"shape":"Count"},
"awsDevice":{"shape":"AwsDevice"},
"awsDeviceV2":{"shape":"AwsDeviceV2"},
"connections":{"shape":"ConnectionList"},
"allowsHostedConnections":{"shape":"BooleanFlag"}
}
@@ -1354,8 +1346,7 @@
"type":"structure",
"members":{
"locationCode":{"shape":"LocationCode"},
"locationName":{"shape":"LocationName"},
"region":{"shape":"Region"}
"locationName":{"shape":"LocationName"}
}
},
"LocationCode":{"type":"string"},
@@ -1608,9 +1599,7 @@
"virtualGatewayId":{"shape":"VirtualGatewayId"},
"directConnectGatewayId":{"shape":"DirectConnectGatewayId"},
"routeFilterPrefixes":{"shape":"RouteFilterPrefixList"},
"bgpPeers":{"shape":"BGPPeerList"},
"region":{"shape":"Region"},
"awsDeviceV2":{"shape":"AwsDeviceV2"}
"bgpPeers":{"shape":"BGPPeerList"}
}
},
"VirtualInterfaceId":{"type":"string"},

View File

@@ -123,19 +123,9 @@
"AwsDevice": {
"base": "<p>An abstract ID for the physical Direct Connect endpoint.</p> <p>Example: EQC50-abcdef123456</p>",
"refs": {
"Connection$awsDevice": "<p>Deprecated in favor of awsDeviceV2.</p> <p>The Direct Connection endpoint which the physical connection terminates on.</p>",
"Interconnect$awsDevice": "<p>Deprecated in favor of awsDeviceV2.</p> <p>The Direct Connection endpoint which the physical connection terminates on.</p>",
"Lag$awsDevice": "<p>Deprecated in favor of awsDeviceV2.</p> <p>The AWS Direct Connection endpoint that hosts the LAG.</p>"
}
},
"AwsDeviceV2": {
"base": null,
"refs": {
"BGPPeer$awsDeviceV2": "<p>The Direct Connection endpoint which the BGP peer terminates on.</p>",
"Connection$awsDeviceV2": "<p>The Direct Connection endpoint which the physical connection terminates on.</p>",
"Interconnect$awsDeviceV2": "<p>The Direct Connection endpoint which the physical connection terminates on.</p>",
"Lag$awsDeviceV2": "<p>The AWS Direct Connection endpoint that hosts the LAG.</p>",
"VirtualInterface$awsDeviceV2": "<p>The Direct Connection endpoint which the virtual interface terminates on.</p>"
"Connection$awsDevice": "<p>The Direct Connection endpoint which the physical connection terminates on.</p>",
"Interconnect$awsDevice": "<p>The Direct Connection endpoint which the physical connection terminates on.</p>",
"Lag$awsDevice": "<p>The AWS Direct Connection endpoint that hosts the LAG.</p>"
}
},
"BGPAuthKey": {
@@ -169,7 +159,7 @@
}
},
"BGPStatus": {
"base": "<p>The Up/Down state of the BGP peer.</p> <ul> <li> <p> <b>Up</b>: The BGP peer is established.</p> <note> <p>A state of <code>up</code> does not indicate the state of the routing function. Ensure that you are receiving routes over the BGP session.</p> </note> </li> <li> <p> <b>Down</b>: The BGP peer is down.</p> </li> </ul>",
"base": "<p>The Up/Down state of the BGP peer.</p> <ul> <li> <p> <b>Up</b>: The BGP peer is established.</p> </li> <li> <p> <b>Down</b>: The BGP peer is down.</p> </li> </ul>",
"refs": {
"BGPPeer$bgpStatus": null
}
@@ -873,9 +863,7 @@
"refs": {
"Connection$region": null,
"Interconnect$region": null,
"Lag$region": null,
"Location$region": "<p>The AWS region where the AWS Direct connect location is located.</p> <p>Example: us-east-1</p> <p>Default: None</p>",
"VirtualInterface$region": "<p>The AWS region where the virtual interface is located.</p> <p>Example: us-east-1</p> <p>Default: None</p>"
"Lag$region": null
}
},
"ResourceArn": {