aws-sdk-partnercentralselling 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/CHANGELOG.md +8 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-partnercentralselling/client.rb +2031 -0
- data/lib/aws-sdk-partnercentralselling/client_api.rb +969 -0
- data/lib/aws-sdk-partnercentralselling/customizations.rb +0 -0
- data/lib/aws-sdk-partnercentralselling/endpoint_parameters.rb +69 -0
- data/lib/aws-sdk-partnercentralselling/endpoint_provider.rb +54 -0
- data/lib/aws-sdk-partnercentralselling/endpoints.rb +20 -0
- data/lib/aws-sdk-partnercentralselling/errors.rb +160 -0
- data/lib/aws-sdk-partnercentralselling/plugins/endpoints.rb +77 -0
- data/lib/aws-sdk-partnercentralselling/resource.rb +26 -0
- data/lib/aws-sdk-partnercentralselling/types.rb +3457 -0
- data/lib/aws-sdk-partnercentralselling.rb +61 -0
- data/sig/client.rbs +495 -0
- data/sig/errors.rbs +39 -0
- data/sig/resource.rbs +83 -0
- data/sig/types.rbs +619 -0
- data/sig/waiters.rbs +13 -0
- metadata +99 -0
@@ -0,0 +1,969 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
# WARNING ABOUT GENERATED CODE
|
4
|
+
#
|
5
|
+
# This file is generated. See the contributing guide for more information:
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
|
+
#
|
8
|
+
# WARNING ABOUT GENERATED CODE
|
9
|
+
|
10
|
+
|
11
|
+
module Aws::PartnerCentralSelling
|
12
|
+
# @api private
|
13
|
+
module ClientApi
|
14
|
+
|
15
|
+
include Seahorse::Model
|
16
|
+
|
17
|
+
AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
|
18
|
+
Account = Shapes::StructureShape.new(name: 'Account')
|
19
|
+
AccountCompanyNameString = Shapes::StringShape.new(name: 'AccountCompanyNameString')
|
20
|
+
AccountOtherIndustryString = Shapes::StringShape.new(name: 'AccountOtherIndustryString')
|
21
|
+
AccountReceiver = Shapes::StructureShape.new(name: 'AccountReceiver')
|
22
|
+
AccountSummary = Shapes::StructureShape.new(name: 'AccountSummary')
|
23
|
+
AccountSummaryCompanyNameString = Shapes::StringShape.new(name: 'AccountSummaryCompanyNameString')
|
24
|
+
AccountSummaryOtherIndustryString = Shapes::StringShape.new(name: 'AccountSummaryOtherIndustryString')
|
25
|
+
Address = Shapes::StructureShape.new(name: 'Address')
|
26
|
+
AddressCityString = Shapes::StringShape.new(name: 'AddressCityString')
|
27
|
+
AddressPart = Shapes::StringShape.new(name: 'AddressPart')
|
28
|
+
AddressPostalCodeString = Shapes::StringShape.new(name: 'AddressPostalCodeString')
|
29
|
+
AddressStreetAddressString = Shapes::StringShape.new(name: 'AddressStreetAddressString')
|
30
|
+
AddressSummary = Shapes::StructureShape.new(name: 'AddressSummary')
|
31
|
+
AddressSummaryCityString = Shapes::StringShape.new(name: 'AddressSummaryCityString')
|
32
|
+
AddressSummaryPostalCodeString = Shapes::StringShape.new(name: 'AddressSummaryPostalCodeString')
|
33
|
+
Alias = Shapes::StringShape.new(name: 'Alias')
|
34
|
+
ApnPrograms = Shapes::ListShape.new(name: 'ApnPrograms')
|
35
|
+
AssignOpportunityRequest = Shapes::StructureShape.new(name: 'AssignOpportunityRequest')
|
36
|
+
AssigneeContact = Shapes::StructureShape.new(name: 'AssigneeContact')
|
37
|
+
AssigneeContactFirstNameString = Shapes::StringShape.new(name: 'AssigneeContactFirstNameString')
|
38
|
+
AssigneeContactLastNameString = Shapes::StringShape.new(name: 'AssigneeContactLastNameString')
|
39
|
+
AssociateOpportunityRequest = Shapes::StructureShape.new(name: 'AssociateOpportunityRequest')
|
40
|
+
AssociateOpportunityRequestRelatedEntityIdentifierString = Shapes::StringShape.new(name: 'AssociateOpportunityRequestRelatedEntityIdentifierString')
|
41
|
+
AwsAccount = Shapes::StringShape.new(name: 'AwsAccount')
|
42
|
+
AwsAccountIdOrLabel = Shapes::StringShape.new(name: 'AwsAccountIdOrLabel')
|
43
|
+
AwsClosedLostReason = Shapes::StringShape.new(name: 'AwsClosedLostReason')
|
44
|
+
AwsFundingUsed = Shapes::StringShape.new(name: 'AwsFundingUsed')
|
45
|
+
AwsMarketplaceOfferIdentifier = Shapes::StringShape.new(name: 'AwsMarketplaceOfferIdentifier')
|
46
|
+
AwsMarketplaceOfferIdentifiers = Shapes::ListShape.new(name: 'AwsMarketplaceOfferIdentifiers')
|
47
|
+
AwsMemberBusinessTitle = Shapes::StringShape.new(name: 'AwsMemberBusinessTitle')
|
48
|
+
AwsOpportunityCustomer = Shapes::StructureShape.new(name: 'AwsOpportunityCustomer')
|
49
|
+
AwsOpportunityInsights = Shapes::StructureShape.new(name: 'AwsOpportunityInsights')
|
50
|
+
AwsOpportunityLifeCycle = Shapes::StructureShape.new(name: 'AwsOpportunityLifeCycle')
|
51
|
+
AwsOpportunityLifeCycleNextStepsHistoryList = Shapes::ListShape.new(name: 'AwsOpportunityLifeCycleNextStepsHistoryList')
|
52
|
+
AwsOpportunityLifeCycleNextStepsString = Shapes::StringShape.new(name: 'AwsOpportunityLifeCycleNextStepsString')
|
53
|
+
AwsOpportunityProject = Shapes::StructureShape.new(name: 'AwsOpportunityProject')
|
54
|
+
AwsOpportunityRelatedEntities = Shapes::StructureShape.new(name: 'AwsOpportunityRelatedEntities')
|
55
|
+
AwsOpportunityStage = Shapes::StringShape.new(name: 'AwsOpportunityStage')
|
56
|
+
AwsOpportunityTeamMembersList = Shapes::ListShape.new(name: 'AwsOpportunityTeamMembersList')
|
57
|
+
AwsProductIdentifier = Shapes::StringShape.new(name: 'AwsProductIdentifier')
|
58
|
+
AwsProductIdentifiers = Shapes::ListShape.new(name: 'AwsProductIdentifiers')
|
59
|
+
AwsSubmission = Shapes::StructureShape.new(name: 'AwsSubmission')
|
60
|
+
AwsTeamMember = Shapes::StructureShape.new(name: 'AwsTeamMember')
|
61
|
+
AwsTeamMemberFirstNameString = Shapes::StringShape.new(name: 'AwsTeamMemberFirstNameString')
|
62
|
+
AwsTeamMemberLastNameString = Shapes::StringShape.new(name: 'AwsTeamMemberLastNameString')
|
63
|
+
CatalogIdentifier = Shapes::StringShape.new(name: 'CatalogIdentifier')
|
64
|
+
Channel = Shapes::StringShape.new(name: 'Channel')
|
65
|
+
Channels = Shapes::ListShape.new(name: 'Channels')
|
66
|
+
ClosedLostReason = Shapes::StringShape.new(name: 'ClosedLostReason')
|
67
|
+
CompanyName = Shapes::StringShape.new(name: 'CompanyName')
|
68
|
+
CompanyWebsiteUrl = Shapes::StringShape.new(name: 'CompanyWebsiteUrl')
|
69
|
+
CompetitorName = Shapes::StringShape.new(name: 'CompetitorName')
|
70
|
+
ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
|
71
|
+
Contact = Shapes::StructureShape.new(name: 'Contact')
|
72
|
+
ContactFirstNameString = Shapes::StringShape.new(name: 'ContactFirstNameString')
|
73
|
+
ContactLastNameString = Shapes::StringShape.new(name: 'ContactLastNameString')
|
74
|
+
CountryCode = Shapes::StringShape.new(name: 'CountryCode')
|
75
|
+
CreateOpportunityRequest = Shapes::StructureShape.new(name: 'CreateOpportunityRequest')
|
76
|
+
CreateOpportunityRequestClientTokenString = Shapes::StringShape.new(name: 'CreateOpportunityRequestClientTokenString')
|
77
|
+
CreateOpportunityRequestPartnerOpportunityIdentifierString = Shapes::StringShape.new(name: 'CreateOpportunityRequestPartnerOpportunityIdentifierString')
|
78
|
+
CreateOpportunityResponse = Shapes::StructureShape.new(name: 'CreateOpportunityResponse')
|
79
|
+
CurrencyCode = Shapes::StringShape.new(name: 'CurrencyCode')
|
80
|
+
Customer = Shapes::StructureShape.new(name: 'Customer')
|
81
|
+
CustomerContactsList = Shapes::ListShape.new(name: 'CustomerContactsList')
|
82
|
+
CustomerSummary = Shapes::StructureShape.new(name: 'CustomerSummary')
|
83
|
+
Date = Shapes::StringShape.new(name: 'Date')
|
84
|
+
DateTime = Shapes::TimestampShape.new(name: 'DateTime', timestampFormat: "iso8601")
|
85
|
+
DeliveryModel = Shapes::StringShape.new(name: 'DeliveryModel')
|
86
|
+
DeliveryModels = Shapes::ListShape.new(name: 'DeliveryModels')
|
87
|
+
DisassociateOpportunityRequest = Shapes::StructureShape.new(name: 'DisassociateOpportunityRequest')
|
88
|
+
DisassociateOpportunityRequestRelatedEntityIdentifierString = Shapes::StringShape.new(name: 'DisassociateOpportunityRequestRelatedEntityIdentifierString')
|
89
|
+
DunsNumber = Shapes::StringShape.new(name: 'DunsNumber')
|
90
|
+
Email = Shapes::StringShape.new(name: 'Email')
|
91
|
+
EngagementCustomer = Shapes::StructureShape.new(name: 'EngagementCustomer')
|
92
|
+
EngagementCustomerBusinessProblem = Shapes::StringShape.new(name: 'EngagementCustomerBusinessProblem')
|
93
|
+
EngagementInvitationArnOrIdentifier = Shapes::StringShape.new(name: 'EngagementInvitationArnOrIdentifier')
|
94
|
+
EngagementInvitationIdentifier = Shapes::StringShape.new(name: 'EngagementInvitationIdentifier')
|
95
|
+
EngagementInvitationPayloadType = Shapes::StringShape.new(name: 'EngagementInvitationPayloadType')
|
96
|
+
EngagementInvitationSummaries = Shapes::ListShape.new(name: 'EngagementInvitationSummaries')
|
97
|
+
EngagementInvitationSummary = Shapes::StructureShape.new(name: 'EngagementInvitationSummary')
|
98
|
+
EngagementInvitationSummarySenderCompanyNameString = Shapes::StringShape.new(name: 'EngagementInvitationSummarySenderCompanyNameString')
|
99
|
+
EngagementInvitationsPayloadType = Shapes::ListShape.new(name: 'EngagementInvitationsPayloadType')
|
100
|
+
EngagementScore = Shapes::StringShape.new(name: 'EngagementScore')
|
101
|
+
EngagementTitle = Shapes::StringShape.new(name: 'EngagementTitle')
|
102
|
+
ExpectedCustomerSpend = Shapes::StructureShape.new(name: 'ExpectedCustomerSpend')
|
103
|
+
ExpectedCustomerSpendAmountString = Shapes::StringShape.new(name: 'ExpectedCustomerSpendAmountString')
|
104
|
+
ExpectedCustomerSpendCurrencyCodeEnum = Shapes::StringShape.new(name: 'ExpectedCustomerSpendCurrencyCodeEnum')
|
105
|
+
ExpectedCustomerSpendList = Shapes::ListShape.new(name: 'ExpectedCustomerSpendList')
|
106
|
+
ExpectedCustomerSpendTargetCompanyString = Shapes::StringShape.new(name: 'ExpectedCustomerSpendTargetCompanyString')
|
107
|
+
GetAwsOpportunitySummaryRequest = Shapes::StructureShape.new(name: 'GetAwsOpportunitySummaryRequest')
|
108
|
+
GetAwsOpportunitySummaryResponse = Shapes::StructureShape.new(name: 'GetAwsOpportunitySummaryResponse')
|
109
|
+
GetEngagementInvitationRequest = Shapes::StructureShape.new(name: 'GetEngagementInvitationRequest')
|
110
|
+
GetEngagementInvitationResponse = Shapes::StructureShape.new(name: 'GetEngagementInvitationResponse')
|
111
|
+
GetEngagementInvitationResponseSenderCompanyNameString = Shapes::StringShape.new(name: 'GetEngagementInvitationResponseSenderCompanyNameString')
|
112
|
+
GetOpportunityRequest = Shapes::StructureShape.new(name: 'GetOpportunityRequest')
|
113
|
+
GetOpportunityResponse = Shapes::StructureShape.new(name: 'GetOpportunityResponse')
|
114
|
+
GetOpportunityResponsePartnerOpportunityIdentifierString = Shapes::StringShape.new(name: 'GetOpportunityResponsePartnerOpportunityIdentifierString')
|
115
|
+
Industry = Shapes::StringShape.new(name: 'Industry')
|
116
|
+
InternalServerException = Shapes::StructureShape.new(name: 'InternalServerException')
|
117
|
+
InvitationStatus = Shapes::StringShape.new(name: 'InvitationStatus')
|
118
|
+
InvolvementTypeChangeReason = Shapes::StringShape.new(name: 'InvolvementTypeChangeReason')
|
119
|
+
JobTitle = Shapes::StringShape.new(name: 'JobTitle')
|
120
|
+
LastModifiedDate = Shapes::StructureShape.new(name: 'LastModifiedDate')
|
121
|
+
LifeCycle = Shapes::StructureShape.new(name: 'LifeCycle')
|
122
|
+
LifeCycleNextStepsHistoryList = Shapes::ListShape.new(name: 'LifeCycleNextStepsHistoryList')
|
123
|
+
LifeCycleNextStepsString = Shapes::StringShape.new(name: 'LifeCycleNextStepsString')
|
124
|
+
LifeCycleSummary = Shapes::StructureShape.new(name: 'LifeCycleSummary')
|
125
|
+
LifeCycleSummaryNextStepsString = Shapes::StringShape.new(name: 'LifeCycleSummaryNextStepsString')
|
126
|
+
ListEngagementInvitationsRequest = Shapes::StructureShape.new(name: 'ListEngagementInvitationsRequest')
|
127
|
+
ListEngagementInvitationsResponse = Shapes::StructureShape.new(name: 'ListEngagementInvitationsResponse')
|
128
|
+
ListOpportunitiesRequest = Shapes::StructureShape.new(name: 'ListOpportunitiesRequest')
|
129
|
+
ListOpportunitiesRequestCustomerCompanyNameList = Shapes::ListShape.new(name: 'ListOpportunitiesRequestCustomerCompanyNameList')
|
130
|
+
ListOpportunitiesRequestIdentifierList = Shapes::ListShape.new(name: 'ListOpportunitiesRequestIdentifierList')
|
131
|
+
ListOpportunitiesRequestLifeCycleReviewStatusList = Shapes::ListShape.new(name: 'ListOpportunitiesRequestLifeCycleReviewStatusList')
|
132
|
+
ListOpportunitiesRequestLifeCycleStageList = Shapes::ListShape.new(name: 'ListOpportunitiesRequestLifeCycleStageList')
|
133
|
+
ListOpportunitiesResponse = Shapes::StructureShape.new(name: 'ListOpportunitiesResponse')
|
134
|
+
ListSolutionsRequest = Shapes::StructureShape.new(name: 'ListSolutionsRequest')
|
135
|
+
ListSolutionsRequestCategoryList = Shapes::ListShape.new(name: 'ListSolutionsRequestCategoryList')
|
136
|
+
ListSolutionsRequestIdentifierList = Shapes::ListShape.new(name: 'ListSolutionsRequestIdentifierList')
|
137
|
+
ListSolutionsRequestStatusList = Shapes::ListShape.new(name: 'ListSolutionsRequestStatusList')
|
138
|
+
ListSolutionsResponse = Shapes::StructureShape.new(name: 'ListSolutionsResponse')
|
139
|
+
Marketing = Shapes::StructureShape.new(name: 'Marketing')
|
140
|
+
MarketingSource = Shapes::StringShape.new(name: 'MarketingSource')
|
141
|
+
MonetaryValue = Shapes::StructureShape.new(name: 'MonetaryValue')
|
142
|
+
MonetaryValueAmountString = Shapes::StringShape.new(name: 'MonetaryValueAmountString')
|
143
|
+
Name = Shapes::StringShape.new(name: 'Name')
|
144
|
+
NationalSecurity = Shapes::StringShape.new(name: 'NationalSecurity')
|
145
|
+
NextStepsHistory = Shapes::StructureShape.new(name: 'NextStepsHistory')
|
146
|
+
OpportunityEngagementInvitationSort = Shapes::StructureShape.new(name: 'OpportunityEngagementInvitationSort')
|
147
|
+
OpportunityEngagementInvitationSortName = Shapes::StringShape.new(name: 'OpportunityEngagementInvitationSortName')
|
148
|
+
OpportunityIdentifier = Shapes::StringShape.new(name: 'OpportunityIdentifier')
|
149
|
+
OpportunityInvitationPayload = Shapes::StructureShape.new(name: 'OpportunityInvitationPayload')
|
150
|
+
OpportunityOrigin = Shapes::StringShape.new(name: 'OpportunityOrigin')
|
151
|
+
OpportunitySort = Shapes::StructureShape.new(name: 'OpportunitySort')
|
152
|
+
OpportunitySortName = Shapes::StringShape.new(name: 'OpportunitySortName')
|
153
|
+
OpportunitySummaries = Shapes::ListShape.new(name: 'OpportunitySummaries')
|
154
|
+
OpportunitySummary = Shapes::StructureShape.new(name: 'OpportunitySummary')
|
155
|
+
OpportunityType = Shapes::StringShape.new(name: 'OpportunityType')
|
156
|
+
PageSize = Shapes::IntegerShape.new(name: 'PageSize')
|
157
|
+
ParticipantType = Shapes::StringShape.new(name: 'ParticipantType')
|
158
|
+
PartnerOpportunityTeamMembersList = Shapes::ListShape.new(name: 'PartnerOpportunityTeamMembersList')
|
159
|
+
Payload = Shapes::UnionShape.new(name: 'Payload')
|
160
|
+
PaymentFrequency = Shapes::StringShape.new(name: 'PaymentFrequency')
|
161
|
+
PhoneNumber = Shapes::StringShape.new(name: 'PhoneNumber')
|
162
|
+
PrimaryNeedFromAws = Shapes::StringShape.new(name: 'PrimaryNeedFromAws')
|
163
|
+
PrimaryNeedsFromAws = Shapes::ListShape.new(name: 'PrimaryNeedsFromAws')
|
164
|
+
ProfileNextStepsHistory = Shapes::StructureShape.new(name: 'ProfileNextStepsHistory')
|
165
|
+
Project = Shapes::StructureShape.new(name: 'Project')
|
166
|
+
ProjectAdditionalCommentsString = Shapes::StringShape.new(name: 'ProjectAdditionalCommentsString')
|
167
|
+
ProjectCustomerBusinessProblemString = Shapes::StringShape.new(name: 'ProjectCustomerBusinessProblemString')
|
168
|
+
ProjectDetails = Shapes::StructureShape.new(name: 'ProjectDetails')
|
169
|
+
ProjectDetailsTitleString = Shapes::StringShape.new(name: 'ProjectDetailsTitleString')
|
170
|
+
ProjectOtherCompetitorNamesString = Shapes::StringShape.new(name: 'ProjectOtherCompetitorNamesString')
|
171
|
+
ProjectOtherSolutionDescriptionString = Shapes::StringShape.new(name: 'ProjectOtherSolutionDescriptionString')
|
172
|
+
ProjectSummary = Shapes::StructureShape.new(name: 'ProjectSummary')
|
173
|
+
ProjectTitleString = Shapes::StringShape.new(name: 'ProjectTitleString')
|
174
|
+
ReasonCode = Shapes::StringShape.new(name: 'ReasonCode')
|
175
|
+
Receiver = Shapes::UnionShape.new(name: 'Receiver')
|
176
|
+
ReceiverResponsibility = Shapes::StringShape.new(name: 'ReceiverResponsibility')
|
177
|
+
ReceiverResponsibilityList = Shapes::ListShape.new(name: 'ReceiverResponsibilityList')
|
178
|
+
RejectEngagementInvitationRequest = Shapes::StructureShape.new(name: 'RejectEngagementInvitationRequest')
|
179
|
+
RejectionReasonString = Shapes::StringShape.new(name: 'RejectionReasonString')
|
180
|
+
RelatedEntityIdentifiers = Shapes::StructureShape.new(name: 'RelatedEntityIdentifiers')
|
181
|
+
RelatedEntityType = Shapes::StringShape.new(name: 'RelatedEntityType')
|
182
|
+
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
183
|
+
RevenueModel = Shapes::StringShape.new(name: 'RevenueModel')
|
184
|
+
ReviewStatus = Shapes::StringShape.new(name: 'ReviewStatus')
|
185
|
+
SalesActivities = Shapes::ListShape.new(name: 'SalesActivities')
|
186
|
+
SalesActivity = Shapes::StringShape.new(name: 'SalesActivity')
|
187
|
+
SalesInvolvementType = Shapes::StringShape.new(name: 'SalesInvolvementType')
|
188
|
+
SenderContact = Shapes::StructureShape.new(name: 'SenderContact')
|
189
|
+
SenderContactEmail = Shapes::StringShape.new(name: 'SenderContactEmail')
|
190
|
+
SenderContactList = Shapes::ListShape.new(name: 'SenderContactList')
|
191
|
+
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
192
|
+
SoftwareRevenue = Shapes::StructureShape.new(name: 'SoftwareRevenue')
|
193
|
+
SolutionBase = Shapes::StructureShape.new(name: 'SolutionBase')
|
194
|
+
SolutionIdentifier = Shapes::StringShape.new(name: 'SolutionIdentifier')
|
195
|
+
SolutionIdentifiers = Shapes::ListShape.new(name: 'SolutionIdentifiers')
|
196
|
+
SolutionList = Shapes::ListShape.new(name: 'SolutionList')
|
197
|
+
SolutionSort = Shapes::StructureShape.new(name: 'SolutionSort')
|
198
|
+
SolutionSortName = Shapes::StringShape.new(name: 'SolutionSortName')
|
199
|
+
SolutionStatus = Shapes::StringShape.new(name: 'SolutionStatus')
|
200
|
+
SortOrder = Shapes::StringShape.new(name: 'SortOrder')
|
201
|
+
Stage = Shapes::StringShape.new(name: 'Stage')
|
202
|
+
StartEngagementByAcceptingInvitationTaskRequest = Shapes::StructureShape.new(name: 'StartEngagementByAcceptingInvitationTaskRequest')
|
203
|
+
StartEngagementByAcceptingInvitationTaskRequestClientTokenString = Shapes::StringShape.new(name: 'StartEngagementByAcceptingInvitationTaskRequestClientTokenString')
|
204
|
+
StartEngagementByAcceptingInvitationTaskResponse = Shapes::StructureShape.new(name: 'StartEngagementByAcceptingInvitationTaskResponse')
|
205
|
+
StartEngagementFromOpportunityTaskRequest = Shapes::StructureShape.new(name: 'StartEngagementFromOpportunityTaskRequest')
|
206
|
+
StartEngagementFromOpportunityTaskRequestClientTokenString = Shapes::StringShape.new(name: 'StartEngagementFromOpportunityTaskRequestClientTokenString')
|
207
|
+
StartEngagementFromOpportunityTaskResponse = Shapes::StructureShape.new(name: 'StartEngagementFromOpportunityTaskResponse')
|
208
|
+
String = Shapes::StringShape.new(name: 'String')
|
209
|
+
TaskArn = Shapes::StringShape.new(name: 'TaskArn')
|
210
|
+
TaskIdentifier = Shapes::StringShape.new(name: 'TaskIdentifier')
|
211
|
+
TaskStatus = Shapes::StringShape.new(name: 'TaskStatus')
|
212
|
+
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
213
|
+
UpdateOpportunityRequest = Shapes::StructureShape.new(name: 'UpdateOpportunityRequest')
|
214
|
+
UpdateOpportunityRequestPartnerOpportunityIdentifierString = Shapes::StringShape.new(name: 'UpdateOpportunityRequestPartnerOpportunityIdentifierString')
|
215
|
+
UpdateOpportunityResponse = Shapes::StructureShape.new(name: 'UpdateOpportunityResponse')
|
216
|
+
UseCases = Shapes::ListShape.new(name: 'UseCases')
|
217
|
+
ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
|
218
|
+
ValidationExceptionError = Shapes::StructureShape.new(name: 'ValidationExceptionError')
|
219
|
+
ValidationExceptionErrorCode = Shapes::StringShape.new(name: 'ValidationExceptionErrorCode')
|
220
|
+
ValidationExceptionErrorList = Shapes::ListShape.new(name: 'ValidationExceptionErrorList')
|
221
|
+
ValidationExceptionReason = Shapes::StringShape.new(name: 'ValidationExceptionReason')
|
222
|
+
Visibility = Shapes::StringShape.new(name: 'Visibility')
|
223
|
+
WebsiteUrl = Shapes::StringShape.new(name: 'WebsiteUrl')
|
224
|
+
|
225
|
+
AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
226
|
+
AccessDeniedException.struct_class = Types::AccessDeniedException
|
227
|
+
|
228
|
+
Account.add_member(:address, Shapes::ShapeRef.new(shape: Address, location_name: "Address"))
|
229
|
+
Account.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccount, location_name: "AwsAccountId"))
|
230
|
+
Account.add_member(:company_name, Shapes::ShapeRef.new(shape: AccountCompanyNameString, required: true, location_name: "CompanyName"))
|
231
|
+
Account.add_member(:duns, Shapes::ShapeRef.new(shape: DunsNumber, location_name: "Duns"))
|
232
|
+
Account.add_member(:industry, Shapes::ShapeRef.new(shape: Industry, location_name: "Industry"))
|
233
|
+
Account.add_member(:other_industry, Shapes::ShapeRef.new(shape: AccountOtherIndustryString, location_name: "OtherIndustry"))
|
234
|
+
Account.add_member(:website_url, Shapes::ShapeRef.new(shape: WebsiteUrl, location_name: "WebsiteUrl"))
|
235
|
+
Account.struct_class = Types::Account
|
236
|
+
|
237
|
+
AccountReceiver.add_member(:alias, Shapes::ShapeRef.new(shape: Alias, location_name: "Alias"))
|
238
|
+
AccountReceiver.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccount, required: true, location_name: "AwsAccountId"))
|
239
|
+
AccountReceiver.struct_class = Types::AccountReceiver
|
240
|
+
|
241
|
+
AccountSummary.add_member(:address, Shapes::ShapeRef.new(shape: AddressSummary, location_name: "Address"))
|
242
|
+
AccountSummary.add_member(:company_name, Shapes::ShapeRef.new(shape: AccountSummaryCompanyNameString, required: true, location_name: "CompanyName"))
|
243
|
+
AccountSummary.add_member(:industry, Shapes::ShapeRef.new(shape: Industry, location_name: "Industry"))
|
244
|
+
AccountSummary.add_member(:other_industry, Shapes::ShapeRef.new(shape: AccountSummaryOtherIndustryString, location_name: "OtherIndustry"))
|
245
|
+
AccountSummary.add_member(:website_url, Shapes::ShapeRef.new(shape: WebsiteUrl, location_name: "WebsiteUrl"))
|
246
|
+
AccountSummary.struct_class = Types::AccountSummary
|
247
|
+
|
248
|
+
Address.add_member(:city, Shapes::ShapeRef.new(shape: AddressCityString, location_name: "City"))
|
249
|
+
Address.add_member(:country_code, Shapes::ShapeRef.new(shape: CountryCode, location_name: "CountryCode"))
|
250
|
+
Address.add_member(:postal_code, Shapes::ShapeRef.new(shape: AddressPostalCodeString, location_name: "PostalCode"))
|
251
|
+
Address.add_member(:state_or_region, Shapes::ShapeRef.new(shape: AddressPart, location_name: "StateOrRegion"))
|
252
|
+
Address.add_member(:street_address, Shapes::ShapeRef.new(shape: AddressStreetAddressString, location_name: "StreetAddress"))
|
253
|
+
Address.struct_class = Types::Address
|
254
|
+
|
255
|
+
AddressSummary.add_member(:city, Shapes::ShapeRef.new(shape: AddressSummaryCityString, location_name: "City"))
|
256
|
+
AddressSummary.add_member(:country_code, Shapes::ShapeRef.new(shape: CountryCode, location_name: "CountryCode"))
|
257
|
+
AddressSummary.add_member(:postal_code, Shapes::ShapeRef.new(shape: AddressSummaryPostalCodeString, location_name: "PostalCode"))
|
258
|
+
AddressSummary.add_member(:state_or_region, Shapes::ShapeRef.new(shape: AddressPart, location_name: "StateOrRegion"))
|
259
|
+
AddressSummary.struct_class = Types::AddressSummary
|
260
|
+
|
261
|
+
ApnPrograms.member = Shapes::ShapeRef.new(shape: String)
|
262
|
+
|
263
|
+
AssignOpportunityRequest.add_member(:assignee, Shapes::ShapeRef.new(shape: AssigneeContact, required: true, location_name: "Assignee"))
|
264
|
+
AssignOpportunityRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
265
|
+
AssignOpportunityRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: OpportunityIdentifier, required: true, location_name: "Identifier"))
|
266
|
+
AssignOpportunityRequest.struct_class = Types::AssignOpportunityRequest
|
267
|
+
|
268
|
+
AssigneeContact.add_member(:business_title, Shapes::ShapeRef.new(shape: JobTitle, required: true, location_name: "BusinessTitle"))
|
269
|
+
AssigneeContact.add_member(:email, Shapes::ShapeRef.new(shape: Email, required: true, location_name: "Email"))
|
270
|
+
AssigneeContact.add_member(:first_name, Shapes::ShapeRef.new(shape: AssigneeContactFirstNameString, required: true, location_name: "FirstName"))
|
271
|
+
AssigneeContact.add_member(:last_name, Shapes::ShapeRef.new(shape: AssigneeContactLastNameString, required: true, location_name: "LastName"))
|
272
|
+
AssigneeContact.struct_class = Types::AssigneeContact
|
273
|
+
|
274
|
+
AssociateOpportunityRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
275
|
+
AssociateOpportunityRequest.add_member(:opportunity_identifier, Shapes::ShapeRef.new(shape: OpportunityIdentifier, required: true, location_name: "OpportunityIdentifier"))
|
276
|
+
AssociateOpportunityRequest.add_member(:related_entity_identifier, Shapes::ShapeRef.new(shape: AssociateOpportunityRequestRelatedEntityIdentifierString, required: true, location_name: "RelatedEntityIdentifier"))
|
277
|
+
AssociateOpportunityRequest.add_member(:related_entity_type, Shapes::ShapeRef.new(shape: RelatedEntityType, required: true, location_name: "RelatedEntityType"))
|
278
|
+
AssociateOpportunityRequest.struct_class = Types::AssociateOpportunityRequest
|
279
|
+
|
280
|
+
AwsMarketplaceOfferIdentifiers.member = Shapes::ShapeRef.new(shape: AwsMarketplaceOfferIdentifier)
|
281
|
+
|
282
|
+
AwsOpportunityCustomer.add_member(:contacts, Shapes::ShapeRef.new(shape: CustomerContactsList, location_name: "Contacts"))
|
283
|
+
AwsOpportunityCustomer.struct_class = Types::AwsOpportunityCustomer
|
284
|
+
|
285
|
+
AwsOpportunityInsights.add_member(:engagement_score, Shapes::ShapeRef.new(shape: EngagementScore, location_name: "EngagementScore"))
|
286
|
+
AwsOpportunityInsights.add_member(:next_best_actions, Shapes::ShapeRef.new(shape: String, location_name: "NextBestActions"))
|
287
|
+
AwsOpportunityInsights.struct_class = Types::AwsOpportunityInsights
|
288
|
+
|
289
|
+
AwsOpportunityLifeCycle.add_member(:closed_lost_reason, Shapes::ShapeRef.new(shape: AwsClosedLostReason, location_name: "ClosedLostReason"))
|
290
|
+
AwsOpportunityLifeCycle.add_member(:next_steps, Shapes::ShapeRef.new(shape: AwsOpportunityLifeCycleNextStepsString, location_name: "NextSteps"))
|
291
|
+
AwsOpportunityLifeCycle.add_member(:next_steps_history, Shapes::ShapeRef.new(shape: AwsOpportunityLifeCycleNextStepsHistoryList, location_name: "NextStepsHistory"))
|
292
|
+
AwsOpportunityLifeCycle.add_member(:stage, Shapes::ShapeRef.new(shape: AwsOpportunityStage, location_name: "Stage"))
|
293
|
+
AwsOpportunityLifeCycle.add_member(:target_close_date, Shapes::ShapeRef.new(shape: Date, location_name: "TargetCloseDate"))
|
294
|
+
AwsOpportunityLifeCycle.struct_class = Types::AwsOpportunityLifeCycle
|
295
|
+
|
296
|
+
AwsOpportunityLifeCycleNextStepsHistoryList.member = Shapes::ShapeRef.new(shape: ProfileNextStepsHistory)
|
297
|
+
|
298
|
+
AwsOpportunityProject.add_member(:expected_customer_spend, Shapes::ShapeRef.new(shape: ExpectedCustomerSpendList, location_name: "ExpectedCustomerSpend"))
|
299
|
+
AwsOpportunityProject.struct_class = Types::AwsOpportunityProject
|
300
|
+
|
301
|
+
AwsOpportunityRelatedEntities.add_member(:aws_products, Shapes::ShapeRef.new(shape: AwsProductIdentifiers, location_name: "AwsProducts"))
|
302
|
+
AwsOpportunityRelatedEntities.add_member(:solutions, Shapes::ShapeRef.new(shape: SolutionIdentifiers, location_name: "Solutions"))
|
303
|
+
AwsOpportunityRelatedEntities.struct_class = Types::AwsOpportunityRelatedEntities
|
304
|
+
|
305
|
+
AwsOpportunityTeamMembersList.member = Shapes::ShapeRef.new(shape: AwsTeamMember)
|
306
|
+
|
307
|
+
AwsProductIdentifiers.member = Shapes::ShapeRef.new(shape: AwsProductIdentifier)
|
308
|
+
|
309
|
+
AwsSubmission.add_member(:involvement_type, Shapes::ShapeRef.new(shape: SalesInvolvementType, required: true, location_name: "InvolvementType"))
|
310
|
+
AwsSubmission.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
311
|
+
AwsSubmission.struct_class = Types::AwsSubmission
|
312
|
+
|
313
|
+
AwsTeamMember.add_member(:business_title, Shapes::ShapeRef.new(shape: AwsMemberBusinessTitle, location_name: "BusinessTitle"))
|
314
|
+
AwsTeamMember.add_member(:email, Shapes::ShapeRef.new(shape: Email, location_name: "Email"))
|
315
|
+
AwsTeamMember.add_member(:first_name, Shapes::ShapeRef.new(shape: AwsTeamMemberFirstNameString, location_name: "FirstName"))
|
316
|
+
AwsTeamMember.add_member(:last_name, Shapes::ShapeRef.new(shape: AwsTeamMemberLastNameString, location_name: "LastName"))
|
317
|
+
AwsTeamMember.struct_class = Types::AwsTeamMember
|
318
|
+
|
319
|
+
Channels.member = Shapes::ShapeRef.new(shape: Channel)
|
320
|
+
|
321
|
+
ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
322
|
+
ConflictException.struct_class = Types::ConflictException
|
323
|
+
|
324
|
+
Contact.add_member(:business_title, Shapes::ShapeRef.new(shape: JobTitle, location_name: "BusinessTitle"))
|
325
|
+
Contact.add_member(:email, Shapes::ShapeRef.new(shape: Email, location_name: "Email"))
|
326
|
+
Contact.add_member(:first_name, Shapes::ShapeRef.new(shape: ContactFirstNameString, location_name: "FirstName"))
|
327
|
+
Contact.add_member(:last_name, Shapes::ShapeRef.new(shape: ContactLastNameString, location_name: "LastName"))
|
328
|
+
Contact.add_member(:phone, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "Phone"))
|
329
|
+
Contact.struct_class = Types::Contact
|
330
|
+
|
331
|
+
CreateOpportunityRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
332
|
+
CreateOpportunityRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: CreateOpportunityRequestClientTokenString, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
333
|
+
CreateOpportunityRequest.add_member(:customer, Shapes::ShapeRef.new(shape: Customer, location_name: "Customer"))
|
334
|
+
CreateOpportunityRequest.add_member(:life_cycle, Shapes::ShapeRef.new(shape: LifeCycle, location_name: "LifeCycle"))
|
335
|
+
CreateOpportunityRequest.add_member(:marketing, Shapes::ShapeRef.new(shape: Marketing, location_name: "Marketing"))
|
336
|
+
CreateOpportunityRequest.add_member(:national_security, Shapes::ShapeRef.new(shape: NationalSecurity, location_name: "NationalSecurity"))
|
337
|
+
CreateOpportunityRequest.add_member(:opportunity_team, Shapes::ShapeRef.new(shape: PartnerOpportunityTeamMembersList, location_name: "OpportunityTeam"))
|
338
|
+
CreateOpportunityRequest.add_member(:opportunity_type, Shapes::ShapeRef.new(shape: OpportunityType, location_name: "OpportunityType"))
|
339
|
+
CreateOpportunityRequest.add_member(:origin, Shapes::ShapeRef.new(shape: OpportunityOrigin, location_name: "Origin"))
|
340
|
+
CreateOpportunityRequest.add_member(:partner_opportunity_identifier, Shapes::ShapeRef.new(shape: CreateOpportunityRequestPartnerOpportunityIdentifierString, location_name: "PartnerOpportunityIdentifier"))
|
341
|
+
CreateOpportunityRequest.add_member(:primary_needs_from_aws, Shapes::ShapeRef.new(shape: PrimaryNeedsFromAws, location_name: "PrimaryNeedsFromAws"))
|
342
|
+
CreateOpportunityRequest.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "Project"))
|
343
|
+
CreateOpportunityRequest.add_member(:software_revenue, Shapes::ShapeRef.new(shape: SoftwareRevenue, location_name: "SoftwareRevenue"))
|
344
|
+
CreateOpportunityRequest.struct_class = Types::CreateOpportunityRequest
|
345
|
+
|
346
|
+
CreateOpportunityResponse.add_member(:id, Shapes::ShapeRef.new(shape: OpportunityIdentifier, required: true, location_name: "Id"))
|
347
|
+
CreateOpportunityResponse.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastModifiedDate"))
|
348
|
+
CreateOpportunityResponse.add_member(:partner_opportunity_identifier, Shapes::ShapeRef.new(shape: String, location_name: "PartnerOpportunityIdentifier"))
|
349
|
+
CreateOpportunityResponse.struct_class = Types::CreateOpportunityResponse
|
350
|
+
|
351
|
+
Customer.add_member(:account, Shapes::ShapeRef.new(shape: Account, location_name: "Account"))
|
352
|
+
Customer.add_member(:contacts, Shapes::ShapeRef.new(shape: CustomerContactsList, location_name: "Contacts"))
|
353
|
+
Customer.struct_class = Types::Customer
|
354
|
+
|
355
|
+
CustomerContactsList.member = Shapes::ShapeRef.new(shape: Contact)
|
356
|
+
|
357
|
+
CustomerSummary.add_member(:account, Shapes::ShapeRef.new(shape: AccountSummary, location_name: "Account"))
|
358
|
+
CustomerSummary.struct_class = Types::CustomerSummary
|
359
|
+
|
360
|
+
DeliveryModels.member = Shapes::ShapeRef.new(shape: DeliveryModel)
|
361
|
+
|
362
|
+
DisassociateOpportunityRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
363
|
+
DisassociateOpportunityRequest.add_member(:opportunity_identifier, Shapes::ShapeRef.new(shape: OpportunityIdentifier, required: true, location_name: "OpportunityIdentifier"))
|
364
|
+
DisassociateOpportunityRequest.add_member(:related_entity_identifier, Shapes::ShapeRef.new(shape: DisassociateOpportunityRequestRelatedEntityIdentifierString, required: true, location_name: "RelatedEntityIdentifier"))
|
365
|
+
DisassociateOpportunityRequest.add_member(:related_entity_type, Shapes::ShapeRef.new(shape: RelatedEntityType, required: true, location_name: "RelatedEntityType"))
|
366
|
+
DisassociateOpportunityRequest.struct_class = Types::DisassociateOpportunityRequest
|
367
|
+
|
368
|
+
EngagementCustomer.add_member(:company_name, Shapes::ShapeRef.new(shape: CompanyName, required: true, location_name: "CompanyName"))
|
369
|
+
EngagementCustomer.add_member(:country_code, Shapes::ShapeRef.new(shape: CountryCode, required: true, location_name: "CountryCode"))
|
370
|
+
EngagementCustomer.add_member(:industry, Shapes::ShapeRef.new(shape: Industry, required: true, location_name: "Industry"))
|
371
|
+
EngagementCustomer.add_member(:website_url, Shapes::ShapeRef.new(shape: CompanyWebsiteUrl, required: true, location_name: "WebsiteUrl"))
|
372
|
+
EngagementCustomer.struct_class = Types::EngagementCustomer
|
373
|
+
|
374
|
+
EngagementInvitationSummaries.member = Shapes::ShapeRef.new(shape: EngagementInvitationSummary)
|
375
|
+
|
376
|
+
EngagementInvitationSummary.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
|
377
|
+
EngagementInvitationSummary.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
378
|
+
EngagementInvitationSummary.add_member(:engagement_title, Shapes::ShapeRef.new(shape: EngagementTitle, location_name: "EngagementTitle"))
|
379
|
+
EngagementInvitationSummary.add_member(:expiration_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "ExpirationDate"))
|
380
|
+
EngagementInvitationSummary.add_member(:id, Shapes::ShapeRef.new(shape: EngagementInvitationArnOrIdentifier, required: true, location_name: "Id"))
|
381
|
+
EngagementInvitationSummary.add_member(:invitation_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "InvitationDate"))
|
382
|
+
EngagementInvitationSummary.add_member(:payload_type, Shapes::ShapeRef.new(shape: EngagementInvitationPayloadType, location_name: "PayloadType"))
|
383
|
+
EngagementInvitationSummary.add_member(:receiver, Shapes::ShapeRef.new(shape: Receiver, location_name: "Receiver"))
|
384
|
+
EngagementInvitationSummary.add_member(:sender_aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountIdOrLabel, location_name: "SenderAwsAccountId"))
|
385
|
+
EngagementInvitationSummary.add_member(:sender_company_name, Shapes::ShapeRef.new(shape: EngagementInvitationSummarySenderCompanyNameString, location_name: "SenderCompanyName"))
|
386
|
+
EngagementInvitationSummary.add_member(:status, Shapes::ShapeRef.new(shape: InvitationStatus, location_name: "Status"))
|
387
|
+
EngagementInvitationSummary.struct_class = Types::EngagementInvitationSummary
|
388
|
+
|
389
|
+
EngagementInvitationsPayloadType.member = Shapes::ShapeRef.new(shape: EngagementInvitationPayloadType)
|
390
|
+
|
391
|
+
ExpectedCustomerSpend.add_member(:amount, Shapes::ShapeRef.new(shape: ExpectedCustomerSpendAmountString, required: true, location_name: "Amount"))
|
392
|
+
ExpectedCustomerSpend.add_member(:currency_code, Shapes::ShapeRef.new(shape: ExpectedCustomerSpendCurrencyCodeEnum, required: true, location_name: "CurrencyCode"))
|
393
|
+
ExpectedCustomerSpend.add_member(:frequency, Shapes::ShapeRef.new(shape: PaymentFrequency, required: true, location_name: "Frequency"))
|
394
|
+
ExpectedCustomerSpend.add_member(:target_company, Shapes::ShapeRef.new(shape: ExpectedCustomerSpendTargetCompanyString, required: true, location_name: "TargetCompany"))
|
395
|
+
ExpectedCustomerSpend.struct_class = Types::ExpectedCustomerSpend
|
396
|
+
|
397
|
+
ExpectedCustomerSpendList.member = Shapes::ShapeRef.new(shape: ExpectedCustomerSpend)
|
398
|
+
|
399
|
+
GetAwsOpportunitySummaryRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
400
|
+
GetAwsOpportunitySummaryRequest.add_member(:related_opportunity_identifier, Shapes::ShapeRef.new(shape: OpportunityIdentifier, required: true, location_name: "RelatedOpportunityIdentifier"))
|
401
|
+
GetAwsOpportunitySummaryRequest.struct_class = Types::GetAwsOpportunitySummaryRequest
|
402
|
+
|
403
|
+
GetAwsOpportunitySummaryResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
404
|
+
GetAwsOpportunitySummaryResponse.add_member(:customer, Shapes::ShapeRef.new(shape: AwsOpportunityCustomer, location_name: "Customer"))
|
405
|
+
GetAwsOpportunitySummaryResponse.add_member(:insights, Shapes::ShapeRef.new(shape: AwsOpportunityInsights, location_name: "Insights"))
|
406
|
+
GetAwsOpportunitySummaryResponse.add_member(:involvement_type, Shapes::ShapeRef.new(shape: SalesInvolvementType, location_name: "InvolvementType"))
|
407
|
+
GetAwsOpportunitySummaryResponse.add_member(:involvement_type_change_reason, Shapes::ShapeRef.new(shape: InvolvementTypeChangeReason, location_name: "InvolvementTypeChangeReason"))
|
408
|
+
GetAwsOpportunitySummaryResponse.add_member(:life_cycle, Shapes::ShapeRef.new(shape: AwsOpportunityLifeCycle, location_name: "LifeCycle"))
|
409
|
+
GetAwsOpportunitySummaryResponse.add_member(:opportunity_team, Shapes::ShapeRef.new(shape: AwsOpportunityTeamMembersList, location_name: "OpportunityTeam"))
|
410
|
+
GetAwsOpportunitySummaryResponse.add_member(:origin, Shapes::ShapeRef.new(shape: OpportunityOrigin, location_name: "Origin"))
|
411
|
+
GetAwsOpportunitySummaryResponse.add_member(:project, Shapes::ShapeRef.new(shape: AwsOpportunityProject, location_name: "Project"))
|
412
|
+
GetAwsOpportunitySummaryResponse.add_member(:related_entity_ids, Shapes::ShapeRef.new(shape: AwsOpportunityRelatedEntities, location_name: "RelatedEntityIds"))
|
413
|
+
GetAwsOpportunitySummaryResponse.add_member(:related_opportunity_id, Shapes::ShapeRef.new(shape: OpportunityIdentifier, location_name: "RelatedOpportunityId"))
|
414
|
+
GetAwsOpportunitySummaryResponse.add_member(:visibility, Shapes::ShapeRef.new(shape: Visibility, location_name: "Visibility"))
|
415
|
+
GetAwsOpportunitySummaryResponse.struct_class = Types::GetAwsOpportunitySummaryResponse
|
416
|
+
|
417
|
+
GetEngagementInvitationRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
418
|
+
GetEngagementInvitationRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: EngagementInvitationArnOrIdentifier, required: true, location_name: "Identifier"))
|
419
|
+
GetEngagementInvitationRequest.struct_class = Types::GetEngagementInvitationRequest
|
420
|
+
|
421
|
+
GetEngagementInvitationResponse.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "Arn"))
|
422
|
+
GetEngagementInvitationResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
423
|
+
GetEngagementInvitationResponse.add_member(:engagement_title, Shapes::ShapeRef.new(shape: EngagementTitle, location_name: "EngagementTitle"))
|
424
|
+
GetEngagementInvitationResponse.add_member(:expiration_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "ExpirationDate"))
|
425
|
+
GetEngagementInvitationResponse.add_member(:id, Shapes::ShapeRef.new(shape: EngagementInvitationArnOrIdentifier, required: true, location_name: "Id"))
|
426
|
+
GetEngagementInvitationResponse.add_member(:invitation_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "InvitationDate"))
|
427
|
+
GetEngagementInvitationResponse.add_member(:payload, Shapes::ShapeRef.new(shape: Payload, location_name: "Payload"))
|
428
|
+
GetEngagementInvitationResponse.add_member(:payload_type, Shapes::ShapeRef.new(shape: EngagementInvitationPayloadType, location_name: "PayloadType"))
|
429
|
+
GetEngagementInvitationResponse.add_member(:receiver, Shapes::ShapeRef.new(shape: Receiver, location_name: "Receiver"))
|
430
|
+
GetEngagementInvitationResponse.add_member(:rejection_reason, Shapes::ShapeRef.new(shape: RejectionReasonString, location_name: "RejectionReason"))
|
431
|
+
GetEngagementInvitationResponse.add_member(:sender_aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountIdOrLabel, location_name: "SenderAwsAccountId"))
|
432
|
+
GetEngagementInvitationResponse.add_member(:sender_company_name, Shapes::ShapeRef.new(shape: GetEngagementInvitationResponseSenderCompanyNameString, location_name: "SenderCompanyName"))
|
433
|
+
GetEngagementInvitationResponse.add_member(:status, Shapes::ShapeRef.new(shape: InvitationStatus, location_name: "Status"))
|
434
|
+
GetEngagementInvitationResponse.struct_class = Types::GetEngagementInvitationResponse
|
435
|
+
|
436
|
+
GetOpportunityRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
437
|
+
GetOpportunityRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: OpportunityIdentifier, required: true, location_name: "Identifier"))
|
438
|
+
GetOpportunityRequest.struct_class = Types::GetOpportunityRequest
|
439
|
+
|
440
|
+
GetOpportunityResponse.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
441
|
+
GetOpportunityResponse.add_member(:created_date, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "CreatedDate"))
|
442
|
+
GetOpportunityResponse.add_member(:customer, Shapes::ShapeRef.new(shape: Customer, location_name: "Customer"))
|
443
|
+
GetOpportunityResponse.add_member(:id, Shapes::ShapeRef.new(shape: OpportunityIdentifier, required: true, location_name: "Id"))
|
444
|
+
GetOpportunityResponse.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "LastModifiedDate"))
|
445
|
+
GetOpportunityResponse.add_member(:life_cycle, Shapes::ShapeRef.new(shape: LifeCycle, location_name: "LifeCycle"))
|
446
|
+
GetOpportunityResponse.add_member(:marketing, Shapes::ShapeRef.new(shape: Marketing, location_name: "Marketing"))
|
447
|
+
GetOpportunityResponse.add_member(:national_security, Shapes::ShapeRef.new(shape: NationalSecurity, location_name: "NationalSecurity"))
|
448
|
+
GetOpportunityResponse.add_member(:opportunity_team, Shapes::ShapeRef.new(shape: PartnerOpportunityTeamMembersList, location_name: "OpportunityTeam"))
|
449
|
+
GetOpportunityResponse.add_member(:opportunity_type, Shapes::ShapeRef.new(shape: OpportunityType, location_name: "OpportunityType"))
|
450
|
+
GetOpportunityResponse.add_member(:partner_opportunity_identifier, Shapes::ShapeRef.new(shape: GetOpportunityResponsePartnerOpportunityIdentifierString, location_name: "PartnerOpportunityIdentifier"))
|
451
|
+
GetOpportunityResponse.add_member(:primary_needs_from_aws, Shapes::ShapeRef.new(shape: PrimaryNeedsFromAws, location_name: "PrimaryNeedsFromAws"))
|
452
|
+
GetOpportunityResponse.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "Project"))
|
453
|
+
GetOpportunityResponse.add_member(:related_entity_identifiers, Shapes::ShapeRef.new(shape: RelatedEntityIdentifiers, required: true, location_name: "RelatedEntityIdentifiers"))
|
454
|
+
GetOpportunityResponse.add_member(:software_revenue, Shapes::ShapeRef.new(shape: SoftwareRevenue, location_name: "SoftwareRevenue"))
|
455
|
+
GetOpportunityResponse.struct_class = Types::GetOpportunityResponse
|
456
|
+
|
457
|
+
InternalServerException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
458
|
+
InternalServerException.struct_class = Types::InternalServerException
|
459
|
+
|
460
|
+
LastModifiedDate.add_member(:after_last_modified_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "AfterLastModifiedDate"))
|
461
|
+
LastModifiedDate.add_member(:before_last_modified_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "BeforeLastModifiedDate"))
|
462
|
+
LastModifiedDate.struct_class = Types::LastModifiedDate
|
463
|
+
|
464
|
+
LifeCycle.add_member(:closed_lost_reason, Shapes::ShapeRef.new(shape: ClosedLostReason, location_name: "ClosedLostReason"))
|
465
|
+
LifeCycle.add_member(:next_steps, Shapes::ShapeRef.new(shape: LifeCycleNextStepsString, location_name: "NextSteps"))
|
466
|
+
LifeCycle.add_member(:next_steps_history, Shapes::ShapeRef.new(shape: LifeCycleNextStepsHistoryList, location_name: "NextStepsHistory"))
|
467
|
+
LifeCycle.add_member(:review_comments, Shapes::ShapeRef.new(shape: String, location_name: "ReviewComments"))
|
468
|
+
LifeCycle.add_member(:review_status, Shapes::ShapeRef.new(shape: ReviewStatus, location_name: "ReviewStatus"))
|
469
|
+
LifeCycle.add_member(:review_status_reason, Shapes::ShapeRef.new(shape: String, location_name: "ReviewStatusReason"))
|
470
|
+
LifeCycle.add_member(:stage, Shapes::ShapeRef.new(shape: Stage, location_name: "Stage"))
|
471
|
+
LifeCycle.add_member(:target_close_date, Shapes::ShapeRef.new(shape: Date, location_name: "TargetCloseDate"))
|
472
|
+
LifeCycle.struct_class = Types::LifeCycle
|
473
|
+
|
474
|
+
LifeCycleNextStepsHistoryList.member = Shapes::ShapeRef.new(shape: NextStepsHistory)
|
475
|
+
|
476
|
+
LifeCycleSummary.add_member(:closed_lost_reason, Shapes::ShapeRef.new(shape: ClosedLostReason, location_name: "ClosedLostReason"))
|
477
|
+
LifeCycleSummary.add_member(:next_steps, Shapes::ShapeRef.new(shape: LifeCycleSummaryNextStepsString, location_name: "NextSteps"))
|
478
|
+
LifeCycleSummary.add_member(:review_comments, Shapes::ShapeRef.new(shape: String, location_name: "ReviewComments"))
|
479
|
+
LifeCycleSummary.add_member(:review_status, Shapes::ShapeRef.new(shape: ReviewStatus, location_name: "ReviewStatus"))
|
480
|
+
LifeCycleSummary.add_member(:review_status_reason, Shapes::ShapeRef.new(shape: String, location_name: "ReviewStatusReason"))
|
481
|
+
LifeCycleSummary.add_member(:stage, Shapes::ShapeRef.new(shape: Stage, location_name: "Stage"))
|
482
|
+
LifeCycleSummary.add_member(:target_close_date, Shapes::ShapeRef.new(shape: Date, location_name: "TargetCloseDate"))
|
483
|
+
LifeCycleSummary.struct_class = Types::LifeCycleSummary
|
484
|
+
|
485
|
+
ListEngagementInvitationsRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
486
|
+
ListEngagementInvitationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
487
|
+
ListEngagementInvitationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
488
|
+
ListEngagementInvitationsRequest.add_member(:participant_type, Shapes::ShapeRef.new(shape: ParticipantType, required: true, location_name: "ParticipantType"))
|
489
|
+
ListEngagementInvitationsRequest.add_member(:payload_type, Shapes::ShapeRef.new(shape: EngagementInvitationsPayloadType, location_name: "PayloadType"))
|
490
|
+
ListEngagementInvitationsRequest.add_member(:sort, Shapes::ShapeRef.new(shape: OpportunityEngagementInvitationSort, location_name: "Sort"))
|
491
|
+
ListEngagementInvitationsRequest.struct_class = Types::ListEngagementInvitationsRequest
|
492
|
+
|
493
|
+
ListEngagementInvitationsResponse.add_member(:engagement_invitation_summaries, Shapes::ShapeRef.new(shape: EngagementInvitationSummaries, location_name: "EngagementInvitationSummaries"))
|
494
|
+
ListEngagementInvitationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
495
|
+
ListEngagementInvitationsResponse.struct_class = Types::ListEngagementInvitationsResponse
|
496
|
+
|
497
|
+
ListOpportunitiesRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
498
|
+
ListOpportunitiesRequest.add_member(:customer_company_name, Shapes::ShapeRef.new(shape: ListOpportunitiesRequestCustomerCompanyNameList, location_name: "CustomerCompanyName"))
|
499
|
+
ListOpportunitiesRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ListOpportunitiesRequestIdentifierList, location_name: "Identifier"))
|
500
|
+
ListOpportunitiesRequest.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: LastModifiedDate, location_name: "LastModifiedDate"))
|
501
|
+
ListOpportunitiesRequest.add_member(:life_cycle_review_status, Shapes::ShapeRef.new(shape: ListOpportunitiesRequestLifeCycleReviewStatusList, location_name: "LifeCycleReviewStatus"))
|
502
|
+
ListOpportunitiesRequest.add_member(:life_cycle_stage, Shapes::ShapeRef.new(shape: ListOpportunitiesRequestLifeCycleStageList, location_name: "LifeCycleStage"))
|
503
|
+
ListOpportunitiesRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
504
|
+
ListOpportunitiesRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
505
|
+
ListOpportunitiesRequest.add_member(:sort, Shapes::ShapeRef.new(shape: OpportunitySort, location_name: "Sort"))
|
506
|
+
ListOpportunitiesRequest.struct_class = Types::ListOpportunitiesRequest
|
507
|
+
|
508
|
+
ListOpportunitiesRequestCustomerCompanyNameList.member = Shapes::ShapeRef.new(shape: String)
|
509
|
+
|
510
|
+
ListOpportunitiesRequestIdentifierList.member = Shapes::ShapeRef.new(shape: OpportunityIdentifier)
|
511
|
+
|
512
|
+
ListOpportunitiesRequestLifeCycleReviewStatusList.member = Shapes::ShapeRef.new(shape: ReviewStatus)
|
513
|
+
|
514
|
+
ListOpportunitiesRequestLifeCycleStageList.member = Shapes::ShapeRef.new(shape: Stage)
|
515
|
+
|
516
|
+
ListOpportunitiesResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
517
|
+
ListOpportunitiesResponse.add_member(:opportunity_summaries, Shapes::ShapeRef.new(shape: OpportunitySummaries, required: true, location_name: "OpportunitySummaries"))
|
518
|
+
ListOpportunitiesResponse.struct_class = Types::ListOpportunitiesResponse
|
519
|
+
|
520
|
+
ListSolutionsRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
521
|
+
ListSolutionsRequest.add_member(:category, Shapes::ShapeRef.new(shape: ListSolutionsRequestCategoryList, location_name: "Category"))
|
522
|
+
ListSolutionsRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: ListSolutionsRequestIdentifierList, location_name: "Identifier"))
|
523
|
+
ListSolutionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
|
524
|
+
ListSolutionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
525
|
+
ListSolutionsRequest.add_member(:sort, Shapes::ShapeRef.new(shape: SolutionSort, location_name: "Sort"))
|
526
|
+
ListSolutionsRequest.add_member(:status, Shapes::ShapeRef.new(shape: ListSolutionsRequestStatusList, location_name: "Status"))
|
527
|
+
ListSolutionsRequest.struct_class = Types::ListSolutionsRequest
|
528
|
+
|
529
|
+
ListSolutionsRequestCategoryList.member = Shapes::ShapeRef.new(shape: String)
|
530
|
+
|
531
|
+
ListSolutionsRequestIdentifierList.member = Shapes::ShapeRef.new(shape: SolutionIdentifier)
|
532
|
+
|
533
|
+
ListSolutionsRequestStatusList.member = Shapes::ShapeRef.new(shape: SolutionStatus)
|
534
|
+
|
535
|
+
ListSolutionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: String, location_name: "NextToken"))
|
536
|
+
ListSolutionsResponse.add_member(:solution_summaries, Shapes::ShapeRef.new(shape: SolutionList, required: true, location_name: "SolutionSummaries"))
|
537
|
+
ListSolutionsResponse.struct_class = Types::ListSolutionsResponse
|
538
|
+
|
539
|
+
Marketing.add_member(:aws_funding_used, Shapes::ShapeRef.new(shape: AwsFundingUsed, location_name: "AwsFundingUsed"))
|
540
|
+
Marketing.add_member(:campaign_name, Shapes::ShapeRef.new(shape: String, location_name: "CampaignName"))
|
541
|
+
Marketing.add_member(:channels, Shapes::ShapeRef.new(shape: Channels, location_name: "Channels"))
|
542
|
+
Marketing.add_member(:source, Shapes::ShapeRef.new(shape: MarketingSource, location_name: "Source"))
|
543
|
+
Marketing.add_member(:use_cases, Shapes::ShapeRef.new(shape: UseCases, location_name: "UseCases"))
|
544
|
+
Marketing.struct_class = Types::Marketing
|
545
|
+
|
546
|
+
MonetaryValue.add_member(:amount, Shapes::ShapeRef.new(shape: MonetaryValueAmountString, required: true, location_name: "Amount"))
|
547
|
+
MonetaryValue.add_member(:currency_code, Shapes::ShapeRef.new(shape: CurrencyCode, required: true, location_name: "CurrencyCode"))
|
548
|
+
MonetaryValue.struct_class = Types::MonetaryValue
|
549
|
+
|
550
|
+
NextStepsHistory.add_member(:time, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "Time"))
|
551
|
+
NextStepsHistory.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Value"))
|
552
|
+
NextStepsHistory.struct_class = Types::NextStepsHistory
|
553
|
+
|
554
|
+
OpportunityEngagementInvitationSort.add_member(:sort_by, Shapes::ShapeRef.new(shape: OpportunityEngagementInvitationSortName, required: true, location_name: "SortBy"))
|
555
|
+
OpportunityEngagementInvitationSort.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "SortOrder"))
|
556
|
+
OpportunityEngagementInvitationSort.struct_class = Types::OpportunityEngagementInvitationSort
|
557
|
+
|
558
|
+
OpportunityInvitationPayload.add_member(:customer, Shapes::ShapeRef.new(shape: EngagementCustomer, required: true, location_name: "Customer"))
|
559
|
+
OpportunityInvitationPayload.add_member(:project, Shapes::ShapeRef.new(shape: ProjectDetails, required: true, location_name: "Project"))
|
560
|
+
OpportunityInvitationPayload.add_member(:receiver_responsibilities, Shapes::ShapeRef.new(shape: ReceiverResponsibilityList, required: true, location_name: "ReceiverResponsibilities"))
|
561
|
+
OpportunityInvitationPayload.add_member(:sender_contacts, Shapes::ShapeRef.new(shape: SenderContactList, location_name: "SenderContacts"))
|
562
|
+
OpportunityInvitationPayload.struct_class = Types::OpportunityInvitationPayload
|
563
|
+
|
564
|
+
OpportunitySort.add_member(:sort_by, Shapes::ShapeRef.new(shape: OpportunitySortName, required: true, location_name: "SortBy"))
|
565
|
+
OpportunitySort.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "SortOrder"))
|
566
|
+
OpportunitySort.struct_class = Types::OpportunitySort
|
567
|
+
|
568
|
+
OpportunitySummaries.member = Shapes::ShapeRef.new(shape: OpportunitySummary)
|
569
|
+
|
570
|
+
OpportunitySummary.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
571
|
+
OpportunitySummary.add_member(:created_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "CreatedDate"))
|
572
|
+
OpportunitySummary.add_member(:customer, Shapes::ShapeRef.new(shape: CustomerSummary, location_name: "Customer"))
|
573
|
+
OpportunitySummary.add_member(:id, Shapes::ShapeRef.new(shape: OpportunityIdentifier, location_name: "Id"))
|
574
|
+
OpportunitySummary.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateTime, location_name: "LastModifiedDate"))
|
575
|
+
OpportunitySummary.add_member(:life_cycle, Shapes::ShapeRef.new(shape: LifeCycleSummary, location_name: "LifeCycle"))
|
576
|
+
OpportunitySummary.add_member(:opportunity_type, Shapes::ShapeRef.new(shape: OpportunityType, location_name: "OpportunityType"))
|
577
|
+
OpportunitySummary.add_member(:partner_opportunity_identifier, Shapes::ShapeRef.new(shape: String, location_name: "PartnerOpportunityIdentifier"))
|
578
|
+
OpportunitySummary.add_member(:project, Shapes::ShapeRef.new(shape: ProjectSummary, location_name: "Project"))
|
579
|
+
OpportunitySummary.struct_class = Types::OpportunitySummary
|
580
|
+
|
581
|
+
PartnerOpportunityTeamMembersList.member = Shapes::ShapeRef.new(shape: Contact)
|
582
|
+
|
583
|
+
Payload.add_member(:opportunity_invitation, Shapes::ShapeRef.new(shape: OpportunityInvitationPayload, location_name: "OpportunityInvitation"))
|
584
|
+
Payload.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
585
|
+
Payload.add_member_subclass(:opportunity_invitation, Types::Payload::OpportunityInvitation)
|
586
|
+
Payload.add_member_subclass(:unknown, Types::Payload::Unknown)
|
587
|
+
Payload.struct_class = Types::Payload
|
588
|
+
|
589
|
+
PrimaryNeedsFromAws.member = Shapes::ShapeRef.new(shape: PrimaryNeedFromAws)
|
590
|
+
|
591
|
+
ProfileNextStepsHistory.add_member(:time, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "Time"))
|
592
|
+
ProfileNextStepsHistory.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Value"))
|
593
|
+
ProfileNextStepsHistory.struct_class = Types::ProfileNextStepsHistory
|
594
|
+
|
595
|
+
Project.add_member(:additional_comments, Shapes::ShapeRef.new(shape: ProjectAdditionalCommentsString, location_name: "AdditionalComments"))
|
596
|
+
Project.add_member(:apn_programs, Shapes::ShapeRef.new(shape: ApnPrograms, location_name: "ApnPrograms"))
|
597
|
+
Project.add_member(:competitor_name, Shapes::ShapeRef.new(shape: CompetitorName, location_name: "CompetitorName"))
|
598
|
+
Project.add_member(:customer_business_problem, Shapes::ShapeRef.new(shape: ProjectCustomerBusinessProblemString, location_name: "CustomerBusinessProblem"))
|
599
|
+
Project.add_member(:customer_use_case, Shapes::ShapeRef.new(shape: String, location_name: "CustomerUseCase"))
|
600
|
+
Project.add_member(:delivery_models, Shapes::ShapeRef.new(shape: DeliveryModels, location_name: "DeliveryModels"))
|
601
|
+
Project.add_member(:expected_customer_spend, Shapes::ShapeRef.new(shape: ExpectedCustomerSpendList, location_name: "ExpectedCustomerSpend"))
|
602
|
+
Project.add_member(:other_competitor_names, Shapes::ShapeRef.new(shape: ProjectOtherCompetitorNamesString, location_name: "OtherCompetitorNames"))
|
603
|
+
Project.add_member(:other_solution_description, Shapes::ShapeRef.new(shape: ProjectOtherSolutionDescriptionString, location_name: "OtherSolutionDescription"))
|
604
|
+
Project.add_member(:related_opportunity_identifier, Shapes::ShapeRef.new(shape: OpportunityIdentifier, location_name: "RelatedOpportunityIdentifier"))
|
605
|
+
Project.add_member(:sales_activities, Shapes::ShapeRef.new(shape: SalesActivities, location_name: "SalesActivities"))
|
606
|
+
Project.add_member(:title, Shapes::ShapeRef.new(shape: ProjectTitleString, location_name: "Title"))
|
607
|
+
Project.struct_class = Types::Project
|
608
|
+
|
609
|
+
ProjectDetails.add_member(:business_problem, Shapes::ShapeRef.new(shape: EngagementCustomerBusinessProblem, required: true, location_name: "BusinessProblem"))
|
610
|
+
ProjectDetails.add_member(:expected_customer_spend, Shapes::ShapeRef.new(shape: ExpectedCustomerSpendList, required: true, location_name: "ExpectedCustomerSpend"))
|
611
|
+
ProjectDetails.add_member(:target_completion_date, Shapes::ShapeRef.new(shape: Date, required: true, location_name: "TargetCompletionDate"))
|
612
|
+
ProjectDetails.add_member(:title, Shapes::ShapeRef.new(shape: ProjectDetailsTitleString, required: true, location_name: "Title"))
|
613
|
+
ProjectDetails.struct_class = Types::ProjectDetails
|
614
|
+
|
615
|
+
ProjectSummary.add_member(:delivery_models, Shapes::ShapeRef.new(shape: DeliveryModels, location_name: "DeliveryModels"))
|
616
|
+
ProjectSummary.add_member(:expected_customer_spend, Shapes::ShapeRef.new(shape: ExpectedCustomerSpendList, location_name: "ExpectedCustomerSpend"))
|
617
|
+
ProjectSummary.struct_class = Types::ProjectSummary
|
618
|
+
|
619
|
+
Receiver.add_member(:account, Shapes::ShapeRef.new(shape: AccountReceiver, location_name: "Account"))
|
620
|
+
Receiver.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
|
621
|
+
Receiver.add_member_subclass(:account, Types::Receiver::Account)
|
622
|
+
Receiver.add_member_subclass(:unknown, Types::Receiver::Unknown)
|
623
|
+
Receiver.struct_class = Types::Receiver
|
624
|
+
|
625
|
+
ReceiverResponsibilityList.member = Shapes::ShapeRef.new(shape: ReceiverResponsibility)
|
626
|
+
|
627
|
+
RejectEngagementInvitationRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
628
|
+
RejectEngagementInvitationRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: EngagementInvitationArnOrIdentifier, required: true, location_name: "Identifier"))
|
629
|
+
RejectEngagementInvitationRequest.add_member(:rejection_reason, Shapes::ShapeRef.new(shape: RejectionReasonString, location_name: "RejectionReason"))
|
630
|
+
RejectEngagementInvitationRequest.struct_class = Types::RejectEngagementInvitationRequest
|
631
|
+
|
632
|
+
RelatedEntityIdentifiers.add_member(:aws_marketplace_offers, Shapes::ShapeRef.new(shape: AwsMarketplaceOfferIdentifiers, location_name: "AwsMarketplaceOffers"))
|
633
|
+
RelatedEntityIdentifiers.add_member(:aws_products, Shapes::ShapeRef.new(shape: AwsProductIdentifiers, location_name: "AwsProducts"))
|
634
|
+
RelatedEntityIdentifiers.add_member(:solutions, Shapes::ShapeRef.new(shape: SolutionIdentifiers, location_name: "Solutions"))
|
635
|
+
RelatedEntityIdentifiers.struct_class = Types::RelatedEntityIdentifiers
|
636
|
+
|
637
|
+
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
638
|
+
ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
|
639
|
+
|
640
|
+
SalesActivities.member = Shapes::ShapeRef.new(shape: SalesActivity)
|
641
|
+
|
642
|
+
SenderContact.add_member(:business_title, Shapes::ShapeRef.new(shape: JobTitle, location_name: "BusinessTitle"))
|
643
|
+
SenderContact.add_member(:email, Shapes::ShapeRef.new(shape: SenderContactEmail, required: true, location_name: "Email"))
|
644
|
+
SenderContact.add_member(:first_name, Shapes::ShapeRef.new(shape: Name, location_name: "FirstName"))
|
645
|
+
SenderContact.add_member(:last_name, Shapes::ShapeRef.new(shape: Name, location_name: "LastName"))
|
646
|
+
SenderContact.add_member(:phone, Shapes::ShapeRef.new(shape: PhoneNumber, location_name: "Phone"))
|
647
|
+
SenderContact.struct_class = Types::SenderContact
|
648
|
+
|
649
|
+
SenderContactList.member = Shapes::ShapeRef.new(shape: SenderContact)
|
650
|
+
|
651
|
+
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
652
|
+
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
653
|
+
|
654
|
+
SoftwareRevenue.add_member(:delivery_model, Shapes::ShapeRef.new(shape: RevenueModel, location_name: "DeliveryModel"))
|
655
|
+
SoftwareRevenue.add_member(:effective_date, Shapes::ShapeRef.new(shape: Date, location_name: "EffectiveDate"))
|
656
|
+
SoftwareRevenue.add_member(:expiration_date, Shapes::ShapeRef.new(shape: Date, location_name: "ExpirationDate"))
|
657
|
+
SoftwareRevenue.add_member(:value, Shapes::ShapeRef.new(shape: MonetaryValue, location_name: "Value"))
|
658
|
+
SoftwareRevenue.struct_class = Types::SoftwareRevenue
|
659
|
+
|
660
|
+
SolutionBase.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
661
|
+
SolutionBase.add_member(:category, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Category"))
|
662
|
+
SolutionBase.add_member(:created_date, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "CreatedDate"))
|
663
|
+
SolutionBase.add_member(:id, Shapes::ShapeRef.new(shape: SolutionIdentifier, required: true, location_name: "Id"))
|
664
|
+
SolutionBase.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Name"))
|
665
|
+
SolutionBase.add_member(:status, Shapes::ShapeRef.new(shape: SolutionStatus, required: true, location_name: "Status"))
|
666
|
+
SolutionBase.struct_class = Types::SolutionBase
|
667
|
+
|
668
|
+
SolutionIdentifiers.member = Shapes::ShapeRef.new(shape: SolutionIdentifier)
|
669
|
+
|
670
|
+
SolutionList.member = Shapes::ShapeRef.new(shape: SolutionBase)
|
671
|
+
|
672
|
+
SolutionSort.add_member(:sort_by, Shapes::ShapeRef.new(shape: SolutionSortName, required: true, location_name: "SortBy"))
|
673
|
+
SolutionSort.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, required: true, location_name: "SortOrder"))
|
674
|
+
SolutionSort.struct_class = Types::SolutionSort
|
675
|
+
|
676
|
+
StartEngagementByAcceptingInvitationTaskRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
677
|
+
StartEngagementByAcceptingInvitationTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: StartEngagementByAcceptingInvitationTaskRequestClientTokenString, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
678
|
+
StartEngagementByAcceptingInvitationTaskRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: EngagementInvitationArnOrIdentifier, required: true, location_name: "Identifier"))
|
679
|
+
StartEngagementByAcceptingInvitationTaskRequest.struct_class = Types::StartEngagementByAcceptingInvitationTaskRequest
|
680
|
+
|
681
|
+
StartEngagementByAcceptingInvitationTaskResponse.add_member(:engagement_invitation_id, Shapes::ShapeRef.new(shape: EngagementInvitationIdentifier, location_name: "EngagementInvitationId"))
|
682
|
+
StartEngagementByAcceptingInvitationTaskResponse.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
683
|
+
StartEngagementByAcceptingInvitationTaskResponse.add_member(:opportunity_id, Shapes::ShapeRef.new(shape: OpportunityIdentifier, location_name: "OpportunityId"))
|
684
|
+
StartEngagementByAcceptingInvitationTaskResponse.add_member(:reason_code, Shapes::ShapeRef.new(shape: ReasonCode, location_name: "ReasonCode"))
|
685
|
+
StartEngagementByAcceptingInvitationTaskResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "StartTime"))
|
686
|
+
StartEngagementByAcceptingInvitationTaskResponse.add_member(:task_arn, Shapes::ShapeRef.new(shape: TaskArn, location_name: "TaskArn"))
|
687
|
+
StartEngagementByAcceptingInvitationTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskIdentifier, location_name: "TaskId"))
|
688
|
+
StartEngagementByAcceptingInvitationTaskResponse.add_member(:task_status, Shapes::ShapeRef.new(shape: TaskStatus, location_name: "TaskStatus"))
|
689
|
+
StartEngagementByAcceptingInvitationTaskResponse.struct_class = Types::StartEngagementByAcceptingInvitationTaskResponse
|
690
|
+
|
691
|
+
StartEngagementFromOpportunityTaskRequest.add_member(:aws_submission, Shapes::ShapeRef.new(shape: AwsSubmission, required: true, location_name: "AwsSubmission"))
|
692
|
+
StartEngagementFromOpportunityTaskRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
693
|
+
StartEngagementFromOpportunityTaskRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: StartEngagementFromOpportunityTaskRequestClientTokenString, required: true, location_name: "ClientToken", metadata: {"idempotencyToken"=>true}))
|
694
|
+
StartEngagementFromOpportunityTaskRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: OpportunityIdentifier, required: true, location_name: "Identifier"))
|
695
|
+
StartEngagementFromOpportunityTaskRequest.struct_class = Types::StartEngagementFromOpportunityTaskRequest
|
696
|
+
|
697
|
+
StartEngagementFromOpportunityTaskResponse.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
698
|
+
StartEngagementFromOpportunityTaskResponse.add_member(:opportunity_id, Shapes::ShapeRef.new(shape: OpportunityIdentifier, location_name: "OpportunityId"))
|
699
|
+
StartEngagementFromOpportunityTaskResponse.add_member(:reason_code, Shapes::ShapeRef.new(shape: ReasonCode, location_name: "ReasonCode"))
|
700
|
+
StartEngagementFromOpportunityTaskResponse.add_member(:start_time, Shapes::ShapeRef.new(shape: DateTime, location_name: "StartTime"))
|
701
|
+
StartEngagementFromOpportunityTaskResponse.add_member(:task_arn, Shapes::ShapeRef.new(shape: TaskArn, location_name: "TaskArn"))
|
702
|
+
StartEngagementFromOpportunityTaskResponse.add_member(:task_id, Shapes::ShapeRef.new(shape: TaskIdentifier, location_name: "TaskId"))
|
703
|
+
StartEngagementFromOpportunityTaskResponse.add_member(:task_status, Shapes::ShapeRef.new(shape: TaskStatus, location_name: "TaskStatus"))
|
704
|
+
StartEngagementFromOpportunityTaskResponse.struct_class = Types::StartEngagementFromOpportunityTaskResponse
|
705
|
+
|
706
|
+
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "Message"))
|
707
|
+
ThrottlingException.struct_class = Types::ThrottlingException
|
708
|
+
|
709
|
+
UpdateOpportunityRequest.add_member(:catalog, Shapes::ShapeRef.new(shape: CatalogIdentifier, required: true, location_name: "Catalog"))
|
710
|
+
UpdateOpportunityRequest.add_member(:customer, Shapes::ShapeRef.new(shape: Customer, location_name: "Customer"))
|
711
|
+
UpdateOpportunityRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: OpportunityIdentifier, required: true, location_name: "Identifier"))
|
712
|
+
UpdateOpportunityRequest.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "LastModifiedDate"))
|
713
|
+
UpdateOpportunityRequest.add_member(:life_cycle, Shapes::ShapeRef.new(shape: LifeCycle, location_name: "LifeCycle"))
|
714
|
+
UpdateOpportunityRequest.add_member(:marketing, Shapes::ShapeRef.new(shape: Marketing, location_name: "Marketing"))
|
715
|
+
UpdateOpportunityRequest.add_member(:national_security, Shapes::ShapeRef.new(shape: NationalSecurity, location_name: "NationalSecurity"))
|
716
|
+
UpdateOpportunityRequest.add_member(:opportunity_type, Shapes::ShapeRef.new(shape: OpportunityType, location_name: "OpportunityType"))
|
717
|
+
UpdateOpportunityRequest.add_member(:partner_opportunity_identifier, Shapes::ShapeRef.new(shape: UpdateOpportunityRequestPartnerOpportunityIdentifierString, location_name: "PartnerOpportunityIdentifier"))
|
718
|
+
UpdateOpportunityRequest.add_member(:primary_needs_from_aws, Shapes::ShapeRef.new(shape: PrimaryNeedsFromAws, location_name: "PrimaryNeedsFromAws"))
|
719
|
+
UpdateOpportunityRequest.add_member(:project, Shapes::ShapeRef.new(shape: Project, location_name: "Project"))
|
720
|
+
UpdateOpportunityRequest.add_member(:software_revenue, Shapes::ShapeRef.new(shape: SoftwareRevenue, location_name: "SoftwareRevenue"))
|
721
|
+
UpdateOpportunityRequest.struct_class = Types::UpdateOpportunityRequest
|
722
|
+
|
723
|
+
UpdateOpportunityResponse.add_member(:id, Shapes::ShapeRef.new(shape: OpportunityIdentifier, required: true, location_name: "Id"))
|
724
|
+
UpdateOpportunityResponse.add_member(:last_modified_date, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "LastModifiedDate"))
|
725
|
+
UpdateOpportunityResponse.struct_class = Types::UpdateOpportunityResponse
|
726
|
+
|
727
|
+
UseCases.member = Shapes::ShapeRef.new(shape: String)
|
728
|
+
|
729
|
+
ValidationException.add_member(:error_list, Shapes::ShapeRef.new(shape: ValidationExceptionErrorList, location_name: "ErrorList"))
|
730
|
+
ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
731
|
+
ValidationException.add_member(:reason, Shapes::ShapeRef.new(shape: ValidationExceptionReason, required: true, location_name: "Reason"))
|
732
|
+
ValidationException.struct_class = Types::ValidationException
|
733
|
+
|
734
|
+
ValidationExceptionError.add_member(:code, Shapes::ShapeRef.new(shape: ValidationExceptionErrorCode, required: true, location_name: "Code"))
|
735
|
+
ValidationExceptionError.add_member(:field_name, Shapes::ShapeRef.new(shape: String, location_name: "FieldName"))
|
736
|
+
ValidationExceptionError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "Message"))
|
737
|
+
ValidationExceptionError.struct_class = Types::ValidationExceptionError
|
738
|
+
|
739
|
+
ValidationExceptionErrorList.member = Shapes::ShapeRef.new(shape: ValidationExceptionError)
|
740
|
+
|
741
|
+
|
742
|
+
# @api private
|
743
|
+
API = Seahorse::Model::Api.new.tap do |api|
|
744
|
+
|
745
|
+
api.version = "2022-07-26"
|
746
|
+
|
747
|
+
api.metadata = {
|
748
|
+
"apiVersion" => "2022-07-26",
|
749
|
+
"auth" => ["aws.auth#sigv4"],
|
750
|
+
"endpointPrefix" => "partnercentral-selling",
|
751
|
+
"jsonVersion" => "1.0",
|
752
|
+
"protocol" => "json",
|
753
|
+
"protocols" => ["json"],
|
754
|
+
"serviceFullName" => "Partner Central Selling API",
|
755
|
+
"serviceId" => "PartnerCentral Selling",
|
756
|
+
"signatureVersion" => "v4",
|
757
|
+
"signingName" => "partnercentral-selling",
|
758
|
+
"targetPrefix" => "AWSPartnerCentralSelling",
|
759
|
+
"uid" => "partnercentral-selling-2022-07-26",
|
760
|
+
}
|
761
|
+
|
762
|
+
api.add_operation(:assign_opportunity, Seahorse::Model::Operation.new.tap do |o|
|
763
|
+
o.name = "AssignOpportunity"
|
764
|
+
o.http_method = "POST"
|
765
|
+
o.http_request_uri = "/"
|
766
|
+
o.input = Shapes::ShapeRef.new(shape: AssignOpportunityRequest)
|
767
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
768
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
769
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
770
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
771
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
772
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
773
|
+
end)
|
774
|
+
|
775
|
+
api.add_operation(:associate_opportunity, Seahorse::Model::Operation.new.tap do |o|
|
776
|
+
o.name = "AssociateOpportunity"
|
777
|
+
o.http_method = "POST"
|
778
|
+
o.http_request_uri = "/"
|
779
|
+
o.input = Shapes::ShapeRef.new(shape: AssociateOpportunityRequest)
|
780
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
781
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
782
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
783
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
784
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
785
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
786
|
+
end)
|
787
|
+
|
788
|
+
api.add_operation(:create_opportunity, Seahorse::Model::Operation.new.tap do |o|
|
789
|
+
o.name = "CreateOpportunity"
|
790
|
+
o.http_method = "POST"
|
791
|
+
o.http_request_uri = "/"
|
792
|
+
o.input = Shapes::ShapeRef.new(shape: CreateOpportunityRequest)
|
793
|
+
o.output = Shapes::ShapeRef.new(shape: CreateOpportunityResponse)
|
794
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
795
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
796
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
797
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
798
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
799
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
800
|
+
end)
|
801
|
+
|
802
|
+
api.add_operation(:disassociate_opportunity, Seahorse::Model::Operation.new.tap do |o|
|
803
|
+
o.name = "DisassociateOpportunity"
|
804
|
+
o.http_method = "POST"
|
805
|
+
o.http_request_uri = "/"
|
806
|
+
o.input = Shapes::ShapeRef.new(shape: DisassociateOpportunityRequest)
|
807
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
808
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
809
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
810
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
811
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
812
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
813
|
+
end)
|
814
|
+
|
815
|
+
api.add_operation(:get_aws_opportunity_summary, Seahorse::Model::Operation.new.tap do |o|
|
816
|
+
o.name = "GetAwsOpportunitySummary"
|
817
|
+
o.http_method = "POST"
|
818
|
+
o.http_request_uri = "/"
|
819
|
+
o.input = Shapes::ShapeRef.new(shape: GetAwsOpportunitySummaryRequest)
|
820
|
+
o.output = Shapes::ShapeRef.new(shape: GetAwsOpportunitySummaryResponse)
|
821
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
822
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
823
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
824
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
825
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
826
|
+
end)
|
827
|
+
|
828
|
+
api.add_operation(:get_engagement_invitation, Seahorse::Model::Operation.new.tap do |o|
|
829
|
+
o.name = "GetEngagementInvitation"
|
830
|
+
o.http_method = "POST"
|
831
|
+
o.http_request_uri = "/"
|
832
|
+
o.input = Shapes::ShapeRef.new(shape: GetEngagementInvitationRequest)
|
833
|
+
o.output = Shapes::ShapeRef.new(shape: GetEngagementInvitationResponse)
|
834
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
835
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
836
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
837
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
838
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
839
|
+
end)
|
840
|
+
|
841
|
+
api.add_operation(:get_opportunity, Seahorse::Model::Operation.new.tap do |o|
|
842
|
+
o.name = "GetOpportunity"
|
843
|
+
o.http_method = "POST"
|
844
|
+
o.http_request_uri = "/"
|
845
|
+
o.input = Shapes::ShapeRef.new(shape: GetOpportunityRequest)
|
846
|
+
o.output = Shapes::ShapeRef.new(shape: GetOpportunityResponse)
|
847
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
848
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
849
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
850
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
851
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
852
|
+
end)
|
853
|
+
|
854
|
+
api.add_operation(:list_engagement_invitations, Seahorse::Model::Operation.new.tap do |o|
|
855
|
+
o.name = "ListEngagementInvitations"
|
856
|
+
o.http_method = "POST"
|
857
|
+
o.http_request_uri = "/"
|
858
|
+
o.input = Shapes::ShapeRef.new(shape: ListEngagementInvitationsRequest)
|
859
|
+
o.output = Shapes::ShapeRef.new(shape: ListEngagementInvitationsResponse)
|
860
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
861
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
862
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
863
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
864
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
865
|
+
o[:pager] = Aws::Pager.new(
|
866
|
+
limit_key: "max_results",
|
867
|
+
tokens: {
|
868
|
+
"next_token" => "next_token"
|
869
|
+
}
|
870
|
+
)
|
871
|
+
end)
|
872
|
+
|
873
|
+
api.add_operation(:list_opportunities, Seahorse::Model::Operation.new.tap do |o|
|
874
|
+
o.name = "ListOpportunities"
|
875
|
+
o.http_method = "POST"
|
876
|
+
o.http_request_uri = "/"
|
877
|
+
o.input = Shapes::ShapeRef.new(shape: ListOpportunitiesRequest)
|
878
|
+
o.output = Shapes::ShapeRef.new(shape: ListOpportunitiesResponse)
|
879
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
880
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
881
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
882
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
883
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
884
|
+
o[:pager] = Aws::Pager.new(
|
885
|
+
limit_key: "max_results",
|
886
|
+
tokens: {
|
887
|
+
"next_token" => "next_token"
|
888
|
+
}
|
889
|
+
)
|
890
|
+
end)
|
891
|
+
|
892
|
+
api.add_operation(:list_solutions, Seahorse::Model::Operation.new.tap do |o|
|
893
|
+
o.name = "ListSolutions"
|
894
|
+
o.http_method = "POST"
|
895
|
+
o.http_request_uri = "/"
|
896
|
+
o.input = Shapes::ShapeRef.new(shape: ListSolutionsRequest)
|
897
|
+
o.output = Shapes::ShapeRef.new(shape: ListSolutionsResponse)
|
898
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
899
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
900
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
901
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
902
|
+
o[:pager] = Aws::Pager.new(
|
903
|
+
limit_key: "max_results",
|
904
|
+
tokens: {
|
905
|
+
"next_token" => "next_token"
|
906
|
+
}
|
907
|
+
)
|
908
|
+
end)
|
909
|
+
|
910
|
+
api.add_operation(:reject_engagement_invitation, Seahorse::Model::Operation.new.tap do |o|
|
911
|
+
o.name = "RejectEngagementInvitation"
|
912
|
+
o.http_method = "POST"
|
913
|
+
o.http_request_uri = "/"
|
914
|
+
o.input = Shapes::ShapeRef.new(shape: RejectEngagementInvitationRequest)
|
915
|
+
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
916
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
917
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
918
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
919
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
920
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
921
|
+
end)
|
922
|
+
|
923
|
+
api.add_operation(:start_engagement_by_accepting_invitation_task, Seahorse::Model::Operation.new.tap do |o|
|
924
|
+
o.name = "StartEngagementByAcceptingInvitationTask"
|
925
|
+
o.http_method = "POST"
|
926
|
+
o.http_request_uri = "/"
|
927
|
+
o.input = Shapes::ShapeRef.new(shape: StartEngagementByAcceptingInvitationTaskRequest)
|
928
|
+
o.output = Shapes::ShapeRef.new(shape: StartEngagementByAcceptingInvitationTaskResponse)
|
929
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
930
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
931
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
932
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
933
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
934
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
935
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
936
|
+
end)
|
937
|
+
|
938
|
+
api.add_operation(:start_engagement_from_opportunity_task, Seahorse::Model::Operation.new.tap do |o|
|
939
|
+
o.name = "StartEngagementFromOpportunityTask"
|
940
|
+
o.http_method = "POST"
|
941
|
+
o.http_request_uri = "/"
|
942
|
+
o.input = Shapes::ShapeRef.new(shape: StartEngagementFromOpportunityTaskRequest)
|
943
|
+
o.output = Shapes::ShapeRef.new(shape: StartEngagementFromOpportunityTaskResponse)
|
944
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
945
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
946
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
947
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
948
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
949
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
950
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
951
|
+
end)
|
952
|
+
|
953
|
+
api.add_operation(:update_opportunity, Seahorse::Model::Operation.new.tap do |o|
|
954
|
+
o.name = "UpdateOpportunity"
|
955
|
+
o.http_method = "POST"
|
956
|
+
o.http_request_uri = "/"
|
957
|
+
o.input = Shapes::ShapeRef.new(shape: UpdateOpportunityRequest)
|
958
|
+
o.output = Shapes::ShapeRef.new(shape: UpdateOpportunityResponse)
|
959
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
960
|
+
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
961
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
962
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
963
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
964
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
965
|
+
end)
|
966
|
+
end
|
967
|
+
|
968
|
+
end
|
969
|
+
end
|