aws-sdk-partnercentralselling 1.19.0 → 1.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-partnercentralselling/client.rb +596 -26
- data/lib/aws-sdk-partnercentralselling/client_api.rb +338 -15
- data/lib/aws-sdk-partnercentralselling/errors.rb +5 -0
- data/lib/aws-sdk-partnercentralselling/types.rb +1161 -69
- data/lib/aws-sdk-partnercentralselling.rb +1 -1
- data/sig/client.rbs +248 -11
- data/sig/errors.rbs +1 -0
- data/sig/types.rbs +244 -16
- metadata +1 -1
data/sig/types.rbs
CHANGED
|
@@ -16,6 +16,7 @@ module Aws::PartnerCentralSelling
|
|
|
16
16
|
|
|
17
17
|
class AccessDeniedException
|
|
18
18
|
attr_accessor message: ::String
|
|
19
|
+
attr_accessor reason: ("INCOMPATIBLE_BENEFIT_AWS_PARTNER_STATE")
|
|
19
20
|
SENSITIVE: []
|
|
20
21
|
end
|
|
21
22
|
|
|
@@ -73,14 +74,15 @@ module Aws::PartnerCentralSelling
|
|
|
73
74
|
attr_accessor email: ::String
|
|
74
75
|
attr_accessor first_name: ::String
|
|
75
76
|
attr_accessor last_name: ::String
|
|
77
|
+
attr_accessor phone: ::String
|
|
76
78
|
attr_accessor business_title: ::String
|
|
77
|
-
SENSITIVE: [:email, :first_name, :last_name, :business_title]
|
|
79
|
+
SENSITIVE: [:email, :first_name, :last_name, :phone, :business_title]
|
|
78
80
|
end
|
|
79
81
|
|
|
80
82
|
class AssociateOpportunityRequest
|
|
81
83
|
attr_accessor catalog: ::String
|
|
82
84
|
attr_accessor opportunity_identifier: ::String
|
|
83
|
-
attr_accessor related_entity_type: ("Solutions" | "AwsProducts" | "AwsMarketplaceOffers")
|
|
85
|
+
attr_accessor related_entity_type: ("Solutions" | "AwsProducts" | "AwsMarketplaceOffers" | "AwsMarketplaceOfferSets")
|
|
84
86
|
attr_accessor related_entity_identifier: ::String
|
|
85
87
|
SENSITIVE: []
|
|
86
88
|
end
|
|
@@ -93,6 +95,7 @@ module Aws::PartnerCentralSelling
|
|
|
93
95
|
class AwsOpportunityInsights
|
|
94
96
|
attr_accessor next_best_actions: ::String
|
|
95
97
|
attr_accessor engagement_score: ("High" | "Medium" | "Low")
|
|
98
|
+
attr_accessor aws_products_spend_insights_by_source: Types::AwsProductsSpendInsightsBySource
|
|
96
99
|
SENSITIVE: []
|
|
97
100
|
end
|
|
98
101
|
|
|
@@ -116,6 +119,40 @@ module Aws::PartnerCentralSelling
|
|
|
116
119
|
SENSITIVE: []
|
|
117
120
|
end
|
|
118
121
|
|
|
122
|
+
class AwsProductDetails
|
|
123
|
+
attr_accessor product_code: ::String
|
|
124
|
+
attr_accessor service_code: ::String
|
|
125
|
+
attr_accessor categories: ::Array[::String]
|
|
126
|
+
attr_accessor amount: ::String
|
|
127
|
+
attr_accessor optimized_amount: ::String
|
|
128
|
+
attr_accessor potential_savings_amount: ::String
|
|
129
|
+
attr_accessor optimizations: ::Array[Types::AwsProductOptimization]
|
|
130
|
+
SENSITIVE: [:amount, :optimized_amount, :potential_savings_amount]
|
|
131
|
+
end
|
|
132
|
+
|
|
133
|
+
class AwsProductInsights
|
|
134
|
+
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")
|
|
135
|
+
attr_accessor frequency: ("Monthly")
|
|
136
|
+
attr_accessor total_amount: ::String
|
|
137
|
+
attr_accessor total_optimized_amount: ::String
|
|
138
|
+
attr_accessor total_potential_savings_amount: ::String
|
|
139
|
+
attr_accessor total_amount_by_category: ::Hash[::String, ::String]
|
|
140
|
+
attr_accessor aws_products: ::Array[Types::AwsProductDetails]
|
|
141
|
+
SENSITIVE: [:currency_code, :total_amount, :total_optimized_amount, :total_potential_savings_amount]
|
|
142
|
+
end
|
|
143
|
+
|
|
144
|
+
class AwsProductOptimization
|
|
145
|
+
attr_accessor description: ::String
|
|
146
|
+
attr_accessor savings_amount: ::String
|
|
147
|
+
SENSITIVE: [:savings_amount]
|
|
148
|
+
end
|
|
149
|
+
|
|
150
|
+
class AwsProductsSpendInsightsBySource
|
|
151
|
+
attr_accessor partner: Types::AwsProductInsights
|
|
152
|
+
attr_accessor aws: Types::AwsProductInsights
|
|
153
|
+
SENSITIVE: []
|
|
154
|
+
end
|
|
155
|
+
|
|
119
156
|
class AwsSubmission
|
|
120
157
|
attr_accessor involvement_type: ("For Visibility Only" | "Co-Sell")
|
|
121
158
|
attr_accessor visibility: ("Full" | "Limited")
|
|
@@ -144,6 +181,23 @@ module Aws::PartnerCentralSelling
|
|
|
144
181
|
SENSITIVE: [:email, :first_name, :last_name, :business_title, :phone]
|
|
145
182
|
end
|
|
146
183
|
|
|
184
|
+
class CreateEngagementContextRequest
|
|
185
|
+
attr_accessor catalog: ::String
|
|
186
|
+
attr_accessor engagement_identifier: ::String
|
|
187
|
+
attr_accessor client_token: ::String
|
|
188
|
+
attr_accessor type: ("CustomerProject" | "Lead")
|
|
189
|
+
attr_accessor payload: Types::EngagementContextPayload
|
|
190
|
+
SENSITIVE: []
|
|
191
|
+
end
|
|
192
|
+
|
|
193
|
+
class CreateEngagementContextResponse
|
|
194
|
+
attr_accessor engagement_id: ::String
|
|
195
|
+
attr_accessor engagement_arn: ::String
|
|
196
|
+
attr_accessor engagement_last_modified_at: ::Time
|
|
197
|
+
attr_accessor context_id: ::String
|
|
198
|
+
SENSITIVE: []
|
|
199
|
+
end
|
|
200
|
+
|
|
147
201
|
class CreateEngagementInvitationRequest
|
|
148
202
|
attr_accessor catalog: ::String
|
|
149
203
|
attr_accessor client_token: ::String
|
|
@@ -170,6 +224,7 @@ module Aws::PartnerCentralSelling
|
|
|
170
224
|
class CreateEngagementResponse
|
|
171
225
|
attr_accessor id: ::String
|
|
172
226
|
attr_accessor arn: ::String
|
|
227
|
+
attr_accessor modified_at: ::Time
|
|
173
228
|
SENSITIVE: []
|
|
174
229
|
end
|
|
175
230
|
|
|
@@ -257,24 +312,28 @@ module Aws::PartnerCentralSelling
|
|
|
257
312
|
class DisassociateOpportunityRequest
|
|
258
313
|
attr_accessor catalog: ::String
|
|
259
314
|
attr_accessor opportunity_identifier: ::String
|
|
260
|
-
attr_accessor related_entity_type: ("Solutions" | "AwsProducts" | "AwsMarketplaceOffers")
|
|
315
|
+
attr_accessor related_entity_type: ("Solutions" | "AwsProducts" | "AwsMarketplaceOffers" | "AwsMarketplaceOfferSets")
|
|
261
316
|
attr_accessor related_entity_identifier: ::String
|
|
262
317
|
SENSITIVE: []
|
|
263
318
|
end
|
|
264
319
|
|
|
265
320
|
class EngagementContextDetails
|
|
266
|
-
attr_accessor
|
|
321
|
+
attr_accessor id: ::String
|
|
322
|
+
attr_accessor type: ("CustomerProject" | "Lead")
|
|
267
323
|
attr_accessor payload: Types::EngagementContextPayload
|
|
268
324
|
SENSITIVE: []
|
|
269
325
|
end
|
|
270
326
|
|
|
271
327
|
class EngagementContextPayload
|
|
272
328
|
attr_accessor customer_project: Types::CustomerProjectsContext
|
|
329
|
+
attr_accessor lead: Types::LeadContext
|
|
273
330
|
attr_accessor unknown: untyped
|
|
274
331
|
SENSITIVE: []
|
|
275
332
|
|
|
276
333
|
class CustomerProject < EngagementContextPayload
|
|
277
334
|
end
|
|
335
|
+
class Lead < EngagementContextPayload
|
|
336
|
+
end
|
|
278
337
|
class Unknown < EngagementContextPayload
|
|
279
338
|
end
|
|
280
339
|
end
|
|
@@ -296,7 +355,7 @@ module Aws::PartnerCentralSelling
|
|
|
296
355
|
|
|
297
356
|
class EngagementInvitationSummary
|
|
298
357
|
attr_accessor arn: ::String
|
|
299
|
-
attr_accessor payload_type: ("OpportunityInvitation")
|
|
358
|
+
attr_accessor payload_type: ("OpportunityInvitation" | "LeadInvitation")
|
|
300
359
|
attr_accessor id: ::String
|
|
301
360
|
attr_accessor engagement_id: ::String
|
|
302
361
|
attr_accessor engagement_title: ::String
|
|
@@ -346,7 +405,10 @@ module Aws::PartnerCentralSelling
|
|
|
346
405
|
attr_accessor created_at: ::Time
|
|
347
406
|
attr_accessor created_by: ::String
|
|
348
407
|
attr_accessor member_count: ::Integer
|
|
349
|
-
|
|
408
|
+
attr_accessor modified_at: ::Time
|
|
409
|
+
attr_accessor modified_by: ::String
|
|
410
|
+
attr_accessor context_types: ::Array[("CustomerProject" | "Lead")]
|
|
411
|
+
SENSITIVE: [:created_by, :modified_by]
|
|
350
412
|
end
|
|
351
413
|
|
|
352
414
|
class ExpectedCustomerSpend
|
|
@@ -355,7 +417,7 @@ module Aws::PartnerCentralSelling
|
|
|
355
417
|
attr_accessor frequency: ("Monthly")
|
|
356
418
|
attr_accessor target_company: ::String
|
|
357
419
|
attr_accessor estimation_url: ::String
|
|
358
|
-
SENSITIVE: [:amount, :currency_code
|
|
420
|
+
SENSITIVE: [:amount, :currency_code]
|
|
359
421
|
end
|
|
360
422
|
|
|
361
423
|
class GetAwsOpportunitySummaryRequest
|
|
@@ -365,7 +427,6 @@ module Aws::PartnerCentralSelling
|
|
|
365
427
|
end
|
|
366
428
|
|
|
367
429
|
class GetAwsOpportunitySummaryResponse
|
|
368
|
-
attr_accessor catalog: ::String
|
|
369
430
|
attr_accessor related_opportunity_id: ::String
|
|
370
431
|
attr_accessor origin: ("AWS Referral" | "Partner Referral")
|
|
371
432
|
attr_accessor involvement_type: ("For Visibility Only" | "Co-Sell")
|
|
@@ -377,6 +438,7 @@ module Aws::PartnerCentralSelling
|
|
|
377
438
|
attr_accessor related_entity_ids: Types::AwsOpportunityRelatedEntities
|
|
378
439
|
attr_accessor customer: Types::AwsOpportunityCustomer
|
|
379
440
|
attr_accessor project: Types::AwsOpportunityProject
|
|
441
|
+
attr_accessor catalog: ::String
|
|
380
442
|
SENSITIVE: []
|
|
381
443
|
end
|
|
382
444
|
|
|
@@ -388,7 +450,7 @@ module Aws::PartnerCentralSelling
|
|
|
388
450
|
|
|
389
451
|
class GetEngagementInvitationResponse
|
|
390
452
|
attr_accessor arn: ::String
|
|
391
|
-
attr_accessor payload_type: ("OpportunityInvitation")
|
|
453
|
+
attr_accessor payload_type: ("OpportunityInvitation" | "LeadInvitation")
|
|
392
454
|
attr_accessor id: ::String
|
|
393
455
|
attr_accessor engagement_id: ::String
|
|
394
456
|
attr_accessor engagement_title: ::String
|
|
@@ -421,8 +483,10 @@ module Aws::PartnerCentralSelling
|
|
|
421
483
|
attr_accessor created_at: ::Time
|
|
422
484
|
attr_accessor created_by: ::String
|
|
423
485
|
attr_accessor member_count: ::Integer
|
|
486
|
+
attr_accessor modified_at: ::Time
|
|
487
|
+
attr_accessor modified_by: ::String
|
|
424
488
|
attr_accessor contexts: ::Array[Types::EngagementContextDetails]
|
|
425
|
-
SENSITIVE: [:created_by]
|
|
489
|
+
SENSITIVE: [:created_by, :modified_by]
|
|
426
490
|
end
|
|
427
491
|
|
|
428
492
|
class GetOpportunityRequest
|
|
@@ -526,6 +590,69 @@ module Aws::PartnerCentralSelling
|
|
|
526
590
|
SENSITIVE: []
|
|
527
591
|
end
|
|
528
592
|
|
|
593
|
+
class LeadContact
|
|
594
|
+
attr_accessor business_title: ::String
|
|
595
|
+
attr_accessor email: ::String
|
|
596
|
+
attr_accessor first_name: ::String
|
|
597
|
+
attr_accessor last_name: ::String
|
|
598
|
+
attr_accessor phone: ::String
|
|
599
|
+
SENSITIVE: [:business_title, :email, :first_name, :last_name, :phone]
|
|
600
|
+
end
|
|
601
|
+
|
|
602
|
+
class LeadContext
|
|
603
|
+
attr_accessor qualification_status: ::String
|
|
604
|
+
attr_accessor customer: Types::LeadCustomer
|
|
605
|
+
attr_accessor interactions: ::Array[Types::LeadInteraction]
|
|
606
|
+
SENSITIVE: []
|
|
607
|
+
end
|
|
608
|
+
|
|
609
|
+
class LeadCustomer
|
|
610
|
+
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")
|
|
611
|
+
attr_accessor company_name: ::String
|
|
612
|
+
attr_accessor website_url: ::String
|
|
613
|
+
attr_accessor address: Types::AddressSummary
|
|
614
|
+
attr_accessor aws_maturity: ::String
|
|
615
|
+
attr_accessor market_segment: ("Enterprise" | "Large" | "Medium" | "Small" | "Micro")
|
|
616
|
+
SENSITIVE: [:company_name, :website_url]
|
|
617
|
+
end
|
|
618
|
+
|
|
619
|
+
class LeadInteraction
|
|
620
|
+
attr_accessor source_type: ::String
|
|
621
|
+
attr_accessor source_id: ::String
|
|
622
|
+
attr_accessor source_name: ::String
|
|
623
|
+
attr_accessor usecase: ::String
|
|
624
|
+
attr_accessor interaction_date: ::Time
|
|
625
|
+
attr_accessor customer_action: ::String
|
|
626
|
+
attr_accessor business_problem: ::String
|
|
627
|
+
attr_accessor contact: Types::LeadContact
|
|
628
|
+
SENSITIVE: [:business_problem]
|
|
629
|
+
end
|
|
630
|
+
|
|
631
|
+
class LeadInvitationCustomer
|
|
632
|
+
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")
|
|
633
|
+
attr_accessor company_name: ::String
|
|
634
|
+
attr_accessor website_url: ::String
|
|
635
|
+
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")
|
|
636
|
+
attr_accessor aws_maturity: ::String
|
|
637
|
+
attr_accessor market_segment: ("Enterprise" | "Large" | "Medium" | "Small" | "Micro")
|
|
638
|
+
SENSITIVE: [:company_name, :website_url, :country_code]
|
|
639
|
+
end
|
|
640
|
+
|
|
641
|
+
class LeadInvitationInteraction
|
|
642
|
+
attr_accessor source_type: ::String
|
|
643
|
+
attr_accessor source_id: ::String
|
|
644
|
+
attr_accessor source_name: ::String
|
|
645
|
+
attr_accessor usecase: ::String
|
|
646
|
+
attr_accessor contact_business_title: ::String
|
|
647
|
+
SENSITIVE: [:contact_business_title]
|
|
648
|
+
end
|
|
649
|
+
|
|
650
|
+
class LeadInvitationPayload
|
|
651
|
+
attr_accessor customer: Types::LeadInvitationCustomer
|
|
652
|
+
attr_accessor interaction: Types::LeadInvitationInteraction
|
|
653
|
+
SENSITIVE: []
|
|
654
|
+
end
|
|
655
|
+
|
|
529
656
|
class LifeCycle
|
|
530
657
|
attr_accessor stage: ("Prospect" | "Qualified" | "Technical Validation" | "Business Validation" | "Committed" | "Launched" | "Closed Lost")
|
|
531
658
|
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")
|
|
@@ -563,7 +690,7 @@ module Aws::PartnerCentralSelling
|
|
|
563
690
|
attr_accessor start_time: ::Time
|
|
564
691
|
attr_accessor task_status: ("IN_PROGRESS" | "COMPLETE" | "FAILED")
|
|
565
692
|
attr_accessor message: ::String
|
|
566
|
-
attr_accessor reason_code: ("InvitationAccessDenied" | "InvitationValidationFailed" | "EngagementAccessDenied" | "OpportunityAccessDenied" | "ResourceSnapshotJobAccessDenied" | "ResourceSnapshotJobValidationFailed" | "ResourceSnapshotJobConflict" | "EngagementValidationFailed" | "EngagementConflict" | "OpportunitySubmissionFailed" | "EngagementInvitationConflict" | "InternalError" | "OpportunityValidationFailed" | "OpportunityConflict" | "ResourceSnapshotAccessDenied" | "ResourceSnapshotValidationFailed" | "ResourceSnapshotConflict" | "ServiceQuotaExceeded" | "RequestThrottled")
|
|
693
|
+
attr_accessor reason_code: ("InvitationAccessDenied" | "InvitationValidationFailed" | "EngagementAccessDenied" | "OpportunityAccessDenied" | "ResourceSnapshotJobAccessDenied" | "ResourceSnapshotJobValidationFailed" | "ResourceSnapshotJobConflict" | "EngagementValidationFailed" | "EngagementConflict" | "OpportunitySubmissionFailed" | "EngagementInvitationConflict" | "InternalError" | "OpportunityValidationFailed" | "OpportunityConflict" | "ResourceSnapshotAccessDenied" | "ResourceSnapshotValidationFailed" | "ResourceSnapshotConflict" | "ServiceQuotaExceeded" | "RequestThrottled" | "ContextNotFound" | "CustomerProjectContextNotPermitted" | "DisqualifiedLeadNotPermitted")
|
|
567
694
|
attr_accessor opportunity_id: ::String
|
|
568
695
|
attr_accessor resource_snapshot_job_id: ::String
|
|
569
696
|
attr_accessor engagement_invitation_id: ::String
|
|
@@ -594,7 +721,7 @@ module Aws::PartnerCentralSelling
|
|
|
594
721
|
attr_accessor start_time: ::Time
|
|
595
722
|
attr_accessor task_status: ("IN_PROGRESS" | "COMPLETE" | "FAILED")
|
|
596
723
|
attr_accessor message: ::String
|
|
597
|
-
attr_accessor reason_code: ("InvitationAccessDenied" | "InvitationValidationFailed" | "EngagementAccessDenied" | "OpportunityAccessDenied" | "ResourceSnapshotJobAccessDenied" | "ResourceSnapshotJobValidationFailed" | "ResourceSnapshotJobConflict" | "EngagementValidationFailed" | "EngagementConflict" | "OpportunitySubmissionFailed" | "EngagementInvitationConflict" | "InternalError" | "OpportunityValidationFailed" | "OpportunityConflict" | "ResourceSnapshotAccessDenied" | "ResourceSnapshotValidationFailed" | "ResourceSnapshotConflict" | "ServiceQuotaExceeded" | "RequestThrottled")
|
|
724
|
+
attr_accessor reason_code: ("InvitationAccessDenied" | "InvitationValidationFailed" | "EngagementAccessDenied" | "OpportunityAccessDenied" | "ResourceSnapshotJobAccessDenied" | "ResourceSnapshotJobValidationFailed" | "ResourceSnapshotJobConflict" | "EngagementValidationFailed" | "EngagementConflict" | "OpportunitySubmissionFailed" | "EngagementInvitationConflict" | "InternalError" | "OpportunityValidationFailed" | "OpportunityConflict" | "ResourceSnapshotAccessDenied" | "ResourceSnapshotValidationFailed" | "ResourceSnapshotConflict" | "ServiceQuotaExceeded" | "RequestThrottled" | "ContextNotFound" | "CustomerProjectContextNotPermitted" | "DisqualifiedLeadNotPermitted")
|
|
598
725
|
attr_accessor opportunity_id: ::String
|
|
599
726
|
attr_accessor resource_snapshot_job_id: ::String
|
|
600
727
|
attr_accessor engagement_id: ::String
|
|
@@ -625,7 +752,7 @@ module Aws::PartnerCentralSelling
|
|
|
625
752
|
attr_accessor max_results: ::Integer
|
|
626
753
|
attr_accessor next_token: ::String
|
|
627
754
|
attr_accessor sort: Types::OpportunityEngagementInvitationSort
|
|
628
|
-
attr_accessor payload_type: ::Array[("OpportunityInvitation")]
|
|
755
|
+
attr_accessor payload_type: ::Array[("OpportunityInvitation" | "LeadInvitation")]
|
|
629
756
|
attr_accessor participant_type: ("SENDER" | "RECEIVER")
|
|
630
757
|
attr_accessor status: ::Array[("ACCEPTED" | "PENDING" | "REJECTED" | "EXPIRED")]
|
|
631
758
|
attr_accessor engagement_identifier: ::Array[::String]
|
|
@@ -674,6 +801,8 @@ module Aws::PartnerCentralSelling
|
|
|
674
801
|
attr_accessor catalog: ::String
|
|
675
802
|
attr_accessor created_by: ::Array[::String]
|
|
676
803
|
attr_accessor exclude_created_by: ::Array[::String]
|
|
804
|
+
attr_accessor context_types: ::Array[("CustomerProject" | "Lead")]
|
|
805
|
+
attr_accessor exclude_context_types: ::Array[("CustomerProject" | "Lead")]
|
|
677
806
|
attr_accessor sort: Types::EngagementSort
|
|
678
807
|
attr_accessor max_results: ::Integer
|
|
679
808
|
attr_accessor next_token: ::String
|
|
@@ -706,6 +835,39 @@ module Aws::PartnerCentralSelling
|
|
|
706
835
|
SENSITIVE: []
|
|
707
836
|
end
|
|
708
837
|
|
|
838
|
+
class ListOpportunityFromEngagementTaskSummary
|
|
839
|
+
attr_accessor task_id: ::String
|
|
840
|
+
attr_accessor task_arn: ::String
|
|
841
|
+
attr_accessor start_time: ::Time
|
|
842
|
+
attr_accessor task_status: ("IN_PROGRESS" | "COMPLETE" | "FAILED")
|
|
843
|
+
attr_accessor message: ::String
|
|
844
|
+
attr_accessor reason_code: ("InvitationAccessDenied" | "InvitationValidationFailed" | "EngagementAccessDenied" | "OpportunityAccessDenied" | "ResourceSnapshotJobAccessDenied" | "ResourceSnapshotJobValidationFailed" | "ResourceSnapshotJobConflict" | "EngagementValidationFailed" | "EngagementConflict" | "OpportunitySubmissionFailed" | "EngagementInvitationConflict" | "InternalError" | "OpportunityValidationFailed" | "OpportunityConflict" | "ResourceSnapshotAccessDenied" | "ResourceSnapshotValidationFailed" | "ResourceSnapshotConflict" | "ServiceQuotaExceeded" | "RequestThrottled" | "ContextNotFound" | "CustomerProjectContextNotPermitted" | "DisqualifiedLeadNotPermitted")
|
|
845
|
+
attr_accessor opportunity_id: ::String
|
|
846
|
+
attr_accessor resource_snapshot_job_id: ::String
|
|
847
|
+
attr_accessor engagement_id: ::String
|
|
848
|
+
attr_accessor context_id: ::String
|
|
849
|
+
SENSITIVE: []
|
|
850
|
+
end
|
|
851
|
+
|
|
852
|
+
class ListOpportunityFromEngagementTasksRequest
|
|
853
|
+
attr_accessor max_results: ::Integer
|
|
854
|
+
attr_accessor next_token: ::String
|
|
855
|
+
attr_accessor sort: Types::ListTasksSortBase
|
|
856
|
+
attr_accessor catalog: ::String
|
|
857
|
+
attr_accessor task_status: ::Array[("IN_PROGRESS" | "COMPLETE" | "FAILED")]
|
|
858
|
+
attr_accessor task_identifier: ::Array[::String]
|
|
859
|
+
attr_accessor opportunity_identifier: ::Array[::String]
|
|
860
|
+
attr_accessor engagement_identifier: ::Array[::String]
|
|
861
|
+
attr_accessor context_identifier: ::Array[::String]
|
|
862
|
+
SENSITIVE: []
|
|
863
|
+
end
|
|
864
|
+
|
|
865
|
+
class ListOpportunityFromEngagementTasksResponse
|
|
866
|
+
attr_accessor task_summaries: ::Array[Types::ListOpportunityFromEngagementTaskSummary]
|
|
867
|
+
attr_accessor next_token: ::String
|
|
868
|
+
SENSITIVE: []
|
|
869
|
+
end
|
|
870
|
+
|
|
709
871
|
class ListResourceSnapshotJobsRequest
|
|
710
872
|
attr_accessor catalog: ::String
|
|
711
873
|
attr_accessor max_results: ::Integer
|
|
@@ -841,11 +1003,14 @@ module Aws::PartnerCentralSelling
|
|
|
841
1003
|
|
|
842
1004
|
class Payload
|
|
843
1005
|
attr_accessor opportunity_invitation: Types::OpportunityInvitationPayload
|
|
1006
|
+
attr_accessor lead_invitation: Types::LeadInvitationPayload
|
|
844
1007
|
attr_accessor unknown: untyped
|
|
845
1008
|
SENSITIVE: []
|
|
846
1009
|
|
|
847
1010
|
class OpportunityInvitation < Payload
|
|
848
1011
|
end
|
|
1012
|
+
class LeadInvitation < Payload
|
|
1013
|
+
end
|
|
849
1014
|
class Unknown < Payload
|
|
850
1015
|
end
|
|
851
1016
|
end
|
|
@@ -927,6 +1092,7 @@ module Aws::PartnerCentralSelling
|
|
|
927
1092
|
|
|
928
1093
|
class RelatedEntityIdentifiers
|
|
929
1094
|
attr_accessor aws_marketplace_offers: ::Array[::String]
|
|
1095
|
+
attr_accessor aws_marketplace_offer_sets: ::Array[::String]
|
|
930
1096
|
attr_accessor solutions: ::Array[::String]
|
|
931
1097
|
attr_accessor aws_products: ::Array[::String]
|
|
932
1098
|
SENSITIVE: []
|
|
@@ -1025,7 +1191,7 @@ module Aws::PartnerCentralSelling
|
|
|
1025
1191
|
attr_accessor start_time: ::Time
|
|
1026
1192
|
attr_accessor task_status: ("IN_PROGRESS" | "COMPLETE" | "FAILED")
|
|
1027
1193
|
attr_accessor message: ::String
|
|
1028
|
-
attr_accessor reason_code: ("InvitationAccessDenied" | "InvitationValidationFailed" | "EngagementAccessDenied" | "OpportunityAccessDenied" | "ResourceSnapshotJobAccessDenied" | "ResourceSnapshotJobValidationFailed" | "ResourceSnapshotJobConflict" | "EngagementValidationFailed" | "EngagementConflict" | "OpportunitySubmissionFailed" | "EngagementInvitationConflict" | "InternalError" | "OpportunityValidationFailed" | "OpportunityConflict" | "ResourceSnapshotAccessDenied" | "ResourceSnapshotValidationFailed" | "ResourceSnapshotConflict" | "ServiceQuotaExceeded" | "RequestThrottled")
|
|
1194
|
+
attr_accessor reason_code: ("InvitationAccessDenied" | "InvitationValidationFailed" | "EngagementAccessDenied" | "OpportunityAccessDenied" | "ResourceSnapshotJobAccessDenied" | "ResourceSnapshotJobValidationFailed" | "ResourceSnapshotJobConflict" | "EngagementValidationFailed" | "EngagementConflict" | "OpportunitySubmissionFailed" | "EngagementInvitationConflict" | "InternalError" | "OpportunityValidationFailed" | "OpportunityConflict" | "ResourceSnapshotAccessDenied" | "ResourceSnapshotValidationFailed" | "ResourceSnapshotConflict" | "ServiceQuotaExceeded" | "RequestThrottled" | "ContextNotFound" | "CustomerProjectContextNotPermitted" | "DisqualifiedLeadNotPermitted")
|
|
1029
1195
|
attr_accessor opportunity_id: ::String
|
|
1030
1196
|
attr_accessor resource_snapshot_job_id: ::String
|
|
1031
1197
|
attr_accessor engagement_invitation_id: ::String
|
|
@@ -1047,7 +1213,7 @@ module Aws::PartnerCentralSelling
|
|
|
1047
1213
|
attr_accessor start_time: ::Time
|
|
1048
1214
|
attr_accessor task_status: ("IN_PROGRESS" | "COMPLETE" | "FAILED")
|
|
1049
1215
|
attr_accessor message: ::String
|
|
1050
|
-
attr_accessor reason_code: ("InvitationAccessDenied" | "InvitationValidationFailed" | "EngagementAccessDenied" | "OpportunityAccessDenied" | "ResourceSnapshotJobAccessDenied" | "ResourceSnapshotJobValidationFailed" | "ResourceSnapshotJobConflict" | "EngagementValidationFailed" | "EngagementConflict" | "OpportunitySubmissionFailed" | "EngagementInvitationConflict" | "InternalError" | "OpportunityValidationFailed" | "OpportunityConflict" | "ResourceSnapshotAccessDenied" | "ResourceSnapshotValidationFailed" | "ResourceSnapshotConflict" | "ServiceQuotaExceeded" | "RequestThrottled")
|
|
1216
|
+
attr_accessor reason_code: ("InvitationAccessDenied" | "InvitationValidationFailed" | "EngagementAccessDenied" | "OpportunityAccessDenied" | "ResourceSnapshotJobAccessDenied" | "ResourceSnapshotJobValidationFailed" | "ResourceSnapshotJobConflict" | "EngagementValidationFailed" | "EngagementConflict" | "OpportunitySubmissionFailed" | "EngagementInvitationConflict" | "InternalError" | "OpportunityValidationFailed" | "OpportunityConflict" | "ResourceSnapshotAccessDenied" | "ResourceSnapshotValidationFailed" | "ResourceSnapshotConflict" | "ServiceQuotaExceeded" | "RequestThrottled" | "ContextNotFound" | "CustomerProjectContextNotPermitted" | "DisqualifiedLeadNotPermitted")
|
|
1051
1217
|
attr_accessor opportunity_id: ::String
|
|
1052
1218
|
attr_accessor resource_snapshot_job_id: ::String
|
|
1053
1219
|
attr_accessor engagement_id: ::String
|
|
@@ -1055,6 +1221,29 @@ module Aws::PartnerCentralSelling
|
|
|
1055
1221
|
SENSITIVE: []
|
|
1056
1222
|
end
|
|
1057
1223
|
|
|
1224
|
+
class StartOpportunityFromEngagementTaskRequest
|
|
1225
|
+
attr_accessor catalog: ::String
|
|
1226
|
+
attr_accessor client_token: ::String
|
|
1227
|
+
attr_accessor identifier: ::String
|
|
1228
|
+
attr_accessor context_identifier: ::String
|
|
1229
|
+
attr_accessor tags: ::Array[Types::Tag]
|
|
1230
|
+
SENSITIVE: []
|
|
1231
|
+
end
|
|
1232
|
+
|
|
1233
|
+
class StartOpportunityFromEngagementTaskResponse
|
|
1234
|
+
attr_accessor task_id: ::String
|
|
1235
|
+
attr_accessor task_arn: ::String
|
|
1236
|
+
attr_accessor start_time: ::Time
|
|
1237
|
+
attr_accessor task_status: ("IN_PROGRESS" | "COMPLETE" | "FAILED")
|
|
1238
|
+
attr_accessor message: ::String
|
|
1239
|
+
attr_accessor reason_code: ("InvitationAccessDenied" | "InvitationValidationFailed" | "EngagementAccessDenied" | "OpportunityAccessDenied" | "ResourceSnapshotJobAccessDenied" | "ResourceSnapshotJobValidationFailed" | "ResourceSnapshotJobConflict" | "EngagementValidationFailed" | "EngagementConflict" | "OpportunitySubmissionFailed" | "EngagementInvitationConflict" | "InternalError" | "OpportunityValidationFailed" | "OpportunityConflict" | "ResourceSnapshotAccessDenied" | "ResourceSnapshotValidationFailed" | "ResourceSnapshotConflict" | "ServiceQuotaExceeded" | "RequestThrottled" | "ContextNotFound" | "CustomerProjectContextNotPermitted" | "DisqualifiedLeadNotPermitted")
|
|
1240
|
+
attr_accessor opportunity_id: ::String
|
|
1241
|
+
attr_accessor resource_snapshot_job_id: ::String
|
|
1242
|
+
attr_accessor engagement_id: ::String
|
|
1243
|
+
attr_accessor context_id: ::String
|
|
1244
|
+
SENSITIVE: []
|
|
1245
|
+
end
|
|
1246
|
+
|
|
1058
1247
|
class StartResourceSnapshotJobRequest
|
|
1059
1248
|
attr_accessor catalog: ::String
|
|
1060
1249
|
attr_accessor resource_snapshot_job_identifier: ::String
|
|
@@ -1104,6 +1293,45 @@ module Aws::PartnerCentralSelling
|
|
|
1104
1293
|
class UntagResourceResponse < Aws::EmptyStructure
|
|
1105
1294
|
end
|
|
1106
1295
|
|
|
1296
|
+
class UpdateEngagementContextPayload
|
|
1297
|
+
attr_accessor lead: Types::UpdateLeadContext
|
|
1298
|
+
attr_accessor customer_project: Types::CustomerProjectsContext
|
|
1299
|
+
attr_accessor unknown: untyped
|
|
1300
|
+
SENSITIVE: []
|
|
1301
|
+
|
|
1302
|
+
class Lead < UpdateEngagementContextPayload
|
|
1303
|
+
end
|
|
1304
|
+
class CustomerProject < UpdateEngagementContextPayload
|
|
1305
|
+
end
|
|
1306
|
+
class Unknown < UpdateEngagementContextPayload
|
|
1307
|
+
end
|
|
1308
|
+
end
|
|
1309
|
+
|
|
1310
|
+
class UpdateEngagementContextRequest
|
|
1311
|
+
attr_accessor catalog: ::String
|
|
1312
|
+
attr_accessor engagement_identifier: ::String
|
|
1313
|
+
attr_accessor context_identifier: ::String
|
|
1314
|
+
attr_accessor engagement_last_modified_at: ::Time
|
|
1315
|
+
attr_accessor type: ("CustomerProject" | "Lead")
|
|
1316
|
+
attr_accessor payload: Types::UpdateEngagementContextPayload
|
|
1317
|
+
SENSITIVE: []
|
|
1318
|
+
end
|
|
1319
|
+
|
|
1320
|
+
class UpdateEngagementContextResponse
|
|
1321
|
+
attr_accessor engagement_id: ::String
|
|
1322
|
+
attr_accessor engagement_arn: ::String
|
|
1323
|
+
attr_accessor engagement_last_modified_at: ::Time
|
|
1324
|
+
attr_accessor context_id: ::String
|
|
1325
|
+
SENSITIVE: []
|
|
1326
|
+
end
|
|
1327
|
+
|
|
1328
|
+
class UpdateLeadContext
|
|
1329
|
+
attr_accessor qualification_status: ::String
|
|
1330
|
+
attr_accessor customer: Types::LeadCustomer
|
|
1331
|
+
attr_accessor interaction: Types::LeadInteraction
|
|
1332
|
+
SENSITIVE: []
|
|
1333
|
+
end
|
|
1334
|
+
|
|
1107
1335
|
class UpdateOpportunityRequest
|
|
1108
1336
|
attr_accessor catalog: ::String
|
|
1109
1337
|
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")]
|
|
@@ -1136,7 +1364,7 @@ module Aws::PartnerCentralSelling
|
|
|
1136
1364
|
class ValidationExceptionError
|
|
1137
1365
|
attr_accessor field_name: ::String
|
|
1138
1366
|
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")
|
|
1367
|
+
attr_accessor code: ("REQUIRED_FIELD_MISSING" | "INVALID_ENUM_VALUE" | "INVALID_STRING_FORMAT" | "INVALID_VALUE" | "NOT_ENOUGH_VALUES" | "TOO_MANY_VALUES" | "INVALID_RESOURCE_STATE" | "DUPLICATE_KEY_VALUE" | "VALUE_OUT_OF_RANGE" | "ACTION_NOT_PERMITTED")
|
|
1140
1368
|
SENSITIVE: []
|
|
1141
1369
|
end
|
|
1142
1370
|
end
|