Skip to content

Commit 5a9667a

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 610d810 commit 5a9667a

File tree

14 files changed

+663
-51
lines changed

14 files changed

+663
-51
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 for Amazon Elastic Compute Cloud.
5+
6+
* Feature - Aws::ElasticLoadBalancingV2 - Updated the documentation for Elastic Load Balancing.
7+
8+
* Feature - Aws::MediaLive - Updated the API, and documentation for AWS Elemental MediaLive.
9+
10+
* Feature - Aws::WorkMailMessageFlow - Added support for a new service, Amazon WorkMail Message Flow.
11+
412
2.11.352 (2019-09-11)
513
------------------
614

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@ to be backwards compatible.
312312
| AWS IoT Things Graph | IoTThingsGraph | 2018-09-06 |
313313
| AWS Key Management Service | KMS | 2014-11-01 |
314314
| AWS Lake Formation | LakeFormation | 2017-03-31 |
315-
| AWS Lambda | Lambda | 2015-03-31 |
316315
| AWS Lambda | LambdaPreview | 2014-11-11 |
316+
| AWS Lambda | Lambda | 2015-03-31 |
317317
| AWS License Manager | LicenseManager | 2018-08-01 |
318318
| AWS Marketplace Commerce Analytics | MarketplaceCommerceAnalytics | 2015-07-01 |
319319
| AWS Marketplace Entitlement Service | MarketplaceEntitlementService | 2017-01-11 |
@@ -391,8 +391,8 @@ to be backwards compatible.
391391
| Amazon Import/Export Snowball | Snowball | 2016-06-30 |
392392
| Amazon Inspector | Inspector | 2016-02-16 |
393393
| Amazon Kinesis | Kinesis | 2013-12-02 |
394-
| Amazon Kinesis Analytics | KinesisAnalytics | 2015-08-14 |
395394
| Amazon Kinesis Analytics | KinesisAnalyticsV2 | 2018-05-23 |
395+
| Amazon Kinesis Analytics | KinesisAnalytics | 2015-08-14 |
396396
| Amazon Kinesis Firehose | Firehose | 2015-08-04 |
397397
| Amazon Kinesis Video Streams | KinesisVideo | 2017-09-30 |
398398
| Amazon Kinesis Video Streams Archived Media | KinesisVideoArchivedMedia | 2017-09-30 |
@@ -436,14 +436,15 @@ to be backwards compatible.
436436
| Amazon WorkDocs | WorkDocs | 2016-05-01 |
437437
| Amazon WorkLink | WorkLink | 2018-09-25 |
438438
| Amazon WorkMail | WorkMail | 2017-10-01 |
439+
| Amazon WorkMail Message Flow | WorkMailMessageFlow | 2019-05-01 |
439440
| Amazon WorkSpaces | WorkSpaces | 2015-04-08 |
440441
| AmazonApiGatewayManagementApi | ApiGatewayManagementApi | 2018-11-29 |
441442
| AmazonApiGatewayV2 | ApiGatewayV2 | 2018-11-29 |
442443
| AmazonMQ | MQ | 2017-11-27 |
443444
| Application Auto Scaling | ApplicationAutoScaling | 2016-02-06 |
444445
| Auto Scaling | AutoScaling | 2011-01-01 |
445-
| Elastic Load Balancing | ElasticLoadBalancing | 2012-06-01 |
446446
| Elastic Load Balancing | ElasticLoadBalancingV2 | 2015-12-01 |
447+
| Elastic Load Balancing | ElasticLoadBalancing | 2012-06-01 |
447448
| Firewall Management Service | FMS | 2018-01-01 |
448449
| Managed Streaming for Kafka | Kafka | 2018-11-14 |
449450
| Service Quotas | ServiceQuotas | 2019-06-24 |

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12509,8 +12509,8 @@
1250912509
"type":"string",
1251012510
"enum":[
1251112511
"error",
12512-
"pending-fulfillment",
12513-
"pending-termination",
12512+
"pending_fulfillment",
12513+
"pending_termination",
1251412514
"fulfilled"
1251512515
]
1251612516
},
@@ -12760,8 +12760,8 @@
1276012760
"active",
1276112761
"deleted",
1276212762
"failed",
12763-
"deleted-running",
12764-
"deleted-terminating",
12763+
"deleted_running",
12764+
"deleted_terminating",
1276512765
"modifying"
1276612766
]
1276712767
},

0 commit comments

Comments
 (0)