Skip to content

Commit c92435b

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 6b4c4a0 commit c92435b

File tree

16 files changed

+1500
-1011
lines changed

16 files changed

+1500
-1011
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::DirectConnect - Updated the API, and documentation for AWS Direct Connect.
5+
6+
* Feature - Aws::Pinpoint - Updated the API, and documentation for Amazon Pinpoint.
7+
8+
* Feature - Aws::WorkSpaces - Updated the API, and documentation for Amazon WorkSpaces.
9+
10+
* Feature - Aws::EC2InstanceConnect - Added support for a new service, AWS EC2 Instance Connect.
11+
412
2.11.304 (2019-06-27)
513
------------------
614

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ to be backwards compatible.
286286
| AWS Device Farm | DeviceFarm | 2015-06-23 |
287287
| AWS Direct Connect | DirectConnect | 2012-10-25 |
288288
| AWS Directory Service | DirectoryService | 2015-04-16 |
289+
| AWS EC2 Instance Connect | EC2InstanceConnect | 2018-04-02 |
289290
| AWS Elastic Beanstalk | ElasticBeanstalk | 2010-12-01 |
290291
| AWS Elemental MediaConvert | MediaConvert | 2017-08-29 |
291292
| AWS Elemental MediaLive | MediaLive | 2017-10-14 |
@@ -386,8 +387,8 @@ to be backwards compatible.
386387
| Amazon Import/Export Snowball | Snowball | 2016-06-30 |
387388
| Amazon Inspector | Inspector | 2016-02-16 |
388389
| Amazon Kinesis | Kinesis | 2013-12-02 |
389-
| Amazon Kinesis Analytics | KinesisAnalyticsV2 | 2018-05-23 |
390390
| Amazon Kinesis Analytics | KinesisAnalytics | 2015-08-14 |
391+
| Amazon Kinesis Analytics | KinesisAnalyticsV2 | 2018-05-23 |
391392
| Amazon Kinesis Firehose | Firehose | 2015-08-04 |
392393
| Amazon Kinesis Video Streams | KinesisVideo | 2017-09-30 |
393394
| Amazon Kinesis Video Streams Archived Media | KinesisVideoArchivedMedia | 2017-09-30 |

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

Lines changed: 49 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
"input":{"shape":"AllocateHostedConnectionRequest"},
4949
"output":{"shape":"Connection"},
5050
"errors":[
51+
{"shape":"DuplicateTagKeysException"},
52+
{"shape":"TooManyTagsException"},
5153
{"shape":"DirectConnectServerException"},
5254
{"shape":"DirectConnectClientException"}
5355
]
@@ -61,6 +63,8 @@
6163
"input":{"shape":"AllocatePrivateVirtualInterfaceRequest"},
6264
"output":{"shape":"VirtualInterface"},
6365
"errors":[
66+
{"shape":"DuplicateTagKeysException"},
67+
{"shape":"TooManyTagsException"},
6468
{"shape":"DirectConnectServerException"},
6569
{"shape":"DirectConnectClientException"}
6670
]
@@ -74,6 +78,8 @@
7478
"input":{"shape":"AllocatePublicVirtualInterfaceRequest"},
7579
"output":{"shape":"VirtualInterface"},
7680
"errors":[
81+
{"shape":"DuplicateTagKeysException"},
82+
{"shape":"TooManyTagsException"},
7783
{"shape":"DirectConnectServerException"},
7884
{"shape":"DirectConnectClientException"}
7985
]
@@ -87,6 +93,8 @@
8793
"input":{"shape":"AllocateTransitVirtualInterfaceRequest"},
8894
"output":{"shape":"AllocateTransitVirtualInterfaceResult"},
8995
"errors":[
96+
{"shape":"DuplicateTagKeysException"},
97+
{"shape":"TooManyTagsException"},
9098
{"shape":"DirectConnectServerException"},
9199
{"shape":"DirectConnectClientException"}
92100
]
@@ -204,6 +212,8 @@
204212
"input":{"shape":"CreateConnectionRequest"},
205213
"output":{"shape":"Connection"},
206214
"errors":[
215+
{"shape":"DuplicateTagKeysException"},
216+
{"shape":"TooManyTagsException"},
207217
{"shape":"DirectConnectServerException"},
208218
{"shape":"DirectConnectClientException"}
209219
]
@@ -256,6 +266,8 @@
256266
"input":{"shape":"CreateInterconnectRequest"},
257267
"output":{"shape":"Interconnect"},
258268
"errors":[
269+
{"shape":"DuplicateTagKeysException"},
270+
{"shape":"TooManyTagsException"},
259271
{"shape":"DirectConnectServerException"},
260272
{"shape":"DirectConnectClientException"}
261273
]
@@ -269,6 +281,8 @@
269281
"input":{"shape":"CreateLagRequest"},
270282
"output":{"shape":"Lag"},
271283
"errors":[
284+
{"shape":"DuplicateTagKeysException"},
285+
{"shape":"TooManyTagsException"},
272286
{"shape":"DirectConnectServerException"},
273287
{"shape":"DirectConnectClientException"}
274288
]
@@ -282,6 +296,8 @@
282296
"input":{"shape":"CreatePrivateVirtualInterfaceRequest"},
283297
"output":{"shape":"VirtualInterface"},
284298
"errors":[
299+
{"shape":"DuplicateTagKeysException"},
300+
{"shape":"TooManyTagsException"},
285301
{"shape":"DirectConnectServerException"},
286302
{"shape":"DirectConnectClientException"}
287303
]
@@ -295,6 +311,8 @@
295311
"input":{"shape":"CreatePublicVirtualInterfaceRequest"},
296312
"output":{"shape":"VirtualInterface"},
297313
"errors":[
314+
{"shape":"DuplicateTagKeysException"},
315+
{"shape":"TooManyTagsException"},
298316
{"shape":"DirectConnectServerException"},
299317
{"shape":"DirectConnectClientException"}
300318
]
@@ -308,6 +326,8 @@
308326
"input":{"shape":"CreateTransitVirtualInterfaceRequest"},
309327
"output":{"shape":"CreateTransitVirtualInterfaceResult"},
310328
"errors":[
329+
{"shape":"DuplicateTagKeysException"},
330+
{"shape":"TooManyTagsException"},
311331
{"shape":"DirectConnectServerException"},
312332
{"shape":"DirectConnectClientException"}
313333
]
@@ -766,7 +786,8 @@
766786
"ownerAccount":{"shape":"OwnerAccount"},
767787
"bandwidth":{"shape":"Bandwidth"},
768788
"connectionName":{"shape":"ConnectionName"},
769-
"vlan":{"shape":"VLAN"}
789+
"vlan":{"shape":"VLAN"},
790+
"tags":{"shape":"TagList"}
770791
}
771792
},
772793
"AllocatePrivateVirtualInterfaceRequest":{
@@ -983,7 +1004,8 @@
9831004
"awsDevice":{"shape":"AwsDevice"},
9841005
"jumboFrameCapable":{"shape":"JumboFrameCapable"},
9851006
"awsDeviceV2":{"shape":"AwsDeviceV2"},
986-
"hasLogicalRedundancy":{"shape":"HasLogicalRedundancy"}
1007+
"hasLogicalRedundancy":{"shape":"HasLogicalRedundancy"},
1008+
"tags":{"shape":"TagList"}
9871009
}
9881010
},
9891011
"ConnectionId":{"type":"string"},
@@ -1037,7 +1059,8 @@
10371059
"location":{"shape":"LocationCode"},
10381060
"bandwidth":{"shape":"Bandwidth"},
10391061
"connectionName":{"shape":"ConnectionName"},
1040-
"lagId":{"shape":"LagId"}
1062+
"lagId":{"shape":"LagId"},
1063+
"tags":{"shape":"TagList"}
10411064
}
10421065
},
10431066
"CreateDirectConnectGatewayAssociationProposalRequest":{
@@ -1102,7 +1125,8 @@
11021125
"interconnectName":{"shape":"InterconnectName"},
11031126
"bandwidth":{"shape":"Bandwidth"},
11041127
"location":{"shape":"LocationCode"},
1105-
"lagId":{"shape":"LagId"}
1128+
"lagId":{"shape":"LagId"},
1129+
"tags":{"shape":"TagList"}
11061130
}
11071131
},
11081132
"CreateLagRequest":{
@@ -1118,7 +1142,9 @@
11181142
"location":{"shape":"LocationCode"},
11191143
"connectionsBandwidth":{"shape":"Bandwidth"},
11201144
"lagName":{"shape":"LagName"},
1121-
"connectionId":{"shape":"ConnectionId"}
1145+
"connectionId":{"shape":"ConnectionId"},
1146+
"tags":{"shape":"TagList"},
1147+
"childConnectionTags":{"shape":"TagList"}
11221148
}
11231149
},
11241150
"CreatePrivateVirtualInterfaceRequest":{
@@ -1589,7 +1615,8 @@
15891615
"awsDevice":{"shape":"AwsDevice"},
15901616
"jumboFrameCapable":{"shape":"JumboFrameCapable"},
15911617
"awsDeviceV2":{"shape":"AwsDeviceV2"},
1592-
"hasLogicalRedundancy":{"shape":"HasLogicalRedundancy"}
1618+
"hasLogicalRedundancy":{"shape":"HasLogicalRedundancy"},
1619+
"tags":{"shape":"TagList"}
15931620
}
15941621
},
15951622
"InterconnectId":{"type":"string"},
@@ -1634,7 +1661,8 @@
16341661
"connections":{"shape":"ConnectionList"},
16351662
"allowsHostedConnections":{"shape":"BooleanFlag"},
16361663
"jumboFrameCapable":{"shape":"JumboFrameCapable"},
1637-
"hasLogicalRedundancy":{"shape":"HasLogicalRedundancy"}
1664+
"hasLogicalRedundancy":{"shape":"HasLogicalRedundancy"},
1665+
"tags":{"shape":"TagList"}
16381666
}
16391667
},
16401668
"LagId":{"type":"string"},
@@ -1728,7 +1756,8 @@
17281756
"customerAddress":{"shape":"CustomerAddress"},
17291757
"addressFamily":{"shape":"AddressFamily"},
17301758
"virtualGatewayId":{"shape":"VirtualGatewayId"},
1731-
"directConnectGatewayId":{"shape":"DirectConnectGatewayId"}
1759+
"directConnectGatewayId":{"shape":"DirectConnectGatewayId"},
1760+
"tags":{"shape":"TagList"}
17321761
}
17331762
},
17341763
"NewPrivateVirtualInterfaceAllocation":{
@@ -1746,7 +1775,8 @@
17461775
"authKey":{"shape":"BGPAuthKey"},
17471776
"amazonAddress":{"shape":"AmazonAddress"},
17481777
"addressFamily":{"shape":"AddressFamily"},
1749-
"customerAddress":{"shape":"CustomerAddress"}
1778+
"customerAddress":{"shape":"CustomerAddress"},
1779+
"tags":{"shape":"TagList"}
17501780
}
17511781
},
17521782
"NewPublicVirtualInterface":{
@@ -1764,7 +1794,8 @@
17641794
"amazonAddress":{"shape":"AmazonAddress"},
17651795
"customerAddress":{"shape":"CustomerAddress"},
17661796
"addressFamily":{"shape":"AddressFamily"},
1767-
"routeFilterPrefixes":{"shape":"RouteFilterPrefixList"}
1797+
"routeFilterPrefixes":{"shape":"RouteFilterPrefixList"},
1798+
"tags":{"shape":"TagList"}
17681799
}
17691800
},
17701801
"NewPublicVirtualInterfaceAllocation":{
@@ -1782,7 +1813,8 @@
17821813
"amazonAddress":{"shape":"AmazonAddress"},
17831814
"customerAddress":{"shape":"CustomerAddress"},
17841815
"addressFamily":{"shape":"AddressFamily"},
1785-
"routeFilterPrefixes":{"shape":"RouteFilterPrefixList"}
1816+
"routeFilterPrefixes":{"shape":"RouteFilterPrefixList"},
1817+
"tags":{"shape":"TagList"}
17861818
}
17871819
},
17881820
"NewTransitVirtualInterface":{
@@ -1796,7 +1828,8 @@
17961828
"amazonAddress":{"shape":"AmazonAddress"},
17971829
"customerAddress":{"shape":"CustomerAddress"},
17981830
"addressFamily":{"shape":"AddressFamily"},
1799-
"directConnectGatewayId":{"shape":"DirectConnectGatewayId"}
1831+
"directConnectGatewayId":{"shape":"DirectConnectGatewayId"},
1832+
"tags":{"shape":"TagList"}
18001833
}
18011834
},
18021835
"NewTransitVirtualInterfaceAllocation":{
@@ -1809,7 +1842,8 @@
18091842
"authKey":{"shape":"BGPAuthKey"},
18101843
"amazonAddress":{"shape":"AmazonAddress"},
18111844
"customerAddress":{"shape":"CustomerAddress"},
1812-
"addressFamily":{"shape":"AddressFamily"}
1845+
"addressFamily":{"shape":"AddressFamily"},
1846+
"tags":{"shape":"TagList"}
18131847
}
18141848
},
18151849
"OwnerAccount":{"type":"string"},
@@ -1996,7 +2030,8 @@
19962030
"routeFilterPrefixes":{"shape":"RouteFilterPrefixList"},
19972031
"bgpPeers":{"shape":"BGPPeerList"},
19982032
"region":{"shape":"Region"},
1999-
"awsDeviceV2":{"shape":"AwsDeviceV2"}
2033+
"awsDeviceV2":{"shape":"AwsDeviceV2"},
2034+
"tags":{"shape":"TagList"}
20002035
}
20012036
},
20022037
"VirtualInterfaceId":{"type":"string"},

0 commit comments

Comments
 (0)