本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
Applications applicationId Templates
URI
/applications/
applicationId
/templates
HTTP 方法
POST
操作 ID:CreateCloudFormationTemplate
建立 AWS CloudFormation 範本。
名稱 | Type | 必要 | 描述 |
---|---|---|---|
applicationId | 字串 | True | 應用程式的 Amazon Resource Name (ARN)。 |
狀態碼 | 回應模型 | 描述 |
---|---|---|
201 | TemplateDetails | Success (成功) |
400 | BadRequestException | 請求中的其中一個參數無效。 |
403 | ForbiddenException | 用戶端未進行身分驗證。 |
404 | NotFoundException | 請求中指定的資源 (例如,存取政策陳述式) 不存在。 |
429 | TooManyRequestsException | 用戶端傳送的請求數目超過每單位時間的允許數目。 |
500 | InternalServerErrorException | AWS Serverless Application Repository 服務遇到內部錯誤。 |
OPTIONS
名稱 | Type | 必要 | 描述 |
---|---|---|---|
applicationId | 字串 | True | 應用程式的 Amazon Resource Name (ARN)。 |
狀態碼 | 回應模型 | 描述 |
---|---|---|
200 | 無 | 200 個回應 |
結構描述
請求內文
{ "semanticVersion": "string" }
回應內文
{ "templateId": "string", "templateUrl": "string", "applicationId": "string", "semanticVersion": "string", "status": enum, "creationTime": "string", "expirationTime": "string" }
屬性
BadRequestException
請求中的其中一個參數無效。
屬性 | Type | 必要 | 描述 |
---|---|---|---|
errorCode | string | False | 400 |
message | string | False | 請求中的其中一個參數無效。 |
CreateCloudFormationTemplateInput
建立範本請求。
屬性 | Type | 必要 | 描述 |
---|---|---|---|
semanticVersion | string | False | 應用程式語意版本: |
ForbiddenException
用戶端未進行身分驗證。
屬性 | Type | 必要 | 描述 |
---|---|---|---|
errorCode | string | False | 403 |
message | string | False | 用戶端未進行身分驗證。 |
InternalServerErrorException
AWS Serverless Application Repository 服務遇到內部錯誤。
屬性 | Type | 必要 | 描述 |
---|---|---|---|
errorCode | string | False | 500 |
message | string | False | AWS Serverless Application Repository 服務遇到內部錯誤。 |
NotFoundException
請求中指定的資源 (例如,存取政策陳述式) 不存在。
屬性 | Type | 必要 | 描述 |
---|---|---|---|
errorCode | string | False | 404 |
message | string | False | 請求中指定的資源 (例如,存取政策陳述式) 不存在。 |
TemplateDetails
範本的詳細資訊。
屬性 | Type | 必要 | 描述 |
---|---|---|---|
applicationId | string | True | 應用程式 Amazon Resource Name (ARN)。 |
creationTime | string | True | 建立此資源的日期和時間。 |
expirationTime | string | True | 此範本過期的日期和時間。範本會在建立 1 小時後過期。 |
semanticVersion | string | True | 應用程式語意版本: |
status | string 值: | True | 範本建立工作流程的狀態。 可能的值: |
templateId | string | True | UUID 傳回的 CreateCloudFormationTemplate。 模式:【0-9a-fA-F】{8}\-【0-9a-fA-F】{4}\-【0-9a-fA-F】{4}\-【0-9a-fA-F】{4}\-【0-9a-fA-F】{12} |
templateUrl | string | True | 範本的連結,可用於使用 部署應用程式 AWS CloudFormation。 |
TooManyRequestsException
用戶端傳送的請求數目超過每單位時間允許的數目。
屬性 | Type | 必要 | 描述 |
---|---|---|---|
errorCode | string | False | 429 |
message | string | False | 用戶端傳送的請求數目超過每單位時間允許的數目。 |
另請參閱
如需在其中一種語言特定 AWS SDKs和參考API中使用此功能的詳細資訊,請參閱以下內容: