AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.ServerlessApplicationRepository.Model.UpdateApplicationResponse

Namespace: Amazon.ServerlessApplicationRepository.Model
Assembly: AWSSDK.ServerlessApplicationRepository.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateApplicationResponse : AmazonWebServiceResponse

The UpdateApplicationResponse type exposes the following members

Constructors

NameDescription
Public Method UpdateApplicationResponse()

Properties

NameTypeDescription
Public Property ApplicationId System.String

Gets and sets the property ApplicationId.

The application Amazon Resource Name (ARN).

Public Property 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])?$";

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreationTime System.String

Gets and sets the property CreationTime.

The date and time this resource was created.

Public Property Description System.String

Gets and sets the property Description.

The description of the application.

Minimum length=1. Maximum length=256

Public Property 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.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property 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.

Public Property 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+\\-_:\\/@]+$";

Public Property 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

Public Property 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\\-]+";

Public Property 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

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property SpdxLicenseId System.String

Gets and sets the property SpdxLicenseId.

A valid identifier from https://spdx.org/licenses/.

Public Property 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.

Public Property Version Amazon.ServerlessApplicationRepository.Model.Version

Gets and sets the property Version.

Version information about the application.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5