Skip to content

Commit d564f2c

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 2d2d678 commit d564f2c

File tree

17 files changed

+1333
-458
lines changed

17 files changed

+1333
-458
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::DirectConnect - Updated the API, and documentation for AWS Direct Connect.
5+
6+
* Feature - Aws::FMS - Updated the API, and documentation for Firewall Management Service.
7+
8+
* Feature - Aws::IoT1ClickDevicesService - Updated the API, and documentation for AWS IoT 1-Click Devices Service.
9+
10+
* Feature - Aws::IoTAnalytics - Updated the API, and documentation for AWS IoT Analytics.
11+
12+
* Feature - Aws::MediaConvert - Updated the API, and documentation for AWS Elemental MediaConvert.
13+
14+
* Feature - Aws::RoboMaker - Updated the API, and documentation for AWS RoboMaker.
15+
16+
* Feature - Aws::TranscribeService - Updated the API, and documentation for Amazon Transcribe Service.
17+
418
2.11.246 (2019-03-22)
519
------------------
620

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

Lines changed: 215 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@
1212
"uid":"directconnect-2012-10-25"
1313
},
1414
"operations":{
15+
"AcceptDirectConnectGatewayAssociationProposal":{
16+
"name":"AcceptDirectConnectGatewayAssociationProposal",
17+
"http":{
18+
"method":"POST",
19+
"requestUri":"/"
20+
},
21+
"input":{"shape":"AcceptDirectConnectGatewayAssociationProposalRequest"},
22+
"output":{"shape":"AcceptDirectConnectGatewayAssociationProposalResult"},
23+
"errors":[
24+
{"shape":"DirectConnectServerException"},
25+
{"shape":"DirectConnectClientException"}
26+
]
27+
},
1528
"AllocateConnectionOnInterconnect":{
1629
"name":"AllocateConnectionOnInterconnect",
1730
"http":{
@@ -195,6 +208,19 @@
195208
{"shape":"DirectConnectClientException"}
196209
]
197210
},
211+
"CreateDirectConnectGatewayAssociationProposal":{
212+
"name":"CreateDirectConnectGatewayAssociationProposal",
213+
"http":{
214+
"method":"POST",
215+
"requestUri":"/"
216+
},
217+
"input":{"shape":"CreateDirectConnectGatewayAssociationProposalRequest"},
218+
"output":{"shape":"CreateDirectConnectGatewayAssociationProposalResult"},
219+
"errors":[
220+
{"shape":"DirectConnectServerException"},
221+
{"shape":"DirectConnectClientException"}
222+
]
223+
},
198224
"CreateInterconnect":{
199225
"name":"CreateInterconnect",
200226
"http":{
@@ -299,6 +325,19 @@
299325
{"shape":"DirectConnectClientException"}
300326
]
301327
},
328+
"DeleteDirectConnectGatewayAssociationProposal":{
329+
"name":"DeleteDirectConnectGatewayAssociationProposal",
330+
"http":{
331+
"method":"POST",
332+
"requestUri":"/"
333+
},
334+
"input":{"shape":"DeleteDirectConnectGatewayAssociationProposalRequest"},
335+
"output":{"shape":"DeleteDirectConnectGatewayAssociationProposalResult"},
336+
"errors":[
337+
{"shape":"DirectConnectServerException"},
338+
{"shape":"DirectConnectClientException"}
339+
]
340+
},
302341
"DeleteInterconnect":{
303342
"name":"DeleteInterconnect",
304343
"http":{
@@ -379,6 +418,19 @@
379418
],
380419
"deprecated":true
381420
},
421+
"DescribeDirectConnectGatewayAssociationProposals":{
422+
"name":"DescribeDirectConnectGatewayAssociationProposals",
423+
"http":{
424+
"method":"POST",
425+
"requestUri":"/"
426+
},
427+
"input":{"shape":"DescribeDirectConnectGatewayAssociationProposalsRequest"},
428+
"output":{"shape":"DescribeDirectConnectGatewayAssociationProposalsResult"},
429+
"errors":[
430+
{"shape":"DirectConnectServerException"},
431+
{"shape":"DirectConnectClientException"}
432+
]
433+
},
382434
"DescribeDirectConnectGatewayAssociations":{
383435
"name":"DescribeDirectConnectGatewayAssociations",
384436
"http":{
@@ -575,6 +627,19 @@
575627
{"shape":"DirectConnectClientException"}
576628
]
577629
},
630+
"UpdateDirectConnectGatewayAssociation":{
631+
"name":"UpdateDirectConnectGatewayAssociation",
632+
"http":{
633+
"method":"POST",
634+
"requestUri":"/"
635+
},
636+
"input":{"shape":"UpdateDirectConnectGatewayAssociationRequest"},
637+
"output":{"shape":"UpdateDirectConnectGatewayAssociationResult"},
638+
"errors":[
639+
{"shape":"DirectConnectServerException"},
640+
{"shape":"DirectConnectClientException"}
641+
]
642+
},
578643
"UpdateLag":{
579644
"name":"UpdateLag",
580645
"http":{
@@ -604,6 +669,26 @@
604669
},
605670
"shapes":{
606671
"ASN":{"type":"integer"},
672+
"AcceptDirectConnectGatewayAssociationProposalRequest":{
673+
"type":"structure",
674+
"required":[
675+
"directConnectGatewayId",
676+
"proposalId",
677+
"associatedGatewayOwnerAccount"
678+
],
679+
"members":{
680+
"directConnectGatewayId":{"shape":"DirectConnectGatewayId"},
681+
"proposalId":{"shape":"DirectConnectGatewayAssociationProposalId"},
682+
"associatedGatewayOwnerAccount":{"shape":"OwnerAccount"},
683+
"overrideAllowedPrefixesToDirectConnectGateway":{"shape":"RouteFilterPrefixList"}
684+
}
685+
},
686+
"AcceptDirectConnectGatewayAssociationProposalResult":{
687+
"type":"structure",
688+
"members":{
689+
"directConnectGatewayAssociation":{"shape":"DirectConnectGatewayAssociation"}
690+
}
691+
},
607692
"AddressFamily":{
608693
"type":"string",
609694
"enum":[
@@ -705,6 +790,16 @@
705790
"connectionId":{"shape":"ConnectionId"}
706791
}
707792
},
793+
"AssociatedGateway":{
794+
"type":"structure",
795+
"members":{
796+
"id":{"shape":"GatewayIdentifier"},
797+
"type":{"shape":"GatewayType"},
798+
"ownerAccount":{"shape":"OwnerAccount"},
799+
"region":{"shape":"Region"}
800+
}
801+
},
802+
"AssociatedGatewayId":{"type":"string"},
708803
"AvailablePortSpeeds":{
709804
"type":"list",
710805
"member":{"shape":"PortSpeed"}
@@ -870,14 +965,34 @@
870965
"lagId":{"shape":"LagId"}
871966
}
872967
},
873-
"CreateDirectConnectGatewayAssociationRequest":{
968+
"CreateDirectConnectGatewayAssociationProposalRequest":{
874969
"type":"structure",
875970
"required":[
876971
"directConnectGatewayId",
877-
"virtualGatewayId"
972+
"directConnectGatewayOwnerAccount",
973+
"gatewayId"
878974
],
879975
"members":{
880976
"directConnectGatewayId":{"shape":"DirectConnectGatewayId"},
977+
"directConnectGatewayOwnerAccount":{"shape":"OwnerAccount"},
978+
"gatewayId":{"shape":"GatewayIdToAssociate"},
979+
"addAllowedPrefixesToDirectConnectGateway":{"shape":"RouteFilterPrefixList"},
980+
"removeAllowedPrefixesToDirectConnectGateway":{"shape":"RouteFilterPrefixList"}
981+
}
982+
},
983+
"CreateDirectConnectGatewayAssociationProposalResult":{
984+
"type":"structure",
985+
"members":{
986+
"directConnectGatewayAssociationProposal":{"shape":"DirectConnectGatewayAssociationProposal"}
987+
}
988+
},
989+
"CreateDirectConnectGatewayAssociationRequest":{
990+
"type":"structure",
991+
"required":["directConnectGatewayId"],
992+
"members":{
993+
"directConnectGatewayId":{"shape":"DirectConnectGatewayId"},
994+
"gatewayId":{"shape":"GatewayIdToAssociate"},
995+
"addAllowedPrefixesToDirectConnectGateway":{"shape":"RouteFilterPrefixList"},
881996
"virtualGatewayId":{"shape":"VirtualGatewayId"}
882997
}
883998
},
@@ -976,13 +1091,23 @@
9761091
"connectionId":{"shape":"ConnectionId"}
9771092
}
9781093
},
1094+
"DeleteDirectConnectGatewayAssociationProposalRequest":{
1095+
"type":"structure",
1096+
"required":["proposalId"],
1097+
"members":{
1098+
"proposalId":{"shape":"DirectConnectGatewayAssociationProposalId"}
1099+
}
1100+
},
1101+
"DeleteDirectConnectGatewayAssociationProposalResult":{
1102+
"type":"structure",
1103+
"members":{
1104+
"directConnectGatewayAssociationProposal":{"shape":"DirectConnectGatewayAssociationProposal"}
1105+
}
1106+
},
9791107
"DeleteDirectConnectGatewayAssociationRequest":{
9801108
"type":"structure",
981-
"required":[
982-
"directConnectGatewayId",
983-
"virtualGatewayId"
984-
],
9851109
"members":{
1110+
"associationId":{"shape":"DirectConnectGatewayAssociationId"},
9861111
"directConnectGatewayId":{"shape":"DirectConnectGatewayId"},
9871112
"virtualGatewayId":{"shape":"VirtualGatewayId"}
9881113
}
@@ -1067,15 +1192,34 @@
10671192
"connectionId":{"shape":"ConnectionId"}
10681193
}
10691194
},
1070-
"DescribeDirectConnectGatewayAssociationsRequest":{
1195+
"DescribeDirectConnectGatewayAssociationProposalsRequest":{
10711196
"type":"structure",
10721197
"members":{
10731198
"directConnectGatewayId":{"shape":"DirectConnectGatewayId"},
1074-
"virtualGatewayId":{"shape":"VirtualGatewayId"},
1199+
"proposalId":{"shape":"DirectConnectGatewayAssociationProposalId"},
1200+
"associatedGatewayId":{"shape":"AssociatedGatewayId"},
10751201
"maxResults":{"shape":"MaxResultSetSize"},
10761202
"nextToken":{"shape":"PaginationToken"}
10771203
}
10781204
},
1205+
"DescribeDirectConnectGatewayAssociationProposalsResult":{
1206+
"type":"structure",
1207+
"members":{
1208+
"directConnectGatewayAssociationProposals":{"shape":"DirectConnectGatewayAssociationProposalList"},
1209+
"nextToken":{"shape":"PaginationToken"}
1210+
}
1211+
},
1212+
"DescribeDirectConnectGatewayAssociationsRequest":{
1213+
"type":"structure",
1214+
"members":{
1215+
"associationId":{"shape":"DirectConnectGatewayAssociationId"},
1216+
"associatedGatewayId":{"shape":"AssociatedGatewayId"},
1217+
"directConnectGatewayId":{"shape":"DirectConnectGatewayId"},
1218+
"maxResults":{"shape":"MaxResultSetSize"},
1219+
"nextToken":{"shape":"PaginationToken"},
1220+
"virtualGatewayId":{"shape":"VirtualGatewayId"}
1221+
}
1222+
},
10791223
"DescribeDirectConnectGatewayAssociationsResult":{
10801224
"type":"structure",
10811225
"members":{
@@ -1199,24 +1343,55 @@
11991343
"type":"structure",
12001344
"members":{
12011345
"directConnectGatewayId":{"shape":"DirectConnectGatewayId"},
1346+
"directConnectGatewayOwnerAccount":{"shape":"OwnerAccount"},
1347+
"associationState":{"shape":"DirectConnectGatewayAssociationState"},
1348+
"stateChangeError":{"shape":"StateChangeError"},
1349+
"associatedGateway":{"shape":"AssociatedGateway"},
1350+
"associationId":{"shape":"DirectConnectGatewayAssociationId"},
1351+
"allowedPrefixesToDirectConnectGateway":{"shape":"RouteFilterPrefixList"},
12021352
"virtualGatewayId":{"shape":"VirtualGatewayId"},
12031353
"virtualGatewayRegion":{"shape":"VirtualGatewayRegion"},
1204-
"virtualGatewayOwnerAccount":{"shape":"OwnerAccount"},
1205-
"associationState":{"shape":"DirectConnectGatewayAssociationState"},
1206-
"stateChangeError":{"shape":"StateChangeError"}
1354+
"virtualGatewayOwnerAccount":{"shape":"OwnerAccount"}
12071355
}
12081356
},
1357+
"DirectConnectGatewayAssociationId":{"type":"string"},
12091358
"DirectConnectGatewayAssociationList":{
12101359
"type":"list",
12111360
"member":{"shape":"DirectConnectGatewayAssociation"}
12121361
},
1362+
"DirectConnectGatewayAssociationProposal":{
1363+
"type":"structure",
1364+
"members":{
1365+
"proposalId":{"shape":"DirectConnectGatewayAssociationProposalId"},
1366+
"directConnectGatewayId":{"shape":"DirectConnectGatewayId"},
1367+
"directConnectGatewayOwnerAccount":{"shape":"OwnerAccount"},
1368+
"proposalState":{"shape":"DirectConnectGatewayAssociationProposalState"},
1369+
"associatedGateway":{"shape":"AssociatedGateway"},
1370+
"existingAllowedPrefixesToDirectConnectGateway":{"shape":"RouteFilterPrefixList"},
1371+
"requestedAllowedPrefixesToDirectConnectGateway":{"shape":"RouteFilterPrefixList"}
1372+
}
1373+
},
1374+
"DirectConnectGatewayAssociationProposalId":{"type":"string"},
1375+
"DirectConnectGatewayAssociationProposalList":{
1376+
"type":"list",
1377+
"member":{"shape":"DirectConnectGatewayAssociationProposal"}
1378+
},
1379+
"DirectConnectGatewayAssociationProposalState":{
1380+
"type":"string",
1381+
"enum":[
1382+
"requested",
1383+
"accepted",
1384+
"deleted"
1385+
]
1386+
},
12131387
"DirectConnectGatewayAssociationState":{
12141388
"type":"string",
12151389
"enum":[
12161390
"associating",
12171391
"associated",
12181392
"disassociating",
1219-
"disassociated"
1393+
"disassociated",
1394+
"updating"
12201395
]
12211396
},
12221397
"DirectConnectGatewayAttachment":{
@@ -1283,6 +1458,12 @@
12831458
"exception":true
12841459
},
12851460
"ErrorMessage":{"type":"string"},
1461+
"GatewayIdToAssociate":{"type":"string"},
1462+
"GatewayIdentifier":{"type":"string"},
1463+
"GatewayType":{
1464+
"type":"string",
1465+
"enum":["virtualPrivateGateway"]
1466+
},
12861467
"HasLogicalRedundancy":{
12871468
"type":"string",
12881469
"enum":[
@@ -1602,6 +1783,20 @@
16021783
"members":{
16031784
}
16041785
},
1786+
"UpdateDirectConnectGatewayAssociationRequest":{
1787+
"type":"structure",
1788+
"members":{
1789+
"associationId":{"shape":"DirectConnectGatewayAssociationId"},
1790+
"addAllowedPrefixesToDirectConnectGateway":{"shape":"RouteFilterPrefixList"},
1791+
"removeAllowedPrefixesToDirectConnectGateway":{"shape":"RouteFilterPrefixList"}
1792+
}
1793+
},
1794+
"UpdateDirectConnectGatewayAssociationResult":{
1795+
"type":"structure",
1796+
"members":{
1797+
"directConnectGatewayAssociation":{"shape":"DirectConnectGatewayAssociation"}
1798+
}
1799+
},
16051800
"UpdateLagRequest":{
16061801
"type":"structure",
16071802
"required":["lagId"],
@@ -1627,12 +1822,18 @@
16271822
"virtualGatewayState":{"shape":"VirtualGatewayState"}
16281823
}
16291824
},
1630-
"VirtualGatewayId":{"type":"string"},
1825+
"VirtualGatewayId":{
1826+
"type":"string",
1827+
"deprecated":true
1828+
},
16311829
"VirtualGatewayList":{
16321830
"type":"list",
16331831
"member":{"shape":"VirtualGateway"}
16341832
},
1635-
"VirtualGatewayRegion":{"type":"string"},
1833+
"VirtualGatewayRegion":{
1834+
"type":"string",
1835+
"deprecated":true
1836+
},
16361837
"VirtualGatewayState":{"type":"string"},
16371838
"VirtualGateways":{
16381839
"type":"structure",

0 commit comments

Comments
 (0)