

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# 절감형 플랜에 대한 서비스 버전 인덱스 파일
<a name="service-version-index-file-for-savings-plans"></a>


|  | 
| --- |
| 에 대한 피드백을 제공하려면이 [간단한 설문 조사를](https://amazonmr.au1.qualtrics.com/jfe/form/SV_cO0deTMyKyFeezA) AWS 가격표완료하세요. 응답은 익명으로 처리됩니다. **참고:** 이 설문조사는 영어로만 진행됩니다. | 

절감형 플랜의 서비스 버전 인덱스 파일을 이해하려면 다음 참조를 참조하세요.

**Contents**
+ [예: 절감형 플랜에 대한 서비스 버전 인덱스 파일](#service-version-index-file-savings-plans-example)
+ [서비스 버전 인덱스 정의](#service-version-index-definitions)

## 예: 절감형 플랜에 대한 서비스 버전 인덱스 파일
<a name="service-version-index-file-savings-plans-example"></a>

절감형 플랜의 서비스 버전 인덱스 파일은 다음과 같습니다.

```
{
   "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`입니다.