AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
This is the response object from the UpdateApplication operation.
Namespace: Amazon.ServerlessApplicationRepository.Model
Assembly: AWSSDK.ServerlessApplicationRepository.dll
Version: 3.x.y.z
public class UpdateApplicationResponse : AmazonWebServiceResponse
The UpdateApplicationResponse type exposes the following members
Name | Description | |
---|---|---|
UpdateApplicationResponse() |
Name | Type | Description | |
---|---|---|---|
ApplicationId | System.String |
Gets and sets the property ApplicationId. The application Amazon Resource Name (ARN). |
|
Author | System.String |
Gets and sets the property Author. The name of the author publishing the app. Minimum length=1. Maximum length=127. Pattern "^[a-z0-9](([a-z0-9]|-(?!-))*[a-z0-9])?$"; |
|
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
CreationTime | System.String |
Gets and sets the property CreationTime. The date and time this resource was created. |
|
Description | System.String |
Gets and sets the property Description. The description of the application. Minimum length=1. Maximum length=256 |
|
HomePageUrl | System.String |
Gets and sets the property HomePageUrl. A URL with more information about the application, for example the location of your GitHub repository for the application. |
|
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
IsVerifiedAuthor | System.Boolean |
Gets and sets the property IsVerifiedAuthor. Whether the author of this application has been verified. This means means that AWS has made a good faith review, as a reasonable and prudent service provider, of the information provided by the requester and has confirmed that the requester's identity is as claimed. |
|
Labels | System.Collections.Generic.List<System.String> |
Gets and sets the property Labels. Labels to improve discovery of apps in search results. Minimum length=1. Maximum length=127. Maximum number of labels: 10 Pattern: "^[a-zA-Z0-9+\\-_:\\/@]+$"; |
|
LicenseUrl | System.String |
Gets and sets the property LicenseUrl. A link to a license file of the app that matches the spdxLicenseID value of your application. Maximum size 5 MB |
|
Name | System.String |
Gets and sets the property Name. The name of the application. Minimum length=1. Maximum length=140 Pattern: "[a-zA-Z0-9\\-]+"; |
|
ReadmeUrl | System.String |
Gets and sets the property ReadmeUrl. A link to the readme file in Markdown language that contains a more detailed description of the application and how it works. Maximum size 5 MB |
|
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. | |
SpdxLicenseId | System.String |
Gets and sets the property SpdxLicenseId. A valid identifier from https://spdx.org/licenses/. |
|
VerifiedAuthorUrl | System.String |
Gets and sets the property VerifiedAuthorUrl. The URL to the public profile of a verified author. This URL is submitted by the author. |
|
Version | Amazon.ServerlessApplicationRepository.Model.Version |
Gets and sets the property Version. Version information about the application. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5