Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 30, 2018
1 parent ad71355 commit de15884
Show file tree
Hide file tree
Showing 15 changed files with 542 additions and 225 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-cloudhsmv2-34771.json
@@ -0,0 +1,5 @@
{
"category": "``cloudhsmv2``",
"type": "api-change",
"description": "Update cloudhsmv2 client to latest version"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-directconnect-29337.json
@@ -0,0 +1,5 @@
{
"category": "``directconnect``",
"type": "api-change",
"description": "Update directconnect client to latest version"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-glacier-9684.json
@@ -0,0 +1,5 @@
{
"category": "``glacier``",
"type": "api-change",
"description": "Update glacier client to latest version"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-glue-43215.json
@@ -0,0 +1,5 @@
{
"category": "``glue``",
"type": "api-change",
"description": "Update glue client to latest version"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-iot-60847.json
@@ -0,0 +1,5 @@
{
"category": "``iot``",
"type": "api-change",
"description": "Update iot client to latest version"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-mq-1714.json
@@ -0,0 +1,5 @@
{
"category": "``mq``",
"type": "api-change",
"description": "Update mq client to latest version"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-sagemaker-68829.json
@@ -0,0 +1,5 @@
{
"category": "``sagemaker``",
"type": "api-change",
"description": "Update sagemaker client to latest version"
}
58 changes: 55 additions & 3 deletions botocore/data/cloudhsmv2/2017-04-28/service-2.json
Expand Up @@ -14,6 +14,22 @@
"uid":"cloudhsmv2-2017-04-28"
},
"operations":{
"CopyBackupToRegion":{
"name":"CopyBackupToRegion",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CopyBackupToRegionRequest"},
"output":{"shape":"CopyBackupToRegionResponse"},
"errors":[
{"shape":"CloudHsmInternalFailureException"},
{"shape":"CloudHsmServiceException"},
{"shape":"CloudHsmResourceNotFoundException"},
{"shape":"CloudHsmInvalidRequestException"},
{"shape":"CloudHsmAccessDeniedException"}
]
},
"CreateCluster":{
"name":"CreateCluster",
"http":{
Expand Down Expand Up @@ -204,7 +220,11 @@
"CreateTimestamp":{
"shape":"Timestamp",
"documentation":"<p>The date and time when the backup was created.</p>"
}
},
"CopyTimestamp":{"shape":"Timestamp"},
"SourceRegion":{"shape":"Region"},
"SourceBackup":{"shape":"BackupId"},
"SourceCluster":{"shape":"ClusterId"}
},
"documentation":"<p>Contains information about a backup of an AWS CloudHSM cluster.</p>"
},
Expand All @@ -228,6 +248,7 @@
"type":"list",
"member":{"shape":"Backup"}
},
"Boolean":{"type":"boolean"},
"Cert":{
"type":"string",
"max":5000,
Expand Down Expand Up @@ -380,6 +401,23 @@
"type":"list",
"member":{"shape":"Cluster"}
},
"CopyBackupToRegionRequest":{
"type":"structure",
"required":[
"DestinationRegion",
"BackupId"
],
"members":{
"DestinationRegion":{"shape":"Region"},
"BackupId":{"shape":"BackupId"}
}
},
"CopyBackupToRegionResponse":{
"type":"structure",
"members":{
"DestinationBackup":{"shape":"DestinationBackup"}
}
},
"CreateClusterRequest":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -504,7 +542,8 @@
"Filters":{
"shape":"Filters",
"documentation":"<p>One or more filters to limit the items returned in the response.</p> <p>Use the <code>backupIds</code> filter to return only the specified backups. Specify backups by their backup identifier (ID).</p> <p>Use the <code>clusterIds</code> filter to return only the backups for the specified clusters. Specify clusters by their cluster identifier (ID).</p> <p>Use the <code>states</code> filter to return only backups that match the specified state.</p>"
}
},
"SortAscending":{"shape":"Boolean"}
}
},
"DescribeBackupsResponse":{
Expand Down Expand Up @@ -550,13 +589,22 @@
}
}
},
"DestinationBackup":{
"type":"structure",
"members":{
"CreateTimestamp":{"shape":"Timestamp"},
"SourceRegion":{"shape":"Region"},
"SourceBackup":{"shape":"BackupId"},
"SourceCluster":{"shape":"ClusterId"}
}
},
"EniId":{
"type":"string",
"pattern":"eni-[0-9a-fA-F]{8,17}"
},
"ExternalAz":{
"type":"string",
"pattern":"[a-z]{2}(-(gov|isob|iso))?-(east|west|north|south|central){1,2}-\\d[a-z]"
"pattern":"[a-z]{2}(-(gov))?-(east|west|north|south|central){1,2}-\\d[a-z]"
},
"ExternalSubnetMapping":{
"type":"map",
Expand Down Expand Up @@ -719,6 +767,10 @@
"max":32,
"min":7
},
"Region":{
"type":"string",
"pattern":"[a-z]{2}(-(gov))?-(east|west|north|south|central){1,2}-\\d"
},
"SecurityGroup":{
"type":"string",
"pattern":"sg-[0-9a-fA-F]"
Expand Down
39 changes: 34 additions & 5 deletions botocore/data/directconnect/2012-10-25/service-2.json
Expand Up @@ -6,7 +6,6 @@
"jsonVersion":"1.1",
"protocol":"json",
"serviceFullName":"AWS Direct Connect",
"serviceId":"Direct Connect",
"signatureVersion":"v4",
"targetPrefix":"OvertureService",
"uid":"directconnect-2012-10-25"
Expand Down Expand Up @@ -818,8 +817,10 @@
},
"AwsDevice":{
"type":"string",
"documentation":"<p>An abstract ID for the physical Direct Connect endpoint.</p> <p>Example: EQC50-abcdef123456</p>"
"documentation":"<p>An abstract ID for the physical Direct Connect endpoint.</p> <p>Example: EQC50-abcdef123456</p>",
"deprecated":true
},
"AwsDeviceV2":{"type":"string"},
"BGPAuthKey":{
"type":"string",
"documentation":"<p>The authentication key for BGP configuration.</p> <p>Example: asdf34example</p>"
Expand All @@ -833,7 +834,11 @@
"amazonAddress":{"shape":"AmazonAddress"},
"customerAddress":{"shape":"CustomerAddress"},
"bgpPeerState":{"shape":"BGPPeerState"},
"bgpStatus":{"shape":"BGPStatus"}
"bgpStatus":{"shape":"BGPStatus"},
"awsDeviceV2":{
"shape":"AwsDeviceV2",
"documentation":"<p>The Direct Connection endpoint which the BGP peer terminates on.</p>"
}
},
"documentation":"<p>A structure containing information about a BGP peer.</p>"
},
Expand All @@ -855,7 +860,7 @@
},
"BGPStatus":{
"type":"string",
"documentation":"<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>",
"documentation":"<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>",
"enum":[
"up",
"down"
Expand Down Expand Up @@ -948,6 +953,10 @@
"lagId":{"shape":"LagId"},
"awsDevice":{
"shape":"AwsDevice",
"documentation":"<p>Deprecated in favor of awsDeviceV2.</p> <p>The Direct Connection endpoint which the physical connection terminates on.</p>"
},
"awsDeviceV2":{
"shape":"AwsDeviceV2",
"documentation":"<p>The Direct Connection endpoint which the physical connection terminates on.</p>"
}
},
Expand Down Expand Up @@ -1681,6 +1690,10 @@
"lagId":{"shape":"LagId"},
"awsDevice":{
"shape":"AwsDevice",
"documentation":"<p>Deprecated in favor of awsDeviceV2.</p> <p>The Direct Connection endpoint which the physical connection terminates on.</p>"
},
"awsDeviceV2":{
"shape":"AwsDeviceV2",
"documentation":"<p>The Direct Connection endpoint which the physical connection terminates on.</p>"
}
},
Expand Down Expand Up @@ -1750,6 +1763,10 @@
},
"awsDevice":{
"shape":"AwsDevice",
"documentation":"<p>Deprecated in favor of awsDeviceV2.</p> <p>The AWS Direct Connection endpoint that hosts the LAG.</p>"
},
"awsDeviceV2":{
"shape":"AwsDeviceV2",
"documentation":"<p>The AWS Direct Connection endpoint that hosts the LAG.</p>"
},
"connections":{
Expand Down Expand Up @@ -1823,6 +1840,10 @@
"locationName":{
"shape":"LocationName",
"documentation":"<p>The name of the AWS Direct Connect location. The name includes the colocation partner name and the physical site of the lit building.</p>"
},
"region":{
"shape":"Region",
"documentation":"<p>The AWS region where the AWS Direct connect location is located.</p> <p>Example: us-east-1</p> <p>Default: None</p>"
}
},
"documentation":"<p>An AWS Direct Connect location where connections and interconnects can be requested.</p>"
Expand Down Expand Up @@ -2172,7 +2193,15 @@
"virtualGatewayId":{"shape":"VirtualGatewayId"},
"directConnectGatewayId":{"shape":"DirectConnectGatewayId"},
"routeFilterPrefixes":{"shape":"RouteFilterPrefixList"},
"bgpPeers":{"shape":"BGPPeerList"}
"bgpPeers":{"shape":"BGPPeerList"},
"region":{
"shape":"Region",
"documentation":"<p>The AWS region where the virtual interface is located.</p> <p>Example: us-east-1</p> <p>Default: None</p>"
},
"awsDeviceV2":{
"shape":"AwsDeviceV2",
"documentation":"<p>The Direct Connection endpoint which the virtual interface terminates on.</p>"
}
},
"documentation":"<p>A virtual interface (VLAN) transmits the traffic between the AWS Direct Connect location and the customer.</p>"
},
Expand Down

0 comments on commit de15884

Please sign in to comment.