Skip to content

Commit 1906008

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 0456732 commit 1906008

File tree

7 files changed

+173
-83
lines changed

7 files changed

+173
-83
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::DirectConnect - Updated the API, and documentation for AWS Direct Connect.
5+
6+
* Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud.
7+
8+
* Feature - Aws::EFS - Updated the documentation for Amazon Elastic File System.
9+
410
2.11.234 (2019-03-05)
511
------------------
612

aws-sdk-core/apis/directconnect/2012-10-25/api-2.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,10 @@
705705
"connectionId":{"shape":"ConnectionId"}
706706
}
707707
},
708+
"AvailablePortSpeeds":{
709+
"type":"list",
710+
"member":{"shape":"PortSpeed"}
711+
},
708712
"AwsDevice":{
709713
"type":"string",
710714
"deprecated":true
@@ -1391,7 +1395,8 @@
13911395
"members":{
13921396
"locationCode":{"shape":"LocationCode"},
13931397
"locationName":{"shape":"LocationName"},
1394-
"region":{"shape":"Region"}
1398+
"region":{"shape":"Region"},
1399+
"availablePortSpeeds":{"shape":"AvailablePortSpeeds"}
13951400
}
13961401
},
13971402
"LocationCode":{"type":"string"},
@@ -1499,6 +1504,7 @@
14991504
"OwnerAccount":{"type":"string"},
15001505
"PaginationToken":{"type":"string"},
15011506
"PartnerName":{"type":"string"},
1507+
"PortSpeed":{"type":"string"},
15021508
"ProviderName":{"type":"string"},
15031509
"Region":{"type":"string"},
15041510
"ResourceArn":{"type":"string"},

aws-sdk-core/apis/directconnect/2012-10-25/docs-2.json

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,12 @@
121121
"refs": {
122122
}
123123
},
124+
"AvailablePortSpeeds": {
125+
"base": null,
126+
"refs": {
127+
"Location$availablePortSpeeds": "<p>The available port speeds for the location.</p>"
128+
}
129+
},
124130
"AwsDevice": {
125131
"base": null,
126132
"refs": {
@@ -249,7 +255,7 @@
249255
"AllocateHostedConnectionRequest$connectionId": "<p>The ID of the interconnect or LAG.</p>",
250256
"AllocatePrivateVirtualInterfaceRequest$connectionId": "<p>The ID of the connection on which the private virtual interface is provisioned.</p>",
251257
"AllocatePublicVirtualInterfaceRequest$connectionId": "<p>The ID of the connection on which the public virtual interface is provisioned.</p>",
252-
"AssociateConnectionWithLagRequest$connectionId": "<p>The ID of the connection. For example, dxcon-abc123.</p>",
258+
"AssociateConnectionWithLagRequest$connectionId": "<p>The ID of the connection.</p>",
253259
"AssociateHostedConnectionRequest$connectionId": "<p>The ID of the hosted connection.</p>",
254260
"AssociateHostedConnectionRequest$parentConnectionId": "<p>The ID of the interconnect or the LAG.</p>",
255261
"AssociateVirtualInterfaceRequest$connectionId": "<p>The ID of the LAG or connection.</p>",
@@ -264,7 +270,7 @@
264270
"DescribeHostedConnectionsRequest$connectionId": "<p>The ID of the interconnect or LAG.</p>",
265271
"DescribeLoaRequest$connectionId": "<p>The ID of a connection, LAG, or interconnect.</p>",
266272
"DescribeVirtualInterfacesRequest$connectionId": "<p>The ID of the connection.</p>",
267-
"DisassociateConnectionFromLagRequest$connectionId": "<p>The ID of the connection. For example, dxcon-abc123.</p>",
273+
"DisassociateConnectionFromLagRequest$connectionId": "<p>The ID of the connection.</p>",
268274
"VirtualInterface$connectionId": "<p>The ID of the connection.</p>"
269275
}
270276
},
@@ -654,7 +660,7 @@
654660
"InterconnectId": {
655661
"base": null,
656662
"refs": {
657-
"AllocateConnectionOnInterconnectRequest$interconnectId": "<p>The ID of the interconnect on which the connection will be provisioned. For example, dxcon-456abc78.</p>",
663+
"AllocateConnectionOnInterconnectRequest$interconnectId": "<p>The ID of the interconnect on which the connection will be provisioned.</p>",
658664
"DeleteInterconnectRequest$interconnectId": "<p>The ID of the interconnect.</p>",
659665
"DescribeConnectionsOnInterconnectRequest$interconnectId": "<p>The ID of the interconnect.</p>",
660666
"DescribeInterconnectLoaRequest$interconnectId": "<p>The ID of the interconnect.</p>",
@@ -705,13 +711,13 @@
705711
"LagId": {
706712
"base": null,
707713
"refs": {
708-
"AssociateConnectionWithLagRequest$lagId": "<p>The ID of the LAG with which to associate the connection. For example, dxlag-abc123.</p>",
714+
"AssociateConnectionWithLagRequest$lagId": "<p>The ID of the LAG with which to associate the connection.</p>",
709715
"Connection$lagId": "<p>The ID of the LAG.</p>",
710716
"CreateConnectionRequest$lagId": "<p>The ID of the LAG.</p>",
711717
"CreateInterconnectRequest$lagId": "<p>The ID of the LAG.</p>",
712718
"DeleteLagRequest$lagId": "<p>The ID of the LAG.</p>",
713719
"DescribeLagsRequest$lagId": "<p>The ID of the LAG.</p>",
714-
"DisassociateConnectionFromLagRequest$lagId": "<p>The ID of the LAG. For example, dxlag-abc123.</p>",
720+
"DisassociateConnectionFromLagRequest$lagId": "<p>The ID of the LAG.</p>",
715721
"Interconnect$lagId": "<p>The ID of the LAG.</p>",
716722
"Lag$lagId": "<p>The ID of the LAG.</p>",
717723
"UpdateLagRequest$lagId": "<p>The ID of the LAG.</p>"
@@ -894,6 +900,12 @@
894900
"Connection$partnerName": "<p>The name of the AWS Direct Connect service provider associated with the connection.</p>"
895901
}
896902
},
903+
"PortSpeed": {
904+
"base": null,
905+
"refs": {
906+
"AvailablePortSpeeds$member": null
907+
}
908+
},
897909
"ProviderName": {
898910
"base": null,
899911
"refs": {

aws-sdk-core/apis/ec2/2016-11-15/api-2.json

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8654,6 +8654,11 @@
86548654
}
86558655
}
86568656
},
8657+
"DescribeInternetGatewaysMaxResults":{
8658+
"type":"integer",
8659+
"max":1000,
8660+
"min":5
8661+
},
86578662
"DescribeInternetGatewaysRequest":{
86588663
"type":"structure",
86598664
"members":{
@@ -8668,7 +8673,9 @@
86688673
"InternetGatewayIds":{
86698674
"shape":"ValueStringList",
86708675
"locationName":"internetGatewayId"
8671-
}
8676+
},
8677+
"NextToken":{"shape":"String"},
8678+
"MaxResults":{"shape":"DescribeInternetGatewaysMaxResults"}
86728679
}
86738680
},
86748681
"DescribeInternetGatewaysResult":{
@@ -8677,6 +8684,10 @@
86778684
"InternetGateways":{
86788685
"shape":"InternetGatewayList",
86798686
"locationName":"internetGatewaySet"
8687+
},
8688+
"NextToken":{
8689+
"shape":"String",
8690+
"locationName":"nextToken"
86808691
}
86818692
}
86828693
},
@@ -8835,6 +8846,11 @@
88358846
}
88368847
}
88378848
},
8849+
"DescribeNetworkAclsMaxResults":{
8850+
"type":"integer",
8851+
"max":1000,
8852+
"min":5
8853+
},
88388854
"DescribeNetworkAclsRequest":{
88398855
"type":"structure",
88408856
"members":{
@@ -8849,7 +8865,9 @@
88498865
"NetworkAclIds":{
88508866
"shape":"ValueStringList",
88518867
"locationName":"NetworkAclId"
8852-
}
8868+
},
8869+
"NextToken":{"shape":"String"},
8870+
"MaxResults":{"shape":"DescribeNetworkAclsMaxResults"}
88538871
}
88548872
},
88558873
"DescribeNetworkAclsResult":{
@@ -8858,6 +8876,10 @@
88588876
"NetworkAcls":{
88598877
"shape":"NetworkAclList",
88608878
"locationName":"networkAclSet"
8879+
},
8880+
"NextToken":{
8881+
"shape":"String",
8882+
"locationName":"nextToken"
88618883
}
88628884
}
88638885
},
@@ -10299,6 +10321,11 @@
1029910321
}
1030010322
}
1030110323
},
10324+
"DescribeVpcsMaxResults":{
10325+
"type":"integer",
10326+
"max":1000,
10327+
"min":5
10328+
},
1030210329
"DescribeVpcsRequest":{
1030310330
"type":"structure",
1030410331
"members":{
@@ -10313,7 +10340,9 @@
1031310340
"DryRun":{
1031410341
"shape":"Boolean",
1031510342
"locationName":"dryRun"
10316-
}
10343+
},
10344+
"NextToken":{"shape":"String"},
10345+
"MaxResults":{"shape":"DescribeVpcsMaxResults"}
1031710346
}
1031810347
},
1031910348
"DescribeVpcsResult":{
@@ -10322,6 +10351,10 @@
1032210351
"Vpcs":{
1032310352
"shape":"VpcList",
1032410353
"locationName":"vpcSet"
10354+
},
10355+
"NextToken":{
10356+
"shape":"String",
10357+
"locationName":"nextToken"
1032510358
}
1032610359
}
1032710360
},

0 commit comments

Comments
 (0)