本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
的服務版本索引檔案 AWS 服務
若要提供有關 的意見回饋 AWS 價格表,請完成此簡短的問卷 |
如需瞭解服務版本索引檔案,請參閱下列參考資料:
範例:服務的服務版本索引檔案
服務版本索引檔案如下所示。
{ "formatVersion":"The version number for the service version index format", "disclaimer":"The disclaimers for this service version index", "publicationDate":"The publication date of this service version index", "offerCode": "The service code/Savings Plan code", "currentVersion": "The latest version of the service" "versions":{ "firstVersion":{ "versionEffectiveBeginDate":"The date starting which this version is effective", "versionEffectiveEndDate":"The date until which this version is effective", "offerVersionUrl":"The relative URL for the service price list file of this version" }, "secondVersion":{ "versionEffectiveBeginDate": ..., "versionEffectiveEndDate": ..., "offerVersionUrl": ... }, ... }, }
服務版本索引檔案定義
下列清單定義服務版本索引檔案中的詞彙。
- formatVersion
-
追蹤服務版本索引檔案所用格式版本的屬性。結構變更時,檔案的
formatVersion
會更新。例如,版本將從v1
變更為v2
。 - disclaimer
-
適用於服務版本索引檔案的任何免責聲明。
- publicationDate
-
發佈服務版本索引檔案時的日期和時間UTC格式。例如:
2023-03-28T23:47:21Z
。 - offerCode
-
產品的唯一程式碼 AWS 服務。例如
AmazonRDS
或AmazonS3
。 - currentVersion
-
AWS 服務的最新版本編號。例如:
20230328234721
。 - versions
-
此 AWS 服務的可用版本清單。
- versions:version
-
AWS 服務的價目表版本唯一代碼。此代碼的作用是版本清單中的查詢索引鍵。例如,
20230328234721
、 - version:version:versionEffectiveBeginDate
-
此版本的開始日期和時間UTC,格式為 。例如:
2023-03-28T23:47:21Z
。 - version:version:versionEffectiveEndDate
-
此版本的結束日期和時間UTC格式為 ,且有效。例如:
2023-03-28T23:47:21Z
。如果未設定此屬性,表示此版本為目前作用中的版本。 - 版本:版本:offerVersionUrl
-
版本URL之服務價目表檔案的相對值。例如:
/offers/v1.0/aws/AmazonRDS/20230328234721/index.json
。