@aws-sdk/client-partnercentral-selling 3.692.0 → 3.693.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.
Files changed (30) hide show
  1. package/README.md +41 -13
  2. package/dist-cjs/endpoint/EndpointParameters.js +0 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +1 -1
  4. package/dist-cjs/endpoint/ruleset.js +3 -3
  5. package/dist-cjs/models/models_0.js +42 -1
  6. package/dist-es/endpoint/EndpointParameters.js +0 -2
  7. package/dist-es/endpoint/endpointResolver.js +1 -1
  8. package/dist-es/endpoint/ruleset.js +3 -3
  9. package/dist-es/models/models_0.js +36 -0
  10. package/dist-types/PartnerCentralSelling.d.ts +41 -13
  11. package/dist-types/PartnerCentralSellingClient.d.ts +41 -13
  12. package/dist-types/commands/AssignOpportunityCommand.d.ts +1 -1
  13. package/dist-types/commands/AssociateOpportunityCommand.d.ts +9 -9
  14. package/dist-types/commands/CreateOpportunityCommand.d.ts +7 -7
  15. package/dist-types/commands/DisassociateOpportunityCommand.d.ts +3 -3
  16. package/dist-types/commands/GetAwsOpportunitySummaryCommand.d.ts +1 -1
  17. package/dist-types/commands/GetEngagementInvitationCommand.d.ts +2 -2
  18. package/dist-types/commands/GetOpportunityCommand.d.ts +1 -1
  19. package/dist-types/commands/ListEngagementInvitationsCommand.d.ts +1 -1
  20. package/dist-types/commands/ListOpportunitiesCommand.d.ts +2 -3
  21. package/dist-types/commands/RejectEngagementInvitationCommand.d.ts +5 -2
  22. package/dist-types/commands/StartEngagementByAcceptingInvitationTaskCommand.d.ts +4 -4
  23. package/dist-types/commands/StartEngagementFromOpportunityTaskCommand.d.ts +3 -3
  24. package/dist-types/commands/UpdateOpportunityCommand.d.ts +1 -1
  25. package/dist-types/endpoint/EndpointParameters.d.ts +2 -8
  26. package/dist-types/index.d.ts +41 -13
  27. package/dist-types/models/models_0.d.ts +162 -135
  28. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +2 -8
  29. package/dist-types/ts3.4/models/models_0.d.ts +16 -0
  30. package/package.json +13 -13
package/README.md CHANGED
@@ -11,40 +11,68 @@ AWS SDK for JavaScript PartnerCentralSelling Client for Node.js, Browser and Rea
11
11
  <p>
12
12
  <b>AWS Partner Central API for Selling Reference Guide</b>
13
13
  </p>
14
- <p>
15
- Amazon Web Services (AWS) Partner Central API reference guide is designed to help
16
- <a href="https://docs.aws.amazon.com/partners/programs/">AWS Partners</a> programmatically integrate their Customer Relationship Management (CRM) systems with AWS Partner Central. Through the Partner Central APIs, partners can automate and streamline their interactions with AWS Partner Central, ensuring a more efficient and effective engagement in joint business activities.
17
- </p>
18
- <p>
19
- The AWS Partner Central API service provides standard AWS API functionality. You can directly use the API <a href="https://docs.aws.amazon.com/partner-central/latest/selling-api/API_Operations.html">Actions</a>, or you can use an AWS SDK to access an API that's tailored to the programming language or platform that you're using. For more information about AWS application development, see <a href="https://docs.aws.amazon.com/getting-started">Getting Started with AWS</a>. For more information about using AWS SDKs, see <a href="https://docs.aws.amazon.com/aws-sdk">AWS SDKs</a>.
20
- </p>
14
+ <p>This Amazon Web Services (AWS) Partner Central API reference is
15
+ designed to help <a href="http://aws.amazon.com/partners/programs/">AWS
16
+ Partners</a> integrate Customer Relationship Management (CRM)
17
+ systems with AWS Partner Central. Partners can automate interactions with
18
+ AWS Partner Central, which helps to ensure effective engagements in joint
19
+ business activities.</p>
20
+ <p>The API provides standard AWS API functionality. Access it by
21
+ either using API <a href="https://docs.aws.amazon.com/partner-central/latest/selling-api/API_Operations.html">Actions</a> or by using an AWS SDK that's tailored to your
22
+ programming language or platform. For more information, see <a href="http://aws.amazon.com/getting-started">Getting Started with
23
+ AWS</a> and <a href="http://aws.amazon.com/developer/tools/">Tools to Build on AWS</a>.</p>
21
24
  <p class="title">
22
25
  <b>Features offered by AWS Partner Central API</b>
23
26
  </p>
24
27
  <ol>
25
28
  <li>
26
29
  <p>
27
- <b>Opportunity management:</b> Facilitates the management of co-selling opportunities with AWS using API actions such as <code>CreateOpportunity</code>, <code>UpdateOpportunity</code>, <code>ListOpportunities</code>, <code>GetOpportunity</code>, and <code>AssignOpportunity</code>.</p>
30
+ <b>Opportunity management:</b>
31
+ Manages coselling opportunities through API actions such as
32
+ <code>CreateOpportunity</code>, <code>UpdateOpportunity</code>,
33
+ <code>ListOpportunities</code>, <code>GetOpportunity</code>, and
34
+ <code>AssignOpportunity</code>.</p>
28
35
  </li>
29
36
  <li>
30
37
  <p>
31
- <b>AWS referral management:</b> Facilitates receiving referrals shared by AWS using actions like <code>ListEngagementInvitations</code>, <code>GetEngagementInvitation</code>, <code>StartEngagementByAcceptingInvitation</code>, and <code>RejectEngagementInvitation</code>.</p>
38
+ <b>AWS referral management:</b>
39
+ Manages referrals shared by AWS using actions such as
40
+ <code>ListEngagementInvitations</code>,
41
+ <code>GetEngagementInvitation</code>,
42
+ <code>StartEngagementByAcceptingInvitation</code>, and
43
+ <code>RejectEngagementInvitation</code>.</p>
32
44
  </li>
33
45
  <li>
34
46
  <p>
35
- <b>Entity association:</b> Associate related entities such as <i>AWS Products</i>, <i>Partner Solutions</i>, and <i>AWS Marketplace Private Offers</i> with opportunities using the actions <code>AssociateOpportunity</code> and <code>DisassociateOpportunity</code>.</p>
47
+ <b>Entity association:</b>
48
+ Associates related entities such as <i>AWS Products</i>,
49
+ <i>Partner Solutions</i>, and <i>AWS
50
+ Marketplace Private Offers</i> with opportunities using the
51
+ actions <code>AssociateOpportunity</code>, and
52
+ <code>DisassociateOpportunity</code>.</p>
36
53
  </li>
37
54
  <li>
38
55
  <p>
39
- <b>View AWS opportunity details:</b> Use the <code>GetAWSOpportunitySummary</code> action to retrieve real-time summaries of AWS opportunities that are linked to your opportunities.</p>
56
+ <b>View AWS opportunity
57
+ details:</b> Retrieves real-time summaries of AWS
58
+ opportunities using the <code>GetAWSOpportunitySummary</code>
59
+ action.</p>
40
60
  </li>
41
61
  <li>
42
62
  <p>
43
- <b>List solutions:</b> Provides list APIs for listing solutions partners offer using <code>ListSolutions</code>.</p>
63
+ <b>List solutions:</b> Provides
64
+ list APIs for listing partner offers using
65
+ <code>ListSolutions</code>.</p>
44
66
  </li>
45
67
  <li>
46
68
  <p>
47
- <b>Event subscription:</b> Partners can subscribe to real-time updates on opportunities by listening to events such as <i>Opportunity Created</i>, <i>Opportunity Updated</i>, <i>Engagement Invitation Accepted</i>, <i>Engagement Invitation Rejected</i> and <i>Engagement Invitation Created</i> using AWS EventBridge.</p>
69
+ <b>Event subscription:</b>
70
+ Subscribe to real-time opportunity updates through AWS EventBridge by
71
+ using actions such as <i>Opportunity Created</i>,
72
+ <i>Opportunity Updated</i>, <i>Engagement
73
+ Invitation Accepted</i>, <i>Engagement Invitation
74
+ Rejected</i>, and <i>Engagement Invitation
75
+ Created</i>.</p>
48
76
  </li>
49
77
  </ol>
50
78
 
@@ -4,7 +4,6 @@ exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
4
  const resolveClientEndpointParameters = (options) => {
5
5
  return {
6
6
  ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
7
  useFipsEndpoint: options.useFipsEndpoint ?? false,
9
8
  defaultSigningName: "partnercentral-selling",
10
9
  };
@@ -14,5 +13,4 @@ exports.commonParams = {
14
13
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
14
  Endpoint: { type: "builtInParams", name: "endpoint" },
16
15
  Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
16
  };
@@ -6,7 +6,7 @@ const util_endpoints_2 = require("@smithy/util-endpoints");
6
6
  const ruleset_1 = require("./ruleset");
7
7
  const cache = new util_endpoints_2.EndpointCache({
8
8
  size: 50,
9
- params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
9
+ params: ["Endpoint", "Region", "UseFIPS"],
10
10
  });
11
11
  const defaultEndpointResolver = (endpointParams, context = {}) => {
12
12
  return cache.get(endpointParams, () => (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
- const s = "required", t = "fn", u = "argv", v = "ref";
5
- const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "String" }, i = { [s]: true, "default": false, "type": "Boolean" }, j = { [v]: "Endpoint" }, k = { [t]: c, [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: c, [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "getAttr", [u]: [{ [v]: g }, "supportsFIPS"] }, o = { [t]: c, [u]: [true, { [t]: "getAttr", [u]: [{ [v]: g }, "supportsDualStack"] }] }, p = [k], q = [l], r = [{ [v]: "Region" }];
6
- const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h }, rules: [{ conditions: [{ [t]: b, [u]: [j] }], rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { rules: [{ conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: j, properties: m, headers: m }, type: e }], type: f }], type: f }, { rules: [{ conditions: [{ [t]: b, [u]: r }], rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: g }], rules: [{ conditions: [k, l], rules: [{ conditions: [{ [t]: c, [u]: [a, n] }, o], rules: [{ rules: [{ endpoint: { url: "https://partnercentral-selling-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: p, rules: [{ conditions: [{ [t]: c, [u]: [n, a] }], rules: [{ rules: [{ endpoint: { url: "https://partnercentral-selling-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: q, rules: [{ conditions: [o], rules: [{ rules: [{ endpoint: { url: "https://partnercentral-selling.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { rules: [{ endpoint: { url: "https://partnercentral-selling.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }], type: f }] };
4
+ const l = "ref";
5
+ const a = true, b = false, c = "isSet", d = "error", e = "endpoint", f = "tree", g = { "required": false, "type": "String" }, h = { [l]: "Endpoint" }, i = {}, j = [{ "fn": "booleanEquals", "argv": [{ [l]: "UseFIPS" }, true] }], k = [{ [l]: "Region" }];
6
+ const _data = { version: "1.0", parameters: { UseFIPS: { required: a, default: b, type: "Boolean" }, Endpoint: g, Region: g }, rules: [{ conditions: [{ fn: c, argv: [h] }], rules: [{ conditions: j, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { endpoint: { url: h, properties: i, headers: i }, type: e }], type: f }, { rules: [{ conditions: [{ fn: c, argv: k }], rules: [{ conditions: [{ fn: "aws.partition", argv: k, assign: "PartitionResult" }], rules: [{ conditions: j, endpoint: { url: "https://partnercentral-selling-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: i, headers: i }, type: e }, { endpoint: { url: "https://partnercentral-selling.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: i, headers: i }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }], type: f }] };
7
7
  exports.ruleSet = _data;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AccountFilterSensitiveLog = exports.AddressFilterSensitiveLog = exports.SolutionStatus = exports.SolutionSortName = exports.OpportunitySortName = exports.InvolvementTypeChangeReason = exports.RevenueModel = exports.SalesActivity = exports.DeliveryModel = exports.CompetitorName = exports.PrimaryNeedFromAws = exports.OpportunityOrigin = exports.OpportunityType = exports.NationalSecurity = exports.MarketingSource = exports.Channel = exports.Stage = exports.ReviewStatus = exports.ClosedLostReason = exports.SortOrder = exports.OpportunityEngagementInvitationSortName = exports.ParticipantType = exports.InvitationStatus = exports.Receiver = exports.EngagementInvitationPayloadType = exports.Payload = exports.ReceiverResponsibility = exports.Visibility = exports.SalesInvolvementType = exports.TaskStatus = exports.ReasonCode = exports.ServiceQuotaExceededException = exports.ConflictException = exports.PaymentFrequency = exports.CurrencyCode = exports.AwsOpportunityStage = exports.EngagementScore = exports.AwsMemberBusinessTitle = exports.AwsFundingUsed = exports.AwsClosedLostReason = exports.RelatedEntityType = exports.ValidationException = exports.ValidationExceptionReason = exports.ValidationExceptionErrorCode = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.Industry = exports.CountryCode = exports.AccessDeniedException = void 0;
4
- exports.UpdateOpportunityRequestFilterSensitiveLog = exports.ListOpportunitiesResponseFilterSensitiveLog = exports.OpportunitySummaryFilterSensitiveLog = exports.LifeCycleSummaryFilterSensitiveLog = exports.CustomerSummaryFilterSensitiveLog = exports.GetOpportunityResponseFilterSensitiveLog = exports.GetAwsOpportunitySummaryResponseFilterSensitiveLog = exports.CreateOpportunityRequestFilterSensitiveLog = exports.ProjectFilterSensitiveLog = exports.LifeCycleFilterSensitiveLog = exports.CustomerFilterSensitiveLog = exports.ListEngagementInvitationsResponseFilterSensitiveLog = exports.EngagementInvitationSummaryFilterSensitiveLog = exports.GetEngagementInvitationResponseFilterSensitiveLog = exports.ReceiverFilterSensitiveLog = exports.PayloadFilterSensitiveLog = exports.OpportunityInvitationPayloadFilterSensitiveLog = exports.SenderContactFilterSensitiveLog = exports.ProjectDetailsFilterSensitiveLog = exports.EngagementCustomerFilterSensitiveLog = exports.AwsTeamMemberFilterSensitiveLog = exports.AwsOpportunityLifeCycleFilterSensitiveLog = exports.AwsOpportunityCustomerFilterSensitiveLog = exports.ContactFilterSensitiveLog = exports.AssignOpportunityRequestFilterSensitiveLog = exports.AssigneeContactFilterSensitiveLog = exports.AccountSummaryFilterSensitiveLog = exports.AddressSummaryFilterSensitiveLog = exports.AccountReceiverFilterSensitiveLog = void 0;
4
+ exports.UpdateOpportunityRequestFilterSensitiveLog = exports.ListOpportunitiesResponseFilterSensitiveLog = exports.OpportunitySummaryFilterSensitiveLog = exports.ProjectSummaryFilterSensitiveLog = exports.LifeCycleSummaryFilterSensitiveLog = exports.CustomerSummaryFilterSensitiveLog = exports.GetOpportunityResponseFilterSensitiveLog = exports.GetAwsOpportunitySummaryResponseFilterSensitiveLog = exports.CreateOpportunityRequestFilterSensitiveLog = exports.SoftwareRevenueFilterSensitiveLog = exports.MonetaryValueFilterSensitiveLog = exports.ProjectFilterSensitiveLog = exports.LifeCycleFilterSensitiveLog = exports.CustomerFilterSensitiveLog = exports.ListEngagementInvitationsResponseFilterSensitiveLog = exports.EngagementInvitationSummaryFilterSensitiveLog = exports.GetEngagementInvitationResponseFilterSensitiveLog = exports.ReceiverFilterSensitiveLog = exports.PayloadFilterSensitiveLog = exports.OpportunityInvitationPayloadFilterSensitiveLog = exports.SenderContactFilterSensitiveLog = exports.ProjectDetailsFilterSensitiveLog = exports.EngagementCustomerFilterSensitiveLog = exports.AwsTeamMemberFilterSensitiveLog = exports.AwsOpportunityProjectFilterSensitiveLog = exports.ExpectedCustomerSpendFilterSensitiveLog = exports.AwsOpportunityLifeCycleFilterSensitiveLog = exports.AwsOpportunityCustomerFilterSensitiveLog = exports.ContactFilterSensitiveLog = exports.AssignOpportunityRequestFilterSensitiveLog = exports.AssigneeContactFilterSensitiveLog = exports.AccountSummaryFilterSensitiveLog = exports.AddressSummaryFilterSensitiveLog = exports.AccountReceiverFilterSensitiveLog = void 0;
5
5
  const smithy_client_1 = require("@smithy/smithy-client");
6
6
  const PartnerCentralSellingServiceException_1 = require("./PartnerCentralSellingServiceException");
7
7
  class AccessDeniedException extends PartnerCentralSellingServiceException_1.PartnerCentralSellingServiceException {
@@ -681,6 +681,7 @@ exports.ReasonCode = {
681
681
  OPPORTUNITY_CONFLICT: "OpportunityConflict",
682
682
  OPPORTUNITY_SUBMISSION_FAILED: "OpportunitySubmissionFailed",
683
683
  OPPORTUNITY_VALIDATION_FAILED: "OpportunityValidationFailed",
684
+ RESOURCE_SNAPSHOT_ACCESS_DENIED: "ResourceSnapshotAccessDenied",
684
685
  RESOURCE_SNAPSHOT_JOB_ACCESS_DENIED: "ResourceSnapshotJobAccessDenied",
685
686
  };
686
687
  exports.TaskStatus = {
@@ -952,6 +953,18 @@ const AwsOpportunityLifeCycleFilterSensitiveLog = (obj) => ({
952
953
  ...(obj.NextSteps && { NextSteps: smithy_client_1.SENSITIVE_STRING }),
953
954
  });
954
955
  exports.AwsOpportunityLifeCycleFilterSensitiveLog = AwsOpportunityLifeCycleFilterSensitiveLog;
956
+ const ExpectedCustomerSpendFilterSensitiveLog = (obj) => ({
957
+ ...obj,
958
+ ...(obj.CurrencyCode && { CurrencyCode: smithy_client_1.SENSITIVE_STRING }),
959
+ });
960
+ exports.ExpectedCustomerSpendFilterSensitiveLog = ExpectedCustomerSpendFilterSensitiveLog;
961
+ const AwsOpportunityProjectFilterSensitiveLog = (obj) => ({
962
+ ...obj,
963
+ ...(obj.ExpectedCustomerSpend && {
964
+ ExpectedCustomerSpend: obj.ExpectedCustomerSpend.map((item) => (0, exports.ExpectedCustomerSpendFilterSensitiveLog)(item)),
965
+ }),
966
+ });
967
+ exports.AwsOpportunityProjectFilterSensitiveLog = AwsOpportunityProjectFilterSensitiveLog;
955
968
  const AwsTeamMemberFilterSensitiveLog = (obj) => ({
956
969
  ...obj,
957
970
  ...(obj.Email && { Email: smithy_client_1.SENSITIVE_STRING }),
@@ -968,6 +981,9 @@ exports.EngagementCustomerFilterSensitiveLog = EngagementCustomerFilterSensitive
968
981
  const ProjectDetailsFilterSensitiveLog = (obj) => ({
969
982
  ...obj,
970
983
  ...(obj.BusinessProblem && { BusinessProblem: smithy_client_1.SENSITIVE_STRING }),
984
+ ...(obj.ExpectedCustomerSpend && {
985
+ ExpectedCustomerSpend: obj.ExpectedCustomerSpend.map((item) => (0, exports.ExpectedCustomerSpendFilterSensitiveLog)(item)),
986
+ }),
971
987
  });
972
988
  exports.ProjectDetailsFilterSensitiveLog = ProjectDetailsFilterSensitiveLog;
973
989
  const SenderContactFilterSensitiveLog = (obj) => ({
@@ -1035,15 +1051,29 @@ const LifeCycleFilterSensitiveLog = (obj) => ({
1035
1051
  exports.LifeCycleFilterSensitiveLog = LifeCycleFilterSensitiveLog;
1036
1052
  const ProjectFilterSensitiveLog = (obj) => ({
1037
1053
  ...obj,
1054
+ ...(obj.ExpectedCustomerSpend && {
1055
+ ExpectedCustomerSpend: obj.ExpectedCustomerSpend.map((item) => (0, exports.ExpectedCustomerSpendFilterSensitiveLog)(item)),
1056
+ }),
1038
1057
  ...(obj.Title && { Title: smithy_client_1.SENSITIVE_STRING }),
1039
1058
  ...(obj.CustomerBusinessProblem && { CustomerBusinessProblem: smithy_client_1.SENSITIVE_STRING }),
1040
1059
  ...(obj.OtherSolutionDescription && { OtherSolutionDescription: smithy_client_1.SENSITIVE_STRING }),
1041
1060
  });
1042
1061
  exports.ProjectFilterSensitiveLog = ProjectFilterSensitiveLog;
1062
+ const MonetaryValueFilterSensitiveLog = (obj) => ({
1063
+ ...obj,
1064
+ ...(obj.CurrencyCode && { CurrencyCode: smithy_client_1.SENSITIVE_STRING }),
1065
+ });
1066
+ exports.MonetaryValueFilterSensitiveLog = MonetaryValueFilterSensitiveLog;
1067
+ const SoftwareRevenueFilterSensitiveLog = (obj) => ({
1068
+ ...obj,
1069
+ ...(obj.Value && { Value: (0, exports.MonetaryValueFilterSensitiveLog)(obj.Value) }),
1070
+ });
1071
+ exports.SoftwareRevenueFilterSensitiveLog = SoftwareRevenueFilterSensitiveLog;
1043
1072
  const CreateOpportunityRequestFilterSensitiveLog = (obj) => ({
1044
1073
  ...obj,
1045
1074
  ...(obj.Customer && { Customer: (0, exports.CustomerFilterSensitiveLog)(obj.Customer) }),
1046
1075
  ...(obj.Project && { Project: (0, exports.ProjectFilterSensitiveLog)(obj.Project) }),
1076
+ ...(obj.SoftwareRevenue && { SoftwareRevenue: (0, exports.SoftwareRevenueFilterSensitiveLog)(obj.SoftwareRevenue) }),
1047
1077
  ...(obj.LifeCycle && { LifeCycle: (0, exports.LifeCycleFilterSensitiveLog)(obj.LifeCycle) }),
1048
1078
  ...(obj.OpportunityTeam && { OpportunityTeam: obj.OpportunityTeam.map((item) => (0, exports.ContactFilterSensitiveLog)(item)) }),
1049
1079
  });
@@ -1055,12 +1085,14 @@ const GetAwsOpportunitySummaryResponseFilterSensitiveLog = (obj) => ({
1055
1085
  OpportunityTeam: obj.OpportunityTeam.map((item) => (0, exports.AwsTeamMemberFilterSensitiveLog)(item)),
1056
1086
  }),
1057
1087
  ...(obj.Customer && { Customer: (0, exports.AwsOpportunityCustomerFilterSensitiveLog)(obj.Customer) }),
1088
+ ...(obj.Project && { Project: (0, exports.AwsOpportunityProjectFilterSensitiveLog)(obj.Project) }),
1058
1089
  });
1059
1090
  exports.GetAwsOpportunitySummaryResponseFilterSensitiveLog = GetAwsOpportunitySummaryResponseFilterSensitiveLog;
1060
1091
  const GetOpportunityResponseFilterSensitiveLog = (obj) => ({
1061
1092
  ...obj,
1062
1093
  ...(obj.Customer && { Customer: (0, exports.CustomerFilterSensitiveLog)(obj.Customer) }),
1063
1094
  ...(obj.Project && { Project: (0, exports.ProjectFilterSensitiveLog)(obj.Project) }),
1095
+ ...(obj.SoftwareRevenue && { SoftwareRevenue: (0, exports.SoftwareRevenueFilterSensitiveLog)(obj.SoftwareRevenue) }),
1064
1096
  ...(obj.LifeCycle && { LifeCycle: (0, exports.LifeCycleFilterSensitiveLog)(obj.LifeCycle) }),
1065
1097
  ...(obj.OpportunityTeam && { OpportunityTeam: obj.OpportunityTeam.map((item) => (0, exports.ContactFilterSensitiveLog)(item)) }),
1066
1098
  });
@@ -1075,10 +1107,18 @@ const LifeCycleSummaryFilterSensitiveLog = (obj) => ({
1075
1107
  ...(obj.NextSteps && { NextSteps: smithy_client_1.SENSITIVE_STRING }),
1076
1108
  });
1077
1109
  exports.LifeCycleSummaryFilterSensitiveLog = LifeCycleSummaryFilterSensitiveLog;
1110
+ const ProjectSummaryFilterSensitiveLog = (obj) => ({
1111
+ ...obj,
1112
+ ...(obj.ExpectedCustomerSpend && {
1113
+ ExpectedCustomerSpend: obj.ExpectedCustomerSpend.map((item) => (0, exports.ExpectedCustomerSpendFilterSensitiveLog)(item)),
1114
+ }),
1115
+ });
1116
+ exports.ProjectSummaryFilterSensitiveLog = ProjectSummaryFilterSensitiveLog;
1078
1117
  const OpportunitySummaryFilterSensitiveLog = (obj) => ({
1079
1118
  ...obj,
1080
1119
  ...(obj.LifeCycle && { LifeCycle: (0, exports.LifeCycleSummaryFilterSensitiveLog)(obj.LifeCycle) }),
1081
1120
  ...(obj.Customer && { Customer: (0, exports.CustomerSummaryFilterSensitiveLog)(obj.Customer) }),
1121
+ ...(obj.Project && { Project: (0, exports.ProjectSummaryFilterSensitiveLog)(obj.Project) }),
1082
1122
  });
1083
1123
  exports.OpportunitySummaryFilterSensitiveLog = OpportunitySummaryFilterSensitiveLog;
1084
1124
  const ListOpportunitiesResponseFilterSensitiveLog = (obj) => ({
@@ -1092,6 +1132,7 @@ const UpdateOpportunityRequestFilterSensitiveLog = (obj) => ({
1092
1132
  ...obj,
1093
1133
  ...(obj.Customer && { Customer: (0, exports.CustomerFilterSensitiveLog)(obj.Customer) }),
1094
1134
  ...(obj.Project && { Project: (0, exports.ProjectFilterSensitiveLog)(obj.Project) }),
1135
+ ...(obj.SoftwareRevenue && { SoftwareRevenue: (0, exports.SoftwareRevenueFilterSensitiveLog)(obj.SoftwareRevenue) }),
1095
1136
  ...(obj.LifeCycle && { LifeCycle: (0, exports.LifeCycleFilterSensitiveLog)(obj.LifeCycle) }),
1096
1137
  });
1097
1138
  exports.UpdateOpportunityRequestFilterSensitiveLog = UpdateOpportunityRequestFilterSensitiveLog;
@@ -1,7 +1,6 @@
1
1
  export const resolveClientEndpointParameters = (options) => {
2
2
  return {
3
3
  ...options,
4
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
5
4
  useFipsEndpoint: options.useFipsEndpoint ?? false,
6
5
  defaultSigningName: "partnercentral-selling",
7
6
  };
@@ -10,5 +9,4 @@ export const commonParams = {
10
9
  UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
10
  Endpoint: { type: "builtInParams", name: "endpoint" },
12
11
  Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
12
  };
@@ -3,7 +3,7 @@ import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy
3
3
  import { ruleSet } from "./ruleset";
4
4
  const cache = new EndpointCache({
5
5
  size: 50,
6
- params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
6
+ params: ["Endpoint", "Region", "UseFIPS"],
7
7
  });
8
8
  export const defaultEndpointResolver = (endpointParams, context = {}) => {
9
9
  return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
@@ -1,4 +1,4 @@
1
- const s = "required", t = "fn", u = "argv", v = "ref";
2
- const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = { [s]: false, "type": "String" }, i = { [s]: true, "default": false, "type": "Boolean" }, j = { [v]: "Endpoint" }, k = { [t]: c, [u]: [{ [v]: "UseFIPS" }, true] }, l = { [t]: c, [u]: [{ [v]: "UseDualStack" }, true] }, m = {}, n = { [t]: "getAttr", [u]: [{ [v]: g }, "supportsFIPS"] }, o = { [t]: c, [u]: [true, { [t]: "getAttr", [u]: [{ [v]: g }, "supportsDualStack"] }] }, p = [k], q = [l], r = [{ [v]: "Region" }];
3
- const _data = { version: "1.0", parameters: { Region: h, UseDualStack: i, UseFIPS: i, Endpoint: h }, rules: [{ conditions: [{ [t]: b, [u]: [j] }], rules: [{ conditions: p, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { rules: [{ conditions: q, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: j, properties: m, headers: m }, type: e }], type: f }], type: f }, { rules: [{ conditions: [{ [t]: b, [u]: r }], rules: [{ conditions: [{ [t]: "aws.partition", [u]: r, assign: g }], rules: [{ conditions: [k, l], rules: [{ conditions: [{ [t]: c, [u]: [a, n] }, o], rules: [{ rules: [{ endpoint: { url: "https://partnercentral-selling-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: p, rules: [{ conditions: [{ [t]: c, [u]: [n, a] }], rules: [{ rules: [{ endpoint: { url: "https://partnercentral-selling-fips.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: q, rules: [{ conditions: [o], rules: [{ rules: [{ endpoint: { url: "https://partnercentral-selling.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { rules: [{ endpoint: { url: "https://partnercentral-selling.{Region}.{PartitionResult#dnsSuffix}", properties: m, headers: m }, type: e }], type: f }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }], type: f }] };
1
+ const l = "ref";
2
+ const a = true, b = false, c = "isSet", d = "error", e = "endpoint", f = "tree", g = { "required": false, "type": "String" }, h = { [l]: "Endpoint" }, i = {}, j = [{ "fn": "booleanEquals", "argv": [{ [l]: "UseFIPS" }, true] }], k = [{ [l]: "Region" }];
3
+ const _data = { version: "1.0", parameters: { UseFIPS: { required: a, default: b, type: "Boolean" }, Endpoint: g, Region: g }, rules: [{ conditions: [{ fn: c, argv: [h] }], rules: [{ conditions: j, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { endpoint: { url: h, properties: i, headers: i }, type: e }], type: f }, { rules: [{ conditions: [{ fn: c, argv: k }], rules: [{ conditions: [{ fn: "aws.partition", argv: k, assign: "PartitionResult" }], rules: [{ conditions: j, endpoint: { url: "https://partnercentral-selling-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: i, headers: i }, type: e }, { endpoint: { url: "https://partnercentral-selling.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: i, headers: i }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }], type: f }] };
4
4
  export const ruleSet = _data;
@@ -670,6 +670,7 @@ export const ReasonCode = {
670
670
  OPPORTUNITY_CONFLICT: "OpportunityConflict",
671
671
  OPPORTUNITY_SUBMISSION_FAILED: "OpportunitySubmissionFailed",
672
672
  OPPORTUNITY_VALIDATION_FAILED: "OpportunityValidationFailed",
673
+ RESOURCE_SNAPSHOT_ACCESS_DENIED: "ResourceSnapshotAccessDenied",
673
674
  RESOURCE_SNAPSHOT_JOB_ACCESS_DENIED: "ResourceSnapshotJobAccessDenied",
674
675
  };
675
676
  export const TaskStatus = {
@@ -931,6 +932,16 @@ export const AwsOpportunityLifeCycleFilterSensitiveLog = (obj) => ({
931
932
  ...obj,
932
933
  ...(obj.NextSteps && { NextSteps: SENSITIVE_STRING }),
933
934
  });
935
+ export const ExpectedCustomerSpendFilterSensitiveLog = (obj) => ({
936
+ ...obj,
937
+ ...(obj.CurrencyCode && { CurrencyCode: SENSITIVE_STRING }),
938
+ });
939
+ export const AwsOpportunityProjectFilterSensitiveLog = (obj) => ({
940
+ ...obj,
941
+ ...(obj.ExpectedCustomerSpend && {
942
+ ExpectedCustomerSpend: obj.ExpectedCustomerSpend.map((item) => ExpectedCustomerSpendFilterSensitiveLog(item)),
943
+ }),
944
+ });
934
945
  export const AwsTeamMemberFilterSensitiveLog = (obj) => ({
935
946
  ...obj,
936
947
  ...(obj.Email && { Email: SENSITIVE_STRING }),
@@ -945,6 +956,9 @@ export const EngagementCustomerFilterSensitiveLog = (obj) => ({
945
956
  export const ProjectDetailsFilterSensitiveLog = (obj) => ({
946
957
  ...obj,
947
958
  ...(obj.BusinessProblem && { BusinessProblem: SENSITIVE_STRING }),
959
+ ...(obj.ExpectedCustomerSpend && {
960
+ ExpectedCustomerSpend: obj.ExpectedCustomerSpend.map((item) => ExpectedCustomerSpendFilterSensitiveLog(item)),
961
+ }),
948
962
  });
949
963
  export const SenderContactFilterSensitiveLog = (obj) => ({
950
964
  ...obj,
@@ -1002,14 +1016,26 @@ export const LifeCycleFilterSensitiveLog = (obj) => ({
1002
1016
  });
1003
1017
  export const ProjectFilterSensitiveLog = (obj) => ({
1004
1018
  ...obj,
1019
+ ...(obj.ExpectedCustomerSpend && {
1020
+ ExpectedCustomerSpend: obj.ExpectedCustomerSpend.map((item) => ExpectedCustomerSpendFilterSensitiveLog(item)),
1021
+ }),
1005
1022
  ...(obj.Title && { Title: SENSITIVE_STRING }),
1006
1023
  ...(obj.CustomerBusinessProblem && { CustomerBusinessProblem: SENSITIVE_STRING }),
1007
1024
  ...(obj.OtherSolutionDescription && { OtherSolutionDescription: SENSITIVE_STRING }),
1008
1025
  });
1026
+ export const MonetaryValueFilterSensitiveLog = (obj) => ({
1027
+ ...obj,
1028
+ ...(obj.CurrencyCode && { CurrencyCode: SENSITIVE_STRING }),
1029
+ });
1030
+ export const SoftwareRevenueFilterSensitiveLog = (obj) => ({
1031
+ ...obj,
1032
+ ...(obj.Value && { Value: MonetaryValueFilterSensitiveLog(obj.Value) }),
1033
+ });
1009
1034
  export const CreateOpportunityRequestFilterSensitiveLog = (obj) => ({
1010
1035
  ...obj,
1011
1036
  ...(obj.Customer && { Customer: CustomerFilterSensitiveLog(obj.Customer) }),
1012
1037
  ...(obj.Project && { Project: ProjectFilterSensitiveLog(obj.Project) }),
1038
+ ...(obj.SoftwareRevenue && { SoftwareRevenue: SoftwareRevenueFilterSensitiveLog(obj.SoftwareRevenue) }),
1013
1039
  ...(obj.LifeCycle && { LifeCycle: LifeCycleFilterSensitiveLog(obj.LifeCycle) }),
1014
1040
  ...(obj.OpportunityTeam && { OpportunityTeam: obj.OpportunityTeam.map((item) => ContactFilterSensitiveLog(item)) }),
1015
1041
  });
@@ -1020,11 +1046,13 @@ export const GetAwsOpportunitySummaryResponseFilterSensitiveLog = (obj) => ({
1020
1046
  OpportunityTeam: obj.OpportunityTeam.map((item) => AwsTeamMemberFilterSensitiveLog(item)),
1021
1047
  }),
1022
1048
  ...(obj.Customer && { Customer: AwsOpportunityCustomerFilterSensitiveLog(obj.Customer) }),
1049
+ ...(obj.Project && { Project: AwsOpportunityProjectFilterSensitiveLog(obj.Project) }),
1023
1050
  });
1024
1051
  export const GetOpportunityResponseFilterSensitiveLog = (obj) => ({
1025
1052
  ...obj,
1026
1053
  ...(obj.Customer && { Customer: CustomerFilterSensitiveLog(obj.Customer) }),
1027
1054
  ...(obj.Project && { Project: ProjectFilterSensitiveLog(obj.Project) }),
1055
+ ...(obj.SoftwareRevenue && { SoftwareRevenue: SoftwareRevenueFilterSensitiveLog(obj.SoftwareRevenue) }),
1028
1056
  ...(obj.LifeCycle && { LifeCycle: LifeCycleFilterSensitiveLog(obj.LifeCycle) }),
1029
1057
  ...(obj.OpportunityTeam && { OpportunityTeam: obj.OpportunityTeam.map((item) => ContactFilterSensitiveLog(item)) }),
1030
1058
  });
@@ -1036,10 +1064,17 @@ export const LifeCycleSummaryFilterSensitiveLog = (obj) => ({
1036
1064
  ...obj,
1037
1065
  ...(obj.NextSteps && { NextSteps: SENSITIVE_STRING }),
1038
1066
  });
1067
+ export const ProjectSummaryFilterSensitiveLog = (obj) => ({
1068
+ ...obj,
1069
+ ...(obj.ExpectedCustomerSpend && {
1070
+ ExpectedCustomerSpend: obj.ExpectedCustomerSpend.map((item) => ExpectedCustomerSpendFilterSensitiveLog(item)),
1071
+ }),
1072
+ });
1039
1073
  export const OpportunitySummaryFilterSensitiveLog = (obj) => ({
1040
1074
  ...obj,
1041
1075
  ...(obj.LifeCycle && { LifeCycle: LifeCycleSummaryFilterSensitiveLog(obj.LifeCycle) }),
1042
1076
  ...(obj.Customer && { Customer: CustomerSummaryFilterSensitiveLog(obj.Customer) }),
1077
+ ...(obj.Project && { Project: ProjectSummaryFilterSensitiveLog(obj.Project) }),
1043
1078
  });
1044
1079
  export const ListOpportunitiesResponseFilterSensitiveLog = (obj) => ({
1045
1080
  ...obj,
@@ -1051,5 +1086,6 @@ export const UpdateOpportunityRequestFilterSensitiveLog = (obj) => ({
1051
1086
  ...obj,
1052
1087
  ...(obj.Customer && { Customer: CustomerFilterSensitiveLog(obj.Customer) }),
1053
1088
  ...(obj.Project && { Project: ProjectFilterSensitiveLog(obj.Project) }),
1089
+ ...(obj.SoftwareRevenue && { SoftwareRevenue: SoftwareRevenueFilterSensitiveLog(obj.SoftwareRevenue) }),
1054
1090
  ...(obj.LifeCycle && { LifeCycle: LifeCycleFilterSensitiveLog(obj.LifeCycle) }),
1055
1091
  });
@@ -105,40 +105,68 @@ export interface PartnerCentralSelling {
105
105
  * <p>
106
106
  * <b>AWS Partner Central API for Selling Reference Guide</b>
107
107
  * </p>
108
- * <p>
109
- * Amazon Web Services (AWS) Partner Central API reference guide is designed to help
110
- * <a href="https://docs.aws.amazon.com/partners/programs/">AWS Partners</a> programmatically integrate their Customer Relationship Management (CRM) systems with AWS Partner Central. Through the Partner Central APIs, partners can automate and streamline their interactions with AWS Partner Central, ensuring a more efficient and effective engagement in joint business activities.
111
- * </p>
112
- * <p>
113
- * The AWS Partner Central API service provides standard AWS API functionality. You can directly use the API <a href="https://docs.aws.amazon.com/partner-central/latest/selling-api/API_Operations.html">Actions</a>, or you can use an AWS SDK to access an API that's tailored to the programming language or platform that you're using. For more information about AWS application development, see <a href="https://docs.aws.amazon.com/getting-started">Getting Started with AWS</a>. For more information about using AWS SDKs, see <a href="https://docs.aws.amazon.com/aws-sdk">AWS SDKs</a>.
114
- * </p>
108
+ * <p>This Amazon Web Services (AWS) Partner Central API reference is
109
+ * designed to help <a href="http://aws.amazon.com/partners/programs/">AWS
110
+ * Partners</a> integrate Customer Relationship Management (CRM)
111
+ * systems with AWS Partner Central. Partners can automate interactions with
112
+ * AWS Partner Central, which helps to ensure effective engagements in joint
113
+ * business activities.</p>
114
+ * <p>The API provides standard AWS API functionality. Access it by
115
+ * either using API <a href="https://docs.aws.amazon.com/partner-central/latest/selling-api/API_Operations.html">Actions</a> or by using an AWS SDK that's tailored to your
116
+ * programming language or platform. For more information, see <a href="http://aws.amazon.com/getting-started">Getting Started with
117
+ * AWS</a> and <a href="http://aws.amazon.com/developer/tools/">Tools to Build on AWS</a>.</p>
115
118
  * <p class="title">
116
119
  * <b>Features offered by AWS Partner Central API</b>
117
120
  * </p>
118
121
  * <ol>
119
122
  * <li>
120
123
  * <p>
121
- * <b>Opportunity management:</b> Facilitates the management of co-selling opportunities with AWS using API actions such as <code>CreateOpportunity</code>, <code>UpdateOpportunity</code>, <code>ListOpportunities</code>, <code>GetOpportunity</code>, and <code>AssignOpportunity</code>.</p>
124
+ * <b>Opportunity management:</b>
125
+ * Manages coselling opportunities through API actions such as
126
+ * <code>CreateOpportunity</code>, <code>UpdateOpportunity</code>,
127
+ * <code>ListOpportunities</code>, <code>GetOpportunity</code>, and
128
+ * <code>AssignOpportunity</code>.</p>
122
129
  * </li>
123
130
  * <li>
124
131
  * <p>
125
- * <b>AWS referral management:</b> Facilitates receiving referrals shared by AWS using actions like <code>ListEngagementInvitations</code>, <code>GetEngagementInvitation</code>, <code>StartEngagementByAcceptingInvitation</code>, and <code>RejectEngagementInvitation</code>.</p>
132
+ * <b>AWS referral management:</b>
133
+ * Manages referrals shared by AWS using actions such as
134
+ * <code>ListEngagementInvitations</code>,
135
+ * <code>GetEngagementInvitation</code>,
136
+ * <code>StartEngagementByAcceptingInvitation</code>, and
137
+ * <code>RejectEngagementInvitation</code>.</p>
126
138
  * </li>
127
139
  * <li>
128
140
  * <p>
129
- * <b>Entity association:</b> Associate related entities such as <i>AWS Products</i>, <i>Partner Solutions</i>, and <i>AWS Marketplace Private Offers</i> with opportunities using the actions <code>AssociateOpportunity</code> and <code>DisassociateOpportunity</code>.</p>
141
+ * <b>Entity association:</b>
142
+ * Associates related entities such as <i>AWS Products</i>,
143
+ * <i>Partner Solutions</i>, and <i>AWS
144
+ * Marketplace Private Offers</i> with opportunities using the
145
+ * actions <code>AssociateOpportunity</code>, and
146
+ * <code>DisassociateOpportunity</code>.</p>
130
147
  * </li>
131
148
  * <li>
132
149
  * <p>
133
- * <b>View AWS opportunity details:</b> Use the <code>GetAWSOpportunitySummary</code> action to retrieve real-time summaries of AWS opportunities that are linked to your opportunities.</p>
150
+ * <b>View AWS opportunity
151
+ * details:</b> Retrieves real-time summaries of AWS
152
+ * opportunities using the <code>GetAWSOpportunitySummary</code>
153
+ * action.</p>
134
154
  * </li>
135
155
  * <li>
136
156
  * <p>
137
- * <b>List solutions:</b> Provides list APIs for listing solutions partners offer using <code>ListSolutions</code>.</p>
157
+ * <b>List solutions:</b> Provides
158
+ * list APIs for listing partner offers using
159
+ * <code>ListSolutions</code>.</p>
138
160
  * </li>
139
161
  * <li>
140
162
  * <p>
141
- * <b>Event subscription:</b> Partners can subscribe to real-time updates on opportunities by listening to events such as <i>Opportunity Created</i>, <i>Opportunity Updated</i>, <i>Engagement Invitation Accepted</i>, <i>Engagement Invitation Rejected</i> and <i>Engagement Invitation Created</i> using AWS EventBridge.</p>
163
+ * <b>Event subscription:</b>
164
+ * Subscribe to real-time opportunity updates through AWS EventBridge by
165
+ * using actions such as <i>Opportunity Created</i>,
166
+ * <i>Opportunity Updated</i>, <i>Engagement
167
+ * Invitation Accepted</i>, <i>Engagement Invitation
168
+ * Rejected</i>, and <i>Engagement Invitation
169
+ * Created</i>.</p>
142
170
  * </li>
143
171
  * </ol>
144
172
  * @public
@@ -169,40 +169,68 @@ export interface PartnerCentralSellingClientResolvedConfig extends PartnerCentra
169
169
  * <p>
170
170
  * <b>AWS Partner Central API for Selling Reference Guide</b>
171
171
  * </p>
172
- * <p>
173
- * Amazon Web Services (AWS) Partner Central API reference guide is designed to help
174
- * <a href="https://docs.aws.amazon.com/partners/programs/">AWS Partners</a> programmatically integrate their Customer Relationship Management (CRM) systems with AWS Partner Central. Through the Partner Central APIs, partners can automate and streamline their interactions with AWS Partner Central, ensuring a more efficient and effective engagement in joint business activities.
175
- * </p>
176
- * <p>
177
- * The AWS Partner Central API service provides standard AWS API functionality. You can directly use the API <a href="https://docs.aws.amazon.com/partner-central/latest/selling-api/API_Operations.html">Actions</a>, or you can use an AWS SDK to access an API that's tailored to the programming language or platform that you're using. For more information about AWS application development, see <a href="https://docs.aws.amazon.com/getting-started">Getting Started with AWS</a>. For more information about using AWS SDKs, see <a href="https://docs.aws.amazon.com/aws-sdk">AWS SDKs</a>.
178
- * </p>
172
+ * <p>This Amazon Web Services (AWS) Partner Central API reference is
173
+ * designed to help <a href="http://aws.amazon.com/partners/programs/">AWS
174
+ * Partners</a> integrate Customer Relationship Management (CRM)
175
+ * systems with AWS Partner Central. Partners can automate interactions with
176
+ * AWS Partner Central, which helps to ensure effective engagements in joint
177
+ * business activities.</p>
178
+ * <p>The API provides standard AWS API functionality. Access it by
179
+ * either using API <a href="https://docs.aws.amazon.com/partner-central/latest/selling-api/API_Operations.html">Actions</a> or by using an AWS SDK that's tailored to your
180
+ * programming language or platform. For more information, see <a href="http://aws.amazon.com/getting-started">Getting Started with
181
+ * AWS</a> and <a href="http://aws.amazon.com/developer/tools/">Tools to Build on AWS</a>.</p>
179
182
  * <p class="title">
180
183
  * <b>Features offered by AWS Partner Central API</b>
181
184
  * </p>
182
185
  * <ol>
183
186
  * <li>
184
187
  * <p>
185
- * <b>Opportunity management:</b> Facilitates the management of co-selling opportunities with AWS using API actions such as <code>CreateOpportunity</code>, <code>UpdateOpportunity</code>, <code>ListOpportunities</code>, <code>GetOpportunity</code>, and <code>AssignOpportunity</code>.</p>
188
+ * <b>Opportunity management:</b>
189
+ * Manages coselling opportunities through API actions such as
190
+ * <code>CreateOpportunity</code>, <code>UpdateOpportunity</code>,
191
+ * <code>ListOpportunities</code>, <code>GetOpportunity</code>, and
192
+ * <code>AssignOpportunity</code>.</p>
186
193
  * </li>
187
194
  * <li>
188
195
  * <p>
189
- * <b>AWS referral management:</b> Facilitates receiving referrals shared by AWS using actions like <code>ListEngagementInvitations</code>, <code>GetEngagementInvitation</code>, <code>StartEngagementByAcceptingInvitation</code>, and <code>RejectEngagementInvitation</code>.</p>
196
+ * <b>AWS referral management:</b>
197
+ * Manages referrals shared by AWS using actions such as
198
+ * <code>ListEngagementInvitations</code>,
199
+ * <code>GetEngagementInvitation</code>,
200
+ * <code>StartEngagementByAcceptingInvitation</code>, and
201
+ * <code>RejectEngagementInvitation</code>.</p>
190
202
  * </li>
191
203
  * <li>
192
204
  * <p>
193
- * <b>Entity association:</b> Associate related entities such as <i>AWS Products</i>, <i>Partner Solutions</i>, and <i>AWS Marketplace Private Offers</i> with opportunities using the actions <code>AssociateOpportunity</code> and <code>DisassociateOpportunity</code>.</p>
205
+ * <b>Entity association:</b>
206
+ * Associates related entities such as <i>AWS Products</i>,
207
+ * <i>Partner Solutions</i>, and <i>AWS
208
+ * Marketplace Private Offers</i> with opportunities using the
209
+ * actions <code>AssociateOpportunity</code>, and
210
+ * <code>DisassociateOpportunity</code>.</p>
194
211
  * </li>
195
212
  * <li>
196
213
  * <p>
197
- * <b>View AWS opportunity details:</b> Use the <code>GetAWSOpportunitySummary</code> action to retrieve real-time summaries of AWS opportunities that are linked to your opportunities.</p>
214
+ * <b>View AWS opportunity
215
+ * details:</b> Retrieves real-time summaries of AWS
216
+ * opportunities using the <code>GetAWSOpportunitySummary</code>
217
+ * action.</p>
198
218
  * </li>
199
219
  * <li>
200
220
  * <p>
201
- * <b>List solutions:</b> Provides list APIs for listing solutions partners offer using <code>ListSolutions</code>.</p>
221
+ * <b>List solutions:</b> Provides
222
+ * list APIs for listing partner offers using
223
+ * <code>ListSolutions</code>.</p>
202
224
  * </li>
203
225
  * <li>
204
226
  * <p>
205
- * <b>Event subscription:</b> Partners can subscribe to real-time updates on opportunities by listening to events such as <i>Opportunity Created</i>, <i>Opportunity Updated</i>, <i>Engagement Invitation Accepted</i>, <i>Engagement Invitation Rejected</i> and <i>Engagement Invitation Created</i> using AWS EventBridge.</p>
227
+ * <b>Event subscription:</b>
228
+ * Subscribe to real-time opportunity updates through AWS EventBridge by
229
+ * using actions such as <i>Opportunity Created</i>,
230
+ * <i>Opportunity Updated</i>, <i>Engagement
231
+ * Invitation Accepted</i>, <i>Engagement Invitation
232
+ * Rejected</i>, and <i>Engagement Invitation
233
+ * Created</i>.</p>
206
234
  * </li>
207
235
  * </ol>
208
236
  * @public
@@ -88,7 +88,7 @@ declare const AssignOpportunityCommand_base: {
88
88
  * usage to avoid throttling.
89
89
  * </p>
90
90
  * <p>This error occurs when there are too many requests sent. Review the provided
91
- * <a href="https://docs.aws.amazon.com/partner-central/latest/selling-api/quotas.html">quotas</a> and retry after the provided delay.
91
+ * <a href="https://docs.aws.amazon.com/partner-central/latest/selling-api/quotas.html">Quotas</a> and retry after the provided delay.
92
92
  * </p>
93
93
  *
94
94
  * @throws {@link ValidationException} (client fault)