import type { MetadataBearer as __MetadataBearer } from "@smithy/types"; import type { GetAwsOpportunitySummaryRequest, GetAwsOpportunitySummaryResponse } from "../models/models_0"; /** * @public */ export type { __MetadataBearer }; /** * @public * * The input for {@link GetAwsOpportunitySummaryCommand}. */ export interface GetAwsOpportunitySummaryCommandInput extends GetAwsOpportunitySummaryRequest { } /** * @public * * The output of {@link GetAwsOpportunitySummaryCommand}. */ export interface GetAwsOpportunitySummaryCommandOutput extends GetAwsOpportunitySummaryResponse, __MetadataBearer { } declare const GetAwsOpportunitySummaryCommand_base: { new (input: GetAwsOpportunitySummaryCommandInput): import("@smithy/core/client").CommandImpl; new (input: GetAwsOpportunitySummaryCommandInput): import("@smithy/core/client").CommandImpl; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; /** *

Retrieves a summary of an AWS Opportunity. This summary includes high-level details about the opportunity sourced from AWS, such as lifecycle information, customer details, and involvement type. It is useful for tracking updates on the AWS opportunity corresponding to an opportunity in the partner's account.

* @example * Use a bare-bones client and the command you need to make an API call. * ```javascript * import { PartnerCentralSellingClient, GetAwsOpportunitySummaryCommand } from "@aws-sdk/client-partnercentral-selling"; // ES Modules import * // const { PartnerCentralSellingClient, GetAwsOpportunitySummaryCommand } = require("@aws-sdk/client-partnercentral-selling"); // CommonJS import * // import type { PartnerCentralSellingClientConfig } from "@aws-sdk/client-partnercentral-selling"; * const config = {}; // type is PartnerCentralSellingClientConfig * const client = new PartnerCentralSellingClient(config); * const input = { // GetAwsOpportunitySummaryRequest * Catalog: "STRING_VALUE", // required * RelatedOpportunityIdentifier: "STRING_VALUE", // required * }; * const command = new GetAwsOpportunitySummaryCommand(input); * const response = await client.send(command); * // { // GetAwsOpportunitySummaryResponse * // RelatedOpportunityId: "STRING_VALUE", * // Origin: "AWS Referral" || "Partner Referral", * // InvolvementType: "For Visibility Only" || "Co-Sell", * // Visibility: "Full" || "Limited", * // LifeCycle: { // AwsOpportunityLifeCycle * // TargetCloseDate: "STRING_VALUE", * // ClosedLostReason: "Administrative" || "Business Associate Agreement" || "Company Acquired/Dissolved" || "Competitive Offering" || "Customer Data Requirement" || "Customer Deficiency" || "Customer Experience" || "Delay / Cancellation of Project" || "Duplicate" || "Duplicate Opportunity" || "Executive Blocker" || "Failed Vetting" || "Feature Limitation" || "Financial/Commercial" || "Insufficient Amazon Value" || "Insufficient AWS Value" || "International Constraints" || "Legal / Tax / Regulatory" || "Legal Terms and Conditions" || "Lost to Competitor" || "Lost to Competitor - Google" || "Lost to Competitor - Microsoft" || "Lost to Competitor - Other" || "Lost to Competitor - Rackspace" || "Lost to Competitor - SoftLayer" || "Lost to Competitor - VMWare" || "No Customer Reference" || "No Integration Resources" || "No Opportunity" || "No Perceived Value of MP" || "No Response" || "Not Committed to AWS" || "No Update" || "On Premises Deployment" || "Other" || "Other (Details in Description)" || "Partner Gap" || "Past Due" || "People/Relationship/Governance" || "Platform Technology Limitation" || "Preference for Competitor" || "Price" || "Product/Technology" || "Product Not on AWS" || "Security / Compliance" || "Self-Service" || "Technical Limitations" || "Term Sheet Impasse", * // Stage: "Not Started" || "In Progress" || "Prospect" || "Engaged" || "Identified" || "Qualify" || "Research" || "Seller Engaged" || "Evaluating" || "Seller Registered" || "Term Sheet Negotiation" || "Contract Negotiation" || "Onboarding" || "Building Integration" || "Qualified" || "On-hold" || "Technical Validation" || "Business Validation" || "Committed" || "Launched" || "Deferred to Partner" || "Closed Lost" || "Completed" || "Closed Incomplete", * // NextSteps: "STRING_VALUE", * // NextStepsHistory: [ // ProfileNextStepsHistories * // { // ProfileNextStepsHistory * // Value: "STRING_VALUE", // required * // Time: new Date("TIMESTAMP"), // required * // }, * // ], * // }, * // OpportunityTeam: [ // AwsOpportunityTeamMembersList * // { // AwsTeamMember * // Email: "STRING_VALUE", * // FirstName: "STRING_VALUE", * // LastName: "STRING_VALUE", * // BusinessTitle: "AWSSalesRep" || "AWSAccountOwner" || "WWPSPDM" || "PDM" || "PSM" || "ISVSM", * // }, * // ], * // Insights: { // AwsOpportunityInsights * // NextBestActions: "STRING_VALUE", * // EngagementScore: "High" || "Medium" || "Low", * // AwsProductsSpendInsightsBySource: { // AwsProductsSpendInsightsBySource * // Partner: { // AwsProductInsights * // CurrencyCode: "USD" || "EUR" || "GBP" || "AUD" || "CAD" || "CNY" || "NZD" || "INR" || "JPY" || "CHF" || "SEK" || "AED" || "AFN" || "ALL" || "AMD" || "ANG" || "AOA" || "ARS" || "AWG" || "AZN" || "BAM" || "BBD" || "BDT" || "BGN" || "BHD" || "BIF" || "BMD" || "BND" || "BOB" || "BOV" || "BRL" || "BSD" || "BTN" || "BWP" || "BYN" || "BZD" || "CDF" || "CHE" || "CHW" || "CLF" || "CLP" || "COP" || "COU" || "CRC" || "CUC" || "CUP" || "CVE" || "CZK" || "DJF" || "DKK" || "DOP" || "DZD" || "EGP" || "ERN" || "ETB" || "FJD" || "FKP" || "GEL" || "GHS" || "GIP" || "GMD" || "GNF" || "GTQ" || "GYD" || "HKD" || "HNL" || "HRK" || "HTG" || "HUF" || "IDR" || "ILS" || "IQD" || "IRR" || "ISK" || "JMD" || "JOD" || "KES" || "KGS" || "KHR" || "KMF" || "KPW" || "KRW" || "KWD" || "KYD" || "KZT" || "LAK" || "LBP" || "LKR" || "LRD" || "LSL" || "LYD" || "MAD" || "MDL" || "MGA" || "MKD" || "MMK" || "MNT" || "MOP" || "MRU" || "MUR" || "MVR" || "MWK" || "MXN" || "MXV" || "MYR" || "MZN" || "NAD" || "NGN" || "NIO" || "NOK" || "NPR" || "OMR" || "PAB" || "PEN" || "PGK" || "PHP" || "PKR" || "PLN" || "PYG" || "QAR" || "RON" || "RSD" || "RUB" || "RWF" || "SAR" || "SBD" || "SCR" || "SDG" || "SGD" || "SHP" || "SLL" || "SOS" || "SRD" || "SSP" || "STN" || "SVC" || "SYP" || "SZL" || "THB" || "TJS" || "TMT" || "TND" || "TOP" || "TRY" || "TTD" || "TWD" || "TZS" || "UAH" || "UGX" || "USN" || "UYI" || "UYU" || "UZS" || "VEF" || "VND" || "VUV" || "WST" || "XAF" || "XCD" || "XDR" || "XOF" || "XPF" || "XSU" || "XUA" || "YER" || "ZAR" || "ZMW" || "ZWL", // required * // Frequency: "Monthly", // required * // TotalAmount: "STRING_VALUE", * // TotalOptimizedAmount: "STRING_VALUE", * // TotalPotentialSavingsAmount: "STRING_VALUE", * // TotalAmountByCategory: { // AmountMap // required * // "": "STRING_VALUE", * // }, * // AwsProducts: [ // AwsProductsList // required * // { // AwsProductDetails * // ProductCode: "STRING_VALUE", // required * // ServiceCode: "STRING_VALUE", * // Categories: [ // StringList // required * // "STRING_VALUE", * // ], * // Amount: "STRING_VALUE", * // OptimizedAmount: "STRING_VALUE", * // PotentialSavingsAmount: "STRING_VALUE", * // Optimizations: [ // AwsProductOptimizationsList // required * // { // AwsProductOptimization * // Description: "STRING_VALUE", // required * // SavingsAmount: "STRING_VALUE", // required * // }, * // ], * // }, * // ], * // }, * // AWS: { * // CurrencyCode: "USD" || "EUR" || "GBP" || "AUD" || "CAD" || "CNY" || "NZD" || "INR" || "JPY" || "CHF" || "SEK" || "AED" || "AFN" || "ALL" || "AMD" || "ANG" || "AOA" || "ARS" || "AWG" || "AZN" || "BAM" || "BBD" || "BDT" || "BGN" || "BHD" || "BIF" || "BMD" || "BND" || "BOB" || "BOV" || "BRL" || "BSD" || "BTN" || "BWP" || "BYN" || "BZD" || "CDF" || "CHE" || "CHW" || "CLF" || "CLP" || "COP" || "COU" || "CRC" || "CUC" || "CUP" || "CVE" || "CZK" || "DJF" || "DKK" || "DOP" || "DZD" || "EGP" || "ERN" || "ETB" || "FJD" || "FKP" || "GEL" || "GHS" || "GIP" || "GMD" || "GNF" || "GTQ" || "GYD" || "HKD" || "HNL" || "HRK" || "HTG" || "HUF" || "IDR" || "ILS" || "IQD" || "IRR" || "ISK" || "JMD" || "JOD" || "KES" || "KGS" || "KHR" || "KMF" || "KPW" || "KRW" || "KWD" || "KYD" || "KZT" || "LAK" || "LBP" || "LKR" || "LRD" || "LSL" || "LYD" || "MAD" || "MDL" || "MGA" || "MKD" || "MMK" || "MNT" || "MOP" || "MRU" || "MUR" || "MVR" || "MWK" || "MXN" || "MXV" || "MYR" || "MZN" || "NAD" || "NGN" || "NIO" || "NOK" || "NPR" || "OMR" || "PAB" || "PEN" || "PGK" || "PHP" || "PKR" || "PLN" || "PYG" || "QAR" || "RON" || "RSD" || "RUB" || "RWF" || "SAR" || "SBD" || "SCR" || "SDG" || "SGD" || "SHP" || "SLL" || "SOS" || "SRD" || "SSP" || "STN" || "SVC" || "SYP" || "SZL" || "THB" || "TJS" || "TMT" || "TND" || "TOP" || "TRY" || "TTD" || "TWD" || "TZS" || "UAH" || "UGX" || "USN" || "UYI" || "UYU" || "UZS" || "VEF" || "VND" || "VUV" || "WST" || "XAF" || "XCD" || "XDR" || "XOF" || "XPF" || "XSU" || "XUA" || "YER" || "ZAR" || "ZMW" || "ZWL", // required * // Frequency: "Monthly", // required * // TotalAmount: "STRING_VALUE", * // TotalOptimizedAmount: "STRING_VALUE", * // TotalPotentialSavingsAmount: "STRING_VALUE", * // TotalAmountByCategory: { // required * // "": "STRING_VALUE", * // }, * // AwsProducts: [ // required * // { * // ProductCode: "STRING_VALUE", // required * // ServiceCode: "STRING_VALUE", * // Categories: [ // required * // "STRING_VALUE", * // ], * // Amount: "STRING_VALUE", * // OptimizedAmount: "STRING_VALUE", * // PotentialSavingsAmount: "STRING_VALUE", * // Optimizations: [ // required * // { * // Description: "STRING_VALUE", // required * // SavingsAmount: "STRING_VALUE", // required * // }, * // ], * // }, * // ], * // }, * // }, * // OpportunityQuality: { // OpportunityQuality * // Score: Number("int"), * // Trend: "STRING_VALUE", * // }, * // Recommendations: [ // RecommendationList * // { // Recommendation * // Type: "STRING_VALUE", // required * // Details: "STRING_VALUE", // required * // Attributes: { // RecommendationAttributeMap * // "": "STRING_VALUE", * // }, * // }, * // ], * // }, * // InvolvementTypeChangeReason: "Expansion Opportunity" || "Change in Deal Information" || "Customer Requested" || "Technical Complexity" || "Risk Mitigation", * // RelatedEntityIds: { // AwsOpportunityRelatedEntities * // AwsProducts: [ // AwsProductIdentifiers * // "STRING_VALUE", * // ], * // Solutions: [ // SolutionIdentifiers * // "STRING_VALUE", * // ], * // AwsMarketplaceSolutions: [ // AwsMarketplaceSolutionIdentifiers * // "STRING_VALUE", * // ], * // AwsMarketplaceProducts: [ // AwsMarketplaceProductIdentifiers * // "STRING_VALUE", * // ], * // }, * // Customer: { // AwsOpportunityCustomer * // Contacts: [ // CustomerContactsList * // { // Contact * // Email: "STRING_VALUE", * // FirstName: "STRING_VALUE", * // LastName: "STRING_VALUE", * // BusinessTitle: "STRING_VALUE", * // Phone: "STRING_VALUE", * // }, * // ], * // }, * // Project: { // AwsOpportunityProject * // ExpectedCustomerSpend: [ // ExpectedCustomerSpendList * // { // ExpectedCustomerSpend * // Amount: "STRING_VALUE", * // CurrencyCode: "USD" || "EUR" || "GBP" || "AUD" || "CAD" || "CNY" || "NZD" || "INR" || "JPY" || "CHF" || "SEK" || "AED" || "AFN" || "ALL" || "AMD" || "ANG" || "AOA" || "ARS" || "AWG" || "AZN" || "BAM" || "BBD" || "BDT" || "BGN" || "BHD" || "BIF" || "BMD" || "BND" || "BOB" || "BOV" || "BRL" || "BSD" || "BTN" || "BWP" || "BYN" || "BZD" || "CDF" || "CHE" || "CHW" || "CLF" || "CLP" || "COP" || "COU" || "CRC" || "CUC" || "CUP" || "CVE" || "CZK" || "DJF" || "DKK" || "DOP" || "DZD" || "EGP" || "ERN" || "ETB" || "FJD" || "FKP" || "GEL" || "GHS" || "GIP" || "GMD" || "GNF" || "GTQ" || "GYD" || "HKD" || "HNL" || "HRK" || "HTG" || "HUF" || "IDR" || "ILS" || "IQD" || "IRR" || "ISK" || "JMD" || "JOD" || "KES" || "KGS" || "KHR" || "KMF" || "KPW" || "KRW" || "KWD" || "KYD" || "KZT" || "LAK" || "LBP" || "LKR" || "LRD" || "LSL" || "LYD" || "MAD" || "MDL" || "MGA" || "MKD" || "MMK" || "MNT" || "MOP" || "MRU" || "MUR" || "MVR" || "MWK" || "MXN" || "MXV" || "MYR" || "MZN" || "NAD" || "NGN" || "NIO" || "NOK" || "NPR" || "OMR" || "PAB" || "PEN" || "PGK" || "PHP" || "PKR" || "PLN" || "PYG" || "QAR" || "RON" || "RSD" || "RUB" || "RWF" || "SAR" || "SBD" || "SCR" || "SDG" || "SGD" || "SHP" || "SLL" || "SOS" || "SRD" || "SSP" || "STN" || "SVC" || "SYP" || "SZL" || "THB" || "TJS" || "TMT" || "TND" || "TOP" || "TRY" || "TTD" || "TWD" || "TZS" || "UAH" || "UGX" || "USN" || "UYI" || "UYU" || "UZS" || "VEF" || "VND" || "VUV" || "WST" || "XAF" || "XCD" || "XDR" || "XOF" || "XPF" || "XSU" || "XUA" || "YER" || "ZAR" || "ZMW" || "ZWL", // required * // Frequency: "Monthly", // required * // TargetCompany: "STRING_VALUE", // required * // EstimationUrl: "STRING_VALUE", * // }, * // ], * // AwsPartition: "aws-eusc", * // }, * // CosellMotion: "STRING_VALUE", * // Catalog: "STRING_VALUE", // required * // }; * * ``` * * @param GetAwsOpportunitySummaryCommandInput - {@link GetAwsOpportunitySummaryCommandInput} * @returns {@link GetAwsOpportunitySummaryCommandOutput} * @see {@link GetAwsOpportunitySummaryCommandInput} for command's `input` shape. * @see {@link GetAwsOpportunitySummaryCommandOutput} for command's `response` shape. * @see {@link PartnerCentralSellingClientResolvedConfig | config} for PartnerCentralSellingClient's `config` shape. * * @throws {@link AccessDeniedException} (client fault) *

This error occurs when you don't have permission to perform the requested action.

You don’t have access to this action or resource. Review IAM policies or contact your AWS administrator for assistance.

* * @throws {@link InternalServerException} (server fault) *

This error occurs when the specified resource can’t be found or doesn't exist. Resource ID and type might be incorrect.

Suggested action: This is usually a transient error. Retry after the provided retry delay or a short interval. If the problem persists, contact AWS support.

* * @throws {@link ResourceNotFoundException} (client fault) *

This error occurs when the specified resource can't be found. The resource might not exist, or isn't visible with the current credentials.

Suggested action: Verify that the resource ID is correct and the resource is in the expected AWS region. Check IAM permissions for accessing the resource.

* * @throws {@link ThrottlingException} (client fault) *

This error occurs when there are too many requests sent. Review the provided quotas and adapt your usage to avoid throttling.

This error occurs when there are too many requests sent. Review the provided Quotas and retry after the provided delay.

* * @throws {@link ValidationException} (client fault) *

The input fails to satisfy the constraints specified by the service or business validation rules.

Suggested action: Review the error message, including the failed fields and reasons, to correct the request payload.

* * @throws {@link PartnerCentralSellingServiceException} *

Base exception class for all service exceptions from PartnerCentralSelling service.

* * * @public */ export declare class GetAwsOpportunitySummaryCommand extends GetAwsOpportunitySummaryCommand_base { /** @internal type navigation helper, not in runtime. */ protected static __types: { api: { input: GetAwsOpportunitySummaryRequest; output: GetAwsOpportunitySummaryResponse; }; sdk: { input: GetAwsOpportunitySummaryCommandInput; output: GetAwsOpportunitySummaryCommandOutput; }; }; }