aws-sdk-partnercentralselling 1.13.0 → 1.15.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.
data/sig/types.rbs CHANGED
@@ -20,14 +20,14 @@ module Aws::PartnerCentralSelling
20
20
  end
21
21
 
22
22
  class Account
23
- attr_accessor address: Types::Address
24
- attr_accessor aws_account_id: ::String
25
- attr_accessor company_name: ::String
26
- attr_accessor duns: ::String
27
23
  attr_accessor industry: ("Aerospace" | "Agriculture" | "Automotive" | "Computers and Electronics" | "Consumer Goods" | "Education" | "Energy - Oil and Gas" | "Energy - Power and Utilities" | "Financial Services" | "Gaming" | "Government" | "Healthcare" | "Hospitality" | "Life Sciences" | "Manufacturing" | "Marketing and Advertising" | "Media and Entertainment" | "Mining" | "Non-Profit Organization" | "Professional Services" | "Real Estate and Construction" | "Retail" | "Software and Internet" | "Telecommunications" | "Transportation and Logistics" | "Travel" | "Wholesale and Distribution" | "Other")
28
24
  attr_accessor other_industry: ::String
25
+ attr_accessor company_name: ::String
29
26
  attr_accessor website_url: ::String
30
- SENSITIVE: [:aws_account_id, :company_name, :duns, :website_url]
27
+ attr_accessor aws_account_id: ::String
28
+ attr_accessor address: Types::Address
29
+ attr_accessor duns: ::String
30
+ SENSITIVE: [:company_name, :website_url, :aws_account_id, :duns]
31
31
  end
32
32
 
33
33
  class AccountReceiver
@@ -37,51 +37,51 @@ module Aws::PartnerCentralSelling
37
37
  end
38
38
 
39
39
  class AccountSummary
40
- attr_accessor address: Types::AddressSummary
41
- attr_accessor company_name: ::String
42
40
  attr_accessor industry: ("Aerospace" | "Agriculture" | "Automotive" | "Computers and Electronics" | "Consumer Goods" | "Education" | "Energy - Oil and Gas" | "Energy - Power and Utilities" | "Financial Services" | "Gaming" | "Government" | "Healthcare" | "Hospitality" | "Life Sciences" | "Manufacturing" | "Marketing and Advertising" | "Media and Entertainment" | "Mining" | "Non-Profit Organization" | "Professional Services" | "Real Estate and Construction" | "Retail" | "Software and Internet" | "Telecommunications" | "Transportation and Logistics" | "Travel" | "Wholesale and Distribution" | "Other")
43
41
  attr_accessor other_industry: ::String
42
+ attr_accessor company_name: ::String
44
43
  attr_accessor website_url: ::String
44
+ attr_accessor address: Types::AddressSummary
45
45
  SENSITIVE: [:company_name, :website_url]
46
46
  end
47
47
 
48
48
  class Address
49
49
  attr_accessor city: ::String
50
- attr_accessor country_code: ("US" | "AF" | "AX" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BQ" | "BA" | "BW" | "BV" | "BR" | "IO" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CX" | "CC" | "CO" | "KM" | "CG" | "CK" | "CR" | "CI" | "HR" | "CU" | "CW" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DM" | "DO" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "TF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HM" | "VA" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KR" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "AN" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "MP" | "NO" | "OM" | "PK" | "PW" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SB" | "SO" | "ZA" | "GS" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "UG" | "UA" | "AE" | "GB" | "UM" | "UY" | "UZ" | "VU" | "VE" | "VN" | "VG" | "VI" | "WF" | "EH" | "YE" | "ZM" | "ZW")
51
50
  attr_accessor postal_code: ::String
52
51
  attr_accessor state_or_region: ::String
52
+ attr_accessor country_code: ("US" | "AF" | "AX" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BQ" | "BA" | "BW" | "BV" | "BR" | "IO" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CX" | "CC" | "CO" | "KM" | "CG" | "CK" | "CR" | "CI" | "HR" | "CU" | "CW" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DM" | "DO" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "TF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HM" | "VA" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KR" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "AN" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "MP" | "NO" | "OM" | "PK" | "PW" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SB" | "SO" | "ZA" | "GS" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "UG" | "UA" | "AE" | "GB" | "UM" | "UY" | "UZ" | "VU" | "VE" | "VN" | "VG" | "VI" | "WF" | "EH" | "YE" | "ZM" | "ZW")
53
53
  attr_accessor street_address: ::String
54
- SENSITIVE: [:city, :country_code, :postal_code, :state_or_region, :street_address]
54
+ SENSITIVE: [:city, :postal_code, :state_or_region, :country_code, :street_address]
55
55
  end
56
56
 
57
57
  class AddressSummary
58
58
  attr_accessor city: ::String
59
- attr_accessor country_code: ("US" | "AF" | "AX" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BQ" | "BA" | "BW" | "BV" | "BR" | "IO" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CX" | "CC" | "CO" | "KM" | "CG" | "CK" | "CR" | "CI" | "HR" | "CU" | "CW" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DM" | "DO" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "TF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HM" | "VA" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KR" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "AN" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "MP" | "NO" | "OM" | "PK" | "PW" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SB" | "SO" | "ZA" | "GS" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "UG" | "UA" | "AE" | "GB" | "UM" | "UY" | "UZ" | "VU" | "VE" | "VN" | "VG" | "VI" | "WF" | "EH" | "YE" | "ZM" | "ZW")
60
59
  attr_accessor postal_code: ::String
61
60
  attr_accessor state_or_region: ::String
62
- SENSITIVE: [:city, :country_code, :postal_code, :state_or_region]
61
+ attr_accessor country_code: ("US" | "AF" | "AX" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BQ" | "BA" | "BW" | "BV" | "BR" | "IO" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CX" | "CC" | "CO" | "KM" | "CG" | "CK" | "CR" | "CI" | "HR" | "CU" | "CW" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DM" | "DO" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "TF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HM" | "VA" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KR" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "AN" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "MP" | "NO" | "OM" | "PK" | "PW" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SB" | "SO" | "ZA" | "GS" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "UG" | "UA" | "AE" | "GB" | "UM" | "UY" | "UZ" | "VU" | "VE" | "VN" | "VG" | "VI" | "WF" | "EH" | "YE" | "ZM" | "ZW")
62
+ SENSITIVE: [:city, :postal_code, :state_or_region, :country_code]
63
63
  end
64
64
 
65
65
  class AssignOpportunityRequest
66
- attr_accessor assignee: Types::AssigneeContact
67
66
  attr_accessor catalog: ::String
68
67
  attr_accessor identifier: ::String
68
+ attr_accessor assignee: Types::AssigneeContact
69
69
  SENSITIVE: []
70
70
  end
71
71
 
72
72
  class AssigneeContact
73
- attr_accessor business_title: ::String
74
73
  attr_accessor email: ::String
75
74
  attr_accessor first_name: ::String
76
75
  attr_accessor last_name: ::String
77
- SENSITIVE: [:business_title, :email, :first_name, :last_name]
76
+ attr_accessor business_title: ::String
77
+ SENSITIVE: [:email, :first_name, :last_name, :business_title]
78
78
  end
79
79
 
80
80
  class AssociateOpportunityRequest
81
81
  attr_accessor catalog: ::String
82
82
  attr_accessor opportunity_identifier: ::String
83
- attr_accessor related_entity_identifier: ::String
84
83
  attr_accessor related_entity_type: ("Solutions" | "AwsProducts" | "AwsMarketplaceOffers")
84
+ attr_accessor related_entity_identifier: ::String
85
85
  SENSITIVE: []
86
86
  end
87
87
 
@@ -91,17 +91,17 @@ module Aws::PartnerCentralSelling
91
91
  end
92
92
 
93
93
  class AwsOpportunityInsights
94
- attr_accessor engagement_score: ("High" | "Medium" | "Low")
95
94
  attr_accessor next_best_actions: ::String
95
+ attr_accessor engagement_score: ("High" | "Medium" | "Low")
96
96
  SENSITIVE: []
97
97
  end
98
98
 
99
99
  class AwsOpportunityLifeCycle
100
+ attr_accessor target_close_date: ::String
100
101
  attr_accessor closed_lost_reason: ("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")
102
+ attr_accessor 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")
101
103
  attr_accessor next_steps: ::String
102
104
  attr_accessor next_steps_history: ::Array[Types::ProfileNextStepsHistory]
103
- attr_accessor 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")
104
- attr_accessor target_close_date: ::String
105
105
  SENSITIVE: [:next_steps]
106
106
  end
107
107
 
@@ -123,10 +123,10 @@ module Aws::PartnerCentralSelling
123
123
  end
124
124
 
125
125
  class AwsTeamMember
126
- attr_accessor business_title: ("AWSSalesRep" | "AWSAccountOwner" | "WWPSPDM" | "PDM" | "PSM" | "ISVSM")
127
126
  attr_accessor email: ::String
128
127
  attr_accessor first_name: ::String
129
128
  attr_accessor last_name: ::String
129
+ attr_accessor business_title: ("AWSSalesRep" | "AWSAccountOwner" | "WWPSPDM" | "PDM" | "PSM" | "ISVSM")
130
130
  SENSITIVE: [:email, :first_name, :last_name]
131
131
  end
132
132
 
@@ -136,12 +136,12 @@ module Aws::PartnerCentralSelling
136
136
  end
137
137
 
138
138
  class Contact
139
- attr_accessor business_title: ::String
140
139
  attr_accessor email: ::String
141
140
  attr_accessor first_name: ::String
142
141
  attr_accessor last_name: ::String
142
+ attr_accessor business_title: ::String
143
143
  attr_accessor phone: ::String
144
- SENSITIVE: [:business_title, :email, :first_name, :last_name, :phone]
144
+ SENSITIVE: [:email, :first_name, :last_name, :business_title, :phone]
145
145
  end
146
146
 
147
147
  class CreateEngagementInvitationRequest
@@ -153,47 +153,48 @@ module Aws::PartnerCentralSelling
153
153
  end
154
154
 
155
155
  class CreateEngagementInvitationResponse
156
- attr_accessor arn: ::String
157
156
  attr_accessor id: ::String
157
+ attr_accessor arn: ::String
158
158
  SENSITIVE: []
159
159
  end
160
160
 
161
161
  class CreateEngagementRequest
162
162
  attr_accessor catalog: ::String
163
163
  attr_accessor client_token: ::String
164
- attr_accessor contexts: ::Array[Types::EngagementContextDetails]
165
- attr_accessor description: ::String
166
164
  attr_accessor title: ::String
165
+ attr_accessor description: ::String
166
+ attr_accessor contexts: ::Array[Types::EngagementContextDetails]
167
167
  SENSITIVE: []
168
168
  end
169
169
 
170
170
  class CreateEngagementResponse
171
- attr_accessor arn: ::String
172
171
  attr_accessor id: ::String
172
+ attr_accessor arn: ::String
173
173
  SENSITIVE: []
174
174
  end
175
175
 
176
176
  class CreateOpportunityRequest
177
177
  attr_accessor catalog: ::String
178
- attr_accessor client_token: ::String
179
- attr_accessor customer: Types::Customer
180
- attr_accessor life_cycle: Types::LifeCycle
181
- attr_accessor marketing: Types::Marketing
178
+ attr_accessor primary_needs_from_aws: ::Array[("Co-Sell - Architectural Validation" | "Co-Sell - Business Presentation" | "Co-Sell - Competitive Information" | "Co-Sell - Pricing Assistance" | "Co-Sell - Technical Consultation" | "Co-Sell - Total Cost of Ownership Evaluation" | "Co-Sell - Deal Support" | "Co-Sell - Support for Public Tender / RFx")]
182
179
  attr_accessor national_security: ("Yes" | "No")
183
- attr_accessor opportunity_team: ::Array[Types::Contact]
184
- attr_accessor opportunity_type: ("Net New Business" | "Flat Renewal" | "Expansion")
185
- attr_accessor origin: ("AWS Referral" | "Partner Referral")
186
180
  attr_accessor partner_opportunity_identifier: ::String
187
- attr_accessor primary_needs_from_aws: ::Array[("Co-Sell - Architectural Validation" | "Co-Sell - Business Presentation" | "Co-Sell - Competitive Information" | "Co-Sell - Pricing Assistance" | "Co-Sell - Technical Consultation" | "Co-Sell - Total Cost of Ownership Evaluation" | "Co-Sell - Deal Support" | "Co-Sell - Support for Public Tender / RFx")]
181
+ attr_accessor customer: Types::Customer
188
182
  attr_accessor project: Types::Project
183
+ attr_accessor opportunity_type: ("Net New Business" | "Flat Renewal" | "Expansion")
184
+ attr_accessor marketing: Types::Marketing
189
185
  attr_accessor software_revenue: Types::SoftwareRevenue
186
+ attr_accessor client_token: ::String
187
+ attr_accessor life_cycle: Types::LifeCycle
188
+ attr_accessor origin: ("AWS Referral" | "Partner Referral")
189
+ attr_accessor opportunity_team: ::Array[Types::Contact]
190
+ attr_accessor tags: ::Array[Types::Tag]
190
191
  SENSITIVE: []
191
192
  end
192
193
 
193
194
  class CreateOpportunityResponse
194
195
  attr_accessor id: ::String
195
- attr_accessor last_modified_date: ::Time
196
196
  attr_accessor partner_opportunity_identifier: ::String
197
+ attr_accessor last_modified_date: ::Time
197
198
  SENSITIVE: []
198
199
  end
199
200
 
@@ -201,26 +202,26 @@ module Aws::PartnerCentralSelling
201
202
  attr_accessor catalog: ::String
202
203
  attr_accessor client_token: ::String
203
204
  attr_accessor engagement_identifier: ::String
205
+ attr_accessor resource_type: ("Opportunity")
204
206
  attr_accessor resource_identifier: ::String
205
207
  attr_accessor resource_snapshot_template_identifier: ::String
206
- attr_accessor resource_type: ("Opportunity")
207
208
  attr_accessor tags: ::Array[Types::Tag]
208
209
  SENSITIVE: []
209
210
  end
210
211
 
211
212
  class CreateResourceSnapshotJobResponse
212
- attr_accessor arn: ::String
213
213
  attr_accessor id: ::String
214
+ attr_accessor arn: ::String
214
215
  SENSITIVE: []
215
216
  end
216
217
 
217
218
  class CreateResourceSnapshotRequest
218
219
  attr_accessor catalog: ::String
219
- attr_accessor client_token: ::String
220
220
  attr_accessor engagement_identifier: ::String
221
+ attr_accessor resource_type: ("Opportunity")
221
222
  attr_accessor resource_identifier: ::String
222
223
  attr_accessor resource_snapshot_template_identifier: ::String
223
- attr_accessor resource_type: ("Opportunity")
224
+ attr_accessor client_token: ::String
224
225
  SENSITIVE: []
225
226
  end
226
227
 
@@ -256,14 +257,14 @@ module Aws::PartnerCentralSelling
256
257
  class DisassociateOpportunityRequest
257
258
  attr_accessor catalog: ::String
258
259
  attr_accessor opportunity_identifier: ::String
259
- attr_accessor related_entity_identifier: ::String
260
260
  attr_accessor related_entity_type: ("Solutions" | "AwsProducts" | "AwsMarketplaceOffers")
261
+ attr_accessor related_entity_identifier: ::String
261
262
  SENSITIVE: []
262
263
  end
263
264
 
264
265
  class EngagementContextDetails
265
- attr_accessor payload: Types::EngagementContextPayload
266
266
  attr_accessor type: ("CustomerProject")
267
+ attr_accessor payload: Types::EngagementContextPayload
267
268
  SENSITIVE: []
268
269
  end
269
270
 
@@ -279,42 +280,42 @@ module Aws::PartnerCentralSelling
279
280
  end
280
281
 
281
282
  class EngagementCustomer
282
- attr_accessor company_name: ::String
283
- attr_accessor country_code: ("US" | "AF" | "AX" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BQ" | "BA" | "BW" | "BV" | "BR" | "IO" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CX" | "CC" | "CO" | "KM" | "CG" | "CK" | "CR" | "CI" | "HR" | "CU" | "CW" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DM" | "DO" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "TF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HM" | "VA" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KR" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "AN" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "MP" | "NO" | "OM" | "PK" | "PW" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SB" | "SO" | "ZA" | "GS" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "UG" | "UA" | "AE" | "GB" | "UM" | "UY" | "UZ" | "VU" | "VE" | "VN" | "VG" | "VI" | "WF" | "EH" | "YE" | "ZM" | "ZW")
284
283
  attr_accessor industry: ("Aerospace" | "Agriculture" | "Automotive" | "Computers and Electronics" | "Consumer Goods" | "Education" | "Energy - Oil and Gas" | "Energy - Power and Utilities" | "Financial Services" | "Gaming" | "Government" | "Healthcare" | "Hospitality" | "Life Sciences" | "Manufacturing" | "Marketing and Advertising" | "Media and Entertainment" | "Mining" | "Non-Profit Organization" | "Professional Services" | "Real Estate and Construction" | "Retail" | "Software and Internet" | "Telecommunications" | "Transportation and Logistics" | "Travel" | "Wholesale and Distribution" | "Other")
284
+ attr_accessor company_name: ::String
285
285
  attr_accessor website_url: ::String
286
- SENSITIVE: [:company_name, :country_code, :website_url]
286
+ attr_accessor country_code: ("US" | "AF" | "AX" | "AL" | "DZ" | "AS" | "AD" | "AO" | "AI" | "AQ" | "AG" | "AR" | "AM" | "AW" | "AU" | "AT" | "AZ" | "BS" | "BH" | "BD" | "BB" | "BY" | "BE" | "BZ" | "BJ" | "BM" | "BT" | "BO" | "BQ" | "BA" | "BW" | "BV" | "BR" | "IO" | "BN" | "BG" | "BF" | "BI" | "KH" | "CM" | "CA" | "CV" | "KY" | "CF" | "TD" | "CL" | "CN" | "CX" | "CC" | "CO" | "KM" | "CG" | "CK" | "CR" | "CI" | "HR" | "CU" | "CW" | "CY" | "CZ" | "CD" | "DK" | "DJ" | "DM" | "DO" | "EC" | "EG" | "SV" | "GQ" | "ER" | "EE" | "ET" | "FK" | "FO" | "FJ" | "FI" | "FR" | "GF" | "PF" | "TF" | "GA" | "GM" | "GE" | "DE" | "GH" | "GI" | "GR" | "GL" | "GD" | "GP" | "GU" | "GT" | "GG" | "GN" | "GW" | "GY" | "HT" | "HM" | "VA" | "HN" | "HK" | "HU" | "IS" | "IN" | "ID" | "IR" | "IQ" | "IE" | "IM" | "IL" | "IT" | "JM" | "JP" | "JE" | "JO" | "KZ" | "KE" | "KI" | "KR" | "KW" | "KG" | "LA" | "LV" | "LB" | "LS" | "LR" | "LY" | "LI" | "LT" | "LU" | "MO" | "MK" | "MG" | "MW" | "MY" | "MV" | "ML" | "MT" | "MH" | "MQ" | "MR" | "MU" | "YT" | "MX" | "FM" | "MD" | "MC" | "MN" | "ME" | "MS" | "MA" | "MZ" | "MM" | "NA" | "NR" | "NP" | "NL" | "AN" | "NC" | "NZ" | "NI" | "NE" | "NG" | "NU" | "NF" | "MP" | "NO" | "OM" | "PK" | "PW" | "PS" | "PA" | "PG" | "PY" | "PE" | "PH" | "PN" | "PL" | "PT" | "PR" | "QA" | "RE" | "RO" | "RU" | "RW" | "BL" | "SH" | "KN" | "LC" | "MF" | "PM" | "VC" | "WS" | "SM" | "ST" | "SA" | "SN" | "RS" | "SC" | "SL" | "SG" | "SX" | "SK" | "SI" | "SB" | "SO" | "ZA" | "GS" | "SS" | "ES" | "LK" | "SD" | "SR" | "SJ" | "SZ" | "SE" | "CH" | "SY" | "TW" | "TJ" | "TZ" | "TH" | "TL" | "TG" | "TK" | "TO" | "TT" | "TN" | "TR" | "TM" | "TC" | "TV" | "UG" | "UA" | "AE" | "GB" | "UM" | "UY" | "UZ" | "VU" | "VE" | "VN" | "VG" | "VI" | "WF" | "EH" | "YE" | "ZM" | "ZW")
287
+ SENSITIVE: [:company_name, :website_url, :country_code]
287
288
  end
288
289
 
289
290
  class EngagementCustomerProjectDetails
291
+ attr_accessor title: ::String
290
292
  attr_accessor business_problem: ::String
291
293
  attr_accessor target_completion_date: ::String
292
- attr_accessor title: ::String
293
294
  SENSITIVE: [:business_problem]
294
295
  end
295
296
 
296
297
  class EngagementInvitationSummary
297
298
  attr_accessor arn: ::String
298
- attr_accessor catalog: ::String
299
+ attr_accessor payload_type: ("OpportunityInvitation")
300
+ attr_accessor id: ::String
299
301
  attr_accessor engagement_id: ::String
300
302
  attr_accessor engagement_title: ::String
301
- attr_accessor expiration_date: ::Time
302
- attr_accessor id: ::String
303
+ attr_accessor status: ("ACCEPTED" | "PENDING" | "REJECTED" | "EXPIRED")
303
304
  attr_accessor invitation_date: ::Time
304
- attr_accessor participant_type: ("SENDER" | "RECEIVER")
305
- attr_accessor payload_type: ("OpportunityInvitation")
306
- attr_accessor receiver: Types::Receiver
305
+ attr_accessor expiration_date: ::Time
307
306
  attr_accessor sender_aws_account_id: ::String
308
307
  attr_accessor sender_company_name: ::String
309
- attr_accessor status: ("ACCEPTED" | "PENDING" | "REJECTED" | "EXPIRED")
308
+ attr_accessor receiver: Types::Receiver
309
+ attr_accessor catalog: ::String
310
+ attr_accessor participant_type: ("SENDER" | "RECEIVER")
310
311
  SENSITIVE: [:sender_aws_account_id]
311
312
  end
312
313
 
313
314
  class EngagementMember
314
- attr_accessor account_id: ::String
315
315
  attr_accessor company_name: ::String
316
316
  attr_accessor website_url: ::String
317
- SENSITIVE: [:account_id, :company_name]
317
+ attr_accessor account_id: ::String
318
+ SENSITIVE: [:company_name, :account_id]
318
319
  end
319
320
 
320
321
  class EngagementMemberSummary
@@ -325,36 +326,36 @@ module Aws::PartnerCentralSelling
325
326
 
326
327
  class EngagementResourceAssociationSummary
327
328
  attr_accessor catalog: ::String
328
- attr_accessor created_by: ::String
329
329
  attr_accessor engagement_id: ::String
330
- attr_accessor resource_id: ::String
331
330
  attr_accessor resource_type: ("Opportunity")
331
+ attr_accessor resource_id: ::String
332
+ attr_accessor created_by: ::String
332
333
  SENSITIVE: [:created_by]
333
334
  end
334
335
 
335
336
  class EngagementSort
336
- attr_accessor sort_by: ("CreatedDate")
337
337
  attr_accessor sort_order: ("ASCENDING" | "DESCENDING")
338
+ attr_accessor sort_by: ("CreatedDate")
338
339
  SENSITIVE: []
339
340
  end
340
341
 
341
342
  class EngagementSummary
342
343
  attr_accessor arn: ::String
344
+ attr_accessor id: ::String
345
+ attr_accessor title: ::String
343
346
  attr_accessor created_at: ::Time
344
347
  attr_accessor created_by: ::String
345
- attr_accessor id: ::String
346
348
  attr_accessor member_count: ::Integer
347
- attr_accessor title: ::String
348
349
  SENSITIVE: [:created_by]
349
350
  end
350
351
 
351
352
  class ExpectedCustomerSpend
352
353
  attr_accessor amount: ::String
353
354
  attr_accessor currency_code: ("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")
354
- attr_accessor estimation_url: ::String
355
355
  attr_accessor frequency: ("Monthly")
356
356
  attr_accessor target_company: ::String
357
- SENSITIVE: [:currency_code, :estimation_url]
357
+ attr_accessor estimation_url: ::String
358
+ SENSITIVE: [:amount, :currency_code, :estimation_url]
358
359
  end
359
360
 
360
361
  class GetAwsOpportunitySummaryRequest
@@ -365,17 +366,17 @@ module Aws::PartnerCentralSelling
365
366
 
366
367
  class GetAwsOpportunitySummaryResponse
367
368
  attr_accessor catalog: ::String
368
- attr_accessor customer: Types::AwsOpportunityCustomer
369
- attr_accessor insights: Types::AwsOpportunityInsights
369
+ attr_accessor related_opportunity_id: ::String
370
+ attr_accessor origin: ("AWS Referral" | "Partner Referral")
370
371
  attr_accessor involvement_type: ("For Visibility Only" | "Co-Sell")
371
- attr_accessor involvement_type_change_reason: ("Expansion Opportunity" | "Change in Deal Information" | "Customer Requested" | "Technical Complexity" | "Risk Mitigation")
372
+ attr_accessor visibility: ("Full" | "Limited")
372
373
  attr_accessor life_cycle: Types::AwsOpportunityLifeCycle
373
374
  attr_accessor opportunity_team: ::Array[Types::AwsTeamMember]
374
- attr_accessor origin: ("AWS Referral" | "Partner Referral")
375
- attr_accessor project: Types::AwsOpportunityProject
375
+ attr_accessor insights: Types::AwsOpportunityInsights
376
+ attr_accessor involvement_type_change_reason: ("Expansion Opportunity" | "Change in Deal Information" | "Customer Requested" | "Technical Complexity" | "Risk Mitigation")
376
377
  attr_accessor related_entity_ids: Types::AwsOpportunityRelatedEntities
377
- attr_accessor related_opportunity_id: ::String
378
- attr_accessor visibility: ("Full" | "Limited")
378
+ attr_accessor customer: Types::AwsOpportunityCustomer
379
+ attr_accessor project: Types::AwsOpportunityProject
379
380
  SENSITIVE: []
380
381
  end
381
382
 
@@ -387,23 +388,23 @@ module Aws::PartnerCentralSelling
387
388
 
388
389
  class GetEngagementInvitationResponse
389
390
  attr_accessor arn: ::String
390
- attr_accessor catalog: ::String
391
- attr_accessor engagement_description: ::String
391
+ attr_accessor payload_type: ("OpportunityInvitation")
392
+ attr_accessor id: ::String
392
393
  attr_accessor engagement_id: ::String
393
394
  attr_accessor engagement_title: ::String
394
- attr_accessor existing_members: ::Array[Types::EngagementMemberSummary]
395
- attr_accessor expiration_date: ::Time
396
- attr_accessor id: ::String
395
+ attr_accessor status: ("ACCEPTED" | "PENDING" | "REJECTED" | "EXPIRED")
397
396
  attr_accessor invitation_date: ::Time
398
- attr_accessor invitation_message: ::String
399
- attr_accessor payload: Types::Payload
400
- attr_accessor payload_type: ("OpportunityInvitation")
401
- attr_accessor receiver: Types::Receiver
402
- attr_accessor rejection_reason: ::String
397
+ attr_accessor expiration_date: ::Time
403
398
  attr_accessor sender_aws_account_id: ::String
404
399
  attr_accessor sender_company_name: ::String
405
- attr_accessor status: ("ACCEPTED" | "PENDING" | "REJECTED" | "EXPIRED")
406
- SENSITIVE: [:invitation_message, :sender_aws_account_id]
400
+ attr_accessor receiver: Types::Receiver
401
+ attr_accessor catalog: ::String
402
+ attr_accessor rejection_reason: ::String
403
+ attr_accessor payload: Types::Payload
404
+ attr_accessor invitation_message: ::String
405
+ attr_accessor engagement_description: ::String
406
+ attr_accessor existing_members: ::Array[Types::EngagementMemberSummary]
407
+ SENSITIVE: [:sender_aws_account_id, :invitation_message]
407
408
  end
408
409
 
409
410
  class GetEngagementRequest
@@ -413,14 +414,14 @@ module Aws::PartnerCentralSelling
413
414
  end
414
415
 
415
416
  class GetEngagementResponse
417
+ attr_accessor id: ::String
416
418
  attr_accessor arn: ::String
417
- attr_accessor contexts: ::Array[Types::EngagementContextDetails]
419
+ attr_accessor title: ::String
420
+ attr_accessor description: ::String
418
421
  attr_accessor created_at: ::Time
419
422
  attr_accessor created_by: ::String
420
- attr_accessor description: ::String
421
- attr_accessor id: ::String
422
423
  attr_accessor member_count: ::Integer
423
- attr_accessor title: ::String
424
+ attr_accessor contexts: ::Array[Types::EngagementContextDetails]
424
425
  SENSITIVE: [:created_by]
425
426
  end
426
427
 
@@ -431,22 +432,22 @@ module Aws::PartnerCentralSelling
431
432
  end
432
433
 
433
434
  class GetOpportunityResponse
434
- attr_accessor arn: ::String
435
435
  attr_accessor catalog: ::String
436
- attr_accessor created_date: ::Time
436
+ attr_accessor primary_needs_from_aws: ::Array[("Co-Sell - Architectural Validation" | "Co-Sell - Business Presentation" | "Co-Sell - Competitive Information" | "Co-Sell - Pricing Assistance" | "Co-Sell - Technical Consultation" | "Co-Sell - Total Cost of Ownership Evaluation" | "Co-Sell - Deal Support" | "Co-Sell - Support for Public Tender / RFx")]
437
+ attr_accessor national_security: ("Yes" | "No")
438
+ attr_accessor partner_opportunity_identifier: ::String
437
439
  attr_accessor customer: Types::Customer
440
+ attr_accessor project: Types::Project
441
+ attr_accessor opportunity_type: ("Net New Business" | "Flat Renewal" | "Expansion")
442
+ attr_accessor marketing: Types::Marketing
443
+ attr_accessor software_revenue: Types::SoftwareRevenue
438
444
  attr_accessor id: ::String
445
+ attr_accessor arn: ::String
439
446
  attr_accessor last_modified_date: ::Time
447
+ attr_accessor created_date: ::Time
448
+ attr_accessor related_entity_identifiers: Types::RelatedEntityIdentifiers
440
449
  attr_accessor life_cycle: Types::LifeCycle
441
- attr_accessor marketing: Types::Marketing
442
- attr_accessor national_security: ("Yes" | "No")
443
450
  attr_accessor opportunity_team: ::Array[Types::Contact]
444
- attr_accessor opportunity_type: ("Net New Business" | "Flat Renewal" | "Expansion")
445
- attr_accessor partner_opportunity_identifier: ::String
446
- attr_accessor primary_needs_from_aws: ::Array[("Co-Sell - Architectural Validation" | "Co-Sell - Business Presentation" | "Co-Sell - Competitive Information" | "Co-Sell - Pricing Assistance" | "Co-Sell - Technical Consultation" | "Co-Sell - Total Cost of Ownership Evaluation" | "Co-Sell - Deal Support" | "Co-Sell - Support for Public Tender / RFx")]
447
- attr_accessor project: Types::Project
448
- attr_accessor related_entity_identifiers: Types::RelatedEntityIdentifiers
449
- attr_accessor software_revenue: Types::SoftwareRevenue
450
451
  SENSITIVE: []
451
452
  end
452
453
 
@@ -457,42 +458,42 @@ module Aws::PartnerCentralSelling
457
458
  end
458
459
 
459
460
  class GetResourceSnapshotJobResponse
460
- attr_accessor arn: ::String
461
461
  attr_accessor catalog: ::String
462
- attr_accessor created_at: ::Time
463
- attr_accessor engagement_id: ::String
464
462
  attr_accessor id: ::String
465
- attr_accessor last_failure: ::String
466
- attr_accessor last_successful_execution_date: ::Time
467
- attr_accessor resource_arn: ::String
463
+ attr_accessor arn: ::String
464
+ attr_accessor engagement_id: ::String
465
+ attr_accessor resource_type: ("Opportunity")
468
466
  attr_accessor resource_id: ::String
467
+ attr_accessor resource_arn: ::String
469
468
  attr_accessor resource_snapshot_template_name: ::String
470
- attr_accessor resource_type: ("Opportunity")
469
+ attr_accessor created_at: ::Time
471
470
  attr_accessor status: ("Running" | "Stopped")
471
+ attr_accessor last_successful_execution_date: ::Time
472
+ attr_accessor last_failure: ::String
472
473
  SENSITIVE: []
473
474
  end
474
475
 
475
476
  class GetResourceSnapshotRequest
476
477
  attr_accessor catalog: ::String
477
478
  attr_accessor engagement_identifier: ::String
479
+ attr_accessor resource_type: ("Opportunity")
478
480
  attr_accessor resource_identifier: ::String
479
481
  attr_accessor resource_snapshot_template_identifier: ::String
480
- attr_accessor resource_type: ("Opportunity")
481
482
  attr_accessor revision: ::Integer
482
483
  SENSITIVE: []
483
484
  end
484
485
 
485
486
  class GetResourceSnapshotResponse
486
- attr_accessor arn: ::String
487
487
  attr_accessor catalog: ::String
488
- attr_accessor created_at: ::Time
488
+ attr_accessor arn: ::String
489
489
  attr_accessor created_by: ::String
490
+ attr_accessor created_at: ::Time
490
491
  attr_accessor engagement_id: ::String
491
- attr_accessor payload: Types::ResourceSnapshotPayload
492
+ attr_accessor resource_type: ("Opportunity")
492
493
  attr_accessor resource_id: ::String
493
494
  attr_accessor resource_snapshot_template_name: ::String
494
- attr_accessor resource_type: ("Opportunity")
495
495
  attr_accessor revision: ::Integer
496
+ attr_accessor payload: Types::ResourceSnapshotPayload
496
497
  SENSITIVE: [:created_by]
497
498
  end
498
499
 
@@ -514,8 +515,8 @@ module Aws::PartnerCentralSelling
514
515
 
515
516
  class Invitation
516
517
  attr_accessor message: ::String
517
- attr_accessor payload: Types::Payload
518
518
  attr_accessor receiver: Types::Receiver
519
+ attr_accessor payload: Types::Payload
519
520
  SENSITIVE: [:message]
520
521
  end
521
522
 
@@ -526,109 +527,109 @@ module Aws::PartnerCentralSelling
526
527
  end
527
528
 
528
529
  class LifeCycle
530
+ attr_accessor stage: ("Prospect" | "Qualified" | "Technical Validation" | "Business Validation" | "Committed" | "Launched" | "Closed Lost")
529
531
  attr_accessor closed_lost_reason: ("Customer Deficiency" | "Delay / Cancellation of Project" | "Legal / Tax / Regulatory" | "Lost to Competitor - Google" | "Lost to Competitor - Microsoft" | "Lost to Competitor - SoftLayer" | "Lost to Competitor - VMWare" | "Lost to Competitor - Other" | "No Opportunity" | "On Premises Deployment" | "Partner Gap" | "Price" | "Security / Compliance" | "Technical Limitations" | "Customer Experience" | "Other" | "People/Relationship/Governance" | "Product/Technology" | "Financial/Commercial")
530
532
  attr_accessor next_steps: ::String
531
- attr_accessor next_steps_history: ::Array[Types::NextStepsHistory]
532
- attr_accessor review_comments: ::String
533
+ attr_accessor target_close_date: ::String
533
534
  attr_accessor review_status: ("Pending Submission" | "Submitted" | "In review" | "Approved" | "Rejected" | "Action Required")
535
+ attr_accessor review_comments: ::String
534
536
  attr_accessor review_status_reason: ::String
535
- attr_accessor stage: ("Prospect" | "Qualified" | "Technical Validation" | "Business Validation" | "Committed" | "Launched" | "Closed Lost")
536
- attr_accessor target_close_date: ::String
537
+ attr_accessor next_steps_history: ::Array[Types::NextStepsHistory]
537
538
  SENSITIVE: [:next_steps]
538
539
  end
539
540
 
540
541
  class LifeCycleForView
541
- attr_accessor next_steps: ::String
542
+ attr_accessor target_close_date: ::String
542
543
  attr_accessor review_status: ("Pending Submission" | "Submitted" | "In review" | "Approved" | "Rejected" | "Action Required")
543
544
  attr_accessor stage: ("Prospect" | "Qualified" | "Technical Validation" | "Business Validation" | "Committed" | "Launched" | "Closed Lost")
544
- attr_accessor target_close_date: ::String
545
+ attr_accessor next_steps: ::String
545
546
  SENSITIVE: [:next_steps]
546
547
  end
547
548
 
548
549
  class LifeCycleSummary
550
+ attr_accessor stage: ("Prospect" | "Qualified" | "Technical Validation" | "Business Validation" | "Committed" | "Launched" | "Closed Lost")
549
551
  attr_accessor closed_lost_reason: ("Customer Deficiency" | "Delay / Cancellation of Project" | "Legal / Tax / Regulatory" | "Lost to Competitor - Google" | "Lost to Competitor - Microsoft" | "Lost to Competitor - SoftLayer" | "Lost to Competitor - VMWare" | "Lost to Competitor - Other" | "No Opportunity" | "On Premises Deployment" | "Partner Gap" | "Price" | "Security / Compliance" | "Technical Limitations" | "Customer Experience" | "Other" | "People/Relationship/Governance" | "Product/Technology" | "Financial/Commercial")
550
552
  attr_accessor next_steps: ::String
551
- attr_accessor review_comments: ::String
553
+ attr_accessor target_close_date: ::String
552
554
  attr_accessor review_status: ("Pending Submission" | "Submitted" | "In review" | "Approved" | "Rejected" | "Action Required")
555
+ attr_accessor review_comments: ::String
553
556
  attr_accessor review_status_reason: ::String
554
- attr_accessor stage: ("Prospect" | "Qualified" | "Technical Validation" | "Business Validation" | "Committed" | "Launched" | "Closed Lost")
555
- attr_accessor target_close_date: ::String
556
557
  SENSITIVE: [:next_steps]
557
558
  end
558
559
 
559
560
  class ListEngagementByAcceptingInvitationTaskSummary
560
- attr_accessor engagement_invitation_id: ::String
561
+ attr_accessor task_id: ::String
562
+ attr_accessor task_arn: ::String
563
+ attr_accessor start_time: ::Time
564
+ attr_accessor task_status: ("IN_PROGRESS" | "COMPLETE" | "FAILED")
561
565
  attr_accessor message: ::String
562
- attr_accessor opportunity_id: ::String
563
566
  attr_accessor reason_code: ("InvitationAccessDenied" | "InvitationValidationFailed" | "EngagementAccessDenied" | "OpportunityAccessDenied" | "ResourceSnapshotJobAccessDenied" | "ResourceSnapshotJobValidationFailed" | "ResourceSnapshotJobConflict" | "EngagementValidationFailed" | "EngagementConflict" | "OpportunitySubmissionFailed" | "EngagementInvitationConflict" | "InternalError" | "OpportunityValidationFailed" | "OpportunityConflict" | "ResourceSnapshotAccessDenied" | "ResourceSnapshotValidationFailed" | "ResourceSnapshotConflict" | "ServiceQuotaExceeded" | "RequestThrottled")
567
+ attr_accessor opportunity_id: ::String
564
568
  attr_accessor resource_snapshot_job_id: ::String
565
- attr_accessor start_time: ::Time
566
- attr_accessor task_arn: ::String
567
- attr_accessor task_id: ::String
568
- attr_accessor task_status: ("IN_PROGRESS" | "COMPLETE" | "FAILED")
569
+ attr_accessor engagement_invitation_id: ::String
569
570
  SENSITIVE: []
570
571
  end
571
572
 
572
573
  class ListEngagementByAcceptingInvitationTasksRequest
573
- attr_accessor catalog: ::String
574
- attr_accessor engagement_invitation_identifier: ::Array[::String]
575
574
  attr_accessor max_results: ::Integer
576
575
  attr_accessor next_token: ::String
577
- attr_accessor opportunity_identifier: ::Array[::String]
578
576
  attr_accessor sort: Types::ListTasksSortBase
579
- attr_accessor task_identifier: ::Array[::String]
577
+ attr_accessor catalog: ::String
580
578
  attr_accessor task_status: ::Array[("IN_PROGRESS" | "COMPLETE" | "FAILED")]
579
+ attr_accessor opportunity_identifier: ::Array[::String]
580
+ attr_accessor engagement_invitation_identifier: ::Array[::String]
581
+ attr_accessor task_identifier: ::Array[::String]
581
582
  SENSITIVE: []
582
583
  end
583
584
 
584
585
  class ListEngagementByAcceptingInvitationTasksResponse
585
- attr_accessor next_token: ::String
586
586
  attr_accessor task_summaries: ::Array[Types::ListEngagementByAcceptingInvitationTaskSummary]
587
+ attr_accessor next_token: ::String
587
588
  SENSITIVE: []
588
589
  end
589
590
 
590
591
  class ListEngagementFromOpportunityTaskSummary
591
- attr_accessor engagement_id: ::String
592
- attr_accessor engagement_invitation_id: ::String
592
+ attr_accessor task_id: ::String
593
+ attr_accessor task_arn: ::String
594
+ attr_accessor start_time: ::Time
595
+ attr_accessor task_status: ("IN_PROGRESS" | "COMPLETE" | "FAILED")
593
596
  attr_accessor message: ::String
594
- attr_accessor opportunity_id: ::String
595
597
  attr_accessor reason_code: ("InvitationAccessDenied" | "InvitationValidationFailed" | "EngagementAccessDenied" | "OpportunityAccessDenied" | "ResourceSnapshotJobAccessDenied" | "ResourceSnapshotJobValidationFailed" | "ResourceSnapshotJobConflict" | "EngagementValidationFailed" | "EngagementConflict" | "OpportunitySubmissionFailed" | "EngagementInvitationConflict" | "InternalError" | "OpportunityValidationFailed" | "OpportunityConflict" | "ResourceSnapshotAccessDenied" | "ResourceSnapshotValidationFailed" | "ResourceSnapshotConflict" | "ServiceQuotaExceeded" | "RequestThrottled")
598
+ attr_accessor opportunity_id: ::String
596
599
  attr_accessor resource_snapshot_job_id: ::String
597
- attr_accessor start_time: ::Time
598
- attr_accessor task_arn: ::String
599
- attr_accessor task_id: ::String
600
- attr_accessor task_status: ("IN_PROGRESS" | "COMPLETE" | "FAILED")
600
+ attr_accessor engagement_id: ::String
601
+ attr_accessor engagement_invitation_id: ::String
601
602
  SENSITIVE: []
602
603
  end
603
604
 
604
605
  class ListEngagementFromOpportunityTasksRequest
605
- attr_accessor catalog: ::String
606
- attr_accessor engagement_identifier: ::Array[::String]
607
606
  attr_accessor max_results: ::Integer
608
607
  attr_accessor next_token: ::String
609
- attr_accessor opportunity_identifier: ::Array[::String]
610
608
  attr_accessor sort: Types::ListTasksSortBase
611
- attr_accessor task_identifier: ::Array[::String]
609
+ attr_accessor catalog: ::String
612
610
  attr_accessor task_status: ::Array[("IN_PROGRESS" | "COMPLETE" | "FAILED")]
611
+ attr_accessor task_identifier: ::Array[::String]
612
+ attr_accessor opportunity_identifier: ::Array[::String]
613
+ attr_accessor engagement_identifier: ::Array[::String]
613
614
  SENSITIVE: []
614
615
  end
615
616
 
616
617
  class ListEngagementFromOpportunityTasksResponse
617
- attr_accessor next_token: ::String
618
618
  attr_accessor task_summaries: ::Array[Types::ListEngagementFromOpportunityTaskSummary]
619
+ attr_accessor next_token: ::String
619
620
  SENSITIVE: []
620
621
  end
621
622
 
622
623
  class ListEngagementInvitationsRequest
623
624
  attr_accessor catalog: ::String
624
- attr_accessor engagement_identifier: ::Array[::String]
625
625
  attr_accessor max_results: ::Integer
626
626
  attr_accessor next_token: ::String
627
- attr_accessor participant_type: ("SENDER" | "RECEIVER")
628
- attr_accessor payload_type: ::Array[("OpportunityInvitation")]
629
- attr_accessor sender_aws_account_id: ::Array[::String]
630
627
  attr_accessor sort: Types::OpportunityEngagementInvitationSort
628
+ attr_accessor payload_type: ::Array[("OpportunityInvitation")]
629
+ attr_accessor participant_type: ("SENDER" | "RECEIVER")
631
630
  attr_accessor status: ::Array[("ACCEPTED" | "PENDING" | "REJECTED" | "EXPIRED")]
631
+ attr_accessor engagement_identifier: ::Array[::String]
632
+ attr_accessor sender_aws_account_id: ::Array[::String]
632
633
  SENSITIVE: []
633
634
  end
634
635
 
@@ -654,12 +655,12 @@ module Aws::PartnerCentralSelling
654
655
 
655
656
  class ListEngagementResourceAssociationsRequest
656
657
  attr_accessor catalog: ::String
657
- attr_accessor created_by: ::String
658
- attr_accessor engagement_identifier: ::String
659
658
  attr_accessor max_results: ::Integer
660
659
  attr_accessor next_token: ::String
661
- attr_accessor resource_identifier: ::String
660
+ attr_accessor engagement_identifier: ::String
662
661
  attr_accessor resource_type: ("Opportunity")
662
+ attr_accessor resource_identifier: ::String
663
+ attr_accessor created_by: ::String
663
664
  SENSITIVE: [:created_by]
664
665
  end
665
666
 
@@ -672,11 +673,11 @@ module Aws::PartnerCentralSelling
672
673
  class ListEngagementsRequest
673
674
  attr_accessor catalog: ::String
674
675
  attr_accessor created_by: ::Array[::String]
675
- attr_accessor engagement_identifier: ::Array[::String]
676
676
  attr_accessor exclude_created_by: ::Array[::String]
677
+ attr_accessor sort: Types::EngagementSort
677
678
  attr_accessor max_results: ::Integer
678
679
  attr_accessor next_token: ::String
679
- attr_accessor sort: Types::EngagementSort
680
+ attr_accessor engagement_identifier: ::Array[::String]
680
681
  SENSITIVE: []
681
682
  end
682
683
 
@@ -688,71 +689,71 @@ module Aws::PartnerCentralSelling
688
689
 
689
690
  class ListOpportunitiesRequest
690
691
  attr_accessor catalog: ::String
691
- attr_accessor customer_company_name: ::Array[::String]
692
- attr_accessor identifier: ::Array[::String]
693
- attr_accessor last_modified_date: Types::LastModifiedDate
694
- attr_accessor life_cycle_review_status: ::Array[("Pending Submission" | "Submitted" | "In review" | "Approved" | "Rejected" | "Action Required")]
695
- attr_accessor life_cycle_stage: ::Array[("Prospect" | "Qualified" | "Technical Validation" | "Business Validation" | "Committed" | "Launched" | "Closed Lost")]
696
692
  attr_accessor max_results: ::Integer
697
693
  attr_accessor next_token: ::String
698
694
  attr_accessor sort: Types::OpportunitySort
695
+ attr_accessor last_modified_date: Types::LastModifiedDate
696
+ attr_accessor identifier: ::Array[::String]
697
+ attr_accessor life_cycle_stage: ::Array[("Prospect" | "Qualified" | "Technical Validation" | "Business Validation" | "Committed" | "Launched" | "Closed Lost")]
698
+ attr_accessor life_cycle_review_status: ::Array[("Pending Submission" | "Submitted" | "In review" | "Approved" | "Rejected" | "Action Required")]
699
+ attr_accessor customer_company_name: ::Array[::String]
699
700
  SENSITIVE: []
700
701
  end
701
702
 
702
703
  class ListOpportunitiesResponse
703
- attr_accessor next_token: ::String
704
704
  attr_accessor opportunity_summaries: ::Array[Types::OpportunitySummary]
705
+ attr_accessor next_token: ::String
705
706
  SENSITIVE: []
706
707
  end
707
708
 
708
709
  class ListResourceSnapshotJobsRequest
709
710
  attr_accessor catalog: ::String
710
- attr_accessor engagement_identifier: ::String
711
711
  attr_accessor max_results: ::Integer
712
712
  attr_accessor next_token: ::String
713
- attr_accessor sort: Types::SortObject
713
+ attr_accessor engagement_identifier: ::String
714
714
  attr_accessor status: ("Running" | "Stopped")
715
+ attr_accessor sort: Types::SortObject
715
716
  SENSITIVE: []
716
717
  end
717
718
 
718
719
  class ListResourceSnapshotJobsResponse
719
- attr_accessor next_token: ::String
720
720
  attr_accessor resource_snapshot_job_summaries: ::Array[Types::ResourceSnapshotJobSummary]
721
+ attr_accessor next_token: ::String
721
722
  SENSITIVE: []
722
723
  end
723
724
 
724
725
  class ListResourceSnapshotsRequest
725
726
  attr_accessor catalog: ::String
726
- attr_accessor created_by: ::String
727
- attr_accessor engagement_identifier: ::String
728
727
  attr_accessor max_results: ::Integer
729
728
  attr_accessor next_token: ::String
729
+ attr_accessor engagement_identifier: ::String
730
+ attr_accessor resource_type: ("Opportunity")
730
731
  attr_accessor resource_identifier: ::String
731
732
  attr_accessor resource_snapshot_template_identifier: ::String
732
- attr_accessor resource_type: ("Opportunity")
733
+ attr_accessor created_by: ::String
733
734
  SENSITIVE: [:created_by]
734
735
  end
735
736
 
736
737
  class ListResourceSnapshotsResponse
737
- attr_accessor next_token: ::String
738
738
  attr_accessor resource_snapshot_summaries: ::Array[Types::ResourceSnapshotSummary]
739
+ attr_accessor next_token: ::String
739
740
  SENSITIVE: []
740
741
  end
741
742
 
742
743
  class ListSolutionsRequest
743
744
  attr_accessor catalog: ::String
744
- attr_accessor category: ::Array[::String]
745
- attr_accessor identifier: ::Array[::String]
746
745
  attr_accessor max_results: ::Integer
747
746
  attr_accessor next_token: ::String
748
747
  attr_accessor sort: Types::SolutionSort
749
748
  attr_accessor status: ::Array[("Active" | "Inactive" | "Draft")]
749
+ attr_accessor identifier: ::Array[::String]
750
+ attr_accessor category: ::Array[::String]
750
751
  SENSITIVE: []
751
752
  end
752
753
 
753
754
  class ListSolutionsResponse
754
- attr_accessor next_token: ::String
755
755
  attr_accessor solution_summaries: ::Array[Types::SolutionBase]
756
+ attr_accessor next_token: ::String
756
757
  SENSITIVE: []
757
758
  end
758
759
 
@@ -767,17 +768,17 @@ module Aws::PartnerCentralSelling
767
768
  end
768
769
 
769
770
  class ListTasksSortBase
770
- attr_accessor sort_by: ("StartTime")
771
771
  attr_accessor sort_order: ("ASCENDING" | "DESCENDING")
772
+ attr_accessor sort_by: ("StartTime")
772
773
  SENSITIVE: []
773
774
  end
774
775
 
775
776
  class Marketing
776
- attr_accessor aws_funding_used: ("Yes" | "No")
777
777
  attr_accessor campaign_name: ::String
778
- attr_accessor channels: ::Array[("AWS Marketing Central" | "Content Syndication" | "Display" | "Email" | "Live Event" | "Out Of Home (OOH)" | "Print" | "Search" | "Social" | "Telemarketing" | "TV" | "Video" | "Virtual Event")]
779
778
  attr_accessor source: ("Marketing Activity" | "None")
780
779
  attr_accessor use_cases: ::Array[::String]
780
+ attr_accessor channels: ::Array[("AWS Marketing Central" | "Content Syndication" | "Display" | "Email" | "Live Event" | "Out Of Home (OOH)" | "Print" | "Search" | "Social" | "Telemarketing" | "TV" | "Video" | "Virtual Event")]
781
+ attr_accessor aws_funding_used: ("Yes" | "No")
781
782
  SENSITIVE: []
782
783
  end
783
784
 
@@ -788,51 +789,51 @@ module Aws::PartnerCentralSelling
788
789
  end
789
790
 
790
791
  class NextStepsHistory
791
- attr_accessor time: ::Time
792
792
  attr_accessor value: ::String
793
+ attr_accessor time: ::Time
793
794
  SENSITIVE: []
794
795
  end
795
796
 
796
797
  class OpportunityEngagementInvitationSort
797
- attr_accessor sort_by: ("InvitationDate")
798
798
  attr_accessor sort_order: ("ASCENDING" | "DESCENDING")
799
+ attr_accessor sort_by: ("InvitationDate")
799
800
  SENSITIVE: []
800
801
  end
801
802
 
802
803
  class OpportunityInvitationPayload
804
+ attr_accessor sender_contacts: ::Array[Types::SenderContact]
805
+ attr_accessor receiver_responsibilities: ::Array[("Distributor" | "Reseller" | "Hardware Partner" | "Managed Service Provider" | "Software Partner" | "Services Partner" | "Training Partner" | "Co-Sell Facilitator" | "Facilitator")]
803
806
  attr_accessor customer: Types::EngagementCustomer
804
807
  attr_accessor project: Types::ProjectDetails
805
- attr_accessor receiver_responsibilities: ::Array[("Distributor" | "Reseller" | "Hardware Partner" | "Managed Service Provider" | "Software Partner" | "Services Partner" | "Training Partner" | "Co-Sell Facilitator" | "Facilitator")]
806
- attr_accessor sender_contacts: ::Array[Types::SenderContact]
807
808
  SENSITIVE: []
808
809
  end
809
810
 
810
811
  class OpportunitySort
811
- attr_accessor sort_by: ("LastModifiedDate" | "Identifier" | "CustomerCompanyName")
812
812
  attr_accessor sort_order: ("ASCENDING" | "DESCENDING")
813
+ attr_accessor sort_by: ("LastModifiedDate" | "Identifier" | "CustomerCompanyName")
813
814
  SENSITIVE: []
814
815
  end
815
816
 
816
817
  class OpportunitySummary
817
- attr_accessor arn: ::String
818
818
  attr_accessor catalog: ::String
819
- attr_accessor created_date: ::Time
820
- attr_accessor customer: Types::CustomerSummary
821
819
  attr_accessor id: ::String
820
+ attr_accessor arn: ::String
821
+ attr_accessor partner_opportunity_identifier: ::String
822
+ attr_accessor opportunity_type: ("Net New Business" | "Flat Renewal" | "Expansion")
822
823
  attr_accessor last_modified_date: ::Time
824
+ attr_accessor created_date: ::Time
823
825
  attr_accessor life_cycle: Types::LifeCycleSummary
824
- attr_accessor opportunity_type: ("Net New Business" | "Flat Renewal" | "Expansion")
825
- attr_accessor partner_opportunity_identifier: ::String
826
+ attr_accessor customer: Types::CustomerSummary
826
827
  attr_accessor project: Types::ProjectSummary
827
828
  SENSITIVE: []
828
829
  end
829
830
 
830
831
  class OpportunitySummaryView
831
- attr_accessor customer: Types::Customer
832
+ attr_accessor opportunity_type: ("Net New Business" | "Flat Renewal" | "Expansion")
832
833
  attr_accessor lifecycle: Types::LifeCycleForView
833
834
  attr_accessor opportunity_team: ::Array[Types::Contact]
834
- attr_accessor opportunity_type: ("Net New Business" | "Flat Renewal" | "Expansion")
835
835
  attr_accessor primary_needs_from_aws: ::Array[("Co-Sell - Architectural Validation" | "Co-Sell - Business Presentation" | "Co-Sell - Competitive Information" | "Co-Sell - Pricing Assistance" | "Co-Sell - Technical Consultation" | "Co-Sell - Total Cost of Ownership Evaluation" | "Co-Sell - Deal Support" | "Co-Sell - Support for Public Tender / RFx")]
836
+ attr_accessor customer: Types::Customer
836
837
  attr_accessor project: Types::ProjectView
837
838
  attr_accessor related_entity_identifiers: Types::RelatedEntityIdentifiers
838
839
  SENSITIVE: []
@@ -850,32 +851,32 @@ module Aws::PartnerCentralSelling
850
851
  end
851
852
 
852
853
  class ProfileNextStepsHistory
853
- attr_accessor time: ::Time
854
854
  attr_accessor value: ::String
855
+ attr_accessor time: ::Time
855
856
  SENSITIVE: []
856
857
  end
857
858
 
858
859
  class Project
859
- attr_accessor additional_comments: ::String
860
+ attr_accessor delivery_models: ::Array[("SaaS or PaaS" | "BYOL or AMI" | "Managed Services" | "Professional Services" | "Resell" | "Other")]
861
+ attr_accessor expected_customer_spend: ::Array[Types::ExpectedCustomerSpend]
862
+ attr_accessor title: ::String
860
863
  attr_accessor apn_programs: ::Array[::String]
861
- attr_accessor competitor_name: ("Oracle Cloud" | "On-Prem" | "Co-location" | "Akamai" | "AliCloud" | "Google Cloud Platform" | "IBM Softlayer" | "Microsoft Azure" | "Other- Cost Optimization" | "No Competition" | "*Other")
862
864
  attr_accessor customer_business_problem: ::String
863
865
  attr_accessor customer_use_case: ::String
864
- attr_accessor delivery_models: ::Array[("SaaS or PaaS" | "BYOL or AMI" | "Managed Services" | "Professional Services" | "Resell" | "Other")]
865
- attr_accessor expected_customer_spend: ::Array[Types::ExpectedCustomerSpend]
866
- attr_accessor other_competitor_names: ::String
867
- attr_accessor other_solution_description: ::String
868
866
  attr_accessor related_opportunity_identifier: ::String
869
867
  attr_accessor sales_activities: ::Array[("Initialized discussions with customer" | "Customer has shown interest in solution" | "Conducted POC / Demo" | "In evaluation / planning stage" | "Agreed on solution to Business Problem" | "Completed Action Plan" | "Finalized Deployment Need" | "SOW Signed")]
870
- attr_accessor title: ::String
871
- SENSITIVE: [:customer_business_problem, :other_solution_description, :title]
868
+ attr_accessor competitor_name: ("Oracle Cloud" | "On-Prem" | "Co-location" | "Akamai" | "AliCloud" | "Google Cloud Platform" | "IBM Softlayer" | "Microsoft Azure" | "Other- Cost Optimization" | "No Competition" | "*Other")
869
+ attr_accessor other_competitor_names: ::String
870
+ attr_accessor other_solution_description: ::String
871
+ attr_accessor additional_comments: ::String
872
+ SENSITIVE: [:title, :customer_business_problem, :other_solution_description]
872
873
  end
873
874
 
874
875
  class ProjectDetails
875
876
  attr_accessor business_problem: ::String
876
- attr_accessor expected_customer_spend: ::Array[Types::ExpectedCustomerSpend]
877
- attr_accessor target_completion_date: ::String
878
877
  attr_accessor title: ::String
878
+ attr_accessor target_completion_date: ::String
879
+ attr_accessor expected_customer_spend: ::Array[Types::ExpectedCustomerSpend]
879
880
  SENSITIVE: [:business_problem]
880
881
  end
881
882
 
@@ -886,11 +887,11 @@ module Aws::PartnerCentralSelling
886
887
  end
887
888
 
888
889
  class ProjectView
889
- attr_accessor customer_use_case: ::String
890
890
  attr_accessor delivery_models: ::Array[("SaaS or PaaS" | "BYOL or AMI" | "Managed Services" | "Professional Services" | "Resell" | "Other")]
891
891
  attr_accessor expected_customer_spend: ::Array[Types::ExpectedCustomerSpend]
892
- attr_accessor other_solution_description: ::String
892
+ attr_accessor customer_use_case: ::String
893
893
  attr_accessor sales_activities: ::Array[("Initialized discussions with customer" | "Customer has shown interest in solution" | "Conducted POC / Demo" | "In evaluation / planning stage" | "Agreed on solution to Business Problem" | "Completed Action Plan" | "Finalized Deployment Need" | "SOW Signed")]
894
+ attr_accessor other_solution_description: ::String
894
895
  SENSITIVE: [:other_solution_description]
895
896
  end
896
897
 
@@ -926,8 +927,8 @@ module Aws::PartnerCentralSelling
926
927
 
927
928
  class RelatedEntityIdentifiers
928
929
  attr_accessor aws_marketplace_offers: ::Array[::String]
929
- attr_accessor aws_products: ::Array[::String]
930
930
  attr_accessor solutions: ::Array[::String]
931
+ attr_accessor aws_products: ::Array[::String]
931
932
  SENSITIVE: []
932
933
  end
933
934
 
@@ -937,9 +938,9 @@ module Aws::PartnerCentralSelling
937
938
  end
938
939
 
939
940
  class ResourceSnapshotJobSummary
941
+ attr_accessor id: ::String
940
942
  attr_accessor arn: ::String
941
943
  attr_accessor engagement_id: ::String
942
- attr_accessor id: ::String
943
944
  attr_accessor status: ("Running" | "Stopped")
944
945
  SENSITIVE: []
945
946
  end
@@ -957,21 +958,21 @@ module Aws::PartnerCentralSelling
957
958
 
958
959
  class ResourceSnapshotSummary
959
960
  attr_accessor arn: ::String
960
- attr_accessor created_by: ::String
961
+ attr_accessor revision: ::Integer
962
+ attr_accessor resource_type: ("Opportunity")
961
963
  attr_accessor resource_id: ::String
962
964
  attr_accessor resource_snapshot_template_name: ::String
963
- attr_accessor resource_type: ("Opportunity")
964
- attr_accessor revision: ::Integer
965
+ attr_accessor created_by: ::String
965
966
  SENSITIVE: [:created_by]
966
967
  end
967
968
 
968
969
  class SenderContact
969
- attr_accessor business_title: ::String
970
970
  attr_accessor email: ::String
971
971
  attr_accessor first_name: ::String
972
972
  attr_accessor last_name: ::String
973
+ attr_accessor business_title: ::String
973
974
  attr_accessor phone: ::String
974
- SENSITIVE: [:business_title, :email, :first_name, :last_name, :phone]
975
+ SENSITIVE: [:email, :first_name, :last_name, :business_title, :phone]
975
976
  end
976
977
 
977
978
  class ServiceQuotaExceededException
@@ -981,26 +982,26 @@ module Aws::PartnerCentralSelling
981
982
 
982
983
  class SoftwareRevenue
983
984
  attr_accessor delivery_model: ("Contract" | "Pay-as-you-go" | "Subscription")
985
+ attr_accessor value: Types::MonetaryValue
984
986
  attr_accessor effective_date: ::String
985
987
  attr_accessor expiration_date: ::String
986
- attr_accessor value: Types::MonetaryValue
987
988
  SENSITIVE: []
988
989
  end
989
990
 
990
991
  class SolutionBase
991
- attr_accessor arn: ::String
992
992
  attr_accessor catalog: ::String
993
- attr_accessor category: ::String
994
- attr_accessor created_date: ::Time
995
993
  attr_accessor id: ::String
994
+ attr_accessor arn: ::String
996
995
  attr_accessor name: ::String
997
996
  attr_accessor status: ("Active" | "Inactive" | "Draft")
997
+ attr_accessor category: ::String
998
+ attr_accessor created_date: ::Time
998
999
  SENSITIVE: []
999
1000
  end
1000
1001
 
1001
1002
  class SolutionSort
1002
- attr_accessor sort_by: ("Identifier" | "Name" | "Status" | "Category" | "CreatedDate")
1003
1003
  attr_accessor sort_order: ("ASCENDING" | "DESCENDING")
1004
+ attr_accessor sort_by: ("Identifier" | "Name" | "Status" | "Category" | "CreatedDate")
1004
1005
  SENSITIVE: []
1005
1006
  end
1006
1007
 
@@ -1019,38 +1020,38 @@ module Aws::PartnerCentralSelling
1019
1020
  end
1020
1021
 
1021
1022
  class StartEngagementByAcceptingInvitationTaskResponse
1022
- attr_accessor engagement_invitation_id: ::String
1023
+ attr_accessor task_id: ::String
1024
+ attr_accessor task_arn: ::String
1025
+ attr_accessor start_time: ::Time
1026
+ attr_accessor task_status: ("IN_PROGRESS" | "COMPLETE" | "FAILED")
1023
1027
  attr_accessor message: ::String
1024
- attr_accessor opportunity_id: ::String
1025
1028
  attr_accessor reason_code: ("InvitationAccessDenied" | "InvitationValidationFailed" | "EngagementAccessDenied" | "OpportunityAccessDenied" | "ResourceSnapshotJobAccessDenied" | "ResourceSnapshotJobValidationFailed" | "ResourceSnapshotJobConflict" | "EngagementValidationFailed" | "EngagementConflict" | "OpportunitySubmissionFailed" | "EngagementInvitationConflict" | "InternalError" | "OpportunityValidationFailed" | "OpportunityConflict" | "ResourceSnapshotAccessDenied" | "ResourceSnapshotValidationFailed" | "ResourceSnapshotConflict" | "ServiceQuotaExceeded" | "RequestThrottled")
1029
+ attr_accessor opportunity_id: ::String
1026
1030
  attr_accessor resource_snapshot_job_id: ::String
1027
- attr_accessor start_time: ::Time
1028
- attr_accessor task_arn: ::String
1029
- attr_accessor task_id: ::String
1030
- attr_accessor task_status: ("IN_PROGRESS" | "COMPLETE" | "FAILED")
1031
+ attr_accessor engagement_invitation_id: ::String
1031
1032
  SENSITIVE: []
1032
1033
  end
1033
1034
 
1034
1035
  class StartEngagementFromOpportunityTaskRequest
1035
- attr_accessor aws_submission: Types::AwsSubmission
1036
1036
  attr_accessor catalog: ::String
1037
1037
  attr_accessor client_token: ::String
1038
1038
  attr_accessor identifier: ::String
1039
+ attr_accessor aws_submission: Types::AwsSubmission
1039
1040
  attr_accessor tags: ::Array[Types::Tag]
1040
1041
  SENSITIVE: []
1041
1042
  end
1042
1043
 
1043
1044
  class StartEngagementFromOpportunityTaskResponse
1044
- attr_accessor engagement_id: ::String
1045
- attr_accessor engagement_invitation_id: ::String
1045
+ attr_accessor task_id: ::String
1046
+ attr_accessor task_arn: ::String
1047
+ attr_accessor start_time: ::Time
1048
+ attr_accessor task_status: ("IN_PROGRESS" | "COMPLETE" | "FAILED")
1046
1049
  attr_accessor message: ::String
1047
- attr_accessor opportunity_id: ::String
1048
1050
  attr_accessor reason_code: ("InvitationAccessDenied" | "InvitationValidationFailed" | "EngagementAccessDenied" | "OpportunityAccessDenied" | "ResourceSnapshotJobAccessDenied" | "ResourceSnapshotJobValidationFailed" | "ResourceSnapshotJobConflict" | "EngagementValidationFailed" | "EngagementConflict" | "OpportunitySubmissionFailed" | "EngagementInvitationConflict" | "InternalError" | "OpportunityValidationFailed" | "OpportunityConflict" | "ResourceSnapshotAccessDenied" | "ResourceSnapshotValidationFailed" | "ResourceSnapshotConflict" | "ServiceQuotaExceeded" | "RequestThrottled")
1051
+ attr_accessor opportunity_id: ::String
1049
1052
  attr_accessor resource_snapshot_job_id: ::String
1050
- attr_accessor start_time: ::Time
1051
- attr_accessor task_arn: ::String
1052
- attr_accessor task_id: ::String
1053
- attr_accessor task_status: ("IN_PROGRESS" | "COMPLETE" | "FAILED")
1053
+ attr_accessor engagement_id: ::String
1054
+ attr_accessor engagement_invitation_id: ::String
1054
1055
  SENSITIVE: []
1055
1056
  end
1056
1057
 
@@ -1105,17 +1106,17 @@ module Aws::PartnerCentralSelling
1105
1106
 
1106
1107
  class UpdateOpportunityRequest
1107
1108
  attr_accessor catalog: ::String
1108
- attr_accessor customer: Types::Customer
1109
- attr_accessor identifier: ::String
1110
- attr_accessor last_modified_date: ::Time
1111
- attr_accessor life_cycle: Types::LifeCycle
1112
- attr_accessor marketing: Types::Marketing
1109
+ attr_accessor primary_needs_from_aws: ::Array[("Co-Sell - Architectural Validation" | "Co-Sell - Business Presentation" | "Co-Sell - Competitive Information" | "Co-Sell - Pricing Assistance" | "Co-Sell - Technical Consultation" | "Co-Sell - Total Cost of Ownership Evaluation" | "Co-Sell - Deal Support" | "Co-Sell - Support for Public Tender / RFx")]
1113
1110
  attr_accessor national_security: ("Yes" | "No")
1114
- attr_accessor opportunity_type: ("Net New Business" | "Flat Renewal" | "Expansion")
1115
1111
  attr_accessor partner_opportunity_identifier: ::String
1116
- attr_accessor primary_needs_from_aws: ::Array[("Co-Sell - Architectural Validation" | "Co-Sell - Business Presentation" | "Co-Sell - Competitive Information" | "Co-Sell - Pricing Assistance" | "Co-Sell - Technical Consultation" | "Co-Sell - Total Cost of Ownership Evaluation" | "Co-Sell - Deal Support" | "Co-Sell - Support for Public Tender / RFx")]
1112
+ attr_accessor customer: Types::Customer
1117
1113
  attr_accessor project: Types::Project
1114
+ attr_accessor opportunity_type: ("Net New Business" | "Flat Renewal" | "Expansion")
1115
+ attr_accessor marketing: Types::Marketing
1118
1116
  attr_accessor software_revenue: Types::SoftwareRevenue
1117
+ attr_accessor last_modified_date: ::Time
1118
+ attr_accessor identifier: ::String
1119
+ attr_accessor life_cycle: Types::LifeCycle
1119
1120
  SENSITIVE: []
1120
1121
  end
1121
1122
 
@@ -1126,16 +1127,16 @@ module Aws::PartnerCentralSelling
1126
1127
  end
1127
1128
 
1128
1129
  class ValidationException
1129
- attr_accessor error_list: ::Array[Types::ValidationExceptionError]
1130
1130
  attr_accessor message: ::String
1131
1131
  attr_accessor reason: ("REQUEST_VALIDATION_FAILED" | "BUSINESS_VALIDATION_FAILED")
1132
+ attr_accessor error_list: ::Array[Types::ValidationExceptionError]
1132
1133
  SENSITIVE: []
1133
1134
  end
1134
1135
 
1135
1136
  class ValidationExceptionError
1136
- attr_accessor code: ("REQUIRED_FIELD_MISSING" | "INVALID_ENUM_VALUE" | "INVALID_STRING_FORMAT" | "INVALID_VALUE" | "TOO_MANY_VALUES" | "INVALID_RESOURCE_STATE" | "DUPLICATE_KEY_VALUE" | "VALUE_OUT_OF_RANGE" | "ACTION_NOT_PERMITTED")
1137
1137
  attr_accessor field_name: ::String
1138
1138
  attr_accessor message: ::String
1139
+ attr_accessor code: ("REQUIRED_FIELD_MISSING" | "INVALID_ENUM_VALUE" | "INVALID_STRING_FORMAT" | "INVALID_VALUE" | "TOO_MANY_VALUES" | "INVALID_RESOURCE_STATE" | "DUPLICATE_KEY_VALUE" | "VALUE_OUT_OF_RANGE" | "ACTION_NOT_PERMITTED")
1139
1140
  SENSITIVE: []
1140
1141
  end
1141
1142
  end