

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# 节省计划的服务版本索引文件



|  | 
| --- |
| 要提供相关的反馈 Amazon 价目表，请完成这[份简短的调查](https://amazonmr.au1.qualtrics.com/jfe/form/SV_cO0deTMyKyFeezA)。您的回复将是匿名的。**注意：**本调查仅提供英文版。 | 

要了解节省计划的服务版本索引文件，请参阅以下参考资料：

**Contents**
+ [

## 示例：节省计划的服务版本索引文件
](#service-version-index-file-savings-plans-example)
+ [

## 服务版本索引定义
](#service-version-index-definitions)

## 示例：节省计划的服务版本索引文件


节省计划的服务版本索引文件如下所示。

```
{
   "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": ...
      },
      ...
   ],
}
```

## 服务版本索引定义


以下列表定义服务版本索引文件中使用的术语：

**disclaimer**  
适用于服务版本索引文件的任何免责声明。

**publicationDate**  
发布服务版本索引文件的日期和时间，采用 UTC 格式。例如 `2023-03-28T23:47:21Z`。

**currentOfferVersion网址**  
服务最新版本号的区域索引文件的相对 URL。例如 `/savingsPlan/v1.0/aws/AWSComputeSavingsPlan/current/region_index.json`。

**versions**  
此版本的可用版本列表 Amazon Web Services 服务。

**versions:version:publicationDate**  
发布服务版本索引文件的日期和时间，采用 UTC 格式。例如，`2023-04-07T14:57:05Z`

**版本:版本:offerVersionUrl**  
此版本的服务区域索引文件的相对 URL。例如 `/savingsPlan/v1.0/aws/AWSComputeSavingsPlan/20230407145705/region_index.json`。