aws-sdk-partnercentralselling 1.19.0 → 1.20.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 +9 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-partnercentralselling/client.rb +554 -20
- data/lib/aws-sdk-partnercentralselling/client_api.rb +289 -13
- data/lib/aws-sdk-partnercentralselling/errors.rb +5 -0
- data/lib/aws-sdk-partnercentralselling/types.rb +963 -14
- data/lib/aws-sdk-partnercentralselling.rb +1 -1
- data/sig/client.rbs +245 -8
- data/sig/errors.rbs +1 -0
- data/sig/types.rbs +208 -15
- metadata +1 -1
|
@@ -16,6 +16,7 @@ module Aws::PartnerCentralSelling
|
|
|
16
16
|
|
|
17
17
|
AcceptEngagementInvitationRequest = Shapes::StructureShape.new(name: 'AcceptEngagementInvitationRequest')
|
|
18
18
|
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
|
19
|
+
AccessDeniedExceptionErrorCode = Shapes::StringShape.new(name: 'AccessDeniedExceptionErrorCode')
|
|
19
20
|
Account = Shapes::StructureShape.new(name: 'Account')
|
|
20
21
|
AccountCompanyNameString = Shapes::StringShape.new(name: 'AccountCompanyNameString')
|
|
21
22
|
AccountOtherIndustryString = Shapes::StringShape.new(name: 'AccountOtherIndustryString')
|
|
@@ -47,6 +48,9 @@ module Aws::PartnerCentralSelling
|
|
|
47
48
|
AwsFundingUsed = Shapes::StringShape.new(name: 'AwsFundingUsed')
|
|
48
49
|
AwsMarketplaceOfferIdentifier = Shapes::StringShape.new(name: 'AwsMarketplaceOfferIdentifier')
|
|
49
50
|
AwsMarketplaceOfferIdentifiers = Shapes::ListShape.new(name: 'AwsMarketplaceOfferIdentifiers')
|
|
51
|
+
AwsMarketplaceOfferSetIdentifier = Shapes::StringShape.new(name: 'AwsMarketplaceOfferSetIdentifier')
|
|
52
|
+
AwsMarketplaceOfferSetIdentifiers = Shapes::ListShape.new(name: 'AwsMarketplaceOfferSetIdentifiers')
|
|
53
|
+
AwsMaturity = Shapes::StringShape.new(name: 'AwsMaturity')
|
|
50
54
|
AwsMemberBusinessTitle = Shapes::StringShape.new(name: 'AwsMemberBusinessTitle')
|
|
51
55
|
AwsOpportunityCustomer = Shapes::StructureShape.new(name: 'AwsOpportunityCustomer')
|
|
52
56
|
AwsOpportunityInsights = Shapes::StructureShape.new(name: 'AwsOpportunityInsights')
|
|
@@ -75,24 +79,25 @@ module Aws::PartnerCentralSelling
|
|
|
75
79
|
Contact = Shapes::StructureShape.new(name: 'Contact')
|
|
76
80
|
ContactFirstNameString = Shapes::StringShape.new(name: 'ContactFirstNameString')
|
|
77
81
|
ContactLastNameString = Shapes::StringShape.new(name: 'ContactLastNameString')
|
|
82
|
+
ContextIdentifier = Shapes::StringShape.new(name: 'ContextIdentifier')
|
|
83
|
+
ContextIdentifiers = Shapes::ListShape.new(name: 'ContextIdentifiers')
|
|
78
84
|
CountryCode = Shapes::StringShape.new(name: 'CountryCode')
|
|
85
|
+
CreateEngagementContextRequest = Shapes::StructureShape.new(name: 'CreateEngagementContextRequest')
|
|
86
|
+
CreateEngagementContextResponse = Shapes::StructureShape.new(name: 'CreateEngagementContextResponse')
|
|
79
87
|
CreateEngagementInvitationRequest = Shapes::StructureShape.new(name: 'CreateEngagementInvitationRequest')
|
|
80
88
|
CreateEngagementInvitationResponse = Shapes::StructureShape.new(name: 'CreateEngagementInvitationResponse')
|
|
81
89
|
CreateEngagementRequest = Shapes::StructureShape.new(name: 'CreateEngagementRequest')
|
|
82
|
-
CreateEngagementRequestClientTokenString = Shapes::StringShape.new(name: 'CreateEngagementRequestClientTokenString')
|
|
83
90
|
CreateEngagementResponse = Shapes::StructureShape.new(name: 'CreateEngagementResponse')
|
|
84
91
|
CreateOpportunityRequest = Shapes::StructureShape.new(name: 'CreateOpportunityRequest')
|
|
85
|
-
CreateOpportunityRequestClientTokenString = Shapes::StringShape.new(name: 'CreateOpportunityRequestClientTokenString')
|
|
86
92
|
CreateOpportunityRequestPartnerOpportunityIdentifierString = Shapes::StringShape.new(name: 'CreateOpportunityRequestPartnerOpportunityIdentifierString')
|
|
87
93
|
CreateOpportunityResponse = Shapes::StructureShape.new(name: 'CreateOpportunityResponse')
|
|
88
94
|
CreateResourceSnapshotJobRequest = Shapes::StructureShape.new(name: 'CreateResourceSnapshotJobRequest')
|
|
89
|
-
CreateResourceSnapshotJobRequestClientTokenString = Shapes::StringShape.new(name: 'CreateResourceSnapshotJobRequestClientTokenString')
|
|
90
95
|
CreateResourceSnapshotJobResponse = Shapes::StructureShape.new(name: 'CreateResourceSnapshotJobResponse')
|
|
91
96
|
CreateResourceSnapshotRequest = Shapes::StructureShape.new(name: 'CreateResourceSnapshotRequest')
|
|
92
|
-
CreateResourceSnapshotRequestClientTokenString = Shapes::StringShape.new(name: 'CreateResourceSnapshotRequestClientTokenString')
|
|
93
97
|
CreateResourceSnapshotResponse = Shapes::StructureShape.new(name: 'CreateResourceSnapshotResponse')
|
|
94
98
|
CurrencyCode = Shapes::StringShape.new(name: 'CurrencyCode')
|
|
95
99
|
Customer = Shapes::StructureShape.new(name: 'Customer')
|
|
100
|
+
CustomerAction = Shapes::StringShape.new(name: 'CustomerAction')
|
|
96
101
|
CustomerContactsList = Shapes::ListShape.new(name: 'CustomerContactsList')
|
|
97
102
|
CustomerProjectsContext = Shapes::StructureShape.new(name: 'CustomerProjectsContext')
|
|
98
103
|
CustomerSummary = Shapes::StructureShape.new(name: 'CustomerSummary')
|
|
@@ -108,8 +113,10 @@ module Aws::PartnerCentralSelling
|
|
|
108
113
|
EngagementArn = Shapes::StringShape.new(name: 'EngagementArn')
|
|
109
114
|
EngagementArnOrIdentifier = Shapes::StringShape.new(name: 'EngagementArnOrIdentifier')
|
|
110
115
|
EngagementContextDetails = Shapes::StructureShape.new(name: 'EngagementContextDetails')
|
|
116
|
+
EngagementContextIdentifier = Shapes::StringShape.new(name: 'EngagementContextIdentifier')
|
|
111
117
|
EngagementContextPayload = Shapes::UnionShape.new(name: 'EngagementContextPayload')
|
|
112
118
|
EngagementContextType = Shapes::StringShape.new(name: 'EngagementContextType')
|
|
119
|
+
EngagementContextTypeList = Shapes::ListShape.new(name: 'EngagementContextTypeList')
|
|
113
120
|
EngagementContexts = Shapes::ListShape.new(name: 'EngagementContexts')
|
|
114
121
|
EngagementCustomer = Shapes::StructureShape.new(name: 'EngagementCustomer')
|
|
115
122
|
EngagementCustomerBusinessProblem = Shapes::StringShape.new(name: 'EngagementCustomerBusinessProblem')
|
|
@@ -141,6 +148,7 @@ module Aws::PartnerCentralSelling
|
|
|
141
148
|
EngagementSummary = Shapes::StructureShape.new(name: 'EngagementSummary')
|
|
142
149
|
EngagementSummaryList = Shapes::ListShape.new(name: 'EngagementSummaryList')
|
|
143
150
|
EngagementTitle = Shapes::StringShape.new(name: 'EngagementTitle')
|
|
151
|
+
EngagementUseCase = Shapes::StringShape.new(name: 'EngagementUseCase')
|
|
144
152
|
ExpectedCustomerSpend = Shapes::StructureShape.new(name: 'ExpectedCustomerSpend')
|
|
145
153
|
ExpectedCustomerSpendCurrencyCodeEnum = Shapes::StringShape.new(name: 'ExpectedCustomerSpendCurrencyCodeEnum')
|
|
146
154
|
ExpectedCustomerSpendList = Shapes::ListShape.new(name: 'ExpectedCustomerSpendList')
|
|
@@ -171,6 +179,18 @@ module Aws::PartnerCentralSelling
|
|
|
171
179
|
InvolvementTypeChangeReason = Shapes::StringShape.new(name: 'InvolvementTypeChangeReason')
|
|
172
180
|
JobTitle = Shapes::StringShape.new(name: 'JobTitle')
|
|
173
181
|
LastModifiedDate = Shapes::StructureShape.new(name: 'LastModifiedDate')
|
|
182
|
+
LeadContact = Shapes::StructureShape.new(name: 'LeadContact')
|
|
183
|
+
LeadContext = Shapes::StructureShape.new(name: 'LeadContext')
|
|
184
|
+
LeadCustomer = Shapes::StructureShape.new(name: 'LeadCustomer')
|
|
185
|
+
LeadInteraction = Shapes::StructureShape.new(name: 'LeadInteraction')
|
|
186
|
+
LeadInteractionList = Shapes::ListShape.new(name: 'LeadInteractionList')
|
|
187
|
+
LeadInvitationCustomer = Shapes::StructureShape.new(name: 'LeadInvitationCustomer')
|
|
188
|
+
LeadInvitationInteraction = Shapes::StructureShape.new(name: 'LeadInvitationInteraction')
|
|
189
|
+
LeadInvitationPayload = Shapes::StructureShape.new(name: 'LeadInvitationPayload')
|
|
190
|
+
LeadQualificationStatus = Shapes::StringShape.new(name: 'LeadQualificationStatus')
|
|
191
|
+
LeadSourceId = Shapes::StringShape.new(name: 'LeadSourceId')
|
|
192
|
+
LeadSourceName = Shapes::StringShape.new(name: 'LeadSourceName')
|
|
193
|
+
LeadSourceType = Shapes::StringShape.new(name: 'LeadSourceType')
|
|
174
194
|
LifeCycle = Shapes::StructureShape.new(name: 'LifeCycle')
|
|
175
195
|
LifeCycleForView = Shapes::StructureShape.new(name: 'LifeCycleForView')
|
|
176
196
|
LifeCycleForViewNextStepsString = Shapes::StringShape.new(name: 'LifeCycleForViewNextStepsString')
|
|
@@ -205,6 +225,12 @@ module Aws::PartnerCentralSelling
|
|
|
205
225
|
ListOpportunitiesRequestLifeCycleReviewStatusList = Shapes::ListShape.new(name: 'ListOpportunitiesRequestLifeCycleReviewStatusList')
|
|
206
226
|
ListOpportunitiesRequestLifeCycleStageList = Shapes::ListShape.new(name: 'ListOpportunitiesRequestLifeCycleStageList')
|
|
207
227
|
ListOpportunitiesResponse = Shapes::StructureShape.new(name: 'ListOpportunitiesResponse')
|
|
228
|
+
ListOpportunityFromEngagementTaskSummaries = Shapes::ListShape.new(name: 'ListOpportunityFromEngagementTaskSummaries')
|
|
229
|
+
ListOpportunityFromEngagementTaskSummary = Shapes::StructureShape.new(name: 'ListOpportunityFromEngagementTaskSummary')
|
|
230
|
+
ListOpportunityFromEngagementTasksRequest = Shapes::StructureShape.new(name: 'ListOpportunityFromEngagementTasksRequest')
|
|
231
|
+
ListOpportunityFromEngagementTasksRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListOpportunityFromEngagementTasksRequestMaxResultsInteger')
|
|
232
|
+
ListOpportunityFromEngagementTasksRequestNextTokenString = Shapes::StringShape.new(name: 'ListOpportunityFromEngagementTasksRequestNextTokenString')
|
|
233
|
+
ListOpportunityFromEngagementTasksResponse = Shapes::StructureShape.new(name: 'ListOpportunityFromEngagementTasksResponse')
|
|
208
234
|
ListResourceSnapshotJobsRequest = Shapes::StructureShape.new(name: 'ListResourceSnapshotJobsRequest')
|
|
209
235
|
ListResourceSnapshotJobsRequestMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListResourceSnapshotJobsRequestMaxResultsInteger')
|
|
210
236
|
ListResourceSnapshotJobsResponse = Shapes::StructureShape.new(name: 'ListResourceSnapshotJobsResponse')
|
|
@@ -220,6 +246,7 @@ module Aws::PartnerCentralSelling
|
|
|
220
246
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
|
221
247
|
ListTasksSortBase = Shapes::StructureShape.new(name: 'ListTasksSortBase')
|
|
222
248
|
ListTasksSortName = Shapes::StringShape.new(name: 'ListTasksSortName')
|
|
249
|
+
MarketSegment = Shapes::StringShape.new(name: 'MarketSegment')
|
|
223
250
|
Marketing = Shapes::StructureShape.new(name: 'Marketing')
|
|
224
251
|
MarketingSource = Shapes::StringShape.new(name: 'MarketingSource')
|
|
225
252
|
MemberCompanyName = Shapes::StringShape.new(name: 'MemberCompanyName')
|
|
@@ -312,11 +339,11 @@ module Aws::PartnerCentralSelling
|
|
|
312
339
|
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
|
313
340
|
Stage = Shapes::StringShape.new(name: 'Stage')
|
|
314
341
|
StartEngagementByAcceptingInvitationTaskRequest = Shapes::StructureShape.new(name: 'StartEngagementByAcceptingInvitationTaskRequest')
|
|
315
|
-
StartEngagementByAcceptingInvitationTaskRequestClientTokenString = Shapes::StringShape.new(name: 'StartEngagementByAcceptingInvitationTaskRequestClientTokenString')
|
|
316
342
|
StartEngagementByAcceptingInvitationTaskResponse = Shapes::StructureShape.new(name: 'StartEngagementByAcceptingInvitationTaskResponse')
|
|
317
343
|
StartEngagementFromOpportunityTaskRequest = Shapes::StructureShape.new(name: 'StartEngagementFromOpportunityTaskRequest')
|
|
318
|
-
StartEngagementFromOpportunityTaskRequestClientTokenString = Shapes::StringShape.new(name: 'StartEngagementFromOpportunityTaskRequestClientTokenString')
|
|
319
344
|
StartEngagementFromOpportunityTaskResponse = Shapes::StructureShape.new(name: 'StartEngagementFromOpportunityTaskResponse')
|
|
345
|
+
StartOpportunityFromEngagementTaskRequest = Shapes::StructureShape.new(name: 'StartOpportunityFromEngagementTaskRequest')
|
|
346
|
+
StartOpportunityFromEngagementTaskResponse = Shapes::StructureShape.new(name: 'StartOpportunityFromEngagementTaskResponse')
|
|
320
347
|
StartResourceSnapshotJobRequest = Shapes::StructureShape.new(name: 'StartResourceSnapshotJobRequest')
|
|
321
348
|
StopResourceSnapshotJobRequest = Shapes::StructureShape.new(name: 'StopResourceSnapshotJobRequest')
|
|
322
349
|
String = Shapes::StringShape.new(name: 'String')
|
|
@@ -338,6 +365,10 @@ module Aws::PartnerCentralSelling
|
|
|
338
365
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
|
339
366
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
|
340
367
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
|
368
|
+
UpdateEngagementContextPayload = Shapes::UnionShape.new(name: 'UpdateEngagementContextPayload')
|
|
369
|
+
UpdateEngagementContextRequest = Shapes::StructureShape.new(name: 'UpdateEngagementContextRequest')
|
|
370
|
+
UpdateEngagementContextResponse = Shapes::StructureShape.new(name: 'UpdateEngagementContextResponse')
|
|
371
|
+
UpdateLeadContext = Shapes::StructureShape.new(name: 'UpdateLeadContext')
|
|
341
372
|
UpdateOpportunityRequest = Shapes::StructureShape.new(name: 'UpdateOpportunityRequest')
|
|
342
373
|
UpdateOpportunityRequestPartnerOpportunityIdentifierString = Shapes::StringShape.new(name: 'UpdateOpportunityRequestPartnerOpportunityIdentifierString')
|
|
343
374
|
UpdateOpportunityResponse = Shapes::StructureShape.new(name: 'UpdateOpportunityResponse')
|
|
@@ -355,6 +386,7 @@ module Aws::PartnerCentralSelling
|
|
|
355
386
|
AcceptEngagementInvitationRequest.struct_class = Types::AcceptEngagementInvitationRequest
|
|
356
387
|
|
|
357
388
|
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
389
|
+
AccessDeniedException.add_member(:reason, Shapes::ShapeRef.new(shape: AccessDeniedExceptionErrorCode, location_name: "Reason"))
|
|
358
390
|
AccessDeniedException.struct_class = Types::AccessDeniedException
|
|
359
391
|
|
|
360
392
|
Account.add_member(:industry, Shapes::ShapeRef.new(shape: Industry, location_name: "Industry"))
|
|
@@ -400,6 +432,7 @@ module Aws::PartnerCentralSelling
|
|
|
400
432
|
AssigneeContact.add_member(:email, Shapes::ShapeRef.new(shape: Email, required: true, location_name: "Email"))
|
|
401
433
|
AssigneeContact.add_member(:first_name, Shapes::ShapeRef.new(shape: AssigneeContactFirstNameString, required: true, location_name: "FirstName"))
|
|
402
434
|
AssigneeContact.add_member(:last_name, Shapes::ShapeRef.new(shape: AssigneeContactLastNameString, required: true, location_name: "LastName"))
|
|
435
|
+
AssigneeContact.add_member(:phone, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "Phone"))
|
|
403
436
|
AssigneeContact.add_member(:business_title, Shapes::ShapeRef.new(shape: JobTitle, required: true, location_name: "BusinessTitle"))
|
|
404
437
|
AssigneeContact.struct_class = Types::AssigneeContact
|
|
405
438
|
|
|
@@ -415,6 +448,8 @@ module Aws::PartnerCentralSelling
|
|
|
415
448
|
|
|
416
449
|
AwsMarketplaceOfferIdentifiers.member = Shapes::ShapeRef.new(shape: AwsMarketplaceOfferIdentifier)
|
|
417
450
|
|
|
451
|
+
AwsMarketplaceOfferSetIdentifiers.member = Shapes::ShapeRef.new(shape: AwsMarketplaceOfferSetIdentifier)
|
|
452
|
+
|
|
418
453
|
AwsOpportunityCustomer.add_member(:contacts, Shapes::ShapeRef.new(shape: CustomerContactsList, location_name: "Contacts"))
|
|
419
454
|
AwsOpportunityCustomer.struct_class = Types::AwsOpportunityCustomer
|
|
420
455
|
|
|
@@ -464,6 +499,21 @@ module Aws::PartnerCentralSelling
|
|
|
464
499
|
Contact.add_member(:phone, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "Phone"))
|
|
465
500
|
Contact.struct_class = Types::Contact
|
|
466
501
|
|
|
502
|
+
ContextIdentifiers.member = Shapes::ShapeRef.new(shape: ContextIdentifier)
|
|
503
|
+
|
|
504
|
+
CreateEngagementContextRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
|
505
|
+
CreateEngagementContextRequest.add_member(:engagement_identifier, Shapes::ShapeRef.new(shape: EngagementArnOrIdentifier, required: true, location_name: "EngagementIdentifier"))
|
|
506
|
+
CreateEngagementContextRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
507
|
+
CreateEngagementContextRequest.add_member(:type, Shapes::ShapeRef.new(shape: EngagementContextType, required: true, location_name: "Type"))
|
|
508
|
+
CreateEngagementContextRequest.add_member(:payload, Shapes::ShapeRef.new(shape: EngagementContextPayload, required: true, location_name: "Payload"))
|
|
509
|
+
CreateEngagementContextRequest.struct_class = Types::CreateEngagementContextRequest
|
|
510
|
+
|
|
511
|
+
CreateEngagementContextResponse.add_member(:engagement_id, Shapes::ShapeRef.new(shape: EngagementIdentifier, location_name: "EngagementId"))
|
|
512
|
+
CreateEngagementContextResponse.add_member(:engagement_arn, Shapes::ShapeRef.new(shape: EngagementArn, location_name: "EngagementArn"))
|
|
513
|
+
CreateEngagementContextResponse.add_member(:engagement_last_modified_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "EngagementLastModifiedAt"))
|
|
514
|
+
CreateEngagementContextResponse.add_member(:context_id, Shapes::ShapeRef.new(shape: EngagementContextIdentifier, location_name: "ContextId"))
|
|
515
|
+
CreateEngagementContextResponse.struct_class = Types::CreateEngagementContextResponse
|
|
516
|
+
|
|
467
517
|
CreateEngagementInvitationRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
|
468
518
|
CreateEngagementInvitationRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
469
519
|
CreateEngagementInvitationRequest.add_member(:engagement_identifier, Shapes::ShapeRef.new(shape: EngagementIdentifier, required: true, location_name: "EngagementIdentifier"))
|
|
@@ -475,7 +525,7 @@ module Aws::PartnerCentralSelling
|
|
|
475
525
|
CreateEngagementInvitationResponse.struct_class = Types::CreateEngagementInvitationResponse
|
|
476
526
|
|
|
477
527
|
CreateEngagementRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
|
478
|
-
CreateEngagementRequest.add_member(:client_token, Shapes::ShapeRef.new(shape:
|
|
528
|
+
CreateEngagementRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
479
529
|
CreateEngagementRequest.add_member(:title, Shapes::ShapeRef.new(shape: EngagementTitle, required: true, location_name: "Title"))
|
|
480
530
|
CreateEngagementRequest.add_member(:description, Shapes::ShapeRef.new(shape: EngagementDescription, required: true, location_name: "Description"))
|
|
481
531
|
CreateEngagementRequest.add_member(:contexts, Shapes::ShapeRef.new(shape: EngagementContexts, location_name: "Contexts"))
|
|
@@ -483,6 +533,7 @@ module Aws::PartnerCentralSelling
|
|
|
483
533
|
|
|
484
534
|
CreateEngagementResponse.add_member(:id, Shapes::ShapeRef.new(shape: EngagementIdentifier, location_name: "Id"))
|
|
485
535
|
CreateEngagementResponse.add_member(:arn, Shapes::ShapeRef.new(shape: EngagementArn, location_name: "Arn"))
|
|
536
|
+
CreateEngagementResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "ModifiedAt"))
|
|
486
537
|
CreateEngagementResponse.struct_class = Types::CreateEngagementResponse
|
|
487
538
|
|
|
488
539
|
CreateOpportunityRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
|
@@ -494,7 +545,7 @@ module Aws::PartnerCentralSelling
|
|
|
494
545
|
CreateOpportunityRequest.add_member(:opportunity_type, Shapes::ShapeRef.new(shape: OpportunityType, location_name: "OpportunityType"))
|
|
495
546
|
CreateOpportunityRequest.add_member(:marketing, Shapes::ShapeRef.new(shape: Marketing, location_name: "Marketing"))
|
|
496
547
|
CreateOpportunityRequest.add_member(:software_revenue, Shapes::ShapeRef.new(shape: SoftwareRevenue, location_name: "SoftwareRevenue"))
|
|
497
|
-
CreateOpportunityRequest.add_member(:client_token, Shapes::ShapeRef.new(shape:
|
|
548
|
+
CreateOpportunityRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
498
549
|
CreateOpportunityRequest.add_member(:life_cycle, Shapes::ShapeRef.new(shape: LifeCycle, location_name: "LifeCycle"))
|
|
499
550
|
CreateOpportunityRequest.add_member(:origin, Shapes::ShapeRef.new(shape: OpportunityOrigin, location_name: "Origin"))
|
|
500
551
|
CreateOpportunityRequest.add_member(:opportunity_team, Shapes::ShapeRef.new(shape: PartnerOpportunityTeamMembersList, location_name: "OpportunityTeam"))
|
|
@@ -507,7 +558,7 @@ module Aws::PartnerCentralSelling
|
|
|
507
558
|
CreateOpportunityResponse.struct_class = Types::CreateOpportunityResponse
|
|
508
559
|
|
|
509
560
|
CreateResourceSnapshotJobRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
|
510
|
-
CreateResourceSnapshotJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape:
|
|
561
|
+
CreateResourceSnapshotJobRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
511
562
|
CreateResourceSnapshotJobRequest.add_member(:engagement_identifier, Shapes::ShapeRef.new(shape: EngagementIdentifier, required: true, location_name: "EngagementIdentifier"))
|
|
512
563
|
CreateResourceSnapshotJobRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "ResourceType"))
|
|
513
564
|
CreateResourceSnapshotJobRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location_name: "ResourceIdentifier"))
|
|
@@ -524,7 +575,7 @@ module Aws::PartnerCentralSelling
|
|
|
524
575
|
CreateResourceSnapshotRequest.add_member(:resource_type, Shapes::ShapeRef.new(shape: ResourceType, required: true, location_name: "ResourceType"))
|
|
525
576
|
CreateResourceSnapshotRequest.add_member(:resource_identifier, Shapes::ShapeRef.new(shape: ResourceIdentifier, required: true, location_name: "ResourceIdentifier"))
|
|
526
577
|
CreateResourceSnapshotRequest.add_member(:resource_snapshot_template_identifier, Shapes::ShapeRef.new(shape: ResourceTemplateName, required: true, location_name: "ResourceSnapshotTemplateIdentifier"))
|
|
527
|
-
CreateResourceSnapshotRequest.add_member(:client_token, Shapes::ShapeRef.new(shape:
|
|
578
|
+
CreateResourceSnapshotRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
528
579
|
CreateResourceSnapshotRequest.struct_class = Types::CreateResourceSnapshotRequest
|
|
529
580
|
|
|
530
581
|
CreateResourceSnapshotResponse.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "Arn"))
|
|
@@ -556,16 +607,21 @@ module Aws::PartnerCentralSelling
|
|
|
556
607
|
DisassociateOpportunityRequest.add_member(:related_entity_identifier, Shapes::ShapeRef.new(shape: DisassociateOpportunityRequestRelatedEntityIdentifierString, required: true, location_name: "RelatedEntityIdentifier"))
|
|
557
608
|
DisassociateOpportunityRequest.struct_class = Types::DisassociateOpportunityRequest
|
|
558
609
|
|
|
610
|
+
EngagementContextDetails.add_member(:id, Shapes::ShapeRef.new(shape: EngagementContextIdentifier, location_name: "Id"))
|
|
559
611
|
EngagementContextDetails.add_member(:type, Shapes::ShapeRef.new(shape: EngagementContextType, required: true, location_name: "Type"))
|
|
560
612
|
EngagementContextDetails.add_member(:payload, Shapes::ShapeRef.new(shape: EngagementContextPayload, location_name: "Payload"))
|
|
561
613
|
EngagementContextDetails.struct_class = Types::EngagementContextDetails
|
|
562
614
|
|
|
563
615
|
EngagementContextPayload.add_member(:customer_project, Shapes::ShapeRef.new(shape: CustomerProjectsContext, location_name: "CustomerProject"))
|
|
616
|
+
EngagementContextPayload.add_member(:lead, Shapes::ShapeRef.new(shape: LeadContext, location_name: "Lead"))
|
|
564
617
|
EngagementContextPayload.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
565
618
|
EngagementContextPayload.add_member_subclass(:customer_project, Types::EngagementContextPayload::CustomerProject)
|
|
619
|
+
EngagementContextPayload.add_member_subclass(:lead, Types::EngagementContextPayload::Lead)
|
|
566
620
|
EngagementContextPayload.add_member_subclass(:unknown, Types::EngagementContextPayload::Unknown)
|
|
567
621
|
EngagementContextPayload.struct_class = Types::EngagementContextPayload
|
|
568
622
|
|
|
623
|
+
EngagementContextTypeList.member = Shapes::ShapeRef.new(shape: EngagementContextType)
|
|
624
|
+
|
|
569
625
|
EngagementContexts.member = Shapes::ShapeRef.new(shape: EngagementContextDetails)
|
|
570
626
|
|
|
571
627
|
EngagementCustomer.add_member(:industry, Shapes::ShapeRef.new(shape: Industry, required: true, location_name: "Industry"))
|
|
@@ -634,6 +690,9 @@ module Aws::PartnerCentralSelling
|
|
|
634
690
|
EngagementSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
|
|
635
691
|
EngagementSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: AwsAccount, location_name: "CreatedBy"))
|
|
636
692
|
EngagementSummary.add_member(:member_count, Shapes::ShapeRef.new(shape: Integer, location_name: "MemberCount"))
|
|
693
|
+
EngagementSummary.add_member(:modified_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "ModifiedAt"))
|
|
694
|
+
EngagementSummary.add_member(:modified_by, Shapes::ShapeRef.new(shape: AwsAccount, location_name: "ModifiedBy"))
|
|
695
|
+
EngagementSummary.add_member(:context_types, Shapes::ShapeRef.new(shape: EngagementContextTypeList, location_name: "ContextTypes"))
|
|
637
696
|
EngagementSummary.struct_class = Types::EngagementSummary
|
|
638
697
|
|
|
639
698
|
EngagementSummaryList.member = Shapes::ShapeRef.new(shape: EngagementSummary)
|
|
@@ -651,7 +710,6 @@ module Aws::PartnerCentralSelling
|
|
|
651
710
|
GetAwsOpportunitySummaryRequest.add_member(:related_opportunity_identifier, Shapes::ShapeRef.new(shape: OpportunityIdentifier, required: true, location_name: "RelatedOpportunityIdentifier"))
|
|
652
711
|
GetAwsOpportunitySummaryRequest.struct_class = Types::GetAwsOpportunitySummaryRequest
|
|
653
712
|
|
|
654
|
-
GetAwsOpportunitySummaryResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
|
655
713
|
GetAwsOpportunitySummaryResponse.add_member(:related_opportunity_id, Shapes::ShapeRef.new(shape: OpportunityIdentifier, location_name: "RelatedOpportunityId"))
|
|
656
714
|
GetAwsOpportunitySummaryResponse.add_member(:origin, Shapes::ShapeRef.new(shape: OpportunityOrigin, location_name: "Origin"))
|
|
657
715
|
GetAwsOpportunitySummaryResponse.add_member(:involvement_type, Shapes::ShapeRef.new(shape: SalesInvolvementType, location_name: "InvolvementType"))
|
|
@@ -663,6 +721,7 @@ module Aws::PartnerCentralSelling
|
|
|
663
721
|
GetAwsOpportunitySummaryResponse.add_member(:related_entity_ids, Shapes::ShapeRef.new(shape: AwsOpportunityRelatedEntities, location_name: "RelatedEntityIds"))
|
|
664
722
|
GetAwsOpportunitySummaryResponse.add_member(:customer, Shapes::ShapeRef.new(shape: AwsOpportunityCustomer, location_name: "Customer"))
|
|
665
723
|
GetAwsOpportunitySummaryResponse.add_member(:project, Shapes::ShapeRef.new(shape: AwsOpportunityProject, location_name: "Project"))
|
|
724
|
+
GetAwsOpportunitySummaryResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
|
666
725
|
GetAwsOpportunitySummaryResponse.struct_class = Types::GetAwsOpportunitySummaryResponse
|
|
667
726
|
|
|
668
727
|
GetEngagementInvitationRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
|
@@ -699,6 +758,8 @@ module Aws::PartnerCentralSelling
|
|
|
699
758
|
GetEngagementResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedAt"))
|
|
700
759
|
GetEngagementResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: AwsAccount, location_name: "CreatedBy"))
|
|
701
760
|
GetEngagementResponse.add_member(:member_count, Shapes::ShapeRef.new(shape: Integer, location_name: "MemberCount"))
|
|
761
|
+
GetEngagementResponse.add_member(:modified_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "ModifiedAt"))
|
|
762
|
+
GetEngagementResponse.add_member(:modified_by, Shapes::ShapeRef.new(shape: AwsAccount, location_name: "ModifiedBy"))
|
|
702
763
|
GetEngagementResponse.add_member(:contexts, Shapes::ShapeRef.new(shape: EngagementContexts, location_name: "Contexts"))
|
|
703
764
|
GetEngagementResponse.struct_class = Types::GetEngagementResponse
|
|
704
765
|
|
|
@@ -783,6 +844,57 @@ module Aws::PartnerCentralSelling
|
|
|
783
844
|
LastModifiedDate.add_member(:before_last_modified_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "BeforeLastModifiedDate"))
|
|
784
845
|
LastModifiedDate.struct_class = Types::LastModifiedDate
|
|
785
846
|
|
|
847
|
+
LeadContact.add_member(:business_title, Shapes::ShapeRef.new(shape: JobTitle, required: true, location_name: "BusinessTitle"))
|
|
848
|
+
LeadContact.add_member(:email, Shapes::ShapeRef.new(shape: Email, required: true, location_name: "Email"))
|
|
849
|
+
LeadContact.add_member(:first_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "FirstName"))
|
|
850
|
+
LeadContact.add_member(:last_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "LastName"))
|
|
851
|
+
LeadContact.add_member(:phone, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "Phone"))
|
|
852
|
+
LeadContact.struct_class = Types::LeadContact
|
|
853
|
+
|
|
854
|
+
LeadContext.add_member(:qualification_status, Shapes::ShapeRef.new(shape: LeadQualificationStatus, location_name: "QualificationStatus"))
|
|
855
|
+
LeadContext.add_member(:customer, Shapes::ShapeRef.new(shape: LeadCustomer, required: true, location_name: "Customer"))
|
|
856
|
+
LeadContext.add_member(:interactions, Shapes::ShapeRef.new(shape: LeadInteractionList, required: true, location_name: "Interactions"))
|
|
857
|
+
LeadContext.struct_class = Types::LeadContext
|
|
858
|
+
|
|
859
|
+
LeadCustomer.add_member(:industry, Shapes::ShapeRef.new(shape: Industry, location_name: "Industry"))
|
|
860
|
+
LeadCustomer.add_member(:company_name, Shapes::ShapeRef.new(shape: CompanyName, required: true, location_name: "CompanyName"))
|
|
861
|
+
LeadCustomer.add_member(:website_url, Shapes::ShapeRef.new(shape: CompanyWebsiteUrl, location_name: "WebsiteUrl"))
|
|
862
|
+
LeadCustomer.add_member(:address, Shapes::ShapeRef.new(shape: AddressSummary, required: true, location_name: "Address"))
|
|
863
|
+
LeadCustomer.add_member(:aws_maturity, Shapes::ShapeRef.new(shape: AwsMaturity, location_name: "AwsMaturity"))
|
|
864
|
+
LeadCustomer.add_member(:market_segment, Shapes::ShapeRef.new(shape: MarketSegment, location_name: "MarketSegment"))
|
|
865
|
+
LeadCustomer.struct_class = Types::LeadCustomer
|
|
866
|
+
|
|
867
|
+
LeadInteraction.add_member(:source_type, Shapes::ShapeRef.new(shape: LeadSourceType, required: true, location_name: "SourceType"))
|
|
868
|
+
LeadInteraction.add_member(:source_id, Shapes::ShapeRef.new(shape: LeadSourceId, required: true, location_name: "SourceId"))
|
|
869
|
+
LeadInteraction.add_member(:source_name, Shapes::ShapeRef.new(shape: LeadSourceName, required: true, location_name: "SourceName"))
|
|
870
|
+
LeadInteraction.add_member(:usecase, Shapes::ShapeRef.new(shape: EngagementUseCase, location_name: "Usecase"))
|
|
871
|
+
LeadInteraction.add_member(:interaction_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "InteractionDate"))
|
|
872
|
+
LeadInteraction.add_member(:customer_action, Shapes::ShapeRef.new(shape: CustomerAction, required: true, location_name: "CustomerAction"))
|
|
873
|
+
LeadInteraction.add_member(:business_problem, Shapes::ShapeRef.new(shape: EngagementCustomerBusinessProblem, location_name: "BusinessProblem"))
|
|
874
|
+
LeadInteraction.add_member(:contact, Shapes::ShapeRef.new(shape: LeadContact, required: true, location_name: "Contact"))
|
|
875
|
+
LeadInteraction.struct_class = Types::LeadInteraction
|
|
876
|
+
|
|
877
|
+
LeadInteractionList.member = Shapes::ShapeRef.new(shape: LeadInteraction)
|
|
878
|
+
|
|
879
|
+
LeadInvitationCustomer.add_member(:industry, Shapes::ShapeRef.new(shape: Industry, location_name: "Industry"))
|
|
880
|
+
LeadInvitationCustomer.add_member(:company_name, Shapes::ShapeRef.new(shape: CompanyName, required: true, location_name: "CompanyName"))
|
|
881
|
+
LeadInvitationCustomer.add_member(:website_url, Shapes::ShapeRef.new(shape: CompanyWebsiteUrl, location_name: "WebsiteUrl"))
|
|
882
|
+
LeadInvitationCustomer.add_member(:country_code, Shapes::ShapeRef.new(shape: CountryCode, required: true, location_name: "CountryCode"))
|
|
883
|
+
LeadInvitationCustomer.add_member(:aws_maturity, Shapes::ShapeRef.new(shape: AwsMaturity, location_name: "AwsMaturity"))
|
|
884
|
+
LeadInvitationCustomer.add_member(:market_segment, Shapes::ShapeRef.new(shape: MarketSegment, location_name: "MarketSegment"))
|
|
885
|
+
LeadInvitationCustomer.struct_class = Types::LeadInvitationCustomer
|
|
886
|
+
|
|
887
|
+
LeadInvitationInteraction.add_member(:source_type, Shapes::ShapeRef.new(shape: LeadSourceType, required: true, location_name: "SourceType"))
|
|
888
|
+
LeadInvitationInteraction.add_member(:source_id, Shapes::ShapeRef.new(shape: LeadSourceId, required: true, location_name: "SourceId"))
|
|
889
|
+
LeadInvitationInteraction.add_member(:source_name, Shapes::ShapeRef.new(shape: LeadSourceName, required: true, location_name: "SourceName"))
|
|
890
|
+
LeadInvitationInteraction.add_member(:usecase, Shapes::ShapeRef.new(shape: EngagementUseCase, location_name: "Usecase"))
|
|
891
|
+
LeadInvitationInteraction.add_member(:contact_business_title, Shapes::ShapeRef.new(shape: JobTitle, required: true, location_name: "ContactBusinessTitle"))
|
|
892
|
+
LeadInvitationInteraction.struct_class = Types::LeadInvitationInteraction
|
|
893
|
+
|
|
894
|
+
LeadInvitationPayload.add_member(:customer, Shapes::ShapeRef.new(shape: LeadInvitationCustomer, required: true, location_name: "Customer"))
|
|
895
|
+
LeadInvitationPayload.add_member(:interaction, Shapes::ShapeRef.new(shape: LeadInvitationInteraction, required: true, location_name: "Interaction"))
|
|
896
|
+
LeadInvitationPayload.struct_class = Types::LeadInvitationPayload
|
|
897
|
+
|
|
786
898
|
LifeCycle.add_member(:stage, Shapes::ShapeRef.new(shape: Stage, location_name: "Stage"))
|
|
787
899
|
LifeCycle.add_member(:closed_lost_reason, Shapes::ShapeRef.new(shape: ClosedLostReason, location_name: "ClosedLostReason"))
|
|
788
900
|
LifeCycle.add_member(:next_steps, Shapes::ShapeRef.new(shape: LifeCycleNextStepsString, location_name: "NextSteps"))
|
|
@@ -906,6 +1018,8 @@ module Aws::PartnerCentralSelling
|
|
|
906
1018
|
ListEngagementsRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
|
907
1019
|
ListEngagementsRequest.add_member(:created_by, Shapes::ShapeRef.new(shape: AwsAccountList, location_name: "CreatedBy"))
|
|
908
1020
|
ListEngagementsRequest.add_member(:exclude_created_by, Shapes::ShapeRef.new(shape: AwsAccountList, location_name: "ExcludeCreatedBy"))
|
|
1021
|
+
ListEngagementsRequest.add_member(:context_types, Shapes::ShapeRef.new(shape: EngagementContextTypeList, location_name: "ContextTypes"))
|
|
1022
|
+
ListEngagementsRequest.add_member(:exclude_context_types, Shapes::ShapeRef.new(shape: EngagementContextTypeList, location_name: "ExcludeContextTypes"))
|
|
909
1023
|
ListEngagementsRequest.add_member(:sort, Shapes::ShapeRef.new(shape: EngagementSort, location_name: "Sort"))
|
|
910
1024
|
ListEngagementsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: EngagementPageSize, location_name: "MaxResults"))
|
|
911
1025
|
ListEngagementsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
@@ -939,6 +1053,35 @@ module Aws::PartnerCentralSelling
|
|
|
939
1053
|
ListOpportunitiesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
940
1054
|
ListOpportunitiesResponse.struct_class = Types::ListOpportunitiesResponse
|
|
941
1055
|
|
|
1056
|
+
ListOpportunityFromEngagementTaskSummaries.member = Shapes::ShapeRef.new(shape: ListOpportunityFromEngagementTaskSummary)
|
|
1057
|
+
|
|
1058
|
+
ListOpportunityFromEngagementTaskSummary.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskIdentifier, location_name: "TaskId"))
|
|
1059
|
+
ListOpportunityFromEngagementTaskSummary.add_member(:task_arn, Shapes::ShapeRef.new(shape: TaskArn, location_name: "TaskArn"))
|
|
1060
|
+
ListOpportunityFromEngagementTaskSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "StartTime"))
|
|
1061
|
+
ListOpportunityFromEngagementTaskSummary.add_member(:task_status, Shapes::ShapeRef.new(shape: TaskStatus, location_name: "TaskStatus"))
|
|
1062
|
+
ListOpportunityFromEngagementTaskSummary.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
1063
|
+
ListOpportunityFromEngagementTaskSummary.add_member(:reason_code, Shapes::ShapeRef.new(shape: ReasonCode, location_name: "ReasonCode"))
|
|
1064
|
+
ListOpportunityFromEngagementTaskSummary.add_member(:opportunity_id, Shapes::ShapeRef.new(shape: OpportunityIdentifier, location_name: "OpportunityId"))
|
|
1065
|
+
ListOpportunityFromEngagementTaskSummary.add_member(:resource_snapshot_job_id, Shapes::ShapeRef.new(shape: ResourceSnapshotJobIdentifier, location_name: "ResourceSnapshotJobId"))
|
|
1066
|
+
ListOpportunityFromEngagementTaskSummary.add_member(:engagement_id, Shapes::ShapeRef.new(shape: EngagementIdentifier, location_name: "EngagementId"))
|
|
1067
|
+
ListOpportunityFromEngagementTaskSummary.add_member(:context_id, Shapes::ShapeRef.new(shape: ContextIdentifier, location_name: "ContextId"))
|
|
1068
|
+
ListOpportunityFromEngagementTaskSummary.struct_class = Types::ListOpportunityFromEngagementTaskSummary
|
|
1069
|
+
|
|
1070
|
+
ListOpportunityFromEngagementTasksRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListOpportunityFromEngagementTasksRequestMaxResultsInteger, location_name: "MaxResults"))
|
|
1071
|
+
ListOpportunityFromEngagementTasksRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: ListOpportunityFromEngagementTasksRequestNextTokenString, location_name: "NextToken"))
|
|
1072
|
+
ListOpportunityFromEngagementTasksRequest.add_member(:sort, Shapes::ShapeRef.new(shape: ListTasksSortBase, location_name: "Sort"))
|
|
1073
|
+
ListOpportunityFromEngagementTasksRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
|
1074
|
+
ListOpportunityFromEngagementTasksRequest.add_member(:task_status, Shapes::ShapeRef.new(shape: TaskStatuses, location_name: "TaskStatus"))
|
|
1075
|
+
ListOpportunityFromEngagementTasksRequest.add_member(:task_identifier, Shapes::ShapeRef.new(shape: TaskIdentifiers, location_name: "TaskIdentifier"))
|
|
1076
|
+
ListOpportunityFromEngagementTasksRequest.add_member(:opportunity_identifier, Shapes::ShapeRef.new(shape: OpportunityIdentifiers, location_name: "OpportunityIdentifier"))
|
|
1077
|
+
ListOpportunityFromEngagementTasksRequest.add_member(:engagement_identifier, Shapes::ShapeRef.new(shape: EngagementIdentifiers, location_name: "EngagementIdentifier"))
|
|
1078
|
+
ListOpportunityFromEngagementTasksRequest.add_member(:context_identifier, Shapes::ShapeRef.new(shape: ContextIdentifiers, location_name: "ContextIdentifier"))
|
|
1079
|
+
ListOpportunityFromEngagementTasksRequest.struct_class = Types::ListOpportunityFromEngagementTasksRequest
|
|
1080
|
+
|
|
1081
|
+
ListOpportunityFromEngagementTasksResponse.add_member(:task_summaries, Shapes::ShapeRef.new(shape: ListOpportunityFromEngagementTaskSummaries, location_name: "TaskSummaries"))
|
|
1082
|
+
ListOpportunityFromEngagementTasksResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
1083
|
+
ListOpportunityFromEngagementTasksResponse.struct_class = Types::ListOpportunityFromEngagementTasksResponse
|
|
1084
|
+
|
|
942
1085
|
ListResourceSnapshotJobsRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
|
943
1086
|
ListResourceSnapshotJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: ListResourceSnapshotJobsRequestMaxResultsInteger, location_name: "MaxResults"))
|
|
944
1087
|
ListResourceSnapshotJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
|
@@ -1051,8 +1194,10 @@ module Aws::PartnerCentralSelling
|
|
|
1051
1194
|
PartnerOpportunityTeamMembersList.member = Shapes::ShapeRef.new(shape: Contact)
|
|
1052
1195
|
|
|
1053
1196
|
Payload.add_member(:opportunity_invitation, Shapes::ShapeRef.new(shape: OpportunityInvitationPayload, location_name: "OpportunityInvitation"))
|
|
1197
|
+
Payload.add_member(:lead_invitation, Shapes::ShapeRef.new(shape: LeadInvitationPayload, location_name: "LeadInvitation"))
|
|
1054
1198
|
Payload.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1055
1199
|
Payload.add_member_subclass(:opportunity_invitation, Types::Payload::OpportunityInvitation)
|
|
1200
|
+
Payload.add_member_subclass(:lead_invitation, Types::Payload::LeadInvitation)
|
|
1056
1201
|
Payload.add_member_subclass(:unknown, Types::Payload::Unknown)
|
|
1057
1202
|
Payload.struct_class = Types::Payload
|
|
1058
1203
|
|
|
@@ -1115,6 +1260,7 @@ module Aws::PartnerCentralSelling
|
|
|
1115
1260
|
RejectEngagementInvitationRequest.struct_class = Types::RejectEngagementInvitationRequest
|
|
1116
1261
|
|
|
1117
1262
|
RelatedEntityIdentifiers.add_member(:aws_marketplace_offers, Shapes::ShapeRef.new(shape: AwsMarketplaceOfferIdentifiers, location_name: "AwsMarketplaceOffers"))
|
|
1263
|
+
RelatedEntityIdentifiers.add_member(:aws_marketplace_offer_sets, Shapes::ShapeRef.new(shape: AwsMarketplaceOfferSetIdentifiers, location_name: "AwsMarketplaceOfferSets"))
|
|
1118
1264
|
RelatedEntityIdentifiers.add_member(:solutions, Shapes::ShapeRef.new(shape: SolutionIdentifiers, location_name: "Solutions"))
|
|
1119
1265
|
RelatedEntityIdentifiers.add_member(:aws_products, Shapes::ShapeRef.new(shape: AwsProductIdentifiers, location_name: "AwsProducts"))
|
|
1120
1266
|
RelatedEntityIdentifiers.struct_class = Types::RelatedEntityIdentifiers
|
|
@@ -1188,7 +1334,7 @@ module Aws::PartnerCentralSelling
|
|
|
1188
1334
|
SortObject.struct_class = Types::SortObject
|
|
1189
1335
|
|
|
1190
1336
|
StartEngagementByAcceptingInvitationTaskRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
|
1191
|
-
StartEngagementByAcceptingInvitationTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape:
|
|
1337
|
+
StartEngagementByAcceptingInvitationTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
1192
1338
|
StartEngagementByAcceptingInvitationTaskRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: EngagementInvitationArnOrIdentifier, required: true, location_name: "Identifier"))
|
|
1193
1339
|
StartEngagementByAcceptingInvitationTaskRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
1194
1340
|
StartEngagementByAcceptingInvitationTaskRequest.struct_class = Types::StartEngagementByAcceptingInvitationTaskRequest
|
|
@@ -1205,7 +1351,7 @@ module Aws::PartnerCentralSelling
|
|
|
1205
1351
|
StartEngagementByAcceptingInvitationTaskResponse.struct_class = Types::StartEngagementByAcceptingInvitationTaskResponse
|
|
1206
1352
|
|
|
1207
1353
|
StartEngagementFromOpportunityTaskRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
|
1208
|
-
StartEngagementFromOpportunityTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape:
|
|
1354
|
+
StartEngagementFromOpportunityTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
1209
1355
|
StartEngagementFromOpportunityTaskRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: OpportunityIdentifier, required: true, location_name: "Identifier"))
|
|
1210
1356
|
StartEngagementFromOpportunityTaskRequest.add_member(:aws_submission, Shapes::ShapeRef.new(shape: AwsSubmission, required: true, location_name: "AwsSubmission"))
|
|
1211
1357
|
StartEngagementFromOpportunityTaskRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
@@ -1223,6 +1369,25 @@ module Aws::PartnerCentralSelling
|
|
|
1223
1369
|
StartEngagementFromOpportunityTaskResponse.add_member(:engagement_invitation_id, Shapes::ShapeRef.new(shape: EngagementInvitationIdentifier, location_name: "EngagementInvitationId"))
|
|
1224
1370
|
StartEngagementFromOpportunityTaskResponse.struct_class = Types::StartEngagementFromOpportunityTaskResponse
|
|
1225
1371
|
|
|
1372
|
+
StartOpportunityFromEngagementTaskRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
|
1373
|
+
StartOpportunityFromEngagementTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, required: true, location_name: "ClientToken", metadata: {"idempotencyToken" => true}))
|
|
1374
|
+
StartOpportunityFromEngagementTaskRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: EngagementArnOrIdentifier, required: true, location_name: "Identifier"))
|
|
1375
|
+
StartOpportunityFromEngagementTaskRequest.add_member(:context_identifier, Shapes::ShapeRef.new(shape: ContextIdentifier, required: true, location_name: "ContextIdentifier"))
|
|
1376
|
+
StartOpportunityFromEngagementTaskRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
1377
|
+
StartOpportunityFromEngagementTaskRequest.struct_class = Types::StartOpportunityFromEngagementTaskRequest
|
|
1378
|
+
|
|
1379
|
+
StartOpportunityFromEngagementTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskIdentifier, location_name: "TaskId"))
|
|
1380
|
+
StartOpportunityFromEngagementTaskResponse.add_member(:task_arn, Shapes::ShapeRef.new(shape: TaskArn, location_name: "TaskArn"))
|
|
1381
|
+
StartOpportunityFromEngagementTaskResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "StartTime"))
|
|
1382
|
+
StartOpportunityFromEngagementTaskResponse.add_member(:task_status, Shapes::ShapeRef.new(shape: TaskStatus, location_name: "TaskStatus"))
|
|
1383
|
+
StartOpportunityFromEngagementTaskResponse.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
|
1384
|
+
StartOpportunityFromEngagementTaskResponse.add_member(:reason_code, Shapes::ShapeRef.new(shape: ReasonCode, location_name: "ReasonCode"))
|
|
1385
|
+
StartOpportunityFromEngagementTaskResponse.add_member(:opportunity_id, Shapes::ShapeRef.new(shape: OpportunityIdentifier, location_name: "OpportunityId"))
|
|
1386
|
+
StartOpportunityFromEngagementTaskResponse.add_member(:resource_snapshot_job_id, Shapes::ShapeRef.new(shape: ResourceSnapshotJobIdentifier, location_name: "ResourceSnapshotJobId"))
|
|
1387
|
+
StartOpportunityFromEngagementTaskResponse.add_member(:engagement_id, Shapes::ShapeRef.new(shape: EngagementIdentifier, location_name: "EngagementId"))
|
|
1388
|
+
StartOpportunityFromEngagementTaskResponse.add_member(:context_id, Shapes::ShapeRef.new(shape: ContextIdentifier, location_name: "ContextId"))
|
|
1389
|
+
StartOpportunityFromEngagementTaskResponse.struct_class = Types::StartOpportunityFromEngagementTaskResponse
|
|
1390
|
+
|
|
1226
1391
|
StartResourceSnapshotJobRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
|
1227
1392
|
StartResourceSnapshotJobRequest.add_member(:resource_snapshot_job_identifier, Shapes::ShapeRef.new(shape: ResourceSnapshotJobIdentifier, required: true, location_name: "ResourceSnapshotJobIdentifier"))
|
|
1228
1393
|
StartResourceSnapshotJobRequest.struct_class = Types::StartResourceSnapshotJobRequest
|
|
@@ -1264,6 +1429,33 @@ module Aws::PartnerCentralSelling
|
|
|
1264
1429
|
|
|
1265
1430
|
UntagResourceResponse.struct_class = Types::UntagResourceResponse
|
|
1266
1431
|
|
|
1432
|
+
UpdateEngagementContextPayload.add_member(:lead, Shapes::ShapeRef.new(shape: UpdateLeadContext, location_name: "Lead"))
|
|
1433
|
+
UpdateEngagementContextPayload.add_member(:customer_project, Shapes::ShapeRef.new(shape: CustomerProjectsContext, location_name: "CustomerProject"))
|
|
1434
|
+
UpdateEngagementContextPayload.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
|
1435
|
+
UpdateEngagementContextPayload.add_member_subclass(:lead, Types::UpdateEngagementContextPayload::Lead)
|
|
1436
|
+
UpdateEngagementContextPayload.add_member_subclass(:customer_project, Types::UpdateEngagementContextPayload::CustomerProject)
|
|
1437
|
+
UpdateEngagementContextPayload.add_member_subclass(:unknown, Types::UpdateEngagementContextPayload::Unknown)
|
|
1438
|
+
UpdateEngagementContextPayload.struct_class = Types::UpdateEngagementContextPayload
|
|
1439
|
+
|
|
1440
|
+
UpdateEngagementContextRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
|
1441
|
+
UpdateEngagementContextRequest.add_member(:engagement_identifier, Shapes::ShapeRef.new(shape: EngagementArnOrIdentifier, required: true, location_name: "EngagementIdentifier"))
|
|
1442
|
+
UpdateEngagementContextRequest.add_member(:context_identifier, Shapes::ShapeRef.new(shape: EngagementContextIdentifier, required: true, location_name: "ContextIdentifier"))
|
|
1443
|
+
UpdateEngagementContextRequest.add_member(:engagement_last_modified_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "EngagementLastModifiedAt"))
|
|
1444
|
+
UpdateEngagementContextRequest.add_member(:type, Shapes::ShapeRef.new(shape: EngagementContextType, required: true, location_name: "Type"))
|
|
1445
|
+
UpdateEngagementContextRequest.add_member(:payload, Shapes::ShapeRef.new(shape: UpdateEngagementContextPayload, required: true, location_name: "Payload"))
|
|
1446
|
+
UpdateEngagementContextRequest.struct_class = Types::UpdateEngagementContextRequest
|
|
1447
|
+
|
|
1448
|
+
UpdateEngagementContextResponse.add_member(:engagement_id, Shapes::ShapeRef.new(shape: EngagementIdentifier, required: true, location_name: "EngagementId"))
|
|
1449
|
+
UpdateEngagementContextResponse.add_member(:engagement_arn, Shapes::ShapeRef.new(shape: EngagementArn, required: true, location_name: "EngagementArn"))
|
|
1450
|
+
UpdateEngagementContextResponse.add_member(:engagement_last_modified_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "EngagementLastModifiedAt"))
|
|
1451
|
+
UpdateEngagementContextResponse.add_member(:context_id, Shapes::ShapeRef.new(shape: EngagementContextIdentifier, required: true, location_name: "ContextId"))
|
|
1452
|
+
UpdateEngagementContextResponse.struct_class = Types::UpdateEngagementContextResponse
|
|
1453
|
+
|
|
1454
|
+
UpdateLeadContext.add_member(:qualification_status, Shapes::ShapeRef.new(shape: LeadQualificationStatus, location_name: "QualificationStatus"))
|
|
1455
|
+
UpdateLeadContext.add_member(:customer, Shapes::ShapeRef.new(shape: LeadCustomer, required: true, location_name: "Customer"))
|
|
1456
|
+
UpdateLeadContext.add_member(:interaction, Shapes::ShapeRef.new(shape: LeadInteraction, location_name: "Interaction"))
|
|
1457
|
+
UpdateLeadContext.struct_class = Types::UpdateLeadContext
|
|
1458
|
+
|
|
1267
1459
|
UpdateOpportunityRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
|
1268
1460
|
UpdateOpportunityRequest.add_member(:primary_needs_from_aws, Shapes::ShapeRef.new(shape: PrimaryNeedsFromAws, location_name: "PrimaryNeedsFromAws"))
|
|
1269
1461
|
UpdateOpportunityRequest.add_member(:national_security, Shapes::ShapeRef.new(shape: NationalSecurity, location_name: "NationalSecurity"))
|
|
@@ -1366,6 +1558,22 @@ module Aws::PartnerCentralSelling
|
|
|
1366
1558
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1367
1559
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1368
1560
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1561
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1562
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1563
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1564
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1565
|
+
end)
|
|
1566
|
+
|
|
1567
|
+
api.add_operation(:create_engagement_context, Seahorse::Model::Operation.new.tap do |o|
|
|
1568
|
+
o.name = "CreateEngagementContext"
|
|
1569
|
+
o.http_method = "POST"
|
|
1570
|
+
o.http_request_uri = "/"
|
|
1571
|
+
o.input = Shapes::ShapeRef.new(shape: CreateEngagementContextRequest)
|
|
1572
|
+
o.output = Shapes::ShapeRef.new(shape: CreateEngagementContextResponse)
|
|
1573
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1574
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1575
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1576
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1369
1577
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1370
1578
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1371
1579
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
@@ -1380,6 +1588,7 @@ module Aws::PartnerCentralSelling
|
|
|
1380
1588
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1381
1589
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1382
1590
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1591
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1383
1592
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1384
1593
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1385
1594
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
@@ -1408,6 +1617,7 @@ module Aws::PartnerCentralSelling
|
|
|
1408
1617
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1409
1618
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1410
1619
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1620
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1411
1621
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1412
1622
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1413
1623
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
@@ -1422,6 +1632,7 @@ module Aws::PartnerCentralSelling
|
|
|
1422
1632
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1423
1633
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1424
1634
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1635
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1425
1636
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1426
1637
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
1427
1638
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
@@ -1436,6 +1647,7 @@ module Aws::PartnerCentralSelling
|
|
|
1436
1647
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
1437
1648
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1438
1649
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1650
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1439
1651
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1440
1652
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1441
1653
|
end)
|
|
@@ -1474,6 +1686,7 @@ module Aws::PartnerCentralSelling
|
|
|
1474
1686
|
o.output = Shapes::ShapeRef.new(shape: GetEngagementResponse)
|
|
1475
1687
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1476
1688
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1689
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1477
1690
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1478
1691
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1479
1692
|
end)
|
|
@@ -1512,6 +1725,7 @@ module Aws::PartnerCentralSelling
|
|
|
1512
1725
|
o.output = Shapes::ShapeRef.new(shape: GetResourceSnapshotResponse)
|
|
1513
1726
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1514
1727
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1728
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1515
1729
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1516
1730
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1517
1731
|
end)
|
|
@@ -1524,6 +1738,7 @@ module Aws::PartnerCentralSelling
|
|
|
1524
1738
|
o.output = Shapes::ShapeRef.new(shape: GetResourceSnapshotJobResponse)
|
|
1525
1739
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1526
1740
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1741
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1527
1742
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1528
1743
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1529
1744
|
end)
|
|
@@ -1536,6 +1751,7 @@ module Aws::PartnerCentralSelling
|
|
|
1536
1751
|
o.output = Shapes::ShapeRef.new(shape: GetSellingSystemSettingsResponse)
|
|
1537
1752
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1538
1753
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1754
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1539
1755
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1540
1756
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1541
1757
|
end)
|
|
@@ -1548,6 +1764,7 @@ module Aws::PartnerCentralSelling
|
|
|
1548
1764
|
o.output = Shapes::ShapeRef.new(shape: ListEngagementByAcceptingInvitationTasksResponse)
|
|
1549
1765
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1550
1766
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1767
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1551
1768
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1552
1769
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1553
1770
|
o[:pager] = Aws::Pager.new(
|
|
@@ -1566,6 +1783,7 @@ module Aws::PartnerCentralSelling
|
|
|
1566
1783
|
o.output = Shapes::ShapeRef.new(shape: ListEngagementFromOpportunityTasksResponse)
|
|
1567
1784
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1568
1785
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1786
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1569
1787
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1570
1788
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1571
1789
|
o[:pager] = Aws::Pager.new(
|
|
@@ -1603,6 +1821,7 @@ module Aws::PartnerCentralSelling
|
|
|
1603
1821
|
o.output = Shapes::ShapeRef.new(shape: ListEngagementMembersResponse)
|
|
1604
1822
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1605
1823
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1824
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1606
1825
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1607
1826
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1608
1827
|
o[:pager] = Aws::Pager.new(
|
|
@@ -1621,6 +1840,7 @@ module Aws::PartnerCentralSelling
|
|
|
1621
1840
|
o.output = Shapes::ShapeRef.new(shape: ListEngagementResourceAssociationsResponse)
|
|
1622
1841
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1623
1842
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1843
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1624
1844
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1625
1845
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1626
1846
|
o[:pager] = Aws::Pager.new(
|
|
@@ -1639,6 +1859,7 @@ module Aws::PartnerCentralSelling
|
|
|
1639
1859
|
o.output = Shapes::ShapeRef.new(shape: ListEngagementsResponse)
|
|
1640
1860
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1641
1861
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1862
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1642
1863
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1643
1864
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1644
1865
|
o[:pager] = Aws::Pager.new(
|
|
@@ -1668,6 +1889,25 @@ module Aws::PartnerCentralSelling
|
|
|
1668
1889
|
)
|
|
1669
1890
|
end)
|
|
1670
1891
|
|
|
1892
|
+
api.add_operation(:list_opportunity_from_engagement_tasks, Seahorse::Model::Operation.new.tap do |o|
|
|
1893
|
+
o.name = "ListOpportunityFromEngagementTasks"
|
|
1894
|
+
o.http_method = "POST"
|
|
1895
|
+
o.http_request_uri = "/"
|
|
1896
|
+
o.input = Shapes::ShapeRef.new(shape: ListOpportunityFromEngagementTasksRequest)
|
|
1897
|
+
o.output = Shapes::ShapeRef.new(shape: ListOpportunityFromEngagementTasksResponse)
|
|
1898
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1899
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1900
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1901
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1902
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1903
|
+
o[:pager] = Aws::Pager.new(
|
|
1904
|
+
limit_key: "max_results",
|
|
1905
|
+
tokens: {
|
|
1906
|
+
"next_token" => "next_token"
|
|
1907
|
+
}
|
|
1908
|
+
)
|
|
1909
|
+
end)
|
|
1910
|
+
|
|
1671
1911
|
api.add_operation(:list_resource_snapshot_jobs, Seahorse::Model::Operation.new.tap do |o|
|
|
1672
1912
|
o.name = "ListResourceSnapshotJobs"
|
|
1673
1913
|
o.http_method = "POST"
|
|
@@ -1676,6 +1916,7 @@ module Aws::PartnerCentralSelling
|
|
|
1676
1916
|
o.output = Shapes::ShapeRef.new(shape: ListResourceSnapshotJobsResponse)
|
|
1677
1917
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1678
1918
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1919
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1679
1920
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1680
1921
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1681
1922
|
o[:pager] = Aws::Pager.new(
|
|
@@ -1694,6 +1935,7 @@ module Aws::PartnerCentralSelling
|
|
|
1694
1935
|
o.output = Shapes::ShapeRef.new(shape: ListResourceSnapshotsResponse)
|
|
1695
1936
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1696
1937
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1938
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1697
1939
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1698
1940
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1699
1941
|
o[:pager] = Aws::Pager.new(
|
|
@@ -1710,6 +1952,7 @@ module Aws::PartnerCentralSelling
|
|
|
1710
1952
|
o.http_request_uri = "/"
|
|
1711
1953
|
o.input = Shapes::ShapeRef.new(shape: ListSolutionsRequest)
|
|
1712
1954
|
o.output = Shapes::ShapeRef.new(shape: ListSolutionsResponse)
|
|
1955
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1713
1956
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1714
1957
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1715
1958
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
@@ -1743,6 +1986,7 @@ module Aws::PartnerCentralSelling
|
|
|
1743
1986
|
o.output = Shapes::ShapeRef.new(shape: PutSellingSystemSettingsResponse)
|
|
1744
1987
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1745
1988
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
1989
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1746
1990
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1747
1991
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1748
1992
|
end)
|
|
@@ -1791,6 +2035,21 @@ module Aws::PartnerCentralSelling
|
|
|
1791
2035
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1792
2036
|
end)
|
|
1793
2037
|
|
|
2038
|
+
api.add_operation(:start_opportunity_from_engagement_task, Seahorse::Model::Operation.new.tap do |o|
|
|
2039
|
+
o.name = "StartOpportunityFromEngagementTask"
|
|
2040
|
+
o.http_method = "POST"
|
|
2041
|
+
o.http_request_uri = "/"
|
|
2042
|
+
o.input = Shapes::ShapeRef.new(shape: StartOpportunityFromEngagementTaskRequest)
|
|
2043
|
+
o.output = Shapes::ShapeRef.new(shape: StartOpportunityFromEngagementTaskResponse)
|
|
2044
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2045
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2046
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2047
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2048
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2049
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2050
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2051
|
+
end)
|
|
2052
|
+
|
|
1794
2053
|
api.add_operation(:start_resource_snapshot_job, Seahorse::Model::Operation.new.tap do |o|
|
|
1795
2054
|
o.name = "StartResourceSnapshotJob"
|
|
1796
2055
|
o.http_method = "POST"
|
|
@@ -1799,6 +2058,7 @@ module Aws::PartnerCentralSelling
|
|
|
1799
2058
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
1800
2059
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1801
2060
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2061
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1802
2062
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1803
2063
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1804
2064
|
end)
|
|
@@ -1811,6 +2071,7 @@ module Aws::PartnerCentralSelling
|
|
|
1811
2071
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
|
1812
2072
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
1813
2073
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2074
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
1814
2075
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
1815
2076
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1816
2077
|
end)
|
|
@@ -1856,6 +2117,21 @@ module Aws::PartnerCentralSelling
|
|
|
1856
2117
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
1857
2118
|
end)
|
|
1858
2119
|
|
|
2120
|
+
api.add_operation(:update_engagement_context, Seahorse::Model::Operation.new.tap do |o|
|
|
2121
|
+
o.name = "UpdateEngagementContext"
|
|
2122
|
+
o.http_method = "POST"
|
|
2123
|
+
o.http_request_uri = "/"
|
|
2124
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateEngagementContextRequest)
|
|
2125
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateEngagementContextResponse)
|
|
2126
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
|
2127
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2128
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
|
2129
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
|
2130
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
|
2131
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
|
2132
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2133
|
+
end)
|
|
2134
|
+
|
|
1859
2135
|
api.add_operation(:update_opportunity, Seahorse::Model::Operation.new.tap do |o|
|
|
1860
2136
|
o.name = "UpdateOpportunity"
|
|
1861
2137
|
o.http_method = "POST"
|