aws-sdk-partnercentralselling 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/types.rbs ADDED
@@ -0,0 +1,619 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::PartnerCentralSelling
9
+ module Types
10
+
11
+ class AccessDeniedException
12
+ attr_accessor message: ::String
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class Account
17
+ attr_accessor address: Types::Address
18
+ attr_accessor aws_account_id: ::String
19
+ attr_accessor company_name: ::String
20
+ attr_accessor duns: ::String
21
+ 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")
22
+ attr_accessor other_industry: ::String
23
+ attr_accessor website_url: ::String
24
+ SENSITIVE: [:aws_account_id, :company_name, :duns, :website_url]
25
+ end
26
+
27
+ class AccountReceiver
28
+ attr_accessor alias: ::String
29
+ attr_accessor aws_account_id: ::String
30
+ SENSITIVE: [:aws_account_id]
31
+ end
32
+
33
+ class AccountSummary
34
+ attr_accessor address: Types::AddressSummary
35
+ attr_accessor company_name: ::String
36
+ 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")
37
+ attr_accessor other_industry: ::String
38
+ attr_accessor website_url: ::String
39
+ SENSITIVE: [:company_name, :website_url]
40
+ end
41
+
42
+ class Address
43
+ attr_accessor city: ::String
44
+ 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")
45
+ attr_accessor postal_code: ::String
46
+ attr_accessor state_or_region: ::String
47
+ attr_accessor street_address: ::String
48
+ SENSITIVE: [:city, :country_code, :postal_code, :state_or_region, :street_address]
49
+ end
50
+
51
+ class AddressSummary
52
+ attr_accessor city: ::String
53
+ 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")
54
+ attr_accessor postal_code: ::String
55
+ attr_accessor state_or_region: ::String
56
+ SENSITIVE: [:city, :country_code, :postal_code, :state_or_region]
57
+ end
58
+
59
+ class AssignOpportunityRequest
60
+ attr_accessor assignee: Types::AssigneeContact
61
+ attr_accessor catalog: ::String
62
+ attr_accessor identifier: ::String
63
+ SENSITIVE: []
64
+ end
65
+
66
+ class AssigneeContact
67
+ attr_accessor business_title: ::String
68
+ attr_accessor email: ::String
69
+ attr_accessor first_name: ::String
70
+ attr_accessor last_name: ::String
71
+ SENSITIVE: [:business_title, :email, :first_name, :last_name]
72
+ end
73
+
74
+ class AssociateOpportunityRequest
75
+ attr_accessor catalog: ::String
76
+ attr_accessor opportunity_identifier: ::String
77
+ attr_accessor related_entity_identifier: ::String
78
+ attr_accessor related_entity_type: ("Solutions" | "AwsProducts" | "AwsMarketplaceOffers")
79
+ SENSITIVE: []
80
+ end
81
+
82
+ class AwsOpportunityCustomer
83
+ attr_accessor contacts: ::Array[Types::Contact]
84
+ SENSITIVE: []
85
+ end
86
+
87
+ class AwsOpportunityInsights
88
+ attr_accessor engagement_score: ("High" | "Medium" | "Low")
89
+ attr_accessor next_best_actions: ::String
90
+ SENSITIVE: []
91
+ end
92
+
93
+ class AwsOpportunityLifeCycle
94
+ 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")
95
+ attr_accessor next_steps: ::String
96
+ attr_accessor next_steps_history: ::Array[Types::ProfileNextStepsHistory]
97
+ 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")
98
+ attr_accessor target_close_date: ::String
99
+ SENSITIVE: [:next_steps]
100
+ end
101
+
102
+ class AwsOpportunityProject
103
+ attr_accessor expected_customer_spend: ::Array[Types::ExpectedCustomerSpend]
104
+ SENSITIVE: []
105
+ end
106
+
107
+ class AwsOpportunityRelatedEntities
108
+ attr_accessor aws_products: ::Array[::String]
109
+ attr_accessor solutions: ::Array[::String]
110
+ SENSITIVE: []
111
+ end
112
+
113
+ class AwsSubmission
114
+ attr_accessor involvement_type: ("For Visibility Only" | "Co-Sell")
115
+ attr_accessor visibility: ("Full" | "Limited")
116
+ SENSITIVE: []
117
+ end
118
+
119
+ class AwsTeamMember
120
+ attr_accessor business_title: ("AWSSalesRep" | "AWSAccountOwner" | "WWPSPDM" | "PDM" | "PSM" | "ISVSM")
121
+ attr_accessor email: ::String
122
+ attr_accessor first_name: ::String
123
+ attr_accessor last_name: ::String
124
+ SENSITIVE: [:email, :first_name, :last_name]
125
+ end
126
+
127
+ class ConflictException
128
+ attr_accessor message: ::String
129
+ SENSITIVE: []
130
+ end
131
+
132
+ class Contact
133
+ attr_accessor business_title: ::String
134
+ attr_accessor email: ::String
135
+ attr_accessor first_name: ::String
136
+ attr_accessor last_name: ::String
137
+ attr_accessor phone: ::String
138
+ SENSITIVE: [:business_title, :email, :first_name, :last_name, :phone]
139
+ end
140
+
141
+ class CreateOpportunityRequest
142
+ attr_accessor catalog: ::String
143
+ attr_accessor client_token: ::String
144
+ attr_accessor customer: Types::Customer
145
+ attr_accessor life_cycle: Types::LifeCycle
146
+ attr_accessor marketing: Types::Marketing
147
+ attr_accessor national_security: ("Yes" | "No")
148
+ attr_accessor opportunity_team: ::Array[Types::Contact]
149
+ attr_accessor opportunity_type: ("Net New Business" | "Flat Renewal" | "Expansion")
150
+ attr_accessor origin: ("AWS Referral" | "Partner Referral")
151
+ attr_accessor partner_opportunity_identifier: ::String
152
+ 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")]
153
+ attr_accessor project: Types::Project
154
+ attr_accessor software_revenue: Types::SoftwareRevenue
155
+ SENSITIVE: []
156
+ end
157
+
158
+ class CreateOpportunityResponse
159
+ attr_accessor id: ::String
160
+ attr_accessor last_modified_date: ::Time
161
+ attr_accessor partner_opportunity_identifier: ::String
162
+ SENSITIVE: []
163
+ end
164
+
165
+ class Customer
166
+ attr_accessor account: Types::Account
167
+ attr_accessor contacts: ::Array[Types::Contact]
168
+ SENSITIVE: []
169
+ end
170
+
171
+ class CustomerSummary
172
+ attr_accessor account: Types::AccountSummary
173
+ SENSITIVE: []
174
+ end
175
+
176
+ class DisassociateOpportunityRequest
177
+ attr_accessor catalog: ::String
178
+ attr_accessor opportunity_identifier: ::String
179
+ attr_accessor related_entity_identifier: ::String
180
+ attr_accessor related_entity_type: ("Solutions" | "AwsProducts" | "AwsMarketplaceOffers")
181
+ SENSITIVE: []
182
+ end
183
+
184
+ class EngagementCustomer
185
+ attr_accessor company_name: ::String
186
+ 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")
187
+ 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")
188
+ attr_accessor website_url: ::String
189
+ SENSITIVE: [:country_code, :website_url]
190
+ end
191
+
192
+ class EngagementInvitationSummary
193
+ attr_accessor arn: ::String
194
+ attr_accessor catalog: ::String
195
+ attr_accessor engagement_title: ::String
196
+ attr_accessor expiration_date: ::Time
197
+ attr_accessor id: ::String
198
+ attr_accessor invitation_date: ::Time
199
+ attr_accessor payload_type: ("OpportunityInvitation")
200
+ attr_accessor receiver: Types::Receiver
201
+ attr_accessor sender_aws_account_id: ::String
202
+ attr_accessor sender_company_name: ::String
203
+ attr_accessor status: ("ACCEPTED" | "PENDING" | "REJECTED" | "EXPIRED")
204
+ SENSITIVE: [:sender_aws_account_id]
205
+ end
206
+
207
+ class ExpectedCustomerSpend
208
+ attr_accessor amount: ::String
209
+ 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")
210
+ attr_accessor frequency: ("Monthly")
211
+ attr_accessor target_company: ::String
212
+ SENSITIVE: []
213
+ end
214
+
215
+ class GetAwsOpportunitySummaryRequest
216
+ attr_accessor catalog: ::String
217
+ attr_accessor related_opportunity_identifier: ::String
218
+ SENSITIVE: []
219
+ end
220
+
221
+ class GetAwsOpportunitySummaryResponse
222
+ attr_accessor catalog: ::String
223
+ attr_accessor customer: Types::AwsOpportunityCustomer
224
+ attr_accessor insights: Types::AwsOpportunityInsights
225
+ attr_accessor involvement_type: ("For Visibility Only" | "Co-Sell")
226
+ attr_accessor involvement_type_change_reason: ("Expansion Opportunity" | "Change in Deal Information" | "Customer Requested" | "Technical Complexity" | "Risk Mitigation")
227
+ attr_accessor life_cycle: Types::AwsOpportunityLifeCycle
228
+ attr_accessor opportunity_team: ::Array[Types::AwsTeamMember]
229
+ attr_accessor origin: ("AWS Referral" | "Partner Referral")
230
+ attr_accessor project: Types::AwsOpportunityProject
231
+ attr_accessor related_entity_ids: Types::AwsOpportunityRelatedEntities
232
+ attr_accessor related_opportunity_id: ::String
233
+ attr_accessor visibility: ("Full" | "Limited")
234
+ SENSITIVE: []
235
+ end
236
+
237
+ class GetEngagementInvitationRequest
238
+ attr_accessor catalog: ::String
239
+ attr_accessor identifier: ::String
240
+ SENSITIVE: []
241
+ end
242
+
243
+ class GetEngagementInvitationResponse
244
+ attr_accessor arn: ::String
245
+ attr_accessor catalog: ::String
246
+ attr_accessor engagement_title: ::String
247
+ attr_accessor expiration_date: ::Time
248
+ attr_accessor id: ::String
249
+ attr_accessor invitation_date: ::Time
250
+ attr_accessor payload: Types::Payload
251
+ attr_accessor payload_type: ("OpportunityInvitation")
252
+ attr_accessor receiver: Types::Receiver
253
+ attr_accessor rejection_reason: ::String
254
+ attr_accessor sender_aws_account_id: ::String
255
+ attr_accessor sender_company_name: ::String
256
+ attr_accessor status: ("ACCEPTED" | "PENDING" | "REJECTED" | "EXPIRED")
257
+ SENSITIVE: [:sender_aws_account_id]
258
+ end
259
+
260
+ class GetOpportunityRequest
261
+ attr_accessor catalog: ::String
262
+ attr_accessor identifier: ::String
263
+ SENSITIVE: []
264
+ end
265
+
266
+ class GetOpportunityResponse
267
+ attr_accessor catalog: ::String
268
+ attr_accessor created_date: ::Time
269
+ attr_accessor customer: Types::Customer
270
+ attr_accessor id: ::String
271
+ attr_accessor last_modified_date: ::Time
272
+ attr_accessor life_cycle: Types::LifeCycle
273
+ attr_accessor marketing: Types::Marketing
274
+ attr_accessor national_security: ("Yes" | "No")
275
+ attr_accessor opportunity_team: ::Array[Types::Contact]
276
+ attr_accessor opportunity_type: ("Net New Business" | "Flat Renewal" | "Expansion")
277
+ attr_accessor partner_opportunity_identifier: ::String
278
+ 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")]
279
+ attr_accessor project: Types::Project
280
+ attr_accessor related_entity_identifiers: Types::RelatedEntityIdentifiers
281
+ attr_accessor software_revenue: Types::SoftwareRevenue
282
+ SENSITIVE: []
283
+ end
284
+
285
+ class InternalServerException
286
+ attr_accessor message: ::String
287
+ SENSITIVE: []
288
+ end
289
+
290
+ class LastModifiedDate
291
+ attr_accessor after_last_modified_date: ::Time
292
+ attr_accessor before_last_modified_date: ::Time
293
+ SENSITIVE: []
294
+ end
295
+
296
+ class LifeCycle
297
+ 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")
298
+ attr_accessor next_steps: ::String
299
+ attr_accessor next_steps_history: ::Array[Types::NextStepsHistory]
300
+ attr_accessor review_comments: ::String
301
+ attr_accessor review_status: ("Pending Submission" | "Submitted" | "In review" | "Approved" | "Rejected" | "Action Required")
302
+ attr_accessor review_status_reason: ::String
303
+ attr_accessor stage: ("Prospect" | "Qualified" | "Technical Validation" | "Business Validation" | "Committed" | "Launched" | "Closed Lost")
304
+ attr_accessor target_close_date: ::String
305
+ SENSITIVE: [:next_steps]
306
+ end
307
+
308
+ class LifeCycleSummary
309
+ 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")
310
+ attr_accessor next_steps: ::String
311
+ attr_accessor review_comments: ::String
312
+ attr_accessor review_status: ("Pending Submission" | "Submitted" | "In review" | "Approved" | "Rejected" | "Action Required")
313
+ attr_accessor review_status_reason: ::String
314
+ attr_accessor stage: ("Prospect" | "Qualified" | "Technical Validation" | "Business Validation" | "Committed" | "Launched" | "Closed Lost")
315
+ attr_accessor target_close_date: ::String
316
+ SENSITIVE: [:next_steps]
317
+ end
318
+
319
+ class ListEngagementInvitationsRequest
320
+ attr_accessor catalog: ::String
321
+ attr_accessor max_results: ::Integer
322
+ attr_accessor next_token: ::String
323
+ attr_accessor participant_type: ("RECEIVER")
324
+ attr_accessor payload_type: ::Array[("OpportunityInvitation")]
325
+ attr_accessor sort: Types::OpportunityEngagementInvitationSort
326
+ SENSITIVE: []
327
+ end
328
+
329
+ class ListEngagementInvitationsResponse
330
+ attr_accessor engagement_invitation_summaries: ::Array[Types::EngagementInvitationSummary]
331
+ attr_accessor next_token: ::String
332
+ SENSITIVE: []
333
+ end
334
+
335
+ class ListOpportunitiesRequest
336
+ attr_accessor catalog: ::String
337
+ attr_accessor customer_company_name: ::Array[::String]
338
+ attr_accessor identifier: ::Array[::String]
339
+ attr_accessor last_modified_date: Types::LastModifiedDate
340
+ attr_accessor life_cycle_review_status: ::Array[("Pending Submission" | "Submitted" | "In review" | "Approved" | "Rejected" | "Action Required")]
341
+ attr_accessor life_cycle_stage: ::Array[("Prospect" | "Qualified" | "Technical Validation" | "Business Validation" | "Committed" | "Launched" | "Closed Lost")]
342
+ attr_accessor max_results: ::Integer
343
+ attr_accessor next_token: ::String
344
+ attr_accessor sort: Types::OpportunitySort
345
+ SENSITIVE: []
346
+ end
347
+
348
+ class ListOpportunitiesResponse
349
+ attr_accessor next_token: ::String
350
+ attr_accessor opportunity_summaries: ::Array[Types::OpportunitySummary]
351
+ SENSITIVE: []
352
+ end
353
+
354
+ class ListSolutionsRequest
355
+ attr_accessor catalog: ::String
356
+ attr_accessor category: ::Array[::String]
357
+ attr_accessor identifier: ::Array[::String]
358
+ attr_accessor max_results: ::Integer
359
+ attr_accessor next_token: ::String
360
+ attr_accessor sort: Types::SolutionSort
361
+ attr_accessor status: ::Array[("Active" | "Inactive" | "Draft")]
362
+ SENSITIVE: []
363
+ end
364
+
365
+ class ListSolutionsResponse
366
+ attr_accessor next_token: ::String
367
+ attr_accessor solution_summaries: ::Array[Types::SolutionBase]
368
+ SENSITIVE: []
369
+ end
370
+
371
+ class Marketing
372
+ attr_accessor aws_funding_used: ("Yes" | "No")
373
+ attr_accessor campaign_name: ::String
374
+ 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")]
375
+ attr_accessor source: ("Marketing Activity" | "None")
376
+ attr_accessor use_cases: ::Array[::String]
377
+ SENSITIVE: []
378
+ end
379
+
380
+ class MonetaryValue
381
+ attr_accessor amount: ::String
382
+ 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")
383
+ SENSITIVE: []
384
+ end
385
+
386
+ class NextStepsHistory
387
+ attr_accessor time: ::Time
388
+ attr_accessor value: ::String
389
+ SENSITIVE: []
390
+ end
391
+
392
+ class OpportunityEngagementInvitationSort
393
+ attr_accessor sort_by: ("InvitationDate")
394
+ attr_accessor sort_order: ("ASCENDING" | "DESCENDING")
395
+ SENSITIVE: []
396
+ end
397
+
398
+ class OpportunityInvitationPayload
399
+ attr_accessor customer: Types::EngagementCustomer
400
+ attr_accessor project: Types::ProjectDetails
401
+ attr_accessor receiver_responsibilities: ::Array[("Distributor" | "Reseller" | "Hardware Partner" | "Managed Service Provider" | "Software Partner" | "Services Partner" | "Training Partner" | "Co-Sell Facilitator" | "Facilitator")]
402
+ attr_accessor sender_contacts: ::Array[Types::SenderContact]
403
+ SENSITIVE: []
404
+ end
405
+
406
+ class OpportunitySort
407
+ attr_accessor sort_by: ("LastModifiedDate" | "Identifier" | "CustomerCompanyName")
408
+ attr_accessor sort_order: ("ASCENDING" | "DESCENDING")
409
+ SENSITIVE: []
410
+ end
411
+
412
+ class OpportunitySummary
413
+ attr_accessor catalog: ::String
414
+ attr_accessor created_date: ::Time
415
+ attr_accessor customer: Types::CustomerSummary
416
+ attr_accessor id: ::String
417
+ attr_accessor last_modified_date: ::Time
418
+ attr_accessor life_cycle: Types::LifeCycleSummary
419
+ attr_accessor opportunity_type: ("Net New Business" | "Flat Renewal" | "Expansion")
420
+ attr_accessor partner_opportunity_identifier: ::String
421
+ attr_accessor project: Types::ProjectSummary
422
+ SENSITIVE: []
423
+ end
424
+
425
+ class Payload
426
+ attr_accessor opportunity_invitation: Types::OpportunityInvitationPayload
427
+ attr_accessor unknown: untyped
428
+ SENSITIVE: []
429
+
430
+ class OpportunityInvitation < Payload
431
+ end
432
+ class Unknown < Payload
433
+ end
434
+ end
435
+
436
+ class ProfileNextStepsHistory
437
+ attr_accessor time: ::Time
438
+ attr_accessor value: ::String
439
+ SENSITIVE: []
440
+ end
441
+
442
+ class Project
443
+ attr_accessor additional_comments: ::String
444
+ attr_accessor apn_programs: ::Array[::String]
445
+ 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")
446
+ attr_accessor customer_business_problem: ::String
447
+ attr_accessor customer_use_case: ::String
448
+ attr_accessor delivery_models: ::Array[("SaaS or PaaS" | "BYOL or AMI" | "Managed Services" | "Professional Services" | "Resell" | "Other")]
449
+ attr_accessor expected_customer_spend: ::Array[Types::ExpectedCustomerSpend]
450
+ attr_accessor other_competitor_names: ::String
451
+ attr_accessor other_solution_description: ::String
452
+ attr_accessor related_opportunity_identifier: ::String
453
+ 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")]
454
+ attr_accessor title: ::String
455
+ SENSITIVE: [:customer_business_problem, :other_solution_description, :title]
456
+ end
457
+
458
+ class ProjectDetails
459
+ attr_accessor business_problem: ::String
460
+ attr_accessor expected_customer_spend: ::Array[Types::ExpectedCustomerSpend]
461
+ attr_accessor target_completion_date: ::String
462
+ attr_accessor title: ::String
463
+ SENSITIVE: [:business_problem]
464
+ end
465
+
466
+ class ProjectSummary
467
+ attr_accessor delivery_models: ::Array[("SaaS or PaaS" | "BYOL or AMI" | "Managed Services" | "Professional Services" | "Resell" | "Other")]
468
+ attr_accessor expected_customer_spend: ::Array[Types::ExpectedCustomerSpend]
469
+ SENSITIVE: []
470
+ end
471
+
472
+ class Receiver
473
+ attr_accessor account: Types::AccountReceiver
474
+ attr_accessor unknown: untyped
475
+ SENSITIVE: []
476
+
477
+ class Account < Receiver
478
+ end
479
+ class Unknown < Receiver
480
+ end
481
+ end
482
+
483
+ class RejectEngagementInvitationRequest
484
+ attr_accessor catalog: ::String
485
+ attr_accessor identifier: ::String
486
+ attr_accessor rejection_reason: ::String
487
+ SENSITIVE: []
488
+ end
489
+
490
+ class RelatedEntityIdentifiers
491
+ attr_accessor aws_marketplace_offers: ::Array[::String]
492
+ attr_accessor aws_products: ::Array[::String]
493
+ attr_accessor solutions: ::Array[::String]
494
+ SENSITIVE: []
495
+ end
496
+
497
+ class ResourceNotFoundException
498
+ attr_accessor message: ::String
499
+ SENSITIVE: []
500
+ end
501
+
502
+ class SenderContact
503
+ attr_accessor business_title: ::String
504
+ attr_accessor email: ::String
505
+ attr_accessor first_name: ::String
506
+ attr_accessor last_name: ::String
507
+ attr_accessor phone: ::String
508
+ SENSITIVE: [:business_title, :email, :first_name, :last_name, :phone]
509
+ end
510
+
511
+ class ServiceQuotaExceededException
512
+ attr_accessor message: ::String
513
+ SENSITIVE: []
514
+ end
515
+
516
+ class SoftwareRevenue
517
+ attr_accessor delivery_model: ("Contract" | "Pay-as-you-go" | "Subscription")
518
+ attr_accessor effective_date: ::String
519
+ attr_accessor expiration_date: ::String
520
+ attr_accessor value: Types::MonetaryValue
521
+ SENSITIVE: []
522
+ end
523
+
524
+ class SolutionBase
525
+ attr_accessor catalog: ::String
526
+ attr_accessor category: ::String
527
+ attr_accessor created_date: ::Time
528
+ attr_accessor id: ::String
529
+ attr_accessor name: ::String
530
+ attr_accessor status: ("Active" | "Inactive" | "Draft")
531
+ SENSITIVE: []
532
+ end
533
+
534
+ class SolutionSort
535
+ attr_accessor sort_by: ("Identifier" | "Name" | "Status" | "Category" | "CreatedDate")
536
+ attr_accessor sort_order: ("ASCENDING" | "DESCENDING")
537
+ SENSITIVE: []
538
+ end
539
+
540
+ class StartEngagementByAcceptingInvitationTaskRequest
541
+ attr_accessor catalog: ::String
542
+ attr_accessor client_token: ::String
543
+ attr_accessor identifier: ::String
544
+ SENSITIVE: []
545
+ end
546
+
547
+ class StartEngagementByAcceptingInvitationTaskResponse
548
+ attr_accessor engagement_invitation_id: ::String
549
+ attr_accessor message: ::String
550
+ attr_accessor opportunity_id: ::String
551
+ attr_accessor reason_code: ("InvitationAccessDenied" | "EngagementAccessDenied" | "OpportunityAccessDenied" | "ResourceSnapshotJobAccessDenied" | "EngagementValidationFailed" | "OpportunitySubmissionFailed" | "EngagementInvitationConflict" | "InternalError" | "OpportunityValidationFailed" | "OpportunityConflict")
552
+ attr_accessor start_time: ::Time
553
+ attr_accessor task_arn: ::String
554
+ attr_accessor task_id: ::String
555
+ attr_accessor task_status: ("IN_PROGRESS" | "COMPLETE" | "FAILED")
556
+ SENSITIVE: []
557
+ end
558
+
559
+ class StartEngagementFromOpportunityTaskRequest
560
+ attr_accessor aws_submission: Types::AwsSubmission
561
+ attr_accessor catalog: ::String
562
+ attr_accessor client_token: ::String
563
+ attr_accessor identifier: ::String
564
+ SENSITIVE: []
565
+ end
566
+
567
+ class StartEngagementFromOpportunityTaskResponse
568
+ attr_accessor message: ::String
569
+ attr_accessor opportunity_id: ::String
570
+ attr_accessor reason_code: ("InvitationAccessDenied" | "EngagementAccessDenied" | "OpportunityAccessDenied" | "ResourceSnapshotJobAccessDenied" | "EngagementValidationFailed" | "OpportunitySubmissionFailed" | "EngagementInvitationConflict" | "InternalError" | "OpportunityValidationFailed" | "OpportunityConflict")
571
+ attr_accessor start_time: ::Time
572
+ attr_accessor task_arn: ::String
573
+ attr_accessor task_id: ::String
574
+ attr_accessor task_status: ("IN_PROGRESS" | "COMPLETE" | "FAILED")
575
+ SENSITIVE: []
576
+ end
577
+
578
+ class ThrottlingException
579
+ attr_accessor message: ::String
580
+ SENSITIVE: []
581
+ end
582
+
583
+ class UpdateOpportunityRequest
584
+ attr_accessor catalog: ::String
585
+ attr_accessor customer: Types::Customer
586
+ attr_accessor identifier: ::String
587
+ attr_accessor last_modified_date: ::Time
588
+ attr_accessor life_cycle: Types::LifeCycle
589
+ attr_accessor marketing: Types::Marketing
590
+ attr_accessor national_security: ("Yes" | "No")
591
+ attr_accessor opportunity_type: ("Net New Business" | "Flat Renewal" | "Expansion")
592
+ attr_accessor partner_opportunity_identifier: ::String
593
+ 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")]
594
+ attr_accessor project: Types::Project
595
+ attr_accessor software_revenue: Types::SoftwareRevenue
596
+ SENSITIVE: []
597
+ end
598
+
599
+ class UpdateOpportunityResponse
600
+ attr_accessor id: ::String
601
+ attr_accessor last_modified_date: ::Time
602
+ SENSITIVE: []
603
+ end
604
+
605
+ class ValidationException
606
+ attr_accessor error_list: ::Array[Types::ValidationExceptionError]
607
+ attr_accessor message: ::String
608
+ attr_accessor reason: ("REQUEST_VALIDATION_FAILED" | "BUSINESS_VALIDATION_FAILED")
609
+ SENSITIVE: []
610
+ end
611
+
612
+ class ValidationExceptionError
613
+ 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")
614
+ attr_accessor field_name: ::String
615
+ attr_accessor message: ::String
616
+ SENSITIVE: []
617
+ end
618
+ end
619
+ end
data/sig/waiters.rbs ADDED
@@ -0,0 +1,13 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module PartnerCentralSelling
10
+ module Waiters
11
+ end
12
+ end
13
+ end