:doc:`odb <../../odb>` / Client / accept_marketplace_registration

*******************************
accept_marketplace_registration
*******************************



.. py:method:: odb.Client.accept_marketplace_registration(**kwargs)

  

  Registers the Amazon Web Services Marketplace token for your Amazon Web Services account to activate your Oracle Database@Amazon Web Services subscription.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/AcceptMarketplaceRegistration>`_  


  **Request Syntax**
  ::

    response = client.accept_marketplace_registration(
        marketplaceRegistrationToken='string'
    )
    
  :type marketplaceRegistrationToken: string
  :param marketplaceRegistrationToken: **[REQUIRED]** 

    The registration token that's generated by Amazon Web Services Marketplace and sent to Oracle Database@Amazon Web Services.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`odb.Client.exceptions.ThrottlingException`

  
  *   :py:class:`odb.Client.exceptions.ValidationException`

  
  *   :py:class:`odb.Client.exceptions.ConflictException`

  
  *   :py:class:`odb.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`odb.Client.exceptions.InternalServerException`

  