

Doc AWS SDK 예제 GitHub 리포지토리에서 더 많은 SDK 예제를 사용할 수 있습니다. [AWS](https://github.com/awsdocs/aws-doc-sdk-examples) 

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

# 계약 API에 대한 AWS Marketplace 계약
<a name="marketplace-agreement_code_examples_agreements"></a>

다음 코드 예제에서는 AWS Marketplace 계약 API를 AWS SDKs와 함께 사용하는 방법을 보여줍니다.

**Topics**
+ [계약 취소 요청 수락](marketplace-agreement_example_marketplace-agreement_AcceptAgreementCancellationRequest_section.md)
+ [계약 결제 요청 수락](marketplace-agreement_example_marketplace-agreement_AcceptAgreementPaymentRequest_section.md)
+ [SaaS 계약 갱신 기간 수정](marketplace-agreement_example_marketplace-agreement_AmendSaaSContractRenewalTerm_section.md)
+ [사용량 요금 모델에 대한 AMI ConfigurableUpfrontPricingTerm 수정](marketplace-agreement_example_marketplace-agreement_AmendAmiConfigurableUpfrontPricingTermForUsagePricingModel_section.md)
+ [새 AMI 무료 평가판 계약 생성](marketplace-agreement_example_marketplace-agreement_NewAmiFreeTrial_section.md)
+ [선결제가 포함된 새 SaaS 계약 생성](marketplace-agreement_example_marketplace-agreement_NewSaaSContractWithUpfrontPayment_section.md)
+ [모든 계약 ID 가져오기](marketplace-agreement_example_marketplace-agreement_GetAllAgreementsIds_section.md)
+ [모든 계약 가져오기](marketplace-agreement_example_marketplace-agreement_GetAllAgreements_section.md)
+ [계약에서 고객 ID 가져오기](marketplace-agreement_example_marketplace-agreement_GetAgreementCustomer_section.md)
+ [계약 취소 요청의 세부 정보 가져오기](marketplace-agreement_example_marketplace-agreement_GetAgreementCancellationRequest_section.md)
+ [계약 결제 요청의 세부 정보 가져오기](marketplace-agreement_example_marketplace-agreement_GetAgreementPaymentRequest_section.md)
+ [계약에서 재무 세부 정보 가져오기](marketplace-agreement_example_marketplace-agreement_GetAgreementFinancialDetails_section.md)
+ [계약에서 무료 평가판 세부 정보 가져오기](marketplace-agreement_example_marketplace-agreement_GetAgreementTermsFreeTrialDetails_section.md)
+ [계약 정보 가져오기](marketplace-agreement_example_marketplace-agreement_DescribeAgreement_section.md)
+ [계약에서 제품 및 제안 세부 정보 가져오기](marketplace-agreement_example_marketplace-agreement_GetProductAndOfferDetailFromAgreement_section.md)
+ [계약의 EULA 가져오기](marketplace-agreement_example_marketplace-agreement_GetAgreementTermsEula_section.md)
+ [계약의 자동 갱신 조건 가져오기](marketplace-agreement_example_marketplace-agreement_GetAgreementAutoRenewal_section.md)
+ [계약에서 구매한 차원 가져오기](marketplace-agreement_example_marketplace-agreement_GetAgreementTermsDimensionPurchased_section.md)
+ [계약에서 구매한 각 차원의 인스턴스 가져오기](marketplace-agreement_example_marketplace-agreement_GetAgreementTermsDimensionInstances_section.md)
+ [계약의 결제 일정 가져오기](marketplace-agreement_example_marketplace-agreement_GetAgreementTermsPaymentSchedule_section.md)
+ [계약에서 차원당 요금 가져오기](marketplace-agreement_example_marketplace-agreement_GetAgreementTermsPricingEachDimension_section.md)
+ [계약의 요금 유형 가져오기](marketplace-agreement_example_marketplace-agreement_GetAgreementPricingType_section.md)
+ [계약의 제품 유형 가져오기](marketplace-agreement_example_marketplace-agreement_GetAgreementProductType_section.md)
+ [계약 상태 가져오기](marketplace-agreement_example_marketplace-agreement_GetAgreementStatus_section.md)
+ [계약의 지원 조건 가져오기](marketplace-agreement_example_marketplace-agreement_GetAgreementTermsSupportTerm_section.md)
+ [계약 조건 가져오기](marketplace-agreement_example_marketplace-agreement_GetAgreementTerms_section.md)
+ [계약 취소 요청 나열](marketplace-agreement_example_marketplace-agreement_ListAgreementCancellationRequests_section.md)
+ [계약 결제 요청 나열](marketplace-agreement_example_marketplace-agreement_ListAgreementPaymentRequests_section.md)
+ [계약 취소 요청 거부](marketplace-agreement_example_marketplace-agreement_RejectAgreementCancellationRequest_section.md)
+ [계약 결제 요청 거부](marketplace-agreement_example_marketplace-agreement_RejectAgreementPaymentRequest_section.md)
+ [SaaS 계약 계약을 계약 기반 제안으로 대체](marketplace-agreement_example_marketplace-agreement_ReplaceSaaSContractWithAgreementBasedOffer_section.md)
+ [SaaS 무료 평가판을 소비 요금이 포함된 계약으로 바꾸기](marketplace-agreement_example_marketplace-agreement_ReplaceSaaSFreeTrialWithCCP_section.md)
+ [SaaS 사용량 기반 요금 기간 대체 및 이전 계약 취소](marketplace-agreement_example_marketplace-agreement_ReplaceSaaSUsageBasedPricingTermAndCancel_section.md)
+ [AMI 사용량 기반 요금 기간을 바꾸되 ConfigurableUpfrontPricingTerm을 유지합니다.](marketplace-agreement_example_marketplace-agreement_ReplaceAmiUsageBasedPricingTermButNotCupt_section.md)
+ [계정 ID로 계약 검색](marketplace-agreement_example_marketplace-agreement_SearchAgreementsByAccountId_section.md)
+ [계약 ID로 계약 검색](marketplace-agreement_example_marketplace-agreement_SearchAgreementsById_section.md)
+ [종료 날짜로 계약 검색](marketplace-agreement_example_marketplace-agreement_SearchAgreementsByEndDate_section.md)
+ [제안 ID로 계약 검색](marketplace-agreement_example_marketplace-agreement_SearchAgreementsByOfferId_section.md)
+ [제품 ID로 계약 검색](marketplace-agreement_example_marketplace-agreement_SearchAgreementsByProductId_section.md)
+ [상태별로 계약 검색](marketplace-agreement_example_marketplace-agreement_SearchAgreementsByByStatus_section.md)
+ [하나의 사용자 지정 필터를 적용한 계약 검색](marketplace-agreement_example_marketplace-agreement_SearchAgreementsByOneFilter_section.md)
+ [두 개의 사용자 지정 필터를 적용한 계약 검색](marketplace-agreement_example_marketplace-agreement_SearchAgreementsByTwoFilters_section.md)
+ [계약 수락 후 구매 주문 업데이트](marketplace-agreement_example_marketplace-agreement_UpdatePurchaseOrdersAfterAgreementAcceptance_section.md)