Skip to content

Commit c0c0da4

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 44763ae commit c0c0da4

File tree

3 files changed

+57
-28
lines changed

3 files changed

+57
-28
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::ServerlessApplicationRepository - Updated the API, and documentation for AWSServerlessApplicationRepository.
5+
46
2.11.238 (2019-03-11)
57
------------------
68

aws-sdk-core/apis/serverlessrepo/2017-09-08/api-2.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,10 @@
610610
"shape" : "__string",
611611
"locationName" : "semanticVersion"
612612
},
613+
"SourceCodeArchiveUrl" : {
614+
"shape" : "__string",
615+
"locationName" : "sourceCodeArchiveUrl"
616+
},
613617
"SourceCodeUrl" : {
614618
"shape" : "__string",
615619
"locationName" : "sourceCodeUrl"
@@ -672,6 +676,10 @@
672676
"shape" : "__string",
673677
"locationName" : "semanticVersion"
674678
},
679+
"SourceCodeArchiveUrl" : {
680+
"shape" : "__string",
681+
"locationName" : "sourceCodeArchiveUrl"
682+
},
675683
"SourceCodeUrl" : {
676684
"shape" : "__string",
677685
"locationName" : "sourceCodeUrl"
@@ -743,6 +751,10 @@
743751
"CreateApplicationVersionInput" : {
744752
"type" : "structure",
745753
"members" : {
754+
"SourceCodeArchiveUrl" : {
755+
"shape" : "__string",
756+
"locationName" : "sourceCodeArchiveUrl"
757+
},
746758
"SourceCodeUrl" : {
747759
"shape" : "__string",
748760
"locationName" : "sourceCodeUrl"
@@ -770,6 +782,10 @@
770782
"location" : "uri",
771783
"locationName" : "semanticVersion"
772784
},
785+
"SourceCodeArchiveUrl" : {
786+
"shape" : "__string",
787+
"locationName" : "sourceCodeArchiveUrl"
788+
},
773789
"SourceCodeUrl" : {
774790
"shape" : "__string",
775791
"locationName" : "sourceCodeUrl"
@@ -812,6 +828,10 @@
812828
"shape" : "__string",
813829
"locationName" : "semanticVersion"
814830
},
831+
"SourceCodeArchiveUrl" : {
832+
"shape" : "__string",
833+
"locationName" : "sourceCodeArchiveUrl"
834+
},
815835
"SourceCodeUrl" : {
816836
"shape" : "__string",
817837
"locationName" : "sourceCodeUrl"
@@ -1638,6 +1658,10 @@
16381658
"shape" : "__string",
16391659
"locationName" : "semanticVersion"
16401660
},
1661+
"SourceCodeArchiveUrl" : {
1662+
"shape" : "__string",
1663+
"locationName" : "sourceCodeArchiveUrl"
1664+
},
16411665
"SourceCodeUrl" : {
16421666
"shape" : "__string",
16431667
"locationName" : "sourceCodeUrl"

0 commit comments

Comments
 (0)