Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Mar 6, 2019
1 parent ae65656 commit 2565e5a
Show file tree
Hide file tree
Showing 14 changed files with 196 additions and 89 deletions.
17 changes: 17 additions & 0 deletions .changes/3.88.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "api-change",
"category": "DirectConnect",
"description": "Exposed a new available port speeds field in the DescribeLocation api call."
},
{
"type": "enhancement",
"category": "EFS",
"description": "Documentation updates for elasticfilesystem adding new examples for EFS Lifecycle Management feature."
},
{
"type": "api-change",
"category": "EC2",
"description": "This release adds pagination support for ec2.DescribeVpcs, ec2.DescribeInternetGateways and ec2.DescribeNetworkAcls APIs"
}
]
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## next release

* `Aws\DirectConnect` - Exposed a new available port speeds field in the DescribeLocation api call.
* `Aws\EC2` - This release adds pagination support for ec2.DescribeVpcs, ec2.DescribeInternetGateways and ec2.DescribeNetworkAcls APIs
* `Aws\EFS` - Documentation updates for elasticfilesystem adding new examples for EFS Lifecycle Management feature.

## 3.88.0 - 2019-03-05

* `Aws\CodeDeploy` - Documentation updates for codedeploy
Expand Down
8 changes: 7 additions & 1 deletion src/data/directconnect/2012-10-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,10 @@
"connectionId":{"shape":"ConnectionId"}
}
},
"AvailablePortSpeeds":{
"type":"list",
"member":{"shape":"PortSpeed"}
},
"AwsDevice":{
"type":"string",
"deprecated":true
Expand Down Expand Up @@ -1391,7 +1395,8 @@
"members":{
"locationCode":{"shape":"LocationCode"},
"locationName":{"shape":"LocationName"},
"region":{"shape":"Region"}
"region":{"shape":"Region"},
"availablePortSpeeds":{"shape":"AvailablePortSpeeds"}
}
},
"LocationCode":{"type":"string"},
Expand Down Expand Up @@ -1499,6 +1504,7 @@
"OwnerAccount":{"type":"string"},
"PaginationToken":{"type":"string"},
"PartnerName":{"type":"string"},
"PortSpeed":{"type":"string"},
"ProviderName":{"type":"string"},
"Region":{"type":"string"},
"ResourceArn":{"type":"string"},
Expand Down
2 changes: 1 addition & 1 deletion src/data/directconnect/2012-10-25/api-2.json.php

Large diffs are not rendered by default.

22 changes: 17 additions & 5 deletions src/data/directconnect/2012-10-25/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@
"refs": {
}
},
"AvailablePortSpeeds": {
"base": null,
"refs": {
"Location$availablePortSpeeds": "<p>The available port speeds for the location.</p>"
}
},
"AwsDevice": {
"base": null,
"refs": {
Expand Down Expand Up @@ -249,7 +255,7 @@
"AllocateHostedConnectionRequest$connectionId": "<p>The ID of the interconnect or LAG.</p>",
"AllocatePrivateVirtualInterfaceRequest$connectionId": "<p>The ID of the connection on which the private virtual interface is provisioned.</p>",
"AllocatePublicVirtualInterfaceRequest$connectionId": "<p>The ID of the connection on which the public virtual interface is provisioned.</p>",
"AssociateConnectionWithLagRequest$connectionId": "<p>The ID of the connection. For example, dxcon-abc123.</p>",
"AssociateConnectionWithLagRequest$connectionId": "<p>The ID of the connection.</p>",
"AssociateHostedConnectionRequest$connectionId": "<p>The ID of the hosted connection.</p>",
"AssociateHostedConnectionRequest$parentConnectionId": "<p>The ID of the interconnect or the LAG.</p>",
"AssociateVirtualInterfaceRequest$connectionId": "<p>The ID of the LAG or connection.</p>",
Expand All @@ -264,7 +270,7 @@
"DescribeHostedConnectionsRequest$connectionId": "<p>The ID of the interconnect or LAG.</p>",
"DescribeLoaRequest$connectionId": "<p>The ID of a connection, LAG, or interconnect.</p>",
"DescribeVirtualInterfacesRequest$connectionId": "<p>The ID of the connection.</p>",
"DisassociateConnectionFromLagRequest$connectionId": "<p>The ID of the connection. For example, dxcon-abc123.</p>",
"DisassociateConnectionFromLagRequest$connectionId": "<p>The ID of the connection.</p>",
"VirtualInterface$connectionId": "<p>The ID of the connection.</p>"
}
},
Expand Down Expand Up @@ -654,7 +660,7 @@
"InterconnectId": {
"base": null,
"refs": {
"AllocateConnectionOnInterconnectRequest$interconnectId": "<p>The ID of the interconnect on which the connection will be provisioned. For example, dxcon-456abc78.</p>",
"AllocateConnectionOnInterconnectRequest$interconnectId": "<p>The ID of the interconnect on which the connection will be provisioned.</p>",
"DeleteInterconnectRequest$interconnectId": "<p>The ID of the interconnect.</p>",
"DescribeConnectionsOnInterconnectRequest$interconnectId": "<p>The ID of the interconnect.</p>",
"DescribeInterconnectLoaRequest$interconnectId": "<p>The ID of the interconnect.</p>",
Expand Down Expand Up @@ -705,13 +711,13 @@
"LagId": {
"base": null,
"refs": {
"AssociateConnectionWithLagRequest$lagId": "<p>The ID of the LAG with which to associate the connection. For example, dxlag-abc123.</p>",
"AssociateConnectionWithLagRequest$lagId": "<p>The ID of the LAG with which to associate the connection.</p>",
"Connection$lagId": "<p>The ID of the LAG.</p>",
"CreateConnectionRequest$lagId": "<p>The ID of the LAG.</p>",
"CreateInterconnectRequest$lagId": "<p>The ID of the LAG.</p>",
"DeleteLagRequest$lagId": "<p>The ID of the LAG.</p>",
"DescribeLagsRequest$lagId": "<p>The ID of the LAG.</p>",
"DisassociateConnectionFromLagRequest$lagId": "<p>The ID of the LAG. For example, dxlag-abc123.</p>",
"DisassociateConnectionFromLagRequest$lagId": "<p>The ID of the LAG.</p>",
"Interconnect$lagId": "<p>The ID of the LAG.</p>",
"Lag$lagId": "<p>The ID of the LAG.</p>",
"UpdateLagRequest$lagId": "<p>The ID of the LAG.</p>"
Expand Down Expand Up @@ -894,6 +900,12 @@
"Connection$partnerName": "<p>The name of the AWS Direct Connect service provider associated with the connection.</p>"
}
},
"PortSpeed": {
"base": null,
"refs": {
"AvailablePortSpeeds$member": null
}
},
"ProviderName": {
"base": null,
"refs": {
Expand Down
2 changes: 1 addition & 1 deletion src/data/directconnect/2012-10-25/docs-2.json.php

Large diffs are not rendered by default.

39 changes: 36 additions & 3 deletions src/data/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8654,6 +8654,11 @@
}
}
},
"DescribeInternetGatewaysMaxResults":{
"type":"integer",
"max":1000,
"min":5
},
"DescribeInternetGatewaysRequest":{
"type":"structure",
"members":{
Expand All @@ -8668,7 +8673,9 @@
"InternetGatewayIds":{
"shape":"ValueStringList",
"locationName":"internetGatewayId"
}
},
"NextToken":{"shape":"String"},
"MaxResults":{"shape":"DescribeInternetGatewaysMaxResults"}
}
},
"DescribeInternetGatewaysResult":{
Expand All @@ -8677,6 +8684,10 @@
"InternetGateways":{
"shape":"InternetGatewayList",
"locationName":"internetGatewaySet"
},
"NextToken":{
"shape":"String",
"locationName":"nextToken"
}
}
},
Expand Down Expand Up @@ -8835,6 +8846,11 @@
}
}
},
"DescribeNetworkAclsMaxResults":{
"type":"integer",
"max":1000,
"min":5
},
"DescribeNetworkAclsRequest":{
"type":"structure",
"members":{
Expand All @@ -8849,7 +8865,9 @@
"NetworkAclIds":{
"shape":"ValueStringList",
"locationName":"NetworkAclId"
}
},
"NextToken":{"shape":"String"},
"MaxResults":{"shape":"DescribeNetworkAclsMaxResults"}
}
},
"DescribeNetworkAclsResult":{
Expand All @@ -8858,6 +8876,10 @@
"NetworkAcls":{
"shape":"NetworkAclList",
"locationName":"networkAclSet"
},
"NextToken":{
"shape":"String",
"locationName":"nextToken"
}
}
},
Expand Down Expand Up @@ -10299,6 +10321,11 @@
}
}
},
"DescribeVpcsMaxResults":{
"type":"integer",
"max":1000,
"min":5
},
"DescribeVpcsRequest":{
"type":"structure",
"members":{
Expand All @@ -10313,7 +10340,9 @@
"DryRun":{
"shape":"Boolean",
"locationName":"dryRun"
}
},
"NextToken":{"shape":"String"},
"MaxResults":{"shape":"DescribeVpcsMaxResults"}
}
},
"DescribeVpcsResult":{
Expand All @@ -10322,6 +10351,10 @@
"Vpcs":{
"shape":"VpcList",
"locationName":"vpcSet"
},
"NextToken":{
"shape":"String",
"locationName":"nextToken"
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/data/ec2/2016-11-15/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit 2565e5a

Please sign in to comment.