aws-sdk-marketplaceagreement 1.27.0 → 1.29.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 59a00f1e51366245a2a64585d69cf089688af6cbbff72a6a18df17e9d4c3204e
4
- data.tar.gz: eda2a7662595ed5ea48db137ee67328d66a47a7c053c5d44e748c02c61769807
3
+ metadata.gz: 17c9369a63ff23d73eff940c65462615a3fe53e8096d2c416d5493e9f5accb07
4
+ data.tar.gz: b2bdbe1dbabf0b952b96d49953191816b22765ac378fb943873a214f0904e4ce
5
5
  SHA512:
6
- metadata.gz: deb4000ed9112bdc05177356eb1ed6ef6d3aed75c60bc2ab816be769134b87ae498320ff7d547fab19f2e7455fc5c386345990db859bfebd756d675c6e6fab75
7
- data.tar.gz: 7429fa93fad70b1b4f9b111114c733054aa37ea74d953daf8dba62edb8b0cff9550e136d629212d0a13afaf09b7b2aab0a8defd313ec3710b7fb1201da4576cc
6
+ metadata.gz: 8befb28bbe16d7e61075671013107a8f89c5581a305dcdd25ebbdd6757e4a1ed7c0ad961aa1d54eb7b73501a27769b3cf06c2e6e23e6fab2101907571b8e8082
7
+ data.tar.gz: 1e1fc302878e65f06145fb629d0101f53bd69d0adb861390391aba710f7f7a431fd1ed6bec40d3a26f2090121d352b047f14b33901a92559113b9804d6f9c69d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.29.0 (2025-12-01)
5
+ ------------------
6
+
7
+ * Feature - This release supports 1/multi-product transactions via offer sets. DescribeAgreement and SearchAgreements APIs now return offer set IDs. SearchAgreements also supports filtering by offer set ID and 2/variable payment pricing terms will be returned through GetAgreementTerms.
8
+
9
+ 1.28.0 (2025-11-21)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.27.0 (2025-10-22)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.27.0
1
+ 1.29.0
@@ -491,15 +491,15 @@ module Aws::MarketplaceAgreement
491
491
  #
492
492
  # @return [Types::DescribeAgreementOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
493
493
  #
494
- # * {Types::DescribeAgreementOutput#acceptance_time #acceptance_time} => Time
495
- # * {Types::DescribeAgreementOutput#acceptor #acceptor} => Types::Acceptor
496
494
  # * {Types::DescribeAgreementOutput#agreement_id #agreement_id} => String
497
- # * {Types::DescribeAgreementOutput#agreement_type #agreement_type} => String
495
+ # * {Types::DescribeAgreementOutput#acceptor #acceptor} => Types::Acceptor
496
+ # * {Types::DescribeAgreementOutput#proposer #proposer} => Types::Proposer
497
+ # * {Types::DescribeAgreementOutput#start_time #start_time} => Time
498
498
  # * {Types::DescribeAgreementOutput#end_time #end_time} => Time
499
+ # * {Types::DescribeAgreementOutput#acceptance_time #acceptance_time} => Time
500
+ # * {Types::DescribeAgreementOutput#agreement_type #agreement_type} => String
499
501
  # * {Types::DescribeAgreementOutput#estimated_charges #estimated_charges} => Types::EstimatedCharges
500
502
  # * {Types::DescribeAgreementOutput#proposal_summary #proposal_summary} => Types::ProposalSummary
501
- # * {Types::DescribeAgreementOutput#proposer #proposer} => Types::Proposer
502
- # * {Types::DescribeAgreementOutput#start_time #start_time} => Time
503
503
  # * {Types::DescribeAgreementOutput#status #status} => String
504
504
  #
505
505
  # @example Request syntax with placeholder values
@@ -510,19 +510,20 @@ module Aws::MarketplaceAgreement
510
510
  #
511
511
  # @example Response structure
512
512
  #
513
- # resp.acceptance_time #=> Time
514
- # resp.acceptor.account_id #=> String
515
513
  # resp.agreement_id #=> String
516
- # resp.agreement_type #=> String
514
+ # resp.acceptor.account_id #=> String
515
+ # resp.proposer.account_id #=> String
516
+ # resp.start_time #=> Time
517
517
  # resp.end_time #=> Time
518
- # resp.estimated_charges.agreement_value #=> String
518
+ # resp.acceptance_time #=> Time
519
+ # resp.agreement_type #=> String
519
520
  # resp.estimated_charges.currency_code #=> String
520
- # resp.proposal_summary.offer_id #=> String
521
+ # resp.estimated_charges.agreement_value #=> String
521
522
  # resp.proposal_summary.resources #=> Array
522
523
  # resp.proposal_summary.resources[0].id #=> String
523
524
  # resp.proposal_summary.resources[0].type #=> String
524
- # resp.proposer.account_id #=> String
525
- # resp.start_time #=> Time
525
+ # resp.proposal_summary.offer_id #=> String
526
+ # resp.proposal_summary.offer_set_id #=> String
526
527
  # resp.status #=> String, one of "ACTIVE", "ARCHIVED", "CANCELLED", "EXPIRED", "RENEWED", "REPLACED", "ROLLED_BACK", "SUPERSEDED", "TERMINATED"
527
528
  #
528
529
  # @see http://docs.aws.amazon.com/goto/WebAPI/marketplace-agreement-2020-03-01/DescribeAgreement AWS API Documentation
@@ -584,61 +585,66 @@ module Aws::MarketplaceAgreement
584
585
  # @example Response structure
585
586
  #
586
587
  # resp.accepted_terms #=> Array
587
- # resp.accepted_terms[0].byol_pricing_term.type #=> String
588
- # resp.accepted_terms[0].configurable_upfront_pricing_term.configuration.dimensions #=> Array
589
- # resp.accepted_terms[0].configurable_upfront_pricing_term.configuration.dimensions[0].dimension_key #=> String
590
- # resp.accepted_terms[0].configurable_upfront_pricing_term.configuration.dimensions[0].dimension_value #=> Integer
591
- # resp.accepted_terms[0].configurable_upfront_pricing_term.configuration.selector_value #=> String
592
- # resp.accepted_terms[0].configurable_upfront_pricing_term.currency_code #=> String
593
- # resp.accepted_terms[0].configurable_upfront_pricing_term.rate_cards #=> Array
594
- # resp.accepted_terms[0].configurable_upfront_pricing_term.rate_cards[0].constraints.multiple_dimension_selection #=> String
595
- # resp.accepted_terms[0].configurable_upfront_pricing_term.rate_cards[0].constraints.quantity_configuration #=> String
596
- # resp.accepted_terms[0].configurable_upfront_pricing_term.rate_cards[0].rate_card #=> Array
597
- # resp.accepted_terms[0].configurable_upfront_pricing_term.rate_cards[0].rate_card[0].dimension_key #=> String
598
- # resp.accepted_terms[0].configurable_upfront_pricing_term.rate_cards[0].rate_card[0].price #=> String
599
- # resp.accepted_terms[0].configurable_upfront_pricing_term.rate_cards[0].selector.type #=> String
600
- # resp.accepted_terms[0].configurable_upfront_pricing_term.rate_cards[0].selector.value #=> String
601
- # resp.accepted_terms[0].configurable_upfront_pricing_term.type #=> String
602
- # resp.accepted_terms[0].fixed_upfront_pricing_term.currency_code #=> String
603
- # resp.accepted_terms[0].fixed_upfront_pricing_term.duration #=> String
604
- # resp.accepted_terms[0].fixed_upfront_pricing_term.grants #=> Array
605
- # resp.accepted_terms[0].fixed_upfront_pricing_term.grants[0].dimension_key #=> String
606
- # resp.accepted_terms[0].fixed_upfront_pricing_term.grants[0].max_quantity #=> Integer
607
- # resp.accepted_terms[0].fixed_upfront_pricing_term.price #=> String
608
- # resp.accepted_terms[0].fixed_upfront_pricing_term.type #=> String
609
- # resp.accepted_terms[0].free_trial_pricing_term.duration #=> String
610
- # resp.accepted_terms[0].free_trial_pricing_term.grants #=> Array
611
- # resp.accepted_terms[0].free_trial_pricing_term.grants[0].dimension_key #=> String
612
- # resp.accepted_terms[0].free_trial_pricing_term.grants[0].max_quantity #=> Integer
613
- # resp.accepted_terms[0].free_trial_pricing_term.type #=> String
588
+ # resp.accepted_terms[0].legal_term.type #=> String
614
589
  # resp.accepted_terms[0].legal_term.documents #=> Array
615
590
  # resp.accepted_terms[0].legal_term.documents[0].type #=> String
616
591
  # resp.accepted_terms[0].legal_term.documents[0].url #=> String
617
592
  # resp.accepted_terms[0].legal_term.documents[0].version #=> String
618
- # resp.accepted_terms[0].legal_term.type #=> String
619
- # resp.accepted_terms[0].payment_schedule_term.currency_code #=> String
620
- # resp.accepted_terms[0].payment_schedule_term.schedule #=> Array
621
- # resp.accepted_terms[0].payment_schedule_term.schedule[0].charge_amount #=> String
622
- # resp.accepted_terms[0].payment_schedule_term.schedule[0].charge_date #=> Time
623
- # resp.accepted_terms[0].payment_schedule_term.type #=> String
624
- # resp.accepted_terms[0].recurring_payment_term.billing_period #=> String
625
- # resp.accepted_terms[0].recurring_payment_term.currency_code #=> String
626
- # resp.accepted_terms[0].recurring_payment_term.price #=> String
627
- # resp.accepted_terms[0].recurring_payment_term.type #=> String
628
- # resp.accepted_terms[0].renewal_term.configuration.enable_auto_renew #=> Boolean
629
- # resp.accepted_terms[0].renewal_term.type #=> String
630
- # resp.accepted_terms[0].support_term.refund_policy #=> String
631
593
  # resp.accepted_terms[0].support_term.type #=> String
594
+ # resp.accepted_terms[0].support_term.refund_policy #=> String
595
+ # resp.accepted_terms[0].renewal_term.type #=> String
596
+ # resp.accepted_terms[0].renewal_term.configuration.enable_auto_renew #=> Boolean
597
+ # resp.accepted_terms[0].usage_based_pricing_term.type #=> String
632
598
  # resp.accepted_terms[0].usage_based_pricing_term.currency_code #=> String
633
599
  # resp.accepted_terms[0].usage_based_pricing_term.rate_cards #=> Array
634
600
  # resp.accepted_terms[0].usage_based_pricing_term.rate_cards[0].rate_card #=> Array
635
601
  # resp.accepted_terms[0].usage_based_pricing_term.rate_cards[0].rate_card[0].dimension_key #=> String
636
602
  # resp.accepted_terms[0].usage_based_pricing_term.rate_cards[0].rate_card[0].price #=> String
637
- # resp.accepted_terms[0].usage_based_pricing_term.type #=> String
603
+ # resp.accepted_terms[0].configurable_upfront_pricing_term.type #=> String
604
+ # resp.accepted_terms[0].configurable_upfront_pricing_term.currency_code #=> String
605
+ # resp.accepted_terms[0].configurable_upfront_pricing_term.rate_cards #=> Array
606
+ # resp.accepted_terms[0].configurable_upfront_pricing_term.rate_cards[0].selector.type #=> String
607
+ # resp.accepted_terms[0].configurable_upfront_pricing_term.rate_cards[0].selector.value #=> String
608
+ # resp.accepted_terms[0].configurable_upfront_pricing_term.rate_cards[0].constraints.multiple_dimension_selection #=> String
609
+ # resp.accepted_terms[0].configurable_upfront_pricing_term.rate_cards[0].constraints.quantity_configuration #=> String
610
+ # resp.accepted_terms[0].configurable_upfront_pricing_term.rate_cards[0].rate_card #=> Array
611
+ # resp.accepted_terms[0].configurable_upfront_pricing_term.rate_cards[0].rate_card[0].dimension_key #=> String
612
+ # resp.accepted_terms[0].configurable_upfront_pricing_term.rate_cards[0].rate_card[0].price #=> String
613
+ # resp.accepted_terms[0].configurable_upfront_pricing_term.configuration.selector_value #=> String
614
+ # resp.accepted_terms[0].configurable_upfront_pricing_term.configuration.dimensions #=> Array
615
+ # resp.accepted_terms[0].configurable_upfront_pricing_term.configuration.dimensions[0].dimension_key #=> String
616
+ # resp.accepted_terms[0].configurable_upfront_pricing_term.configuration.dimensions[0].dimension_value #=> Integer
617
+ # resp.accepted_terms[0].byol_pricing_term.type #=> String
618
+ # resp.accepted_terms[0].recurring_payment_term.type #=> String
619
+ # resp.accepted_terms[0].recurring_payment_term.currency_code #=> String
620
+ # resp.accepted_terms[0].recurring_payment_term.billing_period #=> String
621
+ # resp.accepted_terms[0].recurring_payment_term.price #=> String
622
+ # resp.accepted_terms[0].validity_term.type #=> String
638
623
  # resp.accepted_terms[0].validity_term.agreement_duration #=> String
639
- # resp.accepted_terms[0].validity_term.agreement_end_date #=> Time
640
624
  # resp.accepted_terms[0].validity_term.agreement_start_date #=> Time
641
- # resp.accepted_terms[0].validity_term.type #=> String
625
+ # resp.accepted_terms[0].validity_term.agreement_end_date #=> Time
626
+ # resp.accepted_terms[0].payment_schedule_term.type #=> String
627
+ # resp.accepted_terms[0].payment_schedule_term.currency_code #=> String
628
+ # resp.accepted_terms[0].payment_schedule_term.schedule #=> Array
629
+ # resp.accepted_terms[0].payment_schedule_term.schedule[0].charge_date #=> Time
630
+ # resp.accepted_terms[0].payment_schedule_term.schedule[0].charge_amount #=> String
631
+ # resp.accepted_terms[0].free_trial_pricing_term.type #=> String
632
+ # resp.accepted_terms[0].free_trial_pricing_term.duration #=> String
633
+ # resp.accepted_terms[0].free_trial_pricing_term.grants #=> Array
634
+ # resp.accepted_terms[0].free_trial_pricing_term.grants[0].dimension_key #=> String
635
+ # resp.accepted_terms[0].free_trial_pricing_term.grants[0].max_quantity #=> Integer
636
+ # resp.accepted_terms[0].fixed_upfront_pricing_term.type #=> String
637
+ # resp.accepted_terms[0].fixed_upfront_pricing_term.currency_code #=> String
638
+ # resp.accepted_terms[0].fixed_upfront_pricing_term.duration #=> String
639
+ # resp.accepted_terms[0].fixed_upfront_pricing_term.price #=> String
640
+ # resp.accepted_terms[0].fixed_upfront_pricing_term.grants #=> Array
641
+ # resp.accepted_terms[0].fixed_upfront_pricing_term.grants[0].dimension_key #=> String
642
+ # resp.accepted_terms[0].fixed_upfront_pricing_term.grants[0].max_quantity #=> Integer
643
+ # resp.accepted_terms[0].variable_payment_term.type #=> String
644
+ # resp.accepted_terms[0].variable_payment_term.currency_code #=> String
645
+ # resp.accepted_terms[0].variable_payment_term.max_total_charge_amount #=> String
646
+ # resp.accepted_terms[0].variable_payment_term.configuration.payment_request_approval_strategy #=> String, one of "AUTO_APPROVE_ON_EXPIRATION", "WAIT_FOR_APPROVAL"
647
+ # resp.accepted_terms[0].variable_payment_term.configuration.expiration_duration #=> String
642
648
  # resp.next_token #=> String
643
649
  #
644
650
  # @see http://docs.aws.amazon.com/goto/WebAPI/marketplace-agreement-2020-03-01/GetAgreementTerms AWS API Documentation
@@ -650,48 +656,92 @@ module Aws::MarketplaceAgreement
650
656
  req.send_request(options)
651
657
  end
652
658
 
653
- # Searches across all agreements that a proposer or an acceptor has in
654
- # AWS Marketplace. The search returns a list of agreements with basic
655
- # agreement information.
659
+ # Searches across all agreements that a proposer has in AWS Marketplace.
660
+ # The search returns a list of agreements with basic agreement
661
+ # information.
662
+ #
663
+ # The following filter combinations are supported when the `PartyType`
664
+ # is `Proposer`:
665
+ #
666
+ # * `AgreementType`
667
+ #
668
+ # * `AgreementType` + `EndTime`
669
+ #
670
+ # * `AgreementType` + `ResourceType`
671
+ #
672
+ # * `AgreementType` + `ResourceType` + `EndTime`
673
+ #
674
+ # * `AgreementType` + `ResourceType` + `Status`
675
+ #
676
+ # * `AgreementType` + `ResourceType` + `Status` + `EndTime`
656
677
  #
657
- # The following filter combinations are supported:
678
+ # * `AgreementType` + `ResourceId`
658
679
  #
659
- # * `PartyType` as `Proposer` + `AgreementType` + `ResourceIdentifier`
680
+ # * `AgreementType` + `ResourceId` + `EndTime`
660
681
  #
661
- # * `PartyType` as `Proposer` + `AgreementType` + `OfferId`
682
+ # * `AgreementType` + `ResourceId` + `Status`
662
683
  #
663
- # * `PartyType` as `Proposer` + `AgreementType` + `AcceptorAccountId`
684
+ # * `AgreementType` + `ResourceId` + `Status` + `EndTime`
664
685
  #
665
- # * `PartyType` as `Proposer` + `AgreementType` + `Status`
686
+ # * `AgreementType` + `AcceptorAccountId`
666
687
  #
667
- # * `PartyType` as `Proposer` + `AgreementType` + `ResourceIdentifier` +
668
- # `Status`
688
+ # * `AgreementType` + `AcceptorAccountId` + `EndTime`
669
689
  #
670
- # * `PartyType` as `Proposer` + `AgreementType` + `OfferId` + `Status`
690
+ # * `AgreementType` + `AcceptorAccountId` + `Status`
671
691
  #
672
- # * `PartyType` as `Proposer` + `AgreementType` + `AcceptorAccountId` +
673
- # `Status`
692
+ # * `AgreementType` + `AcceptorAccountId` + `Status` + `EndTime`
674
693
  #
675
- # * `PartyType` as `Proposer` + `AgreementType` + `ResourceType` +
676
- # `Status`
694
+ # * `AgreementType` + `AcceptorAccountId` + `OfferId`
677
695
  #
678
- # * `PartyType` as `Proposer` + `AgreementType` + `AcceptorAccountId` +
679
- # `ResourceType` + `Status`
696
+ # * `AgreementType` + `AcceptorAccountId` + `OfferId` + `Status`
680
697
  #
681
- # * `PartyType` as `Proposer` + `AgreementType` + `AcceptorAccountId` +
682
- # `OfferId`
698
+ # * `AgreementType` + `AcceptorAccountId` + `OfferId` + `EndTime`
683
699
  #
684
- # * `PartyType` as `Proposer` + `AgreementType` + `AcceptorAccountId` +
685
- # `OfferId` + `Status`
700
+ # * `AgreementType` + `AcceptorAccountId` + `OfferId` + `Status` +
701
+ # `EndTime`
686
702
  #
687
- # * `PartyType` as `Proposer` + `AgreementType` + `AcceptorAccountId` +
688
- # `ResourceIdentifier`
703
+ # * `AgreementType` + `AcceptorAccountId` + `ResourceId`
689
704
  #
690
- # * `PartyType` as `Proposer` + `AgreementType` + `AcceptorAccountId` +
691
- # `ResourceIdentifier` + `Status`
705
+ # * `AgreementType` + `AcceptorAccountId` + `ResourceId` + `Status`
692
706
  #
693
- # * `PartyType` as `Proposer` + `AgreementType` + `AcceptorAccountId` +
694
- # `ResourceType`
707
+ # * `AgreementType` + `AcceptorAccountId` + `ResourceId` + `EndTime`
708
+ #
709
+ # * `AgreementType` + `AcceptorAccountId` + `ResourceId` + `Status` +
710
+ # `EndTime`
711
+ #
712
+ # * `AgreementType` + `AcceptorAccountId` + `ResourceType`
713
+ #
714
+ # * `AgreementType` + `AcceptorAccountId` + `ResourceType` + `EndTime`
715
+ #
716
+ # * `AgreementType` + `AcceptorAccountId` + `ResourceType` + `Status`
717
+ #
718
+ # * `AgreementType` + `AcceptorAccountId` + `ResourceType` + `Status` +
719
+ # `EndTime`
720
+ #
721
+ # * `AgreementType` + `Status`
722
+ #
723
+ # * `AgreementType` + `Status` + `EndTime`
724
+ #
725
+ # * `AgreementType` + `OfferId`
726
+ #
727
+ # * `AgreementType` + `OfferId` + `EndTime`
728
+ #
729
+ # * `AgreementType` + `OfferId` + `Status`
730
+ #
731
+ # * `AgreementType` + `OfferId` + `Status` + `EndTime`
732
+ #
733
+ # * `AgreementType` + `OfferSetId`
734
+ #
735
+ # * `AgreementType` + `OfferSetId` + `EndTime`
736
+ #
737
+ # * `AgreementType` + `OfferSetId` + `Status`
738
+ #
739
+ # * `AgreementType` + `OfferSetId` + `Status` + `EndTime`
740
+ #
741
+ # <note markdown="1"> To filter by `EndTime`, you can use either `BeforeEndTime` or
742
+ # `AfterEndTime`. Only `EndTime` is supported for sorting.
743
+ #
744
+ # </note>
695
745
  #
696
746
  # @option params [String] :catalog
697
747
  # The catalog in which the agreement was created.
@@ -705,12 +755,11 @@ module Aws::MarketplaceAgreement
705
755
  # * `ResourceIdentifier` – The unique identifier of the resource.
706
756
  #
707
757
  # * `ResourceType` – Type of the resource, which is the product
708
- # (`AmiProduct`, `ContainerProduct`, or `SaaSProduct`).
758
+ # (`AmiProduct`, `ContainerProduct`, `SaaSProduct`,
759
+ # `ProfessionalServicesProduct`, or `MachineLearningProduct`).
709
760
  #
710
- # * `PartyType` – The party type (either `Acceptor` or `Proposer`) of
711
- # the caller. For agreements where the caller is the proposer, use the
712
- # `Proposer` filter. For agreements where the caller is the acceptor,
713
- # use the `Acceptor` filter.
761
+ # * `PartyType` – The party type of the caller. For agreements where the
762
+ # caller is the proposer, use the `Proposer` filter.
714
763
  #
715
764
  # * `AcceptorAccountId` – The AWS account ID of the party accepting the
716
765
  # agreement terms.
@@ -728,8 +777,17 @@ module Aws::MarketplaceAgreement
728
777
  # * `AfterEndTime` – A date used to filter agreements with a date after
729
778
  # the `endTime` of an agreement.
730
779
  #
731
- # * `AgreementType` – The type of agreement. Values include
732
- # `PurchaseAgreement` or `VendorInsightsAgreement`.
780
+ # * `AgreementType` – The type of agreement. Supported value includes
781
+ # `PurchaseAgreement`.
782
+ #
783
+ # * `OfferSetId` – A unique identifier for the offer set containing this
784
+ # offer. All agreements created from offers in this set include this
785
+ # identifier as context.
786
+ #
787
+ # @option params [Types::Sort] :sort
788
+ # An object that contains the `SortBy` and `SortOrder` attributes. Only
789
+ # `EndTime` is supported for `SearchAgreements`. The default sort is
790
+ # `EndTime` descending.
733
791
  #
734
792
  # @option params [Integer] :max_results
735
793
  # The maximum number of agreements to return in the response.
@@ -737,9 +795,6 @@ module Aws::MarketplaceAgreement
737
795
  # @option params [String] :next_token
738
796
  # A token to specify where to start pagination.
739
797
  #
740
- # @option params [Types::Sort] :sort
741
- # An object that contains the `SortBy` and `SortOrder` attributes.
742
- #
743
798
  # @return [Types::SearchAgreementsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
744
799
  #
745
800
  # * {Types::SearchAgreementsOutput#agreement_view_summaries #agreement_view_summaries} => Array&lt;Types::AgreementViewSummary&gt;
@@ -757,28 +812,29 @@ module Aws::MarketplaceAgreement
757
812
  # values: ["FilterValue"],
758
813
  # },
759
814
  # ],
760
- # max_results: 1,
761
- # next_token: "NextToken",
762
815
  # sort: {
763
816
  # sort_by: "SortBy",
764
817
  # sort_order: "ASCENDING", # accepts ASCENDING, DESCENDING
765
818
  # },
819
+ # max_results: 1,
820
+ # next_token: "NextToken",
766
821
  # })
767
822
  #
768
823
  # @example Response structure
769
824
  #
770
825
  # resp.agreement_view_summaries #=> Array
771
- # resp.agreement_view_summaries[0].acceptance_time #=> Time
772
- # resp.agreement_view_summaries[0].acceptor.account_id #=> String
773
826
  # resp.agreement_view_summaries[0].agreement_id #=> String
774
- # resp.agreement_view_summaries[0].agreement_type #=> String
827
+ # resp.agreement_view_summaries[0].acceptance_time #=> Time
828
+ # resp.agreement_view_summaries[0].start_time #=> Time
775
829
  # resp.agreement_view_summaries[0].end_time #=> Time
776
- # resp.agreement_view_summaries[0].proposal_summary.offer_id #=> String
830
+ # resp.agreement_view_summaries[0].agreement_type #=> String
831
+ # resp.agreement_view_summaries[0].acceptor.account_id #=> String
832
+ # resp.agreement_view_summaries[0].proposer.account_id #=> String
777
833
  # resp.agreement_view_summaries[0].proposal_summary.resources #=> Array
778
834
  # resp.agreement_view_summaries[0].proposal_summary.resources[0].id #=> String
779
835
  # resp.agreement_view_summaries[0].proposal_summary.resources[0].type #=> String
780
- # resp.agreement_view_summaries[0].proposer.account_id #=> String
781
- # resp.agreement_view_summaries[0].start_time #=> Time
836
+ # resp.agreement_view_summaries[0].proposal_summary.offer_id #=> String
837
+ # resp.agreement_view_summaries[0].proposal_summary.offer_set_id #=> String
782
838
  # resp.agreement_view_summaries[0].status #=> String, one of "ACTIVE", "ARCHIVED", "CANCELLED", "EXPIRED", "RENEWED", "REPLACED", "ROLLED_BACK", "SUPERSEDED", "TERMINATED"
783
839
  # resp.next_token #=> String
784
840
  #
@@ -809,7 +865,7 @@ module Aws::MarketplaceAgreement
809
865
  tracer: tracer
810
866
  )
811
867
  context[:gem_name] = 'aws-sdk-marketplaceagreement'
812
- context[:gem_version] = '1.27.0'
868
+ context[:gem_version] = '1.29.0'
813
869
  Seahorse::Client::Request.new(handlers, context)
814
870
  end
815
871