

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

# 에 대한 서비스 버전 인덱스 파일 AWS 서비스
<a name="service-version-index-file-for-aws-service"></a>


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

서비스 버전 인덱스 파일을 이해하려면 다음 참조를 참조하세요.

**Topics**
+ [예: 서비스에 대한 서비스 버전 인덱스 파일](#example-service-version-index-file-service)
+ [서비스 버전 인덱스 파일 정의](#service-version-index-definitions-sps)

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

서비스 버전 인덱스 파일은 다음과 같습니다.

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

## 서비스 버전 인덱스 파일 정의
<a name="service-version-index-definitions-sps"></a>

다음 목록은 서비스 버전 인덱스 파일에서 사용되는 용어를 정의합니다.

**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`,

**versions:version:versionEffectiveBeginDate**  
이 버전이 유효하게 된 시작 날짜 및 시간(UTC 형식). 예를 들어 `2023-03-28T23:47:21Z`입니다.

**versions:version:versionEffectiveEndDate**  
이 버전이 유효한 기간의 종료 날짜 및 시간(UTC 형식). 예를 들어 `2023-03-28T23:47:21Z`입니다. 이 속성을 설정하지 않으면 이 버전이 현재 활성 버전임을 의미합니다.

**versions:version:offerVersionUrl**  
이 버전에 대한 서비스 가격표 파일의 상대 URL입니다. 예를 들어 `/offers/v1.0/aws/AmazonRDS/20230328234721/index.json`입니다.