Skip to content

Commit e1618bf

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

File tree

19 files changed

+7462
-118
lines changed

19 files changed

+7462
-118
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::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud.
5+
6+
* Feature - Aws::LicenseManager - Updated the API, and documentation for AWS License Manager.
7+
8+
* Feature - Aws::Imagebuilder - Added support for a new service, EC2 Image Builder.
9+
10+
* Feature - Aws::Schemas - Added support for a new service, Schemas.
11+
412
2.11.406 (2019-11-26)
513
------------------
614

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,8 @@ to be backwards compatible.
403403
| Amazon Import/Export Snowball | Snowball | 2016-06-30 |
404404
| Amazon Inspector | Inspector | 2016-02-16 |
405405
| Amazon Kinesis | Kinesis | 2013-12-02 |
406-
| Amazon Kinesis Analytics | KinesisAnalyticsV2 | 2018-05-23 |
407406
| Amazon Kinesis Analytics | KinesisAnalytics | 2015-08-14 |
407+
| Amazon Kinesis Analytics | KinesisAnalyticsV2 | 2018-05-23 |
408408
| Amazon Kinesis Firehose | Firehose | 2015-08-04 |
409409
| Amazon Kinesis Video Streams | KinesisVideo | 2017-09-30 |
410410
| Amazon Kinesis Video Streams Archived Media | KinesisVideoArchivedMedia | 2017-09-30 |
@@ -456,10 +456,12 @@ to be backwards compatible.
456456
| AmazonMQ | MQ | 2017-11-27 |
457457
| Application Auto Scaling | ApplicationAutoScaling | 2016-02-06 |
458458
| Auto Scaling | AutoScaling | 2011-01-01 |
459+
| EC2 Image Builder | Imagebuilder | 2019-12-02 |
459460
| Elastic Load Balancing | ElasticLoadBalancingV2 | 2015-12-01 |
460461
| Elastic Load Balancing | ElasticLoadBalancing | 2012-06-01 |
461462
| Firewall Management Service | FMS | 2018-01-01 |
462463
| Managed Streaming for Kafka | Kafka | 2018-11-14 |
464+
| Schemas | Schemas | 2019-12-02 |
463465
| Service Quotas | ServiceQuotas | 2019-06-24 |
464466

465467
## License

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

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14362,6 +14362,10 @@
1436214362
"AvailabilityZoneId":{
1436314363
"shape":"String",
1436414364
"locationName":"availabilityZoneId"
14365+
},
14366+
"MemberOfServiceLinkedResourceGroup":{
14367+
"shape":"Boolean",
14368+
"locationName":"memberOfServiceLinkedResourceGroup"
1436514369
}
1436614370
}
1436714371
},
@@ -17608,6 +17612,10 @@
1760817612
"SpreadDomain":{
1760917613
"shape":"String",
1761017614
"locationName":"spreadDomain"
17615+
},
17616+
"HostResourceGroupArn":{
17617+
"shape":"String",
17618+
"locationName":"hostResourceGroupArn"
1761117619
}
1761217620
}
1761317621
},
@@ -17619,7 +17627,8 @@
1761917627
"GroupName":{"shape":"String"},
1762017628
"HostId":{"shape":"String"},
1762117629
"Tenancy":{"shape":"Tenancy"},
17622-
"SpreadDomain":{"shape":"String"}
17630+
"SpreadDomain":{"shape":"String"},
17631+
"HostResourceGroupArn":{"shape":"String"}
1762317632
}
1762417633
},
1762517634
"LaunchTemplateSet":{
@@ -18312,7 +18321,8 @@
1831218321
"shape":"HostTenancy",
1831318322
"locationName":"tenancy"
1831418323
},
18315-
"PartitionNumber":{"shape":"Integer"}
18324+
"PartitionNumber":{"shape":"Integer"},
18325+
"HostResourceGroupArn":{"shape":"String"}
1831618326
}
1831718327
},
1831818328
"ModifyInstancePlacementResult":{
@@ -19876,6 +19886,10 @@
1987619886
"SpreadDomain":{
1987719887
"shape":"String",
1987819888
"locationName":"spreadDomain"
19889+
},
19890+
"HostResourceGroupArn":{
19891+
"shape":"String",
19892+
"locationName":"hostResourceGroupArn"
1987919893
}
1988019894
}
1988119895
},
@@ -21838,6 +21852,7 @@
2183821852
"route-table",
2183921853
"security-group",
2184021854
"snapshot",
21855+
"spot-fleet-request",
2184121856
"spot-instances-request",
2184221857
"subnet",
2184321858
"traffic-mirror-filter",

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

Lines changed: 6 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)