aws-sdk-partnercentralselling 1.0.0 → 1.2.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 +157 -165
- data/lib/aws-sdk-partnercentralselling/client_api.rb +1 -2
- data/lib/aws-sdk-partnercentralselling/endpoint_parameters.rb +9 -19
- data/lib/aws-sdk-partnercentralselling/endpoint_provider.rb +3 -22
- data/lib/aws-sdk-partnercentralselling/types.rb +232 -249
- data/lib/aws-sdk-partnercentralselling.rb +1 -1
- data/sig/client.rbs +2 -2
- data/sig/types.rbs +4 -4
- metadata +2 -2
@@ -51,7 +51,7 @@ module Aws::PartnerCentralSelling
|
|
51
51
|
#
|
52
52
|
# @!attribute [rw] industry
|
53
53
|
# Specifies the industry the end `Customer` belongs to that's
|
54
|
-
# associated with the `Opportunity
|
54
|
+
# associated with the `Opportunity`. It refers to the category or
|
55
55
|
# sector where the customer's business operates. This is a required
|
56
56
|
# field.
|
57
57
|
# @return [String]
|
@@ -121,8 +121,8 @@ module Aws::PartnerCentralSelling
|
|
121
121
|
#
|
122
122
|
# @!attribute [rw] industry
|
123
123
|
# Specifies which industry the end `Customer` belongs to associated
|
124
|
-
# with the `Opportunity
|
125
|
-
#
|
124
|
+
# with the `Opportunity`. It refers to the category or sector that the
|
125
|
+
# customer's business operates in.
|
126
126
|
#
|
127
127
|
# To submit a value outside the picklist, use `Other`.
|
128
128
|
#
|
@@ -268,7 +268,7 @@ module Aws::PartnerCentralSelling
|
|
268
268
|
# a string value from a predefined list: `AWS` or `Sandbox`. The
|
269
269
|
# catalog determines which environment the opportunity is assigned in.
|
270
270
|
# Use `AWS` to assign real opportunities in the Amazon Web Services
|
271
|
-
# catalog, and `Sandbox`
|
271
|
+
# catalog, and `Sandbox` for testing in secure, isolated environments.
|
272
272
|
# @return [String]
|
273
273
|
#
|
274
274
|
# @!attribute [rw] identifier
|
@@ -288,14 +288,14 @@ module Aws::PartnerCentralSelling
|
|
288
288
|
end
|
289
289
|
|
290
290
|
# Represents the contact details of the individual assigned to manage
|
291
|
-
# the opportunity within the partner organization. This
|
292
|
-
# there is a
|
293
|
-
# updates.
|
291
|
+
# the opportunity within the partner organization. This helps to ensure
|
292
|
+
# that there is a point of contact for the opportunity's progress.
|
294
293
|
#
|
295
294
|
# @!attribute [rw] business_title
|
296
295
|
# Specifies the business title of the assignee managing the
|
297
296
|
# opportunity. This helps clarify the individual's role and
|
298
|
-
# responsibilities within the organization.
|
297
|
+
# responsibilities within the organization. Use the value
|
298
|
+
# `PartnerAccountManager` to update details of the opportunity owner.
|
299
299
|
# @return [String]
|
300
300
|
#
|
301
301
|
# @!attribute [rw] email
|
@@ -305,10 +305,14 @@ module Aws::PartnerCentralSelling
|
|
305
305
|
#
|
306
306
|
# @!attribute [rw] first_name
|
307
307
|
# Specifies the first name of the assignee managing the opportunity.
|
308
|
+
# The system automatically retrieves this value from the user profile
|
309
|
+
# by referencing the associated email address.
|
308
310
|
# @return [String]
|
309
311
|
#
|
310
312
|
# @!attribute [rw] last_name
|
311
313
|
# Specifies the last name of the assignee managing the opportunity.
|
314
|
+
# The system automatically retrieves this value from the user profile
|
315
|
+
# by referencing the associated email address.
|
312
316
|
# @return [String]
|
313
317
|
#
|
314
318
|
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/AssigneeContact AWS API Documentation
|
@@ -325,10 +329,10 @@ module Aws::PartnerCentralSelling
|
|
325
329
|
# @!attribute [rw] catalog
|
326
330
|
# Specifies the catalog associated with the request. This field takes
|
327
331
|
# a string value from a predefined list: `AWS` or `Sandbox`. The
|
328
|
-
# catalog determines
|
332
|
+
# catalog determines which environment the opportunity association is
|
329
333
|
# made in. Use `AWS` to associate opportunities in the Amazon Web
|
330
|
-
# Services catalog, and `Sandbox`
|
331
|
-
#
|
334
|
+
# Services catalog, and `Sandbox` for testing in secure, isolated
|
335
|
+
# environments.
|
332
336
|
# @return [String]
|
333
337
|
#
|
334
338
|
# @!attribute [rw] opportunity_identifier
|
@@ -349,9 +353,9 @@ module Aws::PartnerCentralSelling
|
|
349
353
|
# @return [String]
|
350
354
|
#
|
351
355
|
# @!attribute [rw] related_entity_type
|
352
|
-
# Specifies the type
|
353
|
-
#
|
354
|
-
#
|
356
|
+
# Specifies the entity type that you're associating with the `
|
357
|
+
# Opportunity`. This helps to categorize and properly process the
|
358
|
+
# association.
|
355
359
|
# @return [String]
|
356
360
|
#
|
357
361
|
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/AssociateOpportunityRequest AWS API Documentation
|
@@ -371,8 +375,8 @@ module Aws::PartnerCentralSelling
|
|
371
375
|
#
|
372
376
|
# @!attribute [rw] contacts
|
373
377
|
# Provides a list of customer contacts involved in the opportunity.
|
374
|
-
# These contacts may include decision
|
375
|
-
#
|
378
|
+
# These contacts may include decision makers, influencers, and other
|
379
|
+
# stakeholders within the customer's organization.
|
376
380
|
# @return [Array<Types::Contact>]
|
377
381
|
#
|
378
382
|
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/AwsOpportunityCustomer AWS API Documentation
|
@@ -420,8 +424,8 @@ module Aws::PartnerCentralSelling
|
|
420
424
|
#
|
421
425
|
# @!attribute [rw] next_steps
|
422
426
|
# Specifies the immediate next steps required to progress the
|
423
|
-
# opportunity. These steps are based on AWS
|
424
|
-
#
|
427
|
+
# opportunity. These steps are based on AWS guidance and the current
|
428
|
+
# stage of the opportunity.
|
425
429
|
# @return [String]
|
426
430
|
#
|
427
431
|
# @!attribute [rw] next_steps_history
|
@@ -505,18 +509,17 @@ module Aws::PartnerCentralSelling
|
|
505
509
|
end
|
506
510
|
|
507
511
|
# Indicates the level of AWS involvement in the opportunity. This field
|
508
|
-
# helps track AWS
|
509
|
-
#
|
510
|
-
# support.
|
512
|
+
# helps track AWS participation throughout the engagement, such as
|
513
|
+
# providing technical support, deal assistance, and sales support.
|
511
514
|
#
|
512
515
|
# @!attribute [rw] involvement_type
|
513
516
|
# Specifies the type of AWS involvement in the opportunity, such as
|
514
|
-
#
|
515
|
-
# categorize the nature of AWS
|
517
|
+
# coselling, deal support, or technical consultation. This helps
|
518
|
+
# categorize the nature of AWS participation.
|
516
519
|
# @return [String]
|
517
520
|
#
|
518
521
|
# @!attribute [rw] visibility
|
519
|
-
# Determines who can view AWS
|
522
|
+
# Determines who can view AWS involvement in the opportunity.
|
520
523
|
# Typically, this field is set to `Full` for most cases, but it may be
|
521
524
|
# restricted based on special program requirements or confidentiality
|
522
525
|
# needs.
|
@@ -584,7 +587,8 @@ module Aws::PartnerCentralSelling
|
|
584
587
|
#
|
585
588
|
# @!attribute [rw] business_title
|
586
589
|
# The partner contact's title (job title or role) associated with the
|
587
|
-
# `Opportunity`.
|
590
|
+
# `Opportunity`. `BusinessTitle` supports either
|
591
|
+
# `PartnerAccountManager` or `OpportunityOwner`.
|
588
592
|
# @return [String]
|
589
593
|
#
|
590
594
|
# @!attribute [rw] email
|
@@ -620,7 +624,7 @@ module Aws::PartnerCentralSelling
|
|
620
624
|
# a string value from a predefined list: `AWS` or `Sandbox`. The
|
621
625
|
# catalog determines which environment the opportunity is created in.
|
622
626
|
# Use `AWS` to create opportunities in the Amazon Web Services
|
623
|
-
# catalog, and `Sandbox`
|
627
|
+
# catalog, and `Sandbox` for testing in secure, isolated environments.
|
624
628
|
# @return [String]
|
625
629
|
#
|
626
630
|
# @!attribute [rw] client_token
|
@@ -629,12 +633,12 @@ module Aws::PartnerCentralSelling
|
|
629
633
|
#
|
630
634
|
# Default: None
|
631
635
|
#
|
632
|
-
# Best practice: To ensure uniqueness and avoid
|
633
|
-
#
|
634
|
-
#
|
635
|
-
#
|
636
|
-
#
|
637
|
-
#
|
636
|
+
# Best practice: To help ensure uniqueness and avoid conflicts, use a
|
637
|
+
# Universally Unique Identifier (UUID) as the `ClientToken`. You can
|
638
|
+
# use standard libraries from most programming languages to generate
|
639
|
+
# this. If you use the same client token, the API returns the
|
640
|
+
# following error: "Conflicting client token submitted for a new
|
641
|
+
# request body."
|
638
642
|
#
|
639
643
|
# **A suitable default value is auto-generated.** You should normally
|
640
644
|
# not need to pass this option.
|
@@ -662,8 +666,8 @@ module Aws::PartnerCentralSelling
|
|
662
666
|
# @return [String]
|
663
667
|
#
|
664
668
|
# @!attribute [rw] opportunity_team
|
665
|
-
# Represents the internal team handling the opportunity. Specify
|
666
|
-
# members
|
669
|
+
# Represents the internal team handling the opportunity. Specify
|
670
|
+
# collaborating members of this opportunity who are within the
|
667
671
|
# partner's organization.
|
668
672
|
# @return [Array<Types::Contact>]
|
669
673
|
#
|
@@ -699,11 +703,12 @@ module Aws::PartnerCentralSelling
|
|
699
703
|
# @!attribute [rw] partner_opportunity_identifier
|
700
704
|
# Specifies the opportunity's unique identifier in the partner's CRM
|
701
705
|
# system. This value is essential to track and reconcile because it's
|
702
|
-
# included in the outbound payload
|
706
|
+
# included in the outbound payload to the partner.
|
703
707
|
#
|
704
|
-
# This field allows partners to link an opportunity to their CRM,
|
705
|
-
# ensure seamless integration and accurate
|
706
|
-
# Partner Central API and the partner's
|
708
|
+
# This field allows partners to link an opportunity to their CRM,
|
709
|
+
# which helps to ensure seamless integration and accurate
|
710
|
+
# synchronization between the Partner Central API and the partner's
|
711
|
+
# internal systems.
|
707
712
|
# @return [String]
|
708
713
|
#
|
709
714
|
# @!attribute [rw] primary_needs_from_aws
|
@@ -712,43 +717,43 @@ module Aws::PartnerCentralSelling
|
|
712
717
|
#
|
713
718
|
# Valid values:
|
714
719
|
#
|
715
|
-
# *
|
720
|
+
# * Cosell—Architectural Validation: Confirmation from Amazon Web
|
716
721
|
# Services that the partner's proposed solution architecture is
|
717
722
|
# aligned with Amazon Web Services best practices and poses minimal
|
718
723
|
# architectural risks.
|
719
724
|
#
|
720
|
-
# *
|
725
|
+
# * Cosell—Business Presentation: Request Amazon Web Services
|
721
726
|
# seller's participation in a joint customer presentation.
|
722
727
|
#
|
723
|
-
# *
|
728
|
+
# * Cosell—Competitive Information: Access to Amazon Web Services
|
724
729
|
# competitive resources and support for the partner's proposed
|
725
730
|
# solution.
|
726
731
|
#
|
727
|
-
# *
|
732
|
+
# * Cosell—Pricing Assistance: Connect with an Amazon Web Services
|
728
733
|
# seller for support situations where a partner may be receiving an
|
729
734
|
# upfront discount on a service (for example: EDP deals).
|
730
735
|
#
|
731
|
-
# *
|
732
|
-
#
|
733
|
-
#
|
736
|
+
# * Cosell—Technical Consultation: Connect with an Amazon Web Services
|
737
|
+
# Solutions Architect to address the partner's questions about the
|
738
|
+
# proposed solution.
|
734
739
|
#
|
735
|
-
# *
|
736
|
-
#
|
740
|
+
# * Cosell—Total Cost of Ownership Evaluation: Assistance with quoting
|
741
|
+
# different cost savings of proposed solutions on Amazon Web
|
737
742
|
# Services versus on-premises or a traditional hosting environment.
|
738
743
|
#
|
739
|
-
# *
|
740
|
-
#
|
741
|
-
#
|
744
|
+
# * Cosell—Deal Support: Request Amazon Web Services seller's support
|
745
|
+
# to progress the opportunity (for example: joint customer call,
|
746
|
+
# strategic positioning).
|
742
747
|
#
|
743
|
-
# *
|
744
|
-
#
|
748
|
+
# * Cosell—Support for Public Tender/RFx: Opportunity related to the
|
749
|
+
# public sector where the partner needs Amazon Web Services RFx
|
745
750
|
# support.
|
746
751
|
#
|
747
752
|
# * Do Not Need Support from AWS Sales Rep: Indicates that a partner
|
748
753
|
# doesn't need support from an Amazon Web Services sales
|
749
754
|
# representative, and the partner solely manages the opportunity.
|
750
|
-
# It's possible to request
|
751
|
-
#
|
755
|
+
# It's possible to request coselling support on these opportunities
|
756
|
+
# at any stage during their lifecycles. This is also known as a
|
752
757
|
# for-visibility-only (FVO) opportunity.
|
753
758
|
# @return [Array<String>]
|
754
759
|
#
|
@@ -757,8 +762,8 @@ module Aws::PartnerCentralSelling
|
|
757
762
|
# @return [Types::Project]
|
758
763
|
#
|
759
764
|
# @!attribute [rw] software_revenue
|
760
|
-
# Specifies details of a customer's procurement terms.
|
761
|
-
# for partners in eligible programs.
|
765
|
+
# Specifies details of a customer's procurement terms. This is
|
766
|
+
# required only for partners in eligible programs.
|
762
767
|
# @return [Types::SoftwareRevenue]
|
763
768
|
#
|
764
769
|
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/CreateOpportunityRequest AWS API Documentation
|
@@ -784,14 +789,14 @@ module Aws::PartnerCentralSelling
|
|
784
789
|
# @!attribute [rw] id
|
785
790
|
# Read-only, system-generated `Opportunity` unique identifier. Amazon
|
786
791
|
# Web Services creates this identifier, and it's used for all
|
787
|
-
# subsequent actions
|
788
|
-
#
|
789
|
-
#
|
792
|
+
# subsequent opportunity actions, such as updates, associations, and
|
793
|
+
# submissions. It helps to ensure that each opportunity is accurately
|
794
|
+
# tracked and managed.
|
790
795
|
# @return [String]
|
791
796
|
#
|
792
797
|
# @!attribute [rw] last_modified_date
|
793
798
|
# `DateTime` when the opportunity was last modified. When the
|
794
|
-
# `Opportunity` is created, its value is
|
799
|
+
# `Opportunity` is created, its value is `CreatedDate`.
|
795
800
|
# @return [Time]
|
796
801
|
#
|
797
802
|
# @!attribute [rw] partner_opportunity_identifier
|
@@ -852,17 +857,16 @@ module Aws::PartnerCentralSelling
|
|
852
857
|
# a string value from a predefined list: `AWS` or `Sandbox`. The
|
853
858
|
# catalog determines which environment the opportunity disassociation
|
854
859
|
# is made in. Use `AWS` to disassociate opportunities in the Amazon
|
855
|
-
# Web Services catalog, and `Sandbox`
|
856
|
-
#
|
860
|
+
# Web Services catalog, and `Sandbox` for testing in secure, isolated
|
861
|
+
# environments.
|
857
862
|
# @return [String]
|
858
863
|
#
|
859
864
|
# @!attribute [rw] opportunity_identifier
|
860
865
|
# The opportunity's unique identifier for when you want to
|
861
|
-
# disassociate it from related entities. This identifier
|
862
|
-
# ensure the correct opportunity is updated
|
863
|
-
# environments with numerous opportunities.
|
866
|
+
# disassociate it from related entities. This identifier helps to
|
867
|
+
# ensure that the correct opportunity is updated.
|
864
868
|
#
|
865
|
-
# Validation: Ensure that the identifier
|
869
|
+
# Validation: Ensure that the provided identifier corresponds to an
|
866
870
|
# existing opportunity in the Amazon Web Services system because
|
867
871
|
# incorrect identifiers result in an error and no changes are made.
|
868
872
|
# @return [String]
|
@@ -875,12 +879,12 @@ module Aws::PartnerCentralSelling
|
|
875
879
|
#
|
876
880
|
# For Amazon Web Services Marketplace entities, use the Amazon Web
|
877
881
|
# Services Marketplace API to obtain the necessary ARNs. For guidance
|
878
|
-
# on retrieving these ARNs,
|
879
|
-
# Catalog API][1]
|
882
|
+
# on retrieving these ARNs, see [ Amazon Web Services MarketplaceUsing
|
883
|
+
# the Amazon Web Services Marketplace Catalog API][1].
|
880
884
|
#
|
881
885
|
# Validation: Ensure the identifier or ARN is valid and corresponds to
|
882
|
-
# an existing
|
883
|
-
#
|
886
|
+
# an existing entity. An incorrect or invalid identifier results in an
|
887
|
+
# error.
|
884
888
|
#
|
885
889
|
#
|
886
890
|
#
|
@@ -890,15 +894,15 @@ module Aws::PartnerCentralSelling
|
|
890
894
|
# @!attribute [rw] related_entity_type
|
891
895
|
# The type of the entity that you're disassociating from the
|
892
896
|
# opportunity. When you specify the entity type, it helps the system
|
893
|
-
# correctly process the disassociation request
|
897
|
+
# correctly process the disassociation request to ensure that the
|
894
898
|
# right connections are removed.
|
895
899
|
#
|
896
900
|
# Examples of entity types include Partner Solution, Amazon Web
|
897
|
-
# Services product, and Amazon Web Services
|
901
|
+
# Services product, and Amazon Web Services Marketplaceoffer. Ensure
|
898
902
|
# that the value matches one of the expected entity types.
|
899
903
|
#
|
900
|
-
# Validation: Provide a valid entity type to ensure successful
|
901
|
-
# disassociation.
|
904
|
+
# Validation: Provide a valid entity type to help ensure successful
|
905
|
+
# disassociation. An invalid or incorrect entity type results in an
|
902
906
|
# error.
|
903
907
|
# @return [String]
|
904
908
|
#
|
@@ -914,7 +918,7 @@ module Aws::PartnerCentralSelling
|
|
914
918
|
end
|
915
919
|
|
916
920
|
# Contains details about the customer associated with the Engagement
|
917
|
-
# Invitation, including
|
921
|
+
# Invitation, including company information and industry.
|
918
922
|
#
|
919
923
|
# @!attribute [rw] company_name
|
920
924
|
# Represents the name of the customer’s company associated with the
|
@@ -950,9 +954,9 @@ module Aws::PartnerCentralSelling
|
|
950
954
|
include Aws::Structure
|
951
955
|
end
|
952
956
|
|
953
|
-
# Provides a summarized view of the Engagement Invitation, including
|
954
|
-
# details like the identifier, status, and sender
|
955
|
-
#
|
957
|
+
# Provides a summarized view of the Engagement Invitation, including
|
958
|
+
# details like the identifier, status, and sender. This summary helps
|
959
|
+
# partners track and manage AWS originated opportunities.
|
956
960
|
#
|
957
961
|
# @!attribute [rw] arn
|
958
962
|
# The Amazon Resource Name (ARN) of the Engagement Invitation. The ARN
|
@@ -975,8 +979,7 @@ module Aws::PartnerCentralSelling
|
|
975
979
|
# @!attribute [rw] expiration_date
|
976
980
|
# Indicates the date and time when the Engagement Invitation will
|
977
981
|
# expire. After this date, the invitation can no longer be accepted,
|
978
|
-
# and the opportunity will
|
979
|
-
# engage.
|
982
|
+
# and the opportunity will be unavailable to the partner.
|
980
983
|
# @return [Time]
|
981
984
|
#
|
982
985
|
# @!attribute [rw] id
|
@@ -1075,7 +1078,7 @@ module Aws::PartnerCentralSelling
|
|
1075
1078
|
:currency_code,
|
1076
1079
|
:frequency,
|
1077
1080
|
:target_company)
|
1078
|
-
SENSITIVE = []
|
1081
|
+
SENSITIVE = [:currency_code]
|
1079
1082
|
include Aws::Structure
|
1080
1083
|
end
|
1081
1084
|
|
@@ -1089,7 +1092,7 @@ module Aws::PartnerCentralSelling
|
|
1089
1092
|
# @!attribute [rw] related_opportunity_identifier
|
1090
1093
|
# The unique identifier for the related partner opportunity. Use this
|
1091
1094
|
# field to correlate an AWS opportunity with its corresponding partner
|
1092
|
-
# opportunity
|
1095
|
+
# opportunity.
|
1093
1096
|
# @return [String]
|
1094
1097
|
#
|
1095
1098
|
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/GetAwsOpportunitySummaryRequest AWS API Documentation
|
@@ -1109,7 +1112,7 @@ module Aws::PartnerCentralSelling
|
|
1109
1112
|
#
|
1110
1113
|
# @!attribute [rw] customer
|
1111
1114
|
# Provides details about the customer associated with the AWS
|
1112
|
-
# Opportunity, including account information, industry, and other
|
1115
|
+
# Opportunity, including account information, industry, and other
|
1113
1116
|
# customer data. These details help partners understand the business
|
1114
1117
|
# context of the opportunity.
|
1115
1118
|
# @return [Types::AwsOpportunityCustomer]
|
@@ -1121,8 +1124,8 @@ module Aws::PartnerCentralSelling
|
|
1121
1124
|
#
|
1122
1125
|
# @!attribute [rw] involvement_type
|
1123
1126
|
# Specifies the type of involvement AWS has in the opportunity, such
|
1124
|
-
# as direct
|
1125
|
-
# understand the role AWS
|
1127
|
+
# as direct cosell or advisory support. This field helps partners
|
1128
|
+
# understand the role AWS plays in advancing the opportunity.
|
1126
1129
|
# @return [String]
|
1127
1130
|
#
|
1128
1131
|
# @!attribute [rw] involvement_type_change_reason
|
@@ -1139,9 +1142,9 @@ module Aws::PartnerCentralSelling
|
|
1139
1142
|
# @return [Types::AwsOpportunityLifeCycle]
|
1140
1143
|
#
|
1141
1144
|
# @!attribute [rw] opportunity_team
|
1142
|
-
# Details the AWS
|
1143
|
-
#
|
1144
|
-
#
|
1145
|
+
# Details the AWS opportunity team, including members involved. This
|
1146
|
+
# information helps partners know who from AWS is engaged and what
|
1147
|
+
# their role is.
|
1145
1148
|
# @return [Array<Types::AwsTeamMember>]
|
1146
1149
|
#
|
1147
1150
|
# @!attribute [rw] origin
|
@@ -1202,8 +1205,8 @@ module Aws::PartnerCentralSelling
|
|
1202
1205
|
# @return [String]
|
1203
1206
|
#
|
1204
1207
|
# @!attribute [rw] identifier
|
1205
|
-
# Specifies the unique identifier for the engagement
|
1206
|
-
#
|
1208
|
+
# Specifies the unique identifier for the retrieved engagement
|
1209
|
+
# invitation.
|
1207
1210
|
# @return [String]
|
1208
1211
|
#
|
1209
1212
|
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/GetEngagementInvitationRequest AWS API Documentation
|
@@ -1216,8 +1219,8 @@ module Aws::PartnerCentralSelling
|
|
1216
1219
|
end
|
1217
1220
|
|
1218
1221
|
# @!attribute [rw] arn
|
1219
|
-
# The Amazon Resource Name (ARN) that
|
1220
|
-
#
|
1222
|
+
# The Amazon Resource Name (ARN) that identifies the engagement
|
1223
|
+
# invitation.
|
1221
1224
|
# @return [String]
|
1222
1225
|
#
|
1223
1226
|
# @!attribute [rw] catalog
|
@@ -1228,7 +1231,7 @@ module Aws::PartnerCentralSelling
|
|
1228
1231
|
#
|
1229
1232
|
# @!attribute [rw] engagement_title
|
1230
1233
|
# The title of the engagement invitation, summarizing the purpose or
|
1231
|
-
#
|
1234
|
+
# objectives of the opportunity shared by AWS.
|
1232
1235
|
# @return [String]
|
1233
1236
|
#
|
1234
1237
|
# @!attribute [rw] expiration_date
|
@@ -1277,8 +1280,7 @@ module Aws::PartnerCentralSelling
|
|
1277
1280
|
# @return [String]
|
1278
1281
|
#
|
1279
1282
|
# @!attribute [rw] status
|
1280
|
-
# The current status of the engagement invitation
|
1281
|
-
# `Pending`, or `Rejected`).
|
1283
|
+
# The current status of the engagement invitation.
|
1282
1284
|
# @return [String]
|
1283
1285
|
#
|
1284
1286
|
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/GetEngagementInvitationResponse AWS API Documentation
|
@@ -1306,7 +1308,7 @@ module Aws::PartnerCentralSelling
|
|
1306
1308
|
# a string value from a predefined list: `AWS` or `Sandbox`. The
|
1307
1309
|
# catalog determines which environment the opportunity is fetched
|
1308
1310
|
# from. Use `AWS` to retrieve opportunities in the Amazon Web Services
|
1309
|
-
# catalog, and `Sandbox` to retrieve opportunities in a secure
|
1311
|
+
# catalog, and `Sandbox` to retrieve opportunities in a secure,
|
1310
1312
|
# isolated testing environment.
|
1311
1313
|
# @return [String]
|
1312
1314
|
#
|
@@ -1380,13 +1382,12 @@ module Aws::PartnerCentralSelling
|
|
1380
1382
|
# solutions or services.
|
1381
1383
|
#
|
1382
1384
|
# * Renewal opportunity: Represents an opportunity to renew an
|
1383
|
-
# existing contract or subscription with a current customer,
|
1384
|
-
#
|
1385
|
+
# existing contract or subscription with a current customer, which
|
1386
|
+
# helps to ensure service continuity.
|
1385
1387
|
#
|
1386
1388
|
# * Expansion opportunity: Represents an opportunity to expand the
|
1387
|
-
# scope of
|
1388
|
-
# new services or increasing the volume of existing services
|
1389
|
-
# current customer.
|
1389
|
+
# scope of a customer's contract or subscription, either by adding
|
1390
|
+
# new services or increasing the volume of existing services.
|
1390
1391
|
# @return [String]
|
1391
1392
|
#
|
1392
1393
|
# @!attribute [rw] partner_opportunity_identifier
|
@@ -1401,42 +1402,42 @@ module Aws::PartnerCentralSelling
|
|
1401
1402
|
#
|
1402
1403
|
# Valid values:
|
1403
1404
|
#
|
1404
|
-
# *
|
1405
|
+
# * Cosell—Architectural Validation: Confirmation from Amazon Web
|
1405
1406
|
# Services that the partner's proposed solution architecture is
|
1406
1407
|
# aligned with Amazon Web Services best practices and poses minimal
|
1407
1408
|
# architectural risks.
|
1408
1409
|
#
|
1409
|
-
# *
|
1410
|
+
# * Cosell—Business Presentation: Request Amazon Web Services
|
1410
1411
|
# seller's participation in a joint customer presentation.
|
1411
1412
|
#
|
1412
|
-
# *
|
1413
|
+
# * Cosell—Competitive Information: Access to Amazon Web Services
|
1413
1414
|
# competitive resources and support for the partner's proposed
|
1414
1415
|
# solution.
|
1415
1416
|
#
|
1416
|
-
# *
|
1417
|
+
# * Cosell—Pricing Assistance: Connect with an Amazon Web Services
|
1417
1418
|
# seller for support situations where a partner may be receiving an
|
1418
1419
|
# upfront discount on a service (for example: EDP deals).
|
1419
1420
|
#
|
1420
|
-
# *
|
1421
|
-
#
|
1422
|
-
#
|
1421
|
+
# * Cosell—Technical Consultation: Connect with an Amazon Web Services
|
1422
|
+
# Solutions Architect to address the partner's questions about the
|
1423
|
+
# proposed solution.
|
1423
1424
|
#
|
1424
|
-
# *
|
1425
|
-
#
|
1425
|
+
# * Cosell—Total Cost of Ownership Evaluation: Assistance with quoting
|
1426
|
+
# different cost savings of proposed solutions on Amazon Web
|
1426
1427
|
# Services versus on-premises or a traditional hosting environment.
|
1427
1428
|
#
|
1428
|
-
# *
|
1429
|
-
#
|
1430
|
-
#
|
1429
|
+
# * Cosell—Deal Support: Request Amazon Web Services seller's support
|
1430
|
+
# to progress the opportunity (for example: joint customer call,
|
1431
|
+
# strategic positioning).
|
1431
1432
|
#
|
1432
|
-
# *
|
1433
|
-
#
|
1433
|
+
# * Cosell—Support for Public Tender/RFx: Opportunity related to the
|
1434
|
+
# public sector where the partner needs Amazon Web Services RFx
|
1434
1435
|
# support.
|
1435
1436
|
#
|
1436
1437
|
# * Do Not Need Support from Amazon Web Services Sales Rep: Indicates
|
1437
1438
|
# that a partner doesn't need support from an Amazon Web Services
|
1438
1439
|
# sales representative, and the partner solely manages the
|
1439
|
-
# opportunity. It's possible to request
|
1440
|
+
# opportunity. It's possible to request coselling support on these
|
1440
1441
|
# opportunities at any stage during their lifecycle. Also known as,
|
1441
1442
|
# for-visibility-only (FVO) opportunity.
|
1442
1443
|
# @return [Array<String>]
|
@@ -1540,18 +1541,18 @@ module Aws::PartnerCentralSelling
|
|
1540
1541
|
# * Legal/Tax/Regulatory: Legal, tax, or regulatory issues prevented
|
1541
1542
|
# progress.
|
1542
1543
|
#
|
1543
|
-
# * Lost to Competitor
|
1544
|
+
# * Lost to Competitor—Google: The opportunity was lost to Google.
|
1544
1545
|
#
|
1545
|
-
# * Lost to Competitor
|
1546
|
+
# * Lost to Competitor—Microsoft: The opportunity was lost to
|
1546
1547
|
# Microsoft.
|
1547
1548
|
#
|
1548
|
-
# * Lost to Competitor
|
1549
|
+
# * Lost to Competitor—SoftLayer: The opportunity was lost to
|
1549
1550
|
# SoftLayer.
|
1550
1551
|
#
|
1551
|
-
# * Lost to Competitor
|
1552
|
+
# * Lost to Competitor—VMWare: The opportunity was lost to VMWare.
|
1552
1553
|
#
|
1553
|
-
# * Lost to Competitor
|
1554
|
-
#
|
1554
|
+
# * Lost to Competitor—Other: The opportunity was lost to a competitor
|
1555
|
+
# not listed above.
|
1555
1556
|
#
|
1556
1557
|
# * No Opportunity: There was no opportunity to pursue.
|
1557
1558
|
#
|
@@ -1584,8 +1585,8 @@ module Aws::PartnerCentralSelling
|
|
1584
1585
|
# @return [String]
|
1585
1586
|
#
|
1586
1587
|
# @!attribute [rw] next_steps
|
1587
|
-
# Specifies the upcoming actions or tasks for the `Opportunity`.
|
1588
|
-
# field
|
1588
|
+
# Specifies the upcoming actions or tasks for the `Opportunity`. Use
|
1589
|
+
# this field to communicate with Amazon Web Services about the next
|
1589
1590
|
# actions required for the `Opportunity`.
|
1590
1591
|
# @return [String]
|
1591
1592
|
#
|
@@ -1595,7 +1596,7 @@ module Aws::PartnerCentralSelling
|
|
1595
1596
|
# @return [Array<Types::NextStepsHistory>]
|
1596
1597
|
#
|
1597
1598
|
# @!attribute [rw] review_comments
|
1598
|
-
# Indicates why an
|
1599
|
+
# Indicates why an opportunity was sent back for further details.
|
1599
1600
|
# Partners must take corrective action based on the `ReviewComments`.
|
1600
1601
|
# @return [String]
|
1601
1602
|
#
|
@@ -1613,9 +1614,9 @@ module Aws::PartnerCentralSelling
|
|
1613
1614
|
#
|
1614
1615
|
# * Action Required: Issues that Amazon Web Services highlights need
|
1615
1616
|
# to be addressed. Partners should use the `UpdateOpportunity` API
|
1616
|
-
# action to update the opportunity
|
1617
|
-
# are made. Only
|
1618
|
-
# `Lifecycle.ReviewStatus` is `Action Required`:
|
1617
|
+
# action to update the opportunity and helps to ensure that all
|
1618
|
+
# required changes are made. Only the following fields are editable
|
1619
|
+
# when the `Lifecycle.ReviewStatus` is `Action Required`:
|
1619
1620
|
#
|
1620
1621
|
# * Customer.Account.Address.City
|
1621
1622
|
#
|
@@ -1638,7 +1639,6 @@ module Aws::PartnerCentralSelling
|
|
1638
1639
|
# * Project.CustomerBusinessProblem
|
1639
1640
|
#
|
1640
1641
|
# * PartnerOpportunityIdentifier
|
1641
|
-
#
|
1642
1642
|
# After updates, the opportunity re-enters the validation phase.
|
1643
1643
|
# This process repeats until all issues are resolved, and the
|
1644
1644
|
# opportunity's `Lifecycle.ReviewStatus` is set to `Approved` or
|
@@ -1677,10 +1677,10 @@ module Aws::PartnerCentralSelling
|
|
1677
1677
|
# latent (Your account team believes it exists based on research,
|
1678
1678
|
# account plans, sales plays).
|
1679
1679
|
#
|
1680
|
-
# * Qualified: Your account team engaged with the
|
1681
|
-
#
|
1682
|
-
#
|
1683
|
-
#
|
1680
|
+
# * Qualified: Your account team engaged with the customer to discuss
|
1681
|
+
# viability and requirements. The customer agreed that the
|
1682
|
+
# opportunity is real, of interest, and may solve business/technical
|
1683
|
+
# needs.
|
1684
1684
|
#
|
1685
1685
|
# * Technical Validation: All parties understand the implementation
|
1686
1686
|
# plan.
|
@@ -1739,7 +1739,7 @@ module Aws::PartnerCentralSelling
|
|
1739
1739
|
# @return [String]
|
1740
1740
|
#
|
1741
1741
|
# @!attribute [rw] review_comments
|
1742
|
-
# Indicates why an
|
1742
|
+
# Indicates why an opportunity was sent back for further details.
|
1743
1743
|
# Partners must take corrective action based on the `ReviewComments`.
|
1744
1744
|
# @return [String]
|
1745
1745
|
#
|
@@ -1782,7 +1782,6 @@ module Aws::PartnerCentralSelling
|
|
1782
1782
|
# * Project.CustomerBusinessProblem
|
1783
1783
|
#
|
1784
1784
|
# * PartnerOpportunityIdentifier
|
1785
|
-
#
|
1786
1785
|
# After updates, the opportunity re-enters the validation phase.
|
1787
1786
|
# This process repeats until all issues are resolved, and the
|
1788
1787
|
# opportunity's `Lifecycle.ReviewStatus` is set to `Approved` or
|
@@ -1821,16 +1820,16 @@ module Aws::PartnerCentralSelling
|
|
1821
1820
|
# latent (Your account team believes it exists based on research,
|
1822
1821
|
# account plans, sales plays).
|
1823
1822
|
#
|
1824
|
-
# * Qualified: Your account team engaged with the
|
1825
|
-
#
|
1826
|
-
#
|
1827
|
-
#
|
1823
|
+
# * Qualified: Your account team engaged with the customer to discuss
|
1824
|
+
# viability and understand requirements. The customer agreed that
|
1825
|
+
# the opportunity is real, of interest, and may solve
|
1826
|
+
# business/technical needs.
|
1828
1827
|
#
|
1829
1828
|
# * Technical Validation: All parties understand the implementation
|
1830
1829
|
# plan.
|
1831
1830
|
#
|
1832
|
-
# * Business Validation: Pricing
|
1833
|
-
#
|
1831
|
+
# * Business Validation: Pricing was proposed, and all parties agree
|
1832
|
+
# to the steps to close.
|
1834
1833
|
#
|
1835
1834
|
# * Committed: The customer signed the contract, but Amazon Web
|
1836
1835
|
# Services hasn't started billing.
|
@@ -1916,7 +1915,7 @@ module Aws::PartnerCentralSelling
|
|
1916
1915
|
|
1917
1916
|
# @!attribute [rw] engagement_invitation_summaries
|
1918
1917
|
# An array containing summaries of engagement invitations. Each
|
1919
|
-
# summary includes
|
1918
|
+
# summary includes information such as the invitation title,
|
1920
1919
|
# invitation date, and the current status of the invitation.
|
1921
1920
|
# @return [Array<Types::EngagementInvitationSummary>]
|
1922
1921
|
#
|
@@ -1940,8 +1939,8 @@ module Aws::PartnerCentralSelling
|
|
1940
1939
|
# a string value from a predefined list: `AWS` or `Sandbox`. The
|
1941
1940
|
# catalog determines which environment the opportunities are listed
|
1942
1941
|
# in. Use `AWS` for listing real opportunities in the Amazon Web
|
1943
|
-
# Services catalog, and `Sandbox` for
|
1944
|
-
#
|
1942
|
+
# Services catalog, and `Sandbox` for testing in secure, isolated
|
1943
|
+
# environments.
|
1945
1944
|
# @return [String]
|
1946
1945
|
#
|
1947
1946
|
# @!attribute [rw] customer_company_name
|
@@ -1980,7 +1979,7 @@ module Aws::PartnerCentralSelling
|
|
1980
1979
|
# @!attribute [rw] max_results
|
1981
1980
|
# Specifies the maximum number of results to return in a single call.
|
1982
1981
|
# This limits the number of opportunities returned in the response to
|
1983
|
-
# avoid
|
1982
|
+
# avoid providing too many results at once.
|
1984
1983
|
#
|
1985
1984
|
# Default: 20
|
1986
1985
|
# @return [Integer]
|
@@ -2074,10 +2073,8 @@ module Aws::PartnerCentralSelling
|
|
2074
2073
|
# @return [Types::SolutionSort]
|
2075
2074
|
#
|
2076
2075
|
# @!attribute [rw] status
|
2077
|
-
# Filters
|
2078
|
-
#
|
2079
|
-
# `Pending Approval`, allowing partners to manage their solution
|
2080
|
-
# portfolios effectively.
|
2076
|
+
# Filters solutions based on their status. This filter helps partners
|
2077
|
+
# manage their solution portfolios effectively.
|
2081
2078
|
# @return [Array<String>]
|
2082
2079
|
#
|
2083
2080
|
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/ListSolutionsRequest AWS API Documentation
|
@@ -2122,13 +2119,12 @@ module Aws::PartnerCentralSelling
|
|
2122
2119
|
# @return [String]
|
2123
2120
|
#
|
2124
2121
|
# @!attribute [rw] campaign_name
|
2125
|
-
# Specifies the `Opportunity`
|
2126
|
-
#
|
2127
|
-
#
|
2128
|
-
#
|
2129
|
-
#
|
2130
|
-
#
|
2131
|
-
# Amazon Web Services point of contact to obtain one.
|
2122
|
+
# Specifies the `Opportunity` marketing campaign code. The Amazon Web
|
2123
|
+
# Services campaign code is a reference to specific marketing
|
2124
|
+
# initiatives, promotions, or activities. This field captures the
|
2125
|
+
# identifier used to track and categorize the `Opportunity` within
|
2126
|
+
# marketing campaigns. If you don't have a campaign code, contact
|
2127
|
+
# your Amazon Web Services point of contact to obtain one.
|
2132
2128
|
# @return [String]
|
2133
2129
|
#
|
2134
2130
|
# @!attribute [rw] channels
|
@@ -2190,7 +2186,7 @@ module Aws::PartnerCentralSelling
|
|
2190
2186
|
class MonetaryValue < Struct.new(
|
2191
2187
|
:amount,
|
2192
2188
|
:currency_code)
|
2193
|
-
SENSITIVE = []
|
2189
|
+
SENSITIVE = [:currency_code]
|
2194
2190
|
include Aws::Structure
|
2195
2191
|
end
|
2196
2192
|
|
@@ -2260,8 +2256,8 @@ module Aws::PartnerCentralSelling
|
|
2260
2256
|
#
|
2261
2257
|
# @!attribute [rw] sender_contacts
|
2262
2258
|
# Represents the contact details of the AWS representatives involved
|
2263
|
-
# in sending the Engagement Invitation. These contacts are
|
2264
|
-
# stakeholders
|
2259
|
+
# in sending the Engagement Invitation. These contacts are opportunity
|
2260
|
+
# stakeholders.
|
2265
2261
|
# @return [Array<Types::SenderContact>]
|
2266
2262
|
#
|
2267
2263
|
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/OpportunityInvitationPayload AWS API Documentation
|
@@ -2449,17 +2445,17 @@ module Aws::PartnerCentralSelling
|
|
2449
2445
|
#
|
2450
2446
|
# @!attribute [rw] customer_business_problem
|
2451
2447
|
# Describes the problem the end customer has, and how the partner is
|
2452
|
-
# helping. Utilize this field to provide a
|
2453
|
-
#
|
2454
|
-
#
|
2455
|
-
#
|
2456
|
-
#
|
2457
|
-
#
|
2458
|
-
#
|
2459
|
-
#
|
2460
|
-
#
|
2461
|
-
#
|
2462
|
-
#
|
2448
|
+
# helping. Utilize this field to provide a concise narrative that
|
2449
|
+
# outlines the customer's business challenge or issue. Elaborate on
|
2450
|
+
# how the partner's solution or offerings align to resolve the
|
2451
|
+
# customer's business problem. Include relevant information about the
|
2452
|
+
# partner's value proposition, unique selling points, and expertise
|
2453
|
+
# to tackle the issue. Offer insights on how the proposed solution
|
2454
|
+
# meets the customer's needs and provides value. Use concise language
|
2455
|
+
# and precise descriptions to convey the context and significance of
|
2456
|
+
# the `Opportunity`. The content in this field helps Amazon Web
|
2457
|
+
# Services understand the nature of the `Opportunity` and the
|
2458
|
+
# strategic fit of the partner's solution.
|
2463
2459
|
# @return [String]
|
2464
2460
|
#
|
2465
2461
|
# @!attribute [rw] customer_use_case
|
@@ -2469,20 +2465,20 @@ module Aws::PartnerCentralSelling
|
|
2469
2465
|
# addressed workload.
|
2470
2466
|
#
|
2471
2467
|
# Valid values: `AI Machine Learning and Analytics | Archiving | Big
|
2472
|
-
# Data: Data Warehouse
|
2473
|
-
#
|
2474
|
-
#
|
2468
|
+
# Data: Data Warehouse/Data Integration/ETL/Data Lake/BI | Blockchain
|
2469
|
+
# | Business Applications: Mainframe Modernization | Business
|
2470
|
+
# Applications & Contact Center | Business Applications & SAP
|
2475
2471
|
# Production | Centralized Operations Management | Cloud Management
|
2476
2472
|
# Tools | Cloud Management Tools & DevOps with Continuous Integration
|
2477
2473
|
# & Continuous Delivery (CICD) | Configuration, Compliance & Auditing
|
2478
2474
|
# | Connected Services | Containers & Serverless | Content Delivery &
|
2479
|
-
# Edge Services | Database | Edge Computing
|
2475
|
+
# Edge Services | Database | Edge Computing/End User Computing |
|
2480
2476
|
# Energy | Enterprise Governance & Controls | Enterprise Resource
|
2481
2477
|
# Planning | Financial Services | Healthcare and Life Sciences | High
|
2482
2478
|
# Performance Computing | Hybrid Application Platform | Industrial
|
2483
2479
|
# Software | IOT | Manufacturing, Supply Chain and Operations | Media
|
2484
|
-
# & High performance computing (HPC) | Migration
|
2485
|
-
#
|
2480
|
+
# & High performance computing (HPC) | Migration/Database Migration |
|
2481
|
+
# Monitoring, logging and performance | Monitoring & Observability |
|
2486
2482
|
# Networking | Outpost | SAP | Security & Compliance | Storage &
|
2487
2483
|
# Backup | Training | VMC | VMWare | Web development & DevOps`
|
2488
2484
|
# @return [String]
|
@@ -2549,10 +2545,10 @@ module Aws::PartnerCentralSelling
|
|
2549
2545
|
# * Customer has shown interest in solution: After initial
|
2550
2546
|
# discussions, the customer is interested in your solution.
|
2551
2547
|
#
|
2552
|
-
# * Conducted POC
|
2548
|
+
# * Conducted POC/demo: You conducted a proof of concept (POC) or
|
2553
2549
|
# demonstration of the solution for the customer.
|
2554
2550
|
#
|
2555
|
-
# * In evaluation
|
2551
|
+
# * In evaluation/planning stage: The customer is evaluating the
|
2556
2552
|
# solution and planning potential implementation.
|
2557
2553
|
#
|
2558
2554
|
# * Agreed on solution to Business Problem: Both parties agree on how
|
@@ -2698,36 +2694,36 @@ module Aws::PartnerCentralSelling
|
|
2698
2694
|
end
|
2699
2695
|
|
2700
2696
|
# @!attribute [rw] catalog
|
2701
|
-
#
|
2702
|
-
# values are `AWS`
|
2703
|
-
# which the opportunity is
|
2697
|
+
# This is the catalog that's associated with the engagement
|
2698
|
+
# invitation. Acceptable values are `AWS` or `Sandbox`, and these
|
2699
|
+
# values determine the environment in which the opportunity is
|
2700
|
+
# managed.
|
2704
2701
|
# @return [String]
|
2705
2702
|
#
|
2706
2703
|
# @!attribute [rw] identifier
|
2707
|
-
#
|
2708
|
-
#
|
2709
|
-
# invitation is rejected.
|
2704
|
+
# This is the unique identifier of the rejected
|
2705
|
+
# `EngagementInvitation`. Providing the correct identifier helps to
|
2706
|
+
# ensure that the intended invitation is rejected.
|
2710
2707
|
# @return [String]
|
2711
2708
|
#
|
2712
2709
|
# @!attribute [rw] rejection_reason
|
2713
|
-
#
|
2714
|
-
#
|
2715
|
-
#
|
2716
|
-
# include:
|
2710
|
+
# This describes the reason for rejecting the engagement invitation,
|
2711
|
+
# which helps AWS track usage patterns. Acceptable values include the
|
2712
|
+
# following:
|
2717
2713
|
#
|
2718
|
-
# * *Customer problem unclear:* The customer's problem
|
2719
|
-
#
|
2714
|
+
# * *Customer problem unclear:* The customer's problem isn't
|
2715
|
+
# understood.
|
2720
2716
|
#
|
2721
|
-
# * *Next steps unclear:* The next steps required to proceed
|
2722
|
-
#
|
2717
|
+
# * *Next steps unclear:* The next steps required to proceed aren't
|
2718
|
+
# understood.
|
2723
2719
|
#
|
2724
2720
|
# * *Unable to support:* The partner is unable to provide support due
|
2725
2721
|
# to resource or capability constraints.
|
2726
2722
|
#
|
2727
|
-
# * *Duplicate of
|
2723
|
+
# * *Duplicate of partner referral:* The opportunity is a duplicate of
|
2728
2724
|
# an existing referral.
|
2729
2725
|
#
|
2730
|
-
# * *Other:* Any
|
2726
|
+
# * *Other:* Any reason not covered by other values.
|
2731
2727
|
# @return [String]
|
2732
2728
|
#
|
2733
2729
|
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/RejectEngagementInvitationRequest AWS API Documentation
|
@@ -2780,13 +2776,13 @@ module Aws::PartnerCentralSelling
|
|
2780
2776
|
#
|
2781
2777
|
# If the specific solution identifier is not available, you can use
|
2782
2778
|
# the value `Other` and provide details about the solution in the
|
2783
|
-
# `otherSolutionOffered` field.
|
2784
|
-
#
|
2785
|
-
#
|
2779
|
+
# `otherSolutionOffered` field. But when the opportunity reaches the
|
2780
|
+
# `Committed` stage or beyond, the `Other` value cannot be used, and a
|
2781
|
+
# valid solution identifier must be provided.
|
2786
2782
|
#
|
2787
2783
|
# By associating the relevant solutions with the opportunity, you can
|
2788
|
-
#
|
2789
|
-
#
|
2784
|
+
# communicate the offerings that are being considered or implemented
|
2785
|
+
# to address the customer's business problem.
|
2790
2786
|
# @return [Array<String>]
|
2791
2787
|
#
|
2792
2788
|
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/RelatedEntityIdentifiers AWS API Documentation
|
@@ -2863,9 +2859,8 @@ module Aws::PartnerCentralSelling
|
|
2863
2859
|
# specific resource, and this error indicates that the request would
|
2864
2860
|
# surpass that limit.
|
2865
2861
|
#
|
2866
|
-
# Suggested action: Review the [
|
2867
|
-
#
|
2868
|
-
# support if necessary.
|
2862
|
+
# Suggested action: Review the [Quotas][1] for the resource, and either
|
2863
|
+
# reduce usage or request a quota increase.
|
2869
2864
|
#
|
2870
2865
|
#
|
2871
2866
|
#
|
@@ -2998,9 +2993,9 @@ module Aws::PartnerCentralSelling
|
|
2998
2993
|
# @return [String]
|
2999
2994
|
#
|
3000
2995
|
# @!attribute [rw] client_token
|
3001
|
-
# A unique, case-sensitive identifier provided by the client
|
3002
|
-
# the idempotency of the request.
|
3003
|
-
# string
|
2996
|
+
# A unique, case-sensitive identifier provided by the client that
|
2997
|
+
# helps to ensure the idempotency of the request. This can be a random
|
2998
|
+
# or meaningful string but must be unique for each request.
|
3004
2999
|
#
|
3005
3000
|
# **A suitable default value is auto-generated.** You should normally
|
3006
3001
|
# not need to pass this option.
|
@@ -3008,8 +3003,8 @@ module Aws::PartnerCentralSelling
|
|
3008
3003
|
#
|
3009
3004
|
# @!attribute [rw] identifier
|
3010
3005
|
# Specifies the unique identifier of the `EngagementInvitation` to be
|
3011
|
-
# accepted. Providing the correct identifier
|
3012
|
-
# engagement
|
3006
|
+
# accepted. Providing the correct identifier helps ensure that the
|
3007
|
+
# correct engagement is processed.
|
3013
3008
|
# @return [String]
|
3014
3009
|
#
|
3015
3010
|
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/StartEngagementByAcceptingInvitationTaskRequest AWS API Documentation
|
@@ -3039,10 +3034,6 @@ module Aws::PartnerCentralSelling
|
|
3039
3034
|
#
|
3040
3035
|
# @!attribute [rw] reason_code
|
3041
3036
|
# Indicates the reason for task failure using an enumerated code.
|
3042
|
-
# Possible values are: `ACCEPT_ENGAGEMENT_INVITATION_FAILED`,
|
3043
|
-
# `GET_ENGAGEMENT_INVITATION_FAILED`, `CREATE_OPPORTUNITY_FAILED`,
|
3044
|
-
# `CREATE_RESOURCE_VIEW_AUTOMATION_FAILED`,
|
3045
|
-
# `SUBMIT_OPPORTUNITY_FAILED`.
|
3046
3037
|
# @return [String]
|
3047
3038
|
#
|
3048
3039
|
# @!attribute [rw] start_time
|
@@ -3057,13 +3048,11 @@ module Aws::PartnerCentralSelling
|
|
3057
3048
|
#
|
3058
3049
|
# @!attribute [rw] task_id
|
3059
3050
|
# The unique identifier of the task, used to track the task’s
|
3060
|
-
# progress.
|
3061
|
-
# `^oit-[0-9a-z]{13}$`.
|
3051
|
+
# progress.
|
3062
3052
|
# @return [String]
|
3063
3053
|
#
|
3064
3054
|
# @!attribute [rw] task_status
|
3065
|
-
# Indicates the current status of the task.
|
3066
|
-
# `IN_PROGRESS`, `COMPLETE`, and `FAILED`.
|
3055
|
+
# Indicates the current status of the task.
|
3067
3056
|
# @return [String]
|
3068
3057
|
#
|
3069
3058
|
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/StartEngagementByAcceptingInvitationTaskResponse AWS API Documentation
|
@@ -3083,9 +3072,8 @@ module Aws::PartnerCentralSelling
|
|
3083
3072
|
|
3084
3073
|
# @!attribute [rw] aws_submission
|
3085
3074
|
# Indicates the level of AWS involvement in the opportunity. This
|
3086
|
-
# field helps track AWS
|
3087
|
-
#
|
3088
|
-
# sales support.
|
3075
|
+
# field helps track AWS participation throughout the engagement, such
|
3076
|
+
# as providing technical support, deal assistance, and sales support.
|
3089
3077
|
# @return [Types::AwsSubmission]
|
3090
3078
|
#
|
3091
3079
|
# @!attribute [rw] catalog
|
@@ -3095,8 +3083,8 @@ module Aws::PartnerCentralSelling
|
|
3095
3083
|
# @return [String]
|
3096
3084
|
#
|
3097
3085
|
# @!attribute [rw] client_token
|
3098
|
-
# A unique token provided by the client to ensure the idempotency
|
3099
|
-
# the request. It helps prevent the same task from being performed
|
3086
|
+
# A unique token provided by the client to help ensure the idempotency
|
3087
|
+
# of the request. It helps prevent the same task from being performed
|
3100
3088
|
# multiple times.
|
3101
3089
|
#
|
3102
3090
|
# **A suitable default value is auto-generated.** You should normally
|
@@ -3105,8 +3093,8 @@ module Aws::PartnerCentralSelling
|
|
3105
3093
|
#
|
3106
3094
|
# @!attribute [rw] identifier
|
3107
3095
|
# The unique identifier of the opportunity from which the engagement
|
3108
|
-
# task is to be initiated. This
|
3109
|
-
# correct opportunity.
|
3096
|
+
# task is to be initiated. This helps ensure that the task is applied
|
3097
|
+
# to the correct opportunity.
|
3110
3098
|
# @return [String]
|
3111
3099
|
#
|
3112
3100
|
# @see http://docs.aws.amazon.com/goto/WebAPI/partnercentral-selling-2022-07-26/StartEngagementFromOpportunityTaskRequest AWS API Documentation
|
@@ -3133,10 +3121,6 @@ module Aws::PartnerCentralSelling
|
|
3133
3121
|
#
|
3134
3122
|
# @!attribute [rw] reason_code
|
3135
3123
|
# Indicates the reason for task failure using an enumerated code.
|
3136
|
-
# Possible values are: `ACCEPT_ENGAGEMENT_INVITATION_FAILED`,
|
3137
|
-
# `GET_ENGAGEMENT_INVITATION_FAILED`, `CREATE_OPPORTUNITY_FAILED`,
|
3138
|
-
# `CREATE_RESOURCE_VIEW_AUTOMATION_FAILED`,
|
3139
|
-
# `SUBMIT_OPPORTUNITY_FAILED`.
|
3140
3124
|
# @return [String]
|
3141
3125
|
#
|
3142
3126
|
# @!attribute [rw] start_time
|
@@ -3178,7 +3162,7 @@ module Aws::PartnerCentralSelling
|
|
3178
3162
|
# provided quotas and adapt your usage to avoid throttling.
|
3179
3163
|
#
|
3180
3164
|
# This error occurs when there are too many requests sent. Review the
|
3181
|
-
# provided [
|
3165
|
+
# provided [Quotas][1] and retry after the provided delay.
|
3182
3166
|
#
|
3183
3167
|
#
|
3184
3168
|
#
|
@@ -3200,15 +3184,14 @@ module Aws::PartnerCentralSelling
|
|
3200
3184
|
# a string value from a predefined list: `AWS` or `Sandbox`. The
|
3201
3185
|
# catalog determines which environment the opportunity is updated in.
|
3202
3186
|
# Use `AWS` to update real opportunities in the production
|
3203
|
-
# environment, and `Sandbox`
|
3204
|
-
#
|
3187
|
+
# environment, and `Sandbox` for testing in secure, isolated
|
3188
|
+
# environments. When you use the `Sandbox` catalog, it allows you to
|
3205
3189
|
# simulate and validate your interactions with Amazon Web Services
|
3206
3190
|
# services without affecting live data or operations.
|
3207
3191
|
# @return [String]
|
3208
3192
|
#
|
3209
3193
|
# @!attribute [rw] customer
|
3210
|
-
# Specifies details of the customer associated with the `Opportunity
|
3211
|
-
# .
|
3194
|
+
# Specifies details of the customer associated with the `Opportunity`.
|
3212
3195
|
# @return [Types::Customer]
|
3213
3196
|
#
|
3214
3197
|
# @!attribute [rw] identifier
|
@@ -3230,7 +3213,7 @@ module Aws::PartnerCentralSelling
|
|
3230
3213
|
# @!attribute [rw] national_security
|
3231
3214
|
# Specifies if the opportunity is associated with national security
|
3232
3215
|
# concerns. This flag is only applicable when the industry is
|
3233
|
-
# `Government`. For national
|
3216
|
+
# `Government`. For national-security-related opportunities,
|
3234
3217
|
# validation and compliance rules may apply, impacting the
|
3235
3218
|
# opportunity's visibility and processing.
|
3236
3219
|
# @return [String]
|
@@ -3266,43 +3249,43 @@ module Aws::PartnerCentralSelling
|
|
3266
3249
|
#
|
3267
3250
|
# Valid values:
|
3268
3251
|
#
|
3269
|
-
# *
|
3252
|
+
# * Cosell—Architectural Validation: Confirmation from Amazon Web
|
3270
3253
|
# Services that the partner's proposed solution architecture is
|
3271
3254
|
# aligned with Amazon Web Services best practices and poses minimal
|
3272
3255
|
# architectural risks.
|
3273
3256
|
#
|
3274
|
-
# *
|
3257
|
+
# * Cosell—Business Presentation: Request Amazon Web Services
|
3275
3258
|
# seller's participation in a joint customer presentation.
|
3276
3259
|
#
|
3277
|
-
# *
|
3260
|
+
# * Cosell—Competitive Information: Access to Amazon Web Services
|
3278
3261
|
# competitive resources and support for the partner's proposed
|
3279
3262
|
# solution.
|
3280
3263
|
#
|
3281
|
-
# *
|
3282
|
-
#
|
3283
|
-
#
|
3264
|
+
# * Cosell—Pricing Assistance: Connect with an AWS seller for support
|
3265
|
+
# situations where a partner may be receiving an upfront discount on
|
3266
|
+
# a service (for example: EDP deals).
|
3284
3267
|
#
|
3285
|
-
# *
|
3268
|
+
# * Cosell—Technical Consultation: Connection with an Amazon Web
|
3286
3269
|
# Services Solutions Architect to address the partner's questions
|
3287
3270
|
# about the proposed solution.
|
3288
3271
|
#
|
3289
|
-
# *
|
3290
|
-
#
|
3272
|
+
# * Cosell—Total Cost of Ownership Evaluation: Assistance with quoting
|
3273
|
+
# different cost savings of proposed solutions on Amazon Web
|
3291
3274
|
# Services versus on-premises or a traditional hosting environment.
|
3292
3275
|
#
|
3293
|
-
# *
|
3294
|
-
#
|
3295
|
-
#
|
3276
|
+
# * Cosell—Deal Support: Request Amazon Web Services seller's support
|
3277
|
+
# to progress the opportunity (for example: joint customer call,
|
3278
|
+
# strategic positioning).
|
3296
3279
|
#
|
3297
|
-
# *
|
3298
|
-
#
|
3299
|
-
#
|
3280
|
+
# * Cosell—Support for Public Tender/RFx: Opportunity related to the
|
3281
|
+
# public sector where the partner needs RFx support from Amazon Web
|
3282
|
+
# Services.
|
3300
3283
|
#
|
3301
3284
|
# * Do Not Need Support from AWS Sales Rep: Indicates that a partner
|
3302
3285
|
# doesn't need support from an Amazon Web Services Sales
|
3303
3286
|
# representative. The opportunity is managed solely by the partner.
|
3304
|
-
# It's possible to request
|
3305
|
-
#
|
3287
|
+
# It's possible to request coselling support on these opportunities
|
3288
|
+
# at any stage during their lifecycle. Also known as,
|
3306
3289
|
# for-visibility-only (FVO) opportunity.
|
3307
3290
|
# @return [Array<String>]
|
3308
3291
|
#
|