Class: Aws::PartnerCentralSelling::Types::UpdateOpportunityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::UpdateOpportunityRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ String
Specifies the catalog associated with the request.
-
#customer ⇒ Types::Customer
Specifies details of the customer associated with the ‘Opportunity`.
-
#identifier ⇒ String
Read-only, system generated ‘Opportunity` unique identifier.
-
#last_modified_date ⇒ Time
‘DateTime` when the opportunity was last modified.
-
#life_cycle ⇒ Types::LifeCycle
An object that contains lifecycle details for the ‘Opportunity`.
-
#marketing ⇒ Types::Marketing
An object that contains marketing details for the ‘Opportunity`.
-
#national_security ⇒ String
Specifies if the opportunity is associated with national security concerns.
-
#opportunity_type ⇒ String
Specifies the opportunity type as a renewal, new, or expansion.
-
#partner_opportunity_identifier ⇒ String
Specifies the opportunity’s unique identifier in the partner’s CRM system.
-
#primary_needs_from_aws ⇒ Array<String>
Identifies the type of support the partner needs from Amazon Web Services.
-
#project ⇒ Types::Project
An object that contains project details summary for the ‘Opportunity`.
-
#software_revenue ⇒ Types::SoftwareRevenue
Specifies details of a customer’s procurement terms.
Instance Attribute Details
#catalog ⇒ String
Specifies the catalog associated with the request. This field takes a string value from a predefined list: ‘AWS` or `Sandbox`. The catalog determines which environment the opportunity is updated in. Use `AWS` to update real opportunities in the production environment, and `Sandbox` for testing in secure, isolated environments. When you use the `Sandbox` catalog, it allows you to simulate and validate your interactions with Amazon Web Services services without affecting live data or operations.
5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5371 class UpdateOpportunityRequest < Struct.new( :catalog, :customer, :identifier, :last_modified_date, :life_cycle, :marketing, :national_security, :opportunity_type, :partner_opportunity_identifier, :primary_needs_from_aws, :project, :software_revenue) SENSITIVE = [] include Aws::Structure end |
#customer ⇒ Types::Customer
Specifies details of the customer associated with the ‘Opportunity`.
5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5371 class UpdateOpportunityRequest < Struct.new( :catalog, :customer, :identifier, :last_modified_date, :life_cycle, :marketing, :national_security, :opportunity_type, :partner_opportunity_identifier, :primary_needs_from_aws, :project, :software_revenue) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
Read-only, system generated ‘Opportunity` unique identifier.
5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5371 class UpdateOpportunityRequest < Struct.new( :catalog, :customer, :identifier, :last_modified_date, :life_cycle, :marketing, :national_security, :opportunity_type, :partner_opportunity_identifier, :primary_needs_from_aws, :project, :software_revenue) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Time
‘DateTime` when the opportunity was last modified.
5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5371 class UpdateOpportunityRequest < Struct.new( :catalog, :customer, :identifier, :last_modified_date, :life_cycle, :marketing, :national_security, :opportunity_type, :partner_opportunity_identifier, :primary_needs_from_aws, :project, :software_revenue) SENSITIVE = [] include Aws::Structure end |
#life_cycle ⇒ Types::LifeCycle
An object that contains lifecycle details for the ‘Opportunity`.
5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5371 class UpdateOpportunityRequest < Struct.new( :catalog, :customer, :identifier, :last_modified_date, :life_cycle, :marketing, :national_security, :opportunity_type, :partner_opportunity_identifier, :primary_needs_from_aws, :project, :software_revenue) SENSITIVE = [] include Aws::Structure end |
#marketing ⇒ Types::Marketing
An object that contains marketing details for the ‘Opportunity`.
5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5371 class UpdateOpportunityRequest < Struct.new( :catalog, :customer, :identifier, :last_modified_date, :life_cycle, :marketing, :national_security, :opportunity_type, :partner_opportunity_identifier, :primary_needs_from_aws, :project, :software_revenue) SENSITIVE = [] include Aws::Structure end |
#national_security ⇒ String
Specifies if the opportunity is associated with national security concerns. This flag is only applicable when the industry is ‘Government`. For national-security-related opportunities, validation and compliance rules may apply, impacting the opportunity’s visibility and processing.
5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5371 class UpdateOpportunityRequest < Struct.new( :catalog, :customer, :identifier, :last_modified_date, :life_cycle, :marketing, :national_security, :opportunity_type, :partner_opportunity_identifier, :primary_needs_from_aws, :project, :software_revenue) SENSITIVE = [] include Aws::Structure end |
#opportunity_type ⇒ String
Specifies the opportunity type as a renewal, new, or expansion.
Opportunity types:
-
New opportunity: Represents a new business opportunity with a potential customer that’s not previously engaged with your solutions or services.
-
Renewal opportunity: Represents an opportunity to renew an existing contract or subscription with a current customer, ensuring continuity of service.
-
Expansion opportunity: Represents an opportunity to expand the scope of an existing contract or subscription, either by adding new services or increasing the volume of existing services for a current customer.
5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5371 class UpdateOpportunityRequest < Struct.new( :catalog, :customer, :identifier, :last_modified_date, :life_cycle, :marketing, :national_security, :opportunity_type, :partner_opportunity_identifier, :primary_needs_from_aws, :project, :software_revenue) SENSITIVE = [] include Aws::Structure end |
#partner_opportunity_identifier ⇒ String
Specifies the opportunity’s unique identifier in the partner’s CRM system. This value is essential to track and reconcile because it’s included in the outbound payload sent back to the partner.
5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5371 class UpdateOpportunityRequest < Struct.new( :catalog, :customer, :identifier, :last_modified_date, :life_cycle, :marketing, :national_security, :opportunity_type, :partner_opportunity_identifier, :primary_needs_from_aws, :project, :software_revenue) SENSITIVE = [] include Aws::Structure end |
#primary_needs_from_aws ⇒ Array<String>
Identifies the type of support the partner needs from Amazon Web Services.
Valid values:
-
Cosell—Architectural Validation: Confirmation from Amazon Web Services that the partner’s proposed solution architecture is aligned with Amazon Web Services best practices and poses minimal architectural risks.
-
Cosell—Business Presentation: Request Amazon Web Services seller’s participation in a joint customer presentation.
-
Cosell—Competitive Information: Access to Amazon Web Services competitive resources and support for the partner’s proposed solution.
-
Cosell—Pricing Assistance: Connect with an AWS seller for support situations where a partner may be receiving an upfront discount on a service (for example: EDP deals).
-
Cosell—Technical Consultation: Connection with an Amazon Web Services Solutions Architect to address the partner’s questions about the proposed solution.
-
Cosell—Total Cost of Ownership Evaluation: Assistance with quoting different cost savings of proposed solutions on Amazon Web Services versus on-premises or a traditional hosting environment.
-
Cosell—Deal Support: Request Amazon Web Services seller’s support to progress the opportunity (for example: joint customer call, strategic positioning).
-
Cosell—Support for Public Tender/RFx: Opportunity related to the public sector where the partner needs RFx support from Amazon Web Services.
-
Do Not Need Support from AWS Sales Rep: Indicates that a partner doesn’t need support from an Amazon Web Services Sales representative. The opportunity is managed solely by the partner. It’s possible to request coselling support on these opportunities at any stage during their lifecycle. Also known as, for-visibility-only (FVO) opportunity.
5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5371 class UpdateOpportunityRequest < Struct.new( :catalog, :customer, :identifier, :last_modified_date, :life_cycle, :marketing, :national_security, :opportunity_type, :partner_opportunity_identifier, :primary_needs_from_aws, :project, :software_revenue) SENSITIVE = [] include Aws::Structure end |
#project ⇒ Types::Project
An object that contains project details summary for the ‘Opportunity`.
5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5371 class UpdateOpportunityRequest < Struct.new( :catalog, :customer, :identifier, :last_modified_date, :life_cycle, :marketing, :national_security, :opportunity_type, :partner_opportunity_identifier, :primary_needs_from_aws, :project, :software_revenue) SENSITIVE = [] include Aws::Structure end |
#software_revenue ⇒ Types::SoftwareRevenue
Specifies details of a customer’s procurement terms. Required only for partners in eligible programs.
5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5371 class UpdateOpportunityRequest < Struct.new( :catalog, :customer, :identifier, :last_modified_date, :life_cycle, :marketing, :national_security, :opportunity_type, :partner_opportunity_identifier, :primary_needs_from_aws, :project, :software_revenue) SENSITIVE = [] include Aws::Structure end |