aws-sdk-partnercentralselling 1.35.0 → 1.37.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-partnercentralselling/client.rb +25 -3
- data/lib/aws-sdk-partnercentralselling/client_api.rb +18 -0
- data/lib/aws-sdk-partnercentralselling/types.rb +40 -4
- data/lib/aws-sdk-partnercentralselling.rb +1 -1
- data/sig/client.rbs +4 -3
- data/sig/types.rbs +8 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f8e866f031f986b4a6037688ddecf0eda7aea7648d5a6fcb3d74af21eabdd989
|
|
4
|
+
data.tar.gz: e455fef3325a585bc612fa38c15c30783163ea45a5f16c7f699f08fa87d39718
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 535523f07fd9c5054797f84a878df289736b7184957db1c19ad65900746c84da7ed10a90fb97ed74ed90583a6793f5c130821392b2401a0095e13d8befa8f51e
|
|
7
|
+
data.tar.gz: 220503c1f362043ee7471aaa491fb03933740bbcbec5aaa0f3556e92ca8a25f8bd0315cb8a721124fafa93c2009f4f9d9b2c6af7010a37f2d56ef48ecf9967c8
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.37.0 (2026-06-30)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release adds AwsMarketplaceSolutions and AwsMarketplaceProducts entity types to the Associate and Disassociate APIs, returns them in GetOpportunity, and adds AwsMarketplaceSolutionArn to ListSolutions ,letting partners link Marketplace listings directly to opportunities.
|
|
8
|
+
|
|
9
|
+
1.36.0 (2026-06-17)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Cosell Resonate AND Prospecing API Launch with ARN correction
|
|
13
|
+
|
|
4
14
|
1.35.0 (2026-06-16)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.37.0
|
|
@@ -648,7 +648,7 @@ module Aws::PartnerCentralSelling
|
|
|
648
648
|
# resp = client.associate_opportunity({
|
|
649
649
|
# catalog: "CatalogIdentifier", # required
|
|
650
650
|
# opportunity_identifier: "OpportunityIdentifier", # required
|
|
651
|
-
# related_entity_type: "Solutions", # required, accepts Solutions, AwsProducts, AwsMarketplaceOffers, AwsMarketplaceOfferSets
|
|
651
|
+
# related_entity_type: "Solutions", # required, accepts Solutions, AwsProducts, AwsMarketplaceOffers, AwsMarketplaceOfferSets, AwsMarketplaceSolutions, AwsMarketplaceProducts
|
|
652
652
|
# related_entity_identifier: "AssociateOpportunityRequestRelatedEntityIdentifierString", # required
|
|
653
653
|
# })
|
|
654
654
|
#
|
|
@@ -1612,7 +1612,7 @@ module Aws::PartnerCentralSelling
|
|
|
1612
1612
|
# resp = client.disassociate_opportunity({
|
|
1613
1613
|
# catalog: "CatalogIdentifier", # required
|
|
1614
1614
|
# opportunity_identifier: "OpportunityIdentifier", # required
|
|
1615
|
-
# related_entity_type: "Solutions", # required, accepts Solutions, AwsProducts, AwsMarketplaceOffers, AwsMarketplaceOfferSets
|
|
1615
|
+
# related_entity_type: "Solutions", # required, accepts Solutions, AwsProducts, AwsMarketplaceOffers, AwsMarketplaceOfferSets, AwsMarketplaceSolutions, AwsMarketplaceProducts
|
|
1616
1616
|
# related_entity_identifier: "DisassociateOpportunityRequestRelatedEntityIdentifierString", # required
|
|
1617
1617
|
# })
|
|
1618
1618
|
#
|
|
@@ -1733,6 +1733,10 @@ module Aws::PartnerCentralSelling
|
|
|
1733
1733
|
# resp.related_entity_ids.aws_products[0] #=> String
|
|
1734
1734
|
# resp.related_entity_ids.solutions #=> Array
|
|
1735
1735
|
# resp.related_entity_ids.solutions[0] #=> String
|
|
1736
|
+
# resp.related_entity_ids.aws_marketplace_solutions #=> Array
|
|
1737
|
+
# resp.related_entity_ids.aws_marketplace_solutions[0] #=> String
|
|
1738
|
+
# resp.related_entity_ids.aws_marketplace_products #=> Array
|
|
1739
|
+
# resp.related_entity_ids.aws_marketplace_products[0] #=> String
|
|
1736
1740
|
# resp.customer.contacts #=> Array
|
|
1737
1741
|
# resp.customer.contacts[0].email #=> String
|
|
1738
1742
|
# resp.customer.contacts[0].first_name #=> String
|
|
@@ -2084,6 +2088,10 @@ module Aws::PartnerCentralSelling
|
|
|
2084
2088
|
# resp.related_entity_identifiers.solutions[0] #=> String
|
|
2085
2089
|
# resp.related_entity_identifiers.aws_products #=> Array
|
|
2086
2090
|
# resp.related_entity_identifiers.aws_products[0] #=> String
|
|
2091
|
+
# resp.related_entity_identifiers.aws_marketplace_solutions #=> Array
|
|
2092
|
+
# resp.related_entity_identifiers.aws_marketplace_solutions[0] #=> String
|
|
2093
|
+
# resp.related_entity_identifiers.aws_marketplace_products #=> Array
|
|
2094
|
+
# resp.related_entity_identifiers.aws_marketplace_products[0] #=> String
|
|
2087
2095
|
# resp.life_cycle.stage #=> String, one of "Prospect", "Qualified", "Technical Validation", "Business Validation", "Committed", "Launched", "Closed Lost"
|
|
2088
2096
|
# resp.life_cycle.closed_lost_reason #=> String, one of "Customer Deficiency", "Delay / Cancellation of Project", "Legal / Tax / Regulatory", "Lost to Competitor - Google", "Lost to Competitor - Microsoft", "Lost to Competitor - SoftLayer", "Lost to Competitor - VMWare", "Lost to Competitor - Other", "No Opportunity", "On Premises Deployment", "Partner Gap", "Price", "Security / Compliance", "Technical Limitations", "Customer Experience", "Other", "People/Relationship/Governance", "Product/Technology", "Financial/Commercial"
|
|
2089
2097
|
# resp.life_cycle.next_steps #=> String
|
|
@@ -2288,6 +2296,10 @@ module Aws::PartnerCentralSelling
|
|
|
2288
2296
|
# resp.payload.opportunity_summary.related_entity_identifiers.solutions[0] #=> String
|
|
2289
2297
|
# resp.payload.opportunity_summary.related_entity_identifiers.aws_products #=> Array
|
|
2290
2298
|
# resp.payload.opportunity_summary.related_entity_identifiers.aws_products[0] #=> String
|
|
2299
|
+
# resp.payload.opportunity_summary.related_entity_identifiers.aws_marketplace_solutions #=> Array
|
|
2300
|
+
# resp.payload.opportunity_summary.related_entity_identifiers.aws_marketplace_solutions[0] #=> String
|
|
2301
|
+
# resp.payload.opportunity_summary.related_entity_identifiers.aws_marketplace_products #=> Array
|
|
2302
|
+
# resp.payload.opportunity_summary.related_entity_identifiers.aws_marketplace_products[0] #=> String
|
|
2291
2303
|
# resp.payload.aws_opportunity_summary_full_view.related_opportunity_id #=> String
|
|
2292
2304
|
# resp.payload.aws_opportunity_summary_full_view.origin #=> String, one of "AWS Referral", "Partner Referral"
|
|
2293
2305
|
# resp.payload.aws_opportunity_summary_full_view.involvement_type #=> String, one of "For Visibility Only", "Co-Sell"
|
|
@@ -2354,6 +2366,10 @@ module Aws::PartnerCentralSelling
|
|
|
2354
2366
|
# resp.payload.aws_opportunity_summary_full_view.related_entity_ids.aws_products[0] #=> String
|
|
2355
2367
|
# resp.payload.aws_opportunity_summary_full_view.related_entity_ids.solutions #=> Array
|
|
2356
2368
|
# resp.payload.aws_opportunity_summary_full_view.related_entity_ids.solutions[0] #=> String
|
|
2369
|
+
# resp.payload.aws_opportunity_summary_full_view.related_entity_ids.aws_marketplace_solutions #=> Array
|
|
2370
|
+
# resp.payload.aws_opportunity_summary_full_view.related_entity_ids.aws_marketplace_solutions[0] #=> String
|
|
2371
|
+
# resp.payload.aws_opportunity_summary_full_view.related_entity_ids.aws_marketplace_products #=> Array
|
|
2372
|
+
# resp.payload.aws_opportunity_summary_full_view.related_entity_ids.aws_marketplace_products[0] #=> String
|
|
2357
2373
|
# resp.payload.aws_opportunity_summary_full_view.customer.contacts #=> Array
|
|
2358
2374
|
# resp.payload.aws_opportunity_summary_full_view.customer.contacts[0].email #=> String
|
|
2359
2375
|
# resp.payload.aws_opportunity_summary_full_view.customer.contacts[0].first_name #=> String
|
|
@@ -3513,6 +3529,10 @@ module Aws::PartnerCentralSelling
|
|
|
3513
3529
|
# allows partners to search for solutions within specific categories,
|
|
3514
3530
|
# such as `Software`, `Consulting`, or `Managed Services`.
|
|
3515
3531
|
#
|
|
3532
|
+
# @option params [Array<String>] :aws_marketplace_solution_arn
|
|
3533
|
+
# Filters results by AWS Marketplace solution ARN. You can provide up to
|
|
3534
|
+
# 10 ARNs.
|
|
3535
|
+
#
|
|
3516
3536
|
# @return [Types::ListSolutionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
3517
3537
|
#
|
|
3518
3538
|
# * {Types::ListSolutionsResponse#solution_summaries #solution_summaries} => Array<Types::SolutionBase>
|
|
@@ -3533,6 +3553,7 @@ module Aws::PartnerCentralSelling
|
|
|
3533
3553
|
# status: ["Active"], # accepts Active, Inactive, Draft
|
|
3534
3554
|
# identifier: ["SolutionIdentifier"],
|
|
3535
3555
|
# category: ["String"],
|
|
3556
|
+
# aws_marketplace_solution_arn: ["AwsMarketplaceSolutionArn"],
|
|
3536
3557
|
# })
|
|
3537
3558
|
#
|
|
3538
3559
|
# @example Response structure
|
|
@@ -3545,6 +3566,7 @@ module Aws::PartnerCentralSelling
|
|
|
3545
3566
|
# resp.solution_summaries[0].status #=> String, one of "Active", "Inactive", "Draft"
|
|
3546
3567
|
# resp.solution_summaries[0].category #=> String
|
|
3547
3568
|
# resp.solution_summaries[0].created_date #=> Time
|
|
3569
|
+
# resp.solution_summaries[0].aws_marketplace_solution_arn #=> String
|
|
3548
3570
|
# resp.next_token #=> String
|
|
3549
3571
|
#
|
|
3550
3572
|
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ListSolutions AWS API Documentation
|
|
@@ -4558,7 +4580,7 @@ module Aws::PartnerCentralSelling
|
|
|
4558
4580
|
tracer: tracer
|
|
4559
4581
|
)
|
|
4560
4582
|
context[:gem_name] = 'aws-sdk-partnercentralselling'
|
|
4561
|
-
context[:gem_version] = '1.
|
|
4583
|
+
context[:gem_version] = '1.37.0'
|
|
4562
4584
|
Seahorse::Client::Request.new(handlers, context)
|
|
4563
4585
|
end
|
|
4564
4586
|
|
|
@@ -51,6 +51,11 @@ module Aws::PartnerCentralSelling
|
|
|
51
51
|
AwsMarketplaceOfferIdentifiers = Shapes::ListShape.new(name: 'AwsMarketplaceOfferIdentifiers')
|
|
52
52
|
AwsMarketplaceOfferSetIdentifier = Shapes::StringShape.new(name: 'AwsMarketplaceOfferSetIdentifier')
|
|
53
53
|
AwsMarketplaceOfferSetIdentifiers = Shapes::ListShape.new(name: 'AwsMarketplaceOfferSetIdentifiers')
|
|
54
|
+
AwsMarketplaceProductArn = Shapes::StringShape.new(name: 'AwsMarketplaceProductArn')
|
|
55
|
+
AwsMarketplaceProductIdentifiers = Shapes::ListShape.new(name: 'AwsMarketplaceProductIdentifiers')
|
|
56
|
+
AwsMarketplaceSolutionArn = Shapes::StringShape.new(name: 'AwsMarketplaceSolutionArn')
|
|
57
|
+
AwsMarketplaceSolutionIdentifier = Shapes::StringShape.new(name: 'AwsMarketplaceSolutionIdentifier')
|
|
58
|
+
AwsMarketplaceSolutionIdentifiers = Shapes::ListShape.new(name: 'AwsMarketplaceSolutionIdentifiers')
|
|
54
59
|
AwsMaturity = Shapes::StringShape.new(name: 'AwsMaturity')
|
|
55
60
|
AwsMemberBusinessTitle = Shapes::StringShape.new(name: 'AwsMemberBusinessTitle')
|
|
56
61
|
AwsOpportunityCustomer = Shapes::StructureShape.new(name: 'AwsOpportunityCustomer')
|
|
@@ -263,6 +268,7 @@ module Aws::PartnerCentralSelling
|
|
|
263
268
|
ListResourceSnapshotsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListResourceSnapshotsRequestMaxResultsInteger')
|
|
264
269
|
ListResourceSnapshotsResponse = Shapes::StructureShape.new(name: 'ListResourceSnapshotsResponse')
|
|
265
270
|
ListSolutionsRequest = Shapes::StructureShape.new(name: 'ListSolutionsRequest')
|
|
271
|
+
ListSolutionsRequestAwsMarketplaceSolutionArnList = Shapes::ListShape.new(name: 'ListSolutionsRequestAwsMarketplaceSolutionArnList')
|
|
266
272
|
ListSolutionsRequestCategoryList = Shapes::ListShape.new(name: 'ListSolutionsRequestCategoryList')
|
|
267
273
|
ListSolutionsRequestIdentifierList = Shapes::ListShape.new(name: 'ListSolutionsRequestIdentifierList')
|
|
268
274
|
ListSolutionsRequestStatusList = Shapes::ListShape.new(name: 'ListSolutionsRequestStatusList')
|
|
@@ -509,6 +515,10 @@ module Aws::PartnerCentralSelling
|
|
|
509
515
|
|
|
510
516
|
AwsMarketplaceOfferSetIdentifiers.member = Shapes::ShapeRef.new(shape: AwsMarketplaceOfferSetIdentifier)
|
|
511
517
|
|
|
518
|
+
AwsMarketplaceProductIdentifiers.member = Shapes::ShapeRef.new(shape: AwsMarketplaceProductArn)
|
|
519
|
+
|
|
520
|
+
AwsMarketplaceSolutionIdentifiers.member = Shapes::ShapeRef.new(shape: AwsMarketplaceSolutionIdentifier)
|
|
521
|
+
|
|
512
522
|
AwsOpportunityCustomer.add_member(:contacts, Shapes::ShapeRef.new(shape: CustomerContactsList, location_name: "Contacts"))
|
|
513
523
|
AwsOpportunityCustomer.struct_class = Types::AwsOpportunityCustomer
|
|
514
524
|
|
|
@@ -534,6 +544,8 @@ module Aws::PartnerCentralSelling
|
|
|
534
544
|
|
|
535
545
|
AwsOpportunityRelatedEntities.add_member(:aws_products, Shapes::ShapeRef.new(shape: AwsProductIdentifiers, location_name: "AwsProducts"))
|
|
536
546
|
AwsOpportunityRelatedEntities.add_member(:solutions, Shapes::ShapeRef.new(shape: SolutionIdentifiers, location_name: "Solutions"))
|
|
547
|
+
AwsOpportunityRelatedEntities.add_member(:aws_marketplace_solutions, Shapes::ShapeRef.new(shape: AwsMarketplaceSolutionIdentifiers, location_name: "AwsMarketplaceSolutions"))
|
|
548
|
+
AwsOpportunityRelatedEntities.add_member(:aws_marketplace_products, Shapes::ShapeRef.new(shape: AwsMarketplaceProductIdentifiers, location_name: "AwsMarketplaceProducts"))
|
|
537
549
|
AwsOpportunityRelatedEntities.struct_class = Types::AwsOpportunityRelatedEntities
|
|
538
550
|
|
|
539
551
|
AwsOpportunitySummaryFullView.add_member(:related_opportunity_id, Shapes::ShapeRef.new(shape: OpportunityIdentifier, location_name: "RelatedOpportunityId"))
|
|
@@ -1281,8 +1293,11 @@ module Aws::PartnerCentralSelling
|
|
|
1281
1293
|
ListSolutionsRequest.add_member(:status, Shapes::ShapeRef.new(shape: ListSolutionsRequestStatusList, location_name: "Status"))
|
|
1282
1294
|
ListSolutionsRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ListSolutionsRequestIdentifierList, location_name: "Identifier"))
|
|
1283
1295
|
ListSolutionsRequest.add_member(:category, Shapes::ShapeRef.new(shape: ListSolutionsRequestCategoryList, location_name: "Category"))
|
|
1296
|
+
ListSolutionsRequest.add_member(:aws_marketplace_solution_arn, Shapes::ShapeRef.new(shape: ListSolutionsRequestAwsMarketplaceSolutionArnList, location_name: "AwsMarketplaceSolutionArn"))
|
|
1284
1297
|
ListSolutionsRequest.struct_class = Types::ListSolutionsRequest
|
|
1285
1298
|
|
|
1299
|
+
ListSolutionsRequestAwsMarketplaceSolutionArnList.member = Shapes::ShapeRef.new(shape: AwsMarketplaceSolutionArn)
|
|
1300
|
+
|
|
1286
1301
|
ListSolutionsRequestCategoryList.member = Shapes::ShapeRef.new(shape: String)
|
|
1287
1302
|
|
|
1288
1303
|
ListSolutionsRequestIdentifierList.member = Shapes::ShapeRef.new(shape: SolutionIdentifier)
|
|
@@ -1494,6 +1509,8 @@ module Aws::PartnerCentralSelling
|
|
|
1494
1509
|
RelatedEntityIdentifiers.add_member(:aws_marketplace_offer_sets, Shapes::ShapeRef.new(shape: AwsMarketplaceOfferSetIdentifiers, location_name: "AwsMarketplaceOfferSets"))
|
|
1495
1510
|
RelatedEntityIdentifiers.add_member(:solutions, Shapes::ShapeRef.new(shape: SolutionIdentifiers, location_name: "Solutions"))
|
|
1496
1511
|
RelatedEntityIdentifiers.add_member(:aws_products, Shapes::ShapeRef.new(shape: AwsProductIdentifiers, location_name: "AwsProducts"))
|
|
1512
|
+
RelatedEntityIdentifiers.add_member(:aws_marketplace_solutions, Shapes::ShapeRef.new(shape: AwsMarketplaceSolutionIdentifiers, location_name: "AwsMarketplaceSolutions"))
|
|
1513
|
+
RelatedEntityIdentifiers.add_member(:aws_marketplace_products, Shapes::ShapeRef.new(shape: AwsMarketplaceProductIdentifiers, location_name: "AwsMarketplaceProducts"))
|
|
1497
1514
|
RelatedEntityIdentifiers.struct_class = Types::RelatedEntityIdentifiers
|
|
1498
1515
|
|
|
1499
1516
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
@@ -1552,6 +1569,7 @@ module Aws::PartnerCentralSelling
|
|
|
1552
1569
|
SolutionBase.add_member(:status, Shapes::ShapeRef.new(shape: SolutionStatus, required: true, location_name: "Status"))
|
|
1553
1570
|
SolutionBase.add_member(:category, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Category"))
|
|
1554
1571
|
SolutionBase.add_member(:created_date, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "CreatedDate"))
|
|
1572
|
+
SolutionBase.add_member(:aws_marketplace_solution_arn, Shapes::ShapeRef.new(shape: AwsMarketplaceSolutionArn, location_name: "AwsMarketplaceSolutionArn"))
|
|
1555
1573
|
SolutionBase.struct_class = Types::SolutionBase
|
|
1556
1574
|
|
|
1557
1575
|
SolutionIdentifiers.member = Shapes::ShapeRef.new(shape: SolutionIdentifier)
|
|
@@ -558,11 +558,21 @@ module Aws::PartnerCentralSelling
|
|
|
558
558
|
# positioned as part of the overall AWS opportunity.
|
|
559
559
|
# @return [Array<String>]
|
|
560
560
|
#
|
|
561
|
+
# @!attribute [rw] aws_marketplace_solutions
|
|
562
|
+
# The AWS Marketplace solution ARNs associated with this opportunity.
|
|
563
|
+
# @return [Array<String>]
|
|
564
|
+
#
|
|
565
|
+
# @!attribute [rw] aws_marketplace_products
|
|
566
|
+
# The AWS Marketplace product ARNs associated with this opportunity.
|
|
567
|
+
# @return [Array<String>]
|
|
568
|
+
#
|
|
561
569
|
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/AwsOpportunityRelatedEntities AWS API Documentation
|
|
562
570
|
#
|
|
563
571
|
class AwsOpportunityRelatedEntities < Struct.new(
|
|
564
572
|
:aws_products,
|
|
565
|
-
:solutions
|
|
573
|
+
:solutions,
|
|
574
|
+
:aws_marketplace_solutions,
|
|
575
|
+
:aws_marketplace_products)
|
|
566
576
|
SENSITIVE = []
|
|
567
577
|
include Aws::Structure
|
|
568
578
|
end
|
|
@@ -4996,6 +5006,11 @@ module Aws::PartnerCentralSelling
|
|
|
4996
5006
|
# categories, such as `Software`, `Consulting`, or `Managed Services`.
|
|
4997
5007
|
# @return [Array<String>]
|
|
4998
5008
|
#
|
|
5009
|
+
# @!attribute [rw] aws_marketplace_solution_arn
|
|
5010
|
+
# Filters results by AWS Marketplace solution ARN. You can provide up
|
|
5011
|
+
# to 10 ARNs.
|
|
5012
|
+
# @return [Array<String>]
|
|
5013
|
+
#
|
|
4999
5014
|
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ListSolutionsRequest AWS API Documentation
|
|
5000
5015
|
#
|
|
5001
5016
|
class ListSolutionsRequest < Struct.new(
|
|
@@ -5005,7 +5020,8 @@ module Aws::PartnerCentralSelling
|
|
|
5005
5020
|
:sort,
|
|
5006
5021
|
:status,
|
|
5007
5022
|
:identifier,
|
|
5008
|
-
:category
|
|
5023
|
+
:category,
|
|
5024
|
+
:aws_marketplace_solution_arn)
|
|
5009
5025
|
SENSITIVE = []
|
|
5010
5026
|
include Aws::Structure
|
|
5011
5027
|
end
|
|
@@ -6263,13 +6279,27 @@ module Aws::PartnerCentralSelling
|
|
|
6263
6279
|
# [1]: https://github.com/aws-samples/partner-crm-integration-samples/blob/main/resources/aws_products.json
|
|
6264
6280
|
# @return [Array<String>]
|
|
6265
6281
|
#
|
|
6282
|
+
# @!attribute [rw] aws_marketplace_solutions
|
|
6283
|
+
# Specifies the AWS Marketplace solutions to associate with the
|
|
6284
|
+
# `Opportunity`. Each value is an Amazon Resource Name (ARN) that
|
|
6285
|
+
# identifies a solution listing in AWS Marketplace.
|
|
6286
|
+
# @return [Array<String>]
|
|
6287
|
+
#
|
|
6288
|
+
# @!attribute [rw] aws_marketplace_products
|
|
6289
|
+
# Specifies the AWS Marketplace products to associate with the
|
|
6290
|
+
# `Opportunity`. Each value is an Amazon Resource Name (ARN) that
|
|
6291
|
+
# identifies a product listing in AWS Marketplace.
|
|
6292
|
+
# @return [Array<String>]
|
|
6293
|
+
#
|
|
6266
6294
|
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/RelatedEntityIdentifiers AWS API Documentation
|
|
6267
6295
|
#
|
|
6268
6296
|
class RelatedEntityIdentifiers < Struct.new(
|
|
6269
6297
|
:aws_marketplace_offers,
|
|
6270
6298
|
:aws_marketplace_offer_sets,
|
|
6271
6299
|
:solutions,
|
|
6272
|
-
:aws_products
|
|
6300
|
+
:aws_products,
|
|
6301
|
+
:aws_marketplace_solutions,
|
|
6302
|
+
:aws_marketplace_products)
|
|
6273
6303
|
SENSITIVE = []
|
|
6274
6304
|
include Aws::Structure
|
|
6275
6305
|
end
|
|
@@ -6551,6 +6581,11 @@ module Aws::PartnerCentralSelling
|
|
|
6551
6581
|
# audit.
|
|
6552
6582
|
# @return [Time]
|
|
6553
6583
|
#
|
|
6584
|
+
# @!attribute [rw] aws_marketplace_solution_arn
|
|
6585
|
+
# The Amazon Resource Name (ARN) of the AWS Marketplace solution
|
|
6586
|
+
# associated with this partner solution.
|
|
6587
|
+
# @return [String]
|
|
6588
|
+
#
|
|
6554
6589
|
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/SolutionBase AWS API Documentation
|
|
6555
6590
|
#
|
|
6556
6591
|
class SolutionBase < Struct.new(
|
|
@@ -6560,7 +6595,8 @@ module Aws::PartnerCentralSelling
|
|
|
6560
6595
|
:name,
|
|
6561
6596
|
:status,
|
|
6562
6597
|
:category,
|
|
6563
|
-
:created_date
|
|
6598
|
+
:created_date,
|
|
6599
|
+
:aws_marketplace_solution_arn)
|
|
6564
6600
|
SENSITIVE = []
|
|
6565
6601
|
include Aws::Structure
|
|
6566
6602
|
end
|
data/sig/client.rbs
CHANGED
|
@@ -104,7 +104,7 @@ module Aws
|
|
|
104
104
|
def associate_opportunity: (
|
|
105
105
|
catalog: ::String,
|
|
106
106
|
opportunity_identifier: ::String,
|
|
107
|
-
related_entity_type: ("Solutions" | "AwsProducts" | "AwsMarketplaceOffers" | "AwsMarketplaceOfferSets"),
|
|
107
|
+
related_entity_type: ("Solutions" | "AwsProducts" | "AwsMarketplaceOffers" | "AwsMarketplaceOfferSets" | "AwsMarketplaceSolutions" | "AwsMarketplaceProducts"),
|
|
108
108
|
related_entity_identifier: ::String
|
|
109
109
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
110
110
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
@@ -314,7 +314,7 @@ module Aws
|
|
|
314
314
|
def disassociate_opportunity: (
|
|
315
315
|
catalog: ::String,
|
|
316
316
|
opportunity_identifier: ::String,
|
|
317
|
-
related_entity_type: ("Solutions" | "AwsProducts" | "AwsMarketplaceOffers" | "AwsMarketplaceOfferSets"),
|
|
317
|
+
related_entity_type: ("Solutions" | "AwsProducts" | "AwsMarketplaceOffers" | "AwsMarketplaceOfferSets" | "AwsMarketplaceSolutions" | "AwsMarketplaceProducts"),
|
|
318
318
|
related_entity_identifier: ::String
|
|
319
319
|
) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
320
320
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
|
|
@@ -735,7 +735,8 @@ module Aws
|
|
|
735
735
|
},
|
|
736
736
|
?status: Array[("Active" | "Inactive" | "Draft")],
|
|
737
737
|
?identifier: Array[::String],
|
|
738
|
-
?category: Array[::String]
|
|
738
|
+
?category: Array[::String],
|
|
739
|
+
?aws_marketplace_solution_arn: Array[::String]
|
|
739
740
|
) -> _ListSolutionsResponseSuccess
|
|
740
741
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSolutionsResponseSuccess
|
|
741
742
|
|
data/sig/types.rbs
CHANGED
|
@@ -82,7 +82,7 @@ module Aws::PartnerCentralSelling
|
|
|
82
82
|
class AssociateOpportunityRequest
|
|
83
83
|
attr_accessor catalog: ::String
|
|
84
84
|
attr_accessor opportunity_identifier: ::String
|
|
85
|
-
attr_accessor related_entity_type: ("Solutions" | "AwsProducts" | "AwsMarketplaceOffers" | "AwsMarketplaceOfferSets")
|
|
85
|
+
attr_accessor related_entity_type: ("Solutions" | "AwsProducts" | "AwsMarketplaceOffers" | "AwsMarketplaceOfferSets" | "AwsMarketplaceSolutions" | "AwsMarketplaceProducts")
|
|
86
86
|
attr_accessor related_entity_identifier: ::String
|
|
87
87
|
SENSITIVE: []
|
|
88
88
|
end
|
|
@@ -119,6 +119,8 @@ module Aws::PartnerCentralSelling
|
|
|
119
119
|
class AwsOpportunityRelatedEntities
|
|
120
120
|
attr_accessor aws_products: ::Array[::String]
|
|
121
121
|
attr_accessor solutions: ::Array[::String]
|
|
122
|
+
attr_accessor aws_marketplace_solutions: ::Array[::String]
|
|
123
|
+
attr_accessor aws_marketplace_products: ::Array[::String]
|
|
122
124
|
SENSITIVE: []
|
|
123
125
|
end
|
|
124
126
|
|
|
@@ -337,7 +339,7 @@ module Aws::PartnerCentralSelling
|
|
|
337
339
|
class DisassociateOpportunityRequest
|
|
338
340
|
attr_accessor catalog: ::String
|
|
339
341
|
attr_accessor opportunity_identifier: ::String
|
|
340
|
-
attr_accessor related_entity_type: ("Solutions" | "AwsProducts" | "AwsMarketplaceOffers" | "AwsMarketplaceOfferSets")
|
|
342
|
+
attr_accessor related_entity_type: ("Solutions" | "AwsProducts" | "AwsMarketplaceOffers" | "AwsMarketplaceOfferSets" | "AwsMarketplaceSolutions" | "AwsMarketplaceProducts")
|
|
341
343
|
attr_accessor related_entity_identifier: ::String
|
|
342
344
|
SENSITIVE: []
|
|
343
345
|
end
|
|
@@ -997,6 +999,7 @@ module Aws::PartnerCentralSelling
|
|
|
997
999
|
attr_accessor status: ::Array[("Active" | "Inactive" | "Draft")]
|
|
998
1000
|
attr_accessor identifier: ::Array[::String]
|
|
999
1001
|
attr_accessor category: ::Array[::String]
|
|
1002
|
+
attr_accessor aws_marketplace_solution_arn: ::Array[::String]
|
|
1000
1003
|
SENSITIVE: []
|
|
1001
1004
|
end
|
|
1002
1005
|
|
|
@@ -1256,6 +1259,8 @@ module Aws::PartnerCentralSelling
|
|
|
1256
1259
|
attr_accessor aws_marketplace_offer_sets: ::Array[::String]
|
|
1257
1260
|
attr_accessor solutions: ::Array[::String]
|
|
1258
1261
|
attr_accessor aws_products: ::Array[::String]
|
|
1262
|
+
attr_accessor aws_marketplace_solutions: ::Array[::String]
|
|
1263
|
+
attr_accessor aws_marketplace_products: ::Array[::String]
|
|
1259
1264
|
SENSITIVE: []
|
|
1260
1265
|
end
|
|
1261
1266
|
|
|
@@ -1326,6 +1331,7 @@ module Aws::PartnerCentralSelling
|
|
|
1326
1331
|
attr_accessor status: ("Active" | "Inactive" | "Draft")
|
|
1327
1332
|
attr_accessor category: ::String
|
|
1328
1333
|
attr_accessor created_date: ::Time
|
|
1334
|
+
attr_accessor aws_marketplace_solution_arn: ::String
|
|
1329
1335
|
SENSITIVE: []
|
|
1330
1336
|
end
|
|
1331
1337
|
|