Skip to content

Commit c0eeb9f

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 026cb58 commit c0eeb9f

File tree

24 files changed

+4943
-30
lines changed

24 files changed

+4943
-30
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::CodeBuild - Updated the API, and documentation for AWS CodeBuild.
5+
6+
* Feature - Aws::CodeCommit - Updated the API, and documentation for AWS CodeCommit.
7+
8+
* Feature - Aws::PersonalizeEvents - Added support for a new service, Amazon Personalize Events.
9+
10+
* Feature - Aws::PersonalizeRuntime - Added support for a new service, Amazon Personalize Runtime.
11+
12+
* Feature - Aws::Personalize - Added support for a new service, Amazon Personalize.
13+
414
2.11.290 (2019-06-07)
515
------------------
616

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@ to be backwards compatible.
310310
| AWS IoT Jobs Data Plane | IoTJobsDataPlane | 2017-09-29 |
311311
| AWS IoT Things Graph | IoTThingsGraph | 2018-09-06 |
312312
| AWS Key Management Service | KMS | 2014-11-01 |
313-
| AWS Lambda | LambdaPreview | 2014-11-11 |
314313
| AWS Lambda | Lambda | 2015-03-31 |
314+
| AWS Lambda | LambdaPreview | 2014-11-11 |
315315
| AWS License Manager | LicenseManager | 2018-08-01 |
316316
| AWS Marketplace Commerce Analytics | MarketplaceCommerceAnalytics | 2015-07-01 |
317317
| AWS Marketplace Entitlement Service | MarketplaceEntitlementService | 2017-01-11 |
@@ -399,6 +399,9 @@ to be backwards compatible.
399399
| Amazon Managed Blockchain | ManagedBlockchain | 2018-09-24 |
400400
| Amazon Mechanical Turk | MTurk | 2017-01-17 |
401401
| Amazon Neptune | Neptune | 2014-10-31 |
402+
| Amazon Personalize | Personalize | 2018-05-22 |
403+
| Amazon Personalize Events | PersonalizeEvents | 2018-03-22 |
404+
| Amazon Personalize Runtime | PersonalizeRuntime | 2018-05-22 |
402405
| Amazon Pinpoint | Pinpoint | 2016-12-01 |
403406
| Amazon Pinpoint Email Service | PinpointEmail | 2018-07-26 |
404407
| Amazon Pinpoint SMS and Voice Service | PinpointSMSVoice | 2018-09-05 |

aws-sdk-core/apis/codebuild/2016-10-06/api-2.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,8 @@
479479
"description":{"shape":"ProjectDescription"},
480480
"source":{"shape":"ProjectSource"},
481481
"secondarySources":{"shape":"ProjectSources"},
482+
"sourceVersion":{"shape":"String"},
483+
"secondarySourceVersions":{"shape":"ProjectSecondarySourceVersions"},
482484
"artifacts":{"shape":"ProjectArtifacts"},
483485
"secondaryArtifacts":{"shape":"ProjectArtifactsList"},
484486
"cache":{"shape":"ProjectCache"},
@@ -845,6 +847,8 @@
845847
"description":{"shape":"ProjectDescription"},
846848
"source":{"shape":"ProjectSource"},
847849
"secondarySources":{"shape":"ProjectSources"},
850+
"sourceVersion":{"shape":"String"},
851+
"secondarySourceVersions":{"shape":"ProjectSecondarySourceVersions"},
848852
"artifacts":{"shape":"ProjectArtifacts"},
849853
"secondaryArtifacts":{"shape":"ProjectArtifactsList"},
850854
"cache":{"shape":"ProjectCache"},
@@ -1178,6 +1182,8 @@
11781182
"description":{"shape":"ProjectDescription"},
11791183
"source":{"shape":"ProjectSource"},
11801184
"secondarySources":{"shape":"ProjectSources"},
1185+
"sourceVersion":{"shape":"String"},
1186+
"secondarySourceVersions":{"shape":"ProjectSecondarySourceVersions"},
11811187
"artifacts":{"shape":"ProjectArtifacts"},
11821188
"secondaryArtifacts":{"shape":"ProjectArtifactsList"},
11831189
"cache":{"shape":"ProjectCache"},

aws-sdk-core/apis/codebuild/2016-10-06/docs-2.json

Lines changed: 13 additions & 7 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)