AgreementService module#
Index > AgreementService
Auto-generated documentation for AgreementService type annotations stubs module types-boto3-marketplace-agreement.
How to install#
Generate locally (recommended)#
You can generate type annotations for boto3 package locally with mypy-boto3-builder.
Use uv for build isolation.
- Run mypy-boto3-builder in your package root directory:
uvx --with 'boto3==1.42.80' mypy-boto3-builder - Select
boto3AWS SDK. - Add
AgreementServiceservice. - Use provided commands to install generated packages.
VSCode extension#
Add AWS Boto3
extension to your VSCode and run AWS boto3: Quick Start command.
Click Modify and select boto3 common and AgreementService.
From PyPI with pip#
Install types-boto3 for AgreementService service.
# install with boto3 type annotations
python -m pip install 'types-boto3[marketplace-agreement]'
# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'types-boto3-lite[marketplace-agreement]'
# standalone installation
python -m pip install types-boto3-marketplace-agreement
How to uninstall#
python -m pip uninstall -y types-boto3-marketplace-agreement
Usage#
Code samples can be found in Examples.
AgreementServiceClient#
Type annotations and code completion for boto3.client("marketplace-agreement") as AgreementServiceClient
boto3 documentation
# AgreementServiceClient usage example
from boto3.session import Session
from types_boto3_marketplace_agreement.client import AgreementServiceClient
def get_client() -> AgreementServiceClient:
return Session().client("marketplace-agreement")
Paginators#
Type annotations and code completion for paginators
from boto3.client("marketplace-agreement").get_paginator("...").
# ListAgreementCancellationRequestsPaginator usage example
from boto3.session import Session
from types_boto3_marketplace_agreement.paginator import ListAgreementCancellationRequestsPaginator
def get_list_agreement_cancellation_requests_paginator() -> ListAgreementCancellationRequestsPaginator:
return Session().client("marketplace-agreement").get_paginator("list_agreement_cancellation_requests"))
- ListAgreementCancellationRequestsPaginator
- ListAgreementInvoiceLineItemsPaginator
- ListAgreementPaymentRequestsPaginator
- ListBillingAdjustmentRequestsPaginator
Literals#
Type annotations for literals used in methods and schema.
# AgreementCancellationRequestReasonCodeType usage example
from types_boto3_marketplace_agreement.literals import AgreementCancellationRequestReasonCodeType
def get_value() -> AgreementCancellationRequestReasonCodeType:
return "ALTERNATIVE_PROCUREMENT_CHANNEL"
- AgreementCancellationRequestReasonCodeType
- AgreementCancellationRequestStatusType
- AgreementStatusType
- BillingAdjustmentErrorCodeType
- BillingAdjustmentReasonCodeType
- BillingAdjustmentStatusType
- InvoiceTypeType
- LineItemGroupByType
- ListAgreementCancellationRequestsPaginatorName
- ListAgreementInvoiceLineItemsPaginatorName
- ListAgreementPaymentRequestsPaginatorName
- ListBillingAdjustmentRequestsPaginatorName
- PaymentRequestApprovalStrategyType
- PaymentRequestStatusType
- SortOrderType
- AgreementServiceServiceName
- ServiceName
- ResourceServiceName
- PaginatorName
- RegionName
Type definitions#
Type annotations for type definitions used in methods and schema.
- ByolPricingTermTypeDef
- RecurringPaymentTermTypeDef
- SupportTermTypeDef
- ValidityTermTypeDef
- AcceptorTypeDef
- AgreementCancellationRequestSummaryTypeDef
- InvoiceBillingPeriodTypeDef
- InvoicingEntityTypeDef
- PricingCurrencyAmountTypeDef
- ProposerTypeDef
- BatchCreateBillingAdjustmentErrorTypeDef
- BatchCreateBillingAdjustmentItemTypeDef
- BatchCreateBillingAdjustmentRequestEntryTypeDef
- ResponseMetadataTypeDef
- BillingAdjustmentSummaryTypeDef
- CancelAgreementCancellationRequestInputTypeDef
- CancelAgreementPaymentRequestInputTypeDef
- DimensionTypeDef
- ConstraintsTypeDef
- RateCardItemTypeDef
- SelectorTypeDef
- DescribeAgreementInputTypeDef
- EstimatedChargesTypeDef
- DocumentItemTypeDef
- FilterTypeDef
- GrantItemTypeDef
- GetAgreementCancellationRequestInputTypeDef
- GetAgreementPaymentRequestInputTypeDef
- GetAgreementTermsInputTypeDef
- GetBillingAdjustmentRequestInputTypeDef
- PaginatorConfigTypeDef
- ListAgreementCancellationRequestsInputTypeDef
- TimestampTypeDef
- ListAgreementPaymentRequestsInputTypeDef
- PaymentRequestSummaryTypeDef
- ScheduleItemTypeDef
- ResourceTypeDef
- RenewalTermConfigurationTypeDef
- SortTypeDef
- SendAgreementCancellationRequestInputTypeDef
- SendAgreementPaymentRequestInputTypeDef
- VariablePaymentTermConfigurationTypeDef
- AgreementInvoiceLineItemGroupSummaryTypeDef
- BatchCreateBillingAdjustmentRequestInputTypeDef
- BatchCreateBillingAdjustmentRequestOutputTypeDef
- CancelAgreementCancellationRequestOutputTypeDef
- CancelAgreementPaymentRequestOutputTypeDef
- GetAgreementCancellationRequestOutputTypeDef
- GetAgreementPaymentRequestOutputTypeDef
- GetBillingAdjustmentRequestOutputTypeDef
- ListAgreementCancellationRequestsOutputTypeDef
- SendAgreementCancellationRequestOutputTypeDef
- SendAgreementPaymentRequestOutputTypeDef
- ListBillingAdjustmentRequestsOutputTypeDef
- ConfigurableUpfrontPricingTermConfigurationTypeDef
- UsageBasedRateCardItemTypeDef
- ConfigurableUpfrontRateCardItemTypeDef
- LegalTermTypeDef
- FixedUpfrontPricingTermTypeDef
- FreeTrialPricingTermTypeDef
- ListAgreementCancellationRequestsInputPaginateTypeDef
- ListAgreementPaymentRequestsInputPaginateTypeDef
- ListAgreementInvoiceLineItemsInputPaginateTypeDef
- ListAgreementInvoiceLineItemsInputTypeDef
- ListBillingAdjustmentRequestsInputPaginateTypeDef
- ListBillingAdjustmentRequestsInputTypeDef
- ListAgreementPaymentRequestsOutputTypeDef
- PaymentScheduleTermTypeDef
- ProposalSummaryTypeDef
- RenewalTermTypeDef
- SearchAgreementsInputTypeDef
- VariablePaymentTermTypeDef
- ListAgreementInvoiceLineItemsOutputTypeDef
- UsageBasedPricingTermTypeDef
- ConfigurableUpfrontPricingTermTypeDef
- AgreementViewSummaryTypeDef
- DescribeAgreementOutputTypeDef
- AcceptedTermTypeDef
- SearchAgreementsOutputTypeDef
- GetAgreementTermsOutputTypeDef