

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# Savings Plan 的服務版本索引檔案
<a name="service-version-index-file-for-savings-plans"></a>


|  | 
| --- |
| 若要提供有關 的意見回饋 AWS 價格表，請完成此[簡短問卷](https://amazonmr.au1.qualtrics.com/jfe/form/SV_cO0deTMyKyFeezA)。您的回覆將採匿名處理。**注意：**這份問卷僅提供英文版本。 | 

如需瞭解 Savings Plan 的服務版本索引檔案，請參閱下列參考資料：

**Contents**
+ [範例：Savings Plan 的服務版本索引檔案](#service-version-index-file-savings-plans-example)
+ [服務版本索引定義](#service-version-index-definitions)

## 範例：Savings Plan 的服務版本索引檔案
<a name="service-version-index-file-savings-plans-example"></a>

Savings Plan 服務版本索引檔案如下所示。

```
{
   "disclaimer":"The disclaimers for this service version index",
   "publicationDate":"The publication date of this service version index",
   "currentOfferVersionUrl" "The relative URL of region index file for latest version number of the service"
   "versions":[
      {
         "publicationDate":"The publication date of this version of service from which this version was effective",
         "offerVersionUrl":"The relative URL for the service region index file of this version"
      },
      {
         "publicationDate": ...,
         "offerVersionUrl": ...
      },
      ...
   ],
}
```

## 服務版本索引定義
<a name="service-version-index-definitions"></a>

下列清單定義服務版本索引檔案中的詞彙。

**disclaimer**  
適用於服務版本索引檔案的任何免責聲明。

**publicationDate**  
發行服務版本索引檔案的日期和時間，採用 UTC 格式。例如 `2023-03-28T23:47:21Z`。

**currentOfferVersionUrl**  
服務所屬最新版本編號的區域索引檔案相對 URL。例如 `/savingsPlan/v1.0/aws/AWSComputeSavingsPlan/current/region_index.json`。

**versions**  
此可用版本的清單 AWS 服務。

**versions:version:publicationDate**  
發行服務版本索引檔案的日期和時間，採用 UTC 格式。例如 `2023-04-07T14:57:05Z`

**versions:version:offerVersionUrl**  
此版本的服務區域索引檔案相對 URL。例如 `/savingsPlan/v1.0/aws/AWSComputeSavingsPlan/20230407145705/region_index.json`。